@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;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}

.bgf8 {
  background: var(--bgf8);
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

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

.bg {
  background: #3A9BC5;
}

.c {
  color: #3A9BC5;
}

.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: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .pagination>li {
    width: 30px;
    height: 30px;
  }
}

.pagination>li.active,
.pagination>li:hover {
  background: #3A9BC5;
  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: #3A9BC5;
}

.search_more:hover::before {
  background: #3A9BC5;
}

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

video {
  display: block;
}

.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: 100%;
  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 0 8px 8px;
}

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

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

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

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

header .center>ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

.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: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

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

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

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

.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}

.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #3A9BC5;
}

.fenxiang.nobor .social-share li a {
  border: none;
}

.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}

.fenxiang .social-share li:hover a {
  border-color: #3A9BC5;
  color: #fff;
  background: #3A9BC5;
}

.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}

.serbtn {
  background: #3A9BC5;
}

.searchbox {
  border-color: #3A9BC5;
}

@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: var(--phone_img);
}

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

.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-size: 1.125rem;
  line-height: 1.35rem;
  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: #3A9BC5;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  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: var(--phone_img);
}

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

.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: var(--phone_img);
  filter: brightness(0) invert(0.8);
}

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

.rightfix li:hover .iconfont {
  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 {
  min-height: 3.125rem;
  line-height: 3.125rem;
  right: 4rem;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  /* height: 7.5rem; */
  /* object-fit: contain; */
}

.rightfix li:hover .right_div {
  transform: scale(1);
}

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

.show_header {
  padding-top: var(--header_h);
}

.show_header header {
  animation: none !important;
}

.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #444;
}

.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}

.show_header header .center>ul>li:hover>a,
header.active .center>ul>li:hover>a,
header:hover .center>ul>li:hover>a,
header.white .center>ul>li:hover>a,
.show_header header .center>ul>li.active>a,
header.active .center>ul>li.active>a,
header:hover .center>ul>li.active>a,
header.white .center>ul>li.active>a {
  color: #3A9BC5;
}

.show_header header .center>ul>li:hover>a::before,
header.active .center>ul>li:hover>a::before,
header:hover .center>ul>li:hover>a::before,
header.white .center>ul>li:hover>a::before,
.show_header header .center>ul>li.active>a::before,
header.active .center>ul>li.active>a::before,
header:hover .center>ul>li.active>a::before,
header.white .center>ul>li.active>a::before {
  background: #3A9BC5;
}

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}

header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .container {
  padding: 0 6.25rem;
}

header .logo img {
  height: 4rem;
  filter: brightness(0) invert(1);
}

header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}

header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}

header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}

header .lanuage a.c {
  color: #3A9BC5;
}

header .center {
  margin-right: 10rem;
}

header .center>ul>li {
  float: left;
  padding: 0 1.875rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a::before,
header .center>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.banner .hover .p1 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 4.375rem;
  color: #FFFFFF;
  margin: 1rem 0;
}

.banner .hover .p2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.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 {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-size: 1.875rem 1.875rem;
}

.banner .swiper-button-next {
  right: 5.625rem;
}

.banner .swiper-button-prev {
  left: 5.625rem;
}

@media (max-width: 990px) {

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}

.banner .img video,
.banner .img img {
  object-fit: cover;
  width: 100vw;
}

.banner .img1 img {
  height: 5rem;
}

.banner .hover2 {
  position: absolute;
  bottom: 3rem;
  z-index: 9;
  right: 2.375rem;
  font-style: italic;
  font-size: 1rem;
  color: #FFFFFF;
}

.banner .hover2 .scrool {
  cursor: pointer;
  writing-mode: sideways-rl;
}

.banner .hover2 .swiper-pagination {
  position: static;
  margin-bottom: 1.25rem;
  display: block;
  margin: 0 auto;
}

.banner .hover2 .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
  opacity: 1;
  margin: 0 auto 0.625rem;
}

.banner .hover2 .swiper-pagination-bullet-active {
  height: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.25rem;
}

.banner .swiper31 .p1,
.banner .swiper38 .p1,
.banner .swiper31 .p2,
.banner .swiper38 .p2 {
  padding-left: 6rem;
}

.banner .swiper32 .p3 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}

.banner .swiper32 .p1,
.banner .swiper32 .p3 {
  padding-left: 8rem;
}

.nyban .bread {
  position: absolute;
  bottom: 1.5625rem;
  width: 100%;
  color: #fff;
}

.nyban .bread a {
  color: #fff;
}

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

.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}

.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
}

@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }

  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }

  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}

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

.bread a {
  color: #262626;
}

.bread img {
  height: 1.5rem;
}

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

.number_ul {
  --num_cor: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.number_ul li {
  text-align: center;
  padding: 2.5rem;
}

.number_ul li:nth-child(1),
.number_ul li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.number_ul li:nth-child(1),
.number_ul li:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.number_ul li .num {
  line-height: 1;
  position: relative;
}

.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}

