﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    min-width: 1200px;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
.container{
	width:1200px;
	margin:auto;
}






/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*面包屑导航*/
.wraps{
	max-width: 1200px;
	margin: auto;
}
.breadcrumb{
	width: 100%;
	height: 60px;
	line-height:60px;
	font-size: 14px;
}
.breadcrumb .wraps a{color: #888;}
.breadcrumb .wraps a:first-child{
	padding-left: 25px;
	background: url(../images/homes.png) no-repeat left center;
}
.breadcrumb .wraps a + *:before{
	content: '>';
	margin: 0 5px;
}
.breadcrumb span{
	color: #004ea2;
}
/*面包屑导航*/
/*******************************分页*****************************************/
.pages{ height: 38px; text-align: center; margin-top:60px; margin-bottom:0px;overflow: hidden;color: #666;}
.pages a{ display: inline-block;}
.pages .prev,.pages .next{ width: 84px; height: 36px;    color: #666; text-align: center; line-height: 36px;  font-size: 14px; border: 1px solid #dfdfdf;}
.pages .prev:hover,.pages .next:hover{background:#004ea2; color: #fff;border-color: #004ea2;}
.pages .number a{ width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf;  color: #666; font-size: 14px;}
.pages .number a.on{ color: #fff; border-color:#FFFFFF ; background: #004ea2; border-color:#004ea2;}
.pages .number a:hover{ color: #fff; border-color:#FFFFFF ; background: #004ea2; border-color:#004ea2;}
.pages .text{ display: inline-block; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf; background: #FFFFFF; color: #666; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/



/*头部*/
.headers .top_logo{
	height: 129px;
	background: url(../images/topbg.jpg) center no-repeat;
}
.headers .top_logo h1{
	width: 1200px;
	margin: 0 auto;
	padding-top: 18px;
}
.headers .top_logo a{
	display: block;
	width: 609px;
	height: 89px;
	background: url(../images/toplogo.png) top left no-repeat;
}

.headers .headers_nav{
	height: 64px;
	background: #004ea2;
}
.headers .headers_nav ul{
	width: 1200px;
	margin: 0 auto;
}
.headers .headers_nav ul li{
	width: 120px;
	height: 64px;
	float: left;
	line-height: 64px;
	font-size:16px;
	text-align: center;
	position: relative;
}
.headers .headers_nav ul li a{
	display: block;
	color: #fff;
}

.headers .headers_nav ul li dl{
	display: none;
	width: 100%;
	position: absolute;
	top: 64px;
	left: 0;
	z-index: 10;
	background: #226dbe;
}
.headers .headers_nav ul li dl dt{
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #4e8acb;
}
.headers .headers_nav ul li dl dt a{
	color: #fff;
}
.headers .headers_nav ul li:hover{
	background:#226dbe;
}
.headers .headers_nav ul li:hover dl{
	display: block;
}
.headers .headers_nav ul li.on{
	background:#226dbe;
}

.headers .headers_nav ul li dl dt:hover{
	background: #004ea2;
}
/*头部结束*/

/*底部*/
.Bottom{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.yqlj{
	padding: 20px 20px;
	background: #fff;
}
.yqlj h1{
	height: 38px;
	line-height: 38px;
	float: left;
	font-size: 16px;
	color: #333;
}
.yqlj .yqlj_cont{
	width: 1080px;
	height: 38px;
	float: right;
}
.yqlj .yqlj_cont .yqlj_conts{
	width: 340px;
	height: 38px;
	float: left;
	margin-left: 30px;
	line-height: 38px;
	box-sizing: border-box;
	padding-left: 23px;
	padding-right: 48px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
	background: url(../images/yqlj1.png) 94% center no-repeat #d9e5f1;
	position: relative;
}
.yqlj .yqlj_cont .yqlj_conts:first-child{
	margin-left: 0px;
}
.yqlj .yqlj_cont .yqlj_conts p{
	font-size: 14px;
	color: #004ea2;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.yqlj .yqlj_cont .yqlj_conts ul{
	display: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	border: 1px solid #d9e5f1;
	background: #fff;
	position: absolute;
	top:48px;
	left: 0;
}
.yqlj .yqlj_cont .yqlj_conts ul li{
	height: 30px;
	line-height: 30px;
	padding: 0 23px;
}
.yqlj .yqlj_cont .yqlj_conts ul li a{
	display: block;
}
.yqlj .yqlj_cont .yqlj_conts ul li:hover{
	background: #d9e5f1;
}

.bottom_cont{
	margin-top: 50px;
}
.bottom_cont .bottom_left{
	width: 365px;
	float: left;
}
.bottom_cont .bottom_left h1{
	height: 51px;
	background: url(../images/bottomlogo.png) top left no-repeat;
}
.bottom_cont .bottom_left h1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.bottom_cont .bottom_left ul{
	margin-top: 23px;
}
.bottom_cont .bottom_left ul li{
	font-size: 14px;
	color: #004ea2;
	line-height: 23px;
}
.bottom_cont .bottom_left ul li b{
	display: block;
	float: left;
	font-weight: normal;
}
.bottom_cont .bottom_left ul li span{
	display: block;
	width: 310px;
	float: left;
}
.bottom_cont .bottom_left p{
	margin-top: 14px;
	padding-top: 10px;
	border-top: 1px solid #004ea2;
	font-size: 14px;
	color: #004ea2;
	line-height: 20px;
}

   .bottom_cont .bottom_left p a {
    font-size: 14px;
	color: #004ea2;
	    
    }

.bottom_cont .bottom_nav{
	width: 770px;
	float: right;
}
.bottom_cont .bottom_nav ul li{
	/*width: 158px;*/
	float: left;
	margin-left: 73px;
    font-family:"微软雅黑";
}
.bottom_cont .bottom_nav ul li:first-child{
	margin-left: 0;
}

.bottom_cont .bottom_nav ul li h1{
	height: 22px;
	margin-bottom: 6px;
	line-height: 22px;
	padding-left: 24px;
	font-size: 14px;
	color: #333;
	background: url(../images/bottom_nav1.png) left center no-repeat;
}
.bottom_cont .bottom_nav ul li dl dt{
	height:26px;
	line-height:26px;
	padding-left: 24px;
	font-size: 14px;
	color: #666;
	background: url(../images/bottom_nav2.png) 6px center no-repeat;
}
.bottom_cont .bottom_nav ul li dl dt a{
	color: #666;
}

/*底部结束*/



@font-face {
    font-family: 'din_mediumregular';
    src: url('../fonts/din_medium-webfont.eot');
    src: url('../fonts/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_medium-webfont.woff2') format('woff2'),
         url('../fonts/din_medium-webfont.woff') format('woff'),
         url('../fonts/din_medium-webfont.ttf') format('truetype'),
         url('../fonts/din_medium-webfont.svg#din_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}