.h_h {
    height: 0;
}

.index_head {
    height: 90px;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    background: #fff;
    transition: .5s ease;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 0 2%;
    display: flex;
    align-items: center;
    margin: 0;
    z-index: 999;
}

.index_head .logo img {
    max-height: 70px;
}

@media only screen and (min-width: 1025px) {
    .index_head.typea:not(.typeanot) {
        background-color: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .index_head.typea:not(.typeanot) .nav li a {
        color: #fff;
    }

    .index_head.typea:not(.typeanot) .nav li #line {
        background: #fff;
    }

    .index_head.typea:not(.typeanot) .box {
        color: #fff;
    }

    .index_head.typea:not(.typeanot) .box .mail a, .index_head.typea:not(.typeanot) .box .iconfont {
        color: #fff;
    }

    .index_head.typea:not(.typeanot) .nav li .tarA.act a, .index_head.typea:not(.typeanot) .nav li:hover .tarA a {
        border-bottom: 4px solid #fff;
        color: #fff;
    }

    .index_head.typea:not(.typeanot) .all_lang .lanw {
        background: #186595;
    }

    .index_head.typea:not(.typeanot) .box_fl.top_tel {
        color: #fff
    }

    .index_head.typea:not(.typeanot) .all_lang a {
        color: #fff;
    }

    .index_head.typea:not(.typeanot) .top_search {
        color: #fff;
    }

    .index_head.typea:not(.typeanot) .top_contact span {
        border-color: #fff;
        color: #fff;
    }

    .index_head.typea:not(.typeanot) .top_contact a {
        border-color: #fff;
        color: #fff;
    }

}

.index_head .nav {
    margin-left: auto;
}

.index_head .nav li {
    float: left;
    margin-right: 80px;
    position: relative;
    height: 86px;
    line-height: 86px;
}

.index_head .nav li a {
    color: #333;
    font-size: 18px;
    transition: all .3s;
    display: block;
}

.index_head .nav li .tarA.act a, .index_head .nav li:hover .tarA a {
    border-bottom: 4px solid #004088;
    color: #004088;
}

.index_head .nav li:hover .second {
    transform: scaleY(1);
    opacity: 1
}

.index_head .nav li .second {
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    position: absolute;
    top: 42px;
    left: 0px;
    min-width: 250px;
    transform: scaleY(0);
    opacity: 0;
    transition: opacity .3s, transform .3s
}

.index_head .nav li .second h4 {
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.index_head.typea .nav li .second a {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: block;
    padding: 0
}

.index_head .nav li .second a i {
    float: right;
    font-size: 12px;
}

.index_head .nav li .second a {
    padding: 0 15px;
}

.index_head .nav li .second a:hover {
    color: #004098;
}

.top_contact {
    display: flex;
    align-items: center;
    position: relative;
}

.top_contact .top_qr, .top_contact .top_tel {
    position: absolute;
    top: 65px;
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    opacity: 0;
    transition: .2s ease;
}

.top_contact .top_qr img {
    width: 100px;
}

.top_contact .top_tel p {
    font-size: 24px;
    font-family: teko;
}

.top_contact span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #666;
    border: 1px solid #666;
    border-radius: 50%;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}

.top_contact a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #666;
    color: #666;
    border-radius: 20px;
    padding: 0 15px;
    transition: .2s ease;
}

.top_contact a i {
    margin-right: 5px;
    font-size: 18px;
}

.top_contact span i {
    font-size: 20px;
}

.top_contact span:hover, .top_contact a:hover {
    background: #004088;
    color: #fff;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.4)
}

.reveal-modal {
    visibility: hidden;
    top: 0 !important;
    left: 34%;
    position: absolute;
    z-index: 101;
    max-width: 600px;
    width: 100%;
}

.reveal-modal .close-reveal-modal i {
    font-size: 30px;
    position: absolute;
    top: 65%;
    right: 10px;
    color: #333;
    cursor: pointer;
}

