@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;
}

@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}

.bg {
  background: #FFF15C;
}

.c {
  color: #FFF15C;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination>li {
  margin: 0 5px;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 300;
}

.pagination>li .iconfont {
  font-size: 0.75rem;
  font-weight: 300;
}

.pagination>li.active,
.pagination>li:hover {
  border: 1px #D8D8D8;
  background: #555;
  color: #fff;
}

.pagination>li.active a,
.pagination>li:hover a {
  color: #fff;
}

.pagination>li.disabled:hover {
  color: #333;
  background: #FFF;
}

.foot-fot {
  background: #2D3333;
}

/* 禁止缩放表单 */
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: #FFF15C;
}

.search_more:hover::before {
  background: #FFF15C;
}

.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: 19.375rem;
  left: 50%;
  box-shadow: 0 0 2px 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;
  padding: 1.875rem 2.1875rem;
}

.er-ul>li>a {
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  line-height: 3.125rem;
  color: #555;
  text-align: left;
  font-size: 0.875rem;
  padding: 0 1.5625rem;
  font-weight: 400;
  position: relative;
}

.er-ul>li>a div {
  width: 80%;
}

.er-ul>li>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  background: url(../fonts/jt.svg) no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 0.5rem;
  opacity: 0.3;
}

.er-ul>li:hover>a,
.er-ul>li.active>a {
  background: #FFF15C;
  color: #555 !important;
}

.er-ul>li:hover>a::before,
.er-ul>li.active>a::before {
  opacity: 1;
}

header .nav_ul>li:nth-child(2) .er-ul,
header .nav_ul>li:nth-child(3) .er-ul {
  width: 45rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.875rem;
}

header .nav_ul>li:nth-child(2) .er-ul>li,
header .nav_ul>li:nth-child(3) .er-ul>li {
  width: 50%;
  padding: 0 0.875rem;
}

header .nav_ul>li:nth-child(2) .er-ul>li a div,
header .nav_ul>li:nth-child(3) .er-ul>li a div {
  white-space: nowrap;
}


.dhtop .container{
    display: flex;
    justify-content: flex-end;
    height: 2.5rem;
    line-height: 2.3rem;
        padding: 0 6.25rem;
}
.dhtop .container a{
    padding-left: 1rem;
        font-size: .875rem;
}

.er-ul.er-ul-pro {
  padding: 3.125rem 0 4.375rem;
}

.er-ul.er-ul-pro .left {
  width: calc(100% - 27.8125rem);
}

.er-ul.er-ul-pro .left ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 1.5625rem;
}

.er-ul.er-ul-pro .left ul li {
  padding-right: 9.0625rem;
  width: 50%;
}

.er-ul.er-ul-pro .left ul li:hover a {
  background: #F5F5F5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #555555;
}

.er-ul.er-ul-pro .left ul li:hover a div {
  color: #555555;
  font-weight: 400;
}

.er-ul.er-ul-pro .left ul li:hover a p .iconfont {
  color: #4B4B4C;
}

.er-ul.er-ul-pro .left ul li a {
  line-height: 3.125rem;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  font-weight: 300;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul.er-ul-pro .left ul li a div {
  width: calc(100% - 3.125rem);
}

.er-ul.er-ul-pro .left ul li a p {
  width: 3.125rem;
  text-align: right;
}

.er-ul.er-ul-pro .left ul li a p .iconfont {
  font-size: 1.125rem;
  color: #DBDBDB;
}

.er-ul.er-ul-pro .right {
  width: 27.8125rem;
}

.er-ul.er-ul-pro .right ul li {
  display: none;
}

.er-ul.er-ul-pro .right ul li img {
  height: 12.5rem;
  object-fit: cover;
}

.er-ul.er-ul-pro .right ul li.active {
  display: block;
}

.menu_pc {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: calc(100vh - 5rem);
  background: #fff;
  z-index: 998;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.menu_pc.active {
  opacity: 1;
  top: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.menu_pc ul {
  display: flex;
  justify-content: space-between;
}

.menu_pc ul .name {
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.9375rem;
}

.menu_pc ul .name:hover {
  font-weight: 500;
}

.menu_pc ul .text {
  color: #555;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.menu_pc ul .text:hover {
  color: #000;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #FFF15C;
}

.er-ul>li:nth-child(1) {
  padding-top: 0;
}

.er-ul>li:last-child {
  padding-bottom: 0;
}

header .nav_ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  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;
  }

  .pagination>li {
    margin: 0 3px 5px;
  }
}

.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: #fff;
  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 #555;
  font-size: 1.25rem;
  color: #555;
  font-weight: 300;
}

