/* col-xs */
@media (max-width: 765px) {  
	html{font-size: calc(100vw / 7.5);}
	::-webkit-scrollbar {
	  width: 3px;
	  display: none;
	}
	body{font-size: .28rem;}
	::-webkit-scrollbar-thumb{background: #000;}
	::-webkit-scrollbar-thumb:hover{background: #000;}
	::-webkit-scrollbar-corner{background: #000;}

	/*大标题样式1*/
	.comtit1 h1{font-size:.8rem;}
	.comtit1 h2{font-size:.4rem; margin-top: -.4rem; padding-bottom: .1rem; border-bottom: 3px solid #333;}

	/*大标题样式2*/
	.comtit2 h1{font-size:.8rem;}
	.comtit2 h2{font-size:.4rem; margin-top: -.4rem; padding-bottom: .1rem; border-bottom: 3px solid #fff;}

	/*通用按钮1*/
	.combtn1{padding:.1rem .5rem;}
	.combtn1>span{padding: 0 .1rem;}
	.combtn1>i{font-size: .28rem;}

	/*设换背景色按钮*/
	.bg-btn{right: .2rem; bottom:1.5rem; }

	
	/* 分享按钮区域 */
	.shareArea{width: auto; }
	.shareArea>div{ margin-left: .2rem;}
	.shareArea>div>img{width: .6rem; height: .6rem;}
	.shareArea>div.weixin{width: .6rem; height: .6rem;}
	.shareArea>div.weixin>.qrdiv{ top:.7rem; right: 0rem; left: unset; transform:unset; width:2rem; height: 2rem;}
	.shareArea>div.weixin>.qrdiv>img{width:2rem !important; height:2rem !important;}
	
	/*图片放大全屏浏览*/
	.bigimgs{padding:0; z-index: 999;}
	.bigimgs .cha{font-size:.5rem; top: .2rem; right: .2rem; color: #ccc; }
	#swiper-container-1 .swiper-button-next::after,
	#swiper-container-1 .swiper-button-prev::after {font-size: .5rem;}
	.bigimgs .swiper-pagination{font-size: .32rem; padding-right: .3rem;}

	/*没有数据时*/
	.nodata{padding: 1rem 10%; text-align: left;}
	.nodata .h1{font-size: .32rem; line-height: .6rem;}
	.nodata .h2{font-size: .5rem; padding: .3rem 0; }
	
	/* 加载更多 */
	.load-bottom{height: .8rem; padding-bottom: .2rem;}
	.load-bottom .loading{width: unset; height: 100%; background-size: .5rem .5rem;}
	.layui-layer-iframe{width: 90% !important; height: 90% !important;}
	
	/* 内页栏目样式 */
	.useNav {position:fixed; z-index: 95;background-color: #eee; overflow: hidden; width: 100%; height: 1rem; top: 1rem; left: 0;}
	.useTab{width: 100%; height: 1rem; padding: 0 .2rem 0 0;}
	.useTab li {width:auto;height:1rem;line-height: 1rem;text-align: center;padding:.2rem .1rem 0 .1rem;}
	.useTab li a{ font-size:.3rem; padding: 0 .2rem; line-height: .6rem; height: .6rem; display: block;}
	.useTab li.on a{color: #000; font-size: .32rem; border-radius: 5px; font-weight: bold; }
	.useNav .more{width: .5rem; height: 1rem;  position: absolute; right: -.1rem; top:0;animation: my-movelr1 2s infinite; background-color:#eee;
	}
	.useNav .more a{ width:.5rem; height: .5rem;}
	.useNav .more a img{width: .4rem; height:.4rem;}
	@keyframes my-movelr1 {
		0% {
				 right: -.1rem;
		}
			
		50% {
				 right: 0;
		}
		100%{
				 right: -.1rem;
		} 
	}
	.useTab-scroll{overflow-x: scroll; display: -webkit-box; -webkit-overflow-scrolling:touch; height: 1rem; margin-right: .7rem; }
	.useTab-scroll::-webkit-scrollbar{display: none;}
	.useTab-scroll li:last-child{padding-right:.6rem; border-right: 0;}

	/*内页栏目 */
	.inpage-nav{top: 1rem;}
	.inpage-nav .fenlei{height: 1rem;}
	.inpage-nav .fenlei>a{padding: .05rem .3rem; border-radius: 50px; border:1px solid #000; width: auto; margin: 0 .2rem;}

	.inpage-nav1{padding-left: 0; padding-right: 0;}
	.inpage-nav1 .fenlei{flex-wrap: nowrap;}
	.inpage-nav1 .fenlei>a{padding: .05rem .2rem; margin: 0 .1rem; flex-shrink: 0;}


	.inpage-nav2{padding: 0; width: 100%;}
	.inpage-nav2 .container{padding: 0; width: 100%; overflow-y: hidden;}
	.inpage-nav2 .fenlei{min-height:1rem; position: relative; box-sizing: border-box; z-index: 10; overflow-x: auto; -webkit-overflow-scrolling: touch; opacity: 0;
		/* 隐藏滚动条但保留功能 */
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE和Edge */
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.inpage-nav2 .fenlei::-webkit-scrollbar {display: none;}
	.inpage-nav2 .fenleia{opacity: 1;}
	.inpage-nav2 .fenlei>a{ position: relative; overflow: visible; white-space: nowrap;}

	/*内页栏目 end----- */






	/*全屏浮窗显示内容------start*/
	.showLayer .con{ width: 100%; padding: .2rem; margin: 0 auto;}
	.showLayer .con h1{padding:.8rem 0 .2rem 0; color: #000; font-size:.35rem; line-height:.5rem; }
	.showLayer .con>div{ font-size: .3rem; padding-top: .3rem; padding-bottom: .3rem; line-height: .6rem;}
	.showLayer .close{width:.8rem; height: .8rem; line-height: .8rem;  font-size: .4rem; top: .2rem; right: .2rem;}
	.showLayer .close i{color:#000;}
	.showLayer .close1{width:.6rem; height: .6rem; line-height: .6rem;  font-size: .5rem;  top: 0.1rem; right:.2rem; }
	/*全屏浮窗显示内容-----end*/


	/* 以上为公共样式-------------------------- */

	/*页头*/
	.mheader{background-color:rgba(255,255,255,1); padding:0 .2rem; top:0; left: 0; height: 1rem; position: fixed; -webkit-overflow-scroll:touch;overflow-scroll:touch;overflow-y: visible; z-index: 220; width:100%; box-sizing: border-box;opacity: 1; border-bottom: 1px solid #e2e2e2; z-index: 50;}
	.mheader.on{background-color:rgba(255,255,255,1); border-bottom: 1px solid #e2e2e2;opacity:1;}
	.mheader .row_4{ width:100%; height: 100%;  clear:both; overflow:hidden;  }

	.mheader .left{flex-shrink: 0;  text-align: left;}
	.mheader .left img{height:.6rem; width: auto;}
	.mheader .left img:nth-child(2){margin-left: .1rem;}
	.mheader .right{flex-grow: 1; height: .7rem; position: relative;z-index: 110; }

	
	
	/* 菜单变打叉按钮样式 */
	.button--hamburger {pointer-events: all; flex-shrink: 0; color: #000; cursor: pointer;
	}
	.button--hamburger .hamburger,.button--hamburger .hamburger-fixed {
		width: .45rem;
		height: .45rem;
		position: relative
	}

	.button--hamburger .hamburger-fixed:after,.button--hamburger .hamburger-fixed:before,.button--hamburger .hamburger-fixed>span,.button--hamburger .hamburger:after,.button--hamburger .hamburger:before,.button--hamburger .hamburger>span {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		background-color: currentColor
	}

	.button--hamburger .hamburger-fixed>span,.button--hamburger .hamburger>span {
		top: calc(50% - 1px);
		transition: transform 0s ease .2s;
	}

	.button--hamburger .hamburger-fixed:after,.button--hamburger .hamburger-fixed:before,.button--hamburger .hamburger:after,.button--hamburger .hamburger:before {
		content: "";
		transition: top .2s ease .2s,transform .2s ease 0s
	}

	.button--hamburger .hamburger-fixed:before,.button--hamburger .hamburger:before {
		top: 3px
	}

	.button--hamburger .hamburger-fixed:after,.button--hamburger .hamburger:after {
		top: calc(100% - 5px)
	}

	.button--hamburger .hamburger-fixed.open>span,.button--hamburger .hamburger.open>span {
		transform: scale(0,1);

	}

	.button--hamburger .hamburger-fixed.open:after,.button--hamburger .hamburger-fixed.open:before,.button--hamburger .hamburger.open:after,.button--hamburger .hamburger.open:before {
		transition: top .2s ease 0s,transform .2s ease .2s
	}

	.button--hamburger .hamburger-fixed.open:before,.button--hamburger .hamburger.open:before {
		top: calc(50% - 1px);
		transform: rotate(-45deg);
		color: #000;
	}

	.button--hamburger .hamburger-fixed.open:after,.button--hamburger .hamburger.open:after {
		top: calc(50% - 1px);
		transform: rotate(45deg);
		color: #000;
	}


	.webMeucOut{position:fixed; top:0; right:-10rem;  background-color:rgba(255,255,255,1); width:100%; height: 100vh;  text-align:center;overflow:hidden; padding: 0; box-sizing: border-box; box-shadow: 10px 0 5px -10px #000; z-index:40; padding-top: 2rem;

	}
	.webMeucOut.on{right:0;}
	.webMeuc{background-color:rgba(255,255,255,1); width:auto; height:auto !important;  padding: .5rem .3rem;}

	.webMeuc li{padding:.3rem .3rem; width:6rem;box-sizing: border-box;}
	.webMeuc li:last-child{border-bottom:0;}
	.webMeuc li a{ text-decoration:none; color: #000; font-weight: 800; line-height: .5rem; font-size: .32rem;width: 100%; background: url(?images/arrow_right.png) no-repeat right center; background-size: .3rem .3rem; }
	.webMeuc li a>img{width:.3rem;height: .3rem;}
	.webMeuc li a>span.icon{font-size: .22rem; margin-left: .2rem; color: #9d1d22;}
	.webMeuc li.on{color:#9d1d22;  order: 0;  }
	.webMeuc li.on a{color:#9d1d22; background-image: url(?images/arrow_right_hl.png?t=2510171039);}
	
	.tixing{padding: .1rem 0; background-color: #fff; text-align: center; font-size: .25rem; width: 100%;}
	.app-tips{background-color:rgba(196, 196, 196, .8); position: absolute;top:.15rem;right: .2rem; border-radius: .2rem; padding: .1rem .2rem; width: 4.5rem; overflow: visible;}
	.app-tips::before{width:.3rem;height: .2rem; content: ""; background:url(?images/img-5-1.png?t=2510171033) no-repeat center bottom; background-size:100% auto; position:absolute; right:1.35rem; top:-.2rem;}
	.app-tips-1{color: #fff; font-size:.25rem; flex-grow: 1;}
	.app-tips-2{color:#fff; font-size:.35rem; flex-shrink: 0; width: .35rem;}
	.webMeuc li.logo:hover{background-color: transparent;}
	.webMeuc li.logo{width:6rem; display:inline-block; padding: .05rem 0 .2rem 0; border-bottom: 0;text-align: center;}
	.webMeuc li.logo>img{width: 70%; height: auto; }
	.webMeuc li.webMeuc-1:hover{background-color: transparent;}
	.webMeuc li.webMeuc-1{width:6rem; display:block; padding: .05rem 0; border-bottom: 0; margin-bottom: .15rem;}
	.webMeuc li.bottom{position: absolute; bottom: 1.2rem; left: 0; width: 100% !important; height:.6rem; transform: scale(.8);}
	.webMeuc li.bottom:hover{background-color:transparent;}
	.webMeuc li.bottom div{font-size: .26rem; color: #999; font-weight: normal;}
	.webMeuc li.bottom a{width: auto; background: unset; font-size: .26rem; line-height: unset; color: #999;font-weight: normal;}
	.webMeuc li.bottom .ipv6{padding: 0 .1rem; border-radius: 50px; font-size: .22rem; line-height: .35rem;  overflow: hidden; border: 1px solid #999; margin-left: 0.1rem; margin-right: .1rem;}

	/*页头 end-----*/

	
	
	
	/* 页脚------start */
	.homefoot{padding-top: 1rem;padding-bottom: 1.5rem;}
	.homefoot .title1{font-size: .4rem;}
	.homefoot .box6{margin-top: .6rem; margin-bottom: 0rem;}
	.homefoot .box6 .item{margin: 0 .2rem;}
	.homefoot .box6 .item .icon{width: .8rem; height:.8rem;}
	.homefoot .box6 .item .icon img{width: .5rem; height: .5rem;}
	.homefoot .box6 .item .ma{position: absolute; top:-1.1rem;left:50%; transform: translateX(-50%); display: block; opacity:0; }
	.homefoot .box6 .item .ma img{width: 2rem; height: 2rem;}
	.homefoot .box6 .item:hover .ma{display: block; opacity: 1; top: -2.3rem;}
	.homefoot .right{margin-top: .5rem;}
	.homefoot .right .foot-address-box1{justify-content: center; flex-direction:column; padding: 0; font-size: .24rem;}
	.homefoot .box2{padding-top: .5rem;}
	.homefoot .box2 .left{width: 100%;}
	.homefoot .box2 .left .left-1>a>img{width:2.5rem;}
	.homefoot .box2 .left .left-1-2{ font-size: .28rem !important; margin-top: .4rem;}

	.homefoot .box3{margin-top: .5rem; padding: .2rem 0 .2rem 0; font-size: .28px;}
	.homefoot .box3 .box3-right-out{width: 100%;}
	.homefoot .box3 .box3-right-out .span1{margin-left: .1rem;}
	/* 页脚------end */


	/*分页-------start*/
	.m-pagination{color:#666; min-height: 1rem; overflow: hidden; height: 1rem; padding-bottom: .5rem; }
	.m-pagination .inner{display:inline-block; list-style-type:none; clear:both;}
	.m-pagination .inner ul{display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: wrap;}
	.m-pagination .inner li{ font-size:.28rem; padding: .1rem; margin: 0 .05rem; }
	.m-pagination .inner li:first-child,.m-pagination .inner li:last-child{font-size:.5rem; padding:0 .1rem .05rem .1rem;}
	.m-pagination .inner li.active{ color: #000; font-size: .45rem;}
	.m-pagination .inner li a{color: #999; display: inline-block;}
	.m-pagination .inner li:first-child a,.m-pagination .inner li:last-child a{color: #000;}
	.m-pagination .inner .btn,.m-pagination .inner .page,.m-pagination .inner .hidden,.m-pagination .inner .selected{display:inline-block;min-width:.6rem;_width:.6rem;height:.6rem;border:1px solid #f0f0f2;line-height:.6rem;white-space:nowrap;font-family:Arial,Tahoma,SimSun;text-align:center;vertical-align:top;text-decoration:none;color:#333;font-size:.3rem; margin:0 .05rem; padding-left: .05rem; padding-right: .05rem;}
	.m-pagination .inner .btn:hover,.m-pagination .inner .page:hover,.m-pagination .inner .selected{border-color:#e63349;color:#fff;background-color:#e63349;}
	.m-pagination .inner .prev,#list-page .m-pagination .inner .next{position:relative;width:.8rem;}
	.m-pagination .inner .prev{padding-left:.2rem;}
	.m-pagination .inner .next{padding-right:.2rem;}
	.m-pagination .inner .text{display:inline-block;padding-left:.1rem;}
	.m-pagination .inner .num{width:.4rem;height:.25rem;border:solid 1px #999;text-align:center;}
	/*分页-------end*/


	/* 底部栏目----------start */
	.comfoot2{width:100%; border-radius: 3px 3px 0 0; background: linear-gradient(to right,#f1f1f1,#fff,#fff); position: fixed; z-index: 50; right: 0; bottom: 0; height: 1.1rem; overflow: visible; opacity: 1; padding-top: .1rem;}
	.comfoot2 .main{width: 100%; height:1rem; padding: 0; margin: 0; position: relative; overflow:visible;}
	.comfoot2 .main>a{box-sizing: border-box; flex-grow: 1; height: 100rpx; position: relative; padding: 0; margin: 0; }
	.comfoot2 .main>a>img{width: .45rem; height: .45rem; }
	.comfoot2 .main>a>span{font-size: .22rem;color:#666;}
	.comfoot2 .main>a.on>span{color:#9d1d22; font-weight: bold;}

	.comfoot2.on{opacity: 0; right: -2000px;}
	
	/* 底部栏目----------end */
	
	/*右下角客服------------*/
	.rfbtn6{top:unset; transform: unset; right:.2rem; bottom: 1.5rem;}
	
	.rfbtn6 .img1{height: .8rem;}
	.rfbtn6 .img1 .xiaobei{height: .8rem;}
	.rfbtn6 .img1 .xiaobei>.con{line-height: .6rem; padding: 0 .3rem; margin-right: .1rem;}
	.rfbtn6 .img1 .xiaobei>.icon{width:.8rem; height: .8rem; padding: .05rem .07rem .05rem .03rem;}
	.rfbtn6 .img1 .xiaobei>.icon>img{width: .5rem; height: .5rem;}
	.rfbtn6 .p1{width: .8rem; bottom: 1rem; right: 1px; padding: .05rem 0;}
	.rfbtn6 .p1>div{height: .8rem;}
	.rfbtn6 .p1>div>.img{width: .6rem; height:.6rem;  margin-right: .1rem;}
	.rfbtn6 .p1>div>.con{line-height: .6rem; padding: 0 .3rem; margin-right: .15rem;}
	
	.rfbtn6 .img2{margin: .3rem 0 0 0;}
	.rfbtn6 .img2>img{width:.8rem; height:.8rem;}
	.rfbtn6 .img2>span{font-size: .22rem;}

	.mindex-part2 .container{width: 100%; padding: 0 .3rem 20vh .3rem; height:100vh;}
	.mindex-part2 .container .box1{text-align: center; font-size: .36rem; font-weight: 600; line-height: .8rem; color: #000;}
	.mindex-part2 .container .box2{text-align: center; margin-top: .5rem; }
	.mindex-part2 .container .box2>img{width: 4rem; height: 4rem; }

	/*觊发k8旗舰厅--------start*/
	/*顶部广告*/
	.mindex-part1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom:1.2rem !important;}
	.mindex-part1 .ad-bullet{width:60px; height: 8px; background-color:rgba(255,255,255,.5); display:inline-block; position: relative; margin: 0 15px; cursor: pointer;}
	.mindex-part1 .ad-bullet-active{ background-color:#9d1d22 !important;transform: scale(1.2);}

	/*关于觊发k8旗舰厅*/
	.index-part2{min-height: 6rem;}
	.index-part2 .container{ padding-top:1rem; padding-bottom:.8rem;}
	.index-part2 .box2{margin-top:.6rem;}
	.index-part2 .box2 .p1{font-size:.3rem; line-height: .6rem;}
	.index-part2 .number {margin:.5rem 0 0 0;}
	.index-part2 .number ul {gap:unset;}
	.index-part2 .number ul li {width:50%; box-sizing: border-box; padding: .5rem 1% 0 1%;}
	.index-part2 .number ul li h3 strong {padding:0 .2rem 0 0;font-size: .6rem;}
	.index-part2 .number ul li h3 strong i {font-size: .4rem; right: -.1rem}
	.index-part2 .number ul li h3 span {font-size: .3rem;padding:0 0 0 .1rem;}
	.index-part2 .number ul li p {font-size:.28rem;padding-top:0;}
	.index-part2 .box4{margin-top:1rem;}

	/*产品中心*/
	.index-part3{min-height: 6rem;}
	.index-part3 .container{ padding: 1rem 0 .8rem 0; width: 100%;}
	.index-part3 .box2-1{width:100%;}
	.index-part3 .box2{padding-top:.6rem;}
	.index-part3 .box2-1 .swiper-slide .img{height:6.4rem !important;}
	.index-part3 .box2-1 .con .h1{line-height:.6rem; font-size: .4rem; padding: .2rem 0 0 0;}
	.index-part3 .box2-1 .con .p1{line-height:.4rem; font-size: .3rem;}

	/*灵感空间*/
	.index-part4 .container{ padding:1rem .1rem .8rem .1rem;}
	.index-part4 .box2{padding-top: .6rem;}
	.index-part4 .box2 .item{padding:.1rem;}
	.index-part4 .box2 .item .img{height: 3rem;}
	.index-part4 .box2 .item .con1 h1{ font-size: .35rem; line-height: .6rem;}
	.index-part4 .box2 .item .con1 h2{line-height: .4rem; font-size: .3rem;}

	/*招商加盟*/
	.index-part6{background: url(?images/mhome_bg3.jpg) no-repeat right bottom; background-size: 100% auto; min-height: 6rem;}
	.index-part6 .container{ padding-top:1rem; padding-bottom: .8rem;}
	.index-part6 .box2{margin-top:1.2rem;}
	.index-part6 .box2 .h1{ line-height: .8rem; font-size: .5rem;}
	.index-part6 .box2 .p1{text-align: center; line-height:.7rem; margin-top: .5rem; padding: 0 .5rem;}
	.index-part6 .box2 .p1>span{margin: 0 .3rem; color: #333; font-size: .3rem}
	.index-part6 .box4{margin-top:2.5rem;}

	/*新闻动态*/
	.index-part5 .container{padding: 1rem .2rem .8rem .2rem;}
	.index-part5::before{height: 5rem;}
	.index-part5 .box2{padding-top: .6rem; }
	.index-part5 .box2 .item .img{height:5rem;}
	.index-part5 .box2 .item .p1{line-height: .5rem;font-size:.35rem; padding-top: .3rem;}
	.index-part5 .box2 .item .p2{font-size: .3rem;padding-top:.2rem;}
	.index-part5 .box2 .item .p3{padding-top: .2rem;line-height:.4rem; font-size: .28rem;}

	/*觊发k8旗舰厅--------end*/


	/*招商加盟页------start*/
	.join{padding:2.2rem 0 0 0;}
	.join .box1 .p1{font-size: .28rem;}

	.join .box1 .tit1{padding-top: .6rem;}
	.join .box1 .tit1>h1{font-size: .7rem;line-height: 1rem;  }
	.join .box1 .tit1>h2{font-size: .45rem;line-height: .8rem; }
	.join .box1 .tit1>p{font-size: .28rem; line-height: .5rem; }
	.join .box1 .con1{margin-top: .5rem;}
	.join .box1 .con1 #diqu2{justify-content: flex-start; align-items:center; flex-direction:column;align-content:center;flex-wrap:unset; width: 100%;}
	.join .box1 .con1 form div .ind {width:100%; height: .8rem; margin-bottom: .2rem; font-size: .28rem; padding: 0 .2rem;}
	.join .box1 .con1 form div .ind2 {padding-right: .5rem;}
	.join .box1 .con1 form .sub {width: 100%;height: .8rem;font-size: .3rem;}
	.join .box2{ margin-top: .3rem; padding-left: 0; padding-right: 0;}
	.join2{margin-top: 0;  padding: 1rem 0 .8rem 0;}

	.join2 .us .tit1>h1{font-size: .7rem;line-height: 1rem;  }
	.join2 .us .tit1>h2{font-size: .45rem;line-height: .8rem; }
	.join2 .us .tit1>p{font-size: .28rem; line-height: .5rem; }
	.join2 .us .box {margin-top: .1rem;padding: .3rem .3rem;}
	.join2 .us .box .con .txt {width: 100%;}
	.join2 .us .box .con .txt .box1{font-size:.3rem;line-height: .5rem;}
	.join2 .us .box .con .box2{margin: .2rem 0 .4rem 0;}

	.join2 .us .box .con form {width: 100%;}
	.join2 .us .box .con form .ind {height: .8rem;padding: 0 .2rem;font-size: .28rem;line-height: 1;margin-bottom: .2rem;}
	.join2 .us .box .con form div .ind1 {margin-bottom: .1rem;}
	.join2 .us .box .con form .sub {width: 100%;height: .8rem;font-size: .3rem;}
	.join2 .us .box .con form textarea.ind {
		padding: .2rem .2rem;
		height: 2rem;
	}
	/*招商加盟页------end*/

	/*新闻动态页----start*/
	.news{padding: 2.2rem 0rem .5rem 0rem;}
	.news .my-daohang{padding-left: 0;}
	.news .box1 .item{padding: .2rem .3rem;}
	.news .box1 .item>a{padding:0; justify-content: flex-start; align-items:center; flex-direction:column;align-content:center;flex-wrap:unset;}
	.news .box1 .item .img{width:100%; height: 5rem; margin-right:0;}
	.news .box1 .item .con{width: 100%; padding: .3rem;}

	.news .box1 .item .con .h1{line-height: .5rem;font-size:.35rem; }
	.news .box1 .item .con .p2{font-size: .3rem;margin-top:.2rem;}
	.news .box1 .item .con .p3{margin-top: .2rem;line-height:.4rem; font-size: .28rem;}
	/*新闻动态页----end*/

	/*新闻详情页----start*/
	.in-newsview{padding:2.2rem 0 0 0;}
	.in-newsview .container>.p1{padding-top: 0; font-size: .28rem; }
	.newview-tit .p1{ font-size: .4rem; line-height: .6rem; padding:.3rem 0; margin-top: .2rem;}
	.newview{padding:0 .2rem .1rem .2rem; min-height:6rem !important;}
	.newview-tit .p2{ font-size: .28rem; line-height: .5rem;padding-bottom: 0;}
	.newview-con{border-top:1px solid #ccc;padding:.3rem 0 0 0; line-height:.5rem; font-size:.3rem; }
	.newview-con img{width:auto; max-width: 100%;}
	.newview-con video{max-height: 6rem;}
	.zhengwen .share-out{position:fixed !important; top:2.2rem; left:-100px; z-index: 80; width: 40px;}
	.zhengwen .share-out.on{left:0;}

	.newview-tit .p2>.box2 .love{padding:0 0 0 .3rem; margin-bottom: 0;}
	.newview-tit .p2>.box2 .link{margin-left: .3rem;}
	.newview-tit .p2>.box2 .sina{margin-left: .3rem;}


	.my-label{margin-top: .5rem;}
	.my-label span, .my-label a{ padding: .05rem .2rem; margin-right: .2rem;  margin-bottom: .2rem; display: block; font-size: .24rem;}
	.my-label span.tit{width: 100%; font-size: .3rem; font-weight: 800; padding: 0; margin-left: 0;}

	.newview .updown{width:100%; margin-top:.4rem; margin-bottom: .5rem;}
	.newview .updown .prev,.newview .updown .next{  font-size: .3rem; margin: 0 .5rem; line-height:.6rem;}
	.newview .updown .prev{ padding: .05rem .3rem .05rem .8rem; background-size:.5rem .5rem;}
	.newview .updown .next{ padding: .05rem .8rem .05rem .3rem; background:#fff url(../images/more-icon2.png) no-repeat 1.3rem center; background-size:.5rem .5rem;}
	/*新闻详情页----end*/

	/*视频中心页-----start*/
	.video{padding:2.2rem 0 0 0;}
	.video .container{padding: 0 .3rem;}
	.video .box1{padding-top: .3rem; }
	.video .box1 .item{margin-bottom: .5rem;}
	.video .box1 .item .img{height:5rem;}
	.video .box1 .item .p1{padding-top: .2rem;line-height: .5rem;font-size:.3rem;}
	.video .box1 .item a .video-btn img{width: 1rem; height: 1rem;}
	/*视频中心页-----end*/

	/*产品中心页面-----start*/
	.product{height:5rem; padding: 1.2rem 0 0 0;}
	.product .box1 .p1{padding-top:.1rem; height: unset; line-height: .4rem; font-size: .28rem;}
	.product .box1 .h1{height: auto; margin-top: .8rem; }
	.product2 .container{width: 100%; padding-left: 0; padding-right: 0;}
	.product2 .left{padding:.2rem .3rem 0 .3rem;}
	.product2 .left .fenlei{padding-right:0;}
	.product2 .left .fenlei .one{height: .8rem; padding-top: .1rem; line-height:.5rem; font-size:.32rem; }
	.product2 .left .fenlei .one .span2{padding:.05rem 0 .05rem .1rem;}

	.product2 .left .fenlei .two{height:.6rem; overflow: hidden; padding:0 0 0 1rem; font-size:.28rem; margin-top: -.6rem;}
	.product2 .left .fenlei .two .vo{margin: 0 .3rem .1rem 0;}
	.product2 .left .fenlei .two2 .vo{padding:0 0 .1rem 0;}
	.product2 .right form{box-sizing: border-box; padding: 0 .3rem !important;}
	.product2 .right .box1{height: 1rem; line-height: 1rem; margin-bottom: .2rem;}
	.product2 .right .list li{padding:.1rem; margin-top: .2rem;}
	.product2 .right .list .img .vr-btn img{ width: .6rem; height: .6rem;}
	.product2 .right .list .tit{ font-size:.3rem;line-height: .5rem;}
	/*产品中心页面-----end*/

	/*产品详情页-----start*/
	.proview1{padding:1rem 0 .5rem 0;}
	.proview1 .my-daohang{font-size: .28rem;}
	.my-daohang1{width: 100%; margin-top:.2rem; margin-bottom: .3rem;}
	.my-daohang span{ padding-right: .1rem; padding-left: .1rem;}

	#mbigProimg{}
	#mbigProimg .swiper-slide{cursor: pointer; position: relative;background-color: #fff; border: 1px solid #eee; padding:0; box-sizing: border-box; width: 6.9rem; height: 6.9rem;}
	#mbigProimg .swiper-slide img{max-width: 100%; max-height: 100%;}
	#mbigProimg .swiper-slide p{line-height:.5rem; text-align: center; color: #000; font-size: .3rem; width: 100%; position: absolute; bottom: .2rem; left: 0; margin-bottom: 0;}
	.small-items{margin-top: .1rem;}
	.small-items .item-prev,.small-items .item-next{font-size: .7rem; width: .7rem; }
	#mproThumbs{flex-grow: 1;}
	#mproThumbs .swiper-slide{cursor: pointer;
		opacity:0.5;
		overflow: hidden;
		width: 1.37rem; height: 1.22rem;
		box-sizing: border-box;
	}
	#mproThumbs .swiper-slide img{max-width: 100%; max-height: 100%;}
	#mproThumbs .swiper-slide-thumb-active{
		opacity:1;
		border:2px solid #212121;
	}
	.pview-right .hits{ font-size: .28rem; flex-shrink: 0; padding:.5rem 0 0 0;}
	.pview-rtop{ padding:.3rem 0 .2rem 0;}
	.pview-rtop .pview-tit{ line-height:.6rem; padding: .1rem 0; font-size:.45rem;}
	.pview-rtop .pview-tit2{width:auto; flex-shrink: 0; padding-left: .2rem;}
	.pview-rtop .video-btn{width: 1rem;}
	.pview-rtop .video-btn img{width: .6rem; height: .6rem;}
	.pview-rmid{padding:.2rem 0 .4rem 0;}
	.pview-rmid td{padding:.1rem 0 .1rem 0; font-size:.3rem; line-height: .5rem;}
	.pview-rmid tr td:nth-child(1){ width: 1rem;}
	.pview-rmid td a>.more-icon{width: .5rem; height: .5rem;margin-left: .1rem;}
	.pview-right-3{margin-top:0; justify-content: center;}
	.pview-right-3 .right{width: 100%;}

	.proview2{margin-bottom: .5rem; padding-left: 0; padding-right: 0;}
	.proview2 .container{position: relative; padding: 0;}
	.pro-detial{padding:.4rem 0 .8rem 0;}
	.pro-dright{padding: 0 .2rem;}

	.dright-tit{ height:.6rem;}
	.dright-con{ width:100%; overflow:hidden; padding-top:.3rem; font-size: .3rem;}
	.dright-con1{margin-bottom: .8rem;}

	.my-pro-tit .f-18{font-size: .32rem; padding-right: .1rem;}
	.my-pro-tit .f-14{font-size: .24rem;}
	/*产品详情页-----end*/


	/*工程案例详情页-----start*/
	.in-caseview{padding-top:2.2rem; margin-top:0;}
	.caseview{padding-bottom: .8rem;}
	.caseview .newview-con .tit1{ margin-top: .5rem;}
	.caseview .newview-con .p1{margin-top: .2rem; line-height:.5rem; font-size:.3rem;}
	.caseview .newview-con .p2{margin-top: .3rem;}
	.caseview .newview-con .p2>video{ max-height: 6rem;}
	.caseview .p3{margin-top: .3rem;}
	.caseview .p3 #bigProimg .swiper-slide{background-color:transparent; height: 6rem;}
	.caseview .p3 #bigProimg .swiper-pagination{padding-right: .2rem; font-size: .3rem;}
	.caseview .p3 #proThumbs .swiper-slide{height:1.3rem; }
	.caseview .tit1 .f-18{font-size: .32rem; padding-right: .1rem;}
	.caseview .tit1 .f-14{font-size: .24rem;}

	/*工程案例详情页-----end*/

	/*空间灵感详情页-----start*/
	.caseview .newview-tit span.p2-2{flex-shrink: 0; margin: 0 .05rem;}
	.caseview .newview-tit .p2{ font-size: .28rem; line-height: .35rem;}

	.caseview .newview-con .list li{padding:0 .1rem .2rem .1rem; }
	.caseview .newview-con .list .img .vr-btn img{ width: .6rem; height: .6rem; margin: 0; padding: 0;}
	.caseview .newview-con .list .tit{ font-size:.3rem; line-height: .5rem; margin-top: .2rem; }
	/*空间灵感详情页-----end*/


	/*下载中心、经销商专区----start*/
	.indownload{height: 100vh; padding-top:1rem; background: url(?images/download-bg.jpg) no-repeat right center;}
	.indownload .login .win{padding: .8rem .3rem .5rem .3rem; width: 90%; margin: 0 auto;}
	.indownload .login h1{font-size:.45rem; margin-bottom: .3rem;}
	.indownload .zx-new-1 .zx-tit{font-size: .32rem; width:1.2rem !important;}
	.indownload .zx-submit{ width: 90%; height:.8rem; font-size:.35rem; line-height:1; padding:0 .2rem;}
	.indownload2{padding: 2.2rem 0 0 0;}
	.indownload2 .container{padding: 0 .3rem 0 .3rem !important;}
	.indownload2 .box1{padding: .3rem 0 0 0;}
	.indownload2 .box1 .item .p1{padding-top: .2rem;line-height: .5rem;font-size:.3rem;}
	.indownload2 .box1 .item .p2{font-size: .26rem; padding-top:.1rem; line-height: .35rem;}
	.indownload2 .box1 .item .img{height:6rem;}
	.indownload2 .box2{padding-bottom: .5rem; padding-top: 0;}
	/*下载中心、经销商专区----end*/

	/*门店地图页面-------start*/
	.yunmap{padding-top: 1rem;margin-top: 0; height: 100vh;}
	.yunmap #map{position: relative; z-index: 12;}

	.yunmap .sidebar{width: 100%; height: 60vh; position: fixed; bottom:-100vh; left: 0; z-index: 300; border-radius: 10px 10px 0 0;overflow-y: auto; }
	.yunmap .sidebar.on{bottom:0;}

	.yunmap .sidebar .search{padding-right: .3rem; padding-top: .6rem;}
	.yunmap .sidebar .search .ind {
		width: 48%;
		height: .8rem;
		padding: 0 .3rem;
		font-size: .28rem;
	}

	.yunmap .store-list h2{font-size: .36rem; padding-top:0; padding-bottom: .2rem; margin-bottom: .3rem; overflow: visible; }
	.yunmap .store-list h2>.close-btn{position: absolute; right: .2rem; top:.1rem; font-size: .5rem; font-weight: normal; }
	.yunmap .store-list .list{ overflow-y: auto;}
	.yunmap .list .item .item-2{
		width: 100%; padding: .2rem 0 0 0;
		display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:start;
		display: flex; justify-content:space-between; align-items:flex-start; flex-direction:row; flex-wrap: nowrap;
	}
	.yunmap .list .item .item-2 .item-2-1{width: auto;flex-shrink: 0;}
	.yunmap .list .item .item-2 .item-2-2{ width: auto; flex-grow: 1; margin-top: 0;}
	/*门店地图页面-------end*/


	/*门店展示页-----------start*/
	.in-storeview{padding-top:1.2rem;}
	.in-storeview .newview-tit .p2{font-size: 16px; line-height: 20px;}

	.in-storeview .jzqr{ margin-left: 15%; padding:30px; background-color: #f3f5f8; border-bottom: 2px solid #fff;}
	.in-storeview .jzqr img{width: 80%; height: auto;}
	.in-storeview .jzqr p{margin-top: 5px;font-size: 12px; text-align: center;}

	.in-storeview .caseview .newview-tit .p2{line-height:.4rem; font-size: .28rem;}
	/*门店展示页-----------end*/


	/*关于觊发k8旗舰厅页-----------start	*/
	.about{padding:2.2rem 0 0 0;}
	.about .container{width: 100%; padding: 0 .2rem;}
	.about .title1{padding: .1rem 0 0 0;}
	.about .box1 .number {margin:.5rem 0 0 0;}
	.about .box1 .number ul {gap:unset;}
	.about .box1 .number ul li {width:50%; box-sizing: border-box; padding: .5rem 1% 0 1%;}
	.about .box1 .number ul li h3 strong {padding:0 .2rem 0 0;font-size: .6rem;}
	.about .box1 .number ul li h3 strong i {font-size: .4rem; right: -.1rem}
	.about .box1 .number ul li h3 span {font-size: .3rem;padding:0 0 0 .1rem;}
	.about .box1 .number ul li p {font-size:.28rem;padding-top:0;}
	.about .box1 .box4{margin-top:1rem;}
	.about .box1 .p1{padding-top: .3rem; font-size: .28rem;}
	.about .box1 .p3{padding-top: .5rem; padding-bottom: .8rem;}
	.about .box1 .p3 p{font-size: .3rem; line-height: .6rem; }

	/*发展历程*/
	.about .box3{padding-top: .6rem;}
	.about .box3-1 .swiper-slide{height:auto; padding:.3rem .1rem .3rem .3rem;}
	.about .box3-1 .swiper-slide .img{height:6rem;  font-size:.28rem; line-height: .4rem; padding-right: .2rem;}
	.about .box3-1 .swiper-slide .img::-webkit-scrollbar {display: block;}
	.about .box3-1 .swiper-slide .img p{margin: .1rem 0;}
	.about .box3-1 .con{ padding: 0 .2rem .2rem .2rem;  margin-top: .2rem; margin-right: .2rem; min-height:1.6rem; }
	.about .box3-1 .con .h1{line-height:.6rem; font-size: .45rem; padding: .2rem 0 0 0;}
	.about .box3-1 .con .p1{line-height: .5rem; margin-top: .1rem; font-size: .3rem;}

	/*联系觊发k8旗舰厅*/
	.about .part4 {margin-top: .6rem;}
	.about .box1 .p2{padding:.3rem 0 .8rem 0;line-height: .5rem; font-size: .3rem;}

	.about .part3 {padding: 0 0 .8rem 0;}
	.ryzhengshu{ margin-top: .6rem;}
	.ryzhengshu #bigProimg{ width: 7rem; height: 7rem;}
	.ryzhengshu #bigProimg .swiper-slide{height: 7rem; border: 0px;}
	.ryzhengshu .small-items{margin-top: .2rem; padding: 0;}
	.ryzhengshu .small-items .item-prev,.ryzhengshu .small-items .item-next{font-size: .55rem; line-height: .6rem; width:.6rem; height: .6rem; }
	.ryzhengshu .small-items .item-prev i,.ryzhengshu .small-items .item-next i{line-height:.6rem;}
	.ryzhengshu .small-items .item-prev{margin-right: .2rem; padding-right: .1rem;}
	.ryzhengshu .small-items .item-next{margin-left: .2rem; padding-left: .1rem;}


	/*关于觊发k8旗舰厅页-----------end	*/

}

@media (min-width:768px){
	/*觊发k8旗舰厅*/
	.mindex-part2 .container{height:100vh;}
	.mindex-part2 .container .box1{text-align: center; font-size: 18px; line-height: 40px;font-weight: 600;}
	.mindex-part2 .container .box2{text-align: center; margin-top: 50px; }
	.mindex-part2 .container .box2>img{width: 200px; height: 200px; }

}

@media (max-height:740px){

	
}



/* col-sm */
@media ( min-width : 768px) and (max-width: 991px) {
	/*内页栏目 */
	.inpage-nav .fenlei>a{padding: 6px 25px;margin: 0 10px;}
	/*内页栏目 end----- */

	/*页头*/
	.my-navbar .meiti{display: none;}
	.my-navbar .rightcon{ padding: 0 0 0 15px;}
	.my-navbar .rightcon .con1 li{padding: 0 10px;}

	/*觊发k8旗舰厅*/
	.index-part1{height: 560px;}
	.index-part1 .swiper-slide{height:560px;}

	.index-part3 .box2-1{width: 100%;}
	.index-part3 .box2-2{display: none; }

	.index-part4 .container{width: 90%; padding-left: 0; padding-right: 0;}
	.index-part4 .box2 .item .img{height: 250px;}

	.index-part6{ background-size: auto 100%; background-position: left center; min-height: 400px;}

	.index-part5 .container{width: 90%;}
	.index-part5 .box2 .item:nth-child(3){display: none;}
	.index-part5 .box2 .item .img{height:250px;}
	.homefoot .box3{ width: 100%;
		display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:vertical;
		display: flex; justify-content: flex-start; align-items:center; flex-direction:column;align-content:center;
	}
	.homefoot .box2 .left{display: none;}
	.homefoot .box2 .right{margin: 0 auto; width: 100%; justify-content: center; margin-left: -40px}

	/*关于觊发k8旗舰厅*/
	.about .container{width: 100%}


	
}

/* col-md */
@media ( min-width : 992px) and (max-width: 1199px) {
	/*页头*/
	.my-navbar .meiti{display: none;}
	.my-navbar .rightcon{ padding: 0 0 0 15px;}
	.my-navbar .rightcon .con1 li{padding: 0 15px;}

	/*觊发k8旗舰厅*/
	.index-part1{height: 675px;}
	.index-part1 .swiper-slide{height:675px;}

	.index-part3 .box2-1{width: 100%;}
	.index-part3 .box2-2{display: none; }

	.index-part4 .container{width: 90%;padding-left: 0; padding-right: 0;}
	.index-part4 .box2 .item .img{height: 300px;}

	.index-part6{ background-size: auto 100%; background-position: left center; min-height: 450px;}

	.index-part5 .container{width: 90%;}
	.index-part5 .box2 .item:nth-child(3){display: none;}
	.index-part5 .box2 .item .img{height:300px;}

	.homefoot .box3{ width: 100%;
		display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:vertical;
		display: flex; justify-content: flex-start; align-items:center; flex-direction:column;align-content:center;
	}

	/*关于觊发k8旗舰厅*/
	.about .container{width: 100%}


}
