@charset "utf-8";
a, img { vertical-align: top; }
.container {
	max-width: 83.333333%;
	width: 100%;
	margin: 0 auto;
}


.dtdan a{
	display: block;
	width: 160px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
}

.dtdan a span{
	display: inline-block;
	font-size: 26px;
	margin-top: -2px;
	vertical-align: middle;
	margin-left: 13px;
	position: relative; z-index: 5;
}

.dtdan a:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	background: #acce22;
	transition: all 0.6s;
}

.dtdan a i {
    font-style: normal;
    position: relative;
    z-index: 5;
}


.dtdan a span{
	display: inline-block;
	font-style: normal;
	width: 17px;
	vertical-align: middle;
	height: 14px;
	margin-left: 9px;
	background: url(../img/ckxqan.png)no-repeat center center/cover;
}
.dtdan a:hover:before{
	width: 100%;
}

.dtdan a:hover{
	border: 1px solid #acce22;
}



.img{
	line-height: 0;
}

.left{
	float: left;
}

.right{
	float: right;
}

.font56{
	font-size: 56px;
}
.font50{
	font-size: 50px;
}

.font46{
	font-size: 46px;
}

.font24{
	font-size: 24px;
}

.font20{
	font-size: 20px;
}

.font18{
	font-size: 18px;
}

.font16{
	font-size: 16px;
}

.font15{
	font-size: 15px;
}

.font14{
	font-size: 14px;
}

.font12{
	font-size: 12px;
}

.gybt .b{
	color: #25b7aa;
}

.gybt .d{
	color: #292b2b;
	font-family: 'FZLTCHK';
	margin-top: 8px;
}

/**mobile nav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	background: #fff;
	z-index: 99999;
	padding-bottom: 20px;
}

.nav_box .nav-title {
	height: 60px;
	position: relative;
	border-bottom: 1px solid #666;
}

.nav_box .nav-title .navclose {
	width: 26px;
	height: 26px;
	display: block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 4%;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title h1 {
	width: 200px;
	line-height: 0;
	margin-left: 4%;
	padding-top: 16px;
}



.nav_box .navlist {
	margin-top: 10px;
	width: 100%;
}

.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	border-bottom: 1px solid #666;
	padding: 0 4%;
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #333;
	position: relative;
}

.nav_box .navlist ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
}

.navSearch {
	border: 1px solid #666;
	margin: 25px 4% 0;
	background: #fff;
	height: 32px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.navSearch .inputT {
	float: left;
	width: 100%;
	height: 32px;
	background: none;
	border: none;
	padding: 0 40px 0 15px;
	color: #333;
}

.navSearch .Btn {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	width: 35px;
	height: 32px;
	border: none;
	border-left: 1px solid #666;
	background: url(../images/btn.png) no-repeat center center;
}

.yuyan{
	margin: 20px 15px;
	text-align: center;
	font-size: 14px;
}
.yuyan a{
	display: inline-block;
	margin: 0 30px;
}


/**头部**/
.header{
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 46px 0 40px;
}

.header .logo{
	padding: 17px 0 15px;
}

.header .logo img{
	width: 295px;
}

.header .logo .pic2{
	display: none;
}

.fixed-head .logo .pic2{
	display: block;
}

.fixed-head .logo .pic1{
	display: none;
}

.header .nav ul li{
	float: left;
	font-size: 17px;
	position: relative;
	margin-right: 70px;
}

.header .nav ul li:last-child{
	margin-right: 0;
}
.header .nav ul li a  span { line-height: 30px; display: block;position: relative;}
.header .nav ul li.cur a span {
	font-weight: bold;
}

.header .nav ul li a  span:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background: #fff;
	transition: all 0.5s;
}

.header .nav ul li.cur a span:before{
	width: 100%;
}

.header .nav ul li:hover a span:before{
	width: 100%;
}

.header .nav ul li.wbt a span:before {
    width: 0;
}

/*.header .nav ul li:hover a span{
	border-bottom: 2px solid #fff;
}

.fixed-head .nav ul li.cur a span{
	border-color: #25b7aa;
}

.fixed-head .nav ul li:hover a span{
	border-color: #25b7aa;
}*/

.header .nav {
	margin-left: 100px;
}

.header .nav ul li a{
	color: #fff;
	display: block;
	padding: 27px 0 23px;
}

.fixed-head .nav ul li .sub{
	color: #333;
}

.fixed-head .nav ul li:hover .sub{
	color: #25b7aa;
}

.header .yyqh{
	margin: 33px 0 0 15px;
}

.header .yyqh dl{
	position: relative;
	padding-bottom: 12px;
}

.header .yyqh dl dt{
	color: #fff;
	width: 22px;
	height: 22px;
	position: relative;
	cursor:pointer;
}

.fixed-head .yyqh dl dt{
	color: #333;
}

.header .yyqh dl dt:before{
	position: absolute;
	content: "";
	left: 0;
	width: 22px;
	height: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/yyqhd.svg)no-repeat center center;
	background-size: 100% 100%;
}

.fixed-head .yyqh dl dt:before{
	background: url(../images/yyqhd1.svg)no-repeat center center;
	background-size: 100% 100%;
}



.header .yyqh dd{
	position: absolute;
	width: 110px;
	padding: 30px 0 0;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.header .yyqh dd .subD{
	background: #fff;
	width: 110px;
	padding: 15px 0;
	box-shadow: 0px 6px 10px 1px rgb(0 0 0 / 18%);
	border-radius: 5px;
	overflow: hidden;
}


.header .yyqh dl:hover dd{
	display: block;
}

.header .yyqh dd a{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-left: 12px;position: relative;
	margin: 12px 0;
}
.header .yyqh dd a:hover:before,.header .yyqh dd a.cur:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: #25b7aa;
}

.header .yyqh dd a span { font-size: 16px; }

.header .yyqh dd .subD { padding-left: 20px; }
.header .yyqh dd .subD-a { border-left:1px solid #d6d7d7; }

.header .yyqh dd a:hover,.header .yyqh dd a.cur {
	color: #25b7aa;
}

.header .mpsl a{
	display: block;
	width: 22px;
	height: 22px;
	position: relative;
}

.header .mpsl a:before{
	position: absolute;
	content: "";
	top: 32px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../images/mpsl.svg)no-repeat center center/cover;	
}

.fixed-head .mpsl a:before{
	background: url(../images/mpsl1.svg)no-repeat center center/cover;	
}

.header .sear{
	padding: 32px 35px 26px 0;
	position: relative;
	cursor: pointer;
	margin-right: 30px;
}

.header .sear span {
    float: left;
    width: 21px;
    height: 22px;
    position: relative;
    background: url(../images/bba.svg) no-repeat center center/cover;
}

.fixed-head .sear span{
	background: url(../images/bba1.svg) no-repeat center center/cover;
}

