@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
    font: 14px/1.5 'Microsoft Yahei', '微软雅黑', Arial, Tahoma, Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
    margin: auto;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td{
	border: 1px solid #000000;
    vertical-align: middle;
	padding: 10px;
}
td p{
	margin: 0px!important;
}
a{
	color: inherit;
}
a:hover{
	text-decoration: none!important;
	color: #3D73C7;

}
a:active{
	text-decoration: none!important;
	background: none!important;
	color: inherit!important;
}
a:visited{
	background: inherit!important;
	text-decoration: none!important;
}
body{
	background: url("bg_byg.jpg") no-repeat top;
}


@media(min-width:1300px){
	.container{
		width: 1283px;
	}
}
@media(max-width:991px){
	.container{
		width: 100%
	}
}
.header{
	width: 100%;
	height: 113px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(98,130,172,0.28);
	position: fixed;
	top: 0px;
	z-index: 50;
}
@media(max-width:991px){
	.header{
		position: relative;
		height: inherit;
		padding-bottom: 50px;
	}
}

.logo{
	display: inline-block;
	margin-top:16px;
	max-width: 100%;
}
.logo img{
	width: 100%;
}
.search-box{
	float: right;
	width: 181px;
    position: relative;
	margin-top: 20px;
}
.search-txt{    
	width: 100%;
    line-height: 28px;
    height: 28px;
    background: #8AA3C6;
    border-radius: 14px;
    border: none;
    padding-left: 15px;
    padding-right: 35px;
    color: #fff;
	
}
input::-webkit-input-placeholder{color:#FFF}
	input::-moz-placeholder{color:#FFF}
	input::moz-placeholder{color:#FFF}
	input:-ms-input-placeholder{color:#FFF}
.search-btn{
	border: none;
	background: url(search_byg.png) no-repeat center center;
    width: 15px;
    height: 15px;
    top: 6px;
    right: 10px;
    position: absolute;
    z-index: 9;
}
.top-acs{
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8E9ABA;
	margin-top: 24px;
	margin-right: 36px;
}
@media(max-width:768px){
	.top-acs{
		display: block;
		float: none;
	}
	.search-box{
		display: block;
		float: none; 
    width: 100%;
	}
}
.navigation{
	padding: 24px 0px;
	float: right;
	text-align: right;
}
.dropdown-m>li>a {
	padding:0px 0px 5px; 
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	display: block;
}
.dropdown-m li{
	padding: 0px 20px;
	float: left;
	position: relative;
}
.dpdm{
	position: absolute;
	box-shadow: 0px 0px 20px 0px rgba(98,130,172,0.28);
	display: none;
}
.dpdm li{
	float: none;
	text-align: left;
	background: #FFFFFF;
	width: auto;
	min-width: 220px;
}
.dpdm li a{
	font-size: 16px;
	line-height: 50px;
	display: block;
	white-space: nowrap;
	border-bottom: 1px #F0F5FF solid;
}

.dropdown-m>li>a:hover{
	border-bottom: 4px #004098 solid;
}
.active1 a{
	border-bottom: 4px #004098 solid;
}
@media(max-width:1199px){
	.navigation a{
		padding: 0px 10px;
	}
}
.menu-xs{
	background: url("menu-xs_byg.png") no-repeat center;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	right: 15px;
}
/*手机端下拉菜单*/
.navigation-xs li{
	background: #2553BC;
}
.dropdown-m-xs li{
	background: #004098;
}
.navigation-xs a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	width: 100%;
	display: block;
	padding-left: 20px;
}
.navigation-xs p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	width: 100%;
	display: block;
	padding-left: 20px;
}
.nav-xs{
	display: none;
}
.dropdown-m-xs{
	display: none;
}
.firstpart{
	padding-top: 150px;
	position: relative;
}
.foot{
	background: #004098;
	padding: 35px 0px 50px;
	margin-top: 40px;
}
.foot p{
	font-size: 15px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #DBE5F2;
line-height: 26px;
	width: 100%;
	text-align: center;
}
.foot a{
color: #DBE5F2;
}
.left-nav-title p{
	padding: 20px 15px;
    background: #004098;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
}
.left-nav-li{
	background: #F7FAFF;
}
.left-nav-li:hover{
	background: #d7e3f7;
}
.active2{
	background: #d7e3f7;
}
.left-nav-li a{
	font-size: 18px;
    display: block;
    padding: 20px 12px;
    color: #282828;
	
    border-bottom: solid 1px #c8d6ea;
}
.left-nav-xs{
	margin-bottom: 30px;
}
.left-nav-xs a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 60px;
}
.left-nav-xs li{
	background: #F7FAFF;
	border-bottom: 1px solid #c8d6ea;
	padding: 0px 18px 0px 38px;
}
.left-nav-xs ul{
	display: none;
}
.left-menu-xs{
	background: #004098;
	padding: 0px 15px 0px 15px;
}
.left-menu-xs span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	line-height: 60px;
}
.left-menu-xs img{
	float: right;
	margin-top: 28px;
}
.title-child{
	border-bottom: 1px solid #ACB3CA;
	padding-top: 14px
}
.title-child h3{
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #004098;
	line-height: 56px;
	display: inline-block;
}
.position{
	float: right;
	margin-top: 26px;
	padding-left: 20px;
	background: url("position_byg.png") no-repeat left;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #888888;
}
.position a:active{
	background: none!important;
}
@media(max-width:1199px){
	.position{
		float: none;
		display: block;
		margin-top: 0px;
	}
}
@media(max-width:991px){
	
	.firstpart{
		padding-top: 30px;
	}
}
.list li{
	padding: 20px 0px 20px 30px;
	background: url("square2_byg.png") no-repeat left 27px;
}
.list li a{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
}
.pages{
	margin-top: 30px;
	text-align: center;
}
.list li p{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
	display: block;
	float: left;
	width: 95%;
}
.pdf{
	width: 5%;
	height: 47px;
	background: url("pdf_byg.png") center no-repeat;;
	border-radius: 5px;
	float: right
}
.pdf a{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #004098;
	line-height: 47px;
	padding-left: 23px;
	padding-right: 25px;
	display: inline-block;
	background: url("download_byg.png") no-repeat right 15px;
}

