.main{
	background: #f5f6fa url("../images/hd_banner.jpg") no-repeat center top;
	padding: 15px 0 90px;
}
.main .crumbs{
	line-height: 98px;
	font-size: 18px;
	color: #fff;
}
.main .crumbs i{
	margin: 0 15px;
	font-size: 16px;
}
.main .article-header{
	background: #fff;
	padding: 0 0 0 70px;
	border-radius: 7px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	display: flex;
	margin-bottom: 57px;
}
.main .article-header .left{
	width: 260px;
	margin-top: 74px;
}
.main .article-header .left .img{
	width: 260px;
	height: 260px;
}
.main .article-header .left .img img{
	width: 100%;
}
.main .article-header .left .level{
	width: 100px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #c9c9c9;
	color: #535353;
	font-size: 12px;
	color: #414141;
	text-align: center;
	margin: 30px auto 70px;
	border-radius: 6px;
}
.main .article-header .cen{
	width: 460px;
	margin: 64px 0 0 80px;
}
.main .article-header .cen h2{
	line-height: 64px;
	font-size: 22px;
}
.main .article-header .cen i{
	padding-left: 14px;
	color: #60b1f2;
	font-size: 24px;
}
.main .article-header .cen .tag div{
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	background: #f9ad3d;
	color: #fff;
	float: left;
	margin-right: 27px;
	border-radius: 5px;
	cursor: pointer;
}
.main .article-header .cen .about{
	margin-top: 40px;
}
.main .article-header .cen .about h3{
	font-size: 16px;
	color: #424041;
	line-height: 34px;
	position: relative;
}
.main .article-header .cen .about h3::after{
	content: '';
	width: 54px;
	height: 3px;
	background: #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main .article-header .cen .about li{
	float: left;
	width: 230px;
	height: 40px;
	line-height: 40px;
	color: #000;
}
.main .article-header .cen .about span{
	color: #999;
	width: 70px;
	display: inline-block;
}

.main .article-header .right{
	border-left: 1px solid #eeeeee;
	text-align: center;
	width: 320px;
	margin-top: 80px;
}
.main .article-header .right .lianxi{
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	background: #f9ad3d;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.main .article-header .right .img{
	margin: 30px 0;
}

