html,
body {
	margin: 0;
	padding: 0;
	position: relative;
	font: 14px/24px "Microsoft Yahei", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	color: #333;
}

ul,
li,
p,
img,
b,
ol,
em,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
	font-weight: initial;
}

a,
a:visited,
a:link {
	color: inherit;
	text-decoration: none;
}

#dituContent img {
	max-width: none;
}

img {
	max-width: 100%;
}

.container {
	width: 1200px;
	margin: auto;
}

.block:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}


/**/

.nav li li a:hover,
.nav li li a.cur:hover,
.banner .hd li.on,
.title:after,
.two_n li.cur a,
.two_n li a:hover,
.three_n li.cur a,
.three_n li a:hover,
.four_c a.more,
.five_c li:hover a.h4,
.six_l a.more,
.seven_c a.more,
.eight_n li.cur a,
.eight_n li a:hover,
.eight a.more:hover,
.page_nav a.cur,
.page_nav a:hover,
.pading span.current {
	background: #e62129;
}

.nav li a:hover,
.nav li a.cur,
.tel b,
.one_c li:hover h4,
.two_n li a,
.two_c li:hover h4,
.two_c li:hover h4 span,
.three_n li a,
.three_c li:hover h4,
.three_c li:hover h4 span,
.four_t h3 b,
.four_tel b,
.five_c li a.h4,
.titles h3 p,
.six_c em,
.eight_n li a,
.eight_c li:hover h4,
.eight_c li:hover a.desc,
.nine .titles h3 i,
.page_nav li a,
.product li:hover h4,
.product li:hover h4 span,
.fives_title h2 b,
.group_title b,
.tj_xw h2,
.product_fr a {
	color: #e62129;
}

.two_n li a,
.three_n li a,
.eight_n li a,
.eight a.more,
.page_nav li a,
.product_qh .on,
.pading span.current,
.pading .next,
.pading .prev {
	border: 1px solid #e62129;
}


/**/

.logo {
	margin-right: 50px;
	line-height: 110px;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
}

.nav li {
	display: inline-block;
	position: relative;
}

.nav li a {
	display: block;
	line-height: 110px;
	padding: 0 25px;
	font-size: 16px;
}

.nav li:hover ul {
	opacity: 1;
}

.nav li ul {
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 99;
	opacity: 0;
	transition: 0.5s;
}

.nav li ul li a {
	line-height: 40px;
	border-top: 1px solid #697d96;
	padding: 0;
	text-align: center;
	font-size: 15px;
}

.nav li ul li {
	display: block;
}

.nav li li a:hover,
.nav li li a.cur:hover {
	color: #fff;
}

.tel {
	position: relative;
	padding-left: 40px;
	color: #000;
	line-height: 22px;
	font-size: 15px;
	margin-top: 33px;
}

.tel img {
	position: absolute;
	left: 0;
	height: 24px;
	top: calc(50% - 12px);
}

.tel b {
	display: block;
	font-size: 24px;
	font-weight: bold;
}


/**/

.banner {
	position: relative;
}

.banner .bd li img {
	width: 100%;
	display: block;
}

.banner .hd {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.banner .hd li {
	display: inline-block;
	font-size: 0px;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 0 5px;
}


/**/

.one {
	padding: 80px 0;
}

.title {
	text-align: center;
}

.title h3 {
	font-size: 28px;
	color: #333;
	line-height: 40px;
}

.title p {
	color: #999;
	line-height: 30px;
	font-size: 16px;
}

.title:after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 2px;
}

.one_c li {
	width: 277.5px;
	float: left;
	background: #f6f5f5;
	margin-right: 30px;
}

.one_c li:nth-child(4n) {
	margin-right: 0;
}

.one_c li img {
	height: 80px;
	display: block;
	margin: 60px auto 30px;
	transition: 1s;
}

.one_c li h4 {
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
	line-height: 30px;
}

.one_c li p {
	color: #999;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 24px;
}

.one_c {
	margin-top: 30px;
}

.one_c li:hover img {
	transform: scale(1.1);
}


/**/

.two_n {
	text-align: center;
	margin: 30px 0;
}

.two_n li {
	display: inline-block;
}

.two_n li a {
	display: block;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 20px;
	margin: 0 5px;
}

.two_n li.cur a,
.two_n li a:hover {
	color: #fff;
}

.two_c li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.two_c li:nth-child(3n) {
	margin-right: 0;
}

.two_c li img {
	transition: 0.5s;
	width: 100%;
	display: block;
}

