* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

body {
	max-width: 750px;
	margin: 0 auto;
	font-size: 12px;
	background-color: #f5f5f5;
	line-height: 1.5;
}

input::placeholder {
	color: #999;
}

.main-color {
	color: #2078FB;
}

.df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fc {
	flex-direction: column;
	-webkit-flex-direction: column;
}

.fr {
	flex-direction: row;
	-webkit-flex-direction: row;
}

.jf {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.jc {
	justify-content: center;
	-webkit-justify-content: center;
}

.js {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.fw {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ac {
	align-items: center;
	-webkit-align-items: center;
}

.af {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.bold {
	font-weight: bold;
}

.import {
	color: #E6322E;
}

.flex1 {
	flex: 1;
}

.warp {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	/* background-image: url(../images/bg.png); */
	background-size: contain;
	background-repeat: no-repeat;
}

.container {
	padding: 0 15px;
	position: relative;
	z-index: 1;
	margin-top: -130px;
}

.mip-sjh-text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.ml5 {
	margin-left: 5px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml15 {
	margin-left: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt5 {
	margin-top: 5px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px
}

.smart-title-count {
	padding: 8px 20px;
	background-color: rgba(230, 50, 46, 0.05);
	border-radius: 20px;
	font-size: 14px;
	color: #E6322E;
}

.smart-title-count .hot {
	width: 20px;
	height: 20px;
	background-image: url(../images/hot-fill.png);
	background-size: contain;
	display: block;
}

.top-warp {
	
}



.tel-icon {
	width: 16px;
	height: 16px;
	background-image: url(../images/tel.png);
	background-size: cover;
	display: block;
}

.logo {
	width: 120px;
}

.form-container {
	padding:15px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.contnum-box {
	border: 1px solid #d3d3cb;
	border-radius: 5px;
}

.contnum-box .infos {
	padding: 7px 0;
	text-align: center;
	color: #999
}

.cont_box {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	border: 3px solid #3d3c30;
	border-radius: 4px;
	padding: 0 5px;
}
.cont_box span{
	font-size: 18px;
	margin-left: 5px;
	font-weight: bold;
}

.cont_box div {
	margin-left: 2px;
}

.cont_box img {
	display: block;
	width: 20px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.contnum {
	padding: 4px;
	background: #e4e4e0;
	border-radius: 5px;
	overflow: hidden;
	max-height: 54px;
}

.text-warp {
	padding: 12px 10px 10px 10px;
	border: 1px solid #e4e4e0;
	border-radius: 0 0 6px 6px;
	border-top: none;
	margin-top: -2px;
	color: #666;
	margin-bottom: 15px;
}

.text-warp .lines {
	width: 1px;
	height: 11px;
	background-color: #888;
}

.form-container li {
	margin-bottom: 15px;
}
.form-container li:last-child{
	margin-bottom: 5px;
}

.slicet {
	height: 50px;
	padding: 0 10px;
	background: #f5f5f5;
	border-radius: 5px;
	position: relative;
	box-shadow: 1px 1px 1px 1px #E1E1E1;

}

.slicet input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: #f5f5f5;
	font-size: 14px;
}



.xialx {
	width: 6px;
	height: 13px;
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	background: url(https://static.yifeng.com/mindex/images/icon-1.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.butesix button {
	display: block;
	height: 50px;
	width: 100%;
	border: none;
	outline: none;
	background: #2078fb;
	color: #fff;
	border-radius: 5px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}

.butesix {
	animation: ball-before-anim 1.5s infinite;
	overflow: hidden;
	position: relative;
}

.opt {
	width: 200px;
	height: 200px;
	position: absolute;
	top: -100px;
	left: -100px;
	background-image: -webkit-linear-gradient(45deg, rgb(255, 255, 255, 0), rgb(255, 255, 255, .3));
	transform: rotate(30deg);
	animation: searchLights 1.5s linear infinite forwards;
	pointer-events: none;
}

@keyframes searchLights {
	0% {
		left: -100px;
	}

	30% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}


@keyframes ball-before-anim {
	0% {
		transform: scale(1);
	}

	10% {
		transform: scale(1.1);
	}

	20% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}


.safe {
	width: 13px;
	height: 16px;
	background-image: url(../images/safe.png);
	background-size: cover;
	display: block;
	margin-right: 5px;
}

.baojia {
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	margin-top: 15px;
}

.service {
	padding: 10px 0;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	margin-top: 15px;
}

.baojia img {
	width: 30%;
	display: block;
}

.t {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.video-slide .swiper-container {
	padding-bottom: 10px;
}

.video-slide .swiper-pagination {
	bottom: 0;
}

.video-slide .swiper-slide {}

.video-slide .video-boxs {
	width: 100%;
	padding: 10px 15px;
}

.video-slide .video-list {
	width: calc(50% - 7px);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 6px;
	overflow: hidden;
}

.video-slide .video-list .img-box {
	position: relative;
	overflow: hidden;
}

.video-slide .video-list .img-box video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000
}

.video-slide .video-list .text-box {
	padding: 10px 10px 15px 10px;

}

.video-slide .video-list .text-box .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.c666 {
	color: #666;
}

.video-btn {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.video-btn::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	border-top: 6px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 6px solid transparent;
}

.img-o {
	/* position: absolute; */
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.img-o.hide{
	opacity: 0;
	pointer-events:none;
}

.img-o img {
	width: 100%;
	height: 100%;
}

.hot-tel {
	padding: 10px 0;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	margin-top: 15px;
}

.eva-box {
	padding: 10px 15px;
}

.eva-box-list {
	width: calc(50% - 7px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 10px;
}

.eva-box-list a {
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 10px 0;
	line-height: 1.8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.evaluation-swiper .swiper-container {
	padding-bottom: 10px;
}

.evaluation-swiper .swiper-pagination {
	bottom: 0;
}

.eva-box-list:nth-child(1),
.eva-box-list:nth-child(2) {
	margin-top: 0;
}

.hot-line {
	padding: 10px 0;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	margin-top: 15px;
}

.swiper-pagination-bullet {
	width: 4px;
	height: 4px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 8px;
	border-radius: 4px;
}

.why-choise {
	padding: 10px 0;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	margin-top: 15px;
}

.why-choise .list {
	padding: 10px 15px;
}

.why-choise .text-box .tit {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
	font-weight: bold;
}

.why-choise .text-box .info {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
}

.why-choise .text-box {
	width: 49%;
}

.why-choise .img-box {
	width: calc(50% - 10px);
	overflow: hidden;
	border-radius: 6px;
}

.question-box {
	padding: 10px 0;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	margin-top: 15px;
}

.question-box .question {
	padding: 0 15px;
}

.question-box .question .list {
	padding: 15px 0;
	border-bottom: 1px dashed #e0e0e0;
}

.question-box .question .list .tit {
	font-size: 13px;
	position: relative;
	padding-right: 20px;
}
.question-box .question .list .tit a{
	font-size: 12px;
}
.question-box .question .list .info {
	color: #666;
	line-height: 1.8;
	display: none;
	margin-top: 10px;
}

.pd10 {
	padding: 10px 15px;
}

.question-box .question .list .tit::before {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -2px;
	background-image: url(../images/arrow.png);
	background-size: cover;
	transition: .3s all;
}

.question-box .question .list.show .tit::before {
	transform: rotate(180deg);
}

.question-box .question .list.show .tit {
	font-weight: bold;
}

.footer {
	padding: 30px 0;
	background: #373332;
	color: #fff;
	line-height: 2.2;
	margin-top: 15px;
	text-align: center;
}

.bottom400 {
	font-size: 18px;
	color: #e3473a;
}

.video-box {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 9999
}

.video-box video {
	width: 100%;
	height: 100%;
}

.video-box-c {
	width: 100%;
	height: 100%;
}

.video-close {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 9999999;
	border-radius: 30px;
	background-image: url(../images/close.png);
}

.popup_tip {
	margin: -20px 0 15px 0;
}

.popup_btn {
	display: block;
	width: 44.6%;
	float: left;
	background-color: #2078fb;
	border-radius: 24px;
	text-align: center;
	padding: 8px 0;
	font-size: 16px;
	color: white !important;
}

.popup_btn_ok {
	margin: 0 30%
}

.popup {
	margin-bottom: 30px;
	text-align: center;
}

.popup_bottom {
	text-align: center;
}

.popup_or {
	display: inline-block;
	padding: 3.8% 0;
	float: left;
	min-width: 25px;
	text-align: center;
	color: #c9c9c9;
	font-size: 14px;
	flex: 1;
}
.box-Mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999998;
    transition: 0.2s all;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.box-Mask.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}



.mask-img{
    width: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 999999;
    transition: 0.45s all;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.cfff{
    color: #fff
}
.mask-img img{
    width: 70%;
    display: block;
    margin-left: 15%;
}

.mask-img.show{
    top: 25%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.close{
	position: absolute;
	top: -50px;
	right: -30px;
    width: 30px;
    height: 30px;
    background-image: url(../images/close2.png);
    background-size: contain;
	background-repeat: no-repeat;
    margin:20px auto;
	z-index: 1;
}

.kefu-content{
	width: 70%;
	background-color: #fff;
	margin-left: 15%;
	border-radius: 5px;
	line-height: 2;
	font-size: 14px;
	position: relative;
}
.kefu-box{
	padding: 15px;
	font-size: 12px;
	color: #333;
}
.kefu-btn{
	text-align: center;
	padding: 7px 0;
	border-top: 1px solid #ECECEC;
	font-size: 14px;
	color: #666;
}
.kefu-box a{
	color: #2078fb;
}