@media screen and (min-width:1199px) and (max-width:1400px) {
	.rzzz .swiper-button-next,.rzzz .swiper-button-prev {
		display: none;
	}

	.header {
		padding: 20px 1%;
	}
}


@media screen and (min-width:900px) and (max-width:1199px) {
	body {
		min-width: 1200px;
		overflow-x: scroll;
	}
	.rzzz .swiper-button-next,.rzzz .swiper-button-prev {
		display: none;
	}
	.header {
		padding: 20px 1%;
		position: fixed;
	}
	.header .sear {
		margin-left: 10px;
		width: 30px;
	}
	.header .sear:hover img {
		margin-left: 5px;
	}
	.header .sear span {
		display: none;
	}
	.header .nav ul li h3 a {
		padding: 0 5px;
		margin: 0 5px;
		font-size: 14px;
	}
	.banner .swiper-slide .text {
		margin-left: -500px;
	}
}
@media screen and (min-width:320px) and (max-width:899px) {
	.header .topbg {
		display: none;
	}
	.wrap {
		width: 96%;
	}
	.title .int {
		line-height: 24px;
		padding: 0 3%; 
	} 
	.title a {
		margin-top: 20px;
	}
	.banner .swiper-pagination {
		display: none;
	}
	.rzzz .swiper-button-next,.rzzz .swiper-button-prev {
		display: none;
	}
	.header {
		padding: 20px 1%;
	}
	.menu {
		display: block !important;
	}
	.header .nav {
		position: fixed;
		width: 150px;
		height: 100%;
		background: #000;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		text-align: center;
		transform: translateX(150px);
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	.header .nav li a {
		opacity: 0;
		transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-webkit-transition: all 1.5s ease;
		-o-transition: all 1.5s ease;
	}
	.header .nav ul {
		display: flex;
		height: 60%;
		justify-content: space-between;
		flex-wrap: wrap;	
	}
	.header .nav ul li {
		width: 100%;
	}
	.header .nav ul li h3 a {
		margin: 0px 0;

	}
	.header .nav ul li h3 a:before {
		display: none;
	}
	.header .sear {
		position: absolute;
		right: 60px;
		top: 20px;
		width: 30px;
		margin-left: 0;
	}
	.header .sear  span {
		display: none;
	}
	.header .sear:hover img {
		margin-left: 0px;
	}
	.header .navMobile {
		transform: translateX(0px);
	}
	.header .navMobile li a {
		opacity: 1;
	}
	.navMobile li:nth-child(1) a {transition-delay: 0.1s;}
	.navMobile li:nth-child(2) a {transition-delay: 0.25s;}
	.navMobile li:nth-child(3) a {transition-delay: 0.4s;}
	.navMobile li:nth-child(4) a {transition-delay: 0.55s;}
	.navMobile li:nth-child(5) a {transition-delay: 0.7s;}
	.navMobile li:nth-child(6) a {transition-delay: 0.85s;}
	.navMobile li:nth-child(7) a {transition-delay: 1s;}
	.navMobile li:nth-child(8) a {transition-delay: 1.15s;}

	.banner .swiper-slide .text {
		width: 94%;
		margin-left: -47%;
		text-align: center;
	}

	.mtrem {
		margin-top: 40px;
	}
	.ptrem {
		margin-top: 40px;
	}
	.In-product ul {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    margin-top: -30px;
	}
	.In-product ul li {
		width: 48%;
		margin-top: 30px;
	}
	.runing .left {
		width: 100%;
	}
	.runing .left .boxs {
		width: 94%;
		margin-right: 3%;
	}
	.runing .right {
		width: 100%;
		position: relative;
		height: 300px;
		top: 0;
	}
	.project .bd {
		height: auto;
	}
	.project .bd .left {
		width: 60%;
		padding:20px 10px;
	}
	.project .bd .left h3 {
		display: block;
	}
	.project .bd .right {
		width: 40%;
		height: 330px;
	}
	.project .bd .left .int {
		margin-top: 46px;
		height: 120px;
	}
	.project .bd .left h3 span {
		margin-left: 20px;
	}
	.project .hd {
		padding: 10px 0;
	}
	.project .hd ul li {
		padding: 10px 0;
		width: 33.3%;
	}
	.xwzx .news {
		width: 100%;
	}
	.xwzx .right {
		width: 100%;
		margin-top: 20px;
	}
	.news .text {
		padding: 15px;
	}
	.news .text .st {
		margin-top: 5px;
		height: 25px;
	}
	.xwzx .right ul li .bo {
		line-height: 50px;
	}
	#online .boxs .in {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .top .left {
		width: 100%;
		text-align: center;
	}
	.footer .top .center {
		width: 100%;
	}
	.footer .top .right {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.footer {
		padding-top: 30px;
	}
	.footer .top {
		margin-bottom: 30px;
	}
	.footer .center ul {
		margin-top:0px;
	}
	.footer .center ul li {
		margin-top: 20px;
		margin-left: 0;
		width: 50%;
		text-align: center;
		float: left;
	}
	.footer .right .img {
		text-align: center;
	}
	.footer .top .left a {
		margin: 0 10px;
	}
	.layui-layer {
		width: 96% !important;	
	} 
	.videoMB {
		height: 300px !important;
	} 
	.pro-show {
		width: 100%;
	}
	.pro-xq {
		width: 100%;
		margin-top: 30px;
	}
	.pro-xx {
		width: 100%;
	}
	.pro-tj {
		width: 100%;
		margin-top: 30px;
	}
	.pro-tj ul li {
		width: 47%;
		margin: 1.5%;
	}
	.cpjs .left {
		width: 100%;
		border-right: 0;
	}
	.cpjs .left .title2 {
		padding-top: 25px;
	}
	.cpjs .fr {
		width: 100%;
	}
	.inList {
		display: none;
	}
	.inNav ul {
		display: flex;
		justify-content: space-between;
	}
	.inNav ul li {
		margin: 0;
		width: 45%;
		display: block;
		margin: 0 1%;
		text-align: center;
	}
	.inNav ul li a {
		padding: 0; 
	}
	.gltd ul {
		margin-left: 0;
	}
	.gltd ul li {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.gywm-bg {
		height: 260px;
	}
	.gywm .left {
		width: 100%;
	}
	.gywm .right {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.gywm .right img {
		width: 47%;
		display: inline-block;
		margin:0 1%;
	}
	.gywm .left .st {
		margin-top: 30px;
	}
	.newsShow .left {
		width: 100%;
	}
	.newsShow .right {
		width: 100%;
		margin-top: 20px;
	}
	.newslist .news {
		width: 48%;
	}
	.newslist .news .img img {
		height: 100%;
	}
	.rlzy .fl {
		width: 100%;
	}
	.rlzy .fr {
		width: 100%;
		margin-top: 20px;
	}
	.ryzz .swiper-slide {
		width: 48%;
	}
	.upload {
		margin-top: 50px;
	}
	.upload img {
		width: 100%;
	}
	.uxLIink ul li .st span {
		display: block;
		margin-left: 0;
	}
	.project .bd .boxs {
		position: relative;
	}
	.project .bd .right .text {
		padding: 0 20px;
	}

	.xg-news ul {
		margin-left: -1.9%;
	}
	.xg-news ul li {
		height: 200px;
		width: 48%;
		margin: 0;
		margin-left: 1.9%;
		margin-bottom: 10px;
	}

	.xg-news ul li .text {
		margin: 6px 0;
		font-size: 14px;
		height: 24px;
	}
}

@media screen and (min-width:500px) and (max-width:899px) {
	
}
@media screen and (min-width:319px) and (max-width:499px) {
	body {
		font-size: 12px;
	}
	.mtrem {
		margin-top: 25px;
	}
	.ptrem {
		padding-top: 25px;
	}
	.header {
		padding: 10px 2%; 
		min-height: auto;
	}
	.header .logo {
		width: 60%;
		height: 40px;
		display: flex;
		align-items: center;
	}
	.header .sear {
		top: 7px;
	}
	.hamburger {
		padding: 6px 8px; 
	}
	.banner {
		height: 400px;
	}
	.banner .swiper-slide .text {
		min-height: auto;
		height: 90%;
	}
	.banner .text .st {
		font-size: 20px;
	}
	.banner .text .t-t {
		font-size: 14px;
		margin-top: 0px;
	}
	.banner .text .int {
		font-size: 14px;
		margin-top: 20px;
		line-height: 30px;
	}
	.banner .text .int span {
		margin: 0 15px;
	}
	.banner .text .lin {
		font-size: 16px;
	}
	.title h3 {
		font-size: 16px;
	}
	.In-product ul li {
		margin-top: 20px;
		padding:10px; 
		width: 48.5%;
	}
	.In-product ul li h3 {
		font-size: 16px;
	}
	.In-product ul li .img {
		width: 135px;
		height: 81px;
	}
	.mt50 {
		margin-top: 30px;
	}
	.more {
		padding: 0 50px 0 20px;
		height: 38px;
		line-height: 38px;
	}
	.more i {
		right: 20px;
	}
	.runing {
		padding: 30px 0;
	}
	.runing .left {
		padding: 25px 0;
	}
	.runing .left .boxs .int {
		height: auto;
	}
	.runing .right {
		height: 250px;
	}
	.project {
		padding: 30px 0;
	}
	.project .bd {
		margin-top: 30px;
		height: auto;
	}
	.project .bd .left {
		width: 100%;
	}
	.project .bd .right {
		width: 100%;
	}
	.project .hd {
		padding: 0;
	}
	.project .hd ul li {
		width: 50%;
		border-bottom: 1px solid #eee;
	}
	.project .hd ul li span {
		font-size: 14px;
	}
	.runing .left .boxs .int {
		font-size: 12px;
	}
	.runing .left .ckxq {
		margin-top: 20px;	
	}
	.rzzz {
		margin-top: 25px;
	}
	.project .bd .left .int {
		margin-top: 25px;
	}
	.mt40 {
		margin-top: 25px;
	}
	.project .hd ul li .imgs {
		width: 25px;
		height: 25px;
	}
	.project .hd ul li .imgs img {
		width: 100%;
	}
	.project .hd  ul li.on .imgs i {
		margin-top: -25px;
	}
	.xwzx .mt30 {
		margin-top: 0;
	}
	.news .img {
		height: 205px;
	}
	.news .time {
		font-size: 14px;
		width: 80px;
		height: 30px;
		line-height: 30px;
	}
	.news .text {
		padding: 10px;
	}
	.news .text h3 {
		font-size: 14px;
	}
	.news .text .st {
		height: 40px;
		line-height: 20px;
		font-size: 12px;
	}
	.xwzx .right ul li img {
		height: 95px;
	}
	.xwzx .right ul li .bo {
		line-height: 38px;
	}
	.xwzx .right ul li .int {
		height: 38px;
	}
	#online {
		padding: 20px 0;
	}
	#online .mt20 {
		margin-top: 0;
	}
	#online .boxs {
		margin-top: 20px;
	}
	#online .boxs .in {
		height: 40px;
		line-height: 30px;
	}
	#online .boxs .input {
		height: 30px;
		line-height: 30px;
	}
	#online .boxs .area {
		height: 150px;
	}
	#online .boxs .btns {
		width: 60px;
		height: 60px;
		font-size: 14px;
	}
	.footer .center ul li h3 {
		line-height: 20px;
		margin-top: 5px;
	}
	.footer .top .right img {
		display: none;
	}
	.footer .top .right .img {
		margin-top: 0;
	}
	.footer .top .right .img img {
		display: block;
		margin: auto;
	}
	.footer .bottom {
		height: auto;
		line-height: 30px;
		padding: 10px 0;
		text-align: center;
	}
	.footer .bottom .fr {
		width: 100%;
	}
	.runing .right i {
		font-size: 50px;
	}
	.searBoxs {
		padding:30px 15px;
	}
	.searBoxs .layui-input {
		width: 70%;
	}
	.pro-show {
		height: 250px;
	}
	.pro-show .gallery-thumbs {
		padding:10px 10px;
	}
	.pro-show .gallery-thumbs .swiper-slide {
		border:none;
	}
	.pro-xq h3 {
		font-size: 20px;
	}
	.pro-xq .int {
		margin-top: 15px;
		padding: 10px 15px;
	}
	.pro-xq .link1 {
		margin-top: 20px;
	}
	.pro-xx .boxs {
		margin-top: 20px;
	}
	.proli ul li .img {
		height: 140px;
	}
	.title2 h3 {
		font-size: 18px;
	}
	.cpjs .left .title2 b {
		font-size: 14px;
	}
	.cpjs .left .xanNav ul li {
		margin: 10px 0;
	}
	.cpjs .left .xanNav ul li .bottom a {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.cpjs .left .phone {
		padding: 15px 0;
	}
	.proli ul {
		margin-left: -2%;
	}
	.proli ul li {
		width: 48%;
		margin-left: 2%;
	}
	.inNav ul li {
		height: 30px;
		line-height: 30px;
	}
	.mt30 {
		margin-top: 20px;
	}
	.inNav ul li a {
		font-size: 12px;
	}
	.title2 {
		padding-top: 20px;
	}
	.title2 b {
		font-size: 15px;
		margin-left: 10px;
	}
	.gltd ul li .img {
		width: 150px;
		height: 190px;
	}
	.gltd ul li .text {
		left: 170px;
	}
	.gltd ul li .text h3 {
		font-size: 18px;
	}
	.gltd ul li .text .int {
		margin-top: 15px;
		line-height: 22px;
		height: 88px;
		font-size: 12px;
	}
	.gltd ul li .text .int:before {
		top: 8px;
	}
	.gltd ul li {
		margin-top: 20px;
	}
	.gywm {
		margin-top: 20px;
	}
	.gywm .left .int {
		line-height: 30px;
	}
	.gywm .left .st {
		font-size: 16px;
		font-weight: bold;
	}
	.gywm-bg {
		margin-top: -150px;
	}
	.uxLIink ul li {
		width: 100%;
		padding: 10px;
	}
	.uxLIink ul li .text h3 {
		font-size: 15px;
	}
	.uxLIink ul li img {
		width: 24px;
		height: 24px;
	}
	#map {
		margin-top: 30px;
		height:300px;
	}
	.newsShow {
		margin: 20px 0;
	}
	.newsShow .left {
		padding: 15px;
	}
	.newsShow .left h3 {
		font-size: 16px;
		line-height: 25px;
	}
	.newsShow .left .cons {
		line-height: 30px;
	}
	.newsShow .right ul li {
		margin-bottom: 10px;
	}
	.newslist .news .img {
		height: 120px;
	}
	.careers .boxs .listed .ls {
		width: 100%;
	}
	.careers .boxs .list h3 {
		font-size: 14px;
	}
	.careers .boxs .list {
		height: 42px;
		line-height: 42px !important;
	}
	.careers .boxs {
		margin-top: 20px;
	}
	.careers .boxs .st {
		font-size: 14px;
	}
	.careers .boxs .listed {
		padding: 15px;
	}
	.careers .boxs .listed .ls {
		margin-bottom: 20px;
	}
	.rzzz .swiper-slide {
		margin-bottom: 20px;
	}
	.rzzz .swiper-slide .img .boxs {
		width: 140px;
		height: 200px;
	}
	.rzzz .swiper-slide .img {
		padding: 10px 0;
	}
	.caseli ul li {
		margin-top: 20px;
	}
	.caseli ul li .img {
		width: 150px;
		height: 96px;
	}
	.caseli ul li .text {
		left:170px;
		right: 10px;
	}
	.caseli ul li .text h3 {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	}
	.caseli ul li .text .st {
		margin-top: 5px;
		line-height: 22px;
		height: 66px;
	}

	.xg-news ul li {
		height: 50vw;
	} 
}
