﻿body,
html {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 1.46;
	color: #393939;
}
img {object-fit: contain;}

.wrap {
	position: relative;
}

.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 38px;
	height: 61px;
	transition: .5s;
	margin-top: -40px;
	line-height: 200px;
	background-image: url(../images/arrow.gif);
	overflow: hidden;
	opacity: .1;
}
.centered-btns_nav:hover{
	opacity: .7;
}
.next {
	right: 0;
	background-position: right 0;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    position: absolute;
    list-style-type: none;
    width: 100%;
    z-index: 99;
    bottom: 15px;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 20px;
	background-color: rgba(0, 0, 0, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
.centered-btns_here a{
	background-color: rgba(0, 0, 0, .9);
}

body {
	overflow-x: hidden;
}

img,
table{
	max-width: 100%;
	height: auto !important;
}

table,
td {
	border: 1px solid #ccc;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
	line-height: 1.46;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

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

ul {
	padding: 0px;
	margin: 0;
	height: auto;
	overflow: hidden;
}

ul li {
	list-style: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.clear {
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*在线咨询 开始*/

#floatDivBoxs {
	width: 170px;
	background: #fff;
	position: fixed;
	top: 90px;
	right: 0;
	z-index: 999;
}

#floatDivBoxs .floatDtt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #629715;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq {
	padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0 50px;
}

#floatDivBoxs .floatDtxt {
	font-size: 18px;
	color: #333;
	padding: 12px 14px;
	margin: 5px 0;
	background: #dcdcdc;
}

#floatDivBoxs .floatDtel {
	padding: 0 0 15px 10px;
}

#floatDivBoxs .floatDtel img {
	display: block;
}

#floatDivBoxs .floatDbg {
	width: 100%;
	height: 20px;
	background: #629715;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
	background: #fff;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
	width: 50px;
	height: 45px;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 90px;
	right: 170px;
	z-index: 999;
}

#rightArrow a {
	display: block;
	height: 45px;
}

@font-face {
  font-family: 'iconfont_footer';  /* project id 325027 */
  src: url('//at.alicdn.com/t/font_325027_qyi8xzhyf83erk9.eot');
  src: url('../fonts/font_325027_qyi8xzhyf83erk9.eot') format('embedded-opentype'),
  url('../fonts/font_325027_qyi8xzhyf83erk9.woff') format('woff'),
  url('../fonts/font_325027_qyi8xzhyf83erk9.ttf') format('truetype'),
  url('../fonts/font_325027_qyi8xzhyf83erk9.svg#iconfont') format('svg');
}

.iconfont_footer {
	font-family: iconfont_footer;
	font-style: normal;
}

@font-face {
  font-family: 'iconfont';  /* project id 634724 */
  src: url('../fonts/font_634724_g8zrmb1ctmkdfgvi.eot');
  src: url('../fonts/font_634724_g8zrmb1ctmkdfgvi.eot') format('embedded-opentype'),
  url('../fonts/font_634724_g8zrmb1ctmkdfgvi.woff') format('woff'),
  url('../fonts/font_634724_g8zrmb1ctmkdfgvi.ttf') format('truetype'),
  url('../fonts/font_634724_g8zrmb1ctmkdfgvi.svg#iconfont') format('svg');
}

.iconfont {
	font-family: iconfont;
	font-style: normal;
}


ol,
ul {
	margin-bottom: 0px;
}

.footer_m,
.m_footer {
	display: none;
}


/*在线咨询 结束*/


/*返回顶部 开始*/

.returnTop {
	position: fixed;
	right: 0;
	bottom: 50px;
	/* bottom: 50px; */
	z-index: 99998;
	cursor: pointer;
	width: 48px;
	height: 48px!important;
	text-align: center;
	white-space: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	color: #fff;
	opacity: 1;
	display: inline-block;
	background: url(../images/ss.png) no-repeat -36px center #666;
}


/*返回顶部 结束*/


/*tag页面*/

.tag_main {
	display: block;
}

.tag_main h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	width: 60px;
	text-align: center;
	background: #629715;
	color: #fff;
	margin-bottom: 10px;
}

.tag_main ul li {
	float: left;
	margin: 0 18px 18px 0;
}

.tag_main ul li a {
	padding: 0 11px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	display: block;
	color: #888;
	text-align: center;
	float: left;
}


/*网站地图 开始*/

