body {
    width: 100%;
  }
  .nav {
    width: 100%;
    height: 120px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .nav .nav_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .nav .nav_box .nav_logo {
    width: 253px;
    margin-top: 30px;
  }
  .nav .nav_box .nav_logo img {
    width: 100%;
  }
  .nav .nav_box .nav_list {
    width: 912px;
    height: auto;
    margin-left: 34px;
    line-height: 120px;
  }
  .nav .nav_box .nav_list ul {
    display: flex;
  }
  .nav .nav_box .nav_list ul li {
    margin-left: 39px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
  }
  .nav .nav_box .nav_list ul li:hover {
    font-weight: bolder;
  }
  .banner {
    width: 100%;
    height: 801px;
    /*margin-top: 120px;*/
    background: url('../img/marketingPlatform/ali-banner.jpg') no-repeat;
    background-size: 100% 100%;
  }
  .banner .banner_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  .banner .banner_box .banner_title {
    font-size: 44px;
    font-weight: bolder;
    padding-top: 229px;
    color: #FFF;
  }
  .banner .banner_box .banner_text {
    width: 782px;
    color: #FFF;
    margin-top: 38px;
  }
  .banner .banner_box .banner_btn {
    width: 242px;
    height: 48px;
    background: #FF6A00;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-top: 65px;
  }
  .sm {
    width: 1200px;
    height: 580px;
    margin: 0 auto;
  }
  .sm .sm_title {
    width: 100%;
    height: auto;
    display: flex;
  }
  .sm .sm_title .sm_img {
    width: 201px;
    padding-top: 46px;
  }
  .sm .sm_title .sm_text {
    width: 736px;
    margin-left: 47px;
    padding-top: 53px;
    color: #666666;
    font-weight: 400;
  }
  .sm .sm_title .sm_text p:nth-child(2) {
    margin-top: 6px;
  }
  .sm .arrow {
    width: 37px;
    height: 11px;
    background: url('../img/marketingPlatform/arrow.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 26px;
    margin-left: 247px;
  }
  .sm .sm_bg {
    width: 100%;
    height: auto;
    margin-top: 31px;
  }
  .sm .sm_bg img {
    width: 100%;
  }
  .al {
    width: 100%;
    height: 880px;
    margin-top: 69px;
    background: #FBFBFB;
  }
  .al .al_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  .al .al_box .al_title {
    width: 100%;
    height: auto;
    display: flex;
  }
  .al .al_box .al_title .al_img {
    width: 201px;
    padding-top: 46px;
  }
  .al .al_box .al_title .al_text {
    width: 928px;
    margin-left: 47px;
    padding-top: 53px;
    color: #666666;
    font-weight: 400;
  }
  .al .al_box .al_title .al_text p:nth-child(2) {
    margin-top: 6px;
  }
  .al .al_box .arrow {
    width: 37px;
    height: 11px;
    background: url('../img/marketingPlatform/arrow.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 26px;
    margin-left: 247px;
  }
  .al .al_box .al_bg {
    width: 100%;
    height: auto;
    margin-top: 31px;
  }
  .al .al_box .al_bg img {
    width: 100%;
  }
  .al .al_box .al_list {
    width: 100%;
    height: auto;
    display: flex;
  }
  .al .al_box .al_list .al_item {
    width: 300px;
    height: 159px;
    background: #F2F2F2;
  }
  .al .al_box .al_list .al_item p:nth-child(1) {
    font-size: 28px;
    font-weight: bolder;
    margin-left: 29px;
    padding-top: 40px;
  }
  .al .al_box .al_list .al_item p:nth-child(2) {
    color: #666666;
    margin-left: 31px;
    padding-top: 24px;
  }
  .al .al_box .al_list .al_item:hover {
    background: #FFFFFF;
    border-bottom: 4px solid #FF8608;
  }
  .ym {
    width: 1200px;
    height: 672px;
    margin: 0 auto;
  }
  .ym .ym_title {
    width: 100%;
    height: auto;
    display: flex;
  }
  .ym .ym_title .ym_img {
    width: 213px;
    height: 159px;
    margin-top: 34px;
  }
  .ym .ym_title .ym_text {
    width: 816px;
    margin-left: 47px;
    padding-top: 94px;
    color: #666666;
    font-weight: 400;
  }
  .ym .arrow {
    width: 37px;
    height: 11px;
    background: url('../img/marketingPlatform/arrow.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -39px;
    margin-left: 260px;
  }
  .ym .ym_bg {
    width: 100%;
    height: auto;
    margin-top: 31px;
  }
  .ym .ym_bg img {
    width: 100%;
  }
  .songt img{
    width: 100%;
  }
  .footer {
    width: 100%;
    height: 280px;
    /*margin-top: 87px;*/
    background: url('../img/public/footer.png') no-repeat;
    background-size: 100% 100%;
  }
  .footer .f_box {
    width: 1200px;
    height: 280px;
    margin: 0 auto;
    display: flex;
  }
  .footer .f_box .f_left {
    width: 428px;
    height: auto;
    padding-top: 60px;
  }
  .footer .f_box .f_left .f_title {
    width: 100%;
  }
  .footer .f_box .f_left .f_title ul {
    display: flex;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer .f_box .f_left .f_title ul li {
    margin: 0 22px 0 22px;
  }
  .footer .f_box .f_left .f_title ul li:nth-child(1) {
    margin-left: 0;
  }
  .footer .f_box .f_left .f_title ul span {
    width: 2px;
    height: 13px;
    display: inline-block;
    background: #FFFFFF;
  }
  .footer .f_box .f_left .f_contact {
    width: 100%;
    margin-top: 16px;
    display: flex;
  }
  .footer .f_box .f_left .f_contact .f_tel {
    width: 200px;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
  }
  .footer .f_box .f_left .f_contact .f_tel .logo {
    width: 178px;
  }
  .footer .f_box .f_left .f_contact .f_tel .phone {
    width: 38px;
    margin-top: 12px;
  }
  .footer .f_box .f_left .f_contact .f_tel .hot {
    width: 100%;
    margin-top: 14px;
  }
  .footer .f_box .f_left .f_contact .f_tel .tel {
    width: 100%;
    font-size: 24px;
    margin-top: 12px;
  }
  .footer .f_box .f_left .line {
    width: 2px;
    height: 176px;
    background: #5A5A5A;
  }
  .footer .f_box .f_left .one {
    margin-left: 22px;
  }
  .footer .f_box .f_left .f_wx {
    width: 132px;
    margin-top: 26px;
    margin-left: 43px;
  }
  .footer .f_box .f_left .f_wx img {
    width: 100%;
    border-radius: 10px;
  }
  .footer .f_box .f_left .two {
    margin-left: 43px;
  }
  .footer .f_box .area {
    width: 361px;
    height: auto;
    padding-top: 77px;
    margin-left: 65px;
  }
  .footer .f_box .area P {
    width: 336px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
  }
  .footer .f_box .area .map {
    width: 361px;
    height: 147.5px;
    margin-top: 22px;
    overflow: hidden;
  }
  .footer .f_box .form {
    width: 282px;
    height: auto;
    margin-left: 50px;
    padding-top: 39px;
  }
  .footer .f_box .form .form_icon {
    width: 100%;
    display: flex;
  }
  .footer .f_box .form .form_icon div {
    line-height: 36px;
    background: #000000;
    border: 1px solid #0A0205;
  }
  .footer .f_box .form .form_icon .aly {
    width: 109.6px;
    height: 36px;
  }
  .footer .f_box .form .form_icon .aly img {
    width: 100%;
  }
  .footer .f_box .form .form_icon .tx {
    width: 85.4px;
    margin-left: 4px;
    height: 36px;
  }
  .footer .f_box .form .form_icon .tx img {
    width: 100%;
  }
  .footer .f_box .form .form_icon .tb {
    width: 68.6px;
    margin-left: 4px;
    height: 36px;
  }
  .footer .f_box .form .form_icon .tb img {
    width: 100%;
    padding-top: 8px;
  }
  .footer .f_box .form .us {
    width: 100%;
    margin-top: 16px;
  }
  .footer .f_box .form .us .us_one {
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 400;
  }
  .footer .f_box .form .us input {
    width: 201px;
    height: 35.5px;
    margin-top: 5px;
    border: none;
    outline: none;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
  }
  .footer .f_box .form .us .inline {
    width: 271px;
    display: flex;
  }
  .footer .f_box .form .us .inline span {
    width: 65px;
    height: 35.5px;
    background: #FF741D;
    color: #FFFFFF;
    text-align: center;
    line-height: 35.5px;
    margin-top: 5px;
    margin-left: 1px;
  }
  .footer .f_box .form .us .us_two {
    width: 100%;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 15px;
  }
  .copyright {
    width: 100%;
    height: 116px;
    background: #333333;
    color: #FFFFFF;
    margin-top: -1px;
  }
  .copyright .cpt_box {
    width: 570px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 18px;
  }
  .copyright .cpt_box p {
    line-height: 28px;
  }
  