@charset "utf-8";
body {
  overflow-x: hidden;
}
/*顶部*/
header {
  z-index: 1000;
  width: 100%;
  transition: all 0.5s;
  position: relative;
  top: 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.051);
}
header .header-top {
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .header-top {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto;
  }
}
header .header-top .left {
  display: flex;
  align-items: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  header .header-top .left {
    width: 100%;
  }
}
header .header-top .left .item {
  flex-basis: 100%;
  text-align: center;
  border-right: 1px solid #eee;
}
header .header-top .mid {
  flex-basis: calc(50% - 300px);
}
@media screen and (max-width: 768px) {
  header .header-top .mid {
    flex-basis: auto;
    width: 100%;
    margin-top: 10px;
  }
}
header .header-top .mid label {
  display: block;
  position: relative;
}
header .header-top .mid label input {
  border-radius: 30px;
  height: 50px;
}
header .header-top .mid label button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
}
header .header-top .right {
  flex-basis: 300px;
}
@media screen and (max-width: 768px) {
  header .header-top .right {
    display: none;
  }
}
header .header-top .right .tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .right .tel .icon {
  flex-basis: 50px;
}
header .header-top .right .tel .text {
  flex-basis: 235px;
}
header .header-top .right .tel .text .sup {
  font-size: 16px;
}
header .header-top .right .tel .text .number {
  font-size: 36px;
  color: #000;
}
header .header-menu {
  transition: all 0.5s ease;
  position: relative;
  background: #fff;
}
header .header-menu .header-box {
  position: sticky;
  top: 0;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  z-index: 2;
  background: #15346d;
}
header .header-menu .header-box.active {
  position: fixed;
}
header .menu-box {
  height: 60px;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header .menu-box .phone-click {
  display: none;
}
header .menu-box .menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  position: relative;
  width: 100%;
}
header .menu-box .menu-list::after {
  position: absolute;
  height: 16px;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #eee;
}
header .menu-box .menu-list .firstItem {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.5s;
}
header .menu-box .menu-list .firstItem:first-child a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ddd;
  width: 1px;
  height: 16px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  header .menu-box .menu-list .firstItem:first-child a::before {
    display: none;
  }
}
header .menu-box .menu-list .firstItem:hover {
  background: #f4dc94;
}
header .menu-box .menu-list .firstItem.active .firstItem-title a::after {
  background: #fff;
}
header .menu-box .menu-list .firstItem .firstItem-title {
  position: relative;
  display: flex;
  align-items: center;
}
header .menu-box .menu-list .firstItem .firstItem-title a {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  position: relative;
  padding: 0 50px;
  /*&::before {
              //content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              margin: auto;
              width: 0;
              height: 2px;
              background: #c60e3b;
              transition: all 0.5s;
            }*/
}
header .menu-box .menu-list .firstItem .firstItem-title a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ddd;
  width: 1px;
  height: 16px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  header .menu-box .menu-list .firstItem .firstItem-title a::after {
    display: none;
  }
}
header .menu-box .menu-list .firstItem > a {
  font-size: 14px;
  height: 80px;
  line-height: 80px;
}
header .menu-box .menu-list .firstItem .second-box {
  position: absolute;
  top: 60px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  transition: top 0.5s;
  background: rgba(0, 0, 0, 0.65);
}
header .menu-box .menu-list .firstItem .second-box .second-box-list {
  text-align: center;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header .menu-box .menu-list .firstItem .second-box .second-box-list {
    margin-top: 0;
    padding-left: 10%;
  }
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item {
  position: relative;
  width: 50%;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item .three-box {
  display: none;
  position: absolute;
  left: calc(100%);
  top: -10px;
  background: var(--dominant-color);
  width: max-content;
  padding: 10px 0;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item .three-box a {
  padding: 0 20px;
  margin-top: 10px;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item:hover .three-box {
  display: block;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list::after {
  width: 100%;
  height: 2px;
  background: #c60f3d;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  header .menu-box .menu-list .firstItem .second-box .second-box-list::after {
    display: none;
  }
}
header .menu-box .menu-list .firstItem .second-box a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 20px;
  text-align: left;
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-box .menu-list .firstItem .second-box a span {
  margin-right: 10%;
}
header .menu-box .menu-list .firstItem .second-box a::before {
  content: '';
  bottom: 0;
  left: 0;
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  height: 1px;
}
header .menu-box .menu-list .firstItem .second-box a::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  background: #ffffff;
  position: absolute;
  height: 1px;
  transition: all 0.5s;
}
header .menu-box .menu-list .firstItem .second-box a:last-child {
  margin-bottom: 0;
}
header .menu-box .menu-list .firstItem .second-box a:hover {
  color: #fff;
}
header .menu-box .menu-list .firstItem .second-box a:hover::after {
  width: 80%;
}
header .menu-box .menu-list .language {
  display: none;
  margin-top: 50px;
  padding: 0 5%;
}
header .menu-box .menu-list .language .language-click {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
header .menu-box .menu-list .language a {
  margin-right: 10px;
}
header .menu-box .menu-list .language img {
  width: 40px;
}
.search-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.search-show::after {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.search-show .search-box {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 30px;
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
}
.search-show .search-box .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}
.search-show .search-box input {
  background: #eee;
}
.search-show .search-box .button {
  margin-top: 10px;
  text-align: right;
}
.search-show .search-box .button button {
  padding: 10px 20px;
}
.search-show .search-box .button button:hover {
  background: var(--dominant-color);
  color: #fff;
}
.phone-search-click {
  display: none;
}
.banner {
  position: relative;
  width: 100%;
  z-index: 0;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .text {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: #fff;
}
.banner .text .title {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.banner .text .more {
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 100;
  margin-top: 5%;
}
.banner .text .more:hover {
  color: var(--dominant-color);
}
.banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #9e9e9e;
  opacity: 0.8;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  position: relative;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c50e3a;
  --swiper-pagination-color: transparent;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--dominant-color);
  opacity: 1;
}
.banner .swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  left: 30px;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
}
.banner .swiper-button-prev::after {
  color: #fff;
  font-size: 16px;
}
.banner .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  right: 30px;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
}
.banner .swiper-button-next::after {
  color: #fff;
  font-size: 16px;
}
.index-title {
  text-align: center;
}
.index-title .title {
  font-size: 1.875vw;
  color: #333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .index-title .title {
    font-size: 20px;
  }
}
.index-title .title.colorW {
  color: #fff;
}
.index-title .line {
  background: #017e9e;
  width: 40px;
  height: 3px;
  margin: 10px auto;
}
.index-title .summary {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .index-title .summary {
    font-size: 14px;
  }
}
.index-title .summary.colorW {
  color: #fff;
}
.more {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.more:hover {
  background: #061f5c;
  border-color: #061f5c;
  transition: all 0.5s;
  color: #fff;
}
.index1 {
  padding: 6% 0;
}
.index1 .section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index1 .section .left {
  width: 50%;
}
.index1 .section .left .top .title {
  font-size: 1.875vw;
  color: #333;
}
.index1 .section .left .top .line {
  width: 40px;
  height: 3px;
  background: #017e9e;
  margin-top: 10px;
  margin-bottom: 20px;
}
.index1 .section .left .top .item {
  padding-left: 46px;
  margin-bottom: 30px;
}
.index1 .section .left .top .item .item-title {
  color: var(--dominant-color);
  font-size: 22px;
  font-weight: 600;
}
.index1 .section .left .top .item .item-summary {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.index2 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}
.index2 .fa_flexwrap {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index2 .proBox {
  width: 90%;
  height: auto;
  overflow: hidden;
}
.index2 .proContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0px;
  margin: 30px auto 0;
}
.index2 .proLi {
  position: relative;
  overflow: hidden;
  padding: 0px;
  font-size: 14px;
  background: #fff;
  display: block;
  transition: all 0.5s;
}
.index2 .fa_l3 {
  display: block;
  width: calc((100% - 20px) / 3) !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index2 .fa_l3 {
    width: 100% !important;
    margin-right: 0;
  }
}
.index2 .fa_l3:nth-child(3n) {
  margin-right: 0px;
}
.index2 .porTbox {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 53%;
  margin-top: 21%;
  transition: all 0.5s;
}
.index2 .proImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}
.index2 .porBbox {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px;
  bottom: -12%;
  transition: all 0.5s;
}
.index2 .proTitle {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
  transition: all 0.5s;
}
.index2 .proSummry {
  color: #082b7d;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index2 .leftBox {
  text-align: center;
}
.index2 .lookDetail {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  padding-right: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 120px;
  margin: 0 auto;
}
.index2 .lookDetail:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 16px;
  height: 10px;
  background: url(../images/arrow_xzh.png) no-repeat;
}
.index2 .proLi:hover {
  background: url(../images/cplist_bg.jpg) no-repeat center;
}
.index2 .proLi:hover .porTbox {
  margin-top: 12%;
}
.index2 .proLi:hover .porBbox {
  bottom: 0px;
}
.index2 .proLi:hover .proSummry {
  color: #fff;
}
.index2 .proLi:hover .proTitle {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .index2 .proLi {
    height: 460px;
  }
  .index2 .proLi:hover .proImg {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .index2 .proContainer {
    max-width: 100%;
  }
  .index2 .proLi {
    width: 50%;
    height: auto;
  }
}
.index3 {
  padding: 5% 0;
}
.index3 .index3-box {
  margin-top: 30px;
}
.index3 .index3-box .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item {
    flex-direction: column;
  }
}
.index3 .index3-box .item .img {
  flex-basis: 50%;
  overflow: hidden;
}
.index3 .index3-box .item .img img {
  transition: all 0.5s;
}
.index3 .index3-box .item .text {
  flex-basis: 50%;
  padding: 5%;
}
.index3 .index3-box .item .text .en {
  font-size: 3.125vw;
  color: #eeeff4;
}
@media screen and (max-width: 1366px) {
  .index3 .index3-box .item .text .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item .text .en {
    font-size: 14px;
  }
}
.index3 .index3-box .item .text .title {
  font-size: 1.146vw;
  color: #082b7d;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .index3 .index3-box .item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item .text .title {
    font-size: 14px;
  }
}
.index3 .index3-box .item .text .summary {
  font-size: 14px;
  margin-top: 10px;
}
.index3 .index3-box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item:nth-child(2n) {
    flex-direction: column;
  }
}
.index3 .index3-box .item:hover .img img {
  transform: scale(1.1);
}
.index5 {
  padding: 5% 0;
}
.index5 .index5-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .index5 .index5-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index5 .index5-box .item {
  background: url('../images/qj_bg.png') no-repeat center / cover;
  padding: 40px 20px 30px;
}
@media screen and (max-width: 768px) {
  .index5 .index5-box .item {
    padding: 20px;
  }
}
.index5 .index5-box .item .text .title {
  font-size: 1.5625vw;
  color: #333;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .index5 .index5-box .item .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index5 .index5-box .item .text .title {
    font-size: 16px;
  }
}
.index5 .index5-box .item .text .summary {
  font-size: 0.833vw;
  margin: 20px 0 50px;
  line-height: 1.8;
  min-height: 5vw;
}
@media screen and (max-width: 1366px) {
  .index5 .index5-box .item .text .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .index5 .index5-box .item .text .summary {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index5 .index5-box .item img {
    width: 100%;
  }
}
.index6 {
  padding: 5% 0;
}
.index6 .fa_More {
  margin: 50% auto 30px;
  text-align: center;
}
.index6 .jm {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  min-height: 270px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .index6 .jm {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.index6 .jm:nth-child(3n) {
  margin-right: 0px;
}
.index6 .jm_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.index6 .jm h5 {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.index6 .jm p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  height: 0px;
  transition: all 0.5s;
}
.index6 .jm:hover {
  background: url('../images/beig.png') no-repeat;
}
.index6 .jm:hover h5 {
  color: #fff;
}
.index6 .jm:hover p {
  height: 45px;
  margin-top: 25px;
}
.index6 .jm:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index7 {
  padding: 5% 0;
}
.index7 .index7-box {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.index7 .index7-box .swiper-button-prev,
.index7 .index7-box .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #999;
  border-radius: 50%;
  transition: all 0.5s;
}
.index7 .index7-box .swiper-button-prev:hover,
.index7 .index7-box .swiper-button-next:hover {
  background: var(--dominant-color);
}
.index7 .index7-box .swiper-button-prev::after,
.index7 .index7-box .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}
.index7 .index7-box .title {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}
.index7 .fa_More {
  text-align: center;
}
.index8 {
  padding: 5% 0;
}
.index8 .fa_HomeNews {
  margin-top: 30px;
  align-items: stretch;
  justify-content: space-between;
}
.index8 .fa_HomeNews > div {
  width: calc((100% - 25px) / 2);
}
.index8 .fa_HomeNews .fa_l > .fa_Img {
  height: 100%;
  width: 100%;
  display: block;
}
.index8 .fa_HomeNews .fa_l .fa_tit {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}
.index8 .fa_HomeNews h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index8 .fa_HomeNews .fa_l .fa_tit p {
  transition: all 0.5s;
  transform: translateY(100%);
  max-height: 0;
  opacity: 0;
}
.index8 .fa_HomeNews > div p {
  font-size: 14px;
  line-height: 24px;
  height: 52px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index8 .fa_HomeNews .fa_l:hover p {
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}
.index8 .fa_HomeNews .fa_r .fa_li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  background: #fff;
  transition: all 0.5s;
}
.index8 .fa_HomeNews .fa_r .fa_li:hover {
  background: #082b7d;
}
.index8 .fa_HomeNews .fa_r .fa_li .fa_data {
  color: #333;
  text-align: center;
  width: 120px;
  border-right: #d9d9d9 solid 1px;
  transition: all 0.5s;
}
.index8 .fa_HomeNews .fa_r .fa_li:hover .fa_data {
  color: #fff;
  border-color: #fff;
}
.index8 .fa_HomeNews .fa_r .fa_li:hover h3 {
  color: #fff;
  border-color: #fff;
}
.index8 .fa_HomeNews .fa_r .fa_li:hover .mores {
  color: #fff;
  border-color: #fff;
}
.index8 .fa_HomeNews .fa_r .fa_li .fa_info {
  width: calc(100% - 120px);
  padding-left: 20px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .index8 .fa_HomeNews .fa_r .fa_li .fa_info {
    flex-direction: column;
  }
}
.index8 .fa_HomeNews .fa_r .fa_li h3 {
  color: #444;
}
.index8 .fa_HomeNews .fa_r .fa_li p {
  margin-top: 10px;
  color: #666;
}
.index8 .fa_HomeNews .fa_r .fa_li .fa_data h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
.index8 .fa_HomeNews .fa_r .fa_li .fa_data h5 {
  font-size: 16px;
}
.index8 .fa_HomeNews .fa_r .fa_li:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .index8 .fa_HomeNews > div {
    width: 100%!important;
    margin: 10px 0!important;
  }
  .index8 .fa_HomeNews .fa_l > .fa_Img {
    height: 0;
    padding-bottom: 66.666%;
  }
  .index8 .fa_HomeNews .fa_r .fa_li {
    padding: 10px;
  }
  .index8 .fa_HomeNews .fa_r .fa_li .fa_data {
    width: 80px;
  }
  .index8 .fa_HomeNews .fa_r .fa_li .fa_info {
    width: calc(100% - 80px);
  }
  .index8 .fa_HomeNews .fa_r .fa_li .fa_data h2 {
    font-size: 18px;
  }
  .index8 .fa_HomeNews .fa_r .fa_li .fa_data h5 {
    font-size: 14px;
  }
}
.index9 {
  padding: 5% 0;
}
.index9 .fa_Video {
  margin-top: 30px;
}
.index9 .fa_More {
  text-align: center;
}
.index9 .p_articles {
  width: calc((100% - 0px)/4);
}
.index9 .p_CommonSummaryBoxA {
  text-align: center;
}
.index9 .p_MatteIcon .iconfont:before {
  content: '\e602';
}
.index9 > div {
  animation-fill-mode: both;
}
.index9 .fa_Img {
  padding-bottom: 57%;
  transition: all 0.5s;
}
.index9 .fa_l4 {
  margin-right: 40px;
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1366px) {
  .index9 .fa_l4 {
    margin-right: 20px;
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .index9 .fa_l4 {
    width: 100%;
    margin-right: 0;
  }
}
.index9 .fa_l4:nth-child(4n) {
  margin-right: 0;
}
.index9 .fa_Img:before {
  top: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #15346d;
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
  transform: translateY(100%);
}
.index9 .fa_Img .fa_link {
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  transition: all 0.5s;
  z-index: 10;
  opacity: 0;
  display: block;
}
.index9 .fa_li:hover .fa_Img:before {
  transform: translateY(0%);
  opacity: 0.5;
}
.index9 .fa_li:hover .fa_Img .fa_link {
  transform: translateY(-50%);
  opacity: 1;
}
.index9 .fa_li .fa_tit {
  font-size: 16px;
  padding: 15px;
  text-align: center;
}
.index9 .masker {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.index9 .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.index9 .dialog video {
  display: block;
  width: 100%;
}
.index9 .p_close {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .index9 .dialog {
    width: 85%;
  }
  .index9 .p_page {
    display: none!important;
  }
  .index9 .p_OccupyBox {
    overflow: visible;
  }
}
.index9 .p_page .pre .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofInset: 0px;
  shadow-distance-ofInset: 0px;
}
.index9 .p_page .next .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofInset: 0px;
  shadow-distance-ofInset: 0px;
}
.index9 .p_more .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofInset: 0px;
  shadow-distance-ofInset: 0px;
}
.index9 .p_loading .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofInset: 0px;
  shadow-distance-ofInset: 0px;
}
.footer {
  background: #222222;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.footer .footer-top .footer-menu {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
}
.footer .footer-top .footer-menu .item .item-title {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footer .footer-top .footer-menu .item .secondMenu a {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  line-height: 2.4;
  transition: all 0.5s;
}
.footer .footer-top .footer-menu .item .secondMenu a:hover {
  text-decoration: underline;
}
.footer .footer-top .footer-code {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  flex-basis: 45%;
  padding-left: 85px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .footer-code .left {
  flex-basis: calc(100% - 200px);
}
.footer .footer-top .footer-code .left .left-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.footer .footer-top .footer-code .left .text .text-item {
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.footer .footer-top .footer-code .right {
  flex-basis: 130px;
  color: #fff;
  text-align: center;
}
.footer .footer-top .footer-code .right img {
  margin-bottom: 10px;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer .footer-bottom .copy-right {
  text-align: center;
  color: #999;
  padding: 20px 0;
}
.footer .footer-bottom .copy-right a {
  color: #999;
}
#flaosBox {
  position: fixed;
  width: 50px;
  z-index: 200;
  right: 0;
  bottom: 50px;
}
#flaosBox li {
  margin-bottom: 2px;
  height: 56px;
  width: 50px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
#flaosBox li.queryshow {
  overflow: visible;
}
#flaosBox li.telshow.active {
  width: 260px;
  margin-left: -150px;
  transition: all 0.5s;
}
#flaosBox li.telshow.active .box-inner {
  width: 260px;
}
#flaosBox li.queryshow .box-inner {
  width: 75px;
  position: relative;
  right: auto;
}
#flaosBox li .box-inner {
  width: 200px;
  height: 56px;
  position: absolute;
  right: -150px;
  background: rgba(198, 14, 59, 0.85);
}
#flaosBox li .box-inner a {
  display: block;
  width: 50px;
  float: left;
  height: 20px;
  padding-top: 36px;
  line-height: 18px;
  color: #fff !important;
  text-align: center;
  font-size: 12px;
}
#flaosBox li .box-inner a.icon-qq {
  background: url(../images/icon_qq.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-tel {
  background: url(../images/icon_tel.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-email {
  background: url(../images/e-mail.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-feedback {
  background: url(../images/icon_mes.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-code {
  background: url(../images/icon_code.png) center 7px no-repeat;
}
#flaosBox li .box-inner a:hover {
  color: #fff;
}
#flaosBox li .box-inner a.icon-top {
  background: url(../images/icon_top.png) center 7px no-repeat;
}
span.box-hide {
  display: block;
  width: 150px;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
}
.querycode {
  position: absolute;
  width: 120px;
  height: 120px;
  left: -120px;
  display: none;
}
.querycode img {
  width: 120px;
}
.goTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 5%;
  bottom: 10%;
  transition: all 0.5s;
  z-index: 1000;
  display: none;
}
/*内页*/
/*内页通用*/
.search-title {
  font-size: clamp(24px, 1.8vw, 48px);
  margin-bottom: 40px;
  text-align: center;
}
.page-title-box {
  margin-bottom: 40px;
}
.page-title-box .page-title {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.page-title-box .page-title .points {
  color: #db0202;
  font-size: 64px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px;
}
.page-title-box .page-title span {
  font-family: CenturyGothicBlod;
}
.page-summary {
  font-size: 14px;
  max-width: 860px;
  line-height: 1.8;
  text-align: center;
  margin: 20px auto 0;
}
/*内页banner*/
.fa_Bannerwrap {
  width: 100%;
  overflow: hidden;
}
.fa_PageBanner {
  position: relative!important;
  height: 600px;
  background: #000;
}
@media screen and (max-width: 1366px) {
  .fa_PageBanner {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .fa_PageBanner {
    height: 300px;
  }
}
.fa_PageBanner .fa_bg {
  background-size: cover;
  background-position: top center;
  background-repaet: no-repeat;
  width: 110%;
  height: 110%;
  left: -5% !important;
  top: -5% !important;
  opacity: 0.6;
}
.fa_PageBanner .fa_cnt {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.fa_PageBanner .fa_cnt h3 {
  font-size: 62px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-family: Impact;
  text-transform: uppercase;
}
@media screen and (max-width: 1366px) {
  .fa_PageBanner .fa_cnt h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .fa_PageBanner .fa_cnt h3 {
    font-size: 20px;
  }
}
.fa_PageBanner .fa_cnt p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 5px;
}
.fa_PageBanner .fa_line {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(0%, -50%);
  height: 150px;
  width: 1px;
  display: block;
  background: #fff;
  animation: fa_long2 2s linear infinite alternate;
  z-idnex: 5;
}
@keyframes fa_long1 {
  0% {
    width: 0;
  }
  100% {
    width: 130px;
  }
}
@keyframes fa_long2 {
  0% {
    height: 0;
  }
  100% {
    height: 150px;
  }
}
.page-top {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.page-top .location {
  background: url('../images/add.png') no-repeat center left;
  padding-left: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  color: #555;
  height: 80px;
}
.page-top .location a {
  font-size: 14px;
  color: #555;
  margin: 0 8px;
}
.page-top .location a:hover {
  text-decoration: underline;
}
.page-top .page-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-top .page-menu .firstItem {
  position: relative;
}
.page-top .page-menu .firstItem::after {
  content: '';
  width: 0;
  transition: all 0.5s;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--dominant-color);
  position: absolute;
}
.page-top .page-menu .firstItem:hover::after,
.page-top .page-menu .firstItem.active::after {
  width: 100%;
}
.page-top .page-menu .firstItem:hover a,
.page-top .page-menu .firstItem.active a {
  color: var(--dominant-color);
}
.page-top .page-menu .second {
  display: none;
  position: absolute;
  top: 35px;
  background: #383838;
  flex-direction: column;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.page-top .page-menu .second a {
  padding: 15px;
  border-right: none;
  width: 100%;
  text-align: center;
  display: block;
  height: auto;
  color: #666;
}
.page-top .page-menu .second a:hover {
  background: #424242;
}
.page-top .page-menu a {
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  padding: 0 30px;
  height: 80px;
}
.page-top .page-menu a:hover {
  color: var(--dominant-color);
}
.page-search {
  margin-bottom: 40px;
}
.page-search label {
  position: relative;
}
.page-search label input {
  height: 50px;
}
.page-search label button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-search label button img {
  width: 24px;
  height: 23px;
}
/*翻页*/
.pager {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pager .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 20px;
  color: #333;
  transition: all 0.5s;
  font-size: 16px;
}
.pager .number:hover,
.pager .number.active {
  color: var(--dominant-color);
  transition: all 0.5s;
}
.pager .number.prev,
.pager .number.next {
  width: 110px;
  height: 36px;
  background: none;
  border-radius: 20px;
  border: 1px solid #eee;
}
.pager .number.prev:hover,
.pager .number.next:hover {
  border-color: var(--dominant-color);
  color: #fff;
  background: var(--dominant-color);
}
.pagePadding {
  padding: 80px 0;
}
/*product*/
.product-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.product-container .item {
  transition: all 0.5s;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
.product-container .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 20px;
  width: 100%;
  background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 50%;
  transform: translate(-50%, 0);
  transition: transform 1s;
}
.product-container .item:hover {
  background: #fff;
  transform: translateY(-10px);
  z-index: 10;
}
.product-container .item:hover .text {
  transform: translateY(0);
}
.product-container .item .imgBox {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.product-container .item .imgBox img {
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
}
.product-container .item .text {
  width: 100%;
  padding: 20px 30px 20px;
  transition: all 0.5s;
}
.product-container .item .text .title {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.product-detail .img img {
  width: 100%;
}
.product-detail .box {
  padding: 8% 0;
}
.product-detail .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail .box1 {
    flex-direction: column;
  }
}
.product-detail .box1 .text {
  flex-basis: 40%;
}
.product-detail .box1 .text .title {
  font-size: 1.875vw;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  .product-detail .box1 .text .title {
    font-size: 16px;
  }
}
.product-detail .box1 .text .summary {
  margin-top: 20px;
  font-size: 1.042vw;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .product-detail .box1 .text .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .box1 .text .summary {
    font-size: 14px;
  }
}
.product-detail .box1 .video {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .product-detail .box1 .video {
    margin-top: 30px;
  }
}
.product-detail .box1 .video video {
  width: 100%;
}
.product-detail .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail .box2 {
    flex-direction: column !important;
  }
}
.product-detail .box2 .left {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.product-detail .box2 .left .title {
  font-size: 1.875vw;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .product-detail .box2 .left .title {
    font-size: 18px;
  }
}
.product-detail .box2 .left img {
  margin: 30px auto;
  max-width: 400px;
}
.product-detail .box2 .left .summary {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
}
.product-detail .box2 .left .summary .s-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.product-detail .box2 .left .summary .s-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.product-detail .box2 .left .summary .s-box .key {
  margin-bottom: 10px;
}
.product-detail .box2 .right {
  flex-basis: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .product-detail .box2 .right {
    margin-top: 30px;
  }
}
.product-detail .box2 .right .item {
  border-radius: 20px;
  background: #fff;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-detail .box2 .right .item .icon {
  width: 45px;
  height: 45px;
}
.product-detail .box2 .right .item .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-detail .box2 .right .item .title {
  margin-top: 10px;
  color: #000;
  font-size: 1.042vw;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .product-detail .box2 .right .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .box2 .right .item .title {
    font-size: 16px;
  }
}
.product-detail .box2 .right .item .summary {
  font-size: 0.833vw;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .product-detail .box2 .right .item .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .box2 .right .item .summary {
    font-size: 14px;
  }
}
.product-detail .box-item .box {
  background: url('../images/pro444.jpg') no-repeat center / cover;
}
.product-detail .box-item .box:nth-child(2n) {
  background: url('../images/pro999.jpg') no-repeat center / cover;
}
.product-detail .box-item .box:nth-child(2n) .box2 {
  flex-direction: row-reverse;
}
.product-detail .box-item .box:nth-child(2n) .box2 .left .title {
  color: var(--dominant-color);
}
.product-detail .box-item .box:nth-child(2n) .box2 .left .summary {
  color: var(--dominant-color);
}
.product-detail .box3 .b-title {
  font-size: 1.875vw;
  color: #000;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .product-detail .box3 .b-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .box3 .b-title {
    font-size: 20px;
  }
}
.product-detail .box3 .box3-box {
  margin-top: 30px;
}
.product-detail .box3 .box3-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product-detail .box3 .box3-box .item {
    flex-direction: column !important;
  }
}
.product-detail .box3 .box3-box .item .left {
  flex-basis: 50%;
}
.product-detail .box3 .box3-box .item .left img {
  width: 100%;
}
.product-detail .box3 .box3-box .item .right {
  flex-basis: 45%;
}
@media screen and (max-width: 768px) {
  .product-detail .box3 .box3-box .item .right {
    width: 100%;
  }
}
.product-detail .box3 .box3-box .item .right .title {
  font-weight: 600;
  font-size: 1.458vw;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .product-detail .box3 .box3-box .item .right .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .box3 .box3-box .item .right .title {
    margin-top: 20px;
  }
}
.product-detail .box3 .box3-box .item .right .line {
  width: 30px;
  height: 2px;
  background: var(--dominant-color);
  margin: 20px 0;
}
.product-detail .box3 .box3-box .item .right .summary {
  font-size: 0.9375vw;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .product-detail .box3 .box3-box .item .right .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .box3 .box3-box .item .right .summary {
    font-size: 14px;
  }
}
.product-detail .box3 .box3-box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.product-detail .box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-detail .box4 {
    flex-direction: column !important;
  }
}
.product-detail .box4:hover .left img {
  transform: scale(1.1);
}
.product-detail .box4 .left {
  flex-basis: 50%;
  overflow: hidden;
}
.product-detail .box4 .left img {
  transition: all 0.5s;
}
.product-detail .box4 .right {
  flex-basis: 45%;
}
@media screen and (max-width: 768px) {
  .product-detail .box4 .right {
    margin-top: 20px;
  }
}
.product-detail .box4 .right .item {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.product-detail .box4 .right .item .icon {
  flex-basis: 30px;
  height: 30px;
}
.product-detail .box4 .right .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail .box4 .right .item .text {
  flex-basis: calc(100% - 50px);
}
.product-detail .box4 .right .item .text .title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product-detail .box4 .right .item .text .title {
    font-size: 16px;
  }
}
.product-detail .box4 .right .item .text .summary {
  margin-top: 5px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product-detail .box4 .right .item .text .summary {
    font-size: 14px;
  }
}
.product-detail .box5 .swiper-button-prev::after,
.product-detail .box5 .swiper-button-next::after {
  content: '';
}
.product-detail .box5 #certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.product-detail .box5 #certify .swiper-slide {
  width: 335px;
  height: 445px;
  border: 5px solid #15346d;
  position: relative;
  background-color: #fff;
}
.product-detail .box5 #certify .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-detail .box5 #certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0px;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0px;
}
.product-detail .box5 #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.product-detail .box5 #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.product-detail .box5 #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.product-detail .box5 #certify .swiper-button-prev {
  left: 0px;
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 100%;
  background-position: 0 0;
  background-size: 100% auto;
  color: #999;
  line-height: 50px;
  text-align: center;
  transform: rotate(180deg);
}
.product-detail .box5 #certify .swiper-button-next {
  right: 0px;
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 100%;
  background-position: 0 0;
  background-size: 100% auto;
  color: #999;
  line-height: 50px;
  text-align: center;
}
.detail-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 50px;
}
.about {
  margin: 5% auto;
}
.about .about-box1 {
  display: flex;
  justify-content: space-between;
}
.about .about-box1 .left {
  flex-basis: 50%;
  text-align: center;
}
.about .about-box1 .right {
  flex-basis: 47%;
}
.about .about-box1 .right .title {
  position: relative;
  padding-left: 150px;
  font-size: 2.5vw;
  color: #333;
}
.about .about-box1 .right .title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  animation: fa_long1 2s linear infinite alternate;
}
@media screen and (max-width: 768px) {
  .about .about-box1 .right .title {
    font-size: 20px;
  }
}
.about .about-box1 .right .summary {
  margin-top: 5%;
  position: relative;
  font-size: 16px;
  color: #999;
  line-height: 2;
}
.about .about-box1 .right .summary::after {
  content: "ABOUT US";
  font-size: 5vw;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  font-family: arial;
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.about .about-detail .title {
  font-size: 1.875vw;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about .about-detail .title {
    font-size: 20px;
  }
}
.about .about-detail .detail {
  font-size: 16px;
}
.about .contact {
  display: flex;
  justify-content: space-between;
  margin: auto;
  background: #fff;
  align-items: center;
}
.about .contact .text {
  flex-basis: 40%;
  padding: 20px 30px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .about .contact .text {
    padding: 20px 0;
  }
}
.about .contact .text .sup {
  font-size: 2.083vw;
}
@media screen and (max-width: 768px) {
  .about .contact .text .sup {
    font-size: 14px;
  }
}
.about .contact .text .title {
  font-size: 1.5625vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about .contact .text .title {
    font-size: 16px;
  }
}
.about .contact .text .line {
  background: #0162a7;
  width: 60px;
  height: 2px;
}
.about .contact .text .summary-item {
  margin-top: 50px;
}
.about .contact .text .summary-item .item {
  padding-left: 46px;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about .contact .text .summary-item .item {
    font-size: 14px;
    background-size: 20px !important;
    padding-left: 30px;
  }
}
.about .contact .map {
  flex-basis: 60%;
}
.about .messages {
  margin-top: 10%;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .about .messages {
    padding: 0;
  }
}
.about .messages .text {
  margin-bottom: 30px;
  text-align: center;
}
.about .messages .text .title {
  font-size: 1.5625vw;
  color: #000;
}
@media screen and (max-width: 768px) {
  .about .messages .text .title {
    font-size: 20px;
  }
}
.about .messages .text .sub {
  color: #000;
  font-size: 2.083vw;
}
@media screen and (max-width: 768px) {
  .about .messages .text .sub {
    font-size: 16px;
  }
}
.about .messages form label {
  margin-bottom: 20px;
  display: block;
}
.about .messages form label input {
  height: 50px;
}
.about .messages form .label-box {
  display: flex;
  flex-wrap: wrap;
}
.about .messages form .label-box label {
  flex-basis: calc((100% - 20px) / 2);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .about .messages form .label-box label {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.about .messages form .label-box label:nth-child(2n) {
  margin-right: 0;
}
.about .messages form button {
  height: 50px;
  width: 100%;
  background: var(--dominant-color);
  color: #fff;
}
.about .messages form button:hover {
  background: var(--dominant-color);
}
.investment .img img {
  width: 100%;
}
.investment .investment-title {
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .investment .investment-title {
    margin-bottom: 10px;
  }
}
.investment .investment-title .title {
  font-size: 2.1875vw;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .investment .investment-title .title {
    font-size: 20px;
  }
}
.investment .investment-title .title.colorW {
  color: #fff;
}
.investment .investment-title .title .line {
  width: 30px;
  height: 2px;
  background: var(--dominant-color);
}
.investment .investment-title .title span {
  margin: 0 40px;
}
.investment .investment-title .tip {
  font-size: 16px;
}
.investment .box {
  padding: 5% 0;
}
.investment .box .box1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .investment .box .box1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.investment .box .box1 .item {
  padding: 18% 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: url('../images/qj_bg.png') no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .investment .box .box1 .item {
    padding: 20px;
  }
}
.investment .box .box1 .item .text {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .investment .box .box1 .item .text {
    font-size: 14px;
  }
}
.investment .box .box1 .item .text .title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .investment .box .box1 .item .text .title {
    font-size: 16px;
  }
}
.investment .box .box1 .item .text .summary {
  min-height: 115px;
  margin: 5% 0;
}
@media screen and (max-width: 768px) {
  .investment .box .box1 .item .text .summary {
    min-height: auto;
    margin: 20px 0;
  }
}
.investment .box .box2 .cz_li4 {
  width: calc((100% - 75px) / 4);
  height: 446px;
  margin-right: 25px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .investment .box .box2 .cz_li4 {
    width: 100%;
    margin-right: 0;
    height: 300px;
    background-size: cover !important;
  }
}
.investment .box .box2 .cz_li4:nth-child(4n) {
  margin-right: 0px;
}
.investment .box .box2 .cz_li2 {
  width: calc((100% - 25px) / 2);
  position: relative;
  overflow: hidden;
}
.investment .box .box2 .con_box {
  transition: all 0.5s;
}
.investment .box .box2 .con_box h5 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .investment .box .box2 .con_box h5 {
    font-size: 16px;
  }
}
.investment .box .box2 .con_box p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  margin-top: 25px;
}
.investment .box .box2 .cz img {
  position: absolute;
  right: 5%;
  bottom: 6%;
  z-index: 9;
}
.investment .box .box2 .cz:hover .con_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
.investment .box .box2 .cz_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 83%;
  background: rgba(21, 52, 109, 0.9);
  padding: 25px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .investment .box .box2 .cz_box {
    top: 100%;
  }
}
.investment .box .box2 .cz:hover .cz_box {
  top: 0px;
  text-align: center;
}
.investment .box .box2 .cz:hover img {
  display: none;
}
.investment .box .box3 ul {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
.investment .box .box3 li {
  width: 17%;
  height: 584px;
  display: block;
  float: left;
  transition: all 0.6s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.investment .box .box3 li.xianshi {
  width: 66%;
}
.investment .box .box3 .first {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
  transition: all 0.6s;
}
.investment .box .box3 .first .box {
  padding: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.investment .box .box3 .box p a {
  font-size: 24px;
  color: #fff;
}
.investment .box .box3 li .shadow {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .investment .box .box3 li .shadow {
    display: block;
  }
}
.investment .box .box3 li .shadow > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.investment .box .box3 li .shadow > a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  max-width: 592px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}
.investment .box .box3 li.xianshi .shadow {
  display: block;
}
.investment .box .box3 li.xianshi .first {
  display: none;
}
.investment .box .box3 .centerbox {
  padding: 25px 40px;
  position: absolute;
  bottom: 0px;
}
.investment .box .box3 h3 {
  font-size: 20px;
  color: #dedede;
}
.investment .box .box3 .shadow p a {
  font-size: 27px;
  color: #dedede;
  padding-top: 10px;
}
.investment .box .box3 .centerbox a {
  color: #dedede;
}
.investment .box .box3 .shadow span {
  display: block;
  font-size: 15px;
  color: #dedede;
  text-transform: uppercase;
}
.investment .box .box4 {
  overflow: hidden;
  max-width: 1660px;
  margin: auto;
}
.investment .box .box4 .hexin {
  width: 100%;
  height: 100%;
  position: relative;
}
.investment .box .box4 .six_box_content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .investment .box .box4 .six_box_content {
    flex-direction: column;
  }
}
.investment .box .box4 .six_box_content .right {
  flex: 2;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .investment .box .box4 .six_box_content .right {
    max-width: 90%;
  }
}
.investment .box .box4 .six_box_content .right h1 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin: 5% auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .investment .box .box4 .six_box_content .right h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.investment .box .box4 .six_box_content .right p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  height: 85px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .investment .box .box4 .six_box_content .right p {
    font-size: 14px;
    height: auto;
  }
}
.investment .box .box4 .fa_box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .investment .box .box4 .fa_box {
    display: none;
  }
}
.investment .box .box4 .fa_box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 83%;
  height: 3px;
  background: #e6e6e6;
  transform: translateX(-50%);
}
.investment .box .box4 .fa_box .fa_li {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px;
}
.investment .box .box4 .fa_box .fa_li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 80px auto;
  transition: all 0.5s;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.investment .box .box4 .fa_box .fa_li:hover i {
  background-position: bottom center;
}
.investment .box .box4 .fa_box .fa_li.active i {
  background-position: bottom center;
}
.investment .box .box4 .fa_icon {
  padding: 60px 0;
  position: relative;
}
.investment .box .box4 .fa_li:hover .fa_icon:before {
  border: #fff solid 2px;
  background: #15346d;
}
.investment .box .box4 .fa_li.active .fa_icon:before {
  border: #fff solid 2px;
  background: #15346d;
}
.investment .box .box4 .fa_icon:before {
  position: absolute;
  top: -18px;
  left: 50%;
  background: #fff;
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  border: #f4dc94 solid 2px;
  transform: translateX(-50%);
  transition: all 0.5s;
  border-radius: 50%;
}
.investment .box .box4 .fa_box .fa_li .fa_tit {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  min-height: 66px;
  margin-bottom: 10px;
}
.investment .box .box4 .fa_box .fa_li:hover {
  background: #f4dc94;
}
.investment .box .box4 .fa_box .fa_li:hover .fa_tit {
  color: #15346d;
}
.investment .box .box4 .fa_box .fa_li.active {
  background: #f4dc94;
}
.investment .box .box4 .fa_box .fa_li.active .fa_tit {
  color: #15346d;
}
@media only screen and (min-width: 769px) {
  .investment .box .box4 .fa_box .fa_li {
    width: calc(100% / 6);
    padding: 10px;
    text-align: center;
  }
}
.investment .box .box5 {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .investment .box .box5 {
    flex-direction: column;
  }
}
.investment .box .box5 .left {
  flex-basis: 55%;
}
.investment .box .box5 .left .bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .investment .box .box5 .left .bottom {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
}
.investment .box .box5 .left .bottom .item {
  background: url('../images/ly_icon.png') no-repeat center left;
  padding-left: 30px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .investment .box .box5 .left .bottom .item {
    font-size: 14px;
  }
}
.investment .box .box5 .right {
  flex-basis: 40%;
}
.investment .box .box5 .right form {
  display: flex;
  flex-wrap: wrap;
}
.investment .box .box5 .right form label {
  display: block;
  flex-basis: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .investment .box .box5 .right form label {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.investment .box .box5 .right form label:nth-child(2n) {
  margin-right: 0;
}
.investment .box .box5 .right form label:last-of-type {
  flex-basis: 100%;
  margin-right: 0;
}
.investment .box .box5 .right form label input {
  height: 60px;
}
.investment .box .box5 .right form label textarea {
  min-height: 200px;
}
.investment .box .box5 .right form button {
  width: 220px;
  height: 60px;
  background: var(--dominant-color);
  color: #fff;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .investment .box .box5 .right form button {
    width: 100%;
  }
}
.news .fa_News .p_news {
  padding: 30px 0;
}
.news .fa_News .fa_l3 {
  transition: all 0.5s;
}
.news .fa_News .fa_l3:hover {
  transform: translateY(-30px);
}
.news .fa_News .fa_l3 .fa_pic {
  position: relative;
}
.news .fa_News .fa_l3 .fa_Img {
  padding-bottom: 70%;
}
.news .fa_News .fa_l3 .fa_data {
  background: #0162a7;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.news .fa_News .fa_l3 .fa_data:before {
  display: block;
  content: "";
  transform: translateX(-50%);
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #0162a7 transparent transparent;
  position: absolute;
  bottom: -20px;
}
.news .fa_News .fa_l3 .fa_link {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.news .fa_News .fa_l3 .fa_link span {
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(100%);
}
.news .fa_News .fa_l3:hover .fa_Img img {
  transform: translate(-50%, -50%) scale(1.2);
}
.news .fa_News .fa_l3:hover .fa_link span {
  opacity: 1;
  transform: translateX(0%);
}
.news .fa_News .fa_l3 .fa_link span i {
  margin-left: 10px;
}
.news .fa_News .fa_l3 .fa_info {
  padding: 40px 0 20px;
}
.news .fa_News .fa_l3 .fa_info h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news .fa_News .fa_l3 .fa_info p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 60px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
  .news .fa_News .fa_l3 .fa_info h3 {
    font-size: 18px;
  }
  .news .fa_News .fa_l3 {
    width: 100%;
    margin: 0 0 30px;
  }
}
.news-detail .news-title {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-detail .summary-box {
  display: flex;
  align-items: center;
}
.news-detail .summary-box .item {
  margin-right: 20px;
}
.news-detail .news-detail-box {
  margin-top: 30px;
}
.map .map-search {
  padding: 0 20px 20px;
  position: relative;
}
.map .map-search input {
  height: 50px;
}
.map .map-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  margin: auto;
  background: var(--dominant-color);
}
.map .map-search button img {
  filter: grayscale(0) brightness(10);
}
.map .areaBox {
  padding: 20px 0;
  background: #f4f4f4 none no-repeat center center;
}
.map .store-top {
  width: 96%;
  /* display: inline-block; */
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  margin: 0px auto 30px;
}
.map .store-top .input + .input {
  border-left: 1px solid #e5e5e5;
}
.map .store-top .input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 22%;
  height: 56px;
  background: #fff;
}
.map select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.map .store-top .select::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000;
}
.map .store-top .input.select {
  position: relative;
}
.map .store-top .btn {
  display: inline-block;
  vertical-align: top;
  width: 12%;
  height: 56px;
  background: #0b308e;
  border-radius: 0px;
}
.map .store-top .input select {
  cursor: pointer;
  position: relative;
  z-index: 5;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  background: none;
  color: #888;
  width: 100%;
  height: 100%;
  border: 0px;
}
.map .c_portalResCompanyplace_list-01001001 #address {
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #888;
  width: 100%;
  height: 100%;
  border: 0px;
}
.map .store-top .btn button {
  width: 100%;
  height: 100%;
  background: none;
  border: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}
