/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* **********************************   基础样式  ************************************ */

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	vertical-align: top;
	word-break: break-all;
	line-height: 1;
	list-style: none;
	border: 0;
	background: none;
	box-sizing: border-box;

}

/*声明 WebFont*/
@font-face {
	font-family: "Light";
	src: url(../images/Light.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Medium";
	src: url(../images/Medium.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Regular";
	src: url(../images/font.otf);
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-size: 0.2rem;
}

html {
	font-size: calc(100 / 1920 * 100vw);
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
}

body {
	color: #333;
	font-family: "Regular", "arial", "sans-serif";
	overflow-x: hidden;
	font-size: 0.16rem;
	min-width: 12.2rem;
	margin: 0 auto;
}

body.y-hidden {
	overflow-y: hidden;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	max-width: 100%;
}

textarea {
	resize: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select,
input,
button,
textarea {
	color: #333;
	font-family: "Regular", "arial", "sans-serif";
	outline: none;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	-webkit-text-fill-color: #333;
}

/* 通过延长增加自动填充背景色的方式, 使用户感受不到样式的变化 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #818181;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #818181;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #818181;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #818181;
}


/* ***********************************************
					公共样式类
*********************************************** */
.link:hover {
	color: #1890FF;
}

.pr {
	position: relative;
}

.ab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.overhide {
	overflow: hidden;
}

.scale:hover img {
	transform: scale(1.05);
}

.scale img {
	transition: all .5s;
}

.scale {
	overflow: hidden;
}

.sizing {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden,
.hide {
	display: none;
}

.j-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.j-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.j-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-colu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.f-reverse {
	flex-direction: row-reverse;
}

.a-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.a-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.a-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.a-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.nowrap1 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nowrap2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nowrap3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}

.pointer:hover {
	cursor: pointer;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

/* 行高 */
.line-mn,
.line-mn * {
	line-height: 1.3;
}

.line-sm,
.line-sm * {
	line-height: 1.5;
}

.line-md,
.line-md * {
	line-height: 1.8;
}

.line-lg,
.line-lg * {
	line-height: 2;
}

/* 字体 */
.font-heavy {
	font-weight: 900;
}

.font-medium {
	font-family: "Medium";
}

.font-regular {
	font-family: "Regular";
}

.font-light {
	font-family: "Light";
}

.font-heave {}


.font12 {
	font-size: 0.12rem;
}

.font14 {
	font-size: 0.14rem;
}

.font16 {
	font-size: .16rem;
}

.font18 {
	font-size: .18rem;
}

.font20 {
	font-size: .20rem;
}

.font22 {
	font-size: .22rem;
}

.font24 {
	font-size: .24rem;
}

.font25 {
	font-size: .25rem;
}

.font26 {
	font-size: .26rem;
}

.font28 {
	font-size: .28rem;
}

.font30 {
	font-size: .30rem;
}

.font32 {
	font-size: .32rem;
}

.font34 {
	font-size: .34rem;
}

.font35 {
	font-size: .35rem;
}

.font36 {
	font-size: .36rem;
}

.font38 {
	font-size: .38rem;
}

.font40 {
	font-size: .40rem;
}

.font42 {
	font-size: .42rem;
}

.font45 {
	font-size: .45rem;
}

.font50 {
	font-size: .50rem;
}

.font55 {
	font-size: 0.55rem;
}

.font56 {
	font-size: 0.56rem;
}

.font60 {
	font-size: 0.6rem;
}

.font65 {
	font-size: 0.65rem;
}

.font100 {
	font-size: 1rem;
}

.font-bold {
	font-weight: 700;
}

/* 网站常用类 */

/* 颜色 */
.corfff {
	color: #fff;
}

.cor276 {
	color: #2768EA;
}

.cor666 {
	color: #666;
}

.cor333 {
	color: #333;
}

.cor999 {
	color: #999;
}

.corF5F6F4 {
	color: #F5F6F4;
}

.corB4B4B4 {
	color: #B4B4B4;
}

.cor818181 {
	color: #7a7e87;
}

.cor3C3C3C {
	color: #3C3C3C;
}

.cor5a5a5a {
	color: #5a5a5a;
}

.opacity0 {
	opacity: 0;
}

.shadow {
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.clearfix:after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.mask {
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.t-sion {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.underline:hover {
	text-decoration: underline;
}

.font-light {
	font-weight: 400 !important;
}

.d-block {
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.publicBox {
	padding: 0 1rem;
}

.w100 {
	width: 100%;
}

/* @media (min-width: 1921px) {
	html {
		font-size: 100px;
	}
} */

@media (max-width: 1220px) {
	html {
		font-size: calc(100 / 1920 * 100vw);
	}
}

.w1200 {
	max-width: 12.2rem;
	padding: 0 .1rem;
	margin: 0 auto;
	width: 100%;
}

.myBtn {
	transition: all .5s;
}

.myBtn:hover {
	transform: scale(1.03);

}

@keyframes mymove {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.link a {
	display: block;
	width: 1.2rem;
	height: .36rem;
	border-radius: 4px;
	border: 1px solid #fff;
	line-height: .34rem;
	text-align: center;
}

.commomTitle h2,
.commomTitle h3,
.commomTitle .t {
	font-size: .5rem;
	margin-bottom: .2rem;
}

.commomTitle h2 .right,
.commomTitle h3 .right,
.commomTitle .t .right {
	display: inline-block;
	width: 1.14rem;
	height: 2px;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	margin-left: .25rem;
}

.commomTitle h2 .right:after,
.commomTitle h3 .right:after,
.commomTitle .t .right:after {
	left: -3px;
}

.commomTitle h2 .left,
.commomTitle h3 .left,
.commomTitle .t .left {
	display: inline-block;
	width: 1.14rem;
	height: 2px;
	background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	margin-right: .25rem;
}

.commomTitle h2 .left:after,
.commomTitle h3 .left:after,
.commomTitle .t .left:after {
	right: -3px;
}

.commomTitle h2 span,
.commomTitle h3 span,
.commomTitle .t span {
	position: relative;
}

.commomTitle h2 span:after,
.commomTitle h3 span:after,
.commomTitle .t span:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: -2px;
}

.commomTitle p {
	opacity: .75;
	line-height: 1.3;
}

.commomTitle.black h2 .right,
.commomTitle.black h3 .right,
.commomTitle.black .t .right {
	background: linear-gradient(90deg, #999999 0%, rgba(153, 153, 153, 0) 100%);
}

.commomTitle.black h2 .left,
.commomTitle.black h3 .left,
.commomTitle.black .t .left {
	background: linear-gradient(270deg, #999999 0%, rgba(153, 153, 153, 0) 100%);
}

.commomTitle.black h2 span:after,
.commomTitle.black h3 span:after,
.commomTitle.black .t span:after {
	background: #777;
}

/* **********************************  End   ************************************ */

/* **********************************  Header头部   ************************************ */
.header {
	height: .7rem;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
}

.header .downStyle {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ffffff;
	height: 5.8rem;
	padding-top: .4rem;
}

.header .downStyle .secondMenu dl {
	width: 350px;
}

.header .downStyle .secondMenu dl dt {
	padding-bottom: .2rem;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: .25rem;
}

.header .downStyle .secondMenu dl dd {
	height: 3rem;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: .1rem;
}

.header .downStyle .secondMenu dl dd::-webkit-scrollbar-track {
	background-color: #F3F3F3;
}

.header .downStyle .secondMenu dl dd::-webkit-scrollbar-thumb {
	background-color: #CCCCCC;
	border-radius: 10px;
}

.header .downStyle .secondMenu dl dd::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.header .downStyle .secondMenu dl dd a {
	padding: .08rem 0;
	line-height: 1.5;
}

.header .downStyle .secondMenu dl dd a:hover {
	color: #2768EA;
}

.header .downStyle .currentHome {
	padding-top: .4rem;
	border-top: solid 1px #E6E6E6;
	margin-top: .3rem;
}

.header .downStyle .currentHome a {
	width: 1.85rem;
	height: .54rem;
	border-radius: .27rem;
	border: 1px solid #2768EA;
	color: #2768EA;
}

.header .downStyle .currentHome a img {
	width: .17rem;
	margin-left: .1rem;
}

.header .top {
	max-width: 15.6rem;
	margin: 0 auto;
	width: 96%;
}

.header .top h1 img {
	height: .6rem;
	margin-right: .2rem;
}

.header .top .pr p span {
	display: block;
	line-height: 24px;
}

.header .top nav ul li:not(:last-child) {
	padding-right: .4rem;
}

.header .top nav ul li .pullContent {
	display: none;
}

.header .top nav ul li .commomSecondMenu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: .08rem;
}

.header .top nav ul li .commomSecondMenu .linkBox {
	padding: .15rem 0;
	background: #ffffff;
	border-radius: 4px;
	white-space: nowrap;
}

.header .top nav ul li .commomSecondMenu .linkBox a {
	line-height: .4rem;
	padding: 0 .2rem;
}

.header .top nav ul li .commomSecondMenu .linkBox a.active,
.header .top nav ul li .commomSecondMenu .linkBox a:hover {
	color: #2768EA;
	font-weight: 700;
	background: #F1F6FF;
}

.header .top nav ul li.pullDown .child:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: solid .06rem transparent;
	border-right: solid .06rem transparent;
	border-top: solid 0.08rem #ffffff;
	margin-left: .1rem;
}

.header .top nav ul li.active .child:before,
.header .top nav ul li:hover .child:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: .3rem;
	height: 3px;
	background: #3FC6FD;
	border-radius: 2px;
}

.header .top nav ul li.active.not .child:before {
	display: none;
}

.header .top nav ul li .child {
	position: relative;
	line-height: .7rem;
	color: #ffffff;
}


/* **********************************  End   ************************************ */

/* **********************************  Home  ************************************ */
#fullPage .section .txt {
	height: 100vh;
}

#fullPage .section1 .txt .w1200 {
	z-index: 5;
}

#fullPage .section1 .txt video {
	object-fit: cover;
}

#fullPage .section1 .txt dl {
	margin: .55rem 0;
}

#fullPage .section1 .txt dl dd:not(:last-child) {
	margin-bottom: .3rem;
}

#fullPage .section1 .txt dl dd img {
	width: .21rem;
	margin-right: .1rem;
}

#fullPage .section1 .txt h2 {
	font-size: .8rem;
	line-height: 1.1rem;
	letter-spacing: .1rem;
	transform: translateY(.3rem);
	opacity: 0;
	transition: all 1s;
}

#fullPage .section1 .txt h2.active {
	transform: translateY(0);
	opacity: 1;
}

#fullPage .section1 .swiper-slide.center {
	text-align: center;
}

#fullPage .section1:hover .swiper-button-next,
#fullPage .section1:hover .swiper-button-prev {
	display: block;
}

#fullPage .section1 .swiper-button-next,
#fullPage .section1 .swiper-button-prev {
	display: none;
}

#fullPage .section1 .swiper-pagination-bullet {
	width: 1rem;
	height: .03rem;
	background: #fff;
	margin: 0 .1rem;
	opacity: .6;
	border-radius: 0;
}

#fullPage .section1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

#fullPage .section1 .swiper-pagination {
	bottom: 1.4rem;
}

#fullPage .section1 .swiper-button-next,
#fullPage .section1 .swiper-rtl .swiper-button-prev {
	right: .5rem;
	color: #ffffff;
}

#fullPage .section1 .swiper-button-next:after,
#fullPage .section1 .swiper-rtl .swiper-button-prev:after {
	font-size: .5rem;
}

#fullPage .section1 .swiper-button-prev,
#fullPage .section1 .swiper-rtl .swiper-button-next {
	left: .5rem;
	color: #ffffff;
}

#fullPage .section1 .swiper-button-prev:after,
#fullPage .section1 .swiper-rtl .swiper-button-next:after {
	font-size: .5rem;
}

#fullPage .section2 .txt .roundImg {
	position: absolute;
	bottom: -.5rem;
	left: 0;
	width: 100%;
	z-index: 1;
}

#fullPage .section2 .txt {
	padding-top: 1.4rem;
}

#fullPage .section2 .txt .cloud {
	position: absolute;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	bottom: 49%;
	width: 1.25rem;
}

#fullPage .section2 .txt .cloud img {
	/* animation: mymove3 15s infinite linear;
	-webkit-animation: mymove3 15s infinite linear; */
}

@keyframes mymove3 {
	0% {
		transform: rotateY(0);
	}

	50% {
		transform: rotateY(-1080deg);
	}

	100% {
		transform: rotateY(0);
	}
}

@-webkit-keyframes mymove3 {

	/*Safari and Chrome*/
	0% {
		transform: rotateY(0);
	}

	50% {
		transform: rotateY(-1080deg);
	}

	100% {
		transform: rotateY(0);
	}
}

#fullPage .section2 .technique {
	position: absolute;
	bottom: .73rem;
	width: 100%;
	left: 0;
	right: 0;
	max-width: 10.64rem;
	margin: 0 auto;
	width: 10.64rem;
	z-index: 2;
}

#fullPage .section2 .technique ul li {
	position: absolute;
	transition: all 1s;
}

#fullPage .section2 .technique ul li:hover img,
#fullPage .section2 .technique ul li.style1 img {
	opacity: 0;
}

#fullPage .section2 .technique ul li:hover img.opacity0,
#fullPage .section2 .technique ul li.style1 img.opacity0 {
	opacity: 1;
}

#fullPage .section2 .technique ul li.style1 {
	width: 2.13rem;
	left: 4.3rem;
	bottom: -.5rem;
}

#fullPage .section2 .technique ul li.style1 p {
	font-size: .22rem;
	bottom: 64px;
}

