﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
	color:#353535;
	overflow-x:hidden;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#353535;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#185a6e;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.wrapHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 65px;
	background: url(/app_temp/web/pc/img/zsjm/sprite.png) repeat-x;
}
.header {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
.logo {
	float: left;
	width: 143px;
	height: 60px;
	margin-right: 30px;

}
.nav {
	list-style: none;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 60px;
}
.nav li {
	float: left;
}
.nav a {
	float: left;
	padding: 0 21px;
	color: #888;
	text-decoration: none;
}
.nav a:hover, .nav .cur {
	color: #fff;
	background: #009c92;
}

.banner{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.banner .pics li{
	width: 100%;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .pics a{
	display: block;
	width: 100%;
	height: 710px;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 75px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin:0 8px;
	border:1px solid #fff;
	border-radius:50%;
}
.banner .btns .hover{
	background:#fff;
}

/*公用CSS 结束*/

.footer{
	background:#1ba79c;
	padding:18px 0 32px 0;
	color:#fff;
}
.ft_nav{
	width: 195px;
	float: left;
}
.ft_nav dd{
	height: 24px;
	line-height: 24px;
}
.ft_nav dd a{
	color:#fff;
}
.ft_nav dt{
	height: 40px;
	line-height: 40px;
	font-size:16px;
}

.ft_right{
	width: 220px;
	float: right;
}
.ft_right .t1{
	height: 40px;
	line-height: 40px;
	font-size:16px;
}
.ft_right .tel{
	color:#f6bf75;
	font-size:30px;
	font-weight: bold;
}
.ft_right li{
	line-height: 24px;
}
.ft_right .code{
	float: left;
	width: 102px;
	height: 102px;
	border:1px solid #eaeaea;
	margin-top:5px;
}
.ft_right .tip{
	width: 106px;
	float: right;
	padding-top:28px;
	line-height: 25px;
}
.footer_copy{
	text-align: center;
	height: 60px;
	line-height: 60px;
	background:#0e776f;
	font-size:16px;
	color:#fff;
}
.footer_copy a{
	color:#fff;
	margin-left: 20px;
}