
/* 这个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;
  --right: 34.375rem;
}
.p_top {
  position: absolute;
  top: var(--header_h);
}
.bg {
  background: #cb2125;
}
.c {
  color: #cb2125;
}
.bgl {
  background: -moz-linear-gradient(0% 50% 0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #0068b1), color-stop(1, #02a9d5));
  background: -o-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -ms-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5' ,GradientType=0)";
  background: linear-gradient(90deg, #0068b1 0%, #02a9d5 100%);
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  box-shadow: 0px 0px 10px rgba(0, 33, 143, 0.2);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#00218F') progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5', GradientType=1);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.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: #cb2125 !important;
  color: #cb2125;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #cb2125 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #cb2125 !important;
  color: #cb2125 !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: #cb2125 !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;
}
.line6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.line9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  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 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #cb2125;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .container .nav > ul > li {
  position: relative;
}
header .container .nav > 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;*/
  --container: 12.5125rem;
}
body.container_l {
  padding-left: 0;
}
body.container_r {
  padding-right: 0;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.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: #cb2125;
}
.searchbox {
  border-color: #cb2125;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  /*height: 30px;*/
  height: 40px;
}
.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: #cb2125;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #cb2125;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
header.active {
  animation: sticky 0.65s;
  position: fixed;
}
@-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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 6.25rem;
  background: #fff;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
