﻿.top {
    margin: 1.5% 10%;
    position: relative;
}

.top .logo {
    width: 15%;
}

.top .logo img {
    width: 100%;
}

.top .nav {
    width: 70%;
    margin: 0 10%;
}

.top .nav ul a {
    font-size: 18px;
    color: #333;
    margin: 0 20px;
}

.top .nav ul a:hover {
    color: #214189;
}

.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 #214189;
    border-bottom: 1px solid #214189;
    transform: rotate(-45deg);
    vertical-align: 3px;
    transition: all .2s;
}

.top:hover .nav .nav_t i {
    border-color: #214189;
}

.top .nav .nav_t:hover i {
    border-color: #214189;
    transform: rotate(135deg);
    vertical-align: 0
}

.top .ser {
    width: 15%;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 50px;
}

.top .ser .iconfont {
    font-size: 18px;
    color: #214189;
}

.top .ser input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;

    font-size: 12px;
    background: none;
}

.banner {
    --swiper-navigation-color: #fff;
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 50px;
    /* 设置左右箭头大小 */
    --swiper-theme-color: #214189;
}

.banner .swiper-pagination {
    bottom: 30px;
}

.banner img {
    display: block;
    width: 100%;

}

.s_banner .s_banner_img .mob_img,
.banner .mob_img {
    display: none;

}

.news {
    margin: 2% 10%;
    align-items: flex-start;

}

.news_l {
    position: relative;
    width: 47%;
height:400px;
    border-radius: 5px;
}

.news_l .pic {
    position: relative;
    z-index: 0;
    border-radius: 5px;
}

.news_l .pic p {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    background: rgba(5, 17, 55, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    color: #fff;
    text-indent: 20px;
    border-radius: 0 0 5px 5px;

}

.news_l .pic p span {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    display: block;
}

.news_l .pic li a {
    width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.news_l .pic li img {
    width: 100%;height:400px;
    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 .hd {
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: right;
    font-size: 0;
    z-index: 1;
    border-radius: 5px;
}

.news_l .hd li {
    margin: 0 3px;
    background: rgba(255, 255, 255, .35);
    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(255, 255, 255, 1);
    transition: all 0.5s;
}

.news_r {
    width: 50%;



}

.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: #214189;
}

.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: #214189;
    padding-bottom: 15px;
    border-bottom: 4px solid #214189;
}

.news_r .tab_bt li .icon-news {
    font-size: 20px;
    margin-right: 5px;
    color: #214189 !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 {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_r .tab_con ul li a {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    position: relative;
    padding-left: 18px;
}

.news_r .tab_con ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #ececec;
}

.news_r .tab_con ul li span {
    font-size: 14px;
    color: #999;


}

.ye {
    background: #EEF2F5;
    padding: 4% 10%;
}

.ye h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
}

.ye h1 p {
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}

.ye_list {
    --swiper-navigation-color: rgba(255, 255, 255, .8);
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 50px;
    /* 设置左右箭头大小 */



}

.ye_list .swiper-slide {
    position: relative;
    background: #fafafa;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}


.ye_list .swiper-slide a {
    display: block;
}

.ye_list .swiper-slide img {
    transition: all .5s;
    padding: 3%;
    width: 94%;
}

.ye_list .swiper-slide::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-image: linear-gradient(transparent, rgba(5, 17, 55, .6));
    /* transparent透明 从透明到黑色渐变 */
    transition: all .5s;
}

.ye_list .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: -25px;
    /* 向下移动30px 把span 隐藏掉 */
    color: #fff;
    z-index: 999;
    line-height: 30px;
    text-align: center;
    width: 100%;
    transition: all .5s;
    font-size: 16px;
}

.ye_list .swiper-slide p span {
    display: block;
    color: #009548;
    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 {
    margin: 4% 10%;
}

.about_l {
    width: 55%;
}

.about_l h1 {
    font-size: 30px;
    color: #333;

}

.about_l h2 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 20px 0 30px 0;
}

.about_l h2 p {
    text-indent: 35px;
    line-height: 35px;

}

.about_l h2 p a {
    font-size: 14px;
    color: #214189;

}

