@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: #0F7800!important;

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

/*以下为自定义样式*/
body{
	
}
.container{
	padding: 0 20px;
	overflow: hidden;
}
.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 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
@media(min-width:1680px){
	.container{
        width: 1640px;
    }
}

@media(min-width:1480px) and (max-width:1680px){
    .container{
        width: 1440px;
    }
}

.oh{
	overflow: hidden;
}
.row{
	position: relative
}
.header{
	
}
.head-date{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}

.search-box{
	margin-top: 58px; 
    width: 329px;
	height: 52px;
	background: #FFA200;
	border-radius: 10px;
	float: right;
}
.search-txt{
	vertical-align: middle;
    background: none;
    line-height: 52px;
    border: none;
    font-size: 18px;
    margin-left: 15px;
    color: #fff;
    width: 75%;
    outline: none;
}
.search-txt::placeholder{
    color: #fff
}
.search-txt:focus-visible{
    border: none;
    background: none;
}
.search-btn{
	width: 27px;
	height: 27px;
	background: url(search-btn.png) no-repeat center;
	border: none;
	vertical-align: middle;
    float: right;
    margin: 13px 14px 12px 0px;
}
.banner{
    min-height: 160px;
	background: url(header-bg.png) no-repeat center;
	background-size: cover;
}

.head-logo{
	display: block;
	margin: 30px 0px 20px;
	max-width: 100%;
    float: left;
}
.head-logo img{
	max-width: 100%
}
.banner-left{
   float: right; 
}
.head-nav{
	background: #0F7800;
	text-align: center;
	line-height: 0px;
}
.navigation{
	overflow: hidden;
	display: inline-block;
	margin: auto;
	width: 100%;
	
}
.navigation>li{
	display: block;
	width: 12.5%;
    float: left;
	padding-right: 14px;
}
.navigation>li:last-child{
	background: none;
}
.navigation>li>a{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: block;
    padding: 20px 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);
	padding: 0px 15px;
	background: #fff;
	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: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: #0a961d;
	text-align: left;
}
.dropdown-m-xs li{
	background: #037813;
}
.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){
	.drop-gk li{
		width: 50%;
	}
	.drop-leader-list li{
		width: 50%;
	}
	.drop-leader-list li a:first-child{
		height: 119px;
	}
}
.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:1199px){
	.drop-bm{
		padding: 0px 15px;
	}
}











.footer {
  padding:50px 0px 60px;
    margin-top: 80px;
	background: #0F7800
}
.footer .container{
	position: relative;
}
.cas-logo{
	display: block;
	float: left
}
.footer p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	width: calc(100% - 320px);
	float: left;
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #FFFFFF
}
.footer a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
}
.links{
	margin-top: 35px;
	position: relative;
	padding-top: 30px;
	text-align: center;
	border-top: 1px solid #fff;
}
.links h3{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	position: absolute;
	left: 0px
}
.links a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
	margin: 0px 20px
}
@media(max-width:991px){
    .search-box{
        width: 100%;
		float: none;
		margin: 15px 0px;
    }
    .head-logo{
        width: 350px
    }
    .cont-img{
        float: none;
        margin-bottom: 15px;
    }
    .cont-img img{
        max-width: 100%;
    }
    .footer .f-list{
        border: none;
        margin-left: 0px;
    }
	.cas-logo{
		position: static;
		display: block;
		width: 241px;
		margin: auto;
	}
	.footer p{
		width: 100%;
	}
    .footer .f-list span{
        margin-left: 0px;
    }
}
@media(max-width:768px){
	.links h3{
		position: static;
		margin-bottom: 10px;
	}
    .banner-left{
        float: none;
    }
    .head-logo{
        float: none;
        margin: 50px 0px 10px
    }
    .head-link, .head-link a{
        text-align: center;
		margin: 0px 2px;
    }
    .head-link{
        position: absolute;
        top: 5px;
        width: 90%;
    }
    .search-box{
        margin-bottom: 10px;
    }
}
.tools>a{
    color: #fff;
    font-size: 16px;
    margin: 6px;
    font-family: Microsoft Yahei;
}
.bottom-links{
    color: #fff;
    background: none;
    line-height: 30px;
    padding: 5px;
    display: block;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-top: 10px;
    outline: none;
}
.bottom-links option{
    color: #333
}
.beian img{
	margin: 0px 5px -5px 0px;
}