﻿.top {
    margin: 1% 10%;
    z-index: 999;
    position: relative;
}

    .top .logo {
        width: 400px;
    }

        .top .logo img {
            width: 100%;
        }


    .top .nav ul a {
        font-size: 18px;
        color: #333;
        margin: 0 20px;
    }

        .top .nav ul a:hover {
            color: #2276B6;
        }

    .top .nav ul li {
        position: relative;
    }

    .top .nav li .sub_nav {
        position: absolute;
        left: 0%;
        top: 50px;
        background: #fff;
        display: none;
        z-index: 9999;
        padding: 10px 0;
        text-align: center;
        box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.14);
    }



        .top .nav li .sub_nav a {
            font-size: 14px;
            line-height: 40px;
            display: block;
            padding: 0 20px;
            margin: 0 10px;
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: 1px solid #eee;
        }

            .top .nav li .sub_nav a:last-child {
                border-bottom: none;
            }


    .top .nav .nav_t i {
        display: inline-block;
        margin-left: 6px;
        width: 6px;
        height: 6px;
        border-left: 1px solid #2276B6;
        border-bottom: 1px solid #2276B6;
        transform: rotate(-45deg);
        vertical-align: 3px;
        transition: all .2s;
    }

    .top:hover .nav .nav_t i {
        border-color: #2276B6;
    }

    .top .nav .nav_t:hover i {
        border-color: #2276B6;
        transform: rotate(135deg);
        vertical-align: 0
    }

.banner {
    --swiper-navigation-size: 55px;
    /* 设置左右箭头大小 */
    --swiper-theme-color: #fff;
}


.news {
    margin: 2% 10% 5% 10%;
    align-items: flex-start;
}

.new_bt {
    margin: 0 10%;
}

    .new_bt h1 {
        font-size: 30px;
        color: #333;
    }

.news_l {
    position: relative;
    width: 40%;
    border-radius: 5px;
}

    .news_l .pic {
        z-index: 0;
        border-radius: 5px;
    }




        .news_l .pic li .p_img {
            overflow: hidden;
        }

        .news_l .pic li img {
            width: 100%;
            border-radius: 5px;
            display: block;
            overflow: hidden;
            transition: -webkit-transform .5s;
            transition: transform .5s;
        }

        .news_l .pic li:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .news_l .pic li a {
            margin-top: 20px;
            display: block;
        }

            .news_l .pic li a p {
                text-overflow: ellipsis;
                display: -webkit-box;
                overflow: hidden;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size: 16px;
                color: #333;
                line-height: 35px;
            }

            .news_l .pic li a span {
                font-size: 14px;
                color: #999;
                display: block;
                margin-top: 10px;
            }

    .news_l .hd {
        width: 100%;
        position: absolute;
        bottom: -20px;
        right: 0px;
        text-align: center;
        font-size: 0;
        z-index: 1;
        border-radius: 5px;
    }

        .news_l .hd li {
            margin: 0 3px;
            background: rgba(0, 0, 0, .1);
            height: 8px;
            overflow: hidden;
            width: 8px;
            border-radius: 10px;
            cursor: pointer;
            display: inline-block;
            zoom: 1;
            transition: all 0.5s;
        }

        .news_l .hd .on {
            background: rgba(34, 118, 182, 1);
            transition: all 0.5s;
            padding: 1px;
        }

.news_r {
    width: 52%;
    background: #fafafa;
    padding: 3%;
    border-radius: 5px;
}

    .news_r .tab_bt {
        position: relative;
        cursor: pointer;
    }

        .news_r .tab_bt .more {
            position: absolute;
            right: 0;
            bottom: 20px;
            font-size: 14px;
        }

            .news_r .tab_bt .more a {
                color: #999;
            }

                .news_r .tab_bt .more a:hover {
                    color: #2276B6;
                }

        .news_r .tab_bt ul {
            font-size: 20px;
            text-align: center;
            display: flex;
            justify-content: flex-start;
            border-bottom: 1px solid #ccc;
            margin-bottom: 15px;
        }

        .news_r .tab_bt li {
            margin-right: 5%;
        }

            .news_r .tab_bt li.current {
                color: #2276B6;
                padding-bottom: 15px;
                border-bottom: 4px solid #2276B6;
            }

            .news_r .tab_bt li .icon-news {
                font-size: 20px;
                margin-right: 5px;
                color: #2276B6 !important;
            }

            .news_r .tab_bt li .more {
                display: none;
            }

            .news_r .tab_bt li.current .more {
                display: block;
            }



    .news_r .tab_con .list {
        display: none;
    }

    .news_r .tab_con ul {
        font-size: 16px;
        line-height: 45px;
    }



        .news_r .tab_con ul li a {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 95%;
            display: block;
            position: relative;
            padding-left: 20px;
        }

            .news_r .tab_con ul li a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 20px;
                width: 6px;
                height: 6px;
                border-radius: 10px;
                background-color: #ccc;
            }

        .news_r .tab_con ul li span {
            font-size: 14px;
            color: #999;
            display: block;
            padding-left: 20px;
        }

