@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}

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

.bg {
  background: #c80f0f;
}

.c {
  color: #c80f0f;
}

.bgb {
  background: #1857a4;
}

.cb {
  color: #1857a4;
}

.phone_show_990,
.phone_show_767 {
  display: none !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  flex-wrap: wrap;
}

.pagination li {
  margin-bottom: 5px !important;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0 !important;
}

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

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.pagination>li:last-child .iconfont,
.pagination>li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}

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

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

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

.pagination .active span {
  background-color: #fff;
  border-color: #c80f0f !important;
  color: #c80f0f;
}

.pagination .active span:hover {
  background-color: #fff;
  color: #c80f0f !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: #c80f0f !important;
  color: #c80f0f !important;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}

.pagination>li.active a,
.pagination>li.active span {
  color: #c80f0f !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

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

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

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

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

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

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

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0;
}

.er-ul>li {
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #282828;
}

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

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

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

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

header .bot ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

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

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

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

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

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

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

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

body {
  --container: 14.8125rem;
}

@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}

@media (max-width: 920px) {
  body {
    --container: 15px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

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

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

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

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

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

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

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

.ds {
  cursor: pointer;
}

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

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

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

.serbtn {
  background: #c80f0f;
}

.searchbox {
  border-color: #c80f0f;
}

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

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

  .pc_show_990 {
    display: none !important;
  }

  .phone_show_990 {
    display: block !important;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 920px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

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

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

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

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

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

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

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

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

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

.ajhhsd a {
  color: #777;
}

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

.ajhhsd span {
  padding: 0 0.3em;
}

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

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 920px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

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

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

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

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

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

  .pc_show_767 {
    display: none !important;
  }

  .phone_show_767 {
    display: block !important;
  }
}

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

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

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

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

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

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

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

.ss-list li div.img {
  width: 25%;
}

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

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

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

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

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

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

.ss-list li .flex_more {
  justify-content: flex-start;
}

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

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

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

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

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

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

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

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

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

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

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

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

@media (max-width: 1280px) {

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

@media (max-width: 920px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

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

.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.phone ul {
  display: flex;
  order: 2;
  width: calc(100% - 120px);
  justify-content: center;
}

.phone ul li {
  padding: 0 5px;
}

.phone ul li a {
  font-weight: 600;
  font-size: 14px;
}

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: auto;
  text-align: left;
  order: 1;
  margin: 0;
  width: 100px;
}

.phone.noLanuage .center img {
  width: 100%;
  height: auto;
}

.phone.noLanuage .left {
  width: 20px;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left,
.phone .right {
  width: 20%;
}

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

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

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

.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}

.phone .right a.c {
  color: #1D1D1F;
}

.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.phone .center img {
  height: 40px;
  width: 120px;
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #c80f0f;
  color: #fff !important;
}

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

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

.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

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

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

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}

.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

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

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li:nth-child(2) li:nth-child(1) {
  margin-bottom: 0;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #EBEBEC;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}

.sjj_nav .bot>li ul {
  margin-top: 20px;
}

.sjj_nav .bot>li>div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

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

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}

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

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

.sjj_nav .top .container {
  padding: 0 40px;
}

.rightfix {
  bottom: auto;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  left: 1.25rem;
  right: auto;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rightfix li {
  width: 5rem;
  height: 5rem;
  border-radius: 0.3125rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 0.75rem;
  background: #1857a4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightfix li:hover {
  background: #c80f0f;
}

.rightfix li:hover img {
  filter: brightness(0) invert(1);
}

.rightfix li a img {
  height: 2rem;
  width: 2rem;
  margin-bottom: 0.375rem;
}

.rightfix li .right_div {
  left: calc(100% + 0.5rem) !important;
  right: auto;
  padding: 0 1.25rem;
  min-width: 10.5rem !important;
}

.rightfix li.bg {
  background: #c80f0f;
}

.rightfix li.bg img {
  filter: brightness(0) invert(1);
}

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

.fixright_li_last {
  display: none;
}

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

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

.rightfix li:hover .iconfont {
  background: #ec8402;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

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

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

header.active {
  animation: sticky 0.65s;
}

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

header .top {
  line-height: 2.8125rem;
  background: #e9ecf1;
}

header .top .left {
  font-size: 0.875rem;
  color: #c80f0f;
}

header .top .left span {
  font-weight: 600;
}

header .top ul {
  margin: 0 -1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .top ul li {
  padding: 0 1rem;
}

header .top ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  color: #C80F0F;
}

header .top ul li a img {
  height: 1.375rem;
  width: 1.375rem;
  margin-right: 0.5rem;
}

header .center {
  padding: 1.875rem 0;
}

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

header .center .right p {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}

header .center .right div {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: #000000;
}

header .center .right img {
  margin-right: 0.625rem;
  height: 2.5rem;
  margin-top: 0.625rem;
}

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

header .center .left .logo img {
  height: 2.9375rem;
}

header .center .left .left2 {
  padding: 0 1.25rem;
  position: relative;
  margin: 0 1.25rem 0 1.5rem;
}

header .center .left .left2::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2.875rem;
  background: #d6d6d6;
}

header .center .left .left2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 2.875rem;
  background: #d6d6d6;
}

header .center .left .left2 .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  color: #1857A4;
}

header .center .left .left2 .p {
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #494949;
}

header .center .left .left3 ul {
  margin: 0 -0.875rem;
  display: flex;
}

header .center .left .left3 ul li {
  padding: 0 0.875rem;
  text-align: center;
}

header .center .left .left3 ul li p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #494949;
  margin-top: 0.5rem;
}

header .center .left .left3 ul li img {
  height: 2.5rem;
}

header .bot {
  background: rgba(255, 255, 255, 0.35);
  line-height: 4rem;
  position: sticky;
  top: 0;
  z-index: 9;
}

header .bot .container>ul {
  display: flex;
  align-items: center;
}

header .bot .container>ul>li {
  flex: 1 0 0;
  font-size: 1.125rem;
  position: relative;
}

header .bot .container>ul>li img {
  height: 1.5rem;
  margin-right: 0.75rem;
}

header .bot .container>ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: #d6d6d6;
  left: 0;
}

header .bot .container>ul>li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: #d6d6d6;
  right: 0;
}

header .bot .container>ul>li>a {
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .bot .container>ul>li.active::before,
header .bot .container>ul>li:hover::before {
  background: #1857a4;
}

header .bot .container>ul>li:hover,
header .bot .container>ul>li.active {
  background: #1857a4;
}

header .bot .container>ul>li:hover img,
header .bot .container>ul>li.active img {
  filter: brightness(0) invert(1);
}

header .bot .container>ul>li:hover>a,
header .bot .container>ul>li.active>a {
  color: #fff;
}

header .bot .container>ul>li:hover:last-child::after,
header .bot .container>ul>li.active:last-child::after {
  background: #1857a4;
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.banner,
.nyban,
.xw_ny_banner {
  position: relative;
  margin-top: -4rem;
}

.banner {
  z-index: 1;
}

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

.banner.list_pro .p2 {
  margin: 0 -0.625rem;
}

.banner.list_pro .p2 li {
  width: auto;
  font-size: 1.2rem;
  flex: 1 0 0;
  padding: 0 0.625rem;
}

.banner.list_pro .p2 li>div {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1857a4;
}

.banner.list_pro .p2 li>div::before {
  width: 0.5rem;
  height: 0.5rem;
}

.banner.list_pro .p3 {
  margin: 0 -0.625rem;
}

.banner.list_pro .p3 li {
  width: auto;
  padding: 0 0.625rem;
  font-size: 1.125rem;
  flex: 1 0 0;
}

.banner.list_pro .p3 li img {
  width: 1.5rem;
}

.banner .p1 {
  padding: 0 1.125rem;
  line-height: 3.125rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  background: #adb3bf;
  display: inline-block;
}

.banner .p2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem -0.9375rem;
}

.banner .p2 li {
  width: 33.3%;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #1857A4;
  margin-top: 0.875rem;
  padding: 0 0.9375rem;
}

.banner .p2 li div {
  position: relative;
  padding-left: 1.375rem;
}

.banner .p2 li div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #1857a4;
}

