.header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
	background:#fff;
	padding:0 2.291666666666667rem 0 2.7083333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0 0 0.4166666666666667rem 0 rgba(80,80,80,0.2);
}
.header .logo img {
	
	display:block;
}
.header .rts {
	display:flex;
	align-items:center;
}
.header .rts .ph a {
	font-size:0.9375rem;
	color:#343434;
}
.header .rts .ph img {
	margin-right:0.5208333333333334rem;
	width:1.0416666666666667rem;
}
.header .rts .search {
	display:block;
	margin:0 1.3020833333333335rem 0 1.9791666666666667rem;
}
.header .rts .btn {
	display:block;
	width:7.1875rem;
	line-height:2.5rem;
	text-align:center;
	background:linear-gradient(to right,#65bee0,#002dcb);
	font-size:0.9375rem;
	color:#fff;
	border-radius:0.2604166666666667rem;
	overflow:hidden;
}
.header .rts .naver li {
	margin-right:2.0833333333333335rem;
}
.header .rts .naver ul {
	display:flex;
	align-items:center;
}
.header .rts .naver li a {
	font-size:0.9375rem;
	color:#343434;
	line-height:6.25rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	border-bottom:0.10416666666666667rem solid #fff;
}
.header .rts .naver li a:hover,.header .rts .naver li.on a {
	border-color:#0039c7;
	color:#0039c7;
}
.banner {
	height:100vh;
	position:relative;
}
.banner .hd {
	height:100%;
}
.banner .hd .swiper-slide {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:8.854166666666668rem;
}
.banner .hd .swiper-slide .txt h2 {
	font-size:3.385416666666667rem;
	color:#fff;
	font-weight:bold;
}
.banner .hd .swiper-slide .txt h5 {
	font-size:1.9791666666666667rem;
	line-height:1.6;
	color:#fff;
	margin-top:2.604166666666667rem;
}
.wrap {
	width:72.91666666666667rem;
	margin:0 auto;
}
.layout {
	overflow:hidden;
	padding-top:6.25rem;
	position:relative;
}
.banner .spans {
	position:absolute;
	left:0;
	right:0;
	bottom:10.677083333333334rem;
	z-index:11;
}
.banner .spans .swiper-slide {
	width:7.8125rem;
	background:url(../images/bg3.png) no-repeat center/100% 100%;
	font-size:1.40625rem;
	line-height:2.7083333333333335rem;
	height:2.7083333333333335rem;
	color:#fff;
	text-align:center;
	margin-right:1.9791666666666667rem;
	cursor:pointer;
}
.banner .spans .swiper-slide-thumb-active {
	background:url(../images/bg4.png) no-repeat center/100% 100%;
}
.mpg1 {
	padding:4.166666666666667rem 0;
}
.tit {
	text-align:center;
}
.tit h2 {
	font-size:3.385416666666667rem;
	line-height:1.5;
	color:#3c3c3c;
	font-weight:bold;
}
.tit h4 {
	font-size:1.9791666666666667rem;
	line-height:1.6;
	color:#3c3c3c;
}
.mpg1 ul {
	/* display:flex;
	flex-wrap:wrap; */
	margin-top:1.5625rem;
}
.mpg1 ul li {
	/* width:calc((100% - 4.0625rem)/4); */
	background:#f9f9fb;
	padding:2.604166666666667rem 1.3020833333333335rem 2.0833333333333335rem;
	border-radius:1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	/* margin:0 1.1458333333333335rem 1.1458333333333335rem 0; */
}
.mpg1 ul li:nth-child(4n) {
	/* margin-right:0; */
}
.swiperp{
	overflow: hidden;
}
.mpg1 ul li h4 {
	font-size:1.875rem;
	font-weight:bold;
	color:#3c3c3c;
	background:url(../images/mline1.png) no-repeat left bottom;
	padding-bottom:1.0416666666666667rem;
	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;
}
.mpg1 ul li:hover h4 {
	background:url(../images/mline1-1.png) no-repeat left bottom;
}
.mpg1 ul li h6 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#3c3c3c;
	margin-top:1.0416666666666667rem;
	height:6.4em;
	overflow:hidden;
}
.mpg1 .icon {
	width:7.03125rem;
	height:7.03125rem;
	margin:0 auto;
	border-radius:50%;
	/* background:linear-gradient(to bottom,#74b9f8,#028aff); */
	display:flex;
	align-items:center;
	justify-content:center;
	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;
}
.mpg1 li:hover .icon {
	/* background:linear-gradient(to bottom,#f6fbff,#cbe3fb); */
}
.mpg1 .icon .ico1 {
	display:none;
}
.mpg1 .icon .ico1,.mpg1 .icon .ico2 {
	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: 100%;height: 100%;
	object-fit: cover;
}
.mpg1 li:hover .icon .ico1 {
	display:block;
}
.mpg1 li:hover .icon .ico2 {
	display:none;
}
.mpg1 ul li:hover {
	background:url(../images/mbg1.png) no-repeat center/cover;
}
.mpg1 ul li:hover h4,.mpg1 ul li:hover h6 {
	color:#fff;
}
.fx {
	text-align:center;
	margin-top:1.5625rem;
}
.fx h3 {
	font-size:1.8229166666666667rem;
	line-height:1.6;
	color:#3c3c3c;
}
.fx .mores {
	width:12.760416666666668rem;
	line-height:3.229166666666667rem;
	border-radius:2.0833333333333335rem;
	text-align:center;
	background:linear-gradient(to right,#1dbef4,#0134cc);
	display:block;
	font-size:1.8229166666666667rem;
	color:#fff;
	margin:1.5625rem auto 0;
}
.mpg2 {
	padding:4.166666666666667rem 0;
}
.mpg2 ul {
	margin-top:2.0833333333333335rem;
	display:flex;
	flex-wrap:wrap;
}
.mpg2 li {
	width:calc((100% - 3.854166666666667rem)/3);
	margin:0 1.25rem 1.25rem 0;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius:0.9375rem;
	padding:2.0833333333333335rem 1.8229166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	align-items:center;
}
.mpg2 li:nth-child(3n) {
	margin-right:0;
}
.mpg2 li::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:1.3020833333333335rem;
	z-index:11;
	background:linear-gradient(to right,#1ff7a8,#1674fc);
	width: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;
}
.mpg2 li:hover::before {
	width:100%;
}
.mpg2 li {
	display:flex;
	justify-content:space-between;
}
.mpg2 li .ico {
	width:5.208333333333334rem;
	height:5.208333333333334rem;
}
.mpg2 li .ico img {
	display:block;
	object-fit:contain;
}
.mpg2 li .txt h3 {
	font-size:1.5625rem;
	color:#3c3c3c;
	font-weight:bold;
}
.mpg2 li .txt h5 {
	font-size:0.9375rem;
	color:#3c3c3c;
	line-height:1.6;
	margin-top:1.0416666666666667rem;
}
.mpg2 li .txt {
	width:calc(100% - 6.25rem);
}
.uityouce {
	position:fixed;
	right:0.5208333333333334rem;
	bottom:24%;
	z-index:999;
}
.uityouce li {
	background:#fff;
	width:70px;
	height:70px;
	border-radius:0.3125rem;
	text-align:center;
	margin-bottom:0.5208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	padding-top:0.10416666666666667rem;
	box-shadow:0 0 0.4166666666666667rem 0 rgba(80,80,80,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.uityouce li h6 {
	font-size:0.6770833333333334rem;
	line-height:1.6;
	color:#0488ed;
	text-align:center;
	margin-top:0.10416666666666667rem;
}
.uityouce li .icon img {
	margin:0 auto;
	display:block;
	width: 1.5rem;
}
.uityouce li .weixs {
	width:7.604166666666667rem;
	position:absolute;
	right:100%;
	margin-right:1.0416666666666667rem;
	top:-1.71875rem;
	z-index:11;
	background:#fff;
	border-radius:0.3125rem;
	padding:0.5208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:none;
	box-shadow:0 0 0.5208333333333334rem 0 rgba(80,80,80,0.2);
}
.uityouce li .weixs img {
	display:block;
	width:100%;
}
.uityouce li a {
	padding:0.4166666666666667rem 0;
	display:block;
}
.uityouce li:hover .hover {
	display:block;
}
.uityouce .phone {
	position:absolute;
	right:100%;
	top:18%;
	line-height:2.604166666666667rem;
	padding:0 1.0416666666666667rem;
	background:#fff;
	white-space:nowrap;
	font-size:0.9375rem;
	color:#333;
	border-radius:0.3125rem;
	margin-right:0.78125rem;
	box-shadow:0 0 0.5208333333333334rem 0 rgba(80,80,80,0.2);
	display:none;
}
.uityouce li:hover .hover {
	display:block;
}
.uityouce li.tops {
	padding-top:0.10416666666666667rem;
	height:2.7083333333333335rem;
}
.footer {
	background:#171d2b;
}
.footer .wrap {
	width:75.52083333333334rem;
	margin:0 auto;
}
.footer .tps {
	display:flex;
	justify-content:space-between;
	padding:3.6458333333333335rem 0 1.5625rem;
	border-bottom:0.052083333333333336rem solid #2b313f;
}
.footer .tps .lts {
	width:11.979166666666668rem;
}
.footer .tps .rts {
	width:calc(100% - 13.541666666666668rem);
	display:flex;
	justify-content:space-between;
}
.footer .tps .lts .logo {
	max-width:6.770833333333334rem;
	display:block;
}
.footer .tps .lts .logo img {
	width:100%;
	display:block;
}
.footer .tps .lts .text {
	margin-top:14.84375rem;
}
.footer .tps .lts h4 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#707682;
}
.footer .tps .lts h2 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
}
.footer .tps .lts .lsele {
	margin-top:1.25rem;
	width:100%;
	background:url(../images/qms2.png) no-repeat right 0.78125rem center #242a38;
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#fff;
	border:none;
	height:2.3958333333333335rem;
	border-radius:0.4166666666666667rem;
	padding:0 1.5625rem 0 0.7291666666666667rem;
}
.footer .tps .rts dt {
	font-size:0.9375rem;
	line-height:1.6;
	color:#fff;
	margin-bottom:0.9375rem;
}
.footer .tps .rts dd a {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#737985;
	display:block;
}
.footer .tps .rts dd {
	margin-bottom:0.8333333333333334rem;
}
.footer .tbs {
	border-bottom:0.052083333333333336rem solid #2b313f;
	padding:1.5625rem 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.footer .tfs p a,.footer .tbs p a {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#767c8a;
	display:block;
}
.footer .tfs {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:1.0416666666666667rem 0 0.5208333333333334rem;
}
.qmspage .bds .swiper-slide {
	width:12.5rem;
	border-radius:0.5208333333333334rem;
	height:6.770833333333334rem;
	background:#fff;
	box-shadow:0 0 1.0416666666666667rem 0 #ddebf8;
}
.qmspage .bds .swiper-slide img {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	max-width:90%;
	max-height:90%;
	object-fit:contain;
	margin:auto;
}
.qmspage .bds {
	margin-top:2.291666666666667rem;
}
.qmspage .btn {
	width:16.145833333333336rem;
	line-height:4.166666666666667rem;
	text-align:center;
	background:linear-gradient(to right,#1cbbf2,#0739ce);
	font-size:2.291666666666667rem;
	color:#fff;
	display:block;
	border-radius:0.7291666666666667rem;
	margin:0 auto;
}
.qmspage .fts img {
	display:block;
	margin:0 auto;
}
.qmspage .fts {
	position:relative;
}
.qmspage .fts .btn {
	position:absolute;
	left:0;
	right:0;
	bottom:2.604166666666667rem;
}
.qmspage1 h6 {
	font-size:1.875rem;
	line-height:1.6;
	color:#42413c;
	text-align:center;
	margin-top:1.5625rem;
}
.qmspage1 {
	padding:4.0625rem 0 3.6458333333333335rem;
}
.qmspage1 .pic img {
	display:block;
	margin:0 auto;
}
.qmspage3 {
	padding:4.166666666666667rem 0 4.6875rem;
}
.qmspage3 .hds ul {
	margin:0 3.854166666666667rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.qmspage3 .hds li {
	width:15.104166666666668rem;
	line-height:3.3333333333333335rem;
	border:1px solid #1c8cf8;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:1.0416666666666667rem;
	text-align:center;
	font-size:1.6666666666666667rem;
	color:#3c3c3c;
	font-weight:bold;
	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;
	cursor:pointer;
}
.qmspage3 .hds li:hover,.qmspage3 .hds li.on {
	background:#1f8dff;
	color:#fff;
}
.qmspage3 .hds {
	margin:2.604166666666667rem 0 2.34375rem;
}
.qmspage3 .item dl {
	display:flex;
	justify-content:space-between;
}
.qmspage3 .item{
	display: none;
}
.qmspage3 .item.on{
	display: block;
	-webkit-animation:fadeInUp1 1s .2s ease both;
	-moz-animation:fadeInUp1 1s .2s ease both
}
@-webkit-keyframes fadeInUp1{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp1{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
.qmspage3 .item dd {
	width:calc((100% - 2.916666666666667rem)/3);
	height:16.145833333333336rem;
	border-radius:1.0416666666666667rem;
	overflow:hidden;
	position:relative;
}
.qmspage3 .item dd img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.qmspage3 .item dd .ts {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	padding:2.0833333333333335rem 1.7708333333333335rem 1.0416666666666667rem;
	background:linear-gradient(to bottom,rgba(33,140,255,0),#218cff);
}
.qmspage3 .item dd h6 {
	font-size:1.4583333333333335rem;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
}
.qmspage3 .item dd p {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
	height:4.8em;
	overflow:hidden;
}
.qmspage2 {
	padding:3.125rem 0;
}
.qmspage2 h6 {
	font-size:1.875rem;
	line-height:1.6;
	color:#3e3e40;
	text-align:center;
}
.qmspage2 .bds {
	margin:2.3958333333333335rem 0 2.604166666666667rem;
	box-shadow:0 0.3125rem 1.0416666666666667rem 0 #d1e6f9;
	border-radius:0.78125rem;
	overflow:hidden;
}
.qmspage2 .bds ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.qmspage2 .bds li {
	width:20%;
	text-align:center;
	padding:2.5rem 0 2.0833333333333335rem;
	position:relative;
	z-index:1;
	border-right:0.10416666666666667rem dashed transparent;
	border-image:linear-gradient(to bottom,#fff,#4f7bc2) 2 stretch;
}
.qmspage2 .bds li:last-child {
	border-right:none;
}
.qmspage2 .bds li h3 {
	padding:0 0.5208333333333334rem;
	border-radius:0.3125rem;
	display:inline-block;
	background:#0689ff;
	font-size:1.5625rem;
	line-height:2.8125rem;
	color:#fff;
	font-weight:bold;
}
.qmspage2 .bds li p {
	margin:1.5625rem 0 2.0833333333333335rem;
	font-size:1.0416666666666667rem;
	line-height:1.5;
	color:#000;
}
.qmspage2 .bds li .ico {
	width:6.770833333333334rem;
	height:6.770833333333334rem;
	border-radius:50%;
	position:relative;
	background:#fff;
	margin:0 auto;
	border:1px solid #0082f4;
}
.qmspage2 .bds li h4 {
	font-size:1.6666666666666667rem;
	line-height:1.6;
	color:#1883f5;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	z-index:1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
}
.qmspage2 .bds li .ico::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0.20833333333333334rem;
	z-index:-1;
	width:100%;
	height:100%;
	background:#0083f5;
	border-radius:50%;
}
.qmspage2 .bds li:nth-child(2n + 1) {
	background:linear-gradient(to bottom,#ffffff,#dfefff);
}
.qmspage2 .bds li:nth-child(2n) {
	background:linear-gradient(to bottom,#ffffff,#ddf7f8);
}
/* 新的*/
.mpg3 {
	padding:3.90625rem 0 4.6875rem;
}
.mpg3 .box {
	margin-top:2.604166666666667rem;
	display:flex;
	flex-wrap:wrap;
	height:23.645833333333336rem;
}
.mpg3 .box .l {
	width:21%;
	padding-right:0.7%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}
.mpg3 .box .r {
	width:20.5%;
	height:100%;
}
.mpg3 .box .l ul li,.mpg3 .box .r ul li,.mpg3 .box .l ul,.mpg3 .box .r ul {
	height:100%;
}
.mpg3 .box .c {
	width:58.5%;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.mpg3 .box .c ul {
	display:flex;
	flex-wrap:wrap;
	height:100%;
	font-size:0;
}
.mpg3 .box .c ul li {
	height:48.8%;
	margin-right:1.3%;
}
.mpg3 .box .c ul li:nth-child(3),.mpg3 .box .c ul li:nth-child(4) {
	margin-top:1.2%;
}
.mpg3 .box .c ul li:nth-child(1) {
	width:43%;
}
.mpg3 .box .c ul li:nth-child(2) {
	width:54.4%;
}
.mpg3 .box .c ul li:nth-child(3) {
	width:54.4%;
}
.mpg3 .box .c ul li:nth-child(4) {
	width:43%;
}
.mpg3 .box .l ul li,.mpg3 .box .c ul li,.mpg3 .box .r ul li {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.mpg3 .box .l ul li,.mpg3 .box .r ul li {
	padding:3.3333333333333335rem 1.0416666666666667rem 1.0416666666666667rem 2.1875rem;
}
.mpg3 .box .c ul li {
	padding:2.291666666666667rem 1.0416666666666667rem 1.0416666666666667rem 2.1875rem;
}
.mpg3 .box li h3 {
	font-size:1.875rem;
	line-height:2.3958333333333335rem;
	color:#fff;
	font-weight:bold;
}
.mpg3 .box li p {
	font-size:0.9375rem;
	line-height:1.3541666666666667rem;
	color:#fff;
	margin-top:1.1458333333333335rem;
}
.mpg3 .box .c li p {
	margin-top:0.9375rem;
}
.tit a {
	display:block;
	font-size:1.875rem;
	line-height:1.4;
	color:#0789fb;
	margin-top:0.5208333333333334rem;
}
.mpg4 {
	padding-top:3.6458333333333335rem;
}
.mpg4 .mbox {
	display:flex;
	flex-wrap:wrap;
	margin-top:1.5625rem;
}
.mpg4 .mbox .mrt {
	width:81.5%;
}
.mpg4 .mbox .mlt {
	width:18.5%;
}
.mpg4 .mbox .mlt li {
	margin-bottom:0.2604166666666667rem;
	padding:1.4583333333333335rem 0.5208333333333334rem 0.4166666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,1));
	cursor:pointer;
}
.mpg4 .mbox .mlt li.on {
	background-image:linear-gradient(to bottom,rgba(65,136,252,0.5),rgba(65,136,252,1));
}
.mpg4 .mbox .mlt li:last-child {
	margin-bottom:0;
}
.mpg4 .mbox .mlt li h6 {
	text-align:center;
	font-size:1.5625rem;
	line-height:1;
	color:#000;
}
.mpg4 .mbox .mlt li.on h6{
	color: #fff;
}
.mpg4 .mbox .mlt li .mico {
	height:6.770833333333334rem;
}
.mpg4 .mbox .mlt li .mico img {
	display:block;
	height:100%;
	margin:0 auto;
}
.mpg4 .mbox .mrt ul {
	height:100%;
}
.mpg4 .mbox .mrt li {
	display:none;
	height:100%;
	padding:1.875rem 2.916666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.mpg4 .mbox .mrt li.on {
	display:block;
	-webkit-animation:fadeInUp1 1s .2s ease both;
	-moz-animation:fadeInUp1 1s .2s ease both;
}
@-webkit-keyframes fadeInRight1{
0%{opacity:0;
-webkit-transform:translateX(20px)}
100%{opacity:1;
-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInRight1{
0%{opacity:0;
-moz-transform:translateX(20px)}
100%{opacity:1;
-moz-transform:translateX(0)}
}
.mpg4 .mbox .mrt li .text {
	font-size:1.9375rem;
	line-height:1.8;
	color:#ffff;
	display: flex;
	align-items: center;  /* 垂直居中 */
	justify-content: center;  /* 水平居中（可选） */
	height: 100%;  /* 需明确父容器高度 */
}
.mpg3.fmpg3 .fx,.mpg3.fmpg3 .tit {
	position:relative;
	z-index:11;
}
.mpg3.fmpg3 .fpic {
	margin:-4.166666666666667rem auto -6.25rem;
}
.mpg3.fmpg3 .fpic img {
	display:block;
	width:100%;
}
.fhcases {
	padding:3.6458333333333335rem 0 4.6875rem;
}
.fhcases .fcasesw {
	margin-top:1.3020833333333335rem;
	overflow:hidden;
	padding-bottom:5.208333333333334rem;
	position:relative;
}
.fhcases .fcasesw li {
	border-radius:0.78125rem;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 0.5208333333333334rem 0.052083333333333336rem rgba(0,0,0,0.2);
}
.fhcases .fcasesw li .pic {
	height:9.375rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:2.604166666666667rem 0 0 1.6666666666666667rem;
}
.fhcases .fcasesw li .pic .txt h3 {
	font-size:1.5625rem;
	line-height:1.3;
	color:#fff;
}
.fhcases .fcasesw li .pic .txt h6 {
	font-size:0.9375rem;
	line-height:1.2;
	color:#fff;
	margin-top:0.9375rem;
}
.fhcases .fcasesw li .text {
	padding:2.916666666666667rem 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.fhcases .fcasesw li .text .ls {
	margin-bottom:1.0416666666666667rem;
	padding-left:7.552083333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}
.fhcases .fcasesw li .text .ls:last-child {
	margin-bottom:0;
}
.fhcases .fcasesw li .text .ls .ico {
	height:1.5625rem;
	width:1.5625rem;
}
.fhcases .fcasesw li .text .ls .ico img {
	display:block;
	width:100%;
	height:100%;
}
.fhcases .fcasesw li .text .ls h6 {
	margin-left:0.20833333333333334rem;
	font-size:1.0416666666666667rem;
	line-height:1.5;
	color:#333;
}
.fhcases .fcasesw .prev_next {
	bottom:0.2604166666666667rem;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	z-index:11;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:7.552083333333334rem;
}
.fhcases .fcasesw .prev_next .prev,.fhcases .fcasesw .prev_next .next {
	height:2.65625rem;
	width:2.65625rem;
	cursor:pointer;
	border-radius:50%;
	overflow:hidden;
	background:url('../images/fn21.jpg') no-repeat center/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;
	box-shadow:0 0 0.20833333333333334rem 0.052083333333333336rem rgba(0,0,0,0.05);
}
.fhcases .fcasesw .prev_next .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);
}
.fhcases .fcasesw .prev_next .prev:hover,.fhcases .fcasesw .prev_next .next:hover {
	background:url('../images/fn21-1.jpg') no-repeat center/cover;
}
.qmspage .bds.right,.qmspage .bds.left {
	float:none;
}
.fjiameng {
	padding:2.604166666666667rem 0 4.166666666666667rem;
}
.fjiameng ul {
	font-size:0;
}
.fjiameng li {
	width:12.395833333333334rem;
	height:6.875rem;
	border-radius:0.7291666666666667rem;
	overflow:hidden;
	margin-right:0.78125rem;
	margin-bottom:1.3541666666666667rem;
	box-shadow:0 0.15625rem 0.5208333333333334rem 0 #d1e6f9;
}
.fjiameng li img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.qmspage {
	padding:3.6458333333333335rem 0 2.604166666666667rem;
}
.fbgs img {
	display:block;
	width:100%;
}
.qmspage {
	padding-bottom:0;
}

.fx .mores:hover{
	background: linear-gradient(to right,#0134cc,#0134cc);
}

.banner .hd .swiper-slide.swiper-slide-active .txt h5{
	-webkit-animation:fadeInUp 1s .4s ease both;
	-moz-animation:fadeInUp 1s .4s ease both;
}
.banner .hd .swiper-slide.swiper-slide-active .txt h2{
	-webkit-animation:fadeInUp 1s .2s ease both;
	-moz-animation:fadeInUp 1s .2s ease both;
}

.mpg1 .pro{
	position: relative;
}
.mpg1 .pro .prev,
.mpg1 .pro .next{
	position: absolute;
	left: -100px;
	top: 50%;
	height: 2.65625rem;
	    width: 2.65625rem;
	    cursor: pointer;
	    border-radius: 50%;
	    overflow: hidden;
	    background: url(../images/fn21.jpg) no-repeat center/cover;
	    transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    box-shadow: 0 0 0.20833333333333334rem 0.052083333333333336rem rgb(0 0 0 / 5%);
	margin-top: -2.32rem;
}
.mpg1 .pro .prev{
	left: auto;right: -100px;
	transform: rotate(180deg);
}


.mpg1 .pro .spans{
	display: none;
}
.uityouce,
.mfbtn{
	display: none;
}

.header{
	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;
	transform:translateY(0%);
}


#navbar.active{
	transform:translateY(-100%);
}
/* 联系方式样式*/
.contato-grid {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}
.contato-card-icon {
    width: 48px;
    height: 48px
}
.contato-card-title-2 {
    color: #000;
    text-align: center;
    margin-top: 16px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2
}
.contato-card-desc {
    color: #000;
    text-align: center;
    max-width: 272px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}
.contato-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    margin-top: 56px;
    display: grid
}
span{
	font-size: 0.8333333333333334rem;
    line-height: 1.6;
    color: #737985;
    display: block;
}