/*header */
header {
    background: #FFFFFF;
}

header .head-top {
    height: 106px;
    overflow: hidden;
}

.head-top .logo {
    width: 360px;
    height: 66px;
    margin: 20px 0 0 0;
    float: left;
    overflow: hidden;
}

.head-top .logo img {
    max-height: 66px;
    image-rendering: -webkit-optimize-contrast;
}

header .search {
    float: right;
    padding-top: 33px;
    overflow: hidden;
    position: relative;
}

header .search input {
    border: none;
}

header .search .search-input {
    background: transparent;
    width: 350px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #D0D0D0;
    color: #566273;
    padding: 0 40px 0 20px;
}

header .search-btn {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../image/search.png") no-repeat center center;
    position: absolute;
    right: 20px;
    top: 44px;
    z-index: 2;
}

header .sign {
    float: right;
    font-size: 16px;
    overflow: hidden;
    padding-top: 42px;
    margin-left: 40px;
}

header .sign a {
    float: left;
    line-height: 22px;
    margin-left: 20px;
    position: relative;
    color: #023051;
}
header .sign a.name{
    display: inline-block;
    max-width: 300px;
    line-height: 24px;
    height: 24px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
header .sign a:first-child {
    margin-right: 18px;
}

header .sign a:nth-last-child(1):after {
    content: '';
    display: inline-block;
    float: left;
    width: 1px;
    height: 20px;
    background: #023051;
    position: absolute;
    left: -19px;
    top: 1px;
}

.head-bottom {
    min-height: 60px;
    background: #023051;
}

.head-bottom .tabs {
    font-size: 0;
}

.tabs li {
    text-align: center;
    position: relative;
    float: left;
}

.tabs li a {
    display: block;
    line-height: 60px;
    color: #F3FAF6;
    font-size: 18px;
    margin: 0 21px;
}

.tabs li:first-child a {
    margin: 0 21px 0 0;
}

.tabs li a i {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #00192B;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 24px;
}

.tabs li.active a, .tabs li:hover a {
    color: #78A521;
}

.tabs li:hover .list-level-1 {
    display: block;
}

.tabs .list-level-1 {
    display: none;
    background: linear-gradient(180deg, #F3FAF6 0%, #fff 100%);
    filter: blur(0px);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 12;
    box-shadow: 0px 1px 6px 0px rgba(2, 48, 81, 0.35);
}

.tabs .list-level-1 li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}

.tabs .list-level-1 li:last-child {
    border-bottom: none;
}

.tabs .list-level-1 li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
    color: #353535;
}

.tabs .list-level-1 li:hover {
    background: #78A521;
}

.tabs .list-level-1 li:hover a {
    color: #fff;
    font-weight: bold;
}


/*footer*/
.footer-box {
    background: #023051;
    font-size: 14px;
    color: #F3FAF6;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 17px 0;

}

.footer h4 {
    font-size: 16px;
    margin-bottom: 30px;
}

.footer .link-box {
    width: 580px;
    float: left
}

.footer .link-box .links {
    padding-right: 110px;
    overflow: hidden;
}

.footer .link-box .links a {
    padding-right: 30px;
    display: inline-block;
    margin-bottom: 20px;
    color: #F3FAF6;
    position: relative;
}

.footer .link-box .links a:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #F3FAF6;
    position: absolute;
    right: 15px;
    top: 3px;
}

.footer .link-box .links a:last-child:after {
    display: none;
}

.footer .link-box .links a:last-child {
    padding-right: 0;
}

.footer .link-box p {
    margin-top: 10px;
    margin-bottom: 14px;
}

.footer .link-box p a {
    color: #fff;
}

.contact-us {
    float: left;
    margin-right: 80px;
    width: 260px;
}

.contact-us span {
    display: block;
    margin-bottom: 14px;
    word-break: break-all;
    line-height: 20px;
}

.code-box {
    margin-top: 10px;
    float: right;
}

.code-box .item {
    float: left;
    width: 120px;
    height: 154px;
    border: 1px solid #DCE1EB;
    font-size: 12px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    background-color: #dce1eb;
    color: #2b3440;
}

.code-box .item img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin-bottom: 10px;
}
