﻿/* 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;}
.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:80.2vw; height:auto;  position:relative; z-index:50; margin:0 auto;}
@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;
	word-break: break-word;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.banner_left {
	position: absolute;
	left: 0;
	width: 40%;
	height: 100%;
	top: 0;
	background-color: rgba(27, 30, 34, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_left_title {
	font-size: 5.21vw;
	color: #1854E6;
	font-family: "SourceHanSansCN-Bold";
	display: block;
}
.banner_left_text {
	font-size: 1.46vw;
	color: #D1DCF6;
	display: block;
	margin: 10px 0 8.85vw;
}
.banner_arrow {
	position: absolute;
	bottom: 7.03vw;
	left: calc(100% - 4.69vw);
	width: 9.38vw;
	height: 9.38vw;
	background-color: #1854E6;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.banner_arrow img {
	width: 4.69vw;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 61;
	background-color: rgba(27, 30, 34, 0.2);
}
.header.active {
	background-color: rgba(27, 30, 34, 1);
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo span {
	font-size: 1.56vw;
	color: #fff;
	font-family: "SourceHanSansCN-Bold";
}
.header_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
}
.nav_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
}
.nav_item {
	position: relative;
	transition: all .2s;
	padding: 30px 0;
	margin-left: 60px;
}
.nav_item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 3px;
	background-color: transparent;
}
.nav_link {
	font-size: 15px;
	color: #fff;
}
.nav_active .nav_link {
	color: #fff;
	font-family: "SourceHanSansCN-Bold";
}
.nav_item:hover .nav_link {
	color: #fff;
	font-family: "SourceHanSansCN-Bold";
}
.nav_item:hover::after {
	background-color: #fff;
}
.nav_active::after {
	background-color: #fff;
}
.header_lan {
	margin-left: 120px;
	position: relative;
}
.header_lan_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.header_lan_top img {
	width: 16px;
}
.header_lan_top span {
	font-size: 15px;
	color: #fff;
	color: 15px;
	padding-right: 20px;
	margin-left: 5px;
	background: url(../images/arrow1.png) no-repeat right center;
	background-size: 10px;
}
.header_lan_dialog {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: none;
}
.header_lan_dialog a {
	text-align: center;
	font-size: 15px;
	color: #333333;
	padding: 5px 0;
	transition: all .2s;
}
.header_lan_dialog a.active {
	background-color: #1854E6;
	color: #fff;
}
.header_lan_dialog a:hover {
	background-color: #1854E6;
	color: #fff;
}
.index_pro {
	position: relative;
	padding: 80px 0;
}
.index_pro_bg {
	background-color: #F6F6F6;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.index_pro .inner {
	overflow: hidden;
}
.index_pro .swiper {
	position: relative;
	z-index: 2;
}
.index_pro_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_pro_block > img {
	width: 50%;
}
.index_pro_right {
	width: 45%;
	margin-top: 7.94vw;
}
.index_pro_name {
	font-size: 1.77vw;
	color: #111111;
	font-family: "SourceHanSansCN-Medium";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-bottom: 4.17vw;
}
.index_pro_text {
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}
.index_pro_text::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	transform: rotate(45deg) translateY(-50%);
	background-color: #000000;
}
.index_pro .index_pro_btn {
	position: absolute;
	left: 55% !important;
	width: 45% !important;
	bottom: 0 !important;
	z-index: 62;
}
.index_pro .swiper-pagination-progressbar {
	background-color: #D8D8D8;
	position: initial;
	height: 3px;
	width: 100%;
	margin-bottom: 3vw;
}
.index_pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #111111;
}
.index_pro .swiper-button-prev {
	width: 6vw !important;
	height: 6vw !important;
	background-image: url(../images/arrow2.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: initial;
	top: initial;
	border: 1px solid #D8D8D8;
	transform: initial;
	left: 0;
	outline: none;
	margin: 0 !important;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.index_pro .swiper-button-prev:after {
	content: '';
}
.index_pro .swiper-button-next {
	width: 6vw !important;
    height: 6vw !important;
	background-image: url(../images/arrow3.png);
    background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	position: initial;
	top: initial;
	border: 1px solid #D8D8D8;
	border-left: none;
	transform: initial;
	left: initial;
	outline: none;
	display: inline-block;
    margin: 0 0 0 -3px !important;
	opacity: 1 !important;
	z-index: 71;
}
.index_pro .swiper-button-next:after {
	content: '';
}
.index_pro_title {
	font-size: 2.6vw;
	color: #111111;
	font-family: "SourceHanSansCN-Bold";
	margin: 0 0 -50px 55%;
}
.index_eg {
	position: relative;
	padding-left: calc((100vw - 80.2vw) / 2);
}
.index_eg_en {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 44px;
	font-size: 18.75vw;
	color: #F6F6F6;
	font-family: "SourceHanSansCN-Bold";
}
.index_eg_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.index_eg_left {
	margin-top: 87px;
}
.index_eg_title {
	font-size: 30px;
	color: #111111;
	font-family: "SourceHanSansCN-Medium";
	writing-mode: vertical-rl;
    text-orientation: sideways;
}
.index_eg_heng {
	width: 1px;
	height: 500px;
	background-color: #979797;
	margin-top: 10px;
	margin-left: 10px;
}
.index_eg_bottom_heng {
	width: 1px;
	height: 350px;
	background-color: #979797;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	bottom: 0;
}
.index_eg_right {
	margin-left: 160px;
}
.index_eg_item_left {
	float: left;
	width: 60%;
	padding-top: calc((55% - 295px) / 2);
	padding-right: 10vw;
	padding-left: 50px;
}
.index_eg_item_right {
	float: right;
	width: 40%;
	position: relative;
	max-width: 600px;
	height: 40.73vw;
}
.index_eg_item_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_eg_item:nth-child(even) .index_eg_item_left {
	float: right;
	padding-right: 10%;
	width: 40%;
}
.index_eg_item:nth-child(even) .index_eg_item_right {
	float: right;
}
.index_eg_item_name {
	font-size: 30px;
	color: #111111;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.index_eg_item_text {
	font-size: 14px;
	color: #111111;
	line-height: 30px;
	margin-top: 85px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.index_eg_item_dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( 270deg, rgba(24,84,230,0) 0%, #1854E6 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_eg_item_dialog div {
	width: 80%;
}
.index_eg_item_time {
	font-size: 22px;
	color: #FFFFFF;
}
.index_eg_item_title {
	font-size: 2.6vw;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Bold";
	margin: 20px 0 4.69vw;
}
.index_eg_item_link {
	font-size: 22px;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Medium";
	transition: all .2s;
}
.index_eg_item_link:hover {
	opacity: 0.7;
}
.index_about {
	background-color: #F6F6F6;
	padding-left: calc((100vw - 80.2vw) / 2);
	position: relative;
	padding-top: 120px;
}
.index_about_en {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11.46vw;
	color: #1854E6;
	font-family: "SourceHanSansCN-Bold";
	writing-mode: vertical-rl;
}
.index_about_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.index_about_block img {
	width: 35%;
}
.index_about_right {
	width: 75%;
	padding: 0 250px 0 110px;
}
.index_about_title {
	font-size: 2.6vw;
	color: #111111;
	font-family: "SourceHanSansCN-Bold";
}
.index_about_text {
	font-size: 14px;
	color: #111111;
	line-height: 30px;
	margin-top: 80px;
}
.index_about_bottom {
	margin-left: 35%;
	background-color: #1854E6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_about_bottom span {
	font-size: 20px;
	color: #FFFFFF;
}
.index_about_bottom span text {
	margin-left: 15px;
}
.index_about_bottom img {
	width: 9.38vw;
	margin-left: 7.03vw;
}
.index_friend {
	padding: 118px 0 95px;
	padding-left: calc((100vw - 80.2vw) / 2);
}
.index_friend_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_friend_left {
	width: 35%;
	padding-right: 130px;
}
.index_friend_right {
	width: 65%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-right: calc((100vw - 80.2vw) / 2);
}
.index_friend_box {
	margin-left: 6.77vw;
}
.index_friend_box .index_eg_heng {
	height: 250px;
	margin-left: 35px;
}
.index_friend_box .index_eg_bottom_heng {
	height: 250px;
	margin-left: 20px;
	bottom: -90px;
}
.index_friend_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: 1;
}
.index_friend_item {
	width: 40%;
	text-align: center;
	font-size: 30px;
	color: #111111;
	font-family: "SourceHanSansCN-Bold";
	padding: 90px 0;
	border-bottom: 1px solid #979797;
	border-right: 1px solid #979797;
}
.index_friend_item:nth-child(even) {
	border-right: none;
}
.index_friend_item:nth-last-child(1) {
	border-bottom: none;
}
.index_friend_item:nth-last-child(2) {
	border-bottom: none;
}
.small {
	background-color: #1B1E22;
	text-align: center;
	font-size: 12px;
	color: #ABABAB;
	height: 50px;
	line-height: 50px;
}
.footer {
	background-color: #1854E6;
	padding: 120px 0 100px;
}
.footer_logo {
	font-size: 36px;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Bold";
	margin-bottom: 20px;
}
.footer_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_left,
.footer_right {
	width: 49%;
}
.footer_title {
	font-size: 3.13vw;
	color: #FFFFFF;
	margin-bottom: 70px;
}
.footer_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.footer_info img {
	width: 18px;
}
.footer_info span {
	margin-left: 20px;
	font-size: 16px;
	color: #FFFFFF;
}
.footer_right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.footer_link {
	width: 40%;
	font-size: 14px;
	color: #92B2FF;
	margin-bottom: 70px;
	position: relative;
	padding-left: 33px;
	transition: all .2s;
}
.footer_link::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 4px;
	background-color: #1B1E22;
}
.footer_link:hover {
	color: #fff;
	font-family: "SourceHanSansCN-Bold";
}
.footer_link.active {
	color: #fff;
	font-family: "SourceHanSansCN-Bold";
}
.about_top {
	background: url('../images/bg1.png') no-repeat left top;
	background-size: 100% 85%;
}
.about_top .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.about_top_left {
	font-size: 18px;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Bold";
	margin-bottom: 150px;
	max-width: 20%;
}
.about_top_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	margin-left: 46px;
}
.about_top_block img {
	width: 60%;
}
.about_top_right {
	width: 40%;
	padding-left: 30px;
}
.about_top_heng {
	width: 24px;
	height: 5px;
	background-color: #1B1E22;
}
.about_top_name {
	font-size: 30px;
	color: #1854E6;
	font-family: "SourceHanSansCN-Bold";
	margin: 45px 0 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.about_top_xing {
	font-size: 18px;
	color: #1854E6;
}
.about_top_link {
	font-size: 30px;
	width: 130px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	margin-top: 24px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #1B1E22;
	transition: all .2s linear;
}
.about_top_link:hover {
	transform: translate3d(0,-5px,0);
}
.about_center {
	position: relative;
}
.about_center .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 50px auto 100px;
	position: initial;
}
.about_center_left {
	width: 40%;
}
.about_center_title {
	font-size: 4.17vw;
	line-height: 4.25vw;
	color: #111111;
	font-family: "SourceHanSansCN-Bold";
}
.about_center_title + .about_center_title {
	margin-left: 7.17vw;
}
.about_center_heng {
	width: 80px;
	height: 10px;
	background-color: #111111;
	margin: 50px 0 40px;
}
.about_center_text {
	font-size: 14px;
	color: #111111;
	line-height: 30px;
}
.about_center_right {
	width: 50%;
}
.about_center_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 200px;
}
.about_center_info:last-of-type {
	margin-bottom: 0;
}
.about_center_info img {
	width: 134px;
}
.about_center_info span {
	font-size: 2.4vw;
	color: #111111;
	margin-left: 3.49vw;
}
.about_center_heng1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42%;
	height: 1px;
	background-color: #979797;
}
.pro_block {
	margin: 83px 0;
}
.pro_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pro_item {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 50px;
	padding: 90px 0 200px;
	position: relative;
}
.pro_item:nth-child(3n-2) {
	margin-left: 0;
}
.pro_item:nth-child(3n-1) {
	padding: 200px 0 90px;
}
.pro_item:nth-child(3n-2)::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background: linear-gradient( 50deg, #FFFFFF 0%, #EEF1F8 100%);
	top: 0;
	left: 0;
	z-index: -1;
}
.pro_item:nth-child(3n-1)::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background: linear-gradient(#FFFFFF , #EEF1F8);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.pro_item:nth-child(3n)::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background: linear-gradient( 50deg, #FFFFFF 0%, #EEF1F8 100%);
	top: 0;
	right: 0;
	z-index: -1;
}
.pro_item img {
	width: 85%;
	margin: 30px auto 80px;
	transition:all .2s;
}
.pro_item:nth-child(3n-1) img {
	margin: 80px auto 30px;
}
.pro_num {
	text-align: center;
	font-size: 5.73vw;
	color: #1B1E22;
}
.pro_info {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}
.pro_title {
	font-size: 20px;
	color: #000000;
	text-align: center;
	font-family: "SourceHanSansCN-Bold";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.pro_text {
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin: 10px 0 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.pro_link {
	display: inline-block;
	font-size: 14px;
	color: #1854E6;
	text-decoration: underline !important;
	transition: all .2s;
}
.pro_item:hover .pro_link {
	text-decoration: inherit !important;
}
.pro_item:hover img {
	transform:scale(1.1);
}
.pro_more {
	font-size: 16px;
	color: #1854E6;
	text-align: center;
	text-decoration: underline !important;
	transition: all .2s;
}
.pro_more:hover {
	text-decoration: inherit !important;
}
.proex_block {
	padding: 83px 0 105px;
}
.proex_block .inner {
	overflow: hidden;
}
.tab {
	margin: 20px 0 60px;
}
.tab_link {
	display: inline-block;
	font-size: 14px;
	color: #000000;
	opacity: 0.45;
}
.tab_text {
	font-size: 14px;
	color: #000000;
	opacity: 0.85;
	display: inline-block;
}
.tab_ge {
	margin: 0 10px;
	display: inline-block;
}
.proex_title {
	font-size: 30px;
	color: #1854E6;
	font-family: "SourceHanSansCN-Bold";
}
.proex_dirs {
	font-size: 18px;
	color: #1854E6;
	margin: 10px 0 30px;
}
.proex_text {
	font-size: 14px;
	color: #111111;
	line-height: 30px;
	width: calc(100% - 450px);
}
.proex_box {
	margin-top: 75px;
	position: relative;
}
.proex_photo {
	width: calc(100% - 250px);
	background-color: #EEF1F8;
	padding: 12px;
}
.proex_photo img {
	width: 100%;
}
.proex_info {
	background-color: #1854E6;
	padding: 45px 20px;
	position: absolute;
	right: 0;
	top: -100px;
}
.proex_info_title {
	font-size: 18px;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Bold";
	margin-bottom: 20px;
}
.proex_info_text {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
.eg_block {
	margin: 83px 0 100px;
}
.eg_list {
	padding: 50px 0 10px;
}
.eg_item {
	margin-bottom: 50px;
	position: relative;
}
.eg_photo {
	width: 60%;
	height: 27vw;
	overflow: hidden;
	float: left;
}
.eg_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
}
.eg_item:hover .eg_photo img {
	transform:scale(1.1);
}
.eg_info {
	width: 40%;
	padding-left: 28px;
	float: right;
	margin-top: calc((59% - 27vw) / 2);
}
.eg_title {
	font-size: 20px;
	color: #111111;
	font-family: "SourceHanSansCN-Bold";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.eg_text {
	font-size: 14px;
	color: #111111;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-top: 10px;
}
.eg_item:nth-child(even) .eg_info {
	float: left;
	padding-left: 0;
	padding-right: 28px;
}
.eg_item:nth-child(even) .eg_photo {
	float: right;
}
.eg_num {
	background-color: #1854E6;
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Bold";
	position: absolute;
	top: 50px;
	left: calc(60% - 50px);
	z-index: 1;
}
.eg_item:nth-child(even) .eg_num {
	left: calc(40% - 50px);
}
.eg_box_block {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}
.eg_area {
	margin: 0 92px;
}
.eg_box_photo {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #F5F8FE;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
}
.eg_box_photo img {
	width: 68px;
	transition: all 2s ease-in-out;
}
.eg_box_num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #E2E9FA;
	font-family: "SourceHanSansCN-Bold";
	background-color: #1854E6;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.eg_box_photo:hover img {
	-webkit-transform:rotate(360deg) scale(1,1);
}
.eg_box_title {
	font-size: 20px;
	color: #1B1E22;
	text-align: center;
	margin: 30px 0 7px;
}
.eg_box_text {
	font-size: 14px;
	color: #97A4B7;
	line-height: 30px;
	text-align: center;
}
.egex_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.egex_photo {
	aspect-ratio: 4 / 5;
	height: 36vw;
	overflow: hidden;
}
.egex_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.egex_area {
	flex: 1;
	background: url(../images/bg2.png) no-repeat center center;
	background-size: cover;
	padding: 4.69vw 3.91vw 20px 4.69vw;
	height: calc(36vw - 140px);
	overflow-y: auto;
}
.egex_area::-webkit-scrollbar {
	width: 8px; /* 修改宽度 */
	border-radius: 50px;
  }
   
  /* 修改滚动条轨道背景色 */
  .egex_area::-webkit-scrollbar-track {
	background-color: #ffffff;
	border-radius: 50px;
  }
   
  /* 修改滚动条滑块颜色 */
  .egex_area::-webkit-scrollbar-thumb {
	background-color: #1854E6;
	border-radius: 50px;
  }