header .ds1 {
  margin-right: 2.5rem;
  width: 2.3125rem;
  text-align: center;
  position: relative;
}
header .ds1 .iconfont {
  display: block;
  color: #333333 !important;
  font-weight: 300;
  font-size: 2rem;
}
header .language {
  position: relative;
  padding: 0 1.875rem;
  z-index: 4;
  color: #fff;
  display: flex;
  align-items: center;
}
header .language .iconfont {
  color: #fff;
  display: block;
  margin-right: 0.75rem;
  font-size: 1.125rem;
  font-weight: normal;
}
header .language::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3.125rem;
  border-radius: 3.125rem;
  background: -moz-linear-gradient(0% 50% 0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #cb383cb8), color-stop(1, #cb2125));
  background: -o-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -ms-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5' ,GradientType=0)";
  background: linear-gradient(#02a9d5 100%, 90deg, #0068b1 0%);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: 0px 0px 5px rgb(216 103 106);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#00218F') progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5', GradientType=1);
  content: "";
  z-index: -1;
}
header .container {
  box-sizing: border-box;
}
header .container .right {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: flex-end;
  font-weight: 300;
}
header .container .right .iconfont {
  font-size: 1.25rem;
}
header .container .right .lanuage {
  margin-left: 1.875rem;
}
header .container .right .ds1 {
  cursor: pointer;
}
header .container .left img {
  /*height: 3.0625rem;*/
  /*height: 2.5625rem;*/
  height: 3.9625rem;
}
header .container .nav {
  justify-content: flex-end;
  padding-right: 1.25rem;
}
header .container .nav > ul > li {
  padding: 0 0.875rem;
  float: left;
}
header .container .nav > ul > li:nth-child(3) .er-ul{width: 140%;left: -20%;}
header .container .nav > ul > li > a {
  font-size: 1.125rem;
  color: #3D3D3D;
  position: relative;
  padding: 0 0.5rem;
}
header .container .nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .container .nav > ul > li:hover > a,
header .container .nav > ul > li.active > a {
  color: #cb2125;
}
header .container .nav > ul > li:hover > a::before,
header .container .nav > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
body {
  padding-top: 6.25rem;
}
* {
  box-sizing: border-box;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .container {
  padding: 0 10.625rem 0 18.125rem;
}
.banner .swiper-slide .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .swiper-slide .left {
  display: inline-block;
}
.banner .swiper-slide .p1 {
  font-size: 2.75rem;
  line-height: 3rem;
  color: #FFFFFF;
  font-weight: 600;
}
.banner .swiper-slide .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 0.75rem 0 2.25rem;
}
.banner .swiper-slide .en p {
  font-size: 4.5rem;
  line-height: 5.5rem;
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto ';
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  color: transparent;
  font-weight: 600;
}
.banner .swiper-slide .en div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.banner .swiper-pagination {
  bottom: 2.5rem;
}
.banner .swiper-button-white {
  background-size: 1.875rem 1.875rem;
}
.banner .swiper-button-next {
  right: 6.25rem;
}
.banner .swiper-button-prev {
  left: 6.25rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}
.iconfont {
  font-size: 1rem;
}

.more {
  width: 11.625rem;
  text-align: center;
  line-height: 3.4375rem;
  border-radius: 2.5rem;
  background: -moz-linear-gradient(0% 50% 0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #cb383cb8), color-stop(1, #cb2125));
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #cb383cb8), color-stop(1, #cb2125));
  background: -o-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -ms-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5' ,GradientType=0)";
  background: linear-gradient(#02a9d5 100%, 90deg, #0068b1 0%);
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  box-shadow: 0px 0px 10px rgb(208 62 66 / 35%);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#00218F') progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5', GradientType=1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 8;
  position: relative;
}
.banner .more{background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #02a9d5), color-stop(1, #02a9d5));}

.more .iconfont {
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
  margin-left: 0.9375rem;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more:hover {
  color: #fff !important;
}
.more:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.title {
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #000000;
  font-weight: 600;
}
.subtitle {
  font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.875rem;
    color: #cb2125;
}
.alignc {
  align-items: center;
}
.swiper_pag {
  width: 100%;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 0.5rem;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
.swiper_pag .swiper-pagination-bullet-active {
  border-color: #fff;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #848484;
}
.swiper_btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #828282;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-image: none;
  line-height: 2.875rem;
}
.swiper_btn .iconfont {
  font-size: 1.25rem;
  display: block;
}
.swiper_btn:hover {
  background: #cb2125;
  border-color: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.index_one {
  padding-top: 6.25rem;
  /*background: #f5f6f6;*/
  background-image: url('../img/11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.index_one .title_top {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1.5625rem;
}
.index_one .title_top .right {
  justify-content: flex-end;
}
.index_one .title_top .right > div {
  display: inline-block;
  padding: 0;
  width: 11.625rem;
}
.index_one .title_top .right > div:hover ul {
  transform: none;
  opacity: 1;
}
.index_one .title_top .right > div p {
  border: 1px solid #A5A5A5;
  border-radius: 3.125rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 3.4375rem;
  color: #494949;
}
.index_one .title_top .right > div ul {
  border: 1px solid #a5a5a5;
  padding: 0.625rem;
  background: #fff;
  width: 100%;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}
.index_one .title_top .right > div ul li {
  line-height: 1.875rem;
  font-size: 0.975rem;
  text-align: center;
}
.index_one .title_top .right > div ul li:hover a {
  color: #cb2125;
}
.index_one .padding {
  padding-right: 22.8125rem;
  overflow: hidden;
}
.index_one .padding .swiper-container {
  overflow: visible;
}
.index_one .padding .swiper-slide-active {
  border-right: 1px solid #DDDDDD;
}
.index_one .padding .swiper-slide-active:hover .name {
  color: #cb2125;
}
.index_one .padding .swiper-slide-active:hover .name span {
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.index_one .padding .swiper-slide-active:hover .over img {
  transform: scale(1.1);
}
.index_one .padding .swiper-slide.swiper-slide-next {
  padding-left: 5rem;
}
.index_one .padding .swiper-slide.swiper-slide-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 9;
}
.index_one .padding .left1 {
  padding-top: 1.5625rem;
}
.index_one .padding .hot {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #CB2728;
  margin-bottom: 0.5rem;
}
.index_one .padding .hot img {
  height: 1.625rem;
  margin-right: 0.3125rem;
}
.index_one .padding .text {
  margin: 1.25rem 0 3.4375rem;
}
.index_one .padding .swiper-slide {
  padding: 3.3125rem 0 4.75rem 0;
}
.index_one .padding .swiper-slide .right1 {
  padding-right: 5.625rem;
}
.index_one .padding .swiper-slide .right1 img {
  width: 100%;
}
.index_one .padding .name {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #494949;
  display: flex;
  align-items: center;
}
.index_one .padding .name div {
  max-width: calc(100% - 8rem);
}
.index_one .padding .name span {
  line-height: 2.5rem;
  border-radius: 2.5rem;
  background: #EAEBED;
  font-size: 1rem;
  display: inline-block;
  color: #848484;
  min-width: 6.25rem;
  padding: 0 .625rem;
  text-align: center;
  margin-left: 1.25rem;
}
.index_one .swiper-button-prev,
.index_one .swiper-button-next {
  left: auto;
  right: 21.375rem;
}
.index_one .swiper-button-next {
  top: 55%;
}
.index_one .swiper-button-prev {
  top: 45%;
}
.index_one .swiper-button-prev,
.index_one .swiper-button-next {
  background: none;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: #CECECE;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .swiper-button-prev:hover,
.index_one .swiper-button-next:hover {
  background: #cb2125;
}
.index_one .swiper-button-prev .iconfont,
.index_one .swiper-button-next .iconfont {
  font-size: 1rem;
  color: #fff;
}
.index_two {
    
  background: url(../img/5.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 9.375rem 0 5.25rem;
}
.index_two .left .text {
    width: 70%;
  margin: 1.5625rem 0 4.375rem;
}
.index_two .left .text p{
    text-indent: 2em;
    line-height: 35px;
}
.index_two .right {
  padding-left: 8.75rem;
}
.index_two .right .en {
  font-size: 7.5rem;
  line-height: 5.5rem;
  display: block;
  text-transform: uppercase;
  font-family: 'montserrat';
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  color: transparent;
  font-weight: 600;
}
.index_two .right .name {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #FFFFFF;
  margin: 1.375rem 0 0.625rem;
}
.index_two .right ul li {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #FFFFFF;
}
.index_two .right ul li div {
  position: relative;
  padding-left: 1.25rem;
}
.index_two .right ul li div::before {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: 0.3125rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}
.index_three {
  padding: 7.5rem 0 7.125rem;
}
.index_three .left ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.1875rem;
}
.index_three .left ul li {
  text-align: center;
  position: relative;
}
.index_three .left ul li::before {
  content: "";
  position: absolute;
  top: 14.1rem;
  left: 6.2rem;
  width: 10rem;
  height: 1px;
  background: #CECECE;
  transform: rotate(45deg);
}
.index_three .left ul li:last-child::before {
  display: none;
}
.index_three .left ul li:nth-child(even) {
  padding-top: 13.375rem;
}
.index_three .left ul li:nth-child(even)::before {
  transform: rotate(-45deg);
  left: 7rem;
}
.index_three .left ul li .name {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #383838;
  margin-bottom: 0.5rem;
}
.index_three .left ul li .icon {
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 50%;
  background: #fff;
}
.index_three .left ul li .icon svg {
  width: 100%;
  height: 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 .icon div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  background: #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_three .left ul li .icon div img {
  height: 3.4375rem;
}
.index_three .left .cls-1 {
  fill: none;
  stroke: #cecece;
  stroke-miterlimit: 10;
}
.index_three .left ul li:hover .cls-1 {
  stroke: #cb2125;
}
.index_three .left ul li:hover svg {
  transform: rotate(-90deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .left ul li.active .cls-1 {
  stroke: #cb2125;
}
.index_three .left ul li.active .name {
  color: #cb2125;
}
.index_three .left ul li.active .icon div {
  background: -moz-linear-gradient(0% 50% 0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #0068b1), color-stop(1, #02a9d5));
  background: -o-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -ms-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5' ,GradientType=0)";
  background: linear-gradient(90deg, #0068b1 0%, #02a9d5 100%);
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  box-shadow: 0px 0px 10px rgba(0, 33, 143, 0.2);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#00218F') progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5', GradientType=1);
  border-radius: 50%;
}
.index_three .left ul li.active .icon div img {
  filter: brightness(0) invert(1);
}
.index_three .left .FulONyAD_0 {
  stroke-dasharray: 346 348;
  stroke-dashoffset: 347;
  animation: FulONyAD_draw 1500ms linear 0ms forwards;
}
@keyframes FulONyAD_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes FulONyAD_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index_three .right {
  padding-left: 5rem;
  z-index: 3;
}
.index_three .right .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  z-index: 2;
}
.index_three .right .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: circle 10s linear infinite;
  z-index: 4;
}
.index_three .right .img::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 50%;
}
.index_three .right ul {
  padding-top: 4.125rem;
}
.index_three .right ul li {
  display: none;
}
.index_three .right ul li.active {
  display: block;
}
.index_three .right ul li .imgs {
  width: 23.5625rem;
  height: 23.5625rem;
  border-radius: 50%;
  background: #EDEDED;
  padding: 1.25rem;
  margin: 0 auto;
}
.index_three .right ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #cb2125;
  margin-top: 17%;
}
.index_three .right ul li .text {
  color: #848484;
  margin: 0.5625rem 0 1.5rem;
}
.index_four {
  background: #F2F2F2;
  padding: 6.875rem 0;
}
.index_four .margin {
  margin: 2.1875rem -1.5rem 0;
}
.index_four .swiper-container {
  padding-bottom: 3.375rem;
}
.index_four .more {
  margin: 0 auto;
}
.index_four .swiper-slide {
  padding: 0 1.5rem;
  border-left: 1px solid #DDDDDD;
}
.index_four .swiper-slide:hover img {
  transform: scale(1.1);
}
.index_four .swiper-slide:hover .name {
  color: #cb2125;
}
.index_four .swiper-slide:hover .data::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide.swiper-slide-active {
  border-left: none;
}
.index_four .swiper-slide .over img {
  /*height: 13.75rem;*/
  height: auto;
  object-fit: cover;
}
.index_four .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #303030;
}
.index_four .swiper-slide .text {
  color: #848484;
  margin: 0.5rem 0 1.5625rem;
}
.index_four .swiper-slide .over,
.index_four .swiper-slide .over img {
  border-radius: 1rem;
}
.index_four .swiper-slide .data {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #9E9E9E;
  display: flex;
  align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.index_four .swiper-slide .data::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide .data span {
  display: inline-block;
  width: 3.8125rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 0.25rem;
  background: #cb2125;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  color: #FFFFFF;
}
.index_four .swiper-button-next {
  right: -6.25rem;
}
.index_four .swiper-button-prev {
  left: -6.25rem;
}
footer {
  /*padding: 4rem 0;*/
  padding: 4rem 0 1rem;
  background: #363636;
}
footer .name {
  font-size: 1.425rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
footer .text {
  color: #fff;
}
footer .left1 {
  width: 26%;
  padding-right: 3.4375rem;
}
footer .left2 {
  width: 34%;
  padding-right: 3.125rem;
}
footer .left3 {
  width: 29%;
  padding-right: 3.125rem;
}
footer .left4 {
  width: 14%;
}
footer .left4 ul {
  display: flex;
  flex-wrap: wrap;
}
footer .left4 ul li {
  width: 100%;
}
footer .left4 ul li:hover a {
  color: #cb2125;
}
.beian {
  background: #363636;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.beian .text {
  color: #FFFFFF;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 4rem;
  color: #FFFFFF;
  margin: 0 0 0.75rem;
}
.nyban .hover .p2 {
  font-size: 1rem;
  padding-left: 4.375rem;
  position: relative;
  text-transform: uppercase;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.nyban .hover .p2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.25rem;
  background: #fff;
  height: 1px;
}
.nyerji {
  line-height: 4.3125rem;
  border-bottom: 1px solid #D3D3D3;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nyerji ul li {
  font-size: 1rem;
  color: #03669B;
  margin-right: 5rem;
}
.nyerji ul li a {
  color: #4C4C4C;
  position: relative;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #cb2125;
}
.nyerji ul li:hover a::before,
.nyerji ul li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bread {
  font-size: 1rem;
  color: #fff;
}
.bread span:last-child {
  display: none;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #cb2125;
}
.p100 {
  padding: 6.25rem 0;
}
.list_contact .title {
  margin-bottom: 1.25rem;
}
.list_contact form p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3D3D3D;
  margin-bottom: 1.375rem;
}
.list_contact form input {
  border: 1px solid #E5E5E5;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  width: 100%;
  color: #7F7F7F;
  background-color: #E8ECF1;
}
.list_contact form textarea {
  height: 7rem;
  border: 1px solid #E5E5E5;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  color: #7F7F7F;
  width: 100%;
  display: block;
  background-color: #E8ECF1;
}
.list_contact form button {
  width: 11.25rem;
  text-align: center;
  line-height: 3.4375rem;
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1rem;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact form button .iconfont {
  font-size: 1rem;
  margin-left: 0.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact form button:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact form button:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact .left ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  margin-bottom: 1.85rem;
}
.list_contact .left ul li .iconfont {
  font-size: 1.25rem;
  color: #565656;
}
.list_contact .left ul li .icon {
  /*width: 2.5rem;*/
  width: 1.5rem;
}
.list_contact .left ul li p {
  width: calc(100% - 2.5rem);
  font-size: 1.2rem;
}
#mapDiv {
  height: 36.875rem;
}
#mapDiv .tdt-infowindow-content p {
  margin-top: 0.375rem;
  line-height: 1.25rem;
}
.list_qa .ul li {
  border-bottom: 1px solid rgba(142, 142, 142, 0.15);
}
.list_qa .ul li.active .bot {
  display: block;
}
.list_qa .ul li .top {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #606060;
  padding: 1rem 2rem;
  cursor: pointer;
}
.list_qa .ul li .top div {
  width: 90%;
}
.list_qa .ul li .top p {
  width: 10%;
  text-align: right;
}
.list_qa .ul li .top p .iconfont {
  display: inline-block;
  font-size: 1rem;
  color: #606060;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .ul li .bot {
  padding: 1rem 2rem;
  display: none;
}
.list_qa .ul li:hover .top,
.list_qa .ul li.active .top {
  background: #cb2125;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .ul li:hover .top p .iconfont,
.list_qa .ul li.active .top p .iconfont {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotate(180deg);
}
.list_download .ul li:nth-child(1) {
  background: #cb2125;
  color: #fff;
}
.list_download .ul li:last-child {
  margin-bottom: 1.25rem;
}
.list_download .ul li {
  line-height: 3.75rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.125rem;
  color: #686868;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .ul li > div {
  float: left;
  text-align: center;
}
.list_download .ul li > div:nth-child(1) {
  width: 10%;
}
.list_download .ul li > div:nth-child(2) {
  width: 30%;
}
.list_download .ul li > div:nth-child(3) {
  width: 20%;
}
.list_download .ul li > div:nth-child(4) {
  width: 20%;
}
.list_download .ul li > a:nth-child(5) {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #cb2125;
  justify-content: center;
}
.list_download .ul li > a:nth-child(5) .iconfont {
  font-size: 1rem;
  margin-left: 1.5rem;
}
.list_download .ul li > a:nth-child(5):hover .iconfont {
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.list_download .ul li:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 0.625rem rgba(32, 150, 213, 0.2);
}
@media (max-width: 767px) {
  .list_download .ul li > div:nth-child(3) {
    display: none;
  }
  .list_download .ul li > div:nth-child(2) {
    width: 60%;
  }
  .list_download .ul li > a:nth-child(4) {
    width: 30%;
  }
  .list_download .ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 26px;
    padding: 15px 0;
  }
  .list_download .ul li > div:nth-child(3) {
    display: block;
  }
  .list_download .ul li > div:nth-child(4) {
    display: none;
  }
  .list_download .ul li {
    padding: 15px 10px;
  }
  .list_download .ul li > div:nth-child(2) {
    width: 40%;
  }
  .list_download .ul li > a:nth-child(5) {
    width: 30%;
  }
}
.bor20 {
  border-radius: 1.25rem;
}
.list_news .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin: 0.625rem 0;
}
.list_news .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.list_news .more {
  margin-top: 2.5rem;
}
.list_news .ul li {
  padding: 2.6875rem 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  align-items: center;
}
.list_news .ul li .left {
  padding-right: 1.5625rem;
}
.list_news .ul li .left img {
  height: auto;
  object-fit: cover;
}
.list_news .ul li .left .over {
  border: 1px solid #ddd;
}
.list_news .ul li:hover img {
  transform: scale(1.1);
}
.list_news .ul li:hover .name {
  color: #cb2125;
}
.list_news .ul li .right {
  padding-left: 1.5625rem;
  padding-bottom: 2rem;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.show_top {
  position: relative;
  padding: 1.25rem 0 5rem;
}
.show_top .title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #2D2D2D;
}
.show_top .data {
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  color: #6B6B6B;
}
.show_top .data .pr {
  display: flex;
  align-items: center;
}
.show_top .data .pr .social-share {
  display: flex;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
}
.show_top .data .pr .social-share .social-share-icon {
  font-size: 1rem;
}
.show_top .data .pr:hover ul {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_top .data .iconfont {
  font-size: 1rem;
}
.show_top .data > div {
  margin-right: 2.5rem;
  cursor: pointer;
}
.show_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #224fe7 0%, #3480f8 100%);
  background: -webkit-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #224fe7), color-stop(1, #3480f8));
  background: -o-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  background: -ms-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8' ,GradientType=0)";
  background: linear-gradient(90deg, #224fe7 0%, #3480f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8', GradientType=1);
  opacity: 0.1;
  z-index: -1;
}
.show_top .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #929292;
}
.show_top .bread a {
  color: #929292;
}
.show_top .bread span:last-child {
  display: none;
}
.show_top .title {
  margin: 6.25rem 0 1.25rem;
}
.show_body {
  padding-top: 6.25rem;
}
.show_news {
  padding-bottom: 8.125rem;
}
.show_news .text {
  text-align: justify;
}
.show_news .text p{
    text-indent: 2em;
}
.show_news .text strong {
  color: #232323;
}
.show_news .shangxia {
  margin-top: 6.875rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #CBCBCB;
}
.show_left {
  padding-right: 3.4375rem;
}
.show_right {
  position: sticky;
  top: 7.5rem;
  height: 100%;
}
.show_right .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #232323;
  margin-bottom: 1.5625rem;
}
.show_right ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #E4E4E4;
}
.show_right ul li .left1 {
  width: 0;
  float: left;
}
.show_right ul li p {
  width: 100%;
  float: right;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_right ul li:hover .left1 {
  width: 30%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_right ul li:hover a {
  padding-left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_right ul li:hover a::before {
  display: none;
}
.show_right ul li:hover p {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 70%;
  padding-left: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.show_right ul li:first-child {
  border-top: 1px solid #E4E4E4;
}
.show_right ul li a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  position: relative;
  padding-left: 1.5625rem;
}
.show_right ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #cb2125;
}
.show_right ul li:hover a {
  color: #cb2125;
}
@media (max-width: 1440px) {
  .show_top .title {
    font-size: 2.375rem;
  }
}
@media (max-width: 990px) {
  .show_top .title {
    font-size: 26px;
    line-height: 34px;
  }
  .show_left {
    padding-right: 15px;
  }
  .show_right {
    position: static !important;
    margin-top: 25px;
  }
  .show_right ul li:hover .left1 {
    width: 100px;
  }
  .show_right ul li:hover p {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .show_top .bread,
  .show_top .data .pr {
    display: none;
  }
  .show_top .title {
    font-size: 20px;
    line-height: 30px;
  }
  .show_top .title {
    margin: 0 0 15px;
  }
  .show_top {
    padding: 25px 0;
  }
  .show_news {
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .show_news .shangxia {
    margin-top: 25px;
    padding-top: 20px;
  }
  .show_right .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .show_right ul li a {
    font-size: 14px;
  }
}
.show_pro_three#pro3 .swiper-slide img {
  height: 25em;
  object-fit: contain;
}
table td {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #4C4C4C;
  vertical-align: middle !important;
  padding: 0.75rem 5rem !important;
  white-space: nowrap;
}
table td:nth-child(1) {
  background: #F5FAFD;
  text-align: center;
  border-right: 1px solid #DDDDDD !important;
}
table td:nth-child(2) {
  background: #fff;
}
table tr {
  background: #EFF2F4;
  border: 1px solid #DDDDDD !important;
}
table .p_l {
  padding-left: 4.0625rem;
}
.ptb120 {
  padding: 7.5rem 0;
}
.list_case .left,
.list_pro .left {
  width: 20rem;
  padding: 1.875rem 0 0 3.75rem;
  height: auto;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.list_case .left ul li,
.list_pro .left ul li {
  font-size: 1.125rem;
  height: 4.0625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #868686;
  position: relative;
}
.list_case .left ul li::before,
.list_pro .left ul li::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: #cb2125;
}
.list_case .left ul li:hover a,
.list_pro .left ul li:hover a,
.list_case .left ul li.active a,
.list_pro .left ul li.active a {
  color: #cb2125;
}
.list_case .left ul li:hover::before,
.list_pro .left ul li:hover::before,
.list_case .left ul li.active::before,
.list_pro .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;
}
.list_case .left ul li a,
.list_pro .left ul li a {
  padding: 0 1.25rem 0 0;
  position: relative;
}
.list_case .left .name,
.list_pro .left .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #1C1C1C;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.list_case .left .line,
.list_pro .left .line {
  width: 100%;
  height: 0.25rem;
  background: -moz-linear-gradient(0% 50% 0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #0068b1), color-stop(1, #02a9d5));
  background: -o-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -ms-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5' ,GradientType=0)";
  background: linear-gradient(90deg, #cb2125 0%, #d16b6d91 100%);
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  box-shadow: 0px 0px 10px rgba(0, 33, 143, 0.2);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#00218F') progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5', GradientType=1);
  border-radius: 0;
  box-shadow: none;
}
.list_case .right,
.list_pro .right {
  width: calc(100% - 20rem);
  padding: 0 0 6.25rem 3.4375rem;
}
.list_case .fle,
.list_pro .fle {
  display: flex;
  position: relative;
}
.list_case .fle::before,
.list_pro .fle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #F2F2F2;
  width: 20rem;
}
.list_case .right .text {
  text-align: justify;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #868686;
}
.list_case .right .title {
  margin-bottom: 1rem;
}
.list_case .right .row {
  margin: 0 -1.375rem;
}
.list_case .right .row .left1,
.list_case .right .row .right1 {
  padding: 0 1.375rem;
}
.list_case .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_case .right .hover .iconfont {
  color: #fff;
  font-size: 3rem;
}
.list_case .right .about_pro .swiper-pagination {
  bottom: 0;
}
.list_case .right .about_pro .title {
  margin-bottom: 2.1875rem;
}
.list_case .right .about_pro .swiper-slide {
  padding-bottom: 2.5rem;
}
.squera_pro > a {
  border: 1px solid #D3D3D3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}
.squera_pro > a .img {
  /*padding: 1.875rem;*/
  padding: 0;
}

.squera_pro > a .img img {
  height: auto;
  object-fit: contain;
}
.squera_pro > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 0.125rem;
  background: #cb2125;
}
.squera_pro > a .padding {
  padding: 0 1.5625rem 0.625rem;
}
.squera_pro > a .name {
  font-size: 1.25rem;
  display: flex;
  justify-content: flex-start;
  line-height: 2.5rem;
  color: #383838;
}
.squera_pro > a .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #848484;
  margin: 0 0 1rem 0;
}
.squera_pro > a .text.line3 {
  height: 5.625rem;
}
.squera_pro:hover > a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a .name {
  color: #cb2125;
}
.squera_pro:hover > a img {
  transform: scale(1.1);
}
.font18 {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #868686;
}
.list_pro .squera_pro {
  margin-bottom: 1.875rem;
}
.list_pro .right .bread {
  position: absolute;
  top: 1rem;
  right: 0;
}
.show_pro .bread {
  color: #AFAFAF;
  padding-top: 1rem;
}
.show_pro .bread a {
  color: #AFAFAF;
}
.show_pro .left .mySwiper4 {
  width: calc(100% - 7.8125rem - 3.5rem);
}
.show_pro .left .mySwiper4 .swiper-slide {
  padding: 2rem;
}
.show_pro .left .mySwiper4 .swiper-slide img {
  width: 100%;
}
.show_pro .left .mt50 .mySwiper3 {
  margin-top: 1.875rem;
}
.show_pro .left .mySwiper3 {
  width: 7.8125rem;
  height: 26.25rem;
}
.show_pro .left .mySwiper3 .swiper-slide.swiper-slide-thumb-active img {
  border-color: #cb2125;
}
.show_pro .left .mySwiper3 .swiper-slide img {
  width: 100%;
  border: 1px solid #cb2125;
  padding: 0.625rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.show_pro .right {
  padding: 4rem;
  background: #EEEEEE;
}
.show_pro .right .fenxiang {
  justify-content: flex-start;
}
.show_pro .right .fenxiang ul li {
  background: #848484;
  margin-right: 0.75rem;
}
.show_pro .right .fenxiang ul li a {
  color: #fff !important;
}
.show_pro .right .name {
  font-size: 1.375rem;
  color: #494949;
  display: flex;
  line-height: 2.5rem;
  flex-wrap: wrap;
}
.show_pro .right .name span {
  display: inline-block;
  padding: 0 1rem;
  border-radius: 2.5rem;
  background: #cb2125;
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-left: 0.625rem;
}
.show_pro .right .text {
  margin: 1.25rem 0 2.1875rem;
}
.show_pro_qh {
  line-height: 4.375rem;
  position: sticky;
  top: 6.25rem;
  z-index: 999;
  left: 0;
  margin: 3.375rem 0 1.875rem;
}
.show_pro_qh ul {
  border: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.show_pro_qh ul li {
  border-left: 1px solid #E5E5E5;
}
.show_pro_qh ul li:first-child {
  border: none;
}
.show_pro_qh ul li {
  font-size: 1.125rem;
  float: left;
  cursor: pointer;
  position: relative;
  flex: 1 0 0;
  color: #6D6D6D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
}
.show_pro_qh ul li:hover {
  color: #cb2125;
}
.show_pro_qh ul li.active {
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.p_t_b80 {
  padding: 6.25rem 0 5rem;
}
.pro_sum > div {
  display: none;
}
.pro_sum > div.active {
  display: block;
}
.show_pro_two .left {
  height: 100%;
  position: sticky;
  top: 11.25rem;
}
.show_pro_three .swiper-slide {
  border: 1px solid #ddd;
}
.show_pro_three .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #cb2125;
  font-weight: 600;
}
.show_pro_three .font18 {
  margin: 0.625rem 0 2.5rem;
}
.show_pro_three .left {
  padding-right: 10rem;
}
.show_pro_three .swiper-button-prev,
.show_pro_four .swiper-button-prev {
  left: -6.25rem;
}
.show_pro_three .swiper-button-next,
.show_pro_four .swiper-button-next {
  right: -6.25rem;
}
.show_pro_four .line {
  width: 100%;
  height: 0.25rem;
  background: -moz-linear-gradient(0% 50% 0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #0068b1), color-stop(1, #02a9d5));
  background: -o-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  background: -ms-linear-gradient(0deg, #0068b1 0%, #02a9d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5' ,GradientType=0)";
  background: linear-gradient(90deg, #cb2125 0%, #c3686aab 100%);
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  box-shadow: 0px 0px 10px rgba(0, 33, 143, 0.2);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#00218F') progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B1', endColorstr='#02A9D5', GradientType=1);
  margin-top: 1rem;
  border-radius: 0;
  box-shadow: none;
}
.about_pro_swiper,
.about_pro_swiper1 {
  margin: 1.25rem 0 0;
}
.about_pro_swiper .swiper-slide,
.about_pro_swiper1 .swiper-slide {
  height: auto;
}
.about_pro_swiper .swiper-slide .squera_pro,
.about_pro_swiper1 .swiper-slide .squera_pro,
.about_pro_swiper .swiper-slide .squera_pro > a,
.about_pro_swiper1 .swiper-slide .squera_pro > a {
  height: 100%;
}
.about_pro_swiper .swiper-container,
.about_pro_swiper1 .swiper-container {
  margin: 0 -1.25rem;
}
.about_pro_swiper .swiper-slide,
.about_pro_swiper1 .swiper-slide {
  padding: 1.25rem;
}
.list_about .font18 {
  margin-top: 1.25rem;
  text-align: justify;
}
.list_about .row {
  margin: 0 -1.4375rem;
}
.list_about .row .left,
.list_about .row .right {
  padding: 0 1.4375rem;
}
.list_about_two ul li {
  text-align: center;
}
.list_about_two .name {
  font-size: 1.625rem;
  position: relative;
  padding-bottom: 0.25rem;
  margin-top: 0.75rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}
.list_about_two .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.1875rem;
  height: 0.1875rem;
  background: #FFFFFF;
}
.list_about_two .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.9375rem;
  color: #FFFFFF;
}
.list_about_two .icon img {
  height: 4.125rem;
}
.list_about_two .row {
  align-items: flex-start;
  margin: 3.75rem -3.5rem 0;
}
.list_about_two .row > li {
  padding: 0 3.5rem;
}
.list_about_three {
  padding: 5rem 0;
}
.list_about_three .swiper-button-next {
  right: -5.9375rem;
}
.list_about_three .swiper-button-prev {
  left: -5.9375rem;
}
.list_about_three .swiper_btn {
  margin-top: 0;
  top: calc(50% - 2rem);
  transform: translateY(-50%);
}
.list_about_three .swiper-slide .over {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.list_about_three .swiper-slide .over img {
  border-radius: 1rem;
}
.list_about_three .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_about_three .swiper-slide:hover .name {
  font-weight: 600;
  color: #cb2125;
}
.list_about_three .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #868686;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.list_about_three .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}
.list_about_three .swiper-slide .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #cb2125;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-slide:hover .name::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
