/*
* @Author: admin
* @Date:   2018-06-25 09:44:32
* @Last Modified by:   Administrator
* @Last Modified time: 2018-06-28 21:36:52
*/
*{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: '黑体';
}
body{
	min-width: 1200px;
}
header{
	width: 100%;
	height: 40px;
}
.header{
	width:1200px;
	margin:0 auto;
}
.header ul li{
	float:left;
}
.header ul li a{
	text-decoration:none;
	color:#666;
	font-size:14px;
}
.header ul li a:hover{
	text-decoration:underline;
}
.header img{
	float:left;
}
.header .h_c{
	float:left;
}
.header .h_c li{
	margin:0 20px;
}
.header .h_r{
	float:right;
}
.header .h_r li{
	margin:0 10px;
	position:relative;
}
.header .h_r li:nth-of-type(1) a::after{
	content: '';
	width: 1px;
	height: 13px;
	position: absolute;
	background: #666666;
	left: 65px;
	top: 5px;

}
.header .h_r li:nth-of-type(2) a{
	color:#ff6600;
}
.banner{
	height: 400px;
	width: 100%;
	background:none;
}
.banner img{
	height: 100%;
	width: 100%;
}
.nav_top{
	position: fixed;
	top: 0;
	z-index:3;
}
.move{
	width: 100%;
	height: 54px;
	background: #fff;
}
.h_nav{
	width: 100%;
	height: 54px;
	background: #fff;
}
nav{
	width: 1200px;
	margin:0 auto;
	height: 54px;
	text-align: center;
	background: #fff;
	z-index: 2;
}
nav ul{
	width: 1133px;
	height: 54px;
	margin: 0 auto;
	line-height: 54px;
	text-align: center;
	color: #666666;
}
nav ul li{
	float: left;
	font-size: 18px;
	font-family: '黑体';
	margin-right: 19px;
	cursor: pointer;
}
nav ul .font{
	color: #fb6720;
}
nav ul li:nth-of-type(6){
	margin-right: 0px;
}
nav ul li:hover{
	color: #fb6720;
}
.main_bottom{
	background: #ecf2f4;
}
section{
	width: 1190px;
	margin: 0 auto;
}
section .box{
	width: 100%;
	height: 270px;	
	position: relative;
	background: url('../hot02/title_bg.png') no-repeat bottom;
}
section .box img{
	position: absolute;
	bottom: 30px;
	left: 35px;
}
section>div>span,section>div>div>span{
	width: 400px;
	height: 33px;
	line-height: 33px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50px;
	font-size: 32px;
	color: #333;
	text-align: center;
}
section .box p{
	width: 620px;
	word-wrap: break-word;
	position: absolute;
	right: 35px;
	top: 120px;
	font-family: '宋体';
}
section .box2{
	width: 100%;
	height: 270px;
	position: relative;
	background: url('../hot02/title_bg_contrary.png') no-repeat bottom;
}
section .box2 img{
	position: absolute;
	bottom: 30px;
	right: 35px;
}
section .box2 p{
	width: 620px;
	word-wrap: break-word;
	position: absolute;
	left: 35px;
	top: 120px;
	font-family: '宋体';
}
footer{
	background: #ecf2f4;
	padding-top: 20px;
}