.index_kv__body .swiper-button-next , .index_kv__body .swiper-button-prev{
	width: 38px;
	height: 110px;
}
.index_kv__body .swiper-button-next:after , .index_kv__body .swiper-button-prev:after{
	content: "";
}
.index_kv__body .swiper-button-next{
	background: url(../images/index_2021/index_kv_next_btn.png) center no-repeat;
	background-size: 100% 100%;
}
.index_kv__body .swiper-button-next:hover{
	background-image: url(../images/index_2021/index_kv_next_btn_hover.png);
}
.index_kv__body .swiper-button-prev{
	background: url(../images/index_2021/index_kv_prev_btn.png) center no-repeat;
	background-size: 100% 100%;
}
.index_kv__body .swiper-button-prev:hover{
	background-image: url(../images/index_2021/index_kv_prev_btn_hover.png);
}


.mobile_index_kv__body .swiper-button-next , .mobile_index_kv__body .swiper-button-prev{
	width: 14px;
	height: 48px;
}
.mobile_index_kv__body .swiper-button-next:after , .mobile_index_kv__body .swiper-button-prev:after{
	content: "";
}
.mobile_index_kv__body .swiper-button-next{
	background: url(../images/index_2021/index_kv_next_btn.png) center no-repeat;
	background-size: 100% 100%;
}
.mobile_index_kv__body .swiper-button-next:hover{
	background-image: url(../images/index_2021/index_kv_next_btn_hover.png);
}
.mobile_index_kv__body .swiper-button-prev{
	background: url(../images/index_2021/index_kv_prev_btn.png) center no-repeat;
	background-size: 100% 100%;
}
.mobile_index_kv__body .swiper-button-prev:hover{
	background-image: url(../images/index_2021/index_kv_prev_btn_hover.png);
}

.index_kv__body .kv_pagination{
	text-align: center;
	right: auto;
	left: 0;
	width: 100%;
}
.index_kv__body .kv_pagination span{
	width: 80px;
}
.index_kv__body .kv_pagination span em{

}

.index_products__body{
	padding: 180px 0;
}

.single_products_con h3.tit span{
	display: block;
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 10px;
	text-align: center;
	font-family: "Impact";
}
.single_products_con h3.tit em{
	text-align: center;
	display: block;
	font-size: 20px;
	font-size: 2rem;
}


