
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-left:10px;
  padding-right:10px;
}

.show-pc{
  display:block !important;
}

.show-mobile{
  display:none !important;
}

.zyz-model {
  margin-top:80px;
}

#section-home.zyz-model {
  background: #B3311F;
}


.zyz-model .banner{
  position: relative;
}

.zyz-model .banner img{
  width:100%;
}

.zyz-model .banner-btn{
  position: absolute;
  bottom:20px;
  width:100%;
  display:flex;
  justify-content: center;
}

/*.zyz-model .banner-btn a{
  display:block;
  width:200px;
  height:58px;
  background:url(../images/btn1.png) no-repeat;
  background-size:100% 100%;
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 58px;
  text-shadow: 0px 8px 8px rgba(0,0,0,0.25);
  text-align: center;
  margin-left:30px;
}
*/


.notice-list{
  background:#fff;
  border-radius: 8px 8px 8px 8px;
  padding:20px 30px;
  display:flex;
  align-items: center;
  margin-top: 0;
  position: relative;
}

.notice-list .header img{
  width:140px;
  min-width:140px;
  margin-right:20px;
}

.notice-list .list{
  flex:1;
  width: calc(100% - 300px);
}

.notice-list .list a{
  display:flex;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 19px;
  margin:5px 10px;
}

.notice-list .list a span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list .list a::before{
  display:block;
  content:'';
  width:17px;
  height:17px;
  background:url(../images/icon1.png) no-repeat;
  background-size:100% auto;
  background-position: center;
  margin-right:10px;
}

.file-model{
  position: relative;
  background:#fff;
  border-radius: 8px 8px 8px 8px;
  padding:20px 30px;
  margin-top:20px;
}

.file-model::before,.file-model::after{
  display:block;
  content:'';
  width:8px;
  height:52px;
  background:url(../images/icon2.png) no-repeat;
  background-size:100% 100%;
  position: absolute;
  top:-35px;
  left:25px;
}

.file-model::after{
  left:auto;
  right:25px;
}

.file-model .header img{
  width:256px;
  display:block;
  margin:0 auto;
}

.file-model .list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:10px 0;
}

.file-model .list-item{
  display:flex;
  align-items: center;
  width:calc(50% - 20px);
  background: #FFF5F6;
  border-radius: 0px 0px 0px 0px;
  padding:14px;
  margin:10px 0;
}

.file-model .list-item::before{
  display:block;
  content:'';
  width:17px;
  height:17px;
  background:url(../images/icon1.png) no-repeat;
  background-size:100% auto;
  background-position: center;
  margin-right:10px;
}

.file-model .list-item a{
  background: #CC3040;
  margin-left:auto;
  padding:5px 38px;
  font-size:16px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
}


/* 导航条 */
#main-logo{
  display:block !important;
  max-width: 400px;
  margin: 0;
}

.navbar{
  background:#fff;
  box-shadow: rgba(0, 21, 41, 0.08) 0px 1px 4px;
}

.navbar-nav .nav-link{
  font-size: 20px;
  font-family:'思黑Regular', sans-serif;
  color: #191919 !important;
  line-height: 45px;
  white-space: nowrap;
}


.navbar-nav a.nav-link:hover{
  color: #b43220 !important;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 16px;
      padding-left: 16px;
  }
}

.navbar-nav .nav-link:hover{
  color:#333 !important;
}

.navbar-collapse .dropdown-menu{
  background:rgba(255,255,255,1);
  margin-top:22px;
}

.navbar-collapse .dropdown-item{
  color: #333;
  line-height: 32px;
}

.navbar-collapse .dropdown-item .item-text {
    font-size: 22px;
}

#hamburger .icon-bar{
  background:#333;
}

/* 表单 */
.kgy-submit-container{
  background: #fff;
  padding:37px;
  position: relative;
  border-radius: 15px;
}


