/*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: #fff;
    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: #fff;
    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: #fff;
}

.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: #fff;
}
@media only screen and (max-width:1500px) {
	.wrap{
		/*width: 94rem;*/
	}
	.header .engsh{
	    width: 7.458333rem;
	}
	.header .naver li h3 a{
	    font-size: 15px;
	}
}

@media only screen and (max-width:1180px) {
	.uwid100{
	    width: 100%;
	}
	.uwid100 .lsele{
	    margin-right:0 ;
	}
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}	
	html{
		font-size: 16px;
	}
	.header .engsh .lsele{
		
	}
	
	.naver{
		position: absolute;
		left: 0;right: 0;
		top: 0;padding-top:80px;
		background: rgba(45, 45, 45, 0.5);
		display: none;
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		height: calc(100vh - 4.6875rem);
	}
	.header .naver ul{
		display: block;
		padding: 0 15px;height: 100%;
		overflow-y: scroll;
	}
	.header .naver li{
		margin-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.06);
	}
	.header .naver li h3 a{
		line-height: 46px;
	}
	.header .engsh{
		
	}
	.header .rts{
		width: 150px;
	}
	.gh{
		display: block;position: static;
	}
	.header .naver li h3{
		position: relative;
	}
	.header .naver li .iarrow{
		position: absolute;right: 0;top: 0;
		width: 20px;height: 46px;z-index: 11;
		background: url(../images/arow.png) no-repeat center/8px auto;
		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 .on .iarrow	{
		transform: rotate(90deg);
	}
	.mt150{
		margin-top: 50px;
	}
	.footer .tps{
		display: block;
	}
	.hnews{
		display: block;
	}
	.hnews .lts{
		width: auto;
	}
	.hnews .ds .img{
		height: auto;
	}
	.hnews .rts{
		margin: 20px 0 0;
	}
	.footer .tps .rts{
		width: auto;
		margin-top: 20px;
	}
	.footer .tps .flax{
		display: block;
	}
	.footer .tps .rts{
		display: block;
	}
	.footer .tps .lts{
		width: auto;
	}
	.footer .tps .logo{
		margin: 0 auto;
	}
	.footer .tps .lts .ul{
		display: none;
	}
	.footer .tps .share ul{
		justify-content: center;
	}
	.footer .tps .flax{
		width: auto;
		margin-top: 20px;
	}
	.footer .tps .ds{
		max-width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.06);
	}
	.footer .tps .ds .dnli{
		display: none;padding-left: 10px;
	}
	.footer .tps .ds h3 a{
		margin-bottom: 0;
		padding: 10px 0;
	}
	.footer .tps .ds h3{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer .tps .ds h3 i{
		width: 20px;height: 40px;
		background: url(../images/arow2.png) no-repeat center/10px auto;
		display: block;
	}
	.footer .tps .ds h3.on i{
		background: url(../images/arow2-1.png) no-repeat center/10px auto;
	}
	.header .naver li .nnli{
		position: static;
		width: auto;
		background: rgba(45, 45, 45, 0.5);
		    border-radius: 10px;
		    transform: translateX(0%);
			padding: 0;
		 backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
	}
	.header .naver li .nli .lt{
		width: auto;padding:10px 10px;
	}
	.header .naver li .nnli{
	    padding: 10px 0;
	}
	.header .naver .rt{
		display: none;
	}
	.header .naver .hnli dd{
		text-align: left;padding: 5px 10px;
	}
	.header .naver li .hnli a{
		display: block;font-size: 14px;text-align: left;
		padding: 0;
	}
	.uitpadd{
		padding: 0;
	}
	.contact .box .hmaps{
		position: relative;
		left: 0;right: 0;top: 0;
		width: auto;
	}
	.contact .box .txt{
		width: auto;
	}
	.contact .box{
		margin: 30px 0;
	}
	.contact .fms h3{
		font-size: 22px;
	}
	.culture .ds .ls,
	.culture .ds.on .ls{
		width: 40%;
	}
	.culture .ds .pic{
		flex: 1;width: auto;margin: 0 20px;
	}
	.news .ds .img{
		height: 14rem;
	}
	.footer .tps .share ul{
		margin-top: 30px;
	}
	.mkvideo{
			max-width: 1000px;
		}
	.news .tps .swipnew{
	    height: 26.1rem;
	}	
}

