.btnHover2{
	position: relative;
	overflow: hidden;
}
.btnHover2:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255,255,255,.25);
}

.btnHover2:hover:before{
	opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}


/* 头部公共部分 */
.header {
  background: #ffffff;
  visibility: visible;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.header_img img {
  width: 100%;
}
.header_tit {
  position: fixed;
  top: 0;
  /* background: #404040; */
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 10;
}
.head_top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.head_top_xian {
  width: 100%;
  /* border-bottom: 1px solid #eaeaea; */
}
.head_emal {
  font-size: 14px;
  color: #666666;
  font-family: "GOTHIC";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.head_emal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s;
  padding: 15px 0;
  color: white;
  margin-right: 15px;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "verdana_1";
  font-size: 14px;
}
.head_emal span {
  height: 28px;
  width: 28px;
  display: block;
  background: #fff;
  color: #6e6e6e;
  margin-right: 10px;
  transition: all 0.5s;
  /* padding: 5.5px 6px; */
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.head_emal span img {
  width: 100%;
}
/* .head_emal span:hover {
  color: #d62f27;
}
.head_emal a:hover {
  color: #d62f27;
} */

.hd_flw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.hd_flw a:hover {
  transform: translateY(-5px);
}
.hd_flw_us {
  font-size: 14px;
  color: white;
  font-family: "verdana_1";
  margin-right: 15px;
}
.hd_flw a {
  display: block;
  padding: 5.5px 6px;
  background: #fff;
  color: #5d5d5d;
  border-radius: 50%;
  margin-right: 10px;
}
.header_dow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.hed_log a {
  font-size: 30px;
  font-weight: 700;
  color: #16fd00;
}
.hed_log a:nth-child(1) {
  width: 116px;
}
.hed_log a:nth-child(2) {
  width: calc(100% - 116px);
}
.hed_log img {
  width: 100%;
}
.head_menu_dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.hvoer.head_menu_up a {
  color: #202020;
}
.active.head_menu_up a {
  color: #202020;
}

.hed_logtt {
  font-size: 30px;
}
.head_menu_up {
  height: 100%;
  font-weight: 600;
}
.hover .head_menu_up a {
  color: #acd730;
}
.head_menu_up a {
  display: block;

  /* height: 100%; */
  /* line-height: 103px; */
  padding: 50px 10px 0px 10px;

  color: #fff;
  font-size: 16px;
  font-family: "Nexa_Bold";
  transition: all 0.5s;
}
.hed_log {
  padding: 10px 0;
  margin-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.head_con a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hed_log a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.hed_log a:nth-child(2) {
  padding-top: 15px;
}
/* .hover a {
  color: white;
} */
.head_menu_up a:hover {
  color: #acd730;
}
.head_menu_dd {
  margin-right: 15px;
  position: relative;
}
.head_menu_sanjo {
  position: absolute;
  top: -19px;
  left: 35px;
  z-index: 2;
  display: none;
}
.head_menu_duwn {
  width: 380px;
  padding: 10px 20px 30px;
  display: none;
  position: absolute;
  top: 103px;
  flex-wrap: wrap;
  background: #fff;
  z-index: 100;
  border-radius: 5px;
}
.head_menu_duwn span {
  font-size: 12px;
}
.head_menu_duwn a {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px;
  font-size: 14px;
  color: #444;
  font-family: "OpenSans-Regular";
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.head_menu_duwn a:last-child {
  /* border: 0; */
}
.head_menu_duwn.hover a {
  width: 100%;
  display: block;
  padding: 18px 34px;
  font-size: 12px;
  color: white;
  font-family: "CharlemagneStd-Bold_0";
  border: 1px solid #e5e5e5;
}

.head_menu_duwn a:hover {
  color: #fff;
  background: #458e0a;
}


.box_right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.head_con {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 5%;
}
.banner .owl-controls {
  /* margin-bottom: 40px; */
  position: relative;
  bottom: 100px;
}

.banner .owl-dots .owl-dot.active span,
.banner .owl-dots .owl-dot:hover span {
  background: #7d9e20;
}
.banner .owl-dots .owl-dot span {
  background: #fff;
  width: 23px;
  height: 7px;
  border-radius: 0;
}

.head_con_d {
  font-size: 42px;
  color: white;
  font-family: "CharlemagneStd-Bold_0";
}
.head_con_z {
  font-size: 28px;
  color: white;
  font-family: "CharlemagneStd-Bold_0";
  margin-top: 5px;
}
.head_con_x {
  width: px;
  font-size: 14px;
  color: white;
  padding: 15px 30px;
  font-family: "verdana_1";
  background: #1984d6;
  margin-top: 10px;
}
.hed_lang {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.hed_lang_cn {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.hed_lang_cn span {
  display: block;

  padding-top: 13px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  font-family: "verdana_1";
  margin-right: 15px;
}

.hed_lang_cn_xz {
  /* border-radius: 3px; */
  border-radius: 5px;
}
.hed_lang_cn_xz a {
    display: block;
  width: 90px;
  padding: 5px 0;
  text-align: center;
  transition: all 0.5s;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  color: #333;
  font-family: "verdana_1";
}
.hed_lang_cn_xz a:nth-child(1) {
  border-radius: 5px 5px 0 0;
}
.hed_lang_cn_xz a:nth-child(2) {
  border-radius: 0 0 5px 5px;
  border: none;
}
.hed_lang_cn_xz a:hover {
  background: #1984d6;
  color: white;
}
.hed_lang_cn_xz {
  position: absolute;
  top: 121px;
  display: none;
  background: #fff;
}
.head_menu_sanjo1 {
  position: absolute;

  display: none;
  top: 103px;
}
.hed_lang .icon-sousuo {
  font-size: 19px;
  border-radius: 50%;
  padding-top: 12px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.hed_lang .iconsousuo:hover {
  color: #fff;
  background: #1571c6;
}
/* 搜索框 */
.search_bx1_f {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search_box {
  display: none;
  position: fixed;
  left: 50%;
  top: 103px;
  z-index: 5;
  transform: translate(-50%);
  /* margin: -30px 0 0 -450px; */
  z-index: 9;
  width: 900px;
  height: 60px;
  padding: 10px;
  background: #f5f5f5;
}

.search_box_sub {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 28px !important;
  background: none;
  border: 0;
}
.search_box_cha {
  width: 40px;

  height: 40px;
  text-align: center;

  line-height: 40px;
  margin-left: 10px;
  height: 40px;
  color: #000;
  font-size: 28px !important;
  background: none;
  border: 0;
}
.search_box_text {
  width: calc(100% - 50px);
  height: 40px;
  border: 0;
  font-size: 16px;
  padding-left: 20px;
  background: none;
}

.fl {
  float: left;
}

.head_right ul li a {
  color: #bcbcbc;
}

.head_right .language {
  color: #bcbcbc;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}

/*
 * wap head  手机
 */
.mobile_header {
  display: none;
  clear: both;
  height: 52px;
  position: absolute;
  top: 0;
}

.mobile_header_top {
  width: 100%;
  height: 52px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.mobile_logo {
  /* width: 140px; */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 52px;
  /* margin-left: 15px; */
}
.mobile_logo a {
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  color: #41ac01;
}
.mobile_logo img {
  display: block;
  height: 45px;
  width: auto;
}

.mobile_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #7d9e20;
  padding: 14px 12px 8px 12px;
  cursor: pointer;
}

.mobile_menu_btn span {
  display: block;
  height: 3px;
  width: 31px;
  background: #41ac01;
  border-radius: 4px;
  margin-bottom: 7px;
}

.mobile_search_icon {
  width: 40px;
  height: 52px;
  color: #41ac01;
  font-size: 26px !important;
  line-height: 52px;
  text-align: center;
  margin-right: 52px;
  cursor: pointer;
}

.mobile_lag_icon {
  width: 40px;
  height: 52px;
  color: #41ac01;
  font-size: 30px !important;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}

.mobile_lag_box {
  display: none;
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 7;
  width: 100%;
  text-align: center;
  padding: 20px;
  background: #f1f1f1;
}

.mobile_lag_box a {
  display: inline-block;
  width: 120px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  background: #7d9e20;
}

.mobile_menu_box {
  position: fixed;
  right: -240px;
  top: 0;
  z-index: 8;
  width: 220px;
  height: 100%;
  background: #fafafa;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mobile_menu_scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 15px;
}

.mobile_menu_box.show {
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mobile_menu_dl dd {
  clear: both;
  line-height: 20px;
  margin-bottom: 8px;
}

.mobile_menu_tt {
  font-size: 18px;
  margin-bottom: 6px;
}

.mobile_menu_tt .text {
  float: left;
  width: 80%;
  color: #333;
  line-height: 30px;
  text-transform: capitalize;
  font-family: "GOTHIC";
  font-size: 16px;
}

.mobile_menu_tt_icon {
  text-align: center;
  line-height: 30px;
  float: right;
  width: 30px;
  height: 30px;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
  display: none;
  padding: 8px 0 8px 12px;
}

.mobile_menu_down a {
  display: block;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  margin-bottom: 10px;
}

.mobile_menu_tt_icon.hover {
  text-align: center;
  line-height: 30px;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
  color: #acd730;
}

.mobile_menu_b {
  margin-top: 40px;
}

.mobile_menu_b_clm {
  margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
  font-size: 16px;
  margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
  font-size: 16px;
  color: #acd730;
}

.mobile_menu_b_clm .text a {
  color: #acd730;
  word-break: break-all;
}

.mobile_search_box {
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 7;
  display: none;
  width: 100%;
  padding: 20px;
  background: #fafafa;
}

.mobile_search_box form {
  width: 100%;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.mobile_search_text {
  float: left;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  width: calc(100% - 40px);
  border: 0;
}

.mobile_search_btn_text {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 26px !important;
  color: #acd730;
  text-align: center;
  line-height: 40px;
  border: none;
  background: none;
}
.mask,
.mobile_menu_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.mobile_menu_mask {
  z-index: 8;
}

/* 手机结束 */

/* 底部公共不分 */
/* 
.bottom_foot {
  position: relative;
  background-image: url(../images/bottom_bg_02.jpg);
  padding: 135px 0 25px;
  background-repeat: no-repeat;
  background-size: cover;
} */
.bottom_foot {
  position: relative;
  background-image: url(../images/bottom_bg1.jpg);
  padding: 115px 0 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom_foot_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bot_con_ls {
  width: 23%;
}
.bot_con_ls1 {
  width: 15%;
}
.bot_con_ls1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.bot_ls1_logo {
  text-align: center;
}
.bot_ls1_tt {
  text-align: center;
  color: #c8c8c8;
  font-size: 21px;
  margin: 15px 0 30px;
  font-family: "OpenSans-Semibold";
}
.bot_ls1_lj {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.bot_ls1_lj a {
  font-size: 20px;
  color: #6d8e10;
  margin: 0 5px;
  display: block;
}
.bot_ls1_lj a:hover {
  transform: translateY(-5px);
}
.bot_ls2_tt {
  font-size: 18px;
  color: #c8c8c8;
  font-family: "OpenSans-Semibold";
  margin-bottom: 25px;
}
.bot_ls2_tt a {
  font-size: 18px;
  color: #c8c8c8;
  font-family: "OpenSans-Semibold";
}
.bot_ls2_con a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  color: #9d9d9d;
}

.bot_ls2_con a span {
  margin-right: 5px;
}
.bot_ls2_con a:hover div {
  color: #9fbc4c;
  text-decoration: underline;
}
.bot_ls2_con a div {
  transition: all 0.2s;
  font-size: 14px;
  font-family: "OpenSans-Regular";
}
.bot_ls3_con a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0;
}
.bot_ls3_con a div {
  transition: all 0.2s;
  font-size: 14px;
  color: #9d9d9d;
  font-family: "OpenSans-Regular";
}
.bot_ls3_con a:hover div {
  color: #9fbc4c;
  text-decoration: underline;
}
.bot_ls3_con a:nth-child(4):hover div {
  color: #9d9d9d;
  text-decoration: none;
}
.bot_ls3_con a span {
  color: #9fbc4c;
  font-size: 20px;
  padding-top: 2px;
  margin-right: 12px;
}

.bot_ls4_form input {
  width: 70%;
  border: none;
  background: #626262;
  margin-bottom: 5px;
  height: 35px;
  padding: 7px 15px;
  border-radius: 3px;
  font-size: 14px;
  color: #c8c8c8;
  font-family: "OpenSans-Regular";
}
.bot_ls4_form input::placeholder {
  font-size: 14px;
  color: #c8c8c8;
  font-family: "OpenSans-Regular";
}
.bot_ls4_form textarea::placeholder {
  font-size: 14px;
  color: #c8c8c8;
  font-family: "OpenSans-Regular";
}

.bot_ls4_form textarea {
  width: 70%;
  height: 80px;
  border: none;
  background: #626262;
  margin-bottom: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  resize: none;
  padding: 7px 15px;
  border-radius: 3px;
  font-size: 14px;
  color: #c8c8c8;
  font-family: "OpenSans-Regular";
  line-height: 1.5;
}
.bot_ls4_form button {
  width: 95px;
  padding: 10px 0;
  border: none;
  background: #6d8e10;
  color: #c8c8c8;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  border-radius: 3px;
}
.bot_icbu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
}
.bot_icbu_sj {
  font-size: 14px;
  color: #7a7a7a;
  font-family: "OpenSans-Regular";
}
.bot_icbu_gs a {
  font-size: 14px;
  color: #6d8e10;
  font-family: "OpenSans-Regular";
}
/* 底部公共部分结束， */

/* 视频弹出框 */
.videos {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 330px;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 10;
  /* position: relative; */
}
.videos .videos_img {
  height: 30px;
  width: 30px;
  /* float: right; */
  position: absolute;
  right: -30px;
  top: -30px;
}
.videos_img img {
  max-width: 100%;
}
.videos {
  display: none;
}

.spbf {
  width: 100%;
  height: 100%;
}

/* 视频弹出框  end */

/* content */
.index_bx2 {
  padding: 55px 0;
}
.ind_bx2_con {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}
.ind_bx2_l {
  width: 32.5%;
  padding: 45px;
  background: #f1f5e9;
}
.ind_bx2_l_dl {
  /* display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; */
}

.ind_bx2_rr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32.5%);
}
.ind_bx2_tt {
  color: #189e04;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.ind_bx2_tt1 {
  font-size: 40px;
  color: #444;
  font-family: "Times New Roman";
}
.ind_bx2_hx {
  width: 160px;
  margin: 20px 0;
  border-bottom: 1px solid #000;
}
.ind_bx2_t_con {
  font-size: 14px;
  color: #888;
  font-family: "OpenSans-Regular";
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.ind_bx2_more {
  width: 163px;
  margin-top: 40px;
}
.ind_bx2_more a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  border-radius: 10px;
}
.ind_bx2_more1 {
  font-size: 14px;
  color: #fff;
  padding: 15px 15px;
  border-radius: 5px 0 0 5px;
  background: #8aa932;
  font-family: "OpenSans-Regular";
}
.ind_bx2_more .iconfont {
  transform: rotateZ(180deg);
  background: #7d9e20;
  padding: 15px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.vio_tt {
  font-size: 24px;
  background: #7d9e20;
  padding: 30px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}

.ind_bx2_r {
  width: 70.58%;
}
.ind_bx2_vio {
  width: 21.428%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.vio_img:hover img {
  transform: translateZ(25px);
}
.vio_img {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}
.icon-shipin.dianbo {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  /* width: 40px; */
  height: 44px;
  text-align: center;
  /* line-height: 42px; */
  border: 2px solid #fff;
  border-radius: 50%;
  color: #7d9e20;
  font-size: 40px;
  transform: translate(-50%, -50%);
}

/* 视频弹出框 */
.video_zz {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.videos {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 330px;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 10;
  /* position: relative; */
}
.videos .videos_img {
  height: 30px;
  width: 30px;
  /* float: right; */
  position: absolute;
  right: -30px;
  color: red;
  top: -30px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  cursor: pointer;
}
.videos_img img {
  max-width: 100%;
}
.videos {
  display: none;
}

.spbf {
  width: 100%;
  height: 100%;
}

/* 视频弹出框  end */
/* 公共头部 */
.gongg_top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.gongg_top_tt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 40px;
  color: #444;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 25px;
}
.gongg_top_txt {
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #444444;
  line-height: 2;
  text-align: center;
}
.gongg_top_tt a {
  font-size: 40px;
  color: #444;
  font-family: "Times New Roman", Times, serif;
}
.gongg_top_hx {
  width: 190px;
  border-top: 1px solid #a7a7a7;
}

.gongg_top_sx {
  /* width: 1px;
  border-left: 1px solid #8aa932;
  height: 60px; */
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gongg_top_xtt {
  text-align: center;
  font-size: 18px;
  color: #41ac01;
  font-family: "OpenSans-Semibold";
  margin-bottom: 15px;
}
.gongg_top_sx div {
  margin: 0 3px;
  height: 60px;
  width: 1px;
  border-left: 1px solid #8aa932;
}
/* 公共头部 */
.ind_bx3_dl dd a:hover .ind_bx3_cshu {
  color: #41ac01;
  text-decoration: underline;
}
.ind_bx3_dl dd a:hover img {
  transform: translateZ(30px);
}
.ind_bx3_img {
  overflow: hidden;
  perspective: 1000px;
}
.ind_bx3_baner {
  padding: 40px 0;
  position: relative;
}

.ind_bx3_cshu {
  font-size: 16px;
  color: #444;
  font-family: "OpenSans-Semibold";
  margin: 20px 0;
  white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
  transition: all 0.3s;
}
.ind_bx3_js {
  font-size: 14px;
  color: #888;
  font-family: "OpenSans-Regular";
  overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.ind_bx3_baner .iconfont {
  width: 45px;
  height: 45px;
  border: 1px solid #8aa932;
  color: #8aa932;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  transition: all 0.4s;
  cursor: pointer;
}
.ind_bx3_baner .iconfont:hover {
  color: #fff;
  background: #8aa932;
}

.ind_bx3_baner .ind_l {
  position: absolute;
  left: -45px;
  top: 35%;
  transform: translate(-50%);
}
.ind_bx3_baner .ind_r {
  position: absolute;
  right: -90px;
  top: 35%;
  transform: translate(-50%);
}

.ind_bx3_baner .owl-controls {
  display: none;
}

.ind_pro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.ind_pro a {
  width: 220px;
  text-align: center;
  padding: 15px 0;
  background: #8aa932;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "OpenSans-Regular";
}

.ind_bx3 {
  padding: 40px 0 70px;
}

.ind_bx4 {
  padding: 75px 0;
  background: #efefef;
}
.ind_bx4_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.ind_bx4_l {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.ind_bx4_r_tt {
  font-size: 20px;
  font-family: "OpenSans-Semibold";
  color: #444;

  margin-bottom: 10px;
}
.ind_bx4_r_con {
  font-size: 14px;
  color: #666;
  font-family: "OpenSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.7;
}

.ind_bx4_r {
  width: 28.57%;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ind_bx4_r1_tb {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  color: #546e0a;
  border: 5px solid #7d9e20;
  margin-right: 15px;
  transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_bx4_r1_tb.iconfont {
  font-size: 38px;
  transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_bx4_r a:hover .iconfont{
    transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_bx4_r1_cn {
  width: calc(100% - 120px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ind_bx4_r a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 21%;
}

.ind_bx4_cen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ind_bx4_cen {
  width: 410px;
  padding: 50px 45px;
  background: #7d9e20;
}
.ind_bx4_cen_tt {
  font-size: 40px;
  font-family: "Times New Roman", Times, serif;
  color: #e7eae1;
}
.ind_bx4_cen_hx {
  width: 145px;
  border-top: 1px solid #fff;
  margin-top: 30px;
}
.ind_bx5 {
  position: relative;
  background-image: url(../images/ind_bx5_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.ind_bx5_con {
  padding: 60px 0 0;
  /* position: absolute; */
  /* top: 55%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind_bx5_l {
  width: 19.29%;
}
.ind_bx5_l_tt {
  font-size: 40px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}
.ind_bx5_l_hx {
  width: 140px;

  border-top: 1px solid #fff;
  margin-top: 15px;
}
.ind_bx5_r {
  width: 65.36%;
}
.ind_bx5_r_dl {
}
.ind_bx5_r_dl dd a {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.ind_bx5_dl_l {
  width: 160px;
  height: 160px;
  margin-right: 50px;
  /* background: #fff; */
  /* border-radius: 50%; */
}
.ind_bx5_dl_l img{
  display: block;
  border-radius: 50%;
  border:5px solid #fff;
}
.ind_bx5_dl_r {
  width: calc(100% - 210px);
}
.ind_bx_dl_r_tt {
  color: #a5cf2f;
  font-size: 25px;
  font-family: "OpenSans-Semibold";
}
.ind_bx5_dl_r_con {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Regular";
  line-height: 2;
  margin-top: 15px;
}

.ind_bx_dl_r_mo {
  color: #a5cf2f;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  transition: all 0.3s;
  margin-top: 15px;
}
.ind_bx5_r_dl dd a:hover .ind_bx_dl_r_mo {
  text-decoration: underline;
}

.ind_bx5_r_dl .owl-controls {
  position: relative;
  bottom: -35px;
}
.ind_bx5_r_dl .owl-dots .owl-dot.active span,
.ind_bx5_r_dl .owl-dots .owl-dot:hover span {
  background: #7d9e20;
}

.ind_bx5_r_dl .owl-dots .owl-dot span {
  background: #fff;
}
.ind_bx6 {
  padding: 80px 0 40px;
}

.ind_bx6_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0;
}
.ind_bx6_l {
  width: 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ind_bx6_l a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ind_bx6_l a:hover .ind_bx6_lr_cs {
  color: #41ac01;
  text-decoration: underline;
}
.ind_bx6_l a:nth-child(2) {
  margin: 20px 0;
}
.ind_bx6_lr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 30px;

  width: calc(100% - 29.16%);
}
.ind_bx6_ll {
  width: 29.16%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind_bx6_lr_det {
  font-size: 14px;
  color: #888;
  font-family: "OpenSans-Regular";
}
.ind_bx6_lr_cs {
  font-size: 16px;
  color: #444;
  font-family: "OpenSans-Semibold";
  margin: 7px 0;
  transition: all 0.3s;
}
.ind_bx6_lr_js {
  font-size: 14px;
  color: #888;
  font-family: "OpenSans-Regular";
  line-height: 1.5;
}
.ind_bx6_r {
  position: relative;
  width: 43%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind_bx6_r_js {
  font-size: 18px;
  color: #fff;
  font-family: "OpenSans-Semibold";
  padding: 15px;
  background: #7d9e20;
}
.id6_l {
  position: absolute;
  top: calc(50% - 27px);
}
.id6_r {
  position: absolute;
  top: calc(50% - 27px);
  right: 0;
}
.ind_bx6_r .iconfont {
  width: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  background: rgba(125, 158, 32, 0.62);
}

/* about_us */
.about_bx2 {
  padding-top: 75px;
}
.about_bx2 .gongg_top_tt {
  text-align: center;
}
.abt_bx3_con {
  padding: 90px 0 50px;
}
.abt_bx3_ls {
  /* padding: 30px 20px; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.abt_bx3_ls:nth-child(2n) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.abt_bx3_txt {
  width: 50%;
  font-size: 14px;
  color: #444;
  padding: 25px 50px;
  font-family: "OpenSans-Regular";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.abt_bx3_txt_con {
  font-size: 14px;
  color: #444;
  font-family: "OpenSans-Regular";
  line-height: 2;
}
.abt_bx3_img img {
  width: 100%;
}
.abt_bx3_txt_tt {
  font-size: 24px;
  font-family: "OpenSans-Semibold";
  color: #444;
  margin-bottom: 25px;
}
.abt_bx3_img {
  width: 50%;
  padding: 30px;
}

.abt_bx4_zs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_bx4 {
  padding: 80px 0;
  background: #e2e4de;
}
.abt_bx4_zs div {
  width: 15.5%;
  margin-right: 1.4%;
}

.sabt_bx4_jz {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sabt_bx4_jz div {
  width: 23%;
  margin-right: 2.566666666%;
}
.sabt_bx4_jz div img {
  width: 100%;
}

.about_bx5 {
  padding: 90px 0;
}

.abt_bx5_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.abt_bx5_r {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.abt_bx5_r_txt {
  position: absolute;
  top: 80px;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%);
  width: 80%;
}
.abt_bx5_txt_tt {
  font-family: "OpenSans-Regular";
  font-size: 24px;
  color: #444444;
}
.abt_bx5_txt_an {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 30px 0 10px;
}
.abt_bx5_txt_an a {
  display: block;
  width: 210px;
  padding: 15px 0;
  border-radius: 5px;
  border: 2px solid #535353;
  text-align: center;
  font-size: 18px;
  color: #444;
  font-family: "OpenSans-Regular";
}

.abt_bx5_txt_eml {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.abt_bx5_txt_eml a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #444444;
  font-family: "OpenSans-Regular";
}

/* contact */
.cont_bx1 {
  padding: 85px 0 0 0;
}
.cont_bx1_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.cont_bx_ls {
  padding-right: 15px;
}
.cont_bx_ls a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}
.cont_bx_ls a:hover div {
  color: #41ac01;
  text-decoration: underline;
}
.cont_bx_ls_tt {
  font-size: 18px;
  color: #41ac01;
  font-family: "OpenSans-Semibold";
  margin-bottom: 30px;
}
.cont_bx_ls a span {
  color: #000;
  font-size: 26px;
  font-weight: 600;

  margin-right: 15px;
}
.cont_bx_ls a div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #444;
  transition: all 0.3s;
}

.cont_bx_ls1 a:last-child:hover div {
  color: #444;
  text-decoration: none;
}
.cont_bx2 {
  padding: 90px 0;
}
.cont_bx2_con {
  padding: 55px 10px 45px;
  background: #f1f5e9;
}

.cont_bx2 .gongg_top_tt {
  font-size: 30px;
  margin-bottom: 5px;
}

.cont_bx2 .gongg_top_txt {
  width: 75%;
  margin: 0 auto;
}
.cont_bx2_form {
  padding: 50px 80px 0;
}
.cont_bx2_input {
  margin-bottom: 30px;
}
.cont_bx2_input input {
  width: 31%;
  height: 42px;
  margin-right: 3.02%;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 3px;
  font-size: 16px;
  color: #666666;
  font-family: "OpenSans-Regular";
}
.cont_bx2_input input::placeholder {
  font-size: 16px;
  color: #666666;
  font-family: "OpenSans-Regular";
}
.cont_bx2_text textarea {
  height: 160px;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
  color: #666666;
  padding: 10px 20px;
  font-family: "OpenSans-Regular";
  border: 1px solid #dcdcdc;
  overflow-x: hidden;
  overflow-y: hidden;
  resize: none;
  line-height: 1.5;
}
.cont_bx2_text textarea::placeholder {
  font-size: 16px;
  color: #666666;
  font-family: "OpenSans-Regular";
}
.cont_bx2_btn {
  text-align: center;
  margin-top: 25px;
}
.cont_bx2_form .cont_bx2_btn button {
  font-size: 14px;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px 0;
  border-radius: 3px;
  width: 260px;
  background: #7d9e20;
}

/* faq */
.fq1_dl {
  padding: 40px 45px;
}
.fq1_dl dd {
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* .fq1_dl dd:hover img {
} */
.fq1_img {
  margin: 0 60px;
  width: 160px;
  padding: 6px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.fq1_img img{
  display: block;
  width: 100%;
  border-radius: 50%;
}
.fq1_txt {
  width: calc(100% - 280px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fq1_txt_tp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.fq1_txt_tt {
  font-size: 20px;
  color: #444;
  font-family: "OpenSans-Semibold";
  line-height: 1.4;
}
.fq1_txt_tp .fq1_txt_wh {
  font-size: 40px;
  color: #8fbb13;
  margin-right: 20px;
}
.fq1_txt_db {
  font-size: 14px;
  color: #444;
  font-family: "OpenSans-Regular";
  line-height: 2;
  margin-left: 59px;
}
.faq1_con {
  margin-bottom: 40px;
}

/* news_页面 */
.news1_con {
  padding: 30px 0;
}
.news1_dl dd {
  padding: 20px 22px;
  background: #ededed;
  margin-bottom: 30px;
}
.news1_dl dd a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.news1_dl dd a:hover .news1_img img {
  transform: translateZ(25px);
}
.news1_dl dd a:hover .news1_txt_mo {
  background: #7d9e20;
  color: #fff;
}
.news1_txt {
  /* display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center; */
}

.news1_img {
  width: 30%;
  perspective: 1000px;

  overflow: hidden;
}

.news1_txt {
  padding: 0 70px;
  width: calc(100% - 30%);
}
.news1_txt_l {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news1_txt_con {
  margin: 20px 0;
}

.news1_txt_tt {
  font-size: 18px;
  color: #444;
  font-family: "OpenSans-Semibold";
}
.news1_txt_con {
  font-size: 14px;
  color: #666;
  font-family: "OpenSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.8;
}
.news1_txt_mo {
  width: 190px;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  padding: 10px 0;
  color: #7d9e20;
  text-align: center;
  border: 2px solid #7d9e20;
  border-radius: 4px;
  transition: all 0.5s;
}
.news1_txt_l_zuo {
  width: 68%;
}
.news1_txt_r {
  width: 119px;
  height: 119px;
  border: 1px solid #767676;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;

  padding: 0px 15px 10px;
}
.news1_txt_mot {
  font-size: 48px;
  color: #666666;
  padding-bottom: 5px;
  font-family: "OpenSans-Semibold";
  border-bottom: 1px solid #767676;
}
.news1_txt_yer {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.news2_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 70px;
}
.news2_con a {
  display: block;
  padding: 8px 15px;
  background: #d6d6d6;
  margin: 0 5px;
  border-radius: 3px;
  font-size: 16px;
  color: #444444;
  font-family: "OpenSans-Semibold";
}
.news2_con a:hover {
  font-size: 16px;
  color: #fff;
  background: #7d9e20;
  font-family: "OpenSans-Semibold";
}
.news2_con .hover {
  font-size: 16px;
  color: #fff;
  background: #7d9e20;
  font-family: "OpenSans-Semibold";
}

/* news_detalied页面 */
.news_deta {
  padding: 70px 0 35px;
}
.gong_deta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.gong_deta div {
  margin: 0 13px;
}
.news_deta .gongg_top_tt {
  margin-bottom: 15px;
}

.news1_deta_con {
  padding: 0 33px 33px 33px;
}
.new_det_hx {
  padding: 25px 130px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  line-height: 2;
  font-size: 14px;
  color: #666;
  font-family: "OpenSans-Regular";
  text-align: center;
}

.new_det_hx img {
  margin-bottom: 8px;
}
.news_de_page {
  padding: 20px 30px;
}
.news_de_page a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 10px;
}
.news_de_page a div {
  font-size: 14px;
  color: #666;
  font-family: "OpenSans-Regular";
}
.news_de_page a .news_de_ys {
  color: #3faf17;
}

/* peoducts */

.pro_1 {
  padding: 70px 0 35px;
}
.products_1 {
  padding: 55px 0 70px;
}
.pro1_ls_tp {
  width: 100%;
  margin-bottom: 26px;
  padding-right: 15px;
}
.pro1_ls_tp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pro1_ls_con_dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.pro1_ls_dt {
  font-size: 24px;
  color: #41ac01;
  font-family: "OpenSans-Semibold";
}

.pro1_ls_mo {
  width: 150px;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #7d9e20;
}
.pro1_ls_con_img {
  border: 1px solid #fff;
  transition: all 0.3s;
  overflow: hidden;
  perspective: 1000px;
}
.pro1_ls_con_img img {
  width: 100%;
}
.pro1_ls_con_dl dd {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 30px;
}
.pro1_ls_con_dl dd a:hover .pro1_ls_con_img {
  border: 1px solid #8aa932;
}
.pro1_ls_con_dl dd a:hover .pro1_ls_con_img img {
  transform: translateZ(20px);
}

.pro1_ls_con_tt {
  font-size: 18px;
  color: #444;
  font-family: "OpenSans-Semibold";
  line-height: 1.3;
  margin: 20px 0 10px;
}
.pro1_ls_con_js {
  font-size: 14px;
  color: #888;
  font-family: "OpenSans-Regular";
  line-height: 1.7;
}

/* products_detalied页面 */
.pro_del1 {
  padding: 60px 0 0px;
}

.pro_del1_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.pro_del1_rl {
  cursor: pointer;
}
.pro_del1_con_cter {
  width: 71.43%;
}
.item1 {
  width: 100%;
}
.item1 img {
  max-width: 100% !important;
}
.pro_banner .owl-controls {
  position: absolute;
  bottom: 3%;
  width: 100%;
}
.pro_banner .owl-dots .owl-dot.active span,
.pro_banner .owl-dots .owl-dot:hover span {
  background: #7d9e20;
}
.pro_banner .owl-dots .owl-dot span {
  background: #fff;
}
.pro_del1_rl {
  width: 130px;
  padding: 15px;
  background: #eaeaea;
}
.pro_del1_l_img {
  margin-top: 8px;
}
.pro_del1_l_img img {
  max-width: 100%;
}
.pro_del1_l_tt {
  text-align: center;
  font-size: 14px;
  color: #444;
}

.pro_cat_us1 {
  width: 71.43%;
  margin: 25px auto 20px;
  text-align: center;
  font-size: 14px;
  color: #444444;
  font-family: "OpenSans-Regular";
}
.pro_cat_us {
}

.pro_cat_us2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pro_cat_us2 .hover {
  background: #7d9e20;
  color: #fff;
}
.pro_cat_us2 a {
  margin: 0 20px;
  width: 230px;
  padding: 11px;
  text-align: center;
  font-family: "OpenSans-Semibold";
  font-size: 16px;
  color: #7d9e20;
  border-radius: 5px;
  border: 2px solid #7d9e20;
}
.pro_cat_us2 a:hover {
  background: #7d9e20;
  color: #fff;
}
.pro_del2 {
  padding-bottom: 65px;
}
.pro_del3 {
  padding: 80px 0 45px;
  background: #f1f1f1;
}
.pro_del3_con_tt {
  padding: 0 34px 18px;
  font-size: 24px;
  font-family: "OpenSans-Semibold";
  color: #444444;
  border-bottom: 1px solid #adadad;
}
.pro_del3_con {
  padding: 0 9%;
}
.pro_del3_bg {
  padding: 35px;
  font-size: 14px;
  line-height: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pro_del3_bg_tt {
  font-size: 18px;
  color: #444444;
  margin-top: 70px;
  margin-bottom: 14px;
  font-family: "OpenSans-Semibold";
}
.pro_del3_bg_ls {
    width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  box-sizing: border-box;
  padding-right: 20px;
}
.pro_del3_bg_ls div:nth-child(1) {
  font-size: 14px;
  color: #444;
  font-family: "OpenSans-Semibold";
  margin-right: 5px;
}
.pro_del3_bg_ls div:nth-child(2) {
  font-size: 14px;
  color: #444;
  font-family: "OpenSans-Regular";
}

.pro_del3_bg .table th {
  text-align: center;
  background: #eaf3eb;
  padding: 12px 0;
  border: 1px solid #d6d6d6;
  width: 18.2%;
}
.pro_del3_bg .table td {
  /* text-align: ; */
  border: 1px solid #d6d6d6;
  padding-left: 20px;
  text-align: left;
  background: #fff;
}

.pro_del4 {
  padding: 80px 0 40px;
  background: #f1f1f1;
}
.pro_del4 .gongg_top_tt {
  font-size: 30px;
  margin-bottom: 60px;
}

/* products_list */

.pro_ls dd {
  margin-bottom: 60px;
}

.pro_ls .pro1_ls_con_dl {
  margin-bottom: 20px;
}

.pro_ls .news2_con {
  margin-bottom: 20px;
}

/* video页面 */

.video_tt {
  padding: 20px 0 70px;
}
.video_tt_con_dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 55px;
}
.video_tt_con_dl dd {
  width: 195px;
  border: 2px solid #8aa932;
  padding: 11px 0;
  border-radius: 5px;
  transition: all 0.3s;
  margin: 0 4px;
}
.video_tt_con_dl dd:hover {
  background: #8aa932;
}
.video_tt_con_dl dd:hover a {
  color: #fff;
}
.video_tt_con_dl dd a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #444444;
  font-family: "OpenSans-Regular";
}
.video_tt_con_dl .hover {
  background: #8aa932;
}
.video_tt_con_dl .hover a {
  background: #8aa932;
  color: #fff;
}
.video_con_dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video_con_dl dd {
  width: 32.5%;
  margin-right: 1.25%;
  cursor: pointer;
  margin-bottom: 30px;
}
.video_con_dl img {
  width: 100%;
}

.service1_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px 80px;
}
.ser_r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 31.8%);
  padding: 0 8%;
}
.ser_l {
  width: 31.8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.ser_r_tt {
  font-size: 36px;
  color: #444444;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
.ser_r_hx {
  margin: 30px 0 45px;
  width: 90px;
  border: 1px solid #7d9e20;
}
.ser_r_dl dd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ser_r_dl dd .ser_r_dh {
  width: 22px;
  font-size: 20px;
  padding-top: 5px;
  height: 22px;
  color: #8fbb13;
  margin-right: 10px;
}
.ser_r_txt {
  font-size: 14px;
  color: #444;
  line-height: 2.3;
  font-family: "OpenSans-Regular";
}

.ser2_con_ls {
  width: 80.7%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ser2_con_ls .ser_r_dh {
  margin-right: 10px;
  padding-top: 3px;
  text-align: center;
  font-size: 20px;
  color: #8fbb13;
}
.ser2_con_ls .ser_r_txt {
  /* text-align: center; */
}
.service2 {
  padding: 60px 0;
  background: #eef1e8;
}
.service2 .gongg_top_tt {
  font-size: 36px;
  font-weight: bold;
}
.service2 .gongg_top_hx {
  width: 100px;
  border-top: 1px solid #7d9e20;
}

.service4 {
  padding: 70px 0 20px;
}

.service4 .service1_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service5 {
  position: relative;
  /* margin-bottom: 55px; */
}
.ser5_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ser_xin {
  width: 29.35%;
  position: absolute;
  top: 50%;
  left: 48%;
  margin-top: 20px;
  transform: translate(-50%, -50%);
}

.ser_xin_tt {
  text-align: center;
  font-size: 24px;
  font-family: "644-CAI978";
  color: #444444;
  margin-bottom: 5px;
}
.ser_xin_txt {
  margin-top: px;
  text-align: center;
  font-size: 16px;
  color: #444444;
  line-height: 3.3;
  font-family: "644-CAI978";
}



.float_fix{
	position: fixed;
	right: 0;
	bottom: 25%;
	z-index: 4;
	width: 65px;
	background: #8aa932;
}
.float_fix_item{
	display: block;
	width: 100%;
	text-align: center;
	height: 65px;
	color: #fff;
	padding-top: 13px;
	border-bottom: 1px solid #839e35;
}
.float_fix_item:last-child{
	border: none;
}
.float_fix_item .icon{
	font-size: 20px;
	margin-bottom: 1px;
}
.float_fix_item .tt{
	font-size: 12px;
}

.float_fix_item:hover{
	background: #87a828;
}
.back_top{
	display: none;
	
}
.back_top .icon{
    transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}




.banner a img {
    width: 100%;
}