/*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:2000px) {
html{
	font-size: 19.2px;
}
}

@media only screen and (max-width:1480px) {
html{
	font-size: 18px;
}
.qmheader .wrap::before{
	left: -1100px;
}
.qmheader .rts .navs li h3 a{
	font-size: 16px;
}
.wrap{
    width: 1200px !important;
}

}

@media only screen and (max-width:1280px) {
	html{
		font-size: 16px;
	}
	.mkvideo{
			max-width: 1000px;
		}
	.qmheader .rts{
		width: calc(100% - 220px);
	}
	.qmheader .rts .navs li{
		margin: 0 10px;
	}
	.qmheader .rts .form{
		width: auto;
	}
	.mkvideo{
			max-width: 1000px;
		}
}
@media only screen and (max-width:1180px) {
	h2{
		font-size: 22px !important;
	}
	h3{
		font-size: 20px !important;
	}
	h4{
		font-size: 18px !important;
	}
	p,
	h5,
	h6{
		font-size: 15px !important;
	}
	.mkvideo{
			width: 95%;
		}
		.mkvideo .icos{
			right: 0;transform:scale(0.8);
			-ms-transform:scale(0.8);  /* IE 9 */
			-moz-transform:scale(0.8);     /* Firefox */
			-webkit-transform:scale(0.8); /* Safari 鍜� Chrome */
			-o-transform:scale(0.8); 
		}
		
	.wrap {
		width: auto !important;
		padding: 0 15px !important;
	}
	.qmheader{
		transform: translateY(0%);
	}
	.qmheader .wrap::before{
		display: none;
	}
	.qmheader .rts .navs li{
		display: block;
	}
	.qmheader .rts .form{
		display: none;
	}
	.qmheader .rts{
		width: auto;
		display: block;
		position: fixed;
		right: 0;z-index: 999;
		top: 0;bottom: 0;
		width: 85%;height: calc(100vh - 50px);
		background: #000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px 30px;
		transform:translateX(100%);
		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;
	}
	.qmheader .rts .navs li h3 a{
		display: block;line-height: 50px;
		font-weight: bold;
	}
	.qmheader .rts .navs li h3 i{
		position: absolute;right: 0;top: 0;width: 40px;height: 50px;
			background: url(../images/icons.png) no-repeat  center /70% ;
			display: block;z-index: 1;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;
	}
	.qmheader .navs li .nli{
		position: static;
		width: auto;
		background: none;
		padding: 0;
	}
	.qmheader .nli dd h4 a{
		font-size: 16px;
		line-height: 42px;
		color: #fff;opacity: 0.8;
	}
	.qmheader li i.on{
		transform:rotate(180deg);
		-ms-transform:rotate(180deg);  /* IE 9 */
		-moz-transform:rotate(180deg);     /* Firefox */
		-webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(180deg);
	}
	.qmheader li .nli{
		padding: 0 15px;
	}
	.qmheader .wrap{
		height: 52px;
	}
	.qmheader .logo a img{
		height: 36px;
	}
	.qmheader{
		    background: #e4040b;
			top: 50px;
	}
	.gh{
		display: block;
		position: absolute;
		right: 15px;top: 15px;
	}
	.header{
		position: fixed;
		top: 0;
		height: 50px;
	}
	.header .htp{
		 background: #333;
	}
	.header .htp .rt,
	.header .htp .wrap{
		height: 50px;
		display: block;
	}
	.header .htp .lt{
		display: none;
	}
	.header .htp .rt li{
		margin-right: 10px;
	}
	.header .htp .rt ul{
		height: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.header .htp .rt ul li{
		display: none !important;
	}
	.header .htp .rt ul li.webshow{
		display: flex !important;
	}
	.hse{
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: 1px solid #fff;
		height: 50px;
		margin-bottom: 20px;
	}
	.hse .hx{
		width: calc(100% - 60px);
		border: none;
		font-size: 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		color: #fff;
		background: none;
		border: none;
	}
	.hse .sbtn{
		width: 50px;
		height: 50px;
		background: url(../images/icon8.png) no-repeat center/50% auto;
		border: none;
	}
	
	.layout.selected .qmheader .rts{
		transform:translateX(0%);
	}
	
	.mask1{
	    position: absolute;width: 100%;
		height: 100vh;
	    left: 0;right: 0;top: 0;
	    bottom: 0;z-index: 99;
	    background: rgba(0,0,0,0.7);
		display: none;
	}
	.header .hflax{
		display: none;
	}
	.videpos{
		height: 100vw;
	}
	.banner{
		height: 100%;
	}
	.layout{
		padding-top: 100px;
	}
	.banner .text{
		width: auto;
		margin-bottom: 80px;
	}
	.banner .icon{
		position: absolute;
		right: 20px;top: 60px;
		transform: scale(0.7);
		margin: 0;
	}
	.banner .swiper-slide{
		position: relative;
	}
	.section1{
		margin: 30px 0;
		background-size: 60% auto !important;
		background-position: left top !important;
	}
	.section1 .wrap{
		padding: 80px 0;
		display: block;
	}
	.section1 .pic{
		width: auto;margin-top: 0;
	}
	.section1 .pic .img{
		width: 60%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.section1 .text{
		width: auto;
		margin: 20px 0;
	}
	.section1 .text h5{
		margin-top: 30px;
	}
	.section1 .text h6 i{
		font-size: 40px;
	}
	.layout{
		overflow: hidden;
	}
	.section1{
		padding-bottom: 40px;
	}
	.section2{
		padding: 40px 0;
	}
	.section2 .text{
		width: auto;
		margin-top: 0;
	}
	.section2 .wrap{
		display: block;
	}
	.section2 .rlist{
		width: auto;
	}
	.section2 .rlist .rmore a{
		font-size: 14px;
	}
		.section2 .rlist li{
		width: 49.5%;
		margin-bottom: 5px;
		padding: 15px;
	}
	.section2 .rlist li{
		height: 14rem;
	}
	.section2 .rlist li img{
	    width: 50%;
	}
	.section3{
		padding: 40px 0;
	}
	.section3 .hd h6{
		margin-bottom: 0;
	}
	.section3 .nswiper .text{
		padding: 20px;
	}
	.section3 .nswiper{
		
	}
	.section3 .nswiper img{
		height: 50vw;
	}
	.section3 .spans{
		left: auto;right: 10px;
		bottom: 20px;
	}
	.section3 .spans li{
		margin-right: 5px !important;
		width: 16px;line-height: 16px;height: 16px;
		border: 1px solid rgba(255,255,255,0.1);font-size: 10px;
	}
	.section3 .spans li svg{
		margin: -2px;
	}
	.section3 .nswiper .text h3{
		font-size: 16px !important;
	}
	.newslist{
		margin-top: 30px;
	}
	.newslist ul{
		display: block;
	}
	.newslist li{
		width: auto;
	}
	.newslist li a{
		padding: 15px 0 15px 10px;
	}
	.section4{
		padding: 0;
	}
	.section4 .hd{
		display: block;
	}
	.section4 .hd p{
		width: auto;
		margin-top: 20px;
	}
	.section4 .hd .ti h4{
		font-size: 20px !important;
	}
	.section4 .hd .ti h5{
		font-size: 18px !important;
	}
	.appswiper{
		margin-top: 20px;
	}
	.section5{
		padding: 40px 0;
		margin-top: 0;
	}
	.section5 .hd{
		display: block;
	}
	.section5 .hd .ti img{
		margin-left: 0px;
	}
	.section5 .hd .rt h4{
		font-size: 30px !important;
	}
	.section5 .picov{
		margin: 20px 0 0;
	}
	.section6{
		padding: 40px 0;
		margin-bottom: 0;
	}
	.section6 h2 i{
		font-size: 26px;
	}
	.section6 h2 i:before{
		bottom: 14px;
		height: 4px;
	}
	.section6 .flax{
		margin-top: 20px;
		padding: 0;
		display: block;
	}
	.section6 .flax .text{
		width: auto;
	}
	.section7{
		padding: 40px 0;
	}
	.section7 .wrap{
		display: block;
	}
	.section7 .pic{
		width: auto;
		height: auto;
		margin: 0;
	}
	.section7 .text{
		width: auto;
		margin-top: 15px;
	}
	.section7 .text li h4{
		font-size: 34px  !important;
	}
	.section7 .text li:nth-child(n+2){
		margin-left: 0;
	}
	.section7 .text li{
		width: 50%;
	}
	.section8{
		padding: 0;
	}
	.section8 .swiperlogo li{
		height: 60px;width: 60px;
	}
	.footer .hd{
		display: block;
	}
	.footer .hd .flogo img{
		width: 80px;
	}
	.footer .hd .flogo{
		width: auto;
	}
	.footer .hd .borx .txt{
		font-size: 15px;
	}
	.footer .hd .rt{
		display: block;
		margin-top: 20px;
	}
	.footer .hd .rt dl{
		margin: 0 0 20px;
	}
	.footer .hd .rt dd{
		margin-top: 6px;
	}
	.footer .hd .rt dd a{
		font-size: 15px;
	}
	.section2 .text p br{
		display: none;
	}
	.footer .hd .rt dt{
		font-size: 18px;
	}
	.footer .hd{
		padding-bottom: 20px;
	}
	.footer .bd{
		padding: 20px 0;
		display: block;
	}
	.footer .bd dt{
		font-size: 16px;
	}
	.footer .bd dd{
		font-size: 15px;
	}
	.footer .bd dl{
		margin-bottom: 15px;
	}
	.copyright a{
		font-size: 14px;
	}
	.copyright{
		position: static;
	}
	.footer{
		position: relative;
	}
	.copyright .rtc{
		position: absolute;
		right: 10px;z-index: 11;
		bottom:100px;top: auto;
	}
	.copyright .rtc ul li{
		display: none;
	}
	.copyright .rtc ul li.mtop{
		display: block;
	}
	.copyright .rtc ul li.mtop a{
		width: 40px;
		height: 40px;
	}
	.section1 .text h6 .on{
		top: 20px;
	}
	.mhban .btext{
		padding: 25px;
	}
	.mhban{
		height: auto;
		padding: 40px 0;
		margin-bottom: 0;
	}
	.mhban .wrap{
		position: static;
	}
	.mhban .btext{
		border-bottom: none;
	}
	.lchd ul li a{
		font-size: 18px;
		line-height: 50px;
		padding: 0 10px;
	}
	.lchd ul{
		display: block;white-space: nowrap;
		overflow-x: scroll;overflow-y: hidden;
	}
	.lchd ul li{
		display: inline-block;
	}
	.habout{
		margin-top: 20px;
	}
	.habout .abhd{
		padding: 30px 0 0;
	}
	.habout .abhd .falx{
		display: block;
	}
	.habout .abhd .pic{
		width: auto;
	}
	.habout .abhd .pic h5{
		line-height: 50px;
		width: 160px;
		bottom: -20px;font-size: 16px;
	}
	.habout .abhd .text{
		width: auto;
		margin: 30px 0 0;
	}
	.habout .abbd{
		padding: 40px 0;
	}
	.habout .abbd ul{
		flex-wrap: wrap;
	}
	.habout .abbd ul li{
		width: auto;
		margin: 0 0 15px 0;
		padding: 20px;
	}
	.habout .abbd ul li .icon{
		height: 50px;
	}
	.habout .abbd ul li h4{
		margin-top: 15px;
	}
	.habout .abpic{
		padding: 40px 0;
	}
	.habout .abpic .btn{
		line-height: 50px;
		width: 160px;
		font-size: 16px;
	}
	.usbtn13 i{
		font-size: 14px !important;
	}
	.habout .ablc{
		padding: 40px 0;
	}
	.habout .ablc .wrap{
		display: block;
	}
	.habout .ablc .text{
		width: auto;
	}
	.habout .ablc ul{
		width: auto;
		display: block;
		margin-top: 20px;
	}
	.habout .ablc li{
		width: auto;
	}
	.habout .ablc li .picov{
		height: 50vw;
	}
	.habout .ablc li .txt h4{
		font-size: 32px !important;
	}
	.habout .abicon{
		padding: 40px 0;
	}
	.habout .abicon ul{
		display: block;
		margin: 20px 0 0;
	}
	.habout .abicon ul li{
		margin: 0 0 15px;height: auto;
		width: auto;border-radius: 15px;
		padding: 20px;
	}
	.hcontact .hd{
		margin: 0;
		padding: 40px 0;
	}
	.hcontact .hd ul{
		margin-top: 30px;
		display: block;
	}
	.hcontact .hd ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.hcontact .bd{
		padding: 40px 0;
	}
	.hcontact .bd .wrap{
		display: block;
	}
	.hcontact .bd .text{
		width: auto;
	}
	.hcontact .bd .pic{
		width: auto;
		margin-top: 20px;
	}
	.hcontact .bd .text ul .bor{
		width: 100%;margin-bottom: 10px;
	}
	.hcontact .bd .text .txt1,
	.hcontact .bd .text ul .txt,
	.hcontact .bd .text ul label{
		font-size: 16px;
	}
	.hcontact .bd .text .txt1{
		height: 150px;
	}
	.hcontact .conlist .swiperpor .swiperov{
		height: auto;
	}
	.hcontact .conlist .swiperpor{
		margin: 20px 0 0;
	}
	.hcontact .conlist .swiperpor .prev, .hcontact .conlist .swiperpor .next{
		display: none;
	}
	.hcontact .conlist .spans{
		margin-top: 0;
	}
	.guojrz .ghd{
		padding: 40px 0;
	}
	.guojrz .ghd .wrap{
		display: block;
	}
	.guojrz .ghd .pic{
		width: auto;
		height: 70vw;
	}
	.guojrz .ghd .text{
		width: auto;margin-top: 15px;
		padding: 10px 0;
	}
	.guojrz .ghd .text h1{
		font-size: 24px;
	}
	.guojrz .ghd .text .time{
		position: static;
		margin-top: 15px;
	}
	.gtab dl{
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.gtab dt,
	.gtab dd{
		display: inline-block;
	}
	.gtab dd a,
	.gtab dt{
		width: auto;
		line-height: 50px;
		font-size: 16px;
		padding: 0 15px;
	}
	.glist{
		margin-top: 30px 0 0;
	}
	.glist ul{
		display: block;
	}
	.glist ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.glist ul li h4 a{
		font-size: 16px;
	}
	.glist ul li .icon{
		width: 15px;
		height: 15px;
	}
	.pages ul li a{
		font-size: 14px;
	}
	.haibao .hhd{
		padding: 40px 0;
	}
	.haibao .hhd .item{
		padding: 0;
		margin-top: 30px;
		background: none;
	}
	.haibao .hhd .item p{
		padding: 0;
	}
	.haibao .hhd .item p br{
		display: none;
	}
	.haibao .hbd li{
		display: block;
		margin-bottom: 30px;
	}
	.haibao .hbd li .pic{
		width: 20rem !important;height: 20rem !important;
	}
	.haibao .hbd li .text{
		width: auto !important;margin: 10px 0 0 !important;
		margin-top: 10px;
	}
	.haibao .hbd li .text h3{
		margin: 10px 0;
	}
	.mlichen{
		margin: 10px 0;
	}
	.mlichen .bd{
		margin-top: 30px;
	}
	.mlichen .bd .lth ul{
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.mlichen .bd .lth ul li{
		display: inline-block;
		margin-right: 20px;
	}
	.mlichen .bd .lth ul li i{
		display: none;
	}
	.mlichen .bd .lth{
		margin-top: 20px;
	}
	.mlichen .lclist{
		padding: 0;
	}
	.mlichen .lclist ul:before{
		display: none;
	}
	.mlichen .lclist li{
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.mlichen .lclist li h3{
		text-align: left;
		width: auto;
		font-size: 24px !important;
	}
	.mlichen .lclist li:before{
		display: none;
	}
	.mlichen .lclist li .text{
		width: auto;
	}
	.mlichen .lclist li .text dd{
		width: auto;
		font-size: 14px;
	}
	.mlichen .lclist li .text dl{
		display: block;
	}
	.mlichen .lclist li h3 i{
		display: none;
	}
	.mnews{
		margin-top: 30px;
	}
	.mnews .ntab ul{
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0;
	}
	.mnews .ntab ul li{
		width: 49%;
		margin: 0 0 10px 0
	}
	.mcase .hd li h5,
	.mnews .ntab ul li h4{
		font-size: 13px !important;
		width: calc(100% - 2.5rem);
	}
	.phcth{
		height: auto;
		display: block;
	}
	.phcth .clear{
		margin: 15px 0 ;
	}
	.mnews .nelist{
		padding: 20px;
	}
	.nelist li a{
		display: block;
		height: auto;
	}
	.nelist li .ltc{
		width: auto;
	}
	.nelist li .ltc .picov{
		height: auto;
	}
	.nelist li .txt{
		width: auto;padding: 10px;
		margin: 0;
	}
	.nelist li .txt:before{
		display: none;
	}
	.nelist li a:hover .ltc{
		width: auto;
	}
	.nelist li a:hover .picov{
		height: auto;
	}
	.nelist li{
		padding: 15px 0;
		border-bottom: 1px solid #f1f1f1;
	}
	.mnews{
		padding-bottom: 20px;
	}
	.newsdel .box{
		padding: 20px 15px;
	}
	.newsdel .hd h1{
		font-size: 20px;
	}
	.newsdel .hd .flax{
		margin-top: 20px;
	}
	.newsdel .hd .flax h6 i{
		font-size: 14px;
	}
	.newsdel .siperdel{
		height: auto;
	}
	.newsdel .flart .spans{
		font-size: 14px;
	}
	.newsdel .flart{
		padding: 20px 10px;
	}
	.newsdel .textc{
		font-size: 16px;line-height: 1.6;
	}
	.rebtn a{
		width: 160px;
		line-height: 40px;
	}
	.nuls ul{
		display: block;
		margin-top: 20px;
	}
	.nuls ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.newsdel{
		padding-bottom: 0;
	}
	.mproduct .hd .flax{
		width: auto;margin-bottom: 20px;
	}
	.mproduct .hd .lis{
		display: block;
	}
	.mproduct .hd .lis h5{
		width: auto;
		font-size: 18px !important;
		text-align: left;
		margin-bottom: 10px;
	}
	.mproduct .hd .lis dl{
		width: auto;
	}
	.mproduct .hd .lis dd{
		margin: 0 10px 10px 0;
	}
	.mproduct .hd .lis dd a{
		font-size: 14px;
	}
	.phcth .rc h6 a{
		margin-right: 20px;
	}
	.mplist{
		margin-top: 30px;
	}
	.mplist ul{
		display: block;
	}
	.mplist ul li{
		width: auto;margin: 0 0 10px 0;
	}
	.mplist ul li .picov{
		height: 70vw;
	}
	.mplist ul li .txt h3{
		height: auto;
	}
	.mplist ul li .txt{
		padding-bottom: 0;
	}
	.mproduct{
		padding: 40px 0;
	}
	.mproduct2{
		margin-top: 30px;
		padding-bottom: 40px;
	}
	.mproduct2 .hd{
		margin: 0;
	}
	.mproduct2 .hd ul{
		margin-top: 20px;
		display: block;
	}
	.mproduct2 .hd li{
		width: auto !important;margin: 0 0 10px 0 !important;
	}
	.mproduct2 .hd li img{
		max-height: 80%;
	}
	.mproduct2 .hd li a{
		height: 160px;
	}
	.mproduct2 .bd{
		margin-top: 30px;
		padding-bottom: 30px;
		display: block;
	}
	.mproduct2 .bd .txt{
		width: auto;
	}
	.mproduct2 .bd .txt h4{
		font-size: 20px !important;
	}
	.mproduct2 .bd ul{
		width: auto;
		margin-top: 20px;
		padding-top: 30px;
		display: block;
		display: none;
	}
	.mproduct2 .bd ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.mproduct2 .bd ul li a h3{
		font-size: 8.1rem !important;
	}
	.mproduct2 .pitem dl{
		display: block;
	}
	.mproduct2 .pitem dt{
		width: auto;margin: 0 0 10px 0;
		overflow: hidden;
		padding: 25px 15px;
	}
	.mproduct2 .pitem dd{
		width: auto;
		margin: 0 0 10px 0;
	}
	.mproduct2 .pitem dd .pic{
		margin: 0;height: 150px;
	}
	.mproduct2 .pitem dd .txt{
		height: auto;
		padding-top: 0;
	}
	.uhban .flax{
		margin-top: 30px;
		display: block;
		padding: 0;
	}
	.uhban .flax .rc{
		margin-top: 20px;
		width: auto;
	}
	.uhban{
		height: auto;
		padding: 40px 0;
	}
	.mproductdel{
		margin: 0;
	}
	.mproductdel .hd{
		display: block;
		margin: 0 -15px;
	}
	.mproductdel .hd .ptab{
		width: auto;height: 50px;
	}
	.mproductdel .hd .ptab ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mproductdel .hd .ptab ul li{
		width: 50%;height: 100%
	}
	.mproductdel .wrap{
		width: auto;
	}
	.mproductdel .hd .box .item{
		display: none;
	}
	.mproductdel .hd .swiperlt{
		width: auto;padding: 0 15px;
	}
	.mproductdel .hd .box{
		height: auto;
		width: auto;
	}
	.mproductdel .hd .swiperhd{
		height: 200px;
		margin-top: 0
	}
	.mproductdel .hd iframe{
		width: 100%;
		height: 13rem;
	}
	.mproductdel .bd{
		margin: 30px 0;
	}
	.mproductdel .hd .text{
		width: auto;
		margin: 15px;
	}
	.mproductdel .hd .box .pitem{
		position: static;
	}
	.mproductdel .hd .box .item.ons{
		display: none;
	}
	.mproductdel .hd .box .pitem{
		opacity: 1;
	}
	.mproductdel .hd .box .pitem.on .item{
		display: block;
	}
	.mproductdel .hd .text{
		padding: 20px;
	}
	.mproductdel .hd .text h1{
		font-size: 24px;
	}
	.mproductdel .hd .text p{
		height: auto;
	}
	.mproductdel .hd .text ul{
		display: block;
		padding-bottom: 0;
	}
	.mproductdel .hd .text ul li{
		width: auto;
		margin: 20px 0 0;
	}
	.mproductdel .bd .prtab ul{
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		display: block;
	}
	.mproductdel .bd .prtab ul li{
		display: inline-block;
	}
	.mproductdel .bd td,
	.mproductdel .bd table th{
		padding: 8px 10px;
		width: auto !important;
	}
	.mproductdel .bd table{
		width: 600px;
	}
	.mproductdel .bd .ovs{
		overflow-x: scroll;
	}
	.mproductdel .bd td{
		font-size: 16px;
	}
	.fgetdown{
		padding: 20px 0;
	}
	.fgetdown .lt{
		float: none;
		width: auto;
		padding-left: 0;
	}
	.fgetdown .rt{
		width: auto;
		float: none;
		margin-top: 20px;
		font-size: 15px;
	}
	.qmdenglu{
		padding: 30px 0;
	}
	.qmdenglu .box{
		width: auto;
		display: block;
	}
	.qmdenglu .lts{
		width: auto;
		padding: 25px;
	}
	.qmdenglu .rts{
		width: auto;
		padding: 20px;
	}
	.qmdenglu .fms li .t1{
		font-size: 15px;
	}
	.qmdenglu .rts .mia,
	.qmdenglu .rts .che label{
		font-size: 14px;
	}
	.qmdenglu .rts .text{
		margin-top: 30px;
	}
	.qmdenglu .rts .pre span{
		font-size: 14px;
		line-height: 40px;
		padding: 0 20px;
	}
	.qmdenglu .rts .pre{
		margin: 30px 0 0;
	}
	.qmdenglu .rts .ches label,
	.qmdenglu .rts .rados label{
		font-size: 15px;
	}
	.qmhoutai{
		padding: 30px 15px;
		display: block;
	}
	.adminlogin{
		padding: 0;
	}
	.qmmain{
		width: auto;
		display: block;
	}
	.qmmain .rts,
	.qmmain .lts{
		width: auto;
		padding: 20px;
	}
	.qmmain .lts .ts{
		margin: 15px 0;
	}
	.qmmain .fms{
		margin: 30px 0 0;
	}
	.qmmain .fms li h5{
		font-size: 18px !important;
	}
	.qmmain .rts .btn{
		margin-top: 20px;
	}
	.mcase .hd{
		padding: 30px 0;
	}
	.mcase .hd li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.mcase .hd ul{
		justify-content: space-between;
		margin-top: 20px;
	}
	.mcase .clist .cfna{
		padding: 0 0 20px;
	}
	.mcase .clist ul{
		margin-top: 20px;
	}
	.mcase .clist li .citem{
		display: block;
	}
	.mcase .clist li .text{
		width: auto;
	}
	.mcase .clist .pics{
		width: auto;
	}
	.mcase .clist li .text h4{
		line-height: 1.3;
		font-size: 15px !important;
		padding-bottom: 10px;
		background-position: left 5px;
	}
	.mcase .clist dd{
		background-position: left 15px;
		line-height: 1.3;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 13px;
	}
	.mcase .clist dd span{
		margin-left: 0;
		display: block;
	}
	.mcase .clist dd i{
		margin-left: 0;
	}
	.mcase .clist .pics{
		margin-top: 20px;
	}
	.mcase .clist li{
		margin-bottom: 0px;
	}
	.mproduct .hd .lis.ar dl{
		width: calc(100% - 40px);
	}
	.mproduct .hd .lis{
		display: flex;
		flex-wrap: wrap;
	}
	.mproduct .hd .lis h5{
		width: 100%;
	}
	.prelated ul{
		justify-content: space-between;
		padding: 20px 0;
	}
	.prelated ul li{
		width: 49%;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	.prelated li h4{
		font-size: 14px !important;
		margin-bottom: 10px;
	}
	.prelated li .falx a{
		font-size: 12px;
		line-height: 32px;
	}
	.prelated li .falx{
		padding: 15px 0 0;
	}
	.mcase .bd .flaxu{
		height: auto;
		padding: 10px;
		display: block;
	}
	.mcase .bd .flaxu .rt{
		width: 100%;
	}
	.mcase .bd .flaxu .rt a{
		font-size: 14px;
		line-height: 30px;
	}
	.mcase .bd .dlc dl{
		margin-top: 20px;
		display: block;
	}
	.mcase .bd .dlc dl dd{
		width: auto;
		margin: 0 0 10px 0;
	}
	.mcase .bd .dlc .picov{
		height: auto;
	}
	.mcase .bd li{
		padding: 10px 0;
	}
	.yanfalc .hd{
		padding: 30px 0;
	}
	.yanfalc .hd .ovs{
		margin-top: 20px;
	}
	.yanfalc .yanswiper .icon{
		margin-top: 0.1rem;
	}
	.yanfalc .bd{
		padding: 0px 0;
	}
	.yanfalc .bd .yth{
		padding: 15px;
		display: block;
	}
	.yanfalc .bd .time{
		margin-top: 15px;
	}
	.yanfalc .bd .yswiper{
		display: block;
		padding: 0;
	}
	.yanfalc .bd .lc{
		width: auto;
	}
	.yanfalc .bd .lc li p:nth-child(1){
		padding: 0;
	}
	.yanfalc .bd .ystb{
		padding: 2px;
	}
	.yanfalc .bd .rspans{
		display: none;
	}
	.yanfalc .bd .yswiper .ysth{
		padding: 0 0 0 5px;
	}
	.yanfalc .bd .lc li{
		padding-left: 5px;
	}
	.yteam{
		padding-top: 30px;
	}
	.yanfalc .yteam .pictext{
		width: auto;
		margin: 20px 0 0;
		display: block;
	}
	.yanfalc .yteam .pictext .pic img{
		width: 100%;
	}
	.yanfalc .yteam .text{
		width: auto;
		margin-top: 16px;
	}
	.yanfalc .numul{
		padding: 20px 0;
	}
	.yanfalc .numul li:nth-child(2n){
		display: none;
	}
	.yanfalc .numul ul{
		flex-wrap: wrap;
	}
	.yanfalc .numul li{
		width: 50%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin: 15px 0;
	}
	.yanfalc .numul li:nth-child(7),
	.yanfalc .numul li:nth-child(3){
		border-left: 1px solid #e4040b;
	}
	.yanfalc .numul li h4{
		font-size: 36px !important;
	}
	.yanfalc .picswiper .spans{
		right:10px
	}
	.yanfalc .porca{
		margin-bottom: 30px;
		padding: 5px 0 10px;
	}
	.mhban .btext .flax{
		display: block;
	}
	.mhban .btext .flax .btn{
		margin-top: 20px;
		width: 9rem;
	}
	.mhban .btext .flax .btn i{
		width: 7.5rem;
	}
	.neibuyj{
		padding: 30px 0;
	}
	.uitnavs li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.uitnavs ul{
		justify-content: space-between;
	}
	.neibuyj .nhd{
		display: block;
	}
	.neibuyj .nhd .ltc{
		width: auto;
	}
	.neibuyj .nhd .ftime h5{
		font-size: 70px !important;
	}
	.neibuyj .nhd .rtc{
		width: auto;
		margin-top: 20px;
	}
	.neibuyj .nhd .ftime{
		
	}
	.neibuyj .nhd .ovscll{
		height: auto;
	}
	.neibuyj .nhd .ltc{
		height: auto;
		padding-bottom: 80px;
		background: #f5f5f5;
		border-radius: 15px;
		padding-left: 20px;
	}
	.neibuyj .nhd .rtc{
		border-radius: 15px;
		margin-top: 15px;
	}
	.neibuyj .nhd .ovscll{
		padding-right: 20px;
	}
	.neibuyj .nbd,
	.neibuyj .nhd .rtc{
		padding: 20px;height: auto;
		border-radius: 15px;
	}
	.neibuyj .nbd{
		margin-top: 15px;
	}
	.neibuyj .nbd .list{
		display: block;
	}
	.neibuyj .nbd .list .item{
		width: auto;margin-bottom: 10px;
		border: none !important;border-radius: 15px !important;
		overflow: hidden;
	}
	.neibuyj .nbd .list li a i{
		font-size: 14px;
	}
	.neibuyj .nbd .list ul{
		min-height: 0;
	}
	.neibuyj .nbd .list .item h4 a{
		font-size: 18px;
	}
	.neibuyj .ntbc ul{
		display: block;
	}
	.neibuyj .ntbc ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.neibuyj .ntbc ul li a{
		padding: 20px;
	}
	.nbeiaxm{
		padding: 20px;border-radius: 15px;
	}
	.nbeiaxm .ovscoll{
		overflow-x: scroll;
	}
	.nbeiaxm table th{
		font-size: 18px;
		white-space: nowrap;
	}
	.neihmd{
		border-radius: 15px;
		padding: 20px;
		margin-top: 15px;
	}
	.neihmd .flax{
		margin-top: 10px;
		display: block;
	}
	.neihmd .flax ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.neihmd .flax li{
		background: #e7e2e2;
		border-radius: 10px;
		margin: 0 0 10px;
		width: 49%;
		padding-right: 0;
	}
	.neihmd .flax li.on,
	.neihmd .flax li:hover{
		background: #fff;
	}
	.neihmd{
		position: relative;
	}
	.neihmd .flax a{
		position: absolute;
		right: 20px;top: 20px;
	}
	.neihmd .table{
		margin: 0 -15px;
		border-radius: 0;
		padding: 5px;
	}
	.neihmd table td{
		font-size: 14px;
		padding: 8px 5px;
	}
	.neibuyj .nhd .rtc h5 i{
		font-size: 40px;
	}
	.qmjingxsxt{
		padding: 30px 0;
	}
	.qmjingxsxt .qmboxs{
		margin-top: 30px;
		border-radius: 15px;
		padding: 20px;
	}
	.qmjingxsxt .qmboxs .hs{
		display: block;
	}
	.qmjingxsxt .qmboxs .hs dl{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
	.qmjingxsxt .qmboxs .hs dd{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.qmjingxsxt .qmboxs .hs dd a{
		width: 100%;
	}
	.usiteam{
		display: block;
		overflow-x: scroll;
	}
	.usiteam .lc{
		width: 600px;
	}
	.usiteam .rspans{
		display: none;
	}
	.usiteam .tps li p:nth-child(1){
		padding-left: 20px;
	}
	.usiteam .tbs li p:nth-child(1){
		padding-left: 20px;
	}
	.usiteam .tbs li p,
	.usiteam .tps li p{
		width: 150px;
	}
	.qmjingxsxt .qmboxs.on .hs dl{
		justify-content: space-between;
	}
	.qmjingxsxt .qmboxs.on .hs dd{
		margin: 0 0 10px 0 !important;
	}
	.qmpeixzl{
		margin-top: 30px;
		display: block;
	}
	.qmpeixzl .lts{
		width: auto;
	}
	.qmpeixzl .lts li{
		margin-bottom: 15px;
	}
	.qmpeixzl .rts{
		width: auto;
		margin-top: 15px;
		padding: 0 20px 50px;
	}
	.qmjingxsxt .qmboxs .seach{
		width: 100%;
		margin: 10px 0 0 ;
	}
	.msktext{
		width: auto;margin: 0 20px;
	}
	
	.msktext .gb{
		top: -8%;right: -5px;
	}
	.qmheader {
		display: block;
	}
	.section8 .swiperlogo li:nth-child(n + 22):nth-child(-n + 28),
	.section8 .swiperlogo li:nth-child(n + 8):nth-child(-n + 14){
		position: relative;
		left: 0rem;
	}
	.section8 .swiperlogo ul{
		justify-content: flex-start;
	}
	.section8 .swiperlogo li{
		width: 25%;
	}
	.dataNums,
	.section1 .text h6 .dataNums .tt span{
		font-size: 2.8rem;
	}
	.section1 .text h6 .num{
		top: 1.3rem;
	}
		.close{
	    width: 30px;height: 30px;right: 10px;top: 10px;
	}
	
	
	
	
	
	
	
	
	
}
