:root {
  --color1: #048041;
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Heavy";
  src: url(../fonts/Alibaba-PuHuiTi-Heavy.otf);
}
img {
  max-width: 100%;
  max-height: 100%;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff !important ;
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #048041 !important;
  border: 2px solid #048041 !important;
  box-sizing: border-box;
}
.swiper-slide img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.swiper-pagination2 span.swiper-pagination-bullet-active {
  background: #048041 !important ;
  opacity: 1 !important;
}
.swiper-pagination2 .swiper-pagination-bullet {
  background-color: #fff !important;
  border: 2px solid #048041 !important;
  box-sizing: border-box;
}

.swiper-pagination3 span.swiper-pagination-bullet-active {
  background: #048041 !important ;
  opacity: 1 !important;
}
.swiper-pagination3 .swiper-pagination-bullet {
  background-color: #fff !important;
  border: 2px solid #048041 !important;
  box-sizing: border-box;
}
.cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.lt-cont {
  width: 40%;
}
.topname {
  border-bottom: 1px dashed #ccc;
}
.topname h2 {
  float: left;
  color: #048041;
  border-bottom: 2px solid #048041;
  padding: 8px 0;
  font-size: 20px;
  margin-bottom: -1px;
}
.topname h2 span {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin-top: -4px;
  margin-right: 6px;
}
.topname h2 span img {
  width: 100%;
  display: block;
}
.topname p {
  float: left;
  font-size: 18px;
  padding-top: 10px;
  color: #a9a9a9;
  padding-left: 10px;
}
.video {
  margin-top: 25px;
  position: relative;
  width: 100%;
}
.video img {
  width: 100%;
  display: block;
  min-height: 340px;
}
.video p {
  position: absolute;
  top: 30%;
  width: 118px;
  height: 112px;
  left: 40%;
  cursor: pointer;
}
.video p img {
  width: 100%;
  display: block;
  min-height: 0;
}
.rt-cont {
  width: 55%;
}
.list-box {
  margin-top: 28px;
}
.product .title,
.rt-cont .title {
  border-bottom: 1px dashed #ccc;
}
.product .title {
  margin-bottom: 30px;
}
.product .title h2,
.rt-cont .title h2 {
  float: left;
  color: #048041;
  border-bottom: 2px solid #048041;
  padding: 8px 0;
  font-size: 20px;
  margin-bottom: -1px;
}
.product .title h2 span,
.rt-cont .title h2 span {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin-top: -4px;
  margin-right: 6px;
}
.product .title h2 span img,
.rt-cont .title h2 span img {
  width: 100%;
  display: block;
}
.product .title p,
.rt-cont .title p {
  float: left;
  font-size: 18px;
  padding-top: 10px;
  color: #a9a9a9;
  padding-left: 10px;
}
.product .title a,
.rt-cont .title a {
  font-size: 14px;
  float: right;
  display: block;
  padding-top: 20px;
}
.list-cont {
  margin-bottom: 18px;
}
.list-cont:hover a {
  color: #048041;
  transition: 0s;
}
.list-cont:hover p {
  color: #048041;
  transition: 0s;
}
.list-cont span {
  display: block;
  float: left;
  background-color: #048041;
  color: #fff;
  border-radius: 2px;
  padding: 2px 6px;
  margin-right: 4px;
}
.list-cont a {
  display: block;
  float: left;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  width: 70%;
}
.list-cont p {
  float: right;
  font-size: 16px;
}
.rep-box {
  position: relative;
  width: 1200px;
  margin: 40px auto 30px;
}
.rep-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.rep-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.reo-con {
  position: relative;
  top: 0;
  width: 35%;
  padding: 50px 0 50px;
  color: #fff;
  left: 5%;
  z-index: 3;
}
.about_title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  padding: 20px 30px 40px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.about_title h3 {
  font-size: 42px;
  line-height: 50px;
  width: 200px;
  margin-bottom: 20px;
}
.reo-con h2 {
  font-size: 24px;
  font-weight: bold;
}
.reo-con p {
  font-size: 16px;
  color: #fff;
  text-indent: 2em;
  margin: 20px 0;
  line-height: 1.6;
  /*font-weight: bold;*/
}
.reo-con a {
  margin-top: 50px;
  display: inline-block;
  color: #fff;
  width: auto;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #048041;
  background-color: #048041;
  text-align: center;
  padding: 10px 40px;
  box-sizing: border-box;
  border-radius: 40px;
}
.roll-box {
  width: 1200px;
  margin: 0 auto;
}
.roll-box .lt-key {
  width: 20%;
  float: left;
}
.roll-box .lt-key h2 {
  /*width: 50%;*/
  color: #048041;
  font-size: 36px;
  margin-bottom: 25px;
}
.roll-box .lt-key p {
  font-size: 24px;
  color: #048041;
}
.box-box {
  width: 1200px;
  margin: 0 auto;
}
.roll-box .rt-roll {
  width: 80%;
  float: right;
  min-height: 148px;
}
.roll-box .rt-roll .img {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.roll-box .rt-roll img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.ro-con {
  text-align: center;
}
.ro-con p {
  font-size: 14px;
  color: #171717;
  font-weight: bold;
}
.swiper-container1 {
  padding-bottom: 30px;
}
.swiper-pagination7,
.swiper-pagination6,
.swiper-pagination2 {
  bottom: 0 !important;
  text-align: right !important;
}
.swiper-pagination7 .swiper-pagination-bullet,
.swiper-pagination6 .swiper-pagination-bullet,
.swiper-pagination2 .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 15px;
  height: 10px;
}
.swiper-pagination7 .swiper-pagination-bullet-active,
.swiper-pagination6 .swiper-pagination-bullet-active,
.swiper-pagination2 .swiper-pagination-bullet-active {
  box-sizing: border-box;
}

