/*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:1640px) {
	.section1 .flax p{
		font-size: 16px;
	}
	.about .hd li a{
		font-size: 16px;
		line-height: 2.6;
	}
	.detail .text{
		font-size: 16px;
	}
	.header .naver li h3 a{
		font-size: 18px;
	}
	.slist li p{
		font-size: 16px;
	}
	.slist li .text h4{
		font-size: 18px;
	}
}
@media only screen and (max-width:1240px) {
	.home .hd p{
		font-size: 14px;
	}
	.htab ul li{
		margin: 0 7px;
	}
	.home .hd .lt h6{
		font-size: 18px;
	}
	.hmore{
		width: 140px;
		line-height: 38px;
	}
	.jiejuelist .wrap{
	    margin: 0 2.5rem !important;
	}
}
@media only screen and (max-width:1040px) {
	.detail .text{
		font-size: 14px;
	}
	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 !important;
		margin: 0 !important;
	}
	.header .naver .ph{
		display: none;
	}
	.header .rts .shop{
		margin-right: 50px;
	}
	.header{
		position: fixed;top: 0;left: 0;right: 0;
		padding: 0;
	}
	.gh{
		display: block;
		right: 20px;top: 20px;
	}
	.header .wrap{
		height: 60px;
	}
	html{
		font-size: 16px;
	}
	.header .naver ul{
		position: absolute;
		left: 0;right: 0;
		top:100%;z-index: 11;
		height: calc(100vh - 60px);
		background: #fff;display: none;
	}
	.header .naver .rts{
		margin-right: 50px;
	}
	.header .naver li a{
		display: block;
		line-height: 42px;
	}
	.header .naver li{
		border-bottom: 1px solid #f1f1f1;
		margin-right: 0;
	}
	.header .logo a img{
		height: 50px;
	}
	.banner .prev, .banner .next{
		background-size: 50% auto !important;
	}
	.header:before{
		transform: translateY(0%) !important;
	}
	.header .logo a{
		font-size: 14px;
	}
	.layout{
		padding-top: 60px;
	}
	.header .naver ul li a{
		font-size: 16px;
		display: block;
		line-height: 50px;
	}
	.header .naver ul li{
		margin: 0;
		padding: 0 20px;
		border-bottom: 1px solid #f1f1f1;
	}
	.layout{
		overflow: hidden;
	}
	.solution{
		padding: 30px 0;
	}
	.solution .hd ul{
		display: block;
	}
	.solution .hd ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.solution .tixi{
		padding: 30px 0;
	}
	.solution .tixi ul{
		flex-wrap: wrap;
	}
	.solution .tixi ul li{
		margin-bottom: 20px;
	}
	.solution .tixi ul:before{
		display: none;
	}
	.slist li{
		padding: 25px 0;
	}
	.slist li .wrap{
		display: block;
	}
	.slist li .text,
	.slist li .pic{
		width: auto;
	}
	.slist li .text{
		margin-top: 15px;
	}
	.footer{
		padding: 30px 0 15px;
	}
	.footer .wrap{
		display: block;
	}
	.footer .txt ul li a{
		font-size: 16px;
	}
	.footer .txt ul li i{
		height: 16px;
	}
	.footer .txt h5{
		margin: 8px 0;font-size: 18px !important;
	}
	.footer .rt{
		justify-content: space-between;
		margin-top: 20px;
	}
	.footer .rt .weix{
		width: auto;
	}
	.footer .txt h6 a{
		font-size: 18px;
		margin-top: 15px;
	}
	.about .hd li{
		margin: 0 10px;
	}
	.about .hd li a{
		font-size: 16px;
		line-height: 40px;
	}
	.section1 .flax{
		display: block;
		padding: 30px 0;
	}
	.section1 .flax h2{
		width: auto;
		padding: 0;
		margin-bottom: 10px;
	}
	.section1 ul{
		margin-top: 15px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.section1 ul li{
		width: 44vw;height: 44vw;
		margin-bottom: 20px;
	}
	.section1 ul li .txt{
		padding: 9vw 1vw 0;
	}
	.section2 .wrap{
		display: block;
	}
	.section2 .pic img{
		width: auto;
		margin: 0;
	}
	.section2 .text{
		width: auto;
		padding: 20px 0 0;
	}
	.section3{
		padding: 30px 0;
	}
	.section4 .li{
		padding: 30px 0;
	}
	.section4 .li .wrap{
		display: block;
	}
	.section4 .li .txt{
		width: auto !important;
		margin: 15px 0 0;
	}
	.section4 .li:nth-child(4){
		height: auto;
	}
	.section5{
		padding: 20px 50px;
	}
	.join{
		padding: 30px 0 50px;
	}
	.join .wrap{
		display: block;
	}
	.ltab{
		width: auto;
		text-align: left;
		margin-bottom: 15px;
	}
	.ltab li a{
		font-size: 34px;
	}
	.ltab li{
		margin-bottom: 0;
	}
	.join .text .falx{
		width: auto;margin-top: 15px;
	}
	.join .text{
		width: auto;
	}
	.join .text .falx .txt{
		font-size: 14px;
	}
	.detail{
		padding: 30px 0;
	}
	.detail .wrap h1{
		float: none;
		width: auto;
		position: static;
		font-size: 28px;
	}
	.detail .text{
		width: auto;
		margin-top: 15px;
		float: none;
	}
	.banner{
		height: 43vw;
	}
	.banner .prev, .banner .next{
		left: 10px;background-size: 30% auto !important;
	}
	.banner .next{
		left: auto;
		right: 10px;
	}
	.home .hd .wrap{
		display: block;
	}
	.home .hd {
		padding: 30px 0;
	}
	.home .hd .lt{
		width: auto;padding: 0;
	}
	.home .hd .lt h6{
		margin-top: 20px;
	}
	.home .hd p{
		width: auto;padding: 0;
	}
	.htab ul{
		justify-content: space-between;
	}
	.htab ul li{
		display: inline-block;
		margin: 0 15px 10px 0;
	}
	.htab ul li a{
		font-size: 16px;
	}
	.hprodudtlist ul li{
		width: 100%;margin-bottom: 10px;
	}
	.hprodudtlist ul{
		margin-top: 20px !important;
	}
	.hmore{
		margin: 20px auto 0;
	}
	.hprodudtlist{
		padding-bottom: 30px;
	}
	.join .text li{
		font-size: 14px;
		width: 49% !important;
		margin: 0 0 15px 0;
		line-height: 1.6;
		padding: 8px 0;
	}
	.join .text ul{
		justify-content: space-between;
	}
	.join .text h3{
		margin-top: 30px;
	}
	
	
	.pc-only{
		display: none !important;
	}
	.hidden-mobile{
		display: block !important;
	}
	.section2 .pic{
		margin: -16px -16px 0;
	}
	.section2{
		background: #fff !important;
	}
	.section4 .li:nth-child(4){
		background: none !important;
	}
	.section4 .li:nth-child(4) h5{
		display: none;
	}
	
	.jiejuelist .wrap{
	   margin: 0 !important;
	}
	.jiejuelist .bd{
	    display: block;margin:  0 0;
	}
	.jiejuelist .rt,
	.jiejuelist .lts{
		padding: 15px;margin: 0;
	}
	.jiejuelist .rt{
	    width: auto;
	    margin: 20px 0 0;
	}
	.flexbtn a{
		font-size: 16px;
	}
	.jiejuelist .rt h3,
	.jiejuelist .lts .th h1{
		font-size: 20px;
	}
	.jiejuelist{
		padding: 30px 0;
	}
	.jiejuelist .hd li a{
		padding: 0 10px;
		font-size: 16px;
		line-height: 40px;
	}
}