.ye {
    /* background: #EEF2F5; */
    padding: 4% 10%;
}

    .ye h1 {
        text-align: center;
        font-size: 30px;
        color: #333;
        margin-bottom: 30px;
    }

        .ye h1 em {
            height: 3px;
            width: 60px;
            display: block;
            background: #ccc;
            margin: 15px auto;
        }

        .ye h1 p {
            color: #999;
            font-size: 16px;
            margin-top: 10px;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 100;
        }

.ye_list {
    --swiper-navigation-color: rgba(34, 118, 182, 1);
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 45px;
    /* 设置左右箭头大小 */
}

    .ye_list .swiper-slide {
        position: relative;
        background: #fafafa;
        overflow: hidden;
        border-radius: 5px;
        position: relative;
    }


        .ye_list .swiper-slide a {
            display: block;
            /* position: relative;
    z-index: 99; */
        }

        .ye_list .swiper-slide img {
            transition: all .5s;
            width: 100%;
        }

        .ye_list .swiper-slide::after {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            opacity: 0;
            background-image: linear-gradient(transparent, rgba(34, 118, 182, .32));
            /* transparent透明 从透明到黑色渐变 */
            transition: all .5s;
        }

        .ye_list .swiper-slide p {
            position: absolute;
            left: 0;
            bottom: -25px;
            /* 向下移动30px 把span 隐藏掉 */
            color: #666;
            z-index: 999;
            line-height: 30px;
            text-align: center;
            width: 100%;
            transition: all .5s;
            font-size: 20px;
        }

            .ye_list .swiper-slide p span {
                display: block;
                color: #2276B6;
                font-size: 14px;
                margin-top: 15px;
            }

        .ye_list .swiper-slide:hover::after {
            opacity: 1;
            cursor: pointer;
        }

        .ye_list .swiper-slide:hover p {
            transform: translateY(-10px);
            margin-bottom: 25px;
            color: #fff;
            /*把span 显示出来 */
        }

        .ye_list .swiper-slide:hover img {
            transform: scale(1.15);
        }

.about {
    padding: 5% 10%;
    background: #fafafa;
}

.about_l {
    width: 53%;
}

    .about_l h1 {
        font-size: 30px;
        color: #333;
    }



    .about_l p {
        text-indent: 35px;
        line-height: 35px;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        margin: 40px 0;
        font-size: 16px;
        color: #666;
    }

.more {
    font-size: 14px;
    color: #999;
    width: 150px;
    height: 45px;
    border: 1px solid #ececec;
    display: block;
    text-align: center;
    line-height: 45px;
    position: relative;
    z-index: 999;
    transition: all .5s;
}


    .more:hover {
        background-color: #2276B6;
        border: 1px solid #2276B6;
        color: #fff;
    }

.about_r {
    width: 43%;
    overflow: hidden;
    border-radius: 5px;
}

    .about_r img {
        width: 100%;
        transition: all 0.5s;
    }



    .about_r:hover img {
        transform: scale(1.1);
        cursor: pointer;
    }

.ad {
    background: url(../images/ad_bg.jpg) center top;
    background-size: cover;
    padding: 3% 12%;
}

    .ad ul li {
        text-align: center;
        color: #fff;
        transition: all .5s;
    }

        .ad ul li span {
            border: 1px solid rgba(255, 255, 255, .5);
            border-radius: 100px;
            display: block;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            transition: all .5s;
        }

            .ad ul li span .iconfont {
                font-size: 50px;
                display: block;
                transition: all .5s;
            }

        .ad ul li p {
            font-size: 20px;
            margin-top: 10px;
        }

        .ad ul li span:hover {
            background: rgba(5, 17, 55, .01);
            margin-top: -20px;
        }

            .ad ul li span:hover .iconfont {
                transform: rotateY(-180deg);
            }

