@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";
  src: url(../fonts/MONTSERRAT-EXTRABOLD.TTF);
}
@font-face {
  font-family: "'sourcehansans1'";
  src: url("../font/SourceHanSansSC-Regular.otf");
}
body {
  font-family: "sourcehansans1" !important;
}
.bg {
  background: #395F8E;
}
.c {
  color: #395F8E;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.125) !important;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul {
  padding: 1.875rem 0;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  padding: 0 1rem;
}
.er-ul ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.er-ul li:hover a {
  color: #395F8E;
}
.er-ul > li:last-child {
  padding-bottom: 0;
}
.er-ul > li:nth-child(1) {
  padding-top: 0;
}
.er-ul {
  padding: 15px 0;
}
.er-ul {
  box-shadow: 0 0 0.625rem #ddd;
  width: 9.375rem;
}
header .nav > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.section04 .swiper-pagination{
  left: 0;
  right: 0;
   margin-top: 20px;
   
}
.section04 .swiper-pagination .swiper-pagination-bullet{
  margin: 0 4px;
  background: #395F8E;

}
.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%;
}
/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}
.sjj_nav a {
  letter-spacing: -0.2px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #395F8E;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 15px;
}
.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li a {
  color: #666;
  width: 80%;
}
.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #395F8E;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .fl img {
  height: 40px;
}
.sjj_nav .bot {
  margin-top: 60px;
}
.pagination {
  justify-content: center;
}
.pagination li {
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 40px;
}
.pagination li.active {
  border-color: #395F8E;
  color: #fff;
  background: #395F8E;
}
.pagination li.active span {
  color: #fff;
}
.sjj_nav > ul > li:first-child {
  border-top: none;
}
.pagination li a {
  display: block;
}
.container {
  width: 100%;
  max-width: 100%;
}
.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}
.sjj_nav .bot > li:first-child form {
  padding-right: 15px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}
.fix_ul li {
  border: none;
  background: #686868;
}
.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}
#phone_nav span,
.seaarch_phone span {
  font-size: 22px;
  padding-left: 0;
}
.phone_lanuage {
  line-height: 40px;
  font-size: 14px;
}
.phone_lanuage a {
  padding: 0 5px;
  display: inline-block;
}
.phone_lanuage a:last-child {
  padding-right: 0;
}
.phone_lanuage a:nth-child(1) {
  position: relative;
}
.phone_lanuage a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #8b8b8b;
  right: -2px;
}
.phone_search.ds {
  line-height: 40px;
  margin-left: 15px;
}
.serbtn {
  background: #395F8E;
}
.searchbox {
  border-color: #395F8E;
}
.phone_show {
  display: none;
}
.pc_show {
  display: block;
}
@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;
  }
  .phone_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 6.25rem;
  z-index: 9000;
}
header .logo {
  font-weight: 700;
  font-size: 1.5rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
header .nav > li {
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  float: left;
  padding: 0 1.3125rem;
  color: #FFFFFF;
}
header .nav > li > a {
  color: #FFFFFF;
  position: relative;
}
header .nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #395F8E;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .nav > li.active > a::before,
header .nav > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .header_circle {
  margin-left: 1.25rem;
}
header .header_circle > div {
  width: 3.125rem;
  text-align: center;
  line-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
}
header .header_circle .iconfont {
  color: #fff;
  display: block;
  font-size: 1.25rem;
}
header.active,
.fp-viewing-page2 header,
.fp-viewing-page3 header,
.fp-viewing-page4 header,
.fp-viewing-page5 header,
.fp-viewing-page6 header,
header:hover {
  background: #fff;
  box-shadow: 0 0 0.625rem #ddd;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active .logo,
.fp-viewing-page2 header .logo,
.fp-viewing-page3 header .logo,
.fp-viewing-page4 header .logo,
.fp-viewing-page5 header .logo,
.fp-viewing-page6 header .logo,
header:hover .logo,
header.active .nav > li > a,
.fp-viewing-page2 header .nav > li > a,
.fp-viewing-page3 header .nav > li > a,
.fp-viewing-page4 header .nav > li > a,
.fp-viewing-page5 header .nav > li > a,
.fp-viewing-page6 header .nav > li > a,
header:hover .nav > li > a,
header.active .header_circle .iconfont,
.fp-viewing-page2 header .header_circle .iconfont,
.fp-viewing-page3 header .header_circle .iconfont,
.fp-viewing-page4 header .header_circle .iconfont,
.fp-viewing-page5 header .header_circle .iconfont,
.fp-viewing-page6 header .header_circle .iconfont,
header:hover .header_circle .iconfont {
  color: #181818;
}
header.active .nav > li:hover > a,
.fp-viewing-page2 header .nav > li:hover > a,
.fp-viewing-page3 header .nav > li:hover > a,
.fp-viewing-page4 header .nav > li:hover > a,
.fp-viewing-page5 header .nav > li:hover > a,
.fp-viewing-page6 header .nav > li:hover > a,
header:hover .nav > li:hover > a {
  color: #395F8E !important;
}
header.active .nav > li > a::before,
.fp-viewing-page2 header .nav > li > a::before,
.fp-viewing-page3 header .nav > li > a::before,
.fp-viewing-page4 header .nav > li > a::before,
.fp-viewing-page5 header .nav > li > a::before,
.fp-viewing-page6 header .nav > li > a::before,
header:hover .nav > li > a::before {
  background: #395F8E;
}
header.active .nav > li.active > a,
.fp-viewing-page2 header .nav > li.active > a,
.fp-viewing-page3 header .nav > li.active > a,
.fp-viewing-page4 header .nav > li.active > a,
.fp-viewing-page5 header .nav > li.active > a,
.fp-viewing-page6 header .nav > li.active > a,
header:hover .nav > li.active > a {
  color: #395F8E;
}
header.active .header_circle > div,
.fp-viewing-page2 header .header_circle > div,
.fp-viewing-page3 header .header_circle > div,
.fp-viewing-page4 header .header_circle > div,
.fp-viewing-page5 header .header_circle > div,
.fp-viewing-page6 header .header_circle > div,
header:hover .header_circle > div {
  border: 1px solid rgba(24, 24, 24, 0.6);
}
.active .num_ul li,
.num_ul.active li {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  animation: shangxia 2s infinite;
  cursor: pointer;
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .scroll img {
  width: 4.875rem;
}
.banner .hover_video {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}
.banner .hover_video .container,
.banner .hover_video .container .pr {
  height: 100%;
}
.banner .hover_video .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  opacity: 1;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.404));
}
.banner .hover_video.active .iconfont {
  opacity: 1;
}
.banner .swiper-slide {
  height: 100vh;
}
.banner .swiper-slide .img img {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}
@keyframes banner {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.banner .swiper-slide video {
  height: 100vh !important;
  object-fit: cover !important;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  color: #fff;
}
.banner .hover .p2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  color: #fff;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 2.375rem;
  right: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 1.375rem;
  padding: 0 1rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.125rem;
  background: #fff;
  left: 2.25rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 3.75rem;
  position: relative;
  color: #ffffff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 2.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-next {
  right: auto;
  left: 4.875rem;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3rem;
  margin-top: 0;
  bottom: 2rem;
  top: auto;
  z-index: 9991;
}
.banner .swiper-button-next .iconfont,
.banner .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #fff;
  display: block;
}
.title {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.375rem;
  color: rgba(0, 0, 0, 0.9);
}
.en_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  color: #C4000F;
}
.index_p_top {
  padding-top: 6.25rem;
}
.section02 {
  position: relative;
}
.section02 .pa {
  bottom: 0;
  left: 0;
  width: 100%;
}
.section02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.25rem;
  background: #395F8E;
  z-index: -1;
}
.section02 .gallery-thumbs {
  padding-bottom: 2rem;
}
.section02 .gallery-thumbs::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.section02 .gallery-thumbs .text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-top: 2.4375rem;
}
.section02 .gallery-thumbs .text::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #9CAFC7;
}
.section02 .gallery-thumbs .swiper-slide-thumb-active .text {
  font-size: 1.875rem;
  color: #fff;
}
.section02 .gallery-thumbs .swiper-slide-thumb-active .text::before {
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  top: 0.5rem;
}
.section02 .gallery-thumbs .swiper-slide-thumb-active .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
.section02 .padding_top {
  padding: 0 2.3125rem;
}
.section02 .swiper-button-next {
  right: calc(21% + 1.375rem);
}
.section02 .swiper-button-prev {
  left: calc(21% + 1.375rem);
}
.section02 .swiper-button-next,
.section02 .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3rem;
  text-align: center;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.section02 .swiper-button-next .iconfont,