#fullPage .section2 .technique ul li.style2 {
	width: 1.9rem;
	left: 1.52rem;
	bottom: .02rem;
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: linear;
}

#fullPage .section2 .technique ul li.style2 p {
	bottom: .52rem;
}

#fullPage .section2 .technique ul li.style3 {
	width: 1.52rem;
	left: 0;
	bottom: 1.62rem;
}

#fullPage .section2 .technique ul li.style3 p {
	bottom: .32rem;
}

#fullPage .section2 .technique ul li.style4 {
	width: 1.21rem;
	left: 1.85rem;
	bottom: 2.85rem;
}

#fullPage .section2 .technique ul li.style5 {
	width: 1.21rem;
	left: 3.73rem;
	bottom: 3.28rem;
}

#fullPage .section2 .technique ul li.style6 {
	width: 1.21rem;
	left: 5.72rem;
	bottom: 3.28rem;
}

#fullPage .section2 .technique ul li.style7 {
	width: 1.21rem;
	left: 7.55rem;
	bottom: 2.85rem;
}

#fullPage .section2 .technique ul li.style8 {
	width: 1.52rem;
	left: 9.15rem;
	bottom: 1.62rem;
}

#fullPage .section2 .technique ul li.style8 p {
	bottom: .32rem;
}

#fullPage .section2 .technique ul li.style9 {
	width: 1.9rem;
	left: 7.3rem;
	bottom: -.02rem;
}

#fullPage .section2 .technique ul li.style9 p {
	bottom: .62rem;
}

#fullPage .section2 .technique ul li img {
	width: 100%;
}

#fullPage .section2 .technique ul li p {
	position: absolute;
	bottom: .19rem;
	 line-height: 1.3;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 6;
}

#fullPage .section2 .advantage {
	max-width: 1064px;
	margin: 0 auto;
	width: 100%;
}

#fullPage .section2 .advantage ul li {
	margin: 0 .2rem;
	position: relative;
	max-width: 1.3rem;
	/* animation: mymove2 2s infinite ease-out;
	-webkit-animation: mymove2 2s infinite ease-out; */
	/*Safari and Chrome*/
}

#fullPage .section2 .advantage ul li:nth-of-type(1) {
	margin-top: .32rem;
	animation-delay: .1s;
}

#fullPage .section2 .advantage ul li:nth-of-type(2) {
	margin-top: .16rem;
	animation-delay: .2s;
}

#fullPage .section2 .advantage ul li:nth-of-type(4) {
	margin-top: .24rem;
	animation-delay: .3s;
}

#fullPage .section2 .advantage ul li:nth-of-type(5) {
	margin-top: .19rem;
	animation-delay: .4s;
}

#fullPage .section3 .productMenu {
	margin-top: 1.1rem;
}

#fullPage .section3 .productMenu ul li {
	background: linear-gradient(0deg, #D7ECFF 0%, #FFFDFD 100%);
	box-shadow: -5px 0px 50px 0px rgba(28, 80, 156, 0.3);
	border-radius: 4px;
	height: 4rem;
	transition: all 1s;
	transform: translateY(.3rem);
	opacity: 0;
	padding: .25rem;
}

#fullPage .section3 .productMenu ul li.active {
	opacity: 1;
	transform: translateY(0);
}

#fullPage .section3 .productMenu ul li:nth-of-type(2) {
	transition-delay: .3s;
}

#fullPage .section3 .productMenu ul li:nth-of-type(3) {
	transition-delay: .6s;
}

#fullPage .section3 .productMenu ul li figure img {
	max-width: 3.5rem;
	margin-bottom: 0.4rem;
}

#fullPage .section3 .productMenu ul li .description {
	margin: .3rem 0 .2rem;
}

#fullPage .section3 .productMenu ul li h3 {
	margin-bottom: 0.3rem;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

#fullPage .section3 .productMenu ul li h3 a {
	color: #1C509C;

}

#fullPage .section3 .productMenu .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, -58px);

}

#fullPage .section3 .productMenu .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, -58px);

}

#fullPage .section3 .productMenu ul li .link a {
	border-color: #1C509C;
	color: #1C509C;
	margin-top: .1rem;
	opacity: 0;
}

#fullPage .section3 .productMenu ul li:hover {
	background: linear-gradient(0deg, #98CDFF 0%, #FFFDFD 100%);
	box-shadow: -5px 0px 59px 0px #052346;
}

#fullPage .section3 .productMenu ul li:hover .link a {
	margin-top: 0;
	opacity: 1;
}

#fullPage .section4 .solutionMenu {
	margin-top: 1.1rem;
}

#fullPage .section4 .solutionMenu ul li {
	padding: .4rem .18rem .6rem;
	width: 33.33%;
	border: solid 1px rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	transition: all 1s;
	transform: translateX(.3rem);
	opacity: 0;
}

#fullPage .section4 .solutionMenu ul li.active {
	transform: translateX(0);
	opacity: 1;
}

#fullPage .section4 .solutionMenu ul li:nth-of-type(2) {
	transition-delay: .3s;
}

#fullPage .section4 .solutionMenu ul li:nth-of-type(3) {
	transition-delay: .6s;
}
#fullPage .section4 .solutionMenu ul li:nth-of-type(4){
	transition-delay: .9s;
}
#fullPage .section4 .solutionMenu ul li:nth-of-type(2),
#fullPage .section4 .solutionMenu ul li:nth-of-type(3) {
	border-left-color: transparent;
}

#fullPage .section4 .solutionMenu ul li:hover {
	background: rgba(28, 80, 156, 0.5);
	border-color: #00D2FF;
}

#fullPage .section4 .solutionMenu ul li:hover h3 a {
	background: rgba(14, 120, 203, 0.3);
	border-color: #00F2FE;
}

#fullPage .section4 .w1200 {
	max-width: 15.2rem;
}

#fullPage .section5 .caseBox .item .ab {
	position: relative;
	left: inherit;
	top: inherit;
	height: auto;

}

#fullPage .section4 .solutionMenu ul li h3 a {
	display: block;
	width: 2.7rem;
	height: .5rem;
	line-height: .48rem;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	margin-bottom: .1rem;
	margin-top: .2rem;
}

#fullPage .section4 .solutionMenu ul li .description {
	text-indent: .2rem;
}

#fullPage .section4 .solutionMenu ul li .more {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: .25rem;
	display: none;
}

#fullPage .section4 .solutionMenu ul li:hover .more {
	display: flex;
}

#fullPage .section4 .solutionMenu ul li .more a {
	color: #24D5FE;
}

#fullPage .section4 .solutionMenu ul li .more a img {
	width: .17rem;
	margin-left: 5px;
}

#fullPage .section5 .caseBox {
	margin: 0 auto;
	width: 96%;
}

#fullPage .section5 .caseBox .caseTopList {
	margin-top: .2rem;
	overflow: hidden;
}

#fullPage .section5 .caseBox .caseTopList:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: .8rem;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	z-index: 3;
}

#fullPage .section5 .caseBox .caseTopList .swiper {
	overflow: visible;
}

#fullPage .section5 .caseBox .caseBottomList {
	margin-top: .4rem;
	overflow: hidden;
}

#fullPage .section5 .caseBox .caseBottomList:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: .8rem;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	z-index: 3;
}

#fullPage .section5 .caseBox .caseBottomList .swiper {
	overflow: visible;
}

#fullPage .section5 .caseBox .item {
	display: inline-block;
	margin-right: .3rem;
	width: 4rem;
}

#fullPage .section5 .caseBox .item img {
	width: 100%;
	height: 2.25rem;
	object-fit: cover;
}

#fullPage .section5 .caseBox .item h3 a {
	padding: .2rem;
	background: rgba(0, 0, 0, 0.3);
	white-space: normal;
}

#fullPage .section5 .caseBox .item:hover img {
	transform: scale(1.1);
}

#fullPage .section5 .caseBox .item h3 a br {
	display: none;
}

.item-vle {
	overflow: hidden;
}

.item-vle img {
	transition: all 1s;
}

#fullPage .section6 .homeNews {
	margin-top: .4rem;
}

#fullPage .section6 .homeNews .newsComom {
	width: 49.1%;
	transition: all 1s;
	opacity: 0;
}

#fullPage .section6 .homeNews .newsComom:nth-of-type(1) {
	transform: translateX(-.3rem);
}

#fullPage .section6 .homeNews .newsComom:nth-of-type(2) {
	transform: translateX(.3rem);
}

#fullPage .section6 .homeNews .newsComom.active {
	transform: translateX(0);
	opacity: 1;
}

#fullPage .section6 .homeNews .newsComom h3 {
	padding-left: .15rem;
	color: #2768EA;
	margin-bottom: .24rem;
}

#fullPage .section6 .homeNews .newsComom h3 a {
	color: #333;
}

#fullPage .section6 .homeNews .newsComom h3 a img {
	width: .17rem;
	margin-left: 5px;
}

#fullPage .section6 .homeNews .newsComom h3 a:hover {
	color: #2768EA;
}

#fullPage .section6 .homeNews .newsComom h3 a:hover img {
	display: none;
}

#fullPage .section6 .homeNews .newsComom h3 a:hover img.hide {
	display: block;
}

#fullPage .section6 .homeNews .newsComom h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 80%;
	background: #2768EA;
	border-radius: 5px;
}

.proxq-onea {
	padding-bottom: .4rem;
	margin-bottom: .4rem;
	background-size: cover;
	border-bottom: 1px dashed #acacac;
}

.gallery-thumbs {
	overflow: hidden;
	position: relative;
}

.gallery-thumbs .swiper-button-prev::after {
    font-size: .4rem;
	      filter: hue-rotate(286deg);
}

.gallery-thumbs .swiper-button-next::after {
	font-size: .4rem;
	     filter: hue-rotate(286deg);
}

.gallery-thumbs .swiper-slide-thumb-active img {
	border: 1px solid #2768EA;
}

.proxq-onea {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proxq-oneb {
	width: 49%;
	padding-right: 5%;
}

.proxq-onec {
	width: 51%;
}

.proxq-oneb img {
	vertical-align: bottom;
	width: 100%;
}

.gallery-top {
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 18px;
}

.oneaswiper {
	border-radius: 20px;
	overflow: hidden;
}

.gallery-top .swiper-pagination {
	display: none;
}

.gallery-thumbs img {
	border-radius: 10px;
	overflow: hidden;
}

.gallery-thumbs .swiper-button-prev {
	background-size: 58%;
}

.gallery-thumbs .swiper-button-next {
	background-size: 58%;
}

.proxq-onec h1 {
	font-size: .4rem;
	color: #2768EA;
	font-weight: bold;
}

.proxq-onec h2 {
	position: relative;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	font-size: .2rem;
	color: #666;
	font-weight: 100;
	line-height: 1.5;
	padding: .25rem 0;
	margin: .2rem 0 .8rem 0;
}

.proxq-onec h2::after {
	position: absolute;
	content: "";
	display: block;
	top: -2px;
	left: 0;
	width: .15rem;
	height: .03rem;
	background: #2768EA;
}

.proxq-onec h3 {
	text-align: right;
}

.proxq-onec h3 a {
	display: inline-block;
	margin-left: .4rem;
	font-size: .22rem;
	color: rgb(102, 102, 102);
	text-align: center;
}

.proxq-onec h3 a img {
	margin-bottom: .1rem;
}

.proxq-onec h3 a span {
	display: block;
}

.proxq-onec h4 {
	margin-top: .4rem;
	display: flex;
}

.proxq-onec h4 a {
	font-size: .18rem;
	color: rgb(255, 255, 255);
	display: inline-block;
	width: 26%;
	height: .5rem;
	line-height: .5rem;
	border-radius: .1rem;
	text-align: center;
	background: #2768EA;
	color: #fff;
}


.proxq-onec h4 a:hover {
	background: #000;
}

#fullPage .section6 .homeNews .newsComom .list {
	background: #fff;
	padding: .2rem;
	padding-bottom: .3rem;
}

#fullPage .section6 .homeNews .newsComom .list ul {
	margin-top: .15rem;
}

#fullPage .section6 .homeNews .newsComom .list ul li span {
	margin-left: auto;
}

#fullPage .section6 .homeNews .newsComom .list ul li a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	margin-right: .1rem;
}

#fullPage .section6 .homeNews .newsComom .list ul li a:hover,
#fullPage .section6 .homeNews .newsComom .list ul li a:hover span {
	color: #296CF6;
}

#fullPage .section6 .homeNews .newsComom .list ul li a:hover:before {
	background: #296CF6;
}

#fullPage .section6 .homeNews .newsComom .list ul li em {
	width: 75%;
}

.newsComom .nTop img {
	height: 3.1rem;
}

#fullPage .section7 .contactHome .link {
	position: absolute;
	bottom: 20%;
	right: 49.8%;
	z-index: 2;
}

#fullPage .section7 .contactHome a {
	border-color: #2768EA;
	background: #2768EA;
	color: #fff;
}

.pullDownBtn {
	position: absolute;
	z-index: 10;
	bottom: .3rem;
	left: 0;
	width: 100%;
	animation: mymove2 2s infinite ease-out;
	-webkit-animation: mymove2 2s infinite ease-out;
	/*Safari and Chrome*/
}

.pullDownBtn img {
	position: relative;
	width: .6rem;
}

@keyframes mymove2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(0.1rem);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes mymove2 {

	/*Safari and Chrome*/
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(0.1rem);
	}

	100% {
		transform: translateY(0);
	}
}

#fullPage .section7 .fp-tableCell {
	display: flex;
	flex-direction: column;
}

#fullPage .section7 .fp-tableCell footer {
	flex: 1;
}

