body{
	margin: 0;
	padding: 0;
	font-family: 'SimHei',"PingFang SC",'SimSun','Arial',sans-serif; 
	font-size: 12px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix{
	display: block;
	zoom: 1;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}
a{
    text-decoration: none;
}
ul{
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	list-style: none;
}
img{
	padding: 0px;
	margin: 0px;
	display: block;
	border:none; 
}

.mawe-home{
	width: 100%;
}
.mawe-home .mawe-banner{
	position: relative;
}
.mawe-home .mawe-product{
	margin: 0 auto;
	padding: 80px 0px;
	width: 1200px;
}
.mawe-home .mawe-product .product-title{
	padding: 0 10%;
	text-align: center;
}
.mawe-home .mawe-product .product-title .title{
	padding-bottom: 20px;
	line-height: 1;
	font-size: 32px;
	color: #118FBF;    
	border-bottom: 1px solid #ccc;
}
.mawe-home .mawe-product .product-title .detail{
	padding: 15px 0px;
	line-height: 1.74;
	color: #7f7f7f;
	font-size: 14px;
}
.mawe-home .mawe-product .product-title .btn{
	padding-top: 15px;
	text-align: center;
}
.mawe-home .mawe-product .product-title .btn a{
	margin: 0 auto;
	display: block;
	width: 154px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000;
	color: #000; 
	font-size: 14px;
	transition: background 0.3s linear;
}
.mawe-home .mawe-product .product-title .btn a:hover{
	background:#118FBF; 
	border-color:#118FBF; 
	color:#fff;
}
.mawe-home .mawe-product .product-content{
	padding: 0 10%;
	width: calc(100% - 10% - 10%);
}
.mawe-home .mawe-product .product-content .product-list{
	margin-top: 20px;
	padding: 10px;
	width: calc(100%/4 - 20px);
	height: 260px;
}
.mawe-home .mawe-product .product-content .product-list a .list-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 220px;
}
.mawe-home .mawe-product .product-content .product-list a .list-img img{
	max-width: 90%;
	height: 70%;
}
.mawe-home .mawe-product .product-content .product-list:hover a .list-img img{
	height: 85%;
	transition: all 0.6s linear;
}
.mawe-home .mawe-product .product-content .product-list a .list-title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 18px;
	color: #666666;
}
.mawe-home .mawe-video{
	padding: 80px 0;
	background: #f1eff2;
}
.mawe-home .mawe-video .video-title{
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}
.mawe-home .mawe-video .video-title .title{
	padding-bottom: 60px;
	line-height: 1;
	font-size: 32px;
	color: #118FBF;
}
.mawe-home .mawe-video .video-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-home .mawe-video .video-content video{
	width: 100%;
}

