@charset "utf-8";

body {
	font-family: "微软雅黑", "arial";
	background-color: #FFFFFF;
	font-size: 16px;
	position: relative;
}

img {
	border: none;
}
a:focus{
	outline: none;
}
button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}

input {
	outline: none;
}

i {
	font-style: normal;
}

ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '020';
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

/* 主题内容 */

.mian_top{
	width: 100%;
    height: 470px;
	max-width: 1920px;
    background-size: cover;
	margin: 0 auto;
}
.top1{
	background: url(lm_1.jpg) no-repeat center top;
}
.top2{
	background: url(lm_2.jpg) no-repeat center top;
}
.top3{
	background: url(lm_3.jpg) no-repeat center top;
}
.top4{
	background: url(lm_4.jpg) no-repeat center top;
}
.top5{
	background: url(lm_5.jpg) no-repeat center top;
}
.top6{
	background: url(lm_6.jpg) no-repeat center top;
}
.top7{
	background: url(lm_7.jpg) no-repeat center top;
}
.top8{
	background: url(lm_8.jpg) no-repeat center top;
}
.top9{
	background: url(lm_9.jpg) no-repeat center top;
}
.mian_in{
	width: 100%;
	background: #fff3d8;
	min-height: 50px;
}
.mian_in .in_box{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0px;
}
.mian_in .in_box p{
	padding: 5px 0px;
	line-height: 2;
    font-size: 15px;
	font-weight: bolder;
	color: #000;
	text-indent: 30px;
}
.main_bt{
	width: 100%;
	min-height: 200px;
}
.bt_title{
	width: 1200px;
	margin: 0 auto;
	height: 64px;
    line-height: 64px;
    margin: 0px auto;
    background: #e70012;
    border-radius: 8px;
	margin-top: 10px;
}
.bt_title span{
	float: left;
	font-family: 'Microsoft YaHei UI';
    font-size: 30px;
    color: #FFF;
    font-weight: bolder;
    margin-left: 20px;
}
.bt_title a{
	float: right;
	font-family: Microsoft YaHei UI;
    color: #FFF;
    font-weight: bolder;
	margin-right: 10px;
}


.ddh_ul{
	width: 1200px;
	margin: 0 auto;
	min-height: 100px;
	margin-bottom: 20px;
}

.ddh_ul li{
	width: 98%;
    height: 40px;
    line-height: 40px;
    list-style: none;
    padding-left: 10px;
    margin: 0px auto;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    color: #666;
    text-decoration: none;
	background: url(icon.gif) no-repeat center left;
	margin-left: 1%;
}
.ddh_ul li a{
	float: left;
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
}
.ddh_ul li span{
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}