@charset "utf-8";
* { box-sizing: border-box; }
a,img { vertical-align: top; }
.topHeader { background: #fff; width: 100%; position: fixed; z-index: 1000; left:0; border-bottom:1px solid #ededed; top:0; }
.header { position: relative; }
.header .logo { padding: 20px 0 10px; float: left; position: relative; }
.header .navBtn { display: none; width: 40px; height: 60px; position: absolute; right:0; top:50%; transform: translateY(-50%); background: url(../images/navBtn.png) no-repeat center; cursor: pointer; }
.header .logo img { height: 40px; }
.header .logo img.pic2 { display: none; }
.header .lang { position: relative; z-index: 10; float: right; position: relative; line-height: 30px; cursor: pointer; }
.header .lang p { font-size: 16px;color:rgba(255,255,255,0.7); position: relative; padding: 0 15px 0 0; background: url(../images/langbg.png) no-repeat right center; }
.langSub {display: none; top: 62px; position: absolute; left:0; width: 100%; padding: 10px; background: #fff; box-shadow: 0 0 5px 2px rgba(120,120,120,0.1); }
.langSub a { display: block; line-height: 30px; font-size: 16px;color:#333; padding-left:10px; }
.header .lang:hover .langSub { display: block; }
.header .search { float: right;  margin-right: 10px; width: 120px; background: url(../images/searchBtnbg.png) no-repeat center; cursor: pointer; }
.header .search .subsearch { z-index: 9;}
.header .search .subsearch .subsearcha { border-radius: 3px;position: relative; padding-left: 30px; height: 30px;}
.header .search .subsearch .subsearcha .inp {width: 90%;height: 30px;border: 0; font-size: 14px;color: #fff; padding-left: 18px; background: none; } 
.header .search .subsearch .subsearcha .sub {border: none;outline: none;position: absolute;left: 10px;top: 50%;height: 26px;background: url(../images/searchx.png) no-repeat center;font-size: 0;width: 26px;transform: translateY(-50%);}
.header .search:hover .subsearch {display: block;}
.header .search .subsearch .subsearcha .inp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.7); 
}
.header .search .subsearch .subsearcha .inp::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.7);
}
    
.header .search .subsearch .subsearcha .inp:-ms-input-placeholder
 {
    color: rgba(255,255,255,0.7);
}
    
.header .search .subsearch .subsearcha .inp::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}