.two_img {
	overflow: hidden;
}

.two_c li:hover img {
	transform: scale(1.1);
}

.two_c li h4 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 10px 60px 0 0;
	position: relative;
}

.two_c li h4 span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
}

.two_c li p {
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #999;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 10px;
}


/**/

.three_n {
	text-align: center;
	margin: 30px 0;
}

.three_n li {
	display: inline-block;
}

.three_n li a {
	display: block;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 20px;
	margin: 0 5px;
}

.three_n li.cur a,
.three_n li a:hover {
	color: #fff;
}

.three_c li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.three_c li:nth-child(3n) {
	margin-right: 0;
}

.three_c li img {
	transition: 0.5s;
	width: 100%;
	display: block;
}

.three_img {
	overflow: hidden;
}

.three_c li:hover img {
	transform: scale(1.1);
}

.three_c li h4 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 10px 60px 0 0;
	position: relative;
}

.three_c li h4 span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
}

.three_c li p {
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #999;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 10px;
}

.three {
	padding: 50px 0;
}


/**/

.four {
	background: #eee;
	padding: 60px 0;
}

.four_t h3 {
	color: #333;
	font-size: 30px;
	line-height: 40px;
}

.four_t h3 b {
	font-size: 36px;
}

.four_t p {
	font-size: 24px;
	line-height: 40px;
}

.four_tel {
	position: relative;
	padding-left: 40px;
	color: #000;
	line-height: 22px;
	font-size: 15px;
}

.four_tel img {
	position: absolute;
	left: 0;
	height: 24px;
	top: calc(50% - 12px);
}

.four_tel b {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.four_c a.more {
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin-top: 10px;
}


/**/

.five {
	padding: 80px 0;
}

.five_c {
	margin-top: 30px;
}

.five_c li {
	width: 279px;
	float: left;
	margin-right: 28px;
	background: #f6f5f5;
}

.five_c li:nth-child(4n) {
	margin-right: 0;
}

.five_c li img {
	height: 98px;
	display: block;
	margin: 50px auto 25px;
	transition: 0.5s;
}

.five_c li h4 {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 15px;
}

.five_c li a.h4 {
	display: block;
	background: #e5e5e5;
	margin: 5px 35px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	border-radius: 15px;
}

.five_c li:hover a.h4 {
	color: #fff;
}

.five_c li:hover img {
	transform: rotateY(360deg);
}

.five_c li p {
	font-size: 15px;
	color: #999;
	padding: 0 15px;
	text-align: justify;
	line-height: 24px;
	height: 120px;
}


/**/

.six {
	padding-bottom: 80px;
}

.titles {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.titles h3 {
	font-size: 28px;
	color: #333;
	line-height: 40px;
}

.titles h3 p {
	line-height: 20px;
	font-size: 16px;
}

.titles:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: 20px;
	z-index: -1;
}

.titles em {
	display: inline-block;
	font-size: 16px;
	background: #fff;
	color: #777;
	padding: 0 15px 10px;
	line-height: 20px;
	min-width: 300px;
}

.six_l {
	width: 600px;
}

.six_r {
	width: 560px;
}

.six_r img {
	width: 100%;
	display: block;
}

.six_c {
	line-height: 28px;
	font-size: 14px;
	color: #868686;
}

.six_c p {
	text-indent: 2em;
	margin-bottom: 10px;
}

.six_l a.more {
	display: block;
	color: #fff;
	width: 110px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border-radius: 15px;
	margin-top: 20px;
}


/**/

.seven {
	position: relative;
	padding: 60px 0;
}

.seven_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.seven_bg img {
	width: 100%;
	height: 100%;
	display: block;
}

.seven_c {
	text-align: center;
	color: #fff;
}

.seven_c h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}

.seven_c em {
	font-size: 18px;
	line-height: 40px;
}

.seven_c p {
	font-size: 18px;
	line-height: 30px;
}

.seven_c h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 20px;
	letter-spacing: 2px;
}

.seven_c img {
	width: 120px;
	margin: 10px auto 0;
	display: block;
}

.seven_c a.more {
	display: block;
	width: 170px;
	margin: 30px auto 0;
	line-height: 40px;
	font-size: 14px;
}


/**/

.eight {
	padding: 80px 0;
}

.eight_n {
	text-align: center;
	margin: 30px 0;
}

.eight_n li {
	display: inline-block;
}

.eight_n li a {
	display: block;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 20px;
	margin: 0 5px;
}

