@charset "utf-8";
/* CSS Document */
body, div, p, ul, li,  input, button,table,th,tr,td  {margin:0; padding:0;font-family:"Microsoft YaHei"; text-align:left;  font-size:16px;color: #333; line-height: 30px; }
p{line-height: 30px;}
h1, h2, h3, h4,h5,a{ margin:0; padding:0; text-decoration:none; font-weight: normal;}
ol, ul ,li{list-style: none;}
em{font-style: normal;}
strong{font-weight: normal;}
img{border: 0; vertical-align:middle;}
a{ color:#3F3F3F;}
a:hover{ color:#6BC30D; text-decoration:none;}
.clear{clear:both;}

/*顶部导航*/
.con{ margin:auto;background:none; width: 1200px;}
header{height:40px; padding: 10px 0; background: #fff; text-align: right; line-height: 40px; font-size: 14px;}
h1 a{display: block; float: left; width: 168px; height: 40px; background: url(https://mip.cndzys.com/mobile/images/us_custom.png) no-repeat 0 0 ;}
header em{color:#6BC30D; padding:0 20px;}
nav a{ padding:0 20px;} 

/*标题*/
.title{height: 50px; display: block; position: relative; padding: 40px 0;}
.title h2{text-align: center; line-height: 50px; font-size: 24px;}
.title span{display: block; position: absolute; bottom: 40px; left: 50%; margin-left: -25px; width: 50px; height:2px; background: #6BC30D; border-radius: 3px; }

/*底部*/
.footer{height: auto; background:#222222;  padding:10px; text-align:center;}
.footer p{ font-size:14px; text-align:center; line-height: 30px;color:#999;}
.footer p a{ padding:0 20px;color:#bbb;}
.footer p a:hover{color:#6BC30D;}

/*返回顶部*/
.BackTop{ height:60px;position:fixed; display:block;z-index:9998;right:20px;bottom:130px;background:none; }
.BackTop a em{width: 32px;height: 14px;	background:url("https://mip.cndzys.com/mobile/images/us_custom.png") -230px -290px; display: block; margin:0px 14px;}
.BackTop a{width: 60px;  height:40px;padding-top: 20px;  background:#888;display:block;}
.BackTop a:hover{ background:#3c3c3c;}
