.clear {
    content: '';
    visibility: hidden;
    display: block;
    clear: both
}

.transi {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.color {
    background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
    background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
    background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
    background: -o-linear-gradient(left, #fdf5b0, #cbb272);
    background: linear-gradient(to right, #fdf5b0, #cbb272);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.text-line {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #caab62;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

#header {
    width: 100%;
    background: #000
}

.n_list li {
    display: block;
    position: relative;
    line-height: 1.5rem;
    font-size: 0.4rem;
    border-bottom: 1px solid #e8e1e1;
    transition: all .5s;
    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff
}

.n_list li a {
    padding-left: 0.45rem;
    padding-right: 2.5rem;
    color: #fff
}

.n_list li time {
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #fff
}

.n_list li:before {
    content: '';
    position: absolute;
    left: 0.15rem;
    top: 50%;
    width: .1rem;
    height: .1rem;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (min-width: 769px) {
    #header {
        height: 3.9rem
    }

    #header .header-top {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header .header-top .logo-container img {
        display: block;
        width: 6.4rem
    }

    #header .header-top .mobile-menu-icon {
        display: none
    }

    .m-nav {
        display: none
    }

    #header .header-top .nav .nav-list {
        overflow: hidden
    }

    #header .header-top .nav .nav-list .nav-item {
        float: left;
        margin-right: 1.4rem
    }

    #header .header-top .nav .nav-list .nav-item:last-child {
        margin-right: 0
    }

    #header .header-top .nav .nav-list .nav-item .nav-link {
        font-size: 0.55rem;
        display: block;
        opacity: 1;
        background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
        background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
        background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
        background: -o-linear-gradient(left, #fdf5b0, #cbb272);
        background: linear-gradient(to right, #fdf5b0, #cbb272);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #header .header-top .nav .nav-list .nav-item .nav-link:hover {
        opacity: 0.6
    }

    #header .header-top .s-i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header .header-top .search-container {
        height: 0.8rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header .header-top .search-container:hover .search-inp {
        width: 3.5rem;
        padding: 0 0.3rem;
        border: 1px solid #cbb272
    }

    #header .header-top .search-container .search-inp {
        width: 0;
        height: 0.8rem;
        border: none;
        border-radius: 0.2rem;
        font-size: 0.4rem;
        color: #cbb272;
        padding: 0;
        margin-right: 0.2rem;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #header .header-top .search-container .submit-button {
        background: transparent;
        border: none;
        padding: 0;
        display: block;
        cursor: pointer;
        background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
        background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
        background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
        background: -o-linear-gradient(left, #fdf5b0, #cbb272);
        background: linear-gradient(to right, #fdf5b0, #cbb272);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }

    #header .header-top .search-container .submit-button:hover {
        opacity: 0.6
    }

    #header .header-top .search-container .submit-button .iconfont {
        font-size: 0.7rem
    }

    #header .header-top .internationalize {
        margin-left: 0.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        position: relative
    }

    #header .header-top .internationalize:hover .iconfont {
        opacity: 0.6
    }

    #header .header-top .internationalize:hover .d-list .l-2 {
        padding-top: 0.4rem
    }

    #header .header-top .internationalize:hover .d-list .l-2 .item p {
        height: 1rem
    }

    #header .header-top .internationalize .iconfont {
        font-size: 0.6rem;
        background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
        background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
        background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
        background: -o-linear-gradient(left, #fdf5b0, #cbb272);
        background: linear-gradient(to right, #fdf5b0, #cbb272);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }

    #header .header-top .internationalize .iconfont.icon-bottom {
        margin-left: 0.2rem;
        font-size: 0.4rem
    }
    #header .header-top .internationalize .iconfont.icon-bottom  img{
        width: 14px;
    }

    #header .header-top .internationalize .d-list {
        position: absolute;
        top: 0.6rem;
        right: 0;
        z-index: 99;
        width: 3rem
    }

    #header .header-top .internationalize .d-list .l-2 {
        padding-top: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #header .header-top .internationalize .d-list .item {
        width: 100%;
        display: block;
        text-align: center
    }

    #header .header-top .internationalize .d-list .item:last-child p {
        border-top: none
    }

    #header .header-top .internationalize .d-list .item p {
        height: 0;
        line-height: 1rem;
        font-size: 0.4rem;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, from(#cbb272), to(#fdf5b0));
        background: -webkit-linear-gradient(left, #cbb272, #fdf5b0);
        background: -moz-linear-gradient(left, #cbb272, #fdf5b0);
        background: -o-linear-gradient(left, #cbb272, #fdf5b0);
        background: linear-gradient(to right, #cbb272, #fdf5b0);
        opacity: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #header .header-top .internationalize .d-list .item p:hover {
        opacity: 0.6
    }
}

@media screen and (max-width: 1400px) and (min-width: 769px) {
    #header .header-top {
        padding: 0 2.675rem
    }
}

@media screen and (max-width: 768px) {
    #header .header-top {
        width: 100%;
        height: 3.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 1rem;
        position: relative
    }

    #header .header-top .logo-container img {
        width: 6.4rem
    }

    #header .header-top .mobile-menu-icon .iconfont {
        font-size: 1rem;
        background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
        background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
        background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
        background: -o-linear-gradient(left, #fdf5b0, #cbb272);
        background: linear-gradient(to right, #fdf5b0, #cbb272);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }

    #header .header-top .mobile-menu-icon .iconfont.icon-menu {
        display: block
    }

    #header .header-top .mobile-menu-icon .iconfont.icon-close {
        display: none
    }

    #header .header-top .mobile-menu-icon.menu-open .icon-menu {
        display: none
    }

    #header .header-top .mobile-menu-icon.menu-open .icon-close {
        display: block
    }

    #header .header-top .nav {
        display: none
    }

    #header .header-top .nav .nav-list {
        width: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #header .header-top .nav.menu-open {
        display: block;
        width: 100%;
        background: #000;
        position: absolute;
        top: 3.5rem;
        left: 0;
        z-index: 99;
        border-top: 1px solid #cbb272
    }

    #header .header-top .nav.menu-open .nav-list {
        padding: 0.5rem 0;
        width: 100%
    }

    #header .header-top .nav.menu-open .nav-list .nav-item .nav-link {
        background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
        background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
        background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
        background: -o-linear-gradient(left, #fdf5b0, #cbb272);
        background: linear-gradient(to right, #fdf5b0, #cbb272);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 0.7rem;
        display: block;
        text-align: center;
        padding: 0.5rem 0;
        white-space: nowrap
    }

    .m-nav {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #000;
        overflow-y: scroll;
        width: 100%;
        top: 3.5rem;
        border-top: 1px solid #cbb272;
        display: block;
        right: -100%
    }

    .m-nav ul {
        padding: 0 0.23437rem;
        left: 0
    }

    .m-nav ul li {
        position: relative
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg)
    }

    .m-nav ul li ul {
        display: none
    }

    .m-nav ul li ul li {
        border: none
    }

    .m-nav>ul>li a {
        padding: 0.2rem 0;
        position: relative;
        color: #cbb272;
        display: block;
        text-align: center;
        padding: 0.5rem 0;
        white-space: nowrap
    }

    #header .header-top .s-i {
        display: none
    }
}

