/*header*/

.main-nav {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    position: relative;
}

.top {
    width: 100%;
    padding: 8px 0;
    background-color: #b50000;
}

.top-site,
.top-search,
.top-search a {
    color: #fff;
}

.top-search a.search {
    color: #fff;
    padding-left: 20px;
    background: url(images/search.png) left center no-repeat;
}

.top-search a.homepage {
    color: #fff;
    padding-left: 20px;
    background: url(images/index.png) left center no-repeat;
}

.header {
    position: relative;
    background: url(images/header.png) no-repeat;
    background-size: cover;
}

.main-nav .navbar-header .navbar-logo {
    padding: 31px 15px;
    height: auto;
}

.navbar-main {
    background-color: #b50000;
}

.navlist {
    width: 100%;
}

.navlist li {
    width: 11.111%;
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #fff !important;
}

.navlist li a.on1 {
    background: url(images/home.png) 10px center no-repeat;
}

.navbar-nav>.open>a:after,
.navbar-default .navbar-nav>.open>a:focus:after {
    width: 100%;
    border-bottom: 4px solid #f39800;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.navlist .dropdown-menu {
    padding: 0;
    background-color: transparent;
}

.navlist .dropdown-menu li {
    width: 100%;
    margin-bottom: 1px;
}

.navlist .dropdown-menu li:last-child {
    border-bottom: none;
}

.navlist .dropdown-menu li a {
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
    background: url(images/navbg.png) repeat;
}

.navlist .dropdown-menu li a:hover {
    background-color: #ae0a29;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown-menu,
.dropdown-menu>li>a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.menu1 {
    display: block;
    -webkit-animation: menu 0.8s;
    animation: menu 0.8s;
}

.menu2 {
    display: block;
    -webkit-animation: menu 1.0s;
    animation: menu 1.0s;
}

.menu3 {
    display: block;
    -webkit-animation: menu 1.2s;
    animation: menu 1.2s;
}

.menu4 {
    display: block;
    -webkit-animation: menu 1.4s;
    animation: menu 1.4s;
}

.menu5 {
    display: block;
    -webkit-animation: menu 1.6s;
    animation: menu 1.6s;
}

.menu6 {
    display: block;
    -webkit-animation: menu 1.8s;
    animation: menu 1.8s;
}

.menu7 {
    display: block;
    -webkit-animation: menu 2.0s;
    animation: menu 2.0s;
}

.menu8 {
    display: block;
    -webkit-animation: menu 2.2s;
    animation: menu 2.2s;
}

.menu9 {
    display: block;
    -webkit-animation: menu 2.4s;
    animation: menu 2.4s;
}

@-webkit-keyframes menu {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px, 20px);
    }
}

@keyframes menu {
    0% {
        opacity: 0;
        transform: rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px, 20px);
    }
}

.navbar-default .navbar-toggle {
    margin-top: 10px;
}

.navbar-default .navbar-toggle.collapsed {
    background-color: transparent;
}

.fixednav {
    height: 56px;
    background-color: rgba(140, 0, 0, .78);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
    z-index: 9999;
}

.fixednav li {
    float: left;
    width: 11.111%;
    text-align: center;
}

.fixednav li a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
}

.fixednav li a.on1 {
    background: url(images/home.png) 10px center no-repeat;
}

.fixednav li a.on1:hover {
    background: #fff url(images/home2.png) 10px center no-repeat;
}

.fixednav li a:hover {
    background-color: #fff;
    color: #003d23;
}

.links {
    background: #f4f4f4;
    margin: 20px 0 0 0;
    padding: 20px 0;
}


/*footer*/

.footer {
    padding: 35px 0;
    background: url(images/footer.png) no-repeat;
    background-size: cover;
}

.footnav-list>li {
    float: left;
    height: 25px;
    line-height: 25px;
    color: #444;
    text-align: center;
}

.footnav-list>li>a {
    color: #444;
    display: block;
    padding: 0 20px;
    border-right: 1px solid #999;
}

.footnav-list>li:last-child>a {
    border-right: none;
}

.copyright p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
}

.copyright p span.s {
    padding: 0 10px;
}

.copyright p a {
    color: #fff;
}

.footer .foot-pic {
    text-align: center;
    float: right;
}

.footer .foot-pic h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

@media (min-width: 1240px) {
    .container {
        width: 1220px;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .navlist li {
        width: auto;
        text-align: left;
    }
}

@media (max-width: 1000px) {}

@media (max-width: 991px) {
    .header-main {
        background: none !important;
    }
    .fixednav {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .main-nav .navbar-header .navbar-logo {
        padding: 15px 15px;
    }
    .main-nav .navbar-header .navbar-logo img {
        width: 200px;
        height: auto;
    }
    .navlist {
        background: none;
    }
    .navlist li {
        width: auto;
        text-align: left;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 10px;
    }
    .navlist li a.on1 {
        background: none;
        padding: 10px 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .footnav li {
        width: 48%;
        border: 0;
        float: left;
    }
}

.side-nav-left li {
    line-height: 50px;
    text-align: center;
    color: #4c4c4c;
    border-bottom: #e2e2e2 1px solid;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.side-nav-left li:hover {
    -webkit-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    -moz-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.border1 ul li.last {
    border-bottom: none;
}

.side-nav-left li h3 {
    line-height: 50px;
    margin: 0;
}

.side-nav-left li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    text-decoration: none !important;
}

.side-nav-left li a:hover,
.side-nav-left li.cur h3 {
    text-decoration: none;
    color: #8c0000;
    background: url(../images/cur_red.png) center bottom no-repeat;
}

.side-nav-left li.cur a {
    color: #8c0000;
}

.side-nav-left .sidesub li a {
    font-size: 14px;
    text-indent: 2.0em;
}

.side-nav-left .sidesub li.cur,
.side-nav-left .sidesub li a:hover {
    background: url(../images/cur_red.png) 55% bottom no-repeat;
}

.side-nav-left .sidesub li:last-child {
    border-bottom: none;
}