/* CSS Document */
@charset "utf-8";
* { margin:0; padding:0;  }
body  { font:14px/1.5 "Microsoft Yahei"; color:#333; cursor:default; }
img { border:0px; vertical-align: top; }
ul,ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
input,textarea,select { font:14px/1 "Microsoft Yahei"; color:#555; outline:0; }
textarea { resize:none; overflow:auto; }
input[type='checkbox'], input[type='radio'] { vertical-align:-2px; margin-right:5px; }
h1,h2,h3,h4,h5,h6,font { font-size:14px; }
a { color:#333; text-decoration:none; cursor:pointer; }
a:hover,a:active { color:#e0272c; }
em {font-style: normal;}
h3,h4 {font-weight: 400;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#e5e5e5; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#e5e5e5; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#e5e5e5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e5e5e5; } 
.clearfix:after { content:""; clear:both; font-size:0px; line-height:0px; display:block; width:100%; height:1px; }
.hidden { display:none; }
.center { text-align:center; }
.p-fl {float: left;}
.p-fr {float: right;}
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.ease { -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
a {-webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms;}
.noease, .noease * { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; }
.wrap { width:1200px; margin:0 auto; position:relative; }
.pcolor {color: #1B954E;}


body{
	max-width: 100%;
	overflow-x: hidden;
}

/* 网站公共头部区域 */
.p-header {
	position:relative;
	z-index:998;
	width:100%;
	background: #fff;
}
.p-header .topBar {
	width: 100%;
	height: 30px;
	background-color: #f5f5f5;
}
.p-header .topBar .ads {
	float: left;	
}
.p-header .topBar .ads .on {
	float: left;
	display: block;
	height: 30px;
	font-size: 14px;
	color: #ec6e17;
	line-height: 30px;
	padding-left: 34px;
	background: url(../images/p-header-ads-bg.png) left center no-repeat;
	background-size: 24px 24px;
}
.p-header .topBar .ads .change {
	float: left;
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 30px;
	margin-left: 5px;
}
.p-header .topBar .tagBox {
	float: right;
}
.p-header .topBar .tagBox .login {
	float: left;
}
.p-header .topBar .tagBox .login a {
	font-size: 14px;
	color: #686868;
	line-height: 30px;
}
.p-header .topBar .tagBox .login a span {
	color: #ec6e17;
}
.p-header .topBar .tagBox .reg {
	float: left;
	margin: 0 10px;
}
.p-header .topBar .tagBox .reg a {
	line-height: 30px;	
	font-size: 14px;
	color: #686868;
}
.p-header .topBar .tagBox .tel {
	float: left;
	font-size: 14px;
	color: #ec6e17;
	line-height: 30px;
}
.p-header .logo_search {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.p-header h1 {
	float: left;
}
.p-header h1 img {
	display: block;
	/* height: 100px; */
}
.p-header .search {
	float: left;
	width: 650px;
	height: 40px;
	border: 1px solid #ec6e17;
	margin-top: 30px;
	margin-left: 60px;
}
.p-header .search form {
	width: 100%;
	height: 100%;
}
.p-header .search form .key {
	float: left;
	width: 70%;
	height: 38px;
	border: 0;
	text-indent: 10px;
	background:#fff;
	text-align:left;
}
.p-header input::-webkit-input-placeholder{
    color:#333;
}
.p-header input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#333;
}
.p-header input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#333;
}
.p-header input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#333;
}
.p-header .search form .s_btn {
	float: right;
	width: 160px;
	height: 100%;
	background-color: #ec6e17;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border: 0;
	cursor: pointer;
	clear: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.p-header .issue {
	float: right;
	margin-top: 30px;
}
.p-header .issue .issueBtn {
	display: block;
	width: 170px;
	height: 40px;
	border: 1px solid #eb7b54;
	font-size: 18px;
	color: #181818;
	line-height: 40px;
	text-align: center;
	text-indent: 35px;
	font-weight: bold;
	background: url(../images/issueBtn.png) 25px center no-repeat;
}
.p-header .menuCon {
	height: 50px;
}
.p-header .menuCon ul {
	width: 100%;
	margin-left: 200px;
}
.p-header .menuCon li {
	float: left;
	width: 190px;
}
.p-header .menuCon li a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #171717;
	line-height: 50px;
	text-align: center;
}
.p-header .menuCon li.all {
	width: 215px;
}
.p-header .menuCon li.all a {
	background-color: #313131;
	color: #fff;
}
#issueCon {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
#issueCon .wraper {
	position: relative;
	width: 920px;
	height: 220px;
	padding: 50px 30px;
	background: rgba(255,255,255);
	margin: 10% auto 0;
}
#issueCon .wraper .close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #333;
	line-height: 40px;
	text-align: center;
}
#issueCon .i_nav {
	width: 100%;
	height: 40px;
}
#issueCon .i_nav ul {
	width: 110%;
}
#issueCon .i_nav li {
	float: left;
	width: 300px;
	margin-right: 10px;
}
#issueCon .i_nav li a {
	display: block;
	width: 300px;
	height: 40px;
	background: #e2e2e2;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #333;
}
#issueCon .i_nav li.on a {
	background-color: #ec6e17;
	color: #fff;
}
#issueCon .i_box {
	width: 100%;
	height: 180px;
	background-color: #e2e2e2;
	margin-top: 10px;
	overflow: hidden;
} 
#issueCon .i_box .itm {
	width: 100%;
	overflow: hidden;
}
#issueCon .i_box .search {
	padding: 50px 0;
}
#issueCon .i_box .search form {
	display: block;
	width: 520px;
	height: 50px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #ec6e17;
}
#issueCon .i_box .search form .key {
	float: left;
	width: 420px;
	height: 50px;
	border: 0;
	text-indent: 10px;
}
#issueCon input::-webkit-input-placeholder{
    color:#333;
}
#issueCon input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#333;
}
#issueCon input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#333;
}
#issueCon input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#333;
}
#issueCon .i_box .search form .s_btn {
	float: right;
	width: 100px;
	height: 50px;
	border: 0;
	background-color: #ec6e17;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#issueCon .i_box .itmShop p {
	text-align: center;
    color: #ec6e17;
    font-weight: bold;
    font-size: 16px;
    margin-top: 50px;
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
    -webkit-text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
    -moz-text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
    -ms-text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
}
#issueCon .ljfb {
	width:100%;
	height:180px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background-color:rgba(255,255,255,0.7);
	position:relative;
}
#issueCon .ljfb ul {
	width:650px;
	margin:0 auto;
	margin-top:50px;
	height:50px;
	font-size:18px;
	color:#000;
}
#issueCon .ljfb .demo--label {
	display:inline-block;
	width:130px;
	float:left;
	cursor: pointer;
}
#issueCon .ljfb .demo--radio {
	display:none
}
#issueCon .ljfb .demo--radioInput {
	background-color:#fff;
	border:1px solid #ec6e17;
	border-radius:100%;
	display:inline-block;
	height:14px;
	margin-right:10px;
	margin-top:-1px;
	vertical-align:middle;
	width:14px;
	line-height:1
}
#issueCon .ljfb .demo--radio:checked + .demo--radioInput:after {
	background-color:#ec6e17;
	border-radius:100%;
	content:"";
	display:inline-block;
	height:8px;
	margin-left:3px;
	margin-top:3px;
	width:8px
}
#issueCon .ljfb .demo--checkbox.demo--radioInput,
#issueCon .demo--radio:checked + .demo--checkbox.demo--radioInput:after {
	border-radius:0
}
#issueCon .ljfb .demo--radio:checked + .demo--radioInput {
	border:1px solid #ec6e17;
}
#issueCon .ljfb .form-control {
	position:absolute;
	bottom:30px;
	width:200px;
	height:40px;
	line-height:40px;
	text-align: center;
	font-size:18px;
	left:335px;
	border:5px solid #e6e7e9;
	border-radius:24px;
	background:#ec6e17;
	box-sizing:content-box;
	color:#fff;
	cursor: pointer;
}