.kgy-submit-header{
  background:url(../images/header-bg.png) no-repeat;
  background-size:100% 100%;
  position: absolute;
  top: -8px;
  left:50%;
  transform: translateX(-50%);
  padding: 10px 50px;
  color:#fff;
}

.kgy-submit-container .declare-item-title{
  color:#333;
  line-height:1.5;
}

.kgy-submit-container .declare-item-title b{
  margin-right:5px;
  font-size:20px;
}

.kgy-submit-container .aki-form-group{
  display:flex;
}

.kgy-submit-container .aki-form-group .control-label {
  background: #fff;
  max-width: 130px;
  display: inline-block !important;
  margin:0;
  text-align: right;
}

.kgy-submit-container .aki-form-group .aki-input-group{
  flex: 1;
}

.kgy-form-center-box{
  margin: 0 100px;
}

.kyg-common-form .aki-datatype-pdf .aki-btn-success{
  width:126px;
  height:126px;
  background:#DEE0E3;
  color:#999999;
  border:none;
}

.kyg-common-form .aki-datatype-pdf .aki-btn-success:not(:disabled):not(.disabled):active:focus{
  box-shadow:none;
  border:none;
  background:#DEE0E3;
  color:#999999;
}

.kyg-common-form .aki-datatype-pdf .aki-slideshow-wrapper{
  background:#fff;
}

.kyg-common-form .aki-datatype-pdf .aki-slideshow-wrapper div{
  background:#fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DEE0E3;
  color:#222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 10px;
  margin-bottom: 10px;
}

.kyg-common-form .aki-datatype-pdf .aki-slideshow-wrapper .aki-p-1{
  color:#222;
  border:none;
}

.kyg-common-form .aki-datatype-pdf .aki-slideshow-wrapper .fileDelete{
  color:#DEE0E3;
}

