/***********************************/
/*首页*/
/***********************************/
body{background-color:#f8f9f1}

/*焦点图*/
.hotPic{height:auto}
.arrow-left{top:43%;left:25px}
.arrow-right{top:43%;right:25px}
.arrow-left i, .arrow-right i{font-size:65px;color:#fff}
.pagination{bottom:30px}
.swiper-container .swiper-slide{height:auto}
.swiper-pagination-switch, .swiper-pagination-bullet{display:inline-block;width:16px;height:16px;margin:0 18px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#6aace5}
.swiper-active-switch, .swiper-pagination-bullet-active{background-color:#fff}
/*焦点图2*/
.hotPic2{height:200px;margin-top:70px}
.swiper-container2{margin-left:115px;margin-right:100px}
.swiper-container2 .swiper-slide-cert{height:200px}
.arrow-left2, .arrow-right2{width:68px;height:108px;padding-top:37px;top:30px}
.arrow-left2 i, .arrow-right2 i{font-size:65px;color:#fff}
/*主内容*/
.mainContent{height:2052px;background:url(../images/mainContent-bg.jpg) no-repeat center 0}
.mainContent .bg-rect1{top:370px;right:106px}
.mainContent .bg-rect2{top:440px;right:82px}
.mainContent .bg-rect3{top:982px;left:128px}
.main-title{padding-top:95px}
.main-figure{width:507px;height:480px;padding: 64px 0 63px;}
.main-figure img{
    opacity: 0.6;
    -webkit-backface-visibility: hidden;
    -webkit-transition:
    opacity 0.4s linear,
    -webkit-transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
    -moz-transition:
    opacity 0.4s linear,
    -moz-transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
    -o-transition:
    opacity 0.4s linear,
    -o-transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
    -ms-transition:
    opacity 0.4s linear,
    -ms-transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
    transition:
    opacity 0.4s linear,
    transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}
.main-figure img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 100;
    opacity: 1;
}
.main-figure .item-center{opacity:1}
.main-figure .item1{left:127px}
.main-figure .item2{left:3px}
.main-figure .item3{right:127px}
.main-figure .item4{right:3px}
.main-detail{margin:0 150px 0 650px;padding-top:150px}
.main-detail h3, .main-detail2 h3{font-size:32px}
.main-detail h3 strong, .main-detail2 h3 strong{font-size:40px}
.main-wrap2{margin-top:-30px}
.main-detail2{margin:0 650px 0 150px;padding-top:210px}
/*证书*/
.certification{height:431px;background:url(../images/certification-bg.jpg) no-repeat 0 0;padding-top:65px}
/*创新工艺*/
.technology{padding:75px 0 60px;background-color:#f8f9f1}
.technology .subtitle{color:#99c}
.technology-wrap{margin-left:69px}
.technology-article{width:625px}
.technology-article .detail{margin-left:255px}
.technology-article .detail .consult{padding:7px 0;width:123px}
@media only screen and (max-width:1440px) {
    .technology-wrap{margin-left:49px}
    .technology-article{width:515px}
}
/*资讯动态*/
.info-wrap{width:1302px;margin-left:auto;margin-right:auto}
.info-article{margin:auto -15px}
.info-article li{width:414px;margin:auto 15px}
.info-article li h3{text-overflow:ellipsis;white-space:nowrap}
.info-article li .article{height:48px;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media only screen and (max-width:1440px) {
    .info-wrap{width:1102px}
    .info-article li{width:347px}
}
