@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;
}

/*以下为自定义样式*/
@media(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,.head-link a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.head-link{
    display: block;
    text-align: right;
	padding: 10px 15px;
	background: rgba(9, 83, 159, 0.6);
	border-radius: 0px 0px 0px 20px;
}
.email{
    width: 18px;
    height: 14px;
    background: url("email.png") no-repeat center;
    display: inline-block;
    margin-bottom: -2px;
}
.search-box{
	margin-top: 40px; 
    width: 208px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 18px;
	float: right;
}
.search-txt{
	vertical-align: middle;
    background: none;
    line-height: 36px;
    border: none;
    font-size: 14px;
    margin: 0 0 0 15px;
	padding: 0;
    color: #777;
    width: calc(100% - 51px);
    outline: none;
}
.search-txt::placeholder{
    color: #777
}
.search-txt:focus-visible{
    border: none;
    background: none;
}
.search-btn{
	width: 20px;
	height: 20px;
	background: url(search-btn.png) no-repeat center;
	border: none;
	vertical-align: middle;
    float: right;
    margin: 8px;
}
.banner{
	background: #14254E url(header-bg.png) no-repeat center;
    background-size: cover;
    min-height: 140px;
}

.head-logo{
	display: block;
	margin: 30px 0px 30px;
	max-width: 100%;
    float: left;
	width: 669px
}
.head-logo img{
	max-width: 100%
}
.banner-left{
   float: right; 
}
.head-nav{
	background: #0E6DD7;
	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: #0056b7;
}
.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: #0E6DD7;
}
.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: #1164c7;
	text-align: left;
}
.dropdown-m-xs li{
	background: #0d53ab;
}
.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;
	}
}
.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;
	}
	.navigation>li{
		padding: 0 20px;
	}
}











.footer {
  background-size:cover !important;
  padding:50px 0px 120px;
  background: #1a6ed3 url(bottom-bg.png) no-repeat right bottom;
    margin-top: 50px;
	
}
.footer .container{
	position: relative;
}
.cas-logo{
	position: absolute;
	left: 15px;
	margin-top: 10px;
}
.footer p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: left;
	padding-left: 322px;
}
.footer p a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
}
@media(max-width:991px){
    .search-box{
        width: 100%;
		float: none;
		margin: 15px 0px;
    }
    .head-logo{
        width: 350px;
		margin: 30px 0 30px;
    }
    .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: auto;
		margin: auto;
	}
	.footer p{
		width: 100%;
		padding: 0;
	}
    .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: 60px 0px 10px
    }
    .head-link, .head-link a{
        text-align: center;
		margin: 0px 2px;
    }
    .head-link{
        position: absolute;
        top: 0px;
		left: 0px;
		right: 0px;
		margin: 0px;
		padding-top: 10px;
    }
    .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;
}