@charset 'utf-8';

/*全局样式*/
*{
	padding: 0;
	margin: 0;
}
*, :after, :before{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
	height: 100%;
}
body{
	font-size: 30px;
	width: 100%;
	background: #fff;
	line-height: .4rem;
}
a{
	background: none;
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
a:focus, a:hover{
	color: #333;
}
ul,li,em,i{
	font-style: normal;
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,p{ 
	margin: 0;
	padding: 0;
}



/* 通用样式 */
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl::after{
	content: '';
	height: 0;
	display: block;
	clear: both;
}
.mt2{
	margin-top: .2rem;
}
.mt4{
	margin-top: .4rem;
}






/* 首页样式 */

/*头部样式*/
.head-bar{
	width: 100%;
	background: #fff;
	padding: .1rem;
}
.logo{
	width: 2rem;
}
.tel{
	width: 2.3rem;
}
.head-bar > div img{
	width: 100%;
}
.nav{
	height: .7rem;
	line-height: .7rem;
	background: #f05118;
	overflow: hidden;
}
.nav ul{
	font-size: 0;
	height: .71rem;
	display: flex;
	display: -webkit-flex;
}
.nav ul li{
	flex: 1;
	text-align: center;
	position: relative;
}
.nav ul li:after{
	content: '';
	position: absolute;
	right: 0;
	top: .23rem;
	width: 1px;
	height: .25rem;
	background: #b63000;
	transform: skew(-15deg);
}
.nav ul li:last-child:after{
	display: none;
}
.nav ul li a{
	font-size: .23rem;
	color: #fff;
	display: block;
}
.nav ul .cur{
	background: #f97f08;
	transform: skew(-15deg);
}
.nav ul .cur:after{
	transform: none;
	visibility: hidden;
}
.nav ul .cur a{
	transform: skew(15deg);
}

/*轮播样式*/
.swiper-container img{
	width: 100%;
}
.swiper-container > .banner-circle{
	bottom: 0;
}
.banner-circle .swiper-pagination-bullet-active{
	background: #fff;
}
/*内容*/
.small-title-pic{
	position: relative;
}
.small-title-pic::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.18rem;
	width: 0;
	height: 0;
	margin: auto;
	border: 0.1rem solid transparent;
	border-top-color: #459ef2; 
}
.small-title-pic img{
	width: 100%;
}
.secont{
	width: 94%;
	margin:.3rem auto 0;
	padding-bottom: .35rem;
}
.bm{
	border-bottom: 1px solid #f1f1f1;
}
.section:last-child .bm{
	border-bottom: 0;
}
.welfarelist{
	margin: 0 -.1rem;
	display: flex;
	display: -webkit-flex;
}
.welfarelist li{
	flex: 1;
	margin: .1rem;
}
.welfarelist li img{
	width: 100%;
}
.callbtn{
	height: .8rem;
	line-height: .8rem;
	background: #f97f08;
	margin-top: .3rem;
	text-align: center;
}
.callbtn a{
	font-size: .25rem;
	color: #fff;
	display: block;
}
.callicon{
	width: .42rem;
	height: .42rem;
	background: url(../images/201801051810.png) no-repeat;
	background-size: 100%;
	margin-right: .1rem;
	display: inline-block;
	vertical-align: middle;
}
.title-text{
	font-size: .25rem;
	color: #999;
	line-height: .4rem;
	text-align: center;
}
.numbertab-nav{
	display: flex;
	border: 1px solid #f97f08;
}
.numbertab-nav span{
	font-size: .25rem;
	color: #f97f08;
	line-height: .35rem;
	padding: .08rem 0;
	border-left: 1px solid #f97f08;
	flex: 1;
	text-align: center;
}
.numbertab-nav span:first-child{
	border-left: 0;
}
.numbertab-nav .active{
	position: relative;
	color: #fff;
	background: #f97f08;
}
.numbertab-nav .active::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.2rem;
	width: 0;
	height: 0;
	margin: auto;
	border: .1rem solid transparent;
	border-top-color: #f97f08;
}
.numbertab-list{
	display: none;
}
.numbertab-list ul{
	margin: 0 -0.1rem;
	display: flex;
	flex-flow: row wrap; 
}
.numbertab-list ul li{
	width: calc((100% - .1rem * 4) / 2);
	font-size: .25rem;
	border: 1px solid #eb4221;
	text-align: center;
	margin: .2rem .1rem;
}
.numbertab-list ul li p{
	font-size: .33rem;
	line-height: .8rem;
}
.numbertab-list ul li a{
	color: #fff;
	height: .6rem;
	background: #eb4221;
	line-height: .6rem;
	display: block;
}
.knowcase-list ul{
	margin: .1rem -.06rem;
	display: flex;
	flex-flow: row wrap;
}
.knowcase-list ul li{
	font-size: .25rem;
	width: calc((100% - .06rem * 2 * 3) / 3);
	margin: .06rem;
	text-align: center;
	box-shadow: 0 0 10px #eaeaea;
}
.knowcase-list ul li img{
	width: 100%;
}
.knowcase-list ul li p{
	height: .5rem;
	line-height: .5rem;
}