.banner .p2 li:nth-child(1) div,
.banner .p2 li:nth-child(2) div,
.banner .p2 li:nth-child(3) div {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1857a4;
}

.banner .p3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

.banner .p3 li {
  width: 33.3%;
  font-size: 1.625rem;
  line-height: 2.8125rem;
  color: #000000;
  margin-top: 0.875rem;
  padding: 0 0.9375rem;
}

.banner .p3 li img {
  width: 1.875rem;
  margin-right: 0.625rem;
}

.banner .more {
  margin-top: 1.75rem;
}

.more {
  display: flex;
  align-items: center;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
}

.more .flex {
  padding: 0 0.3125rem;
  position: relative;
  z-index: 8;
}

.more .flex::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0;
  height: calc(100% - .625rem);
  background: #fff;
  z-index: -1;
  border-radius: 3.125rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more .flex div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more .flex div img {
  height: 1.375rem;
}

.more .flex span {
  padding: 0 1.125rem;
}

.more:hover .flex::before {
  width: calc(100% - .625rem);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover .flex span {
  color: #c80f0f;
}

.more.bgt {
  border: 1px solid #c80f0f;
  background: transparent;
  color: #c80f0f;
}

.more.bgt>div div {
  background: -moz-linear-gradient(13.62% 17.12% -42.11deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 13.62% 17.12%, 79.83% 76.96%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(132.11deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000', GradientType=1);
}

.more.bgt>div img {
  filter: brightness(0) invert(1);
}

.more.bgt .flex::before {
  background: #c80f0f;
}

.more.bgt:hover span {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.hot_search {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.8125rem 0;
}

.hot_search .left>div {
  position: relative;
  line-height: 2.625rem;
  display: flex;
  align-items: center;
}

.hot_search .left>div span {
  font-size: 0.875rem;
  color: #1857A4;
  margin-right: 0.3125rem;
}

.hot_search .left>div p {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000000;
}

.hot_search .left>div ul {
  display: flex;
  align-items: center;
}

.hot_search .left>div ul li {
  margin-left: 1.25rem;
}

.hot_search .left>div ul li a {
  font-size: 1.125rem;
  color: #7F7F7F;
}

.hot_search .left>div ul li a:hover {
  color: #1857a4;
}

.hot_search .right form {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hot_search .right form input {
  line-height: 2.625rem;
  width: 20rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
  background: #f2f2f2;
  border-radius: 3.125rem;
}

.hot_search .right form input::placeholder {
  color: #7F7F7F;
}

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

.hot_search .right form button .iconfont {
  font-size: 1.25rem;
  border: none;
  display: block;
  color: #777777;
}

.index_num {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2.5rem 0;
}

.index_num.about {
  padding-top: 1rem;
}

.index_num ul li {
  position: relative;
  text-align: center;
}

.index_num ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 3.25rem;
  background: rgba(0, 0, 0, 0.15);
}

.index_num ul li:last-child::before {
  display: none;
}

.index_num ul li div span {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1;
  color: #000000;
}

.index_num ul li div sup {
  font-size: 1.25rem;
  top: 0;
  color: #777777;
}

.index_num ul li p {
  font-size: 1.5rem;
  margin-top: 0.75rem;
  line-height: 1.875rem;
  color: #777777;
}

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

.subtitle {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #777777;
  margin: 0.5rem 0 0.375rem;
}

.subtitle span {
  color: #1857a4;
}

.en_title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #969696;
  position: relative;
  z-index: 9;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.en_title.mt10 {
  margin-top: 0.625rem;
}

.en_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  height: 1px;
  background: #000;
  opacity: 0.3;
  width: 33.5%;
  z-index: -1;
}

.en_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  height: 1px;
  background: #000;
  opacity: 0.3;
  width: 33.5%;
  z-index: -1;
}

.en_title span {
  padding: 0 2.1875rem;
}

.bgf6 {
  background: #e9ecf1;
}

.bgf6 .en_title span {
  background: #e9ecf1;
}

.index_qiehuan {
  margin: 1rem 0 2.1875rem;
  display: flex;
  justify-content: center;
}

.index_qiehuan li {
  position: relative;
  margin: 0 1rem;
  width: auto;
  padding: 0 0.5rem;
}

.index_qiehuan li:first-child::before {
  display: none;
}

.index_qiehuan li a {
  padding: 0 0.5rem;
}

.index_qiehuan li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(15deg) translateY(-50%);
  left: -1rem;
  width: 1px;
  height: 1rem;
  background: #919191;
}

.index_qiehuan li.active a::after {
  opacity: 1;
}

.index_qiehuan li:hover a {
  color: #1857a4;
}

.index_qiehuan li a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #919191;
  text-align: center;
  line-height: 2.5rem;
  position: relative;
  border: 1px solid transparent;
  border-radius: 3.75rem;
}

.index_qiehuan li a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6875rem;
  height: 0.5rem;
  background: #e9ecf1 url(../img/sjx.png) no-repeat;
  opacity: 0;
}

.index_qiehuan li.active a {
  border: 1px solid #1857a4;
  color: #1857a4;
}

.index_one {
  padding: 4.375rem 0;
}

.index_one .sum {
  margin: 0 -0.9375rem;
}

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

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

.squera_pro {
  padding: 0 0.9375rem;
}

.squera_pro .pro_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
}

.squera_pro:hover>div {
  border: 1px solid #1857a4;
}

.squera_pro:hover>div .bot {
  border-top: 1px solid #1857a4;
}

.squera_pro:hover>div .top img:nth-child(1) {
  transform: scale(1.1);
}

.squera_pro:hover>div .top .name {
  color: #1857a4;
}

.squera_pro>div {
  border: 1px solid #c9c9c9;
  background: #fff;
}

.squera_pro>div .top {
  padding: 0.75rem;
}

.squera_pro>div .top .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #444444;
  height: 1.875rem;
  margin-top: 1.125rem;
  text-align: center;
  -webkit-line-clamp: 1;
  margin-bottom: 0.375rem;
}

.squera_pro>div .top .over img {
  object-fit: contain;
}

/*.squera_pro>div .top .text {*/
/*  text-align: center;*/
/*}*/

.squera_pro>div .bot {
  margin-top: 1rem;
  padding: 1.25rem 2.1875rem;
  border-top: 1px solid #c9c9c9;
}

.squera_pro>div .bot div {
  margin: 0 -0.3125rem;
  display: flex;
  align-items: center;
}

