/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #1d6ce4;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


.center {
	text-align: center;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
}

.container {
	margin: 0px auto;
	max-width: 1580px;
	padding: 0px 80px;
	margin: 0px auto;
}



.top {
	height: 80px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);

}

.top_g{
	height: 80px;
}

.top .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top.scope {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: #fff;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav a {
	color: #999;
}

.nav .nLi {
	height: 100%;
}

.nav .nLi h3 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}


.nav .nLi h3 a {
	display: block;
	padding: 10px 40px;
	font-size: 16px;
	position: relative;
	color: #333;
}

.nav .nLi h3 a:hover::after {
	content: '';
	width: 24px;
	height: 2px;
	background: #333;
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -12px;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 80px;
	position: absolute;
	background: #fff;
	border-top: 1px solid #ddd;
	padding: 20px 0px;
}

.nav .sub .container {
	display: block;
	text-align: center;
}

.nav .sub .container a {
	color: #999;
	font-size: 15px;
	display: inline-block;
	margin: 0px 30px;
}

.nav .sub a:hover {
	color: #333;
}

.nav .newssub .container {
	text-align: right;
	padding-right: 13vw;
}

.nav .aboutsub .container {
	text-align: right;
	padding-right: 15vw;
}

.nav .hrsub .container {
	text-align: right;
}

.nav .on h3 a {
	color: #333;
}

.nav .on h3 a::after {
	content: '';
	width: 24px;
	height: 2px;
	background: #333;
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -12px;
}

.nav .search img {
	cursor: pointer;
}

.nav .search_zk {
	width: 100vw;
	left: 0;
	top: 80px;
	height: 62px;
	position: absolute;
	background: #fff;
	border-top: 1px solid #ddd;
	display: none;
}

.nav .search_zk .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav .search_zk .container input {
	border: 0px;
	height: 62px;
	width: 50%;
	font-size: 16px;
	padding-left: 50px;
	background: url(../images/top_search.png) no-repeat;
	background-position: left center;
}



.phone_btn {
	float: right;
	display: none;
}



.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}



.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

.menu_close img {
	width: 40px;
}

.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}

.in_banner {
	height: auto;
}

.in_banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
	width: 62px;
	height: 62px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
	font-size: 30px;
	color: #fff;
}

