﻿@font-face {
	font-family: 'TenSans';
	src: url('./fonts/TENSANS-BOLD.OTF');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

input,
button,
select,
textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}

html {
	font-size: 62.5%;
	/*10px*/
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
	html {
		font-size: 46%;
	}
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
	html {
		font-size: 50%;
	}
}

@media only screen and (min-width: 361px) and (max-width: 440px) {
	html {
		font-size: 56.3%;
	}
}

body {
	font-family: "微软雅黑";
	max-width: 640px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	font-size: 12px;
	font-size: 1rem;
	overflow-x: hidden;
}


/*清除浮动*/

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*头部*/
.header{
	padding: 0.5em 1em;
	position: relative;
}
.header-logo{
	float: left;
	width: 40%;
	max-width: 160px;
}
.header-logo img{
	display: block;
	max-width: 100%;
}
.header-icon{
	position: absolute;
	float: right;
	top: 50%;
	right: 1em;
	width: 2.6em;
	margin-top: -12px;
}
.header-icon .s1{
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #0d73b1;
	margin-bottom: 0.5em;
}
.header-icon .s2{
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #0d73b1;
	margin-bottom: 0.5em;
}
.header-icon .s3{
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #0d73b1;
}
/*导航*/
.nav-bg{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.3);
	display: none;
}
.nav{
	position: fixed;
	left: -240px;
	top: 0;
	bottom: 0;
	width: 240px;
	background: #FFFFFF;
	z-index: 100001;
	padding: 2em 1.5em;
	transition: all 0.3s;
}
.nav-logo{
	margin-bottom: 2em;
	margin-left: 1em;
}
.nav-logo img{
	display: block;
	max-width: 60%;
}
.nav-item{
	margin-bottom: 4em;
}
.nav-item>ul>li{
	font-size: 1.8em;
	position: relative;
}
.nav-item>ul>li.l1>a{
	background: url(../images/01.png) no-repeat left 1em center;
	background-size: 1.2em 1.2em;
}
.nav-item>ul>li.l2>a{
	background: url(../images/02.png) no-repeat left 1em center;
	background-size: 1.2em 1.2em;
}
.nav-item>ul>li.l3>a{
	background: url(../images/03.png) no-repeat left 1em center;
	background-size: 1.2em 1.2em;
}
.nav-item>ul>li.l4>a{
	background: url(../images/04.png) no-repeat left 1em center;
	background-size: 1.2em 1.2em;
}
.nav-item>ul>li.l5>a{
	background: url(../images/05.png) no-repeat left 1em center;
	background-size: 1.2em 1.2em;
}
.nav-item>ul>li.l6>a{
	background: url(../images/06.png) no-repeat left 1em center;
	background-size: 1.2em 1.2em;
}
.nav-item>ul>li:after{
	position: absolute;
	content: "";
	display: block;
	width: 80%;
	left: 10%;
	height: 1px;
	background: #ebebeb -webkit-linear-gradient(left, #fafafa, #ccc, #fafafa);
}
.nav-item>ul>li:last-child:after{
	display: none;
}
.nav-item>ul>li>a{
	display: block;
	line-height: 2.5em;
	color: #333333;
	position: relative;
	padding-left: 3em;
}
.nav-item .nav-item01>a:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 1em;
	width: 2.5em;
	height: 2.5em;
	background: url(../images/nav-itema.png) no-repeat center center;
	background-size: 30% 30%;
}
.nav-item02{
	margin-bottom: 1em;
	display: none;
}
.nav-item02>li>a{
	display: block;
	font-size: 1em;
	line-height: 2.2em;
	color: #666666;
	padding-left: 3em;
}
.nav-item02>li{
	position: relative;
}
.nav-item02>li:after{
	position: absolute;
	content: "";
	display: block;
	width: 50%;
	left: 25%;
	height: 1px;
	background: #ebebeb -webkit-linear-gradient(left, #fafafa, #ccc, #fafafa);
}
.nav-item02>li:last-child:after{
	display: none;
}
.nav-phone .s1{
	font-size: 1.6em;
	background: #00aefa;
	color: #FFFFFF;
	padding: 0.5em 1em;
	border-radius: 1.3em;
}
.nav-phone .s2{
	font-size: 1.6em;
	background: #00aefa;
	color: #FFFFFF;
	padding: 0.5em 1em;
	border-radius: 1.3em;
}