.pdf a:hover{
	  color: #3D73C7;
}
@media(max-width:1199px){
	.pdf{
		width: 100px;
		float: none;
		margin-bottom: 10px
	}
	.list li p{
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.list li{
		height: inherit;
		margin-bottom: 20px;
		border-bottom: 1px solid #EFF4FF;
	}
}
.pages a{
	line-height: 16px;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #ACB3CA;
	border-radius: 5px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	padding: 12px 14px;
}
.pages span{
	line-height: 16px;
	display: inline-block;
	background: #004098;
	border-radius: 5px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #ffffff;
	padding: 12px 14px;
}
.pages button{
	display: none;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    background: #ffffff;
    border: 2px solid #004098;
    border-radius: 4px;
}
.img-list li{
	height: 287px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.09);
	padding: 25px;
	margin-top: 30px;
}
.list-img{
	display: block;
	width: 30%;
	height: 228px;
	float: left;
	border: 1px solid #E1E1E1;
	overflow: hidden
}
.list-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.list-img img:hover{
	transform: scale(1.1);
}
.img-ifm{
	padding-left: 25px;
	float: left;
	width: 70%;
}
.img-ifm a{
	display: block;
}
.img-title{
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #444444;
	line-height: 60px;
}
.img-sum{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
	height: 180px;
	overflow: hidden;
}
@media(max-width:991px){
	.pages a,.pages span{
		display: none;
	}
	.pages button{
		display: block;
	}
	.img-list li{
		height: auto;
	}
	.list-img{
		width: 100%;
		float: none;
		height: auto;
	}
	.img-ifm{
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.img-title{
		line-height: 36px;
		font-size: 18px;
	}
}
/*文字细览*/
.doc-title{
	padding: 40px 0px;
}
.doc-title h2{
	text-align: center;
font-size: 30px;
font-family: Arial;
font-weight: bold;
color: #444444;
line-height: 42px;
}
.pub-title h2{
	text-align: left;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #444444;
    line-height: 36px;
}
.document p{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
	margin-bottom: 20px;
}
.document img{
	max-width: 800px;
}
.download{
	font-size: 16px;
	line-height: 32px;
}
.download span{
	font-size: 20px;
    color: #004098;
    font-weight: 600;
}
.fa{
	width: 20px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    margin-bottom: -3px;
}
.fa-file-pdf-o{
	background: url("pdf-icon_byg.png") center no-repeat;
}
.fa-file-excel-o{
	background: url("xls_byg.png") center no-repeat;
}
.fa-file-powerpoint-o{
	background: url("ppt_byg.png") center no-repeat;
}
.fa-file-word-o{
	background: url("doc_byg .png") center no-repeat;
}