@charset "UTF-8";
@font-face {
  font-family: "HindMadurai-Medium";
  src: url("../font/HindMadurai-Medium.woff2") format("woff2"), url("../font/HindMadurai-Medium.woff") format("woff"), url("../font/HindMadurai-Medium.ttf") format("truetype"), url("../font/HindMadurai-Medium.eot") format("embedded-opentype"), url("../font/HindMadurai-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'iconfont';
  /* project id 1437729 */
  src: url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.eot");
  src: url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.woff2") format("woff2"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.woff") format("woff"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.ttf") format("truetype"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.boxshadow {
  box-shadow: 0px 3px 24px 2px rgba(3, 23, 53, 0.05);
}
.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
html,
body {
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
}

* {
  line-height: 1;
  box-sizing: border-box;
}

.cfff {
  color: #FFF !important;
}

.paddtop-100 {
  padding-top: 100px;
}

.paddbot-80 {
  padding-bottom: 80px;
}

.fl {
  float: left;
}

.disflex {
  display: flex;
}

.martop-60 {
  margin-top: 60px;
}

.fr {
  float: right;
}

.bgfff {
  background-color: #fff;
}

.bgccc {
  background-color: #F7F7F7;
  padding: 0.1px 0;
}

.textcenter {
  text-align: center !important;
}

.disflex {
  display: flex;
}
.box{
	width: 95%;
	margin: 0 auto;
	max-width: 1280px;
}
/*header start*/
.pc_nav {
  margin-top: 57px;
}

.pc_nav li {
  float: left;
  font-weight: bold;
}

.pc_nav li:nth-last-of-type(1) a {
  padding-right: 20px;
}

.pc_nav li a {
  display: block;
  padding: 19px 30px;
}

.pc_nav li.hover a, .pc_nav li:hover a {
  color: #71BA09;
}

.header-box {
  border-top: 4px solid #B8B8B8;
}

.header-box > div {
  position: relative;
}

.header-box .logo {
  margin: 33px 0 28px;
}

.headtop {
  background: #B8B8B8 url("../images/topleft.jpg") no-repeat 0% 50%;
  position: absolute;
  padding: 10px 30px;
  height: 35px;
  right: 0;
  top: 0;
  font-size: 14px;
  border-bottom-right-radius: 6px;
  color: #FFF;
}

.headtop .share {
  margin-left: 10px;
}

.headtop .share a:hover:nth-child(1) {
  background-image: url("../images/share1h.png");
}

.headtop .share a:hover:nth-child(2) {
  background-image: url("../images/share2h.png");
}

.headtop .share a:hover:nth-child(3) {
  background-image: url("../images/share3h.png");
}

.headtop .share a:hover:nth-child(4) {
  background-image: url("../images/share4h.png");
}

.headtop .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/email.png") no-repeat 50% 50%;
  margin-right: 10px;
}

.headtop .icon.tel {
  background: url("../images/tel.png") no-repeat 50% 50%;
}

.headtop a {
  color: #FFF;
  transition: all 0.3s;
}

.headtop a:hover {
  color: #71BA09;
}

.headtop span {
  display: inline-block;
  margin: 0 20px;
}

.share a {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/share1.png");
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s;
}

.share a:nth-of-type(2) {
  background-image: url("../images/share2.png");
}

.share a:nth-of-type(3) {
  background-image: url("../images/share3.png");
}

.share a:nth-last-of-type(1) {
  margin-right: 0;
  background-image: url("../images/share4.png");
}

.border0 {
  border: none !important;
}

.marbot-40 {
  margin-bottom: 40px;
}

.inner-big-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.title {
  color: #232526;
  font-size: 36px;
  text-align: center;
  margin: 80px 0 55px;
}

.title.f30 {
  font-size: 30px;
}

.title.textleft {
  text-align: left;
}

.title.textleft .theme_line {
  margin-left: 0;
  margin-right: 0;
}

.title h2 {
  margin-bottom: 25px;
}

.theme_line {
  width: 54px;
  height: 2px;
  background-color: #71BA09;
  margin: 0 auto;
}

.posi {
  position: relative;
}

.pro_list ul {
  flex-wrap: wrap;
}

.pro_list ul.swiper-wrapper {
  flex-wrap: inherit;
  justify-content: left;
}

.pro_list .text_p a {
  color: #333;
}

.pro_list .text_p a:hover {
  color: #71BA09;
}

.pro_list .text_p p {
  color: #888;
  width: 100%;
  /*overflow: hidden;
  text-overflow: ellipsis;*/
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  white-space: normal;
  line-height: 1.5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height:42px;
}

