@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	max-width:640px;
	margin:auto;
}
img{
	max-width:100%;
}
body{
	background-color:#EFEFF4;
}
/*首页导航*/
#navs{
	margin-bottom:10px;
	background:#FFF;
	overflow:hidden;
	padding:10px 10px;
}
#navs a{
	display:block;
	width:50%;
	float:left;
	padding-left:16%;
	box-sizing:border-box;
	color:#A2A2A2;
	font-size:11px;
	background-size:60px auto;
	background-position:3% center;
	background-image:url(https://mebsrc.oss-cn-beijing.aliyuncs.com/nav-btn-chat.png);
	background-repeat:no-repeat;
	line-height:1.5em;
	text-decoration:none;
	
}
#navs a:nth-child(1){
	border-right:solid 1px #E8E8E8;
	border-bottom:solid 1px #E8E8E8;
	
}
#navs a:nth-child(2){
	border-bottom:solid 1px #E8E8E8;
	background-position:11% center;
	padding-left:19%;
	background-image:url(https://mebsrc.oss-cn-beijing.aliyuncs.com/nav-btn-case.png);
}
#navs a:nth-child(3){
	border-right:solid 1px #E8E8E8;
	background-image:url(/html/wap/images/project-face.png);
}
#navs a:nth-child(4){
	background-position:11% center;
	padding-left:19%;
	background-image:url(https://mebsrc.oss-cn-beijing.aliyuncs.com/nav-btn-price.png);
}
#navs a div{
	padding:20px 0;
	word-break:keep-all;
}

#navs a strong{
	color:#505050;
	display:block;
	font-size:16px;
}
.channel{
	margin-top:10px;
	background-color:#FFFFFF;
}
.channel h3{
	padding:1em;
	border-bottom:solid 1px #EFEFF4;
	color:#505050;
	font-size:16px;
}
.channel h3 a{
	float:right;
	color:#adadad;
	text-decoration:none;
}
#projects{
	overflow:hidden;
	padding:20px 10px;
}
#projects a{
	display:block;
	width:25%;
	text-align:center;
	color:#505050;
	text-decoration:none;
	float:left;
	font-size:11px;
}
#projects a img{
	width:60%;
	margin:auto;
	display:block;
	margin-bottom:.5em;
	max-width:60px;
}
.list{
	padding:0 1em;
	background-color:#fff;
	overflow:hidden;
}

.list a {
	display:block;
	padding:1em 0;
	border-bottom:solid 1px #E8E8E8;
	color:#A2A2A2;
	text-decoration:none;
	overflow:hidden;
	font-size:14px;
}
.list a div{
	float:left;
	width:60%;
}
.list a div.list-img{
	width:35%;
	float:left;
	/**max-height:90px;*/
	overflow:hidden;
	margin-right:5%;
}

.list a img{
	width:100%;
}