#fullPage .section7 .fp-tableCell .footer {
	height: 100%;
}

/* **********************************  End   ************************************ */

/* **********************************  产品服务   ************************************ */
#commomBanner h2 {
	font-size: .45rem;
	margin-bottom: .35rem;
}

#commomBanner .txt {
	background: url(../images/ll.png) no-repeat center 0/cover;
}

#Product .proBanner {
	padding-bottom: 1.1rem;
}

#Product .proBanner .secondMenu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 6;
}

#Product .proBanner .secondMenu ul li {
	width: 32.16%;
	height: 2.2rem;
	padding: .1rem .2rem;
	background: linear-gradient(0deg, #E7F5FF 0%, #FFFDFD 100%);
	box-shadow: 0px 3px 21px 3px rgba(209, 209, 208, 0.35);
	border-radius: 4px;
}

#Product .proBanner .secondMenu ul li:hover,
#Product .proBanner .secondMenu ul li.active {
	background: linear-gradient(90deg, #4088F4 0%, #2768EA 100%);
	box-shadow: 0px 3px 21px 3px rgba(69, 129, 247, 0.35);
}

#Product .proBanner .secondMenu ul li:hover .cloumn,
#Product .proBanner .secondMenu ul li.active .cloumn,
#Product .proBanner .secondMenu ul li:hover .desc,
#Product .proBanner .secondMenu ul li.active .desc {
	color: #fff;
}

#Product .proBanner .secondMenu ul li a {
	z-index: 5;
}

#Product .proBanner .secondMenu ul li img {
	position: absolute;
	right: 0;
	bottom: .32rem;
	width: 1.5rem;
	z-index: 2;
}

#Product .proBanner .secondMenu ul li .cloumn:after {
	content: "";
	display: block;
	width: .56rem;
	height: 4px;
	background: #00D2FF;
	border-radius: 2px;
	margin: .2rem 0;
}

#Product .menuContent {
	margin-top: -1.1rem;
}

#Product #ProductAi .aiMavin {
	padding: 2.1rem 0 1rem;
	background: url(../images/aiModleBg.jpg) no-repeat center bottom / cover;
}

#Product #ProductAi .aiMavin .w1200 {
	z-index: 5;
}

#Product #ProductAi .aiMavin .commomTitle {
	margin-bottom: .6rem;
}

#Product #ProductAi .aiMavin .commomTitle h2 {
	color: #2768EA;
}

#Product #ProductAi .aiMavin .commomTitle p {
	opacity: 1;
}

#Product #ProductAi .aiMavin .chatBox .chat {
	width: 60%;
	height: 6.35rem;
	padding-bottom: 1.4rem;
}

#Product #ProductAi .aiMavin .chatBox .chat .chatContent {
	height: 100%;
	position: relative;
	z-index: 3;
	padding: .25rem;
	padding-bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: right;
}

#Product #ProductAi .aiMavin .chatBox .chat .chatContent::-webkit-scrollbar-track {
	background-color: transparent;
}

#Product #ProductAi .aiMavin .chatBox .chat .chatContent::-webkit-scrollbar-thumb {
	background-color: #B7CDED;
	border-radius: 10px;
}

#Product #ProductAi .aiMavin .chatBox .chat .chatContent::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

#ProductAi .aiMavin .chatBox .chat .chatContent .q {
	margin-bottom: .2rem;
}

#ProductAi .aiMavin .chatBox .chat .chatContent .que {
	background: #2768EA;
	color: #fff;
	padding: .06rem .1rem;
	display: inline-block;
	text-align: left;
	max-width: 70%;
	border-radius: 5px;
}

#ProductAi .aiMavin .chatBox .chat .chatContent .ans {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 23px 1px rgba(41, 108, 246, 0.08);
	border-radius: 5px;
	text-align: left;
	padding: .15rem;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding-right: .25rem;
	padding-left: .25rem;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .reAnswer {
	width: 1.2rem;
	height: .36rem;
	background: #FFFFFF url(../images/answer.png) no-repeat .1rem center/.16rem;
	box-shadow: 0px 2px 23px 1px rgba(41, 108, 246, 0.08);
	border-radius: .18rem;
	text-indent: .33rem;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .reAnswer:hover {
	background-color: #2768EA;
	background-image: url(../images/answerWhite.png);
	color: #fff;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .enter {
	height: .9rem;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .enter .audio {
	width: .9rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .enter .writer {
	z-index: 3;
	width: 100%;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .enter .writer input {
	display: block;
	width: 100%;
	height: .4rem;
	background: #FFFFFF;
	box-shadow: 0px 2px 23px 1px rgba(41, 108, 246, 0.08);
	border-radius: .2rem;
	padding: 0 .5rem 0 .3rem;
}

.questionBox {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
	width: 100%;
	padding-top: .1rem;
	display: none;
}

.questionBox .assemble {
	padding: .3rem .2rem;
	border-radius: .1rem;
	background: #fff;
	height: 3rem;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.questionBox .assemble a,
.questionBox .assemble a * {
	line-height: .4rem;
}

.questionBox .assemble a:hover {
	transform: translateX(.1rem);
}

.questionBox .assemble a strong {
	color: #2768EA;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .enter .send {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 3;
	width: .5rem;
	background: url(../images/send.png) no-repeat center/.2rem;
}

#ProductAi .aiMavin .chatBox .chat .chatHandle .enter .send:hover {
	background-image: url(../images/sendBlue.png);
}

#Product #ProductAi .aiMavin .chatBox .chat:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #C4E0FF;
	border-radius: 4px;
	border: 2px solid #89C3FF;
	opacity: 0.2;
}

#Product #ProductAi .aiMavin .chatBox .introduce {
	width: 40%;
	padding: .7rem 0 0 .3rem;
}

#Product #ProductAi .aiMavin .chatBox .introduce .desc {
	margin: .15rem 0 .2rem;
}

#Product #ProductAi .aiMavin .chatBox .introduce .link a {
	background: #2768EA;
	color: #fff;
}

#Product #ProductAi .aiValue {
	padding: .6rem 0;
	background: url(../images/aiValueBg.png) no-repeat center / cover;
}

#Product #ProductAi .aiValue .commomTitle {
	margin-bottom: .45rem;
}

#Product #ProductAi .aiValue .valueBox figure {
	width: 47.25%;
}

#Product #ProductAi .aiValue .valueBox>dl {
	width: 49.16%;
	padding: .28rem 0 .22rem;
	padding-left: .54rem;
	padding: 0 .35rem;
	border-radius: 4px;
	transition: all .5s;
}

.footer.footer-zong .ftTop {
	flex-wrap: wrap;
}

.footer.footer-zong .ftTop .ftTopLeft {
	width: 100%;
}

.footer.footer-zong .ftTop .ftTopLeft dl dd {
	filter: brightness(0.5);
}

.footer.footer-zong .ftTop .ftTopRight {
	width: 100%;
	padding-top: .32rem;
}

/* #Product #ProductAi .aiValue .valueBox dl dd {
	height: 1.36rem;
	padding: 0 .35rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	transition: all .5s;
} */

/* #Product #ProductAi .aiValue .valueBox dl dd:not(:last-child) {
	margin-bottom: .39rem;
} */

#Product #ProductAi .aiValue .valueBox dl dd h3,
#Product #ProductAi .aiValue .valueBox dl dd .desc {
	position: relative;
	z-index: 5;
}

#Product #ProductAi .aiValue .valueBox dl dd h3 {
	margin-bottom: .15rem;
}

#Product #ProductAi .aiContact .link a {
	position: absolute;
	color: #2768EA;
	background: #fff;
	left: 18.8%;
	bottom: 20%;
}

#Product #ProductBrain .brainCore {
	padding-top: 2.1rem;
}

#Product #ProductBrain .brainCore .coreBox .desc {
	text-indent: .5rem;
	margin: .5rem 0 0 0;
}

#Product #ProductBrain .brainShow {
	background: rgba(204, 223, 242, 0.2);
}

#Product #ProductBrain .brainShow .tabContent dl dd,
#Product #ProductBrain .brainShow .showContent .showTab dl dd {
	display: none;
}

#Product #ProductBrain .brainShow .tabContent dl dd:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#Product #ProductBrain .brainShow .tabContent {
	background: #edf4fa;
}

#Product #ProductBrain .brainShow .tabContent dl dd:first-child {
	position: relative;
	display: block !important;
}

#Product #ProductBrain .brainShow .tabContent dl.notOne dd:first-child {
	opacity: 0;
}

.brainShow .showContent .showTab dl dd .tags span {
	width: 23.5%;
	line-height: .4rem;
	text-align: center;
	border-radius: 4px;
	border: 1px dashed #2768EA;
	margin-right: 2%;
	margin-top: .3rem;
	text-indent: 0;
	background: #e8f5ff;
	color: #2768EA;
}

.brainShow .showContent .showTab dl dd .tags span:nth-of-type(4n) {
	margin-right: 0;
}

#Product #ProductBrain .brainShow .showContent {
	padding-top: .6rem;
}

#Product #ProductBrain .brainShow .showContent .showTab dl dd {
	text-indent: .4rem;
}

#Product #ProductBrain .brainShow .showContent .showTab dl dd:nth-of-type(1) {
	opacity: 0;
}

#Product #ProductBrain .brainShow .showContent .showTab ul {
	border-bottom: solid 1px #D5E2E8;
	margin: .5rem 0 .3rem;
}

#Product #ProductBrain .brainShow .showContent .showTab ul li {
	padding-bottom: .2rem;
	padding-left: .1rem;
	padding-right: .1rem;
}

#Product #ProductBrain .brainShow .showContent .showTab ul li:hover,
#Product #ProductBrain .brainShow .showContent .showTab ul li.active {
	font-weight: 700;
	color: #2768EA;
}

#Product #ProductBrain .brainShow .showContent .showTab ul li:hover:after,
#Product #ProductBrain .brainShow .showContent .showTab ul li.active:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: #2768EA;
}

#Product #ProductBrain .brainApply {
	background: #fff;
	padding: 1rem 0;
}

#Product #ProductBrain .brainApply .commomTitle {
	margin-bottom: .5rem;
}

#Product #ProductBrain .brainApply .applySwiper {
	position: absolute;
	left: .6rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 90%;
	padding-top: .4rem;
	padding-bottom: .4rem;
}

.applySwiper .next,
.applySwiper .prev {
	position: absolute;
	left: -2px;
	width: .14rem;
	height: .37rem;
}

.applySwiper .prev {
	top: 0;
	background: url(../images/numUp.png) no-repeat center/100%;
}

.applySwiper .next {
	bottom: 0;
	background: url(../images/numDown.png) no-repeat center/100%;
}

#Product #ProductBrain .brainApply .applySwiper .mySwiper {
	height: 3.2rem;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide-active h4 {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	color: #333;
	font-size: .2rem !important;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide-active+.swiper-slide h4,
#Product #ProductBrain .brainApply .applySwiper .swiper-slide-prev.swiper-slide h4 {
	font-size: .18rem;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide-active+.swiper-slide+.swiper-slide h4,
#Product #ProductBrain .brainApply .applySwiper .swiper-slide.two h4 {
	opacity: .65;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide h4,
#Product #ProductBrain .brainApply .applySwiper .swiper-slide.one h4 {
	opacity: .35;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide {
	height: .4rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide h4 {
	display: flex;
	align-items: center;
	line-height: .4rem;
	padding: 0 .1rem;
	font-size: .16rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide:before {
	content: "";
	display: block;
	width: .1rem;
	height: .1rem;
	border: solid 1px #fff;
	border-radius: 50%;
	margin-right: .12rem;
}

#Product #ProductBrain .brainApply .applySwiper .swiper-slide-active:before {
	background: #fff;
}

#Product #ProductBrain .brainContact .link a {
	position: absolute;
	color: #2768EA;
	background: #fff;
	left: 18.8%;
	bottom: 20%;
}

#Product #ProductVillage .villageNumber {
	padding: 2.1rem 0 1rem;
}

#Product #ProductVillage .villageNumber .commomTitle {
	margin-bottom: .26rem;
}

#Product #ProductVillage .villageNumber .commomTitle h2 {
	color: #2768EA;
}

#Product #ProductVillage .villageNumber .commomTitle p {
	opacity: 1;
}

#Product #ProductVillage .villageList .item {
	padding: .6rem 0;
}

#Product #ProductVillage .villageList .item:nth-of-type(odd) {
	background: rgba(214, 227, 241, 0.2);
}

#Product #ProductVillage .villageList .item:nth-of-type(even) .vlTxt {
	flex-direction: row-reverse;
}

#Product #ProductVillage .villageList .item:nth-of-type(even) .vlTxt .introduce {
	padding-left: 0;
	padding-right: .3rem;
}

#Product #ProductVillage .villageList .item .vlTxt {
	margin-top: .4rem;
}

