@charset "UTF-8";
/**
 * @desc mod_style
 * @author Tven
 * @date 2023-12-7
 */
body {
  font-size: 14px;
}

/**
* $row 一行元素个数
* $gap 元素左右间距
* $bottom 元素上下间距
* $xsNum 小屏幕一行元素个数-可选值
* $xsBottom 小屏幕元素上下间距-可选值
*/
.fz_36 {
  font-size: 36px;
}

.fz_34 {
  font-size: 34px;
}

.fz_32 {
  font-size: 32px;
}

.fz_30 {
  font-size: 30px;
}

.fz_28 {
  font-size: 28px;
}

.fz_26 {
  font-size: 26px;
}

.fz_24 {
  font-size: 24px;
}

.fz_22 {
  font-size: 22px;
}

.fz_20 {
  font-size: 20px;
}

.fz_18 {
  font-size: 18px;
}

.fz_16 {
  font-size: 16px;
}

.fz_14 {
  font-size: 14px;
}

.fz_12 {
  font-size: 12px;
}

p {
  font-size: 16px;
}

.mod_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all .5s ease;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mod_header.active .header .logo a {
  height: 80px;
}

.mod_header.active .header .header_center {
  transform: translateY(-1.5rem);
}

.mod_header.active .header .header_center .header_more {
  opacity: 0;
}

.mod_header.active .header .header_center nav > ul > li > a::after {
  height: 34px;
}

.mod_header .header {
  position: relative;
  z-index: 9;
}

.mod_header .header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 7.625rem;
  position: relative;
  transition: all .5s ease;
}

.mod_header .header .logo a img {
  max-height: 100%;
}

.mod_header .header .header_center {
  position: relative;
  transition: all .5s ease;
}

.mod_header .header .header_center nav {
  margin-left: auto;
}

.mod_header .header .header_center nav > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.mod_header .header .header_center nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 3.5rem;
}

.mod_header .header .header_center nav > ul > li:first-child {
  margin-left: 0;
}

.mod_header .header .header_center nav > ul > li:hover > a {
  color: #000;
}

.mod_header .header .header_center nav > ul > li:hover > i {
  color: #000;
}

.mod_header .header .header_center nav > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

.mod_header .header .header_center nav > ul > li.active > a {
  position: relative;
  color: #184097;
}

.mod_header .header .header_center nav > ul > li.active > i {
  color: #184097;
}

.mod_header .header .header_center nav > ul > li > a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  position: relative;
  transition: all .5s ease;
  text-transform: uppercase;
}

.mod_header .header .header_center nav > ul > li > a::after {
  content: '';
  width: 100%;
  height: 26px;
  position: absolute;
  top: 100%;
  left: 0;
}

.mod_header .header .header_center nav > ul > li i {
  font-size: 12px;
  margin-left: .5rem;
  transition: all .5s ease;
  color: #000;
  display: none;
}

.mod_header .header .header_center nav > ul > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: .5rem 0;
  background: white;
  backdrop-filter: blur(10px);
  min-width: 12rem;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  margin-top: 1.375rem;
}

.mod_header .header .header_center nav > ul > li ul::after {
  content: '';
  width: 100%;
  height: 1.375rem;
  bottom: 100%;
  left: 0;
  position: absolute;
}

.mod_header .header .header_center nav > ul > li ul li {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mod_header .header .header_center nav > ul > li ul li:last-child {
  border: none;
}

.mod_header .header .header_center nav > ul > li ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

.mod_header .header .header_center nav > ul > li ul li:hover > a, .mod_header .header .header_center nav > ul > li ul li:hover > i {
  color: #3b5da6;
}

.mod_header .header .header_center nav > ul > li ul li ul {
  left: 100%;
  top: 0;
  transform: translateX(0);
  margin-top: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0 1rem 1rem 0;
}

.mod_header .header .header_center nav > ul > li ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding: .5em 0;
  transition: all .5s ease;
  white-space: nowrap;
}

.mod_header .header .header_center nav > ul > li ul li > i {
  color: #333;
  transform: rotate(-90deg);
}

.mod_header .header .header_center .header_more {
  transition: all .5s ease;
  margin-bottom: 14px;
}

.mod_header .header .header_center .head_ico {
  position: relative;
  z-index: 2;
  margin-left: .875rem;
}

.mod_header .header .header_center .head_ico:last-child > span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #000;
  font-size: 1.125rem;
}

.mod_header .header .header_center .head_ico:last-child > span i {
  font-size: 1.5rem;
  margin-right: .375rem;
}

.mod_header .header .header_center .head_ico:last-child > span:hover {
  background: none;
}

.mod_header .header .header_center .head_ico:last-child > span a {
  width: auto;
  height: auto;
  display: block;
  color: #000;
}

.mod_header .header .header_center .head_ico:last-child > span a:nth-last-child(1) {
  margin-left: 5px;
}

.mod_header .header .header_center .head_ico:last-child > span a:nth-last-child(2) {
  margin-right: 5px;
}

.mod_header .header .header_center .head_ico:last-child > span a:hover {
  color: #184097;
}

.mod_header .header .header_center .head_ico:last-child:hover > span {
  color: #184097;
}

.mod_header .header .header_center .head_ico:hover > span, .mod_header .header .header_center .head_ico:hover > a {
  color: #fff;
}

.mod_header .header .header_center .head_ico > span, .mod_header .header .header_center .head_ico > a, .mod_header .header .header_center .head_ico button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #dcdcdc;
  transition: all .3s ease;
  cursor: pointer;
}

.mod_header .header .header_center .head_ico > span i, .mod_header .header .header_center .head_ico > a i, .mod_header .header .header_center .head_ico button i {
  font-size: 1rem;
}

.mod_header .header .header_center .head_ico > span:hover, .mod_header .header .header_center .head_ico > a:hover, .mod_header .header .header_center .head_ico button:hover {
  background: #184097;
}

.mod_header .header .header_center .head_ico input {
  height: 1.75rem;
  padding: 0;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  outline: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(1rem);
  transition: all .3s;
  background: none;
}

.mod_header .header .header_center .head_ico input.show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.mod_header .header .header_center .head_ico button {
  border: none;
  padding: 0;
  outline: none;
}

.mod_header .header_product {
  border-top: 1px solid #d3d3d4;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 23.125rem;
  background: #f6f6f7;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

.mod_header .header_product.show {
  opacity: 1;
  pointer-events: auto;
}

.mod_header .header_product.show .right ul.show {
  pointer-events: auto;
  opacity: 1;
}

.mod_header .header_product .left {
  height: 100%;
  width: 33%;
  padding-left: 18%;
  display: flex;
  align-items: center;
}

.mod_header .header_product .left ul {
  width: 100%;
}

.mod_header .header_product .left ul li {
  padding: 1.25rem 1.25rem;
  border-left: 2px solid transparent;
  font-size: 1.25rem;
  color: #184097;
  transition: all .3s;
  cursor: pointer;
}

.mod_header .header_product .left ul li.active {
  background: #fff;
  border-left-color: #184097;
}

.mod_header .header_product .right {
  width: 67%;
  height: 100%;
  background: #fff;
  position: relative;
}

.mod_header .header_product .right ul {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 8%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

.mod_header .header_product .right ul:first-child li::before {
  background: rgba(0, 0, 0, 0.2);
}

.mod_header .header_product .right ul:first-child li a {
  flex-direction: column;
  color: #fff;
}

.mod_header .header_product .right ul:first-child li a span {
  max-width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}

.mod_header .header_product .right ul li {
  width: 24%;
  margin: 1.25rem 2.5rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 2;
}

.mod_header .header_product .right ul li:hover::after {
  opacity: 1;
}

.mod_header .header_product .right ul li:hover::before {
  opacity: 0;
}

.mod_header .header_product .right ul li:hover a {
  color: #fff;
}

.mod_header .header_product .right ul li:hover a i {
  color: #fff;
}

.mod_header .header_product .right ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
  background-image: linear-gradient(to right, #0650b8, #00203e);
  opacity: 0;
}

.mod_header .header_product .right ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
  background-image: linear-gradient(to bottom, #babdc1, #eaebec);
  opacity: 1;
}

.mod_header .header_product .right ul li a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #333;
  transition: all .3s;
}

.mod_header .header_product .right ul li a span {
  max-width: 45%;
  text-align: center;
}

.mod_header .header_product .right ul li a i {
  font-size: 2rem;
  margin-right: 1.5rem;
  color: #666;
  transition: all .3s;
}

.index_banner {
  margin-top: 7.625rem;
  height: calc(100vh - 7.625rem);
  position: relative;
  overflow: hidden;
}

.index_banner .swiper {
  height: 100%;
}

.index_banner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
}

.index_banner .swiper .swiper-wrapper .swiper-slide .container {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.index_banner .swiper .swiper-wrapper .swiper-slide .container p {
  font-size: 4.5rem;
}

.index_banner .swiper .swiper-wrapper .swiper-slide .container h4 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

.index_banner .swiper .swiper-pagination {
  bottom: 3rem;
  text-align: center;
}

.index_banner .swiper .swiper-pagination span {
  width: 5px;
  height: 16px;
  background: rgba(255, 255, 255, 0.51);
  transition: all .3s;
  border-radius: 5px;
  opacity: 1;
  margin: 0 8px;
}

.index_banner .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  height: 26px;
  background: #fff;
}

.index_banner .swiper .swiper-button-prev, .index_banner .swiper .swiper-button-next {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  border-radius: 50%;
  color: #fff;
}

.index_banner .swiper .swiper-button-prev:hover, .index_banner .swiper .swiper-button-next:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.index_banner .swiper .swiper-button-prev::after, .index_banner .swiper .swiper-button-next::after {
  display: none;
}

.index_banner .swiper .swiper-button-prev i, .index_banner .swiper .swiper-button-next i {
  font-size: 18px;
}

.index_banner .swiper .swiper-button-prev {
  left: 3.75rem;
}

.index_banner .swiper .swiper-button-next {
  right: 3.75rem;
}

.index_product {
  padding: 6.875rem 0;
}

.index_product .group {
  display: flex;
  justify-content: space-between;
}

.index_product .group .item {
  display: block;
  width: calc((100% - 40px)*0.6/4);
  height: 38.125rem;
  position: relative;
  transition: all .3s;
}

.index_product .group .item.mod_bgc {
  background-position: center right;
}

.index_product .group .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.36);
  transition: all .3s;
}

.index_product .group .item.active {
  width: calc((100% - 40px)*0.4);
}

.index_product .group .item.active::after {
  opacity: 0;
}

.index_product .group .item.active .text1 {
  opacity: 1;
  max-width: 70%;
  padding: 0 1.5rem;
  padding-top: 2rem;
}

.index_product .group .item.active .text1 p {
  max-width: 70%;
}

.index_product .group .item.active .text2 {
  opacity: 0;
}

.index_product .group .item .text1 {
  opacity: 0;
  color: #000;
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  transition: all .3s;
}

.index_product .group .item .text1 h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.index_product .group .item .text1 h3 {
  font-size: 1.625rem;
}

.index_product .group .item .text1 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  margin-top: 1.25rem;
}

.index_product .group .item .text2 {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.index_product .group .item .text2 h5 {
  font-size: 12px;
  text-transform: uppercase;
}

.index_product .group .item .text2 h3 {
  font-size: 1.25rem;
}

.index_profile {
  height: 100vh;
  padding-top: 5%;
}

.index_profile p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 74%;
  margin: 0 auto;
}

.index_profile .profile_video i {
  display: inline-block;
  font-size: 8rem;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
  transition: all .3s;
}

.index_profile .profile_video i:hover {
  transform: scale(0.95);
}

