html,body {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}
body {
	height: 100%;
}
/*头部样式*/
header {
	padding: 0.3rem 0.8rem;
	height: 2.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz - box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms - flexbox;
    /* TWEENER - IE 10 */
    display: -webkit - flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header .logo {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header .menu {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header .menu > a {
	display: inline-block;
	width: 40px;
	height: 1.5rem;
	float: right;
}
header .menu a.pc {
	background: url(../images/pc.png) no-repeat center center;
	background-size: 75%;
}
header .menu a.nav-bar {
	margin-left: 10px;
	background: url(../images/nav.png) no-repeat center center;
	background-size: 70%;
}
header .menu nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	display: none;
}
header .menu nav ul {
	clear: both;
	position: relative;
	z-index: 100;
}
header .menu nav ul.nav li {
	background-color: #00a8ec;
	border-bottom: 1px solid #6dcef5;
}
header .menu nav ul.nav li:last-child {
	border-color: transparent;
}
header .menu nav ul.nav li > a {
	padding: 0.35rem 0.7rem;
	color: #fff;
	font-size: 0.7rem;
	display: block;
	position: relative;
}
header .menu nav ul.nav li dl {
	display: none;
}
header .menu nav ul.nav li dl dd a {
	padding: 0.35rem 0.7rem;
	color: #fff;
	font-size: 0.7rem;
	background-color: #009FB7;
	display: block;
	position: relative;
}
header .menu nav ul.nav li a > i {
	background: url(../images/arrow.png) no-repeat center center;
	background-size: 45%;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0.7rem;
	top: 50%;
	margin-top: -8px;
	transition: all 0.5s;
}
header .menu nav ul.nav li.cur {
	background-color: #85cc00;
}
header .menu nav ul.nav li.cur a > i {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
header .menu nav ul.nav li.cur dl {
	display: block;
}
header .menu nav a.close {
	display: block;
	float: right;
	color: #fff;
	background-color: #00a8ec;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-bottom: 3px;
	border-radius: 5px;
	position: relative;
	z-index: 100;
}
header .menu nav .dropback {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
}
/*底部样式*/
footer {
	position: fixed;
	z-index: 99;
	bottom: 0;
	right: 0;
	background-color: #00a8ec;
	height: 2.4rem;
	/* left: 50%; */
	width: 100%;
	/* transform: translate(-50%,0); */
}
footer .foot-nav {
	display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
    display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
    display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
    display: -moz-flex;
	display: flex;  /*鏂扮増鏈娉�: Opera 12.1, Firefox 22+ */
	height: 100%;
	position: relative;
}
footer .foot-nav a {
	display: block;
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    /*width: 0;                For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	text-align: center;
	line-height: 1.06rem;
	padding: 0.3rem 0.2rem;
}
footer .foot-nav a img {
	height: 20px;
}
footer .foot-nav a p {
	color: #fff;
	font-size: 0.65rem;
}
footer .foot-nav a.cur {
	display: block;
	background-color: #87bf1f !important;
}
/*banner样式*/
section.banner,section.banner .swiper-container{
	overflow: hidden;
}
section.banner img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
}
section.banner .swiper-pagination-switch {
	background-color: transparent;
	border: 1px solid #00a8ec;
}
section.banner .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
	background-color: #00a8ec;
}
/*内容样式*/
section.container {
	background: #fff;
	margin-bottom: 2.4rem;
}
section.container .title {
	height: 1.5rem;
	line-height: 1.5rem;
	background: #00a8ec url(../images/title_bg.png) no-repeat center center;
	background-size: 10rem 85%;
	text-align: center;
}
section.container .title h3 a {
	color: #fff;
	font-size: 0.75rem;
}
section.container .page-title {
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
}
section.container .page-title h3 {
	color: #00a8ec;
	display: inline-block;
	font-size: 0.75rem;
	padding: 0 7px;
	border-bottom: 3px solid #00a8ec;
}
section.container .tabs {
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */ 
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
	background-color: #eff4f6;
	margin-bottom: 0.3rem;
}
section.container .tabs a {
    -webkit-box-flex: 1     /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;       /* OLD - Firefox 19- */ 
    -ms-flex: 1             /* IE 10 */  	
    -webkit-flex: 1;        /* Chrome */  
    flex: 1;                /* NEW, Spec - Opera 12.1, Firefox 20+ */    
	color: #666;
	font-size: 0.65rem;
	text-align: center;
	padding: 0.3rem 0;
	border-bottom: 0.1rem solid transparent;
}
section.container .tabs a.cur {
	color: #00a8ec;
	border-color: #00a8ec;
}
section.container .more {
	background-color: #87bf1f;
	color: #fff;
	font-size: 0.7rem;
	width: 60%;
	padding: 0.4rem 0;
	margin: 0 auto;
	display: block;
	border-radius: 15px;
	text-align: center;
}
/**/
section.service .service-list {
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient:horizontal;
    -webkit-box-lines:multiple;
　　-moz-flex-flow:row wrap;
	-webkit-flex-flow:row wrap;
	flex-flow: row wrap;
    box-orient:horizontal;
    box-lines:multiple;
	padding: 0.6rem 0.8rem;
}
section.service .service-list li {
	width: 25%;
}
section.service .service-list li:nth-child(1) {
	margin-bottom: 10px;
}
section.service .service-list li a {
	display: block;
	text-align: center;
}
section.service .service-list li:nth-child(1) a .bg, section.service .service-list li:nth-last-child(1) a .bg {
	background-color: #f4edec;
}
section.service .service-list li:nth-child(2) a .bg, section.service .service-list li:nth-last-child(2) a .bg {
	background-color: #ecf5ef;
}
section.service .service-list li:nth-child(3) a .bg, section.service .service-list li:nth-last-child(3) a .bg {
	background-color: #e7eff3;
}
section.service .service-list li:nth-child(4) a .bg, section.service .service-list li:nth-last-child(4) a .bg {
	background-color: #f0f1e7;
}
section.service .service-list li a .bg {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}
section.service .service-list li a .bg img {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
}
section.service .service-list li a p {
	color: #262626;
	margin-top: 8px;
	font-size: 0.7rem;
}
section.service .service-list li:hover a p {
	color: #00a8ec;
}
section.about {
	padding-bottom: 0.3rem;
}
section.about .honor {
	display: flex;
	flex-flow: row wrap;
	background-color: #fff;
	padding: 0 0.3rem;
}
section.about .honor a {
	display: block;
	width: 47%;
	text-align: center;
	box-sizing: border-box;
	height: 4.8rem;
	margin: 0.2rem;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #eee;
}
section.about .honor a img {
	height: 100%;
}
section.case .case-list {
	display: flex;
	flex-flow: row wrap;
	padding: 0.7rem;
}
section.case .case-list li:nth-child(3n-1) {
	width: 49%;
	margin-right: 1%;
}
section.case .case-list li:nth-child(3n) {
	width: 49%;
	margin-left: 1%;
}
section.case .case-list li:nth-child(3n-2) {
	width: 100%;
}
section.case .case-list li {
	margin-bottom: 5px;
}
section.case .case-list li a {
	position: relative;
	display: block;
}
section.case .case-list li a p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 0.2rem 3px;
	font-size: 0.6rem;
	background-color: rgba(0,168,236,0.8);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
section.case {
	padding-bottom: 0.8rem;
}
section.news {
	padding-bottom: 0.7rem;
}
section.news .news-list {
	margin: 0.7rem;
}
section.news .news-list .news-head {
	padding-left: 4.6rem;
	position: relative;
    padding-bottom: 0.8rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dad8d8;
    height: 3rem;
}
section.news .news-list .news-head  a img {
	position: absolute;
	width: 4.3rem;
	left: 0;
}
section.news .news-list .news-head a p {
	color: #87bf1f;
	font-size: 0.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
section.news .news-list .news-head a span {
	color: #666;
	font-size: 0.6rem;
}
section.news .news-list ul li {
	position: relative;
}
section.news .news-list ul li span {
	position: absolute;
	right: 0;
	top: 3px;
	color: #999;
	font-size: 0.6rem;
}
section.news .news-list ul li p a {
	color: #3c3c3c;
	font-size: 0.7rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 3.4rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dad8d8;
}
section.news .news-list ul li p:before {
	content: "";
	display: block;
	left: 0;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00a8ec;
}
section.container ul.pagination {
	display: flex;
	margin-bottom: 10px;
	padding: 0 10px;
}
section.container ul.pagination li a {
	color: #00a8ec;
	padding: 0.12rem 0.4rem;
	border: 1px solid #00a8ec;
	margin: 0 3px;
	border-radius: 4px;
	font-size: 0.65rem;
	vertical-align: middle;
}
section.container ul.pagination li.cur a {
	background-color: #00a8ec;
	color: #fff;
}
section.details {
	padding: 0 10px;
}
section.details .details-title {
	text-align: center;
	color:#999; 
	line-height: 22px;
	padding:10px 0;
    border-bottom: 1px dashed #ddd;
}
section.details .details-title h2 {
	font-size: 0.75rem; 
	color:#333; 
	font-weight: normal; 
}
section.details .details-title p {
	color: #999;
	font-size: 0.6rem;
}
section.details .details-body {
	padding-top: 10px;
	padding-bottom: 20px;
/*	text-align: center;*/
}
section.details .details-body p {
	font-size: 0.7rem;
	color: #666;
	text-indent: 2em;
	text-align: left;
}
section.details .details-body img {
	margin: 8px 0;
	max-width: 100%;
}
section.about .about-us {
	padding: 10px 10px 20px;
	text-align: center;
}
section.about .about-us p {
	font-size: 0.7rem;
	color: #666;
	text-indent: 2em;
	text-align: left;
}
section.about .about-us img {
	margin: 8px 0;
	max-width: 100%;
}
/*网站建设*/
.service-area {
	background: #fff;
	margin-bottom: 2.4rem;
}
.service-area .service-bg {
	background-color: #f5f5f5;
}
.service-area .content {
	padding: 0 0.5rem 1.6rem;
}
.service-area .content > h3 {
	font-size: 1rem;
	text-align: center;
	color: #2e2e2e;
	padding: 1.2rem 0;
	font-weight: bold;
}
.service-area .content > p {
	font-size: 0.68rem;
	text-align: center;
	color: #515151;
}
.service-area a.service-btn {
	display: block;
	background-color: #1ca0d9;
	color: #fff;
	padding: 0.4rem;
	border-radius: 20px;
	font-size: 0.7rem;
	margin: 1.6rem 0 0;
	text-align: center;
}
.service-area a.service-btn.reverse {
	background-color: #fff;
	color: #1ca0d9;
}
.service-area .website > h3 {
	font-size: 1.2rem;
	text-align: center;
	color: #d7203f;
	padding-top: 0.8rem;
}
.service-area .website ul.list li .text {
	text-align: center;
	padding: 0.5rem 0.5rem 1.6rem;
}
.service-area .website ul.list li .text h3 {
	font-size: 0.85rem;
	color: #333;
	margin: 10px 0 15px;
	font-weight: bold;
}
.service-area .website ul.list li .text p {
	font-size: 0.7rem;
	color: #333;
	line-height: 1.1rem;
}
/*网络推广*/
.service-area .seo ul.box {
	display: flex;
	flex-flow: row wrap;
}
.service-area .seo ul.box li {
	width: 50%;
	text-align: center;
	margin-bottom: 40px;
}
.service-area .seo ul.box li h3 {
	font-size: 0.9rem;
	color: #2e2e2e;
	margin: 10px 0;
}
.service-area .seo ul.box li p {
	color: #515151;
	font-size: 0.6rem;
}
.service-area .seo ul.list li h3 {
	color: #1ca0d9;
	margin: 10px 0;
	font-size: 0.7rem;
}
.service-area .seo ul.list li p {
	color: #2b2b2b;
	margin: 10px 0;
	font-size: 0.7rem;
}
/*微信开发*/
.service-area .wechat > h3 {
	font-size: 1.2rem;
	text-align: center;
	color: #d7203f;
	padding-top: 0.8rem;
}
.service-area .wechat ul.list li .text {
	text-align: center;
	padding: 0.5rem 0.5rem 1.6rem;
}
.service-area .wechat ul.list li .text h3 {
	font-size: 0.85rem;
	color: #333;
	margin: 10px 0 15px;
	font-weight: bold;
}
.service-area .wechat ul.list li .text p {
	font-size: 0.7rem;
	color: #333;
	line-height: 1.1rem;
}
.service-area .wechat ul.box {
	display: flex;
	flex-flow: row wrap;
	padding-top: 1.3rem;
}
.service-area .wechat ul.box li {
	width: 24%;
	padding: 0 0.5%;
	text-align: center;
	margin-bottom: 20px;
}
.service-area .wechat ul.box li img {
	width: 50%;
}
.service-area .wechat ul.box li p {
	font-size: 0.75rem;
	color: #2e2e2e;
	margin: 10px 0;
}
.service-area .wechat ul.box li span {
	color: #515151;
	font-size: 0.58rem;
}
/*APP开发*/
.service-area .app ul.list {
	float: right;
	width: 50%;
}
.service-area .app ul.list li {
	display: flex;
	margin-bottom: 10px;
}
.service-area .app ul.list li img {
	width: 2.3rem;
	height: 2.3rem;
}
.service-area .app ul.list li .text {
	flex: 1;
	margin-left: 8px;
}
.service-area .app ul.list li .text p {
	font-size: 0.75rem;
}
.service-area .app ul.list li .text span {
	font-size: 0.6rem;
	color: #666;
}
.service-area .app ul.list li:nth-child(1) .text p,.service-area .app ul.list li:nth-last-child(1) .text p {
	color: #ea6151;
}
.service-area .app ul.list li:nth-child(2) .text p,.service-area .app ul.list li:nth-last-child(2) .text p {
	color: #e71c54;
}
.service-area .app ul.list li:nth-child(3) .text p,.service-area .app ul.list li:nth-last-child(3) .text p {
	color: #c00a79;
}
.service-area .app ul.list li:nth-child(4) .text p,.service-area .app ul.list li:nth-last-child(4) .text p {
	color: #7d187e;
}
.service-area .app ul.box1 {
	display: flex;
	flex-flow: row wrap;
}
.service-area .app ul.box1 li {
	width: 33.3%;
	margin-bottom: 10px;
}
.service-area .app ul.box1 li .circle {
	background: #1ca0d9;
	width: 4.3rem;
	height: 4.3rem;
	border-radius: 50%;
	margin: 0 auto;
}
.service-area .app ul.box1 li .circle img {
	width: 50%;
	display: block;
	padding: 0.3rem 0 0.1rem;
	margin: 0 auto;
}
.service-area .app ul.box1 li .circle p {
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
}
.service-area .app ul.box2 {
	display: flex;
	flex-flow: row wrap;
}
.service-area .app ul.box2 li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 10px;
}
/*网站域名*/
.service-area .host ul.list {
	display: flex;
	flex-flow: row-reverse wrap-reverse;
	justify-content: center;
}
.service-area .host ul.list li {
	width: 3rem;
	height: 3rem;
	color: #fff;
	font-size: 0.8rem;
	line-height: 4.4rem;
	text-align: center;
	background: #1ca0d9 url(../images/host-check.png) no-repeat center 8px;
	margin: 6px;
}
.service-area .host ul.box1 {
	display: flex;
	margin-top: 0.6rem;
}
.service-area .host ul.box1 li {
	flex: 1;
	margin: 0 10px;
	text-align: center;
}
.service-area .host ul.box1 li p {
	color: #666;
	font-size: 0.75rem;
	margin-top: 0.4rem;
}
.service-area .host ul.box1 li span {
	color: #666;
	font-size: 0.6rem;
}
.service-area .host ul.box2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0.5rem 0;
}
.service-area .host ul.box2 li {
	width: 10.3rem;
	margin: 0.5rem;
	padding: 0 0.5rem 0.5rem;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
}
.service-area .host ul.box2 li h3 {
	font-size: 0.8rem;
	color: #f86d0e;
	margin: 15px 0;
}
.service-area .host ul.box2 li p {
	color: #f86d0e;
	font-size: 0.76rem;
	margin: 5px 0;
}
.service-area .host ul.box2 li p b {
	font-size: 0.7rem;
	font-weight: normal;	
}
.service-area .host ul.box2 li p i,.service-area .host ul.box2 li p del {
	color: #666;
	font-size: 18px;
	font-style: normal;
}
.service-area .host ul.box2 li a {
	width: 90%;
	background-color: #f86d0e;
	color: #fff;
	font-size: 0.7rem;
	border-radius: 4px;
	display: block;
	padding: 0.4rem 0;
	margin: 15px auto;
	
	border-bottom: 2px solid #9a3500;
}
.service-area .host ul.box2 li span {
	color: #666;
	font-size: 0.6rem;
}
.service-area .host ul.box3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 0.6rem;
}
.service-area .host ul.box3 li {
	margin: 0 10px;
	margin-bottom: 0.8rem;
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	align-content: center;
}
.service-area .host ul.box3 li p {
	color: #666;
	font-size: 0.8rem;
}
.service-area .host ul.box3 li dl {
	text-align: left;
	margin-top: 0.5rem;
}
.service-area .host ul.box3 li dl dd {
	margin-left: 0;
	padding-left: 33px;
	background: url(../images/host-check2.png) no-repeat 5px center;
	line-height: 28px;
	font-size: 0.6rem;
	color: #333;
}
/*系统开发*/
.service-area .system > h3 {
	font-size: 1.2rem;
	text-align: center;
	color: #1ca0d9;
	padding: 0.8rem 0;
}
.service-area .system ul.list {
	float: right;
	width: 50%;
}
.service-area .system ul.list li {
	display: flex;
	margin-bottom: 10px;
}
.service-area .system ul.list li p {
	font-size: 0.7rem;
}
.service-area .system ul.list li p span {
	font-size: 0.75rem;
	color: #1ca0d9;
	margin-right: 5px;
}
.service-area .system ul.box1 {
	display: flex;
	flex-flow: row wrap;
	margin-top: 0.6rem;
}
.service-area .system ul.box1 li {
	width: 50%;
	box-sizing: border-box;
	padding: 0.4rem;
	text-align: center;
}
.service-area .system ul.box1 li p {
	color: #333;
	font-size: 0.8rem;
}
.service-area .system ul.box1 li span {
	color: #666;
	font-size: 0.68rem;
}
.service-area .system ul.box2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.service-area .system ul.box2 li {
	text-align: center;
	vertical-align: top;
	padding: 1.6rem 0;
	width: 45%;
	margin: 0 2.5%
}
.service-area .system ul.box2 li:nth-child(1) {
	background: url(../images/system-bg3.png) no-repeat center center;
	background-size: 100% 100%;
}
.service-area .system ul.box2 li:nth-child(2) {
	background: url(../images/system-bg4.png) no-repeat center center;
	background-size: 100% 100%;
}
.service-area .system ul.box2 li:nth-child(3) {
	background: url(../images/system-bg5.png) no-repeat center center;
	background-size: 100% 100%;
}
.service-area .system ul.box2 li img {
	width: 35%;
	margin: 0 auto;
	display: block;
}
.service-area .system ul.box2 li p {
	color: #fff;
	font-size: 0.7rem;
	width: 85%;
	margin: 0 auto;
}
@media (min-width: 570px ) {
	.service-area .system ul.box2 li:nth-child(1) {
		background: url(../images/system-bg3.png) no-repeat center center;
		background-size: 70% 100%;
	}
	.service-area .system ul.box2 li:nth-child(2) {
		background: url(../images/system-bg4.png) no-repeat center center;
		background-size: 70% 100%;
	}
	.service-area .system ul.box2 li:nth-child(3) {
		background: url(../images/system-bg5.png) no-repeat center center;
		background-size: 70% 100%;
	}
	.service-area .system ul.box2 li p {
		color: #fff;
		font-size: 0.7rem;
		width: 60%;
		margin: 0 auto;
	}
}
/*400电话*/
.service-area .phone > h3 {
	font-size: 1.2rem;
	text-align: center;
	color: #1ca0d9;
	padding: 0.8rem 0;
}
.service-area .phone ul.box1 {
	display: flex;
	flex-flow: row wrap;
}
.service-area .phone ul.box1 li {
	width: 50%;
	box-sizing: border-box;
	padding: 0.2rem;
	margin-bottom: 0.3rem;
}
.service-area .phone ul.box1 li .text {
	background-color: #fff;
	padding: 0.3rem;
	text-align: center;
}
.service-area .phone ul.box1 li .text p {
	color: #f12222;
	font-size: 0.8rem;
}
.service-area .phone ul.box1 li .text span {
	color: #333;
	font-size: 0.7rem;
}
.service-area .phone ul.box2 {
	display: flex;
	flex-flow: row wrap;
}
.service-area .phone ul.box2 li {
	width: 50%;
	box-sizing: border-box;
	padding: 0.5rem;
	text-align: center;
	margin-bottom: 0.3rem;
}
.service-area .phone ul.box2 li p {
	margin-top: 0.2rem;
	font-size: 0.7rem;
	color: #3e3e3e;
}
.service-area .phone ul.list {
	margin-bottom: 1rem;
}
.service-area .phone ul.list li {
	text-align: center;
	color: #1c1c1c;
	font-size: 0.9rem;
	line-height: 2rem;
}
/*品牌设计*/
.service-area .brand ul.box {
	display: flex;
	flex-flow: row wrap;
}
.service-area .brand ul.box li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 10px;
}
.mask {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8) url(../images/wxsh.png) no-repeat right top;
	background-size: 40%;
	z-index: 1100;
}