@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; /*chrome、safari*/
  -moz-osx-font-smoothing: grayscale; /*firefox*/
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  font: 14px/1.5 "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Helvetica,
    Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  font-weight: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #333333;
}
.h1,
h1 {
  font-size: 16px;
  color: #242424;
}
.h2,
h2 {
  font-size: 16px;
  color: #242424;
}
.h3,
h3 {
  font-size: 14px;
}
.h4,
h4 {
  font-size: 14px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 14px;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
select,
input,
img,
select {
  vertical-align: middle;
}
.clear {
  clear: both;
}

a:link {
  color: #323232;
  text-decoration: none;
}
a:visited {
  color: #323232;
  text-decoration: none;
}
span {
  color: #000000;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
/* ------------ flex布局相关 ------------ */
.flex {
  display: flex;
}
.flex-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-left {
  display: flex;
  align-items: center;
  justify-content: left;
}
.flex-cloumn {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-1 {
  flex: 1;
}
.justify-start {
  justify-content: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}

.box {
  max-width: 1200px;
  margin: 0 auto;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.green {
  background-color: green;
}
.red {
  background-color: red;
}
.gray {
  background-color: #f4f7fa;
}
.white {
  background-color: #fff;
}
.wrap {
  width: 100%;
}
.box {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap {
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
.bold {
  font-weight: 600;
}
.title {
  font-size: 30px;
  line-height: 1;
  margin: 50px auto 50px;
  text-align: center;
  color: #333;
}

.title-p {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 50px;
}
.title-white {
  color: #fff;
}
.title-p-white {
  color: #ccc;
}

main {
  display: block;
}
header {
  width: 100%;
  height: 68px;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  top: 0;
  left: 0;
}

header .nav-wrap {
  max-width: 1288px;
  min-width: max-content;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-wrap .logo {
  margin: auto 0;
}
header .nav-wrap .logo img {
  display: block;
  width: 120px;
  height: 44px;
}
header .nav-wrap .menu-first-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-blank {
  width: 100%;
  height: 68px;
}
.menu-first {
  line-height: 68px;
  text-align: center;
  color: #333;
  padding: 0 15px;
}
.menu-first a {
  color: inherit;
  font-size: 16px;
  display: block;
}
.menu-first .menu-first-link {
  padding: 0 10px;
  box-sizing: border-box;
  height: 68px;
}
.menu-first:hover .menu-first-link {
  color: #3155c2;
  border-bottom: 2px solid #4c76f5 !important;
}
.menu-first-link:hover {
  color: #3155c2;
  border-bottom: 2px solid #4c76f5 !important;
}
.menu-first-single {
  position: relative;
}
.menu-first-single h4 img {
  max-width: 24px;
  margin: -12px 0 0 5px;
}
.menu-first:hover .menu-second-wrap {
  transform: rotate3d(0, 0, 0, 0deg);
}
.menu-second-wrap {
  width: 100%;
  padding: 20px 0 30px;
  background-color: #fff;
  position: absolute;
  top: 68px;
  left: 0;
  transform: rotate3d(-90, 0, 0, 90deg);
  transform-origin: 50% 0%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
}
.menu-second-wrap .menu-second-box {
  width: 1288px;
  margin: 0 auto;
  text-align: left;
}
.menu-second-wrap .menu-second-box h3 {
  font-size: 16px;
  font-weight: bold;
  text-indent: 10px;
  line-height: 3;
  color: #333;
}
.menu-second-wrap .menu-second-box h3 i {
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}
.menu-second-wrap .menu-second-box a:hover h3 i {
  color: #3366ff;
}
.menu-second-wrap .menu-second-box .menu-second-link-box {
  display: flex;
}
.menu-second-link-box {
  display: flex;
  flex-wrap: wrap;
}
.menu-second-link-box a {
  display: flex;
  align-items: flex-start;
  width: 25%;
  padding: 10px;
  margin-bottom: 10px;
}
.menu-second-link-box a i {
  color: #666;
  font-size: 24px;
  margin: 10px 15px 0 0;
}
.menu-second-link-box a h4 {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px;
}
.menu-second-link-box a h4 img {
  max-width: 20px;
  margin: -3px 0 0 5px;
}
.menu-second-link-box a h4 .img-big {
  max-width: 24px;
  margin: -1px 0 0 5px;
}
.menu-second-link-box a h4 i {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 5px 0 5px;
}
.menu-second-link-box a p {
  width: 90%;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
}
.menu-second-link-box a:hover {
  background-color: #f7f7f7;
}
.menu-second-link-box a:hover i {
  color: #3366ff;
}
.menu-second-link-box a:hover h4 i {
  color: #3366ff;
}

.menu-second-solu-box {
  align-items: center;
}
.menu-second-solu-box a {
  width: 18%;
  margin-right: 2%;
}
.menu-second-solu-box a i {
  color: #666;
  font-size: 24px;
  margin: 0px 15px 0 0;
}
.menu-second-link-box-single {
  align-items: center;
}
.menu-second-link-box-single a {
  padding: 15px 10px;
}
.menu-second-link-box-single a img {
  max-width: 24px;
  margin: 0 20px 0 0;
}
.menu-second-link-box-single a h4 {
  margin-bottom: 0;
}
.menu-second-single {
  transform: rotate3d(-90, 0, 0, 90deg);
  transform-origin: 50% 0%;
  transition: all 0.3s ease-in-out;
  padding: 10px 35px 30px;
  background-color: #fff;
  box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, 0.07),
    0px 5px 40px 0px rgba(47, 72, 88, 0.07);
  position: absolute;
  top: 68px;
  left: 0;
}
.menu-second-single h3 {
  font-size: 16px;
  text-indent: 15px;
  line-height: 3;
  color: #666;
  text-align: left;
}
.menu-second-single a {
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: left;
  padding: 15px;
  white-space: nowrap;
  font-size: 16px;
}
.menu-second-single a i {
  margin-right: 15px;
  max-width: 24px;
  font-size: 18px;
  color: #666;
}
.menu-second-single a h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px;
}
.menu-second-single a p {
  width: 90%;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
}
.menu-second-single a:hover {
  background-color: #f7f7f7;
}
.menu-first-single:hover .menu-second-single {
  transform: rotate3d(0, 0, 0, 0deg);
}
.nav-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #333;
}
.nav-right i {
  color: #07974f;
  width: 26px;
  font-size: 24px;
  margin-top: 4px;
  margin-right: 3px;
}
.nav-right p {
  color: inherit;
  font-size: 18px;
  margin: 0 30px 0 3px;
}
.nav-right .webcall {
  position: relative;
  overflow: hidden;
  width: 102px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  background: linear-gradient(to right, #436ce9, #3965e7);
  transform: perspective(1px) translateZ(0);
  transition: all 0.4s ease-in-out;
}
.nav-right .webcall:before {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transform-origin: 100% 50%;
  transition: all 0.3s ease-in-out;
}
.nav-right .webcall:hover,
.nav-right .webcall:focus,
.nav-right .webcall:active {
  color: #3965e7;
  background-color: #fff;
  border: 1px solid #3965e7;
  box-shadow: 0px 6px 27px 0px rgba(4, 21, 78, 0.6);
}
.nav-right .webcall:hover:before,
.nav-right .webcall:focus:before,
.nav-right .webcall:active:before {
  transform: scaleX(1);
}
.headerShadow {
  background-color: #fff;
  box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, 0.15);
}
.nav-blank {
  width: 100%;
  height: 68px;
}

/* 表格...........................表格*/
table.p100 {
  width: 100%;
}
table.p90 {
  width: 90%;
}
table.p80 {
  width: 80%;
}
table.p70 {
  width: 70%;
}
table.p60 {
  width: 60%;
}
table.p50 {
  width: 50%;
}
table.p40 {
  width: 40%;
}
table.p30 {
  min-width: 30%;
}
table.p20 {
  min-width: 20%;
}
table.p10 {
  min-width: 10%;
}
table.p00 {
  max-width: 100%;
}
table.normal {
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 20px;
}

table.normal tr:nth-child(odd) {
  background-color: #f0efed;
}

table.normal tr:nth-child(even) {
  background-color: #fff;
}

table.normal tr.fixzebra {
  background-color: #f6f4f0;
}

table.normal th {
  color: #fff;
  background-color: #2b313d;
  border: 1px solid #555;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

table.normal th a:link,
table.normal th a:visited {
  color: #fff;
}

table.normal th a:active,
table.normal th a:hover {
  color: #ee872a;
}

tr td:first-child {
  min-width: 25px;
}

table.normal td {
  line-height: 2em;
  min-width: 24px;
  border: 1px solid #d4d4d4;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  vertical-align: middle;
  text-align: center;
}

table.summary {
  border: 1px solid #d4d4d4;
  padding: 5px;
  font-size: 100%;
  color: #555;
  background-color: #fafad2;
}

/*成功案例..................成功案例*/
.wincase-wrap {
  overflow: hidden;
  background: url("/assets/images/box_wincase.png") no-repeat center
    center/cover;
}

.wincase-wrap h2.title {
  margin-top: 40px;
}

.wincase-wrap .wincase-box {
  display: flex;
  background-color: #fff;
  box-shadow: 0rem 0.5rem 4rem 0rem rgba(47, 72, 88, 0.07),
    0rem 0.5rem 4rem 0rem rgba(47, 72, 88, 0.07);
  border-radius: 4px;
}
.wincase-left {
  width: 29%;
  margin-left: 0%;
  padding: 40px 45px 0;
  overflow: hidden;
  background: url("/assets/images/wincase_left.png") no-repeat top left/auto
    100%;
}
.wincase-left h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.wincase-left .wincase-link-box {
  display: flex;
  flex-wrap: wrap;
}
.wincase-left .wincase-link-box a {
  width: 117px;
  height: 42px;
  line-height: 42px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #ef6d67;
  opacity: 0.9;
  margin-bottom: 18px;
}
.wincase-left .wincase-link-box a:hover {
  opacity: 1;
  box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.07),
    0px 5px 10px 0px rgba(255, 255, 255, 0.07);
}
.wincase-left .wincase-link-box a:nth-child(odd) {
  margin-right: 18px;
}
.wincase-left .wincase-link-more {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.wincase-left .wincase-link-more a {
  color: #fff;
}
.wincase-left .wincase-link-more i {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.wincase-left a:hover i {
  margin-left: 25px;
}
.wincase-right {
  width: 71%;
  margin-left: 0%;
  padding: 0 2% 0 2%;
}
.wincase-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0 20px;
  overflow: visible;
}
.wincase-img div {
  width: 22%;
  margin: 0 1% 2%;
  border-radius: 4px;
}
.wincase-img div img {
  width: 100%;
}

.wincase-img div:hover {
  box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, 0.07),
    0px 5px 40px 0px rgba(47, 72, 88, 0.07);
}

/*联络咨询......................联络咨询*/
.bottom-contact-wrap {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: url("/assets/images/box_contact.png") no-repeat center
    center/cover;
}
.bottom-contact-wrap p {
  color: #fff;
  text-align: center;
  font-size: 26px;
}
.bottom-contact-wrap a {
  display: block;
  width: 110px;
  height: 40px;
  margin: 20px auto 0;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #1e08a0;
  transition: all 0.4s ease-in-out;
}
.bottom-contact-wrap a:hover {
  box-shadow: 0px 8px 9px 1px rgba(2, 3, 65, 0.28);
}

/*.................底部............*/
.footer {
  padding-bottom: 0%;
  margin-bottom: 0%;
}
.footer-wrap {
  width: 100%;
  padding: 45px 30px;
  overflow: hidden;
  background-color: #2b313d;
}
.footer-wrap .footer-box {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-nav {
  max-width: 72px;
  color: #999;
}
.footer-nav h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
.footer-nav a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 2.8;
  color: #999;
  text-align: left;
  word-break: keep-all;
}
.footer-nav a:hover {
  color: #ccc;
}
.footer-right {
  max-width: max-content;
}
.footer-right .footer-logo img {
  max-height: 30px;
}
.footer-right .footer-area {
  color: #999;
  margin: 20px 0;
}
.footer-right .footer-area a {
  height: 45px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.footer-right .footer-area a:hover {
  color: #ccc;
}
.footer-right .footer-telnum-wrap {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-right .footer-telnum-wrap .footer-telnum {
  font-size: 14px;
  line-height: 2;
}
.footer-right .footer-telnum-wrap .footer-telnum i {
  color: #999;
  font-style: normal;
  font-weight: bold;
}
.footer-right .footer-telnum-wrap .footer-telnum span {
  color: #fcfafa;
  font-weight: bold;
}

.footer-right .footer-code {
  margin-top: 20px;
}
.footer-right .footer-code img {
  border-radius: 4px;
  max-width: 144px;
}
.footer-right .footer-code-title {
  color: #999;
  font-size: 14px;
  line-height: 2;
  max-width: 144px;
  text-align: center;
}
.footer-right .footer-weibo-wrap {
  margin-top: 20px;
  line-height: 20px;
  color: #999;
}
.footer-right .footer-weibo-wrap a {
  color: #999;
}
.footer-right .footer-weibo-wrap img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  line-height: 20px;
  vertical-align: middle;
}
.footer-copy-wrap {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #4c515d;
}
.footer-copy-wrap .footer-copy {
  max-width: 1180px;
  margin: 30px auto 0;
  color: #999;
}
.footer-copy-wrap .footer-copy img {
  vertical-align: text-top;
}
.footer-copy-wrap .footer-copy a {
  margin-left: 6px;
  color: #999;
}
.footer-copy-wrap .footer-copy a:hover {
  color: #ccc;
}

.footer_beian_wrap {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #4c515d;
  text-align: center;
  background-color: #2b313d;
}
.footer_beian_wrap .footer_beian {
  max-width: 1180px;
  margin: 30px auto 0;
  color: #999;
}
.footer_beian_wrap .footer_beian img {
  vertical-align: text-top;
}
.footer_beian_wrap .footer_beian a {
  margin-left: 6px;
  color: #999;
}
.footer_beian_wrap .footer_beian a:hover {
  color: #ccc;
}

/* ...............浏览器兼容性提示..............*/
.ie-notify-box {
  position: fixed;
  display: none;
  z-index: 999;
  top: 100px;
  padding: 5px 15px 15px 15px;
  width: 700px;
  font-size: 14px;
  line-height: 1.8;
  border-radius: 8px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.15);
}
.ie-notify-box i {
  color: #3166c9;
  font-size: 24px;
}
.ie-notify-box .closeicon {
  cursor: pointer;
  color: #da493f;
  position: absolute;
  top: 5px;
  right: 15px;
}
.ie-notify-box h3 {
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.ie-notify-box h4 {
  font-size: 15px;
  color: #666;
}
.ie-notify-box h4 a {
  color: #de392d;
  font-weight: bold;
}

/* ...............动画定义..............*/
@keyframes width-animate {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes background-top-right {
  0% {
    background-size: 100% 100%;
    background-position: right center;
  }
  100% {
    background-size: 105% 105%;
    background-position: right center;
  }
}
@keyframes slide-height {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 100% 200%;
  }
}
@keyframes scale-in-bottom {
  0% {
    transform: scale(0.5);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes fade-event-in-bottom {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes tilt-in-top-1 {
  0% {
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes slide-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes video-border {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    opacity: 0.4;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
}
@keyframes video-border2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    opacity: 0.4;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
}
@keyframes background-big {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}
@keyframes flip-out-hor-top {
  0% {
    transform: rotateX(0);
    opacity: 1;
  }
  100% {
    transform: rotateX(70deg);
    opacity: 0;
  }
}
.flip-out-hor-top {
  animation: flip-out-hor-top 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes tilt-in-fwd-tr {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(200px, -200px)
      skew(-30deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
.tilt-in-fwd-tr {
  animation: tilt-in-fwd-tr 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media (min-width: 769px) {
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  html {
    font-size: 2.6666666667vw;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
      Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
      segoe ui symbol;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none;
  }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
  }

  .wrap {
    padding-bottom: 3rem;
  }
  .box {
    max-width: 94% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 4rem auto 3rem;
  }
  .title-p {
    max-width: 88%;
    margin: -1rem auto 3rem;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
  }
  header {
    width: 100%;
    height: 5rem;
    background: rgba(0, 0, 0, 0);
  }
  header .nav-wrap {
    width: 92%;
    height: 5rem;
    margin: 0 auto;
  }
  header .nav-wrap .logo {
    height: 2.1rem;
    margin: auto 0;
  }
  header .nav-wrap .logo img {
    width: auto;
    height: 100%;
  }
  header .menu {
    display: block;
    margin-left: auto;
    color: #fff;
  }
  header .menu i {
    font-size: 3rem;
    font-weight: lighter;
  }
  .mobileHeader {
    background-color: #fff;
    box-shadow: 0rem 1.5rem 1rem -1.5rem rgba(6, 30, 46, 0.11);
  }
  .mobileHeader .menu i {
    color: #444;
  }
  .header-blank {
    display: none;
  }
  .mm-menu.mm-pageshadow:after {
    box-shadow: none !important;
  }
  .mm-menu.mm-theme-dark {
    background: #374046;
  }
  #menu .mm-navbar {
    display: none;
  }
  #menu .mm-panels {
    top: 0;
  }
  #menu a {
    font-size: 1.4rem;
  }
  #menu .menu-logo {
    display: block;
    padding: 1rem 2rem;
  }
  #menu .menu-logo img {
    vertical-align: middle;
    max-height: 2rem;
  }
  #menu .menu-second {
    padding-left: 1rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  #menu .menu-second h3 {
    font-size: 1.4rem;
    font-weight: normal;
    text-indent: 1rem;
    width: 100%;
    margin: 1rem 0;
    color: #fff;
  }
  #menu .menu-second a {
    font-size: 1.3rem;
    box-sizing: border-box;
    width: 50%;
    padding: 0.8rem 0 0.8rem 3rem;
  }
  #menu .menu-second a img {
    background-color: #fff;
    width: 2.2rem;
    vertical-align: text-top;
  }

  .wincase-right {
    width: 100%;
  }
  .wincase-img {
    padding: 2rem 0 1.3rem;
  }
  .wincase-img div {
    border-radius: 0.25rem;
  }
  .wincase-img div:hover {
    box-shadow: 0rem 0.5rem 2rem 0rem rgba(47, 72, 88, 0.07),
      0rem 0.5rem 2rem 0rem rgba(47, 72, 88, 0.07);
  }
  .bottom-contact-wrap {
    height: 15rem;
  }
  .bottom-contact-wrap p {
    font-size: 1.4rem;
  }
  .bottom-contact-wrap a {
    width: 6.875rem;
    height: 3.4rem;
    margin: 1.25rem auto 0;
    line-height: 3.4rem;
    border-radius: 0.25rem;
    font-size: 1rem;
  }
  .bottom-contact-wrap a:hover {
    box-shadow: 0px 0.5rem 0.5rem 0.1rem rgba(2, 3, 65, 0.28);
  }
  .footer-wrap {
    width: 100%;
    padding: 1rem 2rem;
  }
  .footer-wrap .footer-box {
    width: 100%;
    padding-bottom: 1rem;
  }
  /*..移动端底部导航..*/
  .mobile-footer-wrap {
    text-align: center;
    color: #929396;
    background-color: #2b313d;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mobile-footer-wrap .mobile-footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 3rem;
  }
  .mobile-footer-wrap .mobile-footer-link a {
    color: #929396;
    font-size: 1.2rem;
  }
  .mobile-footer-wrap .mobile-footer-link a img {
    position: relative;
    top: -0.5rem;
    left: 0.2rem;
    height: 0.8rem;
    margin-top: -0.5rem;
  }
  .mobile-footer-wrap .mobile-footer-link a:hover {
    color: #fff;
  }
  .mobile-footer-wrap .mobile-footer-link a:after {
    content: "";
    height: 1rem;
    margin: -0.2rem 0.8rem 0;
    line-height: 3rem;
    display: inline-block;
    vertical-align: middle;
    border-right: 0.1rem solid #929396;
  }
  .mobile-footer-wrap .mobile-footer-link a:last-child:after {
    display: none;
  }
  .mobile-footer-wrap .mobile-footer-power {
    padding: 5% 0;
    margin: 3% auto;
    border-top: 0.1rem solid #53545e;
    border-bottom: 0.1rem solid #53545e;
  }
  .mobile-footer-wrap .mobile-footer-power h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 3%;
  }
  .mobile-footer-wrap .mobile-footer-power img {
    width: 80%;
  }
  .mobile-footer-wrap .mobile-footer-tel {
    margin: 0 auto 5%;
    padding: 2% 0 0;
  }
  .mobile-footer-wrap .mobile-footer-tel h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 3%;
    color: #7f8091;
  }
  .mobile-footer-wrap .mobile-footer-tel .mobile-telNum-box {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff;
    border: 0.1rem solid #fff;
  }
  .mobile-footer-wrap .mobile-footer-tel a {
    font-size: 1.4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff;
  }
  .mobile-footer-wrap .mobile-footer-bottom {
    font-size: 1.2rem;
    color: #87888e;
  }
  .mobile-footer-wrap .mobile-footer-bottom p {
    line-height: 1.7;
  }
  .mobile-footer-wrap .mobile-footer-bottom p a {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #8b8c92;
  }

  .footer_beian_wrap .footer_beian {
    max-width: 100%;
    margin: 2rem auto 0;
    line-height: 2rem;
  }
  .footer_beian_wrap .footer_beian img {
    vertical-align: middle;
    line-height: 2rem;
  }
  .footer_beian_wrap .footer_beian a {
    margin-left: 0.375rem;
  }
}
@media screen and (max-width: 1179px) and (min-width: 769px) {
  header .nav-wrap .menu-first-wrap li:nth-child(5),
  header .nav-wrap .menu-first-wrap li:nth-child(6),
  header .nav-wrap .menu-first-wrap li:nth-child(7) {
    display: none;
  }
  .footer-wrap .footer-box .footer-nav:nth-child(1),
  .footer-wrap .footer-box .footer-nav:nth-child(2) {
    display: none;
  }
}
