﻿.va-wap-header,
.m-menu {
	display: none;
}
.va-titleBox{
		display: block;
	}
.va-index-Tit{
	display: none;
}
.va-addcontent{
	display: none;
}
.va-addmore{
	display: none;
}
.va-addSearchBox{
	display: none;
}
.add-page-lx,.add-page-moreBox{
	display: none;
}
.add-join-img{
	display: none;
}
#newBridge{
	display: none !important;
}

@media screen and (max-width:768px) {

	/* 公共 */
	body {
		min-width: unset;
	}

	#header {
		display: none;
	}
	.banner{
		padding-top: 60px;
	}
	.banner img{
		height: 320px;
		object-fit: cover;
	}

	.va-wap-header {
		display: block;
	}

	/* 移动端导航菜单 */
	.m-menu {
		display: block;
	}

	/* 首页 */
	/* 关于轩尼斯 */
	.va-pc-about {
		min-width: unset;
		padding: 10px;
		box-sizing: border-box;
	}

	.va-pc-about .abBoxImg {
		width: 100%;
	}

	.va-pc-about .abBox {
		width: 100%;
	}

	.va-pc-about .abBox .abBoxB {
		margin-left: unset;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
		padding-bottom: 60px;
	}
	.va-pc-about .titleBox .titleBig .en{
		font-size: 30px;
		line-height: normal;
		text-align: center;
	}
	.va-pc-about .titleBox .titleBig .cn{
		font-size: 22px;
		margin-top: 20px;
		text-align: center;
		background: none;
		padding-left: 0;
	}
	.va-pc-about .abBoxNr{
		height: auto;
	}
	.va-pc-about .morebtn a{
		width: 100px;
		height: auto;
		line-height: normal;
		padding: 8px 10px;
		background: url(../images/index-more.png) no-repeat 80px center;
	}

	/* 移动端导航 */
	.mb-logo img{
		width: 100%;
	}
	.mb-header {
		width: 100%;
		height: 110px;
		z-index: 99;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		box-shadow: 0 0 1px rgba(0, 0, 0, .1);
		border-bottom: 1px solid #d9d9d9;
	}

	.mb-header .mb-headerBox {
		position: relative;
		/*max-width:640px;*/
		margin: 0 auto;
	}

	.mb-header .logo {
		width: 100%;
		display: block;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		/* text-align:center*/
	}

	.mb-header .logo img {
		max-width: 100%;
		max-height: 110px;
	}

	.mb-header .menu {
		width: 65px;
		height: 110px;
		background: url(../images/menu.png) center center no-repeat;
		cursor: pointer;
		background-size: 100%;
		position: absolute;
		top: 0;
		margin-top: 0;
		right: 0;
	}

	.mb-header .menu.on {
		background: url(../images/menu-close.png) center center no-repeat;
		background-size: 100%;
	}

	@media screen and (max-width:640px) {
		.mb-header {
			height: 15.625vw;
		}

		.mb-header .mb-headerBox {
			width: 100%;
		}

		.mb-header .logo img {
			width: 100%;
		}

		.mb-header .menu {
			width: 10.15625vw;
			height: 15.625vw;
			background-size: 10.15625vw;
		}
	}

	/*m-menu*/
	.m-menu .menu-user {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.m-menu .menu-user a {
		font-size: 22px;
		color: #383839;
		line-height: 60px;
		border: 1px solid #d2d2d2;
		border-radius: 60px;
		display: block;
		text-align: center;
		overflow: hidden;
	}

	.m-menu .menu-user a span {
		padding-left: 30px;
		background: url(../images/menu-u.png) left center no-repeat;
		cursor: pointer;
		background-size: 20px;
	}

	.m-menu .close {
		display: block;
	}

	/*one*/
	.m-menu .one {
		text-align: left;
		display: block;
		margin: 0;
	}

	.m-menu .one>li {
		float: none;
		margin: 0;
	}

	.m-menu .one>li+li {
		margin-left: 20px;
	}

	.mb-header .one>li>a {
		display: block;
		font-size: 17px;
		color: #000;
		text-transform: uppercase;
	}

	/*close*/
	.m-menu .m-nav {
		margin: 0;
		text-align: left;
		padding-right: 0;
		position: fixed;
		top: 100px;
		right: -100%;
		width: 60%;
		height: 100%;
		z-index: 1100;
		background-color: #ffffff;
		opacity: 0;
		margin-top: 1px;
	}

	.m-menu .close {
		position: fixed;
		top: 0;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 1001;
		display: none;
	}
	
	.m-menu a {
		display: block;
	}

	/*one*/
	.m-menu .one {
		display: block;
		background: #fff;
		padding: 0 1rem;
		height: calc(100% - 110px);
		overflow: auto;
		z-index: 1;
	}

	.m-menu .one ::-webkit-scrollbar {
		width: 0;
		height: 0;
		background-color: none;
	}

	.m-menu .one ::-webkit-scrollbar-thumb {
		background-color: none;
	}

	.m-menu .one>li+li {
		margin-left: 0;
	}

	.m-menu .one>li {
		border-bottom: 1px solid #d9d9d9;
		position: relative;
	}

	.m-menu .one>li>.d {
		font-size: 22px;
		line-height: 90px;
		height: 90px;
		overflow: hidden;
		color: #000000;
		position: relative;
	}

	.m-menu .one>li .a1 {
		display: inline-block;
		font-style: normal;
		width: 90px;
		height: 90px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../images/menu-s.png) no-repeat right center;
		z-index: 2;
		background-size: 0.6rem;
	}

	.m-menu .one>li.on .a1 {
		background: url(../images/menu-s2.png) no-repeat right center;
		background-size: 1.1rem;
	}

	/*two*/
	.m-menu .two {
		border-top: 1px solid #d9d9d9;
		display: none;
		padding: 0.5rem 0;
	}

	.m-menu .two>li {
		position: relative;
	}

	.m-menu .two>li>.d {
		font-size: 20px;
		line-height: 50px;
		height: 50px;
		overflow: hidden;
		color: #909090;
		position: relative;
	}

	/*.m-menu .two > li > .a2{ width:90px;height:90px; position:absolute; top:0; right:0;background:url(../images/menu-2.png) no-repeat right top; background-size:100%;border-left:1px solid #d9d9d9; z-index:2;}*/
	/*three*/
	.m-menu .three {
		border-top: 1px solid #d9d9d9;
		display: none;
	}

	.m-menu .three>li>a {
		font-size: 32px;
		line-height: 90px;
		height: 90px;
		padding-left: 46px;
		overflow: hidden;
		color: #999999;
		background: url(../images/menu-d.png) no-repeat left center;
		position: relative;
	}

	@media screen and (max-width:640px) {
		.m-menu .menu-user {
			padding-bottom: 2rem;
			padding-top: 2rem;
		}

		.m-menu .menu-user a {
			font-size: 1rem;
			line-height: 2rem;
		}

		.m-menu .menu-user a span {
			padding-left: 2rem;
			background-size: 1.4rem;
		}

		.m-menu .m-nav {
			top: 15.4vw;
		}

		.m-menu .close:after {
			width: 5rem;
			height: 5rem;
		}

		.m-menu .one {
			height: calc(100% - 15.625vw)
		}

		.m-menu .one>li>.d {
			font-size: 1rem;
			line-height: 3.5rem;
			height: 3.5rem;
		}

		.m-menu .one>li .a1 {
			width: 5rem;
			height: 3.5rem;
		}

		.m-menu .two>li>.d {
			font-size: 1rem;
			line-height: 3rem;
			height: 3rem;
		}

		.m-menu .two>li>.a2 {
			width: 4rem;
			height: 4rem;
		}

		.m-menu .three>li>a {
			font-size: 1.3rem;
			line-height: 4rem;
			height: 4rem;
		}
	}
	
	/* 产品中心 */
	.va-titleBox{
		display: none;
	}
	.va-index-Tit{
		display: block;
	}
	.va-index-proNav {
		display: none;
	}
	.index-proNav{
		margin-bottom: 0;
	}
	.va-index-Tit img{
		max-width: 100%;
	}
	.index-proNav a{
		padding-top: 0;
	}
	
	/*index-Tit*/
	.index-Tit{overflow:hidden;background:url(../images/index-probg.jpg) no-repeat center top #040404; margin:0 auto;max-width:790px;}
	.index-tt{display:block;text-align:center;}
	.index-tt a{color:#000000; display:block;}
	.index-tt a:hover{text-decoration:none;}
	
	/*index-proNav*/
	.index-proNav{padding-top:30px;padding-bottom:85px;padding-left:20px;padding-right:20px;overflow:hidden;}
	.index-proNav ul{font-size:0; text-align:center;}
	.index-proNav ul li{ display:inline-block;*display:inline;zoom:1;width:30%; text-align:center; vertical-align:top;margin-bottom:10px;}
	.index-proNav ul li a{margin:0 5px;display:block;}
	.index-proNav ul li em{ display:block; font-style:normal;line-height:40px;font-size:18px;color:#ffffff;}
	.index-proNav ul span{display:block; margin:0 auto; text-align:center;}
	.index-proNav ul img{height:auto; width:50px;display:block;margin:0 auto; text-align:center;}
	@media screen and (max-width:640px) {
	.index-proNav{padding-top:1.5rem;padding-bottom:4.25rem;padding-left:0.9rem;padding-right:0.9rem;}
	.index-proNav ul li{margin-bottom:0.5rem;}
	.index-proNav ul li a{margin:0 0.25rem;}
	.index-proNav ul li em{line-height:2rem;font-size:0.6rem;}	
	.index-proNav ul img{width:7.8125vw;}
	}
	
	/* 产品中心列表 */
	.index-pro .proBoxImg {
	    width: 100%;
	    float: none;
	    height: 100%;
	    position: inherit;
	    overflow: hidden;
	}
	.index-pro .proBox{
		width: 100%;
		padding: 2.2rem 1.5rem 2.2rem 1.5rem;
		height: 100%;
	}
	.index-pro .proBoxImg img{
		width: 100%;
		position: inherit;
	}
	.index-pro .proBoxB {
	    margin-left: 0;
	    width: 100%;
	}
	.index-pro .protitleBox .titleBig {
	    margin-bottom: 0;
	    margin-top: 0;
	}
	.index-title{
		padding: 1rem 0;
	}
    .index-pro .protitleBox .titleBig .en{
		font-size:15px;
		color: #ffffff;
		line-height: 20px;
	}
	.index-pro .protitleBox .titleBig .cn{
		font-size:18px;
		color: #ffffff;
		background: none;
	}
	.index-pro .proBoxNr{
		font-size: 12px;
		color: #ffffff;
		line-height: 22px;
		height: auto;
		padding-bottom: 20px;
	}
	.index-pro .proBoxNr h1{
		margin-bottom: 10px;
		color: #ffffff;
		font-size: 15px;
	}
	.index-pro .morebtn a {
		margin-top: 0;
		width: 100px;
		height: 34px;
		font-size: 13px;
		line-height: 32px;
		padding: 0 0 0 12px;
		background: url(../images/index-pro-m.png) no-repeat 80px center;
	}
	
	/* 产品推荐 */
	.va-recommend{
		display: none;
	}
	
	/* 产品案例 */
	.va-indexCase .w1200{
		width: 100%;
	}
	.va-indexCase .titleBox .titleBig{
		padding-top: 70px;
	}
	.va-indexCase .titleBox .titleBig .en{
		font-size: 30px;
		line-height: 20px;
	}
	.va-indexCase .titleBox .titleBig .cn{
		font-size: 22px;
	}
	.va-indexCase .titleBox .titleBig .wz{
		overflow: visible;
		margin-top: 18px;
		font-size: 12px;
	}
	.va-indexCase .titleBox{
		padding: 0 20px;
	}
	
	/* 新增内容 */
	.va-addcontent{
		text-align: center;
		margin-top: 20px;
		display: block;
	}
	.va-addcontent a{
		color: #d8d8d8;
		padding: 5px 10px;
		border: 1px solid #d8d8d8;
		display: inline-block;
		margin: 0 5px;
		border-radius: 8px;
	}
	
	/* 产品案例列表 */
	.va-CaseList .li3{
		width: 50%;
	}
	.va-CaseList ul{
		padding-top: 30px;
		margin: 0;
	}
	.va-CaseList .li3 .title .num{
		display: none;
	}
	.va-CaseList .li3 .title{
		margin-top: 0;
		border-left: 0;
		padding: 15px 0 20px 10px;
	}
	.va-CaseList .li3 .title .t1{
		margin-bottom: 0;
	}
	
	/* 媒体中心 */
	.va-indexNews{
		height: 100%;
		padding-bottom: 30px;
	}
	.va-indexNews .w1200{
		width: 100%;
	}
	.va-indexNews .titleBox .titleBig{
		padding-top: 35px;
		padding-bottom: 25px;
	}
	.va-indexNews .titleBox .titleBig .en{
		font-size: 30px;
	}
	.va-indexNews .titleBox .titleBig .en{
		font-size: 22px;
	}
	
	/* 新闻动态swiper */
	.index-NewsList .swiper-wrapper{
		margin: 0;
	}
	.index-NewsList .li4{
		width: 100%;
	}
	.index-NewsList .li4 a{
		margin: 0 15px;
	}
	.index-NewsList .li4 .imgBox img{
		height: 100%;
	}
	.index-NewsList .li4 .title{
		margin-top: 0;
	}
	.index-NewsList .li4 .title .t1{
		margin-bottom: 0;
	}
	.index-NewsList .li4 .title .t2{
		margin-bottom: 0;
	}
	.index-NewsList .li4 .title .more{
		padding-top: 10px;
	}
	
	/* 经销商门店 */
	.va-indexStores{
		height: 100%;
	}
	.va-indexStores .w1760{
		max-width: 100%;
		min-width: 100%;
	}
	.va-indexStores .titleBox .titleBig{
		padding-bottom: 0;
	}
	.va-indexStores .titleBox .titleBig .en{
		font-size: 30px;
	}
	.va-indexStores .titleBox .titleBig .cn{
		font-size: 20px;
	}
	.index-StoresList .li3 .title .t2{
		margin-top: 25px;
		padding-bottom: 15px;
	}
	.index-StoresList .shop-prev, .index-StoresList .shop-next{
		margin-left: 0;
		left: auto;
	}
	.index-StoresList .shop-prev{
		right: 20px;
	}
	.index-StoresList .li3 a{
		display: inline-block;
		width: 100%;
	}
	
	/* 加盟 */
	.va-indexJoin{
		height: 100%;
		padding-bottom: 20px;
	}
	.va-indexJoin .w1200{
		width: 100%;
	}
	.va-indexJoin .titleBox .titleBig{
		padding-top: 40px;
	}
	.va-indexJoin .titleBox .titleBig .en{
		font-size: 30px;
	}
	.va-indexJoin .titleBox .titleBig .cn{
		font-size: 20px;
	}
	.index-JoinList ul{
		padding-top: 0;
		margin: 0;
	}
	.index-JoinList .li3 a{
		margin: 0 12px;
		padding: 0;
	}
	.index-JoinList .li3{
		width: 100%;
	}
	.index-JoinList .li3 .imgBox {
		width: 38px;
		height: 38px;
		top: 15%;
		left: 15px;
	}
	.index-JoinList .li3 .title{
		display: flex;
		align-items: center;
		padding:15px 8px 15px 65px;
	}
	.index-JoinList .li3 .title .t1{
		white-space: nowrap;
		line-height: 25px;
		height: auto;
		font-size: 15px;
		overflow: visible;
		margin-right: 5px;
		font-weight: bold;
	}
	.index-JoinList .li3 .title .t2{
		font-size:12px;
		line-height: normal;
		padding-left: 10px;
		height: auto;
	}
	
	/* 加盟详情页 */
	.va-morebtn{
		display: none;
	}
	/* 新增内容 */
	.va-addmore{
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	.va-addmore a{
		color: #909090;
		display: inline-block;
	}
	.va-addmore .line{
		height: 4px;
		border: 1px solid #909090;
		width: 90px;
		margin-top: 10px;
	}
	
	/* 底部 */
	.va-footer{
		padding: 0 0 70px 0;
	}
	.va-footer .w1200{
		width: 100%;
	}
	.va-footer .bottom-logo{
		display: none;
	}
	.va-footer .t1{
		font-size: 16px;
		text-align: center;
		margin: 40px 0 15px 0;
	}
	.va-footer .ylinkBox{
		width: 100%;
		float: none;
	}
	.va-footer .ylink ul{
		width: 100%;
	}
	.va-footer .ylink li{
		text-align: center;
		padding: 2px 0;
	}
	.va-footer .footerSearchBox{
		width: 100%;
	}
	.va-footer .footerSearchBox .s-text{
		width: 80%;
		padding-left: 20px;
	}
	.va-footer .footerSearchBox .s-btn{
		border-left: 1px solid #565656;
		background: none;
		width: 18%;
	}
	.va-footer .footer-share{
		text-align: center;
		margin: 26px 0;
	}
	.va-footer .footer-lx{
		width: 100%;
		text-align: center;
	}
	.va-footer .footerSearchBox .footerS{
		width: 90%;
		border: 1px solid #565656;
		margin: 0 auto;
	}
	.index-frlink .index-frlinkCon{
		display: none;
	}
	.beian{
		margin-top: 0;
	}
	.copyright{
		margin-top: 50px;
	}
	
	.va-footerSearchBox{
		display: none;
	}
	.va-addSearchBox{
		display: block;
	}
	
	/* 底部结束 */
	
	#newBridge #nb_toolbar_wrap{
		display: none!important;
	}
	#newBridge .nb-icon-wrap-3 .nb-icon-wrap-base{
		display: none;
	}
	#newBridge ins{
		display: none;
	}
	
	
	/* about页面自适应样式 */
	.PageNav .w1200{
		width: 100%;
	}
	.PageNav li a{
		line-height: 45px;
		padding: 0 15px;
	}
	.pageInfo .w1200{
		width: 100%;
	}
	.pagetit{
		display: none;
	}
	.va-pageInfo{
		padding-top: 20px;
	}
	table tr{
		display: flex;
		flex-direction:column;
		padding: 0 10px;
	}
	table tr td{
		width: 100%;
	}
	.pageInfo img{
		padding-bottom: 20px;
		width: 100%;
	}
	table tr td p{
		padding: 0px 10px;
	}
	.va-about-pageBox img{
		width: auto;
		padding-bottom: 0;
	}
	
	/* 时间轴 */
	.year-swiper .wzBox{
		padding: 0 25px;
		min-height: 400px;
	}
	.year-swiper .year{
		padding: 30px 0 0 0;
	}
	.year-swiper .img{
		width: 100%;
		height: auto;
	}
	.year-swiper .img img{
		width: 100%;
		height: auto;
	}
	
	/* 团队风采 */
	.teamworkList{
		padding: 0 15px;
	}
	.teamworkList li{
		width: 100%;
		margin-bottom: 25px;
	}
	.teamworkList li .listTitle{
		padding: 0px 20px 0px 130px;
	}
	.teamworkList li .listTitle .listDate{
		left: 15px;
		top: 0;
		font-size: 20px;
		width: auto;
	}
	.teamworkList li .listTitle .t{
		font-size: 12px;
	}
	.pageBumengList .li3 .title .t2{
		padding-bottom: 0;
	}
	.pageBumengList .shop-prev, .pageBumengList .shop-next{
		margin-top: 10px;
	}
	
	/* about页面自适应样式结束 */
	
	/* 媒体中心自适应样式 */
	.va-news-box{
		padding-top: 35px;
	}
	.va-news-box ul li.newsli{
		width: 100%;
	}
	.pageList ul li.newsli .ImgBox{
		width: 32%;
		height: auto;
	}
	.pageList ul li.newsli a{
		padding: 15px 17px 0 17px;
		background-color: #F6F6F6;
	}
	.va-news-box ul li.newsli .listTitle .listTitleBox{
		padding: 0 0 0 25px;
	}
	.va-news-box ul li.newsli .listTitle .t{
		font-size: 14px;
		line-height: 22px;
		height: 45px;
		overflow: hidden;
		margin-bottom: 0;
	}
	.va-news-box ul li.newsli .listTitle .t2{
		display: none;
	}
	/* 媒体中心内容页 */
	.va-news-content{
		width: 100%;
	}
	.pageNewsXqInfo .page-newsInfo{
		width: 100%;
		padding: 0 15px;
	}
	.pageNewsXqInfo .pageNewsR{
		display: none;
	}
	.pageNewsXqInfo .page-newsInfo .newsTit{
		padding-top: 30px;
		font-size: 18px;
	}
	.page-back{
		padding: 30px 0;
	}
	.page-back a{
		width: 120px;
		color: #fff;
		background: #000;
	}
	.page-newsInfo .newsBtn .newsBtnB{
		text-align: left;
	}
	.page-newsInfo .newsBtn span{
		width: 100%;
	}
	/* 媒体中心自适应样式结束 */
	
	/* 产品中心自适应 */
	.va-product-info{
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 15px;
	}
	.va-data .l-box{
		width: 100%;
	}
	.va-data .screen{
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.va-data .screen .navTit{
		margin: 20px 0;
	}
	.va-data .r-box{
		width: 100%;
	}
	.va-data .r-box .cent{
		padding-left: 0;
	}
	.proList ul li.proli{
		width: 50%;
	}
	.proList ul li.proli a{
		margin: 0 6px;
		padding-bottom: 10px;
	}
	.proList ul li.proli .piaoTitle .piaoTitleBox{
		display: none;
	}
	.proList ul li.proli a:hover .listTitle{filter:alpha(opacity=1);-moz-opacity:1;-khtml-opacity:1;opacity: 1;}
	
	/* 产品中心内容页 */
	.va-position{
		padding: 10px 0;
	}
	.va-position .w1580{
		max-width: 100%;
		min-width: 100%;
		padding: 0 10px;
	}
	.va-position strong{
		background: none;
		padding-left: 0;
	}
	.detailBox{
		max-width: 100%;
		min-width: 100%;
		padding: 20px 3%;
	}
	.detailBox .detailBoxTop{
		margin-bottom: 0;
	}
	.detailBox .detailBoxTop .detailImgBox{
		width: 100%;
	}
	.detailBox .detailBoxTop .detailImg{
		width: 100%;
		margin: 0;
	}
	.add-page-lx,.add-page-moreBox{
		display: block;
	}
	.old-page-lx,.old-page-moreBox{
		display: none;
	}
	.detailBox .detailNr{
		width: 100%;
	}
	.detailBox .detailNr .detailNrBox{
		padding: 0;
		margin-left: 0;
	}
	.detailBox .proTit{
		font-size: 22px;
		margin-top: 25px;
		margin-bottom: 0;
	}
	.detailBox .pro-Text h1{
		margin-top: 15px;
	}
	.detailBox .pro-Text img{
		max-width: 100%;
	}
	.add-page-lx{
		margin-bottom: 25px;
		margin-top: 0;
	}
	.add-page-lx a{
		width: 90px;
		line-height: 40px;
		height: 40px;
		border-radius: 10px;
		background: #a71e23;
	}
	.add-page-moreBox{
		padding: 15px 0;
	}
	.add-page-moreBox a{
		width: 45%;
		line-height: 40px;
		height: 40px;
	}
	.detailTitle2{
		margin: 30px 0;
	}
	.xg-proListBox .xg-proList ul{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.xg-proListBox .xg-proList .proli{
		width: 48%;
	}
	.xg-proListBox .xg-proList .proli a{
		margin: 0;
	}
	.xg-proListBox{
		padding-bottom: 0;
	}
	/* 产品中心自适应结束 */
	
	/* 门窗案例自适应 */
	.va-case-pageInfo{
		padding-top: 30px;
	}
	.page-caseList{
		margin: 0;
		padding: 0;
	}
	.page-caseList .proli{
		width: 50%;
		margin-bottom: 15px;
	}
	.page-caseList .proli .listTitle{
		text-align: left;
		padding: 0;
	}
	/* 门窗案例自适应结束 */
	
	/* 加盟自适应 */
	.btm-float{
		height: 0px;
	}
	#page1 .pagetit{
		display: block;
	}
	#page2{
		line-height: normal;
	}
	#page2 .pagetit{
		margin-bottom: 0;
	}
	#page1 .pagetit .cn{
		font-size: 25px;
	}
	.page-JoinList .li3{
		width: 100%;
	}
	.page-JoinList ul{
		margin: 0 0 45px 0;
	}
	.page-JoinList .li3 a{
		margin: 0 8px;
		padding: 0;
	}
	.page-JoinList .li3 .imgBox{
		left: 10px;
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}
	.page-JoinList .li3 .imgBox img{
		padding-bottom: 0;
	}
	.page-JoinList .li3 .title{
		padding-left: 64px;
	}
	.page-JoinList .li3 .title .t2{
		height: auto;
		line-height: normal;
		padding: 10px 10px 10px 0;
	}
	.processTable{
		display: none;
	}
	.add-join-img{
		display: block;
	}
	.join-ysListB .join2-next,.join-ysListB .join2-prev{
		display: none;
	}
	#page3 .pagetit{
		display: block;
	}
	#page3 .pagetit .cn{
		font-size: 25px;
	}
	#page4{
		padding-bottom: 0;
	}
	#page4 .pagetit{
		display: block;
	}
	#page4 .pagetit .cn{
		font-size: 25px;
	}
	
	.join-ysList2 .ul{
		margin: 0;
	}
	.join-ysList2 .li3{
		width: 100%;
		margin-bottom: 0;
	}
	.join-ysList2 .li3 .title{
		padding: 0;
	}
	.join-ysList2 .li3 .title .t2{
		margin-bottom: 15px;
	}
	.join-ysList2 .li3 .title .wz{
		padding: 0 30px;
		min-height: 130px;
	}
	.join-ysList2 img{
		padding-bottom: 0;
	}
	.join-ysList2 .li3 a{
		background: #F6F6F6;
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.join-ysList2 .li3 a:hover{
		background: none;
		box-shadow: none;
	}
	#page5 .pagetit{
		display: block;
	}
	#page5 .pagetit .cn{
		font-size: 25px;
	}
	
	.join-ysList3 .ul{
		margin: 0;
	}
	.join-ysList3 .li3{
		width: 50%;
		margin-bottom: 12px;
	}
	.join-ysList3 .li3 a{
		margin: 0 6px;
	}
	.join-ysList3 .li3 .title{
		padding: 0;
	}
	.join-ysList3 .li3 .imgBox{
		width: 45px;
		height: 45px;
		margin: 10px auto;
	}
	.join-ysList3 .li3 .title .wz{
		padding: 0 15px 15px 15px;
		text-align: left;
		min-height: 150px;
		font-size: 13px;
	}
	#page6{
		padding-bottom: 17px;
	}
	#page6 .pagetit{
		display: block;
	}
	#page6 .pagetit .cn{
		font-size: 25px;
	}
	.page-StoresList .li3 .title{
		padding: 0;
	}
	.page-StoresList .li3 a{
		margin: 0 15px;
	}
	.page-StoresList .li3{
		margin-bottom: 25px;
	}
	.page-StoresList .swiper-wrapper{
		margin: 0;
	}
	#page7 .pagetit{
		display: block;
	}
	#page7 .pagetit .cn{
		font-size: 25px;
	}
	/* 表单 */
	.va-msgList form{
		padding: 0 20px;
	}
	.Joinmsg .text{
		margin-bottom: 8px;
		width: 100%;
	}
	.Joinmsg .msg_other{
		width: 100%;
		margin-bottom: 8px;
		margin-right: 0;
	}
	.Joinmsg .text.xm{
		margin-right: 0;
	}
	.Joinmsg .text2{
		height: 130px;
	}
	.Joinmsg .enter .input{
		margin-top: 0;
	}
	/* 加盟自适应结束 */
	
	/* 商学院自适应样式 */
	.va-school{
		padding-top: 20px;
	}
	.pageList4 ul{
		margin: 0;
	}
	.pageList4 ul li.li2{
		width: 100%;
		margin-bottom: 25px;
	}
	.pageList4 ul li.li2 a{
		padding: 0;
		margin: 0 10px;
	}
	.pageList4 ul li.li2 .ImgBox{
		width: 100%;
		height: 100%;
		float:none;
	}
	.pageList4 ul li.li2 .listTitle .listTitleBox{
		padding: 0;
	}
	.pageList4 ul li.li2 .listTitle .t{
		text-align: center;
	}
	.pageList4 ul li.li2 .listTitle .t2{
		padding: 0 20px;
	}
	.pageList4 ul li.li2 .m{
		width: 100%;
		color: #fff;
		background: #A71E23;
	}
	/* 商学院报名表单 */
	.va-school-pageInfo{
		padding-top: 30px;
	}
	.va-school-pageInfo .pagetit{
		display: block;
		margin-bottom: 25px;
	}
	.va-school-pageInfo .pagetit .cn{
		font-size: 25px;
	}
	.va-school-pageInfo .msg .msgList{
		width: 100%;
		padding: 0 5%;
	}
	.va-school-pageInfo .msg .text{
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
	.va-school-pageInfo .msg .msg_other{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 12px;
		height: 45px;
		line-height: 45px;
	}
	.va-school-pageInfo .msg .text2{
		height: 120px;
		padding: 0 20px;
	}
	.va-school-pageInfo .msg .getcode{
		width: 50%;
		height: 45px;
		line-height: 45px;
	}
	.va-school-pageInfo .msg .enter .input{
		height: 45px;
		line-height: 45px;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	/* 学院新闻 */
	.va-school-pageBox .pageList2 ul li.newsli{
		width: 100%;
	}
	.va-school-pageBox .pageList2 ul li.newsli a{
		padding: 15px 6%;
		margin: 0;
	}
	.va-school-pageBox .pageList2 ul li.newsli .listTitle .t2{
		display: none;
	}
	.va-school-pageBox .pageList2 ul li.newsli .ImgBox img{
		padding-bottom: 0;
	}
	.pageList2 ul li.newsli .ImgBox{
		width: 32%;
		height: auto;
	}
	.pageList2 ul li.newsli .ImgBox img:nth-of-type(2){
		display: none;
	}
	.pageList2 ul li.newsli .listTitle .listTitleBox{
		padding: 0 0 0 25px;
	}
	.pageList2 ul li.newsli .listTitle .t{
		font-size: 14px;
		height: 45px;
		line-height: 22px;
		margin-bottom: 0;
	}
	.va-schoolnews{
		width: 100%;
	}
	
	/* 学院课程 */
	.pageList3{
		padding: 0 3%;
	}
	.pageList3 ul li.li3{
		width: 100%;
	}
	.pageList3 ul li.li3 .ImgBox{
		width: 100%;
		height: auto;
	}
	.pageList3 ul li.li3 .ImgBox img{
		padding-bottom: 0;
	}
	.pageList3 ul li.li3 .listTitle .t2{
		margin-bottom: 0;
	}
	.pageList3 ul li.li3 .m{
		width: 100%;
		color: #fff;
		background: #A71E23;
	}
	/* 商学院自适应样式结束 */
	
	/* 门窗百科自适应 */
	.pageNewsInfo{
		padding: 32px 3% 0 3%;
	}
	.pageNewsInfo .w1200{
		width: 100%;
	}
	.zxItemList{
		margin: 0;
	}
	.zxItemList .zxItem{
		width: 100%;
		margin-left: 0;
	}
	.zxItemList .title{
		width: 100%;
		height: auto;
	}
	.zxItemList .title img{
		width: 100%;
		height: auto;
	}
	.zxItemList .title h3{
		height: 100px;
		padding: 25px;
	}
	.zxItemList .title h3:after{
		left: 19px;
		width: 52px;
	}
	.baikeList{
		padding: 0;
	}
	.baikeList .baike-imgList li{
		width: 50%;
	}
	.baikeList .baike-imgList li a{
		margin: 0 6px;
	}
	.baikeList .baike-imgList li p{
		height: 50px;
		line-height: 50px;
	}
	.baikeList .newsCon{
		padding-top: 0;
	}
	.baikeList .newsList2 ul{
		margin: 0;
	}
	.baikeList .newsList2 li{
		margin: 0;
		width: 100%;
		display: flex;
		justify-content:space-between;
		border-bottom: 1px dashed #ddd;
		margin-bottom: 8px;
	}
	.baikeList .newsList2 li a{
		width: 65%;
		font-size: 14px;
	}
	.baikeList .newsList2 li time{
		font-size: 14px;
		width: 35%;
		text-align: right;
	}
	
	.va-proNews{
		display: none;
	}
	.hotPicBox{
		width: 100%;
		margin-right: 0;
	}
	.hotPic a .img{
		width: 100%;
		height: auto;
	}
	.hotPic a img{
		width: 100%;
		height: auto;
	}
	.hotPic a .wz{
		text-align: center;
		margin: 30px 0 0 0;
	}
	.hotPic a .date{
		padding-left: 0;
		text-align: center;
		background: none;
		margin-top: 8px;
	}
	.hotPicL{
		padding: 0;
	}
	.newsListTime li{
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dashed #DDDDDD;
		margin-bottom: 8px;
	}
	.newsListTime li a{
		width: 65%;
		font-size: 14px;
		line-height: 40px;
	}
	.newsListTime li time{
		width: 35%;
		text-align: right;
		font-size: 14px;
	}
	.remengList .bottomLt{
		width: 100%;
		height: auto;
		padding: 30px 0;
	}
	.remengList .bottomLt li a{
		padding: 10px 8px;
	}
	.remengList .bottomLt li{
		margin: 15px 0;
	}
	.remengList .bottomLt li img{
		width: 32%;
		height: auto;
	}
	.remengList .bottomLt li .wz{
		padding-top: 0;
	}
	
	.page-newsTit .more{
		display: none;
	}
	.page-newsTit .navT2{
		width: 33.33%;
	}
	.page-newsTit .navT2 a{
		font-size: 15px;
		padding-right: 0;
		margin-right: 0;
		background: none;
		color: #99755F;
	}
	
	/* baikelist */
	.va-baike-list{
		padding: 0;
	}
	.va-baike-list .pageNewsL{
		width: 100%;
	}
	.va-baike-list .pageNewsL .pageNewsLnr{
		padding: 30px 3%;
	}
	.zh-newsList ul li.newsli .ImgBox{
		width: 40%;
		height: auto;
	}
	.zh-newsList ul li.newsli .listTitle .listTitleBox{
		padding: 0 0 0 15px;
	}
	.zh-newsList ul li.newsli .listTitle .t2{
		display: none;
	}
	.zh-newsList ul li.newsli{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.pageNewsInfo .pageNewsR{
		width: 100%;
		padding: 0 3%;
	}
	.pageNewsInfo .pageNewsR .pageNewsRnr{
		padding: 0;
	}
	
	/* baikeshow */
	.va-baikeshow-w1200{
		width: 100%;
	}
	/* 门窗百科自适应结束 */
	
	/* 联系我们自适应 */
	.va-contact-pageInfo{
		padding-top: 30px;
	}
	.va-contact-pageInfo .pagetit{
		display: block;
		margin-bottom: 30px;
	}
	.va-contact-pageInfo .pagetit .cn{
		font-size: 25px;
	}
	.va-contact-pageInfo img{
		width: 61px;
		height: 61px;
		padding-bottom: 0;
	}
	.va-contact-pageInfo .contactTable tr td{
		width: 50%;
		padding-top: 45px;
	}
	.va-contact-pageInfo .contactTable tr td p{
		padding: 0;
	}
	.contactTable tbody tr td:nth-of-type(2n){
		display: none;
	}
	.va-contact-pageInfo .contactTable tr{
		flex-wrap: wrap;
		flex-direction: row;
	}
	.contactTable .TD{
		padding: 0;
		min-height: auto;
	}
	.contactTable .TD img{
		margin-bottom: 0;
	}
	.feedback2{
		margin-top: 45px;
	}
	.feedback2 .text{
		height: 45px;
	}
	.feedback2 .text2{
		height: 110px;
	}
	.feedback2 .getcode{
		height: 45px;
		margin-right: 0;
	}
	#code{
		width: 65px!important;
		height: 50px;
		margin-top: -8px;
	}
	.feedback2 .inputbtn{
		height: 45px;
		line-height: 45px;
		margin-top: 20px;
	}
	/* 人才招聘 */
	.qalist li{
		padding: 10px 19px;
	}
	.qalist li .title .close{
		width: 50px;
		height: 50px;
	}
	.qalist li .tmain{
		margin-top: 10px;
		padding: 20px 0 0 0;
	}
	/* 联系我们自适应结束 */
	
	/* 经销商登录 */
	.va-login-pageInfo{
		padding-top: 30px;
	}
	.va-login-pageInfo .pagetit{
		display: block;
	}
	.va-login-pageInfo .pagetit .cn{
		font-size: 25px;
	}
	.va-login-pageInfo .page-formTable{
		padding: 0 20px 20px 20px;
	}
	.va-login-pageInfo .va-getcode{
		width: 70%;
	}
	.va-login-pageInfo #code{
		margin-left: 0;
		margin-top: 0;
		padding-bottom: 0;
	}
	.va-login-pageInfo .formTable .register{
		margin-top: 30px;
		line-height: 45px;
		height: 45px;
	}
	.pageBanner-img{
		height: 350px;
	}
	.pageBanner-img .en{
		font-size: 45px;
		line-height: 45px;
	}
	.va-schoolbanner .en{
		font-size: 38px;
		line-height: 38px;
	}
	.va-schoolbanner .tt{
		top: 40%;
	}
	.va-loginbanner .tt{
		top: 40%;
	}
	/* end */
}

