@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;
	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: 12px/1.8 "微软雅黑", "Microsoft YaHei", Arial, 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: #2a4198;
}
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;
	font-weight: bold;
}

.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: #4c4cff;
}
.blue a {
	color: #4c4cff;
}
.blue a:link {
	color: #4c4cff;
}
.blue a:visited {
	text-decoration: none;
	color: #4c4cff;
}
.blue a:hover {
	text-decoration: none;
	color: #4c4cff;
}
.blue a:active {
	text-decoration: none;
}
.hui {
	color: #acacae;
}
.hui a {
	color: #acacae;
}
.hui a:link {
	color: #acacae;
}
.hui a:visited {
	text-decoration: none;
	color: #acacae;
}
.hui a:hover {
	text-decoration: none;
	color: #fff;
}
.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;
}
.green {
	color: #2a4198;
}
.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;
}

/*分页*/
#pages {
    margin: 50px 0 0 0;
    text-align: center;
}
#pages a:first-child,#pages a:last-child{display: none;}
#pages a{display: inline-block; line-height: 36px; border:1px solid #E0E0E0; height: 36px; width: 36px; border-radius:50%; color:#666666; margin:0 2px;}
#pages a:hover,#pages a.active{ background:#2a4198; border:1px solid #2a4198; color:#FFF}

#page {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	padding: 5px 0px;
}
#page A {
	border: #2a4198 1px solid;
	padding: 8px;
	margin: 5px;
	text-decoration: none;
}
#page A:hover {
	border: #2a4198 1px solid;
	background: #2a4198;
	color: #fff;
	text-decoration: none;
}
#page A:active {
	border: 1px #2a4198 solid;
}
#page a.active {
	border: 1px #2a4198 solid;
	background: #2a4198;
	color: #fff;
}
#page SPAN.current {
	border: 1px #2a4198 solid;
	background: #2a4198;
	color: #fff;
	padding: 8px;
	margin: 5px;
}
#page SPAN.disabled {
	border: 1px #ccc solid;
	background: #ccc;
	color: #fff;
	padding: 8px;
	margin: 5px;
}

