.section{
   background: #fff;
}


.index_banner_item{
	position: relative;
}

.index_banner_item img{
	width: 100%;
}

.index-swiper-container{
	overflow: hidden;
	width: 100%;
	position: relative;
}



.index_banner_content{
	max-width: 1520px;
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.index_banner_content h3{
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-shadow: black 0.01em 0.1em 0.01em;
}

.index_banner_content .aL{
	margin-top: 4%;
}


.index_banner_content .aL a{
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: block;
	width: 140px;
	line-height: 40px;
	border-radius: 0 20px 0 20px;
	background-image: linear-gradient(to right,#ff6600, #ff6600);
}

.index_w{
	max-width: 1520px;
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}


.index_title{
	display: flex;
	font-size: 24px;
	color: #003b57;
	line-height: 1;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.index_title strong{
   font-size: 38px;
   vertical-align: top;
   font-weight: bold;
   color: #003b57;
}

.index_title em,.index_title span{
	vertical-align: bottom;
}


.index_title em,.index_title span{
	color: #0a7985;
	font-weight: bold;
	vertical-align: bottom;
}


.index_title a{
	font-size: 12px;
	margin-top: 24px;
	color: #0a7985;
}

.index_news_container {
	padding: 4% 0;
}

.index_news_Wraps{
    display: flex;
    position: relative;
    justify-content: space-between;
}

.index_news_item{
	width: 47.5%;
}

.notice_content,.news_content{
	margin-top: 46px;
}


.notice_content .item:hover .date .month{
	color: #0a7985;
}
.notice_content .item:first-of-type{
	border-top: 1px solid #dcdddd;
}
.notice_content .item .t{
	padding-left: 30px;
	flex: 1;
	transition: all .3s;
	line-height: 1.6;
	font-size: 18px;
}



.notice_content .item .t a{
	transition: all .3s;
	
}

.notice_content .item:hover  .t a{
	font-weight: 600;
	color: #0a7985;
}
.notice_content .item .date{
	text-align: right;
	line-height: 1.6;
	padding: 0 30px;
	position: relative;
}

.notice_content .item .date:before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 50px;
	background-color: #efefef;
	top: 50%;
	transform:translateY(-50%);
}

.notice_content .item .date .month{
   font-size: 22px;
   color: #333333;
}

.index-swiper-container{
	--swiper-pagination-color: #ff6600;/* 两种都可以 */
}

.notice_content .item .date .year{
   font-size: 14px;
   color: #999999;
}


.news_content .item{
	display: flex;
	align-items: center;
	padding:3.7% 0;
	font-size: 18px;
	border-bottom: 1px solid #dcdddd;
}

.news_content .item  .date{
	font-size: 16px;
	font-weight: bold;
	color: #3d939c;
	
}

.news_content .item  .t{
	flex: 1;
	padding-left: 10px;
}


.news_content .item  .t a:hover{
	color: #0a7985
}


.news_content .item:first-child img{
	width: 100%;
}
.news_content .item:first-child .t a{
	color: #fff;
}

.news_content .item:nth-child(n+2) .img{
   display: none;
}
.news_content .item:first-child{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	display: block;
	margin-bottom: 4%;

}

.news_content .item:first-child .date{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	top: 0;
	border-radius: 0 0 10px 0;
	left: 0;
	padding: 0 30px;
	background: rgba(11,122,134,.9);
}

.news_content .item:first-child .img{
	position: relative;
	padding-top: 47%;
	border-radius: 10px;
	overflow: hidden;
}

.news_content .item:first-child .img img{
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all .3s;
	height: 100%;
}


.news_content .item:first-child .img:hover img{
   transform:  translate(-50%, -50%) scale(1.1)

}

.news_content .item:first-child .img:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 30%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.57));
}

.news_content .item:first-child .t{
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 4%;
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 3;
	font-weight: bold;
}


.index_news_Wraps  .index_notice_item{
	position: absolute;
	right: 0;
	flex-direction: column;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}


