@charset "utf-8";

/* */
a{word-break: break-all;
    white-space: normal;
    text-align: justify;
    text-justify: inter-ideograph;}
@font-face {
  font-family: sy;
  src: url("../font/sySong.woff");
}

@font-face {
  font-family: sy-normal;
  src: url("../font/SOURCEHANSERIFCN-REGULAR.OTF");
}


.a_body {
  position: relative;
  z-index: 0;
}

.section {
  overflow: hidden;
}

.header_box {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  background: #004721;
}

.head-b {}

.head .right {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.header_top {
  position: relative;
  display: flex;
  justify-content: flex-end;

  width: 100%;
}

.list_box0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;


}

.list_box0 .li {
  position: relative;
  z-index: 10;
  border-left: 1px solid rgba(255, 255, 255, .7);
}

.list_box0 .li:first-child {
  border-left: none;
}

.list_box0 .li a {
  display: flex;
  align-items: center;
  padding: 0 .15rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

.list_box0 .li:hover a {
  color: #eb7a0b;
}

.m_nav .list_box0 .li a {
  color: #333;
}

.list_box0 .li:nth-child(3) a {
  font-family: "ss_normal";
}

.list_box0 .li a img {
  margin-right: .05rem;
  height: .11rem;
}

.list_box0 .li a.search_btn {
  border-left: none;
  padding-left: 0;
}

#m_header .list_box0 {
  float: right;
}

#m_header .list_box0 .li {
  line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
  top: 60px;
}

#m_header .list_box0 .li a>img {
  height: 12px;
}

.list_box_01 {
  font-size: 0px;
  white-space: nowrap;
  padding: 0.1rem;
}

.list_box_01 li {
  text-align: center;
  display: block !important;
  margin: 0px 15px !important;
}

.list_box_01 li h3 img {
  border: 1px solid rgb(237, 237, 237);
  width: 85px;
  height: 85px;
}

.list_box_01 li h5 {
  font-size: 0.12rem;
  color: rgb(102, 102, 102);
  line-height: 20px;
  margin: 0px;
}

.list_box0 .li::after {
  content: "";
  position: absolute;
  left: -0.26rem;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.8;
}

.list_box0 .li:first-child::after {
  display: none;
}

.head .head-b .wp {
  position: relative;
  height: 1.21rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#logo {
  height: 100%;
  display: flex;
  align-items: center;
}

#logo img {
  max-width: 100%;
  height: 1.2rem;
  transition: all 0.5s ease 0s;
}


#nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav ul li {
  position: relative;
  margin-left: .4rem;
}

#nav ul li a {
  display: block;
  position: relative;
}

#nav ul li h3 {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.53rem;
  white-space: nowrap;
  /* font-weight: 500; */
}

#nav ul li h3 img {
  margin-left: .05rem;
}

#nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

#nav ul li .sub::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #eb7a0b;
}

#nav ul li .sub .box {
  padding: 0.14rem 0px;
  text-align: center;
}

#nav ul li .sub a {
  padding: 8px 30px;
  line-height: 0.28rem;
  transition: all 0.6s ease 0s;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  min-width: 1.5rem;
  display: block;
}

#nav ul li .sub a:hover {
  color: #fff;
  background: #004721;
}

#nav ul li:hover .sub {
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
  opacity: .9;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  font-weight: bold;
}

.fleft {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 101
}

.fleft .img {
  width: 144px;
  height: auto;
  overflow: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.fleft.show .img {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: alpha(Opacity=0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'
}

.fleft .img img {
  display: block;
  width: 100%;
  height: auto
}

.fleft .down1 {
  position: absolute;
  top: 0;
  left: -120%;
  background: url(../images/left1_bg.png) no-repeat center center/100% 100%;
  padding-top: .35rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.fleft .down1 ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fleft .down1 ul li a {
  display: block;
  line-height: .6rem;

  padding: 0 .25rem;
}

.fleft .down1 ul li a span {
  font-size: .18rem;
  color: #fff;
}

.fleft .down1 ul li:hover a span {
  text-decoration: underline;
}

.fleft.show .down1 {
  left: 0;
}

/* #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li.on a h3{color:#fff;opacity:.7} */
/* 导航地图 */
.miso_btn1 {
  display: flex;
  width: 1.33rem;
  height: 1.23rem;
  background: url(../images/cdbg.png) no-repeat;
  cursor: pointer;
  transition: .5s;
  position: absolute;
  right: 0;
  top: -1px;
  background-size: 100% 100%;
  justify-content: flex-end;
}

.miso_btn1 .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: .45rem;
  height: .25rem;
}

.miso_btn1 .box span {
  display: block;
  width: 100%;
  height: .03rem;
  background: #fff;
}

.miso_btn1 .box span:nth-child(1),
.miso_btn1 .box span:nth-child(3) {
  width: 84%;
}

#openBtn {
  cursor: pointer;
  display: inline-block;
}

#openBtn .lcbody {
  width: .32rem;
  height: .2rem;
  position: relative;
  right: .28rem;
  top: .55rem;
}

#openBtn .lcbody .lcitem {
  width: 100%;
  height: .03rem;
  border-radius: .3rem;
  position: absolute;
  transition: transform 0.36s ease;
  left: 0;
}

#openBtn .lcbody .lcitem:nth-child(1),
#openBtn .lcbody .lcitem:nth-child(3) {
  width: 100%;
}

#openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}

#openBtn .lcbody .top {
  top: 0;
}

#openBtn .lcbody .center {
  display: block;
  top: 50%;
  margin-top: -.015rem;
  width: 100%;
}

#openBtn .lcbody .bottom {
  top: 100%;
}

#openBtn .lcbody:hover .lcitem.top .rect {
  animation: move 0.4s ease-in-out 1;
}

#openBtn .lcbody:hover .lcitem.center .rect {
  animation: move 0.4s ease-in-out 0.1s 1;
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
  animation: move 0.4s ease-in-out 0.2s 1;
}

.active#openBtn .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%;
}

.active#openBtn .lcitem.center {
  opacity: 0;
}

.active#openBtn .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%;
}

