/*html {

   filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  -ms-filter: grayscale(100%);

  -o-filter: grayscale(100%);

  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

  -webkit-filter: grayscale(1); 

}*/

body { word-wrap:break-word; word-break:break-all;background: #fff;margin: 0 auto;width: 100%;font-family: arial;}
* {box-sizing: border-box;margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
*:focus {outline: none;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;background: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol {list-style:none; }
a {text-decoration:none !important; vertical-align:baseline; cursor:pointer;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
input, textarea {outline: none;-webkit-appearance: none;}
input[type='checkbox']:focus{outline: none;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

/* header */
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all .36s;
}
.h_wrapper {
	width: 1484px;
	margin: 0 auto;
}
.hd_con {
	position: relative;
	height: 100px;
	padding-right: 165px;
}
a.h_logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 0;
}
a.h_logo img + img {
	display: none;
}
.h_oa {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.h_oa a {
	display: inline-block;
	font-size: 0;
}
.h_oa a img + img {
	display: none;
}
.search_icon {
	position: absolute;
	right: 110px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	cursor: pointer;
}
.search_icon img + img {
	display: none;
}
.search_form {
	position: absolute;
	width: 220px;
	right: 100px;
	top: 100px;
	z-index: 2;
	background: #fff;
	padding: 0 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,.06);
	display: none;
}
.search_form input {
	width: 164px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #333;
}
.search_form button {
	cursor: pointer;
	width: 16px;
}
.naver {
	float: right;
}
.naver ul li {
	display: inline-block;
	margin-left: 28px;
}
.naver ul li:first-child {
	margin-left: 0;
}
.naver ul li > a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 100px;
	position: relative;
}
.naver ul li > a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #0C488D;
	border-radius: 1px;
	transition: all .36s;
}
.naver ul li.active > a::before ,
.naver ul li.active1 > a::before ,
.naver ul li:hover > a::before {
	width: 60px;
}
.header.cur {
	background: #fff;
	box-shadow: 0 2px 14px 0 rgba(160,160,160,0.50);
}
.header.cur .search_icon img ,
.header.cur .h_oa a img ,
.header.cur a.h_logo img {
	display: none;
}
.header.cur .search_icon img + img ,
.header.cur .h_oa a img + img ,
.header.cur a.h_logo img + img {
	display: inline-block;
}
.header.cur .naver ul li > a {
	color: #444;
}
.header.cur .naver ul li:hover > a ,
.header.cur .naver ul li.active > a,
.header.cur .naver ul li.active1 > a{
	color: #003D84;
}
/* mobile */
.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
	height: 54px;
	padding: 0 15px;
	display: none;
}
.m_hd_con {
	position: relative;
	height: 54px;
}
a.m_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 66%;
}
.m_nav_icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding-top: 18px;
	cursor: pointer;
}
.m_nav_icon span {
	display: block;
	width: 25px;
	height: 2px;
	background: #003C83;
}
.m_nav_icon span:nth-child(2n) {
	margin: 7px 0;
}
.m_nav_modal {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 11;
	display: none;
}
.m_nav_expand {
	position: fixed;
	width: 62%;
	height: 100%;
	overflow-y: auto;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
	transform: translateX(-150%);
	transition: all .36s;
}
.m_nav_expand.cur {
	transform: translateX(0);
}
.expand_hd {
	padding: 24px 0 16px 0;
	border-bottom: 1px solid #ddd;
}
.expand_logo {
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px;
}
.m_search .form_group {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.m_search .form_group input {
	width: 150px;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	color: #333;
	border-radius: 0;
}
.m_search .form_group button img {
	height: 16px;
}
.m_naver {
	text-align: center;
	padding: 0 15px;
}
.m_naver ul li {
	border-bottom: 1px solid #efefef;
}
.m_naver ul li > a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}
.m_naver ul li dl {
	padding-bottom: 10px;
	display: none;
}
.m_naver ul li dl dd a {
	display: block;
	font-size: 12px;
	line-height: 28px;
	color: #555;
}
.m_naver ul li > a.active {
	color: #003C83;
}
.banner_swiper,.banner_swiper .swiper-container,.index_banner1  {
	height: 100%;
}
.index_banner1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.index_banner1 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_swiper .swiper-pagination {
	/* display: block; */
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px;
	padding-bottom: 14px;
}
.banner_swiper .swiper-pagination::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: 0;
}
.banner_swiper .swiper-pagination span {
	color: #fff;
	font-size: 14px;
	margin: 0 50px;
	cursor: pointer;
	position: relative;
}
.banner_swiper .swiper-pagination span::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: -32px;
	transition: all .36s;
}
.banner_swiper .swiper-pagination span.active::before {
	width: 20px;
}
.m_banner ,.m_banner .swiper-container,.m_b_img1 {
	height: 100%;
}
.m_b_img1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.m_b_img1 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m_banner .swiper-pagination {
	display: block;
}
.m_banner {
	display: none;
}
/* 第二屏 */
.index_s_page {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.index_title1 {
	display: flex;
	align-items: center;
	margin-bottom: 54px;
}
.index_t1 {
	margin-left: 4px;
}
.index_t1 h3 {
	color: #444;
	font-size: 12px;
	line-height: 17px;
}
.index_t1 h1 {
	font-size: 24px;
	color: #444;
}
.profile_c1 {
	position: relative;
	background: #F4F6F8;
	padding: 28px 60px 28px 40px;
}
.prifile_img1 {
	position: absolute;
	right: 60px;
	top: -175px;
	width: 500px;
	height: 334px;
}
.prifile_img1 > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.prifile_img1 i {
	position: absolute;
	width: 113px;
	height: 12px;
	background: #154D90;
	display: none;
}
.prifile_img1 .line01 {
	left: 0;
	top: -6px;
}
.prifile_img1 .line02 {
	right: 0;
	bottom: -6px;
}
.profile_t1 {
	width: 584px;
	margin-bottom: 40px;
}
.profile_t1 h2 {
	display: flex;
	align-items: center;
	color: #444;
	font-size: 24px;
	line-height: 45px;
	margin-bottom: 14px;
}
.profile_t1 h2 i {
	width: 90px;
	height: 2px;
	margin-right: 18px;
	background: #444;
}
.profile_t1 p {
	font-size: 18px;
	color: #4D4D4D;
	line-height: 36px;
}
.profile_info1 .txt {
	color: #4D4D4D;
	font-size: 18px;
	opacity: .7;
	line-height: 32px;
	margin-bottom: 40px;
}
.read_more1 {
	text-align: center;
}
.read_more1 a {
	display: inline-block;
	color: #444;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	transition: all .4s;
}
.read_more1 a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #444;
	left: 0;
	bottom: 0;
}
.read_more1 a:hover {
	color: #1B4F8E;
	letter-spacing: 2px;
}
.index_ss {
	padding-top: 100px;
	height: 100%;
}
.profile_c1 .wave01 {
	position: absolute;
	left: -66px;
	top: -16px;
}
.profile_c1 .wave02 {
	position: absolute;
	right: -71px;
	bottom: 28px;
}
/* 第三屏 */
.third_bg {
	height: 100%;
	background-size: cover;
	background-position: center;
}
.index_title2 {
	text-align: center;
	margin-bottom: 20px;
}
.index_title2 h3 {
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
.index_title2 h1 {
	font-size: 24px;
	color: #fff;
}
.sector_list1 ul li {
	width: 31.66%;
	float: left;
	margin-right: 2.51%;
	transition: all .36s;
}
.sector_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.sector_list1 ul li a ,
.sector_k1 a {
	display: block;
	padding: 30px 25px;
	width: 100%;
	background: rgba(255,255,255,.3);
}
.sector_list1 ul li:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0,0,0,.24);
}
.sector_m1 {
	height: 490px;
	background: rgba(255,255,255,.7);
	padding: 50px 0 0;
}
.sector_icon1 {
	text-align: center;
}
.sector_t1 {
	display: flex;
	position: relative;
	width: 100%;
	height: 96px;
	align-items: center;
	margin-top: 14px;
}
.sector_t1 h2 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #1B4F8E;
	position: relative;
	z-index: 1;
}
.sector_t1 h2 i {
	width: 28%;
	height: 1px;
	background: #444;
}
.sector_t1 big {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: keep-all;
	color: #444;
	opacity: .1;
	font-size: 40px;
	text-align: center;
}
.sector_icon2 {
	text-align: center;
}
.sector_info1 {
	padding: 12px 8% 0;
}
.sector_info1 h5 {
	color: #575757;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: bold;
}
.sector_info1 p {
	color: #000;
	opacity: .6;
	font-size: 18px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.sector_list1 ul li:hover .sector_info1 h5 {
	color: #1B4F8E;
}

/* 第四屏 */
.earth_1 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.fourth_bg {
	background: #F4F6F8;
	height: 100%;
}
.index_title3 h3 ,
.index_title3 h1 {
	color: #003C83;
}
.news_left1,
.news_right1 {
	width: 48.83%;
	float: left;
	padding-left: 12px;
	position: relative;
}
.news_left1::before ,
.news_right1::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #D8D8D8;
	left: 0;
	top: 0;
}
.news_right1 {
	float: right;
	width: 46.25%;
}
.news_u1 {
	margin-bottom: 20px;
}
.news_u1 a {
	display: block;
	position: relative;
	width: 100%;
}
.news_img1 {
	height: 305px;
}
.news_img1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	padding: 0 136px 0 4px;
	height: 74px;
	display: flex;
	align-items: center;
}
.news_info1::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 42px;
	background: rgba(255,255,255,.5);
	right: 133px;
	top: 50%;
	transform: translateY(-50%);
}
.news_info1 p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news_b1 {
	position: absolute;
	right: 16px;
	top: 0;
	height: 100%;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	display: flex;
}
.news_b1 h3 {
	margin-top: 8px;
	color: #fff;
	font-size: 18px;
}
.news_list1 ul li {
	margin-bottom: 15px;
	position: relative;
}
.news_list1 ul li:last-child {
	margin-bottom: 0;
}
.news_list1 ul li::before ,
.news_u1 a::before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #003C83;
	top: 50%;
	transform: translateY(-50%);
	left: -16px;
}
.news_list1 ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding-right: 110px;
}
.news_list1 ul li a p {
	color: #666;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
	transition: all .36s;
}
.news_list1 ul li a h5 {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	opacity: .5;
	font-size: 18px;
	transition: all .36s;
}
.news_list2 ul li a h5 {
	right: 0;
}
.news_u1 a::before {
	top: 10px;
	transform: translateY(0);
}
.news_list1 ul li a:hover p ,
.news_list1 ul li a:hover h5 {
	color: #003C83;
}
.news_c1 {
	margin-bottom: 15px;
}
/* 第五屏 */
.earth_2 {
	position: absolute;
	left: 0;
	top: 200px;
}
.dang_list1 ul li {
	width: 48.75%;
	float: left;
	margin-right: 2.5%;
}
.dang_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.dang_list1 ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 20px 0 84px;
	transition: all .36s;
}
.dang_list1 ul li a p {
	color: #444;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 60px;
	transition: all .36s;
}
.dang_list1 ul li a h5 {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #444;
	font-size: 24px;
	transition: all .36s;
}
.dang_list1 ul li a h5 small {
	font-size: 18px;
}
.dang_list1 ul li a:hover {
	background: #144C90;
}
.dang_list1 ul li a:hover p ,
.dang_list1 ul li a:hover h5{
	color: #fff;
}
.dang_list1 {
	margin-bottom: 30px;
}
.index_dang {
	position: relative;
}
.dang_title {
	position: absolute;
	left: 17%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.dang_title h1 {
	color: #fff;
	font-size: 24px;
}
.dang_title h3 {
	color: #fff;
	font-size: 12px;
	margin-left: 16px;
}
.index_ss1 {
	position: relative;
}
/* 第六屏 */
.six_bg {
	background: #F4F6F8;
	height: 100%;
}
.index_title4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.index_title4 i {
	width: 41.66%;
	height: 1px;
	background: #D8D8D8;
}
.index_title4 .index_t2 {
	text-align: center;
}
.index_title4 .index_t2 h3 {
	color: #003C83;
	font-size: 12px;
	margin-bottom: 10px;
}
.index_title4 .index_t2 h1 {
	color: #003C83;
	font-size: 24px;
}
.unit_list1 ul li {
	width: 25%;
	float: left;
}
.unit_list1 ul li a {
	display: block;
	text-align: center;
	color: rgba(0,0,0,.7);
	font-size: 14px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .36s;
}
.unit_list1 ul li a:hover {
	color: #003C83;
}
.index_xd {
	margin-top: 120px;
}
.index_con4 {
	margin-top: 160px;
}
/* footer */
.footer {
	background: #154D90;
}
.f_con {
	padding: 86px 0 58px 0;
}
.foot1 {
	padding-bottom: 30px;
	margin-bottom: 18px;
	border-bottom: 1px solid #D8D8D8;
}
.f_m1 {
	position: relative;
	margin-bottom: 10px;
}
.f_nav .f_item {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.f_nav .f_item h2 {
	margin-bottom: 20px;
}
.f_nav .f_item h2 a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
.f_nav .f_item ul li a {
	display: inline-block;
	color: rgba(255,255,255,.5);
	font-size: 16px;
	line-height: 36px;
	transition: all .3s;
}
.f_nav .f_item ul li a:hover {
	color: rgba(255,255,255,1);
}
.f_logos {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.slogo1 {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
}
.f_links > * {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.f_links span {
	margin-right: 15px;
}
.f_links a {
	margin-right: 8px;
	transition: all .36s;
}
.f_links a:hover {
	opacity: .7;
}
.copyright {
	display: flex;
	color: #fff;
	font-size: 16px;
	justify-content: center;
	line-height: 36px;
	margin-bottom: 45px;
}
.copyright p > * {
	display: inline-block;
	vertical-align: middle;
}
.copyright span {
	margin-right: 15px;
}
.copyright a {
	color: #fff;
}
.back_top {
	text-align: center;
}
.back_top img {
	cursor: pointer;
}

/* 二级导航 */
.sec_main {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	display: none;
}
.sec_bg {
	width: 530px;
	padding: 20px;
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(231,231,231,.4);
	position: absolute;
}
.sec_img1 {
	width: 224px;
	float: right;
	height: 142px;
}
.sec_img1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.sec_img1 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_nav {
	width: 220px;
	float: left;
}
.sec_nav ul li {
	width: 105px;
	float: left;
	margin-right: 10px;
}
.sec_nav ul li:nth-child(2n) {
	margin-right: 0;
}
.sec_nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	position: relative;
	transition: all .4s;
}
.sec_nav ul li a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
}
.sec_nav ul li a:hover {
	box-shadow: 0 2px 7px 0 #9EB9D9;
	background: rgba(255,255,255,1);
	color: #0A5298;
	text-indent: 12px;
}
.sec_nav ul li a:hover img {
	left: 8px;
	opacity: 1;
}
.header.cur .sec_bg {
	background: rgba(0,0,0,.4);
}

/* 关于我们 */
.header1 {
	position: relative;
	left: unset;
	top: unset;
}
.s_banner {
	position: relative;
}
.s_banner > img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.banner_title1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	text-align: center;
}
.banner_title1 h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 4px;
}
.banner_title1 h1 {
	color: #fff;
	font-size: 33px;
}
.ins_nav ul li {
	width: 14.28%;
	float: left;
	position: relative;
}
.ins_nav ul li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background: #3D6BA2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ins_nav ul li:last-child::before {
	display: none;
}
.ins_nav ul li a {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	transition: all .36s;
}
.ins_nav ul li.active a ,
.ins_nav ul li:hover a {
	color: #05438A;
}
.about_c1 {
	background: #F4F6F8;
	padding: 0 5% 55px 4.16%;
}
.about_title1 {
	padding: 55px 0 50px 0;
	text-align: center;
}
.about_title1 i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #0A1970;
	transform: rotate(-315deg);
}
.about_title1 h1 {
	font-size: 24px;
	color: #444;
	margin: 6px 0;
}
.about_title1 h3 {
	color: #444;
	font-size: 12px;
}
.about_left1 {
	width: 49.54%;
	float: left;
	margin-top: 24px;
}
.about_right1 {
	width: 45.87%;
	float: right;
}
.about_img1 {
	height: 334px;
	position: relative;
}
.about_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_img1 i {
	position: absolute;
	width: 113px;
	height: 12px;
	background: #154D90;
}
.about_img1 .line01 {
	left: 0;
	top: -6px;
}
.about_img1 .line02 {
	right: 0;
	bottom: -6px;
}
.about_info1 .title {
	color: #003D84;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 10px;
}
.about_info1 .txt {
	color: #666;
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
}
.about_m2 {
	background: #003D84;
	border: 1px solid #979797;
}
.about_c2 {
	padding: 62px 0 94px 0;
	position: relative;
}
.about_info2 .s_title1 {
	text-align: center;
	margin-bottom: 28px;
}
.about_info2 .s_title1 h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 12px;
	line-height: 36px;
}
.about_info2 .txt {
	color: #fff;
}
.about_c2 .wave01 {
	position: absolute;
	left: 0;
	top: 64px;
}
.about_c2 .wave02 {
	position: absolute;
	right: 0;
	bottom: 36px;
}
.about_c3 {
	padding: 74px 5% 98px 4.16%;
	position: relative;
	background: #F4F6F8;
}
.about_left2 {
	width: 38%;
	float: left;
}
.about_right2 {
	width: 58.53%;
	float: right;
}
.about_img2 {
	height: 303px;
}
.about_img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_swiper1 {
	position: relative;
}
.about_b1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.about_swiper1 .swiper-pagination {
	display: block;
	text-align: left;
	padding-left: 12px;
	color: #fff;
	font-size: 14px;
}
.about_swiper1 .swiper-pagination-current {
	font-size: 18px;
}
.about_swiper1 .swiper-button-prev,
.about_swiper1 .swiper-button-next {
	width: auto;
	height: auto;
	background: none;
	margin: 0;
	bottom: -21px;
	top: unset;
	left: unset;
	opacity: 1;
}
.about_swiper1 .swiper-button-prev {
	right: 64px;
}
.about_swiper1 .swiper-button-next {
	right: 17px;
}
.about_swiper1 .swiper-button-prev img + img,
.about_swiper1 .swiper-button-next img + img {
	display: none;
}
.about_swiper1 .swiper-button-prev:hover img ,
.about_swiper1 .swiper-button-next:hover img {
	display: none;
}
.about_swiper1 .swiper-button-prev:hover img + img ,
.about_swiper1 .swiper-button-next:hover img + img {
	display: inline-block;
}
.about_m4 {
	height: 580px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.about_c4 {
	padding-top: 116px;
	width: 1090px;
	margin: 0 auto;
}
.about_info3 .s_title2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

/* 领导致辞 */
.speech_c1 {
	padding: 0 30px 62px;
}

/* 组织架构 */
.organizational_c1 {
	padding: 0 0 22px;
}

/* 部室职责 */
.department_c1 {
	padding: 0 25px 80px;
}
.department_m1 {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 #003D84;
}
.department_h1 {
	border-bottom: 1px solid #D8D8D8;
}
.department_h1 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.department_h1 ul li {
	width: 15.65%;
	position: relative;
	cursor: pointer;
	display: flex;
	color: #444;
	font-size: 18px;
	line-height: 74px;
	align-items: center;
	justify-content: center;
}
.department_h1 ul li::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid #003d84;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.department_h1 ul li img {
	opacity: 0;
	margin-right: 10px;
	height: 48px;
}
.department_h1 ul li.active::before {
	opacity: 1;
}
.department_h1 ul li.active {
	background: #003d84;
	color: #fff;
}
.department_h1 ul li.active img {
	opacity: 1;
}
.department_h2 {
	padding: 60px 4%;
}
.department_info1 .txt {
	line-height: 25px;
}
.department_content .tab {
	display: none;
}