.eight_n li.cur a,
.eight_n li a:hover {
	color: #fff;
}

.eight_c li {
	width: 370px;
	margin: 0 15px 30px;
	float: left;
}

.eight_c li img {
	width: 100%;
	display: block;
}

.eight_c li h4 {
	font-size: 20px;
	color: #222;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eight_c li span {
	display: block;
	line-height: 20px;
	color: #444;
	font-size: 12px;
}

.eight_c li p {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.eight_c li a.desc {
	color: #222;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	margin-top: 5px;
}

.eight a.more:hover {
	color: #fff;
}

.eight a.more {
	display: block;
	width: 170px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	font-size: 14px;
	color: #444;
}


/**/

.nine .titles h3 p {
	color: #999;
	letter-spacing: 0;
}

.nine .titles h3 {
	font-weight: bold;
	letter-spacing: 1px;
}

.nine .titles h3 i {
	font-style: normal;
}

.nine_c li {
	width: 185px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	box-sizing: border-box;
	padding: 5px;
	transition: 0.5s;
}

.nine_c li:nth-child(6n) {
	margin-right: 0;
}

.nine_c li:hover {
	box-shadow: 0 0 5px #999;
	margin-top: -5px;
}

.nine_c li img {
	display: block;
}


/**/

.footer {
	margin-top: 60px;
	background: #222;
	color: #777;
	text-align: center;
	line-height: 30px;
	padding: 20px 0;
}

.footer_nav li {
	display: inline-block;
}

.footer_nav li a {
	display: block;
	color: #fff;
	line-height: 30px;
	margin: 0 40px;
}

.footer_nav {
	margin-bottom: 10px;
}


/**/

.page_title {
	margin-top: 50px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 28px;
	color: #333;
	line-height: 40px;
}

.page_nav {
	clear: both;
	color: #666;
	font: 14px/24px Arial;
	padding: 0;
}

.page_nav h3 {
	text-align: center;
	color: #999;
	line-height: 30px;
	font-size: 16px;
}

.page_nav ul {
	margin: 30px 0;
	text-align: center;
}

.page_nav li {
	display: inline-block;
}

.page_nav li a {
	display: block;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 20px;
	margin: 0 5px;
}

.page_nav a.cur,
.page_nav a:hover {
	color: #fff;
}


/**/

.product li:nth-child(3n) {
	margin-right: 0;
}

.product li {
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.product li:hover img {
	transform: scale(1.1);
}

.product li img {
	transition: 0.5s;
	width: 100%;
	display: block;
}

.product_img {
	overflow: hidden;
}

.product li h4 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 10px 60px 0 0;
	position: relative;
}

.product li h4 span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
}

.product li p {
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #999;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 10px;
}


/**/

.process {
	background: #2f3034;
	overflow: hidden;
	padding: 30px 0 60px;
}

