/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #111;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #111;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;background: #111;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    width: 100%;
}

.selected .gh a {
    /* background-color: transparent !important; */
	background: #111;
}


@media only screen and (max-width:1580px) {
	.header .naver li h3 a{
		font-size: 16px;
	}
	.header .naver li{
		margin-right: 2.5rem;
	}
	
}
@media only screen and (max-width:1040px) {
	h2{
		font-size: 18px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 16px !important;
	}
	
	.wrap {
		width: 100%;
		padding: 0 25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}	
	html{
		font-size: 16px;
	}
	.naver{
		position: absolute;
		right: 0;
		top: 100%;
		width: 80%;
		height: calc(100vh - 60px);
		-webkit-backdrop-filter: blur(1.5625vw);
		    -webkit-backdrop-filter: blur(1.5625vw);
		    backdrop-filter: blur(1.5625vw);
		    background-color: rgba(255, 255, 255, 1);
			transform: translateX(100%);
			transition:all 0.3s;
			-ms-transition:all 0.3s;  /* IE 9 */
			-moz-transition:all 0.3s;     /* Firefox */
			-webkit-transition:all 0.3s; /* Safari 闁告粣鎷� Chrome */
			-o-transition:all 0.3s;
			overflow-y:scroll ;
			overflow-x: hidden;
	}
	.layout.selected .naver{
		transform: translateX(0%);
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li h3 a{
		font-size: 16px;
		padding: 0 20px;
		line-height: 56px;
	}
	.header .naver li{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin: 0;
	}
	.header{
		-webkit-backdrop-filter: blur(1.5625vw);
		    -webkit-backdrop-filter: blur(1.5625vw);
		    backdrop-filter: blur(1.5625vw);
		    background-color: rgba(255, 255, 255, 1);
	}
	.hewrap{
		padding: 0 15px;
		height: 60px;
	}
	.seach{
		display: none;
	}
	.header .logo img{
		height: 36px;width: auto;
	}
	.gh{
		display: block;
	}
	.header .flax .ghs span{
		height: 36px;
		width: 50px;
	}
	.header .flax .ghs{
		padding: 2px;
	}
	.header .flax .ghs i{
		line-height: 36px;
		margin-left: 10px;
		padding-right: 15px;
	}
	.layout{
		padding-top: 60px;
		/* overflow: hidden; */
	}
	.hbanner{
		height: 60vw;
	}
	.hbanner h2 i{
		font-size: 2.6rem;
	}
	.hpage1 .htit{
		margin-left: 25px;
	}
	.hpage2 .box li .text{
		width: 70%;
	}
	.hpage2 .box li .icon{
		width: 7rem;
	}
	.hpage3 li .pic{
		width: 10rem;height: 10rem;
		margin: 0 auto;
	}
	.swipsolution{
		height: auto;
		padding-bottom: 60px;
	}
	.hpage1 .box .swiper-slide .pic{
		/* margin: 0 25px; */
	}
	.hpage1 .box .swiper-slide img{
		margin-top: 50px;width: 120%;max-width: 120%;
	}
	.hpage3 .uitpichds{
		height: 30rem;height: auto;
	}
	.hpage1 .box .swiper-slide .pic{
		height: calc(100% - 150px);
	}
	.hpage3 .bds{
		margin-top: -5rem;
	}
	.hpage3 li h6{
		opacity: 1;
	}
	.hpage4 .text{
		
	}
	.hpage4 .img{
		width: 48%;
	}
	.footer .tps{
		display: block;
	}
	.footer .tps .rs{
		width: auto;
	}
	.copyright{
		max-width: 60%;
	}
	.copyright a{
		margin-left: 0;
	}
	.hpage4 .text li h3{
	    justify-content: start;
	}
	.hpage4 .text li h3 i{
		font-size: 2.6rem;
	}
	.hpage4 .text ul{
		margin: 0 -20px;
	}
	.hpage4 .text li{
		margin: 0;width: 50%;
	}
	.hpage4 .text ul{
		justify-content: space-between;
	}
	.hpage1 .box{
		border-radius: 30px 30px 0 0;
	}
	.hpage1 .htit,
	.hpage2 .htit{
		margin-top: 40px;
	}
	.hpage1 .box .ts{
		top: 0;
	}
	.wrap2{
		        width: 100%;
		        padding: 0 25px;
		        -webkit-box-sizing: border-box;
		        -moz-box-sizing: border-box;
		        -o-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.fabout .text .flex img{
		margin: 0;margin: 0 auto;
	}
	.fban{
		height: 30vw;
	}
	.fabout{
		padding: 40px 0 0;
	}
	.fabout .text{
		border-radius: 20px 20px 0 0;
	}
	.fabout .hd{
		margin-bottom: 30px;
	}
	.fabout .text{
		padding: 30px 0;
	}
	.fabout .text .flex{
		display: block;margin-top: 0;
	}
	.fabout .text .rts,
	.fabout .text .txt{
		width: auto;
	}
	.fabout .rts dl{
		margin: 30px 0 0;
	}
	.fabout .text p{
		width: auto !important;
		line-height: 1.7 ;
		font-size: 16px !important;
		margin: 10px 0;
	}
	.fabout .bd{
		padding: 40px 0 20px;
	}
	.fabout .bd dt{
		font-size: 18px;
	}
	.fabout .bd dd{
		font-size: 18px;
	}
	.fabout .bd dl{
		margin-bottom: 30px;
	}
	.sbanner{
		height: auto;
	}
	.sbanner .wrap2{
		height: 60vw;
	}
	.mtbor{
		border-radius: 20px 20px 0 0;margin-top: -20px;
	}
	.sbanner{
		padding-bottom: 20px;
	}
	.crumbs{
		display: none;
	}
	.crumbs ul{
		flex-wrap: wrap;background-position: left 0px;word-break:keep-all;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.crumbs li a{
		font-size: 14px;
	}
	.crumbs li img{
		width: 8px;height: auto;
		margin: 0 5px;
	}
	.scase .hd{
		padding-top: 30px;
	}
	.scase .hd .flex{
		display: block;
	}
	.scase .hd .flex img{
		width: 100%;height: auto;
	}
	.scase .hd .flex .text{
		width: auto;line-height: 1.7;margin-top: 20px;
	}
	.solution .svgpic p,
	.sproduct .bd .lt p,
	.scase .bd p,
	.scase .hd .flex .text p{
		font-size: 16px !important;line-height: 1.8;
	}
	.solution .svgpic p,
	.sproduct .bd .lt p{
		margin-top: 10px;
	}
	.snum{
		margin-top: 20px;
	}
	.snum h4 i{
		font-size: 40px;
	}
	.scase .bd{
		border-radius: 20px 20px 0 0;padding: 30px 0;margin-top: 30px;
	}
	.sbanner .txt img{
		width: 60px;margin-top: 10px;
	}
	.sproduct .bd .lt h3,
	.sbanner .txt h3{
		line-height: 1.6;font-size: 22px !important;
	}
	.sbanner .txt h6{
		line-height: 1.6;
	}
	.sproduct .bd{
		display: block;
		padding: 30px 0;
	}
	.sproduct .bd .lt{
		width: auto;
	}
	.sproduct .bd .lt li{
		margin-bottom: 20px;
	}
	.sproduct .bd .rt{
		width: auto;position: static;
	}
	.sproduct .bd .rt li{
		margin-bottom: 30px;
		width: 48%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.sproduct .bd .rt ul{
		display: flex;flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	.sproduct .bd .rt h4{
		font-size: 18px !important;
	}
	.sproduct,
	.solution{
		padding-bottom: 30px;
	}
	.mtbor{
		overflow: hidden;
	}
	.solution .svgpic{
		margin: 40px 0;
		max-width: 100%;
	}
	.solution .bd{
		margin-top: 30px;
	}
	.solution .flexli{
		display: block;margin-bottom: 30px;
	}
	.solution .flexli h4{
		font-size: 20px !important;
		margin-bottom: 20px;
	}
	.solution .flexli h4 br{
		display: none;
	}
	.sbanner .txt h6{
		font-size: 16px !important;
	}
	.sbtn{
		font-size: 16px;
	}
	.solution .flexli .sflex{
		display: block;
	}
	.solution .flexli dt{
		font-size: 18px;
	}
	.solution .flexli dd{
		font-size: 16px;line-height: 2;
	}
	.solution .flexli dl{
		
	}
	.header .whlogo{
		display: none !important;
	}
	.header .blogo{
		display: block !important;
	}
	.header .naver li h3 a{
		color: #292422 !important;
	}
	.header .naver li h3{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .naver li h3 i{
		height: 56px;width: 40px;
		background: url(../images/fico1.png) no-repeat center/20% auto;
		display: block;transition:all 0.3s;
		-ms-transition:all 0.3s;  /* IE 9 */
		-moz-transition:all 0.3s;     /* Firefox */
		-webkit-transition:all 0.3s; /* Safari 闁告粣鎷� Chrome */
		-o-transition:all 0.3s;
	}
	.header .naver li h3 i.on{
		transform: rotate(90deg);
	}
	.header .naver li .nli dd a{
		padding: 15px;
	}
	.header .naver li .nli{
		position: static;transform: translateX(0%);
		padding: 0 0 0 20px;
	}
	.hpage1 .box .ts .btn,
	.hpage2 .box li .btn{
		font-size: 14px;line-height: 2.2em;
	}
	.hpage4 .text p{
		font-size: 16px !important;
	}
	.sproduct .bd{
		margin-top: 0;
	}
	.sproduct .bd .rt ul{
		margin-top: 20px;
	}
	.hpage2 .box li .ico{
		opacity: 1 !important;
	}
	.hpage2 .box li{
		top: 60px;
	}
	.hpage1 .box .line span{
		border-width: 3px;
	}
	.hpage2 .box li .ico{
		-webkit-animation:fadeIn 1s .2s ease both;
		-moz-animation:fadeIn 1s .2s ease both;
	}
	.hpage2 .box li.on h5{
		height: auto;
	}
	.hpage2 .box li h4{
		font-size: 22px !important;
	}
	.hpage2 .box li{
		border-radius: 30px 30px 0 0;padding-top: 25px !important;
	}
	.hbanner .video{
		height: 100%;object-fit: cover;
	}
	.hmask{
		position: fixed;
		left: 0;right: 0;top: 0;
		bottom: 0;background: rgba(0,0,0,0.8);
		z-index: 111;display: none;
	}
	.hpage3 .htit{
		margin-top: 3rem;
	}
	.header .naver li h3>a{
		flex: 1;font-size: 16px;
	}
	.header .naver li .nli dd span{
		        height: 56px;
		        width: 40px;
		        background: url(../images/fico1.png) no-repeat center / 20% auto;
		        display: block;
		        transition: all 0.3s;
		        -ms-transition: all 0.3s;
		        -moz-transition: all 0.3s;
		        -webkit-transition: all 0.3s;
		        -o-transition: all 0.3s;
				position: absolute;
				right: 0;top: 0;
	}
	.header .naver li .nli dd>a{
		font-size: 15px;
	}
	.header .naver li dd .nli2 a{
		font-size: 15px 10px;
	}
	.header .naver li .nli2{
		position: static;
	}
	.header .naver li .nli2{
		padding-left: 20px;
	}
	.header .naver li .nli dd span.on{
		transform: rotate(90deg);
	}
	.hpage4 .text ul{
		display: block;
		margin: 30px 0 0;
	}
	.hpage4 .text ul li{
		width: auto;
	}
	.unewslist ul{
		margin: 0;
	}
	.unewslist ul li{
		width: 50%;
	}
	.unewslist ul li::after{
		margin: 0 !important;
	}
	.sbanner2 .wrap2 .txt h1{
		font-size: 24px;
	}
	.sbanner .wrap2{
		height: 40vw;
	}
	.sbanner2 .wrap2 .utime{
		margin-top: 0;
	}
	.contact .hd .flex{
		padding: 30px 0 0;
	}
	.cti{
		font-size: 26px;
	}
	.cti img{
		width: 26px;
	}
	.contact .hd .weixc{
		width: 60%;
	}
	.hpage2,
	.mhswiper{
		height: auto;
		overflow: inherit;
	}
	.ovscc{
	    overflow: inherit;
	}
	.mhswiper .swiper-wrapper{
		display: block;
	}
	.war{
		display: none;
	}
	.hpage1 .wrap{
		position: static;
	}
	.hpage1 img{
		margin: 0 auto 0;
	}
	.hpage3{
		margin-top: -100px;
	}
	.footer .tps .wrap{
		display: block;
	}
	.footer .tps li{
		margin: 0 30px 0 0;
	}
	.footer .tps .rts{
		margin-top: 30px;
	}
	.fabout .rts dd{
		font-size: 2rem;
	}
	.scase .hd .flex .rt{
		width: auto;
	}
	.scase .hd .flex .rt{
		justify-content: center;
	}
	.snum{
		margin: 40px 0 20px;
	}
	.wh .header:before{
		display: none;
	}
	.sbanner .wrap2{
		padding-top: 0;
	}
	.contact .hd .flex{
		display: block;
	}
	.contact .hd .text{
		width: auto;
	}
	.contact .hd .map{
		margin: 20px 0 0;
	}
	.contact .hd .flex2{
		display: flex;
	}
	.contact .hd .ltc h4{
		font-size: 22px !important;
		color: #4b8df4;
	}
	.sproduct .bd .lt li img{
		margin-left: 30px;
	}
	.research .bds li{
		display: block;
	}
	.research .bds li .rs{
		margin: 0 auto;
	}
	.research .bds li .ls{
		width: auto;
		margin-top: 20px;
	}
	.research .bds li:nth-child(n+2){
		margin-top: 30px;
	}
	.research .bds li h6{
		line-height: 2;background-position: left top 3px;
	}
	.qualif .hds ul:nth-child(2) li,
	.qualif .hds li{
		font-size: 18px;
	}
	.qualif .hds ul:nth-child(1),
	.qualif .hds ul:nth-child(2){
		width: 46%;
	}
	.fabout .text{
	    padding-bottom: 40px !important;
	}
	.fabout{
	    padding-bottom: 0 !important;
	}
	.unewsdetail .detail img{
	    max-width: 100%;
	}
	.leadership .bs ul{
	    border-radius: 0;
	   justify-content: space-between;
	}
	.leadership .bs li{
	    width: 49%;margin-right:0 ;
	    margin-bottom: 1rem;
	    border-radius: 15px;
	    overflow: hidden;
	}
	.leadership .bs li .txt{
	    padding-right:15px ;
	}
	
	.solution .flexli dd{
		padding: 10px 8px;line-height: 1.3;font-size: 14px;
	}
	.hpiclist{
	    margin: 0;
	}
		.hpage3 .bds{
		margin-top: 40px;
	}
	.hpage3 ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 25px;
	}
	.hpage3 ul li{
		float: none;margin: 0 0 15px 0;
		width: 48%;
	}
	.hpage3 li .pic{
		width: auto;height: auto;
		border-radius: 0;
	}
	.hpage3{
		padding-bottom: 30px;
	}
	.hpage3 li h6{
		opacity: 1;font-size: 16px !important;
		margin-top: 10px;
	}
	.header .seach{
        display: none;
    }	
    .hpiclist{
        height: auto;
    }
}
@media only screen and (max-width:768px) {
    	.leadership .bs li{
	    width: 100%;
	    margin-bottom: 1rem;
	    border-radius: 15px;
	    overflow: hidden;
	}
    .solution .flexli dl{
        
    }
    .leadership .hs{
        display: block;
    }
    .solution .flexli dl:nth-child(1){
        margin-bottom: 0;border: none;margin-bottom: 0;
    }
	.solution .flexli dd i{
		margin-right: 3px;
	}
    .solution .flexli .sflex{
		margin: 0;
        background: #fff;border-radius: 15px;
        padding: 0;margin-bottom: 15px;
    }
    .solution .flexli dd{
		width: 50%;
	}
	.sbanner .txt h3{
		font-weight: bold;
	}
	.hbanner .wrap{
		align-items: self-end;
	}
	.hpage1 img{
		/*width: 130%;max-width: 1000%;margin-left: -15%;*/
	}
	.qualif .swipry .pic{
		margin-bottom: -20px;
	}
	.qualif .swipry .swiper-slide:nth-child(2n){
		padding-bottom: 0;
	}
	.qualif .ovs .btns{
		margin-top: 30px;
	}
	.qualif .ovs{
		margin-top: 30px;
	}
	.qualif .swipry{
		height: 25rem;
	}
	.qualif .hds{
		display: block;
	}
	.qualif .hds ul:nth-child(1), .qualif .hds ul:nth-child(2){
		width: auto;
	}
	.leadership .hs .pic{
		width: 100%;height: auto;
	}
	.leadership .hs .txt{
	    width: auto;
	   padding: 35px 20px;
	    display: block;
	    background: none !important;
	    text-align: left;
	}
	.leadership .hs h4:before{
	    left: 0;
	}
	.leadership .hs p{
	    margin: 10px 0 0;
	}
	.leadership .bs{
		margin-top: 20px;
	}
	.leadership .bs li{
		width: 100%;margin-bottom: 10px;
		/*display: block;*/
	}
	.leadership .hs p i{
	   margin-left: 6px;
	}
	.leadership .bs li h3{
		margin-bottom: 0;
	}
	.leadership .bs ul{
	    margin:  0 0;
	}
	.leadership .bs{
	    margin: 30px 0 0;
	}
	.leadership .bs li .txt{
	/*width: auto;*/
	/*	text-align: left;padding: 35px 20px;*/
	/*    background: none !important;*/
	width: calc(100% - 140px);
	}
	.leadership .bs li h4:before{
	    /*left: 0;*/
	}
	.leadership .bs li .pic{
		width: 140px;height: 170px;
	}
	.solution .flexli:last-child{
		margin-bottom: 0;
	}
	.research .bds li h6{
		padding-right: 0;
	}
	.research .bds li .rs{
		width: auto;
	}
	.research .bds li .hs h2{
		width: 100px;height: 100px;font-size: 18px !important;
	}
	.research .bds li dd{
		width: 80px;height: 80px;
	}
	.research .bds li .hs{
		height: 300px;
	}
	.research .bds li dl{
		margin: 30px;
	}
	.sproduct .bd .lt li{
		display: block;
	}
	.sproduct .bd .lt li img{
		margin: 0 0 10px;
		width: auto;
	}
	.snum{
		margin: 30px 0;
	}
	.sbanner .wrap2{
		padding-top: 0;
	}
	.sbanner .txt h3{
		margin-bottom: 0;
	}
	.fabout .text{
		padding: 0;
	}
	.fabout .rts dt{
		font-size: 18px;
	}
	.fabout .rts dd{
		font-size: 20px;
	}
	.footer .tbs .wrap{
		/* display: block; */
		padding: 0 15px;
	}
	.copyright{
	    font-size: 12px;
	}
	.footer .tbs dl{
		justify-content: flex-start;
		display: block;
	}
	.footer .tbs dd a,
	.footer .tbs dt{
		font-size: 12px;
	}
	.footer .tps dl{
		margin: 0;width: 52%;
	}
	.footer .tps ul{
		width: 36%;
	}
	.footer .tps .rts{
		/* display: block; */
		/* flex-direction: row; */
		align-items: flex-start;
	}
	.hpage2 .box li h3{
		font-size: 14px !important;
	}
	.hpage2 .box li .text{
		width: calc(100% - 150px);
	}
	.hpage4 .box{
		margin-top: 0;
	}
	.htit h2 br{
		/* display: none !important; */
	}
	.contact .hd .weixc{
		width: auto;
		margin: 0;
		padding-bottom: 30px;
	}
	.qualif .btns .spans{
		margin: 0;
	}
	.qualif .ovs .btns{
		justify-content: space-between;
	}
	.contact .hd .ltc h4{
		font-size: 24px !important;
		margin-bottom: 20px;
		margin-top:10px;
	}
	.cti{
	    padding-bottom: 10px;
	}
	.solution .flexli dt{
		padding: 0 20px;font-size: 16px;
	}
	.contact .bd .text p{
		margin-top: 0;
	}
	.cti{
		font-size: 20px;
	}
	.contact .hd .weixc ul li{
	    width: 90px;margin-right: 20px;
	}
	.contact .bd .cform li .txt{
		width: calc(100% - 90px);height: 60px;
		font-size: 16px;
	}
	.contact .bd .cform li .txt2{
		font-size: 16px;height: 160px;
	}
	.contact .bd .cform li label{
		width: 70px;font-size: 16px;
	}
	.contact .bd .cform li{
		padding: 0 20px;border-radius: 8px;
	}
	.contact .bd .cform{
		width: auto;
		margin: 30px 0 0;
	}
	.contact .bd .text{
		width: auto;
	}
	.contact .hd .text h5{
		font-size: 18px !important;
	}
	.contact .bd .wrap2{
		display: block;
	}
	.contact .bd{
		padding: 30px 0;
		border-radius: 20px 20px 0 0;
	}
	.neflex ul{
		padding: 40px 0;
		display: block;
	}
	.contact .hd .weixc ul{
		margin-top: 15px;
	}
	.contact .hd .flex{
		display: block;
		margin: 0;
	}
	.contact .hd .text{
		width: auto;
	}
	.contact .hd .map{
		width: auto;
		margin: 20px 0 0;
	}
	.contact{
		padding-bottom: 0 !important;
	}
	.unewsdetail .detail{
		padding: 20px 0;
	}
	.neflex ul li{
		width: auto;
		margin-bottom: 20px;
	}
	.neflex ul li:last-child{
		margin-bottom: 0;
	}
	.unewsdetail{
		padding-bottom: 0 !important;
	}
	.sbanner2 .wrap2{
		padding-top: 0;
	}
	.sbanner2 .wrap2 .utime{
		display: none;
	}
	.sbanner .wrap2{
		height: 50vw;
	}
	.pages li a{
		font-size: 16px;
	}
	.mtbor{
		padding-bottom: 40px;
	}
	.pages li{
		margin: 0;
	}
	.unewslist ul li{
		width: 100%;
	}
	.unewslist ul li h4{
		font-size: 18px !important;
	}
	.unewslist ul li p{
		font-size: 16px !important;
	}
	.unewslist ul li h4{
		margin: 10px 0;
	}
	.unewslist ul li a:hover .btn, .unewslist ul li a:hover p {
	    opacity: 1;
	}
	.unewslist ul li a{
		padding: 0;
		background: none !important;
	}
	.unewslist ul li a .pics img{
		display: none;
	}
	.hpage4 .text ul li{
		display: block;
	}
	.hpage4 .text li h3 em{
		font-size: 20px;top: 0;
	}
	.hpage4 .text .icon{
		margin: 0 0 20px;
	}
	.hpage4 .text li h3 i{
		font-size: 36px;margin-bottom: -6px;
	}
	.hpage4 .text li .htxt{
		margin: 0;
	}
	.hpage4 .text li h3{
		margin-bottom: 20px;
		text-align: center;
	}
	.muweb{
		display: block;
	}
	.mupc{
		display: none !important;
	}
	.hpage3{
		margin-top: -80px;
	}
	.hpage1 .box .line{
		bottom: -80px;
	}

	.hpage4 .box,
	.hpage2 .box li{
		border-radius: 20px 20px 0 0;
	}
	.hpage1 .box .ts{
		margin-left: 25px;
	}
	.hpage1 .htit{
		margin-top: 40px;
	}
	.hpage3 .uitpichds{
		height:100vw;height: 70vw;
	}
	.hbanner{
		height: 100vw;
	}
	.hpage3 .htit{
		margin-top: 40px;
	}
	.hbanner h2 i{
		font-size: 25px;
	}
	.uband{
		transform: scale(0.5);right: 5%;top: 40%;
	}
	.uitpichds{
		height: 110vw;
	}
	.hpage1 .box .ts{
		position: static;
	}
	.hpage2 .box li{
		margin-top: -30px;
		padding-top: 20px;
	}
	.uitpichds{
		align-items: flex-start;
	}
	.htit{
		margin-top: 40px;
	}
	.hpage2 .box li{
		padding-bottom: 120px;
	}
	.hpage2 .box li .icon{
		display: none;
	}
	.hpage2 .box li .txt{
		margin-top: 15px;
	}
	.hpage2 .box li .tps{
		margin-left: -40px;
	}
	.hpage2 .box li .ts{
		width: auto;
	}
	.hpage2 .box li .tps{
		justify-content: inherit;
	}
	.hpage2 .box li .ico{
		margin-right: 20px;
		width: 35px;
	}
	.hpage2 .box li{
		padding-top: 15px;
	}
	.hpage3 ul{
		/* flex-wrap: wrap; */
	}
	.hpage3 ul li{
		margin-bottom: 20px;
		text-align: center;
	}
	.hpage4 .pic{
		height: 80vw;
		object-fit: cover;
	}
	.hpage4 .box{
		padding: 0 0 30px;
	}
	.hpage4 .wrap{
		display: block;
	}
	.hpage4 .text .icon{
		width: 100px;height: 100px;
	}
	.hpage4 .text .icon img{
		max-width: 50%;max-height: 50%;
	}
	.hpage4 .text{
		width: auto;
	}
	.hpage4 .text ul li{
		margin-top: 30px;
	}
	.hpage4 .text ul{
		margin-top: 20px;
	}
	.hpage4 .img{
		width: 100%;
		display: block;
	}
	.footer .tps .ls ul{
		display: none;
	}
	.footer .tps .rs dl{
		display: block;
	}
	.footer .tps .rs dd{
		width: auto;margin-bottom: 10px;
		padding: 15px;
	}
	.footer .tps{
		padding: 20px 0 40px;
	}
	.footer .tps dd span{
		font-size: 18px;
	}
	.footer .tps dd{
	    font-size: 12px;background-size: 20px auto !important;
	    padding-left: 25px;margin-bottom: 10px;
	}
	.footer .tps dd br{
		display: none;
	}
	.footer .tps li{
	    width: calc((100% - 4px)/2);
		margin-right: 4px;
	}
	.footer .tps li:last-child{
		margin-right: 0;
	}
	.footer .tps .rs dd h4{
		margin-bottom: 10px;
	}
	.footer .tps .rs dd h5{
		font-size: 18px !important;
	}
	.footer .tbs{
		display: block;
		padding: 20px 0 ;
	}
	.footer .tbs .rs{
		justify-content: flex-start;
		white-space: nowrap;
	}
	.copyright{
		max-width: 100%;
		width: 270px;
		/* margin-top: 10px; */
	}
	.footer .uittops{
		width: 40px;height: 40px;
		right: 15px;top: 20px;
	}
	.footer .logo img{
		height: 36px;
		width: auto;
	}
	.header{
		box-shadow: 0 0 10px 0 rgba(80,80,80,0.1);
	}
	.header:before{
		display: none;
	}
	.uittops .ico img{
		width: 20px;
	}
	.hpage1 .wrap{
		padding-top: 0;
	}
	.hpage1 .box .ts{
		margin-top: 40px;
	}
	.hpage1 .wrap{
		padding: 0 !important;
	}
	.uband{
		animation: float 6s ease-in-out infinite;
	}
	.htit h2{
		font-size: 26px !important;
		line-height: 1.4;
	}
	.htit h2 br{
		display: block;
	}
	.htit p{
		letter-spacing: 0;font-size: 12px !important;
	}
	.hpage2 .box li{
		padding-top: 25px !important;
	}
	.hpage2 .box li .tbs{
		margin-top: 5px;
	}
	.hpage2 .box li h4{
		font-size: 20px !important;
	}
	.hpage2 .box li.on .tps{
		margin-top: 0 !important;
	}
	
	.hpage2 .box li{
		height: auto;
	}
	@keyframes float {
	            0%, 100% {
	                transform: translateY(0) rotate(0deg) scale(0.5);
	            }
	            50% {
	                transform: translateY(-10px) rotate(5deg) scale(0.5);
	            }
	        }
	.solution .flexli .sobtn{
		padding-left: 0;
	}		
	.hpage2 .box li h5{
		margin-top: 10px;
	}
	.scase .bd .btn{
		font-size: 16px;
		line-height: 36px;
		padding: 0 20px;
	}
	.hpage4 .bg{
		height: 70vw;
	}
	.hpage4 .htit, .hpage3 .htit{
		margin-top: 40px;
	}
	.hpage4 .box{
		border-radius: 0;
	}
	.research .bds li .img{
		width: auto;margin-top: 20px;
	}
	.research .bds li .rs{
		width: auto;
	}
	.research .bds li .hs{
		width: 300px;margin: 0 auto;
	}
	.research .bds li h6{
		padding: 0;background: none;
	}
	.sbanner .wrap2.pflex img{
		width: 60px;
	}
	.footer .tps .wrap{
	    padding: 0 15px;
	}
	.solution .flexli dd:before{
	    top: 10px;bottom: 10px;
	}
    
	
	.hpage2 .box li{
		height: 23.4375rem;
	}
	.hpage2 .box li p{
		/*min-height: 7.2em;*/font-size: 13px !important;line-height:1.6;margin-top: 3px;
	}
	.hpage2 .box li .btn{
	    margin-top:10px ;
	}
    .sbanner4 .wrap2{
        height: auto;padding: 40px 25px;
    }
    .sbanner2 .wrap2 .txt i{
        margin: 20px 0 0;
    }
    .solution .flexli .sflex.active{
        padding: 0;margin: 0;background: none;
    }
    .solution .flexli .sflex.active .sbtn{
        margin: 0;
    }
    .leadership .bs li{
        margin-right:0 ;
    }
	.sproduct .bd .lt li .flexc{
		display: block;padding: 20px;
	}
	.sproduct .bd .lt h3, .sbanner .txt h3{
	    font-size: 18px !important;
	}
	.sproduct .bd .lt li h4{
		line-height: 54px;font-size: 18px !important;
	}
	.sproduct .bd .lt li.li3 p{
		margin-top: 10px;
	}
	.qualif .swipry .pic img{
	    width: 70%;
	}
	.hpage2 .uitpichds{
	    top: 30px;
	}
	.hpage2 .box ul{
	    margin-top:-20px ;
	}
	
/*	.hpage2 .box li:nth-child(1) {*/
/*	top:10.208333333333334rem;*/
/*	margin-bottom:20.833333333333336rem;*/
/*}*/
/*.hpage2 .box li:nth-child(2) {*/
/*	top:15.416666666666668rem;*/
/*	margin-bottom:15.625rem;*/
/*	margin-top:-31.041666666666668rem;*/
/*}*/
/*.hpage2 .box li:nth-child(3) {*/
/*	top:20.625rem;*/
/*	margin-bottom:10.416666666666668rem;*/
/*	margin-top:-25.833333333333336rem;*/
/*}*/
/*.hpage2 .box li:nth-child(4) {*/
/*	top:25.833333333333336rem;*/
/*	margin-bottom:5.208333333333334rem;*/
/*	margin-top:-20.625rem;*/
/*}*/
/*.hpage2 .box li:nth-child(5) {*/
/*	top:26.041666666666668rem;*/
/*	margin-bottom:0rem;*/
/*	margin-top:-15.416666666666668rem;*/
/*}*/



	.hpage2 .box li:nth-child(1) {
	top:10.208333333333334rem;
	margin-bottom:15.625rem;
}
.hpage2 .box li:nth-child(2) {
	top:15.416666666666668rem;
	margin-bottom:10.416666666666668rem;
	margin-top:-25.833333333333336rem;
}
.hpage2 .box li:nth-child(3) {
	top:20.625rem;
	margin-bottom:5.208333333333334rem;
	margin-top:-20.625rem;
}
.hpage2 .box li:nth-child(4) {
	top:25.833333333333336rem;
	margin-bottom:0rem;
	margin-top:-15.416666666666668rem;
}
.hpage1 .uitpichds{
    height: auto;width: 200vw;
}
.hpage1{
    overflow-y:hidden ;overflow-x: scroll;
}
    .hpage2 .box li {
        height: 24.4375rem;
    }
    .hpage3 {
        margin-top: -139px;
    }
.hpiclist .titem:nth-child(1) {
	width: 28vw;
	    height: 30vw;
	    left: 52vw;
	    top: 8vw;
}

.hpiclist .titem:nth-child(2) {
	width: 40vw;
	    height: 28vw;
	    left: 36vw;
	    top: 38vw;
}

/* .hpiclist .titem:nth-child(3) {
	width: 12vw;
	height: 9vw;
	left: 30vw;
	top: 24vw;
	display: none;
} */

.hpiclist .titem:nth-child(3) {
	width: 24vw;
		height: 36vw;
		left: 90vw;
		top: 18vw;
}

.hpiclist .titem:nth-child(4) {
	width: 14vw;
	    height: 22vw;
	    left: 92vw;
	    top: -2vw;
}

.hpiclist .titem:nth-child(5) {
	width: 20vw;
	    height: 24vw;
	    left: 114vw;
	    top: 4vw;
}

.hpiclist .titem:nth-child(6) {
	width: 20vw;
	    height: 24vw;
	    left: 140vw;
	    top: 12vw;
}

.hpiclist .titem:nth-child(7) {
	width: 16vw;
	    height: 18vw;
	    left: 132vw;
	    top: 30vw;
}

.hpiclist .titem:nth-child(8) {
	width: 20vw;
	    height: 30vw;
	    left: 160vw;
	    top: 28vw;
}

.hpiclist .titem:nth-child(9) {
	    width: 12vw;
	        height: 14vw;
	        left: 168vw;
	        top: 8vw
}

.hpiclist .titem:nth-child(10) {
	width: 16vw;
	    height: 24vw;
	    left: 82vw;
	    top: 56vw;
	    z-index: 7;
}

.hpiclist .titem:nth-child(11) {
	    width: 14vw;
	    height: 18vw;
	    left:108vw;
	    top: 68vw;
}


.hpiclist .titem:nth-child(12) {
	    width: 18vw;
	    height: 22vw;
	    left: 12vw;
	    top: 20vw;
}

/* .hpiclist .titem:nth-child(14) {
	width: 8vw;
	height: 12vw;
	left: 17vw;
	top: 17vw;
	display: none;
} */
.hpiclist .titem:nth-child(13) {
	        width: 22vw;
	        height: 24vw;
	        left: 132vw;
	        top: 52vw;
}
.hpiclist .titem:nth-child(14) {
	width: 22vw;
	    height: 26vw;
	    left: 38vw;
	    top: 58vw;
}





.sproduct .bd .lt li .flexc .text p strong{
    font-size: 1em;
}
.sproduct .bd .lt li.li2{
    border-radius: 15px;
}	
.sproduct .titem{
	margin-bottom: 30px;
}
.sproduct .titem h3{
	margin-bottom: 10px;font-size: 20px !important;
}
.sproduct .titem .nline{
	height: 1px;
}
.sproduct .titem .nflex{
	display: block;margin-bottom: 20px;
}
.sproduct .titem .nflex p{
	width: auto;
}
.sproduct .titem .nflex h4{
	font-size: 18px !important;
	margin-bottom: 10px;
}
.sproduct .titem .nbox{
	margin-bottom: 20px;
}
.sproduct .titem .nflex2 .ntxt{
	width: auto;
}
.sproduct .titem .nflex2 img{
	width: auto;margin-top: 20px;
}
.sproduct .titem .nflex2{
	display: block;
}
.sproduct .titem .nflex2 .ntxt h5{
	margin-bottom: 10px;
}
.sproduct .titem .muweb{
	display: block !important;
}




.switem .swhd .swti i{
	font-size: 17px;
}
.switem{
	padding: 25px 15px;
}
.switem .swhd .swti{
	padding: 0 5px;
	margin-top: 0;transform:translateY(-50%);
}
.switem .swhd .swti i{
	line-height: 20px;
}
.switem .swhd{
	padding: 0 15px 15px;
}
.sproduct .bd .lt  .swhd p{
	margin-top: 0;
}
.switem .swbdlist .swli{
	padding: 20px 0;
	display: block;
}
.switem .swbdlist .swli .pic{
	width: auto;height: auto;
}
.switem .swbdlist .swli .text1{
	width: auto;
	margin-top: 20px;
	padding-left: 25px;
}
.switem .swbdlist .swli .text1 p{
	margin-top: 5px;line-height: 1.7;
}
.switem .swbdlist .swli .text1 h6{
	background-position: left top 3px;
}
.switem .swbdlist .swli:last-child{
	padding-bottom: 0;
}
.sproduct .bd{
	padding-bottom: 0;
}
.solution .bd .text{
    font-size: 16px;line-height: 1.6;
}


}