/*手机端导航*/
.mobile{width:100%;position:absolute;height: 42px;display: none;top:5px;left: 0;z-index: 99991;}
.mobile-search-btn{float: right;margin-right: 15px;cursor: pointer;}
.mobile-search-btn i{color:#fff;font-size: 20px;}
.mobile-inner-header{width:100%;height: 31px;position: absolute;top: 0px;left: 0px;z-index: 50}
.mobile-inner-header-icon{
    color: #ffffff; height: 40px;font-size:25px;text-align: center;
    float:right;width: 40px;position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
    opacity:0.8;
    cursor: pointer;
}
.mobile-inner-header-icon span{
    position: absolute; left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);  width: 25px;  height: 2px;  background-color: rgba(255,255,255,1);}
.mobile-inner-header-icon{color: #fff; height: 31px;text-align: left;float:left;width: 50px;position: relative; cursor: pointer;text-align: right;margin-left: 25px;text-align: center;line-height: 31px;font-size: 30px;}
.mobile-inner-header-icon-out i{font-size: 28px;position: absolute;left: 12px;top: 0}
.mobile-inner-header-icon-click i{display: none;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: none;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@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);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}
@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);
    }
}
@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav{ width: 320px;left:-320px;text-align: center;opacity: 0;transform: scale(0.8);width: 0;transition: left 0.3s ease-in-out;height:0;background-color:rgba(27,27,27,0.7);}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 1.6rem;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;color:#fff;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav li:first-child a{border-top:1px solid rgba(255,255,255,0.2);}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li.on{background-color: #051c4d}
.mobile-inner-nav li strong{color:#fff;position: absolute;right:5px;top:0;font-size: 3rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s;line-height: 50px; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.mobile_subNav{display: none;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: solid 1px rgba(255,255,255,0.1);font-size: 1.4rem;}
.mobile-inner-nav dd a:hover{background-color: #448aca}
.mobile_search{clear: both;position: absolute;height: 48px;overflow: hidden;background-color: #F8F5EC;left: 0;top: 35px;width: 100%;z-index: 99993;display: none;}
.mobile_search .search{border:1px solid #ccc;margin:0.5rem;overflow:hidden;height: 37px;position:relative;}
.mobile_search input.notxt{width: 100%;color:#333;border:none;padding-right: 38px;height: 38px;box-sizing: border-box;}
.mobile_search input.notxt1{width: 40px;right:0;background:url(template_files/2/images/gb20190805/search.svg) no-repeat center #448aca;border:none;height: 37px;left: auto;}
.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;padding:10px 0 0;opacity: 0.6;font-size: 14px;}
.mobile-links span{float:left;padding:0 15px;}
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;font-size: 14px;}
.nav-open .mobile-inner-nav{width: 320px;display: block;position: fixed;left: 0px;top: 0;box-shadow: 0 2px 5px rgba(0,0,0,0.2);opacity: 1;transform: scale(1);height: 100%;box-sizing: border-box;overflow-y: auto;overflow-x: hidden;max-width: 320px;z-index: 10;padding: 50px 0 20px;}
@media screen  and (max-width:998px) {
    .nav{display: none;}
    .top{display: none;}
    .logo{width: 160px;}
    .logo_01{width: 32px;}
    .mobile{display: block;}
    .top_rt{padding-right: 25px;}
    .header{background:#1e2153;height: 40px;
        background: -webkit-linear-gradient(left, #1e2153 , #2d4882, #192b4d); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #1e2153 , #2d4882, #192b4d); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right,#1e2153 , #2d4882, #192b4d); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #1e2153 , #2d4882, #192b4d); /* 标准的语法 */box-shadow:0 0 10px rgba(0,0,0,0.8);}
    .logo{top: -5px;}
    .line_lf03{height: 29px;}


}
@media screen  and (max-width:767px) {
    .header .container{width: auto;}
    .mobile-inner-header-icon{margin-left: 0;}
    .bit-link01{width: 100%;padding-top: 100px;}
    .footer{padding-bottom:40px;}
    .bit-link01 li > a{margin:0 8px;}
    .bit-link01{margin:0 -8px;width: auto;}
    .line_lf03{height: 22px;}
    .copyRight{font-size: 12px;}

}