@charset "UTF-8"; #loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    font-size: 100px;
    min-width: 320px;
    overflow-x: auto;
}

.container {
    width: 1400px;
    max-width: 85%;
    margin: 0 auto;
    font-size: .16rem;
}

.overflow {
    height: 100vh;
    overflow: hidden;
}

.header {
    width: 100%;
    padding: .25rem 0;
    background-image: url("../images/t_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.header .fr {
    margin: -8px 0 0;
    text-align: right;
}

.logo img {
    width: auto;
}

.top-link {
    margin: 0 0 7px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: right;
}

.top-link a {
    color: #fff;
}

.top-link a:hover {
    text-decoration: underline !important;
}

.top-link span {
    margin: 0 .08rem;
}

.search {
    display: inline-block;
    padding: 0 3px 0 .1rem;
    font-size: 0;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(17, 109, 192, 0.5);
}

.search .input {
    width: 1.9rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.32rem;
    height: .32rem;
    color: #fff;
    text-align: left;
    vertical-align: top;
}

.search .input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search .submit {
    width: .3rem;
    height: .32rem;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 35% 45%;
    background-color: transparent;
    background-size: auto;
}

.search2 {
    width: 100%;
    max-width: 7.5rem;
    margin: .3rem auto;
    padding: .1rem;
    box-shadow: 0 0 14px 0 #ccc;
}

.search2 .input {
    width: calc(100% - .52rem);
    height: .45rem;
    padding-left: .15rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.43rem;
    color: #555;
    text-align: left;
    vertical-align: top;
    border: 1px solid #eee;
}

.search2 .submit {
    width: .45rem;
    height: .45rem;
    vertical-align: top;
    background-image: url(../images/search2.png);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-color: transparent;
    background-size: auto;
}

.search2 form {
    white-space: nowrap;
    font-size: 0;
}

.nav {
    position: relative;
    z-index: 10;
    width: 100%;
}

.nav li {
    position: relative;
    z-index: 1;
    float: left;
    /* width: 9%; */
}

.nav li a {
    display: block;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: #000;
    padding: 0;
    text-align: center;
    -webkit-transition: background 0.36s linear 0s;
    -moz-transition: background 0.36s linear 0s;
    -ms-transition: background 0.36s linear 0s;
    -o-transition: background 0.36s linear 0s;
    transition: background 0.36s linear 0s;
}

.nav li .lv2 {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: .08rem 0 .1rem;
    background: #fff;
    transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.nav li .lv2 a {
    padding: .08rem .05rem;
    font-size: .16rem;
    line-height: .22rem;
    color: #333;
}

.nav li .lv2 a:hover {
    color: #fff;
    background: #025baa;
}

.nav li .lv2 .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 12px;
    overflow: hidden;
}

.nav li .lv2 .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    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);
}

.nav li:hover {
    z-index: 2;
}

.nav li:hover > a {
    color: #fff;
    background: #025baa;
}

.nav li:hover .lv2 {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}

.nav li:hover::after {
    display: none;
}

.nav li:last-child::after {
    display: none;
}

.nav li::after {
    position: absolute;
    top: 22px;
    right: -1px;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: 1px;
    height: 20px;
    background: #c4c4c4;
}

.banner {
    position: relative;
    z-index: 1;
    font-size: 0;
}

.banner .img {
    position: relative;
    display: block;
    height: 0;
    padding: 21.875% 0 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.25s linear 0s;
    -moz-transition: transform 0.25s linear 0s;
    -ms-transition: transform 0.25s linear 0s;
    -o-transition: transform 0.25s linear 0s;
    transition: transform 0.25s linear 0s;
}

.banner .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .slick-current a {
    -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 6s linear 0s;
    -moz-transition: transform 6s linear 0s;
    -ms-transition: transform 6s linear 0s;
    -o-transition: transform 6s linear 0s;
    transition: transform 6s linear 0s;
}

.banner .slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.banner .slick-dots li.slick-active {
    background: #cc0001;
}

