/* 资讯详情 */
.info_detail {
	margin-bottom: 108px;
}

.info_detail .container {
	width: 960px;
}

.info_detail .info_detail_txt {
	border-bottom: 1px dashed #D8D8D8;
}

.info_detail .info_detail_txt h1 {
	margin-top: 53px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
	color: #333333;
}

.info_detail .info_detail_txt p {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #999999;
}

.info_detail .info_detail_desc {
	font-size: 20px;
	margin-top: 54px;
	color: #333333;
	line-height: 34px;
}

.info_detail .info_detail_desc {
	font-size: 20px;
	margin-top: 54px;
	color: #333333;
	line-height: 34px;
}

/* 资讯详情 */
.info_list {
	display: flex;
	justify-content: space-between;
}

.info_list .info_list_left {
	margin-top: 30px;
}

.info_list .info_list_left ul {
	width: 282px;
	height: 330px;
	background: #FFFFFF;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.info_list .info_list_left ul li {
	display: flex;
	cursor: pointer;
}

.info_list .info_list_left ul li:last-child p {
	border-bottom: none;
}

.info_list .info_list_left ul li p {
	width: 268px;
	height: 100px;
	line-height: 100px;
	padding-left: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #333;
	border-bottom: 1px dashed #D8D8D8;

}

.info_list .info_list_left ul li i {
	width: 6px;
	height: 100px;
	display: inline-block;
	background: #fff;
	display: inline-block;
	margin-right: 8px;
}

