@charset "utf-8";
.main{
    position: relative;
}
.main .menu{
    position: absolute;
    width: 33%;
    height: 800px;
    background: rgba(0,0,0,0.5);
    padding-bottom: 80px;
    z-index: 1;
    
}
.imgbaner{
    position: relative;
    height: 800px;

}
.imgbaner img{
    /* height: 800px; */
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 2s;

}
.menu_move{
    position: relative;
    top: 200px;
    /* height:200%; */
    transition:1s;
}
.selected{
    color: #fff !important;
    font-size: 20px!important;
    background: rgba(0,0,0,.5)!important;
}
.menu_cont{
    margin-top: 44%;
    height:70%;
    position: relative;
    overflow: hidden;
    width:100%;
    float: right;
}
.menu_move .menu_nav{
    width: 100%;
    position: absolute;
    padding: 0;
}
#upgo{
    z-index: 1;
}
.arrow{
    position: absolute;
    height: 20px;
    
    width: 60px;    
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgba(255,255,255,.4);
    font-size: 20px;
    font-weight: normal;
    margin:0 auto;
    text-align: center;
}
.inner{
    width: 70%; float:right;
}
.menu_move .menu_nav li{
    padding:20px 0;
    height: 96px;
    cursor: pointer;
    color: #CACDD4;
    font-weight: 600;
    font-size: 16px;
}
.subTitle{
    margin-top: 5px;
    padding-top:5px;
    border-top: 1px solid #fff;
}
.menu ul{
    list-style: none;

}
.article{
    display: none;
}
.contant{
    min-height: calc(100vh);
}
.content{
   
    overflow: hidden;
    width: 100%;
    background-size: 100% 100%;
}
.topcont{
    margin-top: 100px;
}
.proLeft{
    float:left;
    padding-top: 120px;
    margin-left: 70px;
    width: 50%;
}
.proLeft .title{
    font-size: 24px;
    color: #fff;

}
img{
    height: 100%;
    width: 100%;

    float: left;
   
}
.proLeft .subtitle{
    color: #B8B5F6;
    font-size: 18px;
}
.proright{
    margin-left:90px;
    height: 600px;
    width: 400px;
}
.zjlogo{
    width: 250px;
    color: #fff;
    background:rgba(255,255,255,.4);
    padding:10px 15px
}
.contItem{
    height: 380px;
    margin-top: 40px;
}
.font,.img{
    width: 48%;
    height: 100%;
   
}
.font h2{
    font-weight: 900;
}
.dtbtn{
    width: 200px;
    height: 35px;
    margin-top: 80px;
    background-color: #0CDBAF;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff ;
}