/* index star */
@font-face {
	font-family: "Lambda-Italic";
	src: url("../font/Lambda-Italic.ttf") format("truetype");
}

@font-face {
	font-family: "Lambda-Regular";
	src: url("../font/Lambda-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Bold";
	src: url("../font/Alibaba-PuHuiTi-Bold.ttf") format("opentype");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Heavy";
	src: url("../font/Alibaba-PuHuiTi-Heavy.ttf") format("opentype");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Light";
	src: url("../font/Alibaba-PuHuiTi-Light.ttf") format("opentype");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Medium";
	src: url("../font/Alibaba-PuHuiTi-Medium.ttf") format("opentype");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Regular";
	src: url("../font/Alibaba-PuHuiTi-Regular.ttf") format("opentype");
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}


* {
	/* font-family: "Alibaba-PuHuiTi-Light"; */
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #686868;
}

div {
	box-sizing: border-box;
}

img {
	border: none;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.l {
	float: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1; //照顾低版本浏览器
}

.gy2 {
	width: 1440px;
	margin: 0 auto;
	overflow: hidden
}

.holer {
	height: 124px;
	overflow: hidden;
	background: none;
}

/*logo和导航*/
.nav_warper {
	z-index: 99999;
	width: 100%;
	position: fixed;
	border-bottom: 1px solid #ffffff;
	left: 0px;

}

.nav_bar {
	/* width: 1440px;
	min-width: 1200px; */
	margin: 0 auto;
	height: 7vh;

}

@media screen and (min-width: 1200px) {
	.nav_bar {
		width: 95%;
	}
}

/* @media screen and (min-width: 1400px) {
	.nav_bar {
		height: 10vh;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
} */
.logo {
	float: left;
	height: 4vh;
	line-height: 4vh;
	margin-top: 1.5vh;
	margin-left: 50px;
}

.logo img {
	float: left;
	height: 4vh;
}



.nav {
	float: right;
	margin-right: 14px;
}

.nav .ul_nav {
	width: 100%;
}

.nav li {
	position: relative
}

.nav li.m {
	margin: 0 50px 0 0;
	float: left;
	text-align: center;
	height: 7vh;
	line-height: 7vh;

}

.nav .on {
	border-bottom: 2px solid #ffffff;
}

.nav .mmm {
	font-size: 18px;
	color: #ffffff;
	display: block;
	font-family: "Alibaba-PuHuiTi-Regular";
}

.nav li:hover {
	border-bottom: 2px solid #ffffff;
}

.img_bg {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* 轮播图文字样式 */
.ani_text {

	position: absolute;
	top: 30%;
	left: 17%;
}

.ani_text p {
	color: #ffffff;
}

.ani_text .add_ani {
	font-family: "Lambda-Regular";
	font-size: 8vh;
	line-height: 0.8;
}

.ani_ali {
	font-family: "Alibaba-PuHuiTi-Bold";
	font-size: 5vh;
	margin: 30px 0px 60px;
}

.ani_moshi {
	font-family: "Alibaba-PuHuiTi-Regular";
	font-size: 2vh;

}

.ani_more {
	font-size: 16px;
	text-align: center;
	background-color: #2B2FAD;
	width: 150px;
	margin-top: 90px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	display: block;
	border-radius: 60px;
	font-family: "Alibaba-PuHuiTi-Regular";
}

.detial_us:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;

}

/* index end */
.intrdus_content {
	width: 80%;
	height: 100vh;
	box-sizing: border-box;
	border-right: 1px solid #E5E6EA;
	padding-top: 13vh;
	margin-left: 6%;

}

.intrdus_text {
	margin: 6vh 0px 8vh;
	width: 60vw;
	line-height: 30px;
	font-size: 16px;
	font-family: "Alibaba-PuHuiTi-Regular";
}

.about_title_box_big {
	font-size: 40px;
	/* font-family: "Alibaba-PuHuiTi-Bold"; */
	margin: 10px auto 5vh;
	color: #333;
	font-weight: 540;
}

.about_title_box_english {
	position: relative;
	font-size: 3vh;
	color: #AEAFB0;
}

.about_title_box_english::after {
	display: block;
	position: absolute;
	content: "";
	width: 89%;
	right: 0px;
	bottom: 10px;
	height: 1px;
	background-color: #E5E6EA;

}

.culture .about_title_box {
	color: #666666;

}

.about_nav_warper_white {
	border-bottom: 1px solid #2B2FAD;
}

.about_nav_warper_white .nav .mmm {
	color: #2B2FAD;
}

.about_nav_warper_white .nav .on {
	border-bottom: 2px solid #2B2FAD;
}

.about_nav_warper_white .nav li:hover {
	border-bottom: 2px solid #2B2FAD;
}

/* 滚动内容区样式 */
.scroll_wrap {
	height: 42vh;
	position: relative;
}

/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}

/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 4px;
	height: 10px;
	background-color: #2B2FAD;
	border-radius: 4px;
	opacity: .5
}

