@charset "utf-8";
*{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:200%;
	font-family:"微软雅黑";
	text-align:justify;
	}
li{
	list-style:none;
	}
input, img, button{
	border:none;
	}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	}
i, span, a{
	display:block;
	}
a{
	text-decoration:none;
	}
body{
	position:relative;
	}
input, button{
	outline:none;
	}
.header{
	width:100%;
	height:100px;
	background:url(../images/img_01.png) repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:222;
	}
.header .inner{
	width:1200px;
	margin:0 auto;
	}
.header .logo{
	width:auto;
	height:auto;
	float:left;
	padding-top:9px;
	}
.header .nav{
	float:right;
	padding-top:33px;
	}
.header .nav ul li{
	float:left;
	/* padding-left:19px; */
	padding-left:16px;
	position:relative;
	height:70px;
	}
.header .nav ul li a{
	font-size:18px;
	color:#333;
	}
.header .nav ul li .nav-menu1{
	position:absolute;
	left:0;
	top:67px;
	background:#fff;
	width:250px;
	display:none;
	}
.header .nav ul li:nth-child(7) .nav-menu1{
	width:220px;
	}
.header .nav ul li .nav-menu1 li{
	padding:0 10px;
	width:230px;
	height:auto;
	}
.header .nav ul li:nth-child(7) .nav-menu1 li{
	width:200px;
	}

.header .nav ul li .nav-menu1 li a{
	border-bottom:1px solid #eaeaea;
	font-size:16px;
	line-height:35px;
	}
.header .nav ul li .nav-menu1 li:last-child a{
	border:none;
	}
.header .nav ul li .nav-menu1 li:hover{
	background:#0396ff;
	}
.header .nav ul li .nav-menu1 li:hover a{
	color:#fff;
	}
.footer{
	width:100%;
	height:381px;
	background:#3e3e3e;
	padding-top:42px;
	}
.foot-nav{
	float:left;
	padding:0 60px;
	height:274px;
	border-right:2px solid #525252;
	}
.foot-nav p{
	color:#fff;
	}
.foot-nav ul{
	padding-top:7px;
	}
.foot-nav ul li a{
	color:#8a8a8a;
	line-height:26px;
	}
.foot-nav:nth-child(4){
	border:none;
	}
.footer .copy{
	padding-top:57px;
	text-align:right;
	color:#8a8a8a;
	}
.wyjk ul{
	padding-top:20px;
	margin-left:128px;
	width:40px;
	position:relative;
	}
.wyjk ul li{
	height:70px;
	}
.wyjk ul li span{
	width:40px;
	height:40px;
	background:url(../images/img_08.png) center center no-repeat;
	}
.wyjk ul li.active span{
	background:url(../images/img_04.png) center center no-repeat;
	}
.wyjk ul li:nth-child(2) span{
	background:url(../images/img_06.png) center center no-repeat;
	}
.wyjk ul .active:nth-child(2) span{
	background:url(../images/img_09.png) center center no-repeat;
	}
.wyjk ul li i{
	width:18px;
	height:14px;
	position:absolute;
	left:-18px;
	top:33px;
	background:url(../images/img_05.png) center center no-repeat;
	display:none;
	}
.wyjk ul li.active i{
	display:block;
	}
.wyjk ul li:nth-child(2) i{
	top:103px;
	}
.wyjk ul li .wyjk-img{
	width:110px;
	height:149px;
	position:absolute;
	left:-128px;
	top:20px;
	display:none;
	}
.wyjk ul li.active .wyjk-img{
	display:block;
	}
.wyjk ul li.active .wyjk-img img{
	width:110px;
	height:110px;
	}
.wyjk ul li.active .wyjk-img p{
	text-align:center;
	color:#fff;
	}
.wyjk{
	float:right;
	width:169px;
	}
.wyjk .title{
	width:169px;
	height:33px;
	background:#4082e0;
	text-align:center;
	line-height:33px;
	color:#fff;
	}
.wyjk .title a{
	color:#fff;
	background:#4082e0;
	text-align:center;
	line-height:33px;
	}
.inner{
	width:1200px;
	margin:0 auto;
	}
