﻿/**** 公共样式定义 start ****/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
@font-face {
	font-family: "sourceHanSansCNRegular";
	src: url("../fonts/SourceHanSansCN-Regular.eot");
	src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.svg#syRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}
#page {
	background: #ffffff;
}
*{
	touch-action: pan-y;
}
 .m-width-1440 {
	max-width:14.4rem;
	margin:0 auto;
}
.m-width-percentage-85 {
	width:85%;
	margin:0 auto;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis2 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.ellipsis3 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.ellipsis4 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.ellipsis5 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
}
@keyframes opacityAnim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes widthAnim {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes scaleAnim {
	0% {
		scale: 1;
	}
	100% {
		scale: 1.2;
	}
}
@keyframes heartBeatAnim {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
/* 右侧导航 start */
.nav_right {
	position: fixed;
	right: 0.4rem;
	top: 30%;
	z-index: 100;
}
.nav_right li {
	position: relative;
	padding-left: 0.5rem;
}
.nav_right li span.nav_btn {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.32rem 0.32rem;
	margin-bottom: 0.1rem;
	border-radius: 50%;
	box-shadow: 0px 0px 0.2rem 0px rgba(217, 217, 217, 0.6);
	cursor: pointer;
	transition: all 0.5s;
}
.nav_right li.nav_li1 span.nav_btn {
	background-image: url(../images/right_nav1_default.png);
}
.nav_right li.nav_li2 span.nav_btn {
	background-image: url(../images/right_nav2_default.png);
}
.nav_right li.nav_li3 span.nav_btn {
	background-image: url(../images/right_nav3_default.png);
}
.nav_right li.nav_li4 span.nav_btn {
	background-image: url(../images/contactUs_info_icon3_hover.png);
	background-size: 100% 100%;
}
.nav_right li:hover span.nav_btn {
	background-color: #e23842;
}
.nav_right li.nav_li1:hover span.nav_btn {
	background-image: url(../images/right_nav1_hover.png);
}
.nav_right li.nav_li2:hover span.nav_btn {
	background-image: url(../images/right_nav2_hover.png);
}
.nav_right li.nav_li3:hover span.nav_btn {
	background-image: url(../images/right_nav3_hover.png);
}
.nav_right li.nav_li4:hover span.nav_btn {
	background-image: url(../images/contactUs_info_icon3_default.png);
}
.nav_right li .ewm {
	display: none;
	position: absolute;
	top: -0.21rem;
	right: 0.9rem;
  background: #ffffff;
	border-radius: 0.1rem;
	padding: 0.16rem;
	font-size: 0;
	text-align: center;
	box-shadow: 0px 0px 0.2rem 0px rgba(217, 217, 217, 0.6);
	animation: slideRight1 0.5s linear;
}
@keyframes slideRight1 {
  0% {
		right: 0rem;
		opacity: 0;
	}
	100% {
		right: 0.9rem;
		opacity: 1;
	}
}
.nav_right li .ewm::after{
	position: absolute;
	top: 0.4rem;
	right: -0.14rem;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 0.08rem solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #fff;
	border-right-color: transparent;
}
.nav_right li .ewm img {
	width: 1.26rem;
	height: 1.26rem;
}
.nav_right li .ewm p {
	font-size: 0.18rem;
	color: #111111;
	white-space: nowrap;
	text-align: center;
	margin-top: 0.17rem;
}
.nav_right li.nav_li3 .tel {
	display: none;
	position: absolute;
	top: -0.15rem;
	right:0.9rem;
  background: #ffffff;
	border-radius: 0.1rem;
	padding: 0.26rem;
	text-align: center;
	box-shadow: 0px 0px 0.2rem 0px rgba(217, 217, 217, 0.6);
	animation: slideRight1 0.5s linear;
}
.nav_right li.nav_li3 .tel::after{
	position: absolute;
	top: 0.32rem;
	right: -0.14rem;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 0.08rem solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #fff;
	border-right-color: transparent;
}
.nav_right li.nav_li3 .tel p {
	font-size: 0.3rem;
	line-height: 1;
	color: #f12935;
	/* padding-bottom: 0.15rem; */
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.nav_right li.nav_li3 .tel p img {
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.08rem;
}
.nav_right li.nav_li3 .tel a {
	width: 1.6rem;
	height: 0.36rem;
	border-radius: 0.36rem;
	background: #f02732;
	font-size: 0.16rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_right li.nav_li3 .tel a.telbt {
	width:inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit;
	font-size: inherit;
	color: inherit;
	display: inherit;
	align-items: inherit;
	justify-content: inherit;
}
.nav_right li.nav_li3 .tel a img {
	width: 0.2rem;
	height: 0.18rem;
	margin-right: 0.08rem;
}
.nav_right li.nav_li3 .tel a.telbt img{
	width: inherit;
	height: inherit;
	margin-right: inherit;
}
.nav_right li.nav_li1:hover .ewm {
  display: block;
}
.nav_right li.nav_li3:hover .tel {
  display: block;
}
.nav_right li.nav_li2 .add_square {
	display: none;
  position: absolute;
	left: -1.53rem;
	top: -0.75rem;
	min-width: 1.3rem;
	background: #ffffff;
	border-radius: 0.1rem;
	padding: 0.2rem;
	text-align: center;
	box-shadow: 0px 0px 0.2rem 0px rgba(217, 217, 217, 0.6);
	animation: slideRight2 0.5s linear;
}
@keyframes slideRight2 {
  0% {
		left: -1rem;
		opacity: 0;
	}
	100% {
		left: -1.53rem;
		opacity: 1;
	}
}
.nav_right li.nav_li2 .add_square::after{
	position: absolute;
	top: 0.95rem;
	right: -0.14rem;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 0.08rem solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #fff;
	border-right-color: transparent;
}
.nav_right li.nav_li2 .add_square .add_item {
	border-bottom: 1px solid #f4f4f4;
}
.nav_right li.nav_li2 .add_square .add_item p {
	font-size: 0.16rem;
	line-height: 1;
	color: #111111;
	text-align: center;
	margin-top: 0.18rem;
}
.nav_right li.nav_li2 .add_square .add_item p img {
	width: 0.16rem;
	margin-right: 0.06rem;
	vertical-align: middle;
	margin-top: -0.04rem;
}
.nav_right li.nav_li2 .add_square .add_item a {
	display: inline-block;
	width: 1.2rem;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.16rem;
	color: #ffffff;
	background: #e23842;
	border-radius: 0.3rem;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}
.nav_right li.nav_li2 .add_square .add_item:nth-last-child(1) {
	border-bottom: none;
}
.nav_right li.nav_li2:hover .add_square {
	display: block;
}



.nav_right li.nav_li4 .cooperate_btn {
	display: none;
	position: absolute;
	top: -0.05rem;
	right: 0.9rem;
  background: #ffffff;
	border-radius: 0.1rem;
	padding: 0.16rem;
	font-size: 0;
	text-align: center;
	box-shadow: 0px 0px 0.2rem 0px rgba(217, 217, 217, 0.6);
	animation: slideRight1 0.5s linear;
}
.nav_right li.nav_li4 .cooperate_btn::after{
	position: absolute;
	top: 0.24rem;
	right: -0.14rem;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 0.08rem solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #fff;
	border-right-color: transparent;
}
.nav_right li.nav_li4 .cooperate_btn a {
	width: 1.6rem;
	height: 0.36rem;
	border-radius: 0.36rem;
	background: #f02732;
	font-size: 0.16rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_right li.nav_li4 .cooperate_btn a img {
	width: 0.2rem;
	height: 0.18rem;
	margin-right: 0.08rem;
}
.nav_right li.nav_li4:hover .ewm {
	display: block;
}
/* 右侧导航 end */

/* 右侧客服 start */
.customer_people {
	position: fixed;
	right: 0.5rem;
	bottom: 1rem;
	z-index: 120;
	cursor: pointer;
}
.customer_people img {
	width: 1.6rem;
}
.customer_square {
	display: none;
	position: fixed;
	right: 0.5rem;
	bottom: 1rem;
	z-index: 140;
	width: 2.8rem;
	min-height: 2.6rem;
	background: #f12733;
	border-radius: 0.1rem;
	padding: 0.42rem 0.4rem 0.37rem 0.4rem;
	box-sizing: border-box;
	box-shadow: 0px 0px 0.2rem 0px rgba(217, 217, 217, 0.9);
}
.customer_square .close {
	position: absolute;
	right: 0.08rem;
	top: 0.08rem;
	width: 0.14rem;
	height: 0.14rem;
	cursor: pointer;
	z-index: 150;
	padding: 0.1rem;
}
.customer_square .close img {
	width: 100%;
	height: 100%;
}
.customer_square h3 {
	line-height: 1;
	font-size: 0.26rem;
	font-weight: normal;
	margin-bottom: 0.18rem;
	color: #ffffff;
}
.customer_square h4 {
	font-size: 0.3rem;
	margin-bottom: 0.14rem;
	line-height: 1;
	font-weight: normal;
	color: #ffffff;
	white-space: nowrap;
}
.customer_square h4 img {
	vertical-align: middle;
	width: 0.23rem;
	height: 0.23rem;
	margin-right: 0.08rem;
}
.customer_square p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #ffffff;
}
.customer_square a.customer_online {
	display: block;
	width: 1.6rem;
	height: 0.36rem;
	border-radius: 0.36rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	font-size: 0.16rem;
	color: #111111;
	margin-top: 0.18rem;
}
.customer_square a.customer_online img {
	vertical-align: middle;
	width: 0.18rem;
	margin-right: 0.06rem;
}
/* 右侧客服 end */

/* 子页面banner start */
.subBanner {
  width: 100%;
  height: 7.19rem;
  position: relative;
}
.subBanner .banner_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.subBanner .banner_bg img {
	width: 100%;
	height: 100%;
}
.subBanner .subBanner_inner {
  max-width: 14.4rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
	visibility: hidden;
}
.subBanner .subBanner_inner .banner_txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subBanner .subBanner_inner .banner_txt .tit_img {
	width: 6.62rem;
	height: 0.82rem;
	margin-bottom: 0.12rem;
}
.subBanner .subBanner_inner .banner_txt .tit_img img {
  width: 100%;
	height: 100%;
}
.subBanner .subBanner_inner .banner_txt h3 {
  font-size: 0.6rem;
	line-height: 1;
  color: #fff;
  margin-bottom: 0.28rem;
}
.subBanner .subBanner_inner .banner_txt h4 {
  font-size: 0.36rem;
	line-height: 0.5rem;
  color: #fff;
}
.subBanner .subBanner_inner .banner_txt h4 span {
	font-size: 0.46rem;
	vertical-align: middle;
}
.subBanner .subBanner_inner .banner_txt p {
  font-size: 0.3rem;
	line-height: 0.5rem;
  color: #fff;
}
.subBanner .subBanner_inner .banner_txt .sub_banner_btn {
	display: block;
	width: 2.4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.6rem;
	background: #f12935;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 0.18rem;
	margin-top: 0.4rem;
	transition: all 0.4s;
}
.subBanner .subBanner_inner .banner_txt .sub_banner_btn span {
	font-size: 0.2rem;
	padding-left: 0.04rem;
	vertical-align: middle;
}
.subBanner .subBanner_inner .banner_txt .sub_banner_btn img.icon {
	height: 0.31rem;
	padding-right: 0.18rem;
}
.subBanner .subBanner_inner .banner_txt .sub_banner_btn img.jt {
	height: 0.16rem;
	padding-left: 0.1rem;
}
.subBanner .subBanner_inner .banner_txt .sub_banner_btn:hover {
	opacity: 0.8;
}
.subBanner .subBanner_nav {
  width: 100%;
  height: 0.8rem;
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.subBanner .subBanner_nav ul {
  max-width: 14.4rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.subBanner .subBanner_nav ul li {
  flex: 1;
  height: 100%;
  position: relative;
	transition: all 0.5s;
}
.subBanner .subBanner_nav ul li a {
	height: 100%;
	display: block;
	color: #ffffff;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subBanner .subBanner_nav ul li img {
  max-height: 0.4rem;
  vertical-align: middle;
  margin-right: 0.18rem;
}
.subBanner .subBanner_nav ul li a i {
	font-size: 0.24rem;
	padding-right: 0.08rem;
}
.subBanner .subBanner_nav ul li:nth-child(1):before {
  width: 1px;
  height: 0.15rem;
  background: #737375;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subBanner .subBanner_nav ul li::after {
  width: 1px;
  height: 0.15rem;
  background: #737375;
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.subBanner .subBanner_nav ul li:hover, .subBanner .subBanner_nav ul li.active {
  background: #f12935;
}
.subBanner .subBanner_nav ul li:hover::before, .subBanner .subBanner_nav ul li.active::before {
  display: none;
}
.subBanner .subBanner_nav ul li:hover::after, .subBanner .subBanner_nav ul li.active::after {
  display: none;
}
/* 子页面banner end */

/* 其他 start*/
/* 顶部文字 */
.index_top_txt {
	text-align: center;
	position: relative;
	z-index: 1;
}
.index_top_txt::after {
	content: 'Serve';
	font-size: 2.8rem;
	color: rgba(255,255,255,0.06);
	transform: translateX(-50%);
	position: absolute;
  left: 50%;
	top: 0;
	z-index: -1;
}
.index_top_txt h6 {
	position: relative;
	font-size: 0.24rem;
	line-height: 1;
	color: #ffffff;
	display: inline-block;
	margin: 0 auto;
	padding-left: 0.24rem;
	margin: 1.44rem 0 0.23rem 0;
	font-weight: normal;
	/* opacity: 0; */
}
.index_top_txt h6.animated {
	animation: titleAnim 2s linear 0s 1 normal forwards;
}
@keyframes titleAnim {
	0% {
		opacity: 0;
		font-size: 0.52rem;
		transform: translateY(0.8rem);
	}
	30% {
		opacity: 1;
		font-size: 0.52rem;
		transform: translateY(0%);
	}
	80% {
		opacity: 1;
		font-size: 0.52rem;
		transform: translateY(0%);
	}
	100% {
		opacity: 1;
		font-size: 0.24rem;
		transform: translateY(0%);
	}
}
.index_top_txt h6::before {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
}
.index_top_txt h6.animated::before {
	animation: opacityAnim 1s linear 2.2s 1 normal forwards;
}
.index_top_txt h3 {
	font-size: 0.52rem;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
}
.index_top_txt h3 span {
	margin: 0 0.08rem;
	line-height: 1;
	position: relative;
	padding: 0.17rem 0;
}
.index_top_txt h3 span i {
	display: block;
	width: 2.1rem;
	height: 0.05rem;
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 1;
}
.index_top_txt p {
	font-size: 0.3rem;
	line-height: 0.42rem;
	color: #ffffff;
	padding-top: 0.55rem;
	opacity: 1;
}
.index_aboutUs_after .aboutUs_txt::after {
	content: 'Believe';
	color: rgba(88,88,88,0.2);
}
.index_aboutUs_after .aboutUs_txt h3 span i {
	background: #f12935;
}
.index_research .research_txt::after {
	content: 'Research';
	color: rgba(255,254,254,0.05);
}
.index_research .research_txt h3 span i {
	width: 100%;
	background: #f12935;
}
.index_news .news_txt::after {
	content: 'Why';
	color: #f4f4f4;
	z-index: -1;
}
.index_news .news_txt h6 {
  color: #111111;
}
.index_news .news_txt h6::before {
	background: #f12935;
}
.index_news .news_txt h3 {
	color: #111111;
}
.index_news .news_txt h3 span i {
	width: 2.5rem;
	background: #f12935;
}
.index_interview .interview_txt::after {
	content: 'Partner';
	color: #f4f4f4;
	z-index: -1;
}
.index_interview .interview_txt h6 {
  color: #111111;
}
.index_interview .interview_txt h6::before {
	background: #f12935;
}
.index_interview .interview_txt h3 {
	color: #111111;
}
.index_interview .interview_txt h3 span i {
	width: 1rem;
	background: #f12935;
}
.index_concatUs .concatUs_txt h6 {
	margin-top: 1.02rem;
}
.index_concatUs .concatUs_txt::after {
	content: 'Contact';
	color: rgba(255, 255, 255, 0.1);
}
/* 咨询按钮 */
.seek_advice {
	text-align: center;
	font-size: 0;
}
.seek_advice .myZixun {
	display: inline-block;
	vertical-align: middle;
	width: 2.2rem;
	height: 0.64rem;
	border-radius: 0.64rem;
	line-height: 0.64rem;
	text-align: center;
	background: #d7d6d6;
	font-size: 0.18rem;
	color: #111111;
	margin: 0 0.36rem;
	transition: all 0.3s;
}
.seek_advice .myZixun:hover {
  opacity: 0.8;
	transform: translateX(0.1rem);
}
.seek_advice .myZixun img {
	/* width: 0.26rem;
	height: 0.27rem; */
	width: 0.35rem;
	height: 0.31rem;
	vertical-align: middle;
	margin-right: 0.2rem;
}
.seek_advice .about_enter {
  display: inline-block;
	vertical-align: middle;
	margin: 0 0.36rem;
	transition: all 0.3s;
}
.seek_advice .about_enter span {
	line-height: 0.36rem;
	font-size: 0.18rem;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	display: inline-block;
	vertical-align: middle;
	opacity: 1;
}
.seek_advice .about_enter:hover {
	opacity: 0.8;
	transform: translateX(0.1rem);
}
.seek_advice .about_enter img {
	width: 0.72rem;
	height: 0.72rem;
	vertical-align: middle;
	margin-left: 0.2rem;
}
.seek_white .myZixun {
	background: #f12935;
	color: #ffffff;
}
.seek_white .about_enter span {
	color: #333333;
	border-bottom: 1px solid #cfcfcf;
}

/* 其他 end*/

/* 280_红色按钮 start */
.enter_btn_280_red {
  width: 2.8rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  border-radius: 0.64rem;
  background: #f12935;
  font-size: 0.2rem;
  color: #ffffff;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	transition: all 0.3s;
}
.enter_btn_280_red span {
  vertical-align: middle;
	transition: all 0.3s;
}
.enter_btn_280_red img {
  height: 0.13rem;
  padding-left: 0.2rem;
  vertical-align: middle;
	transition: all 0.3s;
}
.enter_btn_280_red:hover {
	opacity: 0.8;
}
.enter_btn_280_red:hover span {
	transform: translateX(-0.05rem);
}
.enter_btn_280_red:hover img {
	transform: translateX(0.05rem);
}
/* 280_红色按钮 end */

/* 260_红色按钮 start */
.enter_btn_260_red {
  width: 2.6rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  border-radius: 0.64rem;
  background: #f12935;
  font-size: 0.2rem;
  color: #ffffff;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	transition: all 0.3s;
}
.enter_btn_260_red span {
  vertical-align: middle;
	transition: all 0.3s;
}
.enter_btn_260_red img {
  height: 0.13rem;
  padding-left: 0.2rem;
  vertical-align: middle;
	transition: all 0.3s;
}
.enter_btn_260_red:hover {
	opacity: 0.8;
}
.enter_btn_260_red:hover span {
	transform: translateX(-0.05rem);
}
.enter_btn_260_red:hover img {
	transform: translateX(0.05rem);
}
/* 260_红色按钮 end */

/* 260_白色按钮 start */
.enter_btn_260_white {
  width: 2.6rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  border-radius: 0.64rem;
  background: #ffffff;
  font-size: 0.2rem;
  color: #f12935;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
	transition: all 0.3s;
}
.enter_btn_260_white span {
  vertical-align: middle;
	transition: all 0.3s;
}
.enter_btn_260_white img {
  height: 0.13rem;
  padding-left: 0.2rem;
  vertical-align: middle;
	transition: all 0.3s;
}
.enter_btn_260_white:hover {
	opacity: 0.8;
}
.enter_btn_260_white:hover span {
	transform: translateX(-0.05rem);
}
.enter_btn_260_white:hover img {
	transform: translateX(0.05rem);
}
/* 260_白色按钮 end */

/* 子页面黑色标题 start */
.subPage_title_black {
  font-size: 0.4rem;
  text-align: center;
  padding-bottom: 0.28rem;
  padding-top: 1.36rem;
  line-height: 1;
  color: #333333;
  position: relative;
}
.subPage_title_black::after {
  content: '';
  width: 0.6rem;
  height: 2px;
  background: #f12935;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.3rem;
}
.subPage_title_black span {
	font-size: 0.48rem;
	vertical-align: middle;
	padding-right: 0.05rem;
}
/* 子页面黑色标题 end */

/* 子页面黑色标题顶部短 start */
.subPage_title_short_black {
  font-size: 0.4rem;
  text-align: center;
  padding-bottom: 0.28rem;
  padding-top: 1rem;
  line-height: 1;
  color: #333333;
  position: relative;
}
.subPage_title_short_black::after {
  content: '';
  width: 0.6rem;
  height: 2px;
  background: #f12935;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.3rem;
}
.subPage_title_short_black span {
	font-size: 0.48rem;
	vertical-align: middle;
	padding-right: 0.05rem;
}
/* 子页面黑色标题顶部短 end */

/* 子页面白色标题 start */
.subPage_title_white {
  font-size: 0.4rem;
  text-align: center;
  padding-bottom: 0.28rem;
  padding-top: 1.02rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
}
.subPage_title_white::after {
  content: '';
  width: 0.6rem;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.3rem;
}
/* 子页面白色标题 end */

/* 子页面中英文黑色标题 start */
.subPage_bigTitle_black {
  font-size: 0.5rem;
  line-height: 1;
  color: #111111;
  padding: 2rem 0 0.7rem 0;
  text-align: center;
	white-space: nowrap;
  position: relative;
	font-weight: bold;
  z-index: 1;
}
.subPage_bigTitle_black span {
  position: absolute;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  color: #f4f4f4;
	font-weight: 900;
  z-index: -1;
}
/* 子页面中英文黑色标题 end */

/* 子页面中英文白色标题 start */
.subPage_bigTitle_white {
  font-size: 0.5rem;
  line-height: 1;
  color: #ffffff;
  padding: 2rem 0 0.7rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.subPage_bigTitle_white span {
  position: absolute;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  color: rgba(255,255,255,0.1);
	font-weight: 900;
  z-index: -1;
}
/* 子页面中英文白色标题 end */

/* 咨询按钮 start */
.zixun_btn {
	min-width: 1.4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.6rem;
	background: #f12935;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 0.18rem;
	padding: 0 0.5rem; 
	transition: all 0.4s;
}
.zixun_btn img.icon {
	height: 0.31rem;
	padding-right: 0.18rem;
}
/* 咨询按钮 end */

/* 分页 start */
.pageing {
  padding: 0.6rem 0 0.44rem 0;
	margin-left: -0.2rem;
  color: #222222;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pageing a {
  color: #333333;
  display: inline-block;
  font-size: 0.16rem;
	width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
	text-align: center;
  margin: 0 0.07rem;
  vertical-align: middle;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pageing span {
  font-size: 0.14rem;
}
.pageing span.current {
	display: inline-block;
	font-size: 0.16rem;
	width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
	margin: 0 0.07rem;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #d5d5d5;
  background: #f12935;
	border: none;
	color: #ffffff;
}
.pageing a.prevPage, .pageing a.nextPage {
  display: inline-block;
  font-size: 0.18rem;
  height: 0.4rem;
	width: 1.1rem;
  margin: 0 0.2rem;
  color: #666666;
  vertical-align: middle;
	border: 1px solid #d5d5d5;
	text-align: center;
	border-radius: 0.4rem;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pageing span.disabled {
  display: inline-block;
  font-size: 0.18rem;
  height: 0.4rem;
	width: 1.1rem;
  margin: 0 0.2rem;
  color: #666666;
  vertical-align: middle;
	border: 1px solid #d5d5d5;
	opacity: 0.5;
	text-align: center;
	border-radius: 0.4rem;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pageing a:hover {
  background: #f12935;
	border: 1px solid #f12935;
	color: #ffffff;
}
/* 分页 end */

/* 表单 start */
.application .input_form {
  display: flex;
  flex-wrap: wrap;
  padding: 0.73rem 0.78rem 0 1.08rem;
}
.application .input_form .input_item {
  width: 5.95rem;
  margin-right: 0.3rem;
  margin-bottom: 0.24rem;
	box-sizing: border-box;
}
.application .input_form .input_item .item_title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #666666;
  padding: 0.13rem 0;
	display: flex;
	align-items: center;
}
.application .input_form .input_item .item_title img {
  height: 0.2rem;
}
.application .input_form .input_item .item_title span {
  padding-left: 0.2rem;
}
.application .input_form .input_item .item_title i {
  font-size: 0.24rem;
  padding-left: 0.06rem;
}
.application .input_form .input_item .item_title em {
  font-size: 0.24rem;
  color: #ff3232;
  padding-left: 0.11rem;
}
.application .input_form .input_item .item_title b {
  font-size: 0.24rem;
  color: #ff3232;
  padding-left: 0.11rem;
}
.application .input_form .input_item .item_con {
  min-height: 0.8rem;
  background: #f6f6f6;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
	box-sizing: border-box;
	border: 0.02rem solid #f6f6f6;
}
.application .input_form .input_item .item_con input {
  width: 100%;
  border: none;
  font-size: 0.2rem;
  color: #666666;
  outline: none;
  background: #f6f6f6;
  padding: 0.26rem 0.4rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.application .input_form .input_item .item_con textarea {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.2rem;
  color: #666666;
  outline: none;
  background: #f6f6f6;
  padding: 0.2rem 0.4rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.application .input_form .input_item .item_con input::placeholder, .application .input_form .input_item .item_con textarea::placeholder {
	color: rgba(153,153,153,0.6);
}
.application .input_form .input_item .item_con .select {
	position: relative;
	width: 100%;
  height: 0.8rem;
	display: inline-block;
	vertical-align: middle;
}
.application .input_form .input_item .item_con .select .select_input {
	padding: 0 0.4rem;
  height: 100%;
	cursor:pointer;
	overflow: hidden;
	position: relative;
  display: flex;
  align-items: center;
}
.application .input_form .input_item .item_con .select .select_input>span {
	width: 80%;
	display: inline-block;
	font-size: 0.2rem;
  color: #666666;
	line-height: 1;
}
.application .input_form .input_item .item_con .select .select_input>span.active {
	color: #000000;
}
.application .input_form .input_item .item_con .select .select_input>em {
	position: absolute;
	right: 0.3rem;
	top: 0.35rem;
	width: 0.21rem;
	height: 0.13rem;
  font-size: 0;
}
.application .input_form .input_item .item_con .select .select_input>em img {
	width: 100%;
	height: 100%;
}
.application .input_form .input_item .item_con .select .select_ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	border-radius: 0.05rem;
	padding: 0.2rem 0.4rem;
	background: #ffffff;
  box-shadow: 0 0 0.1rem #e5e5e5;
	max-height: 3rem;
	overflow-y: scroll;
	z-index: 10;
  box-sizing: border-box;
}
.application .input_form .input_item .item_con .select .select_ul>li {
	cursor: pointer;
	width: 100%;
	line-height: 2;
	font-size: 0.2rem;
  color: #666666;
}
.application .input_form .input_item .item_con .select .select_ul>li:hover {
	color: #000000;
}
.application .input_form .input_item .item_con .selectAnim{
	-webkit-animation: rotatete 0.3s linear forwards;
	        -moz-animation: rotatete 0.3s linear forwards;
	          -o-animation: rotatete 0.3s linear forwards;
	     animation: rotatete 0.3s linear forwards;
}
.application .input_form .input_item .item_con .selectAnim2{
	-webkit-animation: rotatete2 0.3s linear forwards;
	        -moz-animation: rotatete2 0.3s linear forwards;
	          -o-animation: rotatete2 0.3s linear forwards;
	     animation: rotatete2 0.3s linear forwards;
}
.application .input_form .input_item .item_con.active {
	border: 0.02rem solid #f12935;
	background: #ffffff;
}
.application .input_form .input_item .item_con.active input {
	background: #ffffff;
}
.application .input_form .input_item_long {
	width: 100%;
}
.application .submit_long_btn {
	display: block;
	width: 6.4rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.36rem;
	color: #ffffff;
	border-radius: 0.8rem;
	margin: 0.65rem auto 1.2rem;
	background: #f12935;
	transition: all 0.3s;
}
.application .submit_long_btn:hover {
	opacity: 0.6;
}
@-webkit-keyframes rotatete{
	from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}
@-moz-keyframes rotatete{
	from{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);}
	to{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
}
@-o-keyframes rotatete{
	from{-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
	to{-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
}
@keyframes rotatete{
	from{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
	to{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
}
@keyframes rotatete{
	from{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
	to{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
}
@-webkit-keyframes rotatete2{
	from{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	to{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
}
@-moz-keyframes rotatete2{
	from{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
	to{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);}
}
@-o-keyframes rotatete2{
	from{-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
	to{-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
}
@keyframes rotatete2{
	from{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
	to{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
}
/* 表单 end */


/* 顶部标题 start */
.service_top {
  width: 100%;
  background: #ffffff;
  padding-bottom: 0.84rem;
}
.service_top .sub_tit {
  font-size: 0.3rem;
  line-height: 0.52rem;
  letter-spacing: 0.01rem;
  color: #333333;
  text-align: center;
}
.service_top .sub_tit2 {
  font-size: 0.24rem;
  line-height: 0.42rem;
  letter-spacing: 0.01rem;
  color: #333333;
  text-align: center;
	padding: 0 1.1rem;
}
.service_top .top_txt {
  padding-top: 0.64rem;
}
.service_top .top_txt p {
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #333333;
}
/* 顶部标题 start */

/**** 公共样式定义 end ****/


/*header start*/
.header {
	width: 100%;
	max-width:19.2rem;
	margin:0 auto;
	background: rgba(14,15,18,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header-box {
	padding: 0 0.3rem;
}
.header .logo {
	float:left;
	height:0.47rem;
	line-height: 0.47rem;
	padding:0.26rem 0;
	font-size: 0;
}
.header .logo a {
	height: 100%;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
.header .logo a img {
	height:100%;
}
.header .logo span {
	font-size: 0.24rem;
	margin-left: 0.2rem;
	vertical-align: middle;
	color: #ffffff;
	display: inline-block;
	margin-top: 0.1rem;
}
.header .logo span img {
	width: 0.25rem;
	margin-right: 0.06rem;
	margin-top: -0.05rem;
	vertical-align: middle;
}
.header .header-right {
	float:right;
}
.nav-box {
	float:left;
}
.nav-box nav#menuPc > ul > li {
	float:left;
	display:inline-block;
	margin:0 0.24rem;
	position:relative;
}
.nav-box nav#menuPc > ul > li:nth-last-child(1) {
	margin-right:0;
}
.nav-box nav#menuPc > ul > li > a {
	font-size:0.18rem;
	color:#ffffff;
	display:block;
	position:relative;
	line-height:1;
	padding:0.43rem 0 0.37rem 0;
}
.nav-box nav#menuPc > ul > li > a span {
	display: block;
  position: relative;
	line-height: 1;
	transition:all 0.2s;
}
.nav-box nav#menuPc > ul > li:hover > a span,.nav-box nav#menuPc > ul > li.on > a span {
	transform: scale(1.1);
}
.nav-box nav#menuPc > ul > li:hover > a span::after,.nav-box nav#menuPc > ul > li.on > a span::after {
	content: '';
	width: 100%;
	height: 0.03rem;
	background: #a70a0f;
	border-radius: 0.03rem;
  position: absolute;
	bottom: -0.16rem;
	left: 0;
}
.nav-box nav#menuPc > ul > li .nav_ul {
	width: 1.5rem;
	position: absolute;
	left: 50%;
	margin-left: -0.75rem;
	top: 100%;
	background: rgba(14,15,18,0.5);
	text-align: center;
	padding: 10px 0;
	display: none;
}
.nav-box nav#menuPc > ul > li .nav_ul .nav_li {
	padding: 0.1rem;
}
.nav-box nav#menuPc > ul > li .nav_ul .nav_li a {
	display: block;
	font-size: 0.14rem;
	color: #ffffff;
}
.nav-box nav#menuPc > ul > li .nav_ul .nav_li a:hover {
	color: #a70a0f;
}
.nav-box nav#menuPc .second-box {
	position:absolute;
	left:0;
	top:100%;
	z-index:2;
	background:#dedede;
	width:1rem;
	opacity:0;
	visibility:hidden;
	transition:all 0.1s;
	transform:translateY(-2%);
}
.nav-box nav#menuPc > ul > li:hover .nav_ul {
	display: block;
}
.nav-box nav#menuPc > ul > li:hover .second-box {
	opacity:1;
	visibility:visible;
	transform:translateY(0%);
}
.nav-box nav#menuPc .second-box .second-nav {
	padding:0 0.1rem;
}
.nav-box nav#menuPc .second-box .second-nav li {
	line-height:0.44rem;
	border-bottom:0.01rem solid #f1f5f9;
}
.nav-box nav#menuPc .second-box .second-nav li a {
	color:#666666;
	transition:all 0.4s;
	font-weight:normal;
}

.login-btn {
	float:left;
	font-size: 0.18rem;
	color: #ffffff;
	padding:0.14rem 0;
	margin-left: 0.46rem;
	margin-top: 0.24rem;
	text-align: center;
	width: 1.8rem;
	border-radius: 0.48rem;
	border: 0.02rem solid #a70a0f;
}
.login-btn span {
	padding: 0 0.07rem;
}
.login-btn img {
	padding-left: 0.12rem;
	vertical-align: middle;
}
#menuWap {
	display:none;
}
/*header end*/

/* footer start*/
.footer {
	background: #232526;
	position: relative;
	z-index: 10;
}
.footer .footer_top {
	padding-top: 0.9rem;
	height: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer_top .footer_left {
	float: left;
}
.footer .footer_top .footer_left .logo {
	height: 0.4rem;
}
.footer .footer_top .footer_left .logo img {
	height: 100%;
}
.footer .footer_top .footer_left .concatUs_p {
  margin-top: 0.37rem;
}
.footer .footer_top .footer_left .concatUs_p p {
	color: #ffffff;
	font-size: 0.16rem;
	margin-bottom: 0.11rem;
	line-height: 1;
}
.footer .footer_top .footer_left .concatUs_p p img {
	display: inline-block;
	width: 0.17rem;
	vertical-align: middle;
	margin-right: 0.15rem;
	margin-top: -0.02rem;
}
.footer .footer_top .footer_left .share {
	margin-top: 0.58rem;
  margin-bottom: 0.69rem;
}
.footer .footer_top .footer_left .share .share_item {
	float: left;
	width: 0.42rem;
	height: 0.42rem;
	margin-right: 0.2rem;
	position: relative;
	font-size: 0;
}
.footer .footer_top .footer_left .share .share_item img.share_icon {
	width: 100%;
	height: 100%;
}
.footer .footer_top .footer_left .share .share_item img.msg_hover {
	display: none;
}
.footer .footer_top .footer_left .share .share_item .ewm {
	position: absolute;
	right: -1.6rem;
	top: -0.5rem;
	width: 1.3rem;
	height: 1.3rem;
	padding: 0.07rem;
	background: #ffffff;
	border-radius: 0.1rem;
	font-size: 0;
	opacity: 0;
	transition: all 0.3s;
}
.footer .footer_top .footer_left .share .share_item .ewm img {
	width: 100%;
	height: 100%;
}
.footer .footer_top .footer_left .share .share_item .ewm::after{
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 0.08rem solid #ffffff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: #ffffff;
}
.footer .footer_top .footer_left .share .share_item:hover .share_icon {
	display: none;
}
.footer .footer_top .footer_left .share .share_item:hover .msg_hover {
	display: block;
}
.footer .footer_top .footer_left .share .share_item img:hover ~ .ewm {
	opacity: 1;
}
.footer .footer_top .footer_left .tel {
	font-size: 0.39rem;
	line-height: 1;
	color: #ffffff;
}
.footer .footer_top .footer_left .tel img {
  width: 0.36rem;
	margin-right: 0.19rem;
}
.footer .footer_top .footer_right {
	float: right;
}
.footer .footer_top .footer_right li {
	float: left;
	width: 1.6rem;
}
.footer .footer_top .footer_right li .nav_tit {
	font-size: 0.2rem;
	line-height: 1;
	color: #ffffff;
	position: relative;
}
.footer .footer_top .footer_right li .nav_tit::before {
	position: absolute;
	left: 0;
	bottom: -0.22rem;
	content: '';
	width: 0.2rem;
	height: 0.02rem;
	background: rgba(255, 255, 255, 0.3);
}
.footer .footer_top .footer_right li .nav_list {
	margin-top: 0.42rem;
}
.footer .footer_top .footer_right li .nav_list p {
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-bottom: 0.18rem;
	color:rgba(0, 0, 0, 0.6);
}
.footer .footer_top .footer_right li .nav_list p a:hover {
	color: #ffffff;
}
.footer .footer_bottom {
  height: 0.84rem;
	line-height: 0.84rem;
}
.footer .footer_bottom .footer_copyright {
	float: left;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
}
.footer .footer_bottom .footer_copyright a {
	margin-left: 0.1rem;
}
.footer .footer_bottom .footer_copyright a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.footer .footer_bottom .footer_link {
	float: right;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
}
.footer .footer_bottom .footer_link a {
  padding: 0 0.12rem;
}
.footer .footer_bottom .footer_link a:hover {
	color: #ffffff;
}
/*footer end*/

/*公共部分 start*/
.main-box {position: relative;z-index:2;}
[data-aos="other-animation"] {
	/* opacity: 0; */
}
[data-aos="other-animation"].animated {
	/* opacity: 1; */
}
/* 视频预览 */
.video_wrap {
	display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.video_wrap .video_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}
.video_wrap .video_main {
  position: fixed;
  background: #000000;
  width: 12rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video_wrap .video_main video {
  width: 100%;
}
/* 视频预览 */
.video_wrap {
	display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.video_wrap .video_main {
  position: fixed;
  background: #000000;
  width: 12rem;
	max-width: 860px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video_wrap .video_main video {
  width: 100%;
}
.video_wrap .video_main .closeBtn {
  width: 0.4rem;
	height: 0.4rem;
  position: absolute;
  cursor: pointer;
  top: 0.2rem;
  right: 0.2rem;
  color: #ffffff;
	font-size: 0;
}
.video_wrap .video_main .closeBtn img {
	width: 100%;
	height: 100%;
}
/*公共部分 end*/

@media only screen and (max-width:1000px) {
	#menuPc{display: none;}
	#menuWap{display: block;}
	.btn-nav{
		position: relative;
		background: transparent;
		border: none;
		padding: 0.25rem 0 0.16rem 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 99999;
		display: block;
		width: 0.4rem;
		float:right;
	}
	.icon-bar {
		display: block;
		margin: 0.1rem 0;
		width: 0.4rem;
		height: 0.03rem;
		background-color:#E60012;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}
	.mm-opening .top {
		-webkit-transform: translateY(0.1rem) rotateZ(45deg);
		-moz-transform: translateY(0.1rem) rotateZ(45deg);
		-ms-transform: translateY(0.1rem) rotateZ(45deg);
		-o-transform: translateY(0.1rem) rotateZ(45deg);
		transform: translateY(0.1rem) rotateZ(45deg);
	}
	.mm-opening .bottom {
		-webkit-transform: translateY(-0.14rem) rotateZ(-45deg);
		-moz-transform: translateY(-0.14rem) rotateZ(-45deg);
		-ms-transform: translateY(-0.14rem) rotateZ(-45deg);
		-o-transform: translateY(-0.14rem) rotateZ(-45deg);
		transform: translateY(-0.14rem) rotateZ(-45deg);
	}
	.mm-opening .middleo {
		width: 0;
	}

	.m-width-1440 {
		margin: 0 20px;
	}

  .header .logo {
		width:auto;
		height:0.47rem;
		padding:0.26rem 0;
	}
	.header .logo span {
		display: none;
	}
	.login-btn {
		float: inherit;
		margin-top: 0.22rem;
		padding: 0.1rem 0.14rem;
		margin-left: 0.2rem;
		margin-right: 0.2rem;
	}
	
	.index_top_txt::after {
		font-size: 1.3rem;
		top: 0.2rem;
	}
	.index_top_txt h3 span {
		line-height: 1.8;
	}
	.index_top_txt h6 {
		font-size: 0.3rem;
		margin: 1rem 0 0.23rem 0;
	}
	.index_top_txt h6.animated {
		animation: titleAnim2 2s linear 0s 1 normal forwards;
	}
	@keyframes titleAnim2 {
		0% {
			opacity: 0;
			font-size: 0.42rem;
			transform: translateY(0.8rem);
		}
		30% {
			opacity: 1;
			font-size: 0.42rem;
			transform: translateY(0%);
		}
		80% {
			opacity: 1;
			font-size: 0.42rem;
			transform: translateY(0%);
		}
		100% {
			opacity: 1;
			font-size: 0.3rem;
			transform: translateY(0%);
		}
	}
	.index_top_txt h3 {
		font-size: 0.30rem;
		white-space: inherit;
	}
	.index_top_txt p br {
		display: none;
	}
  
	/* 子页面banner */
	.subBanner {
		height: 5.19rem;
	}
	.subBanner .subBanner_nav {
		height: 1.1rem;
	}
	.subBanner .subBanner_inner .banner_txt {
		left: 20px;
	}
	.subBanner .subBanner_inner .banner_txt h3 {
		font-size: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.subBanner .subBanner_inner .banner_txt p {
		font-size: 0.22rem;
	}
	.subBanner .subBanner_inner .banner_txt .sub_banner_btn {
		margin-top: 0.2rem;
	}
	.subBanner .subBanner_nav ul li:nth-child(1)::before {
		display: none;
	}
	.subBanner .subBanner_nav ul li:nth-last-child(1)::after {
		display: none;
	}
	.subBanner .subBanner_nav ul li a {
		flex-direction: column;
	}
	.subBanner .subBanner_nav ul li img {
		height: 3rem;
		margin-right: 0;
	}
	.subBanner .subBanner_nav ul li a span {
		/* display: none; */
		margin-top: 0.06rem;
		text-align:center;
	}

	/* 子页面中英文黑色标题 */
	.subPage_bigTitle_black {
		font-size: 0.5rem;
		padding: 1rem 0 0.3rem 0;
	}

	/* 子页面中英文白色标题 */
	.subPage_bigTitle_white {
		font-size: 0.5rem;
		padding: 1.5rem 0 0.7rem 0;
	}
	.subPage_bigTitle_white span {
		font-size: 2rem;
	}

	.service_top .sub_tit2 {
		padding: 0 0.4rem;
	}

	.video_wrap .video_main {
		width: 90%;
	}

  
	/* footer */
	.footer {
		text-align: center;
	}
	.footer .footer_top {
		height: auto;
	}
	.footer .footer_top .footer_left {
		float: inherit;
	}
	.footer .footer_top .footer_left .share {
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.footer .footer_top .footer_left .share .share_item {
		display: inline-block;
		float: inherit;
	}
	.footer .footer_top .footer_right {
		float: inherit;
    padding: 0.5rem 0;
		display:flex;
		flex-wrap:wrap;
	}
	.footer .footer_top .footer_right li {
		float: left;
    /* width: 100%; */
		margin-bottom: 0.2rem;
		margin-top: 0.2rem;
		width:24%;
		padding:0 4.5%;
	}
	.footer .footer_top .footer_right li .nav_tit::before {
		display: none;
	}
	.footer .footer_top .footer_right li .nav_list {
		margin-top: 0.2rem;
		font-size: 0;
	}
	.footer .footer_top .footer_right li .nav_list p {
		display: inline-block;
		margin: 0.1rem;
	}
	.footer .footer_bottom {
		padding: 0.3rem 0;
		height: auto;
		line-height: inherit;
	}
	.footer .footer_bottom .footer_copyright {
		float: inherit;
		text-align: center;
		margin-bottom: 0.2rem;
	}
	.footer .footer_bottom .footer_link {
		float: inherit;
		text-align: center;
	}
}
#share-2{
	display:inline-block;
}
#share-2 a{
	overflow:inherit;
}
.social-share a {
	position: relative;
	text-decoration: none;
	margin-right:10px;
	display: inline-block;
	outline: none
}
.icon-wechat:before {
  content: "";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:url(../images/share_wechat_icon.png) no-repeat center;
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  width:100%;
  height:100%;
  background-size:cover;
}

.icon-weibo:before {
  content: "";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:url(../images/share_sina_icon.png) no-repeat center;
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  width:100%;
  height:100%;
  background-size:cover;
}
.icon-linkedin:before {
  content: "\e8d5";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-share .social-share-icon{
	position: relative;
	display: block;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.social-share .social-share-icon:last-child{
	margin-right:0;
}
.social-share .social-share-icon::before{
	font-size:2.0rem;
	color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: 100%;
	margin-top:10px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #f3f3f3 transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}


