/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-bottom: 50px;
}
.swiperBox img{
    width: 100%;
}
.swiperBox  .swiper-pagination{
    height: 200px;
    width: 108px;
    line-height: 100%;
    position: absolute;
    top: 36%;
    left: 81px;
    text-align: center;
}
.swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    display: block;
    width: 13px;
    height: 13px;
    text-align: center;
    margin-bottom: 12px;
    background: #bdbdbd;
    opacity:1;
}
.swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    background: #188080;
}

/*手机轮播图区域*/
#mobileSwiper{
    padding: 0;
    margin:50px 0 0 0;
}
#mobileSwiper .homeNav{
    background-color: rgb(216, 216, 216);
    padding: 6px 4px;
    overflow: hidden;
}
#mobileSwiper .homeNav a{
    background-size: 100%;
    border-top: 1px solid #f8f8f8;
    position: relative;
    float: left;
    height: 40px;
    padding: 15px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.756rem;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -webkit-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -o-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
}









/*产品展示区域*/
.productBox{
    height: auto;
    padding: 0;
    font-size: 0;
}
.productBox .core{
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.productBox .core .product  .newText  .borderB{
    width: 100%;
    height: 4px;
    background: black;
    /*display: inline-block;*/
    margin: 8px 0;
}
.productBox .core .product .newText  .borderW{
    width: 100%;
    height: 4px;
    background: #ffffff;
    /*display: inline-block;*/
    margin: 8px 0;
}



.productBox .core .show h1{
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.productBox .core .product{
    position: relative;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}
.productBox .core .product img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.productBox .core .product .oldText{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    margin: 0;
    padding: 16px 42px;
    /*background: rgba(0,0,0,0.2);*/
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
}
.productBox .core .product3 .oldText {
    font-size: 20px;
    padding: 16px 30px;
}
.productBox .core .product .oldText span{
    display: block;
    font-size: 24px;
}
.productBox .core .product .newText{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    margin: 0;
    padding: 16px 42px;
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
    height: 100%;
    /*background: #1a1a1a;*/
}
.productBox .core .product3 .newText {
    font-size: 20px;
    padding: 16px 30px;
}
.productBox .core .product .newText span{
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 1px;
    line-height: 24px;
}
.productBox .core .product:hover .oldText{
    left: -100%;
}
.productBox .core .product:hover .newText{
    left: 0%;
}
.productBox .core .product img {
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
}
.productBox .core .product:hover>img{
    /*transform:scale(1.03);*/
   /*opacity: 0;*/
}
.productBox .core .product:hover>.newText.colorBGB{
    background: #333;
}
.productBox .core .product:hover>.newText.colorBGH{
    background: #ebebeb;
    color: #2c2c2c;
}
.productBox .core .product:hover>.newText.colorBGH span{
    color: #2c2c2c;
}

.productBox .core  .newText i.bottomP{
    position: absolute;
    bottom: 18px;
    font-style:normal
}
.productBox .core .product.product1 .newText{
    padding-top: 28%;
}
.productBox .core .product.product4 .newText  img{
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}
.productBox .core .product.product4 .newText  {
   z-index: 100;
}



/*3D旋转*/
.productBox .core .product2  {
     perspective: 900px;
    -webkit-perspective: 900px; /* Safari 和 Chrome */

}
.productBox .Move3Box {
    position: relative;
    left: 0;
    top: 0;
    width:100%;
    transform: translateZ(-150px) rotateY(0deg);
    -ms-transform:translateZ(-150px) rotateY(0deg); 	/* IE 9 */
    -moz-transform:translateZ(-150px) rotateY(0deg); 	/* Firefox */
    -webkit-transform:translateZ(-150px) rotateY(0deg); /* Safari 和 Chrome */
    -o-transform:translateZ(-150px) rotateY(0deg);	/* Opera */


    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-origin: center ; /*第三个需要给具体数值*/
    -webkit-transform-origin:center ;
}
.productBox .Move3Box p{
     position: absolute;
     bottom: 0;
     left: 0;
     font-size: 23px;
     font-weight: bolder;
     color: #8a8a8a;
     padding: 16px 30px;
     margin: 0;
}
.productBox .Move3Box p.say{
    position: absolute;
    top: 0;
    font-size: 14px;
}
.productBox .core .product3 .oldText span,
.productBox .Move3Box p span{
    font-weight: 100;
    font-size: 17px;
    display: block;
}
.productBox .Move3Box .Move3Dnew p {
    font-size: 20px;
    color: #ffffff;
}
.productBox .Move3Box .Move3Dnew span{
    font-size: 14px;
    margin-top: 10px;
}
.productBox .Move3Box:hover{
    transform:translateZ(-150px) rotateY(90deg);
    -ms-transform:translateZ(-150px) rotateY(90deg); 	/* IE 9 */
    -moz-transform:translateZ(-150px) rotateY(90deg); 	/* Firefox */
    -webkit-transform:translateZ(-150px) rotateY(90deg); /* Safari 和 Chrome */
    -o-transform:translateZ(-150px) rotateY(90deg);	/* Opera */

}

.productBox .Move3Dold{
    transform: translateZ(150px);
    -ms-transform:translateZ(150px); 	/* IE 9 */
    -moz-transform:translateZ(150px); 	/* Firefox */
    -webkit-transform:translateZ(150px); /* Safari 和 Chrome */
    -o-transform:translateZ(150px);	/* Opera */
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.productBox .Move3Dnew{
    transform: rotateY(-90deg) translateZ(150px);
    -ms-transform:rotateY(-90deg) translateZ(150px); 	/* IE 9 */
    -moz-transform:rotateY(-90deg) translateZ(150px); 	/* Firefox */
    -webkit-transform:rotateY(-90deg) translateZ(150px); /* Safari 和 Chrome */
    -o-transform:rotateY(-90deg) translateZ(150px);	/* Opera */
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    left: 0;
}

.productBox .core .product.product4 .say{
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    padding: 16px 42px;
}
.productBox .core:last-child .product.product4 .oldText{
    color: #8a8a8a;
}













/*6大优势和关于我们*/
.companyInfo{
    background: #ebebeb;
    padding: 0;
    margin: 50px 0 0 0;
    text-align: center;
}
.companyInfo .container{
    padding: 60px 0 40px 0;
    text-align: center;
}
.companyInfo .container img.sixImg{
    display: block;
    margin: 0 auto;
    width: 92%;
}
.companyInfo .container .about{
    position: relative;
}
.companyInfo .container .about>h1{
    color: #808080;
    font-size: 30px;
    text-align: center;
    border-bottom: 2px #575555 solid;
    padding: 10px;
    margin-top: 40px;
}
.companyInfo .container .about>p{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #151212;
    font-size: 20px;
    border-top: 4px #af977e solid;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 2px 0 0 -40px;
}
.companyInfo .container .about .row{
    margin-top: 60px;
}
.companyInfo .container .about .row>div{
    padding: 0 0 0 10px;
    text-indent: 2em;
    color: #989898;
    margin-bottom: 8px;
    text-align: left;
}
.companyInfo .container .about .row p{
    text-indent: 2em;
    color: #989898;
    margin-bottom: 8px;
}
.companyInfo .container .about .row .aboutIMG{
    padding-right: 40px;

}


/*经典案例*/
.anLi{
    background: #ebebeb;
    padding: 0;
    background: url("../img/index12.jpg") no-repeat top left ;
    background-size: 100% 100%;
}
.anLi a:hover{
    text-decoration: none;
}
.anLi .container{
    padding: 60px 0 130px 0;
    text-align: center;
}
.anLi .container .title{
    position: relative;
}

.anLi .container .title>h1{
    color: #808080;
    font-size: 30px;
    text-align: center;
    border-bottom: 2px #575555 solid;
    padding: 10px;
    margin-top: 40px;
}
.anLi .container .title>p{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #151212;
    font-size: 20px;
    border-top: 4px #af977e solid;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 2px 0 0 -40px;
}
.anLi .container .swiper-container{
    margin-top: 60px;
    position: initial;
}
.anLi .container .swiper-container .swiper-slide{
    padding: 0 8px;
    box-sizing: border-box;
}
.anLi .container .swiper-container .swiper-slide .bg{
    background: #fff;
    padding: 6px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.anLi .container .swiper-container .swiper-slide .bg .swiperIMG{
    width: 100%;
    overflow: hidden;
}
.anLi .container .swiper-container .swiper-slide .bg .text {
    background: #cacacb;
    padding: 20px;
    height: 190px;
}
.anLi .container .swiper-container .swiper-slide .bg img {
    transition: all 0.6s;

}
.anLi .container .swiper-container .swiper-slide .bg:hover img{
    transform: scale(1.1);
    max-width: 100%;
}


.anLi .container .swiper-container .swiper-slide h1{
    font-size: 16px;
    color: #252525;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 2px #979797 solid;
    margin: 0;
}
.anLi .container .swiper-container .swiper-slide:hover  h1 {
    color: #000;
}
.anLi .container .swiper-container .swiper-slide:hover  p {
    color: #5f5d5d;
}
.anLi .container .swiper-container .swiper-slide  p{
    margin: 10px 0 16px 0;
    color: #939292;
    font-size: 13px;
}
.anLi .container .swiper-container .swiper-slide  p:hover{
    color: #939292;
}
.anLi .container .swiper-container .swiper-slide img{
    margin: 0 auto;
    width: 100%;
}
.anLi .swiper-button-prev{
    background: url(../img/left.png) no-repeat center;
    position: absolute;
    left: -46px;
}
.anLi .swiper-button-next{
    background: url(../img/right.png) no-repeat center;
    position: absolute;
    right: -46px;
}
.anLi .container  .moreBtn{
    position: absolute;
    bottom: -25px;
    font-size: 13px;
    right: 0;
    background: #dae3e8;
    padding: 2px 3px 4px 6px;
    border-radius: 4px;
    color: #999;
}
.anLi .container  .moreBtn:hover{
    background: none;
    color: #666;
}












/*新闻区域*/
.newBox{
    padding: 0;
    background: #e3e3e3 ;
    -moz-box-shadow:0px 8px 13px #dedede inset;               /* For Firefox3.6+ */
    -webkit-box-shadow:0px 8px 13px #dedede inset;            /* For Chrome5+, Safari5+ */
    box-shadow:0px 8px 13px #dedede inset;
}
.newBox .core{
    padding: 60px 0 130px 0;
    text-align: left;
    overflow: hidden;
}
.newBox .core .title{
    position: relative;
}

.newBox .core .title>h1{
    color: #808080;
    font-size: 30px;
    text-align: center;
    border-bottom: 2px #575555 solid;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.newBox .core .title>p{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #151212;
    font-size: 20px;
    border-top: 4px #af977e solid;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 2px 0 0 -40px;
}

.newBox .core .imgAll{
    position: relative;
    overflow: hidden;
    max-height: 450px;
}


.newBox .core .left{
    padding-left: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.newBox .core .left img{
    width: 100%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.6s;
}
.newBox .core .left:hover img{
    transform: scale(1.1);
    max-width: 100%;
}
.newBox .core .right{
    padding-right: 0;
}
.newBox .core .right .imgBox{
    padding: 0 0 0 0 ;
    overflow: hidden;
}
.newBox .core .right  img{
    width: 100%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.6s;
    max-height: 134px;
}
.newBox .core .right li:hover img{
    transform: scale(1.1);
    max-width: 100%;
}
.newBox .core .right ul{
    font-size: 0;
    padding: 0 0 0 20px;
}
.newBox .core .right ul li:nth-child(2){
    position:absolute;
    top: 50%;
    margin-top: 0;
}
.newBox .core .right ul li:nth-child(3){
    position:absolute;
    bottom: 0;
}
.newBox .core .right h1{
    font-size: 16px;
    color: #252525;
    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: 2px #464646 solid;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.newBox .core .right a{
   overflow: hidden;
    display: inline-block;
}
.newBox .core .right p {
    max-height: 30%;
    margin: 6px 0 16px 0;
    color: #939292;
    font-size: 14px;
    overflow: hidden;
}
.newBox .core .moreBtn{
    position: absolute;
    bottom: -25px;
    font-size: 13px;
    right: 0;
    background: #d0d0d0;
    padding: 2px 3px 4px 6px;
    border-radius: 4px;
    color: #999;
}
.newBox .core .moreBtn:hover{
    background: none;
    color: #666;
}



/*手机端的样式设置*/
@media screen and (max-width: 767px){
    .swiperBox  .swiper-pagination{
        width: 100%;
        height: auto;
        line-height: normal;
        position: absolute;
        top: 80%;
        left: 0;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
        display: inline-block;
        width: 8px;
        height: 8px;
        text-align: center;
        margin-bottom:0;
        background: #bdbdbd;
        opacity:1;
    }
    .swiperBox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
        background: #188080;
    }



    .productBox{
        box-sizing: border-box;
         padding: 14px;
        background: url("../img/imenu_bg.png") no-repeat center;
        background-size: 100% 100%;
        /*margin-top: 66px;*/
    }

    .productBox .homeTitle{
        height: 58px;
        text-align: center;
        line-height: 58px;
        margin: 0;
        font-size: 22px;
        font-weight: bold;
        color: #908f8f;
    }
    .productBox .core .product .oldText,
    .productBox .core .product .newText{
        font-size: 17px;
        padding: 10px;
    }
    .productBox .Move3Box p{
        font-size: 18px;
        padding: 10px
    }
    .productBox .Move3Box .Move3Dnew p{
      font-size: 14px;
      padding: 10px;
    }
    .productBox .Move3Box .Move3Dnew span {
        font-size: 12px;
        margin-top: 6px;
    }
    .productBox .Move3Box p span{
        font-size: 13px;
    }
    .productBox .Move3Box p.say{
        font-size: 12px;
    }
    .productBox .core .product.product4 .say{
        padding: 16px 10px;
    }
    .productBox .core .product .oldText span{
        font-size: 20px;
    }



    .companyInfo{
        margin: 0;
        padding: 14px;
    }
    .companyInfo .container{
        padding: 40px 0;
    }
    .companyInfo .container .about>h1{
        margin-bottom: 40px;
        margin-top: 28px;
        font-size: 20px;
    }
    .companyInfo .container .about>p{
        margin: -9px 0 0 -40px;
    }



    .companyInfo .container .about .row{
        margin: 0;
    }
    .companyInfo .container .about .row .aboutIMG {
        padding: 14px;
        /*margin-top: 20px;*/
    }











    .anLi{
        padding: 14px;
    }
    .anLi .container{
        padding: 0 0 24px 0;
    }
    .anLi .container .title>h1{
        margin-bottom: 40px;
        margin-top: 28px;
        font-size: 20px;
    }
    .anLi .container .title>p{
        margin: -9px 0 0 -40px;
    }
    .anLi .swiper-button-prev {
        left: -10px;
        background-size: 12px 20px;
        background-color: rgba(255,255,255,0.5);
        width: 24px;
        height: 40px;

    }
    .anLi .swiper-button-next {
        right: -10px;
        background-size: 12px 20px;
        background-color: rgba(255,255,255,0.5);
        width: 24px;
        height: 40px;;
    }
    .anLi .container .swiper-container .swiper-slide{
        padding: 0 3px;
    }
    .anLi .container .swiper-container .swiper-slide .bg .text{
        padding: 7px;
        height: auto;
    }
    .anLi .container .swiper-container .swiper-slide h1{
        font-size: 13px;
        height: 40px;
        padding: 0;
        line-height: 16px;
    }
    .anLi .container .swiper-container .swiper-slide p {
          margin: 7px 0 2px 0;
    font-size: 10px;
    height: 136px;
    overflow: hidden;
    }

    .newBox{
        padding: 14px;
    }
    .newBox .container{
        padding: 0;
    }
    .newBox .core{
        padding: 0px 0 30px 0;
    }
    .newBox .container .title>h1{
        margin-bottom: 40px;
        margin-top: 28px;
        font-size: 20px;
    }
    .newBox .container .title>p{
        margin: -9px 0 0 -40px;
    }
    .newBox .core .imgAll{
        max-height: none;
    }
    .newBox .core .right{
        position: relative;
        padding: 0;
    }
    .newBox .core .right ul{
      padding: 0;
    }
    .newBox .core .right ul li:nth-child(2){
        position: relative;
        top: 0;
        left: 0;
    }

    .newBox .core .left{
        margin-bottom: 20px;
    }
    .newBox .core .right ul .row{
        margin: 0;
    }
    .newBox .core .right ul li:nth-child(3){
        position: inherit;
    }
    .newBox .core .right ul li:nth-child(2){
        margin: 16px 0 !important;
    }


    .newBox .core .right p{
        font-size: 12px;
        margin: 6px 0 0px 0;
    }
}









@media screen and (max-width: 767px) {
    .productBox{
        padding: 8px;
    }
    .productBox .core .product .oldText span{
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 7px;
        font-weight: bolder;
    }
    .productBox .core .product .oldText, .productBox .core .product .newText {
        font-size: 17px;
        padding: 10px;
        line-height: 12px;
        font-weight: bolder;
    }
    .productBox .Move3Box p {
        font-size: 17px;
        padding: 10px;
        font-weight: bolder;
        padding-bottom: 5px;
    }
    .productBox .Move3Box p.say {
        font-size: 12px;
        max-height: 46px;
        overflow: hidden;
    }
    .productBox .core .product.product4 .say {
        padding:10px;
        font-size: 12px;
        border-top: 1px #d6e1ea solid;
    }

   .productBox .core .product .newText span{
        font-size: 12px;
		    line-height: 19px;
    }
    .productBox .core .product:hover>.newText.colorBGH span{
        line-height: 16px;
        margin-bottom: 6px;
    }
	.newBox .core .right h1{
		font-size: 15px;
         padding: 0 0 5px 0;
         overflow: hidden;
         text-overflow: ellipsis;
          white-space: nowrap;
	}
	
}












