﻿/*---mo-header---*/
 body {
    color: var(--text-color, #666);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    background: #ffffff;
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  body * {
    margin: 0;
    padding: 0;
    outline: none !important;
    line-height: 1.4;
  }

  button, input, textarea {
    border: none;
  }

  /*********** 标题 start **************/
  h1, .h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--title-text-color, #000);
    font-family: var(--title-font-family);
  }
  h2, .h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--title-text-color, #000);
    font-family: var(--title-font-family);
  }
  h3, .h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--title-text-color, #000);
    font-family: var(--title-font-family);
  }
  h4, .h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color, #555);
    font-family: var(--title-font-family);
  }
  h5, .h5 {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color, #888);
    font-family: var(--title-font-family);
  }

  @media only screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 22px;
    }
    h2, .h2 {
      font-size: 20px;
    }
    h3, .h3 {
      font-size: 18px;
    }
  }
  /*********** 标题 end **************/

  a {
    color: inherit;
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
    color: var(--color-primary);
  }

  ol,
  ul {
    list-style: none;
  }

  i,
  em {
    font-style: normal;
  }

  .rich-text ol {
    list-style: decimal;
    width: fit-content;
    text-align: left;
    padding-left: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    list-style: disc;
    width: fit-content;
    text-align: left;
    padding-left: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text ul li {
    list-style: disc;
  }

  .rich-text em {
    font-style: italic;
  }

  img {
    max-width: 100%;
  }
    :not(.rich-text) img {
      width: auto;
      height: auto;
    }

  .fr,
  .float-right {
    float: right;
  }

  .fl,
  .float-left {
    float: left;
  }

  .uppercase {
    text-transform: uppercase;
  }

  /* RTL布局 */

  html[dir="rtl"] body {
    text-align: right;
  }

  /* 清除浮动 */
  .cl {
    zoom: 1;
  }

  .cl:before,
  .cl:after {
    display: table;
    content: " ";
  }

  .cl:after {
    clear: both;
  }

  /*富文本内置样式*/
  .mce-img-32 {width: 32px;height: auto;} .mce-img-64 {width: 64px;height: auto;} .mce-img-240 {width: 240px;height: auto;} .mce-img-480 {width: 480px;height: auto;} .mce-img-600 {width: 600px;height: auto;} .mce-img-1024 {width: 1024px;height: auto;} .mce-img-2048 {width: 2048px;height: auto;} .mce-img-w-100 {width: 100%;height: auto;}

  :root {

    --color-primary:#3395C7;

    --color-primary-rgb:51, 149, 199;

    --color-second:#333;

    --color-second-rgb:51, 51, 51;

    --bg-color: #f2f2f2;

    --btn-hover: #3395C7;

    --button-radius: 8px;

    --font-family: Poppins;

    --title-font-family: Poppins_Bold;

    --text-color: #666;

    --text-color-rgb: 102, 102, 102;

    --title-text-color: #000000;

    --title-text-color-rgb: 0, 0, 0;
  }


  
.sitetop-song {
  display: none;
  background: #333;
  height: 50px;
  line-height: 50px;
}
.sitetop-song .row {
  justify-content: space-between;
}

.sitetop-song span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.sitetop-song span.mo-header-search-song {
  margin-right: 5px;
}

.sitetop-song span i {
  font-size: 24px;
  line-height: 50px;
}


.mo-search-song {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
  z-index: 20;
}

.mo-search-song .form-control {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px 0 0 4px;
}

.mo-search-song .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: var(--color-primary);
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.mo-leftmenu-song {
  display: none;
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.mo-leftmenu-song .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}

.mo-leftmenu-song .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

.mo-leftmenu-song .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

.mo-leftmenu-song .tit span i {
  color: #fff;
  font-size: 16px;
}

.mo-leftmenu-song>ul {}

.mo-leftmenu-song>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}

.mo-leftmenu-song>ul>li>a {
  padding: 0 0 0 20px;
  line-height: 50px;
}

.mo-leftmenu-song>ul>li>i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mo-leftmenu-song ul li a {
  color: #333;
  display: block;
}

.mo-leftmenu-song ul li a:hover {
  text-decoration: none;
}

.mo-leftmenu-song ul li ul {
  display: none;
  padding-bottom: 10px;
}

.mo-leftmenu-song ul li ul li {
  line-height: 35px;
}

.mo-leftmenu-song ul li ul li a {
  padding: 0 0 0 40px;
  line-height: 35px;
}

.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

/*---header---*/

.header-song {
  background: #fff;
  height: 100px;
  position: relative;
}

.header-song>.container {
  height: 100%;
}