.banner .slick-arrow {
    position: absolute;
    top: 48%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 45px;
    height: 45px;
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(2, 91, 170, 0.4);
    background-size: auto;
    border-radius: 50%;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.banner .slick-arrow.slick-prev {
    left: 3%;
}

.banner .slick-arrow.slick-next {
    right: 3%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-color: rgba(56, 80, 125, 0.8);
}

.pad-btn {
    display: none;
    align-items: center;
    font-size: 0;
}

.pad-btn .search-btn {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.pad-btn .nav-btn {
    position: relative;
    z-index: 5;
    display: flex;
    width: 36px;
    margin: 0 .2rem 0 .52rem;
    vertical-align: middle;
    cursor: pointer;
}

.pad-btn .nav-btn i {
    display: block;
    height: 2px;
    margin: 9px 0;
    background: #025baa;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0px, 11px) rotate(45deg);
    -moz-transform: translate(0px, 11px) rotate(45deg);
    -ms-transform: translate(0px, 11px) rotate(45deg);
    -o-transform: translate(0px, 11px) rotate(45deg);
    transform: translate(0px, 11px) 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(0px, -11px) rotate(-45deg);
    -moz-transform: translate(0px, -11px) rotate(-45deg);
    -ms-transform: translate(0px, -11px) rotate(-45deg);
    -o-transform: translate(0px, -11px) rotate(-45deg);
    transform: translate(0px, -11px) rotate(-45deg);
}

#mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.85);
}

#mask .close {
    width: .7rem;
    height: .7rem;
    position: absolute;
    top: calc(80px + 5%);
    right: 10%;
    bottom: auto;
    left: auto;
    z-index: 1;
    cursor: pointer;
}

#mask .close i {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
}

#mask .close i:nth-child(1) {
    -webkit-transform: translate(0, 33px) rotate(45deg);
    -moz-transform: translate(0, 33px) rotate(45deg);
    -ms-transform: translate(0, 33px) rotate(45deg);
    -o-transform: translate(0, 33px) rotate(45deg);
    transform: translate(0, 33px) rotate(45deg);
}

#mask .close i:nth-child(2) {
    -webkit-transform: translate(0, 31px) rotate(-45deg);
    -moz-transform: translate(0, 31px) rotate(-45deg);
    -ms-transform: translate(0, 31px) rotate(-45deg);
    -o-transform: translate(0, 31px) rotate(-45deg);
    transform: translate(0, 31px) rotate(-45deg);
}

.search-box {
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: .2rem 0;
    overflow: hidden;
}

