/* banner */
.banner{position: relative;width: 100%;height:auto;overflow: hidden;}
.banner .swiper-container{width: 100%;height: 100%;}
/* .banner .swiper-container img{width: 100%;height:100%;} */
.banner .list{width:100%;height: 100%;}
.banner #pc{display: block;}
.banner #mb{display: none;}
.banner .swiper-button-prev{background:rgba(0,0,0,0.47) url('../images/arrow-left-light.png') no-repeat center;left: calc((100% - 1500px)/2);width: 73px;height: 73px;border-radius: 50%;}
.banner .swiper-button-next{background:rgba(0,0,0,0.47) url('../images/arrow-right-light.png') no-repeat center;right: calc((100% - 1500px)/2);width: 73px;height: 73px;border-radius: 50%;}
.banner .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}
.banner .swiper-pagination span{width: 14px;height: 14px;background: #b5b5b5;padding: 0;border: solid 1px transparent;opacity: 1;border-radius: 50%;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{background: #e62128;border-color:transparent;border-radius: 10px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 16px;}
.banner .swiper-pagination-bullet{border-radius: 16px;}
.banner .swiper-pagination{height: auto;bottom: 3.5%;}
/* .banner .swiper-pagination span{width: 16px;height: 16px;margin: 0 8px;border: 3px solid #fff;} */
.banner .vdo_wrap .vedio_itdc{padding: 0 2.3%;width: auto;top: 69%;left: 50%;transform: translateX(-50%);color: #fff;font-size: 20px;background: #07C26b;border-radius: 30px;}
 .banner .vdo_wrap .vedio_itdc p{display: inline-block;margin-right: 25px;padding: 8% 0;vertical-align: middle;}
 .banner .vdo_wrap .vedio_itdc i.more{display: inline-block;width: 30px;height: 24px;vertical-align: middle;background:url(../images/i_vdo.png)no-repeat center}
.banner .swiper-container .hide{
  opacity:0;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  transition:opacity .5s;
}
.banner .list01{position: relative;}
@media only screen and (max-width:1420px){
	.banner .swiper-button-prev{left: 5%;}
	.banner .swiper-button-next{right: 5%;}
}
@media only screen and (max-width:750px){
	/* .banner #pc{display: none;}
	.banner #mb{display: block;} */
}
@media only screen and (max-width:480px){
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;width: 10px;height: 10px;}
}

/* 文案 */
.banner .banner_text{position: absolute;left: 0;bottom: 145px;width: 100%;color: #fff;}
.banner .banner_text .tit{margin-bottom: 2%;font-size: 18px;text-shadow: 1.5px 1.5px 1px #333;}
.banner .banner_text ul li{margin-top: 1%;font-size: 14px; text-shadow: 0.1em 0.1em #333;}
.banner .banner_text ul li:nth-child(1){margin-top: 0; }
.banner .list_wrap.after .banner_text .tit{animation: fdinDown 0.5s 0s linear forwards;}
.banner .list_wrap.after .banner_text .list_con{animation: fdinRight 0.5s 0s linear forwards;;}
@keyframes fdinDown{
	from{transform: translateY(-30px);opacity: 0;}
	to{transform: translateY(0);opacity: 1;}
}
@keyframes fdinRight{
	from{transform: translateX(-30px);opacity: 0;}
	to{transform: translateX(0);opacity: 1;}
}
@media only screen and (max-width:750px){
	.banner .banner_text{top: 31%;bottom: auto;}
	.banner .banner_text .tit{display: none;}
	.banner .list_wrap .banner_text .list_con{display: none;}
}

.banner_pagination{position: absolute;left: 0;bottom: 37px;width: 100%;z-index: 2;}
#banner_nav {width: 100%;}
#banner_nav .item{padding: 13px 12px 14px 8%;background: #fff;cursor: pointer;box-sizing: border-box;}
#banner_nav .item i{display: inline-block;width: 48px;}
#banner_nav .item .text{width: calc(97% - 48px);width: -webkit-calc(97% - 48px);}
#banner_nav .item .text .tit{font-size: 18px;}
#banner_nav .item .text p{margin-top: 1%;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#banner_nav .on .item{background: #07a4df;color: #fff;}
#banner_nav .on .item i{filter: brightness(100);}
@media only screen and (max-width:750px){
	.banner_pagination{position: initial;}
	.banner_pagination .w1200{width: 100%;max-width: 100%;}
	#banner_nav .item i{display: none;}
	#banner_nav .item{padding: 10px 3%;text-align: center;}
	#banner_nav .item .text{width: 100%;}
	#banner_nav .item .text .tit{font-size: 14px;}
	#banner_nav .item .text p{display: none;}
}

/* commmon_css */
.idx_title{font-size: 36px;}
@media only screen and (max-width:1300px){
	.idx_title{font-size: 30px;}
}
@media only screen and (max-width:768px){
	.idx_title{font-size: 24px;}
}
@media only screen and (max-width:480px){
	.idx_title{font-size: 22px;}
}

/* profile */
.home_profile{padding: 5.7% 0 4.4%;}
.home_profile .content_layout{display: flex;flex-wrap: wrap;justify-content: space-between;}
.home_profile .content_layout .lf_part{padding: 0 6% 1% 0;width: 50%;min-height: 473px;box-sizing: border-box;transition: all .3s;background-size: cover;box-sizing: border-box;}
.home_profile .content_layout .lf_part .top_box .name{font-size: 38px;text-transform: uppercase;font-family: arial;}
.home_profile .content_layout .lf_part .top_box em{display: inline-block;margin-top: 1.5%;color: #333;}
.home_profile .content_layout .lf_part .txt{box-sizing: border-box;font-size: 15px;line-height: 30px;color: #333;}
.home_profile .content_layout .lf_part .txt p{}
.home_profile .content_layout .lf_part .other_box{margin-top: 25px;}
.home_profile .content_layout .lf_part .other_box .flx_w{justify-content: flex-start;}
.home_profile .content_layout .lf_part .other_box .item{margin:0 0 1% 0;font-size: 15px;}
.home_profile .content_layout .lf_part .other_box .item a{display: inline-block;padding: 13px 32px;box-sizing: border-box;white-space: nowrap;border-radius: 5px;background: #07a4df;color:#fff}
.home_profile .content_layout .lf_part .other_box .item a i{display: inline-block;margin-left: 10px;vertical-align: middle;}
.home_profile .content_layout .lf_part .other_box .item a i img{display: block;}
.home_profile .rt_part{width: 48%;}
.home_profile .rt_part .ab_img{position: relative;z-index: 1;}
.home_profile .rt_part .ab_img .img_bg{box-sizing: border-box;padding: 6px;background-color: #fff;border-radius: 6px;}
.home_profile .rt_part .ab_img .img_bg:after{content: "";position: absolute;left: 8%;top: 9%;width: 97%;height: 96%;background: #e0e2e1;z-index: -1;}
.home_profile .rt_part .ab_img .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}
.home_profile .rt_part .ab_img .swiper-pagination span{width: 20px;height: 20px;background: #fff;padding: 0;margin: 0;margin: 0 5px;opacity: 1;border-radius: 0;line-height: 20px;text-align: center;border-radius: 50%;}
.home_profile .rt_part .ab_img .swiper-pagination span.swiper-pagination-bullet-active{background: #07a4df;color: #fff;border: 1px solid #07a4df;}
.home_profile .rt_part .ab_img .swiper-pagination-bullet{border-radius: 16px;}
.home_profile .rt_part .ab_img .swiper-pagination{width: 95%;height: auto;bottom: 5%;text-align: right;}

.home_profile .content_layout .video_part{width: 100%;transition: all .5s;cursor: pointer;}
.home_profile .content_layout .video_part .videolist{position: relative;}
.home_profile .content_layout .video_part img.ico{width: 100%;}
.home_profile .content_layout .video_part .videoed{position: absolute;top: 50%;left: 50%;width: auto;transform: translate(-50%,-50%);transition: all .5s;}
.home_profile .content_layout .video_part:hover .videoed{transform: translate(-50%,-50%) rotateZ(120deg);}
.home_profile .content_layout .video_part .video_hide{display: none;height: 100%;}
.home_profile .content_layout .video_part .video_hide video{object-fit: contain;width: 100%;height: 100%;background: #000;}
.home_profile .content_layout .video_part .video_hide iframe{object-fit: contain;width: 100%;height: 100%;background: #000;}
.home_profile .content_layout .video_part .video_hide iframe video{object-fit: contain;}
.home_profile .content_layout .video_part .video_hide embed{width: 100%;height: ;}

.bg_mask {display: none;position: fixed;left: 0%;top: 0%;width: 100%;height: 100%;z-index: 99;background: rgba(0, 0, 0, .9);}
.videos {display: none;position: fixed;left: 50%;top: 50%;max-width: 85%;transform: translate(-50%, -50%);z-index: 100;width: 1000px;height: 450px;}
.videos video {object-fit: fill;width: 100%;}
.vclose {position: absolute;right: -35px;top: -20px;border-radius: 100%;cursor: pointer;}
.home_profile .line{margin: 3.2% 0;}
@media only screen and (max-width:1150px){
	.home_profile .content_layout .lf_part{width: 100%;padding:0 0 8%;background-size: cover;min-height: auto;}
	.home_profile .content_layout .lf_part .txt{padding: 0;}
	.home_profile .content_layout .lf_part .top_box .name{font-size: 24px;}
	.home_profile .rt_part{width: 100%;max-width: 700px;}
	.home_profile .content_layout .video_part{width: 100%;}
	.home_profile .content_layout .video_part .videoed{width: 75px;}
	.home_profile .content_layout .video_part .video_hide iframe{height: 400px;}
}
@media only screen and (max-width:768px){
	.home_profile{padding: 5% 0;}
	.home_profile .content_layout .lf_part .top_box .name{font-size: 33px;}
	.home_profile .content_layout .lf_part .other_box .item{margin: 0 10px 1% 0;transition: all .3s;font-size: 14px;}
	.home_profile .content_layout .lf_part .other_box .item a{padding: 13px 20px;transition: all .3s;}
	.home_profile .content_layout .lf_part .top_box .name{font-size: 26px;}
}
@media only screen and (max-width:480px){
	.home_profile{padding: 30px 0 30px;}
	.home_profile .line{margin:0 0 7%;}
	.home_profile .line img{width: 39px;}
	.home_profile .content_layout .video_part{margin-top: 0;}
	.home_profile .content_layout .video_part .videoed{width: 60px;}
	.home_profile .content_layout .lf_part{padding-bottom: 14%;}
	.home_profile .content_layout .lf_part .top_box .name{font-size: 20px;}
	.home_profile .content_layout .lf_part .top_box em{font-size: 12px;}
	.home_profile .content_layout .lf_part .txt{margin-top: 3%;}
	.home_profile .content_layout .lf_part .txt{font-size: 14px;line-height: 24px;}
	.home_profile .content_layout .lf_part .other_box .item{font-size: 12px;}
	.home_profile .content_layout .lf_part .other_box .item a{padding: 9px 13px;}
}

.home_advantage ul li{width: 24.6%;position: relative;overflow: hidden;}
.home_advantage ul li .img{position: relative;padding-bottom: 153%;width: 100%;height: 0;overflow: hidden;}
.home_advantage ul li .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);transition: transform 0.4s linear;}
.home_advantage ul li .img .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0);transition: background 0.3s linear;}
.home_advantage ul li .text{position: absolute;padding: 28px 9%;margin-top: -92px;top: 100%;left: 0;width: 100%;box-sizing: border-box;color: #fff;transition: all .3s linear;}
.home_advantage ul li .text .tit{font-size: 36px;margin-bottom: 14px;}
.home_advantage ul li .text .con{font-size: 14px;}
.home_advantage ul li:hover .img img{transform: translate(-50%,-50%) scale(1.1);}
.home_advantage ul li:hover .mask{background: rgba(0,0,0,0.3);}
.home_advantage ul li:hover .text{margin-top: 0;top: auto;bottom: 0;}
@media only screen and (max-width:1300px){
	.home_advantage ul li .text{margin-top: -77px;}
	.home_advantage ul li .text .tit{font-size: 26px;}
}
@media only screen and (max-width:990px){
	.home_advantage ul li .text{margin-top: -66px;}
	.home_advantage ul li .text .tit{font-size: 20px;}
}
@media only screen and (max-width:768px){
	.home_advantage ul li{width: 49.6%;}
	.home_advantage ul li .img{padding-bottom: 80%;}
}
@media only screen and (max-width:480px){
	.home_advantage{margin-top: 20px;}
	.home_advantage ul li{width: 50%;}
	.home_advantage ul li .img{padding-bottom: 100%;}
	.home_advantage ul li .text{padding: 28px 3%;}
	.home_advantage ul li .text .tit{font-size: 18px;}
	.home_advantage ul li .text .con{padding-right: 8px;height: 80px;overflow-y: scroll;font-size: 12px;box-sizing: border-box;}
	.home_advantage ul li .text .con::-webkit-scrollbar {
	 /*滚动条整体样式*/
	  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
	  height: 1px;
	  }
	.home_advantage ul li .text .con::-webkit-scrollbar-thumb {
	  /*滚动条里面小方块*/
	  border-radius: 4px;
	  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	  background   : #fff;
	  }
	  .home_advantage ul li .text .con::-webkit-scrollbar-track {
	  /*滚动条里面轨道*/
	  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	  border-radius: 4px;
	  background   : rgba(47, 154, 203, 0.4);
	  }
}

/* home_strength */
.home_strength{padding: 5% 0 5.2%;}
.home_strength .layout{align-items: center;}
.home_strength .lf_part{width: 50%;}
.home_strength .lf_part .title p{font-size: 32px;}
.home_strength .lf_part .title strong{font-size: 44px;line-height: 44px;}
.home_strength .lf_part .content{margin-top: 27%;}
.home_strength .lf_part .content .num_txt{justify-content: flex-start;}
.home_strength .lf_part .content .num_txt .item span{display: inline-block;vertical-align: baseline;}
.home_strength .lf_part .content .num_txt .item span.num{font-size: 53px;font-weight: bold;}
.home_strength .lf_part .content .num_txt .item span:nth-child(2){margin-left: 15px;font-size: 19px;}
.home_strength .lf_part .content .num_txt .item:nth-child(1){margin-right: 6.5%;}
.home_strength .lf_part .content .num_txt .item span:nth-child(2){margin-left: 15px;font-size: 19px;}
.home_strength .lf_part .content .con{margin-top: 8px;font-size: 18px;line-height: 29px;color: #262626;}
.home_strength .lf_part .net_web{position: absolute;top: 0;right: 0;width: 63%;z-index: -1;}
.home_strength .lf_part .net_web .img{position: relative;padding-bottom: 102%;width: 100%;height: 0;overflow: hidden;}
.home_strength .lf_part .net_web .img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0.28;}
.home_strength .rt_part{width: 50%;position: relative;color: #262626;}
/* .adv-list { position: absolute; left: 0; top: 0; padding: 50px 40px; color: #fff; width: 100%; } */
/* .about-ul { margin: 0 40px; } */
.home_strength .rt_part .about-ul li { float: left; width: 50%; text-align: center; padding: 20px;box-sizing: border-box;}
.home_strength .rt_part .about-ul li span{vertical-align: -webkit-baseline-middle;}
.home_strength .rt_part .about-ul strong { display: block; font-weight: 500;}
.home_strength .rt_part .about-ul .number { font-size: 60px; font-family: Arial;font-weight: bold;}
.home_strength .rt_part .about-ul .jia {margin-left: 5%; font-size: 18px;  font-family: Arial; }
.home_strength .rt_part .about-ul p { margin-top: 3.3%;font-size: 16px; line-height: 30px; text-align: center; }
@media only screen and (max-width:1300px){
	.home_strength .lf_part .title strong{font-size: 38px;line-height: normal;}
	.home_strength .lf_part .content .num_txt .item span.num{font-size: 40px;}
	.home_strength .lf_part .content .con{font-size: 16px;line-height: 28px;}
	.home_strength .rt_part .about-ul .number{font-size: 40px;}
}
@media only screen and (max-width:990px){
	.home_strength .lf_part{width: 100%;}
	.home_strength .rt_part{margin-top: 30px;width: 100%;}
}
@media only screen and (max-width:768px){
	.home_strength .lf_part .title p{font-size: 26px;}
	.home_strength .lf_part .title strong{font-size: 30px;}
	.home_strength .lf_part .content .num_txt .item span.num{font-size: 32px;}
}
@media only screen and (max-width:680px){
	.home_strength .lf_part .title{text-align: center;}
	.home_strength .lf_part .title p,.home_strength .lf_part .title strong{display: inline-block;font-size: 24px;}
	.home_strength .lf_part .net_web{display: none;}
	.home_strength .lf_part .content{display: none;}
}
@media only screen and (max-width:480px){
	.home_strength{padding: 30px 0;}
	.home_strength .lf_part .title p,.home_strength .lf_part .title strong{font-size: 20px;}
	.home_strength .rt_part .about-ul .number{font-size: 26px;}
	.home_strength .rt_part .about-ul li{padding: 20px 1%;}
	.home_strength .rt_part .about-ul p{font-size: 14px;line-height: 24px;}
}


/* home_partner */
.home_partner{padding: 4.6% 0 3.5%;background: #f0f0f0;}
.home_partner .lf_part{width:30%;box-sizing: border-box;}
.home_partner .lf_part b,.home_partner .lf_part em{display: block;}
.home_partner .lf_part b{font-size: 44px;color: #000;}
.home_partner .lf_part p{font-size: 32px;}
.home_partner .lf_part .slogan{margin-top: 12%;font-size: 18px;color: #262626;line-height: 30px;}
.home_partner .rt_part{width: 66%;}
/* .home_partner .rt_part ul{align-items: center;} */
/* .home_partner .rt_part ul li{width: calc(100% / 3);width: -webkit-calc(100% / 3);} */
@media only screen and (max-width:1300px){
	.home_partner .lf_part b{font-size: 38px;}
	.home_partner .lf_part .slogan{font-size: 16px;line-height: 28px;}
}
@media only screen and (max-width:990px){
	.home_partner .lf_part{width: 100%;}
	.home_partner .lf_part .slogan{margin-top: 4%;}
	.home_partner .lf_part p{font-size: 26px;}
	.home_partner .lf_part b{font-size: 30px;}
	.home_partner .rt_part{margin-top: 30px;width: 100%;}
}
@media only screen and (max-width:768px){
	.home_partner{padding: 5% 0;}
}
@media only screen and (max-width:680px){
	.home_partner .lf_part{width: 100%;}
	.home_partner .lf_part b{font-size: 16px;}
	.home_partner .lf_part em{font-size: 13px;line-height: 22px;}
	.home_partner .rt_part{width: 100%;}
}
@media only screen and (max-width:480px){
	.home_partner{padding: 30px 0 35px;}
	.home_partner .lf_part{text-align: center;}
	.home_partner .lf_part p{font-size: 20px;}
	.home_partner .lf_part .slogan{font-size: 14px;line-height: 24px;}
}

/* homt_news */
.home_news{padding: 45px 0 50px;}
.home_news .news_content{margin-top: 3%;}
.home_news .news_content .lf_part{width: 69%;}
.home_news .news_content .lf_part .big_top .img{position: relative;padding-bottom: 51%;width: 100%;height: 0;overflow: hidden;}
.home_news .news_content .lf_part .big_top .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.home_news .news_content .lf_part .big_top .text_part{position: absolute;left: 5%;top: 17.5%;width: 70%;max-width: 545px;color: #fff;z-index: 1;}
.home_news .news_content .lf_part .big_top .text_part .top span{display: inline-block;vertical-align: middle;font-size: 15px;text-shadow: 1.5px 1.5px 1px #333;}
.home_news .news_content .lf_part .big_top .text_part .top span.time{margin-left: 5px;padding-left: 8px;border-left: 2px solid #0ca7e0;}
.home_news .news_content .lf_part .big_top .text_part .tit{margin-top: 1%;font-size: 28px;line-height: 36px;text-shadow: 1.5px 1.5px 1px #333;}
.home_news .news_content .lf_part .big_top .text_part .con{margin-top: 3.5%;font-size: 15px;line-height: 24px;opacity: 0.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-shadow: 1.5px 1.5px 1px #333;}
.home_news .news_content .lf_part .small_btm{margin-top: 24px;}
.home_news .news_content .lf_part .small_btm .item{width: 49%;box-sizing: border-box;border: 1px solid #e1e1e1;}
.home_news .news_content .lf_part .small_btm .item a{ display: block; padding: 5.5% 2.5%; }
.home_news .news_content .lf_part .small_btm .item .top span{display: inline-block;vertical-align: middle;font-size: 15px;}
.home_news .news_content .lf_part .small_btm .item .top span:nth-child(1){color: #0ca7e0;}
.home_news .news_content .lf_part .small_btm .item .top span.time{margin-left: 5px;padding-left: 8px;border-left: 2px solid #0ca7e0;color: #262626;}
.home_news .news_content .lf_part .small_btm .item .tit{margin-top: 2.6%;font-size: 28px;line-height: 36px;}
.home_news .news_content .lf_part .small_btm .item .con{margin-top: 3.5%;font-size: 15px;line-height: 24px;opacity: 0.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 48px;}
.home_news .news_content .lf_part .small_btm .item:hover{box-shadow: 5px 5px 12px rgba(1,29,46,0.2);}
.home_news .news_content .rt_part{width: 29%;}
.home_news .news_content .rt_part .item{margin-bottom: 30px;}
.home_news .news_content .rt_part .item:nth-last-child(1){margin-bottom: 0;}
.home_news .news_content .rt_part .item .img{position: relative;padding-bottom: 57%;width: 100%;height: 0;overflow: hidden;}
.home_news .news_content .rt_part .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.home_news .news_content .rt_part .item .text_part{padding: 7% 6.5%;box-sizing: border-box;border: 1px solid #e1e1e1;}
.home_news .news_content .rt_part .item .text_part .top span{display: inline-block;vertical-align: middle;font-size: 15px;}
.home_news .news_content .rt_part .item .text_part .top span:nth-child(1){color: #0ca7e0;}
.home_news .news_content .rt_part .item .text_part .top span.time{margin-left: 5px;padding-left: 8px;border-left: 2px solid #0ca7e0;color: #262626;}
.home_news .news_content .rt_part .item .text_part .tit{font-size: 25px;line-height: 36px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 48px;}
.home_news .news_content .rt_part .item:hover{box-shadow: 5px 5px 12px rgba(1,29,46,0.2);}
@media only screen and (max-width:1300px){
	.home_news .news_content .rt_part .item{margin-bottom: 21px;}
	.home_news .news_content .rt_part .item .text_part{padding: 7% 3%;}
	.home_news .news_content .lf_part .big_top .text_part .tit{margin-top: 3%;font-size: 22px;line-height: normal;}
	.home_news .news_content .lf_part .small_btm .item .tit{font-size: 18px;line-height: normal;}
	.home_news .news_content .rt_part .item .text_part .tit{margin-top: 3%;font-size: 18px;line-height: normal;}
}
@media only screen and (max-width:990px){
	.home_news .news_content .lf_part .big_top .text_part .tit{font-size: 18px;}
}
@media only screen and (max-width:768px){
	.home_news .news_content{margin-top: 30px;}
	.home_news .news_content .lf_part{width: 100%;}
	.home_news .news_content .lf_part .small_btm .item .tit{font-size: 16px;min-height: 42px;}
	.home_news .news_content .lf_part .small_btm .item .con{font-size: 14px;}
	.home_news .news_content .rt_part{margin-top: 20px;width: 100%;}
	.home_news .news_content .rt_part .layout{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.home_news .news_content .rt_part .item{margin-bottom: 0;width: 49%;}
	.home_news .news_content .rt_part .item .text_part .tit{font-size: 16px;min-height: 42px;}
}
@media only screen and (max-width:480px){
	.home_news{padding: 30px 0;}
	.home_news .news_content .lf_part .big_top .text_part{position: initial;padding:5% 2.5%;width: 100%;box-sizing: border-box;color: #000;}
	.home_news .news_content .lf_part .big_top .text_part{}
	.home_news .news_content .lf_part .small_btm .item{margin-bottom: 5px;width: 100%;}
	.home_news .news_content .rt_part{display: none;}
	.home_news .news_content .lf_part .big_top .text_part .top span{text-shadow: none;}
	.home_news .news_content .lf_part .big_top .text_part .tit{text-shadow: none;}
	.home_news .news_content .lf_part .big_top .text_part .con{text-shadow: none;}
}