.squera_pro>div .bot .more_2 {
  margin: 0 0.3125rem;
  border-radius: 3.125rem;
  border: 1px solid #c80f0f;
  font-size: 1rem;
  color: #C80F0F;
  line-height: 2.1875rem;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}

.squera_pro>div .bot .more_2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #c80f0f;
  border-radius: 3.125rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0.6);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.squera_pro>div .bot .more_2.bggg {
  color: #fff;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
}

.squera_pro>div .bot .more_2:hover {
  color: #fff;
}

.squera_pro>div .bot .more_2:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro>div .bot .more_2.bggg:hover {
  color: #c80f0f;
}

.squera_pro>div .bot .more_2.bggg:hover::before {
  background: #fff;
}

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

.index_two {
  background: url(../img/2.png) no-repeat;
  background-size: cover;
  padding: 4rem 0;
}

.index_two .p2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem -0.9375rem;
}

.index_two .p2 li {
  width: 33.3%;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 3.125rem;
  color: #FFFFFF;
  margin-top: 0.875rem;
  padding: 0 0.9375rem;
}

.index_two .p2 li div {
  position: relative;
  padding-left: 1.375rem;
}

.index_two .p2 li div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
}

.index_two .p2 li:nth-child(1) div,
.index_two .p2 li:nth-child(2) div,
.index_two .p2 li:nth-child(3) div {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}

.index_two .p1 {
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.index_two .p1 p {
  font-size: 1.625rem;
  color: #FFFFFF;
}

.index_two .p1 div {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  margin-left: 1.75rem;
  font-weight: 400;
  color: #FFFFFF;
}

.index_two .p1 div .iconfont {
  color: #fff;
  display: block;
  font-size: 1.5rem;
}

.index_two .p1 div span,
.index_two .p1 div a {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}

.index_two form {
  margin-bottom: 2.5rem;
}

.index_two form input {
  width: 70%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  height: 3.125rem;
  background: transparent;
  color: #ffffff;
}

.index_two form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.index_two form>div {
  display: flex;
  justify-content: flex-end;
}

.index_two form button {
  width: 7.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border: none;
  line-height: 3.125rem;
  color: #fff;
  border-radius: 3.75rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
}

.index_two .flex {
  justify-content: flex-end;
}

.index_two .flex .more {
  margin-left: 1rem;
}

.index_three {
  padding: 4.6875rem 0;
}

.index_three .flex2 {
  margin-top: 1.875rem;
}

.index_three .left {
  width: 28.5%;
  padding-right: 3.125rem;
}

.index_three .left .more {
  margin-top: 2.1875rem;
}

.index_three .left .name {
  font-size: 1.25rem;
  position: relative;
  line-height: 1.875rem;
  color: #212121;
}

.index_three .left .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #707070;
}

.index_three .left .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #919191;
  margin-top: 0.75rem;
  display: none;
}

.index_three .left ul li {
  padding: 1.25rem 0 1.25rem 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  position: relative;
}

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

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

.index_three .left ul li:hover::before,
.index_three .left 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;
}

.index_three .left ul li:hover .name,
.index_three .left ul li.active .name {
  color: #1857a4;
}

.index_three .left ul li:hover .name::before,
.index_three .left ul li.active .name::before {
  display: none;
}

.index_three .left ul li:hover .text,
.index_three .left ul li.active .text {
  display: block;
}

.index_three .right {
  width: 71.5%;
}

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

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

.solution_right>ul {
  margin: 0 -0.75rem;
  display: flex;
}

.solution_right>ul>li {
  padding: 0 0.75rem;
  flex: 1 0 0;
}

.solution_right>ul>li>div {
  padding: 1.875rem 1.125rem 2.375rem;
  border-radius: 1rem;
  text-align: center;
  background: #1857a4;
  height: 100%;
}

.solution_right>ul>li>div ul li {
  line-height: 2.8125rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  border-radius: 2.5rem;
}

.solution_right>ul>li>div ul li img {
  width: 1.5rem;
  margin-right: 0.375rem;
}

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

.solution_right .icon img {
  height: 3rem;
}

.solution_right .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 0.875rem 0 1.5rem;
}

.flex_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem -0.5625rem 0;
}

.flex_more .more {
  margin: 0 0.5625rem;
}

.index_four {
  position: relative;
  padding: 4.6875rem 0;
}

.index_four.index {
  background: url(../img/5.png) no-repeat;
  background-size: cover;
}

.index_four.list_pro_case {
  /*padding-bottom: 0;*/
  z-index: 9;
}

.index_four.list_pro_case .en_title span {
  background: transparent;
}

.index_four.list_pro_case .en_title::before,
.index_four.list_pro_case .en_title::after {
  background: #fff;
}

.index_four.list_pro_case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28.75rem;
  background: url(../img/21.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

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

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

.index_four .swiper-slide {
  background: #fff;
  text-align: center;
}

.index_four .swiper-slide:hover .top div {
  color: #1857a4;
}

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

.index_four .swiper-slide:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.index_four .swiper-slide .top {
  padding: 1rem 0 1.125rem;
}

.index_four .swiper-slide div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #0C0C0C;
  padding: 0 1.25rem;
  padding-top: 0.625rem;
}

.index_four .swiper-slide .img img {
  height: 11.0625rem;
  object-fit: contain;
}

.index_five {
  padding: 4.6875rem 0;
}

.index_five .ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 2.625rem;
}

.index_five .ul li {
  flex: 1 0 0;
  background: #fff;
  line-height: 5.9375rem;
  font-size: 1.25rem;
  color: #636363;
}

.index_five .ul li:hover img,
.index_five .ul li.active img {
  filter: brightness(1) invert(0);
}

.index_five .ul li:hover a,
.index_five .ul li.active a {
  color: #1857a4;
}

.index_five .ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.index_five .ul li img {
  height: 2.125rem;
  margin-right: 0.75rem;
  filter: brightness(0);
}

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

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

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

.index_five .ul2 {
  margin: 0 -1.25rem;
}

.index_five .ul2 li {
  padding: 0 1.25rem 1.25rem;
}

.index_five .ul2 li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #606060;
  margin-top: 0.625rem;
}

.index_five .ul2 li:hover .name {
  color: #1857a4;
}

.index_five .ul2 li:hover .over img {
  transform: scale(1.1);
}

.index_five .flex_more {
  margin-top: 1.5rem;
}

.more_4 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: #707070;
}

.more_4:hover {
  color: #c80f0f;
}

