.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide .img {
    padding-bottom: calc(550% / 19.2);
}

.bannertxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: initial;
}

.bannertxt .wp3 {
    max-width: 100%;
}

.bannertitle {
    perspective: 2000px;
    transform-style: preserve-3d;
    animation: fade 8s infinite;
    text-align: center;
    padding: 200px 200px;
    font-size: 4rem;
    font-weight: bold;

    color: #a91110;
    text-shadow: 0px 4px 0px rgba(255, 255, 255, 1);
    -moz-transform: matrix(1.45703063979826, 0, 0, 1.45703063979826, 0, 0);
    -webkit-transform: matrix(1.45703063979826, 0, 0, 1.45703063979826, 0, 0);
    -ms-transform: matrix(1.45703063979826, 0, 0, 1.45703063979826, 0, 0);
}

.bannertitle span {
    position: relative;
    display: inline-block;
    min-width: .5em;
    text-align: center;
    transform-style: preserve-3d;
    animation: rotate 8s infinite ease-in;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 6.4rem;
    font-weight: bold;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


.bannertitle span::after,
.bannertitle span::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: attr(class);
    color: #fff;
    z-index: -1;
    animation: shadow 8s infinite;
}

.bannertitle span::before {
    transform: translateZ(-14px);
}

.bannertitle span::after {
    transform: translateZ(-7px);
}

