<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; @font-face {
    font-family: "SiYuanSongTiBold";
    src: url("../font/SourceHanSerifCN-Bold-2.otf") format("woff");
}



td{
border-color: rgb(49 48 48);
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;}
 
table{
border-color: rgb(49 48 48);
    border-style: solid;
    border-width: 1px; border-collapse:collapse;
margin: auto;} 
  
 
table tr td  p{text-indent: 0em!important;min-width: 0.64rem;} 
 

#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;
    overflow-x: hidden;
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

.container {
    width: 1600px;
    max-width: 90%;
    margin: 0 auto;
    font-size: .16rem;
}

.header {
    position: relative;
    z-index: 100;
}

.header .head-box {
    background: #1C67B8;
}

.header .head-box &gt; .container {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: .13rem 0;
}

.header .right-box {
    position: absolute;
    top: 0.28rem;
    right: calc(50% - 800px);
    bottom: auto;
    left: auto;
    z-index: 3;
}

.logo a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.logo img {
    max-height: .74rem;
}

.logo p {
    margin: 0 0 0 .18rem;
    font-size: 0.35rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #fff;
    text-align: left;
}

.search {
    width: 2.7rem;
    background: white;
    border: 1px solid #D9D9D9;
    border-radius: .42rem;
    overflow: hidden;
}

.search .form {
    display: -ms-flexbox;
    display: flex;
}

.search .input {
    width: calc(100% - .42rem);
    height: .42rem;
    padding: 0 .12rem 0 .18rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #333;
    text-align: left;
}

.search .input::placeholder {
    color: #9E9E9E;
}

.search .submit {
    width: .42rem;
    height: .42rem;
    background-image: url("../images/search1.png");
    background-repeat: no-repeat;
    background-position: 20% 45%;
    background-color: transparent;
    background-size: auto;
}

.nav {
    position: relative;
    z-index: 2;
    background: #1C67B8;
}

.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.54rem;
    color: #fff;
    text-align: center;
}

.nav li a span {
    position: relative;
    z-index: 2;
}

.nav li &gt; a::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 0%;
    height: 2px;
    background: #1C67B8;
    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;
}

.nav li:hover &gt; a {
    color: #ffffff;
    font-weight: bold;
}
.nav li .active {
    color: #ffffff;
    font-weight: bold;
}
.nav li:hover &gt; a::after {
    left: 0;
    width: 100%;
}

.nav li:hover .lv2 {
    visibility: visible;
    top: calc(100% + 8px);
    opacity: 1;
}

.nav .lv2 {
    position: absolute;
    top: 150%;
    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: hidden;
}

.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: #1C67B8;
    border-bottom: 1px solid #1C67B8;
}

.nav .lv2 a {
    width: 100%;
    padding: .12rem 5px;
    font-size: .16rem;
    font-weight: 500;
    line-height: .24rem;
    color: #333;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: background 0.15s linear 0s;
    -moz-transition: background 0.15s linear 0s;
    -ms-transition: background 0.15s linear 0s;
    -o-transition: background 0.15s linear 0s;
    transition: background 0.15s linear 0s;
}

.nav .lv2 .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 10px;
    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;
    padding: 8px 0 0;
    border-radius: 2px;
    text-align: center;
    background: #1C67B8;
}

.pad-btn .nav-btn i {
    display: inline-block;
    width: 22px;
    height: 2px;
    margin: 6px 0 0;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 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::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 15%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);
    content: "";
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    padding: 4.5rem 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;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -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;
}

.banner .swiper-slide-active img {
    -webkit-transition: transform 6.5s linear 1.2s;
    -moz-transition: transform 6.5s linear 1.2s;
    -ms-transition: transform 6.5s linear 1.2s;
    -o-transition: transform 6.5s linear 1.2s;
    transition: transform 6.5s linear 1.2s;
    -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.35rem;
    left: 0%;
    z-index: 2;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 .14rem;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
    -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 {
    opacity: 1;
}

.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 {
    display: none;
    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 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: .5rem 0 .45rem;
}

.column h3 {
    position: relative;
    font-family: "SiYuanSongTiBold";
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.7rem;
    color: #171717;
    text-align: left;
    border-bottom: 1px solid #1C67B8;
}

.column h3::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -4px;
    left: auto;
    z-index: 1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #1C67B8;
    content: "";
    background: #fff;
}