.mawe-home .mawe-news{
	padding: 80px 0;
}
.mawe-home .mawe-news .mawe-news-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-home .mawe-news .mawe-news-content .title{
	padding-bottom: 60px;
	line-height: 1;
	font-size: 32px;
	text-align: center;
	color: #118FBF;
}
.mawe-home .mawe-news .mawe-news-content .content{
	width: 100%;
}
.mawe-home .mawe-news .mawe-news-content .content ul li{
	display: inline-block;
	margin-right: 48px;
	width: calc((100% - 48px * 2)/3 - 10px);
	height: 500px;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
}
.mawe-home .mawe-news .mawe-news-content .content ul li:last-child{
	margin-right: 0px;
}
.mawe-home .mawe-news .mawe-news-content .content ul li .content-img{
	width: 100%;
	height: 240px;
}
.mawe-home .mawe-news .mawe-news-content .content ul li .content-img img{
	width: 100%;
	height: 100%;
}
.mawe-home .mawe-news .mawe-news-content .content ul li .content-content{
	position: relative;
	padding: 24px;
	height: calc(260px - 24px - 24px);
}
.mawe-home .mawe-news .mawe-news-content .content ul li .content-content .content-title{
	margin-bottom: 16px;
	color: #333333;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4em;
	height: 68px;
	
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.mawe-home .mawe-news .mawe-news-content .content ul li .content-content .content-info{
	color: #777777;
	font-size: 0.875rem;
	line-height: 1.617em;
	height: 68px;
	
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.mawe-home .mawe-news .mawe-news-content .content ul li .content-content .content-more{
	position: absolute;
	bottom: 30px;
}
.mawe-home .mawe-news .mawe-news-content .content ul li .content-content .content-more a{
	color: #118FBF;
	font-size: 0.9rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.15px;
	border:1px solid #118FBF;
	border-radius: 4px;
	padding: 6px 15px 7px 15px;
}

.mawe-home .mawe-contact-us{
	padding: 80px 0;
}
.mawe-home .mawe-contact-us-black{
	background-color: #f1eff2;
}
.mawe-home .mawe-contact-us .contact-us-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-home .mawe-contact-us .contact-us-content .title{
	margin: 0 10%;
	padding: 0 10% 20px 10%;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	color: #118FBF;
}
.mawe-home .mawe-contact-us .contact-us-content .info{
	padding: 15px 0;
	line-height: 1.74;
	text-align: center;
	font-size: 14px;
	color: #7f7f7f;
}
.mawe-home .mawe-contact-us .contact-us-content .content{
	margin: 0 10%;
	padding-top: 50px;
}
.mawe-home .mawe-contact-us .contact-us-content .content ul li{
	width: calc(100%/3);
}
.mawe-home .mawe-contact-us .contact-us-content .content ul li a{
	display: block;
	margin-right: 10px;
	padding: 50px 0;
	text-align: center;
}
.mawe-home .mawe-contact-us .contact-us-content .content ul li a i{
	display: block;
	margin: 0 auto 20px auto;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 64px;
	color: #118FBF;
	border-radius: 50%;
	border: 1px solid rgba(34,24,20,0.7);
	transition: all 0.3s linear;
}
.mawe-home .mawe-contact-us .contact-us-content .content ul li a:hover i{
	background:#118FBF; 
	color:#fff; 
	border-color:#118FBF;
}
.mawe-home .mawe-contact-us .contact-us-content .content ul li a span{
	display: block;
	font-size: 20px;
	color: #000000;
}
.mawe-home .mawe-contact-us .contact-us-content .content ul li a:hover span{
	color: #118FBF;
}

.mawe-solution-page .solution-banner{
	width: 100%;
}
.mawe-solution-page .solution-banner img{
	width: 100%;
}
.mawe-solution-page .solution-video{
	position: relative;
	padding: 42px 0 55px 0;
}
.mawe-solution-page .solution-video .video-title{
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}
.mawe-solution-page .solution-video .video-title .title{
	padding-bottom: 60px;
	line-height: 1;
	font-size: 32px;
	color: #118FBF;
}
.mawe-solution-page .solution-video .video-content{
	margin: 0 auto;	width: 1200px;
}
.mawe-solution-page .solution-video .video-content video{
	width: 100%;
}

.mawe-product-page .product-banner{
	width: 100%;
}
.mawe-product-page .product-banner img{
	width: 100%;
}

.mawe-product-page .mawe-product{
	position: relative;
	padding: 42px 0 55px 0;
	background: #f2f2f2;
}
.mawe-product-page .mawe-product .product-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-product-page .mawe-product .product-content .product-nav{
	padding: 30px;
	width: 224px;
	background: #fff;
}
.body_fix .mawe-product-page .mawe-product .product-content .product-nav{
	position: fixed;
	top: 70px;
	transform: translateZ(0);
	z-index: 2;
}
.mawe-product-page .mawe-product .product-content .product-nav ul li .title a{
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #118FBF;
	overflow: hidden;
}
.mawe-product-page .mawe-product .product-content .product-nav ul li .title a::after{
	font-family: "iconfont" !important;
	display: inline-block;
	margin-left: 5px;
	content: "\e7f9";
	font-size: 14px;
}
.mawe-product-page .mawe-product .product-content .product-nav ul li .title.selected a::after{
	transform: rotate(90deg);
}
.mawe-product-page .mawe-product .product-content .product-nav ul li .box{
	display: block;
	padding: 0 0 0 18px;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	cursor: pointer;
}
.mawe-product-page .mawe-product .product-content .product-nav ul li .box.active{
	color: #118FBF;
}
.mawe-product-page .mawe-product .product-content .product-nav ul li .box:hover{
	color: #118FBF;
}
.mawe-product-page .mawe-product .product-content .product-nav ul li .box::after{
	position: absolute;
	left: 0px;
	top: 10px;
	content: '';
	width: 4px;
	height: 4px;
	background: #118FBF;
}
.mawe-product-page .mawe-product .product-content .product-list{
	width: 890px;
	min-height: 475px;
}
.mawe-product-page .mawe-product .product-content .product-list ul{
	margin-right: -20px;
}
.mawe-product-page .mawe-product .product-content .product-list ul li{
	margin-bottom: 18px;
	width: calc(100% / 3);
}
.mawe-product-page .mawe-product .product-content .product-list ul li a{
	position: relative;
	margin-right: 20px;
	padding: 35px 25px;
	height: 390px;
	background: #fff;
	display: block;
}
.mawe-product-page .mawe-product .product-content .product-list ul li a:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.15);
}
.mawe-product-page .mawe-product .product-content .product-list ul li a .img{
	height: 224px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mawe-product-page .mawe-product .product-content .product-list ul li a img{
	margin: 0 auto 15px auto;
	max-height: 100%;
	max-width: 100%;
}
.mawe-product-page .mawe-product .product-content .product-list ul li a .h3{
	line-height: 24px;
	font-size: 20px;
	margin-bottom: 15px;
	color: #000;
	overflow: hidden;
}
.mawe-product-page .mawe-product .product-content .product-list ul li a .m em{
	position: absolute;
	bottom: 35px;
	display: block;
	width: 126px;
	height: 44px;
	line-height: 44px; 
	font-size: 14px;  
	border: 1px solid #000;
	text-align: center;
	color: #000;
}
.mawe-product-page .mawe-product .product-content .product-list ul li a .m em:hover{
	background-color: #118FBF;
	border-color: #118FBF;
	color: #fff;
}

.mawe-contact-page .contact-page{
	padding: 42px 0 55px 0;
	background: #f2f2f2;
}
.mawe-contact-page .contact-page .contact-map{
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}
.mawe-contact-page .contact-page .contact-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-contact-page .contact-page .contact-content ul{
	
}
.mawe-contact-page .contact-page .contact-content ul li{
	display: flex;
	align-items: center;
	min-height: 200px;
	margin-right: 20px;
	padding: 35px 25px;
	width: calc((100% - 20px * 2) / 3 - 50px);
	background-color: #FFFFFF;
}
.mawe-contact-page .contact-page .contact-content ul li:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.15);
}
.mawe-contact-page .contact-page .contact-content ul li:last-child{
	margin-right: 0px;
}
.mawe-contact-page .contact-page .contact-content ul li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 2px solid #118FBF;
	border-radius: 100%;
	background-color: #118FBF;
}
.mawe-contact-page .contact-page .contact-content ul li .icon i{
	font-size: 48px;
	color: #FFFFFF;
}
.mawe-contact-page .contact-page .contact-content ul li .info{
	margin-left: 20px;
	width: calc(100% - 68px - 4px - 20px);
	word-wrap: break-word;
}
.mawe-contact-page .contact-page .contact-content ul li .info .title{
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	margin-bottom: 12px;
	color: #000;
}
.mawe-contact-page .contact-page .contact-content ul li .info .content{
	font-size: 20px;
}
.mawe-contact-page .contact-page .contact-content ul li .info .content p{
	margin: 5px 0px;
	color: #1f1f1f;
}
.mawe-contact-page .contact-page .contact-content ul li .info .content p.strong{
	color: #118FBF;
	font-weight: bold;
}

