@charset "UTF-8"; @font-face {
    font-family: "SourceHanSansSC";
    src: url("../font/SourceHanSansSC-Regular-2.otf");
}

@font-face {
    font-family: "SiYuanSongTiBold";
    src: url("../font/SiYuanSongTiBold.woff") format("woff"), url("../font/SiYuanSongTiBold.woff2") format("woff");
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    min-width: 320px;
    font-size: 100px !important;
    overflow-x: hidden;
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

.container {
    width: 1400px;
    max-width: 85%;
    margin: 0 auto;
    font-size: .16rem;
}

.header {
    position: relative;
    z-index: 10;
}

.header .head-box {
    background-image: url("../images/index_bg1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.header .head-box > .container {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: .2rem 0;
}

.header .right-box {
    position: absolute;
    top: 0.26rem;
    right: calc(50% - 700px);
    bottom: auto;
    left: auto;
    z-index: 3;
}

.logo img {
    max-height: .84rem;
}

.top-link {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 .1rem;
}

.top-link li {
    position: relative;
    width: .3rem;
    height: .3rem;
    margin: 0 0 0 .2rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(65, 119, 179, 0.17);
    background-size: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.top-link li:nth-child(1) {
    font-size: 0;
    background-image: url(../images/icon3_3.png);
}

.top-link li:nth-child(2) {
    background-image: url(../images/icon3_1.png);
}

.top-link li:nth-child(3) {
    background-image: url(../images/icon3_2.png);
}

.top-link li .img {
    position: absolute;
    top: calc(100% + 20px);
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 0.1rem 0 rgba(0, 0, 0, 0.23);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.top-link li .img img {
    width: .8rem;
    max-width: none;
    height: .8rem;
}

.top-link li .img::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: calc(50% - 6px);
    z-index: 1;
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.top-link li:hover {
    background-color: rgba(65, 119, 179, 0.5);
    border-color: #fff;
}

.top-link li:hover .img {
    display: block;
    visibility: visible;
    opacity: 1;
    top: calc(100% + 7px);
}

.top-link .en-link {
    display: block;
    width: 100%;
    height: 100%;
}

.search {
    width: 2.6rem;
    padding: 0 .07rem 0 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #D9D9D9;
    border-radius: .35rem;
}

.search .form {
    display: -ms-flexbox;
    display: flex;
}

.search .input {
    width: calc(100% - .35rem);
    height: .35rem;
    padding: 0 .1rem 0 .15rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #333;
    text-align: left;
}

.search .input::placeholder {
    color: #9E9E9E;
}

.search .submit {
    width: .35rem;
    height: .35rem;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-color: transparent;
    background-size: auto;
}

.nav {
    position: relative;
    z-index: 2;
    background: #fff;
}

.nav .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav li {
    position: relative;
}

.nav li.line {
    width: 1px;
    height: .24rem;
    background: #d3d3d3;
}

.nav li a {
    position: relative;
    display: block;
    font-family: "SourceHanSansSC";
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.45rem;
    color: #000;
    text-align: center;
}

.nav li a span {
    position: relative;
    z-index: 2;
}

.nav li:hover > a {
    color: #002854;
}

.nav li:hover .lv2 {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.nav .lv2 {
    position: absolute;
    top: 140%;
    right: auto;
    bottom: auto;
    left: calc(50% - .8rem);
    z-index: 1;
    width: 1.6rem;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    opacity: 0;
    border-radius: 4px;
    visibility: visible;
}

.nav .lv2 dd {
    padding: 0 .15rem;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.nav .lv2 dd:last-child a {
    border: none;
}

.nav .lv2 dd:hover {
    padding: 0;
}

.nav .lv2 dd:hover a {
    color: #fff;
    background: #002854;
    border-bottom: 1px solid #002854;
}

.nav .lv2 a {
    width: 100%;
    padding: .06rem 0px;
    font-size: .16rem;
    font-weight: 500;
    line-height: .24rem;
    color: #333;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.nav .lv2 .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 12px;
    overflow: hidden;
    border: none;
}

.nav .lv2 .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.pad-btn {
    display: none;
    align-items: center;
}

.pad-btn .nav-btn {
    display: inline-block;
    width: 36px;
    height: 35px;
    font-size: 0;
    margin: 0 0 0 .2rem;
    padding: 8px 0 0;
    border-radius: 2px;
    text-align: center;
    background: #002854;
}

.pad-btn .nav-btn i {
    display: inline-block;
    width: 22px;
    height: 2px;
    margin: 6px 0 0;
    background: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.pad-btn .nav-btn i:nth-child(1) {
    margin-top: 0;
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0, 8px) rotate(-45deg);
    -moz-transform: translate(0, 8px) rotate(-45deg);
    -ms-transform: translate(0, 8px) rotate(-45deg);
    -o-transform: translate(0, 8px) rotate(-45deg);
    transform: translate(0, 8px) rotate(-45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
    opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0, -8px) rotate(45deg);
    -moz-transform: translate(0, -8px) rotate(45deg);
    -ms-transform: translate(0, -8px) rotate(45deg);
    -o-transform: translate(0, -8px) rotate(45deg);
    transform: translate(0, -8px) rotate(45deg);
}

.banner {
    font-size: 0;
    width: 100%; 

}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    padding: 4.6rem 0 0;
    overflow: hidden;
}

.banner .img img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
    object-fit: fill;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 0.6s linear 0s;
    -moz-transition: transform 0.6s linear 0s;
    -ms-transition: transform 0.6s linear 0s;
    -o-transition: transform 0.6s linear 0s;
    transition: transform 0.6s linear 0s;
}

.banner .swiper-slide-active img {
    -webkit-transition: transform 6s linear 1s;
    -moz-transition: transform 6s linear 1s;
    -ms-transition: transform 6s linear 1s;
    -o-transition: transform 6s linear 1s;
    transition: transform 6s linear 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner .pagination {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.32rem;
    left: 0%;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.banner .pagination .swiper-pagination-bullet {
    display: inline-block;
    width: .27rem;
    height: auto;
    margin: 0 .18rem;
    font-size: .14rem;
    line-height: .27rem;
    color: #000;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.53);
    opacity: 1;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #AD1313;
    background: #fff;
}

.tt1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tt3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tt4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.tt5 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.img-scale {
    position: relative;
    display: block;
    overflow: hidden;
}

.img-scale img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
}

.img-scale .img-frame {
    position: relative;
    overflow: hidden;
}

.img-scale .img {
    /*背景图替换img*/
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
}

.img-scale .img img {
    display: none;
    min-height: 100%;
}

.img-scale:hover img {
    min-height: 100%;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.img-scale:hover .img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.column {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: .45rem 0 .35rem;
}

.column h3 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #002854;
    text-align: left;
}

.column h3 img {
    margin: 0 .1rem 0 0;
}

.more {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: "SourceHanSansSC";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #9e9e9e;
    text-align: left;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.more i {
    width: 14px;
    height: 14px;
    margin: 0 0 0 4px;
    padding: 3px 0 3px 5px;
    border-radius: 50%;
    background: #D8D8D8;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.more i::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #4177B3;
}

.more:hover {
    color: #002854;
}

.more:hover i {
    margin: 0 0 0 7px;
    background: #002854;
}

.more:hover i::after {
    border-left-color: #fff;
}

.title {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #333;
    text-align: left;
}

.info {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #9E9E9E;
    text-align: justify;
}

.date {
    white-space: nowrap;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #4177B3;
    text-align: left;
}

.date2 {
    display: inline-block;
    vertical-align: top;
    padding: 1px 10px 4px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.18rem;
    color: #fff;
    text-align: center;
    background: #4177B3;
}

.date2 p:first-child {
    font-family: "SiYuanSongTiBold";
    font-size: .24rem;
    line-height: .28rem;
}

.index-layer1 {
    padding: 1px 0 .85rem;
    background-image: url("../images/index_bg2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    overflow: hidden;
}

.index-layer1 .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.index-layer1 .left-box {
    width: 65.7%;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.index-layer1 .left-box .news-swiper {
    width: 52%;
}

.index-layer1 .left-box .list1 {
    width: 48%;
    padding: .1rem .2rem;
    background: #fff;
    border: 1px solid #F3F3F3;
}

.index-layer1 .right-box {
    width: 31.5%;
}

.index-layer1 .list2 {
    padding: .13rem .2rem;
    background: #fff;
    border: 1px solid #F3F3F3;
}

.index-layer2 {
    padding: 1px 0 .5rem;
    overflow: hidden;
}

.index-layer2 .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.index-layer2 .left-box {
    width: 65.7%;
  /*  display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;*/
}

.index-layer2 .left-box .news-swiper2 {
    width: 52%;
    border-top: 1px solid #4177B3;
}

.index-layer2 .left-box .list3 {
    width: 48%;
    border-top: 1px solid #4177B3;
}

.index-layer2 .right-box {
    width: 31.5%;
}



.index-layer2 .column .hd{
 /*   position:relative;*/
}
.index-layer2 .column .hd::after {
/*    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .28rem;
    background: #062652;*/
}


.index-layer2 .bd_list{
    display: flex;
}
.index-layer2 .column h3 {
    /* color: #626262; */
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.index-layer2 .column h3:nth-child(2) {
    padding-left: 10px;
}

.index-layer2 .column h3.on {
    color: #002854;
}


.index-layer2 .column h3.on::before {
    content: "";
}


.index-layer2 .column h3::before {
    content: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 32px;
    height: 15px;
    background: url(
    "../images/sj.png") center top no-repeat;
}





.index-layer3 {
    padding: 1px 0 .55rem;
    background-image: url("../images/index_bg3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    overflow: hidden;
}

.index-layer3 .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.index-layer3 .left-box {
    width: 48.2%;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.index-layer3 .right-box {
    width: 48.2%;
}

.index-layer4 {
    padding: 1px 0 .5rem;
    background-image: url("../images/index_bg4.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    overflow: hidden;
}

.index-layer4 .column {
    justify-content: center;
}

.index-layer4 .bottom-box {
    padding: .2rem 0 0;
}

.news-swiper {
    background: #fff;
    border: 1px solid #F3F3F3;
    border-right: none;
}

.news-swiper .text-swiper {
    width: calc(100% - .58rem);
    border-radius: 0 0 0 .6rem;
    background: #002854;
}

.news-swiper .text-swiper .swiper-slide {
    padding: .25rem .32rem .27rem;
}

.news-swiper .text-swiper .title {
    margin: 0 0 .15rem;
    padding: 0 .9rem 0 0;
    font-size: .2rem;
    font-weight: 700;
    color: #fff;
}

.news-swiper .text-swiper .info {
    color: #fff;
    height: .52rem;
}

.news-swiper .img-frame {
    padding: 3.27rem 0 0;
}

.news-swiper .text {
    padding: .2rem .2rem .26rem;
}

.news-swiper .text .title {
    margin: 0 0 .09rem;
    font-size: .18rem;
    font-weight: 700;
    color: #F13B33;
    text-align: center;
}

.news-swiper .text .info {
    text-indent: 2em;
}

.news-swiper .pagination {
    position: static;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: .08rem 0 .1rem;
    background: #E5E9EE;
}

.news-swiper .pagination .swiper-pagination-bullet {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 .1rem;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    opacity: 1;
    cursor: pointer;
}

.news-swiper .pagination .swiper-pagination-bullet::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}

.news-swiper .pagination .swiper-pagination-bullet i {
    display: none;
    margin: 0 0 2px;
    font-style: initial;
    font-size: .14rem;
    line-height: .2rem;
    color: #F13B33;
}

.news-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 3px;
    height: 3px;
    background: #F13B33;
}

.news-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    display: block;
}

.news-swiper2 .swiper-slide {
  /*  opacity: 0 !important;*/
}

.news-swiper2 .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.news-swiper2 .img-box {
    padding: .3rem;
    background: #D3E7FD;
}

.news-swiper2 .img-box .img-frame {
    padding: 2.6rem 0 0;
}

.news-swiper2 .text {
    padding: .15rem .25rem .44rem;
    background: #073E7B;
}

.news-swiper2 .title {
    height: .56rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
}

.news-swiper2 .pagination {
    position: absolute;
    top: auto;
    right: 0rem;
    bottom: 0.12rem;
    left: auto;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.news-swiper2 .pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 .2rem;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.list1 {
    position: relative;
    padding: 0 0 0 .2rem;
}

.list1::before {
    position: absolute;
    top: 0.34rem;
    right: auto;
    bottom: auto;
    left: calc(.2rem + 10px);
    z-index: 1;
    width: 1px;
    height: calc(100% - .6rem);
    background: #ededed;
    content: "";
}

.list1 li {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 0 0 0 .24rem;
}

.list1 li:last-child a {
    border: none;
}

.list1 li:last-child a::after {
    display: none;
}

.list1 a {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: .15rem 0;
    border-bottom: 1px solid #EDEDED;
}

.list1 a::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0.24rem;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #F13B33;
    content: "";
}

.list1 a:hover::after {
    width: calc(100% - .24rem);
    -webkit-transition: all 0.45s linear 0s;
    -moz-transition: all 0.45s linear 0s;
    -ms-transition: all 0.45s linear 0s;
    -o-transition: all 0.45s linear 0s;
    transition: all 0.45s linear 0s;
}

.list1 a:hover .title {
    color: #F13B33;
}

.list1 a:hover .date {
    color: #F13B33;
}

.list1 a:hover .date i {
    background-image: url("../images/icon2_2.png");
    background-color: #F13B33;
}

.list1 .date {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 0 -.24rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #4177B3;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list1 .date i {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 .09rem 0 0;
    background-image: url("../images/icon2_1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #EDEDED;
    background-size: auto;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list1 .date i::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: .06rem;
    content: "";
    background: #fff;
}

.list1 .date i::after {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: .06rem;
    content: "";
    background: #fff;
}

.list1 .title {
    width: calc(100% - 100px + .22rem);
    height: .48rem;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list2 li:last-child a {
    border: none;
}

.list2 li:last-child a::after {
    display: none;
}

.list2 a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .13rem 0;
    border-bottom: 1px solid #ededed;
}

.list2 a::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #F13B33;
    content: "";
}

.list2 a:hover::after {
    width: 100%;
    -webkit-transition: all 0.45s linear 0s;
    -moz-transition: all 0.45s linear 0s;
    -ms-transition: all 0.45s linear 0s;
    -o-transition: all 0.45s linear 0s;
    transition: all 0.45s linear 0s;
}

.list2 a:hover .date2 {
    background: #F13B33;
}

.list2 a:hover .title {
    color: #F13B33;
}

.list2 .date2 {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list2 .title {
    position: relative;
    z-index: 2;
    width: calc(100% - .74rem);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list3 a {
    display: block;
    position: relative;
    padding: .14rem .4rem .14rem .14rem;
    border-bottom: 1px solid #F1f1f1;
}

.list3 a::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #F13B33;
    content: "";
}

.list3 a:hover::after {
    width: 100%;
    -webkit-transition: all 0.45s linear 0s;
    -moz-transition: all 0.45s linear 0s;
    -ms-transition: all 0.45s linear 0s;
    -o-transition: all 0.45s linear 0s;
    transition: all 0.45s linear 0s;
}

.list3 a:hover .title {
    color: #F13B33;
}

.list3 .title {
    margin: 0 0 .05rem;
}

.list3 .info {
    color: #888888;
    line-height: .29rem;
}

.list3 .info i {
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 21px;
    margin: .04rem .09rem 0 0;
    background-image: url("../images/icon5_1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #EDEDED;
    background-size: auto;
    border-radius: 50%;
}

.list3 .info i.i2 {
    background-image: url("../images/icon5_2.png");
}

.list3 .info i.i3 {
    background-image: url("../images/icon5_3.png");
}

.list4 {
    position: relative;
    border-top: 1px solid #ededed;
}

.list4 li {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.list4 a {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: .19rem 0 .19rem .12rem;
    border-bottom: 1px solid #EDEDED;
}

.list4 a::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #F13B33;
    content: "";
}

.list4 a:hover::after {
    width: 100%;
    -webkit-transition: all 0.45s linear 0s;
    -moz-transition: all 0.45s linear 0s;
    -ms-transition: all 0.45s linear 0s;
    -o-transition: all 0.45s linear 0s;
    transition: all 0.45s linear 0s;
}

.list4 a:hover .title {
    color: #F13B33;
}

.list4 a:hover .date {
    background: #F13B33;
}

.list4 .date {
    padding: 0 5px;
    line-height: .28rem;
    color: #fff;
    border-radius: 0px 6px 0px 6px;
    background: #4177B3;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list4 .title {
    width: calc(100% - .76rem);
    height: .48rem;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list5 li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-bottom: 1px dashed #ddd;
}

.list5 li:hover .title {
    color: #F13B33;
}

.list5 li:hover .title i::after {
    background: #F13B33;
}

.list5 li:hover .date {
    color: #F13B33;
}

.list5 li:hover .date i {
    background-image: url("../images/icon2_2.png");
    background-color: #F13B33;
}

.list5 li:hover::after {
    width: 100%;
    -webkit-transition: all 0.45s linear 0s;
    -moz-transition: all 0.45s linear 0s;
    -ms-transition: all 0.45s linear 0s;
    -o-transition: all 0.45s linear 0s;
    transition: all 0.45s linear 0s;
}

.list5 li::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #F13B33;
    content: "";
}

.list5 .title {
    position: relative;
    width: calc(100% - 115px);
    padding: 0 0 0 .27rem;
    line-height: .64rem;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.list5 .title i {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: .2rem;
    height: 100%;
    content: "";
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 100%;
}

.list5 .title i::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #002854;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list5 .date {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: .64rem;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list5 .date i {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 .09rem 0 0;
    background-image: url("../images/icon2_1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #EDEDED;
    background-size: auto;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.pic-list1 {
    font-size: 0;
    margin: 0 -0.15rem;
}

.pic-list1 > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0.15rem;
}

.pic-list1 a {
    display: block;
}

.pic-list1 a:hover .title {
    color: #F13B33;
}

.pic-list1 a:hover .date {
    background: #F13B33;
}

.pic-list1 .img-frame {
    padding: 2rem 0 0;
}

.pic-list1 .date {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    padding: 0 7px;
    line-height: .33rem;
    color: #fff;
    background: #4177B3;
    border-radius: 0px 0px 10px 0px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.pic-list1 .title {
    margin: .16rem 0 0;
    padding: 0 .14rem;
    line-height: .26rem;
    height: .52rem;
}

.kjpt-link {
    font-size: 0;
    margin: 0 -0.14rem;
}

.kjpt-link > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.14rem;
}

.kjpt-link li {
    margin: 0 0 .4rem;
}

.kjpt-link a {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    padding: .1rem .05rem;
    font-family: "SourceHanSansSC";
    font-size: 0.16rem;
    font-weight: 700;
    line-height: 0.24rem;
    color: #fff;
    text-align: center;
    background: #93E4DC;
    box-shadow: 3px 4px 0 0 #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.kjpt-link a:hover {
    background: #57dbce;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 3px 4px 0 0 rgba(65, 119, 179, 0.5);
}

.kjpt-link a.link2 {
    background: #74AADE;
}

.kjpt-link a.link2:hover {
    background: #4391da;
}

.kjpt-link a.link3 {
    background: #F6A562;
}

.kjpt-link a.link3:hover {
    background: #ee9145;
}

.kjpt-link a.link4 {
    background: #87BDDE;
}

.kjpt-link a.link4:hover {
    background: #5aacdf;
}

.kjpt-link a.link5 {
    background: #ACD398;
}

.kjpt-link a.link5:hover {
    background: #89d161;
}

.kjpt-link a.link6 {
    background: #F08C7C;
}

.kjpt-link a.link6:hover {
    background: #da6654;
}

.ztzl-link {
    padding: .1rem 0 0;
    font-size: 0;
    margin: 0 -0.2rem;
}

.ztzl-link > li {
    display: inline-block;
    vertical-align: top;
    width: 16.6%;
    padding: 0 0.1rem;
}

.ztzl-link .img-scale {
    padding: 32.5% 0 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.ztzl-link .img-scale:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 4px 0.2rem 0 rgba(0, 0, 0, 0.3);
}

.kstd-link {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.kstd-link a {
    display: block;
}

.kstd-link a:hover .icon {
    background: #073E7B;
    box-shadow: 0 0 0.12rem 0 rgba(65, 119, 179, 0.5);
}

.kstd-link a:hover .icon img {
    filter: brightness(100);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.kstd-link a:hover .title {
    color: #073E7B;
}

.kstd-link .icon {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .75rem;
    height: .75rem;
    margin: 0 auto;
    background: #D5E6F7;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.kstd-link .icon img {
    -webkit-transition: transform 0.3s linear 0s;
    -moz-transition: transform 0.3s linear 0s;
    -ms-transition: transform 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
}

.kstd-link .title {
    margin: .2rem 0 0;
    text-align: center;
}

.footer {
    background: #002854;
}

.footer > .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .38rem 0;
}

.footer .layer1 {
    padding: .15rem 0;
    background: #4177B3;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.34rem;
    color: #fff;
    text-align: left;
}

.footer .layer1 .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .layer1 .tips {
    padding: 0 0 0 .38rem;
    background-image: url("../images/icon4.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.footer .layer1 .link-box {
    width: calc(100% - 1.2rem);
}

.footer .layer1 .link-box a {
    display: inline-block;
    position: relative;
    color: #fff;
    margin: 0 .2rem 0 0;
    white-space: nowrap;
}

.footer .layer1 .link-box a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.footer .layer1 .link-box a:last-child {
    margin: 0;
}

.footer .layer1 .link-box a::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 4px;
    left: auto;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    content: "";
}

.foot-logo img {
    max-height: .73rem;
}

.copy {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
}

.QR-code {
    display: -ms-flexbox;
    display: flex;
}

.QR-code li {
    margin: 0 0 0 .13rem;
}

.QR-code li:first-child {
    margin: 0;
}

.QR-code img {
    width: 1rem;
    height: 1rem;
}

.QR-code p {
    margin: .08rem 0 0;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
}

#to-top {
    position: fixed;
    top: auto;
    right: -1rem;
    bottom: 20vh;
    left: auto;
    z-index: 20;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 6px;
    cursor: pointer;
    background: #4177B3;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.35s linear 0s;
    -moz-transition: all 0.35s linear 0s;
    -ms-transition: all 0.35s linear 0s;
    -o-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
}

#to-top::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/toTop.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.34rem;
}

#to-top:hover {
    background-color: #F13B33;
}

.section {
    padding: 1px 0 .65rem;
    background-image: url("../images/index_bg4.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #fff;
    background-size: 100%;
}

.section .container {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.decorate {
    position: relative;
    padding: 20% 0 0;
}

.decorate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar {
    position: relative;
    z-index: 3;
    width: 2.6rem;
    margin: .3rem 0 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.sidebar h3 {
    position: relative;
    font-family: "Source";
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    background: #002854;
}

.sidebar .sub-nav {
    position: relative;
}

.sidebar .sub-nav li {
    position: relative;
    border-bottom: 1px solid #ededed;
}

.sidebar .sub-nav li:last-child {
    border: none;
}

.sidebar .sub-nav li.cur > a {
    color: #002854 !important;
    font-weight: 700;
}

.sidebar .sub-nav li.cur > a p::after {
    width: 100%;
    opacity: 1;
}

.sidebar .sub-nav li:hover > a {
    color: #002854;
}

.sidebar .sub-nav a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: .7rem;
    padding-left: 30px;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.25rem;
    color: #333;
    text-align: left;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.sidebar .sub-nav a p {
    position: relative;
}

.sidebar .sub-nav a p::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -0.03rem;
    left: 0;
    z-index: 1;
    width: 0;
    max-width: .9rem;
    height: .15rem;
    border-radius: .1rem 0 .1rem 0;
    background: #54a4e2;
    content: "";
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0;
}

.sidebar .sub-nav a span {
    position: relative;
    z-index: 2;
}

.sidebar .sub-nav .down {
    position: absolute;
    top: 0.22rem;
    right: 0.2rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .3rem;
    height: .3rem;
    background-image: url("../images/icon12_2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.sidebar .sub-nav .down.close {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar .sub-nav .lv3 {
    display: none;
    margin: -.1rem 0 0;
    padding: 0 0 .15rem;
}

.sidebar .sub-nav .lv3 a {
    height: auto;
    font-size: .15rem;
    line-height: .34rem;
}

.sidebar .sub-nav .lv3 a::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #bbb;
    margin: 0 .1rem 0 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar .sub-nav .lv3 a:hover {
    color: #4177B3;
}

.sidebar .sub-nav .lv3 a:hover::before {
    background: #4177B3;
}

.sidebar .sub-nav .lv3 a.cur {
    color: #002854;
    font-weight: 700;
}

.sidebar .sub-nav .lv3 a.cur::before {
    background: #002854;
}

.main {
    position: relative;
    z-index: 4;
    width: calc(100% - 3.1rem);
    min-height: 4rem;
    margin: .3rem 0 0;
}

.position {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 .2rem;
    margin: 0 0 .1rem 0;
    border-bottom: 1px solid #d8d8d8;
}

.position h3 {
    padding: 0 0 0 .17rem;
    white-space: nowrap;
    font-family: "Source";
    border-left: 5px solid #002854;
    font-size: 0.25rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #333;
    text-align: left;
}

.position .line {
    display: none;
}

.place {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #626262;
    text-align: left;
    padding: 0 0 0 26px;
    white-space: nowrap;
    background-image: url(../images/place2.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.place a {
    color: #626262;
}

.place a:hover {
    color: #002854;
}

.article {
    padding: .2rem 0 0;
}

.article .title {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #000;
    text-align: center;
}

.article .sub-title1 {
    margin: 0 0 .08rem;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #000;
    text-align: center;
}

.article .sub-title2 {
    margin: .08rem 0 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #666;
    text-align: center;
}

.article .sub {
    margin: .05rem 0 0;
    padding: .15rem 0 .25rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #868686;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}

.article .content {
    padding: .3rem 0 .2rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 210%;
    color: #000;
    text-align: justify;
}

.article .content p {
    text-indent: 2em;
    word-break: break-all;
    margin: 0 0 .18rem;
    line-height: 32px;
    font-size: 18px !important;
}

.article .content img, .article .content video {
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
    display: block;
    border: 0 !important;
}

.article .content p span img {
    margin: auto;
    display: inherit;
}

.article .content video {
    display: block;
    margin: 0 auto;
}

.article .content table {
    max-width: 100%;
    margin: .2rem auto;
}

.article .content table td {
    word-break: break-all;
}

.article .content table p {
    text-indent: 0;
    margin: 0;
}

.article .content table img, .article .content table video, .article .content table iframe {
    margin-top: 0;
    margin-bottom: 0;
}

.article .content iframe {
    display: block;
    max-width: 100%;
    margin: .2rem auto;
}

.article .cont-page {
    padding: .25rem .35rem .28rem;
    border-top: 3px solid #002854;
    background: #fff;
}

.article .cont-page a {
    display: block;
    padding: 4px 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #333;
    text-align: left;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.article .cont-page a span {
    position: relative;
}

.article .cont-page a span::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #002854;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    content: "";
}

.article .cont-page a:hover {
    text-decoration: none;
    color: #002854;
}

.article .cont-page a:hover span {
    font-weight: 700;
}

.article .cont-page a:hover span::after {
    width: 100%;
}

.article.about {
    padding-left: 0;
    padding-right: 0;
}

.article.about .title {
    margin: 0 0 .25rem;
}

.article ul a, .article a {
    color: #333;
}

.article ul a:hover, .article a:hover {
    text-decoration: underline;
}

.article .table-box {
    overflow-x: auto;
}

.picture1 {
    font-size: 0;
    margin: 0 -0.15rem;
    margin-top: .3rem;
}

.picture1 > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.15rem;
}

.picture1 li {
    margin: 0 0 .3rem;
}

.picture1 .img-scale {
    border: 1px solid #B9B9B9;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.picture1 .img-scale:hover {
    border-color: #F13B33;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2);
}

.picture1 .img-scale:hover .title {
    color: #F13B33;
}

.picture1 .img-frame .img {
    padding: 62.3% 0 0;
}

.picture1 .title {
    padding: 0 .1rem;
    line-height: .6rem;
    text-align: center;
}

.picture2 {
    margin: .2rem 0 0;
}

.picture2 a {
    display: block;
    padding: 0.28rem 0.25rem;
    font-size: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid transparent;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.picture2 a:hover {
    background: #f9f9f9;
    border-color: #F13B33;
    box-shadow: 7px 6px 0 0 #eee;
}

.picture2 a:hover .title {
    font-weight: 700;
    color: #F13B33;
}

.picture2 .img-frame {
    display: inline-block;
    vertical-align: top;
    width: 2.4rem;
    padding: 1.6rem 0 0;
}

.picture2 .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.4rem);
    padding: 0 0 0 .3rem;
}

.picture2 .tet1 {
    width: 100% !important;
    padding: 0 !important;
}

.picture2 .date {
    margin: .15rem 0;
    padding: 0;
    font-size: .15rem;
    line-height: .22rem;
    font-style: inherit;
    background: none;
    color: #888;
}

.picture2 .date span {
    font-size: .24rem;
    font-weight: 700;
    color: #4177B3;
}

.picture2 .title {
    font-size: .18rem;
    font-weight: 700;
    color: #333;
}

.picture2 .info {
    height: .44rem;
}

.teach-column {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .2rem 0 0;
    border-bottom: 1px solid #ddd;
}

.teach-column h5 {
    margin: 0 0 -1px;
    font-size: 0.22rem;
    font-weight: 700;
    line-height: 0.5rem;
    color: #333;
    text-align: left;
    border-bottom: 3px solid #F13B33;
}

.teach-column .more {
    font-size: .14rem;
}

.teach-list {
    font-size: 0;
    margin: 0 -0.12rem;
}

.teach-list > li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 0.12rem;
}

.teach-list li {
    margin: .3rem 0 0;
}

.teach-list .img-scale {
    padding: .1rem;
    background: #f2f2f2;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 4px;
}

.teach-list .img-scale:hover {
    background: #002854;
    box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2);
}

.teach-list .img-scale:hover .title {
    color: #fff;
}

.teach-list .img-frame .img {
    padding: 120% 0 0;
}

.teach-list .title {
    line-height: .5rem;
    text-align: center;
}

#browser-modal {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    color: #303233;
    text-align: center;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #111;
}

#browser-modal .browser-content {
    width: 700px;
    margin: 120px auto 0;
    padding: 50px 0 80px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    font-size: 24px;
    text-transform: uppercase;
}

#browser-modal .browser-content .browser-text-desc {
    margin: 30px 0 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    height: 130px;
    margin: 20px auto;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    font-size: 80px;
    line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    display: block;
    cursor: pointer;
}

#browser-modal .browser-content .browser-item a:hover {
    text-decoration: underline !important;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#browser-modal .browser-content .browser-item a h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

#list-page {
    margin: 25px 0 30px !important;
    font-family: Arial;
    text-align: center;
}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 5px;
}

#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
    padding: 8px 10px;
    color: #428bca;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: #002854;
    font-weight: bold;
    color: #fff;
    border-color: #002854;
}

#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777;
}

#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d {
    display: inline-block;
}

#list-page .p_pages span {
    color: #aaa;
}

#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: 40px;
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
}

.n_join ul {
}

.n_join ul li {
    overflow: hidden;
    padding: 10px 0;
}

.n_join ul li p {
    font-size: 0.75rem;
    color: #7d7d7d;
    line-height: 1.875rem;
    padding-bottom: 0.75rem
}

.n_join ul li .top {
    background: #f2f2f2;
    height: 50px;
    position: relative;
    line-height: 50px;
}

.n_join ul li .top i {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100px;
    height: 30px;
    background: url(../images/jia.png) center no-repeat;
}

.n_join ul li .top h5 {
    position: relative;
    font-size: 20px;
    color: #fff;
    background: #3460c2;
    padding: 0 26px;
    border-left: solid 3px #ea921d;
    display: inline-block;
}

.n_join ul li .top h5:after {
    position: absolute;
    right: -20px;
    bottom: 0px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #3460c2;
    border-right: 20px solid transparent;
}

.n_join ul li .top h6 {
    font-size: 12px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.n_join ul li div.open .top i {
    background: url(../images/jian.png) center no-repeat;
}

.n_join .submenu {
    padding: 0 20px;
    margin-bottom: 16px;
}

.n_join .dsjs h4 {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 16px 0 10px 0;
}

.n_join .dsjs ul li {
    width: 12%;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 8px;
    margin: 0;
    margin-bottom: 15px;
}

.n_join .dsjs ul li a {
    font-size: 16px;
    color: #666666;
    display: block;
    background: #f6f6f6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.n_join .dsjs ul li a:hover {
    background: #3460c2;
    color: #fff;
    box-shadow: 0px 20px 40px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.05)
}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.m-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: contain;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media screen and (max-width: 1648px) {
    .header .right-box {
        right: 7.5%;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 90px;
    }

    .n_join .dsjs ul li {
        width: 16%;
    }

    .index-layer2 .column h3 {
        /* font-size: 0.26rem; */
    }

    .container {
        max-width: 90%;
    }

    .header .head-box > .container {
        padding: 12px 0;
        justify-content: space-between;
    }

    .header .right-box {
        position: static;
    }

    .logo a {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        height: 45px;
    }

    .logo img {
        max-height: 100%;
    }

    .pad-btn {
        display: block;
    }

    .mobile-box {
        position: fixed;
        top: 69px;
        right: -100%;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: 100%;
        height: calc(100vh - 69px);
        padding: .3rem 4% .3rem;
        opacity: .6;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        background-image: url("../images/index_bg4.png");
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-color: #fff;
        background-size: auto;
    }

    .mobile-box .right-box {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-box.show {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .search {
        width: calc(100% - .6rem);
        padding: 0;
        border-radius: 4px;
    }

    .search .input {
        width: calc(100% - .6rem);
        height: .42rem;
        line-height: .42rem;
    }

    .search .submit {
        width: .6rem;
        height: .42rem;
    }

    .top-link {
        margin: 0;
    }

    .top-link li {
        margin: 0;
        width: .4rem;
        height: .4rem;
        background-color: #002854;
    }

    .top-link .icon {
        display: none;
    }

    .nav {
        margin: .2rem 0 0;
        height: calc(100% - .8rem);
        overflow-y: auto;
        background: none;
        box-shadow: none;
    }

    .nav .container {
        max-width: 100%;
        padding: 0;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .nav li {
        width: 100%;
        background: none !important;
        border-left: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .nav li.line {
        display: none;
    }

    .nav li a {
        position: static;
        text-align: left;
        padding: 0 .15rem;
        font-size: .2rem;
        color: #333 !important;
    }

    .nav li a::after {
        display: none;
    }

    .nav li.show {
        background: #fff !important;
    }

    .nav li.show > a {
        font-weight: 700;
    }

    .nav li.show .down {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .nav .lv2 {
        display: none;
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        transition: none;
        box-shadow: none;
        padding: 0 0 .1rem .3rem;
    }

    .nav .lv2 a {
        font-size: .17rem;
        height: auto !important;
        opacity: 1;
        visibility: visible;
        justify-content: flex-start;
    }

    .nav .lv2 .tri {
        display: none;
    }

    .nav .down {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .6rem;
        height: .6rem;
        background-image: url(../images/down1.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 9px;
        cursor: pointer;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .column {
        margin: .22rem 0 .2rem;
    }

    .column h3 {
        font-size: .26rem;
    }

    .banner .img {
        height: auto;
        padding: 42% 0 0;
    }

    .index-layer1 {
        padding: 1px 0 .35rem;
    }

    .index-layer1 .container {
        flex-wrap: wrap;
    }

    .index-layer1 .left-box {
        width: 100%;
    }

    .index-layer1 .right-box {
        width: 100%;
    }

    .index-layer2, .index-layer3 {
        padding: 1px 0 .35rem;
    }

    .index-layer2 .container, .index-layer3 .container {
        flex-wrap: wrap;
    }

    .index-layer2 .left-box, .index-layer3 .left-box {
        width: 100%;
    }

    .index-layer2 .right-box, .index-layer3 .right-box {
        width: 100%;
    }

    .index-layer4 {
        padding: 1px 0 .2rem;
    }

    .index-layer4 .bottom-box {
        padding: 0;
    }

    .list4 .title {
        height: auto;
    }

    .kjpt-link li {
        margin: 0 0 .2rem;
    }

    .ztzl-link {
        margin: 0 -.12rem;
    }

    .ztzl-link > li {
        width: 50%;
        margin: 0 0 .2rem;
        padding: 0 .12rem;
    }

    .kstd-link {
        flex-wrap: wrap;
    }

    .kstd-link li {
        width: 20%;
        margin: 0 0 .2rem;
    }

    .footer .layer1 .container {
        flex-direction: column;
    }

    .footer .layer1 .tips {
        width: 100%;
        font-size: .2rem;
    }

    .footer .layer1 .link-box {
        width: 100%;
    }

    .footer > .container {
        flex-wrap: wrap;
        padding: .2rem 0;
    }

    #to-top {
        display: none !important;
    }

    .foot-logo {
        width: 100%;
        margin: 0 0 .2rem;
        text-align: center;
    }

    .foot-logo img {
        max-height: .5rem;
    }

    .decorate {
        padding: 30% 0 0;
    }

    .sidebar {
        width: 100%;
        margin: .15rem 0 0;
        padding: 0;
        border-radius: 3px;
        overflow: hidden;
    }

    .sidebar h3 {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        position: relative;
        font-size: .21rem;
        line-height: .5rem;
        font-weight: 700;
        background: #4177B3;
        border-width: 2px;
        text-indent: 0;
    }

    .sidebar h3::after {
        display: none;
    }

    .sidebar h3 i {
        width: .5rem;
        height: .5rem;
        background-image: url(../images/subNav.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        cursor: pointer;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .sidebar h3.down i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar h3 .return-sup {
        display: block;
        width: .5rem;
        height: .5rem;
        background-image: url("../images/down2.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.3rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidebar .sub-nav {
        display: none;
        min-height: auto;
        margin: 0;
        padding: 0;
        font-size: 0;
        background: #fff;
        border: 1px solid #4177B3;
        border-radius: 0 0 4px 4px;
    }

    .sidebar .sub-nav li .lv3 {
        margin: 0;
        padding-top: 0;
    }

    .sidebar .sub-nav a {
        height: .5rem;
        text-align: left;
        font-size: .18rem;
        line-height: .5rem;
    }

    .sidebar .sub-nav .down {
        top: 0;
        height: .45rem;
    }

    .main {
        width: 100%;
        padding: .26rem 0 0;
        margin: 0;
        box-shadow: none;
        background: none;
    }

    .main::before {
        display: none;
    }

    .position {
        padding: 0 0 .1rem;
        margin: 0;
    }

    .teach-list > li {
        width: 25%;
    }
}

@media screen and (max-width: 1460px) {
    .index-layer2 .column h3 {
        font-size: 0.24rem;
    }
}

@media screen and (max-width: 1366px) {
    .index-layer2 .column h3 {
        font-size: 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .n_join .dsjs ul li {
        width: 24%;
    }

    .banner .pagination {
        bottom: .2rem;
    }
.index-layer2 .bd_list{
    display: block;
}

    .index-layer1 .left-box .news-swiper {
        width: 100%;
    }

    .index-layer1 .left-box .list1 {
        width: 100%;
    }

    .index-layer2 .left-box .list3 {
        width: 100%;
    }

    .index-layer2 .left-box .news-swiper2 {
        width: 100%;
    }

    .news-swiper {
        margin: 0 0 .2rem;
    }

    .news-swiper .img-frame {
        padding: 65% 0 0;
    }

    .news-swiper2 {
        margin: .25rem 0 0;
    }

    .news-swiper2 .img-box .img-frame {
        padding: 65% 0 0;
    }

    .list1 .title {
        height: auto;
    }

    .footer > .container {
        justify-content: center;
    }

    .copy {
        width: 100%;
        margin: 0 0 .2rem;
        text-align: center;
    }

    .QR-code {
        width: 100%;
        justify-content: center;
    }

    .kjpt-link > li {
        width: 50%;
    }

    .position {
        padding: 0;
        border-bottom: 1px solid #002854;
    }

    .position h3, .position .line {
        display: none;
    }

    .place {
        padding-top: .06rem;
        padding-bottom: .06rem;
        line-height: .22rem;
        white-space: initial;
        background-position-y: 7px;
    }

    .main {
        padding: .18rem 0 0;
    }

    .picture1 {
        margin: .2rem -.12rem 0;
    }

    .picture1 > li {
        width: 50%;
        padding: 0 .12rem;
    }

    .picture2 {
        margin: .1rem 0 0;
    }

    .picture2 .img-frame {
        width: 1.8rem;
        padding: 1.2rem 0 0;
    }

    .picture2 .text {
        width: calc(100% - 1.8rem);
        padding: 0 0 0 .17rem;
    }

    .picture2 .img-scale {
        background-color: #fff !important;
    }

    .teach-list {
        margin: 0 -7px;
    }

    .teach-list > li {
        padding: 0 7px;
        margin: .2rem 0 0;
    }
}

@media screen and (max-width: 600px) {
    .teach-list > li {
        width: 50%;
    }
}

@media screen and (max-width: 520px) {
    .container {
        max-width: 92%;
    }

    .logo a {
        height: 40px;
    }

    .mobile-box {
        top: 64px;
        height: calc(100vh - 64px);
    }

    .search .input {
        width: calc(100% - .6rem);
    }

    .search .submit {
        width: .6rem;
    }

    .column {
        margin: .22rem 0 .2rem;
    }

    .column h3 {
        font-size: .24rem;
        line-height: .5rem;
    }

    .banner .pagination {
        bottom: .12rem;
    }

    .banner .pagination .swiper-pagination-bullet {
        width: .24rem;
        margin: 0 5px;
        line-height: .24rem;
    }

    .list1 a {
        flex-wrap: wrap;
    }

    .list1 .title {
        width: 100%;
        margin: 5px 0 0;
    }

    .news-swiper2 .img-box {
        padding: .12rem;
    }

    .kjpt-link {
        margin: 0;
    }

    .kjpt-link > li {
        width: 100%;
        padding: 0;
    }

    .pic-list1 {
        margin: 0 !important;
    }

    .pic-list1 > li {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 .25rem;
    }

    .pic-list1 .title {
        padding: 0;
        height: auto;
    }

    .kstd-link {
        justify-content: center;
    }

    .kstd-link li {
        width: 25%;
    }

    .list5 li {
        flex-wrap: wrap;
        padding: .1rem 0 !important;
        border-bottom: 1px dashed #ddd;
    }

    .list5 .title {
        width: 100%;
        padding: 0 0 0 .24rem;
        line-height: .28rem !important;
        overflow: visible;
        text-overflow: clip;
        white-space: initial;
    }

    .list5 .title i {
        height: .28rem;
    }

    .list5 .date {
        font-size: .15rem;
        line-height: .4rem !important;
    }

    .section {
        padding: 0 0 .3rem;
    }

    .article .title {
        font-size: .22rem;
        line-height: .27rem;
    }

    .article .cont-page {
        padding: .12rem .15rem .15rem;
    }

    .picture1 {
        margin: .2rem 0 0;
    }

    .picture1 > li {
        width: 100%;
        margin: 0 0 .3rem;
        padding: 0 0;
    }

    .picture2 a {
        padding: .2rem 0;
    }

    .picture2 .img-frame {
        width: 100%;
        padding: 66.66% 0 0;
    }

    .picture2 .text {
        width: 100%;
        padding: .1rem 0 0 !important;
    }
}

@media screen and (max-width: 420px) {
    .n_join .dsjs ul li {
        width: 32%;
    }
}

@media screen and (max-width: 380px) {
    .ztzl-link {
        margin: 0;
        padding: 0;
    }

    .ztzl-link > li {
        width: 100% !important;
        padding: 0 !important;
    }

    .kstd-link {
        justify-content: flex-start;
    }

    .kstd-link li {
        width: 33.33%;
    }
}

/*# sourceMappingURL=style.css.map */