

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */

.bg-img{
  background-image: url('../img/procut-bg.jpg')!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

.phone_show {
  display: none !important;
}

.phone_se {
  position: absolute;
  top: 50%;
  right: 3.75rem;
  transform: translateY(-50%);
}

.pc_show {
  display: block !important;
}

.fixright_li_last {
  display: none;
}

.rightfix {
  z-index: 999;
}

.bg {
  background: #e62129;
}

.c {
  color: #e62129;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.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;
}
.line6{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  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: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #ffffff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 1.25rem;
}

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

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

.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: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 14.8125rem;
  width: 100%;
}

/* 搜索 */
.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%;
}

.search .inp {
  height: 6.25rem;
}

.search .term {
  margin-top: 20px;
}

.search .term span {
  padding: 5px;
}

.search .term span a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}


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

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

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

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

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

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

.ds {
  cursor: pointer;
}

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

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

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  border: none !important;
  font-size: 1rem;
}

/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sjj_nav a {
  letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.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: #e62129;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  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 a {
  color: #666;
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #e62129;
}

.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: #eee;
  border-bottom: 1px solid #ddd;
}

.sjj_nav .top .fl img {
  height: 40px;
}

.sjj_nav .bot {
  margin-top: 60px;
}

.pagination {
  justify-content: center;
}

.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 2.5rem;
}

.pagination li:nth-child(1) span,
.pagination li:last-child span,
.pagination li:nth-child(1) a,
.pagination li:last-child a {
  position: relative;
  margin-top: -0.125rem;
  display: block;
}

.pagination li.active {
  border-color: #e62129;
  color: #fff;
  background: #e62129;
}

.pagination li.active span {
  color: #fff;
}

.sjj_nav>ul>li:first-child {
  border-top: none;
}

.pagination li a {
  display: block;
}

.container {
  width: 100%;
  max-width: 100%;
}

.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}

.sjj_nav .bot>li:first-child form {
  padding-right: 15px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.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: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}

.fix_ul {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  border-radius: 0.625rem;
  padding: 0 0.5rem;
}

.fix_ul li {
  border: none;
  background: transparent;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 3.5625rem;
}

.fix_ul li:hover {
  background: transparent;
}

.fix_ul li i {
  font-size: 1.125rem;
}

.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}

#phone_nav span,
.seaarch_phone span {
  font-size: 22px;
  padding-left: 0;
}

.phone_lanuage {
  line-height: 40px;
  font-size: 14px;
}

.phone_lanuage a {
  padding: 0 5px;
  display: inline-block;
}

.phone_lanuage a:last-child {
  padding-right: 0;
}

.phone_lanuage a:nth-child(1) {
  position: relative;
}

.phone_lanuage a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #8b8b8b;
  right: -2px;
}

.phone_search.ds {
  line-height: 40px;
  margin-left: 15px;
}

.serbtn {
  background: #e62129;
}

.searchbox {
  border-color: #e62129;
}

/*
  CREATE BY JASON.2023.06.19
*/

.introduce .container .wlw_cate_container p {
  font-size: 1.05rem;
  text-indent: 2em;
  padding: 5.5% 6.5% 0 6.5%;
  box-shadow: none;
  color: #666;
}

.introduce .container .wlw_cate_container .jiagoutu {
  text-align: center;
  padding: 15px 0px;
}

.introduce .container .wlw_cate_container .jiagoutu img {
  width: 70%;
}

.introduce .container .wlw_cate_container .title {
  font-size: 2rem;
  margin: 1% 0;
  color: #666;
}

.special_wlw_box {
  padding: 2.625rem 0 !important;
}


.introduce .container .wlw_cate_container .right1 {
  width: 50%;
  margin: 0 auto;
}

.introduce .container .wlw_cate_container .right1 span {
  display: inline-block;
  margin-top: 3%;
  margin-bottom: 2%;
}

.introduce .container .wlw_cate_container .dlw_down {
  display: flex;
  margin-top: 5%;
}

.introduce .container .wlw_cate_container .dlw_down div {
  flex: 1;
  background-color: #fff;
  margin-right: 2%;
}

/* END */


/* 2023/6/21 产品功能修改 */



.p121 {
  padding: 0 0 5rem 0;
}

.show_pro .wlw-ys {
  display: flex;
}

.show_pro .wlw-ys p {
  margin-right: 2%;
}

.wlw_cate_container .wlw_jm {
  padding: 4.5% 5.5% 0 5.5%;
}

.wlw_cate_container .wlw_jm li {
  list-style-type: disc;
  margin-left: 4%;
  color: #666;
}

.wlw_cate_container .list {
  margin-top: 2%;
}

.wlw_cate_container .tit-center {
  text-align: center;
}

.wlw_cate_container .tit {
  font-size: 32px;
  color: #333;
  margin-bottom: 3%;
}

.wlw_cate_container .list dl {
  display: flex;
  flex-wrap: wrap;
}

.wlw_cate_container .list dd {
  /* float: left; */
  width: 20%;
  border: 1px solid #e9e9e9;
  padding: 3%;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

.wlw_cate_container .list dd:hover {
  z-index: 10;
  border-color: #0063c3;
}

.wlw_cate_container .list dd:hover .name {
  color: #0063c3;
}

.wlw_cate_container .list dd:hover .icon {
  transform: rotate(360deg);
}

.wlw_cate_container .list dd .icon {
  display: inline-block;
  transition: 0.3s;
}

.wlw_cate_container .list dd .name {
  font-size: 1.35rem;
  color: #333;
  margin: 15px auto;
  font-weight: normal;
}

.wlw_cate_container .list dd .dot2 {
  margin-top: 5%;
  font-size: 1.05rem;
  line-height: 1.45rem;
  color: #666;
  text-indent: 0rem;
  padding: 0;
}

.introduce .container .wlw_cate_container .right1 .yg-image img {
  display: inline-block;
  height: 264px;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }
}

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

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

