@charset "utf-8";

/*****************通用****************/
body {
	font: 15px "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #444444;
	margin: 0;
	padding: 0;
	background: #fff;
}

* {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

button {
	border: 0;
	outline: none;
	cursor: pointer;
}

input {
	border: none;
}

input:focus {
	outline: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
	color: #444444;
}

a:link {
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
	cursor: pointer;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

/*公共头部样式开始*/
#top {
	width: 100%;
	min-width: 1200px;
	height: 5px;
	background: #036F6F;
	margin: 0 auto;
}

.top_wrap {
	width: 1200px;
	height: 5px;
	margin: 0 auto;
}

.menu_xinxi{
	width: 100%;
    height: 42px;
    margin: 0px auto;
    line-height: 42px;
    background-color: #F8F8F8;
    overflow: hidden;
}

.menu_xinxi ul{
	width: 1200px;
	margin: 0px auto;
}

.menu_xinxi ul span{
	float: left;
}

.menu_xinxi ul .search{
	float: right;
	margin-top: 6px;
}

.welcome {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #6b6b6b;
	margin-left: 50px;
}

.search {
	width: 201px;
	height: 27px;
	overflow: hidden;
	margin-right: 30px;
	float: right;
	border: 1px solid #036F6F;
	border-radius: 10px;
}

.search input.text {
	width: 159px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	padding: 0 0 0 11px;
	background: url(../images/search03.png) no-repeat left center;
}

.search input[type=image] {
	width: 30px;
	height: 27px;
}

#header {
	width: 100%;
	min-width: 1200px;
	height: 120px;
}

.header_wrap {
	width: 1260px;
	height: 120px;
	margin: 0 auto;
}

.logo{
    overflow: hidden;
}

.logo>a {
	float: left;
}

/*下拉导航样式开始*/
.menu {
	width: 100%;
	min-width: 1200px;
	height: 44px;
	background: #036F6F;
    border-top: 1px solid #cacaca;
}

.menu_wrap {
	width: 1200px;
	margin: 0 auto;
	height: 44px;
}

.menu_wrap>ul>li {
	float: left;
	width: 100px;
	height: 44px;
	transition: background .3s linear;
	position: relative;
}

.menu_wrap>ul>li>a {
	display: block;
	width: 100px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
}

.menu_wrap>ul>li:hover {
	background: #036F6F;
}

.menu_wrap>ul>li:hover>a {
	color: #ffffff;
}

.dropdown {
	position: absolute;
	width: 133px;
	top: 100%;
	left: 0;
	display: none;
	z-index: 1000;
}

.menu_wrap ul li:hover .dropdown {
	display: block;
}

.dropdown>li {
	width: 100%;
	height: 35px;
	background: #036F6F;
	border-bottom: 1px solid #ffffff;
}

.dropdown>li>a {
	display: block;
	width: 133px;
	height: 35px;
	line-height: 35px;
  	padding-left: 10px;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dropdown>li:hover {
	background: #ffffff;
}

.dropdown>li:hover>a {
	color: #036F6F;
}

/*公共底部样式开始#088bd6*/
.footer {
	width: 100%;
	min-width: 1200px;
	height: 78px;
	line-height: 78px;
	background: #036F6F;
}

.footerBox {
	width: 1200px;
	height: 78px;
	background: #036F6F;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 78px;
	margin: 0 auto;
}