.index_profile .index_more a {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.index_profile .index_more a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.index_profile .index_more a i {
  background: url(../img/profile_ico.png) center no-repeat #a2a4a6;
  background-size: contain;
}

.index_more {
  margin: 2.5rem 0;
}

.index_more a {
  display: block;
  margin: 0 auto;
  width: 16rem;
  height: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  font-size: 1.25rem;
  color: #000;
  position: relative;
  border-radius: 3.5rem;
  transition: all .3s;
}

.index_more a i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -1px;
  background: #184097;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
}

.index_news {
  padding: 5.625rem 0;
  padding-bottom: 2rem;
}

.index_news .mod_title {
  line-height: 1.2;
  margin-bottom: 5rem;
}

.index_news .mod_title .index_more {
  margin: 0;
}

@media (max-width: 768px) {
  .news_list .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .news_list .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .news_list .item {
    width: calc((100% - (3 - 1) * 1.25rem)/3);
    margin-bottom: 5rem;
  }
  .news_list .item:not(:nth-child(3n)) {
    margin-right: 1.25rem;
  }
}

.news_list .item a {
  color: #000;
  display: block;
}

.news_list .item a:hover .img i {
  transform: scale(1.05);
}

.news_list .item a:hover .text .news_more i {
  transform: rotate(-45deg) rotateX(180deg);
}

.news_list .item a .img {
  overflow: hidden;
}

.news_list .item a .img i {
  display: block;
  padding-top: 60%;
  transition: all .5s;
}

.news_list .item a .text {
  padding: 1rem;
}

.news_list .item a .text .time {
  font-size: 1rem;
  color: #184097;
}

.news_list .item a .text h3 {
  font-size: 1.625rem;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list .item a .text p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_more {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.news_more a {
  color: #000;
}

.news_more a:hover i {
  transform: rotate(-45deg) rotateX(180deg);
}

.news_more i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .5rem;
  width: 20px;
  height: 20px;
  background: #184097;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  transform: rotateX(180deg);
  transition: all .3s;
  padding-top: 2px;
}

.index_esg {
  background: #f4f4f4;
  padding: 6rem 0;
  padding-bottom: 2rem;
}

.index_esg .left {
  width: 56%;
}

.index_esg .left a {
  display: block;
  overflow: hidden;
}

.index_esg .left a:hover img {
  transform: scale(1.05);
}

.index_esg .left a img {
  transition: all .5s;
}

.index_esg .right {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 0 3.75rem;
}

.index_esg .right .mod_title {
  margin-bottom: .5rem;
}

.index_esg .right h3 {
  font-size: 2.625rem;
}

.index_esg .right p {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
  text-align: justify;
}

.index_esg .group {
  margin-top: 1.5rem;
}

.index_esg .group .item {
  background: #fff;
}

@media (max-width: 768px) {
  .index_esg .group .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .index_esg .group .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .index_esg .group .item {
    width: calc((100% - (3 - 1) * 1.25rem)/3);
    margin-bottom: 0;
  }
  .index_esg .group .item:not(:nth-child(3n)) {
    margin-right: 1.25rem;
  }
}

.index_esg .group .item a {
  display: block;
  color: #000;
}

.index_esg .group .item a:hover .img i {
  transform: scale(1.05);
}

.index_esg .group .item a:hover .text .news_more i {
  transform: rotate(-45deg) rotateX(180deg);
}

.index_esg .group .item a .img {
  overflow: hidden;
}

.index_esg .group .item a .img i {
  display: block;
  padding-top: 60%;
  transition: all .5s;
}

.index_esg .group .item a .text {
  padding: 1.5rem 1rem;
}

.index_esg .group .item a .text h4 {
  font-size: 1.625rem;
}

.index_search {
  background: #f4f4f4;
  padding: 4.25rem 0;
}

.index_search input, .index_search button {
  height: 5rem;
  border: none;
  font-size: 1rem;
  outline: none;
}

.index_search input {
  background: #fff;
  color: #222;
  width: 40%;
  padding-left: 3%;
}

.index_search button {
  width: 12.5rem;
  background: #184097;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_search button i {
  margin-left: .5rem;
  transform: rotateY(180deg);
  font-size: 1.5rem;
}

.footer {
  background: #f4f4f4;
  border-top: 1px solid #d7d7d7;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.footer .foot_logo {
  height: 5.75rem;
}

.footer .foot_logo img {
  height: 100%;
}

.footer .foot_left {
  color: #3b5da6;
  font-size: 1rem;
}

.footer .foot_left p {
  margin-bottom: .5rem;
  font-weight: bold;
}

.footer .foot_left p:last-child {
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.79);
}

.footer .foot_left p:last-child span {
  text-align: center;
}

.footer .foot_left p:last-child span:first-child {
  margin-right: 2rem;
}

.footer .foot_left p:last-child span img {
  margin: 0 auto;
  display: block;
  width: 4.375rem;
  margin-bottom: 4px;
}

.footer .foot_left p i {
  margin-right: .5rem;
  font-size: 1.125rem;
  font-weight: normal;
}

.footer .foot_left p a {
  color: #3b5da6;
  margin-right: 1rem;
}

.footer .foot_left p a i {
  font-size: 1.25rem;
}

.footer .foot_right {
  padding-top: 2.5rem;
}

.footer .foot_right ul {
  margin-left: 8rem;
}

.footer .foot_right ul li {
  font-size: 1.25rem;
  margin-bottom: .25rem;
}

.footer .foot_right ul li:first-child {
  margin-bottom: 1rem;
}

.footer .foot_right ul li a {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.65);
  transition: all .3s;
}

.footer .foot_right ul li a:hover {
  color: #184097;
}

.footer .foot_right > ul {
  margin-left: 0;
}

.footer .foot_right > ul > li {
  margin-bottom: 0;
}

.footer .foot_right > ul > li:first-child {
  margin-bottom: 0;
}

.footer .foot_bottom a {
  color: rgba(0, 0, 0, 0.72);
}

.about_1 {
  width: 100%;
  overflow: hidden;
  padding: 4.375rem 0;
  padding-top: 5.625rem;
}

.about_1 .row h4 {
  font-size: 1.375rem;
  color: #184097;
}

.about_1 .row p {
  color: #363636;
  margin: 0;
  margin-top: 1.5rem;
  line-height: 1.8;
}

.about_1 .flex {
  margin-top: 6.875rem;
  justify-content: space-between;
}

.about_1 .flex .left {
  width: calc(50% - 10px);
  background-image: linear-gradient(45deg, #0061e2, #003067 30%, #00203e);
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  padding: 7.5rem;
  color: #fff;
}

.about_1 .flex .left .mod_title2 {
  margin-bottom: 3.5rem;
  opacity: 1;
}

.about_1 .flex .left .mod_title2 span {
  margin-top: 1rem;
}

.about_1 .flex .left .mod_content {
  max-height: 23.75rem;
  overflow: auto;
  color: #fff;
}

.about_1 .flex .right {
  width: calc(50% - 10px);
}

.about_1 .flex .right .img {
  position: relative;
  margin-right: 20px;
}

.about_1 .flex .right .img .text {
  width: 68%;
  bottom: 1rem;
  left: 0;
  position: absolute;
  z-index: 2;
  padding: 0 1.875rem;
  color: #fff;
}

.about_1 .flex .right .img .text h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.about_1 .flex .right .img .text p {
  opacity: .8;
}

.about_1 .flex .right .group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-right: calc(9.0625rem + 15px);
  margin-top: 2.5rem;
}

.about_1 .flex .right .group .item {
  background: #d8e7ef;
  color: #00193a;
  border-radius: 1.875rem;
  padding: 2.125rem;
  text-align: center;
}

@media (max-width: 768px) {
  .about_1 .flex .right .group .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 10px;
  }
  .about_1 .flex .right .group .item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .about_1 .flex .right .group .item {
    width: calc((100% - (3 - 1) * 15px) / 3);
    margin-bottom: 1rem;
  }
  .about_1 .flex .right .group .item:not(:nth-child(3n)) {
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .about_1 .flex .right .group .item {
    width: calc((100% - (3 - 1) * 1rem)/3);
    margin-bottom: 0;
  }
  .about_1 .flex .right .group .item:not(:nth-child(3n)) {
    margin-right: 1rem;
  }
}

.about_1 .flex .right .group .item:hover i {
  animation: bounce 1s infinite;
}

.about_1 .flex .right .group .item span {
  font-weight: bold;
  line-height: 1.1;
}

.about_1 .flex .right .group .item span strong {
  font-size: 3.375rem;
}

.about_1 .flex .right .group .item p {
  margin: 1rem 0;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 12px;
}

.about_1 .flex .right .group .item i {
  font-size: 3.5rem;
  line-height: 1.1;
  display: block;
}

.about_2 {
  padding: 5rem 0;
  background: #d8e7ef;
}

.about_2 .swiper {
  margin-top: 6.25rem;
  height: 35rem;
}

.about_2 .swiper .swiper-slide {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  transition: all .8s;
}

.about_2 .swiper .swiper-slide.swiper-slide-prev .title {
  align-items: flex-end;
  padding-right: calc((20% - 5rem)/2);
}

.about_2 .swiper .swiper-slide.swiper-slide-next .title {
  align-items: flex-start;
  padding-left: calc((20% - 5rem)/2);
}

.about_2 .swiper .swiper-slide.swiper-slide-active {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.about_2 .swiper .swiper-slide.swiper-slide-active .title {
  opacity: 0;
  transition-delay: .3s;
}

.about_2 .swiper .swiper-slide .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d8e7ef;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  transition: all .5s;
  pointer-events: none;
}

.about_2 .swiper .swiper-slide .title h4 {
  writing-mode: vertical-rl;
  color: rgba(0, 0, 0, 0.66);
  text-align: right;
  font-size: 2.125rem;
  letter-spacing: .75rem;
  margin: 0;
}

.about_2 .swiper .swiper-slide .title h4 span {
  display: block;
  margin-right: .25rem;
  color: rgba(0, 0, 0, 0.29);
  transform: rotate(180deg) translateY(0.75rem);
  letter-spacing: 2px;
  font-weight: 400;
}

