/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #777777;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}
/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #777777;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }


input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #777777;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #777777;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #777777;}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #777777;}


/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*LAYOUT*/
.pc-block { display: block;}
.mb-block { display: none;}

.w1720{
	max-width: 1920px;
	padding: 0 5%;
	margin: 0 auto;
}
.w1200{
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
}
.mb-main{
	width: 100%;
	padding: 0 0.4rem;
}
.w1400{
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
}

@media (max-width:1400px) {
	.w1720{ padding: 0 40px;}
}
@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}
	.w1720{
		padding: 0 15px;
	}
	.w1200{
		padding: 0 15px;
	}
	.w1400{
		padding: 0 15px;
	}
}

.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}

.b-shadow{
	-o-box-shadow:0 0 30px rgba(0,0,0,.08); 
	-ms-box-shadow:0 0 30px rgba(0,0,.08); 
	-moz-box-shadow:0 0 30px rgba(0,0,0,.08);  
	-webkit-box-shadow:0 0 30px rgba(0,0,0,.08); 
	box-shadow:0 0 30px rgba(0,0,0,.08); 
}
.b-shadow2{
	-o-box-shadow:0 0 15px rgba(0,0,0,.05); 
	-ms-box-shadow:0 0 15px rgba(0,0,.05); 
	-moz-box-shadow:0 0 15px rgba(0,0,0,.05);  
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.05); 
	box-shadow:0 0 15px rgba(0,0,0,.05); 
}
.b-shadow3{
	-o-box-shadow:0px 10px 20px 0px rgba(212,169,15,.1); 
	-ms-box-shadow:0px 10px 20px 0px rgba(212,169,15,.1); 
	-moz-box-shadow:0px 10px 20px 0px rgba(212,169,15,.1); 
	-webkit-box-shadow:0px 10px 20px 0px rgba(212,169,15,.1); 
	box-shadow:0px 10px 20px 0px rgba(212,169,15,.1); 
}
@-webkit-keyframes scaleDraw {
	0% {
		-webkit-transform:scale(1);
	}
	25% {
		-webkit-transform:scale(1.1);
	}
	50% {
		-webkit-transform:scale(1);
	}
	75% {
		-webkit-transform:scale(1.1);
	}
}
@-moz-keyframes scaleDraw {
	0% {
		-moz-transform:scale(1);
	}
	25% {
		-moz-transform:scale(1.1);
	}
	50% {
		-moz-transform:scale(1);
	}
	75% {
		-moz-transform:scale(1.1);
	}
}
@-o-keyframes scaleDraw {
	0% {
		-o-transform:scale(1);
	}
	25% {
		-o-transform:scale(1.1);
	}
	50% {
		-o-transform:scale(1);
	}
	75% {
		-o-transform:scale(1.1);
	}
}
@keyframes scaleDraw {
	0% {
		transform:scale(1);
	}
	25% {
		transform:scale(1.1);
	}
	50% {
		transform:scale(1);
	}
	75% {
		transform:scale(1.1);
	}
}
.big{
	-webkit-animation: scaleDraw 5s ease-in-out infinite alternate;
	-o-animation:scaleDraw 5s ease-in-out infinite alternate;
    -moz-animation:scaleDraw 5s ease-in-out infinite alternate;
    animation:scaleDraw 5s ease-in-out infinite alternate;

}
.page-wrap{
	position: relative;
	z-index:0;
	background: #FFFFFF;
}