/* 尾部样式 */
.foot-text-sm{
	background: #f5f5f5;
	padding: .3rem .2rem;
}
.foot-sm-title{
	font-size: .27rem;
	font-weight: normal;
	color: #333;
	line-height: .4rem;
	margin-bottom: .2rem;
}
.foot-text-sm p{
	font-size: .23rem;
	color: #666;
}
.copyright{
	font-size: .23rem;
	color: #b2b2b2;
	background: #4d4d4d;
	padding: .2rem 0;
	text-align: center;
}
.footer-fixed-box{
	height: 1rem;
}
.fix{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	background: #fff;
	display: flex;
	z-index: 30;
}
.fix span{
	flex: 1;
	text-align: center;
}
.fix span a{
	font-size: .26rem;
	text-align: center;
	display: block;
}
.onlineicon{
	background: url(../images/201801051808.png);
}
.telicon{
	background: url(../images/201801051809.png);
}
.fix span em{
	width: .42rem;
	height: .42rem;
	background-size: 100%;
	margin-right: .1rem;
	display: inline-block;
	vertical-align: middle;
}
.fix span:first-child a{
	color: #fff;
	background: #f97f08;
}
.fix span:last-child a{
	font-size: .33rem;
	color: #f97f08;
	background: #f2f2f2;
}


/* 400定义 */
.knownav{
	font-size: .26rem;
	color: #333;
	height: .9rem;
	line-height: .9rem;
	background: #f2f2f2;
	display: flex;
	display: -webkit-flex;
}
.knownav span{
	text-align: center;
	flex: 1;
}
.knownav span a{
	display: block;
}
.cur{
	color: #fff;
	background: #f97f08;
}
.cur a{
	color: #fff;
	display: block;
}
.know-box-title{
	text-align: center;
}
.know-box-title span{
	position: relative;
	font-size: .3rem;
	height: .7rem;
	line-height: .7rem;
	margin: auto;
	padding: 0 .4rem;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(90deg , #fff , #f97f08, #fff) 1 1;
	display: inline-block;
}
.know-box-title span::before,
.know-box-title span::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: .1rem solid transparent;
}
.know-box-title span::before{
	bottom: -.21rem;
	border-top-color: #f97f08;
}
.know-box-title span::after{
	bottom: -.19rem;
	border-top-color: #fff;
}
.what-content p{
	font-size: .25rem;
	color: #666;
	margin-top: .2rem;
}