@media (max-width: 767px) {
  
  .show-pc{
    display:none !important;
  }
  
  .show-mobile{
    display:block !important;
  }

  .zyz-model .banner-btn{
    position: static;
    padding: 0 15px;
  }

  .zyz-model .banner-btn a{
    margin-left:15px;
  }

  .zyz-model .banner-btn a.login{
    margin-left:0;
  }

  .notice-list{
    margin-top:20px;
    display:block;
    padding: 15px;
  }
  .notice-list .header{
    display:flex;
    justify-content: space-between;
  }

  .notice-list .header img{
    display: block;
    min-width: 70px;
    width: 80px;
  }

  .notice-list .header a{
    color:#717A86;
  }

  .notice-list .list{
    width:100%;
    margin-top:15px;
  }

  .notice-list .list a{
    margin:10px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .notice-list .list a::before{
    min-width:17px;
  }

  .notice-list .list a span{
    white-space: break-spaces;
  }


  .file-model{
    padding:15px;
    margin-bottom:40px;
  }

  .file-model .list-item{
    width:100%;
    font-size: 14px;
  }

  .file-model .list-item a{
    padding: 0 15px;
    font-size: 14px;
  }

  /* 导航条 */

  #main-logo{
    display:block !important;
    max-width: 200px;
    margin: 0;
  }

  .kgy-submit-header{
    padding: 10px 0px;
    min-width: 20em;
    text-align: center;
  }

  .kgy-submit-container{
    margin:100px 5px;
    padding:10px;
  }

  .kgy-form-center-box{
    margin:0;
  }

  .kgy-submit-container .aki-form-group{
    display: block;
  }

  .kgy-submit-container{
    padding:0;
  }

  .control-label.aki-form-title{
    font-size:12px;
  }

  .kgy-submit-container .aki-form-group .control-label{
    font-size:12px;
  }

  .kyg-common-form .aki-form-control{
    height: calc(2.5rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  #hamburger .icon-bar{
    width: 22px;
    margin: 5px 0;
  }

  .kgy-submit-container .aki-form-group .control-label{
    width:100%;
    text-align: left;
    max-width:100%;
    display:block !important;
  }

}

a:hover {
    color: #b43220;
    text-decoration: none;
}



.btn-main {
  width: 274px;
  height: 63px;
  background: #F9A12C;
  border-radius: 32px 32px 32px 32px;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  padding: 9px 0;
  display:block; 
  text-align: center;
}
.btn2, .btn3 {margin-left:38px;}
.btn-wybm {
    width: 60px;
    height: 140px;
    text-align: center;
    background: #F9A12C;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    padding: 10px;
    display: block;
    text-align: center;
}
.btn-bm-wrapper {
  padding:10px 0;
}
.btn-bm {
    width: 220px;
    height: 55px;
    background: #b43220;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 55px;
    padding:0;
    display:block; 
    text-align: center;
    margin:0 auto;
}

.btn-bm:hover {
    color: #FFFFFF;
}

.h3-about {
  font-size: 28px;
  font-weight: 400;
  color: #262626;
  line-height: 45px;
  text-align: center;
}

.home-about-content {
  padding: 0 31px;  
}

.home-main {
  padding-top:100px;
}

.home-about {
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
}
.home-about img {
    width: 100%;
    border-radius: 15px 0 0 15px;
}

.home1 {
    background: #FFFFFF;
    padding-top:60px;
    padding-bottom:60px;
}

.home1 img {
    width: 100%;
}

.home1 p {
  font-size: 16px;
  font-weight: 300;
  color: #262626;
  line-height: 24px;
  padding: 6px 0;
  text-align: justify;
}


.home2 {
    background: #F9EBE8;
    padding-top:60px;
    padding-bottom:60px;
}

.home-about p {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 24px;
  padding: 12px 0;
}

.about-more {
    display: block;
    margin-top: 20px;
    width: 73px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #b43220;
    line-height: 18px;
    background: url(https://style.aki.com.cn/cybj/more.svg) no-repeat right center;
    background-size: 14px 14px;
}

a.about-more:hover,
a.about-more:visited,
a.about-more:focus,
{
  color: #FD5550;
  text-decoration: none;
}

a.about-more:active{
  color: #FD5550;
  text-decoration: underline;
}

.home-recent {
  margin-top:128px;
}

.home-news {
  margin-top:106px;
}

.home-videos {
  margin-top:106px;
}

.home-photos {
  margin-top:106px;
}

.title-l {
  height: 67px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 45px;
  text-align: center;
  background:url(https://upload.aki.com.cn/o_1h0eta713vku1kii1ledo8k1l5h9.png) no-repeat center bottom;
  background-size: 95px 3px;
}

.home-notice-list {
    margin-top:20px;
}

.home-recent-list {
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    margin-top:20px;
    padding:30px;
}

.page-bm h5 {
  font-size: 28px;
  font-weight: bold;
  color: #292929;
  line-height: 20px;
  height:57px;
  border-bottom:1px solid #D0D0D0;
}

.page-bm p {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
}

.home-news-list {
    margin-top:20px;
}

.news-list-show {
      font-size: 20px;
      color: #000;
      line-height: 20px;
      padding: 20px 0;
      font-family: '思黑Regular', sans-serif;
}

.news-list-show a {
  color: #2B2B2B;
  
}

.news-list-skipline {
    height: 0px;
    opacity: 0.5;
    border: 0.25px solid #b43220;
}

.ms_rcnt_box marger_bottom30 {
  border-radius: 0;
}

.ms_rcnt_box_img {
  position:relative;
  overflow: hidden;
}

.ms_rcnt_box_img img {
  border-radius: 0;
}

.ms_rcnt_box_text a{
  font-size: 16px;
  font-family: '思黑Heavy', sans-serif;
  line-height: 30px;
  color: #000000 !important;
}

.ms_rcnt_box_text{
  padding:21px;
  background: #fff;  
}

#footer {  
  background: #950507;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}




.ms_releases_wrapper .slider_nav_prev, .ms_releases_wrapper .slider_nav_next {
    top: 91%;
    width: 14px;
    height: 20px;
    margin-top: -38px;
    background-size: 7px 12px;
    right: -40px;
}
.ms_box_overlay {
    position: absolute;
    border-radius: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, #ff5471 0%, rgba(32, 167, 196, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ms_rcnt_box .ms_play_icon,
.ms_genres_box .ms_play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ms_rcnt_box .ms_play_icon:after,
.ms_genres_box .ms_play_icon:after {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  content: "";
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
}
.ms_rcnt_box .ms_play_icon:hover:after,
.ms_genres_box .ms_play_icon:hover:after {
  opacity: 1;
}
.ms_rcnt_box .ms_play_icon img,
.ms_genres_box .ms_play_icon img {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  color: rgba(50, 50, 50, 0.9);
}
.ms_rcnt_box:hover .ms_box_overlay {
  top: 0;
}
.ms_rcnt_box:hover .ms_play_icon img,
.ms_genres_box:hover .ms_play_icon img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ms_more_icon {
  position: absolute;
  top: -10%;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.ms_rcnt_box:hover .ms_more_icon,
.ms_genres_box:hover .ms_more_icon {
  top: 10px;
}
.ms_main_overlay {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.ms_rcnt_box:hover .ms_main_overlay {
  opacity: 1;
}
ul.more_option {
  padding: 0px;
    margin: 0px;
    position: absolute;
    top: 5px;
    right: 50px;
    background-color: #fff;
    max-width: 172px;
    width: 100%;
    list-style: none;
    padding: 25px 0px 13px 20px;
    text-align: left;
    border-radius: 10px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-15px);
    box-shadow: 0px 0px 4px #cdcdcd;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

ul.more_option.open_option {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
.ms_account_wrapper .container{
  max-width: 1150px;
}
ul.more_option li {
  width: 100%;
  display: block;
}
ul.more_option li a {
  text-align: left !important;
  color: #777777;
  padding-bottom: 10px;
  display: block;
  font-size: 13px;
}
ul.more_option li a:hover,
.ms_rcnt_box:hover .ms_rcnt_box_text h3 a {
  color: #ff4865;
}
ul.more_option li a .opt_icon {
  padding-right: 10px;
}
ul.more_option li a .opt_icon .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/svg/icon.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul.more_option li a .opt_icon .icon_fav {
  background-position: -453px -4px;
}
ul.more_option li a .opt_icon .icon_queue {
  background-position: -483px -4px;
}
ul.more_option li a .opt_icon .icon_dwn {
  background-position: -513px -4px;
}
ul.more_option li a .opt_icon .icon_playlst {
  background-position: -543px -4px;
}
ul.more_option li a .opt_icon .icon_share {
  background-position: -573px -4px;
}
ul.more_option li a:hover .opt_icon .icon_fav {
  background-position: -453px -33px;
}
ul.more_option li a:hover .opt_icon .icon_queue {
  background-position: -483px -33px;
}
ul.more_option li a:hover .opt_icon .icon_dwn {
  background-position: -513px -33px;
}
ul.more_option li a:hover .opt_icon .icon_playlst {
  background-position: -543px -33px;
}
ul.more_option li a:hover .opt_icon .icon_share {
  background-position: -573px -33px;
}

.margin-top-medium {
  margin-top:30px;
}

#photos ul {
  list-style: none;
}
#photos .wrap {
  position: relative;
  width: 1200px;
  height: 360px;
  margin: 5px auto;
}

#photos .content {
  position: absolute;
  width: 1200px;
  height: 360px;
}
#photos .content li{
  position: absolute;
  background-size: 100% 100%;
  cursor: pointer;
}
#photos .wrap a {
  position: absolute;
  display: none;
  z-index: 2;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font: 36px/60px "宋体";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgb(180, 50, 32);
  background: rgba(180, 50, 32, .1);
  transition: background 1s ease;
}
#photos .wrap a:hover {
  background: rgb(180, 50, 32);
}
#photos .prev {
  left: 30px;
}
#photos .next {
  right: 30px;
}