#Product #ProductVillage .villageList .item .vlTxt figure {
	width: 49.16%;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce {
	width: 50.84%;
	padding-left: .3rem;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce h3 {
	padding-bottom: .2rem;
	border-bottom: solid 1px #E3E3E3;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd {
	display: none;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd * {
	line-height: .3rem;
}

#Product #ProductVillage .villageList .item .scrollBox {
	height: 2.46rem;
	padding-right: .2rem;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: .2rem;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 2.07rem;
	height: 2px;
	border-radius: 1px;
	background: #333;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce ul {
	margin: -.1rem -0.05rem .2rem;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce ul li {
	width: 25%;
	padding: 0 .05rem;
	margin-top: .1rem;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce ul li.longer {
	width: 37.5%;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce ul li.active span,
#Product #ProductVillage .villageList .item .vlTxt .introduce ul li:hover span {
	background: #2768EA;
	border-color: #2768EA;
	color: #fff;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce ul li span {
	height: .33rem;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd.disc p,
#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd.point-style p {
	width: 50%;
	padding-right: .2rem;
	margin-bottom: .1rem;
	padding-left: .15rem;
	position: relative;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd.point-style .contentscroll2 {
	display: flex;
	flex-wrap: wrap;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd.disc p:after,
#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd.point-style p:after {
	content: "";
	position: absolute;
	left: 0;
	top: .12rem;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: #FFBA00;
}

#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd.point-style p:after {
	top: .1rem;
}

#Product #ProductVillage .villageContact .link a,
.robotContact .link a,
.link.blue a,
.infoContact .link a {
	position: absolute;
	color: #fff;
	background: #2768EA;
	left: 18.8%;
	bottom: 20%;
	border-color: #2768EA;
}

.link.blue a {
	position: static;
}

/* **********************************  End   ************************************ */

/* **********************************  解决方案   ************************************ */
#Solution .solutionLayout {
	padding-top: 1rem;
	background: rgba(223, 236, 255, 0.4);
}

#Solution .solutionLayout>img {
	margin-top: -1.2rem;
}

#Solution .solutionLayout .commomTitle {
	margin-bottom: .4rem;
}

#Solution .solutionLayout ul li {
	width: 31.66%;
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
	height: 5.14rem;
	padding: .3rem;
	overflow: hidden;
}

#Solution .solutionLayout ul li.not {
	box-shadow: none !important;
	width: 1px;
	padding: 0 !important;
}

#Solution .solutionLayout ul li.not:after,
#Solution .solutionLayout ul li.not:before {
	display: none !important;
}

#Solution .solutionLayout ul li:after,
#Solution .solutionLayout ul li:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
}

#Solution .solutionLayout ul li:after {
	background: url(../images/layoutDefultBg.png) no-repeat center bottom / cover;
}

#Solution .solutionLayout ul li:before {
	height: 0;
	background: url(../images/layoutActiveBg.png) no-repeat center bottom / cover;
}

#Solution .solutionLayout ul li .txt {
	z-index: 3;
}

#Solution .solutionLayout ul li .desc {
	margin: .2rem 0 .3rem;
}

#Solution .solutionLayout ul li .introduce {
	height: 0;
	overflow: hidden;
}

#Solution .solutionLayout ul li:hover .introduce {
	height: 1.8rem;
	overflow: visible;
}

#Solution .solutionLayout ul li:hover:after {
	height: 0;
}

#Solution .solutionLayout ul li:hover:before {
	height: 100%;
}

#Solution .solutionLayout ul li h3 span {
	position: relative;
	z-index: 3;
	color: #fff;
}

#Solution .solutionLayout ul li h3:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: .07rem;
	width: 95%;
	height: .1rem;
	background: #14BBFF;
	z-index: 1;
}

#Solution .solutionProgramme {
	background: url(../images/programmeBg.jpg) no-repeat center bottom / cover;
}

#Solution .solutionProgramme .programmeBox>h2 {
	width: 17.5%;
}

#Solution .solutionProgramme .programmeBox .pbContent {
	width: 82.5%;
	padding: .6rem 0 0 .2rem;
}

#Solution .solutionProgramme .programmeBox .pbContent .pbTab ul {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	padding-left: .7rem;
	margin-bottom: .5rem;
}

#Solution .solutionProgramme .programmeBox .pbContent .pbTab ul li {
	padding-bottom: .25rem;
	color: #DADADA;
}

#Solution .solutionProgramme .programmeBox .pbContent .pbTab ul li:not(:last-child) {
	margin-right: 1.7rem;
}

#Solution .solutionProgramme .programmeBox .pbContent .pbTab ul li:hover,
#Solution .solutionProgramme .programmeBox .pbContent .pbTab ul li.active {
	color: #3FC6FD;
	font-weight: 700;
}

#Solution .solutionProgramme .swiper-button-next:after,
#Solution .solutionProgramme .swiper-rtl .swiper-button-prev:after,
#Solution .solutionProgramme .swiper-button-prev:after,
#Solution .solutionProgramme .swiper-rtl .swiper-button-next:after {
	font-size: .3rem;
	font-weight: 700;
}

#Solution .solutionProgramme .programmeBox .pbContent .pbTab ul li:hover:after,
#Solution .solutionProgramme .programmeBox .pbContent .pbTab ul li.active:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 4px;
	background: #3FC6FD;
	border-radius: 1px;
	bottom: -1px;
}

#Solution .solutionProgramme .programmeBox .pbContent .swiper .txt {
	height: 5.3rem;
	padding: .3rem .18rem 0;
	padding-top: 4rem;
}

#Solution .solutionProgramme .programmeBox .pbContent .swiper .txt:hover:after {
	background-image: url(../images/programmeBlue.png);
}

#Solution .solutionProgramme .programmeBox .pbContent .swiper .txt h4 {
	z-index: 3;
	padding-top: .15rem;
	border-top: solid 2px #fff;
	width: 100%;
}

#Solution .solutionProgramme .programmeBox .pbContent .swiper .txt:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/programmeBlack.png) no-repeat center / 100% 100%;
	transition: all .5s;
}

#Solution .solutionProgramme .swiperBox {
	height: 5.3rem;
	overflow: hidden;
}

#Solution .solutionProgramme .programmeBox .swiper {
	z-index: -1;
	opacity: 0;
}

#Solution .solutionProgramme .programmeBox .swiper.active {
	z-index: 1;
	opacity: 1;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	display: none;
	z-index: 5;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
	display: flex;
}

#Solution .solutionProgramme .swiper-button-next,
#Solution .solutionProgramme .swiper-button-prev {
	color: #fff;
}

#Solution .solutionBright {
	padding: 1rem 0 .4rem;
	background: url(../images/bringBg.jpg) no-repeat center bottom / cover;
}

.solutionBright .swiper-slide dl {
	justify-content: center;
}

#Solution .solutionBright .commomTitle {
	margin-bottom: .6rem;
}

#Solution .solutionBright .srBox .dl {
	position: relative;
	padding: 0 .25rem;
}

#Solution .solutionBright .srBox .dl:after {
	content: "";
	position: absolute;
	left: 0;
	top: .74rem;
	width: 100%;
	height: 0;
	border-top: dashed 1px #2768EA;
	z-index: 1;
}

#Solution .solutionBright .srBox .dl .swiper {
	z-index: 3;
}

.editSwiper .swiper-button-next,
.editSwiper .swiper-button-prev {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #2768EA;
	opacity: 1;
	margin-top: 0;
}

.editSwiper .swiper-button-next:after,
.editSwiper .swiper-rtl .swiper-button-prev:after,
.editSwiper .swiper-button-prev:after,
.editSwiper .swiper-rtl .swiper-button-next:after {
	font-size: .2rem;
	color: #fff;
}

.editSwiper .swiper-button-next {
	right: -0.25rem;
	top: .5rem;
}

.editSwiper .swiper-button-prev {
	left: -0.25rem;
	top: .5rem;
}

.editSwiper .swiper-button-disabled {
	background: #999;
}

#Solution .solutionBright .srBox dl dd {
	width: 1.7rem;
	position: relative;
	z-index: 3;
}

#Solution .solutionBright .srBox dl dd figure {
	padding: .08rem;
	border-radius: 50%;
	border: dashed 1px transparent;
	width: 1.43rem;
	margin-bottom: .1rem;
	background: #fff;
}

#Solution .solutionBright .srBox dl dd figure img {
	width: 1.27rem;
	border-radius: 50%;
}

#Solution .solutionBright .srBox dl dd h4 {
	min-height: .7rem;
}

#Solution .solutionBright .srBox dl dd:hover h4,
#Solution .solutionBright .srBox .swiper-slide-thumb-active dl dd h4 {
	color: #2768EA;
}

#Solution .solutionBright .srBox dl dd:hover figure,
#Solution .solutionBright .srBox .swiper-slide-thumb-active dl dd figure {
	border-color: #2768EA;
}

.srImgs .swiper-slide {
	text-align: center;
}

.srImgs .swiper-slide img {
	max-width: 10.2rem;
}

#Solution .solutionSerive {
	height: 7rem;
	padding-top: 1rem;
	background: url(../images/serviceBg.jpg) no-repeat center bottom / cover;
}

#Solution .solutionSerive dl {
	max-width: 9rem;
	margin: .6rem auto 0;
}

#Solution .solutionSerive dl dd {
	color: rgba(255, 255, 255, .75);
	min-width: 2.5rem;
}

#Solution .solutionSerive dl p span {
	font-size: .62rem;
	font-weight: 700 !important;
}

#Solution .solutionSerive dl p em {
	font-size: .5rem;
}

#Solution .solutionSerive dl p {
	background: linear-gradient(135deg, #4396FF 0%, #2F5EF0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: .2rem;
}

.solutionScene {
	padding: 1rem 0 .7rem;
	background: url(../images/sceneBg.png) no-repeat right top/cover;
}

.solutionScene .commomTitle {
	margin-bottom: .5rem;
}

.solutionScene .swiper-slide .txt {
	transform: scale(.8);
}

.solutionScene .swiper {
	padding: .1rem 0;
}

.solutionScene .swiper-slide .txt h3 {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: .35rem;
	z-index: 3;
}

.solutionScene .swiper-slide .txt .mask {
	z-index: 1;
	background: url(../images/sceneBlue.png) no-repeat center bottom/100%;
	display: block;
}

.solutionScene .swiper-slide .txt:hover img,
.solutionScene .swiper-slide .txt:hover .mask {
	transform: scale(1.03);
}

.swiper.three .swiper-slide.swiper-slide-active+.swiper-slide .txt,
.solutionScene .swiper-slide.swiper-slide-active .txt {
	transform: scale(1);
}

.solutionScene .swiper-slide .txt h3:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1.56rem;
	height: .1rem;
	background: #00C8FF;
	z-index: 2;
	bottom: .06rem;
}

.solutionScene .swiper-slide .txt h3 span {
	position: relative;
	z-index: 3;
}

.solutionScene .swiper-pagination {
	position: static;
	margin-top: .6rem;
}

.swiper-pagination .swiper-pagination-bullet {
	background: rgba(39, 104, 234, 0.4);
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(39, 104, 234, 1);
}

.swiper.three .swiper-pagination-bullet:only-child {
	display: inline-block !important;
}

.solutionCharacteristic {
	height: 7.43rem;
	background: url(../images/characteristicBg.png) no-repeat center/cover;
	padding-top: 1rem;
	overflow: hidden;
}

.solutionCharacteristic:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .6rem;
	background: url(../images/clockBg.png) no-repeat center bottom/cover;
}

.solutionCharacteristic .commomTitle {
	margin-bottom: 1rem;
}

.characteristicSpin .indicator {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: .61rem;
	height: 3.7rem;
	background: url(../images/indicator.png) no-repeat center/100% 100%;
	top: 1rem;
	z-index: 3;
}

.characteristicSpin .indicator.active {
	animation: mymove4 3s ease-in-out;
	-webkit-animation: mymove4 3s ease-in-out;
	transform-origin: 50% 50%;
}

@keyframes mymove4 {
	0% {
		transform: rotateZ(0deg);
	}

	20% {
		transform: rotateZ(-15deg);
	}

	40% {
		transform: rotateZ(15deg);
	}

	60% {
		transform: rotateZ(-15deg);
	}

	80% {
		transform: rotateZ(15deg);
	}

	100% {
		transform: rotateZ(0deg);
	}
}

@-webkit-keyframes mymove4 {

	0% {
		transform: rotateZ(0deg);
	}

	20% {
		transform: rotateZ(-15deg);
	}

	40% {
		transform: rotateZ(15deg);
	}

	60% {
		transform: rotateZ(-15deg);
	}

	80% {
		transform: rotateZ(15deg);
	}

	100% {
		transform: rotateZ(0deg);
	}
}

.characteristicSpin img {
	width: 9.34rem;
	margin: 0 auto;
	display: block;
	transition: all 3s;
}

.characteristicSpin img.active {
	transform: rotateZ(45deg);
}

.characteristicSpin .nameBox p {
	white-space: nowrap;
	position: absolute;
	transition: all 1s;
	width: 3.2rem;
}

.characteristicSpin .nameBox p:after {
	position: absolute;
	content: "";
	width: .16rem;
	height: .16rem;
	top: 50%;
	transform: translateY(-50%);
	background: #00d2ff;
	border-radius: 50%;
	transition: all 1s;
}

.characteristicSpin .nameBox .style1 {
	left: 4.4rem;
	padding-bottom: .3rem;
	top: -.4rem;
	text-align: center;
}

.characteristicSpin .nameBox .style1:after {
	bottom: 0;
	top: inherit;
	top: initial;
	left: 50%;
	transform: translateX(-50%);
}

.characteristicSpin .nameBox .style2 {
	padding-left: 0.35rem;
	left: 8.1rem;
	top: 0.5rem;
}

.characteristicSpin .nameBox .style3 {
	padding-left: 0.35rem;
	left: 9.6rem;
	top: 1.8rem;
}

.characteristicSpin .nameBox .style4 {
	padding-left: 0.35rem;
	left: 10.32rem;
	top: 3.3rem;
}

