
/** 头部 */
.head-container {
    min-width: 1366px;
    color: #fff;
}
.head-container a {
    color: #333333;
}
.head-container a:hover {
    color: #003e9f;
    text-decoration: none;
}
/* head-top-container */
.head-top-container {
    background-color: #f2f8fe;
}
.head-top-container .all {
    padding-left: 10px;
    padding-right: 90px;
}
.head-top-item {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
}
.head-top-item::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #cccccc;
}
.head-top-item:last-child::after {
    content: '';
    position: absolute;
    width: 0px;
    background-color: transparent;
}
/* head-center-container */
.head-center-container {
    position: relative;
    background-image: url(../images/index/index_bg_new2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
}
.head-center-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffffff, #e5f1fd);
    z-index: -1;
}
/* head-logo-container */
.head-logo-container {
    height: 206px;
    padding-left: 50px;
}

/* head-tabs-container */
.head-tabs-container {
    font-size: 18px;
    background-color: #003e9f;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    /* background-color: #ffffff; */
    z-index: 1000;
}
.head-tabs {
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.head-tabs-item .tabs-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: none;
    box-sizing: border-box;
    color: #ffffff;
    transition: all .3s;
}
.head-tabs-item .tabs-item:hover,
.head-tabs-item.is-active .tabs-item {
    color: #ffffff;
    background-color: rgba(255, 255, 255, .2);
}