@keyframes fade {
    from {
        opacity: 1;
        transform: scale(.7);
    }

    25% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes rotate {
    from {
        background-image: linear-gradient(to bottom, #f1ac42, #fee77b);
        background-image: linear-gradient(to bottom, #a91110, #a91110);

        transform: rotateX(0deg) rotateY(0deg);
    }

    50%,
    100% {

        transform: rotateX(30deg) rotateY(5deg);
    }


    100% {
        background-image: linear-gradient(to top, #a91110, #a91110);
        transform: rotateX(0deg);
    }
}


@keyframes shadow {
    from {
        color: shade(#867862, 50%);
    }

    25% {
        color: #AFA695;
    }

    50%,
    100% {
        color: tint(#867862, 100%);
    }
}


.banner {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: calc(550% / 19.2);
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*.banner .swiper-slide-active img {


    animation: BannerAni 8s linear infinite;

}*/

@keyframes BannerAni {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.banner-pagination,
.pic1-pagination,
.pic2-pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}




.row {
    overflow: hidden;
}

.row .col-l {
    width: 1200px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.row .col-r {
    overflow: hidden;
    float: none;
}

.m-t1,
.m-t2,
.m-t3 {
    overflow: hidden;
}

.m-t3 {
    height: 230px;
}

.m-t1 .l {
    float: left;
    width: calc(100% - 396px);
}

.m-t1 .r {
    float: right;
    width: 376px;
    overflow: hidden;
    margin: 56px 0 0 0;
}

.m-t2 .l {
    float: left;
    width: 35.3%;
    margin: 44px 0 30px 0px;
}

.m-t2 .r {
    width: 61.3%;
    float: right;
    overflow: hidden;
    margin-top: 43px;
}

.m-t3 .l {
    width: 48.3%;
    float: left;
}

.m-t3 .r {
    width: 48.3%;
    float: right;
}

.g_title ul {
    font-size: 0;
}

.g_title {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
}

.g_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .16);
}

.g_title ul li {
    display: inline-block;
    margin-right: 36px;
    padding-right: 36px;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
}

.g_title ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #757575;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 24px;
}

.g_title ul li.on a {
    font-size: 30px;
    position: relative;
    color: #222;
    font-weight: bold;
}

.g_title ul li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #006436;
    transition: all .3s ease;
}

.g_title ul li.on a:before {
    width: 100%;
    left: 0;
}

.g_title ul li:after {
    content: '';
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, .2);
    width: 1px;
    height: 24px;
    right: 0;
    top: calc(50% - 12px);
    margin-top: -5px;
}

.g_title ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.g_title ul li:last-child::after {
    display: none
}

.g_title .g_more {
    position: absolute;
    right: 0px;
    top: 10px;
    height: 24px;
    overflow: hidden;
}

.g_title .g_more a {
    color: #757575;
    font-size: 18px;
}

.g_box {
    margin-top: 15px;
    overflow: hidden;
}

.g_box .index_txts li {
    position: relative;
    margin-bottom: 25px;
}

.g_box .index_txts li:last-child {
    margin-bottom: 0px;

}

.g_box .index_txts li a {
    position: relative;
    font-size: 17px;
    color: #222;
    display: block;
    line-height: 26px;
    overflow: hidden;
    margin-left: 29px;
    text-decoration: none;
}

.g_box .index_txts li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #faae1a;
}

.g_box .index_txts li a span {
    float: right;
    margin-left: 50px;
}

.index_pic {
    overflow: hidden;
    position: relative;
}

.index_pic .swiper-slide {}

.pic1 a {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 67%;
}

.pic2 a {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 67%;
    position: relative;
}

.index_pic img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m_title {
    margin: 5px 0 20px;
    color: #006436;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    padding-left: 10px;
    border-left: 4px solid #006436;
}


/* ÃƒÂ¥Ã¢â‚¬Â¦Ã…Â¡ÃƒÂ¥Ã‚ÂÃ‚Â²ÃƒÂ¦Ã¢â‚¬Â¢Ã¢â€žÂ¢ÃƒÂ¨Ã¢â‚¬Å¡Ã‚Â²ÃƒÂ¥Ã‚Â­Ã‚Â¦ÃƒÂ¤Ã‚Â¹Ã‚Â  */

.m-dsjy {
    margin-bottom: 10px;
}

.dsjy-box {
    font-size: 0;
}

.m-dsjy a {
    display: block;
    margin-bottom: 25px;
    height: 0;
    padding-bottom: 53.29%;
}

.m-dsjy .dsjy-box img {
    width: 100%;
}


/* ÃƒÂ¥Ã‚Â¿Ã‚Â«ÃƒÂ©Ã¢â€šÂ¬Ã…Â¸ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª */
.gp-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-fast .fast-box ul li {
    padding: 9.3px 0;
}

.m-fast .fast-box ul li:not(:last-child) {
    border-bottom: 1px solid #EEEDED;
}

.m-fast .fast-box ul li a {
    display: block;
    color: #333;
    font-size: 20px;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-fast .fast-box ul li a:hover {
    color: #006436;
}


/* ÃƒÂ¥Ã‚Â¸Ã‚Â¸ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ */

.m-yb {
    float: left;
    width: 78%;
}

.m-zt {
    float: left;
    width: 22%;
}

.m-link {
    float: left;
    width: 78%;
}

.m-xglj {
    float: left;
    width: 22%;
}

.m-link .link_box li {
    float: left;
    padding: 5px 15px;
    box-sizing: border-box;
    text-align: center;
    width: 15%;
    font-size: 20px;
}

.m-link .link_box li img {
    width: 48px;
    height: auto;
}

.m-link .link_box li a {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    color: #333;
}


/* ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Å“ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â® */


/* ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â¸ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ */

.m_list-box li {
    width: 98%;
    float: left;
    overflow: hidden;
}

.m_list-box li>a {
    display: block;
    margin: 0 10px;
    padding-top: 2px;
    position: relative;
    padding-left: 15px;
    min-height: 34px;
    color: #333;
    font-size: 18px;
}

.m_list-box li>a:hover {
    color: #006436;
}

.m_list-box li>a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #ddd;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 10px;
    margin-top: -4px;
}


/* ÃƒÂ¥Ã‚Â­Ã‚Â¦ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¢ */

.m_list-box.yb-box li {
    width: 32%;
}

.m_list-box.xglj-box li {
    width: 48%;
}


/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ end */

#img {
    LEFT: 20px;
    visibility: hidden;
    POSITION: absolute;
    top: 20px;
    display: block;
    width: 300px;
    height: 210px;
    overflow: hidden;
    z-index: 50;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.content .lf, .content .rt {
    width: calc(50% - 40px);
}

.mode1 .lf {
    margin-top: 15px;
}

.content .wp {
    padding: 0px 36px;
    background: #fff;
    box-sizing: border-box;
}

.content .mode1 {
    margin: 70px 0 90px;
}

.content .mode2, .content .mode3 {
    margin-bottom: 80px;
}

.content .wps {
    display: flex;
    justify-content: space-between;
}

.mode1 .slick-dots {
    bottom: 10px;
}

.mode1 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 10px;
}

.mode1 .slick-dots li button {
    background: #555;
    border: 1px solid #fff;
}

.mode1 .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}

.mode1lUl li>a {
    position: relative;
}

