﻿a {
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s;
}

a:hover {
    color: #054686;
}

.shadow {
    box-shadow: 0 0 6px #888888;
}

#fixtop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#header {
    background: none;
    padding: 23px 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: all 0.5s;
}

#header .topnav {
    display: flex;
    flex-basis: 100%;
}

#header .nav {
    line-height: 50px;
}

#header .logo {
    margin-right: auto;
}

#header .logo img {
    max-width: 15vw;
}

#header .navul {
    display: flex;
}

#header .navli {
    margin-left: 49px;
}

#header .navli a:hover {
    color: #c4272f;
}

#header .navli a.A {
    color: #c4272f;
}

#header .search {
    margin-left: 72px;
    display: flex;
    line-height: 50px;
}

#header #search {
    cursor: pointer;
    background: url(../../../../yipaikai.com/images/search.png) no-repeat scroll 0 6px;
    width: 19px;
    margin-top: 11px;
}

#header #line {
    margin: 0 24px;
    color: #FFFFFF;
    font-size: 16px;
}

#header .ebook {
    background: url(../images/icon.png) no-repeat scroll 0 6px;
}

#header .ebook a {
    padding-left: 28px;
}

#header .m {
    display: none;
}

#header #mnav {
    cursor: pointer;
    background: url(../images/mnav.png) no-repeat scroll 0 6px;
    width: 19px;
}

#header .hide {
    display: none;
}

#header .searchbox {
    display: flex;
    margin-top: 24px;
}

#header .searchbox .serach-btn {
    width: 80px;
    height: 40px;
    text-align: center;
    border: none;
    background-color: rgba(5, 70, 134, 0.8);
    color: #FFFFFF;
}

#header .searchbox .serach-txt {
    border: 0px none;
    width: 300px;
    padding-left: 16px;
}

#header .mnav {
    display: none;
    flex-basis: 100%;
    height: 100vh;
}

#header .mnav .mnavul {
    text-align: center;
}

#header .mnav .mnavli {
    border-bottom: 1px solid #3368b4;
}

#header .mnav a {
    color: #c4272f;
    line-height: 12vh;
}
#header .navli.A a {
    color: #005197 !important;
}
#footer {
    background-color: #005197;
}

.fright img {
    width: 130px;
    margin-left: 30px;
}

#footer .footerin {
    padding: 104px 0 30px;
    max-width: 1392px;
    margin: 0 auto;
}

#footer .nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .navdown ul {
    display: flex;
}

#footer .navdown .firstli a {
    padding-left: 0;
}

#footer .navdown ul li a {
    border-right: 1px solid #FFFFFF;
    padding: 0 14px;
}
#footer .navdown ul li:first-child a {
    padding-left: 0;
}

#footer .navdown ul li:last-child a {
    border: 0px;
}

#footer .navtext p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 40px 0 56px;
}

#footer .copyright {
    display: flex;
    justify-content: space-between;
}

#footer .copyright p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 30px;
}

@media only screen and (max-width: 1440px) {
    #footer .footerin {
        padding: 104px 118px 30px;
    }
    #header .navli {
        margin-left: 26px;
    }
    #header .search {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1180px) {
    #header {
        padding: 3vw;
        background-color: #173075;
    }
    #footer .footerin {
        padding: 54px 4vw 30px;
    }
    #footer .fright img,
    #header .nav,
    #header .search {
        display: none;
    }
    #header .m {
        display: flex;
    }
}

@media only screen and (max-width: 620px) {
    #footer .navdown ul {
        flex-wrap: wrap;
    }
    #footer .navdown .firstli a {
        padding-left: 14px;
    }
    #footer .copyright .cright {
        display: none;
    }
}

#banner-inside {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto
}

#banner-inside img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px
}

@media (max-width: 768px) {
    #banner-inside {
        height: 180px
    }
    #banner-inside img {
        left: 0;
        margin-left: 0px;
        width: 150%;
    }
    #footer .navdown ul li:first-child a {
        padding-left: 14px;
    }

}

.g-bd {
    padding: 50px 56px;
    margin: 0 auto;
    max-width: 1392px;
}

#navpart {
    position: relative;
    background: #f4f4f4;
    margin: 0 auto;
    width: 100%;
}

#navpart .position {
    padding: 34px 56px 0;
    max-width: 1392px;
    margin: 0 auto;
    color: #999;
    font-size: 12px;
    text-align: left
}

#navpart .position a {
    color: #999
}

#navpart .position a:hover {
    color: #c4272f;
    text-decoration: underline
}

#navpart .column {
    padding: 20px 56px 34px;
    max-width: 1392px;
    margin: 0 auto;
    text-align: left;
    overflow: auto
}

#navpart .column ul {
    height: 40px;
    text-align: left
}

#navpart .column ul li {
    display: inline-block;
    float: left;
    border: 1px solid #eee;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

#navpart .column a {
    display: block;
    color: #000;
}

#navpart .column .A,
.classification_box .A,
#navpart .column ul li:hover {
    background: #c4272f;
    border: 1px solid #c4272f
}

#navpart .column .A a,
#navpart .column ul li:hover a {
    color: #fff
}

#navpart .column #scrollwidth {
    width: auto
}

.linkbox {
    display: none;
}

.footer-social ul li {
    color: #ccc;
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.footer-social ul {
    margin: 1.5em 0
}

.footer-social ul li a {
    color: #ccc;
    font-size: 12px;
}

.footer-social ul li:hover a {
    color: #fff;
    text-decoration: none
}