@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-family:"title";
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.w_all{
	width:90%;
	margin:auto;
}
.w_all2{
	width:76%;
	margin:auto;
}
.w_all3{
	width:1180px;
	margin:auto;
}
/*index*/
html, body{
	width:100%;
	position:relative;
	font-size: 62.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0%;
	top:0px;
	z-index:9999;
	box-sizing: border-box;
	background: #fff;
}
header.outside{
	-webkit-transform: translateY(-180px);
	transform: translateY(-180px);
}
nav{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	height: 46px;
	position: relative;
	z-index: 99999;
}
.logo img{
	display: block;
	height: 100%;
}
header nav .rr{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header nav ul{
	display: flex;
}
header nav ul li{
	line-height: 72px;
	margin-right: 4rem;
	position: relative;
}
header nav ul li > a{
	font-size: 1.6rem;
	font-family: "title";
	letter-spacing: 1px;
	transition:all 0.5s ease-in-out;
	color: var(--colors2);
}
header nav:hover ul li > a{
	opacity: 0.5;
}
header nav ul li:hover > a{
	opacity: 1;
}
header .language{
	border-radius: 50%;
	background: rgba(0,0,0,0.06);
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:all 0.5s ease-in-out;
	position: relative;
}
header .language:hover{
	background: rgba(0,0,0,1);
}
header .language img{
	border-radius: 50%;
}
header .language .lsbox{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 36px;
	display: none;
	z-index: 999;
}
header .language .lsbox a{
	padding: 0.8rem 2rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	background: var(--bgs);
	transition:all 0.5s ease-in-out;
}
header .language .lsbox a:hover{
	background: #666;
}
.navBtn{
	z-index:99999;
	cursor:pointer;
	display: block;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	margin-left: 2rem;
	display: none;
}
.navBtn span{
	display: block;
	width: 28px;
	height: 2px;
	background:#656569;
	margin:6px 0;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active{
	margin-left: 3rem;
}
.nav_btn_active span{
	transform: rotate(45deg) translateY(12px);
}
.nav_btn_active span:nth-of-type(2){
	opacity: 0;
}
.nav_btn_active span:nth-of-type(3){
	transform: rotate(-45deg) translate(-1px, -11px);
}
.ssmenu{
	display: none;
	position:fixed;
	width: 100%;
	left:0%;
	top:72px;
	z-index: 9999;
	background:#fff;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.15);
}
header .ssmenu .bbs{
	display: flex;
	flex-wrap: wrap;
	padding: 3% 0;
	line-height: 2;
	width: 60%;
	margin: auto;
	justify-content: center;
}
header .ssmenu .bbs dl{
	margin: 2rem 3rem;
}
header .ssmenup .bbs{
	justify-content: flex-start;
}
header .ssmenup .bbs dl{
	margin: 0 0 2rem ;
	width: 25%;
}
header .ssmenu dl dt {
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 1px;
	font-family: "title";
	display: flex;
	align-items: center;
	color: #333;
	line-height: 1.4;
}
header .ssmenu dl dt::after{
	content: '→';
	display: block;
	width: 30px;
	height: 30px;
	font-size: 2rem;
	margin:-1rem 0 0 1.5rem;
	transform: scale(0);
	transition:all 0.4s;
	transform-origin: 0% 100%;
}
header .ssmenu dl dt:hover::after{
	transform: scale(1);
}
.banner{
	width:100%;
	height: 100vh;
	position:relative;
	overflow: hidden;
}
.banner video{
	display: block;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
.banner .bgs {
	overflow:hidden;
	position: relative;
	height: 100vh;
	width:100%;
}
.banner .bgs::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 2;
}
.banner .swiper-pagination{
	bottom: 3% !important;
}
.banner .swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	opacity: 1 !important;
	background: var(--color);
	margin: 0 8px !important;
	position: relative;
	transition: all 0.3s ease;
}
.banner .swiper-pagination-bullet-active{
	background: var(--colors);
}
.swiper-button-next, .swiper-button-prev{
	top: 55% !important;
	padding:0 2% ;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
.txt_all{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%,-0%);
	z-index: 66;
	border-left: 2px solid rgba(255,255,255,1);
	padding-left: 3rem;
}
.txt_all h3{
	display: block;
	letter-spacing: 2px;
	font-size: 4rem;
	color: #fff;
	font-family: "title";
	line-height: 1.3;
	width: 34%;
}
.txt_all p{
	font-size: 2rem;
	color: #fff;
	font-family: "title";
	letter-spacing: 2px;
	margin-top: 4rem;
	line-height: 1;
	position: relative;
	padding-left: 3.5rem;
	font-style: italic;
}
.txt_all p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border-bottom-left-radius: 50%;
	background: var(--colors);
}
.more{
	margin-top: 4rem;
	color: #333;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.36rem;
	transition: all 0.5s ease-in-out;
}
.more i{
	display: block;
	transform: rotate(180deg);
	margin: -3px 0 0 2px;
	font-size: 1.4rem;
}
.more:hover{
	opacity: 0.5;
}
.indexBars{
	position: relative;
	padding: 7% 0;
}
.indexBars2{
	position: relative;
	padding: 5% 0;
}
.title h3{
	font-size: 5.6rem;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: "title";
}
.title h6{
	font-size: 2.4rem;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 3rem 0 2rem;
	color: #1a1a1a;
}
.index_about{
	position: relative;
	background: #fff;
}
.index_about .contain{
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.index_about .contain::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
.index_about video{
	width: auto;
	min-height: 100vh;
	min-width: 100%;
	object-fit: cover;
	display: block;
}
.index_about h3{
	font-size: 5.6rem;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: "title";
	line-height: 1;
	margin-bottom: 5rem;
}
.index_about .more{
	color: #fff;
}
.index_about .more:hover{
	opacity: 0.5;
}
.index_pro{
	position: relative;
	z-index: 9999;
	background: #656569;
}
.index_pro .contain{
	position: relative;
}
.index_pro .title{
	padding-bottom: 0;
}
.index_pro .tops{
	padding-top: 5rem;
	position: relative;
	z-index: 7;
}
.sticky-bar {
	background: var(--bgs);
    position: fixed;
    top: 0 !important; 
    left: 0;
    width: 100%;
    z-index: 9999 !important; 
}
.index_pro ul{
	position: relative;
	background: #656569;
	z-index: 7;
}
.sticky-bar  ul{
	background: var(--bgs);
}
.index_pro ul li{
	width: 23%;
	display: flex;
	align-items: center;
	padding-bottom: 3rem;
	position: relative;
	margin-bottom: 4rem;
	font-size: 2.4rem;
	font-family: "title";
	color: rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.index_pro ul li img{
	opacity: 0.4;
	height: 4rem;
	margin-right: 2rem;
}
.index_pro ul li.active2{
	opacity: 0.4;
}
.index_pro ul li span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s linear; 
	display: block;
}
.index_pro ul li.active img{
	opacity: 0.5;
}
.index_pro ul li.active{
	opacity: 1;
	color: rgba(255,255,255,0.8);
}
.index_pro ul li img{
	margin-right: 2rem;
}
.index_pro dl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8rem;
	z-index: 6;
}
.index_pro dl dd {
	z-index: 6;
	width: 24%;
	text-align: right;
}
.index_pro dl dd h6{
	color: hsla(0,0%,95%,.2);
	font-size: 11rem;
	font-family: "title";
	line-height: 1;
	transition: all 0.5s ease-in-out;
}
.index_pro dl dd.active h6{
	color: #fff;
}
.index_pro .bar{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.index_pro .bar::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 2;
}
.index_pro .bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4rem 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	display: flex;
	justify-content: center;
	z-index: 4;
	width: 100%;
}
.index_pro .mores{
	background: var(--colors);
	color: #fff;
	padding:1.8rem 6rem;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin: 0;
}
.index_pro video{
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index_pro .txtts .tt{
	position: absolute;
	left: 40%;
	top: 40%;
	z-index: 9;
	cursor: pointer;
}
.index_pro .txtts .tt2{
	left: 54%;
	top: 55%;
}
.index_pro .txtts .tt3{
	left: 44%;
	top: 28%;
}
.index_pro .txtts .tt4{
	left: 59%;
	top: 72%;
}
.index_pro .txtts .tt_b1{
	left: 39%;
	top: 42%;
}
.index_pro .txtts .tt_b2{
	left: 69%;
	top: 39%;
}
.index_pro .txtts .tt_b3{
	left: 54%;
	top: 50%;
}
.index_pro .txtts .tt_b4{
	left: 58%;
	top: 72%;
}
.index_pro .txtts .tt_c1{
	left: 42%;
	top: 42%;
}
.index_pro .txtts .tt_c2{
	left: 60%;
	top: 60%;
}
.index_pro .txtts .tt_d1{
	left: 29%;
	top: 59%;
}
.index_pro .txtts .tt_d2{
	left: 40%;
	top: 51%;
}
.index_pro .txtts .tt_d3{
	left: 62%;
	top: 56%;
}
.index_pro .txtts .tt_d4{
	left: 58%;
	top: 76%;
}
.index_pro .txtts .t1 .img{
    background:hsla(0,0%,95%,.3) url(../images/add.svg) no-repeat center; 
    border-radius: 25px;
    display: block;
    height: 37px;
    width: 50px;
	position: relative;
	z-index: 3;
}
.index_pro .txtts .tt.hover .t1 .img {
    background:hsla(0,0%,95%,.3) url(../images/jian.svg) no-repeat center; 
}
.index_pro .txtts .t1 span{
    align-items: center;
    background-color: hsla(0,0%,95%,.3);
    border-radius: 25px;
    box-sizing: border-box;
    display: flex;
	width: max-content;
    opacity: 1;
    padding: 0 3rem;
	font-size: 1.5rem;
	line-height:  37px;
    position: relative;
    visibility: hidden;
	max-width: 40rem;
    white-space: nowrap;
	transform: translateY(-38px);
	z-index: 3;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_pro .txtts .tt:hover .t1 span,.index_pro .txtts .tt.hover .t1 span{
    opacity: 1;
	padding-left: 68px;
    transition: all .3s cubic-bezier(.5,1,.9,1) .01s;
    visibility: visible;
	transition: all .3s ease-in;
}
.index_pro .txtts .t2{
	position: absolute;
	left: 0;
	top: -1px;
	display: none;
	width: 100%;
	padding: 6rem 2rem 2rem;
	box-sizing: border-box;
	z-index: 1;
	background: hsla(0,0%,7%,.6);
    border-radius: 18px;
    font-weight: 400;
	display: none;

}
.index_pro .txtts  p{
	font-size: 1.4rem;
	line-height: 1.8;
}
.index_solution{
	background: #f3f3f3;
	padding-left: 5%;
	box-sizing: border-box;
}
.index_solution .title{
	color: var(--colors2);
	width: 25%;
}
.index_solution .rr{
    width: 75%;
}
.index_solution .swiper-slide{
	position: relative;
	width: calc((100% - 30px) / 3) !important;
}
.index_solution .swiper-slide:nth-of-type(1){
	width: calc((100% - 30px) / 1.5) !important;
}
.index_solution .txt{
	padding: 3rem;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	background: #fff;
}
.index_solution h4{
	color: var(--colors2);
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.index_solution .imgs{
	width: 100%;
	overflow: hidden;
}
.index_solution img{
	width: 100%;
	transition: all .75s ease;
}
.index_solution .swiper-slide:hover img{
	transform: scale(1.1);
}
.index_solution .swiper-slide:hover .more{
	opacity: 0.5;
}
.index_solution .swiper-slide:nth-of-type(1) .imgs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index_solution .swiper-slide:nth-of-type(1) .txt{
	position: absolute;
	left: 0;
	width: 50%;
	bottom: 0;
}
.btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 4%;
}
.btn div{
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #333;
	opacity: 1 !important;
	width: 30px !important;
	height: 30px !important;
	margin: 0 6px;
	padding: 5px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}
.btn div i{	
	font-size: 1.4rem;
	font-weight: bold;
	transition: all .5s ease-in-out;
}
.btn .swiper-button-next2 i{	
	transform: rotate(180deg);
}
.btn div:hover{
	background: var(--colors);
}
.btn div:hover i{	
	color: #fff;
}

.index_news{
	background: #fff;
	position: relative;
	color: var(--colors2);
}
.index_news .bg{
	font-size: 10rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
	position: absolute;
	top: 0;
	left: -40%;
    margin-top: 0;
	font-family: "title";
    position: relative;
    white-space: nowrap;
	color: rgba(0,0,0,.03);
	display: none;
}
.index_news  li b{
	width:100%;
	display: block;
	overflow: hidden;
	height: 30rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_news  li b img{
	height: 100%;
	display: block;
	transition: all .75s ease;
}
.index_news li:hover b img{
	transform: scale(1.1);
}
.mores{
	background: rgba(0,0,0,.1);
	display: flex;
	width: max-content;
	padding: 1rem 3rem;
	border-radius: 50px;
	font-size: 1.4rem;
	margin: 3rem 0 6rem;
	color: var(--colors2);
	font-family: "title";
	transition: all .5s ease-in-out;
}
.index_news .mores:hover{
	background: rgba(0,0,0,.05);
}
.index_news li  h6{
	font-size: 1.6rem;
	margin-top: 2rem;
	color: var(--colors2);
	line-height: 1.6;
}
.footer{
	background: #fff;
}
.footer .fbox{
	background:#626266;
	padding: 4% 0;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.footer dl dt{
	font-size:1.9rem;
	margin-bottom: 2rem;
	opacity: 0.5;
	font-weight: bold;
	letter-spacing: 1px;
}
.footer dl dd{
	font-size:1.5rem;
	margin:1.5rem 0 ;
	transition: all .5s ease-in-out;
}
.footer dl dd:hover{
	opacity: 0.5;
}
.footer .copyright{
	padding:2rem 0 ;
	align-items: center;
	color: var(--colors2);
}
.footer .logo2 img{
	height: 6rem;
}
.footer .copyright p{
	font-size:1.4rem;
	line-height: 1.8;
	display: flex;
	justify-content: flex-end;
}
.footer .copyright a{
	display: block;
	text-align: right;
	margin-left: 2rem;
	color: var(--colors2);
}
.o_nav{
	padding: 2rem 0 ;
	backdrop-filter: blur(20px);
    background: rgba(34,34,34,.6);
    display: block;
}
.o_nav .bb{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.o_nav h6{
	font-size: 2rem;
	font-family: "title";
	letter-spacing: 1px;
}
.o_nav ul{
	display: flex;
	align-items: center;
}
.o_nav ul li{
	margin-left: 10px;
	font-size: 1.4rem;
	color: #fff;
	opacity: 0.7;
	transition: all 0.3s linear;
}
.o_nav ul a:hover li{
	opacity: 1;
}
.o_nav ul li.now{
	opacity: 1;
	font-family: "title";
}
.o_nav2 .bb{
	justify-content: center;
}
.bans{
	margin-top: 136px;
}
.title2 h3{
	font-size: 2.8rem;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-family: "title";
	margin-bottom: 3rem;
	line-height: 1.7;
}
.title2 p{
	font-size: 1.6rem;
	color: #1a1a1a;
	margin: 2rem 0;
	line-height: 1.8;
}
.allBars{
	padding: 5% 0;
}
.about {
	background: #fafafa;
	color: var(--colors2);
}
.about .bar1 .contain{
	justify-content: center;
	align-items: center;
}
.about .bar1 .contain .right{
	width: 44%;
}
.about .bar1 .contain .right img{
	width: 100%;
}
.about .bar1 .contain .left{
	width: 44%;
	padding-left: 7%;
}
.about .bar1 .contain .left .title h3{
	margin:0rem 0 5rem 0;
	color: var(--colors);
}
.about .bar1 .contain .left h6{
	background: var(--colors);
	border-radius: 50px;
	padding: 1rem 2rem;
	color: #fff;
	font-size: 1.6rem;
	display: inline-block;
}
.about .bar1 .contain .left img{
	height: 16rem;
}
.about .bar1 .contain .left p{
	font-size: 1.7rem;
	margin: 2rem 0;
	line-height: 2.2;
}
.about .vs video{
	display: block;
	width: 100%;
	object-fit: cover;
}
.about .bar2 .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5rem;
}
.about .bar2 .top .btn{
	margin: 0;
}
.about .bar2 img{
	width: 100%;
}
.about .bar3 .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5rem;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.about .bar3 .more{
	margin: 0;
}
.about .bar3 img{
	width: 100%;
}
.about .bar3 .swiper-container{
	padding: 8% 0;
	box-sizing: border-box;
}
.about .bar3 .swiper-slide {
	transition: all 0.3s;
}
.honor {
	background: #fff;
	color: var(--colors2);
}
.honor .bar1{
	padding-bottom: 0;
}
.honor .bar1 .contain{
	align-items: center;
}
.honor .bar1 .contain .right{
	width: 46%;
}
.honor .bar1 .contain .right img{
	width: 100%;
}
.honor .bar1 .contain .left{
	width: 40%;
}
.honor .bar1 .contain .left .title h3{
	margin:0 0 4rem 0;
	color: var(--colors);
}
.honor .bar1 .contain .left p strong{
	font-size: 4.6rem;
	font-family: "title";
	line-height: 1.5;
}
.honor .bar1 .contain .left p{
	font-size: 2.4rem;
	margin: 2rem 0;
	line-height: 1.8;
}
.honor .bar2{
	padding-top: 0;
}
.honor .bar2 ul{
	margin-top: 3rem;
}
.honor .bar2 ul li{
	width: 32.5%;
	background: #f3f4f6;
	padding:3% 5%;
	box-sizing: border-box;
	margin: 0.5% 0;
}
.honor .bar2 ul li:nth-of-type(1),
.honor .bar2 ul li:nth-of-type(2){
	width: 49.5%;
}
.honor .bar2 ul li h4{
	font-size: 3rem;
	letter-spacing: 1px;
	color: #1a1a1a;
	font-weight: bold;
	font-family: "title";
	margin-bottom: 3rem;
}
.honor .bar2 ul li p{
	font-size: 1.8rem;
	margin: 2rem 0;
	position: relative;
	padding-left: 2rem;
}
.honor .bar2 ul li p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	background: var(--colors);
	border-radius: 50%;
}
.p_nav{
	padding: 4rem 0 0;
}
.p_nav dl{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.p_nav dl dd{
	border: 1px solid #122a88;
	padding:1rem 4rem;
	color: #122a88;
	margin: 1.5rem;
	font-size: 1.7rem;
	transition: all 0.3s linear;
	font-family: "title";
}
.p_nav dl dd.active,.p_nav dl dd:hover{
	background: #28a7e1;
	color: #fff;
	border-color: transparent;
}
.pro .bar{
	padding: 0 0 5rem;
}
.pro li b img{
    height: auto;
    width: 100%;
}
.news {
	background: #fff;
}
.news .top{
	font-size: 2rem;
	font-family: "title";
	color: #666;
	padding:0 0 3% 0;
}
.news0 .top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news .top h4{
	display: none;
}
.news0 .top .rr a{
	color: var(--colors2);
	font-size: 1.6rem;
	margin: 0 2.5rem 0 0;
	border: 1px solid rgba(0,0,0,.2);
	padding: 0.9rem 3rem;
	border-radius: 50px;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}
.news0 .top .rr a.active{
	background: var(--colors) !important;
	color: #fff;
	border-color:  var(--colors);
	font-family: "title";
}
.news0 .top .rr a:hover{
	background: #f3f3f3;
}
.news .bars{
	border-top: 1px solid rgba(0,0,0,.2);
	padding: 3% 0;
}
.news .bars:last-of-type{
	padding-bottom: 0;
}
.news h5{
	font-size: 3rem;
	font-weight: bold;
	width: 20%;
}
.news ul{
	width: 78%;
	padding-left: 2%;
	box-sizing: border-box;
	justify-content: flex-start;
	border-left: 1px solid rgba(0,0,0,.2);
}
.news ul li{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	background: #fff;
	transition: all 0.5s ease-in-out;
}
.news ul li:nth-of-type(3n){
	margin-right: 0;
}
.news ul li .tt{
	padding: 2rem 2rem ;
	box-sizing: border-box;
}
.newsn ul li h4{
    color:var(--colors) ;
	font-size: 1.5rem;
	margin: 0 3rem;
	text-align: center;
	font-weight: bold;
	font-family: "title";
}
.newsn ul li h4 strong{
    display: block;
    font-size: 5.4rem;
    
    font-weight: bold;
    font-family: "title";
}
.news ul li h6{
	font-size: 2rem;
	margin: 0;
	font-family: "title";
}
.newsn ul li p{
    color: #555;
	font-size: 1.5rem;
	margin: 1.5rem 0 0rem;
	line-height: 1.8;
}
.news ul li:hover .more{
	opacity: 0.5;
}
.newsn ul{
    border: none;
    padding: 0;
    width: 100%;
}
.newsn ul li{
    width: 100%;
    margin:0 0 5%;
}
.newsn ul li a{
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsn ul li b{
    width: 26%;
    height: auto;
}
.newsn li b img{
    height: auto;
    width: 100%;
}
.newsn ul li .tt{
    width: 60%;
}
.newsn ul li .more{
    display: none;
}
.teama ul{
    padding: 0;
    border: none;
    width: 100%;
}
.teama ul li b{
    height: auto;
}
.teama  ul li b img{
    height: auto;
    width: 100%;
}
.newsd{
	background: #fafafa;
	color: var(--colors2);
}
.newsd .bars{
	justify-content: flex-end;
	position: relative;
}
.newsd .ll{
	width: 40%;
}
.newsd .ll.fixed {
	position: fixed;
	top: 10%;
	left: 0%;
	padding-left: 5%;
	box-sizing: border-box;
	z-index: 999; 
}
.newsd .ll.fixed2 {
	position: fixed;
	top: 20%;
	left: 0%;
	padding-left: 5%;
	box-sizing: border-box;
	z-index: 999; 
}
.newsd .ll.fixed3{
	position: absolute;
	left: 0%;
	top: inherit;
	bottom: 0%;
}
.newsd .ll p{
	margin-bottom: 2rem;
	font-size: 1.4rem;
	
}
.newsd .rr{
	width: 60%;
	padding-left: 2%;
	box-sizing: border-box;
	justify-content: flex-start;
	border-left: 1px solid rgba(0,0,0,.2);
}
.newsd video{
	display: block;
	max-width: 100%;
	object-fit: cover;
	margin: 3rem 0;
}
.newsd .rr img{
	max-width: 100%;
}
.newsd .rr p{
	font-size: 1.8rem;
	margin: 1rem 0;
	line-height: 1.8;
}
.solution .title2{
	width: 18%;
}
.solution .title2 h3{
	font-size: 2rem;
}
.solution .bars ul{
	width: 76%;
}
.solutiond .ll{
	width: 24%;
}
.solutiond .ll .title h3{
	font-size: 4rem;
}
.solutiond .rr{
	display: flex;
	justify-content: space-between;
	width: 76%;
	border: none;
	flex-wrap: wrap;
}
.solutiond .tts{
	width: 33.3%;
	padding: 0rem 0rem 23rem;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5rem;
}
/*.solutiond  .tts.tt154 b{*/
/*    height: 42rem;*/
/*}*/
.solutiond .tts::before{
	content: '';
	width: 2px;
	height: 77%;
	background: linear-gradient(to bottom, #ccc, #333);
	position: absolute;
	left:0rem;
	top: 3rem;
}
.solutiond .tts::after{
	content: '';
	width: 10px;
	height: 10px;
	background: var(--colors2);
	position: absolute;
	left:-4px;
	top: 82%;
	border-radius: 50%;
	box-sizing: border-box;
}
.solutiond .ts{
	padding:6rem 3rem 3rem;
}
.solutiond h5{
	font-size: 2.4rem;
	position: relative;
	text-align: center;
	position: relative;
	line-height: 2;
	padding: 17px 10px;
	box-sizing: border-box;
}
.solutiond h5 span{
	background: #c5e4e7;
	position: absolute;
	left: 0;
	top: 0;
	width: 96%;
	height: 100%;
}
.solutiond h5 strong{
	font-family: "title";
	position: relative;
	z-index: 3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	 display: block;
	 padding: 0 2rem;
}
.solutiond h5::before{
	content: '';
	border-bottom: 40px solid transparent;
	border-top: 40px solid transparent;
	border-left: 45px solid #fafafa;
	position: absolute;
	left:0rem;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}
.solutiond h5::after{
	content: '';
	border-bottom:60px solid transparent;
	border-top: 60px solid transparent;
	border-left: 65px solid #c5e4e7;
	position: absolute;
	right:-3.5rem;
	top:50%;
	transform: translateY(-50%);
	z-index: 3;
}
.solutiond .tts:nth-of-type(3n+2) h5 {
	color: #fff;
}
.solutiond .tts:nth-of-type(3n+2) h5 span{
	background: #7030a0;
}
.solutiond .tts:nth-of-type(3n+2) h5::after{
	border-left-color: #7030a0;
}
.solutiond b{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 26rem;
	width: calc(100% - 6rem);
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
.solutiond .rr b img{
	display: block;
	min-height: 100%;
	min-width: 100%;
	max-width: auto;
	width: auto;
}
.solutiond .rr p{
	font-size: 1.96rem;
	letter-spacing: 1px;
}
.pages{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3%;
}
.pages a{
	background: #ddd;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 1.3rem;
	color: #3d3a39;
	margin: 0 6px;
	cursor: pointer;
	transition: all 0.5s linear;
}
.pages a.active{
	background: #122a88;
	color: #fff;
}
.pages a:hover{
	color: #122a88;
}
.contact0 {
	padding-bottom: 2%;
	background:#626266;
}
.contact0 .title h3{
	letter-spacing: 0;
}
.contact0 .txt{
	position: relative;
	z-index: 2;
	margin-top: 3%;
	padding: 2% 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.contact0 .bar1 p{
	font-size: 1.6rem;
	padding: 1rem 0;
	display: flex;
	align-items: center;
	
}
.contact0 .bar1 p img{
	width: 22px;
	margin-right: 1rem;
}
.contact0 .bar1 p a{
	font-size: 1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact0 .bar1 p a:hover{
	opacity: 0.5;
}
.contact {
	background: #f6f5f5;
	color: var(--colors2);
}
.contact .title{
	width: 45%;
}
.contact .title p{
	font-size: 1.6rem;
	margin-top: 3rem;
	line-height: 1.8;
}
.contact .box{
	width: 50%;
	border-left: 1px solid rgba(0,0,0,0.2);
	padding: 0 8%;
	box-sizing: border-box;
}
.contact .box p{
	font-size: 1.6rem;
	font-family: "title";
	margin-bottom: 2rem ;
}
.contact .box input.inputs{
	width: 100%;
	display: block;
	box-sizing: border-box;
	background: #fff;
	padding: 10px 15px;
	font-size: 1.6rem;
	color: #1a1a1a;
	margin: 16px 0;
	line-height: 30px;
	border-radius: 4px;
}
.contact .box ::-webkit-input-placeholder {
    color: #1a1a1a;
	font-size: 1.6rem;
}
.contact .box textarea{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px 15px;
	line-height: 30px;
	height: 108px;
	font-size: 1.6rem;
	color: #1a1a1a;
	border-radius: 4px;
	margin: 16px 0;
	background: #fff;
}
.contact input:focus,
.contact textarea:focus {
  border-color: #333;
}
.contact .submit{
	width: 150px;
	padding: 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 5rem 0 0;
	background: var(--colors);
}
.contact .submit button{
	display: block;
	background: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	color: #fff;
	font-size: 1.7rem;
	cursor: pointer;
	letter-spacing: 3px;
	font-family: "title";
}
.contact .submit:hover{
	opacity: 0.7;
}
.pro .bars:not(:nth-of-type(2)){
	border: none;
	padding: 0;
}
.pro ul {
	border: none;
	padding: 0;
	position: relative;
}
.pro ul .nums{
	left: -16rem;
	bottom:0rem;
	font-size: 16rem;
	font-family: "title";
	font-weight: bold;
	color: rgba(0,0,0,.04);
	position: absolute;
}
.pro ul li{
	position: relative;
	margin-bottom: 5%;
}
.pro ul li:nth-of-type(1){
	width: 65.6%;
}
.pro ul li:nth-of-type(3){
	margin-right: 3%;
}
.pro ul li:nth-of-type(3n+2){
	margin-right: 0;
}
/*.pro ul li:nth-of-type(1) b{*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/
.pro ul li:nth-of-type(1) .tt{
	position: absolute;
	left: 0;
	width: 50%;
	bottom: 0;
	background: #fff;
}
.pbans{
	height: calc(100vh - 150px);
	position: relative;
}
.pbans::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.pbans .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 6;
}
.pbans h2{
	font-size: 4.6rem;
	color: #fff;
	font-family: "title";
}
.pbans p{
	font-size: 1.8rem;
	color: #fff;
}
.pbans .bot{
	margin-top: 3rem;
	padding: 3rem 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.pbans .tt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scroll {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
	cursor: pointer;
}
.scroll i{
	display: block;
	transform:rotate(-45deg) translate(0,1px);
}
.pages0 .btn{
	justify-content: center;
	margin:2rem 0;
}
.pages0 .btn > div{
	margin: 0 2rem;
	transform: scale(1.2);
}
html[lang='en'] *{
    letter-spacing: 0 !important;
}
html[lang='en'] .loading .contain .logos img{
    width: 46rem;
    margin: 0;
}
html[lang='en'] .loading p{
    font-size: 1.9rem;
}