/* 滚动大图 样式 */
#banner {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 20px;
}

#banner .swiper-slide,
#mProImgs .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}

#banner .swiper-slide img,
#mProImgs .swiper-slide img {
	width: 100%;
}

/* 选择我们 */
.choose-info {
	margin: 0 15px;
}

.choose-info h3 {
	font-size: 25px;
	text-align: center;
	padding: 20px 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #333232;
}

.choose-info p {
	font-size: 14px;
	padding-bottom: 15px;
	color: #696868;
	text-align: center;
}

.choose-products-list ul {
	display: flex;
	flex-wrap: wrap;
}

.choose-products-list ul li {
	height: auto;
	display: flex;
	float: left;
	width: 48%;
	border: 1px solid #dddada;
	margin: 15px .8%;
}

.choose-products-list .choose-products-pic {
	height: auto;
	width: 230px;
	flex: 0 0 auto;
}

.choose-products-list .choose-products-pic a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	overflow: hidden;
}

.choose-products-list .choose-products-pic img {
	height: 200px;
}

.choose-products-list .choose-products-txt {
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.choose-products-list .choose-products-txt .h3 {
	margin-top: 0;
	height: auto;
	line-height: 1.6;
	min-height: auto;
	margin-bottom: 7px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	overflow: hidden;
}

.choose-products-list .choose-products-txt .products-subtitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section-container .more {
	min-width: 85px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-top: auto;
}

/* 关于我们 */
.about-container {
	background: url(imgs/bg-1_b.jpg) no-repeat 0 0 fixed;
	padding: 3% 0;
	margin-top: 30px;
	text-align: center;
	color: #fff;
	background-size: cover;
}

.about-container h3 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	width: 100%;
	height: 80px;
	text-shadow: 1px 1px #000;
}

.about-container p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	width: 96%;
	margin: 0 auto;
	text-shadow: 1px 1px #000;
}

.about-container .more {
	margin: 45px auto 20px auto;
	line-height: 36px;
	height: 36px;
}

/* 热销商品 */
.hot-products h3,
.hot-news h3 {
	margin: 30px auto 12px auto;
	font-size: 25px;
	color: #333232;
	text-align: left;
	text-indent: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.hot-products li {
	float: left;
	width: 25%;
}

.hot-products li .products-box {
	padding: 0;
	margin: 15px;
	margin-bottom: 26px;
	border: 1px solid #d3d3d3;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	background: #fff;
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.products-box .products-pic {
	height: 206px;
	text-align: center;
}

.products-box .products-pic img {
	max-height: 206px;
}

.products-box p {
	font-size: 13px;
	margin: 10px;
	text-align: center;
	text-transform: capitalize;
	height: 42px;
	overflow: hidden;
}

.products-box span {
	display: inline-block;
	background: url(imgs/ico01.png) no-repeat;
	padding-left: 45px;
}

.products-box .more {
	margin: 0 auto 20px auto;
	line-height: 45px;
	height: 45px;
}

.hot-products li .products-box:hover {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	background: #ededed
}

/* 新闻列表 */
.hot-news .news-left,
.hot-news .news-right {
	float: left;
	width: 50%;
}

.hot-news .news-left .news-box {
	margin: 0 15px;
    border: 1px solid #ddd;
    margin-top: 16px;
    display: flex;
}

.news-left .news-box .news-pic {
	width: 280px;
    overflow: hidden;
    height: 200px;
    margin-right: 20px;
}

.news-left .news-box .news-pic img {
	height: 200px;
}

.news-left .news-box .news-txt {
	width: calc(100% - 300px);
}

.news-left .news-box .news-txt p {
	margin-top: 15px;
	display: block;
    font-size: 16px;
    min-height: 34px;
    text-transform: capitalize;
    font-weight: 600;
    max-height: 42px;
    overflow: hidden;
}

.news-left .news-box .news-txt .more {
	margin: 16px 0;
}

.news-right ul {
	margin: 0 15px;
}

.news-right ul li {
    border-bottom: solid 1px #eee;
    height: 36px;
    line-height: 36px;
    text-align: right;
    overflow: hidden;
}

.news-right ul a {
    float: left;
    text-align: left;
    text-indent: 18px;
    background: url(imgs/btbg.png) 3px center no-repeat;
    height: 36px;
    line-height: 36px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




