* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, "hiragino sans GB", arial, "Microsoft YaHei", sans-serif;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.width_1200 {
	width: 1200px;
	margin: 0 auto;
}

img {
	display: block;
}

.new_wenjian nav {
	position: absolute;
	width: 100%;
	height: 70px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #fff;
	z-index: 10;
	display: flex;
	align-items: center;
}
.new_wenjian nav>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
.new_wenjian nav.fixed-header {
	position: fixed;
}
.new_wenjian nav .nav_l {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.new_wenjian nav .nav_l>div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 13px;
}
.new_wenjian nav .nav_l>div img {
	width: 42px;
	height: 42px;
}
.new_wenjian nav .nav_r {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.new_wenjian nav .nav_r ul {
	display: flex;
	align-items: center;
}
.new_wenjian nav .nav_r ul li {
	margin-right: 39px;
}
.new_wenjian nav .nav_r ul li a {
	color: #333;
}
.new_wenjian nav .nav_r ul li a:hover {
	color: #199fff;
}
.new_wenjian nav .nav_r .nav_dl_btn {
	width: 116px;
	height: 42px;
	background: linear-gradient(90deg, #2B97ED, #2ECFF7);
	box-shadow: 0px 0px 9px 0px rgba(0, 105, 200, 0.11);
	border-radius: 4px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new_wenjian nav .nav_r .nav_dl_btn:hover {
	background: linear-gradient(90deg, #4FB1FF, #4CD5F7);
	box-shadow: 0px 0px 9px 0px rgba(0, 105, 200, 0.11);
}

.new_wenjian .banner_box {
	display: flex;
	align-items: center;
	margin-top: 70px;
	height: 700px;
	background: linear-gradient(125deg, #13172C, #293455);
	color: #fff;

}
.new_wenjian .banner_box .wh12 {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.new_wenjian .banner_box h1 {
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.new_wenjian .banner_box .p_18 {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
.new_wenjian .banner_box .p_18 span {
	color: #12A4FF;
}
.new_wenjian .banner_box .banner_dl_btn {
	width: 137px;
	height: 50px;
	background: linear-gradient(90deg, #2B97ED, #2ECFF7);
	box-shadow: 0px 0px 9px 0px rgba(0, 105, 200, 0.11);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 25px 0 20px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.new_wenjian .banner_box .banner_dl_btn:hover {
	background: linear-gradient(90deg, #4FB1FF, #4CD5F7);
	box-shadow: 0px 0px 9px 0px rgba(0, 105, 200, 0.11);
}
.new_wenjian .banner_box .banner_dl_btn img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.new_wenjian .banner_box .p_14 {
	line-height: 34px;
	font-size: 14px;
}
.new_wenjian .banner_box .p_14.ajax_data {
	margin-top: 8px;
}
.new_wenjian .banner_box .p_14.ajax_data span {
	margin-left: 32px;
}
.new_wenjian section h2 {
	position: relative;
	font-size: 30px;
	color: #333333;
	text-align: center;
}

.new_wenjian .section_1 {
	width: 1200px;
	margin: 60px auto 0;
}
.banner_box .lift_box ul {
	margin-top: 32px;
}
.banner_box .lift_box ul li {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
	color: #B9BCC7;
}
.banner_box .lift_box ul li img {
	width: 15px;
	margin-right: 6px;
}
.banner_box .p_tele {
	font-weight: bold;
	font-size: 24px;
	color: #27AAFF;
}
.wh12 {
	width: 1200px;
	margin: 0 auto
}
.right_box {
	position: relative;
}
.right_box .banico1 {
	animation: run1 3s ease 0s infinite alternate;
	position: absolute;
	left: -29px;
	top: 269px;
}
.right_box .banico2 {
	animation: run1 3s ease 0s infinite alternate;
	position: absolute;
	right: 15px;
	top: -16px;
}
@keyframes run1 {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, 20px);
	}

	100% {
		transform: translate(0, 0px);
	}
}
.section {
	background-color: #fafafa;
	padding: 50px 0 60px 0;
}
.section h2 {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}
.section ul li {
	width: 280px;
	padding-top: 70px;
	transition: all 0.5s ease;
	height: 290px;
	box-sizing: border-box;
	margin-top: 26px;
	-moz-box-sizing: border-box;
	background: #FFFFFF;
	text-align: center;
	border-radius: 10px;
}
.section ul {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section ul li img {
	margin: 0 auto;
}
.section ul li h3 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	color: #333333;
}
.section ul li p {
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
	color: #666666;
}
.section ul li:hover {
	transform: translateY(-10px);
}
.sectiofn1 {
	background: #F0F3F7;
	padding: 50px 0 60px 0;
}
.sectiofn1 h2.text {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.sectiofn1 .tept {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.sectiofn_flex {
	margin-top: 70px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sectiofn_right {
	width: 47%;
}
.sectiofn_right ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sectiofn_right ul {
	margin-top: -30px;
}
.sectiofn_right ul li {
	width: 265px;
	margin-top: 30px;
}
.sectiofn_right ul li h3 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
.sectiofn_right ul li p {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
}
.sectiofn2 {
	padding: 50px 0 60px 0;
}
.sectiofn2 h2 {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.sectiofn2 p.tapx {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.sectiofn2 ul li img {
	width: 100%;
}
.sectiofn2 ul li {
	width: 280px;
	height: 244px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 27px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
}
.sectiofn2 ul li:hover {
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.14);
}
.sectiofn2 ul {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sectiofn2 ul li h3 {
	font-weight: 500;
	font-size: 16px;
	color: #2E78F1;
	text-align: center;
	line-height: 57px;
}
.sectiofn3 {
	background: #fafafa;
	padding: 50px 0 60px 0;
}
.sectiofn3 h2 {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.sectiofn3 p.tapx {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.sectiofn3 ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sectiofn3 ul li {
	margin-top: 23px;
	width: 386px;
	height: 224px;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sectiofn3 ul li h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	color: #333333;
}
.sectiofn3 ul li p {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	margin-top: 10px;
}
.sectiofn3 ul li:nth-child(1) {
	background: url(../images/rj1.png);
	background-size: 100% 100%;
}
.sectiofn3 ul li:nth-child(2) {
	background: url(../images/rj2.png);
	background-size: 100% 100%;
}

.sectiofn3 ul li:nth-child(3) {
	background: url(../images/rj3.png);
	background-size: 100% 100%;
}
.sectiofn3 ul li:nth-child(4) {
	background: url(../images/rj4.png);
	background-size: 100% 100%;
}
.sectiofn3 ul li:nth-child(5) {
	background: url(../images/rj5.png);
	background-size: 100% 100%;
}
.sectiofn3 ul li:nth-child(6) {
	background: url(../images/rj6.png);
	background-size: 100% 100%;
}

.sectiofn4 {
	background: url(../images/bjs1.png);
	background-size: 100% 100%;
	height: 320px;
}
.sectiofn4 {
	display: flex;
	align-items: center;
}
.sectiofn4 .width_1200 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sectiofn4 .sectiofn4_tele h2 {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}
.sectiofn4 .sectiofn4_tele p {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #CDE7FF;
	margin-top: 15px;
}
.sectiofn4 .sectiofn4_tele a {
	display: block;
	width: 137px;
	height: 50px;
	text-align: center;
	background: #FFFFFF;
	margin: 30px auto 0;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 50px;
	color: #0C8BEE;
}
.sectiofn4 .sectiofn4_tele a div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sectiofn4 .sectiofn4_tele a div img {
	margin-right: 6px;
}
.sectiofn5 {
	background: #fafafa;
	padding: 50px 0 60px 0;
}
.sectiofn5 h2 {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.sectiofn5 p.tapx {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.sectiofn5 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.sectiofn5 ul li {
	width: 386px;
	height: 224px;
	background: #FFFFFF;
	border-radius: 10px;
}
.sectiofn5 ul li .tbpng {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	background: url(../images/tb.png);
	background-size: 100% 100%;
	width: 100%;
	height: 84px;
}
.sectiofn5 ul li .tbpng h3 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
.sectiofn5 ul li p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	display: flex;
	margin-left: 40px;
	align-items: center;
}
.sectiofn5 ul li p img {
	width: 20px;
	margin-right: 6px;
}
.sectiofn6 {
	background: #ffffff;
	padding: 50px 0 60px 0;
}
.sectiofn6 h2 {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.sectiofn6 p.tapx {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.Box {
	position: relative;
}
.Box .content {
	width: 1200px;
	margin: 0 auto;
}
.Box .Box_con {
	position: relative;
}
.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 386px;
	height: 230px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	margin-left: 20px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.Box .BoxSwitch {
	margin-top: 25px;
	text-align: center;
}
.Box .BoxSwitch span {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	width: 24px;
	height: 4px;
	background: #EAEAEA;
	margin: 0 5px;
	cursor: pointer;
}
.Box .BoxSwitch span.cur {
	background: #2CA6F0;
}

.sectiofn7 {
	background: #fafafa;
	padding: 50px 0 60px 0;
}
.sectiofn7 h2 {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.sectiofn7 ul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section_1 ul {
	width: 92.1%;
	margin: 10px auto 0;
}
.section_1 ul li {
	box-shadow: 0px 4px 8px 1px rgba(69, 69, 69, 0.22);
	text-align: center;
	float: left;
	margin-top: 35px;
	margin-right: 35px;
	border-radius: 8px;
}
.section_1 ul li p.te1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
}
.section_1 ul li p.te2 {
	font-size: 14px;
	color: #999999;
	margin-bottom: 25px;
}
.section_1 ul li img {
	border-radius: 8px 8px 0px 0px;
}
.section_1 ul li:nth-child(4n+4) {
	margin-right: 0px;
}
.qcfd {
	clear: both;
}
.section_0 {
	background: #Fafafa;
	padding: 50px 0 60px 0;
}
.section_0 .tepx {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	color: #666666;
	margin-bottom: 40px;
}
.new_wenjian .section_1 .section_con {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new_wenjian .section_1 .section_con .section_item {
	display: flex;
	align-items: center;
}
.new_wenjian .section_1 .section_con .section_item:last-child {
	margin-top: 65px;
}
.new_wenjian .section_1 .section_con .section_item .section_item_left {
	margin-right: 40px;
}
.new_wenjian .section_1 .section_con .section_item .con_img {}
.new_wenjian .section_1 .section_con .section_item .p_32 {
	font-size: 24px;
	color: #333333;
	line-height: 38px;
	font-weight: bold;
}
.new_wenjian .section_1 .section_con .section_item .p_20 {
	font-size: 16px;
	color: #999999;
	line-height: 36px;
}
.new_wenjian .section_1 .section_con .section_item .p_20.p_20_first {
	margin-top: 14px;
}
.new_wenjian .section_1 .section_con .section_item .dl_btn {
	width: 150px;
	height: 50px;
	background: #199fff;
	box-shadow: 0px 6px 12px 0px rgba(121, 249, 255, 0.2);
	border-radius: 4px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-top: 32px;
}
.new_wenjian .section_1 .section_con .section_item .dl_btn:hover {
	background: #44b4ff;
	box-shadow: 0px 6px 12px 0px rgba(121, 190, 255, 0.32);
}
.new_wenjian .section_1 .section_con .section_item .dl_btn img {
	width: 24px;
	height: 24px;
	margin-right: 18px;
}
.new_wenjian .index_con_evaluate {
	padding-top: 0px;
}
.new_wenjian .index_con_evaluate .swiper-container {
	height: 100%;
	position: relative;
	margin-top: 50px;
}
.new_wenjian .index_con_evaluate .swiper-slide-con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 30px 240px;
	box-sizing: border-box;
}
.new_wenjian .index_con_evaluate .swiper-slide-con_leftimg {
	width: 100%;
	text-align: left;
}
.new_wenjian .index_con_evaluate .swiper-slide-con_leftimg i {
	color: #43474E;
}
.new_wenjian .index_con_evaluate .swiper-slide-con_rightimg {
	width: 100%;
	text-align: right;
}
.new_wenjian .index_con_evaluate .swiper-slide-con_rightimg i {
	color: #43474E;
}
.new_wenjian .index_con_evaluate .swiper-slide-con img {
	width: 16px;
	height: 10px;
}
.new_wenjian .index_con_evaluate .swiper-slide-con .comment_title {
	color: #5589F1 !important;
	font-size: 18px;
	text-align: center;
}
.new_wenjian .index_con_evaluate .swiper-slide-con span {
	margin: 9px 0;
	width: 796px;
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #666;
}
.new_wenjian .index_con_evaluate .swiper-slide-con span.span_con {
	height: 70px;
}
.new_wenjian .index_con_evaluate .swiper-slide-con p {
	font-size: 22px;
	color: #101010;
	margin-top: 11px;
}
.new_wenjian .index_con_evaluate .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
}
.new_wenjian .index_con_evaluate .swiper-pagination-bullet {
	width: 58px;
	height: 58px;
	position: relative;
	border: none;
	outline: 0;
	margin: 0 20px !important;
	opacity: 1;
	background: none;
}
.new_wenjian .index_con_evaluate .swiper-pagination-bullet img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
}
.new_wenjian .index_con_evaluate .swiper-pagination-bullet .index_con_evaluate_peo_mask {
	width: 58px;
	height: 58px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(210, 210, 210, 0.7);
	border-radius: 50%;
}
.new_wenjian .index_con_evaluate .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 72px;
	height: 72px;
	background: none;
}
.new_wenjian .index_con_evaluate .swiper-pagination-bullet.swiper-pagination-bullet-active img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}
.new_wenjian .index_con_evaluate .swiper-pagination-bullet.swiper-pagination-bullet-active .index_con_evaluate_peo_mask {
	background: transparent;
}
.new_wenjian .index_con_evaluate .comment_title {
	color: #333;
	font-size: 24px;
	text-align: center;
	margin-top: 50px;
	position: relative;
}
.new_wenjian .index_con_evaluate .comment_title::after {
	content: "";
	position: absolute;
	bottom: -12px;
	width: 2%;
	left: 49.1%;
	height: 4px;
	background-color: #199fff;
	border-radius: 4px;
}
.new_wenjian .index_con_evaluate .swiper-container-horizontal>.swiper-pagination-bullets,
.new_wenjian .index_con_evaluate .swiper-pagination-custom,
.new_wenjian .index_con_evaluate .swiper-pagination-fraction {
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 99;
	bottom: 160px;
}
.new_wenjian .index_con_evaluate .comment_name {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new_wenjian .index_con_evaluate .comment_name img {
	width: 806px;
	height: 122px;
}
.new_wenjian .index_con_evaluate .comment_name p {
	font-size: 24px;
	color: #222F41;
	line-height: 30px;
	margin-top: 12px;
}
.new_wenjian footer {

	background: #0C1836;
	padding: 65px 0 15px;
	color: #FCFDFE;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new_wenjian footer .p_35 {
	font-size: 32px;
	font-weight: bold;
}
.new_wenjian footer .p_35 span {
	color: #0E93FF;
	font-size: 42px;

}
.new_wenjian footer .p_25 {
	font-size: 16px;
	color: #A0A7B9;
	margin: 20px 0 28px;
}
.new_wenjian footer .line {
	width: 100%;
	height: 1px;

	margin: 50px 0 0px;
	opacity: 0.31;
}
.sjhuifu {
	background-color: #0b172e;
}
.sjhuifu p {
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #ffffff9c;
}
.new_wenjian footer .footer_dl {
	width: 137px;
	height: 50px;
	background: linear-gradient(90deg, #2B97ED, #2ECFF7);
	box-shadow: 0px 0px 9px 0px rgba(0, 105, 200, 0.11);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}
.new_wenjian footer .footer_dl:hover {
	background: #44b4ff;
	box-shadow: 0px 6px 12px 0px rgba(121, 190, 255, 0.32);
}
.new_wenjian footer .footer_dl img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.new_wenjian footer .p_14 {
	font-size: 14px;
	color: #A5A2A2;
	line-height: 14px;
}
.new_wenjian footer .p_14 a {
	color: #A5A2A2;
}

.fixed-top {
	position: fixed;
	bottom: 200px;
	right: 8px;
	background: #fcfdfe;
	box-shadow: 0px 10px 20px 0px rgba(227, 227, 227, 0.5);
	border-radius: 16px;
	padding: 0 20px;
	box-sizing: border-box;
	display: none;
	transform: scale(0.8);
	z-index: 1000;
}

.fixed-top li:not(:last-child) {
	border-bottom: 1px solid #E6E6E6;
}

.fixed-top li a {
	padding: 24px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	color: #333;
	line-height: 28px;
}

.fixed-top li a img {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.spread-i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin-left: -125px;
	margin-top: -125px;
	animation: spread 1.5s infinite both;
	-webkit-animation: spread 1.5s infinite both;
	-moz-animation: spread 1.5s infinite both;
	-o-animation: spread 1.5s infinite both;
}

@keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-o-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
.step-container .step-tabbar {
	width: 1002px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 82px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.step-container .step-tabbar li {
	flex: 1;
	font-size: 18px;
	color: #1A1A1A;
	text-align: center;
	border-bottom: 2px solid #D6D6D6;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.step-container .step-tabbar li.active .bottomborder {
	display: block;
}
.step-container .step-tabbar li .bottomborder {
	background: #cccccc;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	display: none;
	overflow: hidden;
}
.step-container .step-tabbar li .bottomborder .borbg {
	width: 100%;
	background: #178EF0;
	height: 4px;
	position: absolute;
	left: -334px;
	top: 0;
}
.step-container .step-tabbar li>p {
	width: 251px;
	height: 50px;
	line-height: 52px;
	margin: 0 auto;
	font-size: 18px;
	color: #999999;
	margin-bottom: 12px;
}
.step-container .step-tabbar li p.line-height {
	line-height: 52px;
}
.step-container .gif-container {
	width: 947px;
	height: 648px;
	margin: 0 auto 0;
	position: relative;
}

.step-container .gif-container .gif-container_content {
	box-shadow: 0px 2px 8px #dfdddd;
	-moz-box-shadow: 0px 2px 8px #dfdddd;
	-webkit-box-shadow: 0px 2px 8px #dfdddd;
	position: absolute;
	width: 997px;
	top: -30px;
	right: -26px;
}