body {
    font-family: 微软雅黑 !important;
}

/*分页*/
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: rgba(0,127,216, 1);
    color: #FFF;
}






a, a:hover {
    color: #000000 ;
    text-decoration: none !important;
}
a:hover{
    font-weight: bold;
}
header {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-color: white;
}

.container {
    position: relative;
    box-sizing: border-box;
    padding: 22px 0;.
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
}

header .logo {
    width: 433px;
    height: 71px;
}

header .menulogo {

    max-width: 70%;

}

.header-bg,
nav .navbar-nav:hover .active {
    border-top: rgba(171, 171, 171, 0.14) 1px solid;
    border-bottom: rgba(171, 171, 171, 0.14) 1px solid;
}

nav .nav-item::after {
    box-sizing: border-box;
    content: " ";
    position: relative;
    display: none;
    width: 80%;
    margin: 0 auto;
    height: 3px;
    border-radius: 1px;
    bottom: 2px;
    background-color: #ffffff;
}

nav .nav-item:hover::after {
    display: block;
    background-color: #007fd8;
}

nav .active.nav-item::after {
    display: block;
    background-color:#007fd8;
}

nav .nav-link {
    color: #424242 !important;
    font-size: 18px !important;
    box-sizing: border-box;
    /*font-weight: 500 !important;*/
}

nav .nav-link.active {

}

nav .dropdown-toggle::after {
    content: none;
}

nav .nav-link:hover {
    background-color: #fff !important;
}


@media only screen and (min-width: 668px) {
    .header-bg.dropdown-menu {
        min-height: 400px;
    }
}

@media only screen and (max-width: 668px) {
    .header-bg.dropdown-menu {
        min-height: 100px;
    }
}

nav .dropdown .dropdown-menu .nav2 {
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-top: 40px;
    padding-bottom: 30px;
}


nav .dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,127,216, 0.9);
}

nav .dropdown:hover {
    position: static;
}

nav .dropdown .dropdown-menu .nav2 .left {
    box-sizing: border-box;
    padding: 0px 30px 0px 30px;
    text-align: right;
    color: #fff !important;

}

nav .dropdown .dropdown-menu .nav2 .left a, nav .dropdown .dropdown-menu .nav2 .left a:hover {
    color: #FFFFFF !important;
}

nav .dropdown .dropdown-menu .nav2 .right {
    box-sizing: border-box;
    padding-left: 30px;

    display: flex !important;
    color: #fff;
    flex-wrap: wrap;
}

nav .dropdown .dropdown-menu .nav2 .right .item {
    box-sizing: border-box;
    line-height: 30px;
    width: 220px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
}

.dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0);
    font-weight: bold;
}

button.navbar-toggler {
    background-color: transparent;
    color: #000;
    margin: 10px;
}

.navbar-toggler-icon {
    /* background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2834, 75, 127, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); */
    background-image: url(../img/flogo.png);
}

.mySearchForm {
vertical-align: center;
    display: inline-block;
    float: right;
    padding-top: 30px;
    margin: 0;
    position: relative;
    display: flex;
}

.mySearchForm .search-input-div {

    border-left: 1px solid rgba(149, 149, 149, 0.2) !important;
    border-bottom: 1px solid rgba(149, 149, 149, 0.2) !important;
    border-top: 1px solid rgba(149, 149, 149, 0.2) !important;
    padding-left: 10px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;

}

.mySearchForm .search-input-div .ms-input {
        border: 0;
    width: 210px;
    height: 38px;
    text-align: center;


}
.search_val:active, .ms-input:focus {
    outline: 1px solid rgba(149, 149, 149, 0.2)
}

.mySearchForm .search-button {
    width: 84px;
    height: 40px;
    background-color: #007fd8;
    color: #FFFFFF;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-width: 14px !important;
    line-height: 40px !important;
}

.mySearchForm .search-button span {
    font-size: 18px !important;
    line-height: 40px;
}


