@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, 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: #9fcfb5 !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:1480px){
    .container{
        width: 1440px;
    }
}
.oh{
	overflow: hidden;
}
.row{
	position: relative
}
.head-date{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}
.banner-left{
   float: right;
	background: url(toplinkbg.png) no-repeat top;
	width: 300px;
    margin-top: -3px;
    height: 44px;
	text-align: center;
	padding-top: 10px;
}
.banner-left a:first-child{
	border-right: 1px solid #FFFFFF;
	padding-right: 20px;
}
.banner-left a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
.search{
	display: inline-block;
}
.search img{
	margin-bottom: -8px;
}
.top-search {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-bottom: 40px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  display: none;
}
.close-search{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.top-search .search-cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  color: #fff;
	background: none;
}
.top-search .s-inp:focus-visible{
	outline: none;
}
.s-inp::-webkit-input-placeholder {
  color: #fff;
}
.top-search .s-btn {
  background: url(search.png) no-repeat center center;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  right: 0;
  top: 13px;
	
}
.banner{
    background-size: cover;
    min-height: 140px;
	border-top: 3px solid #068A6A;
}

.head-logo{
	display: block;
	margin: 48px 0px 48px;
	max-width: 100%;
    float: left;
}
.head-logo:focus,.head-logo:focus-visible{
	outline: none;
}
.head-logo img{
	max-width: 100%
}

.head-nav{
	background: linear-gradient( 90deg, #00B230 0%, #068A6A 100%);
	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{
	
	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;
    padding: 10px 15px;
    display: block;
}
.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;
	}
	.banner-left{
		position: absolute;
		right: 0;
	}
	.head-logo{
		margin-bottom: 0px
	}
	.search-box{
		width: 100%;
		margin-bottom: 10px;
	}
}










.footer {
	background: #005843 url(foot-bg.png) no-repeat right;
	padding: 100px 0px 100px;
	overflow: hidden;
	margin-top: 50px;
}
.foot-logo{
	float: left;
    display: block;
    line-height: 0;
}
.footer p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	float: left;
	width: calc(100% - 480px);
	margin-left: 40px;
}
.footer p a{
	color: #fff;
}
.footer p img{
	margin-bottom: -8px;
}
.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){
	.footer{
		padding: 50px 0px 50px;
	}
	.foot-logo{
		float: none;
		margin: 0 auto 20px;
		max-width: 100%;
	}
	.footer p{
		float: none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	.qrcode{
		float: none;
		width: 90px;
		margin: auto;
		margin-top: 20px
	}
	
}