.header-song>.container>.row {
  position: relative;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-song .logo {
  width: 12%;
}
.header-song .logo img {
  max-width: 100%;
  max-height: 70px;
}

.header-song h1 a {
  display: inline-block;
  width: 167px;
  height: 70px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 167px 70px;
}

.header-song .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.header-song .nav>ul {
  padding: 0 10px;
}

.header-song .nav>ul>li {
  float: left;
  position: relative;
  margin: 0 15px;
}

.header-song .nav>ul>li>a {
  display: block;
  font-size: 20px;
  color: #121212;
  line-height: 36px;
  font-weight: 500;
}

.header-song .nav>ul>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 1000;
  padding: 3px 0 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 5px 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.header-song .nav>ul>li ul>li {
  float: none;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  position: relative;
}

.header-song .nav>ul>li ul>li:last-child {
  border: none;
}

.header-song .nav>ul>li ul>li>a {
  display: block;
  padding: 10px 20px;
  border: none;
  color: #333;
  font-size: 17px;
  line-height: 22px;
  text-transform: capitalize;
}

.header-song .nav>ul>li ul>li>a i {
  position: absolute;
  right: 10px;
  font-size: 11px;
}

.header-song .nav>ul>li ul>li>a:hover {
  color: var(--color-primary);
}

.header-song .nav>ul>li:hover>a,
.header-song .nav>ul>li.active>a {
  color: var(--color-primary);
}

.header-song .nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.header-song .nav>ul>li:hover>ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.header-right-song {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

.header-lang-song {
  position: relative;
  z-index: 20;
  margin: 0 10px;
}

.header-lang-song .box {
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header-lang-song .box em {
  float: left;
  margin: 0 3px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
}

.header-lang-song .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang-song .lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.header-lang-song ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-lang-song ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}

.header-lang-song ul li:last-child {
  border: none;
}

.header-lang-song ul li a {
  color: #333;
  font-size: 12px;
  display: block;
}

.header-lang-song ul li a:hover {
  color: var(--color-primary);
}

.header-lang-song ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.header-lang-song:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}


.search-song {
  float: right;
  margin: 0;
  position: relative;
}

.search-song em {
  padding: 5px 3px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}

.search-song em i {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

.search-song .serchbox {
  display: none;
  position: absolute;
  background: var(--bg-color);
  width: 255px;
  padding: 10px;
  top: 36px;
  right: 0;
  z-index: 1000;
}

.search-song .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 33px;
  line-height: 33px;
  float: left;
  color: #333;
  padding: 0 0 0 6px;
  box-sizing: border-box;
}

.search-song .serchbox .submit_btn {
  border: none;
  width: 35px;
  background: var(--color-primary);
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.search-song:hover em {
  background: #666;
}

.search-song:hover em i {
  color: #fff;
}

.search-song:hover .serchbox {
  display: block;
}

.header-right-song .share {
  font-size: 0;
}

.header-right-song .share a {
  margin: 0 4px;
}

.header-right-song .share i {
  color: #000;
  font-size: 18px;
  padding: 5px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.header-right-song .share a:hover i {
  background: var(--color-primary);
  color: #fff;
}

.song-cl.cl {
  zoom: 1
}

.song-cl.cl:before,
.song-cl.cl:after {
  display: table;
  content: " ";
}

.song-cl.cl:after {
  clear: both;
}

@media screen and (max-width:1600px) {
  .header-song .nav>ul>li>a {
    font-size: 18px;
  }

}

@media screen and (max-width:1440px) {
  .header-right-song .share a {
    margin: 0 2px;
  }

  .header-right-song .share i {
    font-size: 16px;
  }

  .header-lang-song .box em {
    font-size: 16px;
  }
}

@media screen and (max-width:1280px) {
  .header-song .logo {
    width: 13%;
  }
  .header-song .nav>ul>li {
    margin: 0 10px;
  }
  .header-right-song .share {
    display: none;
  }
  .header-lang-song {
    margin: 0 5px;
  }
}

@media screen and (max-width:990px) {
  .header-song .nav>ul>li>a {
    font-size: 16px;
  }
  .header-song .logo {
    width: 16%;
  }
}

@media screen and (max-width:820px) {
  .mo-leftmenu-song {
    display: block !important;
  }

  .header-song {
    height: 80px;
  }

  .sitetop-song {
    display: block;
    background: #333;
  }

  .header-song .nav,
  .search-song,
  .header-song .btn {
    display: none !important;
  }

  .header-right-song {
    position: static;
  }

  .header-right-song .share {
    display: none;
  }

  .search-song {
    display: none;
  }

  .header-right-song {
    animation: none;
  }
  .header-lang-song {
    position: absolute;
    right: 0;
    top: -25px;
    transform: translateY(-50%);
  }

  .header-lang-song .box {
    height: 35px;
    padding: 0 5px;
    border: 1px solid #fff;
  }

  .header-lang-song .box i:first-child {
    line-height: 35px;
  }

  .header-lang-song .box em {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song .box i:last-child {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song ul {
    left: 0;
  }

  .header-song .logo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:480px) {

  .header-song .logo img {
    height: 50px;
  }

  .header-song h1 a {
    width: 119px;
    height: 50px;
    background-size: 119px 50px;
  }
}

#banner-sengong img {
  width: 100%;
}
#banner-sengong img.visible-xs-block {
  display: none;
}

#banner-sengong .swiper-horizontal>.swiper-pagination-bullets {
  bottom: 25px;
}

#banner-sengong .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

#banner-sengong .swiper-pagination-bullet-active {
  background: var(--color-primary);
}


@media screen and (max-width:820px) {
  #banner-sengong img.hidden-xs {
    display: none !important;
  }
  #banner-sengong img.visible-xs-block {
    display: block !important;
  }
}