@media only screen and (max-width:1024px) {
    
	.yinsixy h1{
		font-size: 20px;
	}
	.news .tps .swipnew .ts{
	    padding: 15px;
	}
	.yinsixy{
		padding-bottom: 40px;
	}
	.psection1 .flex{
		display: block;height: auto;
	}
	.pritem2 .scollx{
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	.pritem6 .swipprols .pic{
		width: 30vw;
		height: auto;
	}
	.vertechs .list ul{
		display: block;
	}
	.vertechs .list li .pic{
		height: auto;
	}
	.vertechs{
		padding-bottom: 40px;
	}
	.vertechs .list{
		padding-bottom: 20px;
	}
	.vertechs .navs dd a{
		font-size: 16px;
	}
	.vertechs .list li .txt{
		padding: 15px;
	}
	.vertechs .list li h3{
		font-size: 16px;
	}
	.vertechs .list li{
		width: auto;margin: 0 0 40px 0;
	}
	.pritem7 .bds li{
		padding: 15px;
	}
	.pritem6 .swipprols p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
	/*	-webkit-line-clamp: 4; */
	/*	overflow: hidden; */
	/*	text-overflow: ellipsis; */
	}
	.pritem6 .swipprols .ts{
		flex: 1;margin-left: 10px;
	}
	.potit h2{
		font-size: 20px;
	}
	.pritem2 .scollx table{
		width: 1000px !important;
	}
	.pritem5 .bds li{
		display: block;
		/*margin-bottom: 30px;*/
	}
	.header .naver .nls{
	    display: block;
	}
	.pritem3 ul li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
	}
	.pritem5 .bds li .ts{
		width: auto;padding: 15px;
	}
	.pritem3 ul li p{
		opacity: 1;
	}
	.pritem3 .spans {
		text-align:center;
		margin-top:1.0416666666666667rem;
	}
	.pritem3 .spans span {
		width:0.3125rem;
		height:0.3125rem;
		border-radius:0.5208333333333334rem;
		background:#fff;
		margin:0 0.2604166666666667rem;
		opacity:1;
		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;
	}
	.pritem4 .plist .tb .pswipers img, .pritem4 .plist .tb .pswipers video{
		border-radius: 10px;
	}
	.pritem3 .spans span.swiper-pagination-bullet-active {
		width:2.291666666666667rem;
		background:#00269e;
	}
	.pritem4 .plist .tb p{
		line-height: 1.8;
	}
	
	.pritem3 ul li img{
		border-radius: 10px;
		margin-top: 20px;
	}
	.pritem3 ul li .p2{
		display: block;
	/*	opacity: 0.65; */
	}
	.pritem3 ul{
		flex-direction: inherit;
		justify-content: inherit;
	}
	.pritem5 .bds li{
	    height: auto;
	}
	.pritem5 .bds li video{
		width: 100%;margin: 0 !important;
	}
	.pritem3 ul li.on{
		flex: none;
	}
	.pritem3 ul li img{
		display: block;
	}
	.pritem3 .pics dd img{
		height: auto;
	}
	.pritem3 .pics{
		margin: 20px 0 0;
		display: none;
	}
	.pritem3 .flex{
		height: auto;display: block;
	}
	.pritem3 ul{
		width: auto;
	}
	.pritem1 li p{
		flex: 1;
		/*margin-left: 20px;*/
	}
	.moli .portxt{
		display: flex;
		justify-content: space-between;
		/*align-items: center;*/
	}
	.pritem1 li{
		width: auto;margin: 0 0 10px 0;
		padding: 15px;
	}
	.psection1 .flex{
		padding-bottom: 0;
	}
	.pritem1 ul{
		display: block;
	}
	.pritem{
		padding-top: 60px;
	}
	.prtab{
		display: none;
	}
	.psection1 .flex .text .scoll{
		height: 80vw;
	}
	.psection1 .flex .text{
		width: auto;
		margin-top: 5px;
	}
	.psection1 .flex .video{
		width: 100%;
	}
	.prban .crumbs{
		display: none;
	}
	.prban .text h1{
		font-size: 20px;
		margin: 10px 0 20px;
	}
	.prban .text img{
		height: 20px;
		display: block;
		margin: 0 auto;
	}
	.prban .text dd p{
		font-size: 12px !important;
	}
	.prban.prban22 .wrap{
	   display: block;
	}
	.prban .text h1{
	    width: auto;
	    text-align: left;
	}
	.prban .text dl{
		justify-content: space-between;
	}
	.prban .text dd{
		margin: 0;
		text-align: left;
		margin-bottom: 15px;
		max-width: 40%;
	}
	.prban .text dd .num{
		font-size: 18px;
	}
	.prban .text{
		text-align: center;
		padding-top: 180px;
	}
	.prban .wrap{
		justify-content: center;
	}
	.product .hds h2{
		font-size: 20px;
	}
	.prban .video,
	.prban video{
		height: 90vw;
	}
	.product .fts ul{
		display: block;
	}
	.product .fts li{
		width: auto;margin: 0 0 1px 0;
		padding: 0 15px;
	}
	.product .fts li dl{
		padding: 10px 0;
	}
	.product{
		padding-bottom: 40px;
	}
	.product .bds li p{
		margin: 8px 0;
	}
	.product .bds li h5{
		font-size: 14px;
	}
	.product .bds li .ts{
		margin-top: 10px;
	}
	.product .bds{
		padding-bottom: 40px;
		padding-top: 30px;
	}
	.product .bds ul{
		justify-content: space-between !important;
	}
	.product .bds li .pic{
		height: 30vw;
	}
	.product .bds .ul2 li,
	.product .bds ul li{
		width: calc((100% - 10px)/2);
		margin: 0 0 10px 0;
		padding: 8px 8px 15px;
	}
	.product .hds{
		background: none !important;
		height: auto;
	}
		.product .wrap{
	    padding: 0 15px;
	}
	.product .hds p{
		line-height: 1.8;
	}
	.product .hds{
		margin: 20px 0;
		display: block;
		padding: 0;
	}
	.product .hds .txt{
		width: auto;padding: 15px;
	}
	.newsdel .swipimg .prev, .newsdel .swipimg .next{
		margin-left: -50px;margin-right: -50px;background-size: 40% auto !important;
	}
	.objectives .list li p {
		flex: 1;margin-left: 20px;
	}
	.objectives .list li .ts{
		display: flex;
		justify-content: space-between;
	}
	.objectives .list li{
		width: auto;
		margin: 0 0 10px 0;
		padding: 15px;
	}
	.objectives .list ul{
		display: block;
	}
	.objectives .list h4, .objectives .flax h4{
		font-size: 18px;
	}
	.objectives .flax{
		margin-bottom: 30px;
	}
	.objectives .flax .pic,
	.objectives .flax .ls{
		width: auto;margin-top: 30px;
	}
	.objectives .flax{
		display: block;
		margin-top: 10px;
	}
	.objectives{
		padding-top: 60px;
	}
	.newsdel,
	.newsdel .txt{
		padding-bottom: 40px;
	}
	.news{
		padding-bottom: 40px;
	}
	.news .flax{
		display: block;
	}
	.news .tps .swipnew{
		height: 50vw;margin-top: 10px;min-height: 50vw;
	}
	.news .tps .rts .rs{
		margin: 40px 0 40px;
	}
	.news .tps .rts{
		width: auto;
		margin: 20px 0 0;
	}
	.news .tps{
		margin-bottom: 40px;
	}
	.news .list li{
		width: auto;
		margin: 0 0 40px 0;
	}

	.news .list ul{
		display: block;
	}
	.news .ds .txt p,
	.news .ds .txt h3{
		height: auto !important;
		/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: none;
		overflow: visible;
		text-overflow: ellipsis;
	}
	.news .ds .txt{
		padding: 30px 15px 20px;
	}
	.news .tps .swipnew .prev, .news .tps .swipnew .next{
		margin-left: -20px;margin-right: -20px;
	}
	.news .tps .nelt{
		width: auto;
	}
	.news .tps{
		display: block;
	}
	.pages dd{
		margin: 0 3px !important;
	}
	.news .flax .rs{
		display: none;
	}
	.culture .ds .ico{
		width: 40px;
	}
	.join .box{
		padding:0 15px;
	}
	.join .box li .tps{
		flex-wrap: wrap;padding: 0 30px 0 0;background-position:right top 8px; 
	}
	.join .box li dl{
		display: block;
	}
	.join .box li dd:nth-child(2n){
		display: none;
	}
	.join .box li h3{
		width: 100%;
	}
	.join .fms{
		flex-wrap: wrap;margin: 20px 0;
	}
	.join .fms .seach,
	.join .fms .lsele{
		width:100%;
		margin-bottom: 10px;
		padding: 15px;-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		height: 50px;border-radius: 5px;
	}
	.join .fms .seach .t1{
		padding-left: 15px;
	}
	.join .fms .seach{
		padding: 0;
	}
	.uiths h1{
		font-size: 20px;
	}
	.joindel,
	.join,
	.culture{
		padding-bottom: 40px;
	}
	.culture .ds.on .pic{
		width: auto;
	}
	.culture .ds{
		display: block;
		padding: 15px !important;
	}
	.culture li:nth-child(1) .ds .ls{
		padding: 0;
	}
	.culture .ds .ls, .culture .ds.on .ls{
		width: auto;padding: 0;
	}
	.culture .ds .pic{
		margin: 20px 0 0 !important;
	}
	.culture li:nth-child(2) .ds .ls{
		padding: 0;margin-top: 20px;
	}
	.culture li{
		width: auto !important;
	}
	.culture ul{
		display: block;
	}
	.contact .fms ul{
		display: block;
	}
	.contact .fms ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.about .flax{
		display: block;
	}
	.about .flax dd a{
		font-size: 16px;
	}
	.about .flax .rs{
		width: auto;
	}
	.about .flax dl:before{
		display: none;
	}
	.about .flax dl{
		width: auto;
		padding: 0;
		border: none;
	}
	.footer{
		padding:20px;
		padding-top: 60px;
	}
	.ubanner h2{
	    padding: 15px;
		/*display: none;*/
	}
	.mt150{
		margin-top:80px;
	}
	.ubanner{
		height: 140vw;
	}
	.hsection .wrap{
		display: block;
	}
	.hsection .text{
		width: auto;margin: 0;
		padding: 20px;
	}
	.hsection .video{
		width: 100%;
		margin-top: 40px;
	}
	.uittit h3{
		font-size: 26px;
	}
	.uittit h2{
		font-size: 22px;
		margin-top: 12px;
	}
	.hswiperlist{
		padding-top: 0;height: 80vw;
	}
	.hswiperlist li .txt{
		width: auto;padding: 15px;
	}
	.hswiperlist li .txt h4{
		font-size: 18px;
	}
	.hswiperlist li{
		border-radius: 10px;
	}
	.hnews .ds .txt{
		padding: 30px 15px 20px;
	}
	.hnews .ds .txt h3{
		font-size: 16px;
		/*display: -webkit-box;*/
		/*-webkit-box-orient: vertical;*/
		/*-webkit-line-clamp: 2;*/
		/*overflow: hidden;*/
		/*text-overflow: ellipsis;*/
		/*height: auto;*/
	}
	.hnews .ds .txt p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.hnews .thc ul{
		display: none;
	}
	.hmaps{
		margin: 0;
	}
	.hsection3{
		padding: 0 15px;
	}
	.hmaps li{
		width: 20px;height: 20px;
	}
	.footer .tbs{
		display: block;
		text-align: center;
	}
	.uittops{
		right: 10px;
		bottom: 5%;
	}
	.hbtns{
		line-height:40px !important;
        height: 40px; /*padding-top:3px ; */
	}
	.hbtns img{
	     position: relative; /*top: -2px;*/
	}
	.banner img{
			height: 100vw;object-fit: cover;
	}
	.contact,
	.objectives, .commitment,
	.about{
		padding-bottom: 40px;
	}
	.commitment .swippic .swiper-slide img{
		height: 50vw;
	}
	.header .naver li h3::before{
		display: none;
	}
	.mkvideo{
			width: 95%;
		}
		.mkvideo .icos{
			right: 0;transform:scale(0.8);
			-ms-transform:scale(0.8);  /* IE 9 */
			-moz-transform:scale(0.8);     /* Firefox */
			-webkit-transform:scale(0.8); /* Safari 闁告粣鎷� Chrome */
			-o-transform:scale(0.8); 
		}
		.join .box li dd{
		    width: auto !important;
		}
		.about .flax .img{
		    width: auto;padding: 0;margin: 10px 0 0;
		}
		.about .flax .img:before{
		    display: none;
		}
		.footer .tbs p{
		    font-size: 12px !important;
		    margin-top: 10px;
		}
		.join .fms .uwid100{
		    display: block;
		}
		.webpc{
		    display: none !important;
		}
		.webmob{
            display: block !important;
        }
        .layout{
            overflow: hidden;
        }
		.culture .ds .pic{
		   height: 60vw;
		}
		.join .fms .layui-form-select{
		    margin: 0 0 10px 0;
		}
		.join .fms .layui-form-select .layui-input, .join .fms .lsele{
		    width: 100%;height: 50px;
		}
		.culture li:nth-child(2) .ds{
		    display: block;
		}
		.uittit{
		    margin-bottom: 30px;
		}
		.hsection2 .flexhd .uittit{
		    margin-bottom: 0;
		}
		.hsection2 .flexhd{
		        margin-bottom: 30px;
		}
		.hsection3 .uittit{
		    /*margin: 80px 0 0;*/
		}
		.newsdel .txt p{
		    margin: 10px 0;
		}
		.hswiperlist{
		    margin: 0;
		}
		.hswiperlist li .t4{
		    padding: 0 10px;
		}
		.hswiperlist{
			height: auto;
		}
		
		.hswiperlist li{
		    height: 80vw;
		}
		.hswiperlist li .t4{
		    font-size: 13px;
		}
		.hswiperlist li:nth-child(1) {
			top:10rem;
		}
		.hswiperlist li:nth-child(2) {
			top:13rem;
		}
		.hswiperlist li:nth-child(3) {
			top:16rem;
		}
		.hswiperlist li:nth-child(4) {
			top:19rem;
		}
		.hswiperlist li:nth-child(5) {
			top:22rem;
		}
		.hswiperlist li:nth-child(6) {
			top:25rem;
		}
		.psection1 .flex{
		   padding-top: 40px;
		}
		.psection1 .flex .video{
		    margin-top:30px;
		}
		.pritem4 .plist .tb img{
		    max-width: 100%;
		}
		.psection1 .flex .video{
		    display: block;
		    margin: 20px 0 0;
		    width: 100%;
    height:auto;
		}
		.pritem3 ul li .p2{
		    flex: 1;
		}
		.footer .tbs{
		    border-top:none ;
		    margin-top:10px ;
		}
		.pritem3 ul li{
		    display: flex;
		    justify-content: space-between;
		            flex-direction: column;
		}
		.layout{
		    background-position: center top !important;background-size: 200% auto !important;
		}
		.pritem5 .bds li .video,
		.psection1 .flex .videoswiper{
		    width: 100%;margin: 0;
    height: calc((100vw - 30px ) / 16 * 9);
		}
		.pritem5 .bds li .video{
		    margin-bottom: 20px;
		}
		.pritem5 .bds li .ts .scoll{
		    max-height: 100vw;
		}
		.psection1 .flex .text{
		    height: auto;
		}
		
		
		.vertechs .list li h3 {
    font-size: 1.1458333333333335rem;
    line-height: 1.7708333333333335rem;
    color: #fff;
    border-bottom: 1px solid #2A3251;
    padding-bottom: 1rem;
    display: -webkit-box;
   -webkit-box-orient: horizontal; /* 恢复默认的水平排列 */
-webkit-line-clamp: none; /* 取消行数限制 */
height: auto; /* 恢复默认高度 */
overflow: visible; /* 恢复默认溢出行为 */
font-weight: normal; /* 恢复默认字体粗细 */
}
		
		
		.layout{
		    overflow: hidden;
		}
		.home .uitdotl,
		.home .uitdotr{
		    max-width: 100%;
		}
		.product .hds .txt{
		    min-height: 0;
		}
		.pritem7{
		    /*padding-bottom: 30px;*/
		}
			.pritem7 .hbtns{
		    margin: 30px auto 0;
		}
		.pritem7 .btn{
		    margin: 10px auto 0;
		}
		.banner img.pc{
    display: none !important;
}
.banner img.mo{
    display: block !important;
}
.pritem3 ul li.on{
   padding: 15px;border: none;
}

