﻿.container{
    max-width: 1200px;
    padding: 0 0;
}
.headerNav .container{
    max-width: 1200px;
    padding: 0 0;
}





/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;
}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 100%;
}
.swiperBox  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiperBox .swiper-pagination span{
    width: 16px;
    height: 16px;
    background: #bbb8b8;
}
.swiperBox .swiper-pagination-bullet-active {
    background: #bbb8b8;
    text-align: center;
    position: relative;
}
.swiperBox .swiper-pagination-bullet-active:before{
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0  0 -5px;
}





/*手机轮播图区域*/
#mobileSwiper{
    padding: 0;
    margin:0px 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);
}
#mobileSwiper  .swiper-pagination span{
    width: 10px;
    height: 10px;
}
#mobileSwiper .swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
}
#mobileSwiper  .swiper-pagination-bullet-active:before{
    width: 6px;
    height: 6px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0  0 -3px;
}








/*产品区域*/
.productbox{
    padding: 80px 0;
}
.productbox ul{
    display: block;
    overflow: hidden;
}
.productbox ul li{
    text-align: center;
}
.productbox ul li a:nth-child(1){
    display: block;
    overflow: hidden;
}
.productbox ul li a img{
    max-width: 280px;
    border: 1px  #afafaf solid;

}


.productbox ul li h2{
    font-size: 18px;
    height: 36px;
    color: rgb(38, 38, 38);
    font-weight: 700;
}
.productbox ul li p{
    color: rgb(165, 165, 165);
    font-size: 20px;
    text-align: center;
}
.productbox ul li a.listmorebtn{
    width: 130px;
    height: 36px;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    padding: 0px 0px;
    border-radius: 1px;
    border: 1px #dddee1 solid;
    margin: 10px 0;
    color: #7f7f7f;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
}
.productbox ul li a.listmorebtn:after {
    content: " ";
    width: 0px;
    height: 36px;
    display: block;
    background: #21b56a;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
    z-index: -1;
}
.productbox ul li a.listmorebtn:hover{
    color: #ffffff;
    border: 1px #21b56a solid;
}
.productbox ul li a.listmorebtn:hover:after{
    width: 100%;
}






/*公司简介*/
#aboutAs{
    padding: 60px 0 80px 0;
    width: 100%;
    height: auto;
    display: block;
        background: url(../images/homeaboutimg2.png) no-repeat top left rgb(239,240,241);
    background-size: 100%;
}
#aboutAs .title p:nth-child(2){
    color: rgba(255,255,255,0.2);
    z-index: 0;
}
#aboutAs .title p span{
    color: #ffffff;
}
#aboutAs .aboutAsBox{
    text-align:left;
    position: relative;
}
#aboutAs .aboutAsBox .title{
    margin: 10px 0 24px 0;
    text-align: left;
}
#aboutAs .aboutAsBox .title p:nth-child(2){
    text-align: left;
}
#aboutAs .aboutAsBox .img{
    padding: 6px 10%  0 0;
    margin: 0 0  0px 0;
}
#aboutAs .aboutAsBox .img img{
    width: 100%;
}
#aboutAs .aboutAsBox .saybox{
    background: #298997;
    padding: 50px 60px;
    position: absolute;
    top: 30%;
    right: 0;
}
#aboutAs .aboutAsBox p.say{
    padding: 0 0px 0 0;
    line-height: 26px;
    color: #ffffff;
    font-size: 15px;

    max-height: 236px;
    overflow: hidden;
}
#aboutAs .aboutAsBox .moreButton{
    margin: 0 0 0 0;
}






/*产品区域*/
.good{
    padding: 80px 0;
}
.good ul{
    display: block;
    overflow: hidden;
}
.good ul li a{
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.good ul li .info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100% ;
    z-index: 10;
    background: rgba(41,137,151,0.5);
    padding: 0 10px;
    transition: all 0.3s;
}
.good ul li a:hover .info {
    left: 0;
}