.more_4:hover div {
  border-color: #c80f0f;
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_4:hover div .iconfont {
  color: #c80f0f;
}

.more_4 div {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_4 div .iconfont {
  font-size: 1rem;
  display: block;
  font-weight: 600;
}

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

.felx_about .more {
  margin: 0 1.875rem 0 4.375rem;
}

.felx_about .tel {
  font-weight: bold;
  font-size: 1.5rem;
  color: #C80F0F;
}

.index_six {
  padding: 4.6875rem 0;
  position: relative;
  z-index: 5;
}

.index_six .swiper_six2 .swiper-slide {
  text-align: center;
}

.index_six .swiper-slide img {
  height: 21.25rem;
  object-fit: cover;
}

.index_six .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #606060;
  margin-top: 0.625rem;
}

.index_six.list_pro_four::before {
  display: none;
}

.index_six.list_pro_four .index_qiehuan {
  margin-top: 2.5rem;
}

.index_six.list_pro_four .top .left {
  background: transparent;
  order: 2;
}

.index_six.list_pro_four .top .right {
  order: 1;
}

.index_six::before {
  content: "";
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../img/9.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.index_six .top {
  display: flex;
  background: #e9ecf1;
  margin: 1.875rem 0 3.4375rem;
}

.index_six .left {
  width: 37%;
  position: relative;
}

.index_six .left .over {
  position: relative;
  top: 1.125rem;
  left: 1.125rem;
  height: 100%;
}

.index_six .left .over img {
  height: 100%;
  object-fit: cover;
}

.index_six .right {
  width: 63%;
  padding: 0 2.1875rem 0 4.6875rem;
  display: flex;
  align-items: center;
}

.index_six .right .felx_about {
  margin-top: 1.875rem;
}

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

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

.swiper_btn {
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.swiper_btn:hover {
  background: #1857a4;
}

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

.swiper_btn.swiper-button-prev {
  left: -4.375rem;
}

.swiper_btn.swiper-button-next {
  right: -4.375rem;
}

.swiper_btn .iconfont {
  font-size: 1.25rem;
  color: #bcbcbc;
}

.index_seven {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  padding: 4.6875rem 0 5rem;
}

.index_seven.list_pro_five {
  background: transparent;
}

.index_seven.list_pro_five ul::before {
  background: #b2b2b2;
  opacity: 1;
}

.index_seven.list_pro_five .en_title::before,
.index_seven.list_pro_five .en_title::after {
  background: #000;
}

.index_seven.list_pro_five ul li .circle {
  border: 1px solid #b2b2b2;
  color: #1857A4;
}

.index_seven.list_pro_five ul li .name {
  color: #3A3A3A;
}

.index_seven .en_title::before,
.index_seven .en_title::after {
  background: #fff;
  opacity: 0.3;
}

.index_seven ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.625rem;
  z-index: 4;
}

.index_seven ul::before {
  content: "";
  position: absolute;
  bottom: 3.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
  z-index: -1;
}

.index_seven ul li {
  flex: 1 0 0;
  text-align: center;
}

.index_seven ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding-top: 0.625rem;
}

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

.index_seven ul li .circle {
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #1857A4;
  border-radius: 50%;
  margin: 0 auto;
  font-weight: 600;
}

.index_seven ul li .icon {
  margin-bottom: 0.875rem;
}

.index_seven ul li .icon img {
  height: 6.4375rem;
  width: 6rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_eight {
  padding: 4.6875rem 0;
}

.index_eight .left,
.index_eight .right {
  padding: 0 1.375rem;
}

.index_eight .row.mt50 {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.index_eight .more {
  margin-top: 5rem;
}

.index_eight ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.index_eight ul li .data {
  width: 5rem;
  height: 5rem;
  position: relative;
  background: #1857a4;
}

.index_eight ul li .data::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  width: 1px;
  height: 80%;
  transform: rotate(45deg);
  background: #fff;
  left: 2.5rem;
}

.index_eight ul li .data div {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}

.index_eight ul li .data p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: 0.875rem;
  right: 0.375rem;
}

.index_eight ul li .r {
  width: calc(100% - 5rem);
  padding-left: 1.875rem;
}

.index_eight ul li .r p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #1857A4;
}

.index_eight ul li .r div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
}

.index_eight .right ul {
  margin-top: 7.5rem;
}

.index_nine {
  display: flex;
  background: url(../img/16.png) no-repeat;
  background-size: cover;
}

.index_nine.list_pro_six {
  background: transparent;
}

.index_nine.list_pro_six .right {
  width: 100%;
  padding: 0;
}

.index_nine.list_pro_six .flex_top {
  margin: 2.1875rem 0 3.125rem;
  align-items: stretch;
  display: flex;
}

.index_nine.list_pro_six .flex_top>div {
  flex: 1 0 0;
}

.index_nine.list_pro_six .flex_top .center div {
  height: 100%;
}

.index_nine.list_pro_six .flex_top .center div img {
  height: 100%;
  object-fit: cover;
}

.index_nine.list_pro_six .flex_top ul {
  margin: 0;
}

.index_nine.list_pro_six .flex_top ul li {
  padding: 0;
}

.index_nine.list_pro_six .flex_top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.index_nine .left {
  width: 39%;
}

.index_nine .left .over,
.index_nine .left .over img {
  height: 100%;
  object-fit: cover;
}

.index_nine.index .en_title {
  margin: 0;
  width: 45%;
}

.index_nine.index .en_title span {
  padding-left: 0;
}

.index_nine.index .en_title::after {
  width: 60%;
}

.index_nine.index .en_title::before {
  display: none;
}

.index_nine .right {
  width: 61%;
  padding: 4.6875rem var(--container) 4.6875rem 2.5rem;
}

.index_nine .right ul {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.index_nine .right ul li {
  padding: 0.9375rem 15px;
}

.index_nine .right ul li>div {
  height: 100%;
}

.index_nine .right ul li:hover>div {
  background: #1857a4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_nine .right ul li:hover>div .name,
.index_nine .right ul li:hover>div .text {
  color: #fff;
}

.index_nine .right ul li:hover>div .name::before {
  background: #fff;
}

.index_nine .right ul li>div {
  padding: 1.75rem 1.5rem 1.75rem 2.25rem;
  border: 1px solid #b2b2b2;
}

.index_nine .right ul li>div .name {
  font-size: 1.5rem;
  position: relative;
  padding-right: 1.875rem;
  display: inline-block;
  margin-bottom: 0.375rem;
  line-height: 1.875rem;
  color: #1857A4;
}

.index_nine .right ul li>div .name::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  right: 0;
  width: 1.375rem;
  height: 0.125rem;
  background: #1857a4;
}

.index_nine .right ul li>div .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #4F4F4F;
}

.index_ten {
  padding: 4.6875rem 0;
}

.index_ten .margin {
  margin: 1.875rem 0;
}

.index_ten ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9375rem;
  justify-content: flex-start;
}

.index_ten ul li {
  width: 20%;
  padding: 0.9375rem;
}

.index_ten ul li div {
  height: 7.3125rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_ten ul li div img {
  height: 5.625rem;
}

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

.index_eleven {
  padding: 4.6875rem 0;
}

.index_eleven .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
}

.index_eleven ul.top .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #212121;
  margin-top: 1rem;
}

.index_eleven ul.top .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #9B9B9B;
  margin: 0.25rem 0;
}

.index_eleven ul.top .more_4 {
  margin-top: 1rem;
}

.index_eleven ul.top li:hover .name {
  color: #1857a4;
}

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

.index_eleven ul.top .more_4:hover {
  color: #1857a4;
}

.index_eleven ul.top .more_4:hover div {
  border-color: #1857a4;
}

.index_eleven ul.top .more_4:hover div .iconfont {
  color: #1857a4;
}

.index_eleven .cjwt {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.875rem 2.5rem;
  margin-bottom: 4rem;
  margin-top: 1.875rem;
}

.cjwt .name2 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #212121;
  margin-bottom: 0.625rem;
}

.cjwt ul li {
  cursor: pointer;
}

.cjwt ul li .wen {
  margin-bottom: 0.5625rem;
  line-height: 2rem;
  font-size: 1.25rem;
  color: #212121;
}

