/* 公共 */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}
.dropdown-menu{
    margin:0 !important;
    padding:0 !important
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #fff;
    background-color:transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li:hover{
    color: #fff;
    background-color:#398FFF;
}
.dropdown-menu ul li:first-child{
    border-bottom:none !important
}


a {
    color: #666666;
    text-decoration-line: none !important;
    text-decoration: none !important;
}
a:hover{
    text-decoration-line: none !important;
    text-decoration: none !important;
}

#containerOne {
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: white;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    margin: 0;
    padding: 0;
}

body {
    overflow-y : auto;
    overflow-x : hidden;
}

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.title {
    width: 100%;
    height: 24px;
    display: flex;
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    align-items: center;
    /*background-color: #E9E9E9;*/
    justify-content: space-around;
}

@media (max-width: 767px).navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
}

    #seachInput {
        margin: 0 20px;
    }

    #containerOne .row .col-lg-7 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

    #containerOne .row .col-lg-3 {
        height: 44px;
        line-height: 44px;
    }

    .form-control {
        height: 28px;
        line-height: 28px;
        position: relative;
        border-radius: 10px;
        border: 1px solid #1F62B3;
    }

    .icons {
        top: 25%;
        right: 30px;
        color: #1F62B3;
        position: absolute;
    }

    .navbar-inverse {
        border: none;
        margin-bottom: 0;
        border-radius: 0;
        background-color: #1F62B3;
    }
    .navbar-inverse .navbar-nav>li>a{
        font-size:18px !important
    }
    .title_left{
        font-size: 18px
    }
    .title_right span{
        font-size: 18px
    }
    #menu ul li {
         margin: 0 20px !important;
     }
    .dropdown-menu {
        min-width: 100px;
    }

    .dropdown-menu .divider {
        margin: 0;
    }

    /* 轮播图 */
    #carousel-example-generic .carousel-inner > .item > img {
        width: 100%;
        display: block;
        height: 270px;
    }
    .carousel-inner>.item>a>img {
        line-height: 1;
        height: 270px;
        width: 100%;
    }

    .bannerImg{}

    .navbar-fixed-top {
        background-color: white;
    }


    /* 底部 */
    .bottom {
        color: white;
        padding: 10px 0;
        text-align: center;
        box-sizing: border-box;
    }

    .bottom_title .col-lg-6 {
        padding: 10px 0;
        text-align: center;
    }
