*{
	margin: 0;
	padding:0;
}
a{
	text-decoration: none;
	color: #333;
}
ul li{
	list-style: none;
}
ul li a{
	text-decoration: none;
	color: #ffffff;
}
.top{
	width: 100%;
	position: relative;
}
.top-box{
	width: 100%;
	height: 110px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}
.top-box .top-con{
	width: 90%;
	height: 110px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-box .top-con .logo{
	width: 40%;
	float: left;
}
.top-box .top-con img{
	display: block;
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.top .banimg{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.top-box .top-nav{
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.top-box .top-nav .search{
	display: flex;
	justify-content: flex-end;
}
.top-box .top-nav .top-nav-l{
	display: flex;
	justify-content: space-between;
}
.main{
	width: 100%;
}
.main .main-con{
	width: 70%;
	margin: 0 auto;
}
.main .section{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.main .section .se-title{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #a30007;
}
.main .section .title{
	height: 76px;
	line-height: 76px;
	float: left;
	border-bottom: 4px solid #a30007;
	font-size: 1.8em;
	color: #a30007;
}
.main .section .se-more{
	float: right;
}
.main .section .se-title .se-tia{
	display: inline-block;
}

.main .section .se-c-u{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.main .section .se-c-u .se-c-img{
	height: 420px;
}
.main .section .se-c-u .se-c-l{
	width: 55%;
}
.main .section .se-c-left{
	width: 48%;
}
.main .section .se-c-right{
	width: 48%;
}
.footer{
	width: 100%;
	height: 100px;
	background: #a30007;
	margin: 0 auto;
	margin-top: 20px;
}
.footer .siteinfo{
	height: 70px;
	padding-top: 30px;
	text-align: center;
}
.footer .siteinfo p{
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}
@media (max-width:767px) {
	.main .section .se-c-left{
		width: 100%;
	}
	.main .section .se-c-right{
		width: 100%;
	}
	 .main .section .se-c-u .se-c-l
	 {
		 width: 100%;
	 }
        .main .section .se-c-u{
		flex-flow: wrap;
	}
	.main .section .se-c-u,.footer{
		height: auto;
	}
	.footer .siteinfo{
		height: auto;
	}
	.main .section .se-c-u .se-c-img,.top-box .top-con img{
		display: none;
	}
}
	