@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.pagehelpAvtive {
  background-color: #009688 !important;
  color: #fff !important;
  border-radius: 3px;
}

@media screen and (max-width: 960px) {
  #pageHelp {
    display: none;
  }
  .navTop {
    display: none;
  }
  .hezuo {
    display: none;
  }
  .topNav {
    width: calc(100% - 30px);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    box-shadow: -6px 0px 6px rgba(203, 203, 203, 0.16);
    z-index: 999;
  }
  .topNav .logo {
    width: 90px;
    height: 16px;
  }
  .topNav .logo img {
    width: 90px;
    height: 16px;
  }
  .topNav .navIcon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topNav .navIcon img {
    width: 15px;
    height: 15px;
  }
  .topNav .navList {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
  }
  .topNav .navList .topNav2 {
    width: calc(100% - 30px);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #ffffff;
  }
  .topNav .navList .topNav2 .logo {
    width: 90px;
    height: 16px;
  }
  .topNav .navList .topNav2 .logo img {
    width: 90px;
    height: 16px;
  }
  .topNav .navList .topNav2 .navIcon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topNav .navList .topNav2 .navIcon img {
    width: 15px;
    height: 15px;
  }
  .topNav .navList .item {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  .topNav .navList .item::before {
    content: "—";
    margin-right: 23px;
  }
  .topNav .navList .item::after {
    content: "—";
    margin-left: 23px;
  }
  .topNav .navList .itemAct {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #09104A;
    width: 100%;
    text-align: center;
  }
  .topNav .navList .itemAct::before {
    content: "—";
    margin-right: 23px;
  }
  .topNav .navList .itemAct::after {
    content: "—";
    margin-left: 23px;
  }
  .topHead {
    width: 100%;
  }
  .topHead img {
    width: 100%;
  }
  .bottomBox {
    background-color: #303030;
  }
  .bottomBox .copy {
    font-size: 10px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #888888;
    padding: 19px 0;
    text-align: center;
  }
  .bottomBox .cenList {
    margin: 0 auto;
    padding-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottomBox .cenList .logo {
    width: 129px;
    height: 23px;
    margin-bottom: 21px;
  }
  .bottomBox .cenList .info {
    display: flex;
  }
  .bottomBox .cenList .info .right {
    display: none;
  }
  .bottomBox .cenList .info .left .daoList {
    display: none;
  }
  .bottomBox .cenList .info .left .topInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottomBox .cenList .info .left .topInfo .address {
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }
  .bottomBox .cenList .info .left .topInfo .address .name {
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #ffffff;
  }
  .bottomBox .cenList .info .left .topInfo .address .name::after {
    content: "：";
  }
  .bottomBox .cenList .info .left .topInfo .phone {
    display: flex;
    align-items: center;
  }
  .bottomBox .cenList .info .left .topInfo .phone .name {
    font-size: 12px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #ffffff;
  }
  .bottomBox .cenList .info .left .topInfo .phone .name::after {
    content: "：";
  }
  .bottomBox .cenList .info .left .topInfo .phone .tel {
    font-size: 18px;
    font-family: DINSchrift;
    font-weight: 400;
    color: #09104A;
  }
}

@media screen and (min-width: 960px) {
  #pageHelp {
    display: flex;
    justify-content: center;
  }
  .navIcon {
    display: none;
  }
  .serachIcon {
    display: none;
  }
  .topNav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
  }
  .topNav .logo {
    width: 192px;
    height: 51px;
    margin-left: 82px;
    margin-right: 200px;
  }
  .topNav .logo img {
    width: 192px;
    height: 51px;
  }
  .topNav .navList {
    width: 1196px;
    display: flex;
    justify-content: space-around;
  }
  .topNav .navList .serach {
    width: 186px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #e2e2f0;
    border-radius: 16px;
    padding: 0 17px;
    display: flex;
    align-items: center;
  }
  .topNav .navList .serach input {
    border: none;
    font-size: 14px;
    outline: none;
  }
  .topNav .navList .serach .icon {
    width: 18px;
    height: 18px;
  }
  .topNav .navList .item {
    font-size: 20px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0E0E0E;
    cursor: pointer;
  }
  .topNav .navList .item2 {
    font-size: 20px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    cursor: pointer;
  }
  .topNav .navList .itemAct {
    font-size: 20px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #E89733;
    position: relative;
    cursor: pointer;
  }
  .topNav .navList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: calc(50% - 19px);
    width: 38px;
    height: 4px;
    background: #E89733;
    border-radius: 2px;
  }
  .bottomBox {
    background-color: #F3F2F8;
  }
  .bottomBox .copy {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #888888;
    border-top: 1px solid #e3e3e3;
    padding: 19px 0;
    text-align: center;
  }
  .bottomBox .cenList {
    max-width: 1196px;
    margin: 0 auto;
    padding: 42px 0;
  }
  .bottomBox .cenList .logo {
    width: 192px;
    height: 51px;
    margin-bottom: 48px;
  }
  .bottomBox .cenList .info {
    display: flex;
  }
  .bottomBox .cenList .info .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .bottomBox .cenList .info .right .item {
    margin-left: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottomBox .cenList .info .right .item .ewr {
    width: 116px;
    height: 116px;
  }
  .bottomBox .cenList .info .right .item .name {
    font-size: 20px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #3B3B3B;
    margin-top: 17px;
  }
  .bottomBox .cenList .info .left .daoList {
    margin-bottom: 69px;
    display: flex;
  }
  .bottomBox .cenList .info .left .daoList .item {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #3B3B3B;
    cursor: pointer;
    margin-right: 59px;
  }
  .bottomBox .cenList .info .left .daoList .itemAct {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #09104A;
    position: relative;
    cursor: pointer;
    margin-right: 59px;
  }
  .bottomBox .cenList .info .left .daoList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: calc(50% - 19px);
    width: 38px;
    height: 4px;
    background: #09104A;
    border-radius: 2px;
  }
  .bottomBox .cenList .info .left .topInfo {
    display: flex;
  }
  .bottomBox .cenList .info .left .topInfo .address {
    width: 245px;
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #3B3B3B;
    margin-right: 182px;
  }
  .bottomBox .cenList .info .left .topInfo .address .name {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #3B3B3B;
    margin-bottom: 21px;
  }
  .bottomBox .cenList .info .left .topInfo .phone .name {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #3B3B3B;
    margin-bottom: 21px;
  }
  .bottomBox .cenList .info .left .topInfo .phone .tel {
    font-size: 36px;
    font-family: DINSchrift;
    font-weight: 400;
    color: #09104A;
  }
  .topHead {
    width: 100%;
    height: 684px;
  }
  .topHead img {
    width: 100%;
    height: 684px;
  }
  a {
    text-decoration: none;
  }
  .heMap {
    max-width: 1196px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 598px);
  }
  .heMap .heBox {
    width: 304px;
    height: 385px;
    padding: 56px 30px;
    background: #09104A;
  }
  .heMap .heBox .title {
    font-size: 28px;
    font-family: FZYouHei-B-GB18030;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 45px;
  }
  .heMap .heBox .subTitle {
    font-size: 20px;
    font-family: FZYouHei-L-GB18030;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .navTop {
    width: 76px;
    height: 229px;
    position: fixed;
    right: 24px;
    top: 40%;
    z-index: 10;
  }
  .navTop .back {
    background: #ffffff;
    box-shadow: 0px 0px 18px 0px #d6d6d6;
    width: 76px;
    height: 77px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .navTop .back img {
    width: 46px;
    height: 46px;
  }
  .navTop .boxsd {
    background: #ffffff;
    box-shadow: 0px 0px 18px 0px #d6d6d6;
  }
  .navTop .boxsd .item {
    width: 76px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
  }
  .navTop .boxsd .item .infoThing {
    display: none;
  }
  .navTop .boxsd .item .icon {
    width: 34px;
    height: 29px;
    margin-bottom: 8px;
  }
  .navTop .boxsd .item .name {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
  }
  .navTop .boxsd .itemAct {
    width: 76px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    background: #09104A;
    cursor: pointer;
    position: relative;
  }
  .navTop .boxsd .itemAct .infoThing {
    background: #ffffff;
    box-shadow: 0px 0px 18px 0px #d6d6d6;
    padding: 24px;
    position: absolute;
  }
  .navTop .boxsd .itemAct .infoThing .tel {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 44px;
    width: 180px;
  }
  .navTop .boxsd .itemAct .infoThing .wx {
    width: 98px;
    height: 98px;
  }
  .navTop .boxsd .itemAct .infoThing .qqInfo {
    width: 180px;
    text-align: center;
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #0e0e0e;
  }
  .navTop .boxsd .itemAct .infoThing .qqBtn {
    width: 122px;
    height: 32px;
    background: #09104A;
    border-radius: 16px;
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
  }
  .navTop .boxsd .itemAct .icon {
    width: 34px;
    height: 29px;
    margin-bottom: 8px;
  }
  .navTop .boxsd .itemAct .name {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: 400;
    color: #fff;
  }
}
