@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	background: #f8f8f8;
	overflow: hidden;
	overflow-y:auto;
}
body, td, th {
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
	color: #555555;
	line-height: 23px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 Arial, "", "Microsoft YaHei", sans-serif;
}
input, textarea, select {
   *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #0f6ee2;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}

.f14 {
	font-size: 14px;
	color: #666;
}
.f18 {
	font-size: 18px;
}

.m10 {
	margin-top: 10px;
}
.m20 {
	margin-top: 20px;
}
.m30 {
	margin-top: 30px;
}
.m40 {
	margin-top: 40px;
}
.m50 {
	margin-top: 50px;
}
.m60 {
	margin-top: 60px;
}
.m70 {
	margin-top: 70px;
}
.m80 {
	margin-top: 80px;
}

.indent {
	text-indent: 2em;
}
.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.white {
	color: #ffffff;
}
.white a {
	color: #ffffff;
}
.white a:link {
	color: #ffffff;
}
.white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.white a:hover {
	text-decoration: none;
	color: #ffffff;
}
.white a:active {
	text-decoration: underline;
}
.blue {
	color: #003d96;
}
.blue a {
	color: #003d96;
}
.blue a:link {
	color: #003d96;
}
.blue a:visited {
	text-decoration: none;
	color: #003d96;
}
.blue a:hover {
	text-decoration: none;
	color: #003d96;
}
.blue a:active {
	text-decoration: none;
}
.hui {
	color: #9fa0a0;
}
.hui a {
	color: #9fa0a0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.hui a:link {
	color: #9fa0a0;
}
.hui a:visited {
	text-decoration: none;
	color: #9fa0a0;
}
.hui a:hover {
	text-decoration: none;
	color: #0f6ee2;
}
.hui a:active {
	text-decoration: none;
}
.yellow {
	color: #dec917;
}
.yellow a{
	color: #dec917;
}
.f18b {
	font-size: 18px;
	font-weight: bold;
}
.bluet {
	color: #70b92c;
}
.blue14 {
	color: #01459f;
	font-weight: bold;
	font-size: 14px;
}
.red {
	color: #ca1d16;
}
a.red {
	color: #ff0000;
}
a.red2 {
	color: #ff0000;
}
.black{ background:#000000; overflow:hidden;}
.table {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	border-collapse: collapse;
	border-top:2px #000 solid;
	border-bottom:2px #000 solid;
}
.table td {
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	height: 36px;
	line-height: 36px;
	margin: 0px;
	padding: 0px 10px
}
.table tr td:nth-child(3){
	border-right: none;
	text-align: center;
}
.table tr td:nth-child(2){
	background:#d9d9d9;
}
.shixian1 {
	border-bottom: 1px #ffffff dashed;
	line-height: 36px;
}
.xuxian {
	border-bottom: 1px #898989 dotted;
	line-height: 36px;
	margin-bottom: 10px;
}
.Tab_For_Email {
	height: 30px;
}
.lh40 {
	line-height: 40px;
}
.lh36 {
	line-height: 36px;
}
.lh20 {
	line-height: 20px;
}

/*分页*/
.page{margin-top:50px;overflow: hidden;text-align: center;}
.page a,.page span{ display:inline-block;line-height:32px; padding:0 8px; border:1px solid #e5e5e5; background-color:#fff; margin-right:10px; font-size:13px; color:#888; cursor:pointer;}
.page a:hover,.page a.active{ border:1px solid #0f6ee2; background-color:#0f6ee2; color:#fff;}
.pg-ig{ margin-top:25px;}
#espcms_bbs_pagination{margin:25px 0;}

/*公共页头页尾*/
.header{
	width:100%;
	height:962px; 
	position: relative;
	z-index: 4;
	background: #fff;
	overflow: hidden;
}
.header .top{
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	overflow: hidden;
}
.header .top .search_form{
	width: 163px;
	height: 23px;
	margin-top: 24px;
	margin-right: 10px;
}
.header .top .search_form .search_ipt{
	width: 120px;
	height: 21px;
	border:1px #000000 solid;
	border-right: none;
	line-height: 21px;
	float: left;
	outline: none;
	padding-left: 10px;
}
.header .top .search_form .search_btn{
	width: 32px;
	height: 23px;
	float: right;
	line-height: 23px;
	text-align: center;
	color: #fff;
	border:none;
	outline: none;
	background: #595757;
	cursor: pointer;
}
.header .bot{
	width: 100%;
	height: 162px;
	background-color: rgba(125, 125, 125, .61);
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.header .bot .logo{
	width: 540px;
	height: 162px;
	float: left;
	background: url(../img/logo.png) no-repeat center;
	display: block;
}
.header .bot .menu{
	float: right;
	height: 162px;
	line-height: 162px;
}
.header .bot .menu li{
	width: 120px;
	float: left;
	text-align: center;
}
.header .bot .menu a{
	color: #ffffff;
	display: block;
	font-size: 18px;
}
.header .bot .menu li.cur a, .header .bot .menu li:hover a{
	background-color: rgba(160, 160, 160, 1);
}

.footer{
	width: 100%;
	background: #2a2a2a;
	border-top: 7px #0f6fe2 solid;
	overflow: hidden;
}
.footer .top{
	padding:40px 0;
	overflow: hidden;
}
.footer .top .foot_tel{
	width: 316px;
	height: 78px;
	padding-left: 70px;
	background: url(../img/tel.png) no-repeat left center;
	line-height: 36px;
	overflow: hidden;
}
.footer .top .foot_tel p:first-child{
    color: #fff;
    font-size: 24px;
}
.footer .top .foot_tel p:last-child{
    color: #0f6fe2;
    font-size: 32px;
}
.footer .top .foot_nav li{
	float: left;
	padding-left: 60px;
	font-size: 16px;
	line-height: 30px;
}
.footer .top .foot_nav a{
	display: block;
}
.footer .top .foot_nav li a:first-child{
	color: #fff;
	font-size: 20px;
	border-bottom: 1px #0f6fe2 solid;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.footer .bot{
	width: 100%;
	height: 57px;
	line-height: 57px;
	text-align: center;
	background: #211c20;
	font-size: 16px;
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.footer .bot a{
	margin-left: 10px;
}