.bw8_headr_icon2 {
  display: block !important;
}
#bw8-chatIframe1 {
  z-index: 666;
  position: fixed;
  width: 895px;
  height: 70%;
  bottom: 0;
  right: 0;
}
.tag {
  position: fixed;
  z-index: 6000;
  right: 5px;
  bottom: 20px;
}
* {
    caret-color: rgba(0, 0, 0, 0);
    font-family: Arial, '微软雅黑';
}
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev,
.swiper-button-next {
  cursor: auto;
}
html {
  font-size: 10px;
}
body {
  font-family: Arial, '微软雅黑';
}
.tagname {
  bottom: 0;
  z-index: 4;
  width: 12px !important;
  height: 12px !important;
  background-color: #fff !important;
}
.transtionstyle {
  transition: all 0.6s;
}
#app {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#app nav {
  width: 100%;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  line-height: 78px;
}
#app .bgcolor {
  background-color: rgba(4, 7, 110, 0.8);
}
#app .header-ul-li:hover > a {
  cursor: pointer;
  border-bottom: 1px solid #ffffff !important;
}
#app .header {
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .header .navlogo {
  display: none;
}
#app .header .header-ul {
  display: flex;
  position: relative;
}
#app .header .header-ul-li {
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-left: 78px;
  position: relative;
}
#app .header .PC-secondnav {
  display: none;
  width: 178%;
  height: auto;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  color: #333;
  text-align: center;
  line-height: 50px;
}
#app .header .PC-secondnav > div > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
#app .header .PC-secondnav > div:hover {
  background-color: #1a46d3;
  cursor: pointer;
}
#app .header .PC-secondnav > div:hover > a {
  color: #ffffff;
  font-weight: bold;
}
#app .header .header-ul-li:nth-child(3):hover .PC-secondnav {
  display: block;
}
@media screen and (max-width: 1024px) {
  #app .header .header-ul-li:nth-child(3):hover .PC-secondnav {
    display: none;
  }
}
#app .header .clearside {
  display: none;
}
#app .header .showsecondnavstyle {
  display: none;
}
#app .header .header-ul-li > a {
  padding-bottom: 10px;
}
#app .header .secondnav {
  display: none;
}
#app .header .header-ul-li:hover > a {
  border-bottom: 1px solid #1a46d3;
}
@media screen and (max-width: 1230px) {
  #app .header {
    width: 90%;
    min-width: 1000px;
  }
  #app .header .header-ul .header-ul-li {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  #app .PC-secondnav {
    display: none;
  }
  #app nav {
    height: 13vw;
    line-height: 10vw;
  }
  #app .header {
    height: 100%;
    min-width: 92vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #app .header .logo {
    width: 36vw;
  }
  #app .header .navlogo {
    display: block;
    width: 6vw;
    height: 6vw;
  }
  #app .header .header-ul {
    display: block;
    width: 60%;
    height: 100vh;
    overflow: auto;
    position: absolute;
    top: 0;
    right: -60%;
    background-color: #1a46d3;
  }
  #app .header .header-ul .clearside {
    display: block;
    color: #ffffff;
    position: relative;
    margin-bottom: 3vw;
    height: 13vw;
  }
  #app .header .header-ul .clearside .iconstyle {
    position: absolute;
    top: 5vw;
    right: 3vw;
    width: 6vw;
    height: 6vw;
  }
  #app .header .header-ul .header-ul-li {
    font-size: 16px;
    letter-spacing: 3px;
    margin-left: 5vw;
    position: relative;
    border-bottom: 2px solid #395ccd;
    display: flex;
    align-items: center;
  }
  #app .header .header-ul .header-ul-li > a {
    font-size: 4vw;
    width: 100%;
    display: inline-block;
    padding-bottom: 0px;
    color: #ffffff;
  }
  #app .header .header-ul .header-ul-li:nth-child(3) > a {
    width: auto;
  }
  #app .header .header-ul .header-ul-li .showsecondnavstyle {
    width: 6vw;
    display: inline-block;
  }
  #app .header .header-ul .header-ul-li .degstyle {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  #app .header .header-ul .header-ul-li:hover > a {
    border-bottom: none !important;
  }
  #app .header .header-ul .secondnav {
    overflow: hidden;
    display: block;
    margin-left: 5vw;
    height: 0;
    transition: all 0.4s;
  }
  #app .header .header-ul .secondnav > div {
    padding-left: 40px;
    border-bottom: 2px solid #395ccd;
  }
  #app .header .header-ul .secondnav > div > li {
    width: 100%;
    color: #90a5e6;
    list-style-type: disc;
  }
  #app .header .header-ul .secondnav > div > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #90a5e6;
    font-size: 4vw;
  }
}
.serveweb {
  background: url('../static/img/banner2.png') no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-top: 58px;
}
.serveweb > h2 {
  text-align: center;
  font-size: 36px;
  line-height: 30px;
  color: #ffffff;
}
.serveweb .webinfo {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 60px 92px 54px 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.serveweb .webinfo .addressstyle {
  width: 401px;
  height: 475px;
  background-color: #ffffff;
  box-shadow: 0px 32px 29px 0px rgba(40, 46, 69, 0.68);
  border-radius: 20px 20px 12px 12px;
}
.serveweb .webinfo .addressstyle .webtitle {
  width: 100%;
  height: 74px;
  background-color: #1758ce;
  border-radius: 12px 12px 0px 0px;
  font-size: 20px;
  text-align: center;
  line-height: 74px;
  color: #ffffff;
}
.serveweb .webinfo .addressstyle .weblocal {
  padding: 32px 40px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.serveweb .webinfo .addressstyle .weblocal > li {
  margin-bottom: 26px;
  font-size: 16px;
  cursor: pointer;
}
.serveweb .webinfo .addressstyle .weblocal li:hover,
.serveweb .webinfo .addressstyle .weblocal .specily {
  color: #1a59cd;
  font-weight: bold;
}
.serveweb .webinfo .addressstyle .weblocal > li:not(:nth-child(4n + 4)) {
  margin-right: 36px;
}
.serveweb .webinfo .addressstyle .weblocal:after {
  display: block;
  content: '';
  width: 40%;
  height: 0px;
}
.serveweb .webinfo .addressstyle .webdetail {
  font-size: 16px;
  padding: 36px 40px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.serveweb .webinfo .addressstyle .webdetail > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.serveweb .webinfo .addressstyle .webdetail > div > img {
  margin-right: 6px;
}
.serveweb .webinfo .addressstyle .webbutton {
  cursor: pointer;
  margin: 20px auto auto;
  width: 120px;
  height: 40px;
  background-image: linear-gradient(-90deg, #5aa8fd 0%, #486ff8 100%), linear-gradient(#1b5acc, #1b5acc);
  background-blend-mode: normal, normal;
  border-radius: 4px;
  opacity: 0.85;
}
.serveweb .webinfo .addressstyle .webbutton > p {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1230px) {
  .serveweb .webinfo {
    min-width: 1000px;
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .serveweb {
    background: url('../static/img/MP/banner1.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 13vw;
    padding-bottom: 18vw;
  }
  .serveweb > h2 {
    font-size: 6vw;
    line-height: normal;
  }
  .serveweb .webinfo {
    width: 100%;
    min-width: auto;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 9vw 0 0;
  }
  .serveweb .webinfo .mapstyle {
    width: 58vw;
    z-index: 1;
  }
  .serveweb .webinfo .mapstyle > img {
    width: 100%;
  }
  .serveweb .webinfo .addressstyle {
    z-index: 2;
    margin-top: -8vw;
    width: 80%;
    height: 100vw;
    box-sizing: border-box;
  }
  .serveweb .webinfo .addressstyle .webtitle {
    height: 13vw;
    font-size: 4.2vw;
    line-height: 13vw;
  }
  .serveweb .webinfo .addressstyle .weblocal {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0vw 2vw;
  }
  .serveweb .webinfo .addressstyle .weblocal > li {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
  .serveweb .webinfo .addressstyle .weblocal > li:not(:nth-child(4n + 4)) {
    margin-right: 5vw;
  }
  .serveweb .webinfo .addressstyle .webdetail {
    font-size: 3.4vw;
    padding: 2vw 0 2vw 6vw;
  }
  .serveweb .webinfo .addressstyle .webdetail > div:last-child {
    margin-bottom: 0;
  }
  .serveweb .webinfo .addressstyle .webbutton {
    width: 26vw;
    height: 10vw;
    margin-top: 4vw;
  }
  .serveweb .webinfo .addressstyle .webbutton > p {
    font-size: 4vw;
    line-height: 10vw;
  }
}
.foot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #222222;
}
.foot-top {
  margin: 32px auto;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  align-items: center;
}
.foot-top .foot-top0ne .fristp {
  font-weight: bold;
  display: flex;
  margin-bottom: 12px;
}
.foot-top .foot-top0ne .fristp img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.foot-top .foot-top0ne .secondp {
  color: #999999;
}
.foot-topfirst {
  display: flex;
  align-items: center;
}
.wx {
  width: 94px;
  height: 94px;
  background-color: #ffffff;
  margin-right: 10px;
}
.node {
  width: 100%;
  height: 60px;
  background-color: #0e0e0e;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 60px;
  color: #ffffff;
}
.node>P{
	cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1230px) {
  .foot-top {
    width: 90%;
    min-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .foot .foot-top {
    width: 84%;
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
  }
  .foot .foot-top .foot-topfirst {
    margin-top: 0;
  }
  .foot .foot-top .foot-top0ne {
    margin-top: 4vw;
  }
  .foot .foot-top .foot-top0ne .fristp {
    margin-bottom: 0;
  }
  .foot .foot-top .foot-top0ne .secondp {
    margin-left: 30px;
  }
  .foot .node {
    padding-bottom: 2vw;
    height: auto;
  }
  .foot .node > p {
    font-size: 3vw;
    margin: 2vw auto;
    width: 90%;
    line-height: normal;
  }
}
a {
  color: #ffffff;
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
/*# sourceMappingURL=basics.css.map */