.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	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;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height:100%;
	object-fit: cover;
}
/* 首页产品 */
.slogan-title-box{
	width: 700px;
	text-align: center;
	border:2px dashed #003774;
	margin: 40px auto 40px;
	line-height: 1.8;
	padding: 20px;
}
.slogan-title{
	color: #003774;
	font-size: 22px;
}
.slogan-desc{
	text-indent: 30px;
	font-size: 16px;
	text-align: left;
}
#product{
	background-color: #f5f7f9;
	padding-top:30px;
}
.pro-title{
	text-align: center;
	text-decoration: underline;
	font-size: 22px;
	margin-bottom: 30px;
}
.products ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.products ul li{
	width: 340px;
	flex: 0 0 340px;
	border:1px solid #ccc;
	margin-right: 90px;
	margin-bottom: 20px;
	
}
.products ul li:nth-child(3n){
    margin-right:0px;
}
.products ul li a{
	display: block;
}
.products ul li p{
	padding:8px;
	text-align: center;
	background: #e3e4eb;
}
.icon01{
	margin-left: 10px;
}
.pro-first{
	
}
.pro-first img{
	width: 340px;
}
.pro-first a{
	display: block;
	width: 340px;
	border:1px solid #ccc;
	margin: 0 auto 30px;
}
.pro-first p{
	padding:8px 0;
	text-align: center;
	background: #e3e4eb;
}

/* 分类 */
#cate{
	margin-top: 40px;
}
.cate-title{
	text-align: center;
	text-decoration: underline;
	font-size: 18px;
	margin-bottom: 30px;
}
.cate-box ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cate-box ul li{
	width: 260px;
	flex: 0 0 260px;
	padding:15px 0;
}
.cate-box ul li a{
	display: block;
}
.cate-box ul li img{
	border:2px solid #6b6b6b;
}
.cate-box ul li p{
	text-align: center;
	background:rgba(250,135,15,0.75);
	color: #fff;
	position: relative;
	margin-top: -35px;
	height: 35px;
	line-height: 35px;
	z-index: 2;
}

/* 新闻 */
.news-title{
	font-size: 20px;
	color: #003774;
	font-weight: bold;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #003774;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-title .more{
	font-size: 16px;
	font-weight: normal;
}
.news-list ul li{
	padding: 5px 0;
	margin-bottom: 5px;
	line-height: 1.5;
}
.news-list ul li a{
	display: block;
}
.news-list ul li h4{
	font-size: 16px;
}
.news-box{
	display: flex;
	justify-content: space-between;
}
.news-left,
.news-right{
	width: 560px;
}
.floor-title{
	margin-bottom: 30px;
	text-decoration: underline;
	text-align: center;
	font-size: 20px;
}

@media all and (max-width:750px){

.slogan-title-box {
    width:94vw;
    margin:15px auto;
    padding: 10px;
}
.slogan-title {
    font-size:18px;
}
.slogan-desc {
    font-size: 12px;
}
#product {
    padding-top:10px;
}
.pro-title{
    font-size: 20px;
    margin-bottom: 15px;
}
.products{
    padding: 0 10px;
}
.products ul{
    flex-wrap: wrap;
}
.products ul li {
    width: 48%;
    flex: 0 0 48%;
    margin-bottom: 10px;
    margin-right: 14px;
}
.products ul li:nth-child(2n){
    margin-right:0px;
}
.products ul li:nth-child(3n){
    margin-right:14px;
}
.cate-box ul{
    flex-wrap: wrap;
}
.cate-box ul li{
    width: 48%;
    flex: 0 0 48%;
    margin-bottom:0px;
}
#cate{
    margin-top: 0;
}
.cate-title{
    margin-bottom: 20px;
}
#news{
    margin-top:20px;
}
.news-box{
    flex-wrap: wrap;
}
.news-left, .news-right{
    width: 100%;
    padding: 10px;
}
.news-left{
    margin-bottom: 20px;
}
.news-list ul li{
    border-bottom: 1px solid #ccc;
}












}