html,body{
    margin: 0;padding: 0;
    text-align: center;
	color:#6E7174;
	font-size:16px;
	line-height:30px;
}
.gray {
	color: #5f6266
}
:root {
	--swiper-theme-color: #0099D3 !important;
}
.main{
	
	margin:0 auto;
	padding:0 4%;
	max-width:1600px ;
}
a{
	text-decoration: none;
	color:#000;
}
.pcmax{
	width:100%;
}
.tophead {
	margin: 0px auto;
	text-align: left;
	position: relative;
	position: sticky;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: rgb(0 0 0 /15%) 0 0 10px;
	width: 100%;
	max-width: 100% !important;
}
.tophead .inner{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height:80px;
	max-width:1600px;
	margin:0 auto;
}
.logo{
	width:310px;
	/* height:50px; */
	/* margin-left:5%; */
}
.menutop{
	width:56%;
	text-align: right;
}
.menutop a{
	margin:0 20px;
	padding:0 0 5px;
	margin:0 2%;
}
.menutop a.active{
	color:#0099D3;
	
	border-bottom: 2px solid #0099D3;
}
	.menutop a:hover {
		color: #0099D3;
	}
	.tel {
		/*width:17%;*/
		display: flex;
		align-items: center;
	}
.tel span{
	
	margin-left:10px;
	font-weight: 600;
	font-size:20px;
	color:#004980
}


/***轮播图***/
/*
	.mypagion{
		
		width: 0 4% !important;
		
	}
	.swiper-pagination{
		bottom: 30px !important;
	}
	.swiper-pagination-bullet{
		border-radius: 0 !important;
		width:40px !important;
		height:30px !important;
		opacity: .5;
		color:#fff;
		margin-left:10px;
		text-align: center;
		
	}*/
.infocontent p img{
	max-width:100%
}
.aboutus_huawei .hw {
	color: #CB151D;
	font-weight: bold;
}
	.aboutus_huawei .pt{
		color:#015293;
		font-weight: bold;
	}
	.aboutus_huawei .anli{
		color:#0099D3;
		font-weight: bold;
	}



.proright .bq .bqinfo span{
		border:1px solid #0A9DD5;
		border-radius: 20px;
		padding:3px 20px;
		margin-right:20px;
		font-size: 15px;;
		color:#0A9DD5;
	}
	.proright .bq .bqinfo span.active{
		color:#fff;
		background: #015293;
		border:none;
	}
	.proright .bq .bqdesc{
		padding:30px 0;
		color:#015293
	}
	.bq_active{
		display: block;
		
	}
	
	.proright .bq .bqinfo span.activeinfo{
		color:#fff;
		background: #015293;
		margin:0;
		border:none;
	}
	.proright .bq .proinfo{
		color:#015293
	}


/**解决方案**/
	
	.solution{
		background: url('../image/solutionbg.png') no-repeat ;
		background-position: center;
		background-size:cover;
		width:100%;
		height:680px;
		align-items: center;
		margin:0 auto;
	}
		.solution .solutiontitles {
			display: flex;
			justify-content: space-between;
			padding: 8% 0 6% 0 ;color:#035394;
			font-weight: bold;
		}
		.solution .solutiontitles .all {
			background: #015293;
			padding:5px 20px;
			color:#fff;
			border-radius:20px;
			font-size:15px;
		}
		.solution .solutioninfo {
			display: flex;
			justify-content: space-between;
			
		}
			.solution .solutioninfo .info {
				position: relative;
				border-left: 1px solid #fff;
				padding: 0 4.3%;
				
			}
				.solution .solutioninfo .info a {
					color: #035394;
				}
	.solution .solutioninfo .info:last-child{
		border-right:1px solid #fff;
	}
		.solution .solutioninfo .info .titleinfo {
			color: #035394;
			font-weight: bold;
			width: 120px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			padding:10px 0;
		}
	.solution .solutioninfo .info .infoa{
		
		background:url(../image/s.png);
		background-size:cover;
		display:flex;
		justify-content:center;
		align-items:center;
		width:120px;
		height:120px;
		border-radius:20px;
		
	}
	.solution .solutioninfo .info .infoa{
		-webkit-transition:-webkit-transform 1s;
		transition-duration:1s;
		
	}
		.solution .solutioninfo .info .infoa .iconfont {
			
			font-size: 40px;
		}
		.solution .solutioninfo .info .infoa:hover {
			background: url(../image/s1.png) no-repeat;
			background-size: cover;
			color: #fff;
			-webkit-transform: rotate(360deg);
		}




