

.top{
	height: 40px;
	line-height: 40px;
	background: #222632;
	font-size: 14px;
	color: #e5e5e5;
}

.top a{
	display: inline-block;
	color: #e5e5e5;
	margin-left: 15px;
	padding-left: 15px;
	border-left:1px solid #848484;
	    height: 15px;
	    line-height: 15px;
}

.header{
	height: 100px;
}
.header .left{
	font-size: 32px;
	color: #b81c22;
	line-height: 100px;
	font-weight: bold;
}
.header .left  a{
	display: block;
	color: #b81c22;
}
.header .right ul{
	display: flex;
}
.header .right ul li{
	font-size: 17px;
	line-height: 100px;
	font-weight: bold;
	margin-left: 80px;
}
.header .right ul li a{
	display: block;
	color: #2d2d2d;
}
.header .right ul li:hover a{
	color: #b81c22;
}

.bannerlist .swiper-slide img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
} 
.bannerlist .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}
.bannerlist .swiper-pagination-bullet-active{
	background: #b81c22;
}

.index1{
	background: url(../images/index1_bg.jpg) no-repeat center;
	padding-top: 55px;
	padding-bottom: 80px;
}
.index1 ul{
	display: flex;
	justify-content: space-between;
}
.index1 ul li{
	border: 3px solid #fff;
	box-sizing: border-box;
}
.index1 ul li img{
	display: block;
	width: 100%;
}
.lmt{
	margin-bottom: 40px;
}
.lmt strong{
	display: block;
	text-align: center;
	font-size: 36px;
	color: #303030;
}
.lmt  span{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #aeaeae;
	margin-top:12px;
}
.lmt  i{
	display: block;
	width: 48px;
	height: 3px;
	background: #b81d23;
	margin: 0 auto;
	margin-top: 15px;
}
.lmt p{
	text-align: center;
	font-size: 16px;
	color: #646464;
	line-height: 35px;
	margin-top: 30px;
}
.index2{
	padding: 60px 0;
}
.index2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
.index2 ul::after{
	display: none;
}
.index2 ul li{
	width: 308px;
	margin-bottom: 30px;
}
.index2 ul li img{
	display: block;
	width: 100%;
}

