

/*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: #000;
    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: #000;
    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: #000;
}

.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: #000;
}



@media only screen and (max-width:1040px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	html{
		font-size: 16px;
	}
	
	.wrap{
		width: auto;padding: 0 20px;
	}
	
	.webhide{
		display: block !important;;
	}
	
	.mobile{
		display: none !important;
	}
	.hpage1 li{
		display: block;
		margin-bottom: 10px;
	}
	.hbanner .btn{
		font-size: 14px;
		width: auto;
		display: inline-block;
		line-height: 2.4;
		left: 50%;bottom: 65px;
		right: auto;
		white-space: nowrap;
		transform: translateX(-50%) skewX(-6deg);
		padding: 0 20px;
	}
	.hpage1 li .ts{
		width: auto;
		text-align: center;
	}
	.hpage1 li p{
		line-height: 1.6;
	}
	.hpage1 li h3 br{
		display: none;
	}
	.hpage1 li h3{
		font-size: 22px !important;margin-bottom: 15px;
	}
	.hpage1 li .pic{
		width: auto;
		margin-top: 20px;
	}
	.hpage2{
		min-height: 0;
		padding: 30px 0 80px;
	}
	.hpage2 .txt h5 span{
		font-size: 12px;
		line-height: 2.4;
		padding: 5px 30px;
	}
	.hpage2 .txt h3{
		font-size: 26px !important;
		padding: 0 20px;
	}
	.hpage2 .txt h5{
		margin: 15px 0;
	}
	.hpage3 h2 span{
		font-size: 22px;width: 5rem;height: 4rem;line-height: 4rem;
		top: -25px;right: -70px;
	}
	.hpage3 h2{
		font-size: 25px !important;
	}
	.hpage3 h6{
		font-size: 18px !important;
	}
	.hpage3 ul{
		margin-top: 25px;
	}
	.hpage3 ul li{
		width: 48%;
		margin: 0 0 15px;
		height: auto;
	}
	.hpage3{
		padding-top: 60px;
	}
	.hpage3 .ds{
		margin-bottom: 50px;
	}
	.hpage3 .ds:last-child{
		margin-bottom: 0;
	}
	.hpage4{
		padding-top: 80px;
	}
	.hpage3{
		padding-bottom: 0;
	}
	.hpage4 h2{
		font-size: 28px !important;
	}
	.hpage4 ul{
		margin-top: 30px;
	}
	.hpage4 .hs h3{
		width: 80px;
		line-height: 40px;
	}
	.hpage4 .hs h4{
		margin-left: 15px;font-size: 22px !important;
	}
	.hpage4 li p{
		line-height: 1.7;
	}
	.hpage4 .hs{
		margin-bottom: 15px;
	}
	.hpage4 dl{
		display: block;
		margin-top: 15px;
	}
	.hpage4 dd{
		width: auto;padding: 25px 15px;
		margin-bottom: 15px;
	}
	.hpage4 dd .icon img{
		width: 56px;
	}
	.hpage4 dd .icon span{
		font-size: 18px;
	}
	.hpage4 dd h6{
		margin-top: 15px;
		line-height: 1.6;
		font-size: 18px !important;
	}
	.hpage4 dd h6 br{
		display: none;
	}
	.hpage4 dd:nth-child(2) .icon img{
		width: 64px;
	}
	.hpage4 li{
		margin-bottom: 25px;
	}
	.hpage4 h5{
		background-size:25px auto !important;
		padding-left: 30px;margin-bottom: 10px;
		font-size: 20px !important;
	}
	.hpage4{
		padding-bottom: 120px;
	}
	.hpage5 .btns{
		font-size: 16px;
		width: auto;
		display: inline-block;
		line-height: 2.4;
		left: 50%;bottom: 30px;
		right: auto;
		white-space: nowrap;
		transform: translateX(-50%) skewX(-6deg);
		padding: 0 35px;
	}
	.hpage5{
		min-height: 0;
	}
	.hpage5 img{
		height:220px ;
	}
	.hpage6{
		padding: 40px 0;
	}
	.hpage6 h3{
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		font-size: 32px !important;
	}
	.hpage6 h3 i{
		line-height: 1.2;position: relative;top: 5px;
	}
	.hpage6 p span{
		font-size: 14px;
		line-height: 1.7;
		width: calc(100% - 15px);
	}
	.hpage6 p i{
		width: 6px;height: 6px;
		margin-top: 8px;
	}
	.hpage6 p{
		margin-bottom: 12px;
	}
	.footer .logo{
		top: 30px;height: 40px;
	}
	.footer{
		margin-top: -20px;
	}
	
	
	.mskfomrs{
		width: auto;
		padding:130px 20px 20px;
		top: auto;
		bottom: 0;    background: url(../images/qw30-1.png) no-repeat center top / 100% auto #fff;
	}
	.mskfomrs .fms{
		height: auto;
		overflow: hidden;
	}
	.mskfomrs li h4{
	    margin-bottom: 0;
	}
	.mskfomrs .fms{
	    max-height: 100vh;
	}
	.showpic{
	    width: 6rem !important;height: 4rem !important;
	}
	.mskfomrs li{
		width: 49%;margin-bottom: 5px;
		padding: 5px 10px;
	}
	.mskfomrs .btns{
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.mskfomrs .gb{
		right: 10px;top: 10px;
	}
	.mskfenx{
		width: auto;
	}
	.mskfenx .flax{
		display: block;
		text-align: center;
	}
	.mskfenx .canvasimg,
	.mskfenx .lts{
		width:65%;
		margin: 0 auto;
		text-align: left;
	}
	.mskfomrs li .t1{
	    padding-left:0 ;
	}
	.mskfenx .lts{
		width: auto;
		padding:150px 10px 10px;
		width: 65vw;margin: 0 auto;
		padding-bottom: 0;height: calc(65vw * 1.33);
	}
	.mskfenx .rts{
		width: auto;
	}
	.mskfenx .lts p{
		margin-top: 20px;
		display: inline-block;
		font-size: 12px !important;
	}
	.mskfenx .lts .ico{
		width: 40%;
	}
	.mskfenx{
	    top: 14%;
	}
	.mskfenx .rts{
		margin: 10px 15px ;padding: 15px 20px;
	}
	.mskfenx .rts dd a{
		line-height: 42px;font-size: 14px;
	}
	.mskfenx .rts dd{
		margin-bottom: 10px;
	}
	.mskfenx .rts dd img{
		width: 22px;margin-right: 3px;
	}
	.mskfenx .rts p br{
		display: none;
	}
	.mskfenx .rts p{
		padding-bottom: 15px;
	}
	.mskfenx .rts h6{
		margin-top: 15px;
	}
	.mskfenx .rts h6 span{
		font-size: 20px;
	}
	.mskfenx .uwgb{
		bottom: auto;
		top: -20px;right: 15px;
		left: auto;
	}
	.mskfenx .rts dl.webhide{
		display: flex !important;
		justify-content: space-between;
		margin: 15px 20px 0;
	}
	.mskfenx .rts dd{
		width: 100%;
	}
	.mfbtn{
	    display: block;
	    position: fixed;
	    right: 10px;bottom: 5%;
	    width: 50px;height: 50px;
	    display: flex;line-height: 1.2;
	    align-items:center;
	    justify-content: center;
	    text-align: center;
	    font-size: 14px;z-index: 19;
	    color: #fff;border-radius: 50%;
	    background: #FF4D00;
	}
	
	
}
