<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'cenobyteregular';
	src: url('../fonts/cenobyte-webfont.eot');
	src: url('../fonts/cenobyte-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/cenobyte-webfont.woff2') format('woff2'),
		 url('../fonts/cenobyte-webfont.woff') format('woff'),
		 url('../fonts/cenobyte-webfont.ttf') format('truetype'),
		 url('../fonts/cenobyte-webfont.svg#cenobyteregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Default */
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:visited, a:active, a:focus {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1391a7;
	text-decoration: none;
}
input, button {
	outline: none;
	border: none;
	padding: 0;
}
button {
	background: none;
	border: none;
	padding: 0;
}
textarea {
	outline: none;
	resize: none;
	padding: 0;
}
p, figure {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
em {
	font-style: normal;
}
/* 鍏ㄥ眬 */
header {
	width: 100%;
	position: relative;
}
header:before, header:after {
	content: '';
	display: table;
	clear: both;
}
.logo {
	float: left;
	width: 10.5%;
	margin-left: 1.5%;
}
.menu-link {
	float: right;
	width: 6%;
	background-color: #1391a7;
}
.menu-search {
	float: right;
	width: 6%;
	background-color: #2da9bf;
	text-align: center;
}
.menu-search i {
	color: #FFF;
	line-height: 102px;
	font-size: 2.2rem;
}
.vivo-search {
	width: 100%;
	height: 80px;
	background-color: #202223;
	position: relative;
	z-index: 9;
	display: none;
}
.vivo-search .search-box {
	width: 37%;
	height: 40px;
	position: relative;
	top: 20px;
	z-index: 9;
	margin: 0 auto;
}
.vivo-search .search-box input {
	float: left;
	width: 85%;
	height: 40px;
	padding: 10px;
	font-size: 15px;
	color: #555;
	border: none;
	background: #fff;
	vertical-align: middle;
}
.vivo-search .search-box button {
	float: right;
	width: 15%;
	height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
	background-color: #1391a7;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.vivo-search .search-box button:hover {
	background-color: #2da9bf;
}
.vivo-search .search-box .close {
	display: block;
	position: absolute;
	top: 12px;
	right: -40px;
	color: #FFF;
	font-size: 16px;
}
.vivo-search .search-box .close:hover {
	cursor: pointer;
}
nav {
	float: right;
	width: 35%;
}
nav &gt; ul &gt; li {
	float: left;
	width: 10%;
	font-size: 1.6rem;
	color: #333;
	margin: 0 3.3%;
	line-height: 102px;
	text-align: center;
}
nav &gt; ul &gt; li &gt; a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	position: relative;
}
nav &gt; ul &gt; li &gt; a:before {
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	bottom: 30px;
	position: absolute;
	border-bottom: 2px solid #1391a7;
	box-sizing: border-box;
	transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}
nav &gt; ul &gt; li:hover &gt; a {
	color: #1391a7;
}
nav &gt; ul &gt; li:hover &gt; a:before {
	width: 100%;
}
.dropdown {
	display: none;
	width: 7%;
	position: absolute;
	top: 102px;
	left: auto;
	margin-left: -2%;
	z-index: 9;
}
.dropdown ul li {
	width: 100%;
	line-height: 2.5;
	background-color: #FFF;
	border-top: solid 1px #eeeeee;
}
.dropdown ul li a {
	font-size: 1.3rem;
	color: #555;
}
.dropdown ul li a:hover {
	color: #1391a7;
}
footer .ft-wrap {
	width: 100%;
	padding: 2% 0;
	background: -webkit-linear-gradient(left, #1593a8, #59c1b0);
	background: -o-linear-gradient(right, #1593a8, #59c1b0);
	background: -moz-linear-gradient(right, #1593a8, #59c1b0);
	background: linear-gradient(to right, #1593a8, #59c1b0);
	overflow: hidden;
}
.ft-logo {
	float: left;
	width: 12%;
	margin-left: 6%;
	margin-top: 2.5%;
	text-align: center;
}
.ft-menu {
	float: left;
	width: 43%;
	margin-left: 9.5%;
}
.ft-menu dl {
	float: left;
	width: 12.5%;
	padding-top: 1.4%;
	margin: 0 3.75%;
}
.ft-menu dl dt {
	color: #FFF;
	font-size: 1.6rem;
	margin-bottom: 10%;
}
.ft-menu dl dt:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #33a49f;
	border-bottom: solid 1px #76d1cc;
	margin-top: 10px;
}
.ft-menu dl dt a {
	color: #FFF;
}
.ft-menu dl dd {
	line-height: 2;
	color: #eeeeee;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ft-menu dl dd a {
	font-size: 1.4rem;
	color: #eeeeee;
}
.ft-menu dl dd a:hover {
	color: #FFF;
	text-decoration: underline;
}
.ft-other {
	float: right;
	width: 13.5%;
	margin-right: 2.5%;
	margin-top: 2.5%;
}
.ft-other h3 {
	color: #ffffff;
	font-size: 1.8rem;
	text-align: right;
}
.ft-other h3 font {
	color: #ffffff;
	font-size: 2.6rem;
	font-family: sans-serif;
	font-weight: bold;
}
.ft-other .ft-share {
	font-size: 1.2rem;
	color: #ffffff;
	text-align: right;
	margin-top: 10%;
}
.ft-other .ft-share span {
	vertical-align: middle;
}
.ft-other .ft-share .bshare-custom {
	display: inline-block;
}
.ft-bottom {
	width: 100%;
	line-height: 50px;
	background-color: #161616;
	overflow: hidden;
}
.ft-bottom .copyright {
	float: left;
	font-size: 1.2rem;
	color: #919090;
	margin-left: 2.5%;
}
.ft-bottom .dm {
	float: right;
	font-size: 1.2rem;
	color: #919090;
	margin-right: 3%;
}
.ft-bottom .dm a {
	color: #919090;
}
.ft-bottom .dm a:hover {
	color: #FFF;
}
.fixed-nav {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000;
	z-index: 9;
	display: none;
}
.fixed-nav ul li {
	width: 25%;
	height: 60px;
	float: left;
	border-right: solid 1px #FFF;
	text-align: center;
	padding-top: 2.5%;
}
.fixed-nav ul li:last-of-type {
	border-right: none;
}
.fixed-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.fixed-nav ul li a i {
	font-size: 2.5rem;
}
.fixed-nav ul li a h4 {
	font-size: 1.4rem;
}
.fixed-nav ul li a i, .fixed-nav ul li a h4 {
	color: #FFF;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.container:before, .container:after {
	content: '';
	display: table;
	clear: both;
}
#p1 #h1, #p2 #h2, #p3 #h3, #p4 #h4, #p5 #h5, #p6 #h6 {
	color: #1391a7;
}
#p1 #h1:before, #p2 #h2:before, #p3 #h3:before, #p4 #h4:before, #p5 #h5:before, #p6 #h6:before {
	width: 100%;
}

/* 鎵嬫満瀵艰埅 */
#hamburger {
	box-sizing: border-box;
	display: none;
	width: 24px;
	height: 14px;
	position: fixed;
	top: 35px;
	right: 5%;
	z-index: 9999;
}
#hamburger:before, #hamburger:after, #hamburger span {
	background: #1391a7;
	content: '';
	display: block;
	width: 24px;
	height: 2px;
}
#hamburger span {
	margin: 4px 0 0 0;
}
#hamburger:after {
	margin: 4px 0 0 0;
}
#hamburger.hb-absolute {
	position: absolute;
}
#hamburger.hb-fixed {
	position: fixed;
}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {
	-webkit-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;
	-webkit-transition-property: transform, top, bottom, left, opacity, margin;
	transition-property: transform, top, bottom, left, opacity, margin;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
	top: 20px;
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before {
	transform: rotate( 45deg );
	margin: 7.5px 0 0 0;
}
html.mm-opening #hamburger:after {
	transform: rotate( -45deg );
	margin: -7.5px 0 0 0;
}

