﻿@charset "utf-8";
ul,li,p,a{margin:0;padding:0;}
body{
	background: #ABE0FF url(body_bg.png) no-repeat center top;
	background-size:100% 100%;margin:0;padding:0;
	font-family:'Microsoft YaHei';
}
img{border:none;}
li{list-style-type:none;}
a{text-decoration:none;font-family:'Microsoft YaHei';}
.com{
	box-shadow:0px 2px 5px 0px #47545D;
	background:#fff;border-radius:4px;
	margin-top:10px;
}
.clear{clear:both;}
.head_top{
	width:100%;height:36px;
	position:relative;line-height:36px;
	font-size:12px;color:#fff;
}
.head_top_bg{
	width:100%;height:36px;
	background:#00A3FF;opacity:0.7;
	position:absolute;top:0px;left:0px;
}
.head_con{
	width:1200px;height:36px;
	margin:0 auto;line-height: 36px;
	position:relative;z-index:100;
}
.head_con_l{
	width:800px;height:36px;
	float:left;font-size: 12px;
}
.head_con_r{
	width:197px;height:36px;
	float:right;line-height:36px;
}
.head_con_r>a{
	padding-left:20px;margin-left:10px;
	display:inline-block;color:#fff;
	box-sizing:border-box;text-align: center;
}
.head_con_r>a.shouye{background:url(home_icon.png) no-repeat left center;}
.head_con_r>a.shoucang{background:url(collect_icon.png) no-repeat left center;}
.head_con_r span{
	width:2px;height:22px;
	margin-left:15px;display:inline-block;
	background:url(f_icon.png) no-repeat;vertical-align:middle;
}
.head_logo{
	width:1200px;height:175px;
	margin:0 auto;
	background:url(head_logo_bg.png) no-repeat center right;
	box-sizing:border-box;
}
.head_logo_box{
	width:500px;height:175px;
	background:url(head_hz.png) no-repeat left 60px;
}
.nav{
	width:1200px;height:45px;
	margin:0 auto;font-size:18px;
	background:#44ABFB;color:#fff;border-radius:3px;
	line-height: 45px;text-align: center;
	box-shadow:0px 1px 5px 0px #47545D;
}
.nav>ul>li{
	width:128px;height:45px;
	border-radius:3px;float:left;
	background:url(f_icon.png) no-repeat right 13px;
}
.nav>ul>li:hover{background:#FBB844;}
.inputarea{
	width:160px;height:26px;
	outline:none;padding-left:3px;
	border:1px solid #ccc;
	border-top-left-radius:3px;border-bottom-left-radius:3px;
	float: left;line-height:26px;
}
.nav>ul>li>a{color:#fff;}
.search{float:right;margin-top:10px;}
.search form{float: left;}
.search_btn{
	width:35px;height:30px;
	float:left;
	margin-right:15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	background: #00A3FF url(search_icon.png) center center no-repeat;
}