

/*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: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 15px;
	}
	.header{
		height: 60px;
		background:rgba(0,0,0,0.9);
	}
	.naver{
		position: absolute;
		left: 0;right: 0;
		top: 100%;
		background:rgba(0,0,0,0.9);
		border: none;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);
		display: none;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li{
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.header .naver li a,
	.header .naver li h3 a{
		line-height: 66px;
		padding: 0 20px;
	}
	.header .naver li h3{
		position: relative;
	}
	.header .naver li h3 i{
		position: absolute;right: 0;top: 0;
		width: 40px;height: 46px;
		background: url(../images/qw11.jpg) no-repeat center;
		transform: rotate(180deg);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 h3 i.on{
		transform: rotate(270deg);
	}
	.layout{
		padding-top: 60px;
	}
	.header .wrap{
		height: 100%;
	}
	.header .naver li .nli{
		position: static;
	}
	.header .naver li dd a{
		text-align: left;
		padding: 0 40px;
		font-size: 14px;
		line-height: 40px;
		margin: 0;
	}
	.header .naver li dl{
		padding: 0;
	}
	.gh{
		display: block;position: static;
	}
	.header{
	    background: #111417;
	    border-color: #111417;
	}
	.hbanner{
		height: 110vw;
	}
	.wubtn{
		line-height:46px;
	}
	.hbanner .wubtn{
		margin-top: 25px;
	}
	.hsection{
		padding: 40px 0;
	}
	.hsection .thflex{
		display: block;
	}
	.wutit p{
		margin-bottom: 15px;
	}
	.hsection .thflex .prnebtn{
		position: absolute;
		left: 0;right: 0;
		bottom:200px;z-index: 11;
		justify-content: space-between;
	}
	.hsection{
		position: relative;
	}
	.hsection .thflex .prev, .hsection .thflex .next{
		margin: 0 15px;
	}
	.hsection2 .hswiperpic .swiper-slide{
		width: 260px;
	}
	.hsection2 .hswiperpic a{
		height: 100%;
	}
	.hsection2 .hswiperpic{
		margin-top: 20px;
	}
	.hsection3{
		padding-top: 60px;
	}
	.home{
		padding-bottom: 50vw;background-position: center bottom;
	}
	.footer .tps{
		display: block;
	}
	.footer .nav{
		display: none;
	}
	.footer .logo img{
		height: 30px;
	}
	.footer .tbs{
		padding: 30px 0;display: block;
	}
	.footer .lts{
		width: auto;
	}
	.footer .rts{
		margin: 15px 0 0;
	}
	.footer .tfs{
		display: block;
	}
	.footer .tfs dl{
		margin-bottom: 15px;
	}
	.copyright{
		font-size: 14px;
	}
	.footer .fms li .t1{
		font-size: 14px;
	}
	.header .naver li{
		margin: 0;
	}
	.banner{
		min-height: 50vw;height: auto;
	}
	.banner .wrap{
		min-height:50vw;
		height: auto;
		padding: 40px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.uwlist ul{
		display: block;
		padding: 40px 0;
		margin: 0;
	}
	.uwlist li{
		width: auto;
		margin: 0 0 10px;
	}
	.uwlist li .pic{
		height: auto;
	}
	.uwlearn{
		padding: 40px 0;
	}
	.uwlearn .box{
		background: none;
		padding: 0;
	}
	.uwlearn ul{
		display: block;
	}
	.footer .rts h3, .footer .lts dt{
		font-size: 16px !important;
	}
	.footer .lts dd, .footer .lts dd a{
		font-size: 14px;
	}
	.uwlearn ul li{
		width: auto;margin-bottom: 5px;
	}
	.uwlearn ul .t1{
		height: 50px;
	}
	.wcontact{
		padding: 40px 0 0;
	}
	.wcontact .wrap{
		display: block;
	}
	.wcontact .wrap .text{
		width: auto;
	}
	.wcontact .rform{
		width: auto;
		margin: 20px 0 0;
		padding: 15px;
	}
	.wcontact .rform li{
		width: 100%;
		margin: 0 0 10px;
	}
	.wcontact .rform .txt{
		height: 50px;border-radius: 10px;
	}
	.wcontact .rform .che br{
		display: none;
	}
	.uwyingy{
		padding: 40px 0;
	}
	.uwyingy .wrap{
		display: block;
	}
	.uwlts{
		width: auto;
	}
	.uwrts{
		width: auto;
	}
	.news li a{
		padding: 10px;
	}
	.news li .pic{
		width: 100px;
		height: 80px;
		margin-right: 10px;
	}
	.news li .txt h3{
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
	.news li .txt h6{
		display: none;
	}
	.pages dd a{
		font-size: 16px;
		margin: 0 7px;
	}
	.news{
		margin-bottom: 40px;
	}
	.uwrts{
		margin-top: 30px;
		padding: 15px;
	}
	.uwrts h2{
		font-size: 18px !important;
	}
	.newsdel{
		padding: 0 15px 20px;
	}
	.newsdel .hds{
		padding: 10px 0;
	}
	.newsdel .hds h1{
		font-size: 18px;
	}
	.product .hd .wrap{
		display: block;
	}
	.product .hd .pic{
		width: auto;
	}
	.product .hd .text{
		width: auto;margin-top: 15px;
	}
	.product .hd{
		padding: 40px 0;
	}
	.product .bd{
		padding: 40px 0 150px;
		height: auto;
	}
	.productlist ul li{
		width: 32%;margin: 0 2% 10px 0;
		height: auto;
	}
	.productlist ul li:nth-child(3n){
		margin-right: 0;
	}
	.productdel .hd ul{
		display: block;
	}
	.productdel .hd ul li{
		width: auto;margin: 0 0 10px;height: auto;
	}
	.productdel .hd ul li h4{
		left: 10px;right: 10px;
	}
	.productdel .hd ul li h4 img{
		width: 25px;
	}
	.productdel .hd{
		padding: 40px 0 0;
	}
	.productdel .bd{
		padding: 40px 0;
	}
	.productdel .bd .swiperhd{
		padding: 0;
	}
	.productdel .bd .swiperhd::before, .productdel .bd .swiperhd::after{
		display: none;
	}
	.productdel .swipertd{
		height: 60vw;margin-top: 20px;
	}
	.productdel .picbg{
		padding: 60px 0;
	}
	.productdel .swiperlist{
		padding: 40px 0;
	}
	.productdel .swiperlist .flexpica{
		justify-content: space-between;
	}
	.productdel .swiperlist .swiperovs{
		width: 90%;
		margin: 0 auto;
	}
	.productdel .swiperlist .prev, .productdel .swiperlist .next{
		position: absolute;z-index: 2;left: 0;
		margin: 0 10px;
	}
	.productdel .swiperlist .next{
		left: auto;right: 0;
	}
	.wendang{
		padding: 15px;
	}
	.wendang li a{
		display: block;
		overflow: hidden;
	}
	.wendang li .ts{
		width: auto;
	}
	.wendang li h5{
		margin: 10px 0 0;
		float: right;
	}
	
	.header .naver li h3 i{
		display: block;height: 66px;
		background: url(../images/prev3-1.png) no-repeat center/20% auto;
		transform: rotate(0);
	}
	.header .naver li h3 i.on{
		transform: rotate(90deg);
	}
	.header .naver li dl{
	    position: static;transform:translateX(0%);border-radius: 0;
	}
	.header .naver li dl{
	    background: none;
	}
	.header .naver li dl dd a{
	    color: #fff;border-color: rgba(255,255,255,0.2);
	}
	.header .naver li dl dd a{
	    line-height: 50px;
	}
}
