*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑","黑体"
}
a{
	text-decoration: none;
	color: #000000;
}
li{
	list-style-type: none;
}
.middle{
	width: 1200px;
	margin: 0 auto;
}
.top{
	height: 80px;
	background-color: #fff;
}
.top .logo{
	float: left;
}
.logo img{
	margin-top: 15px;
}
/* 下拉按钮样式 */
.dropbtn {
    background-color: #FFFFFF;
    color: black;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
	float: right;
	margin-top: 28px;
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
}
.dropdown img{
	float: right;
    margin: 12px 16px 0 0;
}
/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    min-width: 100px;
    left: -1px;
    border: 1px solid #EEEEEE;
    border-top: 0;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}
/* 下拉菜单的链接 */
.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {
	color: #3B88FF;
}
/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
    display: block;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
    background-color: #fff;
}
.bannerWrap{
	background-color: #F2FAFE;
	text-align: center;
	height: 430px;
}
.banner{
	
}
.banner .bannerL{
	float: left;
	margin-top: 20px;
}
.banner .bannerR{
	float: right;
	margin-top: 120px;
}
.banner h2{
	font-size: 60px;
	line-height: 100px;
	padding-top: 90px;
}
.banner p{
	font-size: 28px;
}
.banner>a{
	display: inline-block;
	padding:10px 50px;
	border-radius: 10px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FF7F28;
	margin: 75px 0 10px 0;
}
.banner .pBtm{
	font-size: 15px;
	line-height: 22px;
}
.liWrap{
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
}
.liWrap li{
	width: 185px;
	margin-right: 150px;
	float: left;
	margin-bottom: 20px;	
}
.liWrap h2{
	font-size: 24px;
	margin: 15px 0;
}
.liWrap p{
	font-size: 15px;
	line-height: 20px;
}
.btmWrap{
	background: url(../img/btmBg.png) no-repeat center;
	height: 312px;
}
.btm ul{
	padding-top: 75px;
}
.btm li{
	float: left;
	margin: 20px 125px 20px 0;
}