.column .more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.more {
    position: relative;
    padding: 0 42px 0 0;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.7rem;
    color: #9e9e9e;
    text-align: left;
    background-image: url("../images/icon1.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: auto;
    -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:hover {
    color: #1C67B8;
    background-image: url("../images/icon1_3.png");
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.title {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #171717;
    text-align: left;
}

.info {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #757575;
    text-align: justify;
}

.date {
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #9e9e9e;
    text-align: left;
}

.date1 {
    display: inline-block;
    vertical-align: top;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #1C67B8;
    text-align: center;
}

.date1 p:first-child {
    font-size: .3rem;
    font-weight: 700;
    line-height: .3rem;
}

.section {
    position: relative;
    z-index: 1;
    padding: 1px 0 .65rem;
}

.section::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 7.55rem;
    background: linear-gradient(0deg, rgba(24, 114, 211, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
}

.section .container {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.section .group1 {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 71%;
}

.section .group1 .left-box {
    width: 56.778%;
}

.section .group1 .right-box {
    width: 40.5%;
}

.section .group2 {
    width: 25.2%;
}

.section .group3 {
    width: 31.5625%;
}

.section .group3 .column {
    margin: .8rem 0 0;
    padding: .35rem .35rem .52rem;
    background-image: url("../images/column1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.section .group3 .column.c2 {
    background-image: url("../images/column2.jpg");
}

.section .group3 .column.c3 {
    background-image: url("../images/column3.jpg");
}

.section .group3 .column h3 {
    color: #fff;
    border-color: #fff;
}

.section .group3 .column h3::after {
    right: -6px;
    border-color: #fff;
    background: none;
}

.section .group3 .column .more {
    top: .4rem;
    right: .3rem;
    color: #fff;
    background-image: url("../images/icon1_2.png");
}

.section .group3 .list3 {
    height: 5.4rem;
    padding: .08rem .35rem .17rem;
    background: #F5F9FC;
}

.section .group4 {
    width: 100%;
}

.section .group4 .column {
    margin-top: .6rem;
    justify-content: center;
}

.section.show .sidebar, .section.show .main {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.news-swiper {
    background: #fff;
}

.news-swiper .img-scale .img {
    padding: 4.15rem 0 0;
}

.news-swiper .txt-swiper {
    width: calc(100% - .38rem);
    margin: -.22rem 0 0;
    background: #1671D2;
}

.news-swiper .txt-swiper .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .23rem;
}

.news-swiper .txt-swiper .date1 {
    font-size: .18rem;
    color: #fff;
    text-align: left;
}

.news-swiper .txt-swiper .date1 p:first-child {
    font-size: .24rem;
}

.news-swiper .txt-swiper .title {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: calc(100% - 88px);
    height: .6rem;
    padding: 0 0 0 .21rem;
    font-size: .2rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.list1 {
    position: relative;
}

.list1 li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.list1 li::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.12rem;
    left: 0.2rem;
    z-index: 1;
    width: 0;
    height: 1px;
    background-color: #1C67B8;
    content: "";
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.list1 li:hover::after {
    width: calc(100% - .2rem);
}

.list1 li:hover .title, .list1 li:hover .date {
    color: #1C67B8;
    font-weight: 700;
}

.list1 li:hover .title::before {
    background: #1C67B8;
}

.list1 .title {
    width: calc(100% - 80px);
    line-height: .55rem;
}

.list1 .title::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 .12rem 2px 0;
    border: 1px solid #1C67B8;
    border-radius: 50%;
    content: "";
}

.list1 .date {
    line-height: .55rem;
}

.list1 .first-news {
    align-items: flex-start;
    margin: 0 0 .1rem;
    border-bottom: 1px solid #D8D8D8;
}

.list1 .first-news::after {
    display: none;
}

.list1 .first-news .date1 {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    font-size: .14rem;
    line-height: .2rem;
    color: #1671D2;
    background-image: url("../images/icon2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100% 100%;
}

.list1 .first-news .date1 p:first-child {
    font-size: .26rem;
    line-height: .26rem;
}

.list1 .first-news .text {
    width: calc(100% - 90px);
    padding: 0 0 0 .2rem;
}

.list1 .first-news .title {
    width: 100%;
    max-height: .6rem;
    font-size: .2rem;
    font-weight: 700;
    line-height: .3rem;
}

.list1 .first-news .title::before {
    display: none;
}

.list1 .first-news .info {
    max-height: .6rem;
    margin: .14rem 0 .25rem;
}

.list2 li {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: .2rem 0 0;
    border-bottom: 1px dashed #D8D8D8;
}

.list2 li:hover .date1 {
    color: #fff;
    background-image: url("../images/icon3_2.png");
}

.list2 li:hover .title {
    color: #1C67B8;
    font-weight: 700;
}

.list2 .date1 {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 99px;
    height: .84rem;
    margin: 0 0 -1px;
    padding: 0 20px 0 0;
    background-image: url("../images/icon3_1.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto 100%;
    -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 .text {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: calc(100% - 99px);
    padding: 0 0 0 .15rem;
}

.list2 .title {
    max-height: .6rem;
}

.list3 li {
    position: relative;
    padding: .11rem 0;
    border-bottom: 1px solid #C6D6E7;
}

.list3 li::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -4px;
    left: 0;
    z-index: 1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #C6D6E7;
    content: "";
    background: #F5F9FC;
}

.list3 li::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -4px;
    left: auto;
    z-index: 1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #C6D6E7;
    content: "";
    background: #F5F9FC;
}

.list3 li:last-child {
    border: none;
}

.list3 li:last-child::before, .list3 li:last-child::after {
    display: none;
}

.list3 li:hover .title {
    color: #1C67B8;
    font-weight: 700;
}

.list3 .date {
    color: #1C67B8;
    font-size: .14rem;
    line-height: .28rem;
}

.list3 .date span {
    vertical-align: bottom;
    font-size: .22rem;
    font-weight: 700;
}

.list3 .title {
    line-height: .35rem;
}

.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: #1C67B8;
}

.list5 li:hover .title i::after {
    background: #1C67B8;
}

.list5 li:hover .date {
    color: #1C67B8;
}

.list5 li:hover .date i {
    background-image: url();
    background-color: #1C67B8;
}

.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: #1C67B8;
    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: #1C67B8;
    -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;
}

.footer {
    background: #1C67B8;
}

.footer &gt; .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .55rem 0;
}

.foot-img {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.foot-img img {
    max-height: .75rem;
}

.foot-img p {
    margin: 0 0 0 .18rem;
    font-size: 0.35rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #fff;
    text-align: left;
}

.foot-contact {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
}

.copy {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
}

#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: #1C67B8;
    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: #1C67B8;
}

.decorate {
    position: relative;
    padding: 23% 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);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -o-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
}

.sidebar h3 {
    position: relative;
    font-family: "SiYuanSongTiBold";
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    background: #1C67B8;
}

.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 &gt; a {
    color: #1C67B8 !important;
    font-weight: 700;
}

.sidebar .sub-nav li.cur &gt; a p::after {
    width: 100%;
    opacity: 1;
}

.sidebar .sub-nav li:hover &gt; a {
    color: #1C67B8;
}

.sidebar .sub-nav a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: .7rem;
    padding: 0 .5rem 0 .3rem;
    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: #1C67B8;
}

.sidebar .sub-nav .lv3 a:hover::before {
    background: #1C67B8;
}

.sidebar .sub-nav .lv3 a.cur {
    color: #1C67B8;
    font-weight: 700;
}

.sidebar .sub-nav .lv3 a.cur::before {
    background: #1C67B8;
}

.main {
    position: relative;
    z-index: 4;
    width: calc(100% - 3.1rem);
    min-height: 4rem;
    margin: .3rem 0 0;
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -o-transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    transition: all 0.6s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
}

.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 #1C67B8;
    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: #1C67B8;
}

.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;
    font-size: 0.18rem !important;
}