.iabnner img{
	display: block;
	width: 100%;
}

/*底部*/
.footer{
	text-align: center;
	padding: 2em 1em;
}
.footer h2{
	font-size: 1.8em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #00aefa;
}
.footer p{
	color: #999;
	line-height: 1.5em;
	font-size: 1.5em;
}
.bottom-box{
	height: 5.5em;
}
.bottom{
	background: #0d73b1;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.bottom01{
	float: left;
	width: 25%;
	text-align: center;
	padding: 0.5em 0;
	border-right: 1px solid #FFFFFF;
}
.bottom01:nth-child(4n){
	border-right: 1px solid #00aefa;
}
.bottom01 img{
	display: block;
	margin: 0 auto 0.5em;
	width: 2.5em;
}
.bottom01 p{
	font-size: 1.5em;
	color: #FFFFFF;
}

/*首页*/
.i01{
	padding: 1em 0;
}
.i01-item{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.i01-item:not(:last-child):after{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 80%;
	right: 0;
	top: 10%;
	background: #e6e6e6;
}
.i01-item h2{
	font-family: 'TenSans';
	color: #333333;
	font-size: 2.4em;
	line-height: 1.5em;
}
.i01-item p{
	color: #666666;
	line-height: 1.5em;
	font-size: 1.5em;
}
.i02{
	border-left: 0.5em solid #00aefa;
	background: url(../images/i02.jpg) no-repeat center center;
	background-size: cover;
	padding: 1em;
}
.i02-title{
	float: left;
}
.i02-title h2{
	line-height: 1.5em;
	font-size: 2em;
	color: #00aefa;
}
.i02-title p{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666666;
}
.i02-more{
	float: right;
	margin-top: 1em;
}
.i02-more a{
	display: block;
	font-size: 1.5em;
	line-height: 2em;
	padding: 0 1em;
	font-weight: bold;
	color: #00aefa;
	border: 2px solid #00aefa;
	border-radius: 1em;
}
.i03-item{
	float: left;
	width: 50%;
	text-align: center;
	padding: 1.5em 3em;
	border-bottom: 1px dashed #e6e6e6;
	position: relative;
	border-right: 1px dashed #e6e6e6;
}
.i03-item:nth-child(2n){
	border-right: 1px dashed #FFFFFF;
}
.i03-item:nth-child(5),.i03-item:nth-child(6){
	border-bottom: 0;
}
.i03-item a{
	display: block;
}
.i03-item img{
	display: block;
	max-width: 50%;
	margin: 0 auto 1em;
}
.i03-item .s1{
	display: block;
	width: 2.5em;
	height: 1px;
	margin: 0.5em auto;
	background: #999999;
}
.i03-item h2{
	font-size: 1.8em;
	color: #333;
	line-height: 1.5em;
	height: 1.5em;
}
.i03-item p{
	font-size: 1.5em;
	height: 4.5em;
	line-height: 1.5em;
	color: #666666;
}
.i04{
	padding: 2em 0;
}
.i04-more{
	font-size: 0;
	text-align: center;
}
.i04-more a{
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2em;
	border: 2px solid #00aefa;
	border-radius: 1em;
	padding: 0 1em;
	background: #00aefa;
	color: #FFFFFF;
}
.i05-item{
	float: left;
	width: 33.33%;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.i05-item:nth-child(3n){
	border-right: 1px solid #FFFFFF;
}
.i05-item:nth-child(7),.i05-item:nth-child(8),.i05-item:nth-child(9){
	border-bottom: 0;
}
.i05-item img{
	display: block;
	width: 100%;
}
.i06-item{
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 1em;
}
.i06-item:nth-child(2n){
	background: #fafafa;
}
.i06-item img{
	display: block;
	max-width: 50%;
	margin: 0 auto 1em;
}
.i06-item .s1{
	display: block;
	width: 2.5em;
	height: 1px;
	margin: 0.5em auto;
	background: #999999;
}
.i06-item h2{
	font-size: 1.8em;
	color: #333;
	line-height: 1.5em;
	height: 1.5em;
}
.i06-item p{
	font-size: 1.5em;
	height: 6em;
	line-height: 1.5em;
}
.i07{
	padding: 2em 0;
	background: #fafafa;
}

/*新闻*/
.newsx01{
	padding: 2em 0;
}
.newsx01-title{
	text-align: center;
	margin-bottom: 2em;
}
.newsx01-title h2{
	font-size: 2em;
	line-height: 1.5em;
	color: #333;
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}
.newsx01-title p{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
}
.newsx01-title p .s1{
	margin: 0 1em;
}
.newsx01-con{
	font-size: 1.5em;
	padding: 0 1em;
	line-height: 1.8em;
	color: #333;
	margin-bottom: 2em;
}
.newsx01-con img{
	max-width: 100%;
}
.newsx01-page p{
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}
.newsx01-page p:not(:last-child):after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.7em;
	width: 1px;
	height: 1.4em;
	background: #999;
}
.newsx01-page p a{
	display: block;
	color: #666;
	padding: 0.5em 0;
}
.news01{
	padding: 2em 0;
}
.news01-title{
	text-align: center;
}
.news01-title h2{
	font-size: 2.4em;
	line-height: 1.5em;
	color: #333;
}
.news01-title p{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
}
.news01-nav{
	margin-bottom: 2em;
}
.news01-item{
	padding: 0 1em;
	margin-bottom: 2em;
}
.news01-item01{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #d2d2d2;
}
.news01-item01:last-child{
	border-bottom: 0;
}
.news01-item01 a{
	display: block;
}
.news01-img{
	float: left;
	width: 35%;
}
.news01-img img{
	display: block;
	width: 100%;
}
.news01-con{
	float: left;
	width: 65%;
	padding-left: 1em;
}
.news01-con h2{
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	word-break: break-word;
}
.news01-con p{
	font-size: 1.5em;
	color: #666;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	word-break: break-word;
}
.news01-page{
	padding: 0 1em;
}
.news01-page ul{
	text-align: center;
	font-size: 0;
}
.news01-page li{
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0.2em;
}
.news01-page a{
	display: block;
	color: #333333;
	min-width: 2em;
	line-height: 1.8em;
	padding: 0.2em;
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
}
.news01-page .news01-pagea a{
	color: #FFFFFF;
	background: #00aefa;
	border: 1px solid #00aefa;
}

/*案例*/
.case01{
	padding: 0 0 2em;
}
.case01-item{
	padding: 0 1em;
	margin-bottom: 2em;
}
.case01-item01{
	float: left;
	width: 50%;
	padding: 0 0.5em 0 0;
	text-align: center;
	margin-bottom: 1em;
}
.case01-item01:nth-child(2n){
	padding: 0 0 0 0.5em;
}
.case01-item01 a{
	display: block;
}
.case01-item01 img{
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.case01-item01 h2{
	font-size: 1.7em;
	line-height: 1.5em;
	color: #333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.case01-item01 p{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.case-nav{
	border-bottom: 1px solid #e5e5e5;
}
.case-nav li{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.case-nav li:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #e5e5e5;
}
.case-nav li:last-child:after{
	display: none;
}
.case-nav a{
	display: block;
	padding: 0.5em 0;
}
.case-nav img{
	display: block;
	max-width: 45%;
	margin: 0 auto 0.5em;
}
.case-nav .i1{
	display: none;
}
.case-nava a{
	background: #00aefa;
}
.case-nava .i2{
	display: none;
}
.case-nava .i1{
	display: block;
}
.case-nav p{
	font-size: 1.5em;
	color: #00aefa;
}
.case-nava p{
	color: #FFFFFF;
}
.case01-nav{
	overflow-x: auto;
	margin: 1.5em 1em;
}
.case01-nav ul{
	font-size: 0;
	text-align: center;
	margin: 0 auto;
}
.case01-nav li{
	display: inline-block;
	font-size: 1.5rem;
}
.case01-nav a{
	display: block;
	padding: 0 1em;
	color: #00AEFA;
	line-height: 2.4em;
	border: 1px solid #00AEFA;
}
.case01-nav .case01-nava a{
	background: #00AEFA;
	color: #FFFFFF;
}
.case01-nav li:first-child a{
	border-top-left-radius: 1.2em;
	border-bottom-left-radius: 1.2em;
}
.case01-nav li:last-child a{
	border-top-right-radius: 1.2em;
	border-bottom-right-radius: 1.2em;
}

/*服务中心*/
.service011{
	padding: 2em 0;
}
.service011-title{
	text-align: center;
	margin-bottom: 2em;
	padding: 0 1em;
}
.service011-title h2{
	font-weight: normal;
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 0.2em;
}
.service011-title p{
	color: #666666;
	line-height: 1.5em;
}
.service011-item01{
	float: left;
	width: 33.33%;
	padding: 0 0.5em;
	text-align: center;
}
.service011-item01 img{
	display: block;
	max-width: 50%;
	margin: 0 auto .2em;
}
.service011-item01 h2{
	font-size: 1.8em;
	color: #00AEFA;
	line-height: 2em;
}
.service011-item01 p{
	line-height: 1.5em;
	font-size: 1.5em;
	color: #333333;
}
.service012{
	background: url(../images/service012.jpg) no-repeat center top;
	background-size: cover;
	padding: 2em 1em;
}
.service012-con{
	margin-bottom: 0.5em;
}
.service012-con h2{
	font-size: 2em;
	color: #00AEFA;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.service012-con p{
	font-size: 1.5em;
	color: #ffffff;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.service012-con a{
	display: block;
	font-size: 1.5em;
	text-align: center;
	width: 7em;
	line-height: 2.4em;
	color: #00AEFA;
	border: 1px solid #00AEFA;
	border-radius: 1.2em;
}
.service012-img img{
	display: block;
	max-width: 70%;
	margin: 0 auto;
}
.service013{
	padding: 2em 0 0;
}
.service013-title{
	text-align: center;
	margin-bottom: 2em;
	padding: 0 1em;
}
.service013-title h2{
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1.5em;
	margin-bottom: 0.2em;
}
.service013-title p{
	color: #666666;
	line-height: 1.5em;
}
.service013-item ul{
	text-align: center;
	font-size: 0;
}
.service013-item li{
	display: inline-block;
	font-size: 1.5rem;
	width: 33.33%;
	padding: 0 0.5em;
	margin-bottom: 2em;
	vertical-align: top;
}
.service013-item img{
	display: block;
	max-width: 50%;
	margin: 0 auto 1em;
}
.service013-item h2{
	line-height: 1.5em;
	font-size: 1.8rem;
	color: #333333;
}
.service013-item p{
	line-height: 1.5em;
	font-size: 1.5rem;
	color: #666;
}
.service011.service021{
	padding: 2em 0 0;
}
.service021-item01{
	float: left;
	width: 33.33%;
	padding: 0 0.5em;
	text-align: center;
	margin-bottom: 2em;
}
.service021-item01 img{
	display: block;
	max-width: 50%;
	margin: 0 auto 0.5em;
}
.service021-item01 p{
	line-height: 1.5em;
	font-size: 1.8rem;
	color: #333333;
	font-weight: bold;
}
.service022{
	overflow-x: hidden;
}
.service022 h2{
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #333;
}
.service022 img{
	display: block;
	max-width: 100%;
}
.service022 p{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
}
.service022-div01{
	position: relative;
	background: #fafafa;
	padding: 2em 0 0;
}
.service022-con01{
	float: right;
	width: 80%;
	padding-right: 1em;
	text-align: right;
	margin-bottom: -4em;
}
.service022-img01{
	float: left;
	width: 80%;
	position: relative;
	top: 2em;
	left: -2em;
}
.service022-div02{
	position: relative;
	padding: 2em 0;
}
.service022-con02{
	float: left;
	width: 80%;
	padding-left: 1em;
}
.service022-img02{
	float: right;
	width: 80%;
	position: relative;
	right: -4em;
}
.service022-div03{
	position: relative;
	background: #fafafa;
	padding: 2em 0;
}
.service022-con03{
	margin: 0 auto 1em;
	width: 100%;
	text-align: center;
	padding: 0 1em;
}
.service022-img03{
	width: 100%;
	margin: 0 auto;
}
.service022-div04{
	position: relative;
	padding: 2em 0 0;
}
.service022-con04{
	float: left;
	width: 80%;
	padding-left: 1em;
	margin-bottom: -8em;
}
.service022-img04{
	float: right;
	width: 40%;
	position: relative;
	top: 4em;
	right: -2em;
}
.service023{
	background: url(../images/service012.jpg) no-repeat center top;
	background-size: cover;
	padding: 2em 1em 2em;
}
.service023-title{
	text-align: center;
}
.service023-title h2{
	font-size: 2em;
	color: #FFFFFF;
	margin-bottom: 1.5em;
}
.service023-item01{
	margin-bottom: 2em;
}
.service023-item01:last-child{
	margin-bottom: 0;
}
.service023-item01 h2{
	font-size: 1.5em;
	color: #FFFFFF;
}
.service023-item01 p{
	color: #FFFFFF;
}
.service011.service031{
	padding: 2em 0 1em;
}
.service031-item01{
	float: left;
	width: 50%;
	text-align: center;
	padding: 1em 2em;
}
.service031-item01 img{
	display: block;
	max-width: 50%;
	margin: 0 auto 1em;
}
.service031-item01 h2{
	line-height: 1.5em;
	font-size: 1.8rem;
	color: #333333;
	margin-bottom: 0.5em;
}
.service031-item01 p{
	line-height: 1.5em;
	font-size: 1.5rem;
	color: #666;
}
.service032{
	padding: 2em 1em;
	background: #FAFAFA;
}
.service032-img{
	float: left;
	width: 50%;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.service032-img img{
	display: block;
	width: 100%;
}
.service032-con{
}
.service032-con h2{
	font-size: 2em;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.service032-con p{
	font-size: 1.5em;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.service033 img{
	display: block;
	width: 100%;
}
.service011.service034{
	padding: 2em 0;
	background: #f7f7f7;
}
.service041{
	padding: 2em 1em;
}
.service041-img{
	float: left;
	width: 50%;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.service041-img img{
	display: block;
	width: 100%;
}
.service041-con h2{
	font-size: 2em;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.service041-con p{
	font-size: 1.5em;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.service042{
	background: #FAFAFA;
	padding: 2em 0;
}
.service042-title{
	text-align: center;
	margin-bottom: 2em;
	padding: 0 1em;
}
.service042-title h2{
	color: #333333;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1.5em;
	margin-bottom: 0.2em;
}
.service042-item01{
	float: left;
	width: 50%;
	text-align: center;
	padding: 1em 2em;
}
.service042-item01 img{
	display: block;
	max-width: 50%;
	margin: 0 auto 1em;
}
.service042-item01 h2{
	line-height: 1.5em;
	font-size: 1.8rem;
	color: #333333;
	margin-bottom: 0.5em;
}
.service042-item01 p{
	line-height: 1.5em;
	font-size: 1.5rem;
	color: #666;
}
.service042.service043{
	background: #FFFFFF;
}
.service044{
	background: #FAFAFA;
	padding: 2em 0 0;
}
.service044-item01{
	padding: 1em;
}
.service044-item01:nth-child(2n){
	background: #FFFFFF;
}
.service044-img{
	float: left;
	width: 50%;
	margin: 0 2em 0 0;
}
.service044-item01:nth-child(2n) .service044-img{
	float: right;
	margin: 0 0 0 2em;
}
.service044-img img{
	display: block;
	width: 100%;
}
.service044-item01:nth-child(2n) .service044-con{
	text-align: right;
}
.service044-con h1{
	color: #00aefa;
	font-family: impact;
	font-size: 4em;
}
.service044-con h2{
	line-height: 1.5em;
	font-size: 1.8rem;
	color: #333333;
	margin-bottom: 0.5em;
}
.service044-con p{
	line-height: 1.5em;
	font-size: 1.5rem;
	color: #666;
}
.service045{
	padding: 2em 0 0;
}
.service042.service051{
	background: #FFFFFF;
}
.service052 img{
	display: block;
	width: 100%;
}
.service053{
	background: #FAFAFA;
	padding: 2em 0 0;
}
.service053-item01{
	float: left;
	width: 33.33%;
	padding: 0 0.5em;
	text-align: center;
	margin-bottom: 2em;
}
.service053-item01 img{
	display: block;
	max-width: 50%;
	margin: 0 auto 0.5em;
}
.service053-item01 h2{
	line-height: 1.5em;
	font-size: 1.8rem;
	color: #333333;
	margin-bottom: 0.5em;
}
.service053-item01 p{
	line-height: 1.5em;
	font-size: 1.5rem;
	color: #666;
}
.service054{
	padding: 2em 0;
}

/*关于我们*/
.about01{
	padding: 2em 1em;
	background: #fafafa;
}
.about01:nth-child(2n){
	background: #fff;
}
.about01-title{
	text-align: center;
	margin-bottom: 1em;
}
.about01-title h2{
	font-size: 2em;
	color: #00AEFA;
	line-height: 1.5em;
}
.about01-title p{
	color: #999999;
	line-height: 1.5em;
}
.about01-con{
	color: #999999;
	line-height: 2.5em;
	color: #333333;
	font-size: 1.5em;
}
.about01-con img{
	max-width: 100%;
}

/*联系我们*/
.contact01{
	padding: 2em 1em;
	background: #fafafa;
}
.contact01-title{
	margin-bottom: 1em;
}
.contact01-title h2{
	font-size: 2em;
	color: #00AEFA;
	line-height: 1.5em;
}
.contact01:nth-child(2n){
	background: #FFFFFF;
}
.contact01 h2{
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #00aefa;
}
.contact01 p{
	color: #333;
	line-height: 1.5em;
	font-size: 1.5em;
}
.contact01-map{
	width: 100%;
	height: 250px;
}
.contact01-form .i1{
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 1.5em;
	border-radius: 5px;
	padding: 0 1em;
	font-size: 1rem;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	background: #FFFFFF;
	font-size: 1.5rem;
}
.contact01-form .t1{
	display: block;
	width: 100%;
	height: 120px;
	margin-bottom: 1.5em;
	border-radius: 5px;
	padding: 1em;
	font-size: 1rem;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	resize: none;
	font-size: 1.5rem;
	font-family: "微软雅黑";
}
.contact01-form .i2{
	display: block;
	float: left;
	width: 30%;
	height: 30px;
	border-radius: 5px;
	color: #FFFFFF;
	background: #00aefa;
}
.contact01-form .i3{
	display: block;
	float: right;
	width: 30%;
	height: 30px;
	border-radius: 5px;
	color: #FFFFFF;
	background: #00aefa;
}

/*服务中心导航*/
.service-nav{
	border-bottom: 1px solid #e5e5e5;
}
.service-nav li{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.service-nav li:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #e5e5e5;
}
.service-nav li:last-child:after{
	display: none;
}
.service-nav a{
	display: block;
	padding: 0.5em 0;
}
.service-nav img{
	display: block;
	max-width: 45%;
	margin: 0 auto 0.5em;
}
.service-nav .i1{
	display: none;
}
.service-nava a{
	background: #00aefa;
}
.service-nava .i2{
	display: none;
}
.service-nava .i1{
	display: block;
}
.service-nav p{
	font-size: 1.5em;
	color: #00aefa;
}
.service-nava p{
	color: #FFFFFF;
}
.ny-banner img{
	display: block;
	width: 100%;
}
.about01-con .s1{
	font-size: 1.2em;
	color: #0099ff;
	font-family: 'TenSans';
	margin-right: 10px;
}


.service061{
	padding: 2em 0;
}
.service061 .item{
	float: left;
	width: 50%;
	padding: 0 1em;
	text-align: center;
}
.service061 .item .s1{
	display: block;
	margin: 0 auto 1em;
	width: 6em;
	height: 6em;
	background: url(../images/about061-img01.png) no-repeat center center;
	background-size: 60% 60%;
	border-radius: 50%;
	box-shadow:0 9px 9px rgba(175,175,175,0.35);
}
.service061 .item .s2{
	display: block;
	margin: 0 auto 1em;
	width: 6em;
	height: 6em;
	background: url(../images/about061-img02.png) no-repeat center center;
	background-size: 60% 60%;
	border-radius: 50%;
	box-shadow:0 9px 9px rgba(175,175,175,0.35);
}
.service061 .item h2{
	font-size: 1.8em;
	color: #0293ED;
	line-height: 2em;
}
.service061 .item p{
	line-height: 1.5em;
}
.service062{
	padding: 2em 1em;
	background: #11bb5d;
}
.service062 .con{
	margin-bottom: 1em;
	color: #FFFFFF;
	line-height: 1.5em;
}
.service062 .con h2{
	font-size: 1.8em;
	line-height: 2em;
}
.service062 .img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.service063{
	padding: 2em 0 1em;
	background: url(../images/about063-img01.png);
}
.service063 .con{
	margin-bottom: 1em;
	line-height: 1.5em;
	padding: 0 1em;
}
.service063 .con h2{
	color: #0197f4;
	font-size: 1.8em;
	line-height: 2em;
}
.service063 .list .item{
	float: left;
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.service063 .list .item .box{
	border: 1px solid #0197f4;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
}
.service063 .list .item .box img{
	display: block;
	max-width: 60%;
	margin: 0 auto .5em;
}