.mode1lUl li>a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: calc(164% / 19.2);
    background-size: 100% 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 1);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.tabListBox {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.mode4 {
    margin: 55px 0;
}

.gp-title3 {
    margin-bottom: 25px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.gp-title3 h2 {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1;
    position: relative;
    background: #edf5f1;
    padding: 0 36px 17px 36px;
    box-sizing: border-box;
    padding-bottom.: 1;
}

.gp-title3 h2::before {
    content: '';
    width: calc(100% - 72px);
    height: 2px;
    background-color: rgba(0, 100, 54, .5);
    position: absolute;
    left: 36px;
    bottom: 0;
}

.gp-title3 h2 .gpColumnTitleIcon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.gp-title3 h2 a {
    display: inline-block;
    vertical-align: middle;
}

.gp-title3::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    display: block;
    left: 0;
}

.mode4ul {
    margin: 0 -24px;
    margin-bottom: 56px;
}

.mode4ul li {
    margin-bottom: 24px;
}

.mode4ul li a {
    display: block;
    margin: 0 24px;
    width: auto;

}

.mode4ul li a .img {
    position: relative;
}

.mode4ul li a .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}

.mode42ul {
    margin: 0 -13px;
    padding: 0 80px;
    box-sizing: border-box;
}

.mode42ul .slick-arrow {
    width: 55px;
    border: none;
    height: 100%;
    background: rgba(0, 0, 0, .05);
    text-indent: -888rem;
    transform: scale(1) translateY(-50%);
}

.mode42ul .slick-prev {
    background: rgba(0, 0, 0, .05) url(../images/l.png) no-repeat center;

}

.mode42ul .slick-next {
    background: rgba(0, 0, 0, .05) url(../images/r.png) no-repeat center;
}

.mode42ul .slick-arrow::after {
    display: none;
}

.mode42ul a {
    display: block;
    margin: 0 13px;
}

.mode5ul {
    margin: 0 -25px;

}

.mode5ul li {
    margin-bottom: 60px;
}

.mode5ul .gp-item {
    padding: 40px 20px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #222;
    margin: 0 12px;
    background: #fff;
}

.mode5ul .gp-item .icon5 {
    width: 47px;
    margin-bottom: 10px;
}

.mode6ul {
    margin: 0 -25px;
    ;
}

.mode6ul li {
    margin-bottom: 44px;
}

.mode6ul li a {
    margin: 0 25px;
    padding: 22px;
    background: rgba(0, 0, 0, .06);
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:2000px) {
    .bannertitle span {
        font-size: 3.3vw;
    }
}

@media screen and (max-width:1460px) {
    .g_box .index_txts li {
        margin-bottom: 19px;
    }
}

@media screen and (max-width:1280px) {

    .bannertitle {
        padding: 0 0px;
    }

    .content .lf, .content .rt {
        width: calc(50% - 20px);
    }

    .g_box .index_txts li {
        margin-bottom: 11px;
    }

    .bannertitle span {
        font-size: 4.4rem;
    }
}

@media only screen and (max-width: 1100px) {
    .content .wps {
        flex-direction: column;
        margin-bottom: 43px;
    }

    .mode1 .lf {
        margin-top: 0;
    }

    .content .mode1 {
        margin: 35px 0 35px;
    }

    .content .lf, .content .rt {
        width: 100%;
    }

    .mode1 .lf, .mode2 .lf, .mode3 .lf {
        margin-bottom: 35px;
    }



    .g_title {
        margin-bottom: 15px;
    }

    .g_box .index_txts li {
        margin-bottom: 20px;
    }

    .mode4ul {
        margin-bottom: 28px;
    }

    .mode4 {
        margin: 28px 0;
    }

    .mode5ul {
        margin: 0 -12px;
    }

    .mode5ul li {
        margin-bottom: 30px;
    }

    .mode5ul .gp-item {
        padding: 20px 10px 30px;
        margin: 0 12px;
    }

    .mode6ul {
        margin: 0 -12px;
    }

    .mode6ul li {
        margin-bottom: 15px
    }

    .mode6ul li a {
        margin: 0 12px;
    }
}

