@charset "UTF-8";
/**
 * @desc qf_style
 * @author Tven
 * @date 2023-07-04
 */
@font-face {
  font-family: 'D-DIN-BOLD';
  src: url("../fonts/D-DIN-BOLD.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MONTSERRAT-BOLD';
  src: url("../fonts/MONTSERRAT-BOLD.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MONTSERRAT-LIGHT';
  src: url("../fonts/MONTSERRAT-LIGHT.OTF");
  font-weight: normal;
  font-style: normal;
}

/* header
---------------------------------------------------------------- */
.pc_xiala.active {
  opacity: 1;
}

.pc_xiala {
  width: 100%;
  height: 6.875rem;
  opacity: 0;
  transition: all 0.5s ease-out;
  position: fixed;
  z-index: 989;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #051954, #1078e3);
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  z-index: 990;
  transition: all 0.5s ease-out;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header.ny {
  background: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.header.active {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.header.cur {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header.cur .pc_nav > ul > li.active a {
  color: #00a0e9;
}

.header.cur .pc_nav > ul > li:hover a {
  color: #00a0e9;
}

.header.cur .pc_nav > ul > li > a {
  color: #020202;
}

.header.cur .pc_nav > ul > li > a::after {
  background: #00a0e9;
}

.header.cur .head_more_search > i {
  color: #020202;
}

.header.cur .head_more_search .search_box i {
  color: #fff;
}

.header.cur .head_more_search .search_box input {
  background: rgba(0, 0, 0, 0.5);
}

.logo {
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
}

.logo a {
  height: 100%;
}

.logo a img {
  height: 6.25rem;
}

.pc_nav > ul > li {
  height: 5.625rem;
  margin-left: 3rem;
  padding: 0 1rem;
  position: relative;
}

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

.pc_nav > ul > li.menu_show {
  display: flex;
  justify-content: start;
  align-items: center;
}

.pc_nav > ul > li.menu_show.cur ul {
  display: block;
}

.pc_nav > ul > li.menu_show.cur > i {
  transform: rotate(90deg);
}

.pc_nav > ul > li.menu_show > a {
  width: auto;
}

.pc_nav > ul > li.menu_show > i {
  display: none;
  color: #fff;
  margin-left: 1rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.pc_nav > ul > li > a {
  font-size: 1.125rem;
  color: #000000;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

.pc_nav > ul > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #b40306;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.pc_nav > ul > li.active > a {
  color: #b40306;
  font-weight: bold;
}

.pc_nav > ul > li.active > a::after {
  opacity: 1;
}

.pc_nav > ul > li:hover .erji {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}

.pc_nav > ul > li ul {
  display: none;
  margin-top: .5rem;
}

.pc_nav > ul > li ul li a {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.75;
}

.pc_nav.cur > ul > li.active a {
  color: #00a0e9;
}

.pc_nav.cur > ul > li:hover a {
  color: #00a0e9;
}

.pc_nav.cur > ul > li > a {
  color: #020202;
}

.pc_nav.cur > ul > li > a::after {
  background: #00a0e9;
}

.head_more {
  margin-left: 5rem;
}

.head_more .head_more_phone a {
  color: #333;
}

.head_more .head_more_phone a i {
  font-size: 1.5rem;
}

.head_menu {
  height: 5.625rem;
  padding-top: 5.625rem;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.head_menu.active {
  height: 17.5rem;
  opacity: 1;
  pointer-events: auto;
}

.head_menu.active::after, .head_menu.active::before {
  opacity: 1;
}

.head_menu::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  top: 5.625rem;
  left: 0;
  opacity: 0;
}

.head_menu::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #b40306;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.head_menu ul {
  padding: 4.375rem 0;
  display: flex;
}

.head_menu ul li {
  width: 25%;
  text-align: center;
  border-right: 1px dashed #dedede;
}

.head_menu ul li:last-child {
  border-right: none;
}

.head_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #333333;
  height: 2.5rem;
  transition: color 0.3s ease;
}

.head_menu ul li a:hover {
  color: #b40306;
}

.head_menu ul li a i {
  font-size: 1.5rem;
  margin-right: .5rem;
}

.mySwiper {
  height: 100vh;
}

.mySwiper > .swiper-wrapper > .swiper-slide.flex {
  padding-top: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper > .swiper-wrapper > .swiper-slide:last-child {
  height: auto;
}

.mySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .mod_title {
  opacity: 1;
}

.mySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .mod_title span {
  transform: translateX(0);
}

.mySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .mod_title strong {
  transform: translateX(0);
}

.mySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .mod_title_right {
  transform: translateX(0);
  opacity: 1;
}

.mySwiper > .swiper-wrapper > .swiper-slide .mod_title {
  opacity: 0;
  transition: all 1.5s;
}

.mySwiper > .swiper-wrapper > .swiper-slide .mod_title span {
  transform: translateX(-6.25rem);
  transition: all 1.5s;
}

.mySwiper > .swiper-wrapper > .swiper-slide .mod_title strong {
  transform: translateX(6.25rem);
  transition: all 1.5s;
}

.mySwiper > .swiper-wrapper > .swiper-slide .mod_title_right {
  transform: translateX(-6.25rem);
  transition: all 1.5s;
  opacity: 0;
}

.mySwiper > .mySwiper-pagination {
  position: absolute;
  left: 15px;
  right: auto;
  z-index: 2;
}

.mySwiper > .mySwiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  margin-bottom: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: none;
  opacity: 1;
}

.mySwiper > .mySwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: translateX(0);
}

.mySwiper > .mySwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #b40306;
}

.mySwiper > .mySwiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}

.mySwiper > .mySwiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  box-shadow: 2px 0 0 #b40306;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateX(0.625rem);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mySwiper > .mySwiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* banner
---------------------------------------------------------------- */
.banner {
  position: relative;
  height: 100%;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  padding-right: 25%;
}

.banner .swiper .swiper-slide .container strong {
  font-size: 4.375rem;
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}

.banner .swiper .swiper-slide .container p {
  font-size: 2.625rem;
  line-height: 1.2;
  font-family: 'Montserrat-light';
}

.banner .banner_swiper_more {
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
  overflow: hidden;
}

.banner .banner_swiper_more .bsm_numb {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  transform: translateX(-0.8rem);
}

.banner .banner_swiper_more .bsm_numb strong {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'MONTSERRAT-BOLD';
}

.banner .banner_swiper_more .bsm_numb span {
  margin-left: .5rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  font-family: 'MONTSERRAT-LIGHT';
  opacity: .8;
}

.banner .banner_swiper_more .bsm_fanye {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .banner_swiper_more .bsm_fanye i {
  font-size: 1.5rem;
}

.banner .banner_swiper_more .bsm_fanye i:hover {
  color: #b40306;
}

.banner .banner_swiper_more .bsm_fanye .line {
  margin: 0 .8rem;
  height: 1rem;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.banner .banner_scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.banner .banner_scroll i {
  font-size: 2.25rem;
  display: block;
  margin: 0 auto;
  -webkit-animation: banner_scroll 1.6s infinite;
  animation: banner_scroll 1.6s infinite;
}

@-webkit-keyframes banner_scroll {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes banner_scroll {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

/* about 样式
---------------------------------------------------------------- */
.about {
  height: 100%;
  width: 100%;
  display: flex;
}

.about .about_left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5%;
}

.about .about_left ul {
  width: calc(100% - 10rem);
  background: rgba(255, 255, 255, 0.85);
  padding: 1.75rem 0;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

.about .about_left ul li {
  color: #666;
}

.about .about_left ul li span {
  font-size: 1rem;
  line-height: 1;
  display: block;
}

.about .about_left ul li span strong {
  font-size: 3.125rem;
  color: #474747;
  font-weight: normal;
  font-family: 'D-DIN-BOLD';
}

.about .about_left ul li span small {
  font-size: 3.125rem;
}

.about .about_left ul li p {
  font-size: 1rem;
  margin: 0;
}

.about .about_left ul li:first-child span strong {
  color: #b40306;
}

.about .about_left ul li:nth-child(2) {
  width: 1px;
  background: #bfbfbf;
}

.about .about_right {
  background: url(../img/about_city.jpg) center bottom no-repeat #f4f4f4;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 0 calc(9.0625rem + 15px);
}

.about .about_right .mod_title span {
  font-weight: bold;
}

.about .about_right p {
  margin: 3.75rem 0;
  font-size: 1.125rem;
  color: #474747;
  line-height: 2;
}

.about .about_right ul {
  margin-top: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about .about_right ul .line {
  width: 1px;
  height: 5.25rem;
  border-right: 1px dashed #dedede;
}

.about .about_right ul li a {
  font-size: 1.125rem;
  color: #474747;
  transition: color 0.3s ease;
}

.about .about_right ul li a i {
  font-size: 2.25rem;
  line-height: 1;
  display: block;
  text-align: center;
  margin-bottom: .5rem;
}

.about .about_right ul li a:hover {
  color: #b40306;
}

/* business 样式
---------------------------------------------------------------- */
.business {
  height: 100%;
  display: flex;
}

.business .business_left {
  width: 73%;
  height: 100%;
}

.business .business_left .swiper {
  height: 100%;
}

.business .business_left .swiper .swiper-slide {
  padding-left: calc(9.0625rem + 15px);
  padding-top: 15%;
  padding-right: 40%;
}

.business .business_left .swiper .swiper-slide .caption {
  color: #fff;
}

.business .business_left .swiper .swiper-slide .caption .title {
  line-height: 1;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}

.business .business_left .swiper .swiper-slide .caption p {
  font-size: 1rem;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.business .business_left .swiper .swiper-slide .caption .business_fan {
  margin-top: 2.5rem;
}

.business .business_left .swiper .swiper-slide .caption .business_fan {
  display: flex;
  align-items: center;
}

.business .business_left .swiper .swiper-slide .caption .business_fan > div:hover i {
  color: #b40306;
}

.business .business_left .swiper .swiper-slide .caption .business_fan .swiper1_next {
  margin-left: 1.5rem;
}

.business .business_left .swiper .swiper-slide .caption .business_fan i {
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.business .business_right {
  background: url(../img/guang.jpg) center no-repeat;
  width: 27%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.business .business_right .mod_title {
  padding-left: 4.375rem;
}

.business .business_right .mod_title span {
  font-weight: bold;
}

.business .business_right .business_numb {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 3.125rem;
  font-size: 1.25rem;
  color: #777777;
  font-weight: bold;
}

.business .business_right .business_numb strong {
  border-bottom: 1px solid #9f9f9f;
  color: #b40306;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

.business .business_right .business_numb span {
  display: block;
}

.business .business_right ul {
  width: 100%;
}

.business .business_right ul li {
  width: 100%;
  height: 6.25rem;
  padding-left: 4.375rem;
  display: flex;
  align-items: center;
  color: #474747;
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
}

.business .business_right ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/business_ico.jpg) center right no-repeat #d8efff;
  background-size: auto 120%;
  opacity: 0;
  transition: all 0.3s ease;
}

.business .business_right ul li.active::after {
  opacity: 1;
  background-size: auto 100%;
}

.business .business_right ul li i {
  font-size: 1.5rem;
  margin-right: .5rem;
  color: #666;
}

/* case 样式
---------------------------------------------------------------- */
.case_en {
  position: absolute;
  bottom: 0;
  right: calc(100% - 9.0625rem);
  width: 4.25rem;
  opacity: .3;
}

.case_en img {
  max-width: 100%;
}

.case {
  width: 100%;
  padding-left: calc(9.0625rem + 15px);
}

.case .mod_title span {
  font-weight: bold;
  margin-bottom: .5rem;
}

.case ul {
  margin-right: calc(9.0625rem + 15px);
  display: flex;
  align-items: flex-end;
}

.case ul li {
  margin-left: 5rem;
}

.case ul li:first-child {
  margin-left: 0;
}

.case ul li a {
  font-size: 1.5rem;
  color: #474747;
  padding-bottom: .5rem;
  border-bottom: .3125rem solid transparent;
  transition: color 0.3s ease;
}

.case ul li a:hover {
  color: #b40306;
}

.case ul li a.active {
  color: #b40306;
  border-color: #b40306;
}

.case .case_swiper {
  margin-top: 3.75rem;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.case .case_swiper .swiper_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16%;
}

.case .case_swiper .swiper_left .title {
  margin-top: 1.5rem;
  font-size: 1.875rem;
  color: #000;
}

.case .case_swiper .swiper_left .case_swiper_fan {
  display: flex;
}

.case .case_swiper .swiper_left .case_swiper_fan > div {
  width: 4.375rem;
  height: 4.375rem;
  background: #b40306;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.case .case_swiper .swiper_left .case_swiper_fan > div i {
  font-size: 1.5rem;
  color: #fff;
}

.case .case_swiper .swiper_left .case_swiper_fan .swiper2_prev {
  margin-right: 2.5rem;
  background: #777777;
}

.case .case_swiper .swiper {
  width: 84%;
}

.case .case_swiper .swiper .swiper-slide {
  overflow: hidden;
}

.case .case_swiper .swiper .swiper-slide:hover a {
  transform: scale(1.1);
}

.case .case_swiper .swiper .swiper-slide a {
  padding-top: 62.66%;
  display: block;
  transition: transform 0.5s ease;
}

/* news 样式
---------------------------------------------------------------- */
.news {
  width: 100%;
}

.news .container {
  margin-bottom: 2.5rem;
}

.news .container .mod_title span {
  font-weight: bold;
}

.news .news_left {
  width: 56%;
  position: relative;
}

.news .news_left .swiper .swiper-slide {
  overflow: hidden;
}

.news .news_left .swiper .swiper-slide.swiper-slide-active a {
  animation: newsScale 5s linear;
}

.news .news_left .swiper .swiper-slide a {
  padding-top: 60%;
  display: block;
  animation-fill-mode: forwards;
}

.news .news_left .swiper .swiper-slide .caption {
  position: absolute;
  z-index: 2;
  left: calc(9.0625rem + 15px);
  top: 50%;
  background: rgba(255, 255, 255, 0.85);
  width: 41.25rem;
  padding: 2.5rem 3.125rem;
}

.news .news_left .swiper .swiper-slide .caption .title {
  font-size: 1.5rem;
}

.news .news_left .swiper .swiper-slide .caption .text {
  margin: 1.5rem 0;
  line-height: 1.8;
  font-size: 1rem;
  color: #474747;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .news_left .swiper .swiper-slide .caption .time {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 1.125rem;
  color: #474747;
  line-height: 1;
}

.news .news_left .swiper .swiper-slide .caption .time strong {
  color: #b40306;
  font-size: 2.25rem;
  font-family: 'MONTSERRAT-BOLD';
  margin-right: .5rem;
}

.news .news_left .swiper-pagination {
  left: 0;
  padding-left: calc(9.0625rem + 15px);
  bottom: auto;
  top: 42%;
  z-index: 2;
  display: flex;
}

.news .news_left .swiper-pagination span {
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
  background: none;
  opacity: 1;
  margin: 0;
  margin-right: 1.5rem;
}

.news .news_left .swiper-pagination span.swiper-pagination-bullet-active::after {
  border-color: #b40306;
  transform: translate(-50%, -50%) scale(1);
}

.news .news_left .swiper-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.news .news_left .swiper-pagination span::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transform: all .3s ease;
}

.news .news_left .swiper-pagination span::before {
  content: '';
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: #b40306;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease;
}

.news .news_right {
  flex-shrink: 0;
  width: 46%;
  transform: translateX(-15%);
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0.25rem 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.news .news_right .item {
  width: 100%;
  padding: 0 5rem;
}

.news .news_right .item:last-child a {
  border: none;
}

.news .news_right .item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 3.125rem 0;
}

.news .news_right .item a:hover .time strong {
  color: #b40306;
}

.news .news_right .item a .time {
  width: 9.0625rem;
  font-size: 1.125rem;
  color: #474747;
  line-height: 1;
  font-family: 'MONTSERRAT-LIGHT';
  padding-left: 1.25rem;
}

.news .news_right .item a .time strong {
  display: block;
  font-size: 1.875rem;
  font-family: 'MONTSERRAT-BOLD';
  transition: color 0.3s ease;
  font-weight: normal;
  margin-bottom: .4rem;
}

.news .news_right .item a .text {
  padding-left: 1.5rem;
  border-left: 1px solid #dedede;
  width: calc(100% - 9.0625rem);
}

.news .news_right .item a .text .title {
  font-size: 1.25rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .5rem;
}

.news .news_right .item a .text p {
  font-size: 14px;
  color: #474747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

@keyframes newsScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* footer 样式
---------------------------------------------------------------- */
.footer {
  background: #26272c;
}

.footer .foot_left .foot_logo {
  height: 5rem;
  margin-bottom: 1.5rem;
}

.footer .foot_left .foot_logo img {
  max-height: 100%;
}

.footer .foot_left .foot_text p {
  font-size: 14px;
  color: #fff;
  opacity: .5;
  line-height: 1;
  display: flex;
  align-items: center;
}

.footer .foot_left .foot_text p:nth-last-of-type(-n+2) {
  opacity: .3;
}

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

.footer .foot_left .foot_text p strong {
  font-size: 1.5rem;
  font-family: 'D-DIN-BOLD';
}

.footer .foot_left .foot_text p span {
  font-size: 16px;
}

.footer .foot_left .foot_text p a {
  color: #fff;
}

.footer .foot_right {
  width: 73%;
  padding-top: 7.5rem;
  padding-bottom: 10rem;
  padding-left: 7.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .foot_right ul {
  width: 82%;
}

.footer .foot_right ul li:last-child {
  padding-right: 4.875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .foot_right ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: .3;
  margin-bottom: 1rem;
  transition: color .3s ease;
}

.footer .foot_right ul li a:first-child {
  font-size: 1.125rem;
  opacity: .8;
  margin-bottom: 2.5rem;
}

.footer .foot_right ul li a:hover {
  opacity: .8;
}

.footer .foot_right .foot_ewm {
  margin-left: 4.625rem;
  width: 102px;
}

.footer .foot_right .foot_ewm img {
  width: 100%;
}

/* zl_mod 通用样式
---------------------------------------------------------------- */
.maodian {
  position: absolute;
  left: 0;
  top: -6.875rem;
}

.mod_title {
  line-height: 1;
}

.mod_title.strong span {
  font-family: 'D-DIN-BOLD';
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.mod_title.strong strong {
  color: #474747;
}

.mod_title.white span {
  color: #fff;
}

.mod_title.white strong {
  color: #fff;
}

.mod_title span {
  font-size: 4.125rem;
  font-family: 'MyriadPro-Regular';
  display: block;
  text-transform: uppercase;
}

.mod_title strong {
  display: block;
  font-weight: normal;
  font-size: 1.875rem;
}

.mod_more.red a {
  border-color: #b40306;
  background: #b40306;
  color: #fff;
}

.mod_more a {
  width: 11.875rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
  border: 1px solid #dedede;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 1.5rem;
  transition: all 0.3s ease;
  font-family: 'MONTSERRAT-BOLD';
}

.mod_more a:hover {
  background: #b40306;
  border-color: #b40306;
  color: #fff;
}

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

.weizhi {
  background: #fff;
}

.weizhi ul {
  padding: 1.5rem 0;
  border-bottom: 2px solid #f4f4f4;
}

.weizhi ul.ul_2 li {
  width: 50%;
}

.weizhi ul.ul_3 li {
  width: 33.33%;
}

.weizhi ul.ul_5 li {
  width: 20%;
}

.weizhi ul li {
  width: 25%;
  border-right: 1px dashed #dedede;
}

.weizhi ul li:last-child {
  border-right: none;
}

.weizhi ul li a {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
  transition: color 0.3s ease;
}

.weizhi ul li a.active {
  color: #b40306;
}

.weizhi ul li a:hover {
  color: #b40306;
}

.weizhi ul li a i {
  font-size: 1.5rem;
  margin-right: .5rem;
}

.mod_down {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid #b40306;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b40306;
  -webkit-animation: banner_scroll 1.6s infinite;
  animation: banner_scroll 1.6s infinite;
}

.mod_down i {
  font-size: 2.75rem;
}

.mod_fanye {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod_fanye li {
  margin: 0 .5rem;
}

.mod_fanye li.active a, .mod_fanye li.active span {
  background: #b40306;
  color: #fff;
}

.mod_fanye li.active.disabled a, .mod_fanye li.active.disabled span {
  background: #b40306;
  color: #fff;
}

.mod_fanye li a, .mod_fanye li span {
  display: flex;
  align-items: center;
  outline: none;
  justify-content: center;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #474747;
}

.mod_fanye li a:hover, .mod_fanye li span:hover {
  color: #b40306;
  background: #fff;
}

.mod_back {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.mod_back a {
  width: 11.875rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #474747;
  transition: all 0.3s ease;
  border: 1px solid #dedede;
  border-radius: 1.5rem;
  line-height: 1;
}

.mod_back a:hover {
  background: #b40306;
  color: #fff;
  border-color: #b40306;
}

.mod_back a i {
  font-size: 1.5rem;
  margin-right: .5rem;
}

/* 内页通用样式
---------------------------------------------------------------- */
.mod_banner {
  height: 50rem;
  margin-top: 5.625rem;
  padding-top: 8%;
  color: #fff;
  text-align: center;
}

.mod_banner span {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
}

.mod_banner strong {
  font-size: 5.5rem;
  font-family: 'D-DIN-BOLD';
  text-transform: uppercase;
}

.ny_main {
  position: relative;
  overflow: hidden;
}

.ny_main::after {
  content: '';
  width: 9.375rem;
  height: 62.8125rem;
  background: url(../img/xian_right.jpg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 0;
}

.ny_main::before {
  content: '';
  width: 10.125rem;
  height: 64.125rem;
  background: url(../img/xian_left.jpg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20%;
  right: 0;
}

/* n-about
---------------------------------------------------------------- */
.profile {
  padding: 5rem 0;
  background: url(../img/profile_city.png) left bottom no-repeat #fff;
  background-size: 50% auto;
}

.profile .profile_left {
  width: 50%;
}

.profile .profile_left .year {
  color: #b40306;
  font-size: 6.25rem;
  display: flex;
  align-items: center;
  margin: 3.75rem 0;
  line-height: 1;
}

.profile .profile_left .year::before {
  content: '';
  width: 6.875rem;
  height: 2px;
  background: #cfcfcf;
}

.profile .profile_left .year span {
  margin-left: 3.125rem;
  text-transform: uppercase;
}

.profile .profile_left .year span b {
  font-family: 'D-DIN-BOLD';
}

.profile .profile_right {
  width: 50%;
  padding-left: 3.125rem;
}

.profile .profile_right .title {
  font-size: 2rem;
}

.profile .profile_right .mod_content {
  margin: 2.5rem 0;
  font-size: 1.125rem;
  line-height: 2.2;
  color: #474747;
  letter-spacing: 2px;
}

.profile .profile_right ul li {
  color: #474747;
}

.profile .profile_right ul li:first-child {
  color: #b40306;
}

.profile .profile_right ul li span {
  line-height: 1;
}

.profile .profile_right ul li span strong {
  font-size: 3.75rem;
  font-weight: normal;
  font-family: 'D-DIN-BOLD';
}

.profile .profile_right ul li span b {
  font-size: 2.5rem;
}

.profile .profile_right ul .line {
  width: 1px;
  height: 4.375rem;
  background: #dedede;
  margin: 0 6.25rem;
}

.mainforce {
  background: url(../img/sidai.jpg) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 9.375rem;
}

.mainforce .mainforce_bg {
  background: url(../img/zhulijun.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 28%;
}

.mainforce .mainforce_bg .text {
  background: #fff;
  padding: 3.75rem 6.875rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.mainforce .mainforce_bg .text .title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.mainforce .mainforce_bg .text .mod_content {
  font-size: 1.125rem;
  line-height: 2.2;
  color: #474747;
  letter-spacing: 2px;
}

.history {
  padding: 5rem 0;
}

.history .history_list {
  margin-top: 7.5rem;
  position: relative;
}

.history .history_list::before {
  position: absolute;
  bottom: calc(100% + 1.25rem);
  left: 50%;
  transform: translateX(-50%);
  color: #b40306;
  font-size: 1.5rem;
  line-height: 1;
}

.history .history_list::after {
  content: '';
  width: 2px;
  height: calc(100% - 8.125rem);
  background: #dddddd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.25rem;
  z-index: -1;
}

.history .history_list .item {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.history .history_list .item:last-child::after {
  background: #fff;
  border: 1px solid #b40306;
}

.history .history_list .item:last-child::before {
  display: none;
}

.history .history_list .item.hot .text .time, .history .history_list .item.hot .text .mod_content {
  color: #b40306;
}

.history .history_list .item::after {
  content: '';
  width: .5rem;
  height: .5rem;
  background: #b40306;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.history .history_list .item::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px dashed #b40306;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.history .history_list .item:nth-child(2n) .img {
  order: 2;
}

.history .history_list .item:nth-child(2n) .text {
  text-align: right;
}

.history .history_list .item:hover .img a::after {
  opacity: 1;
  transform: scale(0.95, 0.9);
}

.history .history_list .item:hover .img a::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.history .history_list .item:hover .text .time {
  color: #b40306;
}

.history .history_list .item .img, .history .history_list .item .text {
  width: 31.875rem;
  margin: 0 7.5rem;
}

.history .history_list .item .img a {
  display: block;
  height: 18.75rem;
  position: relative;
}

.history .history_list .item .img a::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
}

.history .history_list .item .img a::before {
  content: '';
  width: 9.375rem;
  height: 4.25rem;
  background: url(../img/foot_logo.png) center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.5);
}

.history .history_list .item .text .time {
  color: #595656;
  transition: color .3s ease;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.history .history_list .item .text .time span {
  font-size: 3.75rem;
  font-family: 'D-DIN-BOLD';
}

.history .history_list .item .text .mod_content {
  color: #474747;
  line-height: 2rem;
  font-size: 1.125rem;
}

.history .history_list .item .text .mod_content p {
  margin: 0;
}

.honors {
  position: relative;
}

.honors .mod_title {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.honors .swiper .swiper1_prev, .honors .swiper .swiper1_next {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #777;
  transition: all 0.3s ease;
}

.honors .swiper .swiper1_prev:hover, .honors .swiper .swiper1_next:hover {
  background: #b40306;
}

.honors .swiper .swiper1_prev i, .honors .swiper .swiper1_next i {
  font-size: 1.5rem;
}

.honors .swiper .swiper1_prev {
  left: 2%;
}

.honors .swiper .swiper1_next {
  right: 0;
}

.videos {
  padding: 6.875rem 0;
  display: flex;
  align-items: flex-end;
}

.videos .videos_left {
  width: 30%;
  padding-left: calc(9.0625rem + 15px);
}

.videos .videos_left .title {
  margin-top: 3.75rem;
  font-size: 1.5rem;
  color: #474747;
}

.videos .videos_left .videos_fan {
  margin-top: 8.125rem;
  display: flex;
}

.videos .videos_left .videos_fan .swiper1_prev, .videos .videos_left .videos_fan .swiper1_next {
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #777;
  transition: all 0.3s ease;
}

.videos .videos_left .videos_fan .swiper1_prev:hover, .videos .videos_left .videos_fan .swiper1_next:hover {
  background: #b40306;
}

.videos .videos_left .videos_fan .swiper1_prev i, .videos .videos_left .videos_fan .swiper1_next i {
  font-size: 1.5rem;
}

.videos .videos_left .videos_fan .swiper1_next {
  margin-left: 3.375rem;
}

.videos .videos_right {
  width: 70%;
}

.videos .videos_right .swiper .swiper-slide {
  overflow: hidden;
}

.videos .videos_right .swiper .swiper-slide:hover a {
  transform: scale(1.1);
}

.videos .videos_right .swiper .swiper-slide i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 3.75rem;
  pointer-events: none;
}

.videos .videos_right .swiper .swiper-slide a {
  display: block;
  padding-top: 56.25%;
  transition: all 0.5s ease;
}

#videModal .modal_bai .modal-body {
  width: 50rem;
  height: 31.25rem;
}

/* n-news
---------------------------------------------------------------- */
.news_list {
  padding: 5rem 0;
}

.news_list .item {
  margin-bottom: 1.875rem;
}

.news_list .item a {
  display: flex;
  align-items: center;
  background: #fff;
}

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

.news_list .item a:hover .time span {
  color: #b40306;
}

.news_list .item a .img {
  width: 19.375rem;
  overflow: hidden;
}

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

.news_list .item a .time {
  width: 12.5rem;
  padding-left: 3.125rem;
  font-size: 1.125rem;
  font-family: 'MONTSERRAT-LIGHT';
  color: #474747;
  line-height: 1;
  border-right: 1px solid #dedede;
}

.news_list .item a .time span {
  display: block;
  font-size: 2.25rem;
  font-family: 'D-DIN-BOLD';
  margin-bottom: .5rem;
  transition: color 0.3s ease;
}

.news_list .item a .text {
  width: calc(100% - 31.875rem);
  padding-left: 2.25rem;
  padding-right: 3.125rem;
}

.news_list .item a .text .title {
  font-size: 1.25rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .item a .text p {
  font-size: 14px;
  color: #777777;
  margin: 0;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_detail {
  padding: 5rem 0;
}

.news_detail .news_detail_left {
  width: 71.875%;
  background: #fff;
  padding: 5.625rem;
}

.news_detail .news_detail_left .title {
  font-size: 1.875rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.news_detail .news_detail_left .time {
  color: #777777;
  text-align: center;
  margin: 1.5rem 0;
}

.news_detail .news_detail_left .time i {
  margin-right: .5rem;
}

.news_detail .news_detail_right {
  width: 28.125%;
  padding-left: 3.125rem;
}

.news_detail .news_detail_right > .title {
  font-size: 1.5rem;
  color: #474747;
  margin-bottom: 1rem;
}

.news_detail .news_detail_right .item {
  margin-bottom: 1.875rem;
}

.news_detail .news_detail_right .item a {
  display: block;
  background: #fff;
  color: #474747;
}

.news_detail .news_detail_right .item a:hover .img i {
  transform: scale(1.1);
}

.news_detail .news_detail_right .item a:hover .time span {
  color: #b40306;
}

.news_detail .news_detail_right .item a .img {
  overflow: hidden;
}

.news_detail .news_detail_right .item a .img i {
  display: block;
  padding-top: 66%;
  transition: all .5s ease;
}

.news_detail .news_detail_right .item a .text {
  padding: 1.25rem 1.875rem;
}

.news_detail .news_detail_right .item a .text .title {
  font-size: 1.25rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_detail .news_detail_right .item a .text .time {
  font-family: 'MONTSERRAT-LIGHT';
  margin: .5rem 0;
}

.news_detail .news_detail_right .item a .text p {
  font-size: 14px;
  color: #777777;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* n-business
---------------------------------------------------------------- */
.yewu {
  padding: 7.5rem 0;
  background: url(../img/business_bg.jpg) center no-repeat;
  background-size: cover;
}

.yewu .yewu_box {
  background: #fff;
}

.yewu .yewu_box .yewu_left {
  width: 63.75%;
  padding: 0 5.625rem;
}

.yewu .yewu_box .yewu_left .mod_title {
  margin-bottom: 3.125rem;
}

.yewu .yewu_box .yewu_right {
  width: 36.25%;
}

.yewu .yewu_box .yewu_right img {
  width: 100%;
}

/* n-case
---------------------------------------------------------------- */
.case_list {
  padding: 5rem 0;
  padding-top: 3.75rem;
}

.case_list ul {
  margin-bottom: 3.75rem;
}

.case_list ul li {
  margin-left: 3.125rem;
}

.case_list ul li:first-child {
  margin-left: 0;
}

.case_list ul li a {
  display: block;
  padding: .5rem 2.5rem;
  border: 1px dashed #ddd;
  font-size: 1.125rem;
  color: #474747;
  border-radius: 1.5rem;
  transition: all 0.3s ease;
}

.case_list ul li a:hover {
  color: #b40306;
  border-color: #b40306;
}

.case_list ul li a.active {
  color: #fff;
  background: #b40306;
  font-weight: bold;
  border-color: transparent;
}

.case_list .item {
  width: calc((100% - 8rem) / 3);
  margin-right: 4rem;
  margin-bottom: 4rem;
}

.case_list .item:nth-child(3n) {
  margin-right: 0;
}

.case_list .item a {
  background: #fff;
  display: block;
  color: #474747;
}

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

.case_list .item a:hover .text .title {
  color: #b40306;
}

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

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

.case_list .item a .text {
  padding: 1.875rem;
}

.case_list .item a .text .title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.case_list .item a .text p {
  margin: 0;
  display: flex;
}

.case_list .item a .text p i {
  margin-right: .5rem;
  color: #999;
  font-size: 1.125rem;
}

.case_list .mod_fanye {
  margin-top: 1rem;
}

.case_detail {
  padding: 4.375rem 0;
}

.case_detail .case_detail_box {
  background: #fff;
  padding: 3.125rem;
}

.case_detail .case_detail_box .swiper .swiper-slide img {
  width: 100%;
}

.case_detail .case_detail_box .swiper .swiper-pagination {
  bottom: 2.5rem;
  display: flex;
  padding-left: 3.125rem;
}

.case_detail .case_detail_box .swiper .swiper-pagination span {
  width: .75rem;
  height: .75rem;
  border-radius: .375rem;
  background: none;
  opacity: 1;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  margin-left: 1.25rem;
}

.case_detail .case_detail_box .swiper .swiper-pagination span:first-child {
  margin-left: 0;
}

.case_detail .case_detail_box .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 4.375rem;
  border-color: #b40306;
}

.case_detail .case_detail_box .swiper .swiper-pagination span:not(.swiper-pagination-bullet-active):hover {
  background: #b40306;
}

.case_detail .case_detail_box > .title {
  margin-top: 1.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.case_detail .case_detail_box > p {
  display: flex;
  color: #474747;
}

.case_detail .case_detail_box > p i {
  font-size: 1.125rem;
  margin-right: .5rem;
}

.case_detail .case_detail_box > .title2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.case_detail .case_detail_box .mod_content {
  color: #474747;
  line-height: 2;
}

/* n-culture
---------------------------------------------------------------- */
.culture {
  padding-top: 5rem;
}

.culture .culture_bg {
  margin-top: 2.5rem;
  padding-top: 11.875rem;
  background: url(../img/culture.jpg) center top no-repeat;
  background-size: contain;
}

.culture .culture_bg .culture_box {
  background: #fff;
  padding: 4.375rem 6.875rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
}

.culture .culture_bg .culture_box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

.culture .culture_bg .culture_box .title span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  letter-spacing: .5rem;
  font-weight: bold;
  font-size: 1rem;
}

.culture .culture_bg .culture_box .title span::before {
  content: '';
  width: 11.5rem;
  height: 1px;
  background: #000;
  margin-right: 1.875rem;
}

.culture .culture_bg .culture_box p {
  padding: 5rem 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 2;
  color: #666666;
}

.culture .culture_bg .culture_box p::after {
  content: '”';
  position: absolute;
  right: 0;
  bottom: 0;
  color: #b40306;
  font-size: 5.625rem;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.culture .culture_bg .culture_box p::before {
  content: '“';
  position: absolute;
  left: 0;
  top: 0;
  color: #b40306;
  font-size: 5.625rem;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.qiye4 {
  padding: 5rem 0;
}

.qiye4 ul li {
  width: 20%;
  height: 32.5rem;
  padding-top: 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  transition: all 0.3s ease;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.qiye4 ul li.active {
  width: 40%;
  align-items: flex-start;
  padding-left: 5rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.qiye4 ul li.active p {
  display: block;
  opacity: 1;
}

.qiye4 ul li strong {
  font-size: 2.25rem;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 1.875rem;
}

.qiye4 ul li strong::after {
  content: '';
  width: 3.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.qiye4 ul li p {
  font-size: 1.25rem;
  opacity: .7;
  display: none;
}

.social {
  padding: 5rem 0;
  background: url(../img/shuimo.jpg) center no-repeat;
  background-size: cover;
}

.social .social_left {
  width: 48%;
}

.social .social_left > i {
  font-size: 3.75rem;
  color: #b40306;
}

.social .social_left .mod_title {
  padding-bottom: 3.125rem;
  position: relative;
  margin-bottom: 3.125rem;
}

.social .social_left .mod_title span {
  text-transform: uppercase;
}

.social .social_left .mod_title::after {
  content: '';
  width: 13.125rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.social .social_left .mod_content {
  line-height: 2.4;
  color: #474747;
  letter-spacing: 2px;
}

.social .social_left .mod_content p {
  margin-bottom: 2.5rem;
}

.social .social_right {
  width: 48%;
  display: flex;
  justify-content: flex-end;
}

.social .social_right img {
  max-width: 100%;
}

.style {
  padding: 5rem 0;
  padding-bottom: 8.125rem;
  background: url(../img/sidai2.jpg) center bottom no-repeat;
  background-size: contain;
}

.style .swiper {
  margin-top: 2.5rem;
}

.style .swiper .swiper-slide {
  width: 70.625rem;
  padding: 0 7.1875rem;
}

.style .swiper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.style .swiper .swiper-slide a:hover i {
  transform: scale(1.1);
}

.style .swiper .swiper-slide a i {
  display: block;
  padding-top: 57%;
  transition: all 0.5s ease;
}

.style .swiper .swiper-slide a span {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 1.5rem;
  bottom: 1.875rem;
  padding: 0 1.875rem;
}

.style .swiper .swiper1_prev, .style .swiper .swiper1_next {
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #777777;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: .6;
}

.style .swiper .swiper1_prev:hover, .style .swiper .swiper1_next:hover {
  background: #b40306;
  opacity: 1;
}

.style .swiper .swiper1_prev i, .style .swiper .swiper1_next i {
  font-size: 2.25rem;
}

.style .swiper .swiper1_prev {
  left: 24.375rem;
  transform: translateX(-50%) translateY(-50%);
}

.style .swiper .swiper1_next {
  right: 24.375rem;
  transform: translateX(50%) translateY(-50%);
}

.join {
  padding: 5rem 0;
}

.join .mod_title {
  writing-mode: vertical-lr;
}

.join .mod_title strong {
  margin-left: 1rem;
}

.join .join_list {
  width: 81.25%;
}

.join .join_list .item {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.join .join_list .item.active::after {
  opacity: 1;
}

.join .join_list .item.active .title .title_left {
  color: #fff;
}

.join .join_list .item.active .title .title_left span {
  color: #fff;
}

.join .join_list .item.active .content > p {
  color: #fff;
}

.join .join_list .item.active .content .mod_content {
  color: #fff;
}

.join .join_list .item.active .content .mod_more a {
  color: #fff;
}

.join .join_list .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: url(../img/join.jpg) center top no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s ease;
}

.join .join_list .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5rem;
}

.join .join_list .item .title::after {
  content: '';
  width: .25rem;
  height: 100%;
  background: #b40306;
  position: absolute;
  left: -3.125rem;
  top: 0;
}

.join .join_list .item .title .title_left {
  font-size: 2rem;
  color: #000;
  line-height: 1;
  transition: all 0.3s ease;
}

.join .join_list .item .title .title_left span {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 1.5rem;
  color: #474747;
  transition: all 0.3s ease;
}

.join .join_list .item .title .title_left span em {
  font-style: normal;
  color: #b40306;
}

.join .join_list .item .title .title_right .open {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 6.875rem;
  height: 3.125rem;
  border: 1px solid #ddd;
  color: #888;
  font-size: 1.125rem;
  border-radius: 1.5rem;
  transition: all 0.3s ease;
}

.join .join_list .item .title .title_right .open.active {
  color: #fff;
  border-color: #fff;
}

.join .join_list .item .title .title_right .open.active i {
  transform: rotate(180deg);
}

.join .join_list .item .title .title_right .open b {
  font-weight: normal;
}

.join .join_list .item .title .title_right .open i {
  margin-left: .5rem;
}

.join .join_list .item .content {
  overflow: hidden;
  height: 4.375rem;
  transition: all 0.5s ease;
}

.join .join_list .item .content > p {
  color: #474747;
  transition: all 0.3s ease;
}

.join .join_list .item .content .mod_content {
  color: #474747;
  transition: all 0.3s ease;
}

.contact {
  padding: 5rem 0;
}

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

.contact .map {
  height: 37.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.contact .map .my-map .icon-cir {
  width: 11.4375rem;
  height: 5.375rem;
}

.contact .text {
  margin-top: 3.125rem;
  background-image: url(../img/profile_city.png);
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: right 20% bottom 0;
  background-size: 60% auto;
  border-radius: 1rem;
  padding: 3.125rem 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact .text .text_left img {
  height: 4.375rem;
  display: block;
  margin-bottom: 2rem;
}

.contact .text .text_right img {
  width: 6.375rem;
  border-radius: 4px;
}

.contact .text p {
  margin: 0;
  margin-top: 1.5rem;
  color: #474747;
  font-size: 1.125rem;
  display: flex;
}

.contact .text p i {
  margin-right: .5rem;
  font-size: 1.25rem;
  color: #777;
}

.contact .text p strong {
  font-size: 1.5rem;
  line-height: 1;
}

/* 媒体查询
---------------------------------------------------------------- */
@media (max-width: 991px) {
  .flex {
    flex-wrap: wrap;
  }
  .header .menu-link i,
  .header .menu-link span:before,
  .header .menu-link span::after {
    background: #fff;
  }
  .header.active .menu-link i,
  .header.active .menu-link span:before,
  .header.active .menu-link span::after,
  .header.ny .menu-link i,
  .header.ny .menu-link span:before,
  .header.ny .menu-link span::after {
    background: #333;
  }
  .header.active .menu-link.active span i, .header.ny .menu-link.active span i {
    background: transparent;
  }
  .menu-link {
    margin-left: 2rem;
    display: block;
    transition: all 0.3s ease;
  }
  .header > .container {
    height: 100%;
  }
  .head_more .head_more_phone a i {
    font-size: 2rem;
  }
  .pc_xiala {
    display: none !important;
  }
  .pc_nav {
    position: absolute;
    width: 60vw;
    height: 100vh;
    top: 0;
    right: 0;
    background: #445661;
    padding: 1.25rem 15px;
    padding-top: 10rem;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: all 0.3s ease;
  }
  .pc_nav.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .pc_nav > ul {
    height: auto;
    flex-wrap: wrap;
  }
  .pc_nav > ul > li {
    width: 100%;
    margin-top: 0;
    text-align: left;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 1rem 0;
    padding-left: 2rem;
    align-items: center;
    position: static;
  }
  .pc_nav > ul > li > a {
    width: 100%;
    height: auto;
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
  }
  .pc_nav > ul > li > a:after {
    display: none;
  }
  .header.active .pc_nav > ul > li > a, .header.ny .pc_nav > ul > li > a {
    color: #fff;
  }
  .head_menu {
    display: none;
  }
  .pc_nav > ul > li.menu_show > i {
    display: block;
  }
  .menu {
    display: none;
  }
  .mod_more a {
    width: 10rem;
  }
  .mod_title span {
    font-size: 2.75rem;
  }
  .mod_title strong {
    font-size: 1.875rem;
  }
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner .swiper .swiper-slide {
    background-position: 40% 0 !important;
  }
  .banner .swiper .swiper-slide .container {
    top: 20%;
  }
  .banner .swiper .swiper-slide .container strong {
    font-size: 2.5rem;
  }
  .banner .swiper .swiper-slide .container p {
    padding-right: 0;
    font-size: 1.5rem;
  }
  .about {
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .about .about_left {
    margin-top: 3rem;
    padding: 12% 0;
    width: 100%;
    order: 2;
    height: auto;
  }
  .about .about_left ul {
    width: calc(100% - 3.75rem);
  }
  .about .about_left ul li span {
    font-size: 14px;
  }
  .about .about_left ul li p {
    font-size: 14px;
  }
  .about .about_right {
    width: 100%;
    height: auto;
    padding: 0 2rem;
  }
  .about .about_right p {
    margin: 2rem 0;
    font-size: 14px;
  }
  .about .about_right ul li {
    font-size: 14px;
  }
  .mySwiper {
    height: 100vh;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    display: flex;
    align-items: center;
  }
  .mySwiper > .mySwiper-pagination {
    left: 5px;
  }
  .business {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    background: #fdfdfd;
  }
  .business .business_left {
    width: 100%;
    height: 36vh;
    order: 2;
  }
  .business .business_left .swiper .swiper-slide {
    padding: 0 2rem;
    padding-top: 5%;
  }
  .business .business_right {
    background: none;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .business .business_right .mod_title {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 3rem;
  }
  .business .business_right .business_numb {
    width: 20%;
    padding-right: 2.5rem;
    margin: 0;
  }
  .business .business_right ul {
    width: 80%;
  }
  .business .business_right ul li {
    font-size: 14px;
    height: 5rem;
    background: rgba(0, 0, 0, 0.1);
  }
  .business .business_right ul li i {
    font-size: 16px;
    margin-right: 10px;
  }
  .case {
    padding: 0 1.875rem;
  }
  .case > .flex-end-between {
    flex-wrap: wrap;
  }
  .case > .flex-end-between .mod_title {
    width: 100%;
  }
  .case > .flex-end-between ul {
    justify-content: flex-start;
    margin: 2rem 0;
  }
  .case > .flex-end-between ul li {
    margin-left: 1.5rem;
  }
  .case > .flex-end-between ul li a {
    font-size: 14px;
  }
  .case > .flex-end-between ul li:first-child {
    margin-left: 0;
  }
  .case .case_swiper {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
  .case .case_swiper .swiper_left {
    width: 100%;
    order: 2;
  }
  .case .case_swiper .swiper_left .title {
    margin-bottom: 2rem;
  }
  .case .case_swiper .swiper {
    width: 100%;
  }
  .news {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .news > .flex-start-between {
    flex-wrap: wrap;
  }
  .news > .flex-start-between .news_left {
    width: 100%;
  }
  .news > .flex-start-between .news_left .swiper .swiper-slide .caption {
    width: 90%;
    left: 10%;
    top: auto;
    bottom: 0;
  }
  .news > .flex-start-between .news_left .swiper .swiper-slide .caption .title {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .news > .flex-start-between .news_left .swiper .swiper-slide .caption .text {
    font-size: 14px;
    margin: 0;
  }
  .news > .flex-start-between .news_left .swiper .swiper-slide .caption .time {
    display: none;
  }
  .news > .flex-start-between .news_left .swiper-pagination {
    left: 10%;
    top: 15%;
    padding: 0;
  }
  .news > .flex-start-between .news_right {
    width: 100%;
    transform: translateX(0);
    box-shadow: none;
  }
  .news > .flex-start-between .news_right .item {
    padding: 0 1.875rem;
  }
  .news > .flex-start-between .news_right .item a {
    padding: 2rem 0;
  }
  .news > .flex-start-between .news_right .item a .text .title {
    font-size: 14px;
    font-weight: bold;
    color: #474747;
  }
  .news > .flex-start-between .news_right .item a .text p {
    font-size: 14px;
    color: #666;
  }
  .footer {
    width: 100%;
    padding: 3rem 0;
  }
  .footer .foot_left .foot_text p strong {
    font-size: 2rem;
  }
  .footer .foot_right {
    display: none;
  }
  .mod_banner {
    height: 20rem;
  }
  .mod_banner strong {
    font-size: 3rem;
  }
  .weizhi ul {
    overflow: scroll;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
  }
  .weizhi ul li {
    flex-shrink: 0;
    width: auto;
  }
  .weizhi ul li:first-child a {
    padding-left: 0;
  }
  .weizhi ul li a {
    padding: 0 1.5rem;
    font-size: 14px;
  }
  .profile .container {
    flex-wrap: wrap;
  }
  .profile .container .profile_left {
    width: 100%;
  }
  .profile .container .profile_left .year span {
    font-size: 2.5rem;
  }
  .profile .container .profile_right {
    margin-top: 2.5rem;
    width: 100%;
    padding: 0;
  }
  .profile .container .profile_right .title {
    font-size: 16px;
    font-weight: bold;
  }
  .profile .container .profile_right ul li {
    font-size: 14px;
  }
  .mainforce .mainforce_bg .text {
    padding: 2rem;
  }
  .mainforce .mainforce_bg .text .title {
    font-size: 2rem;
  }
  .ny_main::after, .ny_main::before {
    display: none;
  }
  .history .history_list {
    margin-top: 5rem;
  }
  .history .history_list::after {
    left: 1rem;
  }
  .history .history_list::before {
    left: 1rem;
  }
  .history .history_list .item {
    flex-wrap: wrap;
    padding-left: 3rem;
  }
  .history .history_list .item::after {
    left: 1rem;
  }
  .history .history_list .item::before {
    left: 1rem;
  }
  .history .history_list .item:nth-child(2n) .img {
    order: 0;
  }
  .history .history_list .item:nth-child(2n) .text {
    text-align: left;
  }
  .history .history_list .item .img, .history .history_list .item .text {
    width: 100%;
    margin: 0;
  }
  .history .history_list .item .img {
    margin: 0;
    margin-bottom: 1rem;
  }
  .history .history_list .item .text .time span {
    font-size: 3rem;
  }
  .videos {
    flex-wrap: wrap;
    padding: 5rem 1.875rem;
  }
  .videos .videos_left {
    width: 100%;
    padding: 0;
  }
  .videos .videos_left .videos_fan {
    margin: 2.5rem 0;
  }
  .videos .videos_right {
    width: 100%;
  }
  .news_list .item a {
    flex-wrap: wrap;
  }
  .news_list .item a .img {
    width: 100%;
  }
  .news_list .item a .time {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    margin: 1.5rem 0;
  }
  .news_list .item a .time span {
    margin-right: 1rem;
  }
  .news_list .item a .text {
    padding: 0 2rem;
    width: 100%;
    padding-bottom: 2rem;
  }
  .news_list .item a .text .title {
    font-size: 16px;
  }
  .news_detail .news_detail_left {
    padding: 15px;
    width: 100%;
  }
  .news_detail .news_detail_right {
    display: none;
  }
  .mod_back a {
    height: 4rem;
    border-radius: 2rem;
    font-size: 14px;
  }
  .mod_back a i {
    font-size: 18px;
  }
  .weizhi ul.ul_5 {
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .weizhi ul.ul_5 li {
    flex-shrink: 0;
    width: auto;
    scroll-snap-align: start;
  }
  .weizhi ul.ul_3 {
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .weizhi ul.ul_3 li {
    flex-shrink: 0;
    width: auto;
    scroll-snap-align: start;
  }
  .yewu .yewu_box {
    flex-wrap: wrap;
  }
  .yewu .yewu_box .yewu_left {
    width: 100%;
    padding: 3.125rem 1.875rem;
  }
  .yewu .yewu_box .yewu_right {
    width: 100%;
  }
  .case_list {
    padding: 5rem 15px;
  }
  .case_list ul {
    justify-content: flex-start;
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .case_list ul li {
    flex-shrink: 0;
    width: auto;
    scroll-snap-align: start;
    margin-left: 1rem;
  }
  .case_list ul li a {
    font-size: 16px;
  }
  .case_list .item {
    width: 100%;
    margin-right: 0;
  }
  .case_list .item a .text .title {
    font-size: 16px;
  }
  .case_list .item a .text p {
    font-size: 14px;
  }
  .case_list .item a .text p i {
    font-size: 16px;
  }
  .case_detail .case_detail_box {
    padding: 3.125rem 1.875rem;
  }
  .case_detail .case_detail_box > .title {
    font-size: 16px;
    font-weight: bold;
  }
  .case_detail .case_detail_box > .title2 {
    font-size: 16px;
    font-weight: bold;
  }
  .case_detail .case_detail_box > p {
    font-size: 14px;
  }
  .case_detail .case_detail_box > p i {
    font-size: 16px;
  }
  .culture .culture_bg .culture_box {
    padding: 15px;
  }
  .culture .culture_bg .culture_box .title {
    font-size: 18px;
    align-items: flex-start;
    flex-direction: column;
  }
  .culture .culture_bg .culture_box p {
    font-size: 14px;
  }
  .qiye4 ul li {
    flex-wrap: wrap;
    width: 50%;
    padding: 0 15px;
    padding-top: 40px;
    align-items: flex-start;
  }
  .qiye4 ul li.active {
    padding: 0 15px;
    width: 50%;
    padding-top: 40px;
  }
  .qiye4 ul li strong {
    font-size: 16px;
  }
  .qiye4 ul li p {
    display: block;
  }
  .social .container {
    flex-wrap: wrap;
  }
  .social .container .social_left {
    width: 100%;
  }
  .social .container .social_right {
    width: 100%;
  }
  .style .swiper .swiper-slide {
    width: 100vw;
    padding: 0 15px;
  }
  .style .swiper .swiper1_prev {
    left: 0;
    transform: translateX(0) translateY(-50%);
  }
  .style .swiper .swiper1_next {
    right: 0;
    transform: translateX(0) translateY(-50%);
  }
  .my-map {
    height: 24rem;
  }
  .contact .text {
    padding: 20px 15px;
  }
  .contact .text p {
    font-size: 14px;
  }
  .contact .text p i {
    font-size: 16px;
  }
  .contact .text p strong {
    font-size: 18px;
  }
  .join .join_list .item .content {
    height: 2.5rem;
  }
  .mod_content {
    font-size: 14px !important;
    line-height: 1.8 !important;
    letter-spacing: 0 !important;
  }
  .honors .swiper .swiper1_prev, .honors .swiper .swiper1_next {
    width: 3.375rem;
    height: 3.375rem;
  }
  .honors .swiper .swiper1_prev {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .product_list .item .img {
    width: 30%;
  }
  .product_list .item .text {
    width: 70%;
  }
}

@media (max-width: 1440px) {
  .mod_content {
    font-size: 14px;
  }
}

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

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