.excellence{
	/*overflow: visible;*/
	padding-bottom: .7rem;
}
.excellence .swiper-wrapper .swiper-slide{
	font-size: .25rem;
	text-align: center;
	padding: .2rem 0;
	box-shadow: 0 0 15px #eaeaea;
}
.exceicon{
	width: .75rem;
	height: .75rem;
	margin: auto;
	display: block;

}
.exceicon img{
	width: 100%;
}
.exceicon-title{
	font-size: .27rem;
	font-weight: normal;
	margin-top: .2rem;
}
.exce-text{
	font-size: .23rem;
	color: #666;
}
.swiper-container-horizontal .lunbocheck{
	bottom: 0rem;
}
.swiper-container-horizontal .lunbocheck .swiper-pagination-bullet{
	width: .25rem;
	height: .06rem;
	border-radius: 0;
}
.swiper-container-horizontal .lunbocheck .swiper-pagination-bullet-active{
	background: #f97f08;
}
.applay .swiper-wrapper .swiper-slide{
	padding: 0;
}
.current-title{
	font-size: .25rem;
	color: #333;
	margin:.45rem 0 .25rem;
	text-align: center;
}
.current-title i{
	color: #f97f08;
}

/* 400功能页面样式 */
.funlist-box-ul li{
	margin: .2rem 0.1rem;
	box-shadow: 0 0 15px #eaeaea;
}
.mainshow{
	font-size: 0;
	padding: .15rem;
}
.mainshow > span{
	display: inline-block;
	vertical-align: middle;
}
.funicon{
	width: 1rem;
	height: 1rem;
}
.funicon-title{
	font-size: .25rem;
	color: #666;
	width: calc(100% - 1rem - .3rem - .2rem * 2);
	margin-left: .2rem;
}
.funicon-title b{
	font-size: .3rem;
	color: #000;
	font-weight: normal;
	margin-bottom: .1rem;
	display: block;
}
.righticon{
	width: .3rem;
	height: .3rem;
	background: url(../images/201801171133.png);
	background-size: 100%;
	margin-top: .3rem;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s;
}
.rotate{
	transform: rotate(90deg);
}
.functiontext{
	padding: .15rem;
	border-top: 1px solid #eaeaea;
	display: none;
}
.functiontext p{
	font-size: .23rem;
	color: #999;
}
.chatservice a{
	font-size: .26rem;
	color: #fff;
	width: 60%;
	height: .7rem;
	line-height: .7rem;
	background: #f97f08;
	margin: .25rem auto;
	display: block;
	text-align: center;
	border-radius: .8rem;
	box-shadow: 0 3px 15px #fbca9c;
}

/*特价靓号页面样式*/
.changebtn a{
	font-size: .26rem;
	color: #f97f08;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	margin: .3rem auto;
	border-radius: .8rem;
	display: block;
	text-align: center;
	box-shadow: 0 3px 15px #fbca9c;
}
.blacktitle{
	font-size: .3rem;
	color: #333;
	text-align: center;
}
.content-img img{
	width: 100%;
	margin-top: .15rem;
}

.teshu span{
	font-size: .23rem;
}
.teshu span b{
	font-family: 'Adobe Caslon Pro','Arial';
	font-size: .4rem;
	color: #eb4221;
	display: block;
}
.teshu .active b{
	color: #fff;
}


/* 办理流程页面样式 */
.steptitle{
	font-size: 0;
}
.steptitle span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.stepnum{
	width: .75rem;
	height: .8rem;
}
.stepnum b{
	position: absolute;
	left: 0;
	top: 0;
	font-size: .35rem;
	color: #fff;
	width: .76rem;
	height: .76rem;
	line-height: .6rem;
	background: #f97f08;
	border: .08rem solid #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
}
.stepnum::before,
.stepnum::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border: .17rem solid transparent;
	margin: auto;
}
.stepnum::before{
	top: -.28rem;
	border-bottom-color: #f97f08;
}
.stepnum::after{
	bottom: -.25rem;
	border-top-color: #f97f08;
}
.stepsm{
	font-size: .26rem;
	color: #fff;
	height: .55rem;
	line-height: .55rem;
	background: #f97f08;
	margin-left: -.1rem;
	padding: 0 .25rem 0 .25rem;
}
.stepsm::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: .275rem solid transparent;
	border-right: .1rem solid #fff;
}
.step-text{
	margin-left: .36rem;
	margin-top: -.2rem;
	padding-left: .2rem;
	padding-bottom: .2rem;
	border-left: 0.05rem solid #f97f08;
}
.stepbox:first-child .stepnum::before{
	border: 0;
}
.stepbox:last-child .step-text{
	padding-bottom: 0;
}
.wihte a{
	font-size: .28rem;
	color: #fff;
	background: #f97f08;
}
.promotions{
	font-size: 0;
	height: 1.5rem;
	background: url(../images/201801180939.png) no-repeat center center;
	background-size: 100%;
	padding: .15rem .2rem .25rem;
}
.promotions > div{
	display: inline-block;
	vertical-align: middle;
}
.promotions-text{
	font-size: .22rem;
	color: #f97f08;
	width: 4rem;
	padding-left: .2rem;
	padding-top: .18rem;
}
.qiang{
	font-size: .4rem;
}
.promotions-right{
	font-size: .18rem;
	line-height: .25rem;
	color: #fff;
	width: calc(100% - 4rem - .25rem);
	text-align: center;
}
.countdown{
	font-size: 0;
}
.countdown span,
.countdown i{
	font-size: .30rem;
	color: yellow;
	line-height: .35rem;
}
.nothing-btn{
	width: 1.2rem;
	height: .4rem;
	margin-left: .1rem;
	display: block;
}

