/* 2024-3-12 2024-3-19 6 tel:18720248770 池野. (ꐦ ´͈ ᗨ `͈) */
@charset "UTF-8";

#header {
    background: rgba(255, 255, 255, 0);
    transition: all 0.8s ease;
    z-index: 998;
}

#header:hover {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 4px 6px 0px rgba(129, 129, 129, 0.2) !important;
}

.headerSpecial {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 4px 6px 0px rgba(129, 129, 129, 0.2) !important;
}

#header .navWrap .navLocation {
    margin: auto;
}

#header .navWrap .navLocation .navLogo {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 24px;
}

#header .navWrap .navLocation .navLogo img {
    max-width: 100%;
}

#header .navWrap .navLocation .navLogo .navLogo1 {
    display: block;
}

#header:hover .navWrap .navLocation .navLogo .navLogo1 {
    display: none !important;
}

.headerSpecial .navWrap .navLocation .navLogo .navLogo1 {
    display: none !important;
}

#header .navWrap .navLocation .navLogo .navLogo2 {
    display: none;
}

#header:hover .navWrap .navLocation .navLogo .navLogo2 {
    display: block !important;
}

.headerSpecial .navWrap .navLocation .navLogo .navLogo2 {
    display: block !important;
}

#header .navWrap .navLocation .navList {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

#header .navWrap .navLocation .navList .navUl {
    display: flex;
}

#header .navWrap .navLocation .navList .navUl .navLi>a {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
    margin-right: 62px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
}

#header:hover .navWrap .navLocation .navList .navUl .navLi>a {
    color: #333333 !important;
}

.headerSpecial .navWrap .navLocation .navList .navUl .navLi>a {
    color: #333333 !important;
}

#header:hover .navWrap .navLocation .navList .navUl .navLi.navCurrent>a {
    color: #11318F !important;
}

.headerSpecial .navWrap .navLocation .navList .navUl .navLi.navCurrent>a {
    color: #11318F !important;
}

#header .navWrap .navLocation .navList .navUl .navLi>a::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/subscript.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 12px;
    width: 35px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 4px);
    opacity: 0;
    transition: all 0.8s ease;
}

#header .navWrap .navLocation .navList .navUl .navLi>a:hover::before {
    opacity: 1;
    transform: translate(-50%, 0);
}

#header .navWrap .navLocation .navList .navUl .navLi.navCurrent>a::before {
    opacity: 1;
    transform: translate(-50%, 0);
}

#header .navWrap .navLocation .navList .navFunction .navConsult {
    height: 100%;
}

#header .navWrap .navLocation .navList .navFunction .navConsult>a {
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.5s ease;
}

#header:hover .navWrap .navLocation .navList .navFunction .navConsult>a {
    color: #333333 !important;
}

.headerSpecial .navWrap .navLocation .navList .navFunction .navConsult>a {
    color: #333333 !important;
}

#header .navWrap .navLocation .navList .navFunction .navConsult>a>i {
    margin-right: 8px;
}

@media (max-width: 1400px) {
    #header .navWrap .navLocation .navLogo {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    #header .navWrap .navLocation .navList .navFunction .navConsult {
        padding-right: 12px;
    }
}

#navBarsBox {
    display: none;
    align-items: center;
    justify-content: center;
}

#navBars span {
    display: block;
    width: 20px;
    margin: 4px auto;
    height: 2px;
    background: #FFFFFF;
    transition: all .6s ease;
}

#header:hover #navBars span {
    background: #333333 !important;
}

.headerSpecial #navBars span {
    background: #333333 !important;
}

.s0 {
    transform: translateY(6px) rotate(45deg);
}

.s1 {
    opacity: 0;
}

.s2 {
    transform: translateY(-6px) rotate(-45deg);
    width: 20px;
}

#bottom {
    opacity: 0;
    width: 50%;
    height: 100vh;
    background: #fff;
    transition: all 0.2s ease;
    /* animation-name: fadeInUp11t; */
    animation-duration: 0.8s;
    position: fixed;
    right: 0;
    transition: all 0.8s ease;
    overflow: hidden;
    transform: translateX(100%);
    display: none;
}

#bottom ul {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0) */
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width: 1536px) {}

@media (max-width: 1400px) {
    #bottom {
        display: block;
    }

    #navBarsBox {
        display: flex;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 499px) {}


.headAll .xiaoping ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

.headAll .xiaoping .menu_list li .xiaopingsanji a {
    width: 100%;
}

.headAll .xiaoping ul li i {
    /* color: #fff; */
    color: #333;
    padding-left: 15px;
}

.menu_head {
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: center;
}

.menu_head a {
    font-size: 16px;
    /* color: #fff; */
    color: #333;
    font-weight: bold;
    /* font-weight: bold; */
    /* font-family: ml; */
    /* width: 90%; */
    display: block;
}

/* 
.xiantiao {
    border-bottom: 1px solid #33333330;
} */

.xiantiao a {
    color: #11318F;
    /* font-weight: bold; */
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 40px;
    /* color: #fff; */
    color: #666;
    font-family: Arial;
    text-decoration: none;
    font-size: 16px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    font-family: 'ml';
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #86C250;
    background-color: rgba(237, 237, 237, 0.8);
}

.menu_body .danqiana {
    color: #86C250;
    background-color: rgba(237, 237, 237, 0.8);
}

/* 二级 */
#navsecond {
    position: fixed;
    left: 0;
    top: 72px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transform: translateY(0px);
    transition: all 0.8s ease;
    opacity: 0;
    z-index: 1;
}

#header .navWrap .navLocation .navList .navUl .navLi:hover #navsecond {
    transform: translateY(0px);
    opacity: 1;
    max-height: 400px;
}

#navsecond .navsecondBox {
    background: url(../images/secondbg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#navsecond .secondLoc {
    margin: auto;
    padding-top: 54px;
    padding-bottom: 54px;
}


#navsecond .secondLoc .secondLf {
    padding-right: calc(9rem* .5);
}

#navsecond .secondLoc .secondLf .secImg {
    overflow: hidden;
    border-radius: 10px;
}

#navsecond .secondLoc .secondLf .secImg>img {
    max-width: 100%;
    transition: all 0.8s ease;
}

#navsecond .secondLoc .secondLf .secImg:hover>img {
    transform: scale(1.1);
}

#navsecond .secondLoc .secondRg {
    padding-right: calc(8rem* .5);
    padding-left: calc(4rem* .5);
}

#navsecond .secondLoc .secondRg .secTitle {
    padding-bottom: 30px;
}

.navsecondSpecial .secondLoc .secondRg .secTitle {
    padding-bottom: 56px !important;
}

#navsecond .secondLoc .secondRg .secTitle>h2 {
    font-size: 32px;
    font-weight: 500;
    /* line-height: 90px; */
    color: #333333;
}

#navsecond .secondLoc .secondRg .secText {
    padding-bottom: 50px;
}

#navsecond .secondLoc .secondRg .secText>p {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    text-align: justify;
    color: #666666;
}

#navsecond .secondLoc .secondRg .secUl .secLi {
    margin-bottom: 24px;
}

#navsecond .secondLoc .secondRg .secUl .secLi:nth-child(odd) {
    padding-right: calc(7rem* .5);
}

#navsecond .secondLoc .secondRg .secUl .secLi:nth-child(even) {
    padding-left: calc(7rem* .5);
}

#navsecond .secondLoc .secondRg .secUl .secLi .secLiBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 14px;
}

#navsecond .secondLoc .secondRg .secUl .secLi .secLiBox::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #D8D8D8;
    z-index: 1;
}

#navsecond .secondLoc .secondRg .secUl .secLi .secLiBox::before {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, #EB5D3A 1%, #E57F12 119%);
    z-index: 2;
    transition: all 0.5s ease;
}

#navsecond .secondLoc .secondRg .secUl .secLi>a:hover .secLiBox::before {
    width: 100%;
}

#navsecond .secondLoc .secondRg .secUl .secLi .secLiBox .secLiLf .secLiLfTitle>h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}

#navsecond .secondLoc .secondRg .secUl .secLi>a:hover .secLiBox .secLiLf .secLiLfTitle。h2 {
    color: #11318F;
}

#navsecond .secondLoc .secondRg .secUl .secLi .secLiBox .secLiRg .secLiRgIco>i {
    color: #11318F;
    font-size: 20px;
    padding: 4px;
    font-weight: normal;
    background: #E1EAF9;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#navsecond .secondLoc .secondRg .secUl .secLi>a:hover .secLiBox .secLiRg .secLiRgIco>i {
    color: #FFFFFF;
    background: #11318F;
}

@media (max-width: 1718px) {
    #header .navWrap .navLocation .navList .navUl .navLi>a {
        margin-right: 36px;
    }
}

@media (max-width: 1400px) {
    #header .navWrap .navLocation .navList .navUl {
        display: none;
    }
}

/* 2024-3-12 2024-3-19 tel:18720248770 池野. (ꐦ ´͈ ᗨ `͈) 脚脚 */

#footer {
    background: url(../images/footbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
}

#footer .footerLoca {
    margin: auto;
    padding-top: 78px;
    padding-bottom: 40px;
}

#footer .footerLoca .foooterTop {
    padding-bottom: 96px;
}

#footer .footerLoca .foooterTop .footerLf .ftLogo {
    padding-bottom: 90px;
}

#footer .footerLoca .foooterTop .footerLf .ftLogo>a {
    display: inline-block;
}

#footer .footerLoca .foooterTop .footerLf .ftLogo>a img {
    max-width: 100%;
}

#footer .footerLoca .foooterTop .footerLf .ftTdcode {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

#footer .footerLoca .foooterTop .footerLf .ftTdcode img {
    width: 112px;
    max-width: 100%;
    margin-right: 12px;
}

#footer .footerLoca .foooterTop .footerLf .ftTdcode .ftTdcodeName h2 {
    font-size: 16px;
    font-weight: 500;
    color: #E8E8E8;
}

#footer .footerLoca .foooterTop .footerLf .ftPhone>p {
    display: flex;
    align-items: baseline;
    position: relative;
}

#footer .footerLoca .foooterTop .footerLf .ftPhone>p i {
    color: #EB5D3A;
    font-size: 26px;
    margin-right: 10px;
}

#footer .footerLoca .foooterTop .footerLf .ftPhone>p i::before {
    background: #FFFFFF;
    border-radius: 50%;
}

#footer .footerLoca .foooterTop .footerLf .ftPhone>p a {
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.8s;
    padding-bottom: 10px;
}

#footer .footerLoca .foooterTop .footerLf .ftPhone>p a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

#footer .footerLoca .foooterTop .footerLf .ftInformation .ftInfor>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #E8E8E8;
}

#footer .footerLoca .foooterTop .footerLf .ftInformation .ftInfor>p a {
    color: #E8E8E8;
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.8s;
    padding-bottom: 10px;
}

#footer .footerLoca .foooterTop .footerLf .ftInformation .ftInfor>p a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

#footer .footerLoca .foooterTop .footerRg {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}

#footer .footerLoca .foooterTop .footerRg .ftRgList .ftRgListBox .ftListTitle>a {
    margin-bottom: 10px;
    display: inline-block;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.5s;
    padding-bottom: 10px;
}

#footer .footerLoca .foooterTop .footerRg .ftRgList .ftRgListBox .ftListTitle>a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

#footer .footerLoca .foooterTop .footerRg .ftRgList .ftRgListBox .ftListTitle>a h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

#footer .footerLoca .foooterTop .footerRg .ftRgList .ftRgListBox .ftListText>a {
    display: inline-block;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.5s;
    padding-bottom: 10px;
}

#footer .footerLoca .foooterTop .footerRg .ftRgList .ftRgListBox .ftListText>a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

#footer .footerLoca .foooterTop .footerRg .ftRgList .ftRgListBox .ftListText>a p {
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0em;
    color: #DDE2ED;
}

#footer .footerLoca .footerBtm {
    display: flex;
    justify-content: space-between;
}

#footer .footerLoca .footerBtm .ftBtmLf .copyright>p a {
    display: inline-block;
    font-size: 14px;
    color: #BDBDBD;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.5s;
    padding-bottom: 10px;
}

#footer .footerLoca .footerBtm .ftBtmLf .copyright>p a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

#footer .footerLoca .footerBtm .ftBtmLf .copyright>p a:nth-child(1) {
    margin-right: 10px;
}

#footer .footerLoca .footerBtm .ftBtmRg .techno>p a {
    display: inline-block;
    font-size: 14px;
    color: #BDBDBD;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.5s;
    padding-bottom: 10px;
}

#footer .footerLoca .footerBtm .ftBtmRg .techno>p a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

@media (max-width: 1600px) {
    .footeren .footerLoca .foooterTop .footerLf .ftPhone>p a {
        font-size: 38px !important;
    }

    .footeren .footerLoca .foooterTop .footerRg .ftRgList .ftRgListBox .ftListText>a p {
        font-size: 12px !important;
    }
}

@media (max-width: 1400px) {
    .footeren .footerLoca .foooterTop .footerRg {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    #footer .footerLoca .foooterTop .footerRg {
        display: none;
    }
}

@media (max-width: 768px) {
    #footer .footerLoca .footerBtm {
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    #footer .footerLoca {
        padding-top: 28px;
        padding-bottom: 20px;
    }

    #footer .footerLoca .foooterTop {
        padding-bottom: 40px;
    }

    #footer .footerLoca .foooterTop .footerLf .ftLogo {
        padding-bottom: 22px;
    }

    #footer .footerLoca .foooterTop .footerLf .ftLogo>a img {
        max-width: 60%;
    }

    #footer .footerLoca .foooterTop .footerLf .ftTdcode img {
        width: 82px;
    }

    #footer .footerLoca .foooterTop .footerLf .ftTdcode .ftTdcodeName h2 {
        font-size: 14px;
    }

    #footer .footerLoca .foooterTop .footerLf .ftPhone>p i {
        font-size: 20px;
    }

    #footer .footerLoca .foooterTop .footerLf .ftPhone>p a {
        font-size: 30px;
    }

    .footeren .footerLoca .foooterTop .footerLf .ftPhone>p a {
        font-size: 30px !important;
    }

    #footer .footerLoca .foooterTop .footerLf .ftInformation .ftInfor>p {
        font-size: 14px;
        line-height: 20px;
    }

    #footer .footerLoca .footerBtm .ftBtmLf .copyright>p a {
        background: none;
        padding-bottom: 0px;
    }

    #footer .footerLoca .footerBtm .ftBtmRg .techno>p a {
        background: none;
        padding-bottom: 0px;
    }
}