.desktop_tit_2021{
	text-align: center;
	display: inline-block;
}
.tit_out{text-align: center;margin-bottom: 50px;}
.tit_out:hover .desktop_tit_2021{
	color: #00a8cf;
}
h3.desktop_tit_2021{
	font-family: "Impact";
	font-size: 50px;
	font-size: 5rem;
	color: #4d4f53;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
h4.desktop_tit_2021{
	font-size: 28px;
	font-size: 2.8rem;
	color: #4d4f53;
	
	letter-spacing: 1px;
}



.index_video__body{
	padding-bottom: 180px;
}
.index_video__body h6.desktop_ele{
	margin-top: 90px;
}
.index_video__body h6.desktop_ele .com_btn{
	display: inline-block;
}

.index_tech__body_2021{
	padding-bottom: 150px;
}
.index_tech__body_2021 .mobile_ele{
	text-align: center;
}
.index_tech__body_2021 .tech__con{
	position: relative;
}
.index_tech__body_2021 .tech__con .bg{
	display: block;
	width: 100%;
}
.index_tech__body_2021 .tech__con .txt{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.index_tech__body_2021 .tech__con .txt .txt_in{
	padding-left: 22%;
	color: #fff;
	width: 515px;
}
.index_tech__body_2021 .tech__con .txt .txt_in h3{
	font-family: "Impact";
	font-size: 50px;
	font-size: 5rem;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #fff;
	letter-spacing: 14px;
}
.index_tech__body_2021 .tech__con .txt .txt_in p{
	font-family: "calibri_b";
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: .5px;
	text-align:Justify;
}
.index_tech__body_2021 h6.desktop_ele{
	margin-top: 90px;
	text-align: center;
}
.index_tech__body_2021 h6.desktop_ele .com_btn{
	display: inline-block;
}

.index_ins__body_2021{
	padding-bottom: 180px;
}
.index_ins__body_2021 .ins__con{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.index_ins__body_2021 .ins__con .box{
	width: 25%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 350px;
}
.index_ins__body_2021 .ins__con .box  .bg{
	width: 100%;
	height: 100%;
	display: block;
	object-fit:cover;
}

.index_ins__body_2021 .swiper_out a{
	height: 100%;
}
.index_ins__body_2021 .ins__con .box:hover .mask{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.index_ins__body_2021 .ins__con .box .mask{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	justify-content: center;
	background-color: #333;
	padding: 40px 30px 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all ease .5s;
}
.index_ins__body_2021 .ins__con .mask i{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/index_2021/ins_ico.png) center no-repeat;
	background-size: cover;
	margin: 3% auto 20px;
}
.index_ins__body_2021 .ins__con .mask p{
	color: #fff;
	
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .2px;
	text-align: center;
}
.index_ins__body_2021 h6.desktop_ele{
	margin-top: 90px;
	text-align: center;
}
.index_ins__body_2021 h6.desktop_ele .com_btn{
	display: inline-block;
}

.index_register__body{
	padding: 180px 0 180px;
}
.index_register__body p{
	padding-bottom: 90px;
}

footer{
	padding-bottom: 100px;
}



.brand_img__body_2021{
	position: relative;
}
.brand_img__body_2021 img{
	display: block;
	width: 100%;
}

.brand_title__body_2021{
	text-align: center;
	padding: 80px 0 120px;
}
.brand_title__body_2021 h3{
	font-family: "Impact";
	font-size: 70px;
	font-size: 7rem;
	margin-bottom: 80px;
	color: #4d4f53;
	letter-spacing: 3px;
}
.brand_title__body_2021 h3:hover{
	color: #00a5d0;
}
.brand_title__body_2021 p{
	font-size: 18.5px;
	font-size: 1.85rem;
	color: #4d4f53;
	line-height: 2;
	letter-spacing: .5px;
	font-family: 'calibri_b';
	text-transform: uppercase;
	font-weight: 700;
}

.brand_video__body_2021{
	/* margin-bottom: 150px; */
}

.s_1_txt{
	font-size: 16px;
	color: #4d4f53;
	line-height: 1.6;
	
	padding: 60px 15px  60px;
}
.s_1_txt p{
	padding-bottom: 40px;
	
}

.s_2_txt{
	padding-bottom: 100px;
}

.tech_kv__body_2021{position: relative;margin-bottom: 150px;}
.tech_kv__body_2021 img{display: block;width: 100%;}

.hover_con:hover h3.tit , .hover_con:hover h4.tit{color: #00a5d0;}

.technology__body .box_4 .list_con.big h3, .technology__body .box_4 .list_con.big p, .technology__body .box_4 .list_con.big .row{
	padding: 0 0;
}

.technology__body .box_4 .list_con img{margin-bottom: 120px;}
.technology__body .box_4 .list_con.small img{margin-bottom: 137px;}


.big_img__body_2021{position: relative;overflow: hidden;margin-bottom: 100px;}
.big_img__body_2021 img{display: block;width: 100%;}
.big_img__body_2021 img.img{position:absolute;top: 0;left: 0;}
.big_img__body_2021 h3{position: absolute;top: 0;left: 0;font-size: 26px;
	color: #444747;font-family: "calibri_b";z-index: 100;}

.technology__body .box_4 .list_con{margin-bottom: 80px;}

.big_img__con_2021{border-bottom: 1px dashed #231815;padding-bottom: 150px;margin-bottom: 200px;}
.big_img__con_2021 .img_con img{display: block;width: 100%;}
.big_img__con_2021 .txt_con p{color: #4c4e52;line-height: 1.5;font-size: 16px;font-size: 1.6rem; letter-spacing: 1px;}


.technology__body .box_4 .list_con img{margin-bottom: 80px;}

.kv_txt_2021{padding: 30px 15px 40px;}
.kv_txt_2021 p{color: #2e3136;font-size: 18px; font-weight: 700;
line-height: 1.6;letter-spacing: 1px;text-align: center;}

.technology__body .box_4 .list_con h3{color: #4d4f53;}
.technology__body .box_4 .list_con h3:hover{color: #00a8cf}

.big_img__body_mobile_2021{padding-bottom: 40px;border-bottom: 1px dashed #231815; margin-bottom: 40px;}
.big_img__body_mobile_2021 h3{font-family: "impact";color: #4d4f53;font-size: 20px;margin-bottom: 25px;
letter-spacing: 2px;}
.big_img__body_mobile_2021 .flex{justify-content: space-between;align-items:flex-start;display: flex;flex-wrap: wrap;}
.big_img__body_mobile_2021 .flex .img_con{width: 50%;position: relative;}
.big_img__body_mobile_2021 .flex .img_con img{display: block;width: 100%;}
.big_img__body_mobile_2021 .flex .img_con img.bg{}
.big_img__body_mobile_2021 .flex .img_con .mask{position: absolute;top: 0;left: 0;}

.big_img__body_mobile_2021 .flex .txt_con{box-sizing: border-box;width: 50%;padding-left: 10px;}
.big_img__body_mobile_2021 .flex .txt_con p{font-size: 16px;line-height: 1.5;color: #474647; 
margin-bottom: 20px;}
.big_img__body_mobile_2021 .flex .txt_con img{display: block;width: 85%;margin: 0 auto;}
.big_img__body_mobile_2021 .btm_line{padding: 45px 0 30px;font-size: 14px;line-height: 1.5;color: #474647;
}
.big_img__body_mobile_2021 .btm_img{display: block;width: 76%;margin: 0 auto;padding-left: 10px;}

h3.mobile_ele:hover{color: #00a8cf !important;}

.products_details_kv__body .kv{transform: scale(1.3);transition: all ease-out .6s;}
.products_details_kv__body .kv.ok{transform: scale(1);}


h2.page_title{
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	padding: 60px 0 70px;
	line-height: 2;
	letter-spacing: 2px;
	color: #4D4F53;
	
}

.products_con b{
	position: absolute;
	top: 20px;
	right: 100px;
	font-family: "impact";
	font-size: 30px;
	font-size: 3rem;
	color: #00a5d0;
	display: none;
	letter-spacing: 1.5px;
}
.products_con b.is_new{display: block;}


.brand_index__body .word_con .txt_con p.tl{
	max-width: 75%;
}

.swiper__body .swiper_con .btm_mask{display: none;}


.new_img_out{height: 360px;position: relative;overflow: hidden;}
.new_img_out img{position: absolute;height: 100%;top: 0;left: 50%;transform: translateX(-50%);}

.index_whatsnews__body{
	padding-bottom:180px;
}

.index_whatsnews__body .in_box{
	width:33%;
	padding:0 20px;
	box-sizing: border-box;
}
.index_whatsnews__body .in_box .img_out{
	overflow: hidden;
	border-radius: 30px;
}
.index_whatsnews__body .in_box .img_out img{
	transition: all .3s;
	width:100%;
	display:block;
}

/* .index_whatsnews__body .in_box .img_out:hover img{
	transform: scale(1.03);
} */
.index_whatsnews__body .in_box .img_out:hover .txt .line_p{
	height: 120px;
	opacity: 1;
	visibility: visible;
}
.index_whatsnews__body .in_box .img_out:hover .txt span{
	background-color:#fff;
	color:#333;
}
.index_whatsnews__body .in_box .img_out a{display:block;position: relative;}
.index_whatsnews__body .in_box .img_out .txt{
	position: absolute;
	bottom:0;
	right:0;
	left:0;
	padding:30px;
	color:#fff;
	z-index:10;
}
.index_whatsnews__body .in_box .mask{
	background-color:rgba(0,0,0,.5);
	position: absolute;
	z-index:1;
	left:0;
	right:0;
	bottom:0;
	top:0;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.index_whatsnews__body .in_box:hover .mask{opacity: 1;visibility: visible;}
.index_whatsnews__body .in_box .img_out .txt h3{
	font-size:32px;
	font-size:3.2rem;
	font-family: "Impact";
	line-height:1.2;
	margin-bottom:25px;
	max-width:85%;
}
.index_whatsnews__body .in_box .img_out .txt .line_p{
	height: 0;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
.index_whatsnews__body .in_box .img_out .txt p{
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.85;
	margin-bottom:20px;
	transition: all .3s;
}
.index_whatsnews__body .in_box .img_out .txt span{
	border: 2px solid #fff;
	font-size:14px;
	font-size:1.4rem;
	border-radius: 2em;
	padding:10px 20px;
	transition: all .3s;
}

.index_whatsnews__body h6.desktop_ele{
	margin-top: 90px;
	text-align: center; 	
}
.index_whatsnews__body h6.desktop_ele .com_btn{
	display: inline-block;
}

.index_whatsnews__body .swiper_out{position:relative;}
.index_whatsnews__body .swiper_out a{display:block;text-decoration:none;}
.index_whatsnews__body .swiper_out .swiper_btn{width:28px;height:75px;background-color:#4d4f53;
	line-height:75px;text-align: center;text-decoration: none;color:#fff;position:absolute;top:50%;margin-top: -60px;
	z-index:10;font-size:40px;}

.index_whatsnews__body .swiper_out .swiper_btn.fa-caret-left{left:5px;}
.index_whatsnews__body .swiper_out .swiper_btn.fa-caret-right{right:5px;}
.index_whatsnews__body .swiper_out .in_box{width:100%;padding:0 15%;box-sizing: border-box;}
.index_whatsnews__body .swiper_out .in_box .img_out .txt h3{font-size:2.4rem;width:100%;padding:0;}
.index_whatsnews__body .swiper_out .in_box .img_out .txt span{font-size:1.6rem;}



.word_bg_2022_1{
	/*background:url(../images/img_2022/b_bg_1.jpg) center top no-repeat;
	background-size:100% auto;*/
	padding-top:150px;
	padding-bottom:150px;
}
.brand_index__body .btm_img_con{margin-top:0;}
.brand_index__body .word_con .s_2{margin-bottom:0;}
.word_bg_2022_2{
	/*background:url(../images/img_2022/b_bg_2.jpg) center top no-repeat;
	background-size:100% auto;*/
	padding-bottom:150px;
}

.bottom_img_2022{overflow: hidden;}
.bottom_img_2022 .bg{
	display:block;
	width:100%;
	transition: all .3s;
}
.bottom_img_2022:hover .bg{transform: scale(1.03);}



.index_whatsnews__body.news__body{
	padding-top:0px;
	
}
.index_whatsnews__body.news__body .flex{
	align-items: stretch;
}
.index_whatsnews__body .news_in_box{
	border:2px solid #00a8cf;
	border-radius: 30px;
	overflow: hidden;
	width: calc(33% - 40px);
	margin:0 20px;
	display: block;
	text-decoration: none;
	transition: all .3s;
}
.index_whatsnews__body .news_in_box:hover{
	background-color:#00a8cf;

}

.index_whatsnews__body .news_in_box:hover .in_txt h6,
.index_whatsnews__body .news_in_box:hover .in_txt h3,
.index_whatsnews__body .news_in_box:hover .in_txt .local p{color:#fff;}
.index_whatsnews__body .news_in_box:hover h5 span{border-color:#00a8cf;background-color: #fff;}
.index_whatsnews__body .news_in_box:hover .in_txt .local i{background-image:url(../images/img_2023/mark_ico_w.png)}

.index_whatsnews__body .news_in_box .in_txt{
	padding:40px 40px 30px;
	
}
.index_whatsnews__body .news_in_box .in_txt h6{
	color:#00a8cf;
	font-family: "calibri_b";
	font-size:22px;
	font-size:2.2rem;
	margin-bottom:30px;
	letter-spacing: 1px;
}
.index_whatsnews__body .news_in_box .in_txt h3{
	color:#4D4F53;
	font-family: "impact";
	font-size:32px;
	font-size:3.2rem;
	margin-bottom:30px;
	line-height: 1.2;
	letter-spacing: 1px;
	height: calc(40px * 4);
	overflow: hidden;
}
.index_whatsnews__body .news_in_box .in_txt .local{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:40px;
	height: 50px;
}
.index_whatsnews__body .news_in_box .in_txt .local i{
	background:url(../images/img_2023/mark_ico.png) center no-repeat;
	width: 40px;
	height: 40px;
	background-size:80%;
	margin-right: 20px;
}
.index_whatsnews__body .news_in_box .in_txt .local p{
	width: calc(100% - 60px);
	font-size:18px;
	font-size:1.8rem;
	color:#4D4F53;
	line-height: 1.5;
	font-family: "calibri_b";

}
.index_whatsnews__body .news_in_box img{
	display: block;
	width: 100%;
}
.index_whatsnews__body .news_in_box h5 span{
	font-size:14px;
	font-size:1.4rem;
	color:#4D4F53;
	padding:10px 20px;
	min-width: 200px;
	border-radius: 2rem;
	letter-spacing: .5px;
	border:2px solid #4D4F53;
	display: inline-block;
	text-align: center;
}

.index_whatsnews__body .mobile_ele .news_in_box{
	width: calc(70%);
	display: block;
	box-sizing: border-box;
	margin:0 auto;
}
.index_whatsnews__body .mobile_ele .news_in_box .in_txt h3{
	font-size:2.4rem;
	height: auto;
}
.index_whatsnews__body .mobile_ele .news_in_box .in_txt .local{
	height: auto;
}
.index_whatsnews__body .mobile_ele .news_in_box .in_txt .local p{
	font-size:1.4rem;
	line-height: 1.3;
}

.index_whatsnews__body .mobile_ele .news_in_box h5 span{
	min-width: 100%;
}


.index_teams__body{
	padding-top:0px;
	/* padding-bottom:120px; */
}

.index_teams__body .team_box{
	display: block;
	text-decoration: none;
}
.index_teams__body .team_box .img_out{
	overflow: hidden;
}
.index_teams__body .team_box .img_out img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.index_teams__body .team_box:hover .img_out img{
	transform: scale(1.05);
}
.index_teams__body .team_box p{
	text-align: center;
	font-size:18px;
	font-size:1.8rem;
	letter-spacing: .5px;
	color:#4D4F53;
	font-family: "impact";
	padding-top:10px;
	letter-spacing: 0px;
}

.index_teams__body .swiper-button-next , .index_teams__body .swiper-button-prev{
	width:60px;height:60px;line-height:60px;border-radius: 50%;
  	background-color:#fff;text-align:center;color:#fff;z-index:10;font-size:40px;box-shadow: 2px 2px 5px 5px rgba(100,100,100,.2);
	margin-top:-5%;opacity: 1;
}

.index_teams__body .swiper-button-next:after , .index_teams__body .swiper-button-prev:after{
	content: "";
}
.index_teams__body .swiper-button-next{
	right: -10px;background:#fff url(../images/img_2023/r.png) center no-repeat;
  background-size:80%
}
 .index_teams__body .swiper-button-next:hover{
	background:#4b4f54 url(../images/img_2023/r_w.png) center no-repeat;
  background-size:80%
} 
.index_teams__body .swiper-button-prev{
	left: -10px;background: #fff url(../images/img_2023/l.png) center no-repeat;
  background-size:80%
}
.index_teams__body .swiper-button-prev:hover{
	background:#4b4f54 url(../images/img_2023/l_w.png) center no-repeat;
  background-size:80%
} 


.tit_img_2023{margin-bototm:80px;text-align: center;}
.tit_img_2023 img{height: 50px;}
.tit_img_2023 img.img_2{display: none;} 
.tit_img_2023:hover img.img_1{display: none;}
.tit_img_2023:hover img.img_2{display: inline;}


.brand_2023_btm__body{padding-bottom:100px;}
.brand_2023_btm__body .top_box{align-items: center !important;}
.brand_2023_btm__body .top_box .txt_con_2023{width:40% !important;padding:0 3%;box-sizing: border-box;}
.brand_2023_btm__body .top_box .txt_con_2023 p{padding-right:0;}
.brand_2023_btm__body .top_box .img_2023{width: 60%;}

.brand_2023_btm__body .top_box.btm_box {margin-top:-55px;}
.brand_2023_btm__body .top_box.btm_box .txt_con_2023{width: 50% !important;padding:30px 5%;}
.brand_2023_btm__body .top_box.btm_box .img_2023{width: 50%;}


.brand_index__body .word_con .txt_con p{font-size:22px;font-size:2.2rem;line-height:1.5;font-family:'calibri';}

.titl_img_2023_mobile{display: block;margin:0 auto 40px;max-height: 65px;}


.brand_index__body .word_con .flex .img_con{width: 50%}
.brand_index__body .word_con .flex .txt_con{width: 50%;}
.brand_index__body .word_con .s_1 .img_con{margin-top:-80px;}
.brand_index__body .word_con .s_1 .txt_con{padding:50px;}



.teams_list__body{padding:80px 0;}
.teams_list__body .pro_details_tit{margin-bottom:0px;}
.teams_list__body .line_p{font-family: "calibri_b";font-size:18px;font-size:1.8rem;
	color:#4d4f53;line-height: 2;letter-spacing: 1px;margin-bottom:70px;}
.teams_list{display: flex;flex-wrap: wrap;align-items: stretch;}
.teams_list li{width: calc(100% / 3 - 20px * 2 / 3);margin:0 20px 40px 0;}
.teams_list li:nth-child(3n){margin-right: 0;}
.teams_list li a{display: block;text-decoration: none;}
.teams_list li .img_out{overflow: hidden;}
.teams_list li .img_out img{display: block;transition: all .3s;width: 100%;}
.teams_list li:hover .img_out img{transform: scale(1.05);}
.teams_list li:hover p{color:#00a8cf;}
.teams_list li p{text-align: center;color:#4d4f53;font-size:20px;font-size:2rem;
	font-family: "impact";padding-top:10px;transition: all .3s;letter-spacing: 1px;}


.teams_details__body{padding:120px 0;}
.teams_details__body .top_con{display: flex;align-items: flex-start;padding:0 100px;margin-top:40px;
	margin-bottom:100px;}
.teams_details__body .top_con h3{font-family: "impact";color:#00a6ce;font-size: 16px;
	font-size:1.6rem;margin-bottom:10px;}
.teams_details__body .top_con h4{font-family: "impact";font-size: 16px;
	font-size:1.6rem;margin-bottom:10px;color:#4d4f53;}
.teams_details__body .top_con p{font-size: 16px;line-height: 1.5;
		font-size:1.6rem;margin-bottom:30px;color:#4d4f53;}
.teams_details__body .top_con p.mb30{margin-bottom:30px;}

.teams_details__body .top_con ul{
	padding:0;margin:0;
	margin-left:20px;
	margin-bottom:30px;
}
.teams_details__body .top_con ul li{list-style-type: disc;
	font-size: 16px;line-height: 1.5;font-size:1.6rem;color:#4d4f53;}

.teams_details__body .top_con .left_con{width: 30%;}
.teams_details__body .top_con .right_con{width: 60%;}
/* .teams_details__body .top_con .right_con .txt{padding-top:20px;} */
.teams_details__body .top_con .right_con .more{display: none;}
.teams_details__body .top_con .right_con .btn_line{padding:50px 15px 0;}
.teams_details__body .top_con .right_con .btn_line a{text-align: center;text-decoration: none !important;}
.teams_details__body .top_con .right_con .btn_line a:hover{text-decoration: none;}

.glay_list_2023{display: flex;flex-wrap: wrap;margin-top:70px;align-items:stretch;}
.glay_list_2023 li{width: 50%;}
.glay_list_2023 li img , .glay_list_2023 li video{display: block;width: 100%;height: 100%;object-fit:contain;}




.news_list__body{padding:70px 0;}
.news_list__body .index_whatsnews__body{}
.news_list__body .line_p , .teams_details__body .line_p{font-family: "calibri";font-size:23px;font-size:2.3rem;margin-top:80px;
	color:#4d4f53;line-height: 1.52em;letter-spacing: 1px;margin-bottom:80px;text-align: center;letter-spacing: 1px;}
.news_list__body .index_whatsnews__body .news_in_box{margin-bottom:40px;}
.news_list__body .line_p , .teams_details__body .line_p span{color: #00a8cf;}


.news_details__con{padding-top:80px;padding:0 100px 100px;}
.news_details__con ul li{margin-bottom:80px;}
.news_details__con ul li .img_con{width: 55%;}
.news_details__con ul li .img_con img , .news_details__con ul li .img_con video{display: block;width: 100%;object-fit: cover;}
.news_details__con ul li .txt_con{width: 45%;padding-left:10%;}
.news_details__con ul li .txt_con p{font-size:16px;font-size:1.6rem;color:#4d4f53;
	line-height: 1.85em;}
.news_details__con ul li:nth-child(2n) .txt_con{order: -1;padding:0 10% 0 0 ;}






.inner_kv__body video{display: block;width: 100%;object-fit: cover;}




.teams_details__body h3.pro_details_tit{margin-bottom:30px;padding-bottom:0;}
.teams_details__body h3.pro_details_sub_tit{color:#333;font-size:45px;font-size:4.5rem;letter-spacing: 2px;
	font-family: "impact";margin-bottom:80px;text-align: center;}





















