﻿

/* 轮播 */
.swiper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.navbiaoti{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.navbiaoti p{
    color: white;
    font-size: 40px;
    line-height: 72px;
    margin: 0 auto;
    font-family: "Source Han Sans CN ExtraLight";
}

  
.navbiaoti p:nth-child(2){
    font-size: 20px;
    width: 60%;
}
.swiper img{
    width: 100%;
}
  
.swiper-pagination-bullet{
    background-color: #efefef !important;
    opacity:1 !important;
    
}
.swiper-pagination-bullet-active{
    width: 16px !important;
    border-radius:5px !important; 
    background-color: #efefef !important;
}
  


/* 主要内容 */
.content{
    margin: 100px auto 20px;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}  
.ipbox{
    position: relative;
    overflow: hidden;
    border-radius:5px; 
}
.gybox {
  
    width: 590px;
    height: 710px;

}
.ipbox img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 88;
    transition: all 0.5s;
    -webkit-transition: all  0.5s;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}
.ipbox p{
    z-index: 9999;
    font-size: 24px;
    color: white;
    position: absolute;
    bottom: 20px;
    padding-left: 30px;
    transition: all 0.5s;
    -webkit-transition: all  0.5s;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}
.dlbox{
    width: 590px;
    height: 345px;
}
.dlbox p{
 
}
.zxbox{
    width: 590px;
    height: 345px;
    margin-top: 20px;
}
.ipbox img:hover{
    transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
}
.ipbox:hover p{
    margin-bottom: 40px;
}
.sous input {
    /* display: none; */
    background-color: transparent;
    width: 0px;
    border: none;
    /* border-bottom: 1px solid white !important; */
    background: white !important;

}
.sous input:focus {
    outline: none;

    /* padding-left: 10px; */


}
.swiper-slide{
    cursor: pointer;
}
@media screen and (max-width: 700px) {
    .mnav{
    
    }
    .navbiaoti p{
        font-size: 0.3rem;
        line-height: 0.3rem;
    }

    .navbiaoti p:nth-child(2) {
        font-size: 0.2rem;
        width: 100%;
    }
    .content {
        margin: 0.2rem auto;
        width: 100%;
        min-height: auto;
        overflow: hidden;
        padding: 0 0.2rem;
    }
    .content .main .left,.content .main .right{
        float: initial;
    }
    .gybox {
        width: 100%;
        height: 7rem;
    }
    .ipbox img{
        width: 100%;
    }
    .dlbox{
        width: 100%;
        margin-top: 0.2rem;
        height: 4rem;
    }
    .zxbox {
        width: 100%;
        height: 4rem;
        margin-top: 0.2rem;
    }
    .ipbox p {
        z-index: 9999;
        font-size: 0.3rem;
        color: white;
        position: absolute;
        bottom: 0.2rem;
        padding-left: 30px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 2 0.5s;
    }
}

