/* 产品推荐 */
.briefbg {
    color: #469f2c;
    border: 1px solid #c2c2c2;
    background: #fff;
    padding: 12px;
}
.briefbg h3 {
    color: #333;
    text-align: center;
    font-size: 26px;
    border-bottom: 0;
}
.briefbg h6 {
    color: #666;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
}
.briefbg a.cur {
    color: #E60012;
}
.briefbg a {
    color: #000;
    text-decoration: underline;
}
#cntrBody {
    font-size: 14px;
}
.n_info_con {
    padding: 10px 15px 0 10px;
    overflow: hidden;
}
.n_info_con p {
    line-height: 25px;
    padding: 0 10px;
    word-spacing: 10px;
    margin: 25px 0;
}
.left2_main{
	width: 70%;
	float: left;
}
.cr_left {
	padding-left: 5px;
	font-size: 16px;
	margin-right: 30px;
}
.cp_right1{
	border: 1px solid rgb(225,225,225);
	overflow: hidden;

}
.left2_main{
	width: 100%;
}
.cp_left{
	float: left;
	margin-right: 30px;
}

.tops {
	display: flex;
	height: 54px;
	line-height: 54px;
	background-color: #1e70e9;
	justify-content: space-between;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e3e3e3;
	color: #333;
}

.num1 {
	font-size: 16px;
}

.num2 {
	font-size: 15px;
}

.tp img {
	width: 273px;
	height: 241px;
}
/* 分页 */
.page_box{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 8px;
}
#PageContent{
	text-align: center;
}
.dux-page{
	cursor: default;
	font-size: 14px;
	font-family: Tahoma, Verdana;
	padding: 10px;
	text-align: center;
	margin: 0 3px;
}
.dux-page a{
	color: #666;
	margin-left: 3px;
	text-decoration: none;
	padding: 3px 8px;
	border: 1px #ddd solid;
	background: #fff;
}
.dux-page a:hover{
	color: #1e70e9;
	border-color:#1e70e9;
}
/* 底部 */
.footer {
	background: #0060c6;
	padding: 20px 0;
	height: 100px;
	font-size: 14px;
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}

.footer .wapper .bottoms {
	width: 800px;
	float: left
}

.footer .wapper .bright {
	float: right;
}
.wapper {
	width: 1200px;
	margin: 0 auto;
}
.footer .wapper .bottoms p {
	display: block;
	color: #fff;
	margin-top: 18px;
}

.footer .wapper .bottoms p span {
	display: block;
	float: left;
}

.footer .wapper .bottoms p a {
	color: #fff;
}

.bright {
	display: flex;
	justify-content: space-between;
}

.lop img {
	width: 100%;
	height: 90px;
}

.lop {
	width: 78px;
	display: flex;
	align-items: center;
	height: 90px;
}

body {
	background-color: white;
	font-family: '微软雅黑'
}