@keyframes move {
  0% {
    right: 0;
  }

  40% {
    right: 0;
    width: 0;
  }

  60% {
    right: auto;
    width: 0%;
  }

  100% {
    right: auto;
    width: 100%;
  }
}

.show #nav {
  display: none;
}

.show .g-nav2 {
  /* opacity: 1; */
  /* visibility: visible; */
  transform: translateY(0);
}

.g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: 0.5s;
  transform: translateY(-100%);
}

.g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1.5rem;
  bottom: 0;
  overflow-y: auto;
}

.g-nav2 .scroll ul {
  max-width: 17.85rem;
  margin: 0 auto;
}

.g-nav2 .scroll li {
  width: 12.5%;
  text-align: center;
  padding-top: 0.45rem;
}

.g-nav2 .scroll li a {
  color: #fff;
}

.g-nav2 .scroll li h2 {
  font-size: 0.24rem;
  font-weight: bold;
}

.g-nav2 .scroll li .list {
  padding: 0.2rem 0;
}

.g-nav2 .scroll li .list h3 {
  font-size: 0.20rem;
  line-height: 0.36rem;
  margin-bottom: .2rem;
}

.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}

.g-nav2 .scroll li .list dd {
  font-size: 0.16rem;
  line-height: 0.4rem;
  opacity: 0.65;
}

.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}

.show .g-nav2 {
  /* opacity: 1; */
  /* visibility: visible; */
  transform: translateY(0);
}

.g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: 0.5s;
  transform: translateY(-100%);
}

.g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1.5rem;
  bottom: 0;
  overflow-y: auto;
}

.g-nav2 .scroll ul {
  max-width: 17.85rem;
  margin: 0 auto;
}

.g-nav2 .scroll li {
  width: 12.5%;
  text-align: center;
  padding-top: 0.45rem;
}

.g-nav2 .scroll li a {
  color: #fff;
}

.g-nav2 .scroll li h2 {
  font-size: 0.24rem;
  font-weight: bold;
}

.g-nav2 .scroll li .list {
  padding: 0.2rem 0;
}

.g-nav2 .scroll li .list h3 {
  font-size: 0.20rem;
  line-height: 0.36rem;
  margin-bottom: .2rem;
}

.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}

.g-nav2 .scroll li .list dd {
  font-size: 0.16rem;
  line-height: 0.4rem;
  opacity: 0.65;
}

.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}

.search_btn {
  cursor: pointer;
}





#m_nav * {
  transition: all 0s ease 0s;
}

.m_header_box {
  transition: all 0.6s ease 0s;
  display: none;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0px 0px 0px 15px;
  height: 0.7rem;
  background: #004721;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo img {
  height: auto;
  max-height: 0.6rem;
}

.m_header_box header #logo {
  padding: 0px;
  width: calc(100% - 80px);
}

#nav_btn_box.on {
  background: none;
}

#nav_btn_box {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#nav_btn_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
}

#nav_btn_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -.15rem;
  border-right: .15rem solid rgb(255, 255, 255);
  border-top: 0.7rem solid transparent;
  display: none;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  transition: all 0.5s ease 0s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.4rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 0.28rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0px;
  display: inline-block;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-out 0s;
  background: #12753F;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: "";
  transition: all 0.3s ease-out 0s;
  background: #12753F;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  transform: rotate(-45deg);
  top: 0px;
}

.m_nav_list {
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
  display: none;
}

#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0px;
  padding: 70px 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: 0% 0% / cover rgb(247, 247, 247);
  opacity: 0;
  visibility: hidden;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  z-index: 10000;
  width: auto;
  height: 35px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}

#m_nav.act {
  pointer-events: auto;
  right: 0px;
  opacity: 1;
  visibility: visible;
}

#m_nav .search_box input.submit {
  background: url("../images/submit.svg") center center / 0.28rem no-repeat #CC0003;
}

#m_nav .list_box0 {
  width: 90%;
  margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
  text-align: center;
  color: #CC0003;
  margin: 0px 0rem 0.15rem;
  font-size: 14px;
}

#m_nav .list_box0 .li a {
  background: none;
  padding: 0 0.2rem 0 0;
  color: #000;
}

#m_nav .old_rukou {
  margin: 0.24rem 0px 0px;
  width: 100%;
}

.list_box_nav_mobile {
  width: 100%;
  /* height: calc(100% - 3rem); */
  padding: 0px 0px 10px;
  overflow-y: auto;
  margin: 0px;
  /* flex: 1 1 0%; */
}

.list_box_nav_mobile>li {
  width: 90%;
  overflow: hidden;
  padding: 0px;
  position: relative;
  margin: 0px auto;
}

.list_box_nav_mobile>li .con {
  position: relative;
}

.list_box_nav_mobile>li .a {
  width: 100%;
  border-bottom: 1px solid rgb(226, 226, 226);
  line-height: 0.64rem;
  color: rgb(51, 51, 51);
  padding: 0px;
  font-size: 16px;
  display: flex;
  position: relative;
  transition: all 0.5s ease 0s;
}