.about_2 .swiper .swiper-slide .title i {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #184097;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_2 .swiper .swiper-slide .group {
  height: 100%;
  padding: 0 4.25rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.about_2 .swiper .swiper-slide .group .img {
  width: calc((100% - 3.375rem)/2);
  height: 100%;
  border-radius: 3.125rem;
}

.about_2 .swiper .swiper-slide .group .text {
  width: calc((100% - 3.375rem)/2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_2 .swiper .swiper-slide .group .text h4 {
  font-size: 2.125rem;
  margin-bottom: 2rem;
}

.about_2 .swiper .swiper-slide .group .text h4 span {
  font-size: 2.25rem;
  text-transform: uppercase;
  display: block;
}

.about_2 .swiper .swiper-slide .group .text .mod_content {
  overflow: auto;
  max-height: 23.5rem;
}

.about_2 .swiper_more {
  margin-top: 4rem;
}

.about_2 .swiper_more > div {
  position: static;
  margin: 0;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  border: 1px dashed #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.about_2 .swiper_more > div::after {
  display: none;
}

.about_2 .swiper_more > div.swiper-button-next2 {
  margin-left: 3.125rem;
}

.about_2 .swiper_more > div.swiper-button-next2 i {
  transform: rotateY(180deg);
}

.about_2 .swiper_more > div i {
  display: block;
  font-size: 2rem;
}

.about_3 {
  position: relative;
  height: calc(100vh - 7.625rem);
  width: 100%;
  overflow: hidden;
}

.about_3 video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: all .5s;
  z-index: 2;
}

.about_3 video.show {
  opacity: 1;
}

.about_3 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

.about_3 i:hover {
  transform: translate(-50%, -50%) scale(0.95);
}

.about_4 {
  padding: 8.75rem 0;
}

.about_4 .left {
  width: 28.125%;
}

.about_4 .left .mod_title2 {
  margin-bottom: 1.5rem;
}

.about_4 .left p {
  line-height: 1.8;
}

.about_4 .left .swiper_more {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}

.about_4 .left .swiper_more .swiper-button-prev, .about_4 .left .swiper_more .swiper-button-next {
  position: static;
  padding: 0 2.5rem;
  border: 1px solid #dedede;
  border-radius: 2rem;
  color: #999;
  width: auto;
  height: auto;
  margin-right: 1rem;
  transition: all .3s;
}

.about_4 .left .swiper_more .swiper-button-prev:hover, .about_4 .left .swiper_more .swiper-button-next:hover {
  background: #184097;
  color: #fff;
}

.about_4 .left .swiper_more .swiper-button-prev::after, .about_4 .left .swiper_more .swiper-button-next::after {
  display: none;
}

.about_4 .left .swiper_more .swiper-button-prev i, .about_4 .left .swiper_more .swiper-button-next i {
  font-size: 2rem;
  line-height: 1.2;
  display: inline-block;
}

.about_4 .left .swiper_more .swiper-button-next i {
  transform: rotateY(180deg);
}

.about_4 .right {
  width: calc(67.5% + 9.0625rem + 15px);
  margin-right: calc(-9.0625rem - 15px);
}

.about_4 .right .swiper .swiper-slide.swiper-slide-active .text {
  background: #d8e7ef;
  border: none;
}

.about_4 .right .swiper .swiper-slide .text {
  margin-left: 2.5rem;
  padding: 4rem 5rem;
  position: relative;
  border-radius: 2.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all .3s;
}

.about_4 .right .swiper .swiper-slide .text .time {
  font-size: 5.75rem;
  color: #184097;
  line-height: 1.1;
  font-weight: bold;
}

.about_4 .right .swiper .swiper-slide .text .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 1.5rem 0;
}

.about_4 .right .swiper .swiper-slide .text span {
  position: absolute;
  left: 0;
  top: 5rem;
  transform: translateX(-50%);
  background: url(../img/yin.png) center no-repeat #184097;
  background-size: 1.75rem 1.3125rem;
  color: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  font-size: 4rem;
}

.about_4 .right .swiper .swiper-slide .text .mod_content {
  height: 5rem;
}

.about_5 {
  background: #f4f4f4;
  padding: 8.125rem 0;
}

.about_5 .left {
  width: 56.25%;
}

.about_5 .right {
  width: 43.75%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
}

.about_5 .right .mod_title2 strong {
  font-weight: normal;
  display: block;
}

.about_5 .right h4 {
  font-size: 1.375rem;
  color: #184097;
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.about_5 .right p {
  color: rgba(0, 0, 0, 0.73);
  line-height: 2;
}

.about_6 {
  padding: 7.25rem 0;
}

.about_6 p {
  line-height: 2;
}

.about_6 .map_img {
  position: relative;
}

.about_6 .map_img ul {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

.about_6 .map_img ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}

.about_6 .map_img ul li::after, .about_6 .map_img ul li::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: rgba(24, 64, 151, 0.2);
  animation: guangbo 2s linear infinite;
}

.about_6 .map_img ul li::before {
  animation: guangbo 2s .4s linear infinite;
}

.about_6 .map_img ul li:nth-child(1) {
  left: 20%;
  top: 35%;
}

.about_6 .map_img ul li:nth-child(1)::after, .about_6 .map_img ul li:nth-child(1)::before {
  animation-duration: 2.6s;
}

.about_6 .map_img ul li:nth-child(2) {
  left: 32%;
  top: 75%;
}

.about_6 .map_img ul li:nth-child(2)::after, .about_6 .map_img ul li:nth-child(2)::before {
  animation-duration: 2.5s;
}

.about_6 .map_img ul li:nth-child(3) {
  left: 49%;
  top: 35%;
}

.about_6 .map_img ul li:nth-child(3)::after, .about_6 .map_img ul li:nth-child(3)::before {
  animation-duration: 2.1s;
}

.about_6 .map_img ul li:nth-child(4) {
  left: 55%;
  top: 64%;
}

.about_6 .map_img ul li:nth-child(4)::after, .about_6 .map_img ul li:nth-child(4)::before {
  animation-duration: 2.7s;
}

.about_6 .map_img ul li:nth-child(5) {
  left: 60%;
  top: 52%;
}

.about_6 .map_img ul li:nth-child(5)::after, .about_6 .map_img ul li:nth-child(5)::before {
  animation-duration: 2.4s;
}

.about_6 .map_img ul li:nth-child(6) {
  left: 78%;
  top: 41%;
}

.about_6 .map_img ul li:nth-child(6)::after, .about_6 .map_img ul li:nth-child(6)::before {
  animation-duration: 2.6s;
}

.about_6 .map_img ul li:nth-child(7) {
  left: 76%;
  top: 56%;
}

.about_6 .map_img ul li:nth-child(7)::after, .about_6 .map_img ul li:nth-child(7)::before {
  animation-duration: 2.9s;
}

.about_6 .map_img ul li:nth-child(8) {
  left: 84%;
  top: 78%;
}

.about_6 .map_img ul li:nth-child(8)::after, .about_6 .map_img ul li:nth-child(8)::before {
  animation-duration: 2.3s;
}

.about_6 .map_img ul li i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  background-image: -webkit-linear-gradient(bottom, #00203e, #0061e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}

.about_6 .map_img ul li span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #184097;
  white-space: nowrap;
  font-size: 1rem;
}

@keyframes guangbo {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.product_calss {
  padding: 3.75rem 0;
  padding-bottom: 6.25rem;
  background: #f4f4f4;
}

.product_calss ul li {
  border-radius: 1rem;
  overflow: hidden;
}

.product_calss ul li.active a::after, .product_calss ul li:hover a::after {
  opacity: 1;
}

.product_calss ul li.active a::before, .product_calss ul li:hover a::before {
  opacity: 0;
}

.product_calss ul li a {
  width: 16.25rem;
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  background: none;
  transition: all .3s;
  position: relative;
  z-index: 2;
}
.items .pre-ul{
  display:flex;
  flex-wrap:wrap;
}

.news_list .pre-ul{
display:flex;
  flex-wrap:wrap;
}
.product_calss ul li a::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0061e2, #00203e);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all .3s;
}

.product_calss ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  transition: all .3s;
}

.product_calss ul li a span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.product_list {
  padding: 4.75rem 0;
}
.product_list .jjfa{
    display:flex;
   flex-wrap:wrap;
}
@media (max-width: 768px) {
  .product_list .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .product_list .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .product_list .items .item {
    width: calc((100% - (3 - 1) * 2.25rem)/3);
    margin-bottom: 3.75rem;
  }
  .product_list .items .item:not(:nth-child(3n+1)) {
    margin-right: 2.25rem;
  }
}

.product_list .items .item a {
  display: block;
  color: #111;
}

.product_list .items .item a:hover .img img{
  transform: scale(1.05);
}

.product_list .items .item a .img {
  overflow: hidden;
  height: 280px;
  display:flex;
  align-items:center;
}

.product_list .items .item a .img img {
  width:100%;
  height:auto;
  transition: all .3s;
}


.product_list .items .item a .text {
  padding-top: 1.5rem;
}

.product_list .items .item a .text h4 {
  font-size: 1.25rem;
  border-bottom: 1px solid #dedede;
  padding: .875rem .5rem;
}

.product_list .items .item a .text p {
  opacity: .68;
  padding: 0 .5rem;
}

.product_detail {
  background: #f4f4f4;
  padding-top: 2rem;
  padding-bottom: 6.25rem;
}

.product_detail .detail_left {
  width: 50%;
}

.product_detail .detail_left .swiper_imgs {
  margin-top: 1.375rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.product_detail .detail_left .swiper_imgs .swiper2_next {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev, .product_detail .detail_left .swiper_imgs .swiper2_next {
  width: 1.875rem;
  background: #f7f7f7;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev.swiper-button-disabled, .product_detail .detail_left .swiper_imgs .swiper2_next.swiper-button-disabled {
  pointer-events: none;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev:hover, .product_detail .detail_left .swiper_imgs .swiper2_next:hover {
  background: #184097;
  color: #fff;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev i, .product_detail .detail_left .swiper_imgs .swiper2_next i {
  font-size: 1.5rem;
}

.product_detail .detail_left .swiper2 {
  width: calc(100% - 4.5rem);
  height: 8.75rem;
}

.product_detail .detail_left .swiper2 .swiper-slide {
  transition: all .3s ease;
  position: relative;
  height: 8.75rem;
}

.product_detail .detail_left .swiper2 .swiper-slide.active {
  background: #fff;
}

.product_detail .detail_left .swiper2 .swiper-slide img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product_detail .detail_left .swiper1 {
  height: 29rem;
  background: #fff;
}

.product_detail .detail_left .swiper1 > a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #131313;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
}

.product_detail .detail_left .swiper1 .swiper-slide {
  overflow: hidden;
}

.product_detail .detail_left .swiper1 .swiper-slide:hover .zoomImg {
  opacity: 1;
}

.product_detail .detail_left .swiper1 .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_detail .detail_left .swiper1 .swiper-slide .img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.product_detail .detail_left .swiper1 .swiper-slide .zoomImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  opacity: 0;
  z-index: 2;
}

.product_detail .detail_right {
  width: 50%;
  padding-left: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product_detail .detail_right h1 {
  font-size: 2.25rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-bottom: 3.5rem;
}

.product_detail .detail_right h1::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #184097;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.product_content {
  padding: 5rem 0;
}

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

.product_content h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.product_content h3.r_title {
  padding-bottom: 1rem;
  border-bottom: 3px solid #184097;
}

.product_content .mod_content {
  margin-bottom: 3.125rem;
}

.product_content .product_list {
  padding: 0;
}

.product_content .product_list .items .item {
  width: 100% !important;
  margin-right: 0 !important;
}

.product_content .product_calss {
  padding: 0;
}

.product_content .product_calss ul li {
  width: 32%;
}

.product_content .product_calss ul li a {
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
}

.product_content .product_calss ul li a::after {
  opacity: 1;
}

.product_content .product_calss ul li a::before {
  opacity: 0;
}

.product_content .product_calss ul li a span {
  font-size: 1.125rem;
}

.product_content .product_calss ul li a i {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .case_list .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .case_list .items .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .case_list .items .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .case_list .items .item {
    width: calc((100% - (3 - 1) * 1.5rem)/3);
    margin-bottom: 2.5rem;
  }
  .case_list .items .item:not(:nth-child(3n)) {
    margin-right: 1.5rem;
  }
}

.case_list .items .item a {
  display: block;
  color: #111;
  background: #f4f4f4;
  height: 100%;
}

.case_list .items .item a:hover .img i {
  transform: scale(1.05);
}

.case_list .items .item a:hover .text .news_more i {
  transform: rotate(-45deg) rotateX(180deg);
}

.case_list .items .item a .img {
  overflow: hidden;
}

.case_list .items .item a .img i {
  padding-top: 55%;
  display: block;
  transition: all .5s;
}

.case_list .items .item a .text {
  padding: 1.25rem 1rem;
}

.case_list .items .item a .text h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.case_list .items .item a .text p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
  margin: 0;
}

.case_list .items .item a .text .news_more {
  margin-top: 1rem;
}

.scsl {
  padding: 5rem 0;
  background: #f4f4f4;
  padding-bottom: 10rem;
}

.scsl .group {
  margin-top: 5rem;
  height: 42.5rem;
}

.scsl .group .item {
  width: calc((100% - 6rem)/4);
  border-radius: 2.25rem;
  height: 34rem;
  transition: all .3s;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.scsl .group .item.active {
  height: 100%;
}

.scsl .group .item.active > i {
  opacity: 0;
}

.scsl .group .item.active .text {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.64);
  transform: translateY(0);
  color: #222;
}

.scsl .group .item.active .text i {
  opacity: 1;
}

