#main-slide {
    width: 1560px;
    margin: auto;
}

#main-slide-img {
    position: relative;
    background-image: white;
    height: 500px;
}

#main-slide-img a {
    position: absolute;
    visibility: hidden;
    transition: all 0.5s linear;
    opacity: 0
}

#main-slide-img a.cur {
    visibility: visible;
    opacity: 1;
}

#main-slide-nav {
    display: flex;
    width: 100%;
    background-color: #0d8c2a;
}

#main-slide-nav a {
    box-sizing: border-box;
    flex: 1;
    height: 20px;
    border-right: #58a52d 1px solid;
}

#main-slide-nav a:last-of-type {
    border-right: 0;
}

#main-slide-nav a.cur {
    background-color: #58a52d;
}

#login {
    box-sizing: border-box;
    width: 1560px;
    height: 120px;
    padding: 20px;
    background-color: #0c7925;
    font-size: 0;
}

#login a {
    display: inline-block;
}

#login img {
    display: block;
}

#news {
    width: 1560px;
    height: 520px;
    margin: auto;
    background: white;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
}

#news-slide {
    box-sizing: border-box;
    width: 640px;
    height: 480px;
    position: relative;
}

#news-slide-img a {
    position: absolute;
    visibility: hidden;
    transition: all 0.5s linear;
    opacity: 0
}

#news-slide-img a.cur {
    visibility: visible;
    opacity: 1;
}

#news-slide-nav {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    padding: 0 10px;
}

#news-slide-title {
    flex: 1;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#news-slide-nav a {
    width: 20px;
    height: 20px;
    background: url(../img/index/news-dot-off.png) no-repeat;
}

#news-slide-nav a.cur {
    background: url(../img/index/news-dot-on.png) no-repeat;
}

#news-list {
    flex: 1;
    box-sizing: border-box;
    margin-left: 30px;
    overflow: hidden;
}

#news-list-cont ul li {
	padding: 0 10px 0 0;
}

#news-list-nav {
    display: flex;
    box-sizing: border-box;
    border-bottom: gray solid 1px;
    align-items: baseline;
}

#news-list-nav a {
    margin: 0;
    font-size: 24px;
    padding: 10px 15px;
    letter-spacing: 4px;
    cursor: pointer;
    color: gray;
    font-weight: normal;
}

#news-list-nav a:hover {
    color: #ff6200;
}

#news-list-nav a#news-list-l1 {
    border-bottom: #40a155 solid 2px;
    color: black;
}

#news-list-m1 a {
    font-size: 16px;
}

#news-list-nav div {
    flex: 1;
    text-align: right;
}

#news-list-nav div a {
    padding: 10px;
    color: gray;
}

#news-list-nav div a:hover {
    color: #ff6200;
}

#news-list-i1:checked~div>#news-list-m1,
#news-list-i2:checked~div>#news-list-m2,
#news-list-i3:checked~div>#news-list-m3,
#news-list-i4:checked~div>#news-list-m4,
#news-list-i1:checked~div>#news-list-c1,
#news-list-i2:checked~div>#news-list-c2,
#news-list-i3:checked~div>#news-list-c3,
#news-list-i4:checked~div>#news-list-c4 {
    display: block;
}

#news-list-cont li {
    margin: 18px 0;
}

#news-list-cont li a {
    color: black;
    display: inline-flex;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
}

#news-list-cont li a::before {
    content: '•';
    margin-right: 10px;
}

#news-list-cont li a span:first-child {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#news-list-cont li a:hover {
    color: #ff6200;
}

#subject {
    width: 1560px;
    height: 400px;
    margin: auto;
    padding-top: 20px;
    background: white url(../img/index/subject-warp.png) 0 20px no-repeat;
}

#subject input,
#subject-nav h3,
#subject-cont ul {
    display: none;
}

#subject-i1:checked~div>#subject-t1,
#subject-i2:checked~div>#subject-t2,
#subject-i1:checked~div>#subject-c1,
#subject-i2:checked~div>#subject-c2 {
    display: block;
}

#subject-nav {
    height: 40px;
    display: flex;
    box-sizing: border-box;
    padding-right: 60px;
}

#subject-nav h3 {
    width: 230px;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #086c1f;
    text-align: left;
    padding-left: 20px;
    margin: 0;
}

#subject-nav span {
    flex: 1;
}

#subject-nav label {
    display: block;
    height: 40px;
    color: white;
    line-height: 40px;
    background-color: hsl(23, 100%, 81%);
    border-radius: 20px;
    padding: 0 20px;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bolder;
}