#footer {
    width: 100%;
    background: #000
}

#footer .footer-container {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 769px) {
    #footer {
        height: 7.4rem;
        overflow: hidden
    }

    #footer .footer-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #footer .footer-container .content.content-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #footer .footer-container .content.content-2 {
        color: #fff;
        font-size: 0.55rem;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #footer .footer-container .content.content-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #footer .footer-container .content .logo {
        display: block;
        width: 4.625rem;
        height: auto
    }

    #footer .footer-container .content .nav-link {
        color: #fff;
        font-size: 0.55rem;
        margin-left: 2rem;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #footer .footer-container .content .nav-link:hover {
        color: #cbb272
    }

    #footer .footer-container .content .iconfont {
        display: block;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 0.8rem;
        color: #fff;
        width: 1.4rem;
        height: 1.4rem;
        margin-left: 0.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #footer .footer-container .content .iconfont:hover {
        font-size: 0.9rem;
        color: #cbb272;
        border-color: #cbb272
    }

    #footer .footer-container .content .iconfont img:nth-child(2) {
        display: none
    }

    #footer .footer-container .content .iconfont:hover img:nth-child(1) {
        display: none
    }

    #footer .footer-container .content .iconfont:hover img:nth-child(2) {
        display: block
    }

    #footer .footer-container .content .wechat-box {
        position: relative
    }

    #footer .footer-container .content .wechat-box:hover .wechat-img {
        width: 4.5rem
    }

    #footer .footer-container .content .wechat-box .wechat-img {
        width: 0;
        display: block;
        position: absolute;
        right: 1.8rem;
        bottom: 0;
        border-radius: 0.2rem;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #footer .footer-container .content .mail-box {
        display: block;
        position: relative
    }

    #footer .footer-container .content .mail-box:hover .mail-text {
        opacity: 1;
        right: 0
    }

    #footer .footer-container .content .mail-box .mail-text {
        color: #fff;
        white-space: nowrap;
        position: absolute;
        right: -100vw;
        bottom: 2rem;
        font-size: 0.65rem;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }
}

