.container{
    width:1024px;
    height:768px;
    background: #fff;
}
.logo{
    background: #3699dd;
    padding-left: 26px;
}
.paper-menu{
    float: left;
    width:196px;
    height:42px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-shadow: 1px 1px 1px rgba(51,51,51,.17);
    position: relative;
}
.paper-menu h1{
    font-size: 16px;
    width:196px;
    height:42px;
    text-align: center;
    line-height: 42px;
    position: relative;
    cursor: pointer;
}
.paper-menu h1 .icon{
    position: absolute;
    width:11px;
    height:10px;
    background: url(../img/icon_up.png);
    top:16px;
    right:10px;
}
.paper-menu:hover h1 .icon{
    background: url(../img/icon_down.png);
}
.paper-menu:hover .paper-first{
    display: block;
}
.paper-first{
    display: none;
    position: absolute;
    top:42px;
    width:196px;
    line-height: 30px;
    background: #fff;
    z-index: 10;
    text-align: center;
    cursor: pointer;
}
.paper-first li{
    position: relative;
}
.paper-first li:hover .paper-second{
    display: block;
}
.paper-second li,.paper-first li h2{
    font-size: 16px;
}
/*.paper-second li:hover,.paper-second li.on,.paper-first li:hover h2,.paper-first li.on h2{
    background: #fafafb;
}*/
.paper-second{
    display: none;
    position: absolute;
    left:196px;
    top:0;
    width:145px;
    background: #fff;
}
.brand{
    float: left;
    width:828px;
    height:42px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(51,51,51,.17);
    line-height: 42px;
    font-size: 14px;
    padding-left: 25px;
}
.main .left-nav{
    float: left;
    position: relative;
    width:196px;
    min-height:672px;
    height:100%;
    border-right: 1px solid #e5e5e5;
    box-shadow: 1px -1px 1px rgba(51,51,51,.17);
    box-sizing: border-box;
}
.left-nav ul{
    max-height: 460px;
    overflow-y: auto;
}
.left-nav li a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 45px;
    height:45px;
    box-sizing: border-box;
    text-align: center;
    border-left:3px solid transparent;
}
.left-nav li:hover a,.left-nav .on a{
    border-left:3px solid #3699dd;
    background: #fafafb;
    color:#3699dd;
}
.left-nav li a:after{
    content:'>';
    position: absolute;
    right:25px;
}
.left-nav .contact{
    position: absolute;
    bottom:28px;
    left:10px;
    width:176px;
    box-shadow: 0px 1px 1px rgba(51,51,51,.17);
    box-sizing: border-box;

}
.contact h1{
    background: #3699dd;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 46px;
    border-bottom: 1px solid #94c9ed;
}
.contact h2,.contact p,.contact .time{
    padding:0 14px;
    font-size: 14px;
    color:#333;
    line-height: 34px;
}
.contact p{
    padding-left: 34px;
}
.contact .time img{
    float: left;
    margin-right:5px;
}
.main .right{
    position: relative;
    float: left;
    width:828px;
    min-height:672px;
    height:100%;;
    background: #eff7fc;
    box-sizing: border-box;
    padding: 16px 30px 0 26px;
}
.right-main{
    padding: 0 20px 20px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(51,51,51,.17);
}
.right-main .title{
    font-size: 16px;
    color:#333;
    line-height: 60px;
    background: url(../img/icon_right.png) no-repeat left center;
}
.right-main .title span{
    margin:0 20px;
}
.right-main table tr{
    height:43px;
    border-bottom: 1px solid #f0f4fb;
    text-align: center;
}
.right-main table tr th,.right-main table tr td{
    font-size: 14px;
}
.right-main thead tr{
    background: #f8f9fc;
}
.right-main table th{
    color:#3699dd;
}
.right-main table tr img{
    display: none;
    margin:0 auto;
}
.right-main table tr:first-child img{
    display: block;
}
