@media screen and (min-width: 1180px) {
  .banner {
    height: 560px;
    width: 100%;
    background: url('../img/about/banner.png') no-repeat center center;
    position: relative;
  }
  .banner .header {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
  }
  .banner .header .w {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .header .w .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .header .w .left .logo {
    width: 130px;
    height: 45px;
    margin-right: 10px;
  }
  .banner .header .w .left .logo img {
    width: 100%;
    height: 100%;
  }
  .banner .header .w .left .nav_box ul li {
    cursor: pointer;
    width: 100px;
    height: 25px;
    text-align: center;
    float: left;
    font-size: 13px;
    color: #ffffff;
  }
  .banner .header .w .left .nav_box ul li a {
    width: 60px;
    height: 30px;
    line-height: 20px;
    border-bottom: 2px solid transparent;
    display: block;
    margin: 0 auto;
    color: #ffffff;
  }
  .banner .header .w .left .nav_box ul li a:hover {
    color: #016DFE;
  }
  .banner .header .w .left .nav_box ul .selected a {
    border-bottom: 2px solid #016DFE;
    color: #016DFE;
  }
  .banner .header .w .right a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .header .w .right a img {
    width: 20px;
    height: 20px;
  }
  .banner .header .w .right a span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0 2px;
  }
  .banner .content .w {
    padding: 0 50px;
  }
  .banner .content .w .text {
    padding-top: 240px;
  }
  .banner .content .w .text h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner .content .w .text p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  .content-1 .w .top {
    text-align: center;
    padding: 80px 0;
  }
  .content-1 .w .top h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 36px;
  }
  .content-1 .w .top p {
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    line-height: 32px;
  }
  .content-1 .w .center {
    padding: 0 20px;
  }
  .content-1 .w .center h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 36px;
  }
  .content-1 .w .center .item {
    display: flex;
    align-items: center;
    height: 60px;
  }
  .content-1 .w .center .item i {
    width: 10px;
    height: 10px;
    background-color: #016DFE;
    border-radius: 5px;
  }
  .content-1 .w .center .item span {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    padding: 0 10px 0 5px;
  }
  .content-1 .w .center .item p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
  }
  .content-1 .w .bottom {
    text-align: center;
    padding: 80px 0;
  }
  .content-1 .w .bottom h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 36px;
  }
  .content-1 .w .bottom .img {
    padding: 0 200px;
    display: flex;
    justify-content: space-around;
  }
  .content-1 .w .bottom .img .item img {
    width: 250px;
    height: 175px;
    cursor: pointer;
  }
  .content-1 .w .bottom .img .item p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
  }
  .content-2 {
    height: 400px;
    width: 100%;
    background: url('../img/about/content_2.png') no-repeat center center;
  }
  .content-3 {
    text-align: center;
    padding: 100px 0 150px 0;
  }
  .content-3 h2 {
    font-size: 31px;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
  }
  .content-3 a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-3 a img {
    width: 32px;
    height: 32px;
  }
  .content-3 a span {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    padding: 0 2px;
  }
  .footer {
    background: #3F3F3F;
  }
  .footer .w {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .w p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
  }
  .footer .w p a {
    color: #fff;
  }
  .hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1180px) {
  .banner {
    height: 375px;
    width: 100%;
    background: url('../img/about/banner.png') no-repeat center center;
    background-size: 200% 100%;
    position: relative;
  }
  .banner .header {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
  }
  .banner .header .w {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .header .w .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .header .w .left .logo {
    width: 68px;
    height: 30px;
    margin-right: 10px;
  }
  .banner .header .w .left .logo img {
    width: 100%;
    height: 100%;
  }
  .banner .header .w .right .show-nav {
    padding: 5px;
  }
  .banner .header .w .right .show-nav img {
    width: 18px;
    height: 18px;
  }
  .banner .content .w .text {
    padding-top: 150px;
    text-align: center;
  }
  .banner .content .w .text h1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner .content .w .text p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
  }
  .banner .content .w a {
    margin: 20px auto;
    width: 150px;
    height: 45px;
    border-radius: 22.5px;
    background: #F93A52;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .content .w a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .banner .down-nav {
    z-index: 999;
    width: 100%;
    height: 200px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background: #000000;
    padding: 0 15px;
  }
  .banner .down-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  .banner .down-nav .top .logo {
    width: 68px;
    height: 30px;
  }
  .banner .down-nav .top .hide-nav {
    width: 17px;
    height: 17px;
  }
  .banner .down-nav .top img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner .down-nav .nav-list a {
    display: flex;
    align-items: center;
    height: 45px;
    border-top: 1px solid #666;
    padding: 0.053333rem;
  }
  .banner .down-nav .nav-list a span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  .banner .down-nav .nav-list a span.selected {
    font-weight: 600;
  }
  .content-1 .w .top {
    padding: 40px 0;
  }
  .content-1 .w .top h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .content-1 .w .top .text {
    padding: 0 10px;
  }
  .content-1 .w .top .text p {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #3f3f3f;
    line-height: 20px;
  }
  .content-1 .w .center {
    padding: 0 10px;
  }
  .content-1 .w .center h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .content-1 .w .center .item {
    display: flex;
    align-items: flex-start;
    height: 70px;
  }
  .content-1 .w .center .item span {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 0 10px;
    position: relative;
    line-height: 22px;
  }
  .content-1 .w .center .item span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #016DFE;
    border-radius: 2.5px;
  }
  .content-1 .w .center .item p {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
  .content-1 .w .bottom {
    text-align: center;
    padding: 30px 0;
  }
  .content-1 .w .bottom h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 36px;
  }
  .content-1 .w .bottom .img {
    display: flex;
    justify-content: space-around;
  }
  .content-1 .w .bottom .img .item {
    flex: 1;
  }
  .content-1 .w .bottom .img .item img {
    width: 122px;
    height: 96px;
    cursor: pointer;
    margin: 0 auto;
  }
  .content-1 .w .bottom .img .item p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
  }
  .content-2 {
    height: 200px;
    background: url('../img/about/content_2.png') no-repeat center center;
    background-size: 200% 100%;
  }
  .content-3 {
    text-align: center;
    padding: 30px 0;
  }
  .content-3 h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
  }
  .content-3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 50px;
    background: #F93A52;
    border-radius: 25px;
    margin: 0 auto;
  }
  .content-3 a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .content-3 a span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  .footer-nav .w .nav-list {
    padding: 45px 0;
  }
  .footer-nav .w .nav-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ccc;
  }
  .footer-nav .w .nav-list a:first-child {
    border-top: 1px solid #ccc;
  }
  .footer-nav .w .nav-list a span {
    font-size: 12px;
    font-weight: 600;
    color: #333;
  }
  .footer-nav .w .nav-list a img {
    display: block;
    width: 7px;
    height: 12px;
  }
  .footer {
    background: #3F3F3F;
  }
  .footer .w {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer .w p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
  }
  .footer .w p a {
    display: block;
    color: #fff;
  }
  .hide-sm {
    display: none !important;
  }
}
.down-nav {
  display: none;
}
