@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; 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样式*/

/*-------CSS3特效集合--------*/
@keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@keyframes xshow2 {0% {opacity:0;}20% {opacity:1;}40% {opacity:0;}60% {opacity:1;}80% {opacity:0;}100% {opacity:0;}}
@-webkit-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes buttonHover{0% {box-shadow:0 0 5px #808080;}50% {box-shadow:0 0 12px #808080;}100%{box-shadow:0 0 5px #808080;}}
@keyframes buttonHover{0% {box-shadow:0 0 5px #808080;}50% {box-shadow:0 0 12px #808080;}100% {box-shadow:0 0 5px #808080;}}
/* -- 页面整体布局 -- */
.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: #313131; 
}
.g-hd .m-tel1 span{ font-weight: bold; font-size: 1rem; background:url(/Mobile/Images/Common/tel.png) no-repeat 0 center; background-size: 1.46rem; display: inline-block; }
.g-hd .m-tel1 b{font-size: 1.33rem;}*/
.g-hd .m-top{background:#0e59ae; font-family:Arial; font-size:1rem; overflow:hidden; position:relative; line-height:2.4rem; text-transform:uppercase; text-align:center;}
.g-hd .m-top a{ color:#fff;}
.g-hd .m-top b{ font-style:italic;}

.m-top .u-tel{ width:6%; height:48%; display:block; position:absolute;left:20%; top:32.5%;} /*头部电话图标*/
.m-top .u-tel{ width:1.3rem; height:1.3rem; display:block; background:url(/mobile/images/common/tel.png) no-repeat; position:absolute; -webkit-background-size:100%;-ms-background-size:100%;-o-background-size:100%;background-size:100%;left:19.6%; top:24%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;} /*头部电话图标*/
.u-tel .z-ln-1 , .u-tel .z-ln-2 ,  .u-tel .z-ln-3{ border:1px solid #890b0c;}
.u-tel2 .z-ln-1 , .u-tel2 .z-ln-2 ,  .u-tel2 .z-ln-3{ border:1px solid #fff;}
.u-tel .z-ln-1{z-index:10;
	display:inline-block;
	width:2px;
	height:2px;
	border-width: 1px 1px 0 0;
	border-radius:0 30px 0 0;
	position:absolute;
	top:4px;
	right:4px;
	animation-name: xshow2; /*动画名称*/
	animation-duration: 4s;/* 动画时间*/
	animation-timing-function: linear;  /*动画频率，匀速*/
	animation-iteration-count: infinite; /*动画循环播放的次数，infinite为无限次*/
	-webkit-animation-name: xshow2;   /*针对苹果浏览器写的兼容*/
	-webkit-animation-duration: 4s; /*针对苹果浏览器写的兼容*/
	-webkit-animation-timing-function: linear; /*针对苹果浏览器写的兼容*/
	-webkit-animation-iteration-count: infinite; /*针对苹果浏览器写的兼容*/
	-o-animation-name: xshow2; /*针对欧朋浏览器写的兼容*/
	-o-animation-duration: 4s; /*针对欧朋浏览器写的兼容*/
	-o-animation-timing-function: linear; /*针对欧朋浏览器写的兼容*/
	-o-animation-iteration-count: infinite;} /*头部电话一闪一闪的线条，css3样式*/
.u-tel .z-ln-2{z-index:10;
	display:inline-block;
	width:4px;
	height:4px;
	border-width: 1px 1px 0 0;
	border-radius:0 35px 0 0;
	position:absolute;
	top:1px;
	right:1px;
	animation-name: xshow;  /*动画名称*/
	animation-duration: 4s; /* 动画时间*/
	animation-timing-function: linear;  /*动画频率，匀速*/
	animation-iteration-count: infinite; /*动画循环播放的次数，infinite为无限次*/
	-webkit-animation-name: xshow; /*针对苹果浏览器写的兼容*/
	-webkit-animation-duration: 4s; /*针对苹果浏览器写的兼容*/
	-webkit-animation-timing-function: linear; /*针对苹果浏览器写的兼容*/
	-webkit-animation-iteration-count: infinite; /*针对苹果浏览器写的兼容*/
	-o-animation-name: xshow; /*针对欧朋浏览器写的兼容*/
	-o-animation-duration: 4s; /*针对欧朋浏览器写的兼容*/
	-o-animation-timing-function: linear; /*针对欧朋浏览器写的兼容*/
	-o-animation-iteration-count: infinite;	} /*头部电话一闪一闪的线条，css3样式*/
.u-tel .z-ln-3{z-index:10;  
	display:inline-block;
	width:6px;
	height:6px;
	border-width: 1px 1px 0 0;
	border-radius:0 35px 0 0;
	position:absolute;
	top:-2px;
	right:-2px;
	animation-name: xshow;  /*动画名称*/
	animation-duration: 4s; /* 动画时间*/
	animation-timing-function: linear;  /*动画频率，匀速*/
	animation-iteration-count: infinite; /*动画循环播放的次数，infinite为无限次*/
	-webkit-animation-name: xshow; /*针对苹果浏览器写的兼容*/
	-webkit-animation-duration: 4s; /*针对苹果浏览器写的兼容*/
	-webkit-animation-timing-function: linear; /*针对苹果浏览器写的兼容*/
	-webkit-animation-iteration-count: infinite; /*针对苹果浏览器写的兼容*/
	-o-animation-name: xshow; /*针对欧朋浏览器写的兼容*/
	-o-animation-duration: 4s; /*针对欧朋浏览器写的兼容*/
	-o-animation-timing-function: linear; /*针对欧朋浏览器写的兼容*/
	-o-animation-iteration-count: infinite;	} /*头部电话一闪一闪的线条，css3样式*/




@media screen and (min-width:360px) {
	
	.u-tel .z-ln-1{
	width:5px;
	height:5px;
	top:1px;
	right:1px;}
	.u-tel .z-ln-2{
	width:3px;
	height:3px;
	top:4px;
	right:4px;}
	.u-tel .z-ln-3{
	width:10px;
	height:10px;
	top:-3px;
	right:-3px;}
}
@media screen and (min-width:480px) {
	.u-tel .z-ln-1{
	width:6px;
	height:6px;
	top:5px;
	right:5px;}
	.u-tel .z-ln-2{
	width:9px;
	height:9px;
	top:2px;
	right:2px;}
	.u-tel .z-ln-3{
	width:13px;
	height:13px;
	top:-2px;
	right:-2px;}
}
@media screen and (min-width:568px) {
	.u-tel .z-ln-1{
	width:6px;
	height:6px;
	top:6px;
	right:6px;}
	.u-tel .z-ln-2{
	width:10px;
	height:10px;
	top:2px;
	right:2px;}
	.u-tel .z-ln-3{
	width:14px;
	height:14px;
	top:-2px;
	right:-2px;}
}
@media screen and (min-width:639px) {
	.g-hd .u-tel .z-ln-1 ,.g-hd .u-tel .z-ln-2 , .g-hd .u-tel .z-ln-3{ border:1px solid #fff;border-width: 2px 2px 0 0;}
	.u-tel .z-ln-1{
	width:7px;
	height:7px;
	top:6px;
	right:6px;}
	.u-tel .z-ln-2{
	width:12px;

	height:12px;
	top:1px;
	right:1px;}
	.u-tel .z-ln-3{
	width:17px;
	height:17px;
	top:-4px;
	right:-4px;}
}






.g-hd .m-con{padding: 0.5rem 0 1.2rem;}

.g-hd .m-logo{ padding:1.5rem 0 0 0.5rem; width:7rem; display:block; float:left}
.g-hd .m-logo img { width:100%;}
.g-hd .m-logo1 { float:left; padding:0.2rem 0 0.5rem 0.5rem; font-size:0.8rem; color:#3a3a3a; margin:1.0rem 0 0 0.5rem; border-left:solid 1px #d9d9d9; line-height:1.5rem;}
.g-hd .m-logo1 b { display:block; font-weight:bold; font-size:1.1rem; color:#0e59ae;}







/*---底部---*/

.g-ft{padding-bottom:4rem; font-size: 1rem;}
/*.g-ft .u-top{text-align: center;font-weight: bold; border: 1px solid #006091;
background: #e7e7e7;
background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
background-image: -o-linear-gradient(top, #fff, #e7e7e7);
background-image: -ms-linear-gradient(top, #fff, #e7e7e7);
background-image: linear-gradient(top, #fff, #e7e7e7);}*/
/*.g-ft .u-top a{display: block; border: 1px solid #59b9ea; 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 .u-top:after{ position:absolute; content:""; width:0; height:0; top:20%; left:47%;
	border-bottom:0.8em solid #7c7c7c;
	border-right:0.9em solid transparent;
	border-left:0.9em solid transparent;}*/


.g-ft .u-top h2{overflow:hidden; color:#666; font-size:0.85rem;text-align:center; line-height: 1.46rem; padding-top:1.2rem;  position:relative;
background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
background-image: -o-linear-gradient(top, #fff, #e7e7e7);
background-image: -ms-linear-gradient(top, #fff, #e7e7e7);
background-image: linear-gradient(top, #fff, #e7e7e7);
 border:1px solid #ccc;}
.g-ft .u-top h2:after{ position:absolute; content:""; width:0; height:0; top:0.3rem; left:47%;
	border-bottom:0.8rem solid #7c7c7c;
	border-right:0.9rem solid transparent;
	border-left:0.9rem solid transparent;}



.g-ft p{text-align: center; padding: 0 0 1.5rem; color: #000; font-size:0.875rem;}
.g-ft a {color: #333;}
.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;}
.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%;}
}
