/*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;
}
html{
	font-size: 1vw;
}

@media only screen and (max-width:1024px) {
	.wrap{
		max-width: 100%;
		padding: 0 20px;
	}
	.aboban .bs ul{
		display: block;
	}
	.aboban .bs li{
		width: auto;
		margin-bottom: 10px;
	}
	.abobox1 .flax{
		display: block;
	}
	.abobox1 .pic{
		margin: 20px auto;
	}
	
	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;
	}
	.naver{
		position: fixed;
		left: 0;right: 0;
		top: 60px;
		display: none;
	}
	.layout .header {
	    background: #000;
	}
	.header .naver ul{
		display: block;background: #000;
	}
	.header .wrap{
		height: 60px;
	}
	.header .hbtn{
		margin-right: 170px;
	}
	.gh{
		display: block;
		position: static;
	}
	.ench{
		
	}
	.header .hbtn{
		margin-right: -100px;
	}
	.header .naver li h3 a{
		padding: 0 20px;
		line-height: 54px;
		font-size: 16px;
	}
	.header .naver li{
		margin: 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.header .naver li i{
		position: absolute;right: 0;
		top: 0;z-index: 1;width: 54px;height: 54px;
		background: url(../images/ar1.png) no-repeat center;
	}
	.header .naver li dl{
		position: static;
		transform: translateX(0);border-radius: 0;
		padding: 0;
	}
	.header .naver li dd a{
		font-size: 14px;
	}
	.aboban{
		padding: 120px 0 40px;
	}
	.aboban .bs{
		margin-top: 50px;
	}
	.abobox1{
		padding: 40px 0;
	}
	.abobox2 li{
		display: block;
	}
	.abobox2 li:nth-child(2n) .pic,
	.abobox2 .pic{
		margin: 50px auto 0;
	}
	.contact{
		padding: 150px 0 50px;
	}
	.contact .fms{
		padding: 20px;
		border-radius: 10px;
		display: block;
	}
	.pban{
		height: 400px;
	}
	.pbg{
		padding-top: 60px;
	}
	.comme1 .wrap{
		display: block;
	}
	.comme1 .pic{
		margin: 20px auto 0;
	}
	.comme2 .bds .pic{
		position: static;
	}
	.comme2 .bds li{
		position: static !important;
		width: auto !important;max-width: 100%;
		margin-bottom: 20px;
		text-align: left !important;
	}
	.comme2 .bds .pic{
		margin-top: 20px;
		max-width: 100%;
	}
	.comme3 .text .swiper-slide .pic{
		position: static;margin: 0 auto;
	}
	.comme3 .text .swiper-slide .txt{
		width: auto;
		padding: 20px;
	}
	.comme3 .flbtn{
		position: static;
		padding: 30px;
		justify-content: center;
	}
	.next,.prev{
		width: 30px !important;;height: 30px !important;
	}
	.comme3{
		padding: 40px 0;
	}
	.hcontact{
		margin-top: 40px;
	}
	.comme1 .ls{
		width: auto;
	}
	.game .flbtn .gswiperhd{
		margin: 0;padding: 0 20px;
	}
	.hbanswiper li{
		height: auto;
	}
	.product .text .swiper-slide .pic{
		position: static;
	}
	.product .flex{
		display: block;
	}
	.product .ptab{
		width: auto;
		margin-bottom: 20px;
	}
	.product .ptab li{
		line-height: 50px;
		margin-top: 10px !important;
		border-radius: 10px;
	}
	.product .text{
		width: auto;
	}
	.product .text .swiper-slide .txt{
		width: auto;
	}
	.product .text .swiper-slide .pic{
		margin: 0 auto;
	}
	.product .flbtn{
		position: static;
		padding: 20px;
		justify-content: center;
	}
	.shbanner .swiperc .spans{
		margin: 25px 0;
	}
}
@media only screen and (max-width:768px) {
	.sth li a{
		line-height: 1.2;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.learn .stit{
		margin-bottom: 30px;
	}
	.learn{
		padding-top: 40px;
	}
	.shbanner .swiperc{
		padding: 120px 0 40px;
	}
	.shbanner .swiperc .spans span{
		width: 50px;
	}
	.product .wrap{
		padding-top: 40px;
	}
	.product .text .swiper-slide .txt{
		padding: 15px;border-radius: 15px;
	}
	.nsection1 .nswiperhd li{
		font-size: 18px;
	}
	.nsection3{
		padding-top: 50px;
	}
	.nswiperlist li{
		width: 100px;height: auto;
	}
	.nsection3 .nvideo img{
		width: 50px;
	}
	.nsection3 .nvideo{
		border-width: 2px;
		border-radius: 20px;
	}
	.nsection2{
		padding-top: 50px;
	}
	.ndown a{
		width: auto;
		padding: 10px 20px;
	}
	.ndown{
		margin-top: 40px;
	}
	.nbanner .img{
		width: auto;
	}
	.nsection1 .nswiperbd{
		overflow: hidden;
	}
	.nsection1 .nswiperbd li{
		width: 100%;min-height: 0;
		padding: 20px ;border-radius: 15px;
	}
	.nsection1 .nswiperbd{
		margin-top: 30px;
	}
	.nsection1 .hd ul{
		justify-content: space-between;
	}
	.nsection1 .hd li{
		width: calc((100% - 22px)/3);
		margin: 0 10px 10px 0;
	}
	.nsection1 .hd li:nth-child(3n){
		margin-right: 0;
	}
	.nsection1 .hd li a{
		width: 100%;display: block;
		font-size: 16px;line-height: 46px;
	}
	.nsection1{
		padding-top: 50px;
	}
	.nbanner .porc{
		margin-bottom: -6rem;
	}
	.nbanner .img .pic li{
		height: auto;
	}
	.nbanner .text{
		width: auto;
	}
	.nbanner .img .pic{
		width: 260px;
	}
	.nbanner .img{
		margin: 90px auto 0;
	}
	.nbanner .wrap{
		display: block;
		height: auto;
		padding:120px 15px 40px;
	}
	.hsection2 .picsflex{
		display: block;
	}
	.hsection2 .picsflex ul{
		margin: 0 auto 20px;
	}
	.hsection2 .picsflex dl{
		width: auto;
	}
	.hsection2 .picsflex dd .ltx{
		width: auto;
	}
	.hsection3 .flex .tb .pic{
		height: auto;border-radius: 15px;
	}
	.hsection4 .item .lt li{
		font-size: 22px;
	}
	.hsection4 .item dd{
		background-size: 20px auto !important;
		padding-left: 30px;
	}
	.hsection4 .item .txt{
		padding: 0;
		border: none;
		margin-top: 0;
		padding-top: 20px;
		border-top: 1px solid rgba(255,255,255,0.1);
		margin-top: 15px;
	}
	.hsection5 ul {
		margin-top: 20px;
	}
	.hsection5 ul li{
		width: auto;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.hsection5 ul{
		display: block;
	}
	.hsection5{
		padding-top: 50px;
	}
	.hsection4 .item{
		display: block;
		padding: 15px;
	}
	.hsection4 .item .lt{
		width: auto;
		padding: 0;
	}
	.hsection4{
		padding-top: 40px;
	}
	.hsection3 .flex .tb .txt{
		height: auto;
		padding: 20px 0;border-radius: 10px;
		margin-top: 15px;
	}
	.hsection3 .flex .tb .txt h5{
		font-size: 22px !important;
	}
	.hsection3 .flex .tb .txt::before{
		display: none;
	}
	.hsection3 .flex .th{
		width: auto;margin-right: 0;
	}
	.hsection3 .flex .th li{
		width: 49%;height: 70px;
		margin: 0 0 10px 0 !important;
	}
	.hsection3 .flex .th ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.hsection3 .flex{
		display: block;
		margin-top: 30px;
	}
	.hsection3{
		padding-top: 40px;
	}
	.hsection2 .picsflex dd{
		height: auto;
		display: block;
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.hsection2 .picsflex dd .ltx{
		padding-top: 15px;
	}
	.hsection2 .picsflex dd .rtx{
		width: auto;
		border-radius: 10px;
		margin-top: 15px;
	}
	
	.hsection1 li{
		width: calc((100% - 22px)/3);
		margin: 0 10px 10px 0;
	}
	.hsection2{
		padding-top: 0;
	}
	.hsection1 p{
		margin: 20px 0;
	}
	.hsection1 li:nth-child(3n){
		margin-right: 0;
	}
	.hsection1{
		padding: 40px 0;
	}
	.hbanswiper{
		padding: 30px 0;
	}
	.hbanswiper li:nth-child(2n) {
	    top: 0;
	}
	.hbanswiper li:nth-child(3n) {
	    top: 0;
	}
	.game{
		margin-bottom: 40px;
	}
	.game .gswiperbd a .icon{
		width: 100%;height: auto;
	}
	.game .gswiperbd a{
		display: block;
		padding: 20px;border-radius: 10px;
	}
	.game .gswiperbd a .icon{
		margin: 0 auto;
	}
	.game .gswiperbd a .text{
		width: auto;margin: 20px 0 0;
	}
	.comme1{
		padding-bottom: 40px;
	}
	
	.lelist li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.comme3 .text{
		margin-top: 30px;
	}
	.comme2 .bds{
		margin-top: 30px;
	}
	.comme1 .pic{
		width: auto;padding: 20px;
	}
	.stit{
		margin-bottom: 25px;
	}
	.sth ul{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0;margin-bottom: 20px;
	}
	.sth li::before{
		display: none;
	}
	.assist .swiperbd .swiper-slide{
		display: block;
	}
	.sth ul li{
		width: 49%;flex: none;margin-bottom: 10px;
	}
	.assist .swiperbd .pic{
		width: auto;height: auto;
		padding: 25px;
	}
	.assist .swiperbd .text{
		width: auto;
	}
	.assist{
		padding: 50px 0 0;
	}
	.assist .swiperbd .text a{
		margin-top: 20px;
		line-height: 46px;
		font-size: 14px;
		width: 140px;
		padding: 0;border-radius: 10px;
	}
	.flexul ul{
		display: block;
	}
	.flexul ul li{
		width: auto;
		margin: 0 0 15px 0;
		padding: 20px;
		border-radius: 10px;
	}
	.pban{
		height: auto;
		padding: 80px 0 40px;
	}
	.contact{
		padding: 120px 0 40px;
	}
	.contact .hs p br{
		display: none;
	}
	.abobox1 .pic{
		width: auto;
	}
	.contact .fms{
		margin-top: 40px;
	}
	.contact .fms h3{
		margin-bottom: 20px;
	}
	.contact .ls{
		width: auto;
		margin: 0;
	}
	.contact li{
		width: 100%;margin-bottom: 10px;
	}
	.contact{
		padding-bottom: 0;
	}
	.contact li .t1{
		font-size: 14px;
	}
	.abobox1 li,
	.aboban .bs li{
		padding: 20px;border-radius: 10px;
	}
	.abobox1{
		padding: 0;
	}
	.abobox1 .pic{
		padding: 20px;
	}
	.abobox2 h4{
		font-size: 18px !important;
	}
	.abobox2 .pic{
		width: auto;
	}
	.abobox2 .pic:before{
		display: none;
	}
	.abobox2 li:nth-child(2n) .pic, .abobox2 .pic{
		margin-top: 20px;
	}
	.abobox2 li{
		margin-bottom: 20px;
	}
	.hcontact{
		margin-top: 50px;
	}
	.footer{
		margin-top: 50px;
	}
	.footer .wrap{
		display: block;
	}
	.footer .lt{
		display: block;
	}
	.footer .lt dl{
		width: auto;
		margin-bottom: 20px;
	}
	.footer dd .wicon .weix{
		left: 0;transform: translateX(0);
	}
	.footer dd a{
		font-size: 14px;
	}
	.footer .rt .flex .txt{
		font-size: 14px;
	}
	.footer .rt p{
		text-align: left;
	}
	.footer .copyright .wrap{
		text-align: center;
		padding:25px 15px;
	}
	.footer .copyright{
		padding-top: 25px;
	}
	.header .logo img{
		max-height: 20px;
	}
	.header .hbtn{
		display: none;
	}
	.ench dd a{
		font-size: 14px;
		line-height: 2.4;
	}
	.hbanner{
		padding-top: 0;
	}
	.flexul li h4{
		font-size: 34px !important;
	}
	.shbanner{
		padding-bottom: 20px;
	}
	.assist{
		padding-top: 30px;
	}
	.shbanner .swiperc .spans span{
		border-radius: 0;
	}
	.hcontact{
		background-attachment: inherit !important;
	}
	.aboban .bs li .ico{
		height: 30px;
	}
	.header .naver li dd a{
		opacity: 0.8;
	}
	.naver{
		height: calc(100vh - 60px);background: #000;
	}
	.hsection2 .picsflex dd .ltx .icon{
		margin: 0 auto;width: 55px;height: 50px;
	}
	.comme1{
		margin-top: 0;
	}
}