*{margin: 0;padding: 0;}

a{
	text-decoration: none !important;
}

ul{
	list-style: none;
}

/*头部*/
.head_box {
	width: 100%;
	height: 75px;
	background-color: #fafafa;
}

.head_content {
	width: 1440px;
	height: 75px;
	line-height: 75px;
	margin: 0 auto;
	background-color: #fafafa;
}

.head_left {
	float: left;
	height: 75px;
	width: 293px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.head_center {
	float: left;
	width: 900px;
	height: 75px;
	margin-left: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head_center .head_ul {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_center .head_ul li{
	box-sizing: border-box;
	padding: 0px 10px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 0 5px;
	transition: all 0.3s;
}

.head_center .head_ul li:nth-child(9){
	height: 45px !important;
	line-height: 45px !important;
	margin-left: 30px;
	background: #163474;
	border-radius: 5px;
}

.head_center .head_ul li:nth-child(9) a{
	color: white;
}

.head_center .head_ul li:hover{
	background: #163474;
	height: 75px;
	line-height: 75px;
}

.head_center .head_ul li:hover a{
	color: white;
}

.head_center .head_ul li a {
	display: inline-table;
	height: 100%;
	font-size: 16px;
	text-align: center;
	color: #262626;
}

.head_right {
	float: left;
	height: 75px;
	width: 167px;
	background: url(../img/028-85563888.png) 24px 40px no-repeat;
}

.head_right p {
	width: 167px;
	height: 24px;
	line-height: 24px;
	padding-left: 24px;
	margin-top: 15px;
	font-size: 14px;
	color: #c3c3c3;
}

.head_right_img {
	margin-top: 0px;
	width: 147px;
	height: 23px;
	margin-left: 24px;
}

.mianbao{
	display: none;
}

/*banner*/
.banner_box{
	width: 100%;
	height: 380px;
	background: url(../img/20.jpg) center center no-repeat;
}

/*nav*/
.nav_box{
	width: 100%;
	height: 70px;
	background-color: #163474;
	position: relative;
}

.nav_box .nav_box_content{
	overflow: hidden;
	width: 1200px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
}

.nav_ul{
	width: 100%;
	height: 40px;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.nav_ul li{
	margin: 0px 14px;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	position: relative;
}

.nav_ul li:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0%;
	height: 1px;
	top:0;
	right: 0;
	background: white;
	transition: all 0.5s;
}
.nav_ul li:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0%;
	height: 1px;
	left:0;
	bottom: 0;
	background: white;
	transition: all 0.5s;
}

.nav_ul li:hover:after{
	width: 100%;
}

.nav_ul li:hover:before{
	width: 100%;
}

.nav_ul li a{
	color: #ffffff;
	display: inline-block;
	padding: 11px 22px;
}

.hide_div{
	position: absolute;
	width: 100%;
	top: 70px;
	height: 70px;
	display: none;
	background-color: #7183aa;
}

.nav_ul_kaifa{
	width: 1200px;
	margin: 0 auto;
	height: 70px;
}

.nav_ul_kaifa li{
	float: left;
	height: 70px;
	line-height: 70px;
	padding: 0px 22px;
	margin: 0px 7px;
	font-size: 16px;
	color: white;
}

.nav_ul_kaifa li:hover{
	background-color: #163474;
}

.nav_ul_kaifa_1{
	width: 290px;
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.nav_ul_kaifa_1 a{
	color: #ffffff;
}

.nav_ul_kaifa a{
	color: #ffffff;
}

.nav_kaifa_box{
	width: 1240px;
	height: 70px;
	margin: 0 auto;
}

.nav_ul_kaifa li{
	height: 48px;
	line-height: 48px;
	padding: 11px 22px;
	color: #ffffff;
	font-size: 16px;
}

.nav_ul_kaifa_1 li{
	height: 48px;
	line-height: 48px;
	padding: 11px 22px;
	color: #ffffff;
	font-size: 16px;
}

.nav_ul_kaifa li:hover{
	background-color: #163474;
}

.nav_ul_kaifa_1 li:hover{
	background-color: #163474;
}

/*iframesx*/
iframe{
	width: 100%;
	height: 900px;
	border: none;
}

/*尾部*/
.foot_box{
	width: 100%;
	height: 345px;
	background-color: #2b4093;
}

.foot{
	width: 1200px;
	margin: 0 auto;
	height: 345px;
}

.foot_top{
	max-width: 1200px;
	margin: 0 auto;
	height: 282px;
}

.foot_bottom{
	width: 100%;
	height: 62px;
	border-top: 1px solid rgba(255,255,255,.2);
}

.foot_top_left{
	float: left;
	width: 310px;
	height: 282px;
	margin: 0px 15px;
}

.foot_top_left .p1{
	font-size: 18px;
	color: #fff;
	margin-top: 65px;
}

.foot_top_left .p1 .span1{
	font-size: 14px;
	color: #fff;
}

.foot_top_left_box{
	float: left;
	width: 112px;
	height: 45px;
	margin-top: 15px;
	border-bottom: 1px solid #ededed;
}

.foot_top_left_box:nth-child(3){
	margin-left: 20px;
}

.foot_top_left_box:nth-child(5){
	margin-left: 20px;
}

.foot_top_left_box .p2{
	font-size: 14px !important;
	color: #ededed !important;
}

.foot_top_left_box .p3 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-family: calibri;
}

.foot_top_center{
	float: left;
	width: 400px;
	height: 283px;
	margin-left: 110px;
}

.foot_top_center_p{
	width: 318px;
	padding-left: 10px;
	color: #2a4091;
	height: 35px;
	line-height: 35px;
	border: 1px solid #494949;
	margin-top: 65px;
	background-color: #fff;
}

.p_home{
	padding-left: 30px;
	background: url(../images/dizhi.png) left center no-repeat;
	font-size: 13px;
	color: #fff;
	margin-top: 38px;
	margin-bottom: 20px;
}

.p_phone{
	padding-left: 30px;
	background: url(../images/phone.png) left center no-repeat;
	font-size: 13px;
	color: #fff;
}

.foot_top_right{
	float: right;
	width: 320px;
	height: 283px;
	text-align: center;
}

.foot_top_right_p{
	margin-top: 65px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.foot_top_right_span{
	margin-left: 5px;
	font-size: 14px;
	color: #fff;
}

.foot_wechat_img{
	margin-top: 35px;
}

.foot_bottom_p{
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.content_box{
	width: 100%;
	height: 900px;
}

.foot_top_left_box{
	width: 132px;
}

.nav_ul li a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 22px;
}

.nav_ul li{
	padding: 0 0;
}

.nav_ul_kaifa li a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
}

@media(max-width:980px){
	.banner_box{
		margin-top: 1.5rem;
		height: 4rem;
	}
	
	.xiangying_ul li:nth-child(7) a{
	color: #02558E;
}
	
	.nav_box .nav_box_content{
		width: 100%;
	}
	
	.nav_ul li{
		margin: 0;
		width: 16%;
	}
	
	.nav_ul li a{
		width: 100%;
		text-align: center;
		font-size: 0.26rem;
		padding: 0;
	}
	
	.head_center{
		display: none;
	}
}