.article .content p span{
    text-indent: 2em;
    word-break: break-all;
    margin: 0 0 .18rem;
    font-size: 0.18rem !important;
}

.article .content img, .article .content video {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.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 #1C67B8;
    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: #1C67B8;
    -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: #1C67B8;
}

.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: #2196f3;
}

.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 &gt; 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: #1C67B8;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2);
}

.picture1 .img-scale:hover .title {
    color: #1C67B8;
}

.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: #1C67B8;
    box-shadow: 7px 6px 0 0 #eee;
}

.picture2 a:hover .title {
    font-weight: 700;
    color: #1C67B8;
}

.picture2 .img-frame {
    display: inline-block;
    vertical-align: top;
    width: 2.4rem;
}

.picture2 .img-frame .img {
    padding: 1.6rem 0 0;
}

.picture2 .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.4rem);
    padding: 0 0 0 .3rem;
}

.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: #1C67B8;
}

.picture2 .title {
    font-size: .18rem;
    font-weight: 700;
    color: #333;
}

.picture2 .info {
    height: .6rem;
}

.picture3 {
    font-size: 0;
    margin: 0 -0.22rem;
}

.picture3 &gt; li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.22rem;
}

.picture3 li {
    margin: 0 0 .3rem;
}

.picture3 .img-scale {
    padding: .16rem .11rem 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.picture3 .img-scale::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 0%;
    height: 3px;
    background: #FF7327;
    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;
}