@media screen and (max-width:480px) {
  #banner-sengong .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
  }

  #banner-sengong .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
}

.indexA-sengong {
  padding: 80px 0 50px;
  background-color: #fff;
}

.indexA-sengong h3 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.indexA-sengong ul {
  margin: 46px -6px 0;
}

.indexA-sengong ul li {
  margin-top: 30px;
}

.indexA-sengong ul li .pic {
  width: 100%;
  display: block;
  overflow: hidden;
}

.indexA-sengong ul li img {
  width: 100%;
  transition: transform .5s;
  -webkit-transition: transform .5s;
}

.indexA-sengong ul li p {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-text-color);
  margin: 10px 0 15px;
}

.indexA-sengong ul li .more {
  color: #fff;
  font-size: 18px;
  background: var(--color-second);
  padding: 6px 40px;
  display: inline-block;
  border-radius: var(--button-radius);
}

.indexA-sengong ul li .more:hover {
  background: var(--color-primary);
}

.indexA-sengong ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.indexA-sengong ul li:hover .more {
  background: var(--color-primary);
}


@media screen and (max-width:1440px) {
  .indexA-sengong h3 {
    font-size: 50px;
  }

  .indexA-sengong {
    padding: 60px 0 30px;
  }
}

@media screen and (max-width:1280px) {
  .indexA-sengong h3 {
    font-size: 40px;
  }

  .indexA-sengong {
    padding: 40px 0 20px;
  }

  .indexA-sengong ul {
    margin: 20px -6px 0;
  }

  .indexA-sengong ul li p {
    font-size: 18px;
  }

  .indexA-sengong ul li .more {
    font-size: 15px;
    padding: 6px 30px;
  }

}

@media screen and (max-width:820px) {
  .indexA-sengong h3 {
    font-size: 28px;
  }
  .indexA-sengong ul li {
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .indexA-sengong h3 {
    font-size: 22px;
  }

  .indexA-sengong ul li {
    width: 100%;
  }

  .indexA-sengong ul li p {
    line-height: 24px;
  }
}

.indexB-sengong {
  padding: 80px 0;
  background-color: #fff;
}

.indexB-sengong h3 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
  color: var(--title-text-color);
}

.indexB-sengong .swiper-slide img {
  width: 100%;
}

.indexB-sengong .listA {
  position: relative;
}

.indexB-sengong .listA .swiper-slide img {
  aspect-ratio: 2.8;
  object-fit: cover;
}

.indexB-sengong .listA .swiper-button-prev,
.indexB-sengong .listA .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  color: #000;
  top: calc(((100% - 40px) / 2) - 20px);
  margin-top: 0;
  text-align: center;
}

.indexB-sengong .listA .swiper-button-prev::after,
.indexB-sengong .listA .swiper-button-next::after {
  display: none;
}

.indexB-sengong .listA .swiper-button-prev i,
.indexB-sengong .listA .swiper-button-next i {
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
}

.indexB-sengong .listA .swiper-button-prev,
.indexB-sengong .listA .swiper-container-rtl .swiper-button-next {
  left: 7%;
  right: auto;
}

.indexB-sengong .listA .swiper-button-next,
.indexB-sengong .listA .swiper-container-rtl .swiper-button-prev {
  right: 7%;
  left: auto;
}

.indexB-sengong .listA .swiper-button-prev:hover,
.indexB-sengong .listA .swiper-button-next:hover {
  color: #5C5C5C;
}

.indexB-sengong .listB {
  margin: 60px 0 0;
  position: relative;
}

.indexB-sengong .listB .swiper-pagination {
  display: block;
  position: static;
  width: 100%;
  margin-top: 70px;
}

.indexB-sengong .listB .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  margin: 0 5px;
  background: #ABABAB;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.indexB-sengong .listB .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width:1440px) {
  .indexB-sengong h3 {
    font-size: 50px;
  }
}

@media screen and (max-width:1280px) {
  .indexB-sengong h3 {
    font-size: 40px;
  }

  .indexB-sengong {
    padding: 40px 0;
  }

  .indexB-sengong h3 {
    margin-bottom: 40px;
  }

  .indexB-sengong .listB .swiper-pagination {
    margin-top: 30px;
  }
}

@media screen and (max-width:820px) {
  .indexB-sengong h3 {
    font-size: 28px;
  }
}

