/* 前端孙强进 */
body {
    line-height: 1.4;
}

.mob {
    display: none !important;
}

.mob-flex {
    display: none !important;
}

.C-wrap {
    max-width: 1440px;
    min-width: 1200px;
    width: 75%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.bg img,
.pic img {
    display: block;
    border: none;
    width: 100%;
    max-width: 100%;
}

.icon img {
    display: block;
    border: none;
    width: 100%;
    max-width: 100%;
}

.scaleImg {
    cursor: pointer;
}

.scaleImg .pic {
    overflow: hidden;
}

.scaleImg .pic img {
    transition: all linear 0.3s;
}

.scaleImg:hover .pic img {
    transform: scale(1.1);
}


.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-xc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.flex-xb-yc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-xend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-yc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-xc-yc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.one-swiping .my-swiper-button {
    display: none;
}

.p_60 {
    padding: 60px 0;
}

.pt_60 {
    padding-top: 60px;
}

.p_80 {
    padding: 80px 0;
}

.p_80_60 {
    padding: 80px 0 60px;
}


.p_80_40 {
    padding: 80px 0 40px;
}

.p_80_50 {
    padding: 80px 0 50px;
}


.p_80_120 {
    padding: 80px 0 120px;
}

.p_80_100 {
    padding: 80px 0 100px;
}

.p_100_120 {
    padding: 100px 0 120px;
}

.p_100 {
    padding: 100px 0;
}

.p_120 {
    padding: 120px 0;
}

.pt_80 {
    padding-top: 80px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pb_120 {
    padding-bottom: 120px;
}

.mb_60 {
    margin-bottom: 60px;
}


.f_64 {
    font-size: 64px;
}

.f_96 {
    font-size: 96px;
}

.C-wrap {
    max-width: 1400px;
    min-width: 1200px;
    width: 75%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.C-banner {
    position: relative;
    z-index: 0;
}

.C-banner .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.C-banner h1 {
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
    
}

.C-btn {
    border: 1px solid #486A00;
    color: #486A00;
    padding: 9px 33px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: max-content;
    cursor: pointer;
    transition: all ease .3s;
}

.C-btn .icon {
    width: 10px;
    margin-left: 10px;
    position: relative;
}

.C-btn .icon img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.C-btn:hover {
    color: #FFFFFF;
    background: #486A00;
}

.C-btn:hover .icon img:nth-child(1) {
    opacity: 0;
}

.C-btn:hover .icon img:nth-child(2) {
    opacity: 1;
}

.C-btn span {
    line-height: 1.87;
}

.gdt::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.gdt::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.gdt::-webkit-scrollbar-track {
    background: #fff;
}

.my-swiper-button {
    background-color: #FFFFFF;
    background-size: 13px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all ease .3s;
}

.my-swiper-button path {
    stroke: #486A00;
    transition: all ease .3s;
}

.my-swiper-button:hover,
.my-swiper-button.active {
    background: #486A00;
}

.my-swiper-button:hover path,
.my-swiper-button.active path {
    stroke: #FFFFFF
}

.taj {
    text-align: justify;
}

.C-btn2 {
    color: #FFFFFF;
    background: #486A00;
    border: 1px solid #486A00;
    padding: 13px 33px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: max-content;
    cursor: pointer;
    transition: all ease .3s;
}

.C-btn2:hover {
    color: #486A00;
    background: transparent;
}

.C-btn2 .icon {
    width: 6px;
    margin-left: 10px;
}


.cokie{position: fixed;width: 100%;left: 0;bottom: 0;z-index: 99;background: #486A00;padding: 25px 0;color: #fff;line-height: 2;}

.cokie .cox{display: flex;justify-content: space-between;align-items: center;align-content: center;}

.cokie .cox .clt{width: calc(100% - 250px);}

.cokie .cox .clt a{color:#fff; opacity:0.5;}

.cokie .cox .crt{width: 230px;display: flex;justify-content: space-between;}

.cokie .cox .crt .btn{display: block;width: 105px;line-height: 40px;background: #fff;text-align: center;border-radius: 5px;color: #000;cursor: pointer;}

.cokie .cox .crt .btn:hover{background: #ddd;}

.cokie .cox .clt a:hover{text-decoration: underline;opacity:1;}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1680px) {}

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

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

@media screen and (max-width:1200px) {
    .wow {
        opacity: 1;
    }
    .cokie .cox{display: block;}

    .cokie .cox .clt{width: 100%;line-height: 1.5;}

    .cokie .cox .crt{width: 100%;margin-top: 20px;}
}

@media screen and (max-width:1025px) {
    .C-wrap {
        min-width: 200px;
        width: 90%;
    }

    .pc {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .mob-flex {
        display: flex !important;
    }

    .p_60 {
        padding: 30px 0;
    }
    
    .pt_60 {
        padding-top: 30px;
    }
    
    .p_80 {
        padding: 40px 0;
    }
    
    .p_80_60 {
        padding: 40px 0 30px;
    }
    
    
    .p_80_40 {
        padding: 40px 0 20px;
    }
    
    .p_80_50 {
        padding: 40px 0 30px;
    }
    
    
    .p_80_120 {
        padding: 40px 0 60px;
    }
    
    .p_80_100 {
        padding: 40px 0 50px;
    }

    .p_100_120 {
        padding: 50px 0 60px;
    }

    .p_100 {
        padding: 50px 0;
    }

    .pb_100 {
        padding-bottom: 50px;
    }

    .pb_120 {
        padding-bottom: 60px;
    }

    .p_120 {
        padding: 60px 0;
    }

    .f_64 {
        font-size: 40px;
    }

    .f_96 {
        font-size: 48px;
    }

    .my-swiper-button {
        width: 40px;
        height: 40px;
    }

    .C-btn {
        padding: 1px 15px;
    }

    .C-btn2 {
        padding: 5px 15px;
    }
    
    
}

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

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

    .f_64 {
        font-size: 30px;
    }
}
