body.black {
  background-color: #000;
  color: #fff;
}
body.black .sub_nav.about_sub_nav {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(227, 230, 237, 0.2);
}
body.black .sub_nav_wrap a.on dd {
  color: #fff;
}
body.black .sub_nav_wrap a:hover dd {
  color: #fff;
}
body.black .footer {
  background-color: #121212;
}
body.black .footer .footer_top li dt a {
  color: #fff;
}
body.black .footer .footer_top li dd a {
  color: #fff;
  opacity: .45;
}
body.black .footer .footer_top li dd a:hover {
  opacity: 1;
}
body.black .footer .footer_center .fl {
  display: none;
}
body.black .footer .footer_center {
  border-bottom: 1px solid rgba(227, 230, 237, 0.2);
}
body.black .footer .footer_bottom .fl {
  opacity: .45;
}
body.black .footer .footer_bottom .fr {
  display: none;
}

.text-linear-gradient {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.povider-banner {
  margin-top: 110px;
  width:100%;
}
.povider-banner .img img {
  width: 100%;
}
.povider-banner .txt {
  text-align: center;
  width: 100%;
  top: -30px;
}
.povider-banner .txt h2 {
  line-height: 1.8;
  margin-top: 40px;
  font-weight: bold;
  background-image: linear-gradient(53deg, #FFE36B 0%, #FF3636 100%);
}
.povider-banner .txt h6 {
  background-image: linear-gradient(322deg, #FE67A8 0%, #FFBD7E 100%);
}
.povider-banner .txt h1 {
  /*font-weight: bold;*/
  background-image: linear-gradient(141deg, #FFEDA0 0%, #FF5555 55%, #4660FF 100%);
}
.povider-banner .btn-bd a {
  width: 152px;
  height: 56px;
  line-height: 54px;
  border: 1px solid #FFBAAC;
  border-radius: 100px;
}
.povider-banner .btn-bd a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 8px;
  background: linear-gradient(272deg, #FFB280 0%, #FFBD7E 100%);
}
.povider-banner .btn-bd a span {
  background-image: linear-gradient(319deg, #FF4E48 0%, #FFCBA8 100%);
  font-weight: bold;
  display: inline-block;
}
.povider-banner .btn-bd a:hover{
  background: url(../img/btn_suspended_03.png) center/contain no-repeat;
  border-color: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.povider-banner .btn-bd a:active{
  background: url(../img/btn_clicked_03.png) center/contain no-repeat;
  border-color: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.provider-tit {
  color: #fff;
  text-align: center;
  padding: 160px 0 60px;
}
/*.provider-tit h2 {
  font-weight: bold;
}*/

.provider-shidai .echarts-content {
  margin-bottom: 50px;
}
.provider-shidai .echarts-content .echarts_arrow{
  width:0;
  height:140px;
  background:url(../img/arrow.png) no-repeat;
  background-position: left;
  background-size: 585px 140px;
  left:8%;
  top:78px;
  overflow:hidden;
}
@media only screen and (max-width:1600px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:487px auto;
  }
}
@media only screen and (max-width:1440px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:438px auto;
  }
}
@media only screen and (max-width:960px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:352px auto;
  }
}
@media only screen and (max-width:768px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:438px auto;
    top:50px;
    
  }
}
@media only screen and (max-width:580px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:400px auto;
    top:50px;
   
  }
}
@media only screen and (max-width:520px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:352px auto;
    top:52px;
    left:3%;
  }
}
@media only screen and (max-width:414px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:292px auto;
    
  }
}
@media only screen and (max-width:320px){
  .provider-shidai .echarts-content .echarts_arrow{
    background-size:234px auto;
    
  }
}
.provider-shidai .echarts-content .echarts_arrow img{
  width:585px;
  height:140px;
  left:50%;
  margin-left: -292px;
  top:0;
  left:0;
}
.provider-shidai .box-1 {
  background: center center /cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
  /*background-attachment: fixed;*/
}
.provider-shidai .box-1:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.provider-shidai .box-1 ul {
  position: relative;
  z-index: 2;
}
.provider-shidai .box-1 ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #fff;
  padding: 192px 0;
  position: relative;
}
.provider-shidai .box-1 ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 212px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.provider-shidai .box-1 ul li:last-child:after {
  display: none;
}
.provider-shidai .box-1 ul li h4 {
  /*font-weight: bold;*/
  margin-bottom: 16px;
}
.provider-shidai .box-1 ul li p {
  color: rgba(255, 255, 255, 0.45);
}
.provider-shidai #echarts2 {
  height: 400px;
}
.provider-shidai .box-2 {
  border-radius: 16px;
  background-color: rgba(38, 42, 51, 0.44);
  padding: 60px 5% 24px;
  text-align: center;
}
.provider-shidai .box-2 .box {
  margin-top: 60px;
  height: 500px;
  padding-right: 8%;
}
.provider-shidai .box-2 .items {
  width: 60%;
  float: left;
}
.provider-shidai .box-2 .items h2 {
  text-align: center;
  font-family: Arial
}
.provider-shidai .box-2 .items:last-child {
  width: 40%;
}
.provider-shidai .box-2 ul {
  display: inline-block;
  text-align: left;
}
.provider-shidai .box-2 ul li {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.provider-shidai .box-2 ul li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 6px;
}
.provider-shidai .box-2 ul li:first-child i {
  background-color: #6B7FFF;
}
.provider-shidai .box-2 ul li:nth-child(2) i {
  background-color: #FF9E3C;
}
.provider-shidai .box-2 ul li:nth-child(3) i {
  background-color: #FF5E5E;
}
.provider-shidai .source-ly {
  font-size: 12px;
  opacity: .45;
  text-align: left;
}

