/*pc轮播图区域*/
.swiperBox{
    padding: 0;
}
.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(../img/pres.png) no-repeat center;
    background-size: 100%;
}
.swiperBox  .swiper-button-next:before {
    background: url(../img/nexts.png) no-repeat center;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}

/*手机轮播图区域*/
#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);
}



/*产品区域*/
#product{
    padding: 80px 0;
}
#product .ndexIMG{
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 0;
}
#product .ndexIMG li{
    font-size: 0;
    padding: 4px;
    position: relative;
}
#product .ndexIMG li a{
	display:block;
	overflow:hidden;
	font-size:0;
position: relative;
}



#product .ndexIMG li  .frist{
    background: #fff;
    transition: all 0.3s;
    /*position: absolute;*/
    /*z-index:100;*/
    /*top: 0;*/
    /*left: 0;*/
}
#product .ndexIMG li  .two{
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
    opacity: 0;
    transition: all 0.3s;
}
#product .ndexIMG li:hover .frist{
    opacity: 0;
    z-index: 0;
}
#product .ndexIMG li:hover .two{
    opacity: 1;
    z-index: 1000;
}

#product .moreButton{
    margin-top: -40px;
}



#dome7 .swiper-slide  .frist{
    background: #fff;
    transition: all 0.3s;
    /*position: absolute;*/
    /*z-index:100;*/
    /*top: 0;*/
    /*left: 0;*/
}
#dome7 .swiper-slide  .two{
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
    opacity: 0;
    transition: all 0.3s;
}
#dome7 .swiper-slide:hover .frist{
    opacity: 0;
    z-index: 0;
}
#dome7 .swiper-slide:hover .two{
    opacity: 1;
    z-index: 1000;
}
#dome7 .swiper-button-prev{
    width: 60px;
    height: 60px;
    background: url(../img/pcleft.png) no-repeat center;
    left: -140px;
    background-size: contain;
}
#dome7 .swiper-button-prev:hover{
    background: url(../img/pcleftH.png) no-repeat center;
    background-size: contain;
}
#dome7 .swiper-button-next{
    width: 60px;
    height: 60px;
    background: url(../img/pcright.png) no-repeat center;
    right: -140px;
    background-size: contain;
}
#dome7 .swiper-button-next:hover{
    background: url(../img/pcrightH.png) no-repeat center;
    background-size: contain;
}






/*关于我们版块*/
#aboutAs{
       padding: 100px 0 100px 0;
    width: 100%;
    height: auto;
    display: block;
    background: url(../img/homeAboutIMGBG.png) no-repeat top left;
    background-size: 100% 100%;
}
#aboutAs .aboutAsBox{
    text-align:left;
}
#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;
    border: 1px #cecece solid;
    margin: 0 0  0px 0;
}
#aboutAs .aboutAsBox .img img{
    width: 100%;
}
#aboutAs .aboutAsBox p.say{
    padding: 0 200px 0 0;
    line-height: 24px;
    color: rgb(127, 127, 127);
    margin: 30px 0 40px 0;
	text-indent:2em;
}
#aboutAs .aboutAsBox .moreButton{
    margin: 0 0 0 0;
}













/*产品优势*/
#case{
    margin: 60px 0 0 0;
}
#case .navList{
    text-align: center;
    margin: 0 auto 60px auto;
}
#case .navList a{
    font-size: 14px;
    color: #666;
    padding: 14px 30px;
    margin: 0 10px;
}
#case .navList a:hover,
#case .navList a.active{
    color: rgb(21, 70, 194);
    border-bottom: 2px  rgb(21, 70, 194) solid;
    text-decoration: none;
}



#case ul{
    padding: 0;
    overflow: hidden;
    margin-bottom: 0px;
    display: none;
}
#case ul.active{
    display: block;
}
#case ul li{
    padding: 0 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
#case ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position:relative;
    overflow: hidden;
}

#case ul li img{
    width: 100%;
    display: inline-block;
}
#case ul li a>h1{
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    background: #1876d2ab;
    padding: 1px 2px;
    margin: 0 0 1px 0;
    left: 0;
}
#case ul li .info{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: -100%;
    left: 0;
    padding: 60px 48px 20px 48px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    transition: all 0.5s;
    text-align: center;
}
#case ul li .info h1{
    color: #fff;
    font-size: 16px;
    margin: 80px 0 16px 0;
    text-align: center;

}
#case ul li .info p{
    color: #fff;
    font-size: 12px;
    margin: 0px 0 16px 0;
    text-align: center;

}
#case ul li:hover .info{
    top: 0%;
}





/*新闻区域*/
#new{
    background: url(../img/homeNewBG.png) no-repeat left top #fff;
    text-align: center;
    padding: 70px 0 80px 0;
    margin-top: 0;
}
#new .text{
    display: block;
    overflow: hidden;
}

#new .hot{
    display: inline-block;
    position: relative;

}
#new .hot .hotText{
    margin: 20px 0 0 0;
    display: block;
    overflow: hidden;
}
#new .hot .hotText .time{
    color: #666;
    background: none;
    width: 62px;
}
#new .hot .hotText .time span:nth-child(1) {
    font-size: 22px;
}
#new .hot .hotText .info{
    width: 86%;
    padding: 10px 0 0 14px;
    border-left: 1px #efefef solid;
    position: relative;
}
#new .hot .hotText:hover .info h1{
    color:#1546c2;
}