.characteristicSpin .nameBox .styleNot {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.characteristicSpin .nameBox .last {
	padding-right: .35rem;
	left: 0.7rem;
	top: 0.5rem;
	text-align: right;

}

.characteristicSpin .nameBox .lastsecond {
	padding-right: 0.35rem;
	left: -.82rem;
	top: 1.8rem;
	text-align: right;
}

.characteristicSpin .nameBox .lastthree {
	padding-right: 0.35rem;
	left: -1.55rem;
	top: 3.3rem;
	text-align: right;
}

.characteristicSpin .nameBox .last:after,
.characteristicSpin .nameBox .lastsecond:after,
.characteristicSpin .nameBox .lastthree:after {
	right: 0;
}

.characteristicSpin .nameBox .style2:after,
.characteristicSpin .nameBox .style3:after,
.characteristicSpin .nameBox .style4:after,
.characteristicSpin .nameBox .style5:after,
.characteristicSpin .nameBox .style6:after {
	left: 0;
}

.solutionCore {
	padding: 1rem 0 .5rem;
	background: url(../images/coreBg.jpg) no-repeat center/cover;
}

.solutionCore dl {
	margin-top: .2rem;
}

.solutionCore dl dd {
	width: 46.08%;
	margin-top: .4rem;
}

.solutionCore dl dd .icon {
	position: absolute;
	right: .3rem;
	bottom: .1rem;
	width: 1.56rem;
	padding-bottom: .6rem;
	background: url(../images/coreIconBg.png) no-repeat center bottom/100%;
	z-index: 2;
}

.solutionCore dl dd .icon img {
	animation: mymove2 3s infinite linear;
	-webkit-animation: mymove2 3s infinite linear;
}

.solutionCore dl dd .txt {
	padding: .45rem .35rem .2rem 1rem;
}

.solutionCore dl dd .txt h3 {
	margin-bottom: .2rem;
}

.solutionCase {
	padding: 1rem 0 .4rem;
	background: url(../images/caseBg.png) no-repeat center/cover;
}

.solutionCase .commomTitle {
	margin-bottom: .5rem;
}

.solutionCase .swiper-pagination {
	position: static;
	margin-top: .5rem;
}

.solutionCase .swiper-slide .txt {
	background: #D7ECFF;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.solutionCase .swiper {
	padding: .1rem 0;
	min-height: 3rem;
}

.solutionCase .swiper-slide .txt:hover img {
	transform: scale(1.03);
}

.solutionCase .swiper-slide .txt h4 {
	position: relative;
	bottom: .1rem;
	padding-top: 0.4rem !important;
	left: 0;
	width: 100%;
	color: #1C509C;
	z-index: 2;
	padding: 0 .1rem;
}

.solutionCase .swiper-slide .txt h4 span {
	position: relative;
	z-index: 3;
}

.solutionCase .swiper-slide .txt h4 span br {
	display: none;
}

.solutionCase .swiper-slide .txt h4:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .05rem;
	width: 1.84rem;
	height: .1rem;
	display: none;
	background: #00C8FF;
	z-index: 1;
}

.solutionCase .swiper-slide.swiper-slide-active+.swiper-slide .txt h4,
.solutionCase .swiper-slide.active .txt h4 {
	font-size: .3rem;
	padding: 0 0.35rem;
	bottom: 0.2rem;
}

.solutionCase .swiper-slide {
	width: 27%;
	margin-right: 4%;
	transition: all .5s;
}

.solutionCase .swiper-slide:last-child {
	margin-right: 0;
}

.solutionCase .swiper-slide.swiper-slide-active+.swiper-slide,
.solutionCase .swiper-slide.active {
	width: 38%;
}

.solutionCase .swiper-wrapper {
	align-items: center;
	min-height: 2.6rem;
}

.solutionScene .swiper-slide.swiper-slide-active .txt,
.solutionScene .three-swiper .swiper-slide.swiper-slide-active+.swiper-slide .txt {
	transform: scale(1);
}

.solutionScene .swiper-slide .txt,
.solutionScene .three-swiper .swiper-slide.swiper-slide-active .txt {
	transform: scale(.8);
}

.solutionScene .center-swiper .swiper-button-next {
	right: 30px;
}

.solutionScene .center-swiper .swiper-button-prev {
	left: 30px;
}

.center-swiper .swiper-button-next:after,
.center-swiper .swiper-rtl .swiper-button-prev:after,
.center-swiper .swiper-button-prev:after,
.center-swiper .swiper-rtl .swiper-button-next:after {
	font-size: .3rem;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
	color: #00C8FF;
}

.center-swiper .swiper-button-lock {
	display: none !important;
}

/* **********************************  End   ************************************ */


/* **********************************  03 农业机器人   ************************************ */
.robotList {
	padding: 1rem 0;
}

.robotList ul li figure {
	overflow: hidden;
}

.robotList ul li {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.robotList ul li:nth-of-type(even) {
	flex-direction: row-reverse;
}

.robotList ul li:not(:last-child) {
	margin-bottom: .4rem;
}

.robotList ul li figure,
.robotList ul li .txt {
	width: 50%;
}

.robotList ul li .txt {
	padding: .35rem .4rem;
	padding-bottom: 0;
}

.robotList ul li .txt .desc,
.robotList ul li .txt .desc * {
	line-height: .26rem;
	    display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    word-wrap: break-word;
	    word-break: break-all;
	    white-space: normal !important;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
}

.robotList ul li .txt .secondT {
	margin: .15rem 0 .2rem;
}

.robotList ul li .txt .more {
	margin-top: .25rem;
}

.robotList ul li .txt .more img {
	width: .17rem;
	margin-left: 5px;
}

.robotList ul li h3:hover,
.robotList ul li figure:hover span,
.robotBottom ul li figure:hover img {
	transform: scale(1.03);
}

.robotList ul li .txt h3:hover {
	color: #2768EA;
}

.robotBottom {
	padding-bottom: 1rem;
}

.robotBottom ul li .item {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
	height: 100%;
}

.robotBottom ul li .txt {
	padding: .3rem .2rem;
}

.robotBottom ul li .txt h4 {
	margin-bottom: .15rem;
}

.robotBottom ul li .txt .desc {
	text-align: justify;
}

.robotBottom ul li figure {
	overflow: hidden;
}

.robotContact .link a {
	left: 48.5%;
}

.robotBottom .swiper-button-next {
	right: -.4rem;
}

.robotBottom .swiper-button-prev {
	left: -.4rem;
}

.robotBottom .swiper-button-next:after,
.robotBottom .swiper-button-prev:after {
	font-size: .4rem;
}

.robotBottom .swiper {
	padding: .1rem 0 .2rem;
}

.robotBottom .swiper-slide {
	height: auto;
}

.robotBottom .swiper-slide ul,
.robotBottom .swiper-slide ul li {
	height: 100%;
}


/* **********************************  End   ************************************ */

/* **********************************  04 经典案例   ************************************ */
.classicsMenu {
	padding-bottom: 1rem;
}

.classicsMenu .csMenu {
	position: relative;
	z-index: 6;
	margin-top: -.6rem;
	background: #FFFFFF;
	box-shadow: 0px 2px 19px 2px rgba(209, 209, 208, 0.25);
	border-radius: 4px;
	overflow: hidden;
}

.classicsMenu .csMenu ul {
	height: 1.2rem;
}

.classicsMenu .csMenu ul li figure {
	width: .6rem;
	margin-right: .2rem;
}

.classicsMenu .csMenu ul li h3:after {
	content: "";
	display: block;
	margin-top: .1rem;
	width: .56rem;
	height: 4px;
	background: #00D2FF;
	border-radius: 2px;
}

.classicsMenu .csMenu ul li:hover h3,
.classicsMenu .csMenu ul li.active h3 {
	color: #2768EA;
}

.classicsMenu .csMenu ul li:hover h3:after,
.classicsMenu .csMenu ul li.active h3:after {
	background: #2768EA;
}

.classicsMenu .csMenu ul li:not(:last-child) {
	padding-right: .9rem;
	margin-right: .9rem;
}

.classicsMenu .csMenu ul li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #F2F2F2;
}

.classicsMenu .csCategory {
	margin-top: .4rem;
	background: #FFFFFF;
	box-shadow: 0px 2px 19px 2px rgba(209, 209, 208, 0.25);
	border-radius: 4px;
	padding: .2rem;
	padding-left: 0;
}

.classicsMenu .csCategory figure {
	width: 65.33%;
	min-height: 3.85rem;
}

.classicsMenu .csCategory figure img {
	display: none;
}

.classicsMenu .csCategory .categoryList {
	width: 33%;
}

.classicsMenu .csCategory .scrollBox {
	padding: 0 .3rem;
	overflow-y: auto;
	overflow-x: hidden;
	height: 90%;
	top: 50%;
	transform: translateY(-50%);
}

.classicsMenu .changeContent {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.classicsMenu .changeContent.show {
	height: auto;
	overflow: visible;
	opacity: 1;
}

.classicsMenu .csCategory ul li {
	padding: .15rem .1rem;
	border-radius: 4px;
	margin-bottom: .08rem;
}

.classicsMenu .csCategory ul li.active,
.classicsMenu .csCategory ul li:hover {
	background: #2768EA;
	color: #fff;
}

.robotList-xia {
	padding: 1rem 0;
}

.classicsMenu .csCategory ul::-webkit-scrollbar-track {
	background-color: transparent;
}

.classicsMenu .csCategory ul::-webkit-scrollbar-thumb {
	background-color: #C9C9C9;
	border-radius: .02rem;
}

.classicsMenu .csCategory ul::-webkit-scrollbar {
	width: 0.02rem;
	height: 0.02rem;
}

.categoryBox .categoryContent {
	display: none;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
}

.product-item {
	margin: 0.15rem;
	width: calc(100% / 3 - 0.30rem);
}

.product-item-t {
	background-image: url(../images/img20.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.product-item-t img {
	width: 100%;
	height: auto;
}

.product-item-t:hover img {
	transition: all .5s ease .1s;
	transform: scale(1.1);
}

.product-item-b {
	border: 1px solid #E8E8E8;
	border-top: none;
	padding: 0.30rem;
	background-color: #fff;
	position: relative;
}

.product-item-title {
	font-size: 0.24rem;
	color: #383838;
	display: flex;
	align-items: center;
}

.product-item-title p {
	white-space: nowrap;
	/* 保证文本在一行内显示 */
	overflow: hidden;
	/* 超出容器部分隐藏 */
	text-overflow: ellipsis;
	/* 使用省略号表示被截断的文本 */
}

.product-item:hover .product-item-title {
	color: #2A64AE;
	transition: all .5s ease .1s;
}

.product-item-title img {
	width: auto;
	height: 0.40rem;
	margin-right: 0.25rem;
}

.product-item-text {
	font-size: 0.16rem;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.25rem;
}

.case-list .product-item-b {
	padding: 0.25rem 0.20rem;
}

.case-item-lable {
	display: flex;
	align-items: center;
	margin-top: 0.20rem;

}

.case-item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.20rem;
	
	height: 0.54rem;
	border-bottom: 1px solid #F9F9F9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case-item-title p{
	color: #383838;
	font-size: 0.20rem;
}
.case-item-lable img{
	width: 0.20rem;
}
.case-item-lable p {
	font-size: 0.16rem;
	font-weight: 800;
	color: #2A64AE;
	margin-right: 0.20rem;
	margin-left: 0.10rem;
}

.product-item-b::before {
	content: '';
	width: 0%;
	position: absolute;
	height: 0.02rem;
	background-color: #3FC6FD;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.product-item:hover .product-item-b::before {
	width: 100%;
	transition: all .5s ease .1s;
}
.product-item:hover  .case-item-title p{
		color: #2A64AE;
}

.tabCategoryContent {
	background: #F7F9FC;
	padding: .6rem 0 0 0;
}


.categoryBox .item .solutionCase {
	margin-top: .8rem;
}

.footer.footer-zong {
	background: transparent;
	padding-top: 20px;
}

.categoryBox .item h2 {
	margin-bottom: .4rem;
}

#Solution .solutionLayout.xiangguan ul li {
	width: 100%;
}

.categoryBox .item p {
	text-indent: .4rem;
	font-size: .2rem;
	color: #666;
}

.categoryBox .item .project h3 {
	margin-bottom: .3rem;
}

.categoryBox .item .project h3:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: .24rem;
	background: #2768EA;
	border-radius: 3px;
	margin-right: .1rem;
}

.categoryBox .item .project h4 {
	margin-bottom: .3rem;
}

.categoryBox .item .project .ft {
	margin: 0 -.15rem;
	margin-top: -.2rem;
}

.categoryBox .item .project .ft span {
	width: 33.33%;
	padding: 0 .15rem;
	margin-top: .2rem;
}

.categoryBox .item .project .ft span i {
	padding: .08rem .13rem;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px dashed #2768EA;
	color: #666;
	display: block;
	text-align: center;
}

.categoryBox .item .project h4:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #2768EA;
	border-radius: 50%;
	margin-right: .1rem;
}

.categoryBox .item .project .imgs img:nth-of-type(1) {
	width: 100%;
	margin-bottom: .3rem;
}

.categoryBox .item .project .imgs img {
	width: 49%;
	padding: .14rem;
	background: #fff;
	border-radius: .1rem;
	box-shadow: 0px 2px 19px 2px rgba(209, 209, 208, 0.25);
}

.classsicsRecommend {
	padding: .6rem 0 1.1rem;
	min-height: 8rem;
}

.classsicsRecommend ul {
	margin: .5rem 0 .6rem;
}

.classsicsRecommend ul li:not(:last-child) {
	margin-bottom: .3rem;
}

.classsicsRecommend ul li figure {
	width: 41.66%;
}

.classsicsRecommend ul li h4 {
	background: #FFFFFF;
	box-shadow: 0px 2px 19px 2px rgba(209, 209, 208, 0.25);
	padding: .2rem .4rem;
	width: 58.34%;
}

