/* 前端邵刚 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "rore";
  src: url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.eot") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  color: #222;
  font-family: 'rore', Arial, Helvetica, sans-serif, Microsoft Yahei;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

html {
  font-size: 100px;
}

.ul,
.ul li,
.ul li,
.ul td,
.ul,
.ul dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

.clearfix {
  *zoom: 1;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #222;
  outline: none;
}

textarea,
select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%;
}

img {
  border: none;
  display: block;
  max-width: 100%;
}

img[src=""] {
  opacity: 0;
}

.edit img,
.img_inline_block img {
  display: inline-block;
  height: auto;
}

.scroll_y::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}

.scroll_y::-webkit-scrollbar-thumb {
  background: #486A00;
}

.scroll_y::-webkit-scrollbar-track {
  background: #e5e5e5;
}

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_42 {
  font-size: 42px;
}

.f_44 {
  font-size: 44px;
}

.f_46 {
  font-size: 46px;
}

.f_48 {
  font-size: 48px;
}

.f_50 {
  font-size: 50px;
}

.f_64 {
  font-size: 64px;
}

.fw_100 {
  font-weight: 100;
}

.img_cct {
  width: 100%;
  opacity: 0;
}

.t_hh {
  /* word-break: break-all;hyphens: auto; */
  text-align: justify;
}

