.m-banner{
	height: 800px;
	position: relative;
}


.m-swiper{
	width: 100%;
	height: 800px;
	overflow: hidden;
}
   .m-swiper   .swiper-slide {
      	height: 800px;
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
       overflow: hidden;
      }

.mp-swiper{
	width: 280px;
	height: 232px;
	overflow: hidden;
	position: relative;
}
   .mp-swiper   .swiper-slide {
   	width: 280px;
      	height: 232px;
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
       overflow: hidden;
      }
.mp-swiper   .swiper-slide img{
	display: block;
	width: 280px;
      	height: 232px;
}
.main-box{
	top: 600px;
	position: absolute;
	width: 1010px;
	padding: 23px;
	height: 465px;
	background: url(../img/lanmubg.png) no-repeat;
	margin: 0 auto;
	z-index: 100;
	left: 50%;
	margin-left: -525px;
}

.m-title{
	height:90px;
	padding-top: 30px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color: #2E81CF;
	border-bottom: 1px solid #000000;
}
.main-box .pic-box{
	height:232px;
}

.main-box .more{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #2E81CF;
	display: block;
}

.m-product{
	width: 280px;
	height: 412px;
	background: #FFFFFF;
	float: left;
	margin-right: 20px;
	border-radius: 15px;
}
.m-product .pic-box img{
	width: 280px;
	display: block;
	height: 232px;
}


.m-industry{
	width: 341px;
	height: 412px;
	background: #FFFFFF;
	float: left;
	margin-right: 20px;
	border-radius: 15px;
}

.m-industry .pic-box img{
	width: 341px;
	display: block;
	height: 232px;
}

.m-news{
	width: 341px;
	height: 412px;
	float: left;
	border-radius: 15px;
	background: url(../img/chanpinbg03.png) no-repeat;
}

.m-news .m-title{
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px solid #FFFFFF;
}

.m-news .news-box{
	padding: 20px;
}
.m-news .news-box .list-item{
	margin-bottom: 16px;
	font-size: 13px;
	color: #FFFFFF;
	position: relative;
	padding-left: 20px;
}
.m-news .news-box .list-item:after{
	position: absolute;
	content:' ';
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius:100%;
	top:3px;
	left:0px;
}
.m-news .news-box .list-item a{
	color: #FFFFFF;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}
.m-news .news-box .list-item a:hover{
	text-decoration: underline;
}



