/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

/*主体样式*/

.w1320{max-width: 1350px; margin: 0 auto; padding: 0 15px;}
.x-top2.on{background-color: rgba(0, 0, 0, 0.5);}





.bb1x{
    padding-top: 5vw;
}

.bb1bt{
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
}
.bb1fl{
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bb1fl li{
    width: 23.25%;
    background-color: #f6f6f6;
    text-align: center;
    padding: 15px 0 4vw;
}
.bb1fl li .img{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.bb1fl li .img img{
    width: 100%;
    transition: all ease-in-out 0.3s; 
}
.bb1fl li:hover .img img{
    transform: scale(1.1);     transition: all ease-in-out 0.3s; 
}
.bb1fl li h2{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 9px;
}
.bb1fl li h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 19px;
}

.bb1gd{
    width: 258px;
    height: 65px;
    background-color: #f6f6f6;
    margin: 4.2vw auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 65px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}



@media (max-width: 1350px) {  
    .w1320{max-width: 1200px;}

}
@media (max-width: 1200px) {  
    .w1320{max-width: 992px;}
    .bb1bt{font-size: 32px;}
}

@media (max-width: 992px) {  
.w1320{padding: 0 2%;}
.bb1x{ padding-top: 40px;}
.bb1bt{font-size: 25px;}
.bb1fl li{width: 48.2%; margin-bottom: 25px;    padding: 5px 0 30px;}
.bb1fl{margin-top: 30px;}
.bb1fl li h3{margin-top: 10px;}
.bb1gd{
    width: 60%;
    height: 45px;
    line-height: 45px;
}

}







.bb2x{}

.bb2bt{}
.bb2bt h2{
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
}
.bb2bt h3{
    text-align: center;
    margin-top: 22px;
}
.bb2bt h3 a{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #888888;
}
.bb2bt h3 a:last-child s1{display: none;}

.bb2ht{
    margin-top: 42px;
    position: relative;
}
.bb2ht .img{}
.bb2ht .img img{
    width: 100%;
}
.bb2ht .bb2htwz{
    position: absolute;
    top: 0;
    left: 35%;
    width: 30%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}
.bb2ht .bb2htwz h2{
    width: 100%;
    font-size: 62px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 61px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bb2ht .bb2htwz h3{
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 28px;
}

.bb2fl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.bb2fl li{
    width: 32.57%;
    margin-bottom: 27px;
}
.bb2fl li .img{
    overflow: hidden;
}
.bb2fl li .img img{
    width: 100%;
     transition: all ease-in-out 0.3s;  
}
.bb2fl li:hover .img img{
    transform: scale(1.1);     transition: all ease-in-out 0.3s;  
}


.bb2fl li h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
}

.bb2gd{
    width: 258px;
    height: 65px;
    background-color: #f6f6f6;
    margin: 34px auto 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 65px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}



@media (max-width: 1350px) {  
    .bb2ht .bb2htwz h2{font-size: 35px;}
    .bb2ht .bb2htwz h3{font-size: 20px;     margin-top: 5px;}
}
@media (max-width: 1200px) {  
   .bb2bt h2{font-size: 32px;}
   .bb2fl li h2{font-size: 16px;}
}

@media (max-width: 992px) { 
.bb2bt h2{
    font-size: 30px;
}
.bb2bt h3 a{
    font-size: 14px;
    line-height: 14px;
}
.bb2bt h3{
    margin-top: 7px;
}

.bb2ht{
    margin-top: 20px;
}

    
.bb2ht .bb2htwz h2{font-size: 14px;line-height: 18px;}
.bb2ht .bb2htwz h3{font-size: 12px;margin-top: 5px;line-height: 15px;}
.bb2gd{
    width: 60%;
    height: 45px;
    line-height: 45px;
}
.bb2x{
    margin-top: 39px;
}
.bb2fl{
    margin-top: 25px;
}
.bb2fl li{
    width: 49%;
}
.bb2fl li h2{
    font-size: 14px;
    margin-top: 10px;
}
   
}









.bb3ht{
    margin-top: 0;
}
.bb3ht .bb2htwz h2{
    font-size: 42px;
    font-weight: normal;
    line-height: 42px;
}
.bb3ht .bb2htwz h3{
 	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #ffffff;
    padding: 0 10%;
}

.bb3x{
    margin-top: 5.5vw;
    background-color: #f9f9f9;
    padding-bottom: 62px;
}
.bb3nr{margin-top: 3.8vw;}

/* css */
.bb3bd { position: relative; }
.bb3bd li { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb3bd li { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb3bd li.on {position: static;opacity: 1;visibility: visible;}


.bb3hd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 1px solid #ededed;
}
.bb3hd li{
    width: 11.36%;
    text-align: center;
}
.bb3hd li h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #333333;
}
.bb3hd li.on h2{
    border-bottom: 1px solid #119f63;
    color: #119f63;
}



.bb3bd{
    margin-top: 46px;
}
.bb3bd li{
    background-color: #ffffff;
}
.bb3bd li .bb3wz{
    width: 39.4%;
    float: left;
    padding-left: 3.7vw;
    padding-top: 4vw;
    padding-right: 6%;
}
.bb3bd li .bb3wz h2{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
}
.bb3bd li .bb3wz h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.bb3bd li .bb3wz h4{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 4vw;
}
.bb3bd li .img{
    width: 60.6%;
    float: right;
    overflow: hidden;
    position: relative;
}
.bb3bd li .img img{
    width: 100%;
}

.bb3bd li .img:before{content: '';width: 24px;height: 40px;position: absolute;left: 0;top: 50%;margin-top: -20px;
background: url(//cdn.myxypt.com/5bf9345c/24/02/f0ee3d9c239760250a4efaf76b29a5ce7952eca0.png) no-repeat;} 


.bb3gd{
    background-color: #fff;
    margin: 54px auto 0;
}












@media (max-width: 1200px) {  
.bb3ht .bb2htwz h2{font-size: 34px;}
  .bb3ht .bb2htwz h3{
    font-size: 16px;
    line-height: 23px;
    margin-top: 14px;
  }

.bb3hd li{width: 16.3%;}
.bb3hd li h2{font-size: 16px;}
.bb3bd li .bb3wz{
    width: 39.4%;
    float: left;
    padding-left: 2.7vw;
    padding-top: 3vw;
    padding-right: 4%;
}
.bb3bd li .bb3wz h3{ margin-top: 31px;}
.bb3bd li .bb3wz h4{margin-top: 3vw;}



}

@media (max-width: 992px) { 
.bb3ht .bb2htwz h2{font-size: 22px;}
.bb3x{margin-top: 55px;padding-bottom: 40px;}
.bb3ht .bb2htwz h3{display: none;}
.bb3hd li{width: 33.33%;}
.bb3bd li .bb3wz{width: 100%; padding: 20px;}
.bb3bd li .img{width: 100%; margin-top: 20px;}
.bb3gd{    margin: 35px auto 0;}

}












.bb4x{
    margin-top: 3.8vw;
}
.bb4bt{
    text-align: center;
}
.bb4bt h2{
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #222222;
}
.bb4bt h3{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #888888;
    margin-top: 24px;
}

.bb4nr{
    margin-top: 45px;
    overflow: hidden;
}
.bb4nr li{}
.bb4nr li .img{
    overflow: hidden;
}
.bb4nr li .img img{
    width: 100%;
    transition: all ease-in-out 0.3s; 
}
.bb4nr li:hover .img img{
     transform: scale(1.1);     transition: all ease-in-out 0.3s; 
}


.bb4nr li h2{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 22px;
}

.bb4nr li:hover h2{
    color: #119f63;
}


.bb4nr li h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #888888;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.bb4gd{
    margin: 60px auto 0;
}



@media (max-width: 1200px) { 
.bb4bt h2{font-size: 32px;}
.bb4bt h3{font-size: 16px; margin-top: 18px;}
.bb4nr li h2{font-size: 18px; margin-top: 18px;}
.bb4nr li h3{font-size: 13px; margin-top: 15px;}

}

@media (max-width: 992px) { 
.bb4gd{margin: 40px auto 35px;}
.bb4bt h2{font-size: 30px;}
.bb4x{margin-top: 35px;}

}













.bb5x{margin-top: 4.4vw;}
.bb5bt{
    text-align: center;
    background-color: #119f63;
    padding: 6vw 0;
}
.bb5bt h2{
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bb5bt h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 1035px;
    margin: 30px auto 0;
}

.bb5nr{position: relative;}
.bb5nr .img1{
    width: 50%;
    float: left;
    overflow: hidden;
}
.bb5nr .img1 img{
    width: 100%;
}
.bb5nr .img2{
    width: 50%;
    float: right;
    overflow: hidden;
}
.bb5nr .img2 img{
    width: 100%;
}

.bb5nrwz{
    position: absolute;
    width: 100%;
    bottom: -115px;
    z-index: 999999;
}
.bb5jj{
    max-width: 1320px;
    margin: 0 auto;
    height: 214px;
    background-color: #ffffff;
    padding: 54px 54px 0;
}
.bb5jjz{
    width: 72%;
    float: left;
}
.bb5jjz h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #333333;
}
.bb5jjz h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #888888;
    margin-top: 30px;
}
.bb5jjgd{
    width: 259px;
    height: 66px;
    background-color: #f6f6f6;
    float: right;
    margin-top: 19px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 66px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}