.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}

.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}

.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}

.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}

.number_ul li>div {
  display: inline-block;
}

.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}

.swiper_pag.color .swiper-pagination-bullet {
  background: var(--swiper_pag_c);
}

.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper_pag .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #929292;
  margin: 0 0.3125rem;
  background: transparent;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #3A9BC5;
  border-color: #3A9BC5;
  border-radius: 3.125rem;
}

.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover {
  background: #3A9BC5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}

.more {
  width: 11.25rem;
  line-height: 3.75rem;
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9;
}

.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #3A9BC5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.more:hover {
  border-color: #3A9BC5;
}

.more:hover div {
  color: #fff;
}

.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover::before {
  transform: scale(1);
}

.more>div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}

.more>div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.875rem;
  font-size: 1rem;
}

.more.bg {
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  border-color: #3A9BC5;
}

.more.bg div {
  color: #fff;
}

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

.more.bg:hover div {
  color: #3A9BC5;
}

.more.borf {
  border-color: #fff;
}

.more.borf div {
  color: #fff;
}

.more.borf:hover {
  border-color: #3A9BC5;
}

.more.bgf {
  background: #fff;
  border-color: #fff;
}

.more.bgf div {
  color: #3A9BC5;
}

.more.bgf:hover div {
  color: #fff;
}

@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}

.title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #000000;
}

.alignc {
  align-items: center;
}

.bor20 {
  border-radius: var(--bors);
}

.subtitle {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #3A9BC5;
  margin-bottom: 1rem;
  letter-spacing: 0.35rem;
  font-style: italic;
}

.subtitle div::before {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  right: 0;
  width: 1.5625rem;
  height: 0.125rem;
  border-radius: 0.1875rem;
  background: #3A9BC5;
}

.subtitle div {
  display: inline-block;
  position: relative;
  padding-right: 2.25rem;
}

.subtitle.cf div::before {
  background: #fff;
}

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

.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}

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

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

.fixright_li_last {
  display: none;
  cursor: pointer;
}

.fixright_li_last>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #3A9BC5;
  border-radius: 50%;
}

.ptb {
  padding: 6.25rem 0;
}

.ptb.pt0 {
  padding-top: 0;
}

.ptb.pb0 {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}

.show_news .content {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 4.375rem 2.8125rem 5rem;
}

.show_news .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.6875rem;
  color: #1D1D1D;
}

.show_news .text {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}

.show_news a.text:hover {
  color: #3A9BC5;
}

.show_news .margin.text {
  border-top: 1px solid #E9E9E9;
  padding: 2.3125rem 0 4rem;
  border-bottom: 1px solid #E9E9E9;
}

.show_news .margin.text .desc {
  border-radius: 0.3125rem;
  background: rgba(124, 124, 124, 0.05);
  padding: 1.875rem 2rem 1rem;
  margin-bottom: 2.0625rem;
}

.show_news .margin.text .desc span {
  color: #000;
}

.show_news .data {
  display: flex;
  align-items: center;
  color: #A3A3A3;
  font-size: 1rem;
  justify-content: center;
  margin: 1.875rem 0 2rem;
}

.show_news .data .fenxiang {
  margin-left: 2.875rem;
}

.show_news .fenxiang .social-share li {
  margin-right: 0.625rem;
}

.show_news .fenxiang .social-share li,
.show_news .fenxiang .social-share li a {
  line-height: 1;
  color: #B7B7B7;
}

.show_news .shangxia {
  padding: 2.1875rem 0;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
}

.show_news .shangxia span {
  font-weight: 600;
  color: #000;
}

.show_news .shangxia .a {
  width: calc(50% - 8rem);
}

.show_news .shangxia .line1:hover {
  color: #3A9BC5;
}

.show_news .shangxia .c1 {
  width: 16rem;
}

.show_news .shangxia .c1 .more .iconfont {
  margin-left: 1rem;
  font-size: 1rem;
}

.show_news .more {
  margin-top: 2.5rem;
  border: none;
  color: #fff;
  border-radius: 0.375rem;
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F', GradientType=1);
}

.show_news .more::before {
  background: #fff;
  border-radius: 0.375rem;
}

.show_news .more:hover {
  color: #3A9BC5;
}

@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }

  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }

  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }

  .show_news .data .social-share li {
    margin-right: 8px !important;
  }

  .show_news .data {
    margin: 5px 0;
  }

  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }

  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }

  .show_news .shangxia .tr {
    text-align: left;
  }
}

.sjj_nav.white {
  background: #fff;
}

.sjj_nav.white .top {
  background: #fff;
}

.sjj_nav.white .bot>li>div>a {
  color: #353535;
}

.sjj_nav.white .bot>li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}

.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}

.tj {
  text-align: justify;
}