.seahead {
    margin-top: 65%;
    border-radius: 500px;
    overflow: hidden;
}

.seahead input {
    height: 60px;
    line-height: 60px;
}

.seahead .ent {
    width: 64%;
    padding: 0 3%;
}

.seahead .sub {
    width: 30%;
    background: #16246e;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.index_foot {
    position: relative;
}

.foot_top {
    padding: 50px 0 30px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.foot_top .foot_nav {
    margin-left: auto;
    overflow: hidden;
}

.foot_top .foot_nav a {
    display: block;
    float: left;
    margin-left: 100px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: barlm;
    color: #333;
}

.foot_bottom {
    padding: 40px 0 50px;
    border-bottom: 1px solid #e7e7e7;
}

.foot_bottom {
    align-items: flex-start;
}

.foot_bottom .foot_qr {
    margin-left: auto;
    text-align: center;
}

.foot_bottom .foot_qr p {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.foot_contact {
    width: 80%;
    align-items: flex-start;
}

.foot_contact .fcon_item {
    margin-left: auto;
    max-width: 45%;
    overflow: hidden;
}

.foot_contact .fcon_item h3 {
    font-size: 18px;
}

.foot_contact .fcon_item .fcon_box {
    margin-top: 20px;
    overflow: hidden;
}

.foot_contact .fcon_item span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    font-size: 22px;
}

.foot_contact .fcon_item p {
    float: left;
    line-height: 44px;
}

.copy {
    padding: 20px 0;
}

.index_foot .b_top {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #1d4285;
    text-align: center;
    top: -29px;
    left: 50%;
    margin-left: -29px;
    cursor: pointer;
}

.b_top i {
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}

.fcon_tel span {
    font-size: 30px;
    color: #004088;
    margin-right: 5px;
}

.fcon_tel {
    color: #333;
}

.fcon_tel p {
    font-family: teko;
    font-size: 42px;
    margin-top: 20px;
}

.head-wap {
    display: none;
}

.m_img {
    display: block;
    height: 54px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

.m_img .headlf {
    padding-top: 10px;
    padding-left: 7px;
    float: left;
}

.m_img .headlf .m_logo {
    max-height: 30px;
    display: block;
}

.m_img .headrg {
    padding-right: 10px;
    padding-top: 15px;
    float: right;
}

.m_img .headrg a .m_menuimg {
    height: 22px;
    vertical-align: top;
    display: block
}

.m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

.m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.m_nav .closeicon {
    position: absolute;
    width: 20%;
    left: 0;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0
}

.m_nav .m_navList {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
}

.m_nav .m_navList ul {
    padding-left: 5%;
    padding-right: 5%
}

.m_nav .m_navList ul li {
    border-bottom: 1px solid #232530
}

.m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px
}

.m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.m_nav .m_navList ul li .m_f_a a {
    flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 40px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.icon {
    background: url(../image/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.icon_on {
    background: url(../image/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
}

.m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
}

.showinq .feed dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.showinq .feed dt .box {
    float: left;
    margin-right: 40px;
}

.showinq h2 {
    text-transform: uppercase;
}

.showinq table {
    margin: 20px 0 40px;
    width: 100%;
}

.showinq td {
    border: solid 1px #ddd;
    padding-left: 20px;
}

.showinq tr.bt td {
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.showinq td img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.showinq td.img {
    padding-left: 0;
    padding: 10px 0;
    width: 16.66%;
}

.showinq td.wz {
    font-weight: bold;
}

.showinq td.sc {
    cursor: pointer;
}

.center4 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.ny_ban {
    position: relative;
    overflow: hidden;
}

.ny_ban img {
    width: 100%;
}

.ny_ban .ny_ban_txt {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    color: #fff;
}


@media (max-width: 1024px) {
    .head-wap {
        display: block;
    }

    .index_head {
        display: none;
    }

    .index_foot .center.c-flex {
        display: none;
    }

    .copy {
        margin-bottom: 50px;
    }

}

