@charset "utf-8";

/*.container {*/
/*	max-width: 100%!important;*/
/*	width: 72.917%!important;*/
/*	margin: 0 auto;*/
/*}*/

.center {
	text-align: center;
}

.page a{
	display: block;
	float: left;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-right: 6px;
}
.page a.cur,
.page a:hover{
	background: #2276df;
	color: #fff;
	border-color:#2276df;
}

/*!* index *!*/
/*.header {*/
/*	position: fixed;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	z-index: 9;*/
/*}*/

/*.header .logo {*/
/*	float: left;*/
/*	display: block;*/
/*	margin-top: 30px;*/
/*	line-height: 0;*/
/*	width: 157px;*/
/*	overflow: hidden;*/
/*}*/

/*.nav {*/
/*	float: left;*/
/*	margin-left: .56rem;*/
/*}*/

/*.nav ul li {*/
/*	float: left;*/
/*	font-size: 16px;*/
/*	margin-right: .42rem;*/
/*	position: relative;*/
/*}*/
/*.nav ul li::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	bottom: 0;*/
/*	width: 18px;*/
/*	height: 9px;*/
/*	margin-left: -9px;*/
/*	background: url(../images/sj1.png) no-repeat center center;*/
/*	display: none;*/
/*}*/
/*.nav ul li:last-child {*/
/*	margin-right: 0;*/
/*}*/

/*.nav ul li>a {*/
/*	color: #fff;*/
/*	display: block;*/
/*	padding: 48px 0 22px;*/
/*}*/

/*.nav ul li .navbox {*/
/*	display: none;*/
/*	position: absolute;*/
/*	left: -44px;*/
/*	top: 100%;*/
/*	background: #fff;*/
/*	width: 150px;*/
/*	padding: 15px 0;*/
/*	text-align: center;*/
/*	box-shadow: 0 0 5px rgba(0, 0, 0, .1);*/
/*}*/

/*.nav ul li .navbox a{*/
/*	display: block;*/
/*	line-height: 36px;*/
/*	color: #666666;*/
/*	font-size: 16px;*/
/*	position: relative;*/
/*}*/

/*.nav ul li .navbox span{*/
/*	display: block;*/
/*	line-height: 36px;*/
/*	color: #666666;*/
/*	font-size: 16px;*/
/*	position: relative;*/
/*}*/
/*.nav ul li .navbox span dl { position: absolute;width: 200px; right:-200px; top:0; display: none; background: #fff; }*/
/*.nav ul li .navbox span:hover dl { display: block; }*/
/*.nav ul li .navbox a:hover{*/
/*	background: #eef4fc;*/
/*	color: #2276df;*/
/*}*/

/*.nav ul li:hover::before,*/
/*.nav ul li.cur::before{*/
/*	display: block;*/
/*}*/

.rightBtn {
	float: right;
	font-size: 14px;
	padding-top: 32px;
}