/* 2024-3-12 2024-3-19 tel:18720248770 池野. (ꐦ ´͈ ᗨ `͈) */
/* 咔咔 */
.ind01 {
    position: relative;
}

.ind01 .subIco {
    position: absolute;
    /* display: inline-block; */
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 9;
}

.ind01 .subIco .subIcoImg {
    animation: rotation 6s linear infinite;
}

.ind01 .subIco .subIcoImg img {
    max-width: 100%;
}

.ind01 .subIco .subIcoI {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ind01 .subIco .subIcoI .subIcoDown {
    animation: updown 0.8s alternate infinite;
}


.ind01 .subIco .subIcoI .subIcoDown i {
    font-size: 16px;
    color: #FFFFFF;
}

#ind01-wrap {
    width: 100vw;
    height: 100vh;
}

#ind01-wrap>.swiper-wrapper .swiper-slide .ind01Box .ind01Img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

#ind01-wrap>.swiper-num {
    position: absolute;
    left: 12%;
    bottom: 76px;
    z-index: 2;
    font-family: Poppins-LightItalic;
    font-size: 14px;
    color: #FFFFFF;
}

#ind01-wrap>.swiper-num span {
    font-size: 22px;
    font-family: Poppins-Italic;
    transform: skewX(-10deg);
    color: #FFFFFF;
    margin-right: 5px;
}

#ind01-wrap>.swiper-num .active {
    display: inline-block;
    font-size: 22px;

}

#ind01-wrap>.swiper-num .total {
    display: inline-block;
    font-size: 14px;
}

#ind01-wrap>.swiper-pagination {
    position: absolute;
    bottom: 74px;
    width: auto;
    left: 12%;
}

#ind01-wrap>.swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 1px;
    /* margin: 0 5px; */
    border-radius: 0%;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    background: none;
    opacity: 1;
    margin: 0;
}

#ind01-wrap>.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.4;
}

#ind01-wrap>.swiper-pagination .swiper-pagination-bullet-active {
    background: none;
    width: 80px;
    margin: 0;
}

#ind01-wrap>.swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: var(--main-color); */
    background: #CF9B73;
    z-index: 1;
}

#ind01-wrap>.swiper-pagination .swiper-pagination-bullet-active:after {
    width: 100%;
    transition-delay: 1600ms;
    transition-duration: 5500ms;
    transition-timing-function: ease-in-out;
    transition-property: all;
}

