
/*======================
	company:daoking.cn
	author:HhuangPeiqing
	e-mail:370729924@qq.com
	date:2016-06-23
======================*/

.cbody{
	width: 1200px;
	margin:0 auto;
}
.head-top{
	height: 34px;
    line-height: 32px;
    position: relative;
}
.head-top p a i{
	width: 21px;
	height: 19px;
	display: inline-block;
}
.head-top .welcome a{
	font-size: 12px;
	color: #484848;
}
.head-top .welcome a i{
	display: inline-block;
	height: 21px;
	width: 16px;
	vertical-align: middle;
	padding-right: 5px;
}
.head-top .welcome span{
	font-size: 12px;
	color: #484848;
	padding-left: 20px;
}
.head-top .top-nav{
	position: absolute;
	right: 100px;
	top: 3px;
	font-size: 12px;
	color: #d5d5d5;
}
.head-top .top-nav a.hot{
	color: red;
}
.head-top .top-nav a {
    color: #484848;
    margin: 0 16px;
    font-size: 12px;
}
.head-top .top-nav a:hover{
	color: #00b7e5;
}
.head-top .top-nav a i{
	display: inline-block;
	position: relative;
	top: 4px;
	padding: 0 5px;
}
.head-top .web-nav-btn{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #484848;
	display: inline-block;
	height: 31px;
	border: 1px solid #d5d5d5;
	padding: 0 10px;
}
.head-top .web-nav {
    display: none;
    position: absolute;
    top: 33px;
    right: 0;
    background: #fff;
}
.head-top .web-nav a{
	display: block;
	font-size: 12px;
	color: #484848;
	padding: 0 17px;
	border: 1px solid #d5d5d5;
	border-top: none;
}
.head-top .web-nav a:hover{
	border: 1px solid #333;
}
.logo-1{
	height: 64px;
	padding-top:15px;
}
.logo-1 h1{
	display: inline-block;
	vertical-align: middle;
}
.logo-1 h1 a{
	display: inline-block;
	padding-right: 20px;
	padding-top: 10px;
}
.logo{
	height: 64px;
	background: url(../images/logo_bg.png) center bottom no-repeat;
	padding-top:15px;
}
.logo h1{
	display: inline-block;
	vertical-align: middle;
}
.logo h1 a{
	display: inline-block;
	padding-right: 20px;
	padding-top: 10px;
}
.logo span{
	vertical-align: middle;
	font-size: 24px;
	color: #969696;
	padding: 5px 20px;
	border-left: 2px solid #969696;
}
.nav{
	position: relative;
	border-bottom: 1px solid #b0b0b0;
}
.nav a{
	font-size: 16px;
	color: #575757;
	display: inline-block;
	height: 40px;
	padding: 0 30px;
	line-height: 40px;
	position: relative;
}
.nav a:hover{
	background: #00c9ff;
	color: #fff;
}
.nav a i{
	width: 24px;
	height: 14px;
	display: block;
	position: absolute;
	background: url(../images/hot.png) no-repeat;
	top: -3px;
	right: 15px;
}
.nav p{
	position: absolute;
	right: 92px;
	top: 7px;
}
.a-bg{
	background: #ffaa52;
	color: #fff !important;
	padding: 0 53px !important;
}
.banner{
	/*border-top: 1px solid #b0b0b0;
	box-shadow: 0 2px 15px #888;*/
}
.banner img {
    width: 100%;
    display: block;
}

/*登录注册*/