.cjwt ul li>div {
  height: 100%;
}

.cjwt ul li .da {
  line-height: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
}

.cjwt ul li .wen,
.cjwt ul li .da {
  display: flex;
  align-items: flex-start;
}

.cjwt ul li .wen .bg2,
.cjwt ul li .da .bg2 {
  color: #fff;
  background: #1857a4;
}

.cjwt ul li .wen div,
.cjwt ul li .da div {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  border: 1px solid #1857a4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #1857a4;
}

.cjwt ul li .wen p,
.cjwt ul li .da p {
  width: calc(100% - 2rem);
  padding-left: 1rem;
}

.cjwt ul li>div {
  padding: 1.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}

.cjwt ul li>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1857a4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

body {
  padding-bottom: 5.625rem;
}

.footer_fix {
  padding: 1.25rem 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  bottom: 0;
  background: url(../img/19.png) no-repeat;
  background-size: cover;
}

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

.footer_fix form {
  width: 25rem;
}

.footer_fix form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  height: 3.125rem;
  background: transparent;
  color: #ffffff;
}

.footer_fix form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer_fix form>div {
  display: flex;
  justify-content: flex-end;
}

.footer_fix form button {
  width: 10.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border: none;
  line-height: 3.125rem;
  color: #fff;
  border-radius: 3.75rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
}

.footer_fix .tel {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  margin-left: 1.75rem;
  font-weight: 400;
  color: #FFFFFF;
}

.footer_fix .tel .iconfont {
  color: #fff;
  display: block;
  font-size: 1.5rem;
}

.footer_fix .tel span {
  font-weight: 600;
  font-size: 1.5rem;
}

.index_one.list_pro_two .margin {
  margin: 2.5rem -0.9375rem;
}

.list_pro_three {
  padding: 3.6875rem 0;
}

.list_pro_three table,
.show_pro_twit_one table {
  margin: 2.5rem 0 0;
}

.list_pro_three table tr:nth-child(1),
.show_pro_twit_one table tr:nth-child(1) {
  background: #1857a4 !important;
}

.list_pro_three table tr:nth-child(1) td,
.show_pro_twit_one table tr:nth-child(1) td {
  color: #fff;
}

.list_pro_three table td,
.show_pro_twit_one table td {
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 0.9375rem;
  color: #606060;
  border: 1px solid #c7d2dd;
  text-align: center;
  width: 50%;
  vertical-align: middle;
}

.list_pro_three table tr:nth-child(odd),
.show_pro_twit_one table tr:nth-child(odd) {
  background: #d9dfe8;
}

.list_pro_seven,
.list_pro_six {
  padding: 4.6875rem 0;
}

.list_pro_seven .margin {
  padding: 0 5.5rem;
  margin: 5rem 0;
}

.list_pro_seven ul li {
  width: 11.625rem;
  height: 11.625rem;
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  overflow: hidden;
}

.list_pro_seven ul li .over {
  transform: rotate(-45deg);
}

.list_pro_seven ul li .over img {
  height: 5rem;
}

.list_pro_seven .ul3 {
  margin-top: -2rem;
}

.list_pro_seven .ul4 {
  justify-content: center;
  margin-top: -2rem;
}

.list_pro_seven .ul4 li {
  margin: 0 3rem;
}

.list_pro_seven .ul2 {
  padding: 0 8.25rem;
  position: relative;
  margin-top: -2rem;
}

.list_pro_eight {
  display: flex;
}

.list_pro_eight .left {
  width: 39%;
  position: relative;
}

.list_pro_eight .left .img,
.list_pro_eight .left .img img {
  height: 100%;
  object-fit: cover;
}

.list_pro_eight .left .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8.125rem;
  height: calc(100% - 15rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 17.3125rem;
}

.list_pro_eight .left .hover .subtitle {
  white-space: nowrap;
}

.list_pro_eight .left .hover .top {
  position: absolute;
  top: 3.4375rem;
  left: 50%;
  transform: translateX(-50%);
}

.list_pro_eight .left .hover .bot {
  position: absolute;
  bottom: 4rem;
  width: 100%;
}

.list_pro_eight .left .hover .en_title {
  width: 100%;
}

.list_pro_eight .left .hover .en_title span {
  background: transparent;
}

.list_pro_eight .left .hover .en_title::before,
.list_pro_eight .left .hover .en_title::after {
  display: none;
}

.list_pro_eight .right {
  width: 61%;
  padding: 4.6875rem var(--container) 4.6875rem 0;
  display: flex;
  align-items: center;
}

.list_pro_eight .right li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -1.625rem;
}

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

.list_pro_eight .right li .icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.13);
  font-weight: bold;
  font-size: 1rem;
  color: #1857A4;
}

.list_pro_eight .right li .r {
  width: calc(100% - 3.25rem);
  padding-left: 3.4375rem;
}

.list_pro_eight .right .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #1857A4;
}

.list_pro_eight .right .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
}

.list_pro_nine {
  background: url(../img/25.png) no-repeat;
  background-size: cover;
}

.show_pro_twit {
  background: url(../img/40.png) no-repeat;
  background-size: cover;
}

.show_pro_twit .center .swiper-container {
  width: 23.5rem;
  margin: 0 auto;
}

.show_pro_twit .center .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
  text-align: center;
}

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

.show_pro_twit .center .swiper-pagination .swiper-pagination-bullet-active {
  background: #c80f0f;
}

.show_pro_twit .center .img img {
  height: 27rem;
  object-fit: contain;
}

.show_pro_twit .left ul li {
  justify-content: flex-end;
  text-wrap: pretty;
  position: relative;
}

.show_pro_twit .left ul li img {
  width: 6.25rem;
  object-fit: contain;
  position: absolute;
  right: -5.85rem;
  top: 50%;
  transform: translateY(-50%);
}

.show_pro_twit .right ul li {
  position: relative;
}

.show_pro_twit .right ul li img {
  width: 6.25rem;
  object-fit: contain;
  position: absolute;
  left: -5.85rem;
  top: 50%;
  transform: translateY(-50%);
}

.show_pro_twit_one {
  padding-top: 4.6875rem;
}

.show_pro_twit_one ul {
  margin-top: 2.1875rem;
  margin-bottom: 3.125rem;
}

.show_pro_twit_one ul li .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-top: 1rem;
  color: #000000;
}

.show_pro_twit_one .alignc {
  align-items: center;
}

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

.show_pro_twit_one .left {
  padding-bottom: 4rem;
  padding-right: 0;
}

.show_pro_twit_one .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.show_pro_twit_one .left ul li {
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  width: 50%;
  color: #000000;
}

.show_pro_twit_one .left ul li div {
  padding: 1.25rem 0;
  border-bottom: 1px solid #B3B3B3;
  display: flex;
  align-items: center;
}

.show_pro_twit_one .left ul li div img {
  width: 0.625rem;
  margin-right: 0.875rem;
}

.list_pro_nine,
.show_pro_twit {
  padding: 4.6875rem 0;
}

.list_pro_nine .content,
.show_pro_twit .content {
  display: flex;
  margin-top: 2.8125rem;
}

/*.list_pro_nine .left ul li,*/
/*.show_pro_twit .left ul li {*/
/*  text-align: right;*/
/*}*/

.list_pro_nine .center,
.show_pro_twit .center {
  width: calc(100% - 21.25rem - 21.25rem);
}