.list_box_nav_mobile>li i {
  opacity: 1;
  width: 0.64rem;
  height: 0.64rem;
  background-image: url("../images/arrow_down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  position: absolute;
  display: block;
  right: 0px;
  top: 2px;
  background-size: 15px 15px !important;
}

.list_box_nav_mobile>li.on1 i {
  transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
  border-bottom: 1px solid rgb(226, 226, 226);
}

.list_box_nav_mobile>li .list {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.list_box_nav_mobile>li .list a {
  display: block;
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/* 手机搜索 */
.wap_search {
  font-size: 0.16rem;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 0.6rem;
  display: block;
  margin-bottom: .1rem;
}

.wap_search form {
  height: 100%;
  border-radius: 0.2rem;
  background: rgb(255, 255, 255);
  position: relative;
  width: 3.68rem;
  margin: 0rem auto;
}

.wap_search .input {
  font-size: 0.14rem;
  color: #333;
  height: 0.6rem;
  line-height: 0.5rem;
  padding: 0px 0.24rem;
  box-shadow: none;
  appearance: none;
  float: left;
  border-right: 0px;
  background: none;
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 0px;
  background: url("../images/submit.svg") center center no-repeat #12753F;
  border-radius: 50%;
  background-size: 22px;
}

.wap_search .btn_blue.fr {
  background: rgb(233, 237, 239);
  color: rgb(78, 79, 83);
}

.wap_search input::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* pc搜索 */
/* 定位搜索框 */

.search {
  width: 2.07rem;
  position: relative;
  padding: 0 .4rem 0 .15rem;
  background: transparent;
  border-radius: .3rem;
  border: 1px solid rgba(255, 255, 255, .1);
  margin-left: .2rem;
}

input,
button {
  border: none;
  outline: none;
}

.search .text {
  height: .3rem;
  line-height: .3rem;
  font-size: .16rem;
  background: none;
  color: #fff;
  display: block;
  width: 100%;
}

.search .text::placeholder {
  color: rgba(255, 255, 255, .8);
}

.search .button {
  padding-right: .2rem;
  height: 100%;
  background: url(../images/fdj.png) no-repeat right center;
  background-size: .12rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .13rem;
  cursor: pointer;
  font-size: 0;
  font-weight: normal;
  color: #fff;

}


.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(28, 90, 183);
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-image: url("../images/close-btn.png");
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}
@media screen and (max-width: 1200px) {
.fleft .img img {

  width: 70%;

}
}
@media screen and ( min-width: 1024px) {
.fleft .img img {

  width: 70%;

}
}

@media screen and (min-width: 2300px) {
  .header_box #header::after {
    width: 18%;
  }
}



@media screen and (max-width: 1024px) {

  .header_box,
  .home3 .titl ul {
    display: none;
  }

  .m_header_box {
    display: block;
    height: .7rem;
  }

  .swiper-box1 .imged {
    padding-bottom: 50%;
  }

  .g-nav2 {
    display: none;
  }
}


/* banner */
.main-visual-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;

}

.main-visual-slider {
  overflow: hidden;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.swiper-box1 .imged {
  padding-bottom: 100vh;
}

.slide-inner {
  overflow: hidden;
}

.main-visual-slider .imged {
  transform: translate3d(0px, 0px, 0px) scale(1.05);
  transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);
  transition: all 6s;
}

.main-visual-slider video {
  transform: scale(1.1)\0;
}

.main-visual-slider .ban-txt {
  color: #fff;
  font-size: 0.3rem;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  z-index: 10;
  font-family: sy;
  padding: .3rem 3.2rem .3rem .85rem;
  background: rgba(204, 0, 3, 0.6);
  width: 62.34%;
}

.banner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  bottom: .6rem;
}

.banner .swiper-container .btn span {
  position: relative;
  width: 0.13rem;
  height: 0.13rem;
  margin: 0 0.15rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-container .btn .swiper-pagination-bullet-active {
  width: .42rem;
  height: .5rem;
  background: url(../images/ban_slick.png) no-repeat center center/100% 100%;
  opacity: 1;
  border-radius: 0;
}

@media screen and (max-width:1024px) {
  .main-visual-wrapper {
    padding-top: 0;
  }

  .main-visual-slider .ban-txt {
    font-size: .2rem;
    width: 96%;
    padding: .2rem;
    padding-right: 3rem;
  }

  .banner .btn {

    bottom: .2rem;
  }

  .swiper-box1 .imged {
    padding-bottom: 50%;
  }
}

@media screen and (max-width:768px) {
  .banner .swiper-container .btn .swiper-pagination-bullet-active {
    background-size: .25rem;
    width: .3rem;
    height: .3rem;
    margin: 0 .05rem;
  }
}


/* home1 */
.home1 {
  position: relative;
  width: 100%;
  padding: .8rem 0 .9rem;
  background: url(../images/sect1-bg.png) no-repeat right top;
}


.home1 .wp {
  position: relative;
}

.title {
  margin-bottom: .3rem;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}

.title h3 {
  font-size: 0.36rem;
  line-height: 1.5;
  cursor: pointer;
  font-family: sy;
  color: #3D3D3D;
  font-weight: bold;
}

.title h3 span {
  font-family: sy;
  color: #12753F;
}

.title .h3 {
  padding: 0 .4rem;
  margin: 0 auto;
  text-align: center;
  background: url(../images/titbg.png) no-repeat left bottom/.63rem auto;
}

.title .h3 p {
  position: relative;
  font-size: .18rem;
  color: #979797;
  text-transform: uppercase;
  font-family: "sy-normal";
}


.title .more {
  position: absolute;
  right: 0;
  bottom: .2rem;
}

.title .more a {
  position: relative;
  display: block;
  padding-right: .25rem;
  font-size: .18rem;
  color: #12753F;
}

.title .more a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: .16rem;
  height: .16rem;
  background: url(../images/more.png) no-repeat right center/.16rem auto;
}

.home1-t {
  justify-content: space-between;
  align-items: flex-start;
}

.home1-t .left {
  width: 49%;
}

.home1-t .left .arrow {
  position: absolute;
  right: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  bottom: 1.65rem;
}

.home1-t .left .arrow>div {
  width: .6rem;
  height: .6rem;
  cursor: pointer;
}

.home1-t .left .arrow .prev {
  background: #12753F url(../images/h1-l.png) no-repeat center center;
}

.home1-t .left .arrow .next {
  background: #DBB251 url(../images/h1-r.png) no-repeat center center;
}

.home1-t .right {
  width: 49%;

}

.home1-t .left .imged {
  padding-bottom: 4.92rem;
}

.home1-t .left a {
  position: relative;
  display: block;

}

.home1 .left .cir {
  right: .2rem;
  left: auto;
  width: auto;
  bottom: .5rem;
}

.home1 .left .cir span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  margin: 0 0.04rem;
  border: 1px solid #CC0003;
  font-size: 0rem;
  background: transparent;
}

.home1 .left .cir span.on {

  background: #CC0003;

}

.home1 .left .con {
  width: 100%;
  padding-top: .3rem;
  padding-bottom: .39rem;
  height: 1.96rem;
  border-bottom: 1px solid #D8D8D8;
}

