@charset "utf-8";
html,body{
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../imgs/report/stop01/stop01_bg.jpg) no-repeat center center;
  background-size: 100%;
  background-attachment: fixed;
}

/* menu2 */
#menu2{ 
  position: fixed; 
  right: 8%; 
  top: 50%;
  height: 356px;
  list-style-type: none;
  z-index: 50;
  width: 220px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
#menu2 li{
  width: 100%;
  /*height: 38px;*/
  line-height: 38px;
  margin:10px 0;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 2px; 
}
#menu2 li a{
  display: block;
  /*height: 100%;*/
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
  color: #fff;
  background: url(../imgs/page1_btn.png) no-repeat right top;
  background-size: 100% 100%;
}
#menu2 li.active a{
  padding-right: 4px;
  border-right: 4px solid #e60122;
  background: url(../imgs/page1_btn_on.png) no-repeat right top;
  background-size: 100%;
}

/* 导航结束 */
.line_fiexd{
  position: fixed;
  z-index: 50;
  width: 8.125%;
  top: 0;
  bottom: 0;
}
.left_fiexd{
  left: 1.4%;
}
.line_fiexd .line,.line_fiexd .circular{
  background: #fff;
  margin: auto;
}
.line_fiexd .line_top{
  height: 4%;
  padding-bottom: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.line_fiexd .line{
  width: 1px;
  height: 100%;
  opacity: .5;
}
.line_fiexd  .circular{
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.line_fiexd .logo{
  width: 100%;
  padding: 9.5% 0;
}
.line_fiexd .logo a{
  display: inline-block;
  cursor: pointer;
}
.line_fiexd .logo img{
  width: 100%;
}
.line_fiexd .line_center{
  height: 80%;
  padding-bottom: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.line_fiexd .line_center2{
  height: 70%;
}
.line_fiexd .line_center3{
  height: 3%;
}
.line_fiexd .share{
  width: 21px;
  height: 25px;
  padding: 9.5% 0;
  margin:auto;
  cursor: pointer;
}
.line_fiexd .shop_link{
  width: 28px;
  height: 29px;
}
.line_fiexd .share .icons{
  width: 160px; 
  height: 25px;
  position: relative;
}
.line_fiexd .share .icons img{
  float: left;
}
.line_fiexd .share .icons img.share_btn{
  position: absolute;
  left:0;
  top: 0; 
  z-index: 2;
}
.line_fiexd .share .icons img.weibo{
  position: absolute;
  left:0;
  top: 0; 
  opacity: 0;
}
.line_fiexd .share .icons img.weixin{
  position: absolute;
  left:0;
  top: 0; 
  opacity: 0;
}
.line_fiexd .line_bottom{
  height: 6%;
  padding-bottom: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* 右侧导航 */
.right_fiexd{
  right: 1.4%;
}
.right_fiexd .nav_btn a{
  display: block;
  width: 21.15%;
  margin:auto;
}
.right_fiexd .news{
  width: 100%;
}
.right_fiexd .news .icons{
  width: 174%;
  position: relative;
  right: 76%;
}
.right_fiexd .news .icons img{
  width: 100%;
}

/* car_details详情介绍 */
.big_wrap{
  width: 100%;
  height: 100%;
  position: relative;
}
.car_banner{
  /* 控制显示隐藏 */
  /*overflow: hidden;  */
  position: relative;
  height: 100%;
}
.car_banner>img{
  width: 100%;
}
.car_banner .top_title{
  width: 22%;
  height: 0;
  margin:auto; 
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11%;
  margin-top: 4.47%;
  z-index: 5;
}
.car_banner .top_title img{
  width: 100%;
}

.wrap{
  text-align: left;
  color: #fff;
  width: 72%;
  margin-left: 9%;
  padding:0 1%;
  height: 76%;
  padding-top: 5%;
}
.new_info{
  position: relative;
}
.wrap .page_title{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  height: 20px;
  padding-top: 3%;
  /*margin-top: 6%;*/
}
.wrap .page_title span{
  float: left;
}
.wrap .page_title .current_page{
  color: #e60122;
}
.wrap .page_title .line{
  width: 100px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  margin:0 15px;
  margin-top:9px;
}

.wrap h1{
  /*clear: both;*/
  font-size: 38px;
  line-height: 130px;
  font-weight: bold;
  letter-spacing: 2px;
  float: left;
  padding-bottom: 2%;
}
.wrap .info{
  margin-top: 10%;
}
.wrap h4{
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 1%;
  text-align: center;
}
.wrap .flag{
  width: 12%;
  margin:auto;
}
.wrap h6{
  text-align: center;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
}
.wrap h4 span{
  float: left;
  width: 82px;
  height: 3px;
  margin-right: 10px;
  margin-top: 23px;
  background: #ff0000;
}
.wrap .stop_list{
  overflow: hidden;
  clear: both;
  position: relative;
}
.wrap .stop_list li{
  float: left;
  position: relative;
}
.wrap .stop_list li a{
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  padding: 0 34px;
}
.wrap .stop_list li span{
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background:#fff;
  opacity: .5;
}
.wrap .stop_list li.active a{
  border-bottom: 3px solid #e60122;
  line-height: 29px;
}
.wrap .stop_list li.active span{
  background:none;
}

.wrap div.more_btn{
  width: 392px;
  margin: auto;
  height: 60px;
  margin-bottom: 3%;
  margin-top: 3%;
}
.wrap div.more_btn2{
  margin-top: 8%;
}
.wrap .page_btn_wrap{
  position: relative;
  top:0;
  left: 0;
  width: 156px;
  height:56px;
  line-height: 56px;
  text-align: center;
  float: left;
  margin: 0 20px;
  cursor: pointer;
}
.wrap div.page_btn_wrap .write_border{
  position: relative;
  height: 100%;
  padding: 1%;
  border: 1px solid #fff;
  border-bottom: none;
  opacity: 0.6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background:#000;
}
.wrap div.page_btn_wrap .red_border{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-bottom: 1px solid #e60122;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrap div.page_btn_wrap .red_border span{
  width: 5px;
  height: 5px;
  background: url(../imgs/small_add.png) no-repeat;
}
.wrap div.page_btn_wrap .red_border span.left_top{
  position: absolute;
  top: -2px;
  left: -2px;
}
.wrap div.page_btn_wrap .red_border span.left_bottom{
  position: absolute;
  bottom: -3px;
  left: -2px;
}
.wrap div.page_btn_wrap .red_border span.right_top{
  position: absolute;
  top: -2px;
  right: -2px;
}
.wrap div.page_btn_wrap .red_border span.right_bottom{
  position: absolute;
  bottom: -3px;
  right: -2px;
}
.wrap div.page_btn_wrap .btn_wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
}
.wrap div.page_btn_wrap .btn_wrap span{
  font-size: 24px;
  font-weight: border;
  color: #fff;
  padding-right: 20px;
  background: url(../imgs/red_arrow.png) no-repeat right center;
  -webkit-animation:left_right .5s ease-out infinite;
  -moz-animation:left_right .5s ease-out infinite;
  -o-animation:left_right .5s ease-out infinite;
  -ms-animation:left_right .5s ease-out infinite;
  animation:left_right .5s ease-out infinite;
} 
@keyframes left_right{
  from{
    background-position: 90% center;
  }
  to{
    background-position: right center;
  }
}
@-webkit-keyframes left_right{
  from{
    background-position: 90% center;
  }
  to{
    background-position: right center;
  }
}

.wrap .text{
  position: absolute;
  left:0;
  right: 0;
  top: 94%;
}
.margin_top24{
  margin-top: 3%!important;
  margin-bottom: 1%;
  padding-bottom: 0!important;
}
.wrap .text h1{
  line-height: 40px;
  font-size:28px;
}
.wrap .text h1 span{
  float: left;
  margin-right: 10px;
  margin-top: 20px;
  height: 3px;
  width: 84px;
  background:#e60122;
}
.wrap .text h4{
  margin-top: 2%;
  text-align: left;
}
.wrap .text p{
  font-size:18px;
  line-height: 30px;
  margin-top: 3%;
}
.wrap .text .more_btn{
  width: 480px;
  overflow: hidden;
  margin-top:4%;
}
.wrap .text .page_btn_wrap{
  width: 200px;
}
.wrap .text .page_btn_wrap .write_border{
  border:2px solid #fff;
  opacity: 1;
  background: none;
}
.wrap .text .page_btn_wrap:first-child span{
  background: url(../imgs/b_arrow2.png) no-repeat right center;
}
.wrap .text .page_btn_wrap .btn{
  background: url(../imgs/b_arrow.png) no-repeat right center;
}
/* 三个视频 */
.wrap dl.news_content{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  padding-top: 6%;
  height: 0;
  padding-bottom: 18.25%;
  clear: both;
}
.wrap dl.news_content dd{
  position: relative;
  width: 22%;
  margin-right:4%;
  float: left;
  cursor: pointer;
}
.wrap dl.news_content .write_border{
  height: 0;
  position: relative;
  padding: 1%;
  padding-bottom: 59.55%;
  border: 1px solid #fff;
  border-bottom: none;
  opacity: 0.6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrap dl.news_content .red_border{
  height: 0;
  padding-bottom: 59.55%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e60122;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrap dl.news_content .red_border span{
  width: 5px;
  height: 5px;
  background: url(../imgs/small_add.png) no-repeat;
}
.wrap dl.news_content .red_border span.left_top{
  position: absolute;
  top: -2px;
  left: -2px;
}
.wrap dl.news_content .red_border span.left_bottom{
  position: absolute;
  bottom: -3px;
  left: -2px;
}
.wrap dl.news_content .red_border span.right_top{
  position: absolute;
  top: -2px;
  right: -2px;
}
.wrap dl.news_content .red_border span.right_bottom{
  position: absolute;
  bottom: -3px;
  right: -2px;
}
.wrap dl.news_content .news_img{
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wrap dl.news_content .news_img img{
  width: 100%;
}
.wrap dl.news_content .news_img .big_img{
  width: 100%;
}
.wrap dl.news_content p{
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
/* 图片 */
.device {
  width: 100%;
  height: 0;
  padding-bottom:60.8%;
  top: 30px;
  left:0;
  position: relative;
}
.device img{
  width: 100%;
}
.swiper-container{
  position: relative;
  border: 2px solid white;
  height: 0;
  padding-bottom:51%;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper{
  position: relative;
  overflow: hidden;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:8%;
  width: 100%;
  z-index: 2;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.device .arrow-left {
  background: url(../imgs/arrows.png) no-repeat left top;
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -28px;
  width: 68px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
}
.device .arrow-right {
  background: url(../imgs/arrows.png) no-repeat left bottom;
  position: absolute;
  right: -34px;
  top: 50%;
  margin-top: -28px;
  width: 68px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
}
.swiper-active-switch {
  background: red;
}
.swiper-wrapper .swiper-slide{
  position:relative; 
  width: 100%;
}
.swiper-wrapper .swiper-slide .info{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 30px;
}
.swiper-wrapper .swiper-slide .info h4{
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 48px;
  margin-bottom: 10px;
}
.swiper-wrapper .swiper-slide .info h4 span{
  width: 84px;
  height: 3px;
  float: left;
  margin-right: 10px;
  margin-top: 25px;
  background:#e60122;
}
.swiper-wrapper .swiper-slide .info p{
  line-height: 30px;
  font-size: 18px;
}

.wrap .text{
  margin-top:2%;
}
.wrap img{
  width: 100%;
}
.wrap .text .banner{
  width: 100%;
  padding-top: 3%;
}
.wrap .text .small_title{
  text-align: left;
  font-size: 28px;
  line-height: 48px;
  font-weight: bold;
  margin-top:3%;
  overflow: hidden;
}
.wrap .text .small_title span{
  float: left;
  width: 84px;
  height: 3px;
  margin-right: 10px;
  margin-top: 20px;
  background: #ff0000;
}
.wrap .text .small_title p{
  margin-top: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.wrap .text .img_text{
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  margin-top: 2%;
  text-align: justify;
  clear: both;
}
.wrap .text .img_text .right_img{
  float: right;
  width: 42%;
}
.wrap .text .img_text .left_img{
  float: left;
  width: 42%;
}
.wrap .text .img_text .left_text{
  float: left;
  width: 55%;
}
.wrap .text .img_text .right_text{
  float: right;
  width: 55%;
}
.wrap .text .big_img{
  margin-top:5%;
}
/* 赛程 */
.schedule{
  float: left;
  margin-left: 13%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.schedule_btn{
  line-height: 48px;
  font-size: 24px;
  height: 48px;
  width: 200px;
  float: left;
  margin-top: 40px;
  margin-left: 6.5%;
  position: relative;
  z-index: 50;
  border:1px solid #fff;
  cursor: pointer;

}
.schedule_btn span{
  float: left;
}
.schedule_btn span.btn_text{
  width: 150px;
  height: 50px;
  margin-top: -1px;
  text-align: center;
  color: #fff;
}
.schedule_btn span.btn_day{
  width:50px;
  height: 48px;
  background: url(../../public/imgs/day_btn.jpg) no-repeat left top;
  background-size: 100% 100%;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 52px;
}
.schedule_btn span.btn_day_active{
  background: url(../../public/imgs/day_close.jpg) no-repeat left top;
  background-size: 100% 100%;
}
.schedule_btn_active{
  background:#fff;
}
.schedule_btn_active span.btn_text{
  color: #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.schedule .schedule_list_wrap{
  position: absolute;
  height: 100%;
  top: 0;
  width: 40%;
  left: 202px;
  z-index: 1; 
  background:#261100;
  display:none;
}
.schedule .schedule_list{
  line-height: 50px;
  width: 100%;
  font-size: 20px;
  position: relative;
  top:21%;
  cursor: pointer;
  /*display: none;*/
}
.schedule .schedule_list a{
  color: #fff;
}
.schedule .schedule_list tr{
  border-top:10px solid #261100;
  border-bottom:10px solid #261100;
}
.schedule .schedule_list tr.red{
  background:#720510;
  width: 80%;
  padding: 0 10%;
}
.schedule .schedule_list tr td.city{
  width: 44%;
  padding-left: 12%;
}
.schedule .schedule_list tr td.flag{
  width: 9%;
}
.schedule .schedule_list tr td.day{
  width: 56%;
  padding-left: 3%;
}
/* 媒体查询部分 */
@media screen and (max-width:1600px){
  #menu2{
    height: 276px;
    width: 170px;
    }
  #menu2 li{
    width: 100%;
    /*height: 30px;*/
    line-height: 30px;
    margin:8px 0;
    float: right;
  }
  #menu2 li a{
    display: block;
    height: 100%;
    font-size: 16px;
  }

  .wrap h1{
    font-size: 28px;
    line-height: 84px;
  }
  .wrap h2{
    font-size: 18px;
    line-height: 18px;
  }
  .wrap h2 span{
    margin-top:8px;
  }
  .wrap h4,
  .wrap h6{
    font-size: 18px;
    height: 32px;
    line-height: 32px;
  }
  .wrap h4 span{
    margin-right: 8px;
  }

  .wrap .text p{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 20px;
  }

  .wrap .text .small_title{
    font-size: 20px;
    line-height: 40px;
    height: 80px;
  }

  .wrap .text .img_text{
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
  }

  .wrap div.more_btn{
    width: 280px;
    height: 42px;
  }
  .wrap div.page_btn_wrap .btn_wrap span{
    font-size: 18px;
    padding-right: 20px;
  }
  .wrap div.page_btn_wrap{
    width: 120px;
    height:42px;
    line-height: 42px;
    margin:0 10px;
  }
  .wrap div.page_btn_wrap .btn_wrap span{
    font-size: 18px;
  }
  .wrap .text{
    height: 80px;
  }
  .wrap .text h1{
    line-height: 30px;
    font-size:20px;
  }
  .wrap .text p{
    font-size: 13px;
  }

  .wrap .stop_list li a{
    font-size: 14px;
    padding: 0 22px;
  } 
  .wrap .text .more_btn{
    width: 360px;
    }
  .wrap .text .page_btn_wrap{
    width: 160px;
  }
  .wrap .text h1 span{
    margin-top: 14px;
  }
  .wrap div.more_btn2{
    margin-top: 6%;
  }
  /* 赛程 */

  .schedule_btn{
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    width: 160px;
    margin-top: 20px;
  }
  .schedule_btn span{
    float: left;
  }
  .schedule_btn span.btn_text{
    width: 120px;
    height: 42px;
  }
  .schedule_btn span.btn_day{
    width:40px;
    height: 40px;
    line-height: 44px;
  }
  .schedule .schedule_list_wrap{
    left: 162px;
  }
  .schedule .schedule_list{
    line-height: 35px;
    font-size: 14px;
  }
  .schedule .schedule_list tr{
  border-top:4px solid #261100;
  border-bottom:4px solid #261100;
}
  .schedule .schedule_list tr td.city span:last-child{
    line-height: 18px; 
  }
}
.wd{width:100%;}
/* #news_san{width:30%;}
#news_san:nth-child(3){margin-right:0;}
#news_san .news_img{width:96%;}
#news_san .news_img .big_img{width:100%;height:100%;} */