﻿*{ margin:0px; padding:0px;}
html {
	width: 100%;
}
body{
	
	font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:24px;
	text-align:center;
	font-weight:400;
	position:relative;
	-webkit-box-shadow:0 0 16px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 16px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 16px rgba(0, 0, 0, 0.2);
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
a{ text-decoration:none;}
img{
	border: 0px;
    width: 100%;
	height: auto;
	margin-bottom: 7px;
}
ul{ list-style:none;}
.ui-body-c, .ui-dialog.ui-overlay-c{ background:none; text-shadow:none;}
.ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button{ font-family:微软雅黑; }
a{
	font-size: 100%;
	border: none;
	color: #4C2926;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #F8B61F;
}


ol,ul,li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
.clear{ clear:both}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } 
button, input, select, textarea {
	font-size: 100%;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
} /* 使得表单元素在 ie 下能继承字体大小 */
.fl{
float:left;
overflow:hidden;
*zoom:1;
}
.fr{
float:right;
overflow:hidden;
*zoom:1;
}
.bj {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	margin: 0px;
	z-index: 99;
}

.tu {
	margin-top: 10px;
	margin-bottom: 20px;
}
.tel-content {
	height: 160px;
	width: 250px;
	margin-top: -130px;
	margin-left: -125px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9;
	text-align: center;
	vertical-align: middle;
}
.tel-bj-1 {
	background: #000;
	width: 100%;
	height: 160px;
	position: relative;
	left: 0px;
	top: 0px;
	border-radius: 10px;
	opacity: 0.8;
	padding-top: 10px;
}
.tel-1 {
	font-size: 14px;
	color: #FFF;
	width: 100%;
	position: relative;
	top: 10px;
	line-height: 24px;
	margin-top: 10px;
}
.tel-bj-1 .icon.tel {
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tel-bj-1 .text {
	height: 40px;
	width: 200px;
	margin-top: 10px;
	text-align: center;
	position: relative;
	bottom: 10px;
	margin-left: -100px;
	left: 50%;
}


.tel-bj-1 a {
	height: 30px;
	width: 75px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: block;
	float: left;
	color: #000;
	background-color: #FFF;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	margin-left: 17px;
}
.tel-bj-1 .text .bt {
	background-color: #43EA2B;
}








.tu img {
	border: 1px solid #CCC;
}
.about {
	font-size: 16px;
	color: #F60;
	font-weight: bold;
	padding-top: 20px;
}
.time {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-bottom: 5px;
}



.clearfix:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	float: right;
}
* html .clearfix{
    height:1%;
}
*+html .clearfix{
    min-height:1px;
}
#main {
	width: 100%;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.headers {
	position: fixed;
	height: 60px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.headers div{
	float: left;
	width: 50%;
	height: 40px;
	cursor: pointer;
	background-size: contain;
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
}
.homelinks {
	background-image: url(../images/links.png);
	background-repeat: no-repeat;
	background-position: 95% bottom;
	display: block;
	background-size: 20px;
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 10px;
	margin-top: 8px;

}
.headers .homelinks img {
}


.back img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}



/*---------内容页框架-------*/
.content{
	min-height:350px;
	overflow:hidden;
	line-height:21px;
	background-color: #FFF;
	margin-top: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}

.content1{
	min-height:350px;
	overflow:hidden;
	line-height:21px;
	background-color: #f1f1f1;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	text-align: left;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	padding-top: 15px;
}
/*----------侧边栏内容---------------*/
.sidebar{
	width: 10em;
	position: fixed;
	top: 40px;
	min-height: 320px;
	right: -100%;
	display: none;
}

.sidebar a{
	display: block;
	clear: both;
	height: 40px;
	line-height: 40px;
	box-shadow: 1px 1px 1px #CCC;
	background-color: rgba(0,0,0,0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
}
/*----------侧边栏内容颜色---------------*/
/*.sidebar a{ 
	background:-moz-linear-gradient(top,#434343,#333333);
	background:-ms-linear-gradient(top,#434343,#333333);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#333333));
}*/
.sidebar a:last-child{ box-shadow:none;}
.sidebar p.text,.sidebar p.text-img{ float:left; margin-left:10px;}
.sidebar p.pic{
	float: right;
	background-image: url(../wiying/Tpl/Wap/wiying/common/icons-18-white.png);
	background-position: -108px -1px;
	width: 18px;
	height: 18px;
	background-color: rgba(0,0,0,.4);
	border-radius: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.right {
	margin: 10px;
	padding-top: 30px;
	padding-bottom: 60px;
}
.right1_sp2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #F30;
	text-align: left;
	width: 100%;
}

.right .imgimg h2 {
	font-size: 14px;
	line-height: 24px;
	color: #C30;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.right .imgimg h2 p span a {
	font-size: 12px;
	line-height: 24px;
	color: #F30;
	text-decoration: none;
}
.right .imgimg h2 p span a:visited {
	font-size: 12px;
	line-height: 24px;
	color: #F30;
	text-decoration: none;
}
#page a {
	text-align: center;
	display: block;
	width: 30%;
	background-color: #F93;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0  0 1px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0  0 1px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.2);
	margin-right: 6px;
	height: 30px;
	padding-top: 5px;
	margin-top: 8px;
	float: right;
}
#page a:visited {
	color: #FFF;
	background-color: #F93;
}
.jmhzimg img{ width:100%;}
