
/*------------ DM ------------*/
.dm {
    margin: 0 auto 30px;
    max-width: 400px;
}
.dm .container:before {
    content: '';
    display: block;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.dm .slick-prev,
.dm .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/dm_arrow.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
}
.dm .slick-prev {
    background-position: 0 0;
    left: 0;
}
.dm .slick-next {
    background-position: 100% 0;
    right: 0;
}
.dm .slick-prev:hover {
    background-position: 0 100%;
}
.dm .slick-next:hover {
    background-position: 100% 100%;
}
.dm .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.dm .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.dm .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 8px;
    height: 8px;
    margin: 10px 2px 0;
    cursor: pointer;
    border-radius: 30px;
}
.dm .slick-dots li:nth-child(5n+1) button {
    background: #347A38
}
.dm .slick-dots li:nth-child(5n+2) button {
    background: #347A38
}
.dm .slick-dots li:nth-child(5n+3) button {
    background: #347A38
}
.dm .slick-dots li:nth-child(5n+4) button {
    background: #347A38
}
.dm .slick-dots li:nth-child(5n) button {
    background: #347A38
}
.dm .slick-dots li.slick-active:nth-child(n) button {
    background: #A8743F;
}
/*------------ DM 500 ------------*/
.sect-title {
    color: #444;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
.sect-title span {
    display: block;
    color: #3A58A5;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 0px;
}
.sect1 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.ad-link {
    width: 33%;
    display: block;
    transition: opacity 0.3s;
}
.ad-link:hover {
    opacity: 0.7;
}
.ad-sect {
    margin: 3% 0 0 2%;
}
.ad-list .item {
    width: 100%;
    padding: 0;
}
.ad-list .item:nth-child(5n+1) {
    clear: left;
}
.ad-list .item:nth-child(n+11) {
    display: none;
}
.ad-list .box {
    max-width: 433px;
    margin: 0 auto 10px;
    position: relative;
}
.ad-list .pic-box {
    position: relative;
    overflow: hidden;
    margin:0;
}
.ad-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.ad-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 60% no-repeat rgba(255,255,255,0.60);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
  }
.ad-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
  }
.sect2 {
    margin-bottom: 20px;
}
.news-sect {
    float: right;
    width: 66%;
    margin-right: 0%;
}
.news-sect .sect-title {
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: left;
    line-height: 51px;
    margin-right: 0px;
    width: 98.5%;
    background: #EAECF4;
    font-weight: normal;
}
.news-list .item {
    max-width: 1280px;
    margin: 10px auto 0;
}
.news-list .item {
    width: 25%;
    padding: 0 ;
}
.news-list .box {
    margin: 5px 20px 0 0;
    padding-right: 20px;
    background: url('../../images/common/border_1.png') repeat-y;
    background-position: right top;
}
.news-list .item:last-child .box{
    margin-right: 0;
    background: none;
    padding-right: 0;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
}
.news-list .pic img{
     -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
}
.news-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
/*.news-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover.png) 50% 60% no-repeat rgba(255,255,255,0.60);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}*/
.news-list .name {
    color: #666666;
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
   
}
.news-list a:hover .name {
    /*color: #357B38;*/
}
.news-list .date {
    display: block;
    padding:0 0 0 0px;
    text-align: left;
    margin: 0 auto 0;
    color: #1F6DC8;
    font-size: 14px;
    line-height: 26px;
}

