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

div {
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  #pageHelp {
    width: 100%;
    height: 194px;
    display: flex;
    align-items: center;
  }
  .pager {
    width: 252px;
    margin: 0 auto;
    height: 42px;
    border-radius: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pager li:first-child {
    width: 50px;
    height: 50px;
    background: #F08300;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 52px;
    cursor: pointer;
  }
  .pager li:last-child {
    width: 50px;
    height: 50px;
    background: #F08300;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 52px;
    cursor: pointer;
  }
  .navCode {
    display: none;
  }
  .navWap {
    display: none;
  }
  .footer {
    position: relative;
  }
  .navBox {
    width: 100%;
    background-color: #fff;
  }
  .navBox .navList {
    width: 100%;
    height: 58px;
    background: #F08300;
  }
  .navBox .navList .nav {
    width: 1400px;
    margin: 0 auto;
    display: flex;
  }
  .navBox .navList .nav .navItemAct {
    padding: 0 80px;
    height: 58px;
    background: #FABE00;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
  }
  .navBox .navList .nav .navItem {
    padding: 0 80px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
  }
  .navBox .navList .nav .navItem:hover {
    background: #FABE00;
  }
  .navBox .navInfo {
    width: 1400px;
    height: 136px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navBox .navInfo .logo {
    width: 319px;
    height: 64px;
  }
  .navBox .navInfo .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .navBox .navInfo .right .callMe {
    display: flex;
    align-items: center;
  }
  .navBox .navInfo .right .callMe img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }
  .navBox .navInfo .right .callMe .phone {
    font-size: 24px;
    font-weight: 500;
    color: #F08300;
    line-height: 20px;
  }
  .navBox .navInfo .right .callMe .call {
    font-size: 16px;
    font-weight: 400;
    color: #0E0E0E;
  }
  .navBox .navInfo .right .search {
    width: 360px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid rgba(240, 131, 0, 0.8);
    border-radius: 21px;
    padding: 4px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 100px;
  }
  .navBox .navInfo .right .search img {
    width: 14px;
    height: 14px;
  }
  .navBox .navInfo .right .search input {
    border: none;
    flex: 1;
    margin-left: 10px;
    font-size: 14px;
  }
  .navBox .navInfo .right .search .btn {
    width: 70px;
    height: 32px;
    background: #F08300;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
  }
  .meun {
    width: 1400px;
    margin: 0 auto;
    margin-top: -73px;
    height: 146px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(132, 144, 167, 0.8);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 58px;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }
  .meun .meunItem {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .meun .meunItem:hover .mCard {
    display: block !important;
  }
  .meun .meunItem .mCard {
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    bottom: -240px;
    left: 0;
    padding: 10px;
    box-shadow: 0px 0px 18px 0px rgba(132, 144, 167, 0.4);
  }
  .meun .meunItem .mCard img {
    width: 200px;
    height: 200px;
    margin: 0;
    object-fit: cover;
  }
  .meun .meunItem img {
    width: 48px;
    height: 48px;
    margin-right: 28px;
  }
  .meun .meunItem .title {
    font-size: 20px;
    font-weight: 400;
    color: #0E0E0E;
  }
  .meun .meunItem .subTitle {
    font-size: 16px;
    font-weight: 400;
    color: #7B7B7B;
  }
  .meun .searchBox {
    display: flex;
    align-items: center;
  }
  .meun .searchBox .btn {
    width: 94px;
    height: 44px;
    background: #F08300;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    margin-left: 12px;
  }
  .meun .searchBox .inp {
    width: 350px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid rgba(240, 131, 0, 0.8);
    border-radius: 22px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
  }
  .meun .searchBox .inp input {
    font-size: 14px;
    border: none;
    flex: 1;
  }
  .meun .searchBox .inp .tipsInfo {
    font-size: 14px;
    font-weight: 400;
    color: #F08300;
  }
  .bottomBox {
    background-color: #303030;
  }
  .bottomBox .copy {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    border-top: 1px solid #3e3e3e;
    padding: 19px 0;
    text-align: center;
  }
  .bottomBox .cenList {
    max-width: 1400px;
    margin: 0 auto;
    padding: 42px 0;
  }
  .bottomBox .cenList .logo {
    width: 221px;
    height: 40px;
    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-weight: 400;
    color: #ffffff;
    margin-top: 17px;
  }
  .bottomBox .cenList .info .left .daoList {
    display: flex;
  }
  .bottomBox .cenList .info .left .daoList .item {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    margin-right: 59px;
  }
  .bottomBox .cenList .info .left .daoList .itemAct {
    font-size: 20px;
    font-weight: 400;
    color: #F08300;
    position: relative;
    cursor: pointer;
    margin-right: 59px;
  }
  .bottomBox .cenList .info .left .daoList .itemAct::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: calc(50% - 13px);
    width: 26px;
    height: 2px;
    background: #F08300;
  }
  .bottomBox .cenList .info .left .topInfo {
    margin-bottom: 69px;
    display: flex;
  }
  .bottomBox .cenList .info .left .topInfo .address {
    width: 245px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 182px;
  }
  .bottomBox .cenList .info .left .topInfo .address .name {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 21px;
  }
  .bottomBox .cenList .info .left .topInfo .phone .name {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 21px;
  }
  .bottomBox .cenList .info .left .topInfo .phone .tel {
    font-size: 36px;
    font-weight: bold;
    color: #F08300;
  }
  a {
    text-decoration: none;
  }
  .heMap {
    position: absolute;
    bottom: 0;
    left: calc(50% - 700px);
  }
  .heMap .heBox {
    width: 364px;
    height: 497px;
    padding: 56px 30px;
    background: #F08300;
  }
  .heMap .heBox .title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 45px;
    text-align: center;
  }
  .heMap .heBox .subTitle {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  .navCode {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -1000px;
    left: 0;
    z-index: 10;
  }
  .wapClass {
    top: 0 !important;
  }
  .footer {
    display: none;
  }
  .navBox {
    width: 100%;
    background-color: #fff;
  }
  .navBox .navWap {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    box-shadow: -6px 0px 6px rgba(203, 203, 203, 0.16);
    z-index: 999;
  }
  .navBox .navWap .navHide {
    display: none;
  }
  .navBox .navWap .logo {
    width: 90px;
    height: 16px;
  }
  .navBox .navWap .logo img {
    width: 90px;
    height: 16px;
  }
  .navBox .navWap .navIcon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navBox .navWap .navIcon img {
    width: 15px;
    height: 15px;
  }
  .navBox .navList {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    z-index: 10;
    padding-top: 80px;
  }
  .navBox .navList .navItem {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  .navBox .navList .navItem::before {
    content: "—";
    margin-right: 23px;
  }
  .navBox .navList .navItem::after {
    content: "—";
    margin-left: 23px;
  }
  .navBox .navList .navItemAct {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FABE00;
    width: 100%;
    text-align: center;
  }
  .navBox .navList .navItemAct::before {
    content: "—";
    margin-right: 23px;
  }
  .navBox .navList .navItemAct::after {
    content: "—";
    margin-left: 23px;
  }
  .navBox .navInfo {
    display: none;
  }
  .meun {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  .meun .meunItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 106px;
    height: 123px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(132, 144, 167, 0.3);
    border-radius: 5px;
    padding: 18px 13px;
  }
  .meun .meunItem .mCard {
    display: none !important;
  }
  .meun .meunItem img {
    width: 24px;
    height: 24px;
  }
  .meun .meunItem .title {
    font-size: 14px;
    font-weight: bold;
    color: #0E0E0E;
    text-align: center;
    margin: 13px 0;
  }
  .meun .meunItem .subTitle {
    font-size: 10px;
    font-weight: 400;
    color: #7B7B7B;
    text-align: center;
  }
  .meun .searchBox {
    display: none;
  }
  .bottomBox {
    background-color: #303030;
  }
  .bottomBox .copy {
    font-size: 10px;
    font-weight: 400;
    color: #888888;
    padding: 19px 0;
    text-align: center;
  }
  .bottomBox .cenList {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 26px;
  }
  .bottomBox .cenList .logo {
    width: 129px;
    height: 23px;
    margin-bottom: 20px;
  }
  .bottomBox .cenList .info .right {
    display: none;
  }
  .bottomBox .cenList .info .left .daoList {
    display: none;
  }
  .bottomBox .cenList .info .left .topInfo .address {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
  }
  .bottomBox .cenList .info .left .topInfo .address .name {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 10px;
  }
  .bottomBox .cenList .info .left .topInfo .phone {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottomBox .cenList .info .left .topInfo .phone .name {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 10px;
  }
  .bottomBox .cenList .info .left .topInfo .phone .tel {
    font-size: 18px;
    font-weight: bold;
    color: #F08300;
  }
  a {
    text-decoration: none;
  }
  .heMap {
    position: absolute;
    bottom: 0;
    left: calc(50% - 700px);
  }
  .heMap .heBox {
    width: 364px;
    height: 497px;
    padding: 56px 30px;
    background: #F08300;
  }
  .heMap .heBox .title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 45px;
    text-align: center;
  }
  .heMap .heBox .subTitle {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