@media screen and (max-width:480px) {
  .indexB-sengong h3 {
    font-size: 22px;
  }

  .indexB-sengong .listA .swiper-button-prev,
  .indexB-sengong .listA .swiper-button-next {
    display: none;
  }

  .indexB-sengong .listB .swiper-slide img {
    width: 100%;
  }

  .indexB-sengong .listB .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

.indexC-sengong {
  background: var(--bg-color);
  padding: 0 0 80px;
  display: block !important;
}

.indexC-sengong .tit {
  width: 40%;
  background: #fff;
  float: left;
  padding: 0 0 10px 9%;
  white-space: nowrap;
}

.indexC-sengong .tit h5 {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 8px;
}

.indexC-sengong .tit h3 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100px;
}

.indexC-sengong .tit p {
  font-size: 16px;
  font-weight: 500;
}

.indexC-sengong .tit p:after {
  content: "";
  height: 6px;
  width: 170px;
  background: var(--color-primary);
  display: block;
  margin-top: 15px;
}

.indexC-sengong .tit::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 55%;
  background: var(--bg-color);
}

.indexC-sengong .content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}

.indexC-sengong .box {
  width: 50%;
  position: relative;
}

.indexC-sengong-aboutus-content.rich-text {
  margin-top: -120px;
}

.indexC-sengong .box img {
  margin: 80px 0;
  width: 100%;
}