.nav { float: right; }
.nav ul li { position: relative; float: left; margin-left: 2vw; }
.nav ul li a { display: block; line-height: 70px; font-size: 18px; color:#807f7f; }
.nav ul li.cur>a,.nav ul li:hover>a { color:#8cc63e; }
.nav ul li>a:after,.nav ul li>a:after { content:''; background:#8cc63e; width: 0; height: 2px; position: absolute; left:0; bottom: -2px; transition: all 0.6s;  }
.nav ul li a.sign { cursor:default; }

.nav ul li.cur>a:after,.nav ul li:hover>a:after { width: 100%; }
.nav ul li .sub { text-align: center; background: #fff; padding:  10px 0; display: none; width: 140px; line-height: 2; position: absolute; left: 50%; transform: translateX(-50%); top:62px; z-index: 10000;}
.nav ul li .sub a { line-height: 2.4; margin: 8px 0; font-size: 16px; padding: 0 10px; color:#333; }
.nav ul li .sub a:hover { color:#fff; background: #8cc63e; }
.nav ul li:hover .sub { display: block; }
/* .fixed-head .header .search { background: url(../images/searchBtn.png) no-repeat center; cursor: pointer; } */
.fixed-head { background: #fff; }
/* .fixed-head .header .logo { padding: 0.6vw 0; }
.fixed-head .header .logo img { height: 2vw; }
.fixed-head .nav ul li a { line-height: 3.2vw; }
.fixed-head .header .search,.fixed-head .header .lang { display: none; }
.fixed-head .header .logo img.pic2 { display: inline-block; }
.fixed-head .header .logo img.pic1 { display: none; }
.fixed-head { background: #fff;}
.fixed-head .header .lang p { color:#333; }
.fixed-head .nav ul li a { color:#333; }
.fixed-head .nav ul li.cur a,.fixed-head .nav ul li:hover a { color:#009672; }
 */

@media(max-width:  1920px){
    .nav ul li a { font-size: 1vw;}
}

@media(max-width:  1680px){
	.header .logo img { height: 36px; }
	.header .logo { padding: 14px 0 10px; }
	.nav ul li a { line-height: 60px;}
}

@media(max-width:  1480px){
	.nav ul li a { font-size: 16px; }
}


@media(max-width:  1200px){
	.nav ul li { margin-left: 20px; }
	.nav ul li a { font-size: 14px; }
}
@media(max-width:  1024px){
	
	.nav {display:  none;}
	.topHeader { background: #fff; padding-top:0; }
	.fixed-head .header .search { background: url(../images/searchBtn.png) no-repeat center; cursor: pointer; }
	.fixed-head .header .lang p { background: url(../images/lang.png) no-repeat left center; }
	.header .search .subsearch, .header .search .subsearch { padding-top: 20px; }
	.header .search { background: url(../images/searchBtn.png) no-repeat center; cursor: pointer; }
	.header .lang p { background: url(../images/lang.png) no-repeat left center; }
	.header .lang p:after { content:''; width: 15px; height: 20px; position: absolute; right:0; top:50%; transform: translateY(-50%); background: url(../images/lanjt.png) no-repeat right center; }
	.header .logo img.pic2 { display: inline-block; }
	.header .logo img.pic1 { display: none; }
	.header .lang p { color:#333; }
	.header .search .subsearch .subsearcha { width: 300px; height: 50px; }
	.header .search .subsearch .subsearcha .inp { margin-top:15px; }
	.fixed-head .header .lang p:after { content:''; width: 15px; height: 20px; position: absolute; right:0; top:50%; transform: translateY(-50%); background: url(../images/lanjt.png) no-repeat right center; }
	.header .search { margin-right:15px; }
	.header .lang p span {display: none;}
	.header .logo  { padding: 10px 0; }
	.header .logo img,.fixed-head .header .logo img { width: auto; height: 30px; }
	.header .logo img.pic1 { display: none; }
	.header .logo img.pic2 { display: inline-block; }
	.header .search { height: 50px; }
	.header .lang { line-height: 50px; }
	.header .navBtn { height: 50px; margin-top:-1px; }
	.langSub { top:50px; }
	.header .navBtn { display: inline-block; }
}
@media(max-width: 450px){
	.header .search .subsearch .subsearcha { width: 240px; }
}



/*banner*/
.banner .swiper-pagination {
	bottom: 2vw;
	position: absolute;
	text-align: left;
	width: 73%; left: 13.5%;
}
/*banner*/
.banner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 4vw;
    height: 2px;
    background: #e3e3e3;
    position: relative;
    opacity: 1;
	text-align: left;
}
.banner .swiper-pagination .swiper-pagination-bullet:after { transition: all 1s; content:''; width: 0; height: 100%; background: #c3d600; position: absolute; left:0; top:0; }
.banner .swiper-pagination .swiper-pagination-bullet-active:after { width: 100%; }

.banner .swiper-container-top .swiper-wrapper .swiper-slide {
	position: relative;
	display: inline-block;
}
.banner .swiper-slide .con {
	position: absolute;
	width: 100%;
	left: 0;
	top:28%;
	text-align: left;
	transform: translateY(-50%);
	z-index: 10;
	text-align: center;
}
/* .banner .swiper-slide:after { content:''; width: 100%; height: 24vw; background: url(../images/bannerbg.png) no-repeat center/cover; position: absolute; left:0; bottom:1%; } */
.banner .swiper-slide .con .t {
	font-size: 3.3vw;
	color: #6c7cbc;
	font-weight: bold;
    line-height: 1.2;
}
.banner .swiper-slide .con .t1 { font-size: 1.35vw; color:#333333; font-weight: normal; margin-top:5px; }
.banner .swiper-slide .con .c {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.banner .swiper-slide .con .cc { display: inline-block; max-width: 65vw;  margin-bottom:36px; line-height: 1.4; }

.topBanner {position: relative;}
.topBanner .bannerDowm { padding:10px 0; position: absolute; z-index: 100; cursor: pointer; bottom: 2vw; right: 60px; width: 160px; background: url(../images/scroll.png) no-repeat right center; text-align: center; color: #999999;}


@media(max-width:1680px) {
	.banner .swiper-slide .con .c {
		font-size: 16px;
	}
}
@media(max-width:1480px) {
	.banner .swiper-pagination { left: 10%; } 
}
@media(max-width:1280px) {
	.banner .swiper-slide .con .c {
		font-size: 16px;
	}
	.banner .swiper-slide .con .cc { margin-bottom: 20px; }
	.banner .swiper-pagination { left: 8%; } 
}
@media(max-width:1024px) {
	.banner .swiper-slide .con .t {
		font-size: 28px;
	}
	.banner .swiper-slide .con .t1 {
		font-size: 18px;
	}
	.banner .swiper-slide .con .cc { max-width: 100%;}
	.banner .swiper-slide .con .c {
		font-size: 16px;
	}
	.banner img.pic2 {
		display: block;
		width: 100%;
	}
	.banner img.pic1 {
		display: none;
	}
	.banner .swiper-pagination { left: 3%; } 
	.topBanner .bannerDowm { right: 3%; }
	.banner .swiper-pagination { bottom: 20px; }
	.banner .swiper-pagination .swiper-pagination-bullet  { width: 30px; }
}
@media(max-width:640px) {
	.banner .swiper-slide .con .t {
		font-size: 28px;
		font-weight: bolder;
	}
	.banner .swiper-slide .con .t1 {
		font-size: 16px;
		font-weight: normal;
	}
	.banner .swiper-slide .con {
		top: 32%;
	}
}
@media(max-width:550px) {
	.banner .swiper-slide .con .t {
		/*font-size: 22px;*/
	}
}
@media(max-width:450px) {
	.banner .swiper-slide .con .t {
		/*font-size: 20px;*/
	}
	.header .search { margin-right:0; }
}

/* 内页BANNER */
.ibanner { position: relative;}
.ibannerbg .pic2 { display: none;}
.ibannerCon { position: absolute; width: 100%; left:0; top: 55%; transform: translateY(-50%);}
.ibannerCon .t { font-size: 3.125vw; color:#fff; }
.ibannerCon .t span { display: inline-block; padding-bottom:1.2vw;; position: relative; line-height: 1; }
.ibannerCon .t span:after,.ibannerCon .t span:before { content:''; height: 1px; position: absolute; left:0; bottom:0; }

.ibannerCon .t span:before { background: rgba(255,255,255,0.6); width: 7vw; }
.ibannerCon .t span:after { background: #fff; width: 3.125vw; }

@media(max-width: 1024px){
	.ibannerbg .pic1 { display: none;}	
	.ibannerbg .pic2 { display: block;}
}
@media(max-width: 640px){
	.ibannerCon .t { font-size: 24px; }
	.ibannerCon .t span { padding-bottom:16px; }
	.ibannerCon .t span:before { width: 60px; }
	.ibannerCon .t span:after { width: 24px; }
}
@media(max-width: 400px){
	.ibannerCon .t { font-size: 20px; }
	.ibannerCon .t span { padding-bottom:16px; }
	.ibannerCon .t span:before { width: 60px; }
	.ibannerCon .t span:after { width: 24px; }
}

/**mobile nav**/
.nav_box {width: 100%;height: 100%;position: fixed;right: auto;top: 0;bottom: 0;left: -100%;overflow: auto;z-index: 99999999;background: rgba(50, 58, 67,0.96);transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box.cur {left: 0;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box .box {/*background: #212222;*/width: 100%;height: 100%;position: relative;z-index: 2;}
.nav_box .nav-title {height: 57px;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
.nav_box .nav-title .navclose {width: 22px;height: 22px;display: block;font-size: 0;line-height: 41px;position: absolute;right: 15px;top: 50%;z-index: 2;transform: translateY(-50%);}
.nav_box .nav-title .navclose img {width: 100%;}
.nav_box .nav-title h1 {text-align: left;width: 150px;margin-left: 15px;line-height: 0;padding-top: 11px;}
.nav_box .nav-title h1 img {width: 100%;}
.nav_box .navlist {width: 100%;padding-bottom: 20px;}
.nav_box .navlist ul>li {float: left;width: 100%;font-size: 17px;line-height: 60px;border-bottom: 1px solid rgba(255, 255, 255, .06);padding: 0 15px;text-transform: capitalize;}
.nav_box .navlist ul>li>a {display: block;color: #fff;position: relative;}
.nav_box .navlist ul>li>a.sub:before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 14px;background: url(../images/icon_jt.png) no-repeat center center / cover;}
.nav_box .navlist ul>li .navlist2 {border-top: 1px solid rgba(255, 255, 255, .06);display: none;padding: 10px 0;}
.nav_box .navlist ul>li .navlist2 a {display: block;width: 100%;color: rgba(255,255,255,0.6);font-size: 16px;line-height: 34px;}
.nav_box .navlist ul li a { font-size: 16px; }


.nav_box .navlist ul>li .navlist2 a i {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../images/nav_jt.png) no-repeat center center / cover;
	margin-left: 12px;
}


/* 网站底部 */
.footer { background: #1c1c1c; }
.footerA { padding: 3.2vw 0 4.5vw; }
.footerA .flogo { float: left; width: 12.5vw; }
.footerA .flogo img { width: 125px; }

.fnav { float: left; width: 35vw; }
.fnav ul { width: 480px; }
.fnav ul li { float: left; width: 50%; }
.fnav ul li a,.footerA-a .t { display: block; font-size: 16px;color:rgba(255,255,255,0.7); margin: 6px 0;}
.footerA-a { min-height: 140px; float: left; padding-left:2.5vw; width: 14.5vw; border-right: 1px solid rgba(255,255,255,0.1); border-left: 1px solid rgba(255,255,255,0.1);  }
.footerA-a ul { margin-top:12px;}
.footerA-a ul li a { display: block; font-size: 14px; color:rgba(255,255,255,0.2); margin: 5px 0; }
.footerA-b { border:none; width: auto; padding-left:0; float: right; }



@media(max-width: 1820px){
	.fnav { width: 32vw; }
}
@media(max-width: 1480px){
	.fnav { width: 35vw; }
	.footerA-a { width: 16vw; }
	.footerA-b { width: auto; }
}
@media(max-width: 1280px){
	.footerA .flogo img { width: 110px; }
	.fnav ul li a, .footerA-a .t { margin: 4px 0; font-size: 14px;}
	.fnav { width: 34vw; }
	.fnav ul { width: 320px; }
	.footerA-a { width: 18vw; }
	.footerA-b { width: auto; }
}
@media(max-width: 1024px){
	.fnav { display: none; }
	.fnav ul { width: 320px; }
	.footerA-a { min-height: 10px; width: 100%; padding-left:0; border:none; margin-top: 20px; }
	.footerA-b,.footerA .flogo { float: left; width: 100%; }
	.footerA-a .t { font-size: 16px;}
	.social-share .social-share-icon { margin-left:0!important;}
}
.footerB { background: #181818; padding: 20px 0; }
.footerB-a { float: left; }
.footerB-b { float: right; }
.footerB,.footerB a { font-size: 13px; color:rgba(255,255,255,0.12);}
@media(max-width: 1024px){
	.footerB-a,.footerB-b { width: 100%; text-align: center; }
	.footerB-b { margin-top: 0px;}
}

.container { width: 73%; margin: 0 auto; }
@media(max-width: 1480px){
    .container { width: 80%; }
}
@media(max-width: 1280px){
    .container { width: 84%; }
}
@media(max-width: 1024px){
    .container { width: 90%; }
}



.mainMd { position: absolute; left: 0; top: -70px; width: 1px; height: 1px; opacity: 0;}

@media(max-width: 1680px){
	.mainMd { top: -60px; }
}
@media(max-width: 1024px){
	.mainMd { top: -50px; }
}

.alignC { text-align: center; }

.homeBoxA { padding:4vw 0; background: #8cc63e; }
.homeBoxA-b ul li { float: left; width: 25%; text-align: center; }
.homeBoxA-b { padding: 0 6%; }
.homeBoxA-b .con .t { margin:15px 0 0px; font-size: 1.7vw; color:#fff; }
.homeBoxA-b .con .c { margin:0 auto; font-size: 1.25vw; color:#fff; line-height: 1.6; max-width: 90%; }


@media(max-width: 1480px){
	.homeBoxA-b .con .t { font-size: 20px; margin: 10px 0 0;}
	.homeBoxA-b img { width: 90px; }
	.homeBoxA-b .con .c { font-size: 14px; }
}
@media(max-width: 1024px){
	.homeBoxA-b .con .t { font-size: 18px;}
	.homeBoxA-b img { width: 90px; }
	.homeBoxA-b ul { display: flex; flex-wrap: wrap; }
	.homeBoxA-b ul li { width: 50%; }
	.homeBoxA-b ul li:nth-child(n+3) { margin-top: 20px; }
	.homeBoxA-b .con .c { font-size: 14px; }
	.homeBoxA-b { margin-top: 30px; }
}
@media(max-width: 640px){
	.homeBoxA { padding:30px 0 60px; }
}
@media(max-width: 450px){
	.homeBoxA-b ul li { width: 50%; }
	.homeBoxA-b ul li:nth-child(n+3) { margin-top: 20px; }
}


.homeBoxB-b { width: 100%; position: absolute; left:0; top:36%; transform: translateY(-50%);}
.homeBoxB-b .mainTit .t { max-width: 42vw; }
.homeBoxB-b .con { max-width: 40vw; font-size: 1.1vw; line-height: 1.8; margin-top:1vw; }

@media(max-width: 1024px){
	.homeBoxB-b .mainTit .t,.homeBoxB-b .con { max-width: 100%; }
}
@media(max-width: 640px){
	.homeBoxB-b { top:50%;}
	.homeBoxB-b .con { font-size: 14px;}
}
@media(max-width: 500px){
	.homeBoxB-a { width: 100%;overflow: hidden;}
	.homeBoxB-a img { max-width: 200%; width: 150%;}
}

.homeBoxC { padding: 8vw 0 12vw; background: url(../images/bg1.png) no-repeat center bottom #fff; background-size: 100% auto; }

.homeBoxC-a .con { text-align: center; max-width: 66vw; margin:0 auto 0; font-size: 2.1vw; color:#6c7cbc; line-height: 1.3; font-weight: bold; }
.homeBoxC-a .con p:nth-child(n+2) { margin-top:1.5vw; }

@media(max-width: 1480px){
	.homeBoxC-a .con { font-size: 24px;}
}
@media(max-width: 1024px){
	.homeBoxC-a .con { max-width: 100%; margin-top: 20px; }
}
@media(max-width: 640px){
	.homeBoxC { padding: 100px 0 160px; background: url(../images/bga.png) no-repeat center bottom #fff; background-size: 100% auto; }

}

.homeBoxD { padding: 9.5vw 0; }
.homeBoxD-a .img { margin-top: 3.4vw; }
.homeBoxD-a .img img { width: 60%; }

@media(max-width: 1024px){
	.homeBoxD-a .img img { width: 80%; }
}
@media(max-width: 640px){
	.homeBoxD-a .img { margin-top: 26px; }
	.homeBoxD-a .img img { width: 90%; }
	.homeBoxC-a .con { font-size: 20px;}
	.homeBoxD { padding: 120px 0 150px; }
}


.homeBoxE { padding: 7.3vw 0 12vw; }
.homeBoxE-a ul { max-width: 30vw;  }

.homeBoxE-a ul .t { font-size: 2.1vw; color:#fff;}
.homeBoxE-a ul .c { font-size: 1.35vw; color:#fff; line-height: 1.6; }
.homeBoxE-a ul li:nth-child(n+2) { margin-top: 2vw; }
.homeBoxE-a ul .c a { color:#fff; }

@media(max-width: 1280px){
	.homeBoxE-a ul { max-width: 20vw;  }
	.homeBoxE-a ul .t { font-size: 3vw; }
	/*.homeBoxE-a ul .c { font-size: 2vw; }*/
}

@media(max-width: 1024px){
	.homeBoxE-a ul { max-width: 100%;  }
	.homeBoxE-a ul .t { font-size: 20px; }
	.homeBoxE-a ul .c { font-size: 18px; }
	.homeBoxE-a ul li:nth-child(n+2) { margin-top: 20px; }
}
@media(max-width:  640px){
	.homeBoxE { padding: 100px 0 150px; background: url(../images/bgc.png) no-repeat center/cover!important; }
}





.lineheight2{
	line-height:2;
}

.img{
	line-height: 0;
}

.img img{
	width: 100%;
}

.img_d img{width: 100%;transform: scale(1);transition: all 0.8s;}
.img_d:hover img{
	transform: scale(1.2);
}

.hidden{
	overflow: hidden;
}

.relative{
	position: relative;
}

.displaytable{
	display: table;
}

.textcenter {
	text-align: center;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: left;
}

.clearfix {
    clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{text-align: center;}

.ny_text18{font-size: 18px;}
.ny_text16{font-size: 16px;}
.ny_text14{font-size: 14px;}
.color333{color: #333 !important;}
.color000{color: #000 !important;}
.colorfff{color: #fff !important;}


/**/
.footer{
	padding: 30px 0 20px;
	background: #333333;
}

.footer .top{
	border-bottom: 1px solid #3f3f3f;
}


.footer .top .right .ul{
	padding: 10px 0 30px;
}
.footer .top .right .ul li{
	float: left;
	margin-right: 30px;
}


.footer .top .right .ul li:last-child{
	margin-right: 0;
}

.footer .top .right .ul li > a{
	color: #807f7f;
	font-size: 18px;
}


.footer .btm{
	padding-top: 20px;
}

.footer .btm .left{
	max-width: 40%;
}

.footer .btm .left .text{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.34);
	line-height: 1.8;
}

.footer .btm .right .fx a:before{
	display: none;
}

.footer .btm .right .fx a{
	width: 39px;
	height: 39px;
	color: initial;
	border: none;
	margin:0 10px 0 0;
	border-radius: 100%;
	overflow: hidden;
}

.footer .btm .right .fx a:last-child{
	margin-right: 0;
}

.footer .btm .right .fx a.icon-facebook{
	background: url(../images/footer_icon1.png) center center no-repeat #393939;
}

.footer .btm .right .fx a.icon-twitter{
	background: url(../images/footer_icon2.png) center center no-repeat #393939;
}

.footer .btm .right .fx a.icon-linkedin{
	background: url(../images/footer_icon3.png) center center no-repeat #393939;
}

.t_title .bt{
	color: #6c7cbc;
	font-size: 3.333vw;
	line-height: 1;
	font-weight: bold;
}

.t_title .js{
	color: #333333;
	line-height: 1.6;
	font-size: 20px;
	margin-top: 10px;
}
.home_e{
	padding: 7.3vw 0 5.6vw;
	background: #ffffff;
}

.home_e .ul {
	margin-top: 2.6vw;
	text-align: center;
}

.home_e .ul li{
	display: inline-block;
	margin: 15px 30px;
}
.home_e .ul li img {
	width: auto; height: 4.68vw;
}




.home_d{padding: 12vw 0 15vw;background: #f4f4f4;}

.home_d .top{width: 82%;margin: 0 auto;}

.home_d .ccc { font-size: 1.35vw; color:#000000; line-height: 1.4; margin-top:1vw; max-width:45vw;}



@media(max-width: 1480px){
	.t_title .js{font-size: 14px;}
	.ny_text16{font-size: 18px;}
	/*.lamb-Gatora .Gatora-b { font-size: 18px;}*/
}
@media(max-width: 1280px){
	.home_d .ccc { font-size: 18px;  max-width: 80%; }
	.ny_text16{font-size: 16px;}
}
@media(max-width: 1024px){
	.t_title .bt{font-size: 30px;}
	.home_d .ccc { font-size: 18px;  max-width: 100%; }
	.home_d .top { width: 100%; }
	.home_e .ul li { margin: 15px 10px; }
	.home_e .ul li img { height: 60px; }
	.footer{
		padding: 40px 0 20px;
	}
	.footer .top{
		padding-bottom: 20px;
	}
	.footer .top .right{display: none;}
}

@media(max-width: 640px){
	.home_d { padding: 100px 0 140px; background: url(../images/bgb.png) no-repeat center/cover!important; }
	.home_e { padding: 80px 0 100px; }
	.home_e .ul li img { height: 40px; }
	.home_e .ul li { margin: 2px; }
	.footer .top .left{
		width: 160px;
	}
	.home_d .ccc { font-size: 16px; margin-top: 10px; }
	.footer .btm .left{
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.footer .btm .right {width: 100%;}
}

/* 产品中心 */
.productsA { padding: 9.5vw 0 5.7vw; background: url(../images/bg22.png) no-repeat center bottom #fafafa; background-size: 100% auto; }

/*.productsA .mainTit .t,.productsB-b .mainTit .t { font-size: 3.3vw; }*/

.productsA-b { text-align: center; }
.productsA-b a { display: inline-block; font-size: 16px;color:#666666; border: 1px solid #ededed; border-radius: 60px; padding: 12px 0; width: 184px; background: #fff; }

.productsA-b a.cur,.productsA-b a:hover { color:#fff; background: #6c7cbc; border-color: #6c7cbc;}

.productsA-b { margin:2.4vw 0 1.5vw; }
.productsA-c { margin: 1.6vw auto 1.5vw; max-width: 1500px; font-size: 1.35vw;color:#333; line-height: 1.8; }
.productsA-c .con .cc{
	font-size: 1.146vw;
    color: #666;
}

.productsA-e { padding: 0 60px; }
.productsA-e .img { float: left; width: 40%; }
.productsA-e .con { position: absolute; right:0; text-align: left; top:50%; transform: translateY(-50%); float: right; width: 58%; }

.productsA-e .t { font-size: 2.1vw; color:#000000; margin-bottom: 16px; }
.productsA-e .c { font-size: 1.35vw; color:#333333; }
.productsA-e .c p { margin: 8px 0; padding-left: 15px; position: relative; }
.productsA-e .c p:after { content:''; width: 3px; height: 3px; background: #333; border-radius: 50%; position: absolute; left: 2px; top:0.9vw; }

.productsA-f3 .con { padding-left: 8vw; }
.productsA-f3 .img { margin-left: 4vw; }


@media(max-width: 1480px){
	.productsA-b a { width: 160px; padding: 8px 0; }
	/*.productsA-c { font-size: 18px;}*/
	.productsA-d img { width: 32vw; }
}
@media(max-width: 1024px){
	.productsA-b a { width: 140px; font-size: 14px; padding: 8px 0; }
	.productsA-c { font-size: 18px;}
	.productsA-d img { width: 100%; }
	.productsA-e { padding: 0; }
	.productsA-f3 .img { margin-left: 0; }
	.productsA-f3 .con { padding-left: 0vw; }
}
@media(max-width: 800px){
	.productsA-b { margin:24px 0 16px; }
	.productsA { padding: 120px 0 140px; }
	.productsA-e .c p { margin: 3px 0; }
	.productsA { background: url(../images/bg22.png) no-repeat center bottom #fafafa; background-size: 200% auto; }

}
@media(max-width: 640px){
	.productsA { padding: 100px 0 120px; }
	.productsA-c { font-size: 16px; }
}
@media(max-width: 400px){
	.productsA-b a { width: 120px; padding: 8px 0; }
}


.productsB { padding:10.4vw 0 9vw; background: url(../images/bg2.jpg) no-repeat center/cover; }

.productsB-d { position: relative; cursor: pointer; padding:  0.8vw 0 0; text-align: center; display: inline-block; margin-right:  15px; width: 8.3333vw; height: 6.25vw; background: rgba(255,255,255,0.1); border-radius: 16px; overflow: hidden; }

.productsB-d .icon .pic1 { display: none; }
.productsB-d.cur .icon .pic2 { display: none; }
.productsB-d.cur .icon .pic1 { display: inline-block; }

.productsB-d .icon img { width: 3.125vw; height: auto; }

.productsB-d .t { font-size: 0.8vw; margin-top:0.2vw; color:#fff; }
.productsB-d.cur .t { color:#c3e122; }
.productsB-c { margin-top:2.2vw; }
.productsB-d.cur:after { content:''; width: 3px; height: 100%; position: absolute; left:0; top:0; background: #b6cd3a; }

.productsC { padding: 4.2vw 0; background: #b6cd3a;}
.productsC-a .t_title { float: left; width: 39vw; }
.productsC-a .t_title .js { width: 90%;  }

.mainMoreM { display: inline-block; padding:16px 38px; background: #fff; border-radius: 50px; }
.mainMoreM span { display: inline-block; font-size: 16px;color:#b6cd3a; padding-right:32px; background: url(../images/jtlv.png) no-repeat right center; }
.productsC-a { position: relative; }
.productsC-a .mainMoreM { position: absolute; right:0; top:50%; transform: translateY(-50%);  }

.productsB-c .tabBox { width: 41vw; margin-top:1.5vw; }
.productsB-c .con p { display: inline-block; width: 19%; font-size: 1.1vw; color:#fff; line-height: 1.5; }

.productB-e { margin-top:2.5vw; font-size: 1.1vw; color: rgba(255,255,255,0.8); line-height: 1.6; }
.productsB-c .con { min-height: 7vw; }



@media(max-width:  1480px){
	.productsB-d { padding:  1vw 0 0; width: 12vw; height: 8vw; }
	.productsB-d .icon img { width: 4vw; }
	.productsB-d .t { font-size: 1.2vw; }
	.productsB-c .tabBox { width: 56vw;  }
	.productsB-c .con p { font-size: 1.4vw; }
	.productsB-c .con { min-height: 9vw; }
}
@media(max-width:  1024px){
	.productsB-d { padding:  1.5vw 0 0; width: 18vw; height: 12vw; margin-right:  5px; }
	.productsB-d .icon img { width: 6vw; }
	.productsB-d .t { font-size: 1.6vw; }
	.productsB-c .tabBox { width: 80vw;  }
	.productsB-c .con p { font-size: 1.8vw; }
	.productsB-c .con { min-height: 12vw; }
	.productsB-c .tabBox { margin-top: 24px; }
}



@media(max-width:  640px){
	.productsB { padding: 100px 0 120px; }
	.productsB-c .tabTit { display: flex; flex-wrap: wrap;}
	.productsB-d { padding:  16px 0 20px; width: 24%; float: left; height: auto; margin: 0 0.4%; }
	.productsB-d .icon img { width: 6vw; }
	.productsB-d .t { font-size: 1.6vw; }
	.productsB-c .tabBox { padding-left:  5%; width: 100%;  }
	.productsB-c .con p { font-size: 16px; }

	.productsB-d { padding: 16px 0; width: 47%; }
}


@media(max-width:  500px){
	.productsB-c .tabTit { display: flex; flex-wrap: wrap;}
	.productsB-d { width: 48%; float: left; margin: 6px 1%; }
	.productsB-d .icon img { width: 40px; }
	.productsB-d .t { font-size: 16px; }
	.productsB-c .tabBox { width: 100%;  }
	.productsB-c .con p { font-size: 16px; width: 48%; }
	.productB-e { margin-top:20px; font-size: 16px; }
	.productsB-c .con { min-height: 180px; }

}









@media(max-width: 1280px){
	.mainMoreM { padding: 8px 20px; }
}

@media(max-width: 1024px){
	.productsC .t_title { width: 100%; }
	.productsC-a .mainMoreM { margin-top: 16px; position: relative; left:0; top:0; transform: translate(0); right:auto; }
}








/**Gator1**/

.lamb-Gatora{
	text-align: center;
	padding: 8vw 0 0;
	background: url(../images/bg8.png) no-repeat bottom center #fafafa; background-size: 100% auto;

}

.lamb-Gatora .Gatora-b{
	width: 59.32%;
	margin: 0px 0 0;
	display: inline-block;
	font-size: 1.35vw;
}

.lamb-Gatora .Gatora-b a span { text-decoration: underline;}

.lamb-Gatora .Gatora-c{
	line-height: 0;
	padding: 2vw 0 9vw;
}

.lamb-Gatorb .zh24{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-top: 6px;
}

.lamb-Gatorb{
	background: #8cc63e;
	padding: 76px 0 86px;
}

.lamb-Gatorb .torb-left{
	float: left;
	width: 49.6%;
}

.lamb-Gatorb .torb-right{
	float: right;
	margin-top: 38px;
}
/*
.lamb-Gatorb .torb-right a{
	display: inline-block;
	background: #fff;
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 40px;
	font-size: 16px;
	color: #8cc63e;
}

.lamb-Gatorb .torb-right a span{
	display: inline-block;
	width: 8px;
	height: 13px;
	margin-bottom: 1px;
	margin-left: 18px;
    vertical-align: middle;
	background: url(../images/right-span.png) no-repeat center center/cover;
}
*/




@media(max-width: 1680px) {
	.lamb-Gatorb .zh24{
		font-size: 18px;
	}
	/*.lamb-Gatora .Gatora-b { font-size: 18px;}*/
}

@media(max-width: 1500px) {
	.lamb-Gatorb .zh24{
		font-size: 14px;
		line-height: 1.7;
	}

	.lamb-Gatorb .torb-right a{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}	

	.lamb-Gatorb .torb-right a span {
    	margin-bottom: 0px;
	}
	/*.lamb-Gatora .Gatora-b { font-size: 16px;}*/
}

@media(max-width: 1024px) {
	.lamb-Gatora{
		padding: 100px 0 60px;
	}

	.lamb-Gatorb{
		padding: 40px 0;
	}

	.lamb-Gatora .Gatora-b{
		width: 100%;
		padding: 0 20px;
	}

	.lamb-Gatorb .torb-left{
		width: 100%;
	}

	.lamb-Gatorb .torb-right{
		width: 100%;
		float: left;
		margin-top: 16px;
	}
	.lamb-Gatora .Gatora-b { font-size: 18px;}
}
@media(max-width:  640px){
	.lamb-Gatora{ background: url(../images/bg8.png) no-repeat bottom center #fafafa; background-size: 200% auto;

	}
	.lamb-Gatora .Gatora-b { font-size: 16px; }
}


.covidA { margin-top: 2vw; }

.covidB { padding:6vw 0 6vw; background: #fff; }

.covidB-a ul li:nth-child(n+2) { margin-top:3.2vw; }


.covidB-a .img { width: 50%; float: left; }
.covidB-a ul li:nth-child(2n) .img { float: right; }

.covidB-a .con { width: 44%; position: absolute; top:50%; transform: translateY(-50%); }
.covidB-a ul li:nth-child(2n-1) .con { right:0; }
.covidB-a .c { overflow-y: scroll; padding-right: 8px; max-height: 18vw; font-size: 20px; color:#666; line-height: 1.8; margin-top: 18px; }
.covidB-a .t { line-height: 1; }
@media(max-width: 1680px){
	.covidB-a .c { font-size: 18px;}
}
@media(max-width: 1480px){
	.covidB-a .c { font-size: 16px;}
}
@media(max-width: 1024px){
	.covidB-a .img { width: 100%; }
	.covidB-a .con { position: relative; top:0; transform: translate(0); float: left; width: 100%; margin-bottom: 20px; }
	.covidB-a .c { max-height: 100000px; overflow: hidden;}
	.covidB-a ul li:nth-child(n+2) { margin-top:30px; padding-top: 30px; border-top:1px solid #ededed; }
}

.homeBoxF { padding:8.33vw 0 8.2vw; background-color: #fafafa; background-size: 38vw auto!important; }
.homeBoxF-b { float: left; width: 50vw; }

.homeBoxF .img { display: none; }

.homeBoxF-b .t { color:#6c7cbc; line-height: 1.2; font-weight: bold; }
.homeBoxF-b .ccc { font-size: 1.35vw; color:#000; line-height: 1.6;margin-top: 20px; }

.homeBoxF-a .img { position: absolute; right:5vw; top:50%; transform: translateY(-50%); position: absolute; }
.homeBoxF-a .img img { width: 10vw; max-width: 190px; }

.productsA-e .swiper-button-next,
.productsA-e .swiper-button-prev { width: 55px; height: 55px; border:1px solid #b6cd3a; border-radius: 50%; cursor: pointer; }
.productsA-e .swiper-button-next:after,.productsA-e .swiper-button-prev:after { display: none; }
.productsA-e .swiper-button-next { background: url(../images/mnext.png) no-repeat center;}
.productsA-e .swiper-button-prev { background: url(../images/mprev.png) no-repeat center;}
.productsA-e .swiper-button-next:hover { background: url(../images/mnextbg.png) no-repeat center #b6cd3a;}
.productsA-e .swiper-button-prev:hover { background: url(../images/mprevbg.png) no-repeat center #b6cd3a;}

@media(max-width: 1480px){
	.homeBoxF-a .img  { right: 7vw; }
	.homeBoxF-a .img  img { width:  20vw; }
	.homeBoxF { background-color: #fafafa; background-size: 40vw auto!important; }
	.productsA-e .swiper-button-next,.productsA-e .swiper-button-prev { width: 46px; height: 46px; }
}
@media(max-width: 1024px){
	.homeBoxF { background: none!important; padding-bottom:0; }
	.homeBoxF .img { display: block; margin-top:6vw; }
	.homeBoxF-b { width: 100%; }
	/*.homeBoxF-b .t { font-size: 36px; }*/
	.homeBoxF-b .ccc { font-size: 18px; }
	.homeBoxF-a .img  { position: relative; left: 0; top:0; transform: translate(0); float: left; width: 100%; text-align: center; margin-top: 0px; }
	.homeBoxF-a .img  img { width: 70%; max-width: 190px; height: auto; }

	.productsA-e .img { width: 100%; text-align: center; }
	.productsA-e .img img { width: 80%; }
	.productsA-e .con { position: relative; top:0; transform: translate(0); float: left; width: 90%; margin: 20px 0 0 10%; }
	.productsA-e .t { font-size: 20px; }
	.productsA-e .c { font-size: 18px; }
	.productsA-e .c p:after { top: 10px; }
	.productsA-e .swiper-button-next, .productsA-e .swiper-button-prev { top: 37vw; }

}

@media(max-width: 640px){
	.homeBoxF { padding: 80px 0 0; }
	/*.homeBoxF-b .t { font-size: 28px; }*/
	.homeBoxF-b .ccc { font-size: 16px; }
	.homeBoxF-a .img  img { width: 80%; max-width: 150px; height: auto; }
	.productsA-e .con { padding: 0 3%; width: 100%; margin: 20px 0 0 0; }
}



.covidA { padding:9.6vw 0 2.5vw;}
.covidA-a .con { font-size: 1.35vw; color:#000; margin:1.5vw 0 1vw; }

.covidA-a .con p { position: relative; padding-left: 15px; position: relative; margin: 8px 0; }
.covidA-a .con p:after { content:'';width: 4px; height: 4px; background: #000; position: absolute; left:0; top: 50%; transform: translateY(-50%); border-radius: 50%; }

.covidA-a .cc { font-size: 1.146vw; color:#666; margin:0 0 2vw; }
.productsA .xzxzwz { font-size: 1.146vw; color:#666; margin:0 0 2vw; }
.covidA-a img { text-align: center; }
.covidA-a .img img { width: 37.5vw; }

/*.covidA .mainTit .t { font-size: 3.54vw; }*/

@media(max-width: 1024px){
	.covidA-a .con { font-size: 18px; margin: 16px 0 12px; }
	.covidA-a .con p:after { transform: translate(0); top: 10px; }
	.covidA-a .cc { font-size: 16px; }
	.productsA .xzxzwz { font-size: 16px; }
	.covidA-a .img img { width: 70vw; }
	/*.covidA .mainTit .t { font-size: 24px; }*/
}
@media(max-width: 780px){
	.covidA { padding: 120px 0 80px; }
	/*.covidA .mainTit .t { font-size: 20px; }*/
}
@media(max-width: 640px){
	.covidA-a .con { font-size: 16px; }
}


.covidB { padding:12vw 0 11.5vw; }
.covidB .covidA-a .con p { padding-left:0; line-height: 1.6; }
.covidB .covidA-a .con p:after { display: none; }

@media(max-width:  640px){
	.covidB { padding: 120px 0 80px; }
}
.wxjd .wxjd-eexb .jda {
	margin-bottom: 10px;
	background: #fff;
	padding: 2vw;margin-bottom:  2vw;
	position: relative;
}

.wxjd .wxjd-eexb .jda1 {
	float: left;
	width: 16%;
	/*position: absolute;*/
	/*top: 0%;*/
	/*transform: translateY(-50%);*/
}

.jda1 .jda2 { display: none; }

.wxjd .wxjd-eexb .jda2 {
	float: right;
	padding-right: 4vw;
	width: 81%;
	padding-left: 4vw;
	border-left: 1px solid #f2f2f2;
}

.wxjd .wxjd-eexb .jda2 .zh15 {
	color: #999999;
	margin-bottom: 1vw;
	white-space: nowrap;
	overflow: hidden;
	width: 80px;
}

.wxjd .wxjd-eexb .jda2 .zh16 {
	color: #999999;
	margin-top: 8px;
	line-height: 22px;
	margin-bottom: 15px;
}

.wxjd .wxjd-eexb .jda2 .zh28 {
	width: 100%;
	line-height: 34px;
	margin-bottom: 7px;
}
.wxjd .wxjd-eexb .jda2 .zh18 {
	margin-bottom: 35px;
	line-height: 1.6;
}

.eepu .mainMore {
	float: left;
}

.eepu .obgg {
	float: left;
	padding-left: 43px;
}

.eepu .torb-right a{
	display: inline-block;
	background: #fff;
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 40px;
	font-size: 16px;
	color: #8cc63e;
	border: 1px solid #8cc63e;
}
.eepu .torb-right a:hover { color:#fff; background: #8cc63e; }

.eepu .torb-right a span{
	display: inline-block;
	width: 8px;
	height: 13px;
	margin-bottom: 1px;
	margin-left: 18px;
    vertical-align: middle;
	background: url(../images/right-span.png) no-repeat center center/cover;
}



.wxjd .wxjd-eexb .jda2 .bdob .bdoba {
	line-height: 0;
	margin-bottom: 13px;
}

.wxjd .wxjd-eexb .jda2 .bdob .bdobb .bdobb1 {
	float: left;
	margin-right: 93px;
	width: 37%;
}

.wxjd .wxjd-eexb .jda2 .bdob .bdobb .bdobb2 {
	float: left;
	width: 41%;
}





.zh64 {
	font-size: 64px;
	color: #ffffff;
	/* font-family: DIN1451; */
}

.zh55 {
	font-size: 55px;
	color: #fff;
	/* font-family: DIN1451; */
}

.zh44 {
	color: #000000;
	font-size: 44px;
	/* font-family: DIN1451; */
}

.zh34 {
	color: #000000;
	font-size: 27px;
	/* font-family: DIN1451; */
}

.zh30 {
	font-size: 1.5vw;
	color: #000000;
	/* font-family: DIN1451; */
}
.zh30 a { color:#000; }

.zh22 {
	font-size: 22px;
	color: #000000;
	/* font-family: DIN1451; */
}

.zh20 {
	font-size: 20px;
	color: #666666;
	/* font-family: DIN1451; */
}

.zh28 {
	font-size: 27px;
	color: #000000;
	/* font-family: DIN1451; */
}

.zh26 {
	font-size: 26px;
	color: #333333;
	/* font-family: DIN1451; */
}

.zh24 {
	font-size: 24px;
	color: #333333;
	/* font-family: DIN1451; */
}

.zh18 {
	font-size: 18px;
	/* font-family: DIN1451; */
}

.zh16 {
	font-size: 16px;
	/* font-family: DIN1451; */
}

.zh15 {
	font-size: 15px;
	color: #fff;
	/* font-family: DIN1451; */
}

.zh14 {
	font-size: 14px;
	color: #fff;
	/* font-family: DIN1451; */
}

.zh13 {
	font-size: 13px;
	color: #9c9c9c;
	/* font-family: DIN1451; */
}

.zh12 {
	color: #6b6b6b;
	font-size: 12px;
	/* font-family: DIN1451; */
}

@media(max-width: 1680px) {
	.zh28 {
		font-size: 22px;
	}
	.wxjd .wxjd-eexb .jda2 .zh28 { line-height: 1.2; }
}
@media(max-width: 1480px) {
	.zh30 { font-size: 24px; }
}

@media(max-width: 1024px) {
	.wxjd .wxjd-eexb .jda2 { display: none; }
	.wxjd .wxjd-eexb .jda1,.wxjd .wxjd-eexb .jda2 .zh28 { width: 100%; }
	.wxjd .wxjd-eexb .jda2 { width: 100%; padding-left:0; padding-right: 0; border:none; margin-top: 16px; }
	.wxjd .wxjd-eexb .jda2 .zh15 { margin-bottom: 12px; }
	.wxjd .wxjd-eexb .jda2 .zh16 { margin-bottom: 18px; }
	.wxjd .wxjd-eexb .jda2 .zh18 { margin-bottom: 20px; }
	.wxjd .wxjd-eexb .jda2 .zh16 { margin: 6px 0 12px; }
	.zh30 { font-size: 20px; }
	.wxjd .wxjd-eexb .jda1{ text-align: center; }
	.wxjd .wxjd-eexb .jda1 img { max-width: 180px; }
	.publA { margin-bottom: 20px; }

	.jda1 .jda2 { display: block; }
	.jda2A .zh30,.jda2A .zh16 { display: none; }
	.jda1 img {  float: left;   width: 30%;
    display: table-cell; }
	.wxjd .wxjd-eexb .jda1 .jda2 { float: right; text-align: left;
    padding-left: 3%;
    margin-top: 0;
    border-left: 1px solid #f2f2f2;
    width: 66%;
    /* right: 0; */
    margin-left: 4%;
    display: table-cell;
    vertical-align: middle; }
}

@media(max-width: 640px) {
	.wxjd .wxjd-eexb .jda1 .jda2 .zh30 {
		font-size: 18px;
	}
}
@media(max-width: 450px) {
	.wxjd .wxjd-eexb .jda1 .jda2 .zh30 {
		font-size: 16px;
	}
}
@media(max-width: 1280px) {
	.zh28 {
		font-size: 18px;
	}
}


.wxjd { background: #fafafa; }
.publA .ccc { font-size: 1.35vw; color:#000000;margin:12px 0 3vw; }

@media(max-width:  1024px){
	.publA .ccc { font-size: 18px; }
}
@media(max-width:  640px){
	.publA .ccc { font-size: 16px; }
}



.homeBoxD-b { margin-top: 50px; }

.mainMore {
	position: relative;
	margin-top: 0px;
}

.mainMore.jk {
	position: relative;
	margin-top: 30px;
}

.mainMore a {
	position: relative;
	font-size: 16px;
	color: #666;
	transition: all 0.6s;
	line-height: 49px;
	padding: 0 20px 0 60px;
	display: inline-block;
}

.mainMore.jk a {
	position: relative;
	font-size: 16px;
	color: #666;
	transition: all 0.6s;
	line-height: 49px;
	padding: 0 20px 0 60px;
	display: inline-block;
}

.mainMore a span {
	position: relative;
	z-index: 10;
}

.mainMore a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 49px;
	height: 49px;
	background: url(../images/ckan.png) no-repeat left center #8cc63e;
	transition: all 0.6s;
	border-radius: 25px;
}
.mainMoreC a:after {
	background: url(../images/ckanb.png) no-repeat left center #fff;
}

.mainMoreC a { color:#fff; }
.colorWhite a {
	color: #fff;
	font-size: 16px;
}

.mainMore a:hover {
	color: #fff;
	padding: 0 20px 0 45px;
}
.mainMoreC a:hover {
	color: #8cc63e;
}


.mainMore a:hover:after {
	width: 100%;
}
.mainMoreC { width: 150px; }

@media(max-width:  1024px){
	.mainMore a:hover:after {
		width: 49px;
	}
	.mainMore a:hover {
		color: #fff;
		padding: 0 20px 0 60px;
	}
	.mainMoreC a:hover { color:#fff; }
}




.wxjdBB { margin-top:2.5vw; padding-bottom: 4vw; border-top: 2px solid #dedede; }
.wxjdBB li { padding:2vw 0; border-bottom: 1px solid #dedede; }
.wxjdBB li .t { font-size: 1.3vw; color:#000000; line-height: 1.6; }
.wxjdBB li span { color:#666; }
.wxjdBB li:last-child { border-bottom:0; }

@media(max-width: 1024px){
	.wxjdBB li { padding: 16px 0; }
	.wxjdBB li .t { font-size: 16px; }
	.wxjdBB  { padding-bottom: 0;}
}






































































































































































































































































































































































































