#subject-nav label:hover {
    background-color: #ff6200;
}

#subject-i1:checked~div>#subject-l1,
#subject-i2:checked~div>#subject-l2 {
    background-color: #ff6200;
}

#subject-cont {
    width: 1560px;
    height: 400px;
}

#subject-cont ul {
    display: none;
    width: 1560px;
    height: 400px;
}

#subject-cont ul.hot li {
    box-sizing: border-box;
    position: relative;
    width: 390px;
    height: 350px;
    background: url(../img/index/subject_bg.png) 0 14px no-repeat;
    float: left;
    margin-left: -8px;
}

#subject-cont ul.hot li a {
    color: black;
    box-sizing: border-box;
    display: block;
    width: 340px;
    height: 280px;
    margin: 25px;
    background: white url(../img/index/subject_title.png) no-repeat;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 4px rgba(30, 50, 100, .1);
}

#subject-cont ul.hot li a h3 {
    color: white;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
    font-size: 28px;
    line-height: 80px;
    margin: 0;
    text-align: center;
}

#subject-cont ul.hot li a p {
    text-indent: 2em;
    padding: 10px;
    text-align: left;
    line-height: 1.5em;
}

#subject-cont ul.hot li a div.subject-qr {
    position: absolute;
    width: 340px;
    height: 280px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 20px 20px 0 0;
    top: 0;
    text-align: center;
    margin-top: 25px;
    display: none;
}

#subject-cont ul.hot li a:hover div.subject-qr {
    display: block;
}

#subject-cont ul.hot li a div.subject-qr h4 {
    color: white;
    border: white solid 2px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 2px;
}

#subject-cont ul.hot li a div.subject-qr img {
    margin: auto;
    width: 180px;
    height: 180px;
}

#subject-cont ul.normal {
    box-sizing: border-box;
    padding: 20px 50px 0 20px;
}

#subject-cont ul.normal li {
    display: inline-block;
}

#subject-cont ul.normal li a {
    color: gray;
    padding: .5em;
    box-sizing: border-box;
    border: solid 2px transparent;
    display: block;
    margin: 10px 5px;
    font-size: 24px;
}

#subject-cont ul.normal li a:hover {
    color: #ff6200;
    border-color: #ff6200;
}

#demo {
    width: 1560px;
    height: 460px;
    margin: auto;
    background: white;
    box-sizing: border-box;
    padding: 20px;
}

#demo-top {
    border-bottom: black solid 2px;
    padding: 10px;
    display: flex;
    align-items: baseline;
}

#demo-top h3 {
    display: inline-block;
    font-size: 32px;
    margin: 0 10px 0 0;
    padding-left: 20px;
    border-left: #086c1f solid 8px;
    color: #086c1f;
    font-weight: normal;
}

#demo-top div {
    flex: 1;
    text-align: right;
}

#demo-top div a {
    color: black;
}

#demo-cont {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

#demo-cont li {
    padding: 20px;
}

#demo-cont li:hover {
    box-shadow: 0 0 6px gray;
}

#demo-cont li a {
    text-align: center;
    color: black;
}

#demo-cont li a img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 330px;
}

#demo-cont li a p {
    margin: 10px;
}

#link {
    box-sizing: border-box;
    width: 1560px;
    height: 180px;
    margin: auto;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

#link h3 {
    margin: 0 20px;
    font-size: 30px;
    color: #5a5a5a;
}

#link #arrL {
    width: 26px;
    height: 30px;
    display: block;
    background: url(../img/index/arrL.png) no-repeat;
    margin: 0 10px;
    cursor: pointer;
}

#link #arrR {
    width: 26px;
    height: 30px;
    display: block;
    background: url(../img/index/arrR.png) no-repeat;
    margin: 0 10px;
    cursor: pointer;
}

#link-warp {
    width: 1280px;
    overflow: hidden;
}

#link-cont {
    display: flex;
    flex-wrap: nowrap;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    will-change: transform;
}

#link-cont li {
    padding: 0 10px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

#link-cont li img {
    width: 300px;
    height: 120px;
}

#video-warp {
    position: fixed;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    justify-content: center;
    align-items: center;
}

#video {
    width: 1280px;
    max-width: 100%;
    box-shadow: 0 0 6px black;
    display: block;
    outline: 0;
}

#video-warp {
    position: fixed;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    justify-content: center;
    align-items: center;
}

#video {
    width: 1280px;
    max-width: 100%;
    box-shadow: 0 0 6px black;
    display: block;
    outline: 0;
}
