.banner{
	overflow: hidden;
	width: 100%;
	height: 323px;
	background-image: url(../images/icon_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner .banner_mid{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .banner_mid p{
	font-size: 48px;
	color: #fff;
}
.banner .banner_mid .title{
	overflow: hidden;
	padding: 0 13px 0 28px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.title img{
	margin-top: 27px;
	float: left;
}
.title a:hover{
	background: #2385e8;
	transition: all .3s;
}
.title a{
	margin-top: 14px;
	float: right;
	width: 66px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	display: block;
	line-height: 30px;
	border: 1px solid #fff;
	background: #1f7cda;
}

.navbar{
	width: 100%;
	height: 61px;
	background: #2385e8;
}
.navbar ul{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.navbar ul li{
	font-size: 18px;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	line-height: 61px;
	float: left;
}
.navbar ul li img{
	margin-left: 10px;
}
.navbar ul li > a {color: #fff;}
.navbar ul li:hover div{
	display: block;
}
.navbar ul li div{
	overflow: hidden;
	width: 182px;
	display: none;
	z-index: 999999;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	background: #fff;
	position: absolute;
	padding: 0 26px 36px 15px;
	left: 0;
	top: 60px;
}
 .navbar ul li div a{
 	display: block;
 	width: 100%;
 	font-size: 14px;
 	line-height: 35px;
 	border-bottom: 1px solid #eeeeee;
 	color: #333333;
 }
.navbar ul li::after{
	content: '';
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.navbar ul li:last-child::after{
	display: none;
}
.navbar ul li:hover{
	background: #1b68b5;
}

.mid{
	overflow: hidden;
	padding-bottom: 133px;
	width: 1200px;
	margin: 0 auto;
}
.mid .tongzhi{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	background: #f7f7f7;
	margin-top: 25px;
	padding: 45px 0 45px 33px;
}
.mid .tongzhi .tit{
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}
.tit p{
	font-size: 22px;
	color: #1b6cc4;
	margin-left: 13px;
}
.tit::after{
	content: '';
	width: 1037px;
	height: 2px;
	position: absolute;
	left: 90px;
	top: 50%;
	background: #e5e5e5;
}
.tongzhi ul li{
	overflow: hidden;
	padding-left: 32px;
	padding-right: 45px;
	margin-top: 20px;
	background-image: url(../images/icon_12.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.tongzhi ul li a{
	display: flex;
	align-content: center;
	justify-content: space-between;
	height: 100%;
}
.tongzhi ul li:hover span{
	color: #000;
}
.tongzhi ul li:hover p{
	color: #000;
}
.tongzhi ul li p{
	font-size: 18px;
	color: #3f3f3f;
}
.tongzhi ul li span{
	font-size: 18px;
	color: #9a9a9a;
}
.list{
	width: 100%;
}
.list ul{
	width: 100%;
	display: flex;
	margin-top: 95px;
	align-items: center;
	justify-content: space-around;
}
.list ul li{
	width: 175px;
	height: 234px;
	background-image: url(../images/bg_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.list ul li img{
	margin: 0 auto;
	display: block;
	margin-top: -15px;
}
.list ul li p{
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 35px;
	line-height: 38px;
}

.footer{
	overflow: hidden;
	width: 100%;
	height: 145px;
	padding-top: 48px;
	background: #003a7b;
}
.footer p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	text-align: center;
}


.tittz::after{
	content: '';
	width: 997px;
	height: 2px;
	position: absolute;
	left: 130px;
	top: 50%;
	background: #e5e5e5;
}

.titsc::after{
	content: '';
	width: 947px;
	height: 2px;
	position: absolute;
	left: 180px;
	top: 50%;
	background: #e5e5e5;
}