.list_pro_nine ul li,
.show_pro_twit ul li {
  width: 21.25rem;
  padding: 0.625rem 1.125rem 1.125rem;
  background: #fff;
  border: 1px dashed #aaaaaa;
}

.list_pro_nine ul li:nth-child(2),
.show_pro_twit ul li:nth-child(2) {
  margin: 3.4375rem 0;
}

.list_pro_nine ul li .name,
.show_pro_twit ul li .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #000000;
}

.list_pro_nine ul li .text,
.show_pro_twit ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #919191;
}
.list_pro_nine ul li .text.line5,
.show_pro_twit ul li .text.line5  {
    height: 8.125rem;
}
.list_pro_nine ul li .text.line3,
.show_pro_twit ul li .text.line3  {
    height: 4.875rem;
}
.pro_fix {
  position: fixed;
  top: 50%;
  right: 1.25rem;
  width: 9.6875rem;
  z-index: 999;
  transform: translateY(-50%);
}

.pro_fix ul {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pro_fix ul li {
  line-height: 3.3125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 1.5rem;
  cursor: pointer;
}

.pro_fix ul li a {
  font-size: 1rem;
  color: #636363;
}

.pro_fix ul li:hover a {
  color: #1857a4;
}

.pro_fix ul li.active {
  background: #1857a4;
}

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

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

.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #1857A4;
}

.bread {
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #000000;
}

.bread a {
  color: #000;
}

.bread a:hover {
  color: #1857a4;
}

.bread span {
  margin: 0 0.3125rem;
}

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

.nyerji {
  margin: 4.6875rem 0 3.75rem;
}

.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -0.625rem;
}

.nyerji ul li {
  margin: 0 0.625rem;
  width: 8.75rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.125rem;
  text-align: center;
  color: #000000;
}

.nyerji ul li a {
  color: #000;
}

.nyerji ul li.active,
.nyerji ul li:hover {
  background: #1857a4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.pb75 {
  padding-bottom: 4.6875rem;
}

.pt75 {
  padding-top: 4.6875rem;
}

.p75 {
  padding: 4.6875rem 0;
}

.list_news .name {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #212121;
}

.list_news .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #919191;
  margin: 0.625rem 0 1rem;
}

.list_news .ul li {
  padding: 1.375rem;
  background: #e9ecf1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li .en_title span {
  background: #e9ecf1;
}

.list_news .ul li:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li:hover .name {
  color: #1857a4;
}

.list_news .ul li:hover .left img {
  transform: scale(1.05);
}

.list_news .ul li .left {
  width: 35%;
}

.list_news .ul li .right {
  width: 65%;
  padding-left: 2.8125rem;
}

.last_bot2 {
  position: relative;
}

.last_bot2 .name {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 3.4375rem;
  color: #4C4C4C;
}

.last_bot2 .tel {
  padding: 0 15.3125rem 0 3.125rem;
  border-radius: 3.75rem;
  border: 1px solid #c80f0f;
  display: inline-block;
  margin: 2.1875rem 0 1.5625rem;
}

.last_bot2 .tel>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.last_bot2 .tel>div div {
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 4.375rem;
  color: #C10000;
}

.last_bot2 .tel>div div img {
  height: 2.5rem;
}

.last_bot2 .tel a {
  width: 12.6875rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  background: -moz-linear-gradient(0% 50% 0deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000', GradientType=1);
  line-height: 4.375rem;
  z-index: 9;
}

.last_bot2 .tel a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.75rem;
  z-index: -1;
  opacity: 0;
  transform: scale(0.6);
}

.last_bot2 .tel a:hover {
  color: #c80f0f;
}

.last_bot2 .tel a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.last_bot2 .ul2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.last_bot2 .ul2 li:hover a {
  color: #1857a4;
}

.last_bot2 .ul2 li a {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #C80F0F;
  padding: 0 0.9375rem;
  position: relative;
}

.last_bot2 .ul2 li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.125rem;
  height: 1.0625rem;
  background: #b5b5b5;
}

.last_bot2 .ul2 li:last-child a::before {
  display: none;
}

.more_5 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5E5E5E;
}

.sb_recommond .margin {
  margin: 2rem -0.9375rem 0;
}

.about_news .content {
  background: #fff;
  padding: 1.375rem;
  margin: 1.5rem 0 0;
}

.about_news .content .margin {
  margin: 0 -2.3125rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_news .content .margin>div {
  padding: 0 2.3125rem;
}

.about_news .content .left {
  display: flex;
  align-items: center;
  width: 60%;
}

.about_news .content .left:hover .name {
  color: #c80f0f;
}

.about_news .content .left:hover .over img {
  transform: scale(1.1);
}

.about_news .content .left:hover .more_4 {
  color: #c80f0f;
}

.about_news .content .left:hover .more_4 div {
  border-color: #c80f0f;
}

.about_news .content .left .l {
  width: 40%;
}

.about_news .content .left .r {
  width: 60%;
}

.about_news .content .left .r {
  padding-left: 2rem;
}

.about_news .content .left .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #212121;
}

.about_news .content .left .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #9B9B9B;
  margin: 0.3125rem 0;
}

.about_news .content .left .more_4 {
  color: #1857a4;
}

.about_news .content .left .more_4 div {
  border-color: #1857a4;
}

.about_news .content .left .more_4:hover {
  color: #c80f0f;
}

.about_news .content .left .more_4:hover div {
  border-color: #c80f0f;
}

.about_news .content .left .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
  margin-bottom: 1.25rem;
}

.about_news .content .right {
  width: 40%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.about_news .content .right ul a {
  display: flex;
  align-items: center;
  line-height: 3.0625rem;
}

.about_news .content .right ul a div {
  font-size: 1.25rem;
  color: #212121;
  width: 70%;
}

.about_news .content .right ul a span {
  display: block;
  width: 30%;
  text-align: right;
  font-size: 1.125rem;
  color: #7C7C7C;
}

.about_news .content .right ul li:hover a div,
.about_news .content .right ul li:hover a span {
  color: #c80f0f;
}

.show_detail {
  padding-top: 6.25rem;
}

.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}

.show_detail .text {
  color: #898989;
}

.show_detail .left {
  padding-right: 2rem;
}

.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  margin-bottom: 0.75rem;
}

.show_detail .left .data>p {
  margin-right: 2.5rem;
}

.show_detail .left .data>div {
  display: flex;
  align-items: center;
}

.show_detail .left .data>div .iconfont {
  font-size: 1.25rem;
  display: block;
}

.show_detail .left .data>div:hover ul {
  display: flex;
}

.show_detail .left .data>div:hover .iconfont {
  display: none;
}

.show_detail .left .data>div ul {
  display: none;
}

.show_detail .left .data>div ul li {
  margin-left: 0.625rem;
}

.show_detail .left .data>div ul li a {
  border: 1px solid #848484;
  color: #848484;
  font-size: 0.875rem;
  margin: 0;
}

.show_detail .left .data>div ul li:hover a {
  color: #fff;
}