.index2_3{
	background: url(../images/index3_bg.jpg) repeat-x top center #fff;
}
.index3 {
	padding: 40px 0;
}
.index3 ul::after{
	display: none;
}
.index3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
.index3 ul li{
	width:640px;
	margin-bottom: 30px;
}
.index3 ul li img{
	display: block;
	width: 100%;
}
.fenye {margin: 0 auto;margin-bottom: 25px; }
.fenye a {display: inline-block;padding: 0 16px;text-align: center;line-height: 38px;border: 1px solid #e5e5e5;font-size: 14px;color: #333;margin: 0 2px; border-radius:5px; background:#fff;  }
.fenye b, .fenye a:hover {display: inline-block;padding:0 16px;text-align: center;line-height: 38px;border:1px solid #b81c22; font-size: 14px;color: #fff;margin: 0 2px;background: #b81c22; border-radius:5px;}



.newsnav{
	height: 82px;
	line-height: 82px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px;
}
.newsnav .box{ 
	box-sizing: border-box;
	font-size: 16px;
	color: #9c9c9c;
}
.newsnav .box a{
	color: #9c9c9c;
}

.biaoti{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f2f2f2;
}
.biaoti h1{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.biaoti p{
	text-align: center;
	font-size: 14px;
	color: #898989;
	margin-top: 25px;
}

.newstext{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.fanye {
	display: flex;
	border-top: 1px solid #e8e8e8;
	padding-top: 30px;
	margin-bottom: 60px;
}

.fanye p {
	flex: 1;
	font-size: 15px;
	color: #5a5a5a;
}

.fanye p a {
	color: #5a5a5a;
}

.fanye p:last-child {
	text-align: right;
}
.tuijian{
	padding-bottom: 50px;
}
.tuijian .title{
	margin-top: 55px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
.tuijian .title::after{
	content: "";
	width: 5px;
	height: 20px;
	background: #b81d23;
	position: absolute;
	left: 0;
	top: 13px;
}
.tuijian .title strong{
	font-size: 21px;
	font-weight: normal;
}
.tuijian ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
.tuijian ul::after{
	display: none;
}
.tuijian ul li{
	width: 308px;
	margin-bottom: 30px;
}
.tuijian ul li img{
	display: block;
	width: 100%;
}

 
.mobile_block{
		display: none !important;
	}

@media (max-width:1200px) {
	.pc_block{
		display: none !important;
	}
	.mobile_block{
			display: block !important;
		}
	.header{
		height: auto; 
		padding-top: 20px;
	}
	.header .left{
		float: none;
		width: 100%;
	    line-height: 50px;
		text-align: center;
		font-size: 20px;
		color: #b81c22;
		font-weight: bold;
	}
	.header .left  a{
		display: block;
		color: #b81c22;
	}
	.header .right{
		width: 100%;
		float: none;
	}
	.header .right ul{
		display: flex;
		justify-content: space-between; 
	}
	.header .right ul::after{
		display: none;
	}
	.header .right ul li{
		font-size: 16px;
		font-weight: bold; 
		margin-left: 0;
		line-height: 60px;
	}
	.header .right ul li a{
		display: block;
		color: #2d2d2d;
	}
	.header .right ul li:hover a{
		color: #b81c22;
	}
	
	.bannerlist .swiper-slide img{
		display: block;
		max-width: 100%;
		margin: 0 auto;
	} 
	.bannerlist .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
	    display: inline-block;
	    border-radius: 100%;
	    background: #fff;
	    opacity: .5;
	}
	.bannerlist .swiper-pagination-bullet-active{
		background: #b81c22;
	}
	
	.index1{
		background: url(../images/index1_bg.jpg) no-repeat center;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
	}
	.index1 ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
 
	.index1 ul li{
		border: 3px solid #fff;
		box-sizing: border-box;
	   width: 49%;
	   margin-bottom: 10px;
	}
	.index1 ul li img{
		display: block;
		width: 100%;
	}
	.index1 ul::after{
		display: none;
	}
	.lmt{
		margin-bottom: 20px;
	}
	.lmt strong{
		display: block;
		text-align: center;
		font-size: 20px;
		color: #303030;
	}
	.lmt  span{
		display: block;
		text-align: center;
		font-size: 12px;
		color: #aeaeae;
		margin-top:12px;
	}
	.lmt  i{
		display: block;
		width: 48px;
		height: 3px;
		background: #b81d23;
		margin: 0 auto;
		margin-top: 15px;
	}
	.lmt p{
		text-align: center;
		font-size: 14px;
		color: #646464;
		line-height: 24px;
		margin-top: 30px;
	}
	.index2{
		padding: 30px 0;
	}
	.index2 ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap; 
	}
	.index2 ul::after{
		display: none;
	}
	.index2 ul li{
		width: 49%;
		margin-bottom: 15px;
	}
	.index2 ul li img{
		display: block;
		width: 100%;
	}
	
	.index2_3{
		background: url(../images/index3_bg.jpg) repeat-x top center #fff;
	}
	.index3 {
		padding: 40px 0;
	}
	.index3 ul::after{
		display: none;
	}
	.index3 ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap; 
	}
	.index3 ul li{
		width:100%;
		margin-bottom: 20px;
	}
	.index3 ul li img{
		display: block;
		width: 100%;
	}
	.fenye {margin: 0 auto;margin-bottom: 25px; }
	.fenye a {display: inline-block;padding: 0 8px;text-align: center;line-height: 28px;border: 1px solid #e5e5e5;font-size: 12px;color: #333;margin:2px; border-radius:5px; background:#fff;  }
	.fenye b, .fenye a:hover {display: inline-block;padding:0 8px;text-align: center;line-height: 28px;border:1px solid #b81c22; font-size: 12px;color: #fff;margin: 2px;background: #b81c22; border-radius:5px;}
	
	
	
	.newsnav{
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 40px;
	}
	.newsnav .box{ 
		box-sizing: border-box;
		font-size: 14px;
		color: #9c9c9c;
	}
	.newsnav .box a{
		color: #9c9c9c;
	}
	
	.biaoti{
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #f2f2f2;
	}
	.biaoti h1{
		text-align: center;
		font-size: 22px;
		font-weight: bold;
	}
	.biaoti p{
		text-align: center;
		font-size: 12px;
		color: #898989;
		margin-top: 15px;
	}
	
	.newstext{
		font-size: 15px;
		line-height: 28px;
		color: #666;
	}
	.fanye { 
		display: block;
		border-top: 1px solid #e8e8e8;
		padding-top: 30px;
		margin-bottom: 60px;
	}
	
	.fanye p { 
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 15px;
		color: #5a5a5a;
	}
	
	.fanye p a {
		color: #5a5a5a;
	}
	.fanye p:last-child {
	    text-align: left;
	}
	.tuijian{
		padding-bottom: 50px;
	}
	.tuijian .title{
		margin-top: 55px;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #ebebeb;
		position: relative;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.tuijian .title::after{
		content: "";
		width: 3px;
		height: 15px;
		background: #b81d23;
		position: absolute;
		left: 0;
		top: 15px;
	}
	.tuijian .title strong{
		font-size: 18px;
		font-weight: normal;
	}
	.tuijian ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap; 
	}
	.tuijian ul::after{
		display: none;
	}
	.tuijian ul li{
		width: 49%;
		margin-bottom: 15px;
	}
	.tuijian ul li img{
		display: block;
		width: 100%;
	}
	
}