.banner2 {
    margin: 0 10% 3% 10%;
    --swiper-theme-color: white;
}

    .banner2 img {
        border-radius: 5px;
        width: 100%;
    }

.footer {
    background: #464646 url(../images/line.png) no-repeat right top;
    padding: 4% 10% 3% 10%;
    background-size: contain;
}

.footer_l {
    width: 80%;
    align-items: flex-start;
}


    .footer_l h1 {
        font-weight: normal;
        margin-bottom: 10px;
    }

        .footer_l h1 a {
            color: #fff;
            font-size: 16px;
        }

    .footer_l p a,
    .footer_l p {
        color: rgba(255, 255, 255, .5);
        font-size: 14px;
        line-height: 30px;
    }

        .footer_l p a:hover {
            color: #fff;
        }

.footer_r {
    width: 10%;
}

    .footer_r img {
        width: 100%;
    }

.ban {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: #464646;
    padding: 20px 0;
    line-height: 25px;
}

    .ban img {
        margin-right: 5px;
    }

.s_banner {
    position: relative;
    overflow: hidden;
}

    .s_banner .s_banner_img {
        left: 0;
        top: 0;
        position: relative;
    }

        .s_banner .s_banner_img img {
            display: block;
            width: 100%;
            animation: zoom 2.5s ease-in-out 1 alternate;
        }

.banner img {
    display: block;
    width: 100%;
}

.s_banner .s_banner_img .mob_img,
.banner .mob_img {
    display: none;
}