.pro_list .text_p h3 {
  margin: 25px 0 20px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_list .text_p{
  background: #f9f9f9;
  padding: 1px 20px 20px 20px;
}
.pro_ny_list.case_list li:hover .text_p{
  background: #95c860;
}
.pro_ny_list.case_list li:hover .text_p a{
  color: #fff;
}
.pro_ny_list.case_list li:hover .text_p p{
  color: #fff;
}
.pro_list li {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
  float: left;
  overflow: hidden;
}

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

.pro_list li img {
  width: 100%;
	height: 300px;
}

.pro_list li a {
  color: #FFF;
  display: block;
}

.pro_list li:hover .text, .pro_list li.hover .text {
  transform: translateX(0%);
}

.pro_list .text {
  background: url("../images/probg.png") no-repeat;
  background-size: 80% 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 24% 40% 0 25px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: translateX(-100%);
}

.pro_list .text h3 {
  margin-bottom: 30px;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pro_list .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}

.green {
  color: #71BA09;
}

.index_app {
  background: #F9F9F9;
  padding: 1px 0 80px;
}

.index_app .text {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
  background: #FFF;
  padding: 70px 55px;
}

.index_app .left img {
  width: 57%;
  max-width: 733px;
  transition: all 0.3s;
}

.index_app .swiper-slide {
  padding: 0 30px;
  position: relative;
}

.index_app .swiper-slide:hover h3 {
  color: #71BA09;
}

.index_app .swiper-slide:hover img {
  transform: scale(1.05);
}

.index_app .text {
  position: absolute;
  right: 30px;
  width: 44%;
  top: 50%;
  transform: translateY(-50%);
}

.index_app h3 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_app p {
  color: #888;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index_app a.green {
  padding-top: 35px;
  font-size: 14px;
  display: inline-block;
}

.index_app a.green .icon {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url("../images/arrow.png") no-repeat 50% 50%;
  margin-left: 15px;
}

.index_app .swiper-container {
  overflow: inherit;
}

.index_app .swiper-button-next,
.index_app .swiper-button-prev {
  background: #FFF;
  height: 58px;
  width: 58px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 25px;
  color: #969696;
  transition: all 0.3s;
  font-family: -webkit-body;
}

.index_app .swiper-button-next:hover,
.index_app .swiper-button-prev:hover {
  background: #71BA09;
  color: #fff;
}

.index_app .swiper-button-prev {
  left: 0;
}

.index_app .swiper-button-next {
  right: 0;
}

.index_app .swiper-button-next.swiper-button-disabled,
.index_app .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}

.index_app .swiper-pagination {
  top: 0;
  left: 60%;
  bottom: auto;
  width: auto;
  color: #cfcfcf;
  font-size: 24px;
  font-weight: normal;
}

.index_app .swiper-pagination-current {
  color: #A1A1A1;
  font-size: 38px;
}

.index_about {
  padding: 60px 0;
  justify-content: space-between;
}

.index_about p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #888;
}

.index_about p strong {
  padding-bottom: 40px;
  display: inline-block;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #555;
}

.index_about .left {
  width: 53%;
}

.index_about .left p,
.index_about .left h3 {
  line-height: 2;
}

.index_about .right {
  padding-top: 45px;
}

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

.index_hezuo {
  background: url("../images/hbg.png") no-repeat 50% 50%;
}

.index_hezuo > div {
  justify-content: space-between;
  align-items: center;
  height: 204px;
}

.index_hezuo img {
  transition: all 0.3s;
}

.index_hezuo img:hover {
  transform: scale(1.05);
}

.contact_grid {
  justify-content: space-between;
}

.contact_grid .left {
  width: 31%;
  background: #71BA09;
}

.contact_grid .left li {
  margin: 40px 45px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.contact_grid .left p {
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
}

.contact_grid .left a {
  color: #FFF;
}

.contact_grid .left a:hover {
  color: #444;
}

.contact_grid h3 {
  color: #E6FFCC;
  margin: 20px 0 15px;
}

.contact_grid .right {
  width: 62%;
  padding: 50px 60px 80px;
}

.mar-100 {
  margin: 100px 0;
}

.map_grid img {
  width: 100%;
}

.product_inner {
  position: relative;
  padding-left: 320px;
}

.product_inner .icon_arrow {
  display: none;
}

.product_inner .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
}

.product_inner .right {
  width: 100%;
  min-height: 950px;
}

.pro_left_grid {
  margin-bottom: 50px;
}

.pro_left_grid h2 {
  font-size: 24px;
  color: #333;
  padding: 28px 0;
}

.pro_left_grid .top_line {
  height: 7px;
  border-bottom: 1px solid rgba(188, 188, 188, 0.54);
  border-top: 4px solid #BCBCBC;
}

.product_inner .box .list {
  padding: 0 20px;
}

.product_inner .box .list li {
  margin-top: 25px;
}

.product_inner .list li dt {
  padding: 0 12px;
  position: relative;
  border-bottom: 1px solid rgba(126, 133, 150, 0.16);
}

.product_inner .list li.act dt {
  background: #f4f5f5;
}

