@media screen and (min-width:800px) {
	.phone {
		display: none !important;
	}
	.modal-content {
		width:675px;
	}
	.swiper {
		width: 0 4%;
		margin: 0 auto;
	}
	/***关于我们***/
	.fz .fzleft h3{
		padding:40px 0;
	}
	.aboutus .aboutus_desc {
		padding-top: 40px;
		letter-spacing: 2px;
		line-height: 30px;
	}

	.aboutus .aboutus_desc {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		/*line-clamp: 4;
		-webkit-line-clamp: 4;*/
		text-align: justify;
	}
	.sy .aboutus_info  .aboutus_desc {
		line-clamp: 4;
		-webkit-line-clamp: 4;
	}
		.aboutus_info h2 {
			/* width:570px; */

			padding: 5px 0;
			margin: 0;
			text-align: left;
			color: #0099D3;
			border-bottom: 1px solid #eaeaea;
		}

	.aboutus_huawei {
		position: relative;
	}

		.aboutus_huawei .more {
			text-align: left;
			position: relative;
			display: block;
			background-color: #0099D3;
			width: 80px;
			padding: 2px 0;
			border-radius: 15px 0 15px 0;
			color: #fff;
			text-align: center;
			margin-top: 20px;
		
		}

			.aboutus_huawei .more a {
				color:#fff;
			}
		.aboutus_huawei .info {
			display: flex;
		}
	.aboutus_huawei .info>div{
		width:80%;
		padding:4px 5px;
		text-align: left;
	}
	.aboutus_huawei .info>div.left{
		width:90px;
		
	}
	.aboutus_huawei>div.last{
		border-bottom: 1px solid #eaeaea;
		padding-bottom:20px;
	
	}
	.aboutus_huawei .info .middel{
		width:50px;
	}
	.aboutus_huawei .info .right{
		text-align: left;
		
		text-overflow:ellipsis;
		overflow: hidden;
		white-space: nowrap;
		
	}
	
	
	
	
	.aboutus_huawei .top{
		margin-top:40px;
	}
	
	.aboutus .video>img{
		margin-top:4px;
	}
	.fz .fzleft{
		text-align: left;
		
	}

	/****客户案例******/
	.mySwiper1{
		height:420px;
	}
	
	.customersim{
		background: #015293;
		padding:0 0 60px 0;
	}
	.customersim h3{
		text-align: left;
		padding:50px 0;
		color:#fff;
		margin:0;
	}

	.swiper-slide .info {
		width: 95%;
		background: #fff;
		border-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		height: 420px;
	}
	.swiper-slide .sinfo {
		width: 95%;
		background: #fff;
		;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		font-size: 18px;
		color: #0A9DD5;
		margin:0 0 20px 0;
	}
	.wordsinfo {
		margin: 0px 20px 20px 20px;
		text-align: left;
		line-height: 30px;
		text-align: left;
		overflow: hidden;
		/* white-space: nowrap; */
		/* overflow-wrap: break-word; */
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	

	.words h4{
		text-align: left;
		padding-left:20px;
		margin:20px 0 10px 0;
		color:#000;
		font-size:18px;
	}

	.anliimg {
		width: 100%;
		border-radius: 10px;
		border-bottom-left-radius: 50px;
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
		object-position: 50% 20%;
	}
	
	

	
	/****产品***/
	.products{
		padding:5% 0;
		height:500px;
	}
	.proleft{
		width:33.33%;
		border-right:1px solid #eaeaea;
		border-left:1px solid #eaeaea;
	}
	.proimg{
		
	}
	.proright{
		padding:20px 40px;
		border-right:  1px solid #eaeaea;
	}
	.proright h2{
		color:#000;
		padding:10px 0;
	}
		.proright .info {
			color: #0099D3;
			font-size: 18px;
			padding: 10px 0;
		}

	.proright .bq{
		margin-top:50px;
	}
	.proright .bq .bqinfo{
		display: flex;
	}
	
	
	.mySwiper2 .swiper-slide{
		display: flex;
	}
	.mySwiper2 .proright{
		width:60%;
		text-align: left;
	}
	
	
	
}

@media screen and (max-width:1200px) {
	.tel{
		display:none;
	}
}

@media screen and (max-width:800px) {
	body {
		
		font-size:14px;
		line-height:25px;
	}
	h2{
		font-size:18px;
	}

	.modal-content {
		width: 100%;
	}

	.pc {
		display: none !important;
	}

	.phone {
		width: 100%;
	}

	.about {
		margin-top: 50px;
	}

	.topphone {
		display: flex;
		justify-content: space-between;
		padding: 0;
		top: 0;
		width: 100%;
		left: 0;
		margin-left: 0;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		position: fixed;
		z-index: 20;
	}

		.topphone .logo {
			margin-left: 2vw;
			width: auto;
		}

		.topphone .inner {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 50px;
			width:80%;
		}

		.topphone .logo {
			width:155px;
			display:flex;
		}

	.menutop {
		display: none;
	}

	.mob-nav {
		width: 40px;
		height: 40px;
		margin-top: 5px;
		border-radius: 50%;
		margin-left: 10px;
		background-size: auto 40%;
		position: relative;
	}

		.mob-nav:before {
			content: "";
			position: absolute;
			left: 50%;
			top: 50%;
			height: 2px;
			width: 20px;
			margin-left: -10px;
			margin-top: -8px;
			background: #333;
			transition: all 0.5s ease;
		}

		.mob-nav:after {
			content: "";
			position: absolute;
			left: 50%;
			top: 50%;
			height: 2px;
			width: 20px;
			margin-left: -10px;
			margin-top: 6px;
			background: #333;
			transition: all 0.5s ease;
		}

		.mob-nav span {
			position: absolute;
			left: 50%;
			top: 50%;
			height: 2px;
			width: 20px;
			margin-left: -10px;
			margin-top: -1px;
			background: #333;
			transition: all 0.5s ease;
		}

		.mob-nav.on {
			transition: all 0.5s ease;
		}

			.mob-nav.on:before {
				margin-top: -1px;
				transform: rotate(45deg);
				transition: all 0.5s ease;
			}

			.mob-nav.on:after {
				margin-top: -1px;
				transform: rotate(-45deg);
				transition: all 0.5s ease;
			}

			.mob-nav.on span {
				width: 0;
				transition: all 0.5s ease;
			}

	.T-nav {
		position: fixed;
		left: 0;
		top: 50px;
		margin: 0;
		padding: 0;
		width: 100%;
		height: calc(100vh - 50px);
		background: #fff;
		z-index: 22;
		overflow: auto;
		display: none;
	}

		.T-nav > li {
			float: left;
			position: relative;
			width: 100%;
		}

			.T-nav > li.oveia {
				position: static;
			}

			.T-nav > li > a {
				line-height: 50px;
				padding: 0 22px;
				text-align: center;
				font-size: 16px;
				display: block;
				position: relative;
				transition: all 0.5s ease;
				border-bottom: 1px solid #eee;
			}

				.T-nav > li > a:before {
					content: "";
					position: absolute;
					left: 50%;
					transform: translateX(-50%);
					bottom: 20px;
					width: 0;
					height: 2px;
					background: #f00;
					transition: all 0.5s ease;
				}

			.T-nav > li .thr {
				position: absolute;
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px;
				overflow: hidden;
				top: 82px;
				left: 50%;
				margin-left: -100px;
				width: 200px;
				background: #fff;
				display: none;
			}

				.T-nav > li .thr.plboea {
					width: 100%;
					margin-left: 0px;
					left: 0;
					padding: 35px;
					text-align: center;
				}

					.T-nav > li .thr.plboea .cp {
					}

						.T-nav > li .thr.plboea .cp a {
							display: block;
						}

							.T-nav > li .thr.plboea .cp a .d1 img {
								width: 100%;
								border-radius: 5px;
								height: 120px;
								object-fit: cover;
							}

							.T-nav > li .thr.plboea .cp a .d2 {
								margin-top: 5px;
								height: 20px;
								line-height: 20px;
								overflow: hidden;
								text-overflow: ellipsis;
								white-space: nowrap;
							}

					.T-nav > li .thr.plboea .title {
						margin-top: 10px;
					}

						.T-nav > li .thr.plboea .title a {
							display: inline-block;
							border: 1px solid #ddd;
							line-height: 20px;
							border-radius: 15px;
							padding: 5px 10px;
							transition: all 0.5s ease;
						}

				.T-nav > li .thr > a {
					display: block;
					font-size: 15px;
					line-height: 40px;
					text-align: center;
					transition: all 0.5s ease;
				}





	.aboutus {
		flex-direction: column;
	}

		.aboutus > div {
			border: none;
			padding: 10px;
		}

			.aboutus > div:first-child {
				width: auto;
			}

	.aboutus_info h2 {
		width: 100%;
		text-align: center;
		color: #0099D3;
		padding-left: 0;
	}

	h3 {
		color: #0099D3;
		
	}
	.ry h3 {
		font-size: 18px;
		text-align: center;
		margin-top: 40px;
		margin-top: 40px;
		padding-left:0;
	}
	h4{
		font-size:16px;
		margin:20px 0 10px 0;
	}
	.aboutus > div {
		width: 100%;
	}

	.aboutus_desc {
		padding: 5px 0px;
		line-height: 2;
		text-overflow: ellipsis;
		white-space: -webkit-nowrap;
		-webkit-line-clamp: 4;
		overflow: hidden;
		/* height: 200px; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-align:justify
	}

	.aboutus_huawei {
		text-align: center;
	}

		.aboutus_huawei .more {
			width: 20%;
			text-align: center;
			background: #0099D3;
			color: #fff !important;
			padding:5px 0;
			border-bottom-right-radius: 20px;
			;
			border-top-left-radius: 20px;
			margin: 2vh auto
		}

			.aboutus_huawei .more a {
				color: #fff !important;
			}

		.aboutus_huawei .info {
			display: flex;
			justify-content: space-between;
			text-align: left;
		
			padding: 10px 0 0 0;
		}

			.aboutus_huawei .info .left {
				width: 22vw;
			}

			.aboutus_huawei .info .middel {
				width: 12vw;
			}

			.aboutus_huawei .info .right {
				text-align: left;
				width: 78vw;
				text-overflow: ellipsis;
				overflow: hidden;
				white-space: nowrap;
			}

	.main {
		width: 100%;
		padding: 0;
	}

	.newstop {
		margin-top: 50px;
		padding: 10px;
	}

	.company {
		flex-direction: column;
		padding: 0px;
	}

		.company .companyinfo {
			width: 100%;
			text-align: center;
			border-top: 1px solid #fff;
			padding:0 10px;
		}

			.company .companyinfo:first-child {
				width: 100%;
				border-left: 0px;
				border-top: none;
			}

			.company .companyinfo .companynone {
				display: none;
			}

			.company .companyinfo h3 {
				text-align: center;
				color: #fff;
			}



	.video, .video img {
		width: 97%;
	}


	.fz {
		flex-direction: column;
	}

	.fzleft {
		width: 100%;
		padding-left:0;
		
	}

		.fzleft h3 {
			text-align: center;
			font-size: 18px;
			margin-top:40px;
		}

		.fzleft img {
			display: none;
		}

	.fzright {
		padding-top: 0;
	}

	.fz .item {
		margin: 0px;
		flex-direction: column;
	}

		.fz .item h1 {
			width: auto;
			border: none;
			padding-left: 3vw;
			font-size: 4vw;
		}

		.fz .item p {
			font-size: 3.6vw;
			line-height: 2;
			padding: 0 3vw;
		}

	.customersim {
		background: #015293;
		height:460px;
		padding-top:10px;
	}

	.anliimg {
		width: 90%;
	}

	.swiper-slide .info {
		width: 90%;
		background: #fff;
		;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: 0 auto;
		padding: 0 0 2rem 0;
		height: 300px;
		border-radius:10px;
	}

		.swiper-slide .info img {
			width: 100%;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			border-bottom-left-radius:50px;
		}

	.customersim h3 {
		padding: 20px 0 0 0;
		color: #fff;
		text-align: center;
		font-size:18px;
		
	}
/*	.swiper-pagination-bullet {
		width: 30px !important;
		height: 20px !important;
		line-height:20px !important;
	}
	.swiper-pagination {
		bottom: 10px !important;
	}*/
	.words {
		width: 90%;
		text-align: left;
		color: #fff;
		margin: 0 auto;
		color: #000;
		height: 140px;
	}
		.words .wordsinfo {
			overflow: hidden;
			/* white-space: nowrap; */
			/* overflow-wrap: break-word; */
			text-overflow: ellipsis;
			-webkit-line-clamp: 2;
			display: -webkit-box;
			-webkit-box-orient: vertical;
		}

	.proleft img {
		width: 100%;
	}

	.proright {
		text-align: left;
		padding: 0 0 0px 10px;
	}

		.proright h2 {
			color: #000
		}
		.proright .sinfo {
			color: #0099D3
		}
		.proright .info {
			width: 100%;
		}

	.products .swiper-horizontal > .swiper-pagination-bullets,
	.products .swiper-pagination-bullets.swiper-pagination-horizontal,
	.products .swiper-pagination-custom,
	.products .swiper-pagination-fraction {
		bottom: 0 !important;
	}

	.bq .bqinfo {
		display: flex;
		justify-content: flex-start;
		flex-flow: row wrap;
		padding-top:20px;
	}



	.proright .bq .bqinfo span {
		border: 1px solid #0A9DD5;
		border-radius: 20px;
		padding: 1px 10px;
		font-size: 14px;
		margin: 5px 5px 5px 0 !important;

		display:inline-block
	}

	.bqdesc {
		text-align: left;
	}
	.proright .bq .bqdesc{
		padding:10px 0;
	}

	.solution {
		background: url('../image/solutionbg_phone.png') no-repeat;
		width: 100%;
		height: auto;
		align-items: center;
		margin: 0 auto;
		background-size:cover
	}

		.solution .solutioninfo {
			flex-flow: row wrap;
			justify-content:space-around;
			padding:0 20px;
			width:auto;
		}

			.solution .solutioninfo .info {
				margin: 20px;
				border: none;
				padding: 0;
			}

				.solution .solutioninfo .info:last-child {
					border: 0;
				}
				.solution .solutioninfo .info .titleinfo {
					width:70px;
				}
				.solution .solutioninfo .info .infoa {
					width: 70px;
					height: 70px;
				}

					.solution .solutioninfo .info .infoa .iconfont {
					
						font-size:25px;
					}




	.bottom {
		width: auto;
		padding: 0 10px;
	}

		.bottom .main .bottomlogo {
		
			padding: 60px 0 30px 0;
		}

		.bottomlogo img {
			width: 85%
		}

	.bottomcontent {
		display: block;
	}
		.bottomcontent .address > div {
			margin: 0px 0 20px 0;
		}
		.bottomcontent .address .cg{
			display:block;
		}
		.bottomcontent .address span {
			font-size: 1.1rem
		}

	.products {
		margin-bottom:40px;
		padding-top:30px;
	}
	/*****客户服务*****/
	.service_detail {
		position: static;
		margin:0 10px;
		width:auto;
	}

		.service_detail .address {
			position: static;
			display: block;
			height: 80px;
			padding-top: 10px;
			color:#000;
			background: #fff;
			padding-bottom: 10px;
		}
			.service_detail .address .addrcompanyname span {
				margin-right:10px;
			}
			.service_detail .address > div {
				margin-left: 15px;
				font-size: 14px;
				
			}
		.service_detail .address {
			color:#000;
			border:1px solid #ddd;
			border-top:0;
		}
			.service_detail .address .addrcompanyname .comname {
				font-weight:400;
				font-size:14px;
			}
			.service_detail .address .addrcompanyname {
				padding-top: 5px;
				margin-left: 10px;
			}

	.service {
		display: block;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}

		.service .serviceleft {
			width: auto;
		}

		.service .ewm .ewminfo {
			justify-content: space-around;
		}

		.service .serviceright {
			margin-left: 0;
		}

			.service .serviceright .text > input, .service .serviceright .text > textarea {
				width: 100%;
				box-sizing: border-box;
			}

			.service .serviceright .text > .button {
				width: 100%;
				box-sizing: border-box;
				margin-bottom: 20px;
			}


	/**********news************/
	.contentsolution .rightnews {
		padding-left: 0;
		padding: 10px;
	}

		.contentsolution .rightnews .newsinfo {
			padding: 0;
			margin: 0;
			align-items: unset;
			margin-top: 20px
		}

			.contentsolution .rightnews .newsinfo .righttime {
				padding: 0 10px;
				width: 22%;
			}

				.contentsolution .rightnews .newsinfo .righttime div {
					text-align: left;
				}

			.contentsolution .rightnews .newsinfo .infocontent {
				margin-left: 0;
			}

				.contentsolution .rightnews .newsinfo .infocontent .title {
					font-size: 16px;
				
					text-overflow: ellipsis;
					overflow: hidden;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
					/* white-space: nowrap; */
					/* width: 100%; */
					/* height: 30px; */
					display: -webkit-box;
				
				}

	.news_detail .news_detail_article p, .news_detail .news_detail_article p img {
		max-width: 100%;
	}
	.customermain {
		
		margin-bottom: 0;
	}
	/************客户案例*************/
	.customer {
		box-sizing: border-box;
		padding: 0 10px;
	}

		.customer .customer_title {
			background: #fff;
			flex-flow: wrap;
		}

			.customer .customer_title div {
				padding: 5px 10px;
				margin-right: 10px;
				background-color: #F7F9FA;
				margin-top: 10px
			}

		.customer .customer_content {
			display: block;
		}

.customer .customer_content .customerinfo {
	width: 100%
}
	.aboutaaa{
		margin-bottom:10px;
	}
	.customer .customer_content .customerinfo .desc {
		margin-left: 0;
	}

	.customer_detail_article {
		padding: 10px;
		text-align: left;
	}
	.customer .customer_content .customerinfo .desc h5 {
		font-size:16px;
	}
	.contentsolution {
	}

		.contentsolution .leftsolution {
			width: 90%;
			top: -20px;
			margin: 0 5%;
			left: unset;
		}

	.contentsolution {
		min-height:105vh
	}

		.contentsolution .leftsolution li {
			border-bottom: 1px solid #F7F9FA;
		}

		.contentsolution .leftsolution .info {
			margin-bottom: 20px;
			border-radius:10px;
			padding-top:30px;

			;
		}
			.contentsolution .leftsolution .info .menu {
				font-size:18px;

			}
			.contentsolution .rightsolution {
				width: 100%;
				padding: 10px;
				margin: 0;
			}

			.contentsolution .rightsolution .topinfo {
				border-radius: 10px;
				text-align: center;
				box-shadow: 1px 1px 5px #ddd,-1px 1px 5px #ddd;
				position: absolute;
				width: 90%;
				top: -20px;
				z-index: 10;
				background: #fff;
				margin: 0 5%;
				left: 0;
			}
		.contentsolution .leftsolution li a.active {
			font-weight:400;
			color:#000;
		}
		.contentsolution .rightsolution .infocontent {
		
			line-height: 30px;
		}

			.contentsolution .rightsolution .topinfo div:first-child {
				text-align: left;
				;
				padding: 10px;
				color: #0099D3;
				font-size: 16px;
			}

			.contentsolution .rightsolution .topinfo div a {
				color: #0099D3;
				font-weight: bold;
			}

			.contentsolution .rightsolution .topinfo h4 {
				margin-top: 10px;
			}

	.pbtn {
	}
	video{
		max-width:100%
	}
}


