﻿@charset 'utf-8';

/*全局样式*/
*{
	padding: 0; 
	margin: 0; 
	line-height: normal; 
	-webkit-tap-highlight-color:rgba(0,0,0,0);
 }
html{ 
	width: 100%; 
	font-size: 14px;
}
body{ 
	height: 100%; 
	font-family:  'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
	background: #fff; 
	padding: 0; 
	margin: 0; 
}
ul,ol,li{
	list-style: none;
}
p,span,em,i{ 
	font-style: normal; 
	padding: 0; 
	margin: 0; 
}
h1,h2,h3,h4,h5,h6{ 
	padding: 0; 
	margin: 0; 
	background: none; 
}
a{ 
	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; 
    cursor:pointer;
}
input::-webkit-outer-spin-button,  
input::-webkit-inner-spin-button {
	-webkit-appearance: none; 
} 
input::placeholder{
	color: #ccc;
}
input[type="number"] { 
	-moz-appearance: textfield; 
}
img{
	border: 0;
}


/*通用样式*/
.w1200{
	width: 1200px; 
	margin: auto;
}
.icon{
	background: url(../images/icon.png) no-repeat;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl::after{
	content: '';
	height: 0;
	display: block;
	clear: both;
}
.clear{
	clear: both;
	*clear: both;
	clear: both\0;
}
.mt50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mt30{
	margin-top: 30px;
}
.gray{
	background: #f5f5f5;
	padding: 30px 0 50px;
}
.pb50{
	padding-bottom: 50px;
}

/*头部样式*/
.slides1{
	position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    zoom: 1;
}
.slides1 li {
    width: 100%;
    height: 100%;
}
.slides-box ol{
	display: none;
}
.tb{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.tb_left{
	color: #555;
	line-height: 40px;
}
.tb_right a{
	font-size: 14px;
	line-height: 40px;
	color: #555;
	padding: 0 20px;
	border-left: 1px solid #ccc;
}
.tb_right a:first-child{
	border-left: 0;
}
.tb_right a:hover{
	color: #f05118;
}
.boxtit h3{
	font-size: 24px;
	color: #f05118;
	text-align: center;
}
.boxtit p{
	font-size: 16px;
	color: #999;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

/* banner样式 */
.banner { 
	width: 100%; 
	height: 480px; 
	overflow: hidden; 
	position: relative;
}
.banner > ul {
	display: none;
	/*width: 999999999px;*/ 
	height: 480px; 
	position: absolute; 
	top:0; 
	left: 0; 
	z-index: 2;}
.banner > ul > li  { 
	float: left; 
	height: 480px;
}
.banner > ul > li > a{ 
	display: block; 
}
.img-btn-list { 
	width: 100%; 
	position: absolute; 
	bottom: 10px; 
	left: 0; 
	text-align: center; 
	z-index: 5;
}
.img-btn-list > span  { 
	display: inline-block; 
	width: 10px; 
	height: 10px; 
	border: 3px solid #f05118; 
	border-radius: 50%;
	margin: 0 5px; 
	cursor: pointer;
}
.img-btn-list > span.current {
	background: #f05118;
}


/* 首页内容样式 */
.need ul li{
	margin-left: 17px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.need ul li:first-child{
	margin-left: 0;
}
.need ul li span{
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
}
.need ul li .icon{
	width: 71px;
	height: 53px;
}
.need-text{
	font-size: 16px;
	color: #999;
}
.need-text i{
	font-size: 18px;
	color: #000;
	display: block;
}
.need-1{
	background-position: 10px 2px;
}
.need-2{
	background-position: -52px 2px;
}
.need-3{
	background-position: -124px 1px;
}
.need-4{
	background-position: -198px 2px;
}
.need-5{
	background-position: -282px 4px;
}

.chosen-left{
	width: 954px;
}
.chosen-menu{
	font-size: 0;
}
.chosen-menu span{
	width: 186px;
	height: 45px;
	background: #e5e8ea;
	margin-left: 6px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*margin-left: 5px;
}
.chosen-menu span:first-child{
	margin-left: 0;
}
.chosen-menu span a{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 45px;
}
.chosen-menu span.now{
	background: #f60d38;
}
.chosen-menu span.now a{
	color: #fff;
}
.chosen-menu span:hover a{
	color: #f60d38;
}
.chosen-menu span.now:hover a{
	color: #fff;
}
.chosen-content{
	background: #fff;
	border: 2px solid #f60d38;
	overflow: hidden;
	display: none;
}
.numberbox{
	display: flex;
	flex-flow: row wrap;
	display: -webkit-flex;
	-weikit-flex-flow: row wrap;
	height: 372px\0;
	*height: 372px;
}
.numberbox li{
	width: 25%;
	height: 93px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	float: left\0;
	*float: left;
	*width: 24.85%;
	float: left;
}
.numberbox li:nth-child(4n){
	border-right: 0;
}
.numberbox li>span{
	font-size: 18px;
	font-weight: bold;
	color: #74797a;
	display: block;
	margin-top: 35px;
	transition: all .2s;
}
.numberbox li a{
	font-size: 16px;
	color: #fff;
	width: 55%;
	height: 35px;
	line-height: 35px;
	background: #f60d38;
	margin: 30px auto 0;
	border-radius: 5px;
	display: block;
	opacity: 0;
	filter:alpha(opacity=0);
	visibility: hidden;
	transition: all .2s;
}
.numberbox li:hover span{
	color: #f60d38;
	margin-top: 10px;
}
.numberbox li:hover a{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 10px auto 0;
}
.trade-case{
	padding: 21px 30px;
}
.small{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.tradebox{
	width: 140px;
	height: 94px;
	margin-left: 43px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}
.tradebox:first-child{
	margin-left: 0;
}
.tradebox em{
	width: 140px;
	height: 65px;
	margin: auto;
	display: block;
	overflow: hidden;
}
.tradebox em img{
	width: 140px;
	height: 65px;
}
.tradebox i{
	font-size: 14px;
	font-weight: bold;
	color: bold;
	margin-top: 10px;
	text-align: center;
	display: block;
}
.chosen-right{
	position: relative;
	width: 240px;
	height: 602px;
	background: url(../images/201710191614_18.jpg) no-repeat center center;
}
.countdownbox{
	position: absolute;
	left: 0;
	top: 45px;
	width: 90%;
	padding: 0 5%
}
.countdown{
	font-size: 20px;
	font-weight: bold;
	color: #f60d38;
}
.countdown span{
	font-size: 18px;
	color: #ffd701;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #f60d38;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	border-radius: 5px;
}
.overtext{
	font-size: 18px;
	color: #f60d38;
	margin-left: 15px;
	display: inline-block;
	margin-top: 13px;
}
.limitbox{
	position: absolute;
	top: 130px;
	right: 0;
	left: 0;
	width: 220px;
	height: 360px;
	background: #fff;
	margin: auto;
	border-radius: 6px;
}
.limitlist{
	position: relative;
	height: 280px;
	overflow: hidden;
}
.limitlist ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.limitlist ul li{
	font-size: 20px;
	font-weight: bold;
	color: #f60d38;
	height: 56px;
	line-height: 56px;
	text-align: center;
}
.limitlist ul li.undefine{
	text-decoration: line-through;
	color: #ccc;
}
.lavebox{
	background: #ffd701;
	height: 70px;
	padding: 5px 0;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}
.lavetext{
	width: 80%;
	text-align: center;
	margin-left: 10px;
}
.lavetext p{
	font-size: 18px;
	color: #f60d38;
}
.lavetext p em{
	font-size: 16px;
	font-weight: bold;
	color: #ffd701;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #f60d38;
	margin:0 5px 5px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	border-radius: 5px;
}
.buy{
	position: absolute;
	right: 21px;
	bottom: 34px;
	width: 136px;
	height: 50px;
	background: none;
	display: block;
}
.movingbox{
	width: 100%;
	height: 65px;
	background: #fff;
	margin-top: 5px;
	border: 1px solid #ccc;
}
.laba{
	width: 70px;
	height: 65px;
	background-position: -357px 10px;
}
.moving{
	position: relative;
	height: 65px;
	margin-left: 70px;
	overflow: hidden;
}
.moving ul{
	position: absolute;
	left: 0;
	top: 0;
}
.moving ul li{
	height: 65px;
	overflow: hidden;
}
.moving ul li span{
	font-size: 16px;
	color: #555;
	height: 65px;
	max-width: 374px;
	line-height: 65px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	overflow: hidden;
	vertical-align: middle;
}
.moving ul li span i{
	color: #f60d38;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: sub;
	*vertical-align: middle;
}
.companyname{
	width: 95px;
}
.num400{
	/*width: 108px;*/
}

.corel ul{
	margin: -5px -7px; 
}
.corel ul li{
	width: 243px;
	height: 288px;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
	padding: 15px 20px;
	margin: 5px 7px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}
.corelicon{
	width: 120px;
	height: 83px;
	background: url(../images/corel_icon.png) no-repeat;
	margin: 20px auto 30px;
}
.subtit{
	font-size: 18px;
	font-weight: bold;
	color: #f05118;
}
.maintxt{
	font-size: 16px;
	color: #555;
	line-height: 27px;
	margin-top: 15px;
}
.corel ul li.across{
	width: 546px;
	height: 140px;
	text-align: left;
}
.across .corelicon{
	margin-top: 27px;
	float: left;
}
.across h4,
.across p{
	margin-left: 150px;
}
.across h4{
	margin-top: 20px;
}
.corel-1{
	background-position: 1px 10px;
}
.corel-2{
	background-position: -137px 8px;
}
.corel-3{
	background-position: -265px 3px;
}
.corel-4{
	background-position: -364px 3px;
}
.corel-5{
	background-position: -468px 8px;
}
.corel-6{
	background-position: -585px 0px;
}

.process ul li{
	width: 225px;
	height: 320px;
	padding: 20px;
	margin-left: 39px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.process ul li:first-child{
	margin-left: 0;
}
.process ul li:hover{
	border-color: #f05118;
}
.process ul li span{
	width: 120px;
	height: 120px;
	margin: 5px auto 20px;
	overflow: hidden;
	display: block;
}
.process ul li .maintxt{
	height: 81px;
	overflow: hidden;
}
.tosubmit{
	font-size: 16px;
	color: #f05118;
	width: 135px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f05118;
	border-radius: 3px;
	display: block;
	margin: 15px auto;
}
.tosubmit:hover{
	background: #f05118;
	color: #fff;
}

.exbox{
	width: 380px;
	height: 165px;
	border: 1px solid #f05118;
	margin-left: 22px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.exbox:first-child{
	margin-left: 0;
}
.exbox span{
	margin: 25px 0;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.eximg{
	width: 170px;
	height: 115px;
	text-align: center;
}
.extext{
	width: 200px;
}
.extext i,.extext em{
	display: block;
}
.extext i{
	font-size: 15px;
	color: #555;
	margin-top: 15px;
}
.bigcurstomer ul li{
	width: 190px;
	height: auto;
	margin-left: 7px; 
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.bigcurstomer ul li:first-child{
	margin-left: 0;
}
.bigcurstomer ul li span{
	width: 188px;
	height: 94px;
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
}


/*尾部样式*/
.footer{
	background: #585858;
	color: #fff;
}
.foot{
	padding: 30px 0;
}
.fm-left{
	width: 660px;
}
.fmtit{
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.flmenu{
	margin-top: 37px;
}
.flmenu span{
	margin-left: 40px; 
	display: inline-block;
}
.flmenu span:first-child{
	margin-left: 0;
}
.flmenu span a{
	font-size: 16px;
	color: #ddd;
}
.flmenu span a:hover{
	color: #fff;
}
.fm-right{
	width: 430px;
}
.fm-right > div{
	display: inline-block;
	vertical-align: top;
}
.footnum{
	font-size: 30px;
	color: #f05118;
	margin-top: 23px;
}
.codebox{
	position: relative;
	margin-left: 100px;
}
.codebox::after,
.codebox::before{
	position: absolute;
	top: 10px;
	content: "";
	width: 1px;
	height: 110px;
	display: block;
}
.codebox::before{
	left: -50px;
	background: #383838;
}
.codebox::after{
	left: -49px;
	background: #979797;
}
.codebox span{
	width: 120px;
	height: 120px;
	margin: auto;;
	display: block;
	overflow: hidden;
}
.codebox span img{
	width: 100%;
}
.codebox p{
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.flmenu.linkbox{
	margin-top: 0px;
}
.linkbox span{
	margin: 15px;
	display: inline-block;
}
.endbar{
	padding: 20px 0;
	background: #555555;
}
.endbarbox span{
	font-size: 15px;
	color: #ddd;
	display: inline-block;
}
.gswj{
	width: 21px;
	height: 22px;
	margin-left: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

/*办理攻略页面样式*/
.subbanner{
	width: 100%;
	height: 280px;
}
.wrapper{
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.wrapper > div{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.eoc_right{
	width: 450px;
	text-align: center;
}
.eoc-left{
	width: 600px;
}
.eoc-left h4{
	font-size: 20px;
}
.eoc-left h4 span{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #f05118;
	color: #fff;
	margin-right: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: inherit;
	text-align: center;
	border-radius: 50%;
}

/*常见问题页面样式*/
.p3{
	position: relative;
}
.p3-cont{
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	*left: 360px;
}
.p3-cont span{
	width: 130px;
	height: 35px;
	background: #e5e8ea;
	margin-left: 5px;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}
.p3-cont span:first-child{
	margin-left: 0;
}
.p3-cont span a{
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	display: block;
}
.p3-cont .active{
	background: #f05118;
}
.p3-cont .active a{
	color: #fff;
}
.Qlist li{
	margin-top: 15px;
}
.Qlist li h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
}
.Qlist li h3::after{
	content: "";
	width: 
}
.Qlist li h3 .icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: sub;
	*vertical-align: middle;
}
.Qlist li h3:hover{
	color: #f05118;
	background: #f8f8f8;
}
.Qlist li h3:hover .qa{
	background-position: -96px -67px;
}
.qa{
	background-position: 0 -67px;
	margin-right: 5px;
}
.squl{
	margin-top: 10px;
	background-position: -72px -65px;
	visibility: hidden;
	transition: all .2;
}
.answer{
	padding:5px 30px 20px;
	background: #f5f5f5;
	display: none;
}
.zixun{
	font-size: 16px;
	color: #f05118;
	margin-top: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.you{
	width: 17px;
	height: 17px;
	background-position: -49px -67px;
	margin-left: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: sub;
	*vertical-align:middle;
}
.Qlist li.show h3{
	font-weight: bold;
	color: #fff;
	background: #f05118;
}
.Qlist li.show h3 .qa{
	background-position: -24px -67px;
}
.Qlist li.show h3 .squl{
	visibility:visible;
	transform:rotate(-90deg);
}

/*关于我们页面样式*/
.Honor ul{
	font-size: 0;
	margin: -20px -46px;
}
.Honor ul li{
	width: 230px;
	height: 346px;
	margin: 20px 46px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.Honor ul li > span{
	padding: 20px 15px;
	max-height: 300px;
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	overflow: hidden;
}
.Honor ul li:last-child span{
	padding: 10px 15px;
}
.p1{
	margin-top: 3px;
}
.strength ul li{
	height: 340px;
	vertical-align: top;
}
.strength ul li span{
	width: 212px;
	height: 148px;
	margin: 33px auto 15px;
}
.strength ul li .maintxt{
	height: 115px;
	text-align: left;
}
.love_img{
	position:relative;
	height: 864px;
}
.small_img{
	width: 139px;
    height: 139px;
    position: absolute;
    overflow: hidden;
    border-radius: 11px;
    transition: all .2s;
}
.small_img img{
	width: 100%;
	height: 100%;
}
.small_img:hover{
	transform: scale(1.4,1.4);
	z-index: 2;
}
.animated:hover{
	transform: scale(1,1);
}
.love_1{
	top: 0;
	left: 238.5px;
}
.love_2{
	top: 0;
	left: 382px;
}
.love_3{
	top: 0;
	left: 669px;
}
.love_4{
	top: 0;
	left: 812.5px;
}
.love_5{
	top: 143.5px;
	left: 95px;
}
.love_6{
	top: 143.5px;
	left: 238.5px;
}
.love_7{
	top: 143.5px;
	left: 382px;
}
.love_8{
	top: 143.5px;
	left: 525.5px;
}
.love_9{
	top: 143.5px;
	left: 669px;
}
.love_10{
	top: 143.5px;
	left: 812.5px;
}
.love_11{
	top: 143.5px;
	right: 108px;
}
.love_12{
	top: 287px;
	left: 95px;
}
.love_13{
	top: 287px;
	left: 238.5px;
}
.love_14{
	top: 287px;
	left: 812.5px;
}
.love_15{
	top: 287px;
	right: 108px;
}
.love_logo{
	width: 426px;
    height: 282px;
    position: absolute;
    overflow: hidden;
    border-radius: 11px;
    top: 287px;
    left: 382px;
}
.love_16{
	top: 430.5px;
    left: 238.5px;
}
.love_17{
	top: 430.5px;
    left: 812.5px;
}
.love_18{
	top: 574px;
    left: 382px;
}
.love_19{
	top: 574px;
    left: 525.5px;
}
.love_20{
	top: 574px;
    left: 669px;
}
.love_21{
	top: 717.5px;
    left: 525.5px;
}

/*客户列表页面样式*/
.pagetit{
	color: #f05118;
}
.cbox{
	padding: 20px;
	background: #fff;
}
.cleft{
	width: 850px;
}
.caselist ul{
	font-size: 0;
	margin: 20px -23px;
}
.caselist ul li {
	width: 250px;
	height: 70px;
	margin: 10px 23px;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.caselist ul li p{
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cname{
	font-size: 15px;
	color: #555;
	margin-top: 10px
}
.cnumber{
	font-size: 20px;
	color: #f05118;
	margin-top: 5px;
}
.pages{
	text-align: center;
}
.pages span{
	width: 27px;
	height: 27px;
	border: 1px solid #ccc;
	margin: 0 3px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.pages span a{
	line-height: 27px;
	display: block;
}
.pages .active{
	background: #f05118;
	border-color: #f05118;
}
.pages .active a{
	color: #fff;
}
.clogo ul{
	margin:30px -12px;
}
.clogo ul li{
	position: relative;
	height: 97px;
	margin: 12px;
	overflow: hidden;
}
.clogo ul li:first-child{
	margin: 12px;
}
.clogo ul li span{
	height: 95px;
}
.clogo ul li span img{
	width: 100%;
	height: 100%;
}
.snumber{
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 30px;
	background: rgba(250,84,26,.6);
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all .2s;
}
.clogo ul li:hover .snumber{
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.clogo {
	margin-top: 44px;
}
.cright{
	width: 278px;
}
.blo{
	border: 2px solid #f05118;
}
.contact-style > div{
	margin-top: 25px;
}
.contact-style > div span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.contact-style > div .icon{
	width: 50px;
	height: 60px;
	margin-right: 20px;
}
.kefu{
	background-position: 0 -97px;
}
.dianhua{
	background-position: -67px -97px;
}
.click-zixun{

	width: 130px;
	height: 40px;
	background: #f05118;
	text-align: center;
	border-radius: 5px;
}
.click-zixun a{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	display: block;
}
.kefuzaixian{
	font-size: 14px;
	color: #555;
}
.kefuzaixian em{
	font-size: 21px;
	font-weight: bold;
	color: #f05118;
	margin-top: -3px;
	display: block;
}
.newcase{
	margin-top: 10px;
}
.blo .subtit{
	position: relative;
}
.blo .subtit::after{
	position: absolute;
	left: -2px;
	bottom: -8px;
	content: "";
	width: 78px;
	height: 2px;
	background: #f05118;
}
.caselist .subtit{
	position: relative;
}
.caselist .subtit::after{
	position: absolute;
	left: -2px;
	bottom: -8px;
	content: "";
	width: 78px;
	height: 2px;
	background: #f05118;
}
.caselist .subtit.uline::after{
	width: 180px;
}
.caselist .subtit.nowcase::after,
.blo .subtit.nowcase::after{
	width: 110px;
}
.nclist{
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}
.nclist ul{
	position: absolute;
	left: -23px;
	top: 0;
	margin: 0;
}
.nclist ul li{
	width: 230px;
}
.infobox{
	font-size: 16px;
	color: #555;
	margin-top: 15px;
}
.infobox .icon{
	width: 28px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.tel{
	background-position: -134px -65px;
}
.servicetime{
	background-position: -169px -65px;
}
.www{
	background-position: -199px -64px;
}
.adress{
	background-position: -231px -65px;
}
.adimg{
	height: 425px;
	margin: 25px auto 15px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.adimg img{
	width: 100%;
}

/*了解400电话页面样式*/
.for400{
	text-align: center;
}
.excellence ul{
	margin: -5px -82px;
}
.excellence ul li{
	margin: 5px 82px;
	height: 355px;
}
.excellence ul li:after{
	content: '';
	height: 0;
	display: block;
	clear: both;
}
.exceimg{
	width: 210px;
	height: 160px;
	margin: 10px auto 20px;
}
.compare{
	margin: 30px -7px 0;
}
.compare li{
	width: 355px;
	height: 76px;
	background: #fff;
	padding: 35px 15px;
	border: 1px solid #ccc;
	margin: 10px 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}
.compareicon{
	width: 71px;
	height: 71px;
	background: url(../images/201710230956.png) no-repeat;
	margin-top: 3px;
}
.comparetext{
	margin-left: 85px;
}
.comparetext p{
	margin-top: 10px;
	line-height: 20px;
}
.fun-1{
	background-position: 0 0;
}
.fun-2{
	width: 84px;
	background-position: -105px 0;
}

.fun-3{
	background-position: -200px 0;
}
.fun-4{
	background-position: -287px 0;
}
.fun-5{
	background-position: -374px 0;
}

.fun-6{
	background-position: -460px 0;
}
.zsbox{
	width: 370px;
	text-align: center;
	margin-left: 45px;
	float: left;
}
.zsbox:first-child{
	margin-left: 0;
}
.zsbox > img{
	width: 370px;
	height: 285px;
}
.zstext{
	font-size: 15px;
	margin-top: 10px;
}
.zstext i{
	font-size: 18px;
	font-weight: bold;
	color: #f05118;
}


/*贴心功能页面样式*/
.funimg{
	width: 265px;
	overflow: hidden;
}
.funtext{
	width: 820px;
}


/*选号平台页面样式*/
.collect-left{
	width: 229px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	border-right: 0;
}
.collect-left > div{
	height: 154px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.yidong{
	background: url(../images/201710231129_01.png) no-repeat center center;
}
.liantong{
	background: url(../images/201710231129_02.png) no-repeat center center;
}
.dianxin{
	background: url(../images/201710231129_03.png) no-repeat center center;
}
.collect-left div.onshow.yidong{
	background: url(../images/201710231129_01_1.png) no-repeat center center #f05118;
}
.collect-left div.onshow.liantong{
	background: url(../images/201710231129_02_1.png) no-repeat center center #f05118;
}
.collect-left div.onshow.dianxin{
	background: url(../images/201710231129_03_1.png) no-repeat center center #f05118;
}
.collect-right{
	width: 968px;
	border: 1px solid #f05118;
	display: none;
}
.collectnum li.noline{
	border-bottom: 0;
}
.collectnum{
	*height: 465px;
}
.underline{
	font-size: 17px;
	font-weight: bold;
	color: #555;
	height: 90px;
	line-height: 90px;
	border: 1px solid #ccc;
	border-top: 0;
	text-align: center;
}
.getmore{
	font-size: 15px;
	font-weight: normal;
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #f05118;
	color: #fff;
	margin-left: 30px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
}
.searchbar{
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	padding: 20px;
}
.searchbox{
	font-size: 30px;
	font-weight: bold;
}
.searchbox input[type="text"]{
	font-size: 30px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 47px;
	text-align: center;
	outline: none;
	border: 1px solid #ccc;
}
.searchbox input[disabled="disabled"]{
	background: #fff;
}
.searchbox input[type="text"]:focus{
	border-color: #f05118;
}
.searchbox input[type="button"]{
	font-size: 16px;
	width: 100px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	margin-left: 20px;
	border: 1px solid #f05118;
	text-align: center;
	vertical-align: bottom;
	outline: none;
	cursor: pointer;
}
.searchbox input[name="search"]{
	margin-left: 50px;
}
.search-zx{
	width: 130px;
	height: 45px;
	background: #f05118;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}
.search-zx a{
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	display: block;
}
.chat{
	width: 20px;
	height: 20px;
	background-position: -269px -71px;
	margin-right: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.choisemenu{
	padding: 5px 15px;
	border: 1px solid #ccc;
}
.selectmenu{
	margin: 40px auto
}
.selectmenu > div{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.selectmenu-left{
	font-size: 17px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.selectmenu-right{
	font-size: 16px;
	color: #f05118;
}
.selectmenu-right a{
	font-size: 17px;
	color: #f05118;
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}
.selectmenu-right .selected{
	background: #f05118;
	color: #fff;
}
.xuan-list{
	border: 1px solid #ccc;
	border-bottom: 0;
}
.xuan-list .numberbox li{
	width: 20%;
	*width: 19.9%;
}
.xuan-list .numberbox li:nth-child(5n){
	border-right: 0;
}
.xuan-list .numberbox li:nth-child(4n){
	border-right: 1px solid #ccc;
}


/*优惠促销页面样式 */
.special-left{
	width: 230px;
	height: 545px;
}
.special-right{
	width: 960px;
}
.special-right ul{
	margin: -6px -3px;
}
.special-right ul li{
	width: 200px;
	height: 235px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 6px 3px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.sellnum{
	font-size: 24px;
	color: #f05118;
	padding: 15px 0 25px;
	border-bottom: 1px solid #ccc;
}
.oldprice{
	font-size: 15px;
	color: #999;
	text-decoration: line-through;
	margin-top: 20px;
}
.hot{
	width: 17px;
	height: 17px;
	background-position: -301px -71px;
	margin-left: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.sellprice{
	font-size: 17px;
	color: #f05118;
	margin-top: 8px;
}
.kf-button a{
	font-size: 16px;
	color: #fff;
	width: 73%;
	height: 40px;
	line-height: 40px;
	background: #f05118;
	margin: 40px auto 0;
	border-radius: 5px;
	display: block;
}
.disable .sellnum,
.disable .oldprice,
.disable .sellprice{
	color: #ccc;
}
.disable .kf-button a{
	background: #ccc;
	color: #666;
}
.disable .hot{
	background-position: -325px -71px;
}

.package-left{
	width: 340px;
	height: 415px;
	background: url(../images/201710240853_07.jpg) no-repeat;
	background-size: cover;
	padding: 30px;
	overflow: hidden;
}
.ptop{
	margin: auto;
	text-align: center;
}
.xscx{
	font-size: 17px;
	color: #fff;
}
.xsprice{
	font-size: 36px;
	font-weight: bold;
	color: #fff600;
	letter-spacing: 0.1em;
}
.xssm{
	font-size: 18px;
	color: #d80356;
	width: 70%;
	height: 30px;
	line-height: 30px;
	background: #fff;
	display: block;
	margin: auto;
}
.listtit{
	font-size: 17px;
	font-weight: normal;
	color: #fff600;
}
.xslist{
	font-size: 0;
	margin: 30px -15px;
}
.xslist li{
	font-size: 18px;
	color: #fff;
	margin: 10px 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.package-right{
	width: 723px;
	height: 393px;
	border: 1px solid #ccc;
	padding: 40px 20px 40px 55px;
}
.knowmore{
	margin-top: 20px;
}
.knowmore .getmore{
	width: 150px;
	margin-left: 0;
}
.getmore a{
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	display: block;
}
.call{
	font-size: 24px;
	font-weight: bold;
	color: #f05118;
	margin-left: 50px;
}
.call i{
	width: 30px;
	height: 30px;
	background-position: -355px -62px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 5px;
}
.tcbox>ul{
	margin: 20px -10px;
	*width: 1220px;
}
.tcbox>ul>li{
	width: 384px;
	height: 450px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 10px;
	float: left;
	overflow: hidden;
}
.above{
	position: relative;
	height: 100px;
	color: #fff;
	padding-top: 16px;
	text-align: center;
}
.above h3{
font-size: 30px;
    letter-spacing: .1rem;
    padding-bottom: 10px;
}
.above h3 em{
	font-size: 24px;
}
.seller{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: .1rem;
}
.djq{
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	background: rgba(0,0,0,.25);
}
.djq a{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-decoration:none
}

.L1{
	background: #f05119;
}
.L2{
	background: #77b013;
}
.L3{
	background: #ecb112;
}
.L4{
	background: #0995e5;
}
.L5{
	background: #b06413;
}
.L6{
	background: #298f0d;
}
.L1 .xssm{
	color: #f05119;
}
.L2 .xssm{
	color: #77b013;
}
.L3 .xssm{
	color: #ecb112;
}
.L4 .xssm{
	color: #0995e5;
}
.L5 .xssm{
	color: #b06413;
}
.L6 .xssm{
	color: #298f0d;
}
.below{
	width: 85%;
	margin: 10px auto 0;
	text-align: center;
}
.below .listtit{
	font-size: 18px;
	color: #f05118;
	line-height: 60px;
	border-bottom: 1px solid #f05119;
}
.below .xslist li{
	color: #555;
}
.endbtn > span{
	width: 140px;
	display: inline-block;
}
.endbtn > span:first-child{
	margin-left: 0;
}
.endbtn .getmore:last-child{
	background: #f60d38;
}
.today{
	width: 900px;
	height: 50px;
	background: #fff;
	border-radius: 8px;
	border: 2px solid #f60d38;
	margin: 8px 30px 8px 60px;
	overflow: hidden;
}
.today>div{
	font-size: 18px;
	line-height: 50px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.tleft{
	color: #fff;
	width: 150px;
	height: 100%;
	background: #f60d38;
	text-align: center;
}
.tright{
	width: 741px;
	*width: 745px;
	width: 745px\0;
}
.tright span{
	margin: 0 32px;
	display: inline-block;
	line-height: 50px;
	margin: 0 30px\0;
	*margin: 0 30px
}
.fltxt{
	font-size: 18px;
	font-weight: bold;
	color: #f60d38;
	line-height: 35px;
	margin: 0 20px 0 230px;
}
.floortext .countdown span{
	color: #fff;
}
.qg{
	position: absolute;
	right: 62px;
	bottom: 4px;
	width: 95px;
	height: 95px;
	display: block;
	text-align: center;
	border-radius: 50%;
}
.qg a{
	padding-top: 15px;
	font-size: 24px;
	color: #fff;
	display: block;
	text-align: center;
}
.evaluate{
	position: relative;
	background: #fff;
	/*height: 416px;
	background: url(../images/201710240853_12.png) no-repeat center center;
	overflow: hidden;
	padding: 15px;*/
}
.eval-left{
	width: 665px;
}
.realtit{
	padding: 30px 0 10px;
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
}
.real{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #f05118;
}
.real::after{
	position: absolute;
	left: 0;
	bottom: -13px;
	content: "";
	width: 100%;
	height: 3px;
	background: #f05118;
	z-index: 3;
}
.grand{
	margin-left: 15px;
}
.grand strong{
	font-size: 18px;
	color: #f05118;
	margin-right: 5px;
}
.realshow{
	position: relative;
	height: 427px;
	overflow: hidden;
}
.realshow ul{
	position: absolute;
	left: 40px;
	top: 0;
}
.realshow ul li{
	height: 193px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	float: left;
	overflow: hidden;
}
.realshow ul li img
{
	width: 277px;
	height: 193px;
}
.realshow ul li img:first-child{
	margin-right: 25px;
}
.eval-right{
	width: 535px;
	height: 500px;
	background: #f05118;
}
.rtit{
	font-size: 24px;
	color: #fff;
	width: 90%;
	line-height: 40px;
	padding-top: 50px;
	text-align: center;
}
.leavename{
	margin-left: 80px;
	margin-top: 30px;
}
.leavename input{
	font-size: 16px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.referup{
	font-size: 18px;
	color: #f05118;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	margin:40px 0 0 160px;
	border-radius: 8px;
	text-align: center;
	border: none;
}
.nowcall{
	font-size: 18px;
	color: #fff;
	margin: 30px 0 0 80px;
}
.nowcall strong{
	font-size: 30px;
}
.goodevaluate{
	position: absolute;
	bottom: 0;
	right: -157px;
	width: 274px;
	height: 524px;
	background: url(../images/201710260919.png) no-repeat center center;
	z-index: 2;
	display: block;
}
.kehu ul{
	margin: -11px;
	*width: 1222px;
}
.kehu ul li{
	width: 222px;
	margin: 11px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.kehu ul li span{
	width: 220px;
	height: 120px;
	margin: auto;;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}
.kehu ul li .maintxt{
	font-size: 18px;
}

.blo .subtit::after{
	position: absolute;
	left: -2px;
	bottom: -8px;
	content: "";
	width: 110px;
	height: 2px;
	background: #f05118;
}

.subtit.lx::after {
    	width: 78px;
}

.caselist .subtit::after{
	position: absolute;
	left: -2px;
	bottom: -8px;
	content: "";
	width: 110px;
	height: 2px;
	background: #f05118;
}
.caselist .subtit.uline::after{
	width: 180px;
}


.companyname{
	width: 115px;
}


.moving ul li span{
	font-size: 16px;
	color: #555;
	height: 65px;
	min-width: 304px;
	line-height: 65px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	overflow: hidden;
	vertical-align: middle;
}

.tright p{
	margin: 0 27px;
	display: inline-block;
	line-height: 50px;
	margin: 0 30px\0;
	*margin: 0 30px
}


/*悬浮*/
.fixedleft{
	position: absolute;
	top: 200px;
	left: 5px;
	z-index: 999;
	width: 200px;
	height: 550px;
	background: url(../images/201710281640.png) center center;
}
.fixedbox{
	width: 90%;
	height: 292px;
	top: 120px;
	overflow: hidden;
}
.fixList{
	height: 227px;
}
.fixList ul li{
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.fixList ul li i{
	font-size: 17px;
	color: #919191;
	padding-top: 7px;
	display: block;
}
.minge{
	width: 90%;
}
.minge p em{
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.fixcomdown{
	
	top: 400px;
}
.fixcomdown,.fixcomdown p,
.fixcomdown .countdown{
	color: #FFF;
	text-align: center;
}
.fixcomdown .countdown span{
	color: #f60d38;
	background: #fff;
}
.fbuy{
	left: 37px;
	bottom: 10px;
}
.Fclose{
	position: absolute;
	right: -9px;
	top: -12px;
	font-size: 18px;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #b40718;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
/* banner */
.flexslider { position:relative; height:480px; overflow: hidden; background: url(../images/loading.gif) 50% no-repeat; z-index:2;}
.slides { position: relative; z-index: 1;}
.slides li {height:480px;}
.flex-control-nav { position: absolute; bottom: 20px; z-index: 20000; width: 100%; text-align: center;}
.flex-control-nav li { display: inline-block; width: 11px; height: 11px; margin: 0 5px; *display: inline; zoom: 1;}
.flex-control-nav a { display: inline-block; width: 11px; height: 11px; line-height: 40px; overflow: hidden; background: url(../images/banner_btn.png) left -11px no-repeat; cursor: pointer;}
.flex-control-nav .flex-active { background-position: left top;}
.slides li div{width:980px; height:450px; margin:0 auto;}
.slides li div a{display:block; float:left;}
.btn_offset{margin:257px 0 0 5px; width:198px; height:47px;}
.btn_offset2{margin:322px 0 0 408px; width:198px; height:47px;}
.btn_offset3{margin:246px 0 0 0px; width:198px; height:47px;}