.inp::-webkit-input-placeholder {
  color: #555;
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #555;
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 2.125rem;
  font-weight: 300;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: #555;
  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;
  border: none !important;
  font-size: 1rem;
}

.serbtn {
  background: #FFF15C;
}

.searchbox {
  border-color: #FFF15C;
}

@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: 991px) {
  .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 .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.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-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.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 .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 "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.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;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  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 .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .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: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #FFF15C;
}

.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;
}

@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 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  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%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.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.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #FFF15C;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  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,
.phone .right {
  width: 20%;
}

.phone .left {
  text-align: right;
}

.phone .left img {
  height: 22px;
}

.phone .right {
  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: 60%;
  margin: 0 auto;
  text-align: center;
}

.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: #FFF15C;
  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: #FFF15C;
}

.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: 12px;
  color: #a7a7a7;
  line-height: 28px;
  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: 14px;
  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 {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #FFF15C;
}

.rightfix li:hover .iconfont {
  background: #000;
  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;
}

.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%);
  }
}

@-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);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 5rem;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

header.active2 {
  box-shadow: none;
}

header>.container {
  padding: 0 6.25rem;
}

header .menu {
  height: 100%;
  display: flex;
  align-items: center;
  height: 5rem;
  cursor: pointer;
}

header .menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.75rem;
  position: relative;
}

header .menu.active span:nth-child(2) {
  transform: rotate(-45deg);
}

header .menu span {
  display: block;
  width: 3.125rem;
  height: 1px;
  background: #555555;
  margin: 0.6875rem 0;
}

header .lanuage img,
header .ds1 img {
  height: 1.375rem;
}

header .ds1 {
  margin: 0 4rem 0 2rem;
}

header .lanuage {
  position: relative;
  margin-left: 2rem;
  font-size: 0.875rem;
  /* display: none; */
}

header .lanuage ul {
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1rem;
  width: 150%;
  line-height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 0.5rem 1rem 1rem;
  width: 10rem;
}

header .lanuage>a>img,
header .lanuage ul li img {
  margin-right: .625rem;
}

header .lanuage:hover ul {
  transform: scaleY(1);
  opacity: 1;
}

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

header .nav_ul>li {
  padding: 0 1.6875rem;
}
#nav_li_6{
    display: none;
}

header .nav_ul>li>a {
  color: #555555;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}

header .nav_ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.1875rem;
  background: #FFF15C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .nav_ul>li:hover>a::before,
header .nav_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;
}

.banner {
  overflow: hidden;
}

.banner .hover {
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
}

.banner .hover .content {
  background: rgba(75, 75, 75, 0.6);
  padding: 2.5rem 8.5625rem 3.4375rem 3.75rem;
  display: inline-block;
  width: 50%;
}

.banner .hover .content .p1 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3rem;
}

.banner .hover .content .p2 {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin-top: 0.375rem;
}

.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-button-prev,
.banner .swiper-button-next {
  background-image: none;
}

.banner .swiper-button-prev img,
.banner .swiper-button-next img {
  height: 3.125rem;
}

