﻿html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	color: #313131;
	font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

ul,
li,
p,
img,
b,
ol,
em,
a,
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: 100;
}

a,
a:link,
a:visited {
	color: inherit;
	font-size: inherit;
}

#dituContent img {
	max-width: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: 1200px;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.title {
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.title h2 {
	color: #202020;
	font-size: 18px;
	display: inline-block;
	border-left: 3px solid #6ebc3c;
	line-height: 20px;
	padding-left: 5px;
}

.title .more {
	float: right;
	font-size: 12px;
	color: #717171;
}

.titles {
	text-align: center;
	color: #2c2c2c;
	font-size: 22px;
	line-height: 30px;
}

.titles h2 {
	color: #5f5f5f;
	font-size: 20px;
}

.header_top,
.navbox,
.one_title,
.fore li .sz,
.five .fr .more,
.six_gd li h3:before,
.six_gd li p:before,
.main_nav .nav_a h2,
.prduct_ul li b,
.main_nav3 li b,
.pading .current {
	color: #fff;
}

/**/
#slides {
	position: relative;
	width: 100%;
}


#slides img {
	width: 100%;
	display: block;
}


#slides .hd {
	left: 47%;
	padding: 4px;
	position: absolute;
	border-radius: 24px;
	bottom: 20px;
	z-index: 10;
}


#slides .hd li {
	margin: 0px 5px;
	line-height: 5px;
	width: 15px;
	height: 15px;
	float: left;
	cursor: pointer;
	text-align: center;
	color: transparent;
	border-radius: 50%;
	background: #104e27;
}


#slides .hd li.on {
	background: #6ebc3c;
}




/*header*/

.header {
	width: 100%;
}

.header_top {
	background: #b5b6b6;
	height: 30px;
	line-height: 30px;
}

/*logo*/
.logo_img img {
	width: 100%;
	display: block
}


/**/

/*导航*/

