/*header*/

.toolbar {
    background-color: #12264b;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.toplogin a {
    color: #fff;
    padding: 0 3px;
}

.tnav li {
    display: block;
    float: left;
}

.tnav li a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}

.tnav li.english a {
    border-right: none;
}

.tnav li:hover a {
    color: #77a474;
}

.navbar-main {
    margin: 0 auto;
    background-color: #f60;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
}

.navbar-main .navbar-brand {
    height: auto;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.dropdown-menu {
    margin: 0
}

.dropdown {
    float: left;
    padding: 20px 10px;
    font-size: 16px;
}

.dropdown a {
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 16px;
    background: url(../images/navline.png) left center no-repeat;
}

.dropdown a.on0 {
    background: none;
}

.dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    color: #333;
    border: 0;
    font-size: 16px;
    min-width: 104px;
    text-align: center;
    padding: 0;
}

.dropdown-menu>li>a {
    line-height: 2;
    color: #333;
    padding: 2px 20px;
    font-size: 14px;
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.navbar-toggle {
    border-color: #ddd;
    margin-top: 15px;
}

.navbar-toggle .icon-bar {
    background-color: #ddd;
}

.content {
    /* background: url(../images/bg.png) center bottom no-repeat; */
}


/*底部*/

#footer {
    background-color: #989898;
    padding: 30px 0;
    color: #fff;
}

#footer a {
    color: #fff;
}

.flist,
.choice {
    margin-bottom: 15px;
}

.flist a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 0;
}

.flist h4 a {
    font-size: 16px;
    padding: 0;
}

.choice li {
    height: 30px;
    line-height: 30px;
}

.choice li select {
    width: 100%;
    border: 1px solid #7f9db9;
    height: 30px;
    color: #333;
}

.choice li.tel {
    padding-left: 40px;
    background: url(../images/tel.png) left center no-repeat;
    margin: 10px 0;
    font-size: 16px;
}

.copyright {
    font-size: 12px;
}

.fcode img {
    height: auto;
}

.fcode span {
    display: block;
    padding-top: 15px;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-main .navbar-brand img {
        width: 130px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }
    .dropdown {
        width: 100%;
        padding: 5px 0 !important;
    }
    .dropdown ul {
        box-shadow: 0 0 0 0;
        text-align: left;
    }
    .dropdown a:hover {
        background-color: transparent !important
    }
    .dropdown a {
        color: #fff !important;
        padding: 5px 16px;
        line-height: 2.4;
    }
    .dropdown:hover {
        background-color: transparent !important
    }
    .dropdown-menu {
        background-color: #f60;
    }
    .dropdown-menu>li>a {
        padding: 2px 30px;
        background: none;
    }
    .dropdown-submenu>.dropdown-menu {
        display: block;
        margin-left: 0 !important;
        left: 0 !important;
        top: 38px !important;
    }
    .dropdown-submenu>a:after {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .dropdown-menu {
        text-align: left;
        min-width: auto;
    }
    .dropdown a {
        padding: 5px 7px;
    }
}

@media (min-width: 768px) {}