.pagination li.active span {
	background: #04935F;
	color: #fff;
	border-color: #04935F;
}
a.hover-red:hover
{
	color:#04935F;
	margin: 0; 
	padding: 0;
}
a.hover-red:link {	
margin: 0; 
padding: 0;
}
.invest{
	width:83px;
	height:16px;
	font-size:16px;
	font-weight:bold;
	color:rgba(237,98,94,1);
	line-height:16px;
}
.pagination span{
	 display: inline-block;
	 font-size: 14px;
	 height: 28px;
	 line-height: 28px;
	 padding: 0 10px;
	 border: 1px solid #DFDFDF;
 }
/*【包括：新闻资讯，活动，文库，品牌】*/
	
	/*餐饮世界-期刊列表*/
	.h40{
		height: 40px;
		overflow: hidden;
		clear: both;
	}
	.col-l{
		width:850px;
	}
	.col-r{
		width:270px;
	}
	.cur-left{
		float:left;
		 height:50px; 
	}
	.cur-right{
		float:right;
		 height:50px;
	}
	.cur{
		height:50px;
		line-height:50px;
		padding:0px;
	}
	.friends{
		height:50px;
		width:80px;
		font-size:12px;
		color:#078759;
		position:relative;
		background:url(../img/fr.png) no-repeat 0 center;
		padding-left:20px;
		cursor:pointer;
	}
	.friends-box{
		width: 123px;
		height: 145px;
		background: url(../img/combined.png) no-repeat;
		position: absolute;
		left: -39px;
		top: 40px;
		z-index: 100;
		padding: 20px 11px;
		padding-bottom:0px;
		line-height:0px;
		display:none;
	}
	.friends:hover .friends-box{
		display:block;
	}
	.friends-box p{
		font-size:12px;
		text-align:center;
		color:#666;
		line-height:20px;
	}
	.left-list-box{
		background:rgba(255,255,255,1);
		box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5);
		/*padding: 0 40px;
		padding-bottom: 30px;*/
		overflow: hidden;
	}
	.tit-left{
		/*border-bottom: 2px solid #DFDFDF;
		padding-top: 25px;
		padding-bottom: 19px;*/
		padding: 25px 40px 19px 40px;
		position: relative;
	}
	.tit-left span{
		width:6px;
		height:22px; 
		background:#04935F;
		position: absolute;
		left: 0;
		top: 30px;
	}
	.tit-left strong{
		font-size:22px;
		color:#333;
		line-height:29px;
		display: inline-block;
	}
	.tit-left ul.ul-year{
		float: right;
	}
	.tit-left ul.ul-year li{
		float: left;
		width: 70px;
		text-align: center;
		cursor: pointer;
		margin-left: 10px;
	}
	.tit-left ul.ul-year li a{
		display: block;
		line-height: 30px;
		height: 37px;
		background-repeat: no-repeat;
		-webkit-background-size: 70px 37px;
		background-size: 70px 37px;
	}
	.tit-left ul.ul-year li a:hover{
		background-image: url(../img/content/icon_gray.png);
	}
	.tit-left ul.ul-year li.hover a,
	.tit-left ul.ul-year li.on a{
		background-image: url(../img/content/icon_green.png);
		color: #fff;
	}
	.ul-journal{
		padding: 0 40px;
	}
	.ul-journal li{
		float: left;
		width: 50%;
		border-top: 1px solid #DFDFDF;
		padding: 30px 0 28px 0;
	}
	.ul-journal li:first-child,
	.ul-journal li:nth-child(2){
		border-top: 1px solid #DFDFDF;
		
	}
	.ul-journal li .pic{
		float: left;
		width: 120px;
		margin-right: 30px;
	}
	.ul-journal li .pic img{
		display: block;
		width: 120px;
		height: 164px;
	}
	.ul-journal li .txt{
		overflow: hidden;
		line-height: 30px;
	}
	.ul-journal li .txt h3{
		font-size: 18px;
		font-weight: bold;
	}
	.ul-journal li .txt h3 a{
		color: #333;
	}
	.ul-journal li .txt h3 em{
		display: inline-block;
		width:28px;
		height:18px; 
		background:rgba(191,170,110,1);
		border-radius: 10px ; 
		text-align: center;
		line-height: 18px;
		color: #fff;
		margin-left: 6px;
		font-size: 14px;
	}
	.ul-journal li .txt .year{
	}
	.ul-journal li .txt .price{
		color: #333;
	}
	.ul-journal li .txt .price em{
		color: #E64A4C;
	}
	.ul-journal li .txt .price2{
		color: #999;
	}
	.ul-journal li .txt .btn{
		margin-top: 5px;
	}
	.ul-journal li .txt .btn a{
		display: inline-block;
		width:90px;
		height:36px; 
		text-align: center;
		line-height: 36px;
		border-radius: 2px ; 
		margin-right: 20px;
	}
	.ul-journal li .txt .btn a span{
		background-repeat: no-repeat;
		background-position: 0 center;
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
		padding-left: 20px;
		display: inline-block;
	}
	.ul-journal li .txt .btn .btn-read{
		border: 1px solid #04935F;
		color: #04935F;
	}
	.ul-journal li .txt .btn .btn-read span{
		background-image: url(../img/content/icon_book.png);
	}
	.ul-journal li .txt .btn .btn-order{
		border: 1px solid #BCA35B;
		color: #BCA35B;
	}
	.ul-journal li .txt .btn .btn-order span{
		background-image: url(../img/content/icon_add.png);
	}
	.ul-journal li .txt .btn .btn-read:hover{
		background: #04935F;
		color: #fff;
	}
	.ul-journal li .txt .btn .btn-read:hover span{
		background-image: url(../img/content/icon_book_h.png);
	}
	.ul-journal li .txt .btn .btn-order:hover{
		background: #BCA35B;
		color: #fff;
	}
	.ul-journal li .txt .btn .btn-order:hover span{
		background-image: url(../img/content/icon_add_h.png);
	}
	.tit-left2{
		border: 0;
	}
	.tit-left2 .ul-year li a{
		/*padding-top: 6px;*/
	}
	.tit-left2 .ul-year li.on a{
		background-image: url(../img/content/icon_green2.png);
	}
	.tit-left2 .ul-year li a:hover{
		background-image: url(../img/content/icon_gray2.png);
	}
	.right-box{
		background:rgba(255,255,255,1);
		box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5);
		border-top: 2px solid #04935F;
		padding: 24px 20px;
	}
	.journal-about{
		height:500px; 
	}
	.right-box .tit{
		font-size: 16px;
		color: #04935F;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.journal-about dd{
		font-size: 12px;
		line-height: 24px;
		color: #333;
	}
	.ul-hot-article li{
		background: url(../img/content/icon_disc.png) left 7px no-repeat;
		-webkit-background-size: 4px;
		background-size: 4px;	
		padding-left: 12px;
		color: #999;
		font-size: 12px;
		margin-bottom: 15px;
	}
	.ul-hot-article li h3{
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 8px;
	}
	.ul-hot-article li h3 a{
		color: #333;
	}
	.ul-hot-article li h3 a:hover{
		color: #04935F;
	}
	.ul-hot-article li span.num{
		float: right;
		background: url(../img/content/icon_eye.png) left center no-repeat;
		-webkit-background-size: 16px;
		background-size: 16px;
		padding-left: 20px;
		display: inline-block;
	}
	.article-box{
		box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5);
		background: #fff;
		padding: 40px;
	}
	.article-box h1{
		font-size: 22px;
		font-weight: bold;
		color: #333;
	}
	.article-box .desc{
		padding-top: 20px;
		padding-bottom: 30px;
		border-bottom: 1px solid #DFDFDF;
	}
	.article-box .desc a{
		color: #13834D;
	}
	.article-box .desc a:hover{
		text-decoration: underline;
	}
	.article-box .desc span{
		display: inline-block;
		background-repeat: no-repeat;
		background-position: left center;
		-webkit-background-size: 14px;
		background-size: 14px;
		padding-left: 18px;
		color: #999;
		margin-left: 50px;
		cursor: pointer;
	}
	.article-box .desc .mess-num{
		background-image: url(../img/content/icon_message.png);
	}
	.article-box .desc .read-num{
		background-image: url(../img/content/icon_eye.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	.article-box .desc .mess-num:hover{
		background-image: url(../img/content/icon_message_h.png);
		color: #04935F;
	}
	.article-cont{
		font-size: 16px;
		line-height: 30px;
		color: #333;
		padding: 30px 0;
	}
	.ml30{
		margin-left: 30px;
	}
	.article-page{
		height:150px; 
		background:rgba(246,249,250,1);
		overflow: hidden;
	}
	.article-page .logo-info{
		float: left;
		width:290px;
	}
	.article-page .logo-info a{
		display: block;
		background:#EEF2F4;
		padding: 25px 0 25px 40px;
		height:150px; 
	}
	.article-page .logo-info a:hover{
		background: #E5ECEF;
	}
	.article-page .logo-info a:hover h3{
		color: #04935F;
	}
	.article-page .logo-info span{
		display: inline-block;
		float: left;
		width: 100px;
		height: 100px;
		margin-right: 12px;
	}
	.article-page .logo-info span img{
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}
	.article-page .logo-info .txt{
		overflow: hidden;
		padding-top: 26px;
		color: #999;
		line-height: 24px;
	}
	.article-page .logo-info .txt h3{
		font-size: 14px;
		color: #333;
	}
	.article-page .page{
		float: right;
		padding-top: 40px;
		text-align: right;
		line-height: 40px;
		padding-right: 40px;
	}
	.article-page .page p{
		overflow: hidden;
	}
	.article-page .page a{
		color: #04935F;
		display: block;
	}
	.article-page .page a span{
		float: right;
		width:70px;
		height:26px; 
		text-align: center;
		line-height: 26px;
		border: 1px solid #04935F;
		border-radius: 26px;
		color: #04935F;
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		margin-top: 5px;
		font-size: 12px;
	}
	.article-page .page a:hover{
		text-decoration: underline;
	}
	.article-page .page a:hover span{
		background: #04935F;
		color: #fff;
	}
	.comment-box{
		background: #fff;
		overflow: hidden;
	}
	.comment-form{
		border-bottom: 1px solid #EEEEEE;
		padding: 30px 40px 20px 40px;
		overflow: hidden;
	}
	.comment-form textarea{
		width: 100%;
		height:50px; 
		border-radius: 3px;
		border: 1px solid #D1D4E7;
		padding: 10px 20px;
		line-height: 31px;
		font-size: 14px;
		font-family:"微软雅黑","Microsoft Yahei";
	}
	.comment-form .sub{
		width:90px;
		height:36px; 
		background:#06A76D;
		cursor: pointer;
		border: 0;
		float: right;
		border-radius: 3px ; 
		color: #fff;
		text-align: center;
		line-height: 36px;
		margin-top: 20px;
		font-size: 16px;
	}
	.comment-form .sub:hover{
		background: #04935F;
	}
	.comment-form .txt-num{
		position: absolute;
		left: 0;
		line-height: 36px;
		top: 20px;
		font-size: 12px;
	}
	.comment-form .txt-num span{
		color: #E64A4C;
	}
	.comment-list{
		padding: 20px 40px;
		overflow: hidden;
	}
	.comment-list h2{
		font-size: 14px;
	}
	.comment-list h2 span{
		color: #999;
		margin-left: 12px;
	}
	.ul-comment-list li{
		overflow: hidden;
		padding-bottom: 25px;
		padding-top: 24px;
		border-bottom: 1px solid #EEEEEE;
	}
	.ul-comment-list li .photo{
		float: left;
		width: 60px;
		height: 60px;
		margin-right: 16px;
	}
	.ul-comment-list li .photo img{
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		border-radius: 100%;
	}
	.ul-comment-list li .txt{
		overflow: hidden;
		padding-top: 5px;
	}
	.ul-comment-list li .txt h3{
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.ul-comment-list li .txt h3 a{
		color: #333;
	}
	.ul-comment-list li .txt h3 span{
		float: right;
		font-size: 12px;
		color: #999;
		font-weight: normal;
	}
	.comment-page{
		text-align: right;
		margin-top: 26px;
		padding-bottom: 6px;
	}
	.comment-page li{
		display: inline-block;
		font-size: 0;
		margin-left: 10px;
	}
	.comment-page li a{
		display: inline-block;
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		padding: 0 10px;
		border: 1px solid #DFDFDF;
	}
	.comment-page li a:hover{
		color: #04935F;
		background: #E9F9F0;
		border-color: #04935F;
	}
	.comment-page li.page-on a{
		background: #04935F;
		color: #fff;
		border-color: #04935F;
	}
	.lately-journal dt{
		padding: 20px 0;
		font-size: 16px;
		color: #333;
	}
	.lately-journal dt a{
		font-size: 14px;
		color: #999;
	}
	.lately-journal dt a:hover{
		color: #04935F;
	}
	.ul-lately-journal{
		margin: 0 -12.5px;
		overflow: hidden;
	}
	.ul-lately-journal li{
		float: left;
		width: 20%;
		padding: 0 12.5px;
	}
	.ul-lately-journal li .pad{
		width: 150px;
	}
	.ul-lately-journal li a{
		display: block;
		font-size: 12px;
		text-align: center;
		color: #666;
		-webkit-transition: all .25s ease-in-out;
		    -moz-transition: all .25s ease-in-out;
		    transition: all .25s ease-in-out;
	}
	.ul-lately-journal li img{
		width: 150px;
		height: 206px;
	}
	.ul-lately-journal li h3{
		font-weight: bold;
		padding: 8px 0;
		color: #333;
	}
	.ul-lately-journal li a:hover h3{
		color: #04935F;
	}
	.ul-lately-journal li a:hover{
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	.Catalog-box-fixed{
		width:270px;
		background:#F3FBF8;
		border: 1px solid #04935F;
	}
	.catalog-order-box{
		padding: 16px;
		padding-bottom: 9px;
	}
	.catalog-order-box .pic{
		float: left;
		width: 100px;
		height: 136px;
		margin-right: 14px;
	}
	.catalog-order-box .pic img{
		display: block;
		width: 100px;
		height: 136px;
	}
	.catalog-order-box .txt{
		overflow: hidden;
		line-height: 23px;
		font-size: 12px;
		color: #333;
	}
	.catalog-order-box .txt h3{
		font-weight: bold;
		font-size: 16px;
	}
	.catalog-order-box .txt h3 a{
		color: #333;
	}
	.catalog-order-box .txt h3 em{
		display: inline-block;
		vertical-align: middle;
		margin-top: -5px;
		width:24px;
		height:16px; 
		background:rgba(191,170,110,1);
		border-radius: 10px ; 
		text-align: center;
		line-height: 16px;
		font-size: 12px;
		color: #fff;
		margin-left: 5px;
	}
	.catalog-order-box .txt p em{
		color: #ED625E;
	}
	.catalog-order-box .btn{
		width:90px;
		height:36px; 
		background:#06A76D;
		border-radius: 2px ;
		display: block;
		text-align: center;
		line-height: 36px;
		color: #fff;
		margin-top: 3px;
	}
	.catalog-order-box .btn span{
		background: url(../img/content/icon_add_h.png) no-repeat left center;
		-webkit-background-size: 12px;
		background-size: 12px;
		padding-left: 20px;
		font-size: 14px;
	}
	.catalog-order-box .btn:hover{
		background: #04935F;
	}
	.current-catalog h3{
		color: #04935F;
		font-weight: bold;
		text-align: center;
		overflow: hidden;
	}
	.current-catalog h3 span{
		position: relative;
		padding: 0 16px;
	}
	.current-catalog h3 span:after,
	.current-catalog h3 span:before{
		content: '';
		position: absolute;
		top: 50%;
		height: 2px;
		background: #04935F;
		width: 999px;
	}
	.current-catalog h3 span:before{
		left: 100%;
	}
	.current-catalog h3 span:after{
		right: 100%;
	}
	.catalog-slide h4{
		color: #333;
		height: 30px;
		line-height: 30px;
		background: url(../img/content/arr_down_gray.png) 250px center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
		padding-left: 11px;
	}
	.catalog-slide h4:hover{
		background-color: #DAF5EB;
		color: #04935F;
		background-image: url(../img/content/arr_down_green.png);
	}
	.catalog-slide h4.open{
		background-image: url(../img/content/arr_up_gray.png);
	}
	.catalog-slide ul{
		background: #fff;
		height:196px; 
		overflow-y: auto;
		padding: 5px 0;
		display: none;
	}
	.catalog-slide ul li{
		line-height: 24px;
		height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 11px;
		font-size: 12px;
	}
	.catalog-slide ul li span{
		width:34px;
		height:18px; 
		border-radius: 2px ; 
		text-align: center;
		line-height: 16px;
		color: #04935F;
		border: 1px solid #04935F;
		margin-right: 7px;
		display: inline-block;
	}
	.catalog-slide ul li a{
		color: #333;
	}
	.catalog-slide ul li a:hover,
	.catalog-slide ul li.on a{
		color: #04935F;
	}
	.catalog-slide ul li em{
		width:4px;
		height:4px; 
		display: inline-block;
		vertical-align: middle;
		border-radius: 2px;
		margin-left: 2px;
		margin-right: 5px;
	}
	.catalog-slide ul li.noagree em{
		background:#999999;
	}
	.catalog-slide ul li.noagree a{
		cursor:not-allowed;
		color: #999;
	}
	.ads-review{
		width: 270px;
		height: 80px;
		margin-top: 8px;
	}
	.ads-review img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.ads-review a:hover img{
		opacity: .8;
		-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	}
	
	
	.pay-order{
		position: fixed;
		left: 50%;
		top: 50%;
		margin-top: -260px;
		margin-left: -240px;
		width:480px;
		height:520px; 
		background:#fff;
		border-radius: 4px ;
		z-index: 20;
		display: none;
	}
	.pay-order h3,
	.pop-result h3{
		line-height: 60px;
		padding: 0 30px;
	}
	.pay-order h3 strong,
	.pop-result h3 strong{
		font-size: 16px;
		color: #333;
	}
	.pay-order h3 span{
		color: #ED625E;
		font-size: 14px;
		margin-left: 10px;
	}
	.pay-order h3 a.close,
	.pop-result h3 a.close{
		background: url(../img/close2_h.png) no-repeat left center;
		-webkit-background-size: 14px;
		background-size: 14px;
		width: 14px;
		height: 60px;
		display: inline-block;
		float: right;
	}
	.pay-order h3 a.close:hover,
	.pop-result h3 a.close:hover{
		background-image: url(../img/close.png);
	}
	.pay-order .order-info{
		height:120px; 
		background:#EEF2F4;
		padding: 14px 50px;
		overflow: hidden;
	}
	.pay-order .order-info .pic{
		float: left;
		width: 68px;
		margin-right: 20px;
	}
	.pay-order .order-info .txt{
		overflow: hidden;
		line-height: 24px;
		color: #333;
		font-size: 12px;
		padding-top: 10px;
	}
	.pay-order .order-info .txt h5{
		font-size: 14px;
		color: #333;
	}
	.pay-order .order-info .txt h5 strong{
		font-size: 16px;
		color: #333;
	}
	.pay-order .order-info .txt em{
		color: #E64A4C;
	}
	.pay-order .code{
		text-align: center;
		padding: 20px 0;
	}
	.pay-order .code img{
		display: block;
		margin: 0 auto;
		width: 146px;
		margin-bottom: 20px;
	}
	.pay-order .code h2{
		font-size: 20px;
		color: #333;
	}
	.pay-order .code h2 em{
		color: #E64A4C;
	}
	.pay-order h4{
		height:50px; 
		background:#06A76D;
		color: #fff;
		text-align: center;
		font-size: 18px;
		line-height: 50px;
		border-radius: 0px 0px 4px 4px ;
	}
	.pay-order h4 span{
		background: url(../img/content/icon_sao.png) no-repeat left center;
		-webkit-background-size: 30px;
		background-size: 30px;	
		padding-left: 42px;
		display: inline-block;
	}
	.pop-result{
		position: fixed;
		left: 50%;
		top: 50%;
		margin-top: -120px;
		margin-left: -240px;
		width: 480px;
		height:240px; 
		background:#fff;
		border-radius: 4px ; 
		z-index: 100;
	}
	.result-box{
		height:130px; 
		background:#EEF2F4;
		padding-top: 40px;
		padding-left: 140px;
	}
	.result-box .result{
		display: inline-block;
		color: #C1C1C1;
		font-size: 12px;
	}
	.result-box .result img{
		width: 40px;
		float: left;
		margin-right: 10px;
		margin-top: 5px;
	}
	.result-box .result b{
		display: block;
		font-size: 20px;
		margin-bottom: 6px;
	}
	.result-box .result b.succ{
		color: #06A76D;
	}
	.result-box .result b.fail{
		color: #ED625E;
	}
	.result-box .result a{
		color: #39F;
	}
	.result-box .result a:hover{
		text-decoration: underline;
	}
	.result-box .result em{
		margin: 0 16px;
	}
	.pop-result p{
		line-height: 60px;
		text-align: center;
		font-size: 12px;
		color: #999;
	}
	
	/*餐饮荟文章*/
	.ul-pictxt li{
		/*overflow: hidden;*/
		padding: 30px 40px;
		position: relative;
		border: 1px solid #fff;
	}
	.ul-pictxt li:before{
		content: '';
		position: absolute;
		left: 40px;
		top: -1px;
		width: 770px;
		height: 1px;
		background: #DFDFDF;
	}
	.ul-pictxt li .pic{
		float: left;
		width: 146px;
		margin-right: 30px;
	}
	.ul-pictxt li .pic img{
		width: 146px;
		height: 107px;
		display: block;
	}
	.ul-pictxt li .txt{
		overflow: hidden;
		line-height: 22px;
		font-size: 12px;
		color: #999;
	}
	.ul-pictxt li .txt h3{
		font-size: 18px;
		line-height: 24px;
	}
	.ul-pictxt li .txt h3 span{
		display: inline-block;
		width:34px;
		height:18px; 
		border-radius: 2px ; 
		color: #04935F;
		font-size: 12px;
		margin-right: 8px;
		border: 1px solid #04935F;
		text-align: center;
		line-height: 18px;
	}
	.ul-pictxt li .txt h3 a{
		color: #333;
	}
	.ul-pictxt li .txt .info{
		padding: 10px 0;
	}
	.ul-pictxt li .txt .desc em{
		color: #13834D;
	}
	.ul-pictxt li .txt .time{
		background: url(../img/content/icon_time.png) left center no-repeat;
		-webkit-background-size: 14px;
		background-size: 14px;
		padding-left: 22px;
		margin: 0 60px;
		display: inline-block;
	}
	.ul-pictxt li .txt .num{
		background: url(../img/content/icon_eye.png) left center no-repeat;
		-webkit-background-size: 16px;
		background-size: 16px;
		padding-left: 20px;
		display: inline-block;
	}
	.ul-pictxt li:hover{
		border: 1px solid #04935F;
		position: relative;
		z-index: 5;
		/*bottom: -1px;*/
	}
	.ul-pictxt li:hover:before{
		display: none;
	}
	.ul-pictxt li:hover .txt .desc em{
		text-decoration: underline;
	}
	.pages{
		width: 770px;
		margin: 0 auto;
		border-top: 1px solid #dfdfdf;
		margin-top: 0;
		padding: 30px 0;
	}
	.all-columns{
		border: 1px solid #04935F;
		background: #fff;
		overflow: hidden;
	}
	.all-columns dt{
		color: #04935F;
		font-size: 16px;
		padding: 24px 20px;
	}
	.ul-columns{
		height: 480px;
		overflow-y: auto;
	}
	.ul-columns li{
		height:40px;
		line-height: 40px;
	}
	.ul-columns li a{
		display: block;
		background: #F4F5FA;
		border-left: 6px solid #F4F5FA;
		padding-left: 15px;
		color: #333;
	}
	
	.ul-columns li:nth-child(2n) a{
		background: #fff;
		border-color: #fff;
	}
	.ul-columns li a:hover,
	.ul-columns li.on a{
		border-color: #04935F;
		color: #04935F;
		background: #DAF5EB;
	}
	.tit-left .ul-tab{
		float: right;
		border: 1px solid #04935F;
		height: 30px;
		border-right: 0;
		margin-left: 20px;
	}
	.tit-left .ul-tab li{
		float: left;
	}
	.tit-left .ul-tab li a{
		display: inline-block;
		line-height: 28px;
		width: 60px;
		text-align: center;
		border-right: 1px solid #04935F;
	}
	.tit-left .ul-tab li.hover a,
	.tit-left .ul-tab li a:hover{
		background: #04935F;
		color: #fff;
	}
	
	
	/*海外品牌*/
	.oversea-banner{
		margin-top: 20px;
	}
	.oversea-banner img{
		display: block;
		height: 350px;
		width: 100%;
	}
	.oversea-banner .slick-dots{
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.oversea-banner .slick-dots li{
		display: inline-block;
		margin: 0 5px;
		-webkit-transition:.3s;
		transition:.3s;
		width: 8px;
		height: 8px;
		background:rgba(255,255,255,0.5);
		border-radius: 8px;
		cursor: pointer;
	}
	.oversea-banner .slick-dots li button{
		display: none;
	}
	.oversea-banner .slick-dots li.slick-active{
		width: 26px;
		border-radius: 4px;
	}
	.oversea-banner .slick-arrow{
		position: absolute;
		top: 50%;
		margin-top: -25px;
		width: 26px;
		height: 50px;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		font-size: 0;
		cursor: pointer;
		background-color: transparent;
		border: 0;
		z-index: 10;
	}
	.oversea-banner .slick-prev{
		background-image: url(../img/content/pic_slider_prev.png);
		left: 0;
	}
	.oversea-banner .slick-next{
		background-image: url(../img/content/pic_slider_next.png);
		right: 0;
	}
	.oversea-banner .slick-prev:hover{
		background-image: url(../img/content/pic_slider_prev_h.png);
	}
	.oversea-banner .slick-next:hover{
		background-image: url(../img/content/pic_slider_next_h.png);
	}
	
	.brand-tit{
		padding: 33px 0;
		text-align: center;
		width: 665px;
		margin: 0 auto;
		overflow: hidden;
	}
	.brand-tit span{
		padding: 0 40px;
		color: #333;
		font-size: 26px;
		display: inline-block;
		position: relative;
	}
	.brand-tit em{
		display: block;
		font-size: 14px;
		color: #999;
		margin-top: 4px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.brand-tit span:before,
	.brand-tit span:after{
		content: '';
		position: absolute;
		top: 50%;
		width: 999px;
		height: 1px;
		background: #CCCCCC;
	}
	.brand-tit span:before{
		left: 100%;
	}
	.brand-tit span:after{
		right: 100%;
	}
	.ul-tab-brand{
		font-size: 0;
		text-align: center;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.ul-tab-brand li{
		display: inline-block;
		font-size: 16px;
		width: 158px;
		text-align: center;
	}
	.ul-tab-brand li a{
		display: inline-block;
		padding: 10px 0;
		border-bottom: 3px solid #F4F5FA;
	}
	.ul-tab-brand li.hover a,
	.ul-tab-brand li a:hover{
		border-bottom-color: #04935F;
		color: #04935F;
	}
	.ul-imgprice{
		margin: 0 -7.5px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.ul-imgprice li{
		float: left;
		width: 20%;
		padding: 0 7.5px;
		margin-bottom: 19px;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.ul-imgprice li .pad{
		width: 218px;
	}
	.ul-imgprice li .pic{
		position: relative;
		width: 218px;
		height: 164px;
	}
	.ul-imgprice li .pic img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.ul-imgprice li .pic em{
		display: inline-block;
		width:40px;
		height:16px; 
		background:rgba(0,0,0,0.5);
		border-radius: 2px ; 
		position: absolute;
		right: 10px;
		top: 10px;
		text-align: center;
		line-height: 16px;
		color: #fff;
		font-size: 12px;
	}
	.ul-imgprice li .pic h3{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height:30px;
		line-height: 30px; 
		background:rgba(0,0,0,0.5);
		color: #fff;
		font-size: 14px;
		padding-left: 9px;
	}
	.ul-imgprice li .price{
		margin-top: 6px;
		
	}
	.ul-imgprice li .price b{
		color: #04935F;
		font-size: 16px;
	}
	.ul-imgprice li .price a.more{
		float: right;
		display: inline-block;
		width:50px;
		height:20px; 
		background:#06A76D;
		border-radius: 12px ; 
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 20px;
	}
	.ul-imgprice li .price a.more:hover{
		background: #04935F;
	}
	.ul-imgprice li:hover{
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	.brand-white{
		background: #fff;
		overflow: hidden;
		position: relative;
	}
	.national-top{
		height: 260px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.national-class{
		float: left;
		background: url(../img/content/bg_American.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		width: 225px;
		height: 260px;
		padding: 22px 0 0 24px;
	} 
	.national-class .photo{
		float: left;
		width: 50px;
		margin-right: 29px;
	}
	.national-class .photo img{
		width: 50px;
		height: 50px;
		display: block;
		border-radius: 100%;
	}
	.national-class .name{
		overflow: hidden;
		color: #fff;
	}
	.national-class .name h3{
		font-size: 24px;
		font-weight: bold;
	}
	.national-class .name span{
		font-size: 14px;
		display: block;
	}
	.national-class .ul-class{
		margin-top: 14px;
	}
	.national-class .ul-class li{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.national-class .ul-class li a{
		display: inline-block;	
		line-height: 30px;
		border-radius: 100px ; 
		padding: 0 24px;
		color: #fff;
		border: 1px solid #fff;
	}
	.national-class .ul-class li a:hover{
		background: rgba(255,255,255,.3);
		/*color: #333;*/
	}
	.national-class .more{
		width: 170px;
		display: block;
	}
	.national-top .pic{
		float: left;
		width: 544px;
		height: 260px;
		margin-left: 11px;
		margin-right: 10px;
	}
	.national-top .pic img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.national-top .pic2{
		float: right;
		width: 360px;
	}
	.national-top .pic2 img{
		display: block;
		width: 360px;
		height: 125px;
	}
	.national-center{
		height: 344px;
		overflow: hidden;
	}
	.national-center .pic-ad{
		float: left;
		width: 225px;
	}
	.national-center .pic-ad img{
		display: block;
		width: 225px;
		height: 334px;
	}
	.national-center .ul-imgprice li .pic{
		width: 175px;
		height: 132px;	
		float: none;
	}
	.national-center .ul-imgprice li .pad{
		width: 175px;
	}
	.national-bottom .ul-logos{
		overflow: hidden;
		height:102px; 
		border: 1px solid #DFDFDF;
		border-right: 0;
	}
	.national-bottom .ul-logos li{
		float: left;
		width: 10%;
		text-align: center;
		border-right: 1px solid #DFDFDF;
	}
	.national-bottom .ul-logos li a{
		display: block;
		line-height: 100px;
	}
	.national-bottom .ul-logos li a img{
		display: inline-block;
		vertical-align: middle;
		max-width: 60px;
		width: 100%;
		-webkit-transition: all .25s ease-in-out;
		    -moz-transition: all .25s ease-in-out;
		    transition: all .25s ease-in-out;
	}
	.national-bottom .ul-logos li a:hover img{
	    -webkit-transform: translateY(-4px);
	    -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    transform: translateY(-4px);
	}
	.national-box{
		margin-bottom: 40px;
	}
	.national-class-Korea{
		background-image: url(../img/content/bg_Korea.png);
	}
	.national-class-Taiwan{
		background-image: url(../img/content/bg_Taiwan.png);
	}
	.national-class-Hongkong{
		background-image: url(../img/content/bg_Hongkong.png);
	}
	.national-class-Brazil{
		background-image: url(../img/content/bg_Brazil.png);
	}
	.brand-gray{
		background: rgba(244,245,250,1);
		overflow: hidden;
		padding-top: 30px;
	}
	.join-read{
		float: left;
		width: 854px;
	}
	.join-read-tit{
		line-height: 29px;
		font-size: 22px;
		color: #333;
		margin-bottom: 25px;
	}
	.join-read-tit span{
		font-size: 14px;
		color: #999;
		margin-left: 10px;
	}
	.join-read-tit a{
		color: #999;
		font-size: 14px;
	}
	.join-read-tit a:hover{
		color: #04935F;
	}
	.join-read-box{
		background: #fff;
		overflow: hidden;
		padding: 25px 30px;
		height: 411px;
	}
	.join-read-box .pictxt{
		width: 300px;
		float: left;
		margin-right: 30px;
	}
	.join-read-box .pictxt li{
		overflow: hidden;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #DFDFDF;
	}
	.join-read-box .pictxt li:last-child{
		border: 0;
	}
	.join-read-box .pictxt li h3{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 19px;
	}
	.join-read-box .pictxt li h3 a{
		color: #333;
	}
	.join-read-box .pictxt li h3 a:hover,
	.join-read-box .pictxt li:hover h3 a{
		color: #04935F;
	}
	.join-read-box .pictxt li:hover .txt p{
		color: #333;
	}
	.join-read-box .pictxt li .pic{
		float: left;
		width: 162px;
		margin-right: 11px;
	}
	.join-read-box .pictxt li .pic img{
		width: 100%;
		height: 122px;
		display: block;
	}
	.join-read-box .pictxt li .txt{
		overflow: hidden;
		font-size: 12px;
		color: #999;
		line-height: 20px;
	}
	.join-read-box .pictxt li em{
		float: right;
		margin-top: 15px;
	}
	.join-read-box .list{
		overflow: hidden;
	}
	.join-read-box .list ul li{
		line-height: 34px;
		height: 34px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../img/content/icon_disc.png) left center no-repeat;
		-webkit-background-size: 3px;
		background-size: 3px;
		padding-left: 9px;
	}
	.join-read-box .list ul li a{
		color: #333;
	}
	.join-read-box .list ul li a:hover{
		color: #04935F;
	}
	.join-read-box .list ul li span{
		float: right;
		font-size: 12px;
		color: #999;
	}
	.brand-nav{
		float: left;
		width:70px;
		height:480px; 
		background:#F6EDD3;
		border-radius: 3px;
		/*position: absolute;
		left: -105px;
		top: 124; */
		margin-left: -105px;
	}
	.brand-nav li{
		text-align: center;
		font-size: 0;
		margin-top: -1px;
	}
	.brand-nav li a{
		display: block;
		height: 96px;
		padding: 0 10px;
		padding-top: 15px;
		color: #333;
		font-size: 14px;
	}
	.brand-nav li img{
		width: 40px;
		height: 40px;
		display: inline-block;
	}
	.brand-nav li p{
		padding: 6px 0 10px 0;
		border-bottom: 1px solid #E7D8AB;
	}
	.brand-nav li.last p,
	.brand-nav li:last-child p{
		border: 0;
	}
	.brand-nav li a.active,
	.brand-nav li a:hover{
		background: #E7D8AB;
	}
	.brand-nav li a:hover{
		color: #856F31;
	}
	
	
	/*项目详情页*/
	/*项目详情*/
	.item-bd{
		background: #fff;
	}
	.brand li .content{
		position: relative;
	}
	.item-top{
		background: #fff;
		/* padding: 30px 46px 26px 30px;
		height: 452px; */
		overflow: hidden;
		margin-bottom: 15px;
	}
	.item-top .pic-slider{
		width: 470px;
		height: 446px;
		overflow: hidden;
		float: left;
		margin-right: 30px;
	}
	.item-top .pic-slider .slider-nav{
		position: relative;
		margin-top: 10px;
		height: 83px;
		overflow: hidden;
	}
	.item-top .pic-slider .slider-nav .small{
		width: 113px;
		height: 83px;
		opacity: 0.5;
		-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		margin-left: 6px;
	}
	.item-top .pic-slider .slider-nav .slick-current{
		opacity: 1;
		-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		border: 1px solid #04935F;
	}
	.item-top .pic-slider .slider-nav .small img{
		width: 100%;
		height: 100%;
	}
	.item-top .pic-slider .slider-nav .slick-active img{
		width: 100%;
		height: 100%;
		
	}
	.item-top .pic-slider .slider-for img{
		width: 100%;
		height: 353px;
	}
	.item-top .pic-slider .slick-arrow{
		position: absolute;
		top: 26px;
		width: 26px;
		height: 50px;
		background: url(../img/content/pic_slider_prev.png) center center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		font-size: 0;
		border: 0;
		cursor: pointer;
		z-index: 10;
	}
	.item-top .pic-slider .slick-prev{
		left: 0;
	}
	.item-top .pic-slider .slick-next{
		background-image: url(../img/content/pic_slider_next.png);
		right: 0;
	}
	.item-top .pic-slider .slick-prev:hover{
		background-image: url(../img/content/pic_slider_prev_h.png);
	}
	.item-top .pic-slider .slick-next:hover{
		background-image: url(../img/content/pic_slider_next_h.png);
	}
	.item-top .txt{
		height: 445px;
		overflow: hidden;
		position:relative;
	}
	.item-top .txt .img{
		float: right;
		width: 90px;
		/* margin-left: 55px; */
		position: absolute;
		right: 0;
		top: 44px;
	}
	.item-top .txt .img img{
		display: block;
		width: 90px;
		height: 90px;
	}
	.item-top .txt h3{
		font-size: 22px;
		color: #333;
		font-weight: bold;
		line-height: 36px;
	}
	.item-top .txt h1{
	    font-size: 22px;
	    color: #333;
		 font-weight: bold;
	    line-height: 36px;
    }
	.item-top .txt h4{
		padding: 6px 0 8px 0;
	}
	.item-top .txt h4 a{
		color: #39F;
	}
	.item-top .txt h4 em{
		color: #39F;
	}
	.item-top .txt h4 a:hover,
	.item-top .txt h5 a:hover,
	.item-share .share-box a:hover{
		text-decoration: underline;
	}
	.item-top .txt h5 img{
		display: inline-block;
		vertical-align: middle;
		width: 48px;
		height: 19px;
		margin-right: 6px;
	}
	.item-top .txt h5{
		color: #ED625E;
		font-size: 14px;
		margin-bottom: 12px;
		margin-top:10px;
	}
	.item-top .txt h5 a{
		color: #ED625E;
	}
	.item-top .txt .info{
		width:650px;
		height:100px; 
		background:#06A76D;
	}
	.item-top .txt .info div{
		float: left;
		/*width: 25%;*/
		padding: 0 33px;
		text-align: center;
		color: #fff;
		padding-top: 16px;
		position: relative;
	}
	.item-top .txt .info div:after{
		content: '';
		width:1px;
		height:40px; 
		background:rgba(255,255,255,0.2);
		position: absolute;
		right: 0;
		top: 30px;
	}
	.item-top .txt .info div.price4:after{
		display: none;
	}
	.item-top .txt .info b{
		font-size: 22px;
	}
	.item-top .txt .info b.yellow{
		color: #F8E71C;
	}
	.item-top .txt .info h6{
		font-size: 16px;
		line-height: 21px;
		margin-top: 6px;
		margin-bottom: 2px;
	}
	.item-top .txt .info p{
		font-size: 12px;
		opacity: .5;
		-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	}
	.item-top .txt .info2{
		width:650px;
		height:154px; 
		background:#EEF2F4;
		padding: 0 10px;
	}
	.item-top .txt .info2 table{
		line-height: 36px;
		color: #333;
		width: 100%;
	}
	.item-top .txt .info2 table span{
		color: #666;
		font-weight: normal;
		padding-left: 20px;
		display: inline-block;
		width: 90px;
		text-align: right;
	}
	.item-top .txt .info2 table .bg-white{
		background: #fff;
	}
	.item-top .txt .btn-box{
		margin-top: 10px;
		height: 46px;
	}
	.item-top .txt .btn-box .tel-box{
		float: left;
		width:290px;
		height:46px; 
		border: 1px solid #ED625E;
		border-radius: 2px ; 
		color: #ED625E;
		line-height: 46px;
		padding-left: 14px;
		margin-right: 10px;
	}
	.item-top .txt .btn-box .tel-box span{
		background: url(../img/content/icon_tel.png) left center no-repeat;
		-webkit-background-size: 18px 14px;
		background-size: 18px 14px;	
		padding-left: 22px;
		display: inline-block;
		/*margin-right: 14px;*/
		float: left;
		font-size: 15px;
		font-weight: bold;
	}
	.item-top .txt .btn-box .tel-box em{
		display: inline-block;
		vertical-align: middle;
	}
	.item-top .txt .btn-box .tel-box .num-change{
		display: none;
	}
	.item-top .txt .btn-box .tel-box a{
		display: inline-block;
		width:40px;
		height:22px; 
		text-align: center;
		line-height: 22px;
		color: #fff;
		background:#ED625E;
		border-radius: 2px ;
	}
	.item-top .txt .btn-box .btn{
		display: inline-block;
		float: left;
		height: 46px;
		line-height: 46px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		margin-right: 10px;
		border-radius: 2px ; 
	}
	.item-top .txt .btn-box .s1{
		background: #ED625E;
		width: 130px;
	}
	.item-top .txt .btn-box .s1 span{
		background: url(../img/content/icon_zixun.png) left center no-repeat;
		-webkit-background-size: 14px 14px;
		background-size: 14px 14px;
		padding-left: 22px;
		display: inline-block;
	}
	.item-top .txt .btn-box .s1:hover{
		background: #E65450;
	}
	.item-top .txt .btn-box .s2{
		background: #BFAA6E;
		width: 100px;
	}
	.item-top .txt .btn-box .s2:hover{
		background: #BCA35B;
	}
	.item-top .txt .btn-box .s3{
		background: #FFFBEF;
		border: 1px solid #BFAA6E;
		color: #A0875A;
		width: 100px;
		margin-right: 0;
	}
	.item-top .txt .btn-box .s3:hover{
		border-color: #A0875A;
	}
	
	.item-top .txt .tel{
		width: 400px;
		height: 50px;
		border: 1px solid #f6e4d2;
		line-height: 50px;
		padding-left: 15px;
		margin-top: 15px;
		color: #333;
		font-size: 14px;
		margin-bottom: 20px;
		background: #fffaf5;
	}

	.item-top .txt .url{
		width: 400px;
		height: 30px; 
		line-height: 30px; 
		color: #ff5400;
		font-size: 13px;  
		text-decoration: underline;
	}

	.item-top .txt .tel img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.item-top .txt .tel em a{
		text-decoration: underline;
	}
	.item-top .txt .btn a{
		vertical-align: middle;
	    width: 140px;
	    height: 40px;
	    border-radius: 2px;
	    background-color: #ff5400;
	    color: white;
	    font-size: 16px;
	    float: left;
	    text-align: center;
	    margin-right: 10px;
	    line-height: 40px;
	}
	.item-top .txt .btn a img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.item-top .txt .btn a.s1:hover{
		background: #ff7530;
	}
	.item-top .txt .btn a.s2{
		background-color: #ff8400;
	}
	.item-top .txt .btn a.s3{
		width: 100px;
		background-color: #fffaf5;
		color: #ff5400;
		border: 1px solid #ffa800;
		margin-right: 0;
	}
	.item-top .txt .btn a.s1:hover{
		
	}
	.item-top .txt .btn a.s2:hover{
		background-color: #ff9c00;
	}
	.item-top .txt .btn a.s3:hover{
		background-color: #ff9c00;
		color: white;
		border: none;
	}
	.item-share{
		margin-top: 24px;
		overflow: hidden;
		padding-bottom: 30px;
	}
	.item-share .num{
		float: left;
		width: 470px;
		line-height: 25px;
	}
	.item-share span{
		display: inline-block;
		width: 32%;
		font-size: 14px;
		color: #898989;
	}
	.item-share span.s2{
		/*margin-left: 68px;*/
	}
	.item-share span em{
		color: #ed2c2c;
		margin-left: 6px;
	}
	.item-share span img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		width: 16px;
	}
	.item-share .share-box a{
		color: #3399FF;
		font-size: 14px;
		line-height: 24px;
		display: inline-block;
		vertical-align: middle;
	}
	.item-share .share-box span{
		color: #999;
		line-height: 24px;
		display: inline-block;
		width: 146px;
		text-align: right;
	}
	.item-share .share{
		display: inline-block;
		vertical-align: middle;
	}
	.item_detail_nav {
	    position: relative;
	    margin-top: 0;
	    width: 850px;
	}
	.ul_sev {
	    background: #fff;
		border:1px solid #dfdfdf;
	    border-bottom: 2px solid #06A76D;
	    /*overflow: hidden;*/
	    height:63px;
	}
	.ul_sev li {
	    background-color: #fff;
	    cursor: pointer;
	    float: left;
	    height: 60px;
	    line-height: 60px;
	    color: #666666;
	    font-size: 16px;
	    /*width: 16.6667%;*/
	    width: 110px;
	    text-align: center;
	    position: relative;
	}
	.ul_sev li a{
		display: block;
	}
	.ul_sev li.hover,
	.ul_sev li a.active {
	    background-color:#04935F;
	    color:#fff;
	   
	    font-weight: bold;
		height:60px;
	}
	.ul_sev li.hover:after,
	.ul_sev li.current:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		z-index: 1000;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.call-lk{
		float:right;
		width:110px;
		height:60px;
		text-align:center;
		line-height:60px;
		font-size:16px;
		color:#E65450;
		font-weight:bold;
		position:relative;
		margin-right:10px;
		cursor:pointer;
	}
	.call-lk img{
		position: absolute;
		right: 5px;
		top: 6px;
		width: 18px;
		height: 18px;
	}
	.call-lk a{
		display:block;
		width:110px;
		height:60px;
		
	}
	.call-lk a:hover{
		color:#E65450;
	}
	.jiameng-dp{
		padding-top: 15px;
	}
	.jiameng-dp .a-con{
		padding-bottom: 19px;
		padding-left: 10px;
	}
	.jiameng-dp #allmap{
		border: 1px solid #cccccc;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.jiameng-dp select{
		width: 98px !important;
		height: 26px;
		border: 1px solid #cccccc;
		-webkit-appearance: none;
		background: url(../img/arrDown.png) 77px center no-repeat;
		padding-left: 20px;
	}
	.brandcontent {
	    background: #fff;
	    border: 1px solid #dfdfdf;
	    border-top: none;
		overflow:hidden;
		padding-bottom:20px;
	}
	.part-wrapper {
	    padding:0px 30px;
	}
	.divanswer {
	    font-size: 22px;
	    color: #000;
		margin-bottom:20px;
		overflow:hidden;
		line-height:47px;
		/*border-bottom:1px solid #DFDFDF;*/
	}
	.divanswer .pquer {
	    color: #333;
	    font-size: 18px;
	    height: 35px;
	    line-height: 35px;
		float:left;
		font-weight:bold;
	}
	
	.divanswer .pquer span{
		font-weight:bold;
	}
	
	.divanswer .pquer em{
		font-size: 14px;
		color: #666;
		margin-left: 15px;
	}
	.divanswer .pquer u {
	    display: inline-block;
	    width: 5px;
	    line-height: 22px;
	    background-color: #04935F;
	    margin-right: 10px;
	    height: 22px;
	    position: relative;
	    top: 3px;
	}
	.brand .top-wrapper {
	    overflow: hidden;
	    padding-top: 10px;
	    font-size: 14px;
	    line-height: 25px;
	    color: #333333;
	}
	.brand .left-ul {
	    float: left;
	    /*margin: 10px 10px 0 0;*/
	    width: 375px;
	    margin-right: 20px;
	}
	.brand .cost-box ul li {
	    height: 34px;
	    line-height: 34px;
	    padding-left: 20px;
	    font-size: 14px;
	    width: 375px;
	    float: left;
	}
	.brand li:nth-child(odd) {
	   
		margin-right:10px;
	}
	.brand li:nth-child(2n){
	    margin-right: 0;
		
	}
	.brand li .label {
	    color: #666;
	    line-height: 34px;
	}
	.brand li em{
		float: right;
		font-size: 12px;
		color: #999;
		padding-right: 13px;
		display: inline-block;
	}
	.item-bd .pic-ad{
		margin-bottom: 50px;
	}
	.item-bd .pic-ad img{
		display: block;
	}
	.ul_conditions{
		margin-top: 12px;
		margin-bottom: 35px;
	}
	.ul_conditions li{
		line-height: 36px;
		padding-left: 10px;
		color: #8a8a8a;
	}
	.item-bd .pic-ad2{
		margin-top: 40px;
		margin-bottom: 42px;
	}

	.right_txttop {
	    padding-top: 20px;
	    background: #fff;
	    position: relative;
	}
	.spanok {
	    position: absolute;
	    right: 18px;
	    top: 107px;
	    display: inline-block;
	    width: 80px;
	    height: 80px;
	    background: url(../img/authenticated.png) no-repeat center;
	    background-size: 80px 80px;
	}
	.right_txt_img{ overflow:hidden;text-align: center;}
	.right_txt_img img{width:140px;height:140px; }
	/* .spandunpai{ padding:10px 0 0 50px; background:url(../img/dunpai.png) center left no-repeat; width:170px;  background-size:40px 40px;}
	.spandunpai span{ cursor:pointer;display:inline-block; margin:0 5px 10px 0; color:#787878; font-size:12px; } */
	.pshow { margin-top:13px;}
	.pshow span{margin:0 3px 0 10px;}
	/*鼠标经过显示文字*/
	.spandunpai_hover{ position:absolute; bottom:140px; left:30px; }
	.spandunpai_hover .soanem{ border-radius:5px;  display:none;  width:200px; height:auto; border:1px solid #ccc; font-size:13px; color:#999; background:#fff; padding:3px  5px; line-height:22px; letter-spacing:2px;}
	.right_txt_img .symbols{
	    overflow: hidden;
	    margin-top: 21px;
	    padding-left: 15px;
	}
	.right_txt_img .symbols li{
	    display: table-cell;
	    vertical-align: middle;
	    float: left;
	    line-height: 30px;
	    height: 30px;
	    color: #666;
	    font-size: 12px;
	    margin-right: 15px;
	}
	.right_txt_img .symbols li::before{
	    vertical-align: middle;
	    content: '';
	    background: url(../img/tick.png) no-repeat center;
	    background-size:cover;
	    width: 15px;
	    height: 15px;
	    display: inline-block;
	    margin-right: 5px;
	    margin-top: -4px;
	}
	.right_txt_img .hr{
	    width: 235px;
	    height: 1px;
	    border-bottom: 1px dashed #dfdfdf;
	    margin: auto;
	    margin-top: 7px;
	}
	.right_txt_img .mem_eva_exp{
	    padding: 7px 0;
	}
	.right_txt_img .mem_eva_exp .left{
	    font-size: 12px;
	}
	.right_txt_img .mem_eva_exp .right{
	    /* color: #787878; */
	    font-size: 12px;
	}
	.right_txt_img .mem_eva_exp .green span{
	    color: #00b350;
	}
	.right_txt_img .mem_eva_exp .gray span{
	    color: #999;
	}
	.right_txt_img .mem_eva_exp li{
	    line-height: 34px;
	    height: 34px;
	    text-align: left;
	    display: table-row;
	    vertical-align: middle;
	}
	.right_txt_img .mem_eva_exp li i{
	    display: inline-block;
	    width: 24px;
	    height: 24px;
	    background-size: cover !important;
	    vertical-align: middle;
	    margin-left: 20px;
	    margin-right: 10px;
	}
	.right_txt_img .mem_eva_exp .member.green i{
	    background: url(../img/member_green.png) no-repeat left center;
	}
	.right_txt_img .mem_eva_exp .member.gray i{
	    background: url(../img/member_gray.png) no-repeat left center;
	}
	.right_txt_img .mem_eva_exp .evaluate.green i{
	    background: url(../img/evaluate_green.png) no-repeat left center;
	}
	.right_txt_img .mem_eva_exp .evaluate.gray i{
	    background: url(../img/evaluate_gray.png) no-repeat left center;
	}
	.right_txt_img .mem_eva_exp .expo.green i{
	    background: url(../img/expo_green.png) no-repeat left center;
	}
	.right_txt_img .mem_eva_exp .expo.gray i{
	    background: url(../img/expo_gray.png) no-repeat left center;
	}
	.right_txt_img .auditor{
	    overflow: hidden;
	    background-color: #ededed;
	    padding: 9px 0;
	}
	.right_txt_img .auditor>div{
	    float: left;
	}
	.right_txt_img .auditor .left{
	padding: 8px 24px;
	}
	.right_txt_img .auditor img{
	    width: 50px;
	    height: 50px;
	    border: 1px solid #dfdfdf;
	    border-radius: 2px;
	    
	}
	.right_txt_img .auditor .right{
	    text-align: left;
	    margin-top: 8px;
	}
	.right_txt_img .auditor .right>p{
	    line-height: 25px;
	    height: 25px;
	    font-size: 12px;
	    color: #333;
	}
	.divservice{ 
		/*margin-top: 20px;*/
	}
		
	.divservice .pservice {
		background: #04935F;
		color: #fff;
		font-size: 18px;
		height: 44px;
		line-height: 44px;
		width: 274px;
		padding-left: 20px;
		font-weight: bold;
	}
	.border {
	    border: 1px solid #ebebeb;
	}
	.divservice .border{
		padding-bottom: 13px;
		background: #fff;
		border: 0;
	}
	.img-words-group-wrapper{
	    background-color: white;
	    overflow: hidden;
	    padding: 12px 12px 0 12px;
	    position: relative;
	}
	.img-words-group-wrapper .left-wrapper {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    width: 60px;
	    height: 60px;
	    margin: auto;
	}
	.img-words-group-wrapper img {
	    width: 60px;
	    height: 60px;
	    border-radius: 100%;
	}
	.img-words-group-wrapper .right-wrapper {
	    margin-left: 72px;
	    padding-top: 8px;
	}
	.img-words-group-wrapper .right-wrapper>p {
	    line-height: 25px;
	    font-size: 14px;
	    color: #333333;
	    font-weight: bold;
	}
	.img-words-group-wrapper .right-wrapper .helped-num{
		font-size: 12px;
		font-weight: normal;
	}
	.img-words-group-wrapper .right-wrapper .green-words {
	    color: #04935F;
	    font-size: 12px;
	    margin: 0 2px;
	}
	.img-words-group-wrapper .right-wrapper>a {
	    display: block;
	    width: 100px;
	    height: 26px;
	    border: 1px solid #04935F;
	    color: #04935F;
	    font-weight: bold;
	    font-size: 12px;
	    text-align: center;
	    line-height: 24px;
	    border-radius: 2px;
	    margin-top: 5px;
	    margin-bottom: 16px;
	}
	.img-words-group-wrapper .hr {
	    width: 235px;
	    margin: 12px auto 0 auto;
	    height: 1px;
	    border-bottom: 1px dashed #dfdfdf;
	}
	.img-words-group-wrapper .right-wrapper>a:hover {
	    background: #04935F;
	    color: white;
	}
	.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{
		margin: 0px 6px 6px 0 !important;
	}
	.pic-slider2{
		width: 720px;margin-top: 45px;margin-left: 35px;
	}

	.pic-slider2 .left-pic{
		width:594px; height:446px;
		float: left;overflow: hidden;
		text-align: center;
	}
	.pic-slider2 .left-pic img{
		width: 594px;
		height: 446px;
	}
	.pic-slider2 .right-pic{
		width:112px;
		height: 446px;
		float: right;
		padding: 10px 0;
	}
	.pic-slider2 .right-pic .slick-list{
		height: 423px !important;
		overflow: hidden;
	}
	.pic-slider2 .right-pic .item{
		width:112px; height:84px; margin-bottom:15px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); 
		
	}
	.pic-slider2 .right-pic .item a{
		display: block;height: 100%;
	}
	.pic-slider2 .right-pic .item a img{width:112px; height:84px;display: block;}
	.pic-slider2 .right-pic .slick-current{
		opacity: 1;
		-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		border: 1px solid #00b350;
	}
	.pic-slider2 .right-pic .con{
		position: relative;
	}
	.pic-slider2 .right-pic em{
		display: inline-block;
	}
	.pic-slider2 .right-pic .slick-arrow,
	.pic-slider2 .right-pic em{
		width: 27px;
		height: 15px;
		border: 0;
		font-size: 0;
		background: url(../img/arr01.png) no-repeat;
		outline: none;
		cursor: pointer;
	}
	.pic-slider2 .right-pic .slick-arrow{
		z-index: 10;
	}
	.pic-slider2 .right-pic .slick-prev,
	.pic-slider2 .right-pic em.prev{
		position: absolute;
		top: -30px;
		left: 38px;
	}
	.pic-slider2 .right-pic .slick-next,
	.pic-slider2 .right-pic em.next{
		background-image: url(../img/arr02.png);
		position: absolute;
		bottom: -30px;
		left: 38px;
	}
	.pic-slider2{
		margin-bottom: 25px;
		/*overflow: hidden;*/
	}

	.brand-video{
		width: 720px;
		margin: 0 auto;
		position: relative;
	}
	.brand-video .video-img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 358px;
		overflow: hidden;
	}
	.brand-video .video-tit{
		position: absolute;
		left: 0;
		bottom: 60px;
		width: 100%;
		width: 100%;
		height: 28px;
		font-weight: bold;
		/*color: #00b350;*/
		color: #fff;
		padding: 0 20px;
		font-size: 26px;
	}
	.brand-video video{
		
	}
	.brandcontent .left{
		width: 396px;
		float: left;
		padding-left: 30px;
	}
	.brandcontent .right{
		width: 396px;
		float: right;
		padding-right: 30px;
	}
	.hot-list2 .pic{
		width: 100%;
		margin-bottom: 13px;
	}
	.hot-list2 .pic a{
		display: block;
		position: relative;
		color: #fff;
	}
	/*.hot-list2 .pic a:after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../img/shaw.png) no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}*/
	.hot-list2 .pic a img{
		display: block;
		width: 365px;
		height: 275px;
	}
	.hot-list2 .pic h3{
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 18px;
		width: 100%;
		z-index: 10;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
	}
	.hot-list2 .pic h3 em{
		float: right;
		font-size: 12px;
		font-weight: normal;
		margin-top: 5px;
	}
	.brandcontent .hot-list2{
		border: 0;
		padding: 0;
	}
	.brandcontent .hot-list2 dt{
		padding-top: 10px;
	}
	.brandcontent .hot-list2 .divanswer .pquer{
		display: inline-block;
		margin-top: 5px;
	}
	.brandcontent2{
		border-top: 1px solid #dfdfdf;
		padding-bottom: 0;
	}
	.brandcontent2 .ul-txt-list li a{
		font-size: 14px;
	}
	.hot-list2 .pic2 img{
		display: block;
		width: 100%;
	}
	.hot-list2 .form{
		padding-bottom: 10px;
		margin-bottom: 5px;
		border-bottom: 1px dashed #dfdfdf;
	}
	.hot-list2 .form form{
		position: relative;
	}
	.hot-list2 .form form .tip-f{
		bottom: auto;
		top: -20px;
		left: 38px;
	}
	.hot-list2 .form form,
	.relay-top .search form{
		border: 1px solid #06A76D;
		height: 40px;
	}
	.hot-list2 .form form span,
	.relay-top .search form span{
		float: left;
		width: 38px;
		height: 38px;
		background: #E3E7E8;
		font-size: 16px;
		font-weight: bold;
		color: #06A76D;
		text-align: center;
		line-height: 38px;
		display: inline-block;
	}
	.hot-list2 .form form .sub,
	.hot-list2 .form form .sub_logins,
	.relay-top .search form .sub{
		width: 120px;
		height: 38px;
		text-align: center;
		line-height: 38px;
		background: #06A76D;
		color: #fff;
		cursor: pointer;
		border: 0;
		font-size: 14px;
		font-weight: bold;
		float: left;
	}
	.hot-list2 .form form .sub:hover，
	.relay-top .search form .sub:hover{
		background: #00c257;
	}
	.hot-list2 .form form .inp,
	.relay-top .search form .inp{
		width: 206px;
		height: 38px;
		float: left;
		border: 0;
		padding-left: 5px;
	}
	.hot-list2 .form p,
	.relay-top .search .form p{
		color: #999;
		font-size: 12px;
		line-height: 30px;
		margin-top: 3px;
	}
	.message-box h3{
		height: 50px;
		background: #04935F;
		color: #fff;
		font-weight: bold;
		padding: 0 30px;
		line-height: 50px;
		overflow: hidden;
	}
	.message-box h3 span{
		float: right;
		background: url(../img/content/icon_tel2.png) left center no-repeat;
		padding-left: 28px;
		font-size: 14px;
		font-weight: normal;
		padding-right: 4px;
		display: inline-block;
	}
	.message-box h3 span b{
		font-size: 20px;
	}
	.message-bor{
		border: 1px solid #dfdfdf;
		border-top: 0;
		padding: 14px 35px 30px 30px;
		overflow: hidden;
		background: #fff;
		width: 100%;
	}
	.message-bor .left{
		width: 380px;
		float: left;
	}
	.message-bor .left textarea{
		width: 380px;
		height: 59px;
		border: 1px solid #cccccc;
		padding: 10px;
	}
	.message-bor .left table{
		color: #333;
		width: 100%;
		font-size: 14px;
	}
	.message-bor .left table tr{
		height: 44px;
	}
	.message-bor .left table select{
		width: 110px;
		height: 30px;
		border: 1px solid #cccccc;
		-webkit-appearance: none;
		background: url(../img/arrDown.png) 90px center no-repeat;
		padding-left: 10px;
		border-radius: 2px;
	}
	.message-bor .left table .inp{
		width: 180px;
		height: 38px;
		border: 1px solid #cccccc;
		padding: 0 10px;
		font-family:"微软雅黑","Microsoft Yahei";
		border-radius: 2px;
	}
	.message-bor .left table .inp2{
		/*width: 100%;*/
		width: 344px;
		width: 327px;
		margin-left: 10px;
	}
	.message-bor .left table .radio{
		-webkit-appearance: none;
		background: url(../img/radio.png) no-repeat;	
		width: 16px;
		height: 16px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		border: 0;
	}
	.message-bor .left table .radio:checked{
		background-image: url(../img/radio_checked.png);
	}
	.message-bor .left table label{
		margin: 0 5px;
	}
	.message-bor .left table .sub{
		width: 200px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #06a76d;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-radius: 2px;
		border: 0;
		margin-top: 5px;
		cursor: pointer;
		margin-left:11px;
	}
	.message-bor .left table td{
		padding: 5px 0px;
		position:relative;
	}
	.message-bor .left table td span{
		position:absolute;
		top:0px;
		right:0px;
		color:#E65450;
		top: 18px;
		right: 10px;
	}
	.message-bor .left table .sub:hover{
		background: #04935f;
	}
	.message-bor .right{
		width: 380px;
		float: right;
	}
	.message-list h5{
		height: 40px;
		line-height: 40px;
		background:#59C88B;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		padding-left: 28px;
		position: relative;
	}
	.message-list h5 em{
		position: absolute;
		background: url(../img/arr_green.png) no-repeat;
		width: 7px;
		height: 14px;
		left: -6px;
		top: 13px;
	}
	.message-list ul{
		border: 1px solid #00b350;
		height: 266px;
		border-top: 0;
		width: 100%;
	}
	.message-list ul li{
		line-height: 33px;
		font-size: 12px;
	}
	.message-list ul li a{
		display: block;
		padding-left: 29px;
	}
	.message-list ul li a:hover{
		background: #f7f7f7;
		color: #00b350;
	}
	.tit-right{
		height: 50px;
		line-height: 50px;
		background: #04935F;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 0 20px;
	}
	.tit-right a.r{
		background: url(../img/more2.png) left center no-repeat;
		padding-left: 25px;
		font-size: 12px;
		color: #fff;
	}
	.direct-box .tit-right a.r{
		
	}
	.ul-direct{
		background: #fff;
		overflow: hidden;
		padding: 20px 20px 10px 20px;
	}
	.ul-direct li{
		overflow: hidden;
		color: #999;
		font-size: 12px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #dfdfdf;
		line-height: 20px;
		margin-bottom: 25px;
	}
	.ul-direct li:last-child{
		margin-bottom: 0;
		border-bottom: 0;
	}
	.ul-direct li .pic{
		float: left;
		width: 60px;
		margin-right: 12px;
	}
	.ul-direct li .pic img{
		width: 60px;
		height: 60px;
		border-radius: 100%;
		display: block;
	}
	.ul-direct li .txt{
		overflow: hidden;
		font-size: 12px;
		line-height: 22px;
		padding-top: 10px;
		color: #333;
	}
	.ul-direct li .txt h3{
		font-size: 14px;
		font-weight: bold;
	}
	.ul-direct li .btn{
		width: 100px;
		height: 26px;
		border: 1px solid #04935F;
		font-size: 12px;
		color: #04935F;
		font-weight: bold;
		display: inline-block;
		text-align: center;
		line-height: 26px;
		border-radius: 3px;
		margin-top: 10px;
	}
	.ul-direct li .btn:hover{
		background: #04935F;
		color: #fff;
	}
	.ul-video-list{
		padding-top: 10px;
	}
	.ul-video-list li{
		overflow: hidden;
		border-bottom: 1px dashed #dfdfdf;
		border-top: 0;
		padding-bottom: 20px;
		margin-bottom: 18px;
	}
	.ul-video-list li .pic{
		width: 73px;
		margin-right: 13px;
		float: left;
	}
	.ul-video-list li .pic img{
		width: 73px;
		height: 55px;
		display: block;
	}
	.ul-video-list li .pic a{
		display: block;
		position: relative;
	}
	.ul-video-list li .pic em{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		background: url(../img/icon_begin.png) no-repeat;
		width: 20px;
		height: 20px;
	}
	.ul-video-list li .txt{
		overflow: hidden;
	}
	.ul-video-list li h3{
		font-size: 14px;
		font-weight: bold;
		color: #333;
		height: 18px;
		overflow: hidden;
	}
	.ul-video-list li h3 a{
		color: #333;
	}
	.ul-video-list li h3 a:hover{
		color: #04935f;
	}
	.ul-video-list li .num{
		margin-top: 20px;
		font-size: 12px;
		color: #999;
	}
	.ul-video-list li .num span{
		display: inline-block;
		background: url(../img/content/icon_video.png) no-repeat left center;
		padding-left: 26px;
		margin-right: 33px;
	}
	.ul-video-list li .num span.s2{
		background-image: url(../img/content/browse.png);
		-webkit-background-size: 16px;
		background-size: 16px;
		margin-right: 0;
	}
	.ul-video-list li:last-child{
		border-bottom: 0;
		margin-bottom: 10px;
	}
	.join-logos .border{
		border: 0;
	}
	.join-logos dt{
		margin-top:20px;
	}
	
	
	.join-logos .img-words-group-wrapper{
		padding: 0;
	}
	.join-logos .img-words-group-wrapper .left-wrapper{
		width: 66px;
		height: 66px;
	}
	.join-logos .img-words-group-wrapper img{
		border-radius: 0;
		width: 66px;
		height: 66px;
		margin-right: 36px;
	}
	.join-logos .img-words-group-wrapper .right-wrapper{
		margin-left: 106px;
	}
	.join-logos,
	.new-active{
		border: 0;
		border-top: 2px solid #00b350;
	}
	.ul-active{
		padding-top: 8px;
		padding-bottom: 15px;
	}
	.ul-active li h3{
		font-size: 14px;
		line-height: 28px;
		height: 28px;
		overflow: hidden;
	}
	.ul-active li h3 a{
		color: #333;
	}
	.ul-active li h3 a:hover{
		text-decoration: underline;
	}
	.ul-active li{
		color: #999;
		font-size: 12px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.ul-active li img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 7px;
		margin-top: -3px;
	}
	.ul-active li .num{
		line-height: 28px;
	}
	.ul-active li span{
		display: inline-block;
	}
	.ul-active li .s1{
		width: 110px;
	}
	.ul-active li .s2{
		width: 53px;
	}
	.ul-active li .s3{
		margin-left: 14px;
		float: right;
	}
	.about-item-tit{
		background: transparent;
		font-weight: normal;
		color: #515151;
		font-size: 18px;
	}
	.about-item-tit:after{
		display: none;
	}
	.about-item-tit span{
		padding-left: 17px;
		margin-top: 0;
	}
	.ul-logos-list{
		padding-bottom: 60px;
		overflow: hidden;
	}
	.ul-logos-list li{
		float: left;
		width: 150px;
		margin-right: 48px;
		font-size: 14px;
		text-align: center;
	}
	.ul-logos-list li:last-child{
		margin-right: 0;
	}
	.ul-logos-list li img{
		width: 150px;
		height: 150px;
		display: block;
		margin-bottom: 10px;
	}


	.item_detail_nav.fixed-top{
	    position: fixed;
	    /* margin-top: -50px; */
	    top:77px;
	    z-index: 999;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 1150px;
	}
	.anchor{
		display: block;
		position: relative;
		top: -80px;
		visibility: hidden;
	}
	.pid-ad img{
		display: block;
		width: 100%;
	}
	.hot-list{
		background: #fff;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		border-top: 2px solid #04935F;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.hot-list dt{
		font-weight: bold;
		color: #04935F;
		font-size: 16px;
		border-bottom: 1px dashed #fff;
	}
	.hot-list dt a{
		color: #999;
		font-weight: normal;
		font-size: 14px;
	}
	.hot-list dt a:hover{
		color:#04935F;
	}
	.join-logos, .new-active {
	    border: 0;
	    border-top: 2px solid #04935F;
	}
	.tit-news {
	    font-size: 22px;
	    font-weight: bold;
	    color: #333;
	    height: 82px;
	    background: #fff;
	    padding-top: 30px;
	    position: relative;
	    /* padding-bottom: 10px; */
	}
	.tit-news span {
	    display: block;
	    padding-left: 40px;
	    height: 22px;
	    float: left;
	    margin-top: -4px;
	}
	.tit-news:before {
	    content: '';
	    height: 22px;
	    width: 6px;
	    background: #00b350;
	    position: absolute;
	    left: 0;
	    top: 30px;
	}
	.about-item-tit span {
	    padding-left: 17px;
	    margin-top: 0;
	}
	.about-item-tit {
	    background: transparent;
	    font-weight: normal;
	    color: #515151;
	    font-size: 18px;
	}
	.ul-txt-list li{
		line-height: 32px;
		font-size: 12px;
		height: 32px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.ul-txt-list li span{
		float: right;
		color: #999;
	}
	.ul-txt-list li em{
		color: #00b350;
		font-weight: bold;
	}
	.ul-txt-list li a:hover{
		color: #04935F;
	}
	.item-bd-old{
		background: #F4F5FA;
	}
	.bdshare-button-style0-24 .bds_tsina{
		background: url(../img/content/sina.png) center center no-repeat;
		background-position: center center !important;
		-webkit-background-size: 100%;
		background-size: 100%;
		width: 24px;
		height: 20px;
		margin-top: 2px !important;
	}
	.bdshare-button-style0-24 .bds_tsina:hover{
		background-image: url(../img/content/sina_h.png);
	}
	.bdshare-button-style0-24 .bds_weixin{
		background: url(../img/content/weixin.png) no-repeat;
		background-position: center center !important;
		-webkit-background-size: 100%;
		background-size: 100%;
		width: 24px;
		height: 20px;
		margin-top: 2px !important;
		margin-right: 14px !important;
	}
	.bdshare-button-style0-24 .bds_weixin:hover{
		background-image: url(../img/content/weixin_h.png);
	}
	.bdshare-button-style0-24 a:hover{
		opacity: 1 !important;
		-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)' !important;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	}
	#fd-stop{
		height: 40px;
	}

.bik-li{
	overflow:hidden;
	width:520px;
	margin-top:8px;
}
.bik-li ul{
	overflow:hidden;
	/*width:520px;*/
	margin-bottom:6px;
}
.bik-li ul li{
	float:left;
	font-size:22px;
	color:#333;
	margin-left:40px;
	line-height: 23px;
}
.bik-li ul li.li1{
	color:#E65450;
	margin-left:0px;
	line-height:20px;
	font-weight: bold;
}
.ul-span{
	margin-top: 6px;
	font-size:14px;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width: 515px;
	height: 19px;
}
.bik-list{
	width:650px;
	height:80px;
	background:#F4F5FA;
}

.bik-list ul li{
	float:left;
	position:relative;
	width:130px;
	text-align:center;
	height:80px;
}

.bik-list ul li p{
	font-size:20px;
	color:#333;
	padding: 15px 0px 1px 0px;
}
.bik-list ul li span{
	font-size:14px;
	color:#999;
}
.bik-list ul li em{
	width:1px;
	height:40px;
	background:#DFDFDF;
	position:absolute;
	right:0px;
	top:20px;
}

.sel-box{
	width:650px;
	height:130px;
	margin-top:8px;
	padding:18px 30px;
	background:#EAF9F1;
}

.sel-t{
	overflow:hidden;
	border-bottom:1px dashed #5FCFA3;
	padding-bottom:15px;
}

.sel-tl{
	float:left;
	padding:2px 0;
	padding-left:75px;
	background:url(../img/yx-icon.png) no-repeat;
}
.sel-tl p{
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.sel-tl p a{
	font-size:12px;
	color:#999;
	
	font-weight:100;
	margin-left:10px;
}
.sel-tl p a:hover{
	color:#666;
	text-decoration:underline;
}
.sel-tl span{
	font-size:14px;
	color:#333;
}
.sel-tl span em{
	font-size:24px;
	color:#04935F;
	font-weight:bold;
}
.sel-tr{
	float:right;
}

.sel-tr a{
	font-size:14px;
	color:#04935F;
}
.sel-b ul li{
	font-size:12px;
	color:#999;
	float:left;
	padding: 13px 0px;
	/*padding: 13px 47px;*/
	padding-left:23px;
}

.sel-li1{
	background:url(../img/page1-icon.png) no-repeat 0 center;
	width: 35%;
}
.sel-li1.on{
	background:url(../img/page1-hover-icon.png) no-repeat 0 center;
	color:#333;
}

.sel-li2{
	background:url(../img/page2-icon.png) no-repeat 0 center;
	width: 35%;
	/*margin-left:50px;*/
}
.sel-li2.on{
	background:url(../img/page2-hover-icon.png) no-repeat 0 center;
	color:#333;
}

.sel-li3{
	margin-left: 40px;
	background:url(../img/page3-icon.png) no-repeat 0 center;
	width: 23%;
	/*margin-left:50px;*/
}
.sel-li3.on{
	margin-left: 40px;
	background:url(../img/page3-hover-icon.png) no-repeat 0 center;
	color:#333;
}

.pageScroll{
	    background: #f1f1f1;
    border: 1px solid #dfdfdf;
    /* overflow: hidden; */
    height: 52px;
	position:fixed;
	top:0px;
	width:850px;
}

.pageScroll li{
	    background-color: #f1f1f1;
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #666666;
    font-size: 16px;
    width: 16.6667%;
    text-align: center;
    position: relative;
}

.navFix{
	position:fixed;
	top:0;
	z-index:99;
}


.section-content{
	margin-top:20px;
}

.nav-height {
    position: relative;
    height:  62px;
	/*margin-top:20px;*/
}

.cost-box{
	overflow: hidden;
	width:790px;
	height:210px;
	background:#F4F5FA;
	padding:0px 10px;
}

.cost-box ul li{
	width:380px;
	height:36px;
	line-height:36px;
	color:#666;
}
.cost-box ul li.li-c{
	background:#fff;
}
.cost-box ul li span{
	color:#333;
}
.cost-box ul{
	overflow:hidden;
	margin-top: 5px;
}
.cost-k{
	overflow:hidden;
	margin-top:28px;
	margin-bottom:15px;
}
.cost-k dl{
	overflow:hidden;
}
.cost-k dt{
	font-size:16px;
	color:#333;
	float:left;
	margin-left:287px;
	padding-left:25px;
}

.cost-k dt.cs-dt1{
	background:url(../img/shape2-icon.png) no-repeat 0 center;
}

.cost-k dt.cs-dt2{
	background:url(../img/shape1-icon.png) no-repeat 0 center;
}


.cost-k dt strong{
	font-size:18opx;
	color:#ED625E;
}
.cost-box p{
	text-align:center;
	font-size:12px;
	color:#999;
}

.gk-img{
	width:70px;
	height:70px;
	font-size:18px;
	color:#6D7188;
	margin:0 auto;
	background:url(../img/lc-bg.png) no-repeat;
	text-align:center;
	padding:10px 0;
}
.gk-img img{
	width:70px;
	height:70px;
}
.top-wrapper p{
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:15px;
}

.top-wrapper p img{
	max-width:790px;
	margin:0 auto;
}

.a-more{
	text-align:center;
	margin-top:35px;
	padding-bottom:15px;
	font-weight: bold;
}
.a-more a{
	
	font-size:16px;
	color:#04935F;
}
.a-more a{
	background:url(../img/zk.png) no-repeat right center;
	padding-right:25px;
}
.a-more a.on{
	background:url(../img/sq.png) no-repeat right center;
}	

.brand-height{
	overflow:hidden;
}


.yx-box{
	width:790px;
	height:470px;
	background:rgba(255,255,255,1);
	border:3px solid rgba(6,167,109,1);
	margin-top:30px;
	position:relative;
	padding:40px 40px;
	overflow:hidden;
}

.yx-top{
	width:770px;
	height:144px;
	background:url(../img/top-icon.png) no-repeat;
	position:absolute;
	left: 7px;
    top: 5px;
}

.yx-bottom{
	width:770px;
	height:144px;
	background:url(../img/bottom-icon.png) no-repeat;
	position:absolute;
	left: 7px;
    bottom: 5px;
}


.yx-bg1 div{
	float:left;
}
.yx-bg1 div span{
	font-size:12px;
	color:#999;
}
.yx-li1{
	background:url(../img/img1-icon.png) no-repeat 0 center;
	padding: 13px 3px 13px 106px;
}
.yx-li1 p{
	font-size:22px;
	color:#04935F;
	font-weight:bold;
}

.yx-bg1 p{
	margin-bottom:7px;
}
.yx-bg1{
	overflow:hidden;
	
}
.yx-li2{
	margin-left:142px;
	padding: 13px 3px 13px 0px;
}
.yx-li2 p{
	font-size:14px;
	color:#04935F;
}
.yx-li2 p em{
	font-size:22px;
	font-weight:bold;
}

.yx-li3 p{
	font-size:16px;
	color:#666;
}
.yx-li3{
	margin-top:9px;
	margin-left:80px;
	padding: 13px 3px 13px 0px;
}


.yx-bg2{
	width:775px;
}
.yx-bg2 dl{
	overflow:hidden;

	padding:0px 0px 24px 0px;
}

.yx-bg2 dl dt{
	font-size:14px;
	color:#666;
	background:url(../img/d-icon.png) no-repeat 0 1px;
	float:left;
	padding-left:25px;
	height:20px;
	line-height:20px;
	width:240px;
	margin-top:24px;
}



.yx-x{
	border-bottom:1px solid #DAE9E3;
	width:704px;
}
.yx-bg3{
	overflow:hidden;
	margin-top:24px;
}
.zc-lel{
	width:335px;
	float:left;
}
.zc-lel strong{
	font-size:12px;
	color:#333;
}
.zc-lel p{
	font-size:12px;
	color:#666;
	margin:18px 0px 10px 0px;
}
.zc-lel p em{
	color:#04935F;
}
.speed-t{
	width:335px;
	height:14px;
	background:rgba(236,245,241,1);
	border-radius:100px;
	position:relative;
	margin-bottom:9px;
}

.speed-t div{
	height:14px;
	background:rgba(52,198,117,1);
	border-radius:100px;
	position:absolute;
	left:0px;
	top:0px;
	font-size:12px;
	color:#fff;
	line-height:14px;
	text-align:center;
}


.zc-lec{
	font-size:12px;
	color:#666;
	line-height:20px;
	background:url(../img/d-icon.png) no-repeat 0 1px;
	padding-left:25px;
	margin-top:15px;
}
.zc-c{
	background:url(../img/c-icon.png) no-repeat 0 1px;
	color:#999
}

.zc-ler{
	float:right;
}

.zc-dis{
	display:none;
}

.more-login{
	text-align:center;
	position:absolute;
	left:0px;
	bottom:20px;
	width:100%;
}

.more-login a{
	font-size:12px;
	color:#04935F;
	background:url(../img/bo-icon.png) no-repeat right center;
	padding-right:20px;
}

.more-login a:hover{
	text-decoration:underline;
}

.more-login1 a:hover{
	text-decoration:underline;
}

.pquer-r{
	height:35px;
	float:right;
	font-size:12px;
	color:#999;
	line-height:35px;
}
.pquer-r a{
	padding:2px 5px;
	border-radius:2px;
	border:1px solid rgba(4,147,95,1);
	background:url(../img/zx1-icon.png) no-repeat 8px center;
	padding-left:24px;
	padding-right: 10px;
	margin-left:10px;
	color:#04935F;
}
.pquer-r a:hover{
	background:#04935F url(../img/zx1-hover-icon.png) no-repeat 8px center;
	color:#fff;
}
.pquer-b{
	width:790px;
	/*height:155px;*/
	background:#F4F5FA;
	overflow:hidden;
	margin-top:15px;
	padding:0px 20px;
}
.pquer-b dl{
	overflow:hidden;
	padding:15px 0px;
}
.pquer-b dl dt{
	float:left;
	font-size:14px;
	color:#666;
	padding-left:30px;
}
.pquer-b dl dd em{
	color:#06A76D;
}
.pquer-b dl dd{
	float:left;
	margin-left:40px;
	font-size:14px;
	color:#333;
	width: 595px;

}
.dl1{
	border-bottom:1px solid #DFDFDF;
}
.dt-bg1{
	background:url(../img/c1-icon.png)no-repeat 0 center;
}

.dt-bg2{
	background:url(../img/c2-icon.png)no-repeat 0 center;
}

.pquer-fb{
	width:790px;
	background:#F4F5FA;
	overflow:hidden;
	position:relative;
}
.fb-box{
	width:370px;
	height:130px;
	background:#fff;
	padding:24px 30px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.fb-list{
	overflow:hidden;
	padding: 0px 10px;
	margin-bottom: 40px;
}

.pquer-fb .p1{
	font-size:14px;
	color:#333;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:6px;
}
.pquer-fb .p1 em{
	color:#06A76D;
	font-weight:bold;
}
.fb-box dl{
	overflow:hidden;
	margin-bottom:10px;
}
.fb-box dt{
	width:36px;
	height:36px;
	float:left;
}
.fb-box dt img{
	width:36px;
	height:36px;
	border-radius:100px;
}
.fb-box dd{
	float:left;
	margin-left:11px;
}
.fb-box dd p{
	font-size:14px;
	color:#333;
}
.fb-box dd span{
	font-size:14px;
	color:#999;
}

.fb-box .pp{
	font-size:12px;
	color:#999;
	line-height:20px;
}

.fb-box .pp span{
	color:#666;
}

.more-login1{
	text-align:center;
	position:absolute;
	left:0px;
	bottom:15px;
	width:100%;
}

.more-login1 a{
	font-size:12px;
	color:#04935F;
	background:url(../img/bo-icon.png) no-repeat right center;
	padding-right:20px;
}

.more-login1 a.on{
	background:url(../img/to-icon.png) no-repeat right center;
}



/*项目详情页新增领取流程*/
.Collection-process{
	background: url(../img/process_bg.png) no-repeat;
	height: 150px;
	-webkit-background-size: 100% 150px;
	background-size: 100% 150px;
	padding-left: 66px;
	/*margin-bottom: 20px;*/
}
.Collection-processs{
	margin-bottom: 20px;
}
.Collection-process .txt{
	float: left;
	padding-top: 20px;
	width: 291px;
	font-size: 12px;
	color: #333;
}
.Collection-process .txt h5{
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.Collection-process .txt h5 span{
	display: inline-block;
	padding: 0 13px;
	position: relative;
	color: #333;
}
.Collection-process .txt h5 span:after,
.Collection-process .txt h5 span:before{
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	background: #777570;
	width: 999px;
}
.Collection-process .txt h5 span:before{
	right: 100%;
}
.Collection-process .txt h5 span:after{
	left: 100%;
}
.Collection-process .txt h3{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.Collection-process .txt p{
	line-height: 18px;
}
.Collection-process .txt h3 em{
	color: #e63f1a;
	font-weight: bold;
}
.Collection-process .pic{
	float: left;
	width: 315px;
	margin-left: 15px;
	margin-top: 15px;
}
.Collection-process .btn{
	float: left;
	margin-left: 20px;
	padding-top: 24px;
	font-size: 14px;
	cursor: pointer;
}
.Collection-process .btn-link{
	width: 80px;
	height: 80px;
	display: block;
}
.Collection-process .btn-lq{
	background: url(../img/btn_lq.png) no-repeat;
}
.Collection-process .disable{
	cursor: not-allowed;
	background-image: url(../img/btn_ylq.png);
}
.Collection-process .btn span{
	color: #06c;
	text-decoration: underline;
	cursor: pointer;
}
.Collection-process .click{
	background: url(../img/arr_blue_down.png) right center no-repeat;
	padding-right: 15px;
	margin-top: 3px;
}
.Collection-process .open{
	background-image: url(../img/arr_blue_up.png);
}
.Collection-process-desc{
	background: #ffffff;
	padding: 15px 50px 8px 66px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	display: none;
}
.Collection-process-desc span{
	color: #06c;
}

.divan-box{
	margin-bottom:35px;
}

.divan-box dl {
	width:790px;
	height:auto;
	position:relative;
	border-bottom:1px solid #06A76D;
	margin-bottom:20px;
	padding: 8px 0px;
	margin-bottom: 15px;
}
.divan-box dl b{
	width:20px;
	height:21px;
	position:absolute;
	left: 20px;
    bottom: -12px;
	background:url(../img/s-icon.png) no-repeat;
}
.divan-box dl dt{
	width:60px;
	height:60px;
	float:left;
}

.divan-box dl dt img{
	width:60px;
	height:60px;
	border-radius:100px;
}

.divan-box dl dd{
	float:left;
	margin-left:20px;
	margin-top:8px;
	width: 710px;
}
.divan-box dl dd p{
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	
}
.divan-box dl dd span{
	font-size:12px;
	color:#999;
	background:url(../img/rs-icon.png) no-repeat 0 0;
	padding-left:20px;
}
.divanswer-overflow{
	overflow:hidden;
}
.brand-snl{
	overflow:hidden;
}
.brand-snl p{
	line-height:24px;
}
.brand-snl span{
	float:left;
}
.brand-snl span.sp{
	width:700px;
}
.brand-snl span.sp1{
	background:url(../img/left-icon.png) no-repeat 0 center;
	width:20px;
	height:18px;
	margin: 0px 12px;
}

.brand-snl span.sp2{
	background:url(../img/right-icon.png) no-repeat 0;
	width:20px;
	height:18px;
	margin: 0px 12px;
}

.brand-video{
	width:700px;
	height:392px;
	margin-top:16px;
}

.brand-video a{
	display:block;
		width:700px;
	height:392px;
	position:relative;
}

.brand-video img{
	width:700px;
	height:392px;
}

.brand-video a b{
	display:block;
	width:82px;
	height:82px;
	background:url(../img/video.png) no-repeat;
	position:absolute;
	left: 337px;
    top: 160px;
}

.divan-box dl dd span.sp-time{
	background:url(../img/time-icon.png) no-repeat 0 1px;
	padding-left:20px;
}

.divan-box dl dd span.sp-adss{
	background:url(../img/adss-icon.png) no-repeat 0 1px;
	padding-left:20px;
}

.divan-box dl dd span.sp-dp{
	background:url(../img/dp-icon.png) no-repeat 0 1px;
	padding-left:20px;
}

.divan-box dl dd span.sp-fy{
	background:url(../img/fy-icon.png) no-repeat 0 1px;
	padding-left:20px;
}

.brand-slk{
	width:850px;
	height:205px;
	background:url(../img/page-bg.png) no-repeat;
	padding:30px;
}

.brand-slk p{
	font-size:24px;
	color:#04935F;
	font-weight:bold;
}

.brand-slk p span.spo{
	font-weight:100;
	color:#999;
	margin-left:9px;
}
.brand-slk dl{
	margin-top:15px;
}
.brand-slk dl dt{
	width:200px;
	height:100px;
	text-align:center;
	line-height:100px;
	font-size:50px;
	color:#FBE06F;
	font-weight:bold;
	background:#05915E;
	float:left;
}

.brand-slk dl dd{
	width:590px;
	height:100px;
	background:#06A76D;
	float:left;
	padding:0px 24px;
}

.slk-left{
	float:left;
	padding:16px 0;
}
.slk-left p{
	font-size:24px;
	color:#fff;
	line-height:34px;
}

.slk-left p span{
	color:rgba(255,255,255,0.8);
	font-weight:100;
}
.slk-right{
	float:right;
	margin-top:30px;
	width:160px;
	height:40px;
}
.slk-right a{
	width:160px;
	height:40px;
	background:rgba(255,255,255,1);
	border-radius:26px;
	font-size:16px;
	color:rgba(4,147,95,1);
	text-align:center;
	line-height:40px;
	display:block;
}
.slk-right a:hover{
	background:rgba(220,255,236,1);
}


.list-box{
	overflow:hidden;
	padding:18px;
}
.list-box1{
	margin-bottom:19px;
}
.list-box1 h1{
	font-size:16px;
	color:#333;
	margin-bottom:19px;
	overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list-box1 h1 a{
	font-size:16px;
	color:#333;
}
.list-box11 a.a-img{
	width:180px;
	height:134px;
	float:left;
	display:block;
}
.list-box11 a img{
	width:180px;
	height:134px;
}
.list-box11 .dip{
	width:170px;
	float:right;
	
}
.list-box11 .dip p{
	font-size:12px;
	color:#999;
	line-height:20px;
	margin-top:5px;
	
}
.list-box11 .dip a{
	font-size:14px;
	color:#333;
	line-height:22px;
	font-weight:bold;
}
.list-box11{
	overflow:hidden;
}
.list-box1 h1 a {
    font-size: 16px;
    color: #333;
}
.list-box11:hover .dip a{
	color:#04935F;
}
.list-box11:hover .pip{
	color:#333;
}

.effect{
	margin-bottom:20px;
}
.topLoop{ overflow:hidden; position:relative;  } 



.topLoop .hd{ overflow:hidden;  height:50px; background:#04935F;  line-height:50px; font-size:18px; color:#fff; padding-left:20px; font-weight:bold;} 
.topLoop .hd .prev,.topLoop .hd .next{ display:block;  width:9px; height:10px; line-height:10px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden;   
	 cursor:pointer; background:url("../images/icoUp.gif") center no-repeat;} 
.topLoop .hd .next{ background:url("../images/icoDown.gif") center no-repeat;  } 
.topLoop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  } 
.topLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer; 
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(../PIE.htc);} 
.topLoop .hd ul li.on{ background:#f00;  } 
.topLoop .bd{ padding:0 30px;   border:1px solid rgba(223,223,223,1);  height:470px; background:#fff; } 
.topLoop .bd ul{ overflow:hidden; zoom:1; } 
.infoList li{
	overflow:hidden;
	padding:10px 0;

	height:91px!important;
}
.infoList li p{
	font-size:12px; 
	color:#333;
	overflow:hidden;
}
.infoList li p.p2{
	padding:10px 0px;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.infoList li p span{
	float:left;
	font-weight:bold;
}

.infoList li p em{
	float:right;
	color:#999;
}
.infoList li p b{
	float:left;
	color:#999;
	font-weight:100;
}

.infoList dl dt{
	width:50px;
	height:50px;
	float:left;
	text-align:center;
}

.infoList dl dt img{
	width:50px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.infoList dl dt p{
	font-size:12px;
	color:#333;
	margin-top:7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infoList dl dd{
	width:715px;
	height:70px;
	border:1px solid #DFDFDF;
	border-radius:3px;
	float:right;
	padding:0px 20px;
	position:relative;
}

.infoList dl dd p.p1{
	font-size:12px;
	color:#333;
	border-bottom:1px dashed #DFDFDF;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infoList dl dd p.p2{
	font-size:12px;
	color:#666;
	
}

.infoList dl dd p.p2 em{
	color:#999;
}
.infoList dl dd p.p2 span{
	margin-left:28px;
	font-weight:100;
}

.infoList dl dd b{
	width:7px;
	height:12px;
	position:absolute;
	left:-7px;
	top:20px;
	background:url(../img/left-j.png) no-repeat;
}

.message-bor .left table .code{
	width:200px;
}
.a-code{
	 font-size: 14px;
    color: rgba(6,167,109,1);
    padding: 8px 20px;
    border: 1px solid rgba(6,167,109,1);
    margin-left: 10px;
}

.a-code:hover{
	background:rgba(233,249,240,0.8);
}

.brand-list-img{
	width:1150px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:40px;
}

.brand-list-title{
	overflow:hidden;
}

.brand-list-title ul li{
	float:left;
	margin-right:45px;
	font-size:16px;
	color:#333;
	cursor:pointer;
	position:relative;
	height:30px;
}

.brand-list-title ul li b{
	width:20px;
	height:4px;
	background:#06A76D;
	display:block;
	position:absolute;
	left:18%;
	bottom:0px;
	display:none;
}
.brand-list-title ul li.on{
	color:#04935F;
	font-weight:bold;
}
.brand-list-title ul li.on b{
	display:block;
}
.brand-list-logo{
	width:1155px;
	overflow:hidden;
	margin-top:14px;
	display:none;
}
.brand-list-logo ul li{
	width:126px;
	height:126px;
	background:#fff;
	float:left;
	margin-right:2px;
	margin-top:2px;
}
.brand-list-logo ul li img{
	width: 80px;
	height: 80px;
}

.brand-more{
	font-size:16px;
	color:#999;
	float:right;
}

.brand-list-logo ul li a{
	display:block;
	width:126px;
	height:126px;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
	-webkit-transition: all .25s ease-in-out;
		    -moz-transition: all .25s ease-in-out;
		    transition: all .25s ease-in-out;
}
.brand-list-logo ul li a:hover{
	-webkit-transform: translateY(-4px);
	    -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    transform: translateY(-4px);
}

.join-logos{
	padding-bottom:16px;
}
.project-butler{
	width:275px;
}

.project-butler h2{
	width:270px;
	height:50px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	background:#04935F;
	padding-left:20px;
}

.project-butler p{
	width:270px;
	height:50px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	background:#04935F;
	padding-left:20px;
}

.project-butler-img{
	    width: 230px;
    height: 120px;
    background: #fff;
    padding: 27px 0px;
    /* overflow: hidden; */
	padding-top: 0px;
}


.pic-img{
	width:60px;
	height:60px;
	float:left;
}
.pic-img img{
	width:60px;
	height:60px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
}
#banner .slick-dots{
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	text-align: center;
}
#banner .slick-dots li{
	display: inline-block;
	cursor: pointer;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.6);
	border-radius: 4px;
	margin: 0 5px;
	-webkit-transition:.3s;
	transition:.3s;
}
#banner .slick-dots li button{
	display: none;
}
#banner .slick-dots li.slick-active{
	width: 26px;
	border: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
	z-index:10;
}
.slick-prev{
	left:-10px;
	width:10px;
	height:20px;
	background:url(../img/left-btn.png) no-repeat;
}
.slick-prev:hover{
	background:url(../img/left-btn-hover.png) no-repeat;
}
.slick-next {
    right:-10px;
	width:10px;
	height:20px;
	background:url(../img/right-btn.png) no-repeat;
}
.slick-next:hover{
	background:url(../img/right-btn-hover.png) no-repeat;
}	

.pic-font{
	width:158px;
	float:left;
	margin-left:12px;
}
.pic-font h3{
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.pic-font p{
	font-size:12px;
	color:#333;
	margin-top:7px;
}
.pic-font em{
	color:#04935F;
}
.pic-font a{
	width:120px;
	height:26px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid rgba(4,147,95,1);
	display:block;
	text-align:center;
	line-height:24px;
	font-size:12px;
	color:#04935F;
	text-align:center;
	margin-top:10px;
}

.join-logos dt{
	font-size:16px;
	color:#04935F;
	font-weight:bold;
}

.pic-font a.a1:hover{
	background:#04935F;
	color:#fff;
}

.sel-tr a:hover{
	text-decoration:underline;
}

.gs-logo{
	width:90px;
	height:90px;
	margin:0 auto;
}
.gs-logo img{
	width:90px;
	height:90px;
}

.gs-title{
	font-size:13px;
	color:#333;
	margin-top:17px;
	width: 230px;
	height: 17px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gs-js{
	overflow:hidden;
	margin-top:12px;
}

.gs-js span{
	font-size:12px;
	color:#666;
	float:left;
}
.gs-js em{
	font-size: 12px;
    color: #333;
    float: left;
    margin-left: 20px;
    width: 160px;
    text-align: justify;
}

.join-logos dd{
	margin-top:20px;
}

.fiex-join{
	overflow:hidden;
	background:#F4F5FA;
}

.a-hb{
	display:block;
	width:275px;
	height:40px;
	background:rgba(238,113,110,1);	
	text-align:center;
	line-height:40px;
}

.a-hb:hover{
	background:#ED625E;
}

.a-hb span{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}


.ranking{
	padding: 20px 11px 20px 20px;
	overflow: hidden;
	background:#fff;
	border-top:2px solid #04935F;
	margin-top: 20px;
}
.ranking h3 {
	font-size: 16px;
	color: #04935F;
	font-weight: bold;
	margin-bottom:20px;
}

.ranking p {
	font-size: 16px;
	color: #04935F;
	font-weight: bold;
	margin-bottom:20px;
}

.ranking-question{
	margin-top:0px;
}
.brand-xg-question{
	margin-bottom: 20px;
}


.ul-ranking li{
	line-height: 39px;
	height: 39px;
	overflow: hidden;
	background: url(../img/huo04.png) right center no-repeat;
	-webkit-background-size: 14px;
	background-size: 14px;
	padding-right: 22px;
}
.ul-ranking li.s1{
	background-image: url(../img/huo01.png);
}
.ul-ranking li.s2{
	background-image: url(../img/huo02.png);
}
.ul-ranking li.s3{
	background-image: url(../img/huo03.png);
}

.ul-ranking li.money{
	background-image:url(../img/money.png);
}

.ul-ranking li img{
	display: inline-block;
	vertical-align: middle;
}
.ul-ranking li em{
	width:20px;
	height:20px; 
	background:rgba(204,204,204,1);
	margin-right: 12px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
}
.ul-ranking li a{
	max-width: 144px;
	color: #333;
}
.ul-ranking li.s1 em,
.ul-ranking li.s2 em,
.ul-ranking li.s3 em{
	background: none;
}
.ul-ranking li.s1,
.ul-ranking li.s2,
.ul-ranking li.s3{
	font-weight: bold;
}
.ul-ranking li span{
	float: right;
	color: #999;
	font-weight: normal;
}
.ul-ranking li span.money-color{
	color:#04935F;
}

.ul-ranking li a:hover{
	text-decoration: underline;
}

.project-adv{
	width:270px;
	height:210px;
	margin-top:20px;
}
#banner1{
	width:270px;
	height:210px;
	
}
#banner1 img{
	width:270px;
	height:210px;
}

#banner1 .slick-dots{
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	text-align: center;
}
#banner1 .slick-dots li{
	display: inline-block;
	cursor: pointer;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.6);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 5px;
	-webkit-transition:.3s;
	transition:.3s;
}
#banner1 .slick-dots li button{
	display: none;
}
#banner1 .slick-dots li.slick-active{
	width: 26px;
	border: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}


.new-list{
	width:270px;
	height:395px;
	overflow:hidden;
	background:#fff;
	margin-top:20px;
}
.new-box{
	width:270px;
	padding:0 20px;
	margin-top: 10px;
	display:none;
}
.new-lis ul li{
	width:135px;
	height:50px;
	background:rgba(244,245,250,1);
	float:left;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#333;
	border-top:1px solid #D1D4E7;
	cursor:pointer;
}
.new-lis ul li.on{
	background:#fff;
	color:#04935F;
	font-weight:bold;
	border-top: 2px solid #04935f;
}
.new-lis ul li.on a{
	color:#04935F;
	font-weight:bold;
}
.new-lis{
	width:270px;
	height:50px;
}
.new-box ul li{
	width: 230px;
	height:32px;
	line-height:32px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-box ul li em{
	color:#04935F;
	font-weight:bold;
}
.new-box ul li a{
	font-size:12px;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-box ul li a:hover{
	color:#04935F;
}
.new-pp{
	overflow:hidden;
	float:left;
	width:105px;
}
.new-pp a{
	font-size:12px;
	color:#666;
	float:left;
	margin-bottom: 8px;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pp-l{
	float:right;
}

.hot-zt{
	margin-top:20px;
	padding-bottom: 20px;
}

.hot-zt a{
	display:inline-block;
	padding:6px 10px;
	font-size:12px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	margin-right:14px;
	margin-top:14px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	
}
.hot-zt a.a-color1{
	background:rgba(255,251,239,1);
    border:1px solid rgba(188,163,91,1);
	color:#A0875A;
}
.hot-zt a.a-color1:hover{
	background:rgba(244,233,199,1);
	border:1px solid rgba(188,163,91,1);
}

.hot-zt a.a-color2{
	background:rgba(240,247,255,1);	
	border:1px solid rgba(51,153,255,1);
	color:#3399FF;
}

.hot-zt a.a-color2:hover{
	background:rgba(212,232,255,1);
	border:1px solid rgba(51,153,255,1);
}

.hot-zt a.a-color3{
	background:rgba(233,249,240,1);
	border:1px solid rgba(6,167,109,1);
	color:#06A76D;
}

.hot-zt a.a-color3:hover{
	background:rgba(208,242,223,1);
	border:1px solid rgba(6,167,109,1);
}

.wx-box{
	width:270px;
	height:180px;
	background:#fff;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.wx-box img{
	width:140px;
	height:140px;
}


.project-adv{
	width:270px;
	height:210px;
	margin-top:20px;
}

.project-adv img{
	width:270px;
	height:210px;
}
.no-yh{
	font-size:14px;
	color:#666;
	margin-bottom: 14px;
    margin-top: 10px;
}
.no-yh span{
	color:#999;
}

.sel-no {
    overflow: hidden;
    border-bottom: 1px dashed #5FCFA3;
    padding-bottom: 15px;

}
.sel-no dt{
	width:57px;
	height:52px;
	float:left;
}
.sel-no dt img{
	width:57px;
	height:52px;
}

.sel-no dd{
	float:left;
	margin-left:53px;
	width:480px;
}

.sel-no dd li{
	font-size:12px;
	color:#333;
	float:left;
	width:155px;
	margin-top:8px;
	background:url(../img/d-icon.png) no-repeat 0 center;
	padding-left:25px;
	height:18px;
	line-height:18px;
}

.xq-a{
	width:235px;
	height:30px;
	background:rgba(6,167,109,1);
	border-radius:2px;
	display:block;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin-top:10px;
}

.xq-a:hover{
	background:#04935F;
	color:#fff;
}

.fixed-box{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	display:none;
}

.wed-box{
	width:520px;
	height:314px;
	background:rgba(255,255,255,1);
	border-radius:4px;
	position:fixed;
	left:50%;
	top:50%;
	    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	z-index:1001;
	display:none;
}

.wed-title{
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
	padding:0px 30px;
	color:#06A76D;
	position:relative;
}

.wed-title a{
	    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 50px;
    text-align: center;
}

.wed-cont{
	width:520px;
	height:204px;
	background:#EEF2F4;
	padding:0px 30px;
	padding-top:30px;
}

.sub-btn{
	width:520px;
	height:50px;
	background:rgba(6,167,109,1);
	border-radius:0px 0px 4px 4px;
	border:0;
	font-size:18px;
	color:#fff;
	cursor:pointer;
}
.wed-cont dl{
	overflow:hidden;
}
.wed-cont p{
	height:24px;
	overflow:hidden;
}
.wed-cont p span{
	
	font-size:12px;
	color:#ED625E;
	padding-left:8px;
	display:none;
}
.wed-cont dl input{
	border-radius:3px;
	border:1px solid rgba(223,223,223,1);
	float:left;
	padding-left:8px;
}

.i-call{
	width:460px;
	height:50px;
}
.i-code{
	width:300px;
	height:50px;
}
.wed-cont dl a{
	width:160px;
	height:50px;
	float:left;
	background:rgba(244,245,246,1);
	border-radius:0px 3px 3px 0px;
	border:1px solid rgba(223,223,223,1);
	font-size:14px;
	color:#999;
	text-align:center;
	line-height:50px;
}
.suc-img{
	width:40px;
	height:40px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.scu-title{
	font-size:20px;
	text-align:center;
	color:#06A76D;
	font-weight:bold;
}
.scu-span{
	font-size:12px;
	color:#666;
	line-height:20px;
	text-align:center;
	margin-top:5px;
}


/*立即领取*/
.pop-z1,
.pop-z2{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 580px;
	height: 400px;
	margin-left: -250px;
	margin-top: -200px;
	background-color: #fff;
	border-radius: 4px;
	z-index: 2000;
	display: none;
}
.pop-z2{
	height: 300px;
	text-align: center;
}
.pop-z1 li{
	position: relative;
}
.pop-z1 .btn-yz{
	line-height: 50px;
	font-size: 14px;
	padding: 0 20px;
}
.pop-z1 .close,
.pop-z2 .close{
	position: absolute;
	right: -50px;
	top: 20px;
	cursor: pointer;
}
.pop-z1 .pad{
	padding: 60px;
	position: relative;
}
.pop-z2 .pad{
	padding: 80px;
	position: relative;
}
.pop-z1 h3,
.pop-z2 h3{
	color: #333;
	font-size: 24px;
	text-align: center;font-weight: bold;
	margin-bottom: 10px;
}
.pop-z1 .tip-f{
	left: 18px;
	bottom: -17px;
}
.mask{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.pop-z1 p{
	font-size: 14px;
	color: #00704a;
	text-align: center;
}
.pop-z1 li{
	margin-bottom: 20px;
}
.pop-z1 .inp{
	border: 1px solid #dfdfdf;
	width: 100%;
	border-radius: 3px;
	height: 50px;
	padding: 0 15px;
	font-size: 14px;
}
.pop-z1 .inp:focus{
	border-color: #00b350;
}
.pop-z1 ul{
	padding: 35px 0 20px 0;
}
.pop-z1 .sub,
.pop-z2 .sub{
	width: 160px;
	height: 36px;
	line-height: 36px;
	background-color: #00b350;
	font-weight: bold;
	text-align: center;
	border: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 6px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
}
.pop-z2 .sub{
	margin-top: 50px;
}
.pop-z1 .sub.disabled{
	cursor: not-allowed;
	opacity: .6;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.pop-super p {
    color: #bb3148;
    font-size: 14px;
}

.pop-super .sub{
	background-color: #bb3148;
}
.pop-super .description{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #d9ebff;
	padding: 15px 60px;
	font-size: 12px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 0 0 4px 4px;
	color: #666;
}
.pop-super .description em{
	color: #06c;
}
.pop-super .close-act,
.pop-rule .close-act{
	right: 20px;
	top: 20px;
	position: absolute;
}
.mask{
	z-index: 1000;
}
.pop-super{
	z-index: 10000;
	height: auto;
}




/*用户登录*/
.m-ucenter {position: fixed;z-index: 1008;top: 0;right: 0;bottom: 0;left: 0;margin: 0 !important;background-color: rgba(0, 0, 0, 0.6);font-size: 14px;line-height: 20px;color: #384043;}
.m-ucenter .box {position: absolute; top: 200px;left: 50%;margin-left: -255px;padding: 30px;border-radius: 2px;background-color: #EEE;border-radius: 5px;box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2);}
.m-ucenter .item {overflow: hidden;margin-top: 18px;line-height: 30px;}
.m-ucenter .close {position: absolute;text-align: center;cursor: pointer;color: #808080}
.m-ucenter .close {right: 10px;top: 10px;width: 14px;height: 14px;font-size: 14px;line-height: 14px}

.panel_login {width: 400px;height: auto;background-color: #f3f3f3;position: fixed;z-index: 999;left: 50%;margin-left: -246px;margin-top: -100px;padding-left: 50px;box-shadow: 1px 3px 14px rgba(0,0,0,0.3);-moz-box-shadow: 1px 3px 14px rgba(0,0,0,0.3);-webkit-box-shadow: 1px 3px 14px rgba(0,0,0,0.3);-o-box-shadow: 1px 3px 14px rgba(0,0,0,0.3);z-index: 10000;border-radius: 4px;}
.panel_login .title {font-size:18px;font-weight:bold;color:#777;}
.panel_login .title1 {font-size:14px;color:#777;float:right;}
.panel_login .title2 {font-size:14px;color:#39ac6a;}


.panel_login .panel_tab {margin-top: 25px;}
.panel_login a , .panel_tab a{font-size:14px;color:#39ac6a;}


.panel_login .panel_tab li .the_input {width: 306px;height: 33px;line-height: 33px;color: #999999;font-size: 14px;margin-bottom: 6px;}
.panel_login .panel_tab li .the_inputcode {width: 300px;height: 33px;line-height: 33px;color: #999999;font-size: 14px;margin-bottom: 6px;float:left;margin-left:50px;}
.panel_login .panel_tab li {padding: 6px 0;color: #555555;clear: both;height: 33px;position: relative;}
.panel_login .panel_tab .show-error {display: none;padding: 0;height: auto;}
.panel_login .panel_tab li.userName {margin-bottom: 10px;}
.panel_login .panel_tab li.pwd,.panel_login .panel_tab li.userName {background: #fff;}
.panel_login .panel_tab li.checkVerimg {margin-top: 10px;padding: 0;}
.panel_login .panel_info {padding-top: 15px;width: 250px;}

.panel_login .panel_tab li.pwd i {background-position: -113px -25px;}
.panel_login .panel_tab li.userName i {background-position: -113px 0;}
.panel_login .panel_tab li .the_input {height: 33px;line-height: 33px;color: #999999;font-size: 14px;margin-bottom: 6px;}
.panel_login .panel_tab li.userName {margin-bottom: 10px;}
.panel_login .panel_tab li.pwd,  .panel_login .panel_tab li.userName {background: #fff;}
.panel_login .panel_tab li {padding: 6px 0;color: #555555;clear: both;height: 33px;position: relative;}
.panel_login .panel_tab .login-user-btn,  .panel_login .panel_tab .login-agent-btn {display: inline-block;width: 350px;height: 45px;line-height: 45px;font-size: 16px;border: 0;cursor: pointer;background: #39ac6a;color: #fff;text-align: center;border-radius:5px;}
.panel_login .panel_tab li .mind-login {float: none;margin-right: 6px;}
.panel_login .panel_tab li input {padding: 0; float: right;border: 0;}
.panel_login .panel_tab li.li_01 {height: 23px;line-height: 29px;}
.panel_login .panel_tab li a {color: #555; float: right;}
.getcode{background-color: #39ac6a;border: 1px solid #39ac6a;border-radius: 1px;color: #fff;cursor: pointer;display: inline-block;font-family: 微软雅黑;font-size: 14px;height: 28px;line-height: 50%;margin-left: 10px;outline: medium none;text-align: center;width: 80px;border-radius: 5px;margin-right:10px;}
.panel_login .hr{ border-bottom: 2px solid #ccc;height: 10px; margin-bottom: 10px;}
.panel_tab .actived{color:#39ac6a;font-size:16px;font-weight: bold;}
.panel_tab .gray{color:#9c9898;font-weight: normal;font-size:16px;}
/* .panel_tab .open_green{color:#39ac6a;font-size:14px;} */

.playimg{
	position:relative;
}
.vjs-button {
    width: 348px;
    height: 260px;
}
.vjs-button {
    border: 0px solid red;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.vr-div{
	width:470px;
	height:353px;
	background: rgba(0,0,0,0.5);
}
.fiex-join.on{
	position:fixed;
	width: 270px ;
	top:0px;
	z-index:100;
}



/*客服*/
.m-kefu {
    position: fixed;
    z-index: 1001;
     top: 200px;
    left: 50%;
    width: 450px;
    margin-left: -255px;
    font-size: 14px;
    line-height: 20px;
    color: #384043;
}

.m-kefu .box {
    position: absolute;
	width: 520px;
	height: 440px;
    padding: 30px;
    border-radius: 2px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2);
}

.m-kefu .item {
    overflow: hidden;
    margin-top: 18px;
    line-height: 30px;
}

.m-kefu .close {
    position: absolute;
    text-align: center;
    cursor: pointer;
    color: #808080;
}

.m-kefu .close {
    right: 15px;
    top: 10px;
    /* width: 14px; */
    /* height: 14px; */
    font-size: 30px;
    /* line-height: 14px; */
}

.m-kefu .bd:before, .m-kefu .bd:after {
    display: table;
    content: "";
}

.m-kefu .text {
    padding-bottom: 20px;
}

.m-kefu .item-2.zixun {
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background-color: #00ae66;
    text-decoration: none;
    cursor: pointer;
}

.m-kefu .item-2 {
    float: left;
    width: 120px;
}

.m-kefu .item-3 {
    float: right;
}

.m-kefu .item-1 {
    float: left;
    width: 85px;
    color: #394043;
}

.m-kefu .item-1 {
    float: left;
    width: 85px;
    color: #394043;
}

.m-kefu .item-2.num {
    color: #00ae66;
    font-weight: bold;
}

.m-kefu .item-3 {
    float: right;
}

.m-kefu .hd {
    font-size: 22px;
    line-height: 1;
}

.m-kefu .bd {
    word-wrap: break-word;
    word-break: break-all;
    overflow-y: auto;
    color: #9c9fa1;
}

.m-kefu .bd {
    margin: 10px 0 30px;
    max-height: 200px;
}

.m-kefu .ft {
    line-height: 38px;
}

.m-kefu .ft span {
    cursor: pointer;
}

.m-kefu .ft span {
    float: left;
    padding: 5px 30px;
    line-height: 28px;
    border: 1px solid #d9dcde;
    border-radius: 2px;
    margin-right: 10px;
}

 .close{
        font-size: 30px;
    }
    .m-kefu .hd{top:5px;font-size:20px;}
    .complaintdiv{width:450px;height:313px;border:1px solid #d9dcde;font-size:14px;}
    .complaintdiv .complaint_item{clear: both;padding:20px;padding-left: 0px;}
    .complaintdiv .complaint_item_span{float:left;width:90px;height:30px;line-height: 30px;}
    .complaintdiv .complaint_item_input{float:left;}
    .complaintdiv .complaint_item_input input{height:30px;width:200px;padding-left: 8px;}
    .complaintdiv .complaint_item_textarea{padding:5px;width:280px;height:80px;color:#777;border:1px solid #d9dcde;font-size:15px;font-family: 微软雅黑}
    .complaintbut{text-align: center;width:440px;}
    .layui-input{    border: 1px solid #DEDEDE;}   
	.complaint_button{
		width: 140px;
		height: 38px;
		background: rgba(6,167,109,1);
		border-radius: 2px;
		text-align: center;
		line-height: 38px;
		border: 0;
		cursor: pointer;
		font-weight: bold;
		color: #fff;
	}
	.abc{
		height:50px !important;
		width:100% !important;
		background: rgb(255, 255, 255) !important;
		border-radius: 3px !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: rgb(223, 223, 223) !important;
		border-image: initial !important;
		padding: 0px 16px !important;
	}
	.abcde{
		width: 107% !important;
		height: 120px !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: rgb(223, 223, 223) !important;
		border-image: initial !important;
		background: rgb(255, 255, 255) !important;
		border-radius: 3px !important;
		padding: 16px !important;
	}

	.panel_login .panel_tab li i {
		background: url(../../../c/img/login_user.png) no-repeat;
		width: 14px;
		height: 19px;
		display: inline-block;
		float: left;
		margin-top: 6px;
		position: absolute;
		left: 15px;
		margin-right: 20px;
	}
	.panel_login .panel_tab .text {
		font-size: 16px;
	}
	.panel_tab ul li{
		height:45px !important;
	}

	.online_IMME img{
		display: none;
	}


	/*严选介绍*/
	.strict-i1{
		width:100%;
		height:453px;
		background:url(../img/bg_02.png) no-repeat center center;
	}


	.strict-i2{
		width:100%;
		height:694px;
		background:url(../img/bg_03.png) no-repeat center center;
	}

	.strict-i3{
		width:100%;
		height:477px;
		background:url(../img/bg_04.png) no-repeat center center;
	}

	.strict-i4{
		width:100%;
		height:357px;
		background:url(../img/bg_05.png) no-repeat center center;
	}

	.strict-i5{
		width:100%;
		height:442px;
		background:url(../img/bg_06.png) no-repeat center center;
	}
	/*品牌企业承诺书*/
	.promise-s{
		width:1150px;
		/*height:1350px;*/
		background:#fff;
		margin:0 auto;
		box-shadow:0px 0px 6px 0px rgba(204,204,204,0.5);
		margin-bottom:40px;
		padding-bottom: 50px;
	}
	#main{
		overflow:hidden;
	}

	.promise-title{
		padding:20px 60px 20px 80px;
		overflow:hidden;
	}

	.promise-left{
		float:left;
		width:550px;
		overflow:hidden;
	}
	.promise-left dt{
		width:80px;
		height:80px;
		float:left;
	}
	.promise-left dd{
		float:left;
		margin-left:20px;
		margin-top: 12px;
	}
	.promise-left dd p{
		font-size:20px;
		color:#333;
	}
	.promise-left dd p a{
		font-size:12px;
		color:#999;
	}
	.promise-left dd p em{
		font-size:12px;
		color:#999;
	}
	.promise-left dt img{
		width:80px;
		height:80px;
		border-radius:100px;
	}
	.promise-right{
		float:right;
		width:302px;
		overflow:hidden;
		margin-top: 20px;
	}
	.promise-right a{
		display:block;
		height:40px;
		line-height:40px;
		text-align:center;
		color:#fff;
		font-size:14px;
		float:left;
	}

	.promise-right a.a-prom1{
		width:130px;
		background:#ED625E;
	}
	.promise-right a.a-prom2{
		width:150px;
		background:#BFAA6E;
		margin-left:20px;
	}

	.promise-right a.a-prom1:hover{
		color:#fff;
		background:#E65450;
	}
	.promise-right a.a-prom2:hover{
		color:#fff;
		background:#BCA35B;
	}
	.promise-li{
		width:1150px;
		height:50px;
		background:#F4F5FA;
		box-shadow:0px 2px 4px 0px rgba(204,204,204,0.5);
	}
	.promise-li ul li{
		float:left;
		height:54px;
		border-top:2px solid #F4F5FA;
		background:#F4F5FA;
		line-height:54px;
		font-size:14px;
		color:#333;
		padding:0px 28px;
		cursor:pointer;
	}

	.promise-li ul{
		margin-left:60px;
	}


	.promise-li ul li.on{
		border-top:2px solid #04935F;
		background:#fff;
		color:#04935F;
		font-weight:bold;
	}
	.promise-img{
		width:1030px;
		/*height:1070px;*/
		overflow:hidden;
		margin:0 auto;
		/*background:url(../img/bk-bg.png) no-repeat center center;*/
		margin-top:50px;
		/*padding:10px 95px 90px 95px;*/
		display:none;
		/*background-size: 1030px 1070px;*/
		text-align: center;
	}


	.promise-img img{
		width:860px;
		/*max-height: 800px;*/
	}
	
	.promise-t{
		width:1030px;
		height:136px;
		background:url(../img/cont-img1.png) no-repeat center center;
	}
	.promise-m{
		width:1030px;
		overflow:hidden;
		background:url(../img/cont-img2.png);
	}
	.promise-b{
		width:1030px;
		height:136px;
		background:url(../img/cont-img3.png) no-repeat center center;
	}

	.promise-img p{
		font-size:36px;
		color:#333;
		text-align:center;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:24px;
	}
.slick-slide{
	position:relative
}

/*品牌动态 加盟问答 品牌详情*/
.brand-title-box{
	width:1150px;
	height:120px;
	background:#fff;
	box-shadow:0px 0px 6px 0px rgba(204,204,204,0.5);
}

.brand-title-left{
	width:875px;
	height:120px;
	float:left;
	padding:20px 25px;
}


.brand-title-right{
	width:270px;
	height:120px;
	float:right;
	background:#EE716E;
}
.ti-left{
	float:left;
}
.ti-left dl dt{
	width:80px;
	height:80px;
	float:left;
}
.ti-left dl dt img{
	width:80px;
	height:80px;
}
.ti-left dl dd{
	float:left;
	margin-left:20px;
	margin-top: 3px;
	width:520px;
}
.ti-left dl dd h3{
	font-size:20px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ti-left dl dd p{
	padding:5px 0px 6px 0px;
}
.ti-left dl dd p a{
	font-size:12px;
	color:#999;
}
.ti-left dl dd span{
	font-size:14px;
	color:#666;
}

.ti-right{
	float:right;
	width:80px;
	height:80px;
}

.ti-right a{
	display:block;
	width:80px;
	height:80px;
	background:url(../img/zx-icon.png) no-repeat center 10px;
}
.ti-right a:hover{
	background:#F4F5FA url(../img/zx-icon.png) no-repeat center 10px;
}
.ti-right a p{
	font-size:14px;
	color:#E65450;
	text-align:center;
	padding-top: 55px;
}
.brand-title-right{
	padding:30px 20px;
}
.brand-title-right fieldset{
	border:1px solid #fff;
	text-align:center;
	font-size:14px;
	color:#fff;
	height:60px;
}
.brand-title-right fieldset legend{
	padding:0px 8px;
}

.brand-title-right fieldset p{
	font-size:18px;
	text-align:center;
	line-height:35px;
	color:#fff;
	font-weight:bold;
}

.brand-list-news{
	width:850px;
	overflow:hidden;
	padding:30px 0;
	border:1px solid rgba(223,223,223,1);
	margin-top:20px;
	background:#fff;
}
.news-title{
	overflow:hidden;
	padding-left:25px;
}
.news-title ul li{
	width:80px;
	height:35px;
	float:left;
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin-right:65px;
	cursor:pointer;
	position:relative;

}
.news-title ul li a{
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.news-title ul li a:hover{
	color:#06A76D;
}
.news-title ul li.on{
	color:#06A76D;
}

.news-title ul li:hover{
	color:#06A76D;
}

.news-title ul li b{
	display:block;
	width:20px;
	height:4px;
	background:rgba(6,167,109,1);
	border-radius:2px;
	position:absolute;
	left:30px;
	bottom:0px;
	display:none;
}

.news-title ul li.on b{
	display:block;
}
.news-list{
	margin-top:10px;

}
.new-dis{
	display:none;
}
.news-list .question-a{
	display:block;
	width:848px;
	height:170px;
	border:1px solid #fff;
	padding:30px 25px;
	position:relative;
	overflow: hidden;
}
.news-list .question-a:hover{
	border:1px solid #06A76D;
	cursor: pointer;
}
.news-list .question-a i{
	position: absolute;
	left: 25px;
	top: 0px;
	width: 795px;
	height: 1px;
	background: #DFDFDF;
}
.news-list dl dt{
	width:146px;
	height:107px;
	float:left;
}

.news-list dl dt img{
	width:146px;
	height:107px;
}
.news-list dl dd{
	float:left;
	width:620px;
	margin-left:30px;
}

.news-list dl dd h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom: 8px;
	height: 45px;
	overflow: hidden;
}

.news-list dl dd span{
	font-size: 12px;
	color: #999;
	line-height: 22px;
	height: 39px;
	display: inline-block;
	overflow: hidden;
}

.news-list dl dd p{
	font-size:12px;
	color:#999;
	margin-top:10px;
}
.news-list dl dd em{
	padding-left:20px;
}
.news-list dl dd .em1{
	background:url(../img/s1-icon.png) no-repeat 0 center;
}

.news-list dl dd .em2{
	background:url(../img/s2-icon.png) no-repeat 0 center;
	margin-left:60px;
}
.news-list dl dd .em3{
	background:url(../img/s3-icon.png) no-repeat 0 center;
	margin-left:60px;
}
.new-title{
	overflow:hidden;
	margin-bottom:5px;
}
.new-title span{
	float:left;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.new-title em{
	float:right;
	font-size:14px;
	color:#666;
}
.new-title em b{
	background: #06A76D;
	font-size: 12px;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	font-weight: 100;
	margin-left:8px;
}
.sp-time{
	font-size:12px;
	color:#999;
}
.news-list .question-p{
	font-size:14px;
	color:#666;
	line-height:20px;
	margin-top:10px;
	overflow: hidden;
	height: 60px;
}
.news-list p:hover{
	color:#666 !important;
}

.new-lk ul li{
	width:90px;
}
.new-lk ul li.on{
	border-top:2px solid #04935F;
}
.new-lk ul li:hover{
	color: #04935F;
	font-weight: bold;
}

/*分页*/

.pages{
	width: 790px;
	margin: 0 auto;
	border-top: 1px solid #dfdfdf;
	margin-top: 0;
	padding: 30px 0;
}
.comment-page{
	text-align: right;
	margin-top: 0px;
	padding-bottom: 6px;
}
.comment-page li{
	display: inline-block;
	font-size: 0;
	margin-left: 10px;
}
.comment-page li a{
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #DFDFDF;
}
.comment-page li a:hover{
	color: #04935F;
	background: #E9F9F0;
	border-color: #04935F;
}
.comment-page li.page-on a{
	background: #04935F;
	color: #fff;
	border-color: #04935F;
}
/*tag标签*/

.brand-class-list{
	width:850px;
	height:114px;
	background:#F3FBF8;
	border:1px solid #06A76D;
}
.brand-class-list ul{
	overflow:hidden;
	width:240px;
	float:left;
	padding:18px 0;
	margin-left:30px;
}

.brand-class-list ul p{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:5px;
}
.brand-class-list ul li a{
	display:inline-block;
	font-size:12px;
	color:#333;
	margin-top:8px;
	margin-right: 18px;
}
.brand-class-list ul li a:hover{
	color:#04935F;
}

.brand-list-lh{
	width:850px;
	overflow:hidden;
	background:#fff;
	margin-top:20px;
	padding:12px;
}

.brand-list-lh strong{
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.brand-logo-list{
	width:825px;
	/*border: solid #DFDFDF;*/
	/*border-width: 0 1px 1px 0;*/
	overflow: hidden;
	margin-top:12px;
}
.brand-logo-list a{
	width:103px;
	height:130px;
	/*border: solid #DFDFDF;*/
	/*border-width: 1px 0 0 1px;*/
	float:left;
	text-align:center;

}
.sort_small_img{
	width:103px;
	padding: 0px 10px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.sort_small_img p{
	font-size:12px;
	color:#666;
	padding-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sort_small_img p span{
	font-size:12px;
	color:#04935F;
}
.sort_small_img img{
	width:70px;
	margin-top:12px;
	border: 1px solid #eee;
}
.brand-logo-list .sort_small_img:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.releb-box  strong{
	font-size:16px;
	color:#333;
	font-weight:bold;
	float:left;
}
.releb-box{
	width:270px;
	overflow:hidden;
	margin-top:20px;
}
.releb-box p{
	line-height:30px;
	overflow:hidden;
}
.releb-box a{
	font-size:12px;
	color:#666;
	float:right;
}

.releb-list{
	width:270px;
	height:154px;
	margin-top:10px;
}
.releb-list .slider img{
	width:270px;
	height:154px;
}
.releb-list .slider .slick-prev{
	display:none !important;
}
.releb-list .slick-next{
	background:url(../img/h-icon.png) no-repeat;
	width:56px;
	height:13px;
	right: 2px;
	top: -20px;
}
.releb-list .slick-next:hover{
	background:url(../img/h-hover-icon.png) no-repeat;
}
.releb-list .pic {
	position:relative;
}
.releb-list .pic b{
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	left:14px;
	bottom:14px;
	background:url(../img/min-video.png) no-repeat;
}

.add-adv{
	width:270px;
	height:206px;
	margin-top:10px;
}

.add-adv img{
	width:270px;
	height:206px;
}


/*品牌动态详情页*/
.details-cont{
	width:850px;
	overflow:hidden;
	padding:40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 6px 0px rgba(204,204,204,0.5);
}

.details-cont h1{
	font-size:22px;
	color:#333;
	line-height:32px;
	font-weight: bold;
	min-height: 32px;
	max-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.details-cont div.det-con1 p{
	overflow:hidden;
	margin-top:20px;
}
.details-cont .det-con1 p span {
	font-size: 12px;
	color: #999;
	margin-left: 40px;
}
.details-cont p a{
	font-size:10px;
	padding:1px 7px;
	border-radius:2px;
}

.details-cont p a.sc{
	background: #F4E9C7 url(../img/sc-icon.png) no-repeat 6px center;
	margin-left: 40px;
	color: #856F31;
	padding-left: 20px;
}
.details-cont p a.pl{
	background:#06A76D url(../img/pl-icon.png) no-repeat 6px center;
	margin-left:30px;
	color:#fff;
	padding-left: 20px;
}

.details-cont p a.sc:hover{
	background: #DFD2A9 url(../img/sc-icon.png) no-repeat 6px center;
	margin-left: 40px;
	color: #856F31;
	padding-left: 20px;
}
.details-cont p a.pl:hover{
	background:#04935F url(../img/pl-icon.png) no-repeat 6px center;
	margin-left:30px;
	color:#fff;
	padding-left: 20px;
}

.details-gs{
	width:770px;
	overflow:hidden;
	padding:10px;
	background:#F4F5FA;
	font-size:14px;
	color:#666;
	line-height:26px;
	margin-top:30px;
	text-align: justify;
}

.details-cont div.det-con2 p{
	overflow:hidden;
	margin-top:30px;
	font-size:18px;
	color:#4D4F53;
	line-height:32px;
	text-align:justify;
}
.details-cont div.det-con2 p img {
	max-width: 790px;
	margin: 0 auto;
}
.info-cont{
	width:850px;
	margin-top:20px;
}
.info-title{
	width:850px;
	height:50px;
	line-height:50px;
	background:rgba(14,152,102,1);
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
}
.info-list{
	width:850px;
	height:203px;
	box-shadow: 0px 0px 6px 0px rgba(204,204,204,0.5);
	background:#fff;
	padding:0px 30px;
}
.info-list li a{
	font-size:14px;
	color:#666;
}
.info-list li a:hover{
	color:#04935F;
}
.info-list ul{
	width:333px;
	float:left;
	margin-top:14px;
}
.info-list ul li{
	line-height:24px;
	width:333px;
	padding: 5px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-list ul li em {

	color: #04935F;
	font-weight: bold;
}

.new-xm ul li{
	width:90px;
}

.new-xm ul li.on {
	background: #fff;
	color: #04935F;
	font-weight: bold;
	border-top: 2px solid #04935F;
}
.ranking-none{
	padding-top:0px;
	border:0px;
	margin-top:15px;
}
.project-adv{
	width:270px;
}
.project-adv img{
	width:270px;
}
.ewm-box{
	width:270px;
	height:auto;
	padding-right:14px;
	padding-bottom:14px;
}
.ewm-box a{
	display:inline-block;
	font-size:12px;
	color:#666;
	margin-left:14px;
	background:url(../img/ll-icon.png) no-repeat 0 center;
	padding-left:25px;
	margin-top:12px;
}
.new-xm ul li:hover{
	color: #04935F;
	font-weight: bold;
}


.read-list{
	width: 850px;
	height: 330px;
	box-shadow: 0px 0px 6px 0px rgba(204,204,204,0.5);
	background: #fff;

}
.brand-kst ul li{
	overflow:hidden;
	margin-top:20px;
}
.brand-kst ul li dt{
	width:60px;
	height:60px;
	float:left;
}

.brand-kst ul li dt img{
	width:60px;
	height:60px;
}
.brand-kst ul li dd{
	float:left;
	margin-left:10px;
	width:158px;
}
.brand-kst ul li dd a{
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.brand-kst ul li dd a:hover{
	color:#04935F;
}

.brand-kst ul li dd p{
	font-weight: normal;
	font-size:12px;
	color:#333;
	margin-bottom: 3px;
}
.brand-kst ul li em{
	font-size:12px;
	color:#04935F;
	font-weight:bold;

}
.read-list ul li{
	overflow:hidden;
	margin-left:23px;
	margin-top:20px;
	width: 393px;
	float: left;
}

.read-list ul li dt{
	width:180px;
	height:134px;
	float:left;
}
.read-list ul li dt img{
	width:180px;
	height:134px;
}
.read-list ul li dd{
	width:198px;
	float:left;
	margin-left:14px;
}
.read-list ul li dd a{
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.read-list ul li dd a:hover{
	color:#04935F;
}

.read-list ul li dd p{
	font-size:12px;
	color:#999;
	line-height:20px;
}

.r-m{
	padding:7px 0px;
}

/*2018-10-30新加*/
.pages-list{
	width:770px;
	text-align:center;
	border-top:0px;
}
.pagination li.active span {
	background: #04935F;
	color: #fff;
	border-color: #04935F;
}
.comment-page li span {
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #DFDFDF;
}

.details-tag{
	width:770px;
	overflow:hidden;
	margin-top:40px;
}

.details-tag dl dt{
	width:70px;
	float:left;
	font-size:14px;
	color:#999;
	line-height:28px;
}
.details-tag dl dd{
	float:left;
}
.details-tag dl dd a{
	display:inline-block;
	float:left;
	padding:0px 8px;
	line-height:26px;
	height:28px;
	border-radius:14px;
	border:1px solid #9195AC;
	font-size:14px;
	color:#6D7188;
	margin-right:12px;
}
.details-tag dl dd a:hover{
	border:1px solid #04935F;
	background:#E9F9F0;
	color:#04935F;
}

.details-ly{
	width:850px;
	background:#fff;
	height:308px;
	margin-top:20px;
	box-shadow: 0px 0px 6px 0px rgba(204,204,204,0.5);
}
.ly-left{
	width:300px;
	height:308px;
	background:#F3FBF8;
	float:left;
	text-align:center;
}

.ly-left strong{
	font-size:20px;
	color:#04935F;
}
.ly-left img{
	margin-top:40px;
	margin-bottom:10px;
}
.ly-left p{
	overflow:hidden;
	font-size:14px;
	color:rgba(4,147,95,1);
	margin-top:3px;
}

.ly-right{
	width:550px;
	height:308px;
	float:left;
	padding:18px 83px;
}
.ly-right ul li {
	overflow: hidden;
	padding: 7px 0;
}

.ly-right ul li dt {
	font-size: 14px;
	color: #333;
	width: 45px;
	height: 40px;
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 38px;
}
.ly-right ul li dd {
	float: left;
}
.online_IMME{
	cursor: pointer;
}
.ly-right ul li dd input.txt {
	width: 327px;
	height: 38px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(223,223,223,1);
	padding-left: 10px;
}

.ly-right ul li dd input.code {
	width: 199px;
	height: 38px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(223,223,223,1);
	float: left;
	padding-left: 10px;
}

a.abtn-code {
	width: 113px;
	height: 38px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(6,167,109,1);
	float: left;
	margin-left: 15px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #06A76D;
}
.ly-right .btn{
	width:327px;
	height:40px;
	line-height:40px;
	background:#06A76D;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	display:block;
	text-align:center;
}
.ly-right .btn:hover{
	background: #0E9866;
}

.xg-logo{
	width:80px;
	height:80px;
	float:left;
}
.xg-logo img{
	width:80px;
	height:80px;
}

.xg-con{
	float:left;
	margin-left:10px;
	width: 145px;
}
.xg-con p{
	overflow:hidden;
	margin-top: 4px;
}
.xg-con p span{
	font-size:14px;
	color:#333;
	float:left;
	width: 145px;
}
.xg-con p{
	font-size:12px;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xg-con p em{
	font-size:12px;
	color:#E65450;
	font-weight:bold;
}
.xg-con p a{
	color:#04935F;
	text-decoration:underline;
}
.brand-xg dl{
	overflow:hidden;
	margin-top:18px;
}
.brand-xg dt{
	overflow:hidden;
}
.brand-xg dd{
	height: 70px;
	font-size:12px;
	color:#999;
	line-height:22px;
	margin-top:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:normal;
}
.brand-xg.on {
	position: fixed;
	width: 270px;
	top: 0px;
	z-index: 100;
	margin-top:0px;
}
.details-cont .det-con2 p a {
	 font-size: 18px;
}


/*问答详情页*/
.info-list ul {
	width: 395px;
}
.info-list ul li{
	width:375px;
}
.brand-tx{
	width:100%;
	height:150px;
	background:#fff;
}
.brand-m-tx{
	width:1150px;
	height:150px;
	margin:0 auto;
	padding: 16px 0px;
}
.brand-m-tx .bdl1{
	width:730px;
	float:left;
	overflow:hidden;
}

.brand-m-tx .bdl1 dt{
	width:71px;
	height:118px;
	background:url(../img/br1-icon.png) no-repeat 0 center;
	float:left;
}
.brand-m-tx .bdl1 dd{
	width:655px;
	float:left;
	overflow:hidden;
}
.brand-m-tx .bdl1 dd li{
	width:100px;
	float:left;
	margin-left:28px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.brand-m-tx .bdl1 dd li em{
	color: #04935F;
	font-weight: bold;
}
.brand-m-tx .bdl1 dd li a{
	font-size:12px;
	color:#6D7188;
}
.brand-m-tx .bdl1 dd li a:hover{
	color:#04935F;
}



.brand-m-tx .bdl2{
	width:420px;
	float:left;
	overflow:hidden;
}
.brand-m-tx .bdl2 dt{
	width:71px;
	height:118px;
	background:url(../img/br2-icon.png) no-repeat 0 center;
	float:left;
}
.brand-m-tx .bdl2 dd{
	width:349px;
	float:left;
	overflow:hidden;
}
.brand-m-tx .bdl2 dd li{
	width:86px;
	float:left;
	margin-left:30px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.brand-m-tx .bdl2 dd li em{
	color: #E65450;
	font-weight: bold;
}
.brand-m-tx .bdl2 dd li a{
	font-size:12px;
	color:#6D7188;
}
.brand-m-tx .bdl2 dd li a:hover{
	color:#E65450;
}
.details-cont1 {
	width: 850px;
	overflow: hidden;
	padding: 40px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 6px 0px rgba(204,204,204,0.5);

}
.question-box1{

	margin-bottom:31px;
}
.question-box1 h2{
	font-size:22px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.question-box1-p{
	font-size:14px;
	color:#4D4F53;
	margin-bottom:25px;
}
.question-box1-p2{
	font-weight: bold;
}

.question-box1 p span{
	font-size:12px;
	color:#9EACB6;
	border-right:1px solid #E8ECEE;
	padding-right:14px;
}
.question-box1 p em{
	font-size:12px;
	color:#9EACB6;
	margin-left:14px;
	margin-right:10px;
}
.question-box1 p a{
	border:1px solid #C8D8E8;
	font-size:12px;
	color:#507091;
	padding: 2px 9px;
	margin-left:10px;
	border-radius:2px;

}

.question-box1 p a:hover{
	border:1px solid #8FB6DC;
}
.question-zj{
	font-size:18px;
	color:#06A76D;
	background:url(../img/jp-icon.png) no-repeat 0 center;
	padding: 2px 0px;
	padding-left: 34px;
	margin-bottom:18px;
}
.question-box2{
	border-top:1px solid #E8ECEE;
	padding-top:30px;
}
.question-box2 p{
	font-size:14px;
	color:#4D4F53;
	line-height:26px;
	text-indent: 2em;
}
.question-rl{
	overflow:hidden;
	margin-top:16px;
}
.question-left{
	width:300px;
	float:left;
	overflow:hidden;

}

.question-img{
	width:36px;
	height:36px;
	float:left;
	margin-right:14px;
}
.question-img img{
	width:36px;
	height:36px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
}

.question-pos{
	float:left;
	line-height:36px;

}

.question-pos span {
	font-size: 12px;
	color: #9EACB6;
	border-right: 1px solid #E8ECEE;
	padding-right: 14px;
}
.question-pos em {
	font-size: 12px;
	color: #9EACB6;
	margin-left: 12px;
	margin-right: 10px;
}
.question-right{
	height:36px;
	padding:0px 20px;
	border-radius:18px;
	border:1px solid #C8D8E8;
	float:right;
	line-height:36px;
}
.question-right span{
	padding: 1px 0px;
	padding-left: 28px;
	color:#9AABB8;
	cursor:pointer;

}
.question-right em{
	color:#E8ECEE;
}
.question-right span.praise{
	background:url(../img/zz-icon.png) no-repeat 0 -1px;
	margin-right: 20px;
}
.question-right span.praise.on{
	background:url(../img/zz-icon-hover.png) no-repeat 0 -1px;
	margin-right: 20px;
	color:#06A76D;
}

.question-right span.praise.onck{
	background:url(../img/zz-icon-hover.png) no-repeat 0 -1px;
	margin-right: 20px;
	color:#06A76D;
}

.question-right span.tread{
	background:url(../img/cc-icon.png) no-repeat 0 3px;
	margin-left:20px;

}

.adv-gg{
	width:770px;
	height:50px;
	margin-top:40px;
}
.adv-gg img{
	width:770px;
	height:50px;
}
.question-box3{
	margin-top:49px;
}
.question-box3 p{
	font-size:14px;
	color:#4D4F53;
	line-height:26px;
	/*text-indent: 2em;*/
}
.question-box3 .question-right span.praise.on{
	margin-right: 0px;

}

.question-box3 .question-right span.praise{
	margin-right: 0px;
}

.question-qt{
	font-size:18px;
	color:#6D7188;
	margin-bottom:18px;
}

.question-qt-box{
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px solid #DFDFDF;
	margin-top:20px;
}
.question-yb{
	margin-top:20px;
}
.question-text{
	overflow:hidden;
}
.question-text textarea{
	border:1px solid #C8D8E8;
	width:770px;
	height:140px;
	resize:none;
	border-radius:2px;
	padding:20px;
	font-size:16px;
	color:#9195AC;
	font-family: 微软雅黑;
}

.question-y{
	width:410px;
	float:left;
	padding-left: 20px;
}
.question-y span{
	font-size:16px;
	color:#666;
}
.question-y input{
	width:150px;
	height:36px;
	border:1px solid #C8D8E8;
	padding-left:10px;
}
.question-y img{
	vertical-align:middle;
	width:102px;
	height:36px;
	margin-left:5px;
}
.question-b{
	width:90px;
	height:36px;
	float:right;
}
.question-b a{
	display:block;
	width:90px;
	height:36px;
	background:#06A76D;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:36px;
	border-radius:2px
}
.question-b a:hover{
	background:#04935F;
	color:#fff;
}
.question-box1 p span.cur-hy{
	float:right;
	border-right:0px;
	line-height:20px;
	color:#666;
}
.question-box1 p span.cur-hy a{
	border:0px;
	color:#666;
	padding:0px;
	margin:0px;
}
.question-box1 p span.cur-hy font{
	color:#9EACB6;
}
.question-box1 p span.cur-hy a:hover{
	color:#04935F;
	text-decoration:underline;
}