.scsl .group .item.active .text p {
  opacity: 1;
}

.scsl .group .item:nth-child(2) i {
  background-image: url(../img/1.png);
}

.scsl .group .item:nth-child(3) i {
  background-image: url(../img/2.png);
}

.scsl .group .item:nth-child(4) i {
  background-image: url(../img/3.png);
}

.scsl .group .item:nth-child(5) i {
  background-image: url(../img/4.png);
}

.scsl .group .item > i {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  filter: brightness(15);
  transition: all .3s;
}

.scsl .group .item i {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.scsl .group .item .text {
  padding: 1.25rem;
  height: 20rem;
  background: rgba(255, 255, 255, 0);
  transform: translateY(50%);
  transition: all .3s;
  color: #fff;
}

.scsl .group .item .text i {
  opacity: 0;
  transition: all .3s;
}

.scsl .group .item .text h3 {
  margin: 1rem 0;
}

.scsl .group .item .text p {
  height: 10rem;
  overflow: auto;
  margin: 0;
  line-height: 1.6;
  opacity: 0;
}

.scsb {
  padding: 5rem 0;
}

.scsb .mod_title2 {
  margin-bottom: 1.5rem;
}

.scsb .items {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .scsb .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .scsb .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .scsb .items .item {
    width: calc((100% - (2 - 1) * 2.875rem)/2);
    margin-bottom: 3.75rem;
  }
  .scsb .items .item:not(:nth-child(2n+1)) {
    margin-right: 2.875rem;
  }
}

.scsb .items .item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.scsb .items .item a:hover .img i {
  transform: scale(1.05);
}

.scsb .items .item a:hover .text {
  transform: translateY(-100%);
  padding-right: 4.375rem;
  height: 12.5rem;
}

.scsb .items .item a:hover .text::after {
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0% 0%, 85% 0, 100% 6.25rem, 100% 100%, 0% 100%);
}

.scsb .items .item a:hover .text h4 {
  margin-top: 0;
  color: #222;
  font-size: 1.125rem;
}

.scsb .items .item a:hover .text p {
  height: 3.25rem;
  color: #222;
}

.scsb .items .item a:hover .text .more {
  position: absolute;
  left: calc(85% + .875rem);
  top: 0;
}

.scsb .items .item a:hover .text .more::after {
  background: #184097;
}

.scsb .items .item a:hover .text .more i {
  color: #fff;
}

.scsb .items .item a .img {
  overflow: hidden;
}

.scsb .items .item a .img i {
  padding-top: 65.97%;
  display: block;
  transition: all .5s;
}

.scsb .items .item a .text {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  width: 60%;
  transition: all .3s;
  transform: translateY(-6.25rem);
  padding: 0 1.5rem;
  padding-right: 4.375rem;
  height: 6.25rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scsb .items .item a .text::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #184097;
  clip-path: polygon(0% 0%, 85% 0, 100% 6.25rem, 100% 100%, 0% 100%);
  z-index: -1;
  transition: all .3s;
}

.scsb .items .item a .text h4 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  transition: all .3s;
  color: #fff;
}

.scsb .items .item a .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  line-height: 1.6;
  height: 0;
  overflow: hidden;
  transition: all .3s;
  color: #fff;
}

.scsb .items .item a .text .more {
  position: absolute;
  left: calc(100% - .875rem);
  top: 3.75rem;
  width: 4rem;
  height: 2.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all .3s;
}

.scsb .items .item a .text .more::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(35deg);
  z-index: -1;
  border-top-right-radius: .5rem;
  transition: all .3s;
}

.scsb .items .item a .text .more i {
  transform: rotateY(180deg);
  display: inline-block;
  font-size: 1.5rem;
  color: #184097;
  transition: all .3s;
}

.news_detail {
  padding: 2.5rem 0;
}

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

.news_detail .left .time {
  padding: 1rem 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 2.5rem;
  position: relative;
  color: #999;
  font-size: 1rem;
}

.news_detail .left .time::after {
  content: '';
  width: 100px;
  height: 4px;
  background: #184097;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.news_detail .title {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

.news_detail .news_list .item {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
}

.news_detail .news_list .item a .text {
  padding: 1rem;
}

.news_detail .news_list .item a .text h3 {
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_nmore {
  padding: 2.5rem 0;
}

.news_nmore a {
  width: 11.375rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px dashed #ddd;
  color: #888;
  border-radius: 2rem;
  transition: all .3s;
}

.news_nmore a:hover {
  background: #184097;
  color: #fff;
  border-color: transparent;
}

.news_nmore a i {
  margin-left: .5rem;
  display: flex;
  font-size: 1.5rem;
}

.video_list {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .video_list .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .video_list .items .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .video_list .items .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .video_list .items .item {
    width: calc((100% - (2 - 1) * 3.125rem)/2);
    margin-bottom: 3.75rem;
  }
  .video_list .items .item:not(:nth-child(2n)) {
    margin-right: 3.125rem;
  }
}

.video_list .items .item a {
  display: block;
}

.video_list .items .item a:hover .img i {
  transform: translate(-50%, -50%) scale(0.95);
}

.video_list .items .item a:hover h4 {
  color: #184097;
}

.video_list .items .item a .img {
  padding-top: 66%;
  position: relative;
}

.video_list .items .item a .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #fff;
  transition: all .3s;
  transform: translateY();
}

.video_list .items .item a h4 {
  height: 7.5rem;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  color: #222;
  transition: all .3s;
}

.contact {
  padding: 5rem 0;
}

.contact .mod_title {
  margin-bottom: .5rem;
}

.contact .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 10%;
}

.contact .flex .group {
  margin-top: 2rem;
  width: calc((100% - 2.5rem)/2);
}

.contact .flex .group > i {
  font-size: 2rem;
  color: #184097;
}

.contact .flex .group span {
  font-size: 1.25rem;
  display: block;
  margin-bottom: .5rem;
}

.contact .flex .group ul {
  display: flex;
}

.contact .flex .group ul li {
  margin-right: 1rem;
}

.contact .flex .group ul li a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #184097;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
}

.contact .flex .group p {
  font-size: 1.125rem;
  line-height: 1.6;
}

.contact form {
  margin-top: 2.5rem;
}

.contact form .form-group {
  margin-bottom: 2rem;
}

.contact form .form-group .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  background: none;
  outline: none;
  border-radius: 0;
  height: 4rem;
  font-size: 1.25rem;
}

.contact form .form-group button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  color: #184097;
  display: flex;
  align-items: center;
}

.contact form .form-group button i {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #184097;
  color: #fff;
  margin-right: .5rem;
}

.contact_map {
  height: 43.125rem;
}