/*.provider-hyld {
  margin: 0 -8px;
}*/
.provider-hyld .box {
  float: left;
  width: 33.33%;
  padding: 0 8px;
}
.provider-hyld .gezi {
  margin-bottom: 16px;
  height: 240px;
  display: table;
  width: 100%;
}
.provider-hyld .gezi .in {
  border-radius: 16px;
  background-color: rgba(38, 42, 51, 0.44);
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*.provider-hyld .gezi .num {
  display: inline-block;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
.provider-hyld .gezi .num_h1 {
  display: inline-block;
  font-family: Arial;
  position: relative
}
.provider-hyld .gezi .num .num_h1:first-child{
  font-size: 100px;
}

.provider-hyld .gezi .num span {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.provider-hyld .gezi .num b{
  display: inline-block;
}
.provider-hyld .gezi .name span {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.provider-hyld .in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}
.provider-hyld .gezi-3 {
  height: 496px;
}
.provider-hyld .gezi-5 {
  height: 496px;
}
.provider-hyld .gezi-7 {
  height: 496px;
}
/*.provider-hyld .gezi-1 .num {
  background-image: -webkit-linear-gradient(311deg, #6346FF 0%, #FF552C 100%);
  background-image: linear-gradient(311deg, #6346FF 0%, #FF552C 100%);

}*/
.provider-hyld .gezi-1 .num .num_h1{
  background-image: -webkit-linear-gradient(311deg, #6346FF 0%, #FF552C 100%);
  background-image: linear-gradient(311deg, #6346FF 0%, #FF552C 100%); 
}
.provider-hyld .gezi-1 .num b{
  background-image: -webkit-linear-gradient(313deg, #6346FF 0%, #FF552C 100%);
  background-image: linear-gradient(313deg, #6346FF 0%, #FF552C 100%); 
}

.provider-hyld .gezi-1 .name span {
  background-image: -webkit-linear-gradient(309deg, #6346FF 0%, #FF552C 100%);
  background-image: linear-gradient(309deg, #6346FF 0%, #FF552C 100%);
}

.provider-hyld .gezi-2 .num .num_h1{
  background-image: -webkit-linear-gradient(131deg, #FFD008 0%, #B366F0 100%);
  background-image: linear-gradient(131deg, #FFD008 0%, #B366F0 100%);
}

.provider-hyld .gezi-2 .name span {
  background-image: -webkit-linear-gradient(131deg, #FFD008 0%, #B366F0 100%);
  background-image: linear-gradient(131deg, #FFD008 0%, #B366F0 100%);
}
.provider-hyld .gezi-3 .in {
  color: #fff;
}
.provider-hyld .gezi-3 .img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.provider-hyld .gezi-3 .img:after{
  content:'';
  display:block;
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,.6);
}

.provider-hyld .gezi-3 .num b{
  color:#fff;
}
.provider-hyld .gezi-3 .name span {
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.provider-hyld .gezi-4 .num .num_h1{
  background-image: linear-gradient(317deg, #742EFF 0%, #FF841F 100%);
}
.provider-hyld .gezi-4 .name span {
  background-image: linear-gradient(317deg, #742EFF 0%, #FF841F 100%);
}
.provider-hyld .gezi-5 {
  color: #fff;
}
.provider-hyld .gezi-5 .num {
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.provider-hyld .gezi-5 .name span {
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.provider-hyld .gezi-5 .img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.provider-hyld .gezi-5 .img:after{
  content:'';
  display:block;
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,.75);
}
.provider-hyld .gezi-5 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.provider-hyld .gezi-6 .num .num_h1{
  background-image: -webkit-linear-gradient(307deg, #3C55EA 0%, #B492FF 100%);
  background-image: linear-gradient(307deg, #3C55EA 0%, #B492FF 100%);
}
.provider-hyld .gezi-6 .name span {
  background-image: -webkit-linear-gradient(307deg, #3C55EA 0%, #B492FF 100%);
  background-image: linear-gradient(307deg, #3C55EA 0%, #B492FF 100%);
}
.provider-hyld .gezi-7 .num .num_h1{
  background-image: -webkit-linear-gradient(324deg, #FF2D36 0%, #FFC082 100%);
  background-image: linear-gradient(324deg, #FF2D36 0%, #FFC082 100%);
}
.provider-hyld .gezi-7 .name span {
  background-image: -webkit-linear-gradient(324deg, #FF2D36 0%, #FFC082 100%);
  background-image: linear-gradient(324deg, #FF2D36 0%, #FFC082 100%);
}
.provider-hyld .gezi-7 .img {
  width: 49.12281%;
  margin: 50px auto 0;
}
.provider-hyld .gezi-7 .img img {
  width: 100%;
}
.provider-hyld .gezi-8 .num .num_h1{
  background-image: -webkit-linear-gradient(132deg, #FFABF9 0%, #C17CFF 32%, #4660FF 100%);
  background-image: linear-gradient(132deg, #FFABF9 0%, #C17CFF 32%, #4660FF 100%);
}
.provider-hyld .gezi-8 .name span {
  background-image: -webkit-linear-gradient(132deg, #FFABF9 0%, #C17CFF 32%, #4660FF 100%);
  background-image: linear-gradient(132deg, #FFABF9 0%, #C17CFF 32%, #4660FF 100%);
}
.provider-hyld .gezi-9 .num .num_h1{
  background-image: -webkit-linear-gradient(309deg, #FF961A 0%, #7D76F5 100%);
  background-image: linear-gradient(309deg, #FF961A 0%, #7D76F5 100%);
}
.provider-hyld .gezi-9 .num .num_h1 + span{
  background-image: -webkit-linear-gradient(325deg, #FF961A 0%, #9582F9 100%);
  background-image: linear-gradient(325deg, #FF961A 0%, #9582F9 100%);
}
.provider-hyld .gezi-9 .name span {
  background-image: -webkit-linear-gradient(309deg, #FF961A 0%, #7D76F5 100%);
  background-image: linear-gradient(309deg, #FF961A 0%, #7D76F5 100%);
}
@media only screen and (max-width:1500px){
  .provider-hyld .gezi .num .num_h1:first-child{
    font-size: 80px;
  }
}
@media only screen and (max-width:1366px){
  .provider-hyld .gezi .num .num_h1:first-child{
    font-size: 72px;
  }
}
@media only screen and (max-width:1200px){
  .provider-hyld .gezi .num .num_h1:first-child{
    font-size: 60px;
  }
}
@media only screen and (max-width:768px){
  .provider-hyld .gezi .num .num_h1:first-child{
    font-size: 48px;
  }
}
@media only screen and (max-width:479px){
  .provider-hyld .gezi .num .num_h1:first-child{
    font-size: 40px;
  }
}
@media only screen and (max-width:360px){
  .provider-hyld .gezi .num .num_h1:first-child{
    font-size: 32px;
  }
}


.provider-zcplat .ebc_section_6 {
  border-radius: 16px;
  background-color: rgba(38, 42, 51, 0.44);
}
.provider-zcplat .ebc_section_6 .swiper-box{
  padding:60px 0;
}
.provider-zcplat .ebc_section_6 .swiper-box:before {
  display: none;
}
.provider-zcplat .ebc_section_6 .swiper-box:after {
  display: none;
}
.provider-zcplat .swiper-container {
  margin: 0 5%;
}
.provider-zcplat .ebc_section_6 .logo_list {
  margin-top: 57px;
  text-align: center
}
.provider-zcplat .ebc_section_6 .logo_list img{
  width:100px;
  margin:0 8px;
  vertical-align: middle
}
.provider-zcplat .ebc_section_6 .swiper-container .swiper-slide {
  width:auto;
  padding: 0 7px;
}
.provider-zcplat .ebc_section_6 .swiper-container .swiper-slide img{
  height:62px;
}
@media only screen and (max-width:1500px){
  .provider-zcplat .ebc_section_6 img{
    width:100%;
  }
}
.provider-xurong {
  overflow: hidden;
  width:100%;
}

.provider-xurong .swiper-honor .swiper-slide .swiper_img{
  width:100%;
  height:0;
  padding-bottom: 133.13%;
  border-radius: 16px;
  overflow: hidden;
}
.provider-xurong .swiper-honor .swiper-slide img {
  opacity:0;
  position:absolute;
  width: 100%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  object-fit: cover;
}
.provider-xurong .look-more {
  text-align: center;
  margin-top: 48px;
}
.provider-xurong .look-more a {
  display:inline-block;
  color: #fff;
  padding-bottom:2px;
}
.provider-xurong .look-more a > i{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow_right_2.png) 0 0/cover no-repeat;
  vertical-align: middle;
}
.provider-xurong .look-more a:after {
  content:'';
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:1px;
  background:#fff;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  -ms-transition:all .5s;
  transition:all .5s;
}
.provider-xurong .look-more a:hover:after {
  width:100%;
}
.provider-rongzi .rongzi-box {
  background-color: rgba(38, 42, 51, 0.44);
  border-radius: 16px;
  padding: 60px 3.42857%;
}
.provider-rongzi .rongzi-box img {
  width: 100%;
}
.provider-rongzi .tips {
  text-align: center;
  margin-top: 24px;
  opacity: .75;
}

.provider-buju {
  overflow: hidden;
  display: none;
}
.provider-buju .buju-box {
  margin: 0 -8px 80px;
}
.provider-buju .buju-box li {
  float: left;
  width: 50%;
  padding: 0 8px;
  display: table;
}
.provider-buju .buju-box li .in {
  background-color: rgba(38, 42, 51, 0.44);
  border-radius: 16px;
  height: 280px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}
.provider-buju .buju-box li .num span{
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Arial
}
.provider-buju .buju-box li .num .num_h1{
  background-image: -webkit-linear-gradient(324deg, #FF2D36 0%, #FFC082 80%);
  background-image: linear-gradient(324deg, #FF2D36 0%, #FFC082 80%);
}
.provider-buju .buju-box li .num .num_h1:first-child{
  font-size: 100px;
}
.provider-buju .buju-box li .name span {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(324deg, #FF2D36 0%, #FFC082 100%);
}
.provider-buju .swiper-buju .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  height: 15.625vw;
}
.provider-buju .swiper-buju img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width:1500px){
  .provider-buju .buju-box li .num .num_h1:first-child{
    font-size: 80px;
  }
}
@media only screen and (max-width:1366px){
  .provider-buju .buju-box li .num .num_h1:first-child{
    font-size: 72px;
  }
}
@media only screen and (max-width:1200px){
  .provider-buju .buju-box li .num .num_h1:first-child{
    font-size: 60px;
  }
}
@media only screen and (max-width:768px){
  .provider-buju .buju-box li .num .num_h1:first-child{
    font-size: 48px;
  }
}
@media only screen and (max-width:479px){
  .provider-buju .buju-box li .num .num_h1:first-child{
    font-size: 40px;
  }
}
@media only screen and (max-width:360px){
  .provider-buju .buju-box li .num .num_h1:first-child{
    font-size: 32px;
  }
}


.provider-shili .shili-box img {
  width: 100%;
}

.provider-display {
  overflow: hidden;
  width:100%;
}
.provider-display .swiper-display {
  position: relative;
   width:100%;
}
.provider-display .swiper-display .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  object-fit: cover;
}
.provider-display .swiper-display .swiper-slide img{
  width:100%;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.provider-display .swiper-display .display-button-next, .provider-display .swiper-display .display-button-prev {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  z-index: 9;
  top: 50%;
}
.provider-display .swiper-display .display-button-next {
  right: 40px;
  background-image: url(../img/button_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.provider-display .swiper-display .display-button-prev {
  left: 40px;
  cursor: pointer;
  background-image: url(../img/button_white_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.provider-display .swiper-display .display-button-next:hover {
  background-image: url(../img/button_suspended.png);
}
.provider-display .swiper-display .display-button-next:active {
  background-image: url(../img/button_click_01.png);
}
.provider-display .swiper-display .display-button-prev:hover {
  background-image: url(../img/button_suspended_left.png);
}
.provider-display .swiper-display .display-button-prev:active {
  background-image: url(../img/button_click_01_left.png);
}
.provider-display .swiper-display .swiper-pagination {
  text-align: center;
  bottom: 40px;
}
.provider-display .swiper-display .swiper-pagination .swiper-pagination-customs {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 100%;
  margin: 0 6px;
}
@media only screen and (max-width: 1440px){
  .provider-display .swiper-display .display-button-prev{
    width:48px;
    height:48px;
  }
  .provider-display .swiper-display .display-button-next{
    width:48px;
    height:48px;
  }
}
@media only screen and (max-width: 1200px){
  .provider-display .swiper-display .display-button-prev{
    width:40px;
    height:40px;
  }
  .provider-display .swiper-display .display-button-next{
    width:40px;
    height:40px;
  }
}
@media only screen and (max-width: 768px){
  .provider-display .swiper-display .display-button-prev{
    left:20px;  
  }
  .provider-display .swiper-display .display-button-next{
    right:20px;  
  }
}
@media only screen and (max-width: 479px){
  .provider-display .swiper-display .display-button-prev{
    width:32px;
    height:32px;
  }
  .provider-display .swiper-display .display-button-next{
    width:32px;
    height:32px;
  }
}

.provider-brand .brand-ul ul li {
  width: 25%;
  float: left;
  height: 37.5vw;
  position: relative;
  overflow: hidden;
}
.provider-brand .brand-ul ul li .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.provider-brand .brand-ul ul li .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.provider-brand .brand-ul ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.provider-brand .brand-ul ul li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.provider-brand .brand-ul ul li .txt h3 {
  font-size: 64px;
  /*font-weight: bold;*/
  font-family: Arial
}
.provider-brand .brand-ul ul li .txt h5 {
  font-size: 32px;
  /*font-weight: bold;*/
}
/*.provider-brand .brand-ul ul li:hover .img img {
  transform: scale(1.05);
}*/
.provider-brand .detail_prog {
  margin-bottom: 120px;
  background-color: rgba(38, 42, 51, 0.44);
  border-radius: 16px;
  padding: 60px 7.14286%;
}
.provider-brand .detail_prog .prog_fixed_w {
  width: 100%;
}
.provider-brand .detail_prog dl {
  float: left;
  width: 16.66667%;
}
.provider-brand .detail_prog dl dd {
  color: #fff;
}
.provider-brand .detail_prog dl:not(:first-child):before {
  background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width:640px){
  .provider-brand .detail_prog dl{
    width:32.66667%;
  }
  .provider-brand .detail_prog dl:nth-child(3n+4),
  .provider-brand .detail_prog dl:nth-child(3n+5),
  .provider-brand .detail_prog dl:nth-child(3n+6){
    margin-top:20px;
  }
  
}
.provider-brand .fuchi-box {
  margin-bottom: 100px;
  display: none;
}
.provider-brand .fuchi-box ul {
  margin: 0 -8px;
}
.provider-brand .fuchi-box ul li {
  width: 33.33%;
  float: left;
  padding: 8px;
  display: table;
}
.provider-brand .fuchi-box ul li .in {
  display: table-cell;
  width: 100%;
  background-color: rgba(38, 42, 51, 0.44);
  border-radius: 16px;
  text-align: center;
  vertical-align: middle;
  height: 184px;
}
.provider-brand .fuchi-box ul li .in span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.provider-brand .fuchi-box ul li:first-child span {
  background-image: linear-gradient(162deg, #FFE36B 0%, #FF3636 100%);
}
.provider-brand .fuchi-box ul li:nth-child(2) span {
  background-image: linear-gradient(58deg, #D15332 0%, #7838FF 100%);
}
.provider-brand .fuchi-box ul li:nth-child(3) span {
  background-image: linear-gradient(71deg, #FF42EB 0%, #008CF8 100%);
}
.provider-brand .fuchi-box ul li:nth-child(4) span {
  background-image: linear-gradient(167deg, #FFE36B 0%, #FF3636 100%);
}
.provider-brand .fuchi-box ul li:nth-child(5) span {
  background-image: linear-gradient(82deg, #FF6755 0%, #7316DF 100%);
}
.provider-brand .fuchi-box ul li:nth-child(6) span {
  background-image: linear-gradient(156deg, #9A199C 0%, #4660FF 100%);
}
.provider-brand .butie-box {
  margin-bottom: 100px;
  display: none;
}
.provider-brand .butie-box ul {
  margin: 0 -8px;
}
.provider-brand .butie-box ul li {
  width: 25%;
  float: left;
  padding: 8px;
  display: table;
}
.provider-brand .butie-box ul li .in {
  display: table-cell;
  width: 100%;
  background-color: rgba(38, 42, 51, 0.44);
  border-radius: 16px;
  text-align: center;
  vertical-align: middle;
  height: 168px;
}
.provider-brand .butie-box ul li .in span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.provider-brand .butie-box ul li:first-child span {
  background-image: linear-gradient(314deg, #008CF8 0%, #67BDFF 100%);
}
.provider-brand .butie-box ul li:nth-child(2) span {
  background-image: linear-gradient(312deg, #83FFF1 0%, #0E93F9 65%, #67BDFF 100%);
}
.provider-brand .butie-box ul li:nth-child(3) span {
  background-image: linear-gradient(62deg, #2ADFD6 0%, #2ABC66 100%);
}
.provider-brand .butie-box ul li:nth-child(4) span {
  background-image: linear-gradient(304deg, #4660FF 0%, #2AC686 100%);
}
.provider-brand .peixun-box {
  margin-bottom: 160px;
  display: none;
}
.provider-brand .peixun-box ul {
  margin: 0 -8px;
}
.provider-brand .peixun-box ul li {
  width: 33.33%;
  float: left;
  padding: 8px;
}
.provider-brand .peixun-box ul li .in {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 29.16667vw;
  position: relative;
}
.provider-brand .peixun-box ul li .in span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.provider-brand .peixun-box ul li .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.provider-brand .peixun-box ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.provider-brand .peixun-box ul li .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  z-index: 1;
}
.provider-brand .peixun-box ul li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.provider-brand .peixun-box ul li .txt p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
}
.provider-brand .peixun-box ul li:first-child .txt p {
  background-image: linear-gradient(137deg, #FFABF9 0%, #B693FF 32%, #4660FF 100%);
}
.provider-brand .peixun-box ul li:nth-child(2) .txt p {
  background-image: linear-gradient(137deg, #4660FF 0%, #FF80C8 76%, #FFABF9 100%);
}
.provider-brand .peixun-box ul li:nth-child(3) .txt p {
  background-image: linear-gradient(127deg, #D378D6 0%, #CD95FF 32%, #FF7444 100%);
}
/*.provider-brand .peixun-box ul li:hover .img img {
  transform: scale(1.05);
}
*/
.sub-tt {
  text-align: center;
  margin-bottom: 65px;
}
.sub-tt h4 {
  margin-bottom: 12px;
  font-family: Arial
}
.sub-tt p {
  opacity: .75;
}

.provider-process {
  background-color: rgba(38, 42, 51, 0.44);
  border-radius: 16px;
  padding-bottom: 80px;
}
.provider-process ul {
  margin: 0 -8px;
}
.provider-process ul li {
  float: left;
  width: 25%;
  padding: 0 8px;
  position: relative;
}
.provider-process ul li:not(:last-child):after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/provider/ArrowRight_5.png) 0 0/cover no-repeat;
  position: absolute;
  top: 42px;
  left: 100%;
}
.provider-process .in span {
  display: block;
  position:relative;
  width: 100px;
  height: 100px;
  background: #121212;
  box-shadow: -4px -4px 16px 0px rgba(51, 51, 51, 0.4), 20px 1px 16px 0px rgba(3, 3, 3, 0.5), inset 2px 2px 5px 0px rgba(94, 93, 93, 0.3);
  border-radius: 32px;
  /*filter: blur(1px);*/
  margin: 0 auto 30px;
}
.provider-process .in span i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56.0%;
}
.provider-process .in span i img {
  width: 100%;
}
.provider-process .tt {
  text-align: center;
}
.provider-process .tt h2 {
  margin-bottom: 16px;
}
.provider-process .tt p {
  opacity: .45;
  padding: 0 10%;
}
.provider-process .btns-jr {
  margin-top: 60px;
  text-align: center;
}
.provider-process .btns-jr a {
  display: inline-block;
  width: 120px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  color: #fff;
  text-align: center;
  line-height: 42px;
}
.provider-process .btns-jr a:hover {
  background: url(../img/btn_suspended_03.png) center/contain no-repeat;
  border-color: transparent;
  color: #555;
}
.provider-process .btns-jr a:active {
  background: url(../img/btn_clicked_03.png) center/contain no-repeat;
}
.provider-culture {
  padding-bottom: 160px;
}
.provider-culture .culture-box {
  background: center center/cover no-repeat;
  margin-bottom: 40px;
  padding: 9.47917vw 0 11.77083vw;
  text-align: center;
  position: relative;
}
.provider-culture .culture-box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.provider-culture .culture-box .text {
  position: relative;
  z-index: 1;
}
/*.provider-culture .culture-box h2 {
  font-weight: bold;
}
.provider-culture .culture-box h3 {
  font-weight: bold;
}*/
.provider-culture .video-box li {
  width: 31.7%;
  float: left;
}
.provider-culture .video-box li:nth-child(3n + 2) {
  margin-left: 2.4%;
}
.provider-culture .video-box li:nth-child(3n) {
  margin-left: 2.4%;
}
.provider-culture .video-box li:nth-child(n + 4) {
  margin-top: 6%;
}
.provider-culture .video-box li .con_img {
  width: 100%;
  height: 0;
  padding-bottom: 56.1%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  behavior: url(../css/ie-css3.htc);
}
.provider-culture .video-box li .con_img .img_box {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.provider-culture .video-box li .con_img img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.provider-culture .video-box li .con_img .con_img_play {
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(../img/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.provider-culture .video-box li .con_img:hover .img_box {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.provider-culture .video-box li .con_img:hover .con_img_play {
  background-image: url(../img/icon_play_hover.png);
}
.provider-culture .video-box li dl {
  margin-top: 5%;
}
.provider-culture .video-box li dt {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial
}
.provider-culture .video-box li dd {
  color: rgba(255, 255, 255, 0.45);
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1400px) {
  .provider-hyld .gezi h1 {
    font-size: 80px;
  }

  .provider-buju .buju-box li h1 {
    font-size: 80px;
  }

  .provider-brand .brand-ul ul li .txt h3 {
    font-size: 54px;
  }

  .provider-brand .brand-ul ul li .txt h5 {
    font-size: 28px;
  }

  .provider-xurong .swiper-honor .swiper-slide {
    height: 30vw;
  }
  .provider-culture .video-box li .con_img .con_img_play {
    width:48px;
    height:48px;
  }
}


@media only screen and (max-width: 1366px) {
  .povider-banner .btn-bd a{
    width:120px;
    height:45px;
    line-height: 43px
  }
}
@media only screen and (max-width: 1280px) {
  .provider-hyld .gezi h1 {
    font-size: 60px;
  }

  .provider-buju .buju-box li h1 {
    font-size: 60px;
  }

  .provider-brand .brand-ul ul li .txt h3 {
    font-size: 44px;
  }

  .provider-brand .brand-ul ul li .txt h5 {
    font-size: 24px;
  }

  .provider-xurong .swiper-honor .swiper-slide {
    height: 30vw;
  }
}
@media only screen and (max-width: 1200px) {
  .provider-culture .video-box li .con_img .con_img_play {
    width:40px;
    height:40px;
  }
}
@media only screen and (max-width: 1024px) {
  .provider-hyld .gezi h1 {
    font-size: 50px;
  }

  .provider-buju .buju-box li h1 {
    font-size: 50px;
  }

  .provider-brand .brand-ul ul li .txt h3 {
    font-size: 38px;
  }

  .provider-brand .brand-ul ul li .txt h5 {
    font-size: 22px;
  }

  .provider-xurong .swiper-honor .swiper-slide {
    height: 30vw;
  }

  .provider-xurong .swiper-honor .swiper-slide {
    height: 36vw;
  }

  .provider-buju .swiper-buju .swiper-slide {
    height: 26vw;
  }

  .provider-brand .peixun-box ul li .in {
    height: 35vw;
  }
}
@media only screen and (max-width: 768px) {

  .provider-hyld .gezi h1 {
    font-size: 48px;
  }

  .provider-buju .buju-box li h1 {
    font-size: 48px;
  }

  .provider-brand .brand-ul ul li .txt h3 {
    font-size: 32px;
  }

  .povider-banner .btn-bd a {
    width: 106px;
    line-height: 34px;
    height: 36px;
  }

  .provider-tit {
    padding: 100px 0 40px;
  }

  .provider-shidai .box-1 ul li {
    padding: 100px 0;
  }

  .provider-shidai .box-2 .items {
    width: 100%;
  }

  .provider-shidai .box-2 .items:last-child {
    width: 100%;
    margin-top: 50px;
  }

  .provider-shidai .box-2 .box {
    margin-top: 30px;
  }

  .provider-hyld .gezi {
    height: 140px;
  }

  .provider-hyld .gezi-3 {
    height: 260px;
  }

  .provider-hyld .gezi-5 {
    height: 260px;
  }

  .provider-hyld .gezi-7 {
    height: 260px;
  }

  .provider-zcplat .swiper-container {
    margin: 0;
  }

  .provider-xurong .swiper-honor .swiper-slide {
    height: 50vw;
  }

  .provider-buju .buju-box li .in {
    height: 200px;
  }

 
  .provider-brand .brand-ul ul li {
    width: 50%;
  }

  .brand-ul {
    margin-bottom: 80px;
  }

  .provider-brand .detail_prog {
    margin-bottom: 80px;
  }

  .provider-brand .fuchi-box {
    margin-bottom: 80px;
  }

  .provider-brand .butie-box {
    margin-bottom: 80px;
  }

  .provider-brand .peixun-box {
    margin-bottom: 100px;
    display: none;;
  }

  .provider-brand .fuchi-box ul li .in {
    height: 140px;
  }

  .provider-brand .butie-box ul li .in {
    height: 140px;
  }

  .sub-tt {
    margin-bottom: 40px;
  }

  .provider-process .in span {
    width: 80px;
    height: 80px;
  }

  .provider-shidai .echarts-content {
    margin-bottom: 25px;
  }

  .provider-shidai .box-2 .box {
    padding-right: 0;
  }

  .provider-hyld .gezi .name {
    padding: 0 10px;
  }

  .provider-buju .buju-box li .name {
    padding: 0 10px;
  }

  .provider-brand .brand-ul ul li {
    height: 58vw;
  }

  .provider-brand .detail_prog {
    padding: 60px 10px;
  }

  .provider-brand .fuchi-box ul li {
    width: 50%;
  }
  .provider-brand .fuchi-box ul li .in {
    padding: 0 10px;
  }

  .provider-brand .butie-box ul li {
    width: 50%;
  }
  .provider-brand .butie-box ul li .in {
    padding: 0 10px;
  }

  .sub-tt {
    margin-bottom: 35px;
  }

  .provider-brand .peixun-box ul li .in {
    height: 65vw;
  }

  .provider-brand .peixun-box ul li {
    width: 70%;
    margin: 0 auto;
    float: none;
  }

  .provider-culture {
    padding-bottom: 100px;
  }

  .provider-hyld .gezi-7 .img {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .provider-hyld .gezi h1 {
    font-size: 30px;
  }

  .provider-buju .buju-box li h1 {
    font-size: 30px;
  }

  .provider-brand .brand-ul ul li .txt h3 {
    font-size: 20px;
  }

  .provider-culture .video-box li {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }

  .povider-banner .txt h2 {
    margin-top: -70px;
  }

  .povider-banner .txt {
    top: -50px;
  }

  .provider-shidai .box-1 {
    background-attachment: inherit;
  }

  .provider-shidai .box-1 ul li {
    width: 100%;
    padding: 30px 0;
  }

  .provider-shidai .box-1 ul li::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    width: 90%;
    height: 1px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

 /* .provider-xurong .swiper-honor .swiper-slide {
    height: 90vw;
  }*/

  .provider-rongzi .rongzi-box {
    padding: 30px 10px;
  }

  .provider-buju .swiper-buju .swiper-slide {
    height: 70vw;
  }

  .provider-brand .peixun-box ul li {
    width: 100%;
  }

  .provider-brand .peixun-box ul li .in {
    height: 100vw;
  }

  .provider-brand .fuchi-box ul li .in {
    padding: 0 25px;
  }

  .sub-tt {
    padding: 0 20px;
  }

  .provider-brand .detail_prog dl dd {
    font-size: 14px;
  }

  .provider-process ul li {
    width: 50%;
    margin-bottom: 30px;
  }

  .provider-process ul li:nth-child(2):after {
    display: none;
  }

  .provider-culture .culture-box {
    padding: 20vw 0 18vw;
  }

  body.black .footer {
    overflow: hidden;
  }

  .provider-hyld .box {
    width: 50%;
  }

  .provider-hyld .box:last-child {
    width: 100%;
    padding: 0;
  }
  .provider-hyld .box:last-child .gezi {
    width: 50%;
    float: left;
    padding: 0 8px;
  }

  .provider-hyld .gezi-7 {
    height: 296px;
  }
}
.vid_box .vid_loading img{
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}