.picture3 .img-scale .img {
    padding: 72.5% 0 0;
}

.picture3 .img-scale:hover {
    background: #fff;
    box-shadow: 0px 9px 28px 0px rgba(103, 128, 228, 0.15);
}

.picture3 .img-scale:hover::after {
    left: 0;
    width: 100%;
}

.picture3 .img-scale:hover .text {
    background: none;
}

.picture3 .img-scale:hover .title {
    color: #1C67B8;
    font-weight: 700;
}

.picture3 .text {
    padding: .3rem .25rem .32rem;
    border: 1px solid #fff;
    border-top: 0;
    background: rgba(255, 255, 255, 0.4);
    -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;
}

.picture3 .line {
    width: .25rem;
    height: 1px;
    margin: .13rem auto .15rem;
    background: #C8C8C8;
}

.picture3 .title {
    text-align: center;
}

.picture3 .info {
    line-height: .32rem;
}

.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 #1C67B8;
}

.teach-column .more {
    padding: 0;
    font-size: .16rem;
    line-height: .5rem;
    background: none;
}

.teach-list {
    font-size: 0;
    margin: 0 -0.12rem;
}

.teach-list &gt; 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: #1C67B8;
    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: .4rem 0 .2rem !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: #1C67B8;
    font-weight: bold;
    color: #fff;
    border-color: #1C67B8;
}

#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;
}