.about_l h3 a {
    display: block;
    width: 18%;
    text-align: center;
    padding: 1% 0;
    border: 1px solid rgba(5, 17, 55, .15);
    color: #214189;
    font-weight: normal;
    border-radius: 5px;
    transition: all .5s;


}

.about_l h3 .iconfont {
    font-size: 48px;
    display: block;
    transition: all .5s;
}

.about_l h3 a:hover {
    background: rgba(5, 17, 55, .01);
    margin-top: -20px;


}

.about_l h3 a:hover .iconfont {
    transform: rotateY(-180deg);

}

.about_l h3 span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.about_r {
    width: 40%;
    overflow: hidden;
    border-radius: 5px;
}

.about_r img {
    width: 100%;
    transition: all 0.5s;
}



.about_r:hover img {
    transform: scale(1.1);
    cursor: pointer;

}


.gong {
    background: #fafafa;
    padding: 1% 10%;
}

/* .gg {
    width: 70%;
    padding-right: 4%;
    border-right: 1px solid #ccc;
} */

.gg_l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 88%;

}

.gg_l h1 {

    font-size: 18px;
    width: 12%;
    color: #214189;
}

.gg_l h1 .iconfont {

    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

.gg_l .bd {
    width: 88%;
}

.gg_l ul li {
    font-size: 16px;
    line-height: 30px;

}

.gg_l ul li a {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.gg_l ul li span {
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

.gg .more {
    width: 12%;
    text-align: right;
}

.gg .more a {
    color: #999;
}

.gg .more a:hover {
    color: #214189;
}

/* .ser {
    width: 18%;
    background: #fff;
    border-radius: 50px;
    padding: 0 20px;
}

.ser input {
    width: 85%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border-radius: 50px;
    border: none;
}

.ser input::placeholder {
    color: #999;
    font-size: 12px;
}

.ser button {
    border: none;
    background: none;
    cursor: pointer;
}

.ser button i {
    font-size: 20px;
    color: #214189;
} */

.banner2 {
    margin: 0 10% 3% 10%;
    --swiper-theme-color: white;
}

.banner2 img {
    border-radius: 5px;
    width: 100%;
}

.footer {
    background: #1b2534;
    padding: 4% 10% 3% 10%;

}

.footer_l {
    width: 50%;
    align-items: flex-start;
}


.footer_l h1 {
    font-weight: normal;
    margin-bottom: 10px;
}

.footer_l h1 a {
    color: #cde0fa;
    font-size: 16px;
}

.footer_l p a,
.footer_l p {
    color: #8792b0;
    font-size: 14px;
    line-height: 30px;
}

.footer_l p a:hover {
    color: #fff;
}

.footer_r {
    width: 20%;
}

.footer_r img {
    width: 70%;
    margin-left: 20px;

}

.ban {
    color: #8792b0;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #313b48;
    background: #1b2534;
    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;
}

.s_banner .s_banner_img .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%;
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 1%;
    justify-content: flex-start;
}

.dz .icon-dz {

    font-size: 20px;
    color: #214189;
    margin-right: 5px;
}

.dz .icon-jt {
    margin: 0 5px;
    font-size: 14px;
    color: #999;
}

.jian,
.fa {
    margin: 3% 10%;
}

.jian h1,
.zzjg h1,
.wen h1,
.fa h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;

}

.jian .jj {
    text-indent: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;

}

.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;
}

.wen {
    padding: 3% 10%;
    background: url(../images/wen_bg.jpg) no-repeat center;
    background-size: cover;

}

.wen ul {
    flex-wrap: wrap;

}

.wen li {
    width: 24%;
    height: 250px;
    margin-bottom: 20px;
    transition: all .5s;
    position: relative;

}

.wen li .wen_01 {
    background: rgba(255, 255, 255, .6);
    text-align: center;
    height: 250px;
    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, #1C7BBD, #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: 16px;
    font-weight: normal;
    margin-top: 20px;

}

