.g-top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #ededed;
    overflow: hidden;
}

.g-top .row {
    margin: 0
}

.top-con a {
    color: #000;
    font-size: 14px;
    padding: 0 5px
}

.top-con span {
    color: #000;
    padding: 0 5px
}

.top-con .pull-left a {
    margin-right: 10px
}

.top-con .pull-right a {
    margin-left: 10px
}

.m-logo {
    padding: 0 0 5px 0;
    display: block;
    margin: 23px 0;
}

.m-logo img {
    display: block;
    max-width: 60%;
    height: auto;
}
.m-nav {
    height: auto;
    overflow: hidden;
    text-align: center
}
.g-nav{
    width: 100%;
    height: 55px;
    background: #275e99;
    position: relative;
}

.m-nav div{
    float: left;
    width: 14%;
}
.m-nav a {
    padding: 0;
    display: inline-block;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    margin: 0;
}
.m-nav a:hover{
    background-color: #093b70;
}
.nav-box ul{
    width: 100%;
    z-index: 999999;
    background: #275e99;
    display: none;
    position: relative;
}
.nav-box ul li{
    overflow: hidden;
}
.nav-box ul li a{
    display: block;
    width: 100%;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    height: 45px;
}

.web-search {
    width: 65%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    margin: 47px auto;
    float: right;
}

.web-search .sc_btn {
    float: left;
    height: 50px;
    border-radius: 0 10px 10px 0;
    padding: 0;
    border: none;
    line-height: 40px;
    background: url(2022-search.png) no-repeat center center #275e99;
    background-size: 40%;
    font-weight: 700;
    font-size: 16px;
    outline: 0;
    color: #fff;
    text-align: left;
    font-size: 25px;
    text-indent: 28%;
}

.web-search .sc_text {
    float: left;
    height: 50px;
    border-radius: 10px 0 0 10px;
    border: none;
    box-shadow: 0px 0px 18px 0px rgba(34, 31, 32, 0.11);
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    border-right: none;
    line-height: 40px;
    text-indent: 27px;
    outline: 0;
    font-size: 18px;
}
@media all and (max-width:1024) {
    .m-nav a{
    width: 13%!important;
    }
}
@media all and (max-width:768) {
    .web-search{
        width: 100%!important;
    }
    .m-nav a{
    width: 13%!important;
    }
}
@media all and (max-width:750px) {
    .g-nav{
        background: none;
        height: auto;
    }
    .m-nav{
        background: #275e99;
    }
    .m-nav a{
        width: 23%!important;
        text-indent: 0;
        text-align: center;
        margin: 5px 1%;
        height: 35px;
        line-height: 35px;
        border-radius: 10px;
        background: #275e99;
        color: #fff;
        letter-spacing: 5px;
        float: left;
    }
    .m-logo img{
        padding: 15px;
        width: 90%;
        max-width: 90%;
    }
    .m-logo {
        margin: 10px 0!important;
        padding: 0;
    }
}