body{
    margin:0;
}
a{
    text-decoration: none;
}
.banner{
    width: 100%;
    height: 419px;
    background-size: auto 419px;
}
.banner>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner>div>div:first-child{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.banner>div>div:last-child{
    margin-top:24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    opacity: 0.8;
}
.gywmBody{
    margin-top:40px;
    margin-bottom:80px;
}
.gywmLeft{
    float:left;
    width: 193px;
    box-shadow: 0px 4px 16px 0px rgba(213, 213, 213, 0.2);
    padding-bottom:45px;
}
.gywmLeft .title{
    width: 85px;
    height: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 48px;
    color: #2D3241;
    background: url("../../images/gywm/right.png") no-repeat;
    background-size: 7px 12px;
    padding:0 54px;
    background-position-x:130px;
    background-position-y:center;
    cursor: pointer;
}
.gywmLeft .title.on{
    background-image: url("../../images/gywm/xl.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position-x:130px;
    color:white;
    background-color:#C7000B;
    background-position-y:center;
}
.folder{
    display: none;
}
.folder a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.folder>div{
    padding-left:54px;
    margin-top:20px;
}
.folder>div:last-child{
    margin-bottom:40px;
}
.folder a:hover{
    color: #C7000B;
}
.folder a.on{
    color: #C7000B;
}
.gywmRight{
    width: 967px;
    float:right;
    /*overflow: hidden;*/
}