html {
    font-size: calc(100vw / 7.5);
}
.container1{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.container{
    /*width: 100%;*/
    margin: 0 auto!important;
    width: 1200px!important;
    /*height: 100%;*/
    overflow: hidden;
    /*margin: 0;*/
    padding: 0;
}
.navbar{
    border: none;
}
.navbar-default{
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.15), 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 0 rgba(0,0,0,0);
}
.row{
    margin: 0;
    padding: 0;
}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
    margin: 0 ;
    padding: 0;
}
.main_item_One{
    width: 100%;
    height: 98px;
    overflow: hidden;
}
.items_One{
    width: 100%;
    overflow: hidden;
    /*height: 400px;*/
    background: #f3f4f8;
    /*padding: 1.5% 18%;*/
    padding: 1.5% 0;
    box-sizing: border-box;
}
.nav_item{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;text-overflow: ellipsis;
}
.nav_item>span{
    display: inline-block;
}
video{
    width: 100%;height: 100%;
}
.item_img_main{
    padding: 0 2%;
    box-sizing: border-box;
}
.item_img_main>img{
    display: inline-block;
    width: 100%;
}
.item_swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.item_fist,.item_last{
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 18px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    z-index: 333;
}
.item_fist{
    left: 0;
    text-align: left;
}
.item_last{
    right: 0;
    text-align: right;
}
.items_Con{
    /*padding: 20px;*/
    /*box-sizing: border-box;*/
    width: 94%;
    margin: 0 3%;
    height: 182px;
    overflow: hidden;
    /*position: relative;*/
}
.items_L,.items_R{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 444;
}
.items_L{
    left: 0;
    text-align: left;
}
.items_R{
    right: 0;
    text-align: right;
}
.items_L>img,.items_R>img{
    display: inline-block;
    width: 15px;
    height: 100%;
}
.items_Main{
    margin-top: 10px;
    width: 200%!important;
    height: 100%;
}
.item_item{
    width: 12.5%;
    height: 100%;
    text-align: center;
    position: relative;
    float: left;
}
.item_item>img{
    cursor: pointer;
    display: inline-block;
    width: 95%;
    transform: scale(1);
}
.item_pro>li>span{
    display: block;
    color: #fff;
}
.item_pro>li>span:nth-child(1){
    font-size: 0.08rem;
}
.item_pro>li>span:nth-child(2){
    font-size: 0.06rem;
}
/*二级页移动*/
@media only screen and (max-width: 768px){
    .main_item_One{
        height: 65px!important;
    }
    .nav_item{
        padding: 10px;
        box-sizing: border-box;
    }
    video{
        height: 4rem!important;
        object-fit: fill;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: -1!important;*/
    }
    .items_One{
        padding: 0;
        box-sizing: border-box;
        /*position: relative;*/
        /*z-index: 350;*/
    }
    .items_Con{
        height: 1.8rem;
        /*margin: 0 10%;*/
        /*width: 80%;*/
        box-sizing: border-box;
        overflow: hidden;
    }
    .items_Main{
        display: block;
        width: 200%!important;
        height: 100%;
    }
    .item_item>img{
        display: inline-block;
        width: 92%;
    }
    .items_L,.items_R {
        margin-top: -18px;
        width: 10px;
        height: 20px;
    }
}
.item_item:hover img{
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.ant_show{
    transform:scale(1.1)!important;
    box-shadow:0 0 5px rgba(0,0,0,.2)!important;
}