﻿@charset "utf-8";

* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
:before,
:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

* {
	-webkit-tap-highlight-color: transparent;
}

@font-face {
	font-family: '思源黑体';
	src: url('fonts/SourceHanSansCN-Regular.otf');
}

html {
	-webkit-text-size-adjust: 100%;
	font-family: '思源黑体';
}

:root {
	--ww: 1920 * 100vw;
}

@media (max-width: 1024px) {
	:root {
		--ww: 1200 * 100vw;
	}
}

@media (max-width: 768px) {
	:root {
		--ww: 1024 * 100vw;
	}
}

@media (max-width: 750px) {
	:root {
		--ww: 750 * 100vw;
	}
}

@media (max-width: 640px) {
	:root {
		--ww: 500 * 100vw;
	}
}

html {
	font-size: calc(100 / var(--ww));
}

body {
	padding: 0;
	margin: 0 auto;
	font-size: 0.16rem;
	position: relative;
	-webkit-text-size-adjust: none;
	/*取出点击出现半透明的灰色背景*/
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	/*控制内容的可选择性*/
	/*-webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;*/

}

@media (max-width: 640px) {
	body {
		font-size: 0.2rem;
	}
}


.nones {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	width: 100%;
	z-index: -10;
	left: 0;
}

/*effict*/
.Scale-img {
	zoom: 1;
	overflow: hidden;
}

.Scale-img img,
.Scale-img span {
	opacity: 1;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
	top: 0px;
	left: 0px;
}

.TabSlide {
	position: relative;
}

.Top002898 {
	z-index: 10000 !important;
	!i;
	!;
	background-color: #fff;
	position: static;
	transition: all .3s;
	position: fixed;
	z-index: 100;
	width: 100%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.Top002898.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Top002898 main {
	position: relative;
	width: 100%;
	padding: 0 3%;
	z-index: 10000;
}

.Top002898 .auto {
	max-width: 16rem;
	width: 96%;
}

.Top002898 .top-left {
	float: left;
	display: table;
	height: 1.2rem;
	max-width: 20%;
}

.Top002898 .top-left a {
	display: table-cell;
	vertical-align: middle;
}

.Top002898 .top-left img {
	height: 0.7rem;
}

.Top002898 .top-right {
	float: right;
	line-height: 0.4rem;
	padding: 2.083vw 0;
}

.Top002898 .top-right dl>* {
	float: left;
}

.Top002898 .top-mid {
	float: left;
	margin-right: 2%;
	margin-left: 9%;
}

.Top002898 .top-lang {
	margin: 0 0.15rem;
	position: relative;
	z-index: 22
}

.Top002898 .top-lang .icon {
	display: flex;
	width: 0.38rem;
	height: 0.38rem;
	/* background: url(../images/Top002898-lang.svg) no-repeat center center;*/
	background-size: auto 0.26rem;
	font-size: 0.2rem;
}

.Top002898 .top-lang .box1 {
	text-align: center;
}

.Top002898 .top-lang .box1 {
	position: absolute;
	top: 0;
	left: -10px;
	right: -10px;
	padding: 40px 10px 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1;
}

.Top002898 .top-lang .box1 a {
	color: #fff;
}

.Top002898 .top-lang .box1 a:hover {
	color: #ffcc00;
}

.Top002898 .top-lang:hover .box1 {
	display: block;
}

.Top002898 .top-search {
	display: block;
	border-radius: 38px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 0;
}

.Top002898 .top-search .text {
	background: none;
	width: 43px;
	padding: 0;
	transition: 0.3s;
	height: 38px;
	line-height: 38px;
}

.search-show .Top002898 .top-search .text {
	width: calc(100% - 0.4rem);
}

.Top002898 .top-search .btn {
	background: url(../images/Top003101-search.svg) no-repeat center center;
	width: 40px;
	background-size: auto 42%;
	position: relative;
	z-index: 10;
}

.Top002898 .phone {
	margin-left: 1.563vw;
	font-size: 0.22rem;
	font-weight: 600;
	color: #0083ce;
	line-height: 0.4rem;
}

.Top002898 .phone img {
	width: 0.3rem;
	margin-right: 0.05rem;
}



@media(max-width:1024px) {
	.Top002898 .top-left {
		height: 0.8rem;
		max-width: 40%;
	}

	.Top002898 .top-left img {
		height: 0.5rem;
	}

	.Top002898 .top-right {
		padding: 0.2rem 0 0;
	}

	.Top002898 .phone {
		display: none;
	}
}

.Top002898 .top-search {
	margin-right: 0;
}

.Top002898 .top-search .box {
	display: none;
	position: absolute;
	padding-right: 50px;
	background: #fff;
}

.Top002898.fixed .top-search {
	background-color: rgba(0, 0, 0, 0.1)
}

.Top002898 .top-search .text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	padding: 0 20px;
	background: none;
}

.Top002898 .top-search .btn {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50px;
	background: url("../images/Top003156-search-on.svg") no-repeat center center;
}

.Top002898 .open-search {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	position: relative;
	z-index: 10;
	background: url("../images/Top003156-search.svg") no-repeat center center;
	background-size: 0.2rem;
}

.Top002898 .open-search.on {
	background: none;
}

.Top002898 .open-search.on:before,
.Top002898 .open-search.on:after {
	position: absolute;
	content: '';
	width: 60%;
	height: 2px;
	background: #666;
	top: 50%;
	margin-top: -1px;
	left: 20%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.Top002898 .open-search.on:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.Top002898 .top-search {
	position: relative;
	z-index: 100;
}

.Top002898 .top-search .box {
	right: -17%;
	top: 186%;
	margin-top: 0;
	width: 25vw;
	height: 50px;
	border-radius: 5px;
}

.Top002898 .top-menu li span,
.Top002898 .top-menu li span a {
	display: block;
}

/* .index .Top002898 .top-menu li span a{color: #fff;} */
.Top002898 .top-menu li a:hover,
.Top002898 .top-menu li.aon span a {
	color: #0083ce;
}

.Top002898 .top-menu .sub {
	display: none;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 10%);
}

.Top002898 .top-menu .sub .sub-inner {
	overflow: hidden;
	padding: 0 0.3rem 0.2rem 0.3rem;
	padding-bottom: 0;
}

.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt {
	padding: 0;
	font-size: 0.18rem;
	line-height: 2;
	margin-top: 0.1rem;
	width: 12.5%;
	display: inline-block;
	text-align: left;
}

.Top002898 .top-menu .pr {
	/* position: relative; */
	z-index: 100;
}

.Top002898 .top-menu .sub[data-type="tab"] .sub-inner {
	position: relative;
}

.Top002898 .top-menu .sub .sub-inner .title {
	font-size: 0.24rem;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	padding: 0.2rem 0;
	width: 100%;
	color: #000;
}

.Top002898 .top-menu .sub .one-cate dt .one-cate-name a {
	display: block;
	line-height: 2;
	padding: 0.15rem 0rem 0.15rem 0.8rem;
	border-left: 0.06rem solid transparent;
	font-size: 0.18rem;
	position: relative;
	color: #222;
}

.Top002898 .top-menu .sub .one-cate dt .one-cate-name a img {
	position: absolute;
	left: 0.3rem;
	height: 0.25rem;
	max-width: 0.25rem;
	filter: grayscale(100);
	top: 0.22rem;
	/* display: none; */
}

.Top002898 .top-menu .sub .two-cate {
	background: #fff;
}

.Top002898 .top-menu .sub .two-cate .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: flex-start; */
}

.Top002898 .top-menu .sub .two-cate .item {
	float: left;
	width: 48%;
	margin-bottom: 5%;
}

.Top002898 .top-menu .sub .two-cate .item:not(:nth-child(2n)) {
	/* margin-right: 3%; */
}

.Top002898 .top-menu .sub .two-cate .item:nth-child(3n+1) {
	clear: left;
}

.Top002898 .top-menu .sub .two-cate .item dd {
	line-height: 2;
	padding: 0;
}

.Top002898 .top-menu .sub .two-cate .item dd a {
	color: #333;
	font-size: 0.15rem;
}

.Top002898 .top-menu .sub .two-cate .item dd a:hover {
	color: #0083ce;
	text-decoration: underline;
}

.Top002898 .top-menu .sub .two-cate-name {
	overflow: hidden;
}

.Top002898 .top-menu .sub .two-cate-name a {
	float: left;
	max-width: 95%;
	padding-right: 0.3rem;
	position: relative;
	font-size: 0.16rem;
	color: #0083ce;
}

.Top002898 .top-menu .sub .two-cate-name a:before {
	position: absolute;
	content: '';
	right: 0.04rem;
	top: 50%;
	margin-top: -0.04rem;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	width: 0.08rem;
	height: 0.08rem;
}

.Top002898 .top-menu .sub .two-cate-name a:hover {
	color: #0083ce;
	text-decoration: underline;
}


.Top002898 .top-menu .sub .three-cate {
	width: 30%;
	float: left;
	padding-left: 0.6rem;
}

.Top002898 .top-menu .sub .three-cate img {
	width: 100%;
}


