/*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:1480px) {
	html{
		font-size: 15.8px;
	}
	
}

@media only screen and (max-width:1240px) {
	html{
		font-size: 14px;
	}
	
}
@media only screen and (max-width:1080px) {
	html{
		font-size: 12px;
	}
	
}
@media only screen and (max-width:992px) {
	h2{
		font-size: 22px !important;
	}
	h3{
		font-size: 20px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 16px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}	
	html{
		font-size: 16px;
	}
	.header .naver{
		display: none;
	}
	.header .naver ul{
		display: block;
		position: absolute;
		left: 0;right: 0;
		top: 100%;z-index: 11;
		background-color: #fff;
	}
	.header{
		height: auto;
	}
	.header .wrap{
		height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.header .naver li a{
		line-height: 50px;
		margin: 0;
		padding: 0 20px;
		font-size: 16px;
	}
	.header .naver li{
		border-bottom: 1px solid #f1f1f1;
	}
	.header .language{
		margin: 0;
	}
	.header .language::before{
		display: none;
	}
	.header .rts{
		margin-right: 40px;
	}
	.gh{
		display: block;position: absolute;
		right: 15px;top: 18px;
	}
	.header{
		background: #fff;
	}
	.hbanner{
		height: 80vw;
	}
	.hpage1{
		height: auto;
		background: none !important;
		padding: 40px 0;
	}
	.hpage1 .txt{
		max-width: 100%;
		margin-top: 0;
	}
	.hpage1 .wenz{
		width: auto;
		left: 0;
	}
	.hpage2 .tit{
		left: 15px;top: 30px;
	}
	.tit h3{
		font-size: 24px !important;
	}
	.tit h4{
		font-size: 22px !important;
	}
	.hpage2 .hd li .wrap{
		height:90vw;
	}
	.hpage2 .bd{
		position: static;
		width: auto;
		padding: 0 15px;
	}
	.hpage2 .bd ul{
		justify-content: space-between;
	}
	.hpage2 .bd li{
		display: none;
		width: 49%;
		margin-top: 10px;
		height: auto;
		padding: 15px;
	}
	.hpage2 .bd li.item{
		display: block;
		background: #f1f1f1;
	}
	.hpage2 .bd li h6{
		color: #666;
	}
	.hpage2 .bd li h4{
		color: #333;
	}
	.hpage2 .bd li p{
		color: #111;
	}
	.hpage3 ul{
		display: block;
	}
	.hpage3 li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.hpage4,
	.hpage3{
		padding: 40px 0;
	}
	.hpage4 .swiper-slide .msk{
		top: 0;
	}
	.hpage5 .wrap{
		display: block;
	}
	.hpage5 .lts{
		width: auto;
		margin-top: 40px;
	}
	.hpage5 .rts{
		width: auto;
		margin: 0;
	}
	.hpage5{
		padding-bottom: 40px;
	}
	.hpage5 .lts .bds li h3{
		font-size: 16px !important;
	}
	.hpage5 .lts .bds li h3 span{
		font-size: 16px !important;
	}
	.footer{
		padding: 20px 0;
	}
	.footer .tps{
		display: block;
	}
	.footer .nav{
		display: none;
	}
	.footer .tbs{
		display: block;
	}
	.footer .wxs{
		width: 120px;
		margin-top: 10px;
	}
	.footer .wx{
		width: auto;
		height: auto;
	}
	.footer .tfs{
		display: block;
	}
	.footer .tfs dl{
		display: none;
	}
	.copyright{
		text-align: center;font-size: 16px;
	}
	.hpage2 .bd li h6{
		font-size: 18px !important;
	}
	.banner{
		height: 30vw;
	}
	.banner img{
		height: 100%;object-fit: cover;
	}
	.product .pro1 .wrap{
		display: block;
	}
	.product .pro1 .txt{
		width: auto;
	}
	.product .pro1 .pic{
		width: auto;margin-top: 10px;
	}
	.product .pro1{
		padding: 40px 0;
	}
	.product .pro2{
		padding: 40px 0;
	}
	.product .pro2 h6 br{
		display: none;
	}
	.product .pro2 .ovs .prev, .product .pro2 .ovs .next, .product .pro4 .ovs .prev, .product .pro4 .ovs .next{
		left: 0;
	}
	.product .pro2 .ovs .next, .product .pro4 .ovs .next{
		left: auto;right: 0;
	}
	.product .pro3 .nav dd{
		width: auto;
		padding: 0 15px;
		margin-bottom: 10px;
		margin-right: 10px;
		display: inline-block;
	}
	.product .pro3 .nav dl{
		white-space: nowrap;
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.product .pro3 .ds .flax{
		display: block;
	}
	.product .pro3 .ds .pic{
		width: auto;
	}
	.product .pro3 .ds .txt{
		width: auto;margin-top: 10px;
	}
	.product .pro3 .ds{
		padding: 15px;
	}
	.product .pro3 .ds p{
		margin: 10px 0 0;
	}
	.product .pro3{
		padding: 40px 0;
	}
	.product .pro4{
		padding: 40px 0;
	}
	.product .pro4 .ovs .tbs{
		opacity: 1;background: rgba(255,255,255,.8);
		padding: 15px;display: none !important;
	}
	.product .pro4 .ovs .tps{
		height: 100%;object-fit: contain;
	}
	.product .pro5 ul li{
		width: 49%;margin: 0 0 10px 0;
	}
	.product .pro5 ul{
		justify-content: space-between;
	}
	.product .pro5{
		padding: 40px 0;
	}
	.joindel .hs dl{
		flex-wrap: wrap;
	}
	.joindel .hs dl dd{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.joindel .hs dd i{
		margin: 0 10px;
	}
	.joindel .hs{
		margin: 20px 0;
	}
	.joindel{
		padding: 30px 0 40px;
	}
	.mskjianli{
		width: auto;
		padding: 30px 15px;
		margin: 0 15px;
	}
	.mskjianli li{
		margin-bottom: 0;
	}
	.mskjianli li h3{
		font-size: 16px !important;
	}
	.mskjianli .btn{
		margin-top: 20px;
	}
	.layout.ons{
		padding-top: 60px;
	}
	.shouqd .lts{
		position: static;width: auto;padding: 40px 30px;
	}
	.shouqd .map{
		height: 100vw;position: static;
	}
	.shouqd{
		height: auto;
	}
	.yingyzx .bds{
		display: block;
	}
	.yingyzx .pic{
		width: auto;
	}
	.yingyzx .text{
		width: auto;
	}
	.yingyzx{
		padding: 40px 0;
	}
	.yingyzx .text p{
		margin: 20px 0;
	}
	.join{
		padding: 40px 0;
	}
	.join h6 br{
		display: none;
	}
	.join .fms ul{
		justify-content: space-between;
	}
	.join .fms ul li{
		width: 49%;margin: 0 0 10px 0;
	}
	.join .list li dl{
		flex-wrap: wrap;
	}
	.join .list li a{
		display: block;
	}
	.join .list li dd i{
		margin: 0 10px;
	}
	.join .list li dd{
		margin-bottom: 10px;
	}
	.pages dd a{
		line-height: 36px;padding: 0 12px;
		margin: 0 5px;
	}
	.join .list{
		margin-bottom: 20px;margin-top: 20px;
	}
	.product .pro3 .ds h4{
		display: none;
	}
	.yingyzx .pic{
		height: 100vw;padding: 7vw 0;
	}
	
}
