@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;
}
@font-face {
  font-family: Montserrat-bold;
  src: url('../font/Montserrat\ Extra\ Bold.otf');
}
@font-face {
  font-family: Montserrat-Regular;
  src: url('../font/Montserrat-Regular-8.otf');
}
.bg {
  background: #173F86;
}
.c {
  color: #173F86;
}
.pc_show_990 {
  display: block;
}
.pc_show_767 {
  display: block;
}
.phone_show_990 {
  display: none;
}
.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: #173F86 !important;
  color: #173F86;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #173F86 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #173F86 !important;
  color: #173F86 !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: #173F86 !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 8px 8px;
}
header .center > ul > li:nth-child(2) .er-ul {
  width: 200%;
  left: -50%;
}
header .center > ul > li:nth-child(3) .er-ul {
  width: 150%;
  left: -25%;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}
.er-ul > li a {
  color: #3c3c3c;
}
.er-ul > li:hover a {
  color: #173F86;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.container {
  padding: 0 14.8125rem;
  width: 100%;
  max-width: 100%;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.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: #173F86;
}
.searchbox {
  border-color: #173F86;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.bgff {
  background: #fff;
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  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;
}
.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: #173F86;
}
.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: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@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: #173F86;
  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 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.5);
}
.text18 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.8);
}
.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.nyban .hover .p1 {
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 3.75rem;
  /* identical to box height */
  color: #FFFFFF;
}
.nyban .hover .p2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-top: 0.4375rem;
  color: #FFFFFF;
}
.modal-backdrop.show {
  display: block !important;
}
.bread {
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  bottom: 1.5625rem;
  left: 0;
  width: 100%;
  color: #FFFFFF;
}
.bread .text a:hover {
  color: #173F86;
}
.bread .text {
  color: #fff;
}
.bread .text a {
  color: #FFFFFF;
}
.bread span:last-child {
  display: none;
}
.nyerji {
  line-height: 5.625rem;
  border-bottom: 1px solid rgba(23, 63, 134, 0.1);
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nyerji ul li {
  flex: 1 0 0;
  font-size: 1.125rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li.active,
.nyerji ul li:hover {
  background: #173F86;
  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;
}
.p120 {
  padding: 7.5rem 0;
}
.p120.pb0 {
  padding-bottom: 0;
}
.p120.pt0 {
  padding-top: 0;
}
.en_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  color: #173F86;
}
.en_title.cf {
  color: #fff;
}
.title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.75rem;
  margin-top: 0.3125rem;
  color: #000000;
}
.list_about .left {
  padding-right: 1.875rem;
}
.list_about .left .over,
.list_about .left .over img {
  border-radius: 50%;
}
.list_about .right {
  padding-left: 1.875rem;
  padding-top: 2.1875rem;
}
.list_about .right .text18 p {
  margin-bottom: 1.875rem;
  text-align: justify;
}
.big_enname {
  font-family: Montserrat-bold;
  font-size: 12.5rem;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(41, 71, 130, 0.15);
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.big_enname span {
  position: absolute;
  top: 57%;
  left: -2.5rem;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(41, 71, 130, 0.15);
  color: transparent;
  text-transform: uppercase;
  transform: rotate(90deg);
}
.list_history .left {
  padding-right: 9.375rem;
  padding-top: 2.8125rem;
  height: 100%;
  position: sticky;
  top: 6.25rem;
}
.list_history .left ul li {
  font-family: Montserrat-bold;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6.25rem;
  color: rgba(23, 64, 134, 0.2);
  text-align: center;
  position: relative;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.list_history .left ul li img {
  display: none;
}
.list_history .left ul li.active img {
  display: block;
}
.list_history .left ul li.active div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 1;
}
.list_history .left ul li.active div span {
  display: block;
  position: relative;
}
.list_history .left ul li.active div span:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -5.2rem;
  left: 50%;
  width: 0.25rem;
  height: 4.625rem;
  opacity: 1;
  background: #fff;
}
.list_history .left ul li.active div span:nth-child(2) {
  position: relative;
  opacity: 0;
}
.list_history .right {
  padding-left: 2.8125rem;
}
.list_history .right > div {
  display: none;
}
.list_history .right > div.active {
  display: block;
}
.list_history .right ul li {
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 63, 134, 0.2);
}
.list_history .right ul li span {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #173F86;
  width: 9.375rem;
}
.list_history .right ul li div {
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
  width: calc(100% - 9.375rem);
  padding-left: 1.875rem;
}
.list_history .big_enname {
  top: 3rem;
}
.box_s {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
}
.list_news .squer_news,
.section05 .squer_news {
  margin-bottom: 1.875rem;
}
.list_news .squer_news:hover .data::after,
.section05 .squer_news:hover .data::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .squer_news:hover > div,
.section05 .squer_news:hover > div {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .squer_news:hover > div .name,
.section05 .squer_news:hover > div .name {
  color: #173F86;
}
.list_news .squer_news:hover > div img,
.section05 .squer_news:hover > div img {
  transform: scale(1.1);
}
.list_news .squer_news:hover > div .data,
.section05 .squer_news:hover > div .data {
  color: #173F86;
}
.list_news .squer_news .over,
.section05 .squer_news .over,
.list_news .squer_news .over img,
.section05 .squer_news .over img {
  background: #FFFFFF;
  border-radius: 1.25rem 1.25rem 0 0;
}
.list_news .squer_news .content,
.section05 .squer_news .content {
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 2.5rem 2.5rem 3.4375rem;
}
.list_news .squer_news > div,
.section05 .squer_news > div {
  border-radius: 1.25rem;
  background: #fff;
}
.list_news .squer_news .name,
.section05 .squer_news .name {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000000;
  font-weight: 600;
}
.list_news .squer_news .text,
.section05 .squer_news .text {
  margin: 1.25rem 0;
}
.list_news .squer_news .data,
.section05 .squer_news .data {
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.list_news .squer_news .data::before,
.section05 .squer_news .data::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.list_news .squer_news .data::after,
.section05 .squer_news .data::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .squer_news .data span,
.section05 .squer_news .data span {
  background: #fff;
  padding-right: 1.25rem;
  position: relative;
  z-index: 3;
}
.bgf7 {
  background: #F6F7FA;
}
.show_news .left .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .left .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news .left a.text:hover {
  color: #173F86;
}
.show_news .left .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 3.125rem 0;
}
.show_news .left .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999999;
  margin: 2.1875rem 0 2.125rem;
}
.show_news .left .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.show_news .left .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}
.show_news .left .data .social-share li a {
  font-size: 1rem;
}
.show_news .left .data .social-share li a:hover {
  color: #fff !important;
}
.show_news .left .data .social-share li:last-child {
  margin-right: 0;
}
.show_news .left .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}
.show_news .shangxia {
  font-size: 1rem;
}
.show_news .shangxia a {
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}
.show_news .shangxia .shang span {
  margin-right: 0.625rem;
}
.show_news .shangxia .xia a {
  justify-content: flex-end;
}
.show_news .shangxia .xia a span {
  margin-left: 0.625rem;
}
.show_news .shangxia a .line1 {
  width: calc(100% - 3.125rem);
}
.show_news .shangxia span {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3rem;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
}
.show_news .shangxia span .iconfont {
  display: block;
  font-size: 1.375rem;
  color: #000000;
}
.show_news .shangxia a:hover {
  color: #173F86;
}
.show_news .shangxia a:hover span {
  background: #173F86;
}
.show_news .shangxia a:hover span .iconfont {
  color: #fff;
}
.list_join .top {
  padding: 5.3125rem 0 4.0625rem;
}
.list_join .top .title {
  color: #173F86;
}
.list_join .top .text {
  color: rgba(0, 0, 0, 0.8);
}
.list_join .top .text p {
  margin-bottom: 1.25rem;
}
.list_join .top .text p:last-child {
  margin-bottom: 0;
}
.list_join .bot .ul li {
  margin-bottom: 1.875rem;
}
.list_join .bot .ul li:hover > div {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .bot .ul li .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #173F86;
}
.list_join .bot .ul li > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #FFFFFF;
  border: 1px solid rgba(23, 63, 134, 0.1);
  border-radius: 1.25rem;
  padding: 5rem 2.5rem 4.0625rem;
  height: 100%;
}
.list_join .bot .ul li .text {
  color: rgba(0, 0, 0, 0.6);
  margin: 0.625rem 0 3.125rem;
}
.more {
  display: inline-block;
  padding: 0 1.875rem;
  line-height: 3rem;
  border-radius: 3.125rem;
  color: #173F86;
  border: 1px solid #173F86;
}
.more .iconfont {
  font-size: 1.125rem;
  display: inline-block;
  margin-left: 0.3125rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.bor_white {
  border: 1px solid #fff;
  color: #fff;
}
.more.bg {
  background: #173F86;
  color: #fff;
}
.more.bg:hover {
  background: transparent;
  color: #173F86;
}
.more.bg:hover .iconfont {
  color: #173F86;
}
.more:hover {
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.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;
  color: #fff;
}
.join_pop_up #staticBackdropLabel {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #173F86;
}
.join_pop_up .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #173F86;
}
.join_pop_up .modal-header {
  padding: 2.375rem 1.25rem;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.join_pop_up .modal-header h5 {
  width: 100%;
}
.join_pop_up .modal-header button {
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1 !important;
  z-index: 99;
}
.join_pop_up .modal-header button .iconfont {
  font-size: 2rem;
  color: #BABABA;
}
.join_pop_up .modal-header button:hover .iconfont {
  color: #173F86;
}
.join_pop_up .modal-content .padding {
  padding: 0 3.5625rem;
}
.join_pop_up .text {
  color: rgba(0, 0, 0, 0.6);
}
.join_pop_up .modal-body {
  padding: 2.375rem 0 3.125rem;
}
.join_pop_up .modal_end {
  padding: 2.5rem 0;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop_up .modal_end ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_pop_up .modal_end li {
  padding: 0 2.25rem;
}
.join_pop_up .modal_end li a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: lowercase;
  color: #173F86;
}
.modal-open {
  padding-right: 0 !important;
}
.flex_left_right .left {
  padding-right: 2.25rem;
}
.flex_left_right .left .over,
.flex_left_right .left .over img {
  border-radius: 1.25rem;
}
.flex_left_right .right {
  padding-left: 2.25rem;
}
.flex_left_right .right .name {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #000000;
}
.flex_left_right .right .text {
  color: rgba(0, 0, 0, 0.8);
  margin: 2rem 0 3.4375rem;
}
.flex_left_right li {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.flex_left_right li .row {
  align-items: center;
}
.flex_left_right li .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.flex_left_right li:hover img {
  transform: scale(1.1);
}
.flex_left_right li:hover .name {
  color: #173F86;
}
.flex_left_right li:hover .over {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.flex_left_right li:nth-child(even) {
  background: #F6F7FA;
}
.show_jsfwywx .flex_left_right .left {
  width: 48%;
}
.show_jsfwywx .flex_left_right .right img {
  width: 100%;
  border-radius: 1.25rem;
}
.show_jsfwywx .flex_left_right .right {
  width: 52%;
}
.show_jsfwywx .flex_left_right li:nth-child(even) {
  background: #fff;
}
.show_jsfwywx .flex_left_right li > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_jsfwywx .flex_left_right li:nth-child(odd) {
  background: #F6F7FA;
}
.show_jsfwywx .flex_left_right li:nth-child(odd) .right {
  order: 1;
  padding: 0 2.25rem 0 0;
}
.show_jsfwywx .flex_left_right li:nth-child(odd) .left {
  order: 2;
  padding: 0 0 0 2.25rem;
}
.show_jsfwywx .flex_left_right .text {
  margin: 1.875rem 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.875rem;
}
.show_jsfwywx .flex_left_right .text p {
  position: relative;
  padding-left: 0.9375rem;
}
.show_jsfwywx .flex_left_right .text p span {
  color: #173F86;
  font-weight: 600;
}
.show_jsfwywx .flex_left_right .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
}
.show_jsfwywx .top {
  padding-bottom: 3.125rem;
}
.show_jsfwywx .top .text {
  color: #000000;
}
.show_jsfwywx .top ul li {
  margin-bottom: 1.875rem;
}
.show_jsfwywx .top ul li:hover > div {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_jsfwywx .top ul li > div {
  border-radius: 1.25rem;
  background: #F6F7FA;
  padding: 2.1875rem 2rem 2.8125rem;
  height: 100%;
}
.show_jsfwywx .top ul li > div .text {
  margin-top: 0.9375rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
.show_jsfwywx .top .font32 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  text-transform: uppercase;
  color: #173F86;
}
.show_jsfwywx .top .number {
  font-family: Montserrat-bold;
  font-size: 7.5rem;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(41, 71, 130, 0.15);
  color: transparent;
  text-align: center;
}
.show_jsfwywx .top .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #173F86;
  position: absolute;
  top: 50%;
  left: 0;
  padding-bottom: 1rem;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.show_jsfwywx .top .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.3125rem;
  height: 0.125rem;
  background: #173F86;
}
.list_qa .list {
  background: #fff;
  border: 1px solid #E7E7E7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1rem;
  padding: 1.875rem 2.1875rem;
  margin-bottom: 1.875rem;
}
.list_qa .list:hover {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .list:hover,
.list_qa .list.active {
  background: #fff;
  border: 1px solid rgba(23, 63, 134, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .list:hover .q > div:nth-child(1),
.list_qa .list.active .q > div:nth-child(1),
.list_qa .list:hover .a > div:nth-child(1),
.list_qa .list.active .a > div:nth-child(1) {
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .list .q {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #173F86;
}
.list_qa .list .a {
  padding-top: 1.5625rem;
  margin-top: 1.5625rem;
  border-top: 1px solid rgba(23, 63, 134, 0.1);
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.list_qa .list .a p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  text-transform: lowercase;
  color: #999999;
}
.list_qa .list .q,
.list_qa .list .a {
  display: flex;
  align-items: flex-start;
}
.list_qa .list .q > div:nth-child(1),
.list_qa .list .a > div:nth-child(1) {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 0.375rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #173F86;
}
.list_qa .list .q > div:nth-child(2),
.list_qa .list .a > div:nth-child(2) {
  width: calc(100% - 2.125rem);
  padding-left: 1rem;
}
.list_contact {
  padding: 4.6875rem 0;
}
.list_contact ul li > div {
  border-radius: 1.25rem;
  background: #fff;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 5rem 0;
}
.list_contact ul li:hover > div {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li:hover img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotate(360deg);
}
.list_contact ul li .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #000000;
  margin: 0.75rem 0 1.5625rem;
}
.list_contact ul li .icon img {
  height: 7.5rem;
}
.contact_pop_up .modal-header {
  border-bottom: none;
}
.contact_pop_up .modal-content {
  padding: 4.375rem 3.4375rem;
}
.contact_pop_up form input[type='text'] {
  display: block;
  line-height: 3.75rem;
  background: #FFFFFF;
  border: 1px solid rgba(23, 63, 134, 0.16);
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.contact_pop_up form textarea {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid rgba(23, 63, 134, 0.16);
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  height: 8.9375rem;
  line-height: 1.875rem;
}
.contact_pop_up form .left {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
}
.contact_pop_up form .left span {
  color: #FF0000;
  font-weight: 600;
}
.contact_pop_up form .flex {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: center;
}
.contact_pop_up form .flex .left {
  width: 7.5rem;
}
.contact_pop_up form .flex.textarea {
  align-items: flex-start;
}
.contact_pop_up form .flex.yinsi {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
.contact_pop_up form .flex.yinsi .right {
  display: flex;
  align-items: center;
}
.contact_pop_up form .flex.yinsi a {
  text-decoration: underline;
  color: #173F86;
}
.contact_pop_up form .flex.yinsi input {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgba(23, 63, 134, 0.16);
  border-radius: 0.625rem;
  margin-right: 0.625rem;
}
.contact_pop_up form .flex .right {
  width: calc(100% - 7.5rem);
}
.contact_pop_up form .flex:last-child {
  margin-bottom: 0;
}
.contact_pop_up form button {
  padding: 0 4rem;
  line-height: 3.75rem;
}
.contact_pop_up .city-picker-dropdown {
  width: calc(100% - 7.5rem - 1.875rem) !important;
  right: 15px !important;
  left: auto !important;
}
.contact_pop_up span.title {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
.contact_pop_up .city-picker-span {
  width: 100% !important;
  display: block;
  height: 3.75rem !important;
  line-height: 3.75rem !important;
  background: #FFFFFF;
  border: 1px solid rgba(23, 63, 134, 0.16);
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.contact_pop_up .modal-title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #173F86;
}
.contact_pop_up .modal-header {
  padding-right: 1.5625rem;
}
.contact_pop_up .close .iconfont {
  font-weight: lighter;
  font-size: 2.5rem;
}
.contact_pop_up .close:hover {
  opacity: 1;
}
.contact_pop_up .close:hover .iconfont {
  opacity: 1;
  color: #173F86;
}
.list_contact_two .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  color: #173F86;
}
.list_contact_two .time {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000000;
  margin: 1.5625rem 0 1.375rem;
}
.list_contact_two .time span {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
.list_contact_two .text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #173f86;
}
.list_contact_two .text p span {
  color: rgba(23, 63, 134, 0.5);
}
.list_contact_two ul li {
  border-right: 1px solid rgba(23, 63, 134, 0.2);
  padding-left: 4rem;
}
.list_contact_two ul li:nth-child(1) {
  padding-left: 15px;
}
.list_contact_two ul li:last-child {
  border-right: none;
}
.list_contact_three .text {
  color: rgba(0, 0, 0, 0.8);
  margin: 1rem 0 3.4375rem;
}
.show_solution .text {
  color: rgba(0, 0, 0, 0.8);
}
.show_solution .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  margin-top: 3.4375rem;
  color: #000000;
}
.show_solution .row {
  align-items: center;
}
.show_solution .left {
  padding-right: 2.75rem;
}
.show_solution .right {
  padding-left: 2.75rem;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #173F86;
}
.show_solution .right ul li {
  padding: 1.25rem 15px;
}
.show_solution .right ul li p {
  position: relative;
  padding-left: 1.25rem;
}
.show_solution .right ul li p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.325rem;
  height: 0.325rem;
  border-radius: 50%;
  background: #173F86;
  left: 0;
}
.bor20 {
  border-radius: 1.25rem;
}
.show_solution_two .swiper-container {
  padding-bottom: 3.4375rem;
}
.show_solution_two .swiper-container .swiper-slide {
  height: auto;
}
.show_solution_two .swiper-container .swiper-slide > div {
  height: 100%;
}
.squear_pro:hover .content::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squear_pro > div {
  padding: 1.25rem 1.25rem 2.5rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
}
.squear_pro:hover > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squear_pro:hover > div img {
  transform: scale(1.1);
}
.squear_pro:hover > div .en_name {
  color: #173F86;
}
.squear_pro .en_name {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #000000;
}
.squear_pro .name {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #173F86;
  margin: 0.125rem 0 0.375rem;
  font-weight: 600;
}
.squear_pro .text {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
.squear_pro .content {
  padding-top: 1.25rem;
  position: relative;
}
.squear_pro .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(23, 63, 134, 0.2);
}
.squear_pro .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
}
.swiper-pagination-bullet-active {
  background: #173F86;
}
.list_product .right .ul li {
  margin-bottom: 1.875rem;
}
.list_product .right .ul li > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.list_product .right .ul li:hover > div {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .left .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.875rem;
  color: #000000;
  margin-bottom: 0.9375rem;
}
.list_product .left .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.0625rem;
  height: 0.125rem;
  background: #000000;
  border-radius: 0.625rem;
}
.list_product .left .list {
  margin-bottom: 2.8125rem;
}
.list_product .left .list ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 1.125rem;
  position: relative;
  cursor: pointer;
}
.list_product .left .list ul li:last-child {
  margin-bottom: 0;
}
.list_product .left .list ul li:hover a::after,
.list_product .left .list ul li.active a::after {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .left .list ul li:hover a::before,
.list_product .left .list ul li.active a::before {
  border-color: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .left .list ul li a {
  position: relative;
  padding-left: 1.875rem;
  display: block;
}
.list_product .left .list ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(23, 63, 134, 0.2);
  background: #fff;
}
.list_product .left .list ul li a::after {
  content: "";
  background: url(../images/duigou.svg) no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  border-radius: 0.25rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product {
  padding-top: 6.25rem;
}
.show_product .bread {
  position: static;
  padding: 1.875rem 0;
  color: rgba(7, 7, 7, 0.7);
}
.show_product .bread .text,
.show_product .bread a {
  color: rgba(7, 7, 7, 0.7);
}
.show_product .row {
  align-items: center;
}
.show_product .left {
  padding-right: 3.125rem;
}
.show_product .right {
  padding-left: 3.125rem;
}
.show_product .title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.625rem;
  color: #000000;
}
.show_product .text {
  color: rgba(0, 0, 0, 0.8);
}
.show_product .name {
  font-weight: 700;
  font-size: 1.625rem;
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 2.375rem;
  color: #173F86;
}
.show_product .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1875rem;
  height: 1.75rem;
  background: #173F86;
  transform: translateY(-50%);
}
.show_product .more {
  border-radius: 0.625rem;
  line-height: 5rem;
  padding: 0;
  width: 12.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.show_product .more .iconfont {
  font-size: 2rem;
  margin-right: 1rem;
  font-weight: normal;
}
.show_product .more:hover .iconfont {
  transform: translateX(0);
}
.show_product_two {
  padding-top: 3.125rem;
}
.show_product_two .top {
  line-height: 6.25rem;
  border: 1px solid rgba(23, 63, 134, 0.16);
  border-radius: 0.625rem;
  position: sticky;
  top: 6.25rem;
  left: 0;
}
.show_product_two .top ul {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.625rem;
}
.show_product_two .top ul li {
  font-size: 1.25rem;
  color: #000000;
  text-align: center;
  flex: 1 0 0;
  border-radius: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.show_product_two .top ul li:hover,
.show_product_two .top ul li.active {
  background: #173F86;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .bot .name {
  line-height: 5.625rem;
  background: #F6F7FA;
  font-size: 1.75rem;
  padding: 0 2.1875rem;
  color: #000000;
}
.show_product_two .bot table td {
  padding: 1.875rem 2.1875rem;
  border-top: 1px solid rgba(23, 63, 134, 0.16);
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.show_product_two .bot table td:nth-child(1) {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  width: 30%;
}
.show_product_two .bot table td:nth-child(2) {
  font-weight: 400;
  width: 70%;
  color: #000000;
}
.list_download .left input {
  line-height: 5rem;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(23, 63, 134, 0.2);
  background-color: #fff;
  width: calc(100% - 12.5rem);
  display: block;
  border-radius: 0.625rem 0 0 0.625rem;
}
.list_download .left .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_download .left button {
  width: 12.5rem;
  border: 1px solid #173F86;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0.625rem 0.625rem 0;
  line-height: 5rem;
}
.list_download .left button .iconfont {
  display: block;
  margin-right: 0.625rem;
  font-size: 1.25rem;
  font-weight: normal;
}
.list_download .left button:hover .iconfont {
  transform: translateX(0);
}
.list_download .right button {
  width: 100%;
  border-radius: 0.625rem;
  line-height: 5rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
}
.list_download .right button:hover {
  background: #173F86;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .bot {
  background: #FFFFFF;
  border: 1px solid rgba(23, 63, 134, 0.1);
  border-radius: 0.625rem;
}
.list_download .bot .ul1 {
  display: flex;
  align-items: center;
  border-radius: 0.625rem 0.625rem 0 0;
  border-bottom: 1px solid rgba(23, 63, 134, 0.1);
  position: relative;
}
.list_download .bot .ul1 li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  position: relative;
  text-align: center;
  font-weight: 600;
  flex: 1 0 0;
}
.list_download .bot .ul1 li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .bot .ul1 li:hover::before,
.list_download .bot .ul1 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_download .bot .ul1 li:hover a,
.list_download .bot .ul1 li.active a {
  color: #173F86;
}
.list_download .bot .ul1 li a {
  padding: 1.875rem 0;
}
.list_download .bot .ul2 li {
  padding: 1.25rem 2rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  color: #000000;
  cursor: pointer;
}
.list_download .bot .ul2 li:hover {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .bot .ul2 li:nth-child(odd) {
  background: #F7F9FF;
  border-bottom: 1px solid rgba(23, 63, 134, 0.1);
}
.list_download .bot .ul2 li div:nth-child(1) {
  width: 50%;
}
.list_download .bot .ul2 li div:nth-child(2) {
  width: 25%;
}
.list_download .bot .ul2 li div:nth-child(2) span {
  color: rgba(0, 0, 0, 0.5);
}
.list_download .bot .ul2 li div:nth-child(3) {
  width: 25%;
  text-align: right;
}
.list_download .bot .ul2 li div:nth-child(3) .more {
  line-height: 2.5rem;
}
.modal-content {
  border-radius: 1.25rem;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.contact_pop_up.download_pop_up .modal-content {
  padding: 2.5rem 2.8125rem 4rem;
}
.contact_pop_up.download_pop_up form .flex .left {
  width: 6.25rem;
}
.contact_pop_up.download_pop_up form .flex .right {
  width: calc(100% - 6.25rem);
}
.contact_pop_up.download_pop_up form .flex .right.yzm {
  display: flex;
  align-items: center;
}
.contact_pop_up.download_pop_up form .flex .right.yzm input {
  width: calc(100% - 10rem);
}
.contact_pop_up.download_pop_up form .flex .right.yzm img {
  height: 3.75rem;
  width: 9rem;
  border: 1px solid rgba(23, 63, 134, 0.16);
  border-radius: 0.625rem;
  margin-left: 1rem;
}
.contact_pop_up.download_pop_up .more.w100 {
  border-radius: 0.625rem;
  line-height: 3.75rem;
  text-align: center;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  line-height: 6.25rem;
  width: 100%;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
header .iconfont {
  display: block;
}
header .lanuage {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #000000;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5625rem;
  position: relative;
  font-size: 1.125rem;
}
header .center > ul > li > a {
  position: relative;
  font-weight: 600;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #173F86;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #173F86;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .right {
  display: flex;
  align-items: center;
  padding-left: 3rem;
}
header .right .ds1 {
  padding-left: 2.5rem;
}
header .right .ds1 .iconfont {
  font-size: 1.5rem;
  font-weight: 600;
}
header .right .lanuage {
  font-weight: 600;
}
header .right .lanuage a:hover {
  color: #173F86;
}
header .right .lanuage .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  margin-right: 0.625rem;
}
.section01 .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  text-align: center;
  color: #FFFFFF;
}
.section01 .p2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.75rem;
  color: #FFFFFF;
}
.section01 .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
.section01 .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.5;
  border-radius: 2px;
  width: 1.875rem;
  height: 0.25rem;
}
.section01 .swiper-pagination-bullet-active {
  opacity: 1;
}
.section01 .swiper-slide {
  height: 100vh;
}
.section01 .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}
.section01 .swiper-pagination {
  bottom: 1.875rem;
}
#fp-nav {
  right: auto;
  left: 1.875rem;
  width: 1rem;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li,
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 1rem !important;
  height: 1rem !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  left: 0;
  top: 0;
  margin: 0;
}
#fp-nav ul li {
  margin-bottom: 1.25rem;
}
#fp-nav ul li a.active {
  background: #fff;
  border-radius: 50%;
}
#fp-nav ul li:last-child {
  margin-bottom: 0;
}
.alincenter {
  align-items: center;
}
.section02 .left {
  padding-right: 5rem;
}
.section02 .text {
  font-size: 1.2rem;
  line-height: 1.95rem;
  margin: 4.375rem 0 3.75rem;
  color: #FFFFFF;
}
.section02 .right ul li {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
}
.section02 .right ul li a {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem;
  padding: 4.375rem 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .right ul li a img {
  height: 6.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .right ul li:hover > a {
  box-shadow: 0 0 1.25rem rgba(23, 64, 134, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #173F86;
}
.section02 .right ul li:hover > a img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .right .name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.625rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.625rem;
}
.section03 .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.875rem;
  color: #FFFFFF;
  padding-top: 1.875rem;
}
.section03 .swiper-button-next {
  right: -6.25rem;
}
.section03 .jiantou {
  top: 40%;
}
.section03 .swiper-button-prev {
  left: -6.25rem;
}
.section03 .swiper-slide:hover img {
  transform: scale(1.1);
}
.section03 .swiper-slide:hover .name {
  color: #173F86;
}
.jiantou {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: transparent;
  background: #fff;
  border-radius: 50%;
}
.jiantou .iconfont {
  display: block;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 600;
}
.jiantou:hover {
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.jiantou:hover .iconfont {
  color: #fff !important;
}
.index_top {
  padding-top: 6.25rem;
}
.section05.section .squer_news {
  margin-bottom: 0;
}
.section05.section .center > div {
  height: 50%;
}
.section05.section .center > div:hover > div {
  box-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05.section .center > div > div {
  height: calc(100% - 1rem);
  display: flex;
  align-items: center;
}
.section05.section .center > div:nth-child(1) > div {
  margin-bottom: 1rem;
}
.section05.section .center > div:nth-child(2) > div {
  margin-top: 1rem;
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  box-shadow: 0 0 0.625rem rgba(88, 88, 88, 0.25);
  margin-bottom: 1.25rem;
  background: #173F86;
}
.rightfix li:nth-child(1) .right_div {
  min-width: 7.5rem;
  height: 7.5rem;
}
.rightfix li:nth-child(1) .right_div img {
  height: 100%;
  width: 100%;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  color: #fff;
}
.rightfix li::before {
  display: none;
}
.fix_ul li:hover {
  background: #fff;
}
.fix_ul li:hover .iconfont {
  color: #173F86;
}
footer {
  background: #252A2A;
  padding: 4.0625rem 0 2.8125rem;
}
footer .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
footer .text {
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.7);
}
footer .left:nth-child(1) {
  width: 20%;
}
footer .left:nth-child(2),
footer .left:nth-child(3) {
  width: 17%;
}
footer .left:nth-child(4),
footer .left:nth-child(5) {
  width: 13%;
}
footer a.text:hover {
  font-weight: 600;
  color: #fff;
}
footer .right {
  width: 20%;
  text-align: center;
}
footer .right .ewm {
  margin: 2.375rem 0 1.4375rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #FFFFFF;
}
footer .right .ewm p {
  margin-top: 0.625rem;
}
footer .fenxiang {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  justify-content: center;
}
footer .fenxiang .social-share li a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.beian {
  padding: 0.875rem 0;
  background: #252A2A;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.beian .text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
}
.beian .text a {
  color: rgba(255, 255, 255, 0.5);
}
.show_jsfwwx_two {
  background: url(../images/10.png) no-repeat;
  background-size: cover;
  padding: 4.0625rem 0 4.6875rem;
}
.show_jsfwwx_two .title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.show_jsfwwx_two .more {
  background: #fff;
  padding: 0 3.375rem;
  color: #173F86;
  font-weight: 600;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-industry {
  position: relative;
}
.index-industry .industry-wz {
  left: 0;
  right: 0;
  top: 12rem;
  z-index: 2;
}
.index-industry .swiper-slide {
  height: 100vh;
}
.index-industry .swiper-slide .h100 {
  height: 100vh;
  object-fit: cover;
}
.index-industry .index-industry-lunbo .industry-wz {
  left: 50%;
  top: calc(50% + 4.25rem);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 5.9375rem;
  width: 40.3125rem;
  height: 40.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.index-industry .index-industry-lunbo .industry-wz .industry-nr {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 33;
}
.index-industry .index-industry-lunbo .industry-wz .number {
  font-family: Montserrat-bold;
  font-size: 12.5rem;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
}
.index-industry .index-industry-lunbo .industry-wz .title {
  font-size: 3.125rem;
  line-height: 1.25;
  margin-top: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.index-industry .index-industry-lunbo .industry-wz .title a {
  color: #FFF;
}
.index-industry .index-industry-lunbo .industry-wz .wz-hh {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-industry .index-industry-lunbo .industry-wz .wz-hh a {
  color: #FFF;
}
.index-industry .index-industry-lunbo .industry-wz .jiantou1 {
  margin-top: 3.5625rem;
}
.index-industry .index-industry-lunbo .industry-wz .jiantou1 a {
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 3.75rem;
}
.index-industry .index-industry-lunbo .industry-wz .jiantou1 a .iconfont {
  font-weight: 600;
  display: block;
  font-size: 1.5rem;
}
.index-industry .index-industry-lunbo .industry-wz .jiantou1 a:hover {
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index-industry .index-industry-lunbo .industry-wz .jiantou1 a:hover .iconfont {
  color: #fff !important;
}
.index-industry .industry-ul {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  z-index: 3;
  width: 20rem;
}
.index-industry .industry-ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  /* or 250% */
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.index-industry .industry-ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.875rem;
  width: 16px;
  height: 1px;
  background: #fff;
}
.index-industry .industry-ul li.active {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3rem;
}
.index-industry .industry-ul li.active::after {
  width: 3.375rem;
  left: -4.25rem;
}
.yuans {
  overflow: hidden;
  display: none;
}
.svg-circle {
  width: 103%;
  height: 103%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.wz-yuan {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
#box_7 .over {
  border-radius: 1.25rem 1.25rem 0 0;
}
#box_7 .name {
  border-radius: 0 0 1.25rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1rem 1rem;
  height: auto;
}
#box_7 .swiper-slide {
  background: #F6F7FA;
  height: auto;
}
#box_7 .swiper-slide:hover img {
  transform: scale(1.1);
}
#box_7 .swiper-slide:hover .name {
  background: #173F86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
#box_7 .swiper-button-next {
  right: -6.25rem;
}
#box_7 .swiper-button-prev {
  left: -6.25rem;
}
#box_7 .jiantou {
  border: 1px solid #a8a8a8;
}
#box_7 .jiantou .iconfont {
  color: #a8a8a8;
}
.dian {
  position: relative;
  padding-left: 0.9375rem;
}
.dian::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}
.show_pro_last_box1 .title {
  font-size: 2.5rem;
  line-height: 3.625rem;
  color: #000000;
  margin-bottom: 3.125rem;
}
.show_pro_last_box1 .ul1 li > div {
  height: 100%;
  background: #F6F7FA;
  border-radius: 1.25rem;
  padding: 3.125rem 1.5625rem 2.0625rem;
}
.show_pro_last_box1 .ul1 li > div .text.mt15 {
  min-height: 5.25rem;
}
.show_pro_last_box1 .ul1 li > div .text.mt16 {
  min-height: 11.25rem;
}
.show_pro_last_box1 .ul1 li > div .bot {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 1.875rem;
  margin-top: 1.5625rem;
}
.show_pro_last_box1 .ul1 li > div .bot .font18 {
  margin-bottom: 0.625rem;
}
.show_pro_last_box1 .ul1 li > div .bot .left {
  float: left;
  width: 60%;
  line-height: 2.125rem;
}
.show_pro_last_box1 .ul1 li > div .bot .right {
  float: right;
  width: 40%;
  text-align: right;
  line-height: 2.125rem;
}
.show_pro_last_box1 .text {
  color: rgba(0, 0, 0, 0.8);
}
.show_pro_last_box1 .text p {
  position: relative;
  padding-left: 0.9375rem;
}
.show_pro_last_box1 .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}
.show_pro_last_box1 .swiper-slide {
  height: auto;
}
.show_pro_last_box1 .swiper-slide.bgf7 {
  background: #F6F7FA !important;
}
.show_pro_last_box1 .font18 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #173F86;
}
.show_pro_last_box1 .font24 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #173F86;
}
.show_pro_last_box1 .ul2 li {
  align-items: center;
  margin-bottom: 6.25rem;
}
.show_pro_last_box1 .ul2 li:nth-child(even) .left {
  order: 2;
}
.show_pro_last_box1 .ul2 li:nth-child(even) .right {
  order: 1;
}
.show_pro_last_box1 .ul2 li:last-child {
  margin-bottom: 0;
}
.show_pro_last_box1 .ul3 .icon img {
  height: 8.9375rem;
}
.show_pro_last_box1 .ul3 .font24 {
  margin: 1.625rem 0 0.875rem;
}
.show_pro_last_box1 .ul3 .swiper-slide {
  background: #FFFFFF;
  border-radius: 1.25rem;
  text-align: center;
  padding: 1.9375rem 2.0625rem 3.125rem;
}
.show_pro_last_box1 .ul3 .text.tl {
  text-align: left;
}
.show_pro_last_box1 .ul3 .font24.tl {
  text-align: left;
}
.show_pro_last_box1 .ul3 .swiper-pagination {
  bottom: 0;
}
.show_pro_last_box1 .ul3 .swiper-container {
  padding-bottom: 3.4375rem;
}
.show_pro_last_box1 .ul4 .swiper-pagination {
  bottom: 0;
}
.show_pro_last_box1 .ul4 .swiper-slide {
  background: #fff;
  border-radius: 1.25rem;
  padding: 3.4375rem 2.5rem 3.75rem;
  height: auto;
}
.show_pro_last_box1 .ul4 .swiper-container {
  padding-bottom: 3.4375rem;
}
.table_color tr {
  vertical-align: middle;
}
.table_color tr td {
  padding: 0.625rem 1rem;
  vertical-align: middle !important;
  align-items: center;
}
.table_color tr td:last-child {
  background: #C14C36;
  color: #fff;
}
.table_color tr td:nth-last-child(2) {
  background: #337B84;
  color: #fff;
}
.table_color tr td:nth-last-child(3) {
  background: #044851;
  color: #fff;
}
.table_color tr td:nth-last-child(4) {
  background: #068FBE;
  color: #fff;
}
@media (max-width: 1600px) {
  .section01 .p1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .section01 .p2 {
    font-size: 1.5rem;
  }
  .section05 .squer_news .content {
    padding: 1.5rem 2rem 2rem;
  }
  .index_top {
    padding-top: 4.25rem;
  }
  .section05 .mt60,
  .section03 .mt60 {
    margin-top: 2.1875rem;
  }
  .show_pro_last_box1 .font24 {
    font-size: 1.375rem;
  }
}
@media (max-width: 1440px) {
  .section02 .right ul li a {
    padding: 3.375rem 0;
  }
  .section02 .right ul li a img {
    height: 4rem;
  }
  .title {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
  .en_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .section02 .text {
    margin: 2.375rem 0 3.75rem;
  }
  header .container {
    padding: 0 4rem;
  }
  .big_enname {
    font-size: 10rem;
  }
  .big_enname span {
    left: -2rem;
    font-size: 1.5rem;
  }
  .list_contact ul li .icon img {
    height: 6rem;
  }
  .list_history .left ul li {
    font-size: 4rem;
  }
  .show_product_two .top {
    line-height: 5.25rem;
  }
  .show_product .text.mb40 {
    margin: 1.5625rem 0;
  }
  .list_history .left ul li.active div {
    font-size: 5.25rem;
  }
  .show_product .title,
  .show_pro_last_box1 .title {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    width: 35.3125rem;
    height: 35.3125rem;
  }
  .index-industry .index-industry-lunbo .industry-wz .title {
    font-size: 2.8rem;
  }
  .index-industry .index-industry-lunbo .industry-wz .number {
    font-size: 10rem;
  }
  .list_join .bot .ul li > div {
    padding: 5rem 2rem 4.0625rem;
  }
  .list_join .bot .ul li .name {
    font-size: 1.375rem;
  }
}
@media (max-width: 1366px) {
  .section01 .p1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .section01 .p2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .section02 .right ul li a {
    padding: 3rem 0;
  }
  .jiantou {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
  }
  .section03 .swiper-button-next {
    right: -5.25rem;
  }
  .section03 .swiper-button-prev {
    left: -5.25rem;
  }
  .section03 .name {
    line-height: 1.875rem;
  }
  .section05 .squer_news .content {
    padding: 1rem 1.5rem 1.25rem;
  }
  .section05 .mt60,
  .section03 .mt60 {
    margin-top: 1.1875rem;
  }
  #fp-nav {
    left: 1rem;
  }
  #fp-nav ul li {
    margin-bottom: 0.65rem;
  }
  #fp-nav ul li,
  .fp-slidesNav ul li,
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }
  .list_join .bot .ul li > div {
    padding: 3rem 1.5rem 3rem;
  }
  .show_pro_last_box1 .ul1 li > div {
    padding: 2rem 1rem 1.5rem;
  }
  .show_pro_last_box1 .font24 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .index-industry .index-industry-lunbo .industry-wz .title {
    font-size: 2.3rem;
  }
  .nyerji ul li {
    font-size: 1rem;
  }
  .list_join .bot .ul li > div {
    padding: 3rem 1.5rem 3rem;
  }
  .list_join .bot .ul li .name {
    font-size: 1.25rem;
  }
  .list_contact_two ul li {
    padding-left: 2rem;
  }
}
@media (max-width: 990px) {
  header {
    display: none;
  }
  .list_history .right {
    padding-left: 15px;
  }
  .list_history .left {
    display: none;
  }
  .section01 .swiper-slide img,
  .section01 .swiper-slide {
    height: calc(100vh - 60px);
  }
  .p_top {
    top: -60px;
  }
  .index_top {
    padding-top: 0;
  }
  .section04 {
    padding: 0;
  }
  .section02,
  .section03,
  .section05 {
    padding: 45px 0;
  }
  .index-industry-lunbo,
  .industry-wz,
  .industry-ul {
    display: none;
  }
  .section02 .left {
    padding-right: 15px;
  }
  .section02 .text {
    margin: 15px 0;
  }
  .title {
    font-size: 28px;
    line-height: 42px;
  }
  .en_title {
    font-size: 14px;
    line-height: 26px;
  }
  .section03 .swiper-button-next,
  .section03 .swiper-button-prev {
    display: none;
  }
  .section03 .swiper-container {
    padding-bottom: 45px;
  }
  .section03 .swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .section03 .swiper-container .swiper-pagination-bullet-active {
    background: #173F86;
  }
  .list_news .squer_news .text,
  .section05 .squer_news .text {
    margin: 5px 0 15px;
  }
  footer {
    display: none;
  }
  .big_enname {
    display: none;
  }
  .list_about .left {
    padding-right: 15px;
    display: none;
  }
  .list_about .right {
    padding-left: 15px;
    padding-top: 0;
  }
  .nyban .hover .p1 {
    font-size: 30px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
  }
  .bread,
  .nyerji {
    display: none;
  }
  .list_contact ul li .icon img {
    height: 5rem;
  }
  .p120 {
    padding: 60px 0;
  }
  .list_contact_two ul {
    margin-top: 30px;
  }
  .list_contact_two ul li {
    padding: 0 25px;
  }
  .list_contact_two .name {
    font-size: 20px;
    line-height: 30px;
  }
  .contact_pop_up .modal-title,
  .join_pop_up #staticBackdropLabel {
    font-size: 24px;
    line-height: 30px;
  }
  .contact_pop_up .modal-content,
  .contact_pop_up.download_pop_up .modal-content {
    padding: 25px;
  }
  .modal-dialog {
    max-width: 96% !important;
  }
  .list_download .left input,
  .list_download .left button,
  .list_download .right button {
    line-height: 45px;
  }
  .list_download .bot .ul2 li div:nth-child(1) {
    width: 75%;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
  .list_history .right {
    margin-top: 20px;
  }
  .list_history .year {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #173F86;
  }
  .list_history .right > div {
    display: block;
    margin-bottom: 25px;
  }
  .list_history .right > div:last-child {
    margin-bottom: 0;
  }
  .list_history .right ul li span {
    font-size: 24px;
    line-height: 30px;
  }
  .list_history .right ul li {
    padding: 20px 0;
    align-items: flex-start;
  }
  .list_history .right ul li div {
    font-size: 16px;
  }
  .list_history .right ul li div {
    padding-top: 2.5px;
  }
  .list_join .bot .ul li > div {
    padding: 3rem 2.5rem 3rem;
  }
  .list_join .bot .ul li .text {
    margin: 0.625rem 0 2rem;
  }
  .list_join .top .text {
    margin-top: 20px;
  }
  .flex_left_right .left {
    padding-right: 15px;
  }
  .flex_left_right .right {
    padding-left: 15px;
    margin-top: 15px;
  }
  .flex_left_right li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .flex_left_right .right .text {
    color: rgba(0, 0, 0, 0.8);
    margin: 15px 0;
  }
  .flex_left_right .right .name {
    font-size: 20px;
    line-height: 30px;
  }
  .list_product .left .list ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .list_product .left .list {
    margin-bottom: 20px;
  }
  .list_product .left .name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .list_qa .list .q {
    font-size: 18px;
  }
  .show_jsfwywx .flex_left_right li:nth-child(odd) .right {
    order: 2;
    padding: 0;
  }
  .show_jsfwywx .flex_left_right .left {
    width: 100%;
  }
  .show_jsfwywx .flex_left_right .right {
    width: 100%;
  }
  .show_jsfwywx .flex_left_right li > .clearfix {
    flex-wrap: wrap;
  }
  .show_jsfwywx .flex_left_right li:nth-child(odd) .left {
    padding: 0;
    order: 1;
  }
  .show_jsfwywx .flex_left_right .left {
    padding: 0;
  }
  .show_jsfwywx .flex_left_right .right {
    padding-left: 0;
  }
  .show_jsfwywx .top .font32 {
    font-size: 20px;
    line-height: 30px;
  }
  .show_jsfwywx .top .number {
    font-size: 6.5rem;
  }
  .show_jsfwywx .top .name {
    padding-bottom: 0.5rem;
  }
  .show_news .left .name {
    font-size: 22px;
    line-height: 30px;
  }
  .show_product .left {
    padding-right: 15px;
  }
  .show_product .right {
    padding-left: 15px;
    margin-top: 15px;
  }
  .show_product .title {
    font-size: 22px;
    line-height: 32px;
  }
  .show_pro_last_box1 .ul2 li {
    margin-bottom: 15px;
  }
  .show_pro_last_box1 .ul3 .swiper-container,
  .show_pro_last_box1 .ul4 .swiper-container {
    padding-bottom: 35px;
  }
  .mt45 {
    margin-top: 15px;
  }
  .show_pro_last_box1 .font24 {
    font-size: 18px;
  }
  .show_pro_last_box1 .ul1 li > div .bot {
    padding-top: 15px;
    margin-top: 15px;
  }
  .show_pro_last_box1 .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .show_product .text.mb40 {
    margin: 15px 0;
  }
  .show_product .more {
    line-height: 4rem;
    margin-top: 25px;
  }
  .show_product_two .bot .name {
    line-height: 4.625rem;
    font-size: 18px;
  }
  .show_product_two .bot table td {
    padding: 15px 2.1875rem;
  }
  .show_solution .left {
    padding-right: 15px;
  }
  .show_solution .right {
    padding-left: 30px;
    font-size: 18px;
    padding: 15px 15px 20px 30px;
  }
  .show_solution .right ul li {
    padding: 10px 20px;
  }
  .section04 {
    padding: 45px 0;
  }
  .section04 .phone_show_990 .swiper-container {
    padding-bottom: 45px;
  }
  .section04 .phone_show_990 ul {
    display: flex;
  }
  .section04 .phone_show_990 ul .name {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
  }
  .section04 .phone_show_990 ul .icon img {
    height: 50px;
  }
  .section04 .phone_show_990 ul li {
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.25rem;
    text-align: center;
  }
  .section04 .phone_show_990 .swiper-slide {
    height: auto;
  }
  .section02,
  .section03,
  .section04,
  .section05 {
    background-attachment: initial !important;
  }
  .show_pro_last_box1 .ul1 li {
    margin-bottom: 15px;
  }
  .show_pro_last_box1 .ul1 li:last-child {
    margin-bottom: 0;
  }
  .show_pro_last_box1 .ul1 li > div .text.mt15 {
    min-height: auto;
  }
  .show_pro_last_box1 .ul2 li .right {
    margin-top: 15px;
  }
  .show_pro_last_box1 .ul2 li:nth-child(even) .left {
    order: 1;
  }
  .show_pro_last_box1 .ul2 li:nth-child(even) .right {
    order: 2;
  }
  body {
    overflow-x: hidden !important;
  }
}
@media (max-width: 767px) {
  .section01 .p1 {
    font-size: 20px;
    line-height: 30px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .show_solution_two .swiper-container {
    padding-bottom: 35px;
  }
  .show_solution .name {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .show_product .text.mb40 {
    margin: 8px 0 15px;
  }
  .mt60 {
    margin-top: 15px;
  }
  .show_product .name {
    font-size: 18px;
  }
  .show_product .more {
    line-height: 50px;
    width: 11rem;
  }
  .show_product .more .iconfont {
    font-size: 1.65rem;
    margin-right: 0.5rem;
  }
  .show_jsfwywx .top {
    padding-bottom: 25px;
  }
  .show_product .title {
    font-size: 20px;
    line-height: 30px;
  }
  .show_product_two .top {
    line-height: 55px;
  }
  .show_product_two .top ul li {
    font-size: 14px;
    font-weight: 600;
  }
  .show_news .left .margin.text {
    margin: 0;
    margin-bottom: 15px;
    padding: 20px 0;
  }
  .show_jsfwywx .top {
    margin-top: 15px;
  }
  .show_product_two .top {
    top: 60px;
  }
  .show_news .left .data .social-share li {
    margin-right: 5px !important;
  }
  .show_news .left .data {
    margin: 15px 0 20px;
    font-size: 14px;
  }
  .show_product_two .bot .name {
    padding: 0 15px;
    line-height: 50px;
  }
  .show_product_two .bot table td {
    padding: 12px 15px;
    font-size: 14px;
  }
  .show_product_two .bot table td:nth-child(1) {
    width: 50%;
    padding-right: 0;
    white-space: nowrap;
  }
  .show_product_two .bot table td:nth-child(2) {
    width: 50%;
  }
  .show_news .shangxia span {
    display: none;
  }
  .show_news .shangxia a .line1 {
    width: 100%;
  }
  .show_news .shangxia {
    line-height: 30px;
  }
  .show_news .shangxia .xia {
    text-align: left;
  }
  .show_news .shangxia .xia a {
    justify-content: flex-start;
  }
  .show_news .left .name {
    font-size: 20px;
  }
  .show_news .left .data .fenxiang {
    margin-left: 15px;
  }
  .show_jsfwywx .top .font32 {
    margin-top: 15px;
  }
  .show_jsfwywx .top ul li {
    margin-bottom: 15px;
  }
  .show_jsfwywx .top ul li:last-child {
    margin-bottom: 0;
  }
  .list_qa .list .a {
    padding-top: 15px;
    margin-top: 15px;
  }
  .list_qa .list {
    padding: 20px;
    margin-bottom: 15px;
  }
  .list_qa .list:last-child {
    margin-bottom: 0;
  }
  .list_product .right .ul li {
    margin-bottom: 15px;
  }
  .list_product .right .ul li:last-child {
    margin-bottom: 0;
  }
  .list_qa .list .q > div:nth-child(1),
  .list_qa .list .a > div:nth-child(1) {
    font-size: 16px;
  }
  .mt50 {
    margin-top: 15px;
  }
  .flex_left_right .right .text {
    margin: 8px 0 15px;
  }
  .list_news .squer_news,
  .section05 .squer_news {
    margin-bottom: 15px;
  }
  .list_news .squer_news:last-child,
  .section05 .squer_news:last-child {
    margin-bottom: 0;
  }
  .list_news .squer_news .content {
    padding: 20px 25px 30px;
  }
  .list_join .bot .ul li {
    margin-bottom: 15px;
  }
  .list_join .bot .ul li:last-child {
    margin-bottom: 0;
  }
  .list_join .bot .ul li > div {
    padding: 25px 20px;
  }
  .list_join .bot .ul li .text {
    margin: 8px 0 15px;
  }
  .list_join .top {
    padding: 25px 0;
  }
  .list_join .top .text {
    margin-top: 15px;
  }
  .pc_show_767 {
    display: none;
  }
  .list_history .year {
    font-size: 24px;
  }
  .phone_show_767 {
    display: block;
  }
  .list_history .right ul li {
    padding: 15px 0;
  }
  .contact_pop_up .modal-content,
  .contact_pop_up.download_pop_up .modal-content {
    padding: 15px 0;
  }
  .list_history .right ul li span {
    width: 7rem;
  }
  .list_history .right ul li div {
    width: calc(100% - 7rem);
    padding-left: 10px;
  }
  .list_history .right ul li div {
    font-size: 14px;
  }
  .list_download .right {
    margin-top: 15px;
  }
  .list_download .left input {
    width: 75%;
  }
  .list_download .bot .ul1 li a {
    padding: 1rem 0;
  }
  .list_download .bot .ul2 li {
    flex-wrap: wrap;
    padding: 15px;
  }
  .list_download .bot .ul1 li {
    font-size: 16px;
  }
  .list_download .bot .ul2 li div:nth-child(1) {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  .list_download .bot .ul2 li div:nth-child(2),
  .list_download .bot .ul2 li div:nth-child(3) {
    width: 50%;
  }
  .list_download .left button {
    width: 25%;
    padding: 0;
  }
  .contact_pop_up .close .iconfont,
  .join_pop_up .modal-header button .iconfont {
    font-size: 1.5rem;
  }
  .join_pop_up .modal-header {
    position: static;
  }
  .contact_pop_up .close,
  .join_pop_up .modal-header button {
    position: absolute;
    top: 0;
    right: 6px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 10px #ddd;
    padding: 10px;
  }
  .join_pop_up .modal-header button {
    right: -6px;
    top: 16px;
  }
  .join_pop_up .text.mb50 {
    margin-bottom: 15px;
  }
  .join_pop_up .modal_end {
    padding: 20px 0;
  }
  .join_pop_up .modal_end li a {
    font-size: 16px;
  }
  .join_pop_up .modal-body {
    padding: 20px 0;
  }
  .contact_pop_up form input[type='text'],
  .contact_pop_up form button {
    line-height: 45px;
  }
  .contact_pop_up form button {
    padding: 0 35px;
  }
  .contact_pop_up .city-picker-span {
    height: 45px !important;
    line-height: 43px !important;
  }
  .contact_pop_up .modal-title,
  .join_pop_up #staticBackdropLabel {
    font-size: 20px;
    line-height: 26px;
  }
  .contact_pop_up form .flex:last-child {
    margin-top: 0;
  }
  .list_contact ul li > div {
    padding: 35px 0;
  }
  .list_contact ul li:last-child {
    margin-bottom: 15px;
  }
  .list_contact ul li .icon img {
    height: 50px;
  }
  .list_contact ul li:last-child {
    padding-left: 8px;
  }
  .list_contact ul li:first-child {
    padding-right: 8px;
  }
  .list_contact ul li .name {
    font-size: 18px;
    line-height: 30px;
    margin: 0.75rem 0 15px;
  }
  .list_contact_two ul li {
    padding: 0 15px;
  }
  .list_contact_two ul {
    margin-top: 15px;
  }
  .list_contact_two .time {
    margin: 10px 0 10px;
  }
  .list_contact_two ul li {
    border-right: none;
  }
  .list_contact_two ul li > div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(23, 63, 134, 0.2);
  }
  .list_contact_two ul li:first-child > div {
    padding-top: 0;
  }
  .list_contact_two ul li:last-child > div {
    padding-bottom: 0;
    border-bottom: none;
  }
  .section01 .p2 {
    font-size: 14px;
    line-height: 26px;
  }
  .list_contact {
    padding: 25px 0;
  }
  .p120 {
    padding: 25px 0;
  }
  .section02,
  .section03,
  .section04,
  .section05 {
    padding: 25px 0;
  }
  .title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
  }
  .section02 .right ul {
    margin: 0 -8px;
  }
  .section02 .right ul li {
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .section03 .swiper-container {
    padding-bottom: 35px;
  }
  .section03 .name {
    padding-top: 15px;
    font-size: 16px;
  }
  .section05.section .center {
    display: none;
  }
  .section05 .squer_news .content {
    padding: 20px 25px 30px;
  }
  .list_news .squer_news .name,
  .section05 .squer_news .name {
    font-size: 18px;
    line-height: 30px;
  }
  .text {
    font-size: 14px;
    line-height: 26px;
  }
  .nyban .hover .p1 {
    font-size: 28px;
    line-height: 34px;
  }
  .nyban img {
    height: 300px;
    object-fit: cover;
  }
  .mt40 {
    margin-top: 15px;
  }
  .text18 {
    font-size: 14px;
    line-height: 26px;
  }
  .list_contact ul li:last-child {
    margin-bottom: 0;
  }
  .list_contact_three .text {
    margin: 5px 0 20px;
  }
  .join_pop_up .modal-header {
    padding: 20px 0;
  }
  .join_pop_up .modal-content .padding {
    padding: 0 15px;
  }
  .section04 .phone_show_990 ul .name {
    font-size: 1.125rem;
  }
  .section02 .right ul li a img {
    height: 45px;
  }
  .section02 .right ul li a {
    padding: 2.5rem 0;
  }
  .section04 .swiper-pagination-bullet-active {
    background: #fff;
  }
}
