@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul, ol, li {
    list-style: none;
}
html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}
.c{ clear:both;}
:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333;
}

/* a:hover {
    color: #c8161d;
} */

button {
    user-select: none;
}

img:not([src]), img[src=""] {
    opacity: 0;
}

header img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, button, textarea {
    font-size: 100%;
    font: inherit;
    border: 0;
}

input {
    outline: 0;
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

body {
    color: #333;
    /* position: relative; */
    overflow-x: hidden;
    font-size: 0.16rem;
    font-family: 'Source';
    /* font-family: 'Microsoft YaHei', '-apple-system', 'BlinkMacSystemFont', "PingFang SC", 'Arial', 'Helvetica Neue', "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif; */
}

select::-ms-expand {
    display: none;
}

i, em {
    font-style: normal;
}

input, textarea, select {
    padding: 0 5px !important;
    font-family: inherit;
    outline: none !important;
    resize: none;
    background: none;
    border: none !important;
    font-size: inherit;
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-scrollbar {
    width: .08rem;
    height: .04rem;
}

::-webkit-scrollbar-track {
    border-radius: .05rem;
    background: #ddd
}

::-webkit-scrollbar-thumb {
    border-radius: .05rem;
    background: #B30404;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexl {
    flex: 1;
}

@media (max-width:1024px) {
    html {
        font-size: 95px !important;
    }
}

@media (max-width:900px) {
    html {
        font-size: 90px !important;
    }
}

@media (max-width:750px) {
    html {
        font-size: 85px !important;
    }

    .wp {
        width: 90%
    }
}

@media (max-width:540px) {
    html {
        font-size: 80px !important;
    }

    body {
        font-size: .18rem;
    }

    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
}

@media (max-width:360px) {
    html {
        font-size: 75px !important;
    }
}


header {
    background: url(../images/header-bg.png) no-repeat 50% 50%;
    background-size: cover;
    min-width: 1200px;
}

header .nav>ul {
    display: flex;
}

header .logo {
    width: 3.52rem;
    padding-top: .3rem;
    display: inline-block;
}

header .header-top-right {
    float: right;
    display: inline-block;
    padding-top: .44rem;
}

header .header-top-right .search {
    display: inline-block;
    position: relative;
}

/*header .header-top-right .search input {
    width: 2.06rem;
    height: .3rem;
    background: #FFFFFF;
    border-radius: .2rem;
    opacity: 0.5;
}*/

header .header-top-right .search .input {
    padding-left: .1rem;
}

header .header-top-right .search .btn {
    width: 36px;
    opacity: 1;
    position: absolute;
    right: 0;
    padding: .03rem;
}

header .header-top-right .top-link {
    display: inline-block;
    margin-left: .1rem;
}

header .header-top-right .top-link a {
    color: #fff;
}

header .header-top-right .top-link a:hover {
    color: #FFDD00;
}

header .nav ul .flexl {
    flex: 1;
    float: left;
    padding: initial;
    text-align: center;
    position: relative;
    line-height: .88rem;
}

header .nav ul i {
    float: left;
    display: inline-block;
    width: .01rem;
    height: .2rem;
    background-color: rgba(255, 255, 255, .3);
    margin-top: .34rem;
}

/* 
header .nav ul .flexl:first-child {
    padding-left: 0;
    text-align: left;
}

header .nav ul .flexl:last-child {
    padding-right: 0;
    text-align: right;
} */

header .nav ul .flexl a {
    font-size: .24rem;
    color: #fff;
    font-weight: 400;
    line-height: .28rem;
}

header .nav ul .flexl .sub-nav {
    position: absolute;
    top: .88rem;
    background: #fff;
    width: 100%;
    left: 50%;
    top: 75%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0rem .04rem .18rem 0px rgba(102, 0, 0, 0.06);
}
.sub-nav li{ border-bottom:1px dotted #ECECEC;}
header .nav ul .flexl:hover .sub-nav {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

header .nav ul .flexl .sub-nav li {
    line-height: .5rem;
}

header .nav ul .flexl .sub-nav li a {
    font-size: .18rem;
    color: #333;
}

header .nav ul .flexl .sub-nav li:hover {
    background-color: #B30404;
    transition: .3s;
}

header .nav ul .flexl .sub-nav li:hover a {
    color: #fff;
}

@media (max-width: 1540px) {
    header .nav ul .flexl .sub-nav {
        width: 115%;
    }
}

.container {
    width: 1200px;
    margin: 0 auto;
}


/*学习资源*/
.zs-categories {margin: 36px auto 0 auto;width: 1200px;border-radius: 12px;padding:0;box-shadow: 0 2px 12px rgba(0,0,0,0.06);background: #fff;display: flex;justify-content: center;gap: 36px;}
.studyarea {
    width: 1200px;
}
.studytitle {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    background-color: #de0a0a;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
	border-radius: 12px 12px 0 0;
	line-height:50px;
}
.studylist {
    width: 1200px;
    min-height: 120px;
	padding-left:1px;
}

.studylist li {
    width: 188px;
    height: 160px;
    line-height: 30px;
    padding-top: 9px;
    border: 1px dashed #f5f5f5/*#de0a0a*/;
	background:#f5f5f5;
    font-size: 16px;
    text-align: center;
    float: left;
    margin: 10px 0 10px 10px;
}
.studylist li:hover{ background:#ffe6c6;border: 1px dashed #ffe6c6;}
.studylist li a {
    color: #de0a0a;
    display: block;
}
.studylist li a img{width:70px; padding-top:20px;}
.studylist li a span {
    display: block;
	font-size:18px;
}


/*版权信息*/
footer {text-align: center;font-size: 14px;margin: 32px 0 16px 0;}
.bottom {width:100%;height:48px;background: #d00505;min-width:1200px;text-align: center; margin:0 auto;}
.bottom p{color: #fff;line-height: 48px;}
.bq{width:100%;height: 80px;padding-top:10px;text-align: center;min-width:1340px;margin:0 auto;}
.bq p{line-height:45px; color:#000;}