html {
  font-size: 100px;
}

a {
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.12rem;
  position: relative;
  color: #232323;
}

.flexW {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.flexH {
  display: flex;
  flex-flow: column;
}

.flex1 {
  flex: 1 1 auto;
}

.flex0 {
  flex: 0 0 auto;
}

header {
  height: 7.77778vmin;
  overflow: visible;
  z-index: 9991;
  display: flex !important;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.66rem;
  padding-right: 0;
  position: relative;
  min-width: 1000px;
  background-color: #fff;
  border-bottom: 0.01rem solid #f1f3f5;
}

header .logo {
  width: 17vmin;
  height: 3.3333vmin;
  background-image: url(https://qiniu.qaserv.com/res/images/common/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
}

header .search {
  width: 24.8vmin;
  height: 3.8vmin;
  background-image: url(https://qiniu.qaserv.com/res/images/common/phone.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* flex: 0 0 auto; */
}

header .menu {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  transition: color 0.5s;
}

/* header .menu[rel="3"] {
  color: #fff;
} */

header .menu > div {
  flex: 0 0 auto;
  position: relative;
  height: 7.77778vmin;
}

header .menu > div.current > a:after {
  content: "";
  height: 0.03rem;
  background-color: #0052d9;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4em;
  transform: translate(-50%);
}

header .menu > div > a {
  font-size: 1.66667vmin;
  line-height: 7.77778vmin;
  padding-left: 2em;
  padding-right: 2em;
  white-space: nowrap;
  cursor: pointer;
}

header .menu > div.current > a,
header .menu > div > a:hover {
  color: #0052d9;
}

header .menu .active {
  background: url(https://qiniu.qaserv.com/res/images/common/menu-active.png);
  background-position: center;
  background-size: 12.4vmin 3.518vmin;
  background-repeat: no-repeat;
  color: #fff;
}

header .menu .active > a:hover {
  color: #fff;
}

header .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: hidden;
  align-items: stretch;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  z-index: 93;
  transition: height 0.3s;
  border-radius: 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  background-image: linear-gradient();
  /* font-size: 1.5vmin; */
}

header .submenu.show {
  height: 4rem;
}

.submenu .lv2 {
  height: 0;
  width: 100vw;
  background-color: #fff;
  position: fixed;
  left: 0;
  transition: height 0.3s;
  overflow: hidden;
  color: #333 !important;
  padding: 0 80px;
  box-sizing: border-box;
  /* transform: translateY(-20px); */
}

.submenu.show .lv2 {
  height: 4rem;
}

.submenu .lv2 ul,
.submenu .lv2 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.submenu .lv2 > ul {
  margin-top: 40px;
  margin-right: 80px;
}

.submenu .lv2 > ul > li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  padding-right: 100px;
}

.submenu .lv2 > ul > ul {
  padding-top: 10px;
}

.submenu .lv2 > ul > ul > li {
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
}

.submenu .lv2 {
  display: flex;
  justify-content: center;
}

.submenu li:hover {
  font-weight: bold;
  color: #336adc;
}

.contact {
  position: fixed;
  top: 11vmin;
  right: 2.222vmin;
  width: 8.888889vmin;
  height: 17.87vmin;
  background-image: url(https://qiniu.qaserv.com/res/images/common/contact_01.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 90;
}

.contact:hover {
  background-image: url(https://qiniu.qaserv.com/res/images/common/contact_02.png);
  cursor: pointer;
}

.contactContent {
  width: 46.3vmin;
  padding: 2vmin;
  padding-top: 3.6vmin;
  box-sizing: border-box;
  background-image: linear-gradient(
    to bottom,
    rgba(37, 114, 214, 1),
    rgba(70, 148, 249, 0.75) 33%,
    rgba(70, 148, 249, 0.33)
  );
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3, 0.3);
  z-index: -1;
  border-radius: 0.16rem;
  backdrop-filter: blur(5px);
  flex-flow: column;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.contactContent.on {
  transform: translate(-50%, -50%) scale(1, 1);
  z-index: 999;
  opacity: 1;
  pointer-events: all;
}

.contactContent > i {
  width: 1.6vmin;
  height: 1.6vmin;
  display: block;
  position: absolute;
  right: 0.14rem;
  top: 0.14rem;
  background-repeat: no-repeat;
  background-image: url(https://qiniu.qaserv.com/res/images/common/close.png);
  background-size: contain;
  cursor: pointer;
}

.contactContent > div {
  padding: 1.2vmin;
  border-radius: 0.16rem;
  background-color: #dae9fd;
  border: solid 0.01rem #fff;
}

.contactContent > div[rel]:before {
  content: attr(rel);
  font-size: 1.3vmin;
  line-height: 160%;
  display: block;
  flex: 0 0 auto;
  margin-bottom: 0.16rem;
  text-align: center;
}

.contactContent > div a {
  background-image: linear-gradient(to right, #04c8f3, #195de9 83%);
  color: #fff;
  font-size: 3vmin;
  line-height: 120%;
  text-align: center;
  border-radius: 0.1rem;
  padding: 1vmin;
  display: block;
}

.contactContent > div a::after {
  content: "189-4165-3526";
}

.contactContent > div a:before {
  content: "";
  display: inline-block;
  width: 3vmin;
  height: 3vmin;
  vertical-align: middle;
  margin-right: 0.12rem;
  background-image: url(https://qiniu.qaserv.com/res/images/common/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.contactContent > div:nth-last-child(1) {
  margin-top: 1.8vmin;
}

.contactContent > div:nth-last-child(1):after {
  content: "";
  width: 14vmin;
  height: 14vmin;
  background-image: url(https://qiniu.qaserv.com/res/images/common/code.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
}

footer {
  background-color: #eef0f5;
}

footer h3 {
  margin-top: 0;
  font-size: 1.5vmin;
  margin-bottom: 1em;
}

footer > .flexW > div {
  padding-left: 5.73vw;
  max-height: 24.76vmin;
  overflow: auto;
}

footer > .flexW > div:nth-of-type(3) {
  padding-left: 1.5625vw;
}

footer > .flexW > .powers:nth-of-type(2) {
  border-right: solid 0.01rem #d6d8dc;
  padding-right: 5.73vw;
}

footer .map {
  padding-top: 1vw;
  padding-left: 2.1875vw !important;
  padding-right: 5.4vw;
  border-right: solid 0.01rem #d6d8dc;
}

.links {
  width: 28.33vw;
}

.links li {
  border: solid 0.01rem #d6d8dc;
  background-color: #f3f5f8;
  color: #898a8b;
  font-size: 1.3vmin;
  line-height: 1.4vmin;
  padding: 0.08rem;
  margin-top: 0.08rem;
  min-width: 30vmin;
}

.powers {
  margin-left: 0;
  width: 5.73vw;
}

.powers ul {
  display: flex;
  flex-flow: row wrap;
}

.powers ul li {
  /* width: 33.33%; */
  flex: 0 0 auto;
  font-size: 1.3vmin;
}

.powers ul li > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.4vmin;
  color: #666666;
}

footer {
  padding-top: 0.01rem;
  /* margin-top: 0.2rem; */
}

footer > .flexW {
  align-items: stretch;
  padding-top: 3vmin;
  padding-bottom: 3vmin;
}

footer > .flexW > div.code {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-left: 6vmin;
  padding-right: 6vmin;
}

footer .code:before {
  content: "";
  width: 10vmin;
  height: 10vmin;
  display: block;
  margin: 1vmin;
  margin-bottom: 1vmin;
  background-color: #fff;
  <!--background-image: url(https://qiniu.qaserv.com/res/images/common/code.png);-->
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .code:after {
  content: "关注微信公众号";
  font-size: 1.3vmin;
  line-height: 120%;
  margin-bottom: 2vmin;
}

.copy {
  text-align: center;
  background-color: #65696f;
  font-size: 1.1vmin;
  line-height: 2.4vmin;
  padding: 0.08rem;
  color: rgba(255, 255, 255, 0.75);
}

.powers ul li > a:hover,
footer a:hover {
  color: #0052d9;
}

@media (max-width: 768px) {
  .header {
    display: flex !important;
    align-items: center;
    height: 12.53vw;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 6px 10px 0px rgba(107, 107, 107, 0.14);
  }

  .header .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
  }

  .header .left img {
    width: 21vw;
    margin-left: 3.6vw;
  }

  .header .nav-item-box {
    display: none;
  }

  .header .depart {
    display: none;
  }

  .header .contact {
    display: none;
  }

  .header .search {
    position: absolute;
    right: 20px;
    width: 14%;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid grey;
    padding: 0 10px;
    background: transparent;
  }

  .header a {
    color: #333;
    text-decoration: none;
  }

  .header-block {
    height: 60px;
  }

  .header .p2 {
    position: absolute;
    right: 5%;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
  }

  .header .p2 i {
    width: 100%;
    height: 2px;
    margin-top: 12px;
    display: block;
    position: relative;
    transition: 0.4s;
    background-color: #000;
  }

  .header .p2 i:after,
  .header .p2 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #000;
    width: 100%;
    height: 2px;
    transition: 0.4s;
  }

  .header .p2 i:before {
    margin-top: -8px;
  }

  .header .p2 i:after {
    margin-top: 8px;
  }

  .mob_on .p1 {
    opacity: 0;
  }

  .mob_on .p2 i {
    background: none;
  }

  .mob_on .p2 i:before {
    transform: rotate(45deg);
    margin: 0;
  }

  .mob_on .p2 i:after {
    transform: rotate(-45deg);
    margin: 0;
  }

  .mob_on .nav1 {
    transform: translateX(0);
  }

  .nav1 {
    z-index: 999;
    position: fixed;
    right: 0;
    top: 12.53vw;
    width: 100%;
    height: calc(100vh - 12.53vw);
    box-sizing: border-box;
    background: #fff;
    padding: 0 4.8vw;
    transition: 0.5s;
    transform: translateX(100%);
  }

  .nav1 .box {
    overflow-y: auto;
    height: 100%;
  }

  .nav1 .box ul {
    list-style: none;
    padding-left: 0;
  }

  .nav1 .box ul > li > a {
    border-bottom: 1px solid #eaecf2;
    position: relative;
  }

  .nav1 .box ul > li > a {
    color: #333 !important;
    font-size: 2.93vw;
    display: block;
    padding-left: 6vw;
    cursor: pointer;
    text-decoration: none;
    height: 14.67vw;
    line-height: 14.67vw;
    font-weight: 500;
  }

  .nav1 .box ul > li > a.tel {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav1 .box ul b {
    position: absolute;
    right: 6vw;
    top: calc(50% - 1vw);
    width: 2vw;
    height: 2vw;
    background-image: url(https://qiniu.qaserv.com/res/images/mobile/index/arrow2.png);
    background-size: cover;
    transition: 0.5s;
  }

  .nav1 .box ul .active b {
    transform: rotate(90deg);
  }

  .nav1 .active ol {
    display: block;
  }

  .nav1 ol {
    display: none;
    list-style: none;
    padding: 2vw 6vw 0;
  }

  .nav1 ol > li {
    height: 4.26vw;
    line-height: 4.26vw;
    margin-top: 2vw;
  }

  .nav1 ol > li > a {
    text-decoration: none;
    color: #666 !important;
    font-size: 2.8vw;
  }

  .footer1 {
    display: block;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    background-color: #65696f;
    color: #fff;
  }
  .footer1 .box {
    overflow-y: auto;
  }

  .footer1 .box ul {
    margin: 6.26vw 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 5.4vw;
  }

  .footer1 .box ul > li {
    margin-bottom: 5.4vw;
  }

  .footer1 .box ul > li > a {
    position: relative;
    padding: 0 9.8vw;
  }

  .footer1 .box ul > li > a {
    font-size: 3.73vw;
    display: block;
    line-height: 4.8vw;
    cursor: pointer;
    text-decoration: none;
  }

  .footer1 .box ul b {
    position: absolute;
    right: 10vw;
    top: 50%;
    height: 3vw;
    width: 3vw;
    transform: translateY(-50%);
    background-image: url(https://qiniu.qaserv.com/res/images/mobile/index/arrow.png);
    background-size: cover;
    transition: 0.5s;
  }

  .footer1 .box ul .active b {
    transform: rotate(90deg);
  }

  .footer1 .active ol {
    display: block;
  }

  .footer1 ol {
    display: none;
    list-style: none;
    background: #4c4e51;
    width: 100vw;
    padding: 0;
    margin-top: 4.4vw;
  }

  .footer1 ol > li {
    height: 7.86vw;
    line-height: 7.86vw;
    border-bottom: 1px solid #65696f;
  }

  .footer1 ol > li.map {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35.86vw;
  }

  .footer1 ol > li img {
    height: 24vw;
  }

  .footer1 ol > li > a {
    font-size: 2.93vw;
    text-decoration: none;
    padding-left: 16.67vw;
  }

  .footer1 .code {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3.46vw;
    margin: 8vw 0;
  }

  .footer1 .code img {
    width: 24.26vw;
  }

  .footer1 .copyright {
    font-size: 2.67vw;
    line-height: 4.8vw;
    width: 100%;
    text-align: center;
    padding-bottom: 5vw;
  }

  .copyright p {
    margin: 0;
  }
}

pager {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    padding-bottom: 30px;
}

pager li {
    margin: 0 5px;
}

pager a {
    color: #666;
    width: 30px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dreamer-ul {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    font-style: normal;
}

pager * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    font-style: normal;
}

pager a:hover,pager .active {
    display: inline-block;
    color: #fff;
    background: #2a7efb;
    border-color: #2a7efb;
}

pager .active a,pager .active {
    display: inline-block;
    color: #fff;
    background: #2a7efb;
    font-weight: bold;
    border: 1px solid #2a7efb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
