*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration:none;
}
.xudd_header{
	width:1200px;
	height:70px;
	margin:0 auto;
	position: relative;
	z-index: 30000;
}
.xudd_header>div{
	float:left;
	height:70px;
}
.header_lists ul{
	overflow:hidden;
}
.header_lists ul li{
	float:left;
	padding:0 16px;
}
.header_lists ul li a{
	text-decoration: none;
	color:#444;
	display:inline-block;
	width:100%;
	height:70px;
	line-height: 70px;
	font-size:14px;
}
.header_lists ul li a.activity{
	color:#2B90ED!important;
}
.header_lists ul li a.activity span{
	color:#2B90ED!important;
}
.icon-arrow-down{
	vertical-align: middle;
	color:#2c3a46;
	font-size:14px;
}
.xudd_header .header_login{
	float:right;
}
.xudd_header .header_login_in{
	float:right;
}
.xudd_header .header_lists{
	float:right;
	margin-right:40px;
	position: absolute;
	right:178px;
}
.header_lists ul li a:hover,.header_lists ul li a:hover span{
	color:#2B90ED;
}
.xudd_header .header_login a{
	display:inline-block;
	width:78px;
	height:28px;
	border:1px solid #2B90ED;
	color:#2B90ED;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	border-radius:2px;
}
.log{
	margin-right:16px;
}
.xudd_header .header_login .log:hover{
	background-color:#2B90ED;
	color:#fff;
}
.xudd_header .header_login .sign_up{
	background-color:#2B90ED;
	color:#fff;
}

.total_header{
	position: relative;
}
.product_lists{
	position:absolute;
	height:0px;
	width:100%;
	background-color:#fff;
	top:70px;
	left:0;
	z-index:10000;
	transition: all .3s;
	overflow: hidden;
	border-top:1px solid #e6e6e6;
}
.product_list{
	width:1200px;
	margin:0 auto;
	padding-top:30px;
	box-sizing: border-box;
	overflow:hidden;
}
/*.product_list>div{
	width:600px;
	float:left;
	box-sizing: border-box;
	padding-left:14px;
	padding-bottom:16px;
}
.product_list .soves{
	box-sizing: border-box;
	padding-left:50px;
	border-left:1px  solid #e5e5e5;
}*/
.product_top_title{
	color:#666;
}
.product_list ul li p img{
	width:26px;
	height:26px;
	vertical-align: middle;
}
.product_list ul li p span{
	display:inline-block;
	width:30px;
	padding-right:10px;
}
.product_list ul{
	width:1200px;
	overflow:hidden;
}
.product_list ul li{
	width:240px;
	float:left;
	margin-top:50px;
	box-sizing: border-box;
	padding-left:60px;
}
.product_title{
	color:#444;
	height:26px;
}
.product_cont{
	color:#999;
	margin-left: 38px;
}
.copyright_bottom a{
	text-decoration: none;
	color:#38f;
}
.copyright_bottom a:hover{
	text-decoration: none;
	color:#1573F7;
}

.log_in span img{
	width:16px;
	height:16px;
	border-radius:50%;
	margin-top:-3px;
}
.log_in span:first-child{
	width:16px;
	height:16px;
	display:inline-block;
}
.log_in span{
	float:left;
}
.log_in .log_number{
	color:#2B90ED;
}
.log_in .icon-arrow-down{
	color:#2B90ED;
}
.xudd_header .header_login_in{
	cursor: pointer;
	padding:0 14px;
	border: 1px solid #fff;
	position: absolute;
	top:0;
	right:45px;
	padding-top:6px;
	height:43px;
	background-color:#fff;
	overflow:hidden;
	transition: all .2s;
}
.xudd_header .header_login_in:hover{
	border: 1px solid #e5e5e5;
	height:114px;
}
.quit{
	margin-top:20px;
}
.quit p{
    line-height: 35px;	
    text-align: center;
}
.quit p a{
	text-decoration: none;
	color:#666;
	display: inline-block;
	width:100%;
	height:100%;
}
.quit p a:hover{
	color:#2B90ED;
}



.total_function_lists{
	width:1200px;
	margin:0 auto;
	height:50px;
}
.total_function_lists>div, .total_function_lists>ul{
	float:left;
	overflow:hidden;
}
.total_function_lists ul li{
	float:left;
	margin-left:54px;
	height:50px;
	line-height: 50px;
}
.total_function_lists ul li .active{
	border-bottom:4px solid #3288ff;
	color:#3288ff;
}
.total_function_lists ul li:first-child{
	margin-left:0;
}
.total_function_lists ul li a{
	color:#444;
	display:inline-block;
	width:100%;
	height:46px;
	padding:0 2px;
	transition: all .3s;
}
.total_function_lists ul li a:hover{
	border-bottom:4px solid #3288ff;
	color:#3288ff;
}
.total_function_lists ul{
	margin-left:620px;
	width:325px;
}
.total_function_lists_title{
	height:50px;
	line-height: 50px;
}
.header_free_use a{
	display: inline-block;
	width:80px;
	height:30px;
	line-height: 30px;
	text-align: center;
	background-color:#e00;
	border-radius:2px;
	color:#fff;
}
.total_function_lists .header_free_use{
	float:right;
	margin-top:10px;
}
.header_free_use a:hover{
	background-color:#f73030eb;
}
.lists_fixed{
	height:50px;
	display:none;
}
.total_function_lists-active{
	position:fixed;
	left:0;
	width:100%;
	top:0;
	background-color:#fff;
	z-index:10;
}