.home1 .left .con span {
  position: relative;
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #12753F;
  font-weight: bold;
  padding-bottom: .1rem;
}

.home1 .left .con span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: .05rem solid transparent;
  border-top: .05rem solid #12753F;
}

.home1 .left a p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #9E9E9E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home1 .left .con h3 {
  margin: .14rem 0;
  line-height: 0.24rem;
  color: #353535;
  margin-bottom: 0.15rem;
  font-weight: bold;
  font-size: .24rem;
  transition: 0.5s;
}

.home1 .left .con h4 {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
  max-height: 0.52rem\0;
}




.list li * {
  transition: 0.5s;
}

.home1-t .right .tit {
  margin-bottom: 0.3rem;
  align-items: center;
  justify-content: space-between;
}

.home1-t .right .tit h3 {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.5rem;
  padding: 0 0.25rem;
  cursor: pointer;
}

.home1-t .right .tit h3.on {
  background: #004721;
  border-radius: 0.2rem 0 0.2rem 0;
  color: #fff;
}



.list li {
  position: relative;
  padding: 0.27rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.list li:first-child {
  border-top: 1px solid #D8D8D8;
}

.list li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background: #12753F;
  /* transition: all .6s; */
}

.list li a {
  position: relative;
  display: flex;
  line-height: .31rem;
  padding-left: 0.3rem;
  align-items: center;
  z-index: 6;
}

.list li a::after {
  width: 0.07rem;
  height: 0.07rem;
  background: #12753F;
  bottom: auto;
  left: .1rem;
  top: 50%;
  transform: translateY(-50%);
}

.list li h3 {
  font-size: 0.2rem;
  color: #353535;
  line-height: 0.3rem;
  font-weight: 500;
  width: calc(100% - 0.8rem);
  transition: 0.5s;
}

.list li span {
  padding-left: .2rem;
  width: 0.8rem;
  font-size: .18rem;
  color: #12753F;
  text-align: right;
  white-space: nowrap;
  background: url(../images/time.png) no-repeat left center/.18rem auto;
}

@media screen and (min-width: 1024px) {
  .list li:hover:after {
    width: 100%;
  }

  .list li:hover h3 {
    color: #fff;
    font-weight: bold;
  }

  .list li:hover a::after {
    background: #fff;
  }

  .more a:hover {
    transform: translateX(.1rem);
  }

  .list li:hover span {
    color: #fff;
    background: url(../images/time1.png) no-repeat left center/.18rem auto;
  }
}

@media screen and (max-width:1024px) {
  .home1 .title {
    position: relative;
    width: 100%;
  }

  .home1-t .left {
    width: 100%;
  }

  .home1-t .right {
    width: 100%;
    margin-top: .2rem;
  }

  .home1-t .left .imged {
    padding-bottom: 62.11%;
  }
}

@media screen and (max-width:768px) {
  .home1 {
    padding: .2rem 0;
  }

  .home1 .title {
    margin-bottom: .2rem;

  }

  .title .h3 {
    margin-left: 0;
    background-size: .3rem auto;
    padding: 0 .2rem;
  }

  .title h3 {
    font-size: .24rem;
    text-align: left;
    display: inline;
  }

  .title .h3 p {
    padding: 0;
    font-size: .14rem;
    text-align: left;
  }

  .title .h3 p::before,
  .title .h3 p::after {
    width: .25rem;
  }

  .title .h3::after {
    background-size: 60% auto;
    left: 0;
  }

  .title .more {
    bottom: .1rem;
  }

  .list li {
    padding: .1rem 0;
  }

  .home1 .left .con {
    padding-bottom: 0;
    height: initial;
    border-bottom: none;
  }

  .home1-t .left .arrow {
    bottom: 1.53rem;
  }
}

@media screen and (max-width:420px) {
  .home1 .left .con h3 {
    font-size: .2rem;
    margin: .05rem 0;
  }

  .list li h3 {
    font-size: .16rem;    white-space: normal;
    width: 100%;
  }

  .home1-t .left .arrow {
    bottom: 1.34rem;
  }
}

/* home2 */
.home2 {
  position: relative;
  padding: .8rem 0;
  background: url(../images/sect2-bg.jpg) no-repeat center center/cover;
  overflow: hidden;
  z-index: 5;
}

.home2-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.home2-t>div {
  width: 30.56%;
}

.home2-t .title .h3 {
  margin-left: 0;
}

.home2-t li * {
  transition: 0.5s;
}

.home2-t .left li {
  position: relative;
}

.home2-t .left li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.04rem;
  width: 0;
  height: .08rem;
  background: url(../images/h2l-xx.png) no-repeat left center/100% 100%;
}

.home2-t .left li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .225rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.home2-t .left li a .date {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: .8rem;
}

.home2-t .left li a .date:after {
  content: "";
  position: absolute;
  left: 40%;
  top: 45%;
/*  transform: rotate(-30deg);*/
  width: .15rem;
  height: 2px;
  background: #12753F;
}

.home2-t .left li a .date span {
  font-size: .24rem;
  color: #12753F;
  font-weight: bold;
}

.home2-t .left li a .txt {
  flex: 1;
  min-width: 0;
  margin-left: .24rem;
  height: .6rem;
  display: flex;
  align-items: center;
}

.home2-t .left li a .txt p {
  font-size: .2rem;
  color: #333;
  line-height: .3rem;
  max-height: .6rem;
}

.home2-t .mid ul li {
  position: relative;
  padding-left: .3rem;
  padding-right: .8rem;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}

.home2-t .mid li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.05rem;
  width: 0;
  height: .08rem;
  background: url(../images/h2l-xx.png) no-repeat left center/100% 100%;
}
.home2-t .mid ul li a {
  display: block;
  padding: .24rem 0;
}

.home2-t .mid ul li a p {
  font-size: .2rem;
  color: #303030;
  line-height: .28rem;
  height: .56rem;
}

.home2-t .mid ul li span {
  position: absolute;
  right: 0;
  top: .25rem;
  width: .6rem;
  text-align: right;
  line-height: 1;
  border-left: 1px solid #12753F;
  font-size: .18rem;
  color: #12753F;
}

