*{
	margin:0;
	padding:0;
}
.header{
	width: 100%;
	background: #fff;
}
.header-center{
	max-width: 1240px;
	margin:13px auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}
input{
	outline: none;
	border:none;
	background: none
}
.header-center form{
	background: rgb(243,243,243);
	border-radius: 4px;
	width: 35.66%
}
.header-center form input{
	font-size: 16px;
	color: #999999;
	letter-spacing: 1.5px;
	height: 50px
}
.header-center form .input-t{
	width: 26px;
	height: 26px;
	background: url(../img/sousuo.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.header-center form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0px 19px;
}
.header-center .div-o{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 29px !important;
	color: #333333;
	width: 20%;
	white-space: nowrap;
}
.header-t{
	background: rgb(182,0,5);
	width: 100%;
	line-height: 78px;
}
.header-t-center{
	max-width: 1240px;
	margin:0px auto;
}
.header-t-center ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center
}
li{
	list-style: none
}
a{
	text-decoration: none
}
.header-t-center ul li {
	width: 12.5%
}
.header-t-center ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #ffffff;
	transition: all .5s;
	letter-spacing: 1px;
	white-space: nowrap;
}
.header-t-center ul li a:hover{
	background: rgb(135,2,6);
}
.banner{
	width:100%;
	position: relative;
}
.nybkzn{
	margin-top: 30px;
}
.bkzndd{
	margin-bottom: 20px;
}
.bkzndd .lists{
	background-color: #f2f2f2;
}
.bkzndd .lists .list{
	max-width: 1240px;
	margin: 0 auto;
	padding:20px 0;
}
.bkzndd .lists a{
	display: flex;
	justify-content: space-between;
}
.bkzndd .lists a:hover .thumb img{
	transform: scale(1.1);
}
.bkzndd .lists .thumb{
	width: 40%;
	margin-right: 70px;
	height: 344px;
	overflow: hidden;
}
.bkzndd .lists .thumb img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.bkzndd .lists .xxright{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bkzndd .lists .xxright .title{
	font-size: 20px;
	margin-bottom: 30px;
}
.bkzndd .lists .xxright .description{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.bkzndd .lists .xxright .time{
	color: #797979;
	font-size: 14px;
	margin-top: 10px;
}
.bkzndd .lists .xxright .more{
	width: 130px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	background-color: #b60005;
	margin-top: 30px;
}
.lbxhs .list{
	padding: 20px 0;
	transition: all .4s;
}
.lbxhs .list:hover{
	background-color: #f2f2f2;
}
.lbxhs .list:hover .thumb img{
	transform: scale(1.1);
}
.lbxhs .list:hover .mores{
	background-color:  #b60005;
	border: 1px solid #b60005;
}
.lbxhs .list:hover .title{
	color: #b60005;
}
.lbxhs .list .lists{
	max-width: 1240px;
	margin: 0 auto;
}
.lbxhs .list a{
	display: flex;
	justify-content: space-between;
}
.lbxhs .list a .thumb{
	width:34%;
	margin-right: 30px;
	height: 296px;
	overflow: hidden;
}
.lbxhs .list a .thumb img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.lbxhs .list a .xxright{
	width:57%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 90px;
}
.lbxhs .list a .xxright .title{
	font-size: 20px;
	margin-bottom: 30px;
	transition: all .4s;
}
.lbxhs .list a .xxright .description{
	font-size: 16px;
	line-height: 26px;
}
.lbxhs .list a .xxright .time{
	color: #999999;
	margin-top: 30px;
	font-size: 14px;
}
.lbxhs .list a .mores{
	width: 51px;
	border: 1px solid #ececec;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
}
.pages{
	margin-top: 30px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}
.pages li{
	margin:0 10px;
}
.pages .pageactive a{
	color: #ffffff;
	background-color: #b60005;
	border: 1px solid #b60005;
}
.pages li a{
	padding: 6px 13px;
	color: #666666;
	border:1px solid #efefef;
	border-radius: 4px;
	transition: all .4s;
}
.pages .page-active a {
    color: #ffffff;
    background-color: #b60005;
    border: 1px solid #b60005;
}
.pages li a:hover{
	color: #ffffff;
	background-color: #b60005;
	border: 1px solid #b60005;
}
.footer-top{
	width: 100%;
	background: #b60005;
}
.footer-top .footer-top-cen{
	max-width: 1230px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding:33px 0px;
}
.footer-top .footer-top-cen .div-o .ul-o{
	display: flex;
	justify-content: space-between;
	padding-top: 5px
}
.footer-top .footer-top-cen .div-o{
	width: 63.99%
}
.footer-top .footer-top-cen .div-o .ul-o li a{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1.5px;
	transition: all .5s
}
.footer-top .footer-top-cen .div-o .ul-o li a:hover{
	color: #000;
}
.footer-top .footer-top-cen .div-o .ul-t{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:94.1%;
	margin-top: 35px
}
.footer-top .footer-top-cen .div-o .ul-t li{
	font-size: 16px;
	color: #bdbdbd;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	width: 50%;
	line-height: 30px;
	white-space: nowrap;
}
.footer-top .footer-top-cen .div-o .ul-t li:nth-child(3),.footer-top .footer-top-cen .div-o .ul-t li:nth-child(4){
	margin-bottom: 0px
}
.footer-top .footer-top-cen .div-t ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 16px;
	color: #e2e2e2;
	letter-spacing: 2px
}
.footer-top .footer-top-cen .div-t ul p{
	padding-top: 20px
}
.footer-top .footer-top-cen .div-t{
	width: 28.22%
}
.footer-top .footer-top-cen .div-t ul img{
	width: 100%
}
.footer-top .footer-top-cen .div-t ul li{
	width: 44.7%
}

.footr-bt{
	width: 100%;
	background: #b60005;
	line-height: 50px
}
.footr-bt .footer-bt-cen{
	max-width: 1250px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.footr-bt .footer-bt-cen p,.footr-bt .footer-bt-cen a{
	font-size: 14px;
	color: #bdbdbd;
	letter-spacing: 1px
}
.footr-bt .footer-bt-cen img{
	margin-right: 10px
}
