@media (max-width: 375px) {
  .title-lg {
    line-height: 1.7;
    color: #45586c;
    font-size: 30px;
    margin: 24px 0;
  }
  .title-sm {
    line-height: 1.7;
    color: #45586c;
    font-size: 18px;
    margin: 18px 0;
  }
  .title-md {
    line-height: 1.7;
    color: #3f4a56;
    font-weight: lighter;
    font-size: 22px;
  }
  .text-content {
    line-height: 1.7;
    font-size: 16px;
    color: #8091a5;
  }
  .title-mag {
    margin: 30px 0;
  }
  .m-b-lg {
    margin-bottom: 30px;
  }
  .title-center {
    text-align: center;
  }
  .a-link {
    font-size: 16px;
    text-decoration: none;
    color: #68bd79;
  }
  .swiper-scrollbar1 {
    display: none;
  }
  .swiper-container2 {
    display: none;
  }
  .cardNone {
    display: block;
  }
  .header {
    width: 100%;
    height: 66px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #f1f2f3;
    z-index: 11;
    box-shadow: 0 4px 12px 0 rgba(52, 63, 75, 0.06), 0 10px 20px 0 rgba(52, 63, 75, 0.06), 0 0 0 1px rgba(52, 63, 75, 0.02);
  }
}

@media (max-width: 375px) and (min-width: 768px) {
  .header .header-core {
    width: 100%;
  }
}

@media (max-width: 375px) and (min-width: 992px) {
  .header .header-core {
    width: 100%;
  }
}

@media (max-width: 375px) and (min-width: 1440px) {
  .header .header-core {
    width: 1440px;
  }
}

@media (max-width: 375px) {
  .header .header-core {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .header .header-core .logo {
    display: block;
    height: 100%;
    line-height: 66px;
    text-align: center;
    font-size: 24px;
    margin-top: 5px;
  }
  .header .header-core .memus {
    margin-left: 60px;
    width: 550px;
    height: 100%;
  }
  .header .header-core .memus .memusBox {
    display: flex;
    width: 100%;
    height: 66px;
    justify-content: space-between;
    align-items: center;
  }
  .header .header-core .memus .memusBox .box-item {
    font-size: 16px;
    color: #333333;
  }
  .header .header-core .memus .memusBox .box-item a {
    display: block;
    cursor: pointer;
  }
  .header .header-core .btnBox {
    width: 240px;
    height: 100%;
    line-height: 66px;
    text-align: center;
  }
  .header .header-move {
    display: none;
  }
  .header .menuModal {
    display: none;
  }
  .header .header-core ::after {
    content: "";
    display: block;
    clear: both;
  }
  .container {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .container .banner {
    width: 100%;
    height: 390px;
    background: url("../imgs/banner.jpg") no-repeat center;
  }
  .container .banner .S_con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .container .banner .S_con dl {
    vertical-align: middle;
    color: #fff;
  }
  .container .banner .S_con dl dt {
    font-size: 40px;
    font-weight: bold;
  }
  .container .banner .S_con dl dd {
    font-family: Arial;
    font-size: 20px;
    margin-top: 18px;
  }
  .container .S_menu {
    width: 100%;
    border-bottom: 1px solid #ececec;
    margin-top: 26px;
    background-color: #fff;
  }
  .container .S_menu .w1280 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .container .S_menu .w1280 p {
    float: left;
  }
  .container .S_menu .w1280 a {
    text-decoration: none;
    color: #adaba8;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
  }
  .container .S_menu .w1280 a .cur {
    border-bottom: 3px solid #cf000d;
  }
  .container .S_menu .w1280 p a {
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
    color: #666666;
    margin-right: 50px;
    float: left;
  }
  .container .container-heart {
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .container .container-heart .aboutA {
    padding: 56px 0px;
  }
  .container .container-heart .aboutA .aboutA_L {
    float: left;
  }
  .container .container-heart .aboutA .aboutA_L h1 {
    font-size: 30px;
    color: #000000;
    position: relative;
    padding-bottom: 22px;
  }
  .container .container-heart .aboutA .aboutA_L h1 :after {
    content: '';
    width: 65px;
    height: 5px;
    background: #9b9b9b;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .container .container-heart .aboutA .aboutA_L em {
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
    display: block;
  }
  .container .container-heart .aboutA .aboutA_R {
    float: right;
    width: 100%;
  }
  .container .container-heart .aboutA p {
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  .container .container-heart .w1280 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer {
    position: relative;
    width: 100%;
    height: 280px;
    background-color: #001635;
  }
  .footer .footer-heart {
    width: 90%;
    margin: 0 auto;
  }
  .footer .footer-heart .footer-img {
    width: 140px;
    height: 50px;
    margin-top: 40px;
  }
  .footer .footer-heart .footer-text {
    margin-top: 30px;
    font-size: 14px;
    color: #9BBABC;
  }
  .footer .footer-heart .footer-text2 {
    margin-top: 20px;
    font-size: 14px;
    color: #9BBABC;
    display: grid;
  }
  .footer .footer-heart .footer-text3 {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #9BBABC;
  }
}