.home2-t .mid ul li:after {
  content: "";
  position: absolute;
  left: 0;
  width: .07rem;
  height: .07rem;
  background: #12753F;
  top: .35rem;
}

.home2-t .right ul li {
  border-bottom: 1px solid #D8D8D8;
}

.home2-t .right ul li a {
  display: block;
  padding: .09rem 0;
}

.home2-t .right ul li a>span {
  display: inline-block;
  min-width: 1rem;
  padding: 0 .15rem;
  height: .28rem;
  border-radius: 1rem;
  background: #FFFFFF;
  line-height: .28rem;
  text-align: center;
  font-size: .14rem;
  color: #12753F;
  margin-bottom: .2rem;
}

.home2-t .right ul li a .txt {
  position: relative;
  padding-right: .8rem;
}

.home2-t .right ul li a .txt p {
  font-size: .2rem;
  color: #333;
  line-height: .3rem;
  height: .6rem;
}

.home2-t .right ul li a .txt span {
  position: absolute;
  right: 0;
  top: 0.05rem;
  width: 0.6rem;
  text-align: right;
  line-height: 1;
  border-left: 1px solid #12753F;
  font-size: .18rem;
  color: #12753F;
}

@media screen and (min-width: 1024px) {
  .home2-t .left li:hover:after,.home2-t .mid li:hover:before {
    width: 100%;
  }

  .home2-t .left li:hover a .txt p {
    font-weight: bold;
  }

  .home2-t .mid ul li:hover a p {
    /* font-weight: bold; */
  }

  .home2-t .right ul li:hover a>span {
    background: #12753F;
    color: #fff;
  }

  .home2-t .right ul li:hover a .txt p {
    font-weight: bold;
  }
}

@media screen and (max-width:1024px) {
  .home2-t>div {
    width: 100%;
    margin-bottom: .15rem;
  }
}

@media screen and (max-width:768px) {
  .home2 {
    padding: .2rem 0;
  }

  .home2-t .left li a {
    padding: .15rem 0;
  }

  .home2-t .left li a .txt p {
    font-size: .16rem;
  }

  .home2-t .left li a .date span {
    font-size: .2rem;
  }

  .home2-t .mid ul li a {
    padding: .15rem 0;
  }

  .home2-t .mid ul li a p {
    font-size: .16rem;
  }

  .home2-t .right ul li a .txt p {
    font-size: .16rem;
  }

  .home2-t .right ul li a>span {
    margin-bottom: .1rem;
  }

  .home2-t .right ul li a .txt p {
    height: initial;
  }

  .title {
    margin-bottom: .15rem;
  }
}

@media screen and (max-width:420px) {}

/* home3 */
.home3 {
  padding: .8rem 0;
  overflow: hidden;
  width: 100%;
  background: url(../images/sect3-bg.png) no-repeat left bottom;
}

.home3-t .title .h3 {
  margin-left: 0;
}

.h3_list a {
  position: relative;
  display: block;
  margin-bottom: .6rem;
}

.h3_list a .scale .imged {
  position: relative;
  padding-bottom: 131.64%;
}
.h3_list a:hover .scale .imged{
    transform: scale(1);
}
.h3_list a .scale .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .15rem .25rem;
    z-index: 6;
}
.h3_list a .scale .txt .h3_logo{
    margin-bottom: .15rem;
}
.h3_list a .scale .txt .h3_logo img{
    height: .41rem;
}
.h3_list a .scale .txt h2{
    position: relative;
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    line-height: .4rem;
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: .1rem;
}
.h3_list a .scale .txt p{
    position: relative;
    padding-left: .8rem;
    line-height: .3rem;
    font-size: .16rem;
    color: #fff;
}
.h3_list a .scale .txt span{
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    color: #fff;
}
.h3_list a .scale .txt .gd{
    position: absolute;
    left: .25rem;
    right: .25rem;
    bottom: .35rem;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.h3_list a .scale .txt .gd:before{content:"";flex: 1;min-width: 0;height: 1px;background: #fff;}
.h3_list a .scale .txt .gd i{
    font-size: .16rem;
    color: #fff;
    font-style: normal;
    width: .7rem;
}
.h3_list a .cont {
  position: absolute;
  bottom: -.35rem;
  left: .16rem;
  right: .16rem;
  height: 2.19rem;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
  padding: .24rem;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

.h3_list a .cont h2 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333333;
  height: .6rem\0;
  margin-bottom: .1rem;
}

.h3_list a .cont p {
  position: relative;
  padding-left: .2rem;
  font-size: .16rem;
  line-height: .3rem;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.h3_list a .cont p img {
  position: absolute;
  left: 0;
  top: 0.06rem;
}

.h3_list .swiper-pagination {
  position: relative;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(18, 117, 63, .2);
}

.h3_list .swiper-pagination span {
  background: #E8B53E;
  top: -1px;
  bottom: -1px;
  height: initial;
}

.h3_list {
  position: relative;
}

.h3_list .prev {
  position: absolute;
  right: calc(100% + .1rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: #12753f57 url(../images/h1-l.png) no-repeat center center;
}

.h3_list .prev:hover {
  background: #DBB251 url(../images/h1-l.png) no-repeat center center;
}

.h3_list .next {
  position: absolute;
  left: calc(100% + .1rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: #12753f4f url(../images/h1-r.png) no-repeat center center;
}

.h3_list .next:hover {
  background: #DBB251 url(../images/h1-r.png) no-repeat center center;
}

@media screen and (min-width:1024px) {
  .h3_list a:hover .cont {
    opacity: 1;
    z-index: 6;
  }
}

@media screen and (max-width:1024px) {
  .h3_list .prev {
    right: auto;
    left: 0;
    z-index: 9;
  }

  .h3_list .next {
    left: auto;
    right: 0;
    z-index: 9;
  }
}

@media screen and (max-width:768px) {
  .home3 {
    padding: .2rem 0;
  }

  .h3_list a {
    margin-bottom: .2rem;
  }
}

.home4 {
  position: relative;
  padding-bottom: 1.43rem;
}

.home4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.43rem;
  background: #F6F5F0;
}

.home4 .title {
  position: absolute;
  left: 0;
  right: 0;
  top: .75rem;
}

.home4 .title .h3 {
  background: url(../images/tit1bg.png) no-repeat left bottom/.63rem auto;
}

.home4 .title .h3 p {
  color: #FFFFFF;
}

.home4 .title h3 {
  color: #fff;
}

.home4 .title h3 span {
  color: #E8B53E;
}

.list14_box a {
  position: relative;
  display: block;
}

.list14_box a .imged {
  padding-bottom: 46.19%;
}

.list14_box a .bf {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  width: 1.06rem;
  height: 1.06rem;
  background: url(../images/bf.png) no-repeat center center;
  z-index: 9;
}

.list14_box a .bf:before {
  content: "";
  position: absolute;
  top: -.3rem;
  bottom: -.3rem;
  left: -.3rem;
  right: -.3rem;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  animation: ripple 1.5s infinite;
}

.list14_box a .bf:after {
  content: "";
  position: absolute;
  top: -.48rem;
  bottom: -.48rem;
  left: -.48rem;
  right: -.48rem;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  animation: ripple 1.8s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: .8;
  }
}

.list14_box ul li {
  position: relative;
}

.list14_box ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/h4-tcbg.png) no-repeat center center/100% 100%;
  z-index: 9;
}

.list15_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.6rem;
  width: 69.16%;
  background: linear-gradient(rgba(255, 255, 255, 0.76), transparent);
  padding: .3rem .45rem;
}