.scroll_wrap .scroll_slider:hover {
	opacity: 1
}

.joinus_box .about_title_box_english::after {
	width: 0px;
}

.joinus_box .intrdus_content {
	border: 0px;
	width: 88%;
	margin-left: 0px auto;
}

.Join_box {
	display: flex;
	/* flex-direction: row;
	justify-content: space-between; */
	margin-top: 5vh;
	color: #B3B3B3;
}

.pc_menu_about {
	position: relative;
}

.pc_child_menu {
	position: absolute;
	top: 6vh;
	left: 0px;
	display: none;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	font-size: 16px;
}

.pc_child_menu .pc_child_item {
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #2b2fad;
	border-bottom: 1px solid #2b2fad;
}

/* 小于960 */
@media screen and (max-width:981px) {
	.pc_box {
		display: none;
	}

	.m_box {
		display: block;
	}
}

/* 大于960 */
@media screen and (min-width:981px) {
	.pc_box {
		display: block;
	}

	.m_box {
		display: none;
	}


}

/* 手机端样式 */
.m_nav_warper {
	position: fixed;
	top: 0rem;
	left: 0rem;
	width: 100%;
	z-index: 9999;

}

.m_nav_ul {
	display: none;
	width: 3.4rem;
	float: right;
}

.m_nav_ul a {
	display: block;
	height: 1.066667rem;
	line-height: 1.066667rem;
	color: #333;
	border-bottom: 1px solid #dedede;
	padding: 0px 0.266667rem;
	font-size: 0.426667rem;
	background: rgba(255, 255, 255, 0.8);
}

.m_nav_ul a:nth-last-of-type() {
	border-bottom: 0px !important;
}

.m_nav_top {
	height: 1.2rem;
	padding: 0px 0.32rem;
	background: rgba(255, 255, 255, 0.8);
}

.m_nav_top img {
	display: inline-block;
	height: 0.8rem;
	width: auto;
	margin-top: 0.213333rem;
}

.m_nav_warper {}

.m_main_topimg {
	width: 100%;
	position: relative;
}

.m_main_topimg .img {
	display: block;
	width: 100%;
}

.m_ani_text {
	position: absolute;
	left: 0.32rem;
	top: 2.666667rem;
	color: #ffffff;

}

.m_ani_text .small {
	font-size: 0.426667rem;
	line-height: 1.066667rem;
}

.m_ani_text .ength {
	font-size: 0.64rem;
}

.m_index_public {
	padding: 0.933333rem 0.32rem 1.2rem;
	box-sizing: border-box;
}

.m_index_public_hui {
	background-color: #F9F9F9;
}

.m_index_join .m_top_join {
	font-size: 0.373333rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 1.066667rem;
	line-height: 1.066667rem;
	padding: 0px 0.266667rem;
	box-sizing: border-box;
}