.egex_area_num {
	width: 70px;
	height: 70px;
	background-color: #1854E6;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Bold";
	position: absolute;
	right: 74px;
	top: -25px;
}
.egex_area_title {
	font-size: 30px;
	color: #FFFFFF;
	font-family: "SourceHanSansCN-Bold";
}
.egex_area_time {
	font-size: 18px;
	color: #FFFFFF;
	margin: 10px 0 20px;
}
.egex_area_text {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	max-height: calc(36vw - 360px);
	padding-right: 15px;
	overflow-y: auto;
}
.egex_area_text::-webkit-scrollbar {
	width: 8px; /* 修改宽度 */
	border-radius: 50px;
  }
   
  /* 修改滚动条轨道背景色 */
  .egex_area_text::-webkit-scrollbar-track {
	background-color: #ffffff;
	border-radius: 50px;
  }
   
  /* 修改滚动条滑块颜色 */
  .egex_area_text::-webkit-scrollbar-thumb {
	background-color: #1854E6;
	border-radius: 50px;
  }
  .egex_banner .swiper-button-prev {
	width: 140px !important;
	height: 140px !important;
	background-image: url(../images/arrow2.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	transform: initial;
	top: inherit;
	bottom: 0;
	left: calc(36vw * (4/5) - 140px);
	outline: none;
	margin: 0 !important;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.egex_banner .swiper-button-prev:after {
	content: '';
}
.egex_banner .swiper-button-next {
	width: 140px !important;
    height: 140px !important;
	background-image: url(../images/arrow7.png);
    background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	background-color: #1854E6;
	top: inherit;
	bottom: 0;
	left: calc(36vw * (4/5));
	transform: initial;
	outline: none;
	display: inline-block;
    margin: 0 0 0 -3px !important;
	opacity: 1 !important;
	z-index: 71;
}
.egex_banner .swiper-button-next:after {
	content: '';
}
.con_top {
	padding: 200px 70px 98px;
	background-color: #F6F6F6;
}
.con_top_text {
	font-size: 4.17vw;
	color: #000000;
	font-family: "SourceHanSansCN-Bold";
	position: relative;
	z-index: 1;
	text-align: right;
	width: 504px;
}
.con_top_text text {
	color: #1854E6;
}
.con_top_name {
	font-size: 4.17vw;
	color: #000000;
	font-family: "SourceHanSansCN-Bold";
	position: relative;
	z-index: 3;
	margin-top: -25px;
	margin-left: 20.83vw;
}
.con_top_name text {
	color: #1854E6;
}
.con_top_title {
	font-size: 18px;
	color: #000000;
	font-family: "SourceHanSansCN-Bold";
	margin-top: 30px;
}
.con_top img {
	width: 504px;
	height: 284px;
	object-fit: cover;
	position: relative;
	z-index: 2;
	margin-top: -6.51vw;
}
.con_bottom {
	padding: 110px 0 98px;
}
.con_bottom_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.con_bottom_box {
	width: 30%;
}
.con_bottom_title {
	font-size: 24px;
	color: #1B1E22;
	font-family: "SourceHanSansCN-Bold";
}
.con_bottom_text {
	font-size: 18px;
	color: #97A4B7;
	margin: 15px 0 30px;
}
.con_bottom_info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 13px;
}
.con_bottom_info img {
	width: 22px;
	margin-top: 7px;
}
.con_bottom_info span {
	font-size: 24px;
	color: #1B1E22;
	margin-left: 15px;
}