* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

img {
	max-width: 100%;
	display: block;
	/* margin: 0 auto; */
}

html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

html,
body {
	overflow-x: hidden;
}

em,
i {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

li,
ul,
ol {
	list-style: outside none;
}

.w1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

/****************** 首页-index.html ******************/
/** 头部 **/
/* 头部1 */
.header2 .an {
	display: flex;
	justify-content: space-between;
	height: 120px;
}

.header2 .an .text {
	display: flex;
	justify-content: space-between;
	height: 50px;
	margin-top: 30px;
}

.header2 .an .text h2 {
	color: #6e6e6e;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 0 30px;
	line-height: 1.5;
}

.header2 .an .text h2 em {
	display: block;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
}

.header2 .text img {
	display: inline-block;
}

.header2 .text .logo {
	padding-right: 20px;
	width: 160px;
}

.logo_txt {
	border-left: #ccc solid 1px;
	display: inline-block;
	height: 58px;
}

.logo_txt h3 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
}

.logo_txt h5 {
	font-size: 18px;
	color: #666;
	line-height: 33px;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
}

.header2 .tel {
	background: url(../img/tel.gif) no-repeat;
	padding:30px 0 0 70px;
	height: 100px;
}

.header2 .tel span {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

.header2 .tel i {
	font-size: 18px;
}

.header2 .tel span a:hover {
	color: #178744;
}
.header2 .tel a{
	display: inline-block;
	margin-right: 10px;
	line-height: 27px;
	border-right: #ccc solid 1px;
	padding-right: 10px;
}
.header2 .tel a img{
	width: 40px;
	float: left;
	margin-right: 5px;
}
.header2 .tel a:last-child{
	border: none;
}
.nav_list1 {
	display: none;
}

/* 头部3 */
.header3 {
	width: 100%;
	background: #178744;
	background-size: cover;
}
.header3 .an{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header3 .nav{
	width: 89%;
}
.header3 .uls {
	display: flex;
	align-items: center;
}

.header3 .uls>li {
	width: calc(100% / 6);
	position: relative;
	padding: 15px 0;
}

.header3 .uls>li>a {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 16px;
}

.header3 .uls>li::after {
	position: absolute;
	content: "";
	width: 0%;
	background: #f00;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 1s;
}

.header3 .uls>li.active::after,
.header3 .uls>li:hover::after {
	width: 40%;
}

.header3 .uls>li.active>a,
.header3 .uls>li:hover>a {
	display: block;
}

.header3 .uls>li:hover,
.header3 .uls>li.active {
	/* border-bottom: #f00 solid 3px; */
}

.header3_uls>li>a:hover {
	/* font-weight: normal; */
	filter: brightness(2);
}

.header3_uls {
	position: absolute;
	left: 0;
	top: 49px;
	width: 100%;
	z-index: 500;
	background: rgba(23, 135, 68, 0.8);
}

.header3_uls>li {
	/* height: 40px;
	line-height: 40px; */
	border-bottom: #ffffff5e 1px solid;
}

.header3_uls>li>a {
	padding: 12px 10px;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	background: rgba(23, 135, 68, 0.8);
	/* padding: 16px 0 16px 0px; */
	text-align: center;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.dian {
    font-size: 12px;
    line-height: 50px;
    color: #FFF;
    background-image: url(../img/dian_07.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 50px;
    width: 50px;
    text-align: center;
}
.dian a {
    color: #FFF!important;
}
/* 移动端头部 */
.list_uls {
	position: fixed;
	left: 100%;
}

.header3_uls {
	display: none;
}

.header3 .uls>li:hover .header3_uls {
	display: block;
}

/** 首页banner **/
.index1 .swiper-pagination {
	bottom: 30px;
}

.index1 .swiper-pagination-bullet {
	width: 62px;
	height: 5px;
	border-radius: 0;
	background: #000;
	opacity: .8;
}

.index1 .swiper-pagination-bullet-active {
	background: #178744;
}
.index1 .swiper-slide img{
	width: 100%;
	margin:0 auto;
}

/** 首页-公用样式 **/
.h_bg1 {
	background: #f8f8f8;
}

.ptb80 {
	padding: 80px 0 80px;
}
.ptb30 {
	padding: 30px 0 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.index_txt {
	text-align: center;
}

.index_txt h2 {
	display: inline-block;
	font-size: 32px;
	color: #333;
	text-align: center;
	line-height: 2.0;
	overflow: hidden;
	position: relative;
	padding: 0 30px 20px 30px;
	font-weight: normal;
}

.index_txt h1 {
	display: block;
	font-size: 40px;
	color: #363636;
	font-weight: normal;
	text-align: center;
}

.index_txt span {
	display: block;
	font-size: 18px;
	color: #999;
	padding: 10px 0 0;
}

.mt60 {
	margin-top: 60px;
}

/* 产品展示 */
.index_pro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.index_pro dl {
	width: 32.5%;
	height: 220px;
	border: #eee 1px solid;
	margin: 10px 5px;
	display: flex;
	justify-content: space-between;
	padding: 0px 20px;
	overflow: hidden;
}

.index_pro dl:hover {
	box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
	display: flex;
}

.index_pro dl dt {
	width: 50%;
	padding-top: 20px;
}

.index_pro dl dt h5 {
	overflow: hidden;
	padding: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 85px;
	line-height: 1.2;
}

.index_pro dl dt h5 a {
	font-size: 20px;
	color: #178744;
}

.index_pro dl dt h5 i {
	font-size: 30px;
	color: #178744;
	padding: 0 0 0 20px;
}

.index_pro dl dt p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
}

.index_pro dl dt span {
	display: block;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 18px;
}

.index_pro dl dt span img {
	width: 80%;
}

.index_pro dl dt em {
	display: block;
	padding: 20px 0 0;
}

.index_pro dl dt em a {
	display: block;
	width: 38px;
	height: 38px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.index_pro dl dt em img {
	width: 38px;
	height: 38px;
}

.index_pro dl dt em a:hover {
	-webkit-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.index_pro dl dd {
	width: 50%;
	line-height: 0;
	overflow: hidden;
}

.index_pro dl dd img {
	width: 175px;
	height: 175px;
	object-fit: cover;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	margin-top: 21px;
}

.index_pro dl dd img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_more {
	width: 20%;
	margin: 0 auto;
	text-align: center;

}

.index_more a {
	background: #178744;
	font-size: 16px;
	color: #fff;
	padding: 10px 50px;
}

.index_more a:hover {
	transition: all .3s;
	background: #333;
}

/* 我们的优势 */
.index3 {
	background: url(../img/ys_bg.jpg) no-repeat center 0;
	overflow: hidden;
}

.index3 .index_txt h1 {
	color: #fff;
}

.index3 .index_txt span {
	color: #fff;
}

.index_adv {}

.index_adv dl {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.index_adv dl dt {
	width: 50%;
}

.index_adv dl dd {
	width: 50%;
	padding: 50px 20px;
}

.index_adv dl dd h2 {
	color: #000;
	font-size: 32px;
	text-align: left;
	padding-left: 130px;
	margin-bottom: 20px;
	font-weight: normal;
}

.index_adv dl dd h4 {
	background: url(../img/adv_bg1.png) no-repeat left;
	font-size: 20px;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 30px;
	height: 47px;
	line-height: 47px;
	font-weight: normal;
}

.index_adv dl dd p {
	font-size: 18px;
	color: #333333;
	text-align: left;
	line-height: 40px;
	background: url(../img/circle.png) no-repeat left;
	padding-left: 30px;
}

.index_adv dl:nth-child(1) dd h2 {
	background: url(../img/num1.png) no-repeat left;
}

.index_adv dl:nth-child(2) dd h2 {
	background: url(../img/num2.png) no-repeat left;
}

.index_adv dl:nth-child(3) dd h2 {
	background: url(../img/num3.png) no-repeat left;
}

/** 首页-公司简介 **/
.index_about {
	display: flex;
	justify-content: space-between;
}

.index_about .img {
	width: calc(55%);
	margin-right: 30px;
	overflow: hidden;
}

.index_about .img img {
	width: 100%;
	height: 100%;
}

.index_about .img:hover img {
/* 	transform: scale(1.1);
	transition: all 0.4s ease-in-out; */
}

.index_about .index_about_txt {
	width: calc(47%);
}

.index_about_txt01 {
	border-bottom: #ccc solid 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.index_about .index_about_txt h4 {
	font-size: 24px;
	color: #202020;
	text-align: left;
	margin-bottom: 20px;
}

.index_about .index_about_txt h5 {
	font-size: 18px;
	background: #178744;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	width: 70%;
	font-weight: normal;
}

.index_about .index_about_txt p {
	font-size: 15px;
	color: #666;
	line-height: 30px;
}

/*公司相册*/
.photo_t ul li a {
	display: block;
	text-align: center;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	border: #178744 2px solid;
	border-radius: 20px;
	font-size: 16px;
	color: #178744;
}

.photo_bg {
	padding: 60px 0;
}

.index_photo {
	display: flex;
	justify-content: space-between;
}

.photo_t {
	width: calc(13%);
	margin-right: 80px;
}

.photo_t ul li {
	padding: 10px 0px;
}

.photo_t ul li a {
	border: #178744 2px solid;
	color: #178744;
}

.photo_t ul li a:hover,
.photo_t ul li.on a {
	background: #178744;
	border: #178744 2px solid;
}

.photo_m {
	padding: 5px 0 0;
	width: calc(80%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 205px;
}
/*10.17改企业风貌*/
.index2_ab_xc .swiper-slide {
	margin: 0px 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 3px 5px 3px #eee;
	height: 180px;
	background: #fff;
	padding:15px;
}
.index2_ab_xc  .swiper-slide img{
	width: 100%;
	height: 150px;
}
.index2_ab_xc  .swiper-slide:hover {
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
}
/* .photo_m ul {
	display: flex;
}

.photo_m ul li {
	width: 25%;
	margin: 0px 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 3px 5px 3px #eee;
	height: 180px;
	background: #fff;
}

.photo_m ul li em {
	width: 100%;
	display: block;
	line-height: 0;
	overflow: hidden;
	padding: 15px;
}

.photo_m ul li img {
	width: 180px;
	height: 150px;
}

.photo_t ul li.on a {
	color: #fff;
}

.photo_m ul li:hover {
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
} */

/* 企业荣誉 */
.h_bg2 {
	background: url(../img/ry_bg.jpg) no-repeat top center;
}

.w1300 {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.index5 .index_txt h1 {
	color: #fff;
}

.index5 .index_txt span {
	color: #fff;
}

.index5 .hornav {
	width: 38%;
	margin: 0px auto 80px;
}

.index5 .hornav ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.index5 .hornav ul li {
	margin: 0px 10px;
}

.index5 .hornav ul li a {
	font-size: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
	padding: 10px 50px;
	background: #fff;
}

.index5 .hornav ul li a:hover,
.index5 .hornav ul li.cur a {
	background: #178744;
	color: #fff;
}

.index5 .swiper {
	width: 100%;
	height: 482px;
}

.index5 .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index5 .swiper-button-next {
	background: url(../img/arr_r.png) no-repeat;
	width: 41px;
	height: 44px;
}

.index5 .swiper-button-prev {
	background: url(../img/arr_l.png) no-repeat;
	width: 41px;
	height: 44px;
}

.index5 .swiper-button-next:after,
.index5 .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.index5 .swiper-button-prev:after,
.index5 .swiper-rtl .swiper-button-next:after {
	content: '';
}

.index5 .swiper-button-prev {
	left: 0px;
}

.index5 .swiper-button-next {
	right: 0px;
}
.index_hor_con {
	position: relative;
}
.index_hor_con .swiper{
	position: relative;
}
.index_hor_con .next{
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -40px;
	right: auto;
	color: #f78429;
}
.index_hor_con .prev{
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -40px;
	left: auto;
	color: #f78429;
}
.index_hor_con .prev::after{
	font-family: swiper-icons;
	font-size:33px;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	content: 'next';
}
.index_hor_con .next::after{
	font-family: swiper-icons;
	font-size: 33px;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	content: 'prev';
}
.index_hor_con .swiper-slide img{
	/* width: 100%; */
	object-fit: cover;
}
.index_hor_con .swiper-slide em{
	display: block; 
	width:100%; 
	height:17px; 
	background:url(../img/abo-yy.png) no-repeat center;background-size: cover;
}
.index_hor_con .swiper-button-prev,.index_hor_con .swiper-button-next{
	display: none;
}

.slideGroup{ width:1200px; text-align:center;  }
.slideGroup .parHd{ height:45px; line-height:45px; padding:0 20px;    width: 50%;
margin: 0 auto 40px; }
.slideGroup .parHd ul{  display: flex; align-items: center;     justify-content: space-evenly; }
.slideGroup .parHd ul li{ float:left; padding:0 50px; cursor:pointer; background: #178744; color: #fff; }
.slideGroup .parHd ul li.on{ height:45px;  background:#fff; color: #333;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 10px 10px 60px; position:relative;   }

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:50%; display:block; width:50px; height:50px;background:url(../img/j1.png) center center no-repeat;transform: translate(-0%,-50%); }
.slideGroup .sNext{ left:auto; right:20px; width:50px; height:50px; background:url(../img/j2.png) center center no-repeat; }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

.slideGroup .parBd ul{ overflow:hidden; zoom:1;  }
.slideGroup .parBd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:325px; height:auto; display:block;  }
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:24px;   }
.slideGroup .parBd ul li .pic a{
	display: flex;
	align-items: center;
	height: 454px;
}
/* 一站式服务 */
.index_service01 {
	background: url(../img/line.jpg) repeat-x center center;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.index_service01_bg {
	width: 100%;
	margin: 0 auto
}

.index_service01_txt {
	text-align: center;
}

.index_service01_txt p {
	line-height: 50px;
	font-size: 18px;
	color: #333;
}

.index_service02 {
	background: #178744;
	padding: 20px;
	border-radius: 10px;
	margin-top: 30px;
}

.ser_line {
	width: 30%;
}

.ser_line img {
	text-align: center;
}
.onlinebox .mess1{
	width: 100%;
}
.onlinebox .mess1 ul{
	display: flex;
	justify-content: space-between;
}
.onlinebox .mess1 ul li {
	width: calc(32%);
}
.onlinebox ul li p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: left;
}
.onlinebox  ul li span {
	color: #f00;
}
.onlinebox .input-txt00 {
	border: none;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.95);
	color: #444444;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.onlinebox .input-txt {
	width: 100%;
	padding: 0 2%;
}
.onlinebox .mess3 ul{
	display: flex;
}
.onlinebox .mess3 ul li{
	margin-right: 10px;
}
.onlinebox .mess3 ul li:last-child{
	width: 20%;
	margin-left: 70px;
	margin-top: 10px;
}
.onlinebox .mess_submit input {
	width: 100%;
	height: 51px;
	line-height: 51px;
	border: none;
	border-radius: 30px;
	background: #fff;
	color: #444444;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.onlinebox .mess_submit input:hover {
	color: #178744;
}

/* 资讯中心 */
.index_news {
	display: flex;
	justify-content: space-between;
}
.news_t {
	width: 330px;
	line-height: 40px;
	padding: 12px 0 0;
}

.news_t a {
	font-size: 40px;
	color: #333;
	display: block;
}

.news_t i {
	display: block;
	padding-bottom: 20px;
}

.news_t span {
	display: block;
	font-size: 16px;
	color: #4c4c4c;
	padding: 10px 0 0;
}

.news_c {
	width: 350px;
}

.news_c dl {
	width: 270px;
}

.news_c dl dt {
	font-size: 40px;
	color: #178744;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url("../img/news_line.gif") no-repeat 0 35px;
	padding-left: 15px;
	font-family: "DINOT";
}

.news_c dl dd {
	padding: 10px 0 0;
}

.news_c dl dd h5 {
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	font-weight: normal;
}

.news_c dl dd h5 a {
	font-size: 18px;
	color: #1a1a1a;
}

.news_c dl dd h5 a:hover,
.wd_r ul li a:hover {
	color: #178744;
}

.news_c .news_desc {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	padding: 10px 0 0;
}

.news_c dl dd b {
	display: block;
	line-height: 24px;
	margin-top: -24px;
	float: right;
}

.news_c dl dd b a {
	font-size: 14px;
	color: #178744;
}

.news_r {
	width: 510px;
	display: flex;
	justify-content: space-around;
}

.news_r p {
	width: 18px;
	height: 30px;
	padding: 55px 0 0;
}

.news_r p a {
	display: block;
	width: 18px;
	height: 30px;
}

.news_lico a {
	background: url(../img/news_lico01.gif) no-repeat;
}

.news_lico a:hover {
	background: url(../img/news_lico02.gif) no-repeat;
}

.news_rico a {
	background: url(../img/news_rico01.gif) no-repeat;
}

.news_rico a:hover {
	background: url(../img/news_rico02.gif) no-repeat;
}

.news_m {
	width: 470px;
	padding: 15px 0 0;
	height: 180px;
	overflow: hidden;
}

.news_m ul li {
	width: 196px;
	float: left;
	margin: 0 0 0 30px;
}

.news_m ul li em {
	display: block;
	width: 196px;
	height: 110px;
	line-height: 0;
	overflow: hidden;
	border-radius: 5px;
}

.news_m ul li em img {
	width: 196px;
	height: 110px;
	display: block;
	border-radius: 5px;
}

.news_m ul li span {
	display: block;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 10px 0 0;
	line-height: 26px;
}

.news_m ul li i {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 186px;
	padding: 0 5px;
}

/*常见问答*/
.indexnews_wd {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.wd_l {
	width: calc(22%);
	margin-right: 80px;
}

.wd_l ul li {
	padding: 15px 0;
}

.wd_l ul li a,
.photo_t ul li a {
	display: block;
	width: 126px;
	text-align: center;
	height: 34px;
	line-height: 30px;
	overflow: hidden;
	border: #178744 2px solid;
	border-radius: 20px;
	font-size: 16px;
	color: #178744;
}

.wd_l ul li a:hover,
.wd_l ul li.on a,
.photo_t ul li a:hover,
.photo_t ul li.on a {
	background: #178744;
	border: #178744 2px solid;
	color: #fff;
}

.wd_r {
	padding: 5px 0 0;
	width: calc(78%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 170px;
	border-top: #d2d2d2 1px solid;
	justify-content: space-between;
}

.wd_r ul li {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.wd_r ul li a {
	font-size: 14px;
	color: #666;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 700px;
}

.wd_r ul li span {
	display: block;
	float: right;
	font-size: 14px;
	color: #666;
}

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


/* 底部 */
.footer{
	border-top: 4px solid #178744;
}
.footer_uls {
	align-items: center;
	height: 90px;
	display: flex;
	justify-content: space-between;
}

.footer_uls li {
	width: auto;
}

.footer_uls li a {
	font-size: 16px;
	color: #666;
}

.footer_uls li a:hover {
	color: #178744;
}

/* 信息地址 */
.footer2 {
	border-top: 1px solid #ccc;
	padding: 40px 0 30px;
	display: flex;
	justify-content: space-between;
}
.foot_copyright_txt{
	margin-top: 40px;
}
.foot_copyright_txt p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.foot_copyright_txt p a{
	color: #666;
}
.foot_copyright_txt p a:hover{
	color: #178744;
}

.footer2  .text p {
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.footer2 .text p img {
	margin-right: 20px;
	width: 20px;
	margin: 0 20px 0 0;
}

.footer2 .qcore img{
	border:#ccc solid 1px;
}

.footer2 .qcore p {
	color: #666;
	font-size: 14px;
	padding-top: 14px;
	text-align: center;
}

.footer2 .qcore img {
	width: 110px;
	height: 110px;
}

/* 友情链接 */
.footer3 {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer3 ul{
	display: flex;	
}
.footer3 ul li:first-child{
	font-weight: bold;
	margin-left: 0px;
	color: #666;
	font-size: 14px;
}
.footer3 ul li{
	margin:0 10px;
}
.footer3 ul li a{
	font-size: 14px;
	color: #666;
}
.footer3 ul li a:hover{
	font-size: 14px;
	color: #178744;
}

/****************** 关于我们-about.html & orgin.html & honor.html ******************/
.pagebanner {
	width: 100%;
	margin: 0 auto;
}

.pagebanner img {
	width: 100%;
}

/* 热门 */
.rm {
	background-color: #f2f2f2;
	border-bottom: 1px solid #eeeeee;
}
.rm .an {
	display: flex;
	justify-content: space-between;
}
.rm .rm_key {
	display: flex;
}
.rm .rm_key ul { 
	display: flex;
}
.rm .rm_key ul li{
	margin: 28px 10px 28px 0;
	font-size: 14px;
}
.rm .rm_key ul li p{
	font-size: 14px;
	color: #444;
}
.rm .rm_key ul li a:hover {
	color: #178744;
}

.p1-search-1-inp {
	width: 270px;
	height: 30px;
	border-radius: 13px;
	background: #fff;
	padding-left: 10px;
	margin-top: 28px;
}

.p1-search-1-inp input {
	border: 0;
}

.p1-search-1-inp1 {
	width: 224px;
	height: 30px;
	line-height: 30px;
	color: #d9d9d9;
	float: left;
}

.p1-search-1-inp2 {
	width: 30px;
	height: 30px;
	background: url(../img/search.png) no-repeat center;
	background-size: 60%;
	float: right;
	cursor: pointer;
	border: 0;
}

.p1-search-1-inp input {
	border: 0;
}
/* 面包屑 */
.breadcrum{
	margin-top: 20px;
	margin-bottom: 20px;
}
.breadcrum .br_con{
	border-bottom: #dcdcdc dashed 1px;
}
.breadcrum .an {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 10px;
}

.breadcrum img {
	margin: 0 20px 0 0;
}
.fir_br{
	border-left: #d62418 solid 10px;
	padding-left: 5px;
}
.breadcrum span {
	font-size: 14px;
	color: #444;
}

.breadcrum a {
	font-size: 14px;
	color: #444;
}

.breadcrum a:hover {
	color: #178744;
}

.breadcrum em {
	font-size: 14px;
	color: #444;
	margin: 0 6px;
}

input:focus {
	outline: none;
}

/* 子页面分类栏目 */
.page_nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_nav a {
	font-size: 18px;
	position: relative;
	display: block;
	padding: 20px 0px;
	background: #f4f4f4;
	border-right: #d8d8d8 solid 1px;
	color:#444;
	width: 25%;
	text-align: center;
}
.page_nav a:last-child{
	border: none;
}

.page_nav a.active, .page_nav a:hover{
	background: #178744;
	color: #fff;
}

.page_nav a::after {
	content: "";
	position: absolute;
	left: 20px;
	left: 0px;
	bottom: -1px;
	width: calc(100% - 40px);
	width: calc(100%);
	height: 1px;
	background-color: #025ab7;
	width: 0;
	transition: 0.5s all;
	left: 50%;
	transform: translate(-50%, 0);
	
}

.page_nav a:hover::after {
	content: "";
	position: absolute;
	left: 20px;
	left: 0px;
	bottom: 0;
	width: calc(100% - 40px);
	width: calc(100%);
	height: 1px;
	background-color: #178744;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;  
	border-right: 10px solid transparent;  
	border-bottom: 10px solid white; 
}

.page_nav a.active::after {
	content: "";
	position: absolute;
	left: 20px;
	left: 0px;
	bottom: 0;
	width: calc(100% - 40px);
	width: calc(100%);
	height: 1px;
	background-color: #178744;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;  
	border-right: 10px solid transparent;  
	border-bottom: 10px solid white; 
}

/* 公司简介 */
.page_about_txt p{
	font-size: 16px;
	color: #363636;
	line-height: 30px;
}
/* 组织机构 */
.page_about_txt img{
	display: block;
	max-width: 100%;
	margin: 15px auto;
}
/* 企业荣誉 */
.page_item ul{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.page_item ul li{
	width: calc(23.5%);
	/* margin-right: 1.31%; */
	margin-right: 1.9%;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.page_item ul li .item_img{
	padding:5px;
	width: 100%;	
	overflow: hidden;
}
.page_item ul li .item_img2{
	padding:5px;
	width: 100%;	
	overflow: hidden;
}
.page_item ul li:nth-child(4n){
	margin-right: 0;
}
.page_item ul li a .item_img img {
    width: 100%;
    object-fit: cover;
    transition: all .8s;
	height: 200px;
}
.page_item ul li a .item_img2{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	height: 100%;
}
.page_item ul li a .item_img2 img {
    width: 100%;
    object-fit: cover;
    transition: all .8s;
	/* height: 360px; */
}
.page_item ul li a p{
	background: #f0f0f0;
	height: 50px;
	line-height: 50px;
	color: #444;
	font-size: 14px;
	text-align: center;
	overflow: hidden;				
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_item ul li a{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.page_item ul li:hover img{
	transform: scale(1.1);
}
.page_item ul li:hover a p{
	color:#178744;
}
/* 分页样式 */
.pagess{
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	margin-top: 30px;
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li a,.pagess ul li span{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 10px;
	margin: 0 5px;
	line-height: 20px;
	background: #fff;
	color: #999;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px;
	background: #178744;
	color: #fff;
}
.pagess ul li a{
	color: #666666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}

/****************** 联系我们-contact.html & messgae.html ******************/
.contact_txt_con {
	padding: 30px 0px 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.contact_txt_con li {
	line-height: 30px;
	margin-bottom: 30px;
	color: #333;
	width: 33.3%;
	text-align: center;
	padding: 0 20px 0 20px;
	transition: 0.3s;
}

.contact_txt_con li img {
	height: 37px;
	margin:0 auto 20px;
}

.contact_txt_con .qyyj2 {
	border-right: none
}
.contact_txt_con .qyyj2 img{
	width: 31px;
}
.contact_txt_con li span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
.contact_txt_con li em {
	display: block;
	font-size: 15px;
	font-style: normal;
}
.contact_txt_con li:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.pagemain .index_service02{
	background: #fff;
	margin-top: 0;
	padding:0
}
.pagemain .index_service02 h4{
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}
.pagemain .onlinebox ul li p{
	color: #444;
}
.pagemain .onlinebox .input-txt00{
	border:#ccc solid 1px;
	border-radius: 15px;
	height: 42px;
	line-height: 42px;
}
.pagemain .onlinebox .input-txt02{
	border:#ccc solid 1px;
	border-radius: 15px;
	height: 62px;
	line-height: 62px;
}
.pagemain .onlinebox .mess_submit input{
	background: #178744;
	color: #fff;
}
.pagemain .onlinebox li.mess_submit:hover input{
	transition: all 1s;
	background: #333;
}
.pagemain .mess2 li{
	margin-bottom: 20px;
}
/* 地图 */
#allmap {
	width: 100%;
	height: 28vw;
	min-height: 200px;
}

/****************** 新闻资讯-news.html ******************/
.page_body_item .an{
	display: flex;
	justify-content: space-between;
}
.nav_left {
	width: 20%;
}
.nav_left>h2 {
	font-size: 24px;
	color: #fff;
	background-color: #178744;
	font-weight: normal;
	padding: 22px 40px;
	text-align: center;
}

.nav_uls {
	margin-top: 1px;
	margin-bottom: 20px;
}

.nav_uls>li {
	margin-bottom: 2px;
}

.nav_uls>li h3 {
	padding: 14px 0px 14px 40px;
	font-weight: normal;
	background-color: #ececeb;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

.nav_uls>li h3::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: #fff;
	transform: translate(-0%, -50%);
	z-index: 99;
	cursor: pointer;
}

.nav_uls>li h3::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: #fff;
	transform: translate(-0, -50%) rotate(-90deg);
	z-index: 99;
	cursor: pointer;
}

.nav_uls>li.active h3,
.nav_uls>li:hover h3 {
	background-color: #178744;
}

.nav_uls>li h3 a {
	display: block;
	color: #333;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin-right: 50px;
}

.nav_uls>li.active h3 a,
.nav_uls>li:hover h3 a {
	color: #fff;
}
.nav_fwrx>img {
	width: 100%;
}

.nav_fwrx .txt {
	padding: 15px 10px 20px;
	background-color: #178744;
}

.nav_fwrx .txt>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_fwrx .txt>div img {
	margin: 0;
}

.nav_fwrx .txt>div p {
	color: #fff;
	margin-left: 6px;
	font-size: 14px;
}

.nav_fwrx .txt h3 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.nav_right {
	width: calc(100% - 20% - 30px);
	margin-left: 30px;
}

.nav_right .uls {
	display: flex;
	flex-wrap: wrap;
}

.nav_right>h1,
.nav_right>h2 {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 28px;
	font-size: 24px;
	color: #464646;
	font-weight: normal;
}
.nav_right .uls_news li a {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 25px;
	border: 1px solid #dedede;
}

.nav_right .uls_news li a .news_img {
	width: 40%;
}
.nav_right .uls_news li a .news_img img{
	width: 100%;
	height: 214px;
	object-fit: cover;
}

.nav_right .uls_news li a .txt {
	width: calc(100% - 40% - 20px);
	margin-left: 20px;
}

.nav_right .uls_news li a .txt h2 {
	color: #444;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

.nav_right .uls_news li a .txt p {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	text-indent: 2em;
}
.nav_right .uls_news li a .txt .pagemore{
	background: #b6b6b6;
	padding:5px 15px;
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	float: right;
}
.nav_right .uls_news li a:hover .txt .pagemore{
	background: #178744;
}

.nav_right .uls_news {
	margin-bottom: 50px;
}

.nav_right .uls_news li {
	margin-bottom: 20px;
}

.nav_right .uls_news li a:hover {
	border: 1px solid #178744;
}

.nav_right .uls_news li a:hover .txt h2 {
	color: #178744;
}
/* .nav_right .uls li {
	width: calc((100% / 6) - 1%);
	margin-right: 1.16%;
}

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

.nav_right .uls {
	margin: 0 0 10px;
}

.navs_list {
	border: 1px solid #dedede;
	height: 105px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.nav_right .uls li:hover .navs_list {
	border: 1px solid #febf03;
}

.nav_right .uls li p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
} */
/****************** 新闻详情-news_details.html ******************/
.news_detailes1>h1 {
	margin-bottom: 10px;
	border: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.7;
	color: #464646;
	text-align: center;
	display: block;
}

.news_detailes1>h1::after {
	content: initial;
}
.news_detailes1 .details_t{
	font-size: 14px;
	text-align: center;
	color: #666;
	line-height: 35px;
}
.news_detailes1 .text>p {
	line-height: 30px;
	color: #363636;
	font-size: 16px;
	margin-bottom: 20px;
}


.news_detailes1 .text>table {
	line-height: 30px;
	color: #363636;
	font-size: 16px;
	margin-bottom: 20px;
}


.news_detailes1 .text img {
	margin: 10px auto 10px;
}
/* 新闻分页 */
.detail_fy{
	margin-top: 30px;
}
.detail_fy ul{
	display: flex;
	justify-content: space-between;
}
.detail_fy ul li p a{
	font-size: 14px;
	color: #535353;
}
.detail_fy ul li p span{
	padding:5px 15px;
	background: #178744;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.detail_fy ul li:nth-child(2) p span{
	background: #a2a2a2;
}
.detail_fy ul li p a:hover{
	color:#178744;
}

/****************** 下载中心页面-down.html ************/
.down_item .table {
    width: 100%;
    margin-bottom: 30px;
}
.table tr {
	border-bottom: 1px solid #ebeef5;
}
.down_th{
	background: #178744;
	padding:5px 20px;
	color: #fff;
}
.down_th td{
	background: #178744;
	color: #fff;
}
.table tr td{
	font-size: 15px;
	text-align: center;
	color: #333;
	padding: 12px 10px;
}
.table tr td img{
	display: inline-block;
	padding-top: 4px;
}

.table tr:nth-child(1) td {
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 80%;
	font-weight: bold;
}
.table tr:nth-child(1) td:nth-child(1){
	
}
.table tr:nth-child(2n){
	background: #f2f2f2;
}
.down_name{
	background: url(../img/file.png) no-repeat 20px 15px;
}
.table tr td:nth-child(1) {
	text-align: left;
	padding-left: 50px;
}

.table tr td a{
	display: block;
	width: 100%;
}
.table tr+tr:hover{
	transition: all 0.4s;
	background-color: #f5f7fa;
}

/****************** 产品列表页面-product.html ************/
/* 产品 */
.nav_po>div {
	display: none;
}

.txts_uls {
	margin-top: 4px;
	display: none;
}

.nav_uls li.active .txts_uls {
	display: block;
}

.txts_uls>li {
	margin-bottom: 1px;
}

.txts_uls>li h4 a {
	display: block;
	font-size: 16px;
	color: #666666;
	position: relative;
	padding: 14px 0 14px 55px;
	background-color: #ececec;
	font-weight: normal;
}

.txts_uls>li h4 a::after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 25px;
	color: #bababa;
	font-size: 20px;
	transform: translate(-0, -50%);
}

.txts_uls>li h4 a:hover::after {
	color: #fff;
}

.txts_uls>li h4 a {
	font-size: 16px;
	color: #666666;
}

.txts_uls>li h4 a:hover {
	color: #fff;
	background-color: #febf03;
}

.nav_uls>.active2 h3::before {
	content: initial;
}

.prodcut1_btns {
	display: block;
	border-bottom: 1px solid #e3e0e0;
	background: #fff;
	margin: 0 0 15px;
	padding-top: 10px;
	padding: 10px;
}

.prodcut1_btns p {
	background-color: #febf03;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}

.prodcut1_btns p:hover {
	background-color: #febf03;
}

.prodcut1_btns {
	display: block;
	border-bottom: 1px solid #e3e0e0;
	background: #fff;
	margin: 0 0 15px;
	padding-top: 10px;
	padding: 10px;
}

.prodcut1_btns {
	display: none;
}

/* 产品右侧 */
.uls_product {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.uls_product li {
	width: calc(32.33%);
	margin-right: 1.31%;
	border: 1px solid #dedede;
	margin-bottom: 15px;
}

.uls_product li a {
	width: 100%;
	display: block;
}

.uls_product li a .img {
	width: 100%;
	max-height: 240px;
	overflow: hidden;
}

.uls_product li a .img img {
	width: 100%;
	object-fit: cover;
	transition: all .8s;
}

.uls_product li a .txt {
	padding: 10px 20px;
}

.uls_product li h5 {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}
.uls_product li:nth-child(3n) {
	margin-right: 0%;
}

.uls_product li:hover {
	border: 1px solid #178744;
}

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

.uls_product li:hover h5 {
	color: #178744;
}

/* 修改-头部 */
.logo2 {
	display: none;
}

.list_uls {
	position: fixed;
	width: 100%;
	top: 0;
	left: 100%;
	transition: left 0.5s;
	z-index: 1000;
	display: none;
	height: 100%;
	overflow: auto;
}

.list_uls_uls {
	display: none;
}

.index_hz .swiper-slide:hover {
	border: 1px solid #febf03;
}

/* 右侧悬浮 */
.client-2 {
	position: fixed;
	right: -158px;
	margin-top: -126px;
	margin-top: -88px;
	top: 50%;
	z-index: 400;
}

.client-2 li a {
	text-decoration: none;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}

.client-2 li i {
	background: url(../img/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 70px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 18px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #178744;
	color: #fff;
	height: 60px;
	width: 235px;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-main {
	background: #178744;
	width: 97px;
	height: 60px;
	position: relative;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

.client-2 li {
	left: 0;
	transition: left 0.5s;
}

.client-2 li:hover {
	left: -20px;
}

.client-2 .my-kefu-tel {
	left: 0;
	transition: left 0.5s;
}

.client-2 .my-kefu-tel:hover {
	left: -153px;
}

.client-2 .my-kefu-main:hover .my-kefu-weixin-pic {
	display: block;
	opacity: 1;
}

.client-2 .my-kefu-weixin-pic {
	transition: all 0.5s 0.5s;
	opacity: 0;
}

/* 首页的简介图标 */
.index_about .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.4;
}
.index_about .swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff;
}
/* 左右操作 */
.index_about .swiper-button-next{
	background:url(../img/j2.png) center center no-repeat;
	font-size: 0;
	width: 50px;
	height: 50px;
}
.index_about .swiper-button-prev{
	background:url(../img/j1.png) center center no-repeat;
	font-size: 0;
	width: 50px;
	height: 50px;
}
.index_about .swiper-button-prev:after, .index_about .swiper-rtl .swiper-button-next:after,.index_about .swiper-button-next:after, .index_about .swiper-button-prev:after{
	display: none;
}
/* 企业风采 */
.swiper_index_about{
	position: relative;
}
.swiper_index_about .swiper-button-next:after,.swiper_index_about .swiper-button-prev:after,.swiper_index_about .swiper-button-next:after,.swiper_index_about .swiper-button-prev:after,.swiper_index_about .swiper-button-prev,.swiper_index_about .swiper-button-next{
	display: none;
}
/* 其他的左右 */
.swiper_index_about .prev,.swiper_index_about .next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper_index_about .next:after,.swiper_index_about .prev:after {
    
	font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}
.swiper_index_about .next:after{
	content: 'prev';
	color: #178744;
}
.swiper_index_about .prev:after{
	content: 'next';
	color: #178744;
}
.swiper_index_about .next{
	left: -35px;
	right: auto;
	color: #178744;
}
.swiper_index_about .prev{
	right: -35px;
	left: auto;
	color: #178744;
}
.swiper_index_about{
	width: 73% !important;
}
@media(max-width:768px){
	.swiper_index_about{width: 90% !important;margin: 0 auto;}
	.swiper_index_about .next{left: -30px;}
	.swiper_index_about .prev{right: -30px;}
	.swiper_index_about .next:after{font-size: 34px;}
	.swiper_index_about .prev:after{font-size: 34px;}
}
/* 修改-人才招聘页面 */
.page_about_a{
	cursor: pointer;
}
.page_about_a:hover{
	color: #178744;
}
.table2 tr:nth-child(1) td {
	width: 40%;
}
.floating *{
	box-sizing: border-box;
}
.floating{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 999;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
.floating .an{
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
	background-color: #fff;
	box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.2);
	max-width: 1200px;
	width: calc(100% - 40px);
}
.floating .flex{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	overflow-y: auto;
}
.floating .img{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.floating .img img{
	width: 100%;
}
.floating .text{
	width: 50%;
	padding:40px;
	
}
.floating .text h2{
	font-weight: normal;
	font-size: 20px;
	border-bottom:1px solid #e3e3e3;
	line-height: 1.7;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
.floating .text p{
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}
.floating .x{
	position: absolute;
	right: 0%;
	top: 0;
	cursor: pointer;
	color: #dfdfdf;
	font-size: 30px;
	width: 30px;
	height: 30px;
	user-select: none;
}
.page_about_a div{
	display: none;
}
.table2 tr td:nth-child(1){
	text-align: center;
	padding-left: 0;
}
.table2 tr td{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}
.floating .an{
	max-height: 90vh;
	overflow-y: auto;
}


/* 适配 */
@media (max-width:1300px) {
	.w1200 {padding-left: 15px !important;padding-right: 15px !important;}
	.index_case .swiper-slide {width: auto;padding: 11px 82px;}
	.index_botton {bottom: 30px;}
	.index_hor_con {max-width: calc(100% - 200px);margin-left: auto;margin-right: auto;}
}

@media (max-width:1024px) {
	
}

@media (max-width:768px) {
	/* 头部 */
	header {position: fixed;z-index: 999;top: 0;left: 0;background-color: #fff;width: 100%;}
	.header1 {display: none;}
	.header3 {display: none;}
	.header2 .an .text h2 {display: none;}
	.header2 .an .logo_txt {display: none;}
	.banners {min-height: 300px;object-fit: cover;}
	.tel {display: flex;}
	.header2 .an .text {width: 236px;margin-top: 0;}
	.header2 .text .logo {width: 120px;margin-top: 15px;}
	.logo {}.logo2 {display: block;}
	.tel {display: none;}
	.tel a {font-size: 14px;}
	.tel p {font-size: 14px;}
	.tel p img {display: none;}
	.nav_list1 {display: block;margin: 0;width: 32px;height: 32px;margin-top: 20px;}
	.header2 .an {height: 70px;}
	/* 移动端导航 */
	.list_uls {background-color: #fff;height: 100%;display: block;}
	.list_uls .text {background: #333;width: 100%;position: relative;height: 68px;line-height: 68px;}
	.list_uls .text h3 {font-size: 18px;color: #fff;text-align: center;}
	.list_uls .text .x {position: absolute;width: 55px;height: 100%;top: 50%;right: 0;z-index: 1000;transform: translate(0, -50%);}
	.list_uls .text .x::after {position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;background-color: #fff;}
	.list_uls .text .x::before {position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%, -50%) rotate(135deg);top: 50%;left: 50%;background-color: #fff;}
	.list_uls .uls>li>a {display: block;padding: 20px 0px 20px 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);position: relative;}
	.list_uls .uls>li {position: relative;}
	.list_uls .uls>li::after {position: absolute;content: ">";width: 62px;height: 62px;transition: all 0.5s;top: 0%;right: 0px;display: flex;justify-content: center;align-items: center;font-size: 28px;}
	.list_uls .uls>li.active::after {transform: rotate(90deg);}
	.list_uls_uls>li>a {display: block;padding: 20px 0px 20px 30px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
	/* 首页内容 */
	main {margin-top: 70px;}
	/* 首页-banner */
	.index1 .swiper-pagination {bottom: 10px;}
	.index1 .swiper-pagination-bullet {width: 10px;height: 3px;border-radius: 0;background: #000;opacity: .8;}
	.index1 .swiper-pagination-bullet-active {background: #178744;}
	/* 首页-公用样式 */
	.ptb80 {padding: 30px 0;}
	.ptb30{padding: 30px 0; }
	.mt60 {margin-top: 30px;}
	.index_txt h2 {padding-bottom: 5px;}
	.index_txt h1 {font-size: 25px;}
	.index_txt h2 {font-size: 20px;}
	.index_txt span{font-size: 16px;}.pb80 {padding-bottom: 30px;}
	/* 首页-产品展示 */
	.index_pro{margin-bottom: 30px;}
	.index_pro dl {width: 100%;padding: 0px 10px;height: 174px;}
	.index_pro dl dt {padding-top: 20px;}
	.index_pro dl dt h5 {padding: 10px 0 0}
	.index_pro dl dt h5 a {font-size: 17px;}
	.index_pro dl dt p {padding-top: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.index_pro dl dt em {padding: 10px 0 }
	.index_pro dl dt em img {width: 28px;height: 28px;}
	.index_pro dl dd img {width: 80%;height: auto;float: right;}
	/* 首页-我们的优势 */
	.index_adv {flex-wrap: wrap;}
	.index_adv dl {width: 100%;margin: 10px 0px;display: flex;align-items: center;flex-wrap: wrap;}
	.index_adv dl dt{width:100%;}
	.index_adv dl dd{width: 100%;padding:10px 10px;}
	.index_adv dl dd h2{font-size: 18px;padding-left:23%;margin-bottom: 12px;}
	.index_adv dl dd h4{font-size: 16px;height: 40px;line-height: 40px;margin-bottom: 15px;}
	.index_adv dl dd p{font-size: 14px;line-height: 25px;padding-left:25px;background: none;padding-left: 0px;}
	.index_adv dl dd p::before{content: '△';padding-right: 10px;}
	.index_adv dl:nth-child(1) dd h2{background-size: 20% 95%;}
	.index_adv dl:nth-child(2) dd h2{background-size: 20% 95%;}
	.index_adv dl:nth-child(3) dd h2{background-size: 20% 95%;}
	.index_adv dl:nth-child(2){display: flex;flex-direction: column;}
	.index_adv dl:nth-child(2) dt{order: 1;}
	.index_adv dl:nth-child(2) dd{order: 2;}
	/* 首页-公司简介 */
	.index_about {flex-wrap: wrap;}
	.index_about .img {width: 100%;margin-right: 0;}
	.index_about .index_about_txt {width: 100%;padding-top: 10px;}
	.index_about_txt01{padding-top: 10px;padding-bottom: 10px;}
	.index_about .index_about_txt h4{font-size: 16px;}
	.index_about .index_about_txt h5{font-size: 16px;}
	.index_txt p {font-size: 14px;line-height: 2;text-align: center;}
	.index_photo {flex-wrap: wrap;}
	.photo_bg {padding-top: 20px;padding-bottom: 0;}
	.photo_t {width: 100%;margin-right: 0;}
	.photo_m {width: 100%;}
	.photo_m ul li {width: 42%;margin: 0 12px;height: 158px;}
	.photo_m ul li em {width: 160px;}
	.photo_m ul li img {width: 160px;height: 125px;object-fit: cover;}
	/* 首页-关于我们 */
	.index6 {padding: 20px 0;margin-bottom: 0;}
	.index6 .text {display: block;}
	.index6 .text {margin-top: 30px;}
	.index6 .text .img {width: 100% !important;}
	.index6 .text .img img {width: 100%;}
	.index6 .text .txt {width: 100% !important;padding: 20px;}
	.index6 .text .txt h4 {display: none;}
	.index_more {margin-top: 20px;width: 100%;border-radius: 3px;}
	/* 首页-企业荣誉 */
	.index5 .hornav{width: 100%;margin-bottom: 40px;}
	.index5 .hornav ul li a{font-size: 16px;padding:10px 20px;}
	.index5 .swiper{height: 350px;}
	.index_hor_con{max-width: calc(100% - 20vw);}
	.index5 .swiper-slide img{height: 300px;}
	
	.slideGroup{ width: 100%;}
	.slideGroup .parHd{ width: 100%;}
	.slideGroup .parHd ul li{ padding:0 10px;}
	.slideGroup .sPrev, .slideGroup .sNext{ display: none;}
	.slideGroup .slideBox{ padding:10px;}
	.slideGroup .parBd ul li{ margin:0 10px;}
	.slideGroup .parBd ul li .pic a{height: 328px;}
	.slideGroup .parBd ul li .pic img{ width: 225px; height: auto;}
	
	/* 首页-一站式服务 */
	.index_service01{width: 100%;background: none;justify-content: space-between;margin:0 auto;}
	.index_service01_txt img{width: 80%;text-align: center;margin: 0 auto;}
	.index_service01_txt p{font-size: 16px;line-height: 30px;}
	.onlinebox .mess1 ul{flex-wrap: wrap;}
	.onlinebox .mess1 ul li{width: 100%;}
	.onlinebox .mess3 ul li:last-child{margin-left: 10px;width: 70%;}
	.onlinebox .mess_submit input{height: 35px;line-height: 35px;font-size: 14px;}
	.onlinebox .mess3 ul li img{margin-top: 10px;}
	/* 首页-资讯中心 */
	.index_news{flex-wrap: wrap;}
	.news_t i{padding-bottom: 0;}
	.news_t a{font-size: 25px;}
	.news_t span{padding-top: 0;}
	.news_c{width: 100%;}
	.news_c dl{width: 100%;}
	.news_c dl dt{font-size: 28px;height: 40px;line-height: 40px;}
	.news_c dl dd h5 a{font-size: 18px;}.news_m{width: 100%;}
	.news_m ul{margin-left: -10px;height: 173px;overflow: hidden;}
	.news_m ul li{margin-left: 5px;margin-right: 5px;width: 47%;}
	.news_m ul li em{width: 100%;}
	.news_m ul li em img{width: 100%;}
	.indexnews_wd{margin-top: 20px;flex-wrap: wrap;}
	.wd_l{width: 100%;}
	.wd_r{width: 100%;}
	.wd_r ul li a{width:74%;}
	/* 底部 */
	.footer2{flex-wrap: wrap;}
	.footer1{display: none;}
	.footer3 ul{flex-wrap: wrap;}
	.footer3 ul li{width: 27%;}
	.footer3 ul li:first-child{width: 100%;}
	.foot_copyright_txt{margin-top: 20px;}
	/* 子页面公用 */
	.page_nav{ flex-wrap: wrap;}
	.page_nav a{font-size: 16px; padding:10px 10px; width: 50%; border:none}
	.rm .rm_key{ display: none;}
	.p1-search-1-inp{ margin-top: 10px; margin-bottom: 10px;}
	/* 关于我们页面-about.html&orgin.html&honor.html */
	.page_item ul li{ width: 48%;}
	.page_item ul li:nth-child(2n){ margin-right: 0;}
	.page_item ul li a .item_img img{ height: 150px;}
	.page_item ul li a p{ height: 35px; line-height: 35px;}
	/*分页样式*/
	.pagess ul li a, .pagess ul li span{ padding: 2px 5px;}
	.pagess ul li.active a, .pagess ul li.active span, .pagess ul li:hover a{padding: 2px 5px; }
	/* 资讯中心页面-news.html */
	.page_body_item .an{ flex-wrap: wrap;}
	.nav_left {	margin: 0 auto;	}
	.nav_right {width: 100%;margin: 10px 0 0;}	
	.nav_right .uls_news li a .news_img{ width: 100%;}
	.nav_right .uls_news li a .txt {width: 100%;margin-left: 0;	}
	.nav_right .uls_news li a .txt h2{ font-size: 16px;}
	.nav_right .uls_news li a .times {display: none;}	
	.nav_right .uls_news li a {padding: 15px;}	
	.nav_right .uls_news {margin-bottom: 0;}
	/* 新闻详情页面-news_details.html */
	.news_detailes1>h1 {font-size: 16px;}	
	.news_detailes1 .text>p {font-size: 14px;}
	.detail_fy ul{ flex-wrap: wrap;}
	.detail_fy ul li{ width: 100%; margin-bottom: 10px;}
	.detail_fy ul li p span{ padding:3px 7px;}
	/* 产品列表页面-product.html */
	.nav_left {	margin: 0 auto;	width: 100%;}
	.nav_right {width: 100%;margin-left: 0;	}
	.nav_left>h2 {font-size: 18px;padding: 12px 24px;}
	.prodcut1_btns {display: block;	border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;	padding-top: 10px;padding: 10px;}
	.prodcut1_btns p {background-color: #febf03;color: #fff;text-align: center;border-radius: 5px;height: 40px;line-height: 40px;}
	.prodcut1_btns p:hover {background-color: #febf03;}
	.nav_po {position: fixed;top: 0;left: 100%;	height: 100%;width: 100%;z-index: 1000;	display: flex;background-color: #fff;
		transition: all 0.5s;}
	.nav_po>div {display: flex;	align-content: center;	width: 40px;align-items: center;font-size: 20px;justify-content: center;
		background-color: #f5f5f5;	}
	.nav_po>div span {display: block;padding: 10px;color: #333;}
	.prodcut1 .text .uls {width: calc(100% - 40px);border-radius: 0;padding-top: 0;overflow: auto;}
	.prodcut1 .text .uls li a {width: 100%;}
	.prodcut1_btns {display: block;border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;padding-top: 10px;padding: 10px;}
	.nav_uls {width: 100%;overflow: auto;}
	.nav_news h2 {font-size: 18px;padding: 12px 0 12px 24px;}
	.nav_fwrx .txt {padding: 10px 10px;}.nav_fwrx .txt h3 {font-size: 20px;}
	.nav_right {margin-top: 20px;}.nav_right>h1, .nav_right>h2 {font-size: 18px;margin-bottom: 20px;}
	.uls_products li {width: 100%;margin-right: 0;margin-bottom: 15px;}
	.uls_products li a .imgs {height: 200px;}
	.uls_products li a .imgs img {height: 100%;}
	.uls_products li a h2 {font-size: 1rem;text-align: center;}
	.uls_products {margin-bottom: 0px;}
	.pagess ul li a {font-size: 14px;}
	.uls_product li {width: 100%;margin-right: 0;}
	.uls_product li h2 {font-size: 1rem;}	
	/* 右侧悬浮 */
	.client-2 {	display: none !important;}
	/* 修改-人才招聘 */
	.floating .an{width:calc(100% - 40px);}
	.floating .flex{overflow-y: auto;}
	.table2 tr:nth-child(1) td{width: 35%;}
}
@media (max-width:390px) {
	.index_hbcon2_l {margin-top: 0;}
	.index5 {background-size: cover;}
}