.job {
  padding-top: 2.5rem;
  background-image: linear-gradient(to bottom, #fff 20%, #00203e 20%, #00203e);
}

.job .job_text {
  padding-top: 8.75rem;
}

.job .job_text.mod_bgc {
  background-size: 100% auto;
  background-position: center top;
}

.job .job_text .right {
  padding-left: 2.5rem;
  padding-bottom: 15%;
}

.job .job_text .right p {
  color: #fff;
  margin: 0;
  margin-top: 2.5rem;
  line-height: 1.8;
  margin-right: 35%;
}

.job .job_swiper {
  transform: translateY(-60%);
}

.job .job_swiper .swiper_more {
  height: 100%;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.job .job_swiper .swiper_more .swiper-button-prev, .job .job_swiper .swiper_more .swiper-button-next {
  position: static;
  margin: 0;
  width: 5rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  border-radius: 2rem;
  margin-left: 1rem;
}

.job .job_swiper .swiper_more .swiper-button-prev i, .job .job_swiper .swiper_more .swiper-button-next i {
  font-size: 2rem;
}

.job .job_swiper .swiper_more .swiper-button-prev::after, .job .job_swiper .swiper_more .swiper-button-next::after {
  display: none;
}

.job .job_swiper .swiper_more .swiper-button-next i {
  transform: rotateY(180deg);
}

.job .job_swiper .swiper .swiper-slide a {
  display: block;
  background: rgba(11, 59, 143, 0.8);
  padding: 3.375rem 2rem;
  border-radius: 2rem;
  color: #fff;
  transition: all .3s;
}

.job .job_swiper .swiper .swiper-slide a:hover {
  background: #fff;
  color: #184097;
}

.job .job_swiper .swiper .swiper-slide a:hover h4 {
  border-color: #184097;
}

.job .job_swiper .swiper .swiper-slide a:hover h4 span i {
  background: #184097;
  color: #fff;
  transform: rotate(45deg);
}

.job .job_swiper .swiper .swiper-slide a h4 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  margin-bottom: 2.5rem;
  transition: border .3s;
}

.job .job_swiper .swiper .swiper-slide a h4 span {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.job .job_swiper .swiper .swiper-slide a h4 span i {
  margin-right: .5rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #fff;
  color: #184097;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all .3s;
}

.job .job_swiper .swiper .swiper-slide a .mod_content {
  height: 7.5rem;
  overflow: auto;
  color: inherit;
}

.job .job_swiper .swiper .swiper-slide a .mod_content * {
  color: inherit !important;
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.job .job_swiper .swiper .swiper-slide a .mod_content p {
  margin-bottom: .25rem !important;
  display: flex;
}

.job .job_swiper .swiper .swiper-slide a .mod_content p::before {
  content: '';
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: .5rem;
  margin-top: .5rem;
}

.job_detail {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.job_detail .left, .job_detail .right {
  padding: 3rem 2.5rem;
  background: #f4f4f4;
  border-radius: 2rem;
}

.job_detail .left {
  height: 100%;
}

.job_detail .left h1 {
  padding-bottom: 2rem;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.job_detail .left h1::after {
  content: '';
  width: 6.25rem;
  height: 4px;
  background: #184097;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.job_detail .left .mod_content h4 {
  color: #184097;
  font-weight: bold;
  margin-top: 2.5rem;
}

.job_detail .title {
  font-size: 2.375rem;
}

.job_detail .right {
  height: 100%;
}

.job_detail .right ul {
  margin-top: 2.5rem;
}

.job_detail .right ul li {
  border-bottom: 1px solid #dedede;
}

.job_detail .right ul li a {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  position: relative;
  transition: all .3s;
}

.job_detail .right ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #184097;
  transform: skewX(35deg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-35deg);
  opacity: 0;
  transition: all .3s;
}

.job_detail .right ul li a:hover {
  padding-left: 1rem;
}

.job_detail .right ul li a:hover::after {
  opacity: 1;
}

.job_detail .right ul li a:hover span i {
  transform: rotate(45deg);
}

.job_detail .right ul li a h4 {
  font-size: 1.25rem;
  margin: 0;
}

.job_detail .right ul li a span {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.job_detail .right ul li a span i {
  margin-right: .5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #184097;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .3s;
}

.case_detail {
  padding: 5rem 0;
  background: #f4f4f4;
}

.case_detail .flex {
  margin-top: 2.5rem;
}

.case_detail .flex .left {
  width: 16.25rem;
  padding-right: 2.5rem;
}

.case_detail .flex .left ul {
  padding-top: 5rem;
}

.case_detail .flex .left ul li {
  margin-bottom: 3.125rem;
}

.case_detail .flex .left ul li:last-child a::after {
  display: none;
}

.case_detail .flex .left ul li.active a {
  background: #184097;
  color: #fff;
}

.case_detail .flex .left ul li.active a i, .case_detail .flex .left ul li.active a span {
  color: #fff;
}

.case_detail .flex .left ul li.active a:hover {
  color: #fff;
}

.case_detail .flex .left ul li.active a:hover i, .case_detail .flex .left ul li.active a:hover span {
  color: #fff;
}

.case_detail .flex .left ul li a {
  width: 10rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 .75rem;
  background: #fff;
  transition: all .3s;
  border-radius: 50%;
  position: relative;
}

.case_detail .flex .left ul li a::after {
  content: '';
  width: 1px;
  height: 3.125rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 100%;
}

.case_detail .flex .left ul li a:hover {
  color: #184097;
}

.case_detail .flex .left ul li a:hover i, .case_detail .flex .left ul li a:hover span {
  color: #184097;
}

.case_detail .flex .left ul li a i {
  font-size: 2.5rem;
  color: #454545;
  transition: all .3s;
}

.case_detail .flex .left ul li a span {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.2;
  color: #222;
  transition: all .3s;
}

.case_detail .flex .right {
  width: calc(100% - 16.25rem);
  padding: 3.125rem;
  background: #fff;
  border-radius: 2rem;
}

.case_detail .flex .right h2 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 2.5rem;
}

.case_detail .flex .right h2.line span {
  padding: 0 1.5rem;
  position: relative;
}

.case_detail .flex .right h2.line span::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #184097;
  position: absolute;
  left: 0;
  bottom: calc(-1.5rem - 1px);
}

.case_detail .flex .right h2 span {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  color: #333;
}

.case_detail .flex .right h2 span strong {
  color: #184097;
  display: flex;
  align-items: center;
}

.case_detail .flex .right h2 span strong::after {
  content: '';
  width: 2.875rem;
  height: 1px;
  background: #ccc;
  margin: 0 1rem;
}

.case_detail .flex .right h2 em {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.38);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
}

.case_detail .flex .right ul {
  margin-bottom: 4.5rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.case_detail .flex .right ul li {
  width: calc((100% - 5rem)/3);
  background: #f4f4f4;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.case_detail .flex .right ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #184097;
  transform: translateY(calc(100% - 2px));
  transition: all .3s;
  z-index: -1;
}

.case_detail .flex .right ul li:hover h4, .case_detail .flex .right ul li:hover p {
  color: #fff;
}

.case_detail .flex .right ul li:hover::after {
  transform: translateY(0);
}

.case_detail .flex .right ul li h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  transition: all .3s;
}

.case_detail .flex .right ul li p {
  color: #666;
  margin: 0;
  line-height: 1.8;
  transition: all .3s;
}

.case_detail .flex .right .product_list {
  padding: 0;
}

.case_detail .flex .right .product_list .more {
  text-align: center;
}

.case_detail .flex .right .product_list .more a {
  padding: .75rem 3.5rem;
  background: #184097;
  display: inline-block;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 1.125rem;
  transition: all .3s;
}

.case_detail .flex .right .product_list .more a:hover {
  border-radius: 0;
}

.shili_1 {
  width: 100%;
  overflow: hidden;
  padding-top: 7.5rem;
}

.shili_1 .mod_title2 {
  max-width: 50%;
  margin-bottom: 7.5rem;
}

.shili_1 .mod_content h4 {
  font-size: 1.25rem;
  color: #184097;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.shili_1 ul li {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shili_1 ul li span {
  font-size: 14px;
  color: #184097;
  text-align: center;
}

.shili_1 ul li span strong {
  font-size: 3.125rem;
  display: inline-block;
  margin-right: 2px;
}

.shili_1 ul li p {
  font-size: 12px;
  color: #666;
  text-align: center;
}

.shili_1 .img {
  padding-top: 40%;
}

.shili_2 {
  width: 100%;
  overflow: hidden;
  padding-top: 7.5rem;
}

.shili_2 > p {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}

.shili_2 ul {
  margin-top: 2.5rem;
}

.shili_2 ul li {
  margin: 0 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shili_2 ul li span {
  font-size: 14px;
  color: #184097;
}

.shili_2 ul li span strong {
  font-size: 3.125rem;
  display: inline-block;
  margin-right: 2px;
}

.shili_2 ul li p {
  font-size: 12px;
  color: #666;
  text-align: center;
}

.shili_2 .grid {
  height: 55rem;
  position: relative;
}

.shili_2 .grid .item {
  position: absolute;
  overflow: hidden;
  border-radius: 1.25rem;
}

.shili_2 .grid .item:hover em {
  transform: scale(1.05);
}

.shili_2 .grid .item:nth-child(1) {
  width: 21.66%;
  left: 0;
  top: 0;
  border-top-left-radius: 10.5rem;
  border-bottom-right-radius: 10.5rem;
}

.shili_2 .grid .item:nth-child(1) em {
  padding-top: 95.92%;
}

.shili_2 .grid .item:nth-child(2) {
  width: 15%;
  left: 25.2%;
  top: 13rem;
  border-top-left-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}

.shili_2 .grid .item:nth-child(2) em {
  padding-top: 73.79%;
}

.shili_2 .grid .item:nth-child(3) {
  width: 30.72%;
  left: 45.31%;
  top: 3.125rem;
  border-top-left-radius: 12.5rem;
  border-bottom-right-radius: 12.5rem;
}

.shili_2 .grid .item:nth-child(3) em {
  padding-top: 73.77%;
}

.shili_2 .grid .item:nth-child(4) {
  width: 16.79%;
  right: 0;
  top: -12.5rem;
  border-top-left-radius: 11.875rem;
  border-bottom-right-radius: 11.875rem;
}

.shili_2 .grid .item:nth-child(4) em {
  padding-top: 122.69%;
}

.shili_2 .grid .item:nth-child(5) {
  width: 12.18%;
  left: 5%;
  top: 38.5rem;
  border-top-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.shili_2 .grid .item:nth-child(5) em {
  padding-top: 75.21%;
}

.shili_2 .grid .item:nth-child(6) {
  width: 23.125%;
  left: 24.375%;
  bottom: 0;
  border-top-left-radius: 11.875rem;
  border-bottom-right-radius: 11.875rem;
}

.shili_2 .grid .item:nth-child(6) em {
  padding-top: 73.42%;
}

.shili_2 .grid .item:nth-child(7) {
  width: 15%;
  left: 60%;
  top: 35.5rem;
  border-top-left-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}

.shili_2 .grid .item:nth-child(7) em {
  padding-top: 75.26%;
}

.shili_2 .grid .item:nth-child(8) {
  width: 15.1%;
  right: 3.22%;
  top: 19.625rem;
  border-top-left-radius: 11.25rem;
  border-bottom-right-radius: 11.25rem;
}

.shili_2 .grid .item:nth-child(8) em {
  padding-top: 72.78%;
}

.shili_2 .grid .item em {
  display: block;
  transition: all .3s;
}

.shili_2 .grid .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.shili_2 .grid .item .text i {
  font-size: 3rem;
  line-height: 1.1;
}

.shili_2 .grid .item .text span {
  font-size: 1.5rem;
  font-weight: bold;
}

.shili_2 .flex {
  align-items: center;
  padding: 5rem 0;
}

.shili_2 .flex .left {
  width: 50%;
  padding-right: 3.75rem;
  padding-left: calc(9.0625rem + 15px);
}

.shili_2 .flex .left h3 {
  font-size: 1.875rem;
  color: #184097;
  margin-bottom: 2.5rem;
}

.shili_2 .flex .left p {
  line-height: 1.8;
  text-align: justify;
}

.shili_2 .flex .right {
  width: 50%;
}

.shili_2 .flex .right .img {
  padding-top: 66.7%;
  border-top-left-radius: 13.375rem;
  border-bottom-right-radius: 13.375rem;
  border-bottom-left-radius: 2rem;
}

.shili_3 {
  height: 60rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
}

.shili_3 .text {
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  padding: 8.125rem 6rem;
  width: 42%;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

.shili_3 .text h2 {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #184097;
}

.shili_3 .text p {
  color: rgba(0, 0, 0, 0.67);
  line-height: 1.8;
  text-align: justify;
}

.shili_4 {
  height: 81.25rem;
  padding-top: 6.875rem;
}

.shili_4 h2 {
  font-size: 1.875rem;
  color: #184097;
  margin-bottom: 1.5rem;
}

.shili_4 p {
  line-height: 1.8;
  text-align: justify;
}

.shili_4 .swiper {
  width: 100%;
  margin-top: 4rem;
  height: 49.375rem;
  padding-left: 16rem;
}

.shili_4 .swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
}

.shili_4 .swiper .swiper-slide {
  width: 41% !important;
  transition: all .8s;
  margin-right: 1.875rem;
}

.shili_4 .swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) {
  opacity: .5;
}

.shili_4 .swiper .swiper-slide.swiper-slide-active {
  width: 52% !important;
}

.shili_4 .swiper .swiper-slide.swiper-slide-active .img span {
  opacity: 1;
}

.shili_4 .swiper .swiper-slide .img {
  padding-top: 71.52%;
  position: relative;
  transform-origin: top center;
  border-radius: 2rem;
  overflow: hidden;
}

.shili_4 .swiper .swiper-slide .img span {
  position: absolute;
  left: 3.125rem;
  bottom: 3.125rem;
  z-index: 2;
  color: #fff;
  font-size: 1.25rem;
  opacity: 0;
  transition: all .3s;
}

.shili_4 .swiper .swiper-pagination {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  font-size: 1.5rem;
  color: #aaaaaa;
  margin: 0 auto;
  width: calc(100% - 18.125rem - 30px);
}

.shili_4 .swiper .swiper-pagination span.swiper-pagination-current {
  color: #184097;
  font-weight: bold;
}

.shili_4 .swiper .swiper-scrollbar {
  width: calc(100% - 18.125rem - 30px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 2.5rem;
  opacity: 1 !important;
  height: 1px;
  background: #bfc1c5;
}

.shili_4 .swiper .swiper-scrollbar span {
  width: 0%;
  height: 2px;
  background: #184097;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}

.shili_4 .swiper .swiper-button-prev, .shili_4 .swiper .swiper-button-next {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  border: 1px dashed #bbb;
  color: #999;
  display: block;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.shili_4 .swiper .swiper-button-prev::after, .shili_4 .swiper .swiper-button-next::after {
  display: none;
}

.shili_4 .swiper .swiper-button-prev i, .shili_4 .swiper .swiper-button-next i {
  font-size: 2rem;
}

.shili_4 .swiper .swiper-button-prev:hover, .shili_4 .swiper .swiper-button-next:hover {
  background: #184097;
  color: #fff;
  border-color: #184097;
}

.shili_4 .swiper .swiper-button-prev {
  left: auto;
  right: calc(9.0625rem + 15px + 9rem);
  top: auto;
  bottom: 23%;
}

.shili_4 .swiper .swiper-button-next {
  right: calc(9.0625rem + 15px);
  top: auto;
  bottom: 23%;
}

.shili_4 .swiper .swiper-button-next i {
  transform: rotateY(180deg);
}

.shili_5 {
  width: 100%;
  overflow: hidden;
  height: 81.25rem;
}

.shili_5 .left {
  padding-right: 7.5rem;
}

.shili_5 .left h2 {
  font-size: 1.875rem;
  color: #184097;
  margin-bottom: 1.5rem;
}

.shili_5 .left ul {
  margin-top: 2.5rem;
}

.shili_5 .left ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shili_5 .left ul li span {
  font-size: 14px;
  color: #184097;
}

.shili_5 .left ul li span strong {
  font-size: 3.125rem;
  display: inline-block;
  margin-right: 2px;
}

.shili_5 .left ul li p {
  font-size: 12px;
  color: #184097;
  text-align: center;
}

.shili_5 .mod_content {
  text-align: justify;
}

.shili_5 .swiper {
  padding-bottom: 10rem;
  margin-top: 12rem;
}

.shili_5 .swiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
}

.shili_5 .swiper .swiper-slide .img {
  padding-top: 65%;
  transform: scale(0.75);
  transform-origin: center bottom;
  transition: all .8s;
}

.shili_5 .swiper .swiper-slide .img.mod_bgc {
  background-size: contain;
}

.shili_5 .swiper .swiper-slide h4 {
  text-align: center;
  margin-top: 1.5rem;
}

.shili_5 .swiper .swiper-pagination {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  font-size: 1.5rem;
  color: #aaaaaa;
  margin: 0 auto;
  width: calc(100% - 18.125rem - 30px);
}

.shili_5 .swiper .swiper-pagination span.swiper-pagination-current {
  color: #184097;
  font-weight: bold;
}

.shili_5 .swiper .swiper-scrollbar {
  width: calc(100% - 18.125rem - 30px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 2.5rem;
  opacity: 1 !important;
  height: 1px;
  background: #bfc1c5;
}

.shili_5 .swiper .swiper-scrollbar span {
  width: 0%;
  height: 2px;
  background: #184097;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}

.shili_5 .swiper .swiper-button-prev, .shili_5 .swiper .swiper-button-next {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  border: 1px dashed #bbb;
  color: #999;
  display: block;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.shili_5 .swiper .swiper-button-prev::after, .shili_5 .swiper .swiper-button-next::after {
  display: none;
}

.shili_5 .swiper .swiper-button-prev i, .shili_5 .swiper .swiper-button-next i {
  font-size: 2rem;
}

.shili_5 .swiper .swiper-button-prev:hover, .shili_5 .swiper .swiper-button-next:hover {
  background: #184097;
  color: #fff;
  border-color: #184097;
}

.shili_5 .swiper .swiper-button-prev {
  left: auto;
  right: calc(9.0625rem + 15px + 9rem);
  top: 0;
}

.shili_5 .swiper .swiper-button-next {
  right: calc(9.0625rem + 15px);
  top: 0;
}

.shili_5 .swiper .swiper-button-next i {
  transform: rotateY(180deg);
}

.shili_6 {
  padding-top: 8.75rem;
  padding-bottom: 3.75rem;
}

.shili_6 h2 {
  font-size: 1.875rem;
  color: #184097;
  margin-bottom: 1.5rem;
}

.shili_6 ul {
  margin: 3.75rem 0;
}

.shili_6 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shili_6 ul li span {
  font-size: 14px;
  color: #184097;
}

.shili_6 ul li span strong {
  font-size: 3.125rem;
  display: inline-block;
  margin-right: 2px;
}

.shili_6 ul li p {
  font-size: 12px;
  color: #184097;
  text-align: center;
}

.shili_6 .swiper .swiper-slide {
  padding: 0 1.5rem;
}

.shili_6 .swiper .swiper-slide .img {
  padding-top: 128%;
  margin: 0 1.5rem;
}

.shili_6 .swiper .swiper-slide h4 {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.6;
}

.shili_6 .swiper3_more {
  margin-top: 5rem;
}

.shili_6 .swiper3_more > div {
  position: static;
  margin: 0;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  border: 1px dashed #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: all .3s;
}

.shili_6 .swiper3_more > div::after {
  display: none;
}

.shili_6 .swiper3_more > div:hover {
  background: #184097;
  color: #fff;
  border-color: #184097;
}

.shili_6 .swiper3_more > div.swiper-button-next {
  margin-left: 6.875rem;
}

.shili_6 .swiper3_more > div.swiper-button-next i {
  transform: rotateY(180deg);
}

.shili_6 .swiper3_more > div i {
  display: block;
  font-size: 2rem;
}

.shili_7 {
  height: 60rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.shili_7 .text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  padding: 7.5rem 6.875rem;
  padding-right: 18%;
  width: 50%;
  border-top-left-radius: 6.875rem;
}

.shili_7 .text h2 {
  font-size: 1.875rem;
  color: #184097;
  margin-bottom: 1.5rem;
}

.shili_7 .text p {
  color: rgba(0, 0, 0, 0.67);
  line-height: 1.8;
  text-align: justify;
}

.ny_left.fixed {
  position: fixed;
  top: 80px;
  z-index: 99;
}

.ny_left.fixed2 {
  position: fixed;
  bottom: 0;
  z-index: 99;
}

/* zl_mod 通用样式
---------------------------------------------------------------- */
.small_more.white a {
  color: #f2f2f2;
  border-color: #f2f2f2;
  opacity: .75;
}

.small_more.white a:hover {
  opacity: 1;
  color: #1a1a1a;
  background: #fff;
  border-color: #fff;
}

.small_more a {
  font-size: 1.125rem;
  display: inline-block;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #737373;
  padding: 4px 0;
  color: #000;
  transition: all .3s;
}

.small_more a:hover {
  padding: 4px 1.5rem;
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.small_more a:hover i {
  animation: small_more 2s ease-in-out infinite;
}

.small_more a i {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-left: 1rem;
  transition: all .3s;
  display: inline-block;
}

@keyframes small_more {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes caseScolle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.mod_banner {
  margin-top: 7.625rem;
  height: 39rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.mod_banner .container span {
  font-size: 3rem;
  line-height: 1.1;
  display: block;
  max-width: 50%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: .5rem;
}

.mod_banner .container strong {
  font-size: 2.875rem;
}

.mod_title {
  margin-bottom: 2.5rem;
  color: #000;
}

.mod_title.white {
  color: #fff;
}

.mod_title strong {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.mod_title span {
  font-size: 3.125rem;
  text-transform: uppercase;
}

.mod_title2 {
  color: #221815;
  line-height: 1.2;
  opacity: .9;
}

.mod_title2.white {
  color: #fff;
}

.mod_title2 strong {
  font-size: 3.125rem;
  text-transform: uppercase;
}

.mod_title2 span {
  display: block;
  font-size: 2.375rem;
}

.mod_position {
  padding: 1.5rem 0;
  color: rgba(0, 0, 0, 0.59);
}

.mod_position a {
  color: rgba(0, 0, 0, 0.59);
  transition: all .3s ease;
}

.mod_position a.active, .mod_position a:hover {
  color: #184097;
}

.mod_position a i {
  margin-right: .5rem;
  font-size: 1.25rem;
}

.mod_position ul li {
  color: #ccc;
  padding: 0 2rem;
  position: relative;
}

.mod_position ul li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 15%;
  background: #1a1a1a;
}

.mod_position ul li:first-child {
  padding-left: 0;
}

.mod_position ul li:last-child {
  padding-right: 0;
}

.mod_position ul li.active a {
  color: #184097;
}

.mod_position ul li a {
  color: #1a1a1a;
  font-size: 1.25rem;
}

.mod_menu ul {
  border-left: 1px solid #939393;
  position: relative;
  width: calc(100% - 1.5rem);
}

.mod_menu ul .line {
  width: 3px;
  height: 1.875rem;
  background: #494949;
  position: absolute;
  left: -2px;
  top: 20%;
  z-index: 2;
  display: none;
}

.mod_menu ul li {
  position: relative;
}

.mod_menu ul li::after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}

.mod_menu ul li.active::before {
  content: '';
  width: 3px;
  height: 1.875rem;
  background: #494949;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.mod_menu ul li.active a {
  opacity: .5;
}

.mod_menu ul li:hover a {
  opacity: .5;
}

.mod_menu ul li a {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  padding-left: 2.5rem;
  color: #000;
  transition: all .3s;
  white-space: nowrap;
}

.mod_menu ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  margin-right: 6px;
  flex-shrink: 0;
}

.mod_more {
  margin-top: 3rem;
}

.mod_more span, .mod_more a, .mod_more button {
  display: inline-block;
  color: rgba(0, 0, 0, 0.71);
  transition: all .3s;
  font-size: 14px;
}

.mod_more span:hover i, .mod_more a:hover i, .mod_more button:hover i {
  transform: rotate(0);
}

.mod_more span:hover i::after, .mod_more a:hover i::after, .mod_more button:hover i::after {
  transform: rotate(0);
}

.mod_more span:hover i::before, .mod_more a:hover i::before, .mod_more button:hover i::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mod_more span i, .mod_more a i, .mod_more button i {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: rotate(5deg);
  margin-right: .5rem;
  transition: all .3s;
}

.mod_more span i::after, .mod_more a i::after, .mod_more button i::after {
  content: '';
  width: 2.5rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-35deg);
  transition: all .3s;
}

.mod_more span i::before, .mod_more a i::before, .mod_more button i::before {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  transition: all .3s;
}

.mod_social {
  position: fixed;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  right: 10px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
}

.mod_social.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) translateY(-50%);
}

.mod_social ul li {
  position: relative;
}

.mod_social ul li:last-child a::after {
  display: none;
}

.mod_social ul li:hover .tip {
  opacity: 1;
}

.mod_social ul li:hover a {
  filter: brightness(1.2);
}

.mod_social ul li a {
  width: 64px;
  padding: 12px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.54);
  position: relative;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mod_social ul li a span {
  transform: scale(0.85);
}

.mod_social ul li a i {
  font-size: 24px;
  line-height: 1.2;
}

.mod_social ul li a::after {
  content: '';
  width: calc(100% - 16px);
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 2;
  transform: translateX(-50%);
}

.mod_social ul li .tip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

.mod_social ul li .tip span {
  display: inline-block;
  background: #323232;
  padding: 8px;
  border-radius: 4px;
  white-space: nowrap;
  position: relative;
}

.mod_social ul li .tip span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #323232;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.mod_backTop {
  position: fixed;
  right: 10px;
  bottom: 4%;
  z-index: 999;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: opacity .3s ease;
  opacity: 0;
  pointer-events: none;
}

.mod_backTop.active {
  opacity: 1;
  pointer-events: auto;
}

.mod_backTop:hover {
  background: #3a3a3a;
}

.mod_backTop i {
  font-size: 18px;
}

.mod_fanye {
  padding: 2.5rem 0;
}

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

.mod_fanye ul li.active span {
  background-color: #1a1a1a;
  color: #fff;
}

.mod_fanye ul li.disabled span {
  opacity: .5;
}

.mod_fanye ul li a, .mod_fanye ul li span {
  font-size: 14px;
  margin: 0 .5rem;
  padding: .5rem 1rem;
  border-radius: 4px;
  color: #333;
  background-color: #e2e2e2;
  border: none;
}

.mod_fanye ul li a.activ:hover {
  color: #fff;
}

.mod_fanye ul li a:hover {
  color: #1a1a1a;
}

.mod_fanye02 {
  background: #f2f2f2;
  padding: .5rem 1.25rem;
  margin: 3rem 0;
}

.mod_fanye02 a {
  color: #666;
  transition: all .3s;
}

.mod_fanye02 a:hover {
  color: #184097;
}

.mod_fanye02 a i {
  font-size: 2rem;
}

.mod_bgc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.maodian {
  position: absolute;
  left: 0;
  top: -80px;
}

.mod_content p {
  font-size: inherit;
}

.mod_video {
  width: 800px;
  height: 450px;
  display: none;
}

.mod_module {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

.mod_module .mod_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55rem;
  background: #fff;
  padding: 2.5rem;
}

.mod_module .mod_box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 14px;
  cursor: pointer;
}

.mod_form .left {
  padding-right: 2.5rem;
  border-right: 1px dashed #999;
}

.mod_form .left.seat_right {
  text-align: center;
}

.mod_form .left.seat_right p {
  font-size: inherit;
  line-height: 1.8;
}

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

.mod_form .right.seat_right img {
  max-width: 80%;
}

.mod_form .right img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.mod_form .form-group label {
  font-size: inherit;
  display: block;
}

.mod_form .form-group input, .mod_form .form-group textarea {
  width: 100%;
  border: 1px solid #1a1a1a;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.mod_form .form-group input {
  height: 36px;
}

.mod_form .form-group button {
  background: #1a1a1a;
  color: #fff;
  padding: .5rem 4rem;
  border-radius: 0;
  border: none;
}

.mod_form > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.fancybox-content {
  min-height: 43.75rem;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-size: 12px;
}

.social-share .social-share-icon {
  filter: grayscale(100%);
}

.social-share .social-share-icon:hover {
  filter: grayscale(0);
}

/* 媒体查询
---------------------------------------------------------------- */
@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_36 {
    font-size: 18px;
  }
  .fz_34 {
    font-size: 18px;
  }
  .fz_32 {
    font-size: 18px;
  }
  .fz_30 {
    font-size: 18px;
  }
  .fz_28 {
    font-size: 16px;
  }
  .fz_26 {
    font-size: 16px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_22 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 14px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
  .mod_header {
    height: 50px;
    position: static;
  }
  .mod_header .header {
    height: 100%;
  }
  .mod_header .header .head_top {
    display: none;
  }
  .mod_header .header .logo a {
    height: 50px;
  }
  .mod_header .header .header_center {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .mod_header .header .header_center .header_more {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .mod_header .header .header_center .header_more .head_ico {
    z-index: 0;
  }
  .mod_header .header .header_center::after {
    display: none;
  }
  .mod_header .header .header_center nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    transition: opacity .25s ease-out;
    background: rgba(0, 0, 0, 0.5);
  }
  .mod_header .header .header_center nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .mod_header .header .header_center nav.active .nav_close, .mod_header .header .header_center nav.active ul {
    transform: translateX(0);
  }
  .mod_header .header .header_center nav > ul {
    width: 90%;
    height: calc(100% - 52px);
    overflow: auto;
    display: block;
    background: #fff;
    transform: translateX(-100%);
    transition: all .2s ease-in;
  }
  .mod_header .header .header_center nav > ul > li {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-left: 0;
  }
  .mod_header .header .header_center nav > ul > li.active > a {
    color: #184097;
  }
  .mod_header .header .header_center nav > ul > li.active > a::after {
    display: none;
  }
  .mod_header .header .header_center nav > ul > li:hover a, .mod_header .header .header_center nav > ul > li:hover i {
    color: #3a3a3a;
  }
  .mod_header .header .header_center nav > ul > li a {
    height: auto;
    width: calc(100% - 58px);
    font-size: 14px;
    padding: 12px 0;
    padding-left: 20px;
    color: #3a3a3a;
    text-transform: capitalize;
  }
  .mod_header .header .header_center nav > ul > li i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 38px;
    font-size: 18px;
    flex-shrink: 0;
    color: #3a3a3a;
  }
  .mod_header .header .header_center nav > ul > li i.active::before {
    transform: rotateX(180deg);
  }
  .mod_header .header .header_center nav > ul > li ul {
    width: 100%;
    position: static;
    display: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border-top: 1px solid #eee;
    margin-top: 0;
    transition: none;
    border-radius: 0;
  }
  .mod_header .header .header_center nav > ul > li ul::after {
    display: none;
  }
  .mod_header .header .header_center nav > ul > li ul li {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  .mod_header .header .header_center nav > ul > li ul li:hover a, .mod_header .header .header_center nav > ul > li ul li:hover i {
    color: #3a3a3a;
  }
  .mod_header .header .header_center nav > ul > li ul li:last-child {
    border: none;
  }
  .mod_header .header .header_center nav > ul > li ul li a {
    font-size: 14px;
    padding: 10px 0;
    padding-left: 30px;
    color: #3a3a3a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
  }
  .mod_header .header .header_center nav > ul > li ul li a::before {
    content: '>';
    line-height: 1;
    display: block;
    transform: scale(1, 1.6) translateY(-2px);
    margin-right: 8px;
    font-size: 12px;
  }
  .mod_header .header .header_center nav > ul > li ul li i::before {
    transform: rotate(0);
    font-size: 18px;
  }
  .mod_header .header .header_center nav > ul > li ul li ul {
    box-shadow: none;
    border-radius: 0;
  }
  .mod_header .header .header_center nav > ul > li ul li ul li a {
    padding-left: 46px;
  }
  .mod_header .header .header_center .nav_open {
    transition: opacity .3s ease;
    color: #333;
    margin-left: auto;
  }
  .mod_header .header .header_center .nav_open.active {
    opacity: 0;
  }
  .mod_header .header .header_center .nav_open i {
    font-size: 24px;
  }
  .mod_header .header .header_center .nav_close {
    background: #fff;
    display: flex;
    width: 90%;
    height: 52px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #eee;
    transform: translateX(-100%);
    transition: all .2s ease-in;
  }
  .mod_header .header .header_center .nav_close i {
    height: 100%;
    padding: 0 12px;
    font-size: 30px;
    color: #3a3a3a;
  }
  .index_banner {
    height: 240px;
    margin-top: 0;
  }
  .index_banner .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 20px;
  }
  .index_banner .swiper .swiper-wrapper .swiper-slide .container {
    padding: 0 15%;
  }
  .index_banner .swiper .swiper-wrapper .swiper-slide .container p {
    font-size: 16px;
    line-height: 1.2;
  }
  .index_banner .swiper .swiper-wrapper .swiper-slide .container h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .index_banner .swiper .swiper-pagination {
    bottom: 15px;
    left: 15px;
  }
  .index_banner .swiper .swiper-button-prev {
    left: 15px;
  }
  .index_banner .swiper .swiper-button-next {
    right: 15px;
  }
  .index_product .group {
    flex-wrap: wrap;
  }
  .index_product .group .item {
    width: 100%;
    height: 18rem;
  }
  .index_product .group .item::after {
    display: none;
  }
  .index_product .group .item.active {
    width: 100%;
  }
  .index_product .group .item .text1 {
    opacity: 1;
    max-width: 70%;
    padding: 0 1.5rem;
    padding-top: 2rem;
  }
  .index_product .group .item .text1 p {
    display: none;
  }
  .index_product .group .item .text1 .mod_more {
    margin-top: 15px;
  }
  .index_product .group .item .text2 {
    display: none;
  }
  .index_profile {
    height: 80vh;
  }
  .index_profile p {
    max-width: 100%;
  }
  .index_esg .left, .index_esg .right {
    width: 100%;
  }
  .index_esg .right {
    padding: 15px;
  }
  .index_search input {
    width: calc(100% - 12.5rem);
  }
  .footer .foot_left p:last-child span img {
    width: 60px;
  }
  .footer .foot_right {
    display: none;
  }
  .mod_banner .container span {
    max-width: 100% !important;
    font-size: 20px;
  }
  .mod_banner .container strong {
    font-size: 20px;
  }
  .case_detail .flex {
    flex-wrap: wrap;
  }
  .case_detail .flex .left {
    width: 100%;
    padding: 1.5rem 0;
  }
  .case_detail .flex .left ul {
    display: flex;
    justify-content: space-around;
  }
  .case_detail .flex .left ul li {
    margin-bottom: 0;
  }
  .case_detail .flex .left ul li a::after {
    display: none;
  }
  .case_detail .flex .right {
    width: 100%;
    padding: 15px;
  }
  .case_detail .flex .right h2 {
    flex-wrap: wrap;
    line-height: 1.6;
  }
  .case_detail .flex .right h2 span {
    display: block;
    font-size: 16px;
  }
  .case_detail .flex .right h2 span strong {
    display: block;
  }
  .case_detail .flex .right h2 em {
    font-size: 12px;
  }
  .case_detail .flex .right ul {
    flex-wrap: wrap;
  }
  .case_detail .flex .right ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .scsl {
    padding: 4rem 0;
  }
  .scsl .group {
    flex-wrap: wrap;
    height: auto;
  }
  .scsl .group .item {
    margin-bottom: 15px;
    width: 100%;
    height: 50rem !important;
  }
  .scsl .group .item .text {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.64);
    transform: translateY(0);
    color: #222;
  }
  .scsl .group .item .text i {
    opacity: 1;
  }
  .scsl .group .item .text p {
    opacity: 1;
  }
  .scsb .items .item a .text h4 {
    margin: .5rem 0;
    line-height: 1.4;
  }
  .contact .flex {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .contact .flex .group {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .contact .flex .group > i {
    width: 30px;
    flex-shrink: 0;
  }
  .contact .flex .group span {
    flex-shrink: 0;
    width: 40px;
  }
  .job {
    padding-bottom: 4rem;
  }
  .job .job_text .right {
    padding: 20px 0;
  }
  .job .job_text .right p {
    margin-right: 0;
  }
  .job .job_swiper {
    transform: translateY(0);
  }
  .job_detail .right {
    margin-top: 20px;
  }
  .about_1 .row h4 {
    margin-top: 15px;
    line-height: 1.4;
    font-size: 16px;
  }
  .about_1 .flex {
    flex-wrap: wrap;
  }
  .about_1 .flex .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about_1 .flex .right {
    width: 100%;
    padding: 0 15px;
  }
  .about_1 .flex .right .img .text {
    position: static;
    width: 100%;
    color: #333;
    padding: 20px 0;
  }
  .about_1 .flex .right .img .text h4 {
    font-size: 16px;
  }
  .about_1 .flex .right .group {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .about_2 .swiper .swiper-slide {
    border: none !important;
  }
  .about_2 .swiper .swiper-slide .group {
    padding: 0;
  }
  .about_2 .swiper .swiper-slide .group .img, .about_2 .swiper .swiper-slide .group .text {
    width: calc((100% - 15px)/2);
  }
  .about_2 .swiper .swiper-slide .group .img h4, .about_2 .swiper .swiper-slide .group .text h4 {
    font-size: 16px;
  }
  .about_2 .swiper .swiper-slide .group .img h4 span, .about_2 .swiper .swiper-slide .group .text h4 span {
    font-size: 14px;
  }
  .about_2 .swiper .swiper-slide .group .img .mod_content, .about_2 .swiper .swiper-slide .group .text .mod_content {
    line-height: 1.6;
  }
  .about_3 {
    height: 40vh;
  }
  .about_4 > .container {
    flex-wrap: wrap;
  }
  .about_4 .left {
    width: 100%;
  }
  .about_4 .left .swiper_more {
    margin: 20px 0;
    margin-top: 40px;
  }
  .about_4 .right {
    width: 100%;
  }
  .about_4 .right .swiper .swiper-slide .text .time {
    font-size: 20px;
  }
  .about_5 > .container {
    flex-wrap: wrap;
  }
  .about_5 .left {
    width: 100%;
  }
  .about_5 .right {
    width: 100%;
    padding: 15px;
  }
  .about_5 .right h4 {
    font-size: 16px;
  }
  .about_6 .mod_title2 {
    margin-bottom: 20px;
  }
  .product_detail .flex-stretch-between {
    flex-wrap: wrap;
  }
  .product_detail .detail_left {
    width: 100%;
  }
  .product_detail .detail_right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .product_content .left {
    padding-right: 0;
  }
  .case_list .items .item a .text h4 {
    font-size: 16px;
  }
  .product_calss {
    padding-bottom: 3.75rem;
  }
  .product_calss ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_calss ul li {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
  .product_calss ul li a {
    width: 100%;
  }
  .product_calss ul li a span {
    line-height: 1.2;
  }
  .shili_1 {
    padding-top: 4rem;
  }
  .shili_1 .mod_title2 {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .shili_1 .mod_content h4 {
    font-size: 16px;
  }
  .shili_1 ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shili_1 ul li {
    width: 45%;
    margin: 0;
  }
  .shili_2 {
    padding-top: 40px;
  }
  .shili_2 > p {
    width: 100%;
    padding: 0 15px;
    text-align: justify;
  }
  .shili_2 ul li {
    margin: 0 1rem;
  }
  .shili_2 .grid {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shili_2 .grid .item {
    position: relative;
    width: 48% !important;
    margin-bottom: 15px;
    border-radius: 1rem !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .shili_2 .grid .item em {
    padding-top: 74% !important;
  }
  .shili_2 .flex {
    flex-wrap: wrap;
  }
  .shili_2 .flex .left {
    width: 100%;
    padding: 0 15px;
  }
  .shili_2 .flex .right {
    width: 100%;
    padding: 0 15px;
  }
  .shili_2 .flex .right .img {
    border-radius: 1.25rem;
  }
  .shili_3 {
    align-items: flex-end;
  }
  .shili_3 .text {
    width: 100%;
    border-radius: 0;
    padding: 20px 15px;
    transform: translateY(0);
  }
  .shili_4 .swiper {
    padding: 0 15px;
    height: 20rem;
  }
  .shili_4 .swiper .swiper-pagination {
    width: calc(100% - 30px);
    left: 15px;
  }
  .shili_4 .swiper .swiper-scrollbar {
    width: calc(100% - 30px);
  }
  .shili_4 .swiper .swiper-button-prev {
    bottom: 15%;
    right: calc(30px + 5rem);
  }
  .shili_4 .swiper .swiper-button-next {
    bottom: 15%;
    right: 15px;
  }
  .shili_5 {
    height: auto;
  }
  .shili_5 .left {
    padding-right: 0;
  }
  .shili_5 .swiper {
    margin-top: 4rem;
    padding-bottom: 7rem;
  }
  .shili_5 .swiper .swiper-pagination {
    width: calc(100% - 30px);
    left: 15px;
  }
  .shili_5 .swiper .swiper-scrollbar {
    width: calc(100% - 30px);
  }
  .shili_5 .swiper .swiper-button-prev {
    top: auto;
    bottom: 5%;
    right: calc(30px + 5rem);
  }
  .shili_5 .swiper .swiper-button-next {
    top: auto;
    bottom: 5%;
    right: 15px;
  }
  .shili_6 ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shili_6 ul li {
    width: 48%;
  }
  .shili_7 {
    display: flex;
    align-items: flex-end;
  }
  .shili_7 .text {
    width: 100%;
    padding: 20px 15px;
    position: static;
    border-radius: 0;
  }
  .mod_content {
    font-size: 14px;
  }
  .mod_banner {
    margin-top: 0;
    height: 32vh;
  }
  .mod_banner .container {
    margin-bottom: 3rem;
  }
  .mod_banner .container .left {
    font-size: 16px;
  }
  .mod_banner .container .right {
    font-size: 16px;
  }
  .mod_banner .container .right span {
    font-size: 12px;
  }
  .mod_banner.case_banner .title {
    font-size: 20px;
  }
  .mod_banner.case_banner ul {
    padding: 0 15px;
  }
  .mod_banner.case_banner ul li span {
    font-size: 18px;
  }
  .mod_banner.case_banner ul li p {
    font-size: 14px;
  }
  .mod_banner.case_banner ul .line {
    margin: 0 5px;
    margin-top: 1.25rem;
    width: 1px;
    background: #ccc;
  }
  .mod_banner.case_banner .img_bottom {
    height: 74px;
  }
  .mod_banner.ld {
    height: auto;
    padding: 20px 0;
  }
  .mod_banner.ld .container .row {
    margin: 0 -15px;
  }
  .mod_banner.ld .container .img {
    height: 40vh;
  }
  .mod_banner.ld .container .name {
    margin: 15px 0;
    font-size: 20px;
  }
  .mod_banner.ld .container .name, .mod_banner.ld .container .mod_content {
    margin-left: 0;
  }
  .mod_banner .container * {
    font-size: 20px;
  }
  .mod_banner .apply {
    padding: 1rem 4rem;
    font-size: 16px;
  }
  .mod_title.mod_title2 span {
    font-size: 18px;
  }
  .mod_title span {
    font-size: 18px;
  }
  .mod_title h2, .mod_title h3, .mod_title strong {
    font-size: 18px;
  }
  .mod_title2 strong {
    font-size: 20px;
  }
  .mod_social, .mod_backTop {
    right: 5px;
  }
  .mod_social {
    display: none;
  }
  .mod_form {
    max-width: calc(100% - 30px);
  }
  .mod_form .form-group label {
    font-size: 14px;
  }
  .mod_fanye ul li a, .mod_fanye ul li span {
    margin: 0 2px;
    padding: 4px 6px;
  }
  .mod_fanye02 .text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  .btn {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_36 {
    font-size: 18px;
  }
  .fz_34 {
    font-size: 18px;
  }
  .fz_32 {
    font-size: 18px;
  }
  .fz_30 {
    font-size: 18px;
  }
  .fz_28 {
    font-size: 16px;
  }
  .fz_26 {
    font-size: 16px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_22 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 14px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
  .mod_header {
    height: 50px;
    position: static;
    background: #000;
  }
  .mod_header .header {
    height: 100%;
  }
  .mod_header .header .head_top {
    display: none;
  }
  .mod_header .header .header_center {
    height: 50px;
  }
  .mod_header .header .header_center::after {
    display: none;
  }
  .mod_header .header .header_center .logo a {
    padding-bottom: 0;
  }
  .mod_header .header .header_center .logo a img {
    max-height: 26px;
  }
  .mod_header .header .header_center .logo a span {
    display: none;
  }
  .mod_header .header .header_center nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    transition: opacity .25s ease-out;
    background: rgba(0, 0, 0, 0.5);
  }
  .mod_header .header .header_center nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .mod_header .header .header_center nav.active .nav_close, .mod_header .header .header_center nav.active ul {
    transform: translateX(0);
  }
  .mod_header .header .header_center nav > ul {
    width: 90%;
    height: calc(100% - 52px);
    overflow: auto;
    display: block;
    background: #fff;
    transform: translateX(-100%);
    transition: all .2s ease-in;
  }
  .mod_header .header .header_center nav > ul > li {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .mod_header .header .header_center nav > ul > li.active > a {
    color: #184097;
  }
  .mod_header .header .header_center nav > ul > li.active > a::after {
    display: none;
  }
  .mod_header .header .header_center nav > ul > li:hover a, .mod_header .header .header_center nav > ul > li:hover i {
    color: #3a3a3a;
  }
  .mod_header .header .header_center nav > ul > li a {
    height: auto;
    width: calc(100% - 58px);
    font-size: 14px;
    padding: 12px 0;
    padding-left: 20px;
    color: #3a3a3a;
    text-transform: capitalize;
  }
  .mod_header .header .header_center nav > ul > li i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 38px;
    font-size: 18px;
    flex-shrink: 0;
    color: #3a3a3a;
  }
  .mod_header .header .header_center nav > ul > li i.active::before {
    transform: rotateX(180deg);
  }
  .mod_header .header .header_center nav > ul > li ul {
    width: 100%;
    position: static;
    display: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border-top: 1px solid #eee;
    margin-top: 0;
    transition: none;
    border-radius: 0;
  }
  .mod_header .header .header_center nav > ul > li ul::after {
    display: none;
  }
  .mod_header .header .header_center nav > ul > li ul li {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  .mod_header .header .header_center nav > ul > li ul li:hover a, .mod_header .header .header_center nav > ul > li ul li:hover i {
    color: #3a3a3a;
  }
  .mod_header .header .header_center nav > ul > li ul li:last-child {
    border: none;
  }
  .mod_header .header .header_center nav > ul > li ul li a {
    font-size: 14px;
    padding: 10px 0;
    padding-left: 30px;
    color: #3a3a3a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
  }
  .mod_header .header .header_center nav > ul > li ul li a::before {
    content: '>';
    line-height: 1;
    display: block;
    transform: scale(1, 1.6) translateY(-2px);
    margin-right: 8px;
    font-size: 12px;
  }
  .mod_header .header .header_center nav > ul > li ul li i::before {
    transform: rotate(0);
    font-size: 18px;
  }
  .mod_header .header .header_center nav > ul > li ul li ul {
    box-shadow: none;
    border-radius: 0;
  }
  .mod_header .header .header_center nav > ul > li ul li ul li a {
    padding-left: 46px;
  }
  .mod_header .header .header_center .nav_open {
    transition: opacity .3s ease;
    color: #fff;
    margin-left: auto;
  }
  .mod_header .header .header_center .nav_open.active {
    opacity: 0;
  }
  .mod_header .header .header_center .nav_open i {
    font-size: 24px;
  }
  .mod_header .header .header_center .nav_close {
    background: #fff;
    display: flex;
    width: 90%;
    height: 52px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #eee;
    transform: translateX(-100%);
    transition: all .2s ease-in;
  }
  .mod_header .header .header_center .nav_close i {
    height: 100%;
    padding: 0 12px;
    font-size: 30px;
    color: #3a3a3a;
  }
  .index_banner {
    height: 400px;
    margin-top: 0;
  }
  .index_banner .swiper .swiper-wrapper .swiper-slide .container .left {
    font-size: 2.5rem;
  }
  .index_banner .swiper .swiper-wrapper .swiper-slide .container .right {
    padding-top: 0;
    font-size: 3rem;
  }
  .index_banner .swiper .swiper-wrapper .swiper-slide .container .right span {
    font-size: 2rem;
  }
  .index_banner .swiper .swiper-pagination {
    bottom: 15px;
    left: 15px;
  }
  .index_banner .swiper .swiper-button-prev {
    left: 15px;
  }
  .index_banner .swiper .swiper-button-next {
    right: 15px;
  }
  .mod_banner {
    margin-top: 0;
    height: 32vh;
  }
  .mod_banner .container {
    margin-bottom: 3rem;
  }
  .mod_banner .container .left {
    font-size: 16px;
  }
  .mod_banner .container .right {
    font-size: 16px;
  }
  .mod_banner .container .right span {
    font-size: 12px;
  }
  .mod_banner.case_banner .title {
    font-size: 20px;
  }
  .mod_banner.case_banner ul {
    padding: 0 15px;
  }
  .mod_banner.case_banner ul li span {
    font-size: 18px;
  }
  .mod_banner.case_banner ul li p {
    font-size: 14px;
  }
  .mod_banner.case_banner ul .line {
    margin: 0 5px;
    margin-top: 0;
    width: 1px;
    background: #ccc;
  }
  .mod_banner.case_banner .img_bottom {
    height: 160px;
  }
  .mod_banner.ld {
    height: auto;
    padding: 20px 0;
  }
  .mod_banner.ld .container .row {
    margin: 0 -15px;
  }
  .mod_banner.ld .container .img {
    height: 40vh;
  }
  .mod_banner.ld .container .name {
    margin: 15px 0;
    font-size: 20px;
  }
  .mod_banner.ld .container .name, .mod_banner.ld .container .mod_content {
    margin-left: 0;
  }
  .mod_banner .container * {
    font-size: 20px;
  }
  .mod_banner .apply {
    padding: 1rem 4rem;
    font-size: 16px;
  }
  .mod_social, .mod_backTop {
    right: 5px;
  }
  .mod_social {
    display: none;
  }
  .mod_form {
    max-width: calc(100% - 30px);
  }
  .mod_form .form-group label {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_36 {
    font-size: 18px;
  }
  .fz_34 {
    font-size: 18px;
  }
  .fz_32 {
    font-size: 18px;
  }
  .fz_30 {
    font-size: 18px;
  }
  .fz_28 {
    font-size: 16px;
  }
  .fz_26 {
    font-size: 16px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_22 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 14px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
  .mod_header .header .header_center nav > ul > li {
    padding: 0 1.5rem;
  }
  .mod_header .header .header_center nav > ul > li > a {
    font-size: 14px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_32 {
    font-size: 22px;
  }
  .fz_30 {
    font-size: 22px;
  }
  .fz_28 {
    font-size: 20px;
  }
  .fz_26 {
    font-size: 20px;
  }
  .fz_24 {
    font-size: 18px;
  }
  .fz_22 {
    font-size: 18px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 16px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
  .mod_header .header .header_center nav > ul > li > a {
    font-size: 16px;
  }
  .mod_position ul li a {
    margin: 0 1rem;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: calc(100% - 18.125rem);
    width: calc(100% - 18.125rem) !important;
    padding: 0 15px;
  }
  .mm_content .container {
    max-width: calc(100% - 38.125rem);
    width: calc(100% - 38.125rem) !important;
    padding: 0 15px;
  }
}
