@charset "utf-8";

#container {position: relative;max-width: 1400px;width: 90%;z-index: 2;margin: 0 auto;margin-top: -60px;background: #fff;border: 2px solid #5d0e07;}
.banner-lb img{width:100%;}
.lmmc{
	line-height: 111px;
	font-size: 14px;
	color: #444444;
}
.lmmc h2{
	float: left;
	font-size: 30px;
	color: #b3000a;
}

.menu{
	background: #f7f7f7;
	line-height: 36px;
	margin-bottom: 40px;
}
.menu li{
	min-width: 120px;
	float: left;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 12px 20px;
	padding: 0 20px;
}
.menu li a{
	display: block;
	font-size: 16px;
	color: #b3000a;
}
.menu li.on,.menu li:hover{
	background: url(/img/menu_bg.png) center no-repeat;
}
.menu li.on a,.menu li:hover a{
	color: #fff;
}

.list{
	padding: 40px;
	background: #fcfcfc;
	margin-bottom: 20px;
	border: 1px solid #fcfcfc;
}
.list dl{
	width: 90px;
	text-align: center;
	font-size: 26px;
	color: #999999;
	line-height: 30px;
}
.list dl dd{
	font-size: 16px;
}
.list span.fl{
	width: 40px;
	height: 1px;
	background: #000000;
	display: inline-block;
	margin: 0 20px;
	margin-top: 20px;
	transition: all 0.5s;
}
.list div.fr{
	width: calc(100% - 200px);
	line-height: 30px;
	transition: all 0.5s;
}
.list div.fr span{
	font-size: 22px;color: #333333;
	margin-bottom: 20px;
	display: block;
}
.list div.fr p{
	font-size: 16px;
	color: #999999;
}
.list:hover{
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border: 1px solid #eee;
}
.list:hover span.fl{
	width: 100px;
}
.list:hover div.fr{
	width: calc(100% - 260px)
}
.list:hover div.fr span{
	color: #b3000a;
}



.page h1{
	font-size: 26px;
	color: #333;
	padding: 30px 0;
	border-bottom: 2px solid #f0f3f7;
	text-align: center;
}
.bar{
	text-align: center;
	font-size: 14px;
	color: #808080;
	margin-top: 30px;
}
#cont p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
	text-indent: 2em;
}
#cont p img,#cont table{
	width: auto;
	height: auto !important;
	margin: 20px auto;
	max-width: 80%;
}
#cont table tbody{
	width:100%;
}
#cont p img{
	display: block;
}

.page-box{
	padding: 35px 0;
}
.img-list li{
	width: 23.87%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 40px;
}
.img-list li:nth-child(4n){
	margin-right: 0;
}
.img-list li .img{
	width: 100%;
	height: 222px;
	overflow: hidden;
	background: #f5f5f5;
}
.img-list li .img img{
	/* width:100%; */
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
.img-list li .txt{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	padding: 0 20px;
}
.img-list li .txt p{
	font-size:16px;
	color:#666;
	float: left;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 60px;
}
.img-list li .txt span{
	float:right;
	width: 55px;
	height: 23px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}
.img-list li:hover img{
	transform: scale(1.1);
}
.img-list li:hover .txt p{
	color: #084c97;
}

.page_img{
	width: 52%;
	float: right;
	margin: 0 0 30px 30px;
}
.page_img img{
	width: 100%;
}
.links li {float:left;width:20%;line-height: 60px;background: url(/img/link.png) center #f7f7f7;margin:20px 2.5%;text-align: center;font-size: 18px;}
.links li a{color:#333;}
.links li:hover{background:url(/img/menu_bg.png) center no-repeat;}
.links li:hover a{color:#fff;}

.search2{height:50px; background:#fff;margin:40px 0;font-size:18px;}
.search2 .text2{width:80%;float:left;height:50px;text-indent:10px;font-size:18px;}
.search2 .submit{width:20%;height:50px;float:right;background:#245ea7;font-size:18px;text-align:center;line-height:50px;color:#fff;}