@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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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: #11B85F!important;

}
a:active{
	text-decoration: none!important;
	color: inherit!important;
}
a:visited{
	text-decoration: none!important;
}

/*以下为自定义样式*/
.container{
	padding-left: 20px;
	padding-right: 20px;
}
.row{
	margin-left: -20px;
	margin-right: -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-left: 20px;
	padding-right: 20px;
}
@media(min-width:1680px){
    .container{
        width: 1630px;
    }
}
@media(max-width:1680px) and (min-width:1480px){
    .container{
        width: 1430px;
    }
}
.oh{
	overflow: hidden;
}
.row{
	position: relative
}
.head-date{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}

.head-link a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #92AB9D;
	line-height: 30px;
	margin: 0px 13px;
}
.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: 20px; 
    width: 368px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #DFDFDF;
	float: right;
}
.search-txt{
	vertical-align: middle;
    background: none;
    line-height: 46px;
    border: none;
    font-size: 16px;
    margin: 0 0 0 15px;
	padding: 0;
    color: #777;
    width: calc(100% - 100px);
    outline: none;
}
.search-txt::placeholder{
    color: #777
}
.search-txt:focus-visible{
    border: none;
    background: none;
}
.search-btn{
	width: 84px;
	height: 46px;
	background: #DFDFDF url(search-btn.png) no-repeat center;
	border: none;
	vertical-align: middle;
    float: right;
}
.banner{
	background: #fff url(header-bg.png) no-repeat center;
    background-size: cover;
    min-height: 140px;
}

.head-logo{
	display: block;
	margin: 48px 0px 48px;
	max-width: 100%;
    float: left;
}
.head-logo img{
	max-width: 100%
}
.banner-left{
   float: right; 
}
.head-nav{
	background: #017434;
	text-align: center;
	line-height: 0px;
}
.navigation{
	overflow: hidden;
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.navigation>li{
	display: block;
    float: left;
	padding: 0 20px;
}
.navigation>li.active1,.navigation>li:hover{
	background: #005b29;
}
.navigation>li>a{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: block;
    padding: 15px 0px;
}
.navigation>li>a:hover{
/*	background: #1d368e;*/
	color: #ffffff!important;
}

.active1>a{
/*	background: #1d368e;*/
}
.dropdown-m{
	position: absolute;
	z-index: 99;
	display: none;
	box-shadow: 0px 0px 10px rgba( 1 , 1 , 1 , 0.1);
	background: #f5f8fd;
	border-radius: 0px 0px 4px 4px;
	margin-left:-40px;
}
.dropdown-m>li{
	padding: 10px 15px;
	text-align: left;
	min-width: 200px;
	border-bottom: 1px solid #e6e6e6;
}
.dropdown-m>li:hover{
	background: #017434;
}
.dropdown-m>li:hover a{
	color:#fff;
}
.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: #FFF!important;
	background: none;
}


/*手机端下拉菜单*/
.menu-xs{
	height: 40px;
	width: 40px;
	background: url(menu.png) no-repeat center;
	margin: 5px 0px; 
	float: right;
}
.navigation-xs li{
	background: #0b8440;
	text-align: left;
}
.dropdown-m-xs li{
	background: #017434;
}
.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;
}


.drop-ifm{
	position: absolute;
	left: 0px;
	background: #F6F9FF url("nav-bg.png") no-repeat bottom;
	box-shadow: 0px 2px 10px 0px rgba(14,53,94,0.11);
	padding: 30px 0px;
	overflow: hidden;
	width: 100%;
}
.dropdown-intro{
	width: 55%;
	float: left;
	padding: 0px 30px;
	border-right: 1px solid rgba(4, 103, 204, 0.04);
}
.dropdown-leader{
	width: 45%;
	float: right;
	padding: 0px 30px;
}
.drop-title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	padding-left: 32px;
	background: url("drop-title.png") no-repeat left;
	margin-bottom: 29px;
}
.dropdown-intro p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #464E5A;
	line-height: 34px;
	text-indent: 32px;
	margin-bottom: 10px
}
a.drop-detail{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #0467CC;
	line-height: 34px;
	display: inline-block;
	width: auto;
}
.drop-gk{
	margin: 0px -10px;
	overflow: hidden;
}
.drop-gk li{
	width: 33.33%;
	padding: 0px 10px;
	float: left;
	background: none;
	margin-top: 20px;
}
.drop-gk li a{
	display: block;
	background: #D8E8F8;
	padding: 16px;
	line-height: 18px;
}
.drop-gk li a span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	padding-left: 10px;
	border-left: 3px solid #0162C7;
}
.drop-gk li a:hover{
	background: #0467CC;
}
.drop-gk li a:hover span{
	color: #FFFFFF;
}
.drop-leader-list{
	margin: 0px -12.5px;
	overflow: hidden;
}
.drop-leader-list li{
	width: 33.33%;
	float: left;
	background: none;
	padding: 0px 12.5px;
	margin-bottom: 10px;
}
.drop-leader-list li a:first-child{
	height: 119px;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 8px;
	display: block;
}
.drop-leader-list li a:first-child img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.drop-leader-list li a:first-child img:hover{
	transform: scale(1.1);
}
.drop-leader-list li a:last-child{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #464E5A;
	line-height: 26px;
	display: block;
	text-align: center;
}
@media(max-width:1400px){
	.drop-leader-list li a:first-child{
		height: 95px;
	}
}
@media(max-width:1199px){
	.head-logo{
		width: 500px;
	}
	.drop-gk li{
		width: 50%;
	}
	.drop-leader-list li{
		width: 50%;
	}
	.drop-leader-list li a:first-child{
		height: 119px;
	}
	.navigation>li{
		padding: 0px 10px
	}
	.navigation>li>a{
		font-size: 18px;
	}
}
.drop-ifm div:last-child{
	border: none;
}
.drop-bm{
	float: left;
	padding: 0px 50px;
	border-right: 1px solid rgba(4, 103, 204, 0.04);
	height: 100%;
}
.drop-bm ul li{
	background: url("bm-list.png") no-repeat left;
	padding-left: 10px;
	width: auto;
	
}
.drop-bm ul li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #464E5A;
	line-height: 30px;
}
@media(max-width:1400px){
	.drop-bm{
		padding: 0px 30px;
	}
}
@media(max-width:991px){
	.banner{
		position: relative;
	}
	.head-link{
		position: absolute;
		top: 0px;
	}
	.head-logo{
		margin-bottom: 0px
	}
	.banner-left{
		width: 100%;
	}
	.search-box{
		width: 100%;
		margin-bottom: 10px;
	}
}










.footer {
	background: #017434;
	padding: 30px 0px 60px;
	overflow: hidden;
	margin-top: 40px;
}
.links{
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
}
.links li{
	float: left;
	width: 16.66%;
	text-align: center;
}
.links li a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
}
.footer p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	float: left;
	width: calc(100% - 120px);
}
.qrcode{
	float: right;
}
.qrcode h5{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 19px;
	text-align: center;
}
@media(max-width:991px){
	.links{
		padding-bottom: 10px;
	}
	.links li{
		width: 50%;
		margin-bottom: 10px
	}
	.footer p{
		float: none;
		text-align: center;
		width: 100%
	}
	.qrcode{
		float: none;
		width: 90px;
		margin: auto;
		margin-top: 20px
	}
}