.header .sear span:before{
	position: absolute;
	content: "";
	right: -35px;
	height: 20px;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.fixed-head .sear span:before{
	background: #333333;
}

.subsearch {
    width: 330px;
    position: absolute;
    top: 46px;
    left: -220px;
    display: none;
    padding-top: 47px;
}

.header .sear:hover .subsearch{
	display: block;
}

.subsearch form {
    background: #ffffff;
    border-radius: 3px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.subsearch form:after {
    content: '';
    position: absolute;
    right: 36px;
    top: -8px;
    line-height: 0;
    border-width: 8px;
    border-color: #ffffff;
    border-top-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
}

.subsearch form input.inp {
    width: 100%;
    border: none;
    font-size: 14px;
    /*border-left: 2px solid #93969d;*/
    background: none;
    outline: none;
    height: 50px;
    padding-left: 0px;
    color: #333;
}

.subsearch form input.subxx {
    border: none;
    outline: none;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    height: 46px;
    background: url(../images/addsear.png) no-repeat center #00aaa5; border-radius: 5px;
    font-size: 0;
    width: 54px;
}



.header .navbtn{
	display: none;
}

.header .navbtn .hg{
	display: none;
}

.fixed-head .navbtn .hg{
	display: block;
}

.fixed-head .navbtn .mr{
	display: none;
}

.fixed-head{
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    -webkit-animation: headerFix 1s ease 1;
    animation: headerFix 1s ease 1;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

video{
    object-fit: fill;
}

.indexbanner{
	position: relative;
}

.indexbanner .daimg,.ibanner .daimg{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 1;
	line-height: 0;
	margin-bottom: -1px;
}
.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh{
	overflow: hidden;
	height: 60.2vw;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh .sj{
	display: none;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh img{
	height: 100%;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh .sm{
	display: none;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban{
	position: absolute;
	left: 0;
	width: 100%;
	top: 45%;
	transform: translateY(-50%);
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .a{
	font-family: 'FZLTCHK';

}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .b,
.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .a,
.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .n{
	color: #fff;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .b{
	padding-left: 40px;
	position: relative;
	margin-bottom: 11px;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .b:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 29px;
	height: 25px;
	background: url(../images/b.png) no-repeat center center/cover;
	transform: translateY(-50%);
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .n{
	text-transform: uppercase;
	margin-top: 10px;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .gyan{
	margin-top: 70px;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .gyan a:hover{
	border-color: rgba(255, 255, 255, 0);
	color: #595d5d;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .gyan a:before{
	background: #fff;
}

.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .gyan a:hover i {
    background: url(../images/hsbtan.png)no-repeat center center/cover;
}

.indexbanner .indexbanneswr-pagnasdad{
	right: 8.4%;
	top: 40%;
	left: auto;
	width: 3px;
	bottom: auto;
	z-index: 1;
	transform: translateY(-50%);
}

.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet{
	background: #e9edf0;
	z-index: 1;
	width: 3px;
	border-radius: 0;
	opacity: 1;
	height: 58px;
	overflow: hidden;
	margin-bottom: 7px;
	position: relative;
}

.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet:last-child{
	margin-bottom: 0;
}


.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet:after { content:'';  height: 0; width: 3px; background: #25b7aa; position: absolute; left:0; top:0; }
.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet-active:after {-webkit-animation:wid 5s linear 1;}
@-webkit-keyframes wid {
  0% {
    height: 0%;
  }
  25% {
    height: 25%;
  }
  50% {
    height: 50%;
  }
  75% {
    height: 75%;
  }
  100% {
    height: 100%;
  }
}


.indexbanner .swiper-slide:before { z-index: 5; content:''; width: 100%; height: 100%; background: rgba(0,0,0,0.2); position: absolute; left:0; top:0; }
.indexbanner .swiper-slide:after { content:''; z-index: 6; width: 100%; height: 100%; background: url(../images/navbg.png) repeat-x top center; position: absolute; left:0; top:0; }
.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban { z-index: 10; }
.gyan{
	text-align: center;
}

.indexbanner .swiper-slide:nth-child(2):after{
	display: none;
}

.gyan a{
	display: block;
	width: 175px;
	line-height: 46px;
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}

.gyan a span{
	position: relative;
	z-index: 1;
}

.gyan a i{
	display: inline-block;
	width: 17px;
	margin-left: 10px;
	vertical-align: middle;
	height: 12px;
	position: relative;
	z-index: 1;
	margin-top: -2px;
	background: url(../images/gyan.png)no-repeat center center/cover;
}

.gyan a:before{
	position: absolute;
	content: "";
	left: -100%;
	top: -10%;
	width: 100%;
	height: 120%;
	background: #25b7aa;
	transition: all 0.5s;
}

.gyan a:hover{
	border-color: rgba(255, 255, 255, 0);
}

.gyan a:hover:before{
	left: 0;
}

.footer{
	background: #f2f2f2;
}

.footer .foott{
	padding-top: 60px;
}

.footer .foott .foottl{
	width: 315px;
}

.footer .foott .foottr{
	border-bottom: 1px solid #dbdcdc;
}

.footer .foott .foottr ul li{
	float: left;
	margin-right: 63px;
	position: relative;
}


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

.footer .foott .foottr ul li a{
	display: block;
	font-size: 16px;
	color: #292b2b;
	padding-bottom: 29px;
	position: relative;
}

.footer .foott .foottr ul li a:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 0;
	height: 3px;
	background: #25b7aa;
	transition: all 0.6s;
}

.footer .foott .foottr ul li.cur a:before{
	width: 100%;
}

.footer .foott .foottr ul li:hover a:before{
	width: 100%;
}

.footer .foott .foottr ul li.wbt a:before{
	width: 0;
}

.footer .footbm{
	margin-top: 35px;
	padding-bottom: 60px;
}

.footer .footbm .tbml{
	line-height: 32px;
	color: #515353;
	margin-top: 4px;
}

.footer .footbm .tbmr{
	width: 715px;
}

.footer .footbm .tbmr .bmr img { width: 150px; height: auto; }

.footer .footbm .tbmr .bmrw .bml { width: 390px; }
.footer .footbm .tbmr .bmrw .bml .dl dl dd{
	width: 50%;
	float: left;
	padding-left: 9px;
	height: 100%;
	border-left: 3px solid #e2e2e2;
	/*margin-right: 64px;*/
}

.footer .footbm .tbmr .bmrw .bml .dl{
	margin-top: 70px;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd:last-child{
	margin-right: 0;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd a{
	display: block;
	color: #515353;
	padding: 3px 0 8px;
	font-size: 14px;
	position: relative;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd:nth-last-of-type(2) a{
	padding-bottom: 0;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd:nth-last-of-type(1) a{
	padding-bottom: 0;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd a sup{
	position: absolute;
	top: -3px;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd a:before{
	position: absolute;
	content: "";
	left: -12px;
	top: 50%;
	width: 3px;
	height: 100%;
	background: #27b8ab;
	transform: translateY(-50%);
	display: none;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd a:hover{
	color: #27b8ab;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd a:hover:before{
	display: block;
}

.footer .footbm .tbmr .bmrw .bml .dl dl dd a:last-child{
	margin-bottom: 0;
}

.footer .footbm .tbmr .bmrw .bmr{
	text-align: center;
}

.footer .footbm .tbmr .bmrw .bmr .bmrwz{
	font-size: 14px;
	color: #999999;
	line-height: 1;
	margin-top: 10px;
}

.footer .footma{
	padding: 24px 0 23px;
	border-top: 1px solid #eaebeb;
}

.footer .footma .tmal{
	color: #8f9494;
	line-height: 1;
}

.footer .footma .tmar a{
	line-height: 1;
	color: #8f9494;
}

.index5{
	padding: 33px 0 27px;
	background: #f8f8f8;
}

.index5 .dexl{
	color: #264994;
}

.index5 .dexr{
	width: 88%;
}

.index5 .dexr a{
	display: inline-block;
	color: #7e7e7e;
	font-size: 14px;
	padding: 5px 20px;
	margin-right: 9px;
	margin-bottom: 10px;
	line-height: 1;
	border: 1px solid #e6e6e6;
	border-radius: 40px;
}

.index5 .dexr a:hover{
	color: #25b7aa;
}

.index4{
	position: relative;
}

/*.index4:before{
	position: absolute;
	content: "";
	bottom: 2px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 24px;
	background: url(../images/index4.png)no-repeat center center/cover;
}*/

.index4:before {z-index: 2; content:''; width: 100%; height: 40px; position: absolute; left:0; bottom:0px; background: url(../images/bga.png) no-repeat bottom center; background-size: 100% auto; }



.index4 .denscxs .swiper-wrapper .swiper-slide .desbdbc{
	position: absolute;
	top: 38%;
	width: 100%;
	transform: translateY(-50%);
}

.index4 .denscxs .swiper-wrapper .swiper-slide .desbdbc .gybt .b,
.index4 .denscxs .swiper-wrapper .swiper-slide .desbdbc .gybt .d{
	color: #fff;
}

.index4 .denscxs .swiper-wrapper .swiper-slide .desbdbc .esbdb{
	color: #fff;
	line-height: 28px;
	margin-top: 24px;
	margin-bottom: 58px;
}

.index4 .denscxs .swiper-wrapper .swiper-slide .desbdbc .esbdb p{
	padding-left: 10px;
	position: relative;
}

.index4 .denscxs .swiper-wrapper .swiper-slide .desbdbc .esbdb p:before{
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}

.index4 .denscxs .swiper-wrapper .swiper-slide .img img{
	height: 43vw;
}

.index4 .denscxs .swiper-wrapper .swiper-slide .img .sj{
	display: none;
}

.index4 .denscxs-pagnasdad{
	bottom: 5.5vw;
	width: 100%;
}

.index4 .denscxs-pagnasdad .swiper-pagination-bullet{
	opacity: 1;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, 0);
	background: initial;
	margin-right: 11px;
	position: relative;
}

.index4 .denscxs-pagnasdad .swiper-pagination-bullet:before{
	position: absolute;
	content: "";
	border-radius: 50%;
	left: 7px;
	top: 7px;
	width: 8px;
	height: 8px;
	background: #fff;
}

.index4 .denscxs-pagnasdad .swiper-pagination-bullet-active{
	border: 1px solid rgba(255, 255, 255, 1);
}

.alstrp a{
	border-color: #d6d9da;
	color: #595d5d;
}

.alstrp a i{
	background: url(../images/hsbtan.png) no-repeat center center/cover;
}

.alstrp a:hover i{
	background: url(../images/gyan.png) no-repeat center center/cover;
}

.alstrp a:hover{
	color: #fff;
}

.alstrp a i:hover{
	background: url(../images/gyan.png) no-repeat center center/cover;
}

.index4{
	position: relative;
}

.index4 .saldhaslkd{
	position: absolute;
    top: 38%;
    width: 100%;
    z-index: 9;
    transform: translateY(-50%);
}

.index4 .saldhaslkd .gybt .b, 
.index4 .saldhaslkd .gybt .d {
    color: #fff;
}

.index4 .saldhaslkd .esbdb {
    color: #fff;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 58px;
}

.index4 .saldhaslkd .gyan a:before{
	background: #fff;
}

.index4 .saldhaslkd .gyan a:hover{
	color: #333;
}

.index4 .saldhaslkd .gyan a:hover:before{
	background: #fff;
}

.index4 .saldhaslkd .gyan a:hover i{
	background: url(../images/hsbtan.png)no-repeat center center/cover;
}

.index3{
	background: #f5f8f9;
	padding: 6.5vw 0 9vw;
}

.index3 .dndalst{
	margin-bottom: 45px;
}

.index3 .dndalst .alstr{
	margin-top: 26px;
}

.index3 .dalmsdb ul li{
    float: left;
    width: 32.49%;
    margin-right: 1.26%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.index3 .dalmsdb ul li:last-child{
	margin-right: 0;
}

.index3 .dalmsdb ul li a{
	display: block;
	/*height: 554px;*/
	/*border-bottom: 2px solid #25b7aa;*/
	padding: 22px 23px 40px 23px;
}

.index3 .dalmsdb ul li:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: all 0.8s;
	background: #25b7aa;
}

.index3 .dalmsdb ul li:hover:before{
	width: 100%;
}

.index3 .dalmsdb ul { display: flex; flex-wrap: wrap; }
.index3 .dalmsdb ul li {
	/*display: block;*/
	/*height: 554px;*/
/*	border-bottom: 2px solid #25b7aa;*/
	/*padding: 22px 23px 40px 23px;*/
}

.index3 .dalmsdb ul li a .img{
	overflow: hidden;
	border-radius: 5px;
}

.index3 .dalmsdb ul li a .img img{
	transform: scale(1);
	transition: all 0.8s;
}

.index3 .dalmsdb ul li:hover a .img img{
	transform: scale(1.1);
}

.index3 .dalmsdb ul li a .albdms .d{
	color: #264994;
	margin-top: 25px;
}

.index3 .dalmsdb ul li a .albdms .b{
	line-height: 24px;
	color: #333333;
	margin: 4px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	    font-family: 'FZLTCHK';
}

.index3 .dalmsdb ul li a .albdms .b sup{
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}

.index3 .dalmsdb ul li a .albdms .m{
	color: #666666;
	line-height: 22px;
	margin: 10px 0 70px;
}

.index3 .dalmsdb ul li a .albdms .m p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;	
}

.index3 .dalmsdb ul li a .albdms .s{
	color: #666666;
}

.index3 .dalmsdb ul li a .albdms .s span{
	display: inline-block;
	width: 14px;
	height: 10px;
	margin-left: 11px;
	background: url(../images/hsbtan.png)no-repeat center center/cover;
}

.index3 .dalmsdb ul li:hover a .albdms .s span{
	background: url(../images/albdms.png)no-repeat center center/cover;
}

.index3 .dalmsdb ul li:hover a{
	border-color: #999999;
}

.index3 .dalmsdb ul li:hover a .albdms .b{
	color: #25b7aa;
}



.index2 .dexmertt .merttr{
	margin-top: 27px;
	position: relative; z-index: 10;
}

.index2 .butond-pagination{
	display: none;
}

.index2 .dexmertt .merttr .model-select-box{
	width: 240px;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    border-radius: 40px;
    padding-left: 33px;
    color: #000;
    margin-right: 10px;
    background: #25b7aa;
    cursor: pointer;
}

.index2 .dexmertt .merttr .model-select-box .model-select-text{
	color: #fff;
}
.index2 .dexmertt .merttr .pcddcjhz:hover .model-select-option { display: block!important; }

.index2 .dexmertt .merttr .sjddcjhz{
	display: none;
}

.model-select-option {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 99;
    top: 48px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(136, 136, 136, .3);
    padding: 10px 15px;
}



/*.index2 .dexmertt .merttr .model-select-box .asdasalqp{
	padding-top: 53px;
}*/

.model-select-option li {
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

.model-select-option li:hover{
	color: #25b7aa;
}

.model-select-option li:last-child{
	border-bottom: 0;
}

/*.model-select-option li.selected {
    background: #06C;
    color: #fff;
    font-size: 14px;
}*/

.bg1 {
    position: absolute;
    width: 13px;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    background: url(../images/asdasd.png) no-repeat center center/cover;
}

.index2{
	padding: 6.5vw 0 7vw;
}

.index2 .swqhm{
	margin-top: 27px;
	position: relative;
}

.index2 .swqhm .container{
	position: relative;
	z-index: 9;
}

.index2 .swqhm .swqhmqhl{
	padding: 50px 10px;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide{
	padding: 0 12px;
	position: relative;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide .dexos { position: relative; }
.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide .dexos:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0);
}
.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide-active .dexos:after{ display: none; z-index: 0; }
.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a{
	position: relative; z-index: 1;
	transform:scale(.9);
	display: block;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma{
	padding: 32px 30px 26px 30px;
	background: #fff;
	position: relative;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .5;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide-active a .swqhnma:before{
	opacity: 0;
	display: none;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide-active a{
	transform:scale(1.13);
	overflow: hidden;
	border-radius: 10px;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n {
	padding-bottom: 11px;
	border-bottom: 1px solid #f2f2f2;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n .na{
	color: #333333;
	font-family: 'FZLTCHK';
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n .na span{
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	margin-top: -9px;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n .nb{
	color: #666666;
	font-size: 14px;
	margin-top: 3px;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n .nb span{
	background: url(../images/albdms.png) no-repeat center center/cover;
	width: 14px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .m{
	margin-top: 12px;
}

.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .m p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.parallax>use {
	animation:move-forever 12s linear infinite;
	/*transform-origin:50% 50%;
	*/
}
.parallax>use:nth-child(1) {
	animation-delay:-2s;
}
.parallax>use:nth-child(2) {
	animation-delay:-2s;
	animation-duration:8s;
}
.parallax>use:nth-child(3) {
	animation-delay:-4s;
	animation-duration:9s;
}
.parallax>use:nth-child(4) {
	animation-delay:-6s;
	animation-duration:13s;
}
.parallax>use:nth-child(5) {
	animation-delay:0;
	animation-duration:9s;
}
.parallax>use:nth-child(6) {
	animation-delay:-6s;
	animation-duration:11s;
}
@keyframes move-forever {
	0% {
	transform:translate(-90px,0%);
}
100% {
	transform:translate(85px,0%);
}
}/*波浪线效果  end*/

 .grayPage{
 	position: absolute;
 	top: 50%;
 	width: 100%;
 	left: 0;
 	transform: translateY(-50%);
 	z-index: 1;
 }

 .index2 .swqhm .butond-next,
 .index2 .swqhm .butond-prev{
 	width: 53px;
 	height: 53px;
 	overflow: hidden;
 	border-radius: 50%;
 }

.index2 .swqhm .butond-next:after,
.index2 .swqhm .butond-prev:after{
	opacity: 0;
}

.index2 .swqhm .butond-next{
	background: url(../images/preva.png) no-repeat center center/cover;
	right: 3.7%;
}

.index2 .swqhm .butond-prev{
	background: url(../images/nexta.png) no-repeat center center/cover;
	left: 3.7%;
}

.index2 .swqhm .butond-next:hover{
	background: url(../images/prev.png) no-repeat center center/cover;
}

.index2 .swqhm .butond-prev:hover{
	background: url(../images/next.png) no-repeat center center/cover;
}


.index1{
	background: #f5f8f9;
	padding: 26px 0 8.7vw;
}

.index1 .wzdexn-t .dexnt-l{
	width: 41.25%;
	padding: 6.3vw 0 0 0;
}

.index1 .wzdexn-t .dexnt-l .exntla{
	color: #777777;
	line-height: 26px;
	margin-top: 24px;
	margin-bottom: 38px;
}

.index1 .wzdexn-t .dexnt-r{
	width: 47.5%;
}

.index1 .wzdexn-t .dexnt-r .img{
	position: relative;
	padding-right: 75px;
}

.index1 .wzdexn-t .dexnt-r .img img{
	float: left;
	position: relative;
	z-index: 2;
}

.index1 .wzdexn-t .dexnt-r .img .dw{
	position: absolute;
	right: 0;
	top: -116px;
	z-index: 1;
	height: 34.3vw;
}

.index1 .wzdexn-b{
	margin-top: 60px;
}

.index1 .wzdexn-b .dexbn{
	margin-bottom: 30px;
}

.index1 .wzdexn-b .dexbn .xbnl{
	color: #292b2b;
	font-weight: bold;
	font-size: 30px;
	margin-top: 12px;
	font-family: 'FZLTCHK';
}

.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-next,
.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-prev{
	position: initial;
	margin-top: 0;
	width: 50px;
	height: 50px;
}

.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-next:after,
.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-prev:after{
	opacity: 0;
}

.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-next{
	background: url(../images/preva.png)no-repeat center center/cover;
	margin-left: 10px;
}

.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-prev{
	background: url(../images/nexta.png)no-repeat center center/cover;
}

.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-next:hover{
	background: url(../images/prev.png)no-repeat center center/cover;
	margin-left: 10px;
}

.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-prev:hover{
	background: url(../images/next.png)no-repeat center center/cover;
}

.index1 .wzdexn-b .caselist-container{
	width: 110.1%;
}

.index1 .wzdexn-b .caselist-container .swiper-slide{
	width: 450px!important;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	height: 265px;
	position: relative;
}
.index1 .wzdexn-b .caselist-container .swiper-slide-active { width: 680px!important; }
.index1 .wzdexn-b .caselist-container .swiper-slide:before{
	position: absolute;
	content: "";
	left: 0;
	top: -100%;
	height: 100%;
	width: 4px;
	background: #51c5bb;
	transition: all 0.5s;
}

.index1 .wzdexn-b .caselist-container .swiper-slide:hover:before{
	top: 0;
}

.index1 .wzdexn-b .caselist-container .swiper-slide-active:before{
	top: 0;
}

.index1 .wzdexn-b .caselist-container .swiper-slide:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 67px;
	background: url(../images/azadsasd.png) no-repeat center center/cover;
	background-size: 100% 100%;
}


.index1 .wzdexn-b .caselist-container .swiper-slide .det .dl{
	font-size: 20px;
	color: #292b2b;
	line-height: 32px;
	margin-top: 8px;
}

.index1 .wzdexn-b .caselist-container .swiper-slide-active .det .dl{
	color: #264994;
	width: 77%;
}

.index1 .wzdexn-b .caselist-container .swiper-slide .dem{
	color: #bbbbbb;
	margin-top: 70px;
}

.index1 .wzdexn-b .caselist-container .swiper-slide .dem{
	color: #666666;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.index1 .wzdexn-b .caselist-container .swiper-slide-active .dem{
	left: 48px;
}

.index1 .wzdexn-b .caselist-container .swiper-slide .det .dr{
	display: none;
}

.index1 .wzdexn-b .caselist-container .swiper-slide-active .det .dr{
	display: block;
	margin-left: 0;
}

.index1 .wzdexn-b .caselist-container .swiper-slide{
	padding: 28px 102px 0 40px;
}

.index1 .wzdexn-b .caselist-container .swiper-slide-active{
	padding: 27px 29px 37px 48px;
}

	.sjdxs{
		display: none;
	}

@media(max-width: 1680px) {
	.font56 {
    	font-size: 45px;
	}

	.font50 {
	    font-size: 45px;
	}
	.font46 {
	    font-size: 38px;
	}

	/*.index3 .dalmsdb ul li a {
	    height: 520px;
	}*/

	.index2 .dexmertt .merttr{
		margin-top: 20px;
	}

	.index3 .dndalst .alstr {
    	margin-top: 17px;
	}
}

@media(max-width: 1500px) {
	.container{
		max-width: 90%;
	}

	.index2 .swqhm .butond-prev{
		left: 2%;
	}

	.index2 .swqhm .butond-next{
		right: 2%;
	}
}

@media(max-width: 1480px) {
	.font56{
		font-size: 40px;
	}

	.font50 {
	    font-size: 38px;
	}

	.font46 {
    	font-size: 33px;
	}

	.index1 .wzdexn-t .dexnt-r .img .dw {
	    top: -80px;
	    width: 90px;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide {
    	padding: 28px 50px 0 40px;
	}

	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma {
	    padding: 25px 20px 20px 20px;
	}

	.font20 {
    	font-size: 18px;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide .det .dl{
		font-size: 18px;
	}

	.index3 .dalmsdb ul li a{
		height: auto;
	    padding: 22px 20px 30px 20px;
	}

	.index3 .dalmsdb ul li a .albdms .m {
	    margin: 10px 0 45px;
	}

	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n .nb{
		margin-top: 2px;
	}

	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n .na{
		width: 190px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.index2 .dexmertt .merttr{
		margin-top: 10px;
	}

	.index3 .dndalst .alstr {
    	margin-top: 13px;
	}

	.header .nav{
		margin-left: 50px;
	}
}

@media(max-width: 1280px) {
	.footer .foott .foottr ul li {
    	margin-right: 44px;
	}

	.footer .footbm .tbmr {
    	width: 620px;
	}
}

@media(max-width: 1180px) {

	.header .nav ul li {
	    margin-right: 25px;
	}

	.header .nav {
    	margin-left: 30px;
	}

	.header .sear span:before{
		right: -17px;
	}

	.header .sear{
		padding-right: 17px;
		margin-right: 16px;
	}
}

@media(max-width: 1100px) {
	.header .yyqh{
		display: none;
	}

	.header .sear{
		display: none;
	}

	.header .mpsl{
		display: none;
	}

	.header .nav{
		display: none;
	}

	.header{
		padding: 0 3%;
	}

	.container {
	    max-width: 94%;
	}

	.font56 {
    	font-size: 26px;
	}

	.font50 {
	    font-size: 30px;
	}

	.font46{
		font-size: 24px;
	}

	.font24 {
    	font-size: 18px;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .b:before {
	    width: 20px;
	    height: 17px;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .b {
	    padding-left: 35px;
	    margin-bottom: 2px;
	}

	.indexbanner .daimg{
		display: none;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh{
		height: auto;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban{
		top: 50%;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .gyan {
    	margin-top: 30px;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh .sm{
		display: block;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh .pc{
		display: none;
	}

	.header .logo {
    	padding: 10px 0 10px;
    	width: 240px;
	}

	.header .navbtn{
		display: block;
		float: right;
		width: 35px;
		margin-top: 16px;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zbtaban .n{
		font-size: 15px;
	}

	.gyan a {
	    width: 148px;
	    line-height: 38px;
	    font-size: 14px;
	}

	.index1 .wzdexn-t .dexnt-r{
		width: 100%;
	}

	.index1 .wzdexn-t .dexnt-r .img .dw{
		top: 0;
		height: 79vw;
		width: 13vw;
	}

	.index1 .wzdexn-t .dexnt-r .img{
		padding-right: 6.5vw;
	}

	.index1 .wzdexn-t .dexnt-r .img{
		padding-top: 6.5vw;
		margin-top: 30px;
	}

	.indexbanner .indexbanneswr-pagnasdad{
		width: auto;
		bottom: 15px;
		top: auto;
		left: 50%;
		right: auto;
		transform: translateY(0);
		transform: translateX(-50%);
	}

	.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet{
		height: 3px;
		width: 40px;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet:last-child{
		margin-right: 0;
	}

	.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet:after { content:'';  height: 3px; width: 0; background: #25b7aa; position: absolute; left:0; top:0; }
	.indexbanner .indexbanneswr-pagnasdad .swiper-pagination-bullet-active:after {-webkit-animation:wid 5s linear 1;}
	@-webkit-keyframes wid {
	  0% {
	    width: 0%;
	  }
	  25% {
	    width: 25%;
	  }
	  50% {
	    width: 50%;
	  }
	  75% {
	    width: 75%;
	  }
	  100% {
	    width: 100%;
	  }
	}

	.index1 .wzdexn-t .dexnt-l{
		padding-top: 0;
	}

	.index1{
		padding: 35px 0 45px;
	}


	.index1 .wzdexn-t .dexnt-l{
		width: 100%;
		padding: 0 20px;
	}

	.index1 .wzdexn-t .dexnt-l .exntla{
		line-height: 1.6;
		margin-top: 8px;
    	margin-bottom: 25px;
	}

	.font16{
		font-size: 14px;
	}

	.gybt .d{
		line-height: 1.5;
		margin-top: 3px;
	}

	.index1 .wzdexn-b{
		margin-top: 35px;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide .det .dl{
		line-height: 1.5;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide {
    	padding: 20px 30px 0 25px;
    	height: 200px;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide-active .dem{
		left: 25px;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide .dem{
		bottom: 20px;
	}

	.index1 .wzdexn-b .dexbn .xbnl{
		font-size: 22px;
	}

	.index1 .wzdexn-b .dexbn .xbnr .wzdexnl-next, .index1 .wzdexn-b .dexbn .xbnr .wzdexnl-prev{
		display: none;
	}

	.index1 .wzdexn-b .dexbn{
		margin-bottom: 25px;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide .det .dl{
		font-size: 16px;
	}

	.index2{
		padding: 35px 0 45px;
	}

	.index2 .dexmertt .merttr .model-select-box {
	    width: 220px;
	    height: 42px;
	    line-height: 42px;
	    font-size: 14px;
	    padding-left: 20px;
	}

	.model-select-option{
		top: 58px;
	}

	.bg1{
		right: 20px;
	}

	.index2 .swqhm .butond-next {
	    right: 4.5%;
	}

	.index2 .swqhm .butond-prev {
	    left: 4.5%;
	}

	.index3{
		padding: 35px 0 45px;
	}

	.index3 .dndalst{
		margin-bottom: 25px;
	}

	.index3 .dndalst .alstr {
    	margin-top: 8px;
	}

	.index3 .dalmsdb ul li{
		width: 100%;
		margin-bottom: 20px;
	}

	.index3 .dalmsdb ul li:last-child{
		margin-bottom: 0;
	}

	.index3 .dalmsdb ul li a .albdms .m{
		font-size: 14px;
		line-height: 1.6;
		margin: 8px 0 25px;
	}

	.index3 .dalmsdb ul li a{
		padding-bottom: 25px;
	}

	.index4 .saldhaslkd{
		top: 35px;
		transform: translateY(0);
	}

	.index4 .saldhaslkd .esbdb{
		line-height: 1.6;
		margin-top: 8px;
    	margin-bottom: 28px;
	}

	.index4 .denscxs .swiper-wrapper .swiper-slide .img img {
    	height: auto;
	}

	.index4 .denscxs .swiper-wrapper .swiper-slide .img .pc{
		display: none;
	}

	.index4 .denscxs .swiper-wrapper .swiper-slide .img .sj{
		display: block;
	}

	.index4 .denscxs-pagnasdad {
	    bottom: 40px;
	    width: 100%;
	}

	.index5{
		display: none;
	}

	.footer .foott .foottr{
		display: none;
	}	

	.footer .footbm .tbmr{
		display: none;
	}

	.footer .footma{
		display: none;
	}

	.footer .foott{
		padding-top: 35px;
	}

	.footer .foott .foottl{
		width: 240px;
	}

	.footer .footbm .tbml{
		line-height: 1.8;
	}

	.footer .footbm{
		margin-top: 10px;
		padding-bottom: 35px;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh .sj{
		display: block;
	}

	.indexbanner .indexbanneswr .swiper-wrapper .swiper-slide .zzdfh .pc{
		display: none;
	}


}

@media(max-width: 1024px){
	.index1 .wzdexn-b .caselist-container .swiper-slide{
		width: 100% !important;
	}

	.index1 .wzdexn-b .caselist-container{
		width: 100%;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide-active .det .dr{
		display: none;
	}

	.index1 .wzdexn-b .caselist-container .swiper-slide-active .det .dl{
		width: 100%;
	}
}

@media(max-width: 1023px) {
	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide-active a{
		transform: scale(1);
	}

	.index2 .swqhm .container{
		padding: 0 0;
	}

	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a{
		box-shadow: initial;
		background: #f5f8f9;
	}

	.index2 .swqhm .butond-prev {
    	left: 3%;
    	display: none;
	}

	.index2 .swqhm .butond-next{
		right: 3%;
		display: none;
	}

	.index2 .swqhm .swqhmqhl{
		padding: 0 0px;
	}

	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma{
		background: #f6f6f6;
	}

	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide a .swqhnma .n{
		border-color: rgba(0, 0, 0, .3);
	}

	.index2{
		padding: 35px 0 60px;
		position: relative;
	}

	.index2 .butond-pagination{
		display: block;
		left: 0;
		bottom: 20px;
		width: 100%;
	}

	.index2 .butond-pagination .swiper-pagination-bullet{
		margin-right: 10px;
	}

	.index2 .butond-pagination .swiper-pagination-bullet-active{
		background: #25b7aa;
	}
}

@media(max-width: 750px) {
	.index2 .dexmertt .merttr{
		width: 100%;
	}


	.font50 {
	    font-size: 24px;
	}
	.index2 .dexmertt .merttr .model-select-box{
		width: 100%;
	}

	.index2 .swqhm{
		margin-top: 25px;
	}


	.index2 .dexmertt .merttr .gyan{
		width: 100%;
		margin-bottom: 20px;
		display: none;
	}

	.index2 .dexmertt .merttr .gyan a{
		width: 100%;
	}

/*	.index2 .dexmertt .merttr .alstrp{
		display: none;
	}*/

	.index3 .dndalst .alstr{
		width: 100%;
		display: none;
	}

	.index3 .dndalst .alstr a{
		width: 100%;
		display: none;
	}

	.sjdxs{
		display: block;
	}

	.sjdxs{
		width: 100%;
		margin-top: 30px;
	}

	.sjdxs .alstrp a{
		width: 100%;
	}
}




.addWC-b { width: 100%; overflow: hidden; position: relative; height: 14vw; }
.addWC-b .img { position: absolute; left:0; top:0; width: 14200px; }
.addWC-b .img img { float: left; height: 14vw; width: auto; }
.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.marquee {
	width: 8000%;
	height: 14vw
}
.wave-list-box {
	float: left
}
.wave-list-box ul {
	float: left;
	height: 14vw;
	overflow: hidden;
	zoom: 1
}


.wave-list-box ul li {
	height: 14vw;
	width: 100%;
	float: left;
	line-height: 14vw;
	list-style: none
}
.wave-box {
	position: relative;
	height: 288px;
	background: #fff
}
.wave-list-box ul li img { height: 14vw; }

.index5 { width: 100%; position: relative; }
.index5:after { content:''; width: 100vw; position: absolute; left:0; top:-40px; display: block; width: 100%; height: 40px; background: url(../images/bga.png) no-repeat bottom center; background-size: 100% auto; }


.ibanner .wave-list-box ul li img { height: 6vw; }
.ibanner .addWC-b { height: 6vw; }



@media(max-width: 1650px) {
	.header .nav ul li{
		margin-right: 4vw;
	}
}

@media(max-width: 1480px) {
	.header .nav ul li{
		margin-right: 3vw;
	}
}

@media(max-width: 1280px) {
	.header .nav ul li{
		margin-right: 20px;
	}

	.header .logo img{
		width: 250px;
	}

	.header .sear{
		padding-left: 30px;
	}


}

@media(max-width: 1100px) {
	.index2 .dexmertt .merttr .sjddcjhz{
		display: block;
	}

	.index2 .dexmertt .merttr .pcddcjhz{
		display: none;
	}
}

@media(max-width: 1023px) {
	.index2 .swqhm .swqhmqhl .swiper-wrapper .swiper-slide{
		padding: 0;
	}
}

@media(max-width: 387px){
	.index4 .denscxs-pagnasdad {
	    bottom: 15px;
	}
}






.navxh {
    text-align: center;
    position: absolute;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: none; 
}

.navxh .wcw{
    border-radius: 10px;
    /*overflow: hidden;*/
    padding: 10px 0;
    background: #fff;
}
.navxh .subB {
    border-radius: 10px;
    /*overflow: hidden;*/
    padding: 10px 0;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
}

.header .nav ul li:hover .navxh{
	display: block;
}
.header .nav ul li:hover .subB{
	display: block;
}
.header .nav ul li:hover .wcw{
	display: none;
}
.header.fixed-head .nav ul li:hover .subB{
	display: none;
}
.header.fixed-head .nav ul li:hover .wcw{
	display: block;
}

.navxh .subB { padding: 20px 20px; }
.subB-a { border-left: 1px solid rgba(255,255,255,0.4); }

.header .nav ul li .navxh .subB .nav-x a { font-size: 16px; text-align: left; padding:0 0 0 15px; margin: 16px 0; position: relative; color:#fff; }
.header .nav ul li .navxh .subB .nav-x a:hover:before { content:''; width: 3px; height: 100%; position: absolute; left:-2px; top:0;background: #25b7aa; }
.header .nav ul li .navxh .subB .nav-x a:hover { color: #25b7aa; }

.header .navxh { width: 140px; }
.header .nav ul li:nth-child(3) .navxh { width: 220px; }
.header.fixed-head .nav ul li:nth-child(3) .navxh { width: 220px; }

.header.fixed-head .navxh,.header.fixed-head .nav ul li:nth-child(3) .navxh { width: 200px; }
.header .nav ul li .navxh .subB { position: relative; }
.header .nav ul li .navxh .subB:before { content:''; position: absolute; left: 50%; margin-left: -12px; right: 100%; 
  top: -12px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid rgba(255,255,255,0.4);
  border-right: 12px solid transparent;
}
.header .nav ul li .navxh .wcw { position: relative; }
.header .nav ul li .navxh .wcw:before { content:''; position: absolute; left: 50%; margin-left: -12px; right: 100%; 
  top: -12px;
  border-left: 12px solid transparent;
  border-bottom: 12px solid rgba(255,255,255,1);
  border-right: 12px solid transparent;
}


.header .nav ul li .navxh .nav-x a{
	padding: 10px 20px;
	display: block;
	font-size: 16px;
	color: #333333;
}

.header .nav ul li .navxh .nav-x a:hover{
	color: #25b7aa;
}

.fixed-head .navxh{
	top: 70px;
}

.fixed-head .nav ul li .navxh{
	padding-top: 30px;
}



/**迪派生物**/
.newsbanner{
	position: relative;
}

.news-banne{
	position: absolute;
	left: 0;
	top: 52%; width: 100%;left: 0; transform: translateY(-50%);
	width: 100%;
}
.ibanner { position: relative; }

.ibanner .news-banne .tit { font-size: 2.5vw; color:#fff; }
.ibanner .news-banne .nea { color:#fff; margin-bottom:15px; }
.newsbanner .img .sjd { display: none; }
.newsbanner .img{
	overflow: hidden;
}

.newsbanner .img img{
	-webkit-animation:haha2 1500ms linear both; 
	animation:haha2 1500ms linear both; 
}

@-webkit-keyframes haha2{
    0%{ transform: scale(1.1) }
    10%{ transform: scale(1.09) }
    20%{ transform: scale(1.08) }
    30%{ transform: scale(1.07) }
    40%{ transform: scale(1.06) }
    50%{ transform: scale(1.05) }
    60%{ transform: scale(1.04) }
    70%{ transform: scale(1.03) }
    80%{ transform: scale(1.02) }
    90%{ transform: scale(1.01) }
    100%{ transform: scale(1) }
}

.news-btm .bta{
	color: #3b82c2;
	line-height: 1;
}

.news-btm .btb{
	color: #333333;
	line-height: 60px;
	margin-top: 7px;
}

.biology-dy{
	padding: 6vw 0 8.5vw;
	position: relative;
}

.biology-dy:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #f5f9fc;
	width: 25.4vw;
	height: 25.4vw;
	z-index: -1;
}
@media(max-width:  1100px){
	.ibanner .news-banne .tit { font-size: 24px; }
	.ibanner .news-banne .nea { font-size: 16px; margin-bottom:10px; }
	.newsbanner .img .pcd,.indexbanner .daimg, .ibanner .daimg { display: none; }
	.newsbanner .img .sjd { display: block; }
}

.colorWhite { color:#fff!important; }
.location { text-align: right; }
.location p a {margin: 0 5px; display: inline-block; font-size: 14px;color:#999999; }
.location p a:last-child { margin-right:0; }
.location p a.home { padding-left: 25px; margin-left: 0; background: url(../images/loc.png) no-repeat left center; }
.contact { padding: 3vw 0 0; background: #f5f8f9; }
.contactA { padding: 5vw 0 8.5vw; }
.contactA-d { float: right; width: 50%; }
.contactA-b { width: 42%; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.contactA-f { font-size: 16px;color:#777777; line-height: 1.8; margin:1.5vw 0 4vw; }
.contactA-c ul li { margin-top:10px; padding-left:42px; position: relative; line-height: 1.5; font-size: 18px;color:#666666; }
.contactA-c ul li a { display: inline-block; padding-right:  30px; border-bottom: 1px solid #c4c6c7; font-size: 18px;color:#666666; }

.contactA-c ul li .icon { position: absolute; left:0; top:3px; }

@media(max-width:  1500px){
	.contactA-f { line-height: 1.6; margin:15px 0 30px; }
	.contactA-c ul li a { font-size: 16px; }
}
@media(max-width:  1100px){
	.contact { padding: 20px 0 0; }
	.contactA-b { position: relative; top:0; transform: translate(0); margin-bottom:20px; }
	.contactA-b,.contactA-d { float: left; width: 100%; }
	.contactA-f { line-height: 1.6; margin:10px 0 15px; }
	.contactA { padding: 30px 0 50px; }
}
@media(max-width:  500px){
	.contactA-c ul li { padding-left: 32px; }
	.contactA-c ul li a { font-size: 16px; padding-right:0; }
}

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

.contactB-b { margin-top: 40px; background: #f5f8f9; border-radius: 20px; overflow: hidden; }
.contactB-b .contactA-c ul li a { border:none; color:#888a8c; }
.contactB-b .contactA-c ul li { margin-top:20px; }
.contactB-d { float: right; width: 50%; }
.contactB-d .map { height: 28vw; }

.contactB-c { padding: 0 3.6vw; width: 50%; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.contactB-c .t { font-size: 30px;color:#292b2b; padding-bottom: 30px; margin-bottom: 2.6vw; border-bottom:1px solid #dcdfe0; }

@media(max-width: 1500px){
	.contactB-c .t { font-size: 24px; padding-bottom: 20px; margin-bottom:20px; }
	.contactB-b .contactA-c ul li { margin-top:15px; }
}
@media(max-width: 1100px){
	.contactB { padding: 40px 0 50px; }
	.contactB-b { margin-top: 30px; }
	.contactB-c { width: 100%; position: relative; left:0; top:50%; transform: translateY(0); float: left; padding: 30px 16px; }
	.contactB-d .map { height: 400px; width: 100%; }
	.contactB-d { width: 100%; }
}
@media(max-width: 600px){
	.contactB-d .map { height: 300px; }
}
@media(max-width: 500px){
	.contactB-c .t { font-size: 20px; }
	.contactB-d .map { height: 260px; }
}

.contactC { position: relative; padding:5.5vw 0 7vw; background: url(../images/conc.jpg) no-repeat center/cover; }
.contactC:after { content:''; width: 50%; height: 100%; position: absolute; left: 0; top:0; background: rgba(0,0,0,0.6); }
.contactC-a { position: relative; z-index: 5; }

.contactC-b { width: 50%; }
.contactC-c ul li .inp { color: #fff; padding-left: 15px; font-size: 16px; background: rgba(255,255,255,0.5); border-radius: 6px; border: none; height: 50px; width: 80%; }
.contactC-c ul li .inp::-webkit-input-placeholder { color:#fff;font-size:16px; }
.contactC-c ul li .inp:-moz-placeholder { color:#fff;font-size:16px; }
.contactC-c ul li .inp::-moz-placeholder { color:#fff;font-size:16px; }
.contactC-c ul li .inp:-ms-input-placeholder { color:#fff;font-size:16px;}

.contactC-c ul li .text { color: #fff; line-height: 50px; height: 100px; } 
.contactC-c ul li .submit { background: #25b7aa; line-height: 50px; width: 215px; border:none; border-radius: 6px; cursor: pointer; font-size: 16px;color:#fff; margin-top:10px; } 
.contactC-c ul li { margin-top:15px; }

@media(max-width: 1600px){
	.contactC-c ul li .inp  { height: 42px; }
	.contactC-c ul li .text { line-height: 42px; height: 84px; } 
	.contactC-c ul li { margin-top:12px; }
}
@media(max-width: 1100px){
	.contactC { padding: 40px 0 50px; }
	.contactC-b,.contactC:after { width: 100%; }
	.contactC-c ul li .inp  { width: 100%; }
	.contactC-c ul li .text { line-height: 42px; height: 84px; } 
	.contactC-c ul li { margin-top:12px; }
}




.videoList { padding:40px 0 60px; }
.videoList ul { display: flex; flex-wrap: wrap; }
.videoList ul li { cursor: pointer; position: relative; background: #fff; border-radius: 6px;border-bottom: 2px solid #ebebeb; float: left; width: calc(33.3333% - 10px); margin-right: 15px; }
.videoList ul li .con { padding:25px; }
.videoList ul li .d { font-size: 14px;color:#264994; }
.videoList ul li .t { margin-top: 5px; font-size: 18px;color:#333333; line-height: 1.6; }
.videoList ul li:nth-child(3n) { margin-right:0; }
.videoList ul li:nth-child(n+4) { margin-top: 25px; }
.videoList ul li:after { content: ''; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; transition: all 0.6s; height: 3px; background: #25b7aa; position: absolute; left: 0; bottom: -2px; width: 0%; }
.videoList ul li:hover:after { width: 100%; }
.videoList ul li:hover .t { color:#25b7aa; }
.videoList ul li .img { position: relative; }
.videoList ul li .btn { width: 3vw; height: 3vw; max-width: 60px; min-width: 36px; min-height: 36px; max-height: 60px; background: url(../images/vidbtn.png) no-repeat center/cover; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); }
.videoList li .hot { z-index: 5; position: absolute; width: 71px; height: 41px; text-align: center; font-size: 14px; padding-right: 6px; color:#fff; line-height: 35px; background: url(../images/hotbg2.png) no-repeat center/cover; top: 15px; left: -8px; }
.fixVideo { display: none; position: fixed; top:0; left:0;background: rgba(0,0,0,0.8);width: 100%;height: 100%;z-index: 1000; }
.fixVideoA {width: 100%;height: 100%;position: relative; }
.fixVideoB { position: absolute;width: 60%; max-width: 800px; height: auto; position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);background: #fff; }
.fixVideoB .close { position: absolute; right:-1px; top:-40px;height: 40px;width: 40px;cursor: pointer; text-align: center;line-height: 40px; font-size: 30px;  z-index: 10000;background: #000; color:#fff;}


@media(max-width:  1600px){
	.videoList ul li .con { padding:20px; }
	.videoList ul li .t { font-size: 16px; }
}
@media(max-width:  1100px){
	.videoList ul li .con { padding:20px 16px; }
	.videoList ul li .t { font-size: 16px; }
	.videoList { padding:20px 0 40px; }
	.fixVideoB { width: 90%; }
	.videoList ul li { width: 49%; margin-right:2%; }
	.videoList ul li:nth-child(3n) { margin-right:2%; }
	.videoList ul li:nth-child(2n) { margin-right:0; }
    .videoList ul li:nth-child(n+3) { margin-top: 25px; }
    .videoList li .hot { width: 60px; height: 31px; font-size: 12px; padding-right: 4px; line-height: 26px; left: -6px; }

}
@media(max-width:  500px){
	.videoList ul li .con { padding:16px 12px; }
	.videoList ul li { width: 100%; margin-right:0; }
	.videoList ul li:nth-child(3n) { margin-right:0; }
	.videoList ul li:nth-child(2n) { margin-right:0; }
    .videoList ul li:nth-child(n+2) { margin-top: 20px; }
}



.newB { width: 30%; float: right; }
.newB-a { background: #ffffff; padding: 2vw 1.5vw; border-radius: 6px; overflow: hidden; }
.newB-a .topTit .t { font-size: 24px; color:#333333; padding-bottom: 1vw; border-bottom: 1px solid #dedede; }
.newB-a ul { padding: 12px 0 20px; }
.newB-a ul li { margin-top: 10px;}
.newB-a ul li a { font-weight: normal; background: url(../images/jtgreen.png) no-repeat right center; display: block; border-bottom: 1px solid #ddd; font-size: 18px; transition: all 0.5s; color:#333333; padding: 12px 0; }
.newB-a ul li:hover a { color:#3a599d;}
.newB-a ul li:hover a { color:#28b8ab;}
.newB-a ul li.cur a { color:#264994;}
.newB-b { margin-top: 30px;}
.newB-a dl dd a { display: block; border-bottom: 1px solid #ddd; padding: 16px 0; margin-top: 10px; }
.newB-a dl dd .d { font-size: 14px;color:#264994; }
.newB-a dl dd .t { margin-top:5px; line-height: 1.4; font-size: 16px; font-weight: normal; color:#333333; }
.newB-a dl dd:hover .t { color:#264994; }


.newB-a dl dd .ss { margin: 0 0 6px 0; }
@media(max-width: 1280px){
	.newB-a .topTit .t  { font-size: 24px;}
	.newB-a ul { padding: 0 0 15px; }
	.newB-a ul li a { font-size: 16px;}
}
@media(max-width: 1024px){
	.newB-b { display: none;}
	.newB { width: 100%; margin-bottom: 15px; }
	.newB-a { padding: 20px 12px; }
}


.newC { padding-top:60px; }


/*知识科普*/
.knowledgeA { padding:80px 0 150px; }
.knowledgeA-a { padding-bottom: 60px; }
.knowledgeA-a ul  { display: flex; flex-wrap: wrap; }
.knowledgeA-a ul li { border-bottom: 3px solid #d3f1ee; position: relative; padding: 3vw 2vw 6.5vw; background: #fff; border-radius: 6px; float: left; width: calc(50% - 6px); margin-right: 12px; }
.knowledgeA-a ul li:nth-child(2n) { margin-right: 0; }
.knowledgeA-a ul li:nth-child(n+3) { margin-top: 15px; }
.knowledgeA-a ul li:after { content: ''; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; transition: all 0.6s; height: 3px; background: #25b7aa; position: absolute; left: 0; bottom: -2px; width: 0%; }
.knowledgeA-a ul li:hover:after { width: 100%; }
.knowledgeA-a ul li .d { font-size: 14px;color:#264994; }
.knowledgeA-a ul li .t { font-size: 18px;color:#333333; margin:8px 0 16px; line-height: 1.6; }
.knowledgeA-a ul li .c { font-size: 15px;color:#666666; line-height: 1.8; }
.knowledgeA-a ul li a { display: block; }
.knowledgeA-a .smallMore { transition: all 0.5s; position: absolute; left: 2vw; bottom: 3vw; font-size: 14px;color:#666666; display: inline-block; padding-right:25px; background: url(../images/albdms.png) no-repeat right center; }
.knowledgeA-a ul li:hover .t { color:#25b7aa; }
.knowledgeA-a ul li:hover .smallMore { color:#25b7aa; padding-right:30px; }

@media(max-width: 1600px){
	.newC { padding-top: 50px; }
	.knowledgeA { padding:60px 0 120px; }
	.knowledgeA-a ul li .t { font-size: 16px; }
	.knowledgeA-a { padding-bottom: 50px; }
}
@media(max-width: 1300px){
	.newC { padding-top: 40px; }
	.knowledgeA { padding:40px 0 80px; }
	.knowledgeA-a ul li .t { margin:4px 0 8px; }
	.knowledgeA-a ul li .c { font-size: 14px; line-height: 1.5; }
	.knowledgeA-a { padding-bottom: 40px; }
}
@media(max-width: 1100px){
	.newC { padding-top: 30px; }
	.knowledgeA { padding:30px 0 50px; }
	.knowledgeA-a ul li { padding: 18px 12px 20px; width: 100%; margin-right:0; }
	.knowledgeA-a ul li:nth-child(n+2) { margin-top: 15px; }
	.knowledgeA-a { padding-bottom: 30px; }
	.knowledgeA-a .smallMore { position: relative; left:0; bottom:0; margin-top:18px; }
}


.productsA { padding: 3.5vw 0 6.5vw; background: url(../images/proa2.png) no-repeat left bottom; }
.productsA-b { float: left; width: 44%; padding-top:2vw; }
.productsA-c { float: right; width: 47%; }
.productsA-b .con { padding-top:2vw; margin-top:2vw; font-size: 16px;color:#777777; border-top:1px solid #ddd; line-height: 1.8; }
@media(max-width: 1600px){
	.productsA-b .con { padding-top:1.5vw; margin-top:1.5vw; font-size: 16px; line-height: 1.8; }
}
@media(max-width: 1100px){
	.productsA { padding: 30px 0 50px; }
	.productsA-b,.productsA-c { width: 100%; }
	.productsA-c { margin-top: 20px; }
	.productsA-b .con { padding-top:20px; margin-top:20px; }
}


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


.productsB-d { /*height: 32.7vw; overflow: hidden;*/ margin-top:2.5vw; }
.productsB-d ul li { float: left; }
.productsB-d ul li a { display: block; vertical-align: top; }

.productsB-e { overflow: hidden; position: relative; }
.productsB-e:after { content:''; width: 100%; height: 100%; position: absolute; left:0; top:0; background: rgba(0,0,0,0.3); }
.productsB-e .con { z-index: 5; position: absolute; left:0; top:50%; width: 100%; transform: translateY(-50%); text-align: center; }

.productsB-e .con .icon { width: 5vw; height: 5vw; max-width: 100px; max-height: 100px; min-width: 60px; min-height: 60px; margin: 0 auto; border-radius: 50%; border:1px solid rgba(255,255,255,0.5); }
.productsB-e .con .t { font-size: 20px;color:#ffffff; margin-top: 12px; }

.productsB-d ul li.sign1 { margin-right:  12px; width: calc(28.8% - 8px); }
.productsB-d ul li.sign2 { margin-right:  12px; width: calc(28.8% - 8px); }
.productsB-d ul li.sign3 { width: calc(42.4% - 8px); }
.productsB-d ul li.sign4 { margin-top: 12px; width: calc(42.4% - 8px); }

.productsB-d ul li.sign1 .productsB-e { height: 32.5vw; border-radius: 8px; }
.productsB-d ul li.sign2 .productsB-e { height: 32.5vw; border-radius: 8px; }
.productsB-d ul li.sign3 .productsB-e { height: calc(22.3vw - 6px); border-radius: 8px; }
.productsB-d ul li.sign4 .productsB-e { height: calc(10.2vw - 6px); border-radius: 8px; }
.productsB-d ul li.sign4 .productsB-e:after { display: none; }
.productsB-d ul li .productsB-e img { transition: all 0.3s; }
.productsB-d ul li .productsB-e .img { overflow: hidden; }
.productsB-d ul li:hover .productsB-e img { transform: scale(1.05); }



@media(max-width: 1500px) {
	.productsB-d ul li.sign1 .productsB-e { height: 35vw; border-radius: 8px; }
	.productsB-d ul li.sign2 .productsB-e { height: 35vw; border-radius: 8px; }
	.productsB-d ul li.sign3 .productsB-e { height: calc(24vw - 6px); border-radius: 8px; }
	.productsB-d ul li.sign4 .productsB-e { height: calc(11vw - 6px); border-radius: 8px; }
	.productsB-e .con .t { font-size: 18px; margin-top: 10px; }
}

@media(max-width: 1100px) {
	.productsB-d ul li.sign1 { margin-right: 0; width: calc(50% - 4px); margin-right: 8px; }
	.productsB-d ul li.sign2 { margin-right: 0;margin-top: 0; width: calc(50% - 4px); }
	.productsB-d ul li.sign3 { width: 100%;margin-top: 8px; }
	.productsB-d ul li.sign4 { margin-top: 8px; width: 100%; }
	.productsB-d ul li.sign1 .productsB-e { height: auto; border-radius: 8px; }
	.productsB-d ul li.sign2 .productsB-e { height: auto; border-radius: 8px; }
	.productsB-d ul li.sign3 .productsB-e { height: auto; border-radius: 8px; }
	.productsB-d ul li.sign4 .productsB-e { height: auto; border-radius: 8px; }
}
@media(max-width: 500px) {
	.productsB-e .con .icon { min-width: 50px; min-height: 50px; }
    .productsB-e .con .t { font-size: 16px; margin-top: 8px; }

}


/*产品详情页*/

.productA { padding:2.5vw 0 7.5vw; }

.productA-b { float: left; width: 24.375%; }
.productA-b { background: #fff; border-radius: 3px; padding:2vw 2.6vw; }

.proSearch { position: relative; }
.proSearch .inp { width: 100%; height: 50px; border-radius: 50px; border:2px solid #dedfdf; padding-left:20px; font-size: 14px;color:#333; }
.proSearch .sub { position: absolute; width: 70px; height: 50px; position: absolute; right:0; top:0; border:none; background: url(../images/sub.png) no-repeat center; }


.productA-d { margin-top:35px; border-bottom: 1px solid #e5e5e5; }
.productA-d dl { border-top: 1px solid #e5e5e5; }
.productA-d dl dt a { font-size: 20px;color:#666666; padding: 28px 30px 28px 0; display: block; padding-right:30px; background: url(../images/prob.svg) no-repeat right center; background-size: 24px auto; }
.productA-d dl.cur { border-color:#d3f1ee; }
.productA-d dl.cur dt a { color:#25b7aa; background: url(../images/probbgbg.svg) no-repeat right center; background-size: 24px auto; }
.productA-d dl dd { display: none; padding: 20px 0; border-top:1px solid #25b7aa; }
.productA-d dl dd ul li>a { display: block; font-size: 18px;color:#666666; padding: 15px 30px 15px 16px; position: relative; }

.productA-d dl dd ul li>a:before { content:''; width: 12px; height: 2px; background: #c2c2c2; position: absolute; left:0; top:50%; transform: translateY(-50%); border-radius: 1px; }
.productA-d dl dd ul li.cur>a:before { background: #25b7aa; }
.productA-d dl dd ul li>a:hover:before { background: #25b7aa; }
.productA-d dl dd ul li.cur>a:hover:before { background: #25b7aa; }
.productA-d dl dd ul li>a:after { content:''; width: 24px; height: 24px; background: url(../images/prob.svg) no-repeat center; position: absolute; right:0; top:50%; transform: translateY(-50%); border-radius: 50px; }
.productA-d dl dd ul li.open>a:after { background: url(../images/probbg.svg) no-repeat center; }
.productA-d dl dd ul li.cur>a:before { background: #25b7aa; }
.productA-d dl dd ul li.cur>a { color: #25b7aa; }
.productA-d dl dd ul li>a:hover { color: #25b7aa; }

.productA-d dl dd ul li.cur>a:after { background: url(../images/problan.svg) no-repeat center; }
.productA-d dl dd ul li.cur.open>a:after { background: url(../images/probbgbg.svg) no-repeat center; }
.productA-d dl dd ul li.cur>a:hover:after { background: url(../images/probbgbg.svg) no-repeat center; }



.productA-d dl dd ul li>a.jt:after { background: url(../images/jth.svg) no-repeat center; background-size: 18px auto; background: none!important;  }
.productA-d dl dd ul li>a.jt:hover:after { background: url(../images/proa.svg) no-repeat center; background-size: 18px auto; background: none!important;  }
.productA-d dl dd ul li>a.cur.jt:after { background: url(../images/proa.svg) no-repeat center; background-size: 18px auto; background: none!important;  }


.productA-d dl.cur dd { display: block; }

.productA-d dl dd ul li .sub { display: none; }
.productA-d dl dd ul li.cur .sub { display: block; }
.productA-d dl dd ul li .sub a { position: relative; display: block; padding-left: 15px; position: relative; font-size: 14px;color:#666; margin: 12px 0; line-height: 1.6; }
.productA-d dl dd ul li .sub a:before { content:''; width: 3px; height: 3px; border-radius: 50%; background: #999; position: absolute; left:8px; top:8px; }

.productA-d dl dd ul li .sub a.cur,.productA-d dl dd ul li .sub a:hover { color:#25b7aa; }
.productA-d dl dd ul li .sub a.cur:before,.productA-d dl dd ul li .sub a:hover:before { background:#25b7aa; }


.productB { float: right; width: 72%; }
.productB-a .topTit { float: left; width: calc(100% - 280px); }
.productB-a .buyLink { float: right; }
.productB-a .topTit .t { font-size: 30px;color:#45549e; line-height: 1.5; }
.productB-a .topTit .c { font-size: 18px;color:#666666; margin-top: 12px; line-height: 1.5; }
.productB-a { padding-bottom: 25px; border-bottom: 1px solid #dedede; margin-bottom:50px; position: relative; }
.productB-a:before { content:''; width: 40%; position: absolute; left:0; bottom: -1px; height: 2px; background: #45549e; }

.productB-a .buyLink a { display: inline-block; padding:0 24px; border-radius: 50px; border:2px solid #d6d9da; }

.productB-a .buyLink a span { transition: all 0.5s; display: inline-block; padding:12px 65px 12px 0; font-size: 16px;color:#333; background: url(../images/buyicon.png) no-repeat right center; }
.productB-a .buyLink a:hover span { padding-right: 40px; }

@media(max-width: 1700px){
	.productB-a .topTit .t { font-size: 24px; }
	.productB-a .topTit .c { font-size: 16px; margin-top: 12px; }
}
@media(max-width: 1500px){
	.productB-a .topTit .t { font-size: 22px; }
	.productB-a .topTit .c { font-size: 16px; margin-top: 12px; }
	.productB-a .topTit { float: left; width: calc(100% - 200px); }
	.productB-a .buyLink a span { padding-right: 40px; }
	.productB-a .buyLink a:hover span { padding-right: 30px; }
}
@media(max-width: 1100px){
	.productA { padding: 30px 0 50px; }
	.productB-a .topTit .t { font-size: 20px; }
	.productB-a .topTit .c { font-size: 16px; margin-top: 12px; }
	.productB-a .topTit { float: left; width: 100%; }
	.productB-a .buyLink a span { padding-right: 40px; }
	.productB-a .buyLink a:hover span { padding-right: 30px; }
	.productB-a .buyLink { margin-top:20px; }
	.productA-b { width: 100%; padding: 20px 15px 30px; }
	.productB { width: 100%; margin-top: 20px; }
	.productA-d dl dt a { font-size: 18px;padding:15px 30px 15px 0; }
	.productA-d dl dd { padding:10px 0; }
	.productA-d dl dd ul li>a { padding:12px 30px 12px 15px; }
	.productA-d dl dd ul li>a { font-size: 16px; }
}
@media(max-width:  640px){
	.productB-a .topTit .t { font-size: 18px; }
	.productB-a .topTit .c { font-size: 14px; }
}
.productB-c ul li:hover { cursor: pointer;box-shadow: 0px 5px 9px 0px rgba(143, 143, 144, 0.3); }
.productB-c ul li .c { display: none; font-size: 16px;color:#666666; line-height: 1.8; padding: 40px 0 40px; }
.productB-c ul li .t { position: relative; font-size: 20px;color:#333333; padding-right: 50px; }
.productB-c ul li .t:after { content:''; width: 37px; height: 37px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); border-radius: 50%; border:1px solid #e3e3e3;  background: url(../images/prob1.png) no-repeat right center/cover; }
.productB-c ul li:hover .t:after { border-color: #25b7aa; background: url(../images/prob1bg.png) no-repeat right center/cover; }
.productB-c ul li.cur .t:after { border-color: #25b7aa; background: url(../images/prob2bg.png) no-repeat right center/cover; }

.productB-c ul li:hover .t { color:#25b7aa; }





/*.productB-c ul li .t:hover:after { background-color: #25b7aa; border-color:#25b7aa; }*/


.productB-c ul li { margin-bottom: 20px; padding:20px 20px; background: #fff; border-radius: 15px; }
/*.productB-c ul li.cur .c { display: block; }*/
.productB-c ul li.cur { padding: 30px 20px; }

@media(max-width: 1400px){
	.productB-a { margin-bottom:40px; }
	.productB-c ul li .t { font-size: 18px; }
}
@media(max-width: 1100px){
	.productB-a { margin-bottom: 30px; }
	.productB-c ul li .t { font-size: 16px; padding-right: 40px; }
	.productB-c ul li .t:after { width: 30px; height: 30px; }
	.productB-c ul li.cur { padding: 20px 15px; }
	.productB-c ul li { margin-bottom: 12px; padding:15px; }
	.productB-c ul li .c { padding: 20px 0 10px; }
}



/*关于我们*/
.aboutA { padding-bottom:8vw; }
.aboutA-a { position: relative; }
.aboutA-b { float: left; width: 50%; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.aboutA-a:before { position: absolute; right: -4vw; top: 0; content:''; width: 200px; height: 100%; background: url(../images/aboutbg.png) no-repeat right center; background-size: auto 100%; }
.aboutA-b .con { margin:2.5vw 0 3.5vw; font-size: 16px;color:#777777; line-height: 1.6; }
.aboutA-c { position: relative; z-index: 2; float: right; width: 42%; }

@media(max-width: 1400px){
	.aboutA-c { position: absolute; right:0; top:50%; transform: translateY(-50%); }
	.aboutA-b { position: relative; top:0; transform: translateY(0); }
}
@media(max-width: 1100px){
	.aboutA { padding-bottom: 50px; }
	.aboutA-c { margin-top: 20px; width: 100%; position: relative; right:0; top:0; transform: translateY(0); }
	.aboutA-b { width: 100%; position: relative; top:0; transform: translateY(0); }
	.aboutA-a:before { width: 200px;background: url(../images/aboutbg.png) no-repeat center right; right: 0; background-size: auto 400px;  }
}


.aboutB { position: relative; padding: 0 40px; }
.aboutB:before { content:''; width: 100%; height: 60%; background: #fff; position: absolute; left:0; bottom:0; }
.aboutB .img { position: relative; z-index: 5; }

.aboutB-a { height: 100%; z-index: 6; position: absolute; left:0; width: 100%; bottom:0; }
.aboutB-a ul { height: 100%; }
.aboutB-a ul li { overflow: hidden; position: relative; border-right: 1px solid rgba(255,255,255,0.6); float: left; width: 33.333%; height: 100%; }

.aboutB-a .con { transition: all 0.8s; padding: 0 1.5vw 2vw; position: absolute; left:0; bottom:-100%; }
.aboutB-a .tit { position: absolute; left:0; bottom:0; padding: 0 1.5vw 2vw; font-size: 24px;color:#fff; }
.aboutB-a .t { font-size: 24px;color:#fff; }
.aboutB-a .c { font-size: 16px;color:#fff; line-height: 1.6; margin-top:12px; }
.aboutB-a ul li:hover .tit { opacity: 0; }
.aboutB-a ul li:hover .con { bottom: 4vw; }

.aboutB-c { display: none; }
.aboutB-c .swiper-container .swiper-slide { height: auto; }
@media(max-width: 1400px){
	.aboutB-a .tit,.aboutB-a .t { font-size: 20px; }
}
@media(max-width: 1100px){
	.aboutB { position: relative; padding: 0 3%; }
	.aboutB-b { display: none; }
	.aboutB-c { display: block; }
	.aboutB-c .swiper-slide { border-radius: 10px; overflow: hidden; background: #eff8f4; }
	.aboutB-a .tit,.aboutB-a .t { font-size: 20px; }
	.aboutB-c .con { padding: 20px 16px 30px; }
	.aboutB-c .con .t { font-size: 24px; color:#333; }
	.aboutB-c .con .c { font-size: 16px; color:#666; line-height: 1.6; margin-top:12px; }
}

.aboutC { background: #fff; padding:6vw 0 0; }
.aboutC .img { float: right; width: 64%; }
.aboutC-b { position: relative; }
.aboutC-a { position: absolute; left:0; top: 0; width: 56%; padding-left: 8%; }
.aboutC-a .t1 { font-size: 20px; color:#666666; border-top:1px solid #eaeaea; padding-top:2.5vw; margin-top:2vw; }
.aboutC-a .c { font-size: 16px; color:#777777; line-height: 1.6; margin-top:12px; }

@media(max-width: 1600px){
	.aboutC-a .t1 { font-size: 18px; }
	.aboutC-a .c { font-size: 14px; }
}
@media(max-width: 1500px){
	.aboutC-a { padding-left: 5%; }
	.aboutC-a .t1 { font-size: 18px; margin-top:15px; padding-top: 16px; }
	.aboutC-a .c { font-size: 14px; }
}
@media(max-width: 1200px){
	.aboutC-a .c { font-size: 13px; }
}
@media(max-width: 1100px){
	.aboutC { padding:30px 0 0; }
	.aboutC-a { padding:0 3% 10px; position: relative;  width: 100%; }
	.aboutC-a .c { font-size: 13px; }
	.aboutC .img { width: 90%; }
	.aboutC-a .c { font-size: 16px; }
}
@media(max-width: 400px){
	.aboutC .img { width: 96%; }
}


.About3{padding: 6vw 0 5.8vw;background: #f5f8f9;}
.About3 .qqout-nr{margin-top: 30px;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide {border-radius: 8px;overflow: hidden;background: #ffffff;padding: 30px;border-right:  3px solid #25b7aa;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .img{width: 50%;overflow: hidden;border-radius: 21px;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .img img{transform: scale(1);transition: all 0.6s;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide:hover .img img{transform: scale(1.1);}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr{width: 50%;position: relative;padding: 5% 5% 0 5.8%;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outra{-webkit-text-stroke: 1px rgba(38,73,148,0.6);color: transparent;font-size: 100px;line-height: .9;margin-bottom: 17px;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrc{color: #4d4e4e;line-height: 26px;margin-top: 5px;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl{overflow-y: auto;overflow-x: hidden;height: 202px;padding-right: 10px;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl p { position: relative; padding-left: 12px; margin-top:10px; }
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl p:after { content:''; width: 5px; height: 5px; background: #25b7aa; border-radius: 50%; position: absolute; left:0; top: 10px; }
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl::-webkit-scrollbar {width: 4px;height: 4px;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);background: #0a74ba;}
.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);border-radius: 0;background: rgba(0, 0, 0, 0.1);}
.About3 .qqout-se {position: relative;margin-top: 60px;}
.About3 .qqout-se:before {position: absolute;content: "";left: -50%;top: 24px;height: 1px;background:  #e1e4e5;width: 200%;}
.About3 .qqout-se .seswiper .swiper-wrapper{padding-top: 21px;}
.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide{color: #98a6b0;font-size: 22px;line-height: 1;text-align: center;padding-top: 35px;cursor: pointer;}
.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide:before{ position: absolute;content: "";left: 50%;top: -3px;width: 13px;height: 13px;transform: translateX(-50%);transition: all 0.8s;background: #999999;border-radius: 50%;}
.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide:after{ position: absolute;content: "";left: 50%;top: 3px;width: 0px;height: 0px;transform: translate(-50%, -50%);transition: all 0.8s; border: 1px solid #999999; border-radius: 50%;}
.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide-thumb-active:after{ width: 33px;height: 33px;border: 1px solid #264994; }
.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide-thumb-active{color: #264994;}
.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide-thumb-active:before{background: #264994;}
.About3 .qqout-se .se-next,
.About3 .qqout-se .se-prev{margin-top: 0;width: 48px;height: 48px;top: 2px;background: #fff; border-radius: 30px;border: 1px solid #ddd;}
.About3 .qqout-se .se-next:hover,
.About3 .qqout-se .se-prev:hover { background: #25b7aa; border-color:#25b7aa; }
.About3 .qqout-se .se-next:hover:after,
.About3 .qqout-se .se-prev:hover:after { color:#fff; }
.About3 .qqout-se .se-next{right: 0;}
.About3 .qqout-se .se-prev{left: 0;}
.About3 .qqout-se .swiper-button-disabled{opacity: 1;cursor: pointer;pointer-events: initial;}
.About3 .qqout-se .se-next:after, .About3 .qqout-se .se-prev:after { font-size: 20px; color:#666; }
@media(max-width: 1680px) {
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outra {font-size: 90px;}
}
@media(max-width: 1500px) {
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outra{font-size: 68px;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide { padding: 20px; }
}

@media(max-width: 1480px) {
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr {padding: 35px 3% 0 30px;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr:before{right: 3vw;}
}

@media(max-width: 1280px) {
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outra {font-size: 58px;}
}

@media(max-width: 1180px) {
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr{padding-top: 25px;}
}

@media(max-width: 1100px) {
	.About3 { padding: 40px 0 50px; }
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .img{width: 100%;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide{border-radius: 8px;padding: 15px;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr{width: 100%;margin-top: 20px;border-radius: 10px;overflow: hidden;padding: 20px 15px;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outra{font-size: 30px;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outra{margin-bottom: 8px;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrc{line-height: 1.6;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl{height: auto;padding-right: 0;}
	.About3 .qqout-nr .qqout-sm .smswiper .swiper-wrapper .swiper-slide .outr .outrfl::-webkit-scrollbar {width: 3px;height: 3px;}
	.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide{font-size: 18px;padding-top: 28px;}
	.About3 .qqout-se .seswiper .swiper-wrapper .swiper-slide-thumb-active:after { width: 21px; height: 21px; }
	.About3 .qqout-se{margin-top: 35px;}
	.About3 .qqout-se .se-prev,.About3 .qqout-se .se-next { top: -8px; }
	.About3 .qqout-se .seswiper .swiper-wrapper {padding-top: 12px;}
	.qqout-se { padding: 0 30px; }
	.About3 .qqout-se:before{top: 16px;}
	.About3 .qqout-nr{margin-top: 25px;}
}


.aboutD { background: url(../images/aboutda.jpg) no-repeat bottom center/cover; padding:13vw 0 16vw; }
.colorWhite { color:#fff!important; }
/*.aboutD-a { position: relative; }*/
/*.aboutD-b { float: left; width: 26%; }*/
/*.aboutD-b .con { margin-top:2vw; font-size: 16px; line-height: 1.8; }*/
/*.aboutD-b .con p:nth-child(n+2) { margin-top: 15px; }*/
/*.aboutD-c { float: right; width: 33%; padding-right:3vw; overflow-y: scroll; position: absolute; right:0; top:0; height: 100%;; }*/
/*.aboutD-d p { font-size: 17px; color:#fff; padding-left:32px; position: relative; line-height: 30px; }*/
/*.aboutD-d p { font-size: 17px; color:#fff; position: relative; line-height: 30px; }*/
/*.aboutD-d p:before { content:''; width: 16px; height: 16px; position: absolute; left:0; top:6px; background: url(../images/star.png) no-repeat center/cover; }*/
/*.aboutD-d p:nth-child(n+2) { margin-top:0.5vw; }*/
/*.aboutD-c { overflow-y: scroll;}*/
/*.aboutD-c{scrollbar-color:  #c1c9d6 rgba(255,255,255,0.2); scrollbar-width: thin; -ms-overflow-style:none; }*/
/*.aboutD-c::-webkit-scrollbar {width: 3px;height: 1px;}*/
/*.aboutD-c::-webkit-scrollbar-thumb {border-radius: 3px;-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.2);background: #c1c9d6;}*/
/*.aboutD-c::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.2);border-radius: 3px;background: rgba(255,255,255,0.2);}*/

/*.aboutD-f { display: none; }*/


/*@media(max-width: 1400px){*/
/*	.aboutD-d p { font-size: 15px; line-height: 24px; }*/
/*	.aboutD-d p:before { top: 3px; }*/
/*	.aboutD-d p:nth-child(n+2) { margin-top: 12px; }*/
/*}*/
@media(max-width: 1100px){
	/*.aboutD-f { display: block; margin:20px auto; border-radius: 10px; overflow: hidden; }*/
	.aboutD { background: none!important; background-color: #fff!important; padding: 40px 0 50px; }
	/*.aboutD-b .gybt .b { color:#25b7aa!important; }*/
	/*.aboutD-b .gybt .d { color:#292b2b!important; }*/
	/*.aboutD-b .con { color:#666666!important; }*/
	/*.aboutD-b { float: none; width: 100%; }*/
	/*.aboutD-c { float: none; width: 100%; position: relative; left: 0; top:0; }*/
	/*.aboutD-d p { color:#666; }*/
	/*.aboutD-d p:nth-child(n+2) { margin-top: 6px; }*/
	/*.aboutD-c { max-height: 240px; }*/
}


.aboutE { padding-top:6vw; }

.aboutE-b { margin-top:25px; background: #fff; position: relative; border-radius: 6px; overflow: hidden; border-left: 3px solid #25b7aa; }

.aboutE-c { padding-right: 20px; position: absolute; left: 0; max-height: 90%; overflow-y: scroll; width: 48%; padding-left:3%; top:50%; transform: translateY(-50%); }
.aboutE-d { float: right; width: 50%; }

.aboutE-c .t { font-size: 28px;color:#333333; padding-bottom: 25px; margin-bottom:30px; border-bottom: 1px solid #dedede; }
.aboutE-c .c { color: #999999; font-size: 16px; line-height: 1.8; }
.aboutE-c .c p:nth-child(n+2) { margin-top: 15px; }
.aboutE-c{scrollbar-color:  #c1c9d6 rgba(255,255,255,0); scrollbar-width: thin; -ms-overflow-style:none; }
.aboutE-c::-webkit-scrollbar {width: 3px;height: 1px;}
.aboutE-c::-webkit-scrollbar-thumb {border-radius: 3px;-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0);background: #c1c9d6;}
.aboutE-c::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0);border-radius: 3px;background: rgba(255,255,255,0);}

@media(max-width: 1500px){
	.aboutE-c .t { font-size: 24px; padding-bottom: 20px; margin-bottom:25px; }
}
@media(max-width: 1100px){
	.aboutE { padding-top:40px; }
	.aboutE-b { margin-top:20px; }
	.aboutE-c .t { font-size: 20px; padding-bottom: 15px; margin-bottom:20px; }
	.aboutE-b { border:none; }
	.aboutE-c { width: 100%; padding:20px 15px; height: auto; overflow: hidden; position: relative; left:0; top:0; transform: translateY(0); }
	.aboutE-d { width: 100%; }
}


.aboutF .dalmsdb ul { flex-wrap: nowrap; }
.aboutF .dndalst .alstr .swiper-button-next,
.aboutF .dndalst .alstr .swiper-button-prev{margin-top: 0;width: 48px;height: 48px;top: auto; transform: translateY(0); bottom: 6px; background: #fff; border-radius: 30px;border: 1px solid #ddd;}
.aboutF .dndalst .alstr .swiper-button-next:hover,
.aboutF .dndalst .alstr .swiper-button-prev:hover { background: #25b7aa; border-color:#25b7aa; }
.aboutF .dndalst .alstr .swiper-button-next:hover:after,
.aboutF .dndalst .alstr .swiper-button-prev:hover:after { color:#fff; }
.aboutF .dndalst .alstr .swiper-button-next{right: 0;}
.aboutF .dndalst .alstr .swiper-button-prev{left: auto; right: 58px; }
.aboutF .dndalst .alstr .swiper-button-disabled{opacity: 1;cursor: pointer;pointer-events: initial;}
.aboutF .dndalst .alstr .swiper-button-next:after,.aboutF .dndalst .alstr .swiper-button-prev:after { font-size: 20px; color:#666; }


@media(max-width: 1100px){
	.aboutF .dndalst { margin-bottom: 20px; }
	.aboutF .dndalst .alstr .swiper-button-next,
    .aboutF .dndalst .alstr .swiper-button-prev { width: 36px; height: 36px; bottom: 15px; }
    .aboutF .dndalst .alstr .swiper-button-prev{left: auto; right: 46px; }
    .aboutF .dndalst .alstr { display: block; }
    .aboutF .dndalst .alstr .swiper-button-next:after,.aboutF .dndalst .alstr .swiper-button-prev:after  { font-size: 16px; }
}


.aboutG { padding: 5vw 0 9vw; }
.alstrp a.backList i { margin: 0 12px 0 0; background: url(../images/back.png) no-repeat left center; }
.alstrp a.backList:hover i { background: url(../images/backbg.png) no-repeat left center; }

.aboutG-b { margin-top: 2vw; padding-top:3vw; border-top:1px solid #dedede; }

.aboutG-b .con { font-size: 16px;color:#777777; line-height: 1.8; }



@media(max-width:  1100px){
	.aboutG-b { margin-top: 15px; padding-top:20px; }
	.aboutG { padding: 40px 0 50px; }
}



.ibannerA {  padding:150px 0 120px; background:#f5f8f9; }

.sousuo_jg { padding: 4vw 0 10vw; }
@media(max-width: 1100px){
	.ibannerA {  padding:100px 0 80px; }
	.searchNews { padding:0; }
	.sousuo_jg { padding: 30px 0 50px; }
}






/*wolf*/
.news { background: #f6feff; }
.newsAA { border-bottom:1px solid #dedede; }
.newsAA .location { padding: 20px 0; float:left; }
.newsAA .location a.cur { color:#333; }
.homeBoxB-b { float:right; }
.homeBoxB-b ul li { float: left; }
.homeBoxB-b ul li a { font-size: 22px; color:#999999; width: 160px; display: block; padding: 16px 0; text-align: center; }
.homeBoxB-b ul li.cur a,.homeBoxB-b ul li:hover a { color:#fff; border-color: #00aea9; background: #00aea9;}
@media(max-width: 1700px){
	.newsAA .location { padding: 18px 0; }
	.homeBoxB-b ul li a { font-size:20px; width: 150px; }
}
@media(max-width: 1500px){
	.homeBoxB-b ul li a { font-size:18px; width: 140px; }
}
@media(max-width: 1300px){
	.newsAA .location { padding: 12px 0; }
	.homeBoxB-b ul li a { font-size:16px; width: 120px; padding:12px 0; }
}
@media(max-width: 1100px){
	.newsAA .container { width: 100%; max-width:100%; }
	.newsAA .location { width: 100%; padding-right: 3%; }
	.homeBoxB-b { width: 100%; }
	.homeBoxB-b ul li { width: 25%; }
	.homeBoxB-b ul li a { width: 100%; border:1px solid #ededed; border-bottom:none; }
}

.homeBoxB-e { width: 48%; position: absolute; right:0; top:50%; transform:translateY(-50%); }
.homeBoxB-e .sel { float:left; width: 43%; }
.homeBoxB-e .sea { float:right; width: 55%; }
.homeBoxB-e .seaA { position: relative; }
.homeBoxB-e .seaA .newsSearch { font-size:16px;color:#666666; padding: 0 10px; width: 100%; border-radius:50px; background: none; height: 52px; border:1px solid #bfc3c3; }
.homeBoxB-e .seaA .sub { position: absolute; top:0; right:0; width: 136px; height: 54px; border:none;
	background: url(../images/bba.svg) no-repeat 40px center #00aea9; background-size: 20px auto; text-align:center; padding-left: 28px; cursor: pointer; font-size:15px;color:#fff;border-radius:50px;
}
.homeBoxB-e .sel select { font-size:16px;color:#666666; padding: 0 10px; width: 100%; border-radius:50px; background: none; height: 52px; border:1px solid #bfc3c3; }
.homeBoxB-e .sel select option { padding: 8px 0; font-size:16px; }
@media(max-width:1500px){
	.homeBoxB-e .sel select,.homeBoxB-e .seaA .newsSearch { height: 46px; }
	.homeBoxB-e .seaA .sub { height: 48px; width: 120px;background: url(../images/bba.svg) no-repeat 30px center #00aea9; background-size: 20px auto;padding-left: 24px; }
}
@media(max-width:1100px){
	.homeBoxB-e { position: relative; float:left;top:0; transform:translateY(0); margin-top: 20px; }
	.homeBoxB-e,.homeBoxB-e .sel,.homeBoxB-e .sea { width: 100%; }
	.homeBoxB-e .sea { margin-top: 16px; }
	.homeBoxB-e .sel select,.homeBoxB-e .seaA .newsSearch { height: 38px; }
	.homeBoxB-e .seaA .sub { height: 40px; }
}

.homeBoxB-eA { text-align: right; }
.homeBoxB-eA span { display: inline-block; padding: 10px 50px; margin-left: 10px; cursor: pointer; font-size: 18px;color:#333; border:1px solid #dedede; border-radius: 50px; }
.homeBoxB-eA span:hover,.homeBoxB-eA span.cur { color:#fff; background:#00aea9; border-color:#00aea9; }

@media(max-width: 1100px){
    .homeBoxB-eA span { padding: 6px 30px; margin-left: 5px; }
}

/*新闻资讯*/
.news { padding: 0 0 0; }
.newsB { position: relative; }
.nyTit { position: absolute; left:-15px; top:-2px; font-size:8vw; font-weight: bold; font-family: "Arial"; line-height: 0.8; color:rgba(120,120,120,0.5); text-transform: uppercase;
	color: transparent;
    -webkit-text-stroke: 1px rgba(179, 194, 219, 0.2);
}


.newsB { padding: 4.5vw 0 7vw; }


.newsC ul li a { display: block;  }
.newsList .img { border-radius:20px; overflow: hidden; float: left; width: 27%;  }
.newsListA-b { float: right; width: 70%; }
.newsList li { position: relative;background:#fff; padding: 36px; box-shadow: 0px 5px 8px 5px rgba(120,120,120,0.1); margin-top: 20px; }
.newsListA-b { position: absolute; top:50%; right:0;  transform: translateY(-50%); }
.newsList li .hot { z-index: 5; position: absolute; width: 92px; height: 52px; text-align: center; font-size: 14px; padding-left: 5px; color:#fff; line-height: 40px; background: url(../images/hotbg.png) no-repeat center/cover; top: 35px; right: -11px; }

.productB .newsList ul li:nth-child(1) { margin-top:0; }


/*.newsList li:hover .d { color:#25b7aa; }*/
.newsList li:hover .t { color:#00aaa5; text-decoration: underline; }
/*
.newsList li:after { content: ''; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; transition: all 0.6s; height: 3px; background: #999999; position: absolute; left: 0; bottom: -2px; width: 0%; }
.newsList li:hover:after { width: 100%; }
*/
.newsListA-b .d1 span { display:block; font-size:2vw; font-family:"arial"; color:#666666; opacity: 0.3; line-height: 1; }
.newsListA-b .d { display:none; font-size: 14px;color:#00aaa5; }
.newsListA-b .t { font-size: 20px;color:#333333; margin: 12px 0 20px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; height: 28px; line-height: 28px; }
.newsListA-b .c { font-size: 14px;color:#666666; margin: 0px 0 20px; line-height: 1.8; }
.newsListA-b .smallMore { font-size: 14px; color: #666666; padding-right: 32px; }

.smallMore { display: inline-block; font-size: 15px; padding-right:54px; color:#3d67ac; background: url(../images/mainmore.png) no-repeat right center; }

.newsList ul { margin-bottom:60px; }


.searNews .newsListA-b { position: relative; width: 100%; top:0; transform: translateY(0); }
.searNews .newsListA-b .c { height: auto; margin-top: 12px; }
.searNews .newsListA-b .t { margin: 0; height: auto; }


@media(max-width: 1680px){
	.newsB { padding:120px 0 100px; }
	.newsList ul { margin-bottom:50px; }
}
@media(max-width: 1480px){
	.newsB { padding:90px 0 90px; }
	.newsListA-b .t { font-size: 18px; margin: 8px 0 16px; }
	.newsListA-b .c { margin-bottom: 20px; }
	.newsB-a .nyNav a { padding:8px 50px; margin: 0 8px; font-size: 16px;}
	.newsList ul { margin-bottom:40px; }
	.newsList .img { border-radius:15px; }
	.newsList li .hot { width: 72px; height: 40px; font-size: 12px; padding-left: 4px; line-height: 33px; top: 15px; right: -8px; }
}
@media(max-width: 1280px){
	.newsB { padding:70px 0 80px; }
	.newsC ul li a { }
	.newsListA-b .t { font-size: 18px; margin: 5px 0 2px; }
	.newsListA-b .c { margin-bottom: 16px; }
	.newsList ul { margin-bottom:30px; }
	.newsList .img { border-radius:12px; }
}
@media(max-width: 1100px){
	.newsListA-b .d1 { display:none; }
	.newsListA-b .d { display:block; }
	.newsList .img { width: 100%; }
	.newsListA-b { float: right; width: 100%; position: relative; transform: translateY(0); padding:16px 0; }
	.newsB { padding:50px 0 60px; }
	.newsC ul li a { }
	.newsList li { margin-top: 12px; }
	.newsListA-b .t { font-size: 18px; margin: 5px 0 2px; }
	.newsListA-b .c { margin-bottom: 16px; }
}
@media(max-width: 900px){
	.newsB { padding:30px 0 40px; }
	.newsList .img { border-radius:10px; }
	/*.newsListA-b .c {  max-height: 48px; line-height: 24px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; }*/
}
@media(max-width: 640px){
	.newsC ul li a { }
	.newsListA-b .smallMore { display: none; }
	.newsListA-b .c { margin-bottom: 0;}
}


/**分页器**/
.fyq {	text-align: center;	margin-top: 2vw; }
.page {	line-height: 24px;	text-align: center;}
.page a { transition: all 0.5s; display: inline-block;margin: 0 5px; border-radius: 3px; padding: 10px 18px;border: 1px solid #e8e8e8;color: #666666;vertical-align: top;font-size: 16px;}
.page a:hover,.page .current,.page .cur {border-color: #00aea9;background: #00aea9;	color: #fff;}
.page span {margin-right: 6px;}

@media(max-width: 1024px){
	.fyq { margin-top: 20px;  }
	.page a { padding: 6px 12px; }
}


/*活动预约*/
.newsListA-b .con .c { margin:0; min-height:10px; height: auto; padding-right: 240px; }
.newsListA-b .con { margin-top:20px; position: relative; }
.newsListA-b .con .moreM { position: absolute; right:0; top:50%; transform:translateY(-50%); font-size:16px;color:#666666; padding: 12px 50px; border-radius:50px; border: 1px solid #dedede; }
.newsListA-b .addre span { font-size:14px;color:#999999; display:inline-block; }
.newsListA-b .addre span:nth-child(n+2) { margin-left: 16px; }
.newsListA-b .addre span i { font-style:normal; color:#00aea9; }
.newsListA-b .addre { margin: 16px 0 20px; }

.newsList li:hover .newsListA-b .con .moreM { color:#fff; background: #00aea9; border-color:#00aea9; }

@media(max-width:1500px){
	.newsListA-b .addre { margin: 10px 0 15px; }
	.newsListA-b .con { margin-top:15px; position: relative; }
}
@media(max-width:1300px){
	.newsListA-b .addre { margin: 8px 0 10px; }
	.newsListA-b .con { margin-top:10px; position: relative; }
	.newsListA-b .con .moreM { font-size:16px; padding: 8px 40px; }

}

@media(max-width:1100px){
	.newsListA-b .con .c { padding-right:0; }
	.newsListA-b .con .moreM { display:inline-block; position: relative; top:0; transform:translateY(0); margin-top:16px; font-size:16px; padding: 8px 30px; }
}

/*公告*/
.newsList dl { padding:30px 0 80px; }
.newsList dl dd a { padding: 35px 0 30px; display:block; border-bottom: 1px solid #dedede; }
.newsList-a .d1 { display:none; }
.newsList-a .d { position: absolute; left:0; top: 50%; transform:translateY(-50%); float:left; width: 90px; text-align:center; }
.newsList-a .da { display:block; font-size:46px;color:#dddddd; line-height: 1; }
.newsList-a .db { display:block; font-size:18px;color:#dddddd; }
.newsList-a .t { font-size:20px;color:#333333; line-height: 1.5; padding: 0 18vw 0 130px; position: relative; }
.newsList-a .t::before { content:''; width: 1px; height: 100%; position: absolute; left:110px; top:0; background: #ddd; }
.newsList-a .more { border:1px solid #dedede; border-radius: 60px; position: absolute; right:0; top:50%; transform:translateY(-50%); padding:14px 40px 14px 40px; }
.newsList-a .more span { display:inline-block; font-size: 16px;color:#666666; padding-right: 26px; background: url(../images/dowa.png) no-repeat right center; }

.newsList dl dd:hover .t { text-decoration:underline; color:#00aea9; }
@media(max-width:1500px){
	.newsList dl { padding:20px 0 60px; }
	.newsList-a .more { padding:12px 30px 12px 30px; }
	.newsList-a .t { font-size:18px; }
	.newsList-a .da { font-size:40px; }
	.newsList-a .db { font-size:18px; }
	.newsList dl dd a { padding: 30px 0 26px; }
}
@media(max-width:1300px){
	.newsList-a .more { padding:8px 20px; }
	.newsList-a .t { font-size:16px; }
	.newsList-a .da { font-size:32px; }
	.newsList-a .db { font-size:16px; }
	.newsList dl dd a { padding: 20px 0 20px; }
}
@media(max-width:1100px){
	.newsList dl { padding:10px 0 30px; }
	.newsList-a .d { display:none; }
	.newsList-a .d1 { display:block; font-size:16px;color:#ddd; }
	.newsList-a .t { padding: 8px 0 10px; }
	.newsList-a .t:before { display:none; }
	.newsList-a .more { position: relative; display:inline-block; top:0; transform:translateY(0); }
	.newsList dl dd a { padding: 16px 0; }
}



/*新闻详情页 */
.newC { padding-bottom: 8vw; }
.newA { background: #f6feff; padding: 0vw 0 6.5vw; }
.newA-a { background: #ffffff; padding: 3vw 1.6vw; border:1px solid #dedede; border-radius: 6px; }
.newA-b .topTit .d { font-size: 14px;color:#264994; }
.newA-b .topTit .c span { font-size: 16px;color:#00aea9; display:inline-block; padding-left:20px; }
.newA-b .topTit .c span.d { background: url(../images/time.png) no-repeat left center; }
.newA-b .topTit .c span.v { background: url(../images/view.png) no-repeat left center; margin-left:16px; }
.newA-b .topTit .t { margin-bottom: 6px; line-height: 1.6; font-size: 24px;color:#333333; }
.newA-b .topTit .b { font-size: 16px;color:#666666; margin-top:8px; }
.newA-b .topTit { float: left; width: calc(100% - 260px);}
.newA-b { padding-bottom:2vw; border-bottom: 1px solid #ddd; margin-bottom:1.5vw; position: relative;}
.newA-c { font-size: 16px; line-height: 1.8; color:#666666; }
/* .newA-c p:nth-child(n+2) { margin-top: 16px; } */
.newA-d { padding-top: 2vw; margin-top: 1.8vw; border-top: 1px solid #ddd; }
.newA-e { float: left; width: calc(100% - 260px); }
.newA-d a { transition: all 0.5s; display: inline-block; font-size: 15px; color:#999999; }
.newA-d a span {  display: inline-block; }
.newA-e p:nth-child(2) { margin-top: 10px;}
/*.newA-d .backList a:hover { background: #3a599d; }*/
.newA-e a:hover span { color:#00aea9; text-decoration:underline; }
.newA-d .backList { float: right; }
.newA-d .backList a { padding:  16px 40px; border-radius: 80px; border:1px solid #dedede; }
.newA-d .backList a:hover { background: #00aea9; border-color:#00aea9; }
.newA-d .backList a span { padding-right: 30px; color:#666; background: url(../images/backlist.png) no-repeat right center; }
.newA-d .backList a:hover { background: #00aea9; }
.newA-d .backList a:hover span { color: #fff;background: url(../images/backlistbg.png) no-repeat right center; }
@media(max-width: 1680px){
	.newA-b .topTit .t { font-size: 22px;}
}
/*.newA-d .backList a:hover { background: #3a599d; }*/
@media(max-width: 1280px){
	.newA-b .topTit .t { font-size: 20px;}
	.newA-d .backList a { padding: 10px 30px; }
}
@media(max-width: 1024px){
	.newA-a { width: 100%; }
	.newA-b .topTit .t { font-size: 18px;}
	.newA-b .topTit { width: 100%; }
	.newA-b .share { width: 100%; position: relative; left:0; bottom:0; margin-top: 16px; float: left;}
	.social-share a { margin: 0 10px 0 0; }
	.newA { padding:30px 0 50px; }
	.newA-a { padding: 20px 12px;}
	.newA-b { padding-bottom: 18px; margin-bottom: 20px; }
	.newA-d { padding-top: 18px; margin-top: 20px; }
}
@media(max-width: 640px){
	.newC { padding-bottom: 60px; }
	.newA-e { width: 100%; }
	.newA-e p { margin:0; float: none; width: 100%; }
	.newA-e p:nth-child(n+2) { margin-top: 10px; float: none; }
	.newA-d .backList { width: 100%; float: left; margin-top: 15px; }
	.newA-d .backList a { padding: 10px 20px; }
}
@media(max-width: 500px){
}
@media(max-width: 400px){
	.newA-e { width: 100%; }
	.newA-d .backList { margin-top: 10px; }
}

/*.relative { position: relative; }*/
/*职业发展*/
.bgW { background: #fff; }
.talentA { padding:5vw 0 8vw; background: #fff; }
.talentA:nth-child(2n) { background: #f6feff; }
.talentA-b .img,.talentB-b .img { border-radius:20px; overflow: hidden; }
.talentA-a { width: 48%; left:0; position: absolute; top:50%; transform:translateY(-50%); }

.talentA-a .more a { margin-top: 20px; margin-right: 5px; display: inline-block; padding: 10px 30px; font-size: 16px;color:#fff; border:1px solid #00aea9; background:#00aea9; border-radius: 50px; }
.talentA-a .more a:hover { background:#acce22; border-color:#acce22; }
.talentA-b { width: 48%; float:right; }
.talentA:nth-child(2n) .talentA-a { right:0; left:auto; }
.talentA:nth-child(2n) .talentA-b { float:left; }
.talentA-a .c { font-size:16px;color:#333; line-height: 1.8; margin-top: 16px; }
.talentA-a ul { margin-top: 30px; max-width: 350px; }
.talentA-a ul li { width: 48%; display: inline-block; background: url(../images/tadui.png) no-repeat left center; font-size:18px;color:#333; padding-left: 28px; line-height: 30px; margin: 5px 0; }
.talentB-d { position: absolute; right: 0; top:50%; transform:translateY(-50%); width: 80px; }
.talentB-d .swiper-button-next:after,.talentB-d .swiper-button-prev:after { font-size:20px; color:#595c5c; }
.talentB-b { margin-top: 50px; }
@media(max-width: 1500px){
	.talentB-b { margin-top: 40px; }
	.talentA-a ul { margin-top: 20px; }
	.talentA-a ul li { margin: 3px 0; font-size:16px;  }
}
@media(max-width: 1100px){
	.talentA { padding: 40px 0 50px; }
	.talentB-b { margin-top: 20px; }
	.talentA-a ul { margin-top: 10px; }
	.talentA-a .c { line-height: 1.6; margin-top: 10px; }
	.talentA-a { width: 100%; left:0; position: relative; float:left; top:0%; transform:translateY(0%); }
	.talentA-b { margin-top: 16px; width: 100%; float:right; }
}

/*创新研发*/
.create {  }
.createA { background: #fff; padding: 7.5vw 0 8vw; }
.mainTit .et span { font-size:0; height: 20px; color:#acce22; text-transform: uppercase; display:inline-block; padding-left:30px; background: url(../images/mtit.png) no-repeat left center; }
.createA-a { width: 41%; position: absolute; left:0; top:50%; transform:translateY(-50%); }
.createA-b { float:right; width: 50%; }
.createA-b .img { border-radius:20px; overflow: hidden; }
.createA-a .con { margin:2vw 0 3vw; font-size:16px;color:#333333; line-height: 1.8; }
@media(max-width: 1700px){
	.createA-a .con { line-height: 1.5; margin: 1.5vw 0 2vw; }
	.createA-a .icon img { width: 8vw; }
}
@media(max-width: 1500px){
	.createA-a .con { line-height: 1.6; }
	.createA-a .icon img { width: 7vw; }
}
@media(max-width: 1300px){
	.createA-a { position: relative; float:left; width: 42%; top:0; transform:translateY(0); }
}
@media(max-width: 1100px){
	.createA-b .img { border-radius:10px; overflow: hidden; }
	.createA-a,.createA-b { width: 100%; }
	.createA-a .con { line-height: 1.6; margin: 15px 0 20px; }
	.createA-a .icon img { width: 80px; }
	.createA-b { margin-top:20px; }
}

.createB { position: relative; padding:8vw 0 13vw; background: url(../images/creabbg.jpg) no-repeat bottom center/cover; }
.createB-b { margin-top: 50px; }
.createB-b .swiper-slide { background: #00aea9; border-radius:30px; transition: all 0.5s; }
.createB-c { text-align:center; padding:2.5vw 2vw 2vw;  }
.createB-c .img { text-align:center; }
.createB-c .img img { width: 6.5vw; max-width: 130px; }
.createB-b .swiper-slide:hover { transform: scale(0.98); background: #2bb9b5; }
.createB-c .con { margin-top: 20px; min-height: 10px; }
.createB-c .t { font-size:20px;color:#fff; }
.createB-c .c { height: auto; overflow: hidden; font-size:16px;color:#fff; line-height: 1.6; margin-top: 6px; }
.createB-b .swiper-slide .c { height: 52px; }

.createB .homeA { position: relative; top:0; transform: translateY(0); }

@media(max-width: 1800px){
	.createB-c .t { font-size:18px; }
}
@media(max-width: 1650px){
	.createB-c .t { line-height: 20px; height: 40px; font-size:18px; }
}
@media(max-width: 1500px){
	.createB-b { margin-top: 40px; }
}
@media(max-width: 1280px){
	.createB-c .t { line-height: 20px; height: auto; font-size:18px; }
}
@media(max-width: 1100px){
	.createB-b { margin-top: 30px; }
	.createB { padding: 40px 0 50px; }
}
@media(max-width: 700px){
	.createB-c .img img { width: 80px; }
	.createB-b .swiper-slide .c { height: auto; }
	.createB-c .con { margin-top:15px; min-height:20px; }
	.createB-b { margin-top: 20px; }
	.createB-c { text-align:center; padding:20px 12px 30px; }
}


.createC { position: relative; }
.createC-b { width: 100%; position: absolute; left:0; top:50%; transform:translateY(-50%); }
.createC-a { max-width: 40%; }
.createC-a .con { margin: 2vw 0 3vw; font-size:16px;line-height: 1.8; }
.createC-a .more p { display:inline-block; padding:16px 42px; background: #30beba; border-radius:12px; color:#fff; font-size:24px; }
.createC-a .more span { font-size:60px; }
.createC-a .more span { line-height: 1; position: relative; display:inline-block; padding-right:20px; }
.createC-a .more span i { position: absolute; font-size:30px; font-style: normal; position: absolute; top:0; right:0; }

@media(max-width: 1500px){
	.createC-a .more p { padding:12px 32px; border-radius:12px; font-size:22px; }
	.createC-a .more span { font-size:48px; }
	.createC-a .more span { padding-right:20px; }
	.createC-a .more span i { font-size:26px; }
}
@media(max-width: 1100px){
	.createC-a .more p { padding:10px 28px; border-radius:8px; font-size:18px; }
	.createC-a .more span { font-size:32px; }
	.createC-a .more span { padding-right:16px; }
	.createC-a .more span i { font-size:20px; }
	.createC-b { position: relative; top:0; transform:translateY(0); padding: 20px 0 50px; }
	.createC-a { width: 100%; max-width: 1100px; }
	.createC-a .con { margin: 15px 0 20px; }
}


/*解决方案*/
.nNav { position: absolute; left:0; bottom: 0px; width: 100%; z-index: 5; }
.nNav ul li { border-right:1px solid rgba(255,255,255,0.3); line-height: 80px; background: rgba(0,0,0,0.5); float:left; width: 33.33%; text-align:center; }
.nNav ul li a { text-align: center; width: 100%; position: relative; display:inline-block; padding-left: 50px; font-size:24px;color:#fff; display:inline-block; }
.nNav ul li a img.picb { display:none; }
.nNav ul li.cur a img.pica { display:none; }
.nNav ul li.cur a img.picb { display:inline-block; }
.nNav ul li.cur { background: rgba(255,255,255,0.8); }
.nNav ul li.cur a { color:#00aea9; }
.nNav ul li span.icon { vertical-align: top; display: inline-block; height: 80px; padding-top:20px; }

.nNav2 ul li { width:50%; }
.nNav4 ul li { width:25%; }

.solution { background: url(../images/probg1.png) no-repeat top right #fafdfe; overflow: hidden; padding-bottom: 200px; position: relative; }
.solution .lizi { width: 100%; height: 250px; position: absolute; left:0; bottom:0; }

.solutionA { position: relative; z-index: 5; padding:6vw 0 0; }

.solutionA-a { position: relative; }
.solutionA-b { position: absolute; right:0; top:50%; transform:translateY(-50%); border-radius: 50px; background:#fff;background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 6px 16px 0px rgba(179, 211, 210, 0.49); }
.solutionA-b a { display:inline-block; padding:15px 36px; border-radius:40px; font-size:24px;color:#333333; }
.solutionA-b a:last-child { margin-right:0; }
/*.solutionA-b a span { display:inline-block;padding-left: 20px; }*/
.solutionA-b a.cur,.solutionA-b a:hover { background: #acce22; color:#fff; }
.solutionA-c {box-shadow: 0.174px 1.992px 13.16px 0.84px rgba(4, 81, 79, 0.08); background: #fff; margin-top: 50px; border-radius:30px; overflow: hidden; }

.solutionA-c .img {border-radius:30px; overflow: hidden; float:left; width: 50%; }
.solutionA-c .con { position: absolute; width: 42%; top:50%; transform:translateY(-50%); right:4%; }

.solutionA-c .t { font-size:36px;color:#333333; }
.solutionA-c .c { font-size:16px;color:#333333; margin:20px 0 40px; }
.solutionA-c .more { display:inline-block; }
.solutionA-c .t:hover { color:#00aea9; }

@media(max-width: 1500px){
    .solutionA-b a { font-size: 20px; padding: 12px 30px; }
	.solutionA-c { margin-top: 40px; border-radius:30px; }
	.nNav ul li a { font-size:20px; }
}
@media(max-width: 1300px){
    .solutionA-b a { font-size: 16px; padding: 12px 30px; }
	.solutionA-c { margin-top: 30px; border-radius:20px; }
	.solutionA-c .img { border-radius:20px; }
	.nNav ul li a { font-size:18px; }
}
@media(max-width: 1100px){
	.solutionA-c { margin-top: 20px; border-radius:10px; }
	.solutionA-c .img { border-radius:10px; }
    .nNav2 ul li { width:50%; }
    .nNav4 ul li { width:50%; }
    .solutionA-b a:last-child { margin-right:0; }
    .solution { background: url(../images/probg1.png) no-repeat top right #fafdfe; background-size: 100px auto; }
}
@media(max-width: 500px){
    .solutionA-b { background: none; box-shadow: 0 0 0 0; }
    .solutionA-b a { border:1px solid #dedede; margin-right:5px; margin-bottom: 10px; }
}


.solutionA-c a { display: inline-block; margin: 0 5px 5px 0; padding:  16px 40px; border-radius: 80px; border:1px solid #dedede; }
.solutionA-c a:hover { background: #00aea9; border-color:#00aea9; }
.solutionA-c a span { padding-right: 30px; color:#666; background: url(../images/backlist.png) no-repeat right center; }
.solutionA-c a:hover { background: #00aea9; }
.solutionA-c a:hover span { color: #fff;background: url(../images/backlistbg.png) no-repeat right center; }



@media(max-width: 1500px){
	.solutionA-c .t { font-size:32px; }
	.solutionA-c .c { margin: 18px 0 30px; }
	.solutionA-c a { padding: 10px 30px; }
}
@media(max-width: 1300px){
	.solutionA-c .t { font-size:28px; }
	.solutionA-c a { padding: 10px 20px; }
}
@media(max-width: 1100px){
	.solution { padding-bottom: 100px; position: relative; }
	.solution .lizi { height: 120px; }
	.solutionA-c .t { font-size:24px; }
	.solutionA-c .img { width: 100%; }
	.solutionA-c .c { margin: 10px 0 20px; }
	.solutionA-b { width: auto; display: inline-block; margin-top: 20px; position: relative; top:0; transform:translateY(0); }
	.solutionA-b a { padding: 8px 25px; margin: 0 10px 0 0; }
	.solutionA-b a:last-child { margin-right:0; }
	.solutionA-c .con { position: relative; width: 100%; top:0; transform:translateY(0); padding: 20px 16px 30px; float:left; right:0; }
    .solutionA-b a { border:1px solid #dedede; margin-right:5px; margin-bottom: 10px; font-size:14px; padding: 8px 18px; }
}

@media(max-width: 700px){
	.solutionA-c .t { font-size:20px; }
	.nNav ul li a { padding-left:0; }
	.nNav ul li a .icon { display:none; }
	.nNav ul li { line-height: 60px; }
}
@media(max-width: 600px){
	.nNav ul li a { font-size:16px; }
	.nNav ul li { line-height: 50px; }
}
@media(max-width: 450px){
	.nNav ul li a { font-size:14px; }
}


/*联系我们*/













































/**小慢**/
.font60{
	font-size: 60px;
}

.font28{
	font-size: 28px;
}

.nav{
	padding: 0 33px 0 60px;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 999;
	box-shadow: 0px 0px 5px #888888;
}
.bgNone.nav { box-shadow: 0 0 0 0; border-bottom:1px solid rgba(255,255,255,0.3); }



.nav .logo a{
	display: block;
	padding: 20px 0 20px;
}

.nav .nav-left{
	margin-left: 119px;
}

.nav .nav-left ul li{
	float: left;
	position: relative;
	margin-right: 61px;
}

.nav .nav-left ul li.cur:before{
	position: absolute;
	content: "";
	bottom: -1px;
	height: 2px;
	width: 100%;
	background: #00aea9;
	transition: all .5s;
}

.nav .nav-left ul li:last-child{
	margin-right: 0;
}

.nav .nav-left ul li .sub{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 28px 0;
}

.nav .nav-left ul li.cur .sub,.nav .nav-left ul li:hover .sub{
	color: #00aea9;
}

.nav .nav-left ul li.cur:before{
	bottom: 0;
}

.nav .nav-left ul li:hover:before{
	bottom: 0;
}

.nav .nav-right .nav-rl{
	position: relative;
	padding:0 37px 0 48px;
}

.nav .nav-right .nav-rl:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 17px;
	width: 1px;
	background: #bbc1c1;
}

.nav .nav-right .nav-rl:after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 17px;
	width: 1px;
	background: #bbc1c1;
}

.nav .nav-right .nav-rl ul li{
	float: left;
	margin-right: 42px;
}

.nav .nav-right .nav-rl ul li:last-child{
	margin-right: 0;
}

.nav .nav-right .nav-rl ul li .sub{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 28px 0;	
}

.nav .nav-right .nav-rr{
	margin-left: 31px;
}

.nav .nav-right .nav-rr .vrl{
	padding: 28px 0;
}

.nav .nav-right .nav-rr .vrl .rl{
	font-size: 16px;
	color: #333;
	position: relative;
	padding: 0 15px 0 22px;
}

.nav .nav-right .nav-rr .vrl .rl:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(../img/dq.png)no-repeat center center/cover;
}

.nav .nav-right .nav-rr .vrl .rl:after{
	position: absolute;	
	content: "";
	right: 0;
	top: 50%;
	width: 11px;
	height: 7px;
	transform: translateY(-50%);
	background: url(../img/dqxg.png)no-repeat center center/cover;
}

.nav .nav-right .nav-rr .vrl .rr{
	position: absolute;
	background: #fff;
	width: 100%;
	overflow: hidden;
	top: 55px;
	display: none;
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.nav .nav-right .nav-rr .vrl .rr a{
	display: block;
	font-size: 12px;
	color: #333;
	padding: 5px 10px;
}

.nav .nav-right .nav-rr .vrl .rr a:hover{
	color: #31beba;
}

.nav .nav-right .nav-rr .vrl:hover .rr{
	display: block;
}

.nav .nav-right .right-right{
	float: right;
    padding: 28px 0 28px 65px;
    cursor: pointer;
}

.nav .nav-right .right-right a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/fdq.png)no-repeat center center/cover;
}

.subsearch {
    width: 330px;
    position: absolute;
    top: 21px;
    left: auto;
    padding-top: 47px;
    right: 0;
    display: block;
    display: none;
}

.nav .nav-right .right-right:hover .subsearch{
	display: block;
}

.nryas .navbtn{
	margin-top: 12px;
	display: none;
}
.nryas .navbtn .hg { display: inline-block; }
.nryas .navbtn .mr { display: none; }

.nav.bgNone .navbtn .hg { display: none; }
.nav.bgNone .navbtn .mr { display: inline-block; }

.containert{
	width: 83.333%;
	margin: 0 auto;
}

.nybanner{
	position: relative;
	margin-top: 79px;
}

.nybanner .img{
	overflow: hidden;
}

.nybanner .img img{
	-webkit-animation:haha2 1500ms linear both; 
	animation:haha2 1500ms linear both; 
}

@-webkit-keyframes haha2{
    0%{ transform: scale(1.1) }
    10%{ transform: scale(1.09) }
    20%{ transform: scale(1.08) }
    30%{ transform: scale(1.07) }
    40%{ transform: scale(1.06) }
    50%{ transform: scale(1.05) }
    60%{ transform: scale(1.04) }
    70%{ transform: scale(1.03) }
    80%{ transform: scale(1.02) }
    90%{ transform: scale(1.01) }
    100%{ transform: scale(1) }
}

.nybanner .sj{
	display: none;
}

.nybanner .nybwzd{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.nybanner .nybwzd .z{
	position: relative;
	color: #fff;
	padding-left: 34px;
	text-transform: uppercase;
}

.nybanner .nybwzd .z:before{
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 25px;
	height: 8px;
	background: url(../img/nybwzd.png)no-repeat center center/cover;
}

.nybanner .nybwzd .t{
	color: #fff;
}

.mbx{
	border-bottom: 1px solid #eaf1f2;
	position: relative;
	z-index: 1;

}

.mbx .clearfix{
	padding-left: 25px;
	background: url(../img/fc.png)no-repeat left 17px; 	
}

.mbx a{
	display: block;
	float: left;
	font-size: 14px;
	color: #999999;
	padding: 16px 0 17px;
}

.mbx span{
	display: block;
	float: left;
	font-size: 14px;
	color: #999999;
	margin: 0 6px;
	padding-top: 16px;
}

.mbx a.cur{
	color: #666666;
}

.cxmo1{
	background: #f6feff;
	padding-bottom: 7.5vw;
	position: relative;
}

.cxmo1:before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 19.6vw;
    height: 18.2vw;
	background: url(../img/cxmo1.jpg)no-repeat center center/cover;
	background-size: 100% 100%;
}

.fixVideo{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.fixVideoA {
    width: 100%;
    height: 100%;
    position: relative;
}
.fixVideoB {
    position: absolute;
    width: 60%;
    max-width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fixVideoB .close {
    position: absolute;
    right: -1px;
    top: -40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 10000;
    background: #000;
    color: #fff;
}

.cxmo1 .cxmyt{
	position: relative;
	z-index: 1;
}

.cxmo1 .cxmyt .bsbj{
	background: #fff;
	margin: 4vw 0 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.cxmo1 .cxmyt .bsbj .wdads{
	position: relative;
}

.cxmo1 .cxmyt .bsbj .dwk-baq{
	width: 41.625%;
	position: absolute;
	height: 100%;
}

.cxmo1 .cxmyt .bsbj .dwk-baq a{
	display: block;
	height: 100%;
}

.cxmo1 .cxmyt .bsbj .dwk-baq .img{
	position: relative;
	width: 100%;
	height: 100%;
}

.cxmo1 .cxmyt .bsbj .dwk-baq .img img{
	position: absolute;
	width: 100%;
	height: auto;
}

.cxmo1 .cxmyt .bsbj .dwk-baq .video:before {
    position: absolute;
    content: "";
    width: 98px;
    height: 98px;
    left: 35px;
    z-index: 1;
    bottom: 38px;
    background: url(../img/xyzdwga.png) no-repeat center center/cover;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh{
	width: 56%;
	padding: 58px 66px 52px 66px;
	min-height: 27vw;
}
.cxmo1 .cxmyt .bsbj .dwk-rgh .con ul{
    font-size: 16px;
    margin: 15px 0 15px;
}
.cxmo1 .cxmyt .bsbj .dwk-rgh .con ul li{
    position: relative;
    font-size: 16px;
    margin: 15px 0 15px;
}
.cxmo1 .cxmyt .bsbj .dwk-rgh .con ul li::before{
    content: "";
    position: absolute;
    left: -10px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.cxmo1 .cxmyt .bsbj .dwk-rgh .cpbt{
	color: #00aea9;font-weight: bold;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .xq{
	line-height: 1.6;
	margin: 15px 0 32px;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .xq p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd{
	background: #f9f9f9;
	border-radius: 5px;
	overflow: hidden;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bjs{
	padding: 11px 0 16px;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k1,
.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k2,
.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k3,
.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k4{
	float: left;
	font-size: 16px;
	text-align: center;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkt{
	background: #00aaa5;
	padding: 5px 0 6px 19px;
	border-radius: 5px;
	overflow: hidden;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkt .k1,
.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkz .k1{
	text-align: left;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkz{
	padding: 0 0 0 19px;
	margin-bottom: 5px;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkz:last-child{
	margin-bottom: 0;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkt .k1,
.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkt .k2,
.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkt .k3,
.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkt .k4{
	color: #fff;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k1{
	width: 43.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k2{
	width: 19.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k3{
	width: 18.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k4{
	width: 18.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan{
	margin-top: 38px;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan a{
	display: block;
	background: #00aaa5;
	border-radius: 40px;
	overflow: hidden;
	text-align: center;
	width: 168px;
	height: 52px;
	line-height: 50px;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan a span{
	font-size: 16px;
	color: #fff;
}

.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan a i{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	font-style: normal;
	background: url(../img/xyxan.png)no-repeat center center/cover;
}

.gybte .b{
	padding-left:30px;
	color: #acce22;
	position: relative;
	text-transform: uppercase;
	font-size: 0; height: 20px;
}

.gybte .b:before{
	position: absolute;
	content: "";
	left: 0;
	width: 25px;
	height: 8px;
	top: 5px;
	background: url(../img/gybte.png)no-repeat center center/cover;
}

.gybte .t{
	color: #333333;
	line-height: 1.1;
	margin-top: 8px;
}

.cxmo1 .cxmybtom{
	margin-top: 6.1vw;
}

.cxmo1 .cxmybtom .kmfc{
	padding:0 8.2%;
}

.cxmo1 .cxmybtom .kmfc ul,.cxmo1 .cxmybtom .kmfc ol { margin-left: 24px; }
.cxmo1 .cxmybtom .kmfc ol li { list-style: decimal; }
.cxmo1 .cxmybtom .kmfc ul li { list-style: disc; }
.cxmo1 .cxmybtom .btomnr{
	position: relative;
}

@media(max-width:1100px){
    .cxmo1 .cxmybtom .kmfc ul,.cxmo1 .cxmybtom .kmfc ol { margin-left: 20px; }
}

.cxmo1 .cxmybtom .btomnr .swiper-button-prev,
.cxmo1 .cxmybtom .btomnr .swiper-button-next{
	margin-top: 0;
	top: 50%;
	width: 20px;
	height: 37px;
	transform: translateY(-50%);
}

.cxmo1 .cxmybtom .btomnr .swiper-button-prev:after,
.cxmo1 .cxmybtom .btomnr .swiper-button-next:after{
	opacity: 0;
}

.cxmo1 .cxmybtom .btomnr .swiper-button-prev{
	left: -4.5%;
	background: url(../img/prev.png)no-repeat center center/cover;
}

.cxmo1 .cxmybtom .btomnr .swiper-button-next{
	right: -4.5%;
	background: url(../img/next.png)no-repeat center center/cover;
}

.cxmo1 .cxmybtom .btomnr .ycas{
	overflow: hidden;
	padding: 5px;
	margin-top: 51px;
}

.cxmo1 .cxmybtom .btomnr .swiperbtom{
	overflow: initial;
}

.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 60px 50px 41px 50px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .icon{
	margin-bottom: 95px;
}

.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .pera .r{
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
}

.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .pera .a{
	color: #666666;
	margin-top: 12px;
	line-height: 1.4;
	min-height: 100px;
}

.cxmo2{
	background: #fff;
	position: relative;
	padding: 6.8vw 0 8.2vw;
}

.cxmo2 .snrmdo{
	padding: 0 19.8%;
	position: relative;
}

.cxmo2 .snrmdo .rmdkhjs{
	overflow: hidden;
	padding: 0 5px;
}

.cxmo2 .snrmdo .snrmdoswipe {
	overflow: initial;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper {
	padding: 63px 0;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide{
	background: #fff;
	transform: scale(1);
	position: relative;
	z-index: 1;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	padding: 62px 8% 40px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .icon .jg{
	display: none;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .debntr .nt{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 9px;
	border-bottom: 1px solid #efefef;
	margin-top: 30px;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .debntr .nr{
	font-size: 14px;
	line-height: 1.6;
	margin-top: 14px;
	height: 44px;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne{
	display: inline-block;
	margin-top: 60px;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne .n{
	font-size: 18px;
	color: #666666;
	float: left;
	font-size: 14px;
	margin-top: 10px;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne .span{
	float: left;
	color: #666666;
	margin: 0 4px;
	margin-top: 8px;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne .e{
	font-size: 24px;
	float: left;
	color: #666666;
}

.cxmo2 .snrmdo{
	margin-top: -16px;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active{
	background: #fff;
	z-index: 2;
	background: #00aea9;
	transform: scale(1.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .0);
	padding: 62px 5% 40px;
	
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active .icon .jg{
	display: inline-block;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active .icon .mr{
	display: none;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active .debntr .nt{
	color: #fff;
	border-color: #4dc6c3;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active .debntr .nr{
	color: #ccefee;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active .ne .n{
	color: #80d7d4;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active .ne .span{
	color: #80d7d4;
}

.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active .ne .e{
	color: #80d7d4;
}

.cxmo2 .snrmdo .swiper-button-prev,
.cxmo2 .snrmdo .swiper-button-next{
	top: 50%;
	width: 27px;
	height: 50px;
	margin-top: 0;
	transform: translateY(-50%);
}

.cxmo2 .snrmdo .swiper-button-prev:after,
.cxmo2 .snrmdo .swiper-button-next:after{
	opacity: 0;
}

.cxmo2 .snrmdo .swiper-button-prev{
	left: 14%;
	background: url(../img/preva.png)no-repeat center center/cover;
}

.cxmo2 .snrmdo .swiper-button-next{
	right: 14%;
	background: url(../img/nexta.png)no-repeat center center/cover;
}

.lizi canvas {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 240px !important;
    width: 100%;
}

.cxmo3{
	background: url(../img/cxmo3.jpg)no-repeat center center/cover;
	padding: 7.4vw 0 9.2vw;
}

.bsdfmm .b{
	color: #fff;
}

.bsdfmm .b:before{
	background: url(../img/bsdfmm.png)no-repeat center center/cover;
}

.bsdfmm .t{
	color: #fff;
}

.cxmo3 .bsdfmm{
	margin-bottom: 55px;
}

.cxmo3 .nrmoud{
	position: relative;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide{
	background: rgba(255, 255, 255, .3);
	overflow: hidden;
	border-radius: 20px;
	padding-bottom: 116px;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide img{
	width: 100%;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr{
	padding: 0 25px;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr .bt{
	color: #fff;
	margin-top: 30px;
	padding-bottom: 17px;
	border-bottom: 1px solid #a6dddc;
	transition: all .5s;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr .nr{
	color: #999999;
	margin-top: 24px;
	opacity: 0;
	font-size: 16px;
	transition: all .5s;
	line-height: 1.5;
	display: none;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .sz{
	position: absolute;
	bottom: 0;
	width: 126px;
	height: 116px;
	text-align: center;
	left: 0;
	opacity: 1;
	transition: all .5s;
	color: rgba(255, 255, 255, .5);
	font-size: 35px;
	background: url(../img/sz.png)no-repeat center center/cover;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .sz span{
	position: absolute;
	top: 57%;
	left: 33px;
	transform: translateY(-50%);
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide:hover{
	background: rgba(255, 255, 255, 1);
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide:hover .oudnr .nr{
	opacity: 1;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide:hover .sz{
	opacity: 0;
}

.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide:hover .oudnr .bt{
	color: #333333;
}

.cxmo3 .nrmoud .swiper-button-next,
.cxmo3 .nrmoud .swiper-button-prev{
	width: 76px;
	height: 76px;
	top: 50%;
	transform: translateY(-50%);
}

.cxmo3 .nrmoud .swiper-button-next{
	right: -7%;
	background: url(../img/nrmoudr.png)no-repeat center center/cover;
}

.cxmo3 .nrmoud .swiper-button-prev{
	left: -7%;
	background: url(../img/nrmoudl.png)no-repeat center center/cover;
}

.cxmo3 .nrmoud .swiper-button-next:hover{
	background: url(../img/nrmoudra.png)no-repeat center center/cover;
}

.cxmo3 .nrmoud .swiper-button-prev:hover{
	background: url(../img/nrmoudla.png)no-repeat center center/cover;
}

.cxmo3 .nrmoud .swiper-button-next:after,
.cxmo3 .nrmoud .swiper-button-prev:after{
	opacity: 0;
}


.cxmo4{
	padding: 6.7vw 0 8.5vw;
}

.cxmo4 .xmtop{
	position: relative;
}

.cxmo4 .xmtop .anm{
	position: absolute;
	bottom: 0;
	right: 0;
}

.cxmo4 .xmtop .anm:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 100%;
	width: 1px;
	background: #f5f5f5;
	transform: translate(-50%,-50%);
}

.cxmo4 .xmtop .anm .anm1{
	margin-right: 40px;
}

.cxmo4 .xmbott{
	margin-top: 60px;
}

.cxmo4 .xmbott .bot{
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.cxmo4 .xmbott .bot .botl{
	position: absolute;
	height: 100%;
	width: 50%;
	float: left;
	border-radius: 20px;
	z-index: 3;
}
.cxmo4 .xmbott .bot .botl .box { position: relative; width:100%; height:100%; }

.cxmo4 .xmbott .bot .bor{
    width: 51%;
    float: right;
    position: relative;
    height: 22vw; overflow: hidden;
    overflow-y: scroll;
    min-height: 500px;
}


.cxmo4 .xmbott .bot .bor{
	scrollbar-color:  #00aea9 rgba(0,0,0,0.2);  /* 绗竴涓柟鍧楅鑹诧紝绗簩涓建閬撻鑹�(鐢ㄤ簬鏇存敼鐏嫄娴忚鍣ㄦ牱寮�) */
	scrollbar-width: thin;  /* 鐏嫄婊氬姩鏉℃棤娉曡嚜瀹氫箟瀹藉害锛屽彧鑳介€氳繃姝ゅ睘鎬т娇婊氬姩鏉″搴﹀彉缁� */
	-ms-overflow-style:none;  /* 闅愯棌婊氬姩鏉★紙鍦↖E鍜孍dge涓や釜娴忚鍣ㄤ腑寰堥毦鏇存敼鏍峰紡锛屽浐閲囧彇闅愯棌鏂瑰紡锛� */
}
/* 浠ヤ笅鏄痗hrome娴忚鍣ㄨ嚜瀹氫箟婊氬姩鏉℃牱寮忔柟寮� */
.cxmo4 .xmbott .bot .bor::-webkit-scrollbar {/*婊氬姩鏉℃暣浣撴牱寮�*/
	width: 3px;     /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	height: 1px;
}
.cxmo4 .xmbott .bot .bor::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	background: #00aea9;
}
.cxmo4 .xmbott .bot .bor::-webkit-scrollbar-track {/*婊氬姩鏉￠噷闈㈣建閬�*/
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	border-radius: 3px;
	background: rgba(0,0,0,0);
}

@media(max-width: 1500px){
    .cxmo4 .xmbott .bot .bor { height: 24vw; }
    .cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .pera .a { min-height: 120px; }
}
@media(max-width: 1100px){
    .cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .pera .a { min-height: 80px; }
}

@media(max-width: 600px){
    .cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .pera .a { min-height: 100px; }
}
@media(max-width: 400px){
    .cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .pera .a { min-height: 120px; }
}


.cxmo4 .xmbott .bot .bor:before{
	position: absolute;
	content: "";
	right: 0;
	width: 9.4vw;
    height: 8.8vw;
	bottom: 0;
	background: url(../img/bord.png)no-repeat center center/cover;
	background-size: 100% 100%;
	z-index: 1;
	opacity: .03;
}

.cxmo4 .xmbott .bot .bor .join {
	position: relative;
	z-index: 2;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li{
	border-bottom: 1px solid #e5e5e5;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .ta{
	float: left;
	color: #333333;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tb{
	font-size: 16px;
	color: #c7c7c7;
	float: left;
	margin: 0 13px;
	margin-top: 9px;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tc{
	font-size: 16px;
	color: #c7c7c7;
	float: left;
	text-transform: uppercase;
	margin-top: 10px;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .t{
	position: relative;
	padding: 18px 0 16px 58px;
	cursor:pointer;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .t:before{
	position: absolute;
	content: "";
	right: 35px;
	top: 50%;
	width: 38px;
	height: 38px;
	transform: translateY(-50%);
	background: url(../img/g-in.png)no-repeat center center/cover;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cur{
	background: #b3d722;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cur:before{
	background: url(../img/g-ina.png)no-repeat center center/cover;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cur .tm .ta,
.cxmo4 .xmbott .bot .bor .join .g-in ul li .cur .tm .tb,
.cxmo4 .xmbott .bot .bor .join .g-in ul li .cur .tm .tc{
	color: #fff;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont{
	display: none;
	padding: 6px 36px 20px 58px;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont .nom .oma{
	border-bottom: 1px solid #f2f2f2;
	padding: 14px 0 14px;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont .nom .oma:last-child{
	border-bottom: 0;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont .nom .oma a{
	display: block;
	position: relative;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont .nom .oma a:before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 17px;
	height: 13px;
	transform: translateY(-50%);
	background: url(../img/oma.png)no-repeat center center/cover;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont .nom .oma a .m{
	float: left;
}

.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont .nom .oma a .on{
	float: left;
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
	margin-left: 19px;
}

.cxmo5{
	background: #f6feff;
	padding: 6vw 0 7.5vw;
}

.cxmo5 .xmbottom{
	overflow: hidden;
	border-radius: 10px;
	margin-top: 50px;
}

.cxmo5 .xmbottom .dmot{
	background: #00aaa5;
}


.cxmo5 .xmbottom td { font-size: 16px; padding: 15px 20px ; border-color:#dedede; }
.cxmo5 .xmbottom tr:nth-child(1) td { font-size: 18px; width: 80px;}
.cxmo5 .xmbottom tr:nth-child(2n-1) { background:#f6fbfc; }
.cxmo5 .xmbottom tr:nth-child(2n) { background:#f1f6f6; }


@media(max-width: 1100px){
    .cxmo5 .xmbottom td { font-size: 14px; padding: 10px 10px 10px 10px ; border-color:#dedede; }
    .cxmo5 .xmbottom tr:nth-child(1) td { font-size: 16px; width: 81px;}
}

.cxmo5 .xmbottom .dmot{
	padding-left: 7.5%;
}

.cxmo5 .xmbottom .dmot .ot{
	float: left;
	color: #fff;
	font-size: 20px;
}

.cxmo5 .xmbottom .dmob{
	background: #f6fbfc;
	padding-left: 7.5%;
}

.cxmo5 .xmbottom .dmob .font16{
	float: left;
	color: #666666;
}

.cxmo5 .xmbottom .dmob:nth-child(2n){
	background: #f1f6f6;
}

.cxmo5 .xmbottom .k1{
	width: 26.7%;
	border-right: 1px solid #e8ebec;
}

.cxmo5 .xmbottom .dmot .k1{
	border-color: #3cb2af;
}

.cxmo5 .xmbottom .k2{
	width: 73.3%;
	padding-left: 10.5%;
}

.cxmo5 .xmbottom .dmot .k1,
.cxmo5 .xmbottom .dmot .k2{
	padding: 12px 0 16px;
}

.cxmo5 .xmbottom .dmob .k1,
.cxmo5 .xmbottom .dmob .k2{
	padding: 17px 0 22px;
}

.cxmo5 .xmbottom .dmob .k2,
.cxmo5 .xmbottom .dmot .k2{
	padding-left: 10.5%;
}

.cxmo6{
    padding: 6.5vw 0 7.5vw;
}

.cxmo6 .xctop{
	position: relative;
}

.cxmo6 .xctop .tpban{
	position: absolute;
	right: 0;
	bottom: 0;
}

.cxmo6 .xctop .tpban:before{
 position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    background: #f5f5f5;
    transform: translate(-50%,-50%);
}

.cxmo6 .xctop .tpban .swiper-button-prev,
.cxmo6 .xctop .tpban .swiper-button-next{
	position: initial;
	margin-top: 0;
	float: left;
	width: 14px;
	height: 26px;
}

.cxmo6 .xctop .tpban .swiper-button-prev:after,
.cxmo6 .xctop .tpban .swiper-button-next:after{
	opacity: 0;
}

.cxmo6 .xctop .tpban .swiper-button-prev{
	background: url(../img/anme1.png)no-repeat center center/cover;
	margin-right: 40px;
}

.cxmo6 .xctop .tpban .swiper-button-next{
	background: url(../img/anm2.png)no-repeat center center/cover;
}

.cxmo6 .xcbotp{
	margin-top: 55px;
}

.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxmx{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	margin: 5px;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl{
	width: 50%;
	padding: 50px 56px 65px 56px;
}

.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl .xlbt{
	font-size: 28px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl .xlbnr{
	font-size: 18px;
	line-height: 1.6;
	color: #333333;
	margin: 34px 0 70px;
}

.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl .xlbnr p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ckxqan a{
	border-radius: 40px;
	overflow: hidden;
	width: 168px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #00aaa5;
}

.ckxqan a span{
	display: inline-block;
}

.ckxqan a i{
	display: inline-block;
	font-style: normal;
	width: 17px;
	vertical-align: middle;
	height: 14px;
	margin-left: 9px;
	background: url(../img/ckxqan.png)no-repeat center center/cover;
}

.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxr{
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
}

.cxmo7{
	padding: 6.5vw 0 5.8vw 0;
}

.cxmo7 .xmol{
	margin-top: 0;
	width: 25%;
}

.cxmo7 .xmol .mcan .swiper-button-prev,
.cxmo7 .xmol .mcan .swiper-button-next{
	position: initial;
	float: left;
	width: 62px;
	height: 62px;
	margin-top: 3.5vw;
}

.cxmo7 .xmol .mcan .swiper-button-prev:after,
.cxmo7 .xmol .mcan .swiper-button-next:after{
	opacity: 0;
}

.cxmo7 .xmol .mcan .swiper-button-prev{
	background: url(../img/mcprev.png)no-repeat center center/cover;
}

.cxmo7 .xmol .mcan .swiper-button-next{
	background: url(../img/mcnext.png)no-repeat center center/cover;	
	margin-left: 10px;
}

.cxmo7 .xmol .mcan .swiper-button-prev:hover{
	background: url(../img/mcpreva.png)no-repeat center center/cover;
}

.cxmo7 .xmol .mcan .swiper-button-next:hover{
	background: url(../img/mcnexta.png)no-repeat center center/cover;	
	margin-left: 10px;
}

.cxmo7 .xmol .mn{
	font-size: 20px;
	color: #fff;
	margin-top: 54px;
}

.cxmo7 .xmol .mn p{
	padding-left: 16px;
	position: relative;
	line-height: 1.5;
}

.cxmo7 .xmol .mn p:before{
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
}

.cxmo7 .xmor{
    width: 70.625%;
	overflow: hidden;
}

.cxmo7 .xmor .xmorac{
	width: 100%;
}

.cxmo7 .xmor .xmorac .xlfdswiper{
	overflow: initial;
}

/*.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide{*/
/*	background: rgba(255, 255, 255, .2);*/
/*	border-radius: 10px;*/
/*	overflow: hidden;*/
/*	padding: 16vw 40px 42px 40px;*/
/*	transition: all .5s;*/
/*	border: 2px solid rgba(255, 255, 255, .38);*/
/*}*/
.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide{
	background: rgba(255, 255, 255, .2);
	border-radius: 10px;
	overflow: hidden;
	padding: 40px 40px 42px 40px;
	transition: all .5s;
	border: 2px solid rgba(255, 255, 255, .38);
	float: left; width: 32%; margin-right:2%;
}
.cxmo7 .xmor .xmorac .xlfdswiper .swiper-wrapper { display: flex; flex-wrap: wrap; }
.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:nth-child(3n) { margin-right: 0; }
.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:nth-child(n+4) { margin-top: 2%; }

@media(max-width: 1600px){
    .cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide { width: 49%; padding: 20px; }
    .cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:nth-child(3n) { margin-right: 2%; }
    .cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:nth-child(2n) { margin-right: 0; }
    .cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:nth-child(n+3) { margin-top: 2%; }
}


.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:before{
	position: absolute;
	content: "";
	top: -2px;
	left: -2px;
	width: 14.3vw;
    height: 5.7vw;
	background: url(../img/xmorac.png)no-repeat center center/cover;
	background-size: 100% 100%;
	transition: all .5s;
}

.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:hover{
	border: 2px solid rgba(255, 255, 255, .8);
	background: rgba(255, 255, 255, .8);
}

.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:hover:before{
	background: url(../img/xmoraca.png)no-repeat center center/cover;
	background-size: 100% 100%;
}

.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide .szjd .sz{
	font-size: 24px;
	color: #fff;padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .23);
}

.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide .szjd .se{
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
	margin-top: 11px;
}

.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:hover .szjd .sz{
	color: #333333;
	border-color: #bcbdbf;
}

.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:hover  .szjd .se{
	color: #666666;
}

.footer .xbt{
	width: 100%;
	height: 1px;
	background: #fff;
}

@media(max-width: 1920px) {
	.font60{
		font-size: 50px;
	}

	.font28{
		font-size: 24px;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl .xlbt{
		font-size: 24px;
	}

	.font50{
		font-size: 40px;
	}
}

@media(max-width: 1680px) {
	.font60{
		font-size: 45px;
	}

	.font50{
		font-size: 35px;
	}
}

@media(max-width: 1500px) {
	.containert{
		width: 90%;
	}

	.cxmo1 .cxmybtom .kmfc{
		padding: 0 5%;
	}

	.cxmo1 .cxmybtom .btomnr .swiper-button-next{
		right: -3.5%;
	}

	.cxmo1 .cxmybtom .btomnr .swiper-button-prev{
		left: -3.5%;
	}

	.cxmo2 .snrmdo{
		padding: 0 14%;
	}

	.cxmo2 .snrmdo .swiper-button-prev{
		left: 7%;
	}

	.cxmo2 .snrmdo .swiper-button-next{
		right: 7%;
	}



	.cxmo7 .xmor{
		width: 67%;
	}


	.cxmo3 .nrmoud .swiper-button-next, .cxmo3 .nrmoud .swiper-button-prev{
		width: 50px;
		height: 50px;
	}

	.cxmo3 .nrmoud .swiper-button-prev{
		left: -4.7%;
	}

	.cxmo3 .nrmoud .swiper-button-next{
		right: -4.7%;
	}
}

@media(max-width: 1480px) {
	.nav .nav-left{
		margin-left: 50px;
	}

	.nav .nav-left ul li{
		margin-right: 30px;
	}
    .nav .nav-right .nav-rl ul li { margin-right: 30px; }
    .nav { padding-left: 30px; }
	.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide{
		padding: 30px 20px 25px 20px;
	}

	.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .icon{
		margin-bottom: 50px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh{
		padding: 38px 30px 32px 30px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide{
		padding: 50px 8% 30px;
	}
	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active{
		padding: 50px 4% 30px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne{
		margin-top: 30px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper{
		padding: 57px 0;
	}

	.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr .bt{
		margin-top: 25px;
	}

	.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr{
		padding: 0 20px;
	}

	.font24{
		font-size: 22px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont {
	    padding: 6px 25px 20px 38px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t {
	    padding: 18px 0 16px 38px;
	}

	.cxmo5 .xmbottom .dmob{
		padding-left: 4%;
	}

	.cxmo5 .xmbottom .dmot{
		padding-left: 4%;
	}

	.cxmo5 .xmbottom .dmob .k2, .cxmo5 .xmbottom .dmot .k2{
		padding-left: 6%;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl{
		padding: 30px 20px 35px 20px;
	}



	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tb{
		margin-top: 7px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tc{
		margin-top: 7px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t:before{
		width: 30px;
		height: 30px;
		right: 20px;
	}


}

@media(max-width: 1280px) {
	.font60{
		font-size: 30px;
	}
    
	.font50{
		font-size: 26px;
	}

	.nybanner .nybwzd .z{
		font-size: 16px;
	}

	.nybanner .nybwzd .z:before{
		top: 7px;
	}

	.font28{
		font-size: 22px;
	}

	.font24 {
    	font-size: 20px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-baq .img:before{
		width: 84px;
		height: 84px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k1,
	.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k2,
	.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k3,
	.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .k4{
		font-size: 14px;
	}

	.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .icon{
		width: 45px;
	}

	.nav .nav-right .nav-rl {
    	padding: 0 27px 0 32px;
	}

	.nav .nav-left ul li {
    	margin-right: 20px;
	}

	.nav .nav-right .right-right {
	    padding: 30px 0 31px 35px;
	}

	.nav {
	    padding: 0 26px 0 24px;
	}

	.nav .nav-right .nav-rl ul li {
    	margin-right: 20px;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl .xlbt{
		font-size: 22px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tb {
	    margin-top: 4px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tc {
    	margin-top: 5px;
	}


}

@media(max-width: 1180px) {
    .nav .nav-left ul li{
		margin-right: 15px;
	}
    .nav .nav-right .nav-rl ul li { margin-right: 15px; }
}

@media(max-width: 1100px) {
	.nav .nav-left{
		display: none;
	}

	.nav .nav-right{
		display: none;
	}

	.nav .logo a{
		padding: 10px 0;
		width: 110px;
	}

	.nav{
		padding: 0 4%;
	}

	.containert{
		width: 92%;
	}

	.nybanner{
		margin-top: 53px;
	}

	.nybanner .sj{
		display: block;
	}

	.nybanner .pc{
		display: none;
	}

	.font60{
		font-size: 25px;
	}

	.nybanner .nybwzd .z {
    	font-size: 14px;
	}

	.mbx{
		display: none;
	}

	.cxmo1 .cxmyt .bsbj{
		margin-top: 35px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-baq{
		width: 100%;
		position: initial;
	}

	.cxmo1 .cxmyt .bsbj .dwk-baq .img img{
		position: initial;
	}

	.cxmo1 .cxmyt .bsbj .dwk-baq .img:before{
		width: 40px;
		height: 40px;
		left: 20px;
		bottom: 20px;
	}

	.cxmo1 .cxmyt .bsbj{
		border-radius: 10px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh{
		width: 100%;
		padding: 20px 15px 25px 15px;
		min-height: 10px;
	}

	.font28 {
    	font-size: 18px;
	}

	.font50{
		font-size: 22px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .xq{
		margin: 8px 0 15px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan a span{
		font-size: 14px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan a{
		height: 45px;
		line-height: 45px;
		width: 140px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan a i {
	    margin-top: -1px;
	    margin-left: 5px;
	    width: 12px;
	    height: 11px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .xyxan{
		margin-top: 20px;
	}

	.cxmo1 .cxmybtom{
		margin-top: 35px;
	}

	.cxmo1 .cxmybtom .kmfc{
		padding: 0 4%;
	}

	.cxmo1 .cxmybtom .btomnr .swiper-button-next,
	.cxmo1 .cxmybtom .btomnr .swiper-button-prev{
		display: none;
	}

	.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide{
		padding: 20px 15px 25px 15px;
	}

	.cxmo1 .cxmybtom .btomnr .ycas{
		margin-top: 20px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkz{
		padding: 0 0 0 15px;
	}

	.cxmo1 .cxmyt .bsbj .dwk-rgh .dwkbd .bkt{
		padding-left: 15px;
	}

	.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .pera .r{
		font-size: 18px;
	}

	.cxmo1 .cxmybtom .btomnr .swiperbtom .swiper-wrapper .swiper-slide .icon{
		margin-bottom: 22px;
	}

	.cxmo1{
		padding-bottom: 45px;
	}

	.cxmo2{
		padding: 35px 0 45px;
	}

	.cxmo2 .snrmdo{
		padding: 0 4%;
		margin-top: 20px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper{
		padding: 0 0;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide{
		padding: 20px 15px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide-active{
		transform: scale(1);
	}

	.cxmo2 .snrmdo .rmdkhjs{
		padding: 0;
	}

	.cxmo2 .snrmdo .swiper-button-next,
	.cxmo2 .snrmdo .swiper-button-prev{
		display: none;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .icon img{
		width: 80px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .debntr .nr{
		height: auto;
	}


	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne .e{
		font-size: 20px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne .span{
		margin-top: 4px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne .n{
		margin-top: 6px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .ne{
		margin-top: 20px;
	}

	.cxmo2 .snrmdo .snrmdoswipe .swiper-wrapper .swiper-slide .debntr .nt{
		margin-top: 10px;
	}

	.lizi canvas{
		display: none;
	}

	.cxmo3{
		padding: 35px 0 45px;
	}

	.cxmo3 .bsdfmm{
		margin-bottom: 20px;
	}

	.cxmo3 .nrmoud .swiper-button-next,
	.cxmo3 .nrmoud .swiper-button-prev{
		display: none;
	}

	.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr .bt{
		font-size: 18px;
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr .nr{
		font-size: 14px;
		margin-top: 10px;
	}

	.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .sz{
		width: 96px;
		height: 86px;
		font-size: 20px;
	}

	.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .sz span{
		left: 28px;
	}

	.cxmo3 .nrmoud .swipernrmoud .swiper-wrapper .swiper-slide .oudnr{
		padding: 0 15px;
	}

	.cxmo4{
		padding: 35px 0 45px;
	}

	.cxmo4 .xmbott .bot .botl{
		position: initial;
		height: 49vw;
		width: 100%;
	}
	.cxmo4 .xmbott .bot .bor ul { border:1px solid #dedede; border-radius: 5px; }
	.cxmo4 .xmbott .bot .bor { height: 400px; min-height: 10px; border-radius: 5px; }

	.cxmo4 .xmbott .bot .bor{
		width: 100%;
		margin-top: 20px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .ta{
		font-size: 17px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tc{
		font-size: 12px;
		margin-top: 6px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t .tm .tb{
		font-size: 12px;
		margin: 0 8px;
		margin-top: 5px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t{
		padding: 10px 0 10px 15px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .t:before{
		right: 15px;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxmx{
		margin: 2px;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont .nom .oma a .on{
		font-size: 16px;
	}

	.cxmo4 .xmbott{
		margin-top: 20px;
	}

	.cxmo4 .xmtop .anm{
		display: none;
	}

	.cxmo4 .xmbott .bot{
		box-shadow: initial;
		border-radius: 0;
	}

	.cxmo4 .xmbott .bot .bor .join .g-in ul li .cont{
		padding: 10px 15px;
	}

	.cxmo5{
		padding: 35px 0 45px;
	}

	.cxmo5 .xmbottom{
		margin-top: 20px;
	}

	.cxmo5 .xmbottom .dmot .ot{
		font-size: 16px;
	}

	.cxmo5 .xmbottom .dmot,
	.cxmo5 .xmbottom .dmob{
		padding-left: 15px;
	}

	.cxmo5 .xmbottom .dmot .k1, .cxmo5 .xmbottom .dmot .k2 {
    	padding: 10px 0 11px;
	}

	.cxmo5 .xmbottom .dmob .k1, .cxmo5 .xmbottom .dmob .k2 {
	    padding: 11px 0 12px;
	}

	.cxmo5 .xmbottom .k2{
		padding-left: 20px !important;
	}

	.cxmo6{
		padding: 35px 0 45px;
	}

	.cxmo6 .xctop .tpban{
		display: none;
	}

	.cxmo6 .xcbotp{
		margin-top: 20px;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl{
		width: 100%;
		padding: 20px 15px 20px 15px;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl .xlbt{
		font-size: 18px;
		padding-bottom: 10px;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxl .xlbnr{
		font-size: 14px;
		margin: 10px 0 15px;
	}

	.cxmo6 .xcbotp .ldlswiper .swiper-slide .mxr{
		width: 100%;
		position: initial;
		height: 50vw;
	}

	.ckxqan a{
		height: 45px;
	    line-height: 45px;
	    width: 140px;
	    font-size: 14px;
	}

	.cxmo7 {
	    padding: 35px 0 40px 0;
	}

	.cxmo7 .xmol{
		width: 100%;
		margin-top: 0;
	}

	.cxmo7 .xmol .mn{
		font-size: 14px;
		margin-top: 10px;
	}

	.cxmo7 .xmol .mn p:before{
		width: 5px;
		height: 5px;
		top: 8px;
	}

	.cxmo7 .xmol .mcan .swiper-button-next,
	.cxmo7 .xmol .mcan .swiper-button-prev{
		width: 40px;
		height: 40px;
		margin-top: 20px;
	}

	.cxmo7 .xmor{
		width: 100%;
		margin-top: 20px;
	}

	.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide .szjd .sz{
		font-size: 18px;
		padding-bottom: 10px;
	}

	.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide{
		padding: 20px 15px 20px 15px;
	}
	.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide .szjd .sz { font-size: 16px; }

	.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide:before{
		width: 157px;
		height: 62px;
	}

	.cxmo7 .xmor .xmorac .xlfdswiper .swiper-slide .szjd .se{
		font-size: 14px;
	}

	.nryas .navbtn{
		display: block;
	}
	.cxmo7 .xmor .xmorac { overflow: hidden; width: 100%; margin: 0; padding:0;  }
}




/**小慢关于我们**/
.about1{
	background: url(../img/about1.jpg)no-repeat center center/cover;
	padding: 6.3vw 0 10vw;
}

.about1 .outl{
	width: 46.25%;
	padding-top: 2.9vw;
}

.about1 .outl .xqw{
	line-height: 1.7;
	color: #333333;
	margin-top: 31px;
}

.about1 .outl .xmd{
	border-bottom: 1px solid #bee8e7;
	border-top: 1px solid #bee8e7;
	padding: 35px 0 35px;
	margin-top: 50px;
}

.about1 .outl .xmd .xb{
	color: #333333;
}

.about1 .outl .xmd .xm{
	line-height: 1.7;
	color: #333333;
	margin-top: 10px;
}

.about1 .outl .xmp{
	margin-top: 60px;
}

.about1 .outl .xmp ul li{
	float: left;
	margin-right: 6%;
}

.about1 .outl .xmp ul li:last-child{
	margin-right: 0;
}

.about1 .outl .xmp ul li .sz span{
	display: inline-block;
	font-size: 2.5vw;
	line-height: 1;
	color: #acce22;
}

.about1 .outl .xmp ul li .sz i{
	font-style: normal;
	font-size: 50px;
	line-height: 1;
	color: #acce22;
}

.about1 .outl .xmp ul li .wz{
	color: #333333;
	margin-top: 9px;
}

.about1 .outr{
	width: 48.12%;
	position: relative;
}

.about1 .outr:before{
	position: absolute;
	content: "";
	right: 1.3vw;
	bottom: -2.3vw;
	width: 22vw;
    height: 7vw;
	background: url(../img/outra.png)no-repeat center center/cover;
	background-size: 100% 100%;
}

@media(max-width: 1920px){
    .about1 .outl .xmp ul li{
    	float: left;
    	margin-right: 5%;
    }
    .about1 .outl .xmp ul li .sz span { font-size: 2.2vw; }
}
@media(max-width: 1700px){
    .about1 .outl .xmp ul li{
    	float: left;
    	margin-right: 4%;
    }
    .about1 .outl .xmp ul li .sz span { font-size: 2vw; }
}

.about2{
	position: relative;
}

.about2 .bjt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about2 .zsklkb ul li{
	float: left;
	height: 812px;
	text-align: center;
	width: 33.3333%;
	border-right: 1px solid rgba(255, 255, 255, .5);
	position: relative;
}

.about2 .zsklkb ul li:last-child{
	border-right: 0;
}

.about2 .zsklkb ul li .dw{
	position: absolute;
	top: 55%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}

.about2 .zsklkb ul li .bt{
	color: #fff;
	font-size: 30px;
	margin-top: 28px;
}

.about2 .zsklkb ul li .wz{
	line-height: 1.6;
	margin-top: 20px;
	width: 55%;
	overflow: hidden;
	display: inline-block;
	color: rgba(255, 255, 255, .6);
}

.about2 .zsklkb ul li .wz p{
	position: relative;
	left: 0;
	margin-bottom: -100%;
	width: 100%;
	transition: all .5s;
}

.about2 .zsklkb ul li:hover .wz p{
	margin-bottom: 0;
}

.about3{
	background: #f6feff;
	padding: 7.8vw 0 9vw;
}

.about3 .oubt{
	position: relative;
}

.about3 .otufr{
	position: absolute;
	right: 0;
	bottom: 0;
}

.about3 .otufr:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    background: #f5f5f5;
    transform: translate(-50%,-50%);
}

.about3 .otufr .swiper-button-prev,
.about3 .otufr .swiper-button-next{
	position: initial;
	margin-top: 0;
	float: left;
	width: 14px;
	height: 26px;
}

.about3 .otufr .swiper-button-prev:after,
.about3 .otufr .swiper-button-next:after{
	opacity: 0;
}

.about3 .otufr .swiper-button-prev{
	margin-right: 40px;
	background: url(../img/anme1.png)no-repeat center center/cover;
}


.about3 .otufr .swiper-button-next{
    background: url(../img/anm2.png)no-repeat center center/cover;
}

.about3 .mrpt{
	margin-top: 50px;
}

.about3 .mrpt .wzskbdswiper{
	padding: 5px;
}

.about3 .mrpt .wzskbdswiper .swiper-slide{
	background: #fff;
	border-radius: 21px;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.about3 .mrpt .wzskbdswiper .swiper-slide .dwc{
	position: relative;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .img{
	width: 49%;
	position: absolute;
	left: 0;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .img img{
	position: absolute;
	left: 0;
	/*height: 100%;*/
	width: 100%;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .lide{
	width: 51%;
	position: relative;
	padding: 50px 40px 150px 54px;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .lide:before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
    width: 11.2vw;
    height: 2.5vw;
	background: url(../img/lide.png)no-repeat center center/cover;
	background-size: 100% 100%;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xt{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 30px;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xt span{
	color: #333333;
	display: inline-block;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xt i{
	color: #333333;
	font-size: 18px;
	margin-left: 8px;
	font-style: normal;
	display: inline-block;
}

.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xq{
	color: #666666;
	line-height: 1.5;
	margin-top: 20px;
}

.about4{
	background: url(../img/about4.jpg)no-repeat center center/cover;
	padding: 7.8vw 4.5% 8.5vw 8.4%;
}

.about4 .dasddw{
	position: relative;
}

.about4 .dasdcl{
	width: 27%;
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.about4 .dasdcl .xq{
	color: #cceeed;
	margin: 25px 0 4.5vw;
	line-height: 1.6;
	text-align: justify;
}

.zzdgyanop a{
	display: block;
	text-align: center;
	border: 1px solid #fff;
	width: 168px;
	height: 52px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}

.zzdgyanop a:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: all .5s;
}

.zzdgyanop a:hover:before{
	width: 100%;
}

.zzdgyanop a span{
	display: inline-block;
	position: relative;
	z-index: 1;
}

.zzdgyanop a i{
	display: inline-block;
	font-style: normal;
	width: 17px;
	vertical-align: middle;
	height: 14px;
	margin-left: 9px;
	position: relative;
	z-index: 1;
	background: url(../img/ckxqan.png)no-repeat center center/cover;
}

.zzdgyanop a:hover i{
	background: url(../img/ckxqana.png)no-repeat center center/cover;
}

.zzdgyanop a:hover{
	color: #00aaa5;
}

.about4 .dasdcr{
	width: 72%;
	position: relative;
}

.about4 .dasdcr .img{
	line-height: 0;
}

.about4 .dasdcr .dw{
	position: absolute;
	width: 1.0vw;
    height: 1.32vw;
	transform: translate(-50%,-50%);
	background: url(../img/dw.png)no-repeat center center/cover;
	background-size: 100% 100%;
	cursor:pointer;
}

.about4 .dasdcr .dw:hover{
	background: url(../img/dwa.png)no-repeat center center/cover;
}

.about4 .dasdcr .dw .wzd{
	position: absolute;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 206px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border-radius: 5px;
	padding: 12px 0 11px;
	/*background: #fff;*/
	top: -46px;
	display: none;
}

.about4 .dasdcr .dw:hover .wzd{
	display: block;
}

.about4 .dasdcr .dw .wzd{
	display: block;
}
.about4 .dasdcr .dw3 .wzd { left: 40px; top: 50%; transform: translate(0, -50%); text-align: left; }
.about4 .dasdcr .dw2 .wzd { right: auto; left: 30px; top: 50%; transform: translate(0, -50%); text-align: left; }
.about4 .dasdcr .dw4 .wzd { right: auto; left: 30px; top: 50%; transform: translate(0, -50%); text-align: left; }
.about4 .dasdcr .dw3 .wzd { right: auto; left: 30px; top: 50%; transform: translate(0, -50%); text-align: left; }


.about4 .dasdcr .dw1{
    top: 40%;
    left: 20.4%;
}

.about4 .dasdcr .dw2{
    top: 33%;
    left: 26.7%;
}

.about4 .dasdcr .dw3{
	top: 12%;
    left: 34.5%;
}


.about4 .dasdcr .dw4{
    top: 65.9%;
    left: 28%;
}

.about4 .dasdcr .dw5{
    top: 73%;
    left: 33%;
}

.about4 .dasdcr .dw6{
    top: 61.3%;
    left: 56.3%;
}

.about4 .dasdcr .dw7{
    top: 37.8%;
    left: 60.3%;
}

.about4 .dasdcr .dw8{
	top: 36.6%;
    left: 67.6%;
}

.about4 .dasdcr .dw9{
    top: 49.6%;
    left: 71.6%;
}

.about4 .dasdcr .dw10{
    top: 46.9%;
    left: 75.6%;
}

.about4 .dasdcr .dw11{
    top: 42%;
    left: 79.3%;
}

.about4 .dasdcr .dw12{
	top: 28%;
    left: 77.6%;
}

.about4 .dasdcr .dw13{
	top: 19.1%;
    left: 92%;
}

.about4 .dasdcr .dw14{
    top: 76%;
    left: 84.8%;
}

.about5{
	background: #f6feff;
	padding: 7.5vw 0 7.2vw;
}

.about5 .qhks{
	margin-top: 62px;
	overflow: hidden;
	padding: 5px;
}

.about5 .qhks .qhsmqh{
	overflow: initial;
}

.about5 .qhks .qhsmqh .swiper-slide{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 74px 90px 107px 75px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.about5 .qhks .qhsmqh .swiper-slide .btk{
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 36px;
}

.about5 .qhks .qhsmqh .swiper-slide .btk .btl{
	color: #00aaa5;
	font-size: 38px;
	line-height: 1;
}

.about5 .qhks .qhsmqh .swiper-slide .btk .btr{
	font-size: 46px;
	color: #00aaa5;
	line-height: .9;
}

.about5 .qhks .qhsmqh .swiper-slide .btm{
	font-size: 15px;
	color: #555555;
	line-height: 2;
	margin-top: 21px;
}

.about5 .qhks .qhsmqh .swiper-slide .btm p{
	position: relative;
	padding-left: 20px;
}

.about5 .qhks .qhsmqh .swiper-slide .btm p:before{
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00aaa5;
}

.about5 .qhks .danqh{
	position: relative;
	padding: 0 48px;
	text-align: center;
	margin-top: 57px;
}

.about5 .qhks .danqh .swiper-button-prev,
.about5 .qhks .danqh .swiper-button-next{
	margin-top: 0;
	top: 50%;
	width: 48px;
	height: 48px;
	transform: translateY(-50%);
}

.about5 .qhks .danqh .swiper-button-prev{
	left: -1px;
	background: url(../img/mcpreva.png)no-repeat center center/cover;
}

.about5 .qhks .danqh .swiper-button-next{
	right: -1px;
	background: url(../img/mcnexta.png)no-repeat center center/cover;
}

.about5 .qhks .danqh .swiper-button-disabled{
	opacity: 1;
}

.about5 .qhks .danqh .swiper-button-prev:after,
.about5 .qhks .danqh .swiper-button-next:after{
	opacity: 0;
}

.about5 .qhks .danqh:before{
	position: absolute;
	content: "";
	width: 100%;
	background: #cccccc;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
}


.about5 .qhks .danqh .qhxmqh .swiper-slide {
	cursor:pointer;
}

.about5 .qhks .danqh .qhxmqh .swiper-slide .smd{
	font-size: 20px;
	color: #666666;
	transition: all .3s;
}

.about5 .qhks .danqh .qhxmqh .swiper-slide .smb{
	font-size: 22px;
	color: #666666;
	padding-top: 50px;
	position: relative;
	transition: all .3s;
}

.about5 .qhks .danqh .qhxmqh .swiper-slide .smb:before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 9px;
	top: 22px;
	height: 9px;
	background: #cccccc;
	border-radius: 50%;
	transition: all .3s;
}

.about5 .qhks .danqh .qhxmqh .swiper-slide .smb:after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 27px;
	height: 27px;
	top: 12px;
	border-radius: 50%;
	border: 1px solid #acce22;
	transition: all .3s;
	opacity: 0;
}

.about5 .qhks .danqh .qhxmqh .swiper-slide-thumb-active .smb:before{
	background: #acce22;
}

.about5 .qhks .danqh .qhxmqh .swiper-slide-thumb-active .smb:after{
	opacity: 1;
}

.about5 .qhks .danqh .qhxmqh .swiper-slide-thumb-active .smd,
.about5 .qhks .danqh .qhxmqh .swiper-slide-thumb-active .smb{
	color: #acce22;
}

.about6{
	padding: 6.8vw 0 9.3vw;
	position: relative;
}

.about6 .asdasdx{
	position: relative;
	z-index: 2;
}

.about6 .btasdas{
	margin-bottom: 67px;
	position: relative;
}

.about6 .btasdas .boutr{
	position: absolute;
	bottom: 0;
	right: 0;
	bottom: 0;
}

.about6 .btasdas .boutr:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    background: #f5f5f5;
    transform: translate(-50%,-50%);
}

.about6 .btasdas .boutr .swiper-button-prev,
.about6 .btasdas .boutr .swiper-button-next{
	position: initial;
    margin-top: 0;
    float: left;
    width: 14px;
    height: 26px;
}

.about6 .btasdas .boutr .swiper-button-prev:after,
.about6 .btasdas .boutr .swiper-button-next:after{
	opacity: 0;
}

.about6 .btasdas .boutr .swiper-button-prev{
	margin-right: 40px;
	background: url(../img/anme1.png)no-repeat center center/cover;
}


.about6 .btasdas .boutr .swiper-button-next{
    background: url(../img/anm2.png)no-repeat center center/cover;
}

.about6 .wlpswiper .swiper-slide{
	border-radius: 20px;
	overflow: hidden; position: relative;
}
.about6 .wlpswiper .swiper-slide .img:before { position: absolute; content:''; width:100%; left:0; bottom: 0; height: 40%; background: url(../images/aboutbg4.png) no-repeat center bottom/cover; }
.about6 .wlpswiper .swiper-slide .img { position: relative; }
.about6 .wlpswiper .swiper-slide .img .pic2 { max-width: 60%; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; }
.about6 .wlpswiper .swiper-slide .wlpd{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*background: rgba(0, 0, 0, .6);*/
	padding: 22px 25px 28px 25px;
}

.about6 .wlpswiper .swiper-slide .wlpd .dl,
.about6 .wlpswiper .swiper-slide .wlpd .dr{
	color: #fff;
}

.about6 canvas{
	bottom: 2vw;
	z-index: 1;
}

.about6 .wlpswiper { padding-bottom: 50px; }
.about6 .wlpswiper .swiper-pagination { bottom:15px; }
.about6 .wlpswiper .swiper-pagination .swiper-pagination-bullet { position: relative; background: #666666; opacity: 1; margin: 0 10px; }
.about6 .wlpswiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 12px; }
.about6 .wlpswiper  .swiper-pagination-bullet-active { background: #666666; }
.about6 .wlpswiper  .swiper-pagination-bullet:after { content:''; width: 0px; height: 0px; transition: all 0.8s; border-radius: 50%; border:1px solid #666666; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); }
.about6 .wlpswiper  .swiper-pagination-bullet-active:after {  width: 22px; height: 22px; }


@media(max-width: 1680px) {

	.about1 .outl .xmp ul li .sz i{
		font-size: 40px;
	}

	.about2 .zsklkb ul li .dw .icon{
		width: 150px;
		display: inline-block;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk .btl{
		font-size: 28px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk .btr{
		font-size: 34px;
	}
}

@media(max-width: 1500px) {
	.about2 .zsklkb ul li .dw .icon{
		width: 130px;
	}
	.about1 .outl .xmp ul li { margin-right: 4%; }
    .about1 .outl .xmp ul li .wz { font-size: 14px; }
	.about4{
		padding-left: 5%;
	}

	.about1 .outr:before {
	    bottom: -1.5vw;
	}
}

@media(max-width: 1780px){
	.about1 .outl .xmp ul li { margin-right: 4%; }
    .about1 .outl .xmp ul li .wz { font-size: 14px; }
}
@media(max-width: 1380px){
    .about1 .outl .xmp ul li .sz span { font-size: 32px; }
}
@media(max-width: 1280px){
    .about1 .outl .xmp ul li .sz span { font-size: 28px; }
    .about1 .outl .xmp ul li { margin-right: 3%; }
}

@media(max-width: 1480px) {
	.about2 .zsklkb ul li{
		height: 612px;
	}

	.about2 .zsklkb ul li .wz{
		width: 80%;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide{
		padding: 30px 20px 100px 20px;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xt {
	    padding-bottom: 25px;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xq {
	    margin-top: 15px;
	}

	.about5 .qhks .qhsmqh .swiper-slide{
	    padding: 35px 30px 54px 30px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk {
    	padding-bottom: 30px;
	}
}

@media(max-width: 1280px) {
	.about1 .outl .xqw,
	.about1 .outl .xmd .xm{
		font-size: 15px;
	}

	.about1 .outl .xmd {
	    padding: 20px 0 20px;
	    margin-top: 30px;
	}

	.about1 .outl .xmd .xb{
		font-size: 18px;
	}

	.about1 .outl .xmp ul li .sz span,
	.about1 .outl .xmp ul li .sz i{
		font-size: 32px;
	}

	.about1 .outl .xmp{
		margin-top: 40px;
	}

	.about2 .zsklkb ul li .dw .icon{
		width: 100px;
	}

	.about2 .zsklkb ul li .bt{
		font-size: 24px;
	}



	.about5 .qhks .qhsmqh .swiper-slide .btk .btl {
    	font-size: 24px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk .btr {
    	font-size: 28px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk {
    	padding-bottom: 22px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btm {
	    margin-top: 12px;
	}
}

@media(max-width: 1100px) {
	.about1{
		padding: 35px 0 45px;
	}

	.about1 .outl{
		width: 100%;
		padding-top: 0;
	}

	.about1 .outr{
		width: 100%;
		margin-top: 20px;
	}

	.about1 .outr:before {
    	bottom: 1.3vw;
    	right: 14.3vw;
	}

	.about1 .outl .xqw,
	.about1 .outl .xmd .xm{
		font-size: 14px;
	}

	.about1 .outl .xqw{
		line-height: 1.6;
		margin: 8px 0 10px;
	}

	.about1 .outl .xmd {
	    padding: 11px 0 11px;
	    margin-top: 14px;
	}

	.about1 .outl .xmd .xb{
		font-size: 16px;
	}

	.about1 .outl .xmd .xm{
		line-height: 1.6;
		margin-top: 6px;
	}

	.about1 .outl .xmp{
		margin-top: 15px;
	}

	.about1 .outl .xmp ul li .sz span, .about1 .outl .xmp ul li .sz i{
		font-size: 22px;
	}

	.about1 .outl .xmp ul li .wz {
	    margin-top: 2px;
	}

	.about2 .zsklkb ul li {
    	height: 450px;
	}

	.about2 .zsklkb ul li .bt {
    	font-size: 18px;
		margin-top: 5px;
	}

	.about2 .zsklkb ul li .dw .icon{
		width: 80px;
	}

	.about2 .zsklkb ul li .wz{
		margin-top: 10px;
		width: 90%;
	}

	.about3{
		padding: 35px 0 45px;
	}

	.about3 .mrpt{
		margin-top: 20px;
	}

	.about3 .otufr{
		display: none;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide{
		padding: 0 15px 25px 15px;
		width: 100%;
		margin-top: 20px;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .img{
		position: initial;
		width: 100%;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .img img{
		position: initial;
	}

	.about3 .mrpt .wzskbdswiper{
		padding: 1px;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xt i {
    	font-size: 14px;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xt span{
		font-size: 18px;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xt {
    	padding-bottom: 10px;
	}

	.about3 .mrpt .wzskbdswiper .swiper-slide .lide .xq{
		margin-top: 12px;
	}

	.about4{
		padding: 35px 4% 45px;
	}

	.about4 .dasdcl{
		width: 100%;
		position: initial;
		margin-bottom: 20px;
		top:0; transform: translateY(0);
	}

	.about4 .dasdcr{
		width: 100%;
	}

	/*.about4 .dasdcr .dw .wzd{*/
	/*	display: none;*/
	/*}*/

	.about4 .dasdcr .dw:hover {
	    background: url(../img/dw.png)no-repeat center center/cover;
	}

	.about4 .dasdcl .xq{
		margin: 8px 0 15px;
	}

	.zzdgyanop a{
		font-size: 14px;
		width: 140px;
		height: 45px;
		line-height: 43px;
	}

	.zzdgyanop a i {
	    width: 14px;
	    height: 12px;
	}

	.about5{
		padding: 35px 0 45px;
	}

	.about5 .qhks{
		margin-top: 20px;
	}

	.about5 .qhks .qhsmqh .swiper-slide {
	    padding: 20px 15px 25px 15px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk .btl {
	    font-size: 18px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk .btr {
    	font-size: 22px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btk {
    	padding-bottom: 10px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btm{
		font-size: 14px;
		line-height: 1.6;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btm p{
		padding-left: 15px;
	}

	.about5 .qhks .qhsmqh .swiper-slide .btm p:before {
	    top: 9px;
	    width: 4px;
	    height: 4px;
	}

	.about5 .qhks .danqh .qhxmqh .swiper-slide .smd {
	    font-size: 14px;
	}

	.about5 .qhks .danqh .qhxmqh .swiper-slide .smb{
		font-size: 16px;
   		padding-top: 31px;
	}

	.about5 .qhks .danqh .qhxmqh .swiper-slide .smb:after{
		width: 20px;
		height: 20px;
		top: 5px;
	}

	.about5 .qhks .danqh{
		padding: 0 35px;
		margin-top: 18px;
	}

	.about5 .qhks .danqh .swiper-button-prev, .about5 .qhks .danqh .swiper-button-next{
		width: 35px;
		height: 35px;
	}

	.about5 .qhks .danqh .qhxmqh .swiper-slide .smb:before {
	    width: 8px;
	    top: 12px;
	    height: 8px;
	}

	.about6{
		padding: 35px 0 45px;
	}

	.about6 .btasdas .boutr{
		display: none;
	}

	.about6 .btasdas{
		margin-bottom: 20px;
	}

	.about6 .wlpswiper .swiper-slide .wlpd {
    	padding: 15px 15px 15px 15px;
	}

	.about6 .wlpswiper .swiper-slide{
		border-radius: 15px;
	}

	.about6 .wlpswiper .swiper-slide .wlpd .dr{
		float: left;
		width: 100%;
		margin-top: 5px;
	}

	.about6 .wlpswiper .swiper-slide{
		background: #000;
	}
	.about4 .dasdcr .dw4 .wzd { font-size: 13px; }
	.about4 .dasdcr .dw1 .wzd { padding: 20px 0 0; }
	.about4 .dasdcr .dw2 .wzd { left: auto; right: 20px; top: 50%; transform: translate(0, -50%); text-align: right; }
    .about4 .dasdcr .dw4 .wzd { left: auto;right: 20px;top: 50%;transform: translate(0, -50%);text-align: right;}
    .about4 .dasdcr .dw3 .wzd { left: auto; right: 20px; top: 50%; transform: translate(0, -50%); text-align: right; }
    
    .about4 .dasdcr .dw4 .wzd{text-align: center;width: 206px;left: 50%;transform: translateX(-50%);overflow: hidden;border-radius: 5px;padding: 25px 0 0px;/*background: #fff;*/top: -46px; }
    .about4 .dasdcr .dw2 .wzd{text-align: center;width: 206px;left: 50%;transform: translateX(-50%);overflow: hidden;border-radius: 5px;padding: 0px 0 0px;/*background: #fff;*/top: 20px; }
}

@media(max-width: 750px) {
	.about2 .zsklkb ul li{
		width: 100%;
		border-right: 0;
		height: 240px;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
}

@media(max-width: 450px) {
	.about1 .outl .xmp ul li{
		width: 50%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.about1 .outl .xmp ul li:last-child{
		width: 100%;
		margin-bottom: 0;
	}
}   




/**联系我们**/
.lxwm1{
	padding: 5.5vw 0 8.3vw;
}

.lxwm1 .anmo{
	margin-bottom: 37px;
}

.lxwm1 .anmo .nmor ul li{
	float: left;
	font-size: 18px;
	border-radius: 40px;
	color: #999999;
	border: 1px solid #d1d1d1;
	padding: 12px 46px 13px 46px;
	margin-right: 20px;
	cursor:pointer;
}

.lxwm1 .anmo .nmor ul li:last-child{
	margin-right: 0;
}

.lxwm1 .anmo .nmor ul li.cur{
	color: #fff;
	background: #00aea9;
	border-color: #00aea9;
}

.lxwm1 .asdaxcvbv .box .moudl{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
	position: relative;
}

.lxwm1 .asdaxcvbv .box .moudl .zmddx{
	width: 50%;
	position: absolute;
	height: 100%;

}

.lxwm1 .asdaxcvbv .box .moudl .zmddx img{
	/*position: absolute;*/
	/*height: 100%;*/
}
.lxwm1 .asdaxcvbv .box .moudl .zmddx .allmap { width: 100%; height: 400px;}

.lxwm1 .asdaxcvbv .box .moudl .zmddr{
	width: 50%;
	padding: 70px 50px 50px 80px;
}

.lxwm1 .asdaxcvbv .box .moudl .zmddr .bt{
	font-size: 32px;
	color: #333333;
	margin-bottom: 36px;
}

.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla{
	margin-bottom: 29px;
}

.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla:last-child{
	margin-bottom: 0;
}

.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla .dwsdasd{
	position: relative;
}

.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla .icon{
	border-radius: 50%;
	border: 2px solid #e6e6e6;
}

.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla .wz{
	font-size: 20px;
	color: #666666;
	left:78px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lxwm2{
	background: #f6feff;
	padding: 5vw 0 7.5vw;
}

.lxwm2 .xpdlbt{
	margin-bottom: 32px;
}

.lxwm2 .xmdalsd .alsdl{
	width: 49.4%;
}

.lxwm2 .xmdalsd .alsdl ul li{
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}

.lxwm2 .xmdalsd .alsdl ul li:last-child{
	margin-bottom: 0;
}

.lxwm2 .xmdalsd .alsdl ul li .dwpo{
	position: relative;
	padding-left: 45px;
}

.lxwm2 .xmdalsd .alsdl ul li .dwpo .icon{
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);
}

.lxwm2 .xmdalsd .alsdl ul li .dwpo .input{
	width: 100%;
}

.lxwm2 .xmdalsd .alsdl ul li .dwpo .input input{
	width: 100%;
	border: 0;
	color: #666666;
	font-size: 20px;
	height: 80px;
	background: rgba(0, 0, 0, 0);
}


.lxwm2 .xmdalsd .alsdl ul li .dwpo .input input::-webkit-input-placeholder{
    color:#666666;
}

.lxwm2 .xmdalsd .alsdl ul li .dwpo .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666666;
}

.lxwm2 .xmdalsd .alsdl ul li .dwpo .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666666;
}

.lxwm2 .xmdalsd .alsdl ul li .dwpo .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666666;
}  

.lxwm2 .xmdalsd .alsdr{
	width: 49.4%;
}

.lxwm2 .xmdalsd .alsdr .smdly .dwpo{
	position: relative;
	padding-left: 46px;
	padding-right: 20px;
}

.lxwm2 .xmdalsd .alsdr .smdly .dwpo .dlr{
	position: absolute;
	left: 20px;
	top: 3px;
}

.lxwm2 .xmdalsd .alsdr .smdly{
	background: #fff;
	padding: 26px 0 0 0;
	border-radius: 5px;
}

.lxwm2 .xmdalsd .alsdr .smdly .dlz{
	line-height: 0;
	width: 100%;
}

.lxwm2 .xmdalsd .alsdr .smdly .dlz textarea{
	height: 254px;
	border: 0;
	resize:none;
	color: #666666;
	font-size: 20px;
	width: 100%;
	font-family: "Source Han Sans SC", "PingFang SC", 微软雅黑, "Heiti SC", Helvetica, "Microsoft YaHei", Verdana, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", 黑体, SimSun, sans-serif,"Arial", "micrsoft yahei";
}

.lxwm2 .xmdalsd .alsdr .smdly .dlz textarea::-webkit-input-placeholder{
    color:#666666;
}

.lxwm2 .xmdalsd .alsdr .smdly .dlz textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666666;
}

.lxwm2 .xmdalsd .alsdr .smdly .dlz textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666666;
}

.lxwm2 .xmdalsd .alsdr .smdly .dlz textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666666;
}

.lxwm2 .xmdalsd .alsdr .tjanm{
	margin-top: 20px;
} 

.lxwm2 .xmdalsd .alsdr .tjanm input{
	height: 80px;
	color: #fff;
	background: #00aea9;
	border-radius: 5px;
	width: 100%;
	font-size: 24px;
	border: 0;
}

@media(max-width: 1920px) {
	.lxwm1 .asdaxcvbv .box .moudl .zmddr .bt {
	    font-size: 28px;
	}
}


@media(max-width: 1480px) {
	.lxwm1 .asdaxcvbv .box .moudl .zmddr .bt {
	    font-size: 28px;
	}

	.lxwm1 .asdaxcvbv .box .moudl .zmddr{
		padding: 40px 30px 50px 30px;
	}

	.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla .wz{
		font-size: 18px;
	}

	.lxwm2 .xmdalsd .alsdl ul li .dwpo .input input,
	.lxwm2 .xmdalsd .alsdr .smdly .dlz textarea{
		font-size: 18px;
	}

	.lxwm2 .xmdalsd .alsdr .tjanm input{
		font-size: 20px;
	}

	.lxwm2 .xmdalsd .alsdr .smdly .dwpo .dlr {
	    top: 2px;
	}

	/*.lxwm1 .asdaxcvbv .box .moudl .zmddx img { width: auto!important; height: 100%; }*/
}

@media(max-width: 1100px) {
	.lxwm1 .anmo .nmor ul li{
		font-size: 14px;
		padding: 5px 23px 5px 23px;
		margin-right: 10px;
	}

	.lxwm1{
		padding: 35px 0 45px;
	}

	.lxwm1 .anmo{
		margin-bottom: 20px;
	}

	.lxwm1 .asdaxcvbv .box .moudl .zmddx img,
	.lxwm1 .asdaxcvbv .box .moudl .zmddx{
		position: initial;
		width: 100%;
	}

	.lxwm1 .asdaxcvbv .box .moudl .zmddr{
		width: 100%;
		padding: 20px 15px;
	}

	.lxwm1 .asdaxcvbv .box .moudl .zmddr .bt {
    	font-size: 22px;
    	margin-bottom: 15px;
	}

	.lxwm1 .asdaxcvbv .box .moudl{
		border-radius: 10px;
	}

	.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla .wz{
		font-size: 15px;
		left: 70px;
	}

	.lxwm1 .asdaxcvbv .box .moudl .zmddr .icomdla .dla {
    	margin-bottom: 10px;
	}

	.lxwm2{
		padding: 35px 0 45px;
	}

	.lxwm2 .xpdlbt{
		margin-bottom: 20px;
	}

	.lxwm2 .xmdalsd .alsdl{
		width: 100%;
	}

	.lxwm2 .xmdalsd .alsdl ul li .dwpo .input input{
		height: 40px;
		font-size: 14px;
	}

	.lxwm2 .xmdalsd .alsdl ul li .dwpo {
    	padding-left: 32px;
	}

	.lxwm2 .xmdalsd .alsdl ul li .dwpo .icon {
	    top: 52%;
	    left: 5px;
	}

	.lxwm2 .xmdalsd .alsdr{
		width: 100%;
		margin-top: 20px;
	}

	.lxwm2 .xmdalsd .alsdr .smdly .dwpo .dlr{
		left: 5px;
	}

	.lxwm2 .xmdalsd .alsdr .smdly .dlz textarea{
		font-size: 14px;
		height: 120px;
	}

	.lxwm2 .xmdalsd .alsdr .smdly .dwpo {
	    padding-left: 32px;
	    padding-right: 15px;
	}

	.lxwm2 .xmdalsd .alsdr .smdly {
	    padding: 15px 0 0 0;
	}

	.lxwm2 .xmdalsd .alsdr .tjanm input{
		font-size: 16px;
		height: 50px;
	}
}


/**其他**/
.qtmopdk1{
	background: #f6feff;
	padding: 7.3vw 0 6.3vw;
	position: relative;
}

.qtmopdk1:before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
    width: 19.7vw;
    height: 18.1vw;
	background: url(../img/qtmopdk1.png)no-repeat center center/cover;
	background-size: 100% 100%;
}

.qtmopdk1 .pdkbt .adsnl{
	position: relative;
}

.qtmopdk1 .pdkbt .adsnl .pdkbtr{
	position: absolute;
	bottom: 0;
	right: 0;
}

.qtmopdk1 .pdkbt .adsnl .pdkbtr ul li{
	float: left;
	margin-right: 47px;
}

.qtmopdk1 .pdkbt .adsnl .pdkbtr ul li a{
	display: block;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	position: relative;
}

.qtmopdk1 .pdkbt .adsnl .pdkbtr ul li a.cur{
	color: #00aaa5;
}

.qtmopdk1 .pdkbt .adsnl .pdkbtr ul li a:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	right: -25px;
	background: #dde4e5;
}

.qtmopdk1 .pdkbt .adsnl .pdkbtr ul li:last-child{
	margin-right: 0;
}

.qtmopdk1 .pdkbt .adsnl .pdkbtr ul li:last-child a:before{
	display: none;
}

.qtmopdk1 .xzqmod{
	margin-top: 46px;
}

.qtmopdk1 .xzqmod .mpdqdl{
	margin-right: 1%;
	width: 28.5%;
	position: relative;
}

.qtmopdk1 .xzqmod .mpdqdl:before{
	position: absolute;
	content: "";
	right: 45px;
	top: 50%;
	width: 19px;
	height: 10px;
	z-index: 100;
	transform: translateY(-50%);
	background: url(../img/mpdqdl.png)no-repeat center center/cover;
}

.qtmopdk1 .xzqmod .mpdqdl select{
	width: 100%;
	color: #666666;
	height: 60px;
	position: relative;
	z-index: 1;
	padding: 0 39px;
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none; 
	font-size: 18px;
	background: rgba(0, 0, 0, 0);
	border-radius: 40px;
	border: 1px solid #dfe6e7;
}

.qtmopdk1 .xzqmod .mpdqdl select option{
	font-size: 16px;
	color: #666666;
}

.qtmopdk1 .xzqmod .mpdqde{
	position: relative;
	width: 41%;
}

.qtmopdk1 .xzqmod .mpdqde .inp{
	width: 100%;
	border: 1px solid #dfe6e7;
	border-radius: 40px;
	font-size: 18px;
	height: 60px;
	padding: 0 39px;
	background: rgba(0, 0, 0, 0);
}

.qtmopdk1 .xzqmod .mpdqde .inp::-webkit-input-placeholder{
    color:#666666;
}

.qtmopdk1 .xzqmod .mpdqde .inp::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666666;
}

.qtmopdk1 .xzqmod .mpdqde .inp:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666666;
}

.qtmopdk1 .xzqmod .mpdqde .inp:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666666;
}  

.qtmopdk1 .xzqmod .mpdqde .anmo{
	position: absolute;
	right: 36px;
	top: 50%;
	border: 0;
	transform: translateY(-50%);
	width: 23px;
	height: 24px;
	background: url(../img/anmo.png)no-repeat center center/cover;
}

.qtmopdk1 .plmxs{
	margin-top: 58px;
	margin-bottom: 27px;
}

.qtmopdk1 .plmxs ul{
	display: flex;
	flex-wrap:wrap;
}

.qtmopdk1 .plmxs ul li{
	float: left;
    margin-right: 1.52%;
    background: #fff;
    width: 32.32%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    margin-bottom: 1.52%;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
}

.qtmopdk1 .plmxs ul li:nth-child(3n){
	margin-right: 0;
}

.qtmopdk1 .plmxs ul li a{
	display: block;
	position: relative;
	padding: 67px 47px 6.5vw 47px;
}

.qtmopdk1 .plmxs ul li a:before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
    width: 8.5vw;
    height: 7.4vw;
	background: url(../img/plmxs.png)no-repeat center center/cover;
	background-size: 100% 100%;
	transition: all .5s;
}

.qtmopdk1 .plmxs ul li a .pdkbt{
	color: #333333;
	padding-bottom: 21px;
	border-bottom: 1px solid #fff;
	transition: all .5s;
}

.qtmopdk1 .plmxs ul li a .pdlnt{
	margin-top: 34px;
}

.qtmopdk1 .plmxs ul li a .pdlnt .nt{
	margin-bottom: 21px;
}

.qtmopdk1 .plmxs ul li a .pdlnt .nt:last-child{
	margin-bottom: 0;
}

.qtmopdk1 .plmxs ul li a .pdlnt .nt .n{
	color: #858585;
	font-size: 18px;
	line-height: 1;
	width: 92px;
	margin-right: 2px;
	transition: all .5s;
}

.qtmopdk1 .plmxs ul li a .pdlnt .nt .t{
	color: #666666;
	font-size: 18px;
	line-height: 1;
	transition: all .5s;
}

.qtmopdk1 .plmxs ul li:hover{
	background: #00aaa5;
}

.qtmopdk1 .plmxs ul li:hover a .pdkbt{
	border-color: #32bbb7;
	color: #fff;
}

.qtmopdk1 .plmxs ul li:hover a .pdlnt .nt .n{
	color: #bbe8e7;
}

.qtmopdk1 .plmxs ul li:hover a .pdlnt .nt .t{
	color: #fff;
}

.qtmopdk1 .plmxs ul li a:before{
	background: url(../img/plmxsa.png)no-repeat center center/cover;
}

.fyqxm{
	text-align: center;
	line-height: 0;
}

.fyqxm .fyqz{
	display: inline-block;
}

.fyqxm a{
	float: left;
	display: block;
	line-height: 1;
	font-size: 16px;
	width: 50px;
	height: 50px;
	color: #666666;
	line-height: 48px;
	border-radius: 50%;
	margin-right: 9px;
	border: 1px solid #babfbf;
}

.fyqxm a:last-child{
	margin-right: 0;
}

.fyqxm a.cur{
	background: #00aaa5;
	color: #fff;
	border-color: #00aaa5;
}

.fyqxm a:hover{
	background: #00aaa5;
	color: #fff;
	border-color: #00aaa5;
}

.fyqxm a.prev:hover,
.fyqxm a.next:hover{
	background: #acce22;
	border-color: #acce22;
}

.xmdfooter{
	background: #f5fdfe;
	padding-top: 70px;
	position: relative;
}

.xmdfooter:before{
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	height: 7px;
	width: 100%;
	background: url(../img/xmdfooter.png)no-repeat center center/cover;
}

.xmdfooter .moudt .oudtl .dtls{
	color: #666666;
	margin-top: 30px;
}

.xmdfooter .moudt .oudtl .dtls p {
	margin-bottom: 10px;
}

.xmdfooter .moudt .oudtl .dtls p:last-child{
	margin-bottom: 0;
}

.xmdfooter .moudt .oudtl .dtlm{
	margin-top: 37px;
}

.xmdfooter .moudt .oudtl .dtlm .lma{
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	border: 1px solid #e3eaeb;
	border-radius: 40px;
	line-height: 38px;
	margin-right: 14px;
}

.xmdfooter .moudt .oudtl .dtlm .lma:last-child{
	margin-right: 0;
}

.xmdfooter .moudt .oudtl .dtlm .lma span{
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-right: 4px;
	margin-top: -1px;
	vertical-align: middle;
	background: url(../img/lma.png)no-repeat center center/cover;
}

.xmdfooter .moudt .oudtl .dtlm .lma:last-child span{
	display: inline-block;
	width: 20px;
	height: 17px;
	background: url(../img/lma1.png)no-repeat center center/cover;
}

.xmdfooter .moudt .oudtl .dtlm .lma i{
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	color: #666666;
}

.xmdfooter .moudt .oudtl .dtlm .lma a{
	display: block;
	position: relative;
}

.xmdfooter .moudt .oudtl .dtlm .lma a .ewm{
	position: absolute;
	width: 130px;
	height: 130px;
	top: -141px;
	background: #000;
	display: none;
}

.xmdfooter .moudt .oudtl .dtlm .lma:hover a .ewm{
	display: block;
}

.xmdfooter .moudt .oudtr dl {
	float: left;
	margin-right: 80px;
}

.xmdfooter .moudt .oudtr dl:last-child{
	margin-right: 0;
}

.xmdfooter .moudt .oudtr dl dt{
	margin-bottom: 14px;
}

.xmdfooter .moudt .oudtr dl dt a{
	font-size: 17px;
	color: #333333;
	display: block;
}

.xmdfooter .moudt .oudtr dl dd{
	margin-bottom: 5px;
}

.xmdfooter .moudt .oudtr dl dd a{
	font-size: 14px;
	color: #666666;
	display: block;
}

.xmdfooter .moudbto{
	border-top: 1px solid #dce3e4;
	padding-top: 24px;
	padding-bottom: 27px;
	margin-top: 57px;
}

.xmdfooter .moudbto .btole{
	color: #999999;
	line-height: 1;
	font-size: 12px;
}

.xmdfooter .moudbto .btore a{
	display: block;
	color: #999999;
	float: left;
	line-height: 1;
	font-size: 12px;
}

@media(max-width: 1480px) {
	.qtmopdk1 .plmxs ul li a {
	    padding: 45px 25px 6.5vw 25px;
	}

	.xmdfooter .moudt .oudtr dl {
	    margin-right: 40px;
	}
}

@media(max-width: 1100px) {
	.qtmopdk1{
		padding: 35px 0 45px;
	}

	.qtmopdk1 .pdkbt .adsnl .pdkbtr ul li a{
		font-size: 16px;
	}

	.qtmopdk1 .xzqmod .mpdqdl select{
		font-size: 14px;
		height: 45px;
		padding: 0 22px;
	}

	.qtmopdk1 .xzqmod .mpdqdl:before{
		right: 22px;
		width: 13px;
	}

	.qtmopdk1 .xzqmod .mpdqdl select option{
		font-size: 14px;
	}

	.qtmopdk1 .xzqmod .mpdqde .inp{
		font-size: 14px;
		height: 45px;
		padding: 0 22px;	
	}

	.qtmopdk1 .xzqmod .mpdqde .anmo{
		right: 22px;
		width: 18px;
		height: 18px;
	}

	.qtmopdk1 .plmxs{
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.qtmopdk1 .plmxs ul li a{
		padding: 20px 15px 25px 15px;
	}

	.qtmopdk1 .plmxs ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.qtmopdk1 .plmxs ul li:nth-child(3n){
		margin-right: 2%;
	}

	.qtmopdk1 .plmxs ul li:nth-child(2n){
		margin-right: 0;
	}

	.qtmopdk1 .plmxs ul li a .pdkbt{
		font-size: 18px;
		padding-bottom: 12px;
	}

	.qtmopdk1 .plmxs ul li a:before{
		display: none;
	}

	.qtmopdk1 .plmxs ul li a .pdlnt .nt .n,
	.qtmopdk1 .plmxs ul li a .pdlnt .nt .t{
		font-size: 14px;
	}

	.qtmopdk1 .plmxs ul li a .pdlnt .nt{
		margin-bottom: 10px;
	}

	.qtmopdk1 .plmxs ul li a .pdlnt {
	    margin-top: 20px;
	}

	.xmdfooter .moudt .oudtr,
	.xmdfooter .moudbto{
		display: none;
	}

	.xmdfooter{
		padding: 35px 0 45px;
	}

	.xmdfooter .moudt .oudtl .dtls{
		margin-top: 10px;
	}

	.xmdfooter .moudt .oudtl .dtls p{
		margin-bottom: 5px;
	}

	.xmdfooter .moudt .oudtl .dtlm{
		margin-top: 20px;
	}

	.fyqxm a{
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 38px;
	}

	.qtmopdk1 .xzqmod{
		margin-top: 20px;
	}


}

@media(max-width: 750px) {
	.qtmopdk1 .xzqmod .mpdqdl{
		width: 100%;
		margin-bottom: 20px;
	}

	.qtmopdk1 .xzqmod .mpdqde{
		width: 100%;
	}

	.qtmopdk1 .plmxs ul li a .pdlnt .nt .n, .qtmopdk1 .plmxs ul li a .pdlnt .nt .t{
		font-size: 12px;
	}

	.qtmopdk1 .plmxs ul li a .pdlnt .nt .n{
		width: 62px;
	}

	.qtmopdk1 .plmxs ul li a .pdkbt {
	    font-size: 16px;
	}
}


/*首页ADD*/
.homePage { height: 100vh; width: 100%; position: relative; overflow: hidden; }
.p1 { position: relative; background: url(../imga/h1bg.jpg) no-repeat center/cover; }
.homeA { width: 100%; position: absolute; top:50%; transform:translateY(-50%); }
/*.homeA-a { max-width: 700px; }*/
.homeA-a .bsdfmm .b { color:#acce22; }
.homeA-a .bsdfmm .b:before { background: url(../img/gybte.png) no-repeat left center; }
.homeA-a .con { margin:1.8vw 0; color:#fff; }
.homeA-a .con .c1 { font-size: 18px; color:#fff; }
.homeA-a .con .c2 { font-size: 16px; margin: 10px 0 0; line-height: 1.8; color:#fff; }
.homeA-b { margin-bottom:3vw; }
.homeA-b ul li { float:left; margin-right:65px; padding-bottom: 20px; background: url(../imga/hmbg2.png) no-repeat left bottom; }
.homeA-b ul li .t { font-size:58px; color:#fff; }
.homeA-b ul li .t .d { font-size:38px; }
.homeA-b ul li .c { font-size:16px;color:#fff; margin-top:0px; }
.homeA-b ul li:last-child { margin-right:0; }

.homeA-a .ckxqan a { width: auto; padding: 0 30px; display:inline-block; background: none; border:1px solid #fff; color:#fff; }
.homeA-a .ckxqan a:hover { border:1px solid #acce22; background: #acce22; }
.homeA-a .ckxqan a.vid { padding-left:4px; margin-left: 10px; }
.homeA-a .ckxqan a.vid i { background: url(../imga/h1vid.png) no-repeat center/cover; margin-right: 4px; width: 44px; margin-left:0; margin-top:2px; vertical-align:top; height: 44px; }
@media(max-width: 1750px){
	.homeA-a .con .c2 { line-height: 1.6; }
	.homeA-b ul li .t { font-size:48px; }
	.homeA-b ul li .t .d { font-size:30px; }
}
@media(max-width: 1480px){
	.homeA-a .con .c2 { line-height: 1.5; }
	.homeA-b ul li .t { font-size:38px; }
	.homeA-b ul li .t .d { font-size:24px; }
	.homeA-a .con .c1 { font-size:16px; }
}
@media(max-width: 1280px){
	.homeA-b ul li .t { font-size:30px; }
	.homeA-b ul li .t .d { font-size:20px; }
	.homeA-a .con .c1 { font-size:16px; }
	.homeA-a .con .c2 { font-size:14px; }
}
@media(max-width: 1100px){
	.homeA-a .con { margin:20px 0; }
	.homeA-b ul li { width: 50%; margin-right:0; }
	.homeA-b ul li:nth-child(n+3) { margin-top: 30px; }
	.homeA-a .ckxqan a.vid i { width: 40px; height: 40px; }
	.homeA-b { margin-bottom:30px; }
}
@media(max-width: 400px){
	.homeA-a .ckxqan a { padding: 0 20px; }
}
@media(max-width: 350px){
	.homeA-a .ckxqan a { padding: 0 10px; }
	.homeA-a .con { margin:12px 0; }
	.homeA-b ul li:nth-child(n+3) { margin-top: 20px; }
	.homeA-b { margin-bottom:20px; }
}

.p2 { position: relative; background: url(../imga/h2bg.jpg) no-repeat center/cover; }
.homeB-a { position: absolute; left:0; top:45%; transform:translateY(-50%); width: 40%; max-width:460px; }
.homeB-a .c { font-size: 16px;color:#333333; line-height: 1.8; margin:1.5vw 0 4vw; }

.ckxqanA a { width: auto; padding: 0 30px; display:inline-block; background: none; border:1px solid #ddd; color:#333; }
.ckxqanA a i { background: url(../img/ckxqana.png) no-repeat center/cover; }
.ckxqanA a:hover i { background: url(../img/ckxqan.png) no-repeat center/cover; }
.ckxqanA a:hover { border:1px solid #acce22; background: #acce22; color:#fff; }

.homeB-b { float:right; width: 60%; }
.homeB-b ul li { transition: all 0.5s; background: url(../imga/h3bg1.png) no-repeat bottom left/cover; border-radius:20px; overflow: hidden; float:left; width: calc(50% - 8px); margin-right:16px; }
.homeB-b ul li:nth-child(2) { margin-right:0; }
.homeB-b ul li:hover { transform:scale(0.9); }
.homeB-b ul li a { display:block; padding:4.5vw 1.5vw 4vw; text-align:center; }
.homeB-b ul li .topTit .et { font-size:24px;color:#fff; }
.homeB-b ul li .topTit .t { font-size:34px; margin: 8px 0 1.5vw; color:#fff; }
.homeB-b ul li .icon { margin-bottom:4vw; display: inline-block; width: 4vw; height: 4vw; max-width:73px; max-height:73px; background: url(../imga/h3bg2.png) no-repeat center/cover; }

@media(max-width: 1750px){
	.homeB-b ul li .topTit .et { font-size:22px; }
	.homeB-b ul li .topTit .t { font-size:30px; }
}
@media(max-width: 1480px){
	.homeB-b ul li .topTit .et { font-size:20px; }
	.homeB-b ul li .topTit .t { font-size:26px; }
	.homeB-a { width: 38%; }
	.homeB-b { width: 58%; }
}
@media(max-width: 1100px){
	.homeB-a .c { line-height: 1.6; margin:15px 0 20px; }
	.homeB-b ul li .topTit .et { font-size:18px; }
	.homeB-b ul li .topTit .t { font-size:22px; }
	.homeB-a { max-width: 100%; position: relative; left:0; top:0; float:left; transform:translateY(0); width: 100%; }
	.homeB-b { margin-top: 20px; width: 100%; }
}
@media(max-width: 600px){
	.homeB-b ul li .topTit .et { font-size:16px; }
	.homeB-b ul li .topTit .t { font-size:18px; }
	.homeB-b ul li a { padding:20px 12px 20px; }
	.homeB-b ul li .topTit .t { margin: 5px 0 15px; }
	.homeB-b ul li { border-radius:10px; }
	.homeB-b ul li .icon { margin-bottom:20px; width: 40px; height: 40px; }
}	

.p3 { background: #fafdfd; }
.homeC { position: relative; z-index: 5; }
.p3 .lizi { position: absolute; left:0; bottom:0; width: 100%; height: 10vh; min-height: 150px; }
.homeC-a { position: relative; }
.homeC-a .ckxqan { position: absolute; right:0; top: 50%; transform:translateY(-50%); }
.homeC-b { margin-top: 50px; }
.homeC-c { position: relative; background: #00aea9; transition: all 0.5s; height: 360px; border-radius:20px; overflow: hidden; text-align:center; }
.homeC-c .icon { margin: 0 auto; transition: all 0.5s; margin-bottom:15px; width:130px; height:130px; overflow: hidden; }
/*.homeC-c .con { min-height:150px; }*/
.homeC-c .con .t { font-size:20px; color:#fff; margin-bottom: 10px; }
.homeC-c .con .c { height:auto; overflow: hidden; transition: all 0.5s; line-height: 1.8; color:#fff; font-size:16px; }
/*.homeC-c:hover { background: #b3d722; padding-top: calc(3vw - 20px); }*/
.homeC-c:hover { background: #b3d722; transform: scale(0.98); }
/*.homeC-c:hover .con .c { height: 56px; }*/
/*.homeC-c .con .c { height: 56px; }*/
/*.homeC-c:hover .icon { width:100px; height:100px; }*/
.homeC-b .swiper-button-next:after,.homeC-b .swiper-button-prev:after { font-size: 20px; color:#fff; }
.homeC-b .swiper-button-next:hover:after,.homeC-b .swiper-button-prev:hover:after { color:#fff; }
.homeC-b .swiper-button-next { width: 48px; height: 48px; border-radius: 50%; background:#666; right: -60px; }
.homeC-b .swiper-button-prev { width: 48px; height: 48px; border-radius: 50%; background:#666; left: -80px; }
.homeC-b .swiper-button-next:hover,.homeC-b .swiper-button-prev:hover { background:#b3d722; }
.homeC-c .cc { text-align: center; height:0; overflow: hidden;}
.homeC-c:hover .cc { height: 150px; }
.homeC-c:hover .icon  { width: 90px; height: 90px; }
.homeC-d { position: absolute; top: 50%; transform: translateY(-50%); left:0; width: 100%; padding: 0 1.5vw; }
.homeC-c .cc a { background:#b3d722; margin: 20px auto 0; border:1px solid #fff; }


@media(max-width: 1750px){
	.homeC-c .con .t { font-size:18px; }
	.homeC-b { margin-top: 40px; }
	.homeC-b .swiper-button-next { right: -60px; }
    .homeC-b .swiper-button-prev { left: -70px; }
	
}
@media(max-width: 1500px){
	.homeC-c .con .t { font-size:18px; }
	.homeC-c .icon { width: 110px; height: 110px; }
	.homeC-c:hover .icon { width:80px; height:80px; }
	.homeC-b { margin-top: 40px; }
}
@media(max-width: 1300px){
	.homeC-b { margin-top: 30px; }
	.homeC-c { padding: 50px 15px 40px; }
	/*.homeC-c:hover { background: #b3d722; padding-top: 30px; }*/
	.homeC-c .con .t { font-size:18px; }
	.homeC-c .icon { width: 110px; height: 110px; margin-bottom: 16px; }
	.homeC-c:hover .icon { width:80px; height:80px; }
	.homeC-b .swiper-button-next { width: 40px; height: 40px; right: -50px; }
    .homeC-b .swiper-button-prev { width: 40px; height: 40px; left: -50px; }
}

@media(max-width: 1100px){
	.homeC-b { margin-top: 20px; }
	.homeC-b .swiper-button-next { right: 10px; }
	.homeC-b .swiper-button-prev { left: 10px; }
	.homeC-b .swiper-button-next:after,.homeC-b .swiper-button-prev:after { font-size: 18px; color:#fff; }
	.p3 .lizi canvas { display:block; }
	.about4 .dasdcr .dw { width: 15px; height: 20px; }
}


.p5 { background: url(../imga/p5bg.jpg) no-repeat center/cover; }
.homeE-b { margin-top: 50px; }
.homeE-b ul li { float:left; width: calc(16.6666% - 10px); margin-right: 12px; }
.homeE-b ul li:nth-child(n+7) { margin-top: 12px; }
.homeE-b ul li:nth-child(6n) { margin-right: 0; }
.homeE-c { position: absolute; right:0; top:50%; transform:translateY(-50%); width: 68px; height: 30px; }
.homeE-b ul li img { width: 100%; }


.homeE-c .swiper-button-next:after,.homeE-c .swiper-button-prev:after { font-size: 26px; color:#666; }
.homeE-c .swiper-button-next:hover:after,.homeE-c .swiper-button-prev:hover:after { color:#b3d722; }
.homeE-c .swiper-button-next { right: 0px; }
.homeE-c .swiper-button-prev { left: 0px; }

.homeE-b p { font-size:16px; text-align: right; color:#999; margin-top: 20px; }

@media(max-width: 1500px){
	.homeE-b { margin-top: 40px; }
}
@media(max-width: 1300px){
	.homeE-b { margin-top: 30px; }
}
@media(max-width: 1100px){
	.homeE-b { margin-top: 20px; }
	.homeE-b ul li { width: calc(33.333% - 8px); margin-right:12px; }
	.homeE-b ul li:nth-child(n+4) { margin-top: 12px; }
	.homeE-b ul li:nth-child(6n) { margin-right: 12px; }
	.homeE-b ul li:nth-child(3n) { margin-right: 0; }
}


.cxmo1 .cxmyt .bsbj .wdads { padding: 0px 50px 0 0; border-radius: 20px; overflow:hidden; }
.cxmo1 .cxmyt .addQtA .dwk-baq .img { border-radius: 20px; }
.cxmo1 .cxmyt .addQtA .dwk-baq { float:left; position: relative; width: 50%; }
.cxmo1 .cxmyt .addQtA .dwk-baq .img:before { left:auto; right:35px; }
.cxmo1 .cxmyt .addQtA .dwk-baq .img img { position: relative; width: 100%; height: auto; }
.addQtA-a { width: 50%; position: absolute; top:50%; transform:translateY(-50%); right:0; padding:0 3.5vw 0 3.5vw; }
.addQtA-a .t { font-size:32px; color:#333333; padding-bottom: 35px; border-bottom:1px solid #dedede; }
.addQtA-a .con { margin:20px 0 20px; font-size: 20px; line-height: 1.6; }
.addQtA-a .con .c { font-size: 20px; color:#666666; padding: 15px 0 15px 55px; }
.addQtA-a .con .c1 { background: url(../img/add1.png) no-repeat left center; }
.addQtA-a .con .c2 { background: url(../img/add2.png) no-repeat left center; }
.addQtA-a .more a { display:inline-block; border:1px solid #ddd; padding: 12px 30px; border-radius:60px; }
.addQtA-a .more a span { padding-right: 25px; background: url(../img/add3.png) no-repeat right center; display: inline-block; font-size:16px;color:#333; }
.addQtA-a .more a:hover span { background: url(../img/add4.png) no-repeat right center; color:#fff; }
.addQtA-a .more a:hover { background: #00aca7; border-color:#00aca7; }


@media(max-width: 1920px){
	.cxmo1 .cxmyt .addQtA .dwk-baq { width: 50%; height: auto; }
	.addQtA-a { width:50%; }
	.addQtA-a .t { font-size:1.4vw; }
	.addQtA-a .con { font-size:18px; }
	.cxmo1 .cxmyt .bsbj .wdads { padding: 0 45px 0 0; }
}

@media(max-width: 1700px){
	.addQtA-a .t { padding-bottom: 20px; }
	.addQtA-a .con { font-size:16px; }
	.cxmo1 .cxmyt .bsbj .wdads { padding: 0 35px 0 0; }
}
@media(max-width: 1500px){
	.addQtA-a .con { margin:15px 0 15px; }
	.addQtA-a .t { padding-bottom: 20px; }
	.addQtA-a .con .c { font-size: 18px; padding: 10px 0 10px 55px; }
	.addQtA-a .con { font-size:14px; }
	.cxmo1 .cxmyt .bsbj .wdads { padding: 0 25px 0 0; }
}
@media(max-width: 1100px){
	.addQtA-a .con { margin: 15px 0 10px; }
	.addQtA-a .t { font-size:24px; padding-bottom: 16px; }
	.addQtA-a .con .c { font-size: 16px; padding: 10px 0 10px 55px; }
	.cxmo1 .cxmyt .addQtA .dwk-baq { width: 100%; height: auto; }
	.addQtA-a { width:100%; position: relative; float:left; top:0; transform:translateY(0); padding: 20px 0 20px; }
	.cxmo1 .cxmyt .bsbj .wdads { padding: 0; }
}

.addQtB { padding:7vw 0 13vw; background: #ffffff; position: relative; z-index: 1; box-shadow: 1px 0px 55px 25px rgba(0, 0, 0, 0.02); }




.addQtC { padding: 7.5vw 0 8vw; background: #f6feff; }

.addQtC-b .pic { border-radius:12px; overflow: hidden; }

.addQtC-b { margin-top:45px; }
.addQtC-b .con { font-size:16px;color:#666666; line-height: 1.8; }
.addQtC-b .con p:nth-child(n+2) { margin-top:15px; }


@media(max-width: 1500px){
	.addQtC-b { margin-top:35px; }
	.addQtC-b .con p:nth-child(n+2) { margin-top:12px; }
}
@media(max-width: 1300px){
	.addQtC-b { margin-top:25px; }
	.addQtC-b .con p:nth-child(n+2) { margin-top:10px; }
}
@media(max-width: 1100px){
	.addQtC { padding: 40px 0 50px; }
	.addQtC-b { margin-top:20px; }
	.addQtC-b .con p:nth-child(n+2) { margin-top:10px; }
}

/*.addQtB { height: 100vh; }*/
.addQtB-b { margin-top: 2vw; }
.addQtB-d { overflow: hidden; }
.addQtB-d .icon { transition: all 0.5s; position: absolute; left: -30px; bottom: -40px;  padding: 64px; background: url(../imgb/addbg1.png) no-repeat center/cover; }
.addQtB-b .swiper5 { overflow: hidden; padding: 10px; }
.addQtB-d { padding:4vw 1.5vw 150px; transition: all 0.5s; overflow: hidden; }
.addQtB-d .t { font-size:24px; color:#333333; padding-bottom: 12px; border-bottom: 1px solid #dedede; margin-bottom:30px; }
.addQtB-d .con { font-size:16px; color:#666666; line-height: 1.8; min-height:140px; }


.addQtB-b .swiper5 .swiper-slide { background: #fff; border-radius:16px; overflow: hidden;box-shadow: 0px 0px 10px 0px rgba(190, 204, 204, 0.36); }
.addQtB-b .swiper5 .swiper-slide:hover .addQtB-d { padding-bottom: 195px; }
.addQtB-b .swiper5 .swiper-slide:hover .addQtB-d .icon { left: 1.5vw; bottom: 60px; padding: 36px; background: url(../imgb/addbg2.png) no-repeat center/cover; }


@media(max-width: 1500px){
    .addQtB-d .t { font-size: 22px; margin-bottom: 24px; }
    
    .addQtB-d .icon { left: -20px; bottom: -30px;  padding: 40px; }
    .addQtB-b .swiper5 .swiper-slide:hover .addQtB-d .icon { left: 1.5vw; bottom: 40px; padding: 20px; }
}


@media(max-width: 1100px){
    .addQtB-d { padding: 20px 15px 100px; }
    .addQtB-b { margin-top: 20px; }
    .addQtB { padding: 40px 0 50px; }
    .addQtB-d .t { font-size: 20px; margin-bottom: 20px; }
    .addQtB-b .swiper5 .swiper-slide:hover .addQtB-d { padding-bottom: 100px; }
}
.talA { margin-top: 20px; }
.talA a { margin-right: 15px; background: url(../images/jt.png) no-repeat calc(100% - 33px) center; display: inline-block; padding: 3px 60px 3px 3px; border-radius:50px; font-size: 16px;color:#fff; border:1px solid #fff; }
.talA a span { display: inline-block; padding:0 12px 0 66px; line-height: 45px; }
.talA a.shehui span { background: url(../images/shehui.png) no-repeat left center; background-size: 45px auto; }
.talA a.xiaoyuan span { background: url(../images/xiaoyuan.png) no-repeat left center; background-size: 45px auto; }

.talA a:hover { background-color:#00aea9; border-color:#00aea9; }


@media(max-width: 1600px){
    .talA a { margin-right: 10px; background: url(../images/jt.png) no-repeat calc(100% - 25px) center; padding: 3px 40px 3px 3px; }
    .talA a span { display: inline-block; padding:0 10px 0 50px; line-height: 40px; }
    .talA a.shehui span { background: url(../images/shehui.png) no-repeat left center; background-size: 40px auto; }
    .talA a.xiaoyuan span { background: url(../images/xiaoyuan.png) no-repeat left center; background-size: 40px auto; }
}

@media(max-width: 600px){
    .talA a { margin-right: 5px; background: url(../images/jt.png) no-repeat calc(100% - 15px) center; padding: 3px 30px 3px 3px; }
    .talA a span { display: inline-block; padding:0 10px 0 40px; line-height: 34px; }
    .talA a.shehui span { font-size: 14px; background: url(../images/shehui.png) no-repeat left center; background-size: 34px auto; }
    .talA a.xiaoyuan span { background: url(../images/xiaoyuan.png) no-repeat left center; background-size: 34px auto; }
    .talA a.xiaoyuan { margin-right:0; }
}




.addZ { margin-top: 40px; }
.addZ .t { font-size: 20px;color:#333; margin-bottom: 10px; }
.addZ .c { font-size: 16px;color:#666666; line-height: 1.8; }


@media(max-width: 1500px){
    .addZ { margin-top: 30px; }
}
@media(max-width: 1100px){
    .addZ { margin-top: 20px; }
}


#allmapa { height: 500px; }





.sousuo_jg {

	padding: 150px 0 60px;
	background: #f7f7f7;
}


.sousuo_jg .sousuo_jg_top {
	position: relative;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a {
	float: left;
	/*width: 50%;*/
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .bt {
	font-size: 40px;
	color: #222222;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js {
	font-size: 18px;
	color: #444444;
	margin-top: 20px;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js span {
	color: #dd2226;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js a {
	display: inline-block;
	color: #444444;
	border-bottom: 1px solid #444444;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b {
	float: right;
	width: 22%;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li {
	float: right;
	width: 100%;
	margin-right: 4%;
	text-align: center;

	position: relative;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:last-child {
	margin-right: 0;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .bt {
	font-size: 16px;
	color: #333;
	padding: 12px 16px;
	text-align: left;
	border: 1px solid #b6bbc1;
	background: #fff;
	position: relative;
	cursor: pointer;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .bt:before {
	position: absolute;
	width: 13px;
	height: 6px;
	background: url(../images/jiantou_0302.png);
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	content: "";
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:hover .bt {
	border-bottom: none;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0 0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	border-left: 1px solid #b6bbc1;
	border-bottom: 1px solid #b6bbc1;
	border-right: 1px solid #b6bbc1;
	border-top: none;
	background: #fff;
	display: none;
	overflow: hidden;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: #e5e5e5;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box p {
	color: #666666;
	font-size: 16px;
	float: left;
	cursor: pointer;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box .box_a {
	padding: 14px 20px;

}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box .box_a.cur,
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box .box_a:hover {
	background: #f2f2f2;
}

.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box span {
	color: #dd2226;
	font-size: 16px;
	float: right;
	cursor: pointer;

}


.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:hover .box {
	display: block;
}

.sousuo_jg .sousuo_bottom {
	margin-top: 50px;
	padding: 50px;
	background: #fff;
}

.sousuo_jg .sousuo_bottom ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
}

.sousuo_jg .sousuo_bottom ul li .lm {
	color: #19a09b;
	font-size: 16px;
	margin-bottom: 14px;
}

.sousuo_jg .sousuo_bottom ul li .bt {
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
}

.sousuo_jg .sousuo_bottom ul li .bt span {
	border-bottom: 1px solid #19a09b;
}

.sousuo_jg .sousuo_bottom ul li .js {
	line-height: 1.7;
	font-size: 16px;
	color: #666666;
}



.sousuo_jg .sousuo_bottom .jiazai {
	text-align: center;
	margin: 30px auto 0;
	cursor: pointer;
}


.sousuo_jg .sousuo_bottom .jiazai .bg {
	background: url(../images/jiazai_0302.png)center center/cover no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.sousuo_jg .sousuo_bottom .jiazai .text {
	font-size: 16px;
	color: #666666;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -10px;
}

.sousuo_jg .container {
	padding-bottom: 80px;
}

@media(max-width: 1510px) {
	.sousuo_jg .container {
		padding-bottom: 60px;
	}

	.sousuo_jg {
		padding-top: 120px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .bt {
		font-size: 32px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js {
		font-size: 15px;
	}

	.sousuo_jg .sousuo_bottom ul li .lm {
		font-size: 14px;
	}

	.sousuo_jg .sousuo_bottom ul li .bt {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.sousuo_jg .sousuo_bottom ul li .js {
		font-size: 14px;
	}

	.sousuo_jg .sousuo_bottom ul li {
		margin-bottom: 22px;
		padding-bottom: 22px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:hover .bt {
		font-size: 14px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box p {
		font-size: 14px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box .box_a {
		padding: 12px 20px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .bt {
		font-size: 14px;
	}
}

@media(max-width: 1000px) {
	.sousuo_jg {
		padding-top: 80px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b {
		width: 40%;
	}
}

@media(max-width: 500px) {
	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b {
		width: 100%;
		margin-top: 20px;
	}

	.sousuo_jg .container {
		padding-bottom: 40px;
	}

	.sousuo_jg {
		padding-bottom: 40px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .bt {
		font-size: 24px;
	}

	.sousuo_jg .sousuo_bottom {
		padding: 20px 18px 30px;
	}

	.sousuo_jg .sousuo_bottom .jiazai {
		margin-top: 20px;
	}

	.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js {
		margin-top: 14px;
	}

	.sousuo_jg .sousuo_bottom ul li .bt {
		margin-bottom: 8px;
	}

	.sousuo_jg .sousuo_bottom ul li .lm {
		margin-bottom: 8px;
	}

	.sousuo_jg .sousuo_bottom ul li {
		margin-bottom: 14px;
		padding-bottom: 14px;
	}
}



.addDetA { padding: 120px 0; background: #f6feff; }
.addDetA-b { padding: 50px 30px 60px; background: #fff; border-radius:20px; overflow: hidden; float:left; width: 71%; box-shadow: 0px 5px 8px 5px rgba(160,160,160,0.1); }
.addDetA-c { background: #fff; border-radius:20px; overflow: hidden; float:right; width: calc(29% - 30px); box-shadow: 0px 5px 8px 5px rgba(160,160,160,0.1); }
.addDetA-b .topT { padding-bottom: 20px; border-bottom:1px solid #ededed; margin-bottom: 30px; }
.addDetA-b .article { font-size:16px;color:#666; line-height: 1.8; }
.addDetA-b .article p:nth-child(n+2) { margin-top: 20px; }

.addDetA-c .topT { font-size: 30px;color:#fff; background: #00aaa5; padding: 30px 20px; }
.addDetA-c ul li { padding: 0 20px; }
.addDetA-c ul li a { border-bottom:1px solid #ededed; font-size:20px;color:#666666; position: relative; padding-left:0; transition:all 0.5s; display:block; padding: 20px 0; }
.addDetA-c ul li a:before { opacity: 0; transition:all 0.6s; content:''; width: 4px; height: 4px; border-radius:50%; background: #acce22; position: absolute; left:0; top: 31px; }
.addDetA-c ul li:hover a,.addDetA-c ul li.cur a { padding-left:10px; color:#acce22; }
.addDetA-c ul li:hover a:before,.addDetA-c ul li.cur a:before { opacity: 1; }
.addDetA-c ul li:last-child a { border-bottom:0; }
.addDetA-c ul { padding-bottom: 16px; }


@media(max-width:1900px){
    .addDetA-c .topT { font-size: 1.5vw; }
    .addDetA { padding: 6vw 0; }
    .addDetA-c ul li a { font-size: 18px; }
}
@media(max-width:1500px){
    .addDetA-c .topT { padding: 24px 16px; }
    .addDetA-c ul li { padding: 0 16px; }
    .addDetA-c ul li a { font-size: 16px; }
}
@media(max-width:1500px){
    .addDetA-b { padding: 40px 20px 50px; }
    .addDetA-c .topT { padding: 20px 12px; }
    .addDetA-c ul li { padding: 0 12px; }
    .addDetA-c ul li a { padding-top:15px; padding-bottom:15px; }
    .addDetA-c ul li a:before  { top: 26px; }
}
@media(max-width:1100px){
    .addDetA-c .topT { font-size: 18px; }
    .addDetA-c { width: 100%; margin-bottom: 25px; }
    .addDetA { padding: 40px 0 50px; }
    .addDetA-b { width: 100%; border-radius:12px; padding: 30px 16px 40px; }
}


.addDetB { padding: 60px 0; }
.addDetB-b:nth-child(n+2) { margin-top:50px; }
.addDetB-a .tit { border-radius:16px; background: #00aea9; padding: 20px 30px; }
.addDetB-a .tit span { display:inline-block; padding-left: 36px; font-size:30px;color:#fff; background: url(../img/nybwzd.png) no-repeat left center; }
.addDetB-a .con { padding: 20px 20px 50px; font-size:18px; color:#666; line-height: 28px; }
.addDetB-a .con li { position: relative; padding-left: 10px; }
.addDetB-a .con li:before { content:''; width: 4px; height: 4px; border-radius:50%; background: #666; position: absolute; position: absolute; left:0; top:12px; }
.addDetB-a .con li:nth-child(n+2) { margin-top:12px; }
.addDetB-a .con p:nth-child(n+2) { margin-top:12px; }
@media(max-width:1500px){
    .addDetB-b:nth-child(n+2) { margin-top:40px; }
    .addDetB-a .tit { border-radius:16px; padding: 20px 20px; }
    .addDetB-a .tit span { font-size:18px; }
    .addDetB-a .con { padding: 20px 16px 0; }
    .addDetB-a .con li:nth-child(n+2) { margin-top:12px; }
    .addDetB-a .con p:nth-child(n+2) { margin-top:12px; }
    .addDetB-a .tit span { font-size:24px; }
}
@media(max-width:1100px){
    .addDetB { padding: 30px 0 50px; }
    .addDetB-b:nth-child(n+2) { margin-top:40px; }
    .addDetB-a .tit { border-radius:16px; padding: 15px 20px; }
    .addDetB-a .tit span { font-size:18px; }
    .addDetB-a .con { padding: 20px 12px 0; }
    .addDetB-a .con li:nth-child(n+2) { margin-top:8px; }
    .addDetB-a .con p:nth-child(n+2) { margin-top:8px; }
    .addDetB-a .tit span { font-size:20px; }
}
@media(max-width: 500px){
    .addDetB-a .tit { padding: 10px 20px; }
}

.addListA { padding: ; }
.addListA-b { margin-top: 60px; }
.addListA-b ul { display:flex; flex-wrap:wrap; }
.addListA-b ul li { float:left; background: url(../images/bg1.png) no-repeat right bottom #fff; border-radius: 18px; width: calc(33.3333% - 14px); margin-right:21px; overflow: hidden; box-shadow: 0px 5px 8px 5px rgba(160,160,160,0.1); }
.addListA-b ul li:hover { background: url(../images/bg2.png) no-repeat right bottom #00aea9; }
.addListA-b ul li:nth-child(3n) { margin-right:0; }
.addListA-b ul li:nth-child(n+4) { margin-top:21px; }

.addListA-a { padding: 30px 20px; }
.addListA-a .t { font-size: 24px;color:#333; position: relative; padding-left: 10px; line-height: 28px; }
.addListA-a .con { font-size: 18px;color:#666666; line-height: 24px; margin-top:20px; position: relative; min-height: 84px;  }
.addListA-a .t:before { content:''; width: 4px; height: 4px; border-radius:50%; background: #00aea9; position: absolute; position: absolute; left:0; top:12px; }
.addListA-b ul li:hover .addListA-a .t:before { background: #fff; }
.addListA-b ul li:hover .addListA-a .t,.addListA-b ul li:hover .addListA-a .con { color: #fff; }
.addListA-b .more { opacity: 0; display:none; }
.addListA-b ul li:hover .more { opacity: 1; }
@media(max-width:1900px){
    .addListA-b { margin-top:3vw; }
     .addListA-a .t { font-size:22px; }
}
@media(max-width:1500px){
    .addListA-a { padding: 20px 20px; }
    .addListA-a .con { margin-top: 15px; }
     .addListA-a .t { font-size: 20px; }
     .addListA-a .con { font-size: 16px; }
}
@media(max-width:1100px){
    .addListA-b ul li { width: calc(50% - 8px); margin-right: 16px; }
    .addListA-b ul li:nth-child(3n) { margin-right:16px; }
    .addListA-b ul li:nth-child(2n) { margin-right:0; }
    .addListA-b ul li:nth-child(n+3) { margin-top:16px; }
     .addListA-a .t { font-size: 18px; }
     .addListA-a .con { font-size: 14px; }
}
@media(max-width: 500px){
    .addListA-b ul li { width: 100%; margin-right: 0; }
    .addListA-b ul li:nth-child(3n) { margin-right:0; }
    .addListA-b ul li:nth-child(2n) { margin-right:0; }
    .addListA-b ul li:nth-child(n+2) { margin-top:16px; }
}



.fixR { position: fixed; z-index: 11; right: 10px; top:60%; transform:translateY(-50%); }
.fixR ul li { width: 60px; height: 60px; border-radius:10px; overflow: hidden; background: #00aaa5; margin: 4px 0; }
.fixR ul li a { display:block; width: 60px; height: 60px; }
.fixR ul li:nth-child(1) a { background: url(../images/back2.png) no-repeat center; }
.fixR ul li:nth-child(2) a { background: url(../images/top2.png) no-repeat center; }
.gzlcA { padding: 120px 0 120px; background: #00aea9; }
.gzlcA-a { background: url(../images/adddez3.png) no-repeat left bottom #00aaa5; border-radius: 18px; overflow: hidden; }
.gzlcA-b { position: relative; }
.gzlcA-a:hover { background:url(../images/adddez3.png) no-repeat left bottom #a5c52f; }
.gzlcA-a .con { position: relative; padding:10px 18px 20px; }
.gzlcA-a .con .t { padding: 20px 0; border-bottom:1px solid rgba(255,255,255,0.3); font-size: 20px;color:#fff; }
.gzlcA-a .img { border-radius: 18px; overflow: hidden; }
.gzlcA-a .con .c { font-size:0; min-height: 100px; margin-top: 20px; opacity: 0; font-size:16px; font-size:0;  color:#666; }
.gzlcA-a .con .num { font-size: 40px; color:#fff; opacity: 0.6; position: absolute; left:0; bottom:0; width: 100px; line-height: 100px; text-align:center; }
.gzlcA-a:hover .con .t { color:#fff; border-color:#dedede; } 
.gzlcA-a:hover .con .c { opacity: 1; } 
/*.gzlcA-a:hover .con .num { opacity: 0; } */
.gzlcA-b .swiper-button-next,.gzlcA-b .swiper-button-prev { z-index: 10; width: 60px; border-radius:50%; height: 60px; background: rgba(255,255,255,0.3); }
.gzlcA-b .swiper-button-next:after,.gzlcA-b .swiper-button-prev:after { font-size: 18px; color:#00aea9; }
.gzlcA-b .swiper-button-next:hover,.gzlcA-b .swiper-button-prev:hover {background: #fff; }
.gzlcA-b .swiper-button-next { right: -80px; }
.gzlcA-b .swiper-button-prev { left: -80px; }
@media(max-width: 1900px){
    .gzlcA { padding: 6vw 0; }
}
@media(max-width: 1400px){
    .gzlcA-b .swiper-button-next,.gzlcA-b .swiper-button-prev { width: 40px; height: 40px; }
    .gzlcA-b .swiper-button-next { right: -50px; }
    .gzlcA-b .swiper-button-prev { left: -50px; }
}
@media(max-width: 1100px){
    .gzlcA { padding: 50px 0; }
    .gzlcA-a,.gzlcA-a .img { border-radius:10px; }
    .gzlcA-b .swiper-button-next,.gzlcA-b .swiper-button-prev { background: #fff; }
    .gzlcA-b .swiper-button-next { right: 10px; }
    .gzlcA-b .swiper-button-prev { left: 10px; }
    .gzlcA-b .swiper-button-next:hover:after,.gzlcA-b .swiper-button-prev:hover:after { color:#fff; }
    .gzlcA-b .swiper-button-next:hover,.gzlcA-b .swiper-button-prev:hover { background: #00aea9; }
}

.nyNav { position:absolute; width: 100%; left:0; bottom: 30px;  z-index: 10; }
.nyNav ul li { float:left; width: calc(20% - 8px); margin-right: 10px; }
.nyNav ul li:nth-child(5n) { margin-right:0; text-align:center; }
.nyNav ul li a { font-size: 16px;color:#333; display:block; border-radius: 5px; overflow: hidden; background: rgba(255,255,255,0.8); text-align:center; padding: 16px 0; }
.nyNav ul li a .icon img.pic1 { display:none; }
.nyNav ul li a .t { display:inline-block; padding-left: 8px; line-height: 28px; }
.nyNav ul li a img { height: 28px; width: auto; }
.nyNav ul li a.cur,.nyNav ul li a:hover { background: #00aea9; color:#fff; }
.nyNav ul li a.cur img.pic2,.nyNav ul li a:hover img.pic2 { display:none; }
.nyNav ul li a.cur img.pic1,.nyNav ul li a:hover img.pic1 { display:inline-block; }
.nyNav ul li a span { vertical-align:middle; }
@media(max-width:1500px){
    .nyNav ul li a { padding: 12px 0; }
}
@media(max-width:1300px){
    .nyNav ul li a { padding: 10px 0; font-size:14px; line-height: 24px; }
    .nyNav ul li a img { height: 24px; }
}
@media(max-width:1100px){
    .nyNav { position:relative; padding: 20px 0 0; width: 100%; left:0; bottom: 0; }
    .nyNav ul li {width: calc(33.33333% - 8px); margin-right:12px;}
    .nyNav ul li:nth-child(5n) { margin-right:12px; }
    .nyNav ul li:nth-child(3n) { margin-right:0; }
    .nyNav ul li:nth-child(n+4) { margin-top:12px; }
    .nyNav ul li a .t { padding-left:0; }
    .nyNav ul li a .icon { display:none; }
    .nyNav ul li a { background: #ededed; }
}
@media(max-width:400px){
    .nyNav ul li {width: calc(33.33333% - 3px); margin-right:4px;}
    .nyNav ul li:nth-child(5n) { margin-right:4px; }
    .nyNav ul li:nth-child(3n) { margin-right:0; }
    .nyNav ul li:nth-child(n+4) { margin-top:5px; }
}


.navmoAA { height: 0; overflow: hidden; width: 700px; transition:all 0.5s; position: absolute; left:50%; margin-left: -150px; top: 80px; }
.nav .nav-left ul li:hover .navmoAA { height: 400px; }
.navmoAB { width: 300px; position: relative; background: #00aea9; }
.navmoAB dl dd>a { position: relative; padding: 20px; display:block; border-bottom:1px solid rgba(255,255,255,0.3); font-size: 16px;color:#fff; }
.navmoAB dl dd:hover>a { background: #acce22; }
.navmoAB dl dd>a:after { content:''; width: 19px; height: 15px; background: url(../images/nabsubbg.png) no-repeat center/cover; position: absolute; right:-10px; top:50%; transform:translateY(-50%); opacity: 0; }
.navmoAB dl dd:hover>a:after { z-index: 2; opacity: 1; }

.navmoAC { position: absolute; top:0; overflow: hidden; transition:all 0.5s; left: 300px; background: rgba(255,255,255,0.9); width: 0; height: 100%; }
.navmoAD { padding:15px 40px; width: 400px; }
.navmoAC a { display:block; padding: 12px 0; border-bottom:1px solid rgba(0,0,0,0.1); font-size: 16px;color:#333; background: url(../images/jt1.png) no-repeat right center; }
.navmoAC a:hover { color:#00aea9; border-color:#00aea9; background: url(../images/jt2.png) no-repeat right center; }
.navmoAB dl dd:hover .navmoAC { width: 400px; }


.marginT40 { margin-top:40px; }
.marginT60 { margin-top:60px; }
@media(max-width:1900px){
	.marginT40 { margin-top:2vw; }
	.marginT60 { margin-top:3vw; }
}
@media(max-width:1100px){
	.marginT40 { margin-top:25px; }
	.marginT60 { margin-top:30px; }
}


.addListA-b .more { margin-top:20px; display: inline-block; width: 160px;height: 50px;text-align: center;font-size: 16px;color: #fff;line-height: 50px;border: 1px solid #fff;overflow: hidden;position: relative;border-radius: 50px; display:none; }
.addListA-b .more span{
	display: inline-block;
	font-style: normal;
	padding-right: 26px;
	background: url(../img/ckxqan.png)no-repeat right center;
}



.addDetz1 a,.newA-c a.zx { margin-top:20px; display: inline-block; width: 160px;height: 50px;text-align: center;font-size: 16px;color: #333;line-height: 50px;border: 1px solid #ededed;overflow: hidden;position: relative;border-radius: 50px; }
.addDetz1 a span,.newA-c a.zx span{
	display: inline-block;
	font-style: normal;
	padding-right: 26px;
	background: url(../images/detbg1.png)no-repeat right center;
}
.addDetz1 a.xz span,.newA-c a.zx span {background: url(../images/detbg1.png)no-repeat right center;}
.addDetz1 a.zx span,.newA-c a.zx span { padding-right: 30px; background: url(../images/detbg2.png)no-repeat right center;}
.addDetz1 a.xz:hover span,.newA-c a.zx:hover span {background: url(../images/detbg1bg.png)no-repeat right center;}
.addDetz1 a.zx:hover span,.newA-c a.zx:hover span { background: url(../images/detbg2bg.png)no-repeat right center;}
.addDetz1 a:hover,.newA-c a.zx:hover { color:#fff;background:#00aaa5; border-color:#00aaa5; }

.newA-c .more { margin-top: 50px;  }


.addDetz2 { font-size:20px;color:#666666; line-height: 1.6; }
.addDetz2 p:nth-child(n+2) { margin-top: 16px; }
.addDetz2 img { border-radius: 20px; overflow: hidden; }

@media(max-width:1700px){
	.addDetz2 { font-size:18px; }
	.newA-c .more { margin-top: 40px;  }
}

@media(max-width:1500px){
	.addDetz2 { font-size:16px; }
	.addDetz2 img { border-radius: 12px; }
}

@media(max-width:1100px){
	.addDetz2 { font-size:14px; }
	.addDetz2 img { border-radius: 10px; }
	.newA-c .more { margin-top: 30px;  }
}


.newsC { margin-top: 20px; }
.addSelect { margin-top: 50px; }
.addSelectB { float: right; width: calc(28% - 30px); padding-top:20px; }
.addSelectB-a { background: #00aaa5; border-radius: 5px; padding: 30px 25px; }
.addSelectB-b { background: #fff; border-radius: 5px; padding: 30px 25px; box-shadow: 5px 5px 8px 5px rgba(120,120,120,0.1); margin-top:10px; }
.addSelectB-a .topT { font-size:24px; color:#fff; margin-bottom: 15px; }
.addSelectB-b .topT { font-size:24px; color:#333; margin-bottom: 15px; }
.addSelectB-b .con a { display:inline-block; font-size: 18px; margin: 5px 5px 4px 0; border:1px solid #ededed; border-radius: 50px; padding: 12px 30px; }
.addSelectB-b .con a:hover { border-color:#00aaa5; background: #00aaa5; color:#fff; }

.addSelectB-a form { position: relative; border-radius: 5px; overflow: hidden; }
.addSelectB-a .inp { width: 100%; height: 50px; background: #fff; border:none; }
.addSelectB-a .sub { position: absolute; right:0; top:0; background: url(../images/addbg2.png) no-repeat center #fff; border:none; cursor: pointer; width: 50px; height: 50px; }

.addSelectB-a .inp { background: none; border:1px solid rgba(255,255,255,0.5); border-radius:5px; padding-left: 14px;font-size: 14px;color: #fff;}
.addSelectB-a .inp::-webkit-input-placeholder{color:rgba(255,255,255,.7);}
.addSelectB-a .inp::-moz-placeholder{   /* Mozilla Firefox 19+ */color:rgba(255,255,255,.7);}
.addSelectB-a .inp:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:rgba(255,255,255,.7);}
.addSelectB-a .inp:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:rgba(255,255,255,.7);}


@media(max-width:1700px){
    .addSelect { margin-top: 40px; }
    .addSelectB-a .topT,.addSelectB-b .topT { font-size:22px; }
}
@media(max-width:1500px){
    .addSelect { margin-top: 30px; }
    .addSelectB-a,.addSelectB-b { padding: 25px 20px; }
    .addSelectB-a .topT,.addSelectB-b .topT { font-size:20px; }
    .addSelectB-b .con a { font-size:16px; padding:10px 20px; }
}
@media(max-width:1300px){
    .addSelectB-a .topT,.addSelectB-b .topT { font-size:18px; }
}

.ggthA-c {position: relative;}
.ggthA-c {border: 1px solid #e2e2e2;width: 120px;float: left;}
.ggthA-c select {cursor: pointer;position: relative;width: 100%;font-size: 16px;color: #666666;background: #f8f8f8; padding: 0 20px;background: none;border: none;height: 48px;border-radius: 40px;}
.ggthA-c:after {content: '';width: 50px;height: 48px;background: url(../images/xwzx-xv.png) no-repeat center #f9f9f9;position: absolute;right: 1px;top: 50%;margin-top: -24px;z-index: 100;display: block;}
.ggthA-d {position: relative;float: right;width: 81%;}
.ggthA-d .inp,
.ggthA-c input {background: url(../images/ggtha.png) no-repeat 30px center;width: 100%;font-size: 16px;color: #666666;padding-left: 70px;height: 50px;border: 1px solid #e2e2e2; border-radius: 50px; }
.ggthA-d .inp {padding-left: 20px;background: none;}
.ggthA-d .sub {position: absolute;top: 0;right: 0;background: url(../images/xwzx-fdj.png) no-repeat 45px center #1c9e3b;text-align: left;padding-left: 72px;width: 175px;font-size: 16px;color: #ffffff;cursor: pointer;height: 50px;border: 1px solid #8195b9;}
.addSelectA-a .ggthA-c {width: 200px; border-radius: 50px;  }
.addSelectA-a .ggthA-c:after { border-radius: 50px; background: url(../images/newbg2.png) no-repeat center;height: 48px;margin-top: -24px;}
.addSelectA-a .ggthA-d { border-radius: 50px; width: calc(100%);}
.addSelectA-a .ggthA-d2 { width: calc(100% - 220px);}
.ggthA-c .inp { cursor: pointer;position: relative;font-size: 16px;padding-left: 15px;width: 100%; border-radius: 50px; }
.ggthA-c .inp p {line-height: 48px;font-size: 16px;color: #666666;}
.ggthA-c .inp:hover dl {display: block;}
.ggthA-c .inp dl {padding: 15px 12px;display: none;border: 1px solid #eee;z-index: 100;background: #fff;width: 100%;position: absolute;left: 0;top: 48px;}
.ggthA-c .inp dl dd {cursor: pointer;line-height: 2;font-size: 14px;color: #666;}
.ggthA-c .inp dl dd:hover {color: #acce22;}
.ggthA-d {position: relative;float: right;width: 81%;}
.ggthA-d .inp,
.ggthA-c input {background: url(../images/ggtha.png) no-repeat 30px center;width: 100%;font-size: 16px;color: #666666;padding-left: 70px;height: 50px;border: 1px solid #e2e2e2;}
.ggthA-d .inp {padding-left: 20px;background: none;}
.ggthA-d .sub {position: absolute;top: 0;right: 0;background: url(../images/xwzx-fdj.png) no-repeat 45px center #acce22;text-align: left;padding-left: 72px;width: 175px;font-size: 16px;color: #ffffff;cursor: pointer;height: 50px; border-radius: 50px;  border: 1px solid #acce22;}

.newsC .newsList { float:left; width: 72%; }
.newsC .newsList.w100 { width: 100%; }
.newsList li { border-radius: 6px; }
@media(max-width: 1500px){ 
    .newsList li { padding: 30px; }
}
@media(max-width: 1100px){
    .newsList li { padding: 20px; }
    .ggthA-c .inp p { height: 38px; line-height: 38px; font-size: 14px; }
    .ggthA-d .inp, .ggthA-c input { height: 38px; }
    .ggthA-d .inp, .ggthA-c input { font-size: 14px; }
    .ggthA-d .sub { height: 40px; width: 136px; padding-left: 50px; font-size: 14px; background: url(../images/xwzx-fdj.png) no-repeat 25px center #acce22; background-size: 20px auto; }
    
    .addSelectB,.newsC .newsList { width: 100%; }
}

@media(max-width: 700px){
    .addSelectA-a .ggthA-c { width: 120px; }
    .addSelectA-a .ggthA-d { width: calc(100% - 130px);}
    .ggthA-c .inp p { line-height: 34px; }
    .ggthA-d .inp, .ggthA-c input,.ggthA-c .inp p { height: 34px; }
    .addSelectA-a .ggthA-c:after { height: 34px; margin-top: -17px; }
    .ggthA-d .inp { height: 36px; padding-left: 10px; font-size: 15px; }
    .ggthA-c .inp dl { top: 36px; }
    .ggthA-d .sub { height: 36px; width: 100px; padding-left: 0; text-align:center; background:#acce22; }
    .newsList li { padding: 15px 12px; }
    .addSelect  { margin-top:20px; }
}
@media(max-width: 400px){
    .addSelectA-a .ggthA-c { width: 100%; }
    .addSelectA-a .ggthA-d { width: 100%; margin-top:10px;}
    .ggthA-d .inp { padding-left: 10px; font-size: 15px; }
    .ggthA-d .sub { width: 100px; padding-left: 0; text-align:center; }
    .newsList li { padding: 15px 12px; }
}



.Digdeeper4 {background: url(../images/Digdeeper4.jpg) no-repeat center center/cover;padding: 5vw 0 6vw;}
.Digdeeper4 .gsnerpe-bt {text-align: center;color: #fff;margin-bottom: 80px;}
.Digdeeper4 .dgsqp {width: 105%;margin: 30px auto 0;}
.Digdeeper4 .gsnerpr { position: relative; padding: 0 120px; }
.Digdeeper4 .gsnerpr:after { content:''; width: 100%; top:50%; width: 200%; transform: translateY(-50%); left:-50%; height: 6px; background: #acce22; position: absolute; }
.Digdeeper4 .gsnerpr .gsprers {padding: 0 11px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide {height: 700px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .d {color: #666666;font-size: 46px;line-height: 1;margin-bottom: 10px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide-active .gserpp .relative .d {color: #00904a; }
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .t {color: #666666;font-size: 24px;margin-bottom: 9px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .c {font-size: 16px;color: #999999;line-height: 24px;}

.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .c ul li { position:relative; padding-left: 16px; }
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .c ul li:before { content:''; width:5px; height: 5px; position:absolute; left:3px; top: 10px; background:#fff; border-radius: 5px; }

.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp {position: absolute;height: 50%;left: 2px;top: 2px;width: 160%;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .aboutD-d {border-left: 1px solid #acce22;height: 100%;width: 100%;padding-left: 50px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .aboutD-d:before {position: absolute;content: "";left: -5px;width: 9px;height: 9px;border-radius: 50%;background: #acce22;bottom: -3px; z-index: 5; }
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .aboutD-d:before {top: -4px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .aboutD-d {padding-top: 40px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .gserpp {top: auto;bottom: 0px;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide-active .aboutD-d:before {background: #acce22;z-index: 9;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide-active .aboutD-d {border-left: 1px solid #acce22;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .aboutD-d:after {position: absolute;content: "";left: -12px;width: 18px;height: 18px;bottom: -10px;border-radius: 50%;background: #00a5a2; border: 3px solid #acce22;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .aboutD-d:after {top: -11px;}
.Digdeeper4 .gsnerpr .gsnerpr-next,
.Digdeeper4 .gsnerpr .gsnerpr-prev {width: 48px;height: 48px; background:#f0f0f0; }
.Digdeeper4 .gsnerpr .gsnerpr-next:after,
.Digdeeper4 .gsnerpr .gsnerpr-prev:after {opacity: 1; font-size: 20px; color:#00aea9; }
.Digdeeper4 .gsnerpr .gsnerpr-next { margin:0; border-radius:50%; right: 0;top: 50%;transform: translateY(-50%);}
.Digdeeper4 .gsnerpr .gsnerpr-prev { margin:0; border-radius:50%; left: 0;top: 50%;transform: translateY(-50%);}
.Digdeeper4 .gsnerpr .gsnerpr-next:hover { border-radius:50%; background: #acce22;right: 0; }
.Digdeeper4 .gsnerpr .gsnerpr-prev:hover { border-radius:50%; background: #acce22;left: 0; }
.Digdeeper4 .gsnerpr .gsnerpr-next:hover:after,
.Digdeeper4 .gsnerpr .gsnerpr-prev:hover:after { color:#fff; }
.Digdeeper4 .gsnerpr .swiper-button-disabled {opacity: 1;}
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide img { display: block; max-width: 70%; margin-top: 16px; }

.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .circle { content:''; width: 9px; position: absolute; left:-5px; height: 9px; border-radius:50%; background: #acce22; }
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide-active .gserpp .circle { background: #00904a; }
.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .gserpp .circle { bottom: 0px; }

@media(max-width: 1680px) {
    .Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .c { font-size: 14px; }
}

@media(max-width: 1480px) {
	.Digdeeper4 .gsnerpe-bt {
		margin-bottom: 40px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .d {
		font-size: 35px;
	}

	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .t {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .c {
		font-size: 14px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .aboutD-d {
		padding-left: 20px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .c { font-size:16px; }
	.Digdeeper4 .gsnerpr {
		padding: 0px 85px;
	}
	.Digdeeper4 .gsnerpr .gsnerpr-next,
	.Digdeeper4 .gsnerpr .gsnerpr-prev {
		width: 45px;
		height: 45px;
	}

}
@media(max-width: 1100px) {
	.Digdeeper4 {
		padding: 30px 0 40px;
	}
	.Digdeeper4 .gsnerpe-bt {
		margin-bottom: 20px;
	}
	.Digdeeper4 .dgsqp {
		width: 100%;
	}
}
@media(max-width: 1024px) {
	.Digdeeper4 .gsnerpr {
		padding: 0px 52px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp { width: 100%; }
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .d {
		font-size: 28px;
		margin-bottom: 7px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp .relative .con .t {
		font-size: 16px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .aboutD-d {
		padding-left: 15px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .aboutD-d {
		padding-top: 20px;
	}
}
@media(max-width: 750px) {
	.Digdeeper4 .gsnerpr .gsnerpr-next,
	.Digdeeper4 .gsnerpr .gsnerpr-prev {
		display: none;
	}
	.Digdeeper4 .gsnerpr {
		padding: 0;
	}
	.Digdeeper4 .dgsqp {
		/*overflow: hidden;*/
		padding-bottom: 20px;
	}
	.Digdeeper4 {
		padding: 35px 0 40px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide {
		height: 400px;
	}
}
@media(max-width: 500px){
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .aboutD-d { padding-top:0; }
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .gserpp .circle { top:0; bottom:auto; }

	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp {
		width: 100%;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .gserpp {
		position: relative;
	}
    .Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .aboutD-d:after { bottom: -7px; }
	.Digdeeper4 .gsnerpr:after { content:''; width: 100%; top:auto; bottom: -2px; width: 200%; left:-50%;  position: absolute; }


	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .gserpp {
		height: 100%;
	}
	.Digdeeper4 .gsnerpr .gsprers {
		overflow: initial;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide .aboutD-d:before {
		bottom: 0;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide-active .aboutD-d:after {
		bottom: -7px;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .aboutD-d:before {
		top: auto;
		bottom: 0;
	}
	.Digdeeper4 .gsnerpr .gsprers .swiper-wrapper .swiper-slide:nth-child(2n) .aboutD-d:after {
		top: auto;
		bottom: -7px;
	}
}


.fuwuZ { padding: 40px 0 50px; }
.fuwuZ1 ul li { float:left; margin: 0 10px 15px 0; }
.fuwuZ1 ul li a { font-size: 16px; color:#00aea9; padding-left: 26px; line-height: 24px; position: relative; display:inline-block; }
.fuwuZ2 ul li a { color:#666666; }
.fuwuZ2 ul li.cur a,.fuwuZ2 ul li:hover a { color:#00aea9; }
.fuwuZ1 ul li a:before { content:''; width: 16px; height: 16px; position: absolute; left:0; top: 50%; transform:translateY(-50%); border:1px solid #00aea9; }
.fuwuZ2 { padding-top: 20px; border-top:1px solid #ededed; margin-top:20px; }
.fuwuZ2 ul li a:before { border:1px solid #999; }
.fuwuZ2 ul li.cur a:before { border:1px solid #00aea9; }
.fuwuZ1 ul li.cur a:after { content:''; width: 12px; height: 12px; position: absolute; left:3px; top: 50%; transform:translateY(-50%); background:#00aea9; }
.fuwuZ3 { margin-top: 40px; }
.fuwuZ3 ul { display:flex; flex-wrap:wrap; }
.fuwuZ4 .img { position: relative; border-radius:5px; overflow: hidden; background:#edeeee; height: 17vw; overflow: hidden; }
.fuwuZ3 ul li { display:block; padding: 16px;  }
.fuwuZ3 ul li { float:left; width: calc(33.3333% - 14px); margin-right: 21px; background: #fff; border-radius: 6px; overflow: hidden;box-shadow: 0 5px 10px 5px rgba(120,120,120,0.1); }
.fuwuZ3 ul li:nth-child(3n) { margin-right:0; }
.fuwuZ3 ul li:nth-child(n+4) { margin-top:21px; }
.fuwuZ4 .t a { display: block; font-size: 16px; height: 82px; overflow:hidden; color:#333; padding: 20px 0; border-bottom:1px solid #ededed; }
.fuwuZ4 .c { font-size: 16px; line-height: 1.6; padding: 20px 0 30px; }
.fuwuZ4 .more { margin-top: 30px; }
.fuwuZ3 ul li:hover { background: #00aea9; }
.fuwuZ3 ul li:hover .t a,.fuwuZ3 ul li:hover .c,.fuwuZ3 ul li:hover .cc { color: #fff; }
.fuwuZ3 ul li:hover .more a { background: #fff; color: #00aea9; }
.fuwuZ4 .img img { position:absolute; width:100%; left:0; top:50%; transform: translateY(-50%); }

@media(max-width: 1500px){
    .fuwuZ3 ul li { padding: 12px; }
}
@media(max-width: 1100px){
    .fuwuZ3 ul li { width: calc(50% - 10px); margin-right: 20px; }
    .fuwuZ3 ul li:nth-child(3n) { margin-right:20px; }
    .fuwuZ3 ul li:nth-child(2n) { margin-right:0; }
    .fuwuZ3 ul li:nth-child(n+3) { margin-top:21px; }
    .fuwuZ4 .img { height: 26vw; }
}
@media(max-width: 700px){
    .fuwuZ3 ul li { width: 100%; margin-right: 0; }
    .fuwuZ3 ul li:nth-child(3n) { margin-right:0; }
    .fuwuZ3 ul li:nth-child(n+2) { margin-top:20px; }
    .fuwuZ4 .c { padding: 15px 0 20px; }
    .fuwuZ4 .more { margin-top: 20px; }
    .fuwuZ4 .img { height: auto; }
    .fuwuZ4 .t a { height: auto; }
}

.fuwuZ6 { position: relative; left:0; bottom:0; width: auto;top: 0; transform: translateY(0); display: inline-block; margin-top:46px; }





.fuwuZ4 .more a { padding:  16px 40px; border-radius: 80px; border:1px solid #dedede; }
.fuwuZ4 .more a:hover { background: #00aea9; border-color:#00aea9; }
.fuwuZ4 .more a span { padding-right: 30px; color:#666; background: url(../images/backlist.png) no-repeat right center; }
.fuwuZ4 .more a:hover { background: #00aea9; }
.fuwuZ4 .more a:hover span { color: #00aaa5;background: url(../images/backlistbg.png) no-repeat right center; }


.fuwuZ4 .more a.xz span {background: url(../images/detbg1.png)no-repeat right center;}
.fuwuZ4 .more a.zx span { padding-right: 30px; background: url(../images/detbg2.png)no-repeat right center;}
.fuwuZ4 .more a:hover { color:#00aaa5;background:#fff; border-color:#fff; }

@media(max-width:1500px){
    .fuwuZ4 .more a { padding: 12px 30px; }
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity:0!important; }



.fixRA { z-index: 10; position: fixed; text-align:right; transition:all 0.5s; right:30px; bottom:5vw; }
.fixRA ul { display:inline-block; }
.fixRA ul li { transition:all 0.5s; text-align:right; width: 42px; height: 42px; cursor: pointer; display:block; position: relative; margin: 10px 0; }
.fixRA ul li .icon { margin-left:0; display:inline-block; position: relative; width: 42px; height: 42px; background: #606060; border-radius: 5px; }
.fixRA ul li .icon img { position: absolute; left:50%; top:50%; transform:translate(-50%, -50%); opacity:0.6; }
.fixRA ul li:nth-child(2) .tit { width: 170px; }
.fixRA ul li.cur .iconA { left:-130px; }
.fixRA ul li.cur .iconA,.fixRA ul li.cur .iconB { overflow: visible; }


.fixRA ul li:nth-child(1).cur2 .tit { opacity: 0; z-index: -1; }
.fixRA ul li.cur:hover .tit { opacity: 0; z-index: -1; }
.fixRA ul li:nth-child(1).cur2 .iconA { left:-130px; }
.fixRA ul li:nth-child(1).cur2 .iconA,.fixRA ul li:nth-child(1).cur2 .iconB { overflow: visible; }
.fixRA ul li:hover .icon { background:#b3d722; }
.fixRA ul li:hover .icon img { opacity:1; }

.fixRA ul li .ewm { width: 100px; transition:all 0.5s; height:0; overflow: hidden; position:absolute; right:45px; top:50%; transform: translateY(-50%); }
.fixRA ul li .ewmA { padding:5px; background:#b3d722; border-radius:5px; overflow: hidden;}
.fixRA ul li .ewmA img { width: 100%; }
.fixRA ul li:hover .ewm { height: 100px; }


@media(max-width:1100px){
	.fixRA { right:10px; bottom: 40px; }
	.fixRA ul li.phone .tit,.fixR ul li.mes .tit  { display:none; }
}
.addTcA { display: none; width: 100%; height: 100vh; position: fixed; z-index: 1000; left:0; top:0; background: rgba(0,0,0,0.3); }
.addTcA-a { width: 100%; height: 100vh; position: relative; }
.addTcA-b { border-radius: 8px; overflow: hidden; background: #f6feff; position: absolute; left:50%; top: 50%; transform: translate(-50%, -50%); width: 1100px; }
.addTcA-c { position: relative; padding:0px 20px 40px; width: 100%; }
.addTcA-d .topT { font-size: 24px;color:#333333; padding: 20px 0; border-bottom:1px solid #ddd; }
.addTcA-d dl dd .tit { font-size: 20px;color:#666666; padding-top: 30px; }
.addTcA-d dl dd .con { font-size: 16px;color:#666666; }
.addTcA-d dl dd .con p { position: relative; padding-left:120px; margin-top:12px; }
.addTcA-d dl dd .con p span { position: absolute; left:0; top:0; }
.addTcA-d dl dd .con p i { font-style: normal; }
.addTcA-c .close { position: absolute; width: 30px; height: 30px; top:18px; right: 18px; background: url(../img/con7.png) no-repeat center; cursor: pointer; }
.addTcA-e ul { margin-top:30px; }
.addTcA-e ul li { float: left; width: calc(50% - 10px); margin-right: 20px; }
.addTcA-e ul li:nth-child(2n) { margin-right:0; }
.addTcA-e ul li{background: #fff;margin-bottom: 20px;border-radius: 5px;}
.addTcA-e ul li:last-child{margin-bottom: 0;}
.addTcA-e ul li .dwpo{position: relative;padding-left: 45px;}
.addTcA-e ul li .dwpo .icon{position: absolute;top: 50%;left: 17px;transform: translateY(-50%);}
.addTcA-e ul li .dwpo .input{width: 100%;}
.addTcA-e ul li .dwpo .input input{width: 100%;border: 0;color: #666666;font-size: 20px;height: 80px;background: rgba(0, 0, 0, 0);}
.addTcA-e ul li .dwpo .input input::-webkit-input-placeholder{color:#666666;}
.addTcA-e ul li .dwpo .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#666666;}
.addTcA-e ul li .dwpo .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#666666;}
.addTcA-e ul li .dwpo .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#666666;}
.addTcA-e .tjanm input{ margin: 0 auto; height: 80px;color: #fff;background: #00aea9;border-radius: 5px;width: 200px;font-size: 24px;border: 0;}
.addTcA-e .tjanm { width: 100%; text-align: center; }
@media(max-width: 1800px){
    .addTcA-e ul li .dwpo { padding-left: 36px; }
    .addTcA-e ul li .dwpo .icon { left: 10px; }
    .addTcA-e ul li .dwpo .input input { height: 60px; }
    .addTcA-e .tjanm input{ height: 60px; width: 200px;font-size: 20px;border: 0;}
}
@media(max-width: 1500px){
    .addTcA-d .topT { font-size: 20px; }
    .addTcA-c .close { top:15px; right: 15px; }
    .addTcA-d dl dd .tit { font-size: 18px; padding-top: 20px; }
    .addTcA-e ul li .dwpo { padding-left: 36px; }
    .addTcA-e ul li .dwpo .icon { left: 10px; }
    .addTcA-e ul li .dwpo .input input { height: 50px; }
    .addTcA-e .tjanm input{ height: 50px; width: 200px;font-size: 20px;border: 0;}
    .addTcA-e ul li { margin-bottom: 10px; }
    .addTcA-e ul { margin-top:20px; }
}
@media(max-width: 1100px){
    .addTcA-b { width: 90%; }
    .addTcA-d .topT { font-size: 20px; }
    .addTcA-d dl dd .tit { font-size: 18px; padding-top: 20px; }
    .addTcA-e ul li .dwpo { padding-left: 36px; }
    .addTcA-e ul li .dwpo .icon { left: 10px; }
    .addTcA-e ul li .dwpo .input input { height: 50px; }
    .addTcA-e .tjanm input{ height: 50px; width: 200px;font-size: 20px;border: 0;}
    .addTcA-e ul li { margin-bottom: 10px; }
    .addTcA-e ul { margin-top:20px; }
    .addTcA-e ul li .dwpo .input input { font-size: 14px; }
}
@media(max-width: 400px){
    .addTcA-e ul li .dwpo .input input { font-size: 12px; }
    .addTcA-e .tjanm input{ height: 50px; width: 120px;font-size: 16px;border: 0;}

}


