@charset "utf-8";
header{
    width:100%;
    position: fixed;
    top:0px;
    left:0;
    z-index:99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.header .logo .logo{
    height: 100px;
    transition: all .5s;
}
.header{
    padding:0px 0px;
    width:100%;
    position: relative;
    color:#fff;
}
.header .nav>ul{
    margin:0;
    margin-top: 25px;
    transition: all .5s;
}
.header .nav>ul>li{
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.header .nav>ul>li>a{
    display: block;
    position: relative;
    color:#fff;
    font-size: 18px;
    padding:18px 0 15px 0;
}
.header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#fff;
    position: absolute;
    left:0;
    bottom:0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.header .nav ul.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -80px;
    width: 160px;
    background: #fff;
    border-radius: 4px;
}

.header .nav ul.submenu:before{content:"\e253"; 
font-family: 'Glyphicons Halflings'; position:absolute; left:50%; 
top:-13px; transform: translate(-50%, 0); 
font-size:18px; color:#fff; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;}
.header .nav ul.submenu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
.header .nav ul.submenu li a{display:block;font-size:14px; color:#444; line-height:20px; padding:12px 2%; text-align:center;}
.header .nav ul.submenu li a:hover{color:#63a82f; background:#f2fcfa;}
.header .nav>ul>li:hover ul.submenu{
    display: block;
}
.header .language{  
    margin:15px 0px 0px;
    line-height: 80px;
    color:#fff;
    transition: all .5s;
}


.header .language a{
    color:#fff;
}
.header .header-tel{
    line-height: 60px;
    margin: 25px 0px 0px;
    transition: all .5s;
}
@media(max-width:991px){
    .header .header-tel{
        margin: 15px 0px 0px;
    }
}
.header .header-tel span{
    font-size: 20px;
    color:#fff;
    margin: 0px 10px;
    cursor: pointer;
}
.search-from{position:absolute;top:-125px;
    z-index:8;
    padding:20px;
    box-shadow:0 0 5px rgba(0,0,0,.2);
    background:#fff;
    left:50%;
    margin-left: -150px;
    opacity:0;transition:.5s all ease-in-out}
.search-from.active{top:100px;opacity:1;transition:.5s all ease-in-out}
.search-from form{justify-items:center}
.search-from #txtSearch{width:300px;border:1px #dedede solid;color: #232323;height:42px;outline:0;padding-left:10px}
.search-from .btnSearch{border:none;font-size:16px;height:42px;background:#13aa1e;width:90px;color:#fff}


.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:35px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#424242;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#424242;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}

header.on{
    color:#424242;
    background-color:#fff;
    box-shadow: 0 0 10px #eee;
    top: 0;
}
header.on .header .nav ul li a{
    color:#424242;
}
header.on .header .logo .logo{
    height: 80px;
}
header.on .header .header-tel span,header.on .language span{
    color:#828282;
}
@media(max-width:1199px){
header .header .header-tel span,header .language span{
    color:#828282;
}}
header.on .language a{
    color:#424242;
}
header.on .header .nav>ul{
    margin-top: 15px;
}
header.on .header .header-tel{
    margin: 15px 0px 0px;
}
header.on .header .language{
    margin: 5px 0px 0px;
}

@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:0;
    }    
}
@media (max-width: 992px){
    header.on .header .language{
        margin: 15px 0px 0px;
    }
    .m-btn{
        display: block;
    }
    header{
        top:0;
    }
    .header{
        position: relative;
        height:80px;
        padding:0;
    }    
    header.on .header .logo .logo, .header .logo .logo{
        height:70px !important;
        line-height: 80px;
    }
    .header .language{
        line-height: 60px;
        padding-right:50px;
    }
    .header .nav{
        position: absolute;
        left:-100vw;
        top:80px;
        width:70%;
        height:calc(100vh - 70px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    .header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .header .nav ul li{
        display: block !important;
        line-height: 40px !important;
        padding:0 20px;
    }
    @media(max-width:1200px){
        .header .nav .submenu li {
            display: none !important;
        }
    }
    .header .nav ul li a{
        color:#424242;
    }
    .header .language a{
        color:#424242;
    }
    .header .logo .logo1{
        display: none;
    }
    .header .logo .logo2{
        display: block;
    }
}

/* banner */
.banner{
    position: relative;
}
.banner .carousel-caption{
    text-align: left;
    width:100%;
    margin-top:-150px;
    position: absolute;
    left:0%;
    top:50%;
    color:#fff;
    padding:0 15px;
}
.banner .carousel-caption h1{
    font-size: 72px;
    font-weight: bold;
}
.banner .carousel-caption p{
    font-size: 16px;
    margin:30px 0px;
    width: 52%;
}
.banner .carousel-caption p.bann2{
    font-size: 36px;    
}
.home-btn{margin-top:5%;}
.homeLink{position:relative; display:block; text-align:left; width:180px; height:50px; text-indent:0px; font-size:16px; padding-left:40px;  overflow:hidden; border-radius:50px; line-height:50px; overflow:hidden; color:#fff; background:#13aa1e;transition: all 0.3s ease-in-out;}
.homeLink:after{ content: '→'; font-family: 'iconfont'; position:absolute; right:40px; top:50%; transform: translate(0, -50%); text-indent:0px; font-size:24px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;}
.homeLink:hover{ width:200px; text-indent:0; color:#fff;}

.Home-swiper .swiper-slide .home-btn{opacity:0; transition:all .4s;}
.Home-swiper .ani-slide .home-btn{opacity:1; }

@media (max-width:1400px){
    .banner .carousel-caption{
        width:100%;
        margin-left:0;
        left:0;
    }
}
@media not all, (-webkit-transform-3d) {
    .carousel-inner>.item{
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}
@-webkit-keyframes scaleUpDown {
    from {opacity: 0.8; -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { opacity: 1;  -webkit-transform: scale(1); transform: scale(1);}
}

@keyframes scaleUpDown {
    from {opacity: 0.8; -webkit-transform: scale(1.2); transform: scale(1.2);}
    to { opacity: 1;  -webkit-transform: scale(1); transform: scale(1);}
}
.banner .carousel-inner .item img{
    -webkit-animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@media (max-width:1400px){
    .banner .carousel-caption h1{
        font-size: 35px;
    }
    .banner .carousel-caption p{
        font-size: 16px;
    }
}
@media (max-width:992px){
    .banner{
        margin-top:80px;
    }
    .banner .carousel-caption h1{
        font-size: 16px;
    }
    .banner .carousel-caption p{
        font-size: 12px;
    }    
}

/* 搜索 */
.search{
    height:100px;
    background:#f8f8f8;
}
.search .keywords{
    line-height: 100px;
}
.search .keywords a{
    display: inline-block;
    padding:0 10px;
}
.search .search-box{
    margin-top:35px;
}
.search .search-n{
    width:385px;
    height:40px;
}
.search .search-n form{
    width:100%;
    height:100%;
}
.search .search-n form input{
    width:325px;
    height:100%;
    border:1px solid #ddd;
    padding:0 0 0 10px;
}
.search .search-n form input:-moz-placeholder {
    font-size: 14px;
}
.search .search-n form input:-ms-input-placeholder{
    font-size: 14px;
}
.search .search-n form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search .search-n form button{
    background:#0064ba;
    border:none;
    width:60px;
    color:#fff;
    height:100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media (max-width:992px){
    .search{
        height:60px;
    }
    .search .keywords{
        overflow: hidden;
        text-overflow:ellipsis;
        line-height: 60px;
    }
}

.common{
    padding:100px 0;
}
/* 关于我们 */
.about .about-img{
    position: relative;   
}
.about .about-img .about-img-box img{
    width:100%;
}
.about .about-box .title{    
    line-height: 0.9;  
}
.about .about-box .about-intro{
    line-height: 28px;
}
.about .about-box .about-intro p{
    margin:0;
}
.about .about-box .more{ 
    color:#3bb24e;  
    font-weight: bolder;   
}
/* 资质认证 */
.about .about-sign{
    margin-top: 60px;
    margin-bottom: 45px;
    overflow: hidden;
}
.about-sign li{
    float: left;
    width:14.2%;
    padding-right: 15px;
    padding-left: 15px;     
}
.about-sign li .sign{    
    height:60px;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    background:#f4f4f4;
    border-radius: 35px;
    margin-bottom: 15px;
    transition: all .5s;
    cursor: pointer;
}
.about-sign li:last-child .sign{
    padding-top: 20px;
}
.about-sign li:hover .sign{
    background:#3bb24e;
    text-align: center;
    color: #fff;
}
@media (max-width:992px){
    .about-sign li{   
        width:50%;
        padding-right: 15px;
        padding-left: 15px;     
    }
}

@media (max-width:992px){
    .common{
        padding:40px 0;
    }        
    .about .about-box .title{
        font-size: 25px;
    }
}
/* 面料展示 */
.title{
    font-size: 40px;
    font-weight: bold;
    color:#2b2b2b;
    line-height: 0.9;
    margin-bottom: 25px;
}
.title span{
    display: block;   
    color: #dadada;
    font-size: 72px;
    text-transform: uppercase;
}

.product{
    background:url(../img/product-bg.jpg) no-repeat center bottom;
}
.product .pro-title{
    display: inline-block;
}
.product-box {
    margin-top:30px;
}

.product-box .gallery-thumbs{
    margin-bottom: 30px;
}
.product-box .gallery-thumbs .swiper-slide{
    font-size: 16px;
    border-radius: 25px;
    text-align: center;
    background: #f3f3f3;
    padding: 12px 35px;  
    transition: all 0.3s;
    cursor: pointer;
}
.product-box .swiper-slide.swiper-slide-thumb-active{
    background: #13aa1e;
    color: #fff;
}
.product-box .pro-img {
    overflow: hidden;
}

.product-box .pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    
}

.product-box .pro-con h5{
    font-size: 26px;
    font-weight: bold;
}
.product-box .pro-con h5:after{
    display: block;
    content: "";
    width: 70px;
    height: 4px;
    margin: 15px 0px 95px;
    background: #3bb24e;
}
@media(max-width:992px){

    .product-box  .pull-left{
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 15px;
    }   
    .product-box .pro-con h5{
        font-size: 16px;
    }
    .product-box .pro-img img{
        padding-left: 20%;
        padding-right: 20%;
        
    }
    .product-box .pro-con h5:after{
        margin: 15px 0px 15px;
    }
    .product-box .pro-img {
        margin-top: 20px;
    }
    .product .swiper-button-next, .product .swiper-button-prev{
        top: 22%;
    }
}
@media (max-width:768px){
    .carousel-caption h1{
        margin-top: 100px;
    }
    .carousel-caption p{
        display: none;
    }    
    .homeLink{
        width: 100px;
        height: 40px;
        text-indent: 0px;
        font-size: 14px;
        padding-left: 10px;
        overflow: hidden;
        border-radius: 50px;
        line-height: 35px;
        margin-top: 24px;
    }
    .homeLink:after {        
        right: 10px;
        font-size: 18px;       
    }
    .product {
        background: url(../img/product-bg.jpg) no-repeat center bottom #f4f4f4;
    }
    .product .cer{
        width: 100%;
        display: none;
        float: none !important;
    }
    .product-box .gallery-thumbs .swiper-slide {
        font-size: 14px;     
        padding: 12px 15px;   
    }
}
.product-box .pro-con .pro-pack img{
    margin-top: 5%;
    width: 150px;
    border: 10px solid #fff;
}
.product-box .pro-img:hover img{
    transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
}
.product-box .pro-list:hover p{
    background:#fff;
    color:#0064ba;
}
.product-box .top-box{
    position: relative;
}
.swiper-button-next, .swiper-button-prev{
    background-size: 26px 32px;
}
.product-box .top-box .swiper-button-prev{
    left: -30px;
}
.product-box .top-box .swiper-button-next{
    right: -30px;
}

@media (max-width:992px){
    .title{
        font-size: 25px;
    }
    .title span{
        font-size: 40px;
    }
    .product-box .top-box .swiper-button-prev{
        left: 0px;
    }
    .product-box .top-box .swiper-button-next{
        right: 0px;
    }
    
}


/* 艾科姆GLP */
.agroc{
    background: url(../img/glp.jpg) no-repeat fixed center #474747;
}
.agroc .title{   
    color: #fff;
}
.agroc-box{
    margin-top:30px;
    color: #fff;
    line-height: 28px;
    width: 88%;
}
@media(max-width:992px){
    .agroc-box{
        width: 100%;
    }
    .agroc .agroc-img{
        margin-bottom: 30px;
    }
}
.agroc .agroc-more{
    color:#3bb24e;  
    font-weight: bolder; 
}
.agroc-box .agroc-nav{
    margin: 60px 0px;
}
.agroc-box .agroc-nav a{
    color: #fff;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: bolder;
    margin-right: 15px;
    transition: all 0.3s;
}
.agroc-box .agroc-nav a:hover{
    background: #3bb24e;
    border: 1px solid #3bb24e;
}
.agroc .agroc-img{
    overflow: hidden;
}
.agroc .agroc-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.agroc .agroc-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* 新闻 */
.news{
    background:#f4f4f4;
}
.news-nav,.news-nav li{
    display: inline-block;
    margin-top: -50px;
}
.news-nav li a{
    font-size: 18px;    
    border-radius: 25px;
    text-align: center;
    background: #fff;    
    padding: 12px 35px;
    font-weight: bold;
    margin-left: 15px;
    transition: all 0.3s;
}
.picList{
    background: #fff;
}
.picList .img{
    width: 100%;    
    margin-bottom: 10px; 
}
.picList .img img{
    width: 100%;
}
.picList .news-con{
    padding: 20px 40px 50px;
}
.picList .news-title{
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    color: #3bb24e;    
}
.picList .news-con .news-desc{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.picList .news-con .news-time{
    font-size: 16px;
    color: #3bb24e;
}
.picList .swiper-pagination{
    text-align: left;
    left: 30px;
    bottom: 25px;
}
.picList .swiper-pagination-bullet-active{
    background: #3bb24e;
    width: 25px;
    border-radius: 10px;
}
.news-box .news-left{
    width:50%;
    padding-right: 30px;  
}
.news-box .news-right{
    width:50%;
    padding-left: 30px;
}

.news-box .news-content .news-list{
    padding:30px 30px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s;
}
.news-box .news-content .news-list .news-time{   
    font-size: 14px;
    padding-left: 30px;
}
.news-box .news-content .news-list .news-title{
    font-size: 16px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../img/dao.png) no-repeat left center;
    padding-left: 30px;
}
.news-box .news-content .news-list .news-time span{
    font-size: 14px;  
    display: inline-block;
    background: #f4f4f4;
    margin-right: 10px;
    padding: 6px 15px;
    border-radius: 20px;
}
.news-box .news-content .news-list:hover{
    background: #3bb24e;
}
.news-box .news-content .news-list:hover .news-title{
    background: url(../img/dao-w.png) no-repeat left center;
    color: #fff;
}
.news-box .news-content .news-list:hover .news-time span{
    background: #fff;
    color: #3bb24e;
}

@media (max-width:992px){
    .news-box .news-left{
        width:100%;
        padding:20px 10px;
    }
    .news-box .news-right{
        display: none;
    }
    .news-box .news-nav li a{
        font-size: 16px;
    }
    .news-box .news-content .news-list{
        padding:20px 0;
    }
    .news-box .news-content .news-list .news-time{
        display: none;
    }
    .news-box .news-content .news-list .news-title p{
        font-size: 16px;
    }
}

@media (max-width:767px){
    .agroc-nav{
        display: none;
    }
    .news-nav{
        display: none;
    }
    .agroc .agroc-img{
        margin-top: 30px;
    }
    .foot-nav{
        display: none;
    }
    .foot-logo{
        margin-bottom: 10px;
        text-align: center;
    }
    .foot-logo img{
        height: 75px;
    }
    
}

@media (max-width:992px){
    .pro-pack{
        display: none;
    }
    .pro-con p{
        margin: 0;
    }
    .home-btn{margin-top:0;}
}