/*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;
}
html{
	font-size: 19.2px;
}
@media only screen and (max-width:1920px) {
	html{
		font-size: 1vw;
	}
}
@media only screen and (max-width:1380px) {
	html{
		/* font-size: 16.2px; */
	}
}
@media only screen and (max-width:1024px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	h5{
		font-size: 16px !important;
	}
	p,
	h6{
		font-size: 14px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}	
	html{
		font-size: 16px;
	}
	.header .logo a img{
		height: 24px;
	}
	.newbanner .txt p{
		line-height: 1.6;
	}
	.naver{
		position: absolute;
		right: 0;left: 0;
		top: 100%;
		max-height: calc(100vh - 60px);
			overflow-y: scroll;
			display: none;
			background: #fff;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li a{
		font-size: 16px;
		padding: 0 20px;
		line-height: 46px;
		text-align: left;
	}
	.header .naver li{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin: 0;
	}
	.hnaver .wrap{
		height: 50px;
	}
	.naver .wrap{
		padding: 0;
	}
	.htop .lsele{
		margin-left: 20px;
	}
	.gh{
		display: block;
		left: auto;right: 15px;
	}
	.layout{
		padding-top: 90px;
	}
	.htop .wrap{
		height: 40px;
	}
	.hbanner{
		height: 100vw;
	}
	.hotlist .wrap{
		display: none;
	}
	.hbanner .text{
		bottom: 100px;
		left: 20px;
	}
	.spant{
		bottom: 20px;
	}
	.spant .span{
		margin: 0 30px;
	}
	.hbanner .wrap h4{
		font-size: 18px !important;
	}
	.hbanner .wrap h5{
		font-size: 20px !important;
		margin-top: 10px;
	}
	.hpad110{
		padding-top: 40px;
	}
	.hprojects ul{
		/* display: block; */
		flex-wrap: inherit;
		width: auto;
		margin: 0;
		padding-bottom: 10px;
	}
	.hprojects ul li{
		width: auto;
		margin: 0 0 10px;
	}
	.hprojects ul li .picitem{
		height: auto;
	}
	.hnews li a{
		display: block;
		padding: 10px 0;
	}
	.hnews li .txt{
		width: auto !important;
	}
	.hnews li .txt h3{
		margin: 15px 0 0;font-size: 16px;line-height: 1.4;
	}
	.hnews li .picitem{
		width: 100% !important;
		height: auto !important;
		margin: 0;
		margin-top: 15px !important;
	}
	.hnews li .icon{
		display: none;
	}
	.hnews ul{
		padding-bottom: 10px;
	}
	.habout{
		margin-top: 40px;
	}
	.hnews li:hover .txt p{
		display: none !important;
	}
	.habout .flex{
		position: static;
		margin-top: 0;
		display: block;
	}
	.habout .flex .text{
		width: auto;margin-top: 20px;
	}
	.habout .flex .pic{
		width: auto;height: auto;margin-top: 20px;
	}
	.habout .flex .text img{
		height: 40px;margin-top: 20px;
	}
	.hsolutions{
		padding-top: 40px;
	}
	.hsolutions .wrap{
		display: block;
	}
	.hsolutions .txt{
		width: auto;
	}
	.hsolutions .rt{
		width: auto;
	}
	.hsolutions .txt p{
		margin: 10px 0 20px;
	}
	.hsolutions .rt{
		margin: 0;
		height: auto;
		margin-top: 20px;
	}
	.hsolutions .swiperpic{
		padding-right: 0;
	}
	.hsolutions .swiper-slide, .hsolutions .swiperpic .picitem{
		height: 100vw;
	}
	.hstore{
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.hstore li:nth-child(2n+1) .picitem{
		margin: 0;
	}
	.flolist{
		padding: 40px 0;
	}
	.flolist li{
		height: 26px;
	}
	.flolist .swiperlo:nth-child(n+2){
		margin-top: 30px;
	}
	.hsubscribe i{
		width: 80px;height: 60px;
	}
	.hsubscribe{
		padding: 60px 0;
	}
	.hsubscribe p{
		margin: 30px 0;
	}
	.footer .th{
		display: none;
		height: auto;
		padding-bottom: 15px;
	}
	.footer .th ul{
		display: none;
	}
	.footer .tb{
		padding: 0 0 20px;
		display: block;
	}
	.footer .tb .lt h4{
		margin-top: 20px;
	}
	.footer .tb .lt h4 i{
		font-size: 16px;
	}
	.footer .tb .rt li{
		margin-top: 20px !important;
	}
	.footer .tb .rt li p{
		font-size: 18px !important;
	}
	.copyright{
		display: block;
		text-align: center;
		height: auto;
		padding: 20px 0;
	}
	.copyright a{
		font-size: 13px;
		line-height: 1.6;
		display: block;
	}
	.wban .wrap{
		height: 50vw;
	}
	.wban h3{
		font-size: 22px !important;
	}
	.abhd{
		padding: 40px 0;
	}
	.abhd .wrap{
		display: block;
	}
	.abhd .wrap .ltc{
		width: auto;
		display: block;
	}
	.atit{
		line-height: 1.4;font-size: 22px !important;
	}
	.abhd .wrap .txt{
		width: auto;
		margin-top: 15px;
	}
	.abhd .wrap .ltc img{
		margin-top: 20px;
	}
	.abpic .wrap{
		height: 40vw;
	}
	.absection1{
		padding: 40px 0;
	}
	.absection1 h3{
		margin-bottom: 15px;
	}
	.absection1 .flex{
		display: block;
	}
	.absection1 .flex p{
		width: auto;
	}
	.absection1 .flex img{
		width: 100%;
		margin-top: 15px;
	}
	.hstore2{
		margin-top: 0;
	}
	.hstore2 h3{
		margin-bottom: 25px;
	}
	.absection2{
		padding: 40px 0;
	}
	.absection2 .flexth{
		display: block;
	}
	.absection2 .flexth h6{
		width: auto;
	}
	.absection2 ul{
		display: block;
		margin: 20px 0 0;
	}
	.absection2 li{
		width: auto;
		margin: 0 0 10px;
	}
	.absection2 li a{
		height: 120vw;
	}
	.absection2 li a .text h4{
		margin: 15px 0;
	}
	.absection3{
		padding: 40px 0;
	}
	.absection3 .wrap{
		display: block;
	}
	.absection3 .list{
		width: auto;margin-top: 20px;
	}
	.absection3 .list li a{
		padding: 20px 0;
	}
	.absection3 .list li .time i{
		font-size: 24px;
	}
	.abteam{
		padding: 40px 0;
	}
	.abteam .swiperteam li{
		padding: 25px;
	}
	.abteam .swiperteam li p{
		margin-top: 15px;
	}
	.nban{
		height: 50vw;
	}
	.nban h3{
		font-size: 24px !important;
	}
	.contact .th{
		padding: 40px 0;
	}
	.conlist li .wrap{
		padding: 20px 15px;
	}
	.conlist li .lt{
		width: auto;
	}
	.conlist li .rt img.add{
		margin-top: 20px;
	}
	.conlist li.on .wrap{
		display: block;
	}
	.conform{
		padding: 40px 0;
	}
	.conform .item{
		padding: 20px 0 0;
	}
	.conform .item ul{
		display: block;
	}
	.conform .item ul li{
		width: auto;
		margin: 0 0 15px;
	}
	.newsdel{
		padding-top: 40px;
	}
	.prodel .flex{
		display: block;
	}
	.prodel .flex .text{
		width: auto;border: none;
	}
	.newsdel .thc{
		padding: 0;
		border: none;
	}
	.prodel .th h1{
		font-size: 22px !important;
	}
	.newsdel .thc h1{
		font-size: 22px !important;
		margin-bottom: 20px;
	}
	.newsdel .textdel{
		padding: 30px 0 0;
	}
	.prodel .flex .prlist{
		width: auto;
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.prlist li .icon{
		height: auto;
	}
	.prodel .th{
		padding-right: 0;
	}
	.prodel .text .hd{
		padding: 20px 0;
		display: block;
		margin-bottom: 30px;
	}
	.prodel .text .hd .img{
		margin: 0 auto;
		    width: 7.416666666666668rem;
		    height: 7.416666666666668rem;
	}
	.prodel .text .hd p{
		width: auto;margin-top: 10px;
	}
	.prodel .textdel{
		padding-right: 0;
	}
	.prodel .text .adswiper{
		margin-top: 20px;
	}
	.prlist li h6{
		line-height: 1.8;
	}
	.porth{
		display: block;
		padding-bottom: 20px;
	}
	.porth .search{
		width: auto;
		margin-top: 20px;
	}
	.porth h6{
		padding: 0;
	}
	.porth .lsele{
		margin-right: 10px;
	}
	.porjlist ul{
		margin: 0;display: block;
	}
	.porjlist ul li{
		margin: 0 0 10px;
		width: auto;
	}
	.porjlist li .picitem{
		height: auto;
	}
	.section1 li{
		display: block;
		padding: 0 0 25px;
	}
	.section1 .pic{
		width: auto;height: auto;
	}
	.section1 .text{
		width: auto;
		margin-top: 15px;
		padding-top: 10px;
	}
	.slis{
		padding: 40px 0;
	}
	.slis .txt{
		padding: 15px 0;
	}
	.liswiper li{
		width: 70vw;height: 100%;
	}
	.liswiper .flexbtn .spans {
	    width: calc(100% - 5.7375rem);
		margin-left: 0;
	}
	.global .atit{
		padding-left: 0;
	}
	.global .atit::before{
		display: none;
	}
	.global .flex{
		top: 30px;
	}
	
	.hprojects .uspans{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.header .naver li a{
		border-radius: 0;
	}
	.conform .item .ch1{
		transform: scale(1.3);
	}
	.conform .item label{
		margin-left: 5px;
	}
	.absection3 .list li h4 {
		text-align: left;
		width: calc(100% - 80px);
	}
	.mcpic .text{
		padding: 40px 0;
	}
	.mcabsection2 dd{
		display: block;
	}
	.mcabsection2 dd .icon{
		width: auto;height: auto;
		margin: 0 !important;
	}
	.mcabsection2 dd .txt{
		width: auto;
		margin-top: 10px;
	}
	.mcabsection2 dd .txt p{
		margin-top: 10px;
	}
	.mcabsection2 dd{
		margin-bottom: 15px;
	}
	.mcustomer{
		padding: 40px 0;
	}
	.mcustomer .cutswiper li{
		height: auto;
	}
	.mcustomer .cutswiper{
		height: auto;
	}
	.mcprodel .wrap{
		display: block;
	}
	.mcprodel .proitem{
		width: auto;
		margin-top: 20px;
	}
	.mcprodel .proitem .swiperpro{
		width: auto;
		margin: 0;
	}
	.mcprodel .proitem .flexbtn{
		margin-right: 0;
	}
	.mcprodel .proitem .mctext{
		padding: 30px 0;
	}
	.mcprodel .proitem .mctext p{
		margin-top: 15px;
	}
	.mcport{
		width: auto;
		padding: 0;
		border: none;
	}
	.mcport .mcpolist li{
		margin-bottom: 10px;
	}
	.mcport .mcth dd{
		padding: 12px 0;
	}
	.mcport {
		padding-bottom: 30px;
	}
	
	
	
	.uwtexts .wrap{
		display: block;
	}
	.uwtexts .rs{
		width: auto;
		display: block;
	}
	.uwtexts2 .ls{
		width: auto;
	}
	.uwtexts{
		padding: 40px 0;
	}
	.uwtexts .wrap1{
		margin-bottom: 0;
	}
	.suspag2{
		padding: 40px 0;
	}
	.suspag2 .video{
		width: 100%;height: auto;
	}
	.uwhabout1 .flex{
		display: block;
	}
	.uwhabout1 .text{
		width: auto;
	}
	.uwhabout1 .flex .pic{
		width: auto;height: auto;
		margin-top: 20px;
	}
	.uwhabout1{
		padding: 40px 0 60px;
	}
	.uwhabout1 .flex .icon{
		left: 0;right: 0;
		bottom: -40px;z-index: 11;
	}
	.uwpage1{
		padding: 40px 0;
	}
	.uwsolubox ul{
		margin:20px 15px 0;display: block;
	}
	.uwsolubox li{
		width: auto;margin: 0 0 10px;height: auto;
	}
	.uwtit{
		margin-bottom: 20px;
	}
	.hnews1{
		padding-bottom: 40px;
	}
	.hprojects ul{
		display: block;
	}
	.uwtexts1 .ls{
		width: auto;
	}
	.uwtexts .rs{
		margin-top: 20px;
	}
	.locapge{
		padding: 40px 0;
	}
	.swipoffices{
		height: auto;
	}
	.uwtexts .ls{
		width: auto;
	}
	.uwtxt{
		padding: 40px 0;
	}
	.abpic{
		background-attachment: inherit !important;
	}
	.uwtexts .wrap1 h4,
	.wban1 h3.on{
		line-height: 1.15;
	}
	.uwtexts .wrap1 h4{
		margin: 10px 0;
	}
	.uwtexts1 h4 span{
		font-size: 18px;
		margin-top: 10px;
		display: block;
		line-height: 1.4;
	}
	.suspag1{
		padding: 40px 0;
	}
	.swipsusta ul{
		display: block;
	}
	.swipsusta ul li{
		width: auto;margin: 0 0 10px;
	}
	.swipsusta1 li, .swipsusta li{
		height: auto;
	}
	.wban1 h3 span{
		font-size: 30px;
	}
	
	.naver li h3{
		display: block;height: auto;
	}
	
	
	.naver li h3 i{
		position: absolute;
		left: auto;top: 0;
		right: 0;bottom: 0;
		width: 40px;z-index: 11;
		height: 46px;opacity: 1;
		transform: rotate(180deg);
		background-position: center !important;
	}
	.hnli{
		position: static;padding: 10px 0;
	}
	.hnli .fms{
		display: none;
	}
	.hnaver .hnli .wrap{
		height: auto;
	}
	.hnli dd{
		margin-bottom: 0;
	}
	.header .naver li dd a{
		display: block;padding: 0 30px;
	}
	.hnli .dl1{
		display: block;
	}
	.hnli .dl1 dd{
		width: auto;margin: 0 0 15px;
	}
	.hnli .dl1{
		margin: 0;
	}
	.hnli .dl1 dd h6{
		display: inline-block;margin: 0;
	}
	.uwtexts .rs{
		display: none;
	}
	.conlist li h5{
		margin-top: 15px;
	}
	.mcprodel .proitem .swiperpro .prev{
	    margin: -1.1rem -1.6rem 0;
	}
	.mcprodel .proitem .swiperpro .next{
	    margin-right:-1.6rem ;
	}
	
	
	.plmission .flexth{
		display: block;
	}
	.plmission{
		padding: 40px 0;
	}
	.plmission .flexth p{
		width: auto;
		margin-top: 20px;font-size: 16px !important;
	}
	.plmission ul{
		margin-top: 20px;display: block;
	}
	.plmission li{
		width: auto;margin: 0 0 15px;
	}
	.plmission li .th{
		height: auto;padding: 20px;
	}
	.plmission li .tb{
		padding-top: 20px;
	}
	.plmission li .th::before{
		width: 15px;height: 18px;
	}
	
	
	.mcprodel .proitem .mctext li{
		margin-bottom: 10px;
	}
	.mcprodel .proitem .mctext .rtxt{
		margin: 0;
	}
	.portxt{
		padding: 20px 0 0;
		text-align: left;
	}
	
	.mcprodel .proitem .mctext li:last-child{
	    display: block;
	}
	.mcprodel .proitem .mctext li:last-child .rtxt{
	    width: 100%;
	}
	.hnli .dl1 dd h6{
	    font-size: 12px !important;
	}
	.plrbtn{
	    justify-content: space-between;
	}
	
	
	
	.swiperesg-bd .swiper-slide{
		height: auto;
	}
	.swiperesg-hd ul{
	    justify-content: space-between;
	}
	.swiperesg-hd li{
		font-size: 16px;
		flex: none;
	}
	.swiperesg-bd{
		margin: 20px 0 0;
	}
	.esglist ul{
		display: block;
	}
	.esglist li{
		width: auto;
		margin: 0 0 10px;
	}
	.swiperesg-hd li{
		width: auto;
	}
	.swiperesg-bd .swiper-slide p{
		line-height: 1.5;padding: 0 10px;
	}
	.esglist ul{
	    padding-top: 20px;
	}
	.swiperesg-bd .prev, .swiperesg-bd .next{
	    display: none;
	}
	
	.hbanner .wrap h5 br:nth-child(n+2){
	    display: none;
	}
	.pweb{
	    display: none !important;
	}
	.pmobile{
	    display: block !important;
	}
	.esglist li{
	    width: 100% !important;
	}
	.swiperesg{
	    padding-bottom: 30px;
	}
	.esglist li h1{
	    font-size: 16px;line-height: 1.6;
	}
	.plnavt li{
	    width: auto;padding: 10px 15px;min-height: 44px;font-size: 16px;
	    margin: 0 10px 10px 0 !important;text-align: left;
	    display: flex;align-items: center;
	}
	
	.hbanner .spant .prev,.hbanner .spant .next{
	    display: none;
	}
	.hbanner .spant .span{
	    margin: 0;
	}
	.hmore{
	    height: 2.2rem;
	}
	.hmore i{
	    padding-right:2rem ;line-height: 2.2rem;font-size: 14px;
	}
	.hbanner .wrap h6,
	.hbanner .wrap p,
	.hbanner .wrap h5{
	    margin-bottom: 15px;font-size: 18px !important;
	}
	.hbanner .wrap h6{
	    margin: 10px 0 10px;
	}
	.hbanner .text{
	    bottom: 65px;
	}
	.uwhabout1 .hs{
	    margin-bottom: 18px;
	}
	.uwhabout1 .hs h2{
	    font-size: 19px !important;
	}
	.uwhabout1 .hs p{
	    font-size: 16px !important;line-height: 1.2;margin-top: 5px;
	}
	.mcustomer .cutswiper.pblock li{
	    width: auto;margin: 0 0 10px;
	}
	.mcustomer .cutswiper.pblock ul{
	    display: block;
	}
	.mcustomer .cutswiper.pblock{
	    margin: 0;
	}
	.hnli2 dl{
	    display: block;
	}
	.hnli2 dd{
	    margin: 0;
	}
	.hnews2 li .txt dd{
	    margin-top:5px ;
	}
	.hnews2 li .txt dl{
	    display: block;
	}
	.hnews2 li .txt p{
	    height: auto;
	}
	.hnews2 li .txt h5{
	    display: block;margin-bottom: 5px;margin-top:5px ;
	}
	.uwtxt h3 {
	    font-size: 20px !important;
	}
	.hstore2 h4 {
	    font-size: 20px !important;
	}
	.swipercasebk ul li{
	    width: 100%;margin: 0 0 10px !important;
	}
	.flexvideo{
	    display: block;
	}
	.flexvideo video.video{
	    width: 100%;margin-bottom: 10px;
	}
	.flexwrap{
	    display: block;
	}
	.flexwrap .plpic{
	    margin: 20px 0 0;
	}
	.flexvideo .video{
	    width: 100% !important;
	    margin-bottom: 20px;
	}
	.flexvideo .video video{
	    height: auto !important;
	}
}
@media only screen and (max-width:768px) {
	
}