body,
html {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: rgba(255, 255, 255, 0.6);
}
* {
  font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", "Arial";
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1;
}
li {
  list-style-type: none;
}
i {
  font-style: normal;
}
a:link,
a:visited,
a:active,
a {
  text-decoration: none;
}
a * {
  *cursor: pointer;
}
input,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  -webkit-appearance: none;
}
input:focus,
select:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: none;
  background: none;
  padding: 0;
}
button:active {
  box-shadow: none;
}
svg {
  width: 20px;
  height: 20px;
}
img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.3s;
}
@keyframes updo {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  padding: 20px 0;
}
.header .w1440 {
  position: relative;
  z-index: 2;
}
.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(251, 251, 253, 0.8);
  opacity: 0;
  transition: all 0.3s;
}
.header.on {
  padding: 10px 0;
}
.header.on::after {
  opacity: 1;
}
.header.on .nav_r {
  background: transparent!important;
}
.header .h_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .h_top .logo {
  width: 200px;
}
.header .h_top .nav_r {
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px;
  display: flex;
  align-items: center;
}
.header .h_top .nav_r .m_nav {
  display: flex;
  padding-right: 33px;
}
.header .h_top .nav_r .m_nav a {
  display: inline-block;
  padding: 7px 33px;
  color: #0c1634;
  border-radius: 100px;
}
.header .h_top .nav_r .m_nav a:hover {
  color: #4466f7;
}
.header .h_top .nav_r .m_nav a.on {
  color: #fff;
  background-color: #272727;
}
.header .h_top .nav_r .tel {
  padding: 0px 33px;
  border-left: 1px solid #272727;
}
.header .h_top .nav_r .tel svg {
  margin-right: 5px;
}
.header .h_top .nav_r .tel svg path {
  fill: #4466f7;
}
.header .h_top .nav_r .tel a {
  display: flex;
  align-items: center;
  color: #4466f7;
  font-family: 'arial';
  line-height: 1;
}
.header .h_top .nav_r .nav_mobile {
  display: none;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
}
.pop .pop_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.5s;
}
.pop .pop_box .prompt {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  letter-spacing: 1px;
}
.pop.on .pop_box {
  transform: translateY(0px);
  opacity: 1;
}
.cont {
  width: 100%;
  overflow: hidden;
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zwcad-dl/bg.jpg) center top no-repeat #f7fbfe;
  background-size: contain;
}
.cont .banner .con {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .banner .con .txt {
  flex: 0 0 35%;
}
.cont .banner .con .txt h2 {
  font-weight: 700;
  color: #272727;
}
.cont .banner .con .txt h2 i {
  color: #4466f7;
  font-weight: 700;
}
.cont .banner .con .txt ul {
  margin-top: 3%;
  display: flex;
}
.cont .banner .con .txt ul li {
  display: flex;
  align-items: center;
  color: #343434;
  white-space: nowrap;
}
.cont .banner .con .txt ul li i {
  font-style: italic;
  font-weight: 500;
}
.cont .banner .con .txt ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.cont .banner .con .txt ul li:not(:last-child) {
  margin-right: 2.5vw;
}
.cont .banner .con .txt .des {
  margin-top: 8%;
}
.cont .banner .con .txt .des p {
  font-style: italic;
  color: #0c1634;
  line-height: 1.87;
}
.cont .banner .con .txt .down {
  display: flex;
  margin-top: 12%;
  width: 100%;
}
.cont .banner .con .txt .down a {
  display: flex;
  align-items: center;
  padding: 14px 36px;
  white-space: nowrap;
  border-radius: 100px;
  color: #fff;
  background: #4466f7;
  transition: all 0.3s;
}
.cont .banner .con .txt .down a:hover {
  transform: translateY(-5px);
}
.cont .banner .con .txt .down a:nth-child(2) {
  margin-left: 4%;
}
.cont .banner .con .right {
  flex: 0 0 57%;
  margin-top: 5%;
  position: relative;
}
.cont .banner .con .right img {
  width: 100%;
}
.cont .banner .con .right .jia {
  position: absolute;
  width: 11.4%;
  right: 28.5%;
  bottom: 17.5%;
  animation: updo 2s ease-in-out 0s infinite;
}
.cont .page1 {
  padding-bottom: 10vw;
}
.cont .page1 .tit {
  color: #0c1634;
  font-weight: 700;
}
.cont .page1 .tit i {
  color: #4466f7;
  font-weight: 700;
}
.cont .page1 .swiper-container {
  margin-top: 4%;
  overflow: visible;
}
.cont .page1 .swiper-container .swiper-wrapper {
  transition: ease 0.5s;
}
.cont .page1 .swiper-container .swiper-slide {
  width: 27.3%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 38px 40px 50px 30px;
  height: auto;
  margin-right: 58px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.cont .page1 .swiper-container .swiper-slide:nth-last-child(1) {
  margin-right: 0;
}
.cont .page1 .swiper-container .swiper-slide .img img {
  width: auto;
}
.cont .page1 .swiper-container .swiper-slide .txt p {
  color: #0c1634;
  font-weight: 500;
  margin-top: 40px;
}
.cont .page1 .swiper-container .swiper-slide .txt span {
  display: block;
  color: #0c1634;
  line-height: 1.87;
  margin-top: 20px;
}
.cont .page1 .swiper-container .swiper-slide.on {
  box-shadow: 15px 15px 38px 6px rgba(181, 210, 235, 0.34);
}
.cont .page2 {
  padding-bottom: 10vw;
}
.cont .page2 .center {
  position: relative;
  background: #2e2e2e;
  border-radius: 8px;
  box-shadow: 23px 22px 51px 3px rgba(127, 140, 150, 0.46);
  border: 8px solid #2e2e2e;
  overflow: hidden;
}
.cont .page2 .center .box {
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zwcad-dl/bg2.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
  padding: 4vw 0 5vw;
}
.cont .page2 .center .box .left {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 3.5vw 0 3vw;
}
.cont .page2 .center .box .left .text {
  position: relative;
  width: 100%;
}
.cont .page2 .center .box .left .text h2 {
  text-align: center;
  font-weight: 700;
  color: #272727;
}
.cont .page2 .center .box .left .text h2 i {
  color: #4466f7;
  font-weight: 700;
}
.cont .page2 .center .box .left .text ul {
  display: flex;
  justify-content: space-between;
  margin: 3vw 0 4vw;
}
.cont .page2 .center .box .left .text ul li {
  flex: 0 0 33.333%;
  position: relative;
}
.cont .page2 .center .box .left .text ul li:after {
  content: '';
  width: 1px;
  height: 6vw;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.cont .page2 .center .box .left .text ul li .top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cont .page2 .center .box .left .text ul li .top h3 {
  font-size: 80px;
  color: #4366f7;
  line-height: 1;
}
.cont .page2 .center .box .left .text ul li .top span {
  font-weight: 500;
  line-height: 1;
  color: #4366f7;
  margin-left: 4px;
  position: relative;
  top: -4px;
}
.cont .page2 .center .box .left .text ul li p {
  text-align: center;
  color: #0c1634;
  margin-top: 10px;
}
.cont .page2 .center .box .left .text ul li:last-child:after {
  display: none;
}
.cont .page2 .center .box .left .text .down {
  display: flex;
  justify-content: center;
}
.cont .page2 .center .box .left .text .down a {
  display: flex;
  align-items: center;
  padding: 14px 36px;
  white-space: nowrap;
  border-radius: 100px;
  color: #fff;
  background: #4466f7;
  transition: all 0.3s;
}
.cont .page2 .center .box .left .text .down a:hover {
  transform: translateY(-5px);
}
.cont .page2 .center .box .left .text .down a:nth-child(2) {
  margin-left: 20px;
}
.cont .page3 {
  padding: 13vw 0;
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zwcad-dl/bg4.jpg) no-repeat;
  background-size: cover;
}
.cont .page3 .con .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .page3 .con .box .txt {
  flex: 0 0 44%;
}
.cont .page3 .con .box .txt h2 {
  font-weight: 700;
}
.cont .page3 .con .box .txt ul {
  margin-top: 2vw;
}
.cont .page3 .con .box .txt ul li {
  position: relative;
  padding-left: 40px;
  margin-top: 1vw;
}
.cont .page3 .con .box .txt ul li svg {
  position: absolute;
  left: 0;
  top: 3px;
}
.cont .page3 .con .box .txt ul li span {
  line-height: 1.6;
  color: #0c1634;
}
.cont .page3 .con .box .txt .down {
  display: flex;
  margin-top: 3vw;
}
.cont .page3 .con .box .txt .down a {
  display: flex;
  align-items: center;
  padding: 14px 36px;
  white-space: nowrap;
  border-radius: 100px;
  color: #fff;
  background: #4466f7;
  transform: translateY(0px);
  transition: all 0.3s;
}
.cont .page3 .con .box .txt .down a:hover {
  transform: translateY(-5px);
}
.cont .page3 .con .box .txt .down a:nth-child(2) {
  margin-left: 20px;
}
.cont .page3 .con .box .tu {
  flex: 0 0 48.6%;
  position: relative;
}
.cont .page3 .con .box .tu img {
  width: 100%;
}
.cont .page3 .con .box .tu .img1 {
  position: absolute;
  width: 34.8%;
  left: -3vw;
  top: -2.8vw;
  border-radius: 15px;
  box-shadow: 13px 13px 10px 0px rgba(21, 24, 29, 0.08);
}
.cont .page3 .con .box .tu .img2 {
  position: absolute;
  width: 61.8%;
  left: -2vw;
  top: -2vw;
  box-shadow: 5px 14px 16px 0px rgba(130, 130, 130, 0.27);
}
.cont .page3 .con .box .tu .img3 {
  position: absolute;
  width: 35%;
  right: 1.5vw;
  top: -1.5vw;
}
.cont .page3 .con .box .tu .img4 {
  position: absolute;
  width: 32.4%;
  left: 1.5vw;
  top: 29%;
}
.cont .page3 .con .box .tu .img5 {
  position: absolute;
  width: 33%;
  left: 1vw;
  top: -2vw;
}
.cont .page3 .con .box:not(:first-child) {
  margin-top: 13vw;
}
.cont .page8 {
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zw3d/img/bg6.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 3% 0 4%;
}
.cont .page8 .tit {
  color: #fff;
}
.cont .page8 .tit p,
.cont .page8 .tit span {
  display: block;
  font-weight: 700;
}
.cont .page8 form {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2%;
}
.cont .page8 form .input_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont .page8 form .input-group {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 10;
}
.cont .page8 form .input-group i {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  color: #ff3737;
  font-size: 14px;
  display: none;
  white-space: nowrap;
}
.cont .page8 form .input-group:nth-child(1) {
  width: 240px;
}
.cont .page8 form .input-group:nth-child(2) {
  width: 275px;
}
.cont .page8 form .input-group:nth-child(3) {
  width: 275px;
}
.cont .page8 form .input-group:nth-child(4) {
  width: 327px;
}
.cont .page8 form .input-group input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  background: rgba(43, 86, 206, 0.34);
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}
.cont .page8 form .input-group input::placeholder {
  color: rgba(251, 251, 253, 0.9);
  letter-spacing: 1px;
}
.cont .page8 form .input-group input::-ms-clear {
  width: 0;
  height: 0;
}
.cont .page8 form .input-group input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.cont .page8 form .input-group input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
.cont .page8 form .input-group .captcha {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #5cb8fb;
  width: 115px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.cont .page8 form .input-group .captcha.disabled {
  background-color: #ccc;
}
.cont .page8 form .input-group.error i {
  display: block;
}
.cont .page8 form .group-list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(3, 35, 124, 0.3);
  padding: 10px 0;
  display: none;
}
.cont .page8 form .group-list .add-box {
  height: 160px;
}
.cont .page8 form .group-list ul {
  width: 100%;
}
.cont .page8 form .group-list ul li {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 8px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont .page8 form .group-list ul li:hover {
  background: rgba(3, 35, 124, 0.5);
}
.cont .page8 form .group-list ::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}
.cont .page8 form .group-list ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.cont .page8 form .group-list ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}
.cont .page8 form .xuan {
  display: inline-block;
  margin-top: 13px;
  position: relative;
  /* input[type='checkbox']:checked + .check_container:before {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 2px; 
                    background-color: #fff; 
                    transform: rotate(45deg) translateX(4px) translateY(8px);
                  }
                  
                  input[type='checkbox']:checked + .check_container:after {
                    content: "";
                    display: block;
                    width: 10px; 
                    height: 2px; 
                    background-color: #fff; 
                    transform: rotate(-45deg) translateX(6px) translateY(3px);
                  } */
}
.cont .page8 form .xuan i {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  color: #ff3737;
  font-size: 14px;
  display: none;
  white-space: nowrap;
}
.cont .page8 form .xuan input[type='checkbox'] {
  width: 0;
}
.cont .page8 form .xuan label {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}
.cont .page8 form .xuan label em {
  font-style: normal;
}
.cont .page8 form .xuan label .left {
  margin-left: -0.5em;
}
.cont .page8 form .xuan .check_container {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  margin-right: 10px;
  border-radius: 3px;
}
.cont .page8 form .xuan input[type='checkbox']:checked + .check_container:before {
  content: '\2713';
  font-family: iconfont;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2px;
  top: -5px;
}
.cont .page8 form .xuan input {
  -webkit-appearance: none;
}
.cont .page8 form .xuan input::-ms-clear {
  width: 0;
  height: 0;
}
.cont .page8 form .xuan input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.cont .page8 form .xuan input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
.cont .page8 form .xuan a {
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.cont .page8 form .btn {
  width: 100%;
  margin-top: 23px;
}
.cont .page8 form .btn a {
  background: #fff;
  border-radius: 100px;
  text-align: center;
  width: 204px;
  line-height: 52px;
  color: #2b2b2b;
  display: inline-block;
  font-weight: 700;
}
.pg6 .w1440 {
  text-align: center;
  margin-bottom: 3.64%;
}
.pg6 h2 {
  font-weight: 700;
}
.pg6 {
  padding: 3.9% 0 5.9%;
  background-image: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zwcad-dl/pg6bg.jpg);
  background-size: cover;
}
.pg6 .swiper-slide {
  border-radius: 10px;
  background: white;
  height: 100px;
  width: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg6 .swiper-slide img {
  max-height: 80%;
  max-width: 80%;
  width: auto;
}
.pg6 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.pg6b {
  margin: 40px 0;
}
.pg6_phone {
  display: none;
}
.slide-right {
  position: fixed;
  right: 24px;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10000;
}
.slide-right .top {
  position: relative;
  display: none;
}
.slide-right .top .top-ul {
  position: relative;
  z-index: 2;
}
.slide-right .top .top-ul ul li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 7px 13px 18px 0px rgba(155, 155, 155, 0.1);
  position: relative;
}
.slide-right .top .top-ul ul li svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.slide-right .top .top-ul ul li svg path {
  fill: #333;
}
.slide-right .top .top-ul ul li:not(:first-child) {
  margin-top: 14px;
}
.slide-right .top .top-ul ul #backTop {
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right .top .top-ul ul #backTop svg {
  width: 18px;
  height: 18px;
}
.slide-right .top .top-ul ul #backTop svg path {
  fill: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right .top .top-ul ul #backTop:hover {
  background: #4466f7;
}
.slide-right .top .top-ul ul #backTop:hover svg path {
  fill: #fff;
}
.slide-right .top .tel-mask {
  width: 340px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right .top .tel-mask .tel-box {
  width: 250px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 1.5vw;
  box-shadow: 7px 13px 18px 0px rgba(155, 155, 155, 0.1);
  border-radius: 8px;
}
.slide-right .top .tel-mask .tel-box h2 {
  color: #0c1634;
}
.slide-right .top .tel-mask .tel-box a {
  white-space: nowrap;
  font-weight: 700;
  color: #4466f7;
}
.slide-right .top .tel-mask .tel-box .line {
  width: 100%;
  height: 2px;
  background: #ebebeb;
  margin: 1.2vw 0 1.5vw;
}
.slide-right .top .tel-mask .tel-box ul {
  display: flex;
}
.slide-right .top .tel-mask .tel-box ul li {
  flex: 0 0 50%;
}
.slide-right .top .tel-mask .tel-box ul li .icons {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.slide-right .top .tel-mask .tel-box ul li .icons img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.slide-right .top .tel-mask .tel-box ul li h3 {
  text-align: center;
  color: #0c1634;
  margin-top: 10px;
}
.slide-right .top .tel-mask.active {
  visibility: visible;
  right: 0;
  opacity: 1;
}
.slide-right .bottom {
  margin-top: 64px;
  display: none;
}
.slide-right .bottom .download {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4466f7;
  box-shadow: 3px 5px 15px 1px rgba(68, 102, 247, 0.27);
  position: relative;
  cursor: pointer;
}
.slide-right .bottom .download svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.slide-right .bottom .download svg path {
  fill: #fff;
}
.slide-right .bottom.active {
  display: block;
}
.download-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
}
.download-alert .download-center {
  width: 1112px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.download-alert .download-center .closes {
  position: absolute;
  width: 86px;
  height: 58px;
  border-radius: 11px;
  background: rgba(20, 20, 20, 0.6);
  top: 0;
  right: -54px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.download-alert .download-center .closes svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.download-alert .download-center .closes svg path {
  fill: #fff;
}
.download-alert .download-center .closes:hover {
  background: #141414;
}
.download-alert .download-center .content {
  padding: 70px 60px 80px;
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zw3d/img/t_bg1.jpg) no-repeat;
  background-size: cover;
  box-shadow: 7px 13px 18px 0px rgba(155, 155, 155, 0.1);
  overflow: hidden;
  border-radius: 19px;
  position: relative;
  z-index: 2;
}
.download-alert .download-center .content .title {
  text-align: center;
}
.download-alert .download-center .content .title h2 {
  font-weight: 700;
  color: #0c1634;
}
.download-alert .download-center .content .title h2 span {
  color: #4466f7;
  font-weight: 700;
}
.download-alert .download-center .content .title h3 {
  color: #4466f7;
  margin-top: 0.6vw;
}
.download-alert .download-center .content .ctn-list {
  margin-top: 60px;
}
.download-alert .download-center .content .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.download-alert .download-center .content .ctn-list ul li {
  flex: 0 0 22.6%;
  background: #fff;
  box-shadow: 7px 13px 18px 0px rgba(155, 155, 155, 0.1);
  border-radius: 11px;
  border: 1px solid #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.download-alert .download-center .content .ctn-list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zw3d/img/t_bg2.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.download-alert .download-center .content .ctn-list ul li:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #4466f7;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.download-alert .download-center .content .ctn-list ul li .tu {
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.download-alert .download-center .content .ctn-list ul li .tu img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.download-alert .download-center .content .ctn-list ul li h2 {
  position: relative;
  font-weight: 700;
  color: #0c1634;
  margin: 0.6vw 0 0.3vw;
}
.download-alert .download-center .content .ctn-list ul li p {
  position: relative;
  color: #0c1634;
}
.download-alert .download-center .content .ctn-list ul li:hover {
  transform: translateY(-20px);
  border: 1px solid transparent;
}
.download-alert .download-center .content .ctn-list ul li:hover:before {
  opacity: 1;
}
.download-alert .download-center .content .ctn-list ul li:hover:after {
  opacity: 1;
}
.download-alert.active {
  display: block;
}
.download-alert.hide {
  background: rgba(0, 0, 0, 0);
}
.download-alert.hide .download-center {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  opacity: 0;
  left: 68%;
  top: 38%;
}
.download-software {
  position: fixed;
  right: 24px;
  bottom: -100%;
  opacity: 0;
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/campaign-zwcad-dl/alert.jpg) no-repeat;
  background-size: cover;
  border-radius: 14px 14px 0 0;
  padding: 1.8vw 2.4vw 1.6vw;
  color: #fff;
  z-index: 10000;
  box-sizing: border-box;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.download-software .closes {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.download-software .closes svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.download-software .closes svg path {
  fill: #fff;
}
.download-software h3 {
  margin: 4px 0 26px;
}
.download-software .down {
  display: flex;
  width: 100%;
}
.download-software .down a {
  display: flex;
  align-items: center;
  padding: 14px 50px;
  white-space: nowrap;
  border-radius: 100px;
  color: #0c1634;
  background: #fff;
  transition: all 0.3s;
}
.download-software .down a:hover {
  transform: translateY(-5px);
}
.download-software .down a:nth-child(2) {
  color: #fff;
  background: #4466f7;
  margin-left: 4%;
}
.download-software.active {
  opacity: 1;
  bottom: 0;
}
.footer {
  background: #151923;
  padding: 3% 0;
}
.footer .btm_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .btm_top .footer_l {
  display: flex;
  align-items: center;
}
.footer .btm_top .footer_l .logo {
  width: 190px;
}
.footer .btm_top .footer_l .tel {
  padding: 0px 33px;
  margin-left: 33px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .btm_top .footer_l .tel svg {
  margin-right: 5px;
}
.footer .btm_top .footer_l .tel a {
  display: inline-block;
  color: #fff;
  font-family: 'arial';
  line-height: 1;
}
.footer .btm_top .footer_r {
  display: flex;
}
.footer .btm_top .footer_r a {
  white-space: nowrap;
  color: #fff;
  margin-left: 48px;
}
.footer .footer_b {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 3%;
}
.footer .footer_b p {
  width: 100%;
  display: block;
  text-align: right;
  color: rgba(144, 144, 144, 0.7);
}
.footer .footer_b .filings {
  color: rgba(144, 144, 144, 0.7);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1%;
}
.footer .footer_b .filings a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: rgba(144, 144, 144, 0.7);
  margin-right: 8px;
  line-height: 1;
}
.footer .footer_b .filings a.law {
  margin-right: 0;
  padding-left: 8px;
  border-left: 1px solid rgba(144, 144, 144, 0.7);
}
.footer .footer_b .filings a.privacy {
  margin-right: 0;
  margin-left: 10px;
}
.footer .footer_b .filings span {
  display: flex;
}
.footer .footer_b .filings img {
  width: 18px;
  margin-right: 8px;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
  .cont .page1 .swiper-container .swiper-slide {
    margin-right: 40px;
  }
  .cont .page2 .center .box .left .text ul li .top h3 {
    font-size: 4vw;
  }
}
/* 125% */
@media screen and (max-width: 1460px) {
  .cont .page8 form .group-list {
    background: rgba(3, 35, 124, 0.8);
  }
  .cont .page8 form .group-list .add-box {
    height: 120px;
  }
  .cont .page8 form .group-list ul li:hover {
    background: #03237c;
  }
}
@media screen and (max-width: 1440px) {
  .header .h_top .nav_r .m_nav a {
    padding: 3px 30px;
  }
  .header .h_top .nav_r {
    padding: 2px;
  }
  .cont .page1 .swiper-container .swiper-slide {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .cont .page1 .swiper-container .swiper-slide {
    width: 24%;
  }
  .slide-right .top .tel-mask {
    width: 320px;
  }
  .slide-right .top .top-ul ul li {
    width: 50px;
    height: 50px;
  }
  .slide-right .top .top-ul ul li:not(:first-child) {
    margin-top: 10px;
  }
  .slide-right .bottom {
    margin-top: 50px;
  }
  .slide-right .bottom .download {
    width: 50px;
    height: 50px;
  }
  .download-alert .download-center {
    width: 1000px;
  }
  .download-alert .download-center .closes {
    width: 76px;
    height: 50px;
    right: -46px;
  }
  .download-alert .download-center .closes svg {
    right: 12px;
  }
  .download-alert .download-center .content {
    padding: 60px 50px 70px;
  }
  .download-alert .download-center .content .ctn-list ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .cont .page1 .swiper-container .swiper-slide {
    margin-right: 20px;
  }
  .cont .page2 .center .box .left .text ul li .top h3 {
    font-size: 50px;
  }
  .cont .page2 .center .box .left .text ul li .top span {
    top: -3px;
  }
  .download-alert .download-center {
    width: 900px;
  }
  .download-alert .download-center .content {
    padding: 50px 40px 60px;
  }
  .download-alert .download-center .content .ctn-list ul li {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 998px) {
  .cont .banner .con {
    height: auto;
    flex-wrap: wrap;
  }
  .cont .banner .con .txt {
    flex: 0 0 100%;
    order: 2;
    margin-top: 20px;
  }
  .cont .banner .con .txt ul {
    margin-top: 10px;
  }
  .cont .banner .con .txt .des {
    margin-top: 20px;
  }
  .cont .banner .con .txt .down {
    margin-top: 20px;
  }
  .cont .banner .con .txt .down a {
    padding: 10px 20px;
  }
  .cont .banner .con .right {
    flex: 0 0 100%;
    margin-top: 100px;
  }
  .page1 {
    margin-top: 60px;
  }
  .cont .page2 .center .box .left {
    width: 90%;
  }
  .cont .page2 .center .box .left .text ul li p {
    padding: 0 20px;
  }
  .pg6_phone {
    display: block;
    width: 90%;
    margin: auto;
  }
  .pg6_phone > div {
    padding: 6px;
  }
  .pg6_phone .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px;
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .pg6 .pg6_phone img {
    max-width: 80%;
    max-height: 60%;
    width: auto;
  }
  .pg6a {
    display: none;
  }
  .pg6b {
    display: none;
  }
  .pg6c {
    display: none;
  }
  .pg6 {
    padding: 40px 0;
  }
  .pg6_point {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .pg6_point span {
    margin: 0 3px;
  }
  .pg6 .swiper-pagination-bullet-active {
    background: #4466f7;
  }
  .cont .page8 form {
    justify-content: space-between;
  }
  .cont .page8 form .input-group {
    width: 49%!important;
    margin-right: 0;
  }
  .cont .page8 form .xuan label {
    justify-content: center;
  }
  .cont .page8 form .btn a {
    width: 156px;
    line-height: 40px;
  }
  .cont .page8 form .btn {
    text-align: center;
  }
  .cont .page8 {
    padding: 40px 0;
  }
  .header .h_top .nav_r .m_nav a {
    padding: 3px 20px;
  }
  .header .h_top .nav_r .tel {
    padding: 0px 20px;
  }
  .footer .btm_top .footer_r a {
    margin-left: 28px;
  }
  .footer .btm_top .footer_l .logo {
    width: 100px;
  }
  .footer .btm_top .footer_l .tel {
    padding: 0px 20px;
    margin-left: 20px;
  }
  .footer {
    padding: 50px 0;
  }
  .slide-right {
    right: 10px;
  }
  .slide-right .top .tel-mask {
    width: 250px;
  }
  .slide-right .top .tel-mask .tel-box {
    padding: 20px;
    width: 200px;
  }
  .slide-right .top .tel-mask .tel-box .line {
    margin: 14px 0;
  }
  .slide-right .top .top-ul ul li {
    width: 40px;
    height: 40px;
  }
  .slide-right .top .top-ul ul li:not(:first-child) {
    margin-top: 10px;
  }
  .slide-right .top .top-ul ul li svg {
    width: 16px;
    height: 16px;
  }
  .slide-right .top .top-ul ul #backTop svg {
    width: 14px;
    height: 14px;
  }
  .slide-right .bottom {
    margin-top: 40px;
  }
  .slide-right .bottom .download {
    width: 40px;
    height: 40px;
  }
  .slide-right .bottom .download svg {
    width: 16px;
    height: 16px;
  }
  .download-alert .download-center {
    width: 90%;
  }
  .download-alert .download-center .closes {
    width: 44px;
    height: 44px;
    z-index: 3;
    right: 0;
    background: none!important;
  }
  .download-alert .download-center .closes svg {
    width: 22px;
    height: 22px;
    right: 10px;
  }
  .download-alert .download-center .closes svg path {
    fill: #333;
  }
  .download-alert .download-center .content {
    border-radius: 12px;
    padding: 20px;
  }
  .download-alert .download-center .content .title h3 {
    margin-top: 10px;
  }
  .download-alert .download-center .content .ctn-list {
    margin-top: 0;
  }
  .download-alert .download-center .content .ctn-list ul {
    flex-wrap: wrap;
  }
  .download-alert .download-center .content .ctn-list ul li {
    flex: 0 0 48.5%;
    margin-top: 20px;
    padding: 14px;
  }
  .download-alert .download-center .content .ctn-list ul li .tu {
    width: 80px;
    height: 80px;
  }
  .download-alert .download-center .content .ctn-list ul li h2 {
    margin: 6px 0 4px;
  }
  .download-alert .download-center .content .ctn-list ul li p {
    font-size: 13px;
  }
  .download-alert .download-center .content .ctn-list ul li:hover {
    transform: translateY(-10px);
  }
  .download-software .down a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont .banner {
    padding-top: 40px;
  }
  .cont .banner .con .txt h2 {
    text-align: center;
  }
  .cont .banner .con .txt ul {
    justify-content: center;
    margin-top: 14px;
  }
  .cont .banner .con .txt .des {
    text-align: center;
  }
  .cont .banner .con .txt .down {
    justify-content: center;
  }
  .cont .banner .con .txt .down a {
    padding: 10px 18px;
  }
  .cont .banner .con .txt .down a:nth-child(2) {
    margin-left: 10px;
  }
  .cont .banner .con .right {
    margin-top: 20px;
    left: 5px;
  }
  .cont .page1 {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .cont .page1 .swiper-container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .cont .page1 .swiper-container .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding: 30px 20px;
  }
  .cont .page1 .swiper-container .swiper-slide .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cont .page1 .swiper-container .swiper-slide .txt p {
    margin-top: 20px;
    text-align: center;
  }
  .cont .page1 .swiper-container .swiper-slide .txt span {
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
  }
  .cont .page1 .tit {
    text-align: center;
  }
  .cont .page2 {
    padding-bottom: 40px;
  }
  .cont .page2 .center {
    border: none;
    background: none;
    box-shadow: none;
  }
  .cont .page2 .center .box {
    background: none;
    padding: 0;
  }
  .cont .page2 .center .box .left {
    width: 100%;
    padding: 30px 0;
    border-radius: 15px;
  }
  .cont .page2 .center .box .left .text ul {
    margin: 0 0 30px;
    flex-wrap: wrap;
  }
  .cont .page2 .center .box .left .text ul li {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .cont .page2 .center .box .left .text ul li:after {
    height: 60px;
    display: none!important;
  }
  .cont .page2 .center .box .left .text ul li .top h3 {
    font-size: 30px;
  }
  .cont .page2 .center .box .left .text ul li .top span {
    font-size: 12px;
    margin-left: 2px;
    top: -2px;
  }
  .cont .page2 .center .box .left .text ul li p {
    padding: 0 10px;
  }
  .cont .page2 .center .box .left .text .down a {
    padding: 10px 18px;
  }
  .cont .page2 .center .box .left .text .down a:nth-child(2) {
    margin-left: 10px;
  }
  .cont .page3 {
    padding: 70px 0 50px;
  }
  .cont .page3 .con .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont .page3 .con .box .tu {
    flex: 0 0 90%;
  }
  .cont .page3 .con .box .tu .img1 {
    left: -20px;
    top: -20px;
  }
  .cont .page3 .con .box .tu .img2 {
    left: -10px;
    top: -10px;
  }
  .cont .page3 .con .box .tu .img3 {
    right: 10px;
    top: -10px;
  }
  .cont .page3 .con .box .tu .img4 {
    left: 10px;
  }
  .cont .page3 .con .box .tu .img5 {
    left: 6px;
    top: -15px;
  }
  .cont .page3 .con .box .txt {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .cont .page3 .con .box .txt h2 {
    text-align: center;
    margin-bottom: 12px;
  }
  .cont .page3 .con .box .txt ul li {
    margin-top: 10px;
    padding-left: 36px;
  }
  .cont .page3 .con .box .txt ul li svg {
    top: 4px;
  }
  .cont .page3 .con .box .txt .down {
    margin-top: 20px;
    justify-content: center;
  }
  .cont .page3 .con .box .txt .down a {
    padding: 10px 18px;
  }
  .cont .page3 .con .box .txt .down a:nth-child(2) {
    margin-left: 10px;
  }
  .cont .page3 .con .box:nth-child(odd) .txt {
    order: 2;
  }
  .cont .page3 .con .box:not(:first-child) {
    margin-top: 70px;
  }
  .cont .pg6 {
    padding: 40px 0 35px;
  }
  .cont .page8 form .input-group input {
    border-radius: 5px;
  }
  .cont .page8 form .group-list {
    top: 40px;
    padding: 14px 0;
  }
  .cont .page8 form .group-list .add-box {
    height: 100px;
  }
  .cont .page8 form .group-list ul li {
    font-size: 14px;
    padding: 6px 20px;
  }
  .cont .page8 form .xuan label {
    font-size: 14px;
  }
  .cont .page8 form .xuan .check_container {
    width: 12px;
    height: 12px;
  }
  .pg6 {
    padding: 30px 0;
  }
  .pg6 .w1440 {
    margin-bottom: 26px;
  }
  .pg6 .pg6_phone img {
    max-width: 100%;
    max-height: 100%;
  }
  .cont .page8 .tit {
    text-align: center;
  }
  .cont .page8 form {
    margin-top: 20px;
  }
  .cont .page8 form .input-group {
    width: 100%!important;
    border-radius: 5px;
    margin-bottom: 22px;
  }
  .cont .page8 form .input-group input {
    height: 40px;
    line-height: 40px;
  }
  .cont .page8 form .input-group .captcha {
    border-radius: 5px;
    width: 100px;
  }
  .cont .page8 form .input-group i {
    font-size: 12px;
    bottom: -20px;
  }
  .cont .page8 form .xuan {
    margin-top: 0;
  }
  .cont .page8 form .xuan i {
    font-size: 12px;
    bottom: -20px;
  }
  .header {
    padding: 5px 0;
  }
  .header .w1440 {
    width: 90%;
  }
  .header.on {
    padding: 5px 0;
  }
  .header .h_top .logo {
    width: 80px;
  }
  .header .h_top .nav_r {
    background: none;
    padding: 0;
    overflow: inherit;
  }
  .header .h_top .nav_r .m_nav {
    display: none;
  }
  .header .h_top .nav_r .nav_mobile {
    display: block;
    position: relative;
    padding-right: 14px;
  }
  .header .h_top .nav_r .nav_mobile p {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    margin-right: 8px;
  }
  .header .h_top .nav_r .nav_mobile svg {
    width: 13px;
    height: 13px;
    vertical-align: middle;
  }
  .header .h_top .nav_r .nav_mobile ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 80px;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 4px #e1eaf9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0;
    overflow: hidden;
    display: none;
  }
  .header .h_top .nav_r .nav_mobile ul li {
    width: 100%;
  }
  .header .h_top .nav_r .nav_mobile ul li a {
    display: block;
    padding-left: 8px;
    line-height: 38px;
    color: #0c1634;
  }
  .header .h_top .nav_r .nav_mobile ul li a.on {
    color: #3682f7;
  }
  .header .h_top .nav_r .tel {
    border-left: none;
    position: relative;
  }
  .header .h_top .nav_r .tel:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #272727;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .header .h_top .nav_r .tel a {
    line-height: 30px;
  }
  .header .h_top .nav_r .tel a i {
    font-size: 14px;
  }
  .header .h_top .nav_r .m_nav a {
    padding: 3px 13px;
    font-size: 12px;
  }
  .header .h_top .nav_r .tel {
    padding: 0px 0 0 14px;
  }
  .header .h_top .nav_r .tel svg {
    width: 14px;
    height: 14px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .btm_top {
    flex-wrap: wrap;
  }
  .footer .btm_top .footer_l {
    width: 100%;
    justify-content: center;
  }
  .footer .btm_top .footer_l .tel {
    padding: 0 0 0 20px;
  }
  .footer .btm_top .footer_r {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .footer .btm_top .footer_r a {
    margin: 0 18px;
  }
  .footer .btm_top .footer_l .tel svg {
    width: 15px;
    height: 15px;
  }
  .footer .footer_b p {
    text-align: center;
  }
  .footer .footer_b {
    justify-content: center;
    margin-top: 20px;
  }
  .footer .footer_b .filings {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer_b .filings span {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .footer_b .filings span:nth-child(1) {
    margin-top: 8px;
  }
  .footer .footer_b .filings span:nth-child(1) a {
    margin-right: 0;
  }
  .footer .footer_b .filings span:nth-child(2) {
    margin-top: 10px;
  }
  .footer .footer_b .filings span:nth-child(2) a {
    border: 0;
    margin: 0 10px;
  }
  .download-software {
    width: 100%;
    padding: 20px 20px 26px;
    right: 0;
    border-radius: 12px 12px 0 0;
  }
  .download-software .closes {
    width: 40px;
    height: 40px;
  }
  .download-software h2 {
    text-align: center;
  }
  .download-software h3 {
    text-align: center;
  }
  .download-software .down {
    justify-content: center;
  }
}
@media screen and (max-width: 320px) {
  .header .h_top .nav_r .m_nav a {
    padding: 3px 10px;
  }
  .header .h_top .nav_r .nav_mobile p {
    font-size: 12px;
    margin-right: 4px;
  }
  .header .h_top .nav_r .nav_mobile svg {
    width: 10px;
    height: 10px;
  }
  .header .h_top .nav_r .nav_mobile ul li a {
    font-size: 12px;
    line-height: 32px;
  }
  .header .h_top .nav_r .tel a i {
    font-size: 12px;
  }
  .cont .banner .txt ul li {
    font-size: 14px;
    margin-right: 16px;
  }
  .cont .txt .down {
    flex-wrap: wrap;
  }
  .download-alert .download-center {
    height: 90%;
    overflow-y: scroll;
  }
  .download-alert .download-center .content {
    padding: 20px 14px;
  }
  .footer .footer_b .filings {
    font-size: 12px;
  }
  .footer .footer_b .filings img {
    width: 14px;
    margin-right: 0px;
  }
}
/*# sourceMappingURL=index.css.map */