.about-sect {
    float: left;
    width: 32%;
    background: #F3F3F3;
    margin:0 0 0 0%;
}
.about-sect .sect-title {
    font-size: 18px;
    padding:0 0px;
    font-weight: bold;
    line-height: 51px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C6C6C6;
}
.about-sect .pic {
    float: left;
    width: 42.5%;
}
.about-sect .tt{
    float: right;
    width: 57.5%;
    margin: 0% 0% 1% 0%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.about-sect .txt {
    float: right;
    color:#535353;
    width: 50%;
    background: url('../../images/common/index/about_sin.png') no-repeat;
    background-position: right bottom;
    margin: 1% 5% 4% 1%;
    padding-bottom:60px;
}
.about-sect .btn-box {
    text-align: right;
}

.sect3 {
    background: none;
    padding: 0px 0 50px;
}
.products-sect .sect-title {
    color: #333333;
    display:block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    margin-right: 0px;
    font-weight: normal;
    background-position: center left;
    margin-bottom: 45px;
    height: 51px;
    position: relative;
    background: url('../../images/common/index/title_bg.jpg');
    background-position: center;

}
.products-sect .sect-title i.white{
    
    background-size: 100% 100%;
    font-style: normal;
    display: inline-block;
}
.products-sect .more {
    position: absolute;
    right: 0;
    top: 0;

}

.products-list {
    margin: 0 0 0 0;
}
.products-list .item {
    width: 20%;
    padding: 0 10px;

}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .box {
    max-width: 240px;
    margin: 0 auto 40px;
    position: relative;
    border:solid 1px #DADADA;
    padding:15px;
}

.products-list .box.new:before {
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .box:before{
    content: '';
    display: block;
    background: url('../../images/common/products/shadow.png');
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    opacity: 0;
    transition: all .3s ease;

}
.products-list .box:hover:before{
    opacity: 1;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list a .txt {
    color:#797979;
    margin: 0 0 0 0px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.products-list .name {
    color: #545454;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    padding: 0 0 0 0px;
    margin-bottom: 10px;

}
.products-list .box:hover .name {
    color: #2161B6;
}
.products-list .offers {
    color: #D80000;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    padding: 0 0 0 20px;
}
.products-list .offers span {
    color: #525252;
    font-size: 12px;
}
.products-list .offers .icon {
    background-position: -160px 0;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.products-list .offers .buy {
    background-color: #883337;
    color: #fff;
    font-size: 14px;
    font-style: normal;;
    min-width: : 60px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 2%;
    float: right;
    padding: 0 5px;
}
.sect4 {
    padding-bottom: 50px;
}
.sect4-bg {
        background: none;
    }

@media screen and (max-width: 1200px) {
 /*------------ news 1200 ------------*/  
    .news-sect {
        float: right;
        width: 64%;
    }
    .news-sect .sect-title {
      width: 100%;
    }
    .news-list .name {
    font-size: 14px;
    }
 /*------------ about 1200 ------------*/  
    .about-sect {
        float: left;
        width: 32%;
        margin-left:1%; 
    }
    .about-sect .sect-title { 
     margin-top: 10px;
    }
    
    .about-sect .pic {
      float: left;
      width: 45%;
    }
    .about-sect .tt{
      float: right;
      width: 50%;
      margin: 2% 1%;
    }
    .about-sect .txt {
      float: right;
      width: 45%;
      font-size: 11px;
      background: url('../../images/common/index/about_sin.png') no-repeat;
      background-position: right bottom;
      padding-bottom:35px;
   }
 /*------------ products 1200 ------------*/    
    .products-list .item {
        width: 20%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(5n+1) {
        clear: left;
    }
    .products-sect .sect-title {
      width: 100%;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle;
   }

}
@media screen and (max-width: 1025px) {
.banner {
	 padding: 0;
	 }
}
@media screen and (max-width: 1000px) {
/*------------ products 1000 ------------*/
    .products-list .item {
        width: 20%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(5n+1) {
        clear: left;
    }
/*------------ about news 1000 ------------*/
    .news-sect,
    .about-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        margin: 0 auto;
    }
    .about-sect {
        margin: 0 auto;
    }
    .about-sect .pic,
    .about-sect .txtm
     {
        float: none;
        width: auto;
    }
    .about-sect .tt
     {
        float: none;
        width: auto;
    }
   .about-sect .sect-title {
    border-top: 1px solid #CEBA9F;
    border-bottom: 1px solid #CEBA9F;
}
    .about-sect .pic {
        margin-bottom: 1.8em;
    }

   
}
@media screen and (max-width: 900px) {
  
}
@media screen and (max-width: 767px) {
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
/*------------ about news 767 ------------*/
    .news-list .item{
        width: 50%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .tt
     {
        float: none;
        width: auto;
        margin:3%;
    }
   .about-sect .sect-title {
    border-top: 1px solid #CEBA9F;
    border-bottom: 1px solid #CEBA9F;
}
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
/*------------ products 767 ------------*/
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 33.3%;
        margin-bottom:10px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }

}
@media screen and (max-width: 640px) {
 /*------------ ad-link 640 ------------*/

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 500px) {
 /*------------ ad-link 500 ------------*/
  
    .about-sect {
    padding-top: 10px;
    }
/*------------ products 500 ------------*/
    .products-sect .sect-title { 
    font-size: 18px;   
    margin-left:0;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+2) {
      background: none;
    }
    .sect-title span {
    font-size: 20px;
    }    
  
    .products-list .item {
        width: 100%;
        margin-bottom:10px; 
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
        margin-bottom: 2%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .about-sect {
    padding-top: 10px;
    }

    .products-list .box {
        margin-bottom: 30px;
        border:0px;
    }
    .products-sect .sect-title { 
    font-size: 18px;   
    margin-left:0;
    }
    .sect-title span {
    font-size: 20px;
    }
}