.banner {
	position: relative;
	height: calc(100vh + 30px);
}
.banner .video_wrap {
	background: #202d5c;
	opacity: 0.80;
	z-index: 98;
	width: 100%;
	height: 100%;
	position: absolute;
}
.banner .video-background {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .video-background video {
	width: 100%;
}
.banner .banner_center {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: #fff;
	line-height: 2.1rem;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.banner .banner_center p:last-child {
	font-size: 3rem;
	color: #fff;
	line-height: 4.2rem;
	margin-top: 20px;
}
.content_top {
	position: relative;
	top: -115px;
	z-index: 99;
}
.tabs_content {
	min-width: 1200px;
	width: 1200px;
	margin: 0 auto;
}
.tabs_content .tabs_head ul {
	display: flex;
}
.tabs_content .tabs_head li {
	font-size: 0.6rem;
	color: #fff;
	line-height: 50px;
	background: #2C2E2D;
	margin-right: 2px;
	width: 190px;
	text-align: center;
	cursor: pointer;
}
.tabs_content .tabs_head li:first-child {
	border-radius: 12px 0 0 0;
}
.tabs_content .tabs_head li:last-child {
	border-radius: 0 12px 0 0;
}
.tabs_content .tabs_head li.active_tab {
	background: #fff;
	color: #333;
}
.tabs_content .tabs_con {
	padding: 41px 7.6% 43px 7.6%;
	background: #fff;
	border-radius: 0 12px 12px 12px;
	box-shadow: 0 2px 65px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}
.tabs_content .tabs_con h3 {
	font-size: 0.9rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 9px;
}
.tabs_content .tabs_con li {
	font-size: 0.6rem;
	color: #666666;
	line-height: 28px;
	position: relative;
	padding-left: 12px;
}
.tabs_content .tabs_con li::before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 8px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
.tabs_content .tabs_con0,
.tabs_content .tabs_con1,
.tabs_content .tabs_con2 {
	width: 70%;
	display: none;
}
.tabs_content .tabs_con1 {
	padding-bottom: 28px;
}
.tabs_content .tabs_con_active {
	display: block;
}
.tabs_content .tabs_con .tabs_Button {
	margin-left: 2.5%;
	background: #D81719;
	padding: 13px 20px;
	text-align: center;
	font-size: 0.9rem;
	border-radius: 30px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.tabs_content .tabs_con .tabs_Button img{
	width: 24px;
	display: inline-block;
	margin-right: 8px;
}
.company_content {
	display: flex;
	justify-content: center;
	padding: 94px 0 0 0;
	position: relative;
	min-width: 1200px;
	margin: 0 auto -15px auto;
}
.company_content .company_left {
	width: 634px;
	margin-right: 50px;
}
.company_content .company_left img {
	height: 45px;
	width: auto;
	padding-bottom: 15px;
}
.company_content .company_left h3 {
	font-size: 1.7rem;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 1rem;
}
.company_content .company_left .company_detail p {
	font-size: 12px;
	color: #666;
	line-height: 28px;
	text-indent: 2em;
}
.company_content .company_right {
	height: 561px;
}
.company_content .company_right img {
	width: auto;
	height: 561px;
}
.company_content .company_ount {
	position: absolute;
	width: 1094px;
	bottom: 3.65rem;
	background: rgba(255, 255, 255, 0.9);
}
.company_content .company_ount ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.company_content .company_ount ul li {
	padding: 38px 0;
}
.company_content .company_ount ul li span {
	display: block;
	font-size: 0.6rem;
	color: #000;
	line-height: 24px;
}
.company_content .company_ount ul li span:last-child {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-top: 20px;
}
.company_content .company_ount ul li span:last-child span {
	display: inline-block;
	font-size: 0.9rem;
	margin-top: 0;
}
.social_content {
	padding: 50px 0 80px 0;
	background: #fff;
	margin-top: -65px;
}
.social_content>div {
	min-width: 1200px;
	margin: 0 auto;
}
.social_content h3 {
	font-size: 1.7rem;
	color: #333;
	padding-bottom: 2.5rem;
	text-align: center;
}
.social_content ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.social_content ul li {
	margin-left: 150px;
}
.social_content ul li:first-child {
	margin-left: 0;
}
.social_content ul li img {
	width: auto;
	height: 30px;
	margin-bottom: 10px;
}
.social_content ul li p {
	font-size: 0.6rem;
	color: #999;
	line-height: 20px;
}
.social_content ul li p.first_title {
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}
.way_content {
	padding: 50px 0 0 0;
	background-image: url("../img/index/way_bg.png");
	background-size: 100% 100%;
	color: #fff;
	height: 550px;
}
.way_content h3 {
	font-size: 1.7rem;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
.way_content .way_con {
	display: flex;
	align-items: center;
	justify-content: center;
}
.way_content .way_con h3 {
	font-size: 2.1rem;
	padding-bottom: 40px;
	text-align: left;
}
.way_content .way_left {
	width: 640px;
	height: 385px;
}
.way_content .way_left li {
	font-size: 0.7rem;
	line-height: 24px;
	position: relative;
	width: 228px;
}
.way_content .way_left li:nth-child(1) {
	left: 175px;
	z-index: 99;
}
.way_content .way_left li:nth-child(2) {
	top: -15px;
	left: 47px;
}
.way_content .way_left li:nth-child(3) {
	top: -32px;
}
.way_content .way_left li:nth-child(4) {
	top: -100px;
	left: 275px;
	z-index: 99;
}
.way_content .way_left li:nth-child(5) {
	top: -140px;
	left: 64px;
}
.way_content .way_left li:nth-child(6) {
	top: -170px;
	left: 250px;
}
.way_content .way_left li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.7rem;
	line-height: 24px;
	width: 100%;
	text-align: center;
}
.way_content .way_right h3 {
	font-size: 1.5rem;
	padding-bottom: 18px;
	margin-bottom: 0;
}
.way_content .way_right p {
	font-size: 0.6rem;
	line-height: 24px;
	text-indent: 2em;
	max-width: 400px;
}
.way_content .way_right button {
	font-size: 0.9rem;
	color: #fff;
	background: #D81719;
	padding: 13px 36px;
	border-radius: 30px;
	margin-top: 25px;
	border: none;
	cursor: pointer;
}
.custom_content {
	padding: 70px 0;
	background: #fff;
}
.custom_content>div {
	max-width: 1200px;
	width: auto;
	margin: 0 auto;
}
.custom_content h3 {
	font-size: 1.5rem;
	line-height: 24px;
	padding-bottom: 50px;
	text-align: center;
	color: #000;
}
.custom_content ul {
	display: flex;
	align-items: center;
	margin-top: -1px;
}
.custom_content ul:first-child {
	margin-top: 0;
}
.custom_content ul li {
	margin-left: -1px;
}
.custom_content ul li:first-child {
	margin-left: 0;
}
.say_content {
	padding: 70px 0;
	text-align: center;
	background: url("../img/index/videoImg.png") no-repeat;
	background-size: 100% 100%;
}
.say_content .say_con {
	max-width: 1200px;
	margin: 0 auto;
}
.say_content .say_con > div {
	display: flex;
}
.say_content h3 {
	font-size: 1.7rem;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}
.say_content .left_video video {
	width: 800px;
	height: 380px;
	border: 10px solid #DBEBF7;
	border-radius: 20px;
	margin-right: 19px;
}
.say_content .right_title {
	height: 400px;
	overflow: hidden;
	background: #fff;
}

.say_content .right_title::-webkit-scrollbar {
	width: 0;
}
.say_content .right_title::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}
.say_content .right_title::-webkit-scrollbar-thumb {
	background: #00000049;
	border-radius: 10px;
}
.say_content .right_title::-webkit-scrollbar-thumb:hover {
	background: #000000;
}

.say_content ul li {
	padding: 16px 80px 16px 30px;
	cursor: pointer;
	width: 100%;
}
.say_content ul li.active{
	border-right: 4px solid #D81719;
	background: #FAFAFA;
}
.say_content ul li p {
	font-size: 0.6rem;
	color: #333;
	line-height: 20px;
	display: flex;
	align-items: center;
	margin-top: 7px;
}
.say_content ul li p:first-child {
	font-size: 0.8rem;
	line-height: 24px;
	font-weight: 500;
	margin-top: 0;
}
.say_content ul li p img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
	margin-top: -2px;
}
.say_content ul li p img:first-child {
	margin-left: 8px;
}
.say_content ul li p span{
	padding: 5px 10px;
	line-height: 12px;
	background: #F0F0F0;
	border-radius: 5px;
	text-align: center;
	text-indent: 0;
	margin-left: 8px;
}
.say_content .right_wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(181.13deg, rgba(255, 255, 255, 0) 0.97%, #FFFFFF 91.96%);
	height: 97px;
}
.say_content .right_wrap img {
	width: 36px;
	height: 36px;
	margin: 50px auto 0 auto;
	cursor: pointer;
}
.say_content button {
	font-size: 0.9rem;
	color: #fff;
	background: #D81719;
	padding: 0.9rem 3rem;
	border-radius: 30px;
	margin-top: 50px;
	border: none;
	cursor: pointer;
}
.report_content {
	text-align: center;
}
.report_content .report_content_top {
	padding: 70px 0;
	background-image: url("../img/index/way_bg.png");
	color: #fff;
	height: 180px;
}
.report_content .report_content_top > div {
	min-width: 1200px;
	margin: 0 auto;
}
.report_content h3 {
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.report_content > p {
	line-height: 24px;
	font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: 4rem;
}
.report_content .swiper-container2 {
	display: flex;
	padding: 0;
	width: 1200px;
	margin: -130px auto 0 auto;
	position: relative;
	height: 302px;
	background: none;
}
.report_content .swiper-container2 p {
	font-size: 0.9rem;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	margin-top: 18px;
}
.report_content .swiper-container2 img {
	height: 230px;
	transition: all 0.6s
}
.report_content .swiper-container2 .swiper_block {
	overflow: hidden;
	height: 230px;
}
.report_content .swiper-container2 img:hover {
	transform: scale(1.2);
}
.white_bg {
	background: #fff;
}
.team_content {
	padding: 50px 0 0 0;
	text-align: center;
	min-width: 1200px;
	margin: 0 auto;
}
.team_content h3 {
	font-size: 1.7rem;
	color: #000;
	line-height: 24px;
	margin-bottom: 10px;
}
.team_content ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 470px;
}
.team_content ul li {
	max-width: 156px;
	margin-left: 73px;
}
.team_content ul li:first-child {
	margin-left: 0;
}
.team_content ul li.team_active {
	max-width: 272px;
}
.team_content ul li.team_active > div {
	position: relative;
}
.team_content ul li img {
	background: #8B8D93;
	border-radius: 50%;
}
.team_content ul li.team_active > div > div {
	width: calc(100% + 8px);
	height: 50%;
	border: 4px solid red;
	border-radius: 0 0 50% 50%/0 0 100% 100%;
	border-top: none;
	position: absolute;
	top: calc(50% + 4px);
	left: -8px;
}
.team_content ul li p{
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	line-height: 1.5rem;
}
.team_content ul li span {
	display: block;
	padding: 7px 0 3px 0;
	font-size: 0.7rem;
	color: #D81719;
	line-height: 24px;
}
.team_content ul li .team_user_desc {
	font-size: 0.7rem;
	color: #999;
	line-height: 24px;
	display: none;
	max-width: 85%;
	margin: 0 auto;
}
.team_content ul li.team_active p {
	margin-top: 18px;
}
.team_content ul li.team_active .team_user_desc {
	display: block;
}
.free_get {
	background: url("../img/index/free_get.png") no-repeat;
	background-size: 100% 100%;
	padding: 0 0 39px 0;
	text-align: center;
}
.free_get>div {
	min-width: 1200px;;
	margin: 0 auto;
}
.free_get h3 {
	font-size: 1.7rem;
	color: #FFF;
	padding: 29px 0 10px 0;
}
.free_get p {
	font-size: 0.9rem;
	font-weight: 500;
	color: #fff;
	line-height: 24px;
}
.free_get ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.free_get ul.free_get_first {
	margin: 2.1rem 0 1rem;
}
.free_get ul li {
	width: 27%;
}
.free_get ul li:first-child {
	margin-right: 20px;
}
.free_get ul li input {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #FFFFFF;
	text-indent: 10px;
	background: none;
	color: #fff;
	font-size: 0.7rem;
}
.free_get ul li input::-webkit-input-placeholder {
	font-size: 0.7rem;
	color: #fff;
	line-height: 24px;
}
.error {
	display: none;
	font-size: 0.6rem;
	color: #fff;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-weight: 400;
	line-height: 21px;
	height: 21px;
}
.free_get button {
	background: #D81719;
	border-radius: 90px;
	font-size: 0.7rem;
	color: #fff;
	line-height: 24px;
	border: none;
	padding: 13px 2.9rem;
	margin-top: 2.1rem;
	cursor: pointer;
}
.submitOkFrame {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	z-index: 1000;
}
.submitOk {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 64px 43px;
	z-index: 1001;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.submitOk button {
	background: #D81719;
	border-radius: 5px;
	border: none;
	padding: 6px 18px;
	color: #fff;
	margin: 20px auto 0 auto;
}
.common_content .header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: none;
}
.header.header_index .header-right li a {
	color: rgba(255, 255, 255, 0.4) !important;
}
.header.header_index .header-right li.active,
.header.header_index .header-right li:hover {
	border-bottom: 2px solid #fff !important;
}
.header.header_index .header-right li.active a,
.header.header_index .header-right li:hover a {
	color: #fff !important;
}

.common_content .header .header-right > div span {
	color: #fff;
	font-weight: bold;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	position: absolute;
	width: 100% !important;
	height: 5px;
	background: #DDDDDD;
	border-radius: 5px;
	bottom: 0;
	top: auto !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #D81719 !important;
	border-radius: 5px;
	opacity: 1;
}

.left_pop {
	position: fixed;
    left: 0;
    top: calc(50% - 165px);
    width: 240px;
    z-index: 99;
}