.in_banner .swiper-slide a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.in_banner .swiper-slide img{
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide .ph_img{
	display: none;
}

.in_banner .swiper-pagination span{
	border-radius:5px;
	width: 25px;
	height: 5px;
}


.in_bt{
	padding-bottom: 40px;
}

.in_bt h2{
font-size: 42px;
font-weight: bold;
color: #333;
}

.in_bt p{
	font-size: 24px;
	color: #666;
}

.in_bt span{
	float: right;
	padding-top: 10px;
	
}

.in_bt span a{
display: block;
width: 210px;
	line-height:65px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background-image: linear-gradient(90deg, 
		#166bcc 0%, 
		#0f81dd 46%, 
		#00b9fe 100%);
}

.in_bt span a i{
	margin-left: 10px;
}

.in_bt span a:hover{
	background-image: linear-gradient(90deg, 
		#00b9fe 0%, 
		#0f81dd 46%, 
		#166bcc 100%);
}


.in_box{
	background: url(../images/box_bj.png) no-repeat top center;
	background-size: 100%;
	margin: 80px 0px;
	
}

.in_boxx ul{
	display: flex;
	justify-content: space-between;
}

.in_boxx ul li{
	width: 25%;
	height: 650px;
	position: relative;
	background-size: cover;
	background-position: center center;
	transition: all 0.5s ease 0s;
	opacity: .8;
}

.in_boxx ul li:hover{
	width: 60%;
	transition: all 0.5s ease 0s;
	opacity: 1;
}

.in_boxx ul li::after{
	content: '';
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}

.in_boxx ul li .nr{
	position: absolute;
	bottom: 10%;
	left: 10%;
}

.in_boxx ul li h3 img{
	width: 99px;
	height: auto;
}

.in_boxx ul li h2{
	color: #fff;
	padding: 10px 0px;
	font-size: 22px;
	transition: all 0.2s ease 0s;
}

.in_boxx ul li b{
	display: block;
	width: 44px;
	height: 4px;
	background: #fff;
}

.in_boxx ul li span{
	padding-top: 20px;
	display: none;
}

.in_boxx ul li span a{
	display: block;
	width: 125px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
}

.in_boxx ul li span a i{
	margin-left: 10px;
}

.in_boxx ul li:hover .nr{
	bottom: 5%;
}


.in_boxx ul li:hover h2{
	font-size: 30px;
	transition: all 0.2s ease 0s;
}

.in_boxx ul li:hover h3 img{
	transform: scale(1.1);
}

.in_boxx ul li:hover span{
	display: block;
}

.in_boxx ul li:hover span a:hover{
	background: #1d6ce4;
	border: 1px solid #1d6ce4;
}

.in_box1{
padding-bottom: 80px;
/* background: url(../images/in_box1_bj.png) no-repeat right 5%;
background-size: 70%; */
}

.in_box1 .map{
	position: relative;
}

.in_box1 .map .ditu{
	width: 100%;
	height: auto;
}

.in_box1 .map .dw{
	position: absolute;
	top: 0%;
    left: 0%;
}


.in_box1 .map .dw h2{
	width: 2.5vw;
    height: 3vw;
	cursor: pointer;
}

.in_box1 .map .dw .nr{
	position: absolute;
	top: 4vw;
	left: -1.5vw;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	padding: 10px;
	display: none;
	width: 450px;
}

.in_box1 .map .dw:hover .nr{
	display: flex;
}

.in_box1 .map .dw .nr::after{
	position: absolute;
	content: '';
	top: -13px;
	left: 40px;
	background: url(../images/jiantou.png) no-repeat;
	background-size: cover;
	width: 19px;
	height: 13px;
}

.in_box1 .map .dw .nr h3 img{
	width: 150px;
	height: 150px;
}

.in_box1 .map .dw .nr h4{
	padding-left: 15px;
	color: #fff;
}

.in_box1 .map .dw .nr h4 p{
	font-size: 14px;
	line-height: 26px;
}

.in_box1 .map .nf{
	top: 60%;
    left: 57%;
}

.in_box1 .map .snje{
	top: 40%;
    left: 39%;
}

.in_box1 .map .nrly{
	top: 44%;
    left: 44.7%;
}

.in_box1 .map .bl{
	top: 18%;
    left: 55.7%;
}

.in_box1 .map .xby{
	top: 29%;
    left: 40.7%;
}

.in_box1 .map .flb{
	top: 40%;
    left: 83%;
}

.in_box1 .map .flb .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .flb .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .ml{
	top: 53%;
    left: 23.7%;
}

.in_box1 .map .dmnj{
	top: 37%;
    left: 32%;
}

.in_box1 .map .agt{
	top: 62%;
    left: 35.7%;
}

.in_box1 .map .kny{
	top: 45%;
    left: 61%;
}

.in_box1 .map .glby{
	top: 46%;
    left: 21%;
}

.in_box1 .map .mxg{
	top: 37.5%;
    left: 17%;
}

.in_box1 .map .bx{
	top: 46%;
    left: 36.7%;
}

.in_box1 .map .bx1{
	top: 52%;
    left: 40%;
}

.in_box1 .map .hl{
	top: 15%;
    left: 41%;
}

.in_box1 .map .yn{
	top: 51%;
    left: 78%;
}

.in_box1 .map .yn .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .yn .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .mjl{
	top: 34%;
    left: 73%;
}

.in_box1 .map .mjl .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .mjl .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .bjst{
	top: 28%;
    left: 71%;
}

.in_box1 .map .bjst .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .bjst .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .yg{
	top: 18%;
    left: 38%;
}

.in_box1 .map .lby{
	top: 36%;
    left: 47.5%;
}

.in_box1 .map .zby{
	top: 53%;
    left: 48.5%;
}

.in_box1 .map .ydl{
	top: 29%;
    left: 52.8%;
}

.in_box1 .map .aj{
	top: 38%;
    left: 52.8%;
}

.in_box1 .map .kml{
	top: 47%;
    left: 53.8%;
}

.in_box1 .map .lmny{
	top: 27%;
    left: 58.8%;
}

.in_box1 .map .lbn{
	top: 34%;
    left: 58.8%;
}

.in_box1 .map .alq{
	top: 34%;
    left: 66.8%;
}

.in_box1 .map .alq .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .alq .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .md{
	top: 42%;
    left: 65%;
}

.in_box1 .map .md .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .md .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .tg{
	top: 48%;
    left: 65.5%;
}

.in_box1 .map .tg .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .tg .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .yna{
	top: 42%;
    left: 75.5%;
}

.in_box1 .map .yna .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .yna .nr::after{
	left: auto;
	right: 40px;
}

.in_box1 .map .zg{
	top: 33%;
    left: 77%;
}

.in_box1 .map .zg .nr{
	right: -1.5vw;
	left: auto;
}

.in_box1 .map .zg .nr::after{
	left: auto;
	right: 40px;
}


.in_box2{
	/* background: url(../images/in_box2_bj.png) no-repeat right top;
	background-size: 45%; */
	overflow: hidden;
	margin-bottom: 50px;
}

.in_box2_news{
	padding-bottom: 40px;
	margin-left: 8%;
	width: 100%;
}

.in_box2_news .swiper-slide .img{
	position: relative;
	height: 0;
    padding-top: 60%;
    overflow: hidden;
}

.in_box2_news .swiper-slide .img a{
	width: 100%;
	height: 100%;
}

.in_box2_news .swiper-slide .img a img{
	top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
	width: 100%;
	height: 100%;
}

.in_box2_news .swiper-slide h2{
	font-size: 20px;
	color: #333;
	padding-top: 30px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.in_box2_news .swiper-slide b{
	display: block;
	width: 32px;
	height: 4px;
	background-color: #002f7c;
	margin: 15px 0px;
}

.in_box2_news .swiper-slide p{
	-webkit-line-clamp: 4;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
}

.in_box2_news .swiper-scrollbar-drag{
	background: #166bcc;
}

.di{
	/* background: url(../images/di_bj.png) no-repeat;
	background-size: cover; */
	background-image: linear-gradient(0deg, 
		#166bcc 0%, 
		#0f81dd 46%, 
		#155ac6 100%);
	padding-top: 50px;
}

.di1{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.di1 ul{
	display: flex;
	justify-content: space-between;
}


.di1 ul li h2{
	color: #fff;
	font-size: 22px;
	padding-bottom: 15px;
}

.di1 ul li a{
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 36px;
}

.di2{
	display: flex;
	justify-content:space-between;
	padding-bottom: 40px;
}

.di2_l{
	color: #fff;
	font-size: 17px;
	line-height: 30px;
}

.di2_l h2{
	padding-top: 10px;
}

.di2_l h2 a{
	padding: 0px 5px;
}

.di2_r{
width: 120px;
}

.di2_r img{
	width: 100%;
	height: auto;
}

.di2_r p{
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.dii{
	background-color: #115fc0;
	font-size: 16px;
	padding: 20px 0px;
	color: #fff;
}

.dii a{
	color: #fff;
}

.ny_banner{
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.ny_banner h2{
	font-size: 70px;
}

.ny_banner p{
	font-size: 20px;
	text-transform: capitalize;
}

.ny_dh{
	height: 80px;
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px 
		rgba(0, 0, 0, 0.06);
}

.ny_dh .container{
	display: flex;
	justify-content: space-between;
}

.ny_dh_l{
	display: flex;
}

.ny_dh_l a{
	height: 76px;
	display: flex;
	align-items: center;
	color: #333;
	font-size: 16px;
	margin-right: 20px;
}

.ny_dh_l a:hover{
	color: #1d6ce4;
	border-bottom: 4px solid #1d6ce4;
}

.ny_dh_l a.on{
	color: #1d6ce4;
	border-bottom: 4px solid #1d6ce4;
}

.ny_dh_r{
	font-size: 16px;
	line-height: 80px;
}

.ny_dh_r span{
	color: #333;
}

.about_box{
	padding: 80px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about_box_l{
width: 50%;
box-sizing: border-box;
padding: 0px 5%;
}

.about_box_l h2{
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.about_box_l h3{
	font-size: 13px;
	color: #999;
}

.about_box_l b{
	padding: 10px 0px;
	display: block;
}

.about_box_l p{
	font-size: 17px;
	line-height: 28px;
	display: block;
	padding-top: 30px;
}

.about_box_r{
	width: 50%;
}

.about_box_r img{
	width: 100%;
	height: auto;
	display: block;
}


.about_bt{
	text-align: center;
	padding-bottom: 40px;
}

.about_bt h2{
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.about_bt h3{
	font-size: 13px;
	color: #999;
}

.about_bt p{
	font-size: 15px;
	color: #666;
}

.about_box1{
	padding: 80px 0px;
	background: url(../images/about2_bj.png) no-repeat;
	background-size: cover;
}

.about_box1_qh .swiper-slide{
display: flex;
align-items: center;
justify-content: space-between;
}

.about_box1_qh .about_box1_l{
	width: 50%;
}

.about_box1_qh .about_box1_l img{
	width: 100%;
	height: auto;
}

.about_box1_qh .about_box1_r{
	width: 50%;
	box-sizing: border-box;
	padding: 0px 5%;
}


.about_box1_qh .about_box1_r h2{
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.about_box1_qh .about_box1_r h3{
	font-size: 13px;
	color: #999;
}

.about_box1_qh .about_box1_r h4{
	font-size: 28px;
	padding: 10px 0px;
}

.about_box1_qh .about_box1_r p{
	font-size: 15px;
	color: #666;
}

.about_box1_qh .swiper-pagination{
	width: 45%;
	left: auto;
	right: 0px;
	text-align: left;
}

.about_box2{
	padding: 80px 0px;
}

.about_box2_qh .img{
	height: 270px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_box2_qh .img img{
max-width: 100%;
max-height: 100%;
}

.about_box2_qh h2{
	text-align: center;
	font-size: 17px;
	color: #333;
	padding-top: 8px;
}

.about1_box{
	background: #f7f7f7;
	padding: 40px 0px;
}



.about1_boxx ul li{
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about1_boxx ul li:nth-child(even){
	flex-direction: row-reverse;
}

.about1_boxx ul li:nth-last-child(1){
	padding-bottom: 0px;
}

.about1_boxx ul li .img{
	width: 45%;
}

.about1_boxx ul li .img img{
	width: 100%;
	height: auto;
}

.about1_boxx ul li .wz{
	width: 50%;
	box-sizing: border-box;
}

.about1_boxx ul li .wz h2{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.about1_boxx ul li .wz b{
	width: 54px;
	height: 6px;
	background-color: #1d6ce4;
	display: block;
	margin: 20px 0px;
}

.about1_boxx ul li .wz p{
	font-size: 16px;
	line-height: 26px;
	color: #666;
	display: block;
	padding-bottom: 10px;
}

.about11_boxx{
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.about11_boxx .hd{
	width: 375px;	
}

.about11_boxx .hd ul li{
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 20px;
	color: #333;
	border: solid 2px #eee;
	margin-bottom: -2px;
	position: relative;
	cursor: pointer;
}

.about11_boxx .hd ul li a{
	display: block;
}

.about11_boxx .hd ul li.on,.about11_boxx .hd ul li.on a{
	color: #00479d;
}

.about11_boxx .hd ul li.on::after{
	content: '';
	width: 4px;
	height: 40px;
	background-color: #1d6ce4;
	position: absolute;
	left: 0px;
	top:50%;
	transform: translateY(-50%);
}

.about11_boxx .bd{
	width: calc(100% - 375px);
	border: solid 2px #eee;
	margin-left: -2px;
	box-sizing: border-box;
	padding: 5%;
}

.about11_boxx .bd ul li a{
	border-bottom: 1px solid #ddd;
	height: 77px;
	line-height: 77px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.about11_boxx .bd ul li a .arrow{
	width: 24px;
	height: 24px;
	margin-top: 30px;
}

.about11_boxx .bd ul li a.active, .about11_boxx .bd ul li a:hover{
	background: none;
}

.about11_boxx .bd ul li .nr{
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 5%;
	font-size: 18px;
}

.about12_boxx ul li{
	margin-bottom: 30px;
	background: url(../images/about1_2bj.png) #fff no-repeat right top;
	background-size: cover;
	box-sizing: border-box;
	padding: 3%;
}

.about12_boxx ul li:hover{
	box-shadow: 0px 0px 10px #ccc;
}

.about12_boxx ul li h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
}

.about12_boxx ul li h2::after{
	content: '';
	width: 4px;
	height: 28px;
	background: #002f7c;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.about12_boxx ul li p{
font-size: 18px;
display: block;
padding: 15px 0px;
width: 60%;
}

.about12_boxx ul li span a{
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	background-color: #00479d;
	border-radius: 30px;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.about12_boxx ul li span a:hover{
	opacity: .8;
}

.about13_boxx{
	background: url(../images/about1_2_bj.png) no-repeat top center;
	padding-top: 40px;
}

.about13_boxx .pic img{
	width: 100%;
	height: auto;
}

.about13_boxx ul{
padding-top: 40px;
}

.about13_boxx ul li{
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about13_boxx ul li h2{
	position: relative;
	width: 49%;
}

.about13_boxx ul li .text{
	width: 100%;
	height: 65px;
	border: solid 2px #eee;
	box-sizing: border-box;
	padding: 20px 20px;
	padding-left: 60px;
	font-size: 17px;
}

.about13_boxx ul li h2 i{
	font-size: 25px;
	color: #999;
	position: absolute;
	top: 20px;
	left: 20px;
}

.about13_boxx ul li .text1{
	width: 100%;
	height:150px;
	border: solid 2px #eee;
	box-sizing: border-box;
	padding: 20px 20px;
	padding-left: 60px;
	font-size: 17px;
}

.about13_boxx ul li .btn{
	width: 240px;
	height: 60px;
	line-height: 60px;
	background-color: #00479d;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border: 0px;
}

.contact_box{
	padding: 60px 0px;
	background: none;
}

.contact_box1{
	padding-bottom: 60px;
}

.contact_box1 ul{
	display: flex;
	flex-wrap: wrap;
}

.contact_box1 ul li{
	width: 30.3%;
	margin: 0px 1.5%;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 1px 
		rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	box-sizing: border-box;
	padding:2%;
	text-align: center;
	margin-bottom: 50px;
}

.contact_box1 ul li img{
	max-width: 440px;
	width: 60%;
	height: auto;
}

.contact_box1 ul li h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding: 30px 0px;
}

.contact_box1 ul li p{
	font-size: 15px;
	line-height: 30px;
}

.about3_box{
	padding-top: 60px;
}

.about3_boxx{
	padding: 60px 0px;
}


.about3_boxx1 .swiper-slide .img{
	position: relative;
	height: 0;
    padding-top: 60%;
    overflow: hidden;
	border-radius: 15px;
}

.about3_boxx1 .swiper-slide .img a{
	width: 100%;
	height: 100%;
}

.about3_boxx1 .swiper-slide .img a img{
	top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
	width: 100%;
	height: 100%;
}

.about3_boxx1 .swiper-slide h2 a{
	font-size: 18px;
	color: #333;
	padding-top: 20px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
}

.about3_boxx1 .swiper-slide b{
	font-weight: normal;
	padding: 10px 0px;
	display: block;
	font-size: 14px;
}

.about3_boxx1 .swiper-slide p{
	font-size: 16px;
}

.news_dh{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.news_dh_l{
display: flex;
align-items: center;
}

.news_dh_l a{
	line-height: 32px;
	padding: 0px 15px;
	font-size: 16px;
	color: #333;
	margin: 0px 10px;
}

.news_dh_l a:hover,.news_dh_l a.on{
	background-image: linear-gradient(90deg, 
		#1d6ce4 0%, 
		#13a4d4 100%);
		color: #fff;
}

.news_dh_r{
	width: 296px;
	height: 42px;
	background-color: #ffffff;
	box-shadow: 4px 4px 4px 0px 
		rgba(25, 27, 35, 0.08), 
		0px 0px 4px 0px 
		rgba(25, 27, 35, 0.08);
	border-radius: 21px;
	display: flex;
}

.news_dh_r .text{
	width: calc(100% - 42px);
	border: 0px;
	box-sizing: border-box;
	padding: 0px 15px;
	font-size: 15px;
}

.news_dh_r .btn{
	width: 42px;
	height: 42px;
	box-shadow: 4px 4px 4px 0px 
		rgba(25, 27, 35, 0.08), 
		0px 0px 4px 0px 
		rgba(25, 27, 35, 0.08);
	border-radius: 21px;
	border: 0px;
	background: #fff;
	color: #002f7c;
	font-size: 20px;
}

.news_box{
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(25, 27, 35, 0.28);
	border-radius: 10px;
	margin-top: 40px;
	display: flex;
	overflow: hidden;
}

.news_box .img{
	position: relative;
	height: 0;
    padding-top: 29%;
    overflow: hidden;
	width: 53%;
}

.news_box .img a{
	width: 100%;
	height: 100%;
}

.news_box .img a img{
	top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
	width: 100%;
	height: 100%;
}

.news_box .img span{
	line-height: 26px;
	padding: 0px 30px;
	background-color: #1d6ce4;
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 14px;
}

.news_box .nr{
	width: 47%;
	box-sizing: border-box;
	padding: 3%;
	background: url(../images/news_bj.png) no-repeat right bottom;
	background-size: 40%;
}

.news_box .nr h2 a{
	font-size: 30px;
	color: #333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
}

.news_box .nr h3{
	font-size: 20px;
	color: #999;
	padding: 15px 0px;
}

.news_box .nr p{
	font-size: 15px;
	line-height: 28px;
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_box .nr span{
	padding-top: 30px;
	display: block;
	text-align: right;
}

.news_box .nr span a{
	color: #00479d;
	font-size: 17px;
}

.news_box .nr span a:hover{
	text-decoration: underline;
}

.news_box1{
padding: 40px 0px;

}

.news_box1 ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -1.5%;
}

.news_box1 ul li{
width: 30.33%;
margin: 0px 1.5%;
background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(25, 27, 35, 0.28);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}

.news_box1 ul li .img{
	position: relative;
	height: 0;
    padding-top: 60%;
    overflow: hidden;
	width:100%;
}

.news_box1 ul li .img a{
	width: 100%;
	height: 100%;
}

.news_box1 ul li .img a img{
	top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
	width: 100%;
	height: 100%;
}

.news_box1 ul li .img span{
	line-height: 26px;
	padding: 0px 30px;
	background-color: #1d6ce4;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
}

.news_box1 ul li .nr{
	padding: 5%;
	background: url(../images/news_bj.png) no-repeat right bottom;
	background-size: 40%;
}

.news_box1 ul li .nr h2 a{
	font-size: 20px;
	color: #333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
}

.news_box1 ul li .nr p{
	font-size: 15px;
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 10px 0px;
}

.news_box1 ul li .nr span{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}

.news_box1 ul li .nr span b{
	color: #999;
	font-weight: normal;
}

.news_box1 ul li .nr span a{
color: #00479d;	
}

.news_xx{
	max-width: 960px;
	margin: 0px auto;
	padding: 50px 0px;
}

.news_xx .bt{
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news_xx .bt h2{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.news_xx .bt p{
	font-size: 15px;
	padding-top: 6px;
}

.news_xx .nr p{
	font-size: 15px;
	line-height: 28px;
	display: block;
	padding-bottom: 15px;
}

.news_xx .nr img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.fanp{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.fanp a{
	font-size: 15px;
}

.news1_box{
	padding: 40px 0px;
}

.news1_box ul li{
	display: flex;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px 
		rgba(0, 0, 0, 0.15);
		margin-bottom: 40px;
}

.news1_box ul li .img{
	position: relative;
	height: 0;
    overflow: hidden;
	width:520px;
	height: 280px;
}

.news1_box ul li .img a{
	width: 100%;
	height: 100%;
}

.news1_box ul li .img a img{
	top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
	width: 100%;
	height: 100%;
}

.news1_box ul li .nr{
	width: calc(100% - 520px);
	box-sizing: border-box;
	padding: 3%;
	padding-bottom: 0px;
	border-bottom: 5px solid #fff;
}

.news1_box ul li .nr h2 a{
	font-size: 24px;
	color: #333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
}

.news1_box ul li .nr h2 a:hover{
	color: #115fc0;
}

.news1_box ul li .nr p{
	font-size: 14px;
	line-height: 26px;
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 10px 0px;
}

.news1_box ul li .nr b{
	font-size: 14px;
	font-weight: normal;
}

.news1_box ul li .nr h3{
	padding-top: 10px;
	display: block;
	color: #333;
	font-size: 14px;
}

.news1_box ul li:hover .nr{
	border-bottom: 5px solid #1d6ce4;
	background: url(../images/news_bj.png) no-repeat right bottom;
	background-size: 40%;
}

.hr_box{
	padding: 60px 0px;
}


.jobli {
	background: #fff;
	padding-bottom: 25px;
}

.jobli .title {
	display: flex;
	justify-content: space-between;
	background-image: linear-gradient(90deg, 
		#166bcc 0%, 
		#0f81dd 46%, 
		#00b9fe 100%);
}

.jobli .title span {
	display: block;
	width: 25%;
	line-height: 60px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;

}

.jobli li {
	width: 100%;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
}

.jobli li .link {
	height: auto;
	cursor: pointer;
	background: #fff;
	display: flex;
	font-size: 30px;
}

.jobli li .link .nr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.jobli li .link .nr span {
	font-size: 18px;
	display: block;
	text-align: center;
	width: 25%;
	line-height: 70px;
	white-space: nowrap;
}


.jobli li.open .link .tbanchor {

	transform: rotate(180deg);

}

.jobli li .link span.tbanchor {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 25px;
}


.jobli li .jobnr {
	background: #f5f5f5;
	padding: 20px 40px;
	font-size: 14px;
}

.jobli li .jobnr .yq {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.jobli li .jobnr .yq li {
	width: 25%;
	padding: 0px;
	font-size: 15px;
	padding: 10px 0px;
}

.jobli li .jobnr .zc {
	padding: 25px 0px;
	border-bottom: 1px solid #ddd;
}


.jobli li .jobnr .zc dd {
	width: 100%;
	padding-bottom: 30px;
}

.jobli li .jobnr .zc dd h2 {
	font-size: 17px;
	color: #333;
	padding-bottom: 15px;
}

.jobli li .jobnr .zc dd p {
	font-size: 15px;
	line-height: 26px;
}

.jobli li .jobnr .js {
	font-size: 18px;
	color: #4d74b8;
	padding-top: 25px;
	line-height: 34px;
}

.hr1_box{
	padding: 60px 0px;
}

.hr1_box1{
	padding-bottom: 50px;
}

.hr1_box1_qh{
	padding-bottom: 40px;
}

.hr1_box1_qh .swiper-slide .img img{
	width: 100%;
	height: auto;
}

.hr1_box1_qh .swiper-slide h2{
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
}

.hr1_box2{
	padding-bottom: 60px;
}

.hr1_box2 ul{
	display: flex;
	justify-content: space-between;
}

.hr1_box2 ul li{
	width: 48%;
}

.hr1_box2 ul li img{
	width: 100%;
	height: auto;
}


.investor_box{
	height: 800px;
	width: 100%;
	background: url(../images/investor_bj.png) no-repeat;
	background-size: cover;
	position: relative;
}

.investor_box_1{
	position: absolute;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	bottom: 0px;
	left: 0px;
	padding: 3% 0px;
}

.investor_box_1 .bt{
	 color: #1174D6;
	 font-size: 20px;
	 margin-bottom: 20px;
}

.investor_box_1 .bt h2{
	font-weight: bold;
	font-size: 28px;
}

.investor_box_1 .nr{
	display: flex;
}

.investor_box_1 .nr ul:nth-last-child(1){	
padding-left: 3%;
}

.investor_box_1 .nr ul li{
	font-size: 18px;
	color: #333;
	line-height: 36px;
}

.investor_box1{
	padding: 50px 0px;
}

.investor_box1 ul{
	background: #fff;
	box-shadow: 0px 0px 10px #eee;
}

.investor_box1 ul li a{
	padding: 15px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.investor_box1 ul li a h2{
	width: 90px;
}

.investor_box1 ul li a h3{
	width: calc(100% - 170px);
	font-size: 18px;
	color: #333;
}

.investor_box1 ul li a:hover h3{
	color: #1d6ce4;
}

.investor_box1 ul li a h3 p{
font-size: 15px;
}

.investor_box1 ul li a h4{
	width: 80px;
	font-size: 18px;
	color: #1d6ce4;
}

.investor_box2{
	padding: 50px 0px;
}

.investor_box2 .bt{
	font-size: 20px;
	color: #fff;
	background: #0F81DD;
	padding: 10px;
}

.investor_box2 ul{
	background: #fff;
	box-shadow: 0px 0px 10px #eee;
}

.investor_box2 ul li a{
	padding: 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.investor_box2 ul li a:hover{
	background: #eee;
}


.investor_box2 ul li a h2{
	width: 150px;
	font-size: 18px;
	color: #333;
}

.investor_box2 ul li a h3{
	width: calc(100% - 170px);
	font-size: 18px;
	color: #333;
}

.investor_box2 ul li a h4{
	width: 50px;
	font-size: 18px;
	color: #1d6ce4;
}

.investor_box3{
	background: url(../images/investor3_bj.png) no-repeat;
	background-size: cover;
	margin: 50px 0px;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.investor_box3 a{
	color: #fff;
	width: 250px;
	line-height: 80px;
text-align: center;
background: #0F81DD;
border-radius: 8px;
font-size: 20px;
}

.investor_box3 a:hover{
	opacity: .9;
}