@charset "UTF-8"; #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;
}

body {
    font-size: .16rem;
    overflow-x: hidden;
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

.container {
    width: 1440px;
    max-width: 86%;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1000;
    width: 100%;
    padding: .16rem 5.2%;
    background: #055b49;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.header .container {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    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;
}

.header .right-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 4.8rem);
    max-width: 12.6rem;
}

.header.show .container {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.logo {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.logo img {
    max-height: .88rem;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.top-link a {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.34rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.top-link a:hover {
    color: #fff;
    text-decoration: underline;
}

.nav {
    width: 100%;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li {
    position: relative;
}

.nav li a {
    position: relative;
    display: block;
    font-size: 0.19rem;
    font-weight: 500;
    line-height: 0.56rem;
    color: #fff;
    text-align: center;
}

.nav li > a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.nav li:hover .sub-nav {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.nav .sub-nav {
    position: absolute;
    top: 130%;
    right: auto;
    bottom: auto;
    left: calc(50% - 1.1rem);
    z-index: 1;
    min-width: 2.2rem;
    padding: .1rem .2rem;
    background: #055b49;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.14);
    background: white;
    border-radius: 4px;
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav .sub-nav dd {
    border-bottom: 1px solid #efefef;
}

.nav .sub-nav dd:last-child {
    border: none;
}

.nav .sub-nav a {
    padding: .15rem 0;
    font-size: .16rem;
    font-weight: 400;
    line-height: .22rem;
    color: #888;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.nav .sub-nav a:hover {
    color: #055b49;
}

.nav .sub-nav .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 12px;
    overflow: hidden;
    border: none;
}

.nav .sub-nav .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);
}

.banner {
    font-size: 0;
    width: 100%;
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    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.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}

.banner .img .text {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 1rem 0 .45rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 70%);
}

.banner .img .text p {
    width: 60%;
    padding: 0 0 0 calc(50vw - 720px);
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.56rem;
    color: #fff;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
}

.banner .swiper-slide-active img {
    -webkit-transition: transform 6s ease 1s;
    -moz-transition: transform 6s ease 1s;
    -ms-transition: transform 6s ease 1s;
    -o-transition: transform 6s ease 1s;
    transition: transform 6s ease 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner .swiper-slide-active .text p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.8s ease 1s;
    -moz-transition: all 0.8s ease 1s;
    -ms-transition: all 0.8s ease 1s;
    -o-transition: all 0.8s ease 1s;
    transition: all 0.8s ease 1s;
}

.banner .pagination {
    position: absolute;
    top: auto;
    right: calc(50vw - 720px);
    bottom: 0.5rem;
    left: auto;
    z-index: 2;
    width: auto;
    padding: 0 8px;
    text-align: center;
}

.banner .pagination::after {
    position: absolute;
    top: 49%;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    content: "";
}

.banner .pagination .swiper-pagination-bullet {
    display: inline-block;
    padding: 3px;
    width: auto;
    height: auto;
    margin: 0 .06rem;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: none;
    opacity: 1;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.banner .pagination .swiper-pagination-bullet::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #eb9112;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: #eb9112;
}

@keyframes yuan-ani1 {
    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;
    }
}

.pad-btn {
    display: flex;
    align-items: center;
    margin: 0 .2rem 0 .28rem;
    padding: 0 0 0 .18rem;
    font-size: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pad-btn .search-btn {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../images/search1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
}

.pad-btn .nav-btn {
    display: none;
    position: relative;
    z-index: 5;
    width: 26px;
    margin: 0 0 0 .2rem;
    vertical-align: middle;
    cursor: pointer;
}

.pad-btn .nav-btn i {
    display: block;
    height: 2px;
    margin: 7px 0;
    background: #fff;
    -webkit-transition: all 0.35s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -moz-transition: all 0.35s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -ms-transition: all 0.35s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -o-transition: all 0.35s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    transition: all 0.35s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
}

.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(2) {
    opacity: 0;
}

.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);
}

#mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0.4s;
    -moz-transition: all 0.3s ease 0.4s;
    -ms-transition: all 0.3s ease 0.4s;
    -o-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
}

#mask::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 30%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.45);
    content: "";
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

#mask .search-box {
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: .2rem 0;
    overflow: hidden;
}

#mask .search-box .form {
    position: relative;
    background: #fff;
    white-space: nowrap;
    padding: .15rem .18rem .15rem .18rem;
    width: 80%;
    max-width: 8rem;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.42s ease 0s;
    -moz-transition: all 0.42s ease 0s;
    -ms-transition: all 0.42s ease 0s;
    -o-transition: all 0.42s ease 0s;
    transition: all 0.42s ease 0s;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 4px;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

#mask .search-box .input {
    width: calc(100% - .55rem);
    height: .6rem;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: #333;
    text-align: left;
    border: 1px solid #bbcfcc;
    border-radius: 4px;
}

#mask .search-box .input::placeholder {
    color: #999;
}

#mask .search-box .submit {
    width: .5rem;
    height: .6rem;
    vertical-align: top;
    background-image: url("../images/search2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

#mask .search-box .close {
    width: .55rem;
    height: .55rem;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: calc(100% + .3rem);
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#mask .search-box .close .line {
    display: block;
    width: 100%;
    height: 2px;
}

#mask .search-box .close .line i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

#mask .search-box .close .line.l1 {
    -webkit-transform: translate(0, 25px) rotate(45deg);
    -moz-transform: translate(0, 25px) rotate(45deg);
    -ms-transform: translate(0, 25px) rotate(45deg);
    -o-transform: translate(0, 25px) rotate(45deg);
    transform: translate(0, 25px) rotate(45deg);
}