.indexC-sengong .box a {
  height: 100px;
  display: block;
  width: 100px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

.indexC-sengong .box a i {
  color: var(--color-primary);
  font-size: 45px;
  line-height: 100px;
}

.indexC-sengong .txt {
  width: 45%;
}

.indexC-sengong .txt p {
  font-size: 16px;
  line-height: 30px;
}

.indexC-sengong .txt h3 {
  font-size: 48px;
  margin: 30px 0;
  line-height: 1em;
}

.indexC-sengong .txt a.btn {
  font-size: 18px;
  background: #fff;
  border-radius: var(--button-radius);
  padding: 10px 80px;
  margin-top: 40px;
  color: var(--color-primary);
}

.indexC-sengong .txt a.btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.indexC-sengong-aboutus-content ul {
  list-style: unset;
}
.indexC-sengong-aboutus-content ol {
  list-style: decimal;
}


@media screen and (max-width:1440px) {
  .indexC-sengong .tit h3 {
    font-size: 50px;
    line-height: 90px;
  }

  .indexC-sengong .txt p {
    line-height: 28px;
  }

  .indexC-sengong .txt h3 {
    font-size: 36px;
    margin: 20px 0;
  }
}

@media screen and (max-width:1280px) {
  .indexC-sengong {
    padding: 0 0 60px;
  }

  .indexC-sengong .tit h5 {
    font-size: 16px;
    letter-spacing: 6px;
  }

  .indexC-sengong .tit h3 {
    font-size: 40px;
    line-height: 80px;
  }

  .indexC-sengong .tit p {
    font-size: 14px;
  }

  .indexC-sengong .tit p::after {
    width: 140px;
    margin-top: 10px;
  }

  .indexC-sengong .txt {
    margin-top: -20px;
  }

  .indexC-sengong .txt p {
    font-size: 14px;
    line-height: 24px;
  }

  .indexC-sengong .txt h3 {
    font-size: 32px;
  }

  .indexC-sengong .txt a.btn {
    font-size: 16px;
    padding: 6px 50px;
  }

  .indexC-sengong .txt div {
    margin-top: 50px;
  }
}

@media screen and (max-width:820px) {
  .indexC-sengong {
    padding: 30px 0;
  }

  .indexC-sengong .tit {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    background: none;
    text-align: center;
  }

  .indexC-sengong .tit h3 {
    font-size: 28px;
    line-height: 60px;
  }

  .indexC-sengong .tit p::after {
    width: 100px;
    margin: 10px auto 0;
  }

  .indexC-sengong .content {
    display: block;
  }

  .indexC-sengong .box {
    margin-top: 30px;
    float: none;
    width: 100%;
  }
  .indexC-sengong .box img{
    margin: 0;
  }

  .indexC-sengong .txt {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .indexC-sengong .txt h3 {
    font-size: 24px;
    margin: 10px 0;
  }

  .indexC-sengong .txt a.btn {
    margin-top: 30px;
    text-align: center;
  }
}


@media screen and (max-width:480px) {
  .indexC-sengong .box a {
    height: 70px;
    width: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
  }

  .indexC-sengong .box a i {
    font-size: 36px;
    line-height: 70px;
  }

  .indexC-sengong .tit h3 {
    font-size: 22px;
    line-height: 45px;
  }

}

.indexD-sengong {
  padding: 260px 0 0;
  margin: -260px 0 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.indexD-sengong ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.indexD-sengong ul li {
  position: relative;
  text-align: center;
  width: 20%;
}

.indexD-sengong ul li .B {
  display: none;
}

.indexD-sengong ul li:hover .B {
  display: block;
  margin: 0 auto;
}

.indexD-sengong ul li:hover .A {
  display: none;
}

.indexD-sengong ul li h5 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}

.indexD-sengong ul li h5 span {
  position: relative;
}

.indexD-sengong ul li p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.indexD-sengong .list .swiper {
  padding-bottom: 20px;
}

.indexD-sengong h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 80px 0;
  text-transform: uppercase;
}

.indexD-sengong .list {
  height: 300px;
  position: relative;
}

.indexD-sengong .swiper-slide {
  width: 29%;
}

.indexD-sengong .swiper-slide img {
  display: block;
  width: 100%;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

.indexD-sengong .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

.indexD-sengong .swiper-button-prev,
.indexD-sengong .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  margin-top: 125px;
  text-align: center;
  color: #000;
}

.indexD-sengong .swiper-button-next::after,
.indexD-sengong .swiper-button-prev::after {
  display: none;
}

.indexD-sengong .swiper-button-prev i,
.indexD-sengong .swiper-button-next i {
  color: inherit;
  font-size: 40px;
  display: inline-block;
  margin-top: 1px;
}

.indexD-sengong .swiper-button-prev,
.indexD-sengong .swiper-container-rtl .swiper-button-next {
  transform: translateX(-100%);
}

.indexD-sengong .swiper-button-next,
.indexD-sengong .swiper-container-rtl .swiper-button-prev {
  transform: translateX(100%);
}

.indexD-sengong .swiper-button-prev:hover,
.indexD-sengong .swiper-button-next:hover {
  color: var(--color-primary);
}

@media screen and (max-width:1440px) {
  .indexD-sengong h3 {
    font-size: 50px;
  }

  .indexD-sengong .list {
    height: 240px;
  }

  .indexD-sengong .swiper-button-prev,
  .indexD-sengong .swiper-button-next {
    margin-top: 95px;
  }

}

@media screen and (max-width:1280px) {
  .indexD-sengong {
    margin-top: -200px;
  }

  .indexD-sengong h3 {
    font-size: 40px;
  }

  .indexD-sengong ul li h5 {
    font-size: 28px;
  }

  .indexD-sengong ul li p {
    font-size: 16px;
  }

  .indexD-sengong ul li img {
    width: 80px;
  }

  .indexD-sengong h3 {
    margin: 40px 0;
  }

  .indexD-sengong .list {
    height: 200px;
  }

  .indexD-sengong .swiper-button-prev,
  .indexD-sengong .swiper-button-next {
    margin-top: 75px;
  }
}

@media screen and (max-width:1200px) {
  .indexD-sengong {
    margin-bottom: 240px;
  }
}

@media screen and (max-width:992px) {
  .indexD-sengong {
    margin-bottom: 180px;
  }
}

@media screen and (max-width:820px) {
  .indexD-sengong {
    margin-bottom: 0;
  }

  .indexD-sengong h3 {
    font-size: 28px;
  }

  .indexD-sengong {
    padding: 50px 0 0;
    margin-top: 0;
  }

  .indexD-sengong .list {
    height: auto;
  }

  .indexD-sengong ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .indexD-sengong ul li {
    width: 30%;
    margin-bottom: 20px;
  }

  .indexD-sengong h3 {
    margin: 30px 0;
  }

  .indexD-sengong .swiper-button-prev,
  .indexD-sengong .swiper-button-next {
    margin-top: 0;
    display: none;
  }
}

@media screen and (max-width:480px) {
  .indexD-sengong h3 {
    font-size: 22px;
  }

  .indexD-sengong ul li {
    width: 50%;
  }
}

.indexE-sengong {
  padding: 80px 0;
  position: relative;
}

.indexE-sengong:after {
  content: "";
  background: var(--bg-color);
  border-radius: 50%;
  height: 690px;
  width: 670px;
  position: absolute;
  left: -220px;
  top: 30%;
}

.indexE-sengong .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.indexE-sengong .txt {
  width: 43%;
  z-index: 20;
}

.indexE-sengong .txt h3 {
  font-size: 60px;
  text-transform: uppercase;
  width: 65%;
  font-weight: 700;
  line-height: 60px;
}

.indexE-sengong .txt h5 {
  color: var(--color-primary);
  font-size: 29px;
  margin: 20px 0 30px;
}

.indexE-sengong .txt span {
  color: var(--color-primary);
  font-size: 18px;
}

.indexE-sengong .txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
}

.indexE-sengong .list {
  width: 52%;
}

.indexE-sengong .list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -25px;
}

.indexE-sengong .list ul li {
  width: 50%;
  padding: 0 25px 35px;
  cursor: pointer;
}

.indexE-sengong .list ul li:nth-child(2n) {
  padding: 35px 25px 0;
}