#new .hot .hotText .info  p {
    font-size: 12px;
    padding: 0 44px 0 0;
}
#new .hot .hotText .info i{
    width: 22px;
    height: 22px;
    border: 1px #d2d2d2 solid;
    padding: 0 2px;
    display: inline-block;
    position: absolute;
    top: 29px;
    right: 0;
    border-radius: 3px;
    background: url("../img/right.png") no-repeat center;
}
#new .hot:hover .hotText .info i {
    background: url("../img/rightH.png") no-repeat center;
    border: 1px #1546c2 solid;

}


#new .hot .hotText a{
    display: block;
    overflow: hidden;
}
#new .hot .hotText  span.borderB{
    width: 0%;
    display: inline-block;
    height: 1px;
    background: #1546c2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}
#new .hot:hover  span.borderB {
    width: 100%;
}








#new a:hover{
    text-decoration: none;
}
#new ul{
    overflow: hidden;
    display: block;
}
#new li a{
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px #e5e5e5 dashed;
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    display: block;
}
#new .time{
    display: inline-block;
    width: 90px;
    height: 90px;
    color: #fff;
    text-align: center;
    background: rgb(216, 216, 216);
    padding: 18px 0 0 0;
    float: left;
}
#new .time span:nth-child(1){
    display: block;
    font-size: 28px;
    margin: 0 0 0 0;
    line-height: 30px;
}
#new .time span:nth-child(2){
    display: block;
    font-size: 15px;
}
#new .info{
    width: 80%;
    height: 100%;
    display: inline-block;
    padding: 10px 0 0 20px;
    vertical-align: top;
    text-align: left;

}

#new .info h1{
    margin: 0 0 0 0;
    font-size: 18px;
    color: #333;
}
#new li:hover .info h1{
    color: #1546c2;
}
#new .info p{
    font-size: 14px;
    color: rgb(153, 153, 153);
    overflow: hidden;
    max-height: 38px;
    line-height: 20px;
    margin: 10px 0 0 0;
}




@media screen and (max-width: 1500px){
#dome7 .swiper-button-next {  right: -100px; }
#dome7 .swiper-button-prev {    left: -100px;  }
}
@media screen and (max-width: 1400px){
#dome7 .swiper-button-next {  right: -60px; }
#dome7 .swiper-button-prev {    left: -60px;  }
}




@media screen and (max-width: 1000px){


    #case ul li a>h1{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 3px;
        transform: scale(0.98);
        display: block;
        width: 100%;
}


    #product {
        padding: 0 10px;
    }

	#dome7 .swiper-button-prev,#dome7 .swiper-button-next{
       display: none;
     }

	
	
    #aboutAs {
        padding: 10px 0 30px 0;
        width: 100%;
        height: auto;
        display: block;
        background:#f5f5f6;
    }
    #aboutAs .aboutAsBox .title {
        margin: 10px 0 16px 0;
    }
    #aboutAs .aboutAsBox{
        padding: 0;
    }
    #aboutAs .aboutAsBox p.say {
        margin: 10px 0 18px 0;
        padding: 0;
    }

    #case {
        margin: 10px 0 14px 0;
        padding: 0 8px;
    }
    #case .navList a {
        font-size: 12px;
        padding: 10px 15px;
        margin: 0 3px;
    }
    #case .navList {
        margin: 0 auto 30px auto;
    }
    #case ul li {
        padding: 0;
        margin-bottom: 0;
    }





    #new{
        margin-top: 0;
        padding: 0 0 20px 0;
    }
    #new .text>div{
        padding: 0 ;
        margin: 0;
    }
    #new .hot .hotText {
        margin: 10px 0 0 0;
    }
    #new .hot .hotText .time {
        width: 18%;
    }
    #new .hot .hotText .info {
        width: 80%;
        padding: 10px 0 0 14px;
        border-left: 1px #efefef solid;
        position: relative;
    }
    #new .hot .hotText .time span:nth-child(1) {
        font-size: 16px;
    }
    #new .time span:nth-child(2) {
        font-size: 13px;
    }
    #new .info h1 {
        font-size: 14px;
    }
    #new .hot .hotText .info p {
        font-size: 12px;
        padding: 0 31px 0 0;
        line-height: 16px;
        max-height: 32px;
        margin: 6px 0 0 0;
    }





    #new ul{
        padding: 0 ;
        margin: 10px 0 0 0 ;
    }

    #new li a {
        margin: 0 0 4px 0;
        padding: 0 0 10px 0;
    }
    #new .time{
        width: 20%;
        height: auto;
        padding: 4px 0 6px 0;
        margin: 9px 0 0 0;
    }
    #new .info {
        padding: 10px 0 0 10px;
    }
    #new .info p {
        font-size: 12px;
        max-height: 34px;
        line-height: 17px;
        margin: 4px 0 0 0;
    }

}



