.bgl {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.pbmore {
  width: 10.6875rem;
  padding-right: 1rem;
  font-size: 1rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  color: #fff;
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: background-color padding 0s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  vertical-align: top;
  font-style: italic;
}

.pbmore.border_bgf {
  border: 1px solid #fff;
  background: transparent;
}

.pbmore.border_bgf::after {
  background: #fff;
}

.pbmore.border_bgf:hover span,
.pbmore.border_bgf:hover .iconfont {
  color: #e62129;
}

.pbmore.bor {
  border-radius: 3.125rem;
}

.pbmore .iconfont {
  color: #fff;
  font-size: 0.75rem;
}

.pbmore .ir20p {
  color: #fff;
  right: 2.5rem;
}

.pbmore .il20p {
  left: -1.25rem;
}

.pbmore span {
  transition: all 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  position: relative;
  z-index: 5;
}

.pbmore:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  content: '';
  height: 100%;
  background: #000;
  transition: -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-101%) skewX(-17.62deg);
  transform: translateX(-101%) skewX(-17.62deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pbmore i {
  position: absolute;
  height: 100%;
  top: 0;
  transition: all 0.4s ease;
  z-index: 8;
  width: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.pbmore:hover {
  background-color: #fff;
  padding-right: 0;
  padding-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.pbmore1:hover {
  background: #f6f9fa;
}

.pbmore:hover span {
  color: #fff;
}

.pbmore:hover:after {
  -webkit-transform: translateX(0) skewX(-17.62deg);
  transform: translateX(0) skewX(-17.62deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.pbmore:hover .ir20p {
  right: -1.25rem;
}

.pbmore:hover .il20p {
  left: 1.25rem;
}

header.active,
.show_body header {
  position: fixed;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  top: 0;
}

header.active .padding,
.show_body header .padding {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
}

header.active .er-ul,
.show_body header .er-ul {
  background: #fff;
  border-radius: 0;
}

header.active .er-ul.border_r,
.show_body header .er-ul.border_r {
  border-radius: 0 0 0.625rem 0.625rem;
}

header {
  position: absolute;
  top: 2.75rem;
  padding: 0 6.25rem;
  width: 100%;
  line-height: 6.25rem;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .padding {
  background: #fff;
}

header .padding {
  padding: 0 2.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
}

header .left img {
  height: 3.5rem;
  margin-top: -3%;
}

header .right {
  margin-left: 1.875rem;
  display: flex;
  align-items: center;
}

header .right .ds1 {
  margin-right: 1.5625rem;
  cursor: pointer;
}

header .right .ds1:hover .iconfont {
  color: #e62129;
}

header .right .ds1 .iconfont {
  display: block;
  color: #5B5B5B;
  font-size: 1.25rem;
}

header .right .pbmore {
  box-shadow: 0 0 0.625rem rgb(234 42 49 / 43%);
  width: 10.625rem;
  font-style: normal;
}

header .right .pbmore .iconfont {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

header .center>ul>li {
  font-size: 1.125rem;
  color: #383838;
  float: left;
  position: relative;
}

header .center>ul>li>a {
  padding: 0 1.5625rem;
  color: #383838;
}

header .center>ul>li:nth-child(3) {
  position: static;
}

header .center>ul>li:hover>a,
header .center>ul>li.active>a {
  color: #e62129;
}

/*@font-face {*/
/*  font-family: "Montserrat";*/
/*  font-display: swap;*/
/*  src: url(http://www.szyanxun.com/assets/addons/cms/frontend/font/Montserrat-Regular-8.otf);*/
/*}*/

@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url(../font/MONTSERRAT-EXTRABOLD.TTF);
}

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

.banner .swiper-slide .hover .p1 {
  font-size: 3.625rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  color: #fff;
}

.banner .swiper-slide .hover .p1 span {
  text-transform: uppercase;
  transform: translateX(-6.6rem);
  -webkit-text-stroke: 1px #0350E6;
  color: transparent;
}

.banner .swiper-slide .hover .p2 {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
}

.banner .hover_pag {
  position: absolute;
  top: 65%;
  z-index: 9;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  margin-right: 1rem;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-pagination-bullet-active {
  width: 2.875rem;
  background: #fff;
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .scrool {
  position: absolute;
  bottom: 8.75rem;
  left: 50%;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  font-style: italic;
  font-size: .875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.banner .scrool p {
  margin-bottom: .625rem;
}

.banner .scrool img {
  width: 1.375rem;


}

.banner .scrool div {
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.625rem);
  }

  100% {
    transform: translateY(0);
  }
}

.box_s {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

.bgf7 {
  background: #F4F5FA;
}

.fix_ul li:nth-child(3) .right_div {
  width: 6.875rem;
  min-width: 6.875rem;
  height: 6.875rem;
  padding: 0;
}

.fix_ul li:nth-child(3) .right_div img {
  width: 100%;
}

.index_one ul li>div,
.list_about ul li>div {
  text-align: center;
}

.index_one ul li>div .number,
.list_about ul li>div .number {
  font-size: 3.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
}
.index_one ul li>div .number{
  font-size: 3rem;
}
.index_one ul li>div .number sub,
.list_about ul li>div .number sub {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  font-weight: 600;
  bottom: 0em;
  left: 0.5rem;
}

.index_one ul li>div .number sub.jia,
.list_about ul li>div .number sub.jia {
  font-size: 1.25rem;
}

.index_one ul li>div .text,
.list_about ul li>div .text {
  /* font-size: 1rem; */
  font-size: 1.2rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin-top: 0.625rem;
}

.list_about .ul {
  margin: 2.8125rem 0 0;
}

.list_about ul li>div .number,
.list_about ul li>div .number sub {
  color: #e62129;
}

.index_one {
  position: relative;
  margin-top: -3.125rem;
  z-index: 99;
}

.index_one ul {
  margin: 0 -1.25rem 0;
}

.index_one ul li {
  padding: 0 1.25rem;
}

.index_one ul li>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  padding: 1.525rem 1.25rem 1.525rem;
}

.index_one ul li:hover>div {
  box-shadow: 0 0 0.625rem rgb(234 42 49 / 43%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.big_entitle {
  font-family: "Montserrat-Bold";
  font-style: italic;
  font-size: 4rem;
  text-transform: uppercase;
  left: -7rem;
  -webkit-text-stroke: 1px rgb(230 33 41 / 45%);
  color: transparent;
  position: absolute;
  top: 0;
  line-height: 1;
}

.en_title {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333333;
}

.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #e62129;
}

.title span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.index_two {
  padding: 5rem 0 7.5rem;
}

.index_two .right {
  padding-left: 3.625rem;
}

.index_two .row {
  align-self: flex-end;
}

.index_two ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.25rem -1.875rem 0;
}

.index_two ul li {
  width: 33.3%;
  flex: 1 0 0;
  padding: 0 1.875rem;
}

.index_two ul li .icon {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
  height: 4.0625rem;
}

.index_two ul li div {
  width: calc(100% - 4.8125rem - 1.875rem);
  font-size: 1.25rem;
  color: #565656;
}

.index_two ul li p .iconfont {
  display: block;
  color: #8C8C8C;
  font-size: 1rem;
}

.index_two ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.75rem;
  position: relative;
}

.index_two ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #e62129;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.index_two ul li:hover div {
  color: #e62129;
}

.index_two ul li:hover p .iconfont {
  color: #e62129;
}

.index_two ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.title_ta .big_entitle {
  left: 50%;
  transform: translateX(-50%);
}

.title_ta .title span::before {
  left: 50%;
  transform: translateX(-50%);
}

.title_ta.cf .en_title,
.title_ta.cf .title {
  color: #fff;
}

.title_ta.cf .big_entitle {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}

.title_ta.cf .title span::before {
  background: #fff;
}

.index_three .change_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_three .change_ul li {
  padding: 0 6.25rem;
}

.index_three .change_ul li div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  margin-top: 0.625rem;
}

.index_three .change_ul li img {
  width: 5.3125rem;
}

.index_three .change_ul li p {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .change_ul li p .iconfont {
  color: #36F6F2;
  display: block;
  font-size: 1rem;
}

.index_three .qiehuan>div {
  display: none;
}

.index_three .qiehuan>div.active {
  display: block;
}

.index_three .change_ul li:hover p,
.index_three .change_ul li.active p {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .change_ul li:hover div,
.index_three .change_ul li.active div {
  color: #e62129;
}

.index_three .change_ul li:nth-child(2) a {
  cursor: default;
}

.index_three .sum {
  z-index: 1;
  background: -moz-linear-gradient(99.89% 1.61% -155.8deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(-155.8deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 99.89% 1.61%, -0.14% 98.63%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(-155.8deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(-155.8deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(245.8deg, #e62129 0%, #ff565d 100%);
  border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  display: flex;
  align-items: center;
}

.index_three .sum .left {
  padding: 5rem 0 5rem 4rem;
  width: calc(4rem + 5.9375rem);
  position: relative;
}

.index_three .sum .left li {
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 2.5rem;
  position: relative;
}

.index_three .sum .left li::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 2.875rem;
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.25);
}

.index_three .sum .left li:last-child {
  margin-bottom: 0;
}

.index_three .sum .left li:last-child::before {
  display: none;
}

.index_three .sum .left li img {
  height: 3.875rem;
  margin: 0 auto;
}

.index_three .sum .left li img:nth-child(1) {
  display: block;
}

.index_three .sum .left li img:nth-child(2) {
  display: none;
}

.index_three .sum .left li:hover,
.index_three .sum .left li.active {
  border: 1px solid #ffffff;
  background: #fff;
}

.index_three .sum .left li:hover img:nth-child(2),
.index_three .sum .left li.active img:nth-child(2) {
  display: block;
}

.index_three .sum .left li:hover img:nth-child(1),
.index_three .sum .left li.active img:nth-child(1) {
  display: none;
}

.index_three .sum .center {
  width: 28.125rem;
  padding-left: 4.125rem;
  color: #FFF;
}

.index_three .sum .center>div {
  display: none;
}

.index_three .sum .center>div.active {
  display: block;
}

.index_three .sum .center .img {
  position: absolute;
  top: -1.0625rem;
  right: -3.3125rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}

.index_three .sum .center .img img {
  height: 100%;
}

.index_three .sum .center .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}

.index_three .sum .center .text.line3 {
  margin: 1rem 0 2.25rem;
  color: #fff !important;
  -webkit-line-clamp: 3;
}

.index_three .sum .center ul li {
  /* border-bottom: 1px solid #; */
  position: relative;
  line-height: 1.875rem;


}

.index_three .sum .center ul li a span {
  width: 80%;
  display: block;
}

.index_three .sum .center ul li a .iconfont {
  width: 20%;
  text-align: right;
  display: block;
}

.index_three .sum .center ul li a {
  font-size: 1rem;
  color: #fff;
  /* padding-left: 1.25rem; */
  position: relative;
  padding: .9375rem 0 .9375rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_three .sum .center ul li .iconfont {
  font-size: 1rem;

}

.index_three .sum .center ul li:hover a::after {
  width: 100%;
  transition: all .5s;
}

.index_three .sum .center ul li:hover a::before {
  background: #36F6F2;
}

.index_three .sum .center ul li:hover .iconfont {
  color: #36F6F2;
}

.index_three .sum .center ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #36F6F2;
  transition: all .5s;
}

.index_three .sum .center ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #fff;
}

.index_three {
  padding: 0rem 0 7.5rem;
}

.index_four {
  padding: 0rem 0 7.5rem;
}

.index_four ul li>div {
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  padding-top: 1.375rem;
  background: #fff;
}

.index_four ul li>div:hover {
  box-shadow: 0 0 0.425rem rgb(234 42 49 / 27%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li>div:hover .name {
  color: #e8252d;
}

.index_four ul .name {
  font-weight: 700;
  font-size: 1.475rem;
  line-height: 1.875rem;
  color: #1D214B;
  margin-bottom: 0.75rem;
}

.index_four ul .left {
  display: flex;
  flex-wrap: wrap;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.index_four ul .left>div {
  padding-right: 1.75rem;
  padding-bottom: 1.4375rem;
  padding-left: 2.0625rem;
  width: 100%;
  display: flex;
  align-items: center;
  /* align-items: flex-start; */
  justify-content: space-between;
}

.index_four ul .left>div .left1 {
  width: 50%;
}

.index_four ul .left>div .right1 {
  /* width: 50%; */
  width: 100%;
}

/*.index_four ul .left>div:nth-child(even) {*/
/*  margin-top: 1.875rem;*/
/*  flex-direction: row-reverse;*/
/*}*/

/*.index_four ul .left>div:nth-child(even) .left1 {*/
/*  order: 2;*/
/*}*/

/*.index_four ul .left>div:nth-child(even) .right1 {*/
/*  order: 1;*/
/*}*/

.index_four ul .center>div {
  height: 100%;
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}

.index_four ul .center>div .img {
  padding: 4.375rem 0 3.4375rem;
}

.index_four ul .right>div {
  padding-bottom: 0.8125rem;
  position: relative;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.index_four ul .right>div:nth-child(1) {
  margin-bottom: 1.875rem;
}

.index_four ul .right>div .left1 {
  z-index: 3;
  position: relative;
}

.index_four ul .right>div .right1 {
  position: relative;
  bottom: 0.625rem;
  right: 0rem;
  z-index: 1;
  width: 100%;
}

.index_four ul .right>div .right1 a {
  text-align: right;
}
.index_four ul .right>div .right1 a img,.index_four ul .left>div .right1>a>img{
    transition:all 0.36s;
}
.index_four ul .right>div .right1 a:hover img{
    transform: scale(1.2);
}
/*.index_four ul .left>div .right1>a:hover img{*/
/*    transform: scale(1.1);*/
/*}*/
.index_four ul .center,
.index_four ul .right {
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
.index_four ul .right {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.index_four ul .left:nth-child(1){
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 1.875rem;
  justify-content: space-between;
}
.index_four ul .left:nth-child(1)>div{
    width: 49%;
}
/*.index_four ul .right:nth-child(4)>div{width: 23.5%;margin-right: 2%;}*/
/*.index_four ul .right:nth-child(4)>div:last-child{margin-right: 0;}*/
/*.index_four ul .right:nth-child(4)>div:nth-child(1){margin-bottom: 0;}*/
.more_a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #e8262e;
}

.more_a .iconfont {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #e8262e;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
}

.more_a:hover {
  color: #e8262e;
}

.more_a: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_five {
  padding: 7.8125rem 0;
  /*background: #e62129;*/
  background: #e62129db;
}

.index_five>img {
  position: absolute;
  top: 2.25rem;
  right: 7.8125rem;
  width: 11.875rem;
  animation: fangda 2s infinite;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.index_five .en_title,
.index_five .title {
  color: #fff;
}

.index_five .big_entitle {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}

.index_five .title span::before {
  background: #fff;
}

.index_five .left {
  z-index: 6;
}

.index_five .left .text {
  color: #fff;
  margin: 2.8125rem 0 1.875rem;
}

.index_five .left ul {
  display: flex;
  align-items: center;
}

.index_five .left ul li {
  margin-right: 1.6875rem;
}

.index_five .left ul li:last-child {
  margin-right: 0;
}

.index_five .left ul li a {
  padding-left: 1rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.index_five .left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.index_five .right>div {
  display: none;
}

.index_five .right>div.active {
  display: flex;
}

.index_five .right ul {
  width: 15.9375rem;
}

.index_five .right ul li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right ul li a {
  background: #fff;
}

.index_five .right ul li:hover,
.index_five .right ul li.active {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right .sum {
  width: calc(100% - 15.9375rem);
  padding-left: 1.875rem;
}

.index_five .right .sum:hover>div {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.404);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right .sum:hover>div .name {
  color: #e62129;
}

.index_five .right .sum>div {
  padding: 3.125rem 3.9375rem 0;
  background: #fff;
  border-radius: 0.625rem;
  height: 100%;
  display: none;
}

.index_five .right .sum>div.active {
  display: block;
}

.index_five .right ul li {
  margin-bottom: 1.5rem;
}

.index_five .right ul li:last-child {
  margin-bottom: 0;
}

.index_five .right ul li .over,
.index_five .right ul li .over img {
  border-radius: 0.625rem;
}

.index_five .right .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
}

.index_five .right .text {
  color: #606060;
  /*padding: 1.5625rem 0 9.75rem;*/
  padding: 1.5625rem 0 3.75rem;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}

.index_five .right .data {
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_five .right .data p,
.index_five .right .data div {
  width: 50%;
}

.index_five .right .data p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-family: "Montserrat";
  color: #494949;
}

.index_five .more_a {
  font-style: italic;
}

.index_five .more_a:hover {
  color: #e62129;
}

.index_five .more_a:hover .iconfont {
  color: #e62129;
}

.index_five .more_a .iconfont {
  font-style: normal;
}

.index_six {
  padding: 6.875rem 0;
}

.index_six .text {
  margin: 2.125rem 0 3.4375rem;
}

.index_six .right {
  padding-left: 5rem;
}

.index_six .right .swiper-container {
  padding: 2.5rem 0;
}

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

.index_six .right .swiper-button-next,
.index_six .right .swiper-button-prev {
  background-image: none;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border: 1px solid #B7B7B7;
  border-radius: 50%;
  text-align: center;
}

.index_six .right .swiper-button-next .iconfont,
.index_six .right .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #B7B7B7;
}

.index_six .right ul li {
  padding: 0.5rem 4rem;
}

.index_six .right ul li div {
  overflow: hidden;
  /*box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.08);*/
  box-shadow: 0 0 0.3rem rgb(234 42 49 / 34%);
  width: 10rem;
  height: 10rem;
  border-radius: 0.375rem;
  transform: rotate(45deg);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_six .right ul li img {
  transform: rotate(-45deg);
}

.five_six {
  z-index: 9;
  z-index: 10;
}

.five_six::before {
  content: "";
  position: absolute;
  top: 4.375rem;
  z-index: 3;
  width: 39.375rem;
  /*height: 71.8125rem;*/
  height: 42.8125rem;
  background: url(../img/15.png) no-repeat;
  background-size: contain;
  background-position: top left;
}

footer {
  /*background: #e8252c;*/
  background: #7f7f7f;
}

footer .top {
  padding: 3.75rem 0 1.25rem;
}

footer .top .name {
  font-size: 1em;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .top .content {
  margin-top: 0.875rem;
}

footer .top .text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .top a.text:hover {
  color: #fff;
}

footer .left:nth-child(1),
footer .left:nth-child(3),
footer .left:nth-child(4) {
  width: 10.2%;
}

footer .left:nth-child(2) {
  width: 15.4%;
}

footer .left:nth-child(5) {
  /* width: 25.8%; */
  width: 30%;
}

footer .ewm {
  width: 20%;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .ewm img {
  width: 9.5625rem;
}

footer .ewm div:nth-child(2) {
  padding-left: 0.875rem;
}

footer .right {
  width: 16.2%;
  padding-left: 3.75rem;
}

footer .right ul li {
  margin-right: 0.9375rem !important;
}

footer .right ul li a {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  border: none !important;
  color: #fff !important;
}

footer .right ul li:last-child {
  margin-right: 0 !important;
}

footer .bot {
  padding: 1.4375rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .bot .text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #fff;
  text-align: center;
}

.er-ul.border_r {
  border-radius: 0 0 0.625rem 0.625rem;
}

.er-ul .er-ul-flex {
  padding: 0.5rem 0;
}

.er-ul .er-ul-flex li {
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
}

.er-ul .er-ul-flex li a {
  color: #383838;
}

.er-ul .er-ul-flex li:hover a {
  color: #e62129;
}

.er-ul.er-ul-pro .container {
  /*padding: 0 2.5rem;*/
  padding: 0 0 0 15.5rem;
}

.er-ul.er-ul-pro .left1 {
  width: 100%;
  /*background: rgba(14, 180, 231, 0.05);*/
  /* padding-top: 1.5625rem; */
  padding: 1.5625rem 0;
}
.er-ul.er-ul-pro .left1 ul{
  display: flex;
  flex-wrap: wrap;
}
.er-ul.er-ul-pro .left1 ul li {
  /* width: 40%; */
  width: 20%;
  line-height: 3.125rem;
  font-size: 1rem;
  line-height: 2.9375rem;
  color: #383838;
  padding-left: 1.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}

.er-ul.er-ul-pro .left1 ul li a {
  color: #383838;
}

.er-ul.er-ul-pro .left1 ul li:hover,
.er-ul.er-ul-pro .left1 ul li.active {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.er-ul.er-ul-pro .left1 ul li:hover a,
.er-ul.er-ul-pro .left1 ul li.active a {
  color: #fff;
}

.er-ul.er-ul-pro .left1 ul li:hover::before,
.er-ul.er-ul-pro .left1 ul li.active::before {
  opacity: 1;
}

.er-ul.er-ul-pro .left1 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.875rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid #fe555c;
  border-bottom: 0.5rem solid transparent;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  opacity: 0;
}

.er-ul.er-ul-pro .flex {
  display: flex;
  align-items: normal;
}

.er-ul.er-ul-pro .center1 {
  width: 46%;
  padding: 1.5rem 0 2.875rem 5rem;
}

.er-ul.er-ul-pro .center1>ul {
  display: none;
}

.er-ul.er-ul-pro .center1>ul.active {
  display: block;
}

.er-ul.er-ul-pro .center1 .ul1 li a p {
  padding-left: 0.8125rem;
  width: calc(100% - 1.875rem - 1.875rem);
}

.er-ul.er-ul-pro .center1 .ul1.ul3 li a p {
  padding-left: 0rem;
  width: calc(100% - 1.875rem - 1rem);
}

.er-ul.er-ul-pro .center1 .ul2 li {
  float: left;
}

.er-ul.er-ul-pro .center1 .ul2 li a p {
  width: calc(100% - 1.875rem);
}

.er-ul.er-ul-pro .center1 .ul2 li:hover p {
  color: #e62129;
}

.er-ul.er-ul-pro .center1 .ul2 li:nth-child(odd) {
  padding-right: 1.25rem;
}

.er-ul.er-ul-pro .center1 .ul2 li:nth-child(even) {
  padding-left: 1.25rem;
}

.er-ul.er-ul-pro .center1 .ul1 li,
.er-ul.er-ul-pro .center1 .ul2 li {
  width: 50%;
  position: relative;
}

.er-ul.er-ul-pro .center1 .ul1 li a,
.er-ul.er-ul-pro .center1 .ul2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  line-height: 3.75rem;
}

.er-ul.er-ul-pro .center1 .ul1 li a::before,
.er-ul.er-ul-pro .center1 .ul2 li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 1px;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.er-ul.er-ul-pro .center1 .ul1 li a:hover .iconfont,
.er-ul.er-ul-pro .center1 .ul2 li a:hover .iconfont {
  color: #e62129;
}

.er-ul.er-ul-pro .center1 .ul1 li a:hover .name,
.er-ul.er-ul-pro .center1 .ul2 li a:hover .name {
  color: #e62129;
}

.er-ul.er-ul-pro .center1 .ul1 li a:hover::before,
.er-ul.er-ul-pro .center1 .ul2 li a:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul.er-ul-pro .center1 .ul1 li a img,
.er-ul.er-ul-pro .center1 .ul2 li a img {
  width: 1.875rem;
}

.er-ul.er-ul-pro .center1 .ul1 li a p,
.er-ul.er-ul-pro .center1 .ul2 li a p {
  font-size: 1rem;
}

.er-ul.er-ul-pro .center1 .ul1 li a div,
.er-ul.er-ul-pro .center1 .ul2 li a div {
  width: 1.875rem;
  text-align: right;
}

.er-ul.er-ul-pro .center1 .ul1 li a div .iconfont,
.er-ul.er-ul-pro .center1 .ul2 li a div .iconfont {
  font-size: 0.875rem;
  color: #B5B5B5;
}

.er-ul.er-ul-pro .center1 li a {
  color: #383838;
}

.er-ul.er-ul-pro .right1 {
  display: none;
  width: 37%;
  margin-left: 2%;
  padding: 1.5rem 2.8125rem 1.5625rem;
}

.er-ul.er-ul-pro .right1 .swiper02>div {
  display: none;
}

.er-ul.er-ul-pro .right1 .swiper02>div.active {
  display: block;
}

.er-ul.er-ul-pro .right1 .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #383838;
  margin-bottom: 0.9375rem;
}

.er-ul.er-ul-pro .right1 .swiper-button-next {
  right: -2.8125rem;
}

.er-ul.er-ul-pro .right1 .swiper-button-prev {
  left: -2.8125rem;
}

.er-ul.er-ul-pro .right1 .swiper-button-next,
.er-ul.er-ul-pro .right1 .swiper-button-prev {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 1.5rem 1.5rem;
  opacity: 0.3;
}

.er-ul.er-ul-pro .right1 .swiper-button-next:hover,
.er-ul.er-ul-pro .right1 .swiper-button-prev:hover {
  opacity: 1;
}

.er-ul.er-ul-pro .right1 .swiper-container {
  padding: 0.3125rem;
}

.er-ul.er-ul-pro .right1 .swiper-slide:hover>div {
  border-color: #e62129;
}

.er-ul.er-ul-pro .right1 .swiper-slide>div {
  padding: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

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

.nyban .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nyban .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  color: #FFFFFF;
}

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

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

.p120 {
  padding: 7.5rem 0;
}

.about_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-height: 50%;
}

.about_bg.about_bg_contact {
  bottom: auto;
  top: 13%;
}

.z4 {
  z-index: 4;
}

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

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

.list_parent .ul li div {
  border-radius: 0.625rem;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  padding: 2rem 2.5rem;
}

.list_parent .ul li:hover>div {
  border-color: #e62129;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

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

.list_help select {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/08f084b5ec8602254fc710dc3e2eee7e.png") no-repeat;
  background-size: 1rem 1rem;
  background-position-x: 93%;
  background-position-y: center;
}

.list_help form {
  border-radius: 0.625rem;
}

.list_document .form_pr,
.list_document form {
  padding: 2.5rem 0 2.8125rem;
}

.list_document .contact {
  margin: 0 -0.9375rem;
}

.list_document .left {
  width: 17%;
  padding: 0 0.9375rem;
}

.list_document .left select {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/jt.png") no-repeat;
  background-size: 0.4375rem 0.25rem;
  background-position-x: 93%;
  background-position-y: center;
}

.list_document .right {
  width: 32%;
}

.list_document .right input {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  background: #F4F5FA;
}

.list_document .right button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

.list_document .right button .iconfont {
  font-size: 1.25rem;
  color: #5B5B5B;
  display: block;
}

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

.list_document_two {
  border-top: 2px solid #e62129;
}

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

.list_document_two .ul>li:hover>div {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_document_two .ul>li:hover>div .name {
  color: #e62129;
}

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

.list_document_two .ul>li>div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  border: 1px solid #DFDFDF;
  display: flex;
}

.list_document_two .ul>li>div .left {
  width: 60%;
  padding: 1.6875rem 3.75rem 1.5625rem 1.875rem;
}

.list_document_two .ul>li>div .right {
  width: 40%;
}

.list_document_two .ul>li>div .right a,
.list_document_two .ul>li>div .right a img {
  height: 100%;
  object-fit: cover;
}

.list_document_two .ul>li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 2.5rem;
}

.list_document_two .ul>li .data {
  font-size: 1rem;
  color: #909090;
}

.list_document_two .ul>li .data a:nth-last-child(2) {
  margin-left: 2.5rem;
}

.list_document_two .ul>li .data a {
  color: #909090;
}

.list_document_two .ul>li .data span,
.list_document_two .ul>li .data a {
  cursor: pointer;
}

.list_document_two .ul>li .data span:hover,
.list_document_two .ul>li .data a:hover {
  color: #e62129;
}

.list_about .left {
  padding-right: 2.5rem;
}

.list_about .left .text {
  text-align: justify;
  font-size: 1rem;
}

.list_about .right>div {
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  padding: 1.375rem;
  box-shadow: 0 0 1.5rem rgb(230 33 41 / 22%);
  background: #fff;
}

.list_about .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_about .right .hover .iconfont {
  font-size: 4.5rem;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.336));
}

.list_about .right:hover .hover .iconfont {
  color: #e62129;
}

.list_about .right:hover img {
  transform: scale(1.1);
}

body {
  background: #F4F5FA;
}

.list_about_two {
  border-top: 1px solid rgba(86, 86, 86, 0.2);
}

.list_about_two ul li {
  padding: 5.625rem 0;
  border-left: 1px solid rgba(86, 86, 86, 0.2);
  text-align: center;
  width: 27.5%;
}

.list_about_two ul li:first-child {
  border-left: none;
}

.list_about_two 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_about_two ul li .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #0F0F0F;
}

.list_about_two ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  margin: 1.5625rem 0;
  height: 3.75rem;
}

.list_about_two ul li .icon img {
  height: 3.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two ul li:nth-child(2) {
  width: 40%;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.list_about_two ul li:nth-child(3) {
  padding-left: 5rem;
}

.list_abotu_three {
  position: relative;
}

.list_abotu_three::before {
  background-image: url(../img/6a1b5522ef404ffc5b434d6419d78fff.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 4.0625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 43.75rem;
  height: 41.875rem;
}

.list_abotu_three .swiper-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list_abotu_three .swiper-slide {
  padding: 0 1.5625rem 3rem;
  height: auto;
}

.list_abotu_three .swiper-slide.swiper-slide-next,
.list_abotu_three .swiper-slide.swiper-slide-next+div,
.list_abotu_three .swiper-slide.swiper-slide-active {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.list_abotu_three .swiper-slide .text {
  color: #F3F4F9;
}

.list_abotu_three .swiper-slide .over,
.list_abotu_three .swiper-slide .over img {
  border-radius: 0.625rem;
}

.list_abotu_three .swiper-slide .name {
  font-style: italic;
  font-size: 2.5rem;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  color: transparent;
  line-height: 1;
  font-family: "Montserrat-Bold";
  margin: 1.125rem 0;
}

.list_abotu_three .swiper-button-next {
  right: -3.4375rem;
}

.list_abotu_three .swiper-button-prev {
  left: -3.4375rem;
}

.list_abotu_three .swiper-button-white {
  width: 3.4375rem;
  background-size: 1.25rem 1.25rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  margin-top: 0;
  top: auto;
  bottom: -1.6875rem;
  border: 1px solid #ffffff;
  opacity: 0.7;
  border-radius: 50%;
}

.list_abotu_three .swiper-button-white:hover {
  opacity: 1;
}

.list_about_four .swiper-slide,
.list_about_four .honor_list {
  height: auto;
}

.list_about_four .swiper-slide>a,
.list_about_four .honor_list>a {
  height: 100%;
}

.list_about_four .swiper-slide .over,
.list_about_four .honor_list .over {
  height: calc(100% - 1.875rem - 1.25rem);
  display: flex;
  align-items: center;
}

.list_about_four .swiper-slide:hover .name,
.list_about_four .honor_list:hover .name {
  color: #e62129;
}

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

.list_about_four .swiper-slide>a,
.list_about_four .honor_list>a {
  padding: 1.6875rem 3.125rem;
  border-radius: 0.625rem;
  background: #fff;
}

.list_about_four .swiper-slide>a .name,
.list_about_four .honor_list>a .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  margin-top: 1.25rem;
}

.list_about_four .swiper-container {
  padding-bottom: 3.75rem;
}

.list_about_four .swiper-button-next {
  right: -6.25rem;
}

.list_about_four .swiper-button-prev {
  left: -6.25rem;
}

.list_about_four .bot {
  background: -moz-linear-gradient(50% 102.61% 90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-gradient(linear, 50% 102.61%, 50% 1.35%, color-stop(0.0056, rgba(243, 244, 249, 0.3)), color-stop(1, rgba(197, 203, 218, 0.3)));
  background: -o-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -ms-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F4F9', endColorstr='#C5CBDA' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5CBDA', endColorstr='#F3F4F9', GradientType=0);
  border-radius: 1.25rem;
  padding: 1.25rem 2.5rem;
  margin: 2.5rem 0;
}

.list_about_four .bot ul {
  margin-left: -1.6875rem;
  margin-right: -1.6875rem;
}

.list_about_four .bot ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  padding: 0 1.6875rem;
}

.list_about_four .bot ul li:hover {
  color: #e62129;
}

.list_about_four .bot ul li:hover .name {
  color: #e62129;
}

.list_about_four .bot ul li:hover div::before {
  background: #e62129;
}

.list_about_four .bot ul li a {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.list_about_four .bot ul li a div {
  position: relative;
  padding-left: 1.875rem;
}

.list_about_four .bot ul li a div::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #C9C9C9;
}

.swiper-pagination {
  bottom: 0;
}

.black_buttin {
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0.3;
  background-size: 1.25rem 1.25rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.black_buttin:hover {
  opacity: 0.5;
}

.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: #D7DEF2;
}

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

.list_abotu_five .padding {
  padding: 0 8rem;
}

.list_abotu_five .padding>div {
  padding: 3.75rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.5rem rgb(230 33 41 / 22%);
  background: #fff;
}

.list_abotu_five .padding .swiper-container .swiper-slide {
  display: flex;
  height: auto;
}

.list_abotu_five .padding .swiper-container .left {
  border-right: 1px solid #E7E7E7;
  padding: 1.875rem 3.125rem 1.875rem 0;
  width: 20%;
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
}

.list_abotu_five .padding .swiper-container .text {
  color: #565656;
  text-align: justify;
  float: right;
  width: calc(100% - 20%);
  padding-left: 3.125rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.list_abotu_five .bot {
  padding: 3.4375rem 0;
}

.list_abotu_five .picMarquee-left ul li,
.list_abotu_five .picMarquee-left1 ul li {
  width: 14.28%;
  padding: 0 0.9375rem;
}

.list_abotu_five .picMarquee-left ul li:hover div,
.list_abotu_five .picMarquee-left1 ul li:hover div {
  border: 1px solid #e62129;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_abotu_five .picMarquee-left ul li div,
.list_abotu_five .picMarquee-left1 ul li div {
  border-radius: 0.625rem;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  padding: 2rem 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji {
  padding: 1rem 0;
  border-bottom: 1px solid #D5D5D5;
}

.nyerji.nyerji_about {
  position: sticky;
  top: 6.25rem;
  left: 0;
  width: 100%;
  background: #F4F5FA;
  z-index: 99;
}

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

.nyerji ul li a {
  padding: 0 2rem;
  line-height: 3.125rem;
  font-size: 1rem;
  border-radius: 3.125rem;
  color: #565656;
}

.nyerji ul li.active a {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  color: #fff;
}

.nyerji ul li.active:hover a {
  color: #fff;
}

.nyerji ul li:hover a {
  color: #e62129;
}

/* 介绍 */
.introduce {
  padding-top: 2rem;
}

.introduce .container p {
  font-size: 1.25rem;
  padding: 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
}


.list_pro .ul li {
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  margin-bottom: 3.125rem;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .ul li:hover {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .ul li:hover .name {
  color: #e62129;
}

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

.list_pro .ul .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-bottom: 0.9375rem;
  position: relative;
  margin-top: 1.5625rem;
  color: #2b2b2b;
}

.list_pro .ul .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.6875rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  left: 0;
}

.list_pro .ul .text {
  color: #565656;
  margin: 0.625rem 0 2.1875rem;
  -webkit-line-clamp: 3;
  font-size: 1rem;
}

.list_pro .ul .left {
  padding-right: 2.1875rem;
}

.list_pro .ul1 li {
  margin-bottom: 1.875rem;
}

.list_pro .ul1 li>div {
  background: #fff;
  /*box-shadow: 0 0 0.625rem rgb(234 42 50 / 21%);*/
  /*padding: 0.125rem;*/
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: auto;
  border-radius: 0.625rem;
}

.list_pro .ul1 li>div .text {
  font-size: 1rem;
    padding: 5px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  line-height: 1.875rem;
  text-align: center;
  color: #000000;
  margin-top: 0rem;
    
}

.list_pro .ul1 li:hover>div {
  box-shadow: 0 0 0.625rem rgb(234 42 50 / 35%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .ul1 li:hover>div img {
  transform: scale(1.1);
}

.list_pro .ul1 li:hover .text {
  color: #e62129;
}

.show_pro .right>div {
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  padding: 1.375rem;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  background: #fff;
}

.show_pro .name {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  position: relative;
  padding-bottom: 0.9375rem;
  color: #2D2D2D;
}

.show_pro .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  left: 0;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}
.show_pro .text {
  color: #565656;
  margin-top: 1.5625rem;
  text-align: justify;
}
.show_pro .left {
  padding-right: 2.1875rem;
}
.khxq {
  padding: 0.625rem 2.125rem;
  background: -moz-linear-gradient(50% 102.61% 90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-gradient(linear, 50% 102.61%, 50% 1.35%, color-stop(0.0056, rgba(243, 244, 249, 0.3)), color-stop(1, rgba(197, 203, 218, 0.3)));
  background: -o-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -ms-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F4F9', endColorstr='#C5CBDA' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5CBDA', endColorstr='#F3F4F9', GradientType=0);
}

.khxq li {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.khxq li .number {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  text-align: center;
  font-style: italic;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.khxq li .number img {
  transform: rotateY(0) !important;
  display: block;
}

.khxq li .text {
  padding-left: 1.5625rem;
  width: calc(100% - 2.8125rem);
}

.swiper_biaoge_1 .swiper-button-black,
.swiper_biaoge_2 .swiper-button-black,
.swiper_biaoge_3 .swiper-button-black {
  display: none;
}

.show_pro_wlw .name1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #2D2D2D;
  margin-bottom: 3rem;
}

.show_pro_wlw .list {
  margin-bottom: 1.875rem;
}

.show_pro_wlw .list .name {
  margin-bottom: 1.875rem;
}

.show_pro_wlw .list .name {
  font-size: 1.375rem;
  position: relative;
  line-height: 1.875rem;
  color: #232323;
}

.show_pro_wlw .list .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CBCBCB;
}

.show_pro_wlw .list .name span {
  display: inline-block;
  padding-bottom: 0.625rem;
  position: relative;
}

.show_pro_wlw .list .name span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.show_pro_wlw .list .text {
  color: #565656;
  text-align: justify;
}

.show_pro_wlw .list .felx_row {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.show_pro_wlw .list .felx_row .icon img {
  height: 3.75rem;
}

.show_pro_wlw .list .felx_row .text {
  margin-top: 1.25rem;
}

.show_pro_wlw .list .felx_row>div {
  border-right: 1px solid #E4E4E4;
  padding: 0 1.875rem;
}

.show_pro_wlw .list .felx_row>div>div {
  height: 100%;
  padding: 0.625rem 0 2.75rem;
}

.show_pro_wlw .list .felx_row>div:last-child {
  border-right: none;
}

.show_pro_wlw .list .jxsm>div>div {
  height: 100%;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem 2.8125rem;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
}

.show_pro_wlw .list .jxsm>div>div .icon img {
  height: 5rem;
}

.show_pro_wlw .list .jxsm>div>div .text {
  margin-top: 1.125rem;
}

.show_pro_wlw .shangxia {
  border-top: 1px solid #CBCBCB;
  margin-top: 3.75rem;
}

.h100 {
  height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.show_pro_two {
  position: relative;
}

.show_pro_two::before {
  background: url(../img/1e5da1ac75761b39bb6ac25e95b8811c.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show_pro_two .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.875rem;
}

.show_pro_two .swiper-slide {
  text-align: center;
}

.show_pro_two .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two .swiper-pagination {
  display: none;
}

.show_pro_two .swiper-container {
  margin-top: 3.75rem;
}

.show_pro_two .swiper-container .swiper-wrapper {
  justify-content: center;
}

.show_pro_two .swiper-container .swiper-wrapper .swiper-slide {
  flex: 1 0 0;
}

.show_pro_two .icon img {
  height: 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two .swiper-container {
  padding-bottom: 2.8125rem;
}

.show_pro_two .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
}

.show_pro_two .swiper-pagination-bullet-active {
  background: #fff;
}

.show_pro_three ul li {
  padding: 2.125rem 0;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
}

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

.show_pro_three ul li .left {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  border-radius: 0.625rem;
  background: #e62129;
}

.show_pro_three ul li .left img {
  max-height: 50%;
}

.show_pro_three ul li .right {
  width: calc(100% - 6.25rem);
  padding-left: 2.0625rem;
}

.show_pro_three ul li .right .name {
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
  position: relative;
  line-height: 1.875rem;
  color: #3178F4;
}

.show_pro_three ul li .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.0625rem;
  height: 0.125rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.show_pro_three ul li .right .text {
  color: #565656;
  margin-top: 0.375rem;
}

.pagination {
  margin-top: 1.875rem;
}

.shangxia {
  display: flex;
  padding-top: 2.5rem;
  justify-content: space-between;
}

.shangxia div a {
  width: 100%;
}

.shangxia a {
  width: 33.3%;
  display: block;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}

.shangxia a .iconfont {
  color: #B6B6B6;
  display: inline-block;
  margin-right: 0.3125rem;
}

.shangxia a:hover {
  color: #e62129;
}

.shangxia a:hover .iconfont {
  color: #e62129;
}

.shangxia a:last-child .iconfont {
  margin-left: 0.3125rem;
  margin-right: 0;
}

.box_s_c {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
}

.about_pro {
  background: #fff;
}

.about_pro .swiper-container {
  padding: 2.1875rem 0 0;
}

.about_pro .swiper-container .swiper-slide {
  height: auto;
}

.about_pro .swiper-container .swiper-slide img {
  height: 12.5rem;
  object-fit: contain;
}

.about_pro .swiper-container .swiper-slide>div>div,
.about_pro .swiper-container .swiper-slide>div {
  height: 100%;
}

.about_pro .swiper-container .swiper-slide:hover>div>div {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_pro .swiper-container .swiper-slide>div {
  padding: 1.25rem;
}

.about_pro .swiper-container .swiper-slide>div>div {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_pro .swiper-container .swiper-slide>div .name {
  font-size: 1.25rem;
  position: relative;
  text-align: center;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  color: #000000;
}

.about_pro .swiper-container .swiper-slide>div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6875rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.about_pro .swiper-container .swiper-slide>div .text {
  margin-top: 0.75rem;
  padding: 0 1.5625rem;
  color: #565656;
}

.about_pro .swiper-container .swiper-slide>div .content {
  padding: 1.25rem 0;
}

.about_pro .swiper-container .swiper-slide:hover img {
  transform: scale(1.1);
}

.about_pro .swiper-container .swiper-slide:hover .name {
  color: #e62129;
}

.about_pro .swiper-button-next {
  right: -6.25rem;
}

.about_pro .swiper-button-prev {
  left: -6.25rem;
}

.about_bg1 {
  position: relative;
}

.about_bg1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  max-height: 50%;
  background-position: bottom left;
  height: 50%;
  background: url(../img/1b5257921e22584aeb3e6d7a45ffb247.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

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

.list_contact .ul li:hover>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
}

.list_contact .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 .ul li>div {
  box-shadow: 0 0 0.325rem rgb(230 33 41 / 20%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 2.625rem 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  height: 100%;
}

.list_contact .ul li .icon img {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
  color: #565656;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact .ul li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  padding-top: 1.25rem;
}

.list_contact .ul li .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #565656;
}

.list_contact .ul li .img img {
  height: 5.9375rem;
}

.list_pro.list_news .ul li {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #E4E4E4;
  padding: 2.75rem 0;
  border-radius: 0;
  margin-bottom: 0;
}

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

.list_pro.list_news .ul li:hover>div {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.5rem rgb(230 34 42 / 22%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro.list_news .ul li .left {
  padding-right: 0;
}

.list_pro.list_news .ul li .right {
  padding-left: 3.125rem;
}

.list_pro.list_news .ul li:first-child {
  padding-top: 0;
}

.list_pro.list_news .ul li .name::before {
  display: none;
}

.list_pro.list_news .ul li .over,
.list_pro.list_news .ul li .over img {
  border-radius: 0.625rem;
}

.list_pro.list_news .ul li .data {
  display: flex;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #6B6B6B;
}

.list_pro.list_news .ul li .data .iconfont {
  font-size: 1rem;
  margin-right: 0.625rem;
  color: #C5C5C5;
  display: block;
  font-size: 1.25rem;
  color: #e9272f;
}

.list_pro.list_news .ul li .name {
  margin-top: 2.5rem;
}

.show_top {
  position: relative;
  padding: 1.25rem 0 5rem;
}

.show_top .title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #2D2D2D;
}

.show_top .data {
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  color: #6B6B6B;
}

.show_top .data .pr {
  display: flex;
  align-items: center;
}

.show_top .data .pr .social-share {
  display: flex;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
}

.show_top .data .pr .social-share .social-share-icon {
  font-size: 1rem;
}

.show_top .data .pr:hover ul {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_top .data .iconfont {
  font-size: 1rem;
}

.show_top .data>div {
  margin-right: 2.5rem;
  cursor: pointer;
}

.show_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #224fe7 0%, #3480f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  opacity: 0.1;
  z-index: -1;
}

.show_top .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #929292;
}

.show_top .bread a {
  color: #929292;
}

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

.show_top .title {
  margin: 6.25rem 0 1.25rem;
}

.show_body {
  padding-top: 6.25rem;
}

.show_news {
  padding-bottom: 8.125rem;
}

.show_news .text {
  text-align: justify;
}

.show_news .text strong {
  color: #232323;
}

.show_news .shangxia {
  margin-top: 6.875rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #CBCBCB;
}

.show_left {
  padding-right: 3.4375rem;
}

.show_right {
  position: sticky;
  top: 7.5rem;
  height: 100%;
}

.show_right .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #232323;
  margin-bottom: 1.5625rem;
}

.show_right ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.show_right ul li .left1 {
  width: 0;
  float: left;
}

.show_right ul li p {
  width: 100%;
  float: right;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_right ul li:hover .left1 {
  width: 30%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_right ul li:hover a {
  padding-left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_right ul li:hover a::before {
  display: none;
}

.show_right ul li:hover p {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 70%;
  padding-left: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.show_right ul li:first-child {
  border-top: 1px solid #E4E4E4;
}

.show_right ul li a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  position: relative;
  padding-left: 1.5625rem;
}

.show_right ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.show_right ul li:hover a {
  color: #e62129;
}

.list_join .text18 {
  margin: 2rem 0 2.8125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
}

.list_join .hover {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  padding: 0 3.125rem;
}

.list_join .hover .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding-bottom: 0.625rem;
  position: relative;
  text-align: center;
}

.list_join .hover .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join .img img {
  border-radius: 0.625rem;
}

.list_join .swiper-slide:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 2.96% -90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  background: -webkit-linear-gradient(-90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  background: -webkit-gradient(linear, 50% 2.96%, 50% 101.45%, color-stop(0, rgba(49, 121, 244, 0)), color-stop(1, #3179f4));
  background: -o-linear-gradient(-90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  background: -ms-linear-gradient(-90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3179F4', endColorstr='#3179F4' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3179F4', endColorstr='#3179F4', GradientType=0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.625rem;
}

.list_join .swiper-slide:hover .text {
  height: auto;
}

.list_join .swiper-slide:hover .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6875rem;
  height: 0.1875rem;
  background: #fff;
}

.list_join_two {
  background: #fff;
}

.list_join_two .flex .right ul li {
  float: left;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #494949;
  padding: 0 0.5rem 0.75rem;
  position: relative;
  margin-left: 0.9375rem;
  cursor: pointer;
}

.list_join_two .flex .right ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #e62129;
}

.list_join_two .flex .right ul li:hover,
.list_join_two .flex .right ul li.active {
  color: #e62129;
}

.list_join_two .flex .right ul li:hover::before,
.list_join_two .flex .right ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_two .sum>ul {
  display: none;
}

.list_join_two .sum>ul.active {
  display: block;
}

.list_join_two .pbmore span {
  font-style: normal;
}

.job-list li {
  margin-bottom: 2rem;
  cursor: pointer;
}

.job-list li .iconfont {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.job-list li.active .dt {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
}

.job-list li.active .dt .f18 {
  color: #fff;
}

.job-list li.active .dt img {
  filter: invert(97%) sepia(97%) saturate(11%) hue-rotate(220deg) brightness(102%) contrast(101%);
}

.job-list li.active .dt .iconfont {
  color: #fff;
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.job-list li .dt {
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(202, 202, 202, 0.5);
  padding: 0 3.125rem;
}

@media (max-width: 768px) {
  .job-list li .dt {
    padding: 0 3%;
  }
}

/* 2023/7/4 wlw*/
@media (max-width: 990px) {
  .wlw_cate_container .list dd{
    width: 25%;
    border: 1px solid #e9e9e9;
    padding: 3%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .introduce .container .wlw_cate_container .dlw_down {
    display: block;
    margin-top: 5%;
  }

  .introduce .container .wlw_cate_container .dlw_down div {
    margin-top: 2%;
  }

  .introduce .container .wlw_cate_container .dlw_down div img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .introduce .container .wlw_cate_container p {

    font-size: 1.05rem;
    text-indent: 2em;
    padding: 0% 0.5% 5% 0.5%;
    box-shadow: none;
    color: #666;

  }

  .wlw_cate_container .wlw_jm {
    padding: 0% 5.5% 2% 9.5%;
  }

  .wlw_cate_container .list dd{
    width: 33%;
    border: 1px solid #e9e9e9;
    padding: 3%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
  .wlw_cate_container .list dd .dot2{
    text-indent: 0;
    padding: 0;
  }
}


@media (max-width: 375px) {
  .wlw_cate_container .list dd{
    width: 50%;
    border: 1px solid #e9e9e9;
    padding: 3%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
}



.job-list li .dt .ergasy img {
  height: 2rem;
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy img {
    margin-right: 1rem;
    height: 1.8rem;
  }
}

.job-list li .dt .ergasy .weas1 {
  width: 30%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas1 {
    width: 80%;
  }
}

.job-list li .dt .ergasy .weas2 {
  width: 20%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas2 {
    width: 50%;
    display: none;
  }
}

.job-list li .dt .ergasy .weas3 {
  width: 20%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas3 {
    width: 50%;
    display: none;
  }
}

.job-list li .dt .f18 {
  padding: 1.5625rem 0;
  color: #212529;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .job-list li .dt .f18 {
    width: -webkit-calc(92%);
    width: -moz-calc(92%);
    width: calc(96% - 4rem);
    padding: 1rem 0;
  }
}

.job-list li .dt a.a {
  padding: 1.5625rem 0;
  color: #212529;
  font-size: 1.125rem;
}

.job-list li .dt a.a i {
  font-size: 1.125rem;
}

.job-list li .wehha-job {
  padding: 1.875rem 3.125rem 0 3.125rem;
  display: none;
}

@media (max-width: 768px) {
  .job-list li .wehha-job {
    padding: 1.4rem 6% 0;
  }
}

.job-list li .wehha-job strong {
  display: block;
}

.job-list li .wehha-job .more {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .more {
    margin-top: 1rem;
  }
}

.job-list li:nth-child(n+6) {
  display: none;
}

.job-list.cur li:nth-child(n+6) {
  display: block;
}

.show_pro_yhcp video {
  display: block;
}

.show_pro_yhcp .bread {
  padding-top: 11.875rem;
  color: #fff;
}

.show_pro_yhcp .bread .text,
.show_pro_yhcp .bread a {
  color: #fff;
}

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

.show_pro_yhcp .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show_pro_yhcp .pbmore {
  margin-right: 1.875rem;
}

.show_pro_yhcp .pbmore:last-child {
  margin-right: 0;
}

.show_pro_yhcp .pbmore span {
  font-style: normal;
}

.show_pro_yhcp .name p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.show_pro_yhcp .name div {
  font-size: 2.925rem;
  line-height: 3.75rem;
  padding-bottom: 0.9375rem;
  position: relative;
  color: #FFFFFF;
}

.show_pro_yhcp .name div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.75rem;
  height: 0.125rem;
  background: #fff;
}

.show_pro_yhcp .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 1.5625rem 0 3.4375rem;
  text-align: justify;
}

.show_pro_yhcp .right {
  padding-left: 1.875rem;
}

.show_pro_yhcp .right .pr {
  padding: 5rem 4.375rem;
  text-align: center;
  /*background: rgba(255, 255, 255, 0.2);*/
  border-radius: 1.25rem;
  background: #ededed;
}

.show_pro_yhcp .right .dangdajing {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  cursor: pointer;
}

.show_pro_yhcp .row {
  align-items: center;
}

.show_pro_yhcp .left {
  padding-right: 12.5rem;
}

.show_pro_yfcp_two {
  line-height: 4.375rem;
  background: #e62129;
  position: sticky;
  z-index: 100;
  top: 6.125rem;
}

.show_pro_yfcp_two ul li {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 1.875rem;
  position: relative;
  float: left;
  cursor: pointer;
}

.show_pro_yfcp_two ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.show_pro_yfcp_three .div2 .sum>li .bot ul li .left,
.show_pro_yfcp_three .div2 .sum>li .bot ul li .right ul li,
.show_pro_yfcp_three .div2 .sum>li .top {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.show_pro_yfcp_three .title {
  margin-bottom: 1.875rem;
}

.show_pro_yfcp_three .div1 .flex {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: inherit;
}

.show_pro_yfcp_three .div1 .flex li {
  width: 25%;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

.show_pro_yfcp_three .div1 .flex li>div {
  padding: 1.875rem 2.1875rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  height: 100%;
}

.show_pro_yfcp_three .div1 .flex li .icon {
  width: 2.8125rem;
  height: 2.8125rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  line-height: 2.8125rem;
  text-align: center;
  border-radius: 50%;
  font-style: italic;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
}

.show_pro_yfcp_three .div1 .flex li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-top: 0.875rem;
  text-align: center;
}

.show_pro_yfcp_three .div2 .name {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  line-height: 3.75rem;
  font-style: italic;
  font-size: 1rem;
  color: #FFFFFF;
}

.show_pro_yfcp_three .div2 .name .w30 {
  padding: 0 2.1875rem;
  width: 20%;
}

.show_pro_yfcp_three .div2 .name .right {
  padding: 0 3.125rem;
  color: #fff;
}

.show_pro_yfcp_three .div2 .left.w30 {
  width: 20%;
  font-style: italic;
  font-size: 1rem;
  color: #000000;
  background: #fff;
}

.show_pro_yfcp_three .div2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E0E8F8;
}

.show_pro_yfcp_three .div2 .top .left {
  background: #E0E8F8;
  width: 80%;
}

.show_pro_yfcp_three .div2 .top .right {
  background: #E0E8F8;
  text-align: right;
}

.show_pro_yfcp_three .div2 .left {
  padding: 0 2.1875rem;
  font-style: italic;
}

.show_pro_yfcp_three .div2 .right {
  padding: 0 3.125rem;
  font-style: italic;
  font-size: 1rem;
  width: 80%;
  color: #636363;
}

.show_pro_yfcp_three .div2 .sum>li {
  margin-bottom: 0.1875rem;
}

.show_pro_yfcp_three .div2 .sum>li .top,
.show_pro_yfcp_three .div2 .sum>li ul li {
  line-height: 1.5rem;
  align-items: inherit;
}

.show_pro_yfcp_three .div2 .sum>li .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}

.show_pro_yfcp_three .div2 .sum>li .bot {
  display: none;
}

.show_pro_yfcp_three .div2 .sum>li.active .bot {
  display: block;
}

.show_pro_yfcp_three .div2 .sum>li.active .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}

.show_pro_yfcp_three .div2 .sum>li.active .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_yfcp_three .div2 .sum>li ul li {
  border-bottom: 1px solid #E5E7EE;
}

.show_pro_yfcp_three .div2 .sum>li ul li ul li {
  border-bottom: none;
}

.show_pro_yfcp_three .div3 .swiper-button-next {
  right: -6.25rem;
}

.show_pro_yfcp_three .div3 .swiper-button-prev {
  left: -6.25rem;
}

.show_pro_yfcp_three .div3 .flex {
  display: flex;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  border-top: 1px solid #D0D0D0;
}

.show_pro_yfcp_three .div3 .flex li {
  padding: 0 1.875rem;
  cursor: pointer;
  position: relative;
  padding-top: 0.875rem;
}

.show_pro_yfcp_three .div3 .flex li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #e62129;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_yfcp_three .div3 .flex li:hover,
.show_pro_yfcp_three .div3 .flex li.active {
  color: #e62129;
}

.show_pro_yfcp_three .div3 .flex li:hover::before,
.show_pro_yfcp_three .div3 .flex li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_yfcp_three .div3 .div3_sum>div {
  display: none;
}

.show_pro_yfcp_three .div3 .div3_sum>div.active {
  display: block;
}

.show_pro_yfcp_three .div3 .swiper-slide {
  height: auto;
}

.show_pro_yfcp_three .div3 .swiper-slide>div {
  border: 1px solid #D0D0D0;
  padding: 1.5625rem;
  height: 100%;
}

.show_pro_yfcp_three .div3 .swiper-slide>div .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #6D6D6D;
}

.show_pro_yfcp_three .div3 .swiper-slide>div .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #6D6D6D;
  margin-top: 1.5625rem;
}

.list_help .left form {
  background: #fff;
  box-shadow: 0 0 0.325rem rgb(230 33 41 / 15%);
  padding: 1.5625rem 2.75rem 4.625rem;
}

.list_help .left form span.title,
.list_help .left form .city-picker-span {
  font-size: 1rem;
  color: #989898;
}

.list_help .left form .city-select-tab>a.active {
  color: #e62129;
}

.list_help .left form .city-select-tab>a {
  color: #333;
}

.list_help .left form .city-picker-span>.title>span:hover {
  background: transparent;
}

.list_help .left form .city-picker-span>.title>span {
  padding: 0;
  font-weight: normal;
  color: #989898;
}

.list_help .left form .city-picker-span>.title>span::before {
  display: none;
}

.list_help .left form .inp {
  margin-bottom: 0.75rem;
}

.list_help .left form .inp .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #989898;
  margin-bottom: 0.625rem;
}

.list_help .left form .inp input,
.list_help .left form .inp select,
.list_help .left form .inp .city-picker-span {
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
  width: 100%;
  color: #989898;
}

.list_help .left form .inp textarea {
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  line-height: 1.875rem;
  font-size: 1rem;
  width: 100%;
  display: block;
  color: #989898;
}

.list_help .left form button {
  line-height: 3.4375rem;
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  text-align: center;
  border-radius: 0.625rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: none;
  width: 100%;
}

.list_help .left form button:hover {
  background: #000;
  color: #fff;
}

.list_help .right {
  padding-left: 5.3125rem;
}

.list_help .right .fl:nth-child(1) img {
  width: 2.5625rem;
}

.list_help .right .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #818181;
}

.list_help .right .fl:nth-child(2) {
  width: calc(100% - 2.5625rem);
  padding-left: 1.5rem;
}

.list_help .right .fl:nth-child(2) img {
  width: 7.625rem;
}

.list_help .right .fl:nth-child(2) .text {
  padding: 2.0625rem 0 4.0625rem;
}

.list_help .airport {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  transform-origin: left bottom;
  animation: airp 3s 1;
}

@keyframes airp {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

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

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}

.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 .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  /*height: 40px;*/
  height: 32px;
  max-width: 65%;
}

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

.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 .pr {
  padding-left: 0.9375rem;
}

.m-bm-nav>li .sec .pr>a {
  font-weight: 500;
}

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

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  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;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #2F5BA9;
}

.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: 17.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: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.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%;
  background: #fff
}

@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: #2F5BA9;
  /* font: 500 1rem/1.5em "montserrat"; */
  font-size: 1.25rem;
  line-height: 1.875rem;

}

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

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.show_pro_yfcp_three .div2 .row {
  flex-wrap: nowrap;
}

.swiper_biaoge .swiper-button-prev {
  left: -3.125rem;
  top: 0.75rem;
  bottom: 0;
  transform: translateY(0);
  margin-top: 0;
  background-size: 1.5rem 1.5rem;
}

.swiper_biaoge .swiper-button-next {
  right: -3.125rem;
  top: 0.75rem;
  bottom: 0;
  transform: translateY(0);
  margin-top: 0;
  background-size: 1.5rem 1.5rem;
}

#area select {
  background: transparent;
  width: calc(33.3% - 1rem);
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/jt.png) no-repeat;
  background-size: 0.4375rem 0.25rem;
  background-position-x: 93%;
  background-position-y: center;
  margin-right: 1rem;
}

.form_pr {
  display: flex;
  align-items: center;
}

.form_pr #area {
  width: 63%;
}

.form_pr .pr {
  width: 37%;
}

.form_pr input {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  background: #F4F5FA;
}

.form_pr button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

.form_pr button .iconfont {
  font-size: 1.25rem;
  color: #5B5B5B;
  display: block;
}

.shang,
.xia {
  color: #565656;
}

/*
------mod by jason-------------
------mod date 2023-04-28------
*/
@media (max-width: 767px) {
  .khxq li .text {
    padding-left: 0px;
    width: 100%;
  }

  .show_pro_wlw .list .jxsm>div>div .text {
    margin-top: 0.125rem;
  }

  .show_pro_wlw .list .jxsm>div>div .icon img {
    display: none;
  }

  .index_four ul .name {
    font-size: 1.2rem;
  }
}

.qiehuan .div1 .name {
  font-size: 1.35rem;
  line-height: 1.875rem;
}

.qiehuan .div1 .text {
  font-size: 0.9rem;
  line-height: 1.875rem;
}

.qiehuan .div1 .ul,
.qiehuan .div1 .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -0.75rem;
}

.qiehuan .div1 .ul li,
.qiehuan .div1 .swiper-wrapper li {
  height: 28.125rem;
  width: 16%;
  border-radius: 1.25rem;
  z-index: 2;
  padding: 0 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li>div,
.qiehuan .div1 .swiper-wrapper li>div {
  border-radius: 1.25rem;
  z-index: 3;
  height: 100%;
}

.qiehuan .div1 .ul li.active,
.qiehuan .div1 .swiper-wrapper li.active {
  width: 33.3333%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li.active .more_sum,
.qiehuan .div1 .swiper-wrapper li.active .more_sum,
.qiehuan .div1 .ul li.active .about_pro_index,
.qiehuan .div1 .swiper-wrapper li.active .about_pro_index {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li>div::before,
.qiehuan .div1 .swiper-wrapper li>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background: -moz-linear-gradient(50% 3.54% -90deg, #e62129 0%, rgba(52, 128, 248, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #e62129 0%, rgba(52, 128, 248, 0) 100%);
  background: -webkit-gradient(linear, 50% 3.54%, 50% 100.33%, color-stop(0, #e62129), color-stop(1, rgba(52, 128, 248, 0)));
  background: -o-linear-gradient(-90deg, #e62129 0%, rgba(52, 128, 248, 0) 100%);
  background: -ms-linear-gradient(-90deg, #e62129 0%, rgba(52, 128, 248, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(180deg, #e62129 0%, rgba(52, 128, 248, 0) 100%);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(41, 175, 255, 0.15);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#29AFFF') progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=0);
  z-index: -1;
}

.qiehuan .div1 .ul li .content,
.qiehuan .div1 .swiper-wrapper li .content {
  padding: 2.75rem 1.375rem 0;
  position: relative;
}

.qiehuan .div1 .ul li .content .name,
.qiehuan .div1 .swiper-wrapper li .content .name {
  color: #fff;
}

.qiehuan .div1 .ul li .content .text,
.qiehuan .div1 .swiper-wrapper li .content .text {
  color: #fff;
  height: 5.625rem;
  margin-top: 0.75rem;
}

.qiehuan .div1 .ul li .about_pro_index,
.qiehuan .div1 .swiper-wrapper li .about_pro_index {
  margin-top: 2.5rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li .about_pro_index p,
.qiehuan .div1 .swiper-wrapper li .about_pro_index p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #fff;
  margin-bottom: 1rem;
}

.qiehuan .div1 .ul li .about_pro_index div,
.qiehuan .div1 .swiper-wrapper li .about_pro_index div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.qiehuan .div1 .ul li .about_pro_index a,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #606060;
  padding-left: 1.25rem;
  padding-bottom: 0.625rem;
  color: #fff;
  width: calc(50% - 1.125rem);
  margin-left: 1.125rem;
  border-bottom: 1px solid #fff;
  position: relative;
}

.qiehuan .div1 .ul li .about_pro_index a:hover,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a:hover {
  color: #36F6F2;
}

.qiehuan .div1 .ul li .about_pro_index a:first-child,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a:first-child {
  margin-left: 0;
}

.qiehuan .div1 .ul li .about_pro_index a::before,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.32rem);
  transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #36F6F2;
}

.qiehuan .div1 .ul .more_sum,
.qiehuan .div1 .swiper-wrapper .more_sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem -0.9375rem 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul .more_sum .more,
.qiehuan .div1 .swiper-wrapper .more_sum .more {
  width: 50%;
  padding: 0 0.9375rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.125rem;
  color: #e62129;
}

.qiehuan .div1 .ul .more_sum .more:nth-child(1) a,
.qiehuan .div1 .swiper-wrapper .more_sum .more:nth-child(1) a,
.qiehuan .div1 .ul .more_sum .more:hover a,
.qiehuan .div1 .swiper-wrapper .more_sum .more:hover a {
  background: -moz-linear-gradient(0% 50% 0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e62129), color-stop(1, #ff565d));
  background: -o-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  background: -ms-linear-gradient(0deg, #e62129 0%, #ff565d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d' ,GradientType=0)";
  background: linear-gradient(90deg, #e62129 0%, #ff565d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62129', endColorstr='#ff565d', GradientType=1);
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul .more_sum .more a,
.qiehuan .div1 .swiper-wrapper .more_sum .more a {
  display: block;
  color: #e62129;
  background: #fff;
}

.qiehuan .div1 .ul2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -1.875rem;
}

.qiehuan .div1 .ul2 li {
  padding: 0 1.875rem;
  width: 25%;
  position: relative;
}

.qiehuan .div1 .ul2 li .name {
  margin-bottom: 0.625rem;
}

.qiehuan .div1 .ul2 li:hover .name {
  color: #e62129;
}

.qiehuan .div1 .ul2 li:last-child::before {
  display: none;
}

.qiehuan .div1 .ul2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: rgba(96, 96, 96, 0.3);
  right: 0;
}

.qiehuan .div1 .bor_white {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem;
}

@media (max-width: 1280px) {

  .qiehuan .div1 .ul li .about_pro_index a,
  .qiehuan .div1 .swiper-slide .about_pro_index a {
    width: calc(50% - 1.125rem) !important;
    display: none;
  }

  .qiehuan .div1 .ul li .about_pro_index a:first-child,
  .qiehuan .div1 .swiper-slide .about_pro_index a:first-child,
  .qiehuan .div1 .ul li .about_pro_index a:nth-child(2),
  .qiehuan .div1 .swiper-slide .about_pro_index a:nth-child(2) {
    display: block;
  }
}

@media (max-width: 990px) {

  .qiehuan .div1 .ul,
  .qiehuan .div1 .bor_white {
    display: none;
  }

  .qiehuan .div1 .phone_show {
    display: block;
  }

  .qiehuan .div1 .phone_show .swiper-wrapper {
    margin: 0;
  }

  .qiehuan .div1 .phone_show .swiper-wrapper .swiper-slide {
    padding: 0;
  }

  .qiehuan .div1 .phone_show .swiper-slide {
    transition: all 0;
    -webkit-transform: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
  }

  .qiehuan .div1 .phone_show .swiper-slide.active {
    transition: all 0;
    -webkit-transform: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
  }

  .qiehuan .div1 .name {
    font-size: 18px;
  }

  .qiehuan .div1 .ul li .content,
  .qiehuan .div1 .swiper-wrapper li .content {
    padding: 21px 20px 30px;
  }

  .qiehuan .div1 .swiper-wrapper li {
    height: auto;
  }

  .qiehuan .div1 .swiper-wrapper .more_sum {
    margin-top: 15px;
  }

  .qiehuan .div1 .swiper-container {
    padding-bottom: 35px;
  }

  .qiehuan .div1 .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
  }

  .qiehuan .div1 .swiper-container .swiper-pagination-bullet-active {
    background: #e62129;
  }

  .index_three .qiehuan>div {
    margin-top: 10px;
  }
}