.process_title {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.process_title h2 {
	font-weight: bold;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 10px;
}

.process li {
	float: left;
	width: 160px;
	height: 160px;
	position: relative;
	margin-right: 48px;
}

.process li:before {
	content: "";
	width: 41px;
	height: 31px;
	background: url(../images/liucheng_icon_20.png) no-repeat;
	position: absolute;
	right: -43px;
	top: 65px;
}

.process li:last-child {
	margin-right: 0;
}


/**/

.fives {
	margin: 50px auto 0 !important;
}

.fives_title,
.group_title {
	text-align: center;
	color: #828487;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.fives_title h2,
.group_title h2 {
	color: #292c31;
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	margin-bottom: 15px;
	margin-left: -125px;
}

.fives_title h2 b,
.group_title b {
	font-size: 60px;
	font-weight: bold;
}

.group_title h2,
.group_title {
	color: #fff;
}

.fives ul {
	margin-top: 50px;
	overflow: hidden;
}

.fives li {
	width: 220px;
	margin: 0px 10px 0px;
	background: #f5f5f5;
	float: left;
}

.fives_text {
	padding: 28px;
	box-sizing: border-box;
	text-align: center;
	color: #292c31;
	font-size: 18px;
	line-height: 26px;
	height: 160px;
}

.fives li img {
	width: 100%;
	display: block;
	height: 209px;
}

.group {
	background: #292c31;
	margin-top: 50px;
	padding: 50px 0;
	color: #fff;
}

.group ul {
	margin-top: 50px;
	padding-left: 250px;
	overflow: hidden;
	margin-bottom: 50px;
}

.group ul li {
	font-size: 24px;
	line-height: 40px;
}

.group ol {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.group ol li {
	width: 280px;
	float: left;
	margin: 0px 10px;
}

.group ol img {
	width: 100%;
	display: block;
}


/**/

.page_tj {
	margin: 50px auto 0 !important;
	overflow: hidden;
}

.tj_xw {
	width: 660px;
}

.tj_title {
	padding-bottom: 18px;
	border-bottom: 1px solid #d3d3d3;
	color: #8f8d8d;
}

.tj_xw h2 {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-right: 12px;
}

.tj_xw ul {
	margin-top: 15px;
}

.tj_xw li {
	border: 1px solid #cfcfcf;
	padding: 12px;
	margin-bottom: 15px;
	overflow: hidden;
}

.tj_xw li img {
	width: 300px;
	height: 164px;
	display: block;
	float: left;
}

.tj_xw .fr {
	width: 320px;
}

.tj_xw .fr h3 {
	color: #353736;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	overflow: hidden;
	height: 35px;
}

.tj_xw .fr .desc {
	height: 72px;
	overflow: hidden;
	margin: 15px 0;
}

.tj_xw .fr span {
	color: #7a7979;
}

.tj_cp {
	width: 500px;
	border-left: 1px solid #c7c7c7;
	box-sizing: border-box;
}

.tj_cp li {
	float: left;
	height: 50px;
	border-bottom: 1px solid #c7c7c7;
	width: 200px;
	margin-left: 45px;
}

.tj_cp li a {
	line-height: 50px;
	float: left;
	color: #393939;
	transition: 0.2s;
	display: block;
	width: 100%;
	padding: 0px 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 50px;
}

.tj_cp li:nth-child(2n) {
	margin-right: 0;
}


/**/

.product_item {
	
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	
}

.product_fl {
	position: relative;
	overflow: hidden;
}

.product_banner {
	width: 540px;
}

.bigImg {
	width: 540px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.bigImg li,
.bigImg li img {
	width: 540px;
	height: auto;
}

.product_qh {
	width: 500px;
	margin: 20px auto 0;
	overflow: hidden;
	display: none;
}

.product_qh li {
	float: left;
	margin: 0px 10px;
	border: solid #ccc 1px;
	padding: 2px;
	width: 80px;
	height: 60px;
	box-sizing: border-box;
}

.product_qh li img {
	width: 100%;
	height: 100%;
	display: block;
}

.product_fl .sPrev,
.product_fl .sNext {
	position: absolute;
	background: url(../images/controls.png) no-repeat 0 -32px;
	width: 32px;
	height: 32px;
	top: 40%;
}

.product_fl .sNext {
	right: 0px;
	background-position: -43px 0;
}


/**/

.product_fr {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.product_fr span {
	display: block;
	color: #1c2126;
	font-size: 32px;
	padding: 24px 0px;
	line-height: 40px;
}

.product_fr p {
	color: #57595b;
	font-size: 20px;
	line-height: 28px;
}

.product_fr i {
	color: #57595b;
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	font-style: normal;
}

.product_fr a {
	display: inline-block;
	margin-left: 10px;
}

.product_content {
	background: #f5f5f5;
	padding: 30px;
	overflow: hidden;
}

.product_content img {
	height: auto;
}


/**/

.main_next {
	overflow: hidden;
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.main_next .prevrecord,
.main_next .nextrecord {
	margin: 5px 0px;
	display: block;
	font-size: 16px;
	color: #000;
}

.main_next .prevrecord a,
.main_next .nextrecord a {
	color: #666;
}


/**/

.page_navs {
	background: #f5f5f5;
	width: 1200px;
	margin: 50px auto 0;
}

.page_navs li {
	display: inline-block;
	position: relative;
}

.page_navs .cur,
.page_navs li a:hover {
	background: #292c31;
	color: #fff;
}

.page_navs a {
	line-height: 56px;
	padding: 0px 30px;
	display: block;
	color: #292c31;
	font-size: 18px;
	text-align: center;
}

.page_navs .cur:before {
	content: '';
	border-top: 15px solid #292c31;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 56px;
	left: 50%;
	margin-left: -10px;
	z-index: 1;
}

ul.page_navs_ul {
	position: absolute;
	background: #f5f5f5;
	width: 100%;
	display: none;
}

.page_navs li:hover ul.page_navs_ul {
	display: block;
	z-index: 2;
}

ul.page_navs_ul li {
	width: 100%;
}

ul.page_navs_ul a {
	line-height: 30px;
	font-size: 14px;
	padding: 0px;
	text-align: center;
}


/**/

.page_container {
	margin: 0px auto 30px;
	width: 1200px;
}

ol.article {
	margin-top: 30px;
}

ol.article li {
	border: 1px solid #cfcfcf;
	padding: 12px;
	overflow: hidden;
	position: relative;
	margin-bottom: 29px;
	box-sizing: border-box;
}

ol.article li img {
	width: 300px;
	height: 164px;
	display: block;
}

.arright {
	width: 740px;
	margin-left: 20px;
}

ol.article li h3 {
	line-height: 50px;
	color: #353736;
	font-weight: bold;
	font-size: 20px;
}

ol.article li p {
	color: #7a7979;
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	overflow: hidden;
}

ol.article .time {
	width: 80px;
	padding-top: 40px;
}

ol.article .time span {
	color: #7a7979;
	font-size: 14px;
	margin-bottom: 35px;
	display: block;
}

ol.article .time b {
	color: #7a7979;
	font-size: 14px;
}


/**/

.pading {
	clear: both;
	text-align: center;
}

.pading span.current {
	color: #fff;
	margin: 0 20px;
}

.pading a,
.pading span {
	border: #e3e3e3 1px solid;
	color: #3f3f3e;
	text-decoration: none;
	overflow: hidden;
	padding: 15px 25px;
	display: inline-block;
	font-size: 25px;
}

.pading .next,
.pading .prev {
	overflow: hidden;
	padding: 15px 25px;
	margin: 0 20px;
	display: inline-block;
}


/**/

.Article_text {
	color: #0e0f0f;
	font-size: 30px;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 50px;
}

.Article_content .info {
	text-align: right;
	color: #505050;
	font-size: 14px;
}

.Article_content .detail {
	padding: 10px 10px;
}

.Article_content .detail img {
	height: auto;
}

.Article_content .news_page_a {
	display: block;
	padding: 5px 30px;
	background: #1c2126;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0px auto;
	margin-top: 35px;
	width: 135px;
	box-sizing: border-box;
}


/*相关产品相关文章开始*/

.relevant {
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.relevant .rel_title {
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #1D1C1C;
	text-indent: 10px;
	color: #fff !important;
}

.relevant .rel_content {
	padding: 10px;
	overflow: hidden;
}


/*相关产品*/

.relevant_product .rel_item {
	width: 122px;
	float: left;
	margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
	width: 100%;
	height: 90px;
}

.relevant_product .rel_item .rel_item_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #fff !important;
}


/*相关文章*/

.relevant_article .rel_item {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #59504D;
	overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
	float: right;
	color: #999;
}


/**/

h4.related {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 32px;
	margin: 0 10px;
	height: 32px;
}

h4.related span {
	display: inline-block;
	border-bottom: 2px solid #666;
}

.relatedlist {
	margin: 0 10px;
	padding: 10px 0;
	overflow: hidden;
}

ul.relate_news li a {
	color: inherit;
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
	width: 20%;
	float: left;
}

ul.relate_pr li a {
	color: inherit;
	display: block;
	margin: 5px;
	text-align: center;
	line-height: 30px;
}

ul.relate_pr li img {
	width: 100%;
	display: block;
	    height: 148px;
}

ul.relate_pr p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**/

.eight_c li img {
	height: 270px;
}

.interlink {
	padding: 10px 0;
	background: #222222;
}

.interlink__inner {
	width: 1200px;
	margin: auto;
	color: #fff;
	overflow: hidden;
}

.interlink__title {
	width: 100px;
	font-size: 16px;
	background: url(../images/202106021654093565.png) no-repeat right;
	float: left
}

.interlink__list {
	width: 1090px;
	float: right;
}

a.interlink__item {
	color: #fff;
	margin: 0px 10px;
	font-size: 15px;
}

a.interlink__item:hover {
	color: #e62129;
}

.three_c li img {
	height: 330px;
}

.six {
	padding-top: 80px;
}

.eight_c li img {
	height: 260px;
}

.seven_bg img {
	height: auto;
}

.seven_bg {
	position: unset;
}

.tj_cp {
	margin-top: 52px;
}

.product li img {
	height: 285px;
}

.page_navs {
	margin: 50px auto;
}

div#pagesize {
	text-align: center;
}

div#pagesize li {
	width: auto;
	margin: 0;
	display: inline-block;
	float: unset;
}

div#pagesize a.active {
	color: #fff;
	background: #e62129;
}