.hswiperlist li .txt p{
    max-width: 100%;
}
.hswiperlist li.on .txt h4{
    display: none;
}
.webmob.ubanner h2{
    display: none;
}

.product .bds li p{
    display: none;
}
.product .bds li h5{
    border: none;
    margin-bottom: 10px;
    height: auto;
}
	.hswiperlist li:last-child .txt h4{
	    display: block !important;
	}
.news .rts .ds .txt p{
    height: 3.4em;
}

.active2 .fxbg{
	display: none;
}
.pritem5 .bds dd .lfexc{
	display: block;
}
.pritem5 .bds dd .video2,
.pritem5 .bds dd .text{
	width: 100%;padding-bottom: 0;
}
.pritem5 .bds dd .text p{
	max-height: initial;line-height: 1.7;
}
.pritem5 .bds dd .text a{
	margin: 15px 0;
}
.pritem5 .bds dd .video2{
	margin-top: 15px;
}

.hnews .tbc{
    display: none;
}
.pritem1 ul{
    display: block;padding: 0 15px;
}
.pritem1 ul li{
    padding: 15px 0 !important;width: auto !important;
}
.heinone .header{
    position: fixed !important;
}
.header .naver dd:last-child .nls .nt3{
    padding-bottom: 0;
}
.pritem7{
    margin-bottom: 30px;
}
.pritem1 ul li p::before{
    top: 0.7rem;
}
.uittit h2{
    /*margin: 0; */
}
.hsection2 .flexhd{
           align-items: flex-start;
}
.contact .fms li .t2{
    padding-top:10px ;
}
.pritem4 .plist .th{
    height: auto;
   /* padding: 5px 0; */
}
.footer .tps .lts{
    min-height: 0;
}
.footer .tps .lts p{
    position: static;
    text-align: center;
    margin: 20px 0 0;
}
.footer .tbs p{
    margin: 10px 0 10px 0;
}
.footer .tbs{
    margin: 0;
 
}



.header .naver li .nli{
    backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: none;
}
.product .wpore{
    padding: 4rem 0;margin-bottom: 0;
}
.product .wpore .wrap{
    height: auto;
}

.header .naver li .nnli{
    background: none;
            backdrop-filter: none;
        -webkit-backdrop-filter: none;
}














}






