@charset "utf-8";
/* CSS Document */

 .logo{ height:100%;}
  .logo img{ height:80%;}
  .flogo img{ width:100px; height:auto;}
  #navbar a{ font-size:18px;}
  #area {
    position: fixed;
    width: 97px;
    right: 0;
    top: 30%;
    z-index: 999999;
}
#area #small_menu {
    width: 100%;
}
#area #small_menu ul li:nth-of-type(1) {
    background: #fff url(../images/sy_16.png) no-repeat center 10px;
    background-size: 38%;
}
#area #small_menu ul li {
    width: 97px;
    height: 77px;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    margin-bottom: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#area #small_menu ul li h5 {
    text-align: center;
    padding-top: 50px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
#area #small_menu ul li .text {
    position: absolute;
    font-size: 18px;
    color: #252b3a;
    background-color: #fff;
    width: 253px;
    height: 60px;
    /* line-height: 60px; */
    left: -245px;
    top: 10px;
    padding: 10px 10px 0;
    display: none;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#area #small_menu ul li .text p {
    font-size: 16px;
    color: #252b3a;
    line-height: 24px;
    margin: 0;
    padding-top: 0px;
    display: inline-block;
    font-weight: bold;
}
#area #small_menu ul li:nth-of-type(2) {
    background: #fff url(../images/sy_18.png) no-repeat center 10px;
    background-size: 38%;
}
#area #small_menu ul li:nth-of-type(3) .text {
    height: 140px;
    padding: 10px;
    width: 160px;
    left: -160px;
    top: -35px;
}
#area #small_menu ul li:nth-of-type(2):hover {
    background: #0050cf url(../images/sy_182.png) no-repeat center 10px;
    background-size: 38%;
}
#area #small_menu ul li:hover .text {
    display: block;
}
#area #small_menu ul li:nth-of-type(1):hover {
    background: #0050cf url(../images/sy_162.png) no-repeat center 10px;
    background-size: 38%;
}
#area #small_menu ul li:nth-of-type(3):hover {
    background: #0050cf url(../images/sy_212.png) no-repeat center 23px;
    background-size: 15%;
}
#area #small_menu ul li:nth-of-type(3) {
    background: #fff url(../images/sy_21.png) no-repeat center 23px;
    background-size: 15%;
}