.nav-1-box{
    width: 1200px;
    margin: 0 auto;
    height: 132px;
    overflow: hidden;
}
.nav-1-box>table{
   width: 100%;
}
.nav-1-imgbox{
    display: inline-block;
    border-right: 1px solid #eeeeee;
    padding-right:19px;
    /*height: 60px;*/
    line-height: 60px;
    width: 200px;
    margin-right: 5px;
}
#nav1list{
    /*display: inline-block;*/
}
#nav1list>li{
    float: left;
    margin-right: 60px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 14px;
    /*font-weight: bold;*/

}
#nav1list>li>a{
    color: #333333;
}
#nav1list>li>a:hover {
    color: red;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid red;
}
/*#nav1list>li:nth-of-type(1)>a{*/
/*    font-family:FZLanTingHeiS-H-GB;*/
/*}*/
/*#nav1list>li:nth-of-type(1)>a:hover{*/
/*    color: red;*/
/*}*/
.nav1-button-box{
    float: right;
    /*line-height: 120px;*/
}
.nav1-button{
    display: inline-block;
    width: 135px;
    height: 37px;
    line-height: 40px;
    border-radius: 138px;
    border: solid 2px;
    color: red;
    font-weight: 549;
    text-align: center;
    background-color: #FFFFFF;
}
.nav1-button:hover{
    background-color: #fdf2f1;
}