.navbox {
	height: 50px;
	background: -webkit-linear-gradient(#73bb45, #468d18);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#73bb45, #468d18);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#73bb45, #468d18);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#73bb45, #468d18);
	/* 标准的语法 */
}

.navbox .nav li {
	position: relative;
	float: left;
}

.navbox .nav li:before {
	content: '';
	height: 15px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 1px;
	top: 20px;
	right: 0px;
}

.navbox .nav li:last-child:before,
.nav_ul li:before {
	display: none;
}

.navbox .nav a {
	display: block;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0px 25px;
}

.navbox .nav_ul {
	position: absolute;
	top: 50px;
	z-index: 11;
	display: none;
	width: 100%;
	background: -webkit-linear-gradient(#73bb45, #468d18);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#73bb45, #468d18);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#73bb45, #468d18);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#73bb45, #468d18);
	/* 标准的语法 */
}


.navbox .nav_ul li {
	float: none;
	background: none;
}

.navbox .nav_ul li a {
	line-height: 30px;
	padding: 0px;
	font-size: 12px;
}

.navbox .nav li:hover .nav_ul {
	display: block;
}



.nav a:hover,
.nav a.cur {
	background: -webkit-linear-gradient(#377611, #3a820c);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#377611, #3a820c);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#377611, #3a820c);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#377611, #3a820c);
	/* 标准的语法 */
}


/**/
.kw {
	line-height: 60px;
	background: #f5f5f5;
	overflow: hidden;
}

.kw .fl {
	color: #717171;
}

.search {
	margin-top: 15px;
}

.search input {
	display: block;
	height: 30px;
	border: 1px solid #ccc;
	border-right: 0;
	width: 275px;
	padding-left: 13px;
	float: left;
	line-height: 41px;
	box-sizing: border-box;
	color: #ccc;
}

button.searchBtn {
	width: 40px;
	height: 30px;
	background: #6ebc3c url(../images/ss.png) no-repeat;
	float: left;
	border: none;
	outline: none;
}

/*one*/

.one {
	margin: 50px auto 0;
	overflow: hidden;
}

.one_l {
	width: 238px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-top: none;
	border-bottom: 3px solid #7cc44e;
	margin-top: 50px;
}

.one_title {
	background: url(../images/one.jpg) no-repeat;
	width: 236px;
	height: 97px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 16px;
}

.one_title h2 {
	font-size: 22px;
	padding-top: 22px;
}


.one_l li {
	position: relative;
	border-bottom: 1px dashed #ccc;
	line-height: 60px;
}

.one_l li:last-child {
	border-bottom: none;
}

.one_l li:after {
	content: '...';
	position: absolute;
	width: 15px;
	left: 30px;
	top: -4px;
	color: #a4a4a4;
	font-size: 16px;
}

.one_l li:before {
	content: '>';
	position: absolute;
	width: 15px;
	left: 40px;
	top: -1px;
	color: #a4a4a4;
	font-size: 16px;
}

.one_l li a {
	padding-left: 75px;
	display: block;
	box-sizing: border-box;
}

.one_l li.now a,
.one_l li.now:before,
.one_l li.now:after {
	color: #6ebc3c;
}

.one_r {
	width: 940px;
	margin-top: 50px;
	overflow: hidden;
}

.one_r li {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.one_r li img {
	width: 290px;
	height: 250px;
	display: block;
	border: 1px solid #ccc;
	padding: 4px;
}

.one_r li:nth-child(3n) {
	margin-right: 0px;
}

.one_r li h3 {
	line-height: 50px;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

/**/
.two {
	margin: 50px auto 0;
}

.two .bd {
	margin-top: 30px;
	overflow: hidden;
}

.two li {
	float: left;
	margin: 0px 10px 0;
	width: 280px;
}

.two li img {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 4px;
	display: block;
}

.two li h3 {
	line-height: 50px;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

/**/
.three {
	margin-top: 50px;
}

.three img {
	width: 100%;
	display: block;
}


/**/
.fore {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-bottom: 50px;
}


.fore_img {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: -1;
	height: 100%;
}

.fore_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.fore_top {
	overflow: hidden;
}

.fore_top ul,
.fore_top ol {
	width: 550px;
	margin-top: 30px;
}

.fore_top ul {
	float: left;
}

.fore_top ol {
	float: right;
}

.fore_top li {
	margin-bottom: 30px;
}

.fore_top li .sz {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	background: #898e92;
	display: inline-block;
}

.fore_top li b.sz {
	background: #6ebc3c;
}

.fore_top .text {
	display: inline-block;
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	font-size: 18px;
	color: #888;
	width: 485px;
}

.fore_top .text h2 {
	display: inline-block;
	font-size: 20px;
	color: #282828;
}

.fore_top li img {
	width: 100%;
	display: block;
}

.fore_top li p {
	padding-left: 65px;
}


.fore_bottom {
	overflow: hidden;
	margin-top: 20px;
}

.fore_bottom .titles {
	font-size: 16px;
}

.fore_bottom .titles h2 {
	font-size: 22px;
	font-weight: bold;
}

.fore_bottom ul {
	margin-top: 30px;
}

.fore_bottom li {
	float: left;
	width: 290px;
	margin-right: 10px;
}

.fore_bottom li:nth-child(4n) {
	margin-right: 0px;
}

.fore_bottom li img {
	width: 100%;
	display: block;
}

.fore_bottom li h3 {
	text-align: center;
	line-height: 30px;
}

/**/
.five {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.five_img {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: -1;
	height: 100%;
}

.five_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.five .container {
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

.five_top {
	overflow: hidden;
}

.five_top .fl {
	width: 570px;
}

.five_top .fr {
	width: 525px;
}

.five_top .fr h2 {
	color: #7cc44e;
	font-size: 24px;
	line-height: 50px;
}

.five_top .fr .more {
	width: 160px;
	line-height: 35px;
	background: #6ebc3c;
	text-align: center;
	font-size: 16px;
	display: block;
	border-radius: 10px;
	margin-top: 10px;
}

.five_bottom {
	margin-top: 30px;
}

.five_bottom ul {
	margin-top: 30px;
}

.five_bottom li {
	float: left;
	width: 220px;
	margin-right: 10px;
}

.five_bottom li:nth-child(5n) {
	margin-right: 0px;
}

.five_bottom li img {
	width: 100%;
	display: block;
}

.five_bottom li h3 {
	text-align: center;
	line-height: 30px;
}

/**/
.six {
	margin-top: 50px;
	overflow: hidden;
}

.six_ul {
	width: 375px;
	margin-right: 25px;
}

.six_ul ul {
	margin-top: 20px;
}

.six_ul .first img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	height: 215px;
}

.six_ul li {
	margin-bottom: 10px;
}

.six_ul h3 {
	line-height: 30px;
	display: inline-block;
	width: 280px;
	overflow: hidden;
	height: 30px;
}

.six_ul span {
	float: right;
	width: 80px;
	margin-left: 10px;
	line-height: 30px;
}

.six_ul p {
	color: #666;
	height: 50px;
	overflow: hidden;
}


.six_gd {
	width: 375px;
	margin-right: 0px;
}

.runtop {
	margin-top: 20px;
}

.six_gd li {
	padding: 8px 0 12px;
}

.six_gd li h3 {
	position: relative;
	line-height: 30px;
	padding-left: 25px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	width: 280px;
	height: 30px;
	box-sizing: border-box;
	float: left;
}

.six_gd li h3:before {
	width: 20px;
	height: 20px;
	position: absolute;
	content: "Q";
	left: 0;
	background: #ccc;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	top: 50%;
	margin-top: -10px;
}

.six_gd span {
	float: right;
	width: 80px;
	margin-left: 10px;
	line-height: 30px;
}

.six_gd li p {
	position: relative;
	font-size: 12px;
	line-height: 22px;
	color: #888;
	padding-left: 25px;
	max-height: 66px;
	overflow: hidden;
	clear: both;
}

.six_gd li p:before {
	content: "A";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	background: #6ebc3c;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	top: 1px;
}

/**/
.sever {
	background: #212121;
	padding: 50px 0 15px;
	margin-top: 40px;
}

.sever td {
	border-left: 1px solid rgba(102, 102, 102, 0.5);
	padding-left: 30px;
}

.sever td:nth-child(1),
.sever td:nth-child(2) {
	border-left: none;
}

/*内页*/



.main_m {
	width: 1200px;
	margin: 20px auto 0;
}


.text_h1 {
	border-bottom: 1px solid #ccc;
	height: 50px;
	width: 1000px;
	margin: 30px auto 0;
}

.text_h1 .h1 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	position: relative;
	padding: 0px 10px 0px 10px;
	float: left;
	font-weight: bold;
	border-bottom: 5px solid #ccc;
}



.text_h1 .back {
	float: right;
	width: 52px;
	height: 16px;
	float: right;
	background: #000;
	display: block;
	border-radius: 15px;
	text-align: center;
	line-height: 16px;
	margin-top: 24px;
	font-size: 12px;
}

.text_h1 .back:hover {
	background: #cb2644;
}

.text_h1 .more {
	float: right;
	line-height: 70px;
	height: 50px;
}

.main_img {
	width: 100%;
}

.main_img img {
	width: 100%;
	height: 100%;
	display: block;
}


/*左侧导航*/

.main_nav {
	width: 218px;
	float: left;
}

.main_nav .nav_a h2 {
	height: 35px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	overflow: hidden;
	line-height: 35px;
	padding-left: 15px;
	font-weight: bold;
	background: #6ebc3c;
	border-radius: 5px 5px 0px 0px;
}


.main_ul li {
	position: relative;
}

.main_ul li:after {
	content: '>';
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 9px;
	left: 16px;
	font-size: 12px;
	line-height: 15px;
}




.main_ul li a {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 35px;
	box-sizing: border-box;
	color: #444;
	font-size: 14px;
}

.main_li {
	display: none;
}

.main_li li {
	border-bottom: 1px dashed #888;
	background: none;
}

.main_li li a {
	font-size: 10px;
	box-sizing: border-box;
	font-weight: normal;
}



.main_ul li:hover .main_li {
	display: block;
}



.main_nav2 {
	margin: 20px auto 0;
}

.main_nav2 li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #b2b2b2;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-right: 10px;
}

.main_nav2 li a {
	font-size: 14px;
}

.main_nav3 {
	margin-top: 20px;
}



.main_nav3 li {
	width: 185px;
	padding-top: 25px;
	background: #fff;
	margin: 20px auto;
	height: 160px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e5e5e5;
}


.main_nav3 li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.main_nav3 li img {
	width: 150px;
	height: 98px;
	display: block;
	margin: auto;
}

.main_nav3 li h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 150px;
	overflow: hidden;
	margin: auto;
	font-size: 14px;
}

.main_nav3 li b {
	background: #6ebc3c;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 150px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 35px;
}

.main_nav3 li div {
	background: rgba(255, 255, 255, 0.8);
	height: 40px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	transition: all 0.2s linear 0s;
}

.main_nav3 li:hover div {
	height: 80px;
}



/*路径*/

.main_top {
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/icon-home.png) no-repeat 0px 50%;
	border-bottom: 1px solid #e8e8e8;
}



.main_tops {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	margin: auto;
	padding-left: 26px;
}


.main_tops a {
	font-size: 12px;
}


/**/


/*product*/
.product_text {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	overflow: hidden;
}

.prduct_ul {
	width: 930px;
	float: right;
	margin-bottom: 20px;
}

.prduct_ul ul {
	margin-bottom: 10px;
	margin-top: 20px;
}


.prduct_ul li {
	width: 298px;
	float: left;
	padding-top: 60px;
	background: #fff;
	margin: 6px 6px;
	height: 272px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e5e5e5;
}


.prduct_ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.prduct_ul li img {
	width: 230px;
	height: 150px;
	display: block;
	margin: auto;
}

.prduct_ul li h3 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 230px;
	overflow: hidden;
	margin: auto;
	font-size: 14px;
}

.prduct_ul li b {
	background: #6ebc3c;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 230px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 35px;
}

.prduct_ul li div {
	background: rgba(255, 255, 255, 0.8);
	height: 60px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	transition: all 0.2s linear 0s;
}

.prduct_ul li:hover div {
	height: 125px;
}




/*product_content*/




#preview {
	position: relative;
	width: 930px;
	float: right;
	overflow: hidden;
	padding-bottom: 7px;
	box-sizing: border-box;
}


/**/

.product_item {
	margin-top: 10px;
}

.product_content {
	line-height: 2em;
}

.product_content img {
	max-width: 100%;
	display: block;
	margin: auto;
}





/**/
.info {
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

/**/
.main_next {
	margin-left: 10px;
}

.main_next .prevrecord,
.main_next .nextrecord {
	margin: 5px 0px;
	display: block;
	font-size: 14px;
}

/*article*/


.article {
	float: right;
	width: 930px;
	box-sizing: border-box;
}

.article ol {
	margin-top: 20px;
}

.article li {
	font-size: 14px;
	position: relative;
	margin-bottom: 5px;
}

.article li h3 {
	font-size: 14px;
	position: relative;
	float: left;
	overflow: hidden;
	height: 25px;
	padding-left: 20px;
}


.article li h3:after {
	width: 25px;
	height: 25px;
	float: right;
	content: '';
	display: block;
	margin-left: 5px;
	background-position-y: 7px;
}

.article li span {
	float: right;
	color: #aaa;
}

.article li p {
	clear: both;
	color: #aaa;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
}

.article li:after {
	content: '';
	width: 2px;
	height: 2px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 11px;
	background: #6ebc3c;
}

/**/


.Article_xw .pading {
	margin-bottom: 0px;
}

/*article_content*/
.Article_content {
	width: 930px;
	float: right;
}

.Article_text {
	height: 40px;
	font: 22px "Microsoft Yahei";
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	margin-top: 30px;
	font-weight: bold;
}

.Article_content .info {
	height: 50px;
	font: 14px "Microsoft Yahei";
	line-height: 50px;
	text-align: center;
	color: #999;
	margin: 0px auto 10px;
}

.Article_content .info span {
	height: 50px;
	font: 14px "Microsoft Yahei";
	line-height: 50px;
	margin-bottom: 10px;
	color: #999;
}

.Article_content .detail {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 10px;
	word-spacing: 10px;
}

.Article_content .detail img {
	max-width: 100%;
	display: block;
	margin: auto;
}



/*上下键*/
.pading {
	float: right;
	margin-top: 10px;
}

.pading span {
	padding: 3px 8px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0px 2px;
}

.pading a {
	padding: 3px 8px;
	border: 1px solid rgba(142, 142, 142, 0.5);
	display: block;
	float: left;
	margin: 0px 1px;
}

.pading .active {
	border: none;
	color: #fff;
	border: 1px solid #6ebc3c;
	background: #6ebc3c;
	
}

/*page*/


.page_c {
	overflow: hidden;
	float: right;
	width: 930px;
}


.page_c img {
	max-width: 100%;
	display: block;
}

/**/

/*footer*/
.footer {
	padding: 15px 0;
	background: #080404;
}



/*相关产品相关文章开始*/
.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;
}

ul.relate_pr p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.links {
	width: 1200px;
	margin: 30px auto 0;
	overflow: hidden;
}

.interlink__inner {
	width: 1200px;
	margin: 30px auto 0;
	overflow: hidden;
}

.interlink__title {
	font-family: '宋体';
	background: url(../images/yq.png) no-repeat right center;
	background-position-y: 13px;
	padding-right: 25px;
	line-height: 40px;
	float: left;
	font-size: 21px;
	width: 87px;
}

.interlink__list {
	float: left;
	margin-left: 15px;
	width: 1055px;
}

.interlink__list a:first-child {
	padding-left: 0;
}

.interlink__list a {
	line-height: 40px;
	font-size: 15px;
	margin-right: 20px;
	color: #333;
	position: relative;
	padding-left: 20px;
}

a.interlink__item:before {
	content: '/';
	position: absolute;
	left: 0px;
	top: 0;
	width: 10px;
	height: 20px;
	line-height: 20px;
}

a.interlink__item:first-child:before {
	display: none;
}

.xinjia .nav_a h2 {
	width: 100%;
	box-sizing: border-box;
	font-size: 26px;
	overflow: hidden;
	line-height: 64px;
	text-align: center;
	background: #6ebc3c;
	border-radius: 5px 5px 0px 0px;
}

.xinjia.fl {
	width: 230px;
	border: 1px dotted #ccc;
	margin-top: 110px;
}

.xinjia .main_ul li a {
	height: 47px;
	line-height: 47px;
	font-size: 16px;
}

.xinjia .main_ul li:after {
	top: 16px;
	font-size: 14px;
}

.xinjia ul li:first-child ul a {
	font-size: 13px;
}

.xinjia ul.main_li li a {
	font-size: 13px;
}

.title .more {
	padding-right: 51px;
}

.page_c {
	float: none;
	width: auto;
}

.five_bottom li {
	width: 230px;
	margin: 10px 5px 0;
}

.five_bottom {
	overflow: hidden;
}

.yqlj {
	text-align: center;
}

.five_bottom li:nth-child(5n) {
	margin-right: 10px;
}

.product_content>div {
	display: flex;
}

.product_content>ul {
	display: flex;
}

.main_top {
	margin-bottom: 40px;
}

.page_c img {
	margin-right: 20px;
}

.five_top .fr .more {
	display: inline-block;
}

.five_bottom {
	height: 230px;
}

.xinjia .nav_a h2 {
	color: #fff;
}

.xinjia .main_ul>li>a {
	font-weight: bold;
	display: inline-block;
	width: 200px;
	margin-left: 15px;
	border-bottom: 1px solid #ccc;
}

.but a:hover {
	color: rgb(1, 147, 222);
	text-decoration: underline;
}
div#pagesize li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}