@media (max-width: 767px) {  
  #photos .wrap {
    width: 100%;
    height: 360px;
  }
  #photos .content {
    width: 100%;
    height: 360px;
  }
}


.form-divide-area {
  border:1px solid #ddd;
  padding:20px;
  margin: 20px 0;
}

.tab-pane-content-sd {
  padding: 0 15px 40px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #b43220;
}

.nav-tabs .nav-link {
    background: none;
    font-size: 18px;
    font-weight: bold;
}

.nav-link:focus, .nav-link:hover {
    color:#b43220;
}

.section_content img {
  max-width:100%;
}

.aki-has-error .help-block,
.aki-has-error .help-inline,
.aki-has-error .control-label,
.aki-has-error .radio,
.aki-has-error .checkbox,
.aki-has-error .radio-inline,
.aki-has-error .checkbox-inline {
    color: #b43220;
    font-size: 150%;
}

#fixed-bm {
  position: fixed; right: 0; top: 50%; margin-top: -20px; z-index:999;
}
.back-home {
  display: none;
}

.float-right {
  float:right;
}

.snap {display: block;}
.portfolios {display: none;}

#m-section-home {display:none;}

@media (max-width: 767px) {  
  #main-header, #footer, #section-home, #fixed-bm {
    display:none;
  }
  #m-section-home {
    display:block;
  }
    html {
        height: 100%;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
    #index {
        background: url(https://upload.aki.com.cn/o_1jgomdv2p1l8p14ld1p2885r1id9.png) no-repeat center top;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .m-nav .col-4 {
        margin-bottom:34px;
    }
    .m-nav a {
        color:#fff;
    }
    .m-nav a:hover {
        color:#b43220;
    }
    .m-btn {
        width: 100%;
        height: 50px;
        background: #FAA12C;
        border-radius: 12px 12px 12px 12px;
        opacity: 1;
        font-size: 17px;
        font-weight: bold;
        color: #FFFFFF;
        line-height:50px;
    }
    .m-bm {
        margin-left:20px;
        margin-right:20px;
        margin-top:6px;
    }
    .aki-p-6 {
        padding: 5px !important;
    }
    .form-divide-area {
        margin-top: 0;
    }
    .message_now_area {
        background:#fff;
        margin-top:0 !important;
        padding-top:30px !important;
        padding-bottom: 80px;
    }
    .zyz-model {
        margin-top: 0;
        background: #B3311F;
        padding-bottom:80px;
    }
    .aki-signup-wrapper {
        padding: 80px 0 100px;
    }
    .aki-signup-body {
        padding: 0;
    }
    .back-home {
        position: fixed;
        bottom: 0;
        width: 100%;
        top: auto !important;
        color: #fff;
        height: 58px;
        background: #950507;
        line-height: 58px;
        display:block;
        font-size:15px;
        z-index: 999;
    }
    #index .back-home {
        display:none;
    }
    .back-home a {
        color:#fff;
    }
    .row{ margin-right: -10px; margin-left: -10px;}

    .float-right {float:none; font-size:12px;}

    .snap {display: none;}

    .portfolios {display: block;}

    .nav-tabs .nav-link{
      font-size:14px;
    }

    .nav-tabs .nav-item{
      width:50%;
    }

    .custom-tabs .nav.nav-tabs{
      width: 100px;
      display: block;
    }

    .custom-tabs .nav-tabs .nav-item {
        width: 100%;
        margin-bottom:10px;
    }

    .custom-tabs.new-bg-block {
      padding:0;
    }

    .custom-tabs .nav.nav-tabs {
        background-color: #fff;
        padding-top: 12px;
        border-radius: 12px 0 0 12px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: none;
        background-color: #FFF1E9;
    }

    .tab-pane-content-sd {
        padding: 12px;
    }

    .custom-tabs.new-bg-block .mb-3 {margin-bottom:0 !important;}

    .custom-tabs.new-bg-block .mt-3 {margin-top:0 !important;}


    .custom-tabs .nav-tabs .nav-link {
      font-size: 14px;
      padding: 5px;
      width:100px;
    }

    .tab-pane-content-sd img {
      max-width: 100%;
    }

    .custom-tabs .tab-content{
      width: calc(100% - 100px);
    }
}