.section02 .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
}
.section02 .swiper-button-next:hover,
.section02 .swiper-button-prev:hover {
  background: #395F8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .swiper-button-next:hover .iconfont,
.section02 .swiper-button-prev:hover .iconfont {
  color: #fff !important;
}
.section02 .gallery-top .swiper-wrapper {
  align-items: flex-end;
}
.section02 .gallery-top .swiper-slide {
  padding: 0 5px;
}
.section02 .gallery-top .swiper-slide a {
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 2rem 0 2.8125rem;
  text-align: center;
  position: relative;
}
.section02 .gallery-top .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}
.section02 .gallery-top .swiper-slide a img {
  opacity: 0.5;
  padding: 0 1.5rem;
}
.section02 .gallery-top .swiper-slide .hover {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding: 0 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  opacity: 0.5;
  width: 100%;
}
.section02 .gallery-top .swiper-slide .name {
  text-align: left;
  font-size: 1.75rem;
}
.section02 .gallery-top .swiper-slide .text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.5rem;
  overflow: hidden;
  color: #000000;
  height: 0;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active img,
.section02 .gallery-top .swiper-slide.swiper-slide-active .hover {
  opacity: 1;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active img {
  padding: 0;
  height: 24.5625rem;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active a::before {
  display: none;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active .text {
  height: auto;
}
.section02 .gallery-top .swiper-slide.swiper-slide-active .name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.6875rem;
  color: #000000;
}
.section02 .gallery-top .swiper-slide-prev a img,
.section02 .gallery-top .swiper-slide-next a img {
  padding: 0;
}
.section03 .left img {
  height: 100vh;
  object-fit: cover;
}
.section03 .right {
  display: flex;
  align-items: center;
  padding-right: 15rem;
  padding-left: 5rem;
}
.section03 .right .text.line3 {
  -webkit-line-clamp: 8;
  font-weight: 400;
  font-size: 1.125rem;
  margin: 2.5rem 0 4.0625rem;
  line-height: 1.875rem;
  color: #000000;
}
.section03 .right ul li {
  margin-bottom: 3.125rem;
}
.section03 .right ul li .number {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #C4000F;
}
.section03 .right ul li .text {
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #000000;
}
.section03 sub {
  top: -1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.section03 .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section03 .hover ul {
  display: flex;
  align-items: center;
}
.section03 .hover ul li {
  padding: 1.5rem 0;
  flex: 1 0 0;
  text-align: center;
  border: 1px solid rgba(57, 95, 142, 0.5);
  border-left: none;
  width: 25%;
}
.section03 .hover ul li:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .hover ul li .icon {
  margin: 0 auto;
}
.section03 .hover ul li .icon img {
  height: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .hover ul li .icon img:nth-child(1) {
  display: block;
}
.section03 .hover ul li .icon img:nth-child(2) {
  display: none;
}
.section03 .hover ul li:nth-child(3) .icon img:nth-child(1),
.section03 .hover ul li:nth-child(4) .icon img:nth-child(1) {
  display: none;
}
.section03 .hover ul li:nth-child(3) .icon img:nth-child(2),
.section03 .hover ul li:nth-child(4) .icon img:nth-child(2) {
  display: block;
}
.section03 .hover ul li div {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000000;
  margin: 0.3125rem 0 0.125rem;
}
.section03 .hover ul li p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: rgba(0, 0, 0, 0.5);
}
.section03 .hover ul li:nth-child(1),
.section03 .hover ul li:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
}
.section03 .hover ul li:nth-child(1) div,
.section03 .hover ul li:nth-child(2) div,
.section03 .hover ul li:nth-child(1) p,
.section03 .hover ul li:nth-child(2) p {
  color: #fff;
}
.section03 .num_ul li:nth-child(1) {
  text-align: left;
}
.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF6A00;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.more:hover {
  color: #fff;
  border: 1px solid #FF6A00;
}
.more:hover img {
  -webkit-filter: none;
  filter: none;
}
.more:hover::before,
.more.active::before {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.more_btn.more {
  line-height: 3.125rem;
  padding: 0 1.6875rem;
  z-index: 1;
  font-size: 1rem;
  color: #fff;
  background: #FF6A00;
  display: inline-block;
  border-radius: 3.125rem;
}
.more_btn.more::before {
  border-radius: 3.125rem;
  background: #000;
}
.more_btn.more:hover {
  border: none;
  color: #fff;
}
.rightfix {
  border: 1px solid #DAD9D9;
  width: 3.0625rem;
  border: 0.5px solid #DAD9D9;
  background: #fff;
  box-shadow: 2px 3px 6px rgba(150, 148, 148, 0.25);
  right: 0.4375rem;
}
.rightfix li {
  padding: 0.5rem 0.625rem;
  position: relative;
  background: #fff;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #395F8E;
}
.rightfix li:hover {
  background: #395F8E;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.more.bgf {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.more.bgf:hover {
  border: 1px solid #395F8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff !important;
}
.more.bgf::before {
  background: #395F8E;
}
.more.bgtrasn {
  background: transparent;
  border: 1px solid #000000;
  color: #000;
}
.more.bgtrasn .iconfont {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.more.bgtrasn:hover,
.more.bgtrasn.active {
  border: 1px solid #395F8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff !important;
}
.more.bgtrasn:hover a,
.more.bgtrasn.active a {
  color: #fff;
}
.more.bgtrasn::before {
  background: #395F8E;
}
.index_title {
  display: flex;
  align-items: center;
}
.section04 {
  position: relative;
  background: #F7F7F7;
}
.section04 .swiper-container {
  overflow: inherit;
  z-index: 99;
}
.section04 .index_title {
  position: relative;
  z-index: 8;
}
.section04::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32.5rem;
  height: 90%;
  background: url(../img/4.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.section04::after {
  content: "";
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 37.5rem;
  height: 34.0625rem;
  background: url(../img/5.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.section04 .swiper-slide {
  background: #FFFFFF;
  border: 1px solid rgba(164, 164, 164, 0.3);
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.section04 .swiper-slide .left {
  width: 100%;
}
.section04 .swiper-slide .right {
  width: 100%;
  margin-top: 1.875rem;
}
.section04 .swiper-slide:hover .hover {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .swiper-slide:hover .name,
.section04 .swiper-slide:hover .text,
.section04 .swiper-slide:hover .more_a {
  position: relative;
  z-index: 4;
}
.section04 .swiper-slide:hover .data {
  background: #395F8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .swiper-slide:hover .data div,
.section04 .swiper-slide:hover .data p {
  color: #fff;
}
.section04 .swiper-slide .hover {
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section04 .swiper-slide .hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .swiper-slide .hover img {
  height: 100%;
  object-fit: cover;
}
.section04 .swiper-slide .data {
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
  background: #fff;
  left: 0;
}
.section04 .swiper-slide .data > div {
  padding-left: 2.75rem;
}
.section04 .swiper-slide .data > div div {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
}
.section04 .swiper-slide .data > div p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}
.section04 .swiper-slide .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  height: 2.625rem;
  color: #000000;
  padding: 0 0 1rem 0;
}
.section04 .swiper-slide .name .line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.section04 .swiper-slide .text {
  color: rgba(0, 0, 0, 0.5);
  margin: 1rem 0 2rem;
  height: 3.25rem;
}
.section04 .swiper-slide .name {
  margin-right: 1.875rem;
  border-bottom: 1px solid #D9D9D9;
  margin-left: 1.875rem;
}
.section04 .swiper-slide .text,
.section04 .swiper-slide .more_a {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.section04 .swiper-slide:hover img {
  transform: scale(1.1);
}
.section04 .swiper-slide:hover .name a {
  color: #395F8E;
}
.more_a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}
.more_a:hover {
  color: #395F8E;
}
.more_a:hover .iconfont {
  transform: translateX(10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a .iconfont {
  font-size: 1rem;
  display: inline-block;
  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.625rem;
}
.section05.section .container {
  padding-right: 0;
}
.section05::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #395F8E;
  background-size: cover;
  z-index: -1;
}
.section05::after {
  content: "";
  position: absolute;
  bottom: -4.0625rem;
  height: 14rem;
  left: calc(20.25rem + 10.8125rem);
  width: 7.0625rem;
  background: url(../img/9.png) no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  transform: rotate(-90deg);
  z-index: -1;
}
.section05 .left {
  width: 20.25rem;
  float: left;
  padding-top: 2.5rem;
  position: relative;
}
.section05 .left::before {
  content: "";
  position: absolute;
  top: 6.25rem;
  height: 14rem;
  left: -14.8125rem;
  width: 7.0625rem;
  background: url(../img/9.png) no-repeat;
  background-size: 100% 100%;
  background-size: contain;
}
.section05 .left ul {
  padding-top: 7.5rem;
}
.section05 .left ul li {
  margin-bottom: 3.125rem;
}
.section05 .left ul li:last-child {
  margin-bottom: 0;
}
.section05 .left ul li a {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  opacity: 0.5;
  color: #FFFFFF;
  position: relative;
  padding-left: 2.5rem;
}
.section05 .left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.25rem solid #FFFFFF;
}
.section05 .left ul li a .iconfont {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.625rem;
  font-weight: normal;
  margin-left: 0.625rem;
}
.section05 .left ul li.active .iconfont {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .left ul li.active a {
  opacity: 1;
}
.section05 .right {
  width: calc(100% - 20.25rem);
  float: right;
}
.section05 .right ul li {
  display: none;
}
.section05 .right ul li.active {
  display: block;
}
.section05 .right .tr {
  padding-right: 15rem;
  margin-bottom: 2.8125rem;
}
.section05 .right .hover {
  position: absolute;
  bottom: 2.8125rem;
  padding: 0 3.125rem;
}
.section05 .right .hover .text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
}
.section05 .right .hover .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section05 .right .hover .name .iconfont {
  font-size: 2.25rem;
  display: inline-block;
  color: #fff;
}
footer {
  background: #395F8E;
}
footer .name {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  padding-bottom: 0.8125rem;
}
footer .name a {
  color: #FFFFFF;
}
footer .name div {
  display: none;
}
footer .text {
  font-size: 1rem;
  line-height: 2.125rem;
  color: rgba(255, 255, 255, 0.5);
}

footer .left:nth-child(5) .text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #fff
}

footer a.text:hover {
  color: #fff;
}
footer .top {
  padding: 4.5rem 0 3rem;
}
footer .top .left {
  width: 21%;
  float: left;
}
footer .top .left:nth-child(5) {
  width: 16%;
}
footer .top .right {
  float: right;
  max-width: 25%;
  display: none;
}
footer .top .right .lingying li div:hover {
  background: #0B66C1;
}
footer .top .right ul {
  padding-top: 0.5rem;
}
footer .top .right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
footer .top .right ul li > div:nth-child(1) {
  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;
}
footer .top .right ul li > div:nth-child(1) .iconfont {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .top .right ul li div:nth-child(2) {
  padding-left: 0.5625rem;
  width: calc(100% - 2.5rem);
}
footer .top .right .content.flex {
  justify-content: flex-start;
}
footer .top .right .social-share li {
  float: left;
  margin-right: 1.25rem;
}
footer .top .right .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(255, 255, 255, 0.5);
  border: none !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1rem;
}
footer .name1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
footer .bot {
  margin-top: 0.75rem;
}
footer .bot ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  align-items: flex-start;
}
footer .bot ul li {
  flex: 1 0 0;
  padding: 1.375rem 0.8125rem 1.5625rem 2.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  width: 25%;
}
footer .bot ul li:first-child {
  padding-left: 0;
  border-left: none;
}
footer .bot ul li:first-child .img {
  bottom: 0.5rem;
  right: 0.8125rem;
}
footer .bot ul li:first-child .img img {
  width: 5.125rem;
}
footer .bot ul li:nth-child(2) .img {
  right: 3.75rem;
}
footer .bot ul li:nth-child(2) .img img {
  width: 2.375rem;
}
footer .bot ul li:nth-child(3) .img {
  right: 1.25rem;
  bottom: 1.25rem;
}
footer .bot ul li:nth-child(3) .img img {
  width: 9rem;
}
footer .bot ul li:nth-child(4) .img {
  right: 1.25rem;
  bottom: 0;
}
footer .bot ul li:nth-child(4) .img img {
  width: 2.6rem;
}
footer .bot ul li .img {
  position: absolute;
  bottom: 0.5rem;
}
footer .beian {
  background: #325580;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.8125rem 0;
}
footer .beian .text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.4);
}
.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;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  color: #000000;
}
.rightfix li::before {
  display: none;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.nyban .hover .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  color: #FFFFFF;
  margin-bottom: 0.875rem;
}
.nyban .hover .p2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.nyerji {
  line-height: 5.625rem;
  border-bottom: 1px solid #E4E4E4;
}
.nyerji ul {
  display: flex;
  justify-content: center;
}
.nyerji ul li {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 2.1875rem;
}
.nyerji ul li a {
  position: relative;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #395F8E;
  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 {
  color: #395F8E;
}
.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;
}
.ptb70 {
  padding: 4.375rem 0;
}
.bgf7 {
  background: #F7F7F7;
}
.title span {
  position: relative;
  display: inline-block;
  padding-bottom: 1.25rem;
}
.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 0.1875rem;
  background: #C4000F;
}
.list_solution1.list_solution .row.mt100 {
  align-items: center;
}
.list_solution {
  padding-top: 2rem;
}
.list_solution .row.mt100 {
  align-items: flex-end;
  margin-top: 3.125rem;
}
.list_solution .left .name {
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 3.4375rem;
}
.list_solution .right {
  padding-left: 10.5rem;
}
.list_solution .right .list:last-child {
  padding-bottom: 0;
}
.list_solution .right .name {
  background: #E8EDF3;
  mix-blend-mode: normal;
  border-radius: 2.5rem;
  display: inline-block;
  padding: 0 1.625rem;
  font-weight: 700;
  font-size: 1.375rem;
  color: #395F8E;
  line-height: 3.125rem;
}
.list_solution .right .text {
  font-size: 1.125rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.25rem;
}
.list_solution .right .text p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 1.5625rem;
}
.list_solution .right .text p p:first-child {
  margin-top: 0;
}
.list_solution .right .list {
  padding: 2.1875rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.list_solution .right .list:last-child {
  border-bottom: none;
}
.list_solution .right .list:first-child {
  padding-top: 0;
}
.list_about_one .left {
  padding: 3.5rem 2.1875rem 0 15px;
}
.list_about_one .left .text {
  line-height: 1.875rem;
  font-size: 1.125rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3.125rem;
}
.list_about_one .left .text p {
  text-indent: 2em;
}
.list_about_one .right {
  padding-left: 3.125rem;
}
.list_about_one .right .img {
  background: #395F8E;
  border-radius: 50%;
}
.list_about_one .right .img img {
  border-radius: 50%;
}
.list_about_one .right .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.list_about_one .right .hover .number span {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.375rem;
  color: #FFFFFF;
}
.list_about_one .right .hover .number sub {
  top: -2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
.list_about_one .right .hover .text {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #FFFFFF;
}
.list_about_one .right .hover ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list_about_one .right .hover ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 4.6875rem;
}
.list_about_one .right .hover ul li:last-child,
.list_about_one .right .hover ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.list_about_two {
  padding: 9.6875rem 0 12.5rem;
  background: url(../img/13.jpg) no-repeat;
  background-size: cover;
}
.list_about_two .text {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 3.125rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 2.8125rem;
}
.list_abnot_three .top {
  display: flex;
  align-items: center;
}
.list_abnot_three .top .right {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #395F8E;
}
.list_abnot_three .bot .left {
  display: flex;
  align-items: center;
}
.list_abnot_three .bot ul {
  width: 100%;
}
.list_abnot_three .bot ul li {
  margin-bottom: 5.3125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_abnot_three .bot ul li:last-child {
  margin-bottom: 0;
}
.list_abnot_three .bot ul li p {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  text-align: center;
  background: #395F8E;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.875rem;
  color: #FFFFFF;
}
.list_abnot_three .bot ul li > div {
  width: calc(100% - 5.5rem);
  padding-left: 1.25rem;
}
.list_abnot_three .bot ul li > div .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #C4000F;
  margin-bottom: 0.75rem;
}
.list_abnot_three .bot ul li > div .text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.6);
}
.list_about_four .bot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 21.25rem);
  height: 0.125rem;
  background: #fff;
}
.list_about_four .swiper-slide:nth-child(even) {
  margin-top: 14.25rem;
  padding-top: 3.5625rem;
}
.list_about_four .swiper-slide:nth-child(even)::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.list_about_four .swiper-slide:nth-child(even)::after {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  border: 0.1875rem solid #FFFFFF;
}
.list_about_four .swiper-slide:nth-child(odd) {
  padding-bottom: 3.5625rem;
}
.list_about_four .swiper-slide:nth-child(odd)::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.list_about_four .swiper-slide:nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  border: 0.1875rem solid #FFFFFF;
}
.list_about_four .swiper-slide > div {
  padding: 1.875rem 0.9375rem 1.4375rem 1.25rem;
  background: rgba(255, 255, 255, 0.9);
}
.list_about_four .swiper-slide > div .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 2.25rem;
  position: relative;
  padding-bottom: 0.75rem;
  color: #395F8E;
}
.list_about_four .swiper-slide > div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #395F8E;
  width: 4.1875rem;
  height: 0.1875rem;
}
.list_about_four .swiper-slide > div .text {
  font-size: 1rem;
  margin-top: 0.9375rem;
  line-height: 1.625rem;
  height: 3.25rem;
  color: rgba(0, 0, 0, 0.7);
}
.list_about_four .swiper-button-next {
  right: 10.625rem;
}
.list_about_four .swiper-button-prev {
  left: 10.625rem;
}
.list_about_four .swiper-button-next,
.list_about_four .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  line-height: 3.125rem;
  text-align: center;
  background-image: none;
  background: #fff;
  margin-top: 0;
  opacity: 1;
  transform: translateY(-50%);
}
.list_about_four .swiper-button-next .iconfont,
.list_about_four .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 600;
}
.list_about_four .swiper-button-next:hover,
.list_about_four .swiper-button-prev:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #395F8E;
}
.list_about_four .swiper-button-next:hover .iconfont,
.list_about_four .swiper-button-prev:hover .iconfont {
  color: #fff;
}
.list_about_five {
  padding-bottom: 8.4375rem;
}
.list_about_five .hover {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  padding: 5rem 0 5.4375rem;
  background: #395F8E;
}
.list_about_five .left .text {
  margin: 5rem 0 4.375rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.6);
}
.list_about_five .right {
  padding: 2.5rem 0 0 4.6875rem;
}
.list_about_five .right .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #395F8E;
}
.list_about_five .right .name div {
  padding: 1.875rem 0 1.875rem;
  border-top: 2px solid #395F8E;
}
.list_about_five .right .swiper-slide .img {
  padding: 0.625rem;
}
.list_about_five .right .swiper-slide .img img {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
.list_about_five .right .swiper-pagination {
  bottom: 0;
}
.list_about_five .right .swiper-container {
  padding-bottom: 3.75rem;
}
.list_about_five .right .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 1.0625rem;
  opacity: 1;
  height: 1.0625rem;
  margin: 0 0.625rem;
}
.list_about_five .right .swiper-pagination-bullet-active {
  background: #fff;
}
.list_about_five .svg-gong {
  width: 73.5%;
  padding-right: 1.25rem;
}
.list_about_five .more.bgtrasn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
.list_about_five .hover.active .xtzs-svg path {
  stroke-dashoffset: 0;
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}
.list_about_five .xtzs-svg path {
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.list_about_six .section05 {
  z-index: 2;
  padding: 5rem 0;
}
.list_about_six .left {
  padding-top: 0;
}
.list_about_six .right .over {
  border-radius: 1.25rem 0 0 1.25rem;
}
.list_about_six .right .over img {
  border-radius: 1.25rem 0 0 1.25rem;
}
.list_about_six .right ul li {
  padding: 5rem 0 5rem 5rem;
  background: #fff;
}
.list_about_six .right ul li .hover {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  padding: 0 4.5rem;
  width: 100%;
  font-size: 7.5rem;
  line-height: 5.5rem;
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat";
  -webkit-text-stroke: 1px rgba(57, 95, 142, 0.1);
  color: transparent;
}
.list_about_six .right ul li .name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
  color: #000000;
  font-weight: 600;
}
.list_about_six .right ul li .name span {
  font-weight: normal;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 1.125rem;
}
.list_about_six .right ul li .company {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #000000;
  margin: 5.625rem 0 0.75rem;
}
.list_about_six .right ul li .text {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
}
.list_about_six .right ul li .text p {
  margin-bottom: 0.875rem;
}
.list_about_six .right ul li .text p:last-child {
  margin-bottom: 0;
}
.phone_logo img {
  height: 40px;
}
.phone_logo,
.sjj_nav .top .fl {
  font-size: 16px;
  font-weight: 600;
}
.p_top {
  top: -6.25rem;
  position: absolute;
}
.bread {
  padding-top: 1.4375rem;
}
.bread .text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.bread .text a {
  color: rgba(0, 0, 0, 0.5);
}
.bread span:last-child {
  display: none;
}
.list_txrz {
  position: relative;
  z-index: 2;
}
.list_txrz::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.875rem;
  background: #395F8E;
  z-index: -1;
}
.list_txrz .swiper-button-next {
  right: 40%;
}
.list_txrz .swiper-button-prev {
  left: 40%;
}
.list_txrz .swiper-button-next,
.list_txrz .swiper-button-prev {
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3rem;
  text-align: center;
  top: auto;
  margin-top: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_txrz .swiper-button-next:hover,
.list_txrz .swiper-button-prev:hover {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_txrz .swiper-button-next:hover .iconfont,
.list_txrz .swiper-button-prev:hover .iconfont {
  color: #395F8E;
}
.list_txrz .swiper-button-next .iconfont,
.list_txrz .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  font-weight: 600;
}
.list_txrz .swiper-pagination {
  left: 50%;
  line-height: 3.125rem;
  transform: translateX(-50%);
}
.list_txrz .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0.625rem;
}
.list_txrz .swiper-pagination-bullet-active {
  background: #fff;
}
.list_txrz .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  padding-top: 1.875rem;
  color: #FFFFFF;
  text-align: center;
}
.list_txrz .swiper-container {
  padding-bottom: 3.125rem;
}
.list_zlzs .img {
  padding-top: 5.625rem;
}
.list_zlzs .hover {
  position: relative;
  top: -4rem;
  left: 0;
  text-align: center;
}
.list_zlzs .hover .name {
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #395F8E;
}
.list_zlzs .hover .text {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #395F8E;
  width: 55%;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.list_join_one .clearfix.bg {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.list_join_one .clearfix.bg::before {
  content: "";
  position: absolute;
  top: 0;
  height: 11.25rem;
  left: 0;
  width: 5.875rem;
  background: url(../img/9.png) no-repeat;
  background-size: 100% 100%;
  background-size: contain;
}
.list_join_one .clearfix.bg::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  transform: rotate(-90deg);
  height: 11.25rem;
  left: 28%;
  width: 5.875rem;
  background: url(../img/9.png) no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  z-index: 1;
}
.list_join_one .left {
  padding: 0 2.5rem;
  width: 31%;
  float: left;
}
.list_join_one .right {
  width: 69%;
  float: right;
  position: relative;
  z-index: 3;
}
.list_join_one .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  position: relative;
  color: #FFFFFF;
}
.list_join_one .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.3125rem;
  height: 0.1875rem;
  background: #fff;
}
.list_join_one .text {
  line-height: 1.75rem;
  color: #FFFFFF;
  margin-top: 2.1875rem;
}
.list_join_two .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_join_two .index_title .text,
.list_join_three .index_title .text,
.list_join_four .index_title .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
}
.list_join_two .index_title .tr,
.list_join_three .index_title .tr,
.list_join_four .index_title .tr,
.list_join_two .index_title .text,
.list_join_three .index_title .text,
.list_join_four .index_title .text {
  text-align: right !important;
}
.list_join_two .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-bottom: 0.6875rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.9375rem;
  text-align: center;
  color: #000000;
}
.list_join_two .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.3125rem;
  height: 0.125rem;
  background: #C4000F;
}
.list_join_two .text {
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.5);
}
.list_join_two li {
  width: 33.3%;
  padding: 0 0.9375rem;
}
/* .list_join_two li:nth-child(1) {
  width: 66.6%;
} */
.list_join_two li:hover > div {
  box-shadow: 0 0 0.625rem rgba(221, 221, 221, 0.541);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two li:nth-child(1),
.list_join_two li:nth-child(2), .list_join_two li:nth-child(3){
  margin-bottom: 2.5rem;
}
.list_join_two li > div {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  padding: 4.0625rem 3.5rem;
}
.list_join_two li .text {
  line-height: 1.875rem;
}
.list_join_three .img:nth-child(2) {
  margin-top: 1.875rem;
}
.list_join_three .swiper-pagination {
  bottom: 0;
}
.list_join_three .swiper-container {
  padding-bottom: 3.4375rem;
}
.list_join_three .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #D9D9D9;
  opacity: 1;
}
.list_join_three .swiper-pagination-bullet-active {
  background: #395F8E;
}
.list_join_three .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem;
}
.list_join_four ul li {
  margin-bottom: 1.875rem;
}
.list_join_four ul li .zhankaishouqi .iconfont {
  font-size: 1.25rem;
}
.list_join_four ul li.active .top {
  background: #395F8E;
  color: #FFFFFF;
}
.list_join_four ul li.active .top .name {
  color: #fff;
}
.list_join_four ul li.active .top .address::before {
  background: rgba(255, 255, 255, 0.5);
}
.list_join_four ul li .top {
  line-height: 5.625rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2.5rem 0 1.875rem;
  cursor: pointer;
  font-size: 1rem;
  color: #000000;
}
.list_join_four ul li .top .name {
  font-weight: 700;
  font-size: 1.25rem;
  width: 50%;
  text-transform: uppercase;
  color: #000;
}
.list_join_four ul li .top .address {
  padding: 0 2.5rem 0 1.875rem;
  margin-left: 1.875rem;
  position: relative;
}
.list_join_four ul li .top .address::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.list_join_four ul li .content {
  padding: 2.5rem 1.875rem 3.75rem;
  background: #F3F8FF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
.list_join_four ul li .content > .clearfix {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}
.list_join_four ul li .content .text {
  color: rgba(0, 0, 0, 0.6);
}
.list_join_four ul li .content strong {
  display: inline-block;
  background: #DEE7F3;
  line-height: 3.125rem;
  border-radius: 1.875rem;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  color: #395F8E;
  margin-bottom: 0.875rem;
}
.list_join_four ul li .more1 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: lowercase;
  color: #395F8E;
  margin-top: 1.5rem;
}
.list_join_four ul li .more1 span {
  position: relative;
}
.list_join_four ul li .more1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #395F8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_four ul li .more1:hover span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_four ul li .more1 div {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 1.25rem;
  background: #395F8E;
}
.list_join_four ul li .more1 div .iconfont {
  color: #fff;
  font-size: 1.25rem;
}
.list_news.pb0 {
  padding-bottom: 0;
}
.list_news .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_news .swiper-slide:hover .name {
  color: #395F8E;
}
.list_news .data div {
  font-size: 2.5rem;
  line-height: 3.0625rem;
  text-transform: uppercase;
  color: #000000;
}
.list_news .data p {
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.list_news .name {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.list_news .name .line1 {
  height: 2rem;
}
.list_news .text {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  height: 3.25rem;
}
.list_news .swiper-container .right {
  padding: 0 3.4375rem;
}
.list_news .swiper-container .right .data div {
  margin-bottom: 0.75rem;
}
.list_news .swiper-container .name {
  padding: 2.1875rem 0 1.5625rem;
  border-bottom: 1px solid #D9D9D9;
}
.list_news .swiper-container .text {
  margin: 1.5rem 0 3.125rem;
}
.list_news .swiper-container .flex {
  align-items: center;
}
.list_news .more_a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: flex;
  align-items: center;
}
.list_news .more_a .iconfont {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
  font-weight: 600;
}
.list_news .more_a:hover {
  color: #395F8E;
}
.list_news .more_a:hover .iconfont {
  transform: translateX(10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .swiper-pagination {
  bottom: 0;
}
.list_news .swiper-container {
  padding-bottom: 3.4375rem;
}
.list_news .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #D9D9D9;
  opacity: 1;
}
.list_news .swiper-pagination-bullet-active {
  background: #395F8E;
}
.list_news .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}
.list_news .bot {
  margin-top: 4.375rem;
}
.list_news .ul li {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  padding: 2.5rem 4.6875rem 2.5rem 3rem;
  margin-bottom: 2.5rem;
}
.list_news .ul li .text {
  margin: 1.125rem 0 1.875rem;
}
.list_news .ul li:hover {
  box-shadow: 0 0 0.625rem rgba(57, 95, 142, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover img {
  transform: scale(1.1);
}
.list_news .ul li:hover .name {
  color: #395F8E;
}
.list_news .ul li .left {
  width: 10%;
  text-align: center;
  padding-right: 1rem;
}
.list_news .ul li .left .data div {
  color: rgba(0, 0, 0, 0.5);
}
.list_news .ul li .center {
  width: 21%;
}
.list_news .ul li .right {
  width: 69%;
  padding-left: 2.625rem;
}
.show_news .left .name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .left .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news .left a.text:hover {
  color: #395F8E;
}
.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 rgba(0, 0, 0, 0.2);
  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: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 .right {
  padding-left: 2.8125rem;
}
.show_news .right > div {
  padding: 1.5625rem;
}
.show_news .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.show_news .right ul li:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.show_news .right ul li:last-child {
  border-bottom: none;
}
.show_news .right ul li:hover .name {
  color: #395F8E;
}
.show_news .right ul li .img {
  display: none;
}
.show_news .right ul li .name {
  padding-bottom: 1.25rem;
}
.show_news .right ul li.active .img {
  display: block;
}
.show_news .right .name {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.show_news .right .data {
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: justify;
  text-transform: uppercase;
  padding: 1.875rem 0 0.3125rem;
  color: #999999;
}
.show_news .right .name1 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  margin-bottom: 0.9375rem;
  color: #000000;
}
.more_pdf {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #395F8E;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #395F8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
}
.more_pdf .iconfont {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
.more_pdf:hover {
  background: #395F8E;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_invo_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.0625rem 0;
}
.list_invo .bgf7 {
  padding: 3.4375rem;
  display: flex;
  align-items: center;
}
.list_invo .bgf7 .left {
  width: 35%;
  float: left;
  position: relative;
}
.list_invo .bgf7 .left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  height: 8.375rem;
}
.list_invo .bgf7 .left .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #000000;
}
.list_invo .bgf7 .left .number {
  margin: 0.5rem 0 1.5625rem;
  display: flex;
  align-items: flex-end;
}
.list_invo .bgf7 .left .number .fl1 span:nth-child(1) {
  font-size: 3.6rem;
  line-height: 4.625rem;
  color: #C4000F;
}
.list_invo .bgf7 .left .number .fl1 span:nth-child(2) {
  font-size: 1.125rem;
  text-align: justify;
  margin: 0 0.875rem 0 0.4375rem;
  color: #ABABAB;
}
.list_invo .bgf7 .left .number .color {
  padding-bottom: 0.375rem;
}
.list_invo .bgf7 .left .number .color span {
  font-size: 1.125rem;
  text-align: justify;
  display: inline-block;
}
.list_invo .bgf7 .left .tips {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: justify;
  color: #777777;
}
.list_invo .bgf7 .right {
  width: 65%;
  float: right;
  padding-left: 3.125rem;
}
.list_invo .bgf7 .right ul {
  display: flex;
  align-items: center;
}
.list_invo .bgf7 .right ul li {
  width: 25%;
  flex: 1 0 0;
}
.list_invo .bgf7 .right ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #000000;
}
.list_invo .bgf7 .right ul li .text {
  font-size: 1.75rem;
  line-height: 2rem;
  text-align: justify;
  color: #395F8E;
  margin-top: 0.3125rem;
}
.list_invo_two .list_invo_li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_invo_two .list_invo_li:hover {
  box-shadow: 0 0 0.625rem rgba(57, 95, 142, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_invo_two .list_invo_li .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.list_invo_three ul {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.list_invo_three ul li {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.list_invo_three .list_invo_li {
  border-bottom: 1px solid #E4E4E4;
  position: relative;
}
.list_invo_three .list_invo_li:hover .name {
  color: #395F8E;
}
.list_invo_three .list_invo_li:hover::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.list_invo_three .list_invo_li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #395F8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_invo_three .list_invo_li .left img {
  width: 2.625rem;
}
.list_invo_three .list_invo_li .name {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 1.875rem;
  text-transform: uppercase;
  color: #534E4E;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.list_invo_three .list_invo_li .center {
  width: calc(100% - 3.375rem - 2.625rem);
  padding: 0 1.875rem;
}
.list_invo_three .list_invo_li .data {
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: justify;
  color: #999999;
}
.list_invo_three .more {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
.list_invo_four .left,
.list_invo_four .right {
  width: 50%;
}
.list_invo_four .flex {
  align-items: inherit;
}
.list_invo_four .right {
  background: #fff;
}
.list_invo_four .right > div {
  padding: 0 6.25rem 0 3.375rem;
  display: flex;
  align-items: center;
  height: 50%;
}
.list_invo_four .right > div:nth-child(1) {
  background: #395F8E;
}
.list_invo_four .right > div:nth-child(1) .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF;
}
.list_invo_four .right > div:nth-child(1) .text {
  font-size: 1.125rem;
  margin-top: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF;
}
.list_invo_four .right ul li {
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-align: justify;
  text-transform: uppercase;
  color: #000000;
}
.list_invo_four .right ul li span {
  color: rgba(0, 0, 0, 0.3);
}
.list_invo_four .more {
  border: 1px solid #395F8E;
  color: #395F8E;
  font-weight: normal;
  padding: 0 2.1875rem;
}
.list_invo_four .right div.bg {
  position: relative;
}
.list_invo_four .right div.bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11.6875rem;
  height: 5.8125rem;
  background: url(../img/26.png) no-repeat;
  background-size: contain;
}
.list_invo_four .right div.bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.375rem;
  height: 7.375rem;
  background: url(../img/27.png) no-repeat;
  background-size: contain;
}
.gallery-top::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  background: #F7F7F7;
  border-radius: 1rem;
  height: 100%;
}
.gallery-top .swiper-slide {
  transform: scaleX(0.6) scaleY(0.8);
}
.gallery-top .swiper-slide .hover {
  transform: scale(1);
}
.gallery-top .swiper-slide-prev .name span,
.gallery-top .swiper-slide-next .name span {
  transform: scaleX(1.25);
  display: inline-block;
  padding-left: 1.875rem;
}
.gallery-top .swiper-slide-prev img,
.gallery-top .swiper-slide-next img {
  transform: scaleX(1.25);
}
.gallery-top .swiper-slide-active,
.gallery-top .swiper-slide-duplicate-active {
  transform: scale(1);
  padding: 0 !important;
}
.gallery-top .swiper-slide-active a,
.gallery-top .swiper-slide-duplicate-active a {
  padding-top: 2rem !important;
}
.gallery-top .swiper-slide-active .hover,
.gallery-top .swiper-slide-duplicate-active .hover {
  left: -15% !important;
}
.gallery-top .swiper-slide-active .text,
.gallery-top .swiper-slide-duplicate-active .text {
  height: auto;
  text-align: left;
}
.gallery-top .swiper-slide-prev {
  transform-origin: bottom left;
}
.gallery-top .swiper-slide-next {
  transform-origin: bottom right;
}
@media (max-height: 700px) {
  .section03 .right .text.line3 {
    margin: 1rem 0 2rem !important;
  }
}
@media (max-width: 1600px) {
  .list_about_four .swiper-button-next {
    right: 5.625rem;
  }
  .section02 .gallery-top .swiper-slide a {
    padding: 0 0 2.8125rem !important;
  }
  .list_about_four .swiper-button-prev {
    left: 5.625rem;
  }
  .gallery-top .swiper-slide-prev .name span,
  .gallery-top .swiper-slide-next .name span {
    transform: scaleX(1.375);
  }
  .gallery-top .swiper-slide-prev img,
  .gallery-top .swiper-slide-next img {
    transform: scaleX(1.125) scaleY(0.75);
  }
  .list_about_four .bot::before {
    width: calc(100% - 16.25rem);
  }
  .banner .hover .p1 {
    font-size: 3.125rem;
    line-height: 4.25rem;
  }
  .banner .hover .p2 {
    font-size: 1.5rem;
  }
  .section03 .right {
    padding-right: 10rem;
  }
}
@media (max-width: 1440px) {
  .nyban .hover .p1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .nyban .hover .p2 {
    font-size: 1.375rem;
    line-height: 1.65rem;
  }
  .list_invo_four .right > div:nth-child(1) .name {
    font-size: 2rem;
  }
  .en_title {
    font-size: 1.25rem;
  }
  .title {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .nyerji ul li {
    padding: 0 1.5rem;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev img {
    height: 20rem;
  }
  .section02 .gallery-thumbs .swiper-slide-thumb-active .text {
    font-size: 1.5rem;
  }
  .section02 .gallery-thumbs .text {
    font-size: 1.125rem;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev .name {
    font-size: 1.5rem;
  }
  .section02 .gallery-top .swiper-slide .text {
    line-height: 1.65rem;
    font-size: 1.125rem;
  }
  .section03 .hover ul li {
    padding: 1.5rem 0;
  }
  .section03 .hover ul li .icon img {
    height: 3.5rem;
  }
  .section03 .right .text.line3 {
    margin: 2rem 0 3rem;
  }
  .section03 .right {
    padding-right: 8rem;
  }
  .section04 .swiper-slide .data {
    width: 8.375rem;
    height: 8.375rem;
  }
  .list_invo .bgf7 .left .number .fl1 span:nth-child(1) {
    font-size: 3rem;
    line-height: 4.25rem;
  }
  .list_invo .bgf7 .left .number .color {
    padding-bottom: 0.5rem;
  }
  footer .text p {
    letter-spacing: -0.25px;
  }
  footer .bot ul li {
    padding: 1.375rem 0.25rem 1.5625rem 1rem;
  }
}
@media (max-width: 1366px) {
  .banner .hover .p1 {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
  footer .bot ul li {
    padding: 1.375rem 0.25rem 1.5625rem 1rem;
  }
  footer .text p {
    letter-spacing: -0.375px;
  }
  .banner .hover .p2 {
    font-size: 1.375rem;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev img {
    height: 18rem;
  }
  .section02 .gallery-top .swiper-slide a {
    padding: 2.625rem 0 1.5rem;
  }
  .section02::before {
    height: 16rem;
  }
  .section02 .gallery-top .swiper-slide .hover {
    font-size: 1.125rem;
  }
  .section02 .gallery-thumbs {
    margin-top: 2rem;
  }
  .section03 .right ul li {
    margin-bottom: 1.125rem;
  }
  .section03 .right ul {
    padding-bottom: 3.125rem;
  }
  .section03 .right .text.line3 {
    margin: 1.25rem 0 2rem;
  }
  .section03 .right ul li .number {
    font-size: 2.25rem;
  }
  .section04 .swiper-slide .data {
    width: 7rem;
    height: 7rem;
  }
  .section04 .swiper-slide .data > div {
    padding-left: 1.75rem;
  }
  .section04 .swiper-container {
    margin-top: 1.875rem;
  }
  .section05 .left ul {
    padding-top: 3.5rem;
  }
  .section05 .left ul li a {
    font-size: 1.375rem;
  }
  .section05 .left ul li {
    margin-bottom: 2.125rem;
  }
  .section05 .right .hover .name {
    font-size: 1.5rem;
  }
  footer .text {
    line-height: 1.875rem;
  }
  .fp-viewing-page6 header {
    display: none;
  }
  footer .bot ul li {
    padding: 1.375rem 0.25rem 1.5625rem 1rem;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-active .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
  }
  .section02 .gallery-top .swiper-slide .text {
    line-height: 24px;
    font-size: 14px;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev .name,
  .section02 .gallery-top .swiper-slide.swiper-slide-next .name {
    font-size: 18px;
  }
  .section02 .swiper-button-next {
    right: calc(21% + 1.375rem);
  }
  .section02 .swiper-button-prev {
    left: calc(21% + 1.375rem);
  }
  .section02 .gallery-top .swiper-slide {
    height: 20rem;
  }
  .section02 .gallery-top .swiper-slide .padding,
  .section02 .gallery-top .swiper-slide .padding a,
  .section02 .gallery-top .swiper-slide .padding a img {
    height: 100%;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev img {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .container {
    padding: 0 4rem;
  }
  .nyban .hover .p1 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .nyban .hover .p2 {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }
  .list_about_four .swiper-button-next {
    right: 0.625rem;
  }
  .list_about_four .swiper-button-prev {
    left: 0.625rem;
  }
  .list_about_four .bot::before {
    width: calc(100% - 4.25rem);
  }
  .section02 .gallery-top .swiper-slide-active .hover {
    padding-right: 0;
  }
  .section02 .gallery-top .swiper-slide-active .hover {
    width: 120%;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .img img,
  .banner .swiper-slide video,
  .video-js.vjs-16-9,
  .banner .swiper-slide {
    height: auto !important;
  }
  .banner .scroll img,
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  body {
    overflow-x: hidden !important;
  }
  .banner .hover .p1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner .hover .p2 {
    font-size: 16px;
    line-height: 25px;
  }
  .index_p_top {
    padding-top: 45px;
  }
  .section03 .hover ul li .icon img:nth-child(1) {
    display: none;
  }
  .section03 .hover ul li:nth-child(1) p,
  .section03 .hover ul li:nth-child(2) p {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .section03 .hover ul li:nth-child(1) div,
  .section03 .hover ul li:nth-child(2) div {
    color: #000000 !important;
  }
  .section03 .hover ul li .icon img:nth-child(2) {
    display: block;
  }
  .section03 .hover {
    position: static;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev .padding {
    padding: 0;
  }
  .section02 .gallery-top .swiper-slide a img {
    width: auto !important;
    padding: 0 30px !important;
  }
  .section02 .gallery-top .swiper-slide a::before {
    background: transparent;
    display: none;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev img {
    height: auto;
  }
  .section02 .swiper-button-next,
  .section02 .swiper-button-prev {
    display: none;
  }
  .section02 .gallery-top .swiper-slide a img,
  .section02 .gallery-top .swiper-slide a .hover {
    opacity: 0.5 !important;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev .text {
    display: none !important;
  }
  .section02 .gallery-top .swiper-slide-active a img,
  .section02 .gallery-top .swiper-slide-active .hover {
    opacity: 1 !important;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-prev .name {
    font-size: 1.125rem !important;
    color: rgba(0, 0, 0, 0.2) !important;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-active .text {
    display: block !important;
    height: auto;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-active .hover {
    opacity: 1 !important;
  }
  .section02 .gallery-top .swiper-slide .hover {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
  }
  .section02 .gallery-top .swiper-slide .hover .name {
    margin-bottom: 5px;
  }
  .section02 .padding_top {
    padding: 0 15px;
  }
  .section02 .gallery-top .swiper-slide .hover {
    font-size: 20px;
  }
  .section02 .gallery-thumbs .text {
    font-size: 16px;
  }
  .section02 .gallery-thumbs .swiper-slide-thumb-active .text {
    font-size: 18px;
  }
  .section03 .left {
    display: none;
  }
  .section03 .right {
    width: 100%;
    padding: 45px 15px 25px;
  }
  .section03 .hover ul li:nth-child(1),
  .section03 .hover ul li:nth-child(2) {
    border: 1px solid rgba(57, 95, 142, 0.5);
  }
  .section03 .hover ul li:nth-child(1) p,
  .section03 .hover ul li:nth-child(2) p,
  .section03 .hover ul li:nth-child(1) div,
  .section03 .hover ul li:nth-child(2) div {
    color: #395F8E;
  }
  .section03 .hover ul li:nth-child(1) .pc_show,
  .section03 .hover ul li:nth-child(2) .pc_show {
    display: none;
  }
  .section03 .hover ul li:nth-child(1) .phone_show,
  .section03 .hover ul li:nth-child(2) .phone_show {
    display: block;
  }
  .section03 .hover ul li:nth-child(2) {
    border-left: none;
  }
  .section03 .right ul {
    padding-bottom: 0;
  }
  .section04 {
    padding: 45px 0;
  }
  .section05 .right .hover {
    bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .section05 .left {
    padding-top: 0;
  }
  .section05 {
    padding: 45px 0;
  }
  .section05 .left ul {
    padding-top: 2.5rem;
  }
  .section05 .left ul li {
    margin-bottom: 15px;
  }
  .section05 .left ul li a {
    font-size: 18px;
  }
  .section02 .gallery-top .swiper-slide {
    height: auto;
  }
  .gallery-top .swiper-slide {
    transform: scale(1);
  }
  .gallery-top .swiper-slide-prev .name span,
  .gallery-top .swiper-slide-next .name span {
    transform: scaleX(1);
  }
  .gallery-top .swiper-slide-active .hover,
  .gallery-top .swiper-slide-duplicate-active .hover {
    left: 0% !important;
  }
  .section02 .gallery-top .swiper-slide .hover {
    padding: 0 20px;
  }
  .section02 .gallery-thumbs .text {
    font-size: 14px;
  }
  .section02 .gallery-thumbs .swiper-slide-thumb-active .text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  header {
    display: none;
  }
  .en_title {
    font-size: 18px;
  }
  .nyerji {
    display: none;
  }
  .ptb70 {
    padding: 45px 0;
  }
  .title {
    font-size: 30px;
    line-height: 40px;
  }
  .list_invo_li {
    padding: 15px 0;
  }
  .list_invo_three ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list_invo_three ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_invo_four .left,
  .list_invo_four .right {
    width: 100%;
  }
  .list_invo_four .right > div {
    height: auto;
    padding: 25px;
  }
  .mt65,
  .mt55,
  .mt60 {
    margin-top: 35px;
  }
  .container {
    padding: 0 15px;
  }
  body {
    padding-bottom: 0;
  }
  .list_join_one .left {
    width: 45%;
  }
  .list_join_two li > div {
    padding: 25px;
  }
  .text {
    font-size: 14px;
    line-height: 26px;
  }
  .list_join_two .name,
  .list_join_one .name {
    font-size: 18px;
  }
  .list_join_four ul li .top .address,
  .list_join_four ul li .top .fr:last-child {
    display: none;
  }
  .list_join_four ul li .content > .clearfix {
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .list_join_four ul li .top {
    line-height: 60px;
  }
  .list_join_four ul li {
    margin-bottom: 15px;
  }
  .bread {
    display: none;
  }
  .list_news .swiper-container .name {
    padding: 15px 0;
  }
  .list_news .swiper-container .text {
    margin: 15px 0;
  }
  .list_news .data div {
    font-size: 2.25rem;
    line-height: 2.0625rem;
  }
  .list_news .swiper-container .right {
    padding: 0 2.4375rem;
  }
  .list_news .ul li {
    padding: 2.5rem 2.6875rem 2.5rem 2rem;
  }
  .list_solution .left {
    position: relative;
    top: 0;
  }
  .list_solution .right {
    padding-left: 15px;
    margin-top: 15px;
  }
  .mt100 {
    margin-top: 45px;
  }
  .show_news .right {
    padding-left: 15px;
    margin-top: 25px;
  }
  .list_txrz .swiper-container {
    margin-top: 35px;
  }
  .list_txrz .name {
    font-size: 18px;
  }
  .list_zlzs .hover .name {
    font-size: 2rem;
  }
  .list_zlzs .hover .text {
    font-size: 18px;
  }
  .list_about_one .left .text {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
  }
  .list_about_one .right .img {
    display: none;
  }
  .list_about_one .right .hover {
    position: static;
    transform: translateY(0);
    margin-top: 25px;
  }
  .list_about_one .right .hover ul li {
    margin-bottom: 25px;
  }
  .list_about_one .right .hover .text {
    font-size: 14px;
  }
  .list_about_one .right .hover .number span {
    font-size: 36px;
  }
  .list_about_one .right .hover .number span,
  .list_about_one .right .hover .text,
  .list_about_one .right .hover .number sub {
    color: rgba(0, 0, 0, 0.8);
  }
  .list_about_two .text {
    font-size: 22px;
    line-height: 34px;
  }
  .list_abnot_three .top .right {
    font-size: 24px;
  }
  .text {
    font-size: 14px;
    line-height: 26px;
  }
  .list_abnot_three .bot ul li {
    margin-bottom: 20px;
  }
  .list_about_one .left {
    padding: 0 15px 0 15px;
  }
  .list_abnot_three .bot ul li p {
    font-size: 22px;
  }
  .list_about_five .hover {
    padding: 2rem 0 2.4375rem;
  }
  .list_about_six .right ul li {
    padding: 4rem 0 4rem 3rem;
  }
  .list_about_six .right ul li .hover {
    padding: 0 2.5rem;
    bottom: 1rem;
    font-size: 4.5rem;
  }
  .list_about_six .right ul li .company {
    margin: 15px 0 0;
  }
  .list_about_six .right .right1 {
    margin-top: 25px;
  }
  .p_top {
    top: -60px;
  }
  .list_invo .bgf7 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .list_invo .bgf7 .left {
    width: 100%;
  }
  .list_invo .bgf7 {
    flex-wrap: wrap;
  }
  .list_invo .bgf7 .left .number {
    margin: 10px 0;
  }
  .list_invo .bgf7 .right ul li .text {
    font-size: 20px;
  }
  .list_invo .bgf7 .right ul li .name {
    font-size: 20px;
  }
  .list_invo .bgf7 .left::before {
    display: none;
  }
  .list_join_one .left {
    width: 100%;
    padding: 25px;
  }
  .list_join_one .right {
    width: 100%;
  }
  .list_join_one .clearfix.bg {
    flex-wrap: wrap;
  }
  .list_join_one .text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .ptb70 {
    padding: 25px 0;
  }
  .container {
    padding: 0 15px;
  }
  .title {
    font-size: 24px;
    line-height: 32px;
  }
  .en_title {
    font-size: 12px;
  }
  footer .bot ul.flex{
    display: none;
  }
  footer .bot{
    display: none;
  }
  footer .top{
    display: none;
  }
  .section04 .swiper-pagination{
    margin-top: 10px;
  }
  .section04 .container.pr{
    padding-bottom: 50px;
  }
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 20px;
  }
  .list_invo_two .list_invo_li {
    padding: 15px 0;
  }
  .section03 .num_ul li:nth-child(1) {
    text-align: center;
  }
  .list_solution1.list_solution .row.mt100 {
    margin-top: 15px;
  }
  .mt65,
  .mt55,
  .mt60 {
    margin-top: 15px;
  }
  .list_invo_three .col-md-6:nth-child(1) .list_invo_li {
    padding-top: 0;
  }
  .list_invo_four .right > div:nth-child(1) .name {
    font-size: 20px;
    line-height: 30px;
  }
  .list_invo_four .right > div:nth-child(1) .text {
    font-size: 14px;
    margin-top: 4px;
  }
  .list_invo_four .right > div {
    padding: 20px;
  }
  footer .top .left {
    width: 100% !important;
    float: none;
  }
  footer .top .left.active .content {
    display: block;
  }
  footer .top .left.active .iconfont {
    display: inline-block;
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  footer .top .left .content {
    display: none;
    padding: 15px 0;
  }
  footer .top .left .content .iconfont {
    display: inline-block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  footer .top .right {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  footer .top {
    padding: 25px 0;
  }
  footer .left .name div {
    display: block;
    width: 50%;
    text-align: right;
  }
  footer .left .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .left .name a {
    width: 50%;
  }
  footer .left:nth-child(1) .name {
    padding-top: 0;
  }
  footer .top .right {
    padding-top: 15px;
  }
  footer .top .right .social-share li {
    margin-bottom: 0 !important;
  }
  footer .bot ul li {
    width: 100%;
    flex: none;
    padding: 0;
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .bot ul li:last-child {
    border-bottom: none;
  }
  footer .beian {
    padding: 15px 0;
  }
  footer .beian .text {
    font-size: 12px;
  }
  .list_invo_four .right ul li {
    font-size: 14px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .list_join_one .left {
    width: 100%;
    padding: 25px;
  }
  .list_join_one .right {
    width: 100%;
  }
  .list_join_one .clearfix.bg {
    flex-wrap: wrap;
  }
  .list_join_one .clearfix.bg::before {
    height: 6.25rem;
  }
  .list_join_one .text {
    margin-top: 15px;
  }
  .mt50 {
    margin-top: 15px;
  }
  .index_title .right {
    text-align: left !important;
  }
  .index_title .right .text {
    text-align: left !important;
    margin-top: 5px;
  }
  .list_join_two li {
    margin-bottom: 15px !important;
  }
  .list_join_two li:last-child {
    margin-bottom: 0 !important;
  }
  .mt40 {
    margin-top: 15px;
  }
  .list_join_four ul li .top {
    padding: 0 15px;
  }
  .list_join_four ul li .top .name {
    font-size: 16px;
    width: 80%;
  }
  .list_join_four ul li .content {
    padding: 15px;
  }
  .list_join_four ul li .content strong {
    line-height: 40px;
    font-size: 16px;
  }
  .w50 {
    width: 100%;
  }
  .list_news .swiper-container .right {
    padding: 15px 15px 25px;
  }
  .list_news .ul li .left {
    display: none;
  }
  .list_news .ul li .center {
    width: 100%;
  }
  .list_news .ul li .right {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .list_news .ul li {
    flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 15px;
  }
  .list_news .ul li .text {
    margin: 10px 0;
  }
  .list_news .ul li .right .data {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
  }
  .list_news .bot {
    margin-top: 25px;
  }
  .mt100 {
    margin-top: 25px;
  }
  .list_solution .left .name {
    margin-top: 15px;
  }
  .list_solution .right .text {
    margin-top: 15px;
  }
  .list_solution .right .list {
    padding: 15px 0;
  }
  .list_solution .right .text p {
    font-size: 18px;
  }
  .show_news .left .name {
    font-size: 20px;
    line-height: 30px;
  }
  .show_news .left .data {
    flex-wrap: wrap;
    margin: 15px 0;
  }
  .show_news .left .data .fenxiang {
    margin-left: 0;
    margin-top: 10px;
  }
  .show_news .left .margin.text {
    margin-top: 0;
    padding: 15px 0;
  }
  .show_news .left .text {
    font-size: 14px;
  }
  .show_news .right > div {
    padding: 15px;
  }
  .show_news .right .name {
    font-size: 16px;
  }
  .show_news .right .data {
    padding: 15px 0 5px;
  }
  .list_txrz .swiper-button-next,
  .list_txrz .swiper-button-prev {
    display: none;
  }
  .list_txrz .swiper-container {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .list_txrz .name {
    font-size: 16px;
    padding-top: 10px;
  }
  .list_txrz .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
  .list_zlzs .img {
    padding-top: 25px;
  }
  .list_zlzs .hover {
    top: 0;
  }
  .list_zlzs .hover .name {
    font-size: 22px;
  }
  .list_zlzs .hover .text {
    font-size: 16px;
    width: 100%;
    line-height: 26px;
    margin-top: 5px;
  }
  .list_about_one .right .hover {
    margin-top: 0;
  }
  .list_about_two .text {
    font-size: 16px;
    line-height: 28px;
  }
  .list_abnot_three .top .right {
    font-size: 16px;
    text-align: left;
  }
  .list_abnot_three .bot ul li p {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .list_abnot_three .bot ul li > div .name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .list_abnot_three .bot ul li > div {
    width: calc(100% - 60px);
  }
  .list_abnot_three .bot .left {
    margin-bottom: 15px;
  }
  .mt75 {
    margin-top: 15px;
  }
  .list_about_four .swiper-slide > div {
    padding: 15px;
  }
  .list_about_four .swiper-slide:nth-child(odd) {
    padding-bottom: 2.5625rem;
  }
  .list_about_four .swiper-slide:nth-child(even) {
    margin-top: 13rem;
    padding-top: 2.5625rem;
  }
  .list_about_four .swiper-slide > div .name {
    font-weight: 700;
    font-size: 24px;
  }
  .list_about_four .swiper-slide > div .name::before {
    width: 2.1875rem;
  }
  .list_about_four .swiper-button-next {
    right: 0;
  }
  .list_about_four .swiper-button-prev {
    left: 0;
  }
  .list_about_five .left .text {
    margin: 15px 0;
  }
  .list_about_five .right {
    padding: 15px 15px 0 15px;
  }
  .list_about_five .right .name div {
    padding: 15px 0;
  }
  .list_about_five .right .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .list_about_five .right .swiper-container {
    padding-bottom: 35px;
  }
  .section05 .left {
    width: 100%;
    float: none;
    display: none;
  }
  .list_about_six .section05 {
    margin-top: 0;
  }
  .section05 .right {
    width: 100%;
    float: none;
  }
  .section05::before {
    display: none;
  }
  .list_about_six .section05 {
    z-index: 2;
    padding: 15px 0 0;
  }
  .list_about_six .right ul li {
    padding: 15px;
  }
  .list_about_six .right .over img {
    border-radius: 8px;
  }
  .list_about_six .right ul li {
    display: block;
    margin-bottom: 15px;
  }
  .list_about_six .right ul li:last-child {
    margin-bottom: 0;
  }
  .list_about_six .address {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .list_about_six .address div {
    width: 50%;
  }
  .list_about_six .address .zhankai {
    text-align: right;
  }
  .list_about_six .right ul li .name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .list_about_six .right ul li .company {
    font-size: 16px;
  }
  .list_about_six .right ul li .hover {
    display: none;
  }
  .list_about_six .right ul li > .clearfix {
    display: none;
    margin-top: 10px;
  }
  .list_about_six .right ul li .iconfont {
    display: inline-block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .list_about_six .right ul li.active .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .list_about_six .right ul li.active > .clearfix {
    display: block;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  footer .name1 {
    text-align: left;
  }
  .banner .hover .p1 {
    font-size: 22px;
    line-height: 32px;
  }
  .banner .hover .p2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .index_p_top {
    padding-top: 25px;
  }
  .section02 .gallery-thumbs .swiper-slide .text {
    font-size: 14px;
  }
  .section03 .right .text.line3 {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
  }
  .section03 .right {
    padding: 25px 15px 15px;
  }
  .section03 .hover ul li .icon img {
    height: 2.75rem;
  }
  .section03 .hover ul li {
    padding: 1rem 0;
  }
  .section04 .index_p_top {
    padding-top: 0;
  }
  .section04 {
    padding: 25px 0;
  }
  .section04 .swiper-slide .text {
    margin: 1rem 0 1.5rem;
  }
  .section04 .swiper-slide .name {
    margin-right: 20px;
    margin-left: 20px;
  }
  .section04 .swiper-slide .text,
  .section04 .swiper-slide .more_a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section04 .swiper-slide {
    padding-bottom: 2.5rem;
  }
  .section04::after {
    top: -1.75rem;
    width: 23.5rem;
    height: 20.0625rem;
  }
  .section05.section .container {
    padding-right: 15px;
    padding-top: 0;
  }
  .section05.section .left {
    display: block;
  }
  .section05 {
    padding: 25px 0;
  }
  .section05 .title {
    color: rgba(0, 0, 0, 0.9) !important;
  }
  .section05 .en_title {
    color: #C4000F !important;
  }
  .section05 .left ul li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  .section05 .left ul li a::before {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .section05 .left ul li a::before {
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.8);
    display: none;
  }
  .section05 .left ul li .iconfont {
    display: none !important;
  }
  .section05 .left ul li a {
    padding-left: 0;
  }
  .section05 .left ul li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
  }
  .section05 .left ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 10px;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    transform: translateY(-50%);
  }
  .section05 .left ul li:first-child::before {
    display: none;
  }
  .section05 .left ul {
    padding-top: 15px;
  }
  .section05 .right .tr {
    display: none;
  }
  .section05 .right .hover {
    bottom: 15px;
    padding: 0 15px;
  }
  .section05 .right .hover .text {
    font-size: 14px;
    line-height: 22px;
  }
  .section05 .right .hover .name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .list_about_two .text {
    margin-top: 25px;
  }
  .list_about_one .right .hover .number span {
    font-size: 30px;
    line-height: 40px;
  }
  .list_invo .bgf7 {
    padding: 15px;
  }
  .list_invo .bgf7 .left .name {
    font-size: 18px;
  }
  .list_invo .bgf7 .left .number .fl1 span:nth-child(1) {
    font-size: 34px;
    line-height: 40PX;
  }
  .list_invo .bgf7 .right ul li {
    width: 50%;
    flex: none;
  }
  .list_invo .bgf7 .right ul {
    flex-wrap: wrap;
  }
  .list_invo .bgf7 .right ul li .name {
    font-size: 18px;
  }
  .list_invo .bgf7 .right ul li .text {
    font-size: 18px;
  }
  .list_invo .bgf7 .right ul li {
    margin-bottom: 15px;
  }
  .list_invo .bgf7 .right ul li:last-child,
  .list_invo .bgf7 .right ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .list_invo .bgf7 .right {
    margin-top: 15px;
  }
  .list_join_two li {
    width: 100% !important;
  }
  .list_join_three .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .list_join_three .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .list_join_three .swiper-container {
    padding-bottom: 35px;
  }
  footer .bot ul li:nth-child(2) .img {
    right: 2.125rem;
  }
  footer .bot ul li:nth-child(3) .img {
    right: 0.5rem;
  }
  .section02 .gallery-top .swiper-slide.swiper-slide-active .name {
    font-size: 20px;
  }
  .list_join_four ul li .top {
    line-height: 50px;
  }
  .section02 .gallery-top .swiper-slide .hover {
    padding: 0 5px 0 12px;
  }
  .section02 .gallery-top .swiper-slide .hover .text {
    letter-spacing: -0.8px;
  }
  .list_invo .bgf7 .left .number .color {
    padding-bottom: 1px;
  }
}
/* 搜索 */
.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: 100px;
  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;
}