.product_inner .list dt a {
  font-size: 16px;
  color: #888;
  display: block;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product_inner .list.list_case dt {
  padding-left: 30px;
  background-image: url("../images/case_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.product_inner .list.list_case dt a:before, .product_inner .list.list_case dt a:after {
  display: none;
}

.product_inner .list.list_case li.act dt {
  background-image: url("../images/case_arrow2.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #FFF;
}

.product_inner .list dt a:before {
  width: 8px;
  height: 2px;
  background: #afb5bb;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  content: '';
}

.product_inner .list dt a:after {
  width: 2px;
  height: 8px;
  background: #AFB5BB;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -4px;
  content: '';
  transition: all 0.6s;
}

.product_inner .list dd a {
  display: block;
  padding: 8px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #888;
  transition: all 0.4s;
  font-size: 14px;
}

.product_inner .list dd a:hover,
.product_inner .list dd a.on {
  color: #71BA09;
}

.product_inner .list dd {
  padding: 10px 0;
  display: none;
}

.product_inner .list li.act dt a:after,
.product_inner .list li:hover dt a:after {
  height: 0;
}

.best_pro li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 125px;
}

.best_pro li h3 {
  width: 100%;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  color: #333;
}

.best_pro li a {
  font-size: 14px;
  color: #888;
  /* display: inline-block; */
  width: 100%;
}

.best_pro li a:hover {
  color: #71BA09;
}

.best_pro li a:hover .icon {
  background: url("../images/arrow.png") no-repeat 100% 50%;
}

.best_pro li .icon {
  background: url("../images/arrow2.png") no-repeat 100% 50%;
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-left: 12px;
}

.best_pro li .text {
  height: 96px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.best_pro li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 106px;
  height: 98px;
}

.pro_ny_list.case_list li {
  width: 49%;
  margin-right: 2%;
}

.pro_ny_list.case_list li:nth-of-type(2n) {
  margin-right: 0;
}

.pro_ny_list li {
  margin-bottom: 4%;
}

.cooperate_grid {
  padding: 1px;
}

.cooperate_line {
  position: relative;
  padding: 0 4%;
}

.cooperate_line ul.disflex {
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.cooperate_line ul.disflex img {
  transition: all 0.3s;
}

.cooperate_line ul.disflex li {
  width: 14.28%;
  text-align: center;
  margin-bottom: 55px;
}

.cooperate_line ul.disflex li:hover img {
  transform: scale(1.05);
}

.cooperate_line ul.disflex li:hover p {
  color: #71BA09;
}

.cooperate_line ul.disflex .top_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  height: 60px;
}

.cooperate_line dl {
  position: absolute;
  left: 4%;
  bottom: 160px;
  width: 92%;
  justify-content: center;
  z-index: 2;
}

.cooperate_line dl dd {
  width: 14.28%;
  text-align: center;
}

.cooperate_line .icon {
  background: url("../images/line_arrow.png") no-repeat 50% 50%;
  width: 23px;
  display: inline-block;
  height: 40px;
}

.cooperate_line .content_grid p {
  color: #888;
  line-height: 1.5;
  font-size: 14px;
}

.faq .tit {
  padding: 20px 0;
  color: #444;
  font-size: 18px;
}

.faq_icon {
  display: inline-block;
  width: 36px;
  height: 42px;
  background: url("../images/dbx.png") no-repeat;
  line-height: 42px;
  text-align: center;
  color: #9E9E9E;
  margin-right: 35px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.faq .tit .icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 30px;
  color: #ADADAD;
  position: absolute;
  top: 25px;
  right: 40px;
  height: 42px;
  line-height: 42px;
}

.faq .tit .icon:hover {
  color: #71BA09;
}

.faq .text {
  display: none;
  margin-bottom: 45px;
  margin-top: 10px;
  line-height: 1.5;
  color: #888;
}

.faq .act .text {
  display: flex;
}

.faq li {
  border-top: 1px solid #EDF1F3;
  position: relative;
  padding-right: 240px;
  cursor: pointer;
}

.faq li:nth-last-of-type(1) {
  border-bottom: 1px solid #EDF1F3;
}

.faq li.act .icon {
  transform: rotate(0deg);
}

.faq li.act .tit,
.faq li:hover .tit {
  color: #71BA09;
}

.faq li.act .tit strong,
.faq li:hover .tit strong {
  background: url("../images/dbx2.png") no-repeat;
  color: #FFF;
}

.about_video {
  background: url("../images/videobg.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 0;
}

.about_video img {
  width: 100%;
}

.about_history {
  position: relative;
}

.about_history.m-width-1440 {
  margin: 0 auto 80px;
  padding: 0 80px;
}

.about_history .swiper-slide {
  padding: 45px 25px;
}

.about_history .swiper-slide:hover h3 {
  color: #71BA09;
}

.about_history h3 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_history span {
  color: #999;
  display: block;
  padding: 25px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(159, 159, 159, 0.24);
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.about_history .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/time.png") no-repeat;
  margin-right: 8px;
}

.about_history p {
  color: #888;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about_history .swiper-button-next,
.about_history .swiper-button-prev {
  background-image: none;
  width: 46px;
  height: 46px;
  color: #71BA09;
  border: 1px solid #71BA09;
  font-family: monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: bold;
}

.about_history .swiper-button-next:hover,
.about_history .swiper-button-prev:hover {
  color: #FFF;
  background: #71BA09;
}

.about_culture {
  position: relative;
  padding-right: 530px;
}

.about_culture .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 456px;
  height: 417px;
  background: url("../images/about_wenhua.png") no-repeat 50% 50%;
}

.about_culture .left li {
  min-height: 88px;
  margin-bottom: 35px;
  padding: 16px 95px 16px 44px;
  box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.06);
  border-left: 5px solid #71BA09;
}

.about_culture .left li p {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about_culture .left li strong {
  color: #666;
}

.about_culture .left li:hover .icon {
  transform: scale(1.05);
}

.about_culture .left li:hover p {
  color: #71BA09;
}

.about_culture .left li:nth-of-type(2) .icon {
  background-image: url(../images/about_w2.png);
}

.about_culture .left li:nth-of-type(3) .icon {
  background-image: url(../images/about_w3.png);
}

.about_culture .left a {
  display: flex;
  align-items: center;
}

.about_culture .left .icon {
  height: 55px;
  width: 55px;
  display: inline-block;
  border-radius: 50%;
  flex-shrink: 0;
  background: #F2F2F2;
  margin-right: 35px;
  background-image: url(../images/about_w1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s;
}

.about_honor {
  position: relative;
  padding-bottom: 70px;
}

.about_honor .m-width-1440 {
  position: relative;
  padding: 0 80px;
}

.about_honor .swiper-container {
  padding: 20px 0;
}

.about_honor .swiper-slide {
  transition: all 0.3s;
}

.about_honor .swiper-slide img {
  width: 100%;
}

.about_honor .swiper-slide:hover {
  transform: scale(1.05);
}

.about_honor .swiper-button-next,
.about_honor .swiper-button-prev {
  background-image: none;
  width: 46px;
  height: 46px;
  color: #71BA09;
  border: 1px solid #71BA09;
  font-family: monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: bold;
}

.about_honor .swiper-button-next:hover,
.about_honor .swiper-button-prev:hover {
  color: #FFF;
  background: #71BA09;
}

.about_honor:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #F7F7F7;
  bottom: 0;
}

.about_fact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

.about_fact li {
  float: left;
  margin-bottom: 1.1%;
  overflow: hidden;
}

.about_fact li:hover img {
  transform: scale(1.05);
}

.about_fact li img {
  width: 100%;
  transition: all 0.3s;
}

.about_fact li:nth-of-type(1) {
  width: 66.3%;
}

.about_fact li:nth-of-type(2) {
  width: 32.6%;
}

.about_fact li:nth-of-type(3) {
  width: 32.3%;
}

.about_fact li:nth-of-type(4) {
  width: 25.7%;
}

.about_fact li:nth-of-type(5) {
  width: 40%;
}

.news_grid li {
  background-color: #F8F8F8;
  padding: 40px 110px 40px 48px;
  position: relative;
  height: 285px;
  padding-left: 415px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.news_grid li:hover {
  box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.16);
}

.news_grid li:hover h3 {
  color: #71BA09;
}

.news_grid .tips {
  font-size: 14px;
  color: #888;
}

.news_grid .tips i {
  padding: 0 10px;
}

.news_grid h3 {
  font-size: 22px;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_grid p {
  color: #888;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_grid .theme_line {
  width: 30px;
  margin: 27px 0;
}

.news_grid .leftimg {
  position: absolute;
  left: 48px;
  top: 40px;
  width: 296px;
  height: 205px;
}

.news_share {
  align-items: center;
  margin: 28px 0;
}

.news_share .share {
  margin-right: 60px;
}

.news_share .share a {
  background-color: #3B5999;
  width: 20px;
  height: 20px;
}

.news_share .share a:nth-of-type(2) {
  background-color: #1DA1F3;
}

.news_share .share a:nth-of-type(3) {
  background-color: #F24B4B;
}

.news_share .share a:nth-of-type(4) {
  background-color: #0177B5;
}

.newsdetial_grid {
  position: relative;
  padding-right: 470px;
  padding-bottom: 30px;
}

.newsdetial_grid .news_d_top img {
  width: 100%;
  margin-bottom: 50px;
}

.newsdetial_grid .news_d_top h3 {
  font-size: 26px;
}

.newsdetial_grid .news_d_top .tips {
  color: #888;
}

.newsdetial_grid .news_d_top .tips i {
  padding: 0 10px;
}

.newsdetial_grid .text {
  padding-top: 30px;
}

.newsdetial_grid .text p {
  color: #888;
  line-height: 1.5;
  margin-bottom: 40px;
}

.newsdetial_grid .left {
  width: 100%;
}

.newsdetial_grid .left .text {
  border-top: 1px solid #e5e5e5;
}

.newsdetial_grid .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

.newsdetial_grid .btn_group {
  display: flex;
}

.newsdetial_grid .btn {
  width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.newsdetial_grid .btn .icon {
  flex-shrink: 0;
  margin: 0 20px;
}

.newsdetial_grid .news_right_grid {
  margin-bottom: 60px;
}

.newsdetial_grid .news_right_grid li {
  border-bottom: 1px solid #EAEDF0;
  padding: 25px 0 15px;
}

.newsdetial_grid .news_right_grid li:hover h3 {
  color: #71BA09;
}

.newsdetial_grid .news_right_grid h2 {
  font-size: 24px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}

.newsdetial_grid .news_right_grid h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 6px;
  background-color: #DA203B;
}

.newsdetial_grid .news_right_grid h3 {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

.newsdetial_grid .news_right_grid .time {
  color: #888;
  font-size: 14px;
}

.newsdetial_grid .news_right_grid .text {
  padding-top: 12px;
}

.newsdetial_grid .news_right_grid .text p {
  color: #888;
  font-size: 16px;
}

.newsdetial_grid .news_right_grid .text img {
  width: 100%;
}

.case_left_grid h2 {
  padding: 28px 0 8px;
}

.case_left_grid h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.case_left_grid li {
  border-bottom: 1px solid rgba(188, 188, 188, 0.54);
  padding: 25px 0;
}

.case_left_grid li p {
  line-height: 1.5;
  color: #888;
}

.case_left_grid .icon {
  margin-right: 15px;
}

.case_left_grid a:hover {
  color: #71BA09;
}

.error_grid .left,
.error_grid .right {
  width: 45%;
}

.error_grid .left img {
  width: 100%;
  max-width: max-content;
}

.error_grid .error_text h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.error_grid .error_text .btn {
  margin-top: 50px;
}

.error_grid .error_text p {
  font-size: 20px;
  line-height: 1.5;
}

.related_pro li {
  width: 24%;
  margin: 0 1.33% 1.33% 0;
}

.related_pro li:nth-of-type(3) {
  margin: 0 1.33% 1.33% 0;
}

.related_pro li:nth-of-type(4n) {
  margin: 0 0 1.33% 0;
}

.index_sc {
  /*background: url("../images/sc_bg.png") repeat-x 50% 100%;*/
  padding-top: 1px;
  text-align: center;
  background: url(../images/index-map-bg.png) no-repeat bottom;
}

.index_sc .index_sc_img img {
  width: 100%;
  max-width: max-content;
}

/*main--jieshu*/
/*footer start*/
.footer {
  border-top: 1px solid #EDEDED;
}

.f_logo > a {
  margin-bottom: 20px;
  display: inline-block;
}

.f_logo p {
  color: #888;
  font-size: 14px;
  line-height: 2;
  max-width: 757px;
  margin: 0 auto;
}

.foot_top .share {
  justify-content: center;
  display: flex;
  margin-top: 25px;
}

.foot_top .share a {
  width: 45px;
  height: 45px;
  background-color: #C4C4C4;
  border-radius: 50%;
  background-image: url("../images/share01.png");
  transition: all 0.3s;
}

.foot_top .share a:hover {
  background-color: #71BA09;
}

.foot_top .share a:nth-of-type(2) {
  background-image: url("../images/share02.png");
}

.foot_top .share a:nth-of-type(3) {
  background-image: url("../images/share03.png");
}

.foot_top .share a:nth-last-of-type(1) {
  margin-right: 0;
  background-image: url("../images/share04.png");
}

.foot_nav {
  border-top: 1px dashed #DFDFDF;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 14px;
}

.foot_nav ul {
  justify-content: space-between;
}

.foot_nav h3 {
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.foot_nav li:nth-child(1) {
  width: 30%;
}

.foot_nav li:nth-child(1) .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/address.png") no-repeat 50% 50%;
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 14px;
}

.foot_nav li:nth-child(1) .icon.email {
  background: url("../images/email2.png") no-repeat 50% 50%;
}

.foot_nav li:nth-child(1) .icon.tel {
  background: url("../images/tel2.png") no-repeat 50% 50%;
}

.foot_nav li:nth-child(1) span {
  line-height: 1.8;
  color: #888;
}

.foot_nav li:nth-child(1) dd {
  margin-bottom: 22px;
  background: none;
  display: flex;
  padding-left: 0;
}

.foot_nav li:nth-child(1) dd:hover {
  background: none;
}

.foot_nav li dd {
  line-height: 1.8;
  background: url("../images/f_arrow.png") no-repeat 0 50%;
  padding-left: 10px;
  transition: all 0.3s;
  color: #888;
}
.foot_nav li dd a{
  color: #888;
}
.foot_nav li dd:hover {
  background: url("../images/f_arrow2.png") no-repeat 0 50%;
}

.foot_nav li a:hover {
  color: #71BA09;
}

.footer-box {
  padding: 80px 20px 50px;
  justify-content: space-between;
}

.foot_banquan {
  background: #C4C4C4;
  padding: 16px 0;
  color: #FFF;
  font-size: 14px;
}

.foot_banquan > div {
  justify-content: space-between;
}

.foot_banquan a {
  color: #FFF;
  line-height: 1;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #FFF;
}

.foot_banquan a:nth-last-child(1) {
  border: none;
}

/*footer end*/
/*轮播图start*/
.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
}

.banner.banner_ny {
  position: relative;
  border-bottom: 8px solid #71BA09;
}

.banner.banner_ny .text {
  position: absolute;
  top: 50%;
  color: #FFF;
  z-index: 4;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner.banner_ny p {
  font-size: 50px;
  margin-bottom: 30px;
}

.banner.banner_ny span {
  font-size: 30px;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.banner .bg-box img {
  width: 100%;
  height: auto;
  max-width: max-content;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.5);
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.crumbs-box {
  padding: 25px 0;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 70px;
  color: #888;
}

.crumbs-box .icon {
  width: 15px;
  height: 14px;
  display: inline-block;
  background: url("../images/home.png") no-repeat;
  margin-right: 10px;
}

.crumbs-box a {
  color: #888;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #71BA09;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.m-width-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.m-width-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a {
  display: inline-flex;
  font-size: 16px;
  color: #999;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  justify-content: center;
  background: transparent;
  background: #fff;
  border: 1px solid #eee;
}

.page-box .page-inner .page-list {
  display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
  color: #FFFFFF;
  background: #DA203B;
  border: 1px solid #DA203B;
  transition: all 0.4s;
}
.page-box .page-inner .page-list .current{
  display: inline-flex;
  font-size: 16px;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  justify-content: center;
  color: #FFFFFF;
  background: #DA203B;
  border: 1px solid #DA203B;
  transition: all 0.4s;
}

.page-box .page-inner a.prev {
  background: url(../images/p-l.png) no-repeat center;
}

.page-box .page-inner a.next {
  background: url(../images/r-l.png) no-repeat center;
}

.page-box .page-inner a.p-prev {
  background: url(../images/p-ll.png) no-repeat center;
}

.page-box .page-inner a.p-next {
  background: url(../images/r-ll.png) no-repeat center;
}

.page-box .page-inner a.next_page {
  width: auto;
  padding: 0 5px;
  background: none;
  border: none;
}

.page-box .page-inner a.next_page:hover {
  color: #71BA09;
  background: none;
  border: none;
}

.page-box .page-inner a.prev.all {
  background: url(../images/page-left-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
  background: url(../images/page-right-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

.pic-gall .gallery-thumbs {
  margin-top: 10px;
  padding: 0 25px;
}

.pic-gall .gallery-thumbs .swiper-slide {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  background: #FFF;
  background-size: 100%;
  background-position: 50% 50%;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  transition: all 0.3s;
}

.gallery-thumbs .swiper-slide img:hover {
  transform: scale(1.05);
}

.pic-gall .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #71BA09;
}

.pic-gall .gall-box {
  position: relative;
  width: 415px;
}

.gallery-top .swiper-slide img {
  width: 100%;
}

.pic-gall .gall-box .swiper-slide iframe {
  width: 100%;
  height: 360px;
}

.pic-gall {
  /*position: absolute;
  left: 0;
  top: 0;*/
 
}

.prodis-gall {
  /*position: relative;*/
  /*padding-left: 470px;*/
 display: flex;
}

.prodis-gall .gall-tips {
  width: 100%;
  padding-left: 30px;
}

.prodis-gall .gall-tips .tit {
  line-height: 1;
  padding: 45px 0 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.prodis-des .text p {
  line-height: 2;
}

.gall-tips .links {
  padding-top: 20px;
}

.gall-tips .foot_top .share {
  justify-content: start;
  margin-top: 0;
  margin-bottom: 40px;
}

.gall-tips .links a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  transition: all 0.6s;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin-bottom: 25px;
  align-items: center;
  background: #DA203B;
  margin-right: 12px;
  min-width: 165px;
  text-align: center;
}

.gall-tips .links img {
  height: max-content;
}

.gall-tips .links a span {
  display: inline-block;
  padding: 0 5px 0 20px;
  transition: all 0.3s;
  color: #fff;
}

.gall-tips .links a:hover {
  background: #D1D1D1;
}

.gall-tips .links a:hover span {
  color: #FFFFFF;
}

.gall-tips .prodis-share ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.gall-tips .prodis-share ul li a {
  display: block;
  transition: all 0.6s;
  filter: brightness(1);
}

.gall-tips .prodis-share ul li a:hover {
  filter: brightness(0.6);
}

.gall-box .swiper-button-next,
.gall-box .swiper-button-prev {
  width: 82px;
  height: 79px;
  top: 50%;
  transform: translateY(-50%);
}

.gall-box .swiper-button-prev {
  background: url(../images/detail-left.png) no-repeat center;
  left: -19px;
  margin-top: 0;
}

.gall-box .swiper-button-next {
  background: url(../images/detail-right.png) no-repeat center;
  right: -19px;
  margin-top: 0;
}

.gall-box .gallery-thumbs .swiper-button-prev {
  background: #F3F3F3 url(../images/arr_left2.png) no-repeat center;
  background-size: 8px;
  left: 0;
  width: 22px;
  height: 100%;
}

.gall-box .gallery-thumbs .swiper-button-next {
  background: #F3F3F3 url(../images/arr_right2.png) no-repeat center;
  background-size: 8px;
  right: 0;
  width: 22px;
  height: 100%;
}

.pro_detail_grid .table {
  overflow-x: auto;
}

.pro_detail_grid table {
  width: 100%;
  line-height: 1;
  color: #888;
}

.pro_detail_grid table tr td:nth-child(odd) {
  background: #f8f8f8;
  font-weight: bold;
}

.pro_detail_grid table td {
  padding: 20px 0 23px 53px;
  border: 1px solid #E9E9E9;
}

.pro_detail_grid table a {
  color: #888;
  text-decoration: underline;
}

.pro_detail_grid .pro_slider_btn {
  position: absolute;
  right: 28px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pro_detail_grid h3.tit {
  margin: 55px 0;
  background: #71BA09;
  color: #FFF;
  font-size: 20px;
  padding: 16px 30px;
  position: relative;
}

.pro_detail_grid .swiper-button-prev {
  margin-right: 12px;
}

.pro_detail_grid .swiper-button-next,
.pro_detail_grid .swiper-button-prev {
  background-image: none;
  font-family: monospace;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  color: #71BA09;
  text-align: center;
  position: initial;
  top: 0;
  margin-top: 0;
  left: auto;
  right: auto;
  display: inline-block;
}

.pro_detail_grid .text {
  padding: 0 30px;
}

.pro_detail_grid p {
  color: #888;
  font-size: 16px;
  line-height: 2;
}

.text_img img {
  width: 100%;
}

/* .paddbot-100 {
  padding-bottom: 100px;
} */

.padd-100 {
  padding: 100px 0;
}

.customers_grid {
  position: relative;
  padding-left: 405px;
}

.customers_grid .left {
  width: 305px;
  position: absolute;
  top: 0;
  left: 0;
}

.customers_grid h2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 30px;
}

.customers_grid .btn {
  margin-top: 55px;
}

.customers_grid .right .text {
  font-size: 14px;
}

.customers_grid .right p {
  line-height: 1.5;
  margin-bottom: 40px;
  color: #888;
}

.btn {
  cursor: pointer;
  display: inline-block;
  background: #71BA09;
  color: #FFF;
  font-size: 14px;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase;
}

.btn.kx {
  background-color: #FFF;
  border: 1px solid #71BA09;
  color: #71BA09;
}

.btn.kx:hover {
  background-color: #71BA09;
  color: #FFF;
}

.btn:hover {
  opacity: 0.8;
}

.ser_gird_imglsit .topimg {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 40px;
}

.ser_gird_imglsit li {
  text-align: center;
  width: 25%;
  padding: 40px 4%;
  float: left;
}

.ser_gird_imglsit h3 {
  font-size: 20px;
}

.ser_gird_imglsit p {
  color: #888;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ser_gird_imglsit .grey_line {
  margin: 15px auto;
}

.grey_line {
  width: 25px;
  height: 2px;
  background: #2a3143;
  opacity: 0.5;
}

.about_info .left {
  width: 46%;
}

.about_info .left h2 {
  font-size: 30px;
  padding-bottom: 60px;
}

.about_info .top_grid {
  height: 100px;
}

.about_info .right {
  width: 41%;
}

.about_info p {
  color: #888;
  margin-bottom: 40px;
  line-height: 1.5;
}

/*分页 end*/
.nav-box,
.fz_line_grid_wap,
.wap_logo {
  display: none;
}
.index-map{
	position: relative;
	text-align: center;
	padding-bottom: 100px;
}
.index-map-con{
	position: relative;
	height: 23px;
    z-index: 1;
    width: 23px;
    background-color: #fff;
    border-radius: 50%;
    color: rgba(197,227,155,1);
    cursor: pointer;
}
.index-map-con::before{
	content: '';
	position: absolute;
    left: 50%;
    top: 50%;
    height: 5px;
    width: 5px;
    background: #ff9f17;
    border-radius: inherit;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@keyframes pulsekm{
	0% {
	    -webkit-box-shadow: 0 0 0 0 currentColor;
	    box-shadow: 0 0 0 0 currentColor;
	}
	70% {
	    -webkit-box-shadow: 0 0 0 30px currentColor;
	    box-shadow: 0 0 0 30px currentColor;
	    opacity: 0;
	}
	100% {
	    -webkit-box-shadow: 0 0 0 0 currentColor;
	    box-shadow: 0 0 0 0 currentColor;
	    opacity: 0;
	}
}
.ekit_hotspot_pulse_1,.ekit_hotspot_pulse_2{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: inherit;
    color: inherit;
    -webkit-box-shadow: 0 0 0 15px currentColor;
    box-shadow: 0 0 0 15px currentColor;
    -webkit-animation: pulsekm 3s infinite cubic-bezier(.4,0,1,1) both;
    animation: pulsekm 3s infinite cubic-bezier(.4,0,1,1) both;
}
.ekit_hotspot_pulse_1{
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.index-map-position{
	position: absolute;
}
.index-map1{
	top: 22%;
	left: 24%;
}
.index-map2{
    top: 31%;
    left: 19%;
}
.index-map3{
    top: 11%;
    left: 38%;
}
.index-map4{
    top: 11%;
    left: 70%;
}
.index-map5{
    top: 25%;
    left: 76%;
}
.index-map6{
    top: 40%;
    left: 68%;
}
.index-map7{
    top: 63%;
    left: 80%;
}
.index-map8{
    top: 46%;
    left: 46%;
}
.index-map9{
    top: 58%;
    left: 37%;
}
/*公共样式定义 end*/
@media only screen and (max-width: 1366px) {
  .inner-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .index-map>img{
  	width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .pc_nav li a {
    padding: 0 20px;
  }
  .inner-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .index-map-con{
  	display: none;
  }
  .prodis-gall{
  	flex-wrap: wrap;
  }
  .pic-gall{
  	width: 100%;
  }
  .prodis-gall .gall-tips{
  	width: 100%;
  	padding-left: 0px;
  }
  
}

@media only screen and (max-width: 1000px) {
  .padd-100 {
    padding: 40px 0;
  }
  .index_sc {
    height: auto;
  }
  .cooperate_line ul.disflex .top_img {
    margin-bottom: 20px;
  }
  .pro_ny_list.case_list li {
    width: 100%;
    margin-right: 0;
  }
  .newsdetial_grid .news_d_top h3 {
    line-height: 1.2;
  }
  .news_share .share {
    margin-bottom: 15px;
  }
  .news_grid li {
    height: auto;
    padding: 20px;
  }
  .news_grid li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    line-height: 1.2;
  }
  .news_grid li img {
    display: block;
    margin: 0 auto 15px;
  }
  .about_culture .left li {
    padding: 16px;
  }
  .customers_grid h2 {
    line-height: 1.2;
    font-size: 24px;
  }
  .page-box .page-inner a.p-next,
  .page-box .page-inner a.p-prev {
    display: none;
  }
  #page {
    background: #FFF;
  }
  .product_inner {
    padding-left: 0;
  }
  .product_inner h2 {
    position: relative;
    border-bottom: 1px solid #EDEDED;
  }
  .product_inner h2 .icon_arrow {
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .product_inner h2 .icon_arrow.act {
    transform: rotate(270deg);
  }
  .product_inner .list {
    display: none;
  }
  .product_inner .left {
    position: inherit;
    width: 100%;
  }
  .product_inner .left .pro_left_grid:nth-last-of-type(1) {
    display: none;
  }
  .prodis-gall,
  .customers_grid {
    padding-left: 0;
  }
  .about_culture,
  .newsdetial_grid {
    padding-right: 0;
  }
  .foot_nav {
    padding: 20px;
  }
  .newsdetial_grid .text p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .newsdetial_grid .news_d_top img {
    margin-bottom: 25px;
  }
  .pic-gall,
  .customers_grid .left,
  .about_culture .right,
  .newsdetial_grid .right,
  .news_grid .leftimg {
    position: inherit;
  }
  .customers_grid .btn {
    margin: 20px 0;
  }
  .customers_grid .right p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .ser_gird_imglsit li {
    padding: 20px 4%;
  }
  .cooperate_line ul.disflex.number {
    display: none;
  }
  .cooperate_line dl {
    display: none;
  }
  .cooperate_line ul.disflex li {
    width: 50%;
  }
  .faq .tit {
    display: flex;
    line-height: 1.5;
    align-items: center;
  }
  .faq .tit .icon {
    right: 0;
    text-align: right;
  }
  .faq li {
    padding-right: 20px;
  }
  .paddbot-100 {
    padding-bottom: 40px;
  }
  .footer-box {
    padding: 40px 0 25px;
  }
  .flexwrap {
    flex-wrap: wrap;
  }
  .crumbs-box {
    margin-bottom: 30px;
  }
  .contact_grid .right {
    padding: 20px;
  }
  .page-box .page-inner a.next_page,
  .headtop,
  .pc_nav {
    display: none;
  }
  .header-box {
    padding: 15px 20px;
    border: none;
  }
  .header-box .logo {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .header-box .logo img {
    width: 80px;
  }
  .inner-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .martop-60 {
    margin-top: 15px;
  }
  .sm_100 {
    width: 100% !important;
  }
  .btn-nav {
    position: absolute;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #71BA09;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .icon-bar .bottom {
    margin-bottom: 0;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .pro_list li {
    width: 100%;
    margin-right: 0;
  }
  .index_app .text {
    position: inherit;
    transform: translateY(0);
    right: 0;
  }
  /*.index_hezuo a {
    width: 16.66%;
  }
  .index_hezuo a img {
    width: 90%;
  }*/
  .foot_nav li:nth-child(1) {
    display: block;
  }
  .foot_nav li {
    display: none;
  }
  .title {
    margin: 40px 0 25px;
    font-size: 28px;
  }
  .index_about {
    padding: 30px 0;
  }
  .index_app .swiper-pagination {
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
  .index_app .swiper-pagination-current {
    font-size: 24px;
  }
  .prodis-gall .gall-tips .tit{
  	    font-size: 24px;
  }
  .pro_detail_grid table td{
  	padding: 10px;
  }
  .pro_detail_grid h3.tit{
    margin: 20px 0;
    font-size: 18px;
  }
  .pro_detail_grid p{
  	font-size: 14px;
  }
  .banner .swiper-slide img{
    display: none;
  }
  .newsdetial_grid .news_d_top h3{
    font-size: 24px;
  }
  
  
  
}
@media only screen and (max-width: 768px) {
	.index_hezuo .disflex>img{
		display: none;
	}
	.index_hezuo .disflex a img{
		width: 100%;
	}
	.index-map{
		padding-bottom: 0px;
  }
  .title h2{
    font-size: 24px;
  }
  .faq .text{
    font-size: 14px;
  }
  
}
@media only screen and (max-width: 400px) {
	.index_hezuo .disflex{
		flex-wrap: wrap;
	}
	.index_hezuo .disflex a{
		width: 33.3333%;
		text-align: center;
	}
	.index_hezuo .disflex a img {
    width: 70%;
	}
}

.pc_nav li{
	position: relative;
}
.lx_nav-box{
	position: absolute;
	left: -400px;
	top: 100%;
	z-index: 2;
	display: none;
}
.pc_nav>.nav>ul>li:hover .lx_nav-box{
	display: block;
}
.lx_nav{
	display: flex;
}
.pc_nav .lx_nav_left a{
	padding: 0px;
}

.lx_nav_right{
	padding: 50px 50px 0 50px;
	background: #f9f9f9;
	width: 646px;
	text-align: left;
	position: relative;
}
.lx_nav_right h2{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.lx_nav_right p{
	color: #888888;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
	font-weight: 500;
}
.pc_nav .lx_nav_right ul li{
	padding-right: 8%;
}
.pc_nav .lx_nav_right ul li:last-child{
	padding-right: 0;
}
.pc_nav .lx_nav_right ul li a{
	padding: 0px;
	color: #96de4b;
}
.pc_nav .lx_nav_right ul li a img{
	margin-left: 12px;
	margin-top: 4px;
}
.pc_nav .lx_anniu{
	background: #96de4b;
	width: 200px;
	height: 52px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.pc_nav .lx_anniu a{
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	padding: 0px !important;
}
.pc_nav .lx_anniu a img{
	margin-left: 12px;
	margin-top: 4px;
}
button#xhl-launch-button-div {
    margin-bottom: 60px!important;
}