@charset "utf-8";
/*格式化*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-size:14px;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; background:#fff;} 
#content p img{ width:100%;display:block; margin:0 auto; max-width:100%; height:auto;}
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}
/*排版通用*/
.f-mm{ margin-left:auto; margin-right:auto;}/*居中对齐*/
.f-fl{ float:left;} /*左浮动*/
.f-fr{ float:right;} /*右浮动*/
.f-tr{ text-align:right;} /*右对齐*/
.f-tl{ text-align:left;} /*左对齐*/
.f-tc{ text-align:center;} /*中间对齐*/
.f-pr{ position:relative;} /*定位*/
.f-di{ display:inline;}
/*杂项*/
.u-co-bt{ border-radius:4px; /*css3圆角*/ width:80px; height:32px; line-height:32px; display: inline-block; vertical-align: middle;  padding-top:1px; font-size:16px;}/*提交按钮样式*/
.u-co-bt.z-spe{ width:100%;}
.u-lico{ width:24px; height:24px; border-radius:4px;  /*css3圆角*/ background:#000; padding:10px;opacity: 0.8; position:relative; left:50%; margin:10px 0 10px -14px; box-shadow:0 0 3px #2d2d2d;}/*等待载入*/
.fs15{font-size:15px;} /*15号字体*/
.fs12{font-size:12px;} /*12号字体*/
.pdr12{ padding-right:12px;} /*右边距12px*/
.pl10{ padding-left:10px;} /*左边距10px*/
.red { color:#f00; } /*字体颜色红色*/
.emptyData{padding-left:10px;line-height:26px; }
/*首页标题 开始*/
.m-tit{ position:relative; text-indent:10px; height:38px; font-size:15px; line-height:38px;} /*首页产品导航样式*/
.m-tit .u-ico{ position:absolute;right:10px; top:2px; width:30px; height:38px; }  /*首页产品导航箭头样式*/
.m-tit .u-ico:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:12px;
    height:12px;
    right:5px;
	top:12px;
	z-index:10;
	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/
.m-tit .u-ico:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:12px;
    height:12px;
    right:8px;
	top:12px;
	z-index:10;
	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);/*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);/*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/

/* -- 页面整体布局 -- */
.wrap{min-width:320px; max-width:640px; margin:0 auto; overflow:hidden; position:relative; background:#fff;} /*网站首页宽度*/
.wrap img{ width:100%;}
.wrap { background:#fff;}	
.wrap img { display:block; width:100%;}
.c-list:after,.m-box:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}


/*---头部---*/
.g-hd .m-tel1 a{border: 1px solid #404040; display: block; padding:0.4rem 0; color: #fff; text-align: center;  }
.g-hd .m-tel1{border: 1px solid #000;background: #000; /* Old browsers */
}
.g-hd .m-tel1 span{ font-weight: bold; font-size: 1rem; background:url(/Mobile/Images/Common/tela.gif) no-repeat 0 center; background-size: 1.46rem; display: inline-block; }
.g-hd .m-tel1 b{font-size: 1.33rem;}


.g-hd .m-con{padding: 1rem 0 1.2rem;}
.g-hd .m-logo{  width: 80%; margin:0 auto; text-align:center;}
.g-hd .m-logo img {max-width: 100%;height: auto;display: block; margin: 0 auto;}


/*---底部---*/

.g-ft{padding-bottom:4rem; font-size: 1rem;}
.g-ft .u-top{text-align: center;font-weight: bold;  border: 1px solid #bf004e;
background: #db226e; /* Old browsers */
}
.g-ft .u-top a{display: block; border: 1px solid #ff6aa7; color: #fff; }
.g-ft .u-top span{ padding: 0.7rem 0 0.7rem 2rem; background:url("../Images/Common/top.png") no-repeat 0 center; background-size: 1.46rem; line-height: 1.46rem; display: inline-block;}

.g-ft p{text-align: center; padding: 0 0 1.5rem; color: #000; font-size:0.875rem;}
.g-ft p span{display: block; width: 27.3%; margin: 0 auto; padding-bottom: 1.6rem;}
.g-ft p span a{display: block; padding: 0.4rem 0; border: 1px solid #0574cf; color: #333;}

.f-code{ text-align: center; margin:1.5rem auto; overflow:hidden;}
.wrap .f-code img{ width:10rem; height:10rem; margin:0 auto;}
.f-code span{ display:block; text-align:center; font-size:1rem; color:#333; line-height:1.8rem; padding-top:0.5rem; }

/*  */

@media screen and (min-width:320px) {
html { font-size:75%;}
}
@media screen and (min-width:360px) {
html { font-size:87%;}
}
@media screen and (min-width:375px) {
html { font-size:88%;}
}
@media screen and (min-width:400px) {
html { font-size:98%;}
}
@media screen and (min-width:414px) {
html { font-size:100%;}
}
@media screen and (min-width:480px) {
html { font-size:112%;}
}
@media screen and (min-width:568px) {
html { font-size:131%;}
}
@media screen and (min-width:639px) {
html { font-size:150%;}
}
