/* 网站全局样式 */
@charset "UTF-8";

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 5180383 */
  src: url('//at.alicdn.com/t/c/font_5180383_hclwkb3xjxm.woff2?t=1779846734333') format('woff2'),
       url('//at.alicdn.com/t/c/font_5180383_hclwkb3xjxm.woff?t=1779846734333') format('woff'),
       url('//at.alicdn.com/t/c/font_5180383_hclwkb3xjxm.ttf?t=1779846734333') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'alipuhui-rg';
    /*src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff') format('woff');*/
        /* IE9 Compat Modes */
        /* url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2'), */
        /* Super Modern Browsers */
        /* url('../fonts/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype'), */
        /* Pretty Modern Browsers */
        /* url('../fonts/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype'); */
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}




* {
    padding: 0;
    margin: 0;
    color: inherit;
    list-style: none;
    text-decoration: none;
}
body {
    font-family:"alipuhui-rg","Helvetica Neue", "微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei";
    font-size: 14px;
    color: #262626;
}
img {
    display: block;
    width: 100%;
}
.con {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px;

}

@media screen and (max-width:1301px) {
    .con {
        box-sizing: border-box;
        padding: 0 20px;
    }
}
@media screen and (max-width:680px){
    body {
        padding-top: 50px;
        padding-bottom: 48px;
    }
    .con {
        box-sizing: border-box;
        padding: 0 10px;
    }
}




/* 顶部样式开始 */
@media screen and (min-width:681px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 72px;
        display: flex;
        justify-content: center;
        z-index: 999;
        background: white;
        border-bottom: 1px solid #e6e6e6;
    }

    .hd {
        height: 100%;
        width: 85%;
        display: flex;
        justify-content: flex-start;
    }

    /* --------logo---------- */
    .hd-logo {
        display: flex;
        align-items: center;
    }

    .hd-logo img {
        height: 45px;
        width: auto;
    }

    /* --------导航---------- */
    .hd-nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 60px;
    }

    .hd-nav-li {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 40px;
        position: relative;
    }

    .hd-nav-li-tname {
        font-weight: bold;
        color: #444;
        position: relative;
        transition: all 0.3s;
    }

    .hd-nav-li:hover .hd-nav-li-tname {
        color: #006cff;

    }

    .hd-nav-li-tname::after {
        content: "";
        height: 2px;
        width: 0px;
        background: #006cff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        margin: auto;
        transition: all 0.3s;
        border-radius: 10px;
        overflow: hidden;
    }

    .hd-nav-li:hover .hd-nav-li-tname::after {
        width: 100%;
    }




    /* --------电话---------- */


    .hd-phone {
        align-self: flex-end !important;
        display: flex;
        justify-content: space-between;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .hd-phone div {
        display: flex;
        align-items: center;
    }

    .hd-phone div i {
        font-size: 18px;
        color: #006cff;
        font-weight: bold;
    }

    .hd-phone div span {
        font-size: 16px;
        margin-left: 6px;
        font-weight: bold;
    }





    .hd-space {
        height: 72px;
    }




    .menu {
        display: none;
    }

    .hd-nav-li i {
        display: none;
    }

    .hd-nav-a {
        color: #006cff !important;
    }


}

@media screen and (max-width:680px) {
    .hd-space {
        display: none;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: white;
        border-bottom: 1px solid #e6e6e6
    }

    .hd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        box-sizing: border-box;
        height: 50px;
    }

    .hd-logo img {
        height: 40px;
        width: auto;
    }

    .hd-phone {
        display: none;
    }


    .hd-nav {
        transition: all 0.2s linear;
        position: absolute;
        top: 51px;
        left: 0;
        background: white;
        width: 100%;
        z-index: 999;
        height: 0vh;
        overflow: hidden;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .hd-nav-active {
        height: 100vh;
        box-sizing: border-box;
    }

    .hd-nav-li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 15px 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .hd-nav-li>i {
        display: block;
        width: 10px;
        font-size: 18px;
    }

    
    .gbclose {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 20px;
    }


    /* 按钮 */
    .menu {
        display: block;
    }

    .menu {
        color: #006cff;
        font-size: 20px;
        position: relative;
        width: 22px;
        height: 22px;
    }

    .menu-o {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.2s;
    }

    .menu-c {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.2s;
    }

    .menu-active {
        opacity: 1;
    }


}



/* 顶部样式结束*/










/* 底部样式开始 */
@media screen and (min-width:681px) {
    .ft1-out {
        background: #353535;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .ft1 {
        display: flex;
        justify-content: space-between;
    }

    .ft1-item:nth-child(1) {
        width: 15%;
    }

    .ft1-item:nth-child(2) {
        width: 15%;
    }

    .ft1-item:nth-child(3) {
        width: 15%;
    }

    .ft1-item:nth-child(4) {
        width: 15%;
    }

    .ft1-item:nth-child(5) {
        width: 25%;
    }

    .ft1-item:nth-child(6) {
        width: 15%;
    }

    .ft1-item dt {
        font-size: 16px;
        display: block;
        color: #fff;
        transition: all .36s;
        margin-bottom: 16px;
    }

    .ft1-item dt:hover {
        color: #006cff !important;
    }

    .ft1-item dd {
        font-size: 14px;
        display: block;
        color: #b4b4b4;
        transition: all .36s;
        line-height: 32px;
    }

    .ft1-item dd:hover {
        color: #006cff !important;
    }

    .ft1-item5 dd {
        display: flex;
        align-items: center;
    }

    .ft1-item5 dd i {
        margin-right: 5px;
    }

    .ft1-item5 div {
        margin-top: 15px;
    }

    .ft1-item5 div a {
        margin-right: 10px;
    }

    .ft1-item5 div a i {
        color: white;
        font-size: 23px;
    }

    .ft1-item5 div a i:hover {
        color: #006cff;
        background: white;
    }

    .ft1-item6 {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .ft1-item6 div {
        width: 60%;
        text-align: center;
        color: #999;
        font-size: 12px;
    }

    .ft1-item6 div:nth-child(1) {
        margin-bottom: 10px;
    }

    .ft1-item6 div p {
        margin-top: 2px;
    }

    .ft1-ylink {
        color: #999;
        font-size: 12px;
        margin-top: 20px;
    }

    .ft1-ylink a {
        margin-right: 10px;
    }

    .ft1-logo img {
        width: 120px;
    }




    .ft2-out {
        background: #161616;
    }

    .ft2 {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #666;
        text-align: center;
    }

    .ft2 a {
        margin: 0 5px;
    }


    .m-ft-out {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .m-ft-out {
        background: #006cff;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 10px;
        width: 100%;
        z-index: 999;
        display: none;
        width: 96%;
        margin: auto;
        border-radius: 20px;
    }

    .m-ft {
        box-sizing: border-box;
        padding: 10px 10px;
        color: white;
        display: flex;
        justify-content: space-between;
    }

    .m-ft-item {
        text-align: center;
        width: 55%;
        border-left: 1px solid white;
    }

    .m-ft-item:first-child {
        border-left: none;
    }

    .m-ft-item div i {
        font-size: 16px;
    }

    .m-ft-item p {
        font-size: 10px;
        margin-top: 2px;
        color: white;
    }

    .m-ft-out {
        display: block;
    }

    footer {
        display: none;
    }

}


/* 底部样式结束 */