.info_list .info_list_left ul .active p {
	border-radius: 10px;
	background: linear-gradient(90deg, #E9F4F9 0%, rgba(21, 140, 200, 0) 100%);
	border-bottom: none;
	color: #158CC8;
}

.info_list .info_list_left ul .active i {
	width: 6px;
	height: 100px;
	display: inline-block;
	background: #158CC8;
	margin-right: 8px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.info_list .info_list_right {
	margin-top: 20px;
    margin-bottom: 117px;
}

.info_list .info_list_right .fk {
	width: 904px;
	max-height: 1079px;
	background: #FFFFFF;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	border: 1px solid #F8F8F8;
	margin-bottom: 82px;
	padding: 0 37px 0 50px;
}

.info_list .info_list_right .fk li {
	margin: 33px 0 0px;
	padding-bottom: 31px;
	border-bottom: 1px dashed #D8D8D8;
}
.info_list .info_list_right .fk li:last-child {
	border-bottom:none;
}

.info_list .info_list_right .fk li a {
	display: flex;
}
.info_list .info_list_right .fk_img{
	width: 282px;
	height: 188px;
	border-radius: 10px
}
.info_list .info_list_right .fk_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.info_list .info_list_right  .fk_txt{
	width: 496px;
	margin-left: 38px;
}
.info_list .info_list_right  .fk_txt div{
	width: 490px;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 20px;
}
.info_list .info_list_right  .fk_txt p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 31px;
}
.info_list .info_list_right  .fk_txt em{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
/* 关于我们 */
.about{
	
}
.about .container{
	width: 1260px;
	
}
.about .about_top{
	margin-top: 100px;
	margin-bottom: 270px;
	position: relative;
}
.about .about_top img{
	width: 100%;
}
.about .about_top .img2{
	position: absolute;
	   bottom: -370px;
	       right: -175px;
}
.about .about_shipin{
	margin-bottom: 200px;
}
.about .about_shipin>h2{
	font-size: 32px;
	font-weight: 500;
	color: #158CC8;
	line-height: 46px;
	margin-bottom: 76px;
}
.about .about_shipin .about_shipin1{
	display: flex;
}
.about .about_shipin p{
	width: 546px;
	height: 299px;
	font-size: 18px;
	font-weight: 400;
	line-height: 38px;
	margin-right: 64px;
	color: #333333;
}
.about .about_shipin .about_shipin2{
	margin-top: 18px;
	width: 588px;
	height: 330px;
	background: rgba(216,216,216,0.5);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}
/* 搜索 */
.search_banner{
	height: 120px;
	display: flex;
	    align-items: center;
	    justify-content: center;
	background: url('../img/sec1.png') no-repeat center;
}
.search{
	
}
.search .secrch_input{
	width: 600px;
	height: 58px;
	position: relative;
	margin: 30px auto 43px;
	display: flex;
	justify-content: center;
}
.search .secrch_input input{
	width: 600px;
	height: 58px;
	background: #FFFFFF;
	box-shadow: 0px 6px 6px 0px rgba(21,140,200,0.1);
	border-radius: 15px 15px 15px 15px;
	opacity: 1;
	border: 1px solid #158CC8;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
}
.search .secrch_input input::placeholder{
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
}
.search .secrch_input .secrch_input1{
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}
.search .secrch_input .secrch_input2{
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.search .secrch_tab{
	font-size: 18px;
	font-weight: 500;
	color: #999999;
	display: flex;
	justify-content: center;
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom: 85px;
}
.search .secrch_tab .active{
	color: #158CC8;
	border-bottom: 2px solid #158CC8;
}
.search .secrch_tab li{
	width: 101px;
	text-align: center;
	padding-bottom: 14px;
	margin-right: 92px;
	cursor: pointer;
}


.search .secrch_list{
	
}
.search .secrch_list li{
	margin-bottom: 60px;
}
.search .secrch_list li:hover .fk_txt div{
	color: #158CC8;
}
.search .secrch_list li:last-child{
	margin-bottom: 120px;
}
.search .secrch_list li a{
	display: flex;
}
.search .secrch_list .fk_img{
	width: 180px;
	height: 180px;
	border-radius: 10px;
}
.search .secrch_list .fk_img img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.search .secrch_list .fk_txt{
	margin-left: 34px;
}
.search .secrch_list .fk_txt div{
	width: 874px;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 34px;
	margin-bottom: 20px;
}
.search .secrch_list .fk_txt p{
	width: 850px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.search .search_null {
	display: flex;
	    flex-direction: column;
		font-size: 18px;
		font-weight: 400;
		color: #999999;
		margin-bottom: 89px;
}
.search .search_null {
	text-align: center;
}
.search .search_null img{
	width: 256px;
	    margin: 0px auto 60px;
}

/* 最新活动 */
.task{
	
}
.task .task_ct{
	
}


.task .task_ct ul{
	margin-top: 100px;
}
.task .task_ct ul li{
	margin-bottom: 82px;
}
.task .task_ct ul li:first-child{
	margin-right: 36px;
}
.task .task_ct ul li:nth-child(2){
	margin-left: 36px;
	margin-bottom: 121px;
	
}
.task .task_ct ul li a{
	display: flex;
	justify-content: space-between;
}
.task .task_ct ul li a .fk_img{
	width: 588px;
	height: 330px;
}
.task .task_ct ul li a .fk_img img{
	width: 100%;
	height: 100%;
}
.task .task_ct ul li a .fk_txt{
	width: 490px;
}
.task .task_ct ul li a .fk_txt .fk_txt1{
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 15px;
}
.task .task_ct ul li a .fk_txt .fk_txt2{
	font-size: 16px;
	height: 112px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.task .task_ct ul li a .fk_txt .fk_txt3{
	font-size: 16px;
	font-weight: 500;
	color: #999999;
}
.task_shipin{
	margin-bottom: 161px;
}
.task_shipin ul{
	margin-top: 57px;
	margin-bottom: 73px;
	display: flex;
	flex-wrap: wrap;
}
.task_shipin ul li{
	width: 380px;
	margin-bottom: 57px;
	margin-right: 30px;
}
.task_shipin ul li:nth-child(3n){

	margin-right: 0px;
}
.task_shipin ul li a:hover .fk_img{
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.task_shipin ul li a:hover .fk_txt .fk_txt1{
	color: #158CC8;
}
.task_shipin ul li a .fk_img {
	width: 380px;
	height: 252px;
	border-radius: 10px;
	opacity: 1;
	
	margin-bottom: 34px;
}
.task_shipin ul li a .fk_img img{
	width: 100%;
	height: 100%;
}
.task_shipin ul li a .fk_txt{
	
}
.task_shipin ul li a .fk_txt .fk_txt1{
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #333333;
	margin: 34px 0 18px;
}
.task_shipin ul li a .fk_txt .fk_txt2{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #666666;
	margin-bottom: 37px;
}
.task_shipin ul li a .fk_txt .fk_txt3{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #999999;
	display: flex;
	justify-content: space-between;
}
		
/* 专家/机构开始 */
.pople{
	
}
 .peple_tab{
	margin-top: 81px;
	display: flex;
	    justify-content: center;
		padding-bottom: 26px;
		border-bottom: 1px dashed #D6D6D6;
}
.peple_tab a{
	 width: 180px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 150px;
	color: #333333;
	position: relative;
}
.selected{
	font-weight: bold!important;
	color: #158CC8!important;
}
.selected em{
	    width: 180px;
	    height: 4px;
	    opacity: 1;
	    display: block;
	    background: #40A1D2;
	    position: absolute;
	    top: 57px;
}
.pople .peple_tab a:last-child{
	margin-right: 0px;
}
.pople .peple_list {
	
}
.pople .pople_list .pople_a{
	padding-top: 54px;
	padding-bottom: 103px;
}
/* 弹窗 */
.pople_pop{
	
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    min-height: 100%;
	    z-index: 990;
}
.pople_pop .pople_con{
	background: url('../img/pople/pople5.png') center;
	background-repeat: no-repeat;
	width: 610px;
	height: 390px;
	opacity: 1;
	/* border: 1px solid #158CC8; */
	border-radius: 10px;
	/* 下拉窗 */
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pople_pop .pople_con>div{
	display: flex;
	justify-content: flex-end;
	margin-top: 28px;
	margin-right: 22px;
}
.pople_pop .pople_con img{
	width: 18px;
	width: 18px;
}
.pople_pop .pople_con h2{
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0.05em;
	margin-top: 30px;
	margin-bottom: 114px;
	color: #6C4C40;
	text-align: center;
}
.pople_pop .pople_con p{
	text-align: center;
	margin-bottom: 34px;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3D3D3D;
}
.pople_pop .pople_con a{
	width: 160px;
	height: 40px;
	border-radius: 4px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 52px;
	background: #158CC8;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #158CC8;
	margin: 0 auto;
}


/* 专家列表开始 */
.pople_xun{
	display: flex;
	flex-wrap: wrap;
}
.pople_xun li{
	width: 282px;
	height: 360px;
	border-radius: 4px;
	opacity: 1;
	margin-right: 24px;
	margin-bottom: 29px;
	background: #FFFFFF;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	    flex-direction: column;
	    align-items: center;
		position: relative;
		transition: all linear 0.2s;
		cursor: pointer;
}
.pople_xun li:nth-child(4n){
	margin-right: 0;
}
.pople_xun li:hover .pople_xun_detail{
	display: block;
}
.pople_xun .pople_xun_img{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 41px 0 25px;
}
.pople_xun .pople_xun_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.pople_xun h2{
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3D3D3D;
}
.pople_xun .pople_xun_ziwei{
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3D3D3D;
	width: 260px;
	margin: 0 auto;
}
.pople_xun .pople_xun_ziwei p{
	text-align: center;
}
.pople_xun .pople_xun_detail{
	position: absolute;
	top: 0;
	left: 0;
	width: 282px;
	height: 360px;
	border-radius: 4px;
	opacity: 1;
	background: #158CC8;
	padding: 32px 25px;
	display: none;
}
.pople_xun .pople_xun_detail p{
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #F8F8F8;
	
}
.pople_xun .pople_xun_detail a{
	width: 141px;
	height: 42px;
	border-radius: 4px;
	display: block;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 48px auto 0;
}


/* 专家列表结束 */

.pople_item{
	height: 845px;
	background: url('../img/pople/pople4.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.pople_item .pople_swiper{
	margin-top: 93px;
	height: 450px;
}
.pople_item .pople_swiper .swiper-container {
	height: 100%;
}
.pople_item .swiper-pagination-bullet {
    width: 26px!important;
    height: 4px!important;
    border-radius: 0px!important;
    
}
 .pople_item .swiper-pagination-bullet-active{
	/* background: #D8D8D8!important; */
	background: #158CC8!important;
}

.pople_item .pople_swiper ul{
	display: flex;
	flex-wrap: wrap;
}
.pople_item .pople_swiper ul li{
	width: 180px;
	height: 70px;
	opacity: 1;
	margin-right: 24px;
	background: #FFFFFF;
	margin-bottom: 23px;
}
.pople_item .pople_swiper ul li:nth-child(6n){	
	margin-right: 0px;
}
.pople_item .pople_swiper ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pople_item .pople_swiper ul li a img{
	width: 123.2px;
	height: 66px;
}
/* 专家/机构结束 */


/* 专家/机构详情 */
.pople_b{
	/* background: url('../img/pople/pople6.png') no-repeat center; */
	background: #707070;
	height: 280px;

	
}
.pople_b .container{
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-top: 76px;
	/* f1f1f1 */
	color: #F1F1F1;
}

.my_cony{
	position: relative;
}
.pople_detail{
		padding-bottom: 100px;
		position: absolute;
		    top: -100px;
}
.pople_detail .pople_detail1{
	border-radius: 10px;
	opacity: 1;
	padding: 53px 0 41px 47px;
	background: #FFFFFF;
	display: flex;
	margin-bottom: 24px;
}
.pople_detail .pople_detail1 .fk_img{
	width: 240px;
	height: 240px;
}
.pople_detail .pople_detail1 .fk_img img{
	width: 100%;
	height: 100%;
}
.pople_detail .pople_detail1 .fk_txt{
	width: 803px;
	margin-left: 48px;
	
}
.pople_detail .pople_detail1 .fk_txt h2{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0em;
	
	color: #3D3D3D;
}
.pople_detail .pople_detail1 .fk_txt p{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.01em;
	
	color: #158CC8;
	margin: 16px 0 21px;
}
.pople_detail .pople_detail1 .fk_txt em{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.01em;
	color: #666666;
}
.pople_detail .pople_detail2{
	height: 671px;
	padding: 47px 102px 204px 47px;
	border-radius: 10px;
	opacity: 1;
	color: #666666;
	line-height: 30px;
	background: #FFFFFF;
}
.pople_detail .pople_detail3{
	/*height: 671px;*/
	padding: 47px 102px 204px 47px;
	border-radius: 10px;
	opacity: 1;
	color: #666666;
	line-height: 30px;
	background: #FFFFFF;
}
.pople_detail .pople_detail3 h2{
	font-size: 30px;
	    font-weight: 500;
	    letter-spacing: 0.05em;
	    color: #158CC8;
	    padding-bottom: 33px;
	    border-bottom: 1px dashed #D8D8D8;
	    position: relative;
	    margin-bottom: 23px;
}
.pople_detail .pople_detail3 h2 em{
	width: 57px;
	    height: 4px;
	    opacity: 1;
	    display: block;
	    background: #40A1D2;
	    position: absolute;
	    top: 60px;
}
.pople_detail .pople_detail3>div{
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0.05em;
	color: #333333;
}
/* OUSIF */
.ousif_banner{
	margin-top: 110px;
	width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../img/sec1.png') no-repeat center;
	background-size: 100% 100%;
}

.ousif {
	position: relative;
	padding-bottom: 189px;
	padding-top: 30px;
}
.ousif .ousif_list{
	border-radius: 10px;
	padding: 36px 55px;
	background: #FFFFFF;
	margin-bottom: 24px;
}
.ousif .ousif_list h4{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #158CC8;
	padding-bottom: 33px;
	border-bottom: 1px dashed #D8D8D8;
	position: relative;
	margin-bottom: 23px;
}
.ousif .ousif_list h4  em{
	width: 57px;
	height: 4px;
	    opacity: 1;
	    display: block;
	    background: #40A1D2;
	    position: absolute;
	    top: 74px;
}
.ousif .ousif_list p{
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0.05em; 
	color: #333333;
}
.ousif .ousif_list ul{
	margin-left: 20px;
}
.ousif .ousif_list ul li{
	list-style: disc;
	    margin-top: 10px;
	    color: #158CC8;
}


.ousif .ousif1{
	display: flex;
	justify-content: space-between;
}
.ousif .ousif1{
	
}
.ousif .ousif1 .ousif1_left{
	width: 690px;
}
.ousif .ousif1 .ousif1_right{
	width: 486px;
}
.ousif .ousif2 .pople_m{
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0.05em; 
	color: #333333;
	margin-top: 43px;
}
.ousif .ousif2 .peple_tab{
	margin-top: 0px;
	display: flex;
	    justify-content: flex-start;
		padding-bottom: 26px;
		border-bottom: 1px dashed #D6D6D6;
		position: relative;
}
.ousif .ousif2 .peple_tab a{
	 width: 180px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 70px;
	color: #666;
	position: relative;
}
.ousif .ousif2 .ousif2_more{
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #158CC8;
	cursor: pointer;
}
.ousif .ousif3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.ousif .ousif3 .ousif3_left{
	width: 282px;
	height: 795px;
	border-radius: 10px;
	opacity: 1;
	background: url('../img/ousif2.png') no-repeat center;
}
.ousif .ousif3 .ousif3_right{
	width: 894px;
	height: 795px;
	border-radius: 10px;
	opacity: 1;
	background: #FFFFFF;
	padding: 33px 0 0 28px;
}

.ousif3 .ousif3_left {
}

.ousif3 .ousif3_left ul {
	width: 282px;
	background: #FFFFFF;
	border-radius: 4px;
}

.ousif3 .ousif3_left ul li {
	display: flex;
	cursor: pointer;
	
}

.ousif3 .ousif3_left ul li:last-child p {
	border-bottom: none;
}

.ousif3 .ousif3_left ul li p {
	width: 268px;
	height: 100px;
	line-height: 100px;
	padding-left: 20px;
	font-weight: 500;
	font-size: 24px;
	color: #333;
	border-bottom: 1px dashed #D8D8D8;

}

.ousif3 .ousif3_left ul li i {
	width: 6px;
	height: 100px;
	display: inline-block;
	background: #fff;
	display: inline-block;
	margin-right: 8px;
}

.ousif3 .ousif3_left ul .ousif3_active p {
	border-radius: 10px;
	background: linear-gradient(90deg, #E9F4F9 0%, rgba(21, 140, 200, 0) 100%);
	border-bottom: none;
	color: #158CC8;
}

.ousif3 .ousif3_left ul .ousif3_active i {
	width: 6px;
	height: 100px;
	display: inline-block;
	background: #158CC8;
	margin-right: 8px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ousif3 .pople_xun{
	
}
.ousif3 .pople_xun{
	display: flex;
	flex-wrap: wrap;
}
.ousif3 .pople_xun li{
	width: 286px;
	height: 350px;
	border-radius: 0px;
	opacity: 1;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	box-shadow: none;
	display: flex;
	    flex-direction: column;
	    align-items: center;
		position: relative;
		transition: all linear 0.2s;
		cursor: pointer;
		border-right: 1px solid #D8D8D8;
		border-bottom: 1px solid #D8D8D8;
}
.ousif3 .pople_xun li:nth-child(3n){
	border-right: none;
}
.ousif3 .pople_xun li:nth-child(4){
	border-bottom: none;
}
.ousif3 .pople_xun li:nth-child(5){
	border-bottom: none;
}
.ousif3 .pople_xun li:nth-child(6){
	border-bottom: none;
}
.ousif3 .pople_xun li:hover .pople_xun_detail{
	display: block;
}
.ousif3 .pople_xun .pople_xun_img{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 41px 0 25px;
}
.ousif3 .pople_xun .pople_xun_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ousif3 .pople_xun h2{
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3D3D3D;
}
.ousif3 .pople_xun .pople_xun_ziwei{
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3D3D3D;
}
.ousif3 .pople_xun .pople_xun_ziwei p{
	text-align: center;
}
.ousif3 .ousif3_right .swiper-container{
	    height: 740px;
	
}
.ousif3_right .pople_swiper .swiper-container {
	height: 100%;
}
.ousif3_right .swiper-pagination-bullet {
    width: 26px!important;
    height: 4px!important;
    border-radius: 0px!important;
    
}
 .ousif3_right .swiper-pagination-bullet-active{
	/* background: #D8D8D8!important; */
	background: #158CC8!important;
}
/* 行业研究 */
.study_banner{
	background: #FFFFFF;
	margin: 80px auto 55px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 53px 0px 0;
	height: 312px;
}
.study_banner .swiper-container{
	height: 100%;
}
.study_banner .swiper-container .swiper-wrapper{
	padding: 0px 137px 0;
}
.study_banner .swiper-pagination-bullet {
    width: 26px!important;
    height: 4px!important;
    border-radius: 0px!important;
    
}
.study_banner .swiper-pagination-bullet-active{
	background: #158CC8!important;
}
.study_banner .swiper-button-prev{
	width: 42px;
	height: 42px;
	background: url('../img/jian_left.png') no-repeat center;
	top: 80px;
	left: 31px;
}
.study_banner .swiper-button-next{
	width: 42px;
	height: 42px;
	background: url('../img/jian_right.png') no-repeat center;
	top: 80px;
	right: 31px;
}
.study_banner .swiper-button-prev::after{
	content: ''!important;
}
.study_banner .swiper-button-next::after{
	content: ''!important;
}
.study_banner .task_list{
	
}
.study_banner .task_list li{
	
}
.study_banner .task_list li a{
	display: flex;
}
.study_banner .task_list .fk_img{
	width: 282px;
	height: 159px;
	border-radius: 10px;
	margin-right: 38px;
}
.study_banner .task_list .fk_img img{
	width: 100%;
	height: 100%;
}
.study_banner .task_list .fk_txt{
	width: 609px;
}
.study_banner .task_list .fk_txt1{
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.05em;
	
	color: #333333;
}
.study_banner .task_list .fk_txt2{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #666666;
	margin: 20px 0 11px;
}
.study_banner .task_list .fk_txt3{
	color: #999999;
	font-size: 16px;
}
.study_banner .task_list .fk_txt3 img{
	margin-left: 10px;
}

.study_biao{
	height: 899px;
	background: url('../img/book1.png') no-repeat center;
	margin-top: 77px;
}
.study_biao .study_biao_list{
	margin-top: 92px;
	margin-bottom: 79px;
}
.study_biao .study_biao_list ul {
	display: flex;
	justify-content: space-between;
}
.study_biao .study_biao_list ul li{
	width: 538px;
}
.study_biao .study_biao_list ul li h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #333333;
}
.study_biao .study_biao_list ul li p{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #666666;
	margin-top: 9px;
	margin-bottom: 56px;
}
.study_biao .study_biao_list ul li div{
	width: 192px;
	height: 240px;
	border-radius: 10px;
}
.study_biao .study_biao_list ul li div img{
	width: 100%;
	height: 100%;
}
.study_book ul {
	display: flex;
	margin: 36px 0 94px;
}
.study_book ul li{
	margin-right: 28px;
	width: 382px;
}
.study_book ul li:last-child{
	margin-right: 0px;
}
.study_book ul li a{
	
}
.study_book ul li a .fk_img{
	width: 382px;
	height: 396px;
	border-radius: 10px;
	opacity: 1;

}
.study_book ul li a .fk_img img{
	width: 100%;
	height: 100%;

}
.study_book ul li a .fk_txt{
	margin-right: 20px;
}
.study_book ul li a .fk_txt1{
	margin: 37px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #333333;
}
.study_book ul li a .fk_txt2{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #666666;
}

.study_car {
	margin-top: 96px;
	margin-bottom: 80px;
}

.study_car .swiper-container{
	height: 520px;
}

.study_car .swiper-pagination-bullet {
    width: 26px!important;
    height: 4px!important;
    border-radius: 0px!important;
    
}
.study_car .study_car_banner{
	margin: 80px auto;
}
.study_car .swiper-pagination-bullet-active{
	background: #158CC8!important;
}
.study_car .study_car_list{
	
}
.study_car .study_car_list li{
	margin-bottom: 66px;
}
.study_car .study_car_list li:last-child{
	margin-bottom: 0px;
}
.study_car .study_car_list li a{
	display: flex;
}
.study_car .study_car_list  li a .fk_img{
	width: 282px;
	height: 189px;
	border-radius: 10px;
	opacity: 1;
	margin-right: 38px;
}
.study_car .study_car_list  li a .fk_img img{
	width: 100%;
	height: 100%;
}
.study_car .study_car_list  li a .fk_txt{
	width: 774px;
}
.study_car .study_car_list  li a .fk_txt div{
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #333333;
}
.study_car .study_car_list  li a .fk_txt div{
	
}
.study_car .study_car_list  li a .fk_txt p{
	width: 774px;
	height: 87px;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #666666;
	margin: 15px 0 0px;
}
.study_car .study_car_list  li a .fk_txt em{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	
	color: #999999;
}






.study_city{
	padding-bottom: 143px;
}
.study_city .study_city1{
	position: relative;
}
.study_city .study_city1>h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	
	color: #3D3D3D;
	margin: 0px auto 54px;
	padding-top: 54px;
}
.study_city .study_city1>p{
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0.05em;
	color: #333333;
	margin-bottom: 76px;
}
.study_city ul{
	display: flex;
	flex-wrap: wrap;
}
.study_city ul li{ 
	width: 282px;
	margin-right: 24px;
	margin-bottom: 38px;
}
.study_city ul li:nth-child(4n){ 
	margin-right: 0px;
}
.study_city ul li a{ 
	
}
.study_city ul li a>div{
	width: 282px;
	height: 264px;
}
.study_city ul li a>div img{
	width: 100%;
	height: 100%;
}
.study_city ul li a em{
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0.05em;
	color: #333333;
	display: block;
	text-align: center;
}
.study_mybanner{
	
}
.study_mybanner img{
	width: 100%;
}
.study_mylist{
	padding-bottom: 100px;
	    position: inherit;
		padding-top: 52px;
}








/* 刊物 */

.book_detail{
	
}
.book_detail .pople_detail1{
	
}
.book_detail .pople_detail1 .fk_img {
    
}
.book_detail .pople_detail1 .fk_txt{
	width: 630px;
}
.book_detail .pople_detail1 .fk_txt h2{
	margin-bottom: 18px;
}
.book_detail .pople_detail1 .fk_buy{
	width: 130px;
	margin-left: 100px;
}
.book_detail .pople_detail1 .fk_buy img{
	width: 130px;
	height: 130px;
	margin-bottom: 13px;
}
.book_detail .pople_detail1 .fk_buy em{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #158CC8;
	display: block;
	text-align: center;
	
}
.book_detail .book_denglu{
	
}
.book_detail .book_denglu p{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.01em;
	color: #666666;
	margin: 75px auto 44px;
	text-align: center;
}
.book_detail .book_denglu a{
	margin: 0 auto;
	width: 141px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 52px;
	background: #158CC8;
	box-sizing: border-box;
	border: 1px solid #158CC8;
	color: #fff;
}

/* 无人车风云榜单 */
.vehicle{
	padding-bottom: 180px;
}
.vehicle .vehicle_tab{
	height: 200px;
	border-radius: 10px;
	background: #FFFFFF;
	margin-top: -100px;
	background-color: #fff;
}
.vehicle .vehicle_tab ul{ 
	display: flex;
}
.vehicle .vehicle_tab ul li{ 
	width: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	    padding-bottom: 26px;
	    position: relative;
		border-right: 1px solid #D8D8D8;
		background: #fff;
}
.vehicle .vehicle_tab ul li:last-child{ 
	border-right:none;
}
.vehicle .vehicle_tab ul .selected em{
	width: 240px;
	    height: 4px;
	    opacity: 1;
	    display: block;
	    background: #40A1D2;
	    position: absolute;
	    top: 195px;

}
.vehicle .vehicle_tab ul li img{ 
	width: 86px;
	height: 86px;
	margin-top: 39px;
	margin-bottom: 10px;
}
.vehicle .vehicle_tab ul li p{ 
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #158CC8;
}
.vehicle .vehicle_a{
	background: #FFFFFF;
	height: 803px;
	padding: 60px 37px 100px;
	margin-top: 30px;
	
}
.vehicle .vehicle_a .vehicle_list{
	
}
.vehicle .vehicle_a .vehicle_list h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0.05em;

	color: #333333;
	margin-bottom:40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #D8D8D8;
}
.vehicle .vehicle_a .vehicle_list ul{
	
}
 .vehicle_a .vehicle_list ul li{
	height: 46px;
	line-height: 46px;
}
 .vehicle_a .vehicle_list ul li:nth-child(2n){
	background: #F3F4FB;
}
 .vehicle_a .vehicle_list ul li a{
	display: flex;
   
}
.vehicle_a .vehicle_list ul li a>div{
	width: 46px;
	height: 46px;
	margin: 0 47px 0 60px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #999999;
}
.vehicle_a .vehicle_list ul li a>div img{
	
}
.vehicle_a .vehicle_list ul li a p{
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	letter-spacing: 0.05em;

	color: #333333;
}
.vehicle_a .vehicle_list em{
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	letter-spacing: 0.05em;
	color: #999999;
	margin-left: 122px;
	margin-top: 30px;
}


/* 留言 */
.leave{
	background: url('../img/leave.png') no-repeat center;
	width: 100%;
	    height: 100%;
}
.leave .leave_list{
	margin: 120px 290px 0 300px;
	display: flex;
}
.leave .leave_list .leave_left{
	width: 420px;
	margin-right: 160px;
	color: #fff;
}
.leave .leave_list .leave_left h2{
	margin-bottom: 56px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.1em;

}
.leave .leave_list .leave_left .p1{
	font-size: 18px;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 56px;
}
.leave .leave_list .leave_left .leave_img{
	display: flex;
}
.leave .leave_list .leave_left .leave_img div{
	margin-right: 52px;
	width: 114px;
	height: 114px;
}
.leave .leave_list .leave_left .leave_img div img{
	width: 100%;
	height: 100%;
}
.leave .leave_list .leave_left .leave_img div p{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0em;
	margin-top: 13px;
}






.leave .leave_list .leave_right{
	width: 740px;
	height: 518px;
	opacity: 1;

	background: rgba(0, 0, 0, 0.4);
	padding: 25px 40px 0 50px;
}
.leave .leave_list .leave_right h4{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	
	color: #E8E8E8;
	margin-bottom: 21px;
}
.leave .leave_list .leave_item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.leave .leave_list .leave_item .leave_form{
	height: 38px;
	background-color: #fff;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	border-radius: 4px;
}
.leave .leave_list .leave_item .leave_form:last-child{
	height: 72px;
}
.leave .leave_list .leave_item .leave_form>div{
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}
.leave .leave_list .leave_item .leave_form>div img{
	
}
.leave .leave_list .leave_item .leave_form input{
	width: 100%;
	border: none;
}
.leave .leave_list .leave_item .leave_form textarea{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
}

.leave .leave_list .leave_item .leave_form1{
	width: 315px;
	
}
.leave .leave_list .leave_item .leave_form2{
	width: 650px;
}
.leave .leave_list  .leave_zixun{
	display: flex;
	justify-content: space-between;
}
.leave .leave_list  .leave_zixun h5{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #C4C4C4;
	margin-bottom: 17px;
}
.leave .leave_list  .leave_zixun .zixun_list{
	display: flex;
	flex-wrap: wrap;
	width: 357px;
}
.leave .leave_list  .leave_zixun .zixun_list>div{
	width: 85px;
	margin-right: 34px;
	margin-bottom: 19px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	
	color: #FFFFFF;
}
.leave .leave_list  .leave_btn{
	display: flex;
	    flex-direction: column-reverse;
		cursor: pointer;
}
.leave .leave_list  .leave_btn p{
	width: 141px;
	height: 42px;
	border-radius: 4px;
	background: #158CC8;
	box-sizing: border-box;
	border: 1px solid #158CC8;
	font-size: 18px;
	font-weight: 500;
	line-height: 42px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	
	color: #FFFFFF;
}
.leave input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin-left: auto;
  width: 16px;
  height: 16px;
  background: url("../img/dui1.png") no-repeat center;
  background-size: cover;
  vertical-align: middle;
/*  border-radius: 50%; */
}
.leave input[type=radio]:checked {
  background-image: url("../img/dui.png");
}