.wen li .wen_02 {
    background-image: -webkit-linear-gradient(left, #1C7BBD, #0F93B7);

    height: 250px;
    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: 250px;
    width: 100%;

    font-size: 14px;
    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;

}

.fa_l {
    width: 30.5%;
    background: url(../images/fz01.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;

}

.fa_l h2 {
    width: 130px;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;

}

.fa_l p {
    line-height: 30px;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    padding: 0 10%;
    text-indent: 2em;
    transition: all .5s;

}

.fa_l:hover p {

    color: rgba(255, 255, 255, 1);

}

.fa_r {
    width: 68%;
    flex-wrap: wrap;
}

.fa_r li {
    width: 49%;
    background: url(../images/fa02.jpg)no-repeat center;
    background-size: cover;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all .5s;
}

.fa_r li .iconfont {
    font-size: 48px;
    color: rgba(255, 255, 255, .6);
    display: block;
    transition: all .5s;
}

.fa_r li:hover .iconfont {
    transform: rotateY(-180deg);
    color: rgba(255, 255, 255, 1);

}

.fa_r li:nth-child(2) {

    background: url(../images/fa03.jpg)no-repeat center;
    background-size: cover;
}

.fa_r li:nth-child(3) {
    margin-bottom: 0px;
    background: url(../images/fa04.jpg)no-repeat center;
    background-size: cover;
}

.fa_r li:nth-child(4) {
    margin-bottom: 0px;
    background: url(../images/fa05.jpg)no-repeat center;
    background-size: cover;
}

.fa_r li p {
    display: none;
    font-size: 14px;
    line-height: 25px;
    transition: all .5s;
    margin: 0 5%;
    text-align: center;
    margin-top: 10px;
    color: rgba(255, 255, 255, 1);

}

.fa_r li:hover p {
    display: block;
}

.fa_r li:hover .iconfont {
    display: none;
}

.container {
    margin: 3% 10%;
    align-items: flex-start;
}

.cate {
    background: #fafafa;
    text-align: center;
    border-radius: 0 0 5px 5px;
    justify-content: center;
    margin: 0 10%;
    border: 1px solid #eee;
}

/* .cate h1 {
    color: #fff;
    font-size: 20px;
    height: 75px;
    line-height: 75px;
    font-weight: normal;
    background: #214189 url(../images/logo2.png) no-repeat right center;
    background-size: contain;
    border-radius: 5px 5px 0 0;
} */

.cate ul {
    justify-content: center;
}

.cate ul li {
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    width: 12%;
    border-right: 1px solid #fff;
    text-align: center;

}

/* .cate ul .current::after,
.cate ul li:hover::after {
    width: 4px;
    height: 60px;
    background: #214189;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
} */

.cate ul .current a,
.cate ul li:hover a {
    color: #fff;
    background: #214189;
    display: block;
}

.cate ul li:last-child {
    border-bottom: none;
}

.news_list,
.yewu_list {
    margin: 3% 10%;
}

.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: 75%;
    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: #214189;
    color: #fff;
    border: 1px solid #214189;

}

.detail dl {
    text-align: center;
    margin-bottom: 50px;
}

.detail dl dt {
    font-size: 26px;
    color: #214189;
    font-weight: bold;
    margin: 0 100px;
    margin-bottom: 10px;
}

.detail dl dd span {
    font-size: 14px;
    color: #999;
    margin: 0 10px;

}

.content {
    font-size: 16px;
    line-height: 35px;
    background: #fafafa;
    padding: 3%;
    border-radius: 10px;
}

.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: #214189;
}

.yewu_list dl {
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(154, 178, 214, 0.2);
    border-radius: 5px;
    margin-bottom: 30px;
}

.yewu_list dl dt {

    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    color: #214189;
    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: #214189;
}

.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: 450px;
    overflow: hidden;
    border-radius: 5px;
}

.contact_l img {
    width: 100%;
    border-radius: 5px;
}

.contact_r {
    width: 40%;

}

.contact_r h1 {
    font-size: 32px;
    color: #214189;
    margin-bottom: 30px;
    font-weight: 400;
}

.contact_r ul {
    line-height: 45px;
    font-size: 16px;

}


.contact_r ul li .iconfont {
    color: #214189;
    font-size: 18px;
    margin-right: 10px;
}

.zzjg {
    padding: 5% 10%;
    background: #fafafa;
}

.zzjg img {
    width: 100%;
}

.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: 120px;
}

.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;
}
.zzjg img {
    width: 98%;
    display: block;
    margin: 0 auto;
}