.aki-work-text-item img {
  max-width: 100%;
}


.aki-work-video-item .work-video {
    border-radius: 24px 0px 0 24px;
}


/*2023-6-16 home page*/
    @media (min-width: 1400px) {
        .container {
            max-width: 1264px;
        }
    }
    .new-bg {
      background: #2858f5;
      padding-top:135px;
    }
    .new-title {
      margin-bottom:60px;
      font-size: 48px;
      font-family: '思黑Heavy', sans-serif;
      font-weight: 800;
      color: #FFFFFF;
      line-height: 48px;
      text-align:center;
    }
    h5.new-title {
      font-size: 36px;
      font-family: '思黑Heavy', sans-serif;
      font-weight: 800;
      color: #000000;
      line-height: 30px;
    }
    .new-video-block {
      padding:0;
    }
    .new-about-block {
      background: #950507;
      border-radius: 0 24px 24px 0;
      padding:40px 50px 0 40px;
      margin-bottom:6px;
    }
    .new-about-block h3 {
      font-size: 30px;
      font-family: '思黑Heavy', sans-serif;
      color: #FFFFFF;
      line-height: 30px;
      margin-bottom:30px;
    }
    .new-about-block p {
      font-size: 20px;
      font-family: '思黑Regular', sans-serif;
      color: #FFFFFF;
      line-height: 30px;
      text-align:justify;
    }
    .new-about-block .more {
      font-size: 20px;
      font-family: '思黑Heavy', sans-serif;
      color: #FFFFFF;
      line-height: 30px;
    }
    .new-bg-block {
      background: #FFF1E9;
      padding:40px 5px;
      border-radius: 24px 24px 24px 24px;
    }
    .new-bg-block p {
      font-family: '思黑Regular', sans-serif;
      font-size: 20px;
      line-height: 30px;
      text-align:justify;
    }
    .new-bg-block p strong{
      font-family: '思黑Bold', sans-serif;      
    }
    .new-img-max {
      width:100%;
    }
    .new-video-block video {
        width: 100%;
        border-radius: 24px 0 0 24px;
    }
    .new-bg-block .more {
        font-size: 20px;
        font-family: '思黑Regular', sans-serif;
        color: #000000;
        line-height: 26px;
    }
    .new-text-footer {
        font-size: 12px;
        font-family: '思黑Regular', sans-serif;
        color: #ffffff;
        line-height: 18px;
        padding:0;
    }
    .new-terms-text {
        padding:30px;
        background: #950507; 
        border-radius: 24px 24px 24px 24px; 
        color: #ffffff; 
        height: 100%;
    }
    .new-bg p img {max-width: 100%;}
    .sub-title-terms {
      font-size:24px; line-height:36px;
    }

    .cybj-ny {
      padding-bottom:150px;
    }
    .cybj-ny-list {
      padding:40px 30px !important;
    } 

    .news-list-skipline {
        height: 0px;
        opacity: 0.5;
        border: 0.25px solid #b43220;
    }
    .mobile-mt-2 {
        margin-top:20px;
    }