@media (max-width: 1320px) { 
.bb5nrwz{bottom: -140px;}
}

@media (max-width: 1200px) { 
.bb5bt h2{font-size: 36px;  line-height: 44px; }
.bb5bt h3{font-size: 13px; line-height: 23px;}
.bb5nrwz{position: relative;bottom: 0;float: left;}
.bb5jj{
    padding: 30px;
    height: auto;
}
.bb5jjz{
    width: calc(100% - 315px);
}
.bb5jjz h3{
    margin-top: 15px;
}
.bb5jjgd{
    width: 220px;
    height: 55px;
    line-height: 55px;
}

    

}

@media (max-width: 992px) { 
.bb5bt{
    padding: 45px 0;
}
.bb5bt h2{
    font-size: 22px;
    line-height: 33px;
}
.bb5bt h3{
    padding: 0 2%;
    font-size: 12px;
    line-height: 21px;
    margin: 20px auto 0;
}
.bb5jj{
    padding: 23px 15px;
}
.bb5jjz{
    width: 100%;
}

.bb5jjgd{
    float: left;
    width: 60%;
    line-height: 50px;
    height: 50px;
}
.bb5jjz h2{
    line-height: 25px;
}
.bb5jjz h3{
    line-height: 25px;
}


}







.bbdb{
    background-color: #f9f9f9;
    padding-top: 12.5vw;
    padding-bottom: 4.8vw;
}
.bbdnr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bbdnr li{
    width: 33.33%;
    text-align: center;
    padding-top: 21px;
    border-right: 1px solid #e3e3e3;
    padding-bottom: 7px;
}
.bbdnr li:last-child{
    border-right: none;
}

.bbdnr li .img{
    overflow: hidden;
}
.bbdnr li .img img{
    max-width: 100%;
}
.bbdnr li h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #119f63;
    margin-top: 30px;
}
.bbdnr li h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #888888;
    padding: 0 20%;
    margin-top: 20px;
}
.bbdnr li.dblx h2{
    font-weight: bold;
}
.bbdnr li.dblx h3{
    margin-top: 12px;
}
.bbdnr li.dblx h4{
    width: 120px;
    height: 42px;
    border: solid 1px #333333;
    margin: 19px auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
}

.bbdnr li.dblx h4:hover{
    background-color: #119f63;
    color: #fff;
    border: solid 1px #119f63;
}




.bbdbxx{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #888888;
    text-align: center;
    padding: 35px 0;
}
.bbdbxx a{
    color: #888888;
}












@media (max-width: 992px) { 
.bbdnr li{width: 100%; border-right: none;    padding-bottom: 15px;}
.bbdnr li h2{margin-top: 10px;}
.bbdnr li h3{margin-top: 15px;}




}

























/*主体样式*/