.swiper-container3 {
  padding: 30px 0;
}
.swiper-pagination3 {
  bottom: 90% !important;
  text-align: left !important;
}
.swiper-pagination3 .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 40px;
  height: 10px;
}
.swiper-pagination3 .swiper-pagination-bullet-active {
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .logo {
    width: 98%;
  }
  .nav {
    width: 100%;
  }
  .content {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cont {
    width: 100%;
  }
  .rep-box {
    width: 100%;
  }
  .reo-con {
    padding: 7% 0;
  }
  .reo-con h2 {
    font-size: 20px;
  }
  .reo-con p {
    font-size: 14px;
    margin: 10px 0;
  }
  .reo-con a {
    width: 28%;
  }
  .rep-box img {
    width: 100%;
    display: block;
  }
  .box-box {
    width: 100%;
  }
  .roll-box {
    width: 100%;
  }
  .roll-box .lt-key h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .roll-box .lt-key p {
    font-size: 18px;
  }
  .swiper-pagination2 .swiper-pagination-bullet {
    width: 25px;
  }
  .foot .footer {
    width: 100% !important;
    position: relative;
  }
  .lt-logo {
    width: 15%;
  }
  .lt-logo img {
    width: 100%;
    display: block;
  }
  .ct-cont {
    width: 80%;
    margin-left: 3%;
  }
  .rt-pic {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .nav_menu {
    display: none;
  }
  .logo .logo-right {
    display: none;
  }
  .lt-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .foot-nav {
    width: 82%;
    float: right;
  }
  .foot-big {
    width: 82%;
    float: right;
  }
  .foot-last {
    width: 82.2%;
    float: right;
  }
  .rt-pic {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .logo {
    width: 100%;
  }
}
@media (max-width: 812px) {
  .ct-cont {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .lt-cont {
    width: 100%;
  }
  .rt-cont {
    width: 100%;
  }
  .reo-con {
    padding: 6% 0;
    width: 100%;
    left: 1%;
    box-sizing: border-box;
  }
  .reo-con h2 {
    font-size: 16px;
  }
  .reo-con p {
    font-size: 12px;
    line-height: 2;
    margin: 10px 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; */
  }
  .roll-box .lt-key {
    width: 100%;
    margin-bottom: 25px;
  }
  .roll-box .lt-key h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .roll-box .lt-key p {
    font-size: 14px;
  }
  .roll-box .rt-roll {
    width: 100%;
    min-height: 0;
  }
  .lt-logo img {
    width: 100%;
    display: block;
  }
  .foot-big {
    float: left;
  }
  .foot-big p {
    font-size: 12px;
    padding: 4px 18px;
  }
  .foot-last {
    width: 75%;
    float: left;
  }
  .rt-pic img {
    width: 90%;
  }
  .reo-con a {
    margin-top: 25px;
    width: auto;
    font-size: 12px;
    /* padding: 2px; */
    /* margin-left: 4px; */
  }
  .lt-logo {
    width: 20%;
    top: 10px;
  }
}

@media (max-width: 769px) {
  .nav_menu {
    display: none;
  }
  video {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 391px) {
  .list-cont a {
    width: 60%;
  }
  .foot-big p {
    padding: 4px;
  }
  .foot-last {
    width: 71%;
  }
  .foot-last p {
    padding: 0 4px;
  }
  .foot-nav a {
    padding: 0 3.6%;
  }
}
@media (max-width: 346px) {
  .lt-logo {
    width: 25%;
  }
  .foot-nav {
    width: 75%;
  }
  .foot-nav a {
    padding: 0 1.6%;
  }
  .foot-last {
    width: 66%;
  }
  .foot-big p {
    width: 70%;
  }
  .foot-big p span {
    font-size: 14px;
  }
  .rt-pic {
    bottom: 45px;
  }
  .foot-last {
    width: 100%;
    text-align: center;
  }
  .reo-con h2 {
    font-size: 12px;
  }
  .reo-con p {
    margin: 0;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.5s ease;
}
header .bx {
  display: flex;
  align-items: center;
}
header .logos {
  flex-shrink: 0;
}
header .logos a {
  display: flex;
  height: 75px;
}
header .logos a .txt {
  margin-left: 15px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
header .logos a .txt p {
  line-height: 1;
}
header .logos a .txt span {
  font-size: 14.4px;
  line-height: 1;
}
header .navs {
  margin: 0 auto;
}
header .navs .menu {
  display: flex;
}
header .navs .menu li {
  position: relative;
}
header .navs .menu li .menu-item a {
  display: block;
  font-size: 16px;
  line-height: 90px;
  text-align: center;
  padding: 0 15px;
  white-space: nowrap;
  font-weight: bold;
}
header .navs .menu li .menu-item i {
  display: none;
}
header .navs .menu li .menu-item a::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: var(--color1);
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}
header .navs .menu li .subnav {
  position: absolute;
  padding-top: 8px;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform-origin: 0 0 0;
  transform: translateY(10px) translateX(-50%);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  padding: 0 0;
  border-radius: 0 0 5px 5px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.95);
}
header .navs .menu li .subnav a {
  padding: 0 20px;
  line-height: 40px;
  transition: 0.3s;
  color: #505050;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  text-align: center;
  white-space: nowrap;
}
header .navs .menu li .subnav a:hover {
  color: var(--color1);
}
header .navs .menu li:hover .menu-item a::after {
  transform: scaleX(1);
}
header .navs .menu li:hover .subnav {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}
header .tel {
  color: #333;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .tel i {
  font-size: 40px;
  margin-right: 15px;
}
header .tel p {
  font-family: "DINOT-BOLD";
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
}
header .language {
  position: relative;
}
header .language p {
  line-height: 90px;
  text-align: center;
  position: relative;
}
header .language p::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: var(--color1);
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}
header .language ul {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform-origin: 0 0 0;
  transform: translateY(10px) translateX(-50%);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  padding: 0 0;
  border-radius: 0 0 5px 5px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.95);
}
header .language:hover p::after {
  transform: scaleX(1);
}
header .language:hover ul {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}
header .language ul a {
  padding: 0 20px;
  line-height: 40px;
  transition: 0.3s;
  color: #505050;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  text-align: center;
  white-space: nowrap;
}
header .language ul a:hover {
  color: var(--color1);
}
header .icon {
  display: none;
}
header .icon i {
  font-size: 28px;
}
header.on {
  background-color: #fff;
}
header.on .nav .menu li .subnav {
  background-color: #fff;
}
.bx {
  max-width: 1600px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.mobile-nav {
  display: none;
}
footer {
  width: 100%;
  overflow: hidden;
}
footer .top .bx {
  display: flex;
  gap: 5rem;
}
footer .top .left {
  padding-top: 5rem;
  padding-bottom: 3rem;
  /*width: 31rem;*/
}
footer .top .left .logos {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  display: none;
}
footer .top .left .logos a {
  width: 70px;
}
footer .top .left .logos img {
  width: 100%;
}
footer .top .left .info {
  text-indent: 1em;
}
footer .top .left .logos .hr {
  height: 3.125rem;
  display: none;
}
footer .top .left .logos .text {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #414141;
  font-weight: bold;
}
footer .top .left .info > h2 {
  font-size: 1.75rem;
  color: #313131;
  font-weight: bold;
}
footer .top .left .info > ul {
  padding-top: 1.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
footer .top .left .info > ul li {
  color: #8f9296;
  font-weight: bold;
  transition: 0.5s;
}
footer .top .left .info > ul li:hover {
  color: var(--color1);
}
footer .top .left .text {
  margin-top: 5rem;
}
footer .top .left .text h2 {
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
footer .top .left .text ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .top .left .text ul li {
  display: flex;
  align-items: center;
}
footer .top .left .text ul li i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
footer .top .left .info .icon {
  margin-top: 87px;
  display: flex;
  gap: 0.75rem;
}
footer .top .left .info .icon i {
  font-size: 25px;
}
footer .top .hr {
  width: 1px;
  background: #e2e2e2;
}
footer .top .right {
  padding-top: 5rem;
  padding-bottom: 3rem;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
footer .top .right .navs {
  margin-right: 50px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
footer .top .right .navs ul h4 {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 1.375rem;
  position: relative;
  transition: all 0.3s ease;
}
footer .top .right .navs ul h4:hover {
  color: var(--color1);
}
footer .top .right .navs ul li {
  font-size: 1rem;
  color: #333;
  line-height: 32px;
  transition: all 0.3s ease;
}
footer .top .right .navs ul li:hover {
  color: var(--color1);
}
footer .top .right .info {
  /*margin-top: 3.75rem;*/
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
footer .top .right .info .text h2 {
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
footer .top .right .info .text ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .top .right .info .text ul li {
  display: flex;
  /*align-items: center;*/
}
footer .top .right .info .text ul li p {
  line-height: 2;
  display: flex;
}
footer .top .right .info .text ul li span {
  flex-shrink: 0;
}
footer .top .right .info .text ul li i {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
}
footer .top .left .box,
footer .top .right .info .box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
footer .top .left .ewm .img,
footer .top .right .info .ewm .img {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #525252;
  padding: 5px;
}
footer .top .left .ewm p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
footer .top .right .info .ewm .img img {
  width: 100%;
  height: 100%;
}
footer .top .right .info .ewm .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, var(--color1) 211%);
  border-bottom: 1px solid var(--color1);
  transform: translateY(-100%);
  animation: ewm 2s infinite;
  animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
  animation-delay: 1.4s;
}
footer .top .right .info .ewm p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
footer .bottom {
  background: var(--color1);
  padding: 1rem 0;
}
footer .bottom .bx {
  display: flex;
}
footer .bottom .left {
  flex-grow: 1;
  line-height: 2rem;
}
footer .bottom .left p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer .bottom .left a {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .left a:hover {
  color: #fff;
}
footer .bottom .right {
  font-size: 1rem;
  flex-shrink: 0;
  color: #fff;
  width: 22.1875rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .bottom .right .text {
  padding: 0 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom .right i {
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
footer .bottom .right ul {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 100%;
  padding: 1rem 15px;
  background-color: var(--color1);
}
footer .bottom .right ul li {
  line-height: 30px;
}
footer .bottom .right a {
  transition: all 0.3s ease;
}
footer .bottom .right a:hover {
  color: #fff;
}
footer .bottom .right.on i {
  transform: rotate(270deg);
}
html {
  font-size: 14px;
}
.myswiper1 {
  height: 100vh;
  padding: 0;
}
.pagination_1 span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.pagination_1 span.swiper-pagination-bullet-active {
  background: var(--color1) !important;
  width: 40px;
}
.myswiper1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.myswiper1 .swiper-slide {
  position: relative;
}
.myswiper1 .txt {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #048041;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.myswiper1 .txt h2 {
   padding: 0 80px;
  /* font-weight: bold; */
  font-size: 60px;
  font-family: "Alibaba-PuHuiTi-Heavy";
  line-height: 1;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  margin-bottom: 25px;
  transition: all 1.5s ease 0.1s;
  transition-delay: 0.3s;
  opacity: 0;
  text-align: center;
  transform: translateY(100px);
}
.myswiper1 .txt p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 65px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.6s ease 0.5s;
}
.myswiper1 .txt .but {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s ease 0.8s;
  display: flex;
  gap: 15px;
}
.myswiper1 .swiper-slide-active .txt h2,
.myswiper1 .swiper-slide-active .txt p,
.myswiper1 .swiper-slide-active .txt .but {
  opacity: 1;
  transform: translateY(0);
}
.myswiper1 .txt .but a {
  width: 200px;
  height: 68px;
  border-radius: 68px;
  background-color: #fff;
  color: #333;
  font-size: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.8s ease;
}
.myswiper1 .txt .but a:hover,
.myswiper1 .txt .but a + a {
  color: #fff;
  background-color: #048041;
}
.myswiper5 .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 72%;
  border: 1px solid #d8d2d2;
  transition: all 0.5s ease;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 7px;
}
.myswiper5 .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.myswiper5 a:hover .img {
  border: 1px solid var(--color1);
}
.myswiper5 a:hover .img img {
  transform: scale(1.05);
}
.myswiper5 .txt h2 {
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.myswiper5 .swiper-button-prev,
.myswiper5 .swiper-button-next {
  background: none;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myswiper5 .swiper-button-prev {
  left: 0;
}
.myswiper5 .swiper-button-next {
  right: 0;
}
.myswiper5 .swiper-button-prev i,
.myswiper5 .swiper-button-next i {
  font-size: 40px;
  color: #048041;
}
.qywh {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.qywh .son {
  flex-grow: 1;
  width: 100%;
  height: 400px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
.qywh .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}
.qywh .son.on {
  flex-grow: 2;
  width: 200%;
}
.qywh .bj {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.qywh .txt {
  color: #fff;
  position: relative;
  z-index: 11;
}
.qywh h4 {
  font-size: 22px;
  line-height: 1.5;
  margin: 15px 0;
}
.qywh p {
  opacity: 0;
  transition: all 0.5s ease;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #fff;
  -webkit-box-orient: vertical;
}
.qywh .on p {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
  .bx {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .bx {
    height: 60px;
  }
  .myswiper1 .txt {
    top: 60px;
    left: 10px;
    right: 10px;
  }
  .myswiper1 .txt h2 {
    font-size: 26px;
    padding: 0 10px;
    line-height: 1.5;
  }
  .chat-content-arrow,
  .about_title,
  footer .bottom .right,
  footer .top .left .logos .hr,
  footer .top .right .nav ul li,
  header .nav,
  header .tel,
  header .navs,
  .chat-content-arrow2,
  .history .bg1 {
    display: none;
  }
  .history {
    padding-top: 0;
    background: none;
  }
  .myswiper1 .txt .but a {
    gap: 10px;
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
  .reo-con {
    padding: 20px;
    left: 0;
  }
  footer .top .left .logos {
    justify-content: center;
  }
  .new-right-content .honor .honor-block ul a {
    box-sizing: border-box;
    margin: 5px;
    width: calc(50% - 10px);
  }
  header .icon {
    margin-left: auto;
    display: block;
  }
  header .logos a {
    height: 40px;
  }
  header .logos a .txt {
    font-size: 18px;
  }
  header .logos a .txt span {
    font-size: 8.3px;
  }
  .qywh {
    flex-direction: column;
  }
  .qywh .son.on {
    flex-grow: 1;
    width: 100%;
  }
  .qywh p {
    opacity: 1;
  }
  .mobile-nav {
    width: 0;
    transition: all 0.8s ease;
    white-space: nowrap;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    /* width: 100%; */
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    overflow: auto;
  }
  .mobile-nav .menu {
    margin-top: 60px;
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .menu li .menu-item {
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .mobile-nav .menu li a {
    display: block;
    line-height: 40px;
    flex-grow: 1;
  }
  .mobile-nav .menu li .subnav {
    padding: 0 20px;
    transition: all 0.8s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .menu li:last-child {
    flex-grow: 1;
  }
  footer .top .bx {
    gap: 0;
    flex-direction: column;
  }
  footer .top .right {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .top .right .navs {
    margin: 0;
  }
  footer .top .right .info {
    align-items: center;
    padding: 20px 0;
  }
  footer .top .right .navs {
    flex-wrap: wrap;
  }
  footer .top .right .navs ul {
    width: 33%;
    text-align: center;
  }
  footer .top .left .info {
    text-indent: 0;
    text-align: center;
  }
  footer .top .left {
    padding-top: 2rem;
  }
  .new-right {
    width: 100%;
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .culture-block1 {
    width: 100%;
  }
  .culture-block .culture-block1-right p {
    padding-left: 0px;
  }
  .culture-block .culture-block1-left .txt0 h1 {
    margin-left: 0px;
    font-size: 22px;
  }
  .history .content1 {
    height: auto;
    display: block;
  }
  .history li {
    margin-bottom: 20px;
    display: flex;
  }
  .history {
  }
  .history .time1,
  .history .time {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    background: none;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    padding-right: 30px;
  }
  .history .content1,
  .history .content {
    position: relative;
    left: auto;
    right: auto;
  }
  .new-right-content .honor .honor-block ul a img {
    height: 150px;
  }
  .new-right-block2 {
    display: flex;
    justify-content: space-between;
  }
  .pic-con {
    margin-left: auto;
    width: 55%;
  }
  .advise .inp p input {
    width: 100%;
  }
  .advise form p,
  .advise .inp {
    width: 100%;
  }
  .banner {
    height: 300px;
    padding: 0;
  }
  .banner .txt {
    top: 60px;
  }
  .banner img {
    height: 100%;
    object-fit: cover;
  }
  .banner .txt h2 {
    font-size: 32px;
  }
  .banner .txt p {
    font-size: 18px;
  }
  .rt-cont {
    margin-top: 30px;
  }
}
#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover,
#page_1 a.on {
  color: #fff;
  background: var(--color);
  border: solid 1px var(--color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}
