﻿通用类*/
*{
	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:#0c0c0c;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#0c0c0c;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#0047a8;	
}
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;
	height: auto;
	overflow: visible;
	position: relative;
	
}



#showcode canvas{ width: 140px; height: 140px; position: absolute; z-index: 999; top: 42px;left: 0  }

.mobile{ float: left; margin-top: 10px; margin-right: 6px;}
.sitename{ display: inline; float: left; font-size: 14px; color: #fff; margin-top: 0px;   }
.showcode canvas{ width: 100px; height: 100px; }

/*公用CSS 开始*/

.header_t{
	height: 42px;
	line-height: 42px;
	background:#2b303a;
}
.header_t a{
	color:#fff;
	float: left;
}
.header_t em{
	float: left;
	display: block;
	height: 26px;
	border-left:1px solid #7b7e84;
	margin:8px 20px 0 20px;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.banner .pics li{
	width: 100%;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .pics a{
	display: block;
	width: 100%;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#eee;
}
.banner .btns .hover{
	background:#f60;
}

.header{
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 100;
	background: url(../images/navbg.png) repeat-x;
}
.header .logo{
	float: left;
	margin-top:15px;
}
.header .logo img{
	height: 70px;
}
.header .logo_tip{
	float: left;
	line-height: 100px;
	font-size:26px;
	color:#fff;
}
.nav{
	float: right;
	line-height: 100px;
	font-size:18px;
}
.nav a{
	color:#fff;
	font-size:18px;
	float: left;
	margin-left:35px;
	position: relative;
}
.nav a:hover i,.nav a.hover i{
	width: 32px;
	height: 3px;
	position: absolute;
	left: 50%;
	background:#47f7e4;
	bottom: 28px;
	margin-left:-16px;
}

/*公用CSS 结束*/


/*分页*/


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color:  #027cce;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color:  #027cce;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:#027cce;
    border-color: #027cce;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

/* 底部 */

.footer{
	background:#007B35;
	color:#fff;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	text-decoration: underline;
	color:#e7e7e7;
}
.ft_links{
	border-bottom:1px solid #00AB37;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.ft_links em{
	margin:0 20px;
}
.ft_ct{
	width: 1200px;
	margin:0 auto;
	padding:15px 0;
	position: relative;
	height: 130px;
}
.ft_ct .contact{
	width: 550px;
	text-align:right;
	position: absolute;
	left: 0;
	top: 42%;
	margin-top:-39px;
	line-height: 26px;
	font-size:14px;
}

.cmt_name{font-size:20px; line-height:30px; margin-left:10px; float:left; height:80px; margin-top:10px;}
.ft_ct .fg{
	height: 130px;
	border-left:1px solid #94b8e0;
	left: 50%;
	top: 15px;
	position: absolute;
}
.ft_logo{
	display: block;
	width:360px; 
	position: absolute;
   
    right:200px;
	top: 45px;
}

.zwh_logo{ height: 80px; overflow: hidden; float: left; }



.ft_copy{
	text-align: center;
	height: 38px;
	line-height: 38px;
	background:#005F1F;
}