.list15_box a {
  position: relative;
  display: block;
}

.list15_box a .scale {
  border: 5px solid transparent;
}

.list15_box a .scale .imged {
  padding-bottom: 63.32%;
}

.list15_box a .txt {
  position: relative;
  padding-top: .2rem;
  text-align: center;
  opacity: 0;
  z-index: -1;
}

.list15_box a .txt h4 {
  position: relative;
  font-size: .18rem;
  color: #353535;
  padding-bottom: .15rem;

}

.list15_box a .txt h4::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: .38rem;
  height: 3px;
  background: #E8B53E;
}

.list15_box .swiper-slide-thumb-active a .scale {
  border: 5px solid #E8B53E;
}

.list15_box .swiper-slide-thumb-active a .txt {
  opacity: 1;
  z-index: 6;
}

@media screen and (min-width:1024px) {}

@media screen and (max-width:1024px) {
  .list15_box {
    padding: .2rem;
  }
}

@media screen and (max-width:768px) {
  .home4 .title {
    left: .15rem;
    top: .2rem;
  }

  .home4 .title .h3 {
    background-size: .3rem auto;
  }

  .list14_box a .bf {
    width: .6rem;
    height: .6rem;
  }

  .list14_box a .bf:before {
    left: -.1rem;
    right: -.1rem;
    top: -.1rem;
    bottom: -.1rem;

  }

  .list14_box a .bf:after {
    left: -.2rem;
    right: -.2rem;
    top: -.2rem;
    bottom: -.2rem;
  }

  .list15_box {
    position: static;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
  }

  .home4 {
    padding-bottom: 0;
  }
}

.home5 {
  position: relative;
  padding-top: .8rem;
}

.home5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5.5rem;
  background: #F6F5F0;
}

.home5 .wp {
  position: relative;
  z-index: 6;
}

.home5 .title .h3 {
  margin-left: 0;
}

.h5-mt {
  position: absolute;
  right: 1rem;
  top: .2rem;
  z-index: 11;
}

.ul-iconsb1 {
  align-items: center;

  justify-content: center;
}

.ul-iconsb1 li {
  padding: 0 .15rem;
}

.ul-iconsb1 .con {
  position: relative;
  cursor: pointer;
}

.ul-iconsb1 .icon {
  width: 0.5rem;
  height: .5rem;
  background: #D8D8D8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul-iconsb1 li:nth-child(1):hover .icon {
  background: #10A957;
}

.ul-iconsb1 li:nth-child(2):hover .icon {
  background: #E23736;
}

.ul-iconsb1 li:nth-child(3):hover .icon {
  background: #6F50C7;
}

.ul-iconsb1 li:nth-child(4):hover .icon {
  background: #FF6734;
}

.ul-iconsb1 .icon img {
  max-width: 0.28rem;
  max-height: 0.25rem;
}

.ul-iconsb1 .icon .h5_ico1h {
  display: none;
}

.ul-iconsb1 li:hover .icon .h5_ico1h {
  display: block;
}

.ul-iconsb1 li:hover .icon .h5_ico1 {
  display: none;
}

.ul-iconsb1 .qrbox {
  bottom: 100%;
  transform: translateY(-30%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin: 0 0 .15rem;
  transition: 0.5s;
  position: absolute;
  width: 1.2rem;
  z-index: 10;
  height: auto;
  z-index: 100;
  left: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.ul-iconsb1 .qrbox .qr {
  padding: .05rem;
  background: #fff;
  text-align: center;
  border-radius: .1rem;
}

.ul-iconsb1 .qrbox::before {
  content: "";
  border-left: .08rem solid transparent;
  border-right: .08rem solid transparent;
  border-bottom: .1rem solid #fff;
  bottom: -0.08rem;
  transform: translateX(-50%) rotateX(180deg);
  position: absolute;
  left: 50%;
}

.ul-iconsb1 li:last-child .qrbox {
  left: auto;
  right: 0;
  transform: translateY(-30%);
}

.ul-iconsb1 li:last-child .qrbox::before {
  right: .15rem;
  left: auto;
  transform: translateX(0%) rotateX(180deg);
}

.ul-iconsb1 .qrbox .qr img {
  width: 100%;
}

.ul-iconsb1 .con:hover .qrbox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%) translateX(-50%);
}

.ul-iconsb1 li:last-child .con:hover .qrbox {
  transform: translateY(0%) translateX(0%);
}

.h5-mt ul li {}

.h5-t {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: .5rem;
}

.h5-t .left {
  flex: 1;
  min-height: 0;
}

.h5-t .left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h5-t .left ul li a {
  position: relative;
  display: block;
}