.lisitemap {
	float: left;
	list-style: none
}

.content_map {
	display: block;
	margin-bottom: 10px;
}

.content_map p {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #629715;
	font-size: 16px;
	margin-bottom: 10px;
	color: #8C8C8C;
}

.content_map ul {
	display: block;
}

.content_map ul li {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 5px;
}

.content_map ul li a {
	display: block;
	border: 1px solid #DCDCDC;
	color: #8C8C8C;
	font-size: 14px;
	transition: .6s;
	padding: 5px;
}

.content_map ul li a:hover {
	background: #629715;
	color: #fff;
	border: 1px solid #629715;
}


/*在线留言 开始*/

.m_footer_info,
.m_footer {
	display: none;
}


/*头部*/
header .container{
	width: 1580px;
	overflow: inherit;
}
.logo{
	width: 10%;
	float: left;
}
.header_tel{
	width: 15%;
	float: right;
	text-align: right;
}
.nei_banner{
	text-align:center;
}
.logo  a,
.header_tel span{
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}
nav{
	width: 75%;
	text-align: center;
	float: left;
}
nav ul{
	overflow: inherit;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li>a{
	display: block;
	height: 90px;
	line-height: 90px;
	padding: 0 30px;
	transition: .8s;
	font-size: 16px;
	color: #4b4b4b;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
nav ul li>a::before{
	position: absolute;
	content: " ";
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	background: #629715;
	transition: .8s;
	z-index: -1;
}
nav ul li:hover a,
nav ul li.active>a{
	color: #fff;
}
nav ul li:hover a::before,
nav ul li.active>a::before{
	height: 100%;
}

.m_mune{
	display: none;
}

/*在线留言 开始*/

.ask_main {
	display: block;
}

.ask_main h5 {
	display: block;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}

.guestbook_info {
	display: block;
	margin-bottom: 10px;
}

.guestbook_info span {
	display: block;
	font-size: 14px;
	color: #8C8C8C;
	margin-bottom: 10px;
}

.guestbook_sub {
	display: block;
	margin-top: 10px;
	text-align: right;
}


/*首页板块 开始*/
.index_service{
	padding: 35px 0;
}
.index_title{
	margin-bottom: 35px;
	text-align: center;
	overflow: hidden;
}
.index_title h5{
	font-size: 28px;
	font-weight: bold;
	color: #434343;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #cdcdcd;
}
.index_title h5::before{
	position: absolute;
	content: " ";
	bottom: 0;
	width: 10%;
	height: 3px;
	background: #434343;
	left: 45%;
}
.index_title p{
	font-size: 16px;
	color: #434343;
}
.in_service_main{
	overflow: hidden;
}
.in_service_main ul li{
	width: 16.6667%;
	float: left;
	text-align: center;
}
.in_service_main ul li span{
	display: inline-block;
	margin-bottom: 20px;
	width: 150px;
	height: 130px;
	transition: .8s;
}
.in_service_main ul li:nth-of-type(1) span{
	background: url(../images/in_pro_img1.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(2) span{
	background: url(../images/in_pro_img2.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(3) span{
	background: url(../images/in_pro_img3.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(4) span{
	background: url(../images/in_pro_img4.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(5) span{
	background: url(../images/in_pro_img5.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(6) span{
	background: url(../images/in_pro_img6.png) no-repeat center;
}
.in_service_main ul li h5{
	font-size: 16px;
	color: #7e7e7e;
	font-weight: bold;
	margin-bottom: 5px;
}
.in_service_main ul li p{
	font-size: 12px;
	color: #b1b1b1;
}
.in_service_main ul li:nth-of-type(1):hover span{
	transform: rotateY(360deg);
	background: url(../images/in_pro_img1_active.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(2):hover span{
	transform: rotateY(360deg);
	background: url(../images/in_pro_img2_active.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(3):hover span{
	transform: rotateY(360deg);
	background: url(../images/in_pro_img3_active.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(4):hover span{
	transform: rotateY(360deg);
	background: url(../images/in_pro_img4_active.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(5):hover span{
	transform: rotateY(360deg);
	background: url(../images/in_pro_img5_active.png) no-repeat center;
}
.in_service_main ul li:nth-of-type(6):hover span{
	transform: rotateY(360deg);
	background: url(../images/in_pro_img6_active.png) no-repeat center;
}
.in_service_main ul li:hover h5{
	color: #629715;
}
.index_product{
	padding: 35px 0;
	overflow: hidden;
	background: #629715;
}
.in_pro_main.container{
	overflow: inherit;
}
.in_pro_main{
	position: relative;
}
.in_pro_btn{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 70px;
	background: #555555;
	text-align: center;
	transition: .5s;
	border: 1px solid #555;
}
.in_pro_btn i{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	transition: .5s;
}
.in_pro_prev{
	left: -5%;
}
.in_pro_next{
	right: -5%;
}
.in_pro_btn:hover{
	background: #fff;
}
.in_pro_btn:hover i{
	color: #555;
}
.in_pro_box{
	overflow: hidden;
}
.in_pro_box ul{
	position: relative;
	width: 200%;
}
.in_pro_box ul li{
	width: 11.5%;
	float: left;
	margin: 0 0.5%;
}
.in_pro_box ul li h5{
	overflow: hidden;
	text-align: center;
}
.in_pro_box ul li img{
	transition: .8s;
}
.in_pro_box ul li p a{
	display: block;
	padding: 10px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.in_pro_box ul li p a::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	transition: .8s;
	z-index: -1;
	background: #fff;
}
.in_pro_box ul li:hover img{
	transform: scale(1.1);
}
.in_pro_box ul li:hover a{
	color: #629715;
}
.in_pro_box ul li:hover a::before{
	bottom: 0;
}
.index_product .index_title h5,
.index_product .index_title p{
	color: #fff;
}
.index_product .index_title h5::before{
	background: #fff;
}
.index_advan{
	padding: 35px 0;
}
.in_advan_main{
	overflow: hidden;
	background: url(../images/in_advan_main_bg.png) no-repeat center top;
}
.in_advan_main ul li{
	margin-bottom: 50px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.in_advan_main ul li .fl{
	text-align: right;
}
.in_advan_main ul li .in_advan_info{
	width: 45%;
}
.in_advan_main ul li .in_advan_info h5{
	font-size: 20px;
	color: #629715;
	margin-bottom: 10px;
}
.in_advan_main ul li .in_advan_info p{
	font-size: 14px;
	color: #656565;
}
.in_advan_main ul li .in_advan_img{
	width: 45%;
}
.index_news{
	padding: 35px 0;
	background: #f2f2f2;
}
.in_news_main{
	overflow: hidden;
}
.in_news_l{
	width: 600px;
	margin-right: 20px;
}
.in_news_l h3{
	background: url(../images/in_news_l_title_img.png) no-repeat 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #cecece;
}
.in_news_l_box{
	padding:0 25px 25px;
	background: #fff;
}
.in_news_l_box ul li{
	margin-top: 25px;
}
.in_news_l_img{
	width: 39%;
	float: left;
	overflow: hidden;
}
.in_news_l_img img{
	transition: .8s;
}
.in_news_l_info{
	width: 61%;
	float: left;
	padding-left: 25px;
}
.in_news_l_info h5 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #3f4041;
	font-weight: bold;
	margin: 10px 0;
}
.in_news_l_info p{
	font-size: 14px;
	color: #979797;
}
.in_news_l_info .in_news_l_more{
	display: inline-block;
	font-size: 14px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e4e5e5;
	color: #868686;
}
.in_news_r{
	width: 480px;
	float: left;
}

.in_news_r h3{
	background: url(../images/in_news_r_title_img.png) no-repeat 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #cecece;
}
.in_news_r_box{
	padding:15px 25px 25px;
	background: #fff;
}
.in_news_r_box ul{
	height: 495px;
}
.in_news_r_box ul li{
	padding: 10px 0;
	border-bottom: 1px dashed #cdcdcd;
}
.in_news_r_box ul li h5 a{
	display: block;
	padding-left: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #4a4a4a;
	background: url(../images/wen.png) no-repeat 0px 0px;
	margin-bottom: 10px;
}
.in_news_r_box ul li p{
	font-size: 14px;
	color: #979797;
	padding-left: 25px;
	background: url(../images/da.png) no-repeat 0px 0px;
}
.index_about{
	padding: 35px 0 60px;
}
.in_about_main{
	position: relative;
}
.in_about_img{
	width: 666px;
	background: #e4e4e4;
}
.in_about_img img{
	position: relative;
	z-index: 2;
	transform: translate(27px,27px);
}
.in_about_info{
	width: 530px;
	position: absolute;
	right: 0;
	z-index: 3;
	padding: 50px;
	background: #629715;
    margin: 65px 0;
}
.in_about_info h5{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.in_about_info p{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}
.in_about_info a{
	display: inline-block;
	padding: 12px 33px;
	font-size: 14px;
	color: #fff;
	background: #1c581b;
	border: 1px solid #1C581B;
	transition: .5s;
	border-radius: 35px;
	margin-top: 20px;
}
.index_liuc{
	padding: 35px 0;
	background: url(../images/in_liuc_bg.png) no-repeat center top;
}
.in_liuc_main ul li{
	width: 150px;
	float: left;
	margin: 25px 0;
	height: 67px;
	text-align: center;
	line-height: 67px;
	border: 1px dashed #a0a0a0;
	font-size: 14px;
	color: #656565;
	margin-right: 87.5px;
	position: relative;
}
.in_liuc_main ul li:nth-child(5n+5){
	margin-right: 0;
}
.in_liuc_main ul li:nth-of-type(1)::before,
.in_liuc_main ul li:nth-of-type(2)::before,
.in_liuc_main ul li:nth-of-type(3)::before,
.in_liuc_main ul li:nth-of-type(4)::before{
	content: " ";
	position: absolute;
    right: -60px;
    top: 25px;
	width: 38px;
	height: 12px;
	background: url(../images/in_liuc_ri.png) no-repeat center;
}
.in_liuc_main ul li:nth-of-type(6),
.in_liuc_main ul li:nth-of-type(10){
	border: 0;
}
.in_liuc_main ul li:nth-of-type(7)::before,
.in_liuc_main ul li:nth-of-type(8)::before{
	content: " ";
	position: absolute;
    right: -60px;
    top: 25px;
	width: 38px;
	height: 12px;
	background: url(../images/in_liuc_le.png) no-repeat center;
}
footer{
	padding: 35px 0;
	background: #629715;
}
.footer_nav{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #a1c173;
}
.footer_nav ul li{
	display: inline-block;
	margin-right: 30px;
}
.footer_nav ul li a{
	font-size: 15px;
	color: #fff;
}
.footer_nav ul li:last-of-type{
	margin-right: 0;
}
.footer_info{
	width: 75%;
	float: left;
}
.footer_info p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.footer_info a,
.footer_info font,
.footer_info span{
	color: #fff;
	font-size: 14px;
}
.footer_info p.links{
	margin-bottom: 0;
}
.footer_img{
	width: 25%;
	float: left;
	text-align: right;
}
/*首页板块 结束*/

/*内页板块 开始*/
.pos{
	padding: 20px 0;
	margin-bottom: 30px;
	font-size: 14px;
	color: #656565;
	border-bottom: 1px solid #cdcdcd;
}
.main{
	padding-bottom: 30px;
}

.main_l{
	width: 20%;
	float: left;
}
.main_r{
	width: 80%;
	float: left;
	padding-left: 30px;
}
.main_l_category h5{
    height: 70px;
    background: #629715;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 70px;	
}
.main_l_category h5::before{
	content: " ";
	position: absolute;
	width: 90%;
	height: 80%;
	left: 5%;
	top:10%;
	border: 1px solid #fff;
}
.main_l_category ul{
	background: #f6f7f8;
	padding: 10px;
}
.main_l_category ul li{
	display: block;
	margin: 7px 0;
	height: 36px;
	overflow: hidden;
	background:#e3e3e3;
	padding-left: 35px;
	position: relative;
	z-index: 1;
}
.main_l_category ul li a{
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	transition: .8s;
	line-height: 36px;
}
.main_l_category ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	transition: .8s;
	z-index: -1;
	top: 0;
	background: #c3c3c3;
}
.main_l_category ul li::after{
	content: " ";
	position: absolute;
	width: 20px;
	height: 36px;
	left: 0;
	top: 0;
	background: url(../images/main_l_category_li_bg.png) no-repeat left top;
	z-index: 2;
}
.main_l_category ul li:hover::before{
	left: 0;
}
.main_l_category ul li:hover a{
	color: #629715;
}
.main_l_category,
.main_l_case{
	margin-bottom: 15px;
}
.main_l_case h4 {
	height: 50px;
	background: #629715;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

.main_l_case ul {
	background: #f0f0f0;
	padding: 15px;
}

.main_l_case ul li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.main_l_case ul li h5 a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	line-height: 16px;
	transition: .8s;
}

.main_l_case ul li h5 a font {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #aeaeae;
	text-align: center;
	line-height: 16px;
	color: #fff;
	margin-right: 7px;
	font-size: 12px;
	transition: .8s;
}

.main_l_case ul li p {
	display: block;
	height: 0;
	overflow: hidden;
	transition: .8s;
}

.main_l_case ul li.active a {
	color: #629715;
}

.main_l_case ul li.active a font {
	background: #629715;
	color: #fff;
}

.main_l_case ul li.active p {
	height: 127px;
	margin-top: 10px;
}

.main_l_contact h4 {
    padding: 10px 0;
    background: url(../images/main_l_contact_img.png) no-repeat 10px center #629715;
    padding-left: 50px;
}

.main_l_contact h4 font {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.main_l_contact h4 b {
	display: block;
	font-size: 20px;
	color: #fff;
}

.main_l_contact ul {
	background: #f0f0f0;
	padding: 15px;
}

.main_l_contact ul li {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.5;
	color: #777777;
}

.main_l_contact ul li:last-of-type {
	margin-bottom: 0;
}
.main_r h3{
	font-size: 20px;
	font-weight: bold;
	color: #2f2f2f;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
}
.function {
	display: block;
	margin-top: 20px;
	text-align: right;
}

.function a {
	display: inline-block;
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #c1c1c1;
}

.function a.active,
.function a:hover {
	background: #629715;
	color: #fff;
}
.product ul li{
	width: 32.33%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 10px;
}
.product ul li:nth-child(3n+3){
	margin-right: 0;
}
.product ul li h5{
	overflow: hidden;
  	display: flex;
  	justify-content: center;
}
.product ul li h5 img{
	transition: .8s;
}
.product ul li p a{
	display: block;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #2f2f2f;
	position: relative;
	transition: .5s;
	z-index: 1;
}
.product ul li p a::before{
	content: " ";
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: #629715;
	z-index: -1;
	transition: .8s;
}
.product ul li:hover img{
	transform: scale(1.1);
}
.product ul li:hover p a{
	color: #fff;
}
.product ul li:hover p a::before{
	bottom: 0;
}
.main_t_news {
	display: block;
	padding: 25px 0;
}

.main_t_title {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9a9a9a;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	position: relative;
}

.main_t_title::before {
	content: " ";
	position: absolute;
	width: 65px;
	height: 2px;
	background: #e21001;
	bottom: -1px;
	left: 0;
	z-index: 1;
}

.main_t_news_main {
	margin-top: 10px;
}

.main_t_news_main ul li {
	display: block;
	width: 48%;
	float: left;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cdcdcd;
	padding-left: 20px;
	position: relative;
}

.main_t_news_main ul li:nth-child(2n+2) {
	margin: 0 0 10px 4%;
}

.main_t_news_main ul li::before {
	position: absolute;
	content: " ";
	width: 6px;
	height: 6px;
	background: #000000;
	transform: rotateZ(45deg);
	left: 5px;
	top: 15px;
	transition: .8s;
}

.main_t_news_main ul li a {
	display: block;
	font-size: 12px;
	width: 80%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .8s;
	color: #898989;
}

.main_t_news_main ul li font {
	display: block;
	width: 20%;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #898989;
}

.main_t_news_main ul li:hover::before {
	transform: rotateZ(315deg);
	background: #629715;
}

.main_t_news_main ul li:hover a {
	color: #629715;
}
.list {
	display: block;
	padding: 0 15px;
	background: #f3f3f3;
}

.list ul li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px dashed #dadada;
}

.list_time {
	display: block;
	width: 10%;
	float: left;
	text-align: center;
	padding: 10px 0;
	background: #629715;
}

.list_time h5 {
	font-size: 30px;
	color: #fff;
    font-weight: bold;
    line-height: 1;
	margin-bottom: 5px;
}

.list_time p {
	font-size: 14px;
	color: #fff;
}

.list_info {
	width: 87%;
	float: right;
}

.list_info h5 {
	margin-bottom: 10px;
}

.list_info h5 a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}

.list_info p {
	font-size: 14px;
	color: #898989;
	line-height: 1.5;
}
.page{
	padding: 15px;
	background: #f3f3f3;
}
.contact {
	overflow: hidden;
}

.contact h5 {
	font-size: 16px;
	color: #3e3e3e;
	margin-bottom: 10px;
}

.contact p {
	font-size: 14px;
	color: #898989;
	margin-bottom: 10px;
}

.map_box {
	width: 100%;
	border: 2px solid #629715;
	margin: 20px 0;
}
.conten {
	padding: 20px;
	overflow: hidden;
	background: #f3f3f3;
}

.conten_title {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #686868;
}

.conten_bianji {
	display: block;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #b8b8b8;
}

.conten_bianji span {
	display: inline-block;
	font-size: 14px;
	color: #b8b8b8;
	margin: 0px 10px;
}

.conten_bianji span p {
	display: inline-block;
	color: #b8b8b8;
}

.conten_info p {
	color: #8C8C8C;
	font-size: 14px;
	line-height: 1.8;
}

.conten .bdshare-button-style0-16 {
	text-align: left;
	margin: 10px 0;
}

.conten_tag span {
	display: inline-block;
	font-size: 14px;
	color: #8c8c8c;
	padding: 8px 0;
}

.conten_tag {
	display: block;
	padding: 2px 0;
	text-align: left;
}

.conten_tag a {
	margin-left: 5px;
	padding: 8px;
	color: #8C8C8C;
	border-radius: 5px;
	font-size: 12px;
	transition: .6s;
	display: inline-block;
}

.conten_tag a:hover {
	background: #629715;
	color: #fff;
}

.conten .bdshare-button-style0-16 a {
	float: none !important;
}

.conten_page {
	display: block;
	margin-top: 10px;
	text-align: left;
	border-top: 1px solid #8c8c8c;
	padding-top: 10px;
}

.conten_page p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #8c8c8c;
}

.conten_page p a {
	font-size: 14px;
	color: #8c8c8c;
}

.conten_article_other,
.conten_case_other {
	display: block;
}

.conten_article_other h5,
.conten_case_other h5 {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8C8C8C;
}

.conten_article_other ul li {
	display: block;
	width: 48%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	transition: .5s;
	border-bottom: 1px solid #DCDCDC;
}

.conten_article_other ul li:nth-child(odd) {
	margin-right: 4%;
}

.conten_article_other ul li a {
	display: block;
	width: 80%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	transition: .5s;
	color: #8c8c8c;
}

.conten_article_other ul li:hover {
	border-bottom: 1px solid #629715;
}

.conten_article_other ul li:hover a {
	color: #629715;
}

.conten_article_other ul li font {
	font-size: 12px;
	color: #8c8c8c;
	display: block;
	width: 20%;
	float: right;
	text-align: right;
}

.conten_case_other ul li {
	display: block;
	width: 24%;
	float: left;
}

.conten_case_other ul li h6 {
	overflow: hidden;
	border: 1px solid #DCDCDC;
	transition: .8s;
}

.conten_case_other ul li img {
	transition: .8s;
}

.conten_case_other ul li p a {
	display: block;
	padding: 5px 0;
	text-align: center;
	transition: .8s;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #8C8C8C;
	z-index: 1;
}

.conten_case_other ul li p a::before {
	content: " ";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #629715;
	left: 0;
	bottom: -100%;
	transition: .8s;
}

.conten_case_other ul li:nth-of-type(2) {
	margin: 0 1.333%;
}

.conten_case_other ul li:nth-of-type(3) {
	margin: 0 1.333% 0 0;
}

.conten_case_other ul li:hover h6 {
	border: 1px solid #629715;
}

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

.conten_case_other ul li:hover p a {
	color: #fff;
}

.conten_case_other ul li:hover p a::before {
	bottom: 0;
}
.page_service{
	padding: 35px 0;
}
.page_service_main{
	overflow: hidden;
}
.page_service_main ul li{
	display: block;
	padding: 30px;
	background: #f0f0f0;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: .5s;
}
.page_service_main ul li::before{
	content: " ";
	position: absolute;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	background: #629715;
	transition: .8s;
	z-index: -1;
}
.page_service_main ul li:last-of-type{
	margin-bottom: 0;
}
.page_service_img{
	width: 20%;
	float: left;
	border-right: 1px solid #c1c1c1;
	text-align: center;
}
.page_service_main ul li:nth-of-type(1) .page_service_img span{
	background: url(../images/page_service_img1.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(2) .page_service_img span{
	background: url(../images/page_service_img2.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(3) .page_service_img span{
	background: url(../images/page_service_img3.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(4) .page_service_img span{
	background: url(../images/page_service_img4.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(5) .page_service_img span{
	background: url(../images/page_service_img5.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(6) .page_service_img span{
	background: url(../images/page_service_img6.png) no-repeat center;
}
.page_service_img span{
	display: inline-block;
	width: 62px;
	transition: .5s;
	height: 62px;
	margin-bottom: 10px;
}
.page_service_img h5{
	font-size: 16px;
	font-weight: bold;
	transition: .5s;
	color: #7e7e7e;
	padding: 5px 0;
}
.page_service_img p{
	font-size: 12px;
	color: #b1b1b1;
	transition: .5s;
}
.page_service_info{
	width: 80%;
	padding-left: 20px;
	float: left;
}
.page_service_info p{
	font-size: 14px;
	transition: .5s;
	color: #787878;
	line-height: 1.68;
}
.page_service_main ul li:hover{
	background: transparent;
}
.page_service_main ul li:hover::before{
	width: 100%;
}
.page_service_main ul li:hover h5,
.page_service_main ul li:hover p{
	color: #fff;
}

.page_service_main ul li:nth-of-type(1):hover .page_service_img span{
	transform: rotateY(360deg);
	background: url(../images/page_service_img1_active.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(2):hover .page_service_img span{
	transform: rotateY(360deg);
	background: url(../images/page_service_img2_active.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(3):hover .page_service_img span{
	transform: rotateY(360deg);
	background: url(../images/page_service_img3_active.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(4):hover .page_service_img span{
	transform: rotateY(360deg);
	background: url(../images/page_service_img4_active.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(5):hover .page_service_img span{
	transform: rotateY(360deg);
	background: url(../images/page_service_img5_active.png) no-repeat center;
}
.page_service_main ul li:nth-of-type(6):hover .page_service_img span{
	transform: rotateY(360deg);
	background: url(../images/page_service_img6_active.png) no-repeat center;
}
/*内页板块 结束*/

@media only screen and (min-width: 320px) and (max-width: 1023px) {
	#floatDivBoxs,
	#rightArrow,
	.header_tel,
	.centered-btns_nav{
		display: none;
	}
	.logo a, .header_tel span{
		height: auto;
		display: block;
	}
	.logo{
		width: 80%;
		padding: 5px 0 5px 15px;
	}
	header .container{
		width: 100%;
	}
	.m_mune{
		width: 20%;
		display: block;
		float: left;
		text-align: right;
		padding-right: 15px;
	}
	.m_mune i{
	    font-size: 30px;
	    color: #629715;
	    line-height: 48px;
	}
	nav{
		position: fixed;
		width: 40%;
		height: 100%;
		z-index: 999;
		background: rgba(0,0,0,0.6);
		top: 48px;
		padding: 0 1%;
		right: -100%;
		transition: .8s;
	}
	nav.active{
		right: 0;
	}
	nav ul li{
		width: 100%;
		border-bottom: 1px solid #fff;
		
	}
	nav ul li:last-of-type{
		border-bottom: 0;
	}
	nav ul li>a::before,
	nav ul li .nav_box{
		display: none;
	}
	nav ul li>a{
		padding: 0;
		height: 48px;
		line-height: 48px;
		color: #fff !important;
	}
	.index_service,
	.index_product{
		padding: 15px 1%;
	}
	.index_title{
		margin-bottom: 15px;
	}
	.index_title h5{
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.index_title p,
	.in_pro_btn{
		display: none;
	}
	.in_pro_box ul{
		width: 400%;
	}
	.in_service_main ul li{
		width: 48%;
		margin: 1% !important;
	}
	.in_service_main ul li span{
		background-size: contain;
		margin-bottom: 10px;
	}
	.in_service_main ul li p{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.index_advan{
		display: none;
	}
	.index_news{
		padding: 15px 1%;
	}
	.in_news_l{
		width: 100%;
		margin-right: 0;
	}
	.in_news_l_box{
		padding: 0;
	}
	.in_news_l_box ul li{
		margin-top: 10px;
	}
	.in_news_l_info{
		padding-left: 10px;
	}
	.in_news_l_info h5 a{
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.in_news_l_info p{
		height: 60px;
		overflow: hidden;
	}
	.in_news_l_info .in_news_l_more{
		display: none;
	}
	.in_news_r{
		width: 100%;
		margin-top: 15px;
	}
	.in_news_r_box{
		padding: 10px 0;
	}
	.index_about{
		padding: 15px 1%;
	}
	.in_about_img{
		display: none;
	}
	.in_about_info{
		position: relative;
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	.in_about_info h5{
		margin-bottom: 10px;
	}
	.in_about_info a,
	.index_liuc,
	.footer_nav,
	.footer_img{
		display: none;
	}
	footer{
		padding: 15px 1%;
	}
	.footer_info{
		width: 100%;
	}
	.footer_info p.links{
		display: none;
	}
	body{
		padding-bottom: 50px;
	}
	.m_foot_btn {
		width: 20%;
		float: left;
		height: 50px;
		display: block;
		padding-top: 5px;
		line-height: 1;
		text-align: center;
		border-right: 1px solid #fff;
	}
	.m_foot_btn:last-of-type {
		border-right: 0;
	}
	.m_foot_btn i {
		color: #fff;
		display: block;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.m_foot_btn span {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.m_footer {
		display: block;
		height: 50px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0px;
		background: #629715;
		z-index: 999;
		border-top: 1px solid #fff;
	}
	.main{
		padding: 15px 1%;
	}
	.pos{
		padding: 0 0 10px 0;
		font-size: 12px;
		margin-bottom: 15px;
	}
	.main_l{
		width: 100%;
	}
	.main_l_category h5,
	.main_l_case,
	.main_l_contact,
	.main_l_category ul li::after,
	.main_l_category ul li::before{
		display: none;
	}
	.main_l_category{
		padding: 0;
		background: none;
		margin-bottom: 0;
		overflow-x: auto;
	}
	.main_l_category ul li{
		display: inline-block;
		float: left;
		padding: 0 5px;
		margin: 0;
		margin-right: 10px;
	}
	.main_l_category ul li font{
		display: none;
	}
	.main_l_category ul{
		padding: 0 5px;
    	min-width: 100%;
	}
	.main_r{
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.main_r h3{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.list{
		padding: 0;
	}
	.list ul li{
		padding: 10px 5px;
		margin-top: 10px;
	}
	.list ul li .list_time{
		width: 22%;
	}
	.list ul li .list_info{
		width: 76%;
	}
	.list ul li .list_info p{
		height: 40px;
		overflow: hidden;
	}
	.product ul li{
		width: 48%;
		margin: 1% !important;
	}
	.main_t_news{
		display: none;
	}
	.page{
		padding: 10px 5px;
	}
	.conten{
		padding: 10px 5px;
	}
	.page_service_main ul li{
		padding: 10px;
	}
	.page_service_img{
		width: 100%;
		border-right: 0;
		margin-bottom: 10px;
	}
	.page_service_info{
		width: 100%;
		padding-left: 0;
	}
	.in_service_main ul li span{
		width: 100%;
		height: 90px;
		background-size: contain !important;
	}
	.in_service_main ul li{
		width: 31.33%;
	}
	.in_service_main ul li h5{
		font-size: 15px;
		margin-bottom: 0;
	}
	
}

@media only screen and (min-width: 1024px) and (max-width: 1580px) {
	#rightArrow,
	#floatDivBoxs{
		display: none;
	}
	header .container{
		width: 100%;
	}
	.logo{
		width: 15%;
	}
	.header_tel{
		width: 25%;
	}
	nav{
		width: 60%;
	}
	nav ul li>a{
		padding: 0 13px;
	}
	.in_news_r{
		width: 38%;
	}
	.in_liuc_main ul li{
		margin-right: 50px;
	}
	.in_liuc_main ul li:nth-of-type(1)::before, .in_liuc_main ul li:nth-of-type(2)::before, .in_liuc_main ul li:nth-of-type(3)::before, .in_liuc_main ul li:nth-of-type(4)::before,
	.in_liuc_main ul li:nth-of-type(7)::before, .in_liuc_main ul li:nth-of-type(8)::before{
		right: -43px;
	}
	.in_news_r_box ul{
		height: 492px;
	}
	.in_news_l{
		width: 60%;
		margin-right: 2%;
	}
	.main_t_news_main ul li font{
		width: 25%;
	}
	.main_t_news_main ul li a{
		width: 75%;
	}
}