.search-box form {
    background: #fff;
    white-space: nowrap;
    padding: .15rem .1rem .15rem .15rem;
    width: 80%;
    max-width: 6.5rem;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.42s linear 0s;
    -moz-transition: all 0.42s linear 0s;
    -ms-transition: all 0.42s linear 0s;
    -o-transition: all 0.42s linear 0s;
    transition: all 0.42s linear 0s;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 2px;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

.search-box .input {
    width: calc(100% - .55rem);
    height: .5rem;
    padding: 0 .1rem 0 .15rem;
    vertical-align: top;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #333;
    text-align: left;
    border: 1px solid #eee;
}

.search-box .submit {
    width: .5rem;
    height: .5rem;
    vertical-align: top;
    background-image: url("../images/search2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

.search-box.show form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .2s;
    -ms-transition-delay: .2s;
}

.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 {
    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;
    margin: .24rem 0 .3rem;
    text-align: center;
}

.column h3 {
    display: inline-block;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.55rem;
    color: #000;
    text-align: left;
}

.column h3::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .4rem;
    height: 4px;
    margin: 0 auto;
    background: #025baa;
}

.column .more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.more {
    font-size: .14rem;
    line-height: .55rem;
    color: #999;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.more:hover {
    color: #025baa;
}

.title {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #000;
    text-align: left;
}

.title:hover {
    color: #025baa;
}

.info {
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #666;
    text-align: justify;
}

.date {
    padding: 0 0 0 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #999;
    text-align: left;
    background-image: url("../images/time.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.date2 {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #999;
    text-align: left;
}

.date2 span {
    display: inline-block;
    vertical-align: middle;
}

.index-news .news-slick1 {
    width: 48.214%;
}

.index-news .news-list {
    width: 48.214%;
}

.index-notice {
    margin: .4rem 0 0;
    padding: 1px 0 .5rem;
    background-image: url("../images/t_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.index-notice .column {
    text-align: left;
}

.index-notice .notice {
    width: 48.214%;
}

.index-notice .culture {
    width: 48.214%;
}

.index-notice .culture .box {
    padding: .2rem .2rem .15rem;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.index-research {
    padding: 0 0 .45rem;
}

.news-slick1 .img-frame {
    height: 0;
    padding: 4.16rem 0 0;
}

.news-slick1 .text {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 0;
    background: rgba(0, 0, 0, 0.6);
}

.news-slick1 .date {
    display: inline-block;
    vertical-align: top;
    width: .7rem;
    padding: .07rem 0 .03rem;
    color: #fff;
    background: #025baa;
    text-align: center;
}

.news-slick1 .date p:first-child {
    font-size: .3rem;
}

.news-slick1 .title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - .7rem);
    padding: 0 1.3rem 0 .35rem;
    color: #fff;
    font-size: .18rem;
    line-height: .7rem;
}

.news-slick1 .slick-dots {
    position: absolute;
    top: auto;
    right: 0.18rem;
    bottom: 0.28rem;
    left: auto;
    z-index: 1;
}

.news-slick1 .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.news-slick1 .slick-dots li.slick-active {
    background: #fff;
}

.news-slick2 {
    margin: 0 -.19rem;
}

.news-slick2 .slick-slide {
    padding: 0 .19rem;
}

.news-slick2 .img-frame {
    padding: 66.666% 0 0;
}

.news-slick2 .title {
    margin: .15rem 0 .1rem;
    height: .6rem;
}

.news-slick2 .slick-dots {
    margin: .25rem 0 0;
    text-align: center;
}

.news-slick2 .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #aab2b5;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.news-slick2 .slick-dots li.slick-active {
    background: #025baa;
}

.news-slick2 .slick-arrow {
    position: absolute;
    top: 35%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 42px;
    height: 42px;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.news-slick2 .slick-arrow.slick-prev {
    left: -.45rem;
}

.news-slick2 .slick-arrow.slick-next {
    right: -.45rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.first-news {
    margin: 0 0 .1rem;
    border-bottom: 1px solid #025baa;
}

.first-news a {
    display: block;
}

.first-news .title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.1rem);
    font-weight: 700;
}

.first-news .date {
    color: #025baa;
}

.first-news .info {
    margin: .12rem 0 .22rem;
    height: .48rem;
}

.first-news2 {
    margin: 0 0 .1rem;
    padding: 0 0 .24rem;
    border-bottom: 1px solid #ddd;
}

.first-news2 .img-scale {
    display: inline-block;
    vertical-align: top;
    width: 1.8rem;
    padding: 1.2rem 0 0;
}

.first-news2 .text {
    width: calc(100% - 1.96rem);
}

.first-news2 .title {
    font-weight: 700;
}

.first-news2 .info {
    margin: .06rem 0 .1rem;
    height: .48rem;
}

.first-news2 .date {
    color: #025baa;
}

.list1 li {
    padding: .1rem 0;
    border-bottom: 1px dashed #d3d3d3;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.list1 li:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.list1 li:hover .title {
    color: #025baa;
}

.list1 li:hover .title::before {
    background: #025baa;
}

.list1 li:last-child {
    border: none;
}

.list1 .date {
    padding: 0;
    background-image: none;
}

.list1 .title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.2rem);
}

.list1 .title::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 .12rem 1px 0;
    background: #025baa;
    border-radius: 50%;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.list2 li {
    margin: .15rem 0 0;
    background: #fff;
}

.list2 li:first-child {
    margin: 0;
}

.list2 .title {
    line-height: .52rem;
    padding: 0 .2rem;
    -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:hover {
    color: #fff;
    background: #025baa;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.list2 .title:hover .date {
    color: #fff;
    border-color: #fff;
}

.list2 .date {
    margin: 0 .1rem 0 0;
    padding: 0 .1rem 0 0;
    line-height: .52rem;
    color: #025baa;
    background: none;
    border-right: 1px solid #a9a9a9;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.footer {
    background: #025baa;
}

.footer .container {
    padding: .2rem 0;
}

.foot-link {
    width: 3.9rem;
}

.foot-link h3 {
    margin: 0 0 .12rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
}

.foot-link ul {
    font-size: 0;
}

.foot-link li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: .05rem .1rem .05rem 0;
}

