@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
  width: 100%;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  background-color: transparent;
}
#c-header.gobottom {
  top: -1rem;
}
#c-header.c-active1,
#c-header.c-active,
#c-header.c-style2 {
  color: #fff;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #c-header.c-active1,
  #c-header.c-active,
  #c-header.c-style2 {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1rem;
    height: 1rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header.c-active1 a,
#c-header.c-active a,
#c-header.c-style2 a {
  color: #333333;
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
  width: 100%;
  line-height: 0.9rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  background-color: transparent;
}
#c-header.c-active1::before,
#c-header.c-active::before,
#c-header:hover::before {
  background: var(--color);
}
#c-header.c-head-move {
  top: -1rem;
}
#c-header.c-active1,
#c-header.c-active,
#c-header.c-style2 {
  color: #fff;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #c-header.c-active1,
  #c-header.c-active,
  #c-header.c-style2 {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1rem;
    height: 1rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header.c-active1 a,
#c-header.c-active a,
#c-header.c-style2 a {
  color: #333333;
}
#c-header .container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 0.2rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1rem;
    justify-content: space-between;
    position: initial;
    padding: 0 5%;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img,
#c-header .c-logo .c-img-box svg {
  width: 1.35rem;
  height: 0.5rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    width: 1.8rem;
    height: 0.7rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2),
#c-header .c-logo .c-img-box svg:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(2) {
  display: block;
}
/*顶部pc导航*/
#c-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#c-header .c-nav {
  display: flex;
  align-items: center;
  margin-right: 2.6rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav {
    margin-right: 15vw;
  }
}
@media (max-width: 1280px) {
  #c-header .c-nav {
    margin-right: 7vw;
  }
}
@media (max-width: 1140px) {
  #c-header .c-nav {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  padding: 0 0.4rem;
}
@media (max-width: 1800px) {
  #c-header .c-nav > li {
    padding: 0 0.3rem;
  }
}
@media (max-width: 1440px) {
  #c-header .c-nav > li {
    padding: 0 0.2rem;
  }
}
@media (max-width: 1280px) {
  #c-header .c-nav > li {
    padding: 0 0.14rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li .cnt2 {
  position: relative;
  font-size: var(--font-size7);
}
#c-header .c-nav > li .cnt2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  transition: all 0.5s;
  height: 2px;
  background-color: #F9F9F9;
}
#c-header .c-nav > li:hover .cnt2 {
  color: var(--color);
}
#c-header .c-nav > li:hover .cnt2::before {
  width: 100%;
}
#c-header .c-nav > li:hover .x-xbox1 {
  display: block;
}
#c-header .c-nav li > a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 98%;
  left: 50%;
  display: none;
  line-height: 0.5rem;
  background-color: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0.2rem 5%;
  width: 100%;
}
#c-header .c-nav ul.case_li_header {
  padding: 0 3%;
}
#c-header .c-nav ul.case_li_header > div {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  padding: 0.7rem 0;
  position: relative;
}
#c-header .c-nav ul.case_li_header > div .icon-close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 0.2rem;
  right: 0;
  top: 0.2rem;
}
#c-header .c-nav ul.case_li_header > div .icon-close path {
  transition: all 0.45s ease-in-out;
}
#c-header .c-nav ul.case_li_header > div .icon-close:hover path {
  color: var(--color) !important;
}
#c-header .c-nav ul.case_li_header li {
  width: 22% !important;
  margin: 0 !important;
  border-left: 1px solid #ECECEC !important;
  padding-top: 0.4rem;
}
#c-header .c-nav ul.case_li_header li:nth-child(4n - 3) {
  border-left: 0 !important;
}
#c-header .c-nav ul.case_li_header li:nth-child(4),
#c-header .c-nav ul.case_li_header li:nth-child(3),
#c-header .c-nav ul.case_li_header li:nth-child(2),
#c-header .c-nav ul.case_li_header li:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.4rem;
}
#c-header .c-nav ul.case_li_header li:nth-child(4n - 3):before {
  content: '';
  position: absolute;
  width: 79%;
  left: 10.5%;
  top: 50%;
  height: 1px;
  background: #ECECEC;
}
#c-header .c-nav ul.case_li_header li a {
  display: block;
  border: 1px solid transparent;
  background: transparent;
  font-size: var(--font-size7);
  color: #666666;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
#c-header .c-nav ul.case_li_header li a .public-img:before {
  padding-top: 66%;
}
#c-header .c-nav ul.case_li_header li a:hover {
  background: transparent;
  color: var(--color) !important;
}
#c-header .c-nav ul.case_li_header li a:hover .text2 .icon {
  transform: rotate(135deg);
}
#c-header .c-nav ul.case_li_header li a:hover .text2 .icon path {
  fill: var(--color);
}
#c-header .c-nav ul.case_li_header li a .text2 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  padding: 0;
  margin: 0;
}
#c-header .c-nav ul.case_li_header li a .text2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: calc(100% - 1rem);
}
#c-header .c-nav ul.case_li_header li a .text2 .icon {
  transform: rotate(90deg);
  transition: all 0.45s ease-in-out;
}
#c-header .c-nav ul.case_li_header li a .text2 .icon path {
  transition: all 0.45s ease-in-out;
}
#c-header .c-nav ul.flex li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border: 0;
  width: 45%;
}
#c-header .c-nav ul.flex li:nth-child(2n) {
  margin-left: calc(10% - 6px);
}
#c-header .c-nav ul.flex li h6.small-title {
  line-height: 2;
  padding: 0.12rem 0;
  border-bottom: 1px solid #212121;
}
#c-header .c-nav ul.flex li .other-link {
  padding: 0.14rem 0 0.3rem 0;
}
#c-header .c-nav ul.flex li .other-link a {
  line-height: 1.5;
  padding: 0.07rem 0;
}
#c-header .c-nav ul.flex li .other-link a:after {
  display: none;
}
#c-header .c-nav ul.flex li .other-link a:hover {
  color: #F9F9F9;
}
#c-header .c-nav ul li {
  display: inline-block;
  margin: 0.2rem 0.08rem;
}
#c-header .c-nav ul li a {
  border-radius: 30px;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  text-align: left;
  display: block;
  line-height: 0.5rem;
  color: #666666;
  padding: 0 0.4rem;
  position: relative;
}
#c-header .c-nav ul li a:hover {
  color: #FFFFFF !important;
  background: var(--color);
}
#c-header .icon-search.hover .nav_li4 {
  max-height: 100vh;
  padding: 0;
  opacity: 1;
  z-index: 1;
  overflow: initial;
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.04);
}
#c-header .icon-search.hover .nav_li4 .search-module {
  transition-delay: 0.1s;
}
#c-header .icon-search.hover .nav_li4 .hot,
#c-header .icon-search.hover .nav_li4 .search-module {
  transition: all 0.45s ease-in-out;
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
#c-header .nav_li4 {
  position: absolute;
  width: 100%;
  min-width: 1.67rem;
  left: 50%;
  top: 90%;
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1001;
  overflow: hidden;
  background: #f5f5f5;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
