@media screen and (max-width:1400px)
{
	#header .head01 .head01_c{width:auto;padding:0px 10px;}
	#header .head02 .head02_c{width:auto;padding:0px 10px;}
	#header .head02 .head02_c .logo{left:10px;}
	#header .head02 .head02_c .logo img{max-width:85%;}
	#header .head02 .head02_c .nav{padding-left:30%;}
	#header .head02 .head02_c .nav ul li{margin-left:35px;}

	.main{width:auto;padding:0px 10px;}
	.menubox .con{width:1200px;}

	.indexbox1{width:auto;padding:60px 10px;}
	.indexbox2 .con{width:auto;padding:0px 10px;}
	.indexbox3{width:auto;padding:60px 10px;}
	.indexbox4{width:auto;margin:0px 10px;}

	.productbox{width:100%;}
	.contactbox{width:100%;}
	.newsbox{width:100%;}
	.tabbox{width:100%;}

	.foot_con .con{width:auto;margin:0px 10px;}
	.nexfttop_M ul li{width:120px;}
	.nexfttop_K{padding-right:10px;padding-left:20px;}

}

@media screen and (max-width:1200px)
{
	#header .head02 .head02_c .nav{padding-left:28%;}
	#header .head02 .head02_c .nav ul li{margin-left:24px;}

	.menubox ul{width:auto;margin:0px 10px;}
	.menubox .con{width:auto;margin:0px 10px;}

	.quest a p{font-size:16px;}

	.nexfttop_M ul li{width:120px;padding-right:10px;}
}

@media screen and (max-width:1100px)
{

	.nexfttop_M ul li{width:100px;padding-right:10px;}
}

@media screen and (max-width:1024px){
	#header .head02 .head02_c .nav ul li{margin-left:15px;}
	#header .head02 .head02_c .nav ul li > a{font-size:15px;}

	.nexfttop_M ul li{width:80px;}
	.nexfttop_M ul li:nth-child(2){width:100px;}

	.quest a p{font-size:12px;padding:0px 5px;text-align: center;}
}

@media screen and (max-width:900px){
	#header .head02 .head02_c .nav ul li{margin-left:10px;}
	#header .head02 .head02_c .nav ul li > a{font-size:14px;}
	.nexfttop_K{float: right;}
	.nexfttop_R{display: none;}
}

