/* page */
.page {
    margin: 0 auto;
}
.page ul {
    display: flex;
    margin: 0 auto;
}
 .page {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    display: flex;
 }
 .page li {
    display: flex;
    margin-right: 8px;
 }
 .page li a {
    padding: 4px 13px;
    border: 1px solid #d2d2d2;
 }
 .page li span {
    padding: 4px 13px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
 }
 .page li:hover a {
    background-color: #9c6e32;
    border: 1px solid #9c6e32;
    color: #fff;
 }
 .page li.active span{
    background-color: #9c6e32;
    border: 1px solid #9c6e32;
    color: #fff;
 }
/* page */

section#lanmu {
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
section#lanmu > .lanmu {
	width: 1320px;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#lanmu > .lanmu > .left {
	display: flex;
	align-items: center;
	justify-content: center;
}
section#lanmu > .lanmu > .left > a {
	padding: 0 10px;
	margin: 0 15px 0 0;
	border-radius: 3px;
	color: #666;
	background-color: #eee;
	line-height: 32px;
}
section#lanmu > .lanmu > .left > a:hover {
	background-color: #9c6e32;
	color: #ffffff;
}
section#lanmu > .lanmu > .left > a.on {
	background-color: #9c6e32;
	color: #ffffff;
}
section#news-list {
	padding: 25px 0;
	box-sizing: border-box;
}
section#news-list > .news-list {
	width: 1320px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
section#news-list > .news-list > a {
	display: flex;
	margin-bottom: 15px;
	outline: 1px solid #EEEEEE;
}
section#news-list > .news-list > a > .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
	background-color: #eeeeee;
	color: #666666;
	width: 10%;
}
section#news-list > .news-list > a > .date > span:first-of-type {
	font-size: 35px;
	font-weight: bold;
}
section#news-list > .news-list > a > .date > span:last-of-type {
	font-size: 15px;
}
section#news-list > .news-list > a:hover > .date {
	background-color: #9c6e32;
	color: #FFFFFF;
}
section#news-list > .news-list > a:hover {
	outline: 1px solid #9c6e32;
}
section#news-list > .news-list > a > .cont {
	display: flex;
	flex-direction: column;
	padding: 15px;
	box-sizing: border-box;
	flex: 1;
}
section#news-list > .news-list > a > .cont > h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
section#news-list > .news-list > a > .cont > p {
	margin-top: 10px;
}
section#news-list > .news-list > a:hover  > .cont > h4 {
	color: #9c6e32;
}

/* 文章详情 */
section#news-content > .news-content {
	width: 1320px;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
}
section#news-content > .news-content > h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}
section#news-content > .news-content > .news-content-cite {
	margin: 10px 0 0;
	display: flex;
	font-size: 14px;
	color: #999;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
section#news-content > .news-content > .news-content-cite > span {
	margin-right: 20px;
}
section#news-content > .news-content > .news-contents {
	line-height: 1.8;
	margin-bottom: 30px;
}
section#news-content > .news-content > .news-exp {
	padding-top: 30px;
	overflow: hidden;
	border-top: 1px dashed #ccc;
}
section#news-content > .news-content > .news-exp a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 2;
}

/* 产品列表 */
section#product-list {
	padding: 25px 0;
	box-sizing: border-box;
}
section#product-list > .product-list {
	width: 1320px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#product-list > .product-list > a {
	display: flex;
	flex-direction: column;
	width: 24%;
	margin-bottom: 35px;
	outline: 1px solid #eee;
}
section#product-list > .product-list > a > .img-cover {
	width: 100%;
	height: 320px;
}
section#product-list > .product-list > a > .img-cover > img {
	width: 100%;
	height: 100%;
}
section#product-list > .product-list > a > h4 {
	width: 100%;
	height: 56px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
section#product-list > .product-list > a:hover {
	color: #9c6e32;
	outline: 1px solid #9c6e32;
}
section#product-list > .product-list > .disk {
	content: '';
	width: 24%;
}

/* 产品详情 */
/* 轮播 */




/* 留言-联系我们 */
section#online {
	padding: 25px 0;
	box-sizing: border-box;
}
section#online > .online {
	width: 1320px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
section#online > .online .online-title {
	margin-bottom: 30px;
}
section#online > .online .online-title > div {
	display: flex;
	font-size: 32px;
	justify-content: center;
}
section#online > .online .online-title > div > strong {
	color: #9c6e32;
	
}
section#online > .online .online-title > p {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	font-size: 20px;
	color: #999;
}
section#online > .online > .online-cont-one {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
section#online > .online > .online-cont-one > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 24%;
	height: 220px;
}
section#online > .online > .online-cont-one > div > img {
	height: 45px;
	margin-bottom: 15px;
}
section#online > .online > .online-cont-one > div > span:first-of-type {
	margin: 0 0 20px;
	font-size: 18px;
	color: #666666;
}
section#online > .online > .online-cont-one > div > span:last-of-type {
	line-height: 1.8;
	font-size: 16px;
	color: #666666;
}