.mawe-case-page .case-banner{
	width: 100%;
}
.mawe-case-page .case-banner img{
	width: 100%;
}
.mawe-case-page .mawe-case{
	position: relative;
	padding: 42px 0 55px 0;
	background: #f2f2f2;
}
.mawe-case-page .mawe-case .case-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-case-page .mawe-case .case-content .case-nav{
	padding: 30px;
	width: 224px;
	background: #fff;
}
.body_fix .mawe-case-page .mawe-case .case-content .case-nav{	position: fixed;	top: 70px;	transform: translateZ(0);	z-index: 2;}
.mawe-case-page .mawe-case .case-content .case-nav ul li .title a{
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #118FBF;
	overflow: hidden;
}
.mawe-case-page .mawe-case .case-content .case-nav ul li .title a::after{
	font-family: "iconfont" !important;
	display: inline-block;
	margin-left: 5px;
	content: "\e7f9";
	font-size: 14px;
}
.mawe-case-page .mawe-case .case-content .case-nav ul li .title.selected a::after{
	transform: rotate(90deg);
}
.mawe-case-page .mawe-case .case-content .case-nav ul li .box{
	display: block;
	padding: 0 0 0 10px
}
.mawe-case-page .mawe-case .case-content .case-nav ul li .box a{
	position: relative;
	display: block;
	padding-left: 8px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.mawe-case-page .mawe-case .case-content .case-nav ul li .box.active a{
	color: #118FBF;
}
.mawe-case-page .mawe-case .case-content .case-nav ul li .box a:hover{
	color: #118FBF;
}
.mawe-case-page .mawe-case .case-content .case-nav ul li .box a::after{
	position: absolute;
	left: 0px;
	top: 10px;
	content: '';
	width: 4px;
	height: 4px;
	background: #118FBF;
}
.mawe-case-page .mawe-case .case-content .case-list{
	width: 890px;
	min-height: 475px;
}
.mawe-case-page .mawe-case .case-content .case-list ul li{
	padding-bottom: 30px;
	margin-bottom: 18px;
	width: 100%;
	background-color: #FFFFFF;
}
.mawe-case-page .mawe-case .case-content .case-list ul li .title{
	padding: 30px 0px;
	line-height: 1;
	font-size: 28px;
	color: #118FBF;
	text-align: center;
}
.mawe-case-page .mawe-case .case-content .case-list ul li.list-two{
	margin-bottom: 18px;
	width: 50%;
}
.mawe-case-page .mawe-case .case-content .case-list ul li video{
	max-width: 100%;
	max-height: 580px;
}
.mawe-case-page .mawe-case .case-content .case-list ul li .case-video{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mawe-case-page .mawe-case .case-content .case-list ul li:hover{
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.mawe-case-page .mawe-case .case-content .case-list ul li .case-video-two{
	position: relative;
	margin-right: 20px;
	padding: 35px 25px;
	width: calc(100% - 70px);
	height: 366px;
	background: #fff;
	display: block;
}
.mawe-case-page .mawe-case .case-content .case-list ul li .case-video-two video{
	max-width: 100%;
	height: 100%;
}

.mawe-product-detail .product-detail{
	
}
.mawe-product-detail .product-detail .detail-content{
	
}
.mawe-product-detail .product-detail .detail-content .detail-nav{
	margin: 0 auto;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.mawe-product-detail .product-detail .detail-content .detail-nav a{
	color: #999;
}
.mawe-product-detail .product-detail .detail-content .detail-nav a:hover{
	color: #118FBF;
}
.mawe-product-detail .product-detail .detail-content .detail-nav em{
	margin: 0 5px;
	font-style: normal;
	color: #999;
}
.mawe-product-detail .product-detail .detail-content .detail-nav span{
	color: #666;
}
.mawe-product-detail .product-detail .detail-content .show-content{
	margin: 0 auto;
	width: 1200px;
	padding: 40px 0;
}
.mawe-product-detail .product-detail .detail-content .show-content .img{
	width: calc(100%/12 * 7);
}
.mawe-product-detail .product-detail .detail-content .show-content .img .img-nav{
	width: calc(100%/12 * 2);
}
.mawe-product-detail .product-detail .detail-content .show-content .img .img-nav ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 0.3px);
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	cursor: pointer;
}
.mawe-product-detail .product-detail .detail-content .show-content .img .img-nav ul li img{
	max-width: 70%;
}
.mawe-product-detail .product-detail .detail-content .show-content .img .img-img{
	width: calc(100%/12 * 10);
}
.mawe-product-detail .product-detail .detail-content .show-content .img .img-img ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mawe-product-detail .product-detail .detail-content .show-content .img .img-img ul li img{
	max-width: 70%;
}
.mawe-product-detail .product-detail .detail-content .show-content .content{
	width: calc(100%/12 * 5);
}
.mawe-product-detail .product-detail .detail-content .show-content .content .title{
	font-size: 30px;
	line-height: 40px;
	color: #000;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .merit{
	margin-top: 10px;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .merit .merit-title{
	position: relative;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 40px;
	color: #373d41;
	cursor: pointer;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .merit .merit-title i{
	display: block;
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	margin-right: -10px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-weight: bold;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .merit .merit-title i::before{
	content: "\e604";
}
.mawe-product-detail .product-detail .detail-content .show-content .content .merit .merit-title i.active::before{
	content: "\e606";
}
.mawe-product-detail .product-detail .detail-content .show-content .content .merit .merit-box{
	display: none;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .merit .merit-box li{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #3b3b3b;
}

.mawe-product-detail .product-detail .detail-content .show-content .content .character{
	margin-top: 10px;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .character .character-title{
	position: relative;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 40px;
	color: #373d41;
	cursor: pointer;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .character .character-title i{
	display: block;
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	margin-right: -10px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-weight: bold;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .character .character-title i::before{
	content: "\e604";
}
.mawe-product-detail .product-detail .detail-content .show-content .content .character .character-title i.active::before{
	content: "\e606";
}
.mawe-product-detail .product-detail .detail-content .show-content .content .character .character-box{
	display: none;
}
.mawe-product-detail .product-detail .detail-content .show-content .content .character .character-box li{
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 20px;
	color: #3b3b3b;
}

.mawe-product-detail .product-detail .detail-content .show-list{
	margin: 0 auto;
	width: 1200px;
	padding: 40px 0 40px 0;
}
.mawe-product-detail .product-detail .detail-content .show-list ul li{
	width: calc((100% - 32px * 2) / 3);
	margin-bottom: 32px;
	margin-right: 31px;
	height: 290px;
	background-color: #f2f2f2;
	border-radius: 12px;
	overflow: hidden;
}
.mawe-product-detail .product-detail .detail-content .show-list ul li:nth-child(3n){
	margin-right: 0px;
}
.mawe-product-detail .product-detail .detail-content .show-list ul li .img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
}
.mawe-product-detail .product-detail .detail-content .show-list ul li .img img{
	max-width: 80%;
	max-height: 80%;
}
.mawe-product-detail .product-detail .detail-content .show-list ul li:hover .img img{
	max-width: 90%;
	max-height: 90%;
}
.mawe-product-detail .product-detail .detail-content .show-list ul li .text{
	display: flex;
	align-items: center;
	padding: 0px 10%;
	height: 70px;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	background-color: #118FBF;
}
.mawe-product-detail .product-detail .detail-content .show-nav{
	display: none;
	margin: 0 auto;
	width: 1200px;
}
.mawe-product-detail .product-detail .detail-content .show-nav ul li{
	display: inline-block;
	padding: 0 35px;
	color: #000;
	line-height: 50px;
	font-size: 18px;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.mawe-product-detail .product-detail .detail-content .show-nav ul li:hover{
	color: #118FBF;
}
.mawe-product-detail .product-detail .detail-content .show-nav ul li.curr{
	background: #f7f7f7;
	color: #118FBF;
	font-weight: bold;
}
.mawe-product-detail .product-detail .detail-content .show-info{
	background: #f7f7f7;
	padding: 50px 0 100px 0;
	text-align: center;
}
.mawe-product-detail .product-detail .detail-content .show-info img{
	margin: 0 auto 20px auto;
	max-width: 1200px;
}

.mawe-support-page .mawe-support{
	position: relative;
	padding: 42px 0 55px 0;
	background: #f2f2f2;
}
.mawe-support-page .mawe-support .support-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-support-page .mawe-support .support-content .support-nav{
	padding: 30px;
	width: 224px;
	background: #fff;
}
.mawe-support-page .mawe-support .support-content .support-nav ul li .title a{
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #118FBF;
	overflow: hidden;
}
.mawe-support-page .mawe-support .support-content .support-nav ul li .title a::after{
	font-family: "iconfont" !important;
	display: inline-block;
	margin-left: 5px;
	content: "\e7f9";
	font-size: 14px;
}
.mawe-support-page .mawe-support .support-content .support-nav ul li .title.selected a::after{
	transform: rotate(90deg);
}
.mawe-support-page .mawe-support .support-content .support-nav ul li .box {
    display: block;
    padding: 0 0 0 10px;
}
.mawe-support-page .mawe-support .support-content .support-nav ul li .box a {
    position: relative;
    display: block;
    padding-left: 8px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.mawe-support-page .mawe-support .support-content .support-nav ul li .box.active a {
    color: #118FBF;
}
.mawe-support-page .mawe-support .support-content .support-list{
	width: 890px;
	min-height: 475px;
	background-color: #FFFFFF;
}
.mawe-support-page .mawe-support .support-content .support-list ul li .support-img{
	padding: 16px 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mawe-support-page .mawe-support .support-content .support-list ul li .support-img img{
	max-width: 85%;
}

.mawe-recruit-page .mawe-recruit{
	font-size: 14px;
}
.mawe-recruit-page .mawe-recruit .recruit-content{
	margin: 0 auto;
	width: 660px;
}
.mawe-recruit-page .mawe-recruit .recruit-content ul li{
	padding: 40px 0px 20px 0px;
}
.mawe-recruit-page .mawe-recruit .recruit-content ul li .name{
	font-size: 24px;
	line-height: 40px;
}
.mawe-recruit-page .mawe-recruit .recruit-content ul li .name span{
	font-weight: bold;
	color: #118FBF;
}
.mawe-recruit-page .mawe-recruit .recruit-content ul li .num{
	font-size: 20px;
	line-height: 36px;
}
.mawe-recruit-page .mawe-recruit .recruit-content ul li .num span{
	font-size: 26px;
	font-weight: bold;
	color: #118FBF;
}
.mawe-recruit-page .mawe-recruit .recruit-content ul li .content .title{
	font-size: 20px;
	line-height: 36px;
}
.mawe-recruit-page .mawe-recruit .recruit-content ul li .content p{
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

.mawe-news-content-page{
	
}
.mawe-news-content-page .news-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-news-content-page .news-content .content-nav{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.mawe-news-content-page .news-content .content-nav a{
	color: #999;
}
.mawe-news-content-page .news-content .content-nav em{
	margin: 0 5px;
	font-style: normal;
	color: #999;
}
.mawe-news-content-page .news-content .content-nav span{
	color: #666;
}
.mawe-news-content-page .news-content .content-title{
	padding-top: 32px;
	margin-bottom: 14px;
	font-size: 32px;
	line-height: 40px;
	color: #252b3a;
	font-weight: 600;
}
.mawe-news-content-page .news-content .content-time{
	margin-bottom: 22px;
	line-height: 20px;
	color: #8a8e99;
	font-size: 14px;
}
.mawe-news-content-page .news-content .content-info{
	background: #f5f5f5;
	padding: 24px;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 20px;
	white-space: normal;
	word-break: break-all;
}
.mawe-news-content-page .news-content .content-content img{
	max-width: 100%;
}

.mawe-news-page{
	
}
.mawe-news-page .news-content{
	margin: 0 auto;
	width: 1200px;
}
.mawe-news-page .news-content .content-nav{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.mawe-news-page .news-content .content-nav a{
	color: #999;
}
.mawe-news-page .news-content .content-nav em{
	margin: 0 5px;
	font-style: normal;
	color: #999;
}
.mawe-news-page .news-content .content-content a{
	padding: 32px 0;
	cursor: pointer;
	border-top: 1px solid #dfe1e6;
}
.mawe-news-page .news-content .content-content a:first-child{
	border-top: unset;
}
.mawe-news-page .news-content .content-content a .content-info{
	width: calc(1200px - 180px - 40px);
}
.mawe-news-page .news-content .content-content a:hover .content-info .title{
	color: #118FBF;
}
.mawe-news-page .news-content .content-content a .content-info .title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #252b3a;
	
	height: 30px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.mawe-news-page .news-content .content-content a .content-info .info{
	font-size: 14px;
	line-height: 24px;
	color: #575d6c;
	
	height: 48px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.mawe-news-page .news-content .content-content a .content-img{
	margin-left: 40px;
	width: 180px;
	height: 100px;
	overflow: hidden;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mawe-news-page .news-content .content-content a .content-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.mawe-news-page .news-content .content-content a .content-img:hover img{
	width: 130%;
	height: 130%;
}
.mawe-news-page .news-content .content-pages{
	margin: 40px 0px 60px 0px;
}
.mawe-news-page .news-content .content-pages .pagination{
	display: block;
	zoom: 1;
	
	display: flex;
	justify-content: center;
}
.mawe-news-page .news-content .content-pages .pagination:after{
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}
.mawe-news-page .news-content .content-pages .pagination li{
	display: block;
	float: left;
	border: 1px solid #777;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0 3px;
	color: #000;
	font-size: 14px;
}
.mawe-news-page .news-content .content-pages .pagination li.disabled{
	color: #CCCCCC;
}
.mawe-news-page .news-content .content-pages .pagination li.active{
	background-color: #118FBF;
}
.mawe-news-page .news-content .content-pages .pagination li a{
	color: #000;
}
.mawe-news-page .news-content .content-pages .pagination li.active a{
	color: #FFF
}
/**header start**/
.mawe-header{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}
.mawe-header .header-content{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 70px;
	
	display: flex;
	align-items: center;
}
.mawe-header .header-content .mawe-logo{
}
.mawe-header .header-content .mawe-logo img{
	display: block;
	width: auto;
	height: 62px;
}
.mawe-header .header-content .mawe-menu{
	padding-left: 8px;
	height: 100%;
}
.mawe-header .header-content .mawe-menu ul{
	height: 100%;
}
.mawe-header .header-content .mawe-menu ul li{
	height: 100%;
}
.mawe-header .header-content .mawe-menu ul li.has-child2{
	position: relative;
}
.mawe-header .header-content .mawe-menu ul li .nav-title{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 7px;
	height: 100%;
	font-size: 14px;
	color: #000000;
}
.mawe-header .header-content .mawe-menu ul li .nav-title::after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 2px;
	background: #118FBF;
	opacity: 0;
}
.mawe-header .header-content .mawe-menu ul li:hover .nav-title::after{
	opacity: 1;
	transition: all 0.3s linear;
}
.mawe-header .header-content .mawe-menu ul li .nav-title em{
	display: none;
}
.mawe-header .header-content .mawe-menu ul li .nav-title i{
	display: none;
}
.mawe-header .header-content .mawe-menu ul li .menu-box{
	position: absolute;
	padding: 0 9999px;
	left: -9999px;
	right: -9999px;
	top: 70px;
	background: #ffffff; 
	height: 0;
	max-height: 0px;
	overflow: hidden; 
	transition: all 0.3s linear;
}
.mawe-header .header-content .mawe-menu ul li .menu-box2{
	position: absolute;
	padding: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	background: #ffffff;
	top: 70px;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
	z-index: -1;
	height: 0px;
	overflow: hidden;
}
.mawe-header .header-content .mawe-menu ul li .menu-box2 a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #454545;
}
.mawe-header .header-content .mawe-menu ul li .menu-box2 a:hover{
	color: #118FBF;
}
.mawe-header .header-content .mawe-menu ul li:hover .menu-box{
	height: auto;
	max-height: 512px;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl{
	position: relative;
	width: calc(100% / 3);
	height: 200px;
	padding: 15px 0;
	border-bottom: 1px solid #f0f1f2;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl::before{
	position: absolute;
	right: 0px;
	top: 20px;
	bottom: 20px;
	content: '';
	width: 1px;
	background: #f0f1f2;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl:nth-child(n+4){ 
	border-bottom:#fff;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl:nth-child(3n-3):before{ 
	display:none;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dt{
	padding-left: 30px;
	width: 140px;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dt img{
	display: block;
	max-width: 100%;
	max-height: 150px;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dd{
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dd .title{
	margin-bottom: 20px;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dd .title a{
	line-height: 1;
	font-size: 18px;
	color: #454545;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dd .title a:hover{
	color: #000;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dd .classify a{
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #454545;
}
.mawe-header .header-content .mawe-menu ul li .menu-box dl dd .classify a:hover{
	color: #118FBF;
}
.mawe-header .header-content .mawe-contact{
	margin-left: auto;
}
.mawe-header .header-content .mawe-contact ul li{
	margin-right: 8px;
	color: #118FBF;
}
.mawe-header .header-content .mawe-contact ul li:last-child{
	margin-right: 0px;
}
.mawe-header .header-content .mawe-contact ul li i{
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	text-align: center;
}
.mawe-header .header-content .mawe-contact ul li span{
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
}
.mawe-header .header-content .mawe-menu-link{
	position: absolute;
	right: 0px;
	display: none;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 11px;
	z-index: 10;
	width: 40px;
	height: 40px;
	padding: 8px;
}
.mawe-header .header-content .mawe-menu-link::after{
	content: '\20';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mawe-header .header-content .mawe-menu-link span {
	position: relative;
	display: block;
	margin-top:10px;
}
.mawe-header .header-content .mawe-menu-link span,
.mawe-header .header-content .mawe-menu-link span:before,
.mawe-header .header-content .mawe-menu-link span:after {
	background-color: #000;
	width: 100%;
	height:3px;
	transition: all 0.4s;
}
.mawe-header .header-content .mawe-menu-link span:before,
.mawe-header .header-content .mawe-menu-link span:after {
	position: absolute;
	top: -.55em;
	content: " ";
}
.mawe-header .header-content .mawe-menu-link span:after {
	top: .55em;
}
.mawe-header .header-content .mawe-menu-link.active span {
	background: transparent;
}
.mawe-header .header-content .mawe-menu-link.active span:before { 
	background-color:#118FBF;
	transform: rotate(45deg) translate(.5em, .4em);
}
.mawe-header .header-content .mawe-menu-link.active span:after { 
	background-color:#118FBF;
	transform: rotate(-45deg) translate(.4em, -.3em);
}
.header-point{
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,0.1);
}
/**header end**/

/**footer start**/
.mawe-footer{
	background: #272727;
}
.mawe-footer .footer-content{
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.mawe-footer .footer-content .footer-top{
	position: relative;
	padding: 50px 0 30px 0;
	border-bottom: 1px solid #807f7e;
}
.mawe-footer .footer-content .footer-top .top-nav dl dt{
	margin-bottom: 10px;
	padding: 0 38px 0 15px;
	border-bottom: 1px solid #807f7e;
}
.mawe-footer .footer-content .footer-top .top-nav dl dt a{
	display: block;
	color: #fff;
	line-height: 24px;
}
.mawe-footer .footer-content .footer-top .top-nav dl dd{
	margin: 0;
	padding: 0 50px 0 15px;
}
.mawe-footer .footer-content .footer-top .top-nav dl dd a{
	padding: 7px 0;
	display: block;
	color: #999;
	line-height: 16px;
}
.mawe-footer .footer-content .footer-top .top-nav dl dd a:hover{
	color: #FFFFFF;
}
.mawe-footer .footer-content .footer-top .top-wechat{
	position: absolute;
	right: 140px;
	bottom: 40px;
	width: 100px;
	text-align: center;
}
.mawe-footer .footer-content .footer-top .top-wechat img{
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: auto;
}
.mawe-footer .footer-content .footer-top .top-wechat span{
	display: block;
    line-height: 1;
	text-align: center;
	font-size: 14px;
    color: #fefefe;
}	
.mawe-footer .footer-content .footer-bottom{
	padding: 20px 0;
}
.mawe-footer .footer-content .footer-bottom .bottom-record{
	line-height: 34px;
	font-size: 12px;
	color: #9c9c9c;
}
.mawe-footer .footer-content .footer-bottom .bottom-record a{
	color: #9c9c9c;
}
.mawe-footer .footer-content .footer-bottom .bottom-record a:hover{
	text-decoration: underline;
}

.mawe-footer .footer-content .footer-bottom .bottom-share{ 
	padding-left: 50px;
	text-align: center; 
}
.mawe-footer .footer-content .footer-bottom .bottom-share ul{ 
	display: inline-block; 
	vertical-align: bottom;
}
.mawe-footer .footer-content .footer-bottom .bottom-share ul li{ 
	padding: 0 6px; 
	position: relative;
}
.mawe-footer .footer-content .footer-bottom .bottom-share ul li a{ 
	display: block;
}
.mawe-footer .footer-content .footer-bottom .bottom-share i{ 
	width: 32px; 
	height: 32px; 
	line-height: 32px; 
	font-size: 20px; 
	display: block; 
	color: #fff; 
	border: 1px solid #fff; 
	border-radius: 50%;
}
.mawe-footer .footer-content .footer-bottom .bottom-share a:hover i{ 
	color: #118FBF; 
	border-color: #118FBF;
}
.mawe-footer .footer-content .footer-bottom .bottom-share .box{ 
	position: absolute; 
	bottom: 32px; 
	width: 120px; 
	height: 120px; 
	left: 50%; 
	margin-left: -60px; 
	padding-bottom: 12px; 
	display: none;
}
.mawe-footer .footer-content .footer-bottom .bottom-share .box img{ 
	width: 100%; 
	height: auto; 
	display: block;
}

/**footer end**/

/**float start**/
.mawe-float{
	position: fixed;
	z-index: 999;
	right: 0px;
	top: 50%;
	width: 60px;
	margin-top: -175px;
}
.mawe-float ul li{
	margin-bottom: 1px;
	position: relative;
	cursor: pointer;
}
.mawe-float ul li.float-top i{
	padding: 7px 0 3px 0;
	display: block;
	width: 100%;
	font-size: 32px;
	color: #000;
	background: #e6eaed;
	text-align: center;
}
.mawe-float ul li.float-top:hover i{
	color: #fff;
	background: #118FBF;
}
.mawe-float ul li.float-top i::after{
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	transform: rotate(45deg);
	background: #e6eaed;
	height: 10px;
}
.mawe-float ul li.float-top:hover i::after{
	background: #118FBF;
}
.mawe-float ul li .float-content{
	padding: 10px 0;
	background: #000;
	color: #fff;
	text-align: center;
}
.mawe-float ul li:hover .float-content{
	background: #118FBF;
}
.mawe-float ul li .float-content a{
	color: #fff;
}
.mawe-float ul li .float-content i{
	display: block;
	font-size: 24px;
}
.mawe-float ul li .float-content span{
	display: block;
	font-size: 12px;
}
.mawe-float ul li .float-box span{
	position: absolute;
	z-index: -1;
	top: 0px;
	right: -100%;
	display: block;
	padding: 0px 12px;
	height: 58px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	background: #118FBF;
	opacity: 0;
	transition: all 0.3s linear;
}
.mawe-float ul li:hover .float-box span{
	right: 60px;
	opacity: 1;
}
.mawe-float ul li .float-box img{
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 58px;
	display: none;
	width: 140px;
	height: auto;
}
.mawe-float ul li:hover .float-box img{
	display: block;
}
/**float end**/

/**在线留言 start**/
.mawe-online-message-success{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #118FBF;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}
.mawe-online-message{
	margin: 0 auto;
	width: 1000px;
}
.mawe-online-message .online-message-header{
	padding: 40px 0px;
	text-align: center;
	font-size: 32px;
	color: #118FBF;
}
.mawe-online-message .online-message-content{
	padding: 0px 20px 80px 20px;
}
.mawe-online-message .online-message-content .form-group{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}
.mawe-online-message .online-message-content .form-group.has-error .help-block{
	margin-left: 120px;
	font-size: 16px;
	line-height: 24px;
	color: red;
}
.mawe-online-message .online-message-content .form-group .control-label{
	display: inline-block;
	padding-right: 10px;
	width: 100px;
	text-align: right;
}
.mawe-online-message .online-message-content .form-group .control-label .text-danger{
	font-weight: bold;
	color: red;
}
.mawe-online-message .online-message-content .form-group input{
	border: 1px solid #bcbab8;
	padding: 0 10px;
	width: calc(100% - 100px - 10px - 20px - 2px - 10px);
	font-size: 20px;
	line-height: 28px;
	height: 44px;
	border-radius: 5px;
	color: #333333 !important;
	font-family: 'SimHei',"PingFang SC",'SimSun','Arial',sans-serif !important;
}
.mawe-online-message .online-message-content .form-group textarea{
	border: 1px solid #bcbab8;
	padding: 10px;
	width: calc(100% - 100px - 10px - 20px - 2px - 10px);
	font-size: 20px;
	line-height: 28px;
	border-radius: 5px;
	color: #333333 !important;
	font-family: 'SimHei',"PingFang SC",'SimSun','Arial',sans-serif !important;
}
.mawe-online-message .online-message-content .btn{
	margin: 20px 0px 0px 120px;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #118FBF;
	color: #fff;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
/**在线留言 end**/

/*Swiper改写 start*/
.mawe-swiper{
	position: relative;
	overflow: hidden;
}
.mawe-swiper .swiper-wrapper .swiper-slide img{
	width: 100%;
}
.swiper-button-prev{
	left: 32px;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23118FBF'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next{
	right: 32px;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23118FBF'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination-bullet-active{
	background: #118FBF;
}
/*Swiper改写 end*/