@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #18A853;
}
.c {
  color: #18A853;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 50px;
  height: 50px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li:hover {
  background: #18A853;
  color: #fff;
  text-align: center;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #18A853;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #18A853;
}
.search_more:hover::before {
  background: #18A853;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 15rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #18A853 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #18A853;
}
.searchbox {
  border-color: #18A853;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #707070;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  padding: 1em 0;
}
.ajhhsd a {
  color: #707070;
}
.ajhhsd a:hover {
  color: #18A853;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #18A853;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #18A853;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #18A853;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #18A853;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li:hover .iconfont {
  background: linear-gradient(90deg, #2961E9 0%, #09EE9D 100%), rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 5.625rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .container {
  padding: 0 6.25rem;
}
header:hover,
header.active,
header.active2 {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a,
header.active2 .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before,
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #18A853;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a,
header.active2 .center ul li.active > a {
  color: #18A853;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before,
header.active2 .center ul li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .lanuage a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}
header:hover .logo img,
header.active .logo img,
header.active2 .logo img {
  filter: unset;
}
header:hover .tel,
header.active .tel,
header.active2 .tel {
  color: #000;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header,
  header:hover, header.active, header.active2{
    background-color: unset;
  }
  header .logo,
  header .ds1,
  header .tel,
  header .center{
      display: none;
  }

}
header .logo img {
  height: 3.75rem;
  filter: brightness(0) invert(1);
}
header .ds1 {
  margin-left: 2.375rem;
}
header .ds1 .iconfont {
  font-size: 1.375rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .tel {
  margin-left: 2.125rem;
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
header .tel i {
  font-size: 1.125rem;
  vertical-align: middle;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
}
header .lanuage a {
  color: #FFF;
  font-size: 1rem;
  /*font-style: italic;*/
  font-weight: 700;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 0.625rem;
  padding-left: 0.75rem;
}
header .lanuage a.c {
  color: #18A853;
}
header .center > ul > li {
  float: left;
  padding: 0 1rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #18A853;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #18A853;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #18A853;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #262626;
}
footer > .container {
  padding-top: 2.8125rem;
  padding-bottom: 3.125rem;
  background: #262626;
}
footer > .container .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer > .container .right .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
}
footer > .container .right .footnav .subfootnav {
  margin-top: 0.9375rem;
}
footer > .container .right .footnav .subfootnav .subfootli > a {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
footer > .container .right .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer > .container .right .footnav .contact_ul {
  margin-top: 1.5625rem;
}
footer > .container .right .footnav .contact_ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer > .container .right .footnav .contact_ul li .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
}
footer > .container .right .footnav .contact_ul li p {
  flex: 1;
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.8125rem;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #262626;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 1.875rem 0 1.6875rem;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  color: #fff;
}
footer .copyright .ri {
  padding-left: 1.25rem;
}
footer .copyright .right span:nth-last-child(1) {
  display: none;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
footer .copyright .left .social-share .social-share-icon {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner {
  position: relative;
}
.banner .swiper-container {
  z-index: unset;
}
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  left: 8%;
}
.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
  right: 8%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: none;
  border: 1px solid #fff;
  z-index: 5;
}
.banner .swiper-button-next i,
.banner .swiper-button-prev i {
  font-size: 1rem;
  color: #fff;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background: #fff;
}
.banner .swiper-button-next:hover i,
.banner .swiper-button-prev:hover i {
  color: #18A853;
}
.banner .img {
  position: relative;
}
.banner .img::before {
  content: '';
  display: block;
  width: 40rem;
  height: 100%;
  background-image: url(../img/banbg2.png);
  background-size: cover;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .img::after {
  content: '';
  display: block;
  width: 29.1875rem;
  height: 100%;
  background-image: url(../img/banbg1.png);
  background-size: cover;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 9999;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 1.665rem;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #18A853;
  line-height: 3.125rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #18A853;
  font-size: 1rem;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #18A853;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
  overflow: hidden;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.45);
  font-size: 3.75rem;
  font-weight: 700;
}
.neibanner .i1 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
}
.neibanner .i1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neibanner .i2 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
}
.neibanner .i2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.25rem;
}
.neibanner .mbxdh .ajhhsd {
  text-align: right;
  color: #fff;
}
.neibanner .mbxdh .ajhhsd a,
.neibanner .mbxdh .ajhhsd span {
  color: #fff;
}
.news_box {
  padding-top: 8.75rem;
}
.news_box .content {
  border-bottom: 1px solid rgba(34, 75, 151, 0.15);
  padding-bottom: 5.3125rem;
}
.news_box .content .swipernews {
  position: relative;
  overflow: hidden;
}
.news_box .content .swipernews .news_new_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_box .content .swipernews .news_new_box .left {
  width: 50%;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
}
.news_box .content .swipernews .news_new_box .left .newstxt p.p1 {
  color: #AFAFAF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
.news_box .content .swipernews .news_new_box .left .newstxt p.p1 i {
  color: #D9D9D9;
  font-size: 1.375rem;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 0.625rem;
}
.news_box .content .swipernews .news_new_box .left .newstxt h3 {
  margin-top: 2.1875rem;
  color: #000;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.8125rem;
}
.news_box .content .swipernews .news_new_box .left .newstxt p.p {
  margin-top: 2.5rem;
  color: #707070;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.news_box .content .swipernews .news_new_box .right {
  width: 50%;
  padding-left: 1.25rem;
}
.yyhy_content {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  box-shadow: 0px 0px 0.625rem 5px rgba(23, 47, 83, 0.05);
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 2rem 2rem 2rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #3F3F3F;
  font-size: 1.375rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: #6C6C6C;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.4375rem;
}
.yyhy_content .yyhy_con .yyhy_item .text .xian {
  margin-top: 1.875rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #2961E9 0%, #09EE9D 100%);
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  margin-top: 1.5625rem;
  color: #AFAFAF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
.yyhy_content .yyhy_con .yyhy_item .text .time i {
  font-size: 1.375rem;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #18A853;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.all_title p {
  color: #18A853;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
}
.all_title h3 {
  /*margin-top: 1.4375rem;*/
  color: #1C1C1C;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.4375rem;
  text-transform: capitalize;
}
.all_title.white h3 {
  color: #fff;
}
.all_more {
  display: inline-block;
  border: none;
  padding: 1.1875rem 2.625rem;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  border-radius: 3.4375rem;
}
.all_more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #18A853;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.4375rem;
  z-index: -1;
}
.all_more::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #18A853;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3.4375rem;
}
.all_more:hover {
  cursor: pointer;
  color: #18A853;
}
.all_more:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.all_more:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.all_more:hover .i {
  border-color: #18A853;
}
.all_more:hover .i i {
  color: #18A853;
}
.all_more2 {
  padding: 1.0625rem 4.0625rem;
  border-radius: 3.125rem;
  border: 1px solid #E2E2E2;
  color: #939393;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more2:hover {
  background-color: #18A853;
  color: #fff;
}
.index_one {
  padding-top: 7.625rem;
}
.index_one .desc {
  margin-top: 1.625rem;
  color: #707070;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_two {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #F5F5F5;
}
.index_two .top_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_two .tabul {
    margin-top: 1.25rem;
    width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index_two .tabul .tabli {
  margin-right: 1.875rem;
  padding: 1rem 1.9375rem;
  border-radius: 3.125rem;
  border: 1px solid #E2E2E2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-bottom: 10px;
}
.index_two .tabul .tabli a {
  color: #939393;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
}
.index_two .tabul .tabli:hover,
.index_two .tabul .tabli.active {
  background-color: #18A853;
  border-color: #18A853;
}
.index_two .tabul .tabli:hover a,
.index_two .tabul .tabli.active a {
  color: #fff;
}
.index_two .content {
  position: relative;
  display: none;
}
.index_two .content.active {
  display: block;
}
.index_two .swiper_indexpro {
  position: relative;
  overflow: hidden;
  margin: 0 -1.125rem;
}
.index_two .swiper_indexpro .swiper-slide {
  padding: 0 1.125rem;
}
.index_two .swiper_indexpro .swiper-slide .indexpro_box {
  background: #FFF;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}
.index_two .swiper_indexpro .swiper-slide .indexpro_box .over {
  background: #EFF8F0;
  position: relative;
}
.index_two .swiper_indexpro .swiper-slide .indexpro_box .over::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(239, 248, 240, 0) 0%, rgba(185, 232, 190, 0.6) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.index_two .swiper_indexpro .swiper-slide .indexpro_box .over img {
  position: relative;
  z-index: 2;
}
.index_two .swiper_indexpro .swiper-slide .indexpro_box .text {
  padding: 2.4375rem 0 2.9375rem;
  color: #2F2F2F;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_two .swiper_indexpro .swiper-pagination {
  justify-content: center;
}
.index_three {
  background-size: cover;
  padding-top: 15.3125rem;
  padding-bottom: 25rem;
  background-attachment: fixed;
}
.index_three .desc {
  margin-top: 1.4375rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-transform: capitalize;
}
.index_four {
  padding-top: 7.5rem;
}
.index_four .top_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index_four .content .swiper_yytab {
  overflow: hidden;
  position: relative;
  padding: 0 0.625rem;
}
.index_four .content .swiper_yytab .swiper-slide:nth-last-child(1) .yytab_box {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index_four .content .swiper_yytab .swiper-slide .yytab_box {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.125rem;
}
.index_four .content .swiper_yytab .swiper-slide .yytab_box .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
  filter: brightness(0) invert(0.1);
}
.index_four .content .swiper_yytab .swiper-slide .yytab_box .text {
  margin-top: 0.8125rem;
  padding-bottom: 1.625rem;
  color: #525252;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  position: relative;
}
.index_four .content .swiper_yytab .swiper-slide .yytab_box .text::before {
  content: '';
  display: block;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #2961E9 0%, #09EE9D 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .swiper_yytab .swiper-slide.active .yytab_box,
.index_four .content .swiper_yytab .swiper-slide:hover .yytab_box {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 0.625rem 5px rgba(110, 110, 110, 0.05);
  overflow: hidden;
  border: none;
}
.index_four .content .swiper_yytab .swiper-slide.active .yytab_box .icon,
.index_four .content .swiper_yytab .swiper-slide:hover .yytab_box .icon {
  filter: unset;
}
.index_four .content .swiper_yytab .swiper-slide.active .yytab_box .text,
.index_four .content .swiper_yytab .swiper-slide:hover .yytab_box .text {
  color: #18A853;
}
.index_four .content .swiper_yytab .swiper-slide.active .yytab_box .text::before,
.index_four .content .swiper_yytab .swiper-slide:hover .yytab_box .text::before {
  width: calc(100% - 1.25rem);
}
.index_four .content .swiper_yytab .swiper-slide.active + .swiper-slide .yytab_box,
.index_four .content .swiper_yytab .swiper-slide:hover + .swiper-slide .yytab_box {
  border-left: unset;
}
.index_four .content2 .swiper_yycon .yycon_box .left {
  padding-right: 0;
}
.index_four .content2 .swiper_yycon .yycon_box .right {
  padding-left: 6.25rem;
  padding-right: var(--container);
  display: table;
  background: #F5F5F5;
}
.index_four .content2 .swiper_yycon .yycon_box .right .text_box {
  display: table-cell;
  vertical-align: middle;
}
.index_four .content2 .swiper_yycon .yycon_box .right .text_box .title {
  color: #2F2F2F;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
.index_four .content2 .swiper_yycon .yycon_box .right .text_box .desc {
  margin-top: 1.25rem;
  color: #6C6C6C;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.index_four .content2 .swiper_yycon .yycon_box .right .text_box .tit {
  color: #2F2F2F;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.index_four .content2 .swiper_yycon .yycon_box .right .text_box ul {
  margin-top: 1.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}
.index_five {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.index_five .top_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index_five .content .left {
  padding-right: 1.375rem;
}
.index_five .content .left ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.index_five .content .left ul li {
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: table;
  position: relative;
}
.index_five .content .left ul li::before {
  content: '';
  display: block;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #2961E9 0%, #09EE9D 100%), rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .content .left ul li .li_con {
  display: table-cell;
  vertical-align: middle;
}
.index_five .content .left ul li .li_con .le {
  padding-right: 5rem;
  flex: 1;
}
.index_five .content .left ul li .li_con .le .time {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_five .content .left ul li .li_con .le .tit {
  margin-top: 1.125rem;
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.index_five .content .left ul li .li_con .le .desc {
  margin-top: 0.5rem;
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_five .content .left ul li .li_con .ri .more {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #18A853;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .content .left ul li .li_con .ri .more i {
  color: #18A853;
  font-size: 1rem;
}
.index_five .content .left ul li .li_con .ri .more:hover {
  background: #18A853;
}
.index_five .content .left ul li .li_con .ri .more:hover i {
  color: #fff;
}
.index_five .content .left ul li:hover .li_con .ri .more {
  background-color: #18A853;
}
.index_five .content .left ul li:hover .li_con .ri .more i {
  color: #fff;
}
.index_five .content .left ul li:hover::before {
  width: 100%;
}
.index_five .content .right {
  padding-left: 1.375rem;
}
.index_five .content .right .swiper_newsimg {
  position: relative;
  overflow: hidden;
}
.channel_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.channel_box .channel_list {
  display: flex;
  align-items: center;
  margin: 0 -1.25rem;
  overflow-y: auto;
  
}



.channel_box .channel_list .channel_item {
  padding: 0 1.25rem;
  position: relative;
  width: auto;
}
.channel_box .channel_list .channel_item a {
  padding: 2rem 0.6875rem 1.25rem;
  color: #707070;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  position: relative;
  white-space: nowrap;
}
.channel_box .channel_list .channel_item a::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #2961E9 0%, #09EE9D 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_box .channel_list .channel_item:hover a,
.channel_box .channel_list .channel_item.active a {
  color: #18A853;
}
.channel_box .channel_list .channel_item:hover a::before,
.channel_box .channel_list .channel_item.active a::before {
  width: 100%;
}
.about_one {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.about_one .left {
  padding-right: 1.25rem;

}
.about_one .left .desc {
  margin-top: 1.625rem;
  color: #707070;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.about_one .right {
  padding-left: 1.25rem;
}
.about_one ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.about_one ul li {
  padding: 0 1.25rem;
  color: #707070;
  font-size: 1.375rem;
  line-height: 2.8125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.about_one ul li span {
  color: #18A853;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.8125rem;
}
.about_two {
  padding-top: 10.375rem;
  padding-bottom: 6.25rem;
  background: #F5F5F5;
}
.about_two .desc {
  width: 90%;
  margin: 1.625rem auto 0;
  color: #707070;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.about_two ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about_two ul li {
  position: relative;
}
.about_two ul li .over {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  margin: 0 auto;
}
.about_two ul li .text {
    width: 70%;
  color: #FFF;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_four {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}
.about_four .swiper_honors {
  position: relative;
  margin: 0 -1.1875rem;
  padding-bottom: 5.625rem;
}
.about_four .swiper_honors .swiper-slide {
  padding: 0 1.1875rem;
}
.about_four .swiper_honors .swiper-slide .honor_box {
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 1.9375rem 1.75rem;
}
.about_four .swiper_honors .swiper-scrollbar {
  width: 88%;
  left: unset;
  right: 0;
  height: 1px;
  bottom: 1.5625rem;
}
.about_four .swiper_honors .swiper-scrollbar-drag {
  background-color: #18A853;
}
.about_four .swiper_honors .swiper-button-prev,
.about_four .swiper_honors .swiper-container-rtl .swiper-button-next {
  left: 0;
  top: unset;
  bottom: 0;
}
.about_four .swiper_honors .swiper-button-next,
.about_four .swiper_honors .swiper-container-rtl .swiper-button-prev {
  top: unset;
  bottom: 0;
  right: unset;
  left: 4.75rem;
}
.about_three .left {
  width: 50%;
}
.about_three .right {
  width: 50%;
  position: relative;
}
.about_three .right .content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5rem;
  padding-left: 5.4375rem;
}
.about_three .right .content .all_title p {
  color: #fff;
}
.about_three .right .content .swiper_history {
  height: 35rem;
  overflow: hidden;
  position: relative;
}
.about_three .right .content .swiper_history::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0.625rem;
  left: 0.4375rem;
}
.about_three .right .content .swiper_history .swiper-slide .history_box {
  padding-left: 3rem;
  position: relative;
}
.about_three .right .content .swiper_history .swiper-slide .history_box::before {
  content: '';
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.about_three .right .content .swiper_history .swiper-slide .history_box h3 {
  color: #FFF;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.1875rem;
  margin-bottom: 0.625rem;
}
.about_three .right .content .swiper_history .swiper-slide .history_box p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_contact {
  padding-top: 10.1875rem;
  padding-bottom: 7.5rem;
}
.list_contact .left .title {
  color: #1C1C1C;
  font-size: 1.5rem;
}
.list_contact .left .tel {
  color: #1C1C1C;
  font-size: 1.125rem;
  line-height: 2.8125rem;
}
.list_contact .left .tel span {
  color: #1C1C1C;
  font-size: 2.1875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.8125rem;
}
.list_contact .left .contact_ul li {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact .left .fenxiang .tit {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact .left .fenxiang .social_share {
  flex: 1;
}
.list_contact .left .fenxiang li {
  /*width: 2.8125rem;*/
  /*height: 2.8125rem;*/
  /*line-height: 2.8125rem;*/
  margin-right: 1.5625rem;
  position: relative;
}
.list_contact .left .fenxiang li .img {
  width: 9.375rem;
  height: 9.375rem;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.list_contact .left .fenxiang li:hover a i{
  background-color: #18A853;
  border-color: #18A853;
}
.list_contact .left .fenxiang li:hover a i {
  color: #fff;
}
.list_contact .left .fenxiang li:hover .img {
  display: block;
}
.list_contact .left .fenxiang li a{
    text-align: center;
}
.list_contact .left .fenxiang li a i{
    display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border: 1px solid #737373;
  opacity: 0.6;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 5px;
}
.list_contact .left .fenxiang li a i {
  color: #737373;
  font-size: 1.25rem;
}
.list_contact_two {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #F5F5F5;
  background-size: cover;
}
.list_contact_two .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
.list_contact_two .content .msg-a1 .inpt p {
  color: #252525;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.list_contact_two .content .msg-a1 .inpt p span {
  color: #D20000;
}
.list_contact_two .content .msg-a1 .inpt input {
  width: 100%;
  height: 4.0625rem;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 0 2rem;
  color: #848484;
  font-size: 1rem;
  border-radius: 0.3125rem;
}
.list_contact_two .content .msg-a2 {
  margin-top: 2.5rem;
}
.list_contact_two .content .msg-a2 .inpt p {
  color: #252525;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.list_contact_two .content .msg-a2 .inpt p span {
  color: #D20000;
}
.list_contact_two .content .msg-a2 .inpt textarea {
  width: 100%;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 1rem 2rem;
  color: #848484;
  font-size: 1rem;
  border-radius: 0.3125rem;
}
.list_contact_two .content .div_aghgha {
  text-align: right;
}
.list_contact_two .content .div_aghgha button {
  width: 11.5rem;
  height: 4.0625rem;
  border-radius: 5px;
  background: #18A853;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .content .div_aghgha button:hover {
  background: unset;
  border: 1px solid #18A853;
  color: #18A853;
}
.list_join_one {
  padding-top: 8.9375rem;
  padding-bottom: 6.875rem;
}
.list_join_one .row .right {
  display: table;
  padding-left: 3.125rem;
}
.list_join_one .row .right .text_box {
  display: table-cell;
  vertical-align: middle;
}
.list_join_one .row .right .text_box .con {
  margin-top: 2.375rem;
}
.list_join_one .row .right .text_box .con p{
     color: #707070;
  font-size: 1rem;
  position: relative;

  line-height: 2;
}
.list_join_one .row .right .text_box .con ul.grid {
  /*display: grid;*/
  /*grid-template-columns: 1fr 1.5fr;*/
  /*grid-template-rows: repeat(3, 1fr);*/
  /*grid-auto-flow: column;*/
}
.list_join_one .row .right .text_box .con ul li {
  color: #707070;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.875rem;
  line-height: 2;
}
.list_join_one .row .right .text_box .con ul li::before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.list_join_one .row:nth-child(2) {
  margin-top: 3.75rem;
}
.list_join_one .row:nth-child(2) .right {
  order: 1;
  padding-left: 0;
  padding-right: 3.125rem;
}
.list_join_one .row:nth-child(2) .left {
  order: 2;
}
.index_join_two {
  padding-top: 8.125rem;
  padding-bottom: 7.6875rem;
  background: #F5F5F5;
}
.index_join_two .content ul li {
  margin-bottom: 1.75rem;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 91, 187, 0.1);
}
.index_join_two .content ul li .flex_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.625rem 3.125rem 0.625rem 3.9375rem;
}
.index_join_two .content ul li .flex_top .left {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 3rem;
  width: 30%;
}
.index_join_two .content ul li .flex_top .left .icon {
  width: 3.625rem;
  height: 3.625rem;
}
.index_join_two .content ul li .flex_top .left .text {
  flex: 1;
  padding-left: 1.875rem;
}
.index_join_two .content ul li .flex_top .left .text h3 {
  color: #3C3C3C;
  font-size: 1.5rem;
}
.index_join_two .content ul li .flex_top .left .text p {
  margin-top: 0.9375rem;
  color: #5C5C5C;
  font-size: 1rem;
}
.index_join_two .content ul li .flex_top .right_box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4.125rem;
}
.index_join_two .content ul li .flex_top .middle {
  display: flex;
  align-items: center;
}
.index_join_two .content ul li .flex_top .middle .mi_item {
  padding: 0 1.375rem;
  color: #5C5C5C;
  font-size: 1.125rem;
}
.index_join_two .content ul li .flex_top .right .icon {
  width: 5.375rem;
  height: 5.375rem;
  position: relative;
}
.index_join_two .content ul li .flex_top .right .icon i {
  font-size: 0.875rem;
  color: #000000;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_join_two .content ul li .con_text {
  padding: 2.5rem 3.9375rem 4.8125rem;
}
.index_join_two .content ul li .con_text h3 {
  color: #272727;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index_join_two .content ul li .con_text p {
  color: #5C5C5C;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_join_two .content ul li .con_text .ljtj {
  display: inline-block;
  padding: 1.1875rem 2.625rem 1.125rem 2.625rem;
  border-radius: 3.125rem;
  background: #18A853;
  color: #FFF;
  font-size: 1rem;
  border: 1px solid #18A853;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_join_two .content ul li .con_text .ljtj i {
  font-size: 0.875rem;
  margin-left: 2.5rem;
}
.index_join_two .content ul li .con_text .ljtj:hover {
  background: unset;
  color: #18A853;
}
.index_join_two .content ul li .con_text .ljtj:hover i {
  color: #18A853;
}
.index_join_two .content ul li.active .flex_top {
  background-color: #18A853;
}
.index_join_two .content ul li.active .flex_top .left {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index_join_two .content ul li.active .flex_top .left .icon img {
  filter: brightness(0) invert(1);
}
.index_join_two .content ul li.active .flex_top .left .text h3,
.index_join_two .content ul li.active .flex_top .left .text p {
  color: #fff;
}
.index_join_two .content ul li.active .flex_top .right_box .middle .mi_item {
  color: #fff;
}
.index_join_two .content ul li.active .flex_top .right_box .right .icon i {
  display: inline-block;
  transform: translate(-50%, -50%) rotate(180deg);
}
.show_news_box {
  padding-top: 8.9375rem;
  padding-bottom: 7.875rem;
}
.show_news_box .show_news_con .title {
  color: #000;
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.8125rem;
}
.show_news_box .show_news_con .desc {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(34, 75, 151, 0.15);
}
.show_news_box .show_news_con .desc .time {
  color: #6C6C6C;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_news_box .show_news_con .desc .ri {
  color: #6C6C6C;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-right: 1.875rem;
}
.show_news_box .show_news_con .content {
  padding-top: 3.125rem;
  color: #6C6C6C;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #E9E9E9;
}
.show_news_box .show_news_con .content p {
  color: #6C6C6C;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.show_news_box .show_news_con .content img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.show_news_box .show_news_con .shangxia {
  padding-top: 3.125rem;
}
.show_news_box .show_news_con .shangxia p {
  color: #606060;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.show_news_box .show_news_con .shangxia p a {
  color: #606060;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.show_news_box .show_news_con .shangxia .btn {
  width: 11.25rem;
  height: 3.4375rem;
  border-radius: 3.125rem;
  background-color: #18A853;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #18A853;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news_box .show_news_con .shangxia .btn a {
  color: #fff;
  font-size: 1rem;
}
.show_news_box .show_news_con .shangxia .btn i {
  font-size: 1rem;
  color: #fff;
  margin-left: 0.8125rem;
}
.show_news_box .show_news_con .shangxia .btn:hover {
  background-color: unset;
}
.show_news_box .show_news_con .shangxia .btn:hover a,
.show_news_box .show_news_con .shangxia .btn:hover i {
  color: #18A853;
}
.show_xgnews {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #F5F5F5;
}
.show_xgnews .all_title h3 {
  text-align: left;
}
.show_xgnews .content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.show_xgnews .content .yyhy_con .yyhy_item {
  box-shadow: 0px 0px 0.625rem 5px rgba(23, 47, 83, 0.05);
}
.show_xgnews .content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}
.show_xgnews .content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.show_xgnews .content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 2rem 2rem 2rem;
}
.show_xgnews .content .yyhy_con .yyhy_item .text h3 {
  color: #3F3F3F;
  font-size: 1.375rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_xgnews .content .yyhy_con .yyhy_item .text p {
  color: #6C6C6C;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.4375rem;
}
.show_xgnews .content .yyhy_con .yyhy_item .text .xian {
  margin-top: 1.875rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #2961E9 0%, #09EE9D 100%);
}
.show_xgnews .content .yyhy_con .yyhy_item .text .time {
  margin-top: 1.5625rem;
  color: #AFAFAF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
.show_xgnews .content .yyhy_con .yyhy_item .text .time i {
  font-size: 1.375rem;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.show_xgnews .content .yyhy_con .yyhy_item:hover .text h3 {
  color: #18A853;
}
.list_product {
  padding-top: 8.9375rem;
  padding-bottom: 7.5rem;
}
.list_product .list_product_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
.list_product .list_product_box .indexpro_box {
  background: #FFF;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}
.list_product .list_product_box .indexpro_box .over {
  background: #EFF8F0;
  position: relative;
}
.list_product .list_product_box .indexpro_box .over::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(239, 248, 240, 0) 0%, rgba(185, 232, 190, 0.6) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.list_product .list_product_box .indexpro_box .over img {
  position: relative;
  z-index: 2;
}
.list_product .list_product_box .indexpro_box .text {
  padding: 2.4375rem 0 2.9375rem;
  color: #2F2F2F;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_proban {
  padding-bottom: 6.9375rem;
}
.show_proban .ajhhsd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.show_proban .row {
  margin-top: 7.5rem;
}
.show_proban .row .left {
  padding-right: 1.25rem;
}
.show_proban .row .left .mySwiperpro {
  position: relative;
  overflow: hidden;
}
.show_proban .row .left .mySwiperpro .over {
  background: #EFF8F0;
  position: relative;
  padding: 0 6.25rem;
}
.show_proban .row .left .mySwiperpro .over::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(239, 248, 240, 0) 0%, rgba(185, 232, 190, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.show_proban .row .left .mySwiperpro .over img {
  position: relative;
  z-index: 2;
}
.show_proban .row .left .mySwiperpro2 {
  margin-top: 1.875rem;
  position: relative;
  overflow: hidden;
}
.show_proban .row .left .mySwiperpro2 .swiper-slide {
  padding: 0 0.5rem;
}
.show_proban .row .left .mySwiperpro2 .swiper-slide .over {
  border: 1px solid #C9C9C9;
  padding: 0 0.625rem;
}
.show_proban .row .left .mySwiperpro2 .swiper-slide.swiper-slide-thumb-active .over {
  border-color: #18A853;
}
.show_proban .row .right {
  padding-left: 1.25rem;
  padding-top: 1.875rem;
}
.show_proban .row .right .lmname {
  color: #18A853;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.show_proban .row .right .title {
  color: #1C1C1C;
  font-size: 1.75rem;
  font-weight: 700;
}
.show_proban .row .right .desc {
  margin-top: 20px;
  color: #595959;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.show_proban .row .right .jianjie {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background: #f7f7f7;
  padding: 1.25rem;
}
.show_proban .row .right .jianjie ul li p {
  display: inline-block;
  font-size: 0.875rem;
  color: #808080;
  text-transform: capitalize;
}
.show_proban .row .right .jianjie ul li span {
  display: inline-block;
  font-size: 0.875rem;
  padding-left: 5px;
  color: #333;
}
.show_proban .row .right .ljzx {
  display: inline-block;
  padding: 1.1875rem 2.625rem 1.125rem;
  border-radius: 3.125rem;
  background: #18A853;
  border: 1px solid #18A853;
  color: #FFF;
  font-size: 1rem;
}
.show_proban .row .right .ljzx i {
  font-size: 1rem;
  color: #fff;
  margin-left: 2.75rem;
}
.show_proban .row .right .ljzx:hover {
  background: unset;
  color: #18A853;
}
.show_proban .row .right .ljzx:hover i {
  color: #18A853;
}
.showpro_box .pro_tab_ul {
  margin: 0px;
  position: relative;
  background: #eee;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.showpro_box .pro_tab_ul .tab_li {
  padding: 15px 2.5%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.showpro_box .pro_tab_ul .tab_li.active,
.showpro_box .pro_tab_ul .tab_li:hover {
  background-color: #18A853;
}
.showpro_box .pro_tab_ul .tab_li.active .icon i,
.showpro_box .pro_tab_ul .tab_li:hover .icon i {
  color: #fff;
}
.showpro_box .pro_tab_ul .tab_li.active p,
.showpro_box .pro_tab_ul .tab_li:hover p {
  color: #fff;
}
.showpro_box .pro_tab_ul .tab_li .icon {
  text-align: center;
}
.showpro_box .pro_tab_ul .tab_li .icon i {
  font-size: 1.875rem;
  color: #333;
  font-weight: 400;
}
.showpro_box .pro_tab_ul .tab_li p {
  color: #333;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.all_title2 {
  color: #242424;
  font-size: 2.8125rem;
  font-weight: 700;
}
.show_product_content {
  padding-top: 1.875rem;
  padding-bottom: 6.1875rem;
}
.show_product_content .content {
  display: none;
}
.show_product_content .content.active {
  display: block;
}
.show_product_content p {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1.5;
}
.show_product_content h3 {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.show_product_content .pro_list {
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.show_product_content .pro_list .pro_i {
  background: #FFF;
  box-shadow: 0px 0px 10px 5px rgba(23, 47, 83, 0.05);
  padding: 3.125rem 2.0625rem 2.5rem;
}
.show_product_content .pro_list .pro_i h3 {
  color: #3F3F3F;
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding-bottom: 1rem;
  position: relative;
}
.show_product_content .pro_list .pro_i h3::before {
  content: '';
  display: block;
  width: 1.625rem;
  height: 1px;
  background-color: #18A853;
  position: absolute;
  bottom: 0;
  left: 0;
}
.show_product_content .pro_list .pro_i p {
  color: #6C6C6C;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.6875rem;
}
.show_product_content .mt110 {
  margin-top: 6.875rem;
}
.show_product_content .mt130 {
  margin-top: 8.125rem;
}
.show_product_content .row > div {
  margin-bottom: 30px;
}
.show_product_content .download_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.show_product_content .download_box .download_item {
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
}
.show_product_content .download_box .download_item a {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
}
.show_product_content .download_box .download_item .wrap {
  display: block;
  padding: 1.25rem;
  position: relative;
  transition: all 0.5s;
  background: url(../img/bg_down.jpg) no-repeat 98% 95%;
  background-size: 5.625rem;
}
.show_product_content .download_box .download_item .wrap i {
  font-size: 2.5rem;
  font-weight: 400;
  margin-right: 0.625rem;
}
.show_product_content ul {
  color: #707070;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.show_product_content ul li {
  position: relative;
  padding-left: 2.1875rem;
}
.show_product_content ul li::before {
  content: '';
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.show_product_content h4 {
  color: #707070;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_product_content h5 {
  color: #18A853;
  font-size: 1.125rem;
  font-weight: 600;
}
.show_product_content .table {
  overflow-y: auto;
}
.show_product_content .table p {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_product_content .table table {
  width: 100%;
}
.show_product_content .table table tr {
  background: #F8F8F8;
}
.show_product_content .table table tr td {
  color: #818181;
  font-size: 0.875rem;
  font-style: italic;
  vertical-align: middle;
}
.show_product_content .table table tr:nth-child(odd) {
  background: #EAEAEA;
}
.show_product_content .table table tr:nth-child(1) {
  background-color: #18A853;
}
.show_product_content .table table tr:nth-child(1) td {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
}
.show_product_content2 {
  padding-top: 8.125rem;
  padding-bottom: 7.625rem;
}
.show_product_content2 .table {
  overflow-y: auto;
}
.show_product_content2 .table p {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_product_content2 .table table {
  width: 100%;
}
.show_product_content2 .table table tr {
  background: #F8F8F8;
}
.show_product_content2 .table table tr td {
  color: #818181;
  font-size: 0.875rem;
  font-style: italic;
  vertical-align: middle;
}
.show_product_content2 .table table tr:nth-child(odd) {
  background: #EAEAEA;
}
.show_product_content2 .table table tr:nth-child(1) {
  background-color: #18A853;
}
.show_product_content2 .table table tr:nth-child(1) td {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
}
.list_application {
  padding-top: 8.9375rem;
  padding-bottom: 7.5rem;
}
.list_application .left {
  padding-right: 1.25rem;
}
.list_application .left .title {
  color: #1C1C1C;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
.list_application .left .desc {
  color: #6C6C6C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_application .right {
  padding-left: 1.25rem;
}
.list_application2 {
  padding-top: 7.5rem;
  padding-bottom: 7.625rem;
  background: #F5F5F5;
}
.list_application2 .xgan_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_application2 .xgan_box .xgan_item {
  box-shadow: 0px 0px 0.625rem 5px rgba(23, 47, 83, 0.05);
}
.list_application2 .xgan_box .xgan_item .text {
  padding: 1.875rem 2rem 3.125rem 2.0625rem;
}
.list_application2 .xgan_box .xgan_item .text h3 {
  color: #3F3F3F;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.list_application2 .xgan_box .xgan_item .text p {
  margin-top: 1.375rem;
  color: #6C6C6C;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_case {
  padding-top: 7.5rem;
  padding-bottom: 7.625rem;
}
.list_case .list_case_box .list_case_item {
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.list_case .list_case_box .list_case_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #2961E9 0%, #09EE9D 100%), rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .list_case_box .list_case_item .over {
  width: 38.5%;
}
.list_case .list_case_box .list_case_item .text {
  flex: 1;
  padding-left: 4.375rem;
  padding-top: 2.25rem;
}
.list_case .list_case_box .list_case_item .text h3 {
  color: #000;
  font-size: 1.875rem;
  line-height: 2.8125rem;
}
.list_case .list_case_box .list_case_item .text p {
  margin-top: 1.125rem;
  color: #707070;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_case .list_case_box .list_case_item:hover .text h3 {
  color: #18A853;
}
.list_case .list_case_box .list_case_item:hover::before {
  width: 100%;
}
.list_soft_one {
  padding-top: 7.5rem;
  padding-bottom: 6.8125rem;
}
.list_soft_one .content {
  width: 71%;
  margin: 1.875rem auto 0;
}
.list_soft_two {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.list_soft_two .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8125rem 2.5625rem;
}
.list_soft_two .grid_box .grid_item {
  background: #FFF;
}
.list_soft_two .grid_box .grid_item .tit {
  background-color: #18A853;
  padding: 0 2.5625rem;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 3.4375rem;
}
.list_soft_two .grid_box .grid_item .con {
  padding: 0.875rem 2.5625rem 1.5625rem;
}
.list_soft_two .grid_box .grid_item .con ul li {
  color: #707070;
  font-size: 1rem;
  line-height: 2.1875rem;
  padding-left: 1.625rem;
  position: relative;
}
.list_soft_two .grid_box .grid_item .con ul li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 0.9375rem;
}
.list_soft_two .grid_box3 {
  margin-top: 3.3125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
.list_soft_two .grid_box3 .grid_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list_soft_two .grid_box3 .grid_item .icon {
  width: 7.1875rem;
  height: 7.1875rem;
  border-radius: 50%;
  background-color: #009FE8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_soft_two .grid_box3 .grid_item .icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.list_soft_two .grid_box3 .grid_item .text {
  flex: 1;
  padding-left: 3rem;
}
.list_soft_two .grid_box3 .grid_item .text h3 {
  color: #303030;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.list_soft_two .grid_box3 .grid_item .text p {
  color: #707070;
  font-size: 1rem;
  line-height: 2.1875rem;
}
.list_soft_two .grid_box3 .grid_item .text p span {
  color: #B70000;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.bgf5 {
  background: #F5F5F5;
}
.list_soft_three {
  padding-top: 7.5rem;
  padding-bottom: 7.125rem;
}
.list_soft_three .desc {
  color: #707070;
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
.list_soft_three .img_box .left {
  width: 44%;
  padding-right: 0.5rem;
  padding-bottom: 0.3125rem;
}
.list_soft_three .img_box .right {
  padding-left: 1.5625rem;
  width: 56%;
}
.list_soft_three .img_box .img_item {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.list_soft_three .img_box .img_item .tit {
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  padding: 0.875rem 0 0.9375rem;
  background-color: #18A853;
}
.list_soft_four {
  padding-top: 7.875rem;
  padding-bottom: 7.5rem;
}
.list_soft_four .tabul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 1.4375rem;
}
.list_soft_four .tabul .tabli {
  color: #707070;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 1.1875rem;
  position: relative;
  padding-top:5px;
  padding-bottom:5px;
}
.list_soft_four .tabul .tabli::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 12px;
}
.list_soft_four .tabul .tabli::after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #18A853;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_soft_four .tabul .tabli.active,
.list_soft_four .tabul .tabli:hover {
  cursor: pointer;
  color: #18A853;
}
.list_soft_four .tabul .tabli.active::before,
.list_soft_four .tabul .tabli:hover::before {
  background-color: #18A853;
}
.list_soft_four .tabul .tabli.active::after,
.list_soft_four .tabul .tabli:hover::after {
  width: 100%;
}
.list_soft_four .img_con .img_item {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 3.75rem 2.5rem 3.375rem;
}
.list_soft_four .img_con .img_item.active {
  display: block;
}
.list_soft_four .img_con .img_item .top_flex {
  display: flex;
}
.list_soft_four .img_con .img_item .top_flex .tit {
  color: #000;
  font-size: 1.875rem;
  line-height: 2.8125rem;
}
.list_soft_four .img_con .img_item .top_flex .desc {
  color: #707070;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  padding-left: 2.5rem;
}
.list_soft_six {
  padding-top: 7.875rem;
  padding-bottom: 7.5rem;
}
.list_soft_six .content .soft_flex {
  display: flex;
}
.list_soft_six .content .soft_flex .left {
  width: 21%;
  padding-right: 1.4375rem;
}
.list_soft_six .content .soft_flex .left .tabul .tabli {
  color: #707070;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.1875rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
}
.list_soft_six .content .soft_flex .left .tabul .tabli::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 1.5625rem;
}
.list_soft_six .content .soft_flex .left .tabul .tabli::after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #18A853;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_soft_six .content .soft_flex .left .tabul .tabli.active,
.list_soft_six .content .soft_flex .left .tabul .tabli:hover {
  cursor: pointer;
  color: #18A853;
}
.list_soft_six .content .soft_flex .left .tabul .tabli.active::before,
.list_soft_six .content .soft_flex .left .tabul .tabli:hover::before {
  background-color: #18A853;
}
.list_soft_six .content .soft_flex .left .tabul .tabli.active::after,
.list_soft_six .content .soft_flex .left .tabul .tabli:hover::after {
  width: 100%;
}
.list_soft_six .content .soft_flex .right {
  padding-left: 1.4375rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.list_soft_six .content .soft_flex .right .ri_con {
  display: none;
}
.list_soft_six .content .soft_flex .right .ri_con.active {
  display: block;
}
.list_soft_six .content .soft_flex .right .title {
  color: #000;
  font-size: 1.875rem;
  line-height: 2.8125rem;
}
.list_soft_six .content .soft_flex .right .desc {
  margin-top: 0.75rem;
  color: #707070;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.aboutArea {
  margin-top: -5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 1280px) {
  .aboutArea {
    margin-top: -6.25rem;
  }
}
.aboutArea.show .outerCircle:after,
.aboutArea.show .outerCircle:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.aboutArea.show .outerCircle .innerCircle {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.aboutArea.show .outerCircle .innerCircle:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.aboutArea.show .outerCircle .aboutImg {
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.aboutArea.show .dotList .dotItem {
  -webkit-animation: fadeIn 0.8s ease-out forwards;
  animation: fadeIn 0.8s ease-out forwards;
}
.aboutArea.show .dotList .dotItem:first-child {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.aboutArea.show .dotList .dotItem:nth-child(2) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.aboutArea.show .dotList .dotItem:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.aboutArea.show .dotList .dotItem:nth-child(4) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.aboutArea.show .dotList .dotItem:nth-child(5) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.aboutArea.show .dotList .dotItem:nth-child(6) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.aboutArea.show .dotList .dotItem:nth-child(7) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.aboutArea.show .dotList .dotItem:nth-child(8) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.aboutArea.show .dotList .dotItem:nth-child(9) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.aboutArea.show .dotList .dotItem:nth-child(10) {
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s;
}
.aboutArea.show .aboutList .aboutItem .Txt {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-out forwards;
  animation: slideUpAnimation 0.8s 1.2s ease-out forwards;
}
.aboutArea.show .controlBox {
  -webkit-animation: slideUpAnimation 0.8s 1.4s ease-out forwards;
  animation: slideUpAnimation 0.8s 1.4s ease-out forwards;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .aboutArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.aboutArea .aboutBox .leftBox {
  width: 45%;
  padding-left: 3.125rem;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .leftBox {
    padding-left: 1.875rem;
  }
}
@media (max-width: 992px) {
  .aboutArea .aboutBox .leftBox {
    width: 100%;
    padding: 10vw 0;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutBox .leftBox {
    padding: 15vw 15vw 15vw 0;
  }
}
.aboutArea .aboutBox .rightBox {
  width: 37.5rem;
  padding-top: 5rem;
}
@media (max-width: 992px) {
  .aboutArea .aboutBox .rightBox {
    padding-top: 50px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .rightBox {
    padding-top: 30px;
  }
}
.aboutArea .outerCircle {
  width: 31.5105vw;
  height: 31.5105vw;
  position: relative;
  border-radius: 50%;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 992px) {
  .aboutArea .outerCircle {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media (max-width: 640px) {
  .aboutArea .outerCircle {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.aboutArea .outerCircle:after,
.aboutArea .outerCircle:before {
  position: absolute;
  content: "";
  margin: auto;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.aboutArea .outerCircle:before {
  inset: 0;
  border: 1px solid rgba(24, 168, 83, 0.3);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.aboutArea .outerCircle:after {
  inset: 1.9795vw;
  border: 1px solid rgba(24, 168, 83, 0.3);
  -webkit-transition: all 0.8s 0.3s ease-out;
  transition: all 0.8s 0.3s ease-out;
}
.aboutArea .outerCircle .innerCircle {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 77.612%;
  height: 77.612%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.8s 0.6s ease-out;
  transition: all 0.8s 0.6s ease-out;
}
.aboutArea .outerCircle .innerCircle:after,
.aboutArea .outerCircle .innerCircle:before {
  position: absolute;
  margin: auto;
  content: "";
  border-radius: 50%;
}
.aboutArea .outerCircle .innerCircle:before {
  inset: 8.55%;
  background-color: #f2f2f2;
  z-index: 2;
}
.aboutArea .outerCircle .innerCircle:after {
  inset: 6.4105%;
  background: #2b54f0;
  background: -webkit-gradient(linear, left top, right top, from(#2b54f0), to(#09f09c));
  background: linear-gradient(90deg, #2b54f0, #09f09c);
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.8s 0.9s ease-in-out;
  transition: all 0.8s 0.9s ease-in-out;
}
.aboutArea .outerCircle .aboutImg {
  position: absolute;
  left: 6vw;
  top: 50%;
  -webkit-transform: translateX(20px) translateY(-50%);
  transform: translateX(20px) translateY(-50%);
  width: 38.542vw;
  height: 22.136vw;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.8s 1.3s ease-out;
  transition: all 0.8s 1.3s ease-out;
}
.aboutArea .dotList {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  offset-distance: var(--offset-distance, 0%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.aboutArea .dotList .dotItem {
  position: absolute;
  top: 0;
  left: 0;
  offset-path: var(--path, path("M0,0"));
  offset-distance: var(--offset-distance, 0%);
  -webkit-transition: offset-distance 0.6s ease-in-out;
  transition: offset-distance 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.aboutArea .dotList .dotItem.notransition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.aboutArea .dotList .dotItem.notransition .dots {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.aboutArea .dotList .dotItem.current .item {
  -webkit-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.aboutArea .dotList .dotItem.current .dots {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.aboutArea .dotList .dotItem .item {
  width: 5.75vw;
  height: 5.75vw;
  border-radius: 50%;
  -webkit-transform: scale(0) rotate(-90deg);
  transform: scale(0) rotate(-90deg);
  opacity: 0;
  position: relative;
}
.aboutArea .dotList .dotItem .item:before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url(../img/circleBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
.aboutArea .dotList .dotItem .item .Img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.aboutArea .dotList .dotItem .item .Img img {
  width: 40%;
}
.aboutArea .dotList .dotItem .item .Img:after,
.aboutArea .dotList .dotItem .item .Img:before {
  position: absolute;
  content: "";
  margin: auto;
  border-radius: 50%;
}
.aboutArea .dotList .dotItem .item .Img:before {
  inset: 13.08%;
  background-color: #ffffff;
  z-index: 2;
}
.aboutArea .dotList .dotItem .item .Img:after {
  inset: 10.7%;
  background: #2b54f0;
  background: -webkit-gradient(linear, left top, right top, from(#2961E9), to(#09EE9D));
  background: linear-gradient(90deg, #2961E9, #09EE9D);
  animation: rotate 3s linear infinite reverse;
}
.aboutArea .dotList .dotItem .item .Img img {
  position: relative;
  z-index: 3;
  max-width: 73.08%;
  margin: auto;
}
.aboutArea .dotList .dotItem .dots {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 1vw;
  height: 1vw;
  background: #18A853;
  border-radius: 50%;
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.aboutArea .aboutList > .aboutItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.aboutArea .aboutList .aboutItem .Txt {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
@media (max-width: 600px) {
  .aboutArea .aboutList .aboutItem .Txt {
    text-align: center;
  }
}
.slick-vertical .slick-slide.slick-current .aboutItem .title {
  color: #707070;
}
.aboutArea .aboutList .aboutItem .title {
  color: #DBDBDB;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 600px) {
  .aboutArea .aboutList .aboutItem .title {
    padding-right: 0;
  }
}
.aboutArea .aboutList .aboutItem .textEditor {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 2;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .aboutArea .aboutList .aboutItem .textEditor {
    padding-top: 15px;
  }
}
.aboutArea .aboutList .aboutItem .textEditor p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 2;
}
.aboutArea .aboutList .aboutItem .pagingInfo {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 600px) {
  .aboutArea .aboutList .aboutItem .pagingInfo {
    position: relative;
    left: 0;
    margin: auto;
    padding-bottom: 15px;
  }
}
.aboutArea .aboutList .aboutItem .pagingInfo .slash {
  color: #ccc;
  font-size: 16px;
  margin: 0 10px 0 14px;
}
.aboutArea .aboutList .aboutItem .pagingInfo .num {
  color: #ccc;
  font-size: 16px;
}
.aboutArea .aboutList .aboutItem .pagingInfo .num:first-child {
  color: #00e08f;
  font-size: 30px;
  line-height: 1;
}
.aboutArea .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 0;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
@media (max-width: 600px) {
  .aboutArea .controlBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
  }
}
@media (max-width: 414px) {
  .aboutArea .controlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.aboutArea .controlBox .arrowBox {
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutArea .controlBox .arrowBox .arrow {
  margin: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #18A853;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.aboutArea .controlBox .arrowBox .arrow i {
  font-size: 1rem;
  color: #18A853;
  position: relative;
  z-index: 9;
}
.aboutArea .controlBox .arrowBox .arrow:hover i {
  color: #fff;
}
.aboutArea .controlBox .arrowBox .arrow:after {
  position: absolute;
  inset: 0;
  content: "";
}
.aboutArea .controlBox .arrowBox .arrow.arrowPrev:after {
  background: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#18A853), color-stop(#18A853), color-stop(transparent), to(transparent));
  background: linear-gradient(270deg, #18A853, #18A853, transparent, transparent);
  background-position: 1% 50%;
  background-size: 300% 300%;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media (min-width: 1201px) {
  .aboutArea .controlBox .arrowBox .arrow.arrowPrev:hover:after {
    background-position: 99% 50%;
  }
}
.aboutArea .controlBox .arrowBox .arrow.arrowNext:after {
  background: transparent;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(transparent), color-stop(#18A853), to(#18A853));
  background: linear-gradient(270deg, transparent, transparent, #18A853, #18A853);
  background-position: 99% 50%;
  background-size: 300% 300%;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media (min-width: 1201px) {
  .aboutArea .controlBox .arrowBox .arrow.arrowNext:hover:after {
    background-position: 1% 50%;
  }
}
@media (min-width: 1201px) {
  .aboutArea .controlBox .arrowBox .arrow:hover svg {
    color: #ffffff;
  }
}
.aboutArea .controlBox .arrowBox svg {
  color: #00e08f;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tdt-infowindow-content {
  width: 18.75rem !important;
}
.about_content {
  background: url(../img/bg_about.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  z-index: 12;
  padding: 2% 0px 3% 0px;
}
.about_content .tab-scroll {
  padding-right: 4.375rem;
  width: 20%;
}
.about_content .tab-content {
  width: 80%;
  padding-right: 1.875rem;
}
.about_content::before {
  content: '';
  width: var(--container);
  height: 31.25rem;
  background: url(../img/bg_about02.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about_content .tab-content .tab-pane {
  display: none;
}
.about_content .tab-content .tab-pane.active {
  display: block;
}
.about_content .tab-content .swiper {
  position: relative;
  overflow: hidden;
  margin: 1.25rem -0.9375rem 0;
  padding: 0 0.9375rem;
}
.about_content .tab-content .swiper .swiper-slide {
  padding: 0 0.9375rem;
}
.about_content .tab-content .swiper .swiper-slide .over {
  border-radius: 0.3125rem;
}
.about_content .tab-content .swiper.swiper_honor .swiper-slide .over {
  text-align: center;
  height: 18.75rem;
}
.about_content .tab-content .swiper.swiper_honor .swiper-slide .over img {
  width: auto;
  max-height: 100%;
}
.about_content .tab-content .swiper .swiper-button-prev,
.about_content .tab-content .swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.about_content .tab-content .swiper .swiper-button-next,
.about_content .tab-content .swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.about_content .tab-content .swiper .swiper-button-next,
.about_content .tab-content .swiper .swiper-button-prev {
  border-radius: unset;
  width: 2.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border: none;
  background-color: unset;
}
.about_content .tab-content .swiper .swiper-button-next i,
.about_content .tab-content .swiper .swiper-button-prev i {
  font-weight: 600;
  color: #000000;
}
.about_content .tab-content .swiper .swiper-button-next:hover,
.about_content .tab-content .swiper .swiper-button-prev:hover {
  background-color: #18A853;
}
.about_content .tab-content .swiper .swiper-button-next:hover i,
.about_content .tab-content .swiper .swiper-button-prev:hover i {
  color: #fff;
}
.about_content .nav-tabs {
  border: none;
  padding-bottom: 0;
}
.about_content .nav-tabs > li {
  margin: 0;
  padding: 5px 0;
  float: none;
  display: block;
  min-width: 100%;
}
.about_content .nav-tabs > li a {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border: none;
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'poppins';
  position: relative;
  background: none;
  transition: all 0.5s;
}
.about_content .nav-tabs > li a:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #cccccc;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_content .nav-tabs > li a p {
  margin: 0;
  margin-left: 8px;
}
.about_content .nav-tabs > li a i {
  min-width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #808080 0%, #808080 100%);
  transition: all 0.5s;
}
.about_content .nav-tabs > li.active > a,
.about_content .nav-tabs > li:hover > a,
.about_content .nav-tabs > li.active > a:focus {
  border: none;
  background: none;
  color: #18A853;
  font-family: 'poppins semibold';
  padding-left: 30px;
}
.about_content .nav-tabs > li.active a:after,
.about_content .nav-tabs > li:hover a:after {
  background: #18A853;
  width: 100%;
}
.about_content .nav-tabs > li.active a i,
.about_content .nav-tabs > li:hover a i {
  background-image: linear-gradient(135deg, #18A853 0%, #18A853 100%);
}
.about_content .tab-content {
  min-height: 360px;
}
.s_title {
  font-size: 20px;
}
.main_title h6 {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  line-height: 38px;
  margin-bottom: 15px;
}
.main_title .line {
  width: 2.625rem;
  height: 0.25rem;
  background: #18A853;
  display: inline-block;
}

/*#translate select{*/
/*    border: none;*/
/*    background: unset;*/
/*    color: #fff;*/
/*        font-size: 1.125rem;*/
/*        font-weight: 400;*/
/*}*/
/*header:hover #translate select, header.active #translate select, header.active2 #translate select{*/
/*    color: #000;*/
/*}*/


.language-select-wrapper {
  position: relative;
  display: inline-block;
}
.custom-language-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.selected-language {
  padding: 8px 12px;
  border: unset !important;
  background: unset !important;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.selected-language i {
  margin-left: 1rem;
  font-size: .875rem;
}
header:hover .selected-language,
header.active .selected-language,
header.active2 .selected-language {
  color: #000;
}
.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 12.5rem !important;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  line-height: 1;
}
.language-option {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.language-option:hover {
  background-color: #f5f5f5;
}
.language-option img {
  width: 20px;
  height: 15px;
  margin-right: 8px;
}