/* 关于我们 */
.excellence .swiper-wrapper .odds{
	padding: 0;
	box-shadow: none;
}
.excellence .swiper-wrapper .odds img{
	box-shadow: 0 3px 15px #eaeaea;
}
.excellence .swiper-wrapper .odds p{
	font-size: .21rem;
	margin-top: .2rem;
}
.honner{
	padding-top: .15rem;
	box-shadow: 0 3px 15px #eaeaea;
}
.honner-list{
	font-size: .23rem;
	color: #666;
	padding: .25rem;
	
	text-align: center;
}
.honner-img{
	width: 1.5rem;
	height: 1.5rem;
	margin: auto;
	display: block;
	overflow: hidden;
}
.honner-img img{
	width: 100%;
}
.honner-title{
	font-size: .26rem;
	color: #333;
	margin: .15rem auto;
}
.secont-img img{
	width: 100%;
}
.contactbox p{
	font-size: .25rem;
	line-height: .5rem;
}
.contactbox p span{
	color: #999;
}

/* 优惠套餐页面样式 */
.pagenav li{
	background: #f2f4ff;
	margin: .05rem;
	text-align: center;
	padding: .2rem .1rem;
}
.welfarelist li a{
	display: block;
}
.jj{
	background: url(../images/201801191029_01.png);
}
.mx{
	background: url(../images/201801191029_02.png);
}
.jt{
	background: url(../images/201801191029_03.png);
}
.ticon{
	width: 1.4rem;
	height: 1.15rem;
	background-size: 100%;
	margin: auto;
	display: block;
}
.pagenav li h4{
	font-size: .27rem;
	font-weight: normal;
}
.current{
	box-shadow: 2px 3px 5px #eaeaea;
}
.pagenav .current h4{
	color: #f97f08;
}
.tbox{
	margin-top: 0;
}
.bluebox{
	background: url(../images/201801191014.png) no-repeat;
	background-size: 100%;
}
.bluebox{
	position: relative;
	font-size: .27rem;
	color: #fff;
	height: 1.85rem;
	text-align: center;
}
.pagebox-title {
	padding-top: .15rem;
}
.pagebox-title strong{
	font-size: .5rem;
	text-shadow: 0 2px 3px #333;
	/*background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ffba41));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
.for{
	font-size: .3rem;
	font-weight: bold;
	margin-top: .08rem;
}
.saled{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #895c11;
	width: 3rem;
	height: .6rem;
	line-height: .6rem;
	background: linear-gradient(to right,#fff2dc, #ffd696);
	margin: auto;
	border-radius: .15rem .15rem 0 0;
	display: inline-block;
}
.flist{
	color: #fff;
	height: 1.2rem;
	background: url(../images/201801191014_13.png) no-repeat;
	background-size: 100%;
	margin-top: .2rem;
	padding: .15rem 1rem 0.15rem .4rem;
}
.flist h4{
	font-size: .35rem;
}
.flist p{
	font-size: .25rem;
	margin-top: .05rem;
}