#c-header .nav_li4 .container {
  margin: 0 auto;
  display: block;
  width: 84%;
  padding: 0;
}
@media (max-width: 1260px) {
  #c-header .nav_li4 .container {
    width: 90%;
  }
}
#c-header .nav_li4 .container .search-module {
  transform: translateY(-30px);
  opacity: 0;
  line-height: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 10rem;
  padding: 0 0.1rem;
  border-radius: 45px;
  background: #FFFFFF;
  margin: 0.8rem auto 0.3rem;
}
#c-header .nav_li4 .container .search-module .input {
  width: calc(100% - 0.6rem);
  line-height: 0.8rem;
  font-size: var(--font-size7);
  font-weight: bold;
  color: #666666;
  box-sizing: border-box;
  padding-left: 0.2rem;
}
#c-header .nav_li4 .container .search-module .search-button {
  width: 0.6rem;
  height: 0.6rem;
  background: center center url("../images/icon-search.svg") no-repeat var(--color);
  background-size: 0.22rem;
  border-radius: 50%;
}
#c-header .nav_li4 .container .hot {
  transform: translateY(-30px);
  opacity: 0;
  font-size: var(--font-size7);
  text-align: left;
  color: #333333;
  line-height: 1.4;
  max-width: 10rem;
  margin: 0 auto 0.7rem;
}
#c-header .nav_li4 .container .hot a {
  color: #666;
  transition: all 0.45s ease-in-out;
  margin: 0 2px;
}
#c-header .nav_li4 .container .hot a:hover {
  color: var(--color);
}
#c-header .c-nav li a .arrow {
  display: inline-block;
  margin-top: -5px;
  margin-left: 3px;
  vertical-align: middle;
}
#c-header .c-nav li .nav_li5 .arrow {
  margin-right: 0;
}
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #F9F9F9;
}
#c-header.c-active1 .c-nav li.on > a,
#c-header.c-active1 .c-nav li:hover > a,
#c-header.c-active .c-nav li.on > a,
#c-header.c-active .c-nav li:hover > a,
#c-header.c-style2 .c-nav li.on > a,
#c-header.c-style2 .c-nav li:hover > a {
  color: var(--color);
}
#c-header .c-logo .c-img-box svg {
  filter: grayscale(100%) brightness(10000%);
  transition: all 0.4s linear;
}
.c-open #c-header.c-active1 .c-logo .c-img-box svg,
#c-header.c-active1 .c-logo .c-img-box svg,
.c-open #c-header.c-active .c-logo .c-img-box svg,
#c-header.c-active .c-logo .c-img-box svg,
.c-open #c-header.c-style2 .c-logo .c-img-box svg,
#c-header.c-style2 .c-logo .c-img-box svg {
  filter: grayscale(0%);
}
#c-header.c-active1 .c-gn,
#c-header.c-active .c-gn,
#c-header.c-style2 .c-gn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-header.c-active1 .c-gn .icon-search .icon path,
#c-header.c-active .c-gn .icon-search .icon path,
#c-header.c-style2 .c-gn .icon-search .icon path {
  color: #666666;
}
#c-header.c-active1 .c-gn .icon-search1,
#c-header.c-active .c-gn .icon-search1,
#c-header.c-style2 .c-gn .icon-search1 {
  color: #666666;
}
#c-header.c-active1 .c-gn .icon-search1 .icon path,
#c-header.c-active .c-gn .icon-search1 .icon path,
#c-header.c-style2 .c-gn .icon-search1 .icon path {
  fill: #666666;
}
#c-header.c-active1 .c-gn .icon-search1:before,
#c-header.c-active .c-gn .icon-search1:before,
#c-header.c-style2 .c-gn .icon-search1:before {
  background: #999999;
}
#c-header.c-active1 .c-gn .icon-search1:hover,
#c-header.c-active .c-gn .icon-search1:hover,
#c-header.c-style2 .c-gn .icon-search1:hover {
  color: var(--color);
}
#c-header.c-active1 .c-gn .icon-search1:hover .icon path,
#c-header.c-active .c-gn .icon-search1:hover .icon path,
#c-header.c-style2 .c-gn .icon-search1:hover .icon path,
#c-header.c-active1 .c-gn .icon-search1:hover .arrow path,
#c-header.c-active .c-gn .icon-search1:hover .arrow path,
#c-header.c-style2 .c-gn .icon-search1:hover .arrow path {
  fill: var(--color);
}
.c-open #c-header.c-active1 .c-nav > li .cnt2::before,
#c-header.c-active1 .c-nav > li .cnt2::before,
.c-open #c-header.c-active .c-nav > li .cnt2::before,
#c-header.c-active .c-nav > li .cnt2::before,
.c-open #c-header.c-style2 .c-nav > li .cnt2::before,
#c-header.c-style2 .c-nav > li .cnt2::before {
  background: var(--color);
}
/*顶部移动端导航*/
#c-header .c-gn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: none !important;
  }
}
#c-header .c-gn .icon-search1 {
  width: 1rem;
  height: 0.92rem;
  position: relative;
  margin-top: -3px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .c-gn .icon-search1 .icon {
  width: 0.24rem;
  box-sizing: border-box;
}
#c-header .c-gn .icon-search1 .arrow {
  margin: -5px 10px 0;
  vertical-align: middle;
}
#c-header .c-gn .icon-search1 ul {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background-color: var(--color);
  width: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0 10%;
}
#c-header .c-gn .icon-search1 ul:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 45%;
  width: 0;
  height: 0;
  border-bottom: 0.06rem solid var(--color);
  border-right: 0.06rem solid transparent;
  border-top: 0.06rem solid transparent;
  border-left: 0.06rem solid transparent;
}
#c-header .c-gn .icon-search1 ul li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  line-height: 2;
}
#c-header .c-gn .icon-search1 ul li:last-child {
  border: 0;
}
#c-header .c-gn .icon-search1 ul li a {
  text-align: center;
  display: block;
  line-height: 0.5rem;
  color: #FFFFFF;
  position: relative;
}
#c-header .c-gn .icon-search1 ul li a:hover {
  opacity: 0.6;
}
#c-header .c-gn .icon-search {
  width: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  margin-top: -5px;
  height: 0.92rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c-header .c-gn .icon-search .icon {
  display: block;
}
@media (max-width: 1580px) {
  #c-header .c-gn .icon-search .icon {
    transform-origin: bottom center;
    transform: scale(0.75);
  }
}
#c-header .c-gn .icon-search:hover svg path {
  fill: var(--color) !important;
}
#c-header .c-gn .font-m {
  font-size: var(--font-size7);
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
  padding: 0 0.3rem;
  vertical-align: top;
  opacity: 0.8;
}
#c-header .c-nav2 {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1.2rem;
  color: #222;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#c-header .c-nav2 li .c-title-box .arrow {
  transform: rotate(-90deg);
}
#c-header .c-nav2 li .c-title-box .arrow.default {
  transform: rotate(0);
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0;
    margin: 0 0.5rem;
  }
}
#c-header .c-nav2 li .cnt2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#c-header .c-nav2 li .cnt2 a {
  display: block;
}
#c-header .c-nav2 li .cnt2 img,
#c-header .c-nav2 li .cnt2 svg {
  width: 0.3rem;
  height: 0.3rem;
}
#c-header .c-nav2 li .cnt2 img path,
#c-header .c-nav2 li .cnt2 svg path {
  fill: #666;
}
#c-header .c-nav2 li a {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1rem);
}
#c-header .c-nav2 .cn100 {
  background: rgba(0, 0, 0, 0.02);
  padding: 0.1rem 0;
  margin: 0 0 0.1rem;
}
#c-header .c-nav2 .cn100 a {
  padding: 0 5%;
  box-sizing: border-box;
}
#c-header .c-nav2 .cn100 .cn99 {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
#c-header .c-nav2 .cn100 .cn99:last-child {
  padding-bottom: 0.4rem;
}
#c-header .c-nav2 .cn100 .cn99 a {
  line-height: 2.5;
  width: 100%;
  display: block;
}
#c-header .c-nav2 .cn100 .cn99:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#c-header .mb-lan {
  margin-top: 0.3rem;
  padding: 0 0.5rem 1rem;
  line-height: 1;
}
#c-header .mb-lan a {
  align-items: center;
  display: flex;
}
#c-header .mb-lan svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
#c-header .mb-lan svg path {
  fill: #222222;
}
#c-header .mb-lan .mb-lan2 {
  text-align: center;
  margin-right: 0.2rem;
  width: 1.5rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  border: solid 0.02rem #666666;
}
#c-header .mb-lan .mb-lan2.default {
  background-color: var(--color);
  border: solid 0.02rem var(--color);
  color: #000000;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.c-open #c-header.c-active1 .c-switch i:nth-child(2),
