@charset "UTF-8";
@font-face {
  font-family: "D-DIN";
  src: url("../font/D-DIN.ttf");
}

@font-face {
  font-family: "D-DIN-Bold";
  src: url("../font/D-DIN-Bold.ttf");
}

@font-face {
  font-family: "Arial-BoldMT";
  src: url("../font/Arial-BoldMT.otf");
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  max-width: 92%;
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000060;
  z-index: 999999999999999;
  display: none;
}

.searchBox .ipt {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchBox .ipt .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #66666650;
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchBox .ipt .inpZ input {
  width: 5rem;
  border: none;
}

.searchBox .ipt .inpZ .submit {
  width: 30px;
  height: 30px;
  background-image: url(../images/search.png);
  background-size: 100% 100%;
  background-color: #0000;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px #0000004a;
          box-shadow: 0 0 10px #0000004a;
}

header .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.44rem;
  background-color: #134677;
}

header .top .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .top .t1 {
  color: #ffffff;
  line-height: 0.44rem;
  font-family: 'D-DIN';
}

header .top .t2 {
  color: #ffffff;
  font-family: 'D-DIN';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top .t2 img {
  margin-right: 0.1rem;
}

header .top .t2 .text {
  margin-right: 0.4rem;
}

header .bottom {
  height: 0.96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  height: 0.56rem;
  display: block;
}

header .logo img {
  height: 100%;
  display: block;
  min-width: 60px;
}

header .Navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navBox .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navBox .nav li {
  height: 0.96rem;
  line-height: 0.96rem;
  color: #555555;
  position: relative;
  margin-left: 0.5rem;
  font-family: 'D-DIN-Bold';
}

header .navBox .nav li:hover {
  color: #134677;
}

header .navBox .nav li:nth-child(1) {
  margin-left: 0;
}

header .navBox .nav .onLi {
  color: #134677;
}

@media (max-width: 1000px) {
  header .navBox .nav {
    display: none;
  }
}

header .icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .icon .search {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  margin-left: 0.8rem;
}

header .icon .search img {
  width: 100%;
  display: block;
}

header .icon .close {
  width: 32px;
  z-index: 12;
  padding: 0.1rem;
  margin-left: 0.2rem;
  display: none;
}

header .icon .close span {
  display: block;
  height: 2px;
  background: #000000;
  margin-bottom: 6px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

header .icon .close span:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  header .icon .close {
    display: block !important;
  }
}

header .icon .open span {
  background: #000000;
}

header .icon .open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .icon .open span:nth-of-type(2) {
  width: 0;
}

header .icon .open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .h-nav {
  display: block;
  position: fixed;
  height: calc(100vh - 1.4rem);
  width: 50%;
  background-color: #ffffff;
  top: 1.4rem;
  right: -50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000000;
  z-index: 20;
  border-top: 2px solid #134677;
  font-family: 'D-DIN-Bold';
}

header .h-nav .HnavBox {
  line-height: 40px;
}

header .h-nav .HnavBox .onc {
  padding: 0 0.5rem;
  width: 100%;
  line-height: 40px;
  display: block;
}

header .h-nav .HnavBox .onc:hover {
  background-color: #134677;
  color: #fff;
}

header .h-nav .active {
  background-color: #f2cb1e;
}

header .h-nav .hideBox {
  position: relative;
}

header .h-nav .hideBox .Aicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .h-nav .hideBox .Aicon:hover {
  background-color: #134677;
  color: #ffffff;
}

header .h-nav .hideBox .Aicon .onc:hover {
  background-color: rgba(0, 0, 0, 0);
}

header .h-nav .hideBox .Aicon .span1 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
}

header .h-nav .hideBox .Aicon .span2 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
  display: none;
}

header .h-nav .hideBox .hide {
  display: none;
}

header .h-nav .hideBox .hide li {
  padding: 0 0.7rem;
  line-height: 40px;
}

header .h-nav .hideBox .hide li:hover {
  background-color: #134677;
  color: #ffffff;
}

header .h-nav .k .Aicon .span1 {
  display: none;
}

header .h-nav .k .Aicon .span2 {
  display: block;
}

header .mask {
  position: fixed;
  top: 1.4rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: 10;
  display: none;
}

@media (max-width: 700px) {
  header .top {
    display: none;
  }
  header .h-nav {
    height: calc(100vh - 0.96rem);
    top: 0.96rem;
  }
  header .mask {
    height: calc(100vh - 0.96rem);
    top: 0.96rem;
  }
}

header .right_nav {
  width: 0.6rem;
  min-width: 30px;
  padding: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 10px;
  top: 50%;
  background-color: #134677;
  border-radius: 30px;
}

header .right_nav .item {
  width: 0.46rem;
  height: 0.46rem;
  min-width: 23px;
  min-height: 23px;
  margin-top: 0.22rem;
  display: block;
}

header .right_nav .item:nth-child(1) {
  margin-top: 0;
}

header .right_nav .item img {
  width: 100%;
}

header .right_nav .item .img1 {
  display: block;
}

header .right_nav .item .img2 {
  display: none;
}

header .right_nav .item:hover .img1 {
  display: none;
}

header .right_nav .item:hover .img2 {
  display: block;
}

header .right_nav .itemTop {
  display: none;
}

main {
  margin-top: 1.4rem;
}

@media (max-width: 700px) {
  main {
    margin-top: 0.96rem;
  }
}

.page1 .swiper-container1 .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page1 .swiper-container1 .swiper-pagination {
  bottom: 0.3rem;
}

.page1 .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.15rem;
  background-color: #0000;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  opacity: 1;
}

.page1 .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/icon4.png);
}

.page1 .aboutUs {
  margin-top: 0.9rem;
  padding-bottom: 0.8rem;
}