/*******底部********/

.bottom{
	background: #333;

}
.bottom .main .bottomlogo{
	text-align: left;
	padding:60px 0;
}
.bottomcontent{
	display: flex;
	justify-content: space-between;
	padding-bottom:40px;
}
.bottomcontent .address{
	text-align: left;
}
.bottomcontent .address span{
	font-size:30px;

}
.bottomcontent .address>div{
	
	margin:20px 0;
}
.bottomcontent .address .cg{
	display: flex;
}
	.bottomcontent .address .cg div:first-child{
		margin-right:20px;
	}
	.bottom .main .copyright {
		padding: 20px 0;
		text-align: left;
		border-top: 1px solid #4D4D4D;
		color: #4D4D4D;
		padding-bottom: 40px;
	}


/**********关于我们**********/
.aboutus {
	margin:20px auto 30px auto;
	display: flex;
}
.aboutus>div{
	flex: 1;
	border-right:1px solid #F2F4F5;
	box-sizing: border-box;
	padding: 20px;

	width:33.33%;
	padding:43px;
}
.video {
	cursor: pointer;
}
.aboutus>div:first-child{
	border-left:1px solid #F2F4F5;
	width:66.66%;
	flex: none;
}
.sy > div:first-child {
	width: 33.33%;
}

	.aboutus .video  img {
	
	width:100%;

	}


.aboutus  .aboutus_huawei .pad{
	padding-top:70px;
}
.aboutus  .topimg img{
	width: 100%;
	
}

.com{
	background: #015293;
}
.com h3{
	font-size:16px;
	color:#fff;
}
.company{
	display: flex;
	justify-content: space-between;
	
}
.company .companyinfo{
	
	text-align: left;
	color:#fff;
	flex: 1;
	padding:20px 10px;
	border-right:1px solid #F2F4F5;
	position: relative;
	box-sizing: border-box;
}
.company .companyinfo:first-child{
	width:33.33%;
	border-left: 1px solid #F2F4F5;
	flex: none;
}
.company .companyinfo .companynone{
	height:50px;
	width:2px;
	background:#fff;
	margin-top:2px;
	position: absolute;
	left: 0;
}
.company .companyinfo .companydesc{
	padding:30px;
}
.company .companyinfo .companydesc span{
	color:#ddd
}

.fz{
    display: flex;
}

	.fz > div {
		box-sizing: border-box;
		border-right: 1px solid #F2F5F6;
	}
		.fz > div:first-child {
			border-left: 1px solid #F2F5F6;
		}
.fzleft{width: 33.33%;padding-left:40px;}
.fzright{flex: 1;
	padding-top: 150px;
}

.fz .item{
	
	display: flex;
	align-items: flex-start;
	margin-left: -10vw;
}
.fz .item h1{
	width: 12vw;
    font-size: 1.05vw;
    color: #333;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 0px;
	border-top: 1px solid #F6F7F8;
	text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}
.fz .item p{
	text-align: left;
	flex: 1;
	box-sizing: border-box;
    padding: 0px 20px 20px 0px;
}




/***荣誉资****/
.ry{
	margin-bottom: 60px;;
	
}
.ry h3{
	padding-left:40px;
}
 h3{
	color:#0099D3;
	text-align: left;
	font-size:25px;
}
.ry .rylist{
	width:100%;
	overflow: auto;
	display: flex;
}
.ry .rylist img{
	height:220px;
	margin-left:20px;
	margin: 20px;;
}



