﻿*{
	margin: 0;
	padding: 0;
	white-space:normal !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
 /* 必须给 html/body 清空默认滚动行为 */
    html, body {
     /* overflow: hidden; */
    }
a{
	text-decoration: none;
	color: #3E3A39;
	transition: all .5s;
-webkit-transition: all .5s;
}
a:hover{
	color: #0060FF;
	transition: all .5s;
-webkit-transition: all .5s;
}
li{
	list-style: none;
}
.sf-body{
	width: 100%;
	overflow: hidden;
}
img{
	vertical-align: middle;
	max-width: 100%;
	
}
img.max{
	width: 100%;
}
.bjimg img{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
.bjvideo video,
.videoboxs video{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
@font-face{
	font-family: RedHatDisplay-Bold;
	src: url('../fonts/RedHatDisplay-Bold.ttf');  
}
.fm-RD-B{
	font-family: RedHatDisplay-Bold;
}

@font-face{
	font-family: RedHatDisplay-Regular;
	src: url('../fonts/RedHatDisplay-Regular.woff2'),
		 url('../fonts/RedHatDisplay-Regular.ttf'),
     	 url('../fonts/RedHatDisplay-Regular.eot');  
}
.fm-RD-R{
	font-family: RedHatDisplay-Regular;
}
body{
	width: 100%;
	font-size: 16px;
    line-height: 1.5;
    width: 100%;
    color: #3E3A39;
    font-family: RedHatDisplay-Regular;
}



header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19;
}




.ban-news{
	position: relative;
	height:36.45vw ;
}

.ban-news-div{
	color: #fff;
	padding-top: 16vw;
	position: relative;
	z-index: 2;
	font-family: RedHatDisplay-Bold;
}
@media(max-width:1200px){
	.ban-news{
		margin-top: 70px;
		height: 40vw;
	}
}
@media(max-width:750px){
	.ban-news{
		margin-top: 1rem;
		height: 60vw;
	}
	.ban-news-div{
		padding-top: 25vw;
	}
}



.news{
	padding: 5.2vw 0;
}
.news-ab{
	font-size: 0;
	position: relative;
}
.news-a{
	display: inline-block;
	vertical-align: top;
	font-family: RedHatDisplay-Bold;
}
.news-b{
	display: inline-block;
	vertical-align: top;
	width: 5.7vw;
	float: right;
	font-size: 0;
}
.news-blt,
.news-brt{
	display: inline-block;
	vertical-align: top;
	width: 2.6vw;
	height: 2.6vw;
	position: initial;
	left: initial;
	top: initial;
	right: initial;
	margin: 0;
	background: url(../img/ico01_1.png) no-repeat center; 
	background-size: cover;
}
.news-blt:hover{
	background-image: url(../img/ico01_3.png);
}
.news-brt{
	margin-left: .5vw;
	background-image: url(../img/ico01_2.png);
}
.news-brt:hover{
	background-image: url(../img/ico01_4.png);
}

.news-swiper{
	margin-top: 2.6vw;
}
.news-sd{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.news-cimg {
	display: inline-block;
	vertical-align: top;
	width: 65.4%;
	height: 28.125vw;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.news-c1{
	line-height: 2vw;
	border-radius: 1vw;
	padding: 0 1vw;
	background: #fff;
	color: #CFCFCF;
	position: absolute;
	top: 2vw;
	left: 2vw;
	z-index: 3;
}
.news-ct{
	width: 34.6%;
	display: inline-block;
	vertical-align: top;
	padding-left: 3.125vw;
}
.news-c2{
	line-height: 2.6vw;
	height: 7.8vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/*color: #3E3A39;*/
}
.news-c3{
	line-height: 1.8vw;
	height: 5.4vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #969696;
}
.news-c4{
	display: inline-block;
	line-height: 2.6vw;
	border-radius: 1.3vw;
	width: 8.82vw;
	padding: 0 1.2vw;
	background: #F5F5F5 url(../img/ico02_1.png)  no-repeat right center;
	background-position-x: calc(100% - 1.2vw);
	background-size: .7vw auto;
	margin-top: 3.7vw;
	color: #3E3A39;
transition: all .5s;
-webkit-transition: all .5s; 
}
.news-c4:hover{
	background-color: #0060FF;
	background-image: url(../img/ico02_2.png);
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s; 
}

.news-d{
	float: right;
	color: #CFCFCF;
	margin-top: .8vw;
}
.news-ad{
	margin-top: 4.68vw;
}
.news-e{
	margin-top: 2.6vw;
	width: 103%;
	font-size: 0;
}
.news-eli{
	width: 30.333%;
	margin-right: 3%;
	margin-bottom: 1.5vw;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	height: 19.8vw;
	position: relative;
	border-radius: 20px;
}
.news-ei{
	z-index: 2;
	background: url(../img/ico03.png)  no-repeat center bottom; 
	background-size: 100% auto;
}
.news-e3{
	
	padding:0 1.6vw;
	position: absolute;
	left: 0;
	bottom: 1.6vw;
	z-index: 4;
	width: 100%;
}
.news-e3-a{
	line-height: 1.8vw;
	height: 3.6vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
}
.news-e3-b{
	color: #fff;
	opacity: .7;
	display: none;
}
.news-e3-c{
	margin-top: 2.6vw;
	display: none;
}
.news-e4{
	width: 2.08vw;
	position: absolute;
	top: 1.6vw;
	right: 1.6vw;
	z-index: 5;
	opacity: 0;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.news-eli:hover .news-e4{
	opacity: 1;
	transition: all .5s;
-webkit-transition: all .5s;  
}


.news-f{
	width: 103%;
	font-size: 0;
	margin-top: 3.7vw;
}
.news-fli{
	display: inline-block;
	vertical-align: top;
	width: 30.333%;
	margin-right: 3%;
	margin-bottom: 3.125vw;
	/*border-top: 4px solid #f5f5f5;*/
	padding-top: 4px;
	position: relative;
}
.news-f2{
	color: #969696;
}
.news-f3{
	color: #3E3A39;
	line-height: 1.8vw;
	height: 3.6vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-f4{
	width: 2.08vw;
	margin-top: 2.6vw;
}
.news-f5{
	width: 0%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/ico06.png) ;
	background-size: 100% auto;
	z-index: 2;
	transition: all .5s;
-webkit-transition: all .5s; 
}
.news-f6{
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #f5f5f5;
}
.news-fli:hover .news-f5{
	width: 100%;
	transition: all .5s;
-webkit-transition: all .5s; 
}

.news-g{
	width: 101.5%;
	margin-top: 3.75vw;
	font-size: 0;
}
.news-gli{
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 1.5%;
	margin-bottom: 10px;
	background: #F8F8F8;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.news-g2{
	width: 100%;
	line-height: 5.2vw;
	height: 5.2vw;
	padding: 0 5.2vw 0 1.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	
	
	background: url(../img/ico07_1.png) no-repeat right center;
	background-position-x: calc(100% - 1.5vw);
	background-size: 1.5vw auto;
	position: relative;
	z-index: 3;
	color: #3E3A39;
	
}
.news-g3{
	background: url(../img/ico06.png);
	background-size: 100% auto;
	opacity: 0;	
transition: all .5s;
-webkit-transition: all .5s;  
}
.news-gli:hover .news-g3{
	opacity: 1;	
transition: all .5s;
-webkit-transition: all .5s;  
}
.news-gli:hover .news-g2{
	color: #fff;
	background-image: url(../img/ico07_2.png);
}


@media(max-width:1200px){
	.news{
		padding: 80px 0;
	}
	.news-b{
		width: 90px;
	}
	.news-blt, .news-brt{
		width: 40px;
		height: 40px;
	}
	.news-swiper{
		margin-top: 35px;
	}
	.news-cimg{
		width: 55%;
		height: 30vw;
	}
	.news-c1{
		line-height: 2;
		left: 15px;
		top: 15px;
	}
	.news-c2{
		line-height: 35px;
		height: 105px;
	}
	.news-c3{
		line-height: 25px;
		height: 75px;
	}
	.news-ct{
		width: 45%;
	}
	.news-c4{
		width: initial;
		padding: 0 40px 0 20px;
		background-position-x: calc(100% - 15px);
		background-size: 12px auto;
		line-height: 3;
		border-radius: 25px;
	}
	.news-ad{
		margin-top: 50px;
	}
	.news-e{
		margin-top: 35px;
		width: 101%;
	}
	.news-eli{
		width: 32.33%;
		margin-right: 1%;
		margin-bottom: 2%;
	}
	.news-e3-a{
		padding: 0 ;
		border: 10px;
		line-height: 25px;
		height: 50px;
	}
	.news-f3{
		line-height: 28px;
		height: 56px;
	}
	.news-f4{
		width: 35px;
	}
	.news-g2{
		line-height: 60px;
		height: 60px;
		padding: 0 50px 0 15px;
		background-size: 25px auto;
		background-position-x: calc(100% - 15px);
	}
}

@media(max-width:750px){
	.news{
		padding: 1rem 0;
	}
	.news-a{
		font-weight: bold;
	}
	.news-b{
		width: 1.1rem;
	}
	.news-blt, .news-brt{
		width: .5rem;
		height: .5rem;
	}
	.news-swiper{
		margin-top: .5rem;
	}
	.news-cimg{
		width: 100%;
		height: 60vw;
	}
	.news-cimg{
		width: 100%;
		padding: 0;
		margin-top: .2rem;
	}
	.news-ct{
		width: 100%;
	}
	.news-c3{
		display: none;
	}
	.news-c2{
		margin-top: .2rem;
		font-size: .35rem;
		line-height: .5rem;
		height: auto;
		max-height: 1.5rem;
	}
	.news-ad{
		margin-top: .8rem;
	}
	.news-e{
		margin-top: .4rem;
		width: 100%;
	}
	.news-eli{
		width: 100%;
		margin-right: 0;
		margin-bottom: .3rem;
		height: 60vw;
	}
	.news-c1{
		font-size: .24rem;
		border-bottom: 10px;
		left: .3rem;
		top: .3rem;
		padding: 0 .2rem;
	}
	.news-e3{
		padding:0 .3rem ;
		bottom: .3rem;
	}
	.news-e3-a{
		line-height: .45rem;
		height: .9rem;
	}
	.news-f{
		width: 100%;
		margin-top: .6rem;
	}
	.news-fli{
		width: 100%;
		margin-bottom: .4rem;
		margin-right: 0;
	}
	.news-g{
		width: 100%;
		margin-top: .6rem;
	}
	.news-gli{
		width: 100%;
		margin-right: 0;
		margin-bottom: .3rem;
	}
	.news-g2{
		line-height: 1rem;
		height: 1rem ;
		padding: 0 1rem 0 .3rem;
		background-position-x: calc(100% - .3rem);
		background-size: .4rem auto;
	}
}



.insights{
	padding: 12vw 0 5.2vw 0;
}
.insights-f{
	margin-top: 5.2vw;
}


.insights-e{
	margin-top: 4.78vw;
}
.insights-e .news-eli:nth-child(1){
	width: 63.333%;
	height: 41vw;
	float: left;
}

.insights-e .news-eli:nth-child(1) .news-e3-b,
.insights-e .news-eli:nth-child(1) .news-e3-c{
	display: block;
}



@media(max-width:1200px){
	.insights{
		padding: 140px 0 60px 0;
	}
	.insights-e .news-eli:nth-child(1) {
	    width: 65.333%;
	}
}
@media(max-width:1000px){
	.insights-e .news-e{
		width: 102%;
	}
	.insights-e .news-eli{
		width: 48%;
		margin-right: 2%;
		height: 32vw;
	}
	.insights-e .news-eli:nth-child(1) {
	    width: 98%;
	    height: 60vw;
	    margin-right: 2%;
	}
}
@media(max-width:750px){
	.insights{
		padding: 1.8rem 0 .8rem 0;
	}
	.insights-f{
		margin-top: .7rem;
	}
	
	.insights-e .news-e{
		width: 100%;
	}
	.insights-e .news-eli{
		width: 100%;
		margin-right: 0;
		height: 60vw;
	}
	.insights-e .news-eli:nth-child(1) {
	    width: 100%;
	    height: 60vw;
	    margin-right: 0;
	}
	.insights-e .news-eli:nth-child(1) .news-e3-b,
	.insights-e .news-eli:nth-child(1) .news-e3-c{
		display: none;
	}
}

.gyinfo{
	padding: 10.4vw 0 5.2vw 0;
	font-size: 0;
}
.gyinfo-ab{
	display: inline-block;
	vertical-align: top;
	width: 36.2%;
}
.gyinfo-a{
	color: #969696;
}
.gyinfo-b{
	font-family: RedHatDisplay-Bold;
}
.gyinfo-ba{
	display: inline-block;
	width: 6.25vw;
	text-align: center;
	line-height: 2.6vw;
	border-radius: 1.3vw;
	background: #f8f8f8;
}
.gyinfo-c{
	color: #666;
	width: 63.8%;
	display: inline-block;
	vertical-align: top;
	padding-left: 9.3vw;
}
.gyinfo-d{
	margin-top: 7.8125vw;
}
.gyinfo-e .news-eli{
	width: 100% !important;
}

@media(max-width:1200px){
	.gyinfo{
		padding: 140px 0 60px 0;
	}
	.gyinfo-c{
		padding-left: 40px;
	}
}
@media(max-width:1200px){
	.gyinfo-ab{
		width: 100%;
		position: relative;
	}
	.gyinfo-ba{
		position: absolute;
		right: 0;
		top: -15px;
		padding: 0 20px;
		line-height: 3;
		width: initial;
		margin: 0;
	}
	.gyinfo-b{
		margin-top: 20px;
	}
	.gyinfo-c{
		width: 100%;
		margin-top: 40px;
		padding: 0;
	}
	.gyinfo-e .news-eli{
		height: 32vw;
	}
}
@media(max-width:750px){
	.gyinfo{
		padding: 1.8rem 0 .8rem 0;
	}
	.gyinfo-e .news-eli{
		height: 62vw;
	}
	.gyinfo-d{
		margin-top: 1rem;
	}
}


.page{
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: 1.6vw;
}
.page a{
	line-height: 2.6vw;
	background: #ECECEC;
	border-radius: 100%;
	width: 2.6vw;
	min-width: 1vw;
	float: left;
	margin-right: .5vw;
	text-align: center;
}
.page a.active{
	color: #fff;
	background: #0060FF;
}
.page a.prev{
	width: 2.6vw;
	height: 2.6vw;
	float: right;
	margin-right: .5vw;
	background: url(../img/ico01_1.png) no-repeat center; 
	background-size: 98%;
	position: absolute;
	top: 0;
	right: 2.2vw;
}
.page a.prev:hover{
	background-image: url(../img/ico01_3.png);
}
.page a.next{
	width: 2.6vw;
	height: 2.6vw;
	float: right;
	margin-right: 0;
	background: url(../img/ico01_2.png) no-repeat center; 
	background-size: 98%;
}
.page a.next:hover{
	background-image: url(../img/ico01_4.png);
}

@media(max-width:1200px){
	.page a{
		line-height: 40px;
		width: 40px;
		margin-right: 10px;
		min-width: 20px;
	}
	.page a.prev,
	.page a.next{
		width: 40px;
		height: 40px;
	}
	.page a.prev{
		right: 45px;
	}
}
@media(max-width:750px){
	.page a{
		line-height: .6rem;
		width: .6rem;
		margin-right: .2rem;
		min-width: .4rem;
	}
	.page a.prev,
	.page a.next{
		width: .6rem;
		height: .6rem;
	}
	.page a.prev{
		right: .65rem;
	}
}





.gyban{
	width: 100%;
	height: 100vh;
	position: relative;
}
.gyban-ps{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 1.6vw;
	width: 100%;
	z-index: 2;
	min-height: 15vw;
	font-size: 0;
}
.gyban-a{
	width: 60%;
	padding-right: 5%;
	display: inline-block;
	vertical-align: top;
	font-family: RedHatDisplay-Bold;
}
.gyban-b{
	width: 50%;
	padding-left: 12%;
	display: inline-block;
	vertical-align: top;
}

.gyban-ps-a{
	bottom: 5.5vw;
	min-height:18vw;
}
.gyban-bb{
	width: 35vw;
	margin-right: 50%;
	padding: 0;
	margin-top: 1.2vw;
}
.gyban-cl{
	position: absolute;
	left: 6.2vw;
	bottom: 2.1vw;
	z-index: 4;
	color: #fff;
	cursor: pointer;
	padding-left: 1vw;
}
.gyban-cl-b{
	width: .3vw;
	height: 1.5vw;
	border-radius:.2vw;
	background: rgba(255,255,255,.2);
	position: absolute;
	left: 0;
	top: .2vw;
}
.gyban-cl-b:after{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius:.2vw;
	animation:divfirst 2s linear 0s infinite;
	-webkit-animation:divfirst 2s linear 0s infinite;
}
@keyframes divfirst{0%   {top: 0;} 50%  {top: 50%;} 100% {top: 0;}}
@-webkit-keyframes divfirst{0%   {top: 0;} 50%  {top: 50%;} 100% {top: 0;}}

@media(max-width:1200px){
	.gyban-ps{
		bottom: 100px;
	}
	.gyban-b{
		padding-left: 30px;
	}
	.gyban-bb{
		padding: 0;
		width: 340px;
		margin-right: 30%;
	}
	.gyban-cl{
		padding-left: 15px;
	}
	.gyban-cl-b{
		width: 7px;
		top: 5px;
		height: 24px;
	}
}
@media(max-width:1000px){
	.gyban-ps{
		padding-right: 20%;
	}
	.gyban-a{
		width: 100%;
		padding: 0;
		font-weight: bold;
	}
	.gyban-b{
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.gyban-bb{
		width: 340px;
	}
	.gyban-cl{
		left: 4%;
	}
}
@media(max-width:750px){
	.gyban-a{
		font-size: .5rem;
	}
	.gyban-b{
		font-size: .26rem;
		margin-top: .3rem;
	}
	.gyban-aa{
		width: 100%;
	}
	.gyban-bb{
		width: 100%;
		margin-right: 0;
	}
	.gyban-cl{
		padding-left: .3rem;
	}
	.gyban-cl-b{
		width: .08rem;
		top: .08rem;
		height: .4rem;
	}
}

.solution{
	padding: 5.2vw 0;
	font-size: 0;
}
.solution-a{
	width: 57.2%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
	font-family: RedHatDisplay-Bold;
}
.solution-b{
	width: 42.8%;
	display: inline-block;
	vertical-align: top;
}
.solution-bli{
	margin-top: 2.6vw;
	padding-left: 2.6vw;
	position: relative;
}

.solution-b1,.solution-b2,.solution-b3{
	color: #CFCFCF;
transition: all .5s;
-webkit-transition: all .5s;  
}
.solution-b1{
	position: absolute;
	left: 0;
	top: .5vw;
	font-weight: bold;
}
.solution-bli:first-child{
	margin-top: 0;
}
.solution-bli.on .solution-b1,
.solution-bli.on .solution-b2{
	color: #3E3A39;
transition: all .5s;
-webkit-transition: all .5s;  
}
.solution-bli.on .solution-b3{
	color: #3E3A39;
transition: all .5s;
-webkit-transition: all .5s;  
}

.solution-bul{
	width: 102.4%;
	font-size: 0;
	margin-top: 5.2vw;
}
.solution-blist{
	display: inline-block;
	vertical-align: top;
	width: 30.933%;
	margin-right: 2.4%;
	margin-bottom: 2%;
	background: #fff;
	border-radius: 20px;
	padding: 2.85vw;
	height: 25vw;
}
.solution-b6{
	height: 5.2vw;
}
.solution-b7{
	margin-top: 1vw;
}
.solution-b8{
	color: #969696;
}



.solution-ce-bj{
	position: relative;
	height: 100vh;
}
.solution-ce-ps{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
.solution-ce-ps.fd{
	position: fixed;
}
.solution-ce{
	padding: 5.2vw 0 6.25vw 0;
}
.solution-cd{
	font-size: 0;
	
}
.solution-c{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-family: RedHatDisplay-Bold;
}
.solution-d{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.solution-dul{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 6px;
	background: #F8F8F8;
	border-radius: 2vw;
	position: relative;
	top: -.5vw;
}
.solution-dli{
	display: inline-block;
	vertical-align: top;
	min-width: 7.2vw;
	line-height: 2.6vw;
	padding: 0 1vw;
	color: #3E3A39;
	border-radius: 2vw;
	cursor: pointer;
}
.solution-dli.on{
	color: #fff;
	background: url(../img/ico06.png);
	background-size: 100% auto;
}
.solution-e{
	margin-top: 1.6vw;
	position: relative;
	top: 0;
}
.solution-eli{
	width: 100%;
	font-size: 0;
	background: #F8F8F8;
	height: 29vw;
	border-radius: 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.solution-eli:nth-child(2){
	top: 50vw;
	transform: scale(1.2);
	opacity: 0;
	/*display: none;*/
}
.solution-eli:nth-child(2).on{
	display: block;
}
.solution-eli:nth-child(2).pd{
	top: 10vw;
}
.solution-eli:nth-child(3){
	top: 50vw;
	transform: scale(1.2);
	opacity: 0;
	/*display: none;*/
}
.solution-eli:nth-child(3).on{
	display: block;
}
.solution-elt{
	display: inline-block;
	vertical-align: top;
	width: 39.3%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.solution-ert{
	width: 60.7%;
	display: inline-block;
	vertical-align: top;
	padding: 3.125vw 2.6vw;
	
	
}
.solution-e2{
	width: 80%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3vw;
	font-family: RedHatDisplay-Bold;
}
.solution-e3{
	width: 4.2vw;
	float: right;
}
.solution-e4{
	padding-right: 13vw;
	color: #3E3A39;
}
.solution-e5{
	color: #969696;
	padding-right: 13vw;
}
.solution-e6{
	margin-top: 1vw;
	background-color: #fff;
}


.solution-fg{
	position: relative;
	height: 49.48vw;
}
.solution-fa{
	color: #fff;
	padding-top: 4.2vw;
	position: relative;
	z-index: 4;
	font-family: RedHatDisplay-Bold;
}
.solution-fli{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
.solution-fli:first-child{
	display: block;
}
.solution-fdiv{
	color: #fff;
	padding-top: 13.5vw;
	position: relative;
	z-index: 2;
}
.solution-fcnt{
	width: 40%;
}


.solution-g{
	position: absolute;
	z-index: 3;
	left: 0%;
	bottom: 3.7vw;
	width: 100%;
	/*transform:translateX(-50%);
	-webkit-transform:translateX(-50%);*/
	text-align: center;
}
.solution-gul{
	display: inline-block;
	vertical-align: top;
	
	background: rgba(255,255,255,.2);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px;
    font-size: 0;
	border-radius: 2vw;
}
.solution-gli{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	min-width: 12vw;
	padding: 0 1vw;
	line-height: 3.7vw;
	border-radius: 2vw;
	text-align: center;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.solution-gli.on{
	background: rgba(255,255,255,.4);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1200px){
	.solution{
		padding: 70px 0;
	}
	.solution-a{
		width: 50%;
		padding-right: 5%;
	}
	.solution-b{
		width: 50%;
	}
	.solution-b1{
		top: 8px;
	}
	.solution-ce{
		padding: 90px 0;
	}
	.solution-blist{
		height: 30vw;
	}
	.solution-e{
		margin-top: 50px;
	}
	.solution-e2{
		min-height: auto;
		padding-top:0 ;
	}
	.solution-e4{
		margin-top: 10px;
	}
	.solution-eli:nth-child(2){
		top: 700px;
	}
	.solution-eli:nth-child(3){
		top: 700px;
	}
	.solution-fg{
		height: 55vw;
	}
	.solution-fcnt{
		width: 75%;
	}
	.solution-g{
		/*width: auto;
		overflow: hidden;
		display: flex;*/
	}
	.solution-gli{
		line-height: 2.4;
		padding: 0 15px;
		/*float: left;*/
		min-width: 180px;
	}
	
	.solution-dli{
		padding: 0 15px;
		line-height: 40px;
		border-radius: 25px;
	}
	.solution-d{
		border-radius: 25px;
	}
	.solution-eli{
		height: auto;
	}
	.solution-elt{
		width: 100%;
		height: 50vw;
	}
	.solution-ert{
		width: 100%;
		padding: 40px;
		height: auto;
		min-height: 35vw;
	}
	.solution-b1,.solution-b2,.solution-b3 {
	    color: #3E3A39;
	    transition: all .5s;
	    -webkit-transition: all .5s;
	}
}

@media(max-width:1000px){
	.solution-a{
		width: 100%;
		font-weight: bold;
		padding: 0;
	}
	.solution-b{
		width: 100%;
		padding: 0;
		margin-top:35px;
	}
	.solution-bli{
		padding-left: 30px;
	}
	.solution-c{
		width: 100%;
	}
	.solution-d{
		margin-top: 25px;
		margin-left: 0;
		text-align: left;
		width: initial;
	}
	.solution-dli{
	
	}
	.solution-e{
		width: 100%;
	}
	.solution-fg{
		height: 75vw;
	}
	.solution-fcnt{
		width: 80%;
	}
	.solution-g{
		padding: 0 4%;
	}
	.solution-gli{
		font-size: 14px;
		min-width: 40vw;
		margin: 3px 0;
	}
	.solution-bul{
		width: 100%;
	}
	.solution-blist{
		width: 100%;
		padding: 30px;
		height: auto;
	}
}
@media(max-width:750px){
	.solution{
		padding: 1rem 0;
	}
	.solution-b{
		margin-top: .8rem;
	}
	.solution-bli{
		margin-top: .5rem;
	}
	.solution-blist{
		padding: .5rem .4rem;
	}
	.solution-b6{
		height: .8rem;
	}
	.solution-ce{
		padding: 1.2rem 0;
	}
	.solution-c{
		font-size: .4rem;
		font-weight: bold;
	}
	.solution-d{
		width: auto;
		display: none;
	}
	.solution-ce-ps{
		
	}
	.solution-dul{
		padding: 4px;
		border-radius: 30px;
	}
	.solution-e{
		margin-top: .8rem;
	}
	.solution-elt{
		height: 55vw;
	}
	.solution-ert{
		padding: .4rem;
	}
	.solution-e6{
		margin-top: .3rem;
	}
	.solution-e2{
		font-weight: bold;
	}
	.solution-e4{
		font-size: .28rem;
		font-weight: bold;
		margin-top: .1rem;
	}
	.solution-e5{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.solution-fg{
		height: 95vh;
	}
	.solution-fa{
		padding-top: .8rem;
	}
	.solution-fdiv{
		padding-top: 2rem;
	}
	.solution-fcnt{
		width: 100%;
	}
	.solution-f3{
		font-size: .24rem;
		line-height: 1.4;
	}
	.solution-gli{
		min-width: initial;
		font-size: .3rem;
		width: auto;
		padding: 0 .2rem;
		width:100%;
		margin: 2px 0;
	}
	.solution-g{
		/*display: block;
		width: 6rem;
		padding: 5px;*/
	}
}



.energy{
	/*padding: 6.25vw 0 7.8125vw 0;*/
	font-size: 0;
}
.energy-ab{
	padding: 11.2vw 0 14.58vw 0;
}
.energy-a{
}
.energy-a1{
	display: inline-block;
	vertical-align: top;
	color: #0060FF;
}
.energy-a2{
	display: inline-block;
	vertical-align: top;
	font-family: RedHatDisplay-Bold;
}
.energy-b{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 12vw;
}
.energy-c{
	width: 100%;
}
.energy-de{
	padding: 6.25vw 0;
}
.energy-d{
	/*margin-top: 3.7vw;*/
	font-family: RedHatDisplay-Bold;
}
.energy-e{
	margin-top: 3.125vw;
	width: 101.5%;
	font-size: 0;
}
.energy-eli{
	width: 23.5%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	height: 19.7vw;
	/*border: 2px solid  #F8F7F5;*/
	background: #fff;
	border-radius: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 2.1vw;
	text-align: center;
}
.energy-e2{
	height: 4.16vw;
	margin-top: 1vw;
}
.energy-e3{
	/*position: absolute;
	left: 0;
	bottom: 2.1vw;
	width: 100%;
	padding: 0 2.1vw;
	min-height: 3.7vw;*/
	margin-top: 2.1vw;
}

.energy-fg{
	padding: 6.25vw 0;
}
.energy-fa{
	color: #3E3A39;
	padding-left: 20px;
	position: relative;
}
.energy-fa:after{
	content: '';
	width: 12px;
	height: 12px;
	background: url(../img/ico06.png);
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	border-radius: 2px;
}
.energy-f{
	font-family: RedHatDisplay-Bold;
}
.energy-gps{
	position: relative;
}
.energy-g{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 0;
	padding-right: 3%;
	height: 52.08vw;
	line-height: 52.08vw;
}
.energy-g img{
	width:52.08vw;
}
.energy-gul{
	/*display: none;*/
}
.energy-gli{
	position: absolute;
	top: 31%;
	left: 1%;
	z-index: 3;
}
.energy-gdiv{
	    width: 100%;
    border-radius: 20px;
	padding: 1.8vw 2vw 1.2vw 2vw;
	width: 23.18vw;
	min-height: 12vw;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    z-index: 2;
}
.energy-g0{
	right: 1vw !important;
}
.energy-g2{
	color: #3E3A39;
	line-height: 1.2;
	font-family: RedHatDisplay-Bold;
}
.energy-g3{
	color: #969696;
	line-height: 1.3;
}
.energy-g4{
	    width: 3.125vw;
    position: absolute;
    left: -.5vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.energy-g4 img{
	width: 100%;
}

.energy-gli:nth-child(2){
	left: initial;
	right: 0;
	top: 11%;
}
.energy-gli:nth-child(3){
	left: initial;
	right: 0;
	top: 44%;
}

.energy-jk-ps{
	position: relative;
	background: #fff;
}

.energy-jk{
	padding: 6.25vw 0 0 0;
	background: #fff;
}
.energy-j{
	font-family: RedHatDisplay-Bold;
}
.energy-jk-fff{
	height: 6.25vw;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 9;
}
.energy-jk-ul{
	margin-top: 1.2vw;
}
.energy-jk-li{
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
}
.energy-jk-li:last-child{
	z-index: 6;
}
.energy-j{
	height: 3.2vw;
	position: relative;
	z-index: 2;
}
.energy-j .news-a.fd{
	position: fixed;
	top: 1.5vw;
}
.energy-k-ps{
	position: relative;
	width: 100%;
	top: 0;
	background: #fff;
}
.energy-k-ps.fd{
	position: fixed;
	top: calc(4.1vw + 20px);
	left: 0;
}
.energy-k{
	
	padding: 2.6vw 0;
}
.energy-kli{
	font-size: 0;
}
.energy-klt{
	width: 48%;
	border-radius: 20px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.energy-krt{
	width: 52%;
	display: inline-block;
	vertical-align: top;
	padding-left: 3vw;
}
.energy-kct{
	padding-right: 5vw;
}
.energy-k2{
	width: 100%;
	height: 1px;
	background: #CFCFCF;
}
.energy-k3{
	color: #3E3A39;
	font-family: RedHatDisplay-Bold;
}
.energy-k4{
	color: #969696;
}
.energy-k56{
	padding: 1vw 0;
	font-size: 0;
	border-bottom: 1px solid #F1F1F1;
}
.energy-k5{
	width: 13vw;
	display: inline-block;
	vertical-align: top;
	color: #969696;
	line-height: 1.4vw;
}
.energy-k6{
	width: calc(100% - 13vw);
	display: inline-block;
	vertical-align: top;
	line-height: 1.4vw;
}
.energy-k7{
	margin-top: 2.1vw;
	background-color: #EFEFEF;
	color: #CFCFCF;
}
@media(max-width:1200px){
	.energy-b{
		padding-left: 0;
	}
	.energy,.energy-fg,.energy-jk{
		/*padding: 70px 0;*/
	}
	.energy-e{
		width: 102%;
	}
	.energy-eli{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 245px;
	}
	.energy-e2{
		height: 50px;
	}
	.energy-kct{
		padding-right: 10%;
	}
	.energy-k56{
		padding: 20px 0;
	}
	.energy-k5{
		width: 200px;
		line-height: 22px;
	}
	.energy-k6{
		width: calc(100% - 200px);
		line-height: 22px;
	}
	
	.energy-jk-ul{
		margin-top: 40px;
	}
	.energy-klt{
		width: 100%;
		height: 60vw;
	}
	.energy-krt{
		width: 100%;
		margin-top: 30px;
	}
	.energy-k{
		padding: 40px 0;
	}
	.energy-jk-fff{
		height: 70px;
	}
	.energy-jk{
		padding: 70px 0 0 0 ;
	}
	.energy-gli{
		
	}
	.energy-gdiv{
		width: 25vw;
		min-height: 13.5vw;
	}
	.energy-g2{
		font-size: 18px;
	}
	.energy-g3{
		font-size: 14px;
	}
	
	.energy-g0{
		right: 15px !important;
	}
}
@media(max-width:1000px){
	.energy-a{
		width: 100%;
		padding: 0;
	}
	.energy-b{
		width: 100%;
		margin-top: 40px;
	}
	.energy-eli{
		padding: 30px;
	}
	
	.energy-g{
		padding: 0;
		margin-top: 30px;
		height: auto;
		line-height: initial;
	}
	.energy-g img{
		width: 80%;
	}
	.energy-gul{
		display: block;
		position: relative;
	}
	.energy-gli{
		position: relative;
		top: initial !important;
		right: initial !important;
		margin-top: 20px;
	}
	.energy-gdiv{
		width: initial;
		height: initial;
		min-height: auto;
		padding: 30px;
	}
	
	.energy-kct{
		padding-right: 0%;
	}
}
@media(max-width:750px){
	.energy-fg,.energy-jk{
		padding: 1rem 0;
	}
	.energy-b{
		margin-top: .5rem;
	}
	.energy-d{
		margin-top: .6rem;
	}
	.energy-e{
		width: 100%;
		margin-top: .8rem;
	}
	.energy-eli{
		width: 100%;
		height: auto;
		padding: .4rem;
	}
	.energy-e2{
		height: .8rem;
	}
	.energy-e3{
		position: relative;
		bottom: initial;
		margin-top: .3rem;
	}
	.energy-g{
		margin-top: .7rem;
	}
	.energy-k{
		/*margin-top: .5rem;*/
	}
	.energy-klt{
		width: 100%;
	}
	.energy-krt{
		width: 100%;
		margin-top: .5rem;
	}
	.energy-kct{
		padding-right: 0;
	}
	.energy-k3{
		font-size: .36rem;
		font-weight: bold;
		margin-top: .25rem;
	}
	.energy-k4{
		font-size: .24rem;
	}
	.energy-k56{
		padding: .15rem 0;
	}
	.energy-k5,
	.energy-k6{
		font-size: .24rem;
	}
	.energy-k5{
		width: 2.8rem;
		line-height: .4rem;
	}
	.energy-k6{
		width: calc(100% - 2.8rem);
		line-height: .4rem;
	}
	.energy-k7{
		margin-top: .3rem;
	}
	
	.energy-k-ps.fd{
		top: calc(1rem + 0px);
	}
	.energy-jk-ul{
		margin-top: .3rem;
	}
	.energy-klt{
		width: 100%;
		height: 60vw;
	}
	.energy-krt{
		width: 100%;
		margin-top: .5rem;
	}
	.energy-k{
		padding: .6rem 0;
	}
	.energy-jk-fff{
		height: .8rem;
	}
	.energy-jk{
		padding: .8rem 0 0 0 ;
	}
	.energy-j .news-a.fd{
		top: 8vw;
	}
	.energy-g{
		margin-top: .4rem
	}
	.energy-gdiv{
		padding: .4rem;
		width: 99%;
		margin-left: 1%;
	}
	.energy-g2{
		font-size: .36rem;
		font-weight: bold;
	}
	.energy-g3{
		font-size: .26rem;
		margin: 0;
	}
	.energy-g4{
		width: .4rem;
		left: -.02rem
	}
	.energy-gli{
		margin-top: .2rem;
	}
}



.customer{
	padding-top: 6.25vw;
}
.customer-a{
	font-size: 0;
}
.customer-ali{
	width: 38%;
	display: inline-block;
	vertical-align: top;
	padding-left: 2.1vw;
	margin-bottom: 3.125vw;
	position: relative;
}
.customer-ali:nth-child(2n+ 0){
	margin-left: 24%;
}
.customer-a{
	display: inline-block;
	vertical-align: top;
}
.customer-a2{
	color: #969696;
}
.customer-a0{
	position: absolute;
	right: 0;
	top: .5vw;
	color: #CFCFCF;
}
.customer-a1{
	max-width: 90%;
	display: inline-block;
	vertical-align: top;
	font-family: RedHatDisplay-Bold;
}
.customer-a3{
	width: .5vw;
	height: 100%;
	border-radius: .3vw;
	background: #f1f1f1;
	position: absolute;
	left: 0;
	top: 0;
}
.customer-a1{
	position: relative;
}
.customer-a1:after{
	content: '';
	width: .5vw;
	height: 100%;
	border-radius: .3vw;
	background: #0060FF;
	position: absolute;
	left: -2.1vw;
	top: 0;
	z-index: 2;
}


.customer-b{
	width: 66.35%;
	margin-left: 22%;
}

.customer-c-bj{
	background: rgba(239,239,239,.8);
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	margin-top: -9.5vw;
	position: relative;
	z-index: 2;
}
.customer-c{
	padding: 6.25vw 0 9.375vw 0;
}
.customer-c1{
	font-family: RedHatDisplay-Bold;
}
.customer-cul{
	width: 101.8%;
	font-size: 0;
}
.customer-cli{
	width: 31.533%;
	display: inline-block;
	vertical-align: top;
	padding-left: .5vw;
	position: relative;
	margin-right: 1.8%;
	margin-bottom: 1.8%;
}
.customer-c45{
	width: 100%;
	border-radius: 20px;
	padding: 2.6vw;
	min-height: 20vw;
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    z-index: 2;
}
.customer-c4{
	font-family: RedHatDisplay-Bold;
}
.customer-c5{
	color: #969696;
}
.customer-c6{
	width: 3.125vw;
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

@media(max-width:1200px){
	.customer-ali{
		width: 45%;
	}
	.customer-ali:nth-child(2n+ 0){
		margin-left: 10%;
	}
	.customer-c{
		
	}
	.customer-c45{
		min-height: 27vw;
	}
	.customer-c4{
		font-size: 16px;
		font-weight: bold;
	}
	.customer-c5{
		font-size: 14px;
	}
}
@media(max-width:1000px){
	.customer-c2{
		display: none;
	}
	.customer-cul{
		width: 100%;
		margin-top: 30px;
	}
	.customer-cli{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		height: auto;
	}
	.customer-c45{
		min-height: auto;
		padding: 30px;
	}
	.customer-c6{
		width: 30px;
	}
}
@media(max-width:750px){
	.customer{
		padding-top: 1rem;
	}
	.customer-ali{
		width: 100%;
		margin-bottom: .7rem;
	}
	.customer-ali:nth-child(2n+ 0){
		margin-left:0 ;
	}
	.customer-b{
		width: 90%;
		margin-left: 5%;
	}
	.customer-c-bj{
		margin-top: -12.5vw;
	}
	.customer-c{
		padding: 1rem 0;
	}
	.customer-cul{
		margin-top: .6rem;
	}
	.customer-cli{
		margin-bottom: .5rem;
	}
}



.ban-swiper{
	width: 100%;
	height: 56.25vw;
	max-height: 100vh;
	position: relative;
}
.ban-swiper:after{
	content: '';
	width: 100%;
	height: 16.5vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../img/ico50.png) no-repeat center top;
	background-size: 100% auto;
}
.idxban-pos{
	width: 43.75vw;
	color: #fff;
	position: absolute;
	left: 6.25vw;
	top: 24vh;
	z-index: 2;
	margin-left: 3vw;
	opacity: 0
}
.swiper-slide.swiper-slide-active .idxban-pos{
	margin-left: 0;
	opacity: 1;
transition: all .5s .6s;
-webkit-transition: all .5s .6s; 
}
.idxban-b{
	font-family: RedHatDisplay-Bold;
}
.idxban-cl{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 3.125vw;
	padding-top: 1.6vw;
	overflow: hidden;
	z-index: 3;
	color: #fff;
}

.ban-video{
	/*background: #000;*/
	width: 100%;
	/*max-width: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.idxban-lt-a{
	margin: 0;
	float: left;
}
.idxban-lt-b{
	float: right;
}
.idxban-sp{
	display: inline-block;
	left: 50% !important;
	bottom: 2vw !important;
	width: auto !important;
	height: 2.6vw;
	line-height: 2.6vw;
	padding:  0 1.2vw;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	background: rgba(255,255,255,.2);
	border-radius: 3vw;
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.idxban-sp span{
	width: 10px;
	height: 10px;
	background: #fff;
	background: #fff;
	border-radius: 10px;
}
.idxban-sp span.swiper-pagination-bullet-active{
	width: 30px;
}
@media(max-width:1200px){
	.ban-swiper{
		height: 60vw;
	}
	.ban-video{
		display: none;
	}
	.idxban-pos{
		width: 56vw;
		top: 20vw;
	}
	.idxban-sp{
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 20px;
		bottom: 20px !important;
	}
}
@media(max-width:750px){
	.ban-swiper{
		height: 100vh;
	}
	.idxban-pos{
		width: 80vw;
		top: 3rem;
	}
	.idxban-c{
		margin-top: .4rem;
	}
}



.iabt-bj{
	position: relative;
	/*background: #fff;*/
	z-index: 3;
}
.iabt{
	padding: 7.2vw 0;
	min-height: 40.625vw;
	position: relative;
	z-index: 2;
	min-height: 100vh;
}
.iabt-a1{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-family: RedHatDisplay-Bold;
}
.iabt-b{
	text-align: right;
}
.iabt-b1{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #3E3A39;
	width: 40.5%;
}
.iabt-b2{
	text-align: left;
	margin-top: 3.125vw;
	/*background-color: #fff;*/
}
.iabt-b3{
	/*color: #969696;*/
}
.iabt-c{
	width: 100%;
	position: absolute;
	left: 0;
	top: 18vw;
}




.isol-bj .solution-dul{
	background: #f8f8f8;
}
.isol-bj .solution-eli{
	background: #f8f8f8;
}
.isol-bj .news-c4{
	background-color: #fff;
}
.isol-bj .news-c4:hover{
	background-color: #0060FF;
	background-image: url(../img/ico02_2.png);
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s; 
}

.inws{
	padding: 2.6vw 0 7.8vw 0;
	font-size: 0;
}
.inws-rt{
	width: 57.2%;
	display: inline-block;
	vertical-align: top;
}
.inws-lt{
	width: 42.8%;
	display: inline-block;
	vertical-align: top;
	font-family: RedHatDisplay-Bold;
}

.inws-li{
	padding: 2.6vw 0;
	margin-top: .6vw;
	display: block;
	position: relative;
}
.inws-a{
	color: #CFCFCF;
}
.inws-b{
	line-height: 2vw;
	height: 4vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-right: 3vw;
}
.inws-c{
	width: 2.1vw;
	height: 2.1vw;
	background: url(../img/ico05.png)  no-repeat center; 
	background-size: cover;
	position: absolute;
	right: 0;
	top: 4.5vw;
transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-d{
	width: 100%;
	height: 2px;
	background: #F1F1F1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.inws-e{
	width: 0%;
	height: 2px;
	background: url(../img/ico06.png) ; 
	background-size: 100%;
	position: absolute;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-li:hover .inws-e{
	width: 100%;
transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-li:hover .inws-c{
	background-image: url(../img/ico05_1.png);
transition: all .5s;
-webkit-transition: all .5s;  
}




.message{
	padding: 5.2vw 0;
	font-size: 0;
}
.message-rt{
	width: 57.2%;
	display: inline-block;
	vertical-align: top;
}
.message-lt{
	width: 42.8%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5vw;
	font-family: RedHatDisplay-Bold;
}
.message-fm{
	width: 100%;
	font-size: 0;
}
.message-div{
	position: relative;
	margin-bottom: 1.6vw;
	width: 44.5%;
	display: inline-block;
	vertical-align: top;
}
.message-div:nth-child(2),
.message-div:nth-child(4){
	margin-left: 9%;
}
.message-b{
	width: 100%;
	line-height: 3.7vw;
	height: 3.7vw;
	border: 0;
	background: initial;
	border-bottom: 1px solid #CFCFCF;
transition: all .5s;
-webkit-transition: all .5s; 
}
.message-div2{
	width: 100%;
	margin-top: 6.25vw;
}
.message-sub{
	display: inline-block;
	line-height: 2.6vw;
	border-radius: 1.3vw;
	width: 7.25vw;
	padding: 0 1.2vw;
	border: 0;
	background: #fff url(../img/ico02_1.png)  no-repeat right center;
	background-position-x: calc(100% - 1.2vw);
	background-size: .7vw auto;
	margin-top: 2.8vw;
	color: #3E3A39;
	text-align: left;
transition: all .5s;
-webkit-transition: all .5s; 
}
.message-sub:hover{
	background-color: #0060FF;
	background-image: url(../img/ico02_2.png);
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s; 
}
.message-b.on{
	color: #0060FF;
	border-color: #0060FF;
transition: all .5s;
-webkit-transition: all .5s; 
}

@media(max-width:1200px){
	.iabt{
		padding: 70px 0;
	}
	.iabt-b1{
		width: 45%;
	}
	.inws-b{
		line-height: 28px;
		height: 56px;
		padding-right:30px;
	}
	.inws-c{
		width: 25px;
		height: 25px;
	}
	.message-b{
		height: 60px;
		line-height: 60px;
	}
	.message-sub{
		width: 115px;
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		background-size: 15px auto;
		background-position-x: calc(100% - 20px);
	}
	.solution-e3{
		width: auto;
		height: 45px;
	}
}

@media(max-width:1000px){
	.iabt-b1{
		width: 100%;
	}
	.inws-lt{
		width: 100%;
	}
	.inws-rt{
		width: 100%;
		margin-top: 40px;
	}
	.message{
		padding: 70px 0;
	}
	.message-lt{
		width: 100%;
		padding: 0;
	}
	.message-rt{
		width: 100%;
		margin-top: 40px;
	}
	.iabt-a1{
		width: 100%;
	}
}
@media(max-width:750px){
	.iabt{
		padding: 1rem 0;
	}
	.inws-li{
		padding: 3.5vw 0;
	}
	.inws-rt{
		margin-top: .5rem;
	}
	
	.message{
		padding: 1rem 0;
	}
	.message-rt{
		margin-top: .6rem;
	}
	.message-div{
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		margin-left: 0 !important;
	}
	.message-sub{
		margin-top: .6rem;
		height: .8rem;
		line-height: .8rem;
		background-size: .2rem auto;
	}
}


.gyban-about-ps{
	transform: initial;
	top: 0;
	padding-top: 10vw;
}
.gyban-about-div{
	font-size: 0;
	color: #fff;
}
.gyban-about-a{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 6.5vw;
	font-family: RedHatDisplay-Bold;
}
.gyban-about-b{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 6.5vw;
}


.gyban-about-bj{
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 6;
}
.gyban-about{
	/*position: fixed;
	top: 0;
	left: 0;*/
}
.about-fff{
	background: #fff;
	position: relative;
	z-index: 3;
}
.about-ab-ps{
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100vh;
}
.about-ab-ps{
	/*width: 100%;
	background: rgba(255,255,255,.2);
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
}
.about-ab-bj{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	height: 56.25vw;
	background: rgba(255,255,255,.2);
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.about-ab-bj.fd{
	position: fixed;
	top: 0;
	left: 0;
	right: initial !important;
}
.about-ab{
	padding: 10vw 0;
	color: #fff;
	font-size: 0;
}
.about-a{
	width:57.4%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10%;
	position: relative;
	left: -15vw;
	opacity: 0;
}
.about-b{
	width:42.6%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	right: -15vw;
	opacity: 0;
	
}
.about-b2{
	opacity: .8;
}
.about-eg{
	padding: 6.25vw 0 7.4vw 0;
}
.about-e{
	font-size: 0;
}
.about-e1{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-family: RedHatDisplay-Bold;
}

.about-e2{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: right;
	color: #3E3A39;
	padding-left: 10%;
}
.about-fg{
	margin-top: 6.25vw;
	font-size: 0;
}
.about-f{
	display: inline-block;
	vertical-align: top;
	width: 50.6%;
	padding-right: 2.6vw;
}
.about-fli{
	margin-top: 2.6vw;
	position: relative;
}
.about-fli:first-child{
	margin-top: 0;
}
.about-f12{
	padding-left: 3.8vw;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.about-f1{
	width: 2.6vw;
	height: 2.6vw;
	line-height: 2.6vw;
	border-radius: 100%;
	background: #F1F1F1;
	text-align: center;
	color: #999;
	position: absolute;
	left: 0;
	top: .1vw;
}
.about-f3{
	color: #3E3A39;
	padding-left: 3.8vw;
	display: none;
}
.about-f2{
	opacity: .5;
}
.about-fli:after{
	content: '';
	width: 2px;
	height: calc(100% + 2.6vw);
	border-left: 3px dashed #F1F1F1;
	position: absolute;
	left: 1.2vw;
	top: .5vw;
	z-index: 1;
}
.about-fli:last-child:after{
	display: none;
}

.about-fli.on .about-f1{
	background: #0060FF;
	color: #fff;
}
.about-fli.on .about-f2{
	opacity: 1;
}

.about-g{
	display: inline-block;
	vertical-align: top;
	width: 49.4%;
	position: relative;
}
.about-gli{
	border-radius: 20px;
	overflow: hidden;
	display: none;
}
.about-gul{
	width: 100%;
	display: flex;
	margin-top: 5.16vw;
	border-radius: 25px;
	background: #fff;
	padding: 3.125vw 0;
}
.about-glist{
	display: inline-block;
	vertical-align: top;
	height: 11.2vw;
	padding: 0 2.1vw;
	line-height: 11.2vw;
	text-align: center;
	border-left: 1px dashed #0160FF;
}
.about-glist:first-child{
	border: 0;
}


.about-fk{
	padding: 6.25vw 0 10vw 0;
}
.about-j{
	margin-top: 3.125vw;
	width: 140%;
	padding-right:  20%;
	padding-left: 30%;
	margin-left: -20%;
}
.about-jsd{
	font-size: 0;
	text-align: center;
	
}
.about-jct{
	transform: scale(.8);
transition: all .5s;
-webkit-transition: all .5s; 
}
.about-jsd.swiper-slide-active .about-jct{
	transform: scale(1);
transition: all .5s;
-webkit-transition: all .5s; 
}
.about-jlt{
	display: inline-block;
	vertical-align: top;
	width: 18.23vw;
	height: 25vw;
	line-height: 25vw;
	text-align: center;
	font-size: 0;
	position: relative;
	overflow: hidden;
	/*background: #fff;*/
	border-radius: 20px;
}
.about-jlt img{
	max-width: 100%;
	max-height: 100%;
}
.about-jrt{
	width:18.23vw;
	display: inline-block;
	vertical-align: top;
}
.about-j2{
	color: #3E3A39;
	margin-top: .8vw;
}
.about-j3{
	color: #CFCFCF;
	display: none;
}

.about-k{
	font-size: 0;
	margin-top: 3.125vw;
	overflow: hidden;
}
.about-klt{
	float: left;
}
.about-krt{
	width: 89%;
	float:right;
	position: relative;
	height: 2.1vw;
}
.about-krt:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #CFCFCF;
	position: absolute;
	left: 0;
	top: 50%;
}
.about-ksc{
	width: 100%;
	height: 1px;
	background: #CFCFCF;
	margin-top: 1.3vw;
}
.about-ksc .swiper-scrollbar-drag{
	height: 10px;
	background: #0060FF;
	border-radius: 5px;
	top: -5px;
}
.about-ksp{
	display: inline-block;
	width: 8vw;
	background: #;
	line-height: 2.1vw;
	font-size: 1.04vw;
	background: #F5F5F5;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4vw;
	z-index: 2;
}

.about-mn{
	position: relative;
	min-height: 56.25vw;
}
.about-n {
	padding: 6.25vw 0;
	color: #fff;
	position: relative;
	z-index: 2;
}
.about-n .fnt50{
	font-family: RedHatDisplay-Bold;
}
.about-nul{
	margin-top: 5.2vw;
	width: 106.5%;
	font-size: 0;
}
.about-nli{
	width: 26.833%;
	display: inline-block;
	vertical-align: top;
	min-height: 14vw;
	background: rgba(255,255,255,.2);
	border-radius: 20px;
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2.1vw 3.125vw;
    margin-right: 6.5%;
    position: relative;
    top: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-nli:hover{
	top: -1vw;
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
transition: all .5s;
-webkit-transition: all .5s;  
}


.about-oq{
	position: relative;
	min-height: 56.25vw;
}

.about-op {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 5.2vw 0;
}
.about-o{
	display: inline-block;
	vertical-align: top;
	max-width: 40%;
	font-family: RedHatDisplay-Bold;
}
.about-p{
	padding: 8px;
	font-size: 0;
	background: rgba(255,255,255,.2);
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    float: right;
	border-radius: 2vw;
}
.about-pli{
	line-height: 3.7vw;
	min-width: 12vw;
	padding: 0 1.2vw;
	display: inline-block;
	vertical-align: top;
	border-radius: 2vw;
	text-align: center;
	cursor: pointer;
}
.about-pli.on{
	background: rgba(255,255,255,.2);
}


.about-qli{
	
}
.about-qps{
	width: 31.25vw;
	height: 15.625vw;
	border-radius: 20px;
	background: rgba(255,255,255,.2);
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
    left: 6.5vw;
    bottom: 8.2vw;
    padding: 2.3vw;
    color: #fff;
}
.about-qsw{
	width: 100%;
	height: 12vw;
	padding-bottom: 3vw;
}
.about-q3{
	opacity: .6;
}
.about-qsp{
	text-align: left;
}
.about-qsp span{
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.3) !important;
	position: relative;
	border-radius: 5px;
	opacity: 1;
}
.about-qsp span:after{
	content: '';
	width: 0;
	height: 100%;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.about-qsp span.swiper-pagination-bullet-active{
	width: 1.5vw;
}
.about-qsp span.swiper-pagination-bullet-active:after{
	width: 100%;
	transition: all 3.5s linear ;
	-webkit-transition: all 3.5s linear ;  
}


.about-cd-bj{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 0;
	background: #fff;
}
.about-cd{
	width: 100%;
	height: 49.48vw;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}
.about-cd.fd{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.about-c{
	padding: 8.33vw 0;
	color: #fff;
	position: relative;
	z-index: 5;
}

.about-dps{
	width: 37.24vw;
	position: absolute;
	top: 8.5vw;
	right: 6.25vw;
	background: rgba(255,255,255,.2);
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 2.3vw 2.6vw;
    color: #fff;
    border-radius: 20px;
    z-index: 3;
    opacity: 0;
    transform:translateX(20%);
}
.about-d1{
	position: absolute;
	right: 2.6vw;
	top: 2vw;
	font-weight: bold;
	opacity: .6;
}
.about-d2{
	padding-right: 3vw;
	font-family: RedHatDisplay-Bold;
}
.about-d3{
	/*opacity: .6;*/
}
.about-dimg{
	width: 100%;
	height: 100vh;
	top: initial;
	bottom: 0;
}
.about-dli{
	display: none;
	top: initial;
	bottom: 0;
	/*height: 0vh;*/
	position: absolute;
	
	overflow: hidden;
}
.about-dli:first-child{
	display: block;
	height: 100vh;
	z-index: 1;
}
.about-dli:nth-child(2){
	z-index: 2;
}
.about-dli:nth-child(3){
	z-index: 3;
}
.about-dli.on .about-dps{
	transform:translateX(0%);
	opacity: 1;
transition: all .5s .3s;
-webkit-transition: all .5s .3s; 
	
}

@media(max-width:1200px){
	.gyban-about-ps{
		padding-top: 180px;
	}
	.gyban-about-a{
		width: 100%;
		padding-right: 20%;
	}
	.gyban-about-b{
		margin-top: 30px;
		width: 100%;
		padding-left: 0;
		padding-right: 20%;
	}
	
	
	.about-ab-bj{
		height: 100vh;
	}
	.about-ab{
		padding: 200px 0;
	}
	.about-a{
		width: 80%;
	}
	.about-b{
		width: 80%;
		margin-top: 40px;
	}
	.about-c{
		padding: 140px 0;
	}
	
	.about-dps{
		width: 42vw;
		top: 140px;
		right: 4%;
	}
	.about-e2{
		padding-left: 0;
	}
	.about-ksc{
		margin-top: 20px;
	}
	.about-n,.about-eg{
		padding: 70px 0;
	}
	.about-nul{
		width: 103%;
	}
	.about-nli{
		width: 30.333%;
		margin-right: 3%;
		min-height: 21vw;
	}
	.about-op{
		padding: 70px 0;
	}
	.about-pli{
		padding: 0 15px ;
	}
	.about-qps{
		width: 40vw;
		height: 20vw;
	}
	.about-qsw{
		height: 18vw;
	}
	.about-f1{
		top: .8vw;
	}
	.about-krt{
		height: 40px;
	}
	.about-ksp{
		width: 80px;
		margin-left: -40px;
		line-height: 40px;
	}
}
@media(max-width:1000px){
	.about-dps{
		width: 55vw;
		top: 150px;
		padding: 20px;
	}
	.about-e1{
		font-weight: bold;
		width: 100%;
	}
	.about-e2{
		width: 100%;
		text-align: left;
		margin-top: 25px;
	}
	.about-f{
		width: 100%;
	}
	.about-g{
		width: 100%;
		margin-top: 30px;
	}
	.about-f12{
		padding-left: 35px;
	}
	.about-f1{
		width: 25px;
		height: 25px;
		line-height: 25px;
		top: 5px;
	}
	.about-fli:after{
		left: 10px;
	}
	.about-jlt{
		width: 28vw;
		height: 40vw;
		line-height: 40vw;
	}
	.about-jrt{
		width: 50vw;
	}
	.about-j3{
		margin-top: 10px;
	}
	.about-krt{
		width: calc(100% - 110px);
	}
	.about-mn{
		min-height: 70vw;
	}
	.about-nli{
		min-height: 26vw;
	}
	.about-oq{
		min-height: 80vw;
	}
	.about-qps{
		width: 50vw;
		height: 30vw;
	}
	.about-qsw{
		height: 26vw;
	}
	.about-qsp span.swiper-pagination-bullet-active{
		width: 25px;
	}
	.about-f3{
		padding-left: 35px;
	}
	.gyban-about-ps{
		padding-right: 0 !important;
	}
	.gyban-about-b,
	.gyban-about-a{
		padding-right: 0;
	}
}
@media(max-width:750px){
	.gyban-about-ps{
		padding-top: 1.6rem;
	}
	.gyban-about-a{
		font-size: .4rem;
		font-weight: bold;
	}
	.gyban-about-b{
		font-size: .24rem;
		margin-top: .4rem;
	}
	.about-ab{
		padding: 1.8rem 0 2rem 0;
	}
	.about-a{
		font-size: .3rem;
		font-weight: bold;
	}
	.about-b{
		font-size: .24rem;
		margin-top: .4rem;
		width: 100%;
	}
	.about-c{
		padding: 2rem 0;
	}
	.about-dps{
		width: 80vw;
		padding: .4rem;
		top: 3.5rem;
	}
	.about-d1{
		top: .3rem;
		right: .3rem;
	}
	.about-d3{
		font-size: .28rem;
	}
	.about-f1{
		top: 0rem;
	}
	.about-fli{
		margin-top: .3rem;
	}
	.about-gul{
		display: block;
		font-size: 0;
		padding: .2rem 0;
	}
	.about-glist{
		width: 50%;
		padding: 0 5vw;
		height: 2rem;
		line-height: 2rem;
		margin: .3rem 0;
	}
	.about-glist:nth-child(2n + 1){
		border: 0;
	}
	
	.about-e2{
		font-size: .3rem;
		margin-top: .5rem;
	}
	.about-fk{
		padding: 1rem 0;
	}
	.about-j{
		padding:  0 30%;
	}
	.about-jlt{
		width: 45vw;
		height: 70vw;
		line-height: 70vw;
		border-radius: 5px;
	}
	.about-jrt{
		width: 45vw;
		
	}
	.about-j2{
		font-size: .36rem;
		font-weight: bold;
	}
	.about-j2{
		font-size: .28rem;
		font-weight: bold;
	}
	.about-j3{
		font-size: .28rem;
	}
	.about-krt{
		width: calc(100% - 1.3rem);
		
	}
	.about-krt{
		height: .5rem;
	}
	.about-ksp{
		width: 1rem;
		margin-left: -.5rem;
		line-height: .5rem;
	}
	.about-ksc{
		margin-top: .25rem;
	}
	.about-ksc .swiper-scrollbar-drag{
		height: 6px;
		top: -3px;
	}
	.about-n, .about-eg{
		padding: 1rem 0;
	}
	.about-nul{
		width: 100%;
		margin-top: .7rem;
	}
	.about-nli{
		width: 100%;
		height: auto;
		padding: .5rem;
		margin-bottom: .25rem;
	}
	.about-oq{
		min-height: 100vh;
	}
	.about-o{
		max-width: calc();
	}
	.about-p{
		float: initial;
		display: inline-block;
		vertical-align: top;
		margin-top: .4rem;
		width: initial;
	}
	.about-pli{
		font-size: .28rem;
		line-height: 2.5;
		padding: 0 .2rem;
	}
	.about-qps{
		width: 80vw;
		height: 60vw;
		padding: 5vw;
	}
	.about-qsw{
		height: 53vw;
		padding-bottom: .8rem;
	}
}



footer{
	background: url(../img/img14.jpg) no-repeat center; 
	background-size: cover;
	position: relative;
	z-index: 9;
}
.footer{
	padding-top:5.2vw;
	color: #fff;
}
.footer-div{
	display: flex;
	justify-content: space-between;
	min-height: 38vw;
}
.footer-list{
	display: inline-block;
	vertical-align: top;
}
.footer-b{
	margin-top: 1.6vw;
}
.footer-b a{
	display: inline-block;
	vertical-align: top;
	opacity: .5;
	color: #fff;
	margin: 3px 0;
}
.footer-b a:hover{
	opacity: 1;
}
.footer-b3{
	margin-top: 2.6vw;
}
.footer-b2 div{
	margin: 3px 0;
	opacity: .5;
}
.footer-b3{
	font-size: 0;
	margin-top: 2.6vw;
}
.footer-b45{
	display: inline-block;
	vertical-align: top;
	margin-right: 1vw;
	position: relative;
}
.footer-b4{
	height: 1.2vw;
}
.footer-b5{
	width: 6.5vw;
	max-width: initial;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 1vw;
	display: none;
	border-radius: 10px;
}
.footer-cd{
	border-top: 1px solid rgba(255,255,255,.5);
	overflow: hidden;
	padding: 1.3vw 0 2.6vw 0;
}
.footer-c{
	float: left;
}
.footer-d{
	cursor: pointer;
	float: right;
}

@media(max-width:1200px){
	.footer-b4{
		height: 20px;
	}
	.footer-b5{
		width: 120px;
	}
	.footer-list{
		max-width: 20%
	}
	.footer-a{
		font-size: 16px;
	}
	.footer-b a{
		font-size: 14px;
	}
}
@media(max-width:1000px){
	.footer-list{
		max-width: 22%;
	}
	.footer-list .fnt20{
		font-size: 14px;
	}
}
@media(max-width:750px){
	.footer{
		padding: 1rem 0 .5rem 0;
	}
	.footer-div{
		display: block;
	}
	.footer-list{
		display: block;
		max-width: initial;
		margin-bottom: .2rem;
	}
	.footer-a{
		font-size: .4rem;
		font-weight: bold;
		padding-right: .7rem;
		display: inline-block;
		background: url(../img/ico30_1.png)  no-repeat right center; 
	background-size: .5rem;
	}
	.footer-b{
		display: none;
	}
	.footer-a.on {
		background-image: url(../img/ico30_2.png);
	}
	.footer-list2 .footer-b{
		display: block !important; 
	}
	.footer-list2 .footer-a{
		background: initial !important;
	}
	.footer-list2{
		margin-top: .6rem;
	}
	.footer-cd{
		margin-top: .7rem;
		padding: .3rem 0;
	}
	.footer-b45{
		margin-right: .2rem;
	}
	.footer-c{
		width: 100%;
		padding-bottom: .3rem;
	}
	.footer-b3{
		margin-top: .4rem;
	}
}


header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 19;
	padding-top: 2.1vw;
	transition: all .5s;
-webkit-transition: all .5s;  
}
header.ps{
	top: -5vw;
	transition: all .5s;
-webkit-transition: all .5s; 
}
.header{
	
	background: rgba(255,255,255,.3);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
	padding: 0 1.6vw;
	border-radius: 20px;
	height: 4.1vw;
	position: relative;
}
.logo{
	height: 4.1vw;
	line-height: 4.1vw;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.logo img{
	height: 1.7vw;
}
.logo-b{
	display: none;
}

.header-nav{
	display: inline-block;
	float: left;
	margin-left: 20vw;
}
.header-b{
	display: none;
}
.header-c{
	display: block;
	font-size: 0;
}
.header-cli{
	margin-right: 3.5vw;
	display: inline-block;
	vertical-align: top;
}
.header-ca{
	display: block;
	line-height: 4.1vw;
	color: #fff;
	/*overflow: hidden;*/
	position: relative;
}
.header-ca:after{
	content: '';
	width: 6px;
	height: 1.2vw;
	border-radius: 4px;
	position: absolute;
	left: -.7vw;
	top: 1.4vw;
	background: #0060FF;
	opacity: 0;
}
.header-ca:hover{
	color: #0060FF;
}


.header-cps{
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 10px;
	display: none;
}
.header-cdiv{
	width: 100%;
	background: rgba(255,255,255,.8);
    /*backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);*/
    padding: 1.6vw 0;
    border-radius: 20px;
	padding-left: 41.5vw;
}
.header-c2{
	display: inline-block;
	vertical-align: top;
	line-height: 3.7vw;
	display: none;
}
.header-c3{
	display: inline-block;
	vertical-align: top;
}
/*.header-cli:nth-child(3) .header-cdiv{
	padding-left: 47.5vw;
}
.header-cli:nth-child(4) .header-cdiv{
	padding-left: 55vw;
}*/
/*.header-cli:nth-child(5) .header-cdiv{
	padding-left: 56.5vw;
}
.header-cli:nth-child(6) .header-cdiv{
	padding-left: 65.5vw;
	padding-left: 71.5vw;
}*/
.header-cdiv a{
	display: inline-block;
	line-height: 2;
	margin: 2px 0;
	color: #3E3A39;
}
.header-cdiv a:hover{
	color: #0060FF;
}
.header-cli.md{
	display: none;
}
.header-c89{
	display: inline-block;
	vertical-align: top;
	margin-right: 3.125vw;
}
.header-c9 a{
	color: #666;
	position: relative;
	padding-right: 1.4vw;
}
.header-c9 a:after{
	content: '';
	width: .8vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/ico18.png)  no-repeat right center; 
	background-size: 100% auto;
	opacity: 0;
}
@media(min-width:1201px){
	.header-cli:hover .header-ca:after,
	.header-cli.on .header-ca:after{
		opacity: 1;
		color: #0060FF;
	}
	.header-cli:hover .header-ca,
	.header-cli.on .header-ca{
		/*color: #0060FF;*/
	}

	.header-cli:hover .header-ca,
	.header-cli.on .header-ca{
		font-weight: bold;
		/*background: -webkit-gradient(linear, right top, left top, from(#59ECFF), to(#0160FF));
	    background: -o-linear-gradient(left, #59ECFF, #0160FF);
	    background: linear-gradient(
	 -90deg, #59ECFF, #0160FF);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: rgba(0, 0, 0, 0);*/
	}

	.header-cdiv a:hover,
	.header-c9 a:hover{
		/*font-weight: bold;*/
		background: -webkit-gradient(linear, right top, left top, from(#59ECFF), to(#0160FF));
	    background: -o-linear-gradient(left, #59ECFF, #0160FF);
	    background: linear-gradient(
	 -90deg, #59ECFF, #0160FF);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: rgba(0, 0, 0, 0);
	}
	.header-c9 a:hover:after{
		opacity: 1;
	}
}


.header-rt{
	float: right;
	position: relative;
	font-size: 0;
}
.header-d{
	
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	padding-left: 1.6vw;
	line-height: 4.1vw;
	background: url(../img/ico17_1.png) no-repeat left center; 
	background-size: 1.1vw auto;
	margin-right: 1vw;
	cursor: pointer;
}
.header-e{
	position: absolute;
	width: 14vw;
	right: 5.5vw;
	top: .5vw;
	display: none;
}
.header-e3{
	display: inline-block;
	vertical-align: top;
	width: 14vw;
	height: 3.1vw;
	background: #F1F1F1;
	padding: 0 1vw 0 2.7vw ;
	border: 0;
	border-radius: 1.6vw;
	overflow: hidden;
}
.header-e4{
	width: 2.5vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/ico17_2.png) no-repeat  center; 
	background-size: 1.1vw auto;
	border: 0;
	opacity: .5;
}
.header-ddiv{
	width: 21vw;
	padding:1.6vw 2.1vw;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	right: -1.6vw;
	top: 100%;
	margin-top: 10px;
	display: none;
}
.header-dimg{
	width: 1.2vw;
	position: absolute;
	right: 2vw;
	top: 1vw;
	opacity: .5;
	cursor: pointer;
}
.header-dx:hover{
	opacity: 1;
}
.header-d2 {
	color: #CFCFCF;
}
.header-f{
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	padding-left: 1.6vw;
	line-height: 4.1vw;
	background: url(../img/ico16_1.png) no-repeat left center; 
	background-size: 1.1vw auto;
	
}


header.on{
	background: #fff;
	padding-top: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	transition: all .5s;
-webkit-transition: all .5s;  
}
header.on .logo-a{
	display: none;
}
header.on .logo-b{
	display: inline-block;
}
header.on .header-f{
	background-image: url(../img/ico16_2.png);
	color: #3E3A39 !important;
}
header.on .header-d{
	background-image: url(../img/ico17_2.png);
	color: #3E3A39 !important;
}
header.on .header-ca{
	color: #3E3A39;
}


header.hv{
	/*background: #fff;
	padding-top: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	transition: all .5s;
-webkit-transition: all .5s;  */
}
header.hv .header{
	background: #fff;
}
header.hv .logo-a{
	display: none;
}
header.hv .logo-b{
	display: inline-block;
}
header.hv .header-f{
	background-image: url(../img/ico16_2.png);
	color: #3E3A39 !important;
}
header.hv .header-d{
	background-image: url(../img/ico17_2.png);
	color: #3E3A39 !important;
}
header.hv .header-ca{
	color: #3E3A39;
}
@media(min-width:1201px){
	header.ts .header{
		background: #fff;
	}
	header.ts .logo-a{
		display: none;
	}
	header.ts .logo-b{
		display: inline-block;
	}
	header.ts .header-f{
		background-image: url(../img/ico16_2.png);
		color: #3E3A39 !important;
	}
	header.ts .header-d{
		background-image: url(../img/ico17_2.png);
		color: #3E3A39 !important;
	}
	header.ts .header-ca{
		color: #3E3A39;
	}
}

.header-dx{
	width: 35px;
	margin-top: 23px;
	text-align: right;
	margin-left:40px ;
	overflow: hidden;
	float: right;
	display: none;
	position: relative;
	z-index: 23;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background:#3E3A39;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}


.header-ss-tk{
	background: rgba(0,0,0,.2);
	position: fixed;
	z-index: 31;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
}
.header-ss{
	width: 48%;
	background: #fff;
	padding: 2.6vw 3.125vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.header-ss-b{
	width: 100%;
	position: relative;
	margin-top: 1vw;
}
.header-ss-b1{
	width: 100%;
	height: 5.2vw;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	padding-left:2.6vw ;
}
.header-ss-b2{
	width: 2vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/ico31_1.png)  no-repeat center; 
	background-size: 100% auto;
	border: 0;
}
.header-ss-c{
	margin-top: 2.1vw;
	font-size: 0;
}
.header-ss-c1{
	width: 6.2vw;
	display: inline-block;
	vertical-align: top;
}
.header-ss-c2{
	width: calc(100% - 6.2vw);
	display: inline-block;
	vertical-align: top;
}
.header-ss-c2 a{
	display: inline-block;
	vertical-align: top;
	color: #999;
	margin-right: 1.2vw;
}
.header-ss-c2 a:hover{
	color: #3E3A39;
}

.header-ss-gb{
	position: absolute;
	top: 1.6vw;
	right: 1.6vw;
	opacity: .6;
	width: 2.1vw;
	cursor: pointer;
}
.header-ss-gb:hover{
	opacity: 1;
}
.header-cli:nth-child(3) .header-cdiv{
	padding-left: 49.5vw;
}
.header-cli:nth-child(4) .header-cdiv{
	padding-left: 59vw;
}
@media(max-width:1600px){
	.header-cli:nth-child(2) .header-cdiv{
		padding-left: calc(33vw + 124px);
	}
	.header-cli:nth-child(3) .header-cdiv{
		padding-left: calc(40.5vw + 124px);
	}
	.header-cli:nth-child(4) .header-cdiv{
		padding-left: calc(50.3vw + 124px);
	}
}
@media(max-width:1200px){
	header{
		padding-top: 0;
		background: #fff;
	}
	header.ps{
		top: -75px;
	}
	.header-nav{
		position: fixed;
		top: 70px;
		border-top: 1px solid rgba(0,0,0,.1);
		left: 50%;
		width: 100vw;
		height: 100vh;
		background: #fff;
		margin: 0;
		margin-left: -50vw;
		padding: 4%;
		display: none;
	}
	.header{
		height: 70px;
	}
	.logo{
		height: 70px;
		line-height: 70px;
	}
	.logo img{
		height: 40px;
	}
	.logo-a{
		display: none;
	}
	.logo-b{
		display: inline-block;
	}
	.header-f{
		color: #3E3A39 !important;
		line-height: 70px;
		padding-left: 20px;
		background-image: url(../img/ico16_2.png);
		background-size: 15px auto;
	}
	.header-d{
		color: #3E3A39 !important;
		line-height: 70px;
		padding-left: 20px;
		background-image: url(../img/ico17_2.png);
		background-size: 15px auto;
		margin-right: 20px;
		display: none !important;
	}
	.header-e{
		display: none !important;
		top: 15px;
		right:90px;
		width: auto;
	}
	.header-e3{
		width: 200px;
		height: 40px;
		border-radius: 25px;
		padding: 0 20px 0 50px;
	}
	.header-e4{
		width: 40px;
		background-size: 20px auto;
	}
	.header-ddiv{
		display: none !important;
		width: 300px;
		padding: 20px;
	}
	.header-dimg{
		width: 25px;
	}
	.header-c89{
		margin-right: 5vw;
	}
	.header-c8{
		font-weight: bold;
	}
	
	.header-c{
		margin-top: 50px;
	}
	.header-cli{
		display: block;
		margin: 0;
		margin-bottom: 20px;
	}
	.header-ca{
		color: #3E3A39;
		display: inline-block;
		padding-right: 50px;
		background: url(../img/ico30_3.png) no-repeat right center; 
		background-size: 40px;
		font-size: 40px;
		line-height: 1.5;
		font-weight: bold;
	}
	.header-cli:first-child .header-ca{
		background: initial;
	}
	.header-cps{
		/*display: block;*/
		position: relative;
		top: initial;
		left: initial;
		margin: 0;
		width: 100%;
		border: 0;
	}
	.header-cdiv{
		padding-left: 0 !important;
	}
	.header-c2{
		display: none;
	}
	.header-c3{
		width: 100%;
		padding-left: 0 !important;
	}
	.header-c3 a{
		display: inline-block;
		width: 98%;
		text-align: left;
		margin: 0;
		font-size: 26px;
		line-height: 2.4;
		margin: 3px 0;
	}
	.header-ca.ac{
		background-image: url(../img/ico30_4.png)
	}
	.header-ca:after{
		display: none;
	}
	
	.header-b{
		display: block;
		margin-top: 40px;
	}
	.header-bfm{
		position: relative;
		width: 100%;
		margin-top: 20px;
	}
	.header-b3{
		width: 100%;
		height: 80px;
		padding: 0 20px;
		padding-right: 120px;
		border-radius: 40px;
		border: 0;
		background: #eef5f6;
		
	}
	.header-b4{
		width: 80px;
		height: 80px;
		line-height: 80px;
		color: #fff;
		text-align: center;
		border-radius: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		border: 0;
		background: #0060FF;
	}
	.header-ba{
		margin-top: 20px;
	}
	.header-ba a{
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	
	.header-dx{
		display: block;
	}
	.header-ss{
		width: 700px;
		padding: 40px;
	}
	.header-ss-b{
		margin-top: 25px;
	}
	.header-ss-b1{
		padding-left: 50px;
		height: 50px;
	}
	.header-ss-b2{
		width: 25px;
	}
	.header-ss-c{
		margin-top:30px;
	}
	.header-ss-c1{
		width: 100px;
	}
	.header-ss-c2{
		width: calc(100% - 100px);
	}
	.header-ss-gb{
		width: 40px;
		height: 40px;
		top: 30px;
		right: 30px;
	}
	.header-cli.md{
		display: block;
	}
}

@media(max-width:750px){
	
	header.ps{
		top: -1.1rem;
	}
	.header-ca{
		font-size: .4rem;
		padding-right: .6rem;
		background-size: .4rem;
	}
	.header-c3 a{
		font-size: .3rem;
		line-height: 2;
	}
	.header-cli{
		margin-bottom: .2rem;
	}
	
	.header{
		height: 1rem;
	}
	.logo{
		width: 3rem;
		height: 1rem;
		line-height: 1rem;
	}
	.logo img{
		height: auto;
	}
	.header-f{
		line-height: 1rem;
	}
	.header-e,.header-d{
		width: .4rem;
		height: 1rem;
		margin-left: .2rem;
		background-size: 95% auto;
	}
	.header-nav{
		top: 1rem;
	}
	.header-b{
		margin-top: .2rem;
	}
	.header-bfm{
		margin-top: .4rem;
	}
	.header-b3{
		height: 1rem;
		border-radius: .5rem;
	}
	.header-b4{
		width: 1.1rem;
		height: 1rem;
		line-height: 1rem;
	}
	.header-ba a{
		font-size: .24rem;
		margin-right: .2rem;
	}
	.header-c{
		margin-top: .4rem;
	}
	
	
	
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .45rem;
		padding-top: .23rem;
		margin-right: 0;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-ss{
		width: 92%;
		padding: .5rem .3rem;
	}
	.header-ss-b1{
		height: .8rem;
		padding-left: .8rem;
	}
	.header-ss-b2{
		width: .4rem;
	}
	.header-ss-c{
		margin-top: .3rem;
	}
	.header-ss-c1{
		width: 100%;
	}
	.header-ss-c2{
		width: 100%;
	}
	.header-ss-c2 a{
		margin-right: .4rem;
		margin-top: .2rem;
	}
	.header-ss-gb{
		width: .6rem;
		height: .6rem;
		top: .4rem;
		right: .3rem;
	}
}



.searchs-bj{
	padding-top: 10vw;
}
.searchs{
	
	padding: 50px 0;
}
.searchs-fm{
	overflow: hidden;
}
.searchs-a{
	width: calc(100% - 150px);
	font-size: 24px;
	height: 50px;
	border: 0;
	background: initial;
}
.searchs-but{
	float: right;
	display: inline-block;
	vertical-align: top;
	border-radius: 25px;
	/*background: url(../img/ico14.png)   center;
	background-size: 100% auto;*/
	
}
.searchs-b{
	width: 125px;
	float: right;
	height: 50px;
	border-radius: 25px;
	/*background: url(../img/ss03.png) no-repeat 80px center;
	background-size: 20px;*/
	font-size: 16px;
	/*padding-left: 35px;*/
	text-align: center;
	background: #0060FF;
	/*text-align: left;*/
	color: #fff;
	border: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-b:hover{
	opacity: .8;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-cnt{
	padding: 50px 0 85px 0;
}
.searchs-c{
	color: #666;
}
.searchs-c span{
	color: #0060FF;
}
.searchs-d{
	margin-top: 25px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0;
}
.searchs-d a{
	display: inline-block;
	font-size: 16px;
	margin: 0 20px;
	line-height: 55px;
	position: relative;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a:after{
	content: '';
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 0px;
	background: #0060FF;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a.on,
.searchs-d a:hover{
	color: #0060FF;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a.on:after,
.searchs-d a:hover:after{
	width: 30px;
	margin-left: -20px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-e{
	margin-bottom: 75px;
	overflow: hidden;
}
.searchs-eli{
	width: 48.5%;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
	display: inline-block;
	border-bottom: 1px solid #F0F0F0;
	padding-left: 30px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.searchs-eli:nth-child(2n + 0){
	float: right;
}
.searchs-eli>span{
	color: #0060FF
}
.searchs-eli:after{
	content: '';
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	
}
@media(max-width:1200px){
	.searchs{
		margin-top: 80px;
	}
	.searchs-eli{
		width: 100%;
	}
	.searchs-bj{
		padding-top: 0;
	}
}
@media(max-width:750px){
	.searchs{
		padding: .5rem 0;
		margin-top: 1rem;
	}
	.searchs-but{
		border-radius: .4rem;
	}
	.searchs-b{
		width: 1.6rem;
		font-size: .26rem;
		height: .8rem;
	}
	.searchs-a{
		width: calc(100% - 2.2rem);
		font-size: .3rem;
		height: .8rem;
		padding: 0 .25rem;
	}
	.searchs-cnt{
		padding: 1rem 0;
	}
	.searchs-c{
		font-size: .26rem;
	}
	.searchs-d{
		padding: .2rem 0;
	}
	.searchs-d a{
		font-size: .26rem;
		line-height: .4rem;
		margin:.1rem .2rem;
	}
	.searchs-d a:after{
		display: none;
	}
	.searchs-e{
		margin-bottom: .6rem;
	}
	.searchs-eli{
		font-size: .26rem;
		line-height: .8rem;
		height: .8rem;
		margin-top: .3rem;
		padding-left: .45rem;
	}
	.searchs-eli:after{
		width: .16rem;
		height: .16rem;
		left: .1rem;
		margin-top: -.08rem;
	}
}