@charset "utf-8";
.mobMenuBtn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: none;
}
.mobMenucover{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 99;
}
.mobMenucover{
	display: none;
}
.mobMenu{
	position: fixed;
	right: 0;
	top: 50px;
	bottom: 0;
	width: 80%;
	z-index: 101;
	background: #fff;
	right: -100%;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.mobMenu.active{
	right: 0;
}
.mobMenu a.fia{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.mobMenu ul li .subsMenu{
	background: #F7F7F7;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.mobMenu ul li .subsMenu h3{
	font-size: 14px;
}
.mobMenu ul li .subsMenu .subsmItem{
	margin-top: 20px;
}
.mobMenu ul li .subsMenu .subsmItem:first-child{
	margin-top: 0;
}
.mobMenu ul li .subsMenu .subsmItem .subsmItemc{
	display: flex;
	flex-wrap: wrap;
}
.mobMenu ul li .subsMenu .subsmItem .subsmItemc a{
	display: block;
	width: 50%;
	margin-top: 10px;
}
@media only screen and (min-width: 100px) and (max-width: 820px) {
	html,body{
		width: 100%;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.header{
		height: 50px;
		background: #fff;
		padding-left: 20px;
		padding-right: 10px;
	}
	.header .hdl a{
		height: 50px;
		padding-top: 10px;
	}
	.header .hdl a img{
		height: 30px;
	}
	.hdr{
	}
	.hdr ul.pcmenu{
		display: none;
	}
	.mobMenuBtn{
		display: block;
	}
	.ibanner{
		height: 210px;
		margin-top: 40px;
		background-size: 160%;
	}
	#banner .swiper-slide img{
		width: 150%;
		object-fit: cover;
	}
	#banner .swiper-horizontal>.swiper-pagination-bullets,
	#banner .swiper-pagination-bullets.swiper-pagination-horizontal,
	#banner .swiper-pagination-custom,
	#banner .swiper-pagination-fraction{
		bottom: 10px;
	}
	#banner .swiper-pagination-bullet{
		width: 30px;
	}
	#banner .swiper-pagination-bullet:after{
		height: 2px;
	}
	.title h3{
		font-size: 20px;
	}
	#thumbs .swiper-slide{
		font-size: 14px;
	}
	#thumbs .swiper-slide-thumb-active, #thumbs .swiper-slide-thumb-active:hover{
		background-position: -70px top;
	}
	.hxcont{
		flex-direction: column;
	}
	.ctabhd{
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.ctabBd{
		width: 100%;
		flex-grow: 1;
		flex-shrink: 1;
	}
	.tabBd{
		height: auto;
		margin-top: 10px;
	}
	.ctabhd .swiper-slide{
		padding: 10px;
	}
	.ctabhd .swiper-slide h3{
		font-size: 14px;
		height: auto;
	}
	.ctabhd .swiper-slide p{
		display: none;
	}
	.ctabhd .swiper-slide-thumb-active{
		background-position: center top;
	}
	.seciton{
		padding: 30px 20px;
	}
	.ctabBd .swiper-slide{
		padding: 10px;
	}
	.ctabBd .swiper-slide a{
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
		padding: 0 5px;
	}
	.hxcont{
		position: relative;
	}
	.oherPitem{
		width: 100%;
		float: none;
		padding: 10px;
		padding-right: 10px;
		height: auto;
	}
	.oherPitem img{
		display: none;
	}
	.oherPitem dd{
		margin-top: 20px;
	}
	.zzitem{
		float: none;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.zzitem h3{
		margin-top: 20px;
	}
	.zzitem dd{
		margin-top: 20px;
	}
	.yydkcont{
		height: auto;
		padding: 20px;
	}
	.dkList{
		margin-top: 30px;
	}
	.secitons{
		padding: 30px 0;
		padding-bottom: 0;
	}
	.jsTabhd{
		padding: 0;
		height: auto;
	}
	.jsTabhd .swiper-slide img{
		max-width: 50%;
	}
	.jsTabBd{
		margin-top: 10px;
		height: auto;
	}
	.fwItem{
		width: 100%;
		float: none;
		border: none;
		padding: 10px;
		height: auto;
		border-bottom: 1px solid #ddd;
	}
	.jsTabBd .swiper-slide{
		padding: 0 10px;
	}
	.fwList{
		padding: 10px 0;
	}
	.fwItemimg{
		left: 10px;
		right: 10px;
		top: 10px;
	}
	.fwItem.active .fwItemimg{
		left: 10px;
		top: 10px;
		right: 10px;
		height: 170px;
	}
	.fwItem .fwItemc{
		margin-top: 180px;
	}
	.fwItem.active .fwItemc{
		color: #333;
	}
	.fwItem.active .fwItemc p{
		color: #333;
		margin-top: 10px;
	}
	.fwItem.active .fwItemimg .fwItemImgcover{
		display: none;
	}
	.fwItem:last-child{
		border-right: none;
	}
	.lcListCont{
		height: auto;
		margin-top: 10px;
	}
	.lccol{
		width: 50%;
		margin-top: 10px;
	}
	.lccol:last-child{
		display: none;
	}
	.lcList{
		padding-bottom: 20px;
	}
	.lcitem{
		margin-top: 0;
	}
	.lcitem .lcitline{
		display: none;
	}
	.lctline{
		display: none;
	}
	.jsjgfa{
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
	}
	.qtItem{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.qtList{
		padding-bottom: 10px;
	}
	.caseItem{
		width: 100%;
		float: none;
	}
	.caseList{
		padding-bottom: 0;
	}
	.map{
		height: 300px;
	}
	.recruitList{
		margin-top: 20px;
	}
	.recrItem{
		width: 100%;
		padding-left: 0;
	}
	.recrItem.even{
		padding-right: 0;
	}
	.recrItc{
		padding: 20px;
	}
	.comItem{
		width: 100%;
		float: none;
		height: auto;
	}
	.comItem.comcL{
		height: 300px;
	}
	.comItem.comcR{
		padding: 20px;
		padding-right: 20px;
	}
	.comItem.comcR .mt_30{
		margin-top: 10px;
	}
	.footer{
		padding: 20px;
	}
	.footBar{
		display: none;
	}
	.ftlinkList{
		display: none;
	}
	.footProp{
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	.wrap{
		width: 100%;
	}
	.prdbn_cont{
		width: 100%;
		padding-top: 70px;
		left: auto;
		margin-left: 0;
		top: 20px;
		flex-wrap: wrap;
	}
	.prdbnl{
		float: none;
		text-align: center;
		width: 100%;
		padding: 0 20px;
	}
	.prdbnl dd{
		margin-top: 20px;
	}
	.prdbnl h3{
		font-size: 20px;
	}
	.prdbnl p{
		font-size: 14px;
	}
	.prdbnr{
		float: none;
		margin-top: 40px;
	}
	.prdbnr img{
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.advItem{
		width: 50%;
		margin-top: 20px;
	}
	.psection{
		padding: 30px 0;
	}
	.jskjItem{
		flex-wrap: wrap;
		margin: 0 10px;
		margin-top: 20px;
	}
	.jkr{
		width: 100%;
		padding: 5px;
	}
	.jskjItem .tt{
		width: 100%;
		border-right: none;
		border-bottom: 1px dashed #ddd;
		font-size: 18px;
		height: 50px;
		line-height: 48px;
	}
	.jkr .techitem{
		font-size: 12px;
		overflow: hidden;
	}
	.funcItem{
		width: 50%;
		border-bottom: 1px solid rgba(255,255,255,.2);
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.funcItem:nth-child(2)
	,.funcItem:nth-child(4)
	,.funcItem:nth-child(6)
	,.funcItem:nth-child(8)
	,.funcItem:nth-child(10)
	,.funcItem:nth-child(12){
		border-right: none;
	}
	.funcItem.even{
		background: transparent;
	}
	.jzcont{
		height: auto;
	}
	.jztxtcont{
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
		padding: 20px;
	}
	.jztxtcont h3{
		font-size: 18px;
	}
	.jztxtcont .mt_20{
		margin-top: 10px;
	}
	.compContPrd .comItem.comcL{
		height: 150px;
	}
	.compContPrd .comItem.comcR{
		height: 150px;
	}
	.jzcont .swiper-pagination{
		bottom: auto;
		top: 120px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.advLists .advItem{
		width: 50%;
	}
	.advItem p{
		margin-top: 10px;
		font-size: 12px;
	}
	.colWrap{
		margin: 0;
		padding: 0 20px;
	}
	.colWrap .col5{
		width: 100%;
		padding: 0;
	}
	.fanItem{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.fanImg{
		width: 100%;
		flex-shrink: 1;
		flex-grow: 1;
	}
	.fanTxt{
		padding-left: 0;
	}
	.fanTxt p{
		margin-top: 10px;
	}
	.colWraps{
		margin: 0 -10px;
	}
	.colWraps .col3{
		width: 50%;
		padding: 0 10px;
	}
	.fwlcItem img.arr{
		display: none;
	}
	.fwlcDsp{
		font-size: 12px;
	}
	.caseLists{
		margin: 0;
	}
	.caseHd{
		padding: 10px;
		margin-top: 0;
		background: #fff;
	}
	.caseHd span{
		margin-top: 10px;
		padding: 0 15px;
	}
	.caseCtn{
		margin-top: -10px;
	}
	.caseHd.fixed{
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		z-index: 10;
		box-shadow: 0 2px 2px rgba(0,0,0,.2);
	}
	.recrItem.even{
		border-left: none;
	}
	.abbnCont img{
		width: 80%;
	}
	.abcomcont{
		flex-wrap: wrap;
		padding: 0 20px;
		margin-top: -400px;
	}
	.abcoml{
		width: 100%;
	}
	.abcoml img{
		width: 100%;
	}
	.abcoml span{
		bottom: -10px;
		right: -10px;
	}
	.abcomr{
		padding-left: 0;
	}
	.zzryList{
		margin: 0;
	}
	.zzryItem{
		width: 50%;
		margin-top: 20px;
	}
	.zzcont{
		margin-top: 20px;
	}
	.zzryItem .zzryItc{
		height: 250px;
	}
	.fzlcItem{
		height: 150px;
		width: 25%;
		font-size: 12px;
	}
	.fzlcItem p{
		padding: 0 10px;
	}
	.fzlcItem.flx1{
		flex: auto;
		-webkit-flex: auto;
	}
	.licBox{
		height: 500px;
	}
	.licBox .disflex{
		flex-wrap: wrap;
	}
	.zzryItem h3{
		font-size: 12px;
	}
	.fzlcItem.f1{
		margin-top: 90px;
	}
	.fzlcItem.f2{
		margin-top: 130px;
	}
	.fzlcItem.f3{
		margin-top: 110px;
	}
	.fzlcItem.f4{
		margin-top: 90px;
	}
	.fzlcItem.f5{
		margin-top: 0;
	}
	.fzlcItem.f6{
		margin-top: 40px;
	}
	.fzlcItem.f7{
		margin-top: -20px;
	}
	.fzlcItem.f5:after,.fzlcItem.f6:after,.fzlcItem.f7:after{
		top: 0;
		bottom: 59px;
	}
	.fzlcItem.f5 span,.fzlcItem.f6 span,.fzlcItem.f7 span{
		top: auto;
		bottom: 59px;
	}
	.fzlcItem.f5 p,.fzlcItem.f6 p,.fzlcItem.f7 p{
		margin-top: 100px;
	}
	#banner .swiper-button-prev{
		left: 20px;
		opacity: 0;
	}
	#banner .swiper-button-next{
		right: 20px;
		opacity: 0;
	}
	.funcIt_dtitem{
		width: 33.3333%;
	}
	.collist{
		margin: 0 -5px;
		margin-top: 10px;
	}
	.col4{
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}
	.casesContent{
		width: 80%;
		margin-left: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 80px;
		height: 400px;
		overflow-y: auto;
	}
	.casesContent h3{
		font-size: 16px;
	}
	.casesContent p{
		line-height: 20px;
		font-size: 12px;
	}
	.wapcase{
		width: 60%;
	}
	.header .hdl a.logo{
		height: auto;
	}
	.header .hdl a.qwLogo{
		padding-top: 0;
		margin-top: -8px;
	}
	.header .hdl a.qwLogo img{
		width: 110px;
		height: auto;
	}
	.prdbanner.dms{
		height: 240px;
		background-size: 145%;
		background-position: center 50px;
	}
	.prdbanner .opts{
		margin-left: -200px;
		bottom: 20px;
	}
	.prdbanner .opts a img.btnImg{
		height: 22px;
	}
	.qwQrcode h3{
		font-size: 12px;
	}
	.qwQrcode{
		padding: 10px;
		bottom: 26px;
	}
	.qwQrcode img{
		width: 80px;
	}
	.part-title{
		font-size: 24px;
	}
	.p1Item{
		width: auto;
		flex: 1;
	}
	.p1{
		padding-top: 30px;
		height: auto;
	}
	.p1Cont{
		display: block;
		height: auto;
		padding-bottom: 30px;
	}
	.p1List{
		display: block;
	}
	.p1Item{
		padding: 10px;
		margin-top: 10px !important;
	}
	.p1Item:last-child{
		margin: 0 30px;
	}
	.part{
		padding: 30px 20px;
	}
	.p6{
		height: auto;
		padding-bottom: 30px;
		background-position: center bottom;
	}
	.p6List{
		flex-wrap: wrap;
	}
	.p6Item{
		width: 50%;
		padding: 10px;
	}
	.p6Item-cont{
		padding-bottom: 10px;
	}
	.p6Item-cont h3{
		margin-top: 10px;
	}
	.p6Item-cont p{
		font-size: 12px;
	}
	.caseLists-new{
		margin: 0 -5px;
	}
	.caseItemnew{
		padding: 0 5px;
	}
	.caseItemn-cont{
		padding: 10px;
	}
	.caseItemn-cont img{
		height: auto;
	}
	.dmsBot{
		background-size: 280%;
		height: 118px;
	}
	.dmsBot a{
		top: auto;
		bottom: 20px;
		height: 36px;
		line-height: 36px;
	}
	.secitonss{
		padding: 30px 0 0 0;
	}
}