@charset "utf-8";

/* 内页公共头部 */
.bannerVideo img {
	width: 100%;
	height: 100%;
	display: block;
}

.mainNavList p a {
	position: relative;
	font-size: 14px;
	display: block;
	color: #333;
	padding: 0 30px;
	margin-bottom: 30px;
}

.Navigation.col-lg-8 {
	text-align: right;
	font-size: 14px;
}

.mainTitle p {
	line-height: 36px;
	font-size: 24px;
}

.mainHand {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.mainNav {
	padding: 30px 0 0px 0;
}

.Navigation p {
	text-align: right;
	line-height: 36px;
}

.Navigation p a {
	color: #333;
}

.Navigation p {
	text-align: right;
	line-height: 36px;
}

.Navigation p a {
	color: #333;
}

.mainNavList p {
	border-right: 1px solid #ddd;
}

.mainNavList p a::before {
	bottom: -15px;
	content: '';
	position: absolute;
	height: 3px;
	width: 0;
	background: #e07721;
	left: 0;
	transition: .3s;
}

.mainNavList p a:hover::before {
	width: 100%;
}

.mainNavList p a:hover {
	color: #e07721;
}



/* 产品、新闻内页 */
.centerTitle h1 {
	line-height: 2;
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
}

.date p {
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

.center {
	width: 100%;
	margin-top: 30px;
	line-height: 2;
}

.center img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* 新闻列表 */
.newList>a {
	margin: 0 15px;
	align-items: center;
	background: #ddd;
	padding: 20px;
	position: relative;
}

.leftTimeBox {
	text-align: center;
}

.newList a::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	background: #e07721;
	transition: .5s;
}

.newList a:hover::before {
	width: 100%;
}

.leftTimeBox {
	width: 100px;
	height: 100px;
	background: #e07721;
	text-align: center;
	transition: all .5s ease;
}

.newList a:hover .leftTimeBox {
	background: #fff;
}

.newList a:hover .newTitle {
	color: #fff;
}

.newList a:hover .newData {
	color: #e07721;
}

.newList a:hover .newYearMon {
	color: #e07721;
}

.newData {
	font-size: 2.75rem;
	line-height: 46px;
	padding-top: 15px;
}

.newList a:hover article {
	color: #fff;
}

.newData,
.newYearMon {
	color: #fff;
}

h2.p_title.newTitle {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s ease;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.centerContentBox article {
	line-height: 24px;
	font-size: 15px;
	overflow: hidden;
}

.newList {
	margin: 20px 0;
}

/* 联系我们 */

.conTitle {
	margin-top: 30px;
	text-align: center;
}

.conTitle p {
	font-size: 24px;
}

.conTitle h1 {
	font-size: 28px;
}

.conlist {
	text-align: center;
}

.conCent {
	margin: 0 auto;
	width: 95%;
	background: rgba(246, 246, 246, 1);
	margin-bottom: 30px;
	padding: 20px;
}

.conCent p {
	font-size: 20px;
}

.conCent>i {
	font-size: 41px;
}

.baiduMap {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
}