@media all and (max-width:800px){
	
	#header .head01{background:#235CB0; position:fixed; left:0px; top:0.6rem; z-index:100;}
	#header .head01 .head01_c i{display:none;}
	#header .head01 .head01_c span{ line-height:0.3rem; padding:5px 0px; text-align:center;width:100%; font-size:0.14rem;}
	
	#header .head02{height:0.6rem; position:fixed; left:0px; top:0px; z-index:9999;box-shadow:0px 0px 3px #ccc;-webkit-box-shadow:0px 0px 3px #ccc;}
	#header .head02::after{display:none;}
	#header .head02 .head02_c{width:auto; padding:0px 10px;height:0.6rem; position:relative;background:#235CB0;}
	#header .head02 .head02_c .logo{height:0.6rem;width:auto;background:none;}
	#header .head02 .head02_c .logo a{display:block;width:250px;height:60px;overflow: hidden;background: url("../images/logo1.png") no-repeat left center;background-size:auto 40px;}
	#header .head02 .head02_c .logo img{max-height:45px;display:none;}
	
	/*顶部下拉菜单*/
	#header .head02 .head02_c .getAppNav {display:block;font-size: 0.28rem;z-index: 6;position:absolute;width: 100%;height: 100%; margin: auto;right: 0;width:0.5rem;text-align: center;cursor: pointer;}
	#header .head02 .head02_c .getAppNav > span {position: absolute;width: 0.28rem;height: 2px;background-color:#fff;top: 0;bottom: 0;left: 0;right: 0;margin: auto;opacity: 1;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;}
	#header .head02 .head02_c .getAppNav:after {content: '';position: absolute;width: 0.28rem;height: 2px;background-color:#fff;top: -16px;bottom: 0;left: 0;right: 0;margin: auto;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;}
	#header .head02 .head02_c .getAppNav:before {content: '';position: absolute;width: 0.28rem;height: 2px;background-color:#fff;top: 16px;bottom: 0;left: 0;right: 0;margin: auto;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;}
	#header .head02 .head02_c .menuActive > span {opacity: 0!important;}
	#header .head02 .head02_c .menuActive:after {transform: rotate(45deg);transform-origin: 50% 50%;top: 0px!important;}
	#header .head02 .head02_c .menuActive:before {transform: rotate(-45deg);transform-origin: 50% 50%;top: 0px!important;}
	
	#header .head02 .head02_c .nav{width:100%;display:none; position:absolute; left:0px; top:0.6rem; background:#fff; z-index:999; border-bottom:1px solid #eee;padding:0px;overflow: hidden;height:auto;}
	#header .head02 .head02_c .nav ul{width:100%;height:auto;}
	#header .head02 .head02_c .nav ul li{width:100%;height:auto;line-height:0.4rem; border:0px; border-top:1px solid #eee; text-align:center;margin:0px;}
	#header .head02 .head02_c .nav ul li.on{ border:0px;border-top:1px solid #eee;}
	#header .head02 .head02_c .nav ul li.on > a{border:0px;}
	#header .head02 .head02_c .nav ul li > a{ line-height:0.4rem; height:auto; font-size:0.14rem;font-weight: bold;width:100%; display:inline-block; border:0px;}
	#header .head02 .head02_c .nav ul li > a.on{border-bottom:0px;color:#333;}
	#header .head02 .head02_c .nav ul li > a:hover{border-bottom:0px;color:#333;}
	#header .head02 .head02_c .nav ul li .showbox{position:static;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; background:#EBEBEB; overflow:hidden;width:100%;}
	#header .head02 .head02_c .nav ul li .showbox:before{display:none;}
	#header .head02 .head02_c .nav ul li .showbox a{width:50%;float:left;border:0px;color:#333;padding:0px;height:40px;line-height:40px;}
	#header .head02 .head02_c .nav ul li .showbox a:hover{color:#fff;background:#CF0024;border:0px;}
	
	#header .banner{ margin-top:1rem;}
	#header .banner .more_page{width:100%; text-align:center; position:absolute; bottom:10px; z-index:99;}
	#header .banner .more_page span{width:0.3rem; height:3px; margin:0px 8px;background:#fff;opacity:1;}
	#header .banneri{ margin-top:1rem;}

	.indexbox1{padding:20px 10px;padding-bottom:0px;}
	.indexbox1 .tit h2{font-size:16px;}
	.indexbox1 .tit h2 span::before{background-size:60%;}
	.indexbox1 .tit h2 span::after{background-size:60%;}
	.indexbox1 .tit p{margin-top:0px;font-size:12px;}

	.indexbox1 .tab ul{display:block;}
	.indexbox1 .tab ul li{width:50%;float: left;}
	.indexbox1 .tab ul li:nth-child(2n){float:right;border-right:0px;}
	.indexbox1 .tab ul li:nth-child(-n+6){border-top:1px solid #DDDDDD;}
	.indexbox1 .tab ul li:nth-child(-n+2){border-top:0px;}

	.indexbox1 .con{padding-top:10px;}
	.indexbox1 .con ul{display:block;}
	.indexbox1 .con ul li{width:49%;float:left;font-size:12px;margin:0px;margin-top:2%;}
	.indexbox1 .con ul li:nth-child(2n){float: right;}
	.indexbox1 .con ul li:nth-child(-n+2){margin-top:0px;}
	.indexbox1 .con ul li p{line-height:30px;height:30px;}

	.indexbox1 .con .m{margin-bottom:20px;margin-top:20px;width:150px;height:40px;line-height:40px;font-size:14px;}


	.indexbox2{height:auto;background-size: cover;padding:20px 0px;}
	.indexbox2 .con .txt .t p{text-align: center;width:100%;}
	.indexbox2 .con .pic{width:100%;height:auto;}
	.indexbox2 .con .pic a{padding:5px;}
	.indexbox2 .con .txt{width:100%;height:auto;margin-top:20px;}
	.indexbox2 .con .txt .t{text-align: center;}
	.indexbox2 .con .txt .t h2{font-size:16px;}
	.indexbox2 .con .txt .t h2 span::before{background-size:60%;}
	.indexbox2 .con .txt .t h2 span::after{background-size:60%;}
	.indexbox2 .con .txt .t p{font-size:12px;margin-top:0px;}


	.indexbox2 .con .txt .c{margin-top:10px;text-align: center;}
	.indexbox2 .con .txt .c p{line-height:35px;text-align: left;}
	.indexbox2 .con .txt .c p:nth-child(1){height:auto;}
	.indexbox2 .con .txt .c p:nth-child(2){height:auto;}
	.indexbox2 .con .txt .c a.m{margin-top:10px;}

	.indexbox3{padding:20px 10px;padding-bottom:10px;}
	.indexbox3 .tit h2{font-size:16px;}
	.indexbox3 .tit h2 span::before{background-size:60%;}
	.indexbox3 .tit h2 span::after{background-size:60%;}
	.indexbox3 .tit p{margin-top:0px;font-size:12px;}

	.indexbox3 .con{padding-top:10px;}
	.indexbox3 .con ul{margin-top:0px;}
	.indexbox3 .con ul li{width:100%;float: left;margin:0px;margin-top:2%;padding:15px;}
	.indexbox3 .con ul li .tt{height:50px;}
	.indexbox3 .con ul li .tt span{line-height:50px;}
	.indexbox3 .con ul li .cc dl dd{padding:10px 0px;}
	.indexbox3 .con ul li .cc dl dd .t{font-size:14px;}
	.indexbox3 .con ul li .cc dl dd .d{margin:8px 0px;}
	.indexbox3 .con ul li .cc dl dd .c{font-size:12px;}

	.indexbox3 .con ul li .tt i{font-size:20px;padding-top:0px;}
	.indexbox3 .con ul li .tt span{font-size:15px;}
	.indexbox3 .con .m{margin-bottom:20px;margin-top:20px;width:150px;height:40px;line-height:40px;font-size:14px;}

	.indexbox4{padding-bottom:10px;}
	.indexbox4 .tit h2{font-size:16px;}
	.indexbox4 .tit h2 span::before{background-size:60%;}
	.indexbox4 .tit h2 span::after{background-size:60%;}
	.indexbox4 .tit p{margin-top:0px;font-size:12px;}

	.indexbox4 .con{padding-top:15px;}
	.indexbox4 .con ul li{width:32%;margin-right:2%;margin-bottom:2%;display:none;}
	.indexbox4 .con ul li:nth-child(3n){margin-right:0px;}
	.indexbox4 .con ul li:nth-child(7n){margin-right:2%;}
	.indexbox4 .con ul li:nth-child(-n+6){display: block;}

	.main{margin:10px 0px;margin-bottom:20px;}

	.menubox ul li{height:50px;line-height:50px;margin:0px 10px;}
	.menubox ul li a{font-size:14px;height:48px;line-height:48px;}
	.menubox ul li.on a{height:48px}
	.menubox ul li a:hover{height:48px}
	
	.aboutbox{padding:15px;}
	.aboutbox .tit{margin-bottom:10px;}
	.aboutbox .tit h1{font-size:20px;}
	.aboutbox .tit > p{font-size:12px;line-height:20px;}
	.aboutbox .con{font-size:14px;line-height:30px;color:#444;}

	.aboutbox .num{height:auto;display:block;margin-top:20px}
	.aboutbox .num .item{width:50%;box-sizing:border-box;float: left;margin:10px 0px;font-size:14px;}
	.aboutbox .num .item:nth-child(2n){border-right:0px;}
	.aboutbox .num .item span{font-size:20px;}

	.productbox{margin-bottom:20px;}
	.productbox .tab{margin-bottom:10px;}
	.productbox .tab ul{display:block;}
	.productbox .tab ul li{width:50%;float: left;}
	.productbox .tab ul li:nth-child(2n){float:right;border-right:0px;}
	.productbox .tab ul li:nth-child(-n+6){border-top:1px solid #DDDDDD;}
	.productbox .tab ul li:nth-child(-n+2){border-top:0px;}

	.productbox .con{padding-top:0px;}
	.productbox .con ul{display:block;}
	.productbox .con ul li{width:49%;float:left;font-size:12px;margin:0px;margin-top:2%;}
	.productbox .con ul li:nth-child(2n){float: right;}
	.productbox .con ul li:nth-child(-n+2){margin-top:0px;}
	.productbox .con ul li p{line-height:30px;height:30px;}
	.productbox .con ul li:nth-child(-n+4){margin-top:2%;}
	.productbox .con ul li:nth-child(-n+2){margin-top:0;}

	.newsbox{margin-bottom:20px;}
	.newsbox .con{padding:0px 0px;}
	.newsbox .con ul li{width:100%;float: left;margin-right:0px;margin-top:2%;}
	.newsbox .con ul li .dat{font-size:12px;}
	.newsbox .con ul li .dat span{font-size:30px;}
	.newsbox .con ul li .txt{padding-left:65px;}
	.newsbox .con ul li .txt p.t{font-size:14px;height:35px;line-height:35px;}
	.newsbox .con ul li:nth-child(2n){float: right;}
	.newsbox .con ul li:nth-child(-n+3){margin-top:2%;}
	.newsbox .con ul li:nth-child(1){margin-top:0px;}


	.contactbox{padding-bottom:0px;margin-top:5px;background:none;margin-bottom:0px;}
	.contactbox .con{margin-top:0px;background:none;}
	.contactbox .con .contact{width:100%;height:auto;padding:15px;background-image:none;}
	.contactbox .con .contact h3{font-size:20px;letter-spacing:3px;}
	.contactbox .con .contact > p{font-size:12px;}
	.contactbox .con .contact ul{background-color:#fff;}
	.contactbox .con .contact ul li{height:130px;}
	.contactbox .con .contact ul li p:nth-child(1){padding-bottom:5px;font-weight:bold;}
	.contactbox .con .contact ul li p{font-size:12px;line-height:20px;}
	.contactbox .con .message{width:100%;float: left;padding:25px;height:auto;}
	.contactbox .con .message .ccc{margin-top:0px;}

	.tabbox .tab{margin-bottom:10px;}
	.tabbox .tab ul{display:block;}
	.tabbox .tab ul li{width:50%;float: left;}
	.tabbox .tab ul li:nth-child(2n){float:right;border-right:0px;}
	.tabbox .tab ul li:nth-child(-n+6){border-top:1px solid #DDDDDD;}
	.tabbox .tab ul li:nth-child(-n+2){border-top:0px;}

	.airbox{padding:15px;}
	.airbox .air_tit h1{font-size:16px;}
	.airbox .air_top{margin-top:10px;}
	.airbox .air_top .pic{width:100%;}
	.airbox .air_top .txt{width:100%;margin-top:20px;}
	.airbox .air_top .txt .d{padding-top:10px;}

	.airbox .air_nav span{font-size:14px;height:45px;line-height:45px;}

	.quest{margin-top:10px;}
	.share2{padding:0px 5px;width:auto;}

	.foot_con{display:none;}
	.foot_bottom{width:auto;padding:10px 10px;}
	.foot_bottom p{font-size:12px;height:auto;line-height:25px;}

	.onlinebox{width:40px;text-align: center;}
	.onlinebox a{width:40px;padding:0px;height:30px;line-height:15px;font-size:12px;padding:5px 0px;letter-spacing:0px;}
	.onlinebox a:nth-child(2){line-height:30px;text-align: center;}

}