.good ul li h3{
    font-size: 18px;
    color:#ffffff;
    font-weight: 700;
    margin: 41px 0 12px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.good ul li p{
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 27px;
}
.good ul li a.listmorebtn{
    width: 130px;
    height: 36px;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    padding: 0px 0px;
    border-radius: 1px;
    border: 1px #dddee1 solid;
    margin: 10px 0;
    color: #7f7f7f;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
}
.good ul li a.listmorebtn:after {
    content: " ";
    width: 0px;
    height: 36px;
    display: block;
    background: #21b56a;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
    z-index: -1;
}
.good ul li a.listmorebtn:hover{
    color: #ffffff;
    border: 1px #21b56a solid;
}
.good ul li a.listmorebtn:hover:after{
    width: 100%;
}







/*公司文化*/
.culture{
    padding: 0 0 80px 0;
    background: url(../images/homeculture.png) no-repeat top left rgba(0,0,0,0.04);
    background-size: 100%; 
}
.culture ul{
    display: block;
    overflow: hidden;
}
.culture ul li{
    position: relative;
    margin: 0  0 20px 0 ;
}
.culture ul li i{
    width: 60px;
    height: 60px;
    display: inline-block;
    content: ' ';
    background: url(../images/mun1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0 ;
    left: 14px;
}
.culture ul li:nth-child(2) i {  background: url(../images/mun2.png) no-repeat center;  background-size: contain;  }
.culture ul li:nth-child(3) i {  background: url(../images/mun3.png) no-repeat center;  background-size: contain;  }
.culture ul li:nth-child(4) i {  background: url(../images/mun4.png) no-repeat center;  background-size: contain;  }
.culture ul li .info{
    padding: 0 0 0 80px;
    box-sizing: border-box;
}
.culture ul li h3{
    font-size: 24px;
    color: #333333;
    margin: 0px 0 12px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.culture ul li p{
    color: #7F7F7F;
    font-size: 18px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
}



/*新闻区域*/
.container-fluid.new{
    margin: 100px  0;
}
.container-fluid.new .swiperNew .swiper-slide{
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
}
.container-fluid.new .swiperNew .swiper-slide a{
    border: 1px #e5e5e5 solid;
    display: inline-block;
    overflow: hidden;
}
.container-fluid.new .swiperNew .swiper-slide a img{
    width: 100%;
    display: inline-block;
}
.container-fluid.new .swiperNew .swiper-slide a .textInfo {
    width: 100%;
    padding: 30px 26px 26px 26px;
}
.container-fluid.new .swiperNew .swiper-slide a span{
    color: #999;
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}
.container-fluid.new .swiperNew .swiper-slide a .titlep{
    color: #333;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 18px;
}
.container-fluid.new .swiperNew .swiper-slide a .text{
    color: #999;
    display: block;
    text-align: center;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 12px;
}
.container-fluid.new .swiperNew .swiper-slide a button{
    width: 100%;
    line-height: 36px;
    background: #e0e0e0;
    display: inline-block;
    border: none;
    outline: none;
    color: #666;
    font-size: 12px;
    margin-top: 6px;
}
.container-fluid.new .swiperNew .swiper-slide a:hover{
    text-decoration: none;
    color: #333;
}

.container-fluid.new .swiperNew .swiper-slide a:hover button{
    color:#fff;
    background: #0072d8;
}


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

    .swiperBox .swiper-button-prev, .swiperBox .swiper-button-next {
        width: 50px;
        height: 55px;
    }
    #aboutAs {
        padding: 50px 0 60px 0;
    }
    #aboutAs .aboutAsBox .saybox {
        padding: 40px 34px;
    }
    #aboutAs .aboutAsBox p.say {
        line-height: 24px;
        font-size: 14px;
    }
    .productbox ul li h2 {
        font-size: 17px;
        height: auto;
    }
    .productbox ul li p {
        font-size: 16px;
    }
    .culture {
        padding: 60px 0;
    }
    .culture ul li h3 {
        font-size: 22px;
    }
    .culture ul li p {
        font-size: 16px;
    }
    .container-fluid.new {
        margin: 60px 0;
    }


}



/*手机端媒体查询*/
@media screen and (max-width: 1000px) {
    .productbox {
        padding: 30px 0;
    }
    .productbox ul li{
        padding: 0 4px;
        margin-bottom: 15px;
    }
    .productbox ul li img{
        width: 94%;
        max-width: 140px;
    }
    .productbox ul li h2 {
        font-size: 13px;
		line-height:15px;
        margin: 7px 0 0 0;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    #aboutAs {
        padding:10px 10px;
        background:none;
    }
    #aboutAs .aboutAsBox .img {
        padding: 6px 0px 0 0;
        margin: 0 0 0px 0;
    }
    #aboutAs .aboutAsBox .saybox {
        width: 100%;
        background: none;
        padding: 4px 0 10px 0px;
        position: relative;
        top: 0;
        right: 0;
    }
    #aboutAs .aboutAsBox p.say {
        line-height: 22px;
        color: #8c8c8c;
        font-size: 13px;
    }
    #aboutAs .title p span {
        color: #21b56a;
    }
    #aboutAs .title p:nth-child(2) {
        color: #f5f5f5;
        z-index: -1;
    }

    .good {
        padding: 20px 10px;
    }
    .good ul li{
        padding: 0 6px;
        margin: 0 0 10px 0;
    }
    .good ul li h3 {
        font-size: 17px;
        margin: 30px 0 13px 0;
    }
    .good ul li p {
        font-size: 13px;
        line-height: 22px;
    }
    .good ul li a .img img{
        width: 100%;
    }



    .culture {
        padding: 30px 0;
        background: url(../images/homeculture.png) no-repeat top left rgba(0,0,0,0.04);
        background-size: 100% 100%;
    }
    .culture ul li i {
        width: 40px;
        height: 48px;
        left: 14px;
    }
    .culture ul li .info {
        padding: 0 0 0 54px;
    }
    .culture ul li h3 {
        font-size: 15px;
        margin: 0px 0 2px 0px;
        font-weight: 600;
    }
    .culture ul li p {
        font-size: 13px;
        line-height: 17px;
        height: 34px;
        overflow: hidden;
        margin: 6px 0 0 0;
    }


    .new.container-fluid {
        margin: 30px 0;
    }
    .container-fluid.new .swiperNew .swiper-slide {
        padding-right: 10px;
    }
    .container-fluid.new .swiperNew .swiper-slide a .textInfo {
        width: 100%;
        padding: 18px 18px;
    }
    .container-fluid.new .swiperNew .swiper-slide a .titlep {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .container-fluid.new .swiperNew .swiper-slide a .text {
        max-height: 35px;
        overflow: hidden;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 17px;
    }





}



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


    .good ul li{
        padding: 0 0;
    }
    .container-fluid.new .swiperNew .swiper-slide {
        padding-right: 0;
    }

}