#mask .search-box .close .line.l2 {
    -webkit-transform: translate(0, 23px) rotate(-45deg);
    -moz-transform: translate(0, 23px) rotate(-45deg);
    -ms-transform: translate(0, 23px) rotate(-45deg);
    -o-transform: translate(0, 23px) rotate(-45deg);
    transform: translate(0, 23px) rotate(-45deg);
}

#mask .search-box .close:hover .line.l1 i {
    animation: line-ani1 .5s ease-in-out .3s;
}

#mask .search-box .close:hover .line.l2 i {
    animation: line-ani1 ease-in-out .5s;
}

#mask.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#mask.show::after {
    opacity: 1;
    height: 100%;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}

#mask.show .search-box .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;
}

@keyframes line-ani1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.mobile-box {
    display: none;
    position: fixed;
    top: 70px;
    right: auto;
    bottom: auto;
    left: 100%;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 70px);
    padding: .15rem 4% .4rem;
    background-image: url("../images/b_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #fefefe;
    background-size: cover;
    -webkit-transition: all 0.48s ease-in 0s;
    -moz-transition: all 0.48s ease-in 0s;
    -ms-transition: all 0.48s ease-in 0s;
    -o-transition: all 0.48s ease-in 0s;
    transition: all 0.48s ease-in 0s;
    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform: skew(14deg);
    -moz-transform: skew(14deg);
    -ms-transform: skew(14deg);
    -o-transform: skew(14deg);
    transform: skew(14deg);
    opacity: 0;
    visibility: hidden;
}

.mobile-box .nav {
    display: block;
    width: 100%;
    height: calc(100% - 1.2rem);
    padding: 0 0 .2rem;
}