/* 发展战略 */
.development_c1 {
	padding: 0 10%;
}
.development_list ul {
	padding-top: 52px;
	position: relative;
	padding-bottom: 1px;
}
.development_list ul::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #003D84;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
}
.development_list ul::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	background: #D8D8D8;
}
.development_list ul li {
	margin-bottom: 105px;
}
.development_list ul li > div {
	width: 50%;
	float: left;
}
.develop_left {
	padding-right: 10.4%;
}
.develop_right {
	padding-left: 10.4%;
	position: relative;
	height: 248px;
	display: flex;
	align-items: center;
}
.develop_right::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 30px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #003D84;
}
.develop_img1 {
	position: relative;
	height: 248px;
}
.develop_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.develop_img1::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #003D84;
	left: -10px;
	bottom: -10px;
	z-index: 0;
}
.develop_info1 .title {
	color: #003D84;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.develop_info1 .txt {
	color: #444;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
}
.development_list ul li:nth-child(2n) > div {
	float: right;
}
.development_list ul li:nth-child(2n) .develop_left {
	padding-left: 10.4%;
	padding-right: 0;
}
.development_list ul li:nth-child(2n) .develop_img1::before {
	left: unset;
	right: -10px;
}
.development_list ul li:nth-child(2n) .develop_right {
	padding-left: 0;
	padding-right: 10.4%;
}
.development_list ul li:nth-child(2n) .develop_right::before {
	left: unset;
	right: 0;
}

