.home{
	
}



/* banner */
.home .banner{
	margin-top: -110px;
}
.home .banner img{
	width: 100%;
}
/* 内容 */
.content{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.content .content_left{
	width: 588px;
	height: 660px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	padding: 0 30px;
}
.content_hd{
	height: 70px;
	border-bottom: 1px dashed #C4C4C4;
	display: flex;
}
.content_hd span{
	font-size: 24px;
	font-weight: 400;
	color: #3D3D3D;
	/*padding-top: 23px;*/
	font-weight: bold;
	letter-spacing: 0.005em;
	padding-left: 20px;

}
/*.content_hd div{*/
/*	margin-top: 6px;*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*}*/
.content_hd span em{

	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 0em;
	color: #B6B6B6;

}
.content_hd  a{
	font-family: Arial;
	font-size: 14px;

	color: #B6B6B6;
	margin-left: auto;
	line-height: 70px;
}

.content_hd i {
	width: 6px;
	height: 41px;
	display: inline-block;
	background: #158CC8;
	margin-right: 8px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.content .content_left .content_left_banner{
	margin-top: 27px;
	width: 100%;
	height: 493px;
}
.content .content_left .content_left_banner img{
	width: 530px;
	height: 356px;
}
.content .content_left .content_left_banner p{
	font-size: 16px;
	margin-top: 27px;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    width: 100%;
}
.swiper-container{
	height: 100%;
}
.swiper-pagination-bullet {
    width: 13px!important;
    height: 4px!important;
    border-radius: 0px!important;
    
}
.swiper-pagination-bullet-active{
	/* background: #D8D8D8!important; */
	background: #158CC8!important;
}

.content .content_right{
	
}
/* 最新资讯 */
.content_wenT{
		width: 100%;
}
.content_wen .content_link{
	display: flex;

}
.content_wen{
	margin-top: 19px;
}
.content_wen .content_wen1{
	display: flex;
	    flex-direction: column;
		margin-right: 18px;
}
.content_wen .content_wen1 em{
	font-size: 26px;
	font-weight: 400;
	color: #3D3D3D;
}
.content_wen .content_wen1 i{
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #999999;
}
.content_wen .content_wen2{
	width: 80%;
}
.content_wen  a:hover h2{
	color: #158CC8;
}
.content_wen  a:hover em{
	color: #158CC8;
}
.content_wen .content_wen2 h2{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 8px;
}
.content_wen .content_wen2 h3{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
/* 最新资讯结束 */

.content .content_right .content_top{
	width: 588px;
	margin-bottom: 18px;
	height: 311px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
	border-radius:  4px;
	opacity: 1;
	padding: 0 31px;
}
.content .content_right .content_bt{
	width: 588px;
	height: 331px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
	border-radius: 4px;
	opacity: 1;
	padding: 0 31px;
}
/* 第二块 */
.index_list{
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.index_list .index_item{
	width: 384px;
	height: 510px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	padding: 0 31px;
}
.index_list .p_item1_list{
	
}
.index_list .p_item1_list .ul1{
	margin-top: 20px;
	display: flex;
	margin-bottom: 11px;
}
.index_list .p_item1_list .ul1 li{
	font-size: 18px;
	color: #666666;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.index_list .p_item1_list .ul1 li:hover{
	color: #fff;
	background: #158CC8;
}
.index_list .p_item1_list .ul1 .active{
	color: #fff;
	background: #158CC8;
}
.index_list .p_item1_list .ul2{
	
}
.index_list .p_item1_list .ul2 li{
	height: 66px;
	line-height: 66px;
	/*margin-left: -18px;*/
	/*padding-left: 18px;*/
	background:#EDF7FD;
	margin-top: 5px;
}
/*.index_list .p_item1_list .ul2 li:nth-child(2n){*/
/*	height: 46px;*/
/*	line-height: 46px;*/
/*	margin-left: -18px;*/
/*	padding-left: 18px;*/
/*	background: #F5F6FC;*/
/*}*/
.index_list .p_item1_list .ul2 li a i{
	font-style: normal;
	color: #999;
}
.index_list .p_item1_list .ul2 li a{

	color: #3D3D3D;
	opacity: 1!important;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0.05em;
}


.index_list .p_item2_list{
	
}
.index_list .p_item2_list ul{
	margin-left: 20px;
}
.index_list .p_item2_list ul li{
	list-style: disc;
	margin-top: 20px;
	color: #158CC8;
	
}
.index_list .p_item2_list ul li a{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	margin-top: 5px;
}

.index_list .p_item3_list{
	margin-top: 20px;
}
.index_list .p_item3_list .bigimg{
	width: 330px;
	height: 221px;
	background: #F6F6F6;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 17px;
}
.index_list .p_item3_list h3{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}
.index_list .p_item3_list p{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}

.indexswiper-title{
	position: absolute;
	top: 260px;
	background-color: rgba(0,0,0,0.5);
	margin: 0 auto;
	width: 100%;
	text-align: -webkit-center;
	height: 75px;
}

.indexswiper-title  a{
	color: #fff!important;
	font-size: 21px;
	width: 95%;
	margin-top: 10px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;


}
.clamp1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}
/* 两行省略号 */
.clamp2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.clamp3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.shipinSwiper{
	height: 110px;
}
 .spon-ul li {
	width: 103px;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 0.35%;
	border: 1px solid #fff;
}

.spon-ul {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	/* background-color: black; */
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

 .spon-ul li img {
	 max-width: 100%;
	 height: auto;
	/*max-width: 90%;*/
	/*max-height: 80%;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*margin: auto;*/
}