.list a strong{
	color:#505050;
	display:block;
	font-size:16px;
	word-break:keep-all;
	overflow:hidden;
	margin-bottom:.2em;
	
}
.list a,.list  .pageinfo {
	display:block;
	padding:1em 0;
	border-bottom:solid 1px #E8E8E8;
	color:#A2A2A2;
	text-decoration:none;
	overflow:hidden;
	font-size:14px;
}
.list-right a,.list-right .pageinfo{
	padding:1.5em 0;
}
.list-right a div.list-img{
	float:right;
	margin-left:5%;
	margin-right:0;
	
}
.list-right a div.list-img img{
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	
}
.list-right a strong{
	word-wrap:break-word;
	word-break:break-all;
}
#copyright{
	text-align:center;
	color:#505050;
	padding-bottom:20px;
	margin-top:20px;
}
.page-head{
	height:45px;
	line-height:45px;
	background: -webkit-linear-gradient(left, #ff829f , #fda491); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff829f , #fda491); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff829f , #fda491); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff829f , #fda491); /* 标准的语法 */
  text-align:center;
  color:#FFFFFF;
  font-size:18px;
  padding:0 1em;
  position:fixed;
  top:0;
  width:100%;
  box-sizing:border-box;
  left:0;
  z-index:100;
}
.page-head strong{
	float:left;
}
.page-head .drawer-toggle{
	background:url(https://mebsrc.oss-cn-beijing.aliyuncs.com/drawer-toggle.png) no-repeat center center;
	height:45px;
	width:45px;
	display: block;
    float: right;
	background-size:60% auto;
	
}
.page-head a {
	text-decoration:none;
	display:block;
	float:left;
	color:#fff;
}
.pagelist li{
	float:left;
	width:50%;
}
.loadmore{
	text-align:center;
	font-size:14px;
	color:#A2A2A2;
	padding:1em 0;
	line-height:2em;
}
.loadmore img,.loadmore span{
	height:2em;
	display:inline-block;
	vertical-align:middle;
}
.drawer-menu a{
	display:block;
	padding:0.5em;
	border-bottom:solid 1px #E8E8E8;
	text-decoration:none;
	color:#505050;
	font-size:16px;
}
h1{
	font-size:20px;
	line-height:1.5em;
	margin:1em 0;
}

.arcbody{
	font-size:16px;
	line-height:2em;
	padding: 1em;
}
.price-nav{
	background:#fff;
	overflow:hidden;
	padding:1em;
	
}
.price-nav a{
	display:block;
	float:left;
	width:22%;
	margin:1.5%;
	text-decoration:none;
	background:#ededed;
	color:#353535;
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	line-height:2em;
	text-align:center;
	font-size:12px;
}
.price-nav a.active{
	background:#ff5789;
	color:#fff;
}
.price-sheet{
	background:#FFFFFF;
	padding-bottom:1px;
	position:relative;
	
}
.price-sheet table{
	width:90%;
	margin:auto;
}
.price-sheet th{
	width:25%;
	text-align:center;
	font-weight:bold;
	color:#ff5789;
	font-size:14px;
}
.price-sheet td{
	border-bottom:solid 1px #cdcdcd;
	vertical-align:middle;
	padding:1em 0;
	font-size:13px;
}
.price-sheet tr td:nth-child(2){
	color:#ff5789;
}
.price-sheet tr td:nth-child(4){
	font-size:10px;
}
.serviece{
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */

	margin:auto;
	padding:2em;
	text-align:center;
	font-size:12px;	
	border:solid 1px #cdcdcd;
	box-sizing:border-box;
	margin:1em;
}
.serviece span{
	color:#4f6cff;
}
.serviece a {
	display: inline-block;
	background:#4f6cff;
	color:#fff;
	border-radius:20px;
	-moz-border-radius:20px; /* Old Firefox */
	text-decoration:none;
	line-height:3em;
	padding:0px 2em;
	margin-left:.5em;
}
#myfold{
	max-height:300px;
	overflow:hidden;
}
#myfold-open{
	z-index:99;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) , #FFF); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(255,255,255,0.4) , #FFF); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) , #FFF); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.4) , #FFF); /* 标准的语法 */
  
  position:absolute;
  bottom:110px;
  width:100%;
  text-align:center;
  color:#ff5789;
  padding-top:100px;
}
.fold-open #myfold{
	max-height:999999px;
}
.fold-open #myfold-open{
	display:none;
}
.drawer-nav{
	top:45px;
}


/**main.mobile.css**/


@charset "utf-8";
@media only screen and (max-width: 640px) {
    #navs a{
		background-size:28% auto;
	}
}

#chatlink-center {
    right:-2000px;
    bottom: 50%;
    margin-right: -126px;
    margin-bottom: -114px;
    position: fixed;
    width: 250px;
    height: 244px;
    background: url(https://mebsrc.oss-cn-beijing.aliyuncs.com/MessageCenter.png) no-repeat center;
    background-size: contain;
    z-index: 99999;
    border-radius: 5px 5px 5px 5px;
	display:block;
	opacity: 0;
	animation: centerchatanimate 50s;
}
#chatlink-bottom {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
	display:block;
}
#chatlink-bottom img{
width:100%;
display:block;
}
@keyframes centerchatanimate
{
0%   {opacity: 0;right:-2000px}
9%   {opacity: 0;right:-2000px}
10%  {opacity: 1;right:50%}
19%  {opacity: 1;right:50%}
20%  {opacity: 0;right:-2000px}
59%  {opacity: 0;right:-2000px}
60%  {opacity: 1;right:50%}
69%  {opacity: 1;right:50%}
70%  {opacity: 0;right:-2000px}
}



/**index*/
body{
  background-color:#EFEFF4;
}
.page-head img{
    height: 30px;
    float: left;
    margin-top: 5px;
}

/**list**/


/**article**/

