/*公共样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: "微软雅黑";
	-webkit-font-smoothing:antialiased
}
a{ 
	text-decoration:none; 
	color:#333; 
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.commonality_style{
	display: flex;
	align-items: flex-end;
}
.commonality_style_p1{
	font-size: 30px;
	color: #2b56a4;
	margin-right: 40px;
}
.commonality_style_p2{
	font-size: 18px;
	color: #2b56a4;
}

/*==================分割线====================*/
/*头部logo*/
.up_logo{
	width: 1200px;
	margin: 10px auto 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_img{
	width: 600px;
}
.up_logo img{
	width: 100%;
}

/*头部导航栏*/
.nav_box{
	background-color: #3c65af;
	/*border-bottom: 1px solid #46a6e2;*/
}
.nav_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_ul{
	display: flex;
}
.nav_ul li{
	position: relative;
	padding: 13px 0px;
}
.nav_ul li:hover{
	background-color: #46a6e2;
}
.nav_a{
	padding: 13px 30px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 5px;
}
.nav_ul2{
	position: absolute;
	left: 0px;
	right: 0;
	background-color: #46a6e2;
	margin-top: 13px;
	display: none;
	z-index: 50;
}
.nav_ul2_{
	width: 200px;
}
.nav_ul2 a{
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border-bottom: 1px solid #45a1de;
	white-space:nowrap;
	letter-spacing: 2px;
}
.nav_ul2 a:hover{
	background-color: #2b56a4;
}
.search_box{
	width: 32px;
	display: flex;
	justify-content: flex-end;
}
.search_box input{
	width: 128px;
	background-color: #3c65af;
	color: #fff;
	padding: 5px 0;
	padding-left: 6px;
	border: 1px solid #fff;
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 16px;
	display: none;
}
.search_box input::-webkit-input-placeholder{
	color: #fff;
}
.search_box button{
	border: 0;
	background-color: #46a6e2;
	padding: 5px;
}
.search_box button img{
	width: 100%;
}

/*焦点图*/
.focus_map{
	width: 100%;
	height: 450px;
	min-width: 1200px;
	max-height: 450px;
	background-image: url('../images/banner_02.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.focus_map_centent{
	display: inline-block;
	background-color: rgba(60,92,148,0.7);
	color: #fff;
	text-align: center;
	padding: 35px 49px;
	margin-top: 264px;
	position: absolute;
	left: 20%;
}
.focus_map_centent_p1{
	font-size: 24px;
	padding-bottom: 15px;
}
.focus_map_centent_p2{
	font-size: 18px;
}

/*中部切换/跳转*/
.Tab_box{
	border-bottom: 1px solid #ddd;
}
.Tab_Control{
	width: 1200px;
	margin: 48px auto 0px;
	display: flex;
	justify-content: space-between;
	padding-top: 11px;
}
.Tab_Control_left ul{
	display: flex;
}
.Tab_Control_left ul a{
	font-size: 17.79px;
	color: #000;
	letter-spacing: 5px;
	margin-right: 55px;
	padding-bottom: 22px;
}
.Tab_Control_left ul a:hover{
	color: #2b56a4 !important;
	border-bottom: 2px solid #2b56a4;
}
.Tab_Control_li{
	color: #2b56a4 !important;
	border-bottom: 2px solid #2b56a4;
}
.Tab_Control_right{
	display: flex;
	align-items: center;
}
.Tab_Control_right img{
	margin-right: 6px;
}
.Tab_Control_right a{
	margin-left: 6px;
	font-size: 14px;
	color: #666;
}
.Tab_Control_right a:hover{
	color: #000;
}
.Tab_Control_right span{
	margin-left: 6px;
	color: #666;
}

/*职位招聘*/
.Employment_box{
	width: 1200px;
	margin: 30px auto;
}
.Employment_box1{
	display: flex;
}
.Employment_box1 p{
	width: 25%;
	text-align: center;
	background-color: #2b56a4;
	font-size: 17.86px;
	color: #fff;
	padding: 23px 0;
}
.Employment_li{
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
.Employment_li_box{
	display: flex;
	align-items: center;
}
.Employment_li_box p{
	width: 25%;
	text-align: center;
	padding: 15px 0;
}
.Employment_li button{
	border: 0;
	background-color: #2b56a4;
	color: #fff;
	padding: 8px 23px;
}
.Employment_hide{
	background-color: #eee;
	padding-left: 105px;
	padding-bottom: 40px;
	font-size: 16px;
	color: #111;
	line-height: 30px;
	display: none;
}
.Employment_hide p{
	width: 100%;
}

/*分页*/
.page_box{
	width: 1200px;
	margin: 50px auto 54px;
	display: flex;
	justify-content: center;
}
.page_box button{
	border: 1px solid #216aae;
	background-color: #fff;
	padding: 13px 30px;
	font-size: 17.86px;
	color: #216aae;
}
.page_box button:hover{
	background-color: #2b56a4;
	color: #fff;
}
.page_box a{
	background-color: #216aae;
	font-size: 17.86px;
	color: #fff;
	margin: 0 22px;
	padding: 11px 18px;
}


/*联系方式*/
.contact_box{
	background-color: #eaf6fd;
}
.contact_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contact_list{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.contact_list div{
	margin-right: 6px;
}
.contact_list img{
	width: 100%;
}
.contact_list a{
	display: block;
	padding: 10px 20px;
	background-color: #2b56a4;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	margin: 13px 0 13px 27px;
	position: relative;
}
.contact_list a div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 41px;
	border: 1px solid #ddd;
	display: none;
}

/*底部*/
.bottom_box{
	min-width: 1200px;
	background-color: #2b56a4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}
.bottom_box p{
	font-size: 13.33px;
	color: #fff;
	margin-right: 14px;
}
.bottom_href{
	display: flex;
	justify-content: center;
	position: relative;
}
.bottom_href input{
	padding: 7px 0;
	text-align: center;
	background-color: #fff;
}
.bottom_href input::-webkit-input-placeholder{
	color: #000;
}
.bottom_href button{
	border: 0;
	background-color: #4671b6;
}
.bottom_href ul{
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 31px;
	border: 1px solid #ddd;
	display: none;
}
.bottom_href ul a{
	display: block;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #eee;
}
.bottom_href ul a:hover{
	background-color: skyblue;
	color: #fff;
}