@media screen and (max-width: 768px) {
    #footer {
        height: auto
    }

    #footer .footer-container {
        width: 100%;
        padding: 1rem;
        overflow: hidden
    }

    #footer .footer-container .content.content-1 {
        float: left
    }

    #footer .footer-container .content.content-1 .logo {
        display: block;
        width: auto;
        height: 2rem
    }

    #footer .footer-container .content.content-1 .nav-link {
        display: none
    }

    #footer .footer-container .content.content-2 {
        display: none
    }

    #footer .footer-container .content.content-3 {
        float: right
    }

    #footer .footer-container .content.content-3 .iconfont {
        display: none
    }

    #footer .footer-container .content.content-3 .wechat-box {
        float: right
    }

    #footer .footer-container .content.content-3 .wechat-box .wechat-img {
        width: 2rem;
        display: block;
        border-radius: 0.2rem;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }

    #footer .footer-container .content.content-3 .mail-box {
        float: right;
        margin-right: 1rem
    }

    #footer .footer-container .content.content-3 .mail-box .mail-text {
        line-height: 2rem;
        color: #fff;
        white-space: nowrap;
        font-size: 0.6rem
    }
}

.index {
    width: 100%;
    background: #000
}

.index .banner {
    width: 100%;
    height: 25rem;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative
}