.foot-link li a {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
}

.foot-link li a:hover {
    color: #fff;
}

.ewm {
    margin: .34rem 0 0;
    font-size: 0;
}

.ewm li {
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    margin: 0 0 0 .3rem;
}

.ewm li p {
    margin: .12rem 0 0;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.ewm li:first-child {
    margin: 0;
}

.ewm li:hover .icon i {
    animation: jello .8s;
}

.ewm li:hover p {
    color: #fff;
}

.ewm a {
    display: block;
}

.ewm img {
    height: auto;
}

.ewm .icon {
    position: relative;
    padding-top: 100%;
    background: #1c6cb3;
}

.ewm .icon i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

.ewm .icon i.i1 {
    background-image: url("../images/t_icon1.png");
}

.ewm .icon i.i2 {
    background-image: url("../images/t_icon2.png");
}

.ewm .icon i.i3 {
    background-image: url("../images/t_icon3.png");
}

.copy {
    padding: .13rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #fff;
    text-align: center;
    border-top: 1px solid #1c6cb3;
}

.decoration {
    position: relative;
    padding: 18.75% 0 0;
    overflow: hidden;
}

.decoration img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-main .inset {
    padding: 1px .35rem 0;
    box-shadow: 0 0 8px 0 #ccc;
    background: #fff;
}

.sidebar {
    position: relative;
    z-index: 3;
    width: 19.3%;
    min-width: 2.4rem;
    margin: -.8rem 0 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    overflow: hidden;
}

.sidebar h3 {
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    background: #025baa;
}

.sidebar h3 i {
    display: block;
    margin: 0 auto;
}

.sidebar h3 i.close {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar .lv2-nav {
    padding: 0 0 1rem;
    background: #fff;
}

.sidebar .lv2-nav li {
    position: relative;
    padding: 0 .2rem;
    border-left: 4px solid transparent;
}

.sidebar .lv2-nav li.cur {
    border-color: #025baa;
    background: #e9eef2;
}

.sidebar .lv2-nav li.cur > a {
    color: #025baa;
    font-weight: 700;
    background-image: url("../images/jiantou1.png");
}

.sidebar .lv2-nav li.cur .lv3 {
    display: block;
}

.sidebar .lv2-nav li:hover > a {
    color: #025baa;
    font-weight: 700;
    background-image: url("../images/jiantou1.png");
}

.sidebar .lv2-nav .down {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .3rem;
    height: .6rem;
    background-image: url(../images/jiantou2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    cursor: pointer;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar .lv2-nav .down.close {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar .lv2-nav a {
    display: block;
    padding: .15rem .28rem .15rem .2rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #eee;
    background-image: url("../images/jiantou2.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: transparent;
    background-size: auto;
    -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;
}

.sidebar .lv2-nav .lv3 {
    display: none;
    padding: .1rem 0 .1rem .12rem;
}

.sidebar .lv2-nav .lv3 a {
    padding: .05rem 0;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #000;
    text-align: left;
}

.sidebar .lv2-nav .lv3 a:hover {
    color: #025baa;
}

.sidebar .lv2-nav .lv3 a.cur {
    color: #025baa;
    font-weight: 700;
}

.main {
    width: 77.85%;
    max-width: calc(100% - 2.85rem);
    min-height: 4rem;
    margin: .20rem 0 .4rem;
}

.main .list1 {
    margin: .1rem 0 0;
}

.main .list1 li {
    padding: .15rem 0;
}

.main .list1 .date {
    padding: 0 0 0 22px;
    background-image: url("../images/time.png");
}

.position {
    margin: 0 0 .05rem;
    border-bottom: 1px solid #ddd;
}

.position h3 {
    display: inline-block;
    margin: 0 0 -1px;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #000;
    text-align: left;
    border-bottom: 3px solid #025baa;
}

.place {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #808080;
    text-align: left;
    padding: .14rem 0 .14rem .22rem;
    background-image: url(../images/weizhi.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.place a {
    color: #808080;
}

.place a:hover {
    color: #025baa;
}

.place a:last-child {
    color: #025baa;
    font-weight: 700;
}

.teach-list {
    font-size: 0;
    margin: 0 -0.14rem;
}

.teach-list > li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 0.14rem;
}

.teach-list li {
    margin: .3rem 0 0;
}

.teach-list a {
    display: block;
    padding: 0 .4rem 0 10%;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #000;
    text-align: left;
    border-radius: 2px;
    background-image: url("../images/jiantou3.png");
    background-repeat: no-repeat;
    background-position: calc(100% - .2rem) 50%;
    background-color: #e7ebee;
    background-size: auto;
    -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;
}

.teach-list a:hover {
    color: #fff;
    background-color: #025baa;
    background-image: url("../images/jiantou4.png");
}

.teach-img-list {
    font-size: 0;
    margin: 0 -0.25rem;
}

.teach-img-list li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: .2rem 0 0;
    padding: 0 0.25rem;
}

.teach-img-list .img {
    padding: 130% 0 0;
    background-position-y: 18%;
}

.teach-img-list .title {
    text-align: center;
    margin: .1rem 0 .15rem;
    padding: 0 6px;
    font-size: .18rem;
}

.teach-img-list .img-scale:hover .title {
    color: #025baa;
}

.picture-list {
    font-size: 0;
    margin: 0 -0.25rem;
}

.picture-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    margin: .2rem 0 0;
    padding: 0 0.25rem;
}

.picture-list .img-frame {
    border: 1px solid #eee;
}

.picture-list .img {
    padding: 66.66% 0 0;
    background-position-y: 18%;
}

.picture-list .title {
    text-align: center;
    margin: .1rem 0 .15rem;
    padding: 0 6px;
    font-size: .16rem;
}

.picture-list .img-scale:hover .title {
    color: #025baa;
}

.news-list2 li {
    padding: .22rem .2rem .22rem 0;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: box-shadow 0.36s linear 0s;
    -moz-transition: box-shadow 0.36s linear 0s;
    -ms-transition: box-shadow 0.36s linear 0s;
    -o-transition: box-shadow 0.36s linear 0s;
    transition: box-shadow 0.36s linear 0s;
}

.news-list2 li:hover {
    border-bottom-right-radius: .3rem;
    box-shadow: 0.1rem 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.15);
}

.news-list2 li:hover .date span {
    background: #025baa;
}

.news-list2 .img-scale {
    display: inline-block;
    vertical-align: top;
    width: 2.4rem;
}

.news-list2 .img-scale .img {
    padding: 66.666% 0 0;
}

.news-list2 .text {
    width: calc(100% - 2.6rem);
    padding: .07rem 0 0;
}

.news-list2 .title {
    width: 100%;
    font-size: .18rem;
}

.news-list2 .title::before {
    display: none;
    margin: 0;
}

.news-list2 .title:hover {
    color: #025baa;
    font-weight: 700;
}

.news-list2 .info {
    margin: .12rem 0 .18rem;
}

.news-list2 .date {
    color: #025baa;
}

.leader-list {
    font-size: 0;
    margin: .35rem -0.16rem 0;
}

.leader-list > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0.16rem;
    margin: 0 0 .4rem;
}

.leader-list .name {
    display: block;
    font-size: 0.21rem;
    font-weight: 700;
    line-height: 0.4rem;
    color: #025baa;
    text-align: left;
}

.leader-list .name span {
    color: #000;
    margin-left: .3rem;
}

.leader-list .info {
    height: 1.12rem;
    margin: .1rem 0 0;
    font-size: .16rem;
    line-height: .28rem;
}

.leader-list .info span {
    color: #000;
}

.leader-list .img-scale {
    border-radius: .2rem 0 .2rem 0;
    box-shadow: 0 0.05rem 0.08rem 0 rgba(0, 0, 0, 0.2);
}

.leader-list .img-frame {
    display: inline-block;
    vertical-align: top;
    width: 1.5rem;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.leader-list .img-frame .img {
    padding: 142.5% 0 0;
    background-position: 50% 50%;
    background-color: #eee;
}

.leader-list .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.5rem);
    padding: .2rem .15rem 0 .2rem;
}

.article {
    padding: .35rem 0 .2rem;
}

.article .title {
    margin: 0 0 .1rem;
    font-size: .26rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #000;
    text-align: center;
}

.article .sub {
    margin: .3rem 0;
    padding: .12rem 0;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #777;
    text-align: center;
    background: #f2f2f2;
}

.article .content {
    padding: 0 3% .3rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 220%;
    color: #000;
    text-align: justify;
}

.article .content p {
    text-indent: 2em;
}

.article .content img, .article .content video {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: .15rem auto .05rem;
}

.article .content table {
    max-width: 100%;
    margin: .18rem auto;
}

.article .content table p {
    text-indent: 0;
    line-height: 150%;
}

.article .content table img, .article .content table video {
    margin-top: 0;
    margin-bottom: 0;
}

.article .content iframe {
    max-width: 100%;
    margin: .18rem auto;
}

.article .cont-page {
    padding: .25rem 0 0;
    border-top: 1px dashed #ccc;
}

.article .cont-page a {
    display: block;
    padding: 4px 0;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.27rem;
    color: #494949;
    text-align: left;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.article .cont-page a span {
    color: #025baa;
    font-weight: 700;
}

.article .cont-page a:hover {
    color: #025baa;
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.article.about .title {
    padding: 0 0 .12rem;
}

.article.about .content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#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;
}

.phone-page {
    display: none;
}

#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;
    transition: all .28s;
    -ms-transition: all .28s;
}

#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: #025baa;
    font-weight: bold;
    color: #fff;
    border-color: #025baa;
}

#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: 2px;
    width: 40px;
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
}

