html{
	font-size: 30px;
	color: #101010;
}
.index_content{
	margin-top: 50px;
}
.banner {
	position: relative;
	height: 260px;
}
.banner .video_wrap {
	background: #202d5c;
	opacity: 0.80;
	z-index: 98;
	width: 100%;
	height: 260px;
	position: absolute;
}
.banner .video-background {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.banner .video-background video {
	height: 100%;
}
.banner .banner_center {
	position: absolute;
	top: calc(50% - 18px);
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.banner .banner_center p:last-child {
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	font-weight: 600;
}

.content_top {
	position: relative;
	top: -36px;
	z-index: 99;
}
.tabs_content {
	width: calc(100vw - 20px);
	margin: 0 auto;
	background: #fff;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}
.tabs_content>ul {
	display: flex;
	justify-content: space-around;
	background: #fff;
	height: 36px;
	position: relative;
	z-index: 99;
}
.tabs_content>ul li {
	position: relative;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	padding-top: 12px;
}
.tabs_content>ul li.active_tab {
	font-weight: bold;
}
.tabs_content>ul li.active_tab span {
	display: block;
	width: 18px;
	height: 3px;
	background: red;
	position: absolute;
	top: 32px;
	left: calc(50% - 9px);
}
.tabs_content .tabs_con {
	padding: 18px 11px 15px 11px;
	background: #fff;
	border-radius: 0 12px 12px 12px;
	box-shadow: 0 2px 65px 0 rgba(0, 0, 0, 0.1);
	height: 195px;
	position: relative;
}
.tabs_content .tabs_con h3 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 9px;
}
.tabs_content .tabs_con li {
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	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: 10px;
	left: 0;
}
.tabs_content .tabs_con0,
.tabs_content .tabs_con1,
.tabs_content .tabs_con2 {
	display: none;
}
.tabs_content .tabs_con1 {
	padding-bottom: 28px;
}
.tabs_content .tabs_con_active {
	display: block;
}
.tabs_content .tabs_con .tabs_Button {
	width: 78px;
	background: #D81719;
	padding: 8px 12px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	border-radius: 30px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 8px auto 0 auto;
	position: absolute;
	left: calc(50% - 51px);
	bottom: 15px;
}
.tabs_content .tabs_con .tabs_Button img{
	width: auto;
	height: 16px;
	display: inline-block;
	margin-right: 6px;
}
.company_content {
	width: 100vw;
	margin: 15px auto 13.5px auto;
	text-align: center;
}
.company_content h3 {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-bottom: 13.5px;
}
.company_content .company_ount ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.company_content .company_ount ul:first-child li:nth-child(2) {
	margin: 0 50px;
}
.company_content .company_ount ul:last-child li:nth-child(2) {
	margin-left: 50px;
}
.company_content .company_ount ul li span {
	display: block;
	font-size: 12px;
	color: #000;
	line-height: 32px;
	text-align: left;
}
.company_content .company_ount ul li span:last-child {
	font-size: 18px;
	line-height: 32px;
}
.company_content .company_ount ul li span:last-child span {
	display: inline-block;
	font-size: 8px;
	margin-top: 0;
}
.social_content {
	padding: 20px 0 15px 0;
	background: #fff;
	margin-top: -36px;
}
.social_content>div {
	width: calc(100vw - 46px);
	margin: 0 auto;
}
.social_content h3 {
	font-size: 14px;
	color: #333;
	padding-bottom: 15px;
	text-align: center;
}
.social_content ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.social_content ul:last-child {
	margin-bottom: 0;
}
.social_content ul li {
	margin-left: 30px;
}
.social_content ul li:first-child {
	margin-left: 0;
}
.social_content ul li img {
	width: auto;
	height: 18px;
}
.social_content ul li p {
	font-size: 9px;
	color: #999;
	line-height: 14px;
	width: 150px;
}
.social_content ul li p.first_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
	margin: 4px 0;
}

.way_content {
	padding: 26px 0 18px 0;
	background-image: url("../../img/index/way_bg.png");
	background-size: 100% 100%;
	color: #fff;
}
.way_content h3 {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.way_content .way_left {
	width: 100vw;
}
.way_content .way_left li {
	font-size: 9px;
	line-height: 20px;
	position: relative;
	width: 132px;
}
.way_content .way_left li:nth-child(1) {
	left: 36%;
	z-index: 99;
}
.way_content .way_left li:nth-child(2) {
	top: -10px;
	left: 18%;
}
.way_content .way_left li:nth-child(3) {
	top: -20px;
	left: 11%;
}
.way_content .way_left li:nth-child(4) {
	top: -60px;
	left: 50%;
	z-index: 99;
}
.way_content .way_left li:nth-child(5) {
	top: -80px;
	left: 21%;
}
.way_content .way_left li:nth-child(6) {
	top: -100px;
	left: 49%;
}
.way_content .way_left li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 9px;
	line-height: 20px;
	width: 100%;
	text-align: center;
}
.way_content .way_right {
	margin-top: -90px;
	width: calc(100vw - 62px);
	margin-left: 31px;
}
.way_content .way_right h3 {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.way_content .way_right p {
	font-size: 12px;
	line-height: 24px;
	text-indent: 2em;
}
.way_content .way_right button {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background: #D81719;
	padding: 10px 26px;
	border-radius: 30px;
	margin-top: 14px;
	border: none;
	cursor: pointer;
}
.custom_content {
	padding: 15px 0 14px 0;
	background: #fff;
}
.custom_content>div {
	width: 100vw;
	margin: 0 auto;
}
.custom_content h3 {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 6px;
	text-align: center;
	color: #333;
}
.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: 24px 0 17px 0;
	text-align: center;
	width: 100vw;
	margin: 0 auto;
	background: url("../../img/index/phoneVideo.png") no-repeat;
	background-size: 100% 100%;
}
.say_content h3 {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}
.say_content .swiper_block {
	padding: 0 10px;
}
.say_content .swiper_block video {
	display: block;
	width: calc(100% - 10px);
	height: 135px;
	border: 5px solid #DBEBF7;
	border-radius: 20px;
}
.say_content .swiper_block:last-child {
	margin-right: 0;
}
.say_content .swiper_block h3 {
	position: relative;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-bottom: 0;
	padding: 27px 0 17px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.say_content .swiper_block h3 span {
	color: #D81719;
}
.say_content .swiper_block h3 i{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: #D81719;
}
.say_content .swiper_block div {
	background: #FAFAFA;
	padding-bottom: 20px;
}
.say_content .swiper_block p {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	text-indent: 2em;
	text-align: left;
	margin-left: 4px;
	display: flex;
	align-items: center;
	margin-top: 2px;
}
.say_content .swiper_block p img {
	width: 14px;
	margin-right: 2px;
	margin-top: -2px;
}
.say_content .swiper_block p img:first-child {
	margin-left: 8px;
}
.say_content .swiper_block p span{
	padding: 5px 10px;
	line-height: 12px;
	background: #F0F0F0;
	border-radius: 5px;
	text-align: center;
	text-indent: 0;
	margin-left: 8px;
}
.say_content .swiper_block .first_p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-left: 0;
}
.say_content .swiper_block >span {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin-top: 5px;
}
.say_content .swiper_block >span span  {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #D9D9D9;
	margin-right: 8px;
	position: relative;
	top: -4px
}
.say_content .swiper-slide-prev {
	margin-left: 10px;
}
.say_content .swiper-slide-active {
	margin-left: -10px;
}
.say_content .swiper-slide-active  .swiper_block div {
	border-bottom: 4px solid #D81719;
}
.say_content .swiper-slide-prev, .say_content .swiper-slide-next {
	opacity: 0.6;
}
.say_content .swiper-slide-next {
	margin-left: -10px;
}
.say_content button {
	width: 108px;
	font-size: 14px;
	color: #fff;
	background: #D81719;
	height: 36px;
	border-radius: 30px;
	margin-top: 15px;
	border: none;
	cursor: pointer;
}
.report_content {
	text-align: center;
}
.report_content .report_content_top {
	padding: 24px 0;
	background-image: url("../../img/index/way_bg.png");
	color: rgba(255, 255, 255, 0.8);
	height: 190px;
}
.report_content .report_content_top > div {
	width: 100vw;
	margin: 0 auto;
}
.report_content h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
.report_content p {
	line-height: 16px;
	font-size: 10px;
	padding: 0 36px;
}
.report_content .swiper-container2 {
	display: flex;
	padding: 0 0 15px 0;
	width: 100vw;
	margin: -138px auto 0 auto;
	position: relative;
	background: none;
}
.report_content .swiper-container2 p {
	font-size:12px;
	font-weight: 500;
	color: #000;
	margin-top: 10px;
}
.report_content .swiper-container2 img {
	transition: all 0.6s
}
.report_content .swiper-container2 img:hover {
	transform: scale(1.2);
}
.free_get {
	background: url("../../img/index/free_get.png") no-repeat;
	background-size: cover;
	padding: 0 0 23px 0;
	text-align: center;
}
.free_get>div {
	width: 100vw;
	margin: 0 auto;
}
.free_get h3 {
	font-size: 14px;
	color: #FFF;
	padding: 13px 0 10px 0;
}
.free_get p {
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	line-height: 24px;
	padding: 0 10px 20px 10px;
}
.free_get ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.free_get ul {
	margin-bottom: 15px;
}
.free_get ul li {
	width: calc(100vw - 74px);
}
.free_get ul li input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #FFFFFF;
	text-indent: 10px;
	background: none;
	color: #fff;
	font-size: 12px;
}
.free_get ul li input::-webkit-input-placeholder {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.error {
	display: none;
	font-size: 12px;
	color: #fff;
	position: absolute;
	text-align: center;
	width: 100%;
	font-weight: 400;
	line-height: 21px;
	height: 21px;
}
.free_get button {
	background: #D81719;
	border-radius: 90px;
	width: calc(100vw - 54px);
	height: 43px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	border: none;
	margin-top: 5px;
	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 30px 47px 30px;
	z-index: 1001;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 250px;
	border-radius: 15px;
}
.submitOk div:nth-child(2) {
	font-size: 12px;
	line-height: 16px;
}
.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;
}