.t_line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t_line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.t_line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.t_line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@font-face {
  font-family: "roba";
  src: url("../fonts/Roboto-Black.woff") format("woff"),
    url("../fonts/Roboto-Black.ttf") format("truetype"),
    url("../fonts/Roboto-Black.eot") format("embedded-opentype"),
    url("../fonts/Roboto-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.robba {
  font-family: "roba";
}

@font-face {
  font-family: "robb";
  src: url("../fonts/Roboto-Bold-3.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.robb {
  font-family: "robb";
}

@font-face {
  font-family: "rome";
  src: url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/Roboto-Medium.eot") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.robm {
  font-family: "rome";
}

@font-face {
  font-family: "roli";
  src: url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.ttf") format("truetype"),
    url("../fonts/Roboto-Light.eot") format("embedded-opentype"),
    url("../fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.robl {
  font-family: "roli";
}

/*分页*/

.a_dw {
  position: relative;
  top: -90px;
}
.classHash {
  position: relative;
  top: -90px;
}

.box {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}

.box1 {
  max-width: 1800px;
  width: 93.75%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}

.box2 {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}


.onetime {
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.alltime,
.alltime * {
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.alltime2,
.alltime2 * {
  -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
}

.alltime3,
.alltime3 * {
  -webkit-transition: all .8s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .8s cubic-bezier(.4, 0, .2, 1);
  transition: all .8s cubic-bezier(.4, 0, .2, 1);
}

.alltime4,
.alltime4 * {
  -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all 1s cubic-bezier(.4, 0, .2, 1);
  transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.wow {
  opacity: 0;
}

.wow1 {
  opacity: 1;
}

.fbd {
  font-weight: bold;
}

.fce {
  text-align: center;
}

.iw100 {
  width: 100%;
}

.place::-webkit-input-placeholder {
  color: #DDDDDD;
}

.place:-moz-placeholder {
  color: #DDDDDD;
}

.place::-moz-placeholder {
  color: #DDDDDD;
}

.place:-ms-input-placeholder {
  color: #DDDDDD;
}

/* 视频弹框 */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 130;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

.z_tanchuang .tbox .modal {
  background: white;
  padding: 30px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  width: 1000px;
  max-height: 90%;
  margin: 0 auto;
  transform: translateY(5%);
  opacity: 0;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../images/out2.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1000px;
}

.z_tanchuang.act {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}

.z_tanchuang.act .tbox .modal {
  transform: translateY(0);
  opacity: 1;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

/* ph nav */
.mhead {
  display: none;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.mhead .menu {
  height: 50px;
  padding-left: 35px;
  background: url(../images/m1.png) center right no-repeat;
  background-size: 30px;
  float: right;
}

.mhead .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.mhead .logo img {
  display: block;
  height: 24px;
  margin-top: 14px;
}

.mhead .ss {
  display: block;
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/ss_m.png) center no-repeat;
  background-size: 20px;
}

.mhead.act {
  -moz-box-shadow: 0px 1px 5px #ddd;
  -webkit-box-shadow: 0px 1px 5px #ddd;
  box-shadow: 0px 1px 5px #ddd;
}

.mnav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 25;
  display: block;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.mnav .hei {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mnav .mbox {
  width: 80%;
  height: 100%;
  overflow: auto;
  background: #fff;
  position: relative;
  z-index: 2;
  left: -100%;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.mnav .mbox .ul1 li .ltop {
  position: relative;
  line-height: 50px;
  padding: 0 50px 0 15px;
  border-bottom: 1px solid #ddd;
}

.mnav .mbox .ul1 li .ltop a {
  display: block;
  width: 100%;
}

.mnav .mbox .ul1 li .ltop span {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.mnav .mbox .ul1 li .ltop span::after {
  width: 16px;
  height: 2px;
  background: #444444;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 1px);
}

.mnav .mbox .ul1 li .ltop span::before {
  width: 2px;
  height: 16px;
  background: #444444;
  content: "";
  position: absolute;
  right: 22px;
  top: 17px;
}

.mnav .mbox .ul1 li .ltop span.act::before {
  opacity: 0;
}

.mnav .mbox .ul1 li .lbtm {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.mnav .mbox .ul1 li .lbtm a {
  display: block;
  width: 100%;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #666;
}

.mnav .mbox .ul1 li .lbtm .lv3 a {
  padding-left: 20px;
}

.mnav.act {
  left: 0;
}

.mnav.act .mbox {
  left: 0;
  transition-delay: .15s;
  -webkit-transition-delay: .15s;
}

.iconShow {
  position: relative;
}

.iconShow img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/* 父级鼠标经过 */
.iconHover:hover .iconShow img:nth-child(1) {
  opacity: 0;
}

.iconHover:hover .iconShow img:nth-child(2) {
  opacity: 1;
}

/* 自身鼠标经过 */
.iconShowHover:hover img:nth-child(1) {
  opacity: 0;
}

.iconShowHover:hover img:nth-child(2) {
  opacity: 1;
}

.anniu {
  display: inline-flex;
}

.anniu .ssbtn {
  display: flex;
  align-items: center;
  padding: 9px 30px;
  border-radius: 100px;
}

.anniu .ssbtn .tt {
  line-height: 30px;
  min-width: 95px;
  margin-right: 13px;
}

.anniu .ssbtn .iconShow {
  width: 10px;
}

.anniu.anniu_white .ssbtn {
  border: 1px solid #fff;
}

.anniu.anniu_white .ssbtn .tt {
  color: #fff;
}

.anniu.anniu_green .ssbtn {
  border: 1px solid #486A00;
}

.anniu.anniu_green .ssbtn .tt {
  color: #486A00;
}

.anniu.iconShowHover:hover .ssbtn {
  border-color: #486A00;
  background: #486A00;
}

.anniu.iconShowHover:hover .ssbtn .tt {
  color: #fff;
}

.iconHover:hover .anniu .ssbtn {
  border-color: #486A00;
  background: #486A00;
}

.iconHover:hover .anniu .ssbtn .tt {
  color: #fff;
}

.bofang3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bofang3 img {
  width: 13px;
}

.bofang3:hover {
  transform: scale(1.2);
}

/* 头部开始 */
.head_place {
  height: 90px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  background: #fff;
  border-bottom: 1px solid #ddd;
  transition: all ease .3s;
}

.header.hide {
  transform: translateY(-100%);
}

.header .box1 {
  position: static;
  display: flex;
  justify-content: space-between;
}

.header .logo {
  width: 200px;
  padding-top: 28px;
}

.header .rbox {
  width: calc((1284 / 1800)*100%);
  display: flex;
  justify-content: space-between;
}

.header .ce .ul {
  display: flex;
}

.header .ce .ul .li {
  margin-right: 95px;
}

.header .ce .ul .li:last-child {
  margin-right: 0;

}

.header .ce .ul .li .lv1 {
  display: flex;
}

.header .ce .ul .li .lv1 a {
  line-height: 90px;
  position: relative;
}

.header .ce .ul .li .lv1 a::after{content: '';display: block;width: 0%;height: 3px;background: #486A00;position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); bottom: 10px; -webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}

.header .ce .ul .li.act .lv1 a::after,.header .ce .ul .li:hover .lv1 a::after{width: 100%;}

.header .ce .ul .li.act .lv1 a,.header .ce .ul .li:hover .lv1 a {
  color: #486A00;
}

.header:hover  .ce .ul .li .lv1 a::after{background: #486A00;}

.header:hover  .ce .ul .li.act .lv1 a{color: #486A00;}

.header .ce .ul .li .lv2list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 1px;
  display: none;
  text-transform: capitalize;
}

.header .ce .ul .li .lv2list .lv2box {
  background: #FAFAF8;
  padding: 24px 0 38px;
  border-radius: 0 0 8px 8px;
}

.header .ce .ul .li .lv2list .box3 {
  display: flex;
  justify-content: flex-end;
}

.header .ce .ul .li .lv2list .box3 .lox {
  width: calc((1284 / 1800)*100%);
  display: flex;
}

.header .ce .ul .li .lv2list .lv2 {
  display: flex;
  margin-bottom: 15px;
}

.header .ce .ul .li .lv2list .lv2 a {
  line-height: 25px;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
}
.header .ce .ul .li .lv2list .item:hover .lv2 a,
.header .ce .ul .li .lv2list .lv2 a:hover {
  color: #486A00;
  border-color: #486A00;
}

.header .ce .ul .li .lv2list .lv3 {
  display: flex;
  margin-bottom: 9px;
}

.header .ce .ul .li .lv2list .lv3:last-child {
  margin-bottom: 0;
}

.header .ce .ul .li .lv2list .lv3 a {
  line-height: 20px;
}

.header .ce .ul .li .lv2list .lv3 a:hover {
  color: #486A00;
  font-weight: bold;
}

.header .ce .ul .li .lv2list .lv3 a::after{
  content:'';
  display:inline-block;
  vertical-align:middle;
  width: 8px;
  height:100%;
  margin-left:10px;
  background: url('/public/cn/images/svg/btn_arr.svg') no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translate(-50%,0);
  transition: all ease .3s;
}

.header .ce .ul .li .lv2list .lv3 a:hover::after{
  opacity: 1;
  transform: translate(0,0);
}

.header .ce .ul .li .lv2list .item {
  padding-right: 20px;
  margin-right: 100px;
}

/* .header .ce .ul .li .lv2list .item:nth-child(1){width: calc(354 / 1284 * 100%);}

.header .ce .ul .li .lv2list .item:nth-child(2){width: calc(317 / 1284 * 100%);}

.header .ce .ul .li .lv2list .item:nth-child(3){width: calc(217 / 1284 * 100%);} */

.header .re {
  display: flex;
  align-items: center;
}

.header .re .search {
  width: 17px;
}

.header .re .line {
  background: #666666;
  width: 2px;
  height: 14px;
  opacity: 0.5;
  margin: 0 30px;
}

.header .re .language .iconShow {
  display: block;
  width: 20px;
  transition: all ease .3s;
}

.header .re .language:hover .iconShow {
  opacity: 0;
}

.header .re .language:hover .hoverText {
  opacity: 1;
}

.header .re .language {
  position: relative;
}

.header .re .language .hoverText {
  color: #486A00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease .3s;
}

.header .re .contact {
  padding: 5px 25px 6px 24px;
  border: 1px solid #BDBDBD;
  line-height: 30px;
  color: #666666;
  border-radius: 100px;
  margin-left: 29px;
}

.header .re .contact:hover {
  background: #486A00;
  border-color: #486A00;
  color: #fff;
}


.header_index:not(:hover) {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgb(221, 221, 221, 0);
}

.header_index:not(:hover) .ce .ul .li .lv1 a {
  color: #fff;
}

.header_index:not(:hover) .re .contact {
  border-color: #fff;
  color: #fff;
}

.header_index:not(:hover) .re .line {
  background: #fff;
}

.header_index:not(:hover) .re .language .iconShow img:nth-child(1) {
  opacity: 0;
}

.header_index:not(:hover) .re .language .iconShow img:nth-child(2) {
  opacity: 0;
}

.header .re .language .iconShow img:nth-child(3) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.header_index:not(:hover) .re .language .iconShow img:nth-child(3) {
  opacity: 1;
}

.header_index:not(:hover) .re .search img:nth-child(1) {
  opacity: 0;
}

.header_index:not(:hover) .re .search img:nth-child(2) {
  opacity: 0;
}

.header .re .search img:nth-child(3) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.header_index:not(:hover) .re .search img:nth-child(3) {
  opacity: 1;
}

.header_index:not(:hover) .logo img:nth-child(1) {
  opacity: 0;
}

.header .logo {
  position: relative;
}

.header .logo img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.header_index:not(:hover) .logo img:nth-child(2) {
  opacity: 1;
}




/* 底部 */
.footer {
  background: url(../images/footer.jpg) no-repeat center;
  background-size: cover;
}

.footer .ftp {
  padding: 0.98rem 0 1.12rem;
}

.footer .ftp .box {
  display: flex;
}

.footer .ftp .le {
  width: 282px;
}

.footer .ftp .le .ft_logo {
  width: 180px;
}

.footer .ftp .le .ft_link {
  margin-top: 28px;
}

.footer .ftp .re {
  width: calc(100% - 282px);
  border-top: 1px solid #D9D9D9;
  padding-top: 58px;
  text-transform: capitalize;
}

.footer .ftp .re .ul {
  display: flex;
  justify-content: space-between;
}

.footer .ftp .re .li {
  max-width: 208px;
}

.footer .ftp .re .li .lv1 {
  display: flex;
}

.footer .ftp .re .li .lv1 a {
  line-height: 28px;
  color: #FFFFFF;
}

.footer .ftp .re .li .lv1 a:hover {
  color: #486A00;
}

.footer .ftp .re .li .lv2list {
  margin-top: 24px;
}

.footer .ftp .re .li .lv2 {
  display: flex;
}

.footer .ftp .re .li .lv2 a {
  line-height: 25px;
  color: #fff;
}

.footer .ftp .re .li .lv2 a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.footer .fbt {
  background: #6E9717;
}

.footer .fbt .box {
  display: flex;
  justify-content: space-between;
}

.footer .fbt .le {
  padding: 14px 0 13px;
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
}

.footer .fbt .le .t1 {
  color: #fff;
  margin-right: 25px;
}
.footer .fbt .le .t1 .iconimg{
  width: 20px;
  margin:0 5px;
  display: inline-block;
  vertical-align: middle;
}
.footer .fbt .le .t1 .iconimg img{
  width: 100%;
}

.footer .fbt .le .frt {
  color: #fff;
}

.footer .fbt .le a {
  color: #fff;
}

.footer .fbt .le a:hover {
  text-decoration: underline;
}

.footer .fbt .re {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  min-width: 50%;
}

.footer .fbt .re .eamil {
  display: flex;
  align-items: center;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  margin-left: 10px;
}

.footer .fbt .re .eamil .iconShow1 {
  width: 22px;
  margin-right: 5px;
}

.footer .fbt .re .eamil .iconShow2 {
  width: 11px;
  margin-left: 11px;
}

.footer .fbt .re .eamil .tt {
  line-height: 29px;
  color: #fff;
}

.footer .fbt .re .eamil:hover {
  background: #fff;
  border-color: #fff;
}

.footer .fbt .re .eamil:hover .tt {
  color: #486A00;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  z-index: 99;
}

.sidebar.act {
  right: 0;
}

.sidebar .side_link {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
}

.sidebar .side_link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 56px;
  padding-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .side_link .icon img {
  width: auto;
}

.sidebar .side_link.side_link_tel .icon {
  background: #6A878A;
}

.sidebar .side_link.side_link_email .icon {
  background: #0068B7;
}

.sidebar .side_link.side_link_wx .icon {
  background: #4EC034;
}

.sidebar .side_link.side_link_in .icon {
  background: #006A9A;
}

.sidebar .side_link.side_link_msg .icon {
  background: #8DC31E;
}

.sidebar .side_link_top .icon {
  margin-top: 2px;
}

.sidebar .side_link_top .icon {
  width: 56px;
  padding-right: 0;
  padding-top: 6px;
  border-radius: 0 0 4px 4px;
  background: #486A00;
}

.sidebar .side_link_wx .fc {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}

.sidebar .side_link_wx .fc img {
  position: relative;
  z-index: 5;
}

.sidebar .side_link_wx .fc::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4EC034;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -6px;
  display: none;
}

.sidebar .side_link:hover .fc {
  right: 70px;
  visibility: visible;
  opacity: 1;
}

.sidebar .side_link:hover .icon {
  left: -14px;
}

.sidebar .side_link.side_link_top:hover .icon {
  left: 0;
}

.one-swiping .swiper-pagination,
.one-swiping .swiper-button-disabled {
  display: none;
}


.about2 {
  height: 80px;
  color: #222222;
  transition: all ease .3s;
  position: relative;
  background: #EEF3F5;
}

.about2 .swiper-container {
  width: 100%;
}

.about2 a {
  height: auto;
  text-align: center;
  display: block;
  position: relative;
  padding: 0 20px;
  text-transform:capitalize;
}

.about2 a {
  /* min-width: 12.5%; */
  width: auto;
}

.about2 a:hover,
.about2 a.active {
  color: #486A00;
}

.about2 a:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #666666;
}

.about2 .C-wrap {
  position: relative;
  height: 80px;
  background: #EEF3F5;
  transition: none;
}

.about2.open .C-wrap{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 333;
  max-width: none;
}

.about2 .my-swiper-button.prev {
  right: 100%;
  margin: 0 20px;
}

.about2 .my-swiper-button.next {
  left: 100%;
  margin: 0 20px;
}

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

.flex-xc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.flex-xb-yc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-xend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-xc-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.C-wrap {
  max-width: 1400px;
  min-width: 1200px;
  width: 75%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-swiper-button {
  background-color: #FFFFFF;
  background-size: 13px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all ease .3s;
}

.my-swiper-button path {
  stroke: #486A00;
  transition: all ease .3s;
}

.my-swiper-button:hover,
.my-swiper-button.active {
  background: #486A00;
}

.my-swiper-button:hover path,
.my-swiper-button.active path {
  stroke: #FFFFFF
}




.cokie{position: fixed;width: 100%;left: 0;bottom: 0;z-index: 99;background: #486A00;padding: 25px 0;color: #fff;line-height: 2;}

.cokie .cox{display: flex;justify-content: space-between;align-items: center;align-content: center;}

.cokie .cox .clt{width: calc(100% - 250px);}

.cokie .cox .clt a{color:#fff; opacity:0.5;}

.cokie .cox .crt{width: 230px;display: flex;justify-content: space-between;}

.cokie .cox .crt .btn{display: block;width: 105px;line-height: 40px;background: #fff;text-align: center;border-radius: 5px;color: #000;cursor: pointer;}

.cokie .cox .crt .btn:hover{background: #ddd;}

.cokie .cox .clt a:hover{text-decoration: underline;opacity:1;}



@media screen and (min-width: 1031px) {
  .yd {
    display: none;
  }
}

@media screen and (max-width:1800px) {
  html {
    font-size: 95px;
  }
}

@media screen and (max-width:1700px) {
  html {
    font-size: 90px;
  }

  .f_12 {
    font-size: 12px;
  }

  .f_14 {
    font-size: 14px;
  }

  .f_16 {
    font-size: 16px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_20 {
    font-size: 18px;
  }

  .f_22 {
    font-size: 20px;
  }

  .f_24 {
    font-size: 22px;
  }

  .f_26 {
    font-size: 24px;
  }

  .f_28 {
    font-size: 26px;
  }

  .f_30 {
    font-size: 26px;
  }

  .f_32 {
    font-size: 28px;
  }

  .f_34 {
    font-size: 30px;
  }

  .f_36 {
    font-size: 32px;
  }

  .f_38 {
    font-size: 32px;
  }

  .f_40 {
    font-size: 36px;
  }

  .f_42 {
    font-size: 36px;
  }

  .f_44 {
    font-size: 38px;
  }

  .f_46 {
    font-size: 38px;
  }

  .f_48 {
    font-size: 40px;
  }

  .f_50 {
    font-size: 44px;
  }
}

@media screen and (max-width:1600px) {
  html {
    font-size: 85px;
  }

  .header .ce .ul .li {
    margin-right: 60px;
  }
}

@media screen and (max-width:1500px) {
  html {
    font-size: 80px;
  }

  .f_12 {
    font-size: 12px;
  }

  .f_14 {
    font-size: 14px;
  }

  .f_16 {
    font-size: 16px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_20 {
    font-size: 16px;
  }

  .f_22 {
    font-size: 18px;
  }

  .f_24 {
    font-size: 20px;
  }

  .f_26 {
    font-size: 22px;
  }

  .f_28 {
    font-size: 24px;
  }

  .f_30 {
    font-size: 24px;
  }

  .f_32 {
    font-size: 26px;
  }

  .f_34 {
    font-size: 28px;
  }

  .f_36 {
    font-size: 30px;
  }

  .f_38 {
    font-size: 30px;
  }

  .f_40 {
    font-size: 32px;
  }

  .f_42 {
    font-size: 34px;
  }

  .f_44 {
    font-size: 36px;
  }

  .f_46 {
    font-size: 36px;
  }

  .f_48 {
    font-size: 38px;
  }

  .f_50 {
    font-size: 40px;
  }

  .f_64 {
    font-size: 50px;
  }

  .header .ce .ul .li .lv2list .item {
    margin-right: 50px;
  }
}

@media screen and (max-width:1400px) {
  html {
    font-size: 75px;
  }
  .header .ce .ul .li .lv2list .box3 .lox{
    width: 90%;
  }
}

@media screen and (max-width:1300px) {
  html {
    font-size: 70px;
  }

  .header .ce .ul .li {
    margin-right: 30px;
  }

  .footer .ftp .le {
    width: 232px;
  }

  .footer .ftp .re {
    width: calc(100% - 232px);
  }
}

@media screen and (max-width:1200px) {
  html {
    font-size: 65px;
  }
  
  .cokie .cox{display: block;}

    .cokie .cox .clt{width: 100%;line-height: 1.5;}

    .cokie .cox .crt{width: 100%;margin-top: 20px;}
}

@media screen and (max-width:1100px) {
  html {
    font-size: 60px;
  }

  .footer .ftp {
    display: none;
  }

  .footer .fbt .box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
  }

  .footer .fbt .le {
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .footer .fbt .le .t1 {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .footer .fbt .re {
    padding: 0;
    margin-top: 10px;
  }
}

@media (max-width:1030px) {
  html {
    font-size: 55px;
  }

  .f_12 {
    font-size: 12px;
  }

  .f_16 {
    font-size: 14px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_20 {
    font-size: 16px;
  }

  .f_22 {
    font-size: 16px;
  }

  .f_24 {
    font-size: 16px;
  }

  .f_26 {
    font-size: 16px;
  }

  .f_28 {
    font-size: 18px;
  }

  .f_30 {
    font-size: 18px;
  }

  .f_32 {
    font-size: 20px;
  }

  .f_34 {
    font-size: 20px;
  }

  .f_36 {
    font-size: 20px;
  }

  .f_38 {
    font-size: 20px;
  }

  .f_40 {
    font-size: 22px;
  }

  .f_42 {
    font-size: 22px;
  }

  .f_44 {
    font-size: 22px;
  }

  .f_46 {
    font-size: 24px;
  }

  .f_48 {
    font-size: 24px;
  }

  .f_50 {
    font-size: 24px;
  }

  .f_64 {
    font-size: 26px;
  }

  .C-wrap {
    min-width: 200px;
    width: 90%;
  }

  .about2 {
    display: none;
  }

  .my-swiper-button {
    width: 40px;
    height: 40px;
  }

  body {
    min-width: 200px;
    padding-top: 50px;
  }

  .box {
    width: 90%;
    min-width: 100px;
    padding: 0;
  }

  .wow,
  .wow1 {
    opacity: 1;
  }

  .pc {
    display: none;
  }

  .header {
    display: none;
  }

  .mhead {
    display: block;
  }

  .mnav .mbox .ul1 li.lang .ltop {
    display: flex;
  }

  .mnav .mbox .ul1 li.lang .ltop a {
    margin: 0 5px;
    width: auto;
  }

  .mnav .mbox .ul1 li.lang .ltop a:first-child {
    margin-left: 0;
  }

  .z_tanchuang .tbox .modal {
    width: 90%;
    padding: 15px;
  }

  .z_tanchuang.one .tbox .modal {
    width: 90%;
    padding: 15px;
  }

  .z_tanchuang .tbox .modal .out {
    right: 0;
    top: -50px;
  }

  .head_place {
    display: none;
  }

  .sidebar {
    display: none;
  }
}

@media screen and (max-width:900px) {
  html {
    font-size: 50px;
  }
  
  .footer .fbt .re .eamil{
      margin: 0 auto 10px;
  }
}

@media (max-width:800px) {
  .fw_100 {
    font-weight: normal;
  }
}