.rightBtn .shiyong {
	float: left;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.rightBtn .shiyong a {
	display: block;
	color: #3b8cec;
	height: 40px;
	line-height: 40px;
	min-width: 127px;
	text-align: center;
}

.Language {
	margin-left: 10px;
	float: right;
	min-width: 127px;
	text-align: center;
	position: relative;
}

.Language span {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.Language span em {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/icon1.png) no-repeat center center/cover;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.Language span i {
	display: inline-block;
	width: 11px;
	height: 6px;
	background: url(../images/icon2.png) no-repeat center center/cover;
	position: relative;
	top: -2px;
	margin-left: 6px;
}

.Language dl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	border: 1px solid #fff;
	display: none;
}

.Language dl dd a {
	display: block;
	line-height: 40px;
	color: #fff;
}

.Language dl dd a:hover {
	color: #3b8cec;
	background: #fff;
}

.fixed-head {
	background: #2276df;
	z-index: 999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	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 rgba(0, 0, 0, .2);
	-ms-transition: All .4s ease;
}

@-webkit-keyframes headerFix {
	from {
		-webkit-transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
	}
}

@keyframes headerFix {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.navbtn {
	display: none;
	position: absolute;
	left: 15px;
	top: 50%;
	width: 44px;
	line-height: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/**mobile nav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	background: #2276df;
	z-index: 99999;
	padding-bottom: 20px;
}

.nav_box .nav-title {
	height: 60px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav_box .nav-title .navclose {
	width: 26px;
	height: 26px;
	display: block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title h1 {
	width: 100px;
	line-height: 0;
	margin-left: 15px;
	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 rgba(255, 255, 255, .2);
	padding: 0 15px;
	/*text-transform: capitalize;*/
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.yuyan {
	margin: 20px 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.yuyan a {
	display: inline-block;
	margin: 0 30px;
	color: #fff;
}

/* banner */
.bannerBox {
	position: relative;
	z-index: 2;
}

.banner {
	position: relative;
}

.banner .text {
	width: 72.917%;
	position: absolute;
	left: 13.5415%;
	overflow: hidden;
	top: 30%;
	color: #fff;
}

.banner .text h3 {
	font-size: .57rem;
	font-weight: normal;
}

.banner .text h4 {
	margin-top: .1rem;
	font-size: .28rem;
	font-weight: normal;
}

.banner .text .morebtn {
	margin-top: .6rem;
	display: block;
	background: #ffffff;
	line-height: .48rem;
	height: .46rem;
	width: 1.38rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #3176e6;
	font-size: .16rem;
	text-align: center;
	overflow: hidden;
}

.banner .swiper-pagination {
	bottom: 1.2rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	width: .22rem;
	height: .08rem;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.homeNews {
	background: rgba(0, 0, 0, .1);
	padding: .3rem 0;
	margin-top: -0.96rem;
	z-index: 4;
	position: relative;
}

.homeNews ol li {
	float: left;
	width: 49%;
	background: rgba(255, 255, 255, .14);
	margin-right: 2%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.homeNews ol li:last-child {
	margin-right: 0;
}

.homeNews ol li a {
	display: block;
	width: 100%;
	padding: 0.08rem .15rem;
	position: relative;
	float: left;
}

.homeNews ol li a::before {
	content: "";
	position: absolute;
	right: .15rem;
	top: 50%;
	width: .07rem;
	height: .13rem;
	background: url(../images/jt01.png) no-repeat center center/cover;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.homeNews ol li span {
	float: left;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-ms-border-radius: .2rem;
	-o-border-radius: .2rem;
	min-width: 42px;
	text-align: center;
	line-height: .21rem;
	height: .2rem;
	overflow: hidden;
}

.homeNews ol li p {
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding: 0 .2rem 0 .8rem;
}

.title h3 {
	color: #222222;
	font-size: 42px;
	font-weight: normal;
}

.homeBox {
	background: url(../images/homebg.jpg) no-repeat center center/cover;
	padding: .8rem 0 1rem;
}

.homeBox .img {
	float: left;
	line-height: 0;
	width: 47%;
}

.homeBox .text {
	float: right;
	width: 42%;
	padding-top: .65rem;
}

.homeBox .text h4 {
	margin-top: .25rem;
	font-size: .24rem;
	color: #333333;
	font-weight: normal;
}

.homeBox .text h4 i.icon {
	display: inline-block;
	width: .18rem;
	height: .18rem;
	background: url(../images/jt02.png) no-repeat center center/cover;
	margin-right: .1rem;
}

.homeBox .text .t {
	padding-top: .1rem;
	color: #666666;
	font-size: .16rem;
	line-height: .3rem;
}

.homeBox .text .t p {
	margin-top: .15rem;
}

.homeBox .text .imgLogoQh {
	margin-top: .25rem;
}

.homeBox .text .imgLogoQh .swiper-slide {
	width: 1.32rem;
	text-align: center;
}

.homeBox .text .imgLogoQh .imglogo {
	line-height: 0;
	overflow: hidden;
}

.homeBox .text .bottomBtn {
	margin-top: .4rem;
}

.homeBox .text .bottomBtn a {
	display: inline-block;
	background: #2276df;
	color: #fff;
	padding: .12rem .35rem;
	font-size: .14rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.homeBox2 {
	padding: 1rem 0;
}

.homeBox2 ol {
	margin-top: .8rem;
}

.homeBox2 ol li {
	float: left;
	width: 16.6666%;
	text-align: center;
}

.homeBox2 ol li .icon {
	line-height: 0;
	overflow: hidden;
}

.homeBox2 ol li h2 {
	display: inline-block;
	margin-top: .3rem;
	color: #2276df;
	font-size: .6rem;
	font-family: arial;
}

.homeBox2 ol li .num span {
	font-size: .3rem;
	font-weight: normal;
	position: relative;
	bottom: 5px;
}

.homeBox2 ol li p {
	font-size: .22rem;
}

.homeBox2 ol li a {
	margin-top: .2rem;
	display: inline-block;
	font-size: .14rem;
	border: 1px solid #666666;
	color: #666666;
	line-height: 32px;
	padding: 0 .25rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.homeBox2 ol li a:hover {
	color: #2276df;
	border-color: #2276df;
}

.homeBox3 {
	background: #f8fbff;
	padding: 1rem 0;
}

.homeProBtn {
	margin-top: .5rem;
	text-align: center;
}

.homeProBtn span {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	color: #333333;
	font-size: .24rem;
	padding: .15rem;
	display: inline-block;
	margin: 0 .2rem;
	min-width: 6.2rem;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.homeProBtn span.cur {
	background: #2276df;
	color: #fff;
}

.homeProBox {
	margin-top: .6rem;
}

.homeProBox .tabtext {
	display: none;
}

.homeProBox .tabtext.cur {
	display: block;
}

.homeProBox .tabtext .text {
	float: left;
	width: 4.7rem;
	margin-top: .3rem;
	position: relative;
}
/*.homeProBox .proBtn .swiper-proBtn .swiper-slide{
	pointer-events: none;
}*/
.homeProBox .proBtn .swiper-proBtn,
.homeProBox .proBtn .swiper-proBtn2 {
	padding-bottom: 4rem;
}

.homeProBox .proBtn .swiper-slide {
	text-align: center;
	padding-bottom: .15rem;
	border-bottom: 1px solid #e6eff9;
}

.homeProBox .proBtn p {
	color: #525354;
	font-size: .2rem;
	display: block;
	position: relative;
	cursor: pointer;
}

.homeProBox .proBtn p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0.04rem;
	width: 1px;
	height: .2rem;
	background: #babcbe;
}

.homeProBox .proBtn .swiper-slide:last-child p::after{
	display: none;
}

.homeProBox .proBtn .swiper-slide-thumb-active{
	    border-bottom: 1px solid #2276df;
}
.homeProBox .proBtn .swiper-slide-thumb-active p{
	color: #2276df;
}
/*.homeProBox .proBtn .swiper-slide-active p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.15rem;
	width: 100%;
	height: 1px;
	background: #2276df;
}*/
.homeProBox .proBtn .swiper-button-prev,.homeProBox .proCon .swiper-pagination1 {bottom: 5px;}
.homeProBox .proBtn .swiper-button-prev,.homeProBox .proCon .swiper-button-prev,
.homeProBox .proBtn .swiper-button-next,.homeProBox .proCon .swiper-button-next {
	bottom: 5px;
	top: auto;
	cursor: pointer;
	display: inline-block;
	width: .22rem;
	height: .22rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 .1rem rgba(34, 118, 223, .5);
}

.homeProBox .proBtn .swiper-button-prev,.homeProBox .proCon .swiper-button-prev {
	background: #fff url(../images/swiperPrev.png) no-repeat center center/cover;
	left: 30%;
}

.homeProBox .proBtn .swiper-button-next,.homeProBox .proCon .swiper-button-next {
	background: #fff url(../images/swiperNrev.png) no-repeat center center/cover;
	right: 30%;
}

.homeProBox .proBtn .swiper-button-prev:after,.homeProBox .proCon .swiper-button-prev:after,
.homeProBox .proBtn .swiper-button-next:after,.homeProBox .proCon .swiper-button-next:after {
	display: none;
}

.homeProBox .proBtn .swiper-pagination {
	bottom: 3px;
}

.homeProBox .proBtn .swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.05rem;
	width: .18rem;
	height: .18rem;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	cursor: pointer;
	background: none;
	border: none;
	opacity: 1;
}

.homeProBox .proBtn .swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .07rem;
	height: 0.07rem;
	background: #277de0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.homeProBox .proBtn .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	border: 1px solid #5797e7;
}

.homeProBox .proCon {
	margin-top: .9rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/*border-bottom: 1px solid #e2edfc;*/
	/*padding-bottom: .5rem;*/
}

.homeProBox .proCon .swiper-proCon,.homeProBox .proCon .swiper-proCon2{
padding-bottom: 1rem;
  /*  border-bottom: 1px solid #e2edfc;*/
}

.homeProBox .proCon .box h3 {
	color: #222222;
	font-size: .4rem;
	font-weight: normal;
}

.homeProBox .proCon .box .t {
	margin-top: .25rem;
	font-size: .22rem;
	color: #666666;
	line-height: .4rem;
}

.homeProBox .proCon:before{
	width: 100%;
	height: 1px;
	background: #e2edfc;
	content: "";
	position: absolute;
	bottom: 0.5rem;
	left:0;
}


.homeProBox .proCon .box a.more {
	margin-top: .5rem;
	margin-left: 1px;
	background: #2276df;
	color: #fff;
	display: inline-block;
	width: 1.25rem;
	text-align: center;
	font-size: .14rem;
	line-height: .4rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.homeProBox .tabtext .img {
	float: right;
	width: 8.93rem;
	line-height: 0;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.homeBox4 {
	background: #fff url(../images/homebg2.jpg) no-repeat center center/cover;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

.homeBox4 .lefttext {
	float: left;
	width: 4.4rem;
	padding: 2.05rem 0;
}

.homeBox4 .lefttext h3 {
	font-size: .36rem;
	font-weight: normal;
	color: #333333;
}

.homeBox4 .lefttext .t {
	margin-top: .3rem;
	color: #666666;
	font-size: .22rem;
	line-height: .4rem;
}

.homeBox4 .lefttext a {
	margin-top: .6rem;
	display: inline-block;
	background: #2276df;
	padding: .12rem .37rem;
	color: #fff;
	font-size: .14rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.homeBox4 .rightbox {
	float: right;
	width: 82.3%;
	margin-right: -18.5415%;
}

.swiper-service .swiper-slide {
	width: 3.3rem;
	border-right: 1px solid #efefef;
	height: 6.7rem;
	position: relative;
	text-align: center;

}

.swiper-service .swiper-slide .box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
	padding: 0 .2rem;
}

.swiper-service .swiper-slide .box .icon {
	width: 1.65rem;
	height: 1.65rem;
	background: #f7fbff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.swiper-service .swiper-slide .box .icon img {
	width: .78rem;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.swiper-service .swiper-slide .box .text {
	margin-top: .35rem;
}

.swiper-service .swiper-slide .box .text h3 {
	color: #333333;
	font-size: .24rem;
	font-weight: normal;
}

.swiper-service .swiper-slide .box .text .t {
	margin-top: .2rem;
	color: #666666;
	font-size: .16rem;
	line-height: .28rem;
}

.swiper-service .swiper-slide:hover .box .icon {
	width: 1.9rem;
	height: 1.9rem;
}

.swiper-service .swiper-slide:hover .box .icon img {
	width: 1rem;
}

.homeBox5 {
	padding: 1rem 0;
}

.homeBox5 ol {
	margin-top: .2rem;
}

.homeBox5 ol li {
	margin-top: 2%;
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center;
	line-height: 0;
	overflow: hidden;
	border: 1px solid #eeeeee;
	height: 1rem;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.homeBox5 ol li img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.homeBox5 ol li:nth-child(6n) {
	margin-right: 0;
}

.homeBox6 {
	background: #f9fbfd;
	padding: 1rem 0;
	position: relative;
	overflow: hidden;
}

.homeBox6 .container {
	position: relative;
	z-index: 10;
}

.homeBox6 .box {
	margin-top: .6rem;
}

.homeBox6 .box .leftNews {
	float: left;
	width: 45%;
}

.homeBox6 .box .leftNews .img {
	line-height: 0;
	overflow: hidden;
}

.homeBox6 .box .leftNews .text {
	margin-top: .2rem;
}

.homeBox6 .box .leftNews .text h3 {
	color: #323333;
	font-size: .18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homeBox6 .box .leftNews .text .t {
	margin-top: .1rem;
	font-size: .14rem;
	line-height: .24rem;
	color: #666666;
	height: .72rem;
	overflow: hidden;
}

.homeBox6 .box .leftNews .text span {
	margin-top: .2rem;
	display: inline-block;
	background: #2276df;
	padding: .12rem .37rem;
	color: #fff;
	font-size: .14rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.homeBox6 .box ol {
	width: 51%;
}

.homeBox6 .box ol li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e6e8;
	padding: .3rem 0;
}

.homeBox6 .box ol li:first-child {
	padding-top: 0;
}

.homeBox6 .box ol li .data {
	float: left;
	width: .65rem;
	text-align: center;
	padding-top: .05rem;
}

.homeBox6 .box ol li .data p {
	color: #999999;
	font-size: .54rem;
	font-family: arial;
	line-height: .44rem;
}

.homeBox6 .box ol li .data span {
	display: block;
	color: #999999;
	font-size: .16rem;
	margin-top: .14rem;
}

.homeBox6 .box ol li .text {
	float: right;
	width: 86%;
}

.homeBox6 .box ol li .text h3 {
	color: #323333;
	font-size: .18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homeBox6 .box ol li .text .t {
	margin-top: .1rem;
	color: #666666;
	font-size: .14rem;
	line-height: .24rem;
	height: .48rem;
	overflow: hidden;
}

.homeBox6 .box ol li:hover .data p,
.homeBox6 .box ol li:hover .data span,
.homeBox6 .box ol li:hover .text h3,
.homeBox6 .box ol li:hover .text .t {
	color: #2276df;
}

.lizi canvas {
	position: absolute;
	left: 0;
	bottom: 0;
}

.homeKhyz {
	background: #f8fbff;
	padding: 1rem 0;
}

.kehuyzBox {
	margin-top: .5rem;
}

.kehuyzBox .box {
	border: 1px solid #e9f2fd;
	padding: .25rem .2rem;
	background: #fff;
	height: 4.4rem;
	overflow: hidden;
}

.kehuyzBox .box .tit {
	border-bottom: 1px solid #ededed;
	padding-bottom: .2rem;
}

.kehuyzBox .box .tit .img {
	float: left;
	line-height: 0;
	height: .36rem;
	overflow: hidden;
	width: 30%;
}

.kehuyzBox .box .tit .img img {
	height: .36rem;
}

.kehuyzBox .box .tit h3 {
	float: left;
	padding-left: .2rem;
	color: #222222;
	font-size: .18rem;
	font-weight: normal;
	margin-top: .05rem;
	width: 70%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.kehuyzBox .box .text {
	color: #666666;
	font-size: .15rem;
	line-height: .24rem;
	padding-top: .2rem;
}

.kehuyzBox .box .text p {
	margin-bottom: .15rem;
}

.kehuyzBox .swiper-khyz {
	padding-bottom: .65rem;
}

.kehuyzBox .swiper-button-prev,
.kehuyzBox .swiper-button-next {
	bottom: 5px;
	top: auto;
	cursor: pointer;
	display: inline-block;
	width: .22rem;
	height: .22rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 .1rem rgba(34, 118, 223, .5);
}

.kehuyzBox .swiper-button-prev {
	background: #fff url(../images/swiperPrev.png) no-repeat center center/cover;
	left: 43%;
}

.kehuyzBox .swiper-button-next {
	background: #fff url(../images/swiperNrev.png) no-repeat center center/cover;
	right: 43%;
}

.kehuyzBox .swiper-button-prev:after,
.kehuyzBox .swiper-button-next:after {
	display: none;
}

.kehuyzBox .swiper-pagination {
	bottom: 3px;
}

.kehuyzBox .swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.05rem;
	width: .18rem;
	height: .18rem;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	cursor: pointer;
	background: none;
	border: none;
	opacity: 1;
}

.kehuyzBox .swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .07rem;
	height: 0.07rem;
	background: #277de0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.kehuyzBox .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	border: 1px solid #5797e7;
}

.footer {
	overflow: hidden;
}

.footerTop {
	background: #0f192d;
	padding: .65rem 0;
}

.footerLeft {
	float: left;
}

.footerLeft .img {
	line-height: 0;
}

.footerLeft .dh {
	margin-top: .32rem;
	line-height: 30px;
	font-size: 14px;
	color: #969aa3;
}

.footerLeft .dh span {
	font-size: 24px;
	font-family: arial;
}

.footerLeft .t {
	margin-top: .1rem;
	color: #969aa3;
	font-size: 14px;
	line-height: 24px;
}

.footerLeft .fx {
	margin-top: .25rem;
}

.footerLeft .fx a {
	float: left;
	display: block;
	margin-right: .4rem;
}

.footerLeft .fx a.fxicon1 {
	background: url(../images/fxicon1.png) no-repeat center center/cover;
	width: .3rem;
	height: .25rem;
}

.footerLeft .fx a.fxicon2 {
	background: url(../images/fxicon2.png) no-repeat center center/cover;
	width: .24rem;
	height: .25rem;
}

.footerLeft .fx a.fxicon3 {
	background: url(../images/fxicon3.png) no-repeat center center/cover;
	width: .35rem;
	height: .25rem;
}

.bd_weixin_popup .bd_weixin_popup_main {
	padding: 10px 0 5px !important;
}

.footerNav {
	float: right;
}

.footerNav ul li {
	float: left;
	margin-left: 1rem;
}

.footerNav ul li:first-child {
	margin-left: 0;
}

.footerNav ul li .t {
	font-size: 18px;
	color: #ffffff;
}

.footerNav ul li dl {
	margin-top: .2rem;
}

.footerNav ul li dl dd {
	line-height: 32px;
}

.footerNav ul li dl dd p a {
	display: block;
	font-size: 15px;
	color: #9fa3ab;
}

.footerNav ul li dl dd .d a {
	display: block;
	color: #575e6c;
	font-size: 13px;
}

.banquan {
	background: #0f192d;
	border-top: 1px solid #1d2739;
	text-align: center;
	line-height: 30px;
	color: #575e6c;
	font-size: 13px;
	padding: 20px 0;
}

.banquan .links a {
	display: inline-block;
	color: #575e6c;
	margin: 0 5px;
}

.bd_weixin_popup .bd_weixin_popup_main {
	padding: 5px 0 5px !important;
}

.popRight {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.popRight ol li {
	width: 75px;
	text-align: center;
	background: #2276df;
	margin-bottom: 2px;
	padding: 12px 0;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	position: relative;
}

.popRight ol li .tel {
	z-index: -1;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	padding: 19px 10px;
	width: 180px;
	transform: translateX(180px);
	-webkit-transform: translateX(180px);
	-moz-transform: translateX(180px);
	-ms-transform: translateX(180px);
	-o-transform: translateX(180px);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.popRight ol li .tel::before,
.popRight ol li .ewm::before {
	content: "";
	position: absolute;
	right: -9px;
	height: 18px;
	background: url(../images/sj.png) no-repeat center center;
	top: 50%;
	width: 9px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.popRight ol li .tel .t{
	color: #2276df;
	font-size: 15px;
	line-height: 20px;
}

.popRight ol li .ewm {
	z-index: -1;
	line-height: 0;
	position: absolute;
	left: 0;
	top: -16px;
	background: #fff;
	width: 112px;
	transform: translateX(75px);
	-webkit-transform: translateX(75px);
	-moz-transform: translateX(75px);
	-ms-transform: translateX(75px);
	-o-transform: translateX(75px);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.popRight ol li:hover {
	background: #4e98f5;
}

.popRight ol li:hover .tel {
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
}

.popRight ol li:hover .ewm {
	transform: translateX(-130px);
	-webkit-transform: translateX(-130px);
	-moz-transform: translateX(-130px);
	-ms-transform: translateX(-130px);
	-o-transform: translateX(-130px);
}

.popRight ol li .icon {
	line-height: 0;
}

.popRight ol li p {
	color: #fff;
	font-size: 14px;
	margin-top: 7px;
}

/* nybanner */
.nybanner{
	position: relative;
	overflow: hidden;
}
.nybanner .bg{
	height: 5rem;
	background-size:cover;
	background-position: 100%;
	background-repeat: no-repeat;
}
.nybanner .text{
	width: 72.917%;
	position: absolute;
	left: 13.5415%;
	overflow: hidden;
	top: 36%;
	color: #fff;
}
.nybanner .text h3 {
	color: #ffffff;
	font-size: .57rem;
	font-weight: normal;
}
.nybanner .text h4 {
	color: #ffffff;
	font-size: .28rem;
	font-weight: normal;
	margin-top: .1rem;
}
.nybanner .text .morebtn {
	margin-top: .4rem;
	display: block;
	background: #ffffff;
	line-height: .48rem;
	height: .46rem;
	width: 1.38rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #3176e6;
	font-size: .16rem;
	text-align: center;
	overflow: hidden;
}

.aboutBox{
	padding: 1rem 0;
	background: url(../images/aboutbg1.jpg) no-repeat center bottom;
}
.aboutBox .left{
	float: left;
	width: 55%;
	padding-top: .15rem;
}
.aboutBox .left .title p{
	color: #666666;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0.08rem;
}
.aboutBox .left .text{
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	margin-top: .35rem;
}
.aboutBox .video{
	float: right;
	width: 40%;
	background: #fff;
	padding: .1rem;
	line-height: 0;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.aboutBox .video .btn{
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.aboutBox2{
	background: #f8fbff url(../images/aboutbg2.jpg) no-repeat center bottom;
	padding: 1rem 0;
	position: relative;
}
.aboutBox2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1.46rem;
	width: 100%;
	height: 1px;
	background: #dbdddf;
}
.pathslick{
	margin-top: .5rem;
	padding-left: .5rem;
	padding-right: .5rem;
}
.pathslick .box .num{
	float: left;
}
.pathslick .box .num span{
	width: 1rem;
	height: 1rem;
	display: block;
	text-align: center;
	line-height: 1rem;
	border: 1px solid #999999;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #999999;
	font-size: .2rem;
}
.pathslick .box .num span em{
	font-style: normal;
	font-size: .3rem;
	font-weight: bold;
	position: relative;
	bottom: -0.02rem;
	font-family: arial;
}
.pathslick .box .xian{
	display: block;
	width: 1px;
	height: 1.8rem;
	background: #bfbfbf;
	margin: 0 auto;
}
.pathslick .box .bottom{
	text-align: center;
}
.pathslick .box .bottom .icon{
	width: .23rem;
	height: .23rem;
	background: url(../images/yuan01.png) no-repeat center center/cover;
	margin: 0.05rem auto 0.12rem;
	display: block;
}

.pathslick .box .bottom p{
	color: #666666;
	font-size: 18px;
}
.pathslick .box .text{
	margin-top: .15rem;
	float: left;
	width: 3rem;
	margin-left: .1rem;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	max-height: 2.4rem; overflow-y: scroll;

	scrollbar-color: transparent transparent;
	scrollbar-track-color: transparent;
	-ms-scrollbar-track-color: transparent;
}

/* 定义滚动条样式 */
.pathslick .box .text::-webkit-scrollbar {
	width: 0px;
	height: 6px;
	background-color: rgba(240, 240, 240, 1);
}

/*定义滚动条轨道 内阴影+圆角*/
.pathslick .box .text::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
	border-radius: 10px;
	background-color: rgba(240, 240, 240, .5);
}

/*定义滑块 内阴影+圆角*/
.pathslick .box .text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
	background-color: rgba(240, 240, 240, .5);
}



.pathslick .box .text p{
	position: relative;
	padding-left: .15rem;
}
.pathslick .box .text p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.13rem;
	width: 0.05rem;
	height: 0.05rem;
	background: #a0a0a0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.pathslick .slick-prev,
.pathslick .slick-next {
	width: .43rem;
	height: .43rem;
	border: none;
	top: auto;
	margin-top: 0;
	bottom: 0.22rem;
}
.pathslick .slick-prev{
	background: url(../images/slickLeft.png) no-repeat center center/cover;
	left: 0;
}
.pathslick .slick-next {
	background: url(../images/slickRight.png) no-repeat center center/cover;
	right: 0;
}

.pathslick .slick-current .box .num span{
	background: #2276df;
	border-color:#2276df;
	color: #fff;
}
.pathslick .slick-current .box .xian{
	background: #2276df;
}
.pathslick .slick-current .box .bottom .icon{
	background: url(../images/yuan02.png) no-repeat center center/cover;
}
.pathslick .slick-current .box .bottom p {
	color: #2276df;
}

.aboutBox3{
	padding: 1rem 0;
}
.teamBox{
	margin-top: .5rem;
	padding-bottom: .7rem;
}
.teamBox ol li{
	float: left;
	width: 23.5%;
	margin-right: 0%;
}
.teamBox ol li:nth-child(4n){
	margin-right: 0;
}
.teamBox ol li .img{
	line-height: 0;
	padding: 50px;
}
.teamBox ol li .img img{
	width: 100%;
}
.teamBox ol li .text{
    text-align: center;
	margin-left: 0rem;
	margin-top: -0.35rem;
}
.teamBox ol li .text h3{
	color: #020202;
	font-size: 14px;
	font-weight: normal;
}
.teamBox ol li .text h3 span{
	color: #666666;
    display: block;
    padding: 4px 0 10px;
	font-size: 13px;
}
.teamBox ol li .text .t{
	color: #666666;
	font-size: 13px;
	margin-top: 5px;
}
.teamBox .slick-dots {
	bottom: 0;
}
.teamBox .slick-dots li button {
	background: url(../images/button01.jpg) no-repeat center center/cover;
	width: 17px;
	height: 17px}
.teamBox .slick-dots li.slick-active button {
	background: url(../images/button02.jpg) no-repeat center center/cover;
}

.teamBox .slick-prev,
.teamBox .slick-next {
	width: 9px;
	height: 17px;
	border: none;
	top: auto;
	bottom: 0;
}
.teamBox .slick-prev{
	background: url(../images/slickLeft01.jpg) no-repeat center center/cover;
	left: 45%;
}
.teamBox .slick-next {
	background: url(../images/slickRight01.jpg) no-repeat center center/cover;
	right: 45%;
}

.aboutMap{
	padding: 1rem 0;
}
.aboutMap .box{
	position: relative;
}
.aboutMap #allmap{
	position: relative;
	width: 100%;
	height: 4.9rem;
}
.aboutMap .boxtext {
	position: absolute;
	right: 0.7rem;
	top: 50%;
	transform:translateY(-50%);
	width: 540px;
	background: #fff;
	z-index: 2;
	padding: .25rem;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.aboutMap .boxtext::before{
	content: "";
	position: absolute;
	left: -0.15rem;
	top: 33%;
	width: .15rem;
	height: .27rem;
	background: url(../images/sj3.png) no-repeat center center/cover;
}
.aboutMap .boxtext h3{
	color: #222222;
	font-size: 24px;
	font-weight: normal;
}
.aboutMap .boxtext .text {
	margin-top: .25rem;
}
.aboutMap .boxtext .text .t{
	float: left;
	color: #666666;
	font-size: 15px;
}
.aboutMap .boxtext .text .t .d{
	margin-bottom: 15px;
	padding-left: 23px;
}
.aboutMap .boxtext .text .t .d.d1{
	background: url(../images/d1.jpg) no-repeat left center;
}
.aboutMap .boxtext .text .t .d.d2 {
	background: url(../images/d2.jpg) no-repeat left center;
}
.aboutMap .boxtext .text .t .d.d3 {
	background: url(../images/d3.jpg) no-repeat left center;
}
.aboutMap .boxtext .text .t .d.d4 {
	background: url(../images/d4.jpg) no-repeat left center;
}
.aboutMap .boxtext .text .ewmimg{
	float: right;
	line-height: 0;
	width: 130px;
	border: 1px solid #e5e5e5;
}

.aboutJoin{
	padding: 1rem 0;
}
.aboutJoin .img{
	float: left;
	width: 25%;
	line-height: 0;
	box-shadow: 0 0 5px rgba(34, 118, 223, .3);
}
.aboutJoin .text{
	float: left;
	width: 70%;
	margin-top: .2rem;
	margin-left: .5rem;
}
.aboutJoin .text h3{
	color: #333333;
	font-size: .32rem;
	line-height: .42rem;
	font-weight: normal;
}
.aboutJoin .text .t{
	color: #666666;
	font-size: .16rem;
	line-height: .3rem;
	margin-top: .3rem;
}
.aboutJoin .text .d{
	margin-top: .3rem;
	color: #2276df;
	font-size: .18rem;
}
.aboutJoin2{
	background: #f8fbff;
	padding: 1rem 0;
}
.aboutJoin2 ol{
	margin-top: .3rem;
}
.aboutJoin2 ol li{
	margin-top: 2%;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	background: #fff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .3);
	text-align: center;
	padding: .5rem .1rem;
}
.aboutJoin2 ol li .icon{
	line-height: 0;
	overflow: hidden;
}
.aboutJoin2 ol li .icon img{
	height: .54rem;
}
.aboutJoin2 ol li p{
	color: #333333;
	font-size: .18rem;
	margin-top: .26rem;
}
.aboutJoin2 ol li:nth-child(4n){
	margin-right: 0;
}
.aboutJoin3{
	background: #f8fbff;
	padding-bottom: 1rem;
}
.joinBtn{
	margin-top: .5rem;
	text-align: center;
}
.joinBtn span{
	line-height: .52rem;
	color: #333333;
	font-size: .18rem;
	min-width: 2.4rem;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	display: inline-block;
	margin: 0 .2rem;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.joinBtn span.cur,
.joinBtn span:hover{
	background: #2276df;
	color: #fff;
}
.joinContent{
	margin-top: .5rem;
}
.joinText ol li{
	float: left;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background: #fff;
	padding: 0 .5rem;
	margin-bottom: .3rem;
	display: none;
}
.joinText ol li.cur { display: block; }

.joinText ol li .tit{
	padding: .3rem 0;
	line-height: .38rem;
	border-bottom: 1px dashed #b8b8b8;
}
.joinText ol li .tit h3{
	float: left;
	color: #333333;
	font-size: .24rem;
	font-weight: normal;
}
.joinText ol li .tit span{
	float: left;
	color: #2276df;
	border: 1px solid #2276df;
	line-height: .24rem;
	padding: 0 .12rem;
	font-size: .16rem;
	margin-left: .15rem;
	margin-top: .05rem;
}
.joinText ol li .tit a{
	float: right;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: .14rem;
	line-height: .38rem;
	padding: 0 .3rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.joinText ol li .text{
	font-size: .15rem;
	line-height: .3rem;
	padding: .1rem 0 .3rem;
}
.joinText ol li .text h4{
	margin-top: .2rem;
	color: #333333;
	font-size: .18rem;
	font-weight: normal;
}
.joinText .btn{
	text-align: center;
	margin-top: .5rem;
}
.joinText .btn a{
	display: inline-block;
	background: #2276df;
	color: #fff;
	line-height: .5rem;
	padding: 0 .5rem;
	font-size: .14rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.aboutJoin4{
	padding: 1rem 0;
}
.aboutJoin4 .box{
	margin-top: .5rem;
}
.aboutJoin4 .box .imgbox{
	float: left;
	width: 56.6%;
}
.aboutJoin4 .box .imgbox ol li{
	float: left;
	line-height: 0;
}

.aboutJoin4 .box .imgbox ol li.li1{
	width: 35%;
	margin-right: 2%;
}
.aboutJoin4 .box .imgbox ol li.li2 {
	width: 63%;
	margin-bottom: 1.8%;
}
.aboutJoin4 .box .imgbox ol li.li3 {
	width: 30.5%;
	height: 1.87rem;
	margin-right: 2%;
	overflow: hidden;
}
.aboutJoin4 .box .imgbox ol li.li4 {
	width: 30.5%;
	height: 1.87rem;
	overflow: hidden;
}

.aboutJoin4 .box .video{
	float: right;
	width: 42.5%;
	line-height: 0;
	position: relative;
}
.aboutJoin4 .box .video .btn{
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.aboutJoin5{
	padding-bottom: 1.5rem;
}
.yyxsbox{
	margin-top: .5rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;
}
.yyxsbox .box{
	padding: .5rem .3rem;
}
.yyxsbox .box .img{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.yyxsbox .box .img img{
	width: 1.2rem;
	height: 1.2rem;
}
.yyxsbox .box .text{
	margin-top: .4rem;
}
.yyxsbox .box .text .t{
	color: #666666;
	font-size: .22rem;
}
.yyxsbox .box .text .tnr{
	margin-top: .3rem;
}
.yyxsbox .box .text .tnr h3{
	color: #333333;
	font-size: .2rem;
	font-weight: normal;
}
.yyxsbox .box .text .tnr .d{
	margin-top: .1rem;
	color: #666666;
	font-size: .15rem;
	line-height: .28rem;
}
.yyxsbox .slick-dots {
	bottom: -0.6rem;
}

.yyxsbox .slick-dots li button {
	background: url(../images/button01.jpg) no-repeat center center/cover;
	width: .17rem;
	height: .17rem;
}

.yyxsbox .slick-dots li.slick-active button {
	background: url(../images/button02.jpg) no-repeat center center/cover;
}

.yyxsbox .slick-prev,
.yyxsbox .slick-next {
	width: 0.09rem;
	height: 0.17rem;
	border: none;
	top: auto;
	bottom: -0.58rem;
}

.yyxsbox .slick-prev {
	background: url(../images/slickLeft01.jpg) no-repeat center center/cover;
	left: 45%;
}

.yyxsbox .slick-next {
	background: url(../images/slickRight01.jpg) no-repeat center center/cover;
	right: 45%;
}

.aboutChannel{
	padding: 1rem 0;
}
.aboutChannel h4{
	color: #2276df;
	font-size: .18rem;
	font-weight: normal;
	text-align: center;
	margin-top: .2rem;
}
.aboutChannel .text{
	text-align: center;
	max-width: 10.2rem;
	margin: .2rem auto 0;
	color: #666666;
	font-size: .15rem;
	line-height: .28rem;
}
.aboutChannel .title i{
	width: .47rem;
	height: 3px;
	background: #767676;
	margin: .2rem auto 0;
	display: block;
}
.aboutChannel .text2{
	margin-top: .5rem;
}
.aboutChannel2{
	background: #f8fbff;
	padding: 1rem 0;
}
.aboutChannel2 ol{
	margin-top: .5rem;
}
.aboutChannel2 ol li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .3);
	text-align: center;
	padding: .4rem .3rem;
}
.aboutChannel2 ol li:nth-child(4n){
	margin-right: 0;
}
.aboutChannel2 ol li .icon{
	line-height: 0;
	overflow: hidden;
}
.aboutChannel2 ol li h3{
	color: #020202;
	font-size: .2rem;
	font-weight: normal;
	margin-top: .15rem;
}
.aboutChannel2 ol li .t{
	margin-top: .15rem;
	color: #666666;
	font-size: .14rem;
	line-height: .24rem;
	min-height: .72rem;
}
.aboutChannel3{
	padding: 1rem 0;
}
.aboutChannel3 ol{
	margin-top: .5rem;
}
.aboutChannel3 ol li{
	float: left;
	width: 32%;
	margin-right: 2%;
	box-shadow: 0 0 5px rgba(34, 118, 223, .3);
	text-align: center;
	padding: .35rem .4rem;
}
.aboutChannel3 ol li:nth-child(3n){
	margin-right: 0;
}
.aboutChannel3 ol li .num{
	color: #2476dc;
	opacity: .18;
	font-family: "Impact";
	font-size: .56rem;
	font-weight: bold;
}
.aboutChannel3 ol li .t{
	margin-top: .15rem;
	color: #666666;
	font-size: .16rem;
	line-height: .26rem;
	min-height: .78rem;
}
.aboutChannel4{
	padding-bottom: 1rem;
}
.aboutChannel4 .Channebox {
	margin-top: .5rem;
	padding-bottom: .7rem;
}
.aboutChannel4 ol{
	padding-bottom: 5px;
}
.aboutChannel4 ol li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.aboutChannel4 ol li:nth-child(4n){
	margin-right: 0;
}
.aboutChannel4 ol li .img{
	line-height: 0;
	overflow: hidden;
}
.aboutChannel4 ol li .img img{
	width: 100%;
}
.aboutChannel4 ol li .text{
	padding: .2rem .15rem;
	color: #333333;
	font-size: .18rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.Channebox .slick-dots {
	bottom: 0;
}

.Channebox .slick-dots li button {
	background: url(../images/button01.jpg) no-repeat center center/cover;
	width: .17rem;
	height: .17rem;
}

.Channebox .slick-dots li.slick-active button {
	background: url(../images/button02.jpg) no-repeat center center/cover;
}

.Channebox .slick-prev,
.Channebox .slick-next {
	width: 0.09rem;
	height: 0.17rem;
	border: none;
	top: auto;
	bottom: 0;
}

.Channebox .slick-prev {
	background: url(../images/slickLeft01.jpg) no-repeat center center/cover;
	left: 45%;
}

.Channebox .slick-next {
	background: url(../images/slickRight01.jpg) no-repeat center center/cover;
	right: 45%;
}

.aboutChannel5{
	padding: 1rem 0;
	background: url(../images/Channelbg.jpg) no-repeat center bottom;
}
.aboutChannel5 .t{
	margin-top: .2rem;
	text-align: center;
	color: #666666;
	font-size: .16rem;
	line-height: .26rem;
}
.aboutChannel5 .box{
	margin-top: .5rem;
	padding-left: 2.2rem;
}
.aboutChannel5 .box .boxLeft{
	float: left;
	width: 5.85rem;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	padding: .35rem .5rem .5rem;
}
.aboutChannel5 .box .boxLeft .bt{
	color: #222222;
	font-size: .18rem;
}
.aboutChannel5 .box .boxLeft .bt span{
	font-size: .14rem;
	display: inline-block;
	margin-left: 5px;
}
.aboutChannel5 .box .boxLeft ol{
	margin-top: .2rem;
}
.aboutChannel5 .box .boxLeft ol li{
	float: left;
	width: 100%;
	margin-bottom: .25rem;
}
.aboutChannel5 .box .boxLeft ol li:last-child{
	margin-bottom: 0;
}
.aboutChannel5 .box .boxLeft ol li input{
	width: 100%;
	float: left;
	padding: 0 10px;
	font-size: .14rem;
	line-height: .48rem;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333;
}
.aboutChannel5 .box .boxLeft ol li textarea{
	border: 1px solid #dcdcdc;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
	height: 1.2rem;
	padding: 10px;
	font-size: .14rem;
	line-height: .24rem;
	color: #333;
}
.aboutChannel5 .box .boxLeft ol li.last{
	text-align: center;
}
.aboutChannel5 .box .boxLeft ol li.last .btn{
	width: auto;
	padding: 0 .85rem;
	float: none;
	background: #2276df;
	color: #fff;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.aboutChannel5 .box .boxRight{
	float: left;
	margin-left: .9rem;
	margin-top: .75rem;
	width: 4rem;
}
.aboutChannel5 .box .boxRight ol li{
	float: left;
	width: 100%;
	margin-bottom: .55rem;
}
.aboutChannel5 .box .boxRight ol li h3{
	color: #333333;
	font-size: .24rem;
	font-weight: normal;
}
.aboutChannel5 .box .boxRight ol li .d{
	color: #222222;
	font-size: .2rem;
	line-height: .3rem;
	padding-left: .35rem;
	margin-top: .15rem;
}
.aboutChannel5 .box .boxRight ol li .d a{
	display: inline-block;
	color: #222222;
}
.aboutChannel5 .box .boxRight ol li .d.d1{
	background: url(../images/d01.jpg) no-repeat left center/cover;
	background-size: .27rem .25rem;
}
.aboutChannel5 .box .boxRight ol li .d.d2 {
	background: url(../images/d02.jpg) no-repeat left center;
	background-size: .27rem .22rem;
}
.aboutChannel5 .box .boxRight ol li .d.d3 {
	background: url(../images/d03.jpg) no-repeat left center;
	background-size: .27rem .3rem;
}
.newsBox{
	background: #f8fbff;
	padding: .45rem 0 .75rem;
}
.newsLeft{
	float: left;
	width: 74%;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .2);
	padding: .4rem;
}
.newsList .newsbtn{
	border-bottom:1px solid #f1f1f1;
}
.newsList .newsbtn a{
	display: block;
	float: left;
	color: #333333;
	font-size: 20px;
	margin-right: 0.6rem;
	position: relative;
	padding-bottom: 18px;
}
.newsList .newsbtn a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #2276df;
	height: 3px;
	width: 100%;
	display: none;
}
.newsList .newsbtn a.cur,
.newsList .newsbtn a:hover{
	color: #2276df;
}
.newsList .newsbtn a.cur::before,
.newsList .newsbtn a:hover::before{
	display: block;
}
.newstxt{
	margin-top: .3rem;
}
.newstxt ol{
	padding-bottom: .4rem;
}
.newstxt ol li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	padding: .3rem 0;
}
.newstxt ol li:first-child{
	padding-top: 0;
}
.newstxt ol li .img{
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	line-height: 0;
}
.newstxt ol li .text{
	float: right;
	width: 66%;
}
.newstxt ol li .text h3{
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.newstxt ol li .text .t{
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.newstxt ol li .text .bottom{
	font-size: 13px;
	color: #999999;
	line-height: 14px;
	margin-top: .2rem;
}
.newstxt ol li .text .bottom span{
	display: block;
	float: left;
	margin-right: .27rem;
}
.newstxt ol li .text .bottom span.s1{
	padding-left: 20px;
	background: url(../images/s1.jpg) no-repeat left center;
}
.newstxt ol li .text .bottom span.s2 {
	padding-left: 23px;
	background: url(../images/s2.jpg) no-repeat left center;
}

.newsRight{
	float: right;
	width: 24%;
}

#tagsList {
	position: relative;
	width: 100%;
	height: 3rem;
	background: #fff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .2);
	padding: 15px;
}

#tagsList a {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #2276df;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 6px;
}

#tagsList a:hover {
	color: #4e98f5;
	letter-spacing: 2px;
}

.newsRight .bt{
	color: #333333;
	font-size: .24rem;
	border-bottom:1px solid #f0f2f0;
	padding-bottom: .12rem;
}
.newsRight .rmtj{
	margin-top: .2rem;
	background: #fff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .2);
	padding: .25rem;
}
.newsRight .rmtj ol li{
	float: left;
	width: 100%;
	border-bottom:1px solid #f0f2f0;
	padding: .25rem 0;
}
.newsRight .rmtj ol li .icon{
	float: left;
	width: .49rem;
	height: .44rem;
	line-height: 0;
}
.newsRight .rmtj ol li .text{
	float: right;
	width: 80%;
}
.newsRight .rmtj ol li .text h3{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsRight .rmtj ol li .text .t{
	color: #666666;
	font-size: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsRight .rmtj ol li:last-child{
	padding-bottom: 0.05rem;
	border-bottom:none;
}

.newsRight .rmzx {
	margin-top: .2rem;
	background: #fff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .2);
	padding: .25rem;
}
.newsRight .rmzx ol li{
	float: left;
	width: 100%;
	padding: .2rem 0;
	border-bottom:1px solid #f0f2f0;
}
.newsRight .rmzx ol li a{
	display: block;
	position: relative;
}
.newsRight .rmzx ol li .img{
	line-height: 0;
	overflow: hidden;
}
.newsRight .rmzx ol li .img img{
	width: 100%;
}
.newsRight .rmzx ol li .t{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(34, 118, 223, .7);
	color: #fff;
	font-size: .14rem;
	padding: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsRight .rmzx ol li:last-child{
	padding-bottom: 0;
	border-bottom:none;
}

.newsshow h1{
	text-align: center;
	color: #222222;
	font-size:22px;
	font-weight: normal;
}
.newsshow .showDa{
	margin-top: .25rem;
	border-bottom:1px solid #dbdbdb;
	line-height: 15px;
	padding-bottom: 10px;
}
.newsshow .showDa .Bread {
	line-height: 15px;
	float: left;
	color: #999999;
	font-size: 12px;
	background: url(../images/Bread.jpg) no-repeat left center;
	padding-left: 22px;
}
.newsshow .showDa .Bread a{
	display: inline-block;
	color: #999999;
}
.newsshow .showDa .data {
	float: right;
	color: #929292;
	font-size: 14px;
}
.newsshow .detailed{
	color: #878787;
	font-size: .16rem;
	line-height: .28rem;
	padding-top: 25px;
	padding-bottom: 30px;
}
.detailed p img,.detailed img {
	height: auto!important; }
.fenyeBtn{
	border-top:1px solid #dbdbdb;
	padding-top: 25px;
}
.fenyeBtn ol li{
	max-width: 48%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fenyeBtn ol li a{
	color: #878787;
	font-size: 14px;
}

/* 客户案例 */
.caseBox{
	background: #f8fbff;
	padding: 1rem 0;
}
.caseZY{
	position: relative;
}
.caseZY::before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.28rem;
	width: .75rem;
	height: .61rem;
	background: url(../images/caseicon1.jpg) no-repeat center center/cover;
}
.caseZY .title{
	margin-left: .9rem;
}
.Testinum{
	position: absolute;
	height: 1.2rem;
	right: 0;
	top: -0.25rem;
	width: 100%;
	text-align: right;
	overflow: hidden;
}
.Testinum .num {
	color: #d9e4f9;
	font-size: 1.5rem;
	font-family: "Ebrima","arial";
	font-weight: bold;
	line-height: 1.2rem;
	height: 1.2rem;
}
.TestiBox{
	width: 86.5%;
	background: #fff;
	margin: .22rem auto 0;
	box-shadow: 0 0 .12rem rgba(34, 118, 223, .2);
}
.TestiBox .box{
	padding: 0.2rem .6rem;
	min-height: 4.15rem;
}
.TestiBox .box .casetop{
	border-bottom:1px solid #ededed;
	padding-bottom: .2rem;
}
.TestiBox .box .casetop .icon{
	width: .96rem;
	height: .96rem;
	box-shadow: 0 0 .08rem rgba(34, 118, 223, .2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	position: relative;
	float: left;
}
.TestiBox .box .casetop .icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.TestiBox .box .casetop .text{
	float: left;
	margin-left: .25rem;
	max-width: 10rem;
	padding-top: .1rem;
}
.TestiBox .box .casetop .text h3{
	color: #333333;
	font-size: .28rem;
	font-weight: normal;
}
.TestiBox .box .casetop .text .t{
	color: #666666;
	font-size: .18rem;
	margin-top: .1rem;
}
.TestiBox .box .textbox{
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	padding-top: 20px;
}

.TestiBox .slick-dots {
	bottom: auto;
	top: 0.6rem;
	width: 250px;
	right: 0.3rem;
}

.TestiBox .slick-dots li button {
	background: url(../images/button01.jpg) no-repeat center center/cover;
	width: 17px;
	height: 17px;
}

.TestiBox .slick-dots li.slick-active button {
	background: url(../images/button02.jpg) no-repeat center center/cover;
}

.TestiBox .slick-prev,
.TestiBox .slick-next {
	width: 9px;
	height: 17px;
	border: none;
	top: 0.6rem;
	margin-top: 0;
	bottom: auto;
}

.TestiBox .slick-prev {
	background: url(../images/slickLeft01.jpg) no-repeat center center/cover;
	left: auto;
	right: 2.4rem;
}

.TestiBox .slick-next {
	background: url(../images/slickRight01.jpg) no-repeat center center/cover;
	right: .6rem;
}

.caseList{
	padding-top: .8rem;
}

.caseList .caseBtn {
	text-align: center;
	margin-top: .4rem;
}
.caseList .caseBtn a{
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
	line-height: 50px;
	padding: 0 20px;
	color: #666666;
	font-size: 18px;
	margin: 0 .18rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.caseList .caseBtn a.cur{
	background: #2276df;
	color: #fff;
}
.caseListBox{
	margin-top: .5rem;
}
.caseListBox ol{
	margin-bottom: .3rem;
}
.caseListBox ol li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
	background: #fff;
	padding: .2rem;
	margin-bottom: 2%;
}
.caseListBox ol li:nth-child(4n){
	margin-right: 0;
}
.caseListBox ol li .icon{
	height: 50px;
	line-height: 0;
	display: flex
}
.caseListBox ol li .icon img{
	align-self: center;
	max-height: 100%;
}

.caseListBox ol li .text{
	margin-top: .2rem;
	padding-top: .2rem;
	border-top:1px solid #ededed;
}

.caseListBox ol li .text h3{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.caseListBox ol li .text .t{
	color: #666666;
	font-size:15px;
	line-height:22px;
	height: 44px;
	overflow: hidden;
	margin-top: .1rem;
	    overflow: auto;
	    max-height: 888px;
}
@media(max-width: 1800px){
	.caseListBox ol li .text h3 { font-size: 16px; }
	.caseListBox ol li .text .t{ font-size: 14px; }
}
@media(max-width: 1366px){
	.caseListBox ol li .text h3 { font-size: 14px; }
	.caseListBox ol li .text .t{ font-size: 12px; }
}
.caseListBox .page{
	text-align: center;
}
.caseListBox .page a{
	float: none;
	display: inline-block;
	margin: 0 4px;
}

/* 支持中心 */
.technologyBox{
	background: #f8fbff;
	padding-bottom: .8rem;
}
.techBtn{
	padding-top: .25rem;
}
.techBtn a{
	display: block;
	float: left;
	color: #666666;
	font-size: 18px;
	margin-right: 20px;
	padding: 0 15px 20px;
	position: relative;
}
.techBtn a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #2276df;
	display: none;
}
.techBtn a.cur,
.techBtn a:hover{
	color: #2b2b2b;
}
.techBtn a.cur::before,
.techBtn a:hover::before {
	display: block;
}

.techBox{
	margin-top: .3rem;
}
.techLeft{
	float: right;
	width: 74%;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .1);
	padding: .4rem;
	min-height: 6.2rem;
}

.techLeft .Tread{
	color: #666666;
	font-size: 14px;
	border-bottom:1px solid #ececec;
	padding-bottom: 11px;
	margin-top: 10px;
}
.techLeft .Tread a{
	display: inline-block;
	color: #666;
}
.guideList{
	/* margin-top: .3rem; */
}
.guideList ol li{
	float: left;
	width: 100%;
	border-bottom:1px solid #ececec;
	padding: .2rem 0;
}
.guideList ol li .text{
	float: left;
	max-width: 60%;
}
.guideList ol li .text h3{
	color: #333333;
	font-size:18px;
	font-weight: normal;
}
.guideList ol li .text .data{
	margin-top: 10px;
	color: #999999;
	font-size: 12px;
}
.guideList ol li .more{
	float: right;
	color: #666666;
	font-size: 14px;
	margin-top: 14px;
}
.guideList ol li .more i{
	display: inline-block;
	width: 10px;
	height: 14px;
	background: url(../images/guideIcon1.png) no-repeat center center/cover;
	margin-left:8px;
	position: relative;
	top: 2px;
}
.guideList ol li:hover .text h3{
	color: #2276df;
}
.guideList ol li:hover .more {
	color: #2276df;
}
.guideList ol li:hover .more i{
	background-image:url(../images/guideIcon2.png);
}

.techRight{
	float: left;
	width: 24%;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .1);
	min-height: 6.2rem;
	padding: .4rem 0;
}

.techRight .bt{
	color: #333333;
	font-size: .18rem;
	border-bottom:1px solid #dbdbdb;
	padding: 0 .25rem .13rem;
	padding-bottom: 8px;
	margin-top: 13px;
}
.xsznBox ol li{
	list-style-image:url("../img/wenhao.svg");
	float: left;
	width: 100%;
	line-height: 46px;
	font-size: 14px;
	position: relative;
}
.xsznBox ol li::before{
	content: "";
	position: absolute;
	right: 0.25rem;
	top: 50%;
	width: 6px;
	height: 10px;
	background: url(../images/xsznIcon1.png) no-repeat center center;
	margin-top: -5px;
}
.xsznBox ol li a{
	display: block;
	padding: 0 .25rem;
	color: #666666;
}
.xsznBox ol li.cur>a,
.xsznBox ol li:hover>a {
	color: #2276df;
	background: #eef4fc;
}

.zcBottom{
	background: url(../images/zczxbg.jpg) no-repeat center center/cover;
	min-height: 1.8rem;
	padding: .6rem 0;
}
.zcBottom .text{
	text-align: center;
	color: #fff;
}
.zcBottom .text p{
	font-size: 22px;
}
.zcBottom .text .tel {
	margin-top: 15px;
	font-size: 24px;
	font-family: arial;
}
.zcBottom .text .tel i{
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(../images/telDH.png) no-repeat center center/cover;
	margin-right: 10px;
}

.problemList ol li{
	float: left;
	width: 100%;
	margin-top: .2rem;
}
.problemList ol li .bt{
	background: #f8f8f8;
	padding: 12px 16px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
}
.problemList ol li .bt::before{
	content: "";
	position: absolute;
	right:16px;
	top: 50%;
	width: 10px;
	height: 6px;
	background: url(../images/problemjt1.png) no-repeat center center;
	margin-top: -3px;
}
.problemList ol li .bt span{
	width: 24px;
	height: 24px;
	background: #2276df;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-family: arial;
	float: left;
	display: block;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-right: 14px;
}
.problemList ol li .text{
	padding: .12rem 1.6rem .2rem;
	position: relative;
	border-bottom:1px solid #ececec;
	display: none;
}
.problemList ol li .text>span{
	width: 24px;
	height: 24px;
	background: #e6e6e6;
	color: #2276df;
	font-size: 14px;
	line-height: 24px;
	font-family: arial;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	float: left;
}
.problemList ol li .text .t{
	padding-left: 38px;
	color: #666666;
	font-size: 14px;
	line-height: 2;
}

.problemList ol li.cur .bt::before{
	background-image: url(../images/problemjt2.png);
}

.cjwtBox ol li::before{
	display: none;
}
.cjwtBox ol li.now>a{
	position: relative;
}
.cjwtBox ol li.now>a i {
	position: absolute;
	right: 0.25rem;
	top: 50%;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url(../images/problemjt2.png) no-repeat center center;
}
.cjwtBox ol li .two .twoT>a {
	display: block;
	color: #666666;
	font-size: 14px;
	padding-left: 0.5rem;
	position: relative;
}

.cjwtBox ol li .two .twoT>a i{
	position: absolute;
	right: 0.25rem;
	top: 50%;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url(../images/problemjt2.png) no-repeat center center;
}
.cjwtBox ol li .three a{
	display: block;
	padding-left: .75rem;
}

.cjwtBox ol li .two .twoT:hover>a,
.cjwtBox ol li .two .twoT.cur>a {
	color: #2276df;
	background: #eef4fc;
}
.cjwtBox ol li .three a:hover{
	color: #2276df;
	background: #eef4fc;
}

.problemList2 h3{
	margin-top: .24rem;
	color: #333333;
	font-size: .24rem;
	font-weight: normal;
}
.problemList2 .t{
	margin-top: .24rem;
	color: #333333;
	font-size: .24rem;
	font-weight: normal;
}
.problemList2 .article{ margin-top:30px; }
.problemList2 ol{
	margin-top: .2rem;
}
.problemList2 ol li{
	float: left;
	width: 100%;
	margin-bottom: .25rem;
}
.problemList2 ol li:last-child{
	margin-bottom: 0;
}
.problemList2 ol li .bt{
	color: #333333;
	font-size: .16rem;
}
.problemList2 ol li .text{
	margin-top: .14rem;
	font-size: .14rem;
	line-height: .24rem;
	color: #666666;
}
.problemList2 ol li .text p{
	margin-bottom: .1rem;
}
.pxvideoList{
	background: #fff;
	box-shadow: 0 0 5px rgba(34, 118, 223, .1);
	padding: .4rem .4rem .6rem;
}
.pxvideoList ol{
	margin-bottom: .2rem;
}
.pxvideoList ol li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	box-shadow: 0 0 5px rgba(34, 118, 223, .1);
	margin-bottom: 2%;
}
.pxvideoList ol li:nth-child(4n){
	margin-right: 0;
}
.pxvideoList ol li .video{
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.pxvideoList ol li .video video{
	height: 2.5rem;
}
.pxvideoList ol li .video .btn{
	position: absolute;
	left: 50%;
	top: 50%;
	width: .38rem;
	height: .38rem;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	cursor: pointer;
}
.pxvideoList ol li .t{
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	height: 44px;
	overflow: hidden;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pxvideoList .page{
	text-align: center
}
.pxvideoList .page a {
	float: none;
	display: inline-block;
	margin: 0 4px;
}

/* 申请试用 */
.nybanner2 .bg{
	height: 3.8rem;
}
.nybanner2 .text {
	text-align: center;
	top: 50%;
}

.tryBox{
	background: #fff;
	padding: .8rem 0 .8rem;
}
.tryBox .tit{
	text-align: center;
}
.tryBox .tit h3{
	color: #333333;
	font-size: .3rem;
	font-weight: normal;
}
.tryBox .tryBtn{
	text-align: center;
	margin-top: .35rem;
}
.tryBox .tryBtn a{
	display: inline-block;
	line-height: .52rem;
	min-width: 3.8rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, .1);
	margin: 0 .23rem;
	color: #333333;
	font-size: .18rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.tryBox .tryBtn a.cur{
	background: #2276df;
	color: #fff;
}
.tryBox ol{
	margin-top: .45rem;
}
.tryBox ol li{
	float: left;
	width: 48%;
	margin-bottom: .2rem;
}
.tryBox ol li:nth-child(2n){
	float: right;
}
.tryBox ol li p{
	color: #333;
	font-size: .16rem;
	padding: 0 .12rem;
	margin-bottom: .1rem;
}
.tryBox ol li .inp,
.tryBox ol li textarea {
	width: 100%;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	color: #999999;
	font-size: .16rem;
	padding: 0 .12rem;
	height: .52rem;
}

.tryBox ol li .label { margin-top:5px; font-size: 14px; display: inline-block; margin-right:20px; cursor: pointer; }
.tryBox ol li .label label { margin-left:10px; cursor: pointer; }

.tryBox ol li textarea{
	height: 0.52rem;
	font-family: "微软雅黑";
	line-height: .52rem;
}
.tryBox ol li.last{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: .2rem;
}
.tryBox ol li.last input{
	width: 1.6rem;
	height: .48rem;
	background: #2276df;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

@media(max-width: 500px){
	.tryBox ol li .label {
		width: 48%; margin-right:0; margin: 5px 0; }
}

/* 产品 */
.proBox{
	padding: .8rem 0 .8rem;
}
.proBox ol{
	margin-top: .55rem;
}
.proBox ol li{
	float: left;
	width: 32%;
	margin-right: 2%;
	box-shadow: 0 0 .05rem rgba(34, 118, 223, .2);
	text-align: center;
	padding: .5rem;
}
.proBox ol li:nth-child(3n){
	margin-right: 0;
}
.proBox ol li .icon{
	width: .82rem;
	height: .62rem;
	margin: 0 auto;
}
.proBox ol li .t{
	color: #222222;
	font-size: .18rem;
	margin-top: .2rem;
}
.proBox2{
	padding-bottom: 1rem;
}
.ScenesBox{
	background: url(../images/probg.jpg) no-repeat center center/cover;
	min-height: 4.8rem;
	margin-top: .4rem;
}
.ScenesBox .box{
	position: relative;
	padding: .48rem .7rem;
}
.ScenesBox .box .img{
	float: left;
	width: 50%;
}
.ScenesBox .box .text{
	right:0;
	float: right;
	width: 45%;
	position: absolute;top:50%; transform: translateY(-50%);
}
.ScenesBox .box .text .bt{
	color: #333333;
	font-size: .24rem;
	font-weight: normal;
	position: relative;
	padding-left: .28rem;
}
.ScenesBox .box .text .bt::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.07rem;
	width: .18rem;
	height: .18rem;
	background: url(../images/ScenesIcon1.png) no-repeat left center/cover;
}
.ScenesBox .box .text .t{
	margin-top: .25rem;
	color: #666666;
	font-size: .16rem;
	line-height: .34rem;
}
.ScenesBox .box .text .t span{
	font-style: italic;
	color: #2276df;
	font-family: Arial;
	font-size: .18rem;
}
.ScenesBox .slick-prev,
.ScenesBox .slick-next {
	width: .43rem;
	height: .43rem;
	border: none;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.ScenesBox .slick-prev {
	background: url(../images/slickLeft.png) no-repeat center center/cover;
	left: -0.73rem;
}

.ScenesBox .slick-next {
	background: url(../images/slickRight.png) no-repeat center center/cover;
	right: -0.53rem;
}
@media(max-width: 750px){
	.ScenesBox .box { padding: 20px 0.2rem 40px; }
	.ScenesBox .box .img { width: 100%; margin-bottom:20px; }
	.ScenesBox .box .text {width: 100%; position: relative; left:0; top:0; transform: translateY(0);width: 100%; }
	.ScenesBox .box .text .bt { font-size: 20px; }
	.ScenesBox .box .text .t span { font-size: 16px; }
	.ScenesBox .box .text .t { font-size: 16px; line-height: 2; }
	.ScenesBox .box .text .bt::before { top:8px; }
	.proBox ol li .t { font-size: 14px; }
	.ScenesBox .slick-prev {
		background: url(../images/slickLeft.png) no-repeat center center/cover;
		left: 0;
	}

	.ScenesBox .slick-next {
		background: url(../images/slickRight.png) no-repeat center center/cover;
		right: 0;
	}
}


.proBox3{
	padding-top: .8rem;
	padding-bottom: .8rem;
}
.proBox3 .ScenesBox{
	background: url(../images/probg2.jpg) no-repeat center center/cover;
}
.proBox3 .ScenesBox .box .text {
	padding-top: .6rem;
}
.proBox3 .ScenesBox .more{
	margin-top: .3rem;
}
.proBox3 .ScenesBox .more a{
	display: inline-block;
	background: #2276df;
	padding: .12rem .37rem;
	color: #fff;
	font-size: .14rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.proGn{
	padding-bottom: .8rem;
}
.proGn .box{
	position: relative;;
	margin-top: .45rem;
}
.proGn .box .img{
	float: left;
	width: 43%;
	line-height: 0;
	margin-top: .1rem;
}
.proGn .box .text{
	position: absolute;right:0;top:50%; transform: translateY(-50%);
	width: 50%;
}
.proGn .box .text ol li{
	float: left;
	width: 100%;
	margin-bottom: .3rem;
}
.proGn .box .text ol li:last-child{
	margin-bottom: 0;
}
.proGn .box .text ol li .bt{
	color: #333333;
	font-size: .2rem;
	position: relative;
	padding-left: .42rem;
}
.proGn .box .text ol li .bt::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: .24rem;
	height: .2rem;
	background: url(../images/mh.jpg) no-repeat center center/cover;
}
.proGn .box .text ol li .t {
	padding-left: .42rem;
	margin-top: .1rem;
	color: #666666;
	font-size: .16rem;
	line-height: .22rem;
}
@media(max-width: 750px){
	.proGn .box .img {
		width: 100%; margin-bottom:20px; }
	.proGn .box .text{
		position: relative;right:0;top:0; transform: translateY(0);
		width: 100%;
	}
	.proGn .box .text ol li .bt { font-size: 18px; }
	.proGn .box .text ol li .t { font-size: 14px;
		line-height: 1.6; }
}


.proCase{
	background: #f8fbff;
	padding: .8rem 0 1rem;
}
.proKHCase{
	margin-top: .5rem;
}
.proKHCase .slick-prev,
.proKHCase .slick-next {
	width: .43rem;
	height: .43rem;
	border: none;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.proKHCase .slick-prev {
	background: url(../images/slickLeft.png) no-repeat center center/cover;
	left: -0.73rem;
}

.proKHCase .slick-next {
	background: url(../images/slickRight.png) no-repeat center center/cover;
	right: -0.73rem;
}

.proWXBox .more{
	text-align: center;
	margin-top: .5rem;
}
.proWXBox .more a{
	display: inline-block;
	background: #2276df;
	padding: .12rem .65rem;
	color: #fff;
	font-size: .14rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.proWXBox2{
	background: #f8fbff;
	padding: .8rem 0;
}
.proWXBox2 .text{
	float: left;
	width: 100%;
	margin-top: .55rem;
}
.proWXBox2 .text h4{
	color: #222222;
	font-size: .24rem;
	font-weight: normal;
	margin-top: .25rem;
}
.proWXBox2 .text .t{
	margin-top: .12rem;
	color: #666666;
	font-size: .14rem;
	line-height: .3rem;
}
.proWXBox2 .wximgbox {
	width: 45%;
	float: right;
}
.proWXBox2 .wximgbox .img {
	width: 100%;
	line-height: 0;
	overflow: hidden;
	margin-top: .45rem;
	position: relative;
}
.proWXBox2 .wximgbox .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(255, 255, 255, .5);*/
}
.proWXBox2 .wximgbox .img img{
	width: 100%;
}
.proWXBox2 .wximgbox .slick-current .img{
	width: 120%;
	z-index: 3;
	left: -10%;
	margin-top: 0;
	position: relative;
}
.proWXBox2 .wximgbox .slick-current .img::before{
	display: none;
}
.proWXBox2 .wximgbox .slick-list .slick-track .slick-slide {
	transition: all .2s !important;
	-webkit-transition: all .2s !important;
	-moz-transition: all .2s !important;
	-ms-transition: all .2s !important;
	-o-transition: all .2s !important;
}

.proWXBox2 .wximgbox .slick-dots {
	bottom: .7rem;
	top: auto;
	width: 2.5rem;
	left: -127%;
}

.proWXBox2 .wximgbox .slick-dots li button {
	background: url(../images/button01.jpg) no-repeat center center/cover;
	width: .17rem;
	height: .17rem;
}

.proWXBox2 .wximgbox .slick-dots li.slick-active button {
	background: url(../images/button02.jpg) no-repeat center center/cover;
}

.proWXBox2 .wximgbox .slick-prev,
.proWXBox2 .wximgbox .slick-next {
	width: 0.09rem;
	height: 0.17rem;
	border: none;
	top: auto;
	margin-top: 0;
	bottom: 0.7rem;
}

.proWXBox2 .wximgbox .slick-prev {
	background: url(../images/slickLeft01.jpg) no-repeat center center/cover;
	left: auto;
	left: -122%;
}

.proWXBox2 .wximgbox .slick-next {
	background: url(../images/slickRight01.jpg) no-repeat center center/cover;
	left: -94%;
}

.proWXBox3 .wximgbox{
	float: left;
}
.proWXBox3 .text{
	float: right;
}

.proWXBox3 .wximgbox .slick-dots {
	left: 129%;
}

.proWXBox3 .wximgbox .slick-prev {
	left: 133.5%;
}

.proWXBox3 .wximgbox .slick-next {
	left: 162.5%;
}

.proServiceBox{
	padding: .8rem 0;
}
.proServiceBox ol{
	margin-top: .5rem;
}
.proServiceBox ol li{
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 0 .5rem;
}
.proServiceBox ol li .icon{
	width: .74rem;
	height: .64rem;
	margin: 0 auto;
}
.proServiceBox ol li h3{
	color: #222222;
	font-size: .18rem;
	font-weight: normal;
	margin-top: .15rem;
}
.proServiceBox ol li .t{
	color: #666666;
	font-size: .14rem;
	line-height: .24rem;
	margin-top: .15rem;
	min-height: .72rem;
}
.proServiceBox ol li .more{
	margin-top: .3rem;
}
.proServiceBox ol li .more a{
	display: inline-block;
	background: #2276df;
	color: #fff;
	line-height: .4rem;
	padding: 0 .36rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.proServiceBox2{
	background: url(../images/proServicebg.jpg) no-repeat center center/cover;
	padding: .8rem 0;
}
.proServiceBox2 .img{
	text-align: center;
	line-height: 0;
}
.proServiceBox3{
	padding: .8rem 0;
}
.proServiceBox3 .img{
	margin-top: .5rem;
	line-height: 0;
	text-align: center;
}

.proServiceBox4{
	background: #f8fbff;
	padding: .8rem 0;
}
.proFeatures{
	margin-top: .5rem;
	padding-bottom: .6rem;
}
.proFeatures ol li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
}
.proFeatures ol li .icon{
	width: .85rem;
	height: .54rem;
	margin: 0 auto;
}
.proFeatures ol li h3{
	color: #020202;
	font-size: .2rem;
	font-weight: normal;
	margin-top: .25rem;
}
.proFeatures ol li .t{
	margin-top: .1rem;
	color: #666666;
	font-size: .14rem;
	line-height: .24rem;
}

.proFeatures ol li:nth-child(4n){
	margin-right: 0;
}

.proFeatures .slick-dots {
	bottom: 0;
	top: auto;
}

.proFeatures .slick-dots li button {
	background: url(../images/button01.jpg) no-repeat center center/cover;
	width: .17rem;
	height: .17rem;
}

.proFeatures .slick-dots li.slick-active button {
	background: url(../images/button02.jpg) no-repeat center center/cover;
}

.proFeatures .slick-prev,
.proFeatures .slick-next {
	width: 0.09rem;
	height: 0.17rem;
	border: none;
	top: auto;
	margin-top: 0;
	bottom: 0;
}

.proFeatures .slick-prev {
	background: url(../images/slickLeft01.jpg) no-repeat center center/cover;
	left: 45%;
}

.proFeatures .slick-next {
	background: url(../images/slickRight01.jpg) no-repeat center center/cover;
	right: 45%;
}

.proServiceBox5{
	padding: .8rem 0;
}
.proServiceBox5 .img{
	text-align: center;
	line-height: 0;
	margin-top: .5rem;
}

.proServiceBox6{
	background: #f8fbff;
	padding: .8rem 0;
}
.proServiceBox6 .img {
	text-align: center;
	line-height: 0;
	margin-top: .5rem;
}
.proServiceBox6 .more{
	text-align: center;
	margin-top: .6rem;
}
.proServiceBox6 .more a{
	display: inline-block;
	background: #2276df;
	padding: .12rem .65rem;
	color: #fff;
	font-size: .14rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}



/*2020-11-12*/
/*沃行产品_CargoWare基础版*/
.t_cjkr{
	padding: 0.9rem 0 1.4rem;
	background: url(../images/cjkr_bg.jpg)center center/cover;
	position: relative;
}

.t_cjkr .t_cjkr_lb{
	margin-top: 0.6rem;
	overflow: hidden;

}

.t_cjkr .t_cjkr_lb  .swiper-slide{
	box-shadow: 1px 1px 9px 7px rgba(0,0,0,0.01);
}
.t_cjkr .t_cjkr_lb .box{
	padding: 0.4rem 0.34rem 0.5rem;
	background: #fff;
	text-align: center;


}


.t_cjkr .t_cjkr_lb .box .img{
	line-height: 0;
	display: inline-block;

}

.t_cjkr .t_cjkr_lb .box  .text .bt{
	margin: 0.18rem 0;
	font-size: 0.2rem;
	color: #020202;
}

.t_cjkr .t_cjkr_lb .box  .text .js{
	color: #666666;
	line-height: 1.8;
	font-size: 0.14rem;
}

.t_cjkr .t_cjkr_lb .swiper-pagination{
	bottom: 0.4rem;
}

.t_cjkr .t_cjkr_lb .swiper-pagination-bullet{
	opacity: 1;
	background: #959595;
}

.t_cjkr .t_cjkr_lb .swiper-pagination-bullet-active{
	background: #2276df;
	position: relative;
}

.t_cjkr .t_cjkr_lb .swiper-pagination-bullet-active:before{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #2276df;
	content: "";
	top: -52.2%;
	left: 50%;
	transform: translateX(-50%);
}

.t_cjkr .t_cjkr_lb  .swiper-button-prev:after, .t_cjkr .t_cjkr_lb  .swiper-container-rtl .swiper-button-next:after{
	opacity: 0;
}
.t_cjkr .t_cjkr_lb  .swiper-button-next:after, .t_cjkr .t_cjkr_lb  .swiper-container-rtl .swiper-button-prev:after{
	opacity: 0;
}

.t_cjkr .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 6px;
}

.t_cjkr .t_cjkr_lb .swiper-button-next,.t_cjkr .t_cjkr_lb .swiper-button-prev{
	width: 0.09rem;
	height: 0.16rem;
	position: absolute;
	top: auto;
	bottom: 0.39rem;
	background-size: 100% 100%;
	z-index: 999999;
}

.t_cjkr .t_cjkr_lb .swiper-button-next{
	background: url(../images/cjkr_jt_r.png)center center/cover;
	left: auto;
	right: 48%;
}

.t_cjkr .t_cjkr_lb .swiper-button-prev{
	background: url(../images/cjkr_jt_l.png)center center/cover;
	left: 48%;
}


.xez{
	padding: 0.94rem 0 0.94rem;

}

.xez .xez_nr{
	margin-top: 0.72rem;
	position: relative;
}

.xez .xez_nr .left{
	width: 42%;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-bottom: 0.18rem;
}

.xez .xez_nr .left:before{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/xez_left_bg.png)center center/cover;
	content: "";
	width: 5.35rem;
	height: 2.67rem;

}

.xez .xez_nr .left .swiper-button-next,.xez .xez_nr .left  .swiper-button-prev{
	width: 0.38rem;
	height: 0.38rem;
	position: absolute;
	z-index: 99999;

}
.xez .xez_nr .left  .swiper-button-prev:after, .xez .xez_nr .left  .swiper-container-rtl .swiper-button-next:after{
	opacity: 0;
}
.xez .xez_nr .left .swiper-button-next:after, .xez .xez_nr .left .swiper-container-rtl .swiper-button-prev:after{
	opacity: 0;
}

.xez .xez_nr .left .swiper-button-next{
	background: url(../images/xez_jt_r.png)center center/cover;
	right: 0;
}
.xez .xez_nr .left .swiper-button-prev{
	background: url(../images/xez_jt_l.png)center center/cover;
	left: 0;
}

.xez .xez_nr .left .swiper-slide img{
	width: 100%;
	padding:0 0.18rem;
	z-index: -2;
	position: relative;
}
.xez .xez_nr .right{
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	overflow: hidden;
	padding-bottom: 0.6rem;
}

.xez .xez_nr .right .bt{
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.5;
	position: relative;
	padding-left: 0.27rem;
}
.xez .xez_nr .right .bt:before{
	position: absolute;
	width: 0.18rem;
	height: 0.18rem;
	left: 0;
	top: 0.1rem;
	background: url(../images/xez_jt.png)center center/cover;
	content: "";
}
.xez .xez_nr .right  ul{
	display: block;
}

.xez .xez_nr .right .lb{
	margin-top: 0.4rem;
}

.xez .xez_nr .right .lb ol li{
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 0.5rem;
}

.xez .xez_nr .right .lb ol li:nth-child(2n){
	margin-right: 0;
}
.xez .xez_nr .right .lb ol li .h3 {
	position: relative;
	color: #333333;
	font-size: 0.18rem;
	padding-left: 0.15rem;
}

.xez .xez_nr .right .lb ol li .h3 i{
	color: #e8eefa;
	font-size: 0.56rem;
	font-family: Impact;
	font-style: initial;
	position: absolute;
	bottom: -0.1rem;
	left: 0;
	z-index: -1;
}

.xez .xez_nr .right .lb ol li .wenzi{
	padding-left: 0.15rem;
	margin-top: 0.14rem;
}

.xez .xez_nr .right .swiper-button-prev:after, .xez .xez_nr .right  .swiper-container-rtl .swiper-button-next:after{
	opacity: 0;
}
.xez .xez_nr .right .swiper-button-next:after, .xez .xez_nr .right .swiper-container-rtl .swiper-button-prev:after{
	opacity: 0;
}

.xez .xez_nr .right .swiper-button-next,.xez .xez_nr .right .swiper-button-prev{
	width: 0.09rem;
	height: 0.16rem;
	position: absolute;
	top: auto;
	bottom: 0.39rem;
	background-size: 100% 100%;
	z-index: 999999;
}


.xez .xez_nr .right .swiper-button-next{
	background: url(../images/cjkr_jt_r.png)center center;
	left: auto;
	right: 43.5%;
}

.xez .xez_nr .right .swiper-button-prev{
	background: url(../images/cjkr_jt_l.png)center center;
	left: 43%;
}


.xez .xez_nr .right .swiper-pagination span{
	margin:0 6px;
}
.xez .xez_nr .right .swiper-button-next,.xez .xez_nr .right .swiper-button-prev{
	width: 0.09rem;
	height: 0.16rem;
	position: absolute;
	top: auto;
	bottom: 0.1rem;
	background-size: 100% 100%;
	z-index: 999999;
}

.xez .xez_nr .right .swiper-pagination{
	bottom: 0.1rem;
}

.xez .xez_nr .right .swiper-pagination-bullet{
	opacity: 1;
	background: #959595;
}

.xez .xez_nr .right .swiper-pagination-bullet-active{
	background: #2276df;
	position: relative;
}

.xez .xez_nr .right .swiper-pagination-bullet-active:before{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #2276df;
	content: "";
	top: -52.2%;
	left: 50%;
	transform: translateX(-50%);
}


.t_shn{
	padding: 1.08rem 0 0.8rem;
	background: #f8fbff;
}

.t_shn .t_shn_bg{
	margin-top: 0.5rem;
}

.t_shn .t_shn_bg table{
	text-align: center;
	width: 100%;
	border: 1px solid #eeeeee;
}

.t_shn .t_shn_bg table .tr{
	background: url(../images/shn_tr_bg.jpg)center center/cover;
}
.t_shn .t_shn_bg table .tr td{
	padding: 0.25rem 0;
	color: #fff;
	font-size: 0.2rem;
	border-right: 1px solid #eeeeee;
}

.t_shn .t_shn_bg table tr.tr td:last-child{
	border-right: none;
}

.t_shn .t_shn_bg table tr td{
	padding: 0.15rem 0.05rem;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 0.16rem;

}

.t_shn .t_shn_bg table tr td:last-child{
	border-right: none;
}

.t_shn .t_shn_bg table tr td i{
	width: 0.19rem;
	height: 0.19rem;
	background: url(../images/shn_icon.png)center center/cover;
	display: inline-block;
}

.t_shn .t_shn_bg .t_gd{
	background: #277de0;
	height: 0.6rem;
	position: relative;
	cursor: pointer;
}

.t_shn .t_shn_bg .t_gd .icon{
	position: absolute;
	width: 0.36rem;
	height: 0.25rem;
	background: url(../images/t_gd.png)center center/cover;
	left: 50%;
	top:30%;
	transform: translateX(-50%);
}

.t_sfbz{
	padding: 0.8rem 0;
}

.t_sfbz .t_shn_bg{
	margin-top: 0.44rem;
}
.t_sfbz .t_shn_bg table {
	text-align: center;
	border-left: 1px solid #eeeeee;
}
.t_sfbz .t_shn_bg table .tr{
	background: url(../images/shn_tr_bg.jpg)center center/cover;
}

.t_sfbz .t_shn_bg table .tr td{
	padding: 0.24rem 0;
	color: #ffff;
	font-size: 0.2rem;
	border-right: 1px solid #eeeeee;
}


.t_sfbz .t_shn_bg table tr.tr td:last-child{
	border-right: none;
}


.t_sfbz .t_shn_bg table tr td{
	padding: 0.12rem 0.15rem;
	font-size: 0.14rem;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.t_sfbz .t_shn_bg table tr td.size{font-size: 0.18rem;}

.t_sfbz .t_sq{
	text-align: center;
	margin-top: 0.5rem;
}

.t_sfbz .t_sq .anniu{
	display: inline-block;
	font-size: 0.14rem;
	background: #2276df;
	color: #fff;
	border-radius: 8px;
	padding: 0.12rem 0.6rem;
}

/*02_沃行产品_CargoWare旗舰版*/
.t_qj{
	padding: 0.85rem 0 0.8rem;
	background: #f8fbff;
}

.t_qj .title p{
	font-size: 0.24rem;
	color: #333333;
	margin-top: 0.1rem;

}

.t_qj .img{
	text-align: center;
	margin-top: 0.6rem;
}

.t_hxys{
	padding: 0.8rem 0 0.96rem;
	background: #f8fbff;
}
.t_hxys .t_hxys_lb{
	margin-top: 0.62rem;

}
.t_hxys .t_hxys_lb ul li{
	text-align: center;
	width: 22%;
	float: left;
	margin-right:4%;
	background: #ffffff;
	padding: 0.42rem 0.38rem;
	box-shadow:1px 1px 20px 0px rgba(0,0,0,0.1);
}

.t_hxys .t_hxys_lb ul li:last-child{
	margin-right:0;
}

.t_hxys .t_hxys_lb ul li .h3{
	font-size: 0.2rem;
	color: #020202;
	font-weight: initial;
	margin: 0.1rem 0;

}

.t_hxys .t_hxys_lb ul li .p{
	color: #666666;
	font-size: 0.14rem;
	height: 0.9rem;
	overflow: hidden;

}

.t_hxys .t_hxys_lb ul li .p::-webkit-scrollbar{
	width: 2px;

}
.t_hxys .t_hxys_lb ul li .p::-webkit-scrollbar-track{

	width: 2px;
}

.t_hxys .t_hxys_lb ul li .p::-webkit-scrollbar-track-piece{
	width: 2px;
}
.t_hxys .t_hxys_lb ul li .p::-webkit-scrollbar-thumb{
	background: #666666;
	border: 5px;

}
.t_hxys .t_hxys_lb ul li .p::-webkit-scrollbar-button{
	display: none;
}

.t_gnld{
	padding: 0.9rem 0 1rem;
}


.t_gnld .t_gnld_lb{
	margin-top: 0.3rem;
	overflow: hidden;
	padding: 0.3rem 0.3rem 0.8rem 0.3rem;
	position: relative;
}

.t_gnld .t_gnld_lb .box {
	text-align: center;
	padding: 0.36rem 0.6rem;
	width: 100%;
	transition: all .5s;
}
.t_gnld .t_gnld_lb .box .img{
	line-height: 0;
}

.t_gnld .t_gnld_lb .box .text .h3{
	color: #333333;
	font-size: 0.18rem;
	margin: 0.1rem 0;
}

.t_gnld .t_gnld_lb .box .text .wenzi{
	font-size: 0.14rem;
	color: #666666;
	height: 0.42rem;
	overflow: hidden;
}



.t_gnld .t_gnld_lb ul li{
	float: left;
	width: 25%;

}

.t_gnld .t_gnld_lb ul li:hover .box{
	background: #fff;
	box-shadow:1px 1px 20px 0px rgba(0,0,0,0.1);
}
.t_gnld .t_gnld_lb .swiper-button-next,.t_gnld .t_gnld_lb .swiper-button-prev{
	top: auto;
	bottom: -0.055rem;
}
.t_gnld .t_gnld_lb .swiper-button-next:after,.t_gnld .t_gnld_lb .swiper-button-prev:after{
	width: 0.09rem;
	height: 0.16rem;
	position: absolute;


	background-size: 100% 100%;
	z-index: 999999;
	content: "";
}
.t_gnld .t_gnld_lb .swiper-button-next{
	left: auto;
	right: 46%;
}
.t_gnld .t_gnld_lb .swiper-button-next:after{
	background: url(../images/cjkr_jt_r.png)center center/cover;

}

.t_gnld .t_gnld_lb .swiper-button-prev{
	left: 46%;
}
.t_gnld .t_gnld_lb .swiper-button-prev:after{
	background: url(../images/cjkr_jt_l.png)center center/cover;

}

.t_gnld .t_gnld_lb .swiper-pagination-bullet{
	opacity: 1;
	background: #959595;
}

.t_gnld .t_gnld_lb .swiper-pagination-bullet-active{
	background: #2276df;
	position: relative;
}

.t_gnld .t_gnld_lb .swiper-pagination-bullet-active:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #2276df;
	content: "";
	top: -51%;
	left: 50%;
	transform: translateX(-50%);
}

.t_gnld .t_gnld_lb .swiper-pagination {
	bottom: 0.1rem;
}

.t_gnld .t_gnld_lb .swiper-pagination span{
	margin: 0 6px;
}

.t_edi{
	padding: 0.9rem 0 0.5rem;
	background: #f8fbff;
}

.t_edi .logo{
	margin-top: 0.45rem;
}

.t_edi .logo ul li{
	background: #ffffff;
	width: 15%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	box-shadow:1px 1px 20px 0px rgba(0,0,0,0.1);
	text-align: center;
}

.t_edi .logo ul li:nth-child(6n){
	margin-right: 0;
}

.t_qibu{
	padding: 0.9rem 0;
}
.t_qibu .t_qibu_lb{
	margin-top: 0.7rem;
}
.t_qibu .t_qibu_lb ul li {
	width: 5%;
	float: left;
	text-align: center;
	margin-right: 10.83%;
	position: relative;
}

.t_qibu .t_qibu_lb ul li .img{
	line-height: 0;
}

.t_qibu .t_qibu_lb ul li .h3{
	color: #333333;
	font-size: 0.2rem;
	margin:0.2rem 0 0.1rem;
	font-weight: initial;
	display: inline-block;
	white-space: nowrap;
text-overflow: ellipsis;
/* overflow: hidden; */
    display: block;
}

.t_qibu .t_qibu_lb ul li .p{
	font-size: 0.24rem;
	color: #277de0;
}


.t_qibu .t_qibu_lb ul li:last-child{
	margin-right: 0;
}

.t_qibu .t_qibu_lb ul li:before{
	position: absolute;
	content: "";
	width: 1.9rem;
	height: 0.06rem;
	right: -1.7rem;
	background: url(../images/qibu_x.png)center center/cover;
	bottom: 0.11rem;
	z-index: 9;
}



.t_qibu .t_qibu_lb ul li:last-child:before{
	display: none;
}

.t_sf{
	padding: 0.96rem 0 0.76rem;
	background: #f8fbff;
}

.t_sf table tr td h2{
	font-size: 0.18rem;
	color: #333333;
	font-weight: initial;
}
.t_sf table tr td ul li{
	width: 38%;
	float: left;
	line-height: 2;
	margin-right: 2%;
}

.t_sf table tr td ul li:nth-child(2n){
	margin-right: 0;
	width: 60%;
}

.t_sf table tr td ul li b{
	color: #333333;
}
.t_jz_xez .xez_nr .right .lb ol li{
	margin-bottom: 0.35rem;
}
/*02_沃行产品_eTowerB2B*/
.t_faa{
	padding: 0.9rem 0;
}

.t_faa .title p{
	color: #666666;
	font-size: 0.15rem;
	width: 60%;
	display: inline-block;
	margin-top: 0.24rem;
}

.t_faa .img{
	line-height: 0;
	text-align: center;
	margin-top: 0.48rem;
}

.t_faa_xez{
	background: #f8fbff;
}
.t_faa_xez .xez_nr .right{
	padding-top: 0.24rem;
}
.t_faa_xez .xez_nr .right .lb ol li{
	margin-bottom: 0.7rem;
}

.t_gnjz{
	padding: 0.9rem 0 0.6rem;
}

.t_gnjz_lb{
	margin-top: 0.58rem;
}

.t_gnjz_lb ul li{
	width: 25%;
	text-align: center;
	float: left;
	padding: 0.35rem 0.1rem;
	margin-bottom: 0.3rem;
	transition: all .5s;
}

.t_gnjz_lb ul li .img{
	line-height: 0;
}
.t_gnjz_lb ul li .h3{
	color: #333333;
	font-size: 0.18rem;
	margin: 0.18rem 0;

}

.t_gnjz_lb ul li:hover{
	background: #fff;
	box-shadow:1px 1px 20px 0px rgba(0,0,0,0.1);
}


.t_gnjz_lb ul li .wenzi{
	color: #666666;
	font-size: 0.14rem;
	line-height: 1.5;
	height: 0.6rem;
	overflow: hidden;
}

.t_gnjz .t_sq{
	margin-top: 0.25rem;
	text-align: center;
}

.t_gnjz .t_sq .anniu{
	display: inline-block;
	font-size: 0.14rem;
	background: #2276df;
	color: #fff;
	border-radius: 8px;
	padding: 0.12rem 0.6rem;
}

.nybanner .container{
	position: relative;
	height: 100%;
	display: block;
}

.sch-form input.form-control { padding-left:12px; }

.xinshouzhinan_sc{
background: rgba(240,240,240,0.9);
    border-radius: 3px;
    padding: 15px 20px;
    position: relative;
    width: 50%;
    height: 50px;
    margin-top: 25px;
}

.xinshouzhinan_sc input.inp{
	width: 100%;
    border: none;
    border-left: 2px solid #fff;
    background: none;
    outline: none;
    padding-left: 10px;
    font-size: 14px;
}

.xinshouzhinan_sc input.sub {
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
    top: 15px;
    height: 20px;
    background: url(../images/search.png) no-repeat center;
    font-size: 0;
    width: 20px;
}

.proWXBox2 ul { float: left; width: 40%; }
.proWXBox3 ul { float: right; }
.proWXBox2 ul li { display: none; }
.proWXBox2 ul li.cur { display: block; }

.wximgbox .swiper-container { padding: 20px 0; }
.wximgbox .swiper-container .swiper-slide { padding: 20px 0; transform: scale(0.9); transition: all 0.6s; }
.wximgbox .swiper-container .swiper-slide-active { transform: scale(1.1); }


@media(max-width: 750px){
	.proWXBox2 ul {
		width: 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%);background: #fff; }
.fixVideoB .close { position: absolute; right:-1px; top:0px;height: 40px;width: 40px;cursor: pointer; text-align: center;line-height: 40px; font-size: 30px;  z-index: 10000;background: #000; color:#fff;}

.nav_box .navlist ul>li>a { font-size: 16px; }
.navSub { display: none; padding: 0 0 20px 0; }
.navSub dl dt { font-size: 15px;color:#fff; }
.navSub dl dd { border-bottom:1px dashed rgba(255,255,255,0.2); }
.navSub dl dd a { font-size: 14px; color:#fff; display: block;line-height: 40px; }

.adMore { text-align: right; }
.adMore .addMore { display: inline-block; padding: 12px 30px; border:1px solid #e2e2e2; border-radius: 10px; font-size: 15px; color:#333; margin-bottom:10px; }
.adMore .addMore:hover { color:#fff; background: #2276df; border-color:#2276df; }

.addMoreA .adMore { float: right; }
.addMoreA .page { float: left; }

@media(max-width: 500px){
	.adMore { text-align: left; width: 100%; margin-bottom:10px;}
	.adMore .addMore { padding: 6px 20px; font-size: 14px;  }
}

/* 404 */
.errorBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #4282fe url(../images/errorbg.png) no-repeat center bottom/cover;
	background-size: 59.375%;
}

.errorBox .box {
	width: 63%;
	margin: 5% auto 0;
	text-align: center;
	color: #fff;
}

.errorBox .box .t {
	margin-top: 35px;
}

.errorBox .box .t .d1 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 18px;
}

.errorBox .box .t .d1::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../images/erroricon.png) no-repeat center center;
	width: 393px;
	height: 15px;
	margin-left: -210px;
}

.errorBox .box .t .d2 {
	font-size: 20px;
	margin-top: 5px;
}

.errorBox .box .btn {
	margin-top: 20px;
}

.errorBox .box .btn a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	min-width: 150px;
	line-height: 40px;
	font-size: 18px;
	margin: 0 17px;
}

.errorBox .box .btn a:hover {
	background: #ffae00;
	border-color: #ffae00;
}

.errorBox .box .img {
	line-height: 0;
	margin-left: -8px;
}

