.header {
  position: relative;
  width: 100%;
  height: 138px;
  background: #ffffff;
}
.header .head {
  height: 100%;
  padding-top: 13px;
  box-sizing: border-box;
}
.header .head .head-left .head-nav-top {
  margin-bottom: 60px;
}
.header .head .head-left .head-nav-top .icon-box {
  margin-right: 30px;
  cursor: pointer;
}
.header .head .head-left .head-nav-top .icon-box span {
  color: #7d7d7d;
}
.header .head .head-left .head-nav-top .icon-box a span {
  color: #7d7d7d;
}
.header .head .head-left .head-nav-top .icon-box input {
  border: none;
  border-bottom: 1px solid #333;
}
.header .head .head-left .head-nav-top .icon-box:hover a span {
  color: #6a91ce;
}
.header .head .head-left .head-nav-bottom .nav-tabs {
  border: none;
}
.header .head .head-left .head-nav-bottom .nav-tabs .nav-item {
  height: 40px;
}
.header .head .head-left .head-nav-bottom .nav-tabs .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  border: none;
  cursor: pointer;
}
.header .head .head-left .head-nav-bottom .nav-tabs .nav-item:hover a {
  color: #6a91ce;
}
.header .head .head-left .head-nav-bottom .nav-tabs .nav-item1 {
  border: none;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  align-items: center;
}
.header .head .head-left .head-nav-bottom .nav-tabs .nav-item1 a {
  margin-top: 1px;
  font-size: 18px;
  color: #333333;
  border: none;
  cursor: pointer;
}
.header .head .head-left .head-nav-bottom .nav-tabs .nav-item1:hover a {
  color: #6a91ce;
}
.header .head .head-left .head-nav-bottom .nav-box {
  position: absolute;
  top: 142px;
  left: 0;
  z-index: 9900;
  width: 100%;
  display: none;
  min-height: 396px;
  padding-top: 40px;
  margin-top: 10px;
  box-sizing: border-box;
  background-color: hsla(0, 0%, 95%, 0.8);
}
.header .head .head-left .head-nav-bottom .nav-box .navshow {
  display: flex !important;
}
.header .head .head-left .head-nav-bottom .nav-box .hide {
  display: none;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop {
  margin: 0 auto;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists {
  width: 73.5%;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists li {
  width: 31%;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists li p {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 52px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
  background: #ffffff;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists li a {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 20px;
  margin: 1px 0;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  background: #f3f3f3;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists li a:hover {
  color: #6a91ce !important;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop a {
  display: block;
  width: 26.5%;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop a .nav-contact {
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop a .nav-contact .img-box {
  width: 100%;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop a .nav-contact .img-box img {
  display: block;
  width: 100%;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop a .nav-contact .people {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop a .nav-contact .people h6 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.header .head .head-left .head-nav-bottom .nav-box .nav-drop a .nav-contact .people span {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.header .head .head-right a img {
  display: block;
  margin-top: 2px;
  width: 182px;
}
.right-nav {
  position: fixed;
  top: 164px;
  right: 0;
  z-index: 33333;
  width: 57px;
}
.right-nav ul {
  right: 0;
  margin: 0;
  padding: 0;
}
.right-nav ul li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  right: 0;
  width: 57px;
  margin-bottom: 10px;
  display: block;
  transition: right 0.4s ease-in-out, width 0.4s ease-in-out, margin-top 0.4s ease-in-out;
}
.right-nav ul li .inner {
  width: 235px;
}
.right-nav ul li .inner .right-icon {
  text-align: center;
  color: #fff;
  width: 25%;
  float: left;
}
.right-nav ul li .inner .right-icon img {
  display: block;
  width: 100%;
}
.right-nav ul li .inner .right-infor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
  width: 75%;
  height: 68px;
  color: #333;
  background: #fff;
  padding: 10px;
  font-size: 12px;
  line-height: 19px;
}
.right-nav ul li .inner .right-infor a {
  color: #333;
}
.right-nav ul li .inner .right-infor a p {
  margin: 0;
}
.right-nav ul .right-open {
  width: 235px;
  right: 177px;
}
.right-nav ul .right-list1 {
  overflow: unset;
}
.right-nav ul .right-list1 .inner .code-img {
  position: absolute;
  top: -47px;
  right: 67px;
  z-index: 2;
  display: none;
  width: 160px;
  height: 180px;
  background-color: #fff;
}
.right-nav ul .right-list1 .inner .code-img p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.right-nav ul .right-list1 .inner .code-img img {
  display: block;
  margin: 0 auto;
  width: 135px;
}
.right-nav ul .right-list1:hover .inner .code-img {
  display: block;
}
.totop {
  position: fixed;
  right: 10%;
  bottom: 0;
  z-index: 9999;
  width: 57px;
  height: 57px;
  display: none;
  cursor: pointer;
}
.totop img {
  display: block;
  width: 100%;
}
.phone-header {
  display: none;
}
.phone-bottom-nav {
  display: none;
}
.footer {
  width: 100%;
  background-color: #F3F3F3;
}
.footer .share {
  width: 100%;
  height: 120px;
  background: rgba(125, 125, 125, 0.92);
}
.footer .share .share-box {
  height: 100%;
  padding-top: 19px;
  padding-bottom: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .share .share-box span {
  font-size: 16px;
  font-weight: 400;
  color: #c4c4c4;
  line-height: 40px;
}
.footer .share .share-box .share-lists .share-list {
  margin-right: 34px;
}
.footer .share .share-box .share-lists .share-list a {
  display: block;
  width: 30px;
  height: 30px;
}
.footer .share .share-box .share-lists .share-list a img {
  width: 100%;
}
.footer .mobile-share {
  display: none;
}
.footer .foot-nav {
  padding-top: 50px;
  padding-bottom: 100px;
}
.footer .foot-nav ul {
  width: 100%;
  margin: 0 auto;
}
.footer .foot-nav ul li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 20%;
}
.footer .foot-nav ul li p {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
}
.footer .foot-nav ul li a {
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  color: #333333;
}
.footer .foot-nav ul li a:hover {
  color: #6a91ce;
}
.footer .copyright {
  width: 100%;
  height: 43px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.footer .copyright .copy {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.footer .copyright .copy .copy-left a {
  margin-right: 23px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
}
.footer .copyright .copy .copy-right p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.footer .wexin-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 260px;
  height: 280px;
  background-color: #fff;
}
.footer .wexin-popup .popup-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 15px;
  font-size: 12px;
  box-sizing: border-box;
}
.footer .wexin-popup .popup-title span {
  cursor: pointer;
}
.crumbs-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 13px;
}
.crumbs-box li {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #7D7D7D;
}
.crumbs-box li a {
  font-size: 13px;
  font-weight: 400;
  color: #7D7D7D;
}
.crumbs-box li a:hover {
  color: #6a91ce;
}
.crumbs-box li span {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  color: #6a91ce;
}
.crumbs-box li .gt {
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  color: #6a91ce;
}
.crumbs-box li .a-active {
  color: #6a91ce;
}
#page {
  margin-top: 20px;
  margin-bottom: 60px;
}
#page ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#page ul li {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  background: #6391cb;
}
#page ul li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fefefe;
  line-height: 36px;
  text-align: center;
}
#page ul li:hover {
  background: #ffffff;
  border: 1px solid #7d7d7d;
}
#page ul li:hover a {
  color: #333;
}
#page ul .page-active {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #7d7d7d;
}
#page ul .page-active a {
  color: #333;
}
@media screen and (max-width: 1200px) {
  .phone-header {
    position: fixed !important;
    width: 100%;
    height: 50px;
    display: block;
    background-color: #F3F3F3;
    z-index: 9999;
  }
  .phone-header .phone-nav-mask {
    height: 100vh;
    overflow-y: scroll;
  }
  .mobile-banner {
    padding-top: 50px;
  }
  .banner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1400px) {
  .header {
    position: relative;
    width: 100%;
    height: 136px;
    background: #ffffff;
  }
  .header .head {
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .header .head .head-left .head-nav-top {
    margin-bottom: 60px;
  }
  .header .head .head-left .head-nav-top .icon-box {
    margin-right: 30px;
  }
  .header .head .head-left .head-nav-top .icon-box span {
    color: #7d7d7d;
  }
  .header .head .head-left .head-nav-top .icon-box a span {
    color: #7d7d7d;
  }
  .header .head .head-left .head-nav-bottom .nav-tabs {
    border: none;
  }
  .header .head .head-left .head-nav-bottom .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    color: #333333;
    border: none;
    cursor: pointer;
  }
  .header .head .head-left .head-nav-bottom .nav-tabs .nav-item1 .nav-link {
    color: #333333;
    border: none;
    cursor: pointer;
  }
  .header .head .head-left .head-nav-bottom .nav-box {
    position: absolute;
    top: 142px;
    left: 0;
    z-index: 100;
    width: 100%;
    display: none;
    min-height: 396px;
    margin-top: 10px;
    padding-top: 40px;
    box-sizing: border-box;
    background-color: hsla(0, 0%, 95%, 0.8);
  }
  .header .head .head-left .head-nav-bottom .nav-box .navshow {
    display: flex !important;
  }
  .header .head .head-left .head-nav-bottom .nav-box .hide {
    display: none;
  }
  .header .head .head-left .head-nav-bottom .nav-box .nav-drop {
    width: 90%;
    margin: 0 auto;
  }
  .header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists {
    width: 73.5%;
  }
  .header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists li {
    width: 31%;
    background-color: #f3f3f3;
  }
  .header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists li p {
    width: 100%;
    height: 52px;
    padding: 0 20px;
    margin: 0;
    color: #333;
    margin-bottom: 15px;
    line-height: 52px;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
  }
  .header .head .head-left .head-nav-bottom .nav-box .nav-drop .drop-lists li a {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    margin: 1px 0;
    color: #333;
    line-height: 35px;
    background: #f3f3f3;
  }
  .header .head .head-left .head-nav-bottom .nav-box .nav-drop a {
    width: 26.5%;
  }
  .header .head .head-left .head-nav-bottom .nav-box .nav-drop a .nav-contact {
    width: 100%;
  }
  .totop {
    position: fixed;
    right: 2%;
    bottom: 0;
    z-index: 9999;
    display: none;
    cursor: pointer;
  }
  .phone-header {
    display: none;
  }
  .phone-bottom-nav {
    display: none;
  }
  .footer {
    width: 100%;
    background-color: #F3F3F3;
  }
  .footer .share {
    width: 100%;
    height: 120px;
    background: rgba(125, 125, 125, 0.92);
  }
  .footer .share .share-box {
    width: 90%;
    height: 100%;
    padding-top: 19px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer .share .share-box span {
    font-size: 16px;
    font-weight: 400;
    color: #c4c4c4;
    line-height: 40px;
  }
  .footer .share .share-box .share-lists .share-list {
    margin-right: 34px;
  }
  .footer .foot-nav {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .footer .foot-nav ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .foot-nav ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 20%;
  }
  .footer .foot-nav ul li p {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
  }
  .footer .foot-nav ul li a {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
  }
  .footer .copyright {
    width: 100%;
    height: 43px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  .footer .copyright .copy {
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  .footer .copyright .copy .copy-left a {
    margin-right: 23px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
  }
  .footer .copyright .copy .copy-right p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
}
@media screen and (max-width: 576px) {
  .header {
    display: none;
  }
  .right-nav {
    display: none;
  }
  .crumbs-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 13px;
  }
  .crumbs-box li {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #7D7D7D;
  }
  .crumbs-box li a {
    font-size: 13px;
    font-weight: 400;
    color: #7D7D7D;
  }
  .crumbs-box li a:hover {
    color: #6a91ce;
  }
  .crumbs-box li span {
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    color: #6a91ce;
  }
  .crumbs-box li .gt {
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    color: #6a91ce;
  }
  .crumbs-box li .a-active {
    color: #6a91ce;
  }
  .phone-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3333;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .phone-bottom-nav a {
    display: block;
    margin-right: 67px;
    opacity: 0.9;
    width: 58px;
    height: 68px;
  }
  .phone-bottom-nav a img {
    display: block;
    width: 100%;
  }
  .phone-bottom-nav a:nth-child(3) {
    position: relative;
    margin-right: 0;
  }
  .phone-bottom-nav a:nth-child(3) .qrcode {
    position: absolute;
    left: -50px;
    bottom: 82px;
    z-index: 33334;
    display: none;
    width: 160px;
    height: 180px;
    background-color: #fff;
  }
  .phone-bottom-nav a:nth-child(3) .qrcode .img {
    display: block;
    width: 135px;
    margin: 0 auto;
  }
  .phone-bottom-nav a:nth-child(3) .qrcode p {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    text-align: center;
  }
  .phone-bottom-nav .right-list {
    position: absolute;
    bottom: -102px;
    width: 58px;
    margin-right: 5px;
    transition: all 0.5s;
  }
  .phone-bottom-nav .right-list .inner {
    width: 100%;
    border-radius: 10px 0 0;
    background-color: #fff;
  }
  .phone-bottom-nav .right-list .inner .right-icon {
    width: 58px;
    height: 68px;
  }
  .phone-bottom-nav .right-list .inner .right-icon img {
    display: block;
    width: 100%;
  }
  .phone-bottom-nav .right-list .inner .right-infor p {
    text-align: center;
  }
  .phone-bottom-nav .right-list .inner .right-infor p a {
    height: auto;
    padding: 15px 0;
  }
  .phone-bottom-nav .right-list1 {
    bottom: -165px;
  }
  .phone-bottom-nav .right-open {
    bottom: 0;
  }
  .phone-header {
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
  }
  .phone-header .phone-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  .phone-header .phone-head .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .phone-header .phone-head .menu img {
    display: block;
    width: 25.5px;
    height: 32px;
  }
  .phone-header .phone-head .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone-header .phone-head .logo img {
    display: block;
    width: 110px;
    height: auto;
  }
  .phone-header .phone-head .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .phone-header .phone-head .right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-left: 1px solid #c4c4c4;
  }
  .phone-header .phone-head .right a img {
    display: block;
    width: 20px;
  }
  .phone-header .phone-nav-mask {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 3333;
    display: none;
    padding-bottom: 20px;
    width: 100%;
    background: rgba(243, 243, 243, 0.9);
  }
  .phone-header .phone-nav-mask .nav-lists {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list {
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #fff;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list span {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 50px;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-icon {
    float: right;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 20px;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop {
    width: 100%;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists {
    width: 85%;
    margin: 0 auto;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists li {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f3f3f3;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists li p {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 15px;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists li a {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    margin: 1px 0;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 35px;
    background: #f3f3f3;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .hide {
    display: none;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-calendar {
    display: block;
    width: 100%;
    height: 50px;
  }
  .phone-header .phone-nav-mask .nav-contact {
    width: 100%;
    padding: 0 2%;
    margin-top: 15px;
    box-sizing: border-box;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main {
    width: 100%;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main a span {
    margin-left: 15px;
    color: #6a91ce;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main a img {
    display: block;
  }
  .footer {
    width: 100%;
    background-color: #F3F3F3;
  }
  .footer .share {
    width: 100%;
    height: 120px;
    background: rgba(125, 125, 125, 0.92);
  }
  .footer .share .share-box {
    width: 90%;
    height: 100%;
    padding-top: 19px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer .share .share-box span {
    font-size: 16px;
    font-weight: 400;
    color: #c4c4c4;
    line-height: 40px;
  }
  .footer .share .share-box .share-lists {
    position: relative;
  }
  .footer .share .share-box .share-lists .share-tip {
    position: absolute;
    top: -40px;
    left: calc(50% - 15px);
    display: none;
    height: 30px;
    padding: 0 15px;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    border: 1px solid #e5e5e5;
  }
  .footer .share .share-box .share-lists .share-list {
    margin-right: 26px;
  }
  .footer .mobile-share {
    display: block;
  }
  .footer .pc-share {
    display: none;
  }
  .footer .foot-nav {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .footer .foot-nav ul {
    display: block !important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .footer .foot-nav ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .foot-nav ul li p {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
  }
  .footer .foot-nav ul li a {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
  }
  .footer .copyright {
    width: 100%;
    height: 43px;
    margin-bottom: 60px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  .footer .copyright .copy {
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .footer .copyright .copy .copy-left a {
    margin-right: 23px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
  }
  .footer .copyright .copy .copy-right p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
}
.bdshare-button-style0-16 a {
  font-size: 0 !important;
  padding-left: 0 !important;
  line-height: 30 !important;
  height: 30px !important;
  background: unset !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  margin: 0 !important;
}
.bd_weixin_popup {
  height: 320px !important;
}
.bdselect_share_box {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .right-nav {
    display: none;
  }
  .phone-bottom-nav {
    position: fixed;
    bottom: 0;
    left: calc(50% - 150px);
    z-index: 3333;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .phone-bottom-nav a {
    display: block;
    margin-right: 67px;
    opacity: 0.9;
    width: 58px;
    height: 68px;
  }
  .phone-bottom-nav a img {
    display: block;
    width: 100%;
  }
  .phone-bottom-nav a:nth-child(3) {
    position: relative;
    margin-right: 0;
  }
  .phone-bottom-nav a:nth-child(3) .qrcode {
    position: absolute;
    left: -50px;
    bottom: 82px;
    z-index: 33334;
    display: none;
    width: 160px;
    height: 180px;
    background-color: #fff;
  }
  .phone-bottom-nav a:nth-child(3) .qrcode .img {
    display: block;
    width: 135px;
    margin: 0 auto;
  }
  .phone-bottom-nav a:nth-child(3) .qrcode p {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    text-align: center;
  }
  .phone-bottom-nav .right-list {
    position: absolute;
    bottom: -102px;
    width: 58px;
    margin-right: 5px;
    transition: all 0.5s;
  }
  .phone-bottom-nav .right-list .inner {
    width: 100%;
    border-radius: 10px 0 0;
    background-color: #fff;
  }
  .phone-bottom-nav .right-list .inner .right-icon {
    width: 58px;
    height: 68px;
  }
  .phone-bottom-nav .right-list .inner .right-icon img {
    display: block;
    width: 100%;
  }
  .phone-bottom-nav .right-list .inner .right-infor p {
    text-align: center;
  }
  .phone-bottom-nav .right-list .inner .right-infor p a {
    height: auto;
    padding: 15px 0;
  }
  .phone-bottom-nav .right-list1 {
    bottom: -165px;
  }
  .phone-bottom-nav .right-open {
    bottom: 0;
  }
  .phone-header {
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
  }
  .phone-header .phone-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  .phone-header .phone-head .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .phone-header .phone-head .menu img {
    display: block;
    width: 25.5px;
    height: 32px;
  }
  .phone-header .phone-head .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone-header .phone-head .logo img {
    display: block;
    width: 97px;
    height: auto;
  }
  .phone-header .phone-head .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .phone-header .phone-head .right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-left: 1px solid #c4c4c4;
  }
  .phone-header .phone-head .right a img {
    display: block;
    width: 20px;
  }
  .phone-header .phone-nav-mask {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 3333;
    display: none;
    padding-bottom: 20px;
    width: 100%;
    background: rgba(243, 243, 243, 0.9);
  }
  .phone-header .phone-nav-mask .nav-lists {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list {
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #fff;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list span {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 50px;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-icon {
    float: right;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 20px;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop {
    width: 100%;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists {
    width: 85%;
    margin: 0 auto;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists li {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f3f3f3;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists li p {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 15px;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-drop .drop-lists li a {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    margin: 1px 0;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 35px;
    background: #f3f3f3;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .hide {
    display: none;
  }
  .phone-header .phone-nav-mask .nav-lists .nav-list .nav-calendar {
    display: block;
    width: 100%;
    height: 50px;
  }
  .phone-header .phone-nav-mask .nav-contact {
    width: 100%;
    padding: 0 2%;
    margin-top: 15px;
    box-sizing: border-box;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main {
    width: 100%;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main a span {
    margin-left: 15px;
    color: #6a91ce;
  }
  .phone-header .phone-nav-mask .nav-contact .nav-contact-main a img {
    display: block;
  }
}