.h5-t .left ul li a .h5_ic {
  position: absolute;
  top: .17rem;
  right: .2rem;
}

.h5-t .left ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.h5-t .left ul li a .h5_ic img {
  height: .52rem;
}

.h5-t .left ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3rem .25rem;
  font-size: .18rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 6;
}

.h5-t .left .h5l-t ul li {
  width: 49.5%;
}


.h5-t .left .h5l-b ul li {
  width: 32.6%;
}



.h5-t .left .h5l-t .imged {
  padding-bottom: 59.59%
}

.h5-t .left .h5l-b {
  margin-top: .1rem;
}

.h5-t .left .h5l-b .imged {
  padding-bottom: 59.89%;
}

.h5-t .right {
  width: 3.88rem;
  margin-left: .1rem;
}



.h5r-b a {
  position: relative;
  display: block;
}

.h5r-b a .imged {
  padding-bottom: 155%;
}


.h5r-b a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

.h5r-b a span {
  position: absolute;
  top: .3rem;
  right: .24rem;
  width: .81rem;
  height: .33rem;
  line-height: .33rem;
  text-align: center;
  border-radius: 0.2rem;
  background: #DBB866;
  font-size: .14rem;
  color: #FFFFFF;
  z-index: 6;
}

.h5r-b .arrow {
  position: absolute;
  bottom: .2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}

.h5r-b .arrow .prev {
  width: .16rem;
  height: .1rem;
  background: url(../images/h5_l.png) no-repeat center center/.1rem auto;
  cursor: pointer;
}

.h5r-b .arrow .next {
  width: .16rem;
  height: .1rem;
  background: url(../images/h5_r.png) no-repeat center center/.1rem auto;
  cursor: pointer;
}

.h5r-b .s5_cir {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.h5r-b .s5_cir span {
  width: .08rem;
  height: .08rem;
  margin: 0 .05rem;
  background: rgba(255, 255, 255, .1);
  opacity: 1;
}

.h5r-b .s5_cir span.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255);
}

@media screen and (max-width: 1024px) {
  .h5-t .right {
    width: 100%;
    margin-left: 0;
    margin-top: .15rem;
  }

  .h5-t .left {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home5 {
    padding-top: .2rem;
  }

  .h5-mt {
    position: static;
  }

  .h5-t {
    margin-top: .2rem;
  }

  .h5-t .left ul li a .h5_ic img {
    height: .3rem;
  }

  .h5-t .left ul li a .h5_ic {
    right: .1rem;
    top: .1rem;
  }

  .h5-t .left ul li a p {
    padding: .1rem;
  }
}


.home6 {
  position: relative;
  padding: 1.5rem 0 0.75rem;
  background: url(../images/sect6-bg.png) no-repeat center bottom/cover;
}

.home6 .title {
  display: block;
}

.home6 .title .h3 {
  padding-right: 0;
}

.home6 .title .more {
  right: .3rem;
  bottom: -.6rem;
}

.home6 .wp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 6;
  align-items: flex-start;
}

.home6 .wp .title {
  width: 2.5rem;
  margin-right: 1.2rem;
}

.home6 .h6-list {
  flex: 1;
  min-width: 0;
}

.h6-list a {
  position: relative;
  display: block;
  padding: .06rem;
}

.h6-list a span{
  position:absolute;
  left:.5rem;
  bottom:0;
  z-index:9;
  color:#fff;
  font-size:.16rem;
  padding-bottom: .6rem;
  writing-mode: vertical-lr;
}
.h6-list a span::after{
  height: .5rem;
  content:"";
  position:absolute;
  left:50%;
  bottom: .06rem;
  width:1px;
  background: #fff;
}
.h6-list a::after {
  content: "";
  position: absolute;
  top: .16rem;
  right: 0;
  bottom: 0;
  left: .16rem;
}

.h6-list a:hover::after {
  background: #6B1512;
}

.h6-list ul li:nth-child(2n) a {
  margin-top: .93rem;
}

.h6-list a .imged {
  padding-bottom: 157.99%;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1024px) {
  .home6 {
    padding-top: .2rem;
  }

  .home6 .wp .title {
    width: 100%;
    margin-right: 0;
  }

  .home6 .title .h3 {
    margin-left: 0;
    text-align: left;
    /* display: inline; */
    width: 80%;
  }

  .home6 .title .more {
    right: 0;
    bottom: .2rem;
    z-index: 99999;
  }

  .home6 .h6-list {
    flex: none;
    width: 100%;
  }

  .h6-list ul li:nth-child(2n) a {
    margin-top: 0;
  }

  .fleft {
    display: none;
  }
}

@media screen and (max-width: 768px) {}

/* foot */
.footer {
  position: relative;
  margin-top: -.35rem;
  width: 100%;
  background: url(../images/foot_bg.png) no-repeat center top/cover;
  z-index: 2;
}

.foot-t {
  position: relative;
}

.foot-t .wp {
  position: relative;
}

.foot-t .wp .totop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .1rem;
  cursor: pointer;
}

.foot-t .wp .totop img {
  height: .59rem;
}

