
.welcome {
    min-width: 1200px;
    background-color: #F0F0F0;
    color: #111;
    font-size: 14px;
    line-height: 40px;
}


.head-box {
    height: 100px;
    /*padding-top: 12px;*/
    box-sizing: border-box;
    position: relative;
}

.index-logo {
    position: absolute;

    display: block;
    height: 62px;
    width: auto;
    text-align: center;
    vertical-align: middle;

    top: 19px;
}
.slogan{
    font-weight: bold;
    line-height: 1;
    font-size: 34px;
    color: #00974B;
    padding-top: 34px;
    padding-right: 168px;
}
.server-box{
    font-weight: bold;
    font-size: 17px;
    color: #666666;

    white-space: nowrap;
    padding-top: 30px;
}
.server-box .phone{
    display: block;
    width: 60px;
    height: 60px;
}

.search-box {
    width: 250px;
    height: 40px;
    background: #EEEEEE;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.icon-search {
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 2px;
}

.search-input {
    border: none;
    outline: 0;
    line-height: 36px;
    margin-top: 2px;
    width: 186px;
    background-color: transparent;

    font-size: 16px;
}

.nav-box-outer {
    background-color: #2B2B2B;
    height: 60px;
}

.nav-box {
    background-color: #2B2B2B;
    height: 60px;
}

.nav-box .nav-item {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    min-width: 150px;
    background-color: #2B2B2B;
    cursor: pointer;
}
.nav-box .nav-item:hover {
    opacity: 0.6;
}

.nav-box .nav-item.current {
    color: #fff;
    background-color: #008647;
}
.nav-box .nav-item.current:hover {
    opacity: 1;
}





.footer {
    height: 130px;
    background: #02328D;


}

.footer .footer-content {
    background: #02328D;
    height: 90px;

    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    /*padding-top: 37px;*/
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .footer-bottom {
    height: 40px;
    background: #EFEFEF;
    line-height: 40px;
    text-align: center;

    font-size: 14px;
    color: #333333;
}

.footer-list-item {
    padding-left: 60px;
}

.footer-list-item:nth-child(1) {
    padding-left: 0px;
}

.qr-code {
    display: block;
    object-fit: cover;
    width: 80px;
    height: 80px;
}