.mobile-box .nav ul {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.mobile-box .nav li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.mobile-box .nav li a {
    color: #323232;
    font-weight: 500;
    padding: 0 .1rem;
    line-height: .56rem !important;
    text-align: left;
}

.mobile-box .nav li .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .56rem;
    height: .56rem;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 7px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mobile-box .nav li .icon.close {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-box .nav li > a {
    font-size: .2rem;
}

.mobile-box .nav li .sub-nav {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    padding: 0 0 12px 30px;
    background: none;
    box-shadow: none;
    transition: none;
    border: none;
    visibility: visible;
}

.mobile-box .nav li .sub-nav .tri {
    display: none;
}

.mobile-box .nav li .sub-nav a {
    line-height: .4rem !important;
}

.mobile-box .nav li .sub-nav::before {
    display: none;
}

.mobile-box .mobile-search {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: .1rem auto .15rem;
    overflow: hidden;
    background: #fff;
}

.mobile-box .mobile-search .form {
    display: flex;
    width: 100%;
    border: 1px solid #055b49;
    border-radius: 2px;
    overflow: hidden;
}

.mobile-box .mobile-search .input {
    width: calc(100% - .5rem);
    height: .5rem;
    margin: 0 .1rem 0 0;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #333;
    text-align: left;
    background: #fff;
}

.mobile-box .mobile-search .submit {
    width: .7rem;
    height: .5rem;
    vertical-align: top;
    background-image: url("../images/search1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #055b49;
    background-size: auto;
}

.mobile-box .top-link {
    position: static;
    padding: 0;
    background: none;
    text-align: center;
}

.mobile-box .top-link a {
    color: #055b49;
    font-size: .2rem;
    font-weight: 700;
    text-align: center;
}

.mobile-box .top-link2 {
    margin: 0 .2rem;
}

.mobile-box.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}

.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.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    -ms-transition: transform 0.8s ease 0s;
    -o-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 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.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    -ms-transition: transform 0.8s ease 0s;
    -o-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 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;
    margin: .6rem 0 .3rem;
}

.column h3 {
    position: relative;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 0.7rem;
    color: #000;
    text-align: left;
}

.more {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    margin: .52rem 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #000;
    text-align: left;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.more::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #000;
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    -o-transform: skew(-18deg);
    transform: skew(-18deg);
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.more i {
    display: inline-block;
    width: 23px;
    height: 9px;
    margin: 0 0 0 .12rem;
    background-image: url("../images/f_icon1.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.more:hover {
    color: #fff;
}

.more:hover::after {
    border-color: #055b49;
    background: #055b49;
}

.more:hover i {
    background-position-x: 0%;
}

.title {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #000;
    text-align: left;
}

.info {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #666;
    text-align: left;
}

.date {
    padding: 0 0 0 25px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #055b49;
    text-align: left;
    background-image: url("../images/date2.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.date1 {
    display: inline-block;
    vertical-align: top;
    width: 62px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #055b49;
    text-align: center;
}

.date1 p:first-child {
    font-size: .44rem;
    font-weight: 700;
    line-height: .44rem;
}

.index-layer1 {
    padding: 1px 0 1rem;
    background-image: url("../images/b_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.index-layer1 .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-layer1 .left-box {
    width: 58.33%;
}

.index-layer1 .right-box {
    width: 37.5%;
}

.index-layer1 .list1 {
    border-top: 2px solid #055b49;
}

.index-layer2 {
    padding: .5rem 0 .9rem;
}

.index-layer2 .column {
    margin-bottom: .5rem;
    text-align: center;
}

.index-layer3 {
    width: 100%;
    padding: .6rem 0 .9rem;
    background-image: url("../images/b_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-color: transparent;
    background-size: cover;
    overflow: hidden;
}

.index-layer3 .column {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
}

.index-layer3 .column h3 {
    color: #fff;
}

.index-layer3 .more {
    margin: 0;
    color: #fff;
}

.index-layer3 .more::after {
    border-color: #fff;
}

.index-layer3 .more i {
    background-position-x: 0;
}

.index-layer3 .more:hover {
    color: #000;
}

.index-layer3 .more:hover::after {
    border-color: #fff;
    background: #fff;
}

.index-layer3 .more:hover i {
    background-position-x: 100%;
}

.index-layer4 {
    padding: .8rem 0 1.6rem;
    background-image: url("../images/b_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-color: transparent;
    background-size: cover;
}

.index-layer4 .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-layer4 .column h3 span {
    color: #055b49;
}

.index-layer4 .left-box {
    width: 56.95%;
}

.index-layer4 .left-box .info {
    padding: 0 1.2rem 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .2rem;
    line-height: .35rem;
    color: #000;
}

.index-layer4 .left-box .flex {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-layer4 .left-box img {
    margin: .35rem 0 0;
}

.index-layer4 .right-box {
    width: 40.27%;
}

.index-layer5 .container {
    position: relative;
    z-index: 2;
    padding: .5rem 0 0;
}

.index-layer5 .container .card {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 5.8rem;
    padding: 0 .55rem .4rem;
    background: rgba(5, 91, 73, 0.9);
}

.index-layer5 .container .card::after {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-top: 0.5rem solid rgba(5, 91, 73, 0.9);
    border-right: 5.8rem solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0px solid rgba(5, 91, 73, 0.9);
}

.index-layer5 .container .column h3 {
    color: #fff;
}

.index-layer5 .container .info {
    margin: 0 0 .36rem;
    color: #fff;
    font-size: .22rem;
    line-height: .34rem;
}

.index-layer5 .container .icon img {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.index-layer5 .container .icon:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.index-layer5 .img {
    position: relative;
    z-index: 1;
    height: 39.56vw;
}

.index-layer5 .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.data-list {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.data-list li {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 46.55%;
    height: 3rem;
    margin: 0 0 .4rem;
    padding: .4rem .35rem .1rem;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.34rem;
    color: #fff;
    text-align: left;
    background: #055b49;
}

.data-list li:nth-child(2) {
    background: #1d76b4;
    -webkit-transform: translateY(0.74rem);
    -moz-transform: translateY(0.74rem);
    -ms-transform: translateY(0.74rem);
    -o-transform: translateY(0.74rem);
    transform: translateY(0.74rem);
}

.data-list li:nth-child(3) {
    background: #7d3816;
}

.data-list li:nth-child(4) {
    background: #e7941d;
    -webkit-transform: translateY(0.74rem);
    -moz-transform: translateY(0.74rem);
    -ms-transform: translateY(0.74rem);
    -o-transform: translateY(0.74rem);
    transform: translateY(0.74rem);
}

.data-list img {
    width: auto;
}

.data-list .data-num {
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
    font-size: .6rem;
    line-height: .8rem;
}

.data-list p {
    width: 100%;
}

.pic-list1 {
    font-size: 0;
    margin: 0 -0.12rem;
}

.pic-list1 > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.12rem;
}

.pic-list1 li {
    margin: 0 0 .25rem;
}

.pic-list1 .img-frame {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.pic-list1 .img-frame .img {
    padding: 1.6rem 0 0;
}


.pic-list1 .img-scale {
    overflow: visible;
}

.pic-list1 .img-scale:hover .img-frame {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.25);
}

.pic-list1 .img-scale:hover .title {
    color: #055b49;
}

.pic-list1 .first-news {
    width: 100%;
}

.pic-list1 .first-news .img {
    padding: 3.5rem 0 0;
}

.pic-list1 .first-news .img-scale {
    overflow: hidden;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.pic-list1 .first-news .img-scale:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.25);
}

.pic-list1 .first-news .text {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
align-items: center;
    width: 100%;
    padding: .12rem .2rem .12rem .2rem;
    background: rgba(5, 91, 73, 0.8);
}

.pic-list1 .first-news .title {
width: calc(100% - 140px);
    font-size: .22rem;
    line-height: .36rem;
    color: #fff !important;
}

.pic-list1 .first-news .date {
    color: #fff;
    background-image: url("../images/date1.png");
}

.pic-list2 {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pic-list2 li {
    width: 26.38%;
}

.pic-list2 li:first-child {
    width: 41.66%;
}

.pic-list2 li:nth-child(2) {
    margin: .5rem 0 0;
}

.pic-list2 .img-scale {
    overflow: visible;
}

.pic-list2 .img-scale:hover .img-frame {
    
}

.pic-list2 .img-scale:hover .title {
    color: #055b49;
}

.pic-list2 .img-scale:hover i {
    background-position: 0 0;
}

.pic-list2 .img-frame {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.pic-list2 .img-frame .img {
    padding: 4.4rem 0 0; background-size: contain;
}

.pic-list2 .img-frame  img { display: none; }
.pic-list2 .text {
    position: relative;
    z-index: 2;
    width: calc(100% - .6rem);
    margin: -.5rem 0 0;
    padding: .25rem .25rem 0 0;
    background: #fff;
}

.pic-list2 .text::before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .2rem;
    height: 100%;
    content: "";
    background: #fff;
}

.pic-list2 .text::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    z-index: 1;
    width: 0;
    height: 0;
    content: "";
    border-top: 0 solid transparent;
    border-right: 0.1rem solid transparent;
    border-left: 0 solid #fff;
    border-bottom: .8rem solid #fff;
}

.pic-list2 .title {
    font-size: .24rem;
    line-height: .36rem;
}

.pic-list2 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: .35rem 0 0;
    background-image: url("../images/f_icon2.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.list1 li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.list1 a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .28rem 0;
}

.list1 a::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: auto;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #055b49;
    content: "";
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.list1 a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.list1 a:hover .title {
    color: #055b49;
}

.list1 .title {
    width: calc(100% - 62px);
    padding: 0 0 0 .3rem;
    font-size: .2rem;
}

.list2 {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.4rem 0;
}

.list2 li {
    width: 25%;
    padding: .28rem .4rem .7rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.list2 li:first-child {
    border: none;
}


.list2 .title {
    display: block;
    font-size: .24rem;
    color: #fff;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.list2 .title img {
transform: scale(1.2);
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.list2 .title h6 {
    margin: .12rem 0 .2rem;
}

.list2 .title:hover {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.list2 .title:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list2 .info {
    color: #fff;
}

.list2 .more {
    width: 1.5rem;
    margin: .45rem 0 0;
    line-height: .34rem;
    color: #fff;
}

.list2 .more::after {
    border: none;
    background: rgba(255, 227, 180, 0.3);
}

.list2 .more i {
    background-position-x: 0;
}

.footer {
    position: relative;
    z-index: 2;
    border-top: 4px solid #eb9112;
    background-image: url("../images/b_bg4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.footer .foot-layer1 {
    padding: .6rem 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .foot-layer2 {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .26rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .line {
    width: 1px;
    height: 1.18rem;
    background: rgba(255, 255, 255, 0.1);
}

.foot-link {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 4.75rem;
}

.foot-link li {
    width: 50%;
}

.foot-link a {
    position: relative;
    display: inline-block;
    padding: .12rem 0;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #fff;
    text-align: left;
}

.foot-link a::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 6px;
    left: auto;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.foot-link a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.foot-logo img {
    max-height: .74rem;
}

.foot-contact {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #fff;
    text-align: left;
}

.QR-code {
    text-align: right;
}

.QR-code li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 .13rem;
    width: .48rem;
    height: .48rem;
    background-image: url(../images/share1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.QR-code li:nth-child(1) {
    margin: 0;
}

.QR-code li:nth-child(2) {
    background-image: url(../images/share2.png);
}

.QR-code li .img {
    visibility: hidden;
    opacity: 0;
    padding: .1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: auto;
    right: auto;
    bottom: calc(100% + .3rem);
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.QR-code li .img img {
    width: 1rem;
    max-width: none;
    height: 1rem;
}

.QR-code li .img p {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #666;
    text-align: center;
}

.QR-code li .img::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: calc(50% - 8px);
    z-index: 1;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
}

.QR-code li:hover .img {
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + .15rem);
}

.copy {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #fff;
    text-align: left;
}

.section {
    position: relative;
    z-index: 1;
    padding: 0 0 .65rem;
    background-image: url("../images/b_bg5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #fff;
    background-size: 100%;
    -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.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -o-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
}

.section.show {
    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.2rem 0 0;
}

.decorate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 0 .9rem;
    -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.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    -o-transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
    transition: all 0.7s cubic-bezier(0.58, 0.22, 0.44, 0.94) 0s;
}

.place .container {
    padding-left: .6rem;
}

.place h3 {
    white-space: nowrap;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 0.9rem;
    color: #fff;
    text-align: left;
}

.place h3 span {
    margin: 0 .2rem 0 0;
    font-size: .28rem;
}

.place.show {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.position {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #fff;
    text-align: left;
    padding: .1rem 0;
    white-space: nowrap;
}

.position a {
    color: #fff;
}

.position a:hover {
    text-decoration: underline;
}

.position span {
    margin: 0 .14rem;
}

.aside {
    position: relative;
    z-index: 3;
    background: #f5f7fa;
    box-shadow: 0px 0.16rem 0.3rem 0px rgba(5, 91, 73, 0.11);
}

.aside h3 {
    display: none;
    position: relative;
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    background: #055b49;
}

.aside .lv2-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.aside .lv2-nav li {
    position: relative;
}

.aside .lv2-nav li.cur > a {
    color: #fff;
    background: #055b49;
}

.aside .lv2-nav li:hover > a {
    color: #fff;
    background: #055b49;
}

.aside .lv2-nav a {
    display: block;
    padding: 0 .25rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.7rem;
    color: #333;
    text-align: left;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.main {
    position: relative;
    z-index: 4;
    min-height: 4rem;
    padding: .7rem 0 0;
}

.about-box {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.38rem;
    color: #646464;
    text-align: justify;
}

.about-box p {
    margin: 0 0 .6rem;
}

.about-box .about-card1 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 .6rem;
}

.about-box .about-card1 .img {
    position: relative;
    z-index: 2;
    width: 5.8rem;
    margin: 0 -.3rem 0 0;
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
}

.about-box .about-card1 .content {
    position: relative;
    z-index: 1;
    width: calc(100% - 5.5rem);
    padding: .4rem .6rem .4rem .9rem;
    background: #f7f7f7;
}

.about-box .about-card1 .content p {
    margin: 0;
}

.about-box .about-card2 {
    margin: 0 0 .6rem;
    padding: .55rem .6rem;
    background-image: url("../images/about_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    color: #fff;
}

.about-box .about-card2 p {
    margin: 0;
}

.about-box .about-card3 {
    margin: 0 0 .6rem;
    padding: .4rem .4rem;
    border: 1px solid #dedede;
    font-size: .18rem;
    line-height: .36rem;
}

.about-box .about-card3 .tit {
    position: relative;
    font-size: .24rem;
    color: #000;
}

.about-box .about-card3 .tit::before {
    position: absolute;
    top: 0.05rem;
    right: auto;
    bottom: auto;
    left: -0.41rem;
    z-index: 1;
    content: "";
    width: .08rem;
    height: .26rem;
    background: #055b49;
}

.about-box .about-card3 p {
    margin: .32rem 0 0;
}

.leader-box li {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .7rem;
    background: #fff;
    box-shadow: 0 9px 0.92rem 0 rgba(0, 0, 0, 0.18);
}

.leader-box .img-frame {
    width: 2.4rem;
}

.leader-box .img-frame .img {
    padding: 145% 0 0;
    background-position-y: 15%;
}

.leader-box .text {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: calc(100% - 2.4rem);
    padding: .2rem .7rem;
    background-image: url("../images/b_bg6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.leader-box .name {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.42rem;
    font-weight: 500;
    line-height: 0.45rem;
    color: #000;
    text-align: left;
    white-space: nowrap;
}

.leader-box .line {
    width: 2px;
    height: .4rem;
    margin: 0 .5rem 0;
    background: #a3a3a3;
}

.leader-box .info {
    font-size: .24rem;
    line-height: .45rem;
    color: #747474;
}

.picture-box {
    width: 100%;
    padding-bottom: 1rem;
    overflow: hidden;
}

.picture-box .container {
    position: relative;
}

.picture-box .img-swiper {
    overflow: visible;
}

.picture-box .img {
    padding: 60% 0 0;
}

.picture-box .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture-box .txt-swiper {
    overflow: visible;
    width: calc(100% - 2.5rem);
    margin: 0;
    background: #055b49;
}

.picture-box .txt-swiper::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-top: 1.1rem solid #055b49;
    border-right: 0.7rem solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0 solid #055b49;
}

.picture-box .txt-swiper .swiper-slide {
    opacity: 0 !important;
}

.picture-box .txt-swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.picture-box .txt-swiper p {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 1.1rem;
    padding: 0 .5rem;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.34rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #fff;
    text-align: left;
}

.picture-box .pagination {
    width: auto;
    padding: 0 0 0 1.26rem;
    position: absolute;
    top: auto;
    right: 0.8rem;
    bottom: 0;
    left: auto;
    z-index: 1;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.1rem;
    color: #7e7e7e;
    text-align: left;
    background-image: url("../images/f_icon7.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.picture-box .pagination .swiper-pagination-current {
    color: #055b49;
}

.depart-box ul {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.depart-box li {
    width: 48%;
    margin: 0 0 .6rem;
}

.depart-box a {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: .85rem;
    padding: 0 .15rem 0 .4rem;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #333;
    text-align: left;
    background-image: url("../images/f_icon8_1.png");
    background-repeat: no-repeat;
    background-position: calc(100% + 75px) -6px;
    background-color: #f2f6f5;
    background-size: auto;
    border-left: 6px solid #055b49;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.depart-box a span {
    font-size: .18rem;
}

.depart-box a:hover {
    background-color: #055b49;
    background-image: url("../images/f_icon8_2.png");
    color: #fff;
    box-shadow: 0 9px 0.4rem 0 rgba(0, 0, 0, 0.3);
}

.side-nav h3 {
    position: relative;
    display: none;
    align-items: center;
    height: .6rem;
    padding: 0 .6rem 0 .2rem;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: #fff;
    text-align: left;
    background: #055b49;
}

.side-nav h3 i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .6rem;
    height: .6rem;
    background-image: url("../images/f_icon10.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 26px;
    cursor: pointer;
}

.side-nav a {
    display: block;
    padding: .2rem .55rem .2rem .25rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #333;
    text-align: left;
    border-top: 1px solid #efefef;
    -webkit-transition: background-color 0.35s ease 0s;
    -moz-transition: background-color 0.35s ease 0s;
    -ms-transition: background-color 0.35s ease 0s;
    -o-transition: background-color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s;
}

.side-nav a:first-child {
    border: none;
}

.side-nav a.cur, .side-nav a:hover {
    color: #fff;
    background-image: url("../images/f_icon9.png");
    background-repeat: no-repeat;
    background-position: calc(100% - .35rem) 50%;
    background-color: #055b49;
    background-size: auto;
}

.teach-box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.teach-box .left-box {
    width: 3.6rem;
}

.teach-box .right-box {
    width: calc(100% - 3.6rem);
    padding: 0 0 0 .8rem;
}

.teach-list {
    font-size: 0;
    margin: 0 -0.34rem;
}

.teach-list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.34rem;
}

.teach-list li {
    margin: 0 0 .4rem;
}

.teach-list .img-scale {
    padding: .15rem .15rem 0;
    border: 1px solid #ddd;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    border-radius: 2px;
}

.teach-list .img-scale:hover {
    background: #055b49;
    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: 125% 0 0;
    background-position-y: 10%;
}

.teach-list .title {
    line-height: .7rem;
    font-family: 'Times New Roman', Times, serif;
    font-size: .26rem;
    text-align: center;
}

.article .title {
    margin: 0 0 .45rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.45rem;
    color: #000;
    text-align: left;
}

.article .sub {
    margin: 0 0 0;
    padding: .13rem 0 .13rem .32rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #666;
    text-align: left;
    border-left: 1px solid #055b49;
}

.article .sub .date {
    color: #666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url("../images/date3.png");
}

.article .content {
    padding: .3rem 0 .2rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 200%;
    color: #000;
    text-align: justify;
}

.article .content p {
    word-break: break-word;
    margin: 0 0 .25rem;
}

.article .content img, .article .content video {
    max-width: 100%;
    margin: .3rem 0;
    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 ul a, .article a {
    color: #2196f3;
}

.article ul a:hover, .article a:hover {
    text-decoration: underline;
}

.article .table-box {
    overflow-x: auto;
}

.teach-article {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.teach-article .img {
    width: 3.45rem;
    padding: .2rem .2rem 0;
    background: #055b49;
}

.teach-article .img img {
    width: 100%;
}

.teach-article .img .title {
    font-family: 'Times New Roman', Times, serif;
    font-size: .26rem;
    line-height: .85rem;
    color: #fff;
}

.teach-article .content {
    width: calc(100% - 3.45rem);
    padding: .4rem .72rem;
    border-top: 0.08rem solid #055b49;
    font-size: .2rem;
    color: #2d2d2d;
    box-shadow: 0 9px 0.9rem 0 rgba(0, 0, 0, 0.18);
    background: #fff;
}

.picture2 li {
    margin: 0 0 .5rem;
}

.picture2 li:last-child {
    margin: 0;
}

.picture2 .img-scale {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0.02rem 0.04rem 0.1rem 0 rgba(5, 91, 73, 0.1);
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.picture2 .img-scale:hover {
    box-shadow: 0.04rem 0.08rem 0.2rem 0 rgba(5, 91, 73, 0.15);
}

.picture2 .img-scale:hover .title {
    color: #055b49;
}

.picture2 .img-scale:hover .more2 {
    -webkit-transform: translateX(0.1rem);
    -moz-transform: translateX(0.1rem);
    -ms-transform: translateX(0.1rem);
    -o-transform: translateX(0.1rem);
    transform: translateX(0.1rem);
}

.picture2 .img-scale:hover .date {
    color: #055b49;
    background-image: url("../images/date2.png");
}

.picture2 .img-frame {
    width: 5.3rem;
}

.picture2 .img-frame .img {
    padding: 2.95rem 0 0;
}

.picture2 .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 5.3rem);
    padding: .3rem .5rem .2rem;
    background-image: url("../images/b_bg6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.picture2 .date {
    color: #888;
    background-image: url("../images/date3.png");
}

.picture2 .title {
    height: 1.2rem;
    margin: .2rem 0;
    font-size: .3rem;
    line-height: .4rem;
}

.picture2 .more2 {
    display: inline-block;
    padding: 0 40px 0 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #055b49;
    text-align: left;
    background-image: url("../images/f_icon11.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

#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: .5rem 0 .2rem !important;
    font-family: Arial;
    text-align: center;
}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: .16rem;
    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: 50%;
}

#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: #055b49;
    font-weight: bold;
    color: #fff;
    border-color: #055b49;
}

#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: 50%;
    width: 40px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
}
@media screen and (max-width: 1770px) {
.nav li a {
    position: relative;
    display: block;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.56rem;
    color: #fff;
    text-align: center;
}}
@media screen and (max-width: 1674px) {
    .banner .img .text p {
        padding: 0 0 0 7%;
    }

    .banner .pagination {
        right: 7%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 90%;
    }

    .header {
        padding: 10px 0 !important;
    }

    .header .container {
        max-width: 90%;
    }

    .header .right-wrapper {
        width: auto;
        padding: 0 !important;
    }

    .header .right-wrapper .top-link, .header .right-wrapper .nav, .header .right-wrapper .search-btn {
        display: none;
    }

    .logo {
        width: auto;
        min-width: auto;
        height: 50px;
        padding: 0 .12rem 0 0;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }

    .logo img {
        max-height: 50px !important;
    }

    .pad-btn {
        padding: 0;
        margin: 0;
        border: none;
    }

    .pad-btn .nav-btn {
        display: block;
    }

    .mobile-box {
        display: block;
    }

    .banner {
        margin: 70px 0 0;
    }

    .banner .img {
        height: 45.8vw;
    }

    .banner .img .text {
        padding: .1rem 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .banner .img .text p {
        width: 100%;
        padding: 0 5%;
        font-size: .2rem;
        line-height: .3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner .pagination {
        bottom: .6rem;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .column {
        margin: .3rem 0 .2rem !important;
    }

    .column h3 {
        font-size: .4rem;
        line-height: .45rem;
    }

    .index-layer1 {
        padding-bottom: .4rem;
    }

    .index-layer1 .container {
        flex-wrap: wrap;
    }

    .index-layer1 .left-box {
        width: 100%;
    }

    .index-layer1 .right-box {
        width: 100%;
    }

    .index-layer2 {
        padding: .2rem 0 .4rem;
    }

    .index-layer3 {
        padding: .2rem 0 .4rem;
    }

    .index-layer3 .column {
        margin-bottom: .3rem;
    }

    .index-layer4 {
        padding: .2rem 0 .4rem;
    }

    .index-layer4 .container {
        flex-wrap: wrap;
    }

    .index-layer4 .left-box {
        width: 100%;
    }

    .index-layer4 .right-box {
        width: 100%;
        margin: .3rem 0 0;
    }

    .index-layer5 .column {
        text-align: center;
    }

    .index-layer5 .container {
        max-width: 100%;
        padding: .3rem 0 0;
    }

    .index-layer5 .container .card {
        position: relative;
        width: 100%;
        padding: 1px 5% .2rem;
        text-align: center;
    }

    .index-layer5 .container .card::after {
        display: none;
    }

    .index-layer5 .container .info {
        margin: 0 0 .15rem;
        font-size: .2rem;
        line-height: .26rem;
        text-align: center;
    }

    .index-layer5 .container .icon {
        text-align: center;
    }

    .index-layer5 .container .icon img {
        width: .5rem;
    }

    .more {
        margin: .3rem 0 0;
    }

    .data-list li {
        width: 44%;
        margin: 0 0 .2rem;
    }

    .data-list li:nth-child(2) {
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    .data-list li:nth-child(4) {
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    .list1 a {
        padding: .18rem 0;
    }

    .list2 {
        margin: 0 -.15rem;
    }

    .list2 li {
        padding: .15rem .15rem .4rem;
    }

    .pic-list2 .text {
        margin: -.22rem 0 0;
        padding: .18rem .18rem 0 0;
    }

    .pic-list2 .img-frame .img {
        padding: 65% 0 0;
    }

    .pic-list2 .title {
        font-size: .2rem;
        line-height: .28rem;
    }

    .pic-list2 i {
        margin: .15rem 0 0;
    }

    .footer {
        border-width: 2px;
    }

    .footer .foot-layer1 {
        padding: .2rem 0;
        flex-direction: column;
    }

    .footer .foot-layer2 {
        padding: .2rem 0;
        flex-direction: column-reverse;
    }

    .footer .line {
        display: none;
    }

    .foot-link {
        width: 100%;
    }

    .foot-link li {
        width: 33%;
        text-align: center;
    }

    .foot-link a {
        width: 90%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .foot-logo {
        margin: .2rem 0 .1rem;
    }

    .foot-contact {
        text-align: center;
    }

    .section {
        background-size: auto;
    }

    .decorate {
        margin: 70px 0 0;
        padding: 32% 0 0;
    }

    .place {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .place h3 {
        font-size: .6rem;
        line-height: .6rem;
        text-align: center;
        text-indent: -.35rem;
    }

    .place .container {
        padding: 0;
    }

    .position {
        text-align: center;
    }

    .aside .lv2-nav {
        flex-wrap: wrap;
    }

    .aside .lv2-nav li {
        width: 25%;
    }

    .aside .lv2-nav a {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        height: .56rem;
        padding: 0 5px;
        line-height: .22rem;
        text-align: center;
    }

    .main {
        padding: .4rem 0 0;
    }

    .about-box p {
        margin: 0 0 .3rem;
    }

    .about-box .about-card1 {
        flex-wrap: wrap;
        margin: 0 0 .3rem;
    }

    .about-box .about-card1 .img {
        width: 100%;
    }

    .about-box .about-card1 .img img {
        width: 100%;
    }

    .about-box .about-card1 .content {
        width: 100%;
        padding: .2rem .3rem;
    }

    .about-box .about-card2 {
        margin: 0 0 .3rem;
        padding: .2rem .3rem;
    }

    .about-box .about-card3 {
        margin: 0 0 .3rem;
        padding: .15rem .3rem;
    }

    .about-box .about-card3 p {
        margin: .15rem 0 0;
    }

    .about-box .about-card3 .tit::before {
        left: -.31rem;
    }

    .leader-box .img-frame {
        width: 2rem;
    }

    .leader-box .text {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: calc(100% - 2rem);
        padding: .12rem .3rem;
    }

    .leader-box .name {
        font-size: .3rem;
        margin: 0 0 .15rem;
    }

    .leader-box .line {
        display: none;
    }

    .leader-box .info {
        font-size: .18rem;
        line-height: .35rem;
    }

    .picture-box .txt-swiper {
        width: calc(100% - 1.8rem);
    }

    .picture-box .txt-swiper p {
        height: .8rem;
        font-size: .26rem;
    }

    .picture-box .pagination {
        right: 0;
        line-height: .8rem;
    }

    .depart-box li {
        width: 100%;
        margin: 0 0 .3rem;
    }

    .depart-box li a {
        height: auto;
        padding: .1rem .1rem .1rem .25rem;
        min-height: .85rem;
    }

    .teach-box {
        flex-direction: column;
    }

    .teach-box .left-box {
        width: 100%;
    }

    .teach-box .right-box {
        width: 100%;
        padding: 0;
    }

    .side-nav {
        margin: 0 0 .25rem;
    }

    .side-nav h3 {
        display: flex;
    }

    .side-nav .side-nav-link {
        display: none;
        padding: .1rem .2rem;
        border: 1px solid #ddd;
    }

    .side-nav a {
        padding-top: .14rem;
        padding-bottom: .14rem;
    }

    .teach-article .img {
        width: 2.4rem;
        padding: .15rem .15rem 0;
    }

    .teach-article .content {
        width: calc(100% - 2.4rem);
        padding: .2rem .32rem;
    }

    .picture2 .img-frame {
        width: 3.5rem;
    }

    .picture2 .img-frame .img {
        padding: 55.66% 0 0;
    }

    .picture2 .text {
        width: calc(100% - 3.5rem);
        padding: .2rem .3rem .15rem;
    }

    .picture2 .title {
        height: .96rem;
        margin: .1rem 0 .15rem;
        font-size: .24rem;
        line-height: .32rem;
    }
}

@media screen and (max-width: 768px) {
    .index-layer4 .left-box .info {
        padding: 0;
    }

    .index-layer4 .left-box .flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .list2 {
        flex-wrap: wrap;
    }

    .list2 li {
        width: 50%;
    }

    .list2 li:nth-child(3) {
        border: none;
    }

    .pic-list1 li {
        width: 100%;
    }

    .pic-list1 li:last-child {
        margin: 0;
    }

    .pic-list1 .img-frame .img {
        padding: 60% 0 0;
    }

    .pic-list1 .title {
        margin-bottom: .08rem; margin-top: .1rem;
    }

    .pic-list1 .first-news .img {
        padding: 60% 0 0;
    }

    .pic-list1 .first-news .text {
        position: relative;
        width: 100%;
flex-wrap: wrap;
background: rgba(5, 91, 73, 1);
    }

    .pic-list2 {
        flex-wrap: wrap;
    }

    .pic-list2 li {
        width: 100% !important;
    }

    .pic-list2 li:nth-child(2) {
        margin: .2rem 0;
    }

    .data-list li {
        width: 48%;
    }

    .foot-link li {
        width: 50%;
    }

    .copy {
        line-height: .3rem;
        text-align: center;
    }

    #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
        padding: 7px 9px;
    }

    #list-page .p_goto input {
        height: 30px;
        line-height: 30px;
    }

    .aside .lv2-nav li {
        width: 33.33%;
    }

    .leader-box li {
        flex-direction: column;
        align-items: center;
        margin: 0 0 .3rem;
        padding-top: .2rem;
        background-image: url("../images/b_bg6.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: cover;
    }

    .leader-box .text {
        width: 100%;
        padding-bottom: .2rem;
        align-items: center;
        background: none;
    }

    .leader-box .name {
        margin: 0 0 .1rem;
    }

    .picture-box .txt-swiper p {
        height: .8rem;
        padding: 0 .2rem;
        font-size: .22rem;
        line-height: 100%;
    }

    .place h3 {
        font-size: .42rem;
    }

    .side-nav h3 {
        font-size: .21rem;
    }

    .article .title {
        margin: 0 0 .3rem;
        font-size: .3rem;
        line-height: .4rem;
    }

    .article .sub {
        padding: .1rem 0 .1rem .2rem;
    }

    .article .content img, .article .content video {
        margin: 0;
    }

    .teach-list {
        margin: 0 -.1rem;
    }

    .teach-list > li {
        padding: 0 .1rem;
    }

    .teach-list .title {
        font-size: .2rem;
    }

    .teach-list .img-scale {
        padding: .1rem .1rem 0;
    }

    .teach-article {
        justify-content: center;
    }

    .teach-article .img {
        width: 2.4rem;
        padding: .12rem .12rem 0;
        margin: 0 0 .3rem;
    }

    .teach-article .img .title {
        line-height: .6rem;
    }

    .teach-article .content {
        width: 100%;
        padding: .2rem .15rem;
        border-width: 2px;
    }

    .picture2 li {
        margin: 0 0 .3rem;
    }

    .picture2 .img-frame {
        width: 100%;
    }

    .picture2 .text {
        width: 100%;
    }

    .picture2 .title {
        height: auto;
    }
.pic-list1 .first-news .title { width: 100%; margin-top: 0; line-height: .26rem; overlfow: visible; text-overflow: clip; white-space: initial;  }
}

@media screen and (max-width: 520px) {
    .header {
        padding: 7px 0 !important;
    }

    .logo {
        height: 42px;
    }

    .logo img {
        max-height: 42px !important;
    }

    .mobile-box {
        top: 56px;
        height: calc(100vh - 56px);
    }

    .banner {
        margin: 56px 0 0;
    }

    .pad-btn .nav-btn {
        width: 24px;
    }

    .pad-btn .nav-btn i {
        margin: 6px 0;
        border-radius: 2px;
    }

    .pad-btn .nav-btn.close i:nth-child(1) {
        -webkit-transform: translate(0px, 8px) rotate(45deg);
        -moz-transform: translate(0px, 8px) rotate(45deg);
        -ms-transform: translate(0px, 8px) rotate(45deg);
        -o-transform: translate(0px, 8px) rotate(45deg);
        transform: translate(0px, 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(0px, -8px) rotate(-45deg);
        -moz-transform: translate(0px, -8px) rotate(-45deg);
        -ms-transform: translate(0px, -8px) rotate(-45deg);
        -o-transform: translate(0px, -8px) rotate(-45deg);
        transform: translate(0px, -8px) rotate(-45deg);
    }

    .index-layer2 {
        padding: 1px 0 .3rem;
    }

    .index-layer2 .column {
        text-align: left;
    }

    .pic-list1 .first-news .title {
        font-size: .2rem; width: 100%;
    }

    .index-layer3 {
        padding: 1px 0 .3rem;
    }

    .list2 {
        margin: 0;
    }

    .list2 li {
        width: 100%;
        margin: 0 !important;
        padding: .3rem 0 .3rem !important;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    .list2 li .more {
        margin: .2rem 0 0;
    }

    .data-list li {
        height: 2.5rem;
        padding: .2rem .15rem;
        font-size: .2rem;
    }

    .data-list img {
        max-width: 45px;
    }

    .data-list .data-num {
        font-size: .45rem;
    }

    .section {
        padding-bottom: .4rem;
    }

    .decorate {
        margin: 56px 0 0;
        padding: 45% 0 0;
    }

    .place h3 {
        font-size: .2rem;
        line-height: .35rem;
        text-indent: 0;
    }

    .place h3 span {
        display: none;
    }

    .position {
        font-size: .13rem;
    }

    .position span {
        margin: 0 5px;
    }

    .aside .lv2-nav li {
        width: 50%;
    }

    .aside .lv2-nav li a {
        height: .65rem;
        line-height: 0.18rem;
    }

    .article .title {
        margin: 0 0 .2rem;
        font-size: .24rem;
        line-height: .32rem;
    }

    .about-box .about-card1 .content {
        padding: .12rem .2rem;
    }

    .about-box .about-card2, .about-box .about-card3 {
        padding: .12rem .2rem;
    }

    .about-box .about-card3 .tit::before {
        left: -.21rem;
    }

    .picture-box .txt-swiper {
        width: 100%;
    }

    .picture-box .txt-swiper::before {
        display: none;
    }

    .picture-box .pagination {
        position: static;
        padding: 0;
        background: none;
        text-align: center;
        line-height: .6rem;
        font-size: .22rem;
    }

    .teach-list > li {
        width: 50%;
    }

    .picture2 .text {
        padding: .1rem .2rem;
    }

    .picture2 .title {
        font-size: .2rem;
    }
}

@media screen and (max-width: 420px) {
    .foot-link li {
        width: 100%;
    }

    .foot-link li a {
        width: 100%;
        text-align: center;
    }
}

/*# sourceMappingURL=style.css.map */