﻿a:hover {
	text-decoration: none;
}

.nabouts {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nabouts_a {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 0;
}

.nnews_a {
	margin-top: 20px;
}

.nabouts_id {
	width: 100%;
	height: auto;
	line-height: 26px;
}

.nabouts_id p {
	text-indent: 2em;
}

.nabouts_id p img {
	width: 96%;
	padding: 1%;
	border: 1px solid #ccc;
}

/*新闻内页*/
.nnews_head {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.nnews_aa {
	width: 74%;
	height: auto;
	line-height: 32px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 34px;
	text-align: center;
}

.nnews_a font {
	padding-left: 20px;
}

.bdsharebuttonbox {
	float: right;
}

.nnews_kd {
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 15px;
}

.djg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: #666666;
	line-height: 24px;
	
	margin: 15px 0;
	text-align: justify;
}

.nnews_l {
	width: 98%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
}

.nnews_l li {
	padding-bottom: 10px;
}

.nnews_l li a:hover {
	color: #1b5197;
}

.nnews_img {
	width: 100%;
	text-align: center;
}

.nnews_img img {
	max-width: 100%;
}

.news_b .lg_x_t,
.pro_b .lg_x_t {
	margin-bottom: 0;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.news_b .lg_x_t p,
.pro_b .lg_x_t p {
	color: var(--styleColorb);
	font-size: 18px;
	margin-right: 10px;
}

.news_b .lg_x_t span,
.pro_b .lg_x_t span {
	color: #666;
}

.news_b,
.pro_b {
	width: 100%;
	overflow: hidden;
	/* border: 1px solid #CCCCCC; */
	padding: 10px 15px;
	margin-top: 20px;
}

.pro_b .pro_list_box {
	margin-top: 20px;
}

.news_b ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
	margin-bottom: 10px;
}

.news_b ul li::before {
	content: '+';
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}

.news_b ul li span {
	float: right;
	margin-left: 5px;
}

.news_b ul li a {
	color: #666666;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_b ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_b ul li a:hover {
	color: #1b5197;
}

.bd_weixin_popup {
	height: 325px !important;
}

/*产品内页*/
.nprosf {
	width: 100%;
	float: right;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.npros_head {
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
	color: #033e99;
	font-size: 24px;
}

.npros_lefta {
	width: 500px;
	float: left;
	text-align: center;
}

.npros_lefta img {
	max-width: 100%;
}

.npros_right {
	width: 745px;
	height: auto;
	float: right;
}

.npros_bottm {
	width: 130px;
	height: auto;
	background: #000;
	border-radius: 0.5em;
	text-align: center;
	line-height: 36px;
	margin-top: 5%;
}

.npros_bottm a {
	color: #fff;
}

.npros_bottm a:hover {
	color: #fff;
}

.npros_kg {
	width: 100%;
	height: auto;
	line-height: 40px;
	background: #f3f3f3;
	border-left: 3px solid #1b5197;
	padding-left: 10px;
	margin-top: 55px;
	font-size: 16px;
}

.npros_dg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 2%;
}

.npros_ld {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 2%;
}

.npros_gg {
	width: 100%;
	height: auto;
	line-height: 26px;
	padding-top: 4%;
}

.npros_gg a {
	color: #333333;
}

.npros_gg a:hover {
	color: #1b5197;
}

.npro_z {
	display: inline-block;
	width: 155px;
	height: 45px;
	font-size: 16px;
	margin-top: 50px;
	background: #1b5197;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	color: white;
}

.npro_z:hover {
	color: white;
}

/*************分辨率小于768px************/
@media only screen and (max-width: 768px) {

	.nabouts_a,
	.npros_right,
	.npros_lefta {
		width: 100%;
	}

	.npros_lefta img {
		/*width: 100%;*/
		height: auto;
	}

	.nnews_head {
		padding-top: 0;
		font-size: 18px;
	}

	/*.nabouts_a{padding-top: 20px;}*/
	.news_b ul li {
		width: 100%;
	}

	.npros_right p {
		font-size: 14px;
		line-height: 40px;
	}

	.npros_kg {
		margin-top: 40px;
	}

	.nnews_aa {
		width: 100%;
	}

	.npros_right {
		margin-top: 20px;
	}

	.npro_z {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		width: 125px;
		margin-top: 30px;
	}

	.news_b ul li::before {
		margin-right: 5px;
	}

	.news_b,
	.pro_b {
		padding: 10px 0px;
		margin-top: 0;
	}
	.news_b .lg_x_t, .pro_b .lg_x_t{
		padding-bottom: 5px;
	}
	.pro_b .pro_list_box{
		margin-top: 15px;
	}
}
