﻿* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}
a, a:link, a:visited, a:hover, a:active { color: #000; }
a:link { text-decoration: none; }
html { width: 100%; }
body {
	max-width: 640px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	font: 14px/1.5 "Microsoft Yahei";
	color: #000;
	background: #FFF;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}
body:before {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
}
img { border: 0px; }
em { font-style: normal; }
h1, h2, h3, h4, h5, h6, h7 { font-size: 14px; }
ul, ol { list-style-type: none; }
input, button, select, textarea {
	outline: none;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hidden { display: none; }
.clearFix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 98;
	background: #000;
	opacity: 1;
	display: none;
}
.loadingData {
	border: 1px dotted #0068b7;
	background: #fff;
	color: #5c5c5c;
	border-radius: 5px;
}
.relLink {
	width: 96%;
	height: 40px;
	margin: 0 auto 20px;
	box-shadow: 0 0 0 1px #999 inset;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.relLink .r, .relLink .l {
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #025bb8;
}
.relLink .r {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #999;
}
.relLink a {
	color: #666;
	display: block;
}
.relLink .hover a {
	background: #ddd;
	color: #FFF;
}
.baiduMap {
	width: 96%;
	margin: 0 auto;
}
.BMap_bubble_title a {
	background: #025bb8;
	color: #fff;
}
.navBarLv_0 .slide { background: #0068b7!important; }
.navBarLv_0 dd a {
	border-left: 1px solid #004893;
	border-right: 1px solid #0073ec;
}
.wrapper { width: 100%; }
/* header */
.header {
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
}
.header_c {
	max-width: 640px;
	min-width: 320px;
	height: 50px;
	margin: 0px auto;
	background: #0068b7;
	position: relative;
}
.header .logo {
	width: 70%;
	float: left;
}
.header .logo img {
	height: 40px;
	padding-top: 1%;
}
/**/
.nav {
	float: right;
	position: relative;
}
.nav p {
	width: 50px;
	height: 50px;
}
.nav p.hover { }
.nav p:before {
	content: "";
	width: 30px;
	height: 25px;
	display: block;
	position: absolute;
	right: 10px;
	top: 14px;
	background: url(../images/icon.png) no-repeat left top;
	background-size: 160px;
}
.nav ul {
	display: none;
	width: 90px;
	background: #025bb8;
	position: absolute;
	z-index: 100;
	top: 50px;
	right: 0px;
}
.nav p.cur { }
.nav li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #004893;
}
.nav li.hover { background: #008afb; }
.nav li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
/*inav*/
.inav {
	width: 94%;
	padding: 0% 3%;
	margin-top: 3%;
}
.inav ul { width: 100%; }
.inav li {
	width: 25%;
	float: left;
}
.inav li.hover { margin-top: -2px; }
.inav li a {
	width: 100%;
	text-align: center;
	font-weight: 700;
	padding: 2px 0px 10px;
	display: block;
	color: #fff;
	font-size: 12px;
	background: url(../images/navlibg.png) no-repeat center top;
	background-size: 75px;
}
/*banner*/
.banner { /*box-shadow: 0 4px 3px 0px #d7d5cd;*/ }
.banner img {
	width: 100%;
	display: block;
}
/*首页标题公用*/
.tit {
	width: 100%;
	height: 27px;
	position: relative;
	line-height: 36px;
	color: #fff;
	background: -webkit-linear-gradient(top, #ebe9e9 0%, #dad9d9 100%);
	background: -moz-linear-gradient(top, #ebe9e9 0%, #dad9d9 100%);
	margin-bottom: 2%;
}
.tit .more {
	width: 55px;
	height: 20px;
	display: block;
	font-size: 12px;
	margin-top: 3px;
	float: right;
	border-radius: 5px;
	color: #313131;
	line-height: 20px;
	text-align: center;
	padding-right: 2%;
}
.tit h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 36px;
	line-height: 21px;
	background: url(../images/h2_b.jpg) no-repeat left center;
	width: 80%;
	font-size: 16px;
	padding-left: 2%;
	background-size: 160px;
}
.tit h2 span {
	height: 10px;
	line-height: 10px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.iabout, .ipro {
	position: relative;
	margin: 8% 0 12%;
}
.iabout { margin: 2% 0 12%; }
.ipro { margin-bottom: 2%; }
/*iabout*/
.iabout .tod {
	width: 94%;
	padding: 3% 3% 3%;
	line-height: 24px;
	color: #313131;
}
.iabout .tod a { color: #007d00; }
.iabout .tod img { width: 100%; }
/*ipro*/
.prolist {
	width: 94%;
	padding: 1% 3% 2%;
}
.prolist a {
	width: 27.33%;
	height: 30px;
	display: inline-block;
	margin: 2% 2%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	box-shadow: 0 1px 1px 0px #e5e5e5;
	background: -webkit-linear-gradient(top, #006de2 0%, #0052a8 100%);
	background: linear-gradient(top, #006de2 0%, #0052a8 100%);
}
.prolist a.hover { margin-top: -2px; }
.ipro .tod {
	width: 100%;
	padding-bottom: 5%;
}
.ipro .tod li {
	width: 29%;
	float: left;
	margin: 3% 0% 0% 3%;
	border: 1px solid #dcdcdc;
}
.ipro .tod li a {
	width: 100%;
	display: block;
}
.ipro .tod li img {
margin:auto;
	display: block;
	height: 80px;
}
.ipro .tod li h2 {
	width: 99%;
	padding: 1px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #0068b7;
}
.ipro .tod li.hover { border-color: #0068b7; }
.ipro .tod li.hover h2 {
	background: #fff100;
	color: #313131;
}
/*inews*/
.inews {
	position: relative;
	margin: 0% 0 6%;
}
.inews .tod {
	width: 94%;
	padding: 3% 3% 0%;
}
.inews li {
	width: 96%;
	height: 80px;
	padding: 2%;
	margin-bottom: 3%;
	border-bottom: 1px dashed #e2e2e2;
	background: #fff;
  overflow: hidden;
}
.inews li.hover h2 { color: #ffb400; }
.inews li a.link {
	width: 69%;
	display: block;
	float: left;
}
.inews li img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 30px;
}
.inews li h2 {
	color: #0068b7;
	font-size: 14px;
	font-weight: bold;
}
.inews li h2 span { color: #fff100; }
.inews li b {
	color: #666666;
	line-height: 18px;
	text-indent: 1.5em;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.inews li .data {
	float: right;
	background: #535353;
	color: #fff;
	text-align: center;
	padding: 3px;
width:27%;
}
.inews li .data em {
	border-bottom: 1px dashed #fff;
	font-size: 16px;
}
/*goTop*/
.goTop {
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.goTop:before {
	width: 100%;
	height: 1px;
	display: block;
	content: "\20";
	position: absolute;
	left: 0;
	top: 50%;
	background: #006b16;
}
.goTop a {
	width: 40px;
	height: 20px;
	background: #006b16;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	border-radius: 5px;
}
/*footer*/
footer {
	text-align: center;
	width: 94%;
	padding: 3% 2% 3%;
}
footer a { color: #000; }
.navBarLv_0 dd a:before {
	background: url(../images/icon.png) no-repeat bottom left !important;
	background-size: 100px !important;
}
.navBarLv_0 dd:nth-child(5) a:before { background-position: -52px -22px !important; }
.navBarLv_0 dd:nth-child(2) a:before { background-position: 2px -22px !important; }
.navBarLv_0 dd:nth-child(3) a:before { background-position: -79px -22px !important; }
.navBarLv_0 dd:nth-child(4) a:before { background-position: -25px -22px !important; }
/*sitepath*/
.sitepath {
	width: 100%;
	line-height: 40px;
}
.sitepath .prolist { display: none; }
.showPanel {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #1197bb;
	height: 40px;
}
.showPanel h2 {
	width: 50%;
	color: #0068b7;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.showPanel p {
	width: 100px;
	text-align: center;
	float: right;
	border-left: 1px solid #1197bb;
	color: #0068b7;
}
/* listPro */
.listPro { width: 100%; }
.listPro .list {
	width: 100%;
	padding: 2% 0;
	overflow: hidden;
}
.listPro li {
	float: left;
	width: 45.2%;
	margin: 0 0 3% 3%;
}
.listPro li.hover img { border-color: #ffb400; }
.listPro li a {
	width: 100%;
	display: block;
}
.listPro li img {
	width: 100%;
	display: block;
	border: 2px solid #0068b7;
	height: 150px;
}
.listPro li h2 {
	width: 100%;
	padding: 1px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #0068b7;
}
/* listNews */
.listNews { margin-top: 3%; }
.listNews li {
	width: 96%;
	height: 80px;
	padding: 2%;
	margin-bottom: 3%;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
}
.listNews li.hover h2 { color: #ffb400; }
.listNews li a {
	width: 100%;
	display: block;
}
.listNews li img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 30px;
}
.listNews li h2 {
	color: #025bb8;
	font-size: 14px;
	font-weight: bold;
}
.listNews li p {
	color: #666666;
	line-height: 18px;
	text-indent: 1.5em;
	font-size: 12px;
}
.showInfo h1 { color: #025bb8; }
/*goTop*/
.goTop {
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
    margin-top: 20px;
}
.goTop:before {
	width: 100%;
	height: 1px;
	display: block;
	content: "\20";
	position: absolute;
	left: 0;
	top: 50%;
	background: #0068b7;
}
.goTop a {
	width: 40px;
	height: 20px;
	background: #0068b7;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	border-radius: 5px;
}