@media only screen and (max-width: 960px) {
    .row .col-l {
        width: auto;
        float: none;
        padding-right: 0;
        margin-bottom: 20px;
        border: none;
    }

    .m-yb,
    .m-zt,
    .m-link,
    .m-xglj {
        float: none;
        clear: both;
        width: 100%;
    }

    .m-dsjy .dsjy-box img {
        max-width: 30%;
        padding: 0 10px;
    }

    .m_list-box.zt-box li {
        width: 32%;
    }

    .m_list-box.xglj-box li {
        width: 25%;
    }

    .m-zt,
    .m-xglj {
        padding-top: 15px;
    }

    .bannertitle span {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 768px) {

    .banner-pagination,
    .pic1-pagination,
    .pic2-pagination {
        bottom: 5px;
    }

    .swiper-pagination-switch {
        width: 5px;
        height: 5px;
        border-radius: 5px;
    }

    .m-t1,
    .m-t2,
    .m-t3 {
        height: auto;
    }

    .m-t1 .l,
    .m-t2 .l,
    .m-t3 .l {
        width: auto;
        float: none;
        padding-right: 0;
    }

    .m-t1 .r,
    .m-t2 .r,
    .m-t3 .r {
        width: auto;
        padding-left: 0;
        float: none;
    }

    .index_pic {
        margin-bottom: 10px;
    }

    .g_box {
        /* margin: 10px 0; */
    }

    .item .g_title li a {
        font-size: 14px;
        padding: 0 15px;
    }

    .item .g_more a {
        font-size: 14px;
    }

    .g_box .index_txts li a {
        font-size: 18px;
        margin-bottom: 0;
    }

    .m_title {
        font-size: 15px;
    }

    .m-link .link_box li {
        width: auto;
    }

    .m_list-box.yb-box li {
        width: 48%;
    }

    .m_list-box.zt-box li {
        width: 48%;
    }

    .m_list-box.xglj-box li {
        width: 48%;
    }

    .content {
        padding: 30px 0 25px;
    }

    .content .wp {
        padding: 0 15px;
    }

    .g_title ul li.on a {
        font-size: 20px;
    }

    .g_title ul li:after {
        height: 20px;
        top: calc(50% - 10px);
    }

    .g_title ul li a {
        font-size: 18px;
    }

    .g_title ul li {
        margin-right: 20px;
        padding-right: 20px;
    }

    .mode4ul {
        margin: 0 -10px;
    }

    .mode4ul li {
        margin-bottom: 20px;
    }

    .mode4ul li a {
        margin: 0 10px;
    }

    .mode42ul {
        padding: 0 50px;
    }

    .mode42ul .slick-arrow {
        width: 35px;
    }

    .content .mode1 {
        margin: 20px 0 20px;
    }

    .mode1 .lf, .mode2 .lf, .mode3 .lf {
        margin-bottom: 20px;
    }

    .content .wps {
        margin-bottom: 20px;
    }

    .mode5ul li {
        margin-bottom: 20px;
    }

    .mode6ul li a {
        padding: 10px;
    }

    .g_box .index_txts li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:479px) {


    .bannertitle, .bannertitle span {
        font-size: 1.6rem;
        text-shadow: none;
        -webkit-text-stroke-width: 0.2px;
        letter-spacing: 1px;
    }

    @keyframes rotate {
        from {
            background-image: linear-gradient(to bottom, #f1ac42, #fee77b);
            background-image: linear-gradient(to bottom, #a91110, #a91110);

            transform: rotateX(0deg) rotateY(0deg);
        }

        50%,
        100% {

            transform: rotateX(10deg) rotateY(5deg);
        }


        100% {
            background-image: linear-gradient(to top, #a91110, #a91110);
            transform: rotateX(0deg);
        }
    }

    .g_box .index_txts li a {
        font-size: 16px;
        margin-bottom: 0;
        margin-left: 21px;
    }

    .g_box .index_txts li a span {
        margin-left: 10px;
    }

    .mode1 .lf, .mode2 .lf, .mode3 .lf {
        margin-bottom: 25px;
    }

    .content .mode1 {
        margin: 25px 0;
    }

    .mode5ul .gp-item, .mode4ul li a {
        margin: 0 5px;
    }

    .mode5ul, .mode4ul {
        margin: 0 -5px;
    }

    .mode5ul li, .mode4ul li {
        margin: 0 0 10px 0;
    }

    .g_title ul li a {
        line-height: 35px;
    }

    .g_title .g_more {
        top: 5px;
    }

    .g_title ul li.on a {
        font-size: 18px;
    }

    .g_title ul li {
        margin-right: 15px;
        padding-right: 15px;
    }
}