.map .wyz-container-wd {
  height: calc(100% - 50px);
}
.map .site {
  display: none;
}
.map #map_canvas {
  width: 100%;
  height: 100%;
}
.map .mapBox {
  position: relative;
  display: flex;
}
.map .leftBox {
  position: relative;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  overflow: hidden;
  height: 662px;
  border-right: 1px solid #dcdcdc;
  background-color: #fff;
}
.map .rightBox {
  position: relative;
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  padding: 1rem;
  background: #fff;
}
.map .swiper-button {
  position: absolute;
  bottom: 0px;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #b7b7b7;
  background-color: #6a6a6a;
  color: #fff;
  cursor: pointer;
}
.map .swiper-button:hover {
  background: var(--dominant-color);
}
.map .btn-next {
  right: 0px;
  border-left: 1px solid #e0e0e0;
}
.map #items .list {
  padding-top: 20px;
  padding-left: 20px;
  cursor: pointer;
  border-bottom: 1px dashed #ccc;
}
.map #items .list dt {
  font-size: 16px;
  background: url(//dfs.yun300.cn/group1/M00/17/FD/rBQBHF05i1iECOtmAAAAAFT20GE564.png) no-repeat 15px center;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.map #items .list dd {
  padding-left: 45px;
}
.map #items .list dd .cf {
  margin: 10px 0;
  font-size: 14px;
}
.map .wyz-container-wd .swiper-slide.on {
  background-color: #f9f9f9;
}
.map .swiper-wrapper,
.map .swiper-slide {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .map .store-top {
    display: none;
  }
  .map .leftBox {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .map .rightBox {
    width: 100%;
  }
}
.relate-title {
  font-size: 20px;
}
.relate-news {
  display: grid;
  flex-wrap: wrap;
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .relate-news {
    grid-template-columns: repeat(2, 1fr);
  }
}
.relate-news .item {
  margin-right: 20px;
  margin-bottom: 20px;
  align-items: center;
  background: #f7f7f7;
}
.relate-news .item .img {
  height: 200px;
}
.relate-news .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relate-news .item .text {
  color: #333;
}
.relate-news .item .text .title {
  margin-top: 10px;
  font-size: 16px;
}
.relate-news .item:nth-child(2n) {
  margin-right: 0;
}
.color1-search {
  background: #eee;
  padding: 10px 0;
}
.color1-search label {
  position: relative;
  display: block;
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
}
.color1-search label input {
  height: 50px;
}
.color1-search label button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  margin: auto;
  background: var(--dominant-color);
}
.color1-search label button img {
  filter: grayscale(0) brightness(10);
}
.color .color1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .color .color1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.color .color1 .item .imgBox {
  border: 1px solid #e2e2e2;
  height: 0;
  padding-bottom: 100%;
}
.color .color1 .item .imgBox img {
  position: absolute;
}
.color .color1 .item .text .title {
  font-size: 14px;
  color: #333;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: all 0.5s;
  text-align: center;
}
.color .color1 .item:hover .text .title {
  background: var(--dominant-color);
  color: #fff;
}
.color .color1-detail img {
  width: 100%;
}
.color .color1-detail .text {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
}
.color .color2 .item .img {
  overflow: hidden;
}
.color .color2 .item .img img {
  transition: all 0.5s;
}
.color .color2 .item:hover img {
  transform: scale(1.1);
}
.color .color2 .title {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.color .color2 .example-image-link {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  padding: 0px;
  border: 1px solid #ddd;
}
.color .color2 .example-image {
  max-width: 100%;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
}
.color .color2 .example-image-link:hover .example-image {
  transform: scale(1.05);
}
.color .color2 .p_Newslist {
  padding: 30px 0px;
}
.color .color2 .p_news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.color .color2 .p_News_a {
  width: calc((100% - 60px)/3);
  margin: 10px;
}
.color .color2 .d_title {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.color .color2 .d_title .font {
  line-height: 24px;
}
.color .color2 .p_OccupyBox {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .color .color2 .ss-sm-2 {
    width: calc((100% - 40px)/2);
  }
}
@media only screen and (max-width: 420px) {
  .color .color2 .ss-xs-1 {
    width: calc((100% - 20px)/1);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .color .color2 .ss-md-3 {
    width: calc((100% - 60px)/3);
  }
}
.color .color2 .p_articles {
  width: calc((100% - 0px)/4);
}
.color .color2 .p_CommonSummaryBoxA {
  text-align: center;
}
.color .color3 {
  padding-left: 35px;
  padding-right: 35px;
}
.color .color3 .item {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .color .color3 .item {
    flex-direction: column !important;
  }
}
.color .color3 .item img {
  width: 100%;
}
.color .color3 .item .img {
  flex-basis: 50%;
}
.color .color3 .item .text {
  flex-basis: 48%;
}
.color .color3 .item .text .title {
  margin-top: 5%;
  font-size: 2.292vw;
  font-weight: 600;
  color: #a38348;
}
@media only screen and (max-width: 768px) {
  .color .color3 .item .text .title {
    font-size: 18px;
  }
}
.color .color3 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.color .color4 {
  padding-left: 35px;
  padding-right: 35px;
}
.color .color4 .item {
  margin-bottom: 30px;
}
.color .color4 .item .text-box {
  display: flex;
  max-width: 1160px;
  margin: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .color .color4 .item .text-box {
    flex-direction: column !important;
  }
}
.color .color4 .item .text-box .text-img {
  flex-basis: 210px;
}
.color .color4 .item .text-box .text {
  flex-basis: calc(100% - 250px);
}
.color .color4 .item .text-box .text .title {
  font-size: 2.292vw;
  font-weight: 600;
  color: #a38348;
}
@media only screen and (max-width: 768px) {
  .color .color4 .item .text-box .text .title {
    font-size: 16px;
  }
}
.color .color4 .item .text-box .text .summary {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .color .color4 .item .text-box .text .summary {
    font-size: 14px;
  }
}
.color .color4 .img {
  margin-top: 20px;
}
.color .color4 .img img {
  width: 100%;
}
.color-search {
  background: #eeeeee;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.color-search .color-search-box {
  display: flex;
  align-items: center;
  max-width: 1760px;
  margin: auto;
  width: 90%;
}
.color-search .color-search-box label {
  width: 300px;
  margin-left: auto;
  display: block;
  position: relative;
}
.color-search .color-search-box label input {
  height: 40px;
}
.color-search .color-search-box label button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--dominant-color);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .video .left_video_box {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
  }
  .video .right_video_box {
    position: relative;
    display: flex;
    padding: 0 30px;
    overflow: hidden;
  }
  .video .video-slide {
    position: relative;
  }
  .video .video_container {
    width: 100%;
    overflow: hidden;
  }
  .video .swiper-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    line-height: 40px;
    text-align: center;
    background: #15346d;
    color: #fff;
    transition: all 0.5s ease;
    z-index: 999;
  }
  .video .swiper_prev {
    left: 0;
    display: flex;
    align-items: center;
  }
  .video .swiper_prev img {
    transform: rotate(-90deg);
  }
  .video .swiper_next {
    right: 0;
    display: flex;
    align-items: center;
  }
  .video .swiper_next img {
    transform: rotate(-90deg);
  }
  .video .swiper-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video img {
    width: 100%;
  }
  .video .swiper-btn.swiper-button-disabled {
    background: #7F7F7F;
  }
  .video .video-slide {
    position: relative;
    overflow: hidden;
  }
  .video .video-slide i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
  }
  .video .video-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
  }
  .video .video-slide video {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .video .video_list_box {
    display: flex;
    height: 400px;
  }
  .video .left_video_box {
    position: relative;
    flex: 3;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #000;
  }
  .video .left_img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 120px);
    overflow: hidden;
    background: #fff;
    z-index: 99;
    cursor: pointer;
  }
  .video .left_img img {
    width: 100%;
  }
  .video .video_content {
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #fff;
    bottom: 0px;
    padding-top: 30px;
  }
  .video .video_content .p_title {
    font-size: 24px;
    color: #000;
  }
  .video .video_content p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .video .left_img i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
  }
  .video .left_video {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .video .right_video_box {
    position: relative;
    flex: 1;
    overflow: hidden;
    height: 100%;
    padding: 50px 20px;
  }
  .video .video_container {
    width: 100%;
    height: 100%;
  }
  .video .video-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video .video-slide i {
    display: none;
  }
  .video .video-slide video {
    display: none;
  }
  .video .swiper-btn {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #15346d;
    color: #fff;
    transition: all 0.5s ease;
  }
  .video .swiper-btn:hover {
    background: #7F7F7F;
    opacity: 0.3;
  }
  .video .swiper-btn i {
    transform: rotateZ(90deg);
    display: block;
  }
  .video .swiper_prev {
    top: 0px;
  }
  .video .swiper_next {
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .video .video_list_box {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .video .video_list_box {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .video .video_list_box {
    height: 700px;
  }
}
.video .box {
  padding: 80px 0;
}
.video .box .video2-top .title {
  font-size: 1.667vw;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.video .box .video2-top .video-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.video .box .video2-top .video-menu .item {
  margin: 0 10px;
  background: #c5c5c5;
  padding: 20px 40px;
  font-size: 16px;
}
.video .box .video2-top .video-menu .item:hover {
  background: var(--dominant-color);
  color: #fff;
}
.video .box .fa_l4 {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.video .box .fa_Img img {
  position: absolute;
  width: 100%;
  min-height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.video .box .fa_Img {
  padding-bottom: 56%;
  transition: all 0.5s;
}
.video .box .fa_Img:before {
  top: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #15346d;
  opacity: 0.6;
  content: "";
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
  transform: translateY(0);
}
.video .box .fa_Img .fa_link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  transition: all 0.5s;
  z-index: 10;
  opacity: 1;
  display: block;
}
.video .box .fa_li:hover .fa_Img:before {
  transform: translateY(0%);
  opacity: 0.5;
}
.video .box .fa_li:hover .fa_Img .fa_link {
  transform: translateY(-50%);
  opacity: 1;
}
.video .box .fa_li .fa_tit {
  font-size: 24px;
  padding: 20px;
  text-align: center;
  color: #000;
}
.video .box .masker {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.video .box .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.video .box .dialog video {
  display: block;
  width: 100%;
}
.video .box .p_close {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
/*响应式*/
@media screen and (max-width: 1600px) {
  .page-top .right .page-menu a {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1440px) {
  .page-top .text .title {
    font-size: 32px;
  }
  .page-top .text .summary {
    font-size: 24px;
  }
  .product-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer .footer-mid .right {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1366px) {
  .footer .footer-mid .left .text .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .page-top .page-menu a {
    font-size: 14px;
    padding: 0 20px;
  }
  .about-box1 {
    flex-direction: column;
  }
  .about-box1 .right {
    margin-top: 50px;
  }
  .footer .footer-mid .mid {
    flex-basis: 300px;
  }
  header .header-menu .header-box .search .search-button {
    margin-left: 0;
  }
  header .menu-box .menu-list .firstItem .firstItem-title a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .section .header-box .logo img {
    width: 120px;
  }
  header .menu-box .menu-list {
    padding-right: 15px;
    margin-right: 15px;
  }
  .pageMargin {
    padding: 50px 0;
  }
  /*header*/
  header .header-menu .header-box-bg .header-box {
    height: 80px;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child span {
    display: inline-block;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child img {
    display: none;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child .firstItem-title {
    border: none;
  }
}
.page-top .right .page-menu .firstItem i {
  display: none;
}
.phone-menu-click {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-logo .footer-code .item .fab {
    font-size: 16px;
  }
  .pager .number {
    font-size: 14px;
    margin: 0 10px;
  }
  .pager .number.prev,
  .pager .number.next {
    width: 90px;
  }
  .pager {
    margin-top: 50px;
  }
  header .header-menu .header-box-bg .header-box {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 5%;
  }
  header .header-menu .header-box-bg .header-box .logo {
    height: 80px;
    display: flex;
    align-items: center;
  }
  header .header-menu .header-box-bg .header-box .search {
    flex-basis: 100%;
    margin-bottom: 20px;
    width: 142%;
    display: none;
    position: absolute;
    padding: 0 5% 20px;
    top: 80px;
    background: #fff;
    left: 0;
  }
  header .header-menu .header-box-bg .header-box .search button {
    left: 5%;
  }
  header .header-menu .header-box-bg .header-box .search .close {
    right: 5%;
  }
  header .header-menu .header-box-bg .header-box .language {
    display: none;
  }
  header .menu-box {
    background: none;
    display: flex;
    align-items: center;
    height: 60px;
    position: absolute;
    z-index: 10;
    top: 0 !important;
    width: 100%;
    justify-content: flex-end;
  }
  header .menu-box .phone-click {
    cursor: pointer;
    width: 22px;
    height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    right: 20px;
  }
  header .menu-box .phone-click .phone-line {
    height: 2px;
    background: #fff;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
  }
  header .menu-box .phone-click .phone-line::before,
  header .menu-box .phone-click .phone-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
  }
  header .menu-box .phone-click .phone-line::before {
    top: 0;
    transition: all 0.5s;
  }
  header .menu-box .phone-click .phone-line::after {
    bottom: 0;
    transition: all 0.5s;
  }
  header .menu-box .phone-click.active .phone-line {
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s;
  }
  header .menu-box .phone-click.active .phone-line::before {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(7px) rotate(45deg);
  }
  header .menu-box .phone-click.active .phone-line::after {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(-7px) rotate(-45deg);
  }
  header .menu-box .menu-list {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 10;
    left: 0;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 30px;
  }
  header .menu-box .menu-list .language {
    display: block;
  }
  header .menu-box .menu-list .firstItem {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
  }
  header .menu-box .menu-list .firstItem.active .firstItem-title a {
    color: var(--dominant-color);
  }
  header .menu-box .menu-list .firstItem.active .firstItem-title a::after {
    background: var(--dominant-color);
  }
  header .menu-box .menu-list .firstItem .firstItem-title {
    height: 50px;
    width: 92.5%;
    margin-left: 5%;
    padding: 0;
    position: relative;
  }
  header .menu-box .menu-list .firstItem .firstItem-title a {
    color: #2a2a2a;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  header .menu-box .menu-list .firstItem .firstItem-title a:hover {
    color: var(--dominant-color);
  }
  header .menu-box .menu-list .firstItem .firstItem-title a:hover::after {
    background: var(--dominant-color);
  }
  header .menu-box .menu-list .firstItem .firstItem-title i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
  }
  header .menu-box .menu-list .firstItem .firstItem-title i.active {
    transform: rotate(45deg);
  }
  header .menu-box .menu-list .firstItem .firstItem-title i::before {
    content: '';
    width: 16px;
    position: absolute;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  header .menu-box .menu-list .firstItem .firstItem-title i::after {
    content: '';
    height: 16px;
    position: absolute;
    width: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  header .menu-box .menu-list .firstItem .firstItem-title::after {
    display: none;
  }
  header .menu-box .menu-list .firstItem .second-box {
    top: 0 !important;
    border-top: none;
    box-shadow: none;
    position: relative;
    left: 0;
    font-size: 12px;
    transform: translateX(0);
    width: 92.5%;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  header .menu-box .menu-list .firstItem .second-box .second-box-list {
    margin-top: 0;
    padding: 10px;
  }
  header .menu-box .menu-list .firstItem .second-box .second-box-list::after {
    left: 20px;
    right: auto;
    display: none;
  }
  header .menu-box .menu-list .firstItem .second-box a {
    text-align: left;
    margin-bottom: 10px;
  }
  header .menu-box .menu-list-phone {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    height: 100vh;
    left: 0;
    width: 100%;
    top: 50px;
    padding: 20px;
    display: none;
    z-index: 10;
  }
  header .menu-box .menu-list-phone .menu-list-box {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  header .menu-box .menu-list-phone .menu-aside {
    border-right: 1px solid #e1e3e6;
    height: 100%;
    overflow: hidden;
    width: 120px;
  }
  header .menu-box .menu-list-phone .menu-aside .item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
  }
  header .menu-box .menu-list-phone .menu-aside .item a {
    display: block;
  }
  header .menu-box .menu-list-phone .menu-aside .item.active::after {
    content: '';
    width: 4px;
    height: 15px;
    background: var(--dominant-color);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  header .menu-box .menu-list-phone .menu-content {
    flex: auto;
    width: calc(100% - 120px);
    padding: 0 10px;
  }
  header .menu-box .menu-list-phone .menu-content .item-content {
    display: none;
  }
  header .menu-box .menu-list-phone .menu-content .item-content.active {
    display: block;
  }
  header .menu-box .menu-list-phone .menu-content .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  header .menu-box .menu-list-phone .menu-content .item-list .item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  header .menu-box .menu-list-phone .menu-content .item-list .item .title {
    font-size: 12px;
    color: #666;
    text-align: center;
  }
  header .menu-box .menu-list-phone .menu-content .item-list .item .summary {
    font-size: 12px;
    text-align: center;
  }
  header .menu-box .menu-list-phone .menu-content .item-list .item .imgBox {
    height: auto;
  }
  header .menu-box .menu-list-phone .menu-content .item-list .item .news-img {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .menu-box .menu-list-phone .menu-content .item-list .item .news-title {
    text-align: center;
    font-size: 12px;
  }
  header .menu-box .menu-list-phone .menu-content .item-list .item .second-item-support-link a {
    display: block;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
  }
  .phone-search-click {
    position: fixed;
    top: 0;
    right: calc(5% + 50px);
    display: flex;
    bottom: 0;
    align-items: center;
    width: 20px;
    z-index: 100;
    cursor: pointer;
    height: 80px;
  }
  /*通用样式*/
  .pageBanner .banner-box {
    height: 300px;
  }
  .pageBanner .banner-box .text {
    width: 90%;
  }
  .pageBanner .banner-box .text .summary {
    font-size: 24px;
  }
  header .header-menu .header-box {
    height: 60px;
    width: 100%;
  }
  header .header-menu .header-box .search {
    display: none;
  }
  .page-top {
    width: 100%;
    margin-top: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .page-top .text {
    flex-basis: auto;
  }
  .page-top .text .title {
    font-size: 20px;
  }
  .page-top .text .summary {
    font-size: 16px;
  }
  .page-top .right .location {
    justify-content: flex-start;
  }
  .page-top .right .location a {
    font-size: 14px;
  }
  .product-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-container .item .text {
    padding: 20px;
  }
  .product-container .item .text .title {
    font-size: 14px;
  }
  .footer .footer-top {
    display: none;
  }
  .footer .footer-mid {
    flex-direction: column;
  }
  .footer .footer-mid .left {
    flex-basis: auto;
    width: 100%;
  }
  .footer .footer-mid .left .img1 {
    margin-right: 20px;
  }
  .footer .footer-mid .mid {
    flex-basis: auto;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: none;
  }
  .footer .footer-mid .right {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .footer .footer-bottom .copy-right {
    font-size: 12px;
  }
  .footer .footer-mid .left .img2 {
    display: none;
  }
  .phone-menu-click {
    display: block;
    height: 50px;
    width: 100%;
    background: var(--dominant-color);
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .page-menu-box {
    width: 100%;
  }
  .page-top .page-menu {
    flex-direction: column;
    display: none;
  }
  .page-top {
    flex-basis: auto;
    width: 90%;
  }
  .page-top .page-menu a {
    padding: 0;
    font-size: 14px;
    border-right: none;
    margin: 10px 0;
    height: 40px;
  }
  .page-top .page-menu .second {
    position: relative;
    top: 0;
    width: 100%;
  }
  .page-top .page-menu .firstItem {
    width: 100%;
    position: relative;
  }
  .page-top .page-menu .second a {
    margin: 0;
  }
  .page-top .page-menu .firstItem i {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-top .page-menu .firstItem i img {
    width: 10px;
    transition: all 0.5s;
    transform: rotate(-90deg);
    filter: grayscale(1) brightness(10);
  }
  .pagePadding {
    padding: 30px 0;
  }
  header .header-menu .header-box .logo {
    margin-left: 20px;
  }
  .product-detail .top {
    flex-direction: column;
  }
  .product-detail .top .left {
    width: 100%;
  }
  .product-detail .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .product-detail .top .title {
    font-size: 16px;
  }
  .product-detail .top .summary {
    font-size: 14px;
  }
  .product-detail .detail-container .title {
    font-size: 16px;
  }
  .index4 .index-news {
    grid-template-columns: repeat(1, 1fr);
  }
  .index2 .numbers {
    flex-wrap: wrap;
  }
  .index2 .numbers .item {
    flex-basis: 50%;
    margin-bottom: 30px;
  }
  .index2 .numbers .item .left,
  .index2 .numbers .item .mid {
    font-size: 20px;
  }
  .index2 .numbers .item .sup {
    margin-top: 10px;
  }
  .index2 .numbers .item .title {
    font-size: 12px;
  }
  .index3 .right,
  .index3 .left .img {
    display: none;
  }
  .index1 .index1-pro .item {
    flex-direction: column;
  }
  .index1 .index1-pro .item .text {
    padding: 20px 0;
  }
  .index1 .index1-pro .item .text .title {
    font-size: 16px;
  }
  .index1 .section {
    flex-direction: column;
  }
  .index1 .section .left,
  .index1 .section .right {
    width: 100%;
  }
  .index1 .section .right {
    margin-top: 30px;
  }
  .index1 .section .left .top .title {
    font-size: 20px;
  }
  .index3 .numbers {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .index3 .numbers .item {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  .index3 .numbers .item .number {
    font-size: 12px;
  }
  .index3 .numbers .item .number .gd-count {
    font-size: 18px;
  }
  .index3 .bottom-img {
    flex-wrap: wrap;
  }
  .index3 .bottom-img .item {
    flex-basis: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .index3 .bottom-img .item:nth-child(2n) {
    margin-right: 0;
  }
  .index4 .index-news .item {
    border: 1px solid #eee;
  }
  .index4 .index-news .item .text .title {
    font-size: 16px;
  }
  header .menu-box .menu-list .firstItem::after {
    display: none;
  }
  .product-box1 {
    width: 90%;
    margin: auto;
  }
  #NewsList_a3 .i-a2 {
    margin-left: 0 !important;
  }
  .news-detail .news-title {
    font-size: 20px !important;
  }
  .summary-box {
    display: none !important;
  }
  .page-top .location {
    background-size: 18px;
    padding-left: 15px;
  }
  .relate-news .item {
    flex-basis: 100%;
    flex-direction: column;
    margin-right: 0;
  }
  .relate-news .item .text {
    padding: 0 20px 20px;
  }
  .relate-news .item .text .title {
    font-size: 16px;
  }
  .product-detail .messages .text .title {
    font-size: 20px;
  }
  .product-detail .messages form .label-box label {
    flex-basis: 100%;
    margin-right: 0;
  }
  .contact {
    flex-direction: column;
  }
  .contact .map {
    width: 100%;
  }
  .product-detail .messages {
    padding-left: 0 ;
    padding-right: 0 ;
  }
  .about-box1 {
    flex-direction: column;
  }
  .about-box1 .left .numbers .item {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  .about-box1 .left .numbers {
    flex-wrap: wrap;
  }
  .about-box1 .left .numbers .item .number span.gd-count {
    font-size: 16px;
  }
  .about-box2 .culture {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-box2 .culture .item .summary {
    color: #666;
  }
  .about-box2 .culture .item:hover .summary {
    color: #fff;
  }
}
#NewsList_a3 {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
#NewsList_a3 .data {
  display: none;
}
#NewsList_a3 .newimg {
  max-height: 290px;
  overflow: hidden;
  height: 15vw;
}
#NewsList_a3 li a {
  transition: 0.3s ease 0s;
  background: #f7f7f7;
  display: block;
  width: 100%;
  padding-bottom: 8%;
}
#NewsList_a3 img {
  transition: 0.5s linear 0s;
  width: 100%;
}
#NewsList_a3 ul {
  font-size: 0px;
}
#NewsList_a3 li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
  padding: 20px;
  background: #FFF;
  margin-bottom: 3%;
}
#NewsList_a3 p {
  transition: 0.3s ease 0s;
  margin-top: 5%;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 65px;
}
#NewsList_a3 .newnr {
  margin: 8% auto 0;
  width: 90%;
}
#NewsList_a3 b {
  transition: 0.3s ease 0s;
  color: #333;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#NewsList_a3 li {
  width: 100%;
  margin-bottom: 3%;
  margin-left: 0%;
  padding: 20px;
  background: #FFF;
}
#NewsList_a3 li a {
  font-size: 0px;
  background: none;
  padding-bottom: 0px;
  position: relative;
  z-index: 0;
}
#NewsList_a3 li b {
  font-size: 20px;
  font-weight: normal;
}
#NewsList_a3 li b:before {
  width: 15px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  background: #c30d3d;
  margin-right: 15px;
  content: '';
}
#NewsList_a3 li p {
  line-height: 26px;
  max-height: 84px;
  margin-left: 30px;
}
#NewsList_a3 li .newimg {
  box-shadow: 10px 10px 45px 0 rgba(0, 0, 0, 0);
  width: 39%;
  height: auto;
  max-height: 355px;
  display: inline-block;
  vertical-align: middle;
}
#NewsList_a3 li .newnr {
  width: 54%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  margin-top: 0px;
}
#NewsList_a3 li .newnr .i-a {
  margin-left: 30px;
  margin-top: 6%;
  display: none;
}
#NewsList_a3 li a:before {
  content: '';
  position: absolute;
  width: 39%;
  height: 100%;
  background: none;
  background-size: 14px 14px;
  z-index: -1;
  top: 10%;
  left: 2.5%;
  display: none;
}
#NewsList_a3 li a:hover img {
  transform: scale(1.2);
}
#NewsList_a3 li a:hover b {
  color: #c30d3d;
}
#NewsList_a3 li a:hover .i-a {
  background: #c30d3d;
}
#NewsList_a3 .i-a {
  z-index: 0;
  margin: 0 auto;
  font-size: 0px;
  position: relative;
  line-height: 50px;
  width: 165px;
  height: 50px;
  display: block;
  color: #fff;
  background: #c30d3d;
  text-align: center;
}
#NewsList_a3 .i-a2 {
  z-index: 0;
  margin: 0 auto;
  font-size: 0px;
  position: relative;
  line-height: 50px;
  width: 165px;
  height: 50px;
  display: block;
  color: #fff;
  background: #c30d3d;
  text-align: center;
  margin-left: 30px;
  margin-top: 6%;
}
#NewsList_a3 .i-a i,
#NewsList_a3 .i-a2 i {
  position: relative;
  font-weight: bold;
  z-index: 0;
  padding-left: 7px;
  margin-left: 36px;
  font-style: normal;
}
#NewsList_a3 .i-a i:before,
#NewsList_a3 .i-a2 i:before {
  content: '';
  width: 7px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  position: absolute;
  background: #fff;
  z-index: 0;
}
#NewsList_a3 .i-a > *,
#NewsList_a3 .i-a2 > * {
  transition: 0.3s ease 0s;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#NewsList_a3 .i-a:hover > *,
