
.header_c_wrap{
	width:100%;
	background-color: #ffffff;
	display: table;
	font-size: 13px;
}
.header_c_middle{
	width: 1200px;
	margin:0 auto;
	padding-top: 5px;
}
.material_lists{
	margin-left:176px;
	
}
.material_lists>li{
    padding: 20px 15px;
    float: left;
}
.classific_all_w{
	width: 100%;
	top: 120px;
	padding: 40px 0;
	position: absolute;
	z-index: 9999999;
	display: none;
	background-color: #ffffff;
	left: 0;
	text-align: center;
}
.classific_all_w li{
	display: inline-block;
	margin-right: 15px;
}
.classific_all_w li a:hover{
	color:#888888 !important;
}
.logo{
	text-align: center;
	padding-top: 40px;
	position: relative;
}
.text_color{
	color:#888888 !important;
}
.logo img{
	width: 120px;
}
.material_country{
	width: 130px;
	padding-top: 20px;
    padding-left: -9px;
    padding-left: 20px;
    float: left;
    background: url(/Public/Home/Material/img/city_black.png) no-repeat;
    background-size: 11px 13px;
    background-position: 2% 96%;
    position: relative;
}
.change-city{
	font-size: 12px;
	cursor: pointer;
	color: #888888;
	margin-left: 10px;
}
.city-show{
	font-size: 13px;
}
.city_choice{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	left: 0;
	top: 0;
	z-index: 999999999;
	display: table-cell;
	vertical-align: middle;
	display: none;
}
.cboxLoadedContent{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -264px;
	width: 528px;
	background-color: #ffffff;
}
.cboxTitle{
	width: 100%;
	padding: 12px 10px;
	box-sizing: border-box;
	background-color: #ffdd44;
	font-size: 16px;
}
.city-list-header{
	flex-wrap: wrap;
	margin-top: 30px;
}
.city-list-header li{
	font-size: 16px;
    display: inline-block;
    width: 88px;
    height: 40px;
    color: #999;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dce4e6;
    border-radius: 1px;
    box-sizing: border-box;
    margin: 11px 23px 2px 0;
    transition: all .5s;
}
.city-list-header li:hover{
	border: 2px solid #ffdd44;
	cursor: pointer;
	transition: all .5s;
	color: #000000;
}
.close-city-s{
	width: 16px;
    height: 16px;
    cursor: pointer;
}
.cboxContent{
	padding:30px 40px;
}
.changeCity_header{
	padding-bottom: 30px;
	border-bottom: 1px dotted #e5e5e5;
	font-size: 18px;
}
.tips{
	margin-top: 10px;
	font-size: 16px;
    color: #555;
}
.more-city-open{
	margin-top: 30px;
    margin-bottom: 10px;
	color: #777;
}


.logo_header{
	width: px;
	height: 34px;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
}
.login-2{
	width: 70px;
	height: 34px;
	border-radius: 50%/100%;
	background-color: #f5f5f5;
}
/*.logo_header .down_logo{
	width: 40px;
	height: 34px;
}*/
.logo_header img{
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.business_go{
	margin-top: 12px;
	margin-right: 30px;
	transition: all .4s;
	/*background-color: #998D64;*/
	cursor: pointer;
}
/*.business_go a{
	display: inline-block;
}*/
.white-bg{
	background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 999;
    box-shadow: 4px 2px 10px rgba(0,0,0,.08);
}
#inputCity{
	outline: none;
	font-size: 13px;
	border:none;
	width: 54px;
	cursor: pointer;
	background-color: #ffffff;
}
.close_s_header{
	position: absolute;
    right: 12px;
    top: 12px;
    width: 12px;
    cursor: pointer;
}

.line_main{
	margin-left: 2px;
    margin-right: 4px;
}
/*退出*/
.logout-box{
	position: absolute;
	top: 34px;
	left: -7px;
	width: 80px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	text-align: center;
	z-index: 9999999;
	line-height: 2.3;
}
.header_list .down_logo{
	width: 12px;
	height: 8px;
	background:url('/Public/Material/img/down.png');
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 14px;
    right: 14px;
}
.logout-box a{
	width:100%;
	display: inline-block;
	padding:6px 0;
}	
.logout-box a:hover{
	background-color: #ddd;
}
.logo_header:hover .logout-box {
		display: block;
}
.return_home{
	margin-top: 22px;
	
}
.return_home a{
	color: #787878;
}
.enter-img{
	position: absolute;
	top: 0;
	right: 170px;
	display: inline-block;
	width:80px;
	height:54px;
	background: url('/Public/Material/img/enter.png') no-repeat;
	background-size: cover;

}
.business_go a:nth-child(1){
	background-color: rgb(255,65,19);
}
.business_go a:nth-child(2){
	background-color: #998D64;
}
.business_go a{
	display: inline-block;
    width: 52px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin: 0 1px;
    padding: 7px 12px;
    color: #FFF;
}