/* 权属企业 */
.enterprise_c1 {
	padding: 0 5% 50px;
}
.enterprise_list1 ul li {
	width: 27.77%;
	float: left;
	margin-right: 8.345%;
	margin-bottom: 34px;
}
.enterprise_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.enterprise_list1 ul li a {
	display: flex;
	width: 100%;
	height: 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 2px 4px 0 #000;
	justify-content: center;
	align-items: center;
	position: relative;
}
.enterprise_list1 ul li a span {
	color: #fff;
	font-size: 18px;
}
.enterprise_list1 ul li.active a {
	background: #003D84;
	background-image: none !important;
	box-shadow: 0 2px 4px 0 #154D90;
}
.enterprise_w1 {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 #003D84;
	border-radius: 2px;
	padding: 28px 3.7% 46px;
}
.enterprise_info1 .title {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.enterprise_info1 .title h1 {
	color: #003D84;
	font-size: 18px;
	margin-left: 12px;
}
.enterprise_info1 .txt {
	font-size: 14px;
	color: #565656;
	text-align: justify;
	line-height: 20px;
}
.enterprise_content .tab {
	display: none;
}

/* 企业文化 */
.culture_c1 {
	padding: 0 20px 78px;
}
.culture_left {
	width: 73.44%;
	float: left;
}
.culture_right {
	width: 23.7%;
	float: right;
}
.culture_title1 {
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom: 25px;
	position: relative;
}
.culture_title1::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(270deg, #FFFFFF 0%, #003D84 100%);
	left: 0;
	bottom: 0;
}
.culture_title1 h2 {
	color: #003D84;
	font-size: 18px;
	margin-left: 6px;
	line-height: 24px;
	font-weight: bold;
}
.culture_video1 {
	position: relative;
	width: 100%;
	height: 480px;
}
.culture_video1 video {
	width: 100%;
	height: 100%;
}
.culture_video1 .play_bg1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.s_video1 {
	position: relative;
}
.culture_swiper1 {
	padding-top: 57px;
	position: relative;
}
.culture_swiper1 .swiper-button-prev,
.culture_swiper1 .swiper-button-next {
	background: none;
	opacity: 1;
	width: auto;
	height: auto;
	top: 0;
	margin: 0;
}
.culture_swiper1 .swiper-button-prev {
	left: 0;
}
.culture_swiper1 .swiper-button-next {
	right: 0;
}
.culture_swiper1 .swiper-button-prev img + img ,
.culture_swiper1 .swiper-button-next img + img {
	display: none;
}
.culture_swiper1 .swiper-button-prev:hover img,
.culture_swiper1 .swiper-button-next:hover img {
	display: none;
}
.culture_swiper1 .swiper-button-prev:hover img + img,
.culture_swiper1 .swiper-button-next:hover img + img {
	display: inline-block;
}
.culture_swiper1 .swiper-container {
	height: 480px;
}
.culture_swiper1 .swiper-slide {
	cursor: pointer;
}
.s_video1 {
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.s_video1 img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.culture_swiper1 .swiper-slide-thumb-active {
	padding: 10px;
	background-color: #003D84;
}

/* 新闻中心 */
.ins_con1 {
	background: #f4f6f8;
}
.news_h1 {
	padding: 50px 0;
}
.news_h1 a {
	display: block;
	width: 100%;
	padding: 20px 50px 25px 30px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(225,225,225,0.50);
}
.news_img2 {
	width: 33.75%;
	float: left;
	height: 240px;
}
.news_img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_info2 {
	width: 64.28%;
	float: right;
}
.news_info2 h4 {
	color: #444;
	font-size: 16px;
}
.news_info2 h2 {
	color: #444;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 26px 0 10px;
	transition: all .36s;
}
.news_info2 {
	height: 240px;
	position: relative;
	padding-top: 15px;
}
.news_info2 .txt {
	color: rgba(68,68,68,.5);
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.chakan1 span {
	display: inline-block;
	color: #003D84;
	font-size: 14px;
	width: 92px;
	line-height: 24px;
	border: 1px solid #003D84;
	text-align: center;
	transition: all .4s;
}
.news_info2 .chakan1{
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_list3 ul li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px;
	transition: all .4s;
}
.news_list3 ul li:nth-child(2n) {
	margin-right: 0;
}
.news_list3 ul li a {
	display: flex;
	width: 100%;
	height: 180px;
	background: #fff;
	padding: 24px 25px 24px 14px;
	justify-content: space-between;
}
.news_info3 {
	width: 394px;
}
.news_info3 h2 {
	color: #444;
	font-size: 18px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	height: 50px;
	margin-bottom: 34px;
	transition: all .36s;
}
.news_info3 .txt {
	color: rgba(68,68,68,.5);
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news_r {
	text-align: right;
}
.news_r h4 {
	color: #444;
	font-size: 16px;
	margin-bottom: 80px;
	line-height: 25px;
}
.news_list3 ul li:hover {
	transform: translate(0,-4px);
}
.news_list3 ul li:hover .chakan1 span ,
.news_h1 a:hover .chakan1 span {
	background: #003D84;
	color: #fff;
}
.news_list3 ul li:hover .news_info3 h2 ,
.news_h1 a:hover .news_info2 h2{
	color: #003D84;
}
.news_c2 {
	padding-bottom: 34px;
}
.page {
	text-align: center;
}
.page a {
	display: inline-block;
	vertical-align: middle;
	color: #444;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	margin: 0 3px;
	border-radius: 12px;
}
.page a.on {
	background: rgba(0,61,132,.1);
}

/* 新闻详情 */
.news_c3 {
	background: #F4F6F8;
}
.back1 {
	padding: 32px 0 50px 0;
}
.back1 a {
	color: #003D84;
	font-size: 18px;
}
.ins_cru {
	padding: 32px 48px 0;
	color: #999;
	font-size: 14px;
	margin-bottom: 60px;
}
.ins_cru a {
	color: #999;
	font-size: 14px;
}
.news_title1 {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #003D84;
}
.news_title1 h1 {
	color: #444;
	font-size: 20px;
	margin-bottom: 20px;
}
.news_title1 h3 {
	color: #4D4D4D;
	font-size: 14px;
}
.news_info4 .txt {
	color: #444;
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
}
.news_d1 {
	padding: 0 5.8% 70px;
}
.pian a {
	width: 50%;
	float: left;
	color: #444;
	font-size: 14px;
	padding-bottom: 28px;
	line-height: 32px;
	position: relative;
	padding-left: 14px;
}
.pian a + a {
	padding-left: 0;
	padding-right: 14px;
	text-align: right;
}
.pian a span {
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.pian a + a span {
	padding-left: 0;
	padding-right: 15px;
}
.pian a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #154D90;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .2s;
}
.pian a:hover {
	color: #003D84;
}
.pian a:hover::before {
	width: 100%;
}

/* 主营板块 */
.main_plate {
	padding: 52px 0 22px 0;
}
.main_list1 ul li {
	width: 48.83%;
	float: left;
	margin-bottom: 30px;
	margin-right: 2.34%;
}
.main_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.main_list1 ul li a {
	display: block;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(206,206,206,0.50);
	position: relative;
	transition: all .36s;
}
.main_l {
	width: 64.84%;
	float: left;
	position: relative;
}
.main_img1 {
	height: 300px;
}
.main_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_l .label1 {
	position: absolute;
	left: 0;
	top: 0;
}
.main_r {
	width: 35.16%;
	float: right;
	height: 300px;
	padding: 40px 40px 0 18px;
	position: relative;
}
.main_r::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: #003D84;
	bottom: 0;
	left: 0;
	transition: all .4s;
}
.main_info1 h2 {
	color: #444;
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 6px;
	position: relative;
	margin-bottom: 10px;
}
.main_info1 h2::before {
	position: absolute;
	content: "";
	width: 28px;
	height: 2px;
	background: #d8d8d8;
	left: 12px;
	bottom: 0;
}
.main_info1 .txt {
	font-size: 14px;
	color: rgba(68,68,68,.65);
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.main_more {
	position: absolute;
	right: 15px;
	bottom: 45px;
	display: flex;
	align-items: center;
	color: #444;
	font-size: 14px;
}
.main_more img {
	margin-left: 4px;
}
.main_more img + img {
	display: none;
}
.main_list1 ul li a:hover .main_more img {
	display: none;
}
.main_list1 ul li a:hover .main_more img + img {
	display: inline-block;
}
.main_list1 ul li a:hover .main_more {
	color: #003D84;
}
.main_list1 ul li a:hover .main_r::before {
	height: 6px;
}

/* 主营板块详情 */
.main_d1 {
	width: 572px;
	margin: 0 auto 40px;
}
.main_big1 {
	margin-bottom: 28px;
}
.big_img1 {
	height: 300px;
}
.small_img1 {
	height: 68px;
	cursor: pointer;
}
.big_img1 img ,
.small_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_small1 .swiper-button-prev,
.main_small1 .swiper-button-next {
	width: auto;
	height: auto;
	margin: 0;
	top: 0;
	background: none;
	opacity: 1;
}
.main_small1 .swiper-button-prev {
	left: 0;
}
.main_small1 .swiper-button-next {
	right: 0;
}
.main_title1 {
	padding-top: 30px;
}
.main_title1 h1 {
	color: #1E54A3;
	font-size: 28px;
	margin-bottom: 0;
}

/* 党群建设 */
.dang_list2 ul li {
	width: 33.33%;
	float: left;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	height: 507px;
	position: relative;
	transition: all .36s;
}
.dang_list2 ul li::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: #003D84;
	left: 0;
	top: 0;
	transition: all .36s;
}
.dang_list2 ul li:nth-child(3n) {
	border-right: 0;
}
.dang_list2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	position: relative;
}
.dang_list2 ul li a .time {
	color: #444;
	font-size: 16px;
	padding: 24px 0 18px 0;
}
.dang_img1 {
	height: 227px;
}
.dang_img1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.dang_info1 {
	padding-top: 12px;
}
.dang_info1 h2 {
	color: #444;
	font-size: 18px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.dang_info1 .txt {
	color: rgba(68,68,68,.5);
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.dang_list2 ul li a .chakan1 {
	position: absolute;
	left: 20px;
	bottom: 36px;
}
.dang_main {
	padding: 47px 0 98px 0;
}
.dang_list2 ul li:hover {
	box-shadow: 0 2px 10px 0 rgba(225,225,225,0.50);
	background-color: #fff;
}
.dang_list2 ul li:hover::before {
	height: 5px;
}
.dang_list2 {
	margin-bottom: 56px;
}

/* 人力资源 */
.process_c1 {
	padding: 0 4.5% 100px;
}
.process_info1 .txt {
	font-size: 18px;
	color: #575757;
	line-height: 32px;
	text-align: justify;
}
.recruit_h1 {
	margin-bottom: 46px;
}
.recruit_h1 .form_group {
	text-align: center;
}
.rec_form1 {
	display: inline-block;
	width: 255px;
	background: #fff;
	position: relative;
	height: 64px;
	line-height: 64px;
	margin: 0 14px;
	padding-right: 20px;
}
.rec_form1 select {
	width: 100%;
	height: 64px;
	font-size: 18px;
	color: #2A2A2A;
	padding: 0 28px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/icon19.png) no-repeat right center;
	vertical-align: top;
}
.rec_form1 input {
	width: 186px;
	padding: 0 22px;
	height: 64px;
	font-size: 18px;
	color: #2A2A2A;
	vertical-align: top;
}
.rec_form1 button {
	position: absolute;
	width: 68px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	background: #003D84;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.rec_form2 {
	text-align: left;
}
.recruit_h2 {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 #003D84;
}
.recruit_hd {
	background: #003D84;
}
.recruit_hd ul li {
	width: 20%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 64px;
}
.recruit_dl {
	border-bottom: 1px solid #D8D8D8;
}
.recruit_dl dl dd {
	width: 20%;
	float: left;
	text-align: center;
	color: #444;
	font-size: 18px;
	padding: 24px 0;
	line-height: 36px;
	cursor: pointer;
}
.recruit_dl dl dd .icon01 {
	margin-right: 35px;
	transition: all .36s;
}
a.upload_a {
	display: inline-block;
	border: 1px solid #979797;
	padding: 0 12px;
	line-height: 36px;
	color: #444;
	font-size: 18px;
}
.recruit_m1 {
	padding: 30px 7.5%;
	display: none;
	border-bottom: 1px solid #D8D8D8;
}
.recruit_info1 .txt {
	color: #444;
	font-size: 16px;
	line-height: 36px;
}
.recruit_dl dl dd > * {
	display: inline-block;
	vertical-align: middle;
}
.unfold_on.on .icon01 {
	transform: rotateZ(90deg);
}

/* 员工培训 */
.traning_c1 {
	padding: 0 3% 140px;
}
.traning_left {
	width: 26.06%;
	float: left;
}
.traning_right {
	width: 70.21%;
	float: right;
}
.traning_info1 .time {
	color: #626262;
	font-size: 29px;
	opacity: .2;
	margin-bottom: 6px;
}
.traning_info1 .title {
	color: #575757;
	font-size: 20px;
	margin-bottom: 18px;
	font-weight: bold;
}
.traning_info1 .txt {
	font-size: 18px;
	color: #626262;
	line-height: 25px;
	text-align: justify;
}
.traning_swiper1 {
	margin-top: 30px;
}
.traning_swiper1 .swiper-container {
	margin-bottom: 90px;
}
.traning_swiper2 .swiper-container {
	padding: 30px 0;
}
.traning_swiper2 .swiper-slide {
	opacity: .2;
}
.traning_swiper2 .swiper-slide-active {
	opacity: 1 !important;
	box-shadow: 0 8px 20px rgba(0,0,0,.3);
}
.traning_btn {
	text-align: right;
}
.traning_btn .swiper-button-prev,
.traning_btn .swiper-button-next {
	width: auto;
	height: auto;
	margin: 0;
	left: unset;
	right: unset;
	top: unset;
	background: none;
	opacity: 1;
	position: unset;
	display: inline-block;
}
.traning_btn .swiper-button-next {
	margin-left: 10px;
}
.traning_btn .swiper-button-prev img + img ,
.traning_btn .swiper-button-next img + img {
	display: none;
}
.traning_btn .swiper-button-prev:hover img ,
.traning_btn .swiper-button-next:hover img {
	display: none;
}
.traning_btn .swiper-button-prev:hover img + img ,
.traning_btn .swiper-button-next:hover img + img {
	display: inline-block;
}

/* 联系我们 */
.contactUs {
	padding: 60px 0 110px 0;
	width: 1010px;
	margin: 0 auto;
}
.contact_list1 {
	margin-bottom: 44px;
}
.contact_list1 ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: flex-start;
}
.contact_list1 ul li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.contact_list1 ul li h3 {
	color: #444;
	font-size: 18px;
}
.contact_list1 ul li p {
	font-size: 24px;
	color: #003D84;
}
.contact_list1 ul li img {
	margin: 8px 0 14px 0;
}
.contact_map {
	position: relative;
	height: 466px;
}
.marker {
	position: absolute;
	right: 140px;
	bottom: 110px;
	width: 422px;
	height: 120px;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	background: #003D84;
}
.marker img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.make_info1 h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}
.make_info1 p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.b_form1 {
	margin-bottom: 30px;
}
.b_form1 .form_group {
	width: 46.53%;
	float: left;
	margin-right: 6.94%;
}
.b_form1 .form_group:nth-child(2n) {
	margin-right: 0;
}
.s_form {
	margin-bottom: 32px;
}
.s_form h2 {
	color: #444;
	font-size: 16px;
	margin-bottom: 10px;
}
.xs_form1 {
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	background: #F4F6F8;
}
.xs_form1 img {
	margin-right: 10px;
}
.xs_form1 input,
.s_form2 input {
	width: 80%;
	font-size: 16px;
	color: #333;
}
.xs_form2 {
	position: relative;
}
.xs_form2 textarea {
	width: 100%;
	height: 185px;
	background: #F4F6F8;
	font-family: arial;
	font-size: 16px;
	color: #333;
	text-indent: 30px;
	padding: 15px;
	resize: none;
}
.xs_form2 img {
	position: absolute;
	left: 10px;
	top: 12px;
}
.b_form2 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.b_form2 button {
	width: 198px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	background-color: #003D84;
	border-radius: 2px;
	font-size: 18px;
	margin-left: 16px;
}
.s_form2 {
	width: 293px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 4px 0 26px;
	justify-content: space-between;
	background: #F4F6F8;
}
.s_form2 img {
	width: 109px;
	height: 51px;
}
.s_form2 input {
	width: 52%;
}

.index_footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.sixth_page {
	top: 0;
	transform: translate(-50%,0);
}
.index_footer .f_con {
	padding: 10px 0;
}
.index_footer .foot1 {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.index_footer .f_nav .f_item ul li a {
	line-height: 26px;
}
.index_footer .f_nav .f_item h2 a {
	font-size: 16px;
}
.index_footer .copyright {
	margin-bottom: 10px;
}