@charset "UTF-8";
/* CSS Document */



body {
	font-family:"微软雅黑";
	font-size:12px;
}

a:link,a:visited {
	text-decoration:none;
	color:#2e2a27;
}



/*浮动窗口*/
.head { 
	position:fixed; 
	width:100%;
	height:50px;
	z-index:9999;
	background:#fff;
	max-height:50px;
	
}
.head .logo {
	
	float:left;
	margin:5px 0 32px 170px;
}
.head .con {
	float:right;
	margin:11px 170px 32px 0;
}
.head .con ul,
.head .con ul li{ 
	float:left;
	color:#b1b1b1;
	cursor:pointer;
}
/*.head .con ul.nav li{ padding:10px 18px;}*/
.head .con ul.nav1 li a {
	display:block;
	width:84px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#b1b1b1;
}
.head .con ul.nav1 li a:hover {
	color:#2cc2fd;
	border-bottom:1px solid #2cc2fd;
}
/*.head .con ul.nav li:hover,*/
.head .con ul li.nowpage a{ 
	color:#2cc2fd;
	border-bottom:1px solid #2cc2fd;
}	
/*.head .con ul li.nowpage a{ 
	color:#2cc2fd;
}*/	



.head .con ul.login-regist li{ 
	width:72px;
    height:28px;
	line-height:28px;
	text-align:center;
	border:1px solid #0180cd;
	border-radius:4px;
	margin-left:18px;
	color:#fff;
}
.head .con ul.login-regist li:hover{
	color:#2cc2fd;
	border-color:#2cc2fd;
}
.head .con ul.login-regist li.nowpage{ 
	color:#fff;
	background:#38adff;
	margin-left:10px;
	border-color:#1095f2;
}




/*taste*/
#taste {
	width:100%;
	height:287px;
	background:url(../images/taste_bj.png) no-repeat center center;
	background-size:100% 100%;
	text-align:center;
}

#taste h1 {
	font-size:28px;
	color:#fff;
	height:137px;
	line-height:137px;
}
#taste button {
	width:178px;
	height:48px;
	background:none;
	line-height:44px;
	border:1px solid #d8edfc;
	border-radius:3px;
	color:#fff;
	text-align:center;
	font-size:22px;
	cursor:pointer;
}

/*footer*/
#footer {
	width:100%;
	height:265px;
	background:#2d2e2e;
}
#footer .footer_container {
	width:1096px;
	margin:0 auto;
}
.footer_container .footer_left {
	float:left;
	width:703px;
	height:180px;
	margin-top:42px;
}
.footer_left dl {
	float:left;
	height:150px;
	text-align:left;
	margin:0 100px 0 0;
}
.footer_left dl dt {
	font-size:18px;
	color:#fff;
	border-bottom:2px solid #373a3e;
	padding:10px 0;
	margin-bottom:10px;
}
.footer_left dl dd {
	font-size:14px;
}
.footer_left dl dd a {
	color:#4b505a;
	height:25px;
	line-height:25px;
}
.footer_container .footer_right {
	float:right;
	margin-top:42px;
}
.footer_right p {
	float:left;
	margin-right:40px;
	cursor:pointer;
}
.footer_right p .p_img {
	display:block;
}
.footer_right p span {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color:#fff;
}
.footer_right p img {
	vertical-align:middle;
}

.footer_right p span img {
	margin-right:3px;
}