.ind02 {
    background: url(../images/ind02bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.ind02 .ind02Sack {
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ind02 .ind02Sack .ind02Top {
    padding-bottom: 100px;
}

.ind02 .ind02Sack .ind02Top .ind02Lf {
    padding-right: calc(8rem* .5);
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02SmTitle {
    padding-bottom: 2px;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02SmTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02Title {
    padding-bottom: 44px;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02Text {
    padding-bottom: 56px;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02Text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    color: #333333;
}

.ind02en .ind02Sack .ind02Top .ind02Lf .idn02Text p {
    text-align: start;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02Text p span {
    color: #11318F;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02SmText {
    padding-bottom: 50px;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .idn02SmText p {
    font-size: 14px;
    line-height: 25px;
    color: #4C4C4C;
    text-align: justify;
}

.ind02en .ind02Sack .ind02Top .ind02Lf .idn02SmText p {
    text-align: start;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .ind02Btn {
    display: inline-block;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .ind02Btn a p {
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 20px;
    background: #11318F;
    padding: 6px 16px;
    transition: all 0.5s ease;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .ind02Btn a p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(0px);
    transition: all 0.8s ease;
}

.ind02 .ind02Sack .ind02Top .ind02Lf .ind02Btn a:hover p i {
    transform: translateX(6px);
}

.ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgSack {
    position: relative;
}

.ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg1 {
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg1 img {
    max-width: 100%;
}

.ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg2 img {
    transition: all 1.6s ease;
}

.ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg2:hover img {
    transform: rotate(360deg);
}

.ind02 .ind02Sack .ind02Btm .ind02Ul {
    display: flex;
}

.ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li {
    /* padding-right: 180px; */
    width: 346px;
}

.ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li:last-child {
    padding-right: 0;
}

.ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li .ind02LiText {
    display: flex;
    align-items: baseline;
}

.ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li .ind02LiText p {
    font-family: Bebas Neue;
    font-size: 70px;
    line-height: normal;
    font-weight: normal;
    background: linear-gradient(75deg, #E57F12 5%, #E57F12 5%, #E57F12 5%, #EB5D3A 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 8px;
}

.ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li .ind02LiText span {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #EB5D3A;
}

.ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li .ind02LiTitle p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #333333;
}

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

.ind03 .ind03Swiper #ind03Swiper {
    position: relative;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-wrapper .swiper-slide .ind03SwImg img {
    width: 100%;
    transform: scale(1.1);
    transition: all 0.8s ease;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-wrapper .swiper-slide.swiper-slide-active .ind03SwImg img {
    transform: scale(1);
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination {
    background: url(../images/ind03luj.png) no-repeat;
    background-size: 100%, cover;
    background-position: center;
    display: flex;
    justify-content: space-around;
    transform: translateY(-100px);
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    flex: 1;
    background: none;
    height: auto;
    opacity: 1;
    background: url(../images/caise.png) no-repeat top center;
    transition: all 0.5s ease;
    filter: grayscale(100%) opacity(70%);
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    filter: none;
    transform: scale(1.1);
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    top: 50px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    top: 30px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    top: 50px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    top: 40px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    top: 30px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    top: 24px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(7) {
    top: 30px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(8) {
    top: 38px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    top: 34px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    margin-bottom: 8px;
    transition: all 0.5s ease;
}

/* .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 50px;
    height: 50px;
} */

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet::after {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
    background: url(../images/ind0301.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(1)::after {
    content: "带皮整条鳕鱼切花";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(1)::after {
    content: "Salmon Fillet";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
    background: url(../images/ind0302.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
    content: "带皮鳕鱼条";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
    content: "Salmon Cube";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
    background: url(../images/ind0303.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
    content: "去皮去刺鳕鱼片60-100g";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
    content: "Salmon Steak";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(4)::before {
    background: url(../images/ind0304.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(4)::after {
    content: "去皮鳕鱼柳";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(4)::after {
    content: "Salmon Portion";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(5)::before {
    background: url(../images/ind0305.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(5)::after {
    content: "去皮鳕鱼切块";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(5)::after {
    content: "Salmon with Topping";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(6)::before {
    background: url(../images/ind0306.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(6)::after {
    content: "去皮鳕鱼切片";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(6)::after {
    content: "Fish Fingers";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(7)::before {
    background: url(../images/ind0307.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(7)::after {
    content: "鳕鱼带皮带刺切段20-30g";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(7)::after {
    content: "Fish Cakes";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(8)::before {
    background: url(../images/ind0308.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(8)::after {
    content: "鳕鱼带皮切段 18-22g";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(8)::after {
    content: "Hot Pot Fish Rolls";
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(9)::before {
    background: url(../images/ind0309.png) no-repeat;
    background-size: 100%;
}

.ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(9)::after {
    content: "裹粉黄金鳕鱼块 18-22g";
}

.ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(9)::after {
    content: "Hand ripped salmon";
}

.ind03 .ind03Content {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.ind03 .ind03Content .ind03SmTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #FFFFFF;
}

.ind03 .ind03Content .ind03Title h2 {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
}

.ind03 .ind03Btn {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
}

.ind03 .ind03Btn a {
    position: relative;
}

.ind03 .ind03Btn a .ind03BtnIco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ind03 .ind03Btn a .ind03BtnIco p i {
    color: #FFFFFF;
    font-size: 16px;
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transition: all 0.5s ease;
}

.ind03 .ind03Btn a .ind03BtnIco p:hover i {
    transform: translateX(2px);
}

.ind04 .ind04Top {
    margin: auto;
    padding-top: 90px;
}

.ind04 .ind04Top .ind04TopSack {
    display: flex;
}

.ind04 .ind04Top .ind04TopSack .ind04TopLf {
    margin-right: 14%;
    z-index: 9;
}

.ind04 .ind04Top .ind04TopSack .ind04TopLf .ind04TopLfSmTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

.ind04 .ind04Top .ind04TopSack .ind04TopLf .ind04TopLfTitle h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg {
    position: relative;
    flex: 1;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText p {
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 57px;
    max-width: 910px;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText .ind04Btn {
    display: inline-block;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText .ind04Btn a p {
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 20px;
    background: #11318F;
    padding: 6px 16px;
    transition: all 0.5s ease;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText .ind04Btn a p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(0px);
    transition: all 0.8s ease;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText .ind04Btn a:hover p i {
    transform: translateX(6px);
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfEngBg {
    position: absolute;
    top: 0;
    left: 0;
}

.ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfEngBg img {
    max-width: 100%;
    transform: translateY(-18px);
}

#ind04Btm2 {
    display: none;
}

.ind04Btm .ind04BtmSack .ind04Ul {
    display: flex;
    align-items: center;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li {
    flex: 1;
    height: 34vw;
    position: relative;
    overflow: hidden;
    transition: ease 1s;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li.active {
    flex: 2;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/mask.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    transition: ease .5s;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li.active::after {
    opacity: 0;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox {
    display: block;
    width: 100%;
    height: 100%;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04LiImg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li.active .ind04LiBox .ind04LiImg {
    transform: scale(1.05, 1.05);
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04SmSack {
    position: absolute;
    left: 0;
    transition: ease .6s;
    bottom: 3.125vw;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li.active .ind04LiBox .ind04SmSack {
    opacity: 0;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04SmSack .ind04SmNum p {
    font-size: 18px;
    color: #FFFFFF;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04SmSack .ind04SmTitle p {
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
}

.ind04en .ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04SmSack .ind04SmTitle p {
    line-height: 26px;
    font-size: 24px;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04Sack {
    width: 32vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: #11318F;
    color: #fff;
    padding: 3.5vw;
    box-sizing: border-box;
    padding-top: 0;
    transform: translateY(140%);
    padding-right: 6.3vw;
    transition: ease 1s;
    opacity: 0;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li.active .ind04LiBox .ind04Sack {
    transform: translateY(0);
    opacity: 1;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04Sack .ind04Num p {
    font-size: 4.16666vw;
    font-weight: 400;
    color: #EB5D3A;
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 2px #FFFFFF;
    margin-top: -3vw;
    display: block;
    font-family: Bebas Neue;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04Sack .ind04Title {
    padding-bottom: 12px;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04Sack .ind04Title p {
    font-size: 40px;
}

.ind04en .ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04Sack .ind04Title p {
    font-size: 35px;
    line-height: 43px;
}

.ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04Sack .ind04text p {
    font-size: 14px;
}

.ind05 {
    background: #E8F3FD;
    padding-top: 126px;
    padding-bottom: 120px;
}

.ind05 .ind05Sack {
    margin: auto;
}

.ind05 .ind05Sack .ind05SmTitle {
    padding-bottom: 2px;
}

.ind05 .ind05Sack .ind05SmTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
    text-align: center;
}

.ind05 .ind05Sack .ind05Title {
    padding-bottom: 108px;
}

.ind05 .ind05Sack .ind05Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

#ind05Swiper1 {
    position: relative;
    margin-bottom: 14px;
}

#ind05Swiper1>.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#ind05Swiper1>.swiper-wrapper .swiper-slide .ind05SwImg {
    overflow: hidden;
    border: 10px;
    transition: all 0.8s ease;
}

#ind05Swiper1>.swiper-wrapper .swiper-slide .ind05SwImg:hover {
    box-shadow: 0px 0px 10px 0px rgba(107, 107, 107, 0.3);
}

#ind05Swiper1>.swiper-wrapper .swiper-slide .ind05SwImg img {
    width: 100%;
}

#ind05Swiper2 {
    position: relative;
}

#ind05Swiper2>.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#ind05Swiper2>.swiper-wrapper .swiper-slide .ind05SwImg {
    overflow: hidden;
    border: 10px;
    transition: all 0.8s ease;
}

#ind05Swiper2>.swiper-wrapper .swiper-slide .ind05SwImg:hover {
    box-shadow: 0px 0px 10px 0px rgba(107, 107, 107, 0.3);
}

#ind05Swiper2>.swiper-wrapper .swiper-slide .ind05SwImg img {
    width: 100%;
}

.ind06 {
    padding-top: 110px;
    padding-bottom: 106px;
}

.ind06 .ind06Top {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 46px;
}

.ind06 .ind06Top .ind06TopLoca {
    margin: auto;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Lf .ind06SmTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Lf .ind06Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg {
    display: flex;
    align-items: center;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul {
    display: flex;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li {
    padding-right: 46px;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li .ind06LiText p {
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li.active .ind06LiText p {
    color: #11318F;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Btn a {
    display: inline-block;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Btn a p {
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 20px;
    background: #11318F;
    padding: 6px 16px;
    transition: all 0.5s ease;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Btn a p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(0px);
    transition: all 0.8s ease;
}

.ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Btn a:hover p i {
    transform: translateX(6px);
}

.ind06 .ind06Swiper .ind06SwiperSack {
    margin: auto;
}

#ind06Swiper01 {
    position: relative;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide a {
    display: inline-block;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwTime {
    padding-bottom: 26px;
    position: relative;
    padding-top: 10px;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwTime::after {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background: linear-gradient(270deg, #EA6432 0%, #E67E14 63%);
    transition: all 0.5s ease;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a:hover .ind06SwTime::after {
    width: 100%;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwTime::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: 10;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a:hover .ind06SwTime::before {
    background: #E67E14;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwTime p {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwImg {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 28px;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwImg img {
    width: 100%;
    transition: all 0.8s ease;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a:hover .ind06SwImg img {
    transform: scale(1.1);
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwText {
    padding-bottom: 58px;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwText p {
    font-size: 18px;
    /* font-weight: 350; */
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a:hover .ind06SwText p {
    color: #11318F;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwBtn p {
    font-size: 16px;
    color: #11318F;
    /* color: #FFFFFF; */
    border-radius: 20px;
    /* background: #11318F; */
    padding: 6px 14px;
    transition: all 0.5s ease;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a:hover .ind06SwBtn p {
    color: #FFFFFF;
    background: #11318F;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwBtn {
    display: inline-block;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwBtn p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: #11318F;
    /* background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%); */
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(-14px);
    transition: all 0.8s ease;
}

#ind06Swiper01>.swiper-wrapper .swiper-slide>a:hover .ind06SwBtn p i {
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    transform: translateX(0px);
}

#ind06Swiper02 {
    position: relative;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide a {
    display: inline-block;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwTime {
    padding-bottom: 26px;
    position: relative;
    padding-top: 10px;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwTime::after {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background: linear-gradient(270deg, #EA6432 0%, #E67E14 63%);
    transition: all 0.5s ease;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a:hover .ind06SwTime::after {
    width: 100%;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwTime::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: 10;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a:hover .ind06SwTime::before {
    background: #E67E14;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwTime p {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwImg {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 28px;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwImg img {
    width: 100%;
    transition: all 0.8s ease;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a:hover .ind06SwImg img {
    transform: scale(1.1);
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwText {
    padding-bottom: 58px;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwText p {
    font-size: 18px;
    /* font-weight: 350; */
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a:hover .ind06SwText p {
    color: #11318F;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwBtn p {
    font-size: 16px;
    color: #11318F;
    /* color: #FFFFFF; */
    border-radius: 20px;
    /* background: #11318F; */
    padding: 6px 14px;
    transition: all 0.5s ease;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a:hover .ind06SwBtn p {
    color: #FFFFFF;
    background: #11318F;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwBtn {
    display: inline-block;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwBtn p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: #11318F;
    /* background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%); */
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(-14px);
    transition: all 0.8s ease;
}

#ind06Swiper02>.swiper-wrapper .swiper-slide>a:hover .ind06SwBtn p i {
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    transform: translateX(0px);
}

.ind07 {
    background: url(../images/ind07bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.ind07 .ind07Sack {
    margin: auto;
}

.ind07 .ind07Sack .ind07Bg {
    background: linear-gradient(49deg, #c6d6e8e8 20%, #f2f8fee8 104%);
    padding: 100px 66px 110px;
}

.ind07 .ind07Sack .ind07Bg a .ind07Text {
    padding-bottom: 26px;
}

.ind07 .ind07Sack .ind07Bg a .ind07Text p {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
}

.ind07 .ind07Sack .ind07Bg a .ind07SmallText {
    padding-bottom: 50px;
}

.ind07 .ind07Sack .ind07Bg a .ind07SmallText p {
    font-family: Bebas Neue;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}

.ind07 .ind07Sack .ind07Bg a .ind07Btn {
    background: #11318F;
    display: inline-block;
    border-radius: 20px;
    padding: 4px 22px;
    position: relative;
    overflow: hidden;
}

.ind07 .ind07Sack .ind07Bg a .ind07Btn::after {
    content: "联系我们";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    padding: 4px 22px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.ind07en .ind07Sack .ind07Bg a .ind07Btn::after {
    content: "Contact Us";
}

.ind07 .ind07Sack .ind07Bg a .ind07Btn:hover:after {
    bottom: 0;
}

.ind07 .ind07Sack .ind07Bg a .ind07Btn p {
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.ind07 .ind07Sack .ind07Bg a .ind07Btn:hover p {
    transform: translateY(-120%);
}

@media (max-width: 1687px) {
    .ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet::after {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    .ind03en .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet::after {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText p {
        max-width: 100%;
    }

    .ind07 .ind07Sack .ind07Bg {
        padding: 60px 30px 70px;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(9) {
        display: none;
    }

    .ind04Btm .ind04BtmSack .ind04Ul .ind04Li .ind04LiBox .ind04Sack {
        width: 34vw;
    }
}

@media (max-width: 1200px) {
    .ind06 .ind06Top .ind06TopLoca .ind06Sack {
        align-items: flex-start;
        flex-direction: column;
    }

    .ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Lf .ind06Title {
        padding-bottom: 20px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf {
        padding-right: calc(var(--bs-gutter-x)* .5);
        margin-bottom: 20px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg1 {
        justify-content: flex-start
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-wrapper .swiper-slide .ind03SwImg img {
        height: 68vh;
        object-fit: cover;
        object-position: center;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(8) {
        display: none;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(7) {
        display: none;
    }

    #ind04Btm {
        display: none;
    }

    #ind04Btm2 {
        display: block;

    }

    #ind04Btm2 .ind04Btm2List {
        position: relative;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Img img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Num p {
        font-family: Bebas Neue;
        font-size: 80px;
        font-weight: bold;
        color: #EB5D3A;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Title {
        padding-bottom: 20px;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Title p {
        font-size: 36px;
        font-weight: 500;
        color: #FFFFFF;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Text p {
        font-size: 14px;
        line-height: 25px;
        color: #FFFFFF;
    }

    .ind04 .ind04Top .ind04TopSack .ind04TopLf {
        margin-right: 0;
    }

    .ind04 .ind04Top .ind04TopSack {
        flex-direction: column;
    }

    .ind04 .ind04Top .ind04TopSack .ind04TopLf .ind04TopLfTitle {
        padding-bottom: 20px;
    }
}

@media (max-width: 1080px) {
    .ind05 .ind05Sack .ind05Title {
        padding-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .ind02 .ind02Sack .ind02Top {
        padding-bottom: 0px;
    }

    .ind02 .ind02Sack .ind02Btm {
        display: none;
    }

    .ind02 .ind02Sack .ind02Btm .ind02Ul {
        flex-direction: column;
    }

    .ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li {
        margin-bottom: 30px;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(5) {
        display: none;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(6) {
        display: none;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Num p {
        font-size: 50px;
    }
}

@media (max-width: 600px) {
    .ind06en .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li {
        padding-right: 20px;
    }
}

@media (max-width: 499px) {
    .ind07 .ind07Sack .ind07Bg {
        padding: 26px 8px 26px;
    }

    .ind07 .ind07Sack .ind07Bg a .ind07Text {
        padding-bottom: 16px;
    }

    .ind07 .ind07Sack .ind07Bg a .ind07Text p {
        font-size: 18px;
        line-height: 26px;
    }

    .ind07 .ind07Sack .ind07Bg a .ind07SmallText {
        padding-bottom: 30px;
    }

    .ind07 .ind07Sack .ind07Bg a .ind07SmallText p {
        font-size: 16px;
        line-height: 20px;
    }

    .ind07 .ind07Sack .ind07Bg a .ind07Btn p {
        font-size: 14px;
    }

    .ind06 {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    .ind06 .ind06Top {
        padding-bottom: 26px;
    }

    .ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Lf .ind06SmTitle h2 {
        font-size: 18px;
    }

    .ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Lf .ind06Title h2 {
        font-size: 24px;
    }

    .ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li .ind06LiText p {
        font-size: 18px;
    }

    .ind06en .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li .ind06LiText p {
        font-size: 13px;
    }

    .ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg {
        justify-content: space-between;
        width: 100%;
    }

    .ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Btn a p {
        font-size: 14px;
        padding: 4px 14px
    }

    .ind06 .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li {
        padding-right: 28px;
    }

    .ind06en .ind06Top .ind06TopLoca .ind06Sack .ind06Rg .ind06Ul .ind06Li {
        padding-right: 12px;
    }

    #ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwTime p {
        font-size: 14px;
    }

    #ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwBtn p {
        font-size: 14px;
    }

    #ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwTime {
        padding-bottom: 10px;
    }

    #ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwText {
        padding-bottom: 12px;
    }

    #ind06Swiper01>.swiper-wrapper .swiper-slide>a .ind06SwImg {
        margin-bottom: 16px;
    }

    #ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwTime p {
        font-size: 14px;
    }

    #ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwBtn p {
        font-size: 14px;
    }

    #ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwTime {
        padding-bottom: 10px;
    }

    #ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwImg {
        margin-bottom: 16px;
    }

    #ind06Swiper02>.swiper-wrapper .swiper-slide>a .ind06SwText {
        padding-bottom: 12px;
    }

    .ind05 {
        padding-top: 34px;
        padding-bottom: 36px;
    }

    .ind05 .ind05Sack .ind05SmTitle h2 {
        font-size: 18px;
    }

    .ind05 .ind05Sack .ind05Title {
        padding-bottom: 20px;
    }

    .ind05 .ind05Sack .ind05Title h2 {
        font-size: 24px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf {
        margin-bottom: 28px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf .idn02SmTitle h2 {
        font-size: 18px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf .idn02Title {
        padding-bottom: 18px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf .idn02Title h2 {
        font-size: 24px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf .idn02Text {
        padding-bottom: 22px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf .idn02Text p {
        font-size: 18px;
        line-height: 24px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf .idn02SmText {
        padding-bottom: 12px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Lf .ind02Btn a p {
        font-size: 14px;
        padding: 4px 16px;
    }

    .ind02 .ind02Sack .ind02Top {
        padding-bottom: 26px;
    }

    .ind02 .ind02Sack .ind02Btm .ind02Ul .ind02Li {
        margin-bottom: 12px;
    }

    .ind02 .ind02Sack {
        margin: auto;
        padding-top: 36px;
        padding-bottom: 16px;
    }

    .ind03 .ind03Btn a {
        transform: scale(0.6);
        display: inline-block;
        ;
        position: relative;
        right: -10px;
    }

    .ind03 .ind03Content .ind03SmTitle h2 {
        font-size: 18px;
    }

    .ind03 .ind03Content .ind03Title h2 {
        font-size: 24px;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination {
        transform: translateY(-24px);
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet::after {
        font-size: 12px;
        padding-bottom: 0;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(1) {
        top: 15px;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(2) {
        top: 15px;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(3) {
        top: 15px;
    }

    .ind03 .ind03Swiper #ind03Swiper>.swiper-pagination .swiper-pagination-bullet:nth-child(4) {
        display: none;
    }

    .ind04 .ind04Top .ind04TopSack .ind04TopLf .ind04TopLfSmTitle h2 {
        font-size: 18px;
    }

    .ind04 .ind04Top .ind04TopSack .ind04TopLf .ind04TopLfTitle h2 {
        font-size: 24px;
    }

    .ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText .ind04Btn a p {
        font-size: 14px;
        padding: 4px 14px;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Title p {
        font-size: 24px;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Title {
        padding-bottom: 8px;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Text p {
        line-height: 18px;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Img img {
        height: 36vh;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content .ind04Btm2Num p {
        font-size: 36px;
    }

    #ind04Btm2 .ind04Btm2List .ind04Btm2Content {
        top: 58%;
    }

    .ind04en #ind04Btm2 .ind04Btm2List .ind04Btm2Content {
        top: 48%;
    }

    .ind04 .ind04Top {
        padding-top: 40px;
    }

    .ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText p {
        font-size: 14px;
        color: #3D3D3D;
        margin-bottom: 12px;
    }

    .ind04 .ind04Top .ind04TopSack .ind04TopRg .ind04TopLfText .ind04Btn a p {
        margin-bottom: 24px;
    }

    .ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg1 {
        justify-content: center;
    }

    .ind02 .ind02Sack .ind02Top .ind02Rg .ind02RgImg2 img {
        max-width: 66%;
    }
}

/* 联系 */
.contactBg .contactTop {
    background: #F1F1F1;
}

.contactBg .contactTop .conTopLoca {
    margin: auto;
    padding-top: 106px;
    padding-bottom: 106px;
}

.contactBg .contactTop .conTopLoca .topSmalltitle {
    padding-bottom: 10px;
}

.contactBg .contactTop .conTopLoca .topSmalltitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
    text-align: center;
}

.contactBg .contactTop .conTopLoca .topTitle {
    padding-bottom: 42px;
}

.contactBg .contactTop .conTopLoca .topTitle h3 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.contactBg .contactTop .topUl {
    margin-right: calc(-.5* 3rem);
    margin-left: calc(-.5* 3rem);
    margin-bottom: 68px;
}

.contactBg .contactTop .topUl .topList {
    padding-right: calc(3rem* .5);
    padding-left: calc(3rem* .5);
    transition: all 0.5s ease;
}

.contactBg .contactTop .topUl .topList:hover {
    transform: translateY(-12px);
}

.contactBg .contactTop .topUl .topList .topListSack {
    height: 100%;
    background: #FFFFFF;
}

.contactBg .contactTop .topUl .topList .topListSack .icoSack {
    position: relative;
    padding-bottom: 30px;
}

.contactBg .contactTop .topUl .topList .topListSack .icoSack::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 42%;
    left: 0;
    top: 0;
    background: #F1F1F1;
    z-index: 1;
}

.contactBg .contactTop .topUl .topList .topListSack .icoSack .icoBg {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.contactBg .contactTop .topUl .topList .topListSack .icoSack .icoBg img {
    max-width: 100%;
}

.contactBg .contactTop .topUl .topList .topListSack .icoContent .icoTitle {
    padding-bottom: 18px;
}

.contactBg .contactTop .topUl .topList .topListSack .icoContent .icoTitle p {
    font-size: 18px;
    color: #3D3D3D;
    text-align: center;
}

.contactBg .contactTop .topUl .topList .topListSack .icoContent .icoLine {
    width: 42px;
    height: 3px;
    background: #EA6432;
    margin: auto;
    margin-bottom: 34px;
}

.contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText {
    display: flex;
    justify-content: center;
    padding-bottom: 88px;
}

.contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText a {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.8s;
    padding-bottom: 6px;
}

.contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

.contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText p {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 0 12px;
}

.contactBg .contactTop .addressMap img {
    max-width: 100%;
}

.contactBg .contactbtm .conBtmLoca {
    margin: auto;
    padding-top: 120px;
    padding-bottom: 156px;
}

.contactBg .contactbtm .conBtmLoca .btmSmalltitle {
    padding-bottom: 10px;
}

.contactBg .contactbtm .conBtmLoca .btmSmalltitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
    text-align: center;
}

.contactBg .contactbtm .conBtmLoca .btmTitle {
    padding-bottom: 60px;
}

.contactBg .contactbtm .conBtmLoca .btmTitle h3 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.contactBg .contactbtm .conBtmLoca .messageContact .messageLf {
    background: #F9F9F9;
}

.contactBg .contactbtm .conBtmLoca .messageContact .messageLf .lfImg img {
    max-width: 100%;
}

.contactBg .contactbtm .conBtmLoca .messageContact .messageRg {
    background: #F9F9F9;
}

.contactBg .contactbtm .conBtmLoca .messageContact .messageRg .rgBg {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 1536px) {
    .contactBg .contactTop .topUl {
        margin-right: calc(-.5* 1.5rem);
        margin-left: calc(-.5* 1.5rem);
    }

    .contactBg .contactTop .topUl .topList {
        padding-right: calc(1.5rem* .5);
        padding-left: calc(1.5rem* .5);
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoSack .icoBg img {
        max-width: 20%;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText {
        padding-bottom: 66px;
    }

    .contactBg .contactTop .addressMap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right;
    }
}

@media (max-width: 1200px) {
    .contactBg .contactTop .conTopLoca {
        margin: auto;
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .contactBg .contactTop .conTopLoca .topSmalltitle {
        padding-bottom: 0px;
    }

    .contactBg .contactTop .conTopLoca .topSmalltitle h2 {
        font-size: 18px;
    }

    .contactBg .contactTop .conTopLoca .topTitle h3 {
        font-size: 28px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText {
        padding-bottom: 52px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText a {
        font-size: 18px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText p {
        font-size: 18px;
    }

    .contactBg .contactbtm .conBtmLoca .btmSmalltitle {
        padding-bottom: 0px;
    }

    .contactBg .contactbtm .conBtmLoca .btmSmalltitle h2 {
        font-size: 18px;
    }

    .contactBg .contactbtm .conBtmLoca .btmTitle h3 {
        font-size: 28px;
    }

    .contactBg .contactbtm .conBtmLoca {
        margin: auto;
        padding-top: 60px;
        padding-bottom: 90px;
    }

    .contactBg .contactbtm .conBtmLoca .messageContact .messageLf {
        display: none;
    }

    .contactBg .contactbtm .conBtmLoca .messageContact .messageRg .rgBg {
        padding: 20px 12px;
    }
}

@media (max-width: 992px) {
    .contactBg .contactTop .topUl {
        margin-bottom: 30px;
    }

    .contactBg .contactTop .topUl .topList {
        margin-bottom: 20px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoSack .icoBg img {
        max-width: 10%;
    }

    .contactBg .contactTop .addressMap img {
        height: 62vh;
    }
}

@media (max-width: 768px) {
    .contactBg .contactbtm .conBtmLoca .btmTitle {
        padding-bottom: 24px;
    }

    .contactBg .contactbtm .conBtmLoca .messageContact .messageRg {
        background: #f9f9f900;
    }

    .contactBg .contactbtm .conBtmLoca .messageContact .messageRg .rgBg {
        background: #f9f9f9;
    }
}

@media (max-width: 499px) {
    .contactBg .contactTop .conTopLoca {
        padding-top: 40px;
        padding-bottom: 2px;
    }

    .contactBg .contactTop .conTopLoca .topTitle {
        padding-bottom: 30px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoSack::after {
        height: 34%;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoSack {
        padding-bottom: 10px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoSack .icoBg img {
        max-width: 18%;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoTitle {
        padding-bottom: 12px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoTitle p {
        font-size: 16px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoLine {
        margin-bottom: 18px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText {
        padding-bottom: 30px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText a {
        font-size: 16px;
    }

    .contactBg .contactTop .topUl .topList .topListSack .icoContent .icoText p {
        font-size: 16px;
    }

    .contactBg .contactTop .addressMap {
        display: none;
    }

    .contactBg .contactbtm .conBtmLoca {
        padding-top: 36px;
        padding-bottom: 50px;
    }
}

/* 2024-3-12 2024-3-19 tel:18720248770 池野. (ꐦ ´͈ ᗨ `͈) 新闻 */
.newsLoca {
    margin: auto;
    padding-top: 138px;
    padding-bottom: 150px;
}

.newsLoca .newsUl {
    margin-right: calc(-.5* 2rem);
    margin-left: calc(-.5* 2rem);
}

.newsLoca .newsUl .newsList {
    margin-bottom: 60px;
    padding-right: calc(2rem* .5);
    padding-left: calc(2rem* .5);
}

.newsLoca .newsUl .newsList a .newsSack .newsImg {
    margin-bottom: 28px;
    border-radius: 10px;
    overflow: hidden;
}

.newsLoca .newsUl .newsList a .newsSack .newsImg img {
    width: 100%;
    transition: all 0.8s ease;
}

.newsLoca .newsUl .newsList a:hover .newsSack .newsImg img {
    transform: scale(1.1);
}

.newsLoca .newsUl .newsList a .newsSack .newsTime {
    padding-bottom: 14px;
}

.newsLoca .newsUl .newsList a .newsSack .newsTime h2 {
    font-size: 18px;
    color: #666666;
    transition: all 0.5s ease;
}

.newsLoca .newsUl .newsList a:hover .newsSack .newsTime h2 {
    color: #11318F;
}

.newsLoca .newsUl .newsList a .newsSack .newsText {
    padding-bottom: 22px;
}

.newsLoca .newsUl .newsList a .newsSack .newsText p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsLoca .newsUl .newsList a:hover .newsSack .newsText p {
    color: #11318F;
}

.newsLoca .newsUl .newsList a .newsSack .newsBtn {
    display: inline-block;
}

.newsLoca .newsUl .newsList a .newsSack .newsBtn p {
    font-size: 16px;
    color: #11318F;
    /* color: #FFFFFF; */
    border-radius: 20px;
    /* background: #11318F; */
    padding: 6px 14px;
    transition: all 0.5s ease;
}

.newsLoca .newsUl .newsList a:hover .newsSack .newsBtn p {
    color: #FFFFFF;
    background: #11318F;
}

.newsLoca .newsUl .newsList a .newsSack .newsBtn p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: #11318F;
    /* background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%); */
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(-14px);
    transition: all 0.8s ease;
}

.newsLoca .newsUl .newsList a:hover .newsSack .newsBtn p i {
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    transform: translateX(0px);
}

.newsDetail {
    margin: auto;
    padding-top: 200px;
    padding-bottom: 160px;
}

.newsDetail .detailLoca .detailLf .newsDeTitle {
    padding-bottom: 26px;
}

.newsDetail .detailLoca .detailLf .newsDeTitle h2 {
    font-size: 36px;
    color: #333333;
}

.newsDetail .detailLoca .detailLf .newsDeTime {
    position: relative;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsDetail .detailLoca .detailLf .newsDeTime::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    left: 0;
    bottom: 0;
}

.newsDetail .detailLoca .detailLf .newsDeTime .time p {
    font-size: 18px;
    color: #666666;
}

.newsDetail .detailLoca .detailLf .newsDeTime .return .newsBtn {
    display: inline-block;
}

.newsDetail .detailLoca .detailLf .newsDeTime .return .newsBtn a p {
    font-size: 16px;
    color: #11318F;
    color: #FFFFFF;
    border-radius: 20px;
    background: #11318F;
    padding: 6px 14px;
}

.newsDetail .detailLoca .detailLf .newsDeTime .return .newsBtn a p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(0px);
    transition: all 0.8s ease;
}

.newsDetail .detailLoca .detailLf .newsDeTime .return .newsBtn a:hover p i {
    transform: translateX(-6px);
}

.newsDetail .detailLoca .detailLf .newsDeText {
    padding-top: 46px;
    padding-bottom: 42px;
}

.newsDetail .detailLoca .detailLf .newsDeText p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.newsDetail .detailLoca .detailLf .newsDeText img {
    max-width: 100%;
}

.newsDetail .detailLoca .detailLf .newsDeprev {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 36px 0;
}

.newsDetail .detailLoca .detailLf .newsDeprev::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    left: 0;
    top: 0;
}

.newsDetail .detailLoca .detailLf .newsDeprev::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    left: 0;
    bottom: 0;
}

.newsDetail .detailLoca .detailLf .newsDeprev .newsPrev {
    width: 50%;
}

.newsDetail .detailLoca .detailLf .newsDeprev .newsPrev a {
    width: 90%;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.newsDetail .detailLoca .detailLf .newsDeprev .newsPrev a:hover {
    color: #11318F;
}

.newsDetail .detailLoca .detailLf .newsDeprev .newsNext {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.newsDetail .detailLoca .detailLf .newsDeprev .newsNext a {
    width: 90%;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.newsDetail .detailLoca .detailLf .newsDeprev .newsNext a:hover {
    color: #11318F;
}

.newsDetail .detailLoca .detailRg {
    padding-left: calc(14rem* .5);
}

.newsDetail .detailLoca .detailRg .rgTop {
    border: 1px solid #D8D8D8;
    margin-bottom: 24px;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopTitle {
    background: #F1F1F1;
    padding: 16px 24px;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopTitle h2 {
    font-size: 24px;
    color: #11318F;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText {
    padding: 28px 24px 20px 24px;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText .rgTopSack .sackTime {
    padding-bottom: 6px;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText .rgTopSack .sackTime p {
    font-size: 18px;
    color: #666666;
    transition: all 0.5s ease;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText .rgTopSack a:hover .sackTime p {
    color: #11318F;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText .rgTopSack .sackText {
    padding-bottom: 7px;
    margin-bottom: 7px;
    position: relative;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText .rgTopSack .sackText::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #D8D8D8;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText .rgTopSack .sackText p {
    font-size: 18px;
    font-weight: 350;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.newsDetail .detailLoca .detailRg .rgTop .rgTopText .rgTopSack a:hover .sackText p {
    color: #11318F;
}

.newsDetail .detailLoca .detailRg .rgbtm {
    display: flex;
    justify-content: center;
}

.newsDetail .detailLoca .detailRg .rgbtm .rgbtmSack {
    display: flex;
    align-items: center;
}

.newsDetail .detailLoca .detailRg .rgbtm .rgbtmSack .tdcode img {
    max-width: 100%;
}

.newsDetail .detailLoca .detailRg .rgbtm .rgbtmSack .tdcodeName p {
    font-size: 18px;
    color: #666666;
    text-align: center;
}

@media (max-width: 1536px) {
    .newsLoca .newsUl .newsList a .newsSack .newsImg {
        margin-bottom: 16px;
    }

    .newsLoca .newsUl .newsList a .newsSack .newsTime h2 {
        font-size: 16px;
    }

    .newsDetail .detailLoca .detailRg {
        padding-left: calc(6rem* .5);
    }
}

@media (max-width: 1200px) {
    .newsDetail .detailLoca .detailLf {
        margin-bottom: 40px;
    }

    .newsDetail .detailLoca .detailRg {
        padding-left: calc(0rem* .5);
    }

    .newsDetail .detailLoca .detailRg .rgbtm {
        display: none;
    }

    .newsDetail .detailLoca .detailRg .rgTop {
        display: none;
    }
}

@media (max-width: 1080px) {
    .newsDetail {
        padding-top: 130px;
        padding-bottom: 100px;
    }

    .newsDetail .detailLoca .detailLf .newsDeTitle h2 {
        font-size: 24px;
    }

    .newsDetail .detailLoca .detailLf .newsDeText p {
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .newsLoca {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .newsLoca .newsUl {
        margin-right: calc(-.5* 1.5rem);
        margin-left: calc(-.5* 1.5rem);
    }

    .newsLoca .newsUl .newsList {
        padding-right: calc(1.5rem* .5);
        padding-left: calc(1.5rem* .5);
    }
}

@media (max-width: 499px) {
    .newsLoca {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .newsLoca .newsUl .newsList {
        margin-bottom: 28px;
    }

    .newsDetail {
        padding-top: 78px;
        padding-bottom: 20px;
    }

    .newsDetail .detailLoca .detailLf .newsDeTime {
        padding-bottom: 10px;
    }

    .newsDetail .detailLoca .detailLf .newsDeTime .time p {
        font-size: 14px;
    }

    .newsDetail .detailLoca .detailLf .newsDeTime .return .newsBtn a p {
        font-size: 14px;
        padding: 4px 14px;
    }

    .newsDetail .detailLoca .detailLf .newsDeText {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .newsDetail .detailLoca .detailLf .newsDeprev {
        flex-direction: column;
        padding: 10px 0;
    }

    .newsDetail .detailLoca .detailLf .newsDeprev .newsPrev {
        width: 100%;
    }

    .newsDetail .detailLoca .detailLf .newsDeprev .newsPrev a {
        margin-bottom: 6px;
        width: 100%;
    }

    .newsDetail .detailLoca .detailLf .newsDeprev .newsNext {
        justify-content: flex-start;
        width: 100%;
    }

    .newsDetail .detailLoca .detailLf .newsDeprev .newsNext a {
        width: 100%;
    }
}

/* 走进崟海 */
.about01 {
    background: url(../images/about01bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.about01 .about01Sack {
    margin: auto;
    padding-top: 130px;
    padding-bottom: 96px;
}

.about01 .about01Sack .about01Loca .about01Lf {
    padding-right: calc(12rem* .5);
    padding-top: 34px;
}

.about01 .about01Sack .about01Loca .about01Lf .about01SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

.about01 .about01Sack .about01Loca .about01Lf .about01Title {
    padding-bottom: 44px;
}

.about01 .about01Sack .about01Loca .about01Lf .about01Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.about01 .about01Sack .about01Loca .about01Lf .about01Text {
    padding-bottom: 60px;
}

.about01 .about01Sack .about01Loca .about01Lf .about01Text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    color: #333333;
}

.about01en .about01Sack .about01Loca .about01Lf .about01Text p {
    text-align: start;
}

.about01 .about01Sack .about01Loca .about01Lf .about01Text p span {
    color: #11318F;
}

.about01 .about01Sack .about01Loca .about01Lf .about01Contect p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #4C4C4C;
}

.about01en .about01Sack .about01Loca .about01Lf .about01Contect p {
    text-align: start;
}

.about01 .about01Sack .about01Loca .about01Rg {
    padding-left: calc(2.5rem* .5);
}

.about01 .about01Sack .about01Loca .about01Rg .about01Img img {
    max-width: 100%;
}

.about02 {
    background: url(../images/about02bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about02 .about02Sack {
    margin: auto;
    padding-top: 92px;
    padding-bottom: 106px;
}

.about02 .about02Sack .about02Loca .about02List {
    padding-right: calc(6rem* .5);
    padding-left: calc(6rem* .5);
}

.about02 .about02Sack .about02Loca .about02List .about02Ico {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.about02 .about02Sack .about02Loca .about02List .about02Ico img {
    max-width: 100%;
}

.about02 .about02Sack .about02Loca .about02List .about02Text {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    margin-bottom: 12px;
}

.about02 .about02Sack .about02Loca .about02List .about02Text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: 8px;
    z-index: 1;
}

.about02 .about02Sack .about02Loca .about02List .about02Text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #EB5D3A 1%, #E57F12 119%);
    left: 0;
    bottom: 8px;
    z-index: 2;
    transition: all 0.8s ease;
}

.about02 .about02Sack .about02Loca .about02List:hover .about02Text::before {
    width: 100%;
}

.about02 .about02Sack .about02Loca .about02List .about02Text p {
    font-family: Bebas Neue;
    font-size: 70px;
    font-weight: 500;
    color: #FFFFFF;
    /* background: #FFFFFF; */
    text-align: center;
    margin-right: 10px;
    transition: all 0.5s ease;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}

/* .about02 .about02Sack .about02Loca .about02List:hover .about02Text p { */
/* background: linear-gradient(70deg, #E57F12 30%, #E57F12 30%, #EB5D3A 67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
/* color: #EB5D3A; */
/* } */

.about02 .about02Sack .about02Loca .about02List .about02Text span {
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

/* .about02 .about02Sack .about02Loca .about02List:hover .about02Text span {
    color: #EB5D3A;
} */

.about02 .about02Sack .about02Loca .about02List .about02Content p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.about03 .about03Loca {
    margin: auto;
    padding-top: 90px;
    padding-bottom: 30px;
}

.about03 .about03Loca .about03SmallTitle {
    padding-bottom: 10px;
}

.about03 .about03Loca .about03SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
    text-align: center;
}

.about03 .about03Loca .about03Title {
    padding-bottom: 92px;
}

.about03 .about03Loca .about03Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.about03 .about03Loca .about03Img {
    display: flex;
    justify-content: center;
}

.about03 .about03Loca .about03Img img {
    max-width: 100%;
}

.about04 {
    background: url(../images/about04bg.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

.about04 .about04Sack {
    margin: auto;
    padding-top: 130px;
    padding-bottom: 186px;
}

.about04 .about04Sack .about04SmallTitle {
    padding-bottom: 2px;
}

.about04 .about04Sack .about04SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
    text-align: center;
}

.about04 .about04Sack .about04Title {
    padding-bottom: 30px;
}

.about04 .about04Sack .about04Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.about04 .about04Sack .about04Text {
    margin: auto;
    padding-bottom: 42px;
}

.about04 .about04Sack .about04Text p {
    font-size: 14px;
    line-height: 25px;
    color: #4C4C4C;
    text-align: center;
}

.about04 .about04Sack .about04Ul {
    margin-right: calc(-.5* 1rem);
    margin-left: calc(-.5* 1rem);
}

.about04 .about04Sack .about04Ul .about04List {
    padding-right: calc(1rem* .5);
    padding-left: calc(1rem* .5);
    margin-bottom: 10px;
}

.about04 .about04Sack .about04Ul .about04List .about04Img {
    overflow: hidden;
    border-radius: 10px;
    background: #FFFFFF;
    transition: all 0.5s ease;
}

.about04 .about04Sack .about04Ul .about04List .about04Img:hover {
    box-shadow: 0px 0px 10px 0px rgba(107, 107, 107, 0.3);
}

.about04 .about04Sack .about04Ul .about04List .about04Img img {
    width: 100%;
    transition: all 0.8s ease;
}

.about04 .about04Sack .about04Ul .about04List .about04Img:hover img {
    transform: scale(1.1);
}

.about05 {
    background: url(../images/about05bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.about05 .about05Sack {
    margin: auto;
    padding-top: 112px;
    padding-bottom: 110px;
}

.about05 .about05Sack .about05Loca .about05Lf {
    padding-right: calc(10rem* .5);
    margin-top: 70px;
}

.about05 .about05Sack .about05Loca .about05Lf .lfSmallTitle {
    padding-bottom: 8px;
}

.about05 .about05Sack .about05Loca .about05Lf .lfSmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #FFFFFF;
}

.about05 .about05Sack .about05Loca .about05Lf .lfTitle {
    padding-bottom: 75px;
}

.about05 .about05Sack .about05Loca .about05Lf .lfTitle h2 {
    font-size: 45px;
    font-weight: 500;
    color: #FFFFFF;
}

.about05 .about05Sack .about05Loca .about05Lf .lfText {
    padding-bottom: 22px;
}

.about05 .about05Sack .about05Loca .about05Lf .lfText p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.about05 .about05Sack .about05Loca .about05Lf .lfPhone p {
    font-size: 14px;
    color: #FFFFFF;
}

.about05 .about05Sack .about05Loca .about05Lf .lfPhone>p {
    display: flex;
    align-items: baseline;
    position: relative;
}

.about05 .about05Sack .about05Loca .about05Lf .lfPhone>p i {
    color: #EB5D3A;
    font-size: 26px;
    margin-right: 10px;
}

.about05 .about05Sack .about05Loca .about05Lf .lfPhone>p i::before {
    background: #FFFFFF;
    border-radius: 50%;
}

.about05 .about05Sack .about05Loca .about05Lf .lfPhone>p a {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    background: linear-gradient(to right, #EB5D3A, #EB5D3A) no-repeat right 80%;
    background-size: 0px 1px;
    transition: background-size 0.8s;
    padding-bottom: 10px;
}

.about05 .about05Sack .about05Loca .about05Lf .lfPhone>p a:hover {
    background-position: left 80%;
    background-size: 100% 1px;
}

.about05 .about05Sack .about05Loca .about05Rg .rgBg {
    background: #FFFFFF;
    padding: 74px 70px 64px;
}

.about05 .about05Sack .about05Loca .about05Rg .rgBg .rgTitle {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.about05 .about05Sack .about05Loca .about05Rg .rgBg .rgTitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ACA9A9;
}

.about05 .about05Sack .about05Loca .about05Rg .rgBg .rgTitle h2 {
    font-size: 18px;
    font-weight: 500;
    color: #11318F;
}

.about05 .about05Sack .about05Loca .about05Rg .rgBg #myform {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

@media (max-width: 1536px) {
    .about01 .about01Sack .about01Loca .about01Lf {
        padding-right: calc(4rem* .5);
        padding-top: 0;
    }

    .about01 .about01Sack .about01Loca .about01Lf .about01Title {
        padding-bottom: 34px;
    }

    .about01 .about01Sack .about01Loca .about01Lf .about01Text {
        padding-bottom: 40px;
    }
}

@media (max-width: 1200px) {

    /* .about01 .about01Sack .about01Loca .about01Rg {
        display: none;
    } */
    .about01 .about01Sack .about01Loca .about01Lf {
        padding-right: calc(var(--bs-gutter-x)* .5);
        margin-bottom: 20px;
    }

    .about01 .about01Sack .about01Loca .about01Rg {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .about01 .about01Sack .about01Loca .about01Rg .about01Img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about02 .about02Sack .about02Loca .about02List .about02Ico {
        margin-bottom: 0;
    }

    .about02 .about02Sack .about02Loca .about02List .about02Ico img {
        max-width: 28%;
    }

    .about02 .about02Sack .about02Loca .about02List .about02Text p {
        font-size: 46px;
    }

    .about05 .about05Sack .about05Loca .about05Lf {
        margin-top: 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
    }

    .about05 .about05Sack .about05Loca .about05Lf .lfSmallTitle {
        padding-bottom: 0px;
    }

    .about05 .about05Sack .about05Loca .about05Lf .lfTitle {
        padding-bottom: 40px;
    }

    .about05 .about05Sack .about05Loca .about05Lf .lfPhone {
        display: none;
    }

    .about05 .about05Sack .about05Loca .about05Rg .rgBg {
        padding: 34px 32px 38px;
    }
}

@media (max-width: 1080px) {
    .about01 .about01Sack .about01Loca .about01Lf .about01SmallTitle h2 {
        font-size: 18px;
    }

    .about01 .about01Sack .about01Loca .about01Lf .about01Title h2 {
        font-size: 36px;
    }

    .about03 .about03Loca .about03SmallTitle {
        padding-bottom: 0px;
    }

    .about03 .about03Loca .about03SmallTitle h2 {
        font-size: 18px;
    }

    .about03 .about03Loca .about03Title {
        padding-bottom: 50px;
    }

    .about03 .about03Loca .about03Title h2 {
        font-size: 36px;
    }

    .about04 .about04Sack .about04SmallTitle h2 {
        font-size: 18px;
    }

    .about04 .about04Sack .about04Title h2 {
        font-size: 36px;
    }

    .about05 .about05Sack .about05Loca .about05Lf .lfSmallTitle h2 {
        font-size: 18px;
    }

    .about05 .about05Sack .about05Loca .about05Lf .lfTitle h2 {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .about02 .about02Sack .about02Loca .about02List {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .about01 .about01Sack {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about01 .about01Sack .about01Loca .about01Lf {
        margin-bottom: 12px;
    }

    .about01 .about01Sack .about01Loca .about01Lf .about01Title {
        padding-bottom: 10px;
    }

    .about01 .about01Sack .about01Loca .about01Lf .about01Title h2 {
        font-size: 24px;
    }

    .about01 .about01Sack .about01Loca .about01Lf .about01Text {
        padding-bottom: 30px;
    }

    .about01 .about01Sack .about01Loca .about01Lf .about01Text p {
        font-size: 16px;
        line-height: 24px;
    }

    .about02 .about02Sack {
        padding-top: 40px;
        padding-bottom: 26px;
    }

    .about02 .about02Sack .about02Loca .about02List {
        padding-right: calc(2rem* .5);
        padding-left: calc(2rem* .5);
    }

    .about02 .about02Sack .about02Loca .about02List .about02Ico img {
        max-width: 30%;
    }

    .about02 .about02Sack .about02Loca .about02List .about02Text::after {
        bottom: 0px;
    }

    .about02 .about02Sack .about02Loca .about02List .about02Text::before {
        bottom: 0px;
    }

    .about02 .about02Sack .about02Loca .about02List .about02Text p {
        font-size: 24px;
        margin-right: 6px;
    }

    .about02 .about02Sack .about02Loca .about02List .about02Text span {
        font-size: 16px;
    }

    .about03 .about03Loca {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .about03 .about03Loca .about03Title {
        padding-bottom: 28px;
    }

    .about03 .about03Loca .about03Title h2 {
        font-size: 24px;
    }

    .about04 .about04Sack {
        padding-top: 50px;
        padding-bottom: 38px;
    }

    .about04 .about04Sack .about04Title {
        padding-bottom: 22px;
    }

    .about04 .about04Sack .about04Title h2 {
        font-size: 24px;
    }

    .about04 .about04Sack .about04Text {
        padding-bottom: 28px;
    }

    .about04 .about04Sack .about04Text p {
        line-height: 22px;
    }

    .about04 .about04Sack .about04Ul .about04List {
        padding-right: calc(0.5rem* .5);
        padding-left: calc(0.5rem* .5);
    }

    .about05 {
        background: url(../images/about05bg2.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: local;
    }

    .about05 .about05Sack {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .about05 .about05Sack .about05Loca .about05Lf .lfTitle {
        padding-bottom: 18px;
    }

    .about05 .about05Sack .about05Loca .about05Lf .lfTitle h2 {
        font-size: 24px;
    }

    .about05 .about05Sack .about05Loca .about05Rg .rgBg {
        padding: 18px 10px 20px;
    }
}

/* 菜品展示 */
.dish .dishSack {
    margin: auto;
    padding-top: 88px;
    padding-bottom: 96px;
}

.dish .dishSack .dishUl .dishList {
    margin-bottom: 70px;
}

.dish .dishSack .dishUl .dishList a {
    display: block;
    border-left: 1px solid #D8D8D8;
    padding: 0 50px 48px 44px;
}

.dish .dishSack .dishUl .dishList a .dishSmiallTitle {
    padding-bottom: 30px;
}

.dish .dishSack .dishUl .dishList a .dishSmiallTitle h2 {
    font-size: 14px;
    color: #EB5D3A;
}

.dish .dishSack .dishUl .dishList a .dishTitle {
    padding-bottom: 36px;
}

.dish .dishSack .dishUl .dishList a .dishTitle h2 {
    font-size: 24px;
    color: #3D3D3D;
    transition: all 0.5s ease;
}

.dishen .dishSack .dishUl .dishList a .dishTitle h2 {
    font-size: 20px;
}

.dish .dishSack .dishUl .dishList a:hover .dishTitle h2 {
    color: #EB5D3A;
}

.dish .dishSack .dishUl .dishList a .dishImgName {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.dish .dishSack .dishUl .dishList a .dishImgName .dishImg img {
    width: 100%;
    transition: all 0.9s ease;
}

.dish .dishSack .dishUl .dishList a:hover .dishImgName .dishImg img {
    transform: scale(1.1);
}

.dish .dishSack .dishUl .dishList a .dishImgName .dishName {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004a;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.dish .dishSack .dishUl .dishList a:hover .dishImgName .dishName {
    opacity: 1;
}

.dish .dishSack .dishUl .dishList a .dishImgName .dishName p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    transform: scale(1.3);
    transition: all 0.5s ease;
}

.dish .dishSack .dishUl .dishList a:hover .dishImgName .dishName p {
    transform: scale(1);
}

.dish .dishSack .dishUl .dishList a .dishImgName .dishName p i {
    background: #11318F;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
}

.dishDetail {
    padding-top: 72px;
    margin: auto;
}

.dishDetail .dishDetailLf {
    background: url(../images/dishdetaillf.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    padding-top: 190px;
    padding-bottom: 190px;
}

.dishDetail .dishDetailLf .detailImg {
    overflow: hidden;
    border-radius: 15px;
    margin: auto;
}

.dishDetail .dishDetailLf .detailImg img {
    width: 100%;
    transition: all 0.8s ease;
}

.dishDetail .dishDetailLf .detailImg:hover img {
    transform: scale(1.1);
}

.dishDetail .dishDetailRg {
    padding: 0;
}

.dishDetail .dishDetailRg .detailReturnLoca {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

.dishDetail .dishDetailRg .detailReturn {
    display: inline-block;
}

.dishDetail .dishDetailRg .detailReturn a p {
    font-size: 16px;
    color: #11318F;
    color: #FFFFFF;
    border-radius: 20px;
    background: #11318F;
    padding: 6px 14px;
}

.dishDetail .dishDetailRg .detailReturn a p i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(0px);
    transition: all 0.8s ease;
}

.dishDetail .dishDetailRg .detailReturn a:hover p i {
    transform: translateX(-6px);
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailTitle {
    position: relative;
    padding-bottom: 86px;
    margin-bottom: 22px;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailTitle::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #CBCBCB;
    left: 0;
    bottom: 0;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailTitle h2 {
    font-size: 32px;
    color: #333333;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #CBCBCB;
    left: 0;
    bottom: 0;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideTitle {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideTitle .sideTitleImg {
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideTitle .sideTitleImg::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/yu.png) no-repeat center;
    top: 0;
    left: -120%;
    transition: all 0.5s ease;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide.on .sideTitle .sideTitleImg::after {
    background: url(../images/guo.png);
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide:hover .sideTitle .sideTitleImg::after {
    left: 0%;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideTitle .sideTitleImg img {
    max-width: 100%;
    transition: all 0.5s ease;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide:hover .sideTitle .sideTitleImg img {
    transform: translateX(120%);
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideTitle .sideTitleText h2 {
    font-size: 24px;
    color: #333333;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideText p {
    font-size: 14px;
    color: #333333;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .video {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin-top: 32px;
    transition: all 0.5s ease;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .video:hover {
    color: #11318F;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .video img {
    transition: all 1s ease;
}

.dishDetail .dishDetailRg .dishDetailRgLoca .video:hover img {
    transform: rotate(360deg);
}

.dishDetail .dishDetailRg .dishDetailRgLoca {
    padding-left: calc(16rem* .5);
    padding-top: 100px;
}

@media (max-width: 1536px) {
    .dish .dishSack .dishUl .dishList a {
        padding: 0 16px 38px 38px;
    }

    .dish .dishSack .dishUl .dishList a .dishSmiallTitle {
        padding-bottom: 14px;
    }

    .dishDetail .dishDetailLf {
        padding-top: 148px;
        padding-bottom: 148px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca {
        padding-top: 54px;
        padding-left: calc(8rem* .5);
        padding-bottom: 54px;
    }

    .dishDetail .dishDetailRg .detailReturnLoca {
        margin-bottom: 16px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .detailTitle {
        padding-bottom: 40px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .video {
        margin-top: 24px;
    }
}

@media (max-width: 1200px) {
    .dishDetail {
        padding-top: 46px;
    }

    .dishDetail .dishDetailLf {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca {
        margin: auto;
        padding-left: calc(0rem* .5);
    }
}

@media (max-width: 499px) {
    .dish .dishSack {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .dish .dishSack .dishUl .dishList {
        margin-bottom: 40px;
    }

    .dish .dishSack .dishUl .dishList a {
        padding: 0 0px 0px 0px;
        border: none;
    }

    .dish .dishSack .dishUl .dishList a .dishSmiallTitle {
        padding-bottom: 8px;
    }

    .dishDetail .dishDetailLf {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca {
        padding-top: 30px;
    }

    .dishDetail .dishDetailRg .detailReturnLoca {
        margin-bottom: 10px;
    }

    .dishDetail .dishDetailRg .detailReturn a p {
        font-size: 14px;
        padding: 4px 14px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .detailTitle {
        padding-bottom: 16px;
        margin-bottom: 14px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .detailTitle h2 {
        font-size: 24px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .detailSide {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideTitle {
        margin-bottom: 12px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .detailSide .sideTitle .sideTitleText h2 {
        font-size: 18px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .video {
        font-size: 14px;
        margin-top: 12px;
    }

    .dishDetail .dishDetailRg .dishDetailRgLoca .video img {
        max-width: 36%;
    }
}


/* 安全生产 */
.safety01 .safety01Sack {
    margin: auto;
    padding-top: 110px;
    padding-bottom: 90px;
}

.safety01 .safety01Sack .safety01Title {
    padding-bottom: 18px;
}

.safety01 .safety01Sack .safety01Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.safety01 .safety01Sack .safety01SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

#safety01Swiper {
    overflow: hidden;
    padding-top: 108px;
}

#safety01Swiper>.swiper-wrapper {
    padding-bottom: 42px;
}

#safety01Swiper>.swiper-wrapper .swiper-slide {
    transition: all 0.5s ease;
}

#safety01Swiper>.swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translateY(-44px);
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack {
    position: relative;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack .safety01SwImg {
    padding-bottom: 14px;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack .safety01SwImg .safety01ImgBox {
    overflow: hidden;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack .safety01SwImg img {
    width: 100%;
    transition: all 0.8s ease;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack:hover .safety01SwImg img {
    transform: scale(1.1);
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack .safety01SwNum {
    position: absolute;
    top: 0;
    left: 0;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack .safety01SwNum p {
    font-size: 70px;
    font-weight: bold;
    color: #E57F12;
    -webkit-text-stroke: 1px #FFFFFF;
    transform: translateY(-56%);
    transition: all 0.8s ease;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack:hover .safety01SwNum p {
    transform: translateY(0%);
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwText {
    position: relative;
    padding-left: 18px;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwText::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 23px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #EB5D3A;
}

#safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwText p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#safety01Swiper>.safety01But {
    position: relative;
    display: flex;
    justify-content: center;
}

#safety01Swiper>.safety01But .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: auto;
    height: auto;
    margin-right: 10px;
    padding: 10px 17px;
    border-radius: 0;
    background: url(../images/zuobg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0;
}

#safety01Swiper>.safety01But .swiper-button-prev::after {
    font-family: 'iconfont' !important;
    content: "\e625";
    font-weight: normal;
    font-size: 16px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    transform: translateX(-6px);
    border-radius: 50%;
    transition: all 0.5s ease;
    padding: 4px;
    background: #eb5d3a00;
}

#safety01Swiper>.safety01But .swiper-button-prev:hover:after {
    background: #EB5D3A;
}

#safety01Swiper>.safety01But .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding: 10px 17px;
    border-radius: 0;
    background: url(../images/youbg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0;
}

#safety01Swiper>.safety01But .swiper-button-next::after {
    font-family: 'iconfont' !important;
    content: "\e624";
    font-weight: normal;
    font-size: 16px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    transform: translateX(6px);
    border-radius: 50%;
    transition: all 0.5s ease;
    padding: 4px;
    background: #eb5d3a00;
}

#safety01Swiper>.safety01But .swiper-button-next:hover:after {
    background: #EB5D3A;
}

.safety02 {
    background: url(../images/safety02bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
    background-attachment: fixed;
}

.safety02 .safety02Sack {
    margin: auto;
    padding-top: 120px;
}

.safety02 .safety02Sack .safety02Top {
    display: flex;
    /* align-items: flex-end; */
    margin-bottom: 80px;
}

.safety02 .safety02Sack .safety02Top .safety02Lf {
    margin-right: 124px;
}

.safety02 .safety02Sack .safety02Top .safety02Lf .safety02Title {
    padding-bottom: 20px;
}

.safety02 .safety02Sack .safety02Top .safety02Lf .safety02Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #FFFFFF;
}

.safety02 .safety02Sack .safety02Top .safety02Lf .safety02SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #FFFFFF;
}

.safety02 .safety02Sack .safety02Top .safety02Rg {
    position: relative;
    flex: 1;
    /* top: -8px; */
}

.safety02 .safety02Sack .safety02Top .safety02Rg .safety02Text p {
    font-size: 14px;
    color: #FFFFFF;
}

.safety02 .safety02Sack .safety02TextImg {
    padding-bottom: 80px;
}

.safety02 .safety02Sack .safety02TextImg img {
    max-width: 100%;
}

.safety02 .safety02Sack .safety02TextImg .safety02TextImg1 {
    display: block;
}

.safety02 .safety02Sack .safety02TextImg .safety02TextImg2 {
    display: none;
}

.safety02Swiper {
    background: url(../images/safety02lu.png) no-repeat;
    background-size: 100%, cover;
    background-position: center;
    position: relative;
    /* background: none; */
    /* padding-bottom: 120px; */
}

#safety02Swiper {
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 46px 0;
}

#safety02Swiper>.swiper-wrapper .swiper-slide1 {
    top: -2px;
}

#safety02Swiper>.swiper-wrapper .swiper-slide2 {
    top: 4px;
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi {
    display: flex;
    justify-content: center;
    position: relative;
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiBall img {
    max-width: 100%;
    animation: animtran 18s linear infinite;
}

@keyframes animtran {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiTextSack {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    /* padding: 10px 26px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
}

.safety02Swiperen #safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiTextSack {
    width: 140px;
    height: 140px;
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiTextSack .safety02SwiText h2 {
    font-size: 30px;
    font-weight: bold;
    color: #11318F;
    text-align: center;
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiTextSack .safety02SwiZtext p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #11318F;
    text-align: center;
}

.safety02Swiperen #safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiTextSack .safety02SwiZtext p {
    line-height: 24px;
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiImg {
    position: absolute;
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiImg img {
    max-width: 100%;
    transition: all 0.8s ease;
    transform: scale(0);
    opacity: 0;
}

#safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiImg:hover img {
    transform: scale(1);
    opacity: 1;
}

.safety02Swiper .safety02SwiperBtn {
    right: 4%;
}

.safety02Swiper .safety02SwiperBtn::after {
    font-family: 'iconfont' !important;
    content: "\e624";
    font-weight: normal;
    font-size: 30px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    border-radius: 50%;
    transition: all 0.5s ease;
    padding: 4px;
    background: #11318F;
}

.safety03 .safety03Sack {
    margin: auto;
    padding-top: 118px;
    padding-bottom: 126px;
}

.safety03 .safety03Sack .safety03Top {
    display: flex;
    margin-bottom: 86px;
    align-items: flex-end;
}

.safety03 .safety03Sack .safety03Top .safety03Lf {
    margin-right: 124px;
    z-index: 9;
}

.safety03 .safety03Sack .safety03Top .safety03Lf .safety03Title {
    padding-bottom: 20px;
}

.safety03 .safety03Sack .safety03Top .safety03Lf .safety03Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.safety03 .safety03Sack .safety03Top .safety03Lf .safety03SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

.safety03 .safety03Sack .safety03Top .safety03Rg {
    position: relative;
    flex: 1;
    top: -8px;
}

.safety03 .safety03Sack .safety03Top .safety03Rg .safety03Text {
    position: relative;
    z-index: 9;
}

.safety03 .safety03Sack .safety03Top .safety03Rg .safety03Text p {
    font-size: 14px;
    color: #3D3D3D;
}

.safety03 .safety03Sack .safety03Top .safety03Rg .safety03EngBg {
    position: absolute;
    top: -160%;
    left: 0;
}

.safety03 .safety03Sack .safety03Top .safety03Rg .safety03EngBg img {
    max-width: 100%;
    transform: translateY(-18px);
}

#safety03Swiper {
    position: relative;
    overflow: hidden;
}

#safety03Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    margin-bottom: 30px;
    overflow: hidden;
}

#safety03Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
    transition: all 0.8s ease;
}

#safety03Swiper>.swiper-wrapper .swiper-slide .safety03Img:hover img {
    transform: scale(1.1);
}

#safety03Swiper>.swiper-wrapper .swiper-slide .safety03ImgName h2 {
    font-size: 24px;
    color: #333333;
}

#safety03Swiper>.swiper-pagination {
    bottom: 0;
    display: none;
}

.safety04 {
    background: url(../images/safety04bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.safety04 .safety04Sack {
    margin: auto;
    padding-top: 100px;
    padding-bottom: 224px;
}

.safety04 .safety04Sack .safety04Title {
    padding-bottom: 20px;
}

.safety04 .safety04Sack .safety04Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.safety04 .safety04Sack .safety04SmallTitle {
    padding-bottom: 50px;
}

.safety04 .safety04Sack .safety04SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
    text-align: center;
}

.safety04 .safety04Sack .safety04Text {
    margin: auto;
    padding-bottom: 80px;
}

.safety04 .safety04Sack .safety04Text p {
    font-size: 14px;
    text-align: center;
}

#safety04Swiper {
    position: relative;
    overflow: hidden;
    padding: 0 64px;
}

#safety04Swiper>.swiper-wrapper .swiper-slide .safety04Img img {
    width: 100%;
}

#safety04Swiper>.swiper-button-prev::after {
    font-family: 'iconfont' !important;
    content: "\e625";
    font-weight: normal;
    font-size: 30px;
    width: auto;
    height: auto;
    color: #11318f;
    border-radius: 50%;
    transition: all 0.5s ease;
    padding: 4px;
    background: #11318f00;
    border: 1px solid #11318F;
}

#safety04Swiper>.swiper-button-prev:hover::after {
    background: #11318f;
    color: #FFFFFF;
}

#safety04Swiper>.swiper-button-next::after {
    font-family: 'iconfont' !important;
    content: "\e624";
    font-weight: normal;
    font-size: 30px;
    width: auto;
    height: auto;
    color: #11318F;
    border-radius: 50%;
    transition: all 0.5s ease;
    padding: 4px;
    background: #11318f00;
    border: 1px solid #11318F;
}

#safety04Swiper>.swiper-button-next:hover:after {
    background: #11318f;
    color: #FFFFFF;
}

@media (max-width: 1790px) {
    .safety03 .safety03Sack .safety03Top .safety03Rg .safety03EngBg {
        top: -74%;
    }
}

@media (max-width: 1200px) {
    .safety02 .safety02Sack .safety02Top {
        align-items: flex-start;
        flex-direction: column;
    }

    .safety02 .safety02Sack .safety02Top .safety02Lf {
        margin-right: 0;
    }

    .safety02 .safety02Sack .safety02Top .safety02Lf .safety02SmallTitle {
        padding-bottom: 16px;
    }

    .safety03 .safety03Sack .safety03Top {
        align-items: flex-start;
        flex-direction: column;
    }

    .safety03 .safety03Sack .safety03Top .safety03Lf {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 1080px) {
    .safety01 .safety01Sack .safety01Title {
        padding-bottom: 6px;
    }

    .safety01 .safety01Sack .safety01Title h2 {
        font-size: 36px;
    }

    .safety01 .safety01Sack .safety01SmallTitle h2 {
        font-size: 18px;
    }

    #safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwSack .safety01SwNum p {
        font-size: 46px;
    }

    .safety02 .safety02Sack .safety02Top .safety02Lf .safety02Title {
        padding-bottom: 6px;
    }

    .safety02 .safety02Sack .safety02Top .safety02Lf .safety02Title h2 {
        font-size: 36px;
    }

    .safety02 .safety02Sack .safety02Top .safety02Lf .safety02SmallTitle h2 {
        font-size: 18px;
    }

    .safety03 .safety03Sack .safety03Top .safety03Lf .safety03Title {
        padding-bottom: 6px;
    }

    .safety03 .safety03Sack .safety03Top .safety03Lf .safety03Title h2 {
        font-size: 36px;
    }

    .safety03 .safety03Sack .safety03Top .safety03Lf .safety03SmallTitle h2 {
        font-size: 18px;
    }

    .safety04 .safety04Sack .safety04Title {
        padding-bottom: 6px;
    }

    .safety04 .safety04Sack .safety04Title h2 {
        font-size: 36px;
    }

    .safety04 .safety04Sack .safety04SmallTitle h2 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .safety02 .safety02Sack .safety02TextImg .safety02TextImg1 {
        display: none;
    }

    .safety02 .safety02Sack .safety02TextImg .safety02TextImg2 {
        display: block;
    }
}

@media (max-width: 499px) {
    .safety01 .safety01Sack {
        padding-top: 30px;
        padding-bottom: 24px;
    }

    .safety01 .safety01Sack .safety01Title h2 {
        font-size: 24px;
    }

    #safety01Swiper {
        padding-top: 38px;
    }

    #safety01Swiper>.swiper-wrapper {
        padding-bottom: 26px;
    }

    #safety01Swiper>.swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: translateY(0);
    }

    #safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwText {
        padding-left: 12px;
    }

    #safety01Swiper>.swiper-wrapper .swiper-slide .safety01SwText p {
        font-size: 13px;
    }

    #safety01Swiper>.safety01But {
        transform: scale(0.8);
    }

    .safety02 {
        padding-bottom: 0;
    }

    .safety02 .safety02Sack {
        padding-top: 36px;
    }

    .safety02 .safety02Sack .safety02TextImg {
        /* display: none; */
        padding-bottom: 0;
        padding-top: 30px;
    }

    .safety02 .safety02Sack .safety02Top {
        margin-bottom: 0;
    }

    .safety02 .safety02Sack .safety02Top .safety02Lf .safety02Title h2 {
        font-size: 24px;
    }

    .safety02 .safety02Sack .safety02Top .safety02Lf .safety02SmallTitle {
        padding-bottom: 30px;
    }

    #safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiTextSack .safety02SwiText h2 {
        font-size: 26px;
    }

    #safety02Swiper>.swiper-wrapper .swiper-slide .safety02Swi .safety02SwiTextSack .safety02SwiZtext p {
        font-size: 14px;
    }

    .safety03 .safety03Sack {
        padding-top: 34px;
        padding-bottom: 50px;
    }

    .safety03 .safety03Sack .safety03Top {
        margin-bottom: 20px;
    }

    .safety03 .safety03Sack .safety03Top .safety03Lf .safety03Title h2 {
        font-size: 24px;
    }

    .safety03 .safety03Sack .safety03Top .safety03Rg .safety03EngBg {
        top: 60px;
    }

    #safety03Swiper {
        padding-bottom: 30px;
    }

    #safety03Swiper>.swiper-pagination {
        display: block;
    }

    #safety03Swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #EB5D3A;
    }

    #safety03Swiper>.swiper-wrapper .swiper-slide .safety03ImgName h2 {
        font-size: 18px;
    }

    #safety03Swiper>.swiper-wrapper .swiper-slide .safety03Img {
        margin-bottom: 12px;
    }

    .safety04 {
        background: rgba(241, 241, 241);
    }

    .safety04 .safety04Sack {
        padding-top: 38px;
        padding-bottom: 40px;
    }

    .safety04 .safety04Sack .safety04Title h2 {
        font-size: 24px;
    }

    .safety04 .safety04Sack .safety04SmallTitle {
        padding-bottom: 12px;
    }

    .safety04 .safety04Sack .safety04Text {
        padding-bottom: 36px;
    }

    #safety04Swiper>.swiper-button-prev::after {
        font-size: 20px;
    }

    #safety04Swiper>.swiper-button-next::after {
        font-size: 20px;
    }

    .safety02Swiper .safety02SwiperBtn::after {
        font-size: 26px;
    }
}

/* 产品 */
.prosub {
    padding-top: 160px;
    padding-bottom: 80px;
}

.pro01 {
    position: relative;
    /* padding-top: 160px; */
    padding-bottom: 72px;
}

.pro01 .pro01Sack {
    margin: auto;
    position: relative;
    padding-top: 76px;
    padding-bottom: 120px;
}

.pro01 .pro01Sack .pro01Flex {
    display: flex;
    justify-content: space-between;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf {
    padding-top: 44px;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack {
    display: flex;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Ico {
    margin-right: 16px;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Ico img {
    max-width: 100%;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content {
    flex: 1;
    padding-right: 140px;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Title {
    padding-bottom: 22px;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Text p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #666666;
}

.pro01en .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Text p {
    text-align: start;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01SmallTitle {
    padding-bottom: 68px;
}

.pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

.pro01 .pro01Sack .pro01bg {
    height: 100%;
    max-width: 200%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: skews 5s linear infinite alternate;
    -moz-animation: skews 5s linear infinite alternate;
    animation: skews 5s linear infinite alternate;
}


.pro01 .pro01Sack .pro01Flex .pro01Rg {
    width: 54%;
}

#por01Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#por01Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#por01Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#por01Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#por01Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#por01Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

.pro02 {
    position: relative;
    padding-bottom: 72px;
}

.pro02 .pro02Sack {
    margin: auto;
    position: relative;
    padding-top: 76px;
    padding-bottom: 120px;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf {
    padding-top: 44px;
    padding-left: 140px;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack {
    display: flex;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Ico {
    margin-right: 16px;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Ico img {
    max-width: 100%;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content {
    flex: 1;
    /* padding-right: 140px; */
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Title {
    padding-bottom: 22px;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Text p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #666666;
}

.pro02en .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Text p {
    text-align: start;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02SmallTitle {
    padding-bottom: 68px;
}

.pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02SmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 28px;
    color: #11318F;
}

.pro02 .pro02Sack .pro02bg {
    height: 100%;
    max-width: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: skews 5s linear infinite alternate;
    -moz-animation: skews 5s linear infinite alternate;
    animation: skews 5s linear infinite alternate;
}

.pro02 .pro02Sack .pro02Flex {
    display: flex;
    justify-content: space-between;
}

.pro02 .pro02Sack .pro02Flex .pro02Rg {
    width: 54%;
}

#pro02Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro02Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro02Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro02Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro02Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro02Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

#pro03Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro03Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro03Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro03Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro03Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro03Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

#pro04Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro04Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro04Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro04Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro04Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro04Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}


#pro05Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro05Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro05Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro05Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro05Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro05Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

#pro06Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro06Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro06Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro06Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro06Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro06Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

#pro07Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro07Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro07Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro07Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro07Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro07Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

#pro08Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro08Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro08Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro08Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro08Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro08Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

#pro09Swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#pro09Swiper>.swiper-wrapper .swiper-slide .safety03Img {
    overflow: hidden;
    border-radius: 15px;
}

#pro09Swiper>.swiper-wrapper .swiper-slide .safety03Img img {
    width: 100%;
}

#pro09Swiper>.swiper-pagination {
    position: relative;
    bottom: -20px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

#pro09Swiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#pro09Swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: #EB5D3A;
}

#proSecond {
    max-width: 100%;
    position: absolute;
}

.pro01 .proSecond1 {
    bottom: 0;
    left: 0;
}

.pro02 .proSecond2 {
    bottom: 0;
    right: 0;
}

.pro01 .proSecond3 {
    bottom: 0;
    left: 0;
}

.pro02 .proSecond4 {
    top: 0;
    right: 0;
}

.pro01 .proSecond5 {
    bottom: 0;
    left: 0;
}

.pro02 .proSecond6 {
    bottom: 0;
    right: 0;
}

.pro01 .proSecond7 {
    bottom: 0;
    left: 0;
}

.pro02 .proSecond8 {
    bottom: 0;
    right: 0;
}

.pro01 .proSecond9 {
    bottom: 0;
    left: 0;
}

@media (max-width: 1536px) {
    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Ico {
        margin-right: 0px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Ico img {
        max-width: 70%;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content {
        padding-right: 78px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Title {
        padding-bottom: 10px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Title h2 {
        font-size: 36px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01SmallTitle {
        padding-bottom: 38px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01SmallTitle h2 {
        font-size: 24px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf {
        padding-left: 78px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Ico {
        margin-right: 0;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Ico img {
        max-width: 70%;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Title {
        padding-bottom: 10px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Title h2 {
        font-size: 36px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02SmallTitle {
        padding-bottom: 38px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02SmallTitle h2 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .pro01 .pro01Sack .pro01Flex {
        flex-direction: column;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf {
        padding-top: 0;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack {
        margin-bottom: 20px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01SmallTitle {
        padding-bottom: 28px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Rg {
        width: 100%;
    }

    .pro02 .pro02Sack .pro02Flex {
        flex-direction: column-reverse;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack {
        margin-bottom: 20px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Rg {
        width: 100%;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf {
        padding-top: 0;
        padding-left: 0;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02SmallTitle {
        padding-bottom: 28px;
    }
}

@media (max-width: 1080px) {
    .pro01 .proSecond1 {
        display: none;
    }

    .pro02 .proSecond2 {
        display: none;
    }

    .pro01 .proSecond3 {
        display: none;
    }

    .pro02 .proSecond4 {
        display: none;
    }

    .pro01 .proSecond5 {
        display: none;
    }

    .pro02 .proSecond6 {
        display: none;
    }

    .pro01 .proSecond7 {
        display: none;
    }

    .pro02 .proSecond8 {
        display: none;
    }

    .pro01 .proSecond9 {
        display: none;
    }

    .prosub {
        padding-top: 94px;
        padding-bottom: 50px;
    }
}

@media (max-width: 499px) {
    .prosub {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .pro01 {
        padding-bottom: 0px;
    }

    .pro01 .pro01Sack {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Ico {
        display: none;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content {
        padding-right: 0;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Title {
        padding-bottom: 6px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01Title h2 {
        font-size: 24px;
    }

    .pro02 {
        padding-bottom: 0;
    }

    .pro02 .pro02Sack {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02SmallTitle {
        padding-bottom: 10px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01SmallTitle h2 {
        font-size: 18px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Ico {
        display: none;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Title {
        padding-bottom: 6px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02Title h2 {
        font-size: 24px;
    }

    .pro01 .pro01Sack .pro01Flex .pro01Lf .pro01LfSack .pro01Content .pro01SmallTitle {
        padding-bottom: 10px;
    }

    .pro02 .pro02Sack .pro02Flex .pro02Lf .pro02LfSack .pro02Content .pro02SmallTitle h2 {
        font-size: 18px;
    }
}




@-webkit-keyframes skews {
    0% {
        -webkit-transform: skew(0deg, 0deg) translate(0, 0);
        transform: skew(0deg, 0deg) translate(0, 0);
    }

    25% {
        -webkit-transform: skew(1deg, 2deg) translate(-10px, 10px);
        transform: skew(1deg, 2deg) translate(-10px, 10px);
    }

    50% {
        -webkit-transform: skew(2deg, 1deg) translate(0px, 5px);
        transform: skew(2deg, 1deg) translate(0px, 5px);
    }

    75% {
        -webkit-transform: skew(1deg, 2deg) translate(10px, 10px);
        transform: skew(1deg, 2deg) translate(10px, 10px);
    }

    100% {
        -webkit-transform: skew(0deg, 0deg) translate(0, 0);
        transform: skew(0deg, 0deg) translate(0, 0);
    }
}

@-moz-keyframes skews {
    0% {
        -moz-transform: skew(0deg, 0deg) translate(0, 0);
        transform: skew(0deg, 0deg) translate(0, 0);
    }

    25% {
        -moz-transform: skew(1deg, 2deg) translate(-10px, 10px);
        transform: skew(1deg, 2deg) translate(-10px, 10px);
    }

    50% {
        -moz-transform: skew(2deg, 1deg) translate(0px, 5px);
        transform: skew(2deg, 1deg) translate(0px, 5px);
    }

    75% {
        -moz-transform: skew(1deg, 2deg) translate(10px, 10px);
        transform: skew(1deg, 2deg) translate(10px, 10px);
    }

    100% {
        -moz-transform: skew(0deg, 0deg) translate(0, 0);
        transform: skew(0deg, 0deg) translate(0, 0);
    }
}

@keyframes skews {
    0% {
        -webkit-transform: skew(0deg, 0deg) translate(0, 0);
        -moz-transform: skew(0deg, 0deg) translate(0, 0);
        transform: skew(0deg, 0deg) translate(0, 0);
    }

    25% {
        -webkit-transform: skew(1deg, 2deg) translate(-10px, 10px);
        -moz-transform: skew(1deg, 2deg) translate(-10px, 10px);
        transform: skew(1deg, 2deg) translate(-10px, 10px);
    }

    50% {
        -webkit-transform: skew(2deg, 1deg) translate(0px, 5px);
        -moz-transform: skew(2deg, 1deg) translate(0px, 5px);
        transform: skew(2deg, 1deg) translate(0px, 5px);
    }

    75% {
        -webkit-transform: skew(1deg, 2deg) translate(10px, 10px);
        -moz-transform: skew(1deg, 2deg) translate(10px, 10px);
        transform: skew(1deg, 2deg) translate(10px, 10px);
    }

    100% {
        -webkit-transform: skew(0deg, 0deg) translate(0, 0);
        -moz-transform: skew(0deg, 0deg) translate(0, 0);
        transform: skew(0deg, 0deg) translate(0, 0);
    }
}

.zjRadio {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: ease .6s;
    visibility: hidden;
    display: none;
}

.zjRadio.on {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.zjRadio .close_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}

.zjRadio .close_btn .iconfont {
    font-size: 18px;
}

#video {
    width: 100%;
    max-height: 100%;
}

.zjRadio .warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

#navation {
    display: flex;
    justify-content: center;
}

#navation .pagination .page-item {
    margin: 0 7px;
}

#navation .pagination .page-item .page-link {
    color: #333333;
    transition: all 0.5s ease;
    border-radius: 50%;
    font-size: 12px;
}

#navation .pagination .page-item .page-link.active {
    color: #FFFFFF;
    background: #11318F;
    box-shadow: none;
}

#navation .pagination .page-item .page-link:hover {
    color: #FFFFFF;
    background: #11318F;
}

#navation .pagination .page-item .page-link:focus {
    color: #FFFFFF;
    background: #11318F;
    box-shadow: none;
}

@media (max-width: 499px) {
    #navation .pagination .page-item {
        margin: 0 4px;
    }
}

/* 2024-3-12 2024-3-19 tel:18720248770 池野. (ꐦ ´͈ ᗨ `͈) 公共 */
.subBg {
    position: relative;
    z-index: 1;
    background: #fff;
}

.subBanner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

.subBanner .subImg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: cubic-bezier(0.215, .61, .355, 1) .45s;
    overflow: hidden;
}

.subBanner .subImg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.subBanner .subContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    position: fixed;
    transition: all 1.2s ease;
}

.subBanner .zzbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 72px;
}

.subBanner.traf .subContent {
    top: 40%;
}

.subBanner .subContent .subTitle {
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.subBanner .subContent .subTitle h2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 90px;
    color: #FFFFFF;
}

.subBanner .subContent .subText {
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
}

.subBanner .subContent .subText p {
    font-family: Bebas Neue;
    font-size: 32px;
    color: #FFFFFF;
}

.subBanner .subContent .subIco {
    position: relative;
    display: inline-block;
}

.subBanner .subContent .subIco .subIcoImg {
    animation: rotation 6s linear infinite;
}

.subBanner .subContent .subIco .subIcoImg img {
    max-width: 100%;
}

.subBanner .subContent .subIco .subIcoI {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.subBanner .subContent .subIco .subIcoI .subIcoDown {
    animation: updown 0.8s alternate infinite;
}


.subBanner .subContent .subIco .subIcoI .subIcoDown i {
    font-size: 16px;
    color: #FFFFFF;
}

@keyframes updown {
    0% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

@keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}

@media (max-width: 1400px) {
    .subBanner .zzbox {
        height: 62px;
    }
}

@media (max-width: 992px) {
    .subBanner {
        height: 60vh;
    }

    .subBanner .subImg img {
        height: 60vh;
    }

    .subBanner .subContent {
        top: 32%;
    }

    .subBanner.traf .subContent {
        top: 26%;
    }

    .subBanner .subContent .subTitle {
        padding-bottom: 0px;
    }

    .subBanner .subContent .subTitle h2 {
        font-size: 60px;
        line-height: normal;
    }

    .subBanner .subContent .subText {
        padding-bottom: 36px;
    }
}

@media (max-width: 499px) {
    .subBanner {
        height: 34vh;
    }

    .subBanner .subImg img {
        height: 34vh;
    }

    .subBanner .subContent {
        top: 18%;
    }

    .subBanner.traf .subContent {
        top: 18%;
    }

    .subBanner .subContent .subTitle h2 {
        font-size: 32px;
    }

    .subBanner .subContent .subText {
        padding-bottom: 0;
    }

    .subBanner .subContent .subText p {
        font-size: 18px;
    }

    .subBanner .subContent .subIco {
        display: none;
    }

    .subBanner .zzbox {
        height: 50px;
    }
}

.subBg .subCategory {
    background: #11318F;
}

.subBg .subCategory .catUl {
    margin: auto;
    height: 120px;
}

.subBg .subCategory .catUl .catList {
    padding: 0;
}

.subBg .subCategory .catUl .catList a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 28px;
}

.subBg .subCategory .catUl .catList a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, #E57F12 0%, #EB5D3A 100%);
    transition: all 0.8s ease;
}

.subBg .subCategory .catUl .catList a:hover:before {
    width: 100%;
}

.subBg .subCategory .catUl .catList.active a::before {
    width: 100%;
}

.subBg .subCategory .catUl .catList .catListBg {
    z-index: 10;
}

.subBg .subCategory .catUl .catList .catListBg .catSmallTitle h2 {
    font-family: Bebas Neue;
    font-size: 16px;
    color: #FFFFFF;
}

.subBg .subCategory .catUl .catList .catListBg .catTitle::after {
    content: "";
    width: 1px;
    height: 0;
    background: #FFFFFF;
    display: block;
    transition: all 0.5s ease;
}

.subBg .subCategory .catUl .catList a:hover .catListBg .catTitle::after {
    margin-top: 5px;
    height: 26px;
}

.subBg .subCategory .catUl .catList.active .catListBg .catTitle::after {
    margin-top: 5px;
    height: 26px;
}

.subBg .subCategory .catUl .catList .catListBg .catTitle h3 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
}

.subBg .subCategory .catUl .catList .catListBg .catTitle h3 s {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.subBg .subCategory .catUl .catList a:hover .catListBg .catTitle h3 s {
    opacity: 0;
}

.subBg .subCategory .catUl .catList.active .catListBg .catTitle h3 s {
    opacity: 0;
}

@media (max-width: 998px) {
    .subBg .subCategory .catUl {
        height: 86px;
    }

    .subBg .subCategory .catUl .catList a {
        padding: 0 8px;
    }

    .subBg .subCategory .catUl .catList .catListBg .catTitle h3 {
        font-size: 18px;
    }

    .subBg .subCategory .catUl .catList .catListBg .catSmallTitle h2 {
        font-size: 14px;
    }

    .subBg .subCategory .catUl .catList.active .catListBg .catTitle::after {
        margin-top: 4px;
        height: 16px;
    }

    .subBg .subCategory .catUl .catList a:hover .catListBg .catTitle::after {
        margin-top: 4px;
        height: 16px;
    }
}

@media (max-width: 499px) {
    .subBg .subCategory .catUl {
        height: 53px;
    }

    .subBg .subCategory .catUl .catList a {
        padding: 0 4px;
    }

    .subBg .subCategory .catUl .catList .catListBg .catTitle::after {
        display: none;
    }

    .subBg .subCategory .catUl .catList .catListBg .catSmallTitle h2 {
        font-size: 11px;
    }

    .subBg .subCategory .catUl .catList .catListBg .catTitle h3 {
        font-size: 14px;
    }

    .subBg .subCategory .catUl .catList .catListBg .catTitle h3 s {
        display: none;
    }
}

/* 特殊！！ */
.ind01 .imgbg {
    width: 100%;
    height: 100%;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ind01 .z_flex {
    display: flex;
    align-items: center;
}

.ind01 .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}

/* swiper */
.ind01 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.ind01 .swiper-container-android .swiper-slide,
.ind01 .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ind01 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ind01 .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.ind01 .cnfonts {
    font-family: Bebas Neue;
}

.ind01 .font60 {
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.ind01 .font44 {
    font-size: 70px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 90px;
    letter-spacing: 0em;
}

.ind01en .font44 {
    font-size: 60px;
}

.ind01 .z_banner {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* background: #006648; */
}

.ind01 .z_banner::before {
    content: "";
    display: block;
    pointer-events: none;
    width: 20vw;
    height: 20vw;
    /* background: url(../img/cir.png) no-repeat center; */
    background-size: 100% auto;
    position: absolute;
    right: -5vw;
    top: 50%;
    margin-top: -10vw;
    z-index: 2;
    animation: rog 30s infinite linear
}

@keyframes rog {
    0% {
        transform: rotate(0) scale(1, 1)
    }

    50% {
        transform: rotate(180deg) scale(1, 1);
    }

    100% {
        transform: rotate(360deg) scale(1, 1)
    }
}

.ind01 .z_banner .bd li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ind01 .z_banner .picBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ind01 .z_banner .picBox .imgbg {
    background-position: top center;
}

.ind01 .z_banner_text {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    padding: 0 8.33333vw;
    box-sizing: border-box;
    color: #fff;
    z-index: 2;
    transition: ease 2s;
    transition-delay: .5s;
    opacity: 0;
    transform: translate(10%, 0%);
}

.ind01en .z_banner_text {
    top: 36%;
}

.ind01 .z_banner .swiper-slide-active .z_banner_text {
    transform: translate(0%, 0%);
    opacity: 1;
}

.ind01 .z_banner_text .cn.loca {
    margin-top: 12px;
}

.ind01 .z_banner_text .desc {
    font-size: 16px;
}

.ind01 .z_banner_bar {
    width: 165px;
    position: absolute;
    left: 8.333vw;
    bottom: 2.6vw;
    z-index: 2;
}

.ind01 .z_banner_page {
    color: #fff;
    font-size: 20px;
}

.ind01 .z_banner .next {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 50%;
    line-height: 52px;
    color: #E57F12;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    transform: scale(.5, .5);
    outline: none;
    transition: ease 1s;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    padding: 0 16px;
}

.ind01 .z_banner .next:hover {
    transform: scale(1, 1);
    background: #E57F12;
    color: #fff;
}

.ind01 .z_banner_bar .line {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, .4);
    position: relative;
}

.ind01 .z_banner_bar .line em {
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
}

.ind01 .z_banner_bar .line.on em {
    width: 100%;
    transition: ease 4.5s;
}

.ind01 .z_banner_sb {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    transform: translateX(-50%);
    padding-bottom: 15px;
}

.ind01 .z_banner_sb::before {
    content: "";
    display: block;
    width: 20vw;
    height: 20vw;
    background: #ff6600;
    position: absolute;
    left: 50%;
    top: 3vw;
    animation: 20s rotate linear infinite;
    border-radius: 40%;
    margin-left: -10vw;
}

@keyframes rotate {
    50% {
        border-radius: 38%;
        transform: rotate(180deg);
    }

    100% {
        border-radius: 45%;
        transform: rotate(360deg);
    }
}

@media (max-width: 1400px) {
    .ind01 .font44 {
        font-size: 60px;
        line-height: 78px;
    }

    .ind01 .font60 {
        font-size: 28px;
    }
}

@media screen and (max-width:1080px) {
    .ind01 .font60 {
        font-size: 18px;
    }

    .ind01 .font44 {
        font-size: 25px;
        line-height: 36px;
    }

    .ind01en .font44 {
        font-size: 20px;
    }

    .ind01en .font44 {
        line-height: 32px;
    }

    .ind01 .z_banner {
        height: 91vw;
    }

    .ind01 .z_banner::before,
    .ind01 .z_banner_sb,
    .ind01 .z_banner_text .desc,
    .ind01 .z_banner_bar .line {
        display: none;
    }

    .ind01 .z_banner_text .cn {
        margin: 0;
    }

    .ind01 .z_banner_page {
        width: 40px;
        font-size: 14px;
    }

    .ind01 .z_banner_bar {
        left: 20px;
        bottom: 0px;
    }

    .ind01 .z_banner_text {
        padding: 0 10px;
        text-align: center;
    }

    .ind01 .z_banner .next:hover {
        transform: scale(.5, .5);
    }
}

#myform>.online-information .fillinbox {
    /* border-bottom: 1px solid #CBCBCB; */
    position: relative;
}

#myform>.online-information .fillinbox label {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    position: relative;
    z-index: 1;
    line-height: 60px;
}

#myform>.online-information .fillinbox label span {
    color: #C49B5E;
}

#myform>.online-information .fillinbox .form-input {
    /* text-indent: 30px; */
    font-size: 14px;
    color: #999999;
    border-radius: 0;

    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 86px;
    box-sizing: border-box;
    border-bottom: 1px solid #CBCBCB;
}

#myform .mb input:-webkit-autofill,
#myform .mb input:-webkit-autofill:hover,
#myform .mb input:-webkit-autofill:focus {
    border: 1px solid #E2E2E2;
    -webkit-text-fill-color: #333333;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}


#myform .mb input::-webkit-input-placeholder {
    color: #999999;
}

#myform .mb input:-moz-placeholder {
    color: #999999;
}

#myform .mb input::-moz-placeholder {
    color: #999999;
}

#myform .mb input:-ms-input-placeholder {
    color: #999999;
}

#myform .tuxingyanz .tijiao>button {
    width: 100%;
    border-radius: 0;
    margin-top: 54px;
    background: #AF9879;
    border: none;
    padding-top: 24px;
    padding-bottom: 24px;
}

#myform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#myform .mb {
    margin-bottom: 22px;
}

#myform .mb label {
    font-size: 16px;
    color: #333333;
}

#myform .mb input {
    height: 32px;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #ACA9A9;
    padding: 0;
    font-size: 14px;
    color: #333333;
}

#myform .mb textarea {
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px dashed #ACA9A9;
    padding: 0;
    font-size: 14px;
    color: #333333;
}

#myform .messagebtnbox button {
    background: #11318F;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 6px 16px;
}

#myform .messagebtnbox button i {
    font-size: 16px;
    margin-right: 10px;
    background: linear-gradient(64deg, #E57F12 11%, #EB5D3A 58%);
    border-radius: 50%;
    padding: 2px 6px;
    display: inline-block;
    transform: translateX(-2px);
    transition: all 0.8s ease;
}

#myform .messagebtnbox button:hover i {
    transform: translateX(4px);
}

@media (max-width: 1200px) {
    #myform {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}

@media (max-width: 768px) {
    #myform .mb {
        margin-bottom: 22px;
    }
}

@media (max-width: 499px) {
    #myform .mb label {
        font-size: 14px;
        margin-bottom: 4px;
    }

    #myform .mb input {
        height: 30px;
    }

    #myform .messagebtnbox button {
        font-size: 14px;
        padding: 6px 16px;
    }

    #myform .messagebtnbox button i {
        font-size: 14px;
    }

    .ind01 .font44 {
        text-align: start;
    }

    .ind01 .font60 {
        text-align: start;
    }
}