
.cont{
	width: 100%;
	min-height: 500px;
}
.wenku{
	width: 100%;
	height: 440px;
	background: #F7F7F7;
}
.wenkus{
	height: 400px;
	padding: 20px 0;
	position: relative;
}
.banPolicy_List{
	position:absolute;
	left:0;
	top:20px;
	width: 300px;
	height: 400px;
}
.banPolicy_List .swiper1{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.xian{
	width: 1px;
	height: 400px;
	background: #DCDCDC;
	position: absolute;
	left: 4px;
	top: 0;
}
.banPolicy_List a{ 
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 16px;
	color: #C5C5C5;
	padding-left: 30px;
	position: relative;
}
.banPolicy_List a::before{
		content: "";
	    display: block;
	    width: 8px;
	    height: 8px;
	    background-color: #C4C4C4;
	    position: absolute;
	    left: 0;
	    top: 50%;
		transform: translate(0, -50%);
	    border-radius: 50%;
}
.wenkusText{
	padding-top: 40px;
}
.wenkusText p{
	text-align: center;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}
.wenkusText p:nth-child(2){
	font-size: 48px;
	color: #BD1A2D;
	line-height: 80px;
}
.wenkuSearch{
	width: 875px;
	height: 78px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 17px;
}
.wenkuSearch .search{
	width: 100%;
	height: 100%;
	margin:0;
}
.wenkuSearch .search .searchLeft{
	width: 800px;
	height: 75px;
}
.wenkuSearch .searchLeft input{
	width: 90%;
	padding: 0 5%;
	text-align: left;
}
.wenkuSearch .search .searchRight{
	width: 71px;
	height: 75px;
	border-radius:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wenkuSearch .search .searchRight img{
	width: 30px;
	height: 30px;
	margin: 0;
}
.wenkulist{
	margin-top: 28px;
	display: flex;
	justify-content: center;
}
.wenkulist li{
	padding: 0 44px;
	position: relative;
}
.wenkulist li span{
	display: block;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
}
.wenkulist li span:after{
	display: none;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid #BD1A2D;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 5px;
}
.wenkulist .active span:after{
	display: block;
}
.wklist{
	margin-top: 55px;
}
.wklisthead{
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #E2E2E2;
}
.wklisthead .wklistheadleft{
	width: 50%;
	height: 100%;
	position: relative;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
	font-weight: normal;
	font-size: 24px;
	color: #000000;
}
.wklisthead .wklistheadleft span{
	width: 40px;
	height: 4px;
	background: #BD1A2D;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.wklisthead .wklistheadright{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wklisthead .wklistheadright a{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 14px;
	color: #010101;
}
.oneTypeul{
	width: 100%;
	overflow: hidden;
}
.oneTypeul li{
	width: 710px;
	height: 538px;
	margin: 0;
	padding-top: 40px;
	float: left;
}
.oneTypeul li:nth-child(even){
	margin-left: 20px;
} 
.oneTlist{
	width: 100%;
}
.oneTlistop a{
	display: block;
	width: 100%;
	overflow: hidden;
	background: #F7F7F7;
}
.oneTlistop a .oneTlistopleft{
	width: 250px;
	height: 180px;
}
.oneTlistop a .oneTlistopleft img{
	display: block;
	width: 100%;
	width: 100%;
}
.oneTlistop a .oneTlistopright{
	width: 430px;
	height: 120px;
	padding: 30px 15px;
}
.oneTlistop a .oneTlistopright .onebt{
	font-size: 18px;
	color: #BD1A2D;
}
.oneTlistop a .oneTlistopright p{
	font-size: 14px;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.oneTlistli{
	width: 680px;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	background: #fff;
	position: relative;
}
.oneTlistli a{
	display: block;
	width: 100%;
	padding-left: 20px;
	font-size: 16px;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	color: #666666;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}

.oneTlistli a::before {
    content: "";
    display: block;
    width:8px;
    height:8px;
    background-color: #B82C22;
    position: absolute;
    left: 15px;
    top:26px;
    border-radius: 50%;
}
.oneTlistli:nth-child(odd){
	background: #F7F7F7;
}
.oneTlistli:hover a,.oneTlistop:hover a .oneTlistopright .onebt{
	color: #BD1A2D;
}
.wklunbo{
	height: 400px;
	/* background: #ccc; */
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.wklunbo .swiper{
	width: 100%;
	height: 360px;
	/* overflow: hidden; */
}
.wklunbo a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.wklunbo a img{
	display: block;
	width: 100%;
	height: 100%;
}

.wklunbo a span{
	width: 95%;
	height: 50px;
	padding: 15px 2.5%;
	background: #000000;
	opacity: 0.8;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
}
.wklunbo .swiper-slide {
	-webkit-transition: transform 300ms;
	-moz-transition: transform 300ms;
	-ms-transition: transform 300ms;
	-o-transition: transform 300ms;
	-webkit-transform: scale(1); 
	transform: scale(1);
}

.wklunbo .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transition: transform 300ms;
	-moz-transition: transform 300ms;
	-ms-transition: transform 300ms;
	-o-transition: transform 300ms;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 9999;
}

.wklunbo2{
	margin: 60px auto;
}
.wklunbo2 .swiper{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.wklunbo2 .swiper-slide{
	width: 460px;
	height: 220px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wklunbo2 .swiper-slide:hover a p{
	color: #B82C22;
}
.wklunbo2 a{
	width: 100%;
	height: 155px;
	padding-left: 23px;
	position: relative;
	
}
.wklunbo2 a p{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.wklunbo2 a p:nth-child(1){
	height: 60px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
}
.wklunbo2 a p:nth-child(2){
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
}
.wklunbo2 a::before{
	    content: "";
	    display: block;
	   width: 6px;
	   height: 100px;
	    background-color: #B82C22;
	    position: absolute;
	    left: 0;
	    top: 22.5px;
}
.searchRes{
	padding-bottom: 60px;
}
/* 搜索页面样式 */
.searchResli{
	padding: 30px 30px 20px 30px;
	position: relative;
}
.searchResli:nth-child(even){
	background: #F7F7F7;
}
.searchResli a{
	display: block;
	width: 98%;
	height: 100%;
	padding-left: 2%;
	position: relative;
}
.searchResli a::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #B82C22;
	position: absolute;
	left: 0;
	top: 18px;
	border-radius: 50%;
}
.searchlitop{
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.searchlitop p{
	/* display: flex;
	justify-content: center;
	align-items: center; */
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	  overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
		line-height: 42px;
}
.searchlitop p:nth-child(1){
	width: 90%;
}
.searchlitop p:nth-child(2){
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	width: 10%;
	text-align: center;
}
.searchlitop p i{
	color: #BD1A2D;
}
.searchlitext{
	width: 100%;
	height: 59px;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.searchlitext i{
	color: #BD1A2D;
}
