*{
    margin: 0;
    padding: 0;
    /*border: lightgreen solid 1px;*/
}
body{
    height: 500px;
}
#choose{
    width: 10%;
    position: fixed;
    top: 50%;
    left: 3%;
    border-radius: 5px;
}
#choose li{
    list-style: none;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}
#choose li:hover{
    border-radius: 5px;
}

.info{
    width: 70%;
    position: absolute;
    top:450px;
    right: 8%;
}
.info img{
    border-radius: 5px;
    padding-left: 300px;
}

.info_new{
    width: 70%;
    position: absolute;
    top:450px;
    right: 8%;
}
.info_new img{
    border-radius: 5px;
    padding-left: 300px;
}
#banner{
    width: 100%;
    height: auto;
    z-index: -1;
}
#banner img{
    width: 100%;
    height: 500px;
    position: absolute;
    top: -60px;
    z-index: -1;
}
.js{
    width: 100%;
    height: 2000px;
}

.info p{
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    text-indent:2em;
    opacity: 0.9;
}
.info h2{
    font-family: 等线;
    opacity: 0.92;
}
.zhanwei{
    width: 100%;
    height: 50px;
}
.footzhanwei{
    width: 100%;
    height: 300px;
}
#commonnav li a{
    color: #000;
}
#commonnav li a:hover{
    color: white;
    background-color: #4082F4;
    border-radius: 10px;
}
#jm{
    color: white;
    background-color: #4082F4;
    border-radius: 10px;
}

.container{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    padding: 0 10%;
    z-index: 999;
}
#bannertext {
    color: white;
    font-family: 楷体;
    font-size: 60px;
    position: absolute;
    top: 200px;
    right: 200px;
}