.index .banner .banner-list {
    width: 100%;
    height: 25rem;
    overflow-y: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.index .banner .banner-list .banner-item {
    width: 100vw;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    background: #000
}

.index .banner .banner-list .banner-item>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.index .banner .banner-list .banner-item .banner-img {
    display: block;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .banner .banner-control {
    position: absolute;
    right: 2.625rem;
    bottom: 1.25rem
}

.index .banner .banner-control::after {
    content: '';
    visibility: hidden;
    display: block;
    clear: both
}

.index .banner .banner-control li {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff;
    float: left;
    margin-right: 0.25rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.index .banner .banner-control li:last-child {
    margin-right: 0
}

.index .banner .banner-control li:hover {
    opacity: 0.6
}

.index .banner .banner-control li.active {
    opacity: 0.6
}

.index .bg-box {
    overflow: hidden;
    background: url('../images/bg.jpg') no-repeat;
    -o-background-size: cover;
    background-size: cover;
    background-position: top left
}

.index .big-text-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 4.65rem;
    margin-bottom: 5.1rem;
    padding: 0 2.7rem
}

.index .big-text-box p {
    font-size: 1.65rem;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0.25rem;
    color: #fff
}

.index .big-text-box p span {
    background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
    background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
    background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
    background: -o-linear-gradient(left, #fdf5b0, #cbb272);
    background: linear-gradient(to right, #fdf5b0, #cbb272);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.index .big-text-box .text-img {
    display: block;
    width: 28.2rem;
    height: auto
}

.index .mark-box {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.7rem;
    margin-bottom: 5.8rem
}

.index .mark-box .border-box {
    width: 7.2rem;
    border: 1px solid #cbb272;
    padding: 0.2rem 0.4rem
}

.index .mark-box .border-box p {
    white-space: nowrap;
    font-size: 0.7rem;
    background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
    background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
    background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
    background: -o-linear-gradient(left, #fdf5b0, #cbb272);
    background: linear-gradient(to right, #fdf5b0, #cbb272);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.index .mark-box .border-box p:first-child {
    font-weight: 600
}

.index .news {
    width: 100%;
    padding: 0 2.7rem;
    margin: 0 auto;
    margin-bottom: 3.5rem
}

.index .news .news-title {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.2rem
}

.index .news .news-list {
    width: 100%;
    height: 8.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index .news .news-list .item {
    display: block;
    height: 100%;
    width: 10.4rem;
    margin-right: 0.4rem
}

.index .news .news-list .item:last-child {
    margin-right: 0
}

.index .news .news-list .item .image-box {
    width: 100%;
    height: 6.5rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.index .news .news-list .item .image-box:hover::after {
    opacity: 0.3
}

.index .news .news-list .item .image-box: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)
}

.index .news .news-list .item .image-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10.4rem;
    height: 6.5rem;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.index .news .news-list .item .image-box img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.index .news .news-list .item .info {
    width: 100%;
    height: 1.9rem;
    padding: 0.35rem 0.3rem;
    background: -webkit-gradient(linear, left top, right top, from(#0a0a0a), to(#282828));
    background: -webkit-linear-gradient(left, #0a0a0a, #282828);
    background: -moz-linear-gradient(left, #0a0a0a, #282828);
    background: -o-linear-gradient(left, #0a0a0a, #282828);
    background: linear-gradient(to right, #0a0a0a, #282828)
}

.index .news .news-list .item .info .info-title {
    color: #fff;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 0.4rem;
    font-weight: 600;
    margin-bottom: 0.2rem
}

.index .news .news-list .item .info .date-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index .news .news-list .item .info span {
    font-size: 0.35rem;
    color: #fff;
    opacity: 0.6;
    margin-right: 0.5rem;
    float: left
}

@media screen and (min-width: 769px) {
    .index .banner {
        max-width: 1400px
    }

    .index .banner .banner-list .banner-item {
        max-width: 1400px
    }

    .index .big-text-box {
        max-width: 1400px
    }

    .index .mark-box {
        max-width: 1400px
    }

    .index .news {
        max-width: 1400px
    }
}

@media screen and (max-width: 768px) {
    .index .banner {
        width: 100%;
        height: 10rem
    }

    .index .banner .banner-list {
        height: 10rem
    }

    .index .banner .banner-list .banner-item .banner-img {
        height: 100%
    }

    .index .banner .banner-control {
        right: 0.6rem;
        bottom: 0.5rem
    }

    .index .big-text-box {
        padding: 0 1rem;
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .index .big-text-box .text-img {
        width: 100%
    }

    .index .mark-box {
        padding: 0 1rem;
        margin-bottom: 3rem
    }

    .index .news {
        padding: 0 1rem
    }

    .index .news .news-list {
        width: 100%;
        height: auto;
        display: block
    }

    .index .news .news-list .item {
        width: 100%;
        height: 12rem;
        margin-right: 0;
        margin-top: 0.5rem
    }

    .index .news .news-list .item .image-box {
        height: 9.5rem
    }

    .index .news .news-list .item .info {
        height: 2.5rem
    }

    .index .news .news-list .item .info .info-title {
        font-size: 0.6rem
    }

    .index .news .news-list .item .info span {
        font-size: 0.5rem
    }
}

.detail {
    width: 100%;
    padding-bottom: 5rem;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#1a1a1a));
    background: -webkit-linear-gradient(left, #000000, #1a1a1a);
    background: -moz-linear-gradient(left, #000000, #1a1a1a);
    background: -o-linear-gradient(left, #000000, #1a1a1a);
    background: linear-gradient(to right, #000000, #1a1a1a)
}

.detail .title-container {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff
}

.detail .title-container .title {
    display: inline-block;
    font-size: 0.6rem;
    text-align: center
}

.detail .title-container .date {
    font-size: 0.45rem;
    display: block;
    text-align: center;
    margin-top: 0.3rem;
    color: #ccc
}

.detail .content {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
    font-size: 0.55rem;
    line-height: 0.85rem;
    color: #fff;
    padding: 0 2.7rem
}

.detail .content p,.detail .content span {
    font-size: 0.55rem !important;
    line-height: 0.85rem !important;
    color: #fff
}

.detail .content img {
    max-width: 100%;
    margin: 0.5rem auto;height: auto !important;
}

.detail .content img[src$=".gif"] {
    width: 100%;
    margin: 0.5rem auto
}

.detail .content a {
    color: #cbb272
}

.detail .content table {
    width: 100%;
    border-collapse: collapse
}

.detail .content table td {
    border: 1px solid #fff;
    vertical-align: middle;
    text-align: center;
    padding: 2px
}

.detail .content video {
    width: 100%;
    height: auto
}

@media screen and (min-width: 769px) {
    .detail .title-container {
        max-width: 1000px
    }

    .detail .content {
        max-width: 1000px
    }
}

@media screen and (max-width: 768px) {
    .detail {
        width: 100%
    }

    .detail .title-container {
        padding: 0 0.75rem
    }

    .detail .content {
        padding: 0 0.75rem
    }

    .detail .links {
        width: 17.25rem;
        margin: 1rem auto
    }

.detail .content video {
    width: 80%;
    height: auto
}
}

.list {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#1a1a1a));
    background: -webkit-linear-gradient(left, #000000, #1a1a1a);
    background: -moz-linear-gradient(left, #000000, #1a1a1a);
    background: -o-linear-gradient(left, #000000, #1a1a1a);
    background: linear-gradient(to right, #000000, #1a1a1a)
}

.list .content {
    padding: 0 2.7rem;
    margin: 0 auto;
    margin-top: 2rem;
    min-height: 5rem
}

.list .content .item {
    display: block;
    width: 100%;
    height: 10.9rem;
    overflow: hidden;
    margin-bottom: 0.9rem
}

.list .content .item:hover .left-item .title {
    color: #cbb272
}

.list .content .item:hover .right-item 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)
}

.list .content .item .left-item {
    width: -webkit-calc(100% - 17.35rem);
    width: -moz-calc(100% - 17.35rem);
    width: calc(100% - 17.35rem);
    height: 100%;
    float: left;
    padding-top: 4.35rem;
    padding-left: 2.85rem;
    background: -webkit-gradient(linear, left top, right top, from(#0a0a0a), to(#282828));
    background: -webkit-linear-gradient(left, #0a0a0a, #282828);
    background: -moz-linear-gradient(left, #0a0a0a, #282828);
    background: -o-linear-gradient(left, #0a0a0a, #282828);
    background: linear-gradient(to right, #0a0a0a, #282828)
}

.list .content .item .left-item .title {
    font-size: 0.6rem;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.list .content .item .left-item .date-address {
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.9rem
}

.list .content .item .right-item {
    width: 17.35rem;
    height: 100%;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.list .content .item .right-item img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

@media screen and (min-width: 769px) {
    .list .content {
        max-width: 1400px
    }
}

@media screen and (max-width: 768px) {
    .list {
        width: 100%
    }

    .list .content {
        padding: 0 1rem
    }

    .list .content .item {
        height: auto
    }

    .list .content .item .left-item {
        width: 100%;
        padding: 0.5rem
    }

    .list .content .item .right-item {
        width: 100%
    }
}

.teacher {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#1a1a1a));
    background: -webkit-linear-gradient(left, #000000, #1a1a1a);
    background: -moz-linear-gradient(left, #000000, #1a1a1a);
    background: -o-linear-gradient(left, #000000, #1a1a1a);
    background: linear-gradient(to right, #000000, #1a1a1a)
}

.teacher .switch-box {
    width: 31.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.teacher .switch-box .switch-link {
    background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
    background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
    background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
    background: -o-linear-gradient(left, #fdf5b0, #cbb272);
    background: linear-gradient(to right, #fdf5b0, #cbb272);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 0.6rem;
    display: block;
    margin-right: 0.7rem;
    position: relative
}

.teacher .switch-box .switch-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.05rem;
    width: 0;
    height: 1px;
    background: #cbb272;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.teacher .switch-box .switch-link:hover,.teacher .switch-box .switch-link.active {
    font-size: 0.65rem;
    font-weight: 600
}

.teacher .switch-box .switch-link:hover::after,.teacher .switch-box .switch-link.active::after {
    width: 100%
}

.teacher .content {
    padding: 2rem 2.6rem;
    margin: 0 auto;
    min-height: 5rem
}

.teacher .content.c-2 {
    padding-top: 1rem
}

.teacher .content .news-list {
    width: 100%
}

.teacher .content .news-list.news-list-1 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.teacher .content .news-list.news-list-1 .item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.teacher .content .news-list.news-list-2 {
    overflow: hidden;
    width: 31.5rem;
    margin: 0 auto
}

.teacher .content .news-list.news-list-2 .item {
    width: 15.5rem;
    float: left;
    margin-right: 0.5rem
}

.teacher .content .news-list.news-list-2 .item .image-box {
    height: 10rem
}

.teacher .content .news-list.news-list-2 .item .image-box img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%
}

.teacher .content .news-list.news-list-2 .item:nth-child(2n) {
    margin-right: 0
}

.teacher .content .news-list .item {
    display: block;
    height: 100%;
    width: 14rem;
    margin-bottom: 0.5rem
}

.teacher .content .news-list .item .image-box {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.teacher .content .news-list .item .image-box:hover::after {
    opacity: 0.3
}

.teacher .content .news-list .item .image-box: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)
}

.teacher .content .news-list .item .image-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.teacher .content .news-list .item .image-box img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.teacher .content .news-list .item .info {
    width: 100%;
    height: 2.4rem;
    padding: 0.35rem 0.3rem;
    background: -webkit-gradient(linear, left top, right top, from(#0a0a0a), to(#282828));
    background: -webkit-linear-gradient(left, #0a0a0a, #282828);
    background: -moz-linear-gradient(left, #0a0a0a, #282828);
    background: -o-linear-gradient(left, #0a0a0a, #282828);
    background: linear-gradient(to right, #0a0a0a, #282828)
}

.teacher .content .news-list .item .info .info-title {
    color: #fff;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    font-weight: 600;
    margin-bottom: 0.2rem
}

.teacher .content .news-list .item .info .date-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.teacher .content .news-list .item .info span {
    display: block;
    font-size: 0.5rem;
    color: #fff;
    opacity: 0.6;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%
}

@media screen and (min-width: 769px) {
    .teacher .switch-box {
        max-width: 1400px
    }

    .teacher .content {
        max-width: 1400px
    }
}

@media screen and (max-width: 768px) {
    .teacher .switch-box {
        width: 100%;
        padding: 0 1rem;
        margin-top: 0;
        border: none
    }

    .teacher .content {
        width: 100%;
        padding: 1.6rem 1rem
    }

    .teacher .content .news-list.news-list-1 {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .teacher .content .news-list.news-list-2 {
        width: 100%
    }

    .teacher .content .news-list.news-list-2 .item {
        width: 100%;
        margin-right: 0
    }

    .teacher .content .news-list .item {
        width: 100%
    }
}

.main {
    min-height: -webkit-calc(100vh - 3.9rem - 7.4rem);
    min-height: -moz-calc(100vh - 3.9rem - 7.4rem);
    min-height: calc(100vh - 3.9rem - 7.4rem);
    overflow: hidden
}

.icon-backtotop {
    font-size: 30px;
    position: fixed;
    right: 10px;
    bottom: 100px;
    color: #aba5a5;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: none
}

.icon-backtotop:hover {
    color: #caab62
}

.crumb {
    padding: 2rem 2.7rem
}

.crumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crumb ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crumb ul li::after {
    content: '/';
    color: #fff;
    font-size: 0.55rem;
    margin: 0 0.5rem
}

.crumb ul li:last-child::after {
    display: none
}

.crumb ul li a {
    display: block;
    font-size: 0.55rem;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.crumb ul li a:hover {
    color: #cbb272
}

.submenu {
    padding: 1.6rem 2.7rem
}

.submenu .sub-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.submenu .sub-link {
    font-size: 0.45rem;
    padding: 0.1rem 0.2rem;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, from(#cbb272), to(#fdf5b0));
    background: -webkit-linear-gradient(left, #cbb272, #fdf5b0);
    background: -moz-linear-gradient(left, #cbb272, #fdf5b0);
    background: -o-linear-gradient(left, #cbb272, #fdf5b0);
    background: linear-gradient(to right, #cbb272, #fdf5b0);
    margin-right: 0.35rem;
    margin-bottom: 0.35rem;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap
}

.submenu .sub-link:last-child {
    margin-right: 0
}

.submenu .sub-link.active,.submenu .sub-link:hover {
    opacity: 0.6
}

.pages {
    width: 100%;
    text-align: right;
    margin: 0.5rem auto;
    padding: 0 2.6rem
}

.pages>ul {
    display: inline-block;
    overflow: hidden
}

.pages>ul>li {
    float: left;
    margin-right: 0.15rem
}

.pages>ul>li:last-child {
    margin-right: 0
}

.pages>ul>li:hover a {
    background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
    background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
    background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
    background: -o-linear-gradient(left, #fdf5b0, #cbb272);
    background: linear-gradient(to right, #fdf5b0, #cbb272);
    color: #000
}

.pages>ul>li.active a {
    background: -webkit-gradient(linear, left top, right top, from(#fdf5b0), to(#cbb272));
    background: -webkit-linear-gradient(left, #fdf5b0, #cbb272);
    background: -moz-linear-gradient(left, #fdf5b0, #cbb272);
    background: -o-linear-gradient(left, #fdf5b0, #cbb272);
    background: linear-gradient(to right, #fdf5b0, #cbb272);
    color: #000
}

.pages>ul>li a {
    display: block;
    height: 0.8rem;
    padding: 0 0.3rem;
    border: 1px solid #cbb272;
    border-radius: 0.02rem;
    color: #cbb272;
    font-size: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

@media screen and (min-width: 769px) {
    .crumb {
        max-width: 1400px;
        margin: 0 auto
    }

    .submenu {
        max-width: 1400px;
        margin: 0 auto
    }

    .sub-container {
        max-width: 1400px;
        margin: 0 auto
    }

    .pages {
        max-width: 1400px
    }
}

@media screen and (max-width: 768px) {
    html {
        overflow-x: hidden;
        width: 100vw
    }

    body {
        overflow-x: hidden;
        width: 100vw
    }

    .crumb {
        width: 100%;
        padding: 0 1rem
    }

    .crumb ul li a {
        white-space: nowrap;
        max-width: 6rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

.submenu {
    width: 100%;
    padding: 1.6rem 1rem
}






.aside{
    position: fixed;
    right: .3rem;
    top: 50%;
    width: 1rem;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
            visibility: hidden;
            /* 平滑过渡效果 */
            transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
            transform: translateY(20px); /* 初始向下偏移，增强显示动画感 */
}

.aside li a{
    height: .98rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #aba5a5;
    border-radius: .1rem;
}
.aside li .icon{
    width: .6rem;
    height: .6rem;
    position: relative;
}
.aside li h3{
    font-size: .16rem;
    text-align: center;
    color: #fff;
    line-height: .24rem;
    margin-top: .05rem;
    font-family: 'PingFang-Regular',sans-serif;
}
.aside li{
    padding: .015rem 0;
}
.aside li:first-child a{
    height: 1rem;
    padding-top: .05rem;
    border-radius: 1rem;
}

.aside.hide{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

 .aside:hover {
        transform: translateY(-3px); /* 轻微上浮 */
        }

.icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;max-width: 100%;max-height: 100%;margin: auto;transition: all 0.3s ease-in;}