<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import 'iconfont/iconfont.css';
.main {
  position: relative;
  width: 100%;
}
.com-zhe {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  transition: all 0.4s ease;
}
.com-zhe2 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 2;
  transition: all 0.4s ease;
}
.trt-04 {
  transition: all 0.4s ease;
}
.trt-08 {
  transition: all 0.8s ease;
}
.trf-105 {
  transform: scale(1.05);
}
.te-tr {
  text-transform: uppercase;
}
.fs-0 {
  font-size: 0;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fs-38 {
  font-size: 38px;
}
.fs-40 {
  font-size: 40px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.lh-20 {
  line-height: 20px;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-26 {
  line-height: 26px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}
.lh-32 {
  line-height: 32px;
}
.lh-34 {
  line-height: 34px;
}
.lh-36 {
  line-height: 36px;
}
.lh-40 {
  line-height: 40px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.z-1 {
  z-index: -1;
}
.z-2 {
  z-index: 2;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-100 {
  z-index: 100;
}
.ov-hi {
  overflow: hidden;
}
.di-bl {
  display: block;
}
.di-no {
  display: none;
}
.di-in {
  display: inline-block;
}
.wi-100 {
  width: 100%;
}
.he-100 {
  height: 100%;
}
.he-au {
  height: auto;
}
.wi-au {
  width: auto;
}
.si-all {
  width: 100%;
  height: 100%;
}
.mawi-100 {
  max-width: 100%;
}
.mahe-100 {
  max-height: 100%;
}
.fw-bo {
  font-weight: bold;
}
.fw-no {
  font-weight: normal;
}
.va-to {
  vertical-align: top;
}
.va-mi {
  vertical-align: middle;
}
.va-bo {
  vertical-align: bottom;
}
.po-re {
  position: relative;
}
.po-ab {
  position: absolute;
}
.po-fi {
  position: fixed;
}
.ta-le {
  text-align: left;
}
.ta-ce {
  text-align: center;
}
.ta-ri {
  text-align: right;
}
.ta-ju {
  text-align: justify;
}
.cu-po {
  cursor: pointer;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 1;
}
.trf-no {
  transform: none;
}
.co-0 {
  color: #000000;
}
.co-3 {
  color: #333333;
}
.co-6 {
  color: #666666;
}
.co-9 {
  color: #999999;
}
.co-f {
  color: #ffffff;
}
.bora-50 {
  border-radius: 50%;
}
.ov-slh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@font-face {
  font-family: myfont1;
  src: url('../fonts/NOTOSANSHANS-REGULAR.OTF');
}
@font-face {
  font-family: myfont2;
  src: url('../fonts/GOTHICB.TTF');
}
.myfont1 {
  font-family: myfont1;
}
.myfont2 {
  font-family: myfont2;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #666666;
  min-width: 1280px;
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
  font-family: myfont1;
  cursor: url(../images/quan1_03.png), auto;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
a,
div {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.clearfix:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.com-blo {
  font-size: 0;
  position: relative;
}
.com-101 {
  width: 101%;
  margin: 0 0 0 -0.5%;
}
.com-102 {
  width: 102%;
  margin: 0 0 0 -1%;
}
.com-104 {
  width: 104%;
  margin: 0 0 0 -2%;
}
.blo-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}
.img-box {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}
.a-big {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.img-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
/*修改input的placeholder颜色*/
.com-input::-webkit-input-placeholder {
  color: #546a6b;
}
.com-input::-moz-placeholder {
  color: #546a6b;
}
.com-input:-moz-placeholder {
  color: #546a6b;
}
.com-input:-ms-input-placeholder {
  color: #546a6b;
}
/*改变滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  border-radius: 4px;
}
.scr1::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}
.com-bjq * {
  max-width: 100%;
}
.com-bjq-16 {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp1 {
  animation-name: fadeInUp1;
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown1 {
  animation-name: fadeInDown1;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft1 {
  animation-name: fadeInLeft1;
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight1 {
  animation-name: fadeInRight1;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.zoomIn1 {
  animation-name: zoomIn1;
}
@keyframes zoomIn2 {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.zoomIn2 {
  animation-name: zoomIn2;
}
.loading {
  position: fixed;
  z-index: 101;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading .dx1 {
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 5px;
  background: #ffffff;
}
.loading .im1 {
  position: absolute;
  width: 220px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -110px;
}
.conta {
  width: 88%;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.conta2 {
  width: 700px;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.com-more1 {
  text-align: center;
  color: #000000;
  cursor: pointer;
  padding: 3vw 0 7vw;
}
.com-more1 i {
  font-size: 30px;
}
.com-mo {
  display: none !important;
}
.com-bt1 {
  zoom: 1;
  /*这个属性是为了兼容IE*/
  padding: 2vw 0 1vw;
}
.com-bt1:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.com-bt1 .dfl {
  float: left;
  color: #888888;
  font-size: 18px;
}
.com-bt1 .dfl .sp1 {
  font-size: 2.6vw;
  color: #000000;
  font-family: myfont2;
}
.com-bt1 .dfr {
  float: right;
  font-size: 16px;
  padding: 1.5vw 0 0;
}
.com-bt1 .dfr .a1 {
  color: #000000;
  font-family: myfont2;
}
.com-bt1 .dfr .a1:hover {
  color: #182e62;
}
.com-bt1 .dfr .a1 i {
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
  margin: 0 0.8vw 0 0;
}
.com-bt1 .dfr .list1 a {
  color: #999999;
  margin: 0 0 0 1.6vw;
}
.com-bt1 .dfr .list1 a:hover,
.com-bt1 .dfr .list1 a.ac {
  color: #000000;
}
.com-fenye1 {
  border-top: 1px solid #000000;
  zoom: 1;
  /*这个属性是为了兼容IE*/
  position: relative;
  padding: 1.2vw 0 0;
  font-size: 16px;
  font-family: myfont2;
}
.com-fenye1:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.com-fenye1 a {
  color: #000000;
}
.com-fenye1 i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 6px 0;
}
.com-fenye1 .dz {
  float: left;
}
.com-fenye1 .d-all {
  position: absolute;
  width: 30%;
  left: 35%;
  top: 1.2vw;
  text-align: center;
}
.com-fenye1 .dy {
  float: right;
}
.com-fenye2 {
  text-align: center;
  font-size: 18px;
}
.com-fenye2 a {
  margin: 0 10px;
}
.com-fenye2 a.ac,
.com-fenye2 a:hover {
  color: #182e62;
}
.com-share {
  margin: 20px 0 0;
}
.com-share a {
  font-size: 32px !important;
  color: #000000 !important;
  padding-left: 0 !important;
  line-height: inherit !important;
  height: auto !important;
  background: none !important;
  margin: 0 10px 0 0 !important;
}
.search {
  padding: 4vw 0;
  border-top: 1px solid #cccccc;
}
.search .dt1 {
  font-size: 30px;
  color: #000000;
}
.search .dt1 span {
  margin: 0 5px;
  color: #182e62;
}
.search .dsha {
  margin: 1vw 0 0;
}
.search .dsha .dpai {
  display: block;
  border-bottom: 1px dashed #cccccc;
  padding: 1vw 0;
  font-size: 18px;
}
.search .dsha .dpai:hover {
  color: #182e62;
}
.search .dxia {
  margin: 3vw 0 0;
}
.header {
  height: 120px;
  line-height: 120px;
  background: #ffffff;
  transition: all 0.4s ease;
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}
.header .conta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .he-logo .a-big {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .he-logo .a-big img {
  height: 5vw;
  margin: 0 0 0 -2.6vw;
}
.header .he-fr .he-nav {
  display: inline-block;
  font-size: 16px;
  color: #dddddd;
}
.header .he-fr .he-nav a {
  color: #000000;
  display: inline-block;
  margin: 0 26px;
}
.header .he-fr .he-nav a.ac,
.header .he-fr .he-nav a:hover {
  color: #182e62;
}
.header .he-fr .he-sear {
  display: inline-block;
  margin: 0 0 0 50px;
}
.header .he-fr .he-sear i {
  font-size: 20px;
  cursor: pointer;
}
.header .he-fr .head-mocai {
  display: none;
  width: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.header .he-fr .head-mocai span {
  border-top: 2px solid #000;
  display: block;
  transition: all 0.4s ease;
  width: 100%;
  margin: 0 0 5px;
}
.header .he-fr .head-mocai .s1 {
  transform-origin: left top;
  transform: rotateZ(0deg);
}
.header .he-fr .head-mocai .s3 {
  transform-origin: left bottom;
  transform: rotateZ(0deg);
}
.header .he-fr .head-mocai.zhuan .s1 {
  transform: rotateZ(45deg);
}
.header .he-fr .head-mocai.zhuan .s2 {
  opacity: 0;
}
.header .he-fr .head-mocai.zhuan .s3 {
  transform: rotateZ(-45deg);
}
.app {
  padding: 120px 0 0;
  transition: all 0.4s ease;
}
.app.sc {
  padding: 80px 0 0;
}
.app.sc .header {
  height: 80px;
  line-height: 80px;
}
/*搜索*/
.com-sear {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 202;
}
.com-sear .sear-top {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 200px;
  box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.25);
  animation: fadeInDown 0.6s ease-in-out;
}
.com-sear .sear-top .form1 {
  width: 100%;
  position: relative;
  padding: 70px 80px 0;
}
.com-sear .sear-top .form1 .btn-sub {
  position: absolute;
  left: 0;
  top: 68px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.com-sear .sear-top .form1 .btn-sub i {
  font-size: 36px;
}
.com-sear .sear-top .form1 .inp1 {
  font-size: 32px;
  width: 100%;
  border: none;
  outline: none;
}
.com-sear .sear-top .form1 .i-cha {
  cursor: pointer;
  position: absolute;
  top: 72px;
  right: 0;
  font-size: 38px;
}
.footer {
  background: #000000;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer .fo-top {
  padding: 5vw 0 4vw;
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.footer .fo-top:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.footer .fo-top .dfl {
  float: left;
}
.footer .fo-top .dfl .dp1 img {
  height: 50px;
}
.footer .fo-top .dfl .dp2 {
  font-size: 30px;
  margin: 1.4vw 0 0;
}
.footer .fo-top .dfl .dp3 {
  line-height: 32px;
}
.footer .fo-top .dfl .dp-share {
  margin: 1.4vw 0 0;
}
.footer .fo-top .dfl .dp-share a {
  margin: 0 0.6vw 0 0;
}
.footer .fo-top .dfl .dp-share a i {
  font-size: 20px;
}
.footer .fo-top .dfr {
  float: right;
  text-align: center;
  padding: 2vw 0 0;
}
.footer .fo-top .dfr .fo-nav {
  font-size: 20px;
}
.footer .fo-top .dfr .fo-nav a {
  display: block;
  margin: 0 0 1vw;
}
.footer .fo-top .dfr .ewm1 {
  width: 100px;
  margin: 0.6vw 0 0;
}
.footer .fo-bot {
  border-top: 1px solid #aaa;
  zoom: 1;
  /*这个属性是为了兼容IE*/
  padding: 1.3vw 0 2vw;
  font-size: 12px;
}
.footer .fo-bot:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.footer .fo-bot .dfl {
  float: left;
}
.footer .fo-bot .dfr {
  float: right;
}
.footer .fo-bot .dfr .back-top {
  cursor: pointer;
}
.footer .fo-bot .dfr .back-top i {
  font-size: 20px;
}
.inde-ban {
  height: 44vw;
  border-bottom: 1px solid #000000;
}
.inde-ban .inde-sw1 .swiper-slide {
  padding: 0 0 4.3vw;
}
.inde-ban .inde-sw1 .swiper-slide .dsha {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inde-ban .inde-sw1 .swiper-slide .dsha .img-box {
  transform: scale(1.1);
  transition: all 6s 0.5s linear;
}
.inde-ban .inde-sw1 .swiper-slide .dsha:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  transition: all 0.4s ease;
}
.inde-ban .inde-sw1 .swiper-slide .dsha .dwen {
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
  display: none !important;
}
.inde-ban .inde-sw1 .swiper-slide .dsha .dwen .dp1 {
  color: #ffffff;
  font-size: 2.5vw;
  padding: 0 12% 0 4%;
  transform: translateY(-2vw);
  transition: all 1s 0.4s ease;
  opacity: 0;
}
.inde-ban .inde-sw1 .swiper-slide .dsha .dwen .dx1 {
  border-top: 1px solid #ffffff;
  opacity: 0.4;
  margin: 1vw 0;
  width: 0;
  transition: all 1s ease;
}
.inde-ban .inde-sw1 .swiper-slide .dsha .dwen .dp2 {
  padding: 0 12% 0 4%;
  color: #c9c9c9;
  font-size: 16px;
  transform: translateY(1vw);
  transition: all 1s 0.4s ease;
  opacity: 0;
}
.inde-ban .inde-sw1 .swiper-slide .dsha .dwen2 {
  text-align: center;
  border-radius: 50%;
  width: 7vw;
  height: 7vw;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  top: 50%;
  margin: -3.5vw 0 0;
  right: 4%;
  position: absolute;
  text-transform: uppercase;
  display: none !important;
  padding: 1.8vw 0 0;
  transform: scale(0.6);
  transition: all 1s 0.6s ease;
  opacity: 0;
}
.inde-ban .inde-sw1 .swiper-slide .dsha .dwen2 b {
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  margin: 0.4vw auto;
}
.inde-ban .inde-sw1 .swiper-slide .dxia {
  position: absolute;
  width: 40%;
  height: 4.3vw;
  line-height: 4.3vw;
  left: 30%;
  bottom: -8vw;
  text-align: center;
  color: #000000;
  transition: all 0.8s ease;
}
.inde-ban .inde-sw1 .swiper-slide .dxia .sp1 {
  font-size: 1.4vw;
  font-weight: bold;
  vertical-align: middle;
}
.inde-ban .inde-sw1 .swiper-slide .dxia i {
  font-size: 1.4vw;
  vertical-align: middle;
}
.inde-ban .inde-sw1 .swiper-slide .dxia .sp2 {
  font-size: 0.8vw;
  vertical-align: middle;
}
.inde-ban .inde-sw1 .swiper-slide-active .dsha .img-box {
  transform: none;
}
.inde-ban .inde-sw1 .swiper-slide-active .dsha .dwen .dp1 {
  transform: none;
  opacity: 1;
}
.inde-ban .inde-sw1 .swiper-slide-active .dsha .dwen .dx1 {
  width: 100%;
}
.inde-ban .inde-sw1 .swiper-slide-active .dsha .dwen .dp2 {
  transform: none;
  opacity: 1;
}
.inde-ban .inde-sw1 .swiper-slide-active .dsha .dwen2 {
  transform: none;
  opacity: 1;
}
.inde-ban .inde-sw1 .swiper-slide-active .dxia {
  bottom: -4vw;
}
.inde-ban .inde-sw1 .com-swbtn .swbtn {
  position: absolute;
  bottom: 1.4vw;
  cursor: pointer;
  z-index: 5;
  color: #000000;
}
.inde-ban .inde-sw1 .com-swbtn .swbtn i {
  font-size: 1.4vw;
}
.inde-ban .inde-sw1 .com-swbtn .swiper-prev {
  left: 0;
}
.inde-ban .inde-sw1 .com-swbtn .swiper-next {
  right: 0;
}
.inde-pro {
  margin: 2vw 0 0;
}
.inde-pro .box1 .blo-box {
  width: 32.3%;
  margin: 0 0.5% 1%;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.inde-pro .box1 .blo-box:hover .dxia {
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
}
.inde-pro .box1 .blo-box:hover .dxia .dimg img {
  transform: scale(1.05);
  filter: none;
}
.inde-pro .box1 .blo-box:hover .dxia .dimg:before {
  opacity: 0;
}
.inde-pro .box1 .blo-box:hover .dxia .dimg .img-box {
  transform: scale(1.05);
  opacity: 1;
}
.inde-pro .box1 .blo-box .a-big {
  color: #000000;
}
.inde-pro .box1 .blo-box .dsha {
  font-size: 18px;
  height: 55px;
  padding: 5px 0 0;
}
.inde-pro .box1 .blo-box .dxia {
  border: 3px solid transparent;
  transition: all 0.4s ease;
}
.inde-pro .box1 .blo-box .dxia .dimg {
  height: 20vw;
  overflow: hidden;
  position: relative;
}
.inde-pro .box1 .blo-box .dxia .dimg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 2;
  transition: all 0.4s ease;
}
.inde-pro .box1 .blo-box .dxia .dimg .img-box {
  opacity: 0.9;
}
.inde-pro .box1 .blo-box .dxia .dimg img {
  height: 100%;
  transition: all 0.4s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.inde-pro .box1 .blo-box .dxia .dnei {
  padding: 15px 4% 35px;
}
.inde-pro .box1 .blo-box .dxia .dnei .dp2 {
  font-size: 26px;
  font-weight: bold;
}
.inde-pro .box1 .blo-box .dxia .dnei .dp3 {
  font-size: 16px;
  font-family: myfont2;
}
.inde-new {
  padding: 0 0 8vw;
}
.inde-new .box1 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3vw 0;
}
.inde-new .box1:hover .dp4 i {
  transform: translateX(1vw);
}
.inde-new .box1 .dz {
  float: left;
  width: 60%;
}
.inde-new .box1 .dz .dp1 {
  font-size: 1vw;
  color: #999999;
}
.inde-new .box1 .dz .dp2 {
  font-size: 1.4vw;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0.8vw 0 1.5vw;
}
.inde-new .box1 .dz .dp2:hover {
  color: #182e62;
}
.inde-new .box1 .dz .dp3 {
  font-size: 16px;
  line-height: 34px;
  max-height: 66px;
  overflow: hidden;
}
.inde-new .box1 .dz .dp4 {
  color: #000000;
  margin: 0.8vw 0 1.8vw;
}
.inde-new .box1 .dz .dp4 i {
  font-size: 1.4vw;
  transition: all 0.4s ease;
  display: block;
}
.inde-new .box1 .dz .dp5 {
  color: #000000;
}
.inde-new .box1 .dz .dp5 i {
  font-size: 1.4vw;
}
.inde-new .box1 .dy {
  float: right;
  width: 30%;
  height: 15vw;
  overflow: hidden;
  position: relative;
}
.inde-new .box1 .dy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  transition: all 0.4s ease;
}
.inde-new .box1 .dy:hover .img-box {
  transform: scale(1.05);
}
.inde-new .box2 {
  border-bottom: 1px solid #000000;
}
.inde-new .box2 .blo-box {
  width: 50%;
  padding: 1.5vw 2vw 1.5vw 0;
  color: #000000;
  font-size: 18px;
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.inde-new .box2 .blo-box:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.inde-new .box2 .blo-box:hover {
  color: #182e62;
}
.inde-new .box2 .blo-box .i1 {
  font-size: 26px;
  vertical-align: middle;
}
.inde-new .box2 .blo-box .sp1 {
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 76%;
}
.inde-new .box2 .blo-box .sp2 {
  color: #999999;
  float: right;
  margin: 0.2vw 0 0;
}
.case .dn-top .dfr .cai-list {
  width: 22vw;
  margin: -6px 0 0;
  position: relative;
}
.case .dn-top .dfr .cai-list .dsha {
  width: 100%;
  padding: 0.6vw 2vw;
  font-size: 3.7vw;
  position: relative;
}
.case .dn-top .dfr .cai-list .dsha .i1 {
  display: inline-block;
  transition: all 0.4s ease;
  font-size: 4.2vw;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -2.1vw 0 0;
}
.case .dn-top .dfr .cai-list .dsha.change .i1 {
  transform: rotate(180deg);
}
.case .dn-top .dfr .cai-list .dxia {
  width: 100%;
  position: absolute;
  top: 99%;
  left: 0;
  border: 1px solid #cccccc;
  z-index: 5;
  background: #fff;
  display: none;
  font-size: 3.2vw;
  opacity: 0.8;
}
.case .dn-top .dfr .cai-list .dxia a {
  display: block;
  padding: 2px 5px;
}
.case .dn-top .dfr .cai-list .dxia a:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.case .dn-top .dfr .cai-list .dxia a.ac {
  color: #000000;
}
.case .dn-mid {
  text-align: right;
  border-top: 1px solid #000000;
  padding: 1.3vw 0;
  color: #000000;
}
.case .dn-mid i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  color: #999999;
}
.case .dn-mid i.ac {
  color: #000000;
}
.case .dn-mid .i1 {
  margin: -0.16vw 0.2vw 0;
}
.case .dn-bot {
  margin: 1vw 0 0;
}
.case .dn-bot .blo-box {
  width: 32.3%;
  margin: 0 0.5% 1%;
}
.case .dn-bot .blo-box:hover .dsha .img-box {
  transform: scale(1.05);
  opacity: 1;
}
.case .dn-bot .blo-box:hover .dsha:before {
  opacity: 0;
}
.case .dn-bot .blo-box:hover .dsha .im1 {
  transform: scale(1.05);
  filter: none;
}
.case .dn-bot .blo-box:hover .dsha .dp1 {
  opacity: 1;
  bottom: 0;
}
.case .dn-bot .blo-box .dsha {
  height: 20vw;
  position: relative;
  overflow: hidden;
}
.case .dn-bot .blo-box .dsha .im1 {
  height: 100%;
  transition: all 0.4s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.case .dn-bot .blo-box .dsha:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 2;
  transition: all 0.4s ease;
}
.case .dn-bot .blo-box .dsha .img-box {
  opacity: 0.9;
}
.case .dn-bot .blo-box .dsha .dp1 {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: -2vw;
  color: #ffffff;
  padding: 0.5vw 5%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.case .dn-bot .blo-box .dxia {
  padding: 0.8vw 0;
}
.case .dn-bot .blo-box .dxia .dp1 {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .dn-bot .blo-box .dxia .dp1:hover {
  color: #182e62;
}
.case .dn-bot .blo-box .dxia .dp2 {
  font-size: 16px;
  margin: 0.4vw 0 0;
  font-family: myfont2;
  color: #333333;
}
.case-more .dtop {
  font-size: 30px;
  color: #000000;
}
.case-more .dbot {
  margin: 3vw 0 0;
}
.casexq {
  padding: 0 0 8vw;
}
.casexq .dn-top {
  font-size: 16px;
  padding: 0 0 4vw;
}
.casexq .dn-top a {
  font-family: myfont2;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
}
.casexq .dn-top a i {
  font-size: 20px;
  margin: 0 0.2vw 0 0;
}
.casexq .dn-mid .dsha {
  padding: 0 0 2vw;
}
.casexq .dn-mid .dsha .dp1 {
  color: #000000;
  font-size: 2vw;
}
.casexq .dn-mid .dsha .dp2 {
  font-size: 16px;
  margin: 0.4vw 0 0;
  font-family: myfont2;
}
.casexq .dn-mid .dxia {
  height: 40vw;
  position: relative;
  overflow: hidden;
}
.casexq .dn-mid .dxia .inde-sw1 .swiper-slide {
  text-align: center;
  overflow: hidden;
  padding: 5%;
}
.casexq .dn-mid .dxia .inde-sw1 .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  transition: all 0.4s ease;
}
.casexq .dn-mid .dxia .inde-sw1 .swiper-slide .im1 {
  max-width: 100%;
  max-height: 100%;
  min-height: 96%;
}
.casexq .dn-mid .dxia .inde-sw1 .sl1 {
  padding: 0;
}
.casexq .dn-mid .dxia .swbtn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ccc;
  border-radius: 50%;
  top: 50%;
  margin: -20px 0 0;
  z-index: 6;
  text-align: center;
  color: #000000;
  cursor: pointer;
  transition: all 0.4s ease;
}
.casexq .dn-mid .dxia .swbtn i {
  font-size: 16px;
}
.casexq .dn-mid .dxia .swbtn:hover {
  background: #000000;
  color: #ffffff;
}
.casexq .dn-mid .dxia .swiper-prev {
  left: 16px;
}
.casexq .dn-mid .dxia .swiper-next {
  right: 16px;
}
.casexq .dn-bot {
  padding: 4vw 5% 0;
}
.casexq .dn-bot .dsha {
  margin: 0 0 8vw;
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.casexq .dn-bot .dsha:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.casexq .dn-bot .dsha .dz {
  width: 55%;
  float: left;
}
.casexq .dn-bot .dsha .dz .dx1 {
  border-top: 3px solid #000000;
  width: 2vw;
}
.casexq .dn-bot .dsha .dz .dp1 {
  color: #000000;
  font-size: 38px;
  margin: 1.5vw 0;
}
.casexq .dn-bot .dsha .dz .com-bjq {
  text-align: justify;
  line-height: 30px;
}
.casexq .dn-bot .dsha .dy {
  float: right;
  padding: 3vw 0 0;
}
.casexq .dn-bot .dsha .dy .dpai {
  margin: 0 0 1vw;
}
.casexq .dn-bot .dsha .dy .dpai .dp1 {
  color: #999999;
}
.casexq .dn-bot .dsha .dy .dpai .dp2 {
  color: #333333;
  margin: 0.2vw 0 0;
}
.casexq .dn-bot .dxia .dn-share {
  margin: 0 0 4vw;
}
.casexq .dn-bot .dxia .dn-share .dp1 {
  color: #000000;
}
.newsxq .dn-bot {
  padding: 4vw 0 0;
}
.newsxq .dn-bot .dsha {
  margin: 0 0 3vw;
}
.newsxq .dn-bot .dsha .dz {
  width: 100% !important;
}
.newsxq .dn-bot .dsha .dz .dx1 {
  display: none;
}
.newsxq .dn-bot .dsha .dz .dp1 {
  text-align: center;
}
.newsxq .dn-bot .dsha .dz .dp2 {
  text-align: right;
  margin: -0.8vw 0 1.5vw;
  font-size: 16px;
}
.newsxq .dn-bot .dsha .dz .com-bjq {
  max-height: inherit !important;
}
.news {
  padding: 0 0 4vw;
}
.news .dn-mid {
  border-top: 1px solid #000000;
  padding: 3vw 0 0;
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.news .dn-mid:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.news .dn-mid .dt1 {
  color: #000000;
  font-size: 38px;
  margin: 0 0 1.5vw;
}
.news .dn-mid .dfl {
  float: left;
  width: 65%;
}
.news .dn-mid .dfl .dlist .dpai {
  display: block;
  overflow: hidden;
  margin: 0 0 1.2vw;
}
.news .dn-mid .dfl .dlist .dpai:hover .dz .img-box {
  transform: scale(1.05);
}
.news .dn-mid .dfl .dlist .dpai .dz {
  width: 26%;
  float: left;
  height: 10vw;
  line-height: 10vw;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.news .dn-mid .dfl .dlist .dpai .dz:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  transition: all 0.4s ease;
}
.news .dn-mid .dfl .dlist .dpai .dz img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.news .dn-mid .dfl .dlist .dpai .dy {
  width: 71%;
  float: right;
  height: 10vw;
  overflow: hidden;
  padding: 1vw 0 0;
  border-bottom: 1px solid #c9c9c9;
}
.news .dn-mid .dfl .dlist .dpai .dy .dp1 {
  font-size: 1vw;
  color: #999999;
}
.news .dn-mid .dfl .dlist .dpai .dy .dp2 {
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.6vw;
  margin: 0.2vw 0 1vw;
}
.news .dn-mid .dfl .dlist .dpai .dy .dp2:hover {
  color: #182e62;
}
.news .dn-mid .dfl .dlist .dpai .dy .dp3 {
  font-size: 0.9vw;
  line-height: 1.6vw;
}
.news .dn-mid .dfr {
  float: right;
  width: 32%;
  background: #FAFAFA;
  padding: 2vw 2.5vw 0;
}
.news .dn-mid .dfr .dlist .dpai {
  display: block;
  padding: 1.5vw 0;
}
.news .dn-mid .dfr .dlist .dpai:not(:last-of-type) {
  border-bottom: 1px solid #c9c9c9;
}
.news .dn-mid .dfr .dlist .dpai .dp1 img {
  width: 100%;
  display: block;
}
.news .dn-mid .dfr .dlist .dpai .dp2 {
  font-size: 1.4vw;
  line-height: 2vw;
  color: #000000;
  margin: 1vw 0 0;
}
.news .dn-mid .dfr .dlist .dpai .dp2:hover {
  color: #182e62;
}
.com-bg1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact {
  padding: 0 0 8vw;
}
.contact .dn-mid {
  height: 35vw;
  margin: 2vw 0 5vw;
  position: relative;
  background: #f9f9f9;
}
.contact .dn-mid .swit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .dn-mid .swit.ac {
  z-index: 5;
}
.contact .dn-mid .swit2 #allmap {
  width: 100%;
  height: 100%;
}
.contact .dn-mid .swit2 #allmap .dn-dz {
  width: 15.5vw;
}
.contact .dn-mid .swit2 #allmap .a-to {
  display: block;
  text-align: right;
  color: #182e62;
}
.contact .dn-mid .a-back {
  position: absolute;
  width: 5vw;
  height: 5vw;
  overflow: hidden;
  border-radius: 50%;
  left: 2vw;
  bottom: 2vw;
  cursor: pointer;
  z-index: 2;
}
.contact .dn-mid .a-back img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact .dn-bot {
  padding: 0 5%;
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.contact .dn-bot:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.contact .dn-bot .dt1 {
  color: #000000;
  font-size: 38px;
  margin: 0 0 2vw;
}
.contact .dn-bot .dz {
  width: 40%;
  float: left;
}
.contact .dn-bot .dz .tab1 {
  width: 100%;
  color: #000000;
}
.contact .dn-bot .dz .tab1 td {
  padding: 0 0 1vw;
}
.contact .dn-bot .dz .tab1 td:nth-of-type(1) {
  font-weight: bold;
  font-size: 18px;
  width: 110px;
}
.contact .dn-bot .dz .tab1 td:nth-of-type(2) {
  font-size: 16px;
}
.contact .dn-bot .dz .tab1 td .ewm1 {
  width: 120px;
}
.contact .dn-bot .dy {
  float: right;
  width: 55%;
}
.contact .dn-bot .dy .form1 .dpai {
  zoom: 1;
  /*这个属性是为了兼容IE*/
  position: relative;
  margin: 0 0 2vw;
}
.contact .dn-bot .dy .form1 .dpai:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.contact .dn-bot .dy .form1 .dpai .dfen {
  float: left;
  width: 49%;
  position: relative;
}
.contact .dn-bot .dy .form1 .dpai .dfen:nth-of-type(even) {
  float: right;
}
.contact .dn-bot .dy .form1 .dpai .inp1 {
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding: 0 0 1vw 40px;
  outline: none;
}
.contact .dn-bot .dy .form1 .dpai .inp1:focus {
  border-bottom: 1px solid #182e62;
}
.contact .dn-bot .dy .form1 .dpai .inpc {
  padding: 0 0 1vw 55px;
}
.contact .dn-bot .dy .form1 .dpai .text1 {
  margin: 1vw 0 0;
  padding: 0;
}
.contact .dn-bot .dy .form1 .dpai .sp1 {
  position: absolute;
  left: 0;
  top: -0.1vw;
  color: #000000;
  font-size: 16px;
}
.contact .dn-bot .dy .form1 .dpai .dp1 {
  color: #000000;
  font-size: 16px;
}
.contact .dn-bot .dy .form1 .dpai .btn-s {
  background: transparent;
  cursor: pointer;
  color: #000000;
}
.contact .dn-bot .dy .form1 .dpai .btn-s:hover {
  color: #182e62;
}
.contact .dn-bot .dy .form1 .dpai .btn-s i {
  font-size: 20px;
  margin: 0 0.5vw 0 0;
  vertical-align: middle;
}
.about .box1 .dn-bot {
  zoom: 1;
  /*这个属性是为了兼容IE*/
  position: relative;
  padding: 9vw 0 0;
  margin: 2vw 0 0;
  overflow: hidden;
}
.about .box1 .dn-bot:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.about .box1 .dn-bot .dfl {
  float: left;
  width: 46%;
  height: 26vw;
  position: relative;
}
.about .box1 .dn-bot .dfl .abou-sw1 {
  overflow: visible;
}
.about .box1 .dn-bot .dfl .abou-sw1 .swiper-slide {
  transition: all 0.8s ease;
}
.about .box1 .dn-bot .dfl .abou-sw1 .swiper-slide-prev {
  transform: scaleX(0.88);
  opacity: 0.4;
}
.about .box1 .dn-bot .dfl .com-swbtn .swbtn {
  position: absolute;
  cursor: pointer;
  outline: none;
  width: 2vw;
  height: 2vw;
  line-height: 2vw;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  right: -4.5vw;
  z-index: 5;
}
.about .box1 .dn-bot .dfl .com-swbtn .swbtn:hover {
  color: #ffffff;
  background: #182e62;
}
.about .box1 .dn-bot .dfl .com-swbtn .swbtn i {
  font-size: 20px;
}
.about .box1 .dn-bot .dfl .com-swbtn .swiper-prev {
  top: -5vw;
}
.about .box1 .dn-bot .dfl .com-swbtn .swiper-next {
  bottom: 4vw;
}
.about .box1 .dn-bot .dfr {
  float: right;
  width: 46%;
  height: 26vw;
}
.about .box1 .dn-bot .dfr .abou-sw2 {
  padding: 1vw 0 0;
  overflow: visible;
}
.about .box1 .dn-bot .dfr .abou-sw2 .dwen {
  color: #000000;
}
.about .box1 .dn-bot .dfr .abou-sw2 .dwen .dp1 {
  font-size: 1.3vw;
}
.about .box1 .dn-bot .dfr .abou-sw2 .dwen .dp2 {
  font-size: 2.2vw;
  margin: 0.4vw 0 0;
}
.about .box1 .dn-bot .dfr .abou-sw2 .dwen .dp3 {
  font-size: 1.1vw;
  margin: 1vw 0 0;
}
.about .box1 .dn-bot .dfr .abou-sw2 .dwen .com-bjq {
  font-size: 0.9vw;
  line-height: 1.6vw;
  text-align: justify;
  color: #333333;
  margin: 1vw 0 0;
  max-height: 10vw;
  overflow-y: auto;
  padding: 0 5px 0 0;
}
.about .box1 .dn-bot .dfr .abou-sw2 .swiper-slide {
  opacity: 0.4;
}
.about .box1 .dn-bot .dfr .abou-sw2 .swiper-slide-active {
  opacity: 1;
}
.about .box2 {
  padding: 4vw 0 6vw;
}
.about .box2 .dn-bot {
  height: 32vw;
  margin: 2vw 0 0;
  position: relative;
}
.about .box2 .dn-bot:before {
  content: '';
  height: 100%;
  background: #ffffff;
  left: -6vw;
  top: 0;
  width: 6vw;
  z-index: 5;
  position: absolute;
}
.about .box2 .dn-bot .abou-sw3 {
  padding: 0 0 4vw;
  overflow: visible;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide {
  height: 88%;
  width: 17.5vw;
  padding: 0 3vw 0 0;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide:nth-of-type(3n+1) {
  margin: 2% 0 0;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide:nth-of-type(3n+2) {
  margin: 3.8% 0 0;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei {
  padding: 3vw 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei:hover .dp2 .dwen .bg1 {
  transform: none;
  opacity: 1;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei:hover .dp2 .dwen .dn1 {
  bottom: 3%;
  opacity: 1;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dx1 {
  border-top: 2px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp1 {
  color: #999999;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.7vw;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp1 .sp1 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp2 .dwen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp2 .dwen .bg1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transform: scale(0.8);
  transition: all 0.4s ease;
  opacity: 0;
}
.about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp2 .dwen .dn1 {
  position: absolute;
  width: 86%;
  bottom: -3vw;
  left: 7%;
  color: #ffffff;
  line-height: 24px;
  z-index: 5;
  transition: all 0.6s ease;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .header {
    height: 90px;
    line-height: 90px;
  }
  .inde-new .box1 .dz .dp2 {
    font-size: 20px;
  }
  .inde-new .box1 .dz .dp3 {
    font-size: 15px;
    line-height: 28px;
  }
  .inde-pro .box1 .blo-box .dxia .dnei .dp2 {
    font-size: 22px;
  }
  .case .dn-bot .blo-box .dxia .dp1 {
    font-size: 22px;
  }
  .casexq .dn-bot .dsha .dz {
    width: 70%;
  }
  .casexq .dn-bot .dsha .dz .dp1 {
    font-size: 30px;
  }
  .about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp1 .sp1 {
    font-size: 18px;
  }
  .news .dn-mid .dt1 {
    font-size: 30px;
  }
  .news .dn-mid .dfl .dlist .dpai .dy {
    padding: 0;
  }
  .news .dn-mid .dfl .dlist .dpai .dy .dp1 {
    font-size: 14px;
  }
  .news .dn-mid .dfl .dlist .dpai .dy .dp3 {
    font-size: 14px;
    line-height: 22px;
  }
  .contact .dn-bot .dt1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 780px) {
  .about .box1 .dn-bot:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 110%;
    border-left: 1px solid #cccccc;
    top: -10%;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 .swiper-slide-prev .dwen {
    margin: 1.5vw 0 0;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 .swiper-slide-next .dwen {
    margin: -5.5vw 0 0;
  }
  .contact .dn-mid .swit2 #allmap .anchorBL {
    display: none;
  }
  .contact .dn-mid .swit2 #allmap .BMap_stdMpCtrl {
    width: 40px !important;
    height: 100px !important;
  }
  .contact .dn-mid .swit2 #allmap .BMap_stdMpZoom {
    width: 100% !important;
    height: 100% !important;
  }
  .contact .dn-mid .swit2 #allmap .BMap_stdMpZoom .BMap_button {
    width: 100%;
    height: 40px;
  }
  .contact .dn-mid .swit2 #allmap .BMap_stdMpZoom .BMap_stdMpZoomIn {
    background: url("../images/add1_03.png") no-repeat center / cover !important;
  }
  .contact .dn-mid .swit2 #allmap .BMap_stdMpZoom .BMap_stdMpZoomOut {
    background: url("../images/del1_03.png") no-repeat center / cover !important;
    top: auto !important;
    bottom: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  body {
    min-width: 320px;
  }
  .com-mo {
    display: block !important;
  }
  .conta {
    width: 90%;
  }
  .conta2 {
    width: 100%;
  }
  .app {
    padding: 70px 0 0;
  }
  .com-sear .sear-top {
    height: 100px;
  }
  .com-sear .sear-top .form1 {
    padding: 38px 48px 0;
  }
  .com-sear .sear-top .form1 .btn-sub {
    top: 38px;
  }
  .com-sear .sear-top .form1 .btn-sub i {
    font-size: 24px;
  }
  .com-sear .sear-top .form1 .inp1 {
    font-size: 22px;
  }
  .com-sear .sear-top .form1 .i-cha {
    top: 32px;
    font-size: 30px;
  }
  .header {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #dddddd;
  }
  .header .he-logo .a-big img {
    height: 15vw;
    margin: 0 0 0 -8vw;
  }
  .header .he-fr .he-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    display: none;
    line-height: 30px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
  .header .he-fr .he-nav a {
    display: block;
    margin: 0;
  }
  .header .he-fr .head-mocai {
    display: inline-block;
  }
  .footer {
    padding: 0 0 5vw;
  }
  .footer .fo-top .dfl {
    width: 100%;
  }
  .footer .fo-top .dfl .dp1 {
    display: none;
  }
  .footer .fo-top .dfl .dp2 {
    font-size: 20px;
  }
  .footer .fo-top .dfl .dp3 {
    line-height: 26px;
    font-size: 3.15vw;
  }
  .footer .fo-top .dfl .dp-share {
    display: none;
  }
  .footer .fo-top .dfr {
    display: none;
  }
  .footer .fo-bot {
    font-size: 3vw;
    padding: 3vw 0 2vw;
  }
  .footer .fo-bot .dfl a {
    display: block;
  }
  .com-bt1 .dfl .sp1 {
    font-size: 22px;
  }
  .com-bt1 .dfr {
    font-size: 14px;
    padding: 10px 0 0;
  }
  .inde-ban {
    height: 100vh;
    padding: 70px 0 0;
    margin: -70px 0 0;
  }
  .inde-ban .inde-sw1 .swiper-slide {
    padding: 0 0 10vw;
  }
  .inde-ban .inde-sw1 .swiper-slide .dsha .dwen {
    top: auto;
    bottom: 5%;
  }
  .inde-ban .inde-sw1 .swiper-slide .dsha .dwen .dp1 {
    font-size: 20px;
  }
  .inde-ban .inde-sw1 .swiper-slide .dsha .dwen .dp2 {
    font-size: 14px;
    color: #ffffff;
  }
  .inde-ban .inde-sw1 .swiper-slide .dsha .dwen2 {
    display: none;
  }
  .inde-ban .inde-sw1 .swiper-slide .dxia {
    height: 10vw;
    line-height: 10vw;
    bottom: -20vw;
  }
  .inde-ban .inde-sw1 .swiper-slide .dxia .sp1 {
    font-size: 16px;
  }
  .inde-ban .inde-sw1 .swiper-slide .dxia .sp2 {
    display: none;
  }
  .inde-ban .inde-sw1 .swiper-slide-active .dxia {
    bottom: -10vw;
  }
  .inde-ban .inde-sw1 .com-swbtn .swbtn {
    bottom: 0;
  }
  .inde-ban .inde-sw1 .com-swbtn .swbtn i {
    font-size: 20px;
  }
  .inde-pro .box1 .blo-box {
    width: 100%;
  }
  .inde-pro .box1 .blo-box .dsha {
    height: auto;
  }
  .inde-pro .box1 .blo-box .dxia .dimg {
    height: 46vw;
  }
  .inde-pro .box1 .blo-box .dxia .dimg img {
    width: 100%;
    height: auto;
  }
  .inde-pro .box1 .blo-box .dxia .dnei {
    padding: 2vw 0 4vw;
  }
  .inde-pro .box1 .blo-box .dxia .dnei .dp1 {
    font-size: 16px;
  }
  .inde-pro .box1 .blo-box .dxia .dnei .dp2 {
    font-size: 20px;
  }
  .inde-pro .box1 .blo-box .dxia .dnei .dp3 {
    font-size: 14px;
  }
  .inde-new .box1 .dz {
    width: 100%;
  }
  .inde-new .box1 .dz .dp1 {
    font-size: 14px;
  }
  .inde-new .box1 .dz .dp3 {
    font-size: 14px;
    line-height: 26px;
    max-height: 58px;
  }
  .inde-new .box1 .dz .dp4 i,
  .inde-new .box1 .dz .dp5 i {
    font-size: 20px;
  }
  .inde-new .box1 .dy {
    width: 100%;
    height: 42vw;
  }
  .inde-new .box2 {
    padding: 5px 0;
  }
  .inde-new .box2 .blo-box {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
  .inde-new .box2 .blo-box .sp2 {
    margin: 8px 0 0;
  }
  .case .dn-top .dfr .list1 {
    display: none;
  }
  .case .dn-bot .blo-box {
    width: 100%;
    margin: 0 0 4%;
  }
  .case .dn-bot .blo-box .dsha {
    height: 46vw;
  }
  .case .dn-bot .blo-box .dsha .im1 {
    display: block;
    width: 100%;
    height: auto;
  }
  .case .dn-bot .blo-box .dxia .dp1 {
    font-size: 20px;
  }
  .case .dn-bot .blo-box .dxia .dp2 {
    font-size: 14px;
  }
  .case-more .dtop {
    font-size: 20px;
  }
  .casexq .dn-top {
    padding: 0 0 2vw;
  }
  .casexq .dn-mid .dsha .dp1 {
    font-size: 22px;
  }
  .casexq .dn-mid .dxia {
    height: 42vw;
  }
  .casexq .dn-mid .dxia .inde-sw1 .swiper-slide {
    line-height: 60vw;
  }
  .casexq .dn-mid .dxia iframe {
    display: none;
  }
  .casexq .dn-bot {
    padding: 4vw 0 0;
  }
  .casexq .dn-bot .dsha .dz {
    float: right;
  }
  .casexq .dn-bot .dsha .dz .dp1 {
    font-size: 20px;
  }
  .casexq .dn-bot .dsha .dz .com-bjq {
    line-height: 26px;
    max-height: 300px;
    overflow-y: auto;
    padding: 0 5px 0 0;
  }
  .casexq .dn-bot .dsha .dy {
    float: left;
    padding: 0;
    width: 28%;
  }
  .newsxq .dn-bot .dsha .dz .com-bjq {
    padding: 0;
  }
  .about .box1 .dn-bot {
    overflow: visible;
  }
  .about .box1 .dn-bot .dfl {
    width: 100%;
    height: 50vw;
  }
  .about .box1 .dn-bot .dfl .abou-sw1 {
    overflow: hidden;
  }
  .about .box1 .dn-bot .dfl .com-swbtn {
    position: initial;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    text-align: inherit;
  }
  .about .box1 .dn-bot .dfl .com-swbtn .swbtn {
    top: 50% !important;
    bottom: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 50%;
    z-index: 5;
  }
  .about .box1 .dn-bot .dfl .com-swbtn .swbtn i {
    font-size: 20px;
  }
  .about .box1 .dn-bot .dfl .com-swbtn .swiper-prev {
    left: -15px;
  }
  .about .box1 .dn-bot .dfl .com-swbtn .swiper-next {
    right: -15px;
  }
  .about .box1 .dn-bot .dfr {
    width: 100%;
    overflow: hidden;
    height: 60vw;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 {
    padding: 0;
    overflow: hidden;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 .swiper-slide {
    overflow: hidden;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 .dwen .dp1 {
    font-size: 16px;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 .dwen .dp2 {
    font-size: 20px;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 .dwen .dp3 {
    font-size: 18px;
  }
  .about .box1 .dn-bot .dfr .abou-sw2 .dwen .com-bjq {
    font-size: 14px;
    line-height: 26px;
    max-height: 32vw;
  }
  .about .box2 .dn-bot {
    overflow: hidden;
    height: 80vw;
  }
  .about .box2 .dn-bot .abou-sw3 .swiper-slide {
    width: 44vw;
  }
  .about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei {
    padding: 48px 0 0;
  }
  .about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp1 {
    font-size: 12px;
  }
  .about .box2 .dn-bot .abou-sw3 .swiper-slide .dnei .dp1 .sp1 {
    display: block;
    font-size: 16px;
  }
  .news {
    padding: 0 0 10vw;
  }
  .news .dn-mid .dt1 {
    font-size: 24px;
  }
  .news .dn-mid .dfl {
    width: 100%;
  }
  .news .dn-mid .dfl .dlist .dpai {
    margin: 0 0 3vw;
  }
  .news .dn-mid .dfl .dlist .dpai .dz {
    height: auto;
    line-height: inherit;
    width: 100%;
  }
  .news .dn-mid .dfl .dlist .dpai .dy {
    width: 100%;
    height: auto;
    padding: 3vw 0;
  }
  .news .dn-mid .dfl .dlist .dpai .dy .dp2 {
    font-size: 16px;
  }
  .news .dn-mid .dfl .dlist .dpai .dy .dp3 {
    max-height: 44px;
    overflow: hidden;
  }
  .news .dn-mid .dfr {
    width: 100%;
  }
  .news .dn-mid .dfr .dlist .dpai .dp2 {
    font-size: 18px;
    line-height: 28px;
  }
  .contact .dn-mid {
    height: 50vw;
  }
  .contact .dn-mid .a-back {
    width: 12vw;
    height: 12vw;
  }
  .contact .dn-mid .swit2 #allmap .dn-dz {
    width: 50vw;
  }
  .contact .dn-bot {
    padding: 0;
  }
  .contact .dn-bot .dt1 {
    font-size: 24px;
  }
  .contact .dn-bot .dz {
    width: 100%;
  }
  .contact .dn-bot .dy {
    width: 100%;
  }
  .contact .dn-bot .dy .form1 .dpai .text1 {
    height: 20vw;
  }
  .search .dt1 {
    font-size: 24px;
  }
}
</pre></body></html>