.classsicsRecommend ul li h4 a:hover {
	color: #2768EA;
}

/* **********************************  End   ************************************ */

/* **********************************  05 新闻资讯   ************************************ */
.newsMenu .nsMenu {
	position: relative;
	margin-top: -.6rem;
	z-index: 6;
	background: #FFFFFF;
	box-shadow: 0px 3px 21px 3px rgba(209, 209, 208, 0.35);
	border-radius: 4px;
}

.newsMenu ul li a {
	display: block;
	line-height: .9rem;
	padding: 0 .3rem;
	font-size: 0.22rem;
	position: relative;
}

.newsMenu ul li:not(:last-child) {
	margin-right: 1.8rem;
}

.newsMenu ul li:hover a,
.newsMenu ul li.active a {
	color: #2768EA;
}

.newsMenu ul li:hover a:after,
.newsMenu ul li.active a:after {
	background: #2768EA;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: .06rem;
	background: #2768EA;
}

.newsList {
	padding: .5rem 0 1rem;
}

.newsList ul li {
	padding: .2rem .15rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 57px 0px rgba(144, 166, 195, 0.2);
	border: solid 1px transparent;
}

.newsList ul li:not(:last-child) {
	margin-bottom: .3rem;
}

.newsList ul li figure {
	width: 30%;
	overflow: hidden;
}

.newsList ul li .txt {
	width: 70%;
	padding: 0 .35rem 0 .4rem;
}

.newsList ul li .txt .desc {
	margin: .1rem 0 .15rem;
}

.newsList ul li .txt .link a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid .08rem transparent;
	border-bottom: solid .08rem transparent;
	border-left: solid .08rem #fff;
	margin-left: 5px;
}

.newsList ul li:hover figure img {
	transform: scale(1.03);
}

.newsList ul li:hover {
	background: #ecf2f8;
	border-color: #c0e6ff;
}

.newsList ul li h3 a:hover {
	color: #2768EA;
}

.pages a {
    display: inline-block;
    width: auto;
    padding: 0.1rem 0.15rem;
    height: auto;
    border: solid 1px #E2E2E2;
    color: #6C6C6C;
    background: #F3F3F3;
    text-align: center;
    /* line-height: .34rem; */
    margin: 0 .05rem;
    cursor: pointer;
    border-radius: 2px;
}
.pages{
	margin-bottom: 30px;
	text-align: center;
}
.pages li{
	display: inline-block;
}

.pages a.active,
.pages a:hover {
	background: #2768EA;
	color: #fff !important;
	border-color: #2768EA;
}

.pages {
	color: #6c6c6c;
	margin-top: 0rem;
}

.pages .nums a {
	font-size: .16rem;
}

.pages a.prev,
.pages a.next {
	color: #2D2D2D;
	width: .86rem;
	font-size: .18rem;
}

.pages a.next {
	margin-right: .3rem;
}

.otherNews .homeNews .newsComom .list {
	box-shadow: 0px 0px 21px 0px rgba(144, 166, 195, 0.11);
}

#fullPage.otherNews .section6 .homeNews {
	margin: 0;
	padding-bottom: 1.1rem;
}

.industryContent .newsList {
	padding-top: .8rem;
}

.newsDetail .leftContent {
	width: 62.5%;
}

.newsDetail {
	padding: 1.2rem 0 1rem;
}

.newsDetail .rightContent {
	width: 27.5%;
	padding-top: .16rem;
}

.newsDetail .lcTop h2 {
	margin: .15rem 0 .2rem;
}

.newsDetail .ndImportant {
	margin: .35rem 0;
	padding: .35rem 0 .3rem;
	border-top: dashed 1px #D7D7D7;
	border-bottom: dashed 1px #D7D7D7;
}

.newsDetail .ndImportant.not {
	padding: 0;
	border-bottom: 0;
}

.newsDetail .ndImportant h4 {
	margin-bottom: .1rem;
}

.newsDetail .ndImportant p {
	padding-left: .2rem;
	position: relative;
}

.newsDetail .ndImportant p:after {
	content: "";
	left: 0;
	top: .15rem;
	width: 5px;
	height: 5px;
	background: #2768EA;
	border-radius: 50%;
	position: absolute;
}

.newsDetail .ndContent .avatar figure {
	width: .58rem;
	margin-right: .1rem;
}

.newsDetail .author {
	margin-bottom: .4rem;
}

.newsDetail .ndTxt img {
	height: auto !important;
}

.newsDetail .ndTxt p {
	text-indent: .4rem;
}

.newsDetail .ndTxt p img {
	margin-left: -.4rem;
}

.newsDetail .ndTxt * {
	font-size: .2rem !important;
	font-family: "Regular", "arial", "sans-serif" !important;
}

.newsDetail .ndTxt {
	margin-bottom: .3rem;
	padding-bottom: .3rem;
	border-bottom: dashed 1px #D7D7D7;
}

.newsDetail .ndKeywords {
	margin-top: -.15rem;
}

.newsDetail .ndKeywords h3 {
	padding: .05rem .1rem;
	background: #F3F3F3;
	margin-right: .15rem;
	margin-top: .15rem;
}

.newsDetail .ndPage {
	margin: .2rem 0 .3rem;
}

.newsDetail .ndPage a:hover {
	color: #2768EA;
}

.newsDetail .ndTip {
	margin: -.15rem;
}

.newsDetail .ndTip .txt {
	padding-left: 1.6rem;
	padding-right: .5rem;
}

.newsDetail .ndTip .txt h4 {
	margin-bottom: .2rem;
}

.newsDetail .ndTip .txt p {
	text-indent: .36rem;
}

.newsDetail .ndOther {
	margin-top: .2rem;
}

.newsDetail .ndOther ul li {
	padding-left: .2rem;
	position: relative;
}

.newsDetail .ndOther ul li a i {
	width: 76%;
}

.newsDetail .ndOther ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: .15rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2768EA;
}

.newsDetail .ndOther ul li a:hover {
	color: #2768EA;
}

.newsDetail .ndScheme {
	margin-top: .4rem;
}

.newsDetail .ndScheme dl dt {
	margin-bottom: .1rem;
}

.newsDetail .ndScheme dl dt figure {
	overflow: hidden;
}

.newsDetail .ndScheme dl dt:hover figure img {
	transform: scale(1.03);
}

.newsDetail .ndScheme dl dd {
	padding-left: .38rem;
	position: relative;
}

.newsDetail .ndScheme dl dd a:hover {
	color: #2768EA;
}

.newsDetail .ndScheme dl dd:before {
	position: absolute;
	left: 0;
	display: block;
	color: #999;
	font-style: italic;
}

.newsDetail .ndScheme dl dd:nth-of-type(1):before {
	content: "1.";
}

.newsDetail .ndScheme dl dd:nth-of-type(2):before {
	content: "2.";
}

.newsDetail .ndScheme dl dd:nth-of-type(3):before {
	content: "3.";
}

.newsDetail .ndScheme dl dd:nth-of-type(4):before {
	content: "4.";
}

.newsDetail .ndScheme dl dd:nth-of-type(5):before {
	content: "5.";
}

.newsDetail .ndScheme dl dd:nth-of-type(6):before {
	content: "6.";
}

.newsDetail .ndScheme dl dd:nth-of-type(7):before {
	content: "7.";
}

.newsDetail .ndScheme dl dd:nth-of-type(8):before {
	content: "8.";
}

.newsDetail .ndScheme dl dd:nth-of-type(9):before {
	content: "9.";
}

.newsDetail .ndScheme dl dd:nth-of-type(10):before {
	content: "10.";
}

.ndTitle {
	margin-bottom: .2rem;
}

.ndTitle a img {
	width: .15rem;
	margin-left: 5px;
}

.ndTitle a:hover {
	color: #2768EA;
}

.ndTitle a:hover img {
	display: none;
}

.ndTitle a:hover img.hidden {
	display: block;
}

.ndTitle h3 {
	position: relative;
	padding-left: .15rem;
}

.ndTitle h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 80%;
	border-radius: 3px;
	background: #2768EA;
}

.ndForm textarea {
	padding: .1rem;

}

.ndForm .input input,
.ndForm .input textarea {
	height: .4rem;
	display: block;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #D4D4D4;
	padding-left: .48rem;
	position: relative;
	z-index: 5;
}

.ndForm .input textarea {
	height: 1.2rem;
}

.ndForm .input .label {
	z-index: 2;
	color: #d4d4d4;
	padding-left: .48rem;
	padding-top: .1rem;
}

.ndForm .input input.red,
.ndForm .input .label.red {
	color: red;
	border-color: red;
}

.ndForm .input {
	margin-bottom: .2rem;
	position: relative;
}

.ndForm .input:last-child {
	margin-bottom: .3rem;
}

.ndForm .submitBtns button {
	display: block;
	width: 48%;
	height: .4rem;
	background: #2768EA;
	border-radius: 4px;
	color: #fff;
}

.ndForm .input.name input {
	background: url(../images/fuser.png) no-repeat .11rem center/.2rem;
}

.ndForm .input.phone input {
	background: url(../images/fphone.png) no-repeat .11rem center/.22rem;
}

.ndForm .input.question textarea {
	background: url(../images/femail.png) no-repeat .11rem .1rem/.22rem;
}

.ndForm .input.unit input {
	background: url(../images/2025%2F06%2F09%2F689e0ea7e811489685c2836e1ff7b720.png) no-repeat;
	background-position: 0.11rem center;
	background-size: 0.16rem;
}

.ndForm .input.address input {
	background: url(../images/2025%2F06%2F09%2F536a14bea948401f9e86f91c3db187ad.png) no-repeat;
	background-position: 0.11rem center;
	background-size: 0.2rem;
}

.fileDownload a {
	display: block;
	padding: 0.8rem 0.2rem 0;
	background: url(/2024%2F07%2F08%2F93df06c80ef14fd392029a370d7b7ee0.png) no-repeat 0.3rem 0.3rem/0.5rem;
}

.fileDownload a:hover {
	color: #2768EA;
}

/* **********************************  End   ************************************ */

/* **********************************  06 关于我们   ************************************ */
.aboutSanshisan {
	padding: 1rem 0 .7rem;
	background: url(../images/sanshisanBg.jpg) no-repeat center/cover;
}

.aboutSanshisan .sVideo {
	padding: 0 .5rem;
	margin-top: .5rem;
}

.aboutDevelop {
	padding: 1rem 0;
	background: url(../images/courseBg.png) no-repeat center bottom/cover;
}

.aboutDevelop .commomTitle {
	margin-bottom: .65rem;
}

.aboutDevelop .adImgs {
	padding: 0 0 0 1.8rem;
	overflow: hidden;
}

.aboutDevelop .adImgs h3 {
	padding-right: 1.4rem;
}

.aboutDevelop .adImgs h3 span {
	display: none;
	width: 2.35rem;
	text-indent: .2rem;
}

.aboutDevelop .adImgs h3 span:nth-of-type(1) {
	display: block;
}

.aboutDevelop .adImgs:after {
	content: "";
	position: absolute;
	left: -.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 100%;
	background: #f6faff;
}

.aboutDevelop .adImgs h3 span:after {
	content: "";
	display: block;
	width: 2.35rem;
	height: 2px;
	background: linear-gradient(90deg, #B5C6E8 0%, #FFFFFF 100%);
	border-radius: 1px;
	margin-top: .15rem;
}

.aboutDevelop .book {
	margin: .25rem 0 .4rem;
	width: 10.19rem;
	height: 7.38rem;
	/* background: url(../images/bookBg.png) no-repeat center/100% 100%; */
	margin-top: .3rem !important;
	position: relative;
	z-index: 3;
}

.aboutDevelop .btns button {
	width: 1.28rem;
	height: .37rem;
	background: #2768EA;
	border-radius: 6px;
	position: relative;
	z-index: 3;
}

.aboutDevelop .btns .prev:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid 0.08rem transparent;
	border-bottom: solid 0.08rem transparent;
	border-right: solid 0.08rem #fff;
	margin-right: .2rem;
}

.aboutDevelop .btns .next:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid 0.08rem transparent;
	border-bottom: solid 0.08rem transparent;
	border-left: solid 0.08rem #fff;
	margin-left: .2rem;
}

.aboutHonor {
	padding: .6rem 0 .5rem;
	background: url(../images/honorBg.jpg) no-repeat center/cover;
}

.aboutHonor .commomTitle {
	margin-bottom: .4rem;
}

.aboutHonor .swiper-slide .txt {
	background: #FFFFFF;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	padding: .3rem;
	height: 3.2rem;
}

.aboutHonor .swiper-slide .txt figure {
	height: 1.55rem;
}

.aboutHonor .swiper-slide .txt figure img {
	max-height: 1.55rem;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, .1); */
}

.aboutHonor .swiper-slide .txt h3 {
	margin-top: .3rem;
	padding-top: .2rem;
	border-top: solid 1px #DCDFE6;
}

.aboutHonor .swiper-slide .txt:hover figure img {
	transform: scale(1.03);
}

.aboutHonor .swiper-pagination {
	position: static;
	margin-top: .7rem;
}

.aboutTeam {
	padding: .6rem 0 1rem;
}

.aboutTeam .aboutImgs {
	padding-left: 0%;
}

.aboutTeam dl {
	margin: 0 -.075rem;
	margin-top: -.15rem;
}

.aboutTeam dl dd {
	width: 50%;
	padding: 0 .075rem;
	margin-top: .15rem;
}

.aboutTeam dl dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutTeam dl dd:nth-of-type(1) {
	position: relative;
	left: 0;
	bottom: 0;
	width: calc(50% - .075rem);
	margin-top: 0;
	height: calc(100% - .15rem);
}