.wrap .login{
	padding: 0 109px;
}
.login_more{
	padding: 0 50px;
	height: 500px;
	background: url(../images/login_more_bg.png) left center no-repeat;
	position: relative;
}
.login tr{
	line-height: 62px;
}
.login tr th{
	width: 75px;
	font-size: 12px;
	color: #636363;
	text-align: right;
	padding-right: 10px;
}
.wrap{
	padding:80px 0;
}
.login tr td{
	width: 350px;
}
.login tr td .inp-txt{
	height: 40px;
	line-height: 40px;
	width: 93%;
	border: 1px solid #d8d8d8;
	padding: 0 12px;
	font-size: 12px;
	color: #969696;
}
.login tr td .inp-txt1{
	height: 40px;
	line-height: 40px;
	width: 157px;
	border: 1px solid #d8d8d8;
	padding: 0 12px;
	font-size: 12px;
	color: #969696;
}
.login tr td .inp-txt2{
	line-height: 40px;
	width: 181px;
	border: 1px solid #d8d8d8;
	margin-left: 16px;
	color: #969696;
	background: #ededed;
}
.login tr td img {
	vertical-align: middle;
	padding:0 3px;
	width: auto;
    height: 42px;
}
.login tr td .incheck {
	width: 15px;
	height: 15px;
	border: 2px solid #eeeeee;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
	margin-right: 5px;
}
.login tr td .incheck:checked {
	background: url(../images/check_icon.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	border: none;
}
.login tr td .a1{
	font-size: 12px;
	color: #00b7e5;
}
.login tr td .inbut{
	width: 100%;
	background: #00b7e5;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
	border: none;
	line-height: 42px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.login_more .po_img{
	position: absolute;
	left: 100px;
	bottom: -30px;
}
.login tr td p{
	display: inline-block;
	font-size: 12px;
	color: #969696;
}
.login_more ul li{
	padding: 20px 0;
	font-weight: bold;
}
.login_more ul li p{
	font-size: 12px;
	color: #636363;
}
.login_more ul li .a2{
	font-size: 12px;
	color: #00b7e5;
	padding-top: 20px;
	display: block;
}
.login_more ul li .a3{
	padding-top: 20px;
	padding-right: 20px;
	display: inline-block;
}

.footer_bg{
	background: #283443;
}
.footer1 p{
	text-align: center;
	font-size: 14px;
	color: #bbb;
	padding-bottom: 15px;
}
.footer1 .copyright {
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
}
.footer1 p a {
	color: #bbb;
	padding: 0 14px;
	position: relative;
}
.footer1 p a:hover {
	color: #ffaa52;
}
.footer1 p a::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	background: #bbb;
	top: 3px;
	right: -1px;
}
.footer1 p a:last-child::after {
	width: 0;
}
.footer{
	text-align: center;
	line-height: 150px;
}
.footer p{
	font-size: 12px;
	color: #969696;
}

.footer1{
	position: relative;

}
.footer-list{
	padding: 40px 0;
}
.footer-list .foot_link {
	float: left;
	width: 130px;
}
.footer-list .foot_link1 {
	float: left;
	width: 130px;
	border-left: 1px solid #444;
	padding-left: 80px; 
	text-align: center;
}
.footer-list .foot_link2 {
	float: left;
	width: 80px;
	margin:0 20px;
}
.footer-list .foot_link dt, .footer-list .foot_link1 dt,.footer-list .foot_contact dt {
	font-size: 16px;
	line-height: 20px;
	color: #f0f0f0;
	font-weight: 700;
}
.footer-list .footer-logo {
	width: 150px;
	margin: 0 50px 0 15px;
}
.footer-list .foot_link dt {
	padding-bottom: 10px;
}
.footer-list .foot_link dd a {
	font-size: 14px;
	line-height: 28px;
	color: #bbb;
}
.footer-list .foot_link dd a:hover {
	color: #ffaa52;
}
.footer-list .foot_link1 dd p {
	padding-top: 10px;
	font-size: 14px;
	color: #7e7f84;
}
.footer-list .foot_link2 dt{
	color: #fff;
	padding-top: 30px;
}
.footer-list .foot_link3 {
	float: left;
	/*width: 230px;*/
	text-align: center;
	margin:0 0 0 60px;
}
.footer-list .foot_link3 dt img {
	margin-left: -5px;
}
.footer-list .foot_link3 dt span {
	display: block;
	font-size: 20px;
	color: #bbbbbb;
	font-weight: 700;
}
.footer-list .foot_link3 dd a {
	font-size: 14px;
    color: #fff;
    border-radius: 4px;
	width: 144px;
	height: 32px;
	line-height: 32px;
    display: inline-block;
    margin-top: 20px;
	border: 1px solid #555;
}


/*找回密码*/

.sign-tab{
	border-bottom: 2px solid #d6d7dc;
	text-align: center;
	height: 50px;
}
.sign-tab a{
	display: inline-block;
	font-size: 14px;
	color: #969696;
	padding: 0 30px;
	line-height: 50px;
	font-weight: bold;
}
.sign-tab-on{
	border-bottom: 2px solid #00b7e5;
	color: #00b7e5 !important;
}
.on1{
	background: #00b7e5 !important;
}
.sign-tab a span{
	margin-right: 5px;
	padding: 1px 6px;
	background: #969696;
	color: #fff;
	line-height: 50px;
	border-radius: 25px;
}
.sign-img{
	padding-bottom: 50px;
}

.data-main{
	position: relative;
	top: -50px;
}
.user-l{
	width: 250px;
	background: #fff;
	position: relative;
}
.user-l .user-img{
	position: absolute;
	top: -60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	left: 50%;
	margin-left: -60px;
}
.user-l h6{
	font-size: 18px;
	color: #5d5d5d;
	padding-top: 80px;
	text-align: center;
}
.user-l ul li{
	height: 60px;
	line-height: 60px;
	padding-left: 50px;
	border-bottom: 2px solid #e7eff0;
	border-left: 5px solid #fff;
}
.user-l ul li:hover{
	background: #cff6ff;
	border-left: 5px solid #ffaa52;
}
.user-l ul li a{
	font-size: 16px;
	color: #5d5d5d;
	font-weight: bold;
}
.user-l ul li a img{
	vertical-align: middle;
	width: 29px;
	height: 29px;
	margin-right: 10px;
}
.user-l ul li a span{
	color: #fc4f4f;
}
.user-r{
	background: #fff;
	padding: 16px 55px;
}
.user-content{
	border: 1px solid #e1e1e1;
	height: 600px;
}
.user-tit{
	padding: 17px 0;
}
.user-nav{
	height: 60px;
	line-height: 60px;
	background: #eeeeee;
}
.user-nav a{
	padding: 0 40px;
	font-size: 18px;
	color: #484848;
	display: inline-block;
}
.nav_on{
	background: #fff;
}
.content{
	display: none;
	padding: 50px 0 0 140px;
}
.content tr{
	line-height: 45px;
}
.content tr th{
	font-weight: normal;
	font-size: 14px;
	color: #646464;
	text-align: right;
}
.content tr td{
	font-size: 14px;
	color: #323232;
}
.content tr td .useinput{
	border: 1px solid #c6c6c6;
	line-height: 28px;
	width: 298px;
}
.content tr td i{
	font-size: 24px;
	color: #e52e2e;
	vertical-align: middle;
	padding: 0 5px;
}
.content tr td span{
	font-size: 12px;
	color: #b5b5b5;
}
.content tr td select{
	height: 28px;
	border: 1px solid #c6c6c6;
	color: #969696;
}
.content tr td a{
	display: inline-block;
	padding-top: 20px;
}
.content tr td b{
	vertical-align: middle;
	font-weight: normal;
	position: relative;
	top: -17px;
	padding-left: 10px;
	font-size: 14px;
	color: #323232;
}
.content tr td .user-sub{
	background: #ffaa52;
	border:none;
	padding: 10px 60px;
	color: #fff;
	border-radius: 5px;
	-wekbit-border-radius: 5px;
	cursor: pointer;
	margin-top: 35px;
}


/*我的订单*/

.user-r1{
	background: #fff;
}
.orders-content{
	width: 935px;
}
.orders-nav{
	height: 70px;
	line-height: 70px;
	color: #ededed;
	font-size: 18px;
	border-bottom: 2px solid #ededed;
	position: relative;
}
.orders-nav a{
	font-size: 18px;
	color: #5d5d5d;
	padding: 0 10px;
	display: inline-block;
}
.orders-nav a span{
	color: #fc4f4f;
	padding-left: 5px;
}
.orders_on{
	border-bottom: 2px solid #ffaa52;
	color: #ffaa52 !important;
}
.search{
	position: absolute;
	right: 10px;
	top: 0;
}
.search .search-txt{
	border: 1px solid #ffaa52;
	height: 38px;
	line-height: 38px;
	width: 300px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	margin-right: 5px;
	padding: 0 10px;
	color: #999999;
}
.search .search-submit{
	background: #ffaa52;
	border:none;
	color: #fff;
	font-size: 16px;
	height: 40px;
	width: 60px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
.content1{
	display: none;
}
.wares{
	padding: 10px 20px;
}
.wares-top{
	background: #cff6ff;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.wares-top h6{
	color: #5d5d5d;
	font-size: 14px;
	padding-left: 20px;
}
.wares-top h6 span{
	padding-left: 50px;
}
.keyword {
	position: absolute;
	right: 0;
	top: 0;
}
.keyword a{
	background: #18cdfe;
	font-size: 18px;
	color: #fff;
	margin-right: 15px;
	padding: 2px 15px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
.keyword a img{
    height: 20px;
    width: 20px;
    vertical-align: -3px;
    padding-right: 5px;
}
.wares table  {
	border: 1px solid #d1f5ff;
}
.wares table tr td{
	vertical-align: top;
	border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #daf3ff;
}
.wares table tr .td1{
	width: 81px;
	padding: 9px;
	border-right:none;
}
.wares table tr .td2{
	padding: 9px;
	width: 350px;
	border-right:none;
}
.wares table tr .td2 h6 a{
	font-size: 14px;
	color: #5d5d5d;
}
.wares table tr .td2 h6 a:hover{
	color: #fc4f4f;
}
.wares table tr .td2 p{
	font-size: 14px;
	color: #999999;
	padding-top: 10px;
}
.wares table tr .td2 p span{
	padding-left: 30px;
}
.wares table tr .td3{
	width: 50px;
	text-align: center;
	padding: 9px;
}
.wares table tr .td3 p{
	text-decoration: line-through;
	color: #999999;
}
.wares table tr .td3 span{
	color: #5d5d5d;
	padding-top: 5px;
	display: block;
}
.wares table tr .td4{
	text-align: center;
	padding: 9px;
	border-top:none;
}
.wares table tr .td5{
	text-align: center;
	padding: 9px;
	border-top:none;
}
.wares table tr .td5 a{
	color: #fc4f4f;
}
.wares table tr .td6{
	width: 133px;
	text-align: center;
	padding: 9px;
	border-top:none;
}
.wares table tr .td6 a{
	background: #ffaa52;
	font-size: 18px;
	color: #fff;
	padding: 2px 15px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
.content1 h5{
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	color: #5d5d5d;
}
.classify{
	padding-top: 20px;
}

/*文章网页*/
.article-main{
	position: relative;
}
.article-nav{
	font-size: 14px;
	color: #969696;
	padding: 10px 0;
}
.article-nav a{
	color: #ffaa52;
}
.article-nav .back{ 
	color: #969696;
	float: right;
}
.article-l{
	width: 220px;
}
.article-l h3{
	font-size: 20px;
	color: #636363;
	line-height: 40px;
}
.article-l .ul1 li{
	float: left;
	padding-right: 20px;
	font-size: 18px;
	color: #636363;
}
.article-l .ul1 li a{
	line-height: 40px;
	font-size: 18px;
	color: #636363;
}
.article_on{
	color: #ffaa52 !important;
	text-decoration: underline;
}
.article-l .ul2 li{
	padding: 5px 0;
	font-size: 18px;
	color: #636363;
}
.article-l .ul2 li a{
	font-size: 16px;
	color: #636363;
}
.article-l .ul2 li a:hover{
	color: #ffaa52;
}
.article-r{
	margin-left: 80px;
	position: relative;
}
.article-r ul{
	padding-bottom: 200px;
}
.article-r .list li{
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 160px 20px 0;
}
.article-r .list li h6{
	font-size: 18px;
	color: #323232;
    line-height: 34px;
}
.article-r .list li h6 i{
	font-size: 12px;
	color: #fff;
	background: #ffaa52;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 8px;
    margin-right: 5px;
}
.article-r .list li span{
	font-size: 12px;
	color: #969696;
	padding-bottom: 20px;
	display: block;
}
.article-r .list li p{
	width: 740px;
}

.article-r ul li p a{
	font-size: 14px;
	color: #646464;
	line-height: 30px;
}

/*robote  .pagination{
	position: absolute;
	right: 0;
	bottom: -100px;
}*/
#pagination-digg li {
	font-size: 14px;
	float: left;
	text-align: center;
	margin-right: 14px;
}
#pagination-digg a {
	background: #e5e5e5;
	display: block;
	color: #969696;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #d5d5d5;
	padding: 0 10px;
}
#pagination-digg .active {
	background: #ffaa52;
	color: #FFFFFF;
	line-height: 28px;
	border: 1px solid #ffaa52;
}

/*购物车*/
.lj-shop{
	width:1200px;
	margin:0 auto;
}
.lj-shop-content{}
.lj-shop-conttop{
	margin-top:24px;
}
.lj-shop-conttop-l{
	float:left;
}
.lj-shop-check01{
	background:#fff;
	width:14px;
	height:14px;
	border:1px solid #d6d5d5;
	display:block;
	float:left;
	margin:1px 16px 0px 16px;
	cursor:pointer;
	-webkit-appearance : none ;
	appearance : none ;
}
.lj-shop-conttop-l h3{
	color:#323232;
	font-size: 12px;
	font-weight:normal;
	float:left;
}
.lj-shop-conttop-l h3 span{
	margin-left:200px;
}
.lj-shop-conttop-r{
	float:right;
}
.lj-shop-conttop-r span{
	color:#1a1a1a;
	margin-right:86px;
	color:#323232;
	font-size: 12px;
}
.lj-shop-conttop-r span:first-child{
	margin-right: 126px;
}
.lj-shop-conttop-r span:last-child{
	margin-right: 60px;
}

.lj-shop-name{
	margin-top:28px;
}
.lj-shop-name h2{
	font-weight:normal;
	margin-bottom:15px;
	font-size: 14px;
}
.lj-shop-name h2 i  {
	display: inline-block;
    height: 21px;
    width: 16px;
    vertical-align: middle;
    padding-right: 5px;
}
.lj-shop-detail{
	border:1px solid #b3b3b3;
	position:relative;
	margin-bottom:18px;
/*	padding:10px 20px;*/
}

.lj-check{
	float:left;
	padding-top:20px;
	padding-left:20px;
}
.lj-check img{
	display:inline-block;
	width:24px;
	height:28px;
	margin:14px 3px 0 6px;
}
.lj-shop-check02{
	width:14px;
	height:14px;
	border:1px solid #d6d5d5;
	cursor:pointer;
	display:inline-block;
	margin-top:-14px;
	-webkit-appearance : none ;
	appearance : none ;
}
.lj-shop-check01:checked,.lj-shop-check02:checked{
    background: url(../images/check_icon.jpg) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
}
.lj-item{
	float:left;
	width:380px;
	padding:20px 20px;
}
.lj-item .lj-itempic{
	display:block;
	margin-right: 15px;
	float:left;
	border:1px solid #d4d3d3;
}
.lj-item .lj-itempic img{ display:block; width:98px; height:98px;}
.lj-item p{
	float:left;
	width:240px;
	font-size:14px;
	color: #323232;
	line-height:20px;
}
.lj-item p a{ color:#1a1a1a;}
.lj-item p a:hover{ text-decoration:underline;}
.lj-item h4{ clear:both; font-weight:normal; font-size:12px; color:#b2b2b2; line-height:24px; margin:0 0 12px 6px; display:none;}
.lj-item h4 span{ display:block;}


.lj-info .lj-btn-edit{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	display:none;
}
.lj-info .lj-btn-edit img{
	display:block;
	width:25px;
	height:25px;
}
.lj-info{
	height:138px;
	position:relative;
	border:1px dashed #fff;
	float:left;
	background: #fff;
}
.lj-info:hover{
	border: 1px dashed #00b7e5;
}
.lj-info:hover .lj-btn-edit{
	display: block;
	background: #00b7e5;
	color: #fff;
	font-size: 14px;
	padding:2px 8px;
}
.lj-info.on{
  border: 1px solid #00b7e5;
}
.lj-info-box{
  position: relative;
}
.lj-info-box .info-type{
  font-size: 14px;
  color: #969696;
  line-height: 20px;
  padding: 20px 20px;
  width: 130px;
}
.lj-info-box .info-type-edit{
  display: none;
  position: absolute;
  width: 260px;
  left: -1px;
  top: 60px;
  padding: 15px 20px;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 20px;
  background: #fff;
  border: 1px solid #00b7e5;
  z-index: 9999;
}
.lj-info-box .info-type-edit .line-white-top{
  background: #fff;
  height: 1px;
  width: 170px;
  position: absolute;
  left: 0;
  top: -1px;
}
.lj-info-box .info-type-edit span{
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.lj-info-box .info-type-edit span.on{
  color: #00b7e5;
}
.lj-info-box .info-type-edit .info-type-btn{
  text-align: center;
}
.lj-info-box .info-type-edit .info-type-btn .btn{
  display: inline-block;
  padding: 0 10px;
  margin: 10px 15px 0 15px;
  font-size: 14px;
  color: #fff;
  background: #00b7e5;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.lj-info-box .info-type-edit .info-type-btn .btn.lj-info-close{
  background: #dedede;
}

.lj-info-detail{
	position:absolute;
	top:40px;
	left:-23px;
	border:1px solid #ce121b;
	padding:12px 22px 0 22px;
	z-index:9999;
	background:#fff;
	width:275px;
	display:none;
}
.lj-info-detail h4{
	font-size:12px;
	color:#b2b2b2;
	font-weight:normal;
	margin-bottom:5px;
}
.lj-info-detail h4 span{
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
}
.lj-info-detail h5{
	font-size:12px;
	color:#b2b2b2;
	font-weight:normal;
	float:left;
}
.lj-info-detail ul{
	float:left;
	width:112px;
}
.lj-info-detail ul li{
	float:left;
	font-size:12px;
	color:#b2b2b2;
	margin:0 10px 5px 10px;
	cursor:pointer;
}
.lj-info-detail u{
	width:165px;
	height:2px;
	background:#fff;
	position:absolute;
	top:-1px;
	left:0px;
}
.lj-info-detail p{
	clear:both;
	text-align:center;
	padding:10px 0 12px 0;
}
.lj-info-detail p a{
	margin:0 15px;
	display:inline-block;
	width:48px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#ce121b;
	color:#fff;
	border-radius:4px;
}
.lj-price{
	float:left;
	width: 150px;
	text-align: center;
	padding-top: 20px;
}
.lj-price h3{
	font-size: 14px;
	color:#969696;
	font-weight:normal;
	text-decoration: line-through;
}
.lj-price h4{
	color:#323232;
	font-size: 14px;
	font-weight:normal;
	cursor:pointer;
	position:relative;
}


.lj-discount{
	position:absolute;
	top:28px; left:-1px;
	z-index:99;
	border:1px
	solid #ce121b;
	padding-top:8px;
	width:338px;
	background:#fff;
	display:none;
}
.lj-discount label{
	color:#b2b2b2;
	margin-left:7px;
	line-height:26px;
	text-align:left;
	display: block;
}
.lj-radio01{
	font-family:"å®‹ä½“";
	color:#b2b2b2;
	margin-right:10px;
}
.lj-discount span{
	display:block;
	text-align:center;
	padding:10px 0 12px 0;
}
.lj-discount span a{
	margin:0 15px;
	display:inline-block;
	width:48px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#ce121b;
	color:#fff;
	border-radius:4px;
}
.lj-discount i{
	width:88px;
	height:2px;
	background:#fff;
	display:block;
	position:absolute;
	top:-1px;
	left:0;
}

.lj-amount{
	margin:25px 0 0 55px;
	float:left;
	position:relative;
	width: 120px;
}
.lj-amount span{
	width:20px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:inline-block;
	background:#f5f5f5;
	cursor:pointer;
	border:1px solid #cacaca;
	vertical-align: middle;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none; user-select:none;
}
.lj-amount span:hover{
	border:1px solid #00b7e5;
	color:#00b7e5;
}
.lj-amount .lj-intxt{
	width:45px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:inline-block;
	font-size:14px;
	background:#fff;
	border: none;
	border-top:1px solid #a4a4a4;
	border-bottom:1px solid #a4a4a4;
	vertical-align: middle;
}

.lj-sum{
	color:#00b7e5;
	font-size: 14px;
	margin-top:32px;
	float:left;
	text-align: center;
	width:115px;
}
.lj-op{
	margin-top:32px;
	text-align: center;
	font-size:12px;
	line-height:20px;
	float:left;
	width: 115px;
}

.lj-op a{ color:#1a1a1a; display:block;}
.lj-op a:hover{ color:#c6271f;}
.lj-on{ background:#fbfafa;}

.lj-shop-contbottom{
	position:relative;
	height:60px;
	margin-top: 50px;
	margin-bottom:88px;
	background: #dfdfdf;
}
.lj-shop-contbottom-l{}
.lj-shop-contbottom-l h3{
	color:#323232;
	font-size: 12px;
	font-weight:normal;
	line-height:60px;
}
.lj-shop-contbottom-l h3 a{
	margin-right:46px;
	display:inline-block;
	color:#1a1a1a;
}
.lj-shop-contbottom-l h3 a:hover{
	text-decoration:underline;
}
.lj-shop-contbottom-r{
	position:absolute;
	top:0px;
	right:0px;
}
.lj-shop-contbottom-r h3{
	font-weight:normal;
	font-size: 12px;
	color:#323232;
	line-height:28px;
	margin-top:12px;
}
.lj-shop-contbottom-r h3 span{
	color:#00b7e5;
	font-size: 18px;
}
.lj-shop-contbottom-r h3 i{
	color:#00b7e5;
	font-size: 18px;
	margin:0 170px 0 2px;
}
.lj-shop-contbottom-r h4{
	font-weight:normal;
	color:#b2b2b2;
	text-align:right;
	margin-right:156px;
	line-height:28px;
}
.settle-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #7c7c7c;
  cursor: default;
}
.settle-btn.can{
  background: #00b7e5;
  cursor: pointer;
  color: #fff;
}
.lj-mt{
	margin-top:24px;
}
.lj-shop-like{
	margin-bottom:110px;
}
.lj-my-attention{
	display:none;
}
.lj-recent-visit{
	display:none;
}
.lj-like-nav{
	position:relative;
	margin-bottom:-1px;}
.lj-like-nav a{
	color:#b2b2b2;
	font-size:20px;
	display:inline-block;
	height:38px;
	line-height:38px;
	border:1px solid #b3b3b3;
	padding:0 40px;
	margin-right:6px;
	position:relative;
}

.lj-like-nav .lj-likeon{
	color:#ce121b;
	border-bottom-color:#fff;
}

.lj-like-detail ul{
	padding:22px 0 60px 7px;
	border:1px solid #b3b3b3;
}
.lj-like-detail ul li{
	width:220px;
	float:left;
	margin-right:21px;
}
.lj-like-detail ul li a{}
.lj-like-detail ul li a img{
	display:block;
	width:220px;
	height:220px;
}
.lj-like-detail ul li h3{
	border-bottom:1px solid #ebebeb;
	position:relative;
	margin:20px 0 18px 0;
}
.lj-like-detail ul li h3 span{
	position:absolute;
	top:-13px; left:55px;
	font-size:20px; color:#ce121b;
	font-weight:normal;
	background:#fff;
	padding:0 10px;
}
.lj-like-detail ul li h3 i{
	position:absolute;
	top:-9px; left:110px;
	color:#c5c4ca;
	font-size:14px;
	font-weight:normal;
	text-decoration:line-through;
	background:#fff;
	padding:0 10px 0 5px;
}
.lj-like-detail ul li h4{
	font-weight:normal;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:28px;
	margin-left:5px;
}
.lj-like-detail ul li h4 a{
	color:#444444;
}
.lj-like-detail ul li h4 a:hover{
	text-decoration:underline;
}
.lj-like-detail ul li h5{
	color:#6e6f75;
	font-weight:normal;
	font-size:12px;
	line-height:24px;
	margin-left:5px;
}
.lj-like-detail ul li h5 span{
	margin-left:4px;
}
.lj-like-detail ul li h6{
	color:#a6a5a2;
	font-weight:normal;
	font-size:12px;
	overflow:hidden;
	line-height:24px;
	margin-left:5px;
}
.lj-like-detail ul li h6 a{
	color:#737072;
}
.lj-like-detail ul li h6 a:hover{
	text-decoration:underline;
}
/*购物车界面弹跳框*/
.delete-show{
	position:fixed;
	left:200px;
	top:200px;
	width:447px;
	height:224px;
	background:#fff;
	text-align:center;
	z-index: 10;
	border-radius:8px;
	border:1px solid #d8d8d8;
	display: none;
}
.delete-show p{
	line-height:146px;
	color:#646464;
	font-size:18px;
}
.delete-show a{
	display:inline-block;
	width:138px;
	height:36px;
	line-height:38px;
	font-size:14px;
	color:#969696;
	border:1px solid #d8d8d8;
	border-radius:6px;
}
.delete-show .de-sure-btn,.delete-show a:hover{
	background:#00b7e5;
	color:#fff;
}


/*关于我们*/

.about-content{
	padding-bottom: 80px;
}
.about-content h6{
	text-align: center;
	font-size: 40px;
	color: #323232;
	font-weight: normal;
}
.about-content span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #8c8c9a;
	padding: 20px 0;
}
.about-content p{
	font-size: 14px;
	color: #8c8c9a;
	text-indent: 2em;
	line-height: 24px;
}
.contact{
	padding: 30px 0;
	border-top: 2px solid #efefef;
}
.contact-list .foot_link {
	float: left;
	width: 140px;
}
.contact-list .foot_link1 {
	float: left;
	width: 117px;
	padding-left:70px;
	border-left: 1px solid #efefef;
}
.contact-list .foot_link2 {
	float: left;
	width: 100px;
	margin:0 20px;
}
.contact-list .foot_link3 {
	float: left;
	width: 230px;
	margin:0 20px;
}
.contact-list .foot_link dt, .footer-list .foot_link1 dt,.footer-list .foot_contact dt {
	font-size: 14px;
	line-height: 20px;
	color: #575757;
	font-weight: bold;
}
.footer-list .foot_link1 dt span {
	font-size: 16px;
	padding-top: 5px;
	display: block;
	color: #bbb;
}
.contact-list .foot_link dd a {
	font-size: 12px;
	line-height: 25px;
	color: #575757;
}
.contact-list .foot_link1 dd p {
	padding-top: 10px;
	font-size: 14px;
	color: #7e7f84;
}
.contact-list .foot_link2 dt{
	color: #b0b0b0;
	padding-top: 30px;
}
.contact-list .foot_link3 dt h3{
	font-size: 14px;
	color: #575757;
}
.contact-list .foot_link3 dt p{
	font-size: 26px;
	color: #575757;
	font-weight: bold;
}
.contact-list .foot_link3 dt span{
	font-size: 12px;
	color: #575757;
}
.contact-list .foot_link3 dd a {
	font-size: 12px;
    color: #575757;
    border: 1px solid #dddddd;
    background: #f5f5f5;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 13px;
}
.contact-footer{
	text-align: center;
	background: #f5f5f5;
	line-height: 110px;
}
.contact-footer p{
    font-size: 12px;
    color: #969696;
}

.shopping{
	position: relative;
	height: 400px;
}
.shop-img{
	position: absolute;
	left: 400px;
	top: 150px;
}
.shop-txt{
	position: absolute;
	left: 550px;
	top: 150px;
}
.shop-txt p{
	font-size: 24px;
	color: #323232;
}
.shop-txt a{
	display: inline-block;
	margin-top: 30px;
	margin-right: 10px;
	font-size: 18px;
	color: #ffaa52;
	border: 1px solid #ffaa52;
	padding: 7px 30px;
}
a.shop-on{
	background: #ffaa52;
	color: #fff;
}
.interest-bg{
	background: #f6f6f6;
	height: 370px;
}
.interest h5{
	font-size: 24px;
	color: #323232;
	font-weight: normal;
	line-height: 114px;
}
.interest {
	overflow: hidden;
}
.interest ul li{
	width: 214px;
	float: left;
	margin-right: 30px;
	background: #fff;
}
.interest ul li:last-child{
	margin-right: 0;
}
.in-shop-txt{
	text-align: center;
	padding-bottom: 10px;
}
.in-shop-txt h6{
	color: #3d3d3d;
	font-size: 16px;
	line-height: 30px;
}
.in-shop-txt p{
	color: #b0b0b0;
	font-size: 12px;
	line-height: 30px;
}
.in-shop-txt span{
	color: #ef5134;
	font-size: 16px;
	line-height: 30px;
}

/*登录*/
.login-wrap{
	width: 100%;
	height: 660px;
	background: #0e9dd9;
}
.login-main{
	position: relative;
}
.login-img{
	position: absolute;
	top: 160px;
}
.login-content{
	width: 302px;
	padding: 25px;
	background: #f8f8f8;
	position: absolute;
	top: 120px;
	right: 20px;
}
.login-content h3{
	font-size: 16px;
	color: #323232;
}
.login-content ul li{
	margin-top: 20px;
}
.login-content img{
	vertical-align: middle;
}
.login-content .login-txt{
	border: 4px solid #d9d9d9;
	height: 32px;
	line-height: 32px;
	width: 220px;
	padding: 0 10px;
	font-size: 12px;
	color: #969696;
}
#img_captcha {
	margin-left: 10px;
    width: 120px;
}
#get_img_captcha img {
	height: 38px;
    width: auto;
    margin-right: 10px;
}
.login-check{
	background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #d6d5d5;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.login-content ul li span{
	font-size: 12px;
	color: #969696;
}
.login-content ul li a{
	float: right;
	position: relative;
	font-size: 12px;
	color: #00b7e5;
}
.login-content ul li a.a-top{
	float: right;
	position: relative;
	top: 15px;
	font-size: 12px;
	color: #00b7e5;
}
.login-check:checked {
    background: url(../images/check_icon.jpg) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
}
.login-sub{
	margin-top: 10px;
	width: 100%;
	color: #fff;
	background: #00b7e5;
	border: none;
	font-size: 18px;
	padding: 8px 0;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.login-content  p{
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
	color: #969696;
}

.login-other{
	text-align:center;
	padding: 20px 0 10px 0;
}
.login-other a{
	margin: 0 15px;
}


.shop_nav{
	height: 40px;
	background-color: #ffaa52;
	/*background: url(../images/head_nav_bg.jpg) repeat-x;*/
}
.shop_nav h2{
	width: 215px;
	text-align: center;
	line-height: 40px;
	float: left;
	font-size: 20px;
	color: #fff;
}
.shop_nav h2 i{
	margin-left: 15px;
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(../images/down02.png) no-repeat;
}
.shop_nav ul li{
	float: left;
}
.shop_nav ul li a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin: 0 28px;
	line-height: 36px;
}
.shop_nav ul li a.a_on1{
	border-bottom: 4px solid #fff;
}
.line {
    font-size: 18px;
    color: #fff;
}

/*幻灯片*/
.slide{
	background:#2f3238;
	width:100%;
	height:420px;
	font-family:"微软雅黑";
	position:relative;
	z-index: 1;
}

.mainbanner{
	height:420px;
	overflow:hidden;
	position:relative;
}
.mainbanner_window{
	left:50%;
	width:1920px;
	height:420px;
	overflow:hidden;
	margin-left:-960px;
	position:absolute;
}
.mainbanner_window ul{
	width:999999px;
	height:420px;
	position:relative;
}
.mainbanner_window li{
	width:1920px;
	height:420px;
	text-align:center;
	font-size:0px;
	float:left;
	display:inline;
}
.mainbanner_list{
	left:50%;
	bottom:10px;
	margin-left:-30px;
	position:absolute;
}
.mainbanner_list li{
	overflow:hidden;
	float:left;
}
.mainbanner_list li a {
	width:27px;
	height:6px;
	background:#fff;
	position:relative;
	margin:0 4px;
	display:inline-block;
}
.mainbanner_list li.active a{
	background:#fff151;
}
.mainbanner_list li a:hover{}

.main_banner{
}
.shop_main{
	position: relative;
}
.shop_l{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 215px;
	display:none;
}
.shop_l ul{
	padding: 7px 0;
	border-right:2px solid #ffaa52;
}
.shop_l ul li{
	line-height: 34px;
	padding:0 15px;
	height:34px;
	/*position: relative;*/
}
.shop_l ul li:hover{
	background: #ffaa52;

}
/*.shop_l ul li:hover a{
	color: #fff ;
}*/
.shop_l ul .shop_l-t:hover a{
	color: #fff ;
}
.shop_l ul li:hover .shop_show{
	display: block;
}
.shop_l ul li a{
	font-size: 14px;
	padding-right: 10px;
	color: #323232;
}
/*.shop_l ul li i{
	position: absolute;
	right: 15px;
	top: 12px;
	display: inline-block;
	width: 6px;
	height: 11px;
	
}*/
.shop_l ul li i{
	float:right;
	width: 6px;
	height: 34px;
	background:url(../images/right_icon.png) no-repeat 0 14px;
}
/*.shop_show{
	width: 600px;
    height: 256px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 215px;
    display: none;
}*/
.shop_show{
	width: 657px;
    height: 413px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 215px;
    padding:40px 17px 3px 26px;
    display:none;
}
.shop_r{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 220px;
	background: rgba(0,0,0,.5);
	height: 306px;
	padding: 75px 10px;
}
.shop_r .notice{
	width: 200px;
	padding: 0 10px;
	background:#fff;
	border-top:4px solid #ffaa52;
}
.shop_r .notice h3 a{
	font-size: 14px;
	color: #323232;
	padding:8px 36px;
	font-weight:normal;
	display:inline-block;
}
.shop_r .notice h3 a.notice_a{
	background:#ffaa52;
	color:#fff;
}
.content2{
	display: none;
}
.content2 ul{
	padding: 20px 0;
}
.content2 ul li{
	line-height: 30px;
}
.content2 ul li a{
	font-size: 12px;
	color: #131313;
}
.content2 ul li a:hover{
	color: #ffaa52;
}

.main{
/*	padding: 50px 0;*/
	overflow: hidden;
}
.main_tit{
	border-bottom: 2px solid #ffaa52;
}
.main_tit{
	font-size: 24px;
	color: #323232;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main_tit span{
	font-size: 18px;
	color: #cbcbcb;
	font-weight: normal;
}
.main_tit a{
	float: right;
	font-size: 16px;
	color: #a3a3a3;
	font-weight: normal;
}
.main_tit a i{
	margin-left: 10px;
	display: inline-block;
	width: 7px;
	height: 14px;
	background: url(../images/left.png) no-repeat;
}
/*幻灯片*/
.slide1{
	width:100%;
	height:490px;
	font-family:"微软雅黑";
	position:relative;
	z-index: 1;
}

.mainbanner1{
	height:490px;
	overflow:hidden;
	position:relative;
}
.mainbanner_window1{
	left:50%;
	width:1200px;
	height:490px;
	overflow:hidden;
	margin-left:-600px;
	position:absolute;
}
.mainbanner_window1 ul{
	width:999999px;
	height:490px;
	position:relative;
}
.mainbanner_window1 li{
	width:1200px;
	height:490px;
	float:left;
	display:inline;
	position: relative;
}
.mainbanner_list1{
	left:25%;
	bottom:26px;
	margin-left:-30px;
	position:absolute;
}
.mainbanner_list1 li{
	overflow:hidden;
	float:left;
}
.mainbanner_window1 li .sale-imgbox{
	display:table;
	margin:85px 0 0 124px;
	width:360px;
	height:360px;
	text-align:center;
}
.mainbanner_window1 li .sale-imgbox img{
	display:table-cell;
	width:100%;
	vertical-align: middle;
}
.mainbanner_list1 li a{
	border-radius: 25px;
	width:10px;
	height:10px;
	background:#dadada;
	position:relative;
	margin:0 4px;
	display:inline-block;
}
.mainbanner_list1 li.active a{
	background:#ffaa52;
}
.sale{
	width: 353px;
	height: 309px;
	background: #fff;
	position: absolute;
	left: 650px;
	top: 50px;
	z-index: 9999;
	padding: 50px;
	border:1px solid #d5d5d5;
	box-shadow: 0 5px 10px #e3e3e3;
}
.sale h3{
	font-size: 24px;
	color: #323232;
	font-weight: normal;
	line-height: 50px;
}
.sale h3 span{
	font-size: 18px;
	color: #636363;
}
.sale .sale-txt{
	font-size: 14px;
	color: #323232;
	line-height: 25px;
}
.sale .sale-num{
	font-size: 18px;
	color: #323232;
	padding-top: 20px;
	width:100%;
	height:76px;
	position:relative;
}
.sale .sale-num span{
	font-size: 38px;
	color: #e33030;
	display:inline-block;
	width:200px;

}
.sale .sale-num em{
	position:absolute;
	color: #e33030;
	font-size:22px;
	right:10px;
	top:50px;
}
.sale .sale-num span i{
	font-size: 48px;
}
.sale .sale-btn{
	text-align:center;
	margin-top:10px;
}
.sale .sale-btn a{
	display: inline-block;
	padding: 10px 40px;
	background: #e33030;
	color: #fff;
	border-radius: 3px;
	-wekbit-border-radius: 3px;
	position: relative;
	left: 20px;
	top: -10px;
}
.sale p{
	font-size: 14px;
	color: #323232;
	line-height: 30px;
}
.shop_table{
	width: 1224px;
	overflow: hidden;
	padding-bottom:30px;
}
.shop_table ul{
}
.shop_table ul li{
	width: 280px;
    float: left;
    margin: 0 24px 20px 0;
    overflow: hidden;
	border:1px solid #d5d5d5;
	position: relative;
}

.shop_table .mian li img{
    width:280px;
    height:187px;
}
.shop_table ul li em{
	position: absolute;
	font-size: 14px;
	color: #fff;
	padding: 5px 20px;
	top: 10px;
}
.shop_table ul li em.hot{
	background: rgba(227,48,48,.9);
}
.shop_table ul li em.seckill{
	background: rgba(25,206,255,.8);
}
.shop_table ul li h3{
	font-size: 14px;
	color: #323232;
	line-height: 20px;
	padding: 0 8px;
	height:40px;
	overflow:hidden;
}
.shop_table ul li p{
	font-size: 14px;
	color: #323232;
	line-height: 40px;
	padding: 0 8px;
}
.shop_table ul li b{
	font-size: 18px;
	color: #ec2d2d;
	display: inline-block;
	padding: 0 8px 20px 8px;
	bottom:10px;
}
.shop_table ul li b i{
	font-weight: normal;
	font-size: 12px;
	color: #969696;
	text-decoration: line-through;
}
.shop_table a.pay-bt{
	display: inline-block;
	padding: 10px 25px;
	background: #e33030;
	color: #fff;
	border-radius: 3px;
	-wekbit-border-radius: 3px;
	position: absolute;
	right:10px;
	bottom:10px;
}
.Sort_shop{
     padding-bottom:0;
}
.Sort_shop ul{
     padding:20px 0 0 19px;
     display:none;
}
.Sort_shop ul li{
    width:264px;
    margin:0 32px 20px 0;
} 
.Sort_shop img{
	height:263px;
	width:264px;
}
.Sort_shop ul li h3{
	font-size:12px;
	line-height:16px;
	color:#414141;
	height:32px;
	overflow:hidden;
}
.Sort_shop p a{
    background:none;
    color:#afafaf;
    padding:0;
    margin:0;
    float:right;
    padding-right:38px;
    font-size:13px;
}

/*robote add start*/
.Sort_shop_enterprise{
	padding-bottom:0;
}
.Sort_shop_enterprise ul{
	padding:20px 0 0 19px;
	display:none;
}
.Sort_shop_enterprise ul li{
	width:164px;
	margin:0 32px 20px 0;
}
.Sort_shop_enterprise img{
	height:163px;
	width:164px;
}
.Sort_shop_enterprise ul li h3{
	font-size:12px;
	line-height:16px;
	color:#414141;
	height:32px;
	overflow:hidden;
}
.Sort_shop_enterprise p a{
	background:none;
	color:#afafaf;
	padding:0;
	margin:0;
	float:right;
	padding-right:38px;
	font-size:13px;
}
/*robote add end*/

/*左侧悬浮导航*/
.fix_menu {
    width: 40px;
    position: fixed;
    top: 300px;
    left: 34px;
    z-index: 100;
}
.fix_menu a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}
.fix_menu span{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 12px;
	color: #ffaa52;
	background: #ffffff;
	line-height: 19px;
	display: none;
}
.fix_menu a:hover span{
	display: block;
}
.fix_menu a:hover img{
	display: none;
}

.details_tit_l{
	width: 448px;
	height: 448px;
	border:1px solid #d6d7dc;
}
#YFocus{
	position:relative;
	z-index:4;
	overflow:hidden;
}
#YImage,#YPhotos{
	margin:0 auto;
	overflow:hidden;
}
#YImage{
	position:relative;
	z-index:5;
}
#YImage,#YPhotos img{
	width:448px;
	height:448px;
}
#YPhotos{
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	overflow:hidden;
}
#YPhotos img{
	float:left;
	clear:both;
}
#YSamples{
	position:absolute;
	z-index:7;
	width:448px;
	height:74px;
	overflow:hidden;
	bottom:0;
	left:0;
	background:#000;
	opacity:.6;
	moz-opacity:.6;
	filter:alpha(opacity=60);
}
#YSamples a:link,#YSamples a:visited,#YSamples a:hover{
	position:relative;
	z-index:8;
	float:left;
	display:inline;
	width:100px;
	height:60px;
	overflow:hidden;
	margin: 8px 6px;
}
#YSamples a img{
	width:100px;
	height:60px;
}
#YSamples a:hover img,#YSamples img.current{opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}