.m_index_join li {
	border-radius: 0.16rem;
	background-color: #F9F9F9;
	margin-bottom: 0.426667rem;
}

.m_index_join .m_top_join img {
	vertical-align: middle;
	display: inline-block;
	height: 0.373333rem;
	margin: 0px 0.16rem;
}

.m_index_join .small {
	font-size: 0.32rem;
	color: #666;
	margin-left: 0.16rem;
}

.m_index_join .box {
	vertical-align: middle;
}

.m_index_join .box span {
	vertical-align: middle;
}

.m_index_join .m_top_join .m_jion_arrow {
	height: 0.64rem;
	width: auto;
	padding-left: 0.266667rem;
	box-sizing: border-box;
	border-left: 1px solid #999999;
}

.m_index_join .bold {
	font-size: 0.4rem;
	font-weight: 600;
	color: #363636;
}

.m_index_join .address {
	box-sizing: border-box;
	padding-right: 0.133333rem;
	border-right: 1px solid #999999;
	font-size: 0.4rem;
}

.m_index_join .m_jion_content {
	display: none;
	padding: 0.533333rem 0.16rem;
	font-size: 0.32rem;
	color: #666666;
}

.m_jion_content .m_jion_content_box p {
	font-size: 0.32rem;
	color: #666666;
}

.m_more_box {
	font-size: 0.373333rem;
	margin: 0.8rem auto 0rem;
	display: block;
	color: #ffffff;
	background-color: #2B2FAD;
	border-radius: 3.2rem;
	height: 0.533333rem;
	line-height: 0.533333rem;
	width: 3.2rem;
	text-align: center;
}

.m_more_box img {
	display: inline-block;
	width: 0.533333rem;
	vertical-align: middle;
	margin: 0.106667rem;
}

.m_index_public .upload_box {
	margin-bottom: 1.066667rem;
}

.m_index_join .m_join_on {
	background-color: #ffffff;
	border: 1px solid #dedede;
}

.m_form_box .form_input {
	background-color: #eee;
	border: 0px;
	margin-bottom: 0.266667rem;
	display: block;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0.266667rem 0.16rem;
	width: 100%;
	outline: none;
	box-sizing: border-box;
	font-size: 0.373333rem;
}

.m_form_box .form_textarea {
	height: 3.2rem;
	resize: none;
	line-height: 0.693333rem;
}

.m_contactus_form_a {
	color: #7B7B7B;
	font-size: 0.426667rem;
	margin-bottom: 0.32rem;
	vertical-align: middle;
	height: 0.8rem;
	line-height: 0.8rem;
}

.m_contactus_form_a span {
	color: #7B7B7B;
	font-size: 0.426667rem;
}

.m_contactus_form_a img {
	display: inline-block;
	height: 0.533333rem;
	vertical-align: middle;
	margin-right: 0.106667rem;
}

.m_map_box {
	height: 4rem;
	margin: 0.533333rem auto 0rem;
}

.m_contactus_form_a .email {
	height: 0.373333rem;
}

.m_footer {
	text-align: center;
	background-color: #2B2FAD;
	width: 10rem;
	box-sizing: border-box;
	color: #ffffff;
	padding: 0.266667rem 0px;

}

.m_footer p {
	font-size: 0.32rem;
	line-height: 1.4;
}

.m_footer p span {
	font-size: 0.32rem;
	margin: 0px 0.133333rem;
	color: #ffffff;
}

.m_footer p a {
	color: #ffffff;
}

.m_index_list {
	background-color: #ffffff;
	height: 0.8rem;
	line-height: 0.8rem;
	display: flex;
	flex-direction: row;
	justify-content: start;
	padding: 0px 0.32rem;

}

.m_index_list div {
	margin-right: 0.533333rem;
	font-size: 0.373333rem;
	color: #333;
	font-weight: 600;
}

.m_index_list .on {
	color: #2B2FAD;
	border-bottom: 2px solid #2B2FAD;
}