.wrap {
	width:72.91666666666667rem;
	margin:0 auto;
}
.footer {
	background:#1b1b1b;
	padding:3.385416666666667rem 0 2.604166666666667rem;
}
.footer .navs ul {
	display:flex;
	justify-content:flex-start;
}
.footer .navs {
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.1);
	padding-bottom:0.9375rem;
}
.footer .navs li a {
	font-size:0.9375rem;
	line-height:1.6;
	color:#fff;
	display:block;
}
.footer .navs li {
	margin-right:3.6458333333333335rem;
}
.footer .tbs {
	display:flex;
	justify-content:space-between;
	padding:1.9791666666666667rem 0;
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.1);
	margin-bottom:1.5625rem;
}
.footer .tbs .lts {
	width:14.0625rem;
	border-right:0.052083333333333336rem solid rgba(255,255,255,0.1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.footer .tbs .lts .ico {
	width:1.8229166666666667rem;
	display:block;
	margin-bottom:0.5208333333333334rem;
}
.footer .tbs .lts h3 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
	opacity:0.5;
}
.footer .tbs .lts h2 {
	font-size:1.3541666666666667rem;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
}
.footer .tbs .lts span {
	width:0.9375rem;
	height:0.10416666666666667rem;
	background:#8e8e8e;
	display:block;
	margin-top:0.8333333333333334rem;
}
.footer .tbs .rts {
	display:flex;
	justify-content:space-between;
	width:calc(100% - 18.75rem);
}
.footer .tbs dd {
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#fff;
	opacity:0.5;
	margin-bottom:0.15625rem;
}
.footer .tbs dt {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
	margin-bottom:0.5208333333333334rem;
}
.footer .tbs .wxs {
	width:5.520833333333334rem;
}
.footer .tbs .wx {
	width:100%;
	height:5.520833333333334rem;
	overflow:hidden;
}
.footer .tbs .wx img {
	width:100%;
	height:100%;
	display:block;
}
.footer .tbs p {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
	opacity:0.5;
	text-align:center;
	margin-top:0.2604166666666667rem;
}
.copyright {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#686868;
	text-align:center;
}
.copyright a {
	color:#686868;
}
.header {
	display:flex;
	justify-content:space-between;
	position:fixed;
	left:0;
	right:0;
	align-items:center;
	top:0;
	z-index:14;
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.1);
	height:4.166666666666667rem;
	padding:0 2.0833333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.header.on {
	background:#1b1b1b;
}
.header .logo {
	width:28.125rem;
	display:block;
}
.header .logo img {
	width:100%;
	display:block;
}
.header .rts {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.header .naver ul {
	display:flex;
	justify-content:flex-start;
}
.header .naver li {
	margin-right:1.6666666666666667rem;
}
.header .naver li:last-child {
	margin-right:0;
}
.header .naver li a {
	font-size:0.9375rem;
	line-height:4.166666666666667rem;
	color:#fff;
	padding:0 0.8333333333333334rem;
	display:block;
}
.header .naver li h3 {
	position:relative;
	z-index:2;
}
.header .naver li h3::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:-1;
	width:100%;
	height:0;
	background:linear-gradient(to bottom,rgba(25,110,251,0.8),rgba(1,83,188,0.8));
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.header .naver li h3::after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	width:0;
	height:0.10416666666666667rem;
	background:#ffffff;
	margin:0 auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.header .naver li.on h3::before,
.header .naver li:hover h3::before {
	height:5.208333333333334rem;
}
.header .naver li.on h3::after,
.header .naver li:hover h3::after {
	width:0.8333333333333334rem;
}
.header .naver li{
	position: relative;
}
.header .naver li .nli {
	position:absolute;
	left:-2rem;
	right:-2rem;
	top:110%;
	z-index:2;display: none;
	background:#fff;width: 10.0625rem;padding: 0 1.1rem;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;border-radius: 0.6rem;box-shadow: 0 0 0.625rem 0 rgba(80,80,80,0.2);
}
.header .naver li .nli dl{
	position: relative;
}
.header .naver li .nli dl::before{
	content: "";position: absolute;
	left: 0;right: 0;margin: 0 auto;
	top: -0.4rem;z-index: 1;background: url(../images/qms45.png) no-repeat center; width: 0.875rem;height: 0.4375rem;background-size: 0.875rem auto;
}
.header .naver li .nli dd{
	border-bottom: 1px solid #f7f7f7;
}
.header .naver li .nli dd:last-child{
	border-bottom: none;
}
.header .naver li .nli dd a {
	font-size: 0.8rem;
	line-height: 2.5rem;
	color:#666666;
	display:block;
	text-align:center;transition:all 0s;
}
.header .engsh dd a:hover{
	color: #0051b9;
}
.header .naver li .nli dd a:hover{
	color: #0051b9;font-weight: bold;
}
.header .form {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.header .seach {
	border:1px solid rgba(255,255,255,0);
	border-radius:1.1458333333333335rem;
	cursor:pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	position:relative;
}
.header .seach .t1 {
	width:0;
	height:2.3958333333333335rem;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:0.8333333333333334rem;
	color:#000;
	z-index:2;
	background:#fff;
	border:none;
	border-radius:1.25rem;
	position:absolute;
	right:100%;
	top:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.header .seach .sub {
	width:2.604166666666667rem;
	height:2.604166666666667rem;
	cursor:pointer;
	background:url(../images/qms1.png) no-repeat center;
	border:none;
	background-size:0.9375rem auto;
}
.header .seach:hover .t1 {
	width:14.583333333333334rem;
	padding:0 1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.header .engsh {
	background:url(../images/qms2.png) no-repeat center;
	background-size:1.3020833333333335rem auto;
	position:relative;
	width:2.604166666666667rem;
	height:2.604166666666667rem;
	cursor:pointer;
	margin-left:0.9375rem;
}
.header .engsh::after {
	position:absolute;
	left:-0.5208333333333334rem;
	content:"";
	top:50%;
	z-index:1;
	background:#465a6b;
	height:0.9375rem;
	width:0.052083333333333336rem;
	margin-top:-0.46875rem;
}
.header .engsh::before {
	content:"";
	position:absolute;
	right:-0.5208333333333334rem;
	top:50%;
	z-index:1;
	background:url(../images/qms11.png) no-repeat right center;
	background-size:0.36458333333333337rem auto;
	width:0.36458333333333337rem;
	height:0.15625rem;
	margin-top:-0.10416666666666667rem;
}
.header .engsh .ndl {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	z-index:1;
	width:3.125rem;
	background:#fff;
	display:none;
}
.header .engsh.on .ndl {
	display:block;
}
.header .engsh dd a {
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#000;
	display:block;
	text-align:center;
}
.banner {
	height:27.083333333333336rem;
}
.banner .wrap {
	height:100%;
	position:relative;
}
.banner .txt {
	position:absolute;
	left:0;
	right:0;
	top:40%;
	z-index:1;
}
.banner .txt h2 {
	font-size:2.0833333333333335rem;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
}
.banner .txt p {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
	opacity:0.4;
}
.uitnavs {
	border-radius:0.8333333333333334rem;
	background:#fff;
	margin-top:-2.0833333333333335rem;
	position:relative;
	z-index:2;
}
.uitnavs ul {
	display:flex;
	flex-wrap: wrap;
}
.uitnavs li {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1.325rem;
}
.uitnavs li::after {
	content:"";
	position:absolute;
	right:0;
	top:50%;
	z-index:1;
	width:0.052083333333333336rem;
	height:0.8333333333333334rem;
	background:#eeeeee;
	margin-top:-0.4166666666666667rem;
}
.uitnavs li:last-child::after {
	display:none;
}
.uitnavs li a {
	font-size:0.9375rem;
	line-height:4.166666666666667rem;
	color:#363636;
	display:block;
	text-align:center;
	transition:all 0s;
}
.uitnavs li::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	width:0;
	height:0.15625rem;
	background:linear-gradient(to right,#1a70ff,#0152ba);
	margin:0 auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.uitnavs li.on::before,.uitnavs li:hover::before {
	width:1.3541666666666667rem;
}
.uitnavs li.on a,.uitnavs li:hover a {
	background:-webkit-linear-gradient( #1a70ff,#03387f);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-weight:bold;
}
.pages dl {
	display:flex;
	justify-content:center;
	align-items:center;
}
.pages dd {
	font-size:0.7291666666666667rem;
	margin:0 0.20833333333333334rem;
	line-height:1.4583333333333335rem;
}
.pages dd a {
	font-size:0.7291666666666667rem;
	line-height:1.4583333333333335rem;
	color:#666666;
	display:block;
	padding:0 0.5208333333333334rem;
	border-radius:0.15625rem;
	min-width:1.4583333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	color:#666666;
	background:#fff;
}
.pages dd.ons a {
	background:#f7f7f7;
}
.pages dd a:hover,.pages dd.on a {
	background:linear-gradient(to right,#176df8,#0354bf);
	color:#fff;
}
.uitbgs {
	background:linear-gradient(to right,#b1d5ff,#e6f3ff);
	margin-top:-2.0833333333333335rem;
}
.uittit h2 {
	text-shadow:-0.052083333333333336rem -0.052083333333333336rem 0 #000,0.052083333333333336rem -0.052083333333333336rem 0 #000,-0.052083333333333336rem 0.052083333333333336rem 0 #000,0.052083333333333336rem 0.052083333333333336rem 0 #000;
	/* 使用阴影模拟镂空效果*/
	font-size:3.125rem;
	line-height:1;
	color:#bedcff;
	opacity:0.1;
	text-transform:uppercase;
	font-weight:bold;
}
.uittit h3 {
	font-size:2.291666666666667rem;
	line-height:1.6;
	color:#232323;
	margin-top:-2.3958333333333335rem;
}
.product {
	padding:4.6875rem 0;
}
.uitpro {
	margin-top:2.0833333333333335rem;
}
.uitpro ul {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	padding-bottom:1.5625rem;
}
.uitpro li {
	width:calc((100% - 1.9791666666666667rem)/3);
	margin-right:0.8333333333333334rem;
	margin-bottom:0.78125rem;
	background:#fff;
	border-radius:0.5208333333333334rem;
	padding:2.604166666666667rem 2.0833333333333335rem 2.0833333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	top:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	box-shadow:0 0 0.5208333333333334rem 0 rgba(80,80,80,0.2);
}
.uitpro li:nth-child(3n) {
	margin-right:0;
}
.uitpro li h6 {
	padding:0 0.8333333333333334rem;
	font-size:0.7291666666666667rem;
	line-height:1.25rem;
	border-radius:1.5625rem;
	color:#1a70ff;
	border:1px solid #1a70ff;
	display:inline-block;
}
.uitpro li h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#363636;
	font-weight:bold;
	margin-top:0.4166666666666667rem;
}
.uitpro li .pic {
	height:17.1875rem;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.uitpro li .pic img {
	max-width:100%;
	max-height:100%;
	display:block;
	object-fit:contain;
	margin:auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.uitpro li h5 {
	text-align:right;
	margin-top:1.0416666666666667rem;
}
.uitpro li h5 span {
	font-size:0.7291666666666667rem;
	display:inline-block;
	line-height:1.8;
	color:#666666;
	padding-left:1.5625rem;
	background:url(../images/qms5.png) no-repeat left center;
}
.uitpro li:hover h5 span {
	background:url(../images/qms5-1.png) no-repeat left center;
	font-weight:bold;
	color:#196ffe;
}
.uitpro li:hover {
	top:-0.5208333333333334rem;
	background:linear-gradient(to bottom,#ffffff,#e7f3ff);
}
.uitpro li:hover .pic img {
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	/* IE 9*/
	-moz-transform:scale(1.05);
	/* Firefox*/
	-webkit-transform:scale(1.05);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.05);
}
.prodel {
	padding:4.6875rem 0 5.729166666666667rem;
}
.uiture {
	width:5.729166666666667rem;
	line-height:2.0833333333333335rem;
	border-radius:1.5625rem;
	text-align:center;
	background:#fff;
	font-size:0.8333333333333334rem;
	color:#999999;
	display:block;
	box-shadow:0 0.5208333333333334rem 0.5208333333333334rem 0 #a2c9ff;
}
.prodel .tps {
	margin:1.7708333333333335rem 0 2.604166666666667rem;
	display:flex;
	justify-content:space-between;
}
.prodel .tps .lts {
	width:36.458333333333336rem;
}
.prodel .tps .txt {
	width:calc(100% - 40.364583333333336rem);
}
.prodel .tps .txt h6 {
	padding:0 0.8333333333333334rem;
	font-size:0.7291666666666667rem;
	line-height:1.25rem;
	border-radius:1.5625rem;
	color:#1a70ff;
	border:1px solid #1a70ff;
	display:inline-block;
}
.prodel .tps .txt h3 {
	font-size:1.7708333333333335rem;
	line-height:1.5;
	color:#363636;
	font-weight:bold;
	margin-bottom:1.5625rem;
	padding-bottom:1.3541666666666667rem;
	border-bottom:0.052083333333333336rem solid #adbfd4;
}
.prodel .tps .txt .del {
	font-size:0.8333333333333334rem;
	line-height:2;
	color:#666666;
}
.prodel .tps .txt .btn {
	margin-top:4.6875rem;
	width:9.635416666666668rem;
	text-align:center;
	background:linear-gradient(to right,#1a70ff,#0051b9);
	display:block;
	border-radius:2.0833333333333335rem;
}
.prodel .tps .txt .btn span {
	font-size:0.9375rem;
	line-height:2.7083333333333335rem;
	color:#fff;
	display:inline-block;
	background:url(../images/qms12.png) no-repeat left center;
	background-size:1.3020833333333335rem auto;
	padding-left:1.6666666666666667rem;
}
.prodel .tps .swippro {
	display:flex;
	justify-content:space-between;
}
.prodel .tps .swippro .ovs {
	width:5.9375rem;
}
.prodel .tps .swippro .hds {
	width:calc(100% - 6.458333333333334rem);
	background:#fff;
	border-radius:1.0416666666666667rem;
	height:30.208333333333336rem;
}
.prodel .tps .swippro .bds img,.prodel .tps .swippro .hds img {
	max-width:100%;
	max-height:100%;
	display:block;
	object-fit:contain;
	margin:auto;
}
.prodel .tps .swippro .hds{
	overflow: hidden;
}
.prodel .tps .swippro .hds .swiper-slide {
	display:flex;
	justify-content:center;
	align-items:center;
}
.prodel .tps .swippro .ovs .swiper-slide {
	background:#fff;
	border-radius:0.5208333333333334rem;
	height:5.629166666666667rem !important;
	display:flex;
	justify-content:center;
	align-items:center;
}
.prodel .tps .swippro .ovs .next,.prodel .tps .swippro .ovs .prev {
	width:100%;
	width:100%;
	height:2.1875rem;
	border-radius:0.5208333333333334rem;
	background:url(../images/prev.png) no-repeat center #8eacce;
	background-size:1.1458333333333335rem auto;cursor: pointer;
}
.prodel .tps .swippro .ovs .next {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.prodel .tps .swippro .bds {
	margin:0.4166666666666667rem 0;
	overflow:hidden;height: 24rem;
}
.prodel .text {
	background:#fff;
	border-radius:1.0416666666666667rem;
	padding:2.8645833333333335rem 2.604166666666667rem 2.604166666666667rem;
}
.prodel .text .ds {
	margin-bottom:2.604166666666667rem;
}
.prodel .text .ds h3 {
	padding-left:1.0416666666666667rem;
	background:url(../images/qms14.png) no-repeat left center;
	background-size:0.6770833333333334rem auto;
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#363636;
	font-weight:bold;
	margin-bottom:0.5208333333333334rem;
}
.prodel .text .ds p {
	font-size:0.8333333333333334rem;
	line-height:2;
	color:#666666;
}
.prodel .text .ds:last-child {
	margin-bottom:0;
}
.prodel .fts {
	margin-top:3.3333333333333335rem;
}
.prodel .fts h2 {
	font-size:1.5625rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
	position:relative;
	padding-left:0.8333333333333334rem;
}
.prodel .fts h2::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	z-index:1;
	width:0.36458333333333337rem;
	height:1.5625rem;
	background:#0051b9;
	margin-top:-0.78125rem;
}
.prodel .fts .uitpro {
	margin-top:1.0416666666666667rem;
}
.banner .txt h2.on {
	color:#000;
}
.uitnavs1 li {
	width:33.33%;
	padding:0;
}
.jishusl {
	padding:5.729166666666667rem 0 6.25rem;
}
.jishusl .del {
	font-size:1.0416666666666667rem;
	line-height:1.8;
	color:#232323;
	margin-top:1.0416666666666667rem;
}
.jishusl .swippic {
	margin:1.6666666666666667rem 0;
	overflow:hidden;
}
.jishusl .swippic .swiper-slide {
	height:15.625rem;
	border-radius:1.0416666666666667rem;
	overflow:hidden;
}
.jishusl .swippic .swiper-slide img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.jishusl .ovs .prev,.jishusl .ovs .next {
	position:absolute;
	left:-3.6458333333333335rem;
	top:50%;
	z-index:1;
	background:url(../images/qms16.png) no-repeat center;
	background-size:0.9375rem auto;
	width:1.5625rem;
	height:1.5625rem;
	cursor:pointer;
}
.jishusl .ovs .next {
	right:-3.6458333333333335rem;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
	left:auto;
}
.jishusl .ovs {
	position:relative;
}
.contact {
	padding:6.25rem 0 5.208333333333334rem;
}
.contact .fts {
	margin-top:6.770833333333334rem;
}
.contact .fts .pic img {
	width:100%;
	display:block;
}
.contact .fts .pic {
	margin-top:-5.208333333333334rem;
	position: relative;
}
.contact .fts .pic .ico{
	position: absolute;
	left: 48.7%;top: 61.5%;z-index: 11;
	width: 1.666667rem;
	-webkit-animation: bounce-up2 1.5s linear infinite;
	    animation: bounce-up2 1.5s linear infinite;
}
@-webkit-keyframes bounce-up2 {
    25% {
        -webkit-transform: translateY(5px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-5px);
    }
}


@keyframes bounce-up2 {
    25% {
        transform: translateY(5px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5px);
    }
}
.contact .map {
	height:26.5625rem;
	border-radius:0.625rem;
}
.contact .map img{
	max-width:inherit
}
.contact .hds {
	margin-bottom:3.6458333333333335rem;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}
.contact .hds .txt {
	width:calc(100% - 46.875rem);
}
.contact .hds .form {
	width:34.895833333333336rem;
	background:#fff;
	border-radius:0.5208333333333334rem;
	padding:2.1875rem 2.3958333333333335rem 2.604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.contact .hds .form h4 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#0051b9;
	font-weight:bold;
}
.contact .hds .form ul {
	margin-top:0.8333333333333334rem;
}
.contact .hds .form li {
	margin-bottom:0.7291666666666667rem;
}
.contact .hds .form .t1 {
	width:100%;
	border-radius:0.3125rem;
	background:#f4faff;
	font-size:0.8333333333333334rem;
	height:2.604166666666667rem;
	color:#000;
	border:none;
	padding:0 1.3541666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;border: 1px solid #f4faff;
}
.contact .hds .form .t2 {
	height:5.729166666666667rem;
	line-height:1.6;
	padding:0.5208333333333334rem 1.3541666666666667rem;
	resize:none;
}
.contact .hds .form .btn {
	width:8.854166666666668rem;
	height:2.291666666666667rem;
	line-height:2.291666666666667rem;
	text-align:center;
	background:linear-gradient(to right,#1a70fe,#0051ba);
	font-size:0.8333333333333334rem;
	color:#fff;
	border-radius:1.5625rem;
	border:none;cursor: pointer;
}
.contact .hds .del {
	margin:1.25rem 0;
	font-size:1.0416666666666667rem;
	line-height:1.8;
	color:#232323;
	font-weight:bold;
}
.contact .hds h4 {
	font-size:0.9375rem;
	line-height:2;
	color:#4d5866;
}
.contact .hds .wxs {
	width:5.833333333333334rem;
	margin-top:1.0416666666666667rem;
}
.contact .hds  .wx {
	width:100%;
	height:5.833333333333334rem;
	overflow:hidden;
	border-radius:0.3125rem;
}
.contact .hds .wx img {
	width:100%;
	height:100%;
	display:block;
}
.contact .hds .wxs h6 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#4d5866;
	opacity:0.5;
	text-align:center;
	margin-top:0.20833333333333334rem;
}
.news {
	padding:5.729166666666667rem 0 4.6875rem;
}
.news .hds {
	margin:2.604166666666667rem 0 3.6458333333333335rem;
}
.news .hds .swiper-slide a {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.news .hds .swiper-slide .pic {
	width:31.25rem;
	overflow:hidden;
	border-radius:1.0416666666666667rem;
}
.news .hds .swiper-slide .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.news .hds .swiper-slide .txt {
	width:calc(100% - 34.895833333333336rem);
}
.news .hds .swipnew {
	overflow:hidden;
}
.news .hds .swiper-slide h4 {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#67717e;
}
.news .hds .swiper-slide h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
	margin:0.5208333333333334rem 0;
}
.news .hds .swiper-slide p {
	font-size:0.7291666666666667rem;
	line-height:2;
	color:#68727e;
	margin-bottom:2.8645833333333335rem;
}
.news .hds .swiper-slide h6 {
	font-size:0.7291666666666667rem;
	line-height:2.291666666666667rem;
	color:#68727e;
	padding-left:2.604166666666667rem;
	background:url(../images/qms28.png) no-repeat left center;
	background-size:2.2395833333333335rem auto;
	display:inline-block;
}
.news .hds .swipnew .spot {
	position:static;
	text-align:center;
	margin-top:2.0833333333333335rem;
}
.news .hds .swipnew .spot span {
	width:0.5208333333333334rem;
	height:0.5208333333333334rem;
	background:none;
	border:1px solid #acc2da;
	margin:0 0.36458333333333337rem !important;
	opacity:1;
}
.news .hds .swipnew .spot .swiper-pagination-bullet-active {
	background:#0051b9;
	border-color:#0051b9;
}
.news .bds ul {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.news .bds li {
	margin-bottom:2.604166666666667rem;
	margin-right:2.0833333333333335rem;
	width:calc((100% - 4.270833333333334rem)/3);
}
.news .bds li:nth-child(3n) {
	margin-right:0;
}
.news .bds li .pic {
	border-radius:1.0416666666666667rem;
	height:15.625rem;
	overflow:hidden;
}
.news .bds li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.news .bds li .txt {
	margin-top:1.0416666666666667rem;
}
.news .bds li h6 {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#64707e;
}
.news .bds li h3 {
	font-size:0.9375rem;
	line-height:1.7;
	color:#232323;
	margin:0.2604166666666667rem 0 0.4166666666666667rem;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news .bds li p {
	font-size:0.7291666666666667rem;
	line-height:1.7;
	color:#64707e;
	height:3.4em;
	overflow:hidden;
}
.newsdel {
	padding:4.6875rem 0 5.208333333333334rem;
}
.newsdel .hds {
	margin-top:1.875rem;
	text-align:center;
	padding-bottom:1.1458333333333335rem;
	border-bottom:0.052083333333333336rem solid #a5bad3;
}
.newsdel .hds h1 {
	font-size:1.5625rem;
	line-height:1.5;
	color:#0d0d0d;
	font-weight:bold;
}
.newsdel .hds dl {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:0.5208333333333334rem;
}
.newsdel .hds dd {
	margin:0 0.7291666666666667rem;
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#778595;
	padding-left:1.4583333333333335rem;
	background:url(../images/qms35.png) no-repeat left center;
	background-size:0.7291666666666667rem auto;
}
.newsdel .hds dd:nth-child(2) {
	background:url(../images/qms36.png) no-repeat left center;
	background-size:0.9375rem auto;
}
.newsdel .del {
	margin:1.3541666666666667rem 0 2.0833333333333335rem;
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#586473;
}
.newsdel .del img {
	display:block;
	margin:0 auto;
}
.newsdel .fts {
	border-top:0.052083333333333336rem solid #98b3d3;
	padding-top:2.0833333333333335rem;
}
.newsdel .fts h6 {
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#586473;
	margin-bottom:0.5208333333333334rem;
}
.newsdel .fts h6 a {
	color:#586473;
}
.yejizs {
	padding:5.729166666666667rem 0 4.6875rem;
}
.yejizs .bds {
	margin-top:1.7708333333333335rem;
}
.yejizs .bds ul {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.yejizs .bds li {
	margin-right:1.0416666666666667rem;
	margin-bottom:1.5625rem;
	width:calc((100% - 2.1875rem)/3);
}
.yejizs .bds li:nth-child(3n) {
	margin-right:0;
}
.yejizs .bds li .pic {
	height:17.1875rem;
	overflow:hidden;
	border-radius:0.5208333333333334rem;
	position:relative;
}
.yejizs .bds li .pic .img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.yejizs .bds li h6 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#363636;
	margin-top:0.625rem;
	text-align:center;
}
.yejizs .bds li .tbs {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	z-index:1;
	width:100%;
	height:100%;
	background:linear-gradient(to right,rgba(26,112,255,0.8),rgba(0,81,185,0.8));
	padding:0.5208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.yejizs .bds li .tbs .ico {
	width:3.28125rem;
	margin:0 auto;
	display:block;
	transition:all 0.5s;
}
.yejizs .bds li .bor {
	border:1px solid rgba(255,255,255,0.2);
	width:100%;
	height:100%;
	border-radius:0.5208333333333334rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.yejizs .bds li:hover .tbs {
	top:0;
}
.yejizs .bds li:hover .tbs .ico {
	transform:rotate(720deg);
	-ms-transform:rotate(720deg);
	-moz-transform:rotate(720deg);
	-webkit-transform:rotate(720deg);
	-o-transform:rotate(720deg);
}
.yejizs .bds li:hover .pic .img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.hbanner {
	position:relative;
	overflow:hidden;
}
.hbanner .swiper-slide img {
	width:100%;
	display:block;
}
.hbanner .fx {
	position:absolute;
	left:0;
	right:0;
	bottom:3.125rem;
	z-index:11;
}
.hbanner .fx .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.hbanner .fx .arrow {
	cursor:pointer;
	width:3.4895833333333335rem;
	height:3.4895833333333335rem;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.hbanner .fx .arrow .ico1 {
	width:100%;
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	-webkit-animation:ykro 2s 0s linear infinite;
	-moz-animation:ykro 2s 0s linear infinite;
}

@-webkit-keyframes ykro{
0%{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes ykro{
0%{-moz-transform:rotate(0)}
100%{-moz-transform:rotate(360deg)}
}


.hbanner .fx .arrow .ico2 {
	width:0.8333333333333334rem;
	display:block;
}
.hbanner .fx .spans {
	display:flex;
	align-items:center;
	width: auto;
}
.hbanner .fx .spans span {
	font-size:0.8333333333333334rem;
	color:#fff;
	opacity:0.7;
	width: auto;
	height: auto;
	background: none;
}
.hbanner .fx .spans span {
	font-size:0.8333333333333334rem;
	color:#fff;
	opacity:0.4;
	padding-right:0.6770833333333334rem;
	background:none;
	width:auto;
	height:auto;
	position:relative;
	margin-right:0.78125rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hbanner .fx .spans span::before {
	content:"";
	position:absolute;
	left:0.7291666666666667rem;
	top:50%;
	height:0.052083333333333336rem;
	background:#fff;
	width:0.5208333333333334rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hbanner .fx .spans span.swiper-pagination-bullet-active {
	color:#fff;
	opacity:1;
	padding-right:2.34375rem;
}
.hbanner .fx .spans span.swiper-pagination-bullet-active::before {
	background-color:#fff;
	width:2.0833333333333335rem;
}

.habout {
	background:linear-gradient(to right,#89bdfe,#d4eaff);
	padding-top:5.208333333333334rem;
}
.habout .wrap {
	display:flex;
	justify-content:space-between;
}
.habout h2 {
	font-size:2.291666666666667rem;
	color:#232323;
	line-height:1;
}
.habout .text {
	width:calc(100% - 14.0625rem);
}
.habout .text h4 {
	font-size:1.25rem;
	color:#0051b9;
}
.habout .text p {
	font-size:1.0416666666666667rem;
	color:#232323;
	line-height:1.8;
	margin-top:1.0416666666666667rem;
}
.habout .text .flax {
	display:flex;
	justify-content:space-between;
	align-items:self-end;
	margin-top:3.125rem;
	margin-bottom:1.5625rem;
}
.habout .text .flax .more a {
	font-size:1.0416666666666667rem;
	color:#232323;
	line-height:2;
	display:block;
	background:url(../images/mico1.png) no-repeat left bottom/100% auto;
	width:10.9375rem;
	margin-bottom:0.5208333333333334rem;
}
.habout .text .flax ul {
	display:flex;
	width:calc(100% - 13.541666666666668rem);
}
.habout .text .flax ul li {
	width:calc((100% - 3.229166666666667rem)/4);
	margin:0 1.0416666666666667rem 0 0;
}
.habout .text .flax ul li:nth-child(4n) {
	margin-right:0;
}
.habout .text .flax ul h5 {
	font-size:0.9375rem;
	color:#363636;
	line-height:2.2;
	border-bottom:0.052083333333333336rem solid #96c2f8;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.habout .text .flax ul h4 {
	font-size:0.9375rem;
	color:#0051b9;
}
.habout .text .flax ul h4 i {
	font-size:1.9791666666666667rem;
	color:#0051b9;
	display:inline-block;
	margin-right:0.2604166666666667rem;
}
.habout .bd img {
	width:100%;
	display:block;
}
.hproduct {
	background:linear-gradient(to right,#88befe,#c6e2fe);
	padding-left:4.6875rem;
	min-height:100vh;
}
.hproduct .lts {
	float:left;
	width:12.5rem;
	padding:8.854166666666668rem 0;
	position:sticky;
	top:0;
}
.hproduct .lts li a {
	font-size:0.9375rem;
	color:#232323;
	display:inline-block;
	border-bottom:0.10416666666666667rem solid rgba(255,255,255,0);
}
.hproduct .lts li.on a i {
	width:100%;
}
.hproduct .lts li a i {
	width:100%;
	height:0.052083333333333336rem;
	background:#0051b9;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	width:0;
	display:block;
}
.hproduct .lts li {
	margin-bottom:2.0833333333333335rem;
}
.hproduct .lts li.on a,.hproduct .lts li a:hover {
	border-color:#0051b9;
}
.hproduct .rts {
	width:calc(100% - 12.5rem);
	float:right;
	position:sticky;
	top:5.208333333333334rem;
	left:0;
}
.hproduct .rts ul {
	width:38.020833333333336rem;
	padding-top:5.208333333333334rem;
	float:left;
}
.hproduct .rts ul li {
	margin-bottom:6.25rem;
}
.hproduct .rts li h3 a {
	font-size:1.7708333333333335rem;
	color:#232323;
	display:inline-block;
}
.hproduct .rts li p {
	font-size:0.9375rem;
	color:#232323;
	margin:1.0416666666666667rem 0 1.8229166666666667rem;
}
.umore {
	width:8.854166666666668rem;
	line-height:2.3958333333333335rem;
	border-radius:2.604166666666667rem;
	background:#1f6fd6;
	text-align:center;
	font-size:0.9375rem;
	color:#ffffff;
	display:inline-block;
}
.hproduct .rts ul .pic {
	display:none;
}
.hproduct .rts .imgs {
	float:right;
	height:100vh;
	width:42.708333333333336rem;
	background:url(../images/mbg5.png) no-repeat right center;
	display:flex;
	align-items:center;
	justify-content:center;
	position:sticky;
	top:0;
}
.hproduct .rts .imgs img{
	width: 100%;
	display: block;
}
.mfuw {
	padding:7.8125rem 0 6.25rem;
}
.mtit {
	position:relative;
}
.mtit h2 i {
	font-size:2.291666666666667rem;
	color:#232323;
	line-height:1.2;
	position:relative;
	z-index:11;
}
.mtit h2 span {
	font-size:3.125rem;
	color:#000000;
	-webkit-text-stroke:0.052083333333333336rem rgba(0,0,0,0.1);
	-webkit-text-fill-color:transparent;
	position:absolute;
	left:0;
	line-height:1;
	top:-1.5625rem;
	text-transform:uppercase;
	font-weight:bold;
}
.mfuw .flax {
	display:flex;
	justify-content:space-between;
	margin-top:1.0416666666666667rem;
	font-family: 楷体;
}
.mfuw .flax .l {
	width:28.125rem;
}
.mfuw .flax .l li a {
	display:block;
	background:#fff;
	position:relative;
	border-radius:1.0416666666666667rem;
	padding:2.34375rem 1.8229166666666667rem;
	height:13.802083333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.mfuw .flax .l li:nth-child(n+2) {
	margin-top:1.5625rem;
}
.mfuw .flax li .tx {
	position:relative;
	z-index:2;
}
.mfuw .flax li  img {
	position:absolute;
	width:16.145833333333336rem;
	display:block;
	right:-4.166666666666667rem;
	bottom:-3.125rem;
}
.mfuw .flax li h4 {
	font-size:1.25rem;
	color:#232323;
}
.mfuw .flax li p {
	font-size:0.9375rem;
	color:#666666;
	margin-top:0.78125rem;
	line-height:1.7;
}
.mfuw .flax .r {
	width:43.75rem;
}
.mfuw .flax .r li a {
	display:block;
	background:#fff;
	position:relative;
	border-radius:1.0416666666666667rem;
	padding:2.34375rem 1.8229166666666667rem;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.mfuw .flax .r ul {
	display:flex;
	justify-content:space-between;
	height:100%;
}
.mfuw .flax .r li {
	width:calc((100% - 0.78125rem)/2);
}
.mfuw .flax li a:hover {
	background:linear-gradient(to right,#4185f4,#1f70d6);
}
.mfuw .flax li a:hover p,.mfuw .flax li a:hover h4 {
	color:#fff;
}
.hyinyong .wrap {
	position:relative;
}
.hyinyong ul {
	display:flex;
}
.hyinyong ul li {
	width:25%;
	border-left:0.052083333333333336rem solid #99c8fe;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.hyinyong {
	background:linear-gradient(to right,#88befe,#d4eaff);
	position:relative;
}
.hyinyong .mtit {
	position:absolute;
	left:0;
	z-index:11;
	top:6.770833333333334rem;
}
.hyinyong ul li a {
	height:36.35416666666667rem;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	overflow:hidden;
}
.hyinyong ul li a>img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	position:absolute;
}
.hyinyong ul li .icon {
	position:relative;
	z-index:2;
	top:3.6458333333333335rem;
}
.hyinyong ul li .icon img {
	display:block;
	margin:0 auto;
	width:2.96875rem;
	height:2.96875rem;
	object-fit:contain;
}
.hyinyong ul li .icon h4 {
	font-size:1.0416666666666667rem;
	color:#232323;
	text-align:center;
	margin-top:0.5208333333333334rem;
}
/* .hyinyong ul li:nth-child(2n) .icon h4 {
	color:#fff;
} */
.hnews .mtit {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.hnews {
	background:linear-gradient(to right,#93c4fe,#d4eaff);
	padding-top:5.729166666666667rem;
}
.hnews .flax {
	margin-top:1.5625rem;
	display:flex;
	justify-content:space-between;
}
.hnews .flax .lts {
	margin-left:-13.541666666666668rem;
	background:url(../images/mbg1.jpg) no-repeat center/cover;
	border-radius:0 5.208333333333334rem 0 0;
	padding:4.947916666666667rem 3.6458333333333335rem 5.729166666666667rem 13.541666666666668rem;
	float:left;
	width:42.708333333333336rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.hnews .flax .lts h6 i {
	display:inline-block;
	font-size:0.8333333333333334rem;
	color:#1a70ff;
	line-height:1.25rem;
	background:#fff;
	border-radius:0.20833333333333334rem;
	padding:0 0.2604166666666667rem;
}
.hnews .flax .lts h3 a {
	display:block;
	font-size:1.1458333333333335rem;
	color:#ffffff;
	margin:0.5208333333333334rem 0 1.5625rem;
}
.hnews .flax .lts p {
	font-size:0.9375rem;
	color:rgba(255,255,255,0.6);
	line-height:1.8;
	padding-top:1.5625rem;
	position:relative;
}
.hnews .flax .lts p::before {
	content:"";
	position:absolute;
	left:-15.625rem;
	right:0;
	top:0;
	z-index:1;
	border-top:0.052083333333333336rem solid rgba(255,255,255,0.28);
}
.hnews .flax .flaxc {
	display:flex;
	justify-content:space-between;
	margin-top:5.208333333333334rem;
}
.hnews .flax .flaxc .time {
	display:flex;
	align-items:center;
}
.hnews .flax .flaxc .time h3 {
	font-size:2.5rem;
	color:#ffffff;
}
.hnews .flax .flaxc .time h5 {
	font-size:0.9375rem;
	line-height:1.2;
	color:rgba(255,255,255,0.48);
	padding-left:1.4583333333333335rem;
	background:url(../images/mico8.png) no-repeat left 0.36458333333333337rem center;
}
.hicon .btn {
	display:block;
	width:2.604166666666667rem;
	height:2.604166666666667rem;
	border-radius:50%;
	background:url(../images/mico2.png) no-repeat center #fff;
}
.hicon2 a.btn {
	background:url(../images/mico4.png) no-repeat center #fff;
	width:2.916666666666667rem;
	height:2.916666666666667rem;
	border-radius:50%;
	box-shadow:0 0.10416666666666667rem 0.4166666666666667rem 0 rgba(10,94,217,0.3);
}
.hnews .flax .list {
	width:40.625rem;
}
.hnews .flax .list li {
	padding:0 1.8229166666666667rem;
	border-radius:1.0416666666666667rem;
}
.hnews .flax .list li a {
	display:block;
	border-bottom:0.052083333333333336rem solid #97c0f0;
	padding:1.8229166666666667rem 0;
	transition:all 0s;
	-ms-transition:all 0s;
	/* IE 9*/
	-moz-transition:all 0s;
	/* Firefox*/
	-webkit-transition:all 0s;
	/* Safari 和 Chrome*/
	-o-transition:all 0s;
}
.hnews .flax .list li h4 {
	font-size:1.0416666666666667rem;
	color:#232323;
}
.hnews .flax .list li p {
	font-size:0.8333333333333334rem;
	color:#232323;
	margin:0.5208333333333334rem 0;
	line-height:1.8;
	height:3.6em;
	overflow:hidden;
}
.hnews .flax .list li h6 {
	font-size:0.8333333333333334rem;
	color:rgba(35,35,35,0.55);
	padding-left:1.0416666666666667rem;
	background:url(../images/mico3.png) no-repeat left center;
}
.hnews .flax .list li:hover {
	background:#fff;
}
.hnews .flax .list li:hover a {
	border-color:#fff;
}
.hpics {
	height:29.166666666666668rem;
}
.about .hd {
	background:linear-gradient(to right,#b0d4ff,#e7f3ff);
	margin-top:-2.0833333333333335rem;
	padding-top:7.291666666666667rem;
}
.about .mtit {
	margin-bottom:2.0833333333333335rem;
}
.about .dels {
	font-size:0.9375rem;
	color:#232323;
	line-height:1.8;
	text-indent:2em;
}
.about .flax {
	margin-top:2.0833333333333335rem;
	display:flex;
	justify-content:space-between;
}
.about .flax .dels {
	width:calc(100% - 20.3125rem);
}
.about .flax ul {
	width:16.666666666666668rem;
}
.about .flax  li {
	margin-bottom:2.604166666666667rem;
}
.about .flax li h6 {
	font-size:0.9375rem;
	color:#363636;
	line-height:2;
	border-bottom:0.052083333333333336rem solid #1f6fd6;
}
.about .flax li h3 {
	font-size:0.9375rem;
	color:#0051b9;
}
.about .flax li h3 i {
	font-size:1.9791666666666667rem;
	display:inline-block;
	margin-right:0.20833333333333334rem;
}
.alicheng {
	padding:6.25rem 0 4.6875rem;
	background:linear-gradient(to bottom,#add2ff,#e1f1ff);
}
.alicheng .por {
	position:relative;
	margin:0 3.6458333333333335rem;
}
.alicheng .por::before {
	content:'';
	position:absolute;
	left:-26.041666666666668rem;
	right:-26.041666666666668rem;
	top:50%;
	height:0.052083333333333336rem;
	background:#91a1b2;
}
.alicheng .swipers {
	overflow:hidden;
}
.alicheng .por .next,.alicheng .por .prev {
	width:1.9270833333333335rem;
	height:1.9270833333333335rem;
	background:url(../images/mico9.png) no-repeat center;
	cursor:pointer;
	position:absolute;
	left:0;
	z-index:11;
	top:50%;
	margin-top:-0.9375rem;background-size: 1.25rem auto;
}
.alicheng .por .next {
	left:auto;
	right:0;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.alicheng .swipers {
	margin:0 5.208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0.5208333333333334rem;
	overflow:hidden;
}
.alicheng .swipers h3 {
	font-size:1.6666666666666667rem;
	color:#363636;
	font-weight:bold;
}
.alicheng .swipers p {
	font-size:0.7533333333333334rem;
	color:#666666;
	margin-top:0.78125rem;
	line-height:1.7;
	height:6.9em;
	overflow:hidden;
	margin-bottom:0.7416666666666667rem;
}
.alicheng .swipers .swiper-slide {
	padding:0 0.5208333333333334rem;
	border-left:0.052083333333333336rem solid #8fa0b2;
	height:9.375rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.alicheng .swipers .swiper-slide::before {
	content:"";
	background:#d0e6ff;
	width:0.46875rem;
	height:0.46875rem;
	border:1px solid #8fa0b2;
	border-radius:50%;
	display:block;
	position:absolute;
	left:-0.3125rem;
	bottom:-0.2604166666666667rem;
}
.alicheng .swipers .swiper-slide:nth-child(2n) {
	margin-top:9.375rem;
	padding-top:2.0833333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.alicheng .swipers .swiper-slide:nth-child(2n):before {
	left:-0.3125rem;
	top:-0.2604166666666667rem;
}
.alicheng .swipers .swiper-slide:hover p,.alicheng .swipers .swiper-slide:hover h3 {
	color:#0051b9;
}
.alicheng .swipers .swiper-slide:hover {
	border-color:#0051b9;
}
.alicheng .swipers .swiper-slide:hover::before {
	background:#0051b9;
	border-color:#0051b9;
}
.ahezuo {
	padding:8.333333333333334rem 0 6.25rem;
	background:linear-gradient(to right,#b0d4ff,#e7f3ff);
}
.ahezuo ul {
	margin-top:1.5625rem;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:1.0416666666666667rem;
}
.ahezuo ul li {
	width:calc((100% - 4.270833333333334rem)/6);
	margin:0 0.8333333333333334rem 0.7291666666666667rem 0;
	border-radius:0.5208333333333334rem;
	overflow:hidden;
	height:8.854166666666668rem;
	position: relative;
	top: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.ahezuo ul li:hover{
	top: -8px;
}
.ahezuo ul li:nth-child(6n) {
	margin-right:0;
}
.ahezuo ul li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.qiyewh {
	background:linear-gradient(to right,#b0d4ff,#e7f3ff);
	padding:7.291666666666667rem 0 5.729166666666667rem;
	margin-top:-2.0833333333333335rem;
}
.qiyewh .hd {
	overflow:hidden;
	border-radius:1.0416666666666667rem;
	margin:1.0416666666666667rem 0 0;
	position:relative;
}
.qiyewh .hd .swiper-slide a {
	display:flex;
	justify-content:space-between;
	height:26.041666666666668rem;
}
.qiyewh .hd .swiper-slide .pic {
	width:50rem;
}
.qiyewh .hd .swiper-slide .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.qiyewh .hd .swiper-slide .txt {
	width:calc(100% - 50rem);
	background:linear-gradient(to right,#156af0,#0557c7);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:3.90625rem 2.0833333333333335rem 0;
}
.qiyewh .hd .swiper-slide .txt h6 i {
	display:inline-block;
	font-size:0.7291666666666667rem;
	color:#166cf5;
	line-height:1.0416666666666667rem;
	border-radius:0.15625rem;
	background:#fff;
	padding:0 0.2604166666666667rem;
}
.qiyewh .hd .swiper-slide h3 {
	font-size:1.25rem;
	color:#ffffff;
	font-weight:bold;
	line-height:2;
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.24);
	padding-bottom:1.3020833333333335rem;
	margin-bottom:1.5625rem;
}
.qiyewh .hd .swiper-slide p {
	font-size:0.8333333333333334rem;
	color:#ffffff;
	line-height:1.8;
}
.qiyewh .hd .fxbtn {
	position:absolute;
	right:0;
	bottom:2.8645833333333335rem;
	z-index:12;
	width:22.916666666666668rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.qiyewh .hd .fxbtn .prev,.qiyewh .hd .fxbtn .next {
	width:2.1875rem;
	height:2.1875rem;
	border:1px solid rgba(255,255,255,0);
	background:url(../images/mi5.png) no-repeat center;
	cursor:pointer;
	opacity:0.8;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.qiyewh .hd .fxbtn .prev:hover,.qiyewh .hd .fxbtn .next:hover {
	border-color:#fff;
	opacity:1;
}
.qiyewh .hd .fxbtn .prev {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.qiyewh .hd .fxbtn .spans {
	text-align:center;
	width:auto;
}
.qiyewh .hd .fxbtn .spans span {
	font-size:0.8333333333333334rem;
	color:#fff;
	opacity:0.4;
	padding-right:0.6770833333333334rem;
	background:none;
	width:auto;
	height:auto;
	position:relative;
	margin-right:0.78125rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.qiyewh .hd .fxbtn .spans span::before {
	content:"";
	position:absolute;
	left:0.7291666666666667rem;
	top:50%;
	height:0.052083333333333336rem;
	background:#fff;
	width:0.5208333333333334rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.qiyewh .hd .fxbtn .spans span.swiper-pagination-bullet-active {
	color:#fff;
	opacity:1;
	padding-right:2.34375rem;
}
.qiyewh .hd .fxbtn .spans span.swiper-pagination-bullet-active::before {
	background-color:#fff;
	width:2.0833333333333335rem;
}
.qiyewh .bd ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:2.0833333333333335rem;
}
.qiyewh .bd li {
	width:calc((100% - 3.229166666666667rem)/4);
	margin:0 1.0416666666666667rem 1.0416666666666667rem 0;
}
.qiyewh .bd li:nth-child(4n) {
	margin-right:0;
}
.qiyewh .bd li .pic {
	height:13.125rem;
	overflow:hidden;
	border-radius:0.78125rem;
}
.qiyewh .bd li .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.qiyewh .bd li h4 {
	text-align:center;
	font-size:0.8333333333333334rem;
	color:#363636;
	line-height:2.0833333333333335rem;
}
.abo_rongy {
	padding:6.25rem 0 6.770833333333334rem;
}
.abo_rongy .bds {
	margin:1.3541666666666667rem 0;
}
.abo_rongy .bds ul {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.abo_rongy .bds li {
	margin-bottom:1.5625rem;
	margin-right:1.5625rem;
	border-radius:0.5208333333333334rem;
	background:#fff;
	height:16.145833333333336rem;
	overflow:hidden;
	position:relative;
	width:calc((100% - 3.229166666666667rem) / 3);
}
.abo_rongy .bds li:nth-child(3n) {
	margin-right:0;
}
.abo_rongy .bds li .pic img {
	max-width:100%;
	max-height:100%;
	display:block;
	margin:auto;
	object-fit:contain;
}
.abo_rongy .bds li .pic {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	width:100%;
}
.abo_rongy .bds li .tbs {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	z-index:1;
	width:100%;
	height:100%;
	background:linear-gradient(to right,rgba(26,112,255,0.8),rgba(0,81,185,0.8));
	padding:0.5208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.abo_rongy .bds li .tbs .ico {
	width:3.28125rem;
	margin:0 auto;
	display:block;
	transition:all 0.5s;
}
.abo_rongy .bds li .bord {
	border:1px solid rgba(255,255,255,0.2);
	width:100%;
	height:100%;
	border-radius:0.5208333333333334rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.abo_rongy .bds li:hover .tbs {
	top:0;
}
.abo_rongy .bds li:hover .tbs .ico {
	transform:rotate(720deg);
	-ms-transform:rotate(720deg);
	-moz-transform:rotate(720deg);
	-webkit-transform:rotate(720deg);
	-o-transform:rotate(720deg);
}
.abo_rongy .bds li:hover .pic .img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.abo_rongy .bds li .tbs {
	font-size:0.9375rem;
	line-height:1.6;
	color:#fff;
	text-align:center;
}
.abo_rongy .imgs {
	margin-top:1.5625rem;
}
.abo_rongy .imgs img {
	width:100%;
	display:block;
}
.hbanner {
	height:48.4375rem;
}
.hbanner a {
	display:flex;
	align-items:center;
	height:100%;
}
.hbanner dl {
	display:flex;
}
.hbanner dd {
	margin-right:2.604166666666667rem;
	text-align:center;
}
.hbanner dd h2 {
	font-size:4.583333333333334rem;
	color:#ffffff;
/*	font-weight:bold; */
	line-height:1.2;
	font-family: '华文行楷';
}
.hbanner dd h5 {
	font-size:1.0416666666666667rem;
	color:#fff;
	line-height:1.2;
	opacity:0.54;
	font-family: 'SEGOEPR';
}
.hproduct .rts li p {
	line-height:1.7;
}
.hproduct .rts ul li {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	opacity:0.2;
}
.hproduct .rts ul li.active {
	opacity:1;
}
.hproduct .rts ul {
	padding-top:15.625rem;
}




.prodel .tps .swippro .ovs .next:hover, .prodel .tps .swippro .ovs .prev:hover{
	background: url(../images/prev.png) no-repeat center #0051b9;
}
.news .bds li:hover h3{
	color: #0051b9;font-weight: bold;
}
.newsdel .fts h6 a:hover,
.footer .navs li a:hover{
	color: #0051b9;
}
.contact .hds .form .t1:focus{
	border-color: #0051b9;
}
.habout .text .flax .more a:hover{
	color: #0051b9;font-weight: bold;
}
.uiture:hover{
	background: #033e8b;color: #fff;
}
.prodel .tps .txt .btn{
	transition:all 0s;
}
.prodel .tps .txt .btn:hover,
.contact .hds .form .btn:hover,
.umore:hover{
	background: #033e8b;
}
.news .bds li .pic img,
.news .hds .swiper-slide .pic img,
.jishusl .swippic .swiper-slide img,
.qiyewh .bd li .pic img,
.abo_rongy .bds li .pic img,
.hyinyong ul li a>img{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.news .bds li:hover .pic img,
.news .hds .swiper-slide:hover .pic img,
.jishusl .swippic .swiper-slide:hover img,
.qiyewh .bd li:hover .pic img,
.abo_rongy .bds li:hover .pic img,
.hyinyong ul li:hover a>img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}

.hicon2 a.btn:hover{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.yejizs .bds li,
.news .bds li,
.qiyewh .bd li{
	position: relative;top: 0;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.yejizs .bds li:hover,
.news .bds li:hover,
.qiyewh .bd li:hover{
	top: -0.625rem;
}

.jishusl .ovs .prev:hover, .jishusl .ovs .next:hover{
	   background: url(../images/mico9.png) no-repeat center;    background-size: 0.9375rem auto;
}


.hyinyong ul li a>img{
	top: 100%;
}

.hyinyong ul li a:hover>img{
	top: 0;
}

.hyinyong ul li .icon img:nth-child(2){
	display: none;
}
.hyinyong ul li a:hover .icon img:nth-child(1){
	display: none;
}
.hyinyong ul li a:hover .icon img:nth-child(2){
	display: block;
}
.hyinyong ul li a:hover .icon h4{
	color: #fff;
}







.header .naver li:nth-child(3) .nli{
    left: -14rem;right: -14rem;width: auto;
}
.header .naver li:nth-child(3) .nli dl{
    display: flex;
    flex-wrap: wrap;
}
.header .naver li:nth-child(3) .nli dd{
    width: 50%;
}


	.hbanner .swiper-slide-active dd:nth-child(1){
	    -webkit-animation:fadeInUp 2s .2s ease both;
-moz-animation:fadeInUp 1s .2s ease both;
	}
	.hbanner .swiper-slide-active dd:nth-child(2){
	    -webkit-animation:fadeInUp 2s .3s ease both;
-moz-animation:fadeInUp 1s .3s ease both;
	}
	.hbanner .swiper-slide-active dd:nth-child(3){
	    -webkit-animation:fadeInUp 2s .4s ease both;
-moz-animation:fadeInUp 1s .4s ease both;
	}
	.hbanner .swiper-slide-active dd:nth-child(4){
	    -webkit-animation:fadeInUp 2s .5s ease both;
-moz-animation:fadeInUp 1s .5s ease both;
	}
