﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:0.729vw; background:#ffffff;font-family: "SourceHanSansCN-Regular";
	color: #333333;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}
a {color: #333333;}
img{display:block;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank90{ width:100%; height:6.09375vw; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}

.max{ position:relative; overflow:hidden;}

.inner{width:75vw; height:auto;  position:relative; z-index:50; margin:0 auto; overflow: hidden;}
/*@font-face{*/
/*    font-family: "SourceHanSansCN-Bold";*/
/*    src: url("../font/SourceHanSansCN-Bold.otf");*/
/*    src: url("../font/SourceHanSansCN-Bold.otf") format("otf"),  */
/*}*/
/*@font-face{*/
/*    font-family: "SourceHanSansCN-ExtraLight";*/
/*    src: url("../font/SourceHanSansCN-ExtraLight.otf");*/
/*    src: url("../font/SourceHanSansCN-ExtraLight.otf") format("otf"),  */
/*}*/
/*@font-face{*/
/*    font-family: "SourceHanSansCN-Heavy";*/
/*    src: url("../font/SourceHanSansCN-Heavy.otf");*/
/*    src: url("../font/SourceHanSansCN-Heavy.otf") format("otf"),  */
/*}*/
/*@font-face{*/
/*    font-family: "SourceHanSansCN-Light";*/
/*    src: url("../font/SourceHanSansCN-Light.otf");*/
/*    src: url("../font/SourceHanSansCN-Light.otf") format("otf"),  */
/*}*/
/*@font-face{*/
/*    font-family: "SourceHanSansCN-Medium";*/
/*    src: url("../font/SourceHanSansCN-Medium.otf");*/
/*    src: url("../font/SourceHanSansCN-Medium.otf") format("otf"),  */
/*}*/
/*@font-face{*/
/*    font-family: "SourceHanSansCN-Normal";*/
/*    src: url("../font/SourceHanSansCN-Normal.otf");*/
/*    src: url("../font/SourceHanSansCN-Normal.otf") format("otf"),  */
/*}*/
/*@font-face{*/
/*    font-family: "SourceHanSansCN-Regular";*/
/*    src: url("../font/SourceHanSansCN-Regular.otf");*/
/*    src: url("../font/SourceHanSansCN-Regular.otf") format("otf"),  */
/*}*/
/*首页*/
span {
	display: block;
}
.banner {
	position: relative;
	height: 48.8vw;
}
.swiper {
	height: 100%;
}
.banner img {
	width: 100%;
	height: 100%;
}
.banner_info {
	position: absolute;
	z-index: 62;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 75vw;
}
.news_banner .banner_info {
	left: 55%;
}
.banner_title {
	font-size: 2.292vw;
	font-family: "SourceHanSansCN-Bold";
	color: #fff;
}
.banner_text {
	font-size: 1.146vw;
	color: #fff;
	line-height: 30px;
	margin-top: 2.604vw;
	font-family: "SourceHanSansCN-Medium";
}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.64;
	border-radius: 0;
	width: 15px !important;
	margin: 0 10px !important;
	height: 15px !important;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-pagination {
	bottom: 29px !important;
}
.banner_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 3.75vw;
}
.banner_box_link {
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 0.9375vw;
	border: 1px solid #2D80FF;
	background-color: #2D80FF;
	color: #fff;
}
.banner_box_link:last-of-type {
	margin-left: 21px;
	border: 1px solid #fff;
	background-color: transparent;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 64;
	background-color: #fff;
	padding: 0.885vw 0;
	height: 6.09375vw;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 6.510vw;
}
.logo img {
	width: 100%;
}
.nav_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 125px);
}
.nav_item {
	padding-bottom: 5px;
	position: relative;
	margin-left: 3.125vw;
}
.nav_item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 3px;
	border-radius: 1px;
	background-color: transparent;
}
.nav_link {
	font-size: 0.990vw;
	color: #2D2D2D;
}
.nav_active .nav_link {
	color: #D81524;
	font-family: "SourceHanSansCN-Medium";
}
.nav_active::after {
	background-color: #D81524;
}
.nav_item:hover::after {
	background-color: #D81524;
}
.nav_item:hover .nav_link {
	color: #D81524;
	font-family: "SourceHanSansCN-Medium";
}
.index_top_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_top_item {
	margin-left: 14px;
	width: calc((100% - 42px) / 4);
	border: 1px solid #979797;
	padding: 10px 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_top_item:first-of-type {
	margin-left: 0;
}
.index_top_item img {
	width: 5vw;
	height: 5vw;
}
.index_top_info {
	margin-left: 1.719vw;
}
.index_top_title {
	font-size: 0.729vw;
	color: #333333;
}
.index_top_text {
	font-size: 0.625vw;
	color: #717171;
	margin-top: 0.729vw;
}
.index_top {
	margin-bottom: 4.375vw;
}
.title {
	text-align: center;
}
.title_en {
	font-size: 2.292vw;
	color: #393939;
	font-family: "SourceHanSansCN-Bold";
	opacity: 0.07;
}
.title_zh {
	font-size: 1.5625vw;
	color: #090909;
	font-family: "SourceHanSansCN-Heavy";
	margin-top: -2.03125vw;
	line-height: 2.1875vw;
}
.title_text {
	font-size: 0.9375vw;
	color: #777988;
	margin-top: 9px;
	line-height: 1.302vw;
}
.index_business_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 2.396vw 0 4.375vw;
}
.index_business_caption {
	font-size: 1.042vw;
	color: #000;
	padding-bottom: 10px;
	position: relative;
	margin: 0 55.5px;
	cursor: pointer;
}
.index_business_tab::after {
	content: '';
	position: absolute;
	width: 53%;
	height: 1px;
	background: #DCDFE6;
	opacity: 0.54;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.index_business_caption::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: transparent;
	opacity: 0.54;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.index_business_active {
	color: #005EAD;
	font-family: "SourceHanSansCN-Medium";
}
.index_business_caption:hover {
	color: #005EAD;
	font-family: "SourceHanSansCN-Medium";
}
.index_business_active::after {
	background: #005EAD;
}
.index_business_caption:hover::after {
	background: #005EAD;
}
.index_business_block {
	display: none;
}
.index_business_block_on {
	display: block;
}
.index_business_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.index_business_item {
	margin-left: 184px;
	margin-bottom: 104px;
	width: calc((100% - 184px) / 2);
}
.index_business_item:nth-child(odd) {
	margin-left: 0;
}
.index_business_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_business_link img {
	width: 7.083vw;
	height: 7.083vw;
}
.index_business_info {
	margin-left: 21px;
}
.index_business_title {
	font-size: 1.042vw;
	color: #000;
	font-family: "SourceHanSansCN-Medium";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.index_business_text {
	font-size: 0.9375vw;
	color: #000;
	font-family: "SourceHanSansCN-Medium";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	line-height: 25px;
	margin-top: 10px;
}
.index_service {
	background: url(../images/bg1.png) no-repeat center center;
	background-size: cover;
	height: 35.469vw;
	padding: 5vw 0 0;
	position: relative;
}
.index_service .inner {
	height: 100%;
}
.index_service_title_zh {
	font-size: 1.667vw;
	color: #fff;
	text-align: center;
	line-height: 45px;
    font-family: "SourceHanSansCN-Bold";
}
.index_service_title_caption {
	text-align: center;
	font-size: 0.9375vw;
	margin-top: 7px;
	line-height: 25px;
	color: #fff;
}
.index_service_photo {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 42.240vw;
	height: 14.479vw;
	z-index: 2;
}
.index_service_box {
	position: absolute;
}
.index_service_box1 {
	bottom: 9.5vw;
    left: 5vw;
}
.index_service_box2 {
	bottom: 20.5vw;
    left: 23vw;
}
.index_service_box3 {
	bottom: 19.8vw;
    left: 47vw;
}
.index_service_box4 {
	bottom: 9.5vw;
    left: 63vw;
}
.index_service_box5 {
	bottom: 14vw;
    left: 21vw;
}
.index_service_box6 {
	bottom: 15vw;
    left: 44vw;
}
.index_service_quan {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #90EBF1;
	margin: 0 auto;
}
.index_service_text {
	font-size: 0.9375vw;
	color: #fff;
	margin-bottom: 6px;
}
.index_icon {
	background-color: #F7FBFE;
	padding: 6.146vw 0 2.292vw;
}
.index_icon_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 3.594vw;
}
.index_icon_item {
	margin-left: 100px;
	width: calc((100% - 200px) / 3);
	margin-bottom: 3.594vw;
}
.index_icon_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_icon_item img {
	width: 59px;
	height: 59px;
	margin: 0 auto;
}
.index_icon_title {
	text-align: center;
	font-size: 0.9375vw;
	color: #222222;
	font-family: "SourceHanSansCN-Medium";
	margin: 1.771vw 0 10px 0;
	line-height: 25px;
}
.index_icon_text {
	text-align: center;
	font-size: 0.729vw;
	color: #838B9F;
	line-height: 20px;
}
.index_news {
	background-color: #F8F8F8;
	padding: 3.802vw 0 4.740vw;
}
.index_news_list {
	margin-top: 2.083vw;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.index_news_item {
	margin-left: 28px;
	width: calc((100% - 84px) / 4);
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 2.96875vw;
}
.index_news_item img {
	width: 100%;
	object-fit: cover;
	height: 15.729vw;
}
.index_news_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_news_box {
	padding: 25px 20px;
}
.index_news_title {
	font-size: 1.302vw;
	color: #434343;
	line-height: 39px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	font-family: "SourceHanSansCN-Medium";
}
.index_news_text {
	font-size: 0.9375vw;
	line-height: 27px;
	color: #8E8E8E;
	margin-top: 9px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.index_news_xun {
	margin: 0 auto;
	border-radius: 50px;
	text-align: center;
	background-color: #3D92F3;
	width: 190px;
	height: 53px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 53px;
}
.index_fri {
	background-color: #F7FAFF;
	padding: 5.417vw 0 5.365vw;
}
.index_fri_list {
	margin-top: 4.323vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.index_fri_item {
	margin-left: 31px;
	margin-bottom: 27px;
	width: calc((100% - 155px) / 6);
}
.index_fri_item:nth-child(6n-5) {
	margin-left: 0;
}
.index_fri_item img {
	width: 100%;
	height: 6.042vw;
}
.index_bottom {
	padding: 5.625vw 0 6.25vw;
}
.index_form {
	margin-top: 5.052vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.index_form_box {
	margin-left: 140px;
	margin-bottom: 50px;
	width: calc((100% - 140px) / 2);
}
.index_form_box:last-of-type {
	width: 100%;
}
.index_form_box:nth-child(odd) {
	margin-left: 0;
}
.index_form_text {
	font-size: 1.09375vw;
	color: #434343;
	margin-bottom: 2px;
}
.index_form_box input {
	width: 100%;
	height: 70px;
	background-color: #F5F5F6;
	font-size: 18px;
	color: #8B8B8B;
	border: none;
	outline: none;
	font-family: "SourceHanSansCN-Regular";
	padding: 0 21px;
}
.index_form_box textarea {
	width: 100%;
	height: 109px;
	background-color: #F5F5F6;
	font-size: 18px;
	color: #8B8B8B;
	border: none;
	padding: 21px;
	outline: none;
	font-family: "SourceHanSansCN-Regular";
}
.index_form_btn {
	margin: 0 auto;
	border-radius: 50px;
	text-align: center;
	background-color: #3D92F3;
	width: 314px;
	height: 53px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 53px;
	display: block;
}
.footer {
	background-color: #373F5E;
	padding: 3.646vw 0 2.396vw;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer_box {
	margin-right: 100px;
}
.footer_link {
	font-size: 0.9375vw;
	color: #fff;
	font-family: "SourceHanSansCN-Medium";
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 35px;
}
.footer_link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 53px;
	height: 2px;
	background-color: #FFFFFF;
}
.footer_er_link {
	font-size: 0.729vw;
	color: #AEB2BF;
	margin-bottom: 10px;
	transition: all .2s;
}
.footer_er_link:hover {
	color: #fff;
}
.footer_right img {
	width: 77px;
	height: 77px;
}
.pro_top {
	padding: 4.010vw 0 5.208vw;
}
.pro_top_list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.125vw;
}
.pro_top_item {
	margin-left: 34px;
	width: 19.635vw;
	height: 19.635vw;
	border: 1px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro_top_item:nth-child(1) {
	margin-left: 0;
}
.pro_top_item:hover {
	border: 1px solid #2D80FF;
}
.pro_top_box {
	width: 66%;
}
.pro_top_box img {
	width: 88px;
	height: 88px;
	margin: 0 auto;
}
.pro_top_text {
	font-size: 1.09375vw;
	text-align: center;
	margin-top: 3.490vw;
	font-family: "SourceHanSansCN-Medium";
}
.pro_bottom {
	background-color: #F8F8F8;
	padding: 4.115vw 0 1.25vw;
}
.pro_bottom_block {
	margin-bottom: 5.104vw;
}
.pro_bottom_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2.34375vw;
}
.pro_bottom_left {
	position: relative;
	width: 13.542vw;
	height: 28.490vw;
}
.pro_bottom_left img {
	width: 100%;
	height: 100%;
}
.pro_bottom_area_box {
	position: absolute;
	top: 28px;
	left: 18px;
	width: calc(100% - 36px);
}
.pro_bottom_area_title {
	font-size: 1.146vw;
	color: #fff;
	padding-left: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin-bottom: 18px;
}
.pro_bottom_area_text {
	font-size: 0.729vw;
	color: #fff;
	font-family: "SourceHanSansCN-Light";
	margin-bottom: 15px;
	margin-left: 4px;
}
.pro_bottom_list {
	width: calc(100% - 13.542vw - 34px);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pro_bottom_item {
	width: calc((100% - 84px) / 5);
	min-height: 13.542vw;
	margin-left: 21px;
	background-color: #fff;
	padding: 18px 15px;
}
.pro_bottom_item:nth-child(-n+5) {
	margin-bottom: 28px;
}
.pro_bottom_item:nth-child(5n-4) {
	margin-left: 0;
}
.pro_bottom_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 22px;
}
.pro_bottom_info img {
	width: 30px;
	height: 30px;
}
.pro_bottom_info span {
	font-size: 0.729vw;
	margin-left: 9px;
	font-family: "SourceHanSansCN-Medium";
}
.pro_bottom_text {
	margin-bottom: 10px;
	margin-left: 11px;
	font-size: 0.729vw;
	color: #727272;
}
.news_banner {
	height: 33.125vw;
}
.news_top {
	padding: 4.375vw 0 7.396vw;
}
.news_top_block {
	margin-top: 2.552vw;
	padding-top: 2.8125vw;
	border-top: 1px solid #D8D8D8;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news_top_left {
	width: 35.9375vw;
}
.news_top_left img {
	width: 100%;
	height: 19.792vw;
	object-fit: cover;
}
.news_top_list {
	width: 37.552vw;
}
.news_top_left_info {
	padding: 25px 21px;
	border-bottom: 1px solid #D8D8D8;
}
.news_top_title {
	font-size: 1.302vw;
	color: #434343;
	font-family: "SourceHanSansCN-Medium";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.news_top_text {
	font-size: 1.042vw;
	color: #8E8E8E;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin: 10px 0 14px;
}
.news_top_time {
	font-size: 0.9375vw;
	color: #818181;
}
.news_top_item {
	padding: 21px 21px;
	border-bottom: 1px solid #D8D8D8;
}
.news_top_item:last-of-type {
	border-bottom: none;
}
.news_gao {
	background-color: #F8F8F8;
	padding: 5.052vw 0 4.583vw;
}
.news_gao_list {
	margin-top: 2.1875vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.news_gao_item {
	margin-left: 54px;
	width: calc((100% - 108px) / 3);
}
.news_gao_item:nth-child(3n-2) {
	margin-left: 0;
}
.news_gao_item img {
	object-fit: cover;
	width: 100%;
	height: 13.854vw;
}
.news_gao_title {
	font-size: 1.302vw;
	color: #434343;
	margin: 20px 0 7px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.news_gao_text {
	font-size: 0.9375vw;
	color: #8E8E8E;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.news_li {
	padding: 4.167vw 0 6.09375vw;
}
.news_li_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 3.698vw;
}
.news_li_item {
	margin-left: 26px;
	width: calc((100% - 52px) / 3);
}
.news_li_item:nth-child(3n-2) {
	margin-left: 0;
}
.news_li_num {
	font-size: 5.625vw;
	color: #FF2020;
	opacity: 0.12;
	font-family: "SourceHanSansCN-Heavy";
}
.news_li_title {
	margin-left: 30px;
	font-size: 1.302vw;
	font-family: "SourceHanSansCN-Medium";
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	margin-top: -3.646vw;
}
.news_li_heng {
	width: 102px;
	height: 4px;
	background-color: #FF3737;
	margin-left: 30px;
}
.news_li_text {
	margin-left: 30px;
	font-size: 0.9375vw;
	margin-top: 18px;
	color: #8E8E8E;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.news_qi {
	background: url(../images/bg2.png) no-repeat center center;
	background-size: cover;
	padding: 4.167vw 0 6.198vw;
}
.news_qi_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 2.5vw;
}
.news_qi_item {
	margin-left: 31px;
	width: calc((100% - 93px) / 4);
}
.news_qi_item:nth-child(4n-3) {
	margin-left: 0;
}
.news_qi_item img {
	width: 100%;
	height: 9.167vw;
	object-fit: cover;
}
.news_qi_box {
	background-color: #fff;
	padding: 20px 23px 17px;
}
.news_qi_title {
	font-size: 0.9375vw;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	font-family: "SourceHanSansCN-Medium";
}
.news_qi_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 13px;
}
.news_qi_info span {
	margin-right: 10px;
	background-color: rgba(43, 51, 170, 0.06);
	font-size: 0.729vw;
	color: #2B33AA;
	padding: 3px 11px;
	margin-bottom: 5px;
}
.public_section {
	padding: 7.5vw 0 6.25vw;
}
.public_item {
	padding: 1.875vw 0 15px;
	border-bottom: 1px solid #ECECEC;
}
.public_link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.public_info {
	width: 156px;
	position: relative;
}
.public_info::after {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;
	width: 2px;
	height: 58px;
	background-color: #D8D8D8;
}
.public_day {
	font-size: 1.875vw;
	color: #B3B3B3;
	font-family: "SourceHanSansCN-Bold";
	margin-left: 1.4vw;
	line-height: 36px;
}
.public_time {
	font-size: 1.25vw;
	line-height: 30px;
	color: #B3B3B3;
	font-family: "SourceHanSansCN-Medium";
}
.public_box {
	margin-left: 52px;
	width: calc(100% - 208px);
	padding-right: 133px;
}
.public_title {
	font-size: 1.354vw;
	color: #090909;
	font-family: "SourceHanSansCN-Medium";
}
.public_text {
	font-size: 0.9375vw;
	color: #B3B3B3;
	margin-top: 7px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;  
}
.recruit_section {
	padding: 2.708vw 0 6.25vw;
}
.recruit_item {
	padding: 3.646vw 0 4.6875vw;
	border-bottom: 1px solid #ECECEC;
}
.recruit_title {
	font-size: 1.354vw;
	color: #090909;
	font-family: "SourceHanSansCN-Bold";
}
.recruit_text {
	font-size: 0.9375vw;
	color: #000000;
	line-height: 30px;
	margin-top: 27px;
}
.service_list {
	padding-top: 2.708vw;
}
.service_item {
	padding: 5.260vw 0;
}
.service_item_left {
	float: left;
	margin-top: 2.760vw;
	width: 37.448vw;
}
.service_item img {
	float: right;
	width: 35.573vw;
	height: 20.833vw;
	object-fit: cover;
}
.service_item_title {
	font-size: 1.354vw;
	color: #090909;
	margin-bottom: 27px;
	font-family: "SourceHanSansCN-Bold";
}
.service_item_text {
	font-size: 0.9375vw;
	line-height: 30px;
	color: #000000;
}
.service_item:nth-child(even) {
	background-color: #F7FBFE;
}
.service_item:nth-child(even) .service_item_left {
	float: right;
}
.service_item:nth-child(even) img {
	float: left;
}
.service_fu {
	background-color: #F7FBFE;
	padding: 3.75vw 0 5.3125vw;
}
.service_fu_list {
	margin-top: 2.760vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.service_fu_item {
	margin-left: 40px;
	width: calc((100% - 128px) / 4);
	background: #FFFFFF;
	box-shadow: 0px 2px 12px 0px rgba(201,201,201,0.5);
	height: 22.917vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.service_fu_item:nth-child(4n-3) {
	margin-left: 0;
}
.service_fu_item > div {
	width: 80%;
}
.service_fu_item img {
	width: 121px;
	height: 121px;
	margin: 0 auto;
}
.service_fu_title {
	text-align: center;
	font-size: 1.25vw;
	color: #000000;
	font-family: "SourceHanSansCN-Medium";
	margin: 2vw 0 0.8vw;
}
.service_fu_text {
	font-size: 0.9375vw;
	color: #999999;
	line-height: 40px;
	text-align: center;
}
.service_con {
	padding: 3.698vw 0 6.25vw;
}
.service_con_tel {
	margin: 3.021vw 0 3.229vw;
	font-size: 1.875vw;
	text-align: center;
	color: #194875;
	font-family: "SourceHanSansCN-Heavy";
}
.service_con_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_con_item {
	margin-left: 43px;
	border: 1px solid #979797;
	padding: 30px 47px;
	width: calc((100% - 86px) / 3);
	height: 7.917vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.service_con_item:first-of-type {
	margin-left: 0;
}
.service_con_item img {
	width: 49px;
}
.service_con_info {
	margin-left: 20px;
}
.service_con_title {
	font-size: 1.25vw;
	color: #434343;
	font-family: "SourceHanSansCN-Medium";
}
.service_con_text {
	font-size: 0.9375vw;
	color: #818181;
}
.about_info {
	padding: 7.03125vw 0 5.260vw;
}
.about_info .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about_info_left {
	width: 36.979vw;
}
.about_info_title {
	font-size: 2.083vw;
	color: #000000;
	font-family: "SourceHanSansCN-Bold";
}
.about_info_caption {
	font-size: 1.354vw;
	color: #000;
	font-family: "SourceHanSansCN-Medium";
	margin: 10px 0 25px;
}
.about_info_text {
	font-size: 0.9375vw;
	color: #000;
	line-height: 30px;
}
.about_info_right {
	width: 33.333vw;
	height: 24.115vw;
}
.about_info_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_info_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}
.about_info_item {
	margin-left: 40px;
	width: calc((100% - 80px) / 3);
}
.about_info_item:first-of-type {
	margin-left: 0;
}
.about_info_item_title {
	font-size: 1.146vw;
	color: #888888;
}
.about_info_item_title font {
	font-size: 4vw;
	color: #000;
	font-family: "SourceHanSansCN-Heavy";
}
.about_info_item_text {
	font-size: 0.9375vw;
	color: #888888;
	margin-top: 10px;
}
.about_ji {
	background-color: #F7FBFE;
	padding-top: 4.323vw;
}
.about_ji_banner {
	margin-top: 3.958vw;
	background-color: #D7EEFF;
	padding-top: 5.15625vw;
	position: relative;
	height: 49.323vw;
}
.about_ji_banner img {
	width: 100%;
	height: calc(100% - 316px);
	object-fit: cover;
}
.about_ji_bg {
	width: 82%;
	background-color: #fff;
	height: 43.5vw;
	position: absolute;
	bottom: 0;
	left: -63px;
	z-index: -1;
}
.about_ji_title {
	font-size: 1.667vw;
	color: #000;
	font-family: "SourceHanSansCN-Medium";
	margin-top: 63px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.about_ji_text {
	font-size: 0.9375vw;
	color: #5E5E5E;
	line-height: 25px;
	margin: 14px 0 28px;
	min-height: 75px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.about_ji_more {
	background-color: #1297F5;
	width: 179px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	font-size: 18px;
	margin-bottom: 40px;
	color: #FFFFFF;
}
.about_ji_info {
	width: 28.594vw;
}
.about_ji_banner .swiper-button-prev {
	width: 2.65625vw !important;
	height: 2.65625vw !important;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	left: -9.6875vw;
	outline: none;
	margin: 0  0 0 0 !important;
	background-size: contain;
	opacity: 0 !important;
	display: inline-block;
	z-index: 71;
}
.about_ji_banner .swiper-button-prev:after {
	content: '';
}
.about_ji_banner .swiper-button-next {
	width: 2.65625vw !important;
    height: 2.65625vw !important;
	background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	right: -4.479vw;
	left: inherit;
	outline: none;
	display: inline-block;
    margin: 0 0 0 15px !important;
    background-size: contain;
	opacity: 0 !important;
	z-index: 71;
}
.about_ji_banner .swiper-button-next:after {
	content: '';
}
.about_ji_banner .swiper-slide {
	padding-bottom: 5vw;
}
.about_ji_banner .swiper-slide .about_ji_info {
	opacity: 0;
	transition: all .2s;
}
.about_ji_banner .swiper-slide .about_ji_bg {
	opacity: 0;
}
.about_ji_banner .swiper-slide-active {
	margin-left: 6.771vw;
}
.about_ji_banner .swiper-slide-active .about_ji_info {
	opacity: 1;
}
.about_ji_banner .swiper-slide-active .about_ji_bg {
	opacity: 1;
}
.about_ji_banner .swiper-slide-active .swiper-button-next {
	opacity: 1 !important;
}
.about_ji_banner .swiper-slide-active .swiper-button-prev {
	opacity: 1 !important;
}
.about_dong {
	background-color: #F7FBFE;
	padding: 3.958vw 0 8.958vw;
}
.about_dong_banner {
	margin-top: 2.917vw;
}
.about_dong_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 94%;
	margin: 0 auto 64px;
}
.about_dong_area img {
	width: 28.229vw;
	height: 19.792vw;
	object-fit: cover;
}
.about_dong_right {
	width: calc(100% - 28.229vw);
	height: 19.792vw;
	background-color: #fff;
	padding: 3.021vw 2.8125vw;
}
.about_dong_title {
	font-size: 1.146vw;
	color: #1653C7;
	font-family: "SourceHanSansCN-Medium";
}
.about_dong_text {
	font-size: 0.9375vw;
	color: #5E5E5E;
	margin-top: 18px;
	line-height: 25px;
	max-height: 6.25vw;
	overflow: auto;
}
/* 修改垂直滚动条 */
.about_dong_text::-webkit-scrollbar {
	width: 5px; /* 修改宽度 */
	border-radius: 50px;
  }
   
  /* 修改滚动条轨道背景色 */
  .about_dong_text::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 50px;
  }
   
  /* 修改滚动条滑块颜色 */
  .about_dong_text::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 50px;
  }
   
  /* 修改滚动条滑块悬停时的颜色 */
  .about_dong_text::-webkit-scrollbar-thumb:hover {
	background-color: #555;
	border-radius: 50px;
  }
  .about_dong_banner .swiper-button-prev {
	width: 1.5625vw !important;
	height: 1.5625vw !important;
	background: #D8D8D8;
	position: absolute;
	top: 69%;
	transform: translateY(-50%);
	left: inherit;
	right: 10%;
	outline: none;
	margin: 0  0 0 0 !important;
	background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.about_dong_banner .swiper-button-prev:after {
	content: '';
}
.about_dong_banner .swiper-button-next {
	width: 1.5625vw !important;
    height: 1.5625vw !important;
	background: #D8D8D8;
	position: absolute;
	top: 69%;
	transform: translateY(-50%);
	right: 7%;
	left: inherit;
	outline: none;
	display: inline-block;
    margin: 0 0 0 15px !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.about_dong_banner .swiper-button-next:after {
	content: '';
}
.about_dong_year {
	font-size: 0.9375vw;
	color: #5E5E5E;
	font-family: "SourceHanSansCN-Medium";
	text-align: center;
}
.about_dong_quan {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #D8D8D8;
	margin: 30px auto 0;
}
.about_dong_box {
	position: relative;
}
.about_dong_box::after {
	position: absolute;
	content: '';
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #D8D8D8;
}
.about_dong_banner .swiper-slide-thumb-active .about_dong_year {
	color: #1653C7;
	font-size: 1.146vw;
}
.about_dong_banner .swiper-slide-thumb-active .about_dong_quan {
	margin-top: 24px;
}
.about_center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.about_center_left {
	width: 66.615vw;
	height: 49.583vw;
}
.about_center_area {
	position: relative;
}
.about_center_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_center_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
.about_center_title {
	font-size: 2.1875vw;
	color: #fff;
	font-family: "SourceHanSansCN-Medium";
}
.about_center_text {
	font-size: 0.9375vw;
	color: #fff;
	margin: 19px 0 79px;
}
.about_center_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.about_center_item {
	width: 48%;
}
.about_center_num {
	color: #fff;
	font-size: 0.9375vw;
}
.about_center_num font {
	font-size: 3.021vw;
	font-family: "SourceHanSansCN-Bold";
}
.about_center_caption {
	font-size: 0.9375vw;
	color: #fff;
	margin-top: 19px;
}
.about_center_info {
	width: 100%;
	height: 24.792vw;
}
.about_center_right {
	width: 33.385vw;
}
.about_map {
	background-color: #F7FBFE;
	padding: 4.53125vw 0 6.25vw;
}
.about_map_area {
	width: 47.760vw;
	margin: 3.490vw auto 0;
}
.about_map_area img {
	width: 100%;
}
.newslist_return {
	margin: 2.083vw 0 2.917vw;
	font-size: 0.9375vw;
	color: #090909;
}
.newslist_item {
	margin-bottom: 2.8125vw;
}
.newslist_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newslist_link img {
	width: 17.083vw;
	height: 10.417vw;
	object-fit: cover;
}
.newslist_box {
	width: calc(100% - 17.083vw - 39px);
}
.newslist_title {
	font-size: 1.354vw;
	color: #090909;
	font-family: "SourceHanSansCN-Medium";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.newslist_text {
	font-size: 0.9375vw;
	color:#B3B3B3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin: 0.990vw 0 2.396vw;
}
.newslist_time {
	font-size: 0.9375vw;
	color:#B3B3B3;
	font-family: "SourceHanSansCN-Medium";
}
.newsex_title {
	font-size: 1.354vw;
	color: #090909;
	font-family: "SourceHanSansCN-Medium";
	text-align: center;
}
.newsex_time {
	text-align: center;
	font-size: 0.9375vw;
	color: #B3B3B3;
	font-family: "SourceHanSansCN-Medium";
	padding: 10px 0 1.40625vw 0;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 1.719vw;
}
.newsex_box span,
.newsex_box p {
	color: #434343;
	font-family: "SourceHanSansCN-Regular";
}
.newsex_box img {
	max-width: 100%;
	margin: 0 auto;
}
.newsex_area {
	margin: 1.823vw 0 5.990vw;
}
.newsex_area_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.135vw;
}
.newsex_area_title {
	font-size: 0.9375vw;
	color: #434343;
}
.newsex_area_heng {
	width: calc(100% - 128px);
	height: 1px;
	background-color: #D8D8D8;
}
.newsex_area .newslist_item {
	padding: 26px 0;
	margin-bottom: 0;
}
.newsex_area .newslist_box {
	border-bottom: 1px solid #D8D8D8;
	padding: 1.40625vw 0 2.448vw;
}
.newsex_area .newslist_text {
	margin: 0.9375vw 0 0.833vw;
}