.c-open #c-header.c-active .c-switch i:nth-child(2),
.c-open #c-header.c-style2 .c-switch i:nth-child(2) {
  display: none;
}
.c-open #c-header.c-active1 .c-switch i:nth-child(1),
.c-open #c-header.c-active .c-switch i:nth-child(1),
.c-open #c-header.c-style2 .c-switch i:nth-child(1) {
  transform: rotate(45deg);
  top: 0.16rem;
}
.c-open #c-header.c-active1 .c-switch i:nth-child(3),
.c-open #c-header.c-active .c-switch i:nth-child(3),
.c-open #c-header.c-style2 .c-switch i:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0.2rem;
}
#c-header.c-active1 .c-switch i,
#c-header.c-active .c-switch i,
#c-header.c-style2 .c-switch i {
  background: #666;
}
#c-header.c-active1 .arrow path,
#c-header.c-active .arrow path,
#c-header.c-style2 .arrow path {
  fill: #666666;
}
#c-header.c-active1 li:hover .arrow path,
#c-header.c-active li:hover .arrow path,
#c-header.c-style2 li:hover .arrow path,
#c-header.c-active1 li.on .arrow path,
#c-header.c-active li.on .arrow path,
#c-header.c-style2 li.on .arrow path {
  fill: var(--color);
}
@media (max-width: 991px) {
  .search_box {
    width: 90%;
    background: #eee;
    border-radius: 10px;
    height: 40px;
    padding: 4px 0 0 0;
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: flex;
    align-items: center;
    margin: 10px auto;
  }
  .search_box .submit {
    width: 20px;
    height: 20px;
    border: 0;
    background: url('../images/icon-search1.svg') center center no-repeat;
    display: block;
    background-size: 100% 100%;
    margin-left: 10px;
    opacity: 0.6;
    margin-top: -2px;
  }
  .search_box .text {
    display: block;
    width: calc(100% - 50px);
    border: 0;
    background: transparent;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #222;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .search_box .cancel {
    color: var(--color) !important;
    font-size: 17px;
    display: none;
    margin-left: 3px;
  }
  .search_box.focus {
    width: 80%;
    position: relative;
    margin-left: 5%;
  }
  .search_box.focus .cancel {
    position: absolute;
    left: 102%;
    width: 100px;
    display: block;
    top: 0;
    line-height: 40px;
  }
  .header_search {
    display: none;
    width: 90%;
    margin: 3vh auto 0;
  }
  .header_search h2 {
    font-size: 13px;
    line-height: 1;
    color: #888888;
  }
  .header_search1 {
    padding-top: 5px;
  }
  .header_search1 a {
    font-size: 15px;
    line-height: 50px;
    color: #222;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header_search1 a:first-child {
    border-top: 0;
  }
  .login_header.opacity {
    opacity: 0;
  }
  .header_search {
    display: none;
  }
  .header_search h2 {
    font-size: 13px;
    line-height: 1;
    color: #888888;
  }
  .header_search1 {
    padding-top: 5px;
  }
  .header_search1 a {
    font-size: 15px;
    line-height: 50px;
    color: #666;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header_search1 a:first-child {
    border-top: 0;
  }
}
.nav_li5_sum {
  text-align: left;
  position: static !important;
}
.nav_li5_sum a {
  position: static;
}
.nav_li5.show {
  max-height: 100vh;
  padding: 0.2rem 0;
  overflow: initial;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15) inset;
}
.nav_li5 {
  position: absolute;
  width: 100%;
  padding: 0;
  background: #f9f9f9;
  left: 0;
  color: #333;
  z-index: 1;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 > div {
  position: relative;
  z-index: 3;
}
.nav_li5 > div .icon-close {
  cursor: pointer;
  display: block;
  position: absolute !important;
  width: 0.2rem;
  right: 3%;
  top: -0.4rem !important;
}
.nav_li5 > div .icon-close path {
  transition: all 0.45s ease-in-out;
}
.nav_li5 > div .icon-close:hover path {
  color: var(--color) !important;
}
.nav_li5 .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.nav_li5 .nav_box .nav_l {
  width: 100%;
  padding: 0 1.6rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 6rem;
  max-height: 100vh;
}
@media (max-width: 1580px) {
  .nav_li5 .nav_box .nav_l {
    padding: 0 5%;
  }
}
.nav_li5 .nav_box .nav_l .item_a1 {
  width: 4rem;
  max-height: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--color) transparent;
}
.nav_li5 .nav_box .nav_l .item_a1::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: transparent;
}
.nav_li5 .nav_box .nav_l .item_a1::-webkit-scrollbar-thumb {
  background-color: var(--color);
  border-radius: 10px;
}
.nav_li5 .nav_box .nav_l .item_a1 a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font-size6);
  font-weight: bold;
  color: #333333;
  height: 1.1rem;
  padding: 0 0.2rem 0 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #FFFFFF;
  border-bottom: 1px solid #E8E8E8;
}
.nav_li5 .nav_box .nav_l .item_a1 a.last {
  background: #FFFFFF !important;
  border: 0;
}
.nav_li5 .nav_box .nav_l .item_a1 a .more {
  transition: all 0.45s ease-in-out;
  display: block;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  color: var(--color);
}
.nav_li5 .nav_box .nav_l .item_a1 a .more .icon {
  margin-left: 0.1rem;
  transition: all 0.45s ease-in-out;
  display: inline-block;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  background-color: var(--color);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .nav_li5 .nav_box .nav_l .item_a1 a .more .icon {
    width: 20px;
    height: 20px;
  }
}
.nav_li5 .nav_box .nav_l .item_a1 a .more .icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.nav_li5 .nav_box .nav_l .item_a1 a .more .icon svg path {
  fill: #F9F9F9;
}
.nav_li5 .nav_box .nav_l .item_a1 a:hover {
  color: #FFFFFF !important;
}
.nav_li5 .nav_box .nav_l .item_a1 a:last-child {
  margin-bottom: 0;
}
.nav_li5 .nav_box .nav_l .item_a1 a i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  padding-top: 5px;
  transform: rotate(90deg);
}
.nav_li5 .nav_box .nav_l .item_a1 a.on,
.nav_li5 .nav_box .nav_l .item_a1 a:hover {
  background: url("../images/green-bg.jpg") bottom center no-repeat var(--color);
  color: #fff !important;
  background-size: cover;
}
.nav_li5 .nav_box .nav_l .item_a1 a.on i,
.nav_li5 .nav_box .nav_l .item_a1 a:hover i {
  transform: rotate(135deg);
}
.nav_li5 .nav_box .nav_l .item_a1 a.on i path,
.nav_li5 .nav_box .nav_l .item_a1 a:hover i path {
  fill: #FFFFFF !important;
}
.nav_li5 .nav_box .nav_l .item_a2 {
  width: calc(100% - 3.5rem);
  max-height: 100%;
  height: 6rem;
}
.nav_li5 .nav_box .nav_l .item_a2 .tit {
  font-size: var(--font-size6);
  font-weight: bold;
  line-height: 1;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_li5 .nav_box .nav_l .item_a2 .item {
  height: auto;
  max-height: 0;
  padding-right: 0.5vw;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--color) transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 .nav_box .nav_l .item_a2 .item::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: transparent;
}
.nav_li5 .nav_box .nav_l .item_a2 .item::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.nav_li5 .nav_box .nav_l .item_a2 .item.on {
  max-height: 100%;
}
.nav_li5 .nav_box .nav_l .item_a2 dl {
  display: flex;
  justify-content: space-between;
}
.nav_li5 .nav_box .nav_l .item_a2 dd {
  width: 33.3%;
  border-left: 1px solid #ECECEC;
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: border-box;
}
.nav_li5 .nav_box .nav_l .item_a2 dd:nth-child(1) {
  border-left: 0;
}
.nav_li5 .nav_box .nav_l .item_a2 a:hover .text span {
  color: var(--color);
}
.nav_li5 .nav_box .nav_l .item_a2 a:hover .text .icon {
  transform: rotate(135deg);
}
.nav_li5 .nav_box .nav_l .item_a2 a:hover .text path {
  transition: all 0.45s ease-in-out;
  fill: var(--color);
}
.nav_li5 .nav_box .nav_l .item_a2 a {
  width: 100%;
  margin-top: 0.25rem;
}
.nav_li5 .nav_box .nav_l .item_a2 a .public-img:before {
  padding-top: 65%;
}
.nav_li5 .nav_box .nav_l .item_a2 a .text {
  line-height: 1;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.nav_li5 .nav_box .nav_l .item_a2 a .text span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: var(--font-size7);
  color: #666666;
}
.nav_li5 .nav_box .nav_l .item_a2 a .text .icon {
  transform: rotate(90deg);
  transition: all 0.45s ease-in-out;
}
.nav_li5 .nav_box .nav_l .item_a2 a .text .icon path {
  transition: all 0.45s ease-in-out;
}
.nav_li5 .nav_box .nav_l .item_a2 a .text svg path {
  transition: all 0.45s ease-in-out;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background: #999999;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a i {
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on {
  color: var(--color);
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover:before,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on:before {
  background: var(--color);
  color: var(--color);
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover:after,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on:after {
  width: 100%;
  background: var(--color);
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover i,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on i {
  margin-right: -10px;
}
.nav_li5 .nav_box .nav_r {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding-left: 5%;
}
.nav_li5 .nav_box .nav_r h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding-bottom: 0.15rem;
}
.nav_li5 .nav_box .nav_r .info {
  line-height: 1.7;
  color: #fff;
  margin: 10px 0 30px;
}
.nav_li5 .nav_box .nav_r .items-nav {
  width: 100%;
  display: flex;
  line-height: 2;
}
.nav_li5 .nav_box .nav_r .item {
  min-width: 40%;
  max-width: 50%;
}
.nav_li5 .nav_box .nav_r .items-nav p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .items-nav p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_r .items-nav p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r .items-nav p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nav_li5 .nav_box .nav_r .items-nav p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .items-nav p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r .items-nav p {
    font-size: 14px;
  }
}
.nav_li5 .nav_box .nav_r a {
  padding: 0 15px 0 25px;
  background: #fff;
  border-radius: 27px;
  height: 54px;
  line-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.4rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 .nav_box .nav_r a span {
  color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline !important;
}
.nav_li5 .nav_box .nav_r a i {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding-top: 5px;
  box-sizing: border-box;
  background: var(--color);
  transform: rotate(-90deg);
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 1.56vw;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 .nav_box .nav_r a i path {
  fill: #F9F9F9 !important;
}
.nav_li5 .nav_box .nav_r a:hover {
  background: var(--color);
  color: #fff !important;
}
.nav_li5 .nav_box .nav_r a:hover i {
  background: #fff;
  color: var(--color);
}
.nav_li5 .nav_box .nav_r a:hover i path {
  fill: var(--color) !important;
}
.nav_li5 .nav_box .nav_r a:hover span {
  color: #fff !important;
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_r .items p.p4 {
    margin-top: 0;
  }
  .nav_li5 .nav_box .nav_r a {
    height: 44px;
    border-radius: 22px;
  }
}
.x-xbox1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: left;
  line-height: initial;
  background: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.x-xbox1 .x-bcon {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1260px) {
  .x-xbox1 .x-bcon {
    width: 90%;
  }
}
.x-xbox1 .x-bcon .x-le {
  width: 25.625%;
  padding: 0.4rem 0.3rem 0.4rem 0;
  height: 480px;
  overflow-y: auto;
  border-right: 1px solid #eee;
}
.x-xbox1 .x-bcon .x-le::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.x-xbox1 .x-bcon .x-le::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
.x-xbox1 .x-bcon .x-le::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.x-xbox1 .x-bcon .x-le > a {
  display: inline-flex;
  align-items: center;
  line-height: 0.7rem;
  font-size: var(--font-size7);
  color: #666666 !important;
  padding: 0 0.25rem;
  position: relative;
  width: 100%;
  transition: 0.4s ease-in-out;
  border-radius: 0.05rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-xbox1 .x-bcon .x-le > a {
    padding: 0 0.2rem;
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .x-xbox1 .x-bcon .x-le > a {
    padding: 0 0.1rem;
  }
}
.x-xbox1 .x-bcon .x-le > a.on {
  color: var(--color) !important;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.x-xbox1 .x-bcon .x-le > a.on .x-img {
  opacity: 1;
}
.x-xbox1 .x-bcon .x-le > a.on i {
  opacity: 1;
}
.x-xbox1 .x-bcon .x-le > a .x-img {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-xbox1 .x-bcon .x-le > a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-xbox1 .x-bcon .x-le > a span {
  display: inline-block;
  margin: 0 0.3rem 0 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1260px) {
  .x-xbox1 .x-bcon .x-le > a span {
    margin: 0 0.1rem 0 0.2rem;
    font-size: 11px;
  }
}
.x-xbox1 .x-bcon .x-le > a i {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
  display: none;
}
.x-xbox1 .x-bcon .x-le > a i svg,
.x-xbox1 .x-bcon .x-le > a i img {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.x-xbox1 .x-bcon .x-ri {
  width: 74.375%;
  padding-left: 0.2rem;
  padding-top: 0.4rem;
}
.x-xbox1 .x-bcon .x-ri .x-ab {
  display: none;
  justify-content: flex-start;
  height: 100%;
}
.x-xbox1 .x-bcon .x-ri .x-ab.on {
  display: flex;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a {
  width: 32.5%;
  height: 480px;
  overflow-y: auto;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a {
  display: inline-flex;
  align-items: center;
  line-height: 0.7rem;
  font-size: var(--font-size7);
  color: #666666 !important;
  padding: 0 0.1rem 0 0.3rem;
  margin-bottom: 0.2rem;
  position: relative;
  width: 100%;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-xbox1 .x-bcon .x-ri .x-ab .x-a a {
    padding: 0 0.2rem;
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .x-xbox1 .x-bcon .x-ri .x-ab .x-a a {
    padding: 0 0.1rem;
  }
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a.on {
  color: var(--color) !important;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a.on .x-img {
  opacity: 1;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a.on i {
  opacity: 1;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a .x-img {
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a span {
  display: inline-block;
  margin: 0 0.1rem 0 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1260px) {
  .x-xbox1 .x-bcon .x-ri .x-ab .x-a a span {
    margin: 0 0.1rem 0 0.2rem;
    font-size: 11px;
  }
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a i {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
  display: none;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a i svg,
.x-xbox1 .x-bcon .x-ri .x-ab .x-a a i img {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp {
  width: 61.85%;
  padding: 0.4rem 0 0.4rem 0.4rem;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica {
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica.on {
  display: flex;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a {
  display: block;
  width: 47.41%;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a:hover .public-img img {
  transform: scale(1.08);
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a:hover .x-p {
  color: #fff;
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a .public-img::before {
  padding-top: calc(220/330*100%);
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a .x-p {
  line-height: initial;
  color: #333;
  transition: 0.4s ease-in-out;
  padding: 0.15rem 0.2rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a .x-p {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a .x-p {
    font-size: 14px;
  }
}
.x-xbox1 .x-bcon .x-ri .x-ab .x-imcp .x-ica > a .x-p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.zylj-footer-1 {
  background-color: #111;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .zylj-footer-1 {
    padding-top: 0.5rem;
  }
}
.zylj-footer-1 .footer-top {
  width: 100%;
}
.zylj-footer-1 .footer-top ul {
  border: 1px solid #232323;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .zylj-footer-1 .footer-top ul {
    width: 100%;
    display: block;
    margin: auto;
    border: 0;
  }
}
.zylj-footer-1 .footer-top ul li {
  width: 33.33%;
  padding: 0.4rem 0 0.4rem 0.8rem;
}
@media (max-width: 991px) {
  .zylj-footer-1 .footer-top ul li {
    width: 100%;
    display: block;
    padding: 0.25rem 0;
  }
}
.zylj-footer-1 .footer-top ul li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border-right: 0.01rem solid #232323;
}
.zylj-footer-1 .footer-top ul li a .icon {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #232323;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .zylj-footer-1 .footer-top ul li a .icon {
    width: 50px;
    height: 50px;
  }
}
.zylj-footer-1 .footer-top ul li a .info {
  padding-left: 0.3rem;
  display: block;
  font-size: var(--font-size6);
  display: flex;
  flex-direction: column;
}
.zylj-footer-1 .footer-top ul li a .info .t1 {
  color: #999999;
}
.zylj-footer-1 .footer-top ul li a .info .t2 {
  color: #FFFFFF;
}
.zylj-footer-1 .footer-top ul li:nth-child(3) a {
  border-right: 0;
}
.zylj-footer-1 .footer-center {
  padding-top: 0.6rem;
  padding-bottom: 0.84rem;
}
@media (max-width: 991px) {
  .zylj-footer-1 .footer-center {
    padding: 0;
  }
}
.zylj-footer-1 .footer-center h4 {
  color: #FFFFFF;
  font-size: var(--font-size7);
  font-weight: 500;
}
@media (max-width: 991px) {
  .zylj-footer-1 .footer-center h4 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .zylj-footer-1 .footer-center h4 {
    position: relative;
    z-index: 1;
  }
  .zylj-footer-1 .footer-center h4::before {
    content: '>';
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    transition: all 0.4s;
    font-family: cursive;
  }
}
.zylj-footer-1 .footer-center .ewm {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0.4rem;
  width: 120px;
  height: 120px;
}
@media (max-width: 991px) {
  .zylj-footer-1 .footer-center .ewm {
    width: 100px;
    height: 100px;
  }
}
.zylj-footer-1 .footer-center .ewm img {
  width: 100%;
  height: 100%;
}
.zylj-footer-1 .footer-center .ewm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(to bottom, var(--color), rgba(0, 153, 68, 0.1));
  animation: scan 2s linear infinite;
  display: none;
}
.zylj-footer-1 .footer-center ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .zylj-footer-1 .footer-center ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .zylj-footer-1 .footer-center ul li.on h4::before {
    transform: translateY(-50%) rotateZ(-90deg);
  }
}
.zylj-footer-1 .footer-center ul li ul {
  margin-left: -0.03rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .zylj-footer-1 .footer-center ul li ul {
    margin: 0;
    padding-top: 0.2rem;
    display: none;
  }
}
.zylj-footer-1 .footer-center ul li ul li a {
  line-height: 0.36rem;
  font-weight: 500;
  color: #999;
  transition: all 0.45s ease-in-out;
}
.zylj-footer-1 .footer-center ul li ul li:hover a {
  color: #FFFFFF;
}
.zylj-footer-1 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.4rem;
  color: #666666;
  padding: 0.25rem 0;
}
.zylj-footer-1 .footer-bottom a {
  color: #666666;
}
@media (max-width: 991px) {
  .zylj-footer-1 .footer-bottom {
    display: block;
    padding: 0.4rem 0;
    line-height: 2;
    font-size: 13px;
  }
}
.zylj-footer-1 .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15rem;
}
.zylj-footer-1 .footer-bottom a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .zylj-footer-1 .footer-bottom a {
    margin-left: 0;
    margin-right: 0.2rem;
  }
}
.zylj-footer-1 .footer-bottom a:hover {
  color: #fff;
}

 
@charset "utf-8";
.gs-nav-1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 21;
  overflow: hidden;
}
.gs-nav-1 .nav-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 21px 0 14px;
}
.gs-nav-1 .nav-box,
.gs-nav-1 .nav-box * {
  font-size: var(--font-size9);
  color: #000000;
  line-height: 1.2;
}
.gs-nav-1 .nav-box a {
  color: #999999;
  transition: all 0.5s ease;
}
.gs-nav-1 .nav-box a:hover {
  color: #000000;
}
.gs-nav-1 .nav-box span {
  margin: 0 0.8em;
  color: #999999;
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.zylj-sidebar-1 {
  position: fixed;
  right: 1%;
  bottom: 5%;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.01);
  display: block !important;
}
@media (max-width: 991px) {
  .zylj-sidebar-1 {
    display: none !important;
  }
}
.zylj-sidebar-1 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.88rem;
  height: 0.88rem;
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.45s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.01);
  position: relative;
  z-index: 1;
}
.zylj-sidebar-1 .item .tips {
  min-width: 1.5rem;
  height: 100%;
  position: absolute;
  right: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  background: #fff;
  color: #111;
  display: none;
}
.zylj-sidebar-1 .item:hover {
  background: var(--color);
}
.zylj-sidebar-1 .item:hover svg path {
  color: #FFFFFF;
}
.zylj-sidebar-1 .item:hover span {
  color: #FFFFFF !important;
}
.zylj-sidebar-1 .item:hover .tips {
  display: flex;
}
.zylj-sidebar-1 .item:hover:nth-child(1) .tips {
  display: none;
}
.zylj-sidebar-1 .item svg path {
  color: #666666;
}
@media (max-width: 991px) {
  .zylj-sidebar-1 .item {
    width: 1rem;
    height: 1rem;
  }
  .zylj-sidebar-1 .item span {
    display: none !important;
  }
}
.zylj-sidebar-1 .item img {
  display: block;
  margin: auto;
  max-width: 0.3rem;
}
.zylj-sidebar-1 .item span {
  margin-top: 2px;
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #666666;
  transition: 0s !important;
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.zylj-about-3 .common-button {
  margin: 0;
  width: 1.5rem;
}
@media (max-width: 991px) {
  .zylj-about-3 .common-button {
    width: 2.7rem;
  }
}
@media (max-width: 767px) {
  .zylj-about-3 .common-button {
    margin-top: 0.4rem;
  }
}
.zylj-about-3 .common-button .button_su_inner {
  border: 1px solid #DEDEDE;
  display: inline-block;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s ease-in-out;
  font-weight: 500;
  color: #666666;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .zylj-about-3 .common-button .button_su_inner {
    height: 45px;
    line-height: 45px;
  }
}
.zylj-about-3 .common-button .button_su_inner .icon {
  margin-left: 0.1rem;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #999999;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .zylj-about-3 .common-button .button_su_inner .icon {
    width: 20px;
    height: 20px;
  }
}
.zylj-about-3 .common-button .button_su_inner .icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #F9F9F9;
}
.zylj-about-3 .common-button .button_su_inner .icon svg path {
  color: #666;
  transition: all 0.45s ease-in-out;
}
.zylj-about-3 .common-button a.button_su_inner.active,
.zylj-about-3 .common-button a.button_su_inner:hover {
  background-color: var(--color);
  color: #FFFFFF;
  border-color: transparent;
}
.zylj-about-3 .common-button a.button_su_inner.active .icon,
.zylj-about-3 .common-button a.button_su_inner:hover .icon {
  background-color: #FFFFFF;
}
.zylj-about-3 .common-button a.button_su_inner.active .icon svg path,
.zylj-about-3 .common-button a.button_su_inner:hover .icon svg path {
  color: var(--color);
}
.zylj-about-3 .common-button a.button_su_inner.active:hover {
  background-color: var(--color);
}
.zylj-about-3 .common-button a.button_su_inner.active:hover svg path {
  color: var(--color);
}
.zylj-about-3_1 .common-button {
  margin: 0;
  width: 1.5rem;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .common-button {
    width: 2.7rem;
  }
}
@media (max-width: 767px) {
  .zylj-about-3_1 .common-button {
    margin-top: 0.4rem;
  }
}
.zylj-about-3_1 .common-button .button_su_inner {
  border: 1px solid #DEDEDE;
  display: inline-block;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s ease-in-out;
  font-weight: 500;
  color: #666666;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .common-button .button_su_inner {
    height: 45px;
    line-height: 45px;
  }
}
.zylj-about-3_1 .common-button .button_su_inner .icon {
  margin-left: 0.1rem;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #999999;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .common-button .button_su_inner .icon {
    width: 20px;
    height: 20px;
  }
}
.zylj-about-3_1 .common-button .button_su_inner .icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #F9F9F9;
}
.zylj-about-3_1 .common-button .button_su_inner .icon svg path {
  color: #666;
  transition: all 0.45s ease-in-out;
}
.zylj-about-3_1 .common-button a.button_su_inner.active,
.zylj-about-3_1 .common-button a.button_su_inner:hover {
  background-color: var(--color);
  color: #FFFFFF;
  border-color: transparent;
}
.zylj-about-3_1 .common-button a.button_su_inner.active .icon,
.zylj-about-3_1 .common-button a.button_su_inner:hover .icon {
  background-color: #FFFFFF;
}
.zylj-about-3_1 .common-button a.button_su_inner.active .icon svg path,
.zylj-about-3_1 .common-button a.button_su_inner:hover .icon svg path {
  color: var(--color);
}
.zylj-about-3_1 .common-button a.button_su_inner.active:hover {
  background-color: var(--color);
}
.zylj-about-3_1 .common-button a.button_su_inner.active:hover svg path {
  color: var(--color);
}
.zylj-about-3 {
  position: relative;
  overflow: hidden;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .zylj-about-3 {
    height: 6rem;
    flex-direction: column;
    justify-content: center;
  }
}
.zylj-about-3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  animation-delay: 0s !important;
}
.zylj-about-3 .container1600 {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .zylj-about-3 .container1600 {
    display: block;
  }
}
.zylj-about-3 .container1600 .button_su_inner {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.zylj-about-3 .container1600 .button_su_inner .icon {
  transition: all 0.45s ease-in-out;
  background: #FFFFFF;
}
.zylj-about-3 .container1600 .button_su_inner .icon svg path {
  fill: #999999;
}
.zylj-about-3 .container1600 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .zylj-about-3 .container1600 .content {
    display: block;
  }
}
.zylj-about-3 .container1600 .content h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .zylj-about-3 .container1600 .content h1 {
    font-size: var(--font-size1);
  }
}
.zylj-about-3 .container1600 .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: var(--font-size7);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.66;
  margin-top: 0.35rem;
}
.zylj-about-3 .container1600 .common-button {
  display: block;
}
@media (max-width: 991px) {
  .zylj-about-3 .container1600 .common-button {
    display: block;
    margin-top: 0.5rem;
  }
}
.zylj-about-3_1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /* margin: auto; */
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.zylj-about-3_1 > div {
  height: 100%;
}
.zylj-about-3_1 .popup-box2 {
  overflow: initial !important;
  background: #f8f8f8 !important;
  margin-top: 5vh;
}
.zylj-about-3_1 .popup-box {
  width: 62.5%;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box {
    width: 90%;
    display: block;
  }
}
.zylj-about-3_1 .popup-box .popup-box-left {
  width: 37%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-left {
    width: 100%;
    padding: 5%;
  }
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.6rem;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-left .popup-info {
    display: none;
  }
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-info .slogan {
  color: #FFFFFF;
  line-height: 0.32rem;
  font-size: var(--font-size7);
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-info .desc {
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  line-height: 1.5;
  padding: 0 0 0.45rem;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-info ul li {
  line-height: 3;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-info ul li svg {
  margin-right: 0.1rem;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-logo-img {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: var(--font-size7);
  width: 1.3rem;
  height: 0.6rem;
  filter: grayscale(100%) brightness(7000%);
  transition: all 0.65s linear;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-logo-img .text {
  margin-left: 0.25rem;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box {
    display: none;
  }
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box .popup-concat-box {
  font-size: var(--font-size7);
  color: #ffffff;
  line-height: 1.778;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text {
  display: flex;
  padding-top: 0.45rem;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a {
  transition: all 0.45s ease-in-out;
  display: block;
  margin-right: 0.19rem;
  color: #FFFFFF;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a span {
  position: relative;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: all 0.45s ease-in-out;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a:hover {
  opacity: 1;
  color: #FFFFFF;
}
.zylj-about-3_1 .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a:hover span:before {
  width: 100%;
}
.zylj-about-3_1 .popup-box .popup-box-right {
  box-sizing: border-box;
  padding: 0.4rem 0.5rem 0.6rem;
  width: 63%;
  position: relative;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right {
    width: 100%;
    padding: 0.5rem 5%;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-close-box {
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-main-title {
  font-size: 0.3rem;
  color: #000000;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right .popup-main-title {
    font-size: 0.37rem;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-subtitle {
  color: #666666;
  padding-bottom: 0.3rem;
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-subtitle a {
  color: var(--color);
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box.popup-info-box1 {
  padding-bottom: 1.2rem;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right .popup-info-box.popup-info-box1 {
    padding: 0 0 0.3rem;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item {
  width: calc(50% - 0.1rem);
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item {
    width: 100%;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item .title {
  margin-bottom: 0.1rem;
  font-weight: bold;
  color: #222222;
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item .title span {
  color: var(--color0);
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input {
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border: 1px solid #E8E8E8;
  background: #f9f9f9;
  box-sizing: border-box;
  width: 100%;
  display: block;
  color: #222222;
  position: relative;
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.06rem);
  background: center center url("/static/home/images/icon-crumbs.svg");
  transform: rotate(90deg);
  height: 0.12rem;
  width: 0.07rem;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input:after {
    height: 0.18rem;
    width: 0.1rem;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input select {
  position: relative;
  z-index: 3;
  width: 100%;
  color: #666666;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input {
    line-height: 0.65rem;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item1 {
  width: 100%;
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item1 .box-form-textarea {
  resize: none;
  padding: 0.2rem;
  height: 1.2rem;
  color: #000000;
  border: 1px solid #E8E8E8;
  background: #f9f9f9;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item1 .box-form-textarea {
    height: 2rem;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item2 {
  padding-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-right .popup-info-box .box-form-item2 {
    padding-bottom: 0;
  }
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-note {
  color: #666666;
  line-height: 1.6;
  margin-top: -0.1rem;
  padding-bottom: 0.3rem;
}
.zylj-about-3_1 .popup-box .popup-box-right .popup-note a {
  color: var(--color);
}
.zylj-about-3_1 .popup-box .popup-box-btn {
  width: 2rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: var(--font-size7);
  background: var(--color);
  display: block;
  margin-top: 0.32rem;
  color: #FFFFFF;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .zylj-about-3_1 .popup-box .popup-box-btn {
    height: 0.65rem;
    line-height: 0.65rem;
    font-weight: bold;
  }
}
.zylj-about-3_1 .popup-box .popup-box-btn:hover {
  background: var(--color);
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.msgAlt {
  display: none;
}
.msgAlt .hm_but {
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--color);
}
@media (max-width: 1580px) {
  .msgAlt .hm_but {
    width: 1.8rem;
    height: 0.66rem;
    border-radius: 0.33rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .hm_but {
    height: 0.68rem;
    width: 1.8rem;
    border-radius: 0.34rem;
  }
}
.msgAlt .hm_but:hover {
  opacity: 0.9;
}
.msgAlt .cont {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  max-width: 12.4rem;
  width: 90%;
}
@media (max-width: 991px) {
  .msgAlt .cont {
    max-width: 14rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont {
    max-width: 100%;
  }
}
.msgAlt .cont .lt {
  width: 35.484%;
  padding: 0.8rem 0.5rem 0.52rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(/static/home/images/kfshuziimg1.jpg) center / cover no-repeat;
}
@media (max-width: 767px) {
  .msgAlt .cont .lt {
    display: none;
  }
}
.msgAlt .cont .lt .font {
  color: #ffffff;
}
.msgAlt .cont .lt .font .f_logo {
  height: 0.4rem;
  width: 100%;
  margin-bottom: 0.74rem;
}
.msgAlt .cont .lt .font .f_logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.msgAlt .cont .lt .font .f_tit {
  margin-top: 2px;
  margin-bottom: 0.28rem;
  font-weight: bold;
  font-size: var(--font-size4);
}
.msgAlt .cont .lt .font .nei .li {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 0.5rem;
  }
}
.msgAlt .cont .lt .font .nei .li:last-child {
  margin-bottom: 0;
}
.msgAlt .cont .lt .font .nei .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(/static/home/images/zhengiiconimg1.svg) no-repeat center / 100% 100%;
}
@media (max-width: 1580px) {
  .msgAlt .cont .lt .font .nei .li:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .lt .font .nei .li:before {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.msgAlt .cont .lt .f_link {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.msgAlt .cont .lt .f_link .li {
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #ffffff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  margin-right: 0.1rem;
  display: block;
}
.msgAlt .cont .lt .f_link .li:hover {
  background-size: 100% 100%;
}
.msgAlt .cont .gt {
  width: 64.516%;
  padding: 0.36rem 0.5rem 0.36rem;
}
@media (max-width: 767px) {
  .msgAlt .cont .gt {
    width: 100%;
    height: 78vh;
    overflow: auto;
  }
}
.msgAlt .cont .gt .f_tit {
  color: #000000;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: var(--font-size4);
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_tit {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_tit {
    font-size: 0.38rem;
  }
}
.msgAlt .cont .gt .text {
  line-height: 1.625;
  color: #999999;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .text {
    line-height: calc(20/16);
    margin-bottom: 0.2rem;
  }
}
.msgAlt .cont .gt .f_from {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.msgAlt .cont .gt .f_from .item {
  width: calc(50% - 0.1rem);
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item {
    width: 100%;
    margin-bottom: 0.28rem;
  }
}
.msgAlt .cont .gt .f_from .item .name {
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item .name {
    margin-bottom: 6px;
  }
}
.msgAlt .cont .gt .f_from .item .name span {
  color: var(--color);
}
.msgAlt .cont .gt .f_from .item .int,
.msgAlt .cont .gt .f_from .item .f_int {
  width: 100%;
}
.msgAlt .cont .gt .f_from .item .int input,
.msgAlt .cont .gt .f_from .item .f_int input,
.msgAlt .cont .gt .f_from .item .int textarea,
.msgAlt .cont .gt .f_from .item .f_int textarea,
.msgAlt .cont .gt .f_from .item .int select,
.msgAlt .cont .gt .f_from .item .f_int select {
  border-radius: 4px;
  color: #333333;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 16px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item .int input,
  .msgAlt .cont .gt .f_from .item .f_int input,
  .msgAlt .cont .gt .f_from .item .int textarea,
  .msgAlt .cont .gt .f_from .item .f_int textarea,
  .msgAlt .cont .gt .f_from .item .int select,
  .msgAlt .cont .gt .f_from .item .f_int select {
    padding: 8px 14px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item .int input,
  .msgAlt .cont .gt .f_from .item .f_int input,
  .msgAlt .cont .gt .f_from .item .int textarea,
  .msgAlt .cont .gt .f_from .item .f_int textarea,
  .msgAlt .cont .gt .f_from .item .int select,
  .msgAlt .cont .gt .f_from .item .f_int select {
    padding: 0.22rem 0.36rem;
  }
}
.msgAlt .cont .gt .f_from .item .int input::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .int select::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int input::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .int select::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int input:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .int select:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int textarea,
.msgAlt .cont .gt .f_from .item .f_int textarea {
  height: 1.2rem;
}
.msgAlt .cont .gt .f_from .f_textarea {
  width: 100%;
}
.msgAlt .cont .gt .f_from .fz_text1 {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .fz_text1 {
    margin-bottom: 0.2rem;
  }
}
.msgAlt .cont .gt .f_from .fz_text1 a {
  color: var(--color);
}
.msgAlt .cont .gt .f_from .fz_text1 a:hover {
  text-decoration: underline;
}
.msgAlt .cont .gt .f_from .hm_but {
  width: 1.58rem;
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .hm_but {
    width: 1.6rem;
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .hm_but {
    width: 2.3rem;
    height: 0.78rem;
  }
}
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.basealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.basealt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.basealt .cont .fclose {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
    left: initial;
    right: 0;
    top: initial;
    bottom: 100%;
    margin-left: 0;
  }
}
.basealt .cont .fclose svg {
  color: #fff;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover {
  transform: rotate(90deg);
}