@keyframes zoom {
    from {
        transform: scale(1.18);
        opacity: 0.4;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}



.s_banner .s_txt {
    font-size: 52px;
    color: #fff;
    letter-spacing: 2.5px;
    z-index: 999;
    position: absolute;
    left: 10%;
    top: 35%;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

.dz {
    margin: 1% 10% 2% 10%;
    font-size: 14px;
    padding-bottom: 1%;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
}

    .dz .icon-dz {
        font-size: 20px;
        color: #2276B6;
        margin-right: 5px;
    }

    .dz .icon-jt {
        margin: 0 5px;
        font-size: 14px;
        color: #999;
    }

.jian {
    margin: 0 10% 5% 10%;
}

    .jian .jj {
        text-indent: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #666;
        margin-bottom: 30px;
    }

    .jian ul li {
        background: #fff;
        width: 23.5%;
        text-align: center;
        padding: 4% 0;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
        transition: all .5s;
        border-radius: 5px;
        transition: all .5s;
    }

        .jian ul li:hover {
            margin-top: -20px;
        }

        .jian ul li span {
            display: block;
            font-size: 30px;
            font-weight: bold;
            background-image: -webkit-linear-gradient(left, #28439A, #18B297);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.container {
    margin: 0 10% 5% 10%;
    align-items: flex-start;
}

.cate {
    width: 18%;
    background: #fafafa;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

    .cate h1 {
        color: #fff;
        font-size: 20px;
        height: 75px;
        line-height: 75px;
        font-weight: normal;
        background: #2276B6 url(../images/logo2.png) no-repeat right center;
        background-size: contain;
        border-radius: 5px 5px 0 0;
    }



    .cate ul li {
        color: #fff;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #eee;
        position: relative;
    }

        .cate ul .current::after,
        .cate ul li:hover::after {
            width: 4px;
            height: 60px;
            background: #2276B6;
            position: absolute;
            left: 0;
            top: 0;
            content: "";
        }

        .cate ul .current a,
        .cate ul li:hover a {
            color: #2276B6;
        }

        .cate ul li:last-child {
            border-bottom: none;
        }

.news_list,
.yewu_list {
    width: 100%;
}

.news_list02 li {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


    .news_list02 li a {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 85%;
        position: relative;
        padding-left: 18px;
    }

        .news_list02 li a::after {
            content: "";
            position: absolute;
            left: 0;
            top: 29px;
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background-color: #ececec;
        }

    .news_list02 li span {
        font-size: 14px;
        color: #999;
    }

.page ul {
    justify-content: center;
    margin-top: 50px;
}

    .page ul a {
        font-size: 14px;
        color: #6a6e81;
        display: inline-block;
        border: 1px solid #dfe3e8;
        padding: 0 12px;
        height: 33px;
        line-height: 33px;
        margin: 0 5px;
        background: #fff;
        border-radius: 5px;
    }

    .page ul li.current a,
    .page ul li:hover a {
        background-color: #2276B6;
        color: #fff;
        border: 1px solid #2276B6;
    }

.detail dl {
    text-align: center;
    margin-bottom: 50px;
}

.detail .dl2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}

.detail dl dt {
    font-size: 26px;
    color: #f10707;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail dl dd span {
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}

.content {
    font-size: 16px;
    line-height: 35px;
    background: #eaeded;
    padding: 3%;
    border-radius: 5px;
}

.other_n {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 50px;
}

    .other_n li a {
        font-size: 16px;
        line-height: 35px;
        color: #333;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 70%;
        display: block;
    }

        .other_n li a:hover {
            color: #2276B6;
        }

.yewu_list dl {
    padding: 30px;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.14);
    border-radius: 5px;
    margin-bottom: 20px;
}

    .yewu_list dl dt {
        font-size: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        color: #2276B6;
        font-weight: bold;
    }



        .yewu_list dl dt a {
            line-height: 30px;
            font-size: 14px;
            color: #999;
            font-weight: normal;
        }

            .yewu_list dl dt a:hover {
                color: #2276B6;
            }

    .yewu_list dl dd {
        text-indent: 2em;
        line-height: 30px;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.contact_l {
    width: 55%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

    .contact_l img {
        width: 100%;
        border-radius: 5px;
    }

.contact_r {
    width: 40%;
}

    .contact_r h1 {
        font-size: 32px;
        color: #2276B6;
        margin-bottom: 30px;
        font-weight: 400;
    }

    .contact_r ul {
        line-height: 45px;
        font-size: 16px;
    }


        .contact_r ul li .iconfont {
            color: #2276B6;
            font-size: 18px;
            margin-right: 10px;
        }

.zzjg {
    padding: 5% 10%;
    background: #fafafa;
}

    .zzjg img {
        width: 100%;
    }

.a_img {
    width: 90%;
    margin: 0 auto;
}

    .a_img img {
        width: 100%;
        border-radius: 5px;
    }

.lanmu {
    background: #f5f5f5;
    padding: 1% 10%;
}

    .lanmu ul {
        justify-content: center;
    }

        .lanmu ul li a {
            font-size: 16px;
            margin: 0 10px;
            height: 40px;
            line-height: 40px;
            padding: 0 30px;
            display: block;
        }

            .lanmu ul li.current a,
            .lanmu ul li a:hover {
                background: #2276B6;
                color: #fff;
            }

.pro_list {
    flex-wrap: wrap;
}

    .pro_list:after {
        display: block;
        content: "";
        width: 32%;
        height: 0px;
    }

    .pro_list li {
        width: 32%;
        text-align: center;
        border-radius: 5px;
        transition: all .5s;
    }

        .pro_list li a {
            display: block;
            overflow: hidden;
        }

        .pro_list li img {
            width: 100%;
            border-radius: 5px;
            display: block;
            overflow: hidden;
            transition: -webkit-transform .5s;
            transition: transform .5s;
        }

        .pro_list li:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .pro_list li p {
            font-size: 18px;
            line-height: 60px;
        }

        .pro_list li:hover {
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
        }

.zs {
    flex-wrap: wrap;
}

    .zs:after {
        display: block;
        content: "";
        width: 23%;
        height: 0px;
    }

    .zs li {
        width: 23%;
        text-align: center;
        border-radius: 5px;
        transition: all .5s;
    }

        .zs li a {
            display: block;
            overflow: hidden;
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 12%;
        }

        .zs li img {
            width: 100%;
            border-radius: 5px;
            display: block;
            overflow: hidden;
            transition: -webkit-transform .5s;
            transition: transform .5s;
        }

        .zs li:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .zs li p {
            font-size: 16px;
            line-height: 60px;
        }

.wen {
    padding: 5% 10%;
    background: url(../images/wen_bg.jpg) no-repeat center;
    background-size: cover;
}

    .wen ul {
        flex-wrap: wrap;
    }

    .wen li {
        width: 31%;
        height: 280px;
        transition: all .5s;
        position: relative;
    }

        .wen li .wen_01 {
            background: rgba(255, 255, 255, .6);
            text-align: center;
            height: 280px;
            border-radius: 5px;
            width: 100%;
            flex-direction: column;
            justify-content: center;
            display: flex;
            position: absolute;
            left: 0;
            top: 0;
            transition: all .5s;
        }

            .wen li .wen_01 span {
                background-image: -webkit-linear-gradient(left, #2276B6, #0F93B7);
                width: 80px;
                height: 80px;
                text-align: center;
                line-height: 80px;
                display: block;
                border-radius: 100px;
                margin: 0 auto;
            }

                .wen li .wen_01 span .iconfont {
                    font-size: 46px;
                    color: #fff;
                }

            .wen li .wen_01 h2 {
                font-size: 18px;
                font-weight: normal;
                margin-top: 20px;
            }

        .wen li .wen_02 {
            background-image: -webkit-linear-gradient(left, #2276B6, #0F93B7);
            height: 280px;
            border-radius: 5px;
            transition: all .5s;
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

            .wen li .wen_02 p {
                justify-content: center;
                display: flex;
                align-items: center;
                height: 280px;
                width: 100%;
                font-size: 15px;
                color: #fff;
                line-height: 30px;
                text-align: center;
            }

            .wen li .wen_02 .iconfont {
                position: absolute;
                right: 0;
                bottom: 0;
                color: rgba(255, 255, 255, .1);
                font-size: 100px;
            }

        .wen li:hover .wen_02 {
            display: block;
        }

        .wen li:hover .wen_01 {
            display: none;
        }

.p_content img {
    display: block;
    margin: 0 auto;
}

.fa {
    margin: 5% 10%;
}

    .fa .fa_list h2 {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }

        .fa .fa_list h2::after {
            position: absolute;
            left: 49%;
            top: 36px;
            width: 10px;
            height: 10px;
            background: #fff;
            border: 1px solid #eee;
            content: "";
            border-radius: 50px;
        }

.fa_list::after {
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    height: 1px;
    background: #eee;
    content: "";
}

.fa .fa_list p {
    background-image: -webkit-linear-gradient(left, #2276B6, #0F93B7);
    border-radius: 5px;
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    height: 120px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fa .fa_list {
    --swiper-navigation-color: rgba(255, 255, 255, 1);
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 35px;
    /* 设置左右箭头大小 */
    padding-bottom: 5%;
}

.fang {
    flex-wrap: wrap;
}

    .fang li {
        width: 32%;
        background: #fafafa;
        text-align: center;
        padding: 6% 0;
        border-radius: 5px;
        font-size: 18px;
        line-height: 30px;
        transition: all .5s;
        margin-top: 30px;
        letter-spacing: 2px;
    }

        .fang li:hover {
            /* background-image: -webkit-linear-gradient(left, #2276B6, #0F93B7); */
            background: url(../images/fa04.jpg) no-repeat center;
            background-size: cover;
            /* width: 20%; */
            color: #fff;
        }

.mobile {
    width: 100%;
    display: none;
    height: 70px;
}

.mobile_nav {
    padding: 0px 5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.mobile_logo {
    width: 250px;
}

    .mobile_logo img {
        width: 100%;
    }

    .mobile_logo a {
        line-height: 70px;
    }


/**mobile-inner样式*/

.mobile-inner {
    z-index: 9999;
}

.mobile-icon {
    color: #fff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

    .mobile-icon:hover {
        cursor: pointer;
    }

    .mobile-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: #2276B6;
    }

        .mobile-icon span:nth-child(1) {
            transform: translateY(4px) rotate(0deg);
        }

        .mobile-icon span:nth-child(2) {
            transform: translateY(-4px) rotate(0deg);
        }

.mobile-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-sub {
    position: fixed;
    width: 100%;
    right: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(34, 118, 182, .95);
    max-height: calc(100vh - 70px);
    overflow: hidden;
    padding-top: 10px;
}

    .mobile-sub ul li {
        line-height: 58px;
        text-decoration: none;
        width: 90%;
        margin: 0 5%;
        text-indent: 5px;
        font-size: 16px;
        border-bottom: solid 1px rgba(255, 255, 255, .25);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .mobile-sub ul li a {
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

            .mobile-sub ul li a .iconfont {
                font-size: 14px;
            }

    .mobile-sub li .hide {
        display: none;
    }

    .mobile-sub li .show {
        display: block;
    }
