/* 全局样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft Yahei", sans-serif;
}
a:hover{
  text-decoration: underline;
  color: #771d19;
}
/* 基础样式 */
body {
  color: #333;
  line-height: 1.6;
  position: relative;
  width:100%;
  height: 100%;
  background:#fff;
}
.nav-xs-btn{display: none;}
.fl{
  float: left;
}
.fr{
  float: right;
}
.cls{
  clear: both;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.simfont{
  font-family:'Source Han Serif','SimSun'!important;
}
.container {
  width: 1472px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 导航栏 */
.header {
  width: 100%;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0;
  width: 1560px;
  height:120px;
}
.header .nav-main{
  position: absolute;
  top: 0;
  left:0;
  width:100%;
  z-index:1000;
}

.logo img {
  height: 50px;
}

.nav ul {
  display: flex;
  list-style: none;
}
.nav ul li{
  text-align: center;
  width:15%;
  position: relative;
}
.nav ul li::after{
  content:'|';
  position: absolute;
  top:10px;
  right:0;
  color:#999;
}
.nav ul li:last-child::after{
  content: '';
}
.nav ul li >span{font-size:12px; color:#666;font-family:Butler Stencil;}

.nav a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: color 0.3s;
  display: block;
  font-size: 16px;
}

.nav a:hover,.nav a.active{
  color: #771d19;
}

.contact-btn {
  background:url(../images/lx_bg.png) no-repeat center center;
  color: #fff !important;
  width:168px;
  height:56px;
  line-height:56px;
  text-align: left;
  text-indent:2.5em;
  position: absolute;
  right:0;
  top:-8px;
}

/* 横幅 */
.banner {
  position: relative;
  width:100%;
  height:968px;
  overflow: hidden;
}
.banner .swiper-wrapper{height:968px;}
.banner .banner-title{
  position: absolute;
  top:250px;
  left:172px;
  height:320px;
}
.banner .banner-title .b1{
  left:0 !important;
  right: auto;
  bottom:0 !important;
  top: auto;
}
.banner .banner-title img{
  
  width:690px !important;
  height:252px !important;
}
.banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height:968px;
    }
.banner .swiper-button-next, .banner .swiper-button-prev{
  background:rgba(255,255,255,0.5);
  border-radius:10px;
  padding:10px;

}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  font-size: 12px;
  font-weight: bold;
  color:#955b15;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height:986px;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  position: absolute;
  top: 15%;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.banner .b1{right: 10%;text-align:right;}
.banner .b2{left: 10%;text-align:left;}
.banner .b3{left: 10%;text-align:left;}

.banner-text h1 {
  font-size: 75px;
  font-weight:normal;
  margin:0;
}
.banner-text .en-sl{font-size: 12px;display:block;margin-bottom:50px;}
.banner-text p {
  font-size: 75px;
  margin-top:-30px;
  font-weight: 700;
}

.banner-text .btn {
  display: inline-block;
  background:url(../images/rd_btn_bg.png) no-repeat;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
  width: 161px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* 产业生态 */
.ecosystem {
  padding-bottom:80px;
  background: #f9f6f0;
  text-align: center;
  background: url(../images/item1_bg.jpg) no-repeat bottom center;
}
.ecosystem .eco-cont{
  position: relative;
  width:100%;
  height:705px;
}
.ecosystem .eco-cont .title-btn{
  display: block;
  border:2px solid #b28444;
  border-radius: 99px;
  width: 198px;
  height: 44px;
  line-height: 40px;
  margin: 0 auto 18px auto;
  background-color: #fff3e0;
  font-size: 24px;
  color:#333;
  font-family: SimSun;
  font-weight:bold;
}
.ecosystem .eco-cont a{
  text-decoration: none;
}
.ecosystem h2.title {
  display: block;
  width: 100%;
  height: 65px;
  font-size: 36px;
  margin-bottom: 40px;
  text-indent: 999999px;
  white-space: nowrap;
  color: #8b5a2b;
  overflow: hidden;
  background:url(../images/ix_t1.png) no-repeat top center;
}
.ecosystem-header,.ecosystem-footer{
  display:none;
}
.eco-wp{
  
}
.ecosystem-header{top:0;}
.ecosystem-header .eh-am{
  width:100%;
  height:108px;
  background:url(../images/eh_am.png) no-repeat top center;
  position: absolute;
  top:56px;
  background-size:100% 100%;
}
.ecosystem-header .eh-title p{
  margin-bottom:1em;
}
.ecosystem-header .eh-title,.ecosystem-footer .ef-title{
  position: relative;
  z-index:999;
}
.ecosystem-footer{
  bottom:0;
}
.ecosystem-footer .ef-am{
  width:100%;
  height:255px;
  background:url(../images/ef_am.png) no-repeat top center;
  position: absolute;
  bottom: 0;
  background-size:100% 100%;
}
.ecosystem-header, .ecosystem-footer {
  color: #999;
  font-size: 14px;
  position: absolute;
  width: 100%;
  
}
/* .ecosystem .eco-wp{position: absolute;width: 100%;left: 0;top:77px;} */
.ecosystem .eco-wp .ecosystem-item{height:305px;}
  .ecosystem .eco-wp .ecosystem-item h3{margin-top:20px;font-size:24px;font-family:Source Han Serif,SimSun;font-weight:600;}
.ecosystem .eco-wp .ecosystem-item p{font-size: 12px;padding:0 4em;color:#999;overflow:hidden;}
.ecosystem-grid {
  width:100%;
  height:305px;
  margin-top:187px;
}

.ecosystem-item {
  text-align: center;
  width: 100%;
}
.ecosystem-item .eco-icon{
  width:100%;
  background:url(../images/item_btn_bg.png) no-repeat center;
  height: 177px;
}

.ecosystem-item img {
  width:50%;
  margin: 20px auto 0 auto;
}

.ecosystem-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #8b5a2b;
}

.nav-xs-btn{
  display: none !important;
}
.nav-xs-list{
  display: none;
}
/* 使命愿景定位 */
.mission {
  padding: 155px 0 161px 0;
  width:100%;
  height:888px;
  background:url(../images/mission_bg.jpg?0316) no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden;
}
.mission .container{padding: 0;}

.mission h2.title {
  display: block;
  height: 39px;
  white-space: nowrap;
  text-indent: 999999px;
  overflow: hidden;
  background:url(../images/ix_t2.png) no-repeat top center;
}

.mission-grid {
  width: 1262px;
  margin: 67px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;

}


.mission-card {
  display: grid;
  grid-template-columns:30% 70%;
  border:6px solid #e6bd78;
  border-radius:20px;
  position: relative;
  background:url(../images/loc_bg1.jpg) no-repeat;
  background-size:100% 100%;
  min-height:418px;

}
.mission-card:hover{
  border:6px solid #e6bd78;
  border-radius:20px;  
  background:url(../images/loc_bg2.jpg) no-repeat;
  background-size:100% 100%;
  cursor: pointer;
  
}

.mission-card::after{
  content:'';
  display: block;
  width:285px;
  height:34px;
  background:url(../images/shadow.png) no-repeat center bottom;
  position: absolute;
  left:50%;
  margin-left:-142.5px;
  bottom:-66px;
}
.mission-card .text{
  
}
.mission-card .text img{
  position: absolute;
  right:17px;
  top:17px;
}
.mission-card .text .text-cont{
  position: absolute;
  top:200px;
  right:17px;
  color: #b28444;
  text-align: left;
  width:224px;
}
.msidid{
  content:'';
  display: block;
  width:27px;
  height:27px;
  background:url(../images/lg_icon.png) no-repeat;
  position: absolute;
  left:50%;
  bottom:-16px;
  margin-left:-13.5px;
}




.card-icon {
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #8b5a2b;
  font-weight: 700;
  writing-mode: vertical-lr;
  text-align: center;
  width:100%;
  height:418px;
  background-position: center center;
  background-repeat: no-repeat;
}

.card-icon1{
  background-image:url(../images/mission_t1.png);
}
.card-icon2{
  background-image:url(../images/mission_t2.png);
}
.card-icon3{
  background-image:url(../images/mission_t3.png);
}


.mission-card h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #8b5a2b;
  display:inline-block;
}
.mission-card h3.simfont span{
  font-size:12px;color: #ccc;vertical-align: middle;
  margin-top:-5px;
  display:inline-block;
}
/* 企业视频 */
.vod-scroll .center{
  width: 1000px;
  margin: 0 auto 0;
}
/*content*/
.vod-scroll .content{
  position: relative;
  margin: 40px auto;
  width: 1026px;
  height: 657px;
}
.vod-scroll .l-pic-index{
  position: absolute;
  left: 450px;
  top: 1px;
  z-index:2;
  width:88px;
  height:657px;
  background: url("../images/scroll_right.png") no-repeat right 0;
}
.vod-scroll .r-pic-index{
  position: absolute;
  right: 450px;
  top: 0;
  z-index: 2;
  width:88px;
  *width:82px;
  height:657px;
  background: url("../images/scroll_left.png") no-repeat left 0;
}
.vod-scroll .l-bg-index{
  position: absolute;
  top: 0;
  left: 485px;
  z-index: 1;
  width: 20px;
  height: 657px;
  background: url("../images/scroll_cont.png") right 0 no-repeat;
}
.vod-scroll .r-bg-index{
  position: absolute;
  top: 0;
  left: 504px;
  z-index: 1;
  width: 20px;
  height: 657px;
  background: url("../images/scroll_cont.png") 0 0 no-repeat;
}
.vod-scroll .main-index{
  display: none;
  overflow: hidden;
  zoom:1;
  position: absolute;
  z-index: 5;
  width:764px;
  height:487px;
  top:80px;
  left:50%;
  margin-left: -382px;
  color: #2e2e2e;
}
.vod-scroll .intro-text{
  margin: 10px 0 0 44px;
  line-height: 1.8;
  text-indent: 30px;
}
.video {
  padding: 80px 0;
  text-align: center;
  background:url(../images/vod_pg_bg.jpg) no-repeat center center;
  background-size:100% auto;
}

.video h2.title {
  display: block;
  height: 39px;
  white-space: nowrap;
  text-indent: 999999px;
  overflow: hidden;
  background:url(../images/ix_t3.jpg) no-repeat top center;
  margin-bottom:44px;
}

.video-player {
  display: inline-block;
  position: relative;
}

.video-frame {
  width: 800px;
  height: 450px;
  background: #fff;
  border: 10px solid #e8ded0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  font-size: 36px;
  color: #c8102e;
  cursor: pointer;
  transition: background 0.3s;
}

.play-btn:hover {
  background: #fff;
}

/* 路径和阶段目标 */
.path {
  padding: 80px 0;
  text-align: center;
  background-size: cover;
  color: #fff;
}


.swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #000;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }

    .swiper-pagination-bullet-active {
      color: #fff;
      background: #007aff;
    }



.path h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.path .path-warp{
  /* background:url(../images/path_warp_bg.jpg) no-repeat center center; */
}
.path h2.title {
  display: block;
  height: 39px;
  white-space: nowrap;
  text-indent: 999999px;
  overflow: hidden;
  background:url(../images/ix_t4.jpg) no-repeat top center;
  margin-bottom:44px;
}
.path .swiper-pagination{
  width: 1521px;height: 34px;background: url(../images/path_line_bg.jpg) no-repeat top center;position: relative;
  margin-top:100px;}
.path .swiper-pagination .swiper-pagination-bullet{background: url(../images/year_1.png) no-repeat center bottom;width:35px;height:48px;position: absolute;text-align: center;bottom:0;color:#b28444;}
.path .swiper-pagination .swiper-pagination-bullet b{font-size: 14px;}
.path .swiper-pagination .swiper-pagination-bullet-active{bottom:0;background: url(../images/year_2.png) no-repeat center center;width:35px;height:58px;color: #008d9f;}
.path .swiper-button-next,.path .swiper-button-prev{top: var(--swiper-navigation-top-offset, 40%);background: linear-gradient(135deg, #0de4ff, #008d9f); width:45px;height:45px;border-radius:50%;border: 2px solid #decbad;}
.path .swiper-button-next:after,.path  .swiper-button-prev:after{font-size:14px;color:#fff;}

.path .swiper-pagination .year0{left: 0;}
.path .swiper-pagination .year1{left: 20%;bottom:2px;}
.path .swiper-pagination .year2{left: 40%;bottom:24px;}
.path .swiper-pagination .year3{left: 55%;bottom:-6px;}
.path .swiper-pagination .year4{left: 75%;bottom:22px;}
.path .swiper-pagination .year5{right:7%;}
.path-desc {
  max-width: 800px;
  margin: 0 auto 50px;
  color:#666;
  font-size:16px;
}

.path-timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.path-timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
}

.timeline-item {
  position: relative;
  z-index: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.timeline-item.active {
  background: #c8102e;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: bold;
}

/* 友好合作单位 */
.partners {
  padding: 80px 0;
  background:url(../images/partners_bg.png) #fff no-repeat top center;
  text-align: center;
}

.partners h2 {
  font-size: 36px;
  margin-bottom: 60px;
  color: #8b5a2b;
}
.partners h2.title{
  white-space: nowrap;
  text-indent: 999999px;
  overflow: hidden;
  background:url(../images/ix_t5.png) no-repeat top center;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border:12px solid transparent;
  border-image: linear-gradient( #fdd387,#856138, #fdd387) 1;
}

.partner-item {
  position: relative;
  background: #fff;
  border:1px dashed #cdaf71;
}
.partner-item a span{
  position: absolute;
  display:block;
  width:80%;
  height:39px;
  left: 50%;
  bottom:10px;
  margin-left: -40%;
  text-align:center;
  z-index: 888;
  font-size:12px;
  vertical-align:baseline;
  padding-top:10px;
}
.partner-item:hover{background:#fff3e0;}

.partner-item img {
  width:100%;
  height: 185px;
  object-fit: contain;
}

/* 页脚 */
.footer {
  background:url(../images/footer_bg.jpg) repeat-x;
  color: #fff;
}

.footer .container{padding:0;}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 257px;
}

.footer-logo img {
  height: 60px;
}
.footer-logo .title {
  display: block;
  color:#fff;
  width:163px;
  font-size:16px;
  border-bottom:1px solid #fff;
  margin-left:64px;
  padding:10px 0;
}

.footer-nav ul {
  list-style: none;
  font-size:16px;
  line-height: 29px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #c8102e;
}

.footer .contact-info{
  display: flex;
  justify-content: space-between;
}
.footer .contact-info .phone{padding-right:100px;}
.footer .contact-info .phone-nu{

  font-family: Verdana;
  font-weight: bold;
  font-size: 50px;
}
.contact-info p {
  margin-bottom: 5px;
}

.footer-bottom {
  text-align: center;
  height: 64px;
  line-height:64px;
  color:#943935;
}
.footer-bottom a{
  text-decoration: none;
  color:#943935;
}

/* 右侧悬浮按钮 */
.fixed-buttons {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 61px;
  text-align: center;
  gap: 10px;
  z-index:999;
}

.fixed-buttons button {
  width: 61px;
  height: 61px;
  border: none;
  border-radius: 50%;
  background: #c8102e;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.fixed-buttons span{font-weight:bold;color:#771d19;}
.fixed-buttons .btn-contact button{
  background:url(../images/top1.png) no-repeat;
}
.fixed-buttons .btn-follow button{
  background:url(../images/top2.png) no-repeat;
}
.fixed-buttons .btn-top button{
  background:url(../images/top3.png) no-repeat;
}
/* 自定义其他任意主题  */
.class-layer-red .layui-layer-title{background-color: #955b15;color:#fff;}
.class-layer-red .layui-layer-btn{padding: 5px 10px 10px;}
.class-layer-red .layui-layer-btn a{background: #fff; border-color: #E9E7E7; color: #333;}
.class-layer-red .layui-layer-btn .layui-layer-btn0{border-color: #FA584D; background-color: #FA584D; color: #fff;}
.class-layer-red .layui-layer-setwin span{color: #fff;}

.layui-fixbar{
  right: 30px;
  bottom: 50px;
  width: 61px;
  text-align: center;
  gap: 10px;
  z-index:999;
}
.layui-fixbar li{
  width: 61px;
  height: 61px;
  line-height: 61px;
  border:1px solid #856338;
  border-radius: 50%;
  background: linear-gradient(135deg, #0de4ff, #008d9f); 
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: bold;
  margin-bottom:43px;
  position: relative;
}
.layui-fixbar li span{
  position: absolute;
  bottom:-48px;
  display: block;
  font-size:16px;
  width: 100%;
  color: #008d9f;
}
.layui-icon-top:before{
  content: '\e619';
}
.layui-bg-red{background: #771d19 !important;}

@media screen and (max-width:1600px) {
  .header .container{width:1200px;padding:20px 0;}
  .container{width:1200px;padding: 0;}
  .ecosystem .eco-cont,.ecosystem h2.title,.video h2.title,.path h2.title,.partners h2.title{
    background-size:100% 100%;
  }
  .ecosystem h2.title{
    height:56px;
  }
  .ecosystem-item img{
    width:60%;
  }
  .mission-card{
    width:100%;
    overflow: hidden;
  }
  .mission-grid{
    width: 1200px;
    gap:20px;
  }
  .path h2.title{
    height:32px;
  }
  .path .swiper-pagination{
    width:1200px;
  }
  .path .swiper-pagination .year0{
    bottom:25px;
    left:0;
  }
  .path .swiper-pagination .year1{
    bottom: -6px;
    left:16%;
  }
  .path .swiper-pagination .year2{
    
    left:36%;
  }
  .path .swiper-pagination .year3{
    
    left:56%;
  }
  .path .swiper-pagination .year4{
    bottom:26px;
    left:76%;
  }
  .path .swiper-pagination .year5{
    
    right:0;
    bottom:-6px;
  }
  .partners h2.title{
    height:45px;
  }
}
@keyframes glowBlink {
  0%, 100% {
    /* 初始/结束状态：弱发光、低透明度 */
    box-shadow: 0 0 5px rgba(0, 255, 255, 0.5), 0 0 10px rgba(0, 255, 255, 0.3);
    opacity: 1;
  }
  50% {
    /* 中间状态：强发光、高透明度 */
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.6);
    opacity: 0.9;
  }
}
.ecosystem-header .eh-am{
  /* animation: glowBlink 1.5s infinite alternate; */
}
 .video-wrap {
            width:764px;
            height:487px;
            margin: 30px auto;
        }
.layui-anim {
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-duration:3s;}


.follow-box{
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:30px;
  padding:20px;
}
.follow-box dl{
  text-align: center;
  padding:10px;
  border: 1px solid #ccc;
  border-radius:10px;
}
.follow-box dl dd img{
  width:100%;
  margin-bottom:10px;
}
.follow-box dl dt{
  line-height:30px;
  line-height:30px;
  background: #fff3e0;
}

@media screen and (max-width: 768px) {
  .layui-fixbar{
    display: none;
  }
  .header .container{
    width:100%;
    height: 80px;
    padding: 20px 0;
  }
  .header .nav-main .nav-xs-btn{
    display: block !important;
    font-size:20px;
    color:rgba(0, 0, 0, .5)
  }
  .nav ul{
    display: none;
  }
  .banner{
    width:100%;
    height:500px;
  }
  .banner .swiper-slide{
    height:500px;
  }
  .banner .banner-title{
    left:20px;
    top:100px;
    width:80%;
  }
  .banner .banner-title img{
    width:80% !important;
    height:auto !important;
  }
  .banner .swiper-slide img{
    width:100%;
    height:500px;
  }
  .banner .banner-title .b1{
    top:230px;
  }
  .banner .swiper-wrapper{
    width:100%;
  }
  .container{
    width:100%;
  }
  .ecosystem{
    padding-bottom:20px;
  }
  .ecosystem h2.title{
    width:100%;
    height:23px;
  }
  .ecosystem-item .eco-icon{
    background-size: contain;
    height:auto;
  }
  .ecosystem .eco-wp .ecosystem-item h3{
    font-size:16px;
  }
  .ecosystem .eco-wp .ecosystem-item p{
    padding: 0;
  }
  .ecosystem-item img{
    margin:0;
  }
  .ecosystem .eco-cont{
    height:500px;
  }
  .ecosystem-grid{
    margin:100px auto 0 auto;
    height:500px;
  }
  .ecosystem-header{
    width:100%;
  }
  .ecosystem-header, .ecosystem-footer{
    display: block;
    width:90%;
    left:20px;
  }
  .ecosystem-header .eh-am,  .ecosystem-footer .ef-am{
    background-size: contain;
  }
  .ecosystem .eco-cont .title-btn{
    width:100px;
    height:30px;
    line-height:30px;
    font-size:16px;
    margin-top:25px;
  }
  .ecosystem-header .eh-title p{
    font-size:12px;
    white-space: nowrap;
  }
  .ecosystem-footer .ef-am{
    height:129px;
  }
  .banner-text .btn{
    width:150px;
    height:40px;
    line-height:40px;
    font-size:14px;
    background-size:100%;
  }
  .ecosystem h2.title{
    background:url(../images/ix_mb_t1.png?11) no-repeat center center;
    background-size: contain;
  }
  .mission{
    padding:50px 0 50px 0;
    background-size:100% 100%;
    height: 648px;
  }
  .mission-grid{
    width:100%;
    height:455px;
    gap: 10px;
    margin-top:20px;
  }
  .mission h2.title{
    background:url(../images/ix_mb_t2.png) no-repeat center center;
    background-size: 100%;
  }
  .mission-card{
    padding:0;
    border:2px solid transparent;
    border-radius: 10px;
    height:455px;
  }
  .mission-card img{
    width:100%;
    height:100px;
  }
  .mission-card .text-cont{
    padding: 0;
  }
  .card-icon{
    width:80px;
    height:83px;
    background-size:100%;
    margin-bottom:10px;
  }
  .mission-card .text{
    margin-top:20px;
  }
  .mission-card h3{
    text-align: center;
    width:100%;
  }
  .mission-card .text-cont p{
    padding:0 10px 10px 10px;
    font-size:12px;
  }
  .video{
    padding:30px 0;
  }
  .video h2.title{
    background:url(../images/ix_mb_t3.png) no-repeat;
    background-size: contain;
    margin-bottom:20px;
  }
  .vod-scroll .content{
    width:100%;
    margin: 20px auto;
  }
  .video-wrap{
    width:100%;
    height: auto;
    margin:40px auto;
  }
  .vod-scroll .l-pic-index{
    left:0;
  }
  .vod-scroll .r-pic-index{
    right:0;
  }
  .vod-scroll .r-pic-index,.vod-scroll .l-pic-index{
    width:40px;
    height:300px;
    background-size:100% 100%;
  }
  .vod-scroll .content{
    height:300px;
  }
  .vod-scroll .l-bg-index,.vod-scroll .r-bg-index{
    width:100%;
    height:300px;
    background-size:100% 100%;
    left:0;
  }
  .vod-scroll .main-index{
    width:100%;
    display: block;
    top:0;
    height:auto;
    margin:0 auto;
    left:0;
  }
  .path{
    padding:20px 0;
  }
  .path h2.title{
        background: url(../images/ix_mb_t4.png) no-repeat top center;
        background-size: 100% 100%;
  }
   .path .path-warp .swiper img{
    width:100%;
   }
   .path-desc{
    font-size:12px;
    padding:0 20px;
   }
   .path .swiper-pagination{
    display: none;
   }
   .partners{
    padding:80px 0 0 0 !important;
   }
   .partners h2.title{
    background:url(../images/ix_mb_t5.png) no-repeat;
    background-size:100% 100%;
    margin-bottom:20px;
    height: 32px;
   }
   .partner-item{
    height:160px;
   }
   .partner-item img{
    height:100px;
   }
   .partners-grid{
    grid-template-columns: repeat(3, 1fr);
   }
   .partner-item a span{
    bottom: 0;
    height: 80px;
   }
   .footer .contact-info{
    display: none;
   }
   .footer .footer-nav{
    display: none;
   }
   .footer .footer-copy{
    display: none;
   }
   .footer .footer-logo{
    width:80%;
    margin:0 auto;
    display: block;
   }
   .footer .footer-logo img{
    width:100%;
    height:80px;
   }
   .footer-logo .title{
    margin-left: 108px;
   }
    .vjs-fluid:not(.vjs-audio-only-mode) {
        padding-top:0 !important;
      }
    .nav-xs-list{
      position:absolute;
      z-index:999;
      top:80px;
      left:0;
      width:100%;
      display: none;
    }
    .nav-xs-list ul{
      display: block;
      background:rgba(255, 255, 255, .9);
      width:100%;
      padding:10px;
    }
    .nav-xs-list ul li{
      line-height:40px;

    }
    .nav-xs-list ul li a{
      display: block;
      width:100%;
      height: 50px;
      line-height:50px;
      border-bottom:1px solid #ddd;
      font-size:16px;
      text-align: center;
    }
    .nav-xs-list ul li:last-child a {
      border:0;
    }
}