.row25 {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.row25>div,
.row25>li {
  padding: 0 1.5625rem;
}

.row20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.row20>div,
.row20>li {
  padding: 0 1.25rem;
}

footer {
  background: #363636;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .top {
  padding: 3.5rem 0 6.25rem;
  display: flex;
}

footer .social-share-icon {
  border: none !important;
  color: #fff !important;
  font-size: 1rem !important;
  margin: 0;
}

footer .social-share-icon:hover {
  background: transparent !important;
}

footer .social-share-icon:hover:hover {
  color: #3A9BC5 !important;
  background: #fff !important;
}

footer .name {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

footer .name.flex {
  justify-content: flex-start;
}

footer .name.flex img {
  height: 1.0625rem;
  margin-right: 0.5rem;
}

footer .text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.875rem;
}

footer .left {
  width: 34.375rem;
}

footer .left .tel {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #3A9BC5;
  margin: 0 0 0.5rem;
}

footer .left .email {
  color: #fff;
}

footer .left .email a {
  color: #fff;
}

footer .left ul {
  display: flex;
  margin-top: 1.375rem;
}

footer .left ul li {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

footer .left ul li:hover {
  background: #3A9BC5;
  color: #fff;
}

footer .left ul li a {
  display: block;
}

footer .left ul li .iconfont {
  font-size: 1rem;
  color: #fff;
}

footer a.text:hover {
  color: #3A9BC5;
}

footer .right {
  width: calc(100% - 34.375rem);
  padding-left: 2rem;
}

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

.beian {
  background: #363636;
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
}

.beian a {
  color: rgba(255, 255, 255, 0.7);
}

.beian a:hover {
  color: #fff;
}

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

.list_about .w50 {
  padding-left: 3.125rem;
  padding-bottom: 1rem;
  width: 55%;
}

.suqera_pro:hover .over {
  border-color: #3A9BC5;
}

.suqera_pro:hover .over img {
  transform: scale(1.1);
}

.suqera_pro:hover .flex::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqera_pro:hover .flex .name {
  color: #3A9BC5;
}

.suqera_pro:hover .more_a.borff:hover>div div::before {
  background: #3A9BC5 !important;
}

.suqera_pro:hover .more_a>div div {
  border-color: #3A9BC5 !important;
  background: #3A9BC5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 1;
  background: #3A9BC5 !important;
}

.suqera_pro:hover .more_a>div div::before {
  z-index: -1;
}

.suqera_pro:hover .more_a>div div .iconfont {
  color: #fff !important;
}

.suqera_pro .over {
  border: 1px solid #D3D3D3;
  padding: 2rem;
}

.suqera_pro .over img {
  min-width: 60%;
}

.suqera_pro .flex {
  margin-top: 1.5625rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}

.suqera_pro .flex .bl {
  width: calc(100% - 5rem);
}

.suqera_pro .flex::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: #3A9BC5;
}

.suqera_pro .flex .xinghao {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
  color: #4F4F4F;
}

.suqera_pro .flex .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333333;
}

.suqera_pro .flex .more_a>div div {
  border: 1px solid #D3D3D3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: transparent;
}

.suqera_pro .flex .more_a>div div .iconfont {
  color: #D3D3D3;
}

.more_a {
  display: inline-block;
}

.more_a>div {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #3A9BC5;
}

.more_a>div div {
  margin-left: 1.5625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #3A9BC5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more_a>div div .iconfont {
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.25rem;
  font-weight: 600;
}

.more_a>div span {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}

.more_a.bor>div {
  color: #A1A1A1;
}

.more_a.bor>div div {
  position: relative;
  background: transparent;
}

.more_a.bor>div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
}

.more_a.bor>div div .iconfont {
  color: #A1A1A1;
}

.more_a.bor:hover>div {
  color: #3A9BC5;
}

.more_a.bor:hover>div div {
  background: #3A9BC5;
  border-color: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a.bor:hover>div div::before {
  display: none;
}

.more_a.bor:hover>div div .iconfont {
  color: #fff;
  transform: translateX(0);
}

.more_a.borff:hover>div>div {
  background: #fff;
}

.more_a.borff:hover>div>div .iconfont {
  color: #3A9BC5;
}

.more_a.borff>div {
  color: #fff;
}

.more_a.borff>div div {
  position: relative;
  background: transparent;
}

.more_a.borff>div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}

.more_a.borff>div div .iconfont {
  color: #fff;
}