#NewsList_a3 .i-a2:hover > * {
  transform: translate(0px, 0px);
}
#NewsList_a3 .i-a:hover:after,
#NewsList_a3 .i-a2:hover:after {
  transform: translate(0px, 0px);
}
.PhotoList_k1 {
  width: 90%;
  transition: 0.3s ease 0s;
  font-size: 14px;
  max-width: 1400px;
  margin: auto;
}
.PhotoList_k1 ul {
  font-size: 0px;
}
.PhotoList_k1 li:nth-child(4n+1) {
  margin-left: 0px;
}
.PhotoList_k1 li {
  font-size: 16px;
  transition: 0.3s ease 0s;
  margin-bottom: 2.5%;
  width: 23%;
  margin-left: 2.6%;
  background: #fff;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.PhotoList_k1 li a {
  font-size: 0px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  height: 13.6vw;
  display: block;
}
.PhotoList_k1 li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
.PhotoList_k1 img {
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s linear 0s;
  width: auto;
  height: auto;
  max-height: 87%;
  max-width: 90%;
  margin-left: 0px;
  transform: scale(1);
}
.PhotoList_k1 h4 {
  display: none;
}
.PhotoList_k1 li span {
  color: #666;
  white-space: nowrap;
  transition: 0.3s ease 0s;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 3% 10px;
  box-sizing: border-box;
  border: none;
}
@media screen and (min-width: 769px) {
  .PhotoList_k1 li:hover img {
    transform: scale(1.1);
  }
  .PhotoList_k1 li:hover span {
    color: #42a881;
    background: #ffffff;
  }
  .PhotoList_k1 li {
    width: 23%;
  }
  .PhotoList_k1 li:nth-child(4n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .PhotoList_k1 li a {
    height: 21.2vw;
  }
}
@media screen and (max-width: 768px) {
  .PhotoList_k1 {
    padding: 0px;
  }
  .PhotoList_k1 li {
    width: 48%;
    margin-bottom: 5%;
  }
  .PhotoList_k1 li a {
    height: 31vw;
    padding: 0;
  }
  .PhotoList_k1 li span {
    padding: 2vw;
    font-size: 14px;
  }
  .PhotoList_k1 li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .PhotoList_k1 li:nth-child(2n+0) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1500px) {
  .PhotoList_k1 li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #NewsList_a3 li {
    width: 48%;
    margin-left: 2%;
  }
  #NewsList_a3 .newimg {
    height: 28vw;
  }
  #NewsList_a3 li:nth-child(3n+2) {
    margin-left: 2%;
  }
  #NewsList_a3 li a:hover img {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  #NewsList_a3 li b {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  #NewsList_a3 li b:before {
    display: none;
  }
  #NewsList_a3 li {
    padding: 10px;
  }
  #NewsList_a3 .i-a {
    line-height: 9vw;
    width: 27.6vw;
    height: 9vw;
    display: none;
  }
  #NewsList_a3 .i-a:before {
    width: 100%;
    height: 100%;
  }
  #NewsList_a3 .i-a:after {
    width: 100%;
    height: 100%;
  }
  #NewsList_a3 .i-a > * {
    font-size: 3.3333vw;
  }
  #NewsList_a3 .i-a:hover:after {
    transform: translate(0);
  }
  #NewsList_a3 .i-a:hover > * {
    transform: translate(0);
  }
  #NewsList_a3 li .newimg {
    width: 100%;
    box-shadow: none;
  }
  #NewsList_a3 li {
    width: 100%;
    margin-bottom: 5vw;
  }
  #NewsList_a3 li a {
    background: #f5f5f5;
    padding-bottom: 5%;
  }
  #NewsList_a3 li a {
    padding-bottom: 5%;
  }
  #NewsList_a3 .newimg {
    height: auto;
    max-height: none;
  }
  #NewsList_a3 li .newimg {
    height: auto;
    max-height: none;
  }
  #NewsList_a3 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5vw;
  }
  #NewsList_a3 p {
    font-size: 14px;
    max-height: none;
    line-height: 1.6;
    margin-left: 0;
  }
  #NewsList_a3 li p {
    font-size: 14px;
    max-height: none;
    line-height: 1.6;
    margin-left: 0;
  }
  #NewsList_a3 li .newnr {
    display: block;
    margin: 5% auto 0;
    width: 90%;
  }
  #NewsList_a3 .newnr {
    display: block;
    margin: 5% auto 0;
    width: 90%;
  }
  #NewsList_a3 li a:hover b {
    color: #fff;
  }
  #NewsList_a3 li a:hover p {
    color: #fff;
  }
  #NewsList_a3 li a:hover {
    background: #c30d3d;
  }
  #NewsList_a3 li:nth-child(2n+2) {
    margin-left: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.HistoryList .item {
  border: none;
}
.HistoryList .year {
  font-size: 18px;
  color: #27393e;
  text-align: center;
  height: 51px;
  line-height: 51px;
}
.HistoryList .slick-current .year {
  font-size: 28px;
  color: #c70e3a;
}
.HistoryList .round {
  width: 20px;
  height: 20px;
  margin: 20px auto;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.HistoryList .slick-current .round {
  border: none;
  background-color: transparent;
  background-image: url(../images/fzlcdian.png);
}
.HistoryList .triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  display: block;
  margin: 0 auto;
  opacity: 0;
}
.HistoryList .slick-current .triangle {
  opacity: 1;
}
.HistoryList .slick-arrow {
  position: absolute;
  top: 50%;
}
.HistoryList .slick-prev {
  left: 0;
}
.HistoryList .slick-next {
  right: 0;
}
.HistoryList .HistoryText {
  background-color: #fff;
  padding: 20px;
  display: flex;
  position: relative;
}
.HistoryList .hipic {
  width: 250px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.HistoryList .hipic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  transition: all 0.5s ease;
}
.HistoryList .hitxt {
  flex: 1;
  padding-left: 40px;
}
.HistoryList .htitle {
  font-size: 26px;
  color: #c50e3c;
}
.HistoryList .hsumry {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .HistoryList > div {
    padding: 0;
  }
  .HistoryList .hipic {
    width: 300px;
  }
  .HistoryList .slick-current .year {
    font-size: 16px;
  }
  .HistoryList .year {
    font-size: 14px;
  }
  .HistoryList .htitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .HistoryList .HistoryText {
    display: block;
  }
  .HistoryList .hipic {
    width: 100%;
  }
  .HistoryList .hipic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .HistoryList .hitxt {
    padding: 20px 0 0 0;
  }
}
.slick-list {
  background-image: url(../images/fzlcxian.jpg);
  background-repeat-y: no-repeat;
  background-position-y: 80px;
}
@media screen and (max-width: 768px) {
  .fa_Float {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .fa_Float {
    position: fixed;
    z-index: 999;
    right: 5px;
    top: 30%;
  }
  .fa_Float > * {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    background: #c5c5c5;
    height: 50px;
    position: relative;
  }
  .fa_Float > *:hover {
    background: #15346d;
  }
  .fa_Float_icon {
    color: #fff;
    text-align: center;
    width: 35px;
    overflow: hidden;
    float: left;
  }
  .fa_Float_icon i {
    font-size: 30px;
  }
  .fa_Float_icon p {
    font-size: 12px;
    margin-top: 5px;
  }
  .fa_Float_info {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    float: left;
    position: absolute;
    right: 55px;
    background: #15346d;
    top: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    max-width: 0;
    white-space: nowrap;
    font-weight: 300;
  }
  .fa_Float > a:hover .fa_Float_info {
    max-width: 1000px;
    padding: 0 10px;
  }
  .fa_Float_img {
    position: absolute;
    width: 100px;
    left: -100px;
    bottom: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  .fa_Float > a:hover .fa_Float_img {
    max-height: 200px;
    opacity: 1;
  }
  .fa_Float > a .fa_Float_img img {
    width: 100%;
  }
  .fa_Float_qq .fa_Floatqq_info {
    position: absolute;
    top: 0;
    right: 60px;
    background: #15346d;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    width: 150px;
    font-family: '微软雅黑';
    z-index: -88;
  }
  .fa_Floatqq_info a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px ;
    display: block;
    font-family: '微软雅黑';
  }
  .fa_Floatqq_info a:last-child {
    border: none;
  }
  .fa_Floatqq_info a p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
  }
  .fa_Floatqq_info a p:first-child {
    font-size: 18px;
  }
  .fa_Float_qq:hover .fa_Floatqq_info {
    opacity: 1;
    transform: translateX(0%);
    z-index: 2;
  }
}
/*# sourceMappingURL=index.css.map */