.indexE-sengong .list ul li>div {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  height: 300px;
  background: var(--bg-color);
  padding: 0 30px;
  transition: all .4s ease 0s;
}

.indexE-sengong .list ul li:nth-child(2)>div,
.indexE-sengong .list ul li:nth-child(3)>div {
  background: var(--color-primary);
  color: #fff;
}

.indexE-sengong .list ul li p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8em;
  margin-top: 15px;
}

.indexE-sengong .list ul li .pic {
  position: relative
}

.indexE-sengong .list ul li .pic .B {
  display: none;
}

.indexE-sengong .list ul li:hover .pic .B {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.indexE-sengong .list ul li:hover:nth-child(2)>div,
.indexE-sengong .list ul li:hover:nth-child(3)>div {
  background: var(--bg-color);
  color: var(--text-color);
}

.indexE-sengong .list ul li:hover:nth-child(1)>div,
.indexE-sengong .list ul li:hover:nth-child(4)>div {
  background: var(--color-primary);
  color: #fff;
}

.indexE-sengong-intro ul {
  list-style: unset;
}
.indexE-sengong-intro ol {
  list-style: decimal;
}

@media screen and (max-width:1440px) {
  .indexE-sengong .txt h3 {
    font-size: 50px;
  }
}

@media screen and (max-width:1280px) {
  .indexE-sengong .txt h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .indexE-sengong {
    padding: 50px 0;
  }

  .indexE-sengong::after {
    height: 560px;
    width: 560px;
  }

  .indexE-sengong .txt h5 {
    font-size: 22px;
    margin: 10px 0 20px;
  }

  .indexE-sengong .txt p {
    font-size: 14px;
    line-height: 1.8em;
  }

  .indexE-sengong .list ul li {
    padding: 0 15px 35px;
  }

  .indexE-sengong .list ul li:nth-child(2n) {
    padding: 35px 15px 0;
  }

  .indexE-sengong .list ul li p {
    font-size: 15px;
    line-height: 1.4em;
  }

  .indexE-sengong .list ul li .pic img {
    width: 80px;
  }

  .indexE-sengong .list ul li>div {
    height: 240px;
    padding: 0 20px;
  }

}

@media screen and (max-width:820px) {
  .indexE-sengong .txt h3 {
    font-size: 28px;
  }

  .indexE-sengong .txt h5 {
    font-size: 20px;
    margin: 5px 0 15px;
  }

  .indexE-sengong {
    padding: 30px 0;
  }

  .indexE-sengong .container {
    display: block;
  }

  .indexE-sengong::after {
    display: none;
  }

  .indexE-sengong .txt {
    width: 100%;
    text-align: center;
  }

  .indexE-sengong .txt h3 {
    width: 100%;
  }

  .indexE-sengong .list {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }

  .indexE-sengong .list ul li,
  .indexE-sengong .list ul li:nth-child(2n) {
    padding: 0 15px 20px;
  }
}

@media screen and (max-width:480px) {
  .indexE-sengong .txt h3 {
    font-size: 22px;
  }

  .indexE-sengong .txt h5 {
    font-size: 16px;
    margin: 3px 0 10px;
  }

  .indexE-sengong .list ul li {
    width: 100%;
    text-align: center;
  }

  .indexE-sengong .list ul li:hover .pic .B {
    left: calc(50% - 40px);
  }

}

.indexF-sengong {
    padding: 80px 0;
    background: var(--bg-color);
    position: relative;
}

.indexF-sengong .txt {
    position: relative;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.indexF-sengong .txt h5 {
    color: var(--color-primary);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
}

.indexF-sengong .txt h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.indexF-sengong .txt a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 45px;
    background: #2F2F2F;
    border-radius: var(--button-radius);
    display: inline-block;
}

.indexF-sengong .txt a:hover {
    background: rgba(47, 47, 47, 0.7);
}

.indexF-sengong .swiper-slide div {
    background: #fff;
    padding: 10px 20px;
}

.indexF-sengong .swiper-slide .pic {
    display: block;
    overflow: hidden;
}

.indexF-sengong .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.indexF-sengong .swiper-slide em {
    font-size: 18px;
    color: #B6B6B6;
    font-weight: 300;
    line-height: 40px;
}

.indexF-sengong .swiper-slide h5 {
    color: var(--title-text-color);
    font-size: 22px;
    line-height: 28px;
    height: 56px;
}

.indexF-sengong .swiper-slide h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.indexF-sengong .swiper-slide .more {
    color: #000;
    font-size: 18px;
    line-height: 3;
}

.indexF-sengong .swiper-slide .more:hover {
    color: var(--color-primary);
}

.indexF-sengong .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.indexF-sengong .swiper-pagination {
    display: block;
    position: static;
    width: 100%;
    margin-top: 70px;
}

.indexF-sengong .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    margin: 0 5px;
    background: #ABABAB;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
}