@media (max-width: 767px) {
    
    .new-bg {
      padding-top:60px;
    }
    .new-title {
      margin-bottom:20px;
      font-size: 24px;
      line-height: 36px;
    }
    h5.new-title {
      font-size: 24px;
      line-height: 24px;
    }
    .new-about-block {
      border-radius: 0 12px 12px 0;
      padding:20px;
      margin-bottom:6px;
    }
    .new-about-block h3 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom:20px;
    }
    .new-about-block p {
      font-size: 16px;
      line-height: 24px;
    }
    .new-about-block .more {
      font-size: 16px;
      line-height: 24px;      
    }
    .new-bg-block {
      padding:20px 5px;
      border-radius: 12px;
    }
    .new-bg-block p {
      font-size: 16px;
      line-height: 24px;
      text-align:justify;
    }
    .new-video-block video {
        border-radius: 12px 0 0 12px;
    }
    .new-bg-block .more {
        font-size: 16px;
        line-height: 24px;
    }
    .new-text-footer {
        font-size: 12px;
        line-height: 18px;
    }
    .new-terms-text {
        padding:10px;
        border-radius: 12px; 
    }
    .news-list-show {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 34px;
        padding-top: 10px;
    }
    .news-list-skipline {
        height: 0px;
        opacity: 0.5;
        border: 0.25px solid #b43220;
    }
    .news-list-show a {
        display:block;
        margin-bottom:5px;
    }    
    .sub-title-terms {
        font-size:18px; line-height:24px;
    }
    .mobile-mt-2 {
        margin-top:20px;
    }
    .new-bg-block p.sd-sub-title {
        font-family: '思黑Bold', sans-serif;
    }
    .sd-bmzy {
        text-align: center;
        font-size: 14px;
        font-family: '思黑Bold', sans-serif;
        padding:5px 0;
    }
    .sd-bmzy a {
        color:#B3311F;
    }
    html, body {
        height:100%;
    }
    .zyz-model {
        height:100%;
    }
    .cybj-ny {
      padding-bottom:100px;
    } 
    .cybj-ny-list {
      padding:20px 5px !important;
    }
}