.index_notice_item .notice_content{
	display: flex;
	flex: 1;
	flex-direction: column;
}

.notice_content .item{
	flex: 1;
	box-sizing: border-box;
	max-height: 25%;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcdddd;
}


.index_media_container{
	background-image: linear-gradient( #218b97,#0c7682);
	padding: 4% 0; 
}

.index_title_white,
.index_title_white strong{
	color: #ffffff;
}


.index_title_white span , .index_title_white em{
	color: #fff;
}

.index_title_white{
	padding-bottom: 3%;
    border-bottom: 1px solid rgba(250,250,250,.4);
}

.index_media_container .index_title a{
	color: #ffffff;
}


.index_media_warp{
	display: flex;
	padding-top: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_media_warp  .add{
	color: #fff;
	position: absolute;
	top: 40px;
	right: 20px;
	display: none;
	font-size: 20px;
	color: #fff;
}

.index_media_warp .media_item:hover{
	background-color: rgba(250,250,250,.1);
}

.index_media_warp .media_item:hover .add{
	display: block;
}

.index_media_warp .media_item .img{
	overflow: hidden;border-radius: 8px;
}



.index_media_warp .media_item:hover img{
	transform:translateY(-50%) scale(1.1);
}

.index_media_warp .media_item{
	width: 48%;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(250,250,250,.2);
	
}

.index_media_warp .media_item .img{
	flex: 0 0 40%;
	padding-top: 26%;
	overflow: hidden;
	position: relative;
}



.index_media_warp .media_item .img img{
	width: 100%;
	position: absolute;
	min-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	
}


.index_media_warp .media_item .t{
	padding-left: 20px;
}


.index_media_warp .media_item .tag{
   border-radius: 0 20px 0 20px;
   background-color: #4fa6b0;
   display: inline-block;
   line-height: 34px;
   color: #fff;
   font-size: 14px;
   padding: 0 20px;
}


.index_media_warp .media_item h6 font{
	color: #fff !important;
}
.index_media_warp .media_item h6{
	font-size: 18px;
	color: #fff;
	margin: 4% 0;
	line-height: 1.6;
}

.index_media_warp .media_time{
	font-size: 14px;
	color:#fff;
	opacity: 0.4;
} 


.index_advertisement {
    padding: 4% 0;
}

.ad_top{
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}

#swiper-container1 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: rgba(250,250,250,.4);
}

.ad_top img{
    width: 100%;
    
}

.ad_top .swiper-pagination{
	text-align: right;
	box-sizing: border-box;
	padding-right: 40px;
}

.ad_bottom{
    margin-top: 5%;
}

.ad_bottom .title,.index_view_container .title{
    text-align: center;   
    color: #0f7e8a;
    line-height: 1;
    font-size: 26px;
    font-weight: bold;
}


.ad_bottom .title strong,.index_view_container .title strong{
    font-size: 38px;
    vertical-align: top;
    font-weight: bold;
    color: #003b57;
}

.ad_bottom .title  span , 
.ad_bottom .title em,
.index_view_container .title span,
.index_view_container .title em{
    vertical-align: bottom;
}


.index_partner{
    margin: 6% 0 0%;
    padding-bottom: 6%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.index_partner .img{
	max-width: 100px;
	min-height:100px;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	text-align: center;
}

.index_partner img{
	max-width: 100px;
	max-height:100px;
}


.index_experts{
    background-size: cover;
    padding: 4% 0;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
}



.index_experts_wrap{
	width: 100%;
	overflow: hidden;
	margin:4% 0 ;
	position: relative;
}

.index_experts_wrap_out{
	position: relative;

}

.index_experts_wrap_out .swiper-button-next{
	right: -80px;
	outline: none;
}

.index_experts_wrap_out .swiper-button-prev{
	left: -80px;
	outline: none;
}

.index_experts_wrap  .swiper-slide .img i{
	display: none;
}
.index_experts_wrap  .swiper-slide  img{
	border-radius:50%;
	width: 75%;
	
}


.index_experts_wrap  .swiper-slide.on  img{
	border: 8px solid #fff;
}

.index_experts_wrap  .swiper-slide.on .img{
	background-image:linear-gradient(#2fa7b4, #056f7a );
}

.index_experts_wrap  .swiper-slide:hover .img:before{
	content: "";
	display: block;
	width: 80%;
	padding-top: 80%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	left: 50%;
	z-index: -1;
	background-color: #FFF;
}

.index_experts_wrap  .swiper-slide:hover .img i{
	display: block;
}

.index_experts_wrap  .swiper-slide:hover .img{
	background-image:linear-gradient(#2fa7b4, #056f7a );
}

.index_experts_wrap  .swiper-slide .img{
	text-align: center;
	z-index: 1;
	position: relative;
	padding: 20px 0;
	border-radius: 50% 0 50% 50%;
	background-image: none;
}

.index_experts_wrap  .swiper-slide .img i{
	position: absolute;
	right: 20px;
	top: 20px;
    font-size: 18px;
	color: #fff;
}

.index_experts_wrap  .swiper-slide h6{
	font-size: 18px;
	color: #fff;
	margin-top: 4%;
	font-weight: bold;
	text-align: center;
}

.index_title_white a{
	color: #fff;
}

.index_partner,.index_view_wrap{
	--swiper-pagination-color: #0d7884;
}

.index_partner .swiper-pagination-bullet,
.index_view_wrap .swiper-pagination-bullet
{
	 background-color:  #0d7884;
}

.immg{
	border-radius: 50%;
	width: 75%;
	background-position: center;
	background-size: cover;
	padding-top:75%;
	margin:  0 auto;
}



.index_partner .name{
	font-size: 14px;
	margin-top: 10%;
	line-height: 1.5;
}


.index_view_container {
	padding: 4% 0;
}

.index_view_wrap .img{
	width: 100%;
	position: relative;
}

.index_view_wrap .swiper-slide:hover img{
     transform: translateY(-50%) scale(1.1);
 } 


.index_view_wrap .box{
	overflow: hidden;
	position: relative;
	padding-top: 56%;
	border-radius: 10px;
}


.index_view_wrap .img img{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	min-height: 100%;
	transition: all .3s;
	overflow: hidden;
}

.index_view_wrap .img .time{
	position: absolute;
	padding:0 28px ;
	font-size: 14px;
	color: #fff;
	bottom: -28px;
	border-radius: 0 25px 25px 25px;
	line-height: 50px;
	background-color: #ff6600;
}

.index_view_container .t{
	margin-top: 60px;
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #dcdddd;
}
.index_view_container .swiper-slide:hover .t h6 a{
	color: #0f7e8a;
}


.index_view_container .t h6{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	
}

.index_view_container .t h5{
	margin-top: 20px;
	color: #666666;
}


.index_view_container .t h5{
	font-size: 14px;
}


.index_view_wrap{
	padding: 4% 0;
	overflow: hidden;
	position: relative;
}


.index_view_container .t .line,.notice_content .item .line{
	width: 100%;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	left: 0;
	position: absolute;
	bottom: -1px;
}

.index_view_container .t .line i,.notice_content .line i{
	color: #3d939c;
	height: 8px;
	overflow: hidden;
	font-size: 13px;

}

.index_view_container  .swiper-slide:hover .t .line .wi{
	opacity: 1;
	flex:1;
}

.notice_content .item:hover  .line .wi{
	opacity: 1;
	flex:1;
}

.notice_content .item:hover .line{
	opacity: 1;
}




.index_view_container .t .line,.notice_content .item .line{
	opacity: 0;
}

.index_view_container .swiper-slide:hover .t .line{
	opacity: 1;
}


.index_view_container .t .line .wi,
.notice_content .line .wi
{
	width: 10px;
	transition: flex .5s;
	background: #3d939c;
	height: 1px;
	flex: 0 0 10px;
	display: inline-block;
}
/*div {
  width: 100px;
  height: 100px;
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
}*/




@media screen and (max-width: 768px) {
    .index_news_container{
        padding: 0.4rem 0;
    }   

    .index_w{
    	width: 94%;
    	max-width: none;
    	min-width: auto;
    }

    .index_news_Wraps .index_notice_item{
    	position: static;
    	margin-top: 0.4rem;
    }

    .index_title a{
    	font-size: 0.24rem;
    }

    .index_title{
    	font-size: 0.24rem;
    }

    .index_news_item{
    	width: 100%;
    }

    .index_news_Wraps{
    	flex-wrap: wrap;
    }

    .index_title strong{
    	font-size: 0.3rem;
    }

    .notice_content, .news_content{
    	margin-top: 0.4rem;
    }

    .news_content .item:first-child .t{
    	font-size: 0.24rem;
    }
    .news_content .item{
    	font-size: 0.24rem;
    }
    .news_content .item .date{
    	font-size: 0.24rem;
    }

    .notice_content .item .date .month{
    	font-size: 0.3rem;
    }

    .notice_content .item .date .year{
    	font-size: 0.24rem;
    }
    .notice_content .item{
    	padding: 0.2rem 0;
    }
    .notice_content .item .t{
    	padding-left: 10px;
    	font-size: 0.24rem;
    }
    .index_media_container{
    	padding: 0.4rem 0;
    }

    .index_title_white{
    	padding-bottom: 0.4rem;
    }

    .index_media_warp .media_item{
    	width: 100%;
    	padding: 0.3rem 0;
    }
    .index_media_warp .media_item .tag{
    	line-height: 2;
    	font-size: 0.24rem;
    	padding: 0 0.3rem;
    }
    
    .index_media_warp .media_time{
    	font-size: 0.2rem;
    }

    .index_media_warp .media_item h6{
    	font-size: 0.24rem;
    }

    .ad_top{
    	border-radius: 0;
    }
    .ad_top .swiper-pagination{
    	text-align: center;
    	padding-right: 0;
    }
    .ad_bottom .title, .index_view_container .title{
    	font-size: 0.24rem;
    }

    .ad_bottom .title strong, .index_view_container .title strong{
    	font-size: 0.3rem;
    }
    .index_view_wrap .img .time{
    	position: static;
    	border-radius: 0;
    	padding: 0 ;
    	color: #ccc;
    	border-radius: 10px;
    	line-height:2;
    	background-color: #fff;
    }
    .index_view_container .t{
    	margin: 0rem;
    	padding-bottom: 0.2rem;
    }

    .index_view_container .t h5{
    	margin-top: 0.2rem;
    	font-size: 0.24rem;
    }
    
    .index_experts_wrap .swiper-slide h6{
    	font-size: 0.24rem;
    	margin-top: 2%;
    }

    .index_view_container .t h6{
    	font-size: 0.3rem;
    }

    .index_view_wrap{
    	padding-bottom: 30px;
    }

    .index_partner img{
    	width:60%;
    }

    .index_partner{
    	padding-bottom: 30px;
    }


    .index_banner_item img{
    	height: 3rem;
    	width: auto;
    	max-width: none;
    }

    .index_banner_content h3{
    	font-size: 0.3rem;
    }
    .index_banner_item{
    	overflow: hidden;
    }

    .index_banner_content .aL a{
    	font-size: 0.24rem;
    	width: auto;
    	display: inline-block;
    	padding: 0 0.2rem;
    	line-height: 2;
    	border-radius: 0 0.3rem 0 0.3rem;
    }


    .index_experts_wrap_out{
    	width: 100%;overflow: hidden;
    }

    .index_view_container .t .line, .notice_content .item .line{
    	display: none;
    }


}








.more-link .moretext {
    display: inline;
    display: none;
}

.more-link .moretext {
    display: inline;
    display: none;
}