.aboutTeam .commomTitle,
.studyInfo .commomTitle {
	margin-bottom: .5rem;
}

.teamContact {
	padding: .6rem 0 .5rem;
	background: url(../images/teamContactBg.png) no-repeat center/cover;
}

.aboutImgs-xia {
	padding-left: 3%;
}

.aboutImgs-xia p {
	position: relative;
	border-top: 2px solid #ececec;
	font-size: .2rem;
	color: #666;
	font-weight: 100;
	line-height: 2;
	padding: .25rem 0;
}

.aboutImgs-xia p::after {
	position: absolute;
	content: "";
	display: block;
	top: -2px;
	left: 0;
	width: .15rem;
	height: .03rem;
	background: #2768EA;
}

.teamContact .close {
	position: absolute;
	right: 0;
	top: .2rem;
	width: .6rem;
	height: .6rem;
	background: url(../images/closeBlack.png) no-repeat center/.16rem;

}

.teamContact .commomTitle {
	margin-bottom: .3rem;
}

.teamContact .teamForm {
	width: 52%;
	margin: 0 auto;
}

.teamContact .teamForm .input {
	width: 48.5%;
	margin-bottom: .15rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 20px 0px rgba(153, 153, 153, 0.12);
	border-radius: 2px;
	height: .4rem;
}

.teamContact .teamForm .input.w100 {
	width: 100%;
}

.teamContact .teamForm .input:last-child {
	margin-bottom: .3rem;
}

.teamContact .teamForm .input input,
.teamContact .teamForm .input textarea {
	z-index: 6;
	border: solid 1px transparent;
	font-size: .2rem;
}

.teamContact .teamForm .input.textarea {
	height: 2rem;
}

.teamContact .teamForm .input input,
.teamContact .teamForm .input .label,
.teamContact .teamForm .input .tip {
	line-height: .4rem;
	padding: 0 .1rem;
}

.teamContact .teamForm .input .label {
	color: #9B9B9B;
	z-index: 7;
	width: 1.1rem;
	padding-right: 0;
	white-space: nowrap;
	display: block !important;
}

.teamContact .teamForm .input .label.red,
.teamContact .teamForm .input .tip {
	color: red !important;
}

.teamContact .teamForm .input input.red {
	border-color: red !important;
}

.teamContact .teamForm .input textarea {
	padding: .1rem;
}

.teamContact .teamForm .input input,
.teamContact .teamForm .input .tip,
.teamContact .teamForm .input textarea {
	padding-left: 1rem;
}

.teamContact .teamForm .btns button {
	width: 47%;
	height: .44rem;
	border-radius: 4px;
	border: 1px solid #2768EA;
	display: block;
}

.teamContact .teamForm .btns .submit,
.teamContact .teamForm .btns .reset:hover {
	background: #2768EA;
	color: #fff;
}

#Solution .solutionLayout.xiangguan ul li {
	height: 4.14rem;
}

#Solution .solutionLayout.xiangguan {
	padding-bottom: 1.1rem;
}

.studyInfo {
	padding: 1rem 0 .8rem;
	background: url(../images/infoBg.png) no-repeat center/cover;
}

.studyInfo .intoduce figure {
	width: 47.5%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	box-shadow: 0px 1px 30px 0px rgba(23, 23, 23, 0.08);
}

.studyInfo .intoduce .txt {
	width: 57.5%;
	height: 3.85rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 30px 0px rgba(23, 23, 23, 0.08);
	border-radius: 4px 0px 0px 4px;
	padding: 0 .4rem 0 .9rem;
	text-indent: .46rem;
	text-align: justify;
	letter-spacing: .01rem;
}

.studyExpert {
	padding: .6rem 0 1rem;
	background: #F8F8F8;
}

.studyExpert .commomTitle {
	margin-bottom: .5rem;
}

.studyExpert .expertList ul {
	margin: 0 -.05rem;
	margin-top: -.35rem;
}

.studyExpert .expertList ul li {
	width: 33.33%;
	padding: 0 .05rem;
	margin-top: .35rem;
}

.studyExpert .expertList ul li figure {
	width: 1.4rem;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.studyExpert .expertList ul li .txt {
	height: 3.3rem;
	background: #FFFFFF;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	padding: 0 .2rem;
	padding-top: 1rem;
	margin-top: -.7rem;
}

.studyExpert .expertList ul li h3 {
	margin-bottom: .15rem;
}

.studyExpert .expertList ul li p {
	margin-bottom: .1rem;
}


/* **********************************  End   ************************************ */


/* **********************************  招商合作   ************************************ */
#commomBanner .form {
	width: 5rem;
	margin: .6rem auto 0;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
}

#commomBanner .form .text {
	width: 100%;
	display: block;
	height: .62rem;
	background: #ffffff;
	border-radius: 6px;
	padding: 0 1rem 0 .4rem;
	font-size: .35rem;
	color: #002451;
	opacity: 1;
}

#commomBanner .form .text::placeholder {
	color: #002451;
}

#commomBanner .form span.ab {
	opacity: 0;
}

#commomBanner .form .submit {
	position: absolute;
	right: 0;
	width: .73rem;
	height: 100%;
	top: 0;
	background: url(../images/search.png) no-repeat 0 center/.27rem;
	z-index: 3;
	opacity: 1;
}

#Solution.businessService .solutionLayout .commomTitle {
	margin-bottom: .6rem;
}

#Solution.businessService .solutionLayout {
	padding: 1rem 0 .8rem;
	background: url(../images/serviceBg.png) no-repeat center/cover;
}

#Solution.businessService .solutionLayout ul li .introduce {
	margin-top: .4rem;
}

#Solution.businessService .solutionLayout ul li:hover .introduce {
	height: 2.3rem;
}

#Solution.businessService .solutionLayout ul li {
	padding-top: 1.1rem;
}

#Solution.businessService .solutionLayout ul li h3:after {
	width: 1.74rem;
}

.businessCooperate {
	padding: 1rem 0;
	background: url(../images/cooperateBg.jpg) no-repeat center/cover;
}

.businessCooperate .commomTitle,
.businessAgriculture .commomTitle {
	margin-bottom: .8rem;
}

.businessAgriculture {
	padding: 1rem 0;
}

#Product.businessAgriculture #ProductVillage .villageList .item .vlTxt .introduce dl dd {
	display: block;
}

#Product.businessAgriculture #ProductVillage .villageList .item .vlTxt .introduce dl {
	margin-top: .2rem;
}

#Product.businessAgriculture #ProductVillage .villageList .item .vlTxt .introduce dl dd p {
	width: 100%;
	margin-bottom: 0;
}

