@charset "utf-8";

body,h1,h2,h3,p,ul,ol,form,fieldset,figure,section,article {
	margin: 0;
	padding: 0;
}
div,figure,input,button,section {
	box-sizing: border-box;
}
body {
	font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;color: #555;background-color: #f6f6f6;line-height: 1.5;
}
img {
	display: block;
	border:0;
}
ul,ol,li {
	list-style: none;
}
a {
	text-decoration: none;
	color:#444;
}
a:hover{
	text-decoration: none;color: #00A7EB;
}
.none {
	display: none;
}
.clearfix:after {
	content:".";  
	height:0;  
	visibility:hidden;  
	display:block;  
	clear:both;  
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pa {
	position:absolute;
}
.pr {
	position:relative;
}
/*header*/
.header_top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
	position: fixed;
	top:0;
	z-index: 9999;
}
.header_top .center {
	width: 1140px;
	height: 60px;
	margin:0 auto;
	position: relative;
}
.header_top .logo {
	float: left;
	margin-right: 60px;
	height: 60px;
	width: 200px;
	background: url(./images/logo.png) no-repeat left center;
}
.header_top .logo a {
	display: block;
	text-indent: -9999px;
}
#navh2 {
    display: none;
    width: 30px;
    height: 40px;
    text-align: center;
    padding: 0 5px;
}
.navicon {
	display: block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #333;
	margin-top: 20px 
}
.navicon:before, .navicon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #333;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navicon:before {
  margin-top: -10px;
}
.navicon:after {
  margin-top: 10px;
}
.open .navicon:before, .open .navicon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #333;
}
.open .navicon {
  background: none;
}
.open .navicon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .navicon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header_top ul#navlist li {
	position: relative;
	float: left;
    width: 100px;
    text-align: center;
    font-size: 16px;
    margin-right: 5px

}
.header_top ul#navlist a {
	display: block;
}
.header_top ul#navlist li a:hover,li.current-menu-item > a {
	background: #3690cf;
  color: #fff;
}
.header_top ul.sub-menu {
	  display: none;
      background: #fff;
      position: relative;
      overflow: hidden;
      padding: 0 0 2px 0;
      box-shadow: 0 4px 4px rgba(0,0,0,.04);
      border-top: #ddd 1px solid;
}
.header_top ul#navlist ul.sub-menu li {
    padding: 0 0 0 0;
    width: 100%;
    border-bottom: #ddd 1px solid;
    line-height: 40px;
}
.searchbox {
    position: absolute;
    right: 0;
    top: 0;
}
.search_bar {
	position: relative;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	transition: width 0.2s;
	-webkit-backface-visibility: hidden;
}
.search_bar .input {
    position: absolute;
    top: 16px;
    right: 0;
    border: none;
    outline: none;
    height: 30px;
    line-height: 30px;
    z-index: 10;
    font-size: 16px;
    color: #333;
}
.search_ico {
    width: 30px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    z-index: 90;
}
.search_ico span {
    position: relative;
    top: 20px;
}
.search_ico span:before {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #666;
    border-radius: 10px;
}
.search_ico span::after {
    content: ' ';
    position: absolute;
    right: -22px;
    top: 14px;
    width: 12px;
    height: 4px;
    background: #666;
    border-radius: 5px 0 0 5px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.search_open {
    width: 146px;
    display: inline-block;
}
.search_open.search_bar .input {
    border-bottom: #222 1px solid;
    background: #fff;
    width: 146px;
}
/*footer_bottom*/
.footer_bottom {
  width: 100%;
  background: #333;
  color: #a5a4a4;
  text-align: center;
  padding: 20px 0;
  clear: both;
}
.footer_bottom a {
  color: #a5a4a4;
}
.footer_bottom .icp {
	display:inline-block;
	background:url(./images/icp.png) no-repeat;
    padding: 0 0 0 20px;
}
.footer_bottom .beian {
	display:inline-block;
	background:url(./images/wangan.png) no-repeat;
    padding: 0 0 0 20px;
}
/*headline*/
.headline {
	margin-top: 60px;
    width: 100%;
    overflow: hidden;
}
.headline img {
    width: 100%;
}