.more_a:hover>div span {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a:hover>div .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact {
  position: relative;
  z-index: 10;
}

.list_contact .content {
  background: -moz-linear-gradient(50% 5188.39% 90deg, #eefbff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #eefbff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, 50% 5188.39%, 50% 5088.39%, color-stop(0, #eefbff), color-stop(1, #ffffff));
  background: -o-linear-gradient(90deg, #eefbff 0%, #ffffff 100%);
  background: -ms-linear-gradient(90deg, #eefbff 0%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEFBFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, #eefbff 0%, #ffffff 100%);
  border-top: 0.375rem solid #3A9BC5;
  margin-top: 1.875rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
}

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

.list_contact .content ul li {
  flex: 1 0 0;
  padding: 2.5rem 2.8125rem 2.1875rem;
  height: auto;
  text-align: center;
}

.list_contact .content ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact .content ul li:not(:last-child) {
  border-right: 1px solid rgba(58, 155, 197, 0.15);
}

.list_contact .content ul li .name,
.list_contact .content ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
}

.list_contact .content ul li .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #3A9BC5;
  margin: 0 auto 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_contact .content ul li .icon img {
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_map {
  position: relative;
  margin-top: -4.375rem;
  z-index: 9;
}

.list_message input {
  line-height: 3.4375rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  border: 1px solid #D8D8D8;
  border-radius: 0.375rem;
  width: 100%;
}

.list_message .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #898989;
  margin-bottom: 0.3125rem;
}

.list_message .name span {
  color: #E01500;
}

.list_message textarea {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  border: 1px solid #D8D8D8;
  border-radius: 0.375rem;
  width: 100%;
  height: 7.5rem;
  line-height: 1.875rem;
}

.list_message button {
  border: none;
  color: #fff;
  border-radius: 0.375rem;
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F', GradientType=1);
}

.list_message button::before {
  background: #fff;
  border-radius: 0.375rem;
}

.list_message button:hover {
  color: #3A9BC5;
}

.suqera_news .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin: 1.375rem 0 0.5rem;
}

.suqera_news .text {
  color: #5B5B5B;
}

.suqera_news .more_aa {
  font-size: 1rem;
  display: flex;
  align-items: center;
  line-height: 1.875rem;
  color: #5B5B5B;
  margin-top: 1.25rem;
}

.suqera_news .more_aa .iconfont {
  font-size: 1.25rem;
  margin-left: 0.625rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqera_news:hover .over img {
  transform: scale(1.1);
}

.suqera_news:hover .name {
  color: #3A9BC5;
}

.suqera_news:hover .more_aa {
  color: #3A9BC5;
}

.suqera_news:hover .more_aa:hover .iconfont {
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_header header::before {
  background: rgba(0, 0, 0, 0.15);
}

.show_header .bread {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
  line-height: 3.75rem;
}

.bread {
  color: #898989;
}

.bread a {
  color: #898989;
}

.list_pro .left {
  width: 21.25rem;
  padding-top: 3.125rem;
  background: rgba(124, 124, 124, 0.05);
  padding-bottom: 5rem;
}

.list_pro .left .ul {
  position: sticky;
  top: 7rem;
  left: 0;
}

.list_pro .left .ul>li {
  border-bottom: 1px solid #E8E8E8;
}

.list_pro .left .ul>li.active ul {
  display: block;
}

.list_pro .left .ul>li.active>a {
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F', GradientType=1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.list_pro .left .ul>li>a {
  line-height: 4rem;
  padding: 0 1.875rem 0 5.625rem;
  font-size: 1.125rem;
  color: #606060;
  display: flex;
  align-items: center;
}

.list_pro .left .ul>li>a div {
  width: 80%;
}

.list_pro .left .ul>li>a p {
  width: 20%;
  text-align: right;
}

.list_pro .left .ul>li ul {
  padding: 1.125rem 2.5rem 1.5625rem 5.5625rem;
  display: none;
}

.list_pro .left .ul>li ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}

.list_pro .left .ul>li ul li a {
  line-height: 2.5rem;
  position: relative;
  font-size: 1rem;
  color: #4F4F4F;
  padding: 0 1.25rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .left .ul>li ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1875rem;
  background: #3A9BC5;
  height: 0;
}

.list_pro .left .ul>li ul li:hover a,
.list_pro .left .ul>li ul li.active a {
  color: #3A9BC5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .left .ul>li ul li:hover a::before,
.list_pro .left .ul>li ul li.active a::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .right {
  width: calc(100% - 21.25rem);
  padding: 2.5rem 0 6.25rem 3.75rem;
}

.list_pro .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 1rem;
  margin-bottom: 2.8125rem;
}

.list_pro .right .top .l {
  width: 60%;
  font-size: 1.375rem;
  color: #000000;
}

.list_pro .right .top .r input {
  width: 12rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #606060;
}

.list_pro .right .top .r button {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.list_pro .right .top .r button .iconfont {
  font-size: 1rem;
  display: block;
  color: #515151;
}

.show_product .left {
  text-align: center;
}

.show_product .left img {
  min-width: 70%;
}

.show_product .right .margin {
  padding: 2.8125rem 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.show_product .right .margin .swiper-container {
  padding: 0 3.125rem;
}

.show_product .right .margin::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background: #fff;
  z-index: 9;
}

.show_product .right .margin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 100%;
  background: #fff;
  z-index: 9;
}

.show_product .right .margin .swiper-button-next,
.show_product .right .margin .swiper-button-prev {
  background-image: none;
  height: auto;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.show_product .right .margin .swiper-button-next .iconfont,
.show_product .right .margin .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #ADADAD;
}

.show_product .right .margin .swiper-button-next:hover .iconfont,
.show_product .right .margin .swiper-button-prev:hover .iconfont {
  color: #3A9BC5;
}

.show_product .right .margin .swiper-slide-thumb-active {
  border-color: #3A9BC5;
}

.show_product .right .text {
  color: #7C7C7C;
  padding: 1.125rem 0 2.8125rem;
}

.show_product .right .text p {
  position: relative;
  padding-left: 1.5625rem;
}

.show_product .right .text p::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #7C7C7C;
}

.show_product .right .swiper-slide {
  border: 1px solid #E2E2E2;
  height: 5.25rem;
}

.show_product .right .swiper-slide .over {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_product .right .swiper-slide img {
  min-height: 70%;
  max-height: 90%;
}

.show_product .right .flex {
  justify-content: flex-start;
  padding-top: 3rem;
}

.show_product .right .more1 {
  width: 11.25rem;
  line-height: 3.75rem;
  border: none;
  display: inline-block;
  position: relative;
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  text-align: center;
  color: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_product .right .more1:not(:last-child) {
  margin-right: 2.375rem;
}

.show_product .right .more1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.show_product .right .more1:nth-child(2):hover {
  color: #fff;
}

.show_product .right .more1:nth-child(2):hover::before {
  display: none;
}

.show_product .right .more1:nth-child(2):hover img {
  filter: brightness(0) invert(1);
}

.show_product .right .more1:nth-child(2),
.show_product .right .more1:hover {
  color: #3A9BC5;
}

.show_product .right .more1:nth-child(2)::before,
.show_product .right .more1:hover::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
}

.show_product .right .more1:nth-child(2) img,
.show_product .right .more1:hover img {
  filter: brightness(1);
}

.show_product .right .more1 img {
  filter: brightness(0) invert(1);
  height: 1.25rem;
  margin-left: 0.625rem;
}

.qiehuan {
  background: #E6EFF4;
  line-height: 4.6875rem;
  position: sticky;
  top: 6.25rem;
  z-index: 999;
}

.qiehuan ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qiehuan ul li {
  padding: 0 2.375rem;
  font-size: 1.25rem;
  color: #7C7C7C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}

.qiehuan ul li.active,
.qiehuan ul li:hover {
  background: #3A9BC5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.show_product_two {
  background: #F8F8F8;
  padding: 4rem 0;
}

.show_product_two .name_title {
  color: #000;
  font-size: 1.625rem;
  line-height: 1.875rem;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}

.show_product_two .name_title::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 2px;
  height: 1.375rem;
  background: #3A9BC5;
}

.show_product_two table thead td {
  border: none;
  text-align: center;
}

.show_product_two table thead tr:nth-child(1) {
  background: #3A9BC5;
}

.show_product_two table thead tr:nth-child(1) td {
  color: #fff;
}

.show_product_two table tbody td {
  border: 1px solid #fff;
  text-align: center;
}

.show_product_two table tbody tr:nth-child(odd) {
  background: rgba(58, 155, 197, 0.15);
}

.show_product_two table tbody tr:nth-child(even) {
  background: rgba(58, 155, 197, 0.05);
}

.show_product_two table td {
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  vertical-align: middle;
}

.show_product_two .sum>div {
  display: none;
}

.show_product_two .sum>div.active {
  display: block;
}

.list_about_two .subtitle div {
  padding-right: 0;
  padding-bottom: 1rem;
}

.list_about_two .subtitle div::before {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.list_about_two .swiper-button-prev {
  left: -5rem;
}

.list_about_two .swiper-button-next {
  right: -5rem;
}

.list_about_two .swiper_top {
  margin-top: 3.125rem;
}

.list_about_two .swiper_top .year {
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-size: 10.625rem;
  line-height: 0.75;
  text-outline: #FFFFFF;
  text-outline: #ffffff;
  font-family: 'Roboto';
}

.list_about_two .swiper_top .con {
  width: 42.1875rem;
  margin: 0 auto;
  font-size: 1.375rem;
  line-height: 2.5rem;
  color: #565656;
  background: -moz-linear-gradient(50% -32.13% -90deg, #ffffff 0%, rgba(253, 244, 243, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ffffff 0%, rgba(253, 244, 243, 0) 100%);
  background: -webkit-gradient(linear, 50% -32.13%, 50% 51.01%, color-stop(0, #ffffff), color-stop(1, rgba(253, 244, 243, 0)));
  background: -o-linear-gradient(-90deg, #ffffff 0%, rgba(253, 244, 243, 0) 100%);
  background: -ms-linear-gradient(-90deg, #ffffff 0%, rgba(253, 244, 243, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FDF4F3' ,GradientType=0)";
  background: linear-gradient(180deg, #ffffff 0%, rgba(253, 244, 243, 0) 100%);
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  padding: 3.4375rem 5rem;
  text-align: center;
  padding-bottom: 6.875rem;
}

.list_about_two .swiper_bot {
  position: relative;
  text-align: center;
}

.list_about_two .swiper_bot::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.list_about_two .swiper_bot p {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 0.9375rem;
}

.list_about_two .swiper_bot .year {
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.list_about_two .swiper-slide-thumb-active p {
  background: #3A9BC5;
}

.list_about_three .hover {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
}

.list_about_three .hover ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 3.75rem;
}

.list_about_three .hover ul li {
  display: flex;
  align-items: center;
}

.list_about_three .hover ul li:not(:last-child) {
  margin-right: 3.75rem;
}

.list_about_three .hover ul li .l {
  font-size: 6.375rem;
  line-height: 1;
  color: #3A9BC5;
}

.list_about_three .hover ul li .r {
  padding-left: 1.25rem;
}

.list_about_three .hover ul li .r div {
  font-size: 3.375rem;
  line-height: 4rem;
  color: #3A9BC5;
}

.list_about_three .hover ul li .r p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}

.list_about_three .hover2 {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
}

.list_about_four .swiper {
  padding: 0 35rem 6rem;
}

.list_about_four .swiper .swiper-slide-active {
  padding: 3.75rem 3.25rem 0;
}

.list_about_four .swiper .swiper-slide-active:hover .over img {
  transform: scale(1.1);
}

.list_about_four .swiper .swiper-slide-active:hover .hover {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_four .name {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #565656;
}

.list_about_four .swiper-slide-prev {
  -webkit-clip-path: polygon(0% 0%, 100% 18%, 100% 88%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 18%, 100% 88%, 0% 100%);
}

.list_about_four .swiper-slide-next {
  -webkit-clip-path: polygon(0 18%, 100% 0%, 100% 100%, 0 88%);
  clip-path: polygon(0 18%, 100% 0%, 100% 100%, 0 88%);
}

.list_download .ul li {
  line-height: 4.375rem;
  display: flex;
  justify-content: space-between;
}

.list_download .ul li:nth-child(1) {
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  font-size: 1.5rem;
  color: #FFFFFF;
}

.list_download .ul li>div:nth-child(1) {
  width: 50%;
}

.list_download .ul li>div:nth-child(2) {
  width: 25%;
}

.list_download .ul li>div:not(:last-child) {
  padding-left: 4.375rem;
}

.list_download .ul li>div:nth-child(3),
.list_download .ul li>a {
  width: 25%;
}

.list_download .ul li:not(:first-child) {
  border-bottom: 1px solid #E2E2E2;
}

.list_download .ul li:not(:first-child)>div:nth-child(1) {
  font-size: 1.25rem;
  color: #7C7C7C;
}

.list_download .ul li:not(:first-child)>div:nth-child(2) {
  font-size: 1rem;
  color: #7C7C7C;
}

.list_download .ul li:not(:first-child) a {
  font-size: 1rem;
  color: #7C7C7C;
}

.list_download .ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_download .ul li a img {
  margin-left: 0.625rem;
  height: 1rem;
  filter: brightness(0);
  opacity: 0.6;
}

.list_download .ul li a:hover {
  color: #3A9BC5;
}

.list_download .ul li a:hover img {
  filter: brightness(1);
  opacity: 1;
}

.list_tech .ul {
  border-top: 1px solid #E2E2E2;
}

.list_tech .ul li {
  border-bottom: 1px solid #E2E2E2;
}

.list_tech .ul li a {
  display: flex;
  justify-content: space-between;
  height: 6.875rem;
  align-items: center;
  padding: 0 1.875rem;
}

.list_tech .ul li a .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  width: calc(100% - 18.75rem);
}

.list_tech .ul li a .data {
  font-size: 1rem;
  color: #7C7C7C;
}

.list_tech .ul li a .more_ {
  font-size: 1rem;
  color: #3A9BC5;
}

.list_tech .ul li a .more_ img {
  height: 0.625rem;
}

.list_tech .ul li:hover a .data,
.list_tech .ul li:hover a .name {
  color: #3A9BC5;
}

.list_ypsq td {
  width: 16.6%;
}

.list_ypsq .text {
  margin: 2.5rem 0 3.75rem;
}

.list_hzsq input::placeholder,
.list_hzsq textarea::placeholder {
  color: rgba(170, 170, 170, 0.6);
}

.list_hzsq input,
.list_hzsq select {
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0 1rem;
  font-size: 1rem;
  color: #898989;
  display: block;
  font-weight: 500;
}

.list_hzsq input.bor,
.list_hzsq select.bor {
  border: 1px solid #E2E2E2;
}

.list_hzsq input.bor:focus,
.list_hzsq select.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}

.list_hzsq textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 1rem;
  font-size: 1rem;
  color: #898989;
  height: 7.5rem;
  border-radius: 0.625rem;
  font-weight: 500;
}

.list_hzsq textarea.bor {
  border: 1px solid #E2E2E2;
}

.list_hzsq textarea.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}

.list_hzsq .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #898989;
  margin-bottom: 0.625rem;
}

.list_hzsq .name span {
  color: #E01500;
}

.list_hzsq .more {
  border-radius: 0.25rem;
  color: #fff;
}

.list_hzsq .more .iconfont {
  font-weight: 600;
}

.list_hzsq .more::before {
  background: #fff;
  border-radius: 0.25rem;
}

.list_hzsq .more:hover {
  color: #3A9BC5;
}

.list_hzsq button {
  border: none;
  color: #fff;
  border-radius: 0.375rem;
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 9.375rem;
  padding: 0;
}

.list_hzsq button::before {
  background: #fff;
  border-radius: 0.375rem;
}

.list_hzsq button:hover {
  color: #3A9BC5;
}

.list_hzsq button:nth-child(2) {
  background: #E2E2E2;
  color: #5B5B5B;
  margin-left: 1.5625rem;
}

.index_one .left {
  padding-top: 1rem;
  padding-right: 2rem;
}

.index_one .left ul {
  margin-top: 2.5rem;
}

.index_one .left ul li {
  font-size: 1.125rem;
  line-height: 3.875rem;
  color: #565656;
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
}

.index_one .left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  opacity: 0.3;
}

.index_one .left ul li.active {
  font-size: 1.25rem;
  color: #3A9BC5;
}

.index_one .left ul li.active::before {
  opacity: 1;
}

.index_one .left .flex {
  justify-content: flex-end;
}

.index_one .left .swiper-pagination {
  font-size: 1rem;
  line-height: 3.25rem;
  color: #9B9B9B;
  font-style: italic;
  width: auto;
  position: static;
  margin-right: 1.25rem;
}

.index_one .left .swiper-pagination .aa {
  padding-right: 0.375rem;
  color: #3A9BC5;
}

.index_one .left .swiper-pagination .bb {
  padding-left: 0.375rem;
}

.index_one .left .zanting {
  cursor: pointer;
}

.index_one .left .zanting .iconfont {
  color: #3A9BC5;
  font-size: 1rem;
}

.index_one .left .sum {
  margin-top: 1.5rem;
}

.index_one .left .sum>div {
  height: 0;
  overflow: hidden;
}

.index_one .left .sum>div.active {
  height: auto;
}

.index_one .right>div {
  height: 0;
  overflow: hidden;
}

.index_one .right>div.active {
  height: auto;
}

.index_one .right .swiper-container {
  padding-right: 24rem;
}

.index_one .right .swiper-slide a {
  padding: 2.1875rem 3.125rem;
  background: #F8F8F8;
}

.index_one .right .swiper-slide:hover .hover {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}

.index_one .right .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transform: scale(0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
}

.index_one .right .hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  z-index: -1;
  opacity: 0.8;
}

.index_one .right .hover .more_aa {
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_one .right .hover .more_aa img {
  height: 0.875rem;
  width: 0.875rem;
}

.index_one .right .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #1C1C1C;
}

.index_one .right .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #9B9B9B;
  margin: 0.625rem 0 1.25rem;
}

.index_one .right .text p {
  position: relative;
  padding-left: 1rem;
}

.index_one .right .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: #9B9B9B;
}

.index_one .right .img img {
  height: 10.9375rem;
  object-fit: contain;
}

.index_two .swiper-pagination-bullet {
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  opacity: 0.3;
  border: none;
}

.index_two .swiper-pagination-bullet-active {
  opacity: 1;
}

.index_two .subtitle div {
  padding-right: 0;
  padding-bottom: 0.875rem;
}

.index_two .subtitle div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.index_two .swiper-container {
  padding: 0 30.625rem;
}

.index_two .swiper-slide {
  padding-top: 2rem;
  width: 17.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide .img img {
  height: 32.75rem;
  object-fit: cover;
}

.index_two .swiper-slide.swiper-slide-active {
  width: 100%;
  margin-top: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide.swiper-slide-active>div.pr::before {
  opacity: 0.2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide.swiper-slide-active .hover {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide.swiper-slide-active .hover2 {
  display: block;
}

.index_two .swiper-slide>.pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide .name {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}

.index_two .swiper-slide .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
}

.index_two .swiper-slide .hover2 {
  position: absolute;
  top: 4.375rem;
  padding: 0 4.375rem;
  display: none;
}

.index_two .swiper-slide .hover2 .text {
  color: #FFFFFF;
  width: 50%;
  margin: 0.9375rem 0 1.875rem;
}

.index_two .swiper-slide .hover2 .more_a1 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.index_two .swiper-slide .hover2 .more_a1 .iconfont {
  font-size: 1.125rem;
  margin-left: 0.75rem;
  font-weight: 600;
}

.index_two .swiper-slide .hover2 .more_a1:hover {
  color: #3A9BC5;
}

.index_two .swiper-slide .hover2 .more_a1:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bggg {
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
}

.index_three .top {
  display: flex;
  height: 10.5rem;
}

.index_three .top .subtitle {
  padding-top: 4rem;
  padding-left: 3.125rem;
}

.index_three .top ul {
  display: flex;
}

.index_three .top ul li:not(:last-child) {
  border-right: 1px solid rgba(86, 86, 86, 0.05);
}

.index_three .top ul li:hover a {
  padding: 2rem 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .top ul li:hover a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
  transform: scale(1);
}

.index_three .top ul li:hover a .icon img {
  filter: brightness(0) invert(1);
  height: 4rem;
  width: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .top ul li:hover a .name {
  color: #fff;
}

.index_three .top ul li a {
  width: 18.75rem;
  padding: 1.5625rem 0.625rem;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .top ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3a9bc5), color-stop(1, #136a9f));
  background: -o-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  background: -ms-linear-gradient(0deg, #3a9bc5 0%, #136a9f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A9BC5', endColorstr='#136A9F' ,GradientType=0)";
  background: linear-gradient(90deg, #3a9bc5 0%, #136a9f 100%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0.6);
  opacity: 0;
  z-index: -1;
}

.index_three .top ul li a .icon img {
  height: 3.125rem;
  width: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .top ul li a .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  margin-top: 0.625rem;
}

.index_three .more {
  border: 1px solid #fff;
}

.index_three .bot {
  padding: 8.75rem 0 13.75rem;
}

.index_three .bot .left {
  padding-right: 8.75rem;
}

.index_three .bot .left .text {
  margin: 0.875rem 0 1.875rem;
}

.index_four .left {
  padding-right: 3.125rem;
}

.index_four .left ul {
  display: flex;
  flex-wrap: wrap;
}

.index_four .left ul li {
  width: 50%;
}

.index_four .left ul li .text {
  height: 5.625rem;
}

.index_four .left ul li:hover .name {
  color: #3A9BC5;
}

.index_four .left ul li:hover .more_aa {
  color: #3A9BC5;
}

.index_four .left ul li:nth-child(1),
.index_four .left ul li:nth-child(2) {
  padding-top: 1rem;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #E2E2E2;
}

.index_four .left ul li:nth-child(1),
.index_four .left ul li:nth-child(3) {
  border-right: 1px solid #E2E2E2;
  padding-right: 3.125rem;
}

.index_four .left ul li:nth-child(2),
.index_four .left ul li:nth-child(4) {
  padding-left: 3.125rem;
}

.index_four .left ul li:nth-child(3),
.index_four .left ul li:nth-child(4) {
  padding-top: 3.125rem;
  padding-bottom: 2.1875rem;
}

.index_four .left ul li .text {
  margin: 0.625rem 0 1.5625rem;
}

.index_four .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2D2D2D;
}

.index_four .text {
  color: #5B5B5B;
}

.index_four .more_aa {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
  display: flex;
  align-items: center;
}

.index_four .more_aa .iconfont {
  margin-right: 0.625rem;
}

.index_four .right .swiper-slide:hover .over img {
  transform: scale(1.1);
}

.index_four .right .swiper-slide:hover .name {
  color: #3A9BC5;
}

.index_four .right .over img {
  height: 26.125rem;
  object-fit: cover;
}

.index_four .right .name {
  margin: 1.5625rem 0;
}

.index_four .swiper-scrollbar {
  width: calc(100% - 8.125rem);
  height: 2px;
  background: #E2E2E2;
}

.index_four .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3A9BC5;
}

.index_four .r {
  width: 8.125rem;
  display: flex;
  align-items: center;
  padding-left: 1.875rem;
  font-style: italic;
  justify-content: space-between;
}

.index_four .r .zanting {
  cursor: pointer;
}

.index_four .r .zanting .iconfont {
  font-weight: 600;
  color: #3A9BC5;
  font-size: 1.125rem;
}

.index_four .r .swiper-pagination {
  width: auto;
  position: static;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #AAAAAA;
}

.index_four .r .swiper-pagination .aa {
  color: #3A9BC5;
}

.list_honor .ul .name {
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.list_honor .ul li {
  text-align: center;
  margin-bottom: 1.875rem;
}

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

.list_honor .ul li:hover .name {
  color: #3A9BC5;
}

.list_honor .ul li .padding {
  padding: 1rem;
  border: 1px solid #ddd;
}

@media (max-width:990px) {
  .rightfix {
    display: block;
  }

  .rightfix li {
    width: 2.375rem;
    height: 2.375rem; 
    line-height: 2.375rem; 
    margin-bottom: 0.5rem;
  }.rightfix li:last-child .iconfont {
    font-size: 1rem;
  }.right_div {
    display: none !important;
  }
}