@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 p{
	margin: 0px!important;
}
a:hover{
	text-decoration: none!important;
	color: #75ACF7!important;

}
a:active{
	text-decoration: none!important;
	background: inherit!important;
	color: inherit!important;
}
a:visited{
	background: inherit!important;
	text-decoration: none!important;
}

/*以下为自定义样式*/

@media(min-width:1470px){
    .container{
        width: 1300px;
    }
}
.oh{
	overflow: hidden;
}
.row{
	position: relative;
	margin: 0px -20px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
}
.head-date{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}

.head-link,.head-link a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
    padding: 0 10px
}
.head-link{
    display: block;
    text-align: right;
}
.email{
    width: 18px;
    height: 14px;
    background: url("email.png") no-repeat center;
    display: inline-block;
    margin-bottom: -2px;
}
.search-box{
	margin-top: 7px; 
    width: 240px;
height: 30px;
border-radius: 15px;
	background: #fff
}
.search-txt{
	vertical-align: middle;
    background: none;
    line-height: 30px;
    border: none;
    font-size: 14px;
    margin-left: 15px;
    color: #777;
    width: 75%;
    outline: none;
}
.search-txt::placeholder{
    color: #777
}
.search-txt:focus-visible{
    border: none;
    background: none;
}
.search-btn{
	width: 16px;
	height: 16px;
	background: url("search-btn.png") no-repeat center;
	border: none;
	vertical-align: middle;
    float: right;
    margin: 7px 13px 7px 0px;
}
.banner{
	background: #14254E url("header-bg.png") no-repeat center;
    background-size: cover;
    min-height: 140px;
}

.head-logo{
	display: block;
	margin: 60px 0px 60px;
	max-width: 100%;
    float: left;
}
.head-logo img{
	max-width: 100%
}
.banner-left{
   float: right; 
}
.head-nav{
	background: #3073D8;
	text-align: center;
	line-height: 0px;
}
.navigation{
	overflow: hidden;
	display: inline-block;
	margin: auto;
	width: 100%;
	
}
.navigation>li{
	display: block;
	width: 9%;
    float: left;
}
.navigation>li>a{
	font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 44px;
	text-align: center;
	width: 100%;
	display: block;
    padding: 8px 0px
}
.navigation>li>a:hover{
	background: #1956b5;
	color: #ffffff!important;
}

.active1>a{
	background: #1956b5;
}
.dropdown-m{
	position: absolute;
	z-index: 99;
	display: none;
	box-shadow: 0px 0px 10px rgba( 1 , 1 , 1 , 0.1);
	padding: 0px 15px;
	background: #fff;
	border-top: 3px solid #012295;
	border-radius: 0px 0px 4px 4px;
}
.dropdown-m>li{
	padding: 10px 0px;
	text-align: left;
	min-width: 200px;
	border-bottom: 1px solid #e6e6e6;
}
.dropdown-m>li:last-child{
	border-bottom: none;
}
.dropdown-m li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #464E5A;
	line-height: 30px;
}
.dropdown-m li a:hover{
	color: #2da151;
	background: none;
}
.bottom{
	margin-top: 35px;
	background: #107B31;
}
.bottom p{
	width: 100%;
	display: block;
	text-align: center;
	padding: 22px 20%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}
@media(max-width:1199px){
	.search-box{
		width: 180px;
	}
	.head-logo{
		margin: 50px 0px 30px;
		width: 600px;
	}
	.navigation>li>a{
		font-size: 16px;
	}
}
@media(max-width:767px){
	.bottom p{
		padding: 22px 0px;
	}
}
/*手机端下拉菜单*/
.menu-xs{
	height: 40px;
	width: 40px;
	background: url("menu.png") no-repeat center;
	margin: 5px 0px; 
	float: right;
}
.navigation-xs li{
	background: #1f61c6;
	text-align: left;
}
.dropdown-m-xs li{
	background: #0b4aac;
}
.navigation-xs a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	width: 100%;
	display: block;
	padding-left: 20px;
}
.navigation-xs p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	width: 100%;
	display: block;
	padding-left: 20px;
}
.nav-xs{
	display: none;
}
.dropdown-m-xs{
	display: none;
}













.footer {
  background-size:cover !important;
  padding:30px 0px 100px;
  background:url('footer-bg.png') no-repeat bottom center;
    margin-top: 80px;
}
.footer p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.footer a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
}
.links{
	color: #fff;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 70px;
}
.links a{
	margin: 0px 10px;
	white-space: nowrap;
}
.bottom-ifm{
	position: relative;
	padding-left: 281px;
}
.bottom-ifm>a{
	position: absolute;
	left: 0px;
}
.bottom-ifm p{
	border-left: 1px solid rgba(255,255,255,0.6);
	padding-left: 39px;
}
@media(max-width:991px){
    .search-box{
        width: 100%;
    }
    .head-logo{
        width: 500px;
		
    }
    .head-link, .head-link a{
        padding: 0px 5px;
    }
    .cont-img{
        float: none;
        margin-bottom: 15px;
    }
    .cont-img img{
        max-width: 100%;
    }
    .footer .f-list{
        border: none;
        margin-left: 0px;
    }
}
@media(max-width:768px){
    .banner-left{
        float: none;
    }
    .head-logo{
        float: none;
        margin: 50px 0px 10px;
    }
    .head-link, .head-link a{
        padding: 0px 1px;
        text-align: center;
    }
    .head-link{
        position: absolute;
        top: 5px;
        width: 90%;
    }
    .search-box{
        margin-bottom: 10px;
    }
    .footer .f-right{
        position: inherit;
        margin-top: 20px;
        width: 100%;
    }
    .footer{
        background: #0F53AF;
    }
    .footer .f-list span{
        margin-left: 0px;
    }
	.links{
		margin-bottom: 30px;
	}
	.bottom-ifm>a{
		position: static;
		display: inline-block;
		width: inherit;
		margin: auto;
	}
	.bottom-ifm{
		padding-left: 0px;
		text-align: center;
	}
	.bottom-ifm p{
		padding-left: 0px;
		text-align: center;
		border: none;
	}
	.container{
		overflow: hidden;
	}
}
.links{
	color: #fff;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
.links a{
	margin: 0px 10px;
}