#to-top {
    position: fixed;
    top: auto;
    right: -1rem;
    bottom: 30%;
    left: auto;
    z-index: 20;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background-image: url(../images/toTop.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #025baa;
    background-size: 38px auto;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    opacity: .8;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

#to-top:hover {
    opacity: 1;
}

@media screen and (max-width: 1400px) {
    .teach-list > li {
        width: 25%;
    }

    .teach-img-list, .picture-list {
        margin: 0 -0.15rem;
    }

    .teach-img-list li {
        width: 25%;
        margin: .3rem 0 0;
        padding: 0 0.15rem;
    }

    .picture-list li {
        margin: .3rem 0 0;
        padding: 0 0.15rem;
    }

    .teach-img-list .title, .picture-list .title {
        margin: .05rem 0;
        font-size: .16rem;
    }

    .leader-list > li {
        width: 100%;
        margin: 0 0 .3rem;
    }
}

@media screen and (max-width: 1200px) {
    .nav li a {
        font-size: .16rem;
    }

    .ewm li {
        margin: 0 0 0 .15rem;
    }

    .teach-list > li {
        width: 33.33%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 90%;
    }

    .header {
        position: relative;
        z-index: 102;
        padding: 9px 0;
        border: none;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    }

    .header > .fr {
        display: flex;
        align-items: center;
        float: none;
        margin: 0;
    }

    .header .search {
        display: none;
    }

    .logo img {
        height: 52px !important;
    }

    .top-link {
        display: none;
    }

    .top-link span:first-child {
        display: none;
    }

    .pad-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1;
        display: flex;
        align-items: center;
    }

    .pad-btn .search-btn {
        width: 42px;
        height: 42px;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
    }

    .pad-btn .nav-btn {
        display: inline-block;
    }

    .pad-btn::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1;
        content: "";
        border-top: 70px solid #fff;
        border-bottom: 0px solid transparent;
        border-right: 72px solid #fff;
        border-left: 12px solid transparent;
    }

    .banner .arrow {
        display: none;
    }

    .banner .img {
        height: 0;
        padding: 42% 0 0;
        transform: none !important;
    }

    .banner .swiper-pagination {
        bottom: .15rem;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .nav {
        position: fixed;
        top: 70px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 8;
        display: block;
        width: auto;
        height: calc(100vh - 70px);
        margin: 0;
        padding: .2rem 0;
        overflow-x: hidden;
        background: #f5f5f5;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -ms-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
    }

    .nav ul {
        height: 100%;
        padding: .1rem .22rem;
        background: #fff;
        overflow-x: hidden;
        border-radius: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    }

    .nav li {
        display: block;
        width: 100%;
        border-bottom: 1px dashed #ccc;
    }

    .nav li a {
        display: block;
        padding: 0 8px;
        line-height: .6rem;
        text-align: left;
        color: #494949 !important;
        background: transparent !important;
    }

    .nav li a .icon {
        display: none !important;
    }

    .nav li .tri {
        display: none !important;
    }

    .nav li .down-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .5rem;
        height: .6rem;
        background-image: url("../images/down1.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: auto;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.36s linear 0s;
        -moz-transition: all 0.36s linear 0s;
        -ms-transition: all 0.36s linear 0s;
        -o-transition: all 0.36s linear 0s;
        transition: all 0.36s linear 0s;
    }

    .nav li .down-icon.close {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav li .lv2 {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
        padding-left: .3rem;
        padding-top: 0;
        border: none;
        background: none;
        box-shadow: none;
        transition: none;
    }

    .nav li .lv2 a {
        color: #333 !important;
    }

    .nav li .lv2 .tri {
        display: none;
    }

    .nav li:hover .lv2 {
        display: none;
        animation: none;
        box-shadow: none;
    }

    .nav li::after {
        display: none;
    }

    .nav.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .nav::before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 1.5rem;
        background-image: url("../images/t_bg5_1.png");
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-color: transparent;
        background-size: auto;
        opacity: .25;
    }

    .column {
        margin: .2rem 0 .15rem;
        text-align: left;
    }

    .column h3 {
        font-size: .26rem;
    }

    .index-news .news-slick1 {
        width: 100%;
        margin: 0 0 .25rem;
    }

    .index-news .news-list {
        width: 100%;
    }

    .index-notice .notice {
        width: 100%;
    }

    .index-notice .culture {
        width: 100%;
    }

    .news-slick1 .img-frame {
        padding-top: 61.6%;
    }

    .news-slick2 {
       
    }

    .news-slick2 .slick-slide {
        padding: 0 .12rem;
    }

    .news-slick2 .slick-arrow {
        background-color: #fff;
    }

    .news-slick2 .slick-arrow.slick-prev {
        left: -.4rem;
    }

    .news-slick2 .slick-arrow.slick-next {
        right: -.4rem;
    }

    .foot-link {
        width: 100%;
    }

    .foot-link li {
        width: 33.333%;
    }

    .ewm {
        width: 100%;
        margin-top: .2rem;
        text-align: center;
    }

    .decoration {
        padding: 30% 0 0;
    }

    .index-main .inset {
        padding: 0;
        box-shadow: none;
    }

    .sidebar {
        width: 100%;
        min-width: 100%;
        margin: .22rem 0 0;
    }

    .sidebar h3 {
        display: block;
        position: relative;
        padding: 0 .2rem;
        font-size: .21rem;
        line-height: .5rem;
        text-align: left;
        background: #025baa;
        border-width: 2px;
    }

    .sidebar h3 i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .5rem;
        height: .5rem;
        background-image: url(../images/down2.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: auto;
        cursor: pointer;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.36s linear 0s;
        -moz-transition: all 0.36s linear 0s;
        -ms-transition: all 0.36s linear 0s;
        -o-transition: all 0.36s linear 0s;
        transition: all 0.36s linear 0s;
    }

    .sidebar h3 i.down {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .sidebar .lv2-nav {
        display: none;
        padding-bottom: .1rem;
    }

    .sidebar .lv2-nav li .lv3 {
        padding-top: 0;
    }

    .sidebar .lv2-nav li:last-child a {
        border: none;
    }

    .sidebar .lv2-nav a {
        text-align: left;
        font-size: .16rem;
        padding: 0 .4rem 0 .1rem;
        line-height: .45rem;
    }

    .sidebar .lv2-nav .down {
        height: .5rem;
    }

    .main {
        width: 100%;
        max-width: 100%;
        margin-top: .1rem;
    }

    .position h3 {
        font-size: .22rem;
    }

    .article .title {
        font-size: .24rem;
    }

    .article .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 95px;
    }

    .container {
        max-width: 92%;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .position h3 {
        display: none;
    }

    .index-notice {
        margin: .2rem 0 0;
    }

    .teach-img-list li {
        width: 33.33%;
    }

    .pc-page {
        display: none;
    }

    .phone-page {
        display: block;
    }

    .news-slick2 .slick-arrow {
        width: 35px;
        height: 35px;
        background-size: 28%;
    }

    .logo {
        display: flex;
        align-items: center;
        width: calc(100% - 1.15rem);
        height: 44px !important;
    }

    .logo img {
        max-width: 100%;
        height: auto !important;
        max-height: 52px;
    }

    .pad-btn::after {
        border-top-width: 62px;
        border-right-width: 55px;
    }

    .pad-btn .search-btn {
        width: 38px;
        height: 38px;
    }

    .pad-btn .nav-btn {
        width: 32px;
        margin: 0 14px 0 32px;
    }

    .pad-btn .nav-btn i {
        margin: 7px 0;
    }

    .pad-btn .nav-btn.close i:nth-child(1) {
        -webkit-transform: translate(0px, 9px) rotate(45deg);
        -moz-transform: translate(0px, 9px) rotate(45deg);
        -ms-transform: translate(0px, 9px) rotate(45deg);
        -o-transform: translate(0px, 9px) rotate(45deg);
        transform: translate(0px, 9px) rotate(45deg);
    }

    .pad-btn .nav-btn.close i:nth-child(3) {
        -webkit-transform: translate(0px, -9px) rotate(-45deg);
        -moz-transform: translate(0px, -9px) rotate(-45deg);
        -ms-transform: translate(0px, -9px) rotate(-45deg);
        -o-transform: translate(0px, -9px) rotate(-45deg);
        transform: translate(0px, -9px) rotate(-45deg);
    }

    .nav {
        top: 62px;
        height: calc(100vh - 62px);
    }

    .place {
        float: none;
    }
}

@media screen and (max-width: 520px) {
    .news-slick1 .text {
        position: static;
    }

    .news-slick1 .slick-dots {
        bottom: .85rem;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .news-slick1 .title {
        padding: 0 .12rem 0;
    }

    .first-news .title {
        width: 100%;
    }

    .first-news .date {
        float: none;
        width: 100%;
    }

    .list1 .title {
        width: 100%;
        line-height: .24rem;
    }

    .list1 .date {
        float: none;
        margin: .05rem 0 0;
    }

    .list1 .tt1 {
        white-space: initial;
        text-overflow: clip;
        overflow: auto;
    }

    .foot-link li {
        width: 50%;
    }

    .ewm {
        display: flex;
        justify-content: space-between;
    }

    .ewm li {
        width: 48.5%;
    }

    .first-news2 {
        padding: 0 0 .1rem;
    }

    .first-news2 .img-scale {
        width: 100%;
        padding: 66.66% 0 0;
    }

    .first-news2 .text {
        float: none;
        width: 100%;
        margin: .1rem 0 0;
    }

    .teach-list > li {
        width: 50%;
    }

    .picture-list li {
        width: 50%;
    }

    .article .title {
        font-size: .19rem;
    }

    .pad-btn .search-btn {
        width: 33px;
        height: 33px;
        background-size: 17px;
    }

    .pad-btn .nav-btn {
        margin-left: 26px;
    }

    .sidebar h3 {
        font-size: .2rem;
        line-height: .42rem;
    }

    .sidebar h3 i {
        width: .42rem;
        height: .42rem;
    }

    .teach-img-list li {
        margin-top: .2rem;
    }

    .depar {
        margin-top: .2rem;
    }

    .depar span {
        font-size: .14rem;
    }

    .article {
        padding-top: .2rem;
    }

    .news-list li {
        padding: .2rem 0;
    }

    .news-list .img-scale {
        width: 100%;
    }

    .news-list .text {
        float: none;
        width: 100%;
        margin: .15rem 0 0;
        padding: 0;
    }

    .news-list .title {
        font-size: .16rem;
    }

    .news-list .info {
        margin: 6px 0 8px;
    }

    .leader-list .img-frame {
        display: block;
        width: 1.8rem;
        margin: 0 auto;
    }

    .leader-list .text {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .foot-link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .teach-img-list li {
        width: 50%;
    }

    .picture-list li {
        width: 100%;
    }

    .foot-link li {
        width: auto;
        padding: .05rem .1rem;
    }
}