.header-nav-whcy {
    height: 40px;
    background: #035D7E;
    line-height: 40px
}
.header-nav-whcy .rbar {
    width: 138px;
    background: #035D7E;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.header-nav-whcy .rbar .line {
    margin: 0 5px;
    color: #207EA1 
}

.header-nav-whcy .rbar a {
    color: #fff
}

.header-nav-whcy .nav {
    font-size: 0;
    margin-left:12px;
}

.header-nav-whcy .nav>li {
    position: relative;
    z-index: 999;
    float: left;
    display: block;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px
}

.header-nav-whcy .nav>li a {
    display: block;
    padding: 0 56px;
    color: #fff;
    text-align: center
}
.header-nav-whcy .nav .line{
    float: left;
    width:1px;
    height:32px;
    background:#eee;
    margin-top:4px;
}
.header-nav-whcy .nav>li.hover a,
.header-nav-whcy .nav>li.hover a:hover {
    background: #207EA1;
    background-size: cover;
    color: #fff
}

.header-nav-whcy .nav>li>ul {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    display: none;
    background: #035D7E
}

.header-nav-whcy .nav>li:hover>a {
    background: #207EA1 
}

.header-nav-whcy .nav>li>ul>li:hover a {
    background: #207EA1 
}

.header-nav-whcy .nav>li:hover>ul {
    display: block
}

.banner-right-whcy{
    width:278px;
}
.banner-right-whcy ul{
    margin-top:20px;
}
.banner-right-whcy ul li{
    width:258px;
    height:52px;
    line-height:52px;
    font-size: 16px;
    color:#fff;
    margin-top:8px;
    /* margin-left:20px */
}
/* .h-box .h-d .whcy::after, .banner-left .h-d .whcy::after{
    content: ''; 
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 174px;
    height: 2px;
    background-color: #035D7E;
} */

.h-box .h-d .line::after, .banner-left .h-d .line::after{
    content: ''; 
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 174px;
    height: 2px;
    background-color: #035D7E;
}
.h-box .h-d h3:before,.banner-left .h-d h3:before {
    display: inline-block;
    margin: -4px 10px 0 0;
    width: 8px;
    height: 16px;
    background: #035D7E;
    content: '';
    vertical-align: middle
}
.table-list-whcy th {
    padding: 0 0 0 16px;
    background: #000;
    color: #FFFFFF;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    line-height: 36px
}

.table-list-whcy td {
    padding: 0 16px;
    background: #f9f9f9;
    color: #888;
    font-size: 12px;
    line-height: 32px
}

.table-list-whcy tr:hover td {
    background: #f4f1ea !important
}

.table-list-whcy tr:nth-child(odd) td {
    background: #fff;
    color: #888;
    line-height: 32px
}
.whcy-foot{
    background:#035D7E;
}