@charset "utf-8"; /*=========== M public CSS ===========*/*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, figure, figcaption, table, th, td img {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding-bottom: 1.34rem;
	padding-bottom: calc(0rem + env(safe-area-inset-bottom));
	max-width: 750px;
	min-width: 320px;
	background-color: #FFF;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft Yahei", sans-serif;
	line-height: 1.7;
}

header, footer, nav, article, section, aside, time, address {
	display: block;
	margin: 0;
	padding: 0;
}

ol, ul, li {
	list-style: none;
}

i, em {
	font-style: normal;
}

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

a:hover, a:active, a:link, a:visited {
	text-decoration: none;
}

fieldset, img, video {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}

input, select, textarea, button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft Yahei", sans-serif;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

input, button {
	border-radius: 0;
	-webkit-appearance: none;
} /*清除IOS默认圆角*/textarea {
	outline: none;
	border: none;
	resize: none;
	-webkit-appearance: none;
} /*去除右下角拖动边框标识*/input:-ms-clear {
	display: none;
} /*消除 IE10 里的叉号*/input[type="button"], input[type="submit"], input[type="reset"] {
	outline: none;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

table {
	border-collapse: separate;
} /*边线重叠*/.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

.transition {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.wrap {
	padding: 0 .3rem;
} /* index style */.header {
	position: relative;
	z-index: 10;
	padding: .29rem 0;
	background: #043347;
}

.header-nav {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav .logo {
	width: 2.4rem;
}

.header-nav ol {
	overflow: hidden;
	width: 6.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-nav ol .logo {
	display: inline-block;
	margin-top: -0.1rem;
	margin-right: 0.12rem;
}

.header-nav ol li {
	display: inline;
	color: #fff;
	font-size: .32rem;
}

.header-nav ol li a {
	margin-right: 0.1rem;
	color: #fff;
	vertical-align: middle;
}

.header-nav ol li span {
	vertical-align: middle;
}

.menuBtn {
	position: relative;
	z-index: 9;
	margin-top: -5px;
	width: 26px;
	height: 24px;
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-ms-transition: .3s;
}

.menuBtn b {
	display: block;
	margin: 5px 0;
	width: 100%;
	height: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-ms-transition: .3s;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.menuBtn b:last-child {
	margin-bottom: 0;
}

.menuBtn.open b {
	position: absolute;
	opacity: 0;
}

.menuBtn.open b:first-child {
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: 0 0;
	-ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
	bottom: -2px;
	left: -2px;
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: 0 0;
	-ms-transform: rotate(-45deg);
}

.nav-box {
	position: absolute;
	top: 1.12rem;
	z-index: 999;
	display: none;
	padding: .7rem 0;
	width: 100%;
	max-width: 750px;
	background: #fff;
	box-shadow: 0 0 .15rem rgba(0, 0, 0, .2);
}

.nav, .phone-box {
	margin: 0 .3rem;
}

.nav li {
	display: block;
	margin-bottom: .95rem;
}

.nav li a {
	display: block;
	padding: 0 .2rem;
	border-left: .1rem solid #eaeaea;
	font-size: .32rem;
	line-height: 1.6;
}

.nav li.on a {
	border-left: .1rem solid #3c97aa;
}

.phone-box p {
	color: #666;
	font-size: .32rem;
}

.phone-box a {
	color: #3b98a9;
	font-weight: 700;
	font-size: .44rem;
}

.banner {
	position: relative;
	overflow: hidden;
	margin-top: -1.2rem;
	height: 100vh;
	line-height: 1.2;
}

.ban-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-webkit-animation: move 10s linear infinite;
	animation: move 10s linear infinite;
	-webkit-object-fit: cover;
	object-fit: cover;
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

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

	50% {
		transform: scale(1.1);
	}

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

.ban-txt {
	position: absolute;
	top: 17%;
	right: 0.3rem;
	left: 0.3rem;
	color: #FFF;
	text-align: center;
}

.ban-txt strong {
	position: relative;
	display: block;
	margin-bottom: 0.32rem;
	padding-bottom: 0.32rem;
	text-shadow: 0 0.14rem 0.12rem rgba(0, 26, 57, .3);
	font-size: 0.5rem;
}

.ban-txt strong:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 1.6rem;
	height: 0.02rem;
	background-color: #FFF;
	content: "";
}

.ban-txt p {
	text-transform: uppercase;
	font-size: 0.2rem;
}

.ban-txt span {
	position: relative;
	display: block;
	margin-top: 0.1rem;
	text-shadow: 0 0 0.06rem rgba(12, 51, 62, .2);
	font-size: 0.32rem;
}

.ban-btn {
	position: absolute;
	right: 0.3rem;
	bottom: 0.4rem;
	left: 0.3rem;
	color: #FFF;
	text-align: center;
	font-size: 0.28rem;
}

.ban-btn i {
	position: relative;
	display: inline-block;
	margin: 0 0.2rem;
	width: 0.32rem;
	vertical-align: middle;
	font-size: 0;
}

.ban-btn i img {
	width: 0.32rem;
	-webkit-animation: load 1.2s ease infinite;
	-webkit-animation-delay: 0.2s;
	animation: load 1.2s ease infinite;
	animation-delay: 0.2s;
}

.ban-btn i:before, .ban-btn i:after {
	position: absolute;
	width: 0.32rem;
	height: 0.2rem;
	background: url(ban-icon.png) no-repeat;
	background-size: cover;
	content: "";
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.ban-btn i:before {
	top: -0.16rem;
	left: 0;
	-webkit-animation: load 1.2s ease infinite;
	animation: load 1.2s ease infinite;
}

.ban-btn i:after {
	bottom: -0.15rem;
	left: 0;
	-webkit-animation: load 1.2s ease infinite;
	-webkit-animation-delay: 0.4s;
	animation: load 1.2s ease infinite;
	animation-delay: 0.4s;
}

@-webkit-keyframes load {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes load {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.index-txt {
	margin-bottom: 0.22rem;
	text-align: center;
	line-height: 1.2;
}

.index-txt h1 {
	color: #333;
	font-size: 0.58rem;
}

.index-txt h2 {
	color: #333;
	font-size: 0.56rem;
}

.index-txt p {
	position: relative;
	margin-top: 0.2rem;
	padding-top: 0.2rem;
	color: #4c4c4c;
	font-size: 0.3rem;
	line-height: 1.7;
}

.index-txt p:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0.6rem;
	height: 0.02rem;
	background-color: #3c97aa;
	content: "";
}

.index-hot {
	padding: 0.7rem 0 0.2rem;
}

.index-hot ul {
	margin: 0 0.2rem;
}

.index-hot li {
	margin-bottom: 0.4rem;
}

.index-hot li .hpic {
	display: block;
}

.index-hot li .htxt {
	margin-top: 0.2rem;
	margin-left: 0.2rem;
	color: #333;
	font-size: 0.32rem;
}

.index-hot li .htxt:before {
	display: inline-block;
	margin-top: -0.1rem;
	margin-right: 0.1rem;
	width: 0.06rem;
	height: 0.36rem;
	background-color: #3c97aa;
	content: '';
	vertical-align: middle;
}

.index-hot li .htxt span {
	display: inline-block;
	margin-left: 0.2rem;
	color: #3c97aa;
	font-size: 0.24rem;
}

.index-about {
	padding-top: 1rem;
	background: url(index-bg01.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.index-about .index-txt h2, .index-about .index-txt h2 a {
	color: #FFF;
}

.index-about .index-txt p {
	color: #d5d4d4;
}

.index-about .index-txt p:after {
	background-color: #FFF;
}

.index-about ul {
	margin-top: 0.4rem;
}

.index-about li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.index-about li .yfl {
	width: 50%;
}

.index-about li .yfr {
	width: 50%;
}

.about-info {
	position: relative;
	padding: 0 0.3rem;
}

.about-info:before {
	position: absolute;
	top: 50%;
	left: -0.28rem;
	margin-top: -0.16rem;
	width: 0;
	; height: 0;
	border-top: 0.16rem solid transparent;
	border-right: 0.28rem solid #164154;
	border-bottom: 0.16rem solid transparent;
	content: "";
}

.about-info strong {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 0.34rem;
	line-height: 2;
}

.about-info strong:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0.02rem;
	background-color: #45c3ca;
	content: "";
}

.about-info p {
	margin-top: 0.1rem;
	color: #FFF;
	font-size: 0.28rem;
}

.yfl.about-info {
	text-align: right;
}

.yfl.about-info:before {
	right: -0.28rem;
	left: auto;
	border-right: none;
	border-left: 0.28rem solid #164154;
}

.index-good {
	padding-top: 0.8rem;
	text-align: center;
}

.index-good h2 {
	position: relative;
	display: inline-block;
	padding-left: 1.1rem;
	color: #3c97aa;
	text-align: center;
	font-size: 0.56rem;
	line-height: 1.2;
}

.index-good h2 span {
	display: block;
	margin-top: 0.1rem;
	color: #333;
	font-weight: normal;
	font-size: 0.38rem;
}

.index-good h2 i {
	position: absolute;
	top: -0.38rem;
	left: 0;
	color: #3c97aa;
	font-size: 1.6rem;
}

.good-show {
	margin-top: 0.6rem;
	padding: 0.6rem 0;
	background-color: #f2f4f7;
}

.good-info {
	margin-bottom: 0.4rem;
	line-height: 1.2;
}

.good-info i {
	position: relative;
	display: block;
	margin-bottom: -0.12rem;
	color: #c9c9c9;
	font-size: 0.64rem;
}

.good-info i:after {
	position: absolute;
	right: 2rem;
	bottom: 0;
	left: 2rem;
	height: 0.28rem;
	background-color: #f2f4f7;
	content: "";
}

.good-info strong {
	position: relative;
	display: block;
	margin-bottom: 0.12rem;
	padding-bottom: 0.16rem;
	color: #333333;
	font-size: 0.36rem;
}

.good-info strong span {
	display: inline-block;
	padding-left: 0.12rem;
	font-weight: normal;
}

.good-info strong:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 0.96rem;
	height: 0.02rem;
	background-color: #3c97aa;
	content: "";
}

.good-info p {
	color: #666;
	font-size: 0.28rem;
}

.good-pic {
	margin-bottom: -1.1rem;
}

.index-case {
	position: relative;
	padding-top: 0.6rem;
}

.index-case:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	height: 3.9rem;
	background-color: #307a89;
	content: "";
}

.index-case .index-txt {
	text-align: left;
}

.index-case .index-txt h2, .index-case .index-txt h2 a {
	color: #FFF;
}

.index-case .index-txt p {
	color: #FFF;
}

.index-case .index-txt p:after {
	margin: 0;
	background-color: #FFF;
}

.index-case li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.index-case li a {
	display: block;
}

.index-case li a.cpic {
	position: relative;
	padding-top: 70%;
}

.index-case li a.cpic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-case li a.ctxt {
	margin: 0.12rem 0 0.1rem;
	color: #333;
	font-weight: bold;
	font-size: 0.36rem;
}

.index-case li a.ctxt:before {
	display: inline-block;
	margin-top: -0.08rem;
	margin-right: 0.1rem;
	width: 0.08rem;
	height: 0.4rem;
	background-color: #45c3ca;
	content: '';
	vertical-align: middle;
}

.index-case li p {
	color: #666;
	font-size: 0.28rem;
}

.index-base {
	margin: 0.5rem 0;
	background: url(index-base.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
}

.index-base li {
	float: left;
	padding: 0.5rem 0 0.6rem;
	width: 33.3%;
	color: #666;
	text-align: center;
	font-size: 0.24rem;
	line-height: 1.1;
}

.index-base strong {
	display: block;
	margin-bottom: 0.1rem;
	color: #333;
	letter-spacing: -1px;
	font-size: 0.5rem;
}

.index-base strong i {
	font-weight: 400;
	font-size: 0.24rem;
}

.index-ser {
	/* margin-top: 0.6rem; */
	padding: 0.5rem 0 0.8rem;
	background: url(index-bg02.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.index-ser strong {
	display: block;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 0.44rem;
}

.index-ser strong span {
	padding-right: 0.1rem;
	color: #ffa15e;
}

.index-ser img {
	margin-top: 0.3rem;
	width: 100%;
}

.ser-info {
	position: relative;
	background-color: #FFF;
}

.ser-info:before {
	position: absolute;
	top: 0;
	right: 50%;
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	content: "";
}

.ser-info:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	content: "";
}

.ser-info li {
	float: left;
	padding: 0.8rem 0;
	width: 50%;
	color: #666;
	text-align: center;
	font-size: 0.26rem;
	line-height: 1.2;
}

.ser-info li strong {
	display: block;
	margin-bottom: 0.16rem;
	color: #3c97aa;
	font-weight: normal;
	font-size: 0.36rem;
}

.ser-info span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-top: -0.59rem;
	margin-left: -0.77rem;
	padding-top: 0.36rem;
	width: 1.48rem;
	height: 1.48rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 0.3rem;
	line-height: 1.3;
	cursor: pointer;
}

.ser-info span:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 1.48rem;
	height: 1.48rem;
	background: url(ser-btn.png) no-repeat;
	background-size: cover;
	content: "";
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-animation: smove 2.5s linear infinite;
	animation: smove 2.5s linear infinite;
}

@-webkit-keyframes smove {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes smove {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fix-top {
	position: fixed;
	right: 0.12rem;
	bottom: 3rem;
	z-index: 999;
	z-index: 9999;
	display: none;
	cursor: pointer;
}

.fix-top img {
	width: 0.72rem;
}

.fix-show {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
	margin: 0 auto;
	height: 1.22rem;
	max-width: 7.5rem;
	background: url(fix-bg.png) center top no-repeat;
	background-size: 100%;
	font-family: "微软雅黑";
	line-height: 1.2;
}

.fix-show p {
	height: 100%;
}

.fix-show p .btn1 {
	float: left;
	padding: 0.09rem 0 0 .53rem;
	width: 40.5%;
	height: 100%;
}

.fix-show p .btn1 strong {
	position: relative;
	display: block;
	padding-left: 0.44rem;
	color: #fff;
	letter-spacing: 0.01rem;
	font-weight: bold;
	font-size: 0.3rem;
}

.fix-show p .btn1 strong::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto 0;
	width: 0.33rem;
	height: 0.34rem;
	background: url(fix-icon01.png) center no-repeat;
	background-size: 100%;
	content: "";
}

.fix-show p .btn1 span {
	display: table;
	margin-top: 0.07rem;
	padding: .02rem .16rem;
	border: 1px solid #ffb561;
	border-radius: 0.2rem;
	color: #ffb561;
	text-align: center;
	font-size: .22rem;
}

.fix-show p .btn2 {
	float: right;
	padding: .3rem 0 .3rem 0.88rem;
	width: 58.5%;
	background: url(fix-icon02.gif) left center no-repeat;
	background-size: 0.87rem;
	color: #ffffff;
	font-size: .24rem;
}

.fix-show p .btn2 strong {
	display: block;
	margin-top: 0.04rem;
	letter-spacing: 0.02rem;
	font-size: .27rem;
}

.footer {
	background-color: #021b26;
	color: #e8e8e8;
	text-align: center;
	font-size: 0.28rem;
	line-height: 1rem;
}

.footer p a {
	display: inline-block;
	margin: 0 0.1rem;
	color: #3c97aa;
} /* about style */.dll-mabout-banner {
	padding: .95rem 0 1.35rem 0;
	background: url(about-banner-bg.jpg) no-repeat center;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.dll-mabout-banner h1 {
	padding: 0 .2rem;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: .5rem;
	line-height: 1.5;
}

.dll-mabout-banner h1 span {
	color: #87eaff;
}

.dll-mabout-banner h1 span:after {
	display: block;
	margin: .2rem auto .38rem auto;
	width: 0.8rem;
	height: 0.04rem;
	background-color: #fff;
	content: '';
}

.desc {
	color: #666;
	text-indent: 1em;
	font-weight: 200;
	font-size: .28rem;
	line-height: .48rem;
}

.dll-mabout-banner .desc {
	color: #fff;
}

.dll-mabout-video {
	position: relative;
	margin-top: -.62rem;
	width: 100%;
	-webkit-box-shadow: 3px 0 20px rgba(39, 43, 46, .1);
	-moz-box-shadow: 3px 0 20px rgba(39, 43, 46, .1);
	box-shadow: 3px 0 20px rgba(39, 43, 46, .1);
	-o-box-shadow: 3px 0 20px rgba(39, 43, 46, .1);
	-ms-box-shadow: 3px 0 20px rgba(39, 43, 46, .1);
}

.video-img {
	width: 100%;
	border: 2px solid #fff;
}

.videolist {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
}

.videolist img {
	width: 0.8rem;
	height: 0.8rem;
}

.videos {
	position: relative;
	top: 2%;
	z-index: 100;
	display: none;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.vclose {
	position: absolute;
	top: 1.5%;
	right: 5%;
	z-index: 999;
	border-radius: 100%;
	cursor: pointer;
}

.masklayer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 1000px;
	background-color: rgba(0, 0, 0, .8);
	-webkit-user-select: none;
	-ms-user-select: none;
}

.dll-tit {
	margin: .63rem 0 .28rem 0;
	text-align: center;
}

.dll-tit h2 {
	margin-bottom: .06rem;
	color: #292c30;
	font-weight: 400;
	font-size: .5rem;
}

.dll-tit h2 span {
	padding-left: 0.06rem;
	color: #3c97aa;
	font-weight: 600;
}

.dll-tit i {
	display: inline-block;
}

.dll-tit i:before {
	display: inline-block;
	margin-top: -.06rem;
	margin-right: .16rem;
	width: 1.66rem;
	height: 1px;
	background-color: #ccc;
	content: '';
	vertical-align: middle;
}

.dll-tit i:after {
	display: inline-block;
	margin-top: -.06rem;
	margin-left: .16rem;
	width: 1.66rem;
	height: 1px;
	background-color: #ccc;
	content: '';
	vertical-align: middle;
}

.dll-tit i img {
	margin-bottom: 0;
}

.dlldesc {
	margin-bottom: 0.2rem;
	color: #666;
	text-indent: 1em;
	font-weight: 100;
	font-size: .28rem;
	line-height: .48rem;
}

.dll-mabout-infor ul {
	margin-top: .48rem;
	margin-left: -3%;
}

.dll-mabout-infor ul li {
	float: left;
/*	margin-bottom: 0.3rem;
	margin-left: 3%;
	padding-right: 7px;*/
	width: 50%;
	text-align: center;
}

.dll-mabout-infor ul li p {
	color: #333;
	font-weight: 400;
	font-size: .28rem;
	line-height: .42rem;
}

.dll-mabout-infor ul li i {
	position: relative;
	display: block;
	margin-bottom: .15rem;
}

.dll-mabout-infor ul li i:after {
	position: absolute;
	right: -7px;
	bottom: -5px;
	z-index: -1;
	width: 100%;
	height: 100%;
	/*background-color: #b3c1c7;*/
	content: '';
}

.dll-mabout-infor ul li img {
	width: 100%;
	border-bottom: 1px solid transparent;
}

.dll-mabout-infor ul li:first-child img {
	/*border-bottom: 1px solid #3068bf;*/
}

.dll-mabout-sc {
	margin-top: .6rem;
	padding: .18rem 0;
	background: url(mabout-sc.jpg) no-repeat center;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.dll-mabout-sc .dll-tit h2 {
	margin-bottom: .21rem;
	color: #fff;
}

.dll-mabout-sc .dlldesc {
	color: #f0f0f0;
}

.dll-mabout-sc-num {
	margin: .45rem 0 1.15rem 0;
}

.dll-mabout-sc-num li {
	float: left;
	padding-top: .2rem;
	width: 25%;
	min-height: 3.5rem;
	background: url(about-sc-num-bg.png) no-repeat center top;
	background-size: 1.46rem auto;
	text-align: center;
}

.dll-mabout-sc-num strong {
	display: inline-block;
	margin-bottom: .05rem;
	color: #5bc8df;
	font-size: .4rem;
	line-height: .8rem;
}

.dll-mabout-sc-num p {
	margin: 0 auto;
	width: .28rem;
	color: #fff;
	font-weight: 300;
	font-size: .28rem;
	line-height: .32rem;
	line-height: .32rem;
}

.dll-mabout-nl .dll-tit h2 {
	font-weight: 500;
}

.dll-mabout-nl .dlldesc {
	margin-bottom: .05rem;
}

.dll-mabout-nl ul {
	margin-left: -6.4%;
}

.dll-mabout-nl ul li:first-child {
	width: 93.6%;
}

.dll-mabout-nl ul li {
	float: left;
	margin-left: 6.4%;
	width: 43.6%;
}

.dll-mabout-nl ul li img {
	margin-top: .33rem;
	width: 100%;
}

.dll-mabout-kg .dll-tit {
	margin-top: .6rem;
}

.dll-mabout-kg .dll-tit h2 {
	margin-bottom: .05em;
}

.dll-mabout-kg .desc {
	margin-bottom: .5rem;
}

.dll-mabout-kg img {
	margin-bottom: .3rem;
} /* proList style */.dll-mpro-list {
	padding: .5rem 0 2.56rem 0;
	background: url(pro-list-ban-bg.jpg) no-repeat center top;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.dll-mbread-area {
	position: relative;
	z-index: 2;
	text-align: center;
}

.dll-mbread-area .dll-sy {
	position: absolute;
	top: -.45rem;
	left: 50%;
	z-index: -1;
	color: #44484e;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1rem;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX (-50%);
	-ms-transform: translateX(-50%);
}

.dll-mbread-area h2 {
	position: relative;
	z-index: 2;
	margin-bottom: .11rem;
	color: #fff;
	font-size: .52rem;
}

.dll-mbread-area .desc {
	color: #e8e8e8;
}

.list-name {
	position: relative;
	margin: 0.5rem 0 0.35rem;
	padding-left: 0.25rem;
	color: #333333;
	font-weight: normal;
	font-size: 0.44rem;
	line-height: 0.54rem;
}

.list-name:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.1rem;
	height: 0.54rem;
	background-color: #3c97aa;
	content: "";
}

.dll-mpro-list-nav, .dll-mpro-list-con {
	background: #f5fbfb;
}

.dll-mpro-list-nav ul {
	overflow: hidden;
}

.dll-mpro-list-nav li {
	position: relative;
	float: left;
	width: 33.33%;
}

.dll-mpro-list-nav li::before {
	position: absolute;
	top: 0.35rem;
	left: 0;
	display: block;
	width: 1px;
	height: 0.8rem;
	background: #dcdcdc;
	content: "";
}

.dll-mpro-list-nav li:first-child:before {
	display: none;
}

.dll-mpro-list-nav li a {
	display: block;
	padding: 0.3rem 0;
	color: #090909;
	text-align: center;
	font-weight: bold;
	font-size: 0.23rem;
	line-height: 1.2;
}

.dll-mpro-list-nav li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 0.18rem;
	width: 0.9rem;
	border: 1px solid #fff;
	border-radius: 0.2rem;
	background: #cfdfe4;
	box-shadow: 0 7px 18px rgba(53, 91, 91, 0.19);
}

.dll-mpro-list-nav .flon img {
	background: #106387;
}

.dll-mpro-list-con {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

.dll-mpro-list-con ul {
	margin-left: -4%;
}

.dll-mpro-list-con li {
	float: left;
	margin-bottom: .4rem;
	margin-left: 4%;
	width: 46%;
	box-shadow: 0 0 .2rem rgba(4, 51, 71, .1);
}

.dll-mpro-list-con li .pic {
	display: block;
	overflow: hidden;
}

.dll-mpro-list-con li .pic img {
	display: block;
	width: 100%;
}

.dll-mpro-list-con li .pic img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.dll-mpro-list-con li .text {
	padding: 0.2rem 0.28rem;
	background-color: #fff;
}

.dll-mpro-list-con li .text h3 a {
	display: block;
	overflow: hidden;
	padding-bottom: 0.1rem;
	color: #043347;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 0.27rem;
}

.dll-mpro-list-con li .text h3 a:hover {
	color: #3c97aa;
}

.dll-mpro-list-con li .text p {
	display: -webkit-box;
	overflow: hidden;
	height: 0.8rem;
	color: #666;
	font-size: 0.24rem;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dll-mpro-list-con li .text strong {
	display: block;
	margin: .05rem 0 .25rem 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
	color: #666;
	font-weight: normal;
	font-size: .28rem;
}

.dll-mpro-list-con li .clearfix {
	margin-left: -3%;
}

.dll-mpro-list-con li .text .getquote, .dll-mpro-list-con li .text .more {
	float: left;
	margin-left: 3%;
	width: 47%;
	border: 1px solid #3c97aa;
	color: #3c97aa;
	text-align: center;
	font-size: .28rem;
	line-height: .7rem;
}

.dll-mpro-list-con li .text .getquote {
	background-color: #3c97aa;
	color: #fff;
}

.bn {
	border: none !important;
}

.no-move {
	margin: 0 -0.1rem;
}

.no-move li {
	float: left;
	width: 50%;
	box-shadow: none;
}

.no-move li .item {
	margin: 0 0.1rem;
	-webkit-box-shadow: 0 0 .2rem rgba(4, 51, 71, .15);
	-moz-box-shadow: 0 0 .2rem rgba(4, 51, 71, .05);
	box-shadow: 0 0 .2rem rgba(4, 51, 71, .1);
	-o-box-shadow: 0 0 .2rem rgba(4, 51, 71, .05);
	-ms-box-shadow: 0 0 .2rem rgba(4, 51, 71, .05);
}

.no-move li .text h3 {
	font-size: 0.32rem;
}

.no-move li .text span {
	display: inline-block;
	margin-right: 0.1rem;
	margin-bottom: 0.2rem;
	color: #666666;
	font-size: .24rem;
}

.no-move li .text .getquote, .no-move li .text .more {
	font-size: 0.24rem;
	line-height: 0.46rem;
}

.no-move li .text {
	padding: .2rem .2rem .35rem;
} /* proDetail style */.prod-base {
	padding: 0.8rem 0;
	background-color: #393c42;
}

.prod-base img {
	width: 100%;
}

.prod-base i {
	display: inline-block;
	padding: 0 0.2rem;
	background-color: #1e2022;
	color: #a8a8a8;
	font-size: 0.28rem;
	line-height: 0.5rem;
}

.prod-base h1 {
	margin: 0.24rem 0 0.3rem;
	color: #FFF;
	font-size: 0.48rem;
	line-height: 1.2;
}

.prod-base p {
	color: #a8a8a8;
	font-size: 0.28rem;
}

.prod-base ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0.3rem 0 0.5rem;
	align-items: center;
}

.prod-base ul li {
	width: 50%;
	color: #4fc8e0;
	font-size: 0.28rem;
}

.prod-base ul li strong {
	display: block;
	color: #d9d9d9;
	font-size: 0.36rem;
}

.prod-base span {
	; position: relative;
	z-index: 0;
	display: block;
	background-color: #3c97aa;
	color: #fff;
	text-align: center;
	text-indent: -0.42rem;
	font-size: 0.32rem;
	line-height: 0.88rem;
}

.prod-base span:after {
	position: absolute;
	top: 0.36rem;
	right: 33%;
	width: 0;
	height: 0;
	border-top: 0.12rem solid transparent;
	border-bottom: 0.12rem solid transparent;
	border-left: 0.15rem solid #fff;
	content: "";
}

.prod-video, .prod-good {
	padding-top: 0.6rem;
}

.prod-txt {
	margin-bottom: 0.4rem;
	text-align: center;
}

.prod-txt h3 {
	position: relative;
	padding-bottom: 0.1rem;
	color: #043347;
	font-size: 0.42rem;
}

.prod-txt h3:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 0.6rem;
	height: 0.02rem;
	background-color: #3c97aa;
	content: "";
}

.prod-txt p {
	margin-top: 0.32rem;
	color: #666;
	text-align: left;
	letter-spacing: 0.01rem;
	font-size: 0.28rem;
	line-height: 1.7;
}

.prod-tabt {
	position: relative;
	padding: 0.2rem 0.2rem 0.2rem 0;
}

.prod-tabt:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1.6rem;
	background-color: #3c97aa;
	content: "";
}

.prod-tabt img, .pro-item img {
	width: 100%;
	height: auto;
}

.swiper-tab.swiper-container {
	padding-bottom: 0.6rem;
}

.swiper-tab.swiper-container .swiper-pagination {
	right: 0;
	bottom: 0;
	left: 1.6rem;
	width: auto;
}

.swiper-tab .swiper-pagination-bullet {
	margin: 0 0.04rem;
	width: 0.16rem;
	height: 0.16rem;
	border: 1px solid #FFF;
	background: transparent;
	opacity: 1;
}

.swiper-tab .swiper-pagination-bullet-active {
	background: #FFF;
}

.prod-tabb {
	margin-top: 0.5rem;
}

.prod-tabb li {
	margin-top: 0.26rem;
	padding-left: 0.3rem;
	background: url(tab-icon.png) no-repeat left 0.1rem;
	color: #4c4c4c;
	font-size: 0.28rem;
	line-height: 1.4;
}

.prod-tabb li.on {
	color: #3c97aa;
	font-weight: 700;
}

.swiper-num {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 1.6rem;
	color: #666;
	text-align: center;
	font-size: 0.28rem;
	line-height: 1.1;
}

.swiper-num span {
	display: inline-block;
	padding: 0 0.04rem;
}

.swiper-num .active {
	padding-right: 0.1rem;
	color: #3c97aa;
	font-weight: bold;
	font-size: 0.36rem;
}

.prod-model {
	overflow-x: scroll;
	margin-top: 0.2rem;
	margin-left: 0.1rem;
}

.prod-model ul {
	display: -webkit-flex;
	display: flex;
	padding: 0.2rem 0.2rem 0;
	align-items: center;
}

.prod-model li {
	margin-right: 0.3rem;
	padding: 0.24rem 0.16rem 0.2rem;
	min-width: 4.8rem;
	border-bottom: 0.06rem solid #3c97aa;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 0.2rem rgba(4, 51, 71, .1);
	-moz-box-shadow: 0 0 0.2rem rgba(4, 51, 71, .1);
	box-shadow: 0 0 0.2rem rgba(4, 51, 71, .1);
	-ms-box-shadow: 0 0 0.2rem rgba(4, 51, 71, .1);
	-o-box-shadow: 0 0 0.2rem rgba(4, 51, 71, .1);
}

.prod-model li strong {
	display: block;
	margin-bottom: 0.2rem;
	color: #043347;
	font-size: 0.36rem;
	line-height: 1.2;
}

.prod-model li p {
	margin-bottom: 0.2rem;
	color: #666;
	font-size: 0.28rem;
	line-height: 1.4;
}

.prod-model li p:before {
	display: inline-block;
	margin-top: -0.06rem;
	margin-right: 0.12rem;
	width: 0.12rem;
	height: 0.12rem;
	-webkit-border-radius: 0.12rem;
	-moz-border-radius: 0.12rem;
	border-radius: 0.12rem;
	background-color: #3c97aa;
	content: '';
	vertical-align: middle;
	-ms-border-radius: 0.12rem;
	-o-border-radius: 0.12rem;
}

.prod-tenet {
	margin-top: 0.8rem;
	padding: 0.6rem 0;
	background-color: #043347;
}

.prod-tenet h3 {
	color: #fff;
}

.prod-tenet h3:after {
	background-color: #FFF;
}

.prod-tenet p {
	color: #dedede;
}

.prod-tenet img {
	width: 100%;
}

.prod-matter {
	padding: 0.5rem 0;
}

.prod-matter strong {
	display: block;
	margin-top: 0.1rem;
	font-weight: normal;
}

.prod-matter img {
	width: 100%;
}

.prod-matter span {
	display: block;
	margin-top: 0.5rem;
	background-color: #3c97aa;
	color: #FFF;
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.88rem;
}

.prod-field {
	padding: 0.5rem 0;
	background-color: #3c97aa;
}

.prod-field h3 {
	color: #FFF;
}

.prod-field h3:after {
	display: none;
}

.prod-field ul {
	margin-left: -2%;
}

.prod-field ul li {
	float: left;
	margin-bottom: 0.1rem;
	margin-left: 2%;
	width: 48%;
	color: #FFF;
	text-align: center;
	font-size: 0.36rem;
}

.prod-field li span {
	position: relative;
	z-index: 0;
	display: block;
	margin-bottom: 0.1rem;
	padding: 0.12rem;
}

.prod-field li span:before {
	position: absolute;
	top: 0.44rem;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #FFF;
	content: "";
}

.prod-field li span img {
	width: 100%;
}

.prod-case {
	padding: 0.5rem 0;
	background: url(prod-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.prod-data {
	padding: 0.5rem 0;
}

.prod-data table {
	margin-bottom: 0.4rem;
}

.prod-data td {
	padding: 0.1rem;
	font-size: 0.28rem;
	line-height: 1.5;
	word-break: break-all;
}

.swiper-container.swiper-top {
	margin-bottom: 0.3rem;
	margin-left: -1.8rem;
}

.prod-data .swiper-top .swiper-slide {
	margin: 0 0.12rem;
	width: 100%;
	height: 0.66rem;
	border: 0.02rem solid #3c97aa;
	color: #4C4C4C;
	text-align: center;
	font-size: 0.28rem;
	line-height: 0.66rem;
}

.prod-data .swiper-top .swiper-slide-active {
	background-color: #3c97aa;
	color: #FFF;
}

.swiper-container.swiper-bottom {
	margin: 0 0.3rem;
}

.data-info {
	padding: 0.3rem 0 0.4rem;
}

.data-info img {
	margin: 0 2%;
	width: 96%;
}

.data-info strong {
	display: block;
	margin: 0.3rem 0 0.2rem;
	color: #333;
	font-size: 0.32rem;
}

.data-info p {
	color: #666;
	font-size: 0.28rem;
	line-height: 1.7;
} /* caseList style */.case-main {
	/*margin-bottom: .3rem;*/
	padding-top: .56rem;
	width: 100%;
	height: 5rem;
	background: url(case-bg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.case-main h2 {
	margin-bottom: .12rem;
	font-weight: 600;
	font-size: .52rem;
}

.case-main p {
	margin: 0 auto;
	width: 6.24rem;
	font-weight: 300;
	font-size: .28rem;
	line-height: .48rem;
}

.case-list li {
	margin-bottom: .6rem;
}

.case-img {
	margin-bottom: .1rem;
}

.case-img, .case-img img {
	display: block;
	width: 100%;
}

.case-list h3 a {
	color: #333;
}

.case-list h3 {
	margin-bottom: .1rem;
	font-weight: 600;
	font-size: .36rem;
	line-height: .56rem;
}

.case-code {
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: .1rem;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: .28rem;
	line-height: .38rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case-list p {
	display: -webkit-box;
	overflow: hidden;
	padding-top: .08rem;
	border-top: .01rem solid #e8e8e8;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: .28rem;
	line-height: .48rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.case-href {
	display: block;
	margin-top: .26rem;
	width: 100%;
	height: .88rem;
	background: #3c97aa;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	line-height: .88rem;
} /* caseDetail style */.case-detail {
	overflow: hidden;
}

video {
	display: block;
	width: 100%;
}

.case-detail h1 {
	position: relative;
	margin-bottom: .44rem;
	padding-left: .2rem;
	color: #333;
	font-weight: 400;
	font-size: .44rem;
	line-height: 1.2em;
}

.case-detail h1:before {
	position: absolute;
	top: .05rem;
	left: 0;
	display: block;
	width: .08rem;
	height: .44rem;
	background: #3c97aa;
	content: "";
}

.case-detail h2 {
	position: relative;
	margin-top: .6rem;
	margin-bottom: .4rem;
	font-size: .38rem;
}

.case-detail h2:after {
	position: absolute;
	bottom: -.1rem;
	left: 0;
	display: block;
	width: .6rem;
	height: .02rem;
	background: #3c97aa;
	content: "";
}

.case-detail p {
	font-size: .32rem;
}

.case-detail p.case-font {
	font-size: .3rem;
}

.casedetail-top .top-text {
	margin-top: .4rem;
}

.casedetail-top span {
	display: inline-block;
	margin-bottom: .02rem;
	color: #8b8b8b;
	font-size: .3rem;
}

.casedetail-top span.line {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: .45rem;
	width: 100%;
	font-weight: bold;
}

.casedetail-top span.line:after {
	position: absolute;
	top: 50%;
	left: 1.6rem;
	display: block;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	content: "";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.casedetail-top p {
	margin-bottom: .26rem;
}

.casedetail-top p a {
	color: #3c97aa;
	text-decoration: underline;
}

.case-line {
	margin: .7rem 0;
	padding: .45rem 0 .8rem;
	background: #f6f6f6;
}

.case-line strong {
	display: block;
	font-size: .38rem;
}

.case-line p {
	margin-top: .2rem;
	font-weight: 300;
}

.case-line .scroll-text {
	color: #666;
	text-align: center;
	font-size: .28rem;
}

.case-line .line-pic {
	overflow: hidden;
	margin-top: .3rem;
	margin-left: .3rem;
	max-width: 750px;
}

.case-line .line-pic .img {
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: .24rem;
	max-width: 750px;
}

.case-line .line-pic .img::-webkit-scrollbar {
	height: .07rem;
}

.case-line .line-pic .img::-webkit-scrollbar-thumb {
	background-color: #3c97aa;
}

.case-line .line-pic .img::-webkit-scrollbar-track {
	background: #4c4c4c;
}

.case-line .line-pic .img img {
	height: 5rem;
	max-width: initial;
}

.case-line-ys strong {
	display: block;
	margin-bottom: .08rem;
	font-weight: 400;
	font-size: .32rem;
}

.case-line-ys p {
	margin-bottom: .2rem;
	color: #666;
	font-size: 0.3rem;
}

.case-line-ys p img, .case-line-ys p video {
	width: 100%;
}

.scene-btn {
	margin: 30px auto 10px;
	text-align: center;
}

.scene-btn a {
	display: inline-block;
	padding: 0 0.8rem;
	background-color: #3c97aa;
	color: #FFF;
	font-size: .28rem;
	line-height: 0.8rem;
} /* contact style */.con-main {
	margin-bottom: .8rem;
	padding-top: .98rem;
	height: 6.36rem;
	background: url(contact-main.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	-webkit-background-size: cover;
}

.con-main p {
	margin: 0 auto 0;
	width: 6.18rem;
	color: #e0e0e0;
	font-weight: 300;
	font-size: .28rem;
	line-height: .56rem;
}

.con-main-tit {
	position: relative;
	margin-bottom: .46rem;
	color: #fff;
	text-shadow: 0rem .03rem .09rem rgba(39, 43, 46, .29);
	font-size: .5rem;
	line-height: .6rem;
}

.con-main-tit:after {
	position: absolute;
	bottom: -.3rem;
	left: 50%;
	display: block;
	margin-left: -.37rem;
	width: .74rem;
	height: .02rem;
	background: #fff;
	content: '';
}

.con-main-tit span {
	color: #58c4db;
	font-weight: 700;
}

.telbar {
	margin-bottom: .24rem;
	color: #666;
	text-align: center;
	font-size: .28rem;
	line-height: .38rem;
}

.telbar a {
	display: block;
	margin-top: .06rem;
	color: #1b6d8f;
	font-weight: 700;
	font-size: .48rem;
	line-height: .58rem;
}

.con-list p {
	margin-bottom: .8rem;
	color: #666;
	text-align: center;
	text-align: center;
	font-size: .28rem;
	line-height: .38rem;
}

.con-list p span {
	display: block;
	margin-top: .12rem;
	color: #043347;
	font-weight: 300;
	font-size: .32rem;
	line-height: .42rem;
}

.con-btn {
	display: block;
	margin-bottom: .75rem;
	width: 100%;
	height: .98rem;
	background: #3ba5bb;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: .32rem;
	line-height: .98rem;
}

.con-serve h2 {
	margin-bottom: .15rem;
	padding-bottom: .48rem;
	background: url(contact-tit-icon.png) center bottom no-repeat;
	background-size: 4rem;
	color: #292c30;
	text-align: center;
	font-weight: 400;
	font-size: .4rem;
	/* -webkit-background-size: 4rem; */
}

.con-serve h2 span {
	color: #3c97aa;
	font-weight: 700;
}

.con-serve p {
	margin-bottom: .54rem;
	color: #696b77;
	text-align: center;
	font-weight: 300;
	font-size: .28rem;
	line-height: .56rem;
}

.con-serve ul {
	display: -webkit-flex;
	display: flex;
	background: url(sreve-bg.png) center 1.46rem no-repeat;
	background-size: 3.74rem;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-background-size: 3.74rem;
}

.con-serve li {
	position: relative;
	margin-bottom: .42rem;
	width: 3.26rem;
	background: #fff;
	-webkit-box-shadow: 0rem 0rem .2rem 0rem rgba(12, 12, 2, .1);
	-moz-box-shadow: 0rem 0rem .2rem 0rem rgba(12, 12, 2, .1);
	box-shadow: 0rem 0rem .2rem 0rem rgba(12, 12, 2, .1);
}

.con-serve li img {
	display: block;
	width: 100%;
}

.con-serve li strong {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: .68rem;
	background: #3ba5bb;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: .28rem;
	line-height: .68rem;
}

.map-bar {
	margin-top: .34rem;
}

.map-bar h2 {
	margin-bottom: .44rem;
	padding-bottom: .48rem;
	background: url(contact-tit-icon.png) center bottom no-repeat;
	background-size: 4rem;
	color: #292c30;
	text-align: center;
	font-size: .4rem;
	-webkit-background-size: 4rem;
}

.bdmap {
	height: 5.4rem;
}

.bdmap img {
	max-width: none;
}

.iw_poi_content {
	margin-top: 0.1rem;
	color: #333;
	font-size: 14px;
} /* 404 style */.view404-bg {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(90deg, #1a1b1e 0, #4d545c 100%);
	background-image: -webkit-linear-gradient(90deg, #1a1b1e 0, #4d545c 100%);
	background-image: -ms-linear-gradient(90deg, #1a1b1e 0, #4d545c 100%);
}

.view404 {
	margin: auto;
	width: 100%;
}

.view404 img {
	display: block;
	margin: 0 auto .72rem;
	width: 4.8rem;
}

.view404 p {
	margin-bottom: 1.1rem;
	color: #fff;
	text-align: center;
	font-size: .4rem;
	line-height: .4rem;
}

.backHome-btn {
	display: block;
	margin-bottom: .46rem;
	height: .98rem;
	background: #bfbfbf;
	color: #0d0d0d;
	text-align: center;
	font-size: .32rem;
	line-height: .98rem;
}

.ftm-btn {
	display: block;
	height: .98rem;
	background: #3c97aa;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	line-height: .98rem;
	cursor: pointer;
} /* casetab style */.swiper-casext .swiper-pagination {
	right: 3%;
	bottom: 0.2rem;
	left: auto;
	width: 1.4rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	background-color: rgba(0, 0, 0, .6);
	color: #FFF;
	line-height: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}

.cases-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
}

.cases-video i img {
	width: 0.8rem;
}

.casedetail-top .swiper-casext span {
	color: #FFF;
	font-size: 0.24rem;
}

.swiper-casext span.swiper-pagination-current {
	font-weight: bold;
	font-size: 0.28rem;
}

.swiper-casedt .swiper-pagination {
	top: 20px;
	bottom: auto;
	color: #FFF;
}

.casedetail-top .swiper-casedt span {
	color: #FFF;
	font-size: 0.24rem;
}

.swiper-casedt span.swiper-pagination-current {
	font-weight: bold;
	font-size: 0.28rem;
}

.swiper-big {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 101%;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	background-color: #000;
}

.swiper-big.swiper-big-active {
	left: 0;
}

.swiper-big .swiper-container {
	margin: auto;
	padding-top: 3rem;
	width: 100%;
}

.swiper-big .close {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
	color: #FFF;
	font-size: 0.4rem;
	line-height: 1.2;
} /* 更多破碎设备 */.pros-more {
	margin: 0.3rem 0 0.5rem;
}

.more-name {
	text-align: center;
	line-height: 1.2;
}

.more-name strong {
	display: inline-block;
	color: #333;
	text-align: center;
	font-weight: normal;
	font-size: 0.3rem;
}

.more-name strong:before {
	display: inline-block;
	margin-right: 0.2rem;
	width: 2.2rem;
	height: 1px;
	background-color: #3c97aa;
	content: '';
	vertical-align: middle;
}

.more-name strong:after {
	display: inline-block;
	margin-left: 0.2rem;
	width: 2.2rem;
	height: 1px;
	background-color: #3c97aa;
	content: '';
	vertical-align: middle;
}

.pros-more ul {
	margin-top: 0.4rem;
	margin-left: -3%;
}

.pros-more ul li {
	float: left;
	margin-bottom: 0.3rem;
	margin-left: 3%;
	width: 47%;
}

.pros-more li .more-pic {
	position: relative;
	/* display: block; */
	padding-top: 99.1%;
}

.pros-more li .more-pic img {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pros-more li .more-txt {
	display: block;
	overflow: hidden;
	margin-top: 0.2rem;
	padding-left: 0.1rem;
	border-left: 0.1rem solid #3c97aa;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.25rem;
	line-height: 0.44rem;
} /*video*/.video-ban {
	background: url("video-ban.jpg") center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

.mvideo-list {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 0.2rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mvideo-list li {
	margin-bottom: 0.4rem;
	width: 3.32rem;
	-webkit-box-shadow: 0 0 0.2rem rgba(4, 51, 71, .15);
	-moz-box-shadow: 0 0 0.2rem rgba(4, 51, 71, .15);
	box-shadow: 0 0 0.2rem rgba(4, 51, 71, .15);
}

.video-text {
	display: none;
}

.mvideo-img img {
	display: block;
}

.mvideo-img {
	position: relative;
}

.mvideo-img:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.33rem;
	margin-left: -0.33rem;
	width: 0.66rem;
	height: 0.66rem;
	background: url("video-play.png");
	background-size: 0.66rem;
	content: '';
	-webkit-background-size: 0.66rem;
}

.mvideo-info {
	padding: 0.26rem 0.2rem 0.28rem;
}

.mvideo-info h3 {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 0.1rem;
	color: #043347;
	text-overflow: ellipsis;
	font-size: 0.32rem;
	line-height: 0.42rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mvideo-info p {
	display: -webkit-box;
	overflow: hidden;
	color: #666666;
	text-overflow: ellipsis;
	font-size: 0.28rem;
	line-height: 0.42rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rw-view {
	padding-top: 1px;
	border-top: 0.2rem solid #f2f2f2;
}

.video-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.video-mask-view {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0.2rem;
	width: 6.86rem;
	background: #FFFFFF;
	transform: translate(-50%, -50%);
}

.video-mp4 {
	width: 6.46rem;
	height: 3.64rem;
}

.video-mask-view h3 {
	padding: 0.3rem 0.2rem 0.1rem;
	background: #f7fcfc;
	color: #043347;
	font-size: 0.36rem;
	line-height: 0.42rem;
}

.video-mask-view p {
	padding: 0 0.2rem 0.3rem;
	background: #f7fcfc;
	color: #666666;
	font-size: 0.28rem;
	line-height: 0.42rem;
}

.video-mask-view .close {
	position: absolute;
	top: -0.8rem;
	right: 0;
	width: 0.72rem;
	height: 0.72rem;
	background-color: #3d97aa;
	text-align: center;
	line-height: 0.72rem;
	cursor: pointer;
}

.video-mask-view .close img {
	width: 0.34rem;
	height: 0.34rem;
} /*相关产品*/.link-goods {
	margin-bottom: 0.4rem;
}

.link-goods .prod-txt {
	text-align: center;
}

.link-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}

.link-list li {
	margin-bottom: 0.4rem;
	width: 48.5%;
}

.link-img {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 64%;
}

.link-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.link-list h3 {
	padding: 0.1rem 0;
	font-weight: normal;
	font-size: 0.32rem;
	line-height: 0.48rem;
}

.link-list h3 a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
} /*new year*/.new-year {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
}

.ny-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 94%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.ny-close {
	position: absolute;
	top: 0.6rem;
	right: 0.3rem;
	width: 0.8rem;
	height: 0.8rem;
	border: 2px solid #e1e1e1ad;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.76rem;
	cursor: pointer;
}

@media screen and (max-width: 700px) {
	html {
		font-size: 86px;
	}
}

@media screen and (max-width: 639px) {
	html {
		font-size: 64px;
	}
}

@media screen and (max-width: 479px) {
	html {
		font-size: 48px;
	}
}

.prodmodel {
	margin-top: 0.6rem;
}

.prodmodel ul {
	position: relative;
	z-index: 1;
}

.prodmodel ul::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 180px;
	box-shadow: 0 0.3rem 0.2rem -0.1rem rgba(192, 210, 216, 0.3);
	content: "";
}

.prodmodel ul li {
	overflow: hidden;
}

.prodmodel ul li:nth-child(odd) {
	background: #e0eaee;
}

.prodmodel ul li span {
	float: left;
	padding: 0.2rem 0;
	width: 23%;
	color: #161616;
	text-align: center;
	font-size: 0.25rem;
	line-height: 1.2;
}

.prodmodel ul li span:first-child {
	width: 25%;
}

.prodmodel ul li span:nth-child(2) {
	width: 29%;
}

.prodmodel ul .title {
	position: relative;
	background: none !important;
}

.prodmodel ul .title::before, .prodmodel ul .title::after {
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(76, 76, 76, 0), rgba(76, 76, 76, 1), rgba(76, 76, 76, 0));
	content: "";
}

.prodmodel ul .title::before {
	top: 0;
}

.prodmodel ul .title::after {
	bottom: 0;
}

.prodmodel ul .title span {
	color: #808080;
}

.prodmodel ul .title .sp1 {
	color: #161616;
	font-weight: bold;
	font-size: 0.27rem;
}

.prodmodel .swtbtn {
	display: block;
	margin-top: 0.51rem;
	border: 1px solid #8ba6b1;
	border-radius: 0 0 0.4rem 0.4rem;
	box-shadow: 0 -0.08rem 0 #064966;
	color: #1c1c1c;
	text-align: center;
	font-size: 0.3rem;
	line-height: 0.88rem;
}

.prodmodel .swtbtn::after {
	display: inline-block;
	margin-top: -0.06rem;
	margin-left: 0.3rem;
	width: 0.77rem;
	height: 0.51rem;
	background: url(swtbtntb.png) center no-repeat;
	background-size: 100%;
	content: "";
	vertical-align: middle;
}

.prodmodel .swtbtn span {
	display: inline-block;
	margin-right: 0.27rem;
	padding-right: 0.27rem;
	border-right: 1px solid #000000;
	font-weight: bold;
	line-height: 1.1;
}
