@charset "utf-8";
/* CSS Document */
*{
	font-family:Microsoft YaHei;
	line-height:200%;
	text-align:justify;
	text-justify:inter-word;
	text-justify:inter-ideograph;
	}
a{
	display:block;
	}
body{
	background:#fff;
	}
.header{
	width:100%;
	height:88px;
	background:#fff;
	position:fixed;
	left:0;
	top:0;
	z-index:112;
	ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}
.inner{
	width:1180px;
	margin:0 auto;
	}
.header-inner{
	width:1180px;
	margin:0 auto;
	}
.logo{
	width:240px;
	height:88px;
	float:left;
	}
.logo a{
	width:240px;
	height:88px;
	background:url(../images/logo.png) left center no-repeat;
	display:block;
	}
.nav{
	float:right;
	}
.nav ul{
	float:left;
	}
.nav ul li{
	float:left;
	padding:28px 25px;
	position:relative;
	}
.nav ul li a{
	font-size:16px;
	line-height:200%;
	color:#666;
	}
.nav ul li a:hover{
	color:#b8193f;
	}
.nav ul li .active{
	color:#b8193f;
	}
.nav ul li .sub-nav{
	position:absolute;
	top:88px;
	left:50%;
	transform:translateX(-50%);
	background:rgba(255,255,255,.8);
	width:180px;
	padding:20px 0;
	display:none;
	border-bottom:2px solid #b81a35;
	z-index:112;
	}
.nav ul li .sub-nav li{
	padding:0;
	position:relative;
	width:100%;
	}
.nav ul li .sub-nav li a{
	padding:0 20px;
	}
.nav ul li .sub-nav li .sub-nav2{
	position:absolute;
	left:180px;
	width:320px;
	background:rgba(255,255,255,.8);
	padding:20px 0;
	display:none;
	top:-20px;
	border-bottom:2px solid #b81a35;
	border-left:1px solid #666;
	z-index:112;
	}
.nav ul li .sub-nav li .sub-nav2 li a{
	padding:0 20px;
	}
.nav .nav-right{
	padding-left:50px;
	float:right;
	width:90px;
	padding-top:23px;
	}
.nav .nav-right a{
	border-left:1px solid #eaeaea;
	height:40px;
	width:50px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#333;
	float:left;
	}
.nav .nav-right a.search{
	width:38px;
	background:url(../images/search.png) right center no-repeat;
	}
    html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #eee;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
.head-search{
	position:fixed;
	top:88px;
	left:0;
	width:100%;
	height:40px;
	padding:24px 0;
	z-index:222;
	background-color:rgba(255,255,255,0.8);
	display:none;
	box-sizing: content-box;
	}
.head-search .search{
	width:1080px;
	height:40px;
	margin:0 auto;
	position:relative;
	}
.head-search .search input{
	width:100%;
	height:40px;
	font-size:16px;
	color:#8c8c8c;
	line-height:40px;
	border:none;
	background:none;
	}
.head-search .search .search-btn, .head-search .search .search-reset{
	width:50px;
	height:40px;
	position:absolute;
	left:-40px;
	top:0;
	background:url(../images/reset_01.png) left center no-repeat;
	border:none;
	}
.head-search .search .search-reset{
	background:url(../images/reset.png) center center no-repeat;
	right:-50px;
	left:auto;
	}