/*公共页头页尾*/
.header{width:100%; height:80px;background:#ffffff;position: relative;z-index: 6;}
.header.fixedtop{
	position:fixed;
	top:0;
	left:0;
	height: 80px;
	box-shadow: 0 3px 4px rgba(0,0,0,0.22);
}
.header .logo{
	width: 189px;
	height: 80px;
	background: url(../images/logo.jpg) no-repeat center;
	display: block;
	margin-top: 0px;
	float: left;
}
.header .nav{
	padding-right: 10px;
	height: 80px;
	position: relative;
}
.header .nav li{
	width: 114px;
	float: left;
	text-align: center;
}
.header .nav > ul > li{
	height: 80px;
/*	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;*/
	position: relative;
	z-index: 6px;
}
.header .nav > ul > li.cur, .header .nav > ul > li.on{
	background: url(../img/nav_hover.png) no-repeat center 60px;
}
.header .nav > ul > li > a{
	display: block;
	line-height: 80px;
	font-size: 15px;
	background: url(../img/nav_line.png) no-repeat center right;
}
.header .nav > ul > li:last-child > a{
    background: none;
}
.header .nav > ul > li > ul{
	position: absolute;
	top:80px;
	background: rgba(255, 255, 255, .8);
	padding:6px 0;
	display: none;
}
.header .nav > ul > li > ul > li{
	border-bottom: 1px #eee solid;
	line-height: 32px;
}
.header .nav > ul > li > ul > li > a{
	display: block;
	font-size: 13px;
}
.header .nav > ul > li > ul > li > a:hover{
	background: #3b98d4;
	color: #fff;
}
.header .tel, .header .search{
	line-height: 80px;
	cursor: pointer;
	position: relative;
	z-index: 7;
}
.header .search{
}
.header .tel i, .header .search i{
	font-size: 22px;
	color: #cfcfcf;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.header .search .searchBox{
	width: 0px;
	height: 32px;
	position: absolute;
	top:21px;
	right: 0;
	overflow: hidden;
}
.header .search .searchBox form{
	border:1px #eee solid;
	background: #fff;
	border-radius: 8px;
	height: 30px;
	margin:0;
	padding:0 6px 0 10px;
}
.header .search .searchBox .search_ipt{
	width: 190px;
	height: 30px;
	line-height: 30px;
	float: left;
	border:none;
	outline: none;
}
.header .search .searchBox .search_btn{
	width: 30px;
	line-height: 30px;
	background: url(../img/zoom.png) no-repeat center;
	border:none;
	outline: none;
	float: right;
	cursor: pointer;
}

.footer{
	width: 100%;
	background: #2c2f34;
	overflow: hidden;
}
.footer .top{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer .top .f-top{
	width: 100%;
	overflow: hidden;
}
.footer .top .f-top .f-con{
	width: 278px;
	overflow: hidden;
}
.footer .top .f-top .f-con .con-top{
	width: 100%;
	overflow: hidden;
}


.footer .top .f-top .f-con p{ margin-bottom: 15px;padding-left: 25px;  }
.footer .top .f-top .f-con .con-top .tel{ background: url(../images/tel.png) no-repeat left center; }
.footer .top .f-top .f-con .con-top .email{ background: url(../images/email.png) no-repeat left center; }
.footer .top .f-top .f-con .con-top .address{ background: url(../images/map.png) no-repeat left center; }
.footer .top .f-top .f-con .con-top li{
	width: 100%;
	float: left;
	padding-bottom: 28px;
	overflow: hidden;
}
.footer .top .f-top .f-con .con-top li em{
	width: 16px;
}
.footer .top .f-top .f-con .con-top li div{
	width: 252px;
}
.footer .top .f-top .f-con .con-bot{
	width: 100%;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	 margin: 20px 0 0 25px;
}
.footer .top .f-top .f-con .con-bot .share{
	float: left;
	height: 33px;
	overflow: hidden;
}
.footer .top .f-top .f-con .con-bot .share a{
	width: 33px;
	height: 33px;
	display: block;
	margin:0;
	padding:0;
	text-align: center;
	line-height: 33px;
	background-image: url(../img/share.png) !important; 
	background-color: rgba(109, 109, 109, .3);
	border-radius: 50%;
	float: left;
	margin-right: 16px;
}
.footer .top .f-top .f-con .con-bot .share a.bds_tsina{
	background-position: 0 -99px !important;
}
.footer .top .f-top .f-con .con-bot .share a.bds_tqq{
	background-position: 0 -66px !important;
}
.footer .top .f-top .f-con .con-bot .share a.bds_weixin{
	background-position: 0 -33px !important;
}
.footer .top .f-top .f-con .con-bot .share a.bds_sqq{
	background-position: 0 0 !important;
}
.footer .top .f-top .f-con .con-bot .share a:hover{
	background-color: #ffffff;
}
.footer .top .f-top .f-nav{
	overflow: hidden;
}
.footer .top .f-top .f-nav dl{
	padding-left: 66px;
}
.footer .top .f-top .f-nav dl, .footer .top .f-top .f-nav dt, .footer .top .f-top .f-nav dd{
    width: 100px;
	float: left;
	line-height: 28px;
}

.footer .top .f-top .f-nav dt{
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	border-bottom: 1px #acacae solid;
	margin-bottom: 16px;
}
.footer .top .f-top .f-nav dt a{
	color:#fff;
}
.footer .top .f-bot{
	width: 100%;
	padding-top: 70px;
	overflow: hidden;
}
.footer .bottom{
	width: 100%;
	border-top: 1px #acacae solid;
	line-height: 55px;
	text-transform: uppercase;
	overflow: hidden;
}
.footer .top .f-top .f-nav dl.casenav, .footer .top .f-top .f-nav dl.casenav dt, .footer .top .f-top .f-nav dl.casenav dd{
	width: 190px;}