.page1 .aboutUs .box {
  height: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page1 .aboutUs .box .left {
  width: calc(650 / 1440 * 100%);
  height: 100%;
  position: relative;
}

.page1 .aboutUs .box .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.page1 .aboutUs .box .left .bofang {
  width: calc(48 / 650 * 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page1 .aboutUs .box .left .bofang img {
  width: 100%;
}

.page1 .aboutUs .box .left .backgroundBlock {
  width: calc(152 / 650 * 100%);
  height: calc(200 / 430 * 100%);
  background-color: #134677;
  border-radius: 10px;
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  z-index: -1;
}

.page1 .aboutUs .box .right {
  width: calc(700 / 1440 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.page1 .aboutUs .box .right h1 {
  font-family: 'D-DIN-Bold';
  line-height: 1;
}

.page1 .aboutUs .box .right .text {
  height: 2rem;
  overflow-y: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.page1 .aboutUs .box .right .text::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.page1 .aboutUs .box .right .text::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  border-radius: 10px;
}

.page1 .aboutUs .box .right .text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  background-color: #c6c6cd;
  width: 6px;
}

.page1 .aboutUs .box .right .text p {
  font-family: "D-DIN";
  color: #666666;
  line-height: calc(30 / 18 * 100%);
}

.page1 .aboutUs .box .right .btnBox .btn {
  padding: 0.2rem 0.3rem;
  background-color: #134677;
  border-radius: 35px;
  display: inline-block;
  font-family: "D-DIN";
  color: #fffffe;
  margin-right: 0.2rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page1 .aboutUs .box .right .btnBox .btn:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.page1 .aboutUs .box .right .btnBox .tableBtn {
  cursor: pointer;
}

@media (max-width: 900px) {
  .page1 .aboutUs .box {
    height: auto;
  }
  .page1 .aboutUs .box .left {
    width: 100%;
  }
  .page1 .aboutUs .box .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .page1 .aboutUs .box .right .text {
    height: auto;
    margin: 0.2rem 0;
  }
}

.page1 .aboutUs .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page1 .aboutUs .iconBox .item {
  margin-top: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page1 .aboutUs .iconBox .item .icon {
  width: 0.86rem;
}

.page1 .aboutUs .iconBox .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-left: 0.2rem;
}

.page1 .aboutUs .iconBox .item .text .p1 {
  font-family: "D-DIN-Bold";
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page1 .aboutUs .iconBox .item .text .p2 {
  font-family: "D-DIN";
  color: #999999;
}

@media (max-width: 700px) {
  .page1 .aboutUs .iconBox .item {
    width: 50%;
    padding-left: 6%;
  }
}

.page1 .equipment {
  padding: 1.55rem 0;
  background-image: url(../images/banner5.png);
  background-size: 100% 100%;
}

.page1 .equipment .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page1 .equipment .box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page1 .equipment .box .text h1 {
  font-family: "D-DIN-Bold";
  color: #333333;
  line-height: calc(72 / 62 * 1em);
}

.page1 .equipment .box .text .p2 {
  color: #666666;
  width: 4rem;
  line-height: calc(36 / 22 * 100%);
  margin-top: 0.35rem;
}

.page1 .equipment .box .text .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.9rem;
}

.page1 .equipment .box .text .imgBox img {
  width: calc(220 / 560 * 100%);
  border-radius: 10px;
  display: block;
  margin-right: calc(30 / 560 * 100%);
}

.page1 .equipment .box .swiper {
  width: calc(880 / 1440 * 100%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.page1 .equipment .box .swiper .swiper-container2 .swiper-slide {
  position: relative;
  display: block;
}

.page1 .equipment .box .swiper .swiper-container2 .textBox {
  width: 100%;
  height: 0.74rem;
  line-height: 0.74rem;
  padding-left: calc(50 / 880 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(19, 70, 119, 0.9);
  color: #ffffff;
  font-family: "D-DIN-Bold";
  z-index: 1;
  display: none;
}

.page1 .equipment .box .swiper .swiper-container2:hover .textBox {
  display: block;
}

.page1 .equipment .box .swiper .swiper-container2 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.74rem;
  position: absolute;
  bottom: 0;
  right: 0.4rem;
  z-index: 2;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-next {
  width: 0.36rem;
  height: 0.36rem;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-next .img1 {
  width: 100%;
  display: block;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-next .img2 {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-next:hover .img1 {
  display: none;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-next:hover .img2 {
  display: block;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-prev {
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.2rem;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-prev .img1 {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-prev .img2 {
  width: 100%;
  display: none;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-prev:hover .img1 {
  display: none;
}

.page1 .equipment .box .swiper .swiper-container2 .button .swiper-prev:hover .img2 {
  display: block;
}

@media (max-width: 900px) {
  .page1 .equipment .box .swiper .swiper-container2 .button {
    display: none;
  }
}

@media (max-width: 900px) {
  .page1 .equipment .box .text {
    width: 100%;
  }
  .page1 .equipment .box .text .imgBox {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page1 .equipment .box .text .imgBox img {
    width: 48%;
    margin-right: 0;
  }
  .page1 .equipment .box .text .p2 {
    width: 100%;
  }
  .page1 .equipment .box .swiper {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.page1 .productCenter {
  padding-top: 0.7rem;
}

.page1 .productCenter h1 {
  text-align: center;
  font-family: "D-DIN-Bold";
  color: #333333;
}

.page1 .productCenter .p1 {
  text-align: center;
  font-family: "D-DIN";
  color: #666666;
  margin-top: 0.2rem;
}

.page1 .productCenter .swiper3 {
  padding-top: 1.2rem;
  margin-top: 0.7rem;
  background-image: url(../images/banner10.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
}

.page1 .productCenter .swiper-container3 {
  position: relative;
}

.page1 .productCenter .swiper-container3 .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.page1 .productCenter .swiper-container3 .swiper-slide img {
  width: 100%;
}

.page1 .productCenter .swiper-container3 .swiper-slide .text {
  display: none;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "D-DIN-Bold";
  text-align: center;
  background-color: rgba(19, 70, 119, 0.9);
  color: #ffffff;
}

.page1 .productCenter .swiper-container3 .swiper-slide .zha {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #544f4fa3;
  display: block;
}

.page1 .productCenter .swiper-container3 .swiper-slide-active:hover .text {
  display: block;
}

.page1 .productCenter .swiper-container3 .swiper-slide-active .zha {
  display: none;
}

.page1 .productCenter .swiper-container3 .swiper-prev1 {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  top: 50%;
  right: calc(370 / 1400 * 100%);
  z-index: 2;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0.8;
}

.page1 .productCenter .swiper-container3 .swiper-prev1:hover {
  opacity: 1;
}

.page1 .productCenter .swiper-container3 .swiper-prev1 img {
  width: 100%;
}

.page1 .productCenter .swiper-container3 .swiper-next1 {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  top: 50%;
  left: calc(370 / 1400 * 100%);
  z-index: 2;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  opacity: 0.8;
}

.page1 .productCenter .swiper-container3 .swiper-next1:hover {
  opacity: 1;
}

.page1 .productCenter .swiper-container3 .swiper-next1 img {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 700px) {
  .page1 .productCenter .swiper-container3 .swiper-prev1,
  .page1 .productCenter .swiper-container3 .swiper-next1 {
    display: none;
  }
}

.page1 .productCenter .btnBox {
  text-align: center;
}

.page1 .productCenter .btn {
  padding: 0.2rem 0.3rem;
  background-color: #134677;
  border-radius: 50px;
  display: inline-block;
  color: #ffffff;
  font-family: "D-DIN";
  margin-top: 0.7rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

.page1 .productCenter .btn:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.page1 .newsCenter {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.page1 .newsCenter h1 {
  font-family: "D-DIN-Bold";
  color: #333333;
  text-align: center;
}

.page1 .newsCenter .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.7rem;
}

.page1 .newsCenter .newsList .item {
  width: calc(453 / 1440 * 100%);
  padding: calc(40 / 1440 * 100%);
  margin-left: calc(40.5 / 1440 * 100%);
  background-color: #f9f9f9;
  border-radius: 10px;
  display: block;
  border: solid 1px #f9f9f9;
}
.page1 .newsCenter .newsList .item:nth-child(3n + 1){
  margin-left: 0;
}

.page1 .newsCenter .newsList .item .p1 {
  font-family: "D-DIN";
  color: #666666;
  height: 0.34rem;
  margin-bottom: 0.15rem;
}

.page1 .newsCenter .newsList .item .p2 {
  line-height: calc(30 / 24 * 100%);
  font-family: "D-DIN-Bold";
  color: #333333;
  height: 2.5em;
}

.page1 .newsCenter .newsList .item .p3 {
  line-height: calc(30 / 18 * 100%);
  font-family: "D-DIN";
  color: #666666;
  margin-top: 0.2rem;
  height: 5em;
}

.page1 .newsCenter .newsList .item .p4 {
  font-family: "D-DIN";
  color: #666666;
}

.page1 .newsCenter .newsList .item .btn {
  margin-top: 0.15rem;
  height: 0.34rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.page1 .newsCenter .newsList .item .btn img {
  width: 0.34rem;
  display: block;
}

.page1 .newsCenter .newsList .item:hover {
  border: solid 1px #134677;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.page1 .newsCenter .newsList .item:hover .p1 {
  display: none;
}

.page1 .newsCenter .newsList .item:hover .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .page1 .newsCenter .newsList .item {
    width: 100%;
    margin-bottom: 0.3rem;
    margin-left: 0 !important;
  }
}

.page2 .banner {
  position: relative;
}

.page2 .banner img {
  width: 100%;
}

.page2 .banner h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "D-DIN-Bold";
  color: #ffffff;
}

.page2 .product {
  padding-top: 1rem;
  background-color: #f9f9f9;
  padding-bottom: 0.9rem;
}

.page2 .product h1 {
  width: 100%;
  text-align: center;
  font-family: "D-DIN";
  color: #333333;
}

.page2 .product .selectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.3rem;
}

.page2 .product .selectBox .select1 {
  text-align: center;
  margin-top: 0.1rem;
  width: 23.5%;
  height: 0.52rem;
  min-height: 30px;
  background-color: #eeeeee;
  border-radius: 26px;
  border: none;
  outline: none;
  padding: 0 0.2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/icon20.png);
  background-repeat: no-repeat;
  background-size: 0.16rem;
  background-position: right 0.2rem center;
  font-family: "D-DIN";
  color: #666666;
  margin-left: 2%;
}
.page2 .product .selectBox .select1:nth-child(4n + 1){
  margin-left: 0;
}
.page2 .product .selectBox .btn {
  padding: 0 0.58rem;
  height: 0.52rem;
  min-height: 30px;
  background-color: #134677;
  border-radius: 50px;
  display: inline-block;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .page2 .product .selectBox .select1 {
    width: 48%;
    margin-top: 0.2rem;
  }
  .page2 .product .selectBox .btn {
    width: 48%;
    margin-top: 0.2rem;
  }
}

.page2 .product .selectBox .tag {
  text-align: center;
  margin-top: 0.1rem;
  width: 23.5%;
  background-color: #eeeeee;
  border-radius: 26px;
  border: none;
  padding: 0.15rem 0.2rem;
  font-family: "D-DIN";
  color: #666666;
  margin-left: 2%;
}
.page2 .product .selectBox .tag:hover{
  background-color: #134677;
  color: #fff;
}
.page2 .product .selectBox .tag:nth-child(4n + 1){
  margin-left: 0;
}
@media (max-width: 900px) {
  .page2 .product .selectBox .tag {
    width: 48%;
    margin-left: 4%;
  }
  .page2 .product .selectBox .tag:nth-child(4n + 1){
    margin-left: 4%;
  }
  .page2 .product .selectBox .tag:nth-child(2n + 1){
    margin-left: 0;
  }
}

.page2 .product .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.6rem;
}

.page2 .product .list .item {
  width: calc(450 / 1440 * 100%);
  margin-left: calc(45 / 1440 * 100%);
  margin-bottom: 0.4rem;
}

.page2 .product .list .item:nth-child(3n + 1){
  margin-left: 0;
}

@media (max-width:700px) {
  .page2 .product .list .item {
    margin-left: 4%;
  }
  .page2 .product .list .item:nth-child(3n + 1){
    margin-left: 4%;
  }
  .page2 .product .list .item:nth-child(2n + 1){
    margin-left: 0;
  }
}


.page2 .product .list .item:hover .imgBox .btn {
  display: block;
}

.page2 .product .list .item .imgBox {
  width: 100%;
  padding-top: calc(360/450*100%);
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.page2 .product .list .item .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page2 .product .list .item .imgBox .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: rgba(19, 70, 119, 0.9);
  color: #ffffff;
  text-align: center;
  display: none;
}

.page2 .product .list .item .text {
  font-family: "D-DIN";
  line-height: calc(26 / 18 * 1em);
  margin-top: 0.25rem;
  height: calc(26 / 18 * 2em);
}

@media (max-width: 700px) {
  .page2 .product .list .item {
    width: 48%;
  }
}

.page2 .product .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}

.page2 .product .pagination .item {
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 0.28rem;
  display: block;
}

.page2 .product .pagination .item:nth-child(1) {
  margin-left: 0;
}

.page2 .product .pagination .item:hover {
  background-color: #134677;
  color: #ffffff;
}

.page2 .product .pagination .item:hover .arrow1 {
  display: none;
}

.page2 .product .pagination .item:hover .arrow2 {
  display: inline-block;
}

.page2 .product .pagination .onItem {
  background-color: #134677;
  color: #ffffff;
}

.page2 .product .pagination .prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page2 .product .pagination .prev .arrow1 {
  display: inline-block;
}

.page2 .product .pagination .prev .arrow2 {
  display: none;
}

.page2 .product .pagination .next .arrow1 {
  display: inline-block;
}

.page2 .product .pagination .next .arrow2 {
  display: none;
}

.page3 .swiperBox {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page3 .swiperBox .swiper {
  width: 50%;
}

.page3 .swiperBox .swiper .swiper-container1 {
  border-radius: 10px;
  overflow: hidden;
}

.page3 .swiperBox .swiper .swiper-container1 .swiper-slide {
  width: 100%;
  position: relative;
  padding-top: calc(547/547*100%);
  overflow: hidden;
}

.page3 .swiperBox .swiper .swiper-container1 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page3 .swiperBox .swiper .swiper-container1 .swiper-slide .play {
  width: calc(64 / 720 * 100%);
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page3 .swiperBox .swiper .swiper2 {
  position: relative;
}

.page3 .swiperBox .swiper .swiper-next {
  width: 5%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.page3 .swiperBox .swiper .swiper-next .img1 {
  width: 100%;
  display: block;
}

.page3 .swiperBox .swiper .swiper-next .img2 {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
}

.page3 .swiperBox .swiper .swiper-next:hover .img1 {
  display: none;
}

.page3 .swiperBox .swiper .swiper-next:hover .img2 {
  display: block;
}

.page3 .swiperBox .swiper .swiper-prev {
  width: 5%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
}

.page3 .swiperBox .swiper .swiper-prev .img1 {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}

.page3 .swiperBox .swiper .swiper-prev .img2 {
  width: 100%;
  display: none;
}

.page3 .swiperBox .swiper .swiper-prev:hover .img1 {
  display: none;
}

.page3 .swiperBox .swiper .swiper-prev:hover .img2 {
  display: block;
}

.page3 .swiperBox .swiper .swiper-container2 {
  margin-top: 0.3rem;
}

.page3 .swiperBox .swiper .swiper-container2 .swiper-slide {
  position: relative;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  height: 1.1rem;
  line-height: 1.1rem;
  overflow: hidden;
}

.page3 .swiperBox .swiper .swiper-container2 .swiper-slide img {
 max-width: 100%;max-height: 100%;
}

.page3 .swiperBox .swiper .swiper-container2 .swiper-slide .Mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000063;
  display: block;
}

.page3 .swiperBox .swiper .swiper-container2 .bor .Mask {
  display: none;
}

.page3 .swiperBox .context {
  margin-left: calc(80 / 1440 * 100%);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page3 .swiperBox .context .h1 {
  font-family: "D-DIN-Bold";
  line-height: 1.5;
  color: #333333;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.page3 .swiperBox .context .h1::after {
  content: "";
  width: 0.42rem;
  height: 4px;
  background-color: #4c5461;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page3 .swiperBox .context .p1 {
  font-family: "D-DIN";
  color: #333333;
  line-height: 1.5;
  margin-top: 0.35rem;
}

.page3 .swiperBox .context .p1 span {
  font-family: "D-DIN-Bold";
}

.page3 .swiperBox .context .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.45rem;
}

.page3 .swiperBox .context .btnBox .btn {
  background-color: #134677;
  border-radius: 50px;
  color: #fffffe;
  font-family: "D-DIN";
  padding: 0.15rem 0.3rem;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}

.page3 .swiperBox .context .btnBox .btn:nth-child(2) {
  margin-right: 0;
}

.page3 .swiperBox .context .btnBox .btn img {
  width: 0.2rem;
  margin-right: 0.2rem;
}

.page3 .swiperBox .context .btnBox .btn img:nth-child(2) {
  display: none;
}

.page3 .swiperBox .context .btnBox .btn:hover {
  background-color: #eeeeee;
  color: #134677;
}

.page3 .swiperBox .context .btnBox .btn:hover img {
  display: none;
}

.page3 .swiperBox .context .btnBox .btn:hover img:nth-child(2) {
  display: inline-block;
}

.page3 .swiperBox .context .btnBox .tableBtn {
  cursor: pointer;
}

.page3 .swiperBox .context .iconBox {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page3 .swiperBox .context .iconBox span {
  color: #333333;
  font-family: "D-DIN-Bold";
}

.page3 .swiperBox .context .iconBox .icon img {
  max-height: 0.19rem;
  margin-left: 0.2rem;
}

.page3 .swiperBox .context .iconBox .icon img:nth-child(1) {
  display: block;
}

.page3 .swiperBox .context .iconBox .icon img:nth-child(2) {
  display: none;
}

.page3 .swiperBox .context .iconBox .icon:hover img:nth-child(2) {
  display: block;
}

.page3 .swiperBox .context .iconBox .icon:hover img:nth-child(1) {
  display: none;
}

@media (max-width: 1100px) {
  .page3 .swiperBox .swiper {
    width: 100%;
  }
  .page3 .swiperBox .context {
    margin-top: 0.2rem;
    width: 100%;
    margin-left: 0;
  }
}

.page3 .details {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background-color: #f0f0f0;
}

.page3 .details .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.8rem;
}

.page3 .details .item:nth-child(1) {
  margin-top: 0;
}

.page3 .details .item .title {
  width: calc(370 / 1440 * 100%);
  color: #134677;
  font-family: "D-DIN-Bold";
  padding-bottom: 0.2rem;
  position: relative;
}

.page3 .details .item .title::after {
  content: "";
  width: 0.36rem;
  height: 4px;
  background-color: #4c5461;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page3 .details .item .content {
  width: calc(1070 / 1440 * 100%);
  color: #666666;
  line-height: 1.5;
}

.page3 .details .item .content *{line-height: inherit;max-width: 100%;}

.page3 .details .item .content .t1 {
  margin-bottom: 0.4rem;
}

.page3 .details .item .content .t1 .p1 {
  font-family: "D-DIN-Bold";
  color: #134677;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

.page3 .details .item .content .t1 .p2 {
  font-family: "D-DIN";
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}

.page3 .details .item .content .t1 .p3 {
  font-family: "D-DIN";
  color: #666666;
  line-height: 1.5;
}

.page3 .details .item .content .t1 .img1 {
  margin-top: 0.25rem;
  max-width: 100%;
}

.page3 .details .item .content .t1 .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page3 .details .item .content .t1 .imgBox img {
  width: calc(515 / 1070 * 100%);
  margin-bottom: calc(40 / 1070 * 100%);
}

.page3 .details .item .content form .inp1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page3 .details .item .content form .inp1 .input {
  width: calc(522 / 1070 * 100%);
  position: relative;
}

.page3 .details .item .content form .inp1 .input .xing {
  height: 0.42rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0.28rem, -50%);
          transform: translate(0.28rem, -50%);
}

.page3 .details .item .content form .inp1 .input input {
  margin-bottom: 0.3rem;
  width: 100%;
  height: 0.6rem;
  min-height: 30px;
  border: none;
  background-color: #ffffff;
  border-radius: 5px;
  font-family: "D-DIN";
  padding: 0 0.1rem;
  padding-left: 0.56rem;
  color: #333333;
}

@media (max-width: 1400px) {
  .page3 .details .item .content form .inp1 .input {
    width: 100%;
  }
}

.page3 .details .item .content form .inp2 {
  width: 100%;
  position: relative;
}

.page3 .details .item .content form .inp2 .xing {
  height: 0.42rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #ff0000;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0.28rem, 45%);
          transform: translate(0.28rem, 45%);
}

.page3 .details .item .content form .inp2 textarea {
  margin-bottom: 0.3rem;
  width: 100%;
  height: 1rem;
  border: none;
  background-color: #ffffff;
  border-radius: 5px;
  font-family: "D-DIN";
  padding: 0.1rem;
  padding-left: 0.56rem;
  color: #333333;
}

.page3 .details .item .content form .btnBox {
  padding: 0.3rem 0.56rem;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.page3 .details .item .content form .btnBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page3 .details .item .content form .btnBox .imgBox .p {
  font-family: "D-DIN";
  color: #bbbbbb;
}

.page3 .details .item .content form .btnBox .imgBox .img {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  margin-left: 0.2rem;
}

.page3 .details .item .content form .btnBox .imgBox .img:nth-child(1) {
  margin-left: 0;
}

.page3 .details .item .content form .btnBox .imgBox .img .esc {
  width: 0.18rem;
  height: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #7a6e6e;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}

.page3 .details .item .content form .btnBox .imgBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.page3 .details .item .content form .btnBox .imgBox .img .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.page3 .details .item .content form .btnBox .btn {
  border-radius: 23px;
  background-color: #ffffff;
  padding: 0.15rem 0.45rem;
  font-family: "D-DIN-Bold";
  color: #134677;
}

.page3 .details .item .content form .submit {
  padding: 0.18rem 0.65rem;
  background-color: #134677;
  border-radius: 50px;
  color: #ffffff;
  border: none;
  margin-top: 0.6rem;
  font-family: "D-DIN";
}

@media (max-width: 700px) {
  .page3 .details .item .title {
    width: 100%;
  }
  .page3 .details .item .content {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.page3 .productList {
  padding-bottom: 0.6rem;
}

.page3 .productList .h1 {
  font-family: "D-DIN-Bold";
  color: #333333;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}

.page3 .productList .list {
  margin-top: 0.6rem;
  position: relative;
}

.page3 .productList .list .item {
  width: 100%;
  margin-bottom: 0.4rem;
}

.page3 .productList .list .item:hover .imgBox .btn {
  display: block;
}

.page3 .productList .list .item .imgBox {
  width: 100%;
  height: 2.05rem;
  text-align: center;
  line-height: 2.05rem;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: solid 1px #e5e5e5;
}

.page3 .productList .list .item .imgBox img {
  display: inline-block;
  max-width: 80%;
  max-height: 80%;
}

.page3 .productList .list .item .imgBox .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: rgba(19, 70, 119, 0.9);
  color: #ffffff;
  text-align: center;
  display: none;
}

.page3 .productList .list .item .text {
  font-family: "D-DIN";
  line-height: calc(26 / 18 * 1em);
  margin-top: 0.15rem;
  height: calc(26 / 18 * 2em);
}

.page3 .productList .list .swiper-next {
  width: 0.5rem;
  position: absolute;
  left: 0;
  top: 33%;
  -webkit-transform: translate(-110%, -50%);
          transform: translate(-110%, -50%);
  z-index: 2;
}

.page3 .productList .list .swiper-next .img1 {
  width: 100%;
  display: block;
  opacity: 0.5;
}

.page3 .productList .list .swiper-next:hover .img1 {
  opacity: 1;
}

.page3 .productList .list .swiper-prev {
  width: 0.5rem;
  position: absolute;
  right: 0;
  top: 33%;
  -webkit-transform: translate(110%, -50%);
          transform: translate(110%, -50%);
  z-index: 2;
}

.page3 .productList .list .swiper-prev .img1 {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  opacity: 0.5;
}

.page3 .productList .list .swiper-prev:hover .img1 {
  opacity: 1;
}

@media (max-width: 700px) {
  .page3 .productList .list .swiper-next,
  .page3 .productList .list .swiper-prev {
    display: none;
  }
}

.page4 .banner {
  position: relative;
}

.page4 .banner img {
  width: 100%;
}

.page4 .banner h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "D-DIN-Bold";
  color: #ffffff;
}

.page4 .list {
  padding-bottom: 1.1rem;
}

.page4 .list h1 {
  font-family: "Arial-BoldMT";
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.65rem;
}

.page4 .list .item {
  height: 4.5rem;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
  background-color: #f6f6f6;
}

.page4 .list .item:nth-child(2n + 3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page4 .list .item .imgBox {
  width: 50%; 
  height: 100%;
  overflow: hidden;
}

.page4 .list .item .imgBox:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page4 .list .item .imgBox img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.page4 .list .item .textBox {
  width: 50%;
  padding: 0 calc(50 / 1440 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page4 .list .item .textBox .p1 {
  font-family: "Arial-BoldMT";
  margin-bottom: 0.3rem;
  position: relative;
}

.page4 .list .item .textBox .p1 .sum {
  font-family: "D-DIN-Bold";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  font-style: italic;
  color: rgba(19, 70, 119, 0.1);
}

.page4 .list .item .textBox .p2 {
  font-family: "D-DIN";
  line-height: calc(30 / 16 * 100%);
  display: inline-block;
  height: 9.375em;
  overflow-y: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.page4 .list .item .textBox .p2::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.page4 .list .item .textBox .p2::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  border-radius: 10px;
}

.page4 .list .item .textBox .p2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  background-color: #c6c6cd;
  width: 6px;
}

.page4 .list .item1 {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 0 calc(50 / 1440 * 100%);
  padding-top: 1.1rem;
}

.page4 .list .item1 .textBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page4 .list .item1 .textBox .p1 {
  font-family: "Arial-BoldMT";
  margin-bottom: 0.3rem;
  position: relative;
}

.page4 .list .item1 .textBox .p1 .sum {
  font-family: "D-DIN-Bold";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  font-style: italic;
  color: rgba(19, 70, 119, 0.1);
}

.page4 .list .item1 .textBox .p2 {
  font-family: "D-DIN";
  line-height: calc(30 / 16 * 100%);
  display: inline-block;
}

.page4 .list .item1 .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.4rem;
  padding-bottom: 0.65rem;
}

.page4 .list .item1 .imgBox .img {
  width: calc(645 / 1340 * 100%);
  overflow: hidden;
}

.page4 .list .item1 .imgBox .img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page4 .list .item1 .imgBox img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 900px) {
  .page4 .list .item {
    height: auto;
  }
  .page4 .list .item .imgBox {
    width: 100%;
  }
  .page4 .list .item .textBox {
    width: 100%;
    padding: calc(50 / 1440 * 100%);
  }
  .page4 .list .item .textBox .p2 {
    height: auto;
  }
  .page4 .list .item1 .imgBox img {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page5 .banner {
  position: relative;
}

.page5 .banner img {
  width: 100%;
}

.page5 .banner h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "D-DIN-Bold";
  color: #ffffff;
}

.page5 .product {
  padding-top: 1rem;
  background-color: #f9f9f9;
  padding-bottom: 0.9rem;
}

.page5 .product h1 {
  width: 100%;
  text-align: center;
  font-family: "D-DIN";
  color: #333333;
}

.page5 .product .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.6rem;
}

.page5 .product .list .item {
  width: calc(450 / 1440 * 100%);
  margin-bottom: calc(50 / 1440 * 100%);
  margin-left: calc(45 / 1440 * 100%);
  padding: calc(30 / 1440 * 100%);
  background-color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 10px;
}
.page5 .product .list .item:nth-child(3n + 1){
  margin-left: 0;
}

@media (max-width:700px) {
  .page5 .product .list .item {
    margin-left: 4%;
  }
  .page5 .product .list .item:nth-child(3n + 1){
    margin-left: 4%;
  }
  .page5 .product .list .item:nth-child(2n + 1){
    margin-left: 0;
  }
}

.page5 .product .list .item .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.page5 .product .list .item .p1 {
  font-family: "D-DIN-Bold";
  color: #333333;
  line-height: calc(30 / 24 * 100%);
  margin-top: 0.25rem;
  height: calc(30 / 24 * 2em);
}

.page5 .product .list .item .p2 {
  font-family: "D-DIN";
  color: #666666;
  line-height: calc(30 / 18 * 100%);
  height: calc(30 / 18 * 2em);
  margin-top: 0.1rem;
}

.page5 .product .list .item .p3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
  height: 0.34rem;
}

.page5 .product .list .item .p3 .p4 {
  font-family: "D-DIN";
  color: #666666;
}

.page5 .product .list .item .p3 img {
  width: 0.34rem;
  display: none;
}

.page5 .product .list .item:hover {
  border: solid 1px #134677;
}

.page5 .product .list .item:hover .p3 img {
  display: block;
}

@media (max-width: 700px) {
  .page5 .product .list .item {
    width: 48%;
  }
}

.page5 .product .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}

.page5 .product .pagination .item {
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 0.28rem;
  display: block;
}

.page5 .product .pagination .item:nth-child(1) {
  margin-left: 0;
}

.page5 .product .pagination .item:hover {
  background-color: #134677;
  color: #ffffff;
}

.page5 .product .pagination .item:hover .arrow1 {
  display: none;
}

.page5 .product .pagination .item:hover .arrow2 {
  display: inline-block;
}

.page5 .product .pagination .onItem {
  background-color: #134677;
  color: #ffffff;
}

.page5 .product .pagination .prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page5 .product .pagination .prev .arrow1 {
  display: inline-block;
}

.page5 .product .pagination .prev .arrow2 {
  display: none;
}

.page5 .product .pagination .next .arrow1 {
  display: inline-block;
}

.page5 .product .pagination .next .arrow2 {
  display: none;
}

.page6 .banner {
  position: relative;
}

.page6 .banner img {
  width: 100%;
}

.page6 .banner h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "D-DIN-Bold";
  color: #ffffff;
}

.page6 .newsDetails {
  background-color: #f9f9f9;
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.page6 .newsDetails .details {
  padding: calc(65 / 1440 * 100%);
  padding-bottom: calc(40 / 1440 * 100%);
  background-color: #ffffff;
  border-radius: 10px;
}

.page6 .newsDetails .details h1 {
  font-family: "Arial-BoldMT";
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.page6 .newsDetails .details .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}

.page6 .newsDetails .details .time .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
}

.page6 .newsDetails .details .time .t1 img {
  width: 0.16rem;
  margin-right: 0.1rem;
}

.page6 .newsDetails .details .time .t2 {
  margin-left: 0.8rem;
}

.page6 .newsDetails .details .text {
  padding-top: 0.3rem;
  border-top: 1px solid #eeeeee;
}

.page6 .newsDetails .details .text .p1 {
  font-family: "D-DIN";
  line-height: calc(30 / 18 * 1em);
}

.page6 .newsDetails .details .text .img {
  margin: 0 auto;
  display: block;
}

.page6 .newsDetails .details .text .iconBox {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page6 .newsDetails .details .text .iconBox span {
  color: #333333;
  font-family: "D-DIN-Bold";
}

.page6 .newsDetails .details .text .iconBox .icon img {
  max-height: 0.19rem;
  margin-left: 0.2rem;
}

.page6 .newsDetails .details .text .iconBox .icon img:nth-child(1) {
  display: block;
}

.page6 .newsDetails .details .text .iconBox .icon img:nth-child(2) {
  display: none;
}

.page6 .newsDetails .details .text .iconBox .icon:hover img:nth-child(2) {
  display: block;
}

.page6 .newsDetails .details .text .iconBox .icon:hover img:nth-child(1) {
  display: none;
}

.page6 .newsDetails .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
}

.page6 .newsDetails .btnBox .btn {
  width: calc(700 / 1440 * 100%);
  padding: calc(30 / 1440 * 100%) calc(50 / 1440 * 100%);
  background-color: #ffffff;
  margin-top: 0.3rem;
  display: block;
}

.page6 .newsDetails .btnBox .btn .p1 {
  font-family: "D-DIN-Bold";
  color: #333333;
}

.page6 .newsDetails .btnBox .btn .p2 {
  font-family: "D-DIN";
  color: #888888;
  margin-top: 0.12rem;
}

.page6 .newsDetails .btnBox .btn:hover .p2 {
  color: #333333;
}

@media (max-width: 700px) {
  .page6 .newsDetails .btnBox .btn {
    width: 100%;
  }
}

.page7 .banner {
  position: relative;
}

.page7 .banner img {
  width: 100%;
}

.page7 .banner h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "D-DIN-Bold";
  color: #ffffff;
}

.page7 .contactUs {
  padding-top: 1rem;
}

.page7 .contactUs .content .h1 {
  font-family: "Arial-BoldMT";
  color: #333333;
  margin-bottom: 0.65rem;
}

.page7 .contactUs .content .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page7 .contactUs .content .left .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.45rem;
}

.page7 .contactUs .content .left .tag:nth-child(1) {
  margin-top: 0;
}

.page7 .contactUs .content .left .tag img {
  width: 0.36rem;
  margin-right: 0.35rem;
  margin-top: 0.1rem;
}

.page7 .contactUs .content .left .tag .text {
  line-height: calc(30 / 18 *1em);
}

.page7 .contactUs .content .left .tag .text .p1 {
  font-family: "D-DIN-Bold";
  color: #333333;
}

.page7 .contactUs .content .left .tag .text .p2 {
  font-family: "D-DIN";
  color: #666666;
}

.page7 .contactUs .content .right {
  max-width: calc(870 / 1440 * 100%);
}

.page7 .contactUs .content .right .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.45rem;
}

.page7 .contactUs .content .right .tag:nth-child(1) {
  margin-top: 0;
}

.page7 .contactUs .content .right .tag img {
  width: 0.36rem;
  margin-right: 0.35rem;
  margin-top: 0.1rem;
}

.page7 .contactUs .content .right .tag .text {
  line-height: calc(30 / 18 *1em);
}

.page7 .contactUs .content .right .tag .text .p1 {
  font-family: "D-DIN-Bold";
  color: #333333;
}

.page7 .contactUs .content .right .tag .text .p2 {
  font-family: "D-DIN";
  color: #666666;
}

@media (max-width: 900px) {
  .page7 .contactUs .content .left {
    width: 100%;
  }
  .page7 .contactUs .content .right {
    max-width: 100%;
  }
  .page7 .contactUs .content .right .tag:nth-child(1) {
    margin-top: 0.45rem;
  }
}

.page7 .contactUs .map {
  width: 100%;
  height: 4.5rem;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  border-radius: 10px;
}

.page8 .banner {
  position: relative;
}

.page8 .banner img {
  width: 100%;
}

.page8 .banner h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "D-DIN-Bold";
  color: #ffffff;
}

.page8 .companyIntroduction {
  padding: 1rem 0;
  background-image: url(../images/banner45.png);
  background-size: 100% 100%;
}

.page8 .companyIntroduction h1 {
  font-family: "Arial-BoldMT";
  color: #333333;
  text-align: center;
}

.page8 .companyIntroduction .p1 {
  font-family: "D-DIN";
  color: #555555;
  line-height: calc(30 / 18 * 1em);
  margin-top: 0.3rem;
}

.page8 .companyIntroduction .img {
  width: calc(1100 / 1440 * 100%);
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 0.45rem;
}

.page8 .companyIntroduction .img img {
  width: 100%;
}

.page8 .companyIntroduction .img .btn {
  width: calc(68 / 1100 * 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page8 .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 2.2rem;
  background-image: url(../images/banner46.png);
  background-size: 100% 100%;
}

.page8 .iconBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page8 .iconBox .item .icon {
  width: 0.86rem;
}

.page8 .iconBox .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-left: 0.2rem;
}

.page8 .iconBox .item .text .p1 {
  font-family: "D-DIN-Bold";
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page8 .iconBox .item .text .p2 {
  font-family: "D-DIN";
  color: #ffffff;
}

@media (max-width: 700px) {
  .page8 .iconBox {
    height: auto;
  }
  .page8 .iconBox .item {
    width: 50%;
    margin: 0.2rem 0;
    padding-left: 6%;
  }
}

.page8 .corporateCulture .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  position: relative;
}

.page8 .corporateCulture .box .left {
  width: calc(660 / 1440 * 100%);
  background-image: url(../images/banner48.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 1rem;
  padding-bottom: 0.9rem;
  border-radius: 10px;
}

.page8 .corporateCulture .box .left .p1 {
  font-family: "Arial-BoldMT";
  color: #ffffff;
  text-align: center;
}

.page8 .corporateCulture .box .left .p2 {
  font-family: "D-DIN";
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-top: 0.45rem;
}

.page8 .corporateCulture .box .right {
  width: calc(830 / 1440 * 100%);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .page8 .corporateCulture .box .left {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .page8 .corporateCulture .box .right {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page8 .developmentHistory {
  background-color: #f5f5f5;
}

.page8 .developmentHistory .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
}

.page8 .developmentHistory .box .img {
  width: calc(750 / 1440 * 100%);
  overflow: hidden;
}

.page8 .developmentHistory .box .img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page8 .developmentHistory .box .img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page8 .developmentHistory .box .text {
  width: calc(590 / 1440 * 100%);
}

.page8 .developmentHistory .box .text .p1 {
  font-family: "Arial-BoldMT";
  color: #333333;
  margin-bottom: 0.6rem;
}

.page8 .developmentHistory .box .text .p2 {
  font-family: "D-DIN";
  color: #555555;
  line-height: 2.5;
}

.page8 .developmentHistory .box .text .p2 span {
  line-height: 1;
  margin-right: 0.2rem;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  display: inline-block;
}

@media (max-width: 900px) {
  .page8 .developmentHistory .box img {
    width: 100%;
  }
  .page8 .developmentHistory .box .text {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.searchResult {
  padding: 1rem calc(260 / 1920 * 100%);
}

.searchResult .title span {
  color: #ff1b1b;
}

.searchResult .textBox .item {
  display: block;
  padding: .3rem .25rem;
  border: solid 1px #dcdcdc;
  margin-top: 0.2rem;
}

.searchResult .textBox .item .p1 {
  margin-bottom: 0.2rem;
}

.searchResult .textBox .item .p1 span {
  color: #ff1b1b;
}

.searchResult .textBox .item .p2 span {
  color: #ff1b1b;
}

.searchResult .textBox .item:hover {
  border: solid 1px #dcdcdc00;
  -webkit-box-shadow: 0 0 15px #0000001f;
  box-shadow: 0 0 15px #0000001f;
}

.searchResult .textBox .item:hover .p1 {
  margin-bottom: 0.2rem;
  color: #389bb6;
}

.searchResult .textBox .item:hover .p1 span {
  color: #ff1b1b;
}

.tableWindow {
  width: calc(500 / 1440 * 100%);
  padding-left: calc(50 / 1400 * 100%);
  padding-top: 0.8rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #134677;
  z-index: 20;
  padding: 0.5rem;
  display: none;
}
@media (max-width:1200px) {
  .tableWindow {
    width: 50%
  }
}
@media (max-width:700px) {
  .tableWindow {
    width: 80%
  }
}

.tableWindow .esc {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  color: #ffffff;
  cursor: pointer;
}

.tableWindow .h1 {
  font-family: "D-DIN-Bold";
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.tableWindow .inp1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tableWindow .inp1 .input {
  width: calc(215 / 450 * 100%);
  position: relative;
}

.tableWindow .inp1 .input .xing {
  height: 0.42rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0.1rem, 10%);
          transform: translate(0.1rem, 10%);
}

.tableWindow .inp1 .input input {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.42rem;
  min-height: 30px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  font-family: "D-DIN";
  padding: 0 0.1rem;
  padding-left: 0.28rem;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .tableWindow .inp1 .input {
    width: 100%;
  }
}

.tableWindow .inp2 {
  width: 100%;
  position: relative;
}

.tableWindow .inp2 .xing {
  height: 0.42rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0.1rem, 75%);
          transform: translate(0.1rem, 75%);
}

.tableWindow .inp2 textarea {
  margin-top: 0.2rem;
  width: 100%;
  height: 1rem;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  font-family: "D-DIN";
  padding: 0.1rem;
  padding-left: 0.28rem;
  color: #ffffff;
}

.tableWindow .p1 {
  color: #9f9999;
  font-family: "D-DIN";
  padding: 0.15rem 0;
}

.tableWindow .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tableWindow .btnBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tableWindow .btnBox .imgBox .img {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  margin-left: 0.2rem;
}

.tableWindow .btnBox .imgBox .img:nth-child(1) {
  margin-left: 0;
}

.tableWindow .btnBox .imgBox .img .esc {
  width: 0.18rem;
  height: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #7a6e6e;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}

.tableWindow .btnBox .imgBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.tableWindow .btnBox .imgBox .img .file {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.tableWindow .btnBox .btn {
  border-radius: 23px;
  background-color: #ffffff;
  padding: 0.15rem 0.45rem;
  font-family: "D-DIN-Bold";
  color: #134677;
}

footer {
  background-color: #134677;
}

footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .left {
  width: calc(940 / 1440 * 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .left .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: calc(50 / 940 * 100%);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .left .navBox ul {
  padding-top: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .left .navBox ul:nth-child(1) {
  margin-left: 0;
}

footer .left .navBox .t1 {
  font-family: "D-DIN-Bold";
  color: #ffffff;
  margin-bottom: 0.45rem;
}

footer .left .navBox .t2 {
  font-family: "D-DIN";
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .left .navBox .t2 .imgBox {
  margin-right: 0.1rem;
}

footer .left .navBox .t2 .imgBox img {
  display: inline-block;
  width: 1em;
}

footer .left .statement {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .left .statement .text {
  padding-top: 0.44rem;
  line-height: calc(26 / 16 * 1em);
  font-family: "D-DIN";
  color: rgba(255, 255, 255, 0.5);
}

footer .left .statement .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.5rem;
  padding-top: 0.44rem;
}

footer .left .statement .iconBox .icon img {
  height: 0.18rem;
  margin-left: 0.2rem;
  min-height: 15px;
  opacity: 0.5;
}

footer .left .statement .iconBox .icon:hover img {
  opacity: 1;
}

footer .left .statement .iconBox .icon:nth-child(1) img {
  margin-left: 0;
}

@media (max-width: 1000px) {
  footer .left .statement .text {
    width: 100%;
  }
}

footer .right {
  width: calc(500 / 1440 * 100%);
  padding-left: calc(50 / 1400 * 100%);
  padding-top: 0.8rem;
}

footer .right .h1 {
  font-family: "D-DIN-Bold";
  color: #ffffff;
  margin-bottom: 0.3rem;
}

footer .right .inp1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .right .inp1 .input {
  width: calc(215 / 450 * 100%);
  position: relative;
}

footer .right .inp1 .input .xing {
  height: 0.42rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0.1rem, 10%);
          transform: translate(0.1rem, 10%);
}

footer .right .inp1 .input input {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.42rem;
  min-height: 30px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  font-family: "D-DIN";
  padding: 0 0.1rem;
  padding-left: 0.28rem;
  color: #ffffff;
}

@media (max-width: 1400px) {
  footer .right .inp1 .input {
    width: 100%;
  }
}

footer .right .inp2 {
  width: 100%;
  position: relative;
}

footer .right .inp2 .xing {
  height: 0.42rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0.1rem, 75%);
          transform: translate(0.1rem, 75%);
}

footer .right .inp2 textarea {
  margin-top: 0.2rem;
  width: 100%;
  height: 1rem;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  font-family: "D-DIN";
  padding: 0.1rem;
  padding-left: 0.28rem;
  color: #ffffff;
}

footer .right .p1 {
  color: #9f9999;
  font-family: "D-DIN";
  padding: 0.15rem 0;
}

footer .right .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .right .btnBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .right .btnBox .imgBox .img {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  margin-left: 0.2rem;
}

footer .right .btnBox .imgBox .img:nth-child(1) {
  margin-left: 0;
}

footer .right .btnBox .imgBox .img .esc {
  width: 0.18rem;
  height: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #7a6e6e;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}

footer .right .btnBox .imgBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

footer .right .btnBox .imgBox .img .file {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

footer .right .btnBox .btn {
  border-radius: 23px;
  background-color: #ffffff;
  padding: 0.15rem 0.45rem;
  font-family: "D-DIN-Bold";
  color: #134677;
}

@media (max-width: 900px) {
  footer .left {
    width: 100%;
    border-right: none;
  }
  footer .right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.3rem;
  }
}
/*# sourceMappingURL=css.css.map */