/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height: 490px;
}
.i-banner .flexslider {
	overflow: hidden;
}
.i-banner .flexslider ul {
	width:100%;
	height:100%;
}
.i-banner .flexslider ul li {
	width:100%;
	height: 490px;
}
.i-banner .flexslider {
	position:relative;
	height: 490px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.i-banner .flex-control-nav li {
	float: none;
}
.flex-control-paging li a {
	width: 20px !important;
	height: 20px !important;
	background:url(../images/flex-control-nav-bg.png) 0 0 no-repeat !important;
}
.flex-control-paging li a.flex-active {
	background-position: 0 -20px !important;
}
.i_s_cate_box {
	position: absolute;
	left: 50%;
	top: 0;
	width: 215px;
	height: 490px;
	background: rgba(0,0,0,0.6);
	margin-left: -600px;
	padding-top: 10px;
}
.i_s_cate_box .itm {
	position: relative;
	width: 100%;
	height: 30px;
}
.i_s_cate_box .itm h6 {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-left: 20px;
}
.i_s_cate_box .itm .box {
	float: left;
}
.i_s_cate_box .itm .box a {
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	margin-left: 8px;
}
.i_s_cate_box .itm .drop {
	position: absolute;
	left: 215px;
	width: 450px;
	padding: 5px 12px;
	background-color: #fff;
	display: none;
}
.i_s_cate_box .itm .drop .c_name {
	float: left;
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.i_s_cate_box .itm .drop .c_box {
	float: left;
	width: 365px;
}
.i_s_cate_box .itm .drop .c_box a {
	float: left;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
	line-height: 30px;
}
.i_s_cate_box .itm .drop .c_box a:hover {
	color: #f00;
}
.i_s_cate_box .itm:hover {
	background-color: #fff;
}
.i_s_cate_box .itm:hover h6,
.i_s_cate_box .itm:hover .box a {
	color: #333 !important;
}


/*店铺列表*/
.yx-shop-list {
	width: 100%;
	margin: 30px 0;
}
.yx-shop-list .sp_tit {
	width: 100%;
	height: 70px;
	border-bottom: 3px solid #0b7262;
}
.yx-shop-list .sp_tit h3 {
	float: left;
	line-height: 70px;
	font-size: 22px;
	color: #ec6e17;
	margin-right: 30px;
	font-weight: bold;
}
.yx-shop-list .sp_tit .more {
	float: right;
	display: block;
	width: 75px;
	height: 28px;
	background-color: #ec6e17;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	margin-top: 24px;

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.yx-shop-list .sp_tit .c_box {
	float: left;
}
.yx-shop-list .sp_tit .c_box a {
	font-size: 14px;
	color: #333;
	margin: 0 4px;
	line-height: 70px;
}
.yx-shop-list .sp_list {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
}
.yx-shop-list .sp_list .bigPic {
	position: relative;
	float: left;
	width: 378px;
	height: 450px;
	margin-right: 32px;
	overflow: hidden;
}
.yx-shop-list .sp_list .bigPic img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.yx-shop-list .sp_list .bigPic .info {
	position: absolute;
	padding-top: 80px;
	text-align: center;
	width: 100%;
}
.yx-shop-list .sp_list .bigPic .info h3 {
	font-size: 46px;
	color: #fff;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
}
.yx-shop-list .sp_list .bigPic .info p {
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.yx-shop-list .sp_list .bigPic .info .more {
	display: block;
	width: 180px;
	height: 75px;
	text-align: center;
	font-size: 24px;
	color: #ec6e17;
	line-height: 75px;
	margin: 100px auto 0;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.yx-shop-list .sp_list .listCon {
	width: 790px;
	overflow: hidden;
}
.yx-shop-list .sp_list .listCon ul {
	width: 110%;
}
.yx-shop-list .sp_list .listCon li {
	float: left;
	width: 240px;
	margin: 0 34px 15px 0;
}
.yx-shop-list .sp_list .listCon li .pic {
	display: block;
	width: 240px;
	height: 160px;
	overflow: hidden;
}	
.yx-shop-list .sp_list .listCon li .pic img {
	display: block;
	width: 240px;
	height: 160px;
}
.yx-shop-list .sp_list .listCon li .info {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}
.yx-shop-list .sp_list .listCon li .info .tit {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.yx-shop-list .sp_list .listCon li .info p {
	width: 100%;
}
.yx-shop-list .sp_list .listCon li .info p span {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.yx-shop-list .sp_list .listCon li .info p em {
	float: right;
	font-size: 14px;
	color: #fcae52;
	line-height: 24px;
}
.yx-shop-list .sp_w_list {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.yx-shop-list .sp_w_list .bd {
	height: 90px;
}
.yx-shop-list .sp_w_list ul {
	width: 110%;
}
.yx-shop-list .sp_w_list li {
	width: 100%;
}
.yx-shop-list .sp_w_list li a {
	float: left;
	margin-right: 30px;
	display: block;
	width: 175px;
	height: 30px;
	overflow: hidden;
}
.yx-shop-list .sp_w_list li a span {
	float: left;
	display: block;
	width: 135px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #2244dd;
	line-height: 30px;
}
.yx-shop-list .sp_w_list li a em {
	float: right;
	font-size: 14px;
	color: #ff0000;
	line-height: 30px;
}

.yx-shop-list-all .sp_list .listCon {
	width: 100%;
	float: none;
}
.yx-shop-list-all .sp_list .listCon li {
	width: 215px;
	margin-right: 30px;
}
.yx-shop-list-all .sp_list .listCon li .pic {	
	width: 215px;
	height: 160px;
}
.yx-shop-list-all .sp_list .listCon li .pic img {
	width: 215px;
	height: 160px;
}

/*新闻中心*/
.yx_news {
	width: 100%;
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 30px 0 60px;
}
.yx_news .ns_tit {
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.yx_news .ns_tit h3 {
	float: left;
	font-size: 22px;
	color: #ec6e17;
	line-height: 80px;
	font-weight: bold;
}
.yx_news .ns_tit .more {
    float: right;
    display: block;
    width: 75px;
    height: 28px;
    background-color: #ec6e17;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    margin-top: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.nsItmPic {
	width: 100%;
	overflow: hidden;
}
.nsItmPic ul {
	width: 110%;
}
.nsItmPic li {
	float: left;
	width: 570px;
	height: 140px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-right: 50px;
	border-bottom: 1px solid #d6d6d6;
}
.nsItmPic li .pic {
	float: left;
	display: block;
	width: 190px;
	height: 140px;
}
.nsItmPic li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.nsItmPic li .desc {
	float: right;
	width: 356px;
}
.nsItmPic li .desc .tit {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	line-height: 50px;
}
.nsItmPic li .desc p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #686868;
	line-height: 24px;
}
.nsItmPic li .desc .more {
	display: block;
	font-size: 14px;
	color: #f00;
	line-height: 40px;
}
.nsItmWord {
	width: 100%;
	overflow: hidden;
}
.nsItmWord ul {
	width: 100%;
	margin-top: -30px;
}
.nsItmWord li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
}
.nsItmWord li .tit {
	display: block;
	width: 1200px;
	height: 50px;
	overflow: hidden;
}
.nsItmWord li .tit span {
	float: left;
	display: block;
	width: 80%;
	height: 50px;
	font-size: 18px;
	color: #121212;
	line-height: 50px;
}
.nsItmWord li .tit em {
	float: right;
	display: block;
	width: 20%;
	height: 50px;
	text-align: right;
	font-size: 14px;
	color: #686868;
	line-height: 50px;
}
.nsItmWord li p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #686868;
	line-height: 24px;
}

/*网站底部*/
.p-footer {
	width: 100%;
	background-color: #313131;
	overflow: hidden;
	margin-top: 60px;
}
.p-footer .itmCate {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.p-footer .itmCate .cate {
	float: left;
}
.p-footer .itmCate .cate dl {
	float: left;
	width: 200px;
	text-align: center;
}
.p-footer .itmCate .cate dt {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}
.p-footer .itmCate .cate dd {
	width: 100%;
}	
.p-footer .itmCate .cate dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
}
.p-footer .itmCate .ewm {
	float: left;
	margin-left: 70px;
}	
.p-footer .itmCate .ewm img {
	display: block;
	width: 140px;
}	
.p-footer .itmCate .time {
	float: right;
	width: 175px;
	text-align: center;
	padding-top: 30px;
}
.p-footer .itmCate .time p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.p-footer .copyRight {
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
.p-footer .copyRight * {
	font-size: 14px;
	color: #666;
	line-height: 50px;
}

/*在线咨询*/
#consult {
	position: fixed;
	right: 10px;
	top: 45%;
	width: 130px;
}
#consult .btn {
	display: block;
	width: 130px;
	height: 60px;
	background-color: #ec6e17;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
#consult .cate {
	width: 130px;
	margin-top: 30px;
	display: none;
} 
#consult .cate .tit {
	width: 100%;
}
#consult .cate .tit h3 {
	display: block;
	width: 130px;
	height: 47px;
	background-color: #ec6e17;
	text-align: center;
	line-height: 47px;
	font-size: 18px;
	color: #fff;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;

	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
}
#consult .cate ul {
	width: 128px;
	height: 213px;
	background-color: #fff;
	border: 1px solid #cecece;

	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;

	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
}
#consult .cate li {
	position: relative;
	width: 100%;
	height: 32px;
	padding: 10px 0;
	border-bottom: 1px solid #cecece;
}
#consult .cate li:last-child {
	border-bottom: 0;
}
#consult .cate li a {
	display: block;
	width: 100%;
	text-align: center;
}
#consult .cate li a img {
	display: inline-block;
}
#consult .cate li a span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
#consult .cate li .ewm {
	position: absolute;
	right: 128px;
	top: 0;
	width: 160px;
	display: none;
}
#consult .cate li .ewm img {
	display: block;
	width: 160px;
}

#consult .cate li .tel {
	position: absolute;
	right: 128px;
	top: 0;
	width: 160px;
	height: 80px;
	background: #ec6e17;
	display: none;
}
#consult .cate li .tel .box {
	padding: 15px;
}
#consult .cate li .tel em {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
#consult .cate li .tel span {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}