.indexF-sengong .swiper-pagination-bullet-active {
    background: var(--color-primary);
}

@media screen and (max-width:1440px) {
    .indexF-sengong .txt h3 {
        font-size: 50px;
    }
}

@media screen and (max-width:1280px) {
    .indexF-sengong .txt h3 {
        font-size: 40px;
    }

    .indexF-sengong {
        padding: 40px 0;
    }

    .indexF-sengong .txt h5 {
        font-size: 16px;
        letter-spacing: 6px;
    }

    .indexF-sengong .txt a {
        font-size: 18px;
        padding: 6px 35px;
    }

    .indexF-sengong .txt {
        margin-bottom: 30px;
    }

    .indexF-sengong .swiper-slide h5 {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
    }

    .indexF-sengong .swiper-slide .more {
        font-size: 16px;
    }

    .indexF-sengong .swiper-pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width:820px) {

    .indexF-sengong .txt h3 {
        font-size: 28px;
        line-height: 50px;
    }

    .indexF-sengong .txt {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }

    .indexF-sengong .txt a {
        font-size: 16px;
        padding: 6px 25px;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .indexF-sengong .txt h3 {
        font-size: 22px;
    }


    .indexF-sengong .swiper-slide h5 {
        font-size: 16px;
    }

    .indexF-sengong .swiper-pagination {
        margin-top: 20px;
    }

    .indexF-sengong .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }

}

/*------scrollsidebar start----------*/
.rides-cs-song {
  font-size: 12px;
  position: fixed;
  top: 250px;
  right: 0px;
  _position: absolute;
  z-index: 1500;
  border-radius: 0 6px 6px 0;
}

.rides-cs-song .floatL {
  display: none;
  width: 36px;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  height: 166px;
  background: var(--color-primary);
  border-radius: 8px 0 0 8px;
}

.rides-cs-song .floatL a {
  font-size: 0;
  text-indent: -999em;
  display: block;
}

.rides-cs-song .floatR {
  width: 140px;
  float: left;
  background: #fff;
  border: 4px solid var(--color-primary);
}