/******单页解决方案*******/
.contentsolution{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.contentsolution .leftsolution{
	width:280px;
	text-align: left;
	
	border-radius: 10px;
	position: absolute;
	background: #fff;
	top:-86px;
	left:220px;
	box-shadow: 1px 1px 2px 1px #F8F9F9, -1px 1px 2px 1px #F8F9F9
	
}

.contentsolution .leftsolution  h4{
	text-align: left;
	color:#000;
	
	padding:5px 0 20px 20px;
	font-size: 20px;
}
.contentsolution .leftsolution .info .menu{
	background:#F7F9FA;
	padding:10px 20px;
	display: flex;
	justify-content: space-between;
	font-size:16px;
	cursor:pointer
}
.contentsolution .leftsolution .info ul{
	padding:0;
	margin:0;
	overflow:hidden
}
.contentsolution .leftsolution li{
	list-style: none;
	font-size:16px;
	padding:10px 20px;
	
}
.contentsolution .leftsolution li a.active{
	color: #0099D3;
	font-weight: bold;
}

.contentsolution  .rightsolution{
	width:70%;
	margin-left:31%;
	text-align: left;
	min-height:800px;
}
.contentsolution .rightsolution h4{
	
	font-size:20px;
	color:#000;
}

/****客户案例****/
.customer{
	
	margin:20px auto;
}
.customer .customer_title{
	display: flex;
	justify-content:flex-start;
	background: #F7F9FA;
	
}
.customer .customer_title div{
	padding:15px 30px;
	margin-right:5px;
	cursor: pointer;
}
.customer .customer_title div.active,.customer .customer_title div:hover{
	background: #0099D3;
	color:#fff;
	border-radius: 10px;
	font-weight: bold;
}

.customer .customer_content{
	display: flex;
	word-wrap: break-word;
	flex-wrap: wrap;
	justify-content: left;
	margin-top:40px;

}
	.customer .customer_content .customerinfo {
		width: 30%;
		margin-top: 20px;
		border-radius: 10px;
		padding-bottom: 20px;
		margin-right: 40px;
	}
.customer .customer_content .customerinfo:hover{
	transform: scale(1.02);
	box-shadow: 1px 1px 15px #ddd,-1px 1px 15px #ddd;
	cursor: pointer;
}
	.customer .customer_content .customerinfo img {
		border-radius:10px;
		border-bottom-left-radius: 50px;
		
		object-fit: cover;
		object-position: 50% 20%;
		max-width:100%;
		width:100%;
	}
.customer .customer_content .customerinfo .desc{
	text-align: left;
	margin-left:20px;
	
}
.customer .customer_content .customerinfo .desc h5{
	font-size: 18px;
	padding:10px 0;
	margin:0;
	color:#000
}
	.customer .customer_content .customerinfo .desc div {
		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;
		padding: 6px 0;
		line-height: 30px;
	}
	.customer_detail h4 {
		font-size: 20px;
		padding: 20px 0;
	}
.customer_detail p{
	text-align: left;
}



/************新闻动态**************/

.contentsolution .leftsolution .info {
	padding:0 0 20px 0;
	font-size:15px;
}
	.contentsolution .leftsolution .info select {
		width: 240px;
		border: 1px solid #ddd;
		padding: 10px 0px;
		margin: 10px 0;
		color: #6E7174;
		border-radius: 5px;
	}
.contentsolution .leftsolution .info button{
	background:#004980 ;
	border: none;
	padding:5px 10px;
	color:#fff;
	border-radius:5px;
	margin-bottom: 30px;
	cursor: pointer;
}
.contentsolution .rightnews{
	width:100%;
	padding-left:30%;
	text-align: left;
	
}
.contentsolution .rightnews .newsinfo{
	display: flex;
	
	padding:20px;
	align-items: center;
	margin:10px;
}
.contentsolution .rightnews .newsinfo:hover{
	background-color: #F7F9FA;
	border-radius: 10px;
}
.contentsolution .rightnews .newsinfo .righttime{
	
	padding:20px;
	/*background-color: #fff;*/
	border-radius: 10px;
	font-weight: bold;
	color:#004980
}
.contentsolution .rightnews .newsinfo .righttime div>label{
	font-size:28px;
}
.contentsolution .rightnews .newsinfo .infocontent{
	margin-left:20px;
	flex:1;
}
.contentsolution .rightnews .newsinfo .infocontent .title{
	font-size:20px;
	font-weight: bold;
	
}
.aboutaaa {
	margin-bottom: 30px;
}
.contentsolution .rightnews .newsinfo .infocontent .desc {
	padding: 10px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* white-space: nowrap; */
	/* width: 100%; */
	/* height: 30px; */
	display: -webkit-box;
	height: 45px;
}
.customermain {
	max-width: 1200px;
	margin: 0 auto;
	
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: rgb(0, 123, 255);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(222, 226, 230);
}

.page-item.active .page-link {
	border-color: #009bd6;
}

.pagion {
	height: 30px;
	font-size: 14px;
	margin: 30px 0;
}

.page-item {
	margin: 5px;
	height: 30px;
}

.page-link {
	color: #000;
	padding: 5px 10px;
}

.page-item.active .page-link {
	color: #009bd6;
	background-color: #fff;
}
/****newsdetail*****/

.newstop{
	text-align: left;
	background: #004980;
	padding:10px ;
	font-size:14px;
	
}
.newstop a{
	color:#fff;
}
.newspation {
	text-align: left;
	padding:10px 0 30px 0;
	border-top:1px solid #ddd;
}
.newspation div a{
	padding:5px 0;
	cursor: pointer;
	display: block;
}
.newspation div a:hover{
	color:#099DD5
}
.news_detail{
	padding:20px 0;
}
.news_detail  .news_detail_article{
	padding:0 0 20px 0
}
.news_detail p img{
	max-width:100%;
}
.customersim h3 {
	padding-left: 45px;
}
/**客户服务***/
.service_detail{
	position: relative;
	padding:0;
}
.service_detail  .address{
	position: absolute;
	top:252px;
	background: rgba(0, 0, 0,0.5);
	width: 100%;
	z-index: 10;
	height: 50px;
	color:#fff;
	display: flex;
	align-items: center;
	margin:0 auto;
	text-align: left;

}
.service_detail .address .addrcompanyname{
	display: flex;
	align-items: center;
}
.service_detail .address>div{
	margin-left:50px;
}
.service_detail .address .addrcompanyname span{
	display: block;
	margin-right: 20px;
	font-size:20px;
}
.service_detail .address .addrcompanyname .comname{
	font-weight: bold;
}
.service{
	display: flex;
	text-align: left;
}
.service .serviceleft {
	width:280px;
}
.service .serviceleft .xm{
	display: flex;
	align-items: center;
	
}
.service .serviceleft .xm img{
	width:35%;
	
}
.service .serviceleft .xm .xminfo{
	padding-left:50px;
}
.service .serviceleft .xm .xminfo p{
	color:#0099D3;
	padding:0;
	margin:0;
	margin-top:10px;
}
.service .serviceleft .xm .xminfo p.phoneinfo{
	font-size:20px;
	font-weight: bold;
}
.service .serviceright{
	text-align: left;
	flex: auto;
	margin-left:8%;
}
	.service .serviceright .text{
		display:flex;
	}
	.service .serviceright .text > input, .service .serviceright .text > textarea {
		border: 1px solid #ddd;
		padding: 5px;
		margin: 10px;
		border: 1px solid #ddd;
		padding: 5px 10px;
		margin: 5px;
		width: 50%;
		height: 30px;
		border-radius: 5px;
	}
		.service .serviceright .text > input:focus, .service .serviceright .text > textarea:focus {
			outline: none;
			border: 1px solid #989B9C !important;
		}
		.service .serviceright .text > .button {
			border: 1px solid #0099D3;
			padding: 10px 20px;
			background: #0099D3;
			color: #fff;
			margin-top: 10px;
			display: block;
			width: 80px;
			text-align: center;
			border-radius: 5px;
			;
			margin-bottom: 80px;
			;
			cursor: pointer;
		}
.service .serviceright .text>.button:hover{
	background-color: #004980;
}
.service .serviceright .text>textarea{
	width: 100%;
	height:240px;
}
.service .ewm {
	padding:10px 0;
	margin-top:30px;
}
.service .ewm  span,.service .ewm div{
	padding:10px 0;
}
.service .ewm .ewminfo{
	display: flex;
	justify-content: space-between;
}
.service .ewm .ewminfo img{
	width:120px;
	/* height:120px; */
}
.service .ewm .ewminfo span{
	display: block;
	text-align:center;
}