.details_tit {
	height: 450px;
	padding: 20px 0;
}
.details_tit_r{
	padding: 0px 45px;
}
.details_tit_r h3{
	color: #323232;
	font-size: 22px;
	line-height: 50px;
	width:572px;
	height:50px;
	overflow:hidden;
}
.details_tit_r p{
	font-size: 12px;
	color: #ffaa52;
	padding-bottom: 5px;
}
.details_tit_r tr{
	height: 56px;
}
.details_tit_r tr th{
	font-size: 14px;
	color: #636363;
	font-weight: normal;
	width: 80px;
	text-align: left;
}
.details_tit_r tr td b{
	font-size: 24px;
	color: #fb6621;
	font-weight: bold;
}
.details_tit_r tr td b i{
	display: inline-block;
	width: 80px;
	height: 29px;
	background: url(../images/down.png) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 12px;
	position: relative;
	top: -9px;
	left: 20px;
}
.details_tit_r tr td span{
	text-decoration: line-through;
	font-size: 12px;
	color: #323232;
	position: relative;
	left: 40px;
}
.details_tit_r tr td select{
	border: 1px solid #dbdbdb;
	line-height: 31px;
	height: 31px;
	width: 198px;
	font-size: 14px;
	color: #636363;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.details_tit_r tr td a{
	display: inline-block;
	width: 164px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #fb6621;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 18px;
	color: #fb6621;
	margin-right: 20px;
}
.details_tit_r tr td a:hover,.details_tit_r tr td a.active{
	background: #fb6621;
	color: #fff;
}