@media(min-width:1025px) {
	.Top002898 .top-menu li {
		float: left;
		margin: 0 1.5vw;
	}

	.Top002898 .top-menu li span a {
		line-height: 1.2rem;
		font-size: 0.2rem;
	}

	.Top002898 .top-menu .sub {
		position: absolute;
		top: 100%;
		background: #fff;
		border-top: 1px solid #ddd;
		padding-bottom: 0;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] {
		width: 100%;
		left: 0;
		padding-left: 0 !important;
		!i;
		!;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] .sub-inner {
		padding: 0.4rem 0;
		padding-top: 0;
		padding-bottom: 0.1rem;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt {
		float: left;
		/* width: 100%; */
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"].dl-right dl {
		float: right;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt {
		text-align: left;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon {
		height: 50px;
		margin-bottom: 10px;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon img {
		max-height: 50px;
		transition: 0.3s;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt:hover .icon img {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
	}

	.Top002898 .top-menu .sub[data-type="tab"] {
		width: 100vw;
		padding-bottom: 0;
	}

	.Top002898 .top-menu .sub[data-type="tab"] .two-cate-list {
		display: none !important;
	}

	.Top002898 .top-menu li:not(.po-r) .sub[data-type="tab"] {
		left: 0;
		margin-left: 0;
	}

	.Top002898 .top-menu li.po-r .sub[data-type="tab"] {
		right: 0;
	}

	.Top002898 .top-menu .sub .one-cate {
		width: 18%;
		min-height: 3.9rem;
		padding: 0;
		border-right: 1px solid #ddd;
		box-sizing: border-box;
		float: left;
	}

	.Top002898 .top-menu .sub .one-cate dt.on .one-cate-name a {
		background: #ebf3fc;
		border-left-color: #0083ce;
		color: #0083ce;
		/* font-weight: 600; */
	}

	.Top002898 .top-menu .sub .two-cate {
		/* position: absolute; */
		right: 0.3rem;
		top: 1.15rem;
		height: 3.9rem;
		float: left;
		width: 40%;
		padding: 0 0.2rem;
		/* border-left: 1px solid #ddd; */
		border-right: 1px solid #ddd;
		box-sizing: border-box;
		overflow: hidden;
		padding-right: 0;
		padding-left: 0;
	}

	.Top002898 .top-menu .sub .scrollinfo {
		max-height: 100%;
		height: 100%;
	}

	.Top002898 .top-menu .sub .two-cate-name {
		margin: 0.1rem 0;
	}
}

@media(max-width:1024px) {
	.Top002898 .top-search .box {
		width: 55vw;
	}

	.Top002898 .top-menu {
		position: fixed;
		left: -100%;
		opacity: 0;
		transition: 0.5s;
		top: 0.8rem;
		bottom: 0;
		z-index: 100;
		background: #fff;
		width: 80%;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
		padding: 20px 0;
	}

	.Top002898 .top-menu ul {
		height: 100%;
		overflow: auto;
	}

	.menu-show .top-menu {
		left: 0;
		opacity: 1;
	}

	.Top002898 .top-menu .sub .sub-inner {
		padding: 0.2rem;
	}

	.Top002898 .top-menu .sub .sub-inner .title {
		margin: 0;
		display: none;
	}

	.Top002898 .top-menu .sub .one-cate dt .one-cate-name a {
		padding: 0.15rem 0.3rem 0.2rem 0.5rem;
		font-size: 16px;
	}

	.Top002898 .top-menu .sub .one-cate dt .one-cate-name a img {
		left: 0;
	}

	.Top002898 .top-menu .sub .three-cate {
		display: none;
	}

	.Top002898 .top-menu li:nth-child(2n-1) {
		background: rgb(35, 117, 227, 0.12);
	}

	.Top002898 .top-menu li span a {
		line-height: 0.8rem !important;
		font-size: 0.18rem;
		padding-left: 20px;
		font-weight: bold;
	}

	.Top002898 .top-menu li span {
		padding-right: 40px;
		position: relative;
		overflow: hidden;
	}

	.Top002898 .top-menu li .op-item,
	.Top002898 .top-menu li .op {
		position: absolute;
		right: 0.1rem;
		top: 0.2rem;
		width: 0.4rem;
		height: 0.4rem;
		transition: 0.3s;
	}

	.Top002898 .top-menu li .op-item {
		top: 0;
	}

	.Top002898 .top-menu li .op:before,
	.Top002898 .top-menu li .op:after {
		position: absolute;
		content: '';
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background: #1769fe;
	}

	.Top002898 .top-menu li .op:before {
		height: 40%;
		width: 2px;
	}

	.Top002898 .top-menu li .op:after {
		width: 40%;
		height: 2px;
	}

	.Top002898 .top-menu li .op.click {
		transform: rotate(45deg);
	}

	.Top002898 .open-menu {
		width: 0.4rem;
		height: 0.4rem;
		position: relative;
	}

	.Top002898 .open-menu i {
		position: absolute;
		left: 10%;
		width: 80%;
		top: 50%;
		margin-top: -1px;
		height: 2px;
		background: #333;
		transition: 0.3s;
	}

	.Top002898 .open-menu:not(.on) i:nth-child(1) {
		margin-top: -8px;
	}

	.Top002898 .open-menu:not(.on) i:nth-child(3) {
		margin-top: 6px;
	}

	.Top002898 .open-menu.on i:nth-child(1) {
		opacity: 0;
	}

	.Top002898 .open-menu.on i:nth-child(2) {
		transform: rotate(45deg);
		opacity: 1;
	}

	.Top002898 .open-menu.on i:nth-child(3) {
		transform: rotate(-45deg);
	}

	.Top002898 .top-menu .sub {
		padding: 0 !important;
		background: rgba(0, 0, 0, 0.1);
	}

	.Top002898 .top-menu .sub-inner {
		padding: 3vw 0;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt {
		width: 100%;
		display: block;
		float: none;
		font-size: 16px;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt a {
		position: relative;
		display: block;
		line-height: 0.4rem;
		padding: 0 0 0 0.2rem;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon {
		position: absolute;
		left: 0;
		max-width: 30px;
		top: 50%;
		transform: translateY(-50%);
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon img {
		height: 24px;
	}

	.Top002898 .top-menu .sub .two-cate-list,
	.Top002898 .top-menu .sub .two-cate-list dl,
	.Top002898 .top-menu .sub .two-cate {
		display: none;
	}

	.Top002898 .top-menu .one-cate dt:not(:last-child) .one-cate-name {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.Top002898 .top-menu .one-cate-name {
		position: relative;
		padding-right: 40px;
	}

	.Top002898 .top-menu li .op-item {
		height: 100%;
	}

	.Top002898 .top-menu li .op-item.click {
		transform: rotate(180deg);
	}

	.Top002898 .top-menu li .op-item:before {
		position: absolute;
		content: '';
		border: 6px solid transparent;
		border-top-color: #1769fe;
		left: 50%;
		top: 50%;
		margin: -3px 0 0 -6px;
	}

	.Top002898 .top-menu .sub .two-cate-list {
		background: rgba(0, 0, 0, 0.1);
		padding: 10px 0;
	}

	.Top002898 .top-menu .sub .two-cate-name {
		padding: 5px 30px;
		line-height: 30px;
	}

	.Top002898 .top-menu .sub .two-cate-name a {
		float: none;
	}
}

@media(max-width:640px) {
	.Top002898 .top-search .box {
		width: 70vw;
		margin-right: -15vw;
	}
}

/*Banner003179 */
.Banner003179 {
	position: relative;
	z-index: 1;
	margin-top: 1.2rem;
}

.Banner003179 li.slick-slide {
	position: relative;
}

.Banner003179 li .url {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background-color: #ffff;
}

.Banner003179 .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	bottom: calc(65 / 980 * 100%);
}

.Banner003179 .slick-dots li {
	float: left;
	width: 20px;
	height: 20px;
	border: solid 3px #ffffff;
	margin: 0 15px;
	border-radius: 100px;
}

.Banner003179 .slick-dots li button {
	display: none;
}

.Banner003179 .slick-dots li.slick-active {
	border: 0;
	background-color: #0188ce;
}

.Banner003179 li img {
	height: calc(100vh - 1.2rem);
	object-fit: cover;
}

.bannerNew {
	position: relative;
	margin-top: 1.2rem;
}

.videwBanner,
.banner {
	position: relative;
	margin-top: 1.2rem;
}

.banner::before {
	background-color: rgba(17, 166, 299, .13);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	z-index: 0;
}

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

.aboutPage .banner .text {
	/* top: 40%; */
}

.text h2 {
	font-size: 0.4rem;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 3px rgb(0 0 0);
}

.text h3 {
	font-size: 0.28rem;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	font-weight: 500;
	text-shadow: 0 0 3px rgb(0 0 0);
}

@media(max-width:1560px) {
	.Banner003179 {
		margin-top: 1.05rem;
	}
}

@media (min-width:1025px) {
	.Banner003179 .wap {
		display: none;
	}
}

@media (max-width:1024px) {

	.videwBanner,
	.bannerNew,
	.Banner003179,
	.banner {
		margin-top: 0.8rem;
	}

	.Banner003179 .pc {
		display: none;
	}

	.Banner003179 li img {
		height: auto;
	}

	.Banner003179 .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
		border-width: 2px;
	}
}

@media(max-width:768px) {
	.text h3 {
		display: none;
	}

	.text h2 {
		font-size: 0.3rem;
	}
}


/* 产品中心 */

.Floor002585 {
	/* background:url(../images/Floor002585_bg.jpg) no-repeat center bottom; */
	background-size: cover;
	background-color: #f6f8fb;
}

.Floor002585 .wrap {
	position: relative;
	z-index: 3;
	margin-top: 0;
}

.Floor002585 .wrap>* {
	position: relative;
	z-index: 2;
	padding-top: 0;
}

.Floor002585 .title {
	padding-top: 0.25rem;
	color: #333;
}

.Floor002585 .title b {
	font-size: 0.24rem;
	text-transform: uppercase;
}

@media(max-width:375px) {
	.Floor002585 .title b {
		font-size: 22px;
	}
}

.Floor002585 .title h2 {
	margin: 0;
	font-weight: normal;
	font-size: 0.2rem;
	padding-bottom: 0.45rem;
}

.Floor002585 .title h2::after {
	width: 5px;
	height: 3px;
	display: inline-block;
	content: '';
	background: #0188ce;
	vertical-align: middle;
	margin-left: 5px;
}

.Floor002585 .title .more {
	line-height: 30px;
	padding-left: 20px;
	border-left: 1px solid #dbdbdb;
	color: #666;
	font-size: 16px;
	display: inline-block;
}

.Floor002585 .title .more i {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #dbdbdb;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
}

.Floor002585 .title .more i::before,
.Floor002585 .title .more i::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	background: #999;
}

.Floor002585 .title .more i::after {
	width: 1px;
	height: 7px;
	margin-top: -3.5px;
	margin-left: -0.5px;
}

.Floor002585 .title .more i::before {
	width: 7px;
	height: 1px;
	margin-left: -3.5px;
	margin-top: -0.5px;
}

.Floor002585 .wrap-right {
	padding-left: 0.42rem;
	padding-right: 0.42rem;
}

.Floor002585 .wrap-right .title b,
.Floor002585 .wrap-right .title .more,
.Floor002585 .wrap-right .title {
	color: #fff;
}

.Floor002585 .wrap-right .title h2::after {
	background: #fff;
}

.Floor002585 .wrap-right .title .more i {
	border-color: #fff;
}

.Floor002585 .wrap-right .title .more i::after,
.Floor002585 .wrap-right .title .more i::before {
	background: #fff;
}

.Floor002585 .wrap-left-1 .title {
	position: relative;
}

.Floor002585 .wrap-left-1 .title .more {
	position: absolute;
	right: 0;
	top: 30px;
}

@media(min-width:769px) {
	.Floor002585 .wrap-right {
		float: right;
		width: 27%;
	}
}

/*slick Basic*/
.Floor002585 .slick-slider {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.Floor002585 .slick-list {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}

.Floor002585 .slick-list:focus {
	outline: none
}

.Floor002585 .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.Floor002585 .slick-slider .slick-track,
.Floor002585 .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.Floor002585 .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.Floor002585 .slick-track:before,
.Floor002585 .slick-track:after {
	display: table;
	content: '';
}

.Floor002585 .slick-track:after {
	clear: both;
}

.Floor002585 .slick-loading .slick-track {
	visibility: hidden;
}

.Floor002585 .slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.Floor002585 .slick-slide .slick-loading img {
	display: none;
}

.Floor002585 .slick-slide .dragging img {
	pointer-events: none;
}

.Floor002585 .slick-initialized .slick-slide {
	display: block;
}

.Floor002585 .slick-loading .slick-slide {
	visibility: hidden;
}

.Floor002585 .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.Floor002585 .slick-arrow .slick-hidden {
	display: none;
}

.Floor002585 .wrap-left-1 {
	padding-left: 3.5%;
	padding-bottom: 5%;
}

.Floor002585 .wrap-left-1 .edit-info {
	line-height: 24px;
}

.Floor002585 .wrap-left-2 {
	position: relative;
}

.Floor002585 .wrap-left-2 .title {
	padding-left: 3.5%;
	padding-right: 3.5%;
	padding-bottom: 10px;
}

@media(min-width:769px) {
	.Floor002585 .wrap-left-2 .title {
		position: absolute;
		left: 0;
		bottom: 0;
		background: #fff;
		z-index: 10;
		max-width: 322px;
	}
}

.Floor002585 .wrap-left-2 .title h2 {
	padding-bottom: 30px;
}

.Floor002585 .wrap-left-2 .txt {
	padding-right: 46px;
	position: relative;
}

.Floor002585 .button {
	position: absolute;
	right: 0;
}

.Floor002585 .wrap-left-2 .button {
	top: 50%;
	margin-top: -6px;
}

.Floor002585 .button .slick-arrow {
	float: left;
	width: 12px;
	height: 12px;
	border: 0;
	background: none;
	border-top: 1px solid #0a66ab;
	border-left: 1px solid #0a66ab;
	transform: rotate(-45deg);
	cursor: pointer;
	font-size: 0;
}

.Floor002585 .button .slick-disabled {
	border-color: #d1d1d1;
	cursor: default;
}

.Floor002585 .button .slick-next {
	float: right;
	transform: rotate(135deg);
	margin-left: 10px;
}

.Floor002585 .wrap-left-2 .imgtitle {
	font-size: 16px;
}

.Floor002585 .wrap-left-2 .imgtitle a {
	color: #666;
}

.Floor002585 .wrap-right .title {
	position: relative;
	margin-bottom: 0;
}

.Floor002585 .wrap-right .button {
	bottom: 10px;
}

.Floor002585 .wrap-right li a {
	margin-bottom: 0.3rem;
	display: inline-block;
	position: relative;
	background: #fff;
	border-radius: 0.1rem;
}

.Floor002585 .wrap-right li a img {
	display: block;
	width: 80%;
	margin: 10% 10% 0 10%;
}

.Floor002585 .wrap-right li figure {
	left: 5%;
	right: 5%;
	bottom: 5%;
	line-height: 2;
	background: url(../images/Floor002585_more.png) no-repeat right 0.15rem center;
	padding: 0.15rem 0.3rem;
	font-size: 0.2rem;
}

.Floor002585 .wrap-right .button .slick-arrow {
	border-color: #fff;
}

.Floor002585 .wrap-right .button .slick-disabled {
	border-color: #fff;
	opacity: 0.5;
}

@media(max-width:1200px) {
	.Floor002585 .wrap {
		margin-top: 2%;
	}

	.Floor002585 .wrap>* {
		padding-top: 0;
	}
}

@media(max-width:768px) {
	.Floor002585 .wrap-right {
		background: url(../images/Floor002585_bg.jpg) no-repeat center top;
		background-size: cover;
		margin-top: 2%;
	}

	.Floor002585 .wrap-right .title {
		margin-bottom: 3%;
	}

	.Floor002585 .title h2 {
		padding-bottom: 30px;
	}
}

/* 产品中心 */




.HomeSolutionCon {
	position: relative;
	z-index: 2
}

.HomeSolution .tab_liBox {
	width: 100%;
	margin-top: 0.2rem;
	display: flex
}

.HomeSolution .tab_liBox .tab_li {
	width: auto;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	padding-bottom: 0.3rem;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.HomeSolution .tab_liBox .tab_li span {
	flex: 0 0 auto;
	font-size: 0.2rem;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #333333
}

.HomeSolution .tab_liBox .tab_li span {
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 0;
	display: flex;
	align-items: center;
	background-position: left center;
}

.HomeSolution .tab_liBox .tab_li span.on {
	color: #0083ce;
}

.HomeSolution .tab_liBox .tab_li span::after {
	content: '';
	display: block;
	width: 1px;
	height: 0.15rem;
	background: #000000;
	opacity: 0.2;
	margin-left: 0.45rem;
	margin-right: 0.45rem;
}

.HomeSolution .tab_liBox .tab_li span:last-child::after {
	display: none
}

.HomeSolution .tab_liBox .tab_li span .icon {
	width: 0.30rem;
	margin-right: 0.1rem;
	filter: grayscale(200);
}

.HomeSolution .tab_liBox .tab_li span.on .icon {
	filter: none;
}

.HomeSolution .tab_liBox .tab_li span:nth-child(2):hover,
.HomeSolution .tab_liBox span:nth-child(2).on {
	background-image: url(../images/solutionIcon_02_h.png)
}

/* .HomeSolution .tab_liBox .tab_li span:nth-child(3){background-image:url(../images/solutionIcon_03.png)} */
.HomeSolution .tab_liBox .tab_li span:nth-child(3):hover,
.HomeSolution .tab_liBox span:nth-child(3).on {
	background-image: url(../images/solutionIcon_03_h.png)
}

.HomeSolution .tab_liBox .tab_li span:hover,
.HomeSolution .tab_liBox span.on {
	color: #0083ce
}

*/ .HomeSolution .nones {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	width: 100%;
	z-index: -10;
	left: 0
}

.HomeSolution .solutionList {
	padding-left: 0;
	margin-top: 0.2rem;
}

.HomeSolution .solutionList .ul {
	margin: 0 -0.1rem;
}

.HomeSolution .solutionList .ul .item {
	margin-left: 0.4rem;
	margin-right: 0;
	margin-bottom: 0.8rem;
}

.HomeSolution .solutionList .ul li a {
	overflow: hidden;
	display: inline-block;
	position: relative;
	background: rgba(0, 131, 206, .1);
	border-radius: 0.1rem;
	display: block;
	margin: 0 0.1rem;
	margin-bottom: 0.2rem;
}

.HomeSolution .solutionList .ul li figure {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 67%;
	transition: all 0.5s;
}

.HomeSolution .solutionList .ul li p {
	text-align: center;
	color: #333;
	font-size: 0.2rem;
	padding-bottom: 0;
	z-index: 2;
	position: relative;
	margin-top: 0.2rem;
}

.HomeSolution .solutionList .ul li:hover figure {
	transform: scale(1.1);
}


@media screen and (min-width:1025px) {
	.HomeSolution .tab_liBox .tab_li {
		width: 100%;
		padding-right: 0;
	}

	.HomeSolution .tab_liBox {
		margin-top: -0.5rem;
		padding-right: 0.0rem;
	}
}

.HomeSolution .solutionList .ul .item .title {
	min-height: 0.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.HomeSolution .solutionList .item {
	margin-top: 0.3rem;
}

.HomeSolution .solutionList .ul .item:hover {
	margin-top: 0;
}

.HomeSolution .slick-dots {
	padding-right: 1.8rem;
	padding-left: 0;
	padding-top: 0.6rem;
	padding-bottom: 0.2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.HomeSolution .slick-dots li {
	width: auto;
	flex: 1;
	height: 2px;
	display: flex;
	align-items: center;
	margin: 0 !important;
}

.HomeSolution .slick-dots button {
	margin-left: 0;
	margin-right: 0;
	background-image: none;
	width: 100%;
	height: 2px;
	background: #EFEFEF;
	border-radius: 50%;
	border: 1px solid #DCDDE1;
	font-size: 0;
}

.HomeSolution .slick-dots li.slick-active button {
	background-color: #0083ce;
	border-color: #0083ce;
}

.HomeSolution .slick-arrow {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.08rem;
	border: 1px solid #0083ce;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	-ms-border-radius: 0.08rem;
	-o-border-radius: 0.08rem;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0.8rem;
	z-index: 3;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	background-size: 0.1rem 0.17rem
}

.HomeSolution .slick-arrow.slick-next {
	right: 0.1rem
}

.HomeSolution .slick-arrow.slick-prev {
	background-image: url(../images/arrowLeftRed2.png)
}

.HomeSolution .slick-arrow.slick-next {
	background-image: url(../images/arrowRightRed2.png)
}

.HomeSolution .slick-arrow.slick-prev:hover {
	background-image: url(../images/arrowLeftWhite.png)
}

.HomeSolution .slick-arrow.slick-next:hover {
	background-image: url(../images/arrowRightWhite2.png)
}


.HomeTit .intro,
.HomeTit .title {
	line-height: 0.6rem;
	padding-top: 0;
}

.HomeTit .intro {
	margin-top: 0.15rem;
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width:1024px) {
	.HomeSolution .tab_liBox .tab_li {
		justify-content: flex-start;
	}

	.HomeSolution .solutionList {
		padding-left: calc(2.5% - 0.3rem);
	}

	.HomeSolution .slick-arrow.slick-next {
		right: 2.5%;
	}

	.HomeSolution .slick-arrow.slick-prev {
		right: calc(2.5% + 0.7rem);
	}

	.HomeSolution .slick-dots {
		padding-right: calc(2.5% + 1.4rem);
	}

	.HomeSolution .solutionList .ul .item {
		margin-left: 0.3rem;
	}
}

@media screen and (max-width:480px) {
	.HomeSolution .solutionList .ul .item {
		margin-left: 0.15rem;
		margin-right: 0.15rem
	}

	.HomeSolution .tab_liBox .tab_li span::after {
		margin-left: 0.15rem;
		margin-right: 0.15rem
	}

	.HomeSolution .tab_liBox .tab_li span {
		font-size: 16px;
		background-size: 0.24rem;
	}

	.HomeSolution .tab_liBox .tab_li {
		padding-bottom: 0.1rem;
	}

	.HomeSolution .solutionList .ul .item {
		margin-bottom: 0.4rem
	}

	.HomeTit .title {
		line-height: 0.4rem;
	}
}


/* 应用领域 */
.case-box {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	height: 5.4rem;
	margin-top: 3vw;
}

.index-case-left {
	width: 3.65rem;
	/* padding: 35px 0; */
	height: 100%;
	box-sizing: border-box;
	background: #ffffff;
}

.index-case-left .left-ul {
	height: 100%;
	display: block;
}

.index-case-left .left-li {
	cursor: pointer;
}

.index-case-left .left-li:first-child {

	transition: 0.5s;
	cursor: pointer;
}

.index-case-left .left-li:last-child {

	transition: 0.5s;
	cursor: pointer;
}



.dino {
	display: none;
}


.left-li .child-ul .child-li {
	padding: 5px 0 5px 95px;
	line-height: 50px;
	font-weight: bold;
}

.child-ul .child-li img {
	display: inline-block;
	padding: 0 14px 3px 0px;
	vertical-align: middle;

}

.left-li.active .child-ul .child-li.active {
	color: #fff;
	background-color: rgba(135, 178, 199, 0.6);
}

.index-case-left li .li-div {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.6rem 0.25rem;
}

.index-case-left li .li-div .li-div-img {
	height: 0.55rem;
	width: 0.55rem;
	text-align: center;
	line-height: 0.55rem;
}

.index-case-left li .li-div .li-div-img .img1 {
	transition: 0.5s;
}

.index-case-left li .li-div .li-div-img .img2 {
	display: none;
	transition: 0.5s;
}

.index-case-left li.active .li-div .li-div-img .img1 {
	display: none;
	transition: 0.5s;
}

.index-case-left li.active .li-div .li-div-img .img2 {
	display: inline-block;
	transition: 0.5s;
}

.index-case-left .left-li.active {
	transition: 0.5s;
	background-color: rgba(17, 166, 209, .05);
}

.index-case-left li .li-div .li-div-text {
	width: calc(100% - 0.5rem);
	box-sizing: border-box;
	padding-left: 0.15rem;
}

.index-case-left li .li-div .li-div-text h4 {
	font-size: 0.22rem;
	color: #333333;
	font-weight: bold;
}

.index-case-left li .li-div .li-div-text p {
	font-size: 0.14rem;
	color: #999999;
}

.index-case-left li.active .li-div .li-div-text h4 {
	color: #0083ce;
}

.index-case-left li.active .li-div .li-div-text p {
	color: #ffffff;
}

.index-case-swiper {
	width: 3rem;
	height: 100%;
	position: absolute;
	z-index: 99;
	background: rgba(4, 43, 62, 0.1);
}

.index-case-div-box {
	position: relative;
	height: 100%;
}

.index-case-div {
	position: relative;
}

.index-case-div .case-mask {
	position: absolute;
	height: 100%;
	width: 100%;
	/* background: url(../images/pic_case_mask.png); */
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 7;
	opacity: 1;
}

.index-case-text {
	box-sizing: border-box;
	height: 100%;
}

.index-case-text-img {
	padding-left: 3rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: none;
	box-sizing: border-box;
	position: relative;
}

.index-case-text-img.active {
	display: block;
}

.index-case-div {
	height: 100%;
}

.index-case-right {
	width: calc(100% - 3.65rem);
}

.index-case-text-div {
	position: absolute;
	width: 100%;
	bottom: 0.3rem;
	left: 0;
	padding-left: 3.4rem;
	box-sizing: border-box;
	padding-right: 0.4rem;
	z-index: 9;
}

.index-case-text-div p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.index-case-text-div h4 {
	color: #ffffff;
	font-size: 0.22rem;
	line-height: 0.48rem;
	font-weight: bold;
}

.index-case-text-div a {
	width: 4em;
	height: 4em;
	background: #0083ce url(../images/Floor003128-icon-white.svg) no-repeat center center;
	background-size: 1.5em;
	border-radius: 100px;
	display: block;
	margin-top: 2em;
}

.index-case-swiper {
	box-sizing: border-box;
	padding: 0.35rem 0;
	padding-right: 0.15rem;
}

.index-case-swiper .swiper-container {
	height: 100%;
	text-align: center;
	box-sizing: border-box;

	padding-right: 3px;
}

.index-case-swiper .swiper-scrollbar {
	right: 0 !important;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0;
	top: 0;
	height: 100%;
}

.index-case-swiper .swiper-scrollbar-drag {
	background: #ffffff;
	border-radius: 0;
}

.index-case-swiper .swiper-container .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.index-case-swiper .swiper-container .swiper-slide:hover {
	background: #0083ce;
}

.index-case-swiper .swiper-container .swiper-slide.active {
	background: #0083ce;
}

.index-case-swiper .swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	font-size: 0.16rem;
	color: #ffffff;
}

.index-left-text span {
	opacity: 0;
}

.index-case-swiper .swiper-container .swiper-slide a:hover {
	color: #fff !important;
}

.index-case-swiper .swiper-container .swiper-slide.active a {
	display: block;
	width: 100%;
	font-size: 0.18rem;
	color: #ffffff;
}

.index-case-div {
	display: none;
}

.index-case-div.active {
	display: block;
}

.fw-ul {
	display: flex;
	margin-top: 40px;
}

.fw-ul li {
	cursor: pointer;
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	border: 1px solid #daedf6;
	border-radius: 10px;
	box-shadow: 0 5px 6px #dcdcdc;
}

.fw-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.fw-ul li .fuwu-img {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.fw-ul li .fuwu-img img {
	width: 100%;
	transition: 0.4s;
}

.fw-ul li:hover .fuwu-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.fw-ul li .fuwu-text {
	text-align: center;
	box-sizing: border-box;
	padding: 25px 10px;
}

.fw-ul li .fuwu-text img {
	display: block;
	margin: auto;
	margin-bottom: 12px;
	height: 43px;
}

.fw-ul li .fuwu-text p {
	font-size: 16px;
	color: #666666;
}

.fw-ul li .fuwu-text h4 {
	font-size: 0.18rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	transition: 0.4s;
}




.fw-ul li:hover .fuwu-text h4 {
	color: #86B2C6;
	transition: 0.4s;
}

.index-top-div {
	display: flex;
}

.index-top-div .index-top-left {
	width: 410px;
	box-sizing: border-box;
	padding-right: 75px;
}

.index-top-div .index-top-left-div {
	position: relative;
	z-index: 9;
}

.index-top-div .index-top-left-div .index-left-img {
	overflow: hidden;
}

.index-top-div .index-top-left-div .index-left-img img {
	width: 100%;
	transition: 0.4s;
}

.index-top-div .index-top-left-div:hover .index-left-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.index-top-div .index-top-left-div .index-left-text {
	background: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	position: relative;
}

.index-top-div .index-top-left-div .index-left-text h4 {
	font-size: 0.18rem;
	color: #000000;
	line-height: 30px;
	font-weight: bolder;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.index-top-div .index-top-left-div .index-left-text a i {
	background: url(../images/jt-b_03.png) center no-repeat;
	width: 16px;
	height: 5px;
	display: block;
	margin-left: 8px;
}

.index-top-right {
	width: calc(100% - 410px);
	box-sizing: border-box;
	padding-left: 35px;
}

.index-top-div .tit {
	margin-bottom: 35px;
	position: relative;
	z-index: 9;
}

@media(max-width:1024px) {
	.index-case-left {
		width: 100%;
	}

	.index-case-left .left-ul {
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.index-case-right {
		width: 100%;
	}

	.case-box {
		height: auto;
	}

	.index-case-div {
		height: 50vh;
	}

	.index-case-left li .li-div {
		padding: 0.35rem;
	}

	.index-case-left li .li-div .li-div-text {
		white-space: nowrap;
	}

	.index-case-text-div h4 {
		display: none;
	}

	.index-case-text-div p {
		display: none;
	}
}

@media(max-width:640px) {
	.index-case-left li .li-div {
		padding: 0.2rem;
	}

	.index-case-left li .li-div .li-div-img {
		width: 0.3rem;
		height: 0.3rem;
		line-height: 0.3rem;
	}

	.index-case-text-div {
		padding-left: 3rem;
	}

	.index-case-text-div a {
		width: 0.5rem;
		height: 0.5rem;
	}

	.index-case-swiper {
		width: 2rem;
	}
}



/* 应用领域 */
.submitBtn.watchMore {
	background-color: transparent;
	color: #0083ce;
	font-size: 0.16rem;
	line-height: 0.5rem;
}

.submitBtn.watchMore::after {
	background-image: url(../images/arrowRed.svg);
	background-size: 0.12rem;
	background-position: center
}

.submitBtn {
	min-width: 1.8rem;
	height: 0.54rem;
	background: #0083ce;
	border-radius: 0.3rem;
	border: 2px solid #0083ce;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF
}

.submitBtn:hover {
	color: #FFFFFF;
	background: #0083ce;
}

.submitBtn::after {
	background-repeat: no-repeat;
	content: '';
	display: block;
	width: 0.16rem;
	height: 0.14rem;
	background-image: url(../images/submitArrow.png);
	background-size: 0.16rem 0.14rem;
	margin-left: 0.1rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.submitBtn:hover::after {
	margin-left: 0.2rem;
	background-image: url(../images/arrowWhite.svg);
	background-size: 0.12rem;
}


.more {
	display: inline-block;
}

.more .btn {
	color: #666;
	border: solid 1px #0083ce;
	padding: 4px;
	border-radius: 1rem;
	transition: all .5s;
	background: #fff;
	display: flex;
}

.more .btn span {
	padding: 0 0.3rem;
	font-size: 0.16rem;
}

.more .btn i {
	font-size: .12rem;
	background: #0083ce;
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 0.48rem;
	color: #fff;
	background-image: url(../images/arrowWhite.svg);
	background-size: 0.12rem;
	background-position: center;
	background-repeat: no-repeat;
}

.more:hover .btn {
	color: #fff;
	background: #0083ce;
	border-color: #0083ce;
	cursor: pointer;
}

@media(max-width:640px) {
	.submitBtn {
		min-width: 1.2rem;
		height: 0.4rem;
	}
}

/* 公司简介 */

/*Floor003107 */
.Floor003107 {
	background: url(../images/newsBgTwo.jpg);
	background-size: cover;
	background-color: #F7F9FA;
	position: relative;
	/*border-top-left-radius: 10.417vw;*/
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}

.Floor003107 .info {
	font-size: 1em;
	line-height: 1.875;
}

.Floor003107 .number {
	display: flex;
	flex-wrap: wrap;
	margin: 5vw 0 2vw;
	position: relative;
}

/* .Floor003107 .number::before{content: "";display: block;width: 80%;height: 1; border-radius: 100px;position: absolute;left: -0%;top: 0;background-color: transparent;} */
.Floor003107 .number li {
	width: 23.5%;
	text-align: center;
	position: relative;
	border-top: 1px dashed #0083ce;
}

.Floor003107 .number li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #0083ce;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	top: -5px;
	transform: translateX(-50%);
}

.Floor003107 .number li:nth-child(4n)~li {
	margin-top: 2.5vw;
}

.Floor003107 .number .t1 {
	font-size: calc(24 / 16 * 1em);
	color: #0083ce;
	margin-bottom: 5px;
}

.Floor003107 .number .t1 b {
	font-size: calc(60 / 24 * 1em);
	padding-right: calc(10 / 44 * 1em);
}

.Floor003107 .number .t1 i {
	font-style: normal;
	font-size: calc(20 / 24 * 1em);
}

.Floor003107 .number .t2 {
	font-size: 0.2rem;
	color: #333;
}

.Floor003107 .number .t3 {
	font-size: 0.2rem;
	color: #333;
}

.Floor003107 .submitBtn.watchMore {
	background-color: #0083ce;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.5rem;
}

.Floor003107 .submitBtn.watchMore::after {
	background-image: url(../images/arrowWhite.svg);
	background-size: 0.12rem;
	background-position: center
}

.Floor003107 .edit-info {
	font-size: 0.18rem;
	line-height: 2;
	text-align: justify;
	margin-bottom: 3%;
	color: #fff;
	text-shadow: 0 0 3px rgb(0 0 0 / 38%);
	margin-top: 2vw;
}


.home-tit .cn {
	font-size: 0.44rem;
	color: #fff;
	font-weight: bold;
	margin: 0;
	line-height: 1.5;
}

.home-tit .sub {
	font-size: calc(18 / 16 * 1em);
	margin: 8px 0 0 0;
	color: #333;
}

.home-tit.center {
	text-align: center;
}

@media (min-width:1025px) {
	.Floor003107 .flex {
		display: flex;
		align-items: flex-start;
		justify-content: flex-end
	}

	.Floor003107 .left {
		width: 60%;
	}

	.Floor003107 .right {
		width: 52%;
	}
}

@media(max-width:1024px) {
	.home-tit .cn {
		font-size: 0.26rem;
	}

	.Floor003107:after {
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.Floor003107 .w1600 {
		position: relative;
		z-index: 10;
	}

	.Floor003107 .flex {
		display: block;
	}
}

@media(max-width:640px) {
	.Floor003107 .number .t1 b {
		font-size: 0.34rem;
	}

	.Floor003107 .number .t2 {
		font-size: 14px;
		line-height: 1.2;
	}

	.Floor003107 .number .t3 {
		font-size: 14px;
		line-height: 1.2;
		color: #fff;
	}

}


/* 公司简介 */

/* 新闻中心 */

.HomeNews {
	background: #fff
}

.HomeNews .tab_liBox .tab_li {
	width: auto;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	padding-bottom: 0;
	flex-direction: row;
	justify-content: flex-end;
}

.HomeNews .tab_liBox .tab_li span {
	flex: 0 0 auto;
	font-size: 0.2rem;
	background: transparent;
	cursor: pointer;
	height: 0.36rem;
	line-height: 0.36rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #333333
}

.HomeNews .tab_liBox .tab_li span {
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 0.56rem;
	display: flex;
	align-items: center;
	background-position: left center;
	background-size: 0.35rem 0.35rem;
}

.HomeNews .tab_liBox .tab_li span.on {
	color: #0083ce;
}

.HomeNews .tab_liBox .tab_li span::after {
	content: '';
	display: block;
	width: 1px;
	height: 0.15rem;
	background: #000000;
	opacity: 0.2;
	margin-left: 0.3rem;
	margin-right: 0.3rem
}

.HomeNews .tab_liBox .tab_li span:last-child::after {
	display: none
}

.HomeNews .tab_liBox .tab_li span:nth-child(1) {
	background-image: url(../images/newIcon_02.png)
}

.HomeNews .tab_liBox .tab_li span:nth-child(1):hover,
.HomeNews .tab_liBox .tab_li span:nth-child(1).on {
	background-image: url(../images/newIcon_02-on.png)
}

.HomeNews .tab_liBox .tab_li span:nth-child(2) {
	background-image: url(../images/newIcon_03.png)
}

.HomeNews .tab_liBox .tab_li span:nth-child(2):hover,
.HomeNews .tab_liBox .tab_li span:nth-child(2).on {
	background-image: url(../images/newIcon_03-on.png)
}

.HomeNews .tab_liBox .tab_li span:nth-child(3) {
	background-image: url(../images/newIcon_03.png)
}

.HomeNews .tab_liBox .tab_li span:nth-child(3):hover,
.HomeNews .tab_liBox .tab_li span:nth-child(3).on {
	background-image: url(../images/newIcon_03-on.png)
}

.HomeNews .tab_liBox .tab_li span:hover,
.HomeSolution .tab_liBox span.on {
	color: #0083ce
}

/* newsList */
.newsList {
	margin-top: 0.6rem;
}

.newsList .ul {
	margin: 0 -0.21rem;
}

.newsList .ul .item {
	width: calc((100% - 0.28rem) / 3);
	padding: 0 0.21rem;
	margin-bottom: 0
}

.newsList .ul .item .itemCon {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #f9f9f9;
	border-radius: 0px 0px 7px 7px
}

.newsList .ul .item .itemCon .imgbox {
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px
}

.newsList .ul .item .itemCon .imgbox img {
	transition: all 0.3s ease;
	border-radius: inherit
}

.newsList .ul .item .itemCon .fontbox {
	padding: 0.3rem 0.35rem
}

.newsList .ul .item .itemCon .fontbox .top {
	height: 1.43rem
}

.newsList .ul .item .itemCon .fontbox .title {
	line-height: 1.7
}

.newsList .ul .item .itemCon .fontbox .intro {
	line-height: 1.8;
	margin-top: 0.1rem;
	font-size: 0.16rem;
}

.newsList .ul .item .itemCon:hover .imgbox img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.newsList .ul .item .itemCon:hover .fontbox .title {
	color: #0083ce
}

.newsList .slick-dots {
	width: 100%;
	text-align: center;
	line-height: 12px;
	position: static;
}

.newsList .slick-dots li {
	display: inline-block;
	width: 0.08rem;
	height: 0.08rem;
	vertical-align: middle;
	padding: 0;
	position: relative;
}

.newsList .slick-dots li:not(:last-child) {
	margin-right: 0.1rem;
}

.newsList .slick-dots li button {
	font-size: 0;
	width: 100%;
	height: 100%;
	background-color: #dadde4;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	cursor: pointer;
}

.newsList .slick-dots li.slick-active {
	width: 0.26rem;
}

.newsList .slick-dots li.slick-active button {
	background-color: #0083ce;
	;
	border-radius: 5px;
}

@media screen and (max-width:1024px) {
	.newsList .ul .item {
		width: calc(100% / 3 - 0.12rem);
		margin-right: 0.18rem;
		margin-bottom: 0.18rem;
	}

	.newsList .ul .item .itemCon .fontbox {
		padding: 0.2rem;
	}

	.newsList .ul .item .itemCon .fontbox .top {
		height: 120px;
	}
}

@media screen and (max-width:768px) {
	.newsList {
		margin-top: 0.2rem;
	}

	.newsList .ul {
		margin: 0;
	}

	.newsList .ul .item {
		width: calc(50% - 0.1rem);
		margin-right: 0;
		margin-bottom: 0.2rem;
		padding: 0 0;
	}

	.newsList .ul .item .itemCon .fontbox .top {
		height: auto;
		margin-bottom: 0.2rem
	}

	.HomeNews .tab_liBox .tab_li span {
		padding-left: 0.4rem;
	}

	.HomeNews .tab_liBox .tab_li span::after {
		margin-left: 0.1rem;
		margin-right: 0.1rem;
	}

	.HomeNews .tab_liBox .tab_li span {
		background-size: 0.25rem 0.25rem;
	}
}

/* 新闻中心 */




.Bottom {
	background: #0B0D1F;
	color: rgba(255, 255, 255, 0.6);
}

.Bottom .b_top {
	background: #f9f9f9;
	padding: 0.4rem 0;
	/* border-bottom:1px solid rgba(255,255,255,0.1); */
}

.Bottom a {
	color: inherit;
	font-size: 0.16rem;
	line-height: 2.4;
	display: inline-block;
}

.Bottom dt a {
	color: #fff
}

.Bottom a:hover {
	color: #0083ce
}

.Bottom .BottomTop h2 {
	font-size: 0.28rem;
	line-height: 2;
	color: #333;
}

.Bottom .BottomTop h2 span {
	background: #ee3e3e;
	color: #ffffff;
	border-radius: 4px;
	padding: 0 0.06rem;
	font-weight: 500;
	font-size: 0.24rem;
	line-height: 0.4rem;
	height: 0.4rem;
	display: inline-block;
	margin-right: 0.1rem;
}

.Bottom .BottomTop h2 img {
	padding: 0;
	margin-right: 0.15rem;
}

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

.Bottom .BottomTop .t1 {
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ee3e3e;
	margin: 0.12rem 0 0.1rem 0;
	display: inline-block;
}

.Bottom .BottomTop .t1 span {
	padding-right: 0.2rem;
}

.Bottom .BottomTop .t1.green {
	color: green;
}

.Bottom .BottomTop .t1.red {
	color: red;
}

.Bottom .BottomTop .t2 {
	font-size: 0.16rem;
	line-height: 2;
	color: #333;
}

.Bottom .BottomTop .search {
	padding: 0;
}

.Bottom .BottomTop .search {
	position: relative;
	/* background: #fff; */
	overflow: hidden;
	padding-right: 0;
	border-radius: 0.1rem;
	width: 5rem;
	padding-right: 0.1rem;
}

.Bottom .BottomTop .search .text {
	height: 0.48rem;
	line-height: 0.48rem;
	background: none;
	border: 0;
	width: 100%;
	padding: 0 0.15rem;
	font-size: 0.16rem;
	border-radius: 0.1rem;
	/* margin-right: 0.1rem; */
	background: #fff;
}

.Bottom .BottomTop .search .btn {
	/* width: 80px; */
	line-height: 0.48rem;
	background: #0083ce;
	text-align: center;
	/* float: right; */
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0.3rem;
	border-radius: 0 0.1rem 0.1rem 0;
}

.Bottom .BottomTop .search .btn span {
	display: inline-block;
	background: url("../images/Top002960_btn_search.png") no-repeat right center;
	padding-right: 20px;
	color: #fff;
}


.Bottom .BottomTop .ul {
	margin-top: 0.16rem
}

.Bottom .BottomTop .ul li {
	margin-right: 0.5rem
}

.Bottom .BottomCenter {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1)
}

.Bottom .BottomCenter .leftbox .hotTel img {
	width: 0.19rem;
	margin-right: 0.08rem
}

.Bottom .BottomCenter .leftbox .ewmBox {
	margin-top: 0.32rem
}

.Bottom .BottomCenter .leftbox .ewmBox .imgbox {
	width: 1.15rem;
	height: 1.15rem;
	background: #FFFFFF;
	border-radius: 0.03rem;
	-webkit-border-radius: 0.03rem;
	-moz-border-radius: 0.03rem;
	-ms-border-radius: 0.03rem;
	-o-border-radius: 0.03rem;
	padding: 0.07rem;
	margin-right: 0.3rem
}

.Bottom .BottomCenter .leftbox .ewmBox .imgbox img {
	width: 100%;
	height: 100%
}

.Bottom .BottomCenter .leftbox ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.16rem
}

.Bottom .BottomCenter .leftbox ul li {
	position: relative;
	margin-right: 0.12rem
}

.Bottom .BottomCenter .leftbox ul li a {
	width: 0.46rem;
	display: flex
}

.Bottom .BottomCenter .leftbox ul li a img {
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.Bottom .BottomCenter .leftbox ul li .tcbox {
	position: absolute;
	bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.07rem;
	border-radius: 0.03rem;
	background: #fff;
	width: 1.15rem;
	display: none
}

.Bottom .BottomCenter .leftbox ul li:hover .tcbox {
	display: block
}

.Bottom .BottomCenter .leftbox ul li .tcbox img {
	width: 100%
}

.Bottom .BottomCenter .rightbox dl {
	margin-left: 0.9rem
}

.Bottom .BottomCenter .rightbox dl dt {
	margin-bottom: 0.16rem
}

.Bottom .copyRight {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem
}

.Bottom .copyRight ul li {
	display: flex;
	align-items: center;
}

.Bottom .copyRight ul li::before {
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	background-color: rgba(255, 255, 255, 0.2);
	content: '';
	display: block;
	width: 0.02rem;
	height: 0.02rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.Bottom .copyRight ul li:nth-child(1)::before {
	display: none;
}

@media screen and (max-width:1024px) {

	/* .Bottom{padding-top: 0.36rem;} */
	.Bottom .BottomTop .ul li {
		margin-right: 0.16rem;
	}

	.Bottom .BottomCenter .rightbox dl {
		margin-left: 0;
		margin-right: 0.25rem;
	}

	.Bottom .BottomTop {
		padding-bottom: 0.26rem;
	}

	.Bottom .BottomCenter {
		padding-top: 0.31rem;
		padding-bottom: 0.5rem;
	}

	.Bottom .copyRight {
		padding-top: 0.2rem;
		padding-bottom: 0.3rem;
	}

	.Bottom .BottomCenter .leftbox .ewmBox .imgbox {
		margin-right: 0.15rem;
	}

	.Bottom .BottomCenter .leftbox .ewmBox {
		margin-bottom: 0.32rem;
	}

	.Bottom .BottomCenter .leftbox .hotTel img {
		width: 14px;
	}

	.Bottom .BottomCenter .leftbox .ewmBox .imgbox {
		width: 100px;
		height: 100px;
	}

	.Bottom .BottomCenter .leftbox ul li a img,
	.Bottom .BottomCenter .leftbox ul li a {
		width: 36px;
	}
}

@media screen and (max-width:768px) {
	.Bottom .BottomTop .ul {
		flex-wrap: wrap;
	}

	.Bottom .BottomCenter .rightbox {
		display: none !important;
	}

	.Bottom .BottomTop {
		padding-bottom: 0;
	}

	.Bottom .copyRight {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.Bottom .BottomCenter {
		padding-bottom: 0;
	}

	.bot_box .bot_logo {
		display: none;
	}
}

/* 
dibu */



.content {
	padding: 3% 0;
}

.cont_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(18, 133, 201, .1);
	overflow: hidden;
}

.cont_left {
	width: 50%;
}

.cont_left figure {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 73%;
}

.cont_right {
	width: 50%;
	padding: 3em;
}

.cont_right h2 {
	font-size: 2em;
	color: #333;
}

.cont_right b {
	color: #0083ce;
	font-size: 0.18rem;
	padding: 0.5em 0 1em;
	border-bottom: 1px solid #dcdcdc;
	font-weight: 100;
	display: block;
	margin-bottom: 1em;
}

.cont_right dd span {
	color: #999;
	font-size: 0.16rem;
	display: flex;
	align-items: center;
}

.cont_right dd span img {
	max-width: 1.3em;
	margin-right: 0.5em;
	vertical-align: middle;
}

.cont_right dd p {
	font-size: 0.16rem;
	color: #333;
}

.cont_right dd {
	margin-top: 2em;
}


/*Menu001093 */
.Menu001093 {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 1;
}

.Menu001093 .auto {
	max-width: 1400px;
}

.Menu001093 .nav {
	display: table;
	margin: 0 auto;
}

.Menu001093 .nav li {
	float: left;
	position: relative;
	display: table;
	height: 70px;
	margin: 0 1px;
	min-width: 8.334vw;
}

.Menu001093 .nav li a {
	transition: 0.3s;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	padding: 0 2vw;
}

.Menu001093 .nav li a:hover,
.Menu001093 .nav li.aon a {
	background: #0083ce;
	color: #fff;
}

.Menu001093 .nav li a:after {
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -6px;
	content: '';
	border: 4px solid transparent;
	border-top-color: #fff;
	width: 0;
	height: 0;
	border-top-width: 6px;
}

@media(max-width:640px) {
	.Menu001093 .nav li {
		height: 10vw;
	}

	.Menu001093 .nav li a {
		font-size: 2.6vw;
	}
}

@media(max-width:480px) {
	.Menu001093 .nav li {
		height: 14vw;
	}

	.Menu001093 .nav li a {
		font-size: 3.5vw;
		padding: 0 4vw;
	}

	.Menu001093 .nav li a:after {
		bottom: 0.5vw;
	}
}

.home_title {
	color: #333;
	position: relative;
	z-index: 1;
	margin: calc(40 / 16 * 1em) 0;
}

.home_title .cn {
	font-size: calc(48 / 16 * 1em);
	font-weight: bold;
	line-height: 1;
	font-weight: 100;
}

.home_title .intro {
	padding: 20px 0 30px 0;
	position: relative;
	font-size: calc(16 / 16 * 1em);
	color: #666;
}

.home_title .intro:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	background-color: #0083ce;
	left: 0;
	bottom: 0;
	display: none;
}

.home_title.center .intro:before {
	left: 50%;
	margin-left: -30px;
}

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

.lm_title {
	color: #333;
	position: relative;
	z-index: 1;
	margin: 0 0 calc(40 / 16 * 1em) 0;
}

.lm_title .cn {
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

.lm_title .intro {
	padding: 20px 0 30px 0;
	position: relative;
	font-size: calc(16 / 16 * 1em);
	color: #666;
}

.lm_title .intro:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	background-color: #0083ce;
	left: 0;
	bottom: 0;
	display: none;
}

.lm_title.center .intro:before {
	left: 50%;
	margin-left: -30px;
}

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


.lm_title .gw_tab {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}

.lm_title .gw_tab li {
	margin-left: 0.3rem;
}

.lm_title .gw_tab li a {
	background: #f7f8f9;
	color: #333;
	font-size: 0.18rem;
	line-height: 2;
	padding: 0.15rem 0.45rem;
	border-radius: 0.5rem;
}

.lm_title .gw_tab li a.on {
	background: #0083ce;
	color: #fff;
}

/*
 .Form002802
 */
.Form002802 {
	padding: 3% 0;
	background: #f9f9f9;
}

.Form002802 .from {
	margin: 0 auto;
}

.Form002802 .from td {
	padding-right: 2%;
	padding-bottom: 3%;
}

.Form002802 .from td:nth-child(2) {
	padding-left: 2%;
	padding-right: 0;
}

.Form002802 .from td p {
	margin: 0;
	color: #999;
	text-align: center;
}

.Form002802 .from td div {
	position: relative;
}

.Form002802 .from label {
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 15px;
	line-height: 50px;
	color: #999;
}

.Form002802 .from .text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #fff;
}

.Form002802 .from textarea.text {
	height: 132px;
}

.Form002802 .from .btn {
	padding-bottom: 1.5%;
	text-align: center;
}

.Form002802 .from .btn input {
	background: #0083ce;
	cursor: pointer;
	padding: 0;
	border: none;
	width: 160px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	border-radius: 99px;
}

.Form002802 .address {
	padding: 0 0 0;
	margin-bottom: 5%;
}

.Form002802 .address dl {
	border-bottom: 1px solid #eee;
	padding: 0 0 3%;
}

.Form002802 .address dd {
	text-align: center;
}

.Form002802 .address dd h1,
.Form002802 .address dd h2,
.Form002802 .address dd p {
	font-size: 16px;
	padding-left: 44px;
	line-height: 35px;
}

.Form002802 .address dd h2 {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-right: 9%;
	margin-bottom: 2%;
	font-weight: normal;
	color: #333;
}

.Form002802 .address dd h1 {
	margin-bottom: 3%;
	padding-left: 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.Form002802 .address dd h2 {
	font-size: 0.18rem;
}

.Form002802 .address dd h2.h2_1 {
	background-image: url(../images/Form002802-icon1.png);
}

.Form002802 .address dd h2.h2_2 {
	background-image: url(../images/Form002802-icon2.png);
}

.Form002802 .address dd h2.h2_3 {
	background-image: url(../images/Form002802-icon3.png);
}

.Form002802 .address dd h2.h2_4 {
	background-image: url(../images/Form002802-icon4.png);
}

@media(min-width:769px) {

	.Form002802 .from td:nth-child(3n),
	.Form002802 .from .textareas,
	.Form002802 .from .btn,
	.Form002802 .from .tip {
		padding-right: 0;
	}
}

@media(max-width:768px) {
	.Form002802 .from td {
		display: block;
		padding-right: 0;
	}

	.Form002802 .address dd {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.lm_title .gw_tab {
		position: static;
		padding-top: 0.2rem;
		justify-content: center;
	}

	.lm_title .gw_tab li a {
		padding: 0.1rem 0.2rem;
	}

	.lm_title .gw_tab li {
		margin-left: 0.1rem;
		margin-right: 0.1rem;
		margin-bottom: 0.1rem;
	}
}


/*RighInfo003241 */
.RighInfo003241 {
	padding: var(--padMar120) 0;
	font-size: var(--font-size16);
	color: #000;
}

.RighInfo003241 .column-name {
	font-weight: 700;
	font-size: var(--font-size32);
	margin-bottom: calc(40 / 32 * 1em);
}

.RighInfo003241 .number-data {
	display: flex;
}

.RighInfo003241 .number-data li {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #eee;
	padding: 0.9em 0;
}

.RighInfo003241 .number-data .ico {
	width: 0.5rem;
	flex-shrink: 0;
}

.RighInfo003241 .number-data .inner {
	flex: 1;
}

.RighInfo003241 .number-data .num {
	display: flex;
	align-items: flex-end;
	font-size: var(--font-size18);
	color: #0083ce;
}

.RighInfo003241 .number-data .counter {
	font-size: calc(42 / 18 * 1em);
	font-weight: 700;
	font-family: 'Barlow';
	line-height: 1;
	margin-right: 0.3em;
}

.RighInfo003241 .number-data .num sub {
	font-size: 1em;
}

.RighInfo003241 .number-data p {
	margin: 0.5em 0 0;
	color: #666;
}

.RighInfo003241 .edit-info {
	line-height: 2;
	text-align: justify;
	color: #333;
}

@media (min-width:1025px) {
	.RighInfo003241 .left {
		width: calc(1008 / 1440 * 100%);
	}

	.RighInfo003241 .right {
		width: calc(316 / 1440 * 100%);
	}

	.RighInfo003241 .number-data {
		min-height: 100%;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media (max-width:1024px) {
	.RighInfo003241 .number-data {
		flex-wrap: wrap;
	}

	.RighInfo003241 .number-data li {
		width: 45%;
	}

	.RighInfo003241 .number-data li:not(:nth-child(2n)) {
		margin-right: 10%;
	}
}

@media (max-width:640px) {
	.RighInfo003241 .number-data .ico {
		width: 0.3rem;
	}
}


.PicList002925 {
	background: #f5f5f5;
	padding: 3.125vw 0;
	overflow: hidden;
}

.PicList002925 .auto {
	max-width: 1400px;
}

.PicList002925 .title {
	margin-bottom: 2.5vw;
	text-align: center;
}

.PicList002925 .title .cn {
	font-size: 30px;
	color: #a52d33;
	padding-bottom: 10px;
	font-weight: bold;
}

.PicList002925 .title .en {
	font-family: 'bebas-neue';
	color: #d2d2d2;
	letter-spacing: 2px;
}

@media(max-width:768px) {
	.PicList002925 .title {
		padding-bottom: 6vw;
	}
}

@media(max-width:640px) {
	.PicList002925 .title .cn {
		font-size: 6vw;
	}
}

.PicList002925 .list {
	padding: 0 3.4375vw;
}

.PicList002925 .list ul {
	margin: 0 -2vw;
}

.PicList002925 li {
	float: left;
	text-align: center;
	position: relative;
	background: url("../images/PicList002925_taibg.png") repeat-x top 70% left;
}

.PicList002925 li a {
	display: block;
	position: relative;
	z-index: 3;
}

.PicList002925 li .pic {
	padding-bottom: 1.98vw;
}

.PicList002925 li .Ispic {
	padding-bottom: 55%;
	background-size: contain;
}

.PicList002925 li .tit {
	margin-top: 1.303vw;
	margin-bottom: 2.08vw;
	padding: 0 5%;
}

.PicList002925 li .tit aside {
	font-size: 16px;
	line-height: 1.25em;
	height: 2.5em;
}

@media(min-width:769px) {
	.PicList002925 li {
		width: 25%;
	}

	.PicList002925 li:first-child:before,
	.PicList002925 li:nth-child(4n+1):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
		width: 7.4375vw;
		left: -2vw;
	}

	.PicList002925 li:last-child:before,
	.PicList002925 li:nth-child(4n):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
		width: 7.4375vw;
		right: -2vw;
	}
}

@media(max-width:768px) {
	.PicList002925 .list {
		padding: 0;
	}

	.PicList002925 li {
		width: 50%;
	}

	.PicList002925 li .pic {
		padding-bottom: 7vw;
	}

	.PicList002925 li .tit {
		margin-bottom: 5vw;
	}

	.PicList002925 li:first-child:before,
	.PicList002925 li:nth-child(2n+1):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
		width: 7.4375vw;
		left: -3vw;
	}

	.PicList002925 li:last-child:before,
	.PicList002925 li:nth-child(2n):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
		width: 7.4375vw;
		right: -3vw;
	}

	.PicList002925 li .tit aside {
		font-size: 3vw;
	}
}


/*RighInfo003241 */
.RighInfo003241 {
	color: #000;
	padding: 3% 0;
}

.RighInfo003241 .number-data {
	display: none;
}

.RighInfo003241 .number-data li {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #eee;
	padding: 1em 0;
}

.RighInfo003241 .number-data .ico {
	width: 0.5rem;
	flex-shrink: 0;
}

.RighInfo003241 .number-data .inner {
	flex: 1;
}

.RighInfo003241 .number-data .num {
	display: flex;
	align-items: flex-end;
	font-size: var(--font-size18);
	color: #0083ce;
}

.RighInfo003241 .number-data .counter {
	font-size: calc(42 / 18 * 1em);
	font-weight: 700;
	font-family: 'Barlow';
	line-height: 1;
	margin-right: 0.3em;
}

.RighInfo003241 .number-data .num sub {
	font-size: 1em;
}

.RighInfo003241 .number-data p {
	margin: 0.5em 0 0;
	color: #666;
	font-size: 1.125em;
}

.RighInfo003241 .edit-info {
	line-height: 2;
	text-align: justify;
	color: #333;
	font-size: 1.125em;
}

.RighInfo003241 .edit-info p {
	margin: 1.5em 0;
}

@media (min-width:1025px) {
	.RighInfo003241 .left {
		width: calc(1008 / 1440 * 100%);
	}

	.RighInfo003241 .right {
		width: calc(316 / 1440 * 100%);
	}

	.RighInfo003241 .number-data {
		min-height: 100%;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media (max-width:1024px) {
	.RighInfo003241 .number-data {
		flex-wrap: wrap;
	}

	.RighInfo003241 .number-data li {
		width: 45%;
	}

	.RighInfo003241 .number-data li:not(:nth-child(2n)) {
		margin-right: 10%;
	}
}

@media (max-width:640px) {
	.RighInfo003241 .number-data .ico {
		width: 0.3rem;
	}
}

/*
 .Floor001739 为demo编号
 */
.Floor001739 {
	padding: 3% 0;
	background: #f7f7f7;
}

.Floor001739 ul {
	display: flex;
	flex-wrap: wrap;
}

.Floor001739 li {
	float: left;
	width: 31.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	position: relative;
	background: #fff;
}

.Floor001739 li:nth-child(3n) {
	margin-right: 0;
}

.Floor001739 li a {
	display: block;
	margin: 0 auto;
	padding: 11%;
}

.Floor001739 li figure img {
	width: 50%;
	max-width: 70px;
	transition: .3s
}

.Floor001739 li:hover figure img {
	transform: rotateY(180deg)
}

.Floor001739 li h3 {
	font-size: calc(24 / 16 * 1em);
	color: #333;
	font-weight: normal;
}

.Floor001739 li p {
	line-height: 27px;
	overflow: hidden;
	color: #666;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.125em;
}

.Floor001739 li a:hover * {}

@media(max-width:768px) {
	.Floor001739 li {
		width: 50%;
	}

	.Floor001739 li:nth-child(2n)::before {
		display: none;
	}
}

/*Floor003236 */
.Floor003236 {
	background: url(../images/Floor003236-bg.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
	padding: 3% 0;
	color: #333;
}

.Floor003236 .splide__arrow {
	width: 0.54rem;
	height: 0.54rem;
	background-color: var(--hover-color);
	opacity: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.18rem;
}

.Floor003236 .splide__arrow svg {
	opacity: 0;
}

.Floor003236 .splide__arrow--prev {
	background-image: url(../images/btn-prev.svg);
	left: 0;
}

.Floor003236 .splide__arrow--next {
	background-image: url(../images/btn-next.svg);
	right: 0;
}

.Floor003236 .splide__arrow:disabled {
	cursor: default;
	background-color: #ddebf6;
	opacity: 1;
}

.Floor003236 .splide:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	background-color: #d8e1eb;
	top: 50%;
}

.Floor003236 .splide__list {
	height: auto;
}

.Floor003236 .splide__slider {
	position: relative;
	z-index: 4;
}

.Floor003236 .splide__slide {
	display: flex;
	flex-direction: column;
	position: relative;
}

.Floor003236 .splide__slide:after {
	position: absolute;
	content: '';
	height: 1px;
	top: 50%;
	width: 0;
	transform: translateX(-50%);
	background-color: #0083ce;
	left: 50%;
	transition: 0.3s 0.3s;
	z-index: 3;
}

.Floor003236 .splide__slide.is-active:after {
	width: 100%;
}

.Floor003236 .splide__slide:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	border-radius: 0.16rem;
	left: 0;
	z-index: 1;
	transition: 0.5s;
	top: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
}

.Floor003236 .splide__slide.is-active:before {
	height: 100%;
}

.Floor003236 .opacity:before,
.Floor003236 .opacity:after {
	position: absolute;
	content: '';
	width: 2.78rem;
	height: 100%;
	top: 0;
}

.Floor003236 .opacity:before {
	left: 0;
}

.Floor003236 .opacity:after {
	right: 0
}

.Floor003236 .splide__slide>div {
	height: 2.9rem;
	position: relative;
	z-index: 5;
}

.Floor003236 .txt {
	padding: 0.41rem 0.47rem 0 0.48rem;
}

.Floor003236 .txt pre {
	line-height: calc(32 / 18);
	font-size: 1.125em;
	color: #333;
	text-align: center;
}

.Floor003236 .year {
	text-align: center;
	font-family: 'Poppins';
	padding: 0.4rem;
}

.Floor003236 .year h3 {
	font-size: 2em;
	margin: 0;
	transition: 0.3s;
}

.Floor003236 .splide__slide.is-active .year h3 {
	font-size: 3em;
	color: #0083ce;
}

.Floor003236 .icon-dot {
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	background-color: var(--white);
	border-radius: 50%;
	left: 50%;
	margin-left: -0.1rem;
	transition: 0.3s;
	top: -0.1rem;
}

.Floor003236 .icon-dot::before,
.Floor003236 .icon-dot:after {
	position: absolute;
	content: '';
	left: 50%;
	transition: 0.3s;
}

.Floor003236 .icon-dot::before {
	width: 1px;
	height: 0.4rem;
	background-color: #d8e1eb;
	margin-left: -0.5px;
	top: -0.46rem;
}

.Floor003236 .icon-dot:after {
	border-radius: 50%;
	width: 0.09rem;
	height: 0.09rem;
	top: 50%;
	margin: -0.045rem 0 0 -0.045rem;
	background-color: #0083ce;
}

.Floor003236 .splide__slide.is-active .icon-dot {
	background-color: rgba(17, 166, 209, 0.3);
	width: 0.25rem;
	height: 0.25rem;
	margin-left: -0.125rem;
	top: -0.125rem;
}

.Floor003236 .splide__slide.is-active .icon-dot:before {
	background-color: #0083ce;
	height: 0.75rem;
	top: -0.64rem;
}

.Floor003236 .splide__arrow {
	background-color: var(--white);
	transition: 0.3s;
}

.Floor003236 .splide__arrow:hover {
	opacity: 1;
	background-color: #0083ce;
}

.Floor003236 .splide__arrow--prev {
	background-image: url(../images/btn-prev-gray.svg);
}

.Floor003236 .splide__arrow--next {
	background-image: url(../images/btn-next-gray.svg);
}

.Floor003236 .splide__arrow--prev:hover {
	background-image: url(../images/btn-prev.svg);
}

.Floor003236 .splide__arrow--next:hover {
	background-image: url(../images/btn-next.svg);
}

@media (min-width:641px) {
	.Floor003236 .splide__slide:nth-child(2n):before {
		top: auto;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%);
	}

	.Floor003236 .splide__slide:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.Floor003236 .splide__slide:nth-child(2n) .year {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	.Floor003236 .splide__slide:nth-child(2n) .txt {
		padding-top: 1.02rem;
	}

	.Floor003236 .splide__slide:nth-child(2n) .icon-dot {
		bottom: -0.1rem;
		top: auto;
	}

	.Floor003236 .splide__slide:nth-child(2n) .icon-dot:before {
		top: 0.44rem;
	}

	.Floor003236 .splide__slide:nth-child(2n).is-active .icon-dot {
		bottom: -0.125rem;
		top: auto;
	}

	.Floor003236 .splide__slide:nth-child(2n).is-active .icon-dot:before {
		top: 0.125rem;
	}
}

@media (min-width:1025px) {

	.Floor003236 .splide__slide .txt h2 {
		text-align: center;
		font-size: 1.3em;
	}

	.Floor003236 .splide__slide.is-visible~.splide__slide.is-visible .year h3 {
		color: #333;
	}

	.Floor003236 .splide__slide.is-visible~.splide__slide.is-visible pre {
		color: #666;
	}

	.Floor003236 .splide__slide.is-visible .year h3,
	.Floor003236 .splide__slide.is-visible pre,
	.Floor003236 .splide__slide .txt h2 {
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
		-webkit-background-clip: text;
		color: transparent;
	}

	.Floor003236 .splide__slide.is-next~.splide__slide.is-visible pre {
		background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
		-webkit-background-clip: text;
		color: transparent;
	}

	.Floor003236 .splide__slide.is-visible~.splide__slide.is-visible h2 {
		color: #333;
	}

}

@media (max-width:1024px) {
	.Floor003236 .splide__slide:before {
		width: auto;
		left: 0.1rem;
		right: 0.1rem;
	}

	.Floor003236 .splide__slide.is-active:after {
		width: calc(100% - 0.2rem);
	}

	.Floor003236 .index-name {
		font-size: var(--font-size32);
	}

	.Floor003236 .txt {
		padding: 0.2rem;
	}

	.Floor003236 .txt pre {
		font-size: var(--font-size12);
	}

	.Floor003236 .year {
		padding: 0.2rem;
	}

	.Floor003236 .year h3 {
		font-size: var(--font-size26);
	}

	.Floor003236 .splide__slide.is-active .year h3 {
		font-size: var(--font-size32);
	}

	.Floor003236 .splide__slide>div {
		height: 1.6rem;
	}

	.Floor003236 .splide__slide:nth-child(2n) .txt {
		padding-top: 0.3rem;
	}

	.Floor003236 .icon-dot::before {
		height: 0.1rem;
	}

	.Floor003236 .icon-dot::before {
		top: -0.1rem;
	}

	.Floor003236 .splide__slide.is-active .icon-dot:before {
		height: 0.2rem;
	}
}

@media (max-width:640px) {
	.Floor003236 {
		--lr: 14vw
	}

	.Floor003236 .splide__slide:before {
		left: var(--lr);
		right: var(--lr);
	}

	.Floor003236 .txt {
		padding-left: calc(var(--lr) + 0.2rem);
		padding-right: calc(var(--lr) + 0.2rem);
	}

	.Floor003236 .splide__slide.is-active .icon-dot:before {
		top: -0.1rem;
	}

	.Floor003236 .txt pre {
		font-size: var(--font-size14);
	}
}

/*PicList002925 */

.PicList002925 {
	background: #fff;
	padding: 3.125vw 0;
	overflow: hidden;
}

.PicList002925 .auto {
	max-width: 1400px;
}

.PicList002925 .title {
	margin-bottom: 2.5vw;
	text-align: center;
}

.PicList002925 .title .cn {
	font-size: 30px;
	color: #a52d33;
	padding-bottom: 10px;
	font-weight: bold;
}

.PicList002925 .title .en {
	font-family: 'bebas-neue';
	color: #d2d2d2;
	letter-spacing: 2px;
}

@media(max-width:768px) {
	.PicList002925 .title {
		padding-bottom: 6vw;
	}
}

@media(max-width:640px) {
	.PicList002925 .title .cn {
		font-size: 6vw;
	}
}

.PicList002925 .list {
	padding: 0 3.4375vw;
}

.PicList002925 .list ul {
	margin: 0 -2vw;
}

.PicList002925 li {
	float: left;
	text-align: center;
	position: relative;
	background: url("../images/PicList002925_taibg.png") repeat-x top 70% left;
}

.PicList002925 li a {
	display: block;
	position: relative;
	z-index: 3;
}

.PicList002925 li .pic {
	padding-bottom: 1.98vw;
}

.PicList002925 li .Ispic {
	padding-bottom: 55%;
	background-size: contain;
}

.PicList002925 li .tit {
	margin-top: 1.303vw;
	margin-bottom: 2.08vw;
	padding: 0 5%;
}

.PicList002925 li .tit aside {
	font-size: 16px;
	line-height: 1.25em;
	height: 2.5em;
}

@media(min-width:769px) {
	.PicList002925 li {
		width: 25%;
	}

	.PicList002925 li:first-child:before,
	.PicList002925 li:nth-child(4n+1):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #fff;
		width: 7.4375vw;
		left: -2vw;
	}

	.PicList002925 li:last-child:before,
	.PicList002925 li:nth-child(4n):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #fff;
		width: 7.4375vw;
		right: -2vw;
	}
}

@media(max-width:768px) {
	.PicList002925 .list {
		padding: 0;
	}

	.PicList002925 li {
		width: 50%;
	}

	.PicList002925 li .pic {
		padding-bottom: 7vw;
	}

	.PicList002925 li .tit {
		margin-bottom: 5vw;
	}

	.PicList002925 li:first-child:before,
	.PicList002925 li:nth-child(2n+1):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
		width: 7.4375vw;
		left: -3vw;
	}

	.PicList002925 li:last-child:before,
	.PicList002925 li:nth-child(2n):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
		width: 7.4375vw;
		right: -3vw;
	}

	.PicList002925 li .tit aside {
		font-size: 14px;
	}
}




/*
 .PicList001200 
 */
.PicList001200 {
	padding: 3% 0 3% 0;
}

.PicList001200 h3 {
	margin: 0;
	font-size: calc(22 / 16 * 1em);
	color: #333;
	margin-bottom: 0.2rem;
}

.PicList001200 p {
	margin-bottom: 0.3rem;
	color: #999;
	line-height: 1.75;
	max-height: calc(1.75em * 2);
	overflow: hidden;
	font-size: 1.125em;
}

.PicList001200 li {
	padding: 16px;
	background: #f8f8f8;
	border-radius: 10px;
}

.PicList001200 li:not(:last-child) {
	margin-bottom: 3%;
}

.PicList001200 li a {
	display: block;
	position: relative;
}

.PicList001200 li figure {
	width: 100%;
	padding-bottom: 18.3%;
	border-radius: 10px;
}

.PicList001200 li .con {
	position: relative;
	padding: 1.5vw 2.5vw;
}

.PicList001200 li .con::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 80%;
	top: 10%;
	background-color: rgba(0, 0, 0, 0.08);
	right: 0;
}

.PicList001200 li time {
	display: block;
	color: #969696;
	padding-left: 30px;
	background: url(../images/time.svg) left center no-repeat;
	background-size: auto calc(18 / 16 * 1em);
	line-height: calc(18 / 16 * 1em);
	font-size: 1.125em;
}

.PicList001200 li:hover h3 {
	color: #0083ce;
}

.PicList001200 li:hover a::after {
	background-color: #0083ce;
	border-color: #0083ce;
	background-image: url(../images/more.svg);
}

@media(min-width:1025px) {
	.PicList001200 li a {
		display: flex;
		align-items: center;
	}

	.PicList001200 li a {
		padding-right: 13%;
	}

	.PicList001200 li a::after {
		position: absolute;
		content: '';
		width: calc(50 / 16 * 1em);
		height: calc(50 / 16 * 1em);
		background: url(../images/more2.svg) no-repeat center center;
		right: 3%;
		top: 50%;
		margin-top: calc(-25 / 16 * 1em);
		border: 1px solid #ccc;
		background-size: auto calc(15 / 16 * 1em);
		border-radius: 50%;
	}

	.PicList001200 li figure {
		width: 28.589%;
	}

	.PicList001200 li .con {
		width: calc(100% - 28.589%);
	}
}

@media(max-width:1024px) {
	.PicList001200 li figure {
		padding-bottom: 50%;
	}
}

@media(max-width:768px) {
	.PicList001200 {
		padding: 7% 0;
	}
}

@media(max-width:640px) {
	.PicList001200 h3 {
		font-size: 16px;
	}

	.PicList001200 li .con {
		padding-bottom: 0;
	}

	.PicList001200 p,
	.PicList001200 li time {
		margin: 0.1rem 0;
		font-size: 14px;
	}
}



/*.RighInfo000171*/
.RighInfo000171 {
	padding: 3% 0;
}

.RighInfo000171 .auto {
	max-width: 1600px;
	width: 96%;
}

.RighInfo000171 .title {
	color: #333;
	text-align: center;
	padding-bottom: calc(30 / 16 * 1em);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.RighInfo000171 .title h1 {
	margin: 0;
	padding-bottom: 1vw;
	font-size: calc(28 / 16 * 1em);
}

.RighInfo000171 .title time {
	color: #0083ce;
	padding-left: calc(28 / 16 * 1em);
	background: url(../images/time2.svg) no-repeat center left;
	background-size: calc(18 / 16 * 1em) auto;
	line-height: calc(28 / 16 * 1em);
	display: inline-block;
	font-size: 1.125em;
}

.RighInfo000171 .info {
	color: #666;
	line-height: 1.75;
	text-align: justify;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	padding: calc(30 / 16 * 1em) 0;
}

.RighInfo000171 .info h3 {
	color: #0083ce;
}

.RighInfo000171 .info .pic {
	margin: 2% auto 3%;
	display: block;
}

.RighInfo000171 p {
	margin: 0;
}

.RighInfo000171 p+p {
	margin-top: 1em;
}

.RighInfo000171 img {
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}

.RighInfo000171 p+img,
.RighInfo000171 img+p {
	margin-top: 2em;
}

.RighInfo000171 .bots {
	position: relative;
	margin-top: 50px
}

.RighInfo000171 .info_back {
	text-align: center;
	clear: both;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 0
}

.RighInfo000171 .info_back a {
	color: #fff;
	background: #0083ce;
	display: block;
	padding: 10px 30px;
	border-radius: 5px;
}

.RighInfo000171 .info_back a:hover {
	background: #fff;
	color: #0083ce;
	border: 1px #0083ce solid
}

.RighInfo000171 .info_pn span {
	display: block;
	margin: 0.15rem 0
}

.RighInfo000171 .info_pn span a {
	color: #888;
	font-size: 1.125em;
}

.RighInfo000171 .info_pn span a:hover {
	color: #0083ce;
	text-decoration: underline
}

.RighInfo000171 .return {
	text-align: center;
	clear: both;
	margin-top: 2em;
}

.RighInfo000171 .return a {
	color: #fff;
	background: #0083ce;
	display: inline-block;
	padding: 10px 30px;
}

.RighInfo000171 .return a:hover {
	background: #fff;
	color: #0083ce;
	border: 1px #0083ce solid
}

@media(min-width:1025px) {
	.RighInfo000171 .info .pic1 {
		float: right;
		margin: 3% 0;
		margin-left: 3%;
		width: 45%;
	}

	.RighInfo000171 .info .pic2 {
		float: left;
		margin: 3% 0;
		margin-right: 3%;
		width: 45%;
	}

	.RighInfo000171 p {
		font-size: calc(18 / 16 * 1em);
	}

}

@media(max-width:1024px) {
	.RighInfo000171 .info_back {
		position: relative
	}

	.RighInfo000171 .bots {
		position: relative;
		margin-top: 15px
	}

	.RighInfo000171 p+img {
		margin-top: 1em;
	}

	.RighInfo000171 .title h1 {
		font-size: calc(24 / 16 * 1em);
	}

	.RighInfo000171 .info_pn span {
		width: 80%
	}
}

@media(max-width:768px) {
	.RighInfo000171 .info_pn span {
		width: 100%;
		margin: 0;
	}

	.RighInfo000171 {
		padding: 7% 0;
	}

	.RighInfo000171 .title h1 {
		line-height: 1.5;
	}

	.RighInfo000171 .title {
		padding-bottom: 0.15rem;
	}

	.RighInfo000171 .info {
		padding-top: 0.15rem;
	}
}


.about-culture {
	padding: 0.8rem 0;
}

.about-culture .list {
	margin-left: -0.15rem;
	display: flex;
	flex-wrap: wrap;
}

.about-culture .list .item {
	padding: 2.969vw 0.2rem 0.2rem;
	min-height: 16.458vw;
	text-align: center;
	background-color: #f8f8f8;
	flex: 1;
	margin-left: 0.15rem;
	position: relative;
}

.about-culture .list .inner {
	position: relative;
}

.about-culture .list .icon img {
	height: 0.52rem;
}

.about-culture .list .tit {
	margin: 0.28rem 0 0.06rem;
	color: #222222;
	font-size: 0.24rem;
}

.about-culture .list .desc {
	font-weight: 100;
	color: #555;
	line-height: 1.875;
	font-size: 0.16rem;
}

.about-culture .list .item::before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--main-color), 0.1);
	transform: scaleX(0);
	transform-origin: right;
	-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	z-index: 0;
}

.about-culture .list .item:hover::before {
	transform: scaleX(1);
	transform-origin: left
}

@media(max-width:768px) {
	.about-culture {
		padding: 0.5rem 0;
	}

	.about-culture .list .item {
		width: calc(100% / 2 - 0.2rem);
		flex: none;
		margin-bottom: 0.2rem;
	}

	.about-culture .list .icon img {
		height: 0.5rem;
	}
}

.about-hornor {
	padding: 0.8rem 0;
	background-color: #f2f8fc;
}

.about-hornor .horor_box {
	width: 47.6%;
	margin: 0rem 0 0 0.23rem;
}

.about-hornor .info .subTit2 {
	padding-bottom: 0
}

.about-hornor .img {
	height: 2.3rem;
	position: relative;
	display: flex;
	align-items: flex-end;
	text-align: center;
}

.about-hornor .imgbg {
	position: relative;
	width: 70%;
	margin: 0px auto;
	padding: 0.18rem;
	transition: all 0.5s;
	border-radius: 0.1rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.4);
}

.about-hornor .imgbg img {
	max-height: 3.36rem;
	position: relative;
	z-index: 2;
}

.about-hornor .imgbg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.12rem;
	background: url(../images/rybg_top.png) no-repeat center top/100% 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.about-hornor .imgbg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.12rem;
	background: url(../images/rybg_bottom.png) no-repeat center bottom/100% 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.about-hornor .imgbg .shadow {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	right: -0.44rem;
	background: url(../images/rybg_shadow.png) no-repeat center center/100% 100%;
}

.about-hornor .imgbg .shadow img {
	width: 100%;
	height: 100%;
}

.hornor {
	position: relative;
	background: url(../images/desk.png) no-repeat center bottom/contain;
	padding-bottom: 0.75rem;
}

.about-hornor .list-3 li:not(:last-child) {
	margin-right: 2.813vw;
}

.about-hornor .list-3 .imgbg {
	width: 1.94rem;
}

.about-hornor .list-2 li:not(:last-child) {
	margin-right: 3.125vw;
}

.about-hornor .list-2 .imgbg {
	width: 3.3rem;
}

.about-hornor .list-1 .imgbg {
	width: 3.3rem;
}

.about-hornor .info {
	width: 46.97%;
	padding-left: 0.55rem;
}

.about-hornor .info .desc {
	font-weight: 400;
	color: #222222;
}

.about-hornor .info .txt {
	line-height: 1.875;
	font-weight: 100;
}

.about-hornor .info .txt * {
	text-wrap: wrap !important;
}

.about-hornor .info .iso {
	padding-top: 4.167vw;
}

.about-hornor .info .iso li {
	width: 43%;
	text-align: center;
	font-weight: 100;
	padding: 0 0.35rem;
	position: relative;
}

.about-hornor .info .iso li:before,
.about-hornor .info .iso li:after {
	width: 0.35rem;
	height: 100%;
	content: "";
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
}

.about-hornor .info .iso li:before {
	background-image: url(../images/ry_kh1.png);
	left: 0;
}

.about-hornor .info .iso li:after {
	background-image: url(../images/ry_kh2.png);
	right: 0;
}

.about-hornor .info .iso li span {
	display: block;
	font-weight: 400;
	font-size: var(--font-size24);
	margin-bottom: 2px;
	color: #231f20;
}

@media(max-width:1024px) {
	.about-hornor .horor_box {
		width: 100%;
	}

	.about-hornor .info {
		width: 100%;
		padding: 0 6%;
	}
}

@media(max-width:768px) {
	.about-hornor {
		padding: 0.5rem 0;
	}

	.about-hornor .list ul {
		padding-bottom: 0.4rem;
		margin-bottom: 0;
	}

	.about-hornor .img {
		zoom: 0.65;
	}
}


/*RighInfo003148 */
.RighInfo003148 {
	background-color: #f3f7fa;
	padding: 4% 0;
}

.RighInfo003148 .auto {
	padding: 4.5em 0 3em 0;
}

.RighInfo003148 .title {
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 1.2em;
}

.RighInfo003148 .items-group .items:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.RighInfo003148 .items-group .items:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.RighInfo003148 .items-group .items p {
	color: #333;
	font-size: 0.16rem;
	line-height: 1.64285;
	margin: 1em 0;
}

.RighInfo003148 .items-group .items p+.title {
	margin-top: 2em;
}

.RighInfo003148 .box-rows {
	margin-top: 4.875em;
}

.RighInfo003148 .box-rows .title {
	margin-bottom: 3.95833em;
}

.RighInfo003148 .box-rows dd {
	box-shadow: 0px 0.625em 3.75em rgba(0, 0, 0, 0.05);
	border: solid 1px #f3f3f3;
	text-align: center;
}

.RighInfo003148 .box-rows dd .heart {
	font-size: 1.375em;
	width: 4.0909em;
	height: 3.5454em;
	display: block;
	margin: -1.36363em auto 0;
	line-height: 3.5;
	background: url(../images/RighInfo003148-icon.svg) no-repeat center;
	background-size: contain;
	text-align: center;
	color: #fff;
}

.RighInfo003148 .box-rows dd aside {
	color: #000000;
	font-size: 1.25em;
	margin: 2.4em 0 1em 0;
	line-height: 1;
}

.RighInfo003148 .box-rows dd p {
	color: #999999;
	width: 73%;
	margin: auto;
}

.RighInfo003148 .items-group .txt aside {
	padding: 0.3rem 0;
	font-size: 0.24rem;
	line-height: 0.6rem;
	color: #333;
	text-align: center;
}

.RighInfo003148 .items-group .txt aside img {
	width: 0.6rem;
	margin-right: 0.15rem;
}

.RighInfo003148 .items-group .txt h3 {
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
	color: #000;
	text-align: center;
}

.RighInfo003148 .items-group .txt .gc {
	width: 100%;
	height: 3rem;
	overflow: auto;
}

.RighInfo003148 .items-group .txt .gc p {
	width: 50%;
	float: left;
	font-size: 0.16rem;
	margin: 0;
	line-height: 0.3rem;
	text-align: center;
}


@media (min-width:1025px) {
	.RighInfo003148 .items-group .img {
		width: 50%;
	}

	.RighInfo003148 .items-group .items:nth-child(2n-1) .txt {
		padding-right: 3.5em;
	}

	.RighInfo003148 .items-group .items:nth-child(2n) .txt {
		padding-left: 3.5em;
	}

	.RighInfo003148 .box-rows dd {
		float: left;
		min-height: 15.625em;
		width: 30.715%;
		margin-bottom: 3.9275%;
	}

	.RighInfo003148 .box-rows dd:not(:nth-child(3n)) {
		margin-right: 3.9275%;
	}
}

@media (max-width:1024px) {
	.RighInfo003148 .items-group .txt {
		padding: 2em 0;
	}

	.RighInfo003148 .box-rows dd {
		padding-bottom: 3em;
		margin-bottom: 4em;
	}

	.RighInfo003148 .box-rows dd p {
		width: 90%;
	}
}



/*.TextList002208  */
.TextList002208 {
	padding: 3% 0;
}

.TextList002208 .info-css {
	text-align: center;
	line-height: normal;
	margin-bottom: 2.86vw;
}

.TextList002208 .info-css .t-1 {
	display: inline-block;
	font-size: calc(40 / 16 * 1em);
	color: #0083ce;
	font-weight: bold;
	padding-right: 7.167%;
	padding-left: 7.167%;
	position: relative;
	background: url(../images/yinhao-r.png) no-repeat right top;
	background-size: 6.617% auto;
}

.TextList002208 .info-css .t-1:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 6.617%;
	height: 100%;
	background: url(../images/yinhao-l.png) no-repeat left top;
	background-size: contain;
}

.TextList002208 .info-css .t-2 {
	margin-top: 15px;
	font-size: calc(20 / 16 * 1em);
}

.TextList002208 .tab {
	border-radius: 20px;
	overflow: hidden;
	background: url(../uploadfiles/TextList002208-tabbg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: calc(30 / 16 * 1em);
	margin-bottom: calc(50 / 16 * 1em);
}

.TextList002208 .tab span {
	display: inline-block;
	padding: calc(50 / 16 * 1em);
	width: 50%;
	float: left;
	cursor: pointer;
	position: relative;
	font-size: calc(24 / 16 * 1em);
}

.TextList002208 .tab span:not(:last-child):after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	right: 0;
	top: 0;
}

.TextList002208 .tab span .icon {
	margin-bottom: 24px;
}

.TextList002208 .tab span .icon img {
	height: 60px;
}

.TextList002208 .tab span.on .icon .on,
.TextList002208 .tab span:not(.on) .icon .off {
	display: none;
}

.TextList002208 .tab span.on {
	color: #0083ce;
}

.TextList002208 .tab span.on:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 22px;
	left: 0;
	bottom: calc(-20 / 16 * 1em);
	background: url(../images/TextList002208-tabon.svg) no-repeat center bottom;
	background-size: contain;
}

.TextList002208 .thead {
	border-radius: 10px;
	font-size: calc(18 / 16 * 1em);
	line-height: calc(50 / 18 * 1em);
	height: calc(70 / 18 * 1em);
	padding: calc(10 / 18 * 1em) 0;
	text-align: center;
	background: #0083ce;
	color: #fff;
	position: relative;
}

.TextList002208 .thead span {
	float: left;
	width: 22%;
	height: calc(50 / 16 * 1em);
	display: block;
	position: relative;
	font-size: 0.18rem;
}

.TextList002208 span.jobnum {
	display: none;
}

.TextList002208 .dl:not(.thead) {
	border-bottom: 1px solid #ececec;
	background: #fff;
}

.TextList002208 .dl .dt {
	font-size: calc(18 / 16 * 1em);
	line-height: calc(50 / 18 * 1em);
	color: #373f53;
	padding: calc(10 / 18 * 1em) 0;
	text-align: center;
	cursor: pointer;
}

.TextList002208 .dl .dt span {
	float: left;
	width: 22%;
	height: calc(50 / 18 * 1em);
	font-size: 0.16rem;
	display: block;
	position: relative;
}

.TextList002208 .dl .dt span.jobnum {
	display: none;
}

.TextList002208 dl span:last-child {
	width: 8% !important;
	text-align: center;
}

.TextList002208 .dl .dt span i {
	position: absolute;
	content: "";
	left: 50%;
	background: url(../images/Floor003231-more.svg) no-repeat right center;
	display: block;
	width: 16px;
	height: 8px;
	top: 39%;
	margin-top: -4px;
	margin-left: -8px;
	transform: rotate(90deg);
}

.TextList002208 .conbox {
	border-top: 1px solid #ececec;
	background: #f7f8f9;
	border-radius: 10px;
	padding: calc(50 / 16 * 1em);
	display: none;
}

.TextList002208 .conbox .h5 {
	color: #373f53;
	font-weight: normal;
	font-size: 0.20rem;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
	padding-left: 0.6em;
}

.TextList002208 .conbox .h5::after {
	content: "";
	display: block;
	width: 5px;
	height: 20px;
	border-radius: 10px;
	background: #0083ce;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.TextList002208 .conbox p {
	line-height: 2;
	color: #666;
	margin: 0;
	font-size: 0.16rem;
}

.TextList002208 .jobname {
	width: 24% !important;
	text-align: left;
	padding: 0 calc(30 / 18 * 1em);
}

.TextList002208 .dl.active .dt span {
	color: #0083ce;
}

.TextList002208 .dl.active .dt span i {
	transform: rotate(-90deg);
	top: 55%;
}

.TextList002208 .btn_apply {
	margin-top: calc(30 / 16 * 1em);
}

.TextList002208 .btn_apply a {
	display: inline-block;
	/* padding: 0 calc(30 / 16 * 1em); */
	font-size: 0.16rem;
	height: calc(45 / 16 * 1em);
	line-height: calc(45 / 16 * 1em);
	text-align: center;
	color: #0083ce;
	/* background-color: #0083ce; */
	border-radius: 5px;
}

.TextList002208 .popUp-box {
	position: fixed;
	left: -100%;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
	z-index: 200;
}

.TextList002208 .popUp-box.show {
	left: 0;
}

.TextList002208 .popUp-box .ytable {
	height: 100%;
}

.TextList002208 .popUp-box .main {
	position: relative;
	max-width: 1200px;
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
}

.TextList002208 .popUp-box .main .colse {
	position: absolute;
	width: 1.5625em;
	height: 1.5625em;
	right: 1.25em;
	top: 1.25em;
	background: url(../images/icon-close.svg) no-repeat;
	background-size: contain;
	z-index: 10;
	cursor: pointer;
}

.TextList002208 .popUp-box .main>div {
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
}

.TextList002208 .popUp-box .name {
	font-size: calc(30 / 16 * 1em);
	color: #373f53;
	padding: 1em 0;
	text-align: center;
	border-bottom: 1px solid #373f53;
	margin-bottom: 1em;
}

.TextList002208 .from {
	padding-bottom: 3em;
}

.TextList002208 .from .text {
	width: 100%;
	height: 3.125em;
	line-height: 3.125em;
	font-size: 1em;
	border: solid 1px #ececec;
}

.TextList002208 .from textarea.text {
	height: 6.25em;
}

.TextList002208 .from table {
	font-size: 0.875em;
}

.TextList002208 .from table tr,
.TextList002208 .from table td {
	font-size: 1rem;
}

.TextList002208 .from td {
	color: #373f53;
}

.TextList002208 .from .btn {
	width: 10rem;
	max-width: 10rem;
	height: 3rem;
	line-height: 3;
	background: #0083ce;
	border-radius: 5px;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 1em;
	padding: 0;
}

.TextList002208 .from .btn-reset {
	background: #6e6e6e;
}

.TextList002208 .from .btn+.btn {
	margin-left: 0.625em;
}

@media (min-width:1025px) {
	.TextList002208 .from .f-name {
		text-align: right;
	}

	.TextList002208 .from td {
		line-height: 3.125em;
		vertical-align: top;
		padding-bottom: calc(15 / 16 * 1em);
	}

	.TextList002208 .from .w1 {
		width: 6.7857em;
	}

	.TextList002208 .from .w2 {
		width: 36.969%;
	}

	.TextList002208 .from .w3 {
		width: 15.712%;
	}
}

@media (max-width:1024px) {
	.TextList002208 .popUp-box .name {
		font-size: 1.5em;
	}

	.TextList002208 .from td {
		display: block;
	}

	.TextList002208 .from .f-name {
		padding-top: 1em;
	}
}

@media(max-width:768px) {
	.TextList002208 {
		padding: 7% 0;
	}

	.TextList002208 .jobyq,
	.TextList002208 .jobnum,
	.TextList002208 .jobadd,
	.TextList002208 .jobtime {
		display: none !important;
	}

	.TextList002208 .dl .dt span {
		width: 25%;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-size: 16px;
	}

	.TextList002208 .jobname {
		width: 90% !important;
	}

	.TextList002208 .dl .dt {
		padding-bottom: 0;
	}

	.TextList002208 .conbox {
		padding: 20px;
	}

	.TextList002208 .conbox p {
		font-size: 14px;
	}

	.TextList002208 .thead {
		height: auto;
		line-height: normal;
	}

	.TextList002208 .thead span {
		height: auto;
	}
}


/*
 .PicList002323 为demo编号
 */

.PicList002323 ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
	background-color: #f8f8f8;
	padding: 2%;
	margin-bottom: 2%;
	border-radius: 10px;
}

.PicList002323 ul li div {
	padding-bottom: 76%;
	position: relative;
	overflow: hidden;
}

.PicList002323 ul li figure {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}

.PicList002323 ul li h3 {
	color: #333;
	margin: 20px 0 0;
	font-weight: normal;
	font-size: 0.16rem;
}

.PicList002323 ul li a:hover figure {
	transform: scale(1.3);
}

.PicList002323 ul li a:hover h3 {
	color: #0083ce;
}

@media screen and (min-width:768px) {
	.PicList002323 ul li {
		width: 31.334%;
	}

	.PicList002323 {
		padding: 3% 0;
	}
}

@media screen and (min-width:1024px) {
	.PicList002323 ul li {
		width: 23%;
	}
}

.PicList0023232 {
	padding: 3% 0;
}

.PicList0023232 ul {
	/* margin-left: -1.5%; */
}

.PicList0023232 ul li {
	float: left;
	width: 23.875%;
	margin-right: 1.5%;
	text-align: center;
	background-color: #ebf0f5;
	padding: 0.2rem;
	margin-bottom: 2%;
	border-radius: 10px;
}

.PicList0023232 ul li div {
	padding-bottom: 66%;
	position: relative;
	overflow: hidden;
	border-radius: 0.1rem;
}

.PicList0023232 ul li figure {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}

.PicList0023232 ul li h3 {
	color: #333;
	margin: 0.2rem 0 0;
	font-weight: normal;
	font-size: 0.2rem;
	line-height: 1;
}

.PicList0023232 ul li a:hover figure {
	transform: scale(1.3);
}

.PicList0023232 ul li a:hover h3 {
	color: #0083ce;
}

.PicList0023231 {
	padding: 3% 0;
}

.PicList0023231 {
	background: linear-gradient(357deg, #f7f9fc, #e4eef7);
	border-bottom: 1px solid #dddddd
}

.PicList0023231 .slider {
	padding: 0;
	margin: 0 -1%;
}

.PicList0023231 ul li {
	float: left;
	text-align: center;
	background-color: #fff;
	padding: 0.2rem;
	margin-bottom: 2%;
	border-radius: 10px;
	margin: 0 1%;
	width: 25rem;
}

.PicList0023231 ul li div {
	padding-bottom: 77%;
	position: relative;
	overflow: hidden;
}

.PicList0023231 ul li figure {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
	background-size: contain;
}

.PicList0023231 ul li h3 {
	color: #222;
	margin: 0.15rem 0 0;
	font-weight: normal;
	font-size: 0.16rem;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.PicList0023231 ul li a:hover figure {
	transform: scale(1.05);
}

.PicList0023231 ul li a:hover h3 {
	color: #0083ce;
}

.PicList0023231 .slick-arrow {
	bottom: 0;
	border: solid 2px #ddd;
	font-size: 1em;
	text-indent: 999em;
	overflow: hidden;
	width: calc(60 / 16 * 1em);
	height: calc(60 / 16 * 1em);
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	background: url(../images/btn-prev-gray.svg) no-repeat center center;
	background-size: auto 30%;
	transition: 0.3s;
	top: 50%;
	transform: translateY(-50%);
}

.PicList0023231 .slick-arrow:hover {
	background-color: #0083ce;
	border-color: #0083ce;
}

.PicList0023231 .slick-next {
	background-image: url(../images/btn-next-gray.svg);
	right: -5%;
}

.PicList0023231 .slick-prev {
	left: -5%;
}

.PicList0023231 .slick-prev:hover {
	background-image: url(../images/btn-prev.svg);
}

.PicList0023231 .slick-next:hover {
	background-image: url(../images/btn-next.svg);
}

.PicList0023231 .slick-dots {
	width: 100%;
	text-align: center;
	line-height: 12px;
	position: static;
	padding-top: 0.25rem;
}

.PicList0023231 .slick-dots li {
	display: inline-block;
	width: 0.08rem;
	height: 0.08rem;
	vertical-align: middle;
	padding: 0;
	position: relative;
	float: none;
}

.PicList0023231 .slick-dots li:not(:last-child) {
	margin-right: 0.1rem;
}

.PicList0023231 .slick-dots li button {
	font-size: 0;
	width: 100%;
	height: 100%;
	background-color: #dadde4;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	cursor: pointer;
}

.PicList0023231 .slick-dots li.slick-active {
	width: 0.26rem;
}

.PicList0023231 .slick-dots li.slick-active button {
	background-color: #0083ce;
	;
	border-radius: 5px;
}

.SubPage {
	padding: 3% 0;
	position: relative;
}

.SubPage .zcbg {
	position: absolute;
	width: 27vw;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff;
}

@media(max-width:768px) {
	.lm_title {
		margin-bottom: 0.2rem;
	}

	.lm_title .cn {
		font-size: 0.3rem;
		line-height: 1.5;
	}

	.PicList0023232,
	.PicList0023231 {
		padding: 7% 0;
	}

	.PicList0023232 ul li {
		width: 48.5%;
	}

	.PicList0023232 ul li a {
		padding-bottom: 0.15rem;
		display: block;
	}

	.PicList0023232 ul li h3 {
		margin-top: 0.15rem;
	}
}

/*产品中心 s*/
.Jonin {
	text-align: center;
	color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #423a37;
	margin-bottom: 1.5rem;
}

.Jonin .SubTit2 .ti {
	margin-bottom: 0.2rem;
}

.Jonin .joinbtn {
	color: #fff;
	width: 160px;
	line-height: 52px;
	border-radius: 0 0 20px 0;
	background: #0083ce;
	display: inline-block;
	margin-top: 0.4rem;
}

.ProNav .side-title {
	background: #0083ce;
	color: #fff;
	font-size: 0.24rem;
	border-radius: 20px 20px 0 0;
	padding: 0.1rem 0 0.1rem 0.4rem;
	font-weight: bold;
}

.ProNav .side-title span {
	display: block;
	opacity: 0.5;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.ProNav {
	width: 3.4rem;
	float: left;
}

/* .ProNav ul{padding-bottom: 8px;} */
/* .ProNav li{margin-bottom: 2px;} */
/* .ProNav li.onli span a{color:#0083ce;background: #ebf0f5;} */
/* .ProNav li.onli span i{color: #ffffff;} */
/* .ProNav li.onli span i:before{ transform: rotate(90deg); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; } */
/* .ProNav span{display: block;position: relative;} */
/* .ProNav span a{background: #ebf0f5;padding:13px 0.45rem 13px 0.3rem;display: block;font-size: 0.18rem;border-radius: 0;} */
/* .ProNav span i{position: absolute;padding-right: 0.3rem;top: 0;width: 100%;text-align: right;width: 100%;height: 100%;display: flex;align-items: center;justify-content: end;cursor: pointer;font-size: 0.24rem;} */
/* .ProNav li.onli span a{background-color: #0083ce;color: #fff;} */
/* .ProNav span i:before{ transition: all 0.3s; margin-top: 0px; position: absolute; right: 6%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; } */
/* .ProNav dl{padding:0;display: none;} */
/* .ProNav dl dd{margin-bottom: 0.12rem;} */
/* .ProNav dl dd a{color:#555555;position: relative;display: block;font-size: 0.16rem;border-bottom: 1px solid #eee;padding-left: 0.6rem;line-height: 0.5rem;background: #f8f9fb;} */
/* .ProNav dl dd a:after{position: absolute;left:0.3rem;top: 50%;background:#fff;border-radius: 50%;content: "";width: 10px;height:10px;transform: translateY(-50%);border: 1px solid #333;} */
/* .ProNav dl dd a:hover,.ProNav dl dd.on a{color:#0083ce;} */
/* .ProNav dl dd.on a::after{border-color: #0083ce;} */
.ProNav .close {
	display: none;
	position: fixed;
	right: 0;
	top: 0.8rem;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.ProNav .close i {
	display: none;
}

.Message .Title {
	line-height: 70px;
	position: relative;
	background: #0083ce;
	border-radius: 5px 5px 0 0;
}

.Message .Title a {
	display: block;
	color: #fff;
	padding-left: 0.32rem;
	font-size: 0.18rem;
}

.Message .Title img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.Message .Title i {
	position: absolute;
	right: 0.23rem;
	top: 0;
	color: #fff;
	transform: rotate(90deg);
}

.Message .form {
	padding: 25px;
	background: #f4f6f9;
}

.Message .item {
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
}

.Message .ipt {
	width: 100%;
	border: 1px solid #e8ebf0;
	background: #fff;
	border-radius: 3px;
	height: 44px;
	line-height: 42px;
	padding: 0 0.18rem;
}

.Message .ipt:hover,
.Message .textarea:hover {
	border: 1px solid #ccd2dd;
}

.Message .ipt::-webkit-input-placeholder,
.Message textarea::-webkit-input-placeholder {
	color: #c7c7c7;
}

.Message .yzbtn {
	margin-left: 10px;
	border-radius: 3px;
	line-height: 44px;
	background: #6c8aaf;
	width: 107px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.Message .yzbtn:hover {
	background: #0083ce;
}

.Message .textarea {
	background: #fff;
	border: 1px solid #e8ebf0;
	padding: 10px;
	width: 100%;
}

.Message textarea {
	height: 108px;
	width: 100%;
}

.Message .yz .ipt {
	flex: 2;
}

.Message .btn {
	width: 100%;
	color: #fff;
	background: #e60012;
	border-radius: 3px;
	height: 44px;
}

.Message .btn:hover {
	background: #d30011;
}

.ProMore {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 20px;
	z-index: 100;
	background: #0083ce;
	border-radius: 0 5px 5px 0;
	padding: 10px 0;
	top: 40%;
	color: #fff;
}

.ProRight {
	width: calc(100% - 3.8rem);
	float: right;
}

.ProMore {
	display: none;
	position: fixed;
	left: 0;
	top: 1.8rem;
	z-index: 100;
	background-color: #0083ce;
	color: #fff;
	border-radius: 0 0.1rem 0.1rem 0;
	text-align: center;
	width: 0.3rem;
	padding: 0.1rem 0.05rem;
	line-height: 1.25;
}

.ProList ul {
	margin-left: -0.23rem;
}

.ProList .item {
	padding: 0 0 0.23rem 0.23rem;
	text-align: center;
	width: 25%;
	float: left;
}

.ProList .item a {
	display: block;
	border: 1px solid #eeeeee;
	margin-right: 1px;
	position: relative;
	padding-bottom: 1rem;
	background: url(../images/cpbg.jpg) no-repeat;
	border-radius: 0.15rem;
	background-size: cover;
}

/*	background: linear-gradient(357deg, #f7f9fc, #e4eef7)*/
/* .ProList .item:hover a{border: 1px solid #0083ce;} */
.ProList .imgbox {
	padding-top: 77%;
}

.ProList .imgbox span {
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
}

.ProList .tit {
	line-height: 0.5rem;
	padding: 0 10px;
	color: #111;
	transition: all 0.3s;
	font-size: 0.18rem;
	font-weight: 500;
	letter-spacing: 1px;
	/* text-decoration: underline; */
}

.ProList .info {
	height: 1rem;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
	position: absolute;
	/* background: #ebf0f5; */
	transition: all 0.3s;
	overflow: hidden;
	border-radius: 0.15rem;
}

.ProList .info p {
	line-height: 0.3rem;
	font-size: 0.16rem;
	color: #666;
}

.ProList .item .desc {
	font-size: 0.15rem;
	line-height: 1.5;
	opacity: 0;
	transition: all 0.1s 0.3s;
	overflow: hidden;
	word-break: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ProList .item .more {
	opacity: 1;
	transition: all 0.1s 0.3s;
	bottom: 0;
	font-size: 0.16rem;
	display: none;
}

.ProList .item.on .info {
	background: rgba(0, 131, 206, 0.8);
	height: 100%;
	padding: 0.6rem 0.28rem 0.28rem;
	color: #fff;
	overflow: hidden;
}

.ProList .item.on .tit {
	font-size: 0.18rem;
	color: #fff;
}

.ProList .item.on p {
	display: none;
}

.ProList .item.on .desc {
	text-align: left;
	opacity: 1;
	color: #fff;
}

.ProList .item.on .more {
	position: absolute;
	bottom: 0.5rem;
	width: 60%;
	left: 20%;
	opacity: 1;
	color: #0083ce;
	background: #ffffff;
	line-height: 0.44rem;
	border-radius: 0.1rem;
}

.ProList .item.on .more i {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background: url(../images/more3.svg) no-repeat right center;
	background-size: 0.14rem auto;
}

.FloatRight {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 1000;
	width: 0.9rem;
}

.FloatRight .btn {
	display: flex;
	height: 0.9rem;
	text-align: center;
	background: #f8f9fb;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
}

.FloatRight .btn .ico {
	width: 30px;
	height: 30px;
}

.FloatRight .btn .ico img {
	width: 30px;
	height: 30px;
}

.FloatRight .btn:hover {
	color: #fff;
	background: #0083ce;
}

@media(max-width:1024px) {
	.ProMore {
		display: block;
	}

	/* .ProNav{width: auto;float: none;position:fixed;top: 0.8rem;left: -100%;width: 80%;z-index: -100;overflow-y: auto;height: calc(100% - 0.8rem);transition: all 0.3s;} */
	/* .ProNav .box{padding:0.25rem;background:#fff;position: relative;z-index: 10;} */
	.ProNav.on .close {
		display: block;
	}

	.ProNav.on {
		left: 0;
		z-index: 1000000;
	}

	.Message .Title {
		line-height: 45px;
	}

	.ProList .item {
		width: 33.333%;
	}

	.ProRight {
		width: auto;
		float: none;
	}
}

@media(max-width:767px) {
	.FloatRight {
		width: 30px;
		right: 5px;
	}

	.FloatRight .btn {
		font-size: 12px;
		height: auto;
		padding: 10px 0;
		line-height: 15px;
		margin: 5px 0 0;
		width: 30px;
	}

	.FloatRight .btn .ico {
		margin-bottom: 8px;
	}

	.FloatRight .btn .ico,
	.FloatRight .btn .ico img {
		width: 20px;
		height: 20px;
	}

	.ProList ul {
		margin-left: -0.15rem;
	}

	.ProList .item {
		width: 50%;
		padding: 0 0 0.15rem 0.15rem;
	}

	.ProList .item a {
		padding-bottom: 0.5rem;
	}

	.ProList .info {
		height: 40px;
	}

	.ProList .tit {
		line-height: 40px;
		font-size: 15px;
	}
}

.pro_bz {
	padding: 3% 0;
	background: #fff;
}

.pro_bz p {
	line-height: 2;
	font-size: 1em;
	color: #333;
	margin-top: 1em;
}

.pro_td {
	background-color: #f9f9f9;
	padding: 3% 0;
}

.pro_td ul {
	display: flex;
	flex-wrap: wrap;
}

.pro_td ul li {
	width: 49%;
	margin-right: 2%;
	border-bottom: 1px dashed #dcdcdc;
	background: url(../images/quan.svg) no-repeat left 0.7em;
	background-size: 1em;
	padding-left: 1.5em;
	list-style: none;
	padding-bottom: 1em;
	margin-bottom: 2%;
	color: #333;
	line-height: 2;
}

.pro_td ul li:nth-child(2n) {
	margin-right: 0;
}

.pro_td ul li h2 {
	font-size: 1.3em;
	color: #333;
}

.pro_bz ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3vw;
	justify-content: center;
	align-content: flex-end;
	align-items: stretch;
}

.pro_bz ul li {
	background-color: rgb(255 255 255 / 85%);
	border-radius: 10px;
	box-shadow: 0 0 13px rgba(0, 0, 0, .13);
	padding: 3%;
	text-align: left;
	margin-bottom: 2%;
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
}

.pro_bz ul li img {
	max-width: 50px;
	display: none !important;
}

.pro_bz ul li:nth-child(3n) {
	margin-right: 0;
}

.pro_bz ul li .off {
	display: none;
}

.pro_bz ul li:hover .on {
	display: none;
}

.pro_bz ul li:hover .off {
	display: block;
	margin: 0;
}

.pro_bz ul li:hover {
	background: #0083ce url(../images/dt.png) no-repeat right bottom;
	background-size: cover;
}

.pro_bz ul li h2 {
	color: #0083ce;
	font-size: 0.24rem;
	margin-top: 0.5em;
	font-weight: 500;
}

.pro_bz ul li p {
	line-height: 2;
	color: #333;
	font-size: 0.18rem;
}

.pro_bz ul li:hover h2,
.pro_bz ul li:hover p {
	color: #fff;
}

.pro_jscs {
	padding: 3% 0;
	background-color: #fff;
}

.pro_jscs table {
	border: 1px solid #dcdcdc;
	width: 48.5%;
	float: left;
	font-size: 1em;
	color: #333;
	background-color: #fff;
	/* max-width: 60%; */
	margin: 0;
}

.pro_jscs table tr,
.pro_jscs table td {
	border: 2px solid #dde4ef;
	padding: 0.15rem 0.3rem;
	font-size: 0.16rem;
	color: #444;
}

.pro_jscs p {
	color: #666;
	font-size: 0.16rem;
	margin-top: 1em;
}

.pro_jscs table tr td:nth-child(1) {
	width: 35%;
}

.pro_jscs table tr:nth-child(2n) {
	background: #fff;
}

.pro_jscs table tr:nth-child(2n-1) {
	background: #eaf0f6;
}


.TextList000286 {
	width: 48.5%;
	padding-left: 0;
	float: right;
}

.TextList000286 .title {
	text-align: center;
	color: #292929;
	font-weight: bold;
	line-height: 1;
	font-size: calc(36 / 16 * 1em);
	margin-bottom: calc(40 / 36 * 1em);
}

.TextList000286 .tab {
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin-bottom: calc(50 / 16 * 1em);
}

.TextList000286 .tab dd {
	display: inline-block;
	margin: 0 calc(50 / 16 * 1em);
}

.TextList000286 .tab dd span {
	display: inline-block;
	position: relative;
	font-size: calc(24 / 16 * 1em);
	color: #292929;
	opacity: 0.3;
	padding-bottom: 15px;
}

.TextList000286 .tab dd span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #292929;
	opacity: 0;
}

.TextList000286 .tab dd.on span {
	opacity: 1;
}

.TextList000286 .tab dd.on span:after {
	opacity: 1;
}

.TextList000286 li {
	background: linear-gradient(357deg, #f7f9fc, #e4eef7);
	border-radius: 0.15rem;
}

.TextList000286 li .inner {
	position: relative;
	padding: 0.3rem;
	padding-left: 1rem;
	background: url(../images/icon-file.svg) no-repeat left 0.3rem center;
	background-size: auto 0.5rem;
	-webkit-transition: all .3s;
	-o-transition: .3s all;
	transition: all .3s;
	border-radius: 0.1rem;
}

.TextList000286 li .tit {
	color: #000;
}

.TextList000286 li .name>* {
	float: left;
}

.TextList000286 li .name b {
	font-size: 0.22rem;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
}

.TextList000286 li p {
	margin: 0.15rem 0 0;
	position: relative;
}

.TextList000286 li .btn {
	position: absolute;
	right: 0.3rem;
	bottom: 0.3rem;
}

.TextList000286 li .btn a {
	color: #000;
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 0.2rem;
	padding-left: 0.3rem;
	font-size: 0.18rem;
}

.TextList000286 li .btn a.download {
	background-image: url(../images/icon-download.svg);
}

.TextList000286 li .btn a.view {
	background-image: url(../images/icon-view.svg);
	margin-left: 0.3rem;
}

.TextList000286 li .btn a:hover {
	color: #0083ce;
}

.TextList000286 li:hover .inner {
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15)
}

.TextList000286 li:hover .tit {
	color: #0083ce;
}

@media(min-width:1025px) {
	.TextList000286 li {
		float: left;
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.TextList000286 li:nth-child(2n) {
		float: right;
	}
}

@media(max-width:1024px) {
	.TextList000286 li {
		margin-bottom: 3vw;
	}
}

@media(max-width:768px) {
	.TextList000286 li p a {
		bottom: 0;
	}

	.TextList000286 li p span.time {
		white-space: initial;
		text-overflow: initial;
		line-height: 20px;
	}

	.pro_bz ul li {
		width: 100%;
	}

	.pro_jscs table {
		width: 100%;
		float: none;
		margin-bottom: 0.25rem;
	}

	.TextList000286 {
		width: 100%;
		float: none;
	}

	.TextList000286 li .inner {
		padding-left: 0.6rem;
		background-position: 0.1rem center;
		background-size: 0.35rem;
	}
}




/*RighInfo003134 */
.RighInfo003134 {
	padding: 3% 0;
	border-bottom: 1px solid #ddd;
}

.RighInfo003134 .img-group {
	width: 32%;
	border: 1px solid #ddd;
	border-radius: 0.2rem;
}

.RighInfo003134 .img-side .txt {
	width: 68%;
	padding-left: 0;
}

.RighInfo003134 .img-side .txt .xl {
	padding: 0.3rem 0 0 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding-bottom: 0.1rem;
}

.RighInfo003134 .img-side .txt .xl ul {
	width: 100%;
	display: inline-block;
}

.RighInfo003134 .img-side .txt .xl ul li {
	font-size: 0.18rem;
	font-weight: normal;
	display: flex;
	line-height: 2;
	color: #000;
	float: left;
	flex-wrap: nowrap;
	align-items: center;
	min-width: 33.3%;
	margin-bottom: 0.1rem;
	position: relative;
	padding-left: 0.18rem;
}

.RighInfo003134 .img-side .txt .xl ul li::before {
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #0083ce;
	display: inline-block;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 0.16rem;
}

.RighInfo003134 .ytable-cell {}

.RighInfo003134 .img-side {
	margin-bottom: 0;
}

.RighInfo003134 .img-side .ytable {}

.RighInfo003134 .img-group li .Ispic {
	background-size: contain;
	padding-bottom: 77.166%;
	background-repeat: no-repeat;
	background-position: center;
}

.RighInfo003134 .img-side .tit {
	font-size: 0.36rem;
	font-weight: bold;
	color: #0083ce;
	padding-bottom: 0.15rem;
	position: relative;
}

.RighInfo003134 .img-side .tit::after {
	width: 60px;
	height: 3px;
	background: #0083ce;
	content: '';
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.RighInfo003134 .img-side .con {
	line-height: 2;
	color: #333;
	text-align: justify;
}

.RighInfo003134 .img-side .con p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.RighInfo003134 .img-side p+p {
	margin-top: 1em;
	font-size: 16px !important;
}

.RighInfo003134 .img-side .xl * {
	font-size: 0.2rem !important;
}

.RighInfo003134 .img-side .btn {
	margin-top: 0.45rem;
	display: flex;
	align-items: center;
	width: 3.1rem;
}

.RighInfo003134 .img-side .btn a {
	display: inline-block;
	font-size: 0.16rem;
	color: #fff;
	box-shadow: 0px 10px 30px rgba(218, 37, 29, 0.08);
	border-radius: 0.05rem;
	margin: 0 0.05rem;
	text-align: center;
	line-height: 3.3333;
	padding: 0 0.25rem;
	cursor: pointer;
}

.RighInfo003134 .img-side .btn a.download {
	background-color: #0083ce;
}

.RighInfo003134 .img-side .btn a.download2 {
	background-color: #6e6e6e;
}

.RighInfo003134 .img-side .btn a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 0.2rem;
	height: 3.3333em;
	margin-right: 0.1rem;
}

.RighInfo003134 .img-side .btn a.download:before {
	background-image: url(../images/RightFix-icon-kf-on.svg);
}

.RighInfo003134 .img-side .btn a.download2:before {
	background-image: url(../images/arrow-left.svg);
}

.RighInfo003134 .img-side .btn a:hover {
	background-color: #0083ce;
}


.tp {
	display: block;
	padding: 3% 0;
	background: #ebf0f5;
}

.tp img {
	width: 60%;
	margin: 0 auto;
	display: block;
}


.hui {
	background: url(../images/Floor002585_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.TextList001398 {
	padding: 3% 0;
}

.TextList001398 li {
	height: 60px;
	padding: 0 10px;
	line-height: 60px;
	position: relative;
	background-color: rgba(0, 91, 172, .05);
	margin-bottom: 2%;
}

.TextList001398 li a {
	display: block;
	padding: 0 75px 0 3em;
	background: url(../images/word.svg) 1% 50% no-repeat;
	font-size: 16px;
	color: #3d3d3d;
	background-size: 1.5em;
}

.TextList001398 li a:hover {
	color: #0083ce;
}

.TextList001398 li .btn {
	width: 71px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/xz.svg) 50% 50% no-repeat;
	background-size: 1.5em;
}

.TextList001398 li:nth-child(2n) {
	background: #f9f9f9;
}

@media(max-width:1024px) {
	.RighInfo003134 .img-group {
		width: 60%;
		margin: 0px auto 0.2rem;
	}

	.RighInfo003134 .img-side .txt {
		width: 100%;
		padding-left: 0;
	}

	.RighInfo003134 .img-side .tit {
		font-size: 0.3rem;
	}

	.tp img {
		width: 100%;
	}
}

@media(max-width:768px) {
	.tp {
		padding: 7% 0;
	}

	.RighInfo003134,
	.pro_bz,
	.pro_jscs {
		padding: 7% 0;
	}

	.RighInfo003134 .img-side .btn a:before {
		height: 2.2em;
	}

	.RighInfo003134 .img-side .btn a {
		padding: 0 0.15rem;
		line-height: 2.2;
		font-size: 14px;
	}
}

/*
 .Form002802
 */
.Form002802 {
	padding: 3% 0;
}

.Form002802 .from td {
	padding-right: 5%;
	padding-bottom: 3%;
}

.Form002802 .from td p {
	margin: 0;
	color: #999;
	text-align: center;
}

.Form002802 .from td div {
	position: relative;
}

.Form002802 .from label {
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 15px;
	line-height: 50px;
	color: #999;
}

.Form002802 .from .text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #f5f5f5;
}

.Form002802 .from textarea.text {
	height: 132px;
}

.Form002802 .from .btn {
	padding-bottom: 1.5%;
	text-align: center;
}

.Form002802 .from .btn input {
	background: #0047bb;
	cursor: pointer;
	padding: 0;
	border: none;
	width: 160px;
	height: 38px;
	font-size: 16px;
	color: #fff;
	text-transForm002802: uppercase;
	border-radius: 99px;
}

.Form002802 .address {
	padding: 3% 0 0;
}

.Form002802 .address dl {
	border-top: 1px solid #eee;
	padding: 3% 0;
}

.Form002802 .address dd {}

.Form002802 .address dd h1,
.Form002802 .address dd h2,
.Form002802 .address dd p {
	font-size: 16px;
	padding-left: 44px;
	line-height: 35px;
}

.Form002802 .address dd h2 {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-right: 9%;
	margin-bottom: 2%;
	font-weight: normal;
}

.Form002802 .address dd h1 {
	margin-bottom: 3%;
	padding-left: 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.Form002802 .address dd h2 {
	font-size: 0.18rem;
}

.Form002802 .address dd h2.h2_1 {
	background-image: url(../images/Form002802-icon1.jpg);
}

.Form002802 .address dd h2.h2_2 {
	background-image: url(../images/Form002802-icon2.jpg);
}

.Form002802 .address dd h2.h2_3 {
	background-image: url(../images/Form002802-icon3.jpg);
}

.Form002802 .address dd h2.h2_4 {
	background-image: url(../images/Form002802-icon4.jpg);
}

@media(min-width:641px) {

	.Form002802 .from td:nth-child(3n),
	.Form002802 .from .textareas,
	.Form002802 .from .btn,
	.Form002802 .from .tip {
		padding-right: 0;
	}
}

@media(max-width:640px) {
	.Form002802 .from td {
		display: block;
		padding-right: 0;
	}

	.Form002802 .address dd {
		float: none;
		width: auto;
		padding-left: 0;
	}
}

/*Form003139 */
.Form003139 {
	position: relative;
	z-index: 1;
	background-color: #f9f9f9;
	padding: 3% 0;
}

.Form003139 .desc {
	font-size: 0.16rem;
	color: #999999;
	line-height: 1.78571;
}

.Form003139 .form {
	background-color: #f9f9f9;
	margin-top: 3.375em;
}

.Form003139 .form-ul {
	margin: 0 auto;
}

.Form003139 .form-ul li {
	margin-bottom: 2%;
	position: relative;
	width: 49%;
}

.Form003139 .form-ul ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Form003139 .form-ul li .tit {
	position: absolute;
	left: 1.1428em;
	top: 0;
	font-size: 0.16rem;
	line-height: 70px;
	color: #333333;
}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text1 {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #8b8b8b;
	font-size: 0.875em;
	line-height: 70px;
	height: 70px;
	background: none;
	padding: 0 1em;
	font-family: 'SourceHanSansCN-Regular';
}

.Form003139 .form-ul li textarea.text1 {
	height: auto;
}

.Form003139 .form-ul .lyy li {
	width: 100%;
}

.Form003139 .form-ul .btn {
	width: 10em;
	background: #0083ce;
	border-radius: 5px;
	font-size: 0.16rem;
	height: 3.5714em;
	color: #fff;
	cursor: pointer;
	border: 0;
	font-family: 'SourceHanSansCN-Regular';
	margin: 0.3rem auto
}

.btn_box {
	text-align: center;
}

@media (min-width:1025px) {
	.Form003139 .form .img {
		width: 50%;
	}
}

@media (max-width:1024px) {
	.Form003139 .form-ul {
		padding: 2em 0;
	}
}


/*
 .PicList002451 为demo编号
 */
.PicList002451 {
	padding: 3% 0 3% 0;
}

.PicList002451 ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.PicList002451 li {
	float: left;
	width: 50%;
	padding: 0.1rem 0.05rem 0;
}

.PicList002451 li .inner {
	position: relative;
	border-radius: 0.15rem;
	overflow: hidden;
}

.PicList002451 li .abshref {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	z-index: 5;
}

.PicList002451 li .pic {
	overflow: hidden;
}

.PicList002451 li .pic img {
	visibility: hidden;
}

.PicList002451 li .pic a {
	display: block;
	padding-top: 45%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .5s ease-in-out;
}

.PicList002451 li .word {
	padding: 10px;
	background: #032b42;
	transition: background-color .5s ease-in-out;
}

.PicList002451 li .word h2 {
	margin: 0;
	font-weight: normal;
	font-size: 0.18rem;
	color: #fff;
	padding-right: 30px;
	/* background: url(../images/more.svg) no-repeat right center ; */
}

.PicList002451 li:hover .pic a {
	transform: scale(1.05);
}

.PicList002451 li:hover .word {
	background: #0083ce;
}

@media only screen and (min-width: 1024px) {
	.PicList002451 li {
		width: 20%;
	}

	.PicList002451 li .word {
		padding: 25px;
	}
}

@media only screen and (min-width: 1200px) {
	.PicList002451 li {
		width: 20%;
	}
}

@media(max-width:768px) {
	.PicList002451 {
		padding: 7% 0;
	}

	.PicList002451 li .word {
		padding: 0.1rem 10px;
	}

	.PicList002451 li .word h2 {
		font-size: 16px;
	}
}

.PicList002451 .js-load-more {
	display: block;
	text-align: center;
	padding: 35px 0;
}

.PicList002451 .js-load-more a {
	color: #333;
	font-size: 16px;
	position: relative;
	line-height: 25px;
	padding-left: 30px;
}

.PicList002451 .js-load-more a i {
	background: url(../images/PicList002451-loading.gif) no-repeat;
	width: 25px;
	height: 25px;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}




/*RighInfo003072 */
.RighInfo003072 {
	padding: 3% 0;
	font-size: 16px;
}

@media(max-width:640px) {
	.RighInfo003072 {
		font-size: 3.5vw;
	}
}

/* .RighInfo003072 .auto{max-width: 1600px;} */
.RighInfo003072>.auto {}

@media(min-width:1024px) {
	.RighInfo003072 .txt-info {
		width: 50%;
		padding: 8% 3%;
	}

	.RighInfo003072 .video {
		width: 30%;
		height: 3rem;
	}
}

@media(max-width:1024px) {
	.RighInfo003072 .txt-info {
		margin-bottom: 4vw;
	}
}

.bg_f1 {
	width: 100%;
	/* background: #f1f1f1; */
	/* border: 1px solid #ddd; */
	border-radius: 0.15rem;
}

.RighInfo003072 .video .pic {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
}

.RighInfo003072 .video .pic img {
	opacity: 1;
}

.RighInfo003072 .video .play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.RighInfo003072 .video .play:before {
	position: absolute;
	content: '';
	width: 86px;
	height: 86px;
	background: url("../images/Floor003160-play.svg") no-repeat center center rgba(0, 0, 0, 0.45);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.RighInfo003072 .video .pic video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background: #000;
}

@media(max-width:640px) {
	.RighInfo003072 .video .play:before {
		width: 20vw;
		height: 20vw;
	}
}

.RighInfo003072 .number li {
	float: left;
	color: #333;
}

.RighInfo003072 .number li aside {
	color: #ee7133;
}

.RighInfo003072 .number li aside b {
	font-size: 60px;
	font-weight: 900;
	font-family: 'Arial';
	line-height: 0.85em;
	display: inline-block;
}

.RighInfo003072 .number li p {
	margin-bottom: 0;
}

@media(min-width:769px) and (max-width:1024px) {
	.RighInfo003072 .number li aside b {
		font-size: 4vw;
	}
}

@media(max-width:640px) {
	.RighInfo003072 .number li aside b {
		font-size: 8vw;
	}
}

.RighInfo003072 .edit-info {
	line-height: 1;
	font-size: 0.17rem;
	text-align: justify;
	padding-right: 0.3rem;
	padding-left: 0.2rem;
	height: 100%;
	display: flex;
	align-items: center;
}

.css-3072 .year {
	color: #0083ce;
	font-weight: 900;
	font-family: 'Arial';
	font-size: 60px;
	line-height: 0.934em;
}

.css-3072 .name {
	color: #0083ce;
	font-size: 0.3rem;
	font-weight: bold;
	margin: 0 0 0.2rem 0;
}

.css-3072 p {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

@media(max-width:1024px) {
	.bg_f1 {
		padding: 0.3rem;
	}

	.RighInfo003072 {
		padding: 7% 0;
	}

	.css-3072 .name {
		margin: 0 0 0.2rem;
		font-size: 0.3rem;
	}

}

@media(max-width:640px) {
	.css-3072 .year {
		font-size: 14vw;
	}

	.RighInfo003072 .edit-info {
		font-size: 16px;
	}
}

.RighInfo003072 .apply {
	position: relative;
}

.RighInfo003072 .apply aside {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	color: #fff;
	box-shadow: 0.05vw 0.09vw 0.26vw rgba(3, 0, 0, 0.14);
	font-family: 'SourceHanSansCN-Bold';
	font-size: 2.92vw;
	text-align: center;
	line-height: 3.13vw;
	letter-spacing: 0.53vw;
}

.RighInfo003072 .item-group .item {
	padding: 2.8vw 0;
	background-repeat: no-repeat;
	background-image: url("../images/RighInfo003072_bg.png");
}

.RighInfo003072 .item-group .item:nth-child(2n-1) {
	background-position: left 20% bottom -30%;
	background-color: #f9f8f5;
}

.RighInfo003072 .item-group .item:nth-child(2n) {
	background-position: right 20% bottom -30%;
}

.RighInfo003072 .item-group .img img {
	border-radius: 10px;
}

.RighInfo003072 .item-group h3 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #ee7133;
	margin-bottom: 1.2em;
	margin: 0 0 1em 0;
}

.RighInfo003072 .item-group pre {
	line-height: 2em;
	font-size: 16px;
	text-indent: 2em;
}

@media(min-width:769px) {

	.RighInfo003072 .item-group .item:nth-child(2n-1) .txt,
	.RighInfo003072 .item-group .item:nth-child(2n) .img {
		float: left;
	}

	.RighInfo003072 .item-group .item:nth-child(2n) .txt,
	.RighInfo003072 .item-group .item:nth-child(2n-1) .img {
		float: right;
	}

	.RighInfo003072 .item-group .img {
		width: 50%;
	}

	.RighInfo003072 .item-group .txt {
		width: 43.5%;
		padding-top: 3.5vw;
	}
}

@media(max-width:768px) {
	.RighInfo003072 .item-group .item {
		padding: 5vw 0;
	}

	.RighInfo003072 .item-group .txt {
		padding-bottom: 4vw;
	}
}

@media(max-width:480px) {
	.RighInfo003072 .item-group h3 {
		font-size: 6vw;
	}

	.RighInfo003072 .item-group pre {
		font-size: 3.5vw;
	}
}

.RighInfo003072 .content-wrapper {
	margin-top: 2vw;
}

.RighInfo003072 .content-wrapper p {
	width: 49%;
	float: left;
}

.RighInfo003072 .content-wrapper p:nth-child(2n) {
	float: right;
}

.RighInfo003072 .content-wrapper .article {
	width: 100%;
	margin-top: 2vw;
	text-align: center;
}

.RighInfo003072 .content-wrapper .article span {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: #333;
}




.TextList000286-1 {
	width: 100%;
	padding: 3% 0 3% 0;
}

.TextList000286-1 .title {
	text-align: center;
	color: #292929;
	font-weight: bold;
	line-height: 1;
	font-size: calc(36 / 16 * 1em);
	margin-bottom: calc(40 / 36 * 1em);
}

.TextList000286-1 .auto {}

.TextList000286-1 .left {
	width: 17.188%;
	float: left;
	position: static;
	top: 0.8rem;
}

.TextList000286-1 .tab {
	padding-left: 0.3rem;
	border-left: 3px solid #eee;
}

.TextList000286-1 .tab a {
	font-size: 0.22rem;
	line-height: 3;
	color: #666;
	display: initial;
	cursor: pointer;
}

.TextList000286-1 .on {
	border-color: #0083ce
}

.TextList000286-1 .on a {
	color: #0083ce;
	font-weight: 600;
}


.TextList000286-1 .right {
	width: 82.812%;
	float: right;
}

.TextList000286-1 .right .box {
	margin-bottom: 0.45rem;
}

.TextList000286-1 .right .box:last-child {
	margin-bottom: 0;
}

.TextList000286-1 .right h3 {
	line-height: 0.66rem;
	font-size: 0.3rem;
	color: #000;
	font-weight: 500;
	margin: 0 0 0.15rem 0;
}

.TextList000286-1 li {
	float: left;
	width: 100%;
	margin-bottom: 0.2rem;
	/* background: linear-gradient(357deg, #f7f9fc, #e4eef7); */
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.15rem;
	padding-top: 0.1rem;
	transition: all 0.3s ease;
	border-radius: 0.08rem;
}

.TextList000286-1 li .inner {
	position: relative;
	padding-left: 0.7rem;
	padding-bottom: 0;
	padding-right: 2rem;
	background: url(../images/icon-file.svg) no-repeat left center;
	background-size: auto 0.4rem;
	-webkit-transition: all .3s;
	-o-transition: .3s all;
	transition: all .3s;
	border-radius: 0;
	background-position: 0.1rem center;
}
.TextList000286-1 li .inner.inner2{background: none;padding-left: 0.2rem;text-align: center;}
.TextList000286-1 li .tit {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.TextList000286-1 li .name>* {
	float: left;
}

.TextList000286-1 li .name b {
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 2;
	color: #141414;
}

.TextList000286-1 li p {
	margin: 0;
	position: relative;
}

/* .TextList000286-1 li .btn {position: absolute;right: 0;bottom: 0;} */
.TextList000286-1 li .btn a {
	color: #0083ce;
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 0.2rem;
	padding-left: 0.3rem;
	font-size: 0.16rem;
}

.TextList000286-1 li .btn a.download {
	background-image: url(../images/icon-download.svg);
}

.TextList000286-1 li .btn a.view {
	background-image: url(../images/icon-view.svg);
	margin-left: 0.3rem;
}

.TextList000286-1 li .btn a:hover {
	color: #0083ce;
}

.TextList000286-1 li:hover {
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
	background-color: rgba(0, 131, 206, .1);
}

.TextList000286-1 li:hover .tit {
	color: #0083ce;
}

@media(min-width:641px) {
	.TextList000286-1 li p span {
		float: left;
	}

	.TextList000286-1 li p a {
		top: 0;
	}

	.TextList000286-1 li p span.size {
		margin-right: 3%;
		font-size: 0.15rem;
	}
}

@media(min-width:1025px) {
	.TextList000286-1 li:nth-child(2n) {
		float: right;
	}
}

@media(max-width:1024px) {
	.TextList000286-1 li {
		margin-bottom: 3vw;
	}
}

@media(max-width:768px) {
	.TextList000286-1 .left {
		width: 100%;
		float: none;
		display: flex;
	}

	.TextList000286-1 .left .tab {
		flex: 1;
		border-left: 0;
		padding-left: 0;
	}

	.TextList000286-1 .right {
		width: 100%;
		float: none;
	}
}

@media(max-width:640px) {
	.TextList000286-1 .right h3 {
		font-size: 0.24rem;
	}

	.TextList000286-1 li .inner {
		padding-right: 0;
	}

	.TextList000286-1 li .btn {
		position: static;
	}

	.TextList000286-1 li p a {
		bottom: 0;
	}

	.TextList000286-1 li p span.time {
		white-space: initial;
		text-overflow: initial;
		line-height: 20px;
	}
}



.Menu002449 {
	position: relative;
	border-bottom: 1px solid #eaeaea;
	background: #f5f9fb;
}

.Menu002449 .menu,
.Menu002449 .menu * {
	transition: .3s ease-in-out;
}

.Menu002449 .menu {
	position: relative;
	z-index: 5;
}

.Menu002449 .menu .currents {
	float: right;
	padding-left: calc(30 / 16 * 1em);
	line-height: calc(90 / 16 * 1em);
	background: url(../images/icon-home.svg) no-repeat left center;
	background-size: auto calc(20 / 16 * 1em);
}

.Menu002449 .menu .currents a {
	padding-right: 25px;
	position: relative;
}

.Menu002449 .menu .currents a:after {
	position: absolute;
	content: " ";
	width: 7px;
	height: 11px;
	background: url(../images/icon-arrow-gray.svg) no-repeat center;
	right: 9px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.Menu002449 .menu .currents a,
.Menu002449 .menu .currents {
	color: #999;
}

.Menu002449 .menu .currents span,
.Menu002449 .menu .currents a:hover {
	color: #0083ce;
}

@media(max-width:1024px) {
	.Menu002449 .menu .currents {
		display: none;
	}
}

.Menu002449 .menu nav {
	float: left;
}

.Menu002449 .menu nav li {
	float: left;
}

.Menu002449 .menu nav li:not(:last-child) {
	margin-right: 2.865vw;
}

.Menu002449 .menu nav li a {
	color: #333;
	font-size: 0.18rem;
	display: inline-block;
	position: relative;
	line-height: calc(90 / 18 * 1em);
}

.Menu002449 .menu nav li a:after {
	content: "";
	width: 0;
	height: 2px;
	overflow: hidden;
	background: #0083ce;
	position: absolute;
	left: 50%;
	bottom: -1px;
}

.Menu002449 .menu nav li.aon a,
.Menu002449 .menu nav li a:hover {
	color: #0083ce;
}

.Menu002449 .menu nav li.aon a:after,
.Menu002449 .menu nav li a:hover:after {
	width: 100%;
	left: 0;
}

@media(max-width:1024px) {
	.Menu002449 .menu nav {
		float: none;
		width: 100%;
	}
}


.tab_box {
	width: 100%;
	background: #f5f5f5;
}

.tab_box .dh {
	display: block;
	height: 0.64rem;
}

.tab_box .dh ul {
	display: flex;
	flex-wrap: wrap;
}

.tab_box .dh li a {
	transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
	margin-right: 0.35rem;
	line-height: 4;
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
}

.tab_box .dh li:last-child a {
	margin-right: 0;
}

.tab_box .dh li a.on {
	color: #0083ce;
}


.SubTit {
	padding-bottom: 0.6rem;
}

.SubTit h2 {
	font-size: 0.4rem;
	line-height: 1.25;
	color: #000000;
	font-weight: 500;
}

.SubTit .slogan {
	font-size: var(--f24);
	line-height: 1.45;
	color: var(--main-color);
	margin-top: 0.16rem;
}

.SubTit .tdesc {
	font-size: 0.2rem;
	color: #555555;
	opacity: 0.85;
	font-weight: 100;
	margin-top: 0.16rem;
}

.SubTit.fa {
	padding: 0 0 1vw;
}

.SubTit.white h2 {
	color: #fff;
}

.SinglePage {
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
	font-size: var(--f18);
}

.SinglePage table {
	border-right: 2px solid #f6f8fb !important;
	border-bottom: 2px solid #f6f8fb !important;
}

.SinglePage table td,
.SinglePage table th {
	padding: 0.2rem 2.604vw !important;
	border-left: 2px solid #f6f8fb !important;
	background-color: #fff !important;
	height: 3.646vw;
}

.SinglePage table tr:nth-child(odd) td {
	background-color: #eaf0f6 !important;
}

.SinglePage table th {
	background-color: #004898 !important;
	color: #fff !important;
	font-size: 0.18rem !important;
	font-weight: normal;
}

.SinglePage table tr {
	transition: all 0.3s;
}

.SinglePage table tr:hover td {
	background: #f5eee9;
}

.SinglePage table tr:hover {
	box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

@media(max-width:1024px) {
	.SubBan {
		margin-top: 0;
	}

	.SinglePage table {
		width: 100% !important;
	}
}

@media(max-width:768px) {
	.SubPage {
		padding: 7% 0;
	}

	.SinglePage {
		line-height: 24px !important;
	}

	.SinglePage img {
		width: auto !important;
		height: auto !important;
	}

	.tab_box .dh {
		padding: 0.2rem 0;
	}

	.tab_box .dh li a {
		line-height: 2;
	}

	.Menu002449 .menu nav {
		padding: 0.2rem 0;
	}

	.Menu002449 .menu nav li a {
		line-height: 2.5;
	}

	.ColName {
		display: block;
	}

	.SubMenu ul {
		justify-content: center;
		padding: 0.2rem 0 0;
		flex: 1;
		width: 100%;
	}

	.SubMenu .search {
		width: 100%;
		margin-top: 0.25rem;
	}
}

@media(max-width:640px) {
	.SinglePage table td {
		font-size: 12px;
	}

	.SinglePage table td,
	.SinglePage table th {
		padding: 5px;
	}

	.SinglePage table th {
		font-size: 14px !important;
	}

	.SubMenu ul li {
		margin-bottom: 0.1rem;
	}

	.SubBan h1 {
		font-size: var(--f40);
		line-height: 1.3;
	}

	.SubMenu .search .ipttxt {
		height: 32px;
	}
}

@media(max-width:480px) {
	.SubBan .slider .info a {
		right: -120px;
		width: 120px;
		line-height: 20px;
		padding: 0 0.15rem;
	}
}


.messageBox {
	background-color: #eff4f9;
	padding: 1.979vw 3.698vw 4.167vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 0.3rem;
	margin-bottom: 5%;
}

.messageBox .item {
	margin-top: 0.21rem;
	width: 46.26%;
	position: relative;
}

.messageBox .item .ipttxt {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	height: 0.56rem;
	font-size: 0.16rem;
}

.messageBox .item label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	color: #333;
	font-size: 0.18rem;
	padding: 0.15rem 0;
	font-weight: 100;
	letter-spacing: 1px;
}

.messageBox .item label span {
	color: #ed1600;
}

.messageBox .item:hover .ipttxt {
	border-bottom: 1px solid #bbbbbb;
}

.messageBox .item.auto {
	width: 100%;
}

.messageBox .item.auto label {
	position: static;
	display: block;
	transform: translateY(0);
}

.messageBox .item .textarea {
	position: relative;
	padding: 0.15rem 0.3rem 0.25rem;
	background-color: #fff;
	border-radius: 0.15rem;
}

.messageBox .item .textarea textarea {
	width: 100%;
	height: 1.2rem;
}

.messageBox .item .textarea .count {
	position: absolute;
	z-index: 10;
	right: 0.2rem;
	bottom: 0;
	color: #999999;
}

.messageBox .item:last-child {
	padding-top: 0.2rem;
}

.sendBtn {
	transition: all 0.3s ease;
	font-size: 0.16rem;
	border: 1px solid #0083ce;
	width: 1.8rem;
	height: 0.56rem;
	color: #fff;
	background-color: #0083ce;
	border-radius: 0.56rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sendBtn:hover {
	background-color: transparent;
	color: #0083ce;
}

@media(max-width:640px) {
	.warrantyCard .item .imgbox {
		width: 100% !important;
		margin: 0px !important;
	}

	.warrantyCard .item .info {
		width: 100%;
		padding: 0.25rem 0 !important;
	}

	.warrantyCard .item .info p {
		width: 100% !important;
	}
}


/*RighInfo002542 */
.RighInfo002542 .intro {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.RighInfo002542 .intro:nth-child(2n) {
	background: #f5f5f5;
}

@media(min-width:1025px) {
	.RighInfo002542 .intro .Ispic {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 53%;
	}

	.RighInfo002542 .intro:nth-child(2n) .Ispic {
		width: 47%;
		left: auto;
		right: 0;
	}

	.RighInfo002542 .intro .info_main {
		padding: 7% 5% 5% 59%;
	}

	.RighInfo002542 .intro:nth-child(2n) .info_main {
		padding-left: 20%;
		padding-right: 52%;
	}
}

.RighInfo002542 .title {
	font-size: 0.4rem;
	color: #000;
}

.RighInfo002542 .title span {
	display: block;
	color: #000;
	serif;
	font-size: 60px;
}

.RighInfo002542 .title::after {
	width: 50px;
	height: 2px;
	background: #000;
	content: '';
	display: block;
	margin-top: 20px;
}

.RighInfo002542 .info_main .info {
	padding-top: 0.3rem;
}

.RighInfo002542 .info_main .info p {
	font-size: 0.18rem;
	line-height: 2;
	color: #000;
	margin-bottom: 0.45rem;
}

.RighInfo002542 .info_main .info .td {
	width: 100%;
}

.RighInfo002542 .info_main .info .td p {
	font-size: 0.2rem;
	line-height: 2;
	color: #0083ce;
	margin-bottom: 0.1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.RighInfo002542 .info_main .info .td p:before {
	width: 8px;
	height: 8px;
	content: "";
	background: #0083ce;
	margin-right: 0.1rem;
	display: inline-block;
	border-radius: 4px;
}

.RighInfo002542 .info_list dl {
	padding: 5% 0;
}

.RighInfo002542 .info_list dd {
	padding-bottom: 0.45rem;
}

.RighInfo002542 .info_list dd h2 {
	font-size: 0.24rem;
	line-height: 1.2;
	margin: 0.3rem 0 0.2rem 0;
	padding: 0 0.3rem;
	font-weight: 500;
	color: #141414;
}

@media(min-width:481px) {
	.RighInfo002542 .info_list dd {
		float: left;
		width: 31.5%;
		margin-right: 2.75%;
		border: 1px solid #ddd;
	}

	.RighInfo002542 .info_list dd:nth-child(3n) {
		margin-right: 0;
	}

	.RighInfo002542 .info_list dd:nth-child(3n+1) {
		clear: left;
	}
}

.RighInfo002542 .info_list dd img {
	display: block;
	width: 100%;
}

.RighInfo002542 .info_list dd p {
	font-size: 20px;
	color: #000;
}

.RighInfo002542 .info_list dd p span {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}

.RighInfo002542 .info_list dd .js {
	font-size: 0.16rem;
	line-height: 2;
	color: #555;
	padding: 0 0.3rem;
}

@media(max-width:1360px) {
	.RighInfo002542 .info_list {
		padding: 0 2%;
	}
}

@media(max-width:1024px) {
	.RighInfo002542 .intro .Ispic {
		padding-bottom: 50%;
	}

	.RighInfo002542 .intro .info_main {
		padding: 5%;
	}
}

@media(max-width:640px) {
	.RighInfo002542 .title span {
		font-size: 40px;
	}

	.RighInfo002542 .title {
		font-size: 24px;
	}
}




.Culture {
	background: #f9f9f9;
	padding: 3% 0;
}

.Culture .CultureBox {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3%;
	justify-content: space-between;
}

.Culture .CultureBox .item {
	position: relative;
	width: 30.33%;
	margin-left: 3%;
	margin-bottom: 3%;
}

.Culture .CultureBox .item .img {
	padding-top: 64%;
	border-radius: 0.15rem;
}

.Culture .CultureBox .item .img::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to top, rgba(0, 131, 206, 1), rgba(0, 131, 206, 0.9), rgba(0, 131, 206, 0.5), rgba(0, 131, 206, 0.3), rgba(0, 131, 206, 0));
}

.Culture .CultureBox .item .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 0.45rem 0.6rem;
	color: #fff;
}

.Culture .CultureBox .item .txt .icon {
	width: 0.55rem;
	height: 0.55rem;
	line-height: 0.55rem;
}

.Culture .CultureBox .item .txt .tit {
	font-size: 0.3rem;
	line-height: 1;
	margin: 0.2rem 0;
}

.Culture .CultureBox .item .txt .dec {
	font-weight: lighter;
	line-height: 0.32rem;
	height: 0.64rem;
	font-size: 0.2rem;
}

.Culture .CultureBox .item:hover .img span {
	transform: scale(1.05);
}

.Culture .CultureBox .item:hover .icon {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

@media(max-width:1024px) {
	.Culture .CultureBox .item .txt {
		padding: 20px;
	}

	.Culture .CultureBox .item .txt .icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.Culture .CultureBox .item .txt .tit {
		font-size: 0.18rem;
		font-weight: bold;
		margin: 10px 0;
	}

	.Culture .CultureBox .item .txt .dec {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
	}
}

@media(max-width:640px) {
	.Culture .CultureBox .item {
		width: 97%;
		margin-bottom: 3%;
	}
}





.History {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.History .slider-for {
	padding: 0 2.2rem;
}

.History .slider-for .item {
	padding: 0.5rem;
	border-radius: 12px;
	overflow: hidden;
}

.History .slider-for .item .box {
	position: relative;
	display: flex;
	align-items: center
}

.History .slider-for .item .box .pic {
	width: 4.5rem;
	height: 3rem;
	border-radius: .12rem;
	overflow: hidden;
	margin-right: .5rem
}

.History .slider-for .item .box .pic .img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover
}

.History .slider-for .item .box .year {
	width: 3.7rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
	line-height: 1;
	font-family: 'Oswald-Bold';
}

.History .slider-for .item .box .con {
	height: 3rem;
	overflow: auto;
	flex: 1;
	padding-right: .5rem
}

.History .slider-for .item .box .con dl {
	padding: 0.45rem 0.3rem;
}

.History .slider-for .item .box .con dt {
	font-size: .4rem;
	color: #0083ce;
	margin-bottom: .1rem
}

.History .slider-for .item .box .con dd {
	position: relative;
	line-height: 2;
	margin: 5px 0;
	font-size: .24rem;
	color: #333;
}

.History .slider-for .item .box .con dd::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	box-sizing: border-box;
	border: 2px solid #ff0000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	box-sizing: content-box;
	border-radius: 50%;
	display: none
}

.History .slider-for .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #dcdcdc;
	font-size: 0;
	color: transparent;
	background-color: #fff;
	z-index: 99;
}

.History .slider-for .slick-arrow.slick-prev {
	left: 5%;
	transform: rotate(180deg) translateY(50%)
}

.History .slider-for .slick-arrow.slick-next {
	right: 5%;
}

.History .slider-for .slick-arrow {
	background: transparent;
}

.History .slick-arrow::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 19px;
}

.History .slider-for .slick-arrow.slick-prev::after {
	background-image: url(../images/icon-jt1.svg);
}

.History .slider-for .slick-arrow.slick-next::after {
	background-image: url(../images/icon-jt1.svg);
}

.History .slider-for .slick-arrow:hover {
	background: #0083ce;
	transition: all .5s;
	-webkit-transition: all .5s;
	border: 1px solid transparent;
}

.History .slider-for .slick-prev:hover::after {
	background-image: url(../images/icon-jt2.svg);
}

.History .slider-for .slick-next:hover::after {
	background-image: url(../images/icon-jt2.svg);
}

.History .slider-nav {
	margin-top: 0.3rem;
	padding: 0 0.3rem;
	position: relative;
	z-index: 10
}

.History .slider-nav::before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	left: 0;
	bottom: 0.6rem;
	position: absolute;
	opacity: .1
}

.History .slider-nav .item {
	padding-top: 0.6rem;
	text-align: center;
	height: 1.1rem;
	line-height: 0.5rem;
	position: relative;
}

.History .slider-nav .item a {
	color: #333;
	font-size: 0.18rem;
	transition: all .5s;
}

.History .slider-nav .item::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #999;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.6rem;
	transition: all .5s;
}

.History .slider-nav .item.slick-current a {
	font-size: 0.22rem;
	color: #0083ce
}

.History .slider-nav .item.slick-current::after {
	height: 0.4rem;
	background: #0083ce
}

@media(max-width:1024px) {
	.History .slider-for .item {
		padding: 30px 30px 30px 0;
	}

	.History .slider-for .item .box {
		padding-left: 150px;
		display: block;
	}

	.History .slider-for .item .box .year {
		width: 150px;
		font-size: 40px;
	}

	.History .slider-for {
		padding: 0 100px;
	}

	.History .slider-for .item .box .con {
		flex: none;
		width: 100%;
		padding-right: 0.1rem;
		height: auto;
	}
}

@media(max-width:768px) {

	.RighInfo003241,
	.Floor003195 .icon-desc,
	.History,
	.Culture {
		padding: 7% 0;
	}
}

@media(max-width:640px) {
	.History .slider-for .slick-arrow {
		display: none !important;
	}

	.History .slider-for {
		padding: 0;
	}

	.History .slider-for .item .box .con dl {
		padding: 0;
	}

	.History .slider-for .item .box .con dd {
		font-size: 14px;
	}

	.History .slider-for .slick-arrow.slick-prev {
		left: 0;
	}

	.History .slider-for .slick-arrow.slick-next {
		right: 0;
	}

	.History .slider-for .item {
		padding: 20px;
	}

	.History .slider-for .item .box {
		padding: 0;
	}

	.History .slider-for .item .box .year {
		position: static;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		width: auto;
		text-align: left;
		margin-bottom: 10px;
		font-size: 24px;
		display: inline-block;
	}

	.History .slider-nav .item.slick-current a {
		font-size: 16px;
	}

	.History .slider-nav .item a {
		font-size: 14px;
	}
}




.overscroll::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.overscroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	background: #ff0000;
}

.overscroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #e2efef;
}


.RighInfo002812 .box2 h5 {
	font-size: 20px;
	color: #0083ce;
	margin-bottom: 2vw;
}


.RighInfo002812 {
	padding: 3.125vw 0 1% 0;
	width: 100%;
	background: #f3f7fa;
	margin-top: 0;
}

.RighInfo002812 .box {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 5%;
}

.RighInfo002812 .tit {
	text-align: center;
	margin-bottom: 2%;
}

.RighInfo002812 .tit .en {
	color: #0083ce;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
}

.RighInfo002812 .tit .cn {
	color: #333;
	font-size: 42px;
	display: block;
}

.RighInfo002812 .info {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.RighInfo002812 .left,
.RighInfo002812 .right {
	float: left;
	width: 50%;
}

.RighInfo002812 .left img,
.RighInfo002812 .right img {
	max-width: 80%;
}



.RighInfo002812 .zyfz {
	display: inline-block;
	width: 100%;
	margin-bottom: 2%;
}

.RighInfo002812 .zyfz ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.RighInfo002812 .zyfz ul:after {
	content: "";
	background: #ddd;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0;
}

.RighInfo002812 .zyfz ul:before {
	content: "";
	background: #ddd;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
}

.RighInfo002812 .zyfz ul li {
	width: 50%;
}

.RighInfo002812 .zyfz ul li:nth-child(1) {
	padding-right: 0.5rem;
	padding-top: 3%;
	padding-bottom: 3%;
}

.RighInfo002812 .zyfz ul li:nth-child(2) {
	padding-left: 0.5rem;
	padding-top: 2%;
}

.RighInfo002812 .zyfz ul li:nth-child(3) {
	padding-right: 0.5rem;
	padding-top: 2%;
}

.RighInfo002812 .zyfz ul li:nth-child(4) {
	padding-top: 3%;
	padding-bottom: 3%;
	background: url(../images/yfbg.png) no-repeat;
	background-size: cover;
}

.RighInfo002812 .zyfz ul li:nth-child(3) img {
	margin-top: 0.9rem;
}

.RighInfo002812 .zyfz ul li .zl {
	font-size: 0.16rem;
	line-height: 2;
	padding-top: 0.6rem;
}

.RighInfo002812 .zyfz ul li .zl img {
	width: 80%;
	margin-right: 0.15rem;
}

.RighInfo002812 .zyfz ul li .zl h3 {
	font-size: 0.24rem;
	color: #333333;
	margin-bottom: 0.3rem;
	line-height: 1;
	font-weight: 500;
}

.RighInfo002812 .zyfz ul li .zl aside {
	font-size: 0.18rem;
	color: #333;
	margin-top: 0.3rem;
}

.RighInfo002812 .zyfz ul li .zl .box-wap {
	height: 2.8rem;
}

.RighInfo002812 .zyfz ul li .gc {
	font-size: 0.16rem;
	line-height: 2;
	color: #555;
	/* overflow: auto; */
	/* height: 4.5rem; */
	text-align: center;
}

.RighInfo002812 .zyfz ul li .gc p {
	width: 50%;
	float: left;
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.RighInfo002812 .zyfz ul li .gc p.dz {
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #0083ce;
	/* margin: 10px 0; */
	text-decoration: underline;
}

.RighInfo002812 .zyfz ul li span {
	display: block;
	width: 100%;
	font-size: 0.16rem;
	line-height: 1;
	color: #666;
	text-align: center;
	margin-bottom: 0.2rem
}

.RighInfo002812 .zyfz ul li .bt {
	font-size: 0.24rem;
	color: #333333;
	margin-bottom: 0.15rem;
	text-align: center;
}




/*Floor003195 */
.Floor003195 {
	background: url(../images/Floor003195-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 3%;
}

.Floor003195 .intro {
	text-align: center;
	padding-top: calc(120 / 1920 * 100vw);
	padding-bottom: calc(98 / 1920 * 100vw);
}

.Floor003195 .column-tit {
	font-size: calc(50 / 16 * 1em);
	font-family: 'HarmonyOS_Sans_SC_Bold';
	margin-bottom: calc(24 / 50 * 1em);
	color: #333;
}

@media (max-width:1024px) {
	.Floor003195 .column-tit {
		font-size: calc(32 / 16 * 1em);
	}
}

.Floor003195 .intro .edit-info {
	font-size: calc(20 / 16 * 1em);
	line-height: 1.7;
}

.Floor003195 .icon-desc {
	/* background: url(../images/Floor003195-bg.png) no-repeat center center; */
	background-size: cover;
	padding-bottom: 0;
	color: #333;
}

.Floor003195 .icon-desc .sub-tit {
	text-align: left;
	font-size: 0.4rem;
	margin-bottom: 0.3rem;
	font-weight: bold;
}

.Floor003195 .icon-desc li {
	position: relative;
	text-align: center;
}

.Floor003195 .icon-desc li:not(:last-child) .line {
	position: absolute;
}

.Floor003195 .icon-desc li .icon {
	width: calc(120 / 16 * 1em);
	margin: 0 auto calc(30 / 16 * 1em);
	position: relative;
	transition: 0.3s;
}

.Floor003195 .icon-desc li .icon:after {
	position: absolute;
	content: '';
	width: calc(9 / 16 * 1em);
	height: calc(9 / 16 * 1em);
	top: 0;
	left: calc(100% + 0.03rem);
	background: url(../images/add.png) no-repeat center center;
	background-size: contain;
	transform: scale(0);
	transition: 0.3s;
	display: none
}

.Floor003195 .icon-desc li .icon img {
	transition: 0.5s;
	width: 0.46rem;
}

.Floor003195 .icon-desc li:hover .icon {
	border-color: rgba(0, 202, 121, 1);
}

.Floor003195 .icon-desc li:hover .icon:after {
	transform: scale(1);
}

.Floor003195 .icon-desc li:hover img {
	transform: rotate(360deg);
	width: 0.46rem;
}

.Floor003195 .icon-desc li .icon dl {
	display: table;
	width: 100%;
	height: calc(130 / 16 * 1em);
}

.Floor003195 .icon-desc li .icon dt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/* background: url(../images/bg2.png) no-repeat; */
	background-size: contain;
	background-position: center;
}

.Floor003195 .icon-desc li:hover .icon dt {
	background: url(../images/bg1.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.Floor003195 .icon-desc li:hover .icon dt {
	background: url(../images/bg1.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.Floor003195 .icon-desc li a {
	color: #fff;
}

.Floor003195 .icon-desc li .tit {
	font-size: 0.3rem;
	line-height: 1.2;
	color: #333;
}

.Floor003195 .icon-desc li .tit sub {
	font-size: 16px;
	line-height: 36px;
	display: contents;
	margin-left: 4px;
}

.Floor003195 .icon-desc li p {
	margin: 1em 0 0 0;
	font-size: 0.18rem;
	color: #333;
}

@media (min-width:1025px) {
	.Floor003195 .intro .edit-info {
		max-width: calc(1066 / 1440 * 100%);
		margin: 0 auto;
	}

	.Floor003195 .icon-desc ul {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.Floor003195 .icon-desc li {
		display: table-cell;
		vertical-align: middle;
		width: calc(100% / 3);
	}

	.Floor003195 .icon-desc li:not(:last-child) .line {
		height: 100%;
		width: 1px;
		border-right: 1px dotted rgba(255, 255, 255, 0.5);
		right: 0;
		top: 0;
	}

	.Floor003195 .icon-desc li:not(:last-child) .line i {
		position: absolute;
		top: calc(100% + 9px);
		width: 10px;
		height: 9px;
		left: 50%;
		margin-left: -5px;
		display: none
	}

	.Floor003195 .icon-desc li:not(:last-child) .line i:before,
	.Floor003195 .icon-desc li:not(:last-child) .line i:after {
		position: absolute;
		content: '';
		background-color: #0083ce;
		border-radius: 3px;
	}

	.Floor003195 .icon-desc li:not(:last-child) .line i:before {
		left: 0;
		width: 100%;
		height: 3px;
		top: 0;
	}

	.Floor003195 .icon-desc li:not(:last-child) .line i:after {
		width: 3px;
		left: 50%;
		margin-left: -1px;
		top: 0;
		height: 100%;
	}
}

@media (max-width:1024px) {
	.Floor003195 .icon-desc .sub-tit {
		font-size: calc(28 / 16 * 1em);
		/* margin-bottom: 2em; */
	}

	.Floor003195 .icon-desc ul {
		display: flex;
		flex-wrap: wrap;
	}

	.Floor003195 .icon-desc li {
		width: 50%;
		padding-bottom: 0.25rem;
	}

	.Floor003195 .icon-desc li p {
		font-size: 0.24rem;
	}
}

.white {
	color: #fff !important;
}




.tech {
	padding: 3% 0 2% 0;

}

.tech .wrap .tit {
	margin-bottom: 2vw;
	margin-top: 0;
	font-weight: bold;
	font-size: 42px;
	color: #000;
}

.tech .wrap .change-data {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.tech .wrap .change-data .search {
	width: 20em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 30px;
	padding: 0 15px;
	border: 1px solid #E4E4E4;
}

.tech .wrap .change-data .search input {
	width: calc(100% - 20px);
	height: 100%;
	background: none;
	color: #999999;
	border: none;
}

.tech .wrap .change-data .search div {
	width: 14px;
	cursor: pointer;
}

.tech .wrap .change-data .search div img {
	width: 100%;
}

.tech .wrap .change-data .check-box {
	display: flex;
	align-items: center;
	background-color: rgba(228, 228, 228, 0.3);
	height: 3em;
	width: max-content;
	padding: 0 30px;
}

.tech .wrap .change-data .check-box .li {
	width: max-content;
	display: flex;
	align-items: center;
	margin-right: 30px;
	cursor: pointer;
}

.tech .wrap .change-data .check-box .li div {
	width: 16px;
	height: 16px;
	border: 1px solid #CBCBCB;
	background-color: #fff;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tech .wrap .change-data .check-box .li.cur div {
	background-color: #FBEAEB;
	border-color: var(--logo-color);
}

.tech .wrap .change-data .check-box .li div img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	opacity: 0;
	transition: all .3s;
}

.tech .wrap .change-data .check-box .li p {
	color: #222222;
	transition: all .3s;
}

.tech .wrap .box .li-wrap {
	margin-bottom: 2.25rem;
}

.tech .wrap .box .li-wrap table {
	width: 100%;
}

.tech .wrap .top-name {
	width: 100%;
	height: 1.75rem;
	/* display: flex; */
	/* align-items: center; */
	background-color: #0083ce;
	/* padding: 0 1.6rem; */
}

.tech .wrap .top-name th:nth-child(1) {
	width: 38%;
	text-align: left;
}

.tech .wrap .top-name th:last-child {
	color: #fff;
	width: 1.5rem;
	white-space: nowrap;
	text-align: center;
}

.tech .wrap .top-name th {
	color: #fff;
	width: calc((62% - 1.5rem) / 2);
	text-align: center;
	line-height: 70px;
	padding: 0 30px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 0.18rem;
}

.tech .wrap .box .li-wrap .li {
	border-bottom: 1px solid #ddd;
}

.tech .wrap .box .li-wrap .li td {
	color: #222222;
	width: calc((62% - 1.5rem) / 2);
	text-align: center;
	padding: 0 30px;
	line-height: 4.6;
	transition: all .3s;
	font-size: 16px;
}

.tech .wrap .box .li-wrap .li td a {
	font-size: 16px;
}

.tech .wrap .box .li-wrap .li td img {
	max-height: 0.18rem;
}

.tech .wrap .box .li-wrap .li td a:hover {
	color: #0083ce;
}

.tech .wrap .box .li-wrap .li td:nth-child(1) {
	width: 38%;
	text-align: left;
}

.tech .wrap .box .li-wrap .li td:last-child {
	color: #fff;
	width: 10%;
	text-align: center;
	transition: all .3s;
}



/*TextList000286 */
.TextList000287 {
	padding: 0;
}

.TextList000287 nav {
	margin-bottom: 3%;
	text-align: center;
}

.TextList000287 nav ul li {
	padding: 0 10px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.TextList000287 nav ul li a {
	display: block;
	min-width: 160px;
	height: 50px;
	line-height: 50px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 50px;
	background: #f8f8f8;
}

.TextList000287 nav ul li.on a,
.TextList000287 nav ul li a:hover {
	color: #fff;
	background: #0083ce;
}

@media(max-width:1000px) {
	.TextList000287 nav ul li a {
		min-width: 90px;
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		padding: 0 3%;
	}
}

@media(max-width:640px) {
	.TextList000287 nav ul li {
		width: 100%;
		margin: 0 0 1px;
		display: block;
	}

	.TextList000287 nav ul li a {
		border-radius: 0;
	}
}

.TextList000287 .list {
	margin-left: -3%;
}

.TextList000287 .list li {
	position: relative;
	float: left;
	width: 22%;
	margin-left: 3%;
	text-align: center;
	margin-bottom: 5%;
}

.TextList000287 .list li figure {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.TextList000287 .list li figure em {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 139%;
}

.TextList000287 .list li p {
	color: #333;
	font-size: 0.18rem;
	margin: 0.3rem 0 0.2rem 0;
}

.TextList000287 .list li span {
	cursor: pointer;
	color: #0083ce;
	border: 1px solid #0083ce;
	border-radius: 0.5rem;
	font-size: 0.15rem;
	padding: 0 0.3rem;
	display: inline-block;
	line-height: 2;
	vertical-align: top;
}

.TextList000287 .list li span+span {
	margin-left: 1.5vw;
}

.TextList000287 .list li a:hover p {
	color: #0083ce;
}

.TextList000287 .list li a:hover span {
	color: #fff;
	background-color: #0083ce;
	background-image: url(../images/download-on.svg)
}

.TextList000287 .list li .m-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url('../images/play.png');
	background-size: 100%;
	cursor: pointer;
}

@media(max-width:1024px) {
	.TextList000287 .list li span {
		padding: 0 0.1rem;
	}
}

@media(max-width:640px) {
	.TextList000287 .list li {
		width: 47%;
	}
}

.RightCon {
	padding: 3% 0;
}

.newsList3 {
	width: 100%;
	display: inline-block;
}

.newsList3 .li {
	margin-bottom: 20px;
}

.newsList3 .li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.302vw 0;
	align-items: center;
	background-color: #f5f7fa;
	border-radius: 0.1rem;
}

.newsList3 .li .date {
	width: 1.6rem;
	text-align: center;
	font-weight: lighter;
	position: relative;
	font-size: 0.18rem;
}

.newsList3 .li .date:after {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	position: absolute;
	height: 14px;
	background-color: #e1e3e6;
	width: 1px;
}

.newsList3 .li .info {
	padding: 0 6.042vw 0 0.19rem;
	width: calc(100% - 3.3rem);
	font-size: 0.18rem;
}

.newsList3 .li .desc {
	color: #666666;
	font-weight: lighter;
}

.newsList3 .li .more {
	width: 1.54rem;
	text-align: center;
	font-size: ;
}

.newsList3 .li .more:after {
	background: url(../images/more.png) no-repeat right center/contain;
	width: 27px;
	height: 30px;
	transition: all 0.5s;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}

.newsList3 .li:hover .more:after {
	transform: rotate(180deg);
}

.newsList3 .li:hover .tit,
.newsList3 .li:hover .more {
	color: #103a7d;
}

.newsList3 .li:hover .date:after {
	background-color: #103a7d;
}


/*Floor002611 */
.Floor002611 {
	padding: 3% 0;
}

.Floor002611 dt {
	position: relative;
	background-color: #ecf3f9;
}

@media(min-width:641px) {
	.Floor002611 dt {
		float: left;
		width: 33.333333333%;
		padding-bottom: 39.3%;
	}
}

@media(max-width:640px) {
	.newsList3 .li .date {
		width: auto;
		padding: 0 0.15rem;
	}

	.newsList3 .li .more {
		display: none;
	}

	.newsList3 .li .info {
		flex: 1;
	}

	.Floor002611 dt {
		padding-bottom: 118%;
	}
}

.Floor002611 dt>* {
	position: absolute;
	left: 10%;
	right: 10%;
}

.Floor002611 dt .main {
	top: 11%;
	z-index: 10;
}

.Floor002611 .title a {
	color: #0f69af;
	font-size: 24px;
}

.Floor002611 dt.contact .title a {
	color: #fff;
}

.Floor002611 .title::after {
	display: block;
	content: '';
	width: 29px;
	height: 2px;
	background: #1ac1b9;
	margin: 3% 0 10% 0;
}

.Floor002611 .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	background: rgba(117, 170, 210, 0.1);
	margin-top: -21px;
	z-index: 10;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1000px;
}

.Floor002611 .bx-controls-direction a:hover {
	background: #1ac1b9;
}

.Floor002611 .bx-controls-direction a::before {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -11px;
}

.Floor002611 .bx-controls-direction a.bx-prev {
	left: 3%;
}

.Floor002611 .bx-controls-direction a.bx-prev::before {
	transform: rotate(-135deg);
	margin-left: -3px;
}

.Floor002611 .bx-controls-direction a.bx-next {
	right: 3%;
}

.Floor002611 .intro img {
	display: block;
	width: 100%;
}

.Floor002611 .intro .more {
	color: #0f69af;
	font-size: 13px;
}

.Floor002611 .intro .more::after {
	display: inline-block;
	content: '';
	border: 5px solid transparent;
	border-left-color: #0f69af;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -1px;
}

.Floor002611 .intro a:hover .more {
	color: #1ac1b9;
}

.Floor002611 .intro a:hover .more::after {
	border-left-color: #1ac1b9;
}

.Floor002611 .intro aside {
	font-size: 0.18rem;
	line-height: 24px;
	height: 48px;
	color: #003258;
	margin: 5% 0;
}

.Floor002611 .service-list {
	height: 100%;
	left: 0;
	right: 0;
}

.Floor002611 .service-list .bx-wrapper,
.Floor002611 .service-list .bx-viewport,
.Floor002611 .service-list .bx-viewport * {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.Floor002611 .service-list .bx-viewport {
	z-index: 1;
}

.Floor002611 dt.contact:nth-child(1) {
	background-image: url(../images/Floor002611_contactbg.jpg);
}

.Floor002611 dt.contact:nth-child(2) {
	background-image: url(../images/Floor002611_contactbg2.jpg);
}

.Floor002611 dt.contact:nth-child(3) {
	background-image: url(../images/Floor002611_contactbg3.jpg);
}

.Floor002611 .address {
	top: auto;
	bottom: 11%;
	color: #fff;
	font-size: 16px;
}

.Floor002611 .address * {
	margin: 0;
}

.Floor002611 .address h2 {
	font-size: 0.32rem;
	/* font-family:Arial, sans-serif; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 3%;
	margin-bottom: 3%;
}

.Floor002611 .address p {
	font-size: 0.18rem;
}

@media(min-width:641px) and (max-width:1024px) {
	.Floor002611 .address h2 {
		font-size: 28px;
	}

	.Floor002611 .title a,
	.Floor002611 .address p {
		font-size: 0.18rem;
	}

	.Floor002611 .intro aside {
		font-size: 15px;
	}
}

@media(min-width:641px) and (max-width:768px) {
	.Floor002611 dt .main {
		top: 5%;
	}

	.Floor002611 .address h2 {
		font-size: 24px;
	}
}

@media(max-width:480px) {
	.Floor002611 .address h2 {
		font-size: 28px;
	}

	.Floor002611 .address p {
		font-size: 0.18rem;
	}

	.Floor002611 .title a {
		font-size: 20px;
	}

	.Floor002611 .intro aside {
		font-size: 15px;
	}

	.Floor002611 dt .main {
		top: 8%;
	}
}

.bannerNew,
.banner {
	width: 100%;
}

.bannerNew,
.banner img {
	width: 100%;
}

.PicList0023231 ul li {
	height: auto;
}

.titleH {
	font-size: 0.24rem;
	color: #000;
	margin-bottom: 0.2rem;
	font-weight: bold;
	line-height: 1;
}

/* .Floor003107{
	background-attachment: fixed;
} */
@media screen and (min-width:1025px) {
	.indexSolution {
		max-height: 7.3rem;
	}

	.Top002898 .top-right {
		line-height: 0.4rem;
		padding: 0;
		height: 1.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.Top002898 .top-right dl {
		display: flex;
		align-items: center;
	}

	.Top002898 .phone {
		line-height: 1;
		display: flex;
		align-items: center;
	}

	.Top002898 .phone div {
		line-height: 1;
		font-size: 0.16rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.Top002898 .phone div:first-child {
		margin-bottom: 0.1rem;
	}
}

/*bannerNew*/
.bannerNew {
	z-index: 0;
}

.bannerNew .pc {
	display: block;
}

.bannerNew .media {
	display: none;
}

.bannerNew img {
	width: 100%;
	/* transition: all 2s ease-in-out 0.5s; */
	/* transform: scale(1.2); */
}

.bannerNew .swiper-slide {
	position: relative;
	overflow: hidden;
}

/* .bannerNew .swiper-slide-active img{transform: scale(1);} */
.bannerNew .swiper-pagination {
	bottom: .3rem !important;
	display: flex;
	justify-content: center;
}

.bannerNew .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: .24rem;
	height: .24rem;
	background: none;
	opacity: 1;
}

.bannerNew .swiper-pagination .swiper-pagination-bullet:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: .08rem;
	height: .08rem;
	background-color: #fff;
	border-radius: .08rem;
	z-index: 2;
}

.bannerNew .swiper-pagination .swiper-pagination-bullet svg {
	--progress: 100;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: #0083ce;
	fill: none;
	stroke-dashoffset: 125.6;
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
	z-index: 1;
}

.bannerNew .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background-color: #0083ce;
}

.bannerNew .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	display: block;
	content: '';
	width: 95%;
	height: 95%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 0;
}

.bannerNew .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
	animation-name: ball;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.zyfz {
	display: flex;
	justify-content: center;
}

.zyfz img {
	max-width: 100%;
}

@keyframes ball {
	to {
		stroke-dashoffset: 0;
	}
}

@media screen and (max-width:1024px) {
	.bannerNew .swiper-pagination {
		bottom: 0.15rem !important;
	}
}

.Section_left .Menu ul li {
	padding: 0.2rem 0 0.2rem 0;
	border-top: 1px solid #ededed;
}

.Section_left .Menu ul li em {
	font-size: 0.2rem;
	font-weight: normal;
	position: relative;
	display: block;
}

.Section_left .Menu ul li em b {
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.Section_left .Menu ul li em b::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/more_nav.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.Section_left .Menu ul li:first-child {
	border-top: none;
}

.Section_left .Menu ul li em b.on::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.Section_left .Menu ul li dl {
	padding-top: 0.1rem;
	padding-left: 0;
	display: none;
}

.Section_left .Menu ul li dl dd {
	font-size: 0.15rem;
	line-height: 0.4rem;
}

.Section_left .Menu ul li dl dd a {
	display: block;
}

.Section_left .Menu ul li dl dd span {
	display: block;
	padding: 0 0.2rem;
	position: relative;
}

.Section_left .Menu ul li dl dd span i {
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.Section_left .Menu ul li dl dd span i::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/more_nav.png) no-repeat center center;
	position: absolute;
	right: 0.2rem;
	top: 50%;
	margin-top: -10px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.Section_left .Menu ul li dl dd span i.on::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.Section_left .Menu ul li dl dd .Nav_four {
	padding: 0rem 0.2rem;
	display: none;
}

.Section_left .Menu ul li dl dd .Nav_four a {
	padding-left: 20px;
	position: relative;
}

.Section_left .Menu ul li dl dd .Nav_four a.on::after {
	color: #47a0ec;
	text-decoration: none;
}

.Section_left .Menu ul li dl dd .Nav_four a::before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #bfbfbf;
	position: absolute;
	left: 0;
	top: 50%;
}

.Section_left .Menu ul li.on em a {
	color: #0083ce;
}


.Section_left .Menu ul li dl dd.on span i::after {
	background: url(../images/more_nav_w.png) no-repeat center center;
}

.Section_left .Menu ul li.on dl {
	display: block;
}

.Section_left .Menu ul li dl dd.on span {
	background: #0083ce;
}

.Section_left .Menu ul li dl dd.on span a {
	color: #fff;
	font-weight: normal;
}

.Section_left .Menu ul li dl dd .Nav_four a.on {
	color: #0083ce;
	text-decoration: underline;
}

.Section_left .Menu ul li dl dd.on .Nav_four {
	display: block;
}

@media(max-width:1024px) {
	.Section_left {
		padding: 0;
	}

	.Section_left .Menu ul li {
		padding: 15px 0;
	}

	.Section_left .Menu ul li em {
		font-size: 16px;
	}

	.Section_left .Menu ul li dl dd {
		line-height: 35px;
	}

	.ProNav {
		width: 100%;
	}
}

@media(max-width:1024px) {
	.Section_left {
		width: 100%;
		min-height: 1px !important;
	}

	.Section_left .Menu ul li {
		padding: 10px 0;
	}

}

@media(max-width:560px) {
	.Section .Section_right {
		padding: 10px;
	}
}

.Top002898 .top-menu .sub .three-cate {
	display: none;
}

@media screen and (min-width:1025px) {
	.Top002898 .top-menu .sub .two-cate {
		width: 80%;
		border-right: none;
		margin-left: 2%;
	}

	.Top002898 .top-menu .sub .two-cate .inner {
		justify-content: flex-start;
		/* height: 100%; */
	}

	.Top002898 .top-menu .sub .two-cate .item {
		width: 20%;
		/* margin-right: 0 !important; */
		padding-top: 0.12rem;
		padding-bottom: 0.12rem;
		border-right: 1px solid #ddd;
		margin-right: 0%;
		margin-bottom: 0;
		padding-left: 3%;
	}

	.Top002898 .top-menu .sub .two-cate .item:nth-child(5n) {
		margin-right: 0;
	}

	.bg_f1,
	.RighInfo003072 .video {
		/* height: 4.2rem; */
		display: flex;
		align-items: center;
	}

	.RighInfo003072 .txt-info {
		width: 64%;
		padding: 0 0.3rem;
		min-height: 4.2rem;
		display: flex;
		align-items: center;
		/* overflow-y: auto; */
	}

	.RighInfo003072 .video .play {
		height: 6rem;
	}

	.RighInfo003072 .video .pic img {
		height: 100%;
		object-fit: cover;
		height: 3.25rem;
		border-radius: 0.2rem;
	}

	.banner img {
		max-height: 3rem;
		object-fit: cover;
	}

	.RighInfo003134 .img-side .txt .xl ul {
		width: 100%;
		display: inline-flex;
		flex-wrap: wrap;
	}

	.RighInfo003134 .img-side .txt .xl ul li {
		min-width: 50%;
	}
}

.indexSolution {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.indexSolution img {
	width: 100%;
	opacity: 0;
}

.indexSolution .w1600 {
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	transform: translate(-50%, 0px);
	z-index: 2;
	padding-left: 8%;
	padding-bottom: 3%;
}

.indexSolution .w1600 .edit-info {
	font-size: 0.18rem;
	line-height: 2;
	text-align: justify;
	margin-bottom: 0.4rem;
	/* font-weight: bold; */
	/* text-shadow: 0 0 3px rgb(0 0 0 / 38%); */
	margin-top: 0.4rem;
	color: #000;
}

.ProList .imgbox span,
.ProList .item .imgbox {
	overflow: hidden;
}

.ProList .item .imgbox img {
	transition: all 0.3s ease;
}

.ProList .item:hover .imgbox img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.Popups {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 333;
	font-size: calc(100 / 1920 * 100vw);
}

.Popups-box {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 580px;
	width: 96%;
	border-radius: .2em;
	background-color: #fff;
	padding: .5em;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.Popups-box .close {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	width: 0.18rem;
	height: 0.18rem;
	background-image: url('../images/close.png');
	background-size: 100%;
	z-index: 3;
	cursor: pointer;
	background-repeat: no-repeat;
}

.Popups-box .title {
	font-size: 0.3rem;
	color: #333;
	text-align: center;
}

/* .Popups-box .text{margin-top: calc(30 / 18 * 1em);} */
.Popups-box .text .info {
	font-size: .2em;
	color: #666666;
	line-height: 1.8;
	max-height: 40vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.Popups-box .text.one {
	text-align: center;
}

.Popups-box .btns {
	margin-top: .3em;
	cursor: pointer;
}

.Popups-box .btns .to-infomation {
	height: .19em;
	background: url('../images/Popups-icon.png') no-repeat center/auto .19em;
	padding: .1em 0;
}

.Popups-box .btns .to-way,
.commom-submit {
	width: 1.6rem;
	height: 0.46rem;
	line-height: 0.46rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	transition: all .5s;
	background-color: #0083ce;
	border-radius: 0.5rem;
	letter-spacing: 1px;
	margin: 0 auto;
	border: 0;
	cursor: pointer;
	display: block;
}

.Popups-box .btns .to-way {
	display: none;
}

.Popups-box.two,
.Popups-box.three {
	max-width: 1000px;
}

.Popups-box .text.two,
.Popups-box .text.three,
.Popups-box.two .to-infomation,
.Popups-box.three .to-way,
.Popups-box.three .to-infomation,
.RighInfo002805 .box .list dl dd .hidden,
.Popups-box.two .text.one,
.Popups-box.two .text.three,
.Popups-box.three .text.one,
.Popups-box.three .text.two {
	display: none;
}

.Popups-box.two .to-way,
.Popups-box.two .text.two,
.Popups-box.three .text.three {
	display: block;
}

/*Continfo*/
.Continfo {
	padding: calc(80 / 16 * 1em) 0;
}

.Continfo .Page002737 {
	padding-bottom: 0;
}

@media(min-width:1025px) {

	.Popups-box .btns .to-way:hover,
	.commom-submit {
		box-shadow: 2px 2px 5px rgba(0, 131, 206, .7);
	}

	.Continfo .flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.Continfo .left {
		width: 22%;
	}

	.Continfo .right {
		width: 74%;
		margin-left: 3%;
		min-height: 40vh;
	}
}

@media (max-width: 1200px) {
	.Popups {
		font-size: 8vw;
	}
}

@media(max-width:1024px) {
	.Continfo {
		padding: calc(40 / 16 * 1em) 0;
	}

	.RighInfo002805 {
		padding: calc(40 / 16 * 1em) 0;
	}

	.RighInfo002805 .box .img {
		display: none;
	}

	.RighInfo002805 .box .list {
		display: flex;
		flex-wrap: wrap;
	}

	.RighInfo002805 .box .list dl {
		width: 48%;
		margin: 1%;
	}

	.RighInfo002805 .box .list dl dd .name {
		padding: 5px 10px;
	}
}

@media(max-width:768px) {
	.Popups {
		font-size: 10vw;
	}

	.Popups-box {
		width: 90%;
		padding: .3em;
	}

	.Popups-box .title {
		font-size: 22px;
	}

	.Popups-box .text {
		margin-top: 20px;
		font-size: 16px;
	}

	.Popups-box .text .info {
		font-size: 14px;
	}
}

@media(max-width:640px) {
	.Popups {
		font-size: 16vw;
	}
}

/* 在线留言 */
.Popups.message-popup .Popups-box {
	max-width: 710px;
}

.online-message dl dd {
	width: 48%;
	margin-top: 0.2rem;
}

.online-message dl dd .input .enter {
	width: 100%;
	height: 0.48rem;
	padding: 0 0.2rem;
	background-color: #fff;
	border: solid 1px #eaeaea;
	font-size: 0.16rem;
}

.online-message dl dd .input textarea.enter {
	height: calc(100 / 16 * 1em);
	padding-top: calc(15 / 16 * 1em);
	padding-bottom: calc(15 / 16 * 1em);
}

.online-message dl dd.w100 {
	width: 100%;
}

.message-popup dl {
	flex-wrap: wrap;
	margin: .3em 0;
	margin-top: .1em;
	max-height: 85vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.RighInfo003072 .edit-info p,
.RighInfo003072 .edit-info span {
	font-size: 0.17rem !important;
	line-height: 2 !important;
	font-family: sans-serif !important;
}

.RighInfo003134 .img-side .ytable {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.RighInfo003134 .img-side .txt {
	width: calc(100% - 5.28rem);
	float: left;
}

.RighInfo003134 .img-group {
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; */
	width: 5.08rem;
	border: none;
}

@media screen and (max-width:1024px) {
	.RighInfo003134 .img-side .ytable {
		flex-direction: column;
	}

	.RighInfo003134 .img-side .txt {
		width: 100%;
	}

	.RighInfo003072 {
		padding: 0.3rem 0;
	}

	.bg_f1 {
		padding: 0;
	}

	.RighInfo003072 .txt-info {
		margin-bottom: 0;
	}

	.RighInfo003072 .edit-info {
		line-height: 1.5;
		font-size: 16px;
		text-align: justify;
		padding-right: 0;
		padding-left: 0;
		height: auto;
		margin-bottom: 0.3rem;
	}

	.indexSolution .w1600 {
		align-items: center;
		padding-left: 0;
		padding-bottom: 0;
	}

	.indexSolution .w1600 .edit-info {
		line-height: 1.5;
		margin-bottom: 0.2rem;
		margin-top: 0.2rem;
		/* text-align: center; */
	}
}

.TextList000286 li,
.pro_jscs table tr:nth-child(2n-1) {
	background-color: rgba(0, 131, 206, .1);
}

.pro_jscs table tr:nth-child(2n-1) td {}

.ProList .info p {
	display: none;
}

.TextList000286 li .inner,
.ProList .item a,
.PicList0023232 ul li {
	background: rgba(0, 131, 206, .1);
	border: none;
}

.indexSolution .home-tit .cn {
	color: #0083ce;
	line-height: 1;
}

.indexSolution::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(0, 0, 0, .2); */
}

@media screen and (min-width:1025px) {
	.contactOne {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.Top002898 .top-menu .sub .sub-inner .title {
		padding: 0.3rem 0;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt {
		font-size: 0.18rem;
		line-height: 1;
		margin-top: 0.3rem;
	}

	.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] .sub-inner {
		padding-bottom: 0.3rem;
	}

	/* .RighInfo003134 .img-group li .Ispic{
		background-size: 120%;
	} */
	.HomeSolution .solutionList .ul li figure {
		padding-bottom: 60.3%;
	}

	.ProList .item a {
		padding-bottom: 0.5rem;
	}

	.ProList .info {
		height: 0.4rem;
		bottom: 0.2rem;
	}

	

	.ProNav {
		box-shadow: 0 10px 30px rgba(1, 79, 162, 0.1);
	}

	.Section_left .Menu ul li em {
		padding-left: 0.12rem;
	}

	.HomeSolution .info:nth-child(5) .itemSlide {
		width: 25%;
		float: left;
	}
}

/* contactOne */
.contactOne {}

.contactOne .leftbox {
	width: 100%;
	background: #f5f9fb;
	border-radius: 0.24rem;
	padding: 0.76rem 0.6rem;
	line-height: 1
}

.contactOne .leftbox .title {
	line-height: 1.2;
}

.contactOne .leftbox .intro {
	margin-top: 0.18rem
}

.contactOne .leftbox .ul {
	paddingt-top: 0.32rem
}

.contactOne .leftbox .ul .item {
	display: flex;
	align-items: center;
	margin-top: 0.38rem
}

.contactOne .leftbox .ul .item img {
	width: 0.18rem;
	margin-right: 0.2rem
}

.contactOne .leftbox .ul .item div {}

.contactOne .rightbox {
	width: calc(100% - 7rem);
	height: 4.72rem;
	border-radius: 0 0.24rem 0 0.24rem;
	-webkit-border-radius: 0 0.24rem 0 0.24rem;
	-moz-border-radius: 0 0.24rem 0 0.24rem;
	-ms-border-radius: 0 0.24rem 0 0.24rem;
	-o-border-radius: 0 0.24rem 0 0.24rem;
}

.contactOne .rightbox .imgBox {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

@media screen and (max-width:1024px) {
	.contactOne .leftbox {
		/* width: 50%; */
		padding: 0.4rem 0.1rem 0.4rem 0.3rem;
	}

	.contactOne .rightbox {
		width: 50%;
		height: 100%;
	}

	.contactOne .leftbox .ul .item {
		margin-top: 0.26rem;
	}

	.contactOne .leftbox .ul .item img {
		width: 14px;
		margin-right: 0.1rem;
	}
}

@media screen and (max-width:768px) {
	.contactOne .w1600 {
		flex-direction: column;
	}

	.contactOne .leftbox {
		width: 100%;
		border-radius: 0.24rem 0.24rem 0 0;
		-webkit-border-radius: 0.24rem 0.24rem 0 0;
		-moz-border-radius: 0.24rem 0.24rem 0 0;
		-ms-border-radius: 0.24rem 0.24rem 0 0;
		-o-border-radius: 0.24rem 0.24rem 0 0;
		line-height: 1.2;
	}

	.contactOne .rightbox {
		width: 100%;
		border-radius: 0 0 0.24rem 0.24rem;
		-webkit-border-radius: 0 0 0.24rem 0.24rem;
		-moz-border-radius: 0 0 0.24rem 0.24rem;
		-ms-border-radius: 0 0 0.24rem 0.24rem;
		-o-border-radius: 0 0 0.24rem 0.24rem;
	}
}

.downloadBtn {
	cursor: pointer;
}

.ewmBox .downloadBtn {
	margin-left: 0.1rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.ewmBox .downloadBtn:hover {
	color: #0083ce;
}



@media screen and (max-width:1024px) {
	.lm_title {
		margin-bottom: 0.1rem;
	}

	.TextList002208 .dl .dt span {
		padding: 0 0.2rem;
		padding-left: 0;
	}

	.HomeSolution .info:nth-child(5) .itemSlide {
		width: 50%;
		float: left;
	}

	.tab_box .dh {
		height: auto;
	}
}

.bannerNew .swiper-button-next,
.bannerNew .swiper-button-prev {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.08rem;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	-ms-border-radius: 0.08rem;
	-o-border-radius: 0.08rem;
	/* border: 1px solid #fff; */
	background-size: 0.1rem 0.17rem;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.bannerNew .swiper-button-next {
	background-image: url(../images/arrowRightWhite.png);
	right: 3%;
}

.bannerNew .swiper-button-prev {
	background-image: url(../images/arrowLeftWhite2.png);
	left: 3%;
}

.bannerNew .swiper-button-next:hover,
.bannerNew .swiper-button-prev:hover {
	/* background-color: #0083ce; */
	/* border-color: #0083ce; */
}

.solutionDetail .PicList0023231 .slider .ul li,
.HomeSolution .solutionList .ul li a,
.PicList0023232 ul li {
	position: relative;
}

.HomeSolution .solutionList .ul li a .after,
.solutionDetail .PicList0023231 .slider .ul li .after,
.PicList0023232 ul li .after {
	content: '';
	display: block;
	width: 100%;
	height: 0.7rem;
	background-color: rgba(0, 131, 206, 0.8);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	-o-border-radius: 0.1rem;
	display: flex;
	justify-content: center;
	font-size: 0.2rem;
	color: #fff;
	align-items: center;
	opacity: 0;
	transform: scale(1);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.HomeSolution .solutionList .ul li a .after {
	width: calc(100% + 0.2rem);
	left: -0.2rem;
}

.solutionDetail .PicList0023231 .slider .ul li:hover .after,
.HomeSolution .solutionList .ul li a:hover .after,
.PicList0023232 ul li:hover .after {
	/* transform: scale(1); */
	/* -webkit-transform: scale(1); */
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}

.HomeSolution .solutionList .ul li a p {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.HomeSolution .solutionList .ul li a:hover p {
	color: #0083ce;
}

@media screen and (min-width:1025px) {
	.PicList002451 ul li {
		height: 2.34rem;
	}

	.PicList002451 ul li:nth-child(3) {
		width: 60%;
	}

	.PicList002451 li .pic,
	.PicList002451 li .abshref,
	.PicList002451 li .inner {
		height: 100%;
	}

	.PicList002451 li .word {
		padding: 0.1rem;
	}

	.PicList002451 li .word {
		padding: 0.1rem;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.PicList002451 li .pic a {
		padding-top: 64%;
	}

	.PicList002451 {
		padding: 3% 0 3% 0;
	}

	.PicList002451 li:nth-child(3) .word {
		text-align: center;
	}

	.PicList002451 li .word h2 {
		font-size: 0.18rem;
		padding-right: 0;
	}
}

.downloadNew {
	flex: 1;
	margin-top: 0.45rem;
	padding-left: 0.2rem;
	width: calc(100% - 3.1rem);
}

.downloadNew .item {
	background: url(../images/icon-file.svg) no-repeat left center;
	background-size: 0.25rem;
	margin-left: 0.2rem;
	min-width: 38%;
	justify-content: space-between;
	padding-left: 0.4rem;
	max-width: 50%;
	align-items: center;
	height: 0.54rem;
	background-color: rgba(0, 131, 206, .1);
	border-radius: 0.1rem;
	padding-right: 0.1rem;
	background-position: 0.1rem center;
}

.downloadNew .item .title {
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 0.1rem;
}

.downloadNew .item a {
	background-image: url(../images/icon-download.svg);
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 0.2rem;
	padding-left: 0.2rem;
	font-size: 0.16rem;
	color: #333;
}

.TextList000286 li:last-child {
	margin-bottom: 0;
}

.downloadNew .item:nth-child(1) {
	margin-left: 0;
}

@media screen and (max-width:640px) {
	.downloadNew {
		width: 100%;
		padding-left: 0;
	}

	.RighInfo003134 .img-side .btn {
		width: 100%;
	}

	.downloadNew .item {
		width: 50%;
	}
}


.solutionDetail {
	display: flex;
	flex-direction: row;
}

.solutionDetail .RighInfo003072>.auto {
	width: 100% !important;
	max-width: 100% !important;
}

.solutionDetail .RighInfo003072 {
	width: 56%;
	background: #ffffff;
	padding-right: 0.5rem;
}

.solutionDetail .PicList0023231 {
	width: 44%;
	background: #fff;
	display: flex;
	/* align-items: center; */
}

.solutionDetail .PicList0023231 .list {
	width: 100%;
	/* padding-top: 0.6rem; */
}

.solutionDetail .RighInfo003072 {
	padding-left: 0.2rem;
}

.solutionDetail .bg_f1 {
	flex-direction: column-reverse;
}

.solutionDetail .RighInfo003072 .video {
	height: auto;
	width: 100%;
}

.solutionDetail .RighInfo003072 .txt-info {
	width: 100%;
	padding: 0;
	min-height: auto;
	display: flex;
	align-items: center;
}

.solutionDetail .RighInfo003072 .edit-info {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.solutionDetail .w1600 {
	width: 100%;
	max-width: 100%;
}

.solutionDetail .PicList0023231 .slider {
	width: 100%;
	margin: 0;
}

.solutionDetail .css-3072 .name {
	line-height: 1.2;
}

.solutionDetail .RighInfo003072 .video .pic {
	margin-top: 0.2rem;
}

.solutionDetail .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.solutionDetail .PicList0023231 .slider .ul {
	display: flex;
	flex-wrap: wrap;
}

.solutionDetail .PicList0023231 .slider .ul li {
	width: calc(100% / 3 - 0.12rem);
	margin-right: 0.18rem;
	margin-bottom: 0.18rem;
	margin-left: 0;
	background: rgba(0, 131, 206, .1);
}

.solutionDetail .PicList0023231 .slider .ul li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width:1025px) {
	.aboutPage .banner img {
		/* max-height: 7.3rem; */
	}
}

.videoInfo .video {
	cursor: pointer;
	position: relative;
	/* margin-top: 3%; */
}

.videoInfo .imgbox {
	width: 100%;
	height: 100%;
	height: 7.97rem;
}

.videoInfo .video .iconbf4 {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -45%);
	z-index: 2;
	font-size: 0.88rem;
	color: #fff;
	transition: all 0.5s;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background-image: url(../images/startIcon.svg);
	background-size: contain;
}

.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.25);
}

.videoInfo .info {
	padding-bottom: 0.5rem;
	position: relative;
	min-height: 0.97rem;
	padding-right: 2rem;
}

.videoInfo .info .title {
	line-height: 1.38;
	font-size: 0.36rem;
	margin-bottom: 0.17rem;
	font-weight: normal;
}

.videoInfo .info .other span {
	display: inline-block;
}

.videoInfo .info .other span:not(:last-child) {
	margin-right: 0.4rem;
}

.videoInfo .info .other span img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
	height: 0.2rem;
}

.videoInfo .info .page {
	position: absolute;
	right: 0;
	top: 0.18rem;
}

.videoInfo .info .page a:not(:last-child) {
	margin-right: 0.44rem;
}

.videoInfo .info .page a:not(:last-child):after {
	position: absolute;
	right: -0.23rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 0.12rem;
	content: "";
	background-color: #ced5e1;
}

.videoInfo .info .page a {
	color: #666666;
	position: relative;
}

.videoInfo .info .page a:before {
	content: "";
	left: 50%;
	bottom: -0.1rem;
	width: 0;
	transition: all 0.5s;
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	transform: translateX(-50%);
}

.videoInfo .info .page a:hover {
	color: var(--main-color);
}

.videoInfo .info .page a:hover:before {
	width: 100%;
}

@media(max-width:768px) {
	.classList3 .item {
		width: 50%;
	}

	.videoInfo .info {
		padding-right: 0;
	}

	.videoInfo .info .page {
		position: static;
		text-align: right;
		padding-top: 0.1rem;
	}

	.videoInfo .info .other span {
		margin-bottom: 4px;
	}
}

@media(max-width:640px) {
	.classList2 .item .info {
		padding: 0;
	}

	.classNav .item .desc {
		font-size: 12px;
		line-height: 20px;
	}

	.classList3 .item {
		width: 100%;
	}

	.subTit h2 {
		font-size: 20px;
	}

	.videoInfo .info .other span img {
		height: 15px;
	}

	.videoInfo .title {
		font-size: 0.2rem;
	}

}

.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: 35px;
	height: 35px;
	line-height: 35px;
	background: var(--main-color);
	color: #fff;
	z-index: 10;
	cursor: pointer;
}

.video_files video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
}

.videoInfo .title {
	color: #fff;
	font-size: 0.4rem;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 50%);
	top: 50%;
	line-height: 1;
}

@media screen and (max-width:768px) {
	.videoInfo .video .iconbf4 {
		width: 0.4rem;
		height: 0.4rem;
	}

	.videoInfo .title {
		font-size: 0.2rem;
		top: 55%;
	}
}

.indexAbout .Floor003107 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.indexAbout .Floor003107 .edit-info {
	display: none;
}

.indexAbout .Floor003107 .number {
	display: none;
}

.indexAbout .home-tit .cn {
	text-shadow: 0 0 3px rgb(0 0 0);
	font-size: 0.52rem;
}

.indexAbout .Floor003107 .flex {
	align-items: center;
	justify-content: center;
}

.indexAbout .Floor003107 .left {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.indexAbout .Floor003107 .submitBtn.watchMore {
	margin-top: 0.3rem;
}

.indexAbout .Floor003107 {
	position: relative;
	min-height: 6.8rem;
	display: flex;
	align-items: center;
	padding-bottom: 3.2rem;
	border-radius: 0.2rem;
	background-position: bottom;
}

.index {
	background-color: #f6f8fb;
}

.HomeSolution .info .itemSlide a {
	padding: 0.2rem;
}

.HomeSolution .solutionList .ul li div {
	overflow: hidden;
	border-radius: 0.1rem;
}

.PicList0023232 ul li:nth-child(4n) {
	margin-right: 0;
}

.mt20 {
	margin-top: 0.2rem;
}

.darre_develop {
	padding-bottom: calc(3% + 1.4rem);
	background: #fff;
}

.darre_develop .develop_gray_bg {
	width: 100%;
	background: #f3f3f3;
	padding-top: 3%;
	height: 5.4rem;
}

.darre_develop .develop_gray_bg .pt_tit {
	font-size: 0.4rem;
	color: #333;
	line-height: 1;
	margin-bottom: 0.4rem;
	font-weight: bold;
}

.darre_develop .develop_gray_bg .develop_toggle_bg {
	width: 100%;
	height: 5.3rem;
	background: no-repeat 50%;
	background-size: 100% 100%;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap {
	width: 100%;
	height: 5.3rem;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle {
	height: 5.3rem;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid hsla(0, 0%, 100%, .18);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle:hover {
	background-color: rgba(0, 131, 206, 0.65);
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 5.3rem;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap>div {
	padding: 0 0.1rem;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap img {
	display: block;
	width: 30%;
	min-width: 0.4rem;
	margin: 0 auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle:hover .flex_wrap img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._main {
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 0.2rem;
}

@media screen and (max-width:768px) {

	.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap,
	.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle,
	.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap,
	.darre_develop .develop_gray_bg .develop_toggle_bg {
		height: 3.6rem;
	}

	.darre_develop .develop_gray_bg {
		padding-top: 0.5rem;
	}

	.darre_develop {
		padding-bottom: 0;
	}

	.darre_develop .develop_gray_bg .pt_tit {
		font-size: 0.3rem;
	}

	.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._main {
		font-size: 0.18rem;
	}

	.darre_develop .develop_gray_bg .develop_toggle_bg {
		background-size: cover;
	}
}

.darre_hc_culture {
	background: #fff;
	padding: 3% 0;
}

.darre_hc_culture .pt_tit {
	font-size: 0.4rem;
	color: #333;
	line-height: 1;
	margin-bottom: 0.24rem;
	font-weight: bold;
}

.darre_hc_culture .pt_tit_smaller {
	font-size: 0.18rem;
	color: #666;
	line-height: 0.3rem;
}

.darre_hc_culture .darre_culture_img {
	width: 100%;
	height: auto;
	padding-top: 0.25rem;
	position: relative;
}

.darre_hc_culture .darre_culture_img .absolute_pt {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	z-index: 2;
}

.darre_hc_culture .darre_culture_img .absolute_pt p {
	font-size: 0.4rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.darre_hc_culture .darre_culture_img .absolute_pt .btn {
	width: 1.48rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	border: 1px solid #fff;
	border-radius: 0.24rem;
	color: #fff;
	font-size: 0.16rem;
	margin: 0.38rem auto 0 auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 0.24rem;
	-moz-border-radius: 0.24rem;
	-ms-border-radius: 0.24rem;
	-o-border-radius: 0.24rem;
}

.darre_hc_culture .darre_culture_img img {
	width: 100%;
}

@media screen and (max-width:768px) {
	.darre_hc_culture {
		padding: 0.5rem 0;
	}

	.darre_hc_culture .darre_culture_img .absolute_pt p {
		font-size: 0.2rem;
	}

	.darre_hc_culture .darre_culture_img {
		padding-top: 0;
		margin-top: 0.3rem;
	}

	.darre_hc_culture .darre_culture_img .absolute_pt .btn {
		margin-top: 0.10rem;
	}

	.darre_hc_culture .pt_tit {
		font-size: 0.3rem;
	}
}

@media screen and (min-width:1025px) {
	.RighInfo003241 .number-data {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		min-height: auto;
	}

	.RighInfo003241 .left {
		width: 48%;
		padding-right: 0.5rem;
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
	}

	.RighInfo003241 .right {
		width: 46%;
	}

	.RighInfo003241 .number-data .ico {
		width: 0.3rem;
	}

	.RighInfo003241 .number-data p {
		font-size: 0.16rem;
	}

	.RighInfo003241 .number-data li {
		padding: 0;
	}

	.RighInfo003241 .edit-info p {
		margin: 0.1rem 0;
	}

	.lm_title {
		margin-bottom: 0.2rem;
	}

	.RighInfo003241 .number-data li {
		border-bottom: none;
	}
}

@media screen and (max-width:1024px) {
	.solutionDetail {
		flex-direction: column;
	}

	.solutionDetail .RighInfo003072 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.solutionDetail .PicList0023231 {
		width: 100%;
	}

	.solutionDetail .PicList0023231 .list {
		padding-top: 0;
	}

	.solutionDetail .PicList0023231 {
		padding-top: 0;
	}
}

@media screen and (max-width:1024px) {

	.RighInfo002812 .zyfz ul li:nth-child(3),
	.RighInfo002812 .zyfz ul li:nth-child(1) {
		padding-right: 0.2rem;
	}

	.RighInfo002812 .zyfz ul li .zl h3 {
		margin-bottom: 0.1rem;
	}

	.RighInfo002812 .zyfz ul li .zl aside {
		line-height: 1.5;
	}

	.RighInfo002812 .zyfz ul li:nth-child(4),
	.RighInfo002812 .zyfz ul li:nth-child(2) {
		padding-left: 0.2rem;
	}
}

@media screen and (max-width:768px) {
	.RighInfo002812 .zyfz ul {
		flex-direction: column;
	}

	.RighInfo002812 .zyfz ul li {
		padding-left: 0;
		padding-right: 0;
		border: none;
		width: 100%;
	}

	.RighInfo002812 .zyfz ul:after {
		display: none;
	}

	.RighInfo002812 .zyfz ul::before {
		display: none;
	}

	.RighInfo002812 .zyfz ul li .gc,
	.RighInfo002812 .zyfz ul li .zl .box-wap {
		height: auto;
	}
}

@media screen and (min-width:1025px) {
	.PicList0023231 .lm_title .cn {
		font-size: 0.3rem;
		margin-bottom: 0.3rem;
	}

	.Top002898 .top-menu .sub .two-cate .item {
		width: 25%;
	}

	.Top002898 .top-menu .sub .two-cate.active1 .item {
		width: 16.66%;
	}

	.Top002898 .top-menu .sub .two-cate.active4 .item {
		width: 33.33%;
	}
	.two-cate.active1 .item{
		padding-left: 0.1rem !important;
	}
	.two-cate.active1 .item a{
		padding-right: 0.2rem !important;
	}
}

.Floor003195 .icon-desc li:hover img.img2,
.Floor003195 .icon-desc li .icon img.img1 {
	opacity: 0;
	height: 0;
	width: 0;
}

.Floor003195 .icon-desc li:hover img.img1 {
	opacity: 1;
	height: auto;
	width: 0.46rem;
}

.PicList0023231 .lm_title .cn {
	color: #0083ce
}

@media screen and (min-width:1025px) {
	.PicList002451 li .pic a {
		padding-top: 64%;
		background-size: 100% 2.24rem;
		background-position: top center;
	}
}

@media screen and (max-width:1024px) {
	.RighInfo003134 .img-side .txt .xl ul li {
		width: 100%;
	}

	/* .RighInfo003134 .img-group li .Ispic{
		background-size: cover;
	} */
	.imgBoxPic {
		margin-top: 0.3rem;
	}
}

.imgBoxPic img {
	width: 100%;
}

.joinUs {
	width: 100%;
	height: calc(100vh - 1.2rem);
	position: relative;
	height: 8rem;
}

.joinUs video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joinUs .con {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 222;
	transform: translate(-50%, 0px);
}

.joinUs .con .title {
	font-size: 0.6rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 3px rgb(0 0 0);
}

.joinUs .con .ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.joinUs .con .ul a {
	position: relative;
	width: 1.62rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
	font-size: 0.18rem;
	margin-left: 0.12rem;
	margin-right: 0.12rem;
}

.joinUs .con .ul a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(191, 191, 191, .3);
	border: 1px solid rgba(var(--skin-css-var-M5), 0.3);
	box-sizing: border-box;
	border-radius: 0.3rem;
	z-index: -1;
	border: none;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}

.joinUs .con .ul a::before {
	content: '';
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}

.joinUs .con .ul a:hover::before {
	display: block;
}

@media screen and (max-width:1024px) {
	.joinUs .con .title {
		font-size: 0.3rem;
		color: #fff;
	}

	.joinUs .con .ul a {
		max-width: 1.3rem;
		height: 0.5rem;
	}

	.joinUs {
		height: 8rem;
	}
}

.PicList002451 li .word {
	text-align: center;
}

.introDesc {
	font-size: 0.18rem;
	margin-top: -0.3rem;
	margin-bottom: 0.2rem;
	color: #333;
}

.Bottom .BottomTop .t1 span#txt2,
.Bottom .BottomTop .t1 span#txt1 {
	font-size: 0.26rem;
}

.PicList002451 li .word h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.PicList002451 li .word h2::after {
	background-repeat: no-repeat;
	content: '';
	display: block;
	width: 0.16rem;
	height: 0.14rem;
	background-image: url(../images/arrowWhite.svg);
	background-size: 0.16rem 0.14rem;
	margin-left: 0.1rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.PicList002451 ul li:hover .word h2::after {
	margin-left: 0.2rem;
}
.zlCon2,
.root-w-1600 .auto.zlCon {
	max-width: 12.8rem !important;
}

.TextList000286-1 li .inner {
	padding-right: 0.2rem;
}

.TextList000286-1 li .btn {
	margin-left: 0.3rem;display: flex;
}

@media(max-width:640px){
	.TextList000286-1 li .tit{flex-wrap: wrap;}
	.TextList000286-1 li .btn{width:100%;margin-left:0;}
}

.PicList0023231 .slick-arrow{
	width: 0.4rem;
	height: 0.4rem;
}
.PicList0023231 .slick-prev {
    left: -0.45rem;
}
.PicList0023231 .slick-next{
	right: -0.45rem;
}
@media screen and (max-width:640px){
	.PicList0023231 .slick-prev {
		left: -0.20rem;
	}
	.PicList0023231 .slick-next{
		right: -0.20rem;
	}
}
.solutionDetail .PicList0023231.active .slider .ul li:nth-child(3n),
.solutionDetail .PicList0023231.active .slider .ul li{
	width: calc(100% / 4 - 0.135rem);
	margin-right: 0.18rem;
}
.solutionDetail .PicList0023231.active .slider .ul li:nth-child(4n){
	margin-right: 0;
}
.solutionDetail .PicList0023231.active .slick-list,
.solutionDetail .PicList0023231.active .slick-track{
	width: 100% !important;
}
@media screen and (min-width:1025px){
	.solutionDetail .PicList0023231.active .slider .ul{
		margin-top: 0.7rem;
	}
	.bot_logo img{height:0.9rem}
}
.solutionDetail .PicList0023231.active ul li h3{
	font-size: 0.14rem;
}
.RighInfo003241 .edit-info *{
	font-size:0.16rem !important;
	    font-family: '思源黑体' !important;
		line-height: 2 !important;
}