.popup {
	position: fixed;
	z-index: 99;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.popup .teamContact .teamForm .input .label {
	color: #333;
}

.popup.active {
	display: flex;
}

.popup .teamContact {
	background: #fff;
	border-radius: .1rem;
	max-width: 7.1rem;
	margin: 0 auto;
	padding: .3rem .2rem;
}

.popup .teamContact .commomTitle h2,
.popup .teamContact .commomTitle h3,
.popup .teamContact .commomTitle .t {
	font-size: .34rem;
}

.popup .teamContact .teamForm {
	width: 100%;
}

.popup .teamContact .teamForm .btns input {
	width: 1.2rem;
	height: .36rem;
	line-height: .36rem;
}

.popup .teamContact .teamForm .input input,
.popup .teamContact .teamForm .input textarea {
	border-color: #E9E8E8;
}

.popup .w1200 {
	max-width: 9rem;
}

.error404 {
	min-height: 80vh;
}

.error404 h3 {
	font-size: .9rem;
}

.error404 .txt {
	max-width: 3.9rem;
}

.error404 p {
	padding: .2rem 0 .3rem;
	border-bottom: solid 1px #E9E8E8;
	margin-bottom: .3rem;
}

.popup .formState {
	width: 7.1rem;
	height: 4.95rem;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	display: none;
}

.popup .formState p {
	width: 4rem;
	padding-top: 1rem;
	margin: 0 auto;
	position: relative;
}

.popup .formState p i {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: .7rem;
}

.popup .formState p.err i {
	color: #ED401E;
}

.popup .formState span {
	position: absolute;
	right: .25rem;
	top: .3rem;
}

.popup .formState.error p.err {
	display: block;
}

.popup .formState.error p.succ {
	display: none;
}

.slideBox {
	position: fixed;
	right: .1rem;
	top: 50%;
	transform: translateY(-30%);
	width: .7rem;
	z-index: 10;
}

.slideBox dl dd p {
	height: .8rem;
}

.slideBox dl dd:nth-of-type(1) p {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.slideBox dl dd:nth-of-type(4) p {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.slideBox dl dd p {
	background: #2768EA;
}

.slideBox dl dd:hover p {
	background: #2E5AE3;
}

.slideBox dl dd p img {
	max-width: .35rem;
	margin-bottom: 5px;
}

.slideBox dl dd .word {
	position: absolute;
	right: -400px;
	top: 0;
	width: 3.1rem;
	height: 100%;
	background: rgba(28, 28, 28, .75);
	border-radius: 4px;
	z-index: 2;
	padding-left: .25rem;
	color: #3275F2;
	font-weight: 700;
}

.slideBox dl dd .image {
	position: absolute;
	right: -400px;
	bottom: 0;
	    width: 1.2rem;
	padding: 4px;
	background: #2E5AE3;
	border-radius: .1rem;
}

.slideBox dl dd p {
	position: relative;
	z-index: 3;
}

.slideBox dl dd:hover .word {
	right: 0;
}

.slideBox dl dd:hover .image {
	right: 1rem;
}

/* **********************************  End   ************************************ */

/* **********************************  Footer头部   ************************************ */
.footer {
	background: #001B42;
	padding: .9rem 0 .5rem;
	margin-top: -2px;
}

.footer .ftTop {
	border-bottom: solid 1px rgba(198, 214, 233, 0.15);
}

.footer .ftTop .ftTopLeft {
	width: 66.66%;
}

.footer .ftTop .ftTopLeft .phone {
	margin-bottom: .25rem;
}

.footer .ftTop .ftTopLeft .phone img {
	width: .53rem;
	margin-right: .15rem;
}

.footer .ftTop .ftTopLeft .phone a {
	color: #00D2FF;
}

.footer .ftTop .ftTopLeft dl dd {
	padding-left: .25rem;
	margin-bottom: .15rem;
}

.footer .ftTop .ftTopLeft dl dd:nth-of-type(1) {
	background: url(../images/email.png) no-repeat 0 center / 0.18rem;
}

.footer .ftTop .ftTopLeft dl dd:nth-of-type(2) {
	background: url(../images/address.png) no-repeat 0 center / 0.16rem;
}

.footer.footer-zong .ftTop .ftTopLeft dl dd {
	margin-bottom: .3rem;
}

.footer.footer-zong .ftTop .ftTopRight dd {
	color: #666;
}

.footer.footer-zong .ftTop .ftTopLeft dl dd:nth-of-type(1) {
	background: url(../images/zuo.png) no-repeat 0 center / 0.18rem;
}

.hezuo {
	padding: .6rem 0 .6rem;
}

.newsMenu.newsMenujishu ul li:not(:last-child) {
	margin-right: 1.1rem;
}

.footer.footer-zong .ftTop .ftTopLeft dl dd:nth-of-type(2) {
	background: url(../images/weixin.png) no-repeat -4px center / 0.28rem;
}

.footer.footer-zong .ftTop .ftTopLeft dl dd:nth-of-type(3) {
	background: url(../images/email.png) no-repeat 0 center / 0.18rem;
}

.footer.footer-zong .ftTop .ftTopLeft dl dd:nth-of-type(4) {
	background: url(../images/address.png) no-repeat 0 center / 0.16rem;
}

.footer .ftTop .ftTopLeft dl dd,
.footer .ftTop .ftTopLeft dl dd a {
	color: #C6D6E9;
}

.service-cy-item img {
	max-width: 60%;
}

.service-cy-xian {
	height: 2px;
	width: 120px;
	margin: 10px 0;
	background: linear-gradient(90deg, #00000000 0%, #00000000 20%, #00000022 50%, #00000000 80%, #00000000 100%);
}

.service-cy-name {
	width: 80%;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.15rem;
	color: #2A64AE;
}

.hezuo-xia-xia {
	padding: 0.5rem 0;
}

.hezuo-xia-xia h1 {
	line-height: 0.3rem;
}

.baozhang {
	background-color: #EFF4F8;
	padding: .6rem 0 .6rem;
}

.service-js-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-js-img div {
	position: relative;
	width: calc((100% - 60px) / 3);
	overflow: hidden;

}

.service-js-b {
	flex-wrap: wrap;
}

.service-js-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-js-img div {
	position: relative;
	width: calc((100% - 60px) / 3);
	overflow: hidden;

}

.service-js-img img {
	height: auto;
	width: 100%;
}

.service-js-img div:hover img {
	transform: scale(1.1);
	transition: all .5s ease .1s;
}

.service-js-b {
	flex-wrap: wrap;
}
.service-js-b div{
	margin-bottom: 30px;
}
.service-js-b div:first-child {
	width:calc((100% - 60px) / 3);
}

.service-js-b div:nth-child(2) {
	

}

.service-js-b div p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.2rem;
	color: #fff;
	background-color: #2A64AE99;
	font-size: 0.2rem;
}

.fuwu {
	background-image: url(../images/bj5.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: .6rem 0 .6rem;
}

.service-fw-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.service-fw-item {
	width: calc(50% - 20px);
	margin-bottom: 0.2rem;
}

.service-fw-item-img {
	overflow: hidden;
}

.service-fw-item-img img {
	width: 100%;
	height: auto;
}

.service-fw-item-img:hover img {
	transform: scale(1.1);
	transition: all .5s ease .1s;
}

.yanfa {
	background-color: #EFF4F8;
	padding: .6rem 0 .6rem;
}

.service-swiper-text {
	font-size: 0.2rem;
	color: #383838;
	padding: 0.2rem;
	text-align: center;
}


.model-m-t {
	margin-top: 50px;
}

.service-td-item {

	padding: 15px;
	background-color: #fff;
}

.service-td-item img {
	height: auto;
	width: 100%;
}

#fullPage .section2 .technique ul li a {
	display: block;
}

.service-td-item div {
	overflow: hidden;
}

.service-td-item div:hover img {
	transform: scale(1.1);
	transition: all .5s ease .1s;
}

.service-td-item p {
	padding-bottom: 0 !important;
}

.service-fw-item p {
	color: #2A64AE;
	background-color: #fff;
}


.service-js-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-js-img img {
	height: auto;
	width: 100%;
}

.service-js-img div:hover img {
	transform: scale(1.1);
	transition: all .5s ease .1s;
}

.service-cy-item {
	margin-top: 0.3rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer .ftTop .ftTopLeft dl:after {
	content: "";
	display: block;
	width: 6.4rem;
	height: 1px;
	background: rgba(198, 214, 233, 0.15);
}

.footer .ftTop .ftTopLeft .ftNav {
	padding: .15rem 0 .25rem;
}

.footer .ftTop .ftTopLeft .ftNav a {
	color: #C6D6E9;
}

.footer .ftTop .ftTopLeft .ftNav a:hover {
	color: #2768EA;
}

.footer .ftTop .ftTopLeft .ftNav a:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #C6D6E9;
	margin: 0 .1rem;
}

.footer .ftTop .ftTopLeft .friendlyLinks {
	width: 80%;
	margin-bottom: .4rem;
}

.footer .ftTop .ftTopLeft .friendlyLinks span {
	color: #C6D6E9;
}

.footer .ftTop .ftTopLeft .friendlyLinks a {
	color: #C6D6E9;
	margin-right: 5px;
}

.footer .ftTop .ftTopLeft .friendlyLinks a:hover {
	color: #2768EA;
}

.footer .ftTop .ftTopLeft .friendlyLinks .linkBox {
	width: calc(100% - 1rem);
}

.footer .ftTop .ftTopRight {
	width: 46%;
	padding-top: .32rem;
}

.footer .ftTop .ftTopRight dd {
	width: 32%;
	color: #C6D6E9;
	margin-left: 0.07rem;
}

.footer .ftTop .ftTopRight dd img {
	margin-bottom: .1rem;
}

.footer .record {
	width: 120%;
	margin-left: -10%;
	text-transform: uppercase;
	color: #C6D6E9;
	opacity: .8;
	padding-top: .5rem;
}

.footer .record p {
	letter-spacing: 2px;
	position: relative;
	padding-right: .2rem;
}

.footer .record p:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #C6D6E9;
	margin: 0 .1rem;
}

.footer .record a {
	color: #C6D6E9;
	/*padding-left: .25rem;
	background: url(../images/begiv.png) no-repeat 0 center / 0.15rem;*/
}

/* **********************************  End   ************************************ */


/* **********************************  翻页插件   ************************************ */

.booklet .b-wrap-right,
.booklet .b-wrap {
	padding: 0 !important;
}

.booklet .b-wrap-left,
.booklet .b-wrap-right {
	background: none !important;
}

/* 走马灯 */
.str_wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	font-size: 0;
}

.str_wrap.str_active {}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block; //display:inline; //zoom:1; vertical-align: top; position: absolute; left: 100%; top: 0; }

	.str_vertical .str_move_clone {
		left: 0;
		top: 100%;
	}

	.str_down .str_move_clone {
		left: 0;
		bottom: 100%;
	}

	.str_vertical .str_move,
	.str_down .str_move {
		white-space: normal;
		width: 100%;
	}

	.str_static .str_move,
	.no_drag .str_move,
	.noStop .str_move {
		cursor: inherit;
	}

	.str_wrap img {
		max-width: none !important;
	}

	.booklet .b-wrap {
		padding: 0 !important;
	}

	.nicescroll-rails {
		background: #eeeeee;
		opacity: 1 !important;
		width: 4px !important;
	}

	.nicescroll-rails .nicescroll-cursors {
		border: 0 !important;
		width: 4px !important;
	}

	/* **********************************  End   ************************************ */


	/* 修改  */
	.ti-text-container.active-container.ti-cursor.end:after {
		display: none !important;
	}

	.float {
		width: 2.2rem;
		position: fixed;
		z-index: 20;
	}

	.float .close {
		position: absolute;
		right: .1rem;
		top: .1rem;
		width: .2rem;
		border-radius: 50%;
		z-index: 5;
		cursor: pointer;
	}

	.float .close img {
		width: 100%;
	}

	@media (max-width: 1200px) {
		#fullPage .section2 .txt {
			padding-top: 0;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		#fullPage .section2 .txt .cloud {
			bottom: 55%;
		}

		#fullPage .section2 .section2-content {
			position: relative;
		}

		#fullPage .section2 .technique {
			bottom: 1.2rem;
		}

		#fullPage .section2 .txt .roundImg {
			position: static;
		}

		.robotBottom ul li .txt {
			padding-bottom: .6rem;
		}

		#Product #ProductVillage .villageList .item .vlTxt .introduce dl dd {
			overflow-y: scroll;
		}
	}


	.videoInfo .video .imgbox img {
		width: 100%;
		height: 100%;
		min-height: 6rem;
		object-fit: cover;
	}

	.videoInfo .video .imgbox:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		content: "";
		background-color: rgba(0, 0, 0, 0.5);
		height: 100%;
		transition: all 0.5s;
	}

	.videoInfo .video {
		cursor: pointer;
		position: relative;
		margin-bottom: 0.52rem;
		max-height: 66vh
	}

	.videoInfo .imgbox {
		width: 100%;
		height: 100%;
		max-height: 66vh
	}

	.videoInfo .video .iconbf4 {
		background-image: url(../images/vv.png);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: 0.64rem;
		color: #fff;
		transition: all 0.5s;
		height: 0.64rem;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.videoInfo .video .imgbox:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		content: "";
		background-color: rgba(0, 0, 0, 0.5);
		height: 100%;
		transition: all 0.5s;
	}

	.videoInfo .video:hover .imgbox:after {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.videoInfo .video:hover .iconbf4 {
		transform: translate(-50%, -50%) scale(1.05);
		-webkit-transform: translate(-50%, -50%) scale(1.05);
		-moz-transform: translate(-50%, -50%) scale(1.05);
		-ms-transform: translate(-50%, -50%) scale(1.05);
		-o-transform: translate(-50%, -50%) scale(1.05);
	}

	.video_files {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100%;
		height: 100%;
		z-index: 1001;
		transform: translate(-50%, -50%);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.video_files .close {
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		width: 0.35rem;
		height: 0.35rem;
		line-height: 0.35rem;
		background: #2768EA;
		color: #fff;
		z-index: 10;
		cursor: pointer;
	}

	.video_files .close .icongb {
		background-image: url(../images/gb.png);
		width: 100%;
		background-size: 0.2rem;
		display: block;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.video_files video {
		width: 100%;
		height: 100%;
		object-fit: fill;
		background: #000;
	}

	.dmInfoBox {
		padding: 0 .5rem;
		margin-top: .5rem;
	}


	#fullPage .section1 .txt .play {
		background-image: url(../images/vv.png);
		display: block;
		width: 0.64rem;
		color: #fff;
		transition: all 0.5s;
		height: 0.64rem;
		margin: 0.3rem auto 0;
		background-size: contain;
		background-repeat: no-repeat;
		transform: translateY(0.3rem);
		opacity: 0;
		transition: all .5s;
	}

	#fullPage .section1 .txt .play.active {
		transform: translateY(0);
		opacity: 1;
	}

	.home_video_box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
	}

	.home_video_box video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 101;
		object-fit: cover;
	}

	.home_video_box .close {
		position: absolute;
		right: 5%;
		top: 10%;
		width: 0.5rem;
		height: 0.5rem;
		background: url(../images/gb.png) no-repeat center center #3FC6FD;
		background-size: 0.24rem;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		z-index: 200;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
		z-index: 999;
	}

	.ndContent .ndTxt a {
		padding-bottom: 5px;
		border-bottom: 2px solid #333333;
	}


	.header {
		top: 0;
		transition: all .5s;
	}

	.header.on {
		top: 0;
	}

	.header_top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		transition: all .5s;
	}

	.header_top.on {
		top: -25px;
	}

	.header_top .w1560 {
		max-width: 15.6rem;
		width: 96%;
		margin: 0 auto;
	}

	.header_top .header_btn {
		line-height: 25px;
		background: #111;
	}

	.header_top .header_btn ul {
		display: flex;
		justify-content: flex-end;
	}

	.header_top .header_btn ul li {
		padding: 0 15px;
		font-size: 12px;
		color: #fff;
		display: flex;
		align-items: center;
		height: 25px;
		cursor: pointer;
	}

	.header_top .header_btn ul li img {
		height: 16px;
		display: inline-block;
		margin-right: 5px;
	}

	.header_top .header_btn ul li img.img1 {
		display: none;
	}

	.header_top .header_btn ul li i {
		display: block;
		width: 5px;
		height: 5px;
		border: 1px solid #fff;
		border-left: none;
		border-bottom: none;
		transform: rotate(135deg);
		margin-left: 5px;
		position: relative;
		top: -1px;
	}

	.header_top .header_btn ul li.on {
		background-color: #f7f7f7;
		color: #808080;
	}

	.header_top .header_btn ul li.on .img1 {
		display: block;
	}

	.header_top .header_btn ul li.on img.img2 {
		display: none;
	}

	.header_top .header_btn ul li.on i {
		border: 1px solid #999;
		border-left: none;
		border-bottom: none;
		transform: rotate(-45deg);
		top: 0.03rem;
	}


	.header_top .header_topBox {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99;
		background: #f7f7f7;
		width: 100%;
	}

	.header_top .header_topBox .webbox .dlbox {
		display: flex;
		flex-wrap: wrap;
		margin-left: -2%;
	}

	.header_top .header_topBox .webbox .dlbox dl {
		width: 18%;
		margin-left: 2%;
	}

	.header_top .header_topBox .webbox .dlbox dl dt {
		font-size: 0.18rem;
	}

	.header_top .header_topBox .webbox .dlbox dl dt span {
		display: flex;
		align-items: center;
	}

	.header_top .header_topBox .webbox .dlbox dl dt a {
		display: flex;
		align-items: center;
		border-bottom: 1px solid transparent;
	}

	.header_top .header_topBox .webbox .dlbox dl dt em {
		display: block;
		width: 0.08rem;
		height: 0.08rem;
		border: 1px solid #808080;
		border-left: none;
		border-bottom: none;
		transform: rotate(45deg);
		margin-left: 0.1rem;
		position: relative;
		top: -0;
		transition: all .5s;
	}

	.header_top .header_topBox .webbox .dlbox dl dd {
		color: #999;
		padding: 0.1rem 0;
		line-height: 1.5;
		font-size: 0.14rem;
	}

	.header_top .header_topBox .webbox .dlbox dl dt span.active {
		font-weight: bold;
	}

	.header_top .header_topBox .webbox .dlbox dl dt span.active em {
		border: 2px solid #2768EA !important;
		border-left: none !important;
		border-bottom: none !important;
		margin-right: 0.1rem !important;
		margin-left: 0 !important;
	}

	.header_top .header_topBox .webbox .dlbox dl dt a:hover {
		border-bottom: 1px solid #333;
	}

	.header_top .header_topBox .webbox .dlbox dl dt span:hover em {
		margin-left: 0.2rem;
		border: 1px solid #2768EA;
		border-left: none;
		border-bottom: none;
	}

	.header_top .header_topBox .boxtab {
		display: none;
		padding: 0.4rem 0;
	}

	.header_top .header_topBox .lanbox .tabtit {
		font-size: 0.24rem;
		font-weight: bold;
		margin-bottom: 0.3rem;
	}

	.header_top .header_topBox .lanbox dl {
		display: flex;
		flex-wrap: wrap;
		margin-left: -2%;
	}

	.header_top .header_topBox .lanbox dl dd {
		width: 18%;
		margin-left: 2%;
		margin-bottom: 0.2rem;
		color: #999;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.header_top .header_topBox .lanbox dl dd a {
		color: #999;
		border-bottom: 1px solid transparent;
	}

	.header_top .header_topBox .lanbox dl dd a:hover {
		border-bottom: 1px solid #333;
		color: #333;
	}

	.header_top .header_topBox .lanbox dl dd.active {
		color: #333;
	}

	.header_top .header_topBox .lanbox dl dd.active a {
		color: #333;
		font-weight: bold;
	}

	.header_top .header_topBox .lanbox dl dd.active::before {
		content: '';
		display: block;
		width: 0.06rem;
		height: 0.06rem;
		border: 2px solid #2768EA;
		border-left: none;
		border-bottom: none;
		transform: rotate(45deg);
		margin-right: 0.1rem;
	}

	.header_top .header_topBox .lanbox dl dd span {
		display: inline-block;
		margin-right: 5px;
	}
	.header_top .header_topBox .lanbox dl dd a {
		display: inline-block;
		margin-left: 5px;
	}


	.teamContact .teamForm .input:nth-child(4) input,
	.teamContact .teamForm .input:nth-child(4) .tip,
	.teamContact .teamForm .input:nth-child(4) textarea {
		padding-left: 1.1rem;
	}