/*数据统计滚动*/
.product-number-info {
  position: relative;
}
.product-number-info .product-number-inner {
  width: 100%;
  margin: 0 auto;
}
.product-number-info ul {
  /*padding: 85px 0;*/
}
.product-number-info ul.q:after {
  content: "";
  clear: both;
  display: table;
}
.product-number-info li {
  float: left;
  width: 16.6%;
  height: 90px;
  color: #fff;
  padding-top: 1px;
  text-align: center;
}
.product-number-info li:first-child {
  border: none;
}
.product-number-info li b {
  font-size: 48px;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 15px 0 10px;
}
.product-number-info li b i {
  font-style: normal;
}
.product-number-info li b sup {
  position: absolute;
  font-size: 20px;
  right: -15px;
  top: -3px;
}
.product-number-info li b em {
  font-style: normal;
  font-size: 28px;
  font-weight: 100;
  padding-left: 2px;
  position: relative;
  top: -4px;
}
.product-number-info li p {
  font-size: 28px;
  font-family: "思黑Regular", sans-serif
}
.product-number-info li b {
  font-family: "dinot", sans-serif !important;
}

.product-number-info li.li-1 b, .product-number-info li.li-1 p {
  color:#fcf3c7;
  font-weight:700;
  font-family:"思黑Heavy", sans-serif;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
  color:#fff1ea;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
  color:#fff1ea;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
  color:#fff1ea;
}
.product-number-info li.li-5 b, .product-number-info li.li-5 p {
  color:#fff1ea;
}
.product-number-info li.li-6 b, .product-number-info li.li-6 p {
  color:#fff1ea;
}

@media (max-width: 767px) {
  .product-number-info ul {
    margin-bottom:0;
  }
  .product-number-info li {
    width: 33.3%;
    margin-bottom:0;
  }
  .product-number-info li p {
    font-size: 18px;
  }
  .product-number-info li b {
    font-size: 28px;
  }
}