/* 棣栭〉 */
.swiper-slide {
	text-align:center;
}
.txtScroll-left {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 1.35% 0 1.35% 1.7%;
}
.txtScroll-left .hd {
	float: left;
	overflow: hidden;
	font-size: 0;
}
.txtScroll-left .hd .prev, .txtScroll-left .hd .next {
	display: inline-block;
	width: 35px;
	height: 26px;
	overflow: hidden;
	cursor: pointer;
	border: solid 1px #cccccc;
	color: #cecece;
	font-size: 14px;
	font-family: sans-serif;
	box-sizing: border-box;
	text-align: center;
	line-height: 24px;
}
.txtScroll-left .hd .prev {
	border-radius: 4px 0 0 4px;
}
.txtScroll-left .hd .next {
	border-radius: 0 4px 4px 0;
	border-left: none;
}
.txtScroll-left .hd .prev:hover, .txtScroll-left .hd .next:hover {
	color: #1391a7;
}
.txtScroll-left .bd {
	float: left;
	width: 70%;
	margin-left: 2%;
	overflow: hidden;
}
.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.txtScroll-left .bd ul li {
	float: left;
	width: 100%;
	line-height: 24px;
}
.txtScroll-left .bd ul li time {
	font-size: 1.4rem;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-right: 1.6%;
}
.txtScroll-left .bd ul li i {
	vertical-align: middle;
	margin-right: 8px;
	color: #BABABA;
	font-size: 1.4rem;
}
.txtScroll-left .bd ul li a {
	font-size: 1.4rem;
	color: #4d4d4d;
	vertical-align: middle;
}
.txtScroll-left .bd ul li a:hover {
	color: #1391a7;
}
.index-tabs {
	width: 100%;
	background: url(../images/index-product.jpg) center top no-repeat;
	background-size: cover;
	padding-bottom: 4.85%;
}
.index-tabs .tabs {
	width: 75%;
	margin: 0 auto;
}
.index-tabs .tabs ul:after {
	content: '';
	display: table;
	clear: both;
}
.index-tabs .tabs ul li {
	float: left;
	width: 6.666666%;
	margin: 0 5%;
}
.index-tabs .tabs ul li a {
	display: block;
	font-size: 2rem;
	color: #FFF;
	transition: all 1s ease 0s;
}
.index-tabs .tabs ul li a i {
	display: block;
}
.index-tabs .tabs ul li a i:before {
	content: '';
	display: block;
	width: 2px;
	height: 92px;
	background-color: #FFF;
	margin: 0 auto;
}
.index-tabs .tabs ul li a i:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: solid 2px #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0 auto;
}
.index-tabs .tabs ul li a figure {
	text-align: center;
}
.index-tabs .tabs ul li a figure.icon-tabs_hover {
	display: none;
}
.index-tabs .tabs ul li a h3 {
	font-size: 2rem;
	color: #FFF;
	text-align: center;
	line-height: 2.3;
}
.index-tabs .tabs &gt; div {
	margin-top: 4.95%;
	padding-left: 39%;
	overflow: hidden;
}
.index-tabs .tabs &gt; div h1 {
	float: left;
	font-size: 4rem;
	color: #FFF;
}
.index-tabs .tabs &gt; div h1 font {
	display: block;
	font-size: 1.6rem;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
}
.index-tabs .tabs &gt; div article {
	float: left;
	width: 50%;
	padding-left: 4.7%;
}
.index-tabs .tabs &gt; div article p {
	font-size: 1.4rem;
	color: #FFF;
	line-height: 1.75;
}
.index-tabs .tabs &gt; div article a {
	display: block;
	width: 36%;
	line-height: 48px;
	color: #4d4c4c;
	font-size: 1.4rem;
	background-color: #FFF;
	text-align: center;
	border-radius: 25px;
	margin-top: 10.5%;
	transition: all 0.5s ease 0s;
}
.index-tabs .tabs &gt; div article a:hover {
	color: #FFF;
	background-color: #9dd0ae;
}
.index-tabs .tabs .active a i:before {
	background-color: #9dd0ae;
}
.index-tabs .tabs .active a i:after {
	border-color: #9dd0ae;
}
.index-tabs .tabs .active a figure.icon-tabs {
	display: none;
}
.index-tabs .tabs .active a figure.icon-tabs_hover {
	display: block;
}
.index-tabs .tabs .active a h3 {
	color: #9dd0ae;
}
.swiper-container1 {
	display: none;
	padding: 7% 0;
}
.swiper-container1 .swiper-slide h1 {
	font-size: 2rem;
	color: #FFF;
	text-align: center;
}
.swiper-container1 .swiper-slide h1 font {
	display: block;
	font-size: 1.5rem;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
}
.swiper-container1 .swiper-slide article {
	width: 100%;
	padding: 0 2.5%;
}
.swiper-container1 .swiper-slide article p {
	font-size: 1.3rem;
	color: #FFF;
	line-height: 1.4;
}
.swiper-container1 .swiper-slide article a {
	display: block;
	width: 25%;
	line-height: 32px;
	color: #4d4c4c;
	font-size: 1.2em;
	background-color: #FFF;
	text-align: center;
	border-radius: 25px;
	transition: all 0.5s ease 0s;
	margin: 0 auto;
	margin-top: 4%;
}
.index-sc {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.index-s {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.index-s &gt; img {
	max-width: none;
	transition: all 1s ease 0s;
}
.index-s:hover &gt; img {
	transform: scale(1.05);
}
.index-s article {
	position: absolute;
	top: 32.5%;
	left: 6.5%;
}
.index-s article h6 {
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.index-s article h3 {
	font-size: 3rem;
	color: #FFF;
	line-height: 1.3;
}
.index-s article p {
	width: 39%;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 1.7;
	padding-top: 1.8%;
}
.index-s article a {
	display: block;
	width: 16%;
	line-height: 48px;
	background-color: #FFF;
	color: #4d4c4c;
	font-size: 1.4rem;
	border-radius: 25px;
	text-align: center;
	margin-top: 5%;
	transition: all 0.6s ease 0s;
}
.index-s article a:hover {
	background-color: #1391a7;
	color: #FFF;
}
.index-c {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.index-c &gt; img {
	max-width: none;
	transition: all 1s ease 0s;
}
.index-c:hover &gt; img {
	transform: scale(1.05);
}
.index-c section {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23.333%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.index-c section figure {
	position: relative;
}
.index-c section figure figcaption {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}
.index-c section figure figcaption h6 {
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	line-height: 1.7;
}
.index-c section figure figcaption h3 {
	font-size: 3em;
	color: #FFF;
	text-align: center;
}
.index-c section figure figcaption h3 a {
	color: #FFF;
}

/* 鍐呴〉 */
.inside-banner {
	text-align:center;
}
.title {
	font-size: 3rem;
	color: #1391a7;
	line-height: 1.8;
	text-align: center;
	position: relative;
}
.title:before {
	content: '';
	display: block;
	width: 155px;
	height: 1px;
	background-color: #dcdcdc;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.title:after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background-color: #1391a7;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
}
.go-back {
	display: none;
	width: 100%;
	height: 36px;
	margin-bottom: 25px;
	line-height: 36px;
	color: #1391a7;
	text-align: right;
	font-size: 1.5rem;
}
.go-back a {
	padding: 0 4px;
	color: #1391a7;
	vertical-align: middle;
}
.go-back a:hover {
	text-decoration: underline;
}
.page-jump div {
	line-height: 42px;
	margin-top: 10px;
	padding-left: 20px;
	background: #E6E6E6;
	font-size: 1.4rem;
	color: #333;
}

/* 鍏充簬鎴戜滑 */
.about-profile, .about-rd, .about-im {
	width: 100%;
	background-color: #f9f9f9;
	padding-top: 2.8%;
}
.about-profile_wrap p {
	font-size: 1.4rem;
	color: #6b6b6b;
	text-indent: 2em;
	line-height: 1.7;
	padding-top: 2.1%;
}
.about-rd ol {
	width: 100%;
	overflow: hidden;
	padding-top: 2.4%;
}
.about-rd ol:after {
	content: '';
	display: table;
	clear: both;
}
.about-rd ol li {
	float: left;
	width: 32.333333%;
	height: 600px;
	padding: 2.1% 2.7% 0 2.7%;
	margin-right: 1.5%;
}
.about-rd ol li:nth-of-type(1) {
	background-color: #1391a7;
}
.about-rd ol li:nth-of-type(2) {
	background-color: #259eaa;
}
.about-rd ol li:nth-of-type(3) {
	background-color: #45b3ae;
	margin-right: 0;
}
.about-rd ol li i {
	display: block;
	width: 100px;
	height: 100px;
	border: 2px #fff solid;
	border-radius: 50%;
	margin: 0 auto;
}
.about-rd ol li h3 {
	font-size: 2.5rem;
	color: #FFF;
	text-align: center;
	padding-top: 4.2%;
}
.about-rd ol li p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.75;
	padding-top: 4.8%;
}
.about-rd ol li figure {
	text-align: center;
	padding-top: 8.8%;
}
.about-im .tabs {
	margin-top: 3.4%;
}
.about-im .tabs ul {
	text-align: center;
}
.about-im .tabs ul li {
	display: inline-block;
	width: 15%;
	line-height: 50px;
	margin: 0 0.6%;
}
.about-im .tabs ul li a {
	display: block;
	font-size: 1.8rem;
	color: #333;
	transition: all .5s ease 0s;
	background-color: #ddd;
	text-align: center;
}
.about-im .tabs &gt; div {
	margin-top: 5.4%;
}
.about-im .tabs &gt; div p {
	font-size: 1.4rem;
	color: #6b6b6b;
	text-align: center;
	line-height: 1.6;
}
.about-im .tabs &gt; div figure {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	padding-top: 2%;
}
.about-im .tabs &gt; div figure img {
	width: 50%;
}
.about-im .tabs .active a {
	background-color: #333;
	color: #fff;
}
.about-news {
	width: 100%;
	background-color: #f9f9f9;
	padding-top: 2.8%;
	padding-bottom: 3.6%;
}
.NewsSlider {
	width: 100%;
	overflow: hidden;
	padding-top: 3.3%;
}
.newsPicWrap {
	position: relative
}
.NewsSlider .newsPic {
	position: relative;
}
.NewsSlider .newsPic:after {
	content: '';
	display: table;
	clear: both;
}
.NewsSlider .newsPic li {
	float: left;
}
.NewsSlider .newsPic li a {
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	position: relative;
	transform: scale(1);
}
.NewsSlider .newsPic li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease 0s;
}
.NewsSlider .newsPic li.current a {
	transform: scale(1.05);
	z-index: 1;
}
.NewsSlider .newsPic li.current a:before {
	opacity: 0;
}
.newsText {
	width: 58%;
	margin: 72px auto 0;
	height: 195px;
	position: relative;
}
.newsText .newsUl {
	position: absolute;
}
.newsText .newsUl li {
	float: left;
	padding: 0 155px;
	position: relative;
	opacity: 0;
	box-sizing: content-box;
}
.newsText .newsUl h4 {
	font-size: 1.8rem;
	color: #555555;
	text-align: center;
}
.newsText .newsUl time {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	color: #808080;
	text-align: center;
}
.newsText .newsUl time i {
	color: #808080;
	margin-right: 6px;
	padding-top: 12px;
}
.newsText .newsUl p {
	font-size: 1.4rem;
	color: #555555;
	line-height: 1.8;
	padding-top: 17px;
}
.newsText .newsUl li.current {
	opacity: 1;
}
.PrevBtn, .nextBtn {
	width: 50px;
	height: 50px;
	background-color: rgba(158,158,158,0.2);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	padding-top: 9px;
}
.PrevBtn i, .nextBtn i {
	color: #FFF;
}
.PrevBtn {
	margin-top: -25px;
	left: 30px;
}
.nextBtn {
	margin-top: -25px;
	left: auto;
	right: 30px;
}
.PrevBtn:hover, .nextBtn:hover {
	background-color: #000;
}
.about-news &gt; a {
	width: 116px;
	height: 39px;
	display: block;
	border: solid 2px rgba(221,221,221,0.8);
	text-align: center;
	line-height: 35px;
	font-size: 1.4rem;
	color: #259ca2;
	margin: 0 auto;
	transition: all 0.6s ease 0s;
}
.about-news &gt; a:hover {
	border-color: #259ca2;
}
.news {
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
	padding-top: 2.8%;
	padding-bottom: 2.65%;
}
.news ol li {
	width: 100%;
	margin-top: 2.5%;
	overflow: hidden;
	background-color: #FFF;
}
.news ol li figure {
	float: left;
	width: 30%;
}
.news ol li article {
	float: left;
	width: 70%;
	padding: 2%;
}
.news ol li article h3 {
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ol li article h3 a {
	font-size: 1.8rem;
	color: #333333;
}
.news ol li article time {
	display: block;
	font-size: 1.44em;
	color: #a0a0a0;
	padding-top: 1%;
}
.news ol li article time i {
	margin-right: 6px;
}
.news ol li article time font {
	font-family: Arial, Helvetica, sans-serif;
}
.news ol li article p {
	width: 100%;
	font-size: 1.4rem;
	color: #666666;
	line-height: 2.1;
	padding-top: 2.5%;
}
.news ol li article .more {
	width: 100%;
	text-align: right;
	padding-top: 4%;
}
.news ol li article .more a {
	font-size: 1.4rem;
}
.news ol li article h3 a:hover {
	color: #1391a7;
}
.newsshow {
	width: 100%;
	padding-top: 2.8%;
	padding-bottom: 2.65%;
}
.newsshow-title {
	text-align: center;
	font-size: 2rem;
	line-height: 36px;
	color: #333;
	margin-top: 2.5%;
}
.newsshow-time {
	text-align: center;
	line-height: 30px;
	color: #555;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 1.7%;
	font-size: 1.4rem;
}
.newsshow-time label {
	margin-right: 2em;
}
.newsshow-time time {
	color: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
}
.newsshow-time time i {
	margin-right: 6px;
}
.newsshow-cont {
	padding: 2.5% 0 2% 0;
	font-size: 1.4rem;
	color: #555;
	line-height: 1.8;
}
.newsshow-cont p {
	margin-bottom: 10px;
	text-indent: 2em;
	margin: 0;
}
.about-culture {
	width: 100%;
	background: url(../images/about-culturebg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 2.8%;
	padding-bottom: 5.3%;
}
.about-culture .title {
	color: #FFF;
}
.about-culture .title:before {
	background-color: rgba(220,220,220,0.5);
}
.about-culture .title:after {
	background-color: #FFF;
}
.about-culture_wrap &gt; p {
	width: 53%;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	line-height: 1.75;
	padding-top: 2.4%;
	margin: 0 auto;
}
.about-culture_wrap ol {
	width: 100%;
	padding-top: 4.4%;
	overflow: hidden;
}
.about-culture_wrap ol li {
	width: 25%;
	float: left;
}
.about-culture_wrap ol li figure {
	width: 154px;
	border: solid 1px #FFF;
	border-radius: 50%;
	margin: 0 auto;
}
.about-culture_wrap ol li h5 {
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	line-height: 3;
}
.about-culture_wrap ol li p {
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	line-height: 1.8;
	padding-top: 3.3%;
}
.honor {
	width: 100%;
	background-color: #f9f9f9;
	padding-top: 2.8%;
	padding-bottom: 4.5%;
}
.honor p {
	font-size: 1.4rem;
	color: #555;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 4.5%;
}
.honor .owl-carousel {
	position: relative;
}
.honor .item {
	text-align: center;
}
.honor .item h3 {
	font-size: 1.3rem;
	color: #555;
	line-height: 3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.honor .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 125px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #cccccc;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 3rem;
	font-weight: bold;
}
.honor .owl-theme .owl-nav [class*=owl-]:hover {
	background: #2da9bf;
}
.honor .owl-theme .owl-nav .owl-prev {
	left: -70px;
}
.honor .owl-theme .owl-nav .owl-next {
	right: -70px;
}

/* 浜у搧涓績 */
.product {
	padding-top: 2.8%;
	padding-bottom: 3%;
}
.ptype {
	width: 100%;
	overflow: hidden;
	padding-top: 6.25%;
}
.ptype &gt; ul &gt; li {
	width: 31.333333%;
	float: left;
	margin: 0 1%;
	position: relative;
	margin-bottom: 2.7%;
}
.ptype &gt; ul &gt; li figure {
	width: 100%;
	height: 100%;
	position: relative;
}
.ptype &gt; ul &gt; li figure:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 1s ease 0s;
	opacity: 1;
}
.ptype &gt; ul &gt; li article {
	width: 80%;
	height: 73.5%;
	background-color: rgba(29,152,168,0);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding: 0 10%;
	z-index: 2;
	transition: all 1s ease 0s;
}
.ptype &gt; ul &gt; li article figcaption {
	transition: all 1s ease 0s;
}
.ptype &gt; ul &gt; li article figcaption h3 {
	font-size: 2rem;
	color: #FFF;
	padding-top: 4.7%;
}
.ptype &gt; ul &gt; li article ol {
	padding-top: 11%;
	transition: all 1s ease 0s;
	opacity: 0;
}
.ptype &gt; ul &gt; li article ol li {
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ptype &gt; ul &gt; li article ol li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #FFF;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 9px;
}
.ptype &gt; ul &gt; li article ol li a {
	color: #FFF;
	font-size: 1.4rem;
}
.ptype &gt; ul &gt; li article ol li:hover {
	background-color: #FFF;
	color: #1391a7;
}
.ptype &gt; ul &gt; li article ol li:hover:before {
	background-color: #1391a7;
}
.ptype &gt; ul &gt; li article ol li:hover a {
	color: #1391a7;
}
.ptype &gt; ul &gt; li:hover figure:after {
	opacity: 0;
}
.ptype &gt; ul &gt; li:hover article {
	background-color: rgba(29,152,168,0.8);
}
.ptype &gt; ul &gt; li:hover article figcaption {
	transform: translateY(16px);
}
.ptype &gt; ul &gt; li:hover article ol {
	opacity: 1;
}
.pdetail {
	width: 100%;
	overflow: hidden;
	padding-top: 2.1%;
	padding-bottom: 2.1%;
	background-color: #b8dee5;
}
.pdetail .pdetail-main {
	width: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,0.4);
}
.pdetail .pdetail-main article {
	width: 45%;
	float: left;
	padding: 5% 5% 0 5%;
	text-align: center;
}
.pdetail .pdetail-main article figure {
	display: inline-block;
	width: 100px;
	padding: 13px;
	background-color: #1391a7;
	border-radius: 50%;
}
.pdetail .pdetail-main article h3 {
	font-size: 2.6rem;
	color: #1391a7;
	text-align: center;
	padding-top: 3.75%;
}
.pdetail .pdetail-main article p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.75;
	text-align: left;
	padding-top: 7.4%;
}
.pdetail .pdetail-main .swiper-container {
	width: 55%;
	float: right;
}

.pdetail-list {
	width: 100%;
	background: url(../images/pdetail-list.jpg) center top no-repeat;
	padding-top: 60px;
}
.pdetail-list ol {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.pdetail-list ol li {
	display: inline-block;
	line-height: 60px;
	text-align: center;
	margin: 0 7px;
}
.pdetail-list ol li a {
	display: block;
	background-color: #333;
	color: #FFF;
	font-size: 18px;
	padding: 0 20px;
}
.pdetail-list ol li a:hover {
	background-color: #FFF;
	color: #1391a7;
}
#l1 {
	background-color: #FFF;
	color: #1391a7;
}

.pr1-word {
	background-color: #FFF;
	padding-top: 3.1%;
	padding-bottom: 2.6%;
}
.pr1-word p {
	font-size: 1.4rem;
	color: #333;
	padding: 0 1.5%;
	line-height: 2.1;
	margin-top: 3.1%;
}
.pr1-col-2 {
	background-color: #f8f8f8;
	padding-top: 3.2%;
	padding-bottom: 1.9%;
}
.pr1-col-2 .pr1-left {
	width: 50%;
	float: left;
	padding-left: 1.5%;
}
.pr1-col-2 .pr1-right {
	width: 50%;
	float: right;
	padding-left: 1.5%;
}
.pr1-col-2 .pr1-left h4, .pr1-col-2 .pr1-right h4 {
	font-size: 3rem;
	color: #1391a7;
	border-left: solid 5px #1391a7;
	line-height: 1.17;
	padding-left: 2.3%;
	margin-bottom: 5.2%;
}
.pr1-col-2 .pr1-left p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.1;
	margin-bottom: 11%;
}
.pr1-pic {
	background: url(../UploadFile/pd-picbg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 2.45%;
	padding-bottom: 8.95%;
}
.pr1-pic figure {
	text-align: center;
	padding-top: 11%;
}
.pr1-technology {
	padding-top: 3.4%;
}
.pr1-technology ol {
	margin-top: 2.45%;
	overflow: hidden;
}
.pr1-technology ol li {
	width: 32%;
	float: left;
	height: 1062px;
	margin-right: 2%;
	padding: 1.65% 2.4% 0 2.4%;
}
.pr1-technology ol li:nth-child(1) {
	background-color: #1391a7;
}
.pr1-technology ol li:nth-child(2) {
	background-color: #259eaa;
}
.pr1-technology ol li:nth-child(3) {
	background-color: #45b3ae;
	margin-right: 0;
}
.pr1-technology ol li figure:first-of-type {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border: solid 2px #FFF;
	border-radius: 50%;
}
.pr1-technology ol li figure:last-of-type {
	text-align: center;
	padding-top: 4%;
}
.pr1-technology ol li h4 {
	font-size: 2.5rem;
	color: #FFF;
	text-align: center;
	padding-top: 3.4%;
}
.pr1-technology ol li p {
	font-size: 1.4rem;
	color: #FFF;
	line-height: 1.7;
	padding-top: 5%;
}
.pr1-system {
	padding-top: 1.85%;
	padding-bottom: 7%;
}
.pr1-system .tabs {
	overflow: hidden;
	margin-top: 5.9%;
}
.pr1-system .tabs ul:after {
	content: '';
	display: table;
	clear: both;
}
.pr1-system .tabs ul li {
	width: 24%;
	float: left;
	background-color: #eee;
	margin: 0 0.5%;
	padding-top: 4.2%;
	padding-bottom:5.5%;
}
.pr1-system .tabs ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.pr1-system .tabs ul li a h3 {
	width: 112px;
	height: 112px;
	line-height: 124px;
	font-family: 'cenobyteregular';
	font-size: 6rem;
	background-color: #c3c3c3;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.pr1-system .tabs ul li a h6 {
	font-size: 2rem;
	color: #333;
	text-align: center;
	padding-top: 11%;
}
.pr1-system .tabs &gt; div {
	margin-top: 4.6%;
}
.pr1-system .tabs &gt; div p {
	font-size: 1.4rem;
	text-align: center;
	color: #555;
	line-height: 2;
}
.pr1-system .tabs ul li.active {
	background-color: #009b4d;
}
.pr1-system .tabs ul li.active a h3 {
	background-color: #FFF;
	color: #009b4d;
}
.pr1-system .tabs ul li.active a h6 {
	color: #FFF;
}

.pr2-word {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr2-word p {
	font-size: 1.4rem;
	color: #333;
	padding: 0 1.5%;
	line-height: 2.1;
	margin-top: 3.1%;
}
.pr2-type {
	padding-top: 3.1%;
}
.pr2-type .pr2-type-table {
	background: -webkit-linear-gradient(#1391a7, #45b3ae);
	background: -moz-linear-gradient(#1391a7, #45b3ae);
	background: -o-linear-gradient(#1391a7, #45b3ae);
	background: linear-gradient(#1391a7, #45b3ae);
	margin-top: 2.9%;
}
.pr2-type .pr2-type-table h4 {
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	line-height: 100px;
}
.pr2-type .pr2-type-table ol {
	overflow: hidden;
}
.pr2-type .pr2-type-table ol li {
	width: 25%;
	height:448px;
	float: left;
	border-right: 1px #fff solid;
}
.pr2-type .pr2-type-table ol li:last-of-type {
	border-right: none;
}
.pr2-type .pr2-type-table ol li h5 {
	line-height: 80px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
.pr2-type .pr2-type-table ol li h5 img {
	margin-right: 4%;
}
.pr2-type .pr2-type-table ol li figure {
	text-align: center;
	padding: 7.4% 1% 9% 1%;
}
.pr2-feature {
	padding-top: 3.1%;
}
.pr2-feature figure {
	text-align: center;
	padding-top: 4.7%;
}
.pr2-feature ol {
	overflow: hidden;
	margin-top: 2.7%;
}
.pr2-feature ol li {
	width: 21.5%;
	height: 258px;
	float: left;
	border-radius: 50%;
}
.pr2-feature ol li:nth-of-type(1) {
	background-color: #1391a7;
	margin-left: 23%;
}
.pr2-feature ol li:nth-of-type(2) {
	background-color: #259eaa;
	margin-left: -5%;
}
.pr2-feature ol li:nth-of-type(3) {
	background-color: #45b3ae;
	margin-left: -5%;
}
.pr2-feature ol li h3 {
	font-family: 'cenobyteregular';
	font-size: 6rem;
	color: #fff;
	text-align: center;
	padding-top: 15%;
}
.pr2-feature ol li p {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.7;
	padding-left: 20%;
}
.pr2-sizes {
	padding-top: 3.1%;
	padding-bottom: 3.2%;
}
.pr2-sizes .pr2-sizes_wrap {
	overflow: hidden;
	margin-top: 7%;
}
.pr2-sizes .pr2-sizes_wrap figure {
	width: 44%;
	float: left;
	margin-left: 3.25%;
}
.pr2-sizes .pr2-sizes_wrap table {
	width: 48%;
	float: right;
	margin-top: 13%;
	margin-right: 1.583333%;
}
.pr2-sizes .pr2-sizes_wrap table th {
	height: 48px;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
}
.pr2-sizes .pr2-sizes_wrap table td {
	height: 48px;
	color: #6d6d6d;
	text-align: center;
	font-size: 2rem;
}

.pr3-word {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr3-word p {
	font-size: 1.4rem;
	color: #333;
	padding: 0 1.5%;
	line-height: 2.1;
	margin-top: 3.1%;
}
.pr3-col-2 {
	background-color: #f8f8f8;
	padding-top: 2.2%;
	padding-bottom: 1.9%;
	margin-top:2%;
}
.pr3-col-2 .pr3-left {
	width: 50%;
	float: left;
	padding-left: 1.5%;
}
.pr3-col-2 .pr3-right {
	width: 50%;
	float: right;
	padding-left: 1.5%;
}
.pr3-col-2 .pr3-left h4, .pr3-col-2 .pr3-right h4 {
	font-size: 3rem;
	color: #1391a7;
	border-left: solid 5px #1391a7;
	line-height: 1.17;
	padding-left: 2.3%;
	margin-bottom: 5.2%;
}
.pr3-Efeature {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr3-Efeature ol {
	overflow:hidden;
	margin-top: 3.5%;
}
.pr3-Efeature ol li {
	width:13%;
	height:283px;
	background-color:#2ea3aa;
	float:left;
	padding-top: 1.6%;
	margin-right:1.5%;
	position: relative;
}
.pr3-Efeature ol li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 30px #fff solid;
	border-left: 78px transparent solid;
	border-right: 78px transparent solid;
}
.pr3-Efeature ol li:last-of-type {
	margin-right:0;
}
.pr3-Efeature ol li h4 {
	font-size:2.8rem;
	color:#fff;
	text-align:center;
	line-height: 1.24;
}
.pr3-Efeature ol li h4:after {
	content: '';
	display: block;
	width: 31px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 4.6%;
}
.pr3-Efeature ol li p {
	font-size:1.4rem;
	color:#fff;
	text-align:center;
	line-height: 1.9;
	margin-top: 9%;
}
.pr3-scopeA {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr3-scopeA ol {
	margin-top: 3.5%;
}
.pr3-scopeA ol:after {
	content: '';
	display: table;
	clear: both;
}
.pr3-scopeA ol li {
	width: 25%;
	float: left;
	text-align: center;
}
.pr3-scopeA ol li img {
	box-shadow: 0 0 10px #f1f1f1;
}
.pr3-scopeA ol li h4 {
	font-size: 1.4rem;
	color: #333;
	padding-top: 10.4%;
}
.pr3-eid {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr3-eid .pr3-eid-wrap {
	margin-top: 3.5%;
	overflow: hidden;
}
.pr3-eid .pr3-eid-wrap figure {
	float: left;
}
.pr3-eid .pr3-eid-wrap figure:nth-of-type(1) {
	width: 38.333333%;
}
.pr3-eid .pr3-eid-wrap figure:nth-of-type(2) {
	width: 32.916666%;
}
.pr3-eid .pr3-eid-wrap figure:nth-of-type(3) {
	width: 28.75%;
}
.pr3-para {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr3-para .title {
	margin-bottom: 3.5%;
}
.pr3-para .color-white {
	color: #fff;
}
.pr3-para .table-bordered&gt;tbody&gt;tr&gt;td, .table-bordered&gt;tbody&gt;tr&gt;th, .table-bordered&gt;tfoot&gt;tr&gt;td, .table-bordered&gt;tfoot&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td, .table-bordered&gt;thead&gt;tr&gt;th {
	border: 1px solid #fff;
	vertical-align: middle;
}
.pr3-para p {
	font-size: 1.3rem;
	color: #4e4e4e;
}
.pr3-pfeature {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr3-pfeature ol {
	margin-top: 3%;
	overflow: hidden;
}
.pr3-pfeature ol li {
	width: 19.333333%;
	height: 232px;
	float: left;
	border: 1px #1391a7 solid;
	padding: 2px;
	border-radius: 50%;
	margin: 0 0.333333%;
	margin-bottom: 3.3%;
}
.pr3-pfeature ol li:nth-of-type(5n+5) {
	margin-right: 0;
}
.pr3-pfeature ol li section {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding-top: 15.8%;
	background: -webkit-linear-gradient(#1391a7, #45b3ae);
	background: -moz-linear-gradient(#1391a7, #45b3ae);
	background: -o-linear-gradient(#1391a7, #45b3ae);
	background: linear-gradient(#1391a7, #45b3ae);
}
.pr3-pfeature ol li section i {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.7rem;
	color: #fff;
	font-style: normal;
	text-align: center;
}
.pr3-pfeature ol li section p {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	padding: 0 10%;
	padding-top: 5%;
}
.pr3-col-2 .pr3-right p {
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 7.5%;
}
.pr3-col-2 .pr3-right span {
	display: block;
	font-size: 1.5rem;
	color: #000;
}
.pr3-col-2 .pr3-right ul li {
	width: 80%;
	color: #fff;
	padding: 3%;
	margin-top: 4%;
	background: -webkit-linear-gradient(#1593a8, #45b3ae);
	background: -moz-linear-gradient(#1593a8, #45b3ae);
	background: -o-linear-gradient(#1593a8, #45b3ae);
	background: linear-gradient(#1593a8, #45b3ae);
}
.pr3-col-2:last-of-type {
	margin-bottom: 2%;
}
.pr3-techjs {
	background-color: #fff;
}
.pr3-techjs h4 {
	font-size: 3rem;
	color: #1391a7;
	border-left: solid 5px #1391a7;
	line-height: 1.17;
	padding-left: 2.3%;
	margin-top: 3.1%;
	margin-bottom: 2%;
}
.pr3-techjs span {
	display: block;
	font-size: 1.5rem;
	color: #000;
}
.pr3-techjs section {
	overflow: hidden;
}
.pr3-techjs section figure:first-of-type {
	width: 54.583333%;
	float: left;
}
.pr3-techjs section figure:last-of-type {
	width: 39.833333%;
	float: right;
}
.pr3-techjs p {
	font-size: 1.4rem;
	color: #000;
	line-height: 1.95;
	padding-top: 3%;
}
.pr3-techjs article {
	background-color: #eaeaea;
	padding: 1% 0;
	margin-top: 2%;
}
.pr3-techjs article p {
	font-size: 1.4rem;
	color: #000;
	line-height: 2;
	padding-top: 0;
	padding-left: 2%;
}

.pr4-word {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr4-word p {
	font-size: 1.4rem;
	color: #333;
	padding: 0 1.5%;
	line-height: 2.1;
	margin-top: 3%;
}
.pr4-col-2 {
	background-color: #f8f8f8;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 3%;
}
.pr4-col-2 .pr4-left {
	width: 15%;
	float: left;
}
.pr4-col-2 .pr4-right {
	width: 75%;
	float: right;
}
.pr4-col-2 .pr4-left h4, .pr4-col-2 .pr4-right h4 {
	font-size: 3rem;
	color: #1391a7;
	border-left: solid 5px #1391a7;
	line-height: 1.17;
	padding-left: 2.3%;
}
.pr4-col-2 .pr4-left h4 {
	padding-left: 10%;
}
.pr4-col-2 .pr4-left ul {
	margin-top: 25%;
}
.pr4-col-2 .pr4-left ul li {
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 5%;
}
.pr4-col-2 .pr4-left ul li:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #31a6aa;
	vertical-align: middle;
	margin-right: 7%;
}
.pr4-col-2 .pr4-right ul {
	margin-top: 5%;
	overflow: hidden;
}
.pr4-col-2 .pr4-right ul li {
	width: 14.285714%;
	float: left;
}
.pr4-col-2 .pr4-right ul li figure {
	text-align: center;
}
.pr4-col-2 .pr4-right ul li p {
	font-size: 1.4rem;
	color: #333;
	padding: 0 5%;
	text-align: center;
	border-right: 1px #595959 solid;
	margin-top: 15%;
}
.pr4-col-2 .pr4-right ul li:last-of-type p {
	border-right: none;
}
.pr4-pic {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr4-pic figure {
	text-align: center;
	margin-top: 4%;
}
.pr4-mfeature {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr4-mfeature ul {
	margin-top: 3%;
	overflow: hidden;
}
.pr4-mfeature ul li {
	width: 22.5%;
	height: 227px;
	float: left;
	padding: 0 1.5%;
	padding-top: 2.8%;
	margin-right: 3.333333%;
	margin-bottom: 3%;
}
.pr4-mfeature ul li:nth-of-type(4n+4) {
	margin-right: 0;
}
.pr4-mfeature ul li:nth-of-type(odd) {
	background-color: #1391a7;
}
.pr4-mfeature ul li:nth-of-type(even) {
	background-color: #45b3ae;
}
.pr4-mfeature ul li h4 {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.pr4-mfeature ul li p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.7;
	padding-top: 4.5%;
}
.pr4-mfeature .pr4-mfeature-yljs {
	background-color: #2ea4aa;
	padding: 3%;
	overflow: hidden;
}
.pr4-mfeature .pr4-mfeature-yljs article {
	width: 50%;
	float: left;
}
.pr4-mfeature .pr4-mfeature-yljs article h4 {
	font-size: 3rem;
	color: #fff;
	border-left: solid 3px #fff;
	line-height: 1;
	padding-left: 2.3%;
}
.pr4-mfeature .pr4-mfeature-yljs article figure {
	margin-top: 5%;
	text-align: center;
}
.pr4-mfeature .pr4-mfeature-yljs p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 2;
	margin-top: 5%;
}
.pr4-sizes {
	background-color: #f8f8f8;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 3%;
}
.pr4-sizes .pr4-sizes-pic {
	margin-top: 2.5%;
	overflow: hidden;
}
.pr4-sizes h4 {
	font-size: 3rem;
	color: #1391a7;
	border-left: solid 3px #1391a7;
	line-height: 1;
	padding-left: 2%;
	margin-top: 4.5%;
}
.pr4-sizes .pr4-sizes-pic figure {
	width: 50%;
	float: left;
	text-align: center;
}
.pr4-cpgx {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr4-cpgx ul {
	position: relative;
	padding-bottom: 7%;
	margin-top: 3%;
}
.pr4-cpgx ul:after {
	content: '';
	display: table;
	clear: both;
}
.pr4-cpgx ul li {
	width: 37.916667%;
}
.pr4-cpgx ul li:nth-of-type(1) {
	width: 24.166666%;
	position: absolute;
	left: 37.916667%;
	top: 0;
}
.pr4-cpgx ul li:nth-of-type(1) img {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pr4-cpgx ul li:nth-of-type(2),
.pr4-cpgx ul li:nth-of-type(3) {
	height: 429px;
	padding: 3% 2%;
	margin-top: 5.5%;
}
.pr4-cpgx ul li:nth-of-type(2) {
	float: left;
	background: -webkit-linear-gradient(left, #1591a7, #269da9);
	background: -o-linear-gradient(right, #1591a7, #269da9);
	background: -moz-linear-gradient(right, #1591a7, #269da9);
	background: linear-gradient(to right, #1591a7, #269da9);
}
.pr4-cpgx ul li:nth-of-type(3) {
	float: right;
	background: -webkit-linear-gradient(left, #32a7ab, #42b2ac);
	background: -o-linear-gradient(right, #32a7ab, #42b2ac);
	background: -moz-linear-gradient(right, #32a7ab, #42b2ac);
	background: linear-gradient(to right, #32a7ab, #42b2ac);
}
.pr4-cpgx ul li h4 {
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2%;
}
.pr4-cpgx ul li h4 span {
	display: inline-block;
	width: 30px;
	height: 17px;
	line-height: 17px;
	font-size: 2rem;
	color: #1491a7;
	background-color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-right: 3%;
}
.pr4-cpgx ul li h4 span:before {
	content: '';
	position: absolute;
	top: -9px;
	left: 0;
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 9px solid #fff;
}
.pr4-cpgx ul li h4 span:after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 9px solid #fff;
}
.pr4-cpgx ul li p {
	font-size: 1.4rem;
	color: #fff;
	padding-left: 11%;
	margin-bottom: 3%;
}
.pr4-col-1 {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr4-col-1 h2 {
	margin-bottom: 3%;
}
.pr4-col-1 figure {
	width: 50%;
	float: left;
	text-align: center;
}
.pr4-col-1 figure img {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pr4-col-1 article {
	width: 50%;
	float: right;
	padding-left: 2%;
}
.pr4-col-1 article h4 {
	width: 25%;
	line-height: 32px;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	background: -webkit-linear-gradient(left, #1591a7, #43b1ad);
	background: -o-linear-gradient(right, #1591a7, #43b1ad);
	background: -moz-linear-gradient(right, #1591a7, #43b1ad);
	background: linear-gradient(to right, #1591a7, #43b1ad);
}
.pr4-col-1 article ul li {
	font-size: 1.4rem;
	color: #333;
	margin-top: 3%;
}
.pr4-col-1 article ul li:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #1591a7;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 2%;
}
.pr4-zfeature {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr4-zfeature p {
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	margin-top: 3%;
}
.pr4-zfeature ul {
	margin-top: 9%;
}
.pr4-zfeature ul:after {
	content: '';
	display: table;
	clear: both;
}
.pr4-zfeature ul li {
	width: 15%;
	height: 102px;
	float: left;
	background-color: #259eaa;
	margin-right: 2%;
	position: relative;
	margin-bottom: 7%;
}
.pr4-zfeature ul li:before {
	content: '';
	position: absolute;
	top: -52px;
	left: 0;
	width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 52px solid #259eaa;
}
.pr4-zfeature ul li:after {
	content: '';
	position: absolute;
	bottom: -52px;
	left: 0;
	width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 52px solid #259eaa;
}
.pr4-zfeature ul li:nth-of-type(6) {
	margin-right: 0;
}
.pr4-zfeature ul li:nth-of-type(7) {
	margin-left: 8.5%;
}
.pr4-zfeature ul li i {
	display: block;
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.pr4-zfeature ul li p {
	color: #fff;
	padding: 0 15%;
	margin-top: 0;
}
.pr4-tzjs {
	background-color: #FFF;
	padding-top: 3.1%;
	padding-bottom:3%;
}
.pr4-tzjs p {
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
}
.pr4-tzjs .pr4-tzjs-wrap {
	background-color: #f8f8f8;
	overflow: hidden;
}
.pr4-tzjs .pr4-tzjs-wrap ul {
	width: 50%;
	float: left;
	padding: 2.5% 5%;
}
.pr4-tzjs .pr4-tzjs-wrap ul li {
	line-height: 30px;
	overflow: hidden;
}
.pr4-tzjs .pr4-tzjs-wrap ul li i {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	font-size: 2rem;
	color: #fff;
	background-color: #299fa9;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 50%;
	margin-right: 2%;
}
.pr4-tzjs .pr4-tzjs-wrap ul li p {
	font-size: 1.6rem;
	color: #333;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2%;
}

.pr5-word {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr5-word p {
	font-size: 1.4rem;
	color: #333;
	padding: 0 1.5%;
	line-height: 2.1;
}
.pr5-word p:first-of-type {
	margin-top: 3.1%;
}
.pr5-col-2 {
	background-color: #fff;
	padding-top: 3.1%;
	padding-bottom: 2%;
}
.pr5-col-2 .pr5-left {
	width: 50%;
	float: left;
}
.pr5-col-2 .pr5-right {
	width: 50%;
	float: right;
}
.pr5-col-2 .pr5-left h4, .pr5-col-2 .pr5-right h4 {
	font-size: 3rem;
	color: #1391a7;
	border-left: solid 5px #1391a7;
	line-height: 1.17;
	padding-left: 2.3%;
	margin-bottom: 5.2%;
}
.pr5-col-2 .pr5-left p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.1;
	margin-bottom: 4%;
}
.color-f8f8f8 {
	background-color: #f8f8f8;
}
.pr5-feature {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr5-feature .pr5-feature-wrap {
	position: relative;
	padding-top: 13%;
	padding-bottom: 18.5%;
}
.pr5-feature .pr5-feature-wrap figure {
	text-align: center;
}
.pr5-feature .pr5-feature-wrap h4 {
	font-size: 2rem;
	color: #1391a7;
}
.pr5-feature .pr5-feature-wrap p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	padding-top: 1%;
}
#pr5-f1, #pr5-f2, #pr5-f3, #pr5-f4,
#pr5-f5, #pr5-f6, #pr5-f7, #pr5-f8 {
	position: absolute;
}
#pr5-f1 {
	top: 100px;
	right: 12%;
	width: 31%;
}
#pr5-f2 {
	top: 240px;
	right: 2%;
	width: 31%;
}
#pr5-f3 {
	top: 370px;
	right: 2%;
	width: 31%;
}
#pr5-f4 {
	top: 540px;
	right: 12%;
	width: 31%;
}
#pr5-f5 {
	top: 540px;
	left: 16%;
	width: 31%;
}
#pr5-f6 {
	top: 310px;
	left: 1%;
	width: 31%;
}
#pr5-f7 {
	top: 190px;
	left: 4%;
	width: 31%;
}
#pr5-f8 {
	top: 100px;
	left: 15%;
	width: 31%;
}
.pr5-mainf {
	background-color: #f8f8f8;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 2%;
}
.pr5-mainf ol {
	margin-top: 3%;
	overflow: hidden;
}
.pr5-mainf ol li {
	width: 50%;
	float: left;
	font-size: 1.3rem;
	color: #333;
	margin-bottom: 2%;
}
.pr5-mainf ol li span {
	width: 20%;
	line-height: 48px;
	float: left;
	background-color: #1391a7;
	color: #fff;
	font-size: 1.6rem;
	padding-left: 2%;
	margin-right: 4%;
}
.pr5-mainf ol li p {
	width: 76%;
	line-height: 48px;
	float: left;
}
.pr5-mainf ol li:nth-of-type(5),
.pr5-mainf ol li:nth-of-type(6) {
	width: 100%;
}
.pr5-mainf ol li:nth-of-type(5) span {
	width: 11%;
	padding-left: 1%;
	margin-right: 2%;
}
.pr5-mainf ol li:nth-of-type(5) p {
	width: 86%;
}
.pr5-mainf ol li:nth-of-type(6) span {
	width: 18%;
	padding-left: 1%;
	margin-right: 2%;
}
.pr5-mainf ol li:nth-of-type(6) p {
	width: 80%;
	line-height: 24px;
}
.pr5-optional {
	background-color: #fff;
	padding-top: 3.1%;
}
.pr5-optional ul {
	border-top: 4px #1391a7 solid;
	border-left: 2px #1391a7 solid;
	border-right: 2px #1391a7 solid;
	background-color: #1391a7;
	margin-top: 3%;
	overflow: hidden;
}
.pr5-optional ul li {
	width: 25%;
	float: left;
}
.pr5-optional ul li figure {
	text-align: center;
}
.pr5-optional ul li h5 {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	line-height: 3.8;
}
.pr5-system {
	background-color: #fff;
	padding-top: 3.1%;
}
.pr5-system ol {
	margin-top: 3%;
	overflow: hidden;
}
.pr5-system ol li {
	width: 21.666666%;
	height: 260px;
	float: left;
	border-radius: 50%;
	margin-left: -8.7%;
}
.pr5-system ol li:nth-of-type(1) {
	background-color: #1593a8;
	margin-left: 0;
}
.pr5-system ol li:nth-of-type(2) {
	background-color: #1d98a9;
}
.pr5-system ol li:nth-of-type(3) {
	background-color: #29a1aa;
}
.pr5-system ol li:nth-of-type(4) {
	background-color: #37aaac;
}
.pr5-system ol li:nth-of-type(5) {
	background-color: #45b3ae;
}
.pr5-system ol li:nth-of-type(6) {
	background-color: #51bbaf;
}
.pr5-system ol li:nth-of-type(7) {
	background-color: #59c1b0;
}
.pr5-system ol li h3 {
	width: 55%;
	font-family: 'cenobyteregular';
	font-size: 6rem;
	color: #fff;
	text-align: center;
	padding-top: 15%;
}
.pr5-system ol li p {
	font-size: 1.6rem;
	color: #fff;
	padding-top: 2%;
	padding-left: 5%;
	line-height: 1.8;
}
.pr5-system ul {
	border-top: 4px #1391a7 solid;
	border-left: 2px #1391a7 solid;
	border-right: 2px #1391a7 solid;
	background-color: #1391a7;
	margin-top: 4%;
	overflow: hidden;
}
.pr5-system ul li {
	width: 33.333333%;
	float: left;
}
.pr5-system ul li figure {
	text-align: center;
}
.pr5-system ul li h5 {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.55;
	padding: 2% 10%;
}
.pr5-selection {
	background-color: #f8f8f8;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 3%;
}
.pr5-selection-wrap {
	margin-top: 3%;
}
.pr5-selection-wrap h4 {
	font-size: 1.4rem;
	color: #333;
	line-height: 48px;
	margin-bottom: 1.2%;
}
.pr5-selection-wrap h4 font {
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	background-color: #1391a7;
	border-radius: 7px;
	padding: 0 2%;
	margin-right: 2%;
}
.pr5-selection-wrap p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.7;
}
.pr5-selection-wrap ul {
	margin: 4% 0;
	overflow: hidden;
}
.pr5-selection-wrap ul li {
	width: 14.285714%;
	float: left;
}
.pr5-selection-wrap ul li i {
	width: 110px;
	height: 110px;
	display: block;
	border: 2px #1391a7 solid;
	border-radius: 50%;
	padding: 3px;
	font-style: normal;
	margin: 0 auto;
}
.pr5-selection-wrap ul li i span {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 100px;
	background-color: #1391a7;
	border-radius: 50%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6rem;
	color: #fff;
}
.pr5-selection-wrap ul li h5 {
	font-size: 2rem;
	color: #1391a7;
	text-align: center;
	padding-top: 10%;
}
.pr5-selection-wrap ul li p {
	padding-top: 2.5%;
}
.pr5-selection-wrap ul li:nth-of-type(even) {
	margin-top: 13%;
}

.pr6-feature {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr6-feature ol {
	background: -webkit-linear-gradient(#1593a8, #45b3ae);
	background: -moz-linear-gradient(#1593a8, #45b3ae);
	background: -o-linear-gradient(#1593a8, #45b3ae);
	background: linear-gradient(#1593a8, #45b3ae);
	padding-top: 1.7%;
	padding-bottom: 3.8%;
	margin-top: 3%;
	overflow: hidden;
}
.pr6-feature ol li {
	width: 31.333333%;
	float: left;
	margin: 0 1%;
	text-align: center;
}
.pr6-feature ol li h4 {
	font-size: 2rem;
	color: #fff;
	padding-top: 7.7%;
}
.pr6-feature ol li p {
	font-size: 1.4rem;
	color: #fff;
	padding-top: 4.1%;
}
.pr6-tech {
	background-color: #f8f8f8;
	padding-top: 2.7%;
	padding-bottom: 3.6%;
	margin-top: 3.1%;
}
.pr6-tech figure {
	text-align: center;
	margin-top: 5%;
}
.pr6-techys {
	background-color: #fff;
	padding-top: 3.1%;
	padding-bottom: 4.2%;
}
.pr6-techys ol {
	margin-top: 5.2%;
	overflow: hidden;
}
.pr6-techys ol li {
	width: 21.666666%;
	height: 260px;
	float: left;
	border-radius: 50%;
	padding-top: 3.7%;
	margin-right: 4.444445%;
}
.pr6-techys ol li:nth-of-type(1) {
	background-color: #1593a8;
}
.pr6-techys ol li:nth-of-type(2) {
	background-color: #29a1aa;
}
.pr6-techys ol li:nth-of-type(3) {
	background-color: #45b3ae;
}
.pr6-techys ol li:nth-of-type(4) {
	background-color: #59c1b0;
	margin-right: 0;
}
.pr6-techys ol li h3 {
	font-family: 'cenobyteregular';
	font-size: 6rem;
	color: #fff;
	text-align: center;
}
.pr6-techys ol li p {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding-top: 5%;
}

.pr7-word {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr7-word p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.1;
	text-align: center;
	margin-top: 3.1%;
}
.pr7-word figure {
	margin-top: 3%;
}
.pr7-cxfx {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr7-cxfx p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.1;
	text-align: center;
	margin-top: 3.1%;
}
.pr7-cxfx ol {
	margin-top: 3%;
	overflow: hidden;
}
.pr7-cxfx ol li {
	width: 49%;
	margin-top: 1.7%;
	overflow: hidden;
}
.pr7-cxfx ol li h5 {
	width: 40%;
	line-height: 190px;
	background-color: #1391a7;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	position: relative;
}
.pr7-cxfx ol li h5:after {
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 4rem;
	position: absolute;
	top: 30%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #1391a7;
	color: #fff;
	border-radius: 50%;
}
.pr7-cxfx ol li:nth-of-type(1) h5:after,
.pr7-cxfx ol li:nth-of-type(2) h5:after {
	right: -47px;
}
.pr7-cxfx ol li:nth-of-type(3) h5:after,
.pr7-cxfx ol li:nth-of-type(4) h5:after {
	left: -47px;
}
.pr7-cxfx ol li figure {
	width: 58%;
	text-align: right;
}
.pr7-cxfx ol li:nth-of-type(odd) {
	float: left;
}
.pr7-cxfx ol li:nth-of-type(even) {
	float: right;
}
.pr7-cxfx ol li:nth-of-type(1) h5,
.pr7-cxfx ol li:nth-of-type(2) h5,
.pr7-cxfx ol li:nth-of-type(3) figure,
.pr7-cxfx ol li:nth-of-type(4) figure {
	float: left;
}
.pr7-cxfx ol li:nth-of-type(3) h5,
.pr7-cxfx ol li:nth-of-type(4) h5,
.pr7-cxfx ol li:nth-of-type(1) figure,
.pr7-cxfx ol li:nth-of-type(2) figure {
	float: right;
}
.pr7-zhyw {
	background-color: #FFF;
	padding-top: 3.1%;
	padding-bottom: 3.1%;
}
.pr7-zhyw p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.1;
	text-align: center;
	margin-top: 3.1%;
}
.pr7-zhyw ol {
	margin-top: 3.2%;
	overflow: hidden;
}
.pr7-zhyw ol li {
	height: 330px;
	float: left;
}
.pr7-zhyw ol li:nth-of-type(1),
.pr7-zhyw ol li:nth-of-type(3) {
	width: 14.166666%;
}
.pr7-zhyw ol li:nth-of-type(2),
.pr7-zhyw ol li:nth-of-type(4),
.pr7-zhyw ol li:nth-of-type(6) {
	width: 13.333333%;
}
.pr7-zhyw ol li:nth-of-type(5) {
	width: 31.666669%;
}
.pr7-zhyw ol li .single {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.pr7-zhyw ol li .single .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.pr7-zhyw ol li img {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.pr7-zhyw ol li:nth-of-type(2) img,
.pr7-zhyw ol li:nth-of-type(4) img,
.pr7-zhyw ol li:nth-of-type(6) img {
	border-radius: 50%;
}
.pr7-zhyw ol li h6 {
	font-size: 2rem;
	color: #1391a7;
	line-height: 3;
}

.pr8-pic {
	background-color: #FFF;
	padding-top: 3.1%;
}
.pr8-pic figure {
	margin-top: 3%;
	text-align: center;
}
.pr8-tech {
	background-color: #f8f8f8;
	padding-top: 2.7%;
	padding-bottom: 3.6%;
	margin-top: 3.1%;
}
.pr8-tech figure {
	text-align: center;
	margin-top: 3%;
}
.pr8-col-2 {
	background-color: #f8f8f8;
	padding-top: 2.2%;
	padding-bottom: 1.9%;
	margin-top:2%;
}
.pr8-col-2 .pr8-left {
	width: 48.5%;
	float: left;
}
.pr8-col-2 .pr8-right {
	width: 48.5%;
	float: right;
}
.pr8-col-2 .pr8-left h4, .pr8-col-2 .pr8-right h4 {
	font-size: 3rem;
	color: #1391a7;
	border-left: solid 5px #1391a7;
	line-height: 1.17;
	padding-left: 2.3%;
	margin-bottom: 5.2%;
}
.pr8-techys {
	background-color: #fff;
	padding-top: 3.1%;
	padding-bottom: 4.2%;
}
.pr8-techys ol {
	margin-top: 5.2%;
	overflow: hidden;
}
.pr8-techys ol li {
	width: 21.666666%;
	height: 260px;
	float: left;
	border-radius: 50%;
	padding-top: 5.2%;
	margin-right: 4.444445%;
}
.pr8-techys ol li:nth-of-type(1) {
	background-color: #1593a8;
}
.pr8-techys ol li:nth-of-type(2) {
	background-color: #29a1aa;
}
.pr8-techys ol li:nth-of-type(3) {
	background-color: #45b3ae;
}
.pr8-techys ol li:nth-of-type(4) {
	background-color: #59c1b0;
	margin-right: 0;
}
.pr8-techys ol li h3 {
	font-family: 'cenobyteregular';
	font-size: 6rem;
	color: #fff;
	text-align: center;
}
.pr8-techys ol li p {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding-top: 5%;
}
.pr8-protect {
	background-color: #FFF;
	padding-top: 3.1%;
	padding-bottom: 3%;
}
.pr8-protect ol {
	margin-top: 3%;
	overflow: hidden;
}
.pr8-protect ol li {
	width: 7.5%;
	height: 156px;
	float: left;
	background-color: #1391a7;
	position: relative;
	margin-left: 3.75%;
	margin-right: 10%;
	margin-bottom: 3.3%;
}
.pr8-protect ol li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    width: 0;
    height: 0;
    border-top: 78px solid transparent;
    border-bottom: 78px solid transparent;
    border-right: 45px solid #1391a7;
}
.pr8-protect ol li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    width: 0;
    height: 0;
    border-top: 78px solid transparent;
    border-bottom: 78px solid transparent;
    border-left: 45px solid #1391a7;
}
.pr8-protect ol li:nth-of-type(5n+5) {
	margin-right: 3.75%;
}
.pr8-protect ol li i {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4.9rem;
	color: #fff;
	font-style: normal;
	text-align: center;
	line-height: 2.1;
}
.pr8-protect ol li h6 {
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	margin-top: -11px;
}
.pr8-protect ul {
	background: -webkit-linear-gradient(#1593a8, #45b3ae);
	background: -o-linear-gradient(#1593a8, #45b3ae);
	background: -moz-linear-gradient(#1593a8, #45b3ae);
	background: linear-gradient(#1593a8, #45b3ae);
	padding: 10px;
	margin-top: 3%;
	overflow: hidden;
}
.pr8-protect ul li {
	width: 33%;
	float: left;
	margin-right: 0.499999%;
	text-align: center;
}
.pr8-protect ul li:nth-of-type(3n+3) {
	margin-right: 0;
}
.pr8-protect ul li:nth-of-type(1),
.pr8-protect ul li:nth-of-type(2),
.pr8-protect ul li:nth-of-type(3) {
	margin-bottom: 5px;
}

/* 妗堜緥灞曠ず */
.case {
	width: 100%;
	padding-top: 2.8%;
	padding-bottom: 2.6%;
}
.case ol {
	width: 100%;
	overflow: hidden;
	padding-top: 4.5%;
}
.case ol li {
	width: 48.333333%;
	margin-bottom: 2.1%;
}
.case ol li:nth-child(odd) {
	float: left;
}
.case ol li:nth-child(even) {
	float: right;
}
.case ol li figure {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.case ol li figure &gt; img {
	transition: all 1s ease 0s;
}
.case ol li figure:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.4);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s ease 0s;
	z-index: 1;
}
.case ol li figure i.border-lt:before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 5%;
	top: 5%;
	transition: all 1s ease 0s;
	z-index: 2;
}
.case ol li figure i.border-lt:after {
	content: '';
	display: block;
	width: 1px;
	height: 0;
	background-color: #FFF;
	position: absolute;
	left: 5%;
	top: 5%;
	transition: all 1s ease 0s;
	z-index: 2;
}
.case ol li figure i.border-rb:before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	right: 5%;
	bottom: 5%;
	transition: all 1s ease 0s;
	z-index: 2;
}
.case ol li figure i.border-rb:after {
	content: '';
	display: block;
	width: 1px;
	height: 0;
	background-color: #FFF;
	position: absolute;
	right: 5%;
	bottom: 5%;
	transition: all 1s ease 0s;
	z-index: 2;
}
.case ol li figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	top: 32%;
	text-align: center;
	opacity: 0;
	transition: all 1s ease 0s;
	z-index: 2;
}
.case ol li figure figcaption h3 {
	font-size: 2rem;
	color: #FFF;
}
.case ol li figure figcaption a {
	display: block;
	width: 130px;
	line-height: 41px;
	border: solid 1px #FFFFFF;
	background-color: rgba(255,255,255,0.2);
	color: #FFF;
	margin: 0 auto;
	font-size: 1.4rem;
	margin-top: 5.6%;
}
.case ol li figure figcaption a:hover {
	border-color: #59c1b0;
	color: #59c1b0;
}
.case ol li h4 {
	font-size: 1.8rem;
	color: #333;
	padding-left: 0.7%;
	padding-top: 3%;
}
.case ol li p {
	font-size: 1.4rem;
	color: #555;
	padding-left: 0.7%;
	line-height: 1.7;
	padding-top: 2.4%;
}
.case ol li:hover figure &gt; img {
	transform: scale(1.05);
}
.case ol li:hover figure:before {
	opacity: 1;
}
.case ol li:hover figure i.border-lt:before {
	width: 90%;
}
.case ol li:hover figure i.border-lt:after {
	height: 90%;
}
.case ol li:hover figure i.border-rb:before {
	width: 90%;
}
.case ol li:hover figure i.border-rb:after {
	height: 90%;
}
.case ol li:hover figure figcaption {
	opacity: 1;
}
.casedetail {
	width: 100%;
	padding-top: 4%;
	font-size: 1.4rem;
	color: #6b6b6b;
}

/* 鏈嶅姟鏀寔 */
.network {
	padding-top: 2.8%;
}
.network p {
	font-size: 1.4rem;
	color: #555555;
	text-align: center;
	padding-top: 36px;
}

.m_map .mdot span,.m_map .mdot h3{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.m_map{ display: flex; flex-wrap: wrap; margin: 50px auto;	position: relative;}
.m_map .mdot{ cursor: pointer; padding: 16px 50px; width: calc(33.33% - 20px); margin: 10px; background: #f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.m_map .mdot .mdt{ display: flex;  align-items: center; margin-bottom: 6px;}
.m_map .mdot span{ filter: grayscale(100%);}
.m_map .mdot h3{ padding-left: 10px; color: #333; font-size: 1.8em; line-height: 1.5;}
.m_map .mdot h4{ font-size: 1.6em; color: #888; line-height: 1.5;}
.m_map .mdot:hover span{ filter: grayscale(0%);}
.m_map .mdot:hover h3{ font-weight: bold; color: #1391a7; }




.mp {
	background: url(../images/fi1.png) no-repeat 12px top;
	width: 40px;
	height: 40px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp:hover {
	background: url(../images/fi2.png) no-repeat 12px top;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp .mito {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 1.2rem;
	color: #666666;
}
.feng {
	position: absolute;
	display: none;
	width: 347px;
	height: 85px;
	left: -223px;
	top: -90px;
	background: url(../images/vf1.png) no-repeat 0 top;
	z-index: 10;
}
.feng .sang {
	position: absolute;
	left: 235px;
	bottom: 0px;
	background: url(../images/vf2.png) no-repeat 0 0;
	width: 14px;
	height: 8px;
}
.feng .tree {
	padding: 15px 15px 15px 30px;
}
.feng .tree .du_size {
	width: 100%;
}
.feng .tree .du_size h4 {
	font-size: 1.6rem;
	color: #FFF;
	line-height: 27px;
	text-align: left;
	padding: 0;
	font-weight: bold;
}
.feng .tree .du_size p {
	font-size: 1.4rem;
	color: #FFF;
	text-align: left;
	padding: 0;
}
.mp1 {
	left: 653px;
	top: 532px;
}
.mp2 {
	left: 530px;
	top: 425px;
}
.mp3 {
	left: 560px;
	top: 405px;
}
.mp4 {
	left: 605px;
	top: 425px;
}
.mp5 {
	left: 524px;
	top: 500px;
}
.mp6 {
	left: 718px;
	top: 445px;
}
.mp7 {
	left: 742px;
	top: 455px;
}
.mp8 {
	left: 745px;
	top: 520px;
}
.mp9 {
	left: 595px;
	top: 530px;
}
.mp10 {
	left: 680px;
	top: 365px;
}
.mp11 {
	left: 700px;
	top: 560px;
}
.mp12 {
	left: 430px;
	top: 590px;
}
.mp13 {
	left: 450px;
	top: 480px;
}
.mp14 {
	left: 710px;
	top: 405px;
}
.mp15 {
	left: 590px;
	top: 470px;
}
.mp16 {
	left: 600px;
	top: 355px;
}
.mp17 {
	left: 630px;
	top: 630px;
}
.mp18 {
	left: 665px;
	top: 300px;
}
.mp19 {
	left: 620px;
	top: 480px;
}
.mp20 {
	left: 550px;
	top: 600px;
}
.mp21 {
	left: 630px;
	top: 410px;
}
.networkphone {
	display: none;
}
.networkphone .map_s {
	height: 80px;
	margin-top: 30px;
	background-color: White;
	padding: 0 20px;
	font-size: 1.4rem;
	overflow: hidden;
}
.networkphone .map_s .map_prov {
	width: 200px;
	float: left;
	line-height: 80px;
}
.networkphone .map_s .map_prov label {
	width: 60px;
	vertical-align: middle
}
.networkphone .map_s .map_key {
	width: 350px;
	float: left;
	line-height: 80px;
}
.networkphone .map_s .map_prov label {
	width: 100px;
	vertical-align: middle
}
.networkphone .map_s .map_key .textbox {
	width: 200px;
}
.networkphone .map_s .map_key .map_button {
	width: 50px;
	background-color: #1391ab;
	height: 25px;
	border: none;
	color: #fff;
	cursor: pointer
}
.networkphone .map_s .map_key .map_button:hover {
	background-color: #77bc56;
	color: #fff;
}
.networkphone .map_info {
	min-height: 400px;
	margin-top: 20px;
}
.networkphone .map_info dd {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	padding: 20px;
	overflow: hidden
}
.networkphone .map_info dd h6 {
	font-size: 2.4rem;
	color: #333;
	margin-bottom: 16px;
	display: inline-block;
	line-height: 50px;
}
.networkphone .map_info dd p {
	margin-bottom: 15px;
	font-size: 1.8rem;
	position: relative;
	line-height: 30px;
	text-align: left;
	padding-top: 0;
}
.networkphone .map_info dd p i {
	color: #1391a7;
	margin-right: 10px;
}
.service {
	width: 100%;
	background: url(../images/servicebg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 2.8%;
	padding-bottom: 2%;
}
.service .title {
	color: #FFF;
}
.service .title:after {
	background-color: #FFF;
}
.service p {
	width: 70%;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	line-height: 1.7;
	padding-top: 1.5%;
}
.service figure {
	text-align: center;
	padding-top: 1.75%;
}
.download {
	width: 100%;
	padding-top: 2.8%;
	padding-bottom: 2.6%;
}
.download .swiper-container {
	margin-top: 3%;
}
.download .swiper-container .swiper-slide {
	text-align: center;
}
.download .swiper-container .swiper-slide h6 {
	width: 100%;
	font-size: 1.4rem;
	color: #555555;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 鑱旂郴鎴戜滑 */
.contact {
	padding-top: 2.8%;
}
.contact ol {
	width: 100%;
	padding-top: 4.4%;
}
.contact ol:after {
	content: '';
	display: table;
	clear: both;
}
.contact ol li {
	width: 25%;
	float: left;
}
.contact ol li figure {
	width: 166px;
	height: 166px;
	border: solid 1px #d2d2d2;
	border-radius: 50%;
	text-align: center;
	background-color: #fdfdfd;
	margin: 0 auto;
	transition: all 0.7s ease 0s;
}
.contact ol li figure i {
	color: #383838;
	font-size: 4.5rem;
	line-height: 164px;
}
.contact ol li h5 {
	font-size: 1.8rem;
	color: #383838;
	text-align: center;
	line-height: 3.3;
}
.contact ol li p {
	font-size: 1.4rem;
	color: #383838;
	text-align: center;
}
.contact ol li:hover figure {
	border-color: #37a7b7;
	background-color: #37a7b7;
}
.contact ol li:hover figure i {
	color: #FFF;
}
#container {
	height: 553px;
	margin: 0px;
	font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '寰蒋闆呴粦', Arial;
	margin-top: 3.6%;
}
.info-title {
	color: white;
	font-size: 14px;
	background-color: rgba(0,155,255,0.8);
	line-height: 26px;
	padding: 0px 0 0 6px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.info-content {
	padding: 4px;
	color: #666666;
	line-height: 23px;
}
.info-content img {
	float: left;
	margin: 3px;
}
.feedback {
	width: 100%;
	padding-top: 2.8%;
	padding-bottom: 3.2%;
}
.contact-fd {
	width: 90%;
	margin: 0 auto;
	padding-top: 3.4%;
}
.contact-fd p {
	width: 90%;
	font-size: 1.4rem;
	color: #555555;
	line-height: 1.7;
	padding: 0 1%;
}
.contact-fd form .form-group {
	width: 100%;
	overflow: hidden;
	margin-top: 2.2%;
}
.contact-fd form input[type="text"] {
	float: left;
	width: 31.333333%;
	height: 47px;
	line-height: 35px;
	border: solid 1px #d7d7d7;
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0 1%;
	font-size: 1.4rem;
	padding: 5px 5px 5px 14px;
}
.contact-fd form textarea {
	display: block;
	width: 97.999999%;
	height: 135px;
	margin: 2.6% auto 0;
	border: solid 1px #d7d7d7;
	font-size: 1.4rem;
	padding: 12px 15px;
}
.contact-fd form button {
	display: block;
	width: 20%;
	line-height: 40px;
	margin: 4% auto 0;
	background-color: #37a7b7;
	color: #FFF;
	font-size: 1.8rem;
	transition: all 0.5s ease 0s;
	border: solid 1px #f4f4f4;
}
.contact-fd form button:hover {
	border-color: #37a7b7;
	background: none;
	cursor: pointer;
	color: #37a7b7;
}

/* 鍒嗛〉 */
#pageNumber {
	margin: 20px 0 0 0;
	font-size: 14px;
	*zoom: 1;
	text-align: center;
	float: left;
	width: 100%
}

	#pageNumber:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		overflow: hidden;
	}

	#pageNumber .le {
		margin: 0px 5px;
		padding: 0px 10px;
		border: 1px solid #666;
		color: #666;
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		line-height: 32px;
		height: 32px;
	}

	#pageNumber .ri {
		margin: 0px 5px;
		padding: 0px 10px;
		border: 1px solid #666;
		color: #666;
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		line-height: 32px;
		height: 32px;
	}

	#pageNumber .butNum {
	}

	#pageNumber a, #pageNumber span {
	}

	#pageNumber .pageNum {
		line-height: 32px;
		height: 32px;
		display: inline-block;
		vertical-align: top;
	}

		#pageNumber .pageNum a, #pageNumber .pageNum span {
			margin: 2px 3px;
			padding: 5px 10px;
			border: 1px solid #666;
			color: #666;
			text-decoration: none;
		}

		#pageNumber .pageNum .on {
			margin: 2px 3px;
			padding: 5px 10px;
			border: 1px solid #1391a7;
			background-color: #1391a7;
			color: #FFF;
		}

		#pageNumber .pageNum a:hover {
			border: 1px solid #1391a7;
			color: #d61919;
		}

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

	#pageNumber .le {
		background: url(pageLeBut.png) no-repeat left top;
		width: 37px;
		height: 45px;
		display: none
	}

	#pageNumber .ri {
		background: url(pageRiBut.png) no-repeat left top;
		width: 37px;
		height: 45px;
		display: none
	}
}</pre></body></html>