ul,li,p{margin: 0; padding: 0;list-style: none;}
a{text-decoration: none;}
a:hover{text-decoration: none;}

.container-fluid{
    margin: 50px auto;
}

.container{
    max-width: 1200px !important;
    padding-left: 0;
    padding-right: 0;
}

.topWrap{
    background: #4c78ff;
    /* overflow: hidden; */
    height: 48px;
    font-size: 12px;
    padding: 15px 0;
}
.topWrap_left li {
    position: relative;
    display: inline-block;
    margin-right: 1.5rem;
    cursor: pointer;
}

.topWrap_left li img {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 6px;
}

.topWrap_left li>div {
    position: absolute;
    display: none;
    border: 1px solid #cccccc;
    width: 200%;
    height: 145px;
    top: 200%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
    box-shadow: 0px 0px 5px 1px #fff;
}
.topWrap_left{
    float: left;
    color: #fff;
}

.topWrap_right{
    float: right;
}

.topWrap_right a{
    margin: 0 10px;
    color: #fff;
}

nav{
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

.banner_box{
    position: relative;
}

nav ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*height: 54px;*/
}

.nav_li{
    padding: 15px;
    position: relative;
    text-align: center;
}

.nav_li_on{
    background: #f8ac31;
}

.nav_li a{
    color: #fff;
    display: block;
}
.nav_li:hover a{
    color: #fff;
}
.nav_li_innerNav{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 54px;
}

.nav_li_innerNav_li{
    /* padding: 10px 0; */
    border-bottom: 1px dashed #fff;
    background: rgba(0,0,0,0.7);
}

.nav_li_innerNav_li:hover{
    background: #f8ac31;
}
.nav_li_innerNav_li a{
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 14px;
}
.nav_li_innerNav_li:hover a{
    background: rgba(86, 127,, 0.7);
}
.nav_li_innerNav_li:last-child{
    border: none;
}

.nav_li_logo{
    padding: 0;
    margin: 0 30px;
}

.logo{
    position: relative;
    top: -60px;
    width: 104px;
    transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    z-index: 9;
    height: 0;
}

.logo img{
    /*width:104px;
    height: 104px;*/
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner{
    position: relative;
    height: 470px;
    transition: all 0.4s;
    overflow: hidden;
}

.carousel-inner,.carousel-item{
    height: 100%;
}

.carousel-item img{
    width: 100%;
    height: 100%;
}

.banner_inp_out{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.banner_inp{
    width: 250px;
    outline: none;
    padding: 5px 30px 5px 5px;
    background: rgba(255,255,255,0.3);
    border-radius: 8px;
    border: none;
    box-shadow: inset 0px -3px 10px #ffffffb8;
}

.banner_inp_out img{
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}



.footer{
    /* background: #eff4f7; */
    padding: 30px 0;
    /*margin-top: 50px;*/
    background: url(../image/footer_bg.jpg) no-repeat;
    background-size: cover;
}

.footer1_box{
    overflow: hidden;
}

.footer1{
    border-right: 1px solid #919090;
    padding-right: 15px;
    text-align: right;
    float: left;
}

.footer1_1{
    float: right;
    height: 100%;
}

.footer1 a{
    color: #fff;
    font-size: 12px;
}

.footer_mid{
    text-align: center;
    padding-top: 20px;
}

.footer_mid img{
    width:76px;
    height:76px;
}

.footer_mid_p{
    color: #919090;
    font-size: 14px;
    margin-top: 20px;
}

.footer_right1{
    float: left;
    padding-left: 15px;
    border-left: 1px solid #919090;
    height: 100%;
}

.footer_right1_p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.footer_right2{
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
    border-left: 1px solid #919090;
    height: 100%;
    float: right;
}

.footer_right2 a{
    color: #919090;
}

.footer_right2 li{
    margin-bottom: 15px;
}


.footer_right2 li>div {
    position: absolute;
    display: none;
    border: 1px solid #cccccc;
    width: 50%;
    height: 145px;
    bottom: 100%;
    left: 100%;
    transform: translateX(-50%);
    z-index: 99999999;
    box-shadow: 0px 0px 5px 1px #fff;
}
.footer_right2 img{
    margin-right: 10px;
    padding-bottom: 2px;
}



#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    left: 10px;
    z-index: 1000;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../image/totop.jpg) no-repeat left top;
}

#toTopHover {
    background: url(../image/totop.jpg) no-repeat left bottom;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.banner_sm{
    display: none;
}

@media(max-width: 750px){

    .footer1{
        width: 50%;
        text-align: center;
        border: none;
    }

    .footer_mid{
        margin-bottom: 15px;
    }

    .footer_right1,.footer_right2{
        width: 50%;
        border: none;
    }

    .sm_banner{
        /*height: 150px;*/
        height: 10px;
    }

    .sm_banner img{
        width: 100%;
        height: 100%;
    }

    .sm_nav{
        position: fixed;
        top: 0;
        width: 100%;
        background: #e4e4e4;
        padding: 10px 0;
        z-index: 99999;
    }

    .sm_nav_bd{
        position: absolute;
        top: 70px;
        width: 100%;
        background: #3a6fa5;
    }

    .sm_nav_bd li{
        text-align: center;
        padding: 8px 0;
    }

    .sm_nav_bd a{
        color: #fff;
    }

    .nav_sm_drop{
        background: #0e58a5;
        margin-top: 5px;
    }

    .sm_ttl{
        float: left;
        padding-left: 5px;
    }

    .sm_ttl img{
        width: 240px;
        height: auto;
    }


    .nav_sm_drop a{
        display: block;
        padding: 8px 0;
    }


    .nav_head_bt{
        float: right;
        padding-right: 10px;
    }

    .banner_box{
        display: none;
    }

    .sm_nav_bd{
        display: none;
    }

    .nav_sm_drop{
        display: none;
    }

    .banner_sm{
        display: block;
    }

}




.f_nav_box{
    background: #22509b;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 10px;
    bottom: 130px;
    z-index: 9999;
    cursor: default;
    line-height: 20px;
}

.f_nav_main_out{
    display: none;
    height: 377px;
    width: 550px;
    background: url(../image/f_nav.png) no-repeat center;
    background-size: cover;
    position: fixed;
    left: 60px;
    bottom: 104px;
    z-index: 99999;
}

.f_nav_main{
    display: flex;
    justify-content: space-between;
    height: 377px;
    width: 550px;
}

.f_nav_main li{
    width: 33.3%;
    padding: 34px 0 0 20px;
    color: #FFCA7F;
}

.f_nav_main li p{
    margin-bottom: 10px;
}

.f_nav_main li a{
    margin-bottom: 5px;
    display: block;
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
}

.footer_ul_span {
    height: 3px;
    width: 40px;
    background: #da0017;
    display: inline-block;
    margin-bottom: 10px;
}