.foot-t ul {
  align-items: center;
  padding: .9rem 0 .4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.foot-t li {
  width: 7.69%;  width: 8.3%;
  text-align: center;

}

.foot-t li a {
  display: block;

}

.foot-t li .img {
  position: relative;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.foot-t li:hover .img {
  border: 1px dashed transparent;
}

.foot-t li .img:after {
  content: "";
  position: absolute;
  left: .07rem;
  right: .07rem;
  top: .07rem;
  bottom: .07rem;
  border-radius: 50%;
  background: #DBB251;
  opacity: 0;
  z-index: -1;
}

.foot-t li:hover .img:after {
  opacity: 1;
  z-index: 2;
}

.foot-t li .img:before {
  content: "";
  position: absolute;
  left: .0rem;
  right: .0rem;
  top: .0rem;
  bottom: .0rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  opacity: 0;
  z-index: -1;
}

.foot-t li:hover .img:before {
  opacity: 1;
  z-index: 2;
}

.foot-t li img {
  position: relative;
  max-height: 100%;
  max-height: .45rem;
  z-index: 9;
}

.foot-t li p {
  color: #fff;
  font-size: 0.18rem;
  margin-top: 0.15rem;
  line-height: 1.3;
  text-align: center;
}

.foot-b {
  justify-content: space-between;
  padding: 0.2rem 0;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}





.foot-b p {
  font-size: 0.18rem;
  line-height: 0.46rem;
  color: #fff;
}

.foot-b .fot-l p a.flex {
  align-items: center;
  padding-right: 0.1rem;
}

.foot-b .fot-l p img {
  display: inline-block;
  margin-right: 0.1rem;
}

.foot-b .ul-iconsb1 {
  padding: 0;
  align-items: center;
  justify-content: center;
}

.foot-b .ul-iconsb1 .icon {
  width: 0.4rem;
  height: .4rem;
  border-radius: 50%;
}

.foot-b .ul-iconsb1 .qrbox {
  top: auto;
  bottom: 100%;
  margin: 0 0 .15rem;
}

.foot-b .ul-iconsb1 .qrbox::before {
  top: auto;
  bottom: -.1rem;
  transform: translateX(-50%) rotateX(180deg);
}

.foot-b .ul-iconsb1 li:last-child .qrbox::before {
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotateX(180deg);
}

.foot-b .ul-iconsb1 li:nth-child(1) img {
  width: 0.8rem;
}

.foot-b .ul-iconsb1 li:nth-child(2) img {
  width: 0.5rem;
}

.select {
  width: 2.6rem;
  position: relative;
  cursor: pointer;
  margin-top: 0.45rem;
}

.select h2 {
  font-size: 0.16rem;
  height: 0.45rem;
  align-items: center;
  padding: 0 .15rem;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0.05rem;
}

.select h2 p {
  color: #fff;
  white-space: nowrap;
}

.select ul {
  background: #f8f8f8;
  height: 2rem;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  padding: .15rem 0rem;
  z-index: 5;
  bottom: 100%;
  display: none;
  overflow-y: auto;
}

.select li {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #333;
  transition: 0.5s;
  padding: 0 .15rem;
}

.select h2 img {
  width: 0.13rem;
}

.select li:hover {
  background: #004c26;
  color: #fff;
}

.ft-bq {
  padding: .15rem 0;
  text-align: center;
}

.ft-bq a {
  display: inline-block;
  margin: 0 .15rem;
  font-size: .18rem;
  color: #fff;
}

.ft-bq a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .05rem;
}

.rightFix {
  position: fixed;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200000;
  padding: .5rem 0 .2rem;
  display: block !important;
}

.fot-r ul {
  display: flex;
  flex-wrap: wrap;
}

.fot-r ul li {
  margin-left: .4rem;
  text-align: center;
}

.fot-r ul li .ewm {
  width: 1.11rem;
  height: 1.11rem;
}

.fot-r ul li .ewm img {
  display: block;
  width: 100%;
  height: 100%;
}

.fot-r ul li p {
  font-size: .18rem;
  color: #FFFFFF;
  margin-top: .1rem;
}

.rightFix li {
  width: 89px;
  color: #fff;
  text-align: center;
  font-size: .16rem;
  transition: .3s;
}

.rightFix li a {
  display: block;
  margin-bottom: 5px;
}




.rightFix a:hover i {
  transform: rotateY(360deg);
  transition: .5s;
}

.rightFix a i.i1 {
  background-image: url(../images/rr1.png);
}

.rightFix a i.i2 {
  background-image: url(../images/rr2.png);
}

.rightFix a i.i3 {
  background-image: url(../images/rr3.png);
}

.rightFix a i.i4 {
  background-image: url(../images/rr4.png);
}

.rightFix a i.i5 {
  background-image: url(../images/rr5.png);
}

.rightFix a i.i6 {
  background-image: url(../images/rr6.png);
}

.rightFix li p {
  margin-top: .1rem;
  transition: 0.5s;
  line-height: 1.5;
  padding: 0 .05rem;
}

.rightFix li.totop p {
  align-items: center;
  justify-content: center;
  cursor: pointer;
}



@media screen and (min-width: 1200px) {
  .foot-t li a:hover {
    background: url(../images/linkbg.png) no-repeat;
    background-size: 100% 100%;
  }

  .foot-t li a:hover .img img {
    transform: rotateY(360deg);
    transition: 0.5s;
  }

  .rightFix li:hover {
    background: #eb7a0b;
  }

  .rightFix li:last-child:hover {
    background: none;
  }
}

@media screen and (min-width: 1024px) {

  .foot-t li:hover .img:after {
    background: #DBB251;
  }

  .foot-t li:hover p {
    font-weight: bold;
  }


}



@media screen and (max-width: 1024px) {
    .home1 .left .con{border-bottom:none}
  .rightFix {
    display: none !important;
  }

  .foot-t li {
    width: 16.667%;
    margin-bottom: .15rem;
  }

  .footer {
    margin-top: -.55rem;
  }

  .fot-r {
    width: 100%;
    margin-top: .15rem;
  }

  .fot-r ul {
    justify-content: center;
  }

  .fot-r ul li {
    margin: 0 .15rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {

    margin-top: 0;
    background: #004d27;
  }

  .foot-t ul {
    padding-top: .5rem;
  }

  .foot-t .wp .totop {
    top: -.3rem;

  }

  .foot-t li {
    width: 33.333%;
  }

  .foot-t li .img {
    width: .8rem;
    height: .8rem;
  }

  .fot-m {
    width: 100%;
  }

  .fot-m .log {
    text-align: center;
  }

  .select {
    margin-top: .2rem;
    width: 100%;
  }

  .fot-l {
    width: 100%;
    margin-top: .15rem;
  }



  .ft-bq {
    line-height: .24rem;
  }

  .ft-bq a {
    font-size: .16rem;
  }
}

@media screen and (max-width: 420px) {}







@media (min-width: 200px) {
  [aos="zoom-in"] {
    transform: scale(0.5);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0)
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0)
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(-150px, -150px, 0);
    transform: translate3d(-150px, -150px, 0)
  }
}