.w{
    width: 1440px;
    margin: 0 auto;
}

.img-text-w{
    width: 1440px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -80px;
}

.navigator{
    height: 80px;
    color: #0b0f14;
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigator .logo, .navigator .logo img{
    width: 135px;
    height: 48px;
}

.navigator .left{
    display: flex;
    align-items: center;
}

.navigator .left .menu{
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.navigator .left .menu .item{
    font-size: 18px;
    color: #111111;
    margin: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    height: 80px;
    cursor: pointer;
}

.navigator .left .menu .item.active{
    color: #2FA8E1;
    transition: all ease-in 0.1s;
}

.navigator .left .menu .item i{
    width: 13px;
    height: 9px;
    background: url(../image-web/index/menu-arrow.png) no-repeat;
    margin-left: 9px;
}

.navigator .left .menu .item.active i{
    transition: all ease-in 0.1s;
    background: url(../image-web/index/menu-arrow-b.png) no-repeat;
}

.sub-menu{
    width: 190px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 20;
    box-shadow: 0px 0px 80px 0px rgba(0,64,114,0.15);
}

.navigator .left .menu .item.active .sub-menu{
    display: block;
}

.sub-menu a{
    font-size: 16px;
    display: block;
    height: 50px;
    text-align: center;
    /*padding-left: 40px;*/
    line-height: 50px;
    /*padding-left: 15px;*/
    color: #111111;
    border-bottom: 1px solid #DDDDDD;
}

.sub-menu a:hover{
    color: #2FA8E1;
}

/*.sub-menu a:first-child{
    border-bottom: 1px solid #DDDDDD;
}*/

.navigator .right{
    display: flex;
}

.button{
    width: 90px;
    height: 40px;
    border: 1px solid #2FA8E1;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    color: #2FA8E1;
    font-size: 16px;
    cursor: pointer;
}

.button:hover{
    background: linear-gradient(45deg, #2fe1a5, #0eb889);
    color: #fff;
}

.button-active{
    width: 90px;
    height: 40px;
    background: linear-gradient(45deg, #2fe1a5, #0eb889);
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
}

.footer{
    background: #0b0f14;
    overflow: hidden;
}

.footer .bottom{
    height: 75px;
    border-top: 1px solid #292e33;
}

.footer .section{
    display: flex;
    justify-content: space-between;
}

.footer .section .l{
    display: flex;
    padding-top: 60px;
    overflow: hidden;
}

.footer .section .address img{
    margin-bottom: 60px;
}
.footer .section .address p{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.footer .section .address p span{
    color: #717378;
    display: block;
    font-size: 16px;
}

.footer .section .address p a{
    color: #fff;
    text-decoration: underline;
}

.footer .section .footer-menu{
    margin-left: 150px;
}

.footer .section .footer-menu .item{
    margin-bottom: 60px;
}

.footer .section .footer-menu .item b, .footer .section .footer-menu .item b a{
    color: #EDEEF0;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

.footer .section .footer-menu .item a{
    font-size: 16px;
    color: #717378;
    line-height: 32px;
    display: block;
}

.footer .section .footer-menu .item a:hover{
    color: #EDEEF0;
}

.footer .section .contact{
    padding-top: 60px;
}
.footer .section .contact b{
    color: #EDEEF0;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

.footer .section .contact .qr{
    display: flex;
}

.footer .section .contact .qr p{
    width: 130px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
}

.footer .section .contact .qr p:first-child{
    margin-left: 0;
}

.footer .section .contact .qr p img{
    display: block;
    margin: 0 auto;
}

.footer .section .contact .qr p span{
    margin-top: 15px;
    display: block;
    text-align: center;
}

.footer .logo-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: -60px 0 40px;
    margin-top: -60px;
}

.footer .logo-list .left img{
    margin-right: 30px;
}

.footer .logo-list .right img{
    margin-left: 30px;
}

.footer .bottom .copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    height: 75px;
    color: #717378;
}

.footer .bottom .copyright a{
    color: #717378;
}

.button48{
    width: 180px;
    height: 48px;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
}


.button48.active, .button48:hover{
    width: 180px;
    height: 48px;
    background: linear-gradient(45deg, #2fe1a5, #0eb889);
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

@media (max-width: 1440px) {
    .w{
        width: 1200px;
        margin: 0 auto;
    }
    .img-text-w{
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: -80px;
    }
    .img-text-w-img{
        width: 1200px;
    }
    .navigator{
        height: 80px;
        color: #0b0f14;
        width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

[tooltip]{
    position: relative;
    display:inline-block;
    /*            margin: 20px;
                border: 1px solid #ccc;
                padding: 4px 6px;*/
}
[tooltip]::before {
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ff5722;
    z-index: 99;
    opacity:0;

    top:-5px;
    left:50%;
    transform: translateX(-50%);
}
[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    line-height: 30px;
    font-size: 14px;
    background: #ff5722;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    /*padding:4px 2px;*/
    min-width: 120px;
    pointer-events: none;
    z-index:99;
    opacity:0;

    left:50%;
    top:-5px;
    transform: translateX(-50%)   translateY(-100%);
}

[tooltip]::after,[tooltip]::before{
    opacity: 1;
}

[tooltip][position='bottom']::before{
    top: 100%;
    left:50%;
    margin-top: 1px;
    transform: translatex(-50%) rotate(180deg);
}
[tooltip][position='bottom']::after{
    top: 100%;
    left: 50%;
    margin-top: 5px;
    transform: translatex(-50%) ;
}


[tooltip1]{
    position: relative;
    display:inline-block;
    /*            margin: 20px;
                border: 1px solid #ccc;
                padding: 4px 6px;*/
}
[tooltip1]::before {
    content: "";
    position: absolute;
    border-width: 6px 9px 0 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #8BC34A;
    z-index: 99;
    opacity:0;

    top:-5px;
    left:50%;
    transform: translateX(-50%);
}
[tooltip1]::after {
    content: attr(tooltip1);
    position: absolute;
    /*line-height: 40px;*/
    font-size: 8px;
    background: #8BC34A;
    text-align: center;
    color: #fff;
    border-radius: 24px;
    /*padding:4px 2px;*/
    min-width: 120px;
    pointer-events: none;
    z-index:99;
    opacity:0;

    left:50%;
    top:-5px;
    transform: translateX(-50%)   translateY(-100%);
}

[tooltip1]::after,[tooltip1]::before{
    opacity: 1;
}

[tooltip1][position='bottom']::before{
    top: 100%;
    left:50%;
    margin-top: 1px;
    transform: translatex(-50%) rotate(180deg);
}
[tooltip1][position='bottom']::after{
    top: 100%;
    left: 50%;
    margin-top: 4px;
    transform: translatex(-50%) ;
}