html, body {
    position: relative;
    height: 100%;
    margin: 0;
}
body {
    background: #eee;
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    position: relative;
	overflow:hidden;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.down{
    position: fixed;
    width: 14%;
    bottom: 3%;
    left: 43%;
    z-index: 10;
    animation:down 0.6s ease-out infinite alternate;
    -moz-animation:down 0.6s ease-out infinite alternate;
    -webkit-animation:down 0.6s ease-out infinite alternate; 
}
.sign_up{
    position: fixed;
    width: 16%;
    top: 20%;
    right: 3%;
    z-index: 10;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation:small_big 0.6s ease-out infinite alternate;
    -moz-animation:small_big 0.6s ease-out infinite alternate;
    -webkit-animation:small_big 0.6s ease-out infinite alternate;
    cursor: pointer;
    outline: none;
}
.sign_up_wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    background: url('../images/bj.png');
    z-index: -1;
}

.sign_up_wrap .pdf{
    width: 96%;
    height: 200px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 2%;
    position: relative;
}
.sign_up_wrap .pdf .close2{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.sign_up_wrap .pdf .close2 img{
    width: 100%;
    display: block;
}
.sign_up_wrap .pdf h1{
    line-height: 50px;
    color: #fff;
    background: red;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.sign_up_wrap .pdf p{
    width: 100%;
    padding: 0 16%;
    height: 150px;
    position: relative;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
     -webkit-align-items: center;
    align-items: center;
}
.sign_up_wrap .pdf p a{
    width: 36%;
}
.sign_up_wrap .pdf p a img{
    width: 100%;
    display: block;
}

.index_wrap{
  position: fixed;
  width:100%;
  height: 100%;
  background: url('../images/bj.png');
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.index_video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 100%;
  z-index:99;
}
.index_video .tc_box{
  height: 100%;
  width: 100%;
}
.index_video .my_video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_wrap .tc_close{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  width: 40px;
}
.index_wrap .tc_close img{
  width: 100%;
}

/* down */
 @keyframes down
{
 0% {bottom: 1%;}
 50% {bottom: 2%;}
 100% {bottom: 3%;}
}
@-moz-keyframes down
{
 0% {bottom: 1%;}
 50% {bottom: 2%;}
 100% {bottom: 3%;}
}
@-webkit-keyframes down
{
 0% {bottom: 1%;}
 50% {bottom: 2%;}
 100% {bottom: 3%;}
} 
/*small_big*/
 @keyframes small_big
{
 0% {transform: scale(1);-webkit-transform: scale(1);}
 50% {transform: scale(1.1);-webkit-transform: scale(1.1);}
 100% {transform: scale(1);-webkit-transform: scale(1);}
}
@-moz-keyframes small_big
{
 0% {transform: scale(1);-webkit-transform: scale(1);}
 50% {transform: scale(1.1);-webkit-transform: scale(1.1);}
 100% {transform: scale(1);-webkit-transform: scale(1);}
}
@-webkit-keyframes small_big
{
 0% {transform: scale(1);-webkit-transform: scale(1);}
 50% {transform: scale(1.1);-webkit-transform: scale(1.1);}
 100% {transform: scale(1);-webkit-transform: scale(1);}
}
.swiper-slide img{
    position: absolute;
    left: 0;
    width: 100%; 
}
.swiper-slide .swiper1_img1,.swiper-slide .swiper2_img1,.swiper-slide .swiper3_img1,.swiper-slide .swiper4_img1{
    width: 100%;
    height: 100%;
}

.swiper-slide .swiper1_img2{
    width: 46%;
    top: 24%;
    left: 27%;
}
.swiper-slide .swiper1_img3{
    width: 84%;
    top: 58%;
    left: 8%;
}
@media screen and (min-height:740px){
    .swiper-slide .swiper1_img3{
    width: 84%;
    top: 60%;
    left: 8%;
    }
    .sign{
    position: fixed;
    width: 22%;
    top: 30%;
    right: 2%;
    z-index: 10;
}
} 
@media screen and (max-width:320px){
    .swiper-slide .swiper1_img3{
    width: 84%;
    top: 64%;
    left: 8%;
    }
    .sign{
    position: fixed;
    width: 22%;
    top: 30%;
    right: 2%;
    z-index: 10;
}
} 


/*第二页*/
.swiper-slide  .swiper2_img2{
    position: absolute;
    width: 92%;
    top: 25%;
    left: 4%;
    z-index: 50;
}
.swiper-slide .excellent,.swiper-slide .popularity{
    position: absolute;
    width: 84%;
    left: 8%;
    top: 29%;
    line-height: 26px;
    text-align: center;
    color: #09befd;
    font-weight: bold;
}
.swiper-slide img.exce_title{
    position: absolute;
    width: 44%;
    left: 8%;
    top: 24%;
}
.swiper-slide .ex_btn{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 14px 0 30px 0;
}
.swiper-slide .ex_btn li{
     float: left;
     width:290px;
     font-size: 12px;
     color: #fff;
     background-image: url(../images/img02_2/blue_btn2.png);
     background-size: 100%;
     background-repeat: no-repeat;
}
.swiper-slide .ex_btn .orange_btn{
     background-image: url(../images/img02_2/orange_btn2.png);
     background-size: 100%;
}
.swiper-slide .ex_content{
    clear: left;
    margin-top: 12px;
    background: url(../images/yellow_bg.png) no-repeat;
    background-size: 100% 100%;
    padding:5%;
}
.swiper-slide .ex_content .tx{
    position: absolute;
    left: 5%;
    width: 90%;
    display: block;
    z-index: 10;
}
.swiper-slide .ex_content .img_box1,.swiper-slide .ex_content .img_box2,.swiper-slide .ex_content .img_box3{
    border: 2px solid #fff;
    border-radius: 2px;
}
.swiper-slide .ex_content img{
    position: static;
}
.swiper-slide .ex_content .img_box1 .swiper-container2{
      width: 100%;
      height: 100%;
    }
.swiper-slide .ex_content .work_text{
	width: 100%; box-sizing:border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    line-height:1.2;
    padding:6px 8px;
    background: #000;
    opacity: .8;
    color: #fff;
    font-weight: bold;
}
.swiper-slide .ex_content .work_text span{
    color: #f7b016;
}
/* 第四页 */
.swiper-slide .ex_btn3{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 14px 0 30px 0;
}
.swiper-slide .ex_btn3 li{
     float: left;
     width:290px;
     font-size: 12px;
     color: #fff;
     background-image: url(../images/img02_2/blue_btn2.png);
     background-size: 100%;
     background-repeat: no-repeat;
}
.swiper-slide .ex_btn3 .orange_btn{
     background-image: url(../images/img02_2/orange_btn2.png);
     background-size: 100%;
}
.swiper-slide .ex_content3{
    clear: left;
    margin-top: 12px;

}
.swiper-slide .ex_content3 .tx{
    position: absolute;
    left: 0;
    display: block;
    z-index: 10;
}
.swiper-slide .ex_content3 .img_box1,.swiper-slide .ex_content3 .img_box2,.swiper-slide .ex_content3 .img_box3{
    border: 2px solid #fff;
    border-radius: 2px;
}
.swiper-slide .ex_content3 img{
    position: static;
}
.swiper-slide .ex_content3 .img_box1 .swiper-container2{
      width: 100%;
      height: 100%;
    }
.swiper-slide .ex_content3 .work_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 28px;
    text-indent: 8px;
    background: #000;
    opacity: .8;
    color: #fff;
    font-weight: bold;
}
.swiper-slide .ex_content3 .work_text span{
    color: #f7b016;
}
/* 人气奖 */
.swiper-slide .pop_title{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    margin: 8px 0 36px 0;
}
.swiper-slide .pop_title span{
    display: inline-block;
    height: 1px;
    background-color: #09befd;
    width: 30%;
}
.swiper-slide .popularity{
    top: 25%;
}
.swiper-slide .popularity img{
    position: static;
}
.swiper-slide .popularity .img_box1{
    border: 2px solid #fff;
}
.swiper-slide .popularity .tx{
    position: absolute;
    left: 0;
    display: block;
    z-index: 10;
}

/*第三页*/
.swiper-slide .swiper3_img2{
    width: 58%;
    left: 4%;
    top: 22%;
}
.swiper-slide .swiper3_img3{
    width: 84%;
    left: 5%;
    top: 51%;
}
.swiper-slide .article1{
    position: absolute;
    font-style: "微软雅黑";
    width: 90%;
    top: 62%;
    left: 5%;
    text-align: justify;
    color: #1f98aa;
    line-height: 22px;
    -webkit-text-stroke: 5px white;
    text-stroke: 5px white;
    font-size: 13px;
}
.swiper-slide .article2{
    position: absolute;
    font-style: "微软雅黑";
    width: 90%;
    top: 62%;
    left: 5%;
    text-align: justify;
    color: #48adbc;
    line-height: 22px;
    font-size: 13px;
    font-weight: bolder;
}
.swiper-slide .btn{
    position: absolute;
    top: 72%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color:transparent;
    padding-right: 25px;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    color: #48adbc;
    background-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.swiper-slide .page1_btn{
    top: 88%;
    position: absolute;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color:transparent;
    padding-right: 25px;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    color: #48adbc;
    background-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.swiper-slide .future{
    width: 100%;
    top: 0;
    margin-top: 70px;
}
.swiper-slide .swiper3_img4,.swiper-slide .swiper3_img5,.swiper-slide .swiper3_img6,.swiper-slide .swiper3_img7,.swiper-slide .swiper3_img8,.swiper-slide .swiper3_img9{
    width: 34%;
}
.swiper-slide .swiper3_img4{
    top: 76%;
    left: 5%;
    z-index: 5;
}
.swiper-slide .swiper3_img5{
    width: 27%;
    top: 77%;
    left: 8%;
    z-index: 10;
}
.swiper-slide .swiper3_img6{
    top: 76%;
    left: 31%;
    width: 33%;
    z-index: 6;
}
.swiper-slide .swiper3_img7{
    width: 29%;
    top: 76.5%;
    left: 32%;
    z-index: 9;
}
.swiper-slide .swiper3_img8{
    top: 76%;
    left: 61%;
    width: 33%;
    z-index: 7;
}
.swiper-slide .swiper3_img9{
    width: 26.5%;
    top: 77.5%;
    left: 64%;
    z-index: 8;
}
.swiper-slide .sm_logo{
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 70px;
    z-index: 5;
}
.swiper-slide .article1_1{
    position: absolute;
    font-style: "微软雅黑";
    width: 90%;
    top: 70%;
    left: 5%;
    text-align: justify;
    color: #1f98aa;
    line-height: 22px;
    -webkit-text-stroke: 5px white;
    text-stroke: 5px white;
    font-size: 13px;
}
.swiper-slide .article1_1 p{
    display: flex;
    display: -webkit-flex;
}
.swiper-slide .article1_1 p span{
    float: left;
}
.swiper-slide .article1_1 p span.left{  
   width:92px;
}
.swiper-slide .article1_1 p span.right{
   flex: 1;
}
.swiper-slide .article2_2{
    position: absolute;
    font-style: "微软雅黑";
    width: 90%;
    top: 70%;
    left: 5%;
    text-align: justify;
    color: #48adbc;
    line-height: 22px;
    font-size: 13px;
    font-weight: bolder;
}
.swiper-slide .article2_2 p{
    display: flex;
    display: -webkit-flex;
}
.swiper-slide .article2_2 p span{
    float: left;
}
.swiper-slide .article2_2 p span.left{
   width:92px;
}
.swiper-slide .article2_2 p span.right{
   flex: 1;
}
.swiper-slide .article1_1,
.swiper-slide .article2_2{
    top: 70%;
}


/* 第四页 */

.swiper-slide .swiper4_img2,.swiper-slide .swiper4_img3,.swiper-slide .swiper4_img4,.swiper-slide .swiper4_img5，.swiper-slide .swiper4_img7,.swiper-slide .swiper4_img8{
    width: 46%;
}
.swiper-slide .swiper4_img2{
    top: 42.5%;
    left: 4%;
}
.swiper-slide .swiper4_img3{
    top: 42.5%;
    left: 50%;
}
.swiper-slide .swiper4_img4{
    top: 24%;
    left: 4%;
    width: 38%;
}
.swiper-slide .swiper4_img4_1{
    top: 70%;
    left: 4%;
    width: 38%;
}
.swiper-slide .swiper4_img7{
    width: 44%;
    left: 50%;
    top:76%;
}
.swiper-slide .swiper4_img8{
    width: 44%;
    left: 4%;
    top: 76%;
}
.swiper-slide .swiper4_img5{
    width: 18%;
    left: 0%;
    top: 79%;
}
.swiper-slide .swiper4_img6{
    width: 12%;
    left:26%;
    top: 13%;
    transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    animation:rotate_ani 8s linear infinite;
    -moz-animation:rotate_ani 8s linear infinite;
    -webkit-animation:rotate_ani 8s linear infinite; 
}
@keyframes rotate_ani
{
    from {
        transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
    }
}
@-moz-keyframes rotate_ani
{
    from {
        transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
    }
}
@-webkit-keyframes rotate_ani
{
    from {
        transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
    }
}
.swiper-slide .article3{
    position: absolute;
    font-style: "微软雅黑";
    width: 90%;
    top:30%;
    left: 5%;
    text-align: justify;
    color: #1f98aa;
    line-height: 22px;
    -webkit-text-stroke: 5px white;
    text-stroke: 5px white;
    font-size: 13px;
}
.swiper-slide .article3_1{
    top:66%;
}
.swiper-slide .article4{
    position: absolute;
    font-style: "微软雅黑";
    width: 90%;
    top: 30%;
    left: 5%;
    text-align: justify;
    color: #48adbc;
    line-height: 22px;
    font-size: 13px;
    font-weight: bolder;
}
.swiper-slide .article4_1{
    top:66%;
}
.swiper-slide .btn2{
    position: absolute;
    top: 88%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color:transparent;
    padding-right: 25px;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    color: #48adbc;
    background-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
/*===================弹出窗口的内容===================*/
.tc_wrap{display:none; z-index:1000;}

.swiper-container {width: 100%; height: 100%;}
.swiper-scrollbar{background:rgba(255,255,255,0.5);}
.swiper-scrollbar-drag{background:#e60021;}

.tc_page1{position:absolute; top:0; left:0; z-index:-1; background-image: url(../images/tcbj.jpg); background-size: 100% 100%;background-repeat: no-repeat;background-position: left top;}
.tc_page1 .tc_close{position:absolute; top:6px; right:6px; z-index:1005; width:36px;}
.tc_page1 .tc_close img{width:100%;}
.tc_page1 .swiper-slide{height:auto; background-color: rgba(0,0,0,0);}
.tc_page1 .txt{padding-top: 20px;}
.tc_page1 p{font-size:12px; color:#48adbc; line-height:24px;width: 100%;padding:0px 10px; display: flex; display: -webkit-flex;}
.tc_page1 p span{
    float: left;
}
.tc_page1 p span.bold{
    font-weight: bold;
}
.tc_page1 p span.left{
    width: 84px;
}
.tc_page1 p span.sm_w{
    width: 60px;
}
.tc_page1 p span.right{
    flex: 1;
}

.tc_page3{position:absolute; top:0; left:0; z-index:-1; background-image: url(../images/tcbj.jpg); background-size: 100% 100%;background-repeat: no-repeat;background-position: left top;}
.tc_page3 .tc_close{position:absolute; top:6px; right:6px; z-index:1005; width:36px;}
.tc_page3 .tc_close img{width:100%;}
.tc_page3 .swiper-slide{height:auto; background-color: rgba(0,0,0,0);}

.tc_page3 h2{ text-align:left; }
.tc_page3 h2 img{width:80%;margin-top: 8%;margin-left: 2%;top: 0;}
.tc_page3 .txt{width:94%; margin:0 auto; text-align: justify;margin-top: 22%;}
.tc_page3 h3{font-size:18px; color:#48adbc;}
.tc_page3 p{font-size:12px; color:#48adbc; line-height:24px;width: 100%;}

.tc_page5{ background-size:100% auto; position:absolute; top:0; left:0; z-index:-1;background-image: url(../images/tcbj.jpg); background-size: 100% 100%;background-repeat: no-repeat;background-position: left top;}
.tc_page5 .tc_close{position:absolute; top:6px; right:6px; z-index:52; width:36px; }
.tc_page5 .tc_close img{width:100%;}
.tc_page5 .swiper-slide{height:auto;background-color: rgba(0,0,0,0);}

.tc_page5 h2{text-align:left;}
.tc_page5 h2 img{width:38%;margin-top: 8%;margin-left: 2%; top: 0;}
.tc_page5 .txt{width:94%; margin:0 auto; text-align: justify;margin-top: 22%;}
.tc_page5 .txt img{width:100%;}
.tc_page5 p{font-size:12px; color:#48adbc; line-height:24px;width: 100%;}


/* 历史-大图弹出 */
.big_img,.big_img2,.big_img3{
    position: fixed;
    overflow: hidden;
    top: 0%;
    width: 100%;
    left: 0%;
    height: 100%;
    background-image: url(../images/bj.png);
    z-index: -1
}
.big_img .excellent2,.big_img2 .popularity,.big_img3 .excellent2{
    position: absolute;
    width: 100%;
    top: 20%;
    line-height: 26px;
    text-align: center;
    color: #09befd;
    font-weight: bold;
}
.big_img .ex_btn2{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.big_img .ex_btn2 li{
     float: left;
     width: 24.25%;
     font-size: 12px;
	 line-height:30px;
     color: #fff;
     background: url(../images/img02_2/blue_btn.png) 0 0 no-repeat;
     background-size:100% 100%;
     margin-right:1%;
}
.big_img .ex_btn2 li:last-child{margin-right:0;}
.big_img .ex_btn2 .orange_btn2{
     background-image: url(../images/img02_2/orange_btn.png);
     background-size:100% 100%;
}
.big_img .ex_content2{
    clear: left;
    margin-top: 12px;

}
.big_img .ex_content2 .tx2{
    position: absolute;
    left: 0;
    display: block;
    z-index: 10;
    width: 100%;
}
.big_img .ex_content2 img{
    position: static;
    display: block;
}
.big_img .ex_content2 .img_box1 .swiper-container2{
      width: 100%;
      height: 100%;
    }
.big_img .imgclose{
    position: absolute;
    right: 0;
    top: 0;
}
.big_img .ex_content2 .work_text{
	 width: 100%; box-sizing:border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    line-height:1.2;
	padding:6px 8px;
    background: #000;
    opacity: .8;
    color: #fff;
    font-weight: bold;
}
.big_img .ex_content2 .work_text span{
    color: #f7b016;
}

/*网络人气奖弹出*/
.big_img2 .popularity img{
    position: static;
    width: 100%;
}
.big_img2 .imgclose{
    position: absolute;
    right: 0;
    top: 0;
}
.big_img2 .popularity .work_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 28px;
    text-indent: 8px;
    background: #000;
    opacity: .8;
    color: #fff;
    font-weight: bold;
}
.big_img2 .popularity .work_text span{
    color: #f7b016;
}
.popularity .tx2{
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation:small_big 0.6s ease-out infinite alternate;
    -moz-animation:small_big 0.6s ease-out infinite alternate;
    -webkit-animation:small_big 0.6s ease-out infinite alternate;
}
/*线下优秀作品展*/
.big_img3 .ex_content2{
    clear: left;
    margin-top: 12px;

}
.big_img3 .ex_content2 .tx2{
    position: absolute;
    left: 0;
    display: block;
    z-index: 10;
    width: 100%;
}
.big_img3 .ex_content2 img{
    position: static;
    display: block;
}
.big_img3 .ex_content2 .img_box1 .swiper-container2{
      width: 100%;
      height: 100%;
    }
.big_img3 .imgclose{
    position: absolute;
    right: 0;
    top: 0;
}

.btn_wrap{
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin-left:6%;
}
.btn_wrap img{
    width: 100%;
    float: left;
    position: static;
}
.btn_wrap a.page_btn01,
.btn_wrap a.page_btn02{
    width: 40%;
    float: left;
    margin:2%;
}

.swiper-container_one .index_v_title{
    position: absolute;
    width: 72%;
    top: 24%;
    left: 8%;
}