/* header */
body {
    min-width: 1598px;
}

.main {
    background: #F6F9FE;
}

header>div {
    width: 1598px;
    height: 154px;
    margin: 0 auto;
}

.header-logo {
    width: 445.5px;
    height: 104px;
    margin-top: 23px;
}

.header-link {
    margin: 13px 0 40px 0;
}

.header-link a {
    margin-left: 5.5px;
    font-size: 16px;
    line-height: 22px;
    color: #1B4AA9;
}

.header-link img {
    width: 16px;
    height: 16px;
    margin-left: 30px;
    position: relative;
    top: 3px;
}

.header-search input {
    width: 240px;
    height: 40px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #1B4AA9;
}

.header-search input::placeholder {
    font-size: 16px;
    line-height: 40px;
    color: #1B4AA9;
}

.header-search button {
    width: 60px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #1B4AA9;
    border: 0;
    outline: 0;
    cursor: pointer;
}

nav {
    background-color: #1B4AA9;
}

nav li {
    margin-right: 24px;
}

nav li>a {
    display: block;
    padding: 0 30px;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none !important;
}

nav li:hover>a {
    color: #ffffff;
    background-color: #295FCC;
}

nav li>a.active {
    background-color: #295FCC;
}

nav li:hover .meun-sub {
    display: block;
}

.meun-sub {
    display: none;
    padding-top: 9px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
}

.meun-sub dl {
    background: #FFFFFF;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.meun-sub dl dd a {
    padding: 10px 12px;
    display: block;
    width: 161px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
}

.meun-sub dl dd a:hover {
    background: #F1F5FA;
}

/* footer */

footer {
    height: 231px;
    background: #F3F7FB;
}

.about-message {
    width: 936px;
    padding-top: 12px;
}

.about-message h4 {
    margin-bottom: 2px;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 47px;
    font-weight: 700;
}

.about-message li {
    width: 361px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    font-weight: 400;
}

.about-message .Copyright {
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.about-message .wangbei {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    font-weight: 400;
}

.about-message .wangbei img {
    height: 18px;
}

.qr-code {
    margin-right: 50px;
	text-align: center;
}

.qr-code:last-child {
    margin-right: 0;
}

.qr-code p {
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 47px;
    font-weight: 600;
    text-align: center;
}

.qr-code img {
    width: 138px;
    height: 138px;
}

/* banner */
.category-banner {
	/*
    width: 100%;
    height: 320px;
    padding-top: 72px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
	*/
}

.category-banner h2 {
	position: absolute;
    height: 64px;
    font-size: 48px;
    color: #1B4AA9;
    letter-spacing: 0;
    font-weight: 700;
}

.category-banner h2::after {
    content: '';
    display: block;
    width: 96px;
    height: 4.5px;
    position: absolute;
    top: 70.5px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #1B4AA9;
}

.category-container {
    z-index: 1;
    position: relative;
    padding-bottom: 41px;
    background-image: url('../images/footer.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.category-content {
    background-color: #ffffff;
}

/* sidebar */

.sidebar {
    width: 293px;
    border-right: 1px solid #EEEEEE;
}

.sidebar h3 {
    width: 293px;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    background-image: linear-gradient(270deg, #30AAE8 0%, #1778DB 100%);
}

.sidebar ul {
    padding: 13px 24px;
}

.sidebar ul li {
    width: 246px;
}

.sidebar ul li>a {
    display: block;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 18px;
    border-top: 1px dashed rgba(217, 217, 217, 1);
    text-decoration: none;
    position: relative;
}

.sidebar ul li>a::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 16px;
    top: 17px;
}

.sidebar ul li>a:hover {
    color: #1B4AA9;
    background: #FAFAFA;
}

.sidebar ul li.active-2 {
    background: #FAFAFA;
}

.sidebar ul li.active>a {
    padding-left: 16px;
    font-weight: 700;
    color: #1B4AA9;
    background: #F1F5FA;
    border-left: 4px solid #1B4AA9;
}

.sidebar ul li:last-child {
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
}

.sidebar ul li>a {
    font-size: 16px;
}

.sidebar-sub dd:first-child {
    border-top: 1px dashed rgba(217, 217, 217, 1);
}

.sidebar-sub a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 105px 18px 45px;
    position: relative;
    text-decoration: none;
}

.sidebar-sub a::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #D8D8D8;
    position: absolute;
    left: 36px;
    top: 24px;
}

.sidebar-sub a:hover,
.sidebar-sub .active a {
    color: #1B4AA9;
    background: #FAFAFA;
}

.sidebar-sub .active a {
    font-weight: 700;
}

.sidebar-sub .active a::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1B4AA9;
    position: absolute;
    left: 36px;
    top: 24px;
}


/* category-content */

.category-content-right {
    width: 1304px;
    padding: 18px 45px 50px 51px;
}

.entrance-title {
    font-size: 14px;
    line-height: 19px;
}

.catrgory-title {
    font-size: 24px;
    color: #1B4AA9;
    font-weight: 700;
    line-height: 31px;
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 6px solid #F1F5FA;
}