.show_detail .left .more {
  width: 13.125rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border: 1px solid rgba(158, 158, 158, 0.7);
  text-align: center;
  display: inline-block;
  border-radius: 31.25rem;
  z-index: 5;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_detail .left .more div {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.show_detail .left .more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #c80f0f;
  color: #fff;
}

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

.show_detail .left .more:hover .iconfont {
  color: #fff;
}

.show_detail .left .more.bgg {
  border: 1px solid #c80f0f;
  background: #c80f0f;
  color: #fff;
}

.show_detail .left .more.bgg .iconfont {
  color: #fff;
}

.show_detail .left .more.bgg::before {
  background: #fff;
}

.show_detail .left .more.bgg:hover {
  color: #c80f0f;
}

.show_detail .left .more.bgg:hover .iconfont {
  color: #c80f0f;
}

.show_detail .left>div {
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 0 5rem;
  border-radius: 0.625rem;
}

.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}

.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #212121;
}

.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}

.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}

.show_detail .left .shangxia a:hover {
  color: #c80f0f;
}

.return_list .more {
  background: transparent;
  color: #232323;
  border: 1px solid #c9c9c9;
}

.return_list .more>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.return_list .iconfont {
  font-size: 1.25rem;
  margin-left: 0.625rem;
}

.return_list:hover .more {
  color: #fff;
  border: 1px solid #c80f0f;
}

.list_case .ul li>div {
  border-bottom: 1px solid #cccccc;
  padding: 3.125rem 0;
}

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

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

.list_case .ul li:hover .over {
  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;
}

.list_case .ul li:hover .name {
  color: #1857a4;
}

.list_case .ul li .over {
  border: 1px solid 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;
}

.list_case .ul li .content {
  margin-top: 2rem;
}

.list_case .ul li .name {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #212121;
}

.list_case .ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
  margin: 0.5rem 0 1.375rem;
  height: 1.875rem;
}

.list_about .text {
  color: #919191;
}

.list_about .left .over,
.list_about .left .over img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .list_about .mt30 {
    margin-top: 15px;
  }
}

.list_about_two .ul li .margin {
  margin-top: 1.875rem;
}

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

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

.list_culture .ul li {
  margin-bottom: 2.5rem;
}

.list_culture .ul li:last-child,
.list_culture .ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.list_culture .ul li .name {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #353535;
  margin: 1.875rem 0 0.625rem;
}

.list_culture .ul li .text {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #919191;
}

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

.list_culture .ul li:hover .name {
  color: #1857a4;
}

.list_zjl .row {
  padding: 1.875rem 0;
}

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

.list_zjl .left .over {
  position: relative;
  top: 1.125rem;
  left: 1.125rem;
}

.list_zjl .name {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #282828;
  margin-top: 1.125rem;
}

.list_zjl .name img {
  margin-left: 1.25rem;
  height: 3.75rem;
  object-fit: contain;
}

.list_zjl .text {
  color: #919191;
}

.list_contact .content {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 0.625rem rgba(24, 87, 164, 0.2);
  margin-top: 1.875rem;
}

.list_contact .content .left {
  width: 50%;
  padding-right: 3.75rem;
}

.list_contact .content .left #container {
  height: 25.6875rem;
}