.details_tit_r .Sku-img{

}
.details_tit_r .Sku-img li{
	display:inline-block;
}
.details_tit_r .Sku-img img{
	width:48px;
	height:48px;
	border:1px solid #f4f4f4;
	margin-right:10px;
	vertical-align: middle;
}
.details_tit_r .Sku-Cho{

}
.details_tit_r .Sku-Cho span{
	display:inline-block;
	left:0;
	padding:0 25px;
	margin: 10px 10px 0 0;
	line-height:28px;
	border:1px solid #f4f4f4;
	text-decoration:none;
 }
 .details_tit_r .Sku-Cho span.active{
 	border:2px solid #b4a078;
 	background:url(../images/ac-icon.png) no-repeat right bottom;
 }
.details_tit_r .lj-amount{
     width:134px;
     height:30px;
     border:1px solid #f4f4f4;
     margin:0;
}
.details_tit_r .lj-amount .lj-minus, .details_tit_r .lj-amount .lj-add{
	 line-height:28px;
	 width:35px;
	  color:#4c4747;;
      background:#fff;
      height:30px;
      top:0;
      border:none;
      float:left;
      /* font-weight:bold; */
      font-size:18px;
}
 .details_tit_r .lj-amount .lj-minus{
    left:0;
}
 .details_tit_r .lj-amount .lj-intxt{
    width:60px;
    height:30px;
    border:1px solid #f4f4f4;
    border-top: none;
    bordr-bottom:none;
    float:left;
}
.details_tit_r .lj-amount .lj-add{
  left:0px;
}
.details_tit_r table {
	width:660px;
}






.details_contnt_l{
	width: 208px;
	border: 1px solid #dadada;
	min-height: 800px;
}
.details_contnt_l .shop_list h6{
	line-height: 36px;
	background: #f4f4f4;
	text-align: center;
	font-size: 14px;
	color: #636363;
	border-top: 3px solid #ffaa52;
}

.menu dl dt .add{
	display: block;
	line-height: 39px;
	/*background:url(../images/shop_list_icon01.jpg) no-repeat;*/
	background-color: #ffaa52;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}
.menu dl dt .add.inactive {
    /*background: url(../images/shop_list_icon02.jpg)  no-repeat ;*/
	background-color: #ffaa52;
}
.menu ul {
    display: none;
}
.menu ul li{
	padding-left: 25px;
}
.menu ul li a{
	font-size: 12px;
	color: #323232;
	line-height: 30px;
}
.menu ul li a:hover{
	color: #ffaa52;
}
.details_contnt_r{
	width: 970px;
	padding-bottom: 30px;
}
.details_contnt_r .shop_content_tit {
	height: 61px;
	line-height: 59px;
	font-weight: normal;
	background: #f4f4f4;
}
.details_contnt_r .shop_content_tit a{
	font-size: 14px;
	color: #636363;
	padding: 0 25px;
	border: 1px solid #dadada;
	display: block;
	float: left;
}
.shop_on{
	background: url(../images/shop_on_bg.png) top center repeat-x;
}
.content3{
	border: 1px solid #dadada;
	border-top: none;
	display: none;
}


.rad-prg {
  margin: 20px 0;
}
/** logo inside example **/
#indicatorContainerWrap5,
#indicatorContainer5 {
  display: inline-block;
  position: relative;
}
#prgLogo {
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
}

#indicatorContainerWrap,#indicatorContainer{
    display:inline-block;
    position:relative;
}
#prgLogo{
    position:absolute;
    width:60px;
    height:60px;
    margin-top:-30px;
    margin-left:-30px;
}
#indicatorContainerWrap1,#indicatorContainer1{
    display:inline-block;
    position:relative;
}
#prgLogo{
    position:absolute;
    width:60px;
    height:60px;
    margin-top:-30px;
    margin-left:-30px;
}
#indicatorContainerWrap2,#indicatorContainer2{
    display:inline-block;
    position:relative;
}
#prgLogo{
    position:absolute;
    width:60px;
    height:60px;
    margin-top:-30px;
    margin-left:-30px;
}
.favor{
	height: 110px;
	padding: 20px 0;
}
.favor h6{
	color: #ffaa52;
	width: 200px;
	text-align: center;
	font-size: 36px;
	padding-top: 23px;
}
.favor h6 span{
	display: block;
	font-size: 16px;
	color: #636363;
}
#indicatorContainerWrap,#indicatorContainerWrap1,#indicatorContainerWrap2{
	width: 200px;
}
#indicatorContainerWrap p,#indicatorContainerWrap1 p,#indicatorContainerWrap2 p{
	display: inline-block;
	position: relative;
	top: -50px;
	text-align: center;
	font-size: 14px;
	color: #323232;
}
#indicatorContainerWrap p span,#indicatorContainerWrap1 p span,#indicatorContainerWrap2 p span{
	display: block;
	font-size: 12px;
	color: #cecece;
}
.havor_sel{
	height: 38px;
	background: #fbfbfb;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	padding: 0 45px;
}
.havor_s{
	appearance: none;
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	background: #fff;
	border:1px solid #dadada;
	border-radius: 50%;
	margin-right: 10px;
}
.havor_s:checked {
    background: url(../images/checkbox_bg.png) no-repeat;
    background-size: 100%;
    border: none;
    width: 14px;
    height: 14px;
}
.havor_sel span{
	font-size: 14px;
	color: #323232;
	margin-right: 30px;
}
.user_havor tr th{
	font-size: 16px;
	color: #969696;
	line-height: 60px;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
}
.user_havor tr td{
	border-bottom: 1px solid #dadada;
	padding: 10px 20px;
}