.banner .swiper-button-next {
  right: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-button-prev {
  left: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner:hover .swiper-button-next {
  right: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner:hover .swiper-button-prev {
  left: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyban {
  padding-bottom: 6.875rem;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .hover .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  line-height: 3rem;
}

.nyban.about11 .hover .name {
  text-shadow: 0 0 6px rgba(0, 0, 0, 1);
}

.bread {
  font-size: 1rem;
  color: #262626;
}

.bread a {
  color: #262626;
}

.bread img {
  height: 1.5rem;
}

.bread span:last-child {
  display: none;
}

.index_one {
  padding: 4rem 0;
}

.index_one .title {
  text-align: center;
}

.title {
  color: #555;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3.35rem;
}

.row18 {
  margin: 0 -1.125rem;
}

.row18>div {
  padding: 0 -1.125rem;
}

.index_two ul {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.index_two ul li {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.index_two ul li:hover>a {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.13);
}

.index_two ul li:hover>a .title {
  color: #FFF15C;
}

.index_two ul li:hover>a .more_a {
  color: #FFF15C;
}

.list_download .ul li:hover .more_a {
  font-weight: 500;
}

.index_two ul li:hover .img img {
  transform: scale(1.1);
}

.index_two ul li .hover {
  position: absolute;
  bottom: 2.8125rem;
  padding: 0 2.8125rem;
  left: 0;
  width: 100%;
}

.index_two ul li .hover .title {
  color: #FFF;
  font-size: 1.875rem;
}

.more_a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.more_a div {
  position: relative;
  margin-left: 0.375rem;
}

.more_a div p {
  width: 0.8125rem;
  height: 0.8125rem;
  background: #FFF15C;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.more_a div p .iconfont {
  color: #555;
}

.more_a .iconfont {
  font-size: 1.25rem;
  display: block;
  padding-left: 0.3125rem;
}

.bgfc {
  background: #FCFCFC;
}

.index_three {
  padding: 3.4375rem 0;
}

.index_three .swiper-button-next {
  right: -3rem;
}

.index_three .swiper-button-prev {
  left: -3rem;
}

.index_three .swiper_btn {
  top: 40%;
  background-size: 1.75rem 1.75rem;
}

.suquera_news {
  padding: 0 0.9375rem;
}

.suquera_news:hover>a {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suquera_news:hover>a .over img {
  transform: scale(1.1);
}

.suquera_news:hover>a .name,
.suquera_news:hover>a .data,
.suquera_news:hover>a .more_2 {
  font-weight: 400;
}

.suquera_news>a {
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suquera_news>a .content {
  padding: 1rem 1.5625rem;
}

.suquera_news>a .data {
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}

.suquera_news>a .name {
  color: #555;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin: 1.125rem 0 1.5625rem;
}

.suquera_news>a .more_2 {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.suquera_news>a .more_2 .iconfont {
  font-size: 0.875rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suquera_news>a .more_2:hover {
  color: #000;
}

.suquera_news>a .more_2:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .margin {
  margin: 0 -0.9375rem 0;
}

.index_three .margin .swiper-container {
  padding: 3.25rem 0 2.75rem;
}

.more {
  display: inline-block;
  text-align: center;
  color: #4B4B4B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.125rem;
  border: 1px solid #4B4B4B;
  width: 10rem;
  position: relative;
  z-index: 4;
}

.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #FFF15C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  transform: scale(0.6);
  z-index: -1;
}

.more:hover {
  border-color: #FFF15C;
}

.more:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer {
  background: #fff;
  padding: 4.375rem 0 1.875rem;
}

footer .fenxiang {
  display: flex;
  justify-content: flex-start;
}

footer .fenxiang ul li {
  margin-right: 0.6875rem !important;
  width: auto !important;
  height: auto !important;
  line-height: 2.375rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 1.875rem !important;
  font-size: 1.5rem !important;
}

footer .fenxiang ul li:hover a {
  color: rgba(75, 75, 76, 0.692) !important;
}

footer .fenxiang ul li a {
  font-size: 1.5rem !important;
  color: #4B4B4C !important;
}

footer .fenxiang ul li:hover a {
  background: transparent !important;
}

footer .fenxiang ul li:hover a {
  font-weight: 400;
}

footer .fenxiang ul {
  display: flex;
}

footer .bot {
  display: flex;
  margin-top: 3.75rem;
}

footer .bot .logo {
  width: 12.5rem;
}

footer .bot .right {
  width: calc(100% - 12.5rem);
}

footer .bot .right ul {
  display: flex;
  justify-content: space-between;
}
footer .bot .right ul li:nth-child(5){
    display: none;
}

footer .bot .right ul .text:hover {
  color: #000;
}

footer .bot .right .name {
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.9375rem;
}

footer .bot .right .name:hover {
  font-weight: 400;
}

footer .bot .right .text {
  color: #555;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.beian {
  background: #FCFCFC;
  padding: 1.875rem 0;
}

.beian .text {
  color: #555;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.swiper_pag .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #000;
}

.bread {
  color: rgba(75, 75, 75, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 1.875rem 0;
}

.bread a {
  color: rgba(75, 75, 75, 0.5);
}

.bread a:hover {
  color: #FFF15C;
}

.bread span:last-child {
  display: none;
}

body {
  padding-top: 7rem;
}

.list_about .bgf {
  background: #fff;
}

.list_about .left {
  width: calc(100% - 6.875rem);
  padding-right: 4.6875rem;
}

.list_about .left .swiper-slide .clearfix {
  display: flex;
  align-items: center;
}

.list_about .left .swiper-slide .clearfix .l {
  width: 55%;
  padding-left: 6.25rem;
}

.list_about .left .swiper-slide .clearfix .r {
  width: 45%;
}

.list_about .left .swiper-slide .clearfix .year {
  color: #555;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.list_about .left .swiper-slide .clearfix .text {
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.list_about .right {
  width: 6.875rem;
  padding: 2rem 0;
  border-left: 1px solid #D9D9D9;
}

.list_about .right ul {
  height: 29rem;
  color: rgba(85, 85, 85, 0.4);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.list_about .right ul li {
  padding: 1.875rem 0;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.list_about .right ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background: #D9D9D9;
}

.list_about .right ul li.swiper-slide-thumb-active {
  color: #4B4B4C;
}

.pb110 {
  padding-bottom: 6.875rem;
}

.list_contact .ul1 .name {
  color: #555;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 0.75rem;
}

.list_contact .ul1 .text {
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.list_contact .ul2 {
  margin-top: 3.75rem;
  padding-bottom: 6.75rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 3.875rem;
}

.list_contact .ul2 li {
  text-align: center;
}

.list_contact .ul2 li .flex2 {
  justify-content: flex-start;
}

.list_contact .ul2 li a {
  display: flex;
  align-items: center;
}

.list_contact .ul2 li a:hover div {
  color: #000000;
}

.list_contact .ul2 li a img {
  height: 0.875rem;
  width: 0.875rem;
}

.list_contact .ul2 li a div {
  width: calc(100% - .875rem);
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  text-align: left;
  padding-left: 0.625rem;
}

.list_contact .ul2 li .flex2 {
  margin: 0 -0.9375rem;
}

.list_contact .ul2 li .flex2 .ewm {
  padding: 0 0.9375rem;
}

.list_contact .ul2 li .flex2 .ewm img {
  height: 7.5rem;
  width: 7.5rem;
}

.list_contact .ul2 li .flex2 .ewm div {
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin-top: 2px;
}

.list_contact .bottom .name {
  color: #555;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
}

.list_contact .bottom input {
  width: 100%;
  line-height: 2.75rem;
  border: 1px solid #4b4b4b;
  padding: 0 1.5625rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.list_contact .bottom input::placeholder {
  font-weight: 300;
  color: #4B4B4B;
}

.list_contact .bottom textarea {
  width: 100%;
  display: block;
  height: 12.5rem;
  padding: 0.5rem 1.5625rem;
  border: 1px solid #4b4b4b;
  line-height: 1.875rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.list_contact .bottom textarea::placeholder {
  font-weight: 300;
  color: #4B4B4B;
}

.list_contact .bottom .agree .flex2 {
  color: #4B4B4B;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  /* 当checkbox被选中时改变样式 */
}

.list_contact .bottom .agree .flex2 input {
  display: none;
}

.list_contact .bottom .agree .flex2 a:hover {
  color: #000;
}

.list_contact .bottom .agree .flex2 label {
  padding-left: 2rem;
  margin-bottom: 0;
}

.list_contact .bottom .agree .flex2 label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  border: 1px solid #4b4b4b;
  display: inline-block;
}

.list_contact .bottom .agree .flex2 input[type="checkbox"]:checked+label:before {
  content: "✔";
  color: #000;
  display: inline-block;
  text-align: center;
}

.list_contact .bottom .agree .more {
  border: 1px solid #4b4b4b;
  background: transparent;
}

.list_product .more {
  position: absolute;
  bottom: 2rem;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.list_product .more::before {
  background: #fff;
}

.list_product .more:hover {
  color: #555;
}

.list_product .title {
  padding: 4rem 0 4.6875rem;
}

.list_product .swiper_top {
  z-index: 9;
}

.list_product .swiper_top .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 9rem;
  opacity: 0.3;
  z-index: -1;
  padding: 0 2rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.list_product .swiper_top .img {
  position: relative;
  z-index: 9;
  height: 38.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.list_product .swiper_top .more_a {
  justify-content: center;
  margin-top: 2.5rem;
}

.list_product .swiper_top .img .img_pro {
  height: 18.75rem;
}

.list_product .swiper_bot {
  margin-top: 2.625rem;
}

.list_product .swiper_bot .swiper-slide {
  text-align: center;
  cursor: pointer;
}

.list_product .swiper_bot .swiper-slide img {
  padding: 1rem;
  max-height: 100%;
}

.list_product .swiper_bot .swiper-slide:hover p,
.list_product .swiper_bot .swiper-slide.swiper-slide-thumb-active p {
  font-weight: 400;
  color: #000;
}

.list_product .swiper_bot .sekuai {
  width: 100%;
  height: 9.375rem;
}

.list_product .swiper_bot p {
  color: #555;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  margin-top: 0.625rem;
}

.show_product .title {
  padding-top: 1.875rem;
}

.show_product .subtitle {
  color: #555;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin: 0.5625rem 0 4.6875rem;
}

.show_product .font18.margin {
  margin: 3.75rem 0 5rem;
}

.font18 {
  color: #555;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.font16 {
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.show_product_two ul li .top {
  display: flex;
  justify-content: space-between;
  padding: 1.5625rem 0;
  border-bottom: 1px solid #797979;
}

.show_product_two ul li .top div {
  width: 80%;
  color: #555;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.show_product_two ul li .top p {
  width: 20%;
  text-align: right;
}

.show_product_two ul li .top p .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #797979;
}

.show_product_two ul li .bot {
  padding-top: 3.125rem;
  display: none;
}

.show_product_two ul li .bot.active {
  display: block;
}

.show_product_two ul li .bot .row {
  margin: 1.375rem 0 1.25rem;
}

.show_product_two ul li .bot .row .font18 {
  font-weight: 400;
}

.show_product_two ul li .bot table {
  margin-bottom: 0;
}

.show_product_two ul li .bot table tr td {
  border-bottom: 1px solid #D9D9D9;
  color: #555;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  padding: 1.25rem;
}

.show_product_two ul li .bot table tr:nth-child(odd) {
  background: #F5F5F5;
}

.title_m {
  margin: 3.75rem 0 5.625rem;
}

.title_m.mb45 {
  margin-bottom: 2.8125rem;
}

.title_m.mb45 .font16 {
  margin-top: 1.125rem;
}

.list_smxl ul {
  margin: 0 -1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}

.list_smxl ul li {
  width: 50%;
}

.list_smxl .ul2 li {
  width: 50%;
}

.list_smxl .ul2:nth-child(3) li:nth-child(1) {
  order: 2;
}

.list_smxl .ul2 li:nth-child(1),
.list_smxl .ul3 li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}

.list_smxl .ul2 li:nth-child(1)>a,
.list_smxl .ul3 li:nth-child(2)>a {
  width: 50%;
}

.list_smxl .ul2 li:nth-child(1)>a:nth-child(1),
.list_smxl .ul2 li:nth-child(1)>a:nth-child(2),
.list_smxl .ul3 li:nth-child(2)>a:nth-child(1),
.list_smxl .ul3 li:nth-child(2)>a:nth-child(2) {
  margin-bottom: 2.4375rem;
}

.list_smxl .ul2 li:nth-child(1)>a:nth-child(odd),
.list_smxl .ul3 li:nth-child(2)>a:nth-child(odd) {
  padding-right: 1.25rem;
}

.list_smxl .ul2 li:nth-child(1)>a:nth-child(even),
.list_smxl .ul3 li:nth-child(2)>a:nth-child(even) {
  padding-left: 1.25rem;
}

.list_smxl li {
  padding: 0 1.25rem;
  overflow: hidden;
  margin-bottom: 2.125rem;
}

.list_smxl li .hover {
  position: absolute;
  bottom: 2rem;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}

.list_smxl li .hover .img img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_smxl li .img img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_smxl li>a:hover .hover div {
  color: #FFF15C;
}

.list_case .bottom {
  padding-top: 2.0625rem;
  border-top: 1px solid #F5F5F5;
}

.show_smxl .left {
  padding-right: 3.75rem;
}

.show_smxl .left>div {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2rem 0 5rem;
}

.show_smxl .left>div .name {
  color: #555;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.625rem;
}

.show_smxl .left>div .text {
  margin: 1.125rem 0 2rem;
}

.show_smxl .right {
  padding-left: 0;
}

.show_smxl_two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.125rem;
  justify-content: flex-start;
}

.show_smxl_two ul li {
  width: 20%;
  padding: 1.125rem;
}

.show_smxl_two ul li .img {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.show_smxl_two ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.show_smxl_two ul li .name {
  margin-top: 1rem;
  text-align: center;
}

.shaixuan {
  padding: 1.875rem 0;
  border-top: 1px solid #F5F5F5;
}

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

.shaixuan li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.shaixuan li .r {
  width: calc(100% - 5rem);
}

.shaixuan li .r a {
  padding: 0 0.9375rem;
  line-height: 1.875rem;
  background: #EFEFEF;
  color: #939898;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.shaixuan li .r a:hover,
.shaixuan li .r a.active {
  background: #FFF15C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #4B4B4C;
}

.shaixuan li .l {
  width: 5rem;
  color: #939898;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.suqera_case {
  margin-bottom: 1.875rem;
}

.suqera_case:hover>a {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqera_case:hover>a img {
  transform: scale(1.1);
}

.suqera_case a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqera_case a .content {
  padding: 0.875rem 1.5625rem 1.625rem;
  background: #fff;
}

.suqera_case a .content .name {
  color: #555;
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.suqera_case a .content .list {
  color: #888;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625rem;
  display: flex;
}

.suqera_case a .content .list div {
  width: 4.5rem;
}

.suqera_case a .content .list p {
  width: calc(100% - 4.5rem);
  padding-left: 0.5rem;
}

.show_case .right .relatednews {
  margin-top: 3rem;
}

.show_case .right .relatednews .relatednews_title {
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.show_case .right .relatednews ul li img {
  display: none;
}

.show_case .right .relatednews ul li a {
  padding-left: 1.25rem;
  position: relative;
  color: #888;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.show_case .right .relatednews ul li a::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #888;
}

.show_case .right .relatednews ul li:hover a {
  color: #000;
}

.show_case .right .relatednews ul li:hover a::before {
  background: #000;
}

.show_case {
  padding-top: 4.6875rem;
}

.show_case .left {
  width: calc(100% - 22.8125rem);
  padding-right: 0.625rem;
}

.show_case .swiper_bot {
  margin-top: 1.125rem;
  /*padding-right: 1rem;*/
}

.show_case .margin_w {
  background: #fff;
}

.show_case .margin_w .swiper_bot {
  margin: 0 auto;
  width: calc(100% - 6rem);
}

.show_case .margin_w .swiper-button-next,
.show_case .margin_w .swiper-button-prev {
  height: 1.875rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 2.25rem;
  height: calc(100% - 0.5rem);
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_case .margin_w .swiper-button-next .iconfont,
.show_case .margin_w .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.show_case .margin_w .swiper-button-next img,
.show_case .margin_w .swiper-button-prev img {
  filter: brightness(1);
  height: 100%;
}

.show_case .swiper_bot .swiper-slide {
  border: 0.25rem solid transparent;
}

.show_case .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  border-color: #FFF15C;
}

.show_case .swiper-button-next {
  right: 0;
}

.show_case .swiper-button-prev {
  left: 0;
}

.show_case .swiper-button-next,
.show_case .swiper-button-prev {
  background-image: none;
}

.show_case .right {
  background: #FFFFFF;
}

.show_case .right .shaixuan {
  border: none;
}

.show_case .right {
  width: 22.8125rem;
  padding: 2.6875rem 2.5rem;
}

.show_case .right .shaixuan {
  padding: 0.9375rem 0 0.5rem;
}

.show_case .right .shaixuan .r {
  width: 100%;
}

.show_case .right .name {
  background: #FFF15C;
  color: #555;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 3.125rem;
  padding: 0 0.75rem;
}

.show_case .right .list>div {
  color: #888;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625rem;
  display: flex;
}

.show_case .right .list>div div {
  width: 5.625rem;
}

.show_case .right .list>div p {
  width: calc(100% - 5.625rem);
  padding-left: 0.5rem;
}

.list_tech {
  position: relative;
  margin-top: -4.375rem;
}

.list_tech_three .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_tech_three .hover .iconfont {
  font-size: 4rem;
  color: #fff;
  display: block;
}

.flex_right_left li:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.flex_right_left li {
  margin: 0 -2.5rem;
}

.flex_right_left li .font16 {
  text-align: justify;
}

.flex_right_left li>div {
  padding: 0 2.5rem;
}

.flex_right_left li>div p:not(:last-child) {
  margin-bottom: 1.125rem;
}

.flex_right_left li:nth-child(even) .right {
  order: 1;
}

.flex_right_left li:nth-child(even) .left {
  order: 2;
}

.alignc {
  align-items: center;
}

.list_tech_two ul li {
  padding: 1.875rem;
  background: #fff;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_tech_two ul li:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_tech_two ul li:hover img {
  transform: scale(1.1);
}

.list_tech_two ul li .left {
  width: 14.1875rem;
}

.list_tech_two ul li .right {
  width: calc(100% - 14.1875rem);
  padding-left: 3.4375rem;
}

.list_tech_two ul li .right .name {
  color: #555;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
}

.list_tech_two ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.dian {
  position: relative;
  padding-left: 1rem;
}

.dian::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #858585;
}

.list_news .ul li {
  margin-bottom: 1.875rem;
}

.show_news {
  padding-top: 3.75rem;
}

.show_news .data {
  color: #949494;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin: 1.125rem 0 1.875rem;
}

.show_news strong {
  font-weight: 500;
  padding-top: 1rem;
  display: block;
}

.select_download {
  margin-bottom: 2.75rem;
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
  border-bottom: 1px solid #F5F5F5;
  border-top: 1px solid #F5F5F5;
}

.select_download select {
  width: 19.875rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border: 1px solid #797979;
  padding: 0 1rem;
  color: #939898;
  font-size: 0.875rem;
  font-weight: 300;
}

.list_download .ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.9375rem;
}

.list_download .ul li {
  width: 20%;
  padding: 0 0.9375rem;
  margin-bottom: 2.1875rem;
}

.list_download .ul li>div {
  padding: 1rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}

.list_download .ul li:hover .name {
  font-weight: 400;
}

.list_download .ul li:hover>div {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .ul li:hover>div img {
  transform: scale(1.1);
}

.list_download .ul li .name {
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  margin: 0.5rem 0 0.25rem;
}

.list_download .ul li .more_a {
  color: #555;
}

.list_video .flex2 {
  justify-content: flex-start;
}

.list_video .ul li {
  margin-bottom: 1.875rem;
}

.list_video .ul li>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_video .ul li>div .pr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_video .ul li>div .pr a .iconfont {
  color: #fff;
  font-size: 1.5rem;
  display: block;
}

.list_video .ul li:hover img {
  transform: scale(1.1);
}

.list_video .ul li:hover>div {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_video .suquera_news .content {
  display: flex;
  align-items: center;
  height: 6.5625rem;
  padding: 0 1.5625rem;
  background: #fff;
}

.list_video .suquera_news .content .name {
  margin: 0;
  color: #555;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}





.btn--link {
  position: absolute;
  top: 7rem;
  right: 7rem;
}

.btn--link,
.btn--link * {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.btn--link img {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 6.375rem;
  height: 6.375rem;
  max-width: none;
}

@media (max-width: 768px) {
  .btn--link img {
    width: 5rem;
    height: 5rem;
  }
}

.btn--link .dot {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.25rem;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 1.25rem;
}

@media (max-width: 768px) {
  .btn--link .dot {
    height: 1rem;
    width: 1rem;
  }
}

.btn--link .icon-wrapper {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4375rem;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: -1000px 50%;
  -moz-perspective-origin: -1000px 50%;
  perspective-origin: -1000px 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn--link .ic {
  display: block;
  -webkit-transform: translate(0%, 180%) rotateX(-87deg);
  -moz-transform: translate(0%, 180%) rotateX(-87deg);
  transform: translate(0%, 180%) rotateX(-87deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  font-size: 1.85rem;
}

.btn--link .link-white {
  opacity: .23;
}

.btn--link .dot {
  width: 8rem;
  height: 8rem;
}

.btn--link .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #FFF15C;
  transition: all .5s;
}

.btn--link:hover .dot::before {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.btn--link:hover .dot img {
  opacity: 1;
}

@media (max-width: 768px) {
  .btn--link .dot {
    width: 7rem;
    height: 7rem;
  }
}

.btn--link .dot img {
  -webkit-animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

.btn--link .icon-wrapper {
  -webkit-transform: translate(3.6718px, -0.3156px);
  -moz-transform: translate(3.6718px, -0.3156px);
  -ms-transform: translate(3.6718px, -0.3156px);
  -o-transform: translate(3.6718px, -0.3156px);
  transform: translate(3.6718px, -0.3156px);
}

.btn--link .ic {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section01 video {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.section01 .bread {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
}

.section01 .text {
  color: #555;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  width: 65%;
  margin: 3rem auto 0;
}

.container_p {
  padding-top: 5rem;
}

.section022 {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section02 .year {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 26px;
}

.section02 .swiper-slide .text {
  margin: 0.5rem 0;
}

.section02 .swiper-slide img {
  max-height: 3rem;
}

.section02 .swiper-slide {
  height: 10rem;
  text-align: center;
  transition: all .6s;

}

.section02 .swiper-slide:hover {
  transition: all .6s;
}

.section02 .swiper-slide:hover>div {
  /*top: -4rem;*/
  transition: all .6s;
}

.section02 .swiper-slide>div {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  transition: all .6s;
}

.section02 .swiper-slide .content {
  height: 5.375rem;
  transition: all .6s;
  overflow: hidden;


}

.section02 .swiper-slide:hover .content {
  height: 5.375rem;
  transition: all .6s;
}

.section02 .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #FFF15C;
  border: 0.25rem solid #fff;
}

.section03 .content {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
}

.section03 .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3rem;
}

.section03 .text {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  width: 33%;
  margin-top: 0.625rem;
}




/**/

.waves {
  position: absolute;
  left: 0px;
  bottom: -7.5rem;
  width: 100%;
  height: 65vh;
  margin-bottom: 0;
  min-height: 60vh;
}

.waves .content {
  position: relative;
  height: 60vh;
  text-align: center;
  background-color: white;
}

/* Animation */
.parallax>use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -o-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  -o-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  -moz-animation-duration: 13s;
  -o-animation-duration: 13s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  -o-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@-moz-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@-o-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@-moz-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@-o-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-o-keyframes spin {
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes rotation {
  from {
    top: 0;
  }

  to {
    top: -100%;
  }
}

@-moz-keyframes rotation {
  from {
    top: 0;
  }

  to {
    top: -100%;
  }
}

@-o-keyframes rotation {
  from {
    top: 0;
  }

  to {
    top: -100%;
  }
}

@keyframes rotation {
  from {
    top: 0;
  }

  to {
    top: -100%;
  }
}


.xian_about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 55%;
  z-index: 99;

}

.section02 .bot {
  padding: 0 7rem;
  z-index: 100;
}

.section02 .bot .swiper-slide:nth-child(odd) {
  margin-top: 14.5rem;
}

.section02 .bot .swiper-slide:nth-child(even)::before {
  bottom: auto;
  top: -3rem;
}

.section02 .bot .swiper-slide:nth-child(even) {
  margin-top: 1.75rem;
  padding-bottom: 10rem;
  margin-top: 21.25rem;
}

.section02 .swiper-pagination-bullet-active {
  width: 1.875rem;
  border-radius: 2rem;
  background: #fff;
}

.section02 .swiper-pagination-bullet {
  background: #fff;
  cursor: pointer;
  opacity: 1;
}

.list_case .suqera_case a {
  height: 100%;
  background: #fff;
}

.list_case .suqera_case img,
.index_three .suquera_news img {
  height: 13.5625rem;
  object-fit: contain;
}

.list_case .suqera_case img {
  object-fit: cover;
}

.list_case.case .suqera_case img {
  object-fit: contain;
}

.show_case .swiper_top .swiper-slide img {
  height: 43.125rem;
  object-fit: contain;
  object-position: center;
}

.show_case .swiper_bot .swiper-slide img {
  height: 7rem;
  object-fit: cover;
}

.show_case .swiper_top .swiper-slide {
  background: #fff;
}

.emptydiv {
  text-align: center;
}

.emptydiv p,
.error {
  font-weight: 400;
  color: #555;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.error {
  font-size: 0.75rem;
}

.list_smxl .ul1 .img img {
  height: 18.75rem;
  object-fit: cover;
}

.list_smxl .ul2 li:nth-child(1) .img img,
.list_smxl .ul3 li:nth-child(2) .img img {
  height: 20rem;
  object-fit: cover;
}

.list_smxl .ul2 li:nth-child(2) a,
.list_smxl .ul2 li:nth-child(2) a .img,
.list_smxl .ul2 li:nth-child(2) a .img img,
.list_smxl .ul3 li:nth-child(1) a,
.list_smxl .ul3 li:nth-child(1) a .img,
.list_smxl .ul3 li:nth-child(1) a .img img {
  height: 100%;
  object-fit: cover;
}

.pager-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.375rem;
}

.pager-ul li {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #D8D8D8;
  color: #717171;
  border-radius: 50%;
  line-height: 2.25rem;
  text-align: center;
  margin: 0 0.375rem;
}

.pager-ul li a {
  color: #717171;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination>li:first-child,.pagination>li:last-child{
  display: none;
}
.pages .jumpto{
  display: none;
}

.pager-ul li.on {
  background: #555;
}

.pager-ul li.on a {
  color: #fff;
}

.pager-ul li .iconfont {
  font-size: 0.75rem;
}

.index.index_three .suquera_news img,
.list_news .ul li .over img {
  height: 19.5625rem;
}

.er-ul>li>a div br {
  display: none;
}

.list_next .content {
  padding: 0 18.75rem;
}

.section .sc {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  animation: xiangxia 2s infinite;
  cursor: pointer;
}

.section .sc .iconfont {
  font-size: 1.25rem;
  color: #555;
  display: block;
}

@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-0.625rem);
  }
}

.list_about .right .swiper-button-prev,
.list_about .right .swiper-button-next {
  position: relative;
  margin-top: 0;
  background: none;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}

.list_about .right .swiper-button-prev:hover .iconfont,
.list_about .right .swiper-button-next:hover .iconfont {
  font-size: 1.25rem;
  transition: all .5s;
}

.list_about .right .swiper-button-prev .iconfont,
.list_about .right .swiper-button-next .iconfont {
  font-size: 1rem;
  transition: all .5s;
}

.section02 .swiper-slide .text {
  white-space: nowrap;
}

.section02 .swiper-pagination {
  top: 3rem;
}

.section02 .swiper-pagination-bullet:hover {
  background: #555;
  transition: all .5s;
}
.show_product .w60 {
    margin: 0 auto;
    text-align: center;
}
 
.show_product .w60 .hover {
    text-align: left;
    display: inline-block;
}