.list_contact .content .right {
  width: 50%;
  padding: 0 3.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list_contact .content .right>div {
  width: 90%;
}

.list_contact .content .right ul li {
  display: flex;
  align-items: center;
}

.list_contact .content .right ul li .icon img {
  height: 1.875rem;
  width: 1.875rem;
}

.list_contact .content .right ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.list_contact .content .right ul .icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: -moz-radial-gradient(49.49% 50.75%, circle farthest-corner, rgba(188, 213, 247, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -webkit-radial-gradient(49.49% 50.75%, circle farthest-corner, rgba(188, 213, 247, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -webkit-gradient(radial, 49.49% 50.75%, 0, 49.49% 50.75%, 48.3, color-stop(0, rgba(188, 213, 247, 0.6)), color-stop(1, rgba(255, 255, 255, 0.6)));
  background: -o-radial-gradient(49.49% 50.75%, circle farthest-corner, rgba(188, 213, 247, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -ms-radial-gradient(49.49% 50.75%, circle farthest-corner, rgba(188, 213, 247, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(49.49% 50.75%, circle farthest-corner, rgba(188, 213, 247, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
}

.list_contact .content .right ul p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #444444;
  padding-left: 1.875rem;
  width: calc(100% - 4.5rem);
}

.list_contact .content .right form {
  margin-top: 1.875rem;
}

.list_contact .content .right form>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_contact .content .right form input {
  border: 1px solid #cecece;
  width: calc(100% - 15rem);
  line-height: 3.125rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 3.125rem;
  color: #000;
}

.list_contact .content .right form input::placeholder {
  color: #999999;
}

.list_contact .content .right form button {
  border: none;
}

.list_contact .content .right form .btn2 {
  position: absolute;
  right: 0;
}

.list_contact .content .right form .btn1 {
  position: absolute;
  left: 0;
}

.list_message .right .over,
.list_message .right .over img {
  height: 100%;
  object-fit: cover;
}

.list_message input {
  line-height: 3.125rem;
  padding: 0 2rem;
  font-size: 1rem;
  color: #5B5B5B;
  border-radius: 3.125rem;
  width: 100%;
  border: 1px solid #c9c9c9;
  font-weight: 500;
}

.list_message textarea {
  height: 10.3125rem;
  line-height: 1.875rem;
  border: 1px solid #c9c9c9;
  border-radius: 1.25rem;
  display: block;
  padding: 0.875rem 2rem;
  width: 100%;
}

.list_message button {
  width: 11.25rem;
  text-align: center;
  border: none;
}

.list_message button .flex {
  justify-content: center;
}

.font30 {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #000000;
}

.list_service .margin {
  font-size: 1.1rem;
  line-height: 1.875rem;
  color: #919191;
  margin: 0.875rem 0 0;
}

.list_service .ul {
  margin: 3.875rem -0.75rem 0;
  display: flex;
  flex-wrap: wrap;
}

.list_service .ul li {
  flex: 1 0 0;
  padding: 0 0.75rem;
  position: relative;
}

.list_service .ul li .num {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #1857a4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0 auto;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.1875rem;
}

.list_service .ul li .content {
  border-radius: 0.9375rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  padding: 3.75rem 0.9375rem 1.875rem;
  text-align: center;
  height: 100%;
}

.list_service .ul li .name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1857A4;
}

.list_service .ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #919191;
}

.list_service_two .name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 0.875rem;
}

.list_service_two .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.3125rem;
}

.list_service_two .ul li {
  width: 20%;
  padding: 1.4375rem 0;
  text-align: center;
}

.list_service_two .ul li .icon img {
  height: 8.375rem;
  border-radius: 50%;
  width: 8.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_service_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_service_three .left {
  padding-right: 0;
}

.list_service_three .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #353535;
  margin-bottom: 0.25rem;
}

.list_service_three .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #919191;
}

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

.list_service_three .right .over,
.list_service_three .right .over img {
  height: 100%;
  object-fit: cover;
}

.list_service_four .content {
  background: url(../img/38.png) no-repeat;
  background-size: cover;
  padding: 6.25rem 14.5rem 5.625rem;
  text-align: center;
}

.list_service_four .content .text {
  font-size: 1rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}

.beian {
  background: #2b323a;
  padding: 1.25rem 0;
}

.beian .text {
  text-align: center;
  color: #A7A7A7;
}

footer {
  background: #2b323a;
  padding: 4.6875rem 0 3.4375rem;
  border-bottom: 1px solid rgba(81, 81, 81, 0.3);
}

footer .flex_f {
  display: flex;
}

footer .left {
  width: 50%;
}

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

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

footer .text {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #939393;
}

footer a:hover {
  color: #fff;
}

footer .center {
  width: 26%;
  padding-left: 6rem;
}

footer .center .logo {
  margin-bottom: 1.75rem;
}

footer .center .logo img {
  height: 2.875rem;
}

footer .center .ewm {
  display: inline-block;
  text-align: center;
}

footer .center .ewm img {
  height: 7rem;
}

footer .center .ewm p {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #E9ECF1;
  margin-top: 0.375rem;
}

footer .right {
  width: 24%;
  padding-left: 2rem;
}

footer .right .tel.address {
  margin-top: 0.625rem;
}

footer .right .tel.address div {
  font-size: 1.2rem;
}

footer .right .tel.margin {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

footer .right .tel div {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .right .tel p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #FFFFFF;
}

footer .right a {
  display: flex;
  align-items: center;
  margin: 0.875rem 0;
  color: #fff;
}

footer .right a:hover {
  color: #c80f0f;
}

footer .right a .iconfont {
  font-size: 1.25rem;
  display: block;
}

.list_history_two .swiper-button-prev,
.list_history_two .swiper-button-next {
  background-size: 1.25rem 1.25rem;
  top: 39.5%;
  margin-top: 0;
}

.list_history_two .padding {
  display: flex;
  position: relative;
  padding: 0 4rem;
  background: url(../img/39.png) no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 4rem;
}

.list_history_two .padding::before {
  content: "";
  position: absolute;
  top: 43.5%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 3rem;
  background: #1857a4;
  border-radius: 3.125rem;
}

.list_history_two .padding::after {
  content: "";
  position: absolute;
  top: 43.5%;
  transform: translateY(-50%);
  left: 3.5%;
  width: 93%;
  border: 0.5px dashed #fff;
  border-radius: 3.125rem;
}

.list_history_two .padding .swiper-slide:last-child>div {
  width: 100%;
}

.list_history_two .padding .swiper-slide>div {
  width: 160%;
}

.list_history .year,
.list_history_two .year {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #282828;
}

.list_history .text,
.list_history_two .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7F7F7F;
  height: 9.0625rem;
  position: relative;
  padding-left: 1.375rem;
  margin-left: 1.5rem;
  text-align: justify;
  flex-wrap: wrap;
}

.list_history .text::before,
.list_history_two .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #1857a4;
}

.list_history .text::after,
.list_history_two .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.19rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #1857a4;
}

.list_history ul li,
.list_history_two ul li {
  width: 14%;
  flex-wrap: wrap;
  height: 31.25rem;
}

.list_history ul li>div,
.list_history_two ul li>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.list_history ul li>div::before,
.list_history_two ul li>div::before {
  content: "";
  position: absolute;
  top: -2.625rem;
  left: 1.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.list_history ul li>div::after,
.list_history_two ul li>div::after {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
}

.list_history ul li>div>div,
.list_history_two ul li>div>div {
  width: 100%;
}

.list_history ul li:nth-child(odd),
.list_history_two ul li:nth-child(odd) {
  padding-top: 15.625rem;
}

.list_history ul li:nth-child(odd) .text,
.list_history_two ul li:nth-child(odd) .text {
  display: flex;
  align-items: flex-end;
  margin-top: 0.625rem;
}

.list_history ul li:nth-child(even),
.list_history_two ul li:nth-child(even) {
  position: relative;
  left: 0;
}

.list_history ul li:nth-child(even)>div,
.list_history_two ul li:nth-child(even)>div {
  position: relative;
}

.list_history ul li:nth-child(even)>div::before,
.list_history_two ul li:nth-child(even)>div::before {
  top: auto;
  bottom: -2.625rem;
}

.list_history ul li:nth-child(even)>div::after,
.list_history_two ul li:nth-child(even)>div::after {
  bottom: -2.25rem;
  top: auto;
}

.list_history ul li:nth-child(even) .text,
.list_history_two ul li:nth-child(even) .text {
  margin-bottom: 0.625rem;
  order: 1;
}

.list_history ul li:nth-child(even) .text::after,
.list_history_two ul li:nth-child(even) .text::after {
  top: auto;
  bottom: 0;
}

.list_history ul li:nth-child(even) .year,
.list_history_two ul li:nth-child(even) .year {
  order: 2;
}

.list_news.cjwt .ul li {
  background: transparent;
  padding: 0 15px;
}

.list_news.cjwt .ul li:hover {
  box-shadow: none;
}

.list_news.cjwt .ul li:hover>div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news.cjwt .ul li>div {
  background: #e9ecf1;
  padding: 2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.fix_ul li:hover .right_div.img {
  min-width: 7.5rem !important;
  height: 7.5rem;
}

.fix_ul li:hover .right_div.img img {
  filter: brightness(1) invert(0);
}

.list_about_two .swiper_about2 .swiper-slide {
  padding: 1.875rem;
  background: #fff;
}

.center_fix .modal-dialog {
  max-width: 650px;
}

.center_fix .modal-header .close {
  opacity: 1;
}

.center_fix .modal-header .close .iconfont {
  color: #fff;
}

.center_fix .modal-content {
  border: none;
}

.center_fix .modal-body {
  background: url(../img/500.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 4;
}

.center_fix .modal-body::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.178);
  z-index: -1;
}

.center_fix.active {
  display: block;
  opacity: 1;
}

.center_fix .margin {
  margin: 0.375rem 0 0.875rem;
}

.center_fix .flex {
  justify-content: center;
}

.center_fix .modal-body {
  padding: 3rem 2rem 1rem;
}

.center_fix .modal-header {
  position: absolute;
  top: 0.625rem;
  right: 1.5rem;
  z-index: 888;
  border-bottom: none;
}

.center_fix .tel {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #c80f0f;
  margin-bottom: 1rem;
}

.center_fix .title {
  font-size: 1.875rem;
}

.center_fix form {
  text-align: center;
  margin: 1.5rem 0 1rem;
}

.center_fix form .zhizi_td1 {
  width: 24rem;
  display: inline-block;
  position: relative;
}

.center_fix form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  height: 3.125rem;
  background: transparent;
  color: #fff;
}

.center_fix form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.center_fix form>div {
  display: flex;
  justify-content: flex-end;
}

.center_fix form button {
  width: 10.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border: none;
  line-height: 3.125rem;
  color: #fff;
  border-radius: 3.75rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
}

.center_fix .flex .more {
  margin-left: 1rem;
}

.center_fix .flex .more:nth-child(1) {
  margin-left: 0;
}

.modal-open {
  padding-right: 0 !important;
}

.modal {
  top: 50%;
  left: 50%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.flex_pro >div {
    width: 25%;
    margin: 0.9375rem 0;
}
.flex_pro {
    flex-wrap: wrap;
    justify-content: flex-start;
}
 
 .channel_case .sum>div {
     display: none;
 }
 
  .channel_case .sum>div.active {
     display: block;
 }
 .list_video{
     padding: 3.6875rem 0;
 }
 .list_video .video{
     text-align: center;
     /*height: 45.7313rem;*/
     width: 100%;
 }
  .list_video .video video{
     height: 100%;
     width: 100%;
 }
 #pro2 .en_title img{
     width:100%;
 }