@charset "utf-8";
/* CSS Document */
/* S 公共库开始  */
html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}
html, body {
	width:100%;max-width:750px;margin:auto;
}
body {
	font: 12px/1.5;font-family: "\5FAE\8F6F\96C5\9ED1";
}
body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, select, canvas, button, dl, dd, dt {
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
}
header, hgroup, nav, section, article, aside, footer {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img{ vertical-align:middle;}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol, li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}

a:link, a:visited {
	text-decoration: none;
} /* 链接颜色 */
/* S 公共库结束  */
body a{outline:none;blr:expression(this.onFocus=this.blur());}
/*清理浮动*/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*字体微软雅黑和宋体*/
.wryh {
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.st {
	font-family: "\5B8B\4F53";
}
/*图片适应宽100%*/
.img{width: 100%; height: auto;-ms-interpolation-mode: bicubic;}
/*用户不能选中*/
/*body{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}*/
.of{overflow:hidden;}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.ellipsis{
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 }
a{-webkit-tap-highlight-color:none;}
.ellipsis1 {
	 
	 overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
 
.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tc {
	text-align: center!important;
}

.tl{
	text-align: left!important;
}

.tr {
	text-align: right!important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.rlast{
	margin-right: 0!important;
}
.ffirst{
	margin-left: 0!important;
}

.dc{
	display: block!important;
	margin: 0 auto!important;
}
.hide{display:none;}


@media screen and (min-width: 320px) {
    html {font-size: 14px;}
}
 
@media screen and (min-width: 360px) {
    html {font-size: 16px;}
}
 
@media screen and (min-width: 400px) {
    html {font-size: 18px;}
}
 
@media screen and (min-width: 440px) {
    html {font-size: 20px;}
}
 
@media screen and (min-width: 480px) {
    html {font-size: 22px;}
}
 
/*@media screen and (min-width: 640px) {
    html {font-size: 28px;}
}*/
input,textarea{border:0;outline:none;}
body{color:#666666;}
a{color:#333333;}
a,button,input,textarea{-webkit-tap-highlight-color:rgba(255,0,0,0);}
input:focus,textarea:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
 input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

.header{
	left: 0;
    top: 0;
    position:fixed;
    word-wrap: break-word;
    padding: 0px;
    border: 0px solid transparent;
    height: 54px;
    width: 100%;z-index:100;
    background-color:  #dc2f02;text-align:center;z-index:100;
	
	
	}
.header .logo{display:block;padding-top:10px;}
.header .logo img{height:35px;}
.header .h_url{width:54px;height:54px;background:url(../img/headerright.png) no-repeat center center;background-size:50% auto;display:block;position:absolute;right:0;top:0;text-indent:-10000px;}

.header .h_menu{width:30px;height:30px;border-radius:30px;background:url(../img/navbg.png) no-repeat center center #cbcbcb;background-size:50% auto;display:block;position:absolute;left:20px;top:12px;text-indent:-10000px;}
.header .h_menu:before{width:40px;height:40px;border-radius:40px;content:"";position:absolute;left:-6px;top:-6px;display:block;border:1px solid #cbcbcb;}
.header_h{height:53px;}

.footer{background: #dc2f02;padding:1rem 0.6rem;text-align:center;}
.footer .p1{font-size:1rem;color:#fff;font-weight:bold;line-height:1.8;}
.footer .p1 a{color:#fff;}
.footer .fInfo{color:#fff;padding:0.4rem 0;font-size:0.75rem;text-align:left;}
.footer .fInfo .p2{overflow:hidden;line-height:1.5;}




























