@charset "utf-8";
html{-webkit-font-smoothing:antialiased}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,b,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:400}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
a{text-decoration:none}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none}
img{vertical-align:middle}
button,input[type=submit],input[type=text],input[type=button],select{-webkit-appearance:none;border-radius:0;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:0;blr:expression(this.onFocus=this.blur())}
body{color:#000;line-height:1.3;overflow-x: hidden;background:#fff}
.fl{float:left}
.fr{float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}
#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

*{
	box-sizing:border-box;
}
html{
	font-size: 100px;
}
body{
	font-size: 14px;
}
.anmitem{
	transition: all 0.7s;
}
.oov,
.tov,
.thov {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.oov {
    -webkit-line-clamp: 1;
    white-space：nowrap;
}

.tov {
    -webkit-line-clamp: 2;
}

.thov {
	-webkit-line-clamp: 3;
}
.layout {
	max-width: 17.2rem;
	margin: 0 auto;
	padding: 0 0.2rem;
}
.header{
	height: 0.8rem;
	line-height: 0.8rem;
	position: relative;
	z-index: 12;
	background: #fff;
	width: 100%;
	/* border: 1px solid #eee; */
}

.header .logo{
	float: left;
}
.header .hd-rg{
	width: 100%;
	padding-left: 23%;
}
.sear-box{
	float: right;
}
.nav{
	width: 80%;
	height: 0.8rem;
	float: left;
}
.nav .fir-nav{
	float: left;
	margin: 0 0.05rem;
	position: relative;
}
.nav .fir-nav>a{
	font-size: 0.16rem;
	color: #333;
	display: inline-block;
	position: relative;
	padding: 0 0.25rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nav .fir-nav>a:after{
	content: '';
	width: 0%;
	height: 0.02rem;
	background: #171b76;
	position: absolute;
	left: 0;
	bottom: 0.15rem;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.nav .fir-nav.on>a{
	color: #171b76;
}
.nav .fir-nav.on>a:after{
	width: 100%;
}
.nav .fir-nav:hover>a{
	color: #171b76;
}
.nav .sec-box{
	position: absolute;
	top: 0.8rem;
	z-index: 3;
	line-height: normal;
	width: 170%;
	line-height: 0.56rem;
	left: -35%;
	text-align: center;
	display: none;
	background: #fff;
}
.nav .sec-box a{
	display: block;
	text-align: center;
	color: #333;
	opacity: 1;
	font-size: 0.16rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nav .sec-box a p{
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}
.nav .sec-box a:hover{
	color: #fff;
	text-decoration: underline;
	background: #29317f;
}
.nav .fir-nav:hover .sec-box{
	display: block;
}

.sear-box{
	width: 2rem;
	padding: 0 0.12rem;
	height: 0.35rem;
	line-height: 0.35rem;
	border-radius: 0.35rem;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin-top: 0.2rem;
}
.sear-box .sub{
	width: 0.30rem;
	height: 0.33rem;
	margin-top: 0px;
	float: right;
	border: none;
	background: url(../images/icon-search.png) no-repeat center;
	background-size: 54%;
}
.sear-box .tex{
	width: 1.42rem;
	height: 0.33rem;
	border: none;
	background: none;
	font-size: 0.14rem;
	color: #666;
	float: left;
}

.header .menu-icon {
	width: 0.26rem;
	height: 0.26rem;
	display: inline-block;
	float: right;
	position: relative;
	z-index: 100;
	top: 0.2rem;
	display: none;
}
.header .menu-icon em {
	width: 0.26rem;
	height: 0.02rem;
	display: block;
	background: #333;
	text-align: right;
	position: absolute;
	right: 0;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.header .menu-icon em:first-of-type {
	top: 0;
}
.header .menu-icon em:nth-of-type(2) {
	top: 0.1rem;
}
.header .menu-icon em:last-of-type {
	top: 0.2rem;
}
.header .menu-icon.on em:first-of-type {
	transform: translate(0, 0.1rem) rotate(-45deg);
	-moz-transform: translate(0, 0.1rem) rotate(-45deg);
	-webkit-transform: translate(0, 0.1rem) rotate(-45deg);
	-ms-transform: translate(0, 0.1rem) rotate(45deg);
}
.header .menu-icon.on em:nth-of-type(2) {
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
}
.header .menu-icon.on em:last-of-type {
	transform: translate(0, -0.09rem) rotate(45deg);
	-moz-transform: translate(0, -0.09rem) rotate(45deg);
	-webkit-transform: translate(0, -0.09rem) rotate(45deg);
	-ms-transform: translate(0, -0.09rem) rotate(45deg);
}
.ej-gray {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 10;
	top: 0;
	display: none;
}

.weblink{
	padding: 0.7rem 0 0.5rem;
}
.weblink dl{
	float: left;
	margin-right: 0.45rem;
}
.weblink dl:last-of-type{
	margin-right: 0;
}
.weblink dl a{
	color: #fff;
}
.weblink dt{
	margin-bottom: 0.2rem;
	font-size: 0.18rem;
}
.weblink dd{
	padding-left: 0.35rem;
}
.weblink dd a{
	display: block;
	line-height: 0.36rem;
	color: #a8aabb;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.weblink dd a:hover{
	color: #fff;
}
.weblink dl .icon{
	width: 0.35rem;
	float: left;
}
.ft-nav{
	float: left;
}
.foot-rg{
	float: right;
	width: 28%;
}
.foot-rg img{
	max-width: 100%;
}
.ft-cont{
	margin-top: 0.4rem;
}
.ft-cont li{
	margin-bottom: 0.1rem;
	overflow: hidden;
	color: #d2d4e0;
}
.ft-cont li p{
	font-size: 0.16rem;
	line-height: 0.3rem;
	vertical-align: middle;
	margin-left: 0.5rem;
}
.ft-cont .icon{
	float: left;
}
.footbot{
	background: #000531;
	padding: 0.2rem 0;
	font-size: 0.14rem;
	color: #b8b8bf;
}
.copyright{
	float: left;
}
.footbot .icp{
	float: right;
}
.footbot a{
	color: #b8b8bf;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.footbot a:hover{
	color: #fff;
}
.bg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hd-lb{
	font-size: 0.14rem;
	float: right;
	margin-right: 0.1rem;
	display: none;
}

@media screen and (max-width: 1720px){
	.weblink dl{
		margin-right: 0.3rem;
	}
	.foot-rg{
		width: 21%;
	}
}

@media screen and (max-width: 1200px){
	.header{
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.header .logo img{
		height: 0.4rem;
	}
	.header .hd-rg{
		padding-top: 0.6rem;
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		right: -100%;
		padding-left: 0;
		background: #fff;
		text-align: center;
		z-index: 11;
		opacity: 0;
		transition: all ease .3s 0s; 
		-moz-transition: all ease .3s 0s; 
		-webkit-transition: all ease .3s 0s;
	}
	.header .hd-rg.on {
		right: 0;
		opacity: 1;
	}
	.header .hd-rg .content{
		height: 100%;
		overflow-y: auto;
		padding-bottom: 0.6rem;
		padding-top: 0.2rem;
	}
	.nav{
		width: 100%;
		float: none;
		height: auto;
		padding: 0 0.4rem;
		text-align: center;
	}
	.nav .fir-nav{
		float: none;
		width: 100%;
		margin: 0;
		height: auto;
		line-height: 0.5rem;
	}
	.nav .fir-nav>a{
		width: 100%;
		padding: 0;
	}
	.sec-nav{
		display: block;
		position: static;
		overflow: hidden;
		padding: 0;
		background: none;
		max-height: 0;
		transition: all ease .5s 0s; 
		-moz-transition: all ease .5s 0s; 
		-webkit-transition: all ease .5s 0s;
	}
	.nav .fir-nav.on>a:after, .nav .fir-nav:hover>a:after {
		display: none;
	}
	.nav .fir-nav {
		text-align: left;
		border-bottom: 1px solid #e5e5e4;
	}
	.header .menu-icon {
		display: block;
		top: 0.18rem;
	}
	.sear-box{
		float: none;
		display: inline-block;
	}
	.foot-rg{
		float: none;
		width: 100%;
		margin-top: 0.4rem;
		text-align: center;
	}
	.ft-cont{
		margin-top: 0.2rem;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	.ft-nav{
		float: none;
		width: 100%;
	}

	.weblink{
		padding:0.4rem 0 0.2rem;
	}

	.weblink dt {
		position: relative;
		padding-bottom: 0.10rem;
		line-height: 0.25rem;
		margin-bottom: 0;
		font-size: 0.16rem;
	}

	.weblink dt::after {
		content: "";
		position: absolute;
		right: 0.1rem;
		top: 50%;
		background: url("../images/i6.png") center no-repeat;
		background-size: 100% 100%;
		width: 0.14rem;
		height: 0.07rem;
		margin-top: -0.04rem;
	}

	.weblink dl.on dt::after {
		transform: rotateX(180deg);
	}

	.weblink dd {
		line-height: 0.23rem;
	}

	.weblink dl {
		border-bottom: 1px solid rgba(255,255,255,0.15);
		width: 100%;
		margin-bottom: 0.1rem;
		box-sizing: border-box;
		float: none;
	}
	.weblink dt:before{
		display: none;
	}

	.weblink dl.on {
		padding-bottom: 3%;
	}

	.weblink dl.on:last-child {
		padding-bottom: 0;
	}

	.weblink dd {
		display: none;
	}

	.weblink dl.on dd {
		display: block;
	}

	.weblink dd a {
		font-size: 0.13rem;
	}
	.footbot{
		text-align: center;
		padding: 0.15rem 0;
	}
	.copyright,
	.footbot .icp{
		float: none;
	}
	.nav .fir-nav:hover .sec-box{
		display: none;
	}
	.nav .has-sec>a {
		pointer-events: none;
	}
	.nav .has-sec>a::before {
		display: block;
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		width: 7px;
		height: 7px;
		transform:rotate(135deg);
		margin-top: -4px;
	}
	.nav .fir-nav.active .sec-box {
		display: block;
	}
	.nav .sec-box{
		width: 100%;
		position: static;
		line-height: 0.44rem;
	}
	.nav .sec-box a{
		text-align: left;
		padding-left: 0.2rem;
		font-size: 0.14rem;
	}
	.hd-lb{
		display: block;
	}
}

@media screen and (max-width: 768px){
	.header{
		height: 0.5rem;
		line-height: 0.5rem;
	}
	.header .hd-rg{
		padding-top: 0.5rem;
	}
	.header .logo img{
		height: 0.32rem;
	}
	.header .menu-icon{
		top: 0.14rem;
	}
	.header .menu-icon em{
		width: 0.22rem;
	}
	.header .menu-icon em:first-of-type {
		top: 0.02rem;
	}
	.header .menu-icon em:last-of-type {
		top: 0.18rem;
	}
	.header .menu-icon.on em:first-of-type {
		transform: translate(0, 0.08rem) rotate(-45deg);
		-moz-transform: translate(0, 0.08rem) rotate(-45deg);
		-webkit-transform: translate(0, 0.08rem) rotate(-45deg);
		-ms-transform: translate(0, 0.08rem) rotate(45deg);
	}
	.header .menu-icon.on em:last-of-type {
		transform: translate(0, -0.08rem) rotate(45deg);
		-moz-transform: translate(0, -0.08rem) rotate(45deg);
		-webkit-transform: translate(0, -0.08rem) rotate(45deg);
		-ms-transform: translate(0, -0.08rem) rotate(45deg);
	}
	.nav{
		padding: 0 7%;
	}
	.nav .fir-nav>a{
		font-size: 0.16rem;
	}
	.nav .fir-nav{
		line-height: 0.44rem;
	}
	.weblink{
		padding: 6% 0;
	}
	.foot-rg img{
		max-width: 70%;
	}
	.ft-cont li p{
		font-size: 0.14rem;
		line-height: 0.2rem;
	}
	.footbot{
		font-size: 0.12rem;
		line-height: 0.16rem;
		padding: 0.1rem 0;
	}
	.footbot p{
		display: inline;
	}
	.foot-rg{
		margin-top: 0.3rem;
	}
}


.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet{
	width:10px;
	height: 10px;
	opacity: 1;
	background: #fff;
}
.swiper-pagination-bullet-active{
	position: relative;
}
.swiper-pagination-bullet-active:before{
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
	border-radius: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0.3rem;
}
.hm-ban img{
	width: 100%;
}

.hm-page{
	padding: 0.9rem 0;
}
.bgf5{
	background-color: #f5f5f5;
}
.nw-modu{
	width: 48%;
	float: left;
	background: #fff;
	height: 4.1rem;
	padding: 0.35rem;
}

.nw-modu.anmitem{
	transform: translateX(-60px);
    opacity: 0;
}
.nw-modu2.anmitem{
	transform: translateX(60px);
}
.nw-modu.on{
	transform: translateY(0px);
    opacity: 1;
}

.nw-modu .hd{
	overflow: hidden;
	line-height: 0.34rem;
	margin-bottom: 0.45rem;
}
.nw-modu .hd .tt{
	float: left;
	font-size: 0.3rem;
	font-weight: 600;
	color: #333;
	padding-left: 0.45rem;
	position: relative;
}
.nw-modu .hd .tt:before{
	content: '';
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/bg-tt.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.15rem;
}
.nw-modu .more{
	font-size: 0.14rem;
	color: #666;
	float: right;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-modu .more:hover{
	color: #272f86;
}
.nw-it{
	display: block;
	overflow: hidden;
	margin-bottom: 0.3rem;
	line-height: 0.18rem;
}
.nw-it .tt{
	font-size: 0.16rem;
	float: left;
	color: #666;
	width: 76%;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it .time{
	font-size: 0.14rem;
	color: #666;
	float: right;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-modu2{
	float: right;
}
.nw-modu .pic{
	width: 2.76rem;
	height: 2.7rem;
	float: left;
	margin-right: 0.2rem;
}
.nw-modu .bg{
	display: none;
	width: 100%;
	height: 100%;
}
.nw-modu .bg.on{
	display: block;
}
.nw-it:hover p{
	color: #29317f;
}
.title-modu{
	text-align: center;
	margin-bottom: 0.5rem;
}
.title-modu.tl{
	text-align: left;
}
.title-modu .hd{
	/* padding-bottom: 0.15rem; */
}
.title-modu .hd:after{
	content: '';
	width: 0.4rem;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #333;
	margin-top: 0.2rem;
}
.title-modu .tt{
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.15rem;
}
.title-modu .tt em{
	font-size: 0.24rem;
	color: #666;
}
.title-modu .en{
	font-size: 0.22rem;
	line-height: 0.24rem;
	text-transform: uppercase;
	color: #adadad;
}
.title-modu .dd{
	padding-top: 0.2rem;
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #666;
}
.ser-pic{
	width: 50%;
	height: 8.8rem;
	overflow: hidden;
	float: left;
}
.ser-pic.anmitem{
	transform:translateX(-60px);
	opacity: 0;
}
.ser-pic.on{
	transform:translateX(0px);
	opacity: 1;
}
.ser-pic .bg{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.ser-pic:hover .bg{
	transform:scale(1.1);
}
.ser-intro{
	margin-left: 50%;
	height: 8.8rem;
	padding-top: 0.7rem;
	padding-left: 0.9rem;
}
.ser-intro.anmitem{
	transform:translateX(60px);
	opacity: 0;
}
.ser-intro.on{
	transform:translateX(0px);
	opacity: 1;
}
.ser-intro li{
	margin-bottom: 0.4rem;
}
.ser-intro li:hover img{
	transform:rotate(360deg);
}
.ser-intro .icon{
	float: left;
	width: 1.65rem;
}
.ser-intro .icon img{
	height: 1.17rem;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.ser-intro .tex{
	margin-left: 1.65rem;
	padding-top: 0.1rem;
}
.ser-intro .tt{
	font-size: 0.3rem;
	font-weight: 600;
	color: #575a79;
	padding-bottom: 0.15rem;
	margin-bottom: 0.2rem;
	position: relative;
}
.ser-intro .tt:after{
	content: '';
	width: 0.4rem;
	height: 1px;
	background: #575a79;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ser-intro .en{
	font-size: 0.16rem;
	color: #d0d0d0;
	text-transform: uppercase;
}
.abo-it{
	display: block;
	width: 25%;
	float: left;
	padding-right: 0.05rem;
}
.abo-it.anmitem{
	transform:translateY(-60px);
	opacity: 0;
}
.abo-it.on{
	transform:translateY(0px);
	opacity: 1;
}
.abo-it:last-of-type{
	padding-right: 0;
}
.abo-it .pic{
	height: 5.06rem;
	overflow: hidden;
}
.abo-it .bg{
	height: 100%;
	width: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.abo-it .tex{
	height: 1.6rem;
	text-align: center;
	background: #d6d6d6;
	padding-top: 0.3rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.abo-it .icon{
	height: 0.36rem;
	margin-bottom: 0.15rem;
}
.abo-it .icon .sel{
	display: none;
}
.abo-it .tt{
	font-size: 0.3rem;
	line-height: 0.32rem;
	color: #4c4c4c;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.abo-it .tt:after{
	content: '';
	width: 0.26rem;
	height: 3px;
	display: block;
	margin: 0.15rem auto 0;
	background: #666;
}
.abo-it:hover .tex{
	background: #29317f;
}
.abo-it:hover .tt{
	color: #fff;
}
.abo-it:hover .nor{
	display: none;
}
.abo-it:hover .sel{
	display: inline-block;
}
.abo-it:hover .tt:after{
	background: #a9adcc;
}
.abo-it:hover .bg{
	transform:scale(1.1);
}
.coo-it{
	height: 1rem;
	line-height: 1rem;
	width: 100%;
}
.swiper-slide.anmitem{
	transform:translateY(-60px);
	opacity: 0;
	transition:all 0.3s;
}
.swiper-slide.on{
	transform:translateY(0px);
	opacity: 1;
}
.coo-it img{
	max-width: 90%;
	max-height: 90%;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.coo-it:hover img{
	transform:scale(1.1);
}

.hm-page2 .col{
	float: left;
}
.hm-page2 .col1{
	width: 35%;
	padding-right: 0.1rem;
}
.hm-page2 .col.anmitem{
	transform:translateY(-100px);
	opacity: 0;
}
.hm-page2 .col.on{
	transform:translateY(0px);
	opacity: 1;
}
.hm-page2 .col2{
	width: 28%;
	padding-right: 0.1rem;
}
.hm-page2 .col3{
	width: 19%;
	padding-right: 0.1rem;
}
.hm-page2 .col4{
	width: 18%;
	padding-right: 0.1rem;
}

.sol-it{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 0.1rem;
	overflow: hidden;
}
.sol-it .pic,
.sol-it .bg{
	height: 100%;
	width: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.sol-it .tex{
	position: absolute;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	left: 0;
	bottom: 0;
	padding: 0 0.3rem;
	background: url(../images/bg-tt1.png) repeat-x center;
	background-size: auto 100%;
}
.sol-it .tt{
	display: inline-block;
	vertical-align: middle;
	line-height:normal;
	font-size: 0.24rem;
	color: #fff;
}
.sol-it .tex1{
	position: absolute;
	left: 0;
	bottom: -1.7rem;
	width: 100%;
	height: 1.7rem;
	line-height: 1.7rem;
	background: #29317f;
	text-align: center;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.sol-it .tex1 p{
	display: inline-block;
	vertical-align: middle;
	line-height: 0.48rem;
	font-size: 0.36rem;
	font-weight: 600;
	color: #fff;
}
.sol-it:hover .bg{
	transform:scale(1.1);
}
.sol-it:hover .tex1{
	bottom: 0;
}
.sol-it.md-it .tex{
	bottom: 50%;
	text-align: center;
	background: none;
}
.hm-page2 .it35{
	height: 3.56rem;
}
.hm-page2 .it30{
	height: 3rem;
}
.hm-page2 .it66{
	height: 6.65rem;
}
.hm-page2 .it50{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.hm-page2 .nmr{
	margin-right: 0;
}

.hm-page3 .lt{
	float: left;
	width: 34%;
}
.hm-page3 .lt.anmitem{
	transform:translateX(-60px);
	opacity: 0;
}
.hm-page3 .lt.on{
	transform:translateX(0px);
	opacity: 1;
}
.hm-page3 .lt .pic{
	display: block;
	width: 100%;
	height: 8.06rem;
	overflow: hidden;
}
.hm-page3 .lt .bg{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.hm-page3 .lt .pic:hover .bg{
	transform:scale(1.1);
}
.hm-page3 .rg{
	margin-left: 34%;
}
.hm-page3 .rg.anmitem{
	transform:translateX(60px);
	opacity: 0;
}
.hm-page3 .rg.on{
	transform:translateX(0px);
	opacity: 1;
}
.bus-it{
	display: block;
	height: 4.03rem;
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden;
}
.bus-it .pic,
.bus-it .bg{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.bus-it .tex{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.2rem;
	padding: 0.35rem 0.3rem 0;
	color: #fff;
	background: url(../images/bg-tt1.png) repeat-x center;
	background-size: auto 100%;
}
.bus-it .cn{
	font-size: 0.3rem;
	line-height: 0.32rem;
	margin-bottom: 0.1rem;
}
.bus-it .en{
	font-size: 0.18rem;
	line-height: 0.2rem;
	text-transform: uppercase;
}
.bus-it.w55{
	width: 55%;
}
.bus-it.w45{
	width: 45%;
}
.bus-it:hover .bg{
	transform:scale(1.1);
}

.bus-ct .tex{
	padding-top: 0;
	height: auto;
	text-align: center;
	bottom: 50%;
	background: none;
	transform:translateY(50%);
}
.bus-ct .cn{
	margin-bottom: 0.2rem;	
	font-weight: 600;
}
.bus-ct .en:after{
	content: '';
	width: 0.34rem;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0.2rem auto;
}
.bus-ct .dd{
	font-size: 0.16rem;
	line-height: 0.2rem;
}

.banner{
	height: 8.8rem;
	line-height: 8.8rem;
	position: relative;
}
.banner .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: normal;
}
.banner .bg{
	width: 100%;
	height: 100%;
}
/* .banner .layout{
	position: relative;
	z-index: 1;
} */
.banner .tex{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	color: #fff;
	position: relative;
	z-index: 3;
}
.banner .tex.bc{
	color: #333;
}
.banner .cn{
	font-size: 0.62rem;
	line-height: 0.64rem;
	margin-bottom: 0.1rem;
	font-weight: 600;
}
.banner .en{
	font-size: 0.24rem;
	line-height: 0.26rem;
	text-transform: uppercase;
}
.banner .lb{
	font-size: 0.26rem;
	line-height: 0.28rem;
	margin-top: 0.3rem;
}
.menu{
	height: 0.6rem;
	line-height: 0.6rem;
	background: #fcfcfc;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.menu a{
	font-size: 0.14rem;
	color: #333;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.menu a:hover{
	color: #272f86;
}
.menu a:hover:before{
	color: #333;
}
.menu .menu-lt{
	float: left;
}
.menu .menu-rg{
	float: right;
}
.menu .menu-lt a:before{
	content: '>';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.1rem;
	color: #d5d5d5;
	/* margin-top: -2px;
	border-left: 5px solid #999;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; */
}
.menu .menu-lt .home:before{
	content: '';
	width: 0.14rem;
	height: 0.14rem;
	margin: 0;
	border: none;
	background: url(../images/icon-home.png) no-repeat center;
	background-size: contain;
}
.menu .menu-lt .on{
	color: #272f86;
}
.menu .menu-lt .on:before{
	color: #333;
}
.menu .menu-rg li{
	float: left;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	transition: width ease .3s 0s; 
	-moz-transition: width ease .3s 0s; 
	-webkit-transition: width ease .3s 0s;
}
.menu .menu-rg a{
	display: inline-block;
	vertical-align: middle;
	height: 0.58rem;
	position: relative;
	padding: 0 0.1rem;
}
.menu .menu-rg a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #272f86;
	position: absolute;
	left: 0;
	bottom: 0.03rem;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.menu .menu-rg li:last-of-type{
	margin-right: 0;
}
.menu .menu-rg a.on,
.menu .menu-rg a:hover{
	color: #272f86;
}
.menu .menu-rg a.on:after,
.menu .menu-rg a:hover:after{
	width: 100%;
}
.abo-page1 .pic{
	width: 37%;
	height: 7.85rem;
	float: left;
	overflow: hidden;
}
.abo-page1 .pic .bg{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.abo-page1 .pic:hover .bg{
	transform:scale(1.1);
}
.abo-page1 .intro{
	margin-left: 42%;
	padding-top: 0.6rem;
	padding-right: 0.6rem;
	background: url(../images/bg-tex.png) no-repeat right top;
	background-size: 80% auto;
}
.abo-page1 .name{
	font-size: 0.3rem;
	line-height: 0.34rem;
	color: #4c4c4c;
	margin-bottom: 0.4rem;
}
.abo-page1 .tex{
	height: 3.65rem;
	overflow-y: auto;
	margin-bottom: 0.75rem;
	line-height: 0.26rem;
	font-size: 0.18rem;
	color: #4c4c4c;
}
.abo-page1 .tex::-webkit-scrollbar {
	width: 4px;
	background: #fff;
}
.abo-page1 .tex::-webkit-scrollbar-thumb {
	background: #171b76; 
}
.abo-page1 img{
	width: 100%;
}
.abo-page2{
	padding: 0;
}
.yw-modu{
	padding: 2.3rem 0 0.5rem;
	text-align: center;
}
.yw-modu .bt{
	margin-top: 0.9rem;
}
.yw-it{
	display: inline-block;
	vertical-align: middle;
	width: 3.06rem;
	height: 3.06rem;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #000;
	padding: 0.7rem 0 0;
	margin: 0 0.7rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.yw-it .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.yw-it .icon{
	margin-bottom: 0.2rem;
}
.yw-it .cn{
	font-size: 0.3rem;
	line-height: 0.34rem;
	margin-bottom: 0.1rem;
	font-weight: 600;
	padding: 0 0.2rem;
}
.yw-it .en{
	line-height: 0.18rem;
	font-size: 0.14rem;
	text-transform: uppercase;
	padding: 0 0.5rem;
}
.yw-it .en:after{
	content: '';
	width: 0.4rem;
	height: 2px;
	background: #000;
	opacity: 0.2rem;
	display: block;
	margin: 0.15rem auto 0.1rem;
}
.yw-it .dd{
	line-height: 0.24rem;
	font-size: 0.2rem;
	display: none;
	padding: 0 0.5rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.yw-it:hover .bg{
	transform:scale(1.1);
}
.yw-it:hover{
	padding-top: 0.2rem;
}
.yw-it:hover .dd{
	display: block;
}
.str-it{
	display: block;
	height: 4.9rem;
	background: #fff;
	margin-bottom: 0.3rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.str-it .pic{
	float: right;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.str-it .bg{
	height: 100%;
	width: 100%;
}
.str-it .tex{
	float: left;
	width: 50%;
	height: 100%;
	padding: 0.85rem 0.7rem 0;
	background: url(../images/bg-logo.jpg) no-repeat right bottom; 
}
.str-it .cn{
	font-size: 0.3rem;
	line-height: 0.32rem;
	font-weight: 600;
	color: #29317f;
	margin-bottom: 0.1rem;
}
.str-it .en{
	font-size: 0.2rem;
	line-height: 0.22rem;
	color: #333;
	text-transform: uppercase;
}
.str-it .en:after{
	content: '';
	width: 0.4rem;
	height: 2px;
	display: block;
	background: #333;
	margin: 0.2rem 0 0.3rem;
}
.str-it .dd{
	line-height: 0.26rem;
	font-size: 0.16rem;
	color: #4c4c4c;
}
.str-it:nth-of-type(2n) .pic,
.str-it:nth-of-type(2n) .tex{
	float: left;
}
.str-it:hover{
	transform: translate(0,-0.1rem);
}
.hon-it{
	display: block;
	width: 100%;
	text-align: center;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.hon-it .pic{
	height: 3.1rem;
	line-height: 3.1rem;
	background: #fafbfc;
}
.hon-it img{
	max-width: 90%;
	max-height: 90%;
}
.hon-it .tex{
	height: 1rem;
	line-height: 1rem;
	padding: 0 0.1rem;
	background: #fff;
	font-size: 0.18rem;
	color: #333;
}
.abo-page4 .swiper-slide:hover .hon-it{
	transform:scale(1.1);
}
.abo-page4 .swiper-slide:hover .hon-it{
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.07);
}
.abo-page4 .swiper-slide{
	padding: 0.4rem 0.1rem;
	
}
.abo-page5{
	background-color: #29317f;
}
.abo-page5 .content{
	background-image: url(../images/bg-map.png);
	background-position: center;
	background-repeat: no-repeat;
}
.dev-time{
	width: 40%;
	float: left;
	height: 4.3rem;
}
.dev-it{
	width: 100%;
	overflow: hidden;
	color: #fff;
	opacity: 0.5;
	line-height: 0.4rem;
	text-align: left;
	cursor: pointer;
}
.dev-it .year{
	float: left;
	width: 2.4rem;
	font-size: 0.32rem;
	font-weight: 600;
}
.dev-it .tex{
	margin-left: 3.1rem;
	font-size: 0.2rem;
	position: relative;
}
.dev-it .tex:before{
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 100%;
	background: #b8b8b8;
	position: absolute;
	left: -0.6rem;
	top: 50%;
	margin-top: -0.05rem;
}
.swiper-slide-active .dev-it{
	opacity: 1;
}
.swiper-slide-active .dev-it .tex:before{
	width: 0.20rem;
	height: 0.20rem;
	border-radius: 100%;
	margin-left: -0.04rem;
	background: rgba(255,255,255,0.5);
}
.swiper-slide-active .dev-it .tex:after{
	content: '';
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: -0.6rem;
	margin-left: -0.02rem;
	top: 50%;
	margin-top: -0.03rem;
}
/* .dev-it .tex p{
	display: inline-block;
	vertical-align: middle;
} */

.dev-tex{
	margin-left: 44%;
}
.dev-list{
	overflow: hidden;
	padding-top: 0.3rem;
	display: none;
}
.dev-list.on{
	display: block;
}
.dev-list .dev-pic{
	width: 40%;
	float: left;
}
.dev-list .dev-pic .swiper-container{
	padding-bottom: 1.2rem;
}
.dev-list .pic{
	width: 100%;
	height: 3.9rem;
	border: 0.02rem solid #fff;
}
.dev-list .intro{
	margin-left: 44%;
	padding-top: 0.3rem;
	max-height: 3.9rem;
	overflow-y: auto;
	color: #fff;
}
.dev-list .intro::-webkit-scrollbar {
	width: 4px;
	background: #171b76; 
}
.dev-list .intro::-webkit-scrollbar-thumb {
	background: #fff;
}
.dev-list .tt{
	font-size: 0.32rem;
	line-height: 0.34rem;
	font-weight: 600;
}
.dev-list .tt:after{
	content: '';
	width: 0.4rem;
	height: 2px;
	display: block;
	background: #fff;
	margin: 0.2rem 0 0.3rem;
}
.dev-list .dd{
	line-height: 0.26rem;
	font-size: 0.16rem;
}
.abo-page5 .title-modu .tt,
.abo-page5 .title-modu .en{
	color: #fff;
}
.abo-page5 .title-modu .hd:after{
	background: #fff;
}
.dev-time .swiper-container:after{
	content: '';
	width: 1px; 
	height: 100%;
	position: absolute;
	background: #b8b8b8;
	top: 0;
	left: 2.54rem;
}
.cont-tt{
	font-size: 0.36rem;
	color: #333;
	font-weight: 600;
	margin-bottom: 0.4rem;
}
.cont-tt:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0.3rem;
	height: 0.37rem;
	background: url(../images/icon-ps.png) no-repeat center;
	background-size: contain;
	margin-right: 0.25rem;
	margin-top: -0.03rem;
}
.cont-modu .pic{
	float: left;
	width: 28%;
	height: 5.34rem;
}
.cont-modu .bg{
	width: 100%;
	height: 100%;
}
.cont-md{
	float: left;
	width: 37%;
	height: 5.34rem;
	background: #fff;
	padding: 0.55rem 0.7rem;
	border-left: 1px solid #d2d2d2;
}
.cont-md .hd{
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #29317f;
	font-size: 0.3rem;
	line-height: 0.32rem;
	font-weight: 600;
	color: #29317f;
	margin-bottom: 0.4rem;
}
.cont-modu .item{
	margin-bottom: 0.25rem;
}
.cont-modu .item .icon{
	float: left;
}
.cont-modu .item p{
	margin-left: 0.5rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333;
}
.cont-modu .con-rg{
	width: 34%;
	float: right;
}
.cont-modu .tel-it{
	width: 100%;
	padding: 0.15rem 0.3rem;
	background: #fff;
	margin-bottom: 0.1rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.cont-modu .tel-it .li{
	border-bottom: 1px solid #d0d2df;
	line-height: 0.48rem;
}
.cont-modu .tel-it .li:last-of-type{
	border: none;
}
.cont-modu .tel-it p{
	width: 50%;
	float: left;
	font-size: 0.26rem;
	color: #999;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.cont-modu .tel-it .cl-name{
	width: 40%;
}
.cont-modu .tel-it .tel{
	width: 60%;
}
.cont-modu .tel-it .tel:before{
	content: '';
	width: 0.23rem;
	height: 0.23rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.03rem;
	margin-right: 0.2rem;
	background: url(../images/icon-tel.png) no-repeat center;
	background-size: contain;
}
.cont-modu .tel-it:hover{
	background: #171b76;
}
.cont-modu .tel-it:hover p{
	color: #fff;
}
.cont-modu .tel-it:hover .tel:before{
	background-image: url(../images/icon-tel-w.png);
}
.map{
	height: 6.7rem;
}
.map .bg{
	width: 100%;
	height: 100%;
}
.nw-it1{
	display: block;
	overflow: hidden;
	margin-bottom: 0.6rem;
}
.nw-it1 .pic{
	width: 42%;
	height: 3.94rem;
	float: left;
	overflow: hidden;
}
.nw-it1 .bg{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.nw-it1 .pic:hover .bg{
	transform:scale(1.1);
}
.nw-it1 .tex{
	margin-left: 46%;
	padding-top: 0.3rem;
}
.nw-it1 .tt{
	font-size: 0.28rem;
	line-height: 0.3rem;
	color: #333;
	margin-bottom: 0.3rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it1 .tt:hover{
	color: #272f86;
}
.nw-it1 .it-md{
	margin-bottom: 0.4rem;
}
.nw-it1 .it-md p{
	font-size: 0.14rem;
	line-height: 0.16rem;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 0.3rem;
}
.nw-it1 .it-md p:before{
	content: '';
	width: 0.18rem;
	height: 0.12rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.03rem;
	margin-right: 0.05rem;
}
.nw-it1 .time:before{
	background: url(../images/icon-time.png) no-repeat center;
	background-size: contain;
}
.nw-it1 .visit:before{
	background: url(../images/icon-visit.png) no-repeat center;
	background-size: contain;
}
.nw-it1 .dd{
	line-height: 0.28rem;
	font-size: 0.14rem;
	color: #666;
	-webkit-line-clamp: 4;
}
.nw-it1 .more{
	width: 1.6rem;
	line-height: 0.44rem;
	border-radius: 0.44rem;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 0.16rem;
	color: #333;
	margin-top: 0.6rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it1 .more:hover{
	background: #272f86;
	border-color: #272f86;
	color: #fff;
}
.nw-it2{
	display: block;
	width: 32%;
	float: left;
	margin:0 0.6%;
}
.nw-it2 .pic{
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
}
.nw-it2 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.nw-it2:hover .bg{
	transform:scale(1.1);
}
.nw-it2 .tex{
	height: 1.3rem;
	padding: 0.35rem 0.4rem;
	background: #f5f5f5;
}
.nw-it2 .tt{
	margin-bottom: 0.15rem;
	font-size: 0.2rem;
	line-height: 0.22rem;
	color: #333;
}
.nw-it2 .dd{
	font-size: 0.14rem;
	line-height: 0.18rem;
	color: #999;
}
.page{
	text-align: center;
	padding: 0.4rem;
}
.page a{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 0.32rem;
	padding: 0 0.05rem;
	margin: 0.05rem;
	font-size: 0.18rem;
	color: #888;
	position: relative;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.page a:hover,
.page .on{
	border-bottom: 2px solid #272f86;
	color: #272f86;
}
.page .prev,
.page .next{
	width: 0.8rem;
	border-radius: 0.34rem;
	border: 1px solid #b2b2b2;
}
.page .prev{
	background: url(../images/p-prev.png) no-repeat center;
}
.page .next{
	background: url(../images/p-next.png) no-repeat center;
}
.page .prev:hover{
	background:#272f86 url(../images/p-prev-sel.png) no-repeat center;
	border: none;
}
.page .next:hover{
	background:#272f86 url(../images/p-next-sel.png) no-repeat center;
	border: none;
}
.nw-it3{
	display: block;
	height: 1.7rem;
	padding: 0.4rem 0;
	background: #fff;
	overflow: hidden;
	margin-bottom: 0.3rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it3 .lt{
	width: 1.4rem;
	float: left;
	text-align: center;
	color: #888;
}
.nw-it3 .day{
	font-size: 0.6rem;
	line-height: 0.6rem;
	margin-bottom: 0.1rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it3 .mon{
	font-size: 0.16rem;
}
.nw-it3 .tex{
	height: 100%;
	margin-left: 1.9rem;
	padding-right: 15%;
	position: relative;
}
.nw-it3 .tt{
	font-size: 0.18rem;
	line-height: 0.2rem;
	color: #333;
	margin-bottom: 0.15rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it3 .dd{
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #999;
}
.nw-it3 .more{
	width: 1.6rem;
	line-height: 0.44rem;
	border-radius: 0.44rem;
	border: 1px solid #b2b2b2;
	text-align: center;
	font-size: 0.16rem;
	color: #666;
	position: absolute;
	right: 0.6rem;
	top: 50%;
	margin-top: -0.22rem;
	background: #fff;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it3:hover{
	transform: translate(0,-0.1rem);
}
.nw-it3:hover .more{
	border-color: #272f86;
	background: #272f86;
	color: #fff;
}
.nw-it3:hover .day,
.nw-it3:hover .mon,
.nw-it3:hover .tt{
	color:#272f86; 
}
.menu .sear-box{
	margin-top: 0.12rem;
	margin-left: 0.7rem;
}
.article .content{
	padding-bottom: 0.7rem;
	font-size: 0.18rem;
	line-height: 1.5;
	color: #4c4c4c;
}
.article img{
	max-width: 100%;
}
.article .hd{
	padding-bottom: 0.3rem;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0.4rem;
}
.article .tt{
	font-size: 0.34rem;
	line-height: 0.4rem;
	color: #333;
	max-width: 70%;
	margin: 0 auto 0.2rem;
}
.article .hd-bt p{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.15rem;
	margin: 0 0.12rem;
	color: #999;
}
.article .p18{
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #4c4c4c;
}
.ej-share-box{ 
	overflow: hidden; 
	padding: 0.3rem 0;
	border-top: 1px solid #e5e5e5;
}
.ej-share-box ul{
	width: 80%;
	float: left;
}
.ej-share-box li{ 
	font-size: 0.16rem;
	color: #666; 
	line-height: 0.26rem; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	padding: 0.07rem 0;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.ej-share-box li a{ 
	color: #333; 
	transition: all ease .2s 0s; 
	-moz-transition: all ease .2s 0s; 
	-webkit-transition: all ease .2s 0s; 
}
.ej-share-box li:hover,
.ej-share-box li:hover a{ 
	color: #272f86;
}
.ej-share-box .back{
	display: block;
	width: 1.9rem;
	line-height: 0.46rem;
	border-radius: 0.46rem;
	background: #272f86;
	color: #fff;
	text-align: center;
	float: right;
	margin-top: 0.2rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ej-share-box .back:after{
	content: '';
	width: 0.16rem;
	height: 0.16rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.02rem;
	margin-left: 0.15rem;
	background: url(../images/icon-back.png) no-repeat center;
	background-size: contain;
}
.ej-share-box .back:hover{
	background: #222871;
}
@media screen and (max-width: 1200px){
	.hm-page{
		padding: 0.6rem 0;
	}
	.title-modu{
		margin-bottom: 0.35rem;
	}
	.title-modu .tt {
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}
.title-modu .tt em{
	font-size: 0.18rem;
}
.title-modu .en {
    font-size: 0.18rem;
    line-height: 0.20rem;
}
.title-modu .hd:after {
    margin-top: 0.1rem;
}
.title-modu .dd {
    padding-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
}
	.nw-modu{
		width: 100%;
		height: 3.3rem;
		margin: 0 auto 20px;
		padding: 0.2rem;
	}
	.nw-modu .hd{
		margin-bottom: 0.25rem;
	}
	.nw-modu .hd .tt{
		font-size: 0.24rem;
		padding-left: 0.4rem;
	}
	.nw-modu .hd .tt:before{
		width: 0.24rem;
		height: 0.24rem;
	}
	.ser-pic{
		width: 100%;
		float: none;
		height: 4.5rem;
	}
	.ser-intro{
		margin-left: 0;
		height: auto;
		padding: 0.4rem;
	}
	.ser-intro li {
    margin-bottom: 0.2rem;
}
.ser-intro .icon {
    float: left;
    width: 1rem;
}
.ser-intro .icon img {
    height: 0.8rem;
}
.ser-intro .tex {
    margin-left: 1.1rem;
}
.ser-intro .tt {
    font-size: 0.22rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}
.ser-intro .en {
    font-size: 0.14rem;
}
.abo-it{
	width: 50%;
	padding-bottom: 0.1rem;
}
.abo-it .pic {
    height: 3.4rem;
}
.abo-it .tex {
    height: 1.3rem;
    padding-top: 0.2rem;
}
.abo-it .icon {
    margin-bottom: 0.1rem;
}
.abo-it .tt {
    font-size: 0.22rem;
    line-height: 0.24rem;
}
.abo-it .tt:after {
    margin: 0.15rem auto 0;
}
.coo-it{
	height: 0.8rem;
	line-height: 0.8rem;
}
.nw-it{
	margin-bottom: 0.2rem;
}
.nw-modu .pic{
	height: 2.2rem;
}
.hm-page2 .col1,
.hm-page2 .col1,
.hm-page2 .col2,
.hm-page2 .col3,
.hm-page2 .col4{
	width: 50%;
}
.hm-page2 .col1 .it50{
	margin-bottom: 0;
}
.hm-page2 .it66{
	height: 5rem;
}
.hm-page2 .it35 {
    height: 2.6rem;
}
.hm-page2 .it30 {
    height: 2.3rem;
}
.sol-it .tex {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.1rem;
}
.sol-it .tt {
    font-size: 0.18rem;
}
.sol-it .tex1{
	height: 1rem;
	line-height: 1rem;
}
.sol-it .tex1 p{
	font-size: 0.2rem;
	line-height: 0.3rem;
}
.hm-page3 .lt .pic{
	height: 6rem;
}
.bus-it{
	height: 3rem;
}
.bus-it .tex {
    height: 0.7rem;
    padding: 0.1rem 0.1rem 0;
}
.bus-it .cn {
    font-size: 0.2rem;
    line-height: 0.22rem;
    margin-bottom: 0.05rem;
}
.bus-it .en {
    font-size: 0.14rem;
    line-height: 0.16rem;
}
.bus-ct .dd{
	font-size: 0.14rem;
	line-height: 0.18rem;
}
.bus-ct .en:after{
	margin: 0.1rem auto;
}
.banner{
	height: 4.5rem;
	line-height: 4.5rem;
}
.banner .cn{
	font-size: 0.4rem;
	line-height: 0.44rem;
}
.banner .en{
	font-size: 0.18rem;
	line-height: 0.18rem;
}
.banner .lb{
	font-size: 0.2rem;
	line-height: 0.22rem;
}
.abo-page1 .pic{
	width: 100%;
	float: none;
	height: 4rem;
	margin-bottom: 0.3rem;
}
.abo-page1 .intro{
	margin-left: 0;
	padding-top:0.4rem;
	padding-right: 0.4rem;
}
.abo-page1 .name{
	font-size: 0.26rem;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.abo-page1 .tex{
	height: 2.6rem;
	margin-bottom: 0.4rem;
}
.yw-it{
	margin: 0 0.2rem 0.3rem;
}
.yw-modu{
	padding: 1rem 0 0.3rem;
}
.yw-modu .bt{
	margin-top: 0.3rem;
}
.abo-page2{
	padding-bottom: 0;
}
.str-it{
	height: auto;
	margin-bottom: 0.3rem;
}
.str-it .pic,
.str-it:nth-of-type(2n) .pic{
	float: none;
	width: 100%;
	height: 3rem;
}
.str-it .tex,
.str-it:nth-of-type(2n) .tex{
	float: none;
	width: 100%;
	padding: 0.3rem;
}
.str-it .cn {
    font-size: 0.24rem;
    line-height: 0.28rem;
}
.str-it .en {
    font-size: 0.16rem;
    line-height: 0.18rem;
}
.str-it .en:after {
    margin: 0.1rem 0 0.2rem;
}
.hon-it .pic{
	height: 2.2rem;
	line-height: 2.2rem;
}
.hon-it .tex{
	height: 0.6rem;
	line-height: 0.6rem;
}
.dev-time{
	width: 100%;
	float: none;
	margin-bottom: 0.3rem;
}
.dev-tex{
	margin-left: 0;
}
.dev-time{
	height: 3rem;
}
.dev-it .year{
	font-size: 0.26rem;
}
.dev-it .tex{
	font-size: 0.18rem;
}
.dev-list .dev-pic .swiper-container{
	padding-bottom: 0.8rem;
}
.dev-time .swiper-container{
	width: 80%;
}
/* .dev-it{
	width: 80%;
} */
.dev-it .year{
	width: 1.8rem;
}
.dev-it .tex{
	margin-left: 2.1rem;
}
.dev-time .swiper-container:after{
	left: 1.9rem;
}
.dev-it .tex:before{
	left: -0.24rem;
}
.swiper-slide-active .dev-it .tex:after{
	left: -0.24rem;
}
/* .dev-it .year{
	width: 30%;
}
.dev-it .tex{
	margin-left: 34%;
} */
/* .dev-time .swiper-container:after{
	left: 30%;
} */
.yw-it{
	width: 2.6rem;
	height: 2.6rem;
	padding-top: 0.5rem;
}
.yw-it .cn {
    font-size: 0.24rem;
    line-height: 0.3rem;
}
.yw-it .en {
    line-height: 0.16rem;
    font-size: 0.12rem;
    padding: 0 0.3rem;
}
.yw-it .dd {
    line-height: 0.22rem;
    font-size: 0.18rem;
    padding: 0 0.3rem;
}
.yw-it .icon{
	margin-bottom: 0.1rem;
}
.cont-modu .pic {
    width: 40%;
    height: 4.7rem;
}
.cont-md {
    width: 60%;
    height: 4.7rem;
    padding: 0.4rem 0.3rem;
}
.cont-md .hd {
    padding-bottom: 0.15rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-bottom: 0.2rem;
}
.cont-modu .item {
    margin-bottom: 0.2rem;
}
.cont-modu .con-rg {
    width: 100%;
    margin-top: 0.2rem;
}
.map{
	height: 5rem;
}
.cont-modu .tel-it {
    padding: 0.1rem 0.2rem;
}
.cont-modu .tel-it .li{
	line-height: 0.42rem;
}
.cont-modu .tel-it p {
    font-size: 0.16rem;
}
.cont-modu .tel-it{
	width: 48%;
	float: left;
	margin: 0 1% 2%;
}
.cont-modu .tel-it .tel:before{
	margin-right: 0.1rem;
}
.cont-tt {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
}
.nw-it1 .tex{
	padding-top: 0.15rem;
}
.nw-it1 .tt{
	font-size: 0.22rem;
	line-height: 0.28rem;
	margin-bottom: 0.2rem;
}
.nw-it1 .it-md{
	margin-bottom: 0.2rem;
}
.nw-it1 .more{
	margin-top: 0.3rem;
}
.nw-it1 .pic{
	height: 3.7rem;
}
.nw-it1{
	margin-bottom: 0.4rem;
}
.nw-it2 .tex {
    height: 1.1rem;
    padding: 0.1rem;
}
.nw-it2 .tt {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
}
.page{
	padding: 0.3rem;
}
.nw-it3 {
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
}
.nw-it3 .tex {
    height: 100%;
    margin-left: 1.4rem;
    padding-right: 0.2rem;
}
.nw-it3 .more {
    width: 1.4rem;
    line-height: 0.4rem;
    position: static;
    margin-top: 0.2rem;
    font-size: 0.14rem;
}
.nw-it3 .dd{
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.menu .sear-box{
	float: right;
}
	.article .content{
		padding-bottom: 0.5rem;
	}
	.article .tt {
		font-size: 0.26rem;
		line-height: 0.3rem;
		margin: 0 auto 0.1rem;
		max-width: 100%;
	}
	.article .hd{
		padding-bottom: 0.2rem;
		margin-bottom: 0.3rem;
	}
	.article .hd-bt p{
		font-size: 0.12rem;
	}
	.ej-share-box {
		padding: 6% 0 3%; 
	}
	.ej-share-box li {
		line-height: 0.16rem;
	}
	.article .p18{
		font-size: 0.16rem;
	}
	.ej-share-box ul{
		width: 75%;
	}
	.ej-share-box .back{
		width: 1.5rem;
		margin-top: 0.1rem;
		height: 0.38rem;
		line-height: 0.38rem;
		font-size: 0.14rem;
	}
}

@media screen and (max-width: 768px){
	.hm-page{
		padding: 6% 0;
	}
	.title-modu{
		margin-bottom: 0.25rem;
		padding: 0 0.2rem;
	}
	.title-modu .tt {
		font-size: 0.22rem;
		line-height: 0.24rem;
		margin-bottom: 0.1rem;
	}
	.title-modu .tt em{
		font-size: 0.12rem;
	}
	.title-modu .en {
		font-size: 0.14rem;
		line-height: 0.16rem;
	}
	.title-modu .dd{
		font-size: 0.14rem;
		line-height: 0.2rem;
	}
	.coo-it{
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.abo-it{
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 3%;
	}
	.abo-it .pic {
		height: 2.5rem;
	}
	.abo-it .tex {
		height: 1.1rem;
		padding-top: 0.15rem;
	}
	.abo-it .icon{
		height: 0.3rem;
	}
	.abo-it .icon img{
		max-height: 100%;
	}
	.abo-it .tt {
		font-size: 0.18rem;
		line-height: 0.2rem;
	}
	.ser-pic{
		height: 2.3rem;
	}
	.ser-intro{
		padding: 0.3rem 0.2rem 0.15rem;
	}
	.ser-intro .icon{
		width: auto;
	}
	.ser-intro .icon img {
		height: 0.6rem;
	}
	.ser-intro .tex {
		margin-left: 0.8rem;
		padding-top: 0;
	}
	.ser-intro .tt {
		font-size: 0.18rem;
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;
	}
	.ser-intro .en {
		font-size: 0.12rem;
	}
	.hm-page4{
		padding-bottom: 0;
	}
	.hm-page3 .lt {
		float: none;
		width: 100%;
	}
	.hm-page3 .lt .pic {
		height: 2.5rem;
	}
	.hm-page3 .rg{
		margin-left: 0;
	}
	.bus-it{
		height: 2rem;
	}
	.bus-it .cn {
		font-size: 0.16rem;
		line-height: 0.18rem;
	}
	.bus-it .en {
		font-size: 0.12rem;
		line-height: 0.14rem;
	}
	.bus-ct .dd{
		font-size: 0.12rem;
		line-height: 0.16rem;
	}
	.hm-page2 .col{
		width: 100%;
		padding-right: 0;
	}
	.hm-page2 .sol-it,
	.hm-page2 .col1 .it50{
		height: 1.8rem;
		margin-bottom: 0.1rem;
	}
	.sol-it .tt{
		font-size: 0.16rem;
	}
	.sol-it .tex1{
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.sol-it .tex1 p{
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.nw-modu{
		padding: 0.15rem;
		height: auto;
		margin-bottom: 3%;
	}
	.nw-modu .hd .tt {
		font-size: 0.18rem;
		padding-left: 0.3rem;
	}
	.nw-modu .hd .tt:before {
		width: 0.18rem;
		height: 0.18rem;
		margin-top: -0.09rem;
	}
	.nw-modu .hd{
		margin-bottom: 0.15rem;
		line-height: 0.24rem;
	}
	.nw-it{
		margin-bottom: 0.08rem;
	}
	.nw-it .tt{
		font-size: 0.14rem;
		-webkit-line-clamp:2;
	}
	.nw-it .time{
		font-size: 0.12rem;
	}
	.nw-modu .more{
		font-size: 0.12rem;
	}
	.nw-modu .pic{
		height: 1.5rem;
		width: 100%;
		float: none;
		margin-bottom: 0.15rem;
	}
	.menu{
		height: auto;
		line-height: 0.4rem;
	}
	.menu .menu-lt{
		float: none;
	}
	.menu .menu-rg{
		display: flex;
		width: 100%;
		float: none;
	}
	.menu .menu-rg li{
		flex:1;
		line-height: 0.44rem;
		text-align: center;
		margin: 0 auto;
	}
	.menu .menu-rg a{
		height: 0.44rem;
		font-size: 0.12rem;
		padding: 0;
		line-height: normal;
	}
	.abo-page1 .pic{
		height: 2.5rem;
		margin-bottom: 0.2rem;
	}
	.abo-page1 .intro {
		padding-top: 0.2rem;
		padding-right: 0.2rem;
	}
	.abo-page1 .name {
		font-size: 0.2rem;
		line-height: 0.26rem;
		margin-bottom: 0.2rem;
	}
	.abo-page1 .tex{
		font-size: 0.14rem;
		line-height: 0.24rem;
		margin-bottom: 0.2rem;
	}
	.yw-modu{
		padding: 6% 0;
	}
	.yw-modu .bt img{
		width: 60%;
	}
	.yw-modu .bt{
		margin-top: 0.1rem;
	}
	.yw-it {
		width: 2.4rem;
		height: 2.4rem;
		padding-top: 0.4rem;
		margin: 0 auto 4%;
	}
	.yw-it .icon img{
		height: 0.36rem;
	}
	.yw-it .cn {
		font-size: 0.2rem;
		line-height: 0.24rem;
	}
	.yw-it .en {
		line-height: 0.14rem;
		font-size: 0.12rem;
		padding: 0 0.3rem;
	}
	.yw-it .en:after{
		margin: 0.1rem auto 0.05rem;
	}
	.yw-it .dd {
		line-height: 0.22rem;
		font-size: 0.14rem;
	}
	.abo-page2{
		padding-bottom: 0;
	}
	.str-it .pic, .str-it:nth-of-type(2n) .pic{
		height: 2rem;
	}
	.str-it .tex, .str-it:nth-of-type(2n) .tex {
		padding: 0.2rem 0.15rem;
	}
	.str-it .cn {
		font-size: 0.22rem;
		line-height: 0.26rem;
		margin-bottom: 0.05rem;
	}
	.str-it .en {
		font-size: 0.14rem;
		line-height: 0.16rem;
	}
	.str-it .en:after {
		margin: 0.1rem 0 0.1rem;
	}
	.str-it .dd {
		line-height: 0.22rem;
		font-size: 0.14rem;
	}
	.abo-page4 .swiper-slide{
		padding: 0.3rem 0.1rem;
	}
	.hon-it .pic{
		height: 1.8rem;
		line-height: 1.8rem;
	}
	.hon-it .tex{
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.14rem;
	}
	.dev-list .dev-pic{
		width: 100%;
		float: none;
	}
	.dev-list .pic{
		height:2rem;
	}
	.dev-list .dev-pic .swiper-container{
		padding-bottom: 0.6rem;
	}
	.dev-list .intro{
		margin-left: 0;
		padding-top: 0;
		max-height: 3rem;
	}
	.dev-list .tt {
		font-size: 0.24rem;
		line-height: 0.28rem;
	}
	.dev-list .tt:after {
		margin: 0.1rem 0 0.2rem;
	}
	.dev-list .dd {
		line-height: 0.22rem;
		font-size: 0.14rem;
	}
	.dev-time{
		height: 2.4rem;
		margin-bottom: 0.1rem;
	}
	.dev-time .swiper-container{
		width: 100%;
	}
	.dev-it .year {
		width: 1.2rem;
		font-size: 0.18rem;
	}
	.dev-it .tex{
		margin-left: 1.4rem;
		font-size: 0.14rem;
		line-height: 0.2rem;
	}
	.dev-time .swiper-container:after{
		left: 1.2rem;
	}
	.banner{
		height: 2.5rem;
		line-height: 2.5rem;
	}
	.banner .cn{
		font-size: 0.26rem;
		line-height: 0.28rem;
		margin-bottom: 0.05rem;
	}
	.banner .en{
		font-size: 0.16rem;
		line-height: 0.16rem;
	}
	.banner .lb{
		font-size: 0.16rem;
		line-height: 0.2rem;
		margin-top: 0.1rem;
	}
	.cont-modu .pic{
		width: 100%;
		height: 2rem;
		float: none;
	}
	.cont-md{
		width: 100%;
		float: none;
		height: auto;
		padding: 0.2rem 0.2rem 0.1rem;
		border: none;
	}
	.cont-md .hd {
		font-size: 0.2rem;
		line-height: 0.22rem;
	}
	.cont-modu .item {
		margin-bottom: 0.15rem;
	}
	.cont-modu .item p {
		margin-left: 0.4rem;
		font-size: 0.16rem;
	}
	.cont-modu .tel-it{
		width: 100%;
		float: none;
		margin: 0 auto 3%;
	}
	.cont-modu .tel-it{
		padding: 0.1rem;
	}
	.cont-modu .tel-it p{
		font-size: 0.14rem;
	}
	.cont-modu .tel-it .li{
		line-height: 0.34rem;
	}
	.cont-modu .con-rg{
		margin-top: 3%;
	}
	.map{
		height: 3rem;
	}
	.cont-tt:before {
		width: 0.2rem;
		height: 0.2rem;
		margin-right: 0.1rem;
	}
	.cont-tt {
		font-size: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.nw-it1 .pic{
		width: 100%;
		float: none;
		height: 2rem;
	}
	.nw-it1 .tex{
		margin-left: 0;
	}
	.nw-it1 .tt {
		font-size: 0.18rem;
		line-height: 0.24rem;
		margin-bottom: 0.1rem;
	}
	.nw-it1 .it-md {
		margin-bottom: 0.1rem;
	}
	.nw-it1 .it-md p{
		font-size: 0.12rem;
		line-height: 0.14rem;
	}
	.nw-it1 .dd {
		line-height: 0.24rem;
		font-size: 0.14rem;
	}
	.nw-it1 .more{
		width: 1.2rem;
		line-height: 0.34rem;
		height: 0.34rem;
		font-size: 0.14rem;
		margin-top: 0.15rem;
	}
	.nw-it1{
		margin-bottom: 0.3rem;
	}
	.nw-it2{
		width: 100%;
		margin: 0 auto 3%;
	}
	.nw-it2 .pic{
		padding-bottom: 60%;
	}
	.menu .sear-box{
		display: block;
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.nw-it3 {
		padding: 0.1rem 0;
		margin-bottom: 3%;
		height: 1.4rem;
	}
	.nw-it3 .lt{
		width: 0.8rem;
		padding-top: 0.2rem;
	}
	.nw-it3 .tex{
		margin-left: 0.8rem;
		padding-right: 0.1rem;
	}
	.nw-it3 .tt{
		margin-bottom: 0.1rem;
	}
	.nw-it3 .more {
		width: 1.2rem;
		line-height: 0.34rem;
		margin-top: 0.1rem;
		font-size: 0.12rem;
	}
	.nw-it3 .day{
		font-size: 0.34rem;
		line-height: 0.34rem;
	}
	.nw-it3 .mon{
		font-size: 0.12rem;
	}
	.page{
		padding: 0.2rem 0;
	}
	.page a{
		line-height: 0.26rem;
	}
	.page .prev, .page .next{
		width: 0.5rem;
	}
	.article .tt {
		font-size: 0.18rem;
		line-height: 0.24rem;
		margin: 0 auto 0.1rem;
		max-width: 100%;
	}
	.article .hd{
		padding-bottom: 0.1rem;
		margin-bottom: 0.2rem;
	}
	.article .hd-bt p{
		font-size: 0.12rem;
	}
	.ej-share-box {
		padding: 6% 0 3%; 
	}
	.ej-share-box ul{
		width: 100%;
		float: none;
	}
	.ej-share-box li {
		line-height: 0.16rem;
		font-size: 0.14rem;
	}
	.article .content{
		padding-bottom: 0.2rem;
	}
	.ej-share-box .back{
		float: none;
		margin: 0.1rem auto 0;
	}
	.article .p18{
		font-size: 0.14rem;
		line-height: 0.22rem;
	}
}

.case-hd{
	margin-bottom: 0.4rem;
}
.case-hd .tl{
	float: left;
}
.cs-menu{
	float: right;
	width: 64%;
	text-align: right;
}
.cs-menu li{
	/* float: left; */
	width: 2.4rem;
	line-height: 0.6rem;
	height: 0.6rem;
	background: #f5f5f5;
	text-align: center;
	border-radius: 0.1rem;
	font-size: 0.16rem;
	color: #888;
	margin-left: 0.15rem;
	margin-bottom: 0.15rem;
	display: inline-block;
	vertical-align: middle;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.cs-menu li a{
	color: #888;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.cs-menu .on,
.cs-menu li:hover{
	background: #29317f;
}
.cs-menu .on a,
.cs-menu li:hover a{
	color: #fff;
}

.cs-lt{
	float: left;
	height: 9.3rem;
	width: 34%;
	position: relative;
}
.cs-rg{
	width: 60%;
	float: right;
	height: 9.3rem;
}
.cs-it2{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.cs-it2 .pic{
	width: 100%;
	height: 100%;
}
.cs-it2 .tex{
	height: 2rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0.1rem;
	text-align: center;
	padding-top: 1.2rem;
	font-size: 0.28rem;
	line-height: 0.3rem;
	color: #fff;
	background: url(../images/bg-tt1.png) repeat-x;
	background-size: auto 100%;
}
.cs-lt .tex{
	height: 1.3rem;
	padding-top: 0.8rem;
}

.sw-button{
	position: absolute;
	right: 0%;
	width: 0.54rem;
	height: 0.54rem;
	border-radius: 100%;
	margin-right: -0.75rem;
	top:50%;
	margin-top: -0.27rem;
	background-color: #fff;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
}
.sw-button:hover{
	background-color: #29317f;
}
.sw-prev{
	margin-top: -0.87rem;
	background-image: url(../images/sw-prev.png);
}
.sw-next{
	margin-top: 0.33rem;
	background-image: url(../images/sw-next.png);
}
.sw-prev:hover{
	background-image: url(../images/sw-prev-sel.png);
}
.sw-next:hover{
	background-image: url(../images/sw-next-sel.png);
}
.case-page2 .nw-modu{
	margin: 0 1%;
	/* height: auto; */
	height: 6.9rem;
	overflow-y: auto;
}
.case-page2 .nw-modu::-webkit-scrollbar {
	width: 4px;
	background: #fff;
}
.case-page2 .nw-modu::-webkit-scrollbar-thumb {
	background: #171b76;
}
.bus-page .col{
	width: 30%;
	float: left;
	height: 10.3rem;
	padding-left: 0.2rem;
}
.bus-page .cl40{
	width: 40%;
	padding-left: 0;
}
.bus-page .cl68{
	width: 68%;
}
.bus-it1{
	display: block;
	width: 100%;
	position: relative;
	height: 2.45rem;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.bus-it1 .pic{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.bus-it1:hover .pic{
	transform:scale(1.1);
}
.bus-it1 .tex{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* height: 1.1rem; */
	background: url(../images/bg-tt1.png) repeat-x;
	background-size: auto 100%;
	padding: 0.3rem 0.2rem 0.1rem;
	font-size: 0.2rem;
	color: #fff;
}
.bus-img{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.bus-img .bg{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.bus-img:hover .bg{
	transform:scale(1.05);
}
.bus-page3 .col:first-of-type{
	padding-right: 0.2rem;
	padding-left: 0;
}
.bus-ban{
	display: block;
	position: relative;
	height: 7.9rem;
}
.bus-ban .bg{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}
.bus-ban .tex{
	text-align: center;
	font-size: 0.36rem;
	line-height: 0.5rem;
	color: #fff;
	padding-top: 0.8rem;
}
.bus-ban .tex .lb{
	font-size: 0.5rem;
	line-height: 0.7rem;
	margin-bottom: 0.3rem;
	font-weight: 600;
}
.bus-ban .tex .lb:before{
	content: '';
	height: 0.7rem;
	width: 0.1rem;
	border: 2px solid #fff;
	border-right: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.bus-ban .tex .lb:after{
	content: '';
	height: 0.7rem;
	width: 0.1rem;
	border: 2px solid #fff;
	border-left: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.bus-page2{
	padding-bottom: 0;
}
.bus-page4 .col{
	padding-left: 0.4rem;
}
.bus-page4 .cl68{
	padding-left: 0;
}
.bus-page4 .bus-img{
	height: 6.36rem;
	margin-bottom: 0.4rem;
}
.bus-page4 .bus-it1{
	height: 2.98rem;
	margin-bottom: 0.4rem;
	float: left;
}
.bus-page4 .cl68 .bus-it1{
	width: 48.5%;
}
.bus-page4 .cl68 .bus-it1:last-of-type{
	float: right;
}
.fl-page2 .content{
	padding: 2rem 0 1.6rem;
}
.fl-it{
	display: block;
	width: 22%;
	margin: 0 1.5% 2%; 
	height: 4.25rem;
	background: rgba(0,0,0,0.7);
	text-align: center;
	padding-top: 0.75rem;
	color: #fff;
	float: left;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.fl-it .icon{
	margin-bottom: 0.3rem;
	height: 0.84rem;
}
.fl-it .cn{
	font-size: 0.3rem;
	line-height: 0.3rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}
.fl-it .cn:before{
	content: '';
	display: block;
	width: 0.36rem;
	height: 2px;
	background: #fff;
	margin: 0 auto 0.2rem;
}
.fl-it .en{
	font-size: 0.18rem;
	text-transform: uppercase;
}
.fl-it .more{
	width: 1.6rem;
	line-height: 0.44rem;
	border-radius: 0.44rem;
	border: 1px solid #fff;
	margin: 0.55rem auto 0;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.fl-it:hover{
	transform:translate(0,-0.4rem);
	background: #29317f;
}
.fl-it:hover .more{
	background: #fff;
	color: #29317f;
}
.bus-ban1{
	margin-top: 0.9rem;
	text-align: center;
	height: 9.4rem;
}
.bus-ban1 .layout{
	padding-top: 1.3rem;
}
.bus-ban1 .tex1{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}
.bus-ban1 .tex2{
	margin-top: 0.2rem;
	padding: 0.2rem;
	/* background: url(../images/bg-square.png) no-repeat center; */
	background-size: 100% 100%;
}
.bus-ban1 .tex1 p{
	font-size: 0.28rem;
	line-height: 0.36rem;
	margin-bottom: 0.1rem;
}
.bus-ban1 .tex1 .tt{
	font-size: 0.36rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.bus-ban1 .tex1 .tt i{
	font-weight: 600;
	position: relative;;
	top: -0.3rem;
	left: -0.3rem;
	font-size: 0.56rem;
}
.bus-ban1 .tex1 .li1{
	font-size: 0.26rem;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
/* .bus-ban1 .tex1 .li1:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
} */
.bus-ban1 .bt{
	border: 1px solid rgba(255,255,255,0.5);
	padding: 0.1rem 0.3rem;
	overflow: hidden;
	color: #fff;
	margin-top: 0.4rem;
}
.bus-ban1 .lt{
	width: 55%;
	float: left;
	line-height: 0.48rem;
	font-size: 0.28rem;
	border-right: 1px solid rgba(255,255,255,0.5);
	padding-right: 0.05rem;
}
.bus-ban1 .tel{
	padding-top: 0.20rem;
	font-size: 0.44rem;
	font-weight: 600;
	text-align: center;
}
.bus-ban1 .tel p:before{
	content: '';
	width: 0.5rem;
	height: 0.44rem;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-tel1.png) no-repeat center;
	background-size: contain;
	margin-top: -0.1rem;
	margin-right: 0.2rem;
}
.ser-it{
	width: 44%;
	height: 6.9rem;
	float: left;
	position: relative;
	overflow: hidden;
}
.ser-it .pic{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
	-moz-transition: all ease .5s 0s; 
	-webkit-transition: all ease .5s 0s;
}
.ser-it .tex{
	position: absolute;
	width: 100%;
	height: 1.9rem;
	padding: 1.2rem 0.1rem 0;
	text-align: center;
	background: url(../images/bg-tt1.png) repeat-x;
	background-size: auto 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 0.28rem;
}
.ser-it:hover .pic{
	transform:scale(1.1);
}
.ser-page1 .intro{
	margin-left: 50%;
	padding-top: 0.25rem;
	color: #4c4c4c;
}
.ser-page1 .intro .tt{
	margin-bottom: 0.45rem;
	font-size: 0.3rem;
}
.ser-page1 .dd{
	line-height: 0.28rem;
	font-size: 0.18rem;
	margin-bottom: 0.35rem;
}
.ser-page2 .content{
	padding: 0.9rem 0;
}
.ser-page2 img{
	width: 100%;
}
.ser-it1{
	display: block;
	width: 18%;
	margin: 0 1% 2%;
	height: 4rem;
	background: #fff;
	text-align: center;
	float: left;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ser-it1 .pic{
	height: 3.1rem;
	line-height: 3.1rem;
}
.ser-it1 .pic img{
	max-width: 90%;
	max-height: 90%;
}
.ser-it1 .tex{
	padding: 0.1rem;
	font-size: 0.18rem;
	padding-bottom: 0.25rem;
	color: #333;
	position: relative;
}
.ser-it1 .tex:after{
	content: '';
	width: 0.3rem;
	height: 1px;
	background: #29317f;
	position: absolute;
	left: 50%;
	margin-left: -0.15rem;
	bottom: 0;
}
.ser-it1:hover{
	 transform: translate(0,-0.1rem);
}
.ser-page4{
	padding-top: 0;
}
.ser-page4 .cs-menu{
	width: 50%;
}
.ser-page4 .cs-menu li{
	background: #fff;
}
.ser-page4 .cs-menu .on,
.ser-page4 .cs-menu li:hover{
	background: #29317f;
}
.ser-page4 .col{
	width: 50%;
	float: left;
	padding: 0 1%;
}
.ques-it{
	width: 48%;
	float: left;
	margin:0 1% 0.25rem;
}
.ques-it .hd{
	height: 0.74rem;
	line-height: 0.74rem;
	background: #fff;
	color: #333;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ques-it .lt{
	width: 80%;
	overflow: hidden;
	padding-left: 0.4rem;
	padding-right: 0.3rem;
	position: relative;
	float: left;
}
.ques-it .lt:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 0.28rem;
	background: #cecdd2;
	right: 0;
	top: 50%;
	margin-top: -0.14rem;
}
.ques-it .tt{
	float: left;
	font-size: 0.17rem;
}
.ques-it .time{
	font-size: 0.15rem;
	float: right;
}
.ques-it .arr{
	margin-left: 80%;
	padding-left: 0.4rem;
}
.ques-it .arr:after{
	content: '';
	width: 0.22rem;
	height:0.12rem;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-arr-b.png) no-repeat center;
	background-size: contain;
}
.ques-it .qu-tex{
	width: 100%;
	padding: 0.25rem 0.4rem;
	background: #fff;
	line-height: 0.32rem;
	font-size: 0.15rem;
	color: #333;
	display: none;
}
.ques-it .bt{
	font-size: 0.14rem;
	color: #333;
	margin-top: 0.3rem;
}
.ques-it.on .hd,
.ques-it:hover .hd{
	background: #29317f;
	color: #fff;
}
.ques-it.on .hd .arr:after,
.ques-it:hover .hd .arr:after{
	background-image: url(../images/icon-arr-w.png);
}
.ques-it.on .hd .arr:after{
	transform:rotate(180deg);
}
.ser-page5 .pic{
	width: 50%;
	height: 4.9rem;
	float: left;
	overflow: hidden;
}
.ser-page5 .bg{
	width: 100%;
	height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.ser-page5 .pic:hover .bg{
	transform:scale(1.1);
}
.ser-page5 .tex{
	margin-left: 54%;
	padding-top: 0.5rem;
}
.ser-page5 .dd{
	line-height: 0.28rem;
	font-size: 0.18rem;
	color: #4c4c4c;
}
.ser-page5 .tex .tt{
	font-size: 0.3rem;
	line-height: 0.3rem;
	color: #29317f;
	margin-bottom: 0.1rem;
}
.ser-page5 .tex .title-modu{
	margin-bottom: 0.3rem;
}

.ser-page1 li {
    /* position: absolute; */
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.64rem;
    border: 1px solid #efd49f;
    overflow: hidden;
    margin-bottom: 0.25rem;
    width: 6rem;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}
.ser-page1 li:hover{
	transform:translate(-0.1rem,0);
}

.ser-page1 li p.num {
    text-align: center;
    width: 0.64rem;
    border-radius: 0.64rem;
    background: #f3a41f;
    font-size: 0.36rem;
    color: #fff;
    float: left;
}

.ser-page1 .li1 {
    border-color: #f3a021;
}

.ser-page1 .li2 {
    border-color: #6ad324;
    margin-left: 1.3rem;
}

.ser-page1 .li3 {
    border-color: #299eee;
    margin-left: 2.6rem;
}


.ser-page1 .li1 .num {
    background: url(../images/join-ic1.png) no-repeat center;
}

.ser-page1 .li2 .num {
    background: url(../images/join-ic2.png) no-repeat center;
}

.ser-page1 .li3 .num {
    background: url(../images/join-ic3.png) no-repeat center;
}


.ser-page1 .it-tex {
    margin-left: 0.9rem;
    line-height: 0.64rem;
}

.ser-page1 .it-tex .tex-in {
    display: inline-block;
    vertical-align: middle;
}

.ser-page1 .it-tex p {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #4c4c4c;
}

.busin-box li:hover {
    transform: translate(0.1rem, 0);
}

/* 悬浮窗 */
#fl-win{ position: fixed; right: 0px; bottom:10%; z-index: 10; }
#fl-win li{  width: 60px; height: 60px; text-align: center; margin-bottom: 1px; cursor: pointer; 
    background: #171b76;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
#fl-win li a{
    color: #fff;
}
#fl-win li .icon{
    line-height: 40px;
}
#fl-win li .ct{
    font-size: 12px;
}
#fl-win .code{
	height: 100%;
    line-height: 60px;
    width: 120px;
    position: absolute;
    font-size: 18px;
    color: #fff;
    z-index: -1;
    right: -220px;
    top: 0;
    transition: all ease .5s 0s; -moz-transition: all ease .5s 0s; -webkit-transition: all ease .5s 0s;
}
#fl-win .code img{
	width: 100%;
}
#fl-win .code.on{
    right: 60px;
}
#fl-win .f-qq{
    background-position: -132px center;
    position: relative;
}
#fl-win .f-qq a{
    display: block;
    height: 100%;
    line-height: 56px;
    width: 160px;
    background: #c49b5e;
    position: absolute;
    font-size: 18px;
    color: #fff;
    z-index: -1;
    right: -220px;
    transition: all ease .5s 0s; -moz-transition: all ease .5s 0s; -webkit-transition: all ease .5s 0s;
}
#fl-win .f-qq a.on{
    right: 58px;
}
#fl-win .f-top{
    border-bottom: none;
}

@media screen and (max-width: 1200px){
	.case-hd .tl{
		float: none;
	}
	.cs-menu{
		width: 100%;
		float: none;
	}
	.cs-menu li{
		float: left;
		width: 32%;
		margin: 0 0.6% 2%;
	}
	.cs-lt,
	.cs-rg{
		height: 4.5rem;
	}
	.cs-it2 .tex{
		height: 1.2rem;
		padding-top: 0.7rem;
		font-size: 0.22rem;
	}
	.cs-lt .tex{
		font-size: 0.16rem;
	}
	.cs-lt .tex{
		height: 0.7rem;
		padding-top: 0.35rem;
	}
	.cs-rg{
		width: 58%;
	}
	.sw-button{
		margin-right: -0.5rem;
		width: 0.44rem;
		height: 0.44rem;
	}
	.case-page2 .case-hd{
		margin-bottom: 0;
	}
	.case-page2 .nw-modu{
		margin: 0 auto 3%;
	}
	.case-page2 .nw-it{
		margin-bottom: 0.1rem;
	}
	.bus-page .col{
		width: 50%;
		height: auto;
	}
	.bus-page .cl40{
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.bus-img{
		float: none;
		height: 4rem;
	}
	.bus-page .col{
		padding: 0 1%;
	}
	.bus-page3 .col{
		width: 100%;
		padding: 0 1%;
	}
	.bus-page3 .bus-it1{
		float: left;
		width: 100%;
		margin: 0 auto 2%;
	}
	.bus-page3 .col:first-of-type{
		padding-right: 0;
	}
	.bus-page4 .cl68{
		width: 100%;
		float: none;
	}
	.bus-page4 .bus-img{
		height: 4rem;
		margin-bottom: 2%;
	}
	.bus-page4 .bus-it1{
		margin-bottom: 2%;
	}
	.bus-page4 .rg{
		width: 100%;
		padding: 0;
	}
	.bus-page4 .rg .bus-it1{
		width: 48%;
		margin: 0 1% 2%; 
	}
	.bus-page4 .cl68 .bus-it1{
		width: 49%;
	}
	.bus-page{
		padding-bottom: 0.3rem;
	}
	.bus-ban{
		height: 5.4rem;
	}
	.bus-ban .tex,
	.bus-ban .tex p{
		font-size: 0.22rem;
		line-height: 0.34rem;
	}
	.bus-ban .tex .lb {
    font-size: 0.36rem;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
}
.bus-ban .tex .lb:before,
.bus-ban .tex .lb:after{
	height: 0.5rem;
}
	.bus-ban1{
		margin-top: 0.5rem;
	}
	.bus-it1 .tex {
    /* height: 0.7rem; */
    padding: 0.1rem 0.1rem 0.1rem;
    font-size: 0.2rem;
}
.bus-ban1 .tex1 .tt {
    font-size: 0.28rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}
.bus-ban1 .tex1 .tt i{
	font-size: 0.4rem;
	left: -0.2rem;
	top: -0.2rem;
}
.bus-ban1 .tex1 .li1 {
    font-size: 0.2rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
}
.bus-ban1 .layout {
    padding-top: 0.7rem;
}
.bus-ban1 .tex1 p{
    font-size: 0.18rem;
    line-height: 0.22rem;
    margin-bottom: 0.1rem;
}
.bus-ban1 .lt {
    line-height: 0.28rem;
    font-size: 0.18rem;
}
.bus-ban1 .tel {
    padding-top: 0.10rem;
    font-size: 0.26rem;
}
.bus-ban1 .tel p:before{
	width: 0.4rem;
	height: 0.32rem;
	background-size: contain;
	margin-right: 0.1rem;
}
.fl-it{
	height: 3rem;
	width: 47%;
	margin-bottom: 4%;
	padding-top: 0.4rem;
}
.fl-page2 .content{
	padding: 1rem 0 0.8rem;
}
.fl-it .icon {
    margin-bottom: 0.2rem;
    height: 0.6rem;
}
.fl-it .cn:before{
	margin-bottom: 0.1rem;
}
.fl-it .cn {
    font-size: 0.22rem;
    line-height: 0.22rem;
    margin-bottom: 0.15rem;
}
.fl-it .en {
    font-size: 0.16rem;
}
.fl-it .more {
    width: 1.4rem;
    line-height: 0.36rem;
    border-radius: 0.36rem;
    margin: 0.2rem auto 0;
}
.fl-it:hover{
	transform:translate(0,-0.2rem);
}
.ser-it{
	width: 100%;
	float: none;
	height: 4rem;
}
.ser-page1 .intro{
	margin-left: 0;
}
.ser-page1 .intro .tt{
	margin-bottom: 0.2rem;
	font-size: 0.26rem;
}
.ser-it .tex {
    height: 1.2rem;
    padding: 0.7rem 0.1rem 0;
    font-size: 0.2rem;
}
.ser-page1 .dd,
.ser-page5 .dd{
	font-size: 0.16rem;
	line-height: 0.24rem;
}
.ser-page5 .pic{
	width: 100%;
	float: none;
	height: 4rem;
}
.ser-page5 .tex{
	margin-left: 0;
	padding-top: 0.3rem;
}
.ser-page5 .tex .tt{
	font-size: 0.24rem;
	line-height: 0.24rem;
}
.ser-page5 .tex .title-modu{
	margin-bottom: 0.2rem;
}
.ser-it1{
	height: 3rem;
	width: 32%;
	margin: 0 0.6% 2%;
}
.ser-it1 .pic{
	height: 2.1rem;
	line-height: 2.1rem;
}
.ser-page4 .cs-menu{
	width: 100%;
}
/* .ser-page4 .col{
	width: 100%;
	float: none;
} */
.ques-it {
	width: 100%;
    margin: 0 auto 0.15rem;
}
.ques-it .hd {
    height: 0.6rem;
    line-height: 0.6rem;
}
.ques-it .qu-tex{
	padding: 0.2rem 0.2rem;
}
.ques-it .bt{
	margin-top: 0.2rem;
}
.ser-page1 li {
    margin-bottom: 0.2rem;
    width: 5rem;
}
.ser-page1 .li2 {
    margin-left: 0.8rem;
}
.ser-page1 .li3 {
    margin-left: 1.6rem;
}
.ser-page1 .it-tex p{
	font-size: 0.22rem;
	line-height: 0.22rem;
}
.ser-page1{
	padding-bottom: 0;
}
#fl-win li{
	width: 50px;
	height: 50px;
}
#fl-win li .icon{
	line-height: 50px;
}
#fl-win li p{
	display: none;
}
#fl-win .code.on{
	right: 50px;
}
}


@media screen and (max-width: 768px){
	.cs-menu li{
		width: 48%;
		margin: 0 1% 2%;
		font-size: 0.14rem;
		height: 0.44rem;
		line-height: 0.44rem;
	}
	.cs-lt{
		width: 100%;
		float: none;
		margin-bottom: 0.3rem;
		height: 1.3rem;
	}
	.cs-rg{
		width: 100%;
		float: none;
		height: 3rem;
	}
	.sw-button{
		top:50%;
		margin-top: -0.17rem;
		width: 0.34rem;
		height: 0.34rem;
	}
	.sw-prev{
		right: 100%;
		margin-right: -0.2rem;
		transform:rotate(-90deg);
	}
	.sw-next{
		right: 0%;
		margin-right: -0.1rem;
		transform:rotate(-90deg);
	}
	.cs-lt .tex {
    height: 0.5rem;
    padding-top: 0.15rem;
    font-size: 0.13rem;
}
.cs-it2 .tex {
    height: 0.8rem;
    padding-top: 0.4rem;
    font-size: 0.16rem;
}
.bus-page .col{
	padding: 0;
}
.bus-img,
.bus-page4 .bus-img{
	height: 2rem;
}
.bus-page .col{
	width: 100%;
}
.bus-page .bus-it1{
	height: 1.2rem;
}
.bus-it1 .tex {
    /* height: 0.5rem; */
    padding: 0.1rem 0.05rem 0.1rem;
    font-size: 0.14rem;
}
.bus-page1 .col{
	width: 100%;
}
.bus-page4 .cl68 .bus-it1,
.bus-page4 .rg .bus-it1{
	width: 100%;
	margin: 0 auto 2%;
}
.bus-page .cl40{
	width: 100%;
	margin-bottom: 2%;
}
.bus-page{
	padding-bottom: 4%;
}
.bus-ban{
	height: 3rem;
}
.bus-ban .tex{
	font-size: 0.18rem;
	line-height: 0.24rem;
	padding-top: 1rem;
}
.bus-ban .tex .lb {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}
.bus-ban .tex .lb:before, .bus-ban .tex .lb:after {
    height: 0.3rem;
}
.bus-ban .tex, .bus-ban .tex p {
    font-size: 0.14rem;
    line-height: 0.22rem;
}
.bus-ban1 .tex2{
	padding: 0.1rem;
}
.bus-ban1 .tex1 .tt {
    font-size: 0.2rem;
    line-height: 1.2;
    margin-bottom: 0.1rem;
}
.bus-ban1 .tex1 .tt i{
	font-size: 0.32rem;
	left: -0.15rem;
	top: -0.15rem;
}
.bus-ban1 .tex1 .li1 {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-bottom: 0.05rem;
}
.bus-page1 .bus-it1{
	width: 100%;
	margin-bottom: 2%;
}
.bus-page1 .rg .bus-it1{
	float: right;
}
.bus-ban1{
	height: 4rem;
	margin-top: 6%;
}
.bus-ban1 .layout {
    padding-top: 0.3rem;
}
.bus-ban1 .tex1 p{
    font-size: 0.14rem;
    line-height: 0.16rem;
    margin-bottom: 0.05rem;
}
.bus-ban1 .bt {
    padding: 0.1rem ;
    margin-top: 0.2rem;
}
.bus-ban1 .lt {
    line-height: 0.24rem;
    font-size: 0.14rem;
    width: 100%;
    border: none;
    float: none;
}
.bus-ban1 .tel{
	font-size: 0.2rem;
}
.bus-ban1 .tel p:before{
	width: 0.3rem;
	height: 0.22rem;
}
.fl-page2 .content{
	padding: 8% 0 6%;
}
.fl-it{
	height: 2.4rem;
	width: 100%;
	margin: 0 auto 3%;
	padding-top:0.2rem;
}
.fl-it .icon {
    margin-bottom: 0.1rem;
    height: 0.5rem;
}
.ser-it{
	height: 2.5rem;
}
.ser-page5 .pic{
	height: 2.5rem;
}
.ser-it .tex{
	font-size: 0.14rem;
	height: 0.8rem;
    padding: 0.5rem 0.1rem 0;
}
.ser-page1 .intro{
	padding-top: 4%;
}
.ser-page1 .intro .tt{
	font-size: 0.22rem;
	margin-bottom: 0.1rem;
}
.ser-page1 .dd, .ser-page5 .dd{
	font-size: 0.14rem;
	line-height: 0.22rem;
}
.ser-page1 .dd{
	margin-bottom: 0.2rem;
}
.ser-it1{
	width: 48%;
	margin: 0 1% 2%;
	height: 2.1rem;
}
.ser-it1 .pic{
	height: 1.4rem;
	line-height: 1.4rem;
}
.ser-it1 .tex{
	font-size: 0.16rem;
}
.ser-page5 .tex .title-modu{
	padding: 0;
}
.ser-page5 .tex .tt{
	font-size: 0.18rem;
	line-height: 0.18rem;
}
.ser-page5 .tex{
	padding-top: 4%;
}
.ques-it .hd {
    height: auto;
    min-height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
}
.ques-it .lt {
    width: 90%;
    padding: 0.1rem;
}
.ques-it .tt {
    float: none;
    font-size: 0.14rem;
    line-height: normal;
    margin-bottom: 0.05rem;
}
.ques-it .time {
    font-size: 0.12rem;
    line-height: normal;
}
.ques-it .arr {
    margin-left: 90%;
    padding-left: 0.05rem;
}
.ques-it .arr:after {
    content: '';
    width: 0.16rem;
    height: 0.12rem;
    background-size: contain;
}
.ques-it .qu-tex{
	padding: 0.2rem 0.1rem;
	font-size: 0.13rem;
	line-height: 0.26rem;
}
.ques-it .bt{
	margin-top: 0.1rem;
	font-size: 0.13rem;
}
.ser-page4 .case-hd{
	margin-bottom: 0.2rem;
}
.ser-page1 li {
	height: 0.5rem;
	line-height: 0.5rem;
    margin-bottom: 0.1rem;
    width: 100%;
}
.ser-page1 .li2,
.ser-page1 .li3{
	margin-left: 0;
}
.ser-page1 li p.num {
    width: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.28rem;
}
.ser-page1 .it-tex {
    margin-left: 0.6rem;
    line-height: 0.5rem;
}
.ser-page1 .it-tex p {
    font-size: 0.14rem;
    line-height: 0.16rem;
}
}