.rides-cs-song .floatR .tit {
  background: var(--color-primary);
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.rides-cs-song .floatR .tit img {
  max-width: 30px;
  margin-right: 10px;
}

.rides-cs-song .floatR ul {
  padding: 0px;
}

.rides-cs-song .floatR ul li {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding: 10px;
  font-size: 14px;
}

.rides-cs-song .floatR ul li span {
  color: #333;
}

.rides-cs-song .floatR ul i {
  color: var(--color-primary);
  font-size: 20px;
}

.rides-cs-song .floatR ul li a {
  color: #333;
}

.rides-cs-song .floatR ul li img {
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.rides-cs-song .btnOpen,
.rides-cs-song .btnCtn {
  position: relative;
  z-index: 9;
  top: 15px;
  left: 0;
  background-image: url(../images/onlinebg.png);
  background-repeat: no-repeat;
  display: block;
  height: 136px;
  padding: 8px;
  box-sizing: border-box;
}

.rides-cs-song .btnOpen {
  background-position: -37px 0;
}

.rides-cs-song .btnCtn {
  background-position: 0 0;
}

/*---footer---*/

.song-footer {
  background: #fff;
  padding: 60px 0;
}

.footer-from-song {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.footer-from-song .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 130px;
}

.footer-from-song .txt h3 {
  font-size: 44px;
  color: var(--title-text-color);
  font-weight: 600;
  line-height: 1.3;
}

.footer-from-song .txt p {
  font-size: 16px;
  color: #717171;
}

.footer-from-song .sendemail {
  width: 48%;
  position: relative;
}

.footer-from-song .sendemail form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.footer-from-song .sendemail form .crmFormVali-error {
  top: calc(100% + 10px);
  left: 0;
  right: initial;
}

.footer-from-song .sendemail .post-text {
  -webkit-flex: 1;
  flex: 1;
  height: 65px;
  line-height: 65px;
  background: var(--bg-color);
  border-right: none;
  overflow: hidden;
  color: #333;
  padding: 0 15px;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
}

.footer-from-song .sendemail .post-btn {
  background: var(--color-primary);
  font-size: 24px;
  color: #fff;
  width: 230px;
  text-align: center;
  height: 65px;
  display: block;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
}

.footer-from-song .sendemail .post-btn:hover {
  background: var(--color-primary);
}

.foot-contact-song {
  border-top: 1px solid #dbdbdb;
  margin-top: 60px;
  padding-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.foot-contact-song dl {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.foot-contact-song dl dt {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #eeefea;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.foot-contact-song dl dt i {
  font-size: 60px;
  color: var(--color-primary);
}

.foot-contact-song dl dd {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.foot-contact-song dl dd h5 {
  font-size: 18px;
  line-height: 1;
  color: #141414;
  font-weight: 600;
}

.foot-contact-song dl dd p {
  font-size: 18px;
  color: #717171;
  line-height: 24px;
  margin: 20px 0 0;
}

#footer-song {
  background: #212120;
  padding: 80px 0;
}

#footer-song .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer-song h5 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}

.foot-logo-song {
  width: 35%;
}
.foot-nav-song,
.foot-list-song {
  width: 20%;
}
.foot-product-song {
  width: 25%;
}

.foot-logo-song img {
  height: 120px;
}

.foot-logo-song p {
  font-size: 17px;
  color: #e5e5e5;
  margin: 30px 0 0;
}

.foot-logo-song .share {
  font-size: 0;
  margin: 30px 0 0;
}

.foot-logo-song .share a {
  display: inline-block;
  color: #585858;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.foot-logo-song .share a + a {
  margin-left: 25px;
}

.foot-logo-song .share a i {
  color: inherit;
  font-size: 20px;
  line-height: inherit;
}

.foot-logo-song .share a:hover {
  color: #fff;
  background: var(--color-primary);
}

.foot-nav-song ul li {
  font-size: 17px;
  line-height: 30px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-nav-song ul li + li {
  margin-top: 6px;
}

.foot-nav-song ul li a:hover {
  color: var(--color-primary);
}

.foot-list-song ul li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-list-song ul li + li {
  margin-top: 6px;
}

.foot-list-song ul li a:hover {
  color: var(--color-primary);
}

.foot-product-song ul li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-product-song ul li + li {
  margin-top: 6px;
}

.foot-product-song ul li a:hover {
  color: var(--color-primary);
}

#gotop-song {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

#gotop-song i {
  color: #fff;
  font-size: 18px;
}

#gotop-song:hover {
  background: #353535;
}

@media screen and (max-width: 1440px) {
  .footer-from-song .txt {
    margin-right: 50px;
  }

  .footer-from-song .txt h3 {
    font-size: 40px;
  }

  .foot-contact-song dl dt {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .foot-contact-song dl dt i {
    font-size: 40px;
  }

  .foot-contact-song dl dd {
    margin-left: 15px;
  }

  .foot-logo-song img {
    height: 100px;
  }
}

@media screen and (max-width: 1280px) {
  /*-----foot-----*/

  .footer-from-song .txt h3 {
    font-size: 32px;
  }

  .footer-from-song .txt p {
    font-size: 14px;
  }

  .footer-from-song .sendemail .post-text {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .footer-from-song .sendemail .post-btn {
    font-size: 20px;
    width: 180px;
    height: 50px;
  }

  .foot-contact-song {
    margin-top: 30px;
    padding-top: 30px;
  }

  .foot-contact-song dl dt {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .foot-contact-song dl dt i {
    font-size: 30px;
  }

  .foot-contact-song dl dd h5 {
    font-size: 16px;
  }

  .foot-contact-song dl dd p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 20px;
  }

  /* .foot-logo-song {
    width: 350px;
  } */

  .foot-logo-song img {
    height: 90px;
  }

  .foot-logo-song .share {
    margin: 20px 0 0;
  }

  .foot-logo-song .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .foot-logo-song .share a + a {
    margin-left: 15px;
  }

  .foot-logo-song p {
    font-size: 15px;
    margin: 20px 0 0;
  }

  #footer-song h5 {
    font-size: 24px;
  }

  .foot-nav-song ul li,
  .foot-list-song ul li,
  .foot-product-song ul li {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) {
  .foot-logo-song,
  .foot-nav-song,
  .foot-product-song,
  .foot-list-song {
    width: 50%;
    text-align: center;
  }
  .foot-product-song,
  .foot-list-song {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #footBar {
    display: block;
    background: #333;
  }

  #gotop-song {
    
  }

  /*-----foot-----*/

  .song-footer {
    padding: 30px 0;
  }

  .footer-from-song {
    display: block;
    text-align: center;
  }

  .footer-from-song .txt {
    margin-right: 0;
  }

  .footer-from-song .txt h3 {
    font-size: 26px;
  }

  .footer-from-song .sendemail {
    width: 90%;
    margin: 30px auto 0;
  }

  .foot-contact-song {
    display: block;
  }

  .foot-contact-song dl {
    display: block;
    text-align: center;
  }

  .foot-contact-song dl dt {
    margin: 0 auto;
  }

  .foot-contact-song dl dd {
    margin: 20px 0;
  }

  #footer-song {
    padding: 40px 0;
  }

  #footer-song .container {
    display: block;
  }

  .foot-logo-song img {
    height: 70px;
  }

  .foot-logo-song,
  .foot-nav-song,
  .foot-product-song,
  .foot-list-song {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .foot-logo-song {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  /*-----foot-----*/
  .footer-from-song .txt h3 {
    font-size: 22px;
  }

  .footer-from-song .sendemail .post-text {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .footer-from-song .sendemail .post-btn {
    font-size: 16px;
    width: 120px;
    height: 40px;
  }
}