@charset "UTF-8"; @font-face {
    font-family: "SYST";
    src: url("../font/SourceHanSerifCN-Bold-2.otf");
}

@font-face {
    font-family: "SYHT";
    src: url("../font/AJ84EiKys5fo.woff") format("woff"), url("../font/AJ84EiKys5fo.woff2") format("woff2");
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    width: 100%;
    min-width: 320px;
    font-size: 100px;
    overflow-x: hidden;
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

.container {
    width: 1600px;
    max-width: 86%;
    margin: 0 auto;
    font-size: .16rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.3);
}

.header .head-box {
    background: #119C69;
}

.header .head-box > .container {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: .21rem 0;
}

.header .right-box {
    position: absolute;
    top: 0.27rem;
    right: calc(50% - 800px);
    bottom: auto;
    left: auto;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.logo a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.logo img {
    max-height: .54rem;
}

.top-link {
    margin: 0 .3rem 0 0;
}

.top-link a {
    display: inline-block;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

.top-link a.en {
    padding: 0 0 0 31px;
    background-image: url("../images/b_icon7.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.search {
    width: 3.2rem;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: .4rem;
    overflow: hidden;
}

.search .form {
    display: -ms-flexbox;
    display: flex;
}

.search .input {
    width: calc(100% - .5rem);
    height: .38rem;
    padding: 0 .2rem 0 .3rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.38rem;
    color: #fff;
    text-align: left;
}

.search .input::placeholder {
    color: #fff;
}

.search .submit {
    width: .5rem;
    height: .38rem;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 20% 45%;
    background-color: transparent;
    background-size: auto;
}

.nav {
    position: relative;
    z-index: 2;
    background: #fff;
}

.nav .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav li {
    position: relative;
}

.nav li.line {
    width: 1px;
    height: .24rem;
    background: #d3d3d3;
}

.nav li a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.68rem;
    color: #343434;
    text-align: center;
}

.nav li a span {
    position: relative;
    z-index: 2;
}

.nav li > a::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 0%;
    height: 3px;
    border-radius: 3px;
    background: #119C69;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav li:hover > a {
    color: #119C69;
}

.nav li:hover > a::after {
    left: 0;
    width: 100%;
}

.nav li:hover .lv2 {
    visibility: visible;
    top: calc(100% + 8px);
    opacity: 1;
}

.nav .lv2 {
    position: absolute;
    top: 135%;
    right: auto;
    bottom: auto;
    left: calc(50% - .9rem);
    z-index: 1;
    width: 1.8rem;
    padding: .1rem 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 ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -ms-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.nav .lv2 dd:last-child a {
    border: none;
}

.nav .lv2 dd:hover {
    padding: 0;
}

.nav .lv2 dd:hover a {
    color: #fff;
    background: #119C69;
    border-color: #119C69;
}

.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 ease-out 0s;
    -moz-transition: background 0.15s ease-out 0s;
    -ms-transition: background 0.15s ease-out 0s;
    -o-transition: background 0.15s ease-out 0s;
    transition: background 0.15s ease-out 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: 2px 0 0;
    border-radius: 2px;
    text-align: right;
    background: #119C69;
}

.pad-btn .nav-btn i {
    display: inline-block;
    width: 25px;
    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(2) {
    width: 20px;
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -moz-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    -o-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
    opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -moz-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    -o-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}

.banner {
    font-size: 0;
    width: 100%;
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    padding: 100vh 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.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: transform 0.4s linear 0s;
    -moz-transition: transform 0.4s linear 0s;
    -ms-transition: transform 0.4s linear 0s;
    -o-transition: transform 0.4s linear 0s;
    transition: transform 0.4s 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.45rem;
    left: 0%;
    z-index: 2;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 .2rem;
    cursor: pointer;
    border: none;
    background: white;
    border-radius: 50%;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .46rem;
    height: .49rem;
    background: url("../images/arrow1.png") no-repeat 50% 50%;
    background-size: 100%;
    animation: scaleani 1s ease;
}

@keyframes scaleani {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        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;
}

.flex-rc {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.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 ease-out 0s;
    -moz-transition: transform 0.5s ease-out 0s;
    -ms-transition: transform 0.5s ease-out 0s;
    -o-transition: transform 0.5s ease-out 0s;
    transition: transform 0.5s ease-out 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 ease-out 0s;
    -moz-transition: transform 0.5s ease-out 0s;
    -ms-transition: transform 0.5s ease-out 0s;
    -o-transition: transform 0.5s ease-out 0s;
    transition: transform 0.5s ease-out 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: center;
    align-items: center;
    width: 100%;
    margin: .8rem 0 .35rem;
}

.column h3 {
    display: inline-block;
    padding: 0 0 0 74px;
    font-family: "SYST";
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 0.82rem;
    color: #007B55;
    text-align: left;
    background-image: url("../images/b_icon2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}

.column .more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.column2 {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column2 h3 {
    font-family: "SYST";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #EDF0B2;
    text-align: left;
}

.column2 h3 p {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.column2 h3 .cn {
    font-size: .26rem;
    line-height: .38rem;
}

.column2 .more2 {
    margin: 0 !important;
    display: block !important;
    color: #EDF0B2;
}

.more {
    position: relative;
    padding: 0 0 0 27px;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.82rem;
    color: #119C69;
    text-align: left;
    background-image: url("../images/b_icon1.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.more:hover {
    color: #119C69;
    font-weight: 700;
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
}

.more2 {
    position: relative;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
}

.more2::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.more2:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.title {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #373737;
    text-align: left;
}

.info {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.27rem;
    color: #999;
    text-align: justify;
}

.date {
    font-family: "SYST";
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #03946B;
    text-align: left;
}

.date1 {
    display: inline-block;
    vertical-align: top;
    font-family: "SYHT";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #03946B;
    text-align: center;
}

.date1 p:first-child {
    font-family: "SYST";
    font-size: .32rem;
    font-weight: 700;
    line-height: .36rem;
}

.index-layer2 {
    position: relative;
    z-index: 2;
}

.index-layer3 {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 0 0 calc(50% - 800px);
}

.index-layer3::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    width: 100%;
    padding: 49.0625% 0 0;
    background-image: url("../images/b_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100% 100%;
    content: "";
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%);
}

.index-layer3 .column {
    padding: 0 calc(50vw - 800px) 0 0;
}

.index-layer3 .column .more {
    right: calc(50vw - 800px);
}

.index-layer3 .left-box {
    width: 35.15%;
}

.index-layer3 .right-box {
    position: relative;
    width: 100%;
}

.index-layer3 .tips {
    display: inline-block;
    padding: 0 .14rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #fff;
    text-align: left;
    border-radius: 0 .14rem .14rem 0;
    background: #1CBA80;
}

.index-layer3 .content {
    height: 1.5rem;
    margin: .24rem 0 0;
    padding: 0 0 0 .22rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #3d3d3d;
    text-align: justify;
    overflow: hidden;
}

.index-layer4 {
    position: relative;
    margin: .7rem 0 0;
    padding: .3rem 0 .9rem;
    background-image: url("../images/b_bg4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100% 100%;
}

.index-layer4::before {
    position: absolute;
    top: 0.5rem;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 3.8rem;
    height: 100%;
    content: "";
    background-image: url("../images/b_icon5.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: auto;
}

.index-layer4 .container {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.index-layer4 .column h3 {
    color: #fff;
    background-image: url("../images/b_icon2_2.png");
}

.index-layer4 .column .more {
    color: #fff;
    background-image: url("../images/b_icon1_2.png");
}

.index-layer4 .column2 {
    display: none;
}

.index-layer4 .slide-tag {
    width: 3.8rem;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-layer4 .slide-tag li {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 1.93rem;
    margin: .58rem 0 0;
    cursor: pointer;
}

.index-layer4 .slide-tag li:first-child {
    margin: 0;
}

.index-layer4 .slide-tag li:nth-child(2) {
    -webkit-transform: translateX(0.46rem);
    -moz-transform: translateX(0.46rem);
    -ms-transform: translateX(0.46rem);
    -o-transform: translateX(0.46rem);
    transform: translateX(0.46rem);
}

.index-layer4 .slide-tag li.active:nth-child(2) {
    -webkit-transform: translateX(0.26rem);
    -moz-transform: translateX(0.26rem);
    -ms-transform: translateX(0.26rem);
    -o-transform: translateX(0.26rem);
    transform: translateX(0.26rem);
}

.index-layer4 .slide-tag li.active .img {
    padding: .12rem .11rem;
    background: rgba(237, 240, 178, 0.2);
}

.index-layer4 .slide-tag li.active .img::after {
    display: block;
    animation: yuanani 1.6s infinite linear;
}

.index-layer4 .slide-tag li.active .img img {
    width: 1.64rem;
    height: 1.69rem;
}

.index-layer4 .slide-tag li.active h3 {
    color: #EDF0B2;
}

.index-layer4 .slide-tag li.active h3 .cn {
    color: #EDF0B2;
}

.index-layer4 .slide-tag .img {
    position: relative;
    padding: .08rem .07rem;
    background: rgba(216, 216, 216, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.index-layer4 .slide-tag .img::after {
    display: none;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(237, 240, 178, 0.14);
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.index-layer4 .slide-tag .img img {
    position: relative;
    z-index: 2;
    width: 1.08rem;
    width: 1.15rem;
    border-radius: 50%;
}

.index-layer4 .slide-tag h3 {
    font-family: "SYST";
    padding: 0 0 0 .13rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.61);
    text-align: left;
}

.index-layer4 .slide-tag h3 p {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.index-layer4 .slide-tag h3 .cn {
    font-size: .28rem;
    line-height: .38rem;
    color: #fff;
}

.index-layer4 .slide-item {
    width: calc(100% - 4.15rem);
}

.index-layer4 .more2 {
    margin: .26rem 0 0;
    text-align: center;
}

.index-layer5 {
    padding: 0 0 .6rem;
}

@keyframes yuanani {
    0% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 0;
        width: 140%;
        height: 140%;
    }
}

.data-list {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 0 .35rem;
}

.data-list li {
    padding: 0 .3rem;
}

.data-list p {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.34rem;
    color: #111;
    text-align: center;
}

.data-list p:first-child {
    color: #119C69;
    line-height: .55rem;
}

.data-list .num {
    font-family: "SYST";
    font-size: .4rem;
    font-weight: 700;
}

.news-swiper1 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 .5rem;
}

.news-swiper1 .img-swiper {
    position: relative;
    z-index: 1;
    width: 59%;
}

.news-swiper1 .txt-swiper {
    position: relative;
    z-index: 2;
    width: 46%;
    height: 4.54rem;
    padding: .6rem .52rem 0;
    margin: 0 0 0 -5%;
    overflow: hidden;
    background-image: url("../images/b_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.news-swiper1 .txt-swiper::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: .66rem;
    height: .66rem;
    background-image: url("../images/b_icon8.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.news-swiper1 .txt-swiper::after {
    position: absolute;
    top: auto;
    right: 0.16rem;
    bottom: -0.35rem;
    left: auto;
    z-index: -1;
    content: "";
    width: 2.4rem;
    height: 2.2rem;
    background-image: url("../images/b_icon6.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.news-swiper1 .img {
    padding: 5.94rem 0 0;
}

.news-swiper1 .title {
    max-height: .84rem;
    font-size: .24rem;
    line-height: .42rem;
    color: #fff;
}

.news-swiper1 .line {
    width: 1.1rem;
    height: 1px;
    margin: .3rem 0 .4rem;
    background: #FFBE0D;
}

.news-swiper1 .info {
    margin: 0 0 .22rem;
    max-height: 1.05rem;
    font-size: .18rem;
    line-height: .35rem;
    color: #C2FFEC;
}

.news-swiper1 .date {
    font-size: .24rem;
    color: #FFBE0D;
}

.news-swiper2 .img-swiper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news-swiper2 .img-swiper .swiper-container {
    width: 6.5rem;
    overflow: visible;
}

.news-swiper2 .img-swiper .swiper-wrapper {
    height: 4.3rem;
    align-items: center;
}

.news-swiper2 .img-swiper .swiper-slide {
    height: 100%;
    overflow: hidden;
    padding: .6rem .4rem;
    background-image: url("../images/b_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.news-swiper2 .img-swiper .swiper-slide.swiper-slide-active {
    padding: 8px;
}

.news-swiper2 .img-swiper .swiper-slide.swiper-slide-active .img {
    padding: 4.14rem 0 0;
}

.news-swiper2 .txt-swiper {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.2rem;
    left: -1.1rem;
    z-index: 1;
    width: 3.5rem;
    height: 2.1rem;
    overflow: hidden;
}

.news-swiper2 .txt-swiper .swiper-slide {
    padding: .25rem .28rem 0;
    background-image: url("../images/b_bg6.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #1CBA80;
    background-size: cover;
}

.news-swiper2 .img {
    padding: 3.1rem 0 0;
}

.news-swiper2 .title {
    height: .56rem;
    line-height: .28rem;
    color: #fff;
}

.news-swiper2 .line {
    width: .38rem;
    height: 3px;
    margin: .17rem 0 .14rem;
    background: #fff;
}

.news-swiper2 .info {
    max-height: .66rem;
    font-size: .14rem;
    line-height: .22rem;
    color: #fff;
}

.news-swiper2 .flex-rc {
    margin: .25rem 0 0;
}

.news-swiper2 .arrow {
    width: .4rem;
    height: .25rem;
    background-image: url("../images/arrow2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto 100%;
    cursor: pointer;
}

.news-swiper2 .arrow.swiper-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-swiper2 .pagination {
    width: auto;
    margin: 0 .16rem;
    font-family: "SYHT";
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.48rem;
    color: #9e9e9e;
    text-align: left;
}

.news-swiper2 .pagination .swiper-pagination-current {
    font-size: .3rem;
    color: #007B55;
}

.slide-box .more2 {
    display: none;
}

.slide-box .more2.active {
    display: block;
}

.slide-box .slide-item {
    display: none;
}

.slide-box .slide-item.active {
    display: block;
}

.list1 {
    font-size: 0;
    margin: 0 -0.16rem;
}

.list1 > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.16rem;
}

.list1 li {
    margin: .16rem 0 0;
}

.list1 a {
    position: relative;
    display: block;
    padding: .48rem .26rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px #C4DFD7;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list1 .date {
    position: absolute;
    top: -0.16rem;
    right: 0.55rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    padding: 0 .16rem;
    line-height: .35rem;
    color: #fff;
    background: #03946B;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list1 .title {
    height: .6rem;
    margin: 0 0 .22rem;
}

.list1 .info {
    height: .54rem;
}

.list2 {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list2 li {
    width: 47.6875%;
    margin: .45rem 0 0;
}

.list2 a {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .35rem .28rem;
    border: 1px solid #9CDFBB;
}

.list2 a::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -1px;
    z-index: -1;
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    background: linear-gradient(270deg, #FFD973 0%, #079F70 100%);
}

.list2 .text {
    width: calc(100% - 78px);
    padding: 0 0 0 .2rem;
    border-left: 1px solid rgba(3, 148, 107, 0.22);
}

.list2 .title {
    margin: 0 0 .07rem;
}

.list3 {
    font-size: 0;
    margin: 0 -0.16rem;
}

.list3 > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.16rem;
}

.list3 li {
    margin: 0 0 .4rem;
}

.list3 a {
    display: block;
    padding: .32rem .35rem .45rem;
    background: #fff;
    box-shadow: 0px 4px 10px 0px #92D6C3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list3 .date {
    position: relative;
    z-index: 1;
    padding: .14rem 0 0 .1rem;
    font-size: .24rem;
    line-height: .5rem;
}

.list3 .date::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    content: "";
    width: .58rem;
    height: 100%;
    border-radius: 50%;
    background: #BFEAC9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list3 .title {
    height: .6rem;
    margin: .25rem 0 .35rem;
}

.list3 .info {
    margin: 0 0 0;
    height: .54rem;
}

.list3 .more2 {
    margin: .35rem 0 0;
    color: #69C27E;
    line-height: 0.24rem;
}

.pic-list1 {
    font-size: 0;
    margin: 0 -0.25rem;
}

.pic-list1 > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.25rem;
}

.pic-list1 .img-scale {
    padding: .25rem 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pic-list1 .img {
    padding: 64.4% 0 0;
}

.pic-list1 .text {
    padding: .2rem .22rem 0;
}

.pic-list1 .title {
    height: .6rem;
}

.pic-list1 .info {
    line-height: .6rem;
    border-bottom: 1px dashed #DBF4B7;
}

.pic-list1 .date {
    margin: .1rem 0 0;
    font-weight: 700;
    font-size: .32rem;
}

.pic-list1 .date span {
    margin: 0 0 0 .08rem;
    font-family: "SYHT";
    font-size: .16rem;
    font-weight: 400;
}

.pic-list2 {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.pic-list2 li {
    width: 47.5%;
}

.pic-list2 .img-scale {
    overflow: visible;
}

.pic-list2 .date1 {
    position: absolute;
    top: -0.3rem;
    right: 0.18rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Georgia;
    width: .8rem;
    height: .85rem;
    color: #fff;
    font-size: .14rem;
    background: #FFBE0D;
    border-radius: .4rem;
}

.pic-list2 .date1::before {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    z-index: -1;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    border-radius: .47rem;
}

.pic-list2 .date1::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../images/b_icon4.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.pic-list2 .date1 p:first-child {
    font-size: .3rem;
    font-weight: 500;
    line-height: .28rem;
}

.pic-list2 .img {
    padding: 68.4% 0 0;
}

.pic-list2 .title {
    max-height: .7rem;
    margin: .38rem 0 .15rem;
    font-size: .2rem;
    line-height: .35rem;
    color: #fff;
}

.pic-list2 .info {
    max-height: .9rem;
    line-height: .3rem;
    color: #BDE5D2;
}

.footer {
    padding: 1.7rem 0 0;
    background-image: url("../images/b_bg5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent;
    background-size: cover;
}

.footer .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.footer .left-box {
    width: 80%;
}

.footer .right-box {
    position: relative;
}

.footer .right-box::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: calc(100% - .3rem);
    left: 50%;
    z-index: 1;
    content: "";
    width: 2.76rem;
    height: 1.9rem;
    background-image: url("../images/foot_img1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    -webkit-transform: translateX(-52%);
    -moz-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
    -o-transform: translateX(-52%);
    transform: translateX(-52%);
}

.footer .right-box img {
    width: 1.35rem;
    height: auto;
}

.footer .right-box p {
    margin: .1rem 0 0;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #fff;
    text-align: center;
}

.foot-contact {
    font-family: Arial, Helvetica, sans-serif;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 0.42rem;
    color: #fff;
    text-align: left;
}

.foot-contact li {
    position: relative;
    padding: 0 0 0 1.05rem;
}

.foot-contact li::before {
    position: absolute;
    top: calc(50% - .38rem);
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: .76rem;
    height: .76rem;
    background: linear-gradient(270deg, #FFE284 0%, rgba(143, 243, 106, 0.41) 100%);
    content: "";
    border-radius: 50%;
}

.foot-contact li::after {
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - .34rem);
    right: auto;
    bottom: auto;
    left: 0.04rem;
    z-index: 1;
    width: .68rem;
    height: .68rem;
    background-image: url("../images/contact1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.foot-contact li:nth-child(1) p:nth-child(2) {
    font-size: .16rem;
    font-weight: 500;
}

.foot-contact li:nth-child(2)::after {
    background-image: url("../images/contact2.png");
}

.foot-contact li:nth-child(2) p:nth-child(2) {
    font-family: Impact;
    font-size: .34rem;
    font-weight: 400;
}

.foot-contact li:nth-child(3)::after {
    background-image: url("../images/contact3.png");
}

.foot-contact li:nth-child(3) p:nth-child(2) {
    font-family: Impact;
    font-size: .34rem;
    font-weight: 400;
}

.copy {
    position: relative;
    margin: .45rem 0 0;
    padding: .26rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    text-align: left;
}

.copy::before {
    position: absolute;
    top: -1px;
    right: 100%;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: calc(50vw - 800px);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.copy::after {
    position: absolute;
    top: -5px;
    right: auto;
    bottom: auto;
    left: 100%;
    z-index: 1;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.copy p {
    display: inline-block;
    margin: 0 0 0 1.2rem;
}

.copy p:first-child {
    margin: 0;
}

.copy a {
    color: #fff;
}

.section {
    position: relative;
    z-index: 1;
    padding: 1px 0 .65rem;
}

.section .container {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.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%);
}

.decorate {
    position: relative;
    padding: 26% 0 0;
    margin: 1.64rem 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.8rem;
    margin: -.5rem 0 0;
    box-shadow: 0px 4px 0.15rem 0px rgba(0, 0, 0, 0.1);
    -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: "SYST";
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    background: #119C69;
}

.sidebar .sub-nav {
    position: relative;
}

.sidebar .sub-nav li {
    position: relative;
    border-bottom: 1px solid #ededed;
}

.sidebar .sub-nav li:last-child {
    border: none;
}

.sidebar .sub-nav li.cur > a {
    color: #119C69 !important;
    font-weight: 700;
}

.sidebar .sub-nav li.cur > a p::after {
    width: 100%;
    opacity: 1;
}

.sidebar .sub-nav li:hover > a {
    color: #119C69;
}

.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 ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 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 ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 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 ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 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: #007B55;
}

.sidebar .sub-nav .lv3 a:hover::before {
    background: #007B55;
}

.sidebar .sub-nav .lv3 a.cur {
    color: #119C69;
    font-weight: 700;
}

.sidebar .sub-nav .lv3 a.cur::before {
    background: #119C69;
}

.main {
    position: relative;
    z-index: 4;
    width: calc(100% - 3.3rem);
    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;
}

.main .list2 li {
    width: 48.5%;
    margin: .35rem 0 0;
}

.main .pic-list1 {
    margin-top: -.15rem;
}

.main .pic-list1 li {
    margin: .34rem 0 0;
}

.main .pic-list1 .info {
    margin: .1rem 0 .15rem;
    height: .5rem;
    line-height: .25rem;
    border: none;
}

.main .pic-list1 .date {
    border-top: 1px dashed #DBF4B7;
    padding: .12rem 0 0;
}

.position {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 .2rem;
    margin: 0 0 .1rem 0;
    border-bottom: 1px solid #d8d8d8;
}

.position h3 {
    padding: 0 0 0 .17rem;
    white-space: nowrap;
    font-family: "Source";
    border-left: 5px solid #119C69;
    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: #119C69;
}

.article {
    padding: .35rem 0 0;
}

.article .title {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #222;
    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: .15rem 0 0;
    padding: .15rem 0 .25rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #999;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}

.article .content {
    padding: .35rem 0 .2rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 210%;
    color: #313131;
    text-align: justify;
}

.article .content p {
    text-indent: 2em;
    word-break: break-all;
    margin: 0 0 .25rem;
}

.article .content img, .article .content video {
    max-width: 100%;
    height: auto !important;
}

.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 .1rem .28rem;
    border-top: 3px solid #119C69;
}

.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 ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 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: #119C69;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
}

.article .cont-page a:hover {
    text-decoration: none;
    color: #119C69;
}

.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;
}

.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 #FFBE0D;
}

.teach-column .more {
    padding: 0;
    font-size: .16rem;
    line-height: .5rem;
    background: none;
}

.teach-list {
    font-size: 0;
    margin: 0 -0.12rem;
}

.teach-list > li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 0.12rem;
}

.teach-list li {
    margin: .3rem 0 0;
}

.teach-list .img-scale {
    padding: .1rem;
    background: #f2f2f2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 4px;
}

.teach-list .img-scale:hover {
    background-image: url("../images/b_bg6.png");
    background-repeat: repeat;
    background-position: 50% 50%;
    background-color: #18A578;
    background-size: auto;
    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 .1rem !important;
    font-family: Arial;
    text-align: center;
}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-family: Arial;
    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: 9px 11px;
    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: #007B55;
    font-weight: bold;
    color: #fff;
    border-color: #007B55;
}

#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 (min-width: 1025px) {
    .list1 a:hover {
        -webkit-transform: translateY(-0.1rem);
        -moz-transform: translateY(-0.1rem);
        -ms-transform: translateY(-0.1rem);
        -o-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem);
        border-color: #FFBE0D;
        box-shadow: 0px 4px 9px 0px #A2C8BD;
    }

    .list1 a:hover .date {
        background: #FFBE0D;
    }

    .list2 a:hover::after {
        top: -1px;
        opacity: 1;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        -webkit-transition: all 0.38s ease-out 0s;
        -moz-transition: all 0.38s ease-out 0s;
        -ms-transition: all 0.38s ease-out 0s;
        -o-transition: all 0.38s ease-out 0s;
        transition: all 0.38s ease-out 0s;
    }

    .list2 a:hover .text {
        border-color: #fff;
    }

    .list2 a:hover .date1, .list2 a:hover .title, .list2 a:hover .info {
        color: #fff;
    }

    .list3 a:hover {
        box-shadow: 0px 6px 15px 0px #92D6C3;
        -webkit-transform: translateY(-0.1rem);
        -moz-transform: translateY(-0.1rem);
        -ms-transform: translateY(-0.1rem);
        -o-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem);
    }

    .list3 a:hover .date::before {
        background: #FFBE0D;
    }

    .list3 a:hover .title, .list3 a:hover .info {
        color: #3E8856;
    }

    .pic-list1 .img-scale:hover {
        padding: 0 0 .25rem;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    }

    .pic-list1 .img-scale:hover .title {
        color: #03946B;
    }

    .pic-list2 .img-scale:hover .date1::before {
        opacity: 0;
    }

    .pic-list2 .img-scale:hover .date1::after {
        width: 2.18rem;
        height: 2.34rem;
        -webkit-transition: all 4s ease-out 0s;
        -moz-transition: all 4s ease-out 0s;
        -ms-transition: all 4s ease-out 0s;
        -o-transition: all 4s ease-out 0s;
        transition: all 4s ease-out 0s;
    }

    .main .pic-list1 .img-scale:hover {
        padding: 0 0 .25rem;
        box-shadow: 0px 0.1rem 0.15rem 0px rgba(0, 0, 0, 0.08);
    }

    .main .pic-list1 .img-scale:hover .title {
        color: #03946B;
    }
}

@media screen and (max-width: 1860px) {
    .header .right-box {
        right: 7%;
    }

    .index-layer3 {
        padding-left: 7%;
    }

    .index-layer3 .column {
        padding-right: 7vw;
    }

    .index-layer3 .column .more {
        right: 7vw;
    }

    .copy::before {
        width: 7vw;
    }
}

@media screen and (max-width: 1024px) {
    .header .right-box {
        right: 4%;
    }

    .index-layer3 {
        padding-left: 4%;
    }

    .index-layer3 .column {
        padding-right: 4vw;
    }

    .index-layer3 .column .more {
        right: 4vw;
    }

    .copy::before {
        width: 4vw;
    }

    .container {
        max-width: 92%;
    }

    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 > .container {
        padding: 9px 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: 60px;
        right: -100%;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: 100%;
        height: calc(100vh - 60px);
        padding: .2rem 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(114, 114, 211, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
    }

    .mobile-box .right-box {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .mobile-box.show {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .search {
        width: 100%;
        padding: 0;
        border-radius: 0;
    }

    .search .input {
        width: calc(100% - .6rem);
        height: .5rem;
        font-size: .17rem;
        padding: 0 .2rem;
        line-height: .48rem;
        border: 1px solid #119C69;
        color: #313131;
    }

    .search .input::placeholder {
        color: #777;
    }

    .search .submit {
        width: .6rem;
        height: .5rem;
        background-position: 50% 50%;
        background-color: #119C69;
    }

    .top-link {
        width: 100%;
        text-align: center;
        margin: 0 0 .16rem;
    }

    .top-link a {
        color: #666;
    }

    .top-link a.en {
        background-image: url("../images/b_icon7_1.png");
    }

    .nav {
        margin: .1rem 0 0;
        height: calc(100% - 1.1rem);
        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 .1rem;
        line-height: .6rem;
        font-size: .2rem;
        color: #333 !important;
    }

    .nav li a::after {
        display: none;
    }

    .nav li.show {
        background: #fff !important;
    }

    .nav li.show > a {
        font-weight: 700;
    }

    .nav li.show .down {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav .lv2 {
        display: none;
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        transition: none;
        box-shadow: none;
        padding: 0 0 .1rem .3rem;
    }

    .nav .lv2 a {
        font-size: .17rem;
        height: auto !important;
        opacity: 1;
        visibility: visible;
        justify-content: flex-start;
    }

    .nav .lv2 .tri {
        display: none;
    }

    .nav .down {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .6rem;
        height: .6rem;
        background-image: url(../images/icon12_2.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 7px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .banner {
        margin: 60px 0 0;
    }

    .banner .img {
        height: auto;
        padding: 42% 0 0;
    }

    .banner .pagination {
        bottom: .3rem;
    }

    .banner .pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 .1rem;
    }

    .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: .36rem;
        height: .39rem;
    }

    .column {
        margin: .4rem 0 .25rem;
        justify-content: flex-start;
    }

    .column h3 {
        font-size: .32rem;
        line-height: .6rem;
        background-size: auto 100%;
    }

    .more {
        line-height: .6rem;
    }

    .index-layer3 {
        padding-top: 1rem;
    }

    .index-layer3 .left-box {
        width: 100%;
    }

    .index-layer3 .right-box {
        width: 100%;
    }

    .index-layer3 .content {
        height: auto;
        margin: .2rem 0 .3rem;
        padding: 0;
    }

    .index-layer4::before {
        width: 1.8rem;
    }

    .index-layer4 .slide-tag {
        width: 3rem;
    }

    .index-layer4 .slide-tag li {
        height: 1.4rem;
        margin: .2rem 0 0;
    }

    .index-layer4 .slide-tag li:nth-child(2) {
        transform: translateX(0) !important;
    }

    .index-layer4 .slide-tag li.active .img img {
        width: 1rem;
        height: 1rem;
    }

    .index-layer4 .slide-tag .img img {
        width: .8rem;
        height: .8rem;
    }

    .index-layer4 .slide-item {
        width: calc(100% - 3.2rem);
    }

    .news-swiper1 {
        margin: 0 0 .2rem;
        flex-wrap: wrap;
    }

    .news-swiper1 .img-swiper {
        width: 100%;
        margin: 0;
    }

    .news-swiper1 .txt-swiper {
        width: 100%;
        height: auto;
        margin: 0;
        padding: .24rem .25rem;
    }

    .news-swiper1 .img {
        padding: 64% 0 0;
    }

    .news-swiper1 .title {
        height: .7rem;
        font-size: .21rem;
        line-height: .35rem;
    }

    .news-swiper1 .line {
        margin: .1rem 0;
    }

    .news-swiper1 .info {
        height: .78rem;
        margin: 0 0 .1rem;
        font-size: .16rem;
        line-height: .26rem;
    }

    .news-swiper2 .txt-swiper {
        left: 0;
        bottom: 0;
    }

    .list1 > li {
        width: 50%;
        margin: .3rem 0 0;
    }

    .list1 a {
        padding: .35rem .2rem .25rem;
    }

    .list2 a {
        padding: .2rem;
    }

    .list3 > li {
        width: 50%;
        margin: .2rem 0 0;
    }

    .list3 a {
        padding: .2rem .2rem .25rem;
    }

    .list3 .title {
        margin: .1rem 0;
    }

    .list3 .more2 {
        margin: .1rem 0 0;
    }

    .pic-list1 {
        margin: 0 -.1rem;
    }

    .pic-list1 > li {
        padding: 0 .1rem;
        margin: 0 0 .25rem;
    }

    .pic-list1 > li:last-child {
        margin: 0;
    }

    .pic-list1 .img-scale {
        padding: 0;
    }

    .pic-list1 .text {
        padding: .1rem 0 0;
    }

    .footer .container {
        flex-direction: column-reverse;
    }

    .footer .right-box {
        width: 100%;
        text-align: center;
    }

    .footer .left-box {
        width: 100%;
    }

    .foot-contact {
        flex-wrap: wrap;
        width: 100%;
    }

    .foot-contact li {
        margin: .15rem 0 0;
    }

    .copy::before, .copy::after {
        display: none;
    }

    .copy p {
        display: block;
        margin: 0;
        text-align: center;
    }

    .section {
        padding: 1px 0 .3rem;
    }

    .decorate {
        margin: 60px 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: .24rem;
        line-height: .5rem;
        font-weight: 700;
        background-image: url("../images/b_bg6.png");
        background-repeat: repeat;
        background-position: 50% 50%;
        background-color: #18A578;
        background-size: auto;
        border-width: 2px;
        text-indent: 0;
    }

    .sidebar h3::after {
        display: none;
    }

    .sidebar h3 i {
        width: .5rem;
        height: .5rem;
        background-image: url(../images/subNav.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .sidebar h3.down i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar h3 .return-sup {
        display: block;
        width: .5rem;
        height: .5rem;
        background-image: url("../images/down2.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.3rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidebar .sub-nav {
        display: none;
        min-height: auto;
        margin: 0;
        padding: .1rem .15rem;
        font-size: 0;
        background: #fff;
        border: 1px solid #18A578;
        border-radius: 0 0 2px 2px;
    }

    .sidebar .sub-nav li .lv3 {
        margin: 0;
        padding-top: 0;
    }

    .sidebar .sub-nav a {
        padding: 0 .1rem;
        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;
    }

    .main .pic-list1 {
        margin: 0;
    }

    .main .pic-list1 > li:last-child {
        margin: .25rem 0 0;
    }

    .position {
        padding: 0 0 .1rem;
        margin: 0;
    }

    .teach-list > li {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .pic-list1 {
        margin: 0;
    }

    .pic-list1 > li {
        width: 100%;
        padding: 0;
        margin: 0 0 .1rem;
    }

    .pic-list1 .title {
        height: auto;
        max-height: .6rem;
    }

    .list2 {
        display: block;
    }

    .list2 li {
        width: 100% !important;
        margin: .2rem 0 0 !important;
    }

    .index-layer3 {
        padding-top: .7rem;
        padding-right: 4%;
    }

    .index-layer4 {
        padding: 0 0 .1rem;
        background: #18A578;
        background-image: url("../images/b_bg6.png");
    }

    .index-layer4::before {
        display: none;
    }

    .index-layer4 .slide-tag {
        display: none !important;
    }

    .index-layer4 .column2 {
        display: flex;
        margin: .3rem 0 .3rem;
    }

    .index-layer4 .slide-item {
        display: block !important;
        width: 100%;
        padding: 0 0 .35rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .index-layer4 .slide-item.active {
        border: none;
    }

    .news-swiper2 .img-swiper .swiper-container {
        width: 100%;
        overflow: hidden;
    }

    .news-swiper2 .img-swiper .swiper-container .swiper-wrapper {
        height: auto;
    }

    .news-swiper2 .img-swiper .swiper-container .swiper-slide {
        padding: 8px !important;
        height: auto;
    }

    .news-swiper2 .img-swiper .swiper-slide .img {
        padding: 64% 0 0 !important;
    }

    .pic-list2 .title {
        margin: .15rem 0 .1rem;
    }

    .copy p {
        text-align: left;
    }

    .position {
        padding: 0;
        border-bottom: 1px solid #119C69;
    }

    .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;
    }

    .main .pic-list1 {
        margin: 0 -.15rem;
    }

    .main .pic-list1 > li {
        width: 50%;
        padding: 0 .15rem;
    }

    .teach-list {
        margin: 0 -7px;
    }

    .teach-list > li {
        padding: 0 7px;
        margin: .2rem 0 0;
    }
}

@media screen and (max-width: 520px) {
    .banner .img {
        height: auto;
        padding: 42% 0 0;
    }

    .banner .pagination {
        bottom: .12rem;
    }

    .banner .pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: .25rem;
        height: .32rem;
    }

    .column {
        margin: .2rem 0;
    }

    .column h3 {
        padding: 0 0 0 55px;
        font-size: .28rem;
        line-height: .5rem;
    }

    .column .more {
        line-height: .5rem;
    }

    .list1, .list3 {
        margin: 0;
    }

    .list1 > li, .list3 > li {
        width: 100%;
        padding: 0;
    }

    .list2 a {
        padding: .15rem .1rem;
    }

    .list2 .text {
        width: calc(100% - 62px);
        padding: 0 0 0 .12rem;
    }

    .data-list {
        margin: .15rem 0 .2rem;
    }

    .data-list li {
        padding: 0 .1rem;
    }

    .data-list p {
        line-height: .2rem;
    }

    .index-layer3 {
        padding-top: .6rem;
    }

    .index-layer4 {
        margin: .3rem 0 0;
    }

    .news-swiper2 .flex-rc {
        margin: 0;
        justify-content: center;
    }

    .news-swiper2 .txt-swiper {
        position: relative;
        width: 100%;
        height: auto;
    }

    .news-swiper2 .txt-swiper .swiper-slide {
        padding: .15rem .12rem .2rem;
    }

    .pic-list2 {
        flex-wrap: wrap;
    }

    .pic-list2 li {
        width: 100%;
        margin: .4rem 0 0;
    }

    .pic-list2 li:first-child {
        margin: 0;
    }

    .pic-list2 .date1 {
        width: .7rem;
        height: .75rem;
    }

    .foot-contact {
        font-size: .24rem;
        line-height: .35rem;
    }

    .foot-contact li {
        padding: 0 0 0 .9rem;
    }

    .copy {
        font-size: .14rem;
    }

    .article {
        padding-top: .3rem;
    }

    .article .title {
        font-size: .22rem;
        line-height: .27rem;
    }

    .article .cont-page {
        padding: .12rem .15rem .15rem;
    }

    .main {
        padding: .18rem 0 0;
    }

    .main .pic-list1 {
        margin: 0;
    }

    .main .pic-list1 > li {
        width: 100%;
        padding: 0;
    }

    .main .pic-list1 .title {
        height: auto;
    }

    .main .pic-list1 .info {
        height: auto;
    }

    .teach-list > li {
        width: 50%;
    }
}

/*# sourceMappingURL=style.css.map */