/*//小于1600px*/
@media (max-width: 1600px) {
	.container{
		width: 1200px;
	}
	.header .container .nav>ul li{
		padding: 0 10px;
	}
	.index6 .list .swiper-slide{
		width: calc(25% - 10px);
		margin-right: 12.5px;
	}
	.footer .top .right{
		width: 55%;
	}
	.pageBanner .text{
		margin-left: 0;
		left: 0%;
		
		width: 100%;
		height: calc(100% - 46px);
		box-sizing: border-box;
	}
	.pageBanner .text .box{
	    width: 1200px;
	}
	.about .container .left .muber ul li{
		width: 33.33%;
		margin-bottom: 15px;
	}
	.about .container .left .muber ul{
		flex-wrap: wrap;
	}
	.sofaland ul li h4{
		font-size: 18px;
	}
}
/*//小于1200px*/
@media (max-width: 1200px) {
	.container{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 15px;
	}
	.index6 .list .swiper-slide{
		width: calc(33.33% - 15px);
		margin-right: 20px;
	}
	.pageBanner .text{
		margin-left: 0;
		left: 0%;
		width: 100%;
		height: calc(100% - 46px);
		box-sizing: border-box;
		padding-left: 15px;
	}
	.contact .top .right:after{
		display: none;
	}
	.news ul li .text h4{
		font-size: 18px;
	}
	.newsShow .container .left{
		width: 70%;
	}
	.newsShow .container .right{
		width: 30%;
	}
}
/*/手机*/
@media (max-width: 1000px) {
	.header{
		display: none;
	}
	.container{
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.wapHeader{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background: #fff;
	}
	.wapHeader .container{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 80px;
	}
	.wapNav{
		display: none;
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		background: rgba(255, 255, 255, 0.5);
		height: 100%;
		z-index: 9;
		box-sizing: border-box;
		padding-top: 85px;
	}
	.wapNav .container{
		width: 85%;
		box-sizing: border-box;
		background: #fff;
		height: 100%;
		margin: 0;
	}
	.wapNav .container .top ul{}
	.wapNav .container .top ul li{
		border-bottom: 1px solid #f5f5f5;
	}
	.wapNav .container .top ul li a{
		padding: 10px 0;
		display: block;
		color: #2b2b2b;
		font-size: 14px;
	}
	.wapNav .container .top ul li a:hover,.wapNav .container .top ul li.active a{
		color: #eb551e;
	}
	.wapNav .container .lang{
		padding-top: 15px;
	}
	.wapNav .container .lang p{
		display: flex;
		align-items: center;
	}
	.wapNav .container .lang p a{
		color: #2b2b2b;
		margin: 0 10px;
	}
	.wapNav .container .lang p a.active{
		color: #eb551e;
	}
	.searchMo{
		top: 80px;
		display: none;
	}
	.searchMo .searchFrom{
		width: 100%;
	}
	.wapHeader .search img{
		width: 20px;
	}
	.wapHeader .logo img{
		height: 18px;
	}
	.wapHeader .navBut img{
		width: 19px;
	}
	.banner{
		overflow: hidden;
		height: 0;
	}
	.wapBanner{
		height: auto;
	}
	.wapBanner .swiper-slide img{
		width: 100%;
	}
	.wapBanner .swiper-container .swiper-pagination{
		left: 0px;
		width: 100%;
		bottom: 30px;
		display: flex;
		justify-content: center;

	}
	.wapBanner .swiper-container .swiper-pagination span{
		display: flex;
		width: 24px;
		height: 24px;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		color: #eeeeee;
		background: url(../images/yuan1.png) no-repeat center;
		background-size: 100% 100%;
		opacity: 1;
	}
	.wapBanner .swiper-container .swiper-pagination span:hover,.wapBanner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
		background: url(../images/yuan.png) no-repeat center;
		color: #eb551e;
	}
	.index2 .top{
		display: block;
	}
	.index2{
		padding: 40px 0;
	}
	.index2 .top p,.index3 .title p,.index4 .title .left p{
		font-size: 18px;
	}
	.index2 .top .left h4,.index3 .title h4,.index4 .title .left h4{
		font-size: 22px;
		margin-top: 10px;
	}
	.index2 .top .right{
		margin-top: 15px;
	}
	.index2 .top .right ul li{
		margin-left: 0;
		margin-right: 15px;
		margin-top: 10px;
	}
	.index2 .top .right ul{
	    flex-wrap: wrap;
	}
	.index2 .top .right ul li a{
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 15px;
		border: 1px solid #dcdcdc;
	}
	.index2 .top .right ul li a:hover{
		background: #eb551e;
		color: #fff;
	}
	.index2 .content{
		display: block;
	}
	.index2 .content .text{
		font-size: 14px;
		line-height: 2em;
	}
	.index2 .content .left .more{
		margin-top: 25px;
	}
	.index2 .content .right{
		width: 100%;
	}
	.index2 .content .wapLfet{
		display: block;
		margin-top: 25px;
	}
	.index2 .content .pcLeft{
		display: none;
	}
	.index3{
		padding: 40px 0;
	}
	.index3 .content{
		margin-top: 60px;
	}
	.index3 .content .swiper-slide .text{
		width: 100%;
	}
	.index3 .content .drow{
		right: auto;
		left: 0;
		width: 100%;
		padding: 5px 10px;
		top: -30px;
	}
	.index2 .content .left{
		width: 100%;
		padding-right: 0;
	}
	.index3 .content .drow .list{
		display: none;
		border-top: 1px solid #f5f5f5;
	}
	.index3 .content .drow .top{
		font-size: 16px;
		border: none;
		padding-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.index2 .content .right{
		padding-right: 0;
	}
	.index2 .content .right .zhao{
		display: none;
		
	}
	.index3 .content .drow .top:after{
		content: 'next';
	  font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    display: block;
    color: #474747;
	}
	.index3 .content .drow .list ul li a span{
		font-size: 14px;
	}
	.index3 .content .swiper-slide .text{
		position: static;
		padding-top: 25px;
	}
	.index3 .content .swiper-slide .text h4{
		font-size: 20px;
	}
	.index3 .content .swiper-slide .text p{
		font-size: 16px;
	}
	.index3 .content .swiper-slide .more{
		margin-top: 30px;
	}
	.index3 .content .swiper-slide .more a{
		width: 40px;
		height: 40px;	
		background-size: 100% 100%;
	}
	.index3 .content .swiper-slide .img img{

	}
	.index4{
		padding: 40px 0;
		overflow: hidden;
	}
	.index4 .title .right{
		display: none;
	}
	.index4 .list{
		padding-top: 25px;
	}
	.index4 .list .swiper-container .swiper-slide{
		width: 80%;
		padding-right: 10px;
	}
	.index4 .list .swiper-container .swiper-slide a .img{
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.index4 .list .swiper-container .swiper-slide a h4{
		font-size: 15px;
	}
	.index4 .list .but div{
		opacity: 1;
		width: 40px;
		height: 40px;
		background: #eb551e;
		color: #fff;
	}
	.index4 .list .but{
		margin-top: 25px;
	}
	.index5{
		padding: 40px 0;
	}
	.index5 .title{
		display: block;
	}
	.index5 .title .left p{
		font-size: 14px;
	}
	.index5 .title .left h4{
		font-size: 22px;
	}
	.index5 .title .right{
		margin-top: 20px;
	}
	.index5 .title .right ul{
	    flex-wrap: wrap;
	}
	.index5 .title .right ul li{
		margin-left: 0;
		margin-right: 15px;
		margin-top: 10px;
	}
	.index5 .title .right ul li a{
		padding: 5px 15px;
		border: 1px solid #dcdcdc;
		font-size: 14px;
	}
	.index5 .title .right ul li a:hover{
		background: #eb551e;
		color: #fff;
	}
	.index5 .content{
		overflow: hidden;
		height: 0;
		padding-top: 0;
	}
	.index5 .list{
		display: block;
		margin-top: 30px;
	}
	.index5 .list ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index5 .list ul li{
		width: calc(50% - 10px);
		margin-bottom: 30px;
	}
	.index5 .list ul li img{
		width: 100%;
	}
	.index5 .list ul li h4{
		font-size: 18px;
		color: #000;
		margin-top: 10px;
	}
	.index5 .list ul li p{
		font-size: 14px;
		line-height: 2em;
	}
	.index6{
		padding: 40px 0;
	}
	.index6 .title{
		display: block;
	}
	.index6 .title .left p{
		font-size: 18px;
	}
	.index6 .title .left h4{
		font-size: 22px;
	}
	.index6 .title .right{
		margin-top: 20px;
		display: none;
	}
	.index6 .title .right ul li{
		margin-left: 0;
		margin-right: 15px;
	}
	.index6 .title .right ul li a{
		padding: 5px 15px;
		border: 1px solid #dcdcdc;
		font-size: 14px;
	}
	.index6 .title .right ul li a:hover{
		background: #eb551e;
		color: #fff;
	}
	.index6 .list{
		overflow: hidden;
		height: 0;
		margin-top: 0;
	}
	.index6 .content{
		margin-top: 25px;
		display: block;
	}
	.index6 .content ul li{
		padding-bottom: 25px;
	}
	.index6 .content ul li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.index6 .content ul li a .img{
		width: 25%;
	}
	.index6 .content ul li a .img img{
		width: 100%;
	}
	.index6 .content ul li a .text{
		padding-left: 20px;
		width: 75%;
		box-sizing: border-box;
	}
	.index6 .content ul li a .text h4{
		font-size: 20px;
		font-weight: 400;
	}
	.index6 .content ul li a .text p{
		color: #c6c6c6;
		margin-top: 10px;
		font-size: 14px;
	}
	.index4 .list .swiper-container .swiper-slide a .img img{
		width: 100%;
	}
	.footer .top{
		display: block;
	}
	.footer .top .left{
		width: 100%;
	}
	.footer .top .right{
		display: none;
	}
	.footer .top .left .form form input{
		width: calc(100% - 80px);
	}
	.footer .wapFooter{
		display: block;
		margin-top: 20px;
	}
	.footer .wapFooter ul li{

	}
	.footer .wapFooter ul li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		font-size: 15px;
		padding: 10px 0;
	}
	.footer .wapFooter ul li a:after{
		content: 'next';
	  font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    display: block;
	}
	.pageBanner{
		padding-top: 80px;
	}
	.pageBanner .text h3{
		font-size: 15px;
		text-align: center;
	}
	.pageBanner .text h4{
		font-size: 16px;
		text-align: center;
	}
	.pageBanner .text{
		left: 0;
		top: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		padding-left: 0;
		text-align: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.pageBanner .text .box{
	    width: 100%;
	}
	.pageBanner .text p{
		display: none;
	}
	.sidebar{
		position: static;
	}
	.sidebar ul li a{
		color: #2b2b2b;
		height: 45px;
	}
	.sidebar ul li{
		margin-right: 20px;
	}
	.sidebar ul{
		flex-wrap: wrap;
	}
	.location{
		margin-top: 15px;
		padding: 0;
	}
	.location p{
		font-size: 12px;
	}
	.about{
		margin-top: 40px;
	}
	.about .container{
		display: block;
	}
	.about .container .left{
		width: 100%;
		padding-right: 0;
	}
	.about .container .left .title h3{
		font-size: 20px;
	}
	.about .container .left .text h4{
		font-size: 18px;
	}
	.about .container .left .text{
		font-size: 14px;
	}
	.about .container .left .muber ul{
		flex-wrap: wrap;
	}
	.about .container .left .muber ul li{
		width: 33.33%;
		margin-bottom: 15px;
	}
	.about .container .left .muber ul li h3 span{
		font-size: 28px;
	}
	.about .container .left .muber ul li h3{
		justify-content: center;
	}
	.about .container .left .muber ul li p{
		text-align: center;
	}
	.about .container .right{
		width: 100%;
		margin-top: 20px;
	}
	.culture{
		padding: 40px 0;
	}
	.culture .title{
		font-size: 20px;
	}
	.culture .list .left{
		display: none;
	}
	.culture .list .right{
		width: 100%;
	}
	.culture .list .right ul li a .text .dis h4{
		font-size: 18px;
	}
	.culture .list .right ul li a .text .dis p{
		font-size: 14px;
	}
	.course{
		padding: 40px 0;
	}
	.course .title{
		font-size: 20px;
	}
	.course .list .left ul li .xian{
		height: 45px;
	}
	.course .list .left ul{
	    height: 210px;
	}
	.course .list .left ul li .text{
		font-size: 15px;
	}
	.course .list .right ul li h3{
		font-size: 15px;
		height: auto;
		padding: 10px 15px;
		line-height: 1.8em;
	}
	.honor{
		padding: 40px 0;
	}
	.honor .title{
		font-size: 20px;
	}
	.honor .list{
		margin-top: 25px;
	}
	.honor .list .honor_prev, .honor .list .honor_next{
		width: 40px;
		height: 40px;
		opacity: 1;
	}
	.honor .list .swiper-container .swiper-slide{
		width: calc(50% - 20px);
		margin-right: 20px;
		padding: 0;
	}
	.case{
		margin-top: 10px;
	}
	.case ul li{
		width: 50%;
	}
	.case ul li a h4{
		font-size: 15px;
		text-align: center;
	}
	.showBanner{
		height: 80px;
		border-bottom: 1px solid #dcdcdc;
	}
	.caseShow .top{
		display: block;
	}
	.caseShow .top .images{
		width: 100%;
	}
	.caseShow .top .text{
		width: 100%;
		margin-top: 20px;
	}
	.caseShow .top .text h4{
		font-size: 18px;
	}
	.caseShow .top .text p{
		font-size: 14px;
	}
	.caseShow .top .text .mroe{
		margin-top: 40px;
	}
	.contact .top{
		display: block;
	}
	.contact .top .left{
		width: 100%;
	}
	.contact .top .left .text h3{
		font-size: 20px;
	}
	.contact .top .left .text h4{
		margin-top: 20px;
		font-size: 14px;
	}
	.contact .top .left .text h4 span{
		font-size: 24px;
	}
	.contact .top .left .text p{
		font-size: 14px;
	}
	.contact .top .left .codes ul li{
		width: calc(100% / 3);
	}
	.contact .top .right{
		display: none;
	}
	.contact .bottom{
		margin-top: 40px;
	}
	.contact .bottom .title{
		font-size: 20px;
	}
	.contact .bottom .input{
		display: block;
	}
	.contact .bottom .input input{
		width: 100%;
		margin-top: 15px;
	}
	.contact .bottom .content{
		margin-top: 15px;
	}
	.contact .bottom .text{
		margin-top: 15px;
	}
	.contact .bottom .text textarea{
		height: 160px;
	}
	.edge .title{
		font-size: 20px;
	}
	.edge .list{
		margin-top: 20px;
	}
	.edge .list .swiper-slide{
		width: calc(50% - 15px);
		margin-right: 15px;
	}
	.edge .list .swiper-slide h4{
		font-size: 18px;
	}
	.support{
		padding: 40px 0;
	}
	.support .title{
		font-size: 20px;
	}
	.support .list{
		margin-top: 20px;
	}
	.support .list .swiper-container .swiper-slide{
		width: calc(50% - 15px);
		margin-right: 15px;
	}
	.support .list .swiper-container .swiper-slide .icon img{

	}
	.support .list .swiper-container .swiper-slide h4{
		font-size: 18px;
	}
	.support .but div{
		width: 40px;
		height: 40px;
	}
	.process .list ul{
		display: block;
	}
	.process .list ul li{
		width: 100%;
		display: flex;
		align-items: center;
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	.process .list ul li .icon{
		margin-top: 0;
		margin-left: 10px;
		width: 24px;
	}
	.process .list ul li h4{
		margin-left: 10px;
		margin-top: 0;
		font-size: 16px;
	}
	.process .list ul li .icon img{
		max-width: 100%;
		max-height: 100%;
	}
	.process .title{
		font-size: 20px;
	}
	.process{
		padding: 40px 0;
	}
	.apply{
		padding: 40px 0;
	}
	.apply h3{
		font-size: 20px;
	}
	.apply h4{
		margin-top: 15px;
		font-size: 16px;
	}
	.applyform{
		width: 100%;
	}
	.apply h4 span{
		font-size: 24px;
	}
	.apply .two input{
		width: calc(50% - 10px);
		height: 40px;
	}
	.apply .three{
		margin-top: 15px;
	}
	.apply .three select{
		height: 40px;
		width: calc(33.33% - 10px);
	}
	.apply .but{
		margin-top: 30px;
	}
	.apply .but button{
		width: 40px;
		height: 40px;
		background-size: 100% 100%;
	}
	.news ul li{
		width: 50%;
		padding: 10px;
	}
	.news ul li .text p{
		display: none;
	}
	.news ul li .text h4{
		font-size: 15px;
	}
	.news ul li .text .more{
		display: none;
	}
	.newsShow{
		padding: 40px 0;
	}
	.newsShow .container{
		display: block;
	}
	.newsShow .container .right{
		display: none;
	}
	.newsShow .container .left{
		width: 100%;
		padding-right: 0;
	}
	.newsShow .container .left .title h3{
		font-size: 18px;
	}
	.newsShow .container .left .title p{
		font-size: 12px;
	}
	.newsShow .container .left .content{
		padding: 15px 0;
	}
	.product{
		margin-top: 0;
	}
	.product ul li{
		width: calc(50% - 10px);
	}
	.product ul li a h4{
		font-size: 15px;
	}
	.proShow .top{
		display: block;
	}
	.proShow .top .left{
		width: 100%;
	}
	.proShow .top .left .thum{
		height: 300px;
	}
	.proShow .top .left .thum .swiper-slide .img{
		height: 100%;
	}
	.proShow .top .left .thum .swiper-slide .img img{
		height: 100%;
	}
	.proShow .top .right{
		width: 100%;
		margin-top: 35px;
	}
	.proShow .top .right>h4{
		font-size: 18px;
		border-left: 5px solid #eb551e;
	}
	.proShow .top .dis p em{
		font-size: 14px;
	}
	.proShow .bottom .title{
		font-size: 18px;
		border-left: 5px solid #eb551e;
	}
	.proShow .bottom .content{
		padding: 15px 0;
	}
	.proCom{
		padding: 40px 0;
	}
	.proCom .title{
		font-size: 20px;
	}
	.proCom .list{
		margin-top: 20px;
	}
	.proCom .list .swiper-container .swiper-slide{
		width: calc(50% - 15px);
		margin-right: 15px;
	} 
	.proCom .list .swiper-container .swiper-slide h4{
		font-size: 16px;
	}
	.sofaland ul li{
		width: 50%;
		padding: 20px 10px;
	}
	.sofaland ul li h4{
		font-size: 15px;
	}
}