@media screen and (max-width: 1777px) {
    .header .right-box {
        right: 5%;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 90px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header .head-box {
        position: relative;
        z-index: 10;
        box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    }

    .header .head-box &gt; .container {
        padding: 8px 0;
        justify-content: space-between;
    }

    .header .right-box {
        position: static;
    }

    .logo {
        max-width: calc(100% - 48px);
    }

    .logo a {
        height: 42px;
    }

    .logo img {
        max-height: 100%;
    }

    .logo p {
        margin: 0 0 0 .1rem;
        font-size: .21rem;
        line-height: .22rem;
    }

    .pad-btn {
        display: block;
    }

    .mobile-box {
        position: fixed;
        top: 58px;
        right: -100%;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: 100%;
        height: calc(100vh - 58px);
        padding: .3rem 5% .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-color: #fff;
        background-image: linear-gradient(0deg, rgba(24, 114, 211, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    }

    .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: 100%;
        padding: 0;
        border-radius: 4px;
    }

    .search .input {
        width: calc(100% - .6rem);
        height: .42rem;
        line-height: .42rem;
    }

    .search .submit {
        width: .6rem;
        height: .42rem;
        background-position: 50% 50%;
    }

    .top-link {
        margin: 0;
    }

    .top-link li {
        margin: 0;
        width: .4rem;
        height: .4rem;
        background-color: #1C67B8;
    }

    .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;
        line-height: .6rem;
        font-size: .2rem;
        color: #333 !important;
    }

    .nav li a::after {
        display: none;
    }

    .nav li.show {
        background: #fff !important;
    }

    .nav li.show &gt; 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/icon12_2.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 7px;
        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;
    }

    .column {
        justify-content: flex-start !important;
        margin: .22rem 0 .2rem;
    }

    .column h3 {
        font-size: .28rem;
    }

    .banner {
        margin: 58px 0 0;
    }

    .banner .img {
        height: auto;
        padding: 42% 0 0;
    }

    .banner .pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }

    .section {
        padding: 1px 0 .3rem;
    }

    .section .group1 {
        width: 100%;
    }

    .section .group1 .left-box {
        width: 100%;
    }

    .section .group1 .right-box {
        width: 100%;
        margin: .1rem 0 0;
    }

    .section .group2 {
        width: 100%;
    }

    .section .group3 {
        width: 100%;
    }

    .section .group3 .column {
        margin-top: .4rem;
        padding: .1rem .25rem .3rem;
    }

    .section .group3 .column .more {
        top: .14rem;
    }

    .section .group3 .list3 {
        height: auto;
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .section .group4 {
        width: 100%;
    }

    .section .group4 .column {
        margin-top: .3rem;
    }

    .section .group5 {
        width: 100%;
    }

    .news-swiper .img-scale .img {
        padding: 66% 0 0;
    }

    .picture3 {
        margin: 0 -.1rem;
    }

    .picture3 &gt; li {
        width: 50%;
        padding: 0 .1rem;
    }

    .picture3 .img-scale {
        background: #fff;
        box-shadow: 0px 9px 28px 0px rgba(103, 128, 228, 0.15);
    }

    .picture3 .img-scale::after {
        width: 100%;
        left: 0;
    }

    .picture3 .text {
        padding: .1rem .15rem .2rem;
    }

    .footer &gt; .container {
        flex-wrap: wrap;
        padding: .2rem 0;
    }

    #to-top {
        display: none !important;
    }

    .foot-img {
        width: 100%;
        margin: 0 0 .12rem;
        justify-content: center;
    }

    .foot-img img {
        max-height: .5rem;
    }

    .foot-img p {
        margin: 0 0 0 .1rem;
        font-size: .21rem;
        line-height: .22rem;
    }

    .copy {
        width: 100%;
        margin: 0 0 .12rem;
        text-align: center;
    }

    .foot-contact {
        width: 100%;
        text-align: center;
    }

    .decorate {
        margin: 58px 0 0;
        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: #1C67B8;
        border-width: 2px;
        text-indent: 0;
    }

    .sidebar h3::after {
        display: none;
    }

    .sidebar h3 i {
        width: .5rem;
        height: .5rem;
        background-image: url();
        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();
        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 #1C67B8;
        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 &gt; li {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .position {
        padding: 0;
        border-bottom: 1px solid #1C67B8;
    }

    .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 &gt; li {
        width: 50%;
        padding: 0 .12rem;
    }

    .picture2 {
        margin: .1rem 0 0;
    }

    .picture2 .img-frame {
        width: 1.8rem;
    }

    .picture2 .img-frame .img {
        padding: 1.2rem 0 0;
    }

    .picture2 .text {
        width: calc(100% - 1.8rem);
        padding: 0 0 0 .17rem;
    }

    .picture2 .img-scale {
        background-color: none !important;
    }

    .teach-list {
        margin: 0 -7px;
    }

    .teach-list &gt; li {
        padding: 0 7px;
        margin: .2rem 0 0;
    }
}

@media screen and (max-width: 520px) {
    .logo p {
        font-size: 4vw;
        line-height: 1.2;
    }

    .foot-img p {
        font-size: 4vw;
        line-height: 1.2;
    }

    .column {
        margin: .12rem 0 .2rem;
    }

    .news-swiper .txt-swiper .title {
        width: calc(100% - 76px);
    }

    .section .group1 .left-box {
        margin: 0 0 .2rem;
    }

    .list1 .first-news .info {
        margin: .1rem 0 .15rem;
    }

    .list1 .first-news .date1 {
        width: 82px;
        height: 82px;
    }

    .list1 .first-news .text {
        width: calc(100% - 82px);
    }

    .list2 .date1 {
        color: #fff;
        background-image: url("../images/icon3_2.png");
    }

    .list2 .text {
        padding: 0;
    }

    .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;
    }

    .article .title {
        font-size: .22rem;
        line-height: .27rem;
    }

    .article .cont-page {
        padding: .12rem .15rem .15rem;
    }

    .picture1 {
        margin: .2rem 0 0;
    }

    .picture1 &gt; li {
        width: 100%;
        margin: 0 0 .3rem;
        padding: 0 0;
    }

    .picture2 a {
        padding: .2rem 0;
    }

    .picture2 .img-frame {
        width: 100%;
    }

    .picture2 .img-frame .img {
        padding: 66.66% 0 0;
    }

    .picture2 .text {
        width: 100%;
        padding: .1rem 0 0 !important;
    }

    .picture3 &gt; li {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */</pre></body></html>