/*new*/
.new-header{
	width: 100%;
	background: #fff;
}
.new-headerTop{
	/* display: flex; */
	/* flex-flow: wrap; */
	/* align-items: center; */
	/* justify-content: space-between; */
}
.new-headerTop img{
	display: inline-block;
}
.new-headerTop .left-img{
	/* display: flex; */
	/* align-items: center; */
	display: inline-block;
}
.new-headerTop .left-img .logo1{
	margin-left: 12px;
	display: inline-block;
}
.new-headerTop .left-img .logo2{
	margin-left:140px;
	display: inline-block;
}
.new-headerTop .right-tel{
	padding-right: 10px;
	float: right;
	padding-top: 22px;
}
.new-headerTop .right-tel img{
	vertical-align: middle;
}
.new-headerTop .right-tel span{
	display: inline-block;
	font-size: 48px;
	color: #ff9102;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 24px;
}
/* ========== */
/* = PC-HEADER = */
/* ========== */
.pc-header{ position: relative; z-index:9;}
.pc-header .top{ width: 100%; background: #f5f5f5; line-height: 50px; height:50px; position: relative;z-index: 1;}
.pc-header .top .left{ float: left; font-size: 12px; color: #999999;}
.pc-header .top .left em{ float: right; padding-left: 25px; margin-left: 25px; position:relative; }
.pc-header .top .left em:before{ content: ""; position: absolute; top:50%; left:0; width: 1px; height: 12px; margin-top: -6px; background: #d2d2d2;}
.pc-header .top .left .local{ float: left; position: relative; background: url(../images/ico_address.png) no-repeat left 20px; color: #555555; padding-left: 16px; cursor: pointer;}
.pc-header .top .left .local i{ margin-left: 5px; color: #f08200; font-style: normal;}
.pc-header .top .left .local:hover .local-change{ display: block;}
.pc-header .top .left .local-change{ display: none; position: absolute; top:34px; left:46px; border: 1px solid #f08200; /*padding-top: 34px;*/  width:180px;} 
.pc-header .top .left .local-change div{ background: #FFFFFF; padding:10px; text-align: left; color: #d2d2d2;}
.pc-header .top .left .local-change div a{ margin:0 12px; display: inline-block;}
.pc-header .top .left .local-change div a:hover{ color: #f08200;}
.pc-header .top .tel{ float: right; color: #f08200; font-size: 13px; letter-spacing: 1px; padding-left: 24px; background:url(../images/ico_tel.png) no-repeat left;}
.pc-header .top .tel b{ font-size: 18px; color: #f08200; font-weight: bold;}
.pc-header .logo{ float: left;margin-right: 4.6875vw;}

.head{background: #eeeeee;}
.nav{ float: left; /*width: 80%; margin: 0 auto;*/}
.nav li{ float: left; position:relative;margin: 0 18px;}
.nav li>a{ display: block; line-height: 80px; height: 80px; padding: 0 10px; font-size:16px;color: #232323;}
.nav li:hover .nav-div{ display: block;}
.nav li .nav-div{ display: none; position: absolute; top:62px; left:50%;transform: translateX(-50%);  width: 160px; padding: 30px 20px; background:#FFFFFF; -o-box-shadow:0 0 15px rgba(0,0,0,.05); -ms-box-shadow:0 0 15px rgba(0,0,.05); -moz-box-shadow:0 0 15px rgba(0,0,0,.05);  -webkit-box-shadow:0 0 15px rgba(0,0,0,.05); box-shadow:0 0 15px rgba(0,0,0,.05);}
.nav li .nav-div div{ float: left;}
.nav li .nav-div a{ margin-bottom: 22px; display: block; line-height: 24px; height: 24px; padding-left: 15px;font-size:14px;color:#777;}
.nav li .nav-div a:last-child{ margin-bottom: 0;}
.nav li .nav-div a:hover{ background: url(../images/ico_nav_liubian.png) no-repeat left; color: #ee8100; text-decoration: underline !important;}
.nav li .nav-div span{ float: right;}
.nav li.current,
.nav li:hover{ border-bottom: 0px solid #f08200;}
.nav li.current>a,
.nav li:hover>a{ color: #f08200;}

.nav li>a.hot{
	position: relative;
}
.nav li>a.hot:after{
	position: absolute;
	right: -8px;
	top: 3px;
	content: '';
	width: 22px;
	height: 19px;
	background: url(../images/hot.png)no-repeat;
	background-size: cover; 
}
.pc-header .search{ float: right; margin-top:23px;border-radius: 40px; width: 230px; height: 36px; border: 1px solid #dcdcdc; padding-right: 40px; position: relative;background-color: #fff;}
.pc-header .search .in{ width: 100%; height: 34px; line-height: 24px; padding: 5px 0 5px 12px; border: none;border-radius:40px;}
.pc-header .search .in::-webkit-input-placeholder { color: #dcdcdc;}
.pc-header .search .in:-moz-placeholder { color: #dcdcdc;}
.pc-header .search .in::-moz-placeholder{ color: #dcdcdc;}
.pc-header .search .in:-ms-input-placeholder{ color: #dcdcdc;}
.pc-header .search .bt{ position: absolute; top:0; right:0; width: 40px; height: 36px; background: url(../images/ico_search.png) no-repeat;}

@media (max-width:1770px) {
	.nav{ margin-left: 0%;}
	.nav li{margin: 0 12px;}
	.nav li>a{ padding:0 10px;}
}

@media (max-width:1600px) {
	.pc-header .search{ width: 200px;}
	.pc-header .search .in{ font-size: 12px;}
}
@media (max-width:1540px) {
	.nav{ margin-left:40px;}
	.nav li>a{ padding:0 10px;}
}
@media (max-width:1480px){
	.nav li>a{ padding:0 7px; }
}
@media (max-width:1340px){
	.nav li>a{ font-size: 15px;}
}
@media (max-width:1280px){
	/*.nav{ float: right;}*/
	.nav li>a{ padding:0 10px;}
	.nav li:nth-child(7) .nav-div,
	.nav li:nth-child(8) .nav-div,
	.nav li:nth-child(9) .nav-div{ left:auto; margin-left: 0; right:-30px;}
	.pc-header .search{ display: none;}
}






/* ========== */
/* = FOOTER = */
/* ========== */
.footer{ background:#212025;}
.footer .content{ padding-bottom: 25px;}
.footer .tel{ float: left; margin-right: 32px; padding-top: 55px;}
.footer .tel span{ display: block; color: rgba(255,255,255,.6); line-height: 28px;}
.footer .tel p{ line-height: 34px; font-size: 24px; color: #f08200; font-weight: bold;}
.footer .fnav{ float:left; line-height: 32px; padding-top:85px;}
.footer .fnav a{ margin-right: 32px; display: inline-block; color: rgba(255,255,255,.6);}
.footer .fnav a:hover{ color: rgba(255,255,255,.8);}
.footer .right{ float: right; padding-top:85px;}
.footer .right a{ margin-left: 10px; display: inline-block; vertical-align: middle;}
.footer .right a:hover{ opacity: .8;}
.footer .right .a-contact{ margin-left: 25px; display:inline-block; padding-right: 42px; line-height: 34px; height: 34px; color: rgba(255,255,255,.6); font-weight: bold; background: url(../images/ico_contact.png) no-repeat right;}


.footer .new-content{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding: 37px 0 28px;
}
.footer .new-content .erweima{
	width: 100%;
	text-align: center;
}
.footer .new-content .erweima span{
	display: inline-block;
	font-size: 14px;
	color: #ff8500;
	letter-spacing: 1px;
	margin-top: 19px;
}
.footer .new-content .bottom-nav{
	width: 57.5%;
}
.footer .new-content .bottom-nav ul{
	display: flex;
	flex-flow: wrap;
}
.footer .new-content .bottom-nav ul li{
	margin-right: 9%;
	line-height: 1;
}
.footer .new-content .bottom-nav ul li .tit h2{
	font-size:16px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 30px;
}
.footer .new-content .bottom-nav ul li .tit em{
	display: block;
	width: 40px;
	height: 0px;
	background: #fff;
	margin-top: 16px;
}
.footer .new-content .bottom-nav ul li a{
	display: block;
	margin-top:16px;
	font-size: 14px;
	color: #b3b3b3;
	letter-spacing: 1px;
}
.footer .new-content .bottom-contact{
	width: 12%;
	text-align: center;
}
.footer .new-content .bottom-contact h3{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
}
.footer .new-content .bottom-contact h3 span{
	font-size: 14px;
}
.footer .new-content .bottom-contact h2{
	font-size: 32px;
	line-height: 1;
	color: #fff;
	margin-top: 15px;
	font-weight: bold; 
}
.footer .new-content .bottom-contact a{
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
}
.footer .new-content .bottom-contact a.mian{
	border: 2px solid #fff;
	line-height: 43px;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;	
}
.footer .new-content .bottom-contact a.mian:hover{
	background: #f08200;
	border-color: #f08200;
}
.footer .new-content .bottom-contact a.zixun{
	line-height: 47px;
	background: #f08200;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;	
}
.footer .new-content .bottom-contact a.zixun:hover{
	background: #fff;
	color: #f08200;
}
.friendlink{ padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); line-height: 24px;}
.friendlink .con{ position: relative; color: rgba(255,255,255,.5); padding-left: 80px;}
.friendlink .con span{ position: absolute; top:0; left:0; line-height: 24px;}
.friendlink .con a{ display: inline-block; margin-right:15px; color: rgba(255,255,255,.3);}
.friendlink .con a:hover{ color: rgba(255,255,255,.5);}


.footer .bdsharebuttonbox{ display: inline-block; vertical-align: middle;}
.footer .bdsharebuttonbox a{ margin: 0 0 0 10px; display: inline-block; vertical-align: middle; width: 25px; height: 25px;}
.footer .bdsharebuttonbox .bds_sqq{ background: url(../images/ico_qq.png);}
.footer .bdsharebuttonbox .bds_weixin{ background: url(../images/ico_weixin.png);}
.footer .bdsharebuttonbox .bds_tsina{ background: url(../images/ico_weibo.png);}
.bd_weixin_popup{ box-sizing: content-box;}


.copyright{ padding: 12px 0; background: #212124; color: #c7c7c7;padding-bottom:50px;}
.copyright .left{ float: left;}
.copyright .left span{ display: inline-block; margin: 0 20px;}
.copyright .right{ float: right;}
.copyright .right a{ margin-left: 25px; display: inline-block; color: #c7c7c7;}
.copyright .right a:hover{ color: #999999;}


@media (max-width:1400px){
	.footer .fnav a{ margin-right: 10px;}
}
@media (max-width:1280px){
	.footer .tel{ margin-right: 20px;}
	.footer .fnav a{ margin-right:10px;}
	.footer .right a{ margin-left: 5px;}
	.footer .right .a-contact{ margin-left: 20px;}

	.footer .bdsharebuttonbox a{ margin-left: 5px;}
}




/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:fixed; width: 100%; background:#FFFFFF; top:0; right:0; width: 100%; padding: 0 0.4rem; height: 1.3rem; z-index: 999; -o-box-shadow:0 0 15px rgba(0,0,0,.08); -ms-box-shadow:0 0 15px rgba(0,0,.08); -moz-box-shadow:0 0 15px rgba(0,0,0,.08);  -webkit-box-shadow:0 0 15px rgba(0,0,0,.08); box-shadow:0 0 15px rgba(0,0,0,.08); text-align: center;}
.mb-header .mb-logo{ height: 1.3rem; display:inline-block;}
.mb-header .mb-logo img{ vertical-align: top; height:1.3rem;}
.mb-nav-ico { position: absolute; right:0.375rem; top: 50%; width: 0.8rem; height: 0.8rem; margin-top: -0.4rem; border-radius: 100%; background: #f18401; cursor: pointer;}
.mb-nav-ico .line {	position: absolute;left:0.2rem;display: block; height:2px;width: 100%; background:rgba(255,255,255,.7); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.mb-nav-ico .line:nth-child(1) { top:0.22rem; width:0.26666666rem;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top: -1px; width: 0.36rem}
.mb-nav-ico .line:nth-child(3) { bottom:0.22rem; width: 0.2rem;}
.mb-nav-ico.active .line:nth-child(2){ opacity: 0;}
.mb-nav-ico.active .line:nth-child(1){top: 50%; margin-top: -1px;transform: rotate(-45deg); width: 0.36rem;}
.mb-nav-ico.active .line:nth-child(3){ top: 50%; margin-top: -1px; transform: rotate(45deg);width: 0.36rem;}
.city-button{ position: absolute; top:50%; margin-top: -0.33rem; left:0.26666666rem; width: 1.5rem; height: 0.66rem; line-height: 0.66rem; border-radius:0.33rem; background: #999999; color: #FFFFFF; font-size: 0.29333333rem; padding-right: 0.4rem;}
.city-button:after{content:"";  position: absolute; top:50%; margin-top: -0.05rem; right:0.26666666rem; margin-left: -7px;  width: 0px; height: 0px; border-style: solid dashed dashed dashed; border-color: #FFFFFF transparent transparent transparent; border-width:0.12rem;}

.mb_nav_ico {
	position: absolute;
    right: 0.375rem;
    top: 50%;
    width: 0.46rem;
    height: 0.46rem;
    margin-top: -0.23rem;
    cursor: pointer;
}
.mb_nav_ico img{width:100%;}
.mb_search_ico {
	position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 0.46rem;
    height: 0.46rem;
    margin-top: -0.23rem;
    cursor: pointer;
}
.mb_search_ico img{width:100%;}
@media (max-width:999px){
	.page-wrap{ position: relative; padding-bottom: 2.5rem; padding-top: 1.3rem;}
}


/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; right: 0; top: 0; z-index: 99; display: none; background: transparent;}
.menu { display: none; position: fixed; right: 0; top:0; padding-bottom: 1.55rem; padding-top: 1.3rem;  width: 70%; height: 100%; text-align: left; z-index: 99;overflow-y: scroll;  background: #FFFFFF;  -webkit-box-shadow:0 0 30px rgba(26,24,24,.1) inset;  box-shadow:0 0 30px rgba(26,24,24,.1) inset;}
.menu li { position: relative;}
.menu li>span { display: block; position: relative; padding: 0 0.666666rem 0 1.493333rem; height: 1.36rem; line-height: 1.36rem; color: #767676; font-size: 0.35rem; border-bottom: 1px solid #e9e9e9;}
.menu ul li>span::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top: -0.133333rem; width: 0.266666rem; height: 0.266666rem; border: 2px solid #f08200; border-radius: 100%;}
.menu ul li a{ color: #322e2d;}
.menu ul li>span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/mobile/menu_bg.png) no-repeat; background-size: cover;}
.menu-slide a { color: #7c7d7d; }
.menu-slide { display: none;}
.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 1.493333rem; height: 1.333333rem; line-height: 1.333333rem; font-size: 0.32rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width:0.266666rem; height:0.266666rem; background: url(../images/mobile/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide a:hover,
.menu-slide a.active { background: #f08200; color: #FFFFFF;}
.menu li>span.active a { color: #f08200;}
.menu li>span.active::before { color: #fff; background: #f08200; border-color: #f08200;}
.menu li>span.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/mobile/menu_bg2.png) no-repeat center;}


/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-copright{ padding:0.46rem .4rem; background: #f3f3f3; font-size: 0.26666666rem; color:#bbbbbb; text-transform: uppercase;}
.mb-copright a{color:#bbbbbb;}
.mb-footer{ position:fixed; bottom:0; right:0; width: 100%; height:1.55rem; background:#FFFFFF; border-top: 1px solid #c3c3c3; z-index: 999;}
.mb-footer li { float: left; width: 25%; border-left: 1px solid #c3c3c3; }
.mb-footer li a{ display:block; cursor: pointer;  height: 1.55rem; padding-top: 0.133333rem; color: #666666; text-align: center;}
.mb-footer li img{ width: 0.8rem;}
.mb-footer li p { margin-top:0.08rem; font-size: 0.275rem; height:0.32rem; line-height: 0.32rem;}
.mb-footer li:first-child{ background: #f39019; border-left: none;}
.mb-footer li:first-child a{color: #FFFFFF; }

.mb_footer{ position:fixed; bottom:0; right:0; width: 100%; background:#eee; z-index: 999;}
.mb_footer li { float: left; width: 20%;}
.mb_footer li a{ display:block; cursor: pointer;  height: 1.55rem; padding-top: 0.23rem; color: #666666; text-align: center;}
.mb_footer li span{
	width: 0.6rem;
    display: block;
    margin: 0 auto;
    height: .6rem;
}
.mb_footer li p { margin-top:0.08rem; font-size: 0.275rem; height:0.32rem; line-height: 0.32rem;color:#000;}
.mb_footer .f_crl3{position:relative;}
.mb_footer .tel_gif{
	position: absolute;
    left: 0;
    right: 0;
    width: 1.73332rem;
    bottom: -1.05rem;
}
.mb_footer .tel_gif img{width:100%;}
.mb_footer>p{
	background-color: #fff;
    padding: .3rem 0;
    font-size:10px;
    text-align: center;
    color: #888;
}
.f_crr4{margin-left:20%;}
.img_fa1{}
.img_fa2{}
.img_fa3{}
.img_fa4{width: 90%;}
.last_free{position:relative;}
.img_free{
	position: absolute;
    right: .3rem;
    top: .1rem;
    width: .7rem;
}
/* ========== */
/* = MOBILE POP = */
/* ========== */
.mb-pop{ display:none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.5); text-align: center; z-index:999; font-size: 0.34666666rem;}
.mb-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.mb-pop .content{ width:7.2rem; border-radius:3px; background: #FFFFFF; display: inline-block; vertical-align: middle; position: relative; cursor:pointer; text-align: left;}
.mb-pop .close{ position: absolute; bottom:-1rem; left:50%; margin-left: -0.32rem; width: 0.64rem; height: 0.64rem;}
.mb-city .content{ padding:0.4rem 1rem 0.5rem; }
.mb-city .content span{ display: inline-block; background: #f39019; color: #FFFFFF; padding: 0.06666666rem 0.20rem; border-radius:3px;}
.mb-city .content .con{ margin-top: 0.26666666rem; text-align: center;}
.mb-city .content a{ float: left; display: inline-block; width: 33.333%; line-height: 0.8rem;}

.mb-sign .content{ padding:0.46666666rem 0.26666666rem 0.9rem; text-align: center;}
.mb-sign .tit{ padding-bottom: 0.15rem; font-size: 0.4rem; color: #333333;}
.mb-sign .in{ margin-top: 0.26666666rem; width: 100%; border:1px solid #d8d8d8; border-radius: 3px;}
.mb-sign .in input{ padding: 0.2rem 0.33333333rem; width: 100%; border: none; background: none; line-height:0.6rem; height: 1rem;}
.mb-sign .mianji{ position: relative; }
.mb-sign .mianji input{padding-right: 1.33333333rem;}
.mb-sign .mianji span{ display: block; line-height: 1rem; position: absolute; top:0; right:0.26666666rem;}
.mb-sign .button{ margin-top: 0.46666666rem; position: relative;}
.mb-sign .button input{ -webkit-appearance: none;width: 100%; height:1.26666666rem; line-height:1.26666666rem; border-radius: 3px; background: #f39019; color: #FFFFFF; font-size: 0.48rem;}
.mb-sign .button:after{ content: ""; position: absolute; left:50%; margin-left: -0.45rem; bottom:-0.7rem; width: 0.93333333rem; height: 1.06666666rem; background-image: url(../images/mobile/ico_hand2.png); background-size: cover;}




/* ========== */
/* = SITEMAP = */
/* ========== */
.sitemap{ max-width:660px; padding:70px 0 180px; margin: 0 auto;}
.sitemap li{ margin-bottom:30px; position: relative; padding-left: 130px; line-height: 30px; min-height: 30px;}
.sitemap li>a{ position: absolute; top:0; left:0; padding:0px 10px; text-align: center; min-width: 110px; background: #f08200; color:#FFFFFF; line-height: 30px;}
.sitemap li div a{ display: inline-block; margin: 0 15px;}
.sitemap li div a:hover{ color: #f08200;}

/* ========== */
/* = 404 = */
/* ========== */
.main-404{ padding:50px 0 120px; text-align: center;}
.main-404 .p1{ margin-bottom: 10px;}


/* ========== */
/* = search-section = */
/* ========== */
.search-section{ padding: 80px 0;}
.search-section .theme{ text-align: center; font-size:30px; color: #333333;font-weight: bold;}
.search-section h2{ font-size: 24px; margin-top: 30px; color: #333333; font-weight: bold;}

@media screen and (max-width:600px) {
	/* ========== */
	/* = SITEMAP = */
	/* ========== */
	.sitemap{ padding: 40px 0;}
	.sitemap li{ margin-bottom:30px; padding-left:100px; font-size: 12px;}
	.sitemap li>a{ padding: 0 8px; min-width: 80px;}
	.sitemap li div a{ margin: 0 5px;}
	
	/* ========== */
	/* = 404 = */
	/* ========== */
	.main-404{ padding:20px 0 60px;}
	
	/* ========== */
	/* = search-section = */
	/* ========== */
	.search-section{ padding:40px 0 0;}
	.search-section .theme{ font-size: 24px;}
	.search-section h2{ font-size: 20px;}
}



/* ========== */
/* = APPOINT-POP = */
/* ========== */
.appoint-pop{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.7); text-align: center; z-index:999;}
.appoint-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.appoint-pop .content{ max-width:780px; width: 90%; background: #FFFFFF; display: inline-block; vertical-align: middle; position: relative;}
.appoint-pop .close{ cursor: pointer; position: absolute; top:12px; right:12px; width: 40px; height: 40px; background-image: url(../images/appoint_pop_close.png); background-size: cover;}
.appoint-pop .con{ padding: 45px 70px 65px; text-align: left;}
.appoint-pop .tit{ position: relative; font-size:26px; color: #333333; padding-bottom: 20px; font-weight: bold; letter-spacing: 2px;text-indent: 4em;}
.appoint-pop .tit:after{ content: ""; position: absolute; bottom:0; left:0; width: 34px; height: 2px; background: #f08200;}
.appoint-pop .des{ margin-top: 15px; color: #333333; font-size: 18px; line-height: 32px;}
.appoint-pop .des span{ color: #f08200;}
.appoint-pop .in{ float: left; width: 48%; margin-right:4%; margin-top: 40px;}
.appoint-pop .in:last-child{ margin-right: 0;}
.appoint-pop .in input{ width: 100%; height: 46px; border: 1px solid #e5e5e5; padding: 10px 20px; line-height: 24px;}
.appoint-pop .button{ margin-top: 25px;}
.appoint-pop .button input{ width: 100%; height: 46px; line-height: 46px; background: #f08200; color: #FFFFFF; font-weight: bold; letter-spacing: 2px;} 
.appoint-pop .button input:hover{ background: #ff9b21; }

.pop1161635{}

.pop1161635 .content{ max-width:430px; width: 90%; background: #FFFFFF; display: inline-block; vertical-align: middle; position: relative;}
.pop1161635 .con{ padding: 35px; text-align: left;}
.pop1161635 .tit{ position: relative; font-size:40px; color: #ff9900; padding: 10px 0; font-weight: bold; letter-spacing: 2px;text-indent: 0;}
.pop1161635 .in{ float: none; width: 100%; margin-right:0; margin-top: 20px;}
.pop1161635 .tit:after{ content: ""; position: absolute; bottom:0; left:0; width: 0; height: 0; background: transparent;}
.pop1161635 .des{ margin-top: 0; color: #333333; font-size: 18px; line-height: 20px;text-align:center;}
.pop1161635 .des span{ color: #ff6600;font-weight:bold;}
.pop1161635 .in input{ width: 100%; height: 60px; border: 1px solid #e5e5e5; padding: 10px 20px; line-height: 24px;font-size:18px;background-color:#eaeaea;}
.appoint-pop .button input{ width: 100%; height: 60px; line-height: 60px; background: #f08200; color: #FFFFFF; font-weight: bold; letter-spacing: 2px;font-weight: bold;
    font-size: 32px;}
.zx116{font-size:20px;color:#ff9900;text-align:center;margin:30px 0 10px;font-weight:bold;}
.tz116{font-size:16px;color:#999;text-align:center;}	
.hand116{
	position:relative;
}
.xiaoshou{
	position: absolute;
    right: 62px;
    bottom: -23px;
}

@media screen and (max-width:600px) {
	.appoint-pop .close{ width: 25px; height: 25px;}
	.appoint-pop .con{ padding: 30px 20px;}
	.appoint-pop .tit{ font-size: 20px;}
	.appoint-pop .des{ font-size: 12px; line-height: 22px;}
	.appoint-pop .in{ margin-top: 20px; width: 100%;}
}






/* ========== */
/* = APPOINT-POP = */
/* ========== */
.home-appoint-pop{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.7); text-align: center; z-index:9999;}
.home-appoint-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.home-appoint-pop .content{ max-width:780px; width: 90%; background: #FFFFFF; display: inline-block; vertical-align: middle; position: relative;}
.home-appoint-pop .close{ cursor: pointer; position: absolute; top:12px; right:12px; width: 40px; height: 40px; background-image: url(../images/appoint_pop_close.png); background-size: cover;}
.home-appoint-pop .con{ padding: 45px 70px 65px; text-align: left;}
.home-appoint-pop .tit{ position: relative; font-size:30px; color: #333333; padding-bottom: 20px; font-weight: bold; letter-spacing: 2px;}
.home-appoint-pop .tit:after{ content: ""; position: absolute; bottom:0; left:0; width: 34px; height: 2px; background: #f08200;}
.home-appoint-pop .des{ margin-top: 15px; color: #333333; font-size: 18px; line-height: 32px;}
.home-appoint-pop .des span{ color: #f08200;}
.home-appoint-pop .in{ float: left; width: 48%; margin-right:4%; margin-top: 40px;}
.home-appoint-pop .in:last-child{ margin-right: 0;}
.home-appoint-pop .in input{ width: 100%; height: 46px; border: 1px solid #e5e5e5; padding: 10px 20px; line-height: 24px;}
.home-appoint-pop .button{ margin-top: 25px;}
.home-appoint-pop .button input{ width: 100%; height: 46px; line-height: 46px; background: #f08200; color: #FFFFFF; font-weight: bold; letter-spacing: 2px;} 
.home-appoint-pop .button input:hover{ background: #ff9b21; }

@media screen and (max-width:600px) {
	.home-appoint-pop .close{ width: 25px; height: 25px;}
	.home-appoint-pop .con{ padding: 30px 20px;}
	.home-appoint-pop .tit{ font-size: 20px;}
	.home-appoint-pop .des{ font-size: 12px; line-height: 22px;}
	.home-appoint-pop .in{ margin-top: 20px; width: 100%;}
}


/* a3 */
/* ========== */
/* = APPOINT-POP = */
/* ========== */
.appoint-pops{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.7); text-align: center; z-index:9999;}
.appoint-pops .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.appoint-pops .content{ max-width:780px; width: 90%; background: #FFFFFF; display: inline-block; vertical-align: middle; position: relative;}
.appoint-pops .close{ cursor: pointer; position: absolute; top:12px; right:12px; width: 40px; height: 40px; background-image: url(../images/appoint_pop_close.png); background-size: cover;}
.appoint-pops .con{ padding: 45px 70px 65px; text-align: left;}
.appoint-pops .tit{ position: relative; font-size:26px; color: #333333; padding-bottom: 20px; font-weight: bold; letter-spacing: 2px;text-indent: 4em;}
.appoint-pops .tit:after{ content: ""; position: absolute; bottom:0; left:0; width: 34px; height: 2px; background: #f08200;}
.appoint-pops .des{ margin-top: 15px; color: #333333; font-size: 18px; line-height: 32px;}
.appoint-pops .des span{ color: #f08200;}
.appoint-pops .in{ float: left; width: 48%; margin-right:4%; margin-top: 40px;}
.appoint-pops .in:last-child{ margin-right: 0;}
.appoint-pops .in input{ width: 100%; height: 46px; border: 1px solid #e5e5e5; padding: 10px 20px; line-height: 24px;}
.appoint-pops .button{ margin-top: 25px;}
.appoint-pops .button input{ width: 100%; height: 46px; line-height: 46px; background: #f08200; color: #FFFFFF; font-weight: bold; letter-spacing: 2px;} 
.appoint-pops .button input:hover{ background: #ff9b21; }

@media screen and (max-width:600px) {
	.appoint-pops .close{ width: 25px; height: 25px;}
	.appoint-pops .con{ padding: 30px 20px;}
	.appoint-pops .tit{ font-size: 20px;}
	.appoint-pops .des{ font-size: 12px; line-height: 22px;}
	.appoint-pops .in{ margin-top: 20px; width: 100%;}
}
/*  */




.service-ul li{ float: left; width: 9.09%;  text-align: center; position: relative;}
.service-ul li:after{ content: ""; position: absolute; bottom: 18px; right:-40px; width: 80px; height: 1px; background: #e5e5e5;}
.service-ul li:last-child:after{ display: none;}
.service-ul li p{ margin-top: 25px; font-size: 16px; line-height: 24px; height: 48px; color: #1f0a00;}
.service-ul li span{ margin-top: 10px; display: inline-block; width: 28px; height: 32px; line-height: 32px; background: url(../images/home/ico_liubian.png); color: #999999;}

@media (max-width:1600px) {
	.service-ul li :after{ width: 50px; right:-25px;}
	.service-ul li p{ font-size: 14px;}
}
@media (max-width:999px) {
	.service-ul li{ margin-top: 20px; width: 33.333333333%;}	
	.service-ul li:nth-child(3n):after{ display: none;}
	.service-ul li img{ width: 40px;}
	.service-ul li p{ margin-top: 5px; font-size: 12px; height: 24px;}
}




/* ========== */
/* = FIXED-SUB = */
/* ========== */
.fixed-sub{ position: fixed; z-index:999; right:0; top:50%; margin-top: -170px; height: 340px; width: 65px; z-index: 999;}
.fixed-sub li{ margin-bottom: 3px; position: relative;}
.fixed-sub li a{ display: block; width: 65px; height: 65px; padding-top:7px; background:#f08200; color: #FFFFFF; text-align: center; -o-box-shadow:0 0 10px rgba(0,0,0,.08); -ms-box-shadow:0 0 10px rgba(0,0,0,.08); -moz-box-shadow:0 0 10px rgba(0,0,0,.08); -webkit-box-shadow:0 0 10px rgba(0,0,0,.08); box-shadow:0 0 10px rgba(0,0,0,.08); }
.fixed-sub li span{ display:inline-block; width: 32px; height: 32px;}
.fixed-sub li .icon_01{ background-image: url(../images/fixed_ico_1.png);}
.fixed-sub li .icon_02{ background-image: url(../images/fixed_ico_2.png);}
.fixed-sub li .icon_03{ background-image: url(../images/fixed_ico_3.png);}
.fixed-sub li .icon_04{ background-image: url(../images/fixed_ico_4.png);}
.fixed-sub li .icon_05{ background-image: url(../images/fixed_ico_5.png);}
.fixed-sub li p{ font-size: 12px; line-height:16px; height: 16px;}
.fixed-sub li:hover a{ background: #ffffff; color:#251b1a; }
.fixed-sub li:hover .icon_01{ background-image: url(../images/fixed_ico_1h.png);}
.fixed-sub li:hover .icon_02{ background-image: url(../images/fixed_ico_2h.png);}
.fixed-sub li:hover .icon_03{ background-image: url(../images/fixed_ico_3h.png);}
.fixed-sub li:hover .icon_04{ background-image: url(../images/fixed_ico_4h.png);}
.fixed-sub li:hover .icon_05{ background-image: url(../images/fixed_ico_5h.png);}




.home-more{ margin: 0 auto; display: block; width: 156px; height:40px; line-height: 40px; background: #f08200; color: #FFFFFF; text-align: center; text-transform: uppercase; font-weight: bold; letter-spacing: 1px;}
.home-more:hover{ background: #ff8b03;}

.home-button{ position: relative;}
.home-button .swiper-button-next,
.home-button .swiper-button-prev{ font-size: 0;}
.home-button .swiper-button-next{ right:50%; margin-right: -155px;}
.home-button .swiper-button-prev{ left:50%; margin-left: -155px;}




.video-pop{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.7); text-align: center; z-index:9999;}
.video-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.video-pop .content{ max-width:780px; width: 90%; background: #FFFFFF; display: inline-block; vertical-align: middle; position: relative;}
.video-pop .close{ z-index: 1; cursor: pointer; position: absolute; top:12px; right:12px; width: 40px; height: 40px; background-image: url(../images/appoint_pop_close.png); background-size: cover;}
.video-pop video{ width: 100%; display: block; }
.video-pop iframe{ width: 100%; height: 400px; border: none; }




/* ========== */
/* = FIXED-PRICE = */
/* ========== */
.fixed-small-price{ position: fixed;  z-index:9999; bottom:0; left:0; background:#000; color: #FFFFFF; width:0; font-weight: bold; line-height:16px; padding: 12px 0; text-align: center; cursor: pointer; overflow: hidden;}
.fixed-small-price span{ display: inline-block; width:20px;}
.fixed-small-price.active{ width: 40px;}
.fixed-price{ position: fixed; bottom:0; left:0; width: 100%; height:110px; z-index:99; background: url(../images/fixed-bg_03.png)repeat; padding: 0 30px;}
.fixed-price.active{ -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%);    }
.fixed-price .close{ position:absolute; right:0; top:0; display: inline-block; width: 40px; height: 40px; background:url(../images/fixed_price_close.png); cursor: pointer;}
.fixed-price .content{ max-width: 1200px; width: 100%; height: 90px; margin: 0 auto; position: relative; }
.fixed-price .img{ position: absolute;left: 0;bottom: -20px; }
.fixed-price .box{ margin-left:436px; padding-top:30px;}
.fixed-price .box span{ float: left; width:33.333%; display: block; padding: 0 10px;}
.fixed-price .box span input{ width: 100%; height: 40px; line-height: 24px; padding:8px 15px; border: none; font-size: 18px;color: #999;}
.fixed-price .box .button{ background: #ffe712; color: #232323; font-weight: bold;  letter-spacing:1px;}


.sucess-pop{ display: none;  position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.7); text-align: center; z-index:999999;}
.sucess-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.sucess-pop .content{ max-width: 90%; background: #FFFFFF; display: inline-block; vertical-align: middle; position: relative; cursor:pointer;}





.skip{ z-index:1000; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); position: fixed; left: 0; top: 0;}
.skip-shadow{ width: 100%; height: 100%;}
.skip-k{ width: 363px; height: 196px; position: absolute; background-color: #fff; left: 50%; top: 50%; margin-left: -181px; margin-top: -98px;}
.skip-k span{ text-align: center; display: block; width: 295px; margin: 0 auto; font-size: 18px; color: #111; line-height: 28px; padding: 28px 0;}
.skip-k span b{ font-weight: normal; color: #f08200;}
.skip-select{ width: 100%; border-top: 1px solid #e5e5e5; height: 54px; position: absolute; bottom: 0; left: 0; overflow: hidden;}
.skip-select a{ display: block; float: left; width: 181px; text-align: center; line-height: 54px; font-size: 18px; color: #666;}
.skip-select a.skip-confirm{ color: #f08200; border-left: 1px solid #e5e5e5;}


@media (max-width:780px){
	.skip-k{ width: 300px; margin-left: -150px; }
	.skip-select a{ width: 150px; }
}