.user_havor tr td h6{
	font-size: 12px;
	color: #969696;
	font-weight: normal;
	line-height: 50px;
}
.user_havor tr td p{
	font-size: 16px;
	color: #323232;
	line-height: 40px;
}
.user_havor tr td span{
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.user_havor tr td em{
	font-size: 16px;
	color: #323232;
	padding: 3px;
	background: #fee2a0;
	margin-right: 5px;
}
.user_havor tr td img{
	width: 117px;
	height: 117px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.user_havor tr td b{
	font-size: 16px;
	color: #969696;
	font-weight: normal;
}
.user_havor tr td i{
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(../images/star.png) no-repeat;
	margin: 0 2px;
}

.reply{
	border-top: 1px solid #e8e8e8;
}
.reply i{
    font-size: 12px;
    color: #969696;
    line-height: 40px;
    display: block;
}
.reply p{
	font-size: 12px;
}

.comment-item {
    zoom: 1;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.comment-item .user-column {
    width: 140px;
    float: left;
    font-size: 12px;
    color: #666;
}
.comment-item .user-info img {
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}
.comment-item .user-level {
    padding-top: 3px;
}
.comment-item .user-level span {
    color: #666;
    margin-right: 8px
}
.comment-item .comment-column {
    margin-left: 150px;
}
.comment-column .star i{
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(../images/star.png) no-repeat;
	margin: 0 2px;
}
.comment-item .comment-con {
    font-size: 14px;
    padding: 10px 0;
    line-height: 180%;
    color: #333;
}
.comment-item .order-info {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-item .tag-list {
    padding-bottom: 12px;
}
.tag-list span {
    display: inline-block;
    line-height: 20px;
    padding: 0 9px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}
.in-shop-recommend{
	padding: 10px;
}
.in-shop-recommend ul li{
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
}
.in-shop-recommend ul li img{
	width: 100%;
}
.in-shop-recommend ul li h5{
    color: #3d3d3d;
    font-size: 16px;
    line-height: 30px;
}
.other_main{
	height: 600px;
}
.other_l{
	width: 535px;
	height: 100%;
	position: relative;
	background: url(../images/login_more_bg.png) right center no-repeat;
}
.other_l .user{
	width: 300px;
	position: absolute;
	top: 150px;
	left: 120px;
	text-align: center;
}
.other_l .user img{
	border: 6px solid #eaeaea;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.other_l .user h3{
	font-size: 24px;
	font-weight: normal;
	line-height:40px;
}
.other_l .user h3 span{
	display: block;
	color: #969696;
}
.login h6{
	font-size: 18px;
	color: #323232;
	padding-left: 30px;
	line-height: 50px;
}
.login .login_radio{
	margin-right: 20px;
	width: 16px;
	height: 16px;
}
.login h6 span{
	margin-right: 20px;
}


/*幻灯片*/
.slide2{
	width:100%;
	height:450px;
	font-family:"微软雅黑";
	position:relative;
	z-index: 1;
}

.mainbanner2{
	height:450px;
	overflow:hidden;
	position:relative;
}
.mainbanner_window2{
	left:50%;
	width:1920px;
	height:450px;
	overflow:hidden;
	margin-left:-960px;
	position:absolute;
}
.mainbanner_window2 ul{
	width:999999px;
	height:490px;
	position:relative;
}
.mainbanner_window2 li{
	width:1920px;
	height:450px;
	float:left;
	display:inline;
	position: relative;
}
.mainbanner_list2{
	right: 25%;
    bottom: 20px;
    margin-left: -30px;
    position: absolute;
}
.mainbanner_list2 li{
	overflow:hidden;
	float:left;
}
.mainbanner_list2 li a{
	border-radius: 25px;
	width:10px;
	height:10px;
	background:#696a6c;
	position:relative;
	margin:0 4px;
	display:inline-block;
}
.mainbanner_list2 li.active a{
	background:#fff;
}
.shop_l2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 202px;
}
.shop_l2 ul{
	background: rgba(0,0,0,.5);
	display: block;
}
.shop_l2 ul li{
	padding:0 15px;
	position: relative;
	border-bottom: 1px solid #8a8888;
}
.shop_l2 ul li:hover{
	background: #ffaa52;

}
.shop_l2 ul li:hover a{
	color: #fff ;
}
.shop_l2 ul li:hover .shop_show{
	display: block;
}
.shop_l2 ul li a{
	display: block;
	font-size: 16px;
	padding-right: 10px;
	color: #fff;
	line-height: 63px;
}

.main_ident{
	padding-bottom: 20px;
}
.main_ident h3{
	text-align: center;
	padding: 25px 0;
}
.main_ident_bg{
	background: url(../images/main_bg.png) top center no-repeat;
	height: 930px;
	position: relative;
}
.contrast{
	
	padding-bottom: 21px;
	text-align:center;
}
.contrast_table tr{
	border: 1px solid #e2dedf;
}
.contrast_table tr th h6{
	font-size: 30px;
	color: #626262;
	font-weight: normal;
}
.contrast_table tr th{
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #e2dedf;
}
.contrast_table tr td{
	font-size: 16px;
	font-weight: normal;
	color: #969696;
	border: 1px solid #e2dedf;
	text-align: center;
	line-height: 50px;
}
.contrast_table tr td p{
	color: #575757;
}
.blue{
	color: #0e93d8;
}
.m_r{
	margin-right: 25px;
}
.grey_bg{
	background: #f6f6f6;
}
.choice{
	width: 390px;
}
.choice h6{
	font-size: 18px;
	color: #575757;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}
.choice p{
	font-size: 12px;
	color: #888888;
	text-indent: 2em;
}
.pa1{
	position: absolute;
	left: 108px;
}
.pa2{
	position: absolute;
	right: 108px;
	top: 408px;
}
.pa3{
	position: absolute;
	left: 108px;
	top: 708px;
}
.pa4{
	position: absolute;
	right: 118px;
}
.pa5{
	position: absolute;
	left: 118px;
	top: 365px;
}
.pa6{
	position: absolute;
	right: 118px;
	top: 665px;
}

.border_4p{
	border: 4px solid #22ccf7;
}
.certificate{
	overflow: hidden;
}
.certificate ul{
	width: 1300px;
	overflow: hidden;
}
.certificate ul li{
	float: left;
	margin-right: 85px;
	margin-bottom: 20px;
}
.certificate ul li img{
	border: 1px solid #efebeb;
}
.certificate ul li p{
	text-align: center;
	font-size: 16px;
	color: #888;
	line-height: 40px;
}

.customer{
	overflow: hidden;
}
.customer ul{
	width: 1300px;
	overflow: hidden;
}
.customer ul li{
	background: #fff;
	width: 278px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid #efebeb;
	position: relative;
}
.customer ul li h6{
	padding-left: 8px;
	font-size: 14px;
	color: #969696;
	font-weight: normal;
	line-height: 30px;
}
.customer ul li p{
	padding-left: 8px;
	font-size: 12px;
	color: #969696;
	text-indent: 2em;
	padding-bottom: 10px;
	line-height: 20px;
}
.customer ul li a{
	font-size: 12px;
	color: #969696;
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.ad img{
	width:100%;
}
.experts{
	
	padding: 30px 0;
}
.experts ul{
	width: 1300px;
	display: table;
}
.experts ul li{
	display: table-cell;
	margin-right: 97px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.experts ul li h6{
	font-size: 16px;
	color: #010101;
	font-weight: normal;
	line-height: 35px;
}
.experts ul li p{
	font-size: 12px;
	color: #888;
	line-height: 18px;
	padding-bottom: 10px;
}
.experts ul li a{
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	width: 105px;
	line-height: 31px;
	margin-right: 9px;
}
.experts ul li i{
	width: 16px;
	height: 18px;
	display: inline-block;
	position:relative;
	top:5px;
	padding-right:5px;
}
.blue_bg{
	background: #22ccf7;
}
.red_bg{
	background: #ff3653;
}
.bl_bg{
	background: #2d428d;
	margin-top: 8px;
}
.partner{
	overflow: hidden;
}
.partner ul{
	width: 1300px;
	overflow: hidden;
}
.partner ul li{
	background: #fff;
	float: left;
	margin-right: 38px;
	margin-bottom: 20px;
	border: 1px solid #efebeb;
	position: relative;
}

.kf_wrap{
	background: #d3d3d3;
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 99999999999999;
}
.kf_wrap ul li{
	text-align: center;
	border-bottom: 1px solid #c8c6c6;
	position: relative;
}
.kf_wrap ul li a{
	display: block;
	 /* padding: 13px 25px;  */
}
.kf_wrap ul li a img{
	width:60px;
	height:60px;
	
} 
.kf_wrap ul li a:hover{
	background: #ffaa52;
}
.kf_wrap ul li p{
	font-size: 14px;
	color: #fff;
}
.kf_wrap ul .top{
	background: #a1a1a1;
}
.message,.talk,.wx {
	position: fixed;
    top: 8px;
    right: 155px;
    border: 1px solid #dcdada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 999999;
    display: none;
}
.message h6{
	font-size: 21px;
	color: #fff;
	background: #ffaa52;
	text-align: left;
	line-height: 62px;
	padding: 0 20px;
	position: relative;
	font-weight: normal;
}
.message h6 a.close{
	position: absolute;
    top: 16px;
    right: 19px;
    display: block;
}
.message  textarea{
	width: 417px;
	padding: 7px 20px;
	margin-bottom: 19px;
	border: 1px solid #dcdada;
}

.talk h6{
	font-size: 28px;
	color: #fff;
	background: #ffaa52;
	text-align: left;
	line-height: 62px;
	padding: 0 20px;
	position: relative;
	font-weight: normal;
}
.talk h6 a.close{
	position: absolute;
    top: 2px;
    right: 19px;
    display: block;
}
.talk  textarea{
	width: 700px;
	padding: 10px 20px;
	margin-bottom: 19px;
	border: 1px solid #dcdada;
}
.ly{
	padding: 17px;
	background: #fff;
	width: 470px;
}
.ly tr th{
	font-size: 16px;
	color: #010101;
	line-height: 34px;
	padding:15px;
}
.ly tr {
	border: 1px solid #dcdada;
	display: block;
	margin-bottom: 19px;
	padding-right: 6px;
}
.ly tr td{
	margin-bottom: 20px;
}
.ly .intxt{
	font-size: 15px;
	color: #969696;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	width: 358px;
	border:none;
	border-left: 1px solid #dcdada;
}
.ly a.send{
	background: #ffaa52;
	font-size: 16px;
	color: #fff;
	padding: 10px 50px;
	position: relative;
	left: 296px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.kf_welcome{
	text-align: left;
	height: 224px;
}
.kf_welcome img{
	float: left;
}
.kf_welcome p{
	float: left;
	font-size: 18px;
	color: #1d73ca;
	padding-left: 10px;
}
.kf_welcome span{
	display: block;
	color: #2f2f2f;
}

.kf_wrap1{
	width: 60px;
	background: #6a6a6a;
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 99999999999999;
	padding: 38px 0;
}
.kf_wrap1 img{width: 60px;height: 60px;}
.kf_wrap1 p{
	text-align: center;
	padding: 10px 0;
	margin: 0 3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.kf_wrap1 p a{
	display: block;
	font-size: 18px;
	color: #fff;
}
.kf_wrap1 p span{
	width: 20px;
	display: block;
	margin: 0 auto;
}

.kf_wrap1 ul li{
	line-height: 60px;
}
.kf_wrap1 ul li a{
	display: block;
}


/*在线预约*/
.online {
	margin: 50px;
}
.online h6{
	font-size: 14px;
	color: #323232;
	font-weight: normal;
}
.on-tab{
	padding: 10px 0;
}
.on-inp{
	background:#ffaa52;
	padding: 5px 25px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.on-tab span{
	font-size: 12px;
	margin-right: 10px;
	padding: 10px 0;
	line-height: 30px;
}
.on-tab span .inp{
	padding: 3px;
	font-size: 12px;
	color: #323232;
}
.on-tab span.tips{
	display: block;
}
.on-tab span.tips textarea{
	width: 1110px;
	padding: 5px;
	resize: none; 
}

.wx h6{
	font-size: 28px;
	color: #fff;
	background: #ffaa52;
	text-align: left;
	line-height: 62px;
	padding: 0 20px;
	position: relative;
	font-weight: normal;
}
.wx h6 a.close{
	position: absolute;
    top: 2px;
    right: 19px;
    display: block;
}
.wx {
	position: fixed;
    top: 50px;
    right: 155px;
    border: 1px solid #dcdada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 999999;
    display: none;
}

/*浮动客服*/
#floatDivBoxs{position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:30px;height:27px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:60px;z-index:999;}
#rightArrow a{display:block;height:27px;}

/*评价*/

.gradecon{border:1px solid #E0DCDC;background:#fefdea;padding:10px;width:320px;margin:40px auto 0 auto;}
.rev_pro li{line-height:20px;height:20px;}
.rev_pro li .revtit{text-align:right;display:block;float:left;margin-right:10px;width:70px;}
.revinp{float:left;display:inline;}
.level .level_solid,.level .level_hollow{float:left;background-image:url(../images/icon2.png);background-repeat:no-repeat;display:inline-block;width:15px;height:15px;}
.level .level_solid{background-position:0px 0px;}
.level .level_hollow{background-position:-21px 0px;}
.revgrade{margin-left:20px;}

.evaluate{
	width: 1200px;
	margin: 50px auto;
}
.evaluate .tit{
	text-align: center;
}
.evaluate .tit h3{
	color: #323232;
	font-size: 16px;
	line-height: 26px;
}
.o-info {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.mr20 {
    margin-right: 20px;
}
.gray1 {
    color: #333;
}
.evaluate .cont{
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}
.fl-info{
    width: 322px;
    border-right: 1px solid #f5f5f5;
}
.fr-info{
    width: 870px;
    border-right: 1px solid #f5f5f5;
}
 .label {
    float: left;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tip-text {
    color: #fc982c;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
}
.ev-list{
	padding-left: 20px;
	margin-bottom: 20px;
	height: 15px;
}
.item {
	margin-right: 40px;
	padding: 10px 0;
}
.item span{
	font-size: 12px;
	color: #000;
}
span.revgrade{
	float: left;
	color: #e4393c;
}
.comment-goods {
    padding: 15px 50px;
}
.comment-goods .p-img {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    text-align: center;
}
.comment-goods .p-name, .comment-goods .p-price {
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}
.comment-goods a{
    color: #666;
    text-decoration: none;
}
.comment-goods a:hover{
	color: #ffaa52
}
.p-attr {
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.p-img img {
    width: 100px;
    height: 100px;
}
.fop-label {
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    _display: inline;
    overflow: hidden;
}
.fop-main {
    width: 800px;
    position: relative;
}
.f-textarea {
    padding: 10px 10px 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    overflow: hidden;
}
.f-textarea textarea {
    width: 100%;
    height: 54px;
    max-width: 100%;
    max-height: 54px;
    min-height: 54px;
    line-height: 18px;
    border: medium none;
    color: #333;
    resize: vertical;
    resize: none;
    font-size: 12px;
}
.f-textarea .textarea-ext {
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #999;
}
.btn-upload {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url(../images/bg-upload.png) no-repeat center top;
    cursor: pointer;
}
.m-imgshow .upload-num {
    float: left;
    height: 50px;
    margin-bottom: 10px;
    font-family: SimSun;
    line-height: 50px;
    color: #999;
}
.m-imgshow .upload-num em {
    color: #e4393c;
    margin: 0 2px;
}
.upfile{
	display: none;
}
.m-imgshow {
	position: absolute;
	left: 100px;
}
.f-btnbox {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
}
 .f-btnbox .btn-submit {
    width: 220px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-size: 18px;
}
.f-btnbox .btn-submit {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background-color: #df3033;
    background-image: -moz-linear-gradient(top,#df3033,#e74649);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#df3033),color-stop(1,#e74649));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df3033', endColorstr='#e74649', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df3033', endColorstr='#e74649');
    background-image: linear-gradient(to bottom,#df3033 0,#e74649 100%);
}
.f-checkbox label {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
}


/*充值*/
.main .rech{
	border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    width: 900px;
    margin: 50px auto;
}
.o-mt h2 {
    background: #f3f3f3;
    height: 35px;
    font: 20px/35px \5FAE\8F6F\96C5\9ED1;
    padding-left: 20px;
}
.main .form {
    padding: 20px 50px 0 80px;
}
.form .item1 {
    margin-bottom: 10px;
}
.main .form .label {
    width: 75px;
    font-size: 14px;
}
.main .form .fl1 {
    font-size: 14px;
    width: 770px;
}
.msg-text, .msg-error {
    font-size: 12px;
    line-height: 25px;
}
.msg-text {
    color: #999999;
}
.main .form .text {
    font-weight: bold;
    font-size: 16px;
    color: #ffaa52;
    text-align: center;
    width: 93px;
    font-family: Arial;
}
.i-tips {
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #666666;
    float: left;
    padding: 3px 8px;
    font-size: 12px;
}
.icon-info05 {
    vertical-align: middle;
    margin-right: 5px;
}

.icon-ques05, .icon-info05 {
    background: url(../images/icon16.png);
    background-position: -64px 0;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 16px;
    height: 16px;
}
.form .text, .form .area, .main .text, .main .area {
    padding: 4px;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.m1 {
    margin-left: 80px;
    margin-right: 80px;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-width: 2px;
}
.m1{
    border: 1px solid #edd28b;
    background: #fffdee;
}
.m1 .mt h3 {
    font-size: 12px;
}
a.btn-next {
    display: inline-block;
    width: 155px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ffaa52;
    color: #fff;
}

/*支付*/
.main-w{
	width: 990px;
    margin: 0 auto;
}
.order {
    position: relative;
    padding-top: 40px;
}
.order .o-left {
    float: left;
    width: 640px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.order .o-title {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;
   	   color: #666
}
.order .o-tips {
    line-height: 20px;
    height: 20px;
}
.font-red {
    color: #ff5d5b;
}
.order .o-right {
    float: right;
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 125px;
    overflow: hidden;
}
.order .o-price {
    text-align: right;
    line-height: 26px;
    margin-bottom: 4px;
    font-size: 14px;
}
.order .o-price em {
    vertical-align: bottom;
}
.order .o-price strong {
    font-size: 18px;
    vertical-align: bottom;
    color: #ff5d5b;
    margin: 0 3px;
    font-size: 18px;
}
.payment {
    background-color: #fff;
    padding: 12px 30px;
    margin: 40px 0;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-height: 300px;
}

.pay-nav {
	border-bottom: 1px solid #c6c6c6;
}
.pay-cont{
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	min-height: 240px;

}
.pay-nav a {
    border-radius: 3px 3px 0 0;
    background: #fff;
    line-height: 34px;
    height: 34px;
    padding: 0 30px;
    border: 1px solid #f7f7f7;
    border-bottom: 0;
    color: #4D4D4D;
    display: inline-block;
    font-size: 14px;
}
.pay-nav a.active{
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	position: relative;
	bottom: -1px;
}
.pay-cont{
	display: none;
}
.payment-list .pl-wrap {
    zoom: 1;
    padding-bottom: 12px;
    padding: 20px 60px;
}
.payment-list .pl-item {
    position: relative;
    float: left;
    background-color: #fff;
    padding: 5px 0;
    height: 28px;
    width: 188px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #b0c2e1;
    border-radius: 2px;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}
.payment-list .pl-item a{
	display: block;
}
.bank-logo {
    background-image: url(../images/bank-logo.png);
    background-repeat: no-repeat;
    background-position: 0 -4256px;
    display: block;
    width: 125px;
    height: 28px;
    overflow: hidden;
    text-indent: -9999px;
    margin-left: 25px;
}
#bank-bjrcb{background-position:0 0}#bank-bob{background-position:0 -28px}#bank-cbhb{background-position:0 -56px}#bank-bocd{background-position:0 -84px}#bank-fudian{background-position:0 -112px}#bank-icbc{background-position:0 -140px}#bank-ceb{background-position:0 -168px}#bank-cgb,#bank-gdb{background-position:0 -196px}#bank-hkb{background-position:0 -224px}#bank-hzb{background-position:0 -252px}#bank-hengfeng{background-position:0 -280px}#bank-hxb{background-position:0 -308px}#bank-ccb{background-position:0 -336px}#bank-jsb{background-position:0 -364px}#bank-bcm,#bank-bcom{background-position:0 -392px}#bank-jinghua{background-position:0 -420px}#bank-cmbc{background-position:0 -448px}#bank-njcb{background-position:0 -476px}#bank-nbcb{background-position:0 -504px}#bank-abc{background-position:0 -532px}#bank-pab{background-position:0 -560px}#bank-spdb{background-position:0 -588px}#bank-qdccb{background-position:0 -616px}#bank-srcb{background-position:0 -644px}#bank-bos,#bank-shb{background-position:0 -672px}#bank-sdb{background-position:0 -700px}#bank-wzcb{background-position:0 -728px}#bank-cib{background-position:0 -756px}#bank-cmb{background-position:0 -784px}#bank-zjtl{background-position:0 -812px}#bank-boc{background-position:0 -840px}#bank-post,#bank-psbc{background-position:0 -868px}#bank-citic{background-position:0 -4312px}#bank-cqrcb{background-position:0 -924px}#bank-cqcb{background-position:0 -952px}#bank-gzrcc{background-position:0 -980px}#bank-gzcb{background-position:0 -1008px}#bank-hsb{background-position:0 -1036px}#bank-czb{background-position:0 -4004px}#bank-bonc{background-position:0 -1092px}#bank-gdnyb{background-position:0 -1120px}#bank-chab{background-position:0 -1148px}#bank-dylscz{background-position:0 -1177px}#bank-dzb{background-position:0 -1205px}#bank-lwb{background-position:0 -1904px}#bank-qsb{background-position:0 -1260px}#bank-rzb{background-position:0 -1289px}#bank-tab{background-position:0 -1317px}#bank-lsb{background-position:0 -1345px}#bank-wfccb{background-position:0 -1373px}#bank-ordos{background-position:0 -1401px}#bank-boxm{background-position:0 -1430px}#bank-bolj{background-position:0 -1456px}#bank-jzcb{background-position:0 -1484px}#bank-jjccb{background-position:0 -1512px}#bank-cjccb{background-position:0 -1568px}#bank-boly{background-position:0 -1596px}#bank-hubnx{background-position:0 -1623px}#bank-bhrcb{background-position:0 -1708px}#bank-hbnx{background-position:0 -1794px}#bank-gsnx{background-position:0 -1652px}#bank-bsb{background-position:0 -1820px}#bank-shxnx{background-position:0 -1764px}#bank-jsnx{background-position:0 -1681px}#bank-whrcb{background-position:0 -1736px}#bank-jzb{background-position:0 -1876px}#bank-drcb{background-position:0 -1848px}#bank-nmgnx{background-position:0 -1959px}#bank-pzhccb{background-position:0 -1989px}#bank-egb{background-position:0 -1932px}#bank-dyccb{background-position:0 -2045px}#bank-whccb{background-position:0 -2155px}#bank-jlnx{background-position:0 -2073px}#bank-sxnx{background-position:0 -2128px}#bank-bojn{background-position:0 -2100px}#bank-bozz{background-position:0 -2213px}#bank-ytcb{background-position:0 -2184px}#bank-bobd{background-position:0 -2016px}#bank-scnx{background-position:0 -2324px}#bank-hnnx{background-position:0 -2379px}#bank-bogy{background-position:0 -3921px}#bank-lzcb{background-position:0 -2295px}#bank-bogl{background-position:0 -2268px}#bank-zjtlcb{background-position:0 -2353px}#bank-boyk{background-position:0 -2548px}#bank-hunnx{background-position:0 -2576px}#bank-lnnx{background-position:0 -2408px}#bank-shbank{background-position:0 -2464px}#bank-lycb{background-position:0 -2436px}#bank-zjkccb{background-position:0 -2716px}#bank-boxia{background-position:0 -2521px}#bank-gznx{background-position:0 -2604px}#bank-czcb{background-position:0 -2688px}#bank-tjrcb{background-position:0 -2660px}#bank-hbcl{background-position:0 -2632px}#bank-gxnx{background-position:0 -2772px}#bank-pjccb{background-position:0 -2744px}#bank-bosj{background-position:0 -2800px}#bank-xhdlcz{background-position:0 -2829px}#bank-zjgrcb{background-position:0 -2856px}#bank-jnrcb{background-position:0 -2884px}#bank-jyrcb{background-position:0 -2912px}#bank-ksrcb{background-position:0 -2940px}#bank-tcrcb{background-position:0 -2968px}#bank-wjrcb{background-position:0 -2996px}#bank-urb{background-position:0 -3025px}#bank-yrrcb{background-position:0 -3080px}#bank-hanabank{background-position:0 -3053px}#bank-xjnx{background-position:0 -3109px}#bank-grcb{background-position:0 -3164px}#bank-hnrcc{background-position:0 -3136px}#bank-xmib{background-position:0 -3192px}#bank-bozj{background-position:0 -3219px}#bank-boxj{background-position:0 -3277px}#bank-ynnx{background-position:0 -3249px}#bank-bojl{background-position:0 -3304px}#bank-bodl{background-position:0 -3332px}#bank-ykyh{background-position:0 -3360px}#bank-cdrcb{background-position:0 -3388px}#bank-boqz{background-position:0 -3416px}#bank-beeb{background-position:0 -3444px}#bank-qhnx{background-position:0 -3499px}#bank-lzccb{background-position:0 -3472px}#bank-tsccb{background-position:30px -3528px}#bank-szrcb{background-position:0 -3555px}#bank-bocz{background-position:0 -3584px}#bank-tjwqcz{background-position:0 -3667px}#bank-bohh{background-position:0 -3640px}#bank-xtb{background-position:0 -3695px}#bank-bofx{background-position:0 -3724px}#bank-bohrb{background-position:0 -3808px}#bank-jccb{background-position:0 -3781px}#bank-bokl{background-position:0 -3752px}#bank-wxrcb{background-position:0 -3836px}#bank-bohz{background-position:0 -3864px}#bank-hljnx{background-position:0 -3892px}#bank-bonx{background-position:0 -3947px}#bank-cdb{background-position:0 -3975px}#bank-bofs{background-position:0 -4060px}#bank-botl{background-position:0 -4032px}#bank-bopds{background-position:0 -4088px}#bank-botz{background-position:0 -4173px}#bank-yzcz{background-position:0 -4200px}#bank-qlb{background-position:0 -4144px}#bank-body{background-position:0 -4340px}#bank-zyb{background-position:0 -4229px}#bank-bos{background-position:0 -4284px}#bank-boqhd{background-position:0 -4367px}#bank-webank{background-position:0 -4423px}#bank-zjnx{background-position:0 -4395px}#bank-snccb{background-position:0 -4451px}

.payment-list .pl-more {
    float: left;
    background-color: #d8f1ff;
    padding: 5px 0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    width: 188px;
    border: 1px solid #e9f7ff;
    text-align: center;
    color: #2ea7e7;
    font-weight: 700;
    cursor: pointer;
    -moz-transition: background-color .2s,color .2s;
    -o-transition: background-color .2s,color .2s;
    -webkit-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
}
.pay-btn{
	padding: 20px 60px;
}
.pay-btn input{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 28px;
    color: #fff;
    background: #ffaa52;
    border: none;
    cursor: pointer;
}
.zfb{
	text-align: center;
}
.zfb img{
	margin: 20px 0;
}


/*2019-12-04新版样式*/
/*头部*/
.new-header-con {
	background: #fff;
}
.new-header {
	height: 37px;
	line-height: 34px;
	width: 100%;
	background: #fbfbfb;
	border-bottom:1px solid #e7e7e7;
	font-size: 12px;
	color: #444;
}
.new-header .cbody::after {
	content: '';
	display: block;
	clear: both;
}
.new-header ul {
	float: left;
}
.new-header ul.right {
	float: right;
}
.new-header ul li {
	float: left;
	font-size: 14px;
	padding-right: 25px;
}
.new-header ul .color {
	color: #ffaa52;
}
.new-header ul .color a {
	color: #888;
	margin-left: 3px;
}
.new-header ul li a {
	color: #444;
	display: inline-block;
}
.new-header ul li a:hover {
	color: #ffaa52;
}
.new-header ul li #showEwm.show .ewm-box {
	display: block;
}
.ewm-box {
	position: fixed;
	z-index: 100000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.ewm-box::after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ewm-box img {
	position: absolute;
	z-index: 1;
	max-width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	top: 50%;
	left: 50%;
}


.new-header ul i {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin: -4px 3px 0 0;
}
.new-header ul i.icon1 {
	background: url(../images/20191204/icon01.png) no-repeat;
}
.new-header ul i.icon2 {
	background: url(../images/20191204/icon02.png) no-repeat;
}
.new-header ul i.icon3 {
	background: url(../images/20191204/icon03.png) no-repeat;
}
.new-header ul i.icon4 {
	background: url(../images/20191204/icon04.png) no-repeat;
	margin-right: 0;
	margin-left: 3px;
}
.new-header ul li .orange {
	color: #ff6900;
}
.new-header ul li.fu-nav {
	padding-right: 0;
	position: relative;
}
.new-header ul li.fu-nav a {
	border: 1px solid #d5d5d5;
	padding: 0 4px 0 7px;
	height: 27px;
	line-height: 27px;
	background: #fff;
}
.new-header ul li.fu-nav .fu-nav-show-sub {
	position: absolute;
	left: 0;
	right: 0;
	height: 27px;
	line-height: 27px;
	margin-top: -3px;
	display: none;
}
.new-header ul li.fu-nav:hover .fu-nav-show-sub {
	display: block;
}
.new-header ul li.fu-nav .fu-nav-show-sub a {
	margin-top: -1px;
	width: 78px;
	padding: 0;
	text-align: center;
}

.new-logo-con {
	height: 97px;
	padding-top: 28px;
}
.new-logo-con::after {
	content: '';
	display: block;
	clear: both;
}
.new-logo-con .new-logo {
	height: 53px;
	line-height: 53px;
	float: left;
}
.new-logo-con .new-logo::after {
	content: '';
	display: block;
	clear: both;
}
.new-logo-con .new-logo h1 {
	width: 290px;
	height: 53px;
	float: left;
}
.new-logo-con .new-logo h3 {
	float: left;
	font-size: 20px;
	font-weight: 400;
	color: #999;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
	letter-spacing: 10px;
}
.new-logo-con .kefu-tel {
	float: left;
	padding-left:160px;
	padding-top: 6px;
}
.new-logo-con .kefu-tel::after {
	content: '';
	display: block;
	clear: both;
}
.new-logo-con .kefu-tel i {
	width: 36px;
	height: 36px;
	display: inline-block;
	background: url(../images/20191204/icon05.png) no-repeat;
	float: left;
	margin: 7px 5px 0 0;
}
.new-logo-con .kefu-tel .tel {
	float: left;
	font-size: 16px;
	color: #999;
}
.new-logo-con .kefu-tel .tel span {
	display: block;
	font-size: 24px;
	color: #27517b;
	font-weight: 700;
}

.new-menu {
	border-bottom: 1px solid #c5bba5;
}
.new-menu ul {

}
.new-menu ul::after {
	content: '';
	display: block;
	clear: both;
}
.new-menu ul li {
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #333;
	float: left;
}
.new-menu ul li a {
	display: block;
	padding: 0 25px;
	color: #333;
}
.new-menu ul li a:hover {
	color: #ffaa52;
}
.new-menu ul li.active a {
	color: #ffaa52;
	font-weight: 700;
}
.new-menu ul li.first-nav a {
	width: 198px;
	border: 1px solid #95aabe;
	border-bottom: none;
	padding: 0;
	text-align: center;
}
.new-menu ul li.first-nav a i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/20191204/icon06.png) no-repeat;
	margin: -3px 5px 0 0;
	vertical-align: middle;
}

.nwe-shop-main {
	position: relative;
	z-index: 100;
}
.nwe-shop-main ul {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #f0f0fb;
}
.nwe-shop-main ul li {
	width: 100%;
	height: 59px;
	line-height: 59px;
	background: #f0f0fb;
	border-bottom: 1px solid #dedfe0;
	font-size: 18px;
	color: #333;
}
.nwe-shop-main ul li:hover {
	height: 60px;
	line-height: 60px;
	border-bottom: none;
}
.nwe-shop-main ul li .title {
	color: #333;
	display: block;
	padding: 0 16px 0 20px;
	position: relative;
}
.nwe-shop-main ul li .title::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	background: url(../images/20191204/icon07.png) no-repeat;
}
.nwe-shop-main ul li:hover .title {
	height: 56px;
	line-height: 56px;
	color: #ffaa52;
	border: 2px solid #ffaa52;
	position: relative;
    z-index: 10;
    width: 162px;
    border-right-color: #f0f0fb;
}
.nwe-shop-main ul li:hover .title::after {
	background: url(../images/20191204/icon07-active.png) no-repeat;
}
.nwe-shop-main ul li:hover .nwe-shop-main-sub {
	display: block;
}
.nwe-shop-main-sub {
	position: absolute;
	z-index: 9;
	left: 200px;
	top: 0;
	width: 550px;
	min-height: 376px;
	padding: 20px;
	border: 2px solid #ffaa52;
	background: #fff;
	display: none;
}
.nwe-shop-main-sub dt {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 5px;
}
.nwe-shop-main-sub dt a {
	color: #ffaa52;
	font-weight: 700;
}

.nwe-shop-main-sub dd {
	line-height: 24px;
	font-size: 14px;
	padding-bottom: 20px;
}
.nwe-shop-main-sub a {
	color: #666;
	padding-right: 20px;
	display: inline-block;
}
.nwe-shop-main-sub a::after {
	background: none!important;
}
.nwe-shop-main-sub a:hover {
	color: #ffaa52;
}

.title-text {
	width: 175px;
	margin: 0 auto 40px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 36px;
	letter-spacing: 7px;
	padding-bottom: 15px;
	position: relative;
}
.title-text::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -30px;
	width: 60px;
	height: 4px;
	background: #ffaa52;
}

.now-home-main {
	padding: 40px 0;
}
.bg-color {
	background: #f1f5f8;
}

/*热销服务*/
.hot-server {
    width: 1300px;
}
.hot-server::after {
	content: '';
	display: block;
	clear: both;
}
.hot-server li {
	width: 200px;
	margin: 0 20px;
	background: #fff;
	float: left;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(84, 84, 84, .15);
}
.hot-server li span {
	display: block;
}
.hot-server li .pic, .hot-server li .pic img {
	width: 200px;
	height: 180px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.hot-server li .title {
	height: 44px;
	line-height: 22px;
	margin: 10px 0 5px;
	font-size: 15px;
	color: #666;
	padding: 0 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hot-server li .price {
	padding: 0 12px 15px;
	font-size: 20px;
	color: #f43e3e;
}
.hot-server li a:hover .title {
	color: #ffaa52;
}

/*公司优势*/
.company-advantage {

}
.company-advantage::after {
	content: '';
	display: block;
	clear: both;
}
.company-advantage li {
	width: 300px;
	height: 340px;
	padding: 0 50px;
	float: left;
	position: relative;
}
.company-advantage li a:hover {
	color: #ffaa52;
}
.company-advantage li::after {
	content: '';
	display: block;
	width: 1px;
	height: 174px;
	background: #ddd;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -87px;
}
.company-advantage li:last-child::after {
	width: 0;
}
.company-advantage .text {
	height: 160px;
	color: #333;
	position: relative;
}
.company-advantage .text div {
	position: absolute;
	bottom: 20px;
}
.company-advantage li:nth-child(2) .text div {
	bottom: 0;
}
.company-advantage .text h4 {
	font-size: 24px;
	padding-bottom: 10px;
}
.company-advantage .text p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.company-advantage img {
	width: 300px;
	height: 180px;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

/*广告*/
.advertisement img {
	width: 100%;
	height: auto;
	margin-bottom: -6px;
}

/*服务专家*/
.service-pecialist-item {
	width: 280px;
	height: 400px;
	background: #fff;
	box-shadow: 0 0 10px rgba(84, 84, 84, .15);
	margin: 10px auto;
	text-align: left;
	border-radius: 6px;
}
.service-pecialist-item div {
	padding: 0 15px;
}
.service-pecialist-item .pic, .service-pecialist-item .pic img {
	width: 280px;
	height: 230px;
	padding: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.service-pecialist-item .name {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	padding-top: 12px;
}
.service-pecialist-item .name a {
	color: #333;
}
.service-pecialist-item .tag {
	padding: 6px 15px;
}
.service-pecialist-item .tag span {
	color:#ffaa52;
	border: 1px solid #ffaa52;
	font-size: 15px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 3px;
	border-radius: 2px;
	margin-right: 6px;
}
.service-pecialist-item .tag span:last-child {
	margin-right: 0;
}
.service-pecialist-item .infos {
	font-size: 18px;
	color: #999;
}
.service-pecialist-item .infos span {
	padding: 0 5px;
}
.service-pecialist-item .button {
	padding-top: 12px;
}
.service-pecialist-item .button a {
	height: 36px;
	line-height: 36px;
	background: #6db2ff;
	padding: 0 8px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	position: relative;
	float: left;
}
.service-pecialist-item .button a:last-child {
	margin-right: 0;
}
.service-pecialist-item .button .green {
	background: #5cd570;
}
.service-pecialist-item .button .green img {
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 46px;
	left: 50%;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 4px;
	margin-left: -85px;
	display: none;
}
.service-pecialist-item .button .green:hover img {
	display: block;
}
.service-pecialist-item .button .red {
	background: #fa7b7b;
}
.service-pecialist-item .button::after {
	content: '';
	display: block;
	clear: both;
}
.service-pecialist-item .button .tel div {
	width: 150px;
	padding: 5px 10px 15px;
	color: #333;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 4px;
	position: absolute;
	bottom: 46px;
	left: 50%;
	margin-left: -80px;
	display: none;
}
.service-pecialist-item .button .tel:hover div {
	display: block;
}
.service-pecialist-item .button .tel div p {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin: 0 -10px 10px;
	font-weight: 700;
}
.service-pecialist-item .button .tel div i {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	background: url(../images/20191204/icon15.png) no-repeat;
}
.service-pecialist-item .button .tel div span {
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	padding-left: 10px;
}
.service-pecialist-item .button .tel div::after {
	content: '';
	display: block;
	clear: both;
}
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: -50px;
}*/

 .swiper-container {
	width: 1200px;
	height: 100%;
	/*overflow: initial;*/
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 280px!important;
	margin: 0 30px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-prev::before, .swiper-button-next::before {
	content: '';
	display: block;
	background: #4597e7;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	position: absolute;
	z-index: 9;
	box-shadow: 0 0 15px rgba(69, 151, 231, .5);
	cursor: pointer;
}
.swiper-button-prev::before {
	left: 7px;
}
.swiper-button-next::before {
	right: 7px;
}
.swiper-button-prev::after, .swiper-button-next::after {
	font-size: 20px!important;
	font-weight: 700;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
	height: 420px!important;
    /*background: #fff!important;*/
    top: 20px!important;
    width: 90px!important;
	color: #fff!important;
	cursor: default!important;
	position: relative;
}
.swiper-button-prev::after {
	left: 22px;
}
.swiper-button-next::after {
	right: 22px;
}
.swiper-button-prev {
	left: 0!important;
}
.swiper-button-next {
    right: 0!important;
}
.my-button-disabled::before {
	background: #ccc;
	box-shadow: 0 0 15px rgba(204, 204, 204, .5);
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: ''!important;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 1px;
	background: url(../images/left_icon.png) no-repeat center /100% 100%;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: ''!important;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -16px 0 0 -11px;
	background: url(../images/right_icon1.png) no-repeat center /100% 100%;
}
.swiper-button-prev::before, .swiper-button-next::before {
	top: 50%;
	margin-top: -22px;
}
.swiper-button-prev::before, .swiper-button-next::before {
	top: 50%;
	margin-top: -22px;
}

/*财政资讯*/
.info-content {

}
.info-content .hd {
	position: relative;
}
.info-content .hd .more {
	position: absolute;
	bottom: 22px;
	right: 0;
	font-size: 16px;
	color: #ffaa52;
}
.info-content .bd {
	height: 363px;
	overflow: hidden;
}
.info-content .hd ul {
	border-bottom:1px solid #e1e1e1;
}
.info-content .hd ul::after {
	content: '';
	display: block;
	clear: both;
}
.info-content .hd ul li {
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #666;
	/*padding: 0 25px 18px;*/
	float: left;
	margin-bottom: -1px;
}
.info-content .hd ul li.on {
	font-size: 24px;
	color: #ffaa52;
	border-bottom: 2px solid #ffaa52;
	position: relative;
	font-weight: 700;
}
.info-content .hd ul li.on::after {
	content: '';
	display: block;
	width: 15px;
	height: 8px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -7.5px;
	background: url(../images/20191204/icon08.png) no-repeat;
}
.info-new-con {
	padding:37px 0 50px;
	overflow: hidden;
}
.info-new-con .left-new {
	width: 530px;
	padding-right:29px;
	float: left;
	border-right: 1px solid #e1e1e1;
}
.info-new-con .left-new li {
	height: 140px;
	padding-bottom: 36px;
}
.info-new-con .left-new li:last-child {
	padding-bottom: 0;
}
.info-new-con .left-new li::after, .info-new-con::after {
	content: '';
	display: block;
	clear: both;
}
.info-new-con .left-new li img {
	width: 210px;
	height: 140px;
	margin-right: 20px;
	float: left;
}
.info-new-con .left-new li a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	padding: 10px 0 0 0;
	margin-bottom: 7px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.info-new-con .left-new li a:hover {
	color: #ffaa52;
}
.info-new-con .left-new li p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.info-new-con .right-new {
	width: 585px;
	padding: 0 20px 0 35px;
	float: left;
	margin-top: -11px;
}
.info-new-con .right-new li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 14px;
	color: #000;
}
.info-new-con .right-new li::after {
	content: '';
	display: block;
	clear: both;
}
.info-new-con .right-new li a {
	color: #000;
	display: block;
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.info-new-con .right-new li a:hover {
	color: #ffaa52;
}
.info-new-con .right-new li span {
	width: 20%;
	text-align: right;
	color: #999;
	display: block;
	float: left;
}

/*资质证明*/
.zzzb-bg {
	height: 346px;
	background: url(../images/20191204/pic09.jpg) no-repeat;
	background-size: cover;
	padding: 0;
}
.zzzb-bg .title-text {
	color: #fff;
	padding-top: 40px;
}
.zzzb-pic {
	height: 140px;
	width: 100%;
    display: table;
	position: relative;
	z-index: 100;
}
.zzzb-pic li {
	padding: 0 20px;
    display: table-cell;
    height: 140px;
    text-align: center;
}
.zzzb-pic li::after {
	content: '';
	display: block;
	clear: both;
}
.zzzb-pic li img {
	width: 200px;
	height: 140px;
	display: block;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	margin: 0 auto;
}
.big-img {
	position: absolute;
	background: #fff;
	left: 20px;
	right: 20px;
	bottom: 140px;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	text-align: center;
	display: none;
}
.big-img img {
	width: auto!important;
	max-width: 100%!important;
	height: auto!important;
}
.zzzb-pic li:hover .big-img {
	display: block;
}

/*客户鉴证*/
.customer-list {

}
.customer-list-item {
	width: 580px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	float: left;
	margin: 0 36px 30px 0;
}
.customer-list-item:nth-child(2n) {
	margin-right: 0;
}
.customer-list-item:nth-last-child(1), .customer-list-item:nth-last-child(2) {
	margin-bottom: 0;
}
.customer-list-item::after, .customer-list::after {
	content: '';
	display: block;
	clear: both;
}
.customer-list-item dt {
	float: left;
}
.customer-list-item dt, .customer-list-item dt img {
	width: 240px;
	height: 200px;
	border-bottom-left-radius: 6px;
}
.customer-list-item dd {
	padding: 20px;
	margin-left: 240px;
	position: relative;
}
.customer-list-item dd p {
	font-size: 17px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.customer-list-item dd a {
	position: absolute;
	bottom: -10px;
	right: 20px;
	font-size: 16px;
	color: #ffaa52;
}

/*合作伙伴*/
.partner-logo-list {

}
.partner-logo-list::after {
	content: '';
	display: block;
	clear: both;
}
.partner-logo-list li {
	width: 154px;
	height: 60px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	float: left;
	margin: 6px 0 6px 12px;
}
.partner-logo-list li img {
	width: 154px;
	height: 60px;
}

/*面包屑*/
.crumbs {
	padding: 15px 0;
}
.crumbs::after {
	content: '';
	display: block;
	clear: both;
}
.crumbs li {
	float: left;
	color: #333;
	font-size: 14px;
}
.crumbs li a {
	color: #333;
	margin-right: 10px;
}
.crumbs li a:hover {
	color: #ffaa52;
}

/*左右布局*/
.content-box {
	padding-bottom: 40px;
}
.content-box::after {
	content: '';
	display: block;
	clear: both;
}
.left-box {
	width: 200px;
	float: left;
}
.right-box {
	width: 1000px;
	margin-left: 215px;
}

/*资讯列表页*/
.sub-bg {
	background: #f1f5f8;
}
.menu-name {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 4px;
	background-color: #ffaa52;
	/*background: url(../images/20191204/pic14.jpg) no-repeat;*/
}
.sub-left-ad, .sub-left-ad img {
	width: 100%;
	height: auto;
	display: block;
}
/*分页*/
.pagination {
	height: 33px;
	color: #666;
}
.pagination::after {
	content: '';
	display: block;
	clear: both;
}
.pagination li {
	float: left;
	font-size: 14px;
	line-height: 33px;
	padding-right: 8px;
}
.pagination li:last-child {
	padding-right: 0;
}
.pagination li a, .pagination li button {
	height: 33px;
	line-height: 33px;
	background: #f9f9f9;
	border:1px solid #e6e6e6;
	color: #666;
	display: inline-block;
	padding: 0 15px;
}
.pagination li a:hover, .pagination li.active a, .pagination li button:hover {
	background: #ffaa52;
	border-color: #ffaa52;
	color: #fff;
}
.pagination li input {
	width: 50px;
	padding: 0 15px;
	height: 33px;
	line-height: 33px;
	display: block;
	border:1px solid #e6e6e6;
}
.pagination li button {
	cursor: pointer;
	display: block;
	height: 34px;
	line-height: 34px;
}

/*搜索*/
.searchs {
	width: 556px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #ffaa52;
}
.searchs::after {
	content: '';
	display: block;
	clear: both;
}
.searchs i, .searchs input, .searchs button {
	display: block;
	float: left;
}
.searchs i {
	width: 40px;
	height: 40px;
	background: url(../images/20191204/icon10.png) no-repeat;
	position: relative;
}
.searchs i::after {
	content: '';
	display: block;
	position: absolute;
	top:50%;
	right: 0;
	width: 1px;
	height: 22px;
	margin-top: -11px;
	background: #e7e7e7;
}
.searchs input {
	border: none;
	width: 398px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #333;
}
.searchs input::-webkit-input-placeholder {
	color: #bbb;
	}
.searchs input::-moz-input-placeholder {
	color: #bbb;
	}
.searchs input::-ms-input-placeholder {
	color: #bbb;
	}
.searchs button {
	width: 98px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #ffaa52;
	color: #fff;
	border: none;
}

.news-list-con {
	padding: 20px 30px;
	background: #fefefe;
}
.news-list {
	padding-bottom: 25px;
}
.news-list-item {
	height: 140px;
	padding: 24px 0;
	border-bottom: 1px solid #e1e1e1;
}
.news-list-item::after {
	content: '';
	display: block;
	clear: both;
}
.news-list-item dt {
	float: left;
	width: 210px;
	height: 140px;
}
.news-list-item dt img {
	width: 210px;
	height: 140px;
}
.news-list-item dd {
	margin-left: 230px;
}
.news-list-item dd h3 {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-list-item dd h3 a {
	color: #333;
}
.news-list-item dd h3 a:hover {
	color: #ffaa52;
}
.news-list-item dd p {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-list-item dd .times {
	font-size: 14px;
	color: #999;
}


.sub-page-meun {
	background: #fefefe;
	margin-bottom: 20px;
}
.sub-page-meun li {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #fefefe;
	border-bottom: 1px solid #e7e7e7;
	font-size: 18px;
	color: #333;
}
.sub-page-meun li:last-child {
	border-bottom: none;
}
.sub-page-meun li:hover {
	background: #e9f0f7;
}
.sub-page-meun li a {
	color: #333;
	display: block;
	padding: 0 0 0 20px;
	position: relative;
}
.sub-page-meun li a::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	background: url(../images/20191204/icon07.png) no-repeat;
}
.sub-page-meun-details li {
	height: auto;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.sub-page-meun-details li a {
	padding: 10px 15px;
}
.sub-page-meun-details li a::after {
	background: none;
}
/*资讯详情*/
.news-details {
	padding: 20px 40px;
	background: #fefefe;
}
.news-details .title {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.news-details .title h1 {
	font-size: 30px;
	color: #333;
	padding: 5px 0 10px;
}
.news-details .title .times {
	font-size: 18px;
	color: #999;
}
.news-details .infos p {
	font-size: 18px;
	color: #333;
	line-height: 32px;
}

.recommend-info {
	padding-top: 30px;
}
.recommend-info::after {
	content: '';
	display: block;
	clear: both;
}
.recommend-info dl {
	float: left;
	width: 440px;
	height: 130px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-radius: 4px;
	margin: 10px 30px 10px 0;
}
.recommend-info dl:nth-child(2n) {
	margin-right: 0;
}
.recommend-info dt, .recommend-info dt img {
	width: 140px;
	height: 130px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.recommend-info dt {
	float: left;
}
.recommend-info dd {
	margin-left: 155px;
	padding: 12px 30px 12px 0;
}
.recommend-info dd a {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.recommend-info dd a:hover {
	color: #ffaa52;
}
.recommend-info dd p {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0;
}
.recommend-info dd span {
	display: block;
	font-size: 20px;
	color: #f43e3e;
}


.new-footer-box {
	border-top: 1px solid #e1e1e1;
	padding-top: 25px;
	margin-top: 20px;
}
.new-footer-box::after {
	content: '';
	display: block;
	clear: both;
}

.prev-next {
	float: left;
	width: 70%;
}
.prev-next li {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prev-next a {
	font-size: 18px;
	color: #333;
	display: inline-block;
}
.prev-next a:hover {
	color: #ffaa52;
}

/*资讯详情分享*/
.share-list {
	float: right;
}
.share-list::after {
	content: '';
	display: block;
	clear: both;
}
.share-list li {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-right: 13px;
	font-size: 16px;
	color: #666;
}
.share-list li:first-child {
	margin-right: 5px;
}
.share-list li:last-child {
	margin-right: 0;
}
.share-list li i {
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
}
.share-list li i.weixin {
	background: url(../images/20191204/icon11.png) no-repeat;
}
.share-list li i.weibo {
	background: url(../images/20191204/icon12.png) no-repeat;
}
.share-list li i.qq {
	background: url(../images/20191204/icon13.png) no-repeat;
}
.share-list li i.qqz {
	background: url(../images/20191204/icon14.png) no-repeat;
}

/*服务专家*/
.expert-info {
	padding: 20px;
	background: url(../images/20191204/pic16.jpg) right no-repeat #fff;
}
.expert-info::after {
	content: '';
	display: block;
	clear: both;
}
.expert-info dt, .expert-info dt img {
	width: 320px;
	height: 230px;
	display: block;
	float: left;
}
.expert-info dd {
	margin-left: 350px;
}
.expert-info dd .name {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	padding: 4px 0 14px;
}
.expert-info dd .tag {
	padding-bottom: 15px;
}
.expert-info dd .tag span {
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	border: 1px solid #999;
	font-size: 15px;
	color: #999;
	border-radius: 2px;
	display: inline-block;
	margin-right: 5px;
}
.expert-info dd .infos {
	font-size: 18px;
	color: #999;
	padding-bottom: 15px;
}
.expert-info dd .infos span {
	padding: 0 12px;
}
.expert-info dd .share-list {
	float: initial;
	height: 24px;
	padding-bottom: 17px;
}
.expert-info dd .share-list li {
	font-size: 18px;
	color: #999;
	margin-right: 8px;
	height: 24px;
	line-height: 24px;
}
.expert-info dd .share-list li:first-child {
	margin-right: 0;
}
.expert-info dd .share-list li i {
	width: 24px;
	height: 24px;
	background-size: cover;
}
.expert-info .button {
	/*padding-top: 12px;*/
}
.expert-info .button a {
	height: 44px;
	line-height: 44px;
	padding: 0 12px 0 42px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	margin-right: 10px;
	border: 1px solid #3992f5;
	color: #3992f5;
	position: relative;
}
.expert-info .button a::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -12px;
	background: url(../images/20191204/icon15.png) no-repeat;
}
.expert-info .button a:last-child {
	margin-right: 0;
}
.expert-info .button .green {
	border-color: #4cc031;
	color: #4cc031;
}
.expert-info .button .green img {
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 56px;
	left: 50%;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 4px;
	margin-left: -85px;
	display: none;
}
.expert-info .button .green:hover img {
	display: block;
}
.expert-info .button .green::after {
	background: url(../images/20191204/icon16.png) no-repeat;
}
.expert-info .button .red {
	background: #f36e6e;
	border-color: #f36e6e;
	color: #fff;
}
.expert-info .button .red::after {
	background: url(../images/20191204/icon17.png) no-repeat;
}
.expert-info .button .tel div {
	width: 150px;
	padding: 5px 10px 15px;
	color: #333;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 4px;
	position: absolute;
	bottom: 56px;
	left: 50%;
	margin-left: -80px;
	display: none;
}
.expert-info .button .tel:hover div {
	display: block;
}
.expert-info .button .tel div p {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin: 0 -10px 10px;
	font-weight: 700;
}
.expert-info .button .tel div i {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	background: url(../images/20191204/icon15.png) no-repeat;
}
.expert-info .button .tel div span {
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	padding-left: 10px;
}

.expert-content {
	background: #fefefe;
	margin-top: 16px;
}
.expert-tab {
	border:1px solid #e3e3e3;
	background: #f9f9f9;
	height: 48px;
	line-height: 48px;
}
.expert-tab span {
	width: auto;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #333;
	background: #fff;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #e1e1e1;
	float: left;
	cursor: pointer;
}
.expert-tab span.shop_on {
	color: #ffaa52;
	font-weight: 700;
	border-bottom: 2px solid #ffaa52;
}
.expert-tab span:last-child {
	border-right: none;
}
.expert-content .infos {
	padding: 30px;
	line-height: 32px;
	color: #333;
	font-size: 17px;
}
.expert-content .infos p {
	font-size: 17px;
}
.expert-content .tab-content {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
	display: none;
}
.comment-list {
	color: #333;
	line-height: 30px;
	padding: 15px;
}
.comment-list li {
	border-bottom: 1px dashed #e3e3e3;
	padding: 15px 0;
}
.comment-list li:first-child {
	padding-top: 0;
}
.comment-list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.comment-list p {
	font-size: 16px;
}
.comment-list .mobile {
	color: #999;
}
.expert-hot-server {
	padding: 0 15px;
}
.expert-hot-server .title {
	padding: 0 15px 30px;
	font-size: 26px;
	font-weight: 700;
	color: #333;
}
.expert-hot-server ul li {
	margin: 0 17px 34px;
}

/*右侧定位菜单*/
.fixed-nav {
	width: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background: #626262;
}
.fixed-nav .show {
	width: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -296.5px;
}
.fixed-nav li {
	width: 40px;
	/*background: #626262;*/
	/*border-radius: 4px;*/
	padding: 10px 0;
	/*margin-bottom: 10px;*/
	cursor: pointer;
	position: relative;
	border-bottom: 1px #717171 solid;
}
.fixed-nav li:last-child {
	border-bottom:none;
}
.fixed-nav li:hover {
	background: #ffaa52;
}
.fixed-nav li:hover .show-right-sub {
	display: block;
}
.fixed-nav li i {
	width: 20px;
	height: 20px;
	margin: 0 auto 2px;
	display: block;
}
.fixed-nav li i.qq {
	background: url(../images/20191204/icon18.png) no-repeat;
	background-size: cover;
}
.fixed-nav li i.weixin {
	background: url(../images/20191204/icon19.png) no-repeat;
	background-size: cover;
}
.fixed-nav li i.tel {
	background: url(../images/20191204/icon20.png) no-repeat;
	background-size: cover;
}
.fixed-nav li i.online {
	background: url(../images/20191204/icon21.png) no-repeat;
	background-size: cover;
}
.fixed-nav li i.back-top {
	background: url(../images/20191204/icon22.png) no-repeat;
	background-size: cover;
}
.fixed-nav li i.zk {
	background: url(../images/20191204/icon24.png) no-repeat;
	background-size: cover;
}
.fixed-nav li span {
	width: 18px;
	display: block;
	margin: 3px auto 0;
	color: #fff;
	text-align: center;
	word-wrap: break-word;
	font-size: 13px;
	line-height: 15px;
}
.fixed-nav.active li i.zk {
	background: url(../images/20191204/icon23.png) no-repeat;
	background-size: cover;
}
#showRightMenu {
	position: relative;
	right: 0;
}
#showRightMenu span::after {
	content: '收起';
	display: block;
}
.fixed-nav.active #showRightMenu span::after {
	content: '展开';
	display: block;
}
.fixed-nav.active #showRightMenu {
	right: 70px;
	background: #626262;
}
.fixed-nav.active {
	background: none;
}
.fixed-nav.active li {
	border: none;
}
.show-right-sub {
	width: 200px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 40px;
	border-radius: 4px;
	box-shadow:  0 0 15px rgba(0, 0, 0, .15);
	display: none;
}
.show-right-sub::after {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -10px;
}
.show-right-sub .title {
	text-align: center;
	font-size: 20px;
	color: #333;
	height: 45px;
	line-height: 45px;
	padding: 0;
}
.show-right-sub i {
	width: 28px!important;
	height: 28px!important;
	float: left;
	margin: 0 5px 0 0!important;
}
.show-right-sub i.on-line {
	background: url(../images/20191204/icon25.png) no-repeat;
}
.show-right-sub i.off-line {
	background: url(../images/20191204/icon26.png) no-repeat;
}
.show-right-sub div {
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	color: #333;
	padding: 15px 20px;
}
.show-right-sub div.off {
	color: #999;
}
.show-right-sub div::after {
	content: '';
	display: block;
	clear: both;
}
.show-right-sub div:last-child {
	border-bottom: none;
}
.show-right-sub div.items {
	color: #2f7fcc;
	font-size: 22px;
}
.show-right-sub div.items span {
	display: block;
	color: #2f7fcc;
	width: 100%!important;
	text-align: left!important;
	font-size: 22px!important;
}
.show-right-sub.ewm-boxs {
	width: 170px;
}
.show-right-sub div.ewm {
	padding: 10px;
	text-align: center;
}
.show-right-sub div.ewm samp {
	font-family: '微软雅黑';
	color: #333;
	font-size: 20px;
	margin-top:-5px;
	display: block;
}
.show-right-sub div.ewm p {
	color: #999;
	font-size: 16px;
}

.recommend-con {
	position: fixed;
	z-index: 100;
	top: 200px;
	left: 50%;
	width: 500px;
	min-height: 200px;
	margin-left: -250px;
	border: 4px solid #ffea14;
	border-radius: 40px;
	background: url(../images/20191204/r-bg.png) repeat;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.recommend-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 10000;
}
.recommend-con .lihe {
	width: 415px;
	height: 160px;
	display: block;
	margin: -50px auto 0;
	background: url(../images/20191204/icon27.png) no-repeat;
}
.recommend-con .close {
	background: #fff;
	position: absolute;
	top: -5px;
	right: -5px;
	padding: 0 5px 1px;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 16px;
	border: 4px solid #ffea14;
	background: #ec543d;
	color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.recommend-con .infos {
	padding: 0 40px 55px;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
}
.recommend-con .infos p {
	font-size: 18px;
}
.recommend-con a {
	position: absolute;
	width: 219px;
	height: 70px;
	display: block;
	bottom: -40px;
	left: 50%;
	margin-left: -109.5px;
	background: url(../images/20191204/icon28.png) no-repeat;
}

.mall_banner .slide, .mall_banner .mainbanner, .mall_banner .mainbanner_window, .mall_banner .mainbanner_window ul, .mall_banner .mainbanner_window li {
	height: 456px!important;
}
.mall_banner .banner img {
	height: 100%!important;
}

/*注册协议*/
.res-agreement {
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0;
}
.res-agreement strong {
	display: block;
	padding-top: 15px;
}
.res-agreement h1 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px;
}


.mall-head-search {
	float: left;
	position: relative;
	padding-top: 2px;
	left: 110px;
}
.mall-head-search input {
	height: 35px;
	line-height: 35px;
	width: 300px;
	padding: 5px 10px;
	margin-left: -2px;
	color: #333;
	border: 2px solid #ffaa52;
	font-size: 14px;
	float: left;
}
.mall-head-search button {
	height: 49px;
	line-height: 40px;
	padding: 0 20px;
	border: 2px solid #ffaa52;
	margin-left: -7px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background-color: #ffaa52;
	float: left;
}
.mall-head-search .search-category {
	width: 84px;
	height: 45px;
	line-height: 45px;
	color: #242424;
	font-size: 16px;
	border: 2px solid #ffaa52;
	background: #eee;
	position: relative;
	cursor: pointer;
	padding-left: 10px;
	display: inline-block;
	float: left;
}
.mall-head-search .search-category::after {
	content: '';
	display: block;
	border: 5px solid transparent;
	border-top-color: #999;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2.5px;
}
.mall-head-search .drop-down {
	display: none;
	width: 98px;
	line-height: 40px;
	position: absolute;
	background: #fff;
	color: #666;
	font-size: 14px;
	text-align: center;
	top: 60px;
	left: 0;
	z-index: 100;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
.mall-head-search .drop-down::after {
	content: '';
	display: block;
	border: 4px solid transparent;
	border-bottom-color: #fff;
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -2px;
}
.mall-head-search .drop-down li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
}
.mall-head-search .drop-down li:hover {
	color: #ffaa52;
}
.mall-head-search .drop-down li:last-child {
	border-bottom: none;
}
.mall-head-search::after {
	content: '';
	display: block;
	clear: both;
}

/*注册成功显示二维码*/
.reg-ewm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.reg-ewm::after {
	content: '';
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.reg-ewm .ewm {
	width:300px;
	height: 310px;
	position: absolute;
	bottom: 0;
	left: 50%;
	top: 50%;
	z-index: 999;
	margin: -155px 0 0 -150px;
}
.reg-ewm .ewm-box {
	width:300px;
	height: 220px;
	text-align: center;
	background: #fff;
	padding: 30px 0 0 0;
	border-radius: 4px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}
.reg-ewm .ewm img {
	width: 130px;
	height:130px;
	margin:0 auto;
	display: block;
}
.reg-ewm .ewm span {
	font-size: 14px;
}
.close-btn{
	width: 80px;
	height: 34px;
	background: #f56c6c;
	border: none;
	color: #fff;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	position: relative;
	z-index: 1000;
	margin: 20px auto 0;
	font-size: 12px;
	display: block;
}

/* 商户主页介绍 */
.tenant-item {
	background: #fff;
	margin: 10px auto;
	text-align: left;
	border-radius: 6px;
}
.tenant-item dl {
	padding: .8rem;
	overflow: hidden;
	margin-bottom: .5rem;
	background: #fff;
}
.tenant-item dl:last-child {
	margin-bottom: 0;
}
.tenant-item dt {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.tenant-item dt img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.tenant-item dd {
	margin-left: 100px;
}
.tenant-item div {
	padding: 0 10px;
}
.tenant-item .name {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px;
}
.tenant-item .name a {
	color: #333;
}
.tenant-item .infos {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.tenant-item .infos b {
	font-weight: 700;
}

/* 选择城市 */
#hot {
	width: 1200px;
    line-height: 14px;
    margin: 30px auto 0;
    text-align: left;
}
#hot-title {
    float: left;
    margin-right: 18px;
    color: #ff552e;
    font-size: 14px;
    font-weight: 600;
}
a.hot-city {
    margin: 0 10px;
    color: #666;
    font-size: 14px;
}
#selector {
    width: 1200px;
    margin: 27px auto 0;
    height: 30px;
    text-align: left;
}
.selector-title {
    float: left;
    line-height: 30px;
    margin-right: 29px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
#selector-search {
    float: left;
    width: 168px;
    height: 28px;
    border: solid 1px #DDD;
    border-radius: 2px;
    overflow: hidden;
}
#selector-search-input {
    float: left;
    width: 108px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 6px;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #999;
}
#selector-search-btn {
    cursor: pointer;
    float: left;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border-left: solid 1px #DDD;
    color: #555;
    font-size: 14px;
    text-align: center;
    background-color: #f5f5f5;
}
.selector {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 118px;
    height: 28px;
    border-radius: 2px;
    font-size: 14px;
}
.selector select {
	width: 118px;
    height: 28px;
    margin-right: 8px;
    border: solid 1px #DDD;
    border-radius: 2px;
    color: #999;
    font-size: 14px;
}

.content-box {
    width: 1198px;
    margin-top: 23px;
    border: solid 1px #eee;
}
#content-title {
    line-height: 16px;
    color: #555;
    font-size: 16px;
	font-weight: 600;
	margin-top: 33px;
}
.content-letter {
    float: left;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	position: relative;
}
.content-province:hover {
	background-color: #f5f5f5;
}
.content-letter:hover .content-letter-panel {
	background-color: #ff552e;
	color: #fff;
}
.content-province:hover .content-province-triangle {
	background-image: url(../images//changecity_triangle@2x.png)!important;
}
.content-letter-panel {
    float: left;
    width: 40px;
    height: 100%;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    background-color: #f5f5f5;
	text-align: center;
	position: absolute;
    top: 0;
    bottom: 0;
}
.content-letter-panel b {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -7px;
}
.content-province {
    float: left;
    position: relative;
    z-index: 1;
	width: 1158px;
	margin-left: 40px;
}
.content-province-triangle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 10px;
	margin-top: -5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content-province-title {
    float: left;
    width: 54px;
    height: 100%;
    line-height: 46px;
    padding-left: 16px;
    color: #333;
    font-size: 16px;
}
.content-cities {
    float: left;
    width: 1087px;
    padding: 12px 0;
	overflow: hidden;
	border-left-style: solid;
    border-width: 1px;
	border-color: #eee;
	line-height: 12px;
}
.content-city {
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    margin: 0 12px;
}
.content-city:hover {
    color: #ff552e!important;
}