.main .article-header dt{
	font-size: 22px;
	color: #333;
	line-height: 50px;
	padding: 85px 0 20px;
}
.main .article-header dd{
	font-size: 15px;
	color: #666;
	line-height: 26px;
}
.article-introduce,
.list,
.mobile-list,
.news{
	background: #fff;
	padding: 37px 40px 60px;
	border-radius: 7px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
.article-introduce h2{
	font-size: 20px;
	position: relative;
	line-height: 63px;
	margin-bottom: 15px;
}
.article-introduce h2::after{
	content: '';
	width: 10px;
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.article-introduce .yh{
	color: #e8e8e8;
	font-size: 30px;
}
.article-introduce #heightAuto{
	text-indent: 2em;
	font-size: 18px;
	color: #888;
	padding: 0 40px;
	height: 50px;
	overflow: hidden;
}
.article-introduce .up{
	width: 104px;
	height: 38px;
	line-height: 38px;
	background: #f7f7f7;
	border-radius: 19px;
	display: block;
	margin: 90px auto 0;
	text-align: center;
	cursor: pointer;
}
.list{
	position: relative;
}
.list h2,
.mobile-list h2,
.news>h2{
	font-size: 20px;
	position: relative;
	line-height: 63px;
	margin-bottom: 15px;
}
.list h2::after,
.mobile-list h2::after,
.news h2::after{
	content: '';
	width: 10px;
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.list .swiper-wrap{
	position: relative;
}
.list .swiper {
	width: 90%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

}
.list .swiper-slide img {
	display: block;
	width: 178px;
	height: 253px;
	object-fit: cover;
}
.list .swiper-slide div{
	display: block;
	line-height: 1.5;
	
}
.list .swiper-wrapper{
	width: 1000px;
}
.list .swiper-button-prev,
.list .swiper-button-next{
	color: #000;
}

.new-list{
	margin-left: 50px;
	display: flex;
}
.new-list .item{
	width: 230px;
	margin-left: 20px;
}
.new-list .item img{
	width: 100%;
	height: 164.28px;
}
.new-list .more{
	color: #f3c7a9;
	font-size: 14px;
	line-height: 46px;
}
.new-list time{
	margin-left: 90px;
	color: #ccc;
}
.new-list h3{
	font-size: 16px;
	text-align: center;
}

.news .xgrc{
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
.news .xgrc .item{
	width: 190px;
	height: 190px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.news .xgrc .item:hover .mask{
	top: 0;
}
.news .xgrc .item .mask{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.news .xgrc .item .mask h2{
	font-size: 15px;
	text-transform: uppercase;
}
.news .xgrc .item .mask hr{
	width: 80%;
	margin: 35px auto;
}
.news .xgrc .item .mask div{
	font-size: 14px;
}
.news .xgrc .item .img{
	width: 100%;
}
.news .xgrc .item .img img{
	display: block;
	width: 100%;
}

@media screen and (max-width:480px) {
	.banner{
		display: block;
		height: 200px;
		background: url("../images/hxjlsh_banner.jpg") no-repeat center center / cover;
		color: #fff;
	}
	.banner h1{
		padding: 24% 5% 64px;
		font-size: 30px;
		line-height: 0;
	}
	.banner .crumbs{
		padding: 0 5%;
		font-size: 16px;
	}
	.main{
		background: none;
		padding: 0;
	}
	.main .crumbs{
		display: none;
	}
	.article-wrap{
		width: 90%;
		margin: 20px auto;
	}
	.main .article-header{
		padding: 0 5%;
		display: block;
		position: relative;
	}
	.main .article-header .left{
		width: 40%;
		margin-top: 0;
		padding-top: 20px;
	}
	.main .article-header .left .img{
		width: 100%;
		height: auto;
	}
	.main .article-header .left .level{
		margin-bottom: 20px;
	}
	.main .article-header .right{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40%;
		margin: 0;
		border: none;
	}
	.main .article-header .right .img{
		width: 100%;
		margin: 10px 0;
	}
	.main .article-header .right img{
		width: 83%;
	}
	.main .article-header .cen{
		width: 100%;
		margin: 0;
	}
	.main .article-header .cen .tag{
		display: flex;
		justify-content: space-between;	
	}
	.main .article-header .cen .tag div{
		padding: 0 8px;
		margin-right: 0;
	}
	.main .article-header .cen .about{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.main .article-header .cen .about ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.main .article-header .cen .about li{
		float: none;
		width: 50%;
		height: auto;
	}
	.main .article-header .cen .about li:nth-child(4),.main .article-header .cen .about li:nth-child(5){
		width: 100%;
	}
	.article-introduce, .list, .mobile-list, .news{
		padding: 20px 20px 30px;
	}
	.article-introduce, .list, .news{
		padding: 20px 20px 30px;
	}
	.article-introduce .yh{
		font-size: 20px;
	}
	.article-introduce p{
		padding: 0 10px;
		font-size: 16px;
		height: auto;
	}
	.article-introduce #heightAuto{
    	padding: 0 10px;
		font-size: 16px;
		height: auto;
    }
	.article-introduce .up{
		display: none;
	}
	.article-wrap .list{
		display: none;
	}
	.mobile-list{
		display: block;
	}
	.mobile-list .list-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mobile-list .item{
		width: 45%;
		margin-bottom: 30px;
		text-align: center;
	}
	.mobile-list .item .img{
		width: 100%;
	}
	.mobile-list .item .img img{
		width: 100%;
	}
	.mobile-list .item h3{
		line-height: 2;
		font-size: 16px;
		font-weight: normal;
	}
	
	.new-list{
		margin: 0;
		display: block;
	}
	.new-list .item{
		width: auto;
		margin: 0 0 30px;
	}
	.new-list .more{
		display: none;
	}
	.news{
		padding-bottom: 1px;
	}
	.news .xgrc{
		display: block;
		padding: 0;
	}
	.news .xgrc .item{
		width: 100%;
		height: auto;
	}
	.news .xgrc .item .mask{
		top: 0;
		background: rgba(0,0,0,0.2);
		justify-content: flex-end;
        text-align: left;
	}
	.new-list h3{
	    float: none;
	    font-weight:normal;
	}
	.news .xgrc .item .mask h2,.news .xgrc .item .mask hr,.news .xgrc .item .mask .zhiwu{
		display: none;
	}
	.news .xgrc .item .mobile-show{
		display: block;
		padding: 0 0 30px 30px;
	}
	.news .xgrc .item .mobile-show h3{
		font-size: 20px;
	}
	.news .xgrc .item .mobile-show span{
		font-size: 16px;
	}
}