.mw1440 {
    width: 75%;
    max-width: 1440px;
    margin: 0 auto;
}

.df {
    display: flex;
}

.df-jcs {
    justify-content: start;
}

.df-jcsb {
    justify-content: space-between;
}

.df-jcsa {
    justify-content: space-around;
}

.df-jcsc {
    justify-content: center;
}

.fw-w {
    flex-wrap: wrap;
}

.df-aic {
    align-items: center;
}

.df-ais {
    align-items: flex-start;
    align-items: start;
}

.df-aie {
    align-items: flex-end;
    align-items: end;
}

/* 关于我们 */

.abouthtml1 .columnbox {
    position: relative;
}

.abouthtml1 .columnbox {
    width: 100%;
    display: flex;

}

.abouthtml1 .columnbox {
    position: relative;
    border-bottom: 1px solid #dedede;
}

.abouthtml1 .columnbox>div {
    line-height: 4rem;
    color: black;
    margin: 0 auto;
    text-align: center;
}

.abouthtml1 .columnbox .itembox {
    /* background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(200 200 200);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11; */
}

.abouthtml1 .columnbox .itembox {
    position: relative;
}


.abouthtml1 .columnbox .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;

}

.abouthtml1 .columnbox .dropdown-item {
    width: 20%;
    margin: 0;
    text-align: center;
    position: relative;
}

.abouthtml1 .columnbox .dropdown-item::before {
    content: "";
    width: 1px;
    height: 32px;
    right: 0;
    top: 12px;
    background: #ededed;
    position: absolute;
}


.abouthtml1 .columnbox .active {
    color: #094aaa;
    background: #ffffff;
}



.abouthtml1 .columnbox .dropdown-item:last-child:before {
    display: none;
}



.gsxwhtml .columnbox .gnav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;

}














.abouthtml1 .drbox .row {
    padding: 0;
    margin: 0;
}

.abouthtml1 .drbox .characteristicbox {
    width: 100%;
    position: relative;
    margin: 100px auto 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.abouthtml1 .drbox .characteristicbox .itembox {
    width: calc((100% - 90px) /4);
    height: 104px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #333333; */
}

.abouthtml1 .drbox .characteristicbox .itembox .item1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.abouthtml1 .drbox .characteristicbox .itembox .item1 .imgbox {
    width: 100%;
    height: 100%;
    position: relative;
}

.abouthtml1 .drbox .characteristicbox .itembox1 .item1 .imgbox {
    background: url(../img/about_itembg1.png) no-repeat center center;
    background-size: 100% 100%;
}

.abouthtml1 .drbox .characteristicbox .itembox2 .item1 .imgbox {
    background: url(../img/about_itembg2.png) no-repeat center center;
    background-size: 100% 100%;
}

.abouthtml1 .drbox .characteristicbox .itembox3 .item1 .imgbox {
    background: url(../img/about_itembg3.png) no-repeat center center;
    background-size: 100% 100%;
}

.abouthtml1 .drbox .characteristicbox .itembox4 .item1 .imgbox {
    background: url(../img/about_itembg4.png) no-repeat center center;
    background-size: 100% 100%;
}

.abouthtml1 .drbox .characteristicbox .itembox .item1 .cttbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 100px;
    background: #094aaa;
    opacity: .1;

}

.abouthtml1 .drbox .characteristicbox .itembox .item1 .number {
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    color: #ffffff;
    opacity: .1;
    right: 15px;
    bottom: -30px;
}


.abouthtml1 .drbox .characteristicbox .itembox .item2 {
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
}

.abouthtml1 .drbox .characteristicbox .itembox .item2 .cttbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 104px;
    background: #094aaa;

}



.abouthtml1 .drbox .characteristicbox .itembox .item2 .number {
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    color: #ffffff;
    opacity: .2;
    right: 15px;
    bottom: -30px;
}


.abouthtml1 .drbox .characteristicbox .itembox:hover .item2 {
    height: 100%;
    opacity: 1;
}

.abouthtml1 .columnbox .itembox .row {
    margin: 0;
}

.abouthtml1 .drbox {
    padding: 10rem 0;
}

.abouthtml1 .drbox .brboxl {
    min-height: 636px;
}

.abouthtml1 .drbox .brboxr .brbgimg {
    position: relative;
    width: 90%;


}

.abouthtml1 .drbox .brboxl,
.abouthtml1 .drbox .brboxr {
    padding: 0;
    position: relative;
}

.abouthtml1 .drbox .brboxl .companyname {
    margin: 1rem 0 2rem 0;
}


.abouthtml1 .drbox .brboxl .contactmethod {
    width: 245px;
    height: 60px;
    border: 1px solid #ffffff;
    background: linear-gradient(to right, #0a4aab, #135ecd);
    border-radius: 50px;
    padding: 0 1rem;
    position: relative;
    margin-top: 45px;

}

.abouthtml1 .drbox .brboxl .contactmethod a {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.abouthtml1 .drbox .brboxl .contactmethod a .item {
    font-size: 16px;
    line-height: 60px;
}

.abouthtml1 .drbox .brboxl .contactmethod a .dot {
    position: relative;
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.abouthtml1 .drbox .brboxl .contactmethod a .dot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #a0beea;
}



.abouthtml1 .gsjjbox {
    position: relative;
}

.abouthtml1 .gsjjbox .title {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 32px;
}


.abouthtml1 .gsjjbox .tbbox {
    margin-top: 40px;
}

.abouthtml1 .gsjjbox .tbbox .boxitem {
    width: calc(50% - 10px);
    padding: 20px 13px;
    border-radius: 10px;
    box-shadow: 0 0 6px #d4d4d4;
}

.abouthtml1 .gsjjbox .tbbox .boxitem .item .address {
    /* line-height: 20px; */
    padding: 10px 0;
    line-height: 40px;
}

.abouthtml1 .gsjjbox .tbbox .boxitem .item.addressbox1 .address {
    line-height: 40px;
}

.abouthtml1 .gsjjbox .tbbox .boxitem .item {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #aaaaaa;
    line-height: 60px
}

.abouthtml1 .gsjjbox .tbbox .boxitem .item .name {
    width: 150px;
    padding-left: 20px;
    color: #094aaa;
    font-weight: bold;
    font-size: 16px;
}


.abouthtml1 .gsjjbox .tbbox .boxitem .item .text {
    width: calc(100% - 150px);
    color: #333333;
    font-size: 16px;

}

/* 
.abouthtml1 .fbox {
    width: 100%;
    box-shadow: 0px 0px 9px #dddddd;
    padding: 5rem 7rem;
    border-radius: 1rem;
}

.abouthtml1 .fbox .fbtitle h1 {
    font-weight: bold;
}

.abouthtml1 .fbox .fbtitle {
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 5rem;

}

.abouthtml1 .fbox .fbitem {
    border-bottom: 1px solid black;
    padding: 1rem 0;
}

.abouthtml1 .fbox .fbitem .name {
    color: #094aaa;
    font-weight: 600;
} */

.abouthtml1 .zzjgbox {
    position: relative;
    padding: 80px 0;
    background: #f5f9fe;
}

.abouthtml1 .zzjgbox .titlebox .title_en {
    color: #094aaa;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.abouthtml1 .zzjgbox .titlebox .title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 25px;
}

.abouthtml1 .zzjgbox .Innerbox>.imgbox {
    width: 100%;
    margin-top: 85px;
}






.abouthtml1 .pzbzbox {
    position: relative;
    background: #ffffff;
    padding: 80px 0;
}

.abouthtml1 .pzbzbox .titlebox .title_en {
    color: #094aaa;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.abouthtml1 .pzbzbox .titlebox .title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 25px;
}

.abouthtml1 .pzbzbox .Innerbox>.imgbox {
    width: 100%;
    margin-top: 85px;
}

.abouthtml1 .pzbzbox .Innerbox .pzbzswiperbox {
    margin-top: 60px;
}


/* 关于我们-供应商 */

/* 关联企业 */
.abouthtml1 .gysbox {
    padding: 50px 0 40px 0;
    position: relative;
    background-color: #f8fafc;
}

.abouthtml1 .gysbox::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background-color: #f8f9fb;
    position: absolute;
}

.abouthtml1 .gysbox .titlebox {}

.abouthtml1 .gysbox .titlebox .linebox {}

.abouthtml1 .gysbox .titlebox .linebox .bule_title {
    color: #094aaa;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.abouthtml1 .gysbox .titlebox .linebox .title {
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    /* margin-left: 20px; */
    margin-top: 40px;
}

.abouthtml1 .gysbox .titlebox .desc_title {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-top: 50px;
}

.abouthtml1 .gysbox .titlebox .desc_title2 {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;

}

.abouthtml1 .gysbox .itembox {
    margin-top: 50px;

}

.abouthtml1 .gysbox .itembox .item {
    width: 420px;
}

.abouthtml1 .gysbox .itembox .item .imgbox {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.abouthtml1 .gysbox .itembox .item .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    height: 60px;
    line-height: 60px;
}

.abouthtml1 .gysbox .itembox .item:hover img {
    transition: all .5s;

}

.abouthtml1 .gysbox .itembox .item:hover img {
    transform: scale(1.2);
}

.abouthtml1 .gysbox .itembox .more {
    width: 45px;
    height: 185px;
    border-radius: 22px;
    background-color: #094aaa;
    margin-top: 45px;
}

.abouthtml1 .gysbox .itembox .more a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    padding: 30px 10px;
    text-align: center;
}






/* 案例 */

.gjmyhtml .columnbox {
    position: relative;
}


.gjmyhtml .columnbox {
    position: relative;
}

.gjmyhtml .columnbox a {
    line-height: 4rem;
    color: black;
    margin: 0 auto;
    text-align: center;
}

.gjmyhtml .columnbox .itembox {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(77, 76, 76);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.gjmyhtml .columnbox .gnav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;

}

.gjmyhtml .columnbox .dropdown-item {
    width: 50%;
    margin: 0;
    background: #ffffff;
}

.gjmyhtml .columnbox .active {
    color: #ffffff;
    background: #094aaa;
}





.gjmyhtml .pagebox {
    padding: 5rem 0 3rem 0;

}

.gjmyhtml .pagebox .cbox {
    width: 100%;

}

.gjmyhtml .pagebox .itembox {
    width: 100%;

}

.gjmyhtml .pagebox .gjmypage .row {
    margin: 0;

}


.gjmyhtml .pagebox .gjmypage .listbox {
    position: relative;
    padding: 0;
    background-color: #ffffff;
    width: 185px;
}




.listbox .fixeds {
    position: relative;
    width: 100%;
    background: #ffffff;
    vertical-align: top;
}


.listbox>.active {
    position: fixed;
    width: 185px;
    top: 112px;

}

.listbox>.bactive {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    height: 370px;
}

.gjmyhtml .pagebox .gjmypage .listbox .list {
    width: 100%;
    height: 370px;
    position: relative;
}


.gjmyhtml .pagebox .gjmypage .listbox .list::before {
    content: "";
    width: 100%;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 5;
}

.gjmyhtml .pagebox .gjmypage .listbox .list::after {
    content: "";
    width: 100%;
    height: 27px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 5;
}


.gjmyhtml .pagebox .gjmypage .listbox .swiper-slide::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    background: #aaaaaa;
}

.gjmyhtml .pagebox .gjmypage .listbox .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 95%);
    left: var(--swiper-navigation-top-offset, 44%);
    color: #aaaaaa;
    transform: rotate(90deg);
    background-color: #ffffff;
}

.gjmyhtml .pagebox .gjmypage .listbox .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 5%);
    left: var(--swiper-navigation-top-offset, 44%);
    color: #aaaaaa;
    transform: rotate(90deg);
    background-color: #ffffff;
}


.listbox .swiper-button-next:after,
.listbox .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.gjmyhtml .pagebox .itembox .item {
    position: relative;
    width: 100%;
    padding: 1.2vh 0;
    position: relative;
    text-align: center;
}

.gjmyhtml .pagebox .itembox {
    padding: 30px 0;

}

.gjmyhtml .pagebox .itembox a {
    position: relative;
}

.gjmyhtml .pagebox .itembox a::before {

    content: "";
    width: 7px;
    height: 7px;
    background: #aaaaaa;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;

}

.gjmyhtml .pagebox .itembox .item::before {

    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    background: #aaaaaa;
}

.gjmyhtml .pagebox .itembox .active .item {
    color: #094aaa;
}

.gjmyhtml .pagebox .itembox .active::before {
    background: #094aaa;


}



.gjmyhtml .pagebox .gjmypage .swiper-wrapper {
    padding: 35px 0;
}

.gjmyhtml .pagebox .gjmypage .swiper-slide {
    text-align: center;
    width: 100%;
    height: 52px !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;

}

.gjmyhtml .pagebox .gjmypage .listbox .swiper-slide .item {
    width: 85%;
    overflow: hidden;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}





.gjmyhtml .pagebox .listbox .swiper-slide a {
    width: 100%;
    position: relative;
}

.gjmyhtml .pagebox .listbox .swiper-slide a::before {

    content: "";
    width: 7px;
    height: 7px;
    background: #aaaaaa;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;

}




.gjmyhtml .pagebox .gjmypage .pnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-wrapper {
    width: 100%;
}


.gjmyhtml .pagebox .listboxr {
    width: calc(100% - 185px);
    min-height: 440px;
}

.gjmyhtml .pagebox .cententbox {
    position: 80;
    margin: 0 auto;
}

.gjmyhtml .pagebox .cententbox img {
    width: auto;
    max-width: 100%;
}

.gjmyhtml .pagebox .cententbox .title {
    color: #094aaa;
    font-size: 38px;
    margin: 1rem 0;
}

.gjmyhtml .pagebox .cententbox .pnbox {

    margin: 25px;

}


.gjmyhtml .pagebox .gjmypage .pnbox .prev .prevbox {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.gjmyhtml .pagebox .gjmypage .pnbox .prev .prevbox .title {
    font-size: 14px;
    color: #3b3283;
}

.gjmyhtml .pagebox .gjmypage .pnbox .prev .prevbox .icon {
    position: relative;
}

.gjmyhtml .pagebox .gjmypage .pnbox .prev .prevbox .icon::before {
    content: "";
    position: absolute;
    left: 15px;
    top: -7px;
    width: 15px;
    height: 15px;
    z-index: 10;
    border-top: 1px solid #3b3283;
    border-left: 1px solid #3b3283;
    transform: rotateZ(-45deg) skew(15deg, 15deg);
    transition: 1s;
}

.gjmyhtml .pagebox .gjmypage .pnbox .prev .prevbox .icon::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 40px;
    height: 1px;
    z-index: 9;
    background-color: #3b3283;
    transition: 1s;
}


.gjmyhtml .pagebox .gjmypage .pnbox .next .nextbox {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.gjmyhtml .pagebox .gjmypage .pnbox .next .nextbox .title {
    font-size: 14px;
    color: #3b3283;
}

.gjmyhtml .pagebox .gjmypage .pnbox .next .nextbox .icon {
    position: relative;
}

.gjmyhtml .pagebox .gjmypage .pnbox .next .nextbox .icon::before {
    content: "";
    position: absolute;
    right: 15px;
    top: -7px;
    width: 15px;
    height: 15px;
    z-index: 10;
    border-bottom: 1px solid #3b3283;
    border-right: 1px solid #3b3283;
    transform: rotateZ(-45deg) skew(15deg, 15deg);
    transition: 1s;
}

.gjmyhtml .pagebox .gjmypage .pnbox .next .nextbox .icon::after {
    content: "";
    position: absolute;
    right: 11px;
    width: 40px;
    height: 1px;
    z-index: 9;
    background-color: #3b3283;
    transition: 1s;
}

.gjmyhtml .pagebox .cententbox .pnbox span {
    width: 0;
    height: 0;
}

/* 联系我们 */
.lxwmhtml .lxwmbox {
    margin: 5rem auto;
    border-radius: 1rem;
    box-shadow: 0px 0px 8px rgb(226 226 226);
    padding: 2rem 5rem;

}

.lxwmhtml .lxwmbox .titlebox {
    text-align: center;
}

.lxwmhtml .lxwmbox .formbox .formitembox {
    margin: 2rem auto;
}

.lxwmhtml .lxwmbox .formbox .formitembox .formitem {
    margin: 1rem 0;
}

.lxwmhtml .lxwmbox .formbox .formitembox .input-check-inline {
    display: flex;
    justify-content: start;
    align-items: center;
}



.lxwmhtml .lxwmbox .formbox .formitembox .input-check>label>input[type="checkbox"]+i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.lxwmhtml .lxwmbox .formbox .formitembox .input-check>label>input[type="checkbox"]:checked+i {
    background-color: #094aaa;
}

.lxwmhtml .lxwmbox .formbox .formitembox .input-check.input-check-inline>label {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #094aaa;
    margin-right: 50px;
    margin-bottom: 0;
}

.lxwmhtml .lxwmbox .formbox .formitembox .input-check>label>input:checked+i::after {
    width: 8px;
    height: 14px;
    top: 0;
}

.lxwmhtml .lxwmbox .formbox .form-button {
    text-align: center;
}

.lxwmhtml .lxwmbox .formbox .form-button .sb {
    width: 240px;
    height: 60px;
    background: linear-gradient(to right, #0a4aab, #135ecd);
    border-radius: 50px !important;
}

.lxwmhtml .w80>.phonebox {
    padding-bottom: 60px;
}




.lxwmhtml .w80>.phonebox>.title {
    margin-bottom: 55px;
    text-align: center;

}

.lxwmhtml .w80>.phonebox>.title h1 {
    font-size: 38px;
}

.lxwmhtml .w80>.phonebox .contentsbox {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lxwmhtml .w80>.phonebox .contentsbox .colitem {
    width: calc((100% - 80px) / 3);
    border: 1px solid #ededed;
    padding: 30px 20px;
    border-radius: 5px;
    position: relative;
}

.lxwmhtml .w80>.phonebox .contentsbox .colitem::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    border-left: 0;
    border-top: 0;

}

.lxwmhtml .w80>.phonebox .contentsbox .colitem::after {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    border-right: 0;
    border-bottom: 0;

}


@-webkit-keyframes bkjdt {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        height: 100%;
        width: 0;
    }

    100% {
        height: 100%;
        width: 100%;
    }

}


.lxwmhtml .w80>.phonebox .contentsbox .colitem:hover::before {
    border-left: 1px solid #094aaa;
    border-top: 1px solid #094aaa;
    /* 动画:动画名称 完成时间 速度 执行时间 最后画面 */
    -webkit-animation: bkjdt 0.5s linear 0s forwards;
    animation: bkjdt 0.5s linear 0s forwards;
}

.lxwmhtml .w80>.phonebox .contentsbox .colitem:hover::after {
    border-right: 1px solid #094aaa;
    border-bottom: 1px solid #094aaa;
    /* 动画:动画名称 完成时间 速度 执行时间 最后画面 */
    -webkit-animation: bkjdt 0.5s linear 0.5s forwards;
    animation: bkjdt 0.5s linear 0.5s forwards;


}

.lxwmhtml .w80>.phonebox .contentsbox .colitem .title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #094aaa;
    animation-fill-mode: forwards;
}


.lxwmhtml .w80>.phonebox .contentsbox .colitem .itembox {
    margin-top: 25px;
    display: flex;
    justify-content: start;
}

.lxwmhtml .w80>.phonebox .contentsbox .colitem .itembox .iconbox {
    width: 16px;
}

.lxwmhtml .w80>.phonebox .contentsbox .colitem .itembox .typebox {
    width: 80px;
    margin-left: 25px;
}

.lxwmhtml .w80>.phonebox .contentsbox .colitem .itembox .cttbox {
    width: calc(100% - 130px);
}






/* 营业范围 */

.yyfwhtml {
    margin: 0;
    overflow: hidden;
    height: 100%;
    padding-top: 88px;
}


.yyfwbox {
    height: 100%;
}

.yyfwhtml .frow {
    position: relative;
    height: 50%;
    overflow: hidden;

}

.yyfwhtml .yyfwbox .frow .yyfwtop {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox img {
    width: 100%;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox .content {
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox .content::before {
    content: "";
    position: absolute;
    width: 175%;
    height: 160%;
    transform: rotateZ(20deg);
    background: #3c328386;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox .content::after {
    content: "";
    position: absolute;
    width: 175%;
    height: 160%;
    transform: rotateZ(25deg);
    background: #3c328386;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox:hover .content::after {
    transform: rotateZ(20deg);


}


.yyfwhtml .yyfwbox .frow .yyfwtop .topbox .content .title {
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox .content .icon {
    position: absolute;
    bottom: 30%;
    left: 10%;
}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox .content .icon::before {
    content: "";
    position: absolute;
    left: 64px;
    top: -15px;
    width: 30px;
    height: 30px;
    z-index: 10;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotateZ(-45deg);
    transition: 1s;

}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox:hover .content .icon::before {
    transform: translateX(50px) rotate(-45deg);

}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox .content .icon::after {
    content: "";
    position: absolute;

    width: 100px;
    height: 1px;
    z-index: 9;
    background-color: #ffffff;
    transition: 1s;

}

.yyfwhtml .yyfwbox .frow .yyfwtop .topbox:hover .content .icon::after {
    width: 150px;
}


.yyfwhtml .yyfwbox .yyfwbottom .content {
    width: 60%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.yyfwhtml .yyfwbox .yyfwbottom .content:hover {
    width: 70%;

}

.yyfwhtml .yyfwbox .yyfwbottom .content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3c328386;
    border-radius: 20px;

}

.yyfwhtml .yyfwbox .yyfwbottom .content .title {
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.yyfwhtml .yyfwbox .yyfwbottom .content .title>div {
    position: relative;
}

.yyfwhtml .yyfwbox .yyfwbottom .content .icon {
    position: absolute;
    bottom: 30%;
    left: calc(50% - 50px);
    transform: translate(-50%, -50%);
}


.yyfwhtml .yyfwbox .yyfwbottom .content .icon::before {
    content: "";
    position: absolute;
    left: 64px;
    top: -15px;
    width: 30px;
    height: 30px;
    z-index: 10;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotateZ(-45deg);
    transition: 1s;

}

.yyfwhtml .yyfwbox .yyfwbottom .content:hover .icon::before {
    transform: translateX(50px) rotate(-45deg);

}

.yyfwhtml .yyfwbox .yyfwbottom .content .icon::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    z-index: 9;
    background-color: #ffffff;
    transition: 1s;
}

.yyfwhtml .yyfwbox .yyfwbottom .content:hover .icon::after {
    width: 150px;
}


/* 公司新闻 */


.gsxwhtml .columnbox {
    position: relative;
    border-bottom: 1px solid #dedede;
}


.gsxwhtml .columnbox a {
    line-height: 60px;
    color: black;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 0;
}

/* .gsxwhtml .columnbox .itembox {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(77, 76, 76);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
} */
.gsxwhtml .columnbox .itembox {
    position: relative;
}


.gsxwhtml .columnbox .gnav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;

}

/* .gsxwhtml .columnbox .dropdown-item {
    width: 50%;
    margin: 0;
    background: #ffffff;
} */


.gsxwhtml .columnbox .dropdown-item {
    /* width: 300px; */
    width: 450px;
    text-align: center;
    margin: 0;
    position: relative;
}

.gsxwhtml .columnbox .dropdown-item::before {
    content: "";
    width: 1px;
    height: 32px;
    right: 0;
    top: 12px;
    background: #ededed;
    position: absolute;
}

.gsxwhtml .columnbox .dropdown-item:last-child:before {
    display: none;
}

/* .gsxwhtml .columnbox .active {
    color: #ffffff;
    background: #094aaa;
    font-size: 18px;
} */

.gsxwhtml .columnbox .active {
    color: #094aaa;
    background: #ffffff;
    font-size: 18px;
}

.gsxwhtml .pagebox {
    padding: 5rem 0;
}

.gsxwhtml .pagebox .pagination .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 0.5rem;
    text-align: center;
    padding: 0;
}

.gsxwhtml .pagebox .pagination .page-item:first-child .page-link,
.gsxwhtml .pagebox .pagination .page-item:last-child .page-link {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 0.5rem;
    text-align: center;
    border: 0;
    padding: 0;
}

.gsxwhtml .pagebox .pagination .page-item:hover:first-child .page-link,
.gsxwhtml .pagebox .pagination .page-item:hover:last-child .page-link {
    border: 0;
    color: #38367e;
    background: none;
}

.gsxwhtml .pagebox .pagination .page-item .page-link:focus {

    box-shadow: none !important;
}

.gsxwhtml .pagebox .gsxwpage {
    margin-bottom: 5rem;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox a {
    color: black;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem {
    display: flex;
    justify-content: start;

    margin: 55px 0 0;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .imgbox {
    width: 22%;
    border-radius: 10px;
    overflow: hidden;
}





.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox {
    width: calc(78% - 30px);
    border-bottom: 1px solid #b5b5b5;
    margin-left: 30px;
    position: relative;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox::before {
    content: "";
    width: 90px;
    height: 3px;
    background: #094aaa;
    position: absolute;
    left: 0;
    bottom: 0;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}


.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .titlebox .title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .titlebox .date {
    font-size: 16px;
    color: #666666;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox:hover a .gsxwitem .contentbox .titlebox .title {
    color: #094aaa;
}

.gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .content {
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 60px;
}


/* 组织架构 */

.zzjghtml .columnbox {
    position: relative;
}


.zzjghtml .columnbox {
    position: relative;
}

.zzjghtml .columnbox a {
    line-height: 4rem;
    color: black;
    margin: 0 auto;
    text-align: center;
}

.zzjghtml .columnbox .itembox {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(77, 76, 76);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.zzjghtml .columnbox .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;

}

.zzjghtml .columnbox .dropdown-item {
    width: 25%;
    margin: 0;
    background: #ffffff;
}

.zzjghtml .columnbox .active {
    color: #ffffff;
    background: #094aaa;
}

.zzjghtml .pagebox {
    padding: 5rem 0;

}



/* 关于企业 */



.gyqyhtml .page {
    padding: 5rem 0;
}

.gyqyhtml .page .jjbox {
    position: relative;
}

.gyqyhtml .page .jjbox .imgbox {
    width: 45%;
    min-height: 670px;
}

.gyqyhtml .page .jjbox .jjr {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.gyqyhtml .page .jjbox .jjr .zhiwei {
    font-size: 18px;
    color: #aaaaaa;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
    line-height: 2;
    letter-spacing: 1.2px;
}

.gyqyhtml .page .jjbox .jjr .yulubox {
    position: absolute;
    width: 100%;
    padding: 0 10% 0 20%;
    display: flex;
    justify-content: start;
    align-items: center;
    left: 0;
    top: 30%;
}

.gyqyhtml .page .jjbox .jjr .yulubox .douhao {
    font-size: 140px;
}

.gyqyhtml .page .jjbox .jjr .yulubox .yulu {
    font-size: 38px;
}

.gyqyhtml .page .jjbox .jjr .ceobox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0%;
    font-weight: 600;
    color: #666666;
}

.gyqyhtml .page .jjbox .jjr .ceobox .ceoicon {
    font-size: 46px;
    letter-spacing: 2px;
}

.gyqyhtml .page .jjbox .jjr .ceobox .cesitem {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.gyqyhtml .page .jjbox .jjr .ceobox .cesitem .type {
    color: #000000;
    margin: 0 2% 0 20%;
    letter-spacing: 1px;
}

.gyqyhtml .page .jjbox .jjr .ceobox .cesitem .name {
    color: #094aaa;
}

.gyqyhtml .page .jjcbox {
    margin-top: 5rem;
}

.gyqyhtml .page .jjcbox .titile {
    display: flex;
    justify-content: start;
    align-items: center;
}

.gyqyhtml .page .jjcbox .titile .dot {
    position: relative;
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.gyqyhtml .page .jjcbox .titile .dot::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a0beea;
    -webkit-animation: scales 2s linear 0s infinite;
    /* Safari and Chrome */
    animation: scales 2s linear 0s infinite;
}

.gyqyhtml .page .jjcbox .titile .name {
    font-size: 20px;
    line-height: 3.5rem;
    color: #094aaa;
}

@-webkit-keyframes scales {

    /* Safari and Chrome */
    from {
        opacity: 0.5;
        -webkit-transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
    }


}


/* 商业案例 */

.syalhtml .columnbox {
    position: relative;
}


.syalhtml .columnbox {
    position: relative;
}

.syalhtml .columnbox a {
    line-height: 4rem;
    color: black;
    margin: 0 auto;
    text-align: center;
}

.syalhtml .columnbox .itembox {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(77, 76, 76);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.syalhtml .columnbox .gnav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;

}

.syalhtml .columnbox .dropdown-item {

    width: calc(100% / 3);
    margin: 0;
    background: #ffffff;
}

.syalhtml .columnbox .active {
    color: #ffffff;
    background: #094aaa;
}


.syalhtml .pagebox {
    padding: 96px 0 0 0;
}

.syalhtml .pagebox .cbox {
    width: 100%;

}

.syalhtml .pagebox .itembox {
    width: 100%;

}


.syalhtml .pagebox .syalpage {
    position: relative;
    height: calc(100vh - 96px);
    margin-top: 20px;
}

.syalhtml .pagebox .syalpage .listbox {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.syalhtml .pagebox .syalpage .row {
    margin: 0;

}

.syalhtml .pagebox .syalpage .listboxleft {
    width: 185px;
}

.syalhtml .pagebox .syalpage .listboxright {
    width: calc(100% - 185px);
}

.syalhtml .pagebox .syalpage .listbox .list {
    width: 180px;
    height: 75vh;
    position: relative;
}


.syalhtml .pagebox .syalpage .listbox .list::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 0;
}

.syalhtml .pagebox .swiper-slide a.active::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #094aaa;
    position: absolute;
    right: 0;
    top: 0;
}



.syalhtml .pagebox .syalpage .listbox .swiper-slide {
    display: block;
}






.syalhtml .listbox .swiper-button-next:after,
.syalhtml .listbox .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.syalhtml .pagebox .syalpage .listbox .itembox .item {
    position: relative;
    width: 100%;
    padding: 1.2vh 0;
    position: relative;
    text-align: center;
}

.syalhtml .pagebox .syalpage .listbox .itembox {
    padding: 30px 0;

}

.syalhtml .pagebox .syalpage .listbox .itembox a {
    position: relative;
}

.syalhtml .pagebox .syalpage .listbox .itembox a::before {

    content: "";
    width: 7px;
    height: 7px;
    background: #aaaaaa;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;

}

.syalhtml .pagebox .syalpage .listbox .itembox .item::before {

    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    background: #aaaaaa;
}

.syalhtml .pagebox .syalpage .listbox .itembox .active .item {
    color: #094aaa;
}

.syalhtml .pagebox .syalpage .listbox .itembox .active::before {
    background: #094aaa;

}

.syalhtml .pagebox .cententbox .title {
    color: #094aaa;
    font-size: 32px;
    margin-bottom: 30px;

}

.syalhtml .pagebox .cententbox .zaiyao {
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
}

.syalhtml .pagebox .cententbox .xqbox {
    position: relative;
}

.syalhtml .pagebox .cententbox .pnbox {

    margin: 25px;

}



.syalhtml .pagebox .syalpage .listbox .swiper-slide {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;

}

.syalhtml .pagebox .syalpage .listbox .swiper-slide .imgbox {
    width: calc(100% - 25px);
}

.syalhtml .pagebox .syalpage .listbox .swiper-slide .item {
    width: 90%;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.syalhtml .pagebox .syalpage .listbox .swiper-slide:hover .item {
    color: #094aaa;
}

.syalhtml .pagebox .syalpage .listbox .swiper-button-next {
    width: 11px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 102%);
    left: var(--swiper-navigation-top-offset, 44%);
    color: #aaaaaa;
    transform: rotate(90deg);
}

.syalhtml .pagebox .syalpage .listbox .swiper-button-prev {
    width: 11px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, -2%);
    left: var(--swiper-navigation-top-offset, 44%);
    color: #aaaaaa;
    transform: rotate(90deg);
}

.syalhtml .pagebox .syalpage .pnbox .prev .prevbox {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.syalhtml .pagebox .syalpage .pnbox .prev .prevbox .title {
    font-size: 14px;
    color: #3b3283;
}

.syalhtml .pagebox .syalpage .pnbox .prev .prevbox .icon {
    position: relative;
}

.syalhtml .pagebox .syalpage .pnbox .prev .prevbox .icon::before {
    content: "";
    position: absolute;
    left: 15px;
    top: -7px;
    width: 15px;
    height: 15px;
    z-index: 10;
    border-top: 1px solid #3b3283;
    border-left: 1px solid #3b3283;
    transform: rotateZ(-45deg) skew(15deg, 15deg);
    transition: 1s;
}

.syalhtml .pagebox .syalpage .pnbox .prev .prevbox .icon::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 40px;
    height: 1px;
    z-index: 9;
    background-color: #3b3283;
    transition: 1s;
}


.syalhtml .pagebox .syalpage .pnbox .next .nextbox {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.syalhtml .pagebox .syalpage .pnbox .next .nextbox .title {
    font-size: 14px;
    color: #3b3283;
}

.syalhtml .pagebox .syalpage .pnbox .next .nextbox .icon {
    position: relative;
}

.syalhtml .pagebox .syalpage .pnbox .next .nextbox .icon::before {
    content: "";
    position: absolute;
    right: 15px;
    top: -7px;
    width: 15px;
    height: 15px;
    z-index: 10;
    border-bottom: 1px solid #3b3283;
    border-right: 1px solid #3b3283;
    transform: rotateZ(-45deg) skew(15deg, 15deg);
    transition: 1s;
}

.syalhtml .pagebox .syalpage .pnbox .next .nextbox .icon::after {
    content: "";
    position: absolute;
    right: 11px;
    width: 40px;
    height: 1px;
    z-index: 9;
    background-color: #3b3283;
    transition: 1s;
}


.listbox .swiper-button-next:after,
.listbox .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}





.syalhtml .pagebox .swiper-slide a {
    width: 100%;
    position: relative;
}




.syalhtml .pagebox .swiper-slide>.active .item {
    color: #094aaa;
}



.syalhtml .pagebox .gjmypage .pnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.syalhtml .swiper-wrapper {
    width: 100%;
}

.syalhtml .pagebox .cententbox {
    padding-left: 10%;
    width: 80%;
}

.syalhtml .pagebox .cententbox img {
    width: auto;
}


.syalhtml .pagebox .cententbox .pnbox {

    margin: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* 案例列表 */
.allbhtml .columnbox {
    position: relative;
}


.allbhtml .columnbox a {
    line-height: 4rem;
    color: black;
    margin: 0 auto;
    text-align: center;
}

.allbhtml .columnbox .itembox {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(77, 76, 76);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.allbhtml .columnbox .gnav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;

}

.allbhtml .columnbox .dropdown-item {
    width: 33%;
    margin: 0;
    background: #ffffff;
}

.allbhtml .columnbox .active {
    color: #ffffff;
    background: #094aaa;
}


.allbhtml .pagebox {
    padding: 5rem 0;
}

.allbhtml .pagebox .pagination .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1.25;
    margin: 0 0.5rem;
    text-align: center;
}

.allbhtml .pagebox .pagination .page-item:first-child .page-link,
.allbhtml .pagebox .pagination .page-item:last-child .page-link {
    width: 120px;
    height: 40px;
    line-height: 1.25;
    margin: 0 0.5rem;
    text-align: center;
    border: 0;
}

.allbhtml .pagebox .pagination .page-item:hover:first-child .page-link,
.allbhtml .pagebox .pagination .page-item:hover:last-child .page-link {
    border: 0;
    color: #38367e;
    background: none;
}

.allbhtml .pagebox .pagination .page-item .page-link:focus {

    box-shadow: none !important;
}

.allbhtml .pagebox .gsxwpage {
    margin-bottom: 5rem;
}

.allbhtml .pagebox .allbpage .gsxwitembox a {
    color: black;
}

.allbhtml .pagebox .allbpage .gsxwitembox a .gsxwitem .title {
    margin: 1rem 0;
}

.allbhtml .pagebox .allbpage .gsxwitembox a .gsxwitem {
    overflow: hidden;
    margin: 1rem 0;
}

.allbhtml .pagebox .allbpage .gsxwitembox a .gsxwitem .contentbox {
    border-bottom: 1px solid #000000;
    white-space: nowrap;
    padding: 0 1rem 2rem;
}

.allbhtml .pagebox .allbpage .gsxwitembox a .gsxwitem .contentbox::before {
    content: "";
    width: 8%;
    height: 0.4rem;
    background: #094aaa;
    position: absolute;
    left: 0;
    bottom: 0;
}

.allbhtml .pagebox .allbpage .gsxwitembox a .gsxwitem .contentbox .title {
    font-weight: bold;
}

.allbhtml .pagebox .allbpage .gsxwitembox:hover a .gsxwitem .contentbox .title {
    color: #094aaa;
}


.jyfw_page {
    padding-top: 112px;
    scroll-padding-top: 179px;
    /* 导航栏高度 */
}

.jyfwbanner {
    width: 100%;
    position: relative;
}

.jyfwbanner .text {
    font-size: 56px;
    font-weight: bold;
    color: #ffffff !important;
    position: absolute;
    left: 12%;
    bottom: 53%;
}

.jyfwbanner .text::before {
    content: "";
    width: 110px;
    height: 15px;
    left: 0%;
    top: -40px;
    background: #ededed;
    position: absolute;
}

.jyfw_page .drbox .brboxl .contentbox {
    font-size: 16px;
}

.jyfw_page .columnbox {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.jyfw_page .columnbox.fixed {
    position: fixed;
    top: 112px;
    background-color: #ffffff;
    z-index: 10;
}

.jyfw_page .columnbox.fixed2 {
    top: 40px;
}

.jyfw_page .columnbox .itembox {}


.jyfw_page .columnbox .itembox .gnav {
    justify-content: center;
}

.jyfw_page .columnbox .dropdown-item::before {
    content: "";
    width: 1px;
    height: 32px;
    right: 0;
    top: 12px;
    background: #ededed;
    position: absolute;
}


.jyfw_page .columnbox .active {
    color: #094aaa;
    background: #ffffff;
}



.jyfw_page .columnbox .dropdown-item:last-child:before {
    display: none;
}


.jyfw_page .columnbox .itembox .gnav .dropdown-item {
    width: 300px;
    line-height: 60px;
    text-align: center;
    position: relative;
}



/* 品质管控 */
.jyfw_page .pzgkbox {
    position: relative;
    background: #f5f9fe;
    padding: 80px 0;
}

.jyfw_page .pzgkbox .titlebox .title_en {
    color: #094aaa;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.jyfw_page .pzgkbox .titlebox .title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 25px;
}

.jyfw_page .pzgkbox .pzgkitembox {
    margin-top: 30px;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox {
    width: 700px;
    height: 250px;
    border-radius: 4px;
    box-shadow: 0 0 8px #ededed;
    background-color: #ffffff;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item {
    padding: 20px 25px;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item .imgbox {
    width: 300px;
    height: 200px;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox {
    width: calc(100% - 320px);
    padding-left: 40px;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .title {
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .text {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .more {
    width: 280px;
    height: 50px;
    border-radius: 6px;
    border: #094aaa 1px solid;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .more::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #094aaa;
    z-index: -1;
    transition: all .5s;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item:hover .textbox .more::before {
    width: 100%;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .more a {
    color: #094aaa;
}

.jyfw_page .pzgkbox .pzgkitembox .itembox .item:hover .textbox .more a {
    color: #ffffff;
}

/* 提供服务 */
.jyfw_page .tgfwbox {
    position: relative;
    background: #ffffff;
    padding: 80px 0;
}


.jyfw_page .tgfwbox .titlebox .title {
    width: 100%;
    text-align: center;
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    margin-top: 25px;
}

.jyfw_page .tgfwbox .text {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #000000;
    margin: 50px 0;
}

.jyfw_page .tgfwbox .imgboxx .itembox {
    width: 560px;
}

.jyfw_page .tgfwbox .imgboxx .itembox .imgbox {
    width: 100%;
    height: 200px;
}

.jyfw_page .tgfwbox .imgboxx .itembox .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.jyfw_page .odmbox {
    position: relative;
    background: #f8fafc;
    padding: 80px 0;
}

.jyfw_page .odmbox .Innerbox .titlebox {
    position: relative;
    padding: 70px 0;
}

.jyfw_page .odmbox .Innerbox .titlebox .bule_title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    padding-right: 20px;
    border-right: 4px solid #094aaa;
}

.jyfw_page .odmbox .Innerbox .titlebox .title {
    color: #000000;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin-left: 20px;
}

.jyfw_page .odmbox .Innerbox .titlebox .desc_title {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 50px;
    padding-right: 120px;
}

.jyfw_page .odmbox .Innerbox .cententbox .linebox {
    line-height: 32px;
    margin-top: 30px;
}

.jyfw_page .odmbox .Innerbox .cententbox .linebox .bule_title {
    width: 19px;
}

.jyfw_page .odmbox .Innerbox .cententbox .linebox .title {
    font-size: 32px;
    color: #000000;
    margin-left: 20px;
    line-height: 32px;
}

.jyfw_page .odmbox .Innerbox .cententbox {}

.jyfw_page .odmbox .Innerbox .cententbox .itembox {
    margin-top: 35px;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox {
    width: 230px;
    height: 650px;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper {
    width: 100%;
    height: 510px;
    position: relative;
}

.jyfw_page .odmbox .Innerbox .titlebox .jyfw_odmTnext {
    top: 100%;
    right: 115px;
    transform: rotate(90deg);
}

.jyfw_page .odmbox .Innerbox .titlebox .jyfw_odmTprev {
    top: 0;
    left: 115px;
    transform: rotate(90deg);
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox::before {
    content: "";
    width: 1px;
    height: 100%;
    right: 10px;
    top: 0;
    position: absolute;
    background: #dddddd;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide {
    text-align: right;
    padding-right: 45px;
    position: relative;
    font-size: 16px;
    /* 新增的 */
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /* 默认不换行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    transition: all 0.3s ease;
}



.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide::after {
    content: "";
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    position: absolute;
    border: 1px solid #666666;
    border-radius: 100%;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide::before {
    content: "";
    width: 14px;
    height: 14px;
    right: 3px;
    top: 3px;
    position: absolute;
    background-color: #666666;
    border-radius: 100%;

}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide:hover {
    color: #094aaa;
    white-space: normal;
    /* 允许换行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制两行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide:hover::before {
    background-color: #094aaa;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide:hover::after {
    border: #094aaa 1px solid;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide.show {
    color: #094aaa;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide.show::before {
    background-color: #094aaa;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .titleSwiper .swiper-slide.show::after {
    border: #094aaa 1px solid;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .jyfw_odmT::after {
    font-weight: bold;
    color: #16438d;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .swiper-button-disabled {
    opacity: 1;

}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox .swiper-button-disabled::after {
    font-weight: bold;
    color: #aaaaaa;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox {
    width: calc(100% - 230px);
    padding-left: 80px;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item {}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .title {
    font-size: 28px;
    font-weight: bold;
    color: #094aaa;
    line-height: 28px;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .desc {
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-top: 20px;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox {
    margin-top: 40px;
}


.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem {
    border-bottom: 1px dashed #dddddd;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem .til {
    position: relative;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem .til .tl {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-left: 30px;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem .til .tl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 32.5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #094aaa;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem .til .icon {
    width: 10px;
    line-height: 70px;
    font-size: 24px;
    transition: all .2s;
}



.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem .til .icon img {
    width: 100%;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem .text {
    display: none;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding-bottom: 10px;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem.active .text {
    display: block;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .tdbox .tditem.active .til .icon {
    transform: rotate(90deg);
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox {
    padding: 0 70px;
    position: relative;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox .jyfw_odman {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0 0 16px #dddddd;
    opacity: 1;

}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox .jyfw_odman::after {
    color: #16438d;
    font-weight: bold;
}


.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox .jyfw_odman:hover {
    background: #16438d;
    box-shadow: 0 0 0;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox .jyfw_odman:hover::after {
    color: #ffffff;
    font-weight: bold;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox .jyfw_odman.swiper-button-disabled {
    background: #ffffff;
}

.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox .jyfw_odman.swiper-button-disabled::after {
    color: #16438d;
    font-weight: bold;
}



.jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox .item .lbbox>.swiper .itembox .text {
    text-align: center;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
}

/* oem */
.jyfw_page .oembox {
    position: relative;
    background: #ffffff;
    padding: 80px 0 5px 0;
}

.jyfw_page .oembox .Innerbox .titlebox {
    position: relative;
    padding: 70px 0 0 0;
}

.jyfw_page .oembox .Innerbox .titlebox .bule_title {
    color: #094aaa;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    padding-right: 20px;
    border-right: 4px solid #094aaa;
}

.jyfw_page .oembox .Innerbox .titlebox .linebox .title {
    color: #000000;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin-left: 20px;
}


.jyfw_page .oembox .Innerbox .contentbox {}

.jyfw_page .oembox .Innerbox .contentbox .top {
    margin-top: 55px;
}

.jyfw_page .oembox .Innerbox .contentbox .top .item {
    width: 330px;
    height: 280px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.jyfw_page .oembox .Innerbox .contentbox .top .item .imgbox {
    width: 330px;
    height: 165px;
    border-radius: 8px;
    overflow: hidden;
}

.jyfw_page .oembox .Innerbox .contentbox .top .item .textbox {
    position: relative;
    padding: 20px 15px 0 15px;
}

.jyfw_page .oembox .Innerbox .contentbox .top .item .textbox .title {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.jyfw_page .oembox .Innerbox .contentbox .top .item .textbox .text {
    margin-top: 10px;
    /* line-height: 30px; */
    font-size: 14px;
    color: #666666 !important;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* 显示3行文本 */
}

.jyfw_page .oembox .Innerbox .contentbox .bottom {
    margin-top: 45px;
}

.jyfw_page .oembox .Innerbox .contentbox .bottom .item {
    width: calc((100% - 125px) / 6);
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
}


/* .jyfw_page .oembox .Innerbox .contentbox .bottom .item .imgbox img {
    filter: grayscale(100%);
    transition: all .5s;
}

.jyfw_page .oembox .Innerbox .contentbox .bottom .item:hover .imgbox img {
    filter: grayscale(0%);
} */




/* .jyfw_page .oembox .Innerbox .contentbox .bottom .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #094aaa;
    opacity: .8;
    color: #ffffff !important;
    text-align: center;
    width: 100%;
    height: 35px;
    font-size: 18px;
    line-height: 30px;
} */

.jyfw_page .oembox .Innerbox .contentbox .bottom .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333333;
    opacity: .2;
    color: #ffffff !important;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 150px;
    transition: all .5s;
}


.jyfw_page .oembox .Innerbox .contentbox .bottom .item:hover .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #094aaa;
    opacity: .8;
    color: #ffffff !important;
    text-align: center;
    width: 100%;
    height: 35px;
    font-size: 18px;
    line-height: 30px;
}

.gjmyhtml .pagebox .gjmypage .listbox2 {
    display: none;
}

@media (max-width: 1550px) {
    .abouthtml1 .drbox .characteristicbox .itembox .itembg {
        min-height: 106px;
    }


}

@media (max-width: 768px) {


    .abouthtml1 .aboutbanner>.text {}

    .abouthtml1 .columnbox .dropdown-item {
        width: 33%;
        line-height: 40px;
    }

    .abouthtml1 .drbox {
        padding: 5rem 0;
    }

    .abouthtml1 .drbox .brboxl {
        padding-bottom: 5rem;
    }

    .abouthtml1 .drbox .characteristicbox .itembox {
        padding: 0;
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }

    .abouthtml1 .drbox .brboxr {
        justify-content: center !important;
    }

    .abouthtml1 .fbox {
        padding: 1rem;
        border-radius: 5px;
    }

    .abouthtml1 .fbox .fbtitle {
        padding-bottom: 2rem;
    }

    .gyqyhtml .columnbox a {
        line-height: 2rem !important;
    }

    .gyqyhtml .page {
        padding: 5rem 0;
    }

    .gyqyhtml .page .jjbox .imgbox {
        width: 100%;
        min-height: 750px;
    }

    .gyqyhtml .page .jjbox .jjr {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
    }


    .gyqyhtml .page .jjbox .jjr .zhiwei {
        font-size: 18px;
        color: #aaaaaa;
        width: 100%;
        border-bottom: 1px solid #aaaaaa;
        line-height: 2;
        letter-spacing: 1.2px;
    }



    .gyqyhtml .page .jjbox .jjr .yulubox {
        position: absolute;
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: start;
        align-items: center;
        left: 0;
        bottom: 60px;
    }

    .gyqyhtml .page .jjbox .jjr .ceobox {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 5%;
        font-weight: 600;
        color: #666666;
        text-align: center;
    }

    .gyqyhtml .page .jjbox .jjr .ceobox .cesitem {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .gyqyhtml .page .jjcbox {
        margin: 0;
    }


    .syalhtml .pagebox {
        padding: 35px 0 0 0;
    }

    .syalhtml .pagebox .syalpage {
        height: calc(100vh);
        display: inherit;
    }

    .syalhtml .pagebox .syalpage .row {
        margin: 0;

    }

    .syalhtml .pagebox .syalpage .listboxleft {
        width: 100%;
        padding-top: 15px;
    }

    .syalhtml .pagebox .syalpage .listbox .list {
        width: 90%;
        height: auto;
    }

    .syalhtml .pagebox .syalpage .listbox .list::before {
        width: 0;
        background-color: rgba(0, 0, 0, 0);
    }


    .syalhtml .pagebox .swiper-slide a.active::before {
        width: 0px;
        background-color: rgba(0, 0, 0, 0);

    }

    .syalhtml .pagebox .syalpage .listbox .swiper-button-next {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 44%);
        left: calc(var(--swiper-navigation-top-offset, 100%) - 11px);
        color: #aaaaaa;
        transform: rotate(0deg);
        width: 11px;
    }

    .syalhtml .pagebox .syalpage .listbox .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 44%);
        left: var(--swiper-navigation-top-offset, 0%);
        color: #aaaaaa;
        transform: rotate(0deg);
        width: 11px;

    }

    .syalhtml .pagebox .syalpage .listboxright {
        width: 100%;
    }

    .syalhtml .pagebox .cententbox {
        padding-left: 0;
        width: 100%;
    }

    .syalhtml .pagebox .cententbox img {
        width: auto;
        max-width: 100%;
    }

    .syalhtml .pagebox .syalpage .listbox .swiper-slide .imgbox {
        width: 100%;
    }

    .syalhtml .pagebox .syalpage .listbox .swiper-slide .item {
        width: 100%;
    }

    .syalhtml .pagebox .cententbox .title {
        font-size: 24px;
        color: #094aaa;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .lxwmhtml .lxwmbox {
        padding: 12px;
        margin: 5rem auto;
        border-radius: 5px;
    }

    .lxwmhtml .phonebox>.title {
        margin-bottom: 3rem;
    }

    .lxwmhtml .w80>.phonebox .contentsbox .colitem {
        width: 100%;
    }

    .lxwmhtml .w80>.phonebox .contentsbox .colitem .title {
        font-size: 20px;
        font-weight: bold;
    }

    .lxwmhtml .w80>.phonebox .contentsbox .colitem.itembox {
        display: flex;
        justify-content: start;
        align-items: center;

    }

    .lxwmhtml .lxwmbox .formbox .formitembox .input-check-inline {
        justify-content: space-between;
    }

    .lxwmhtml .lxwmbox .formbox .formitembox .input-check.input-check-inline>label {
        margin-right: 10px;
        font-size: 18px;
    }

    .lxwmhtml .w80>.phonebox .contentsbox .colitem .itembox .iconbox {
        width: 16px;
    }

    .lxwmbanner {
        margin-top: 40px;
    }

    .gjmyhtml .columnbox .itembox {
        position: relative;
        top: 0;
        left: 0%;
        transform: translate(0%);
        z-index: 11;
        margin-top: 0px;
        box-shadow: 0 0;
        border-radius: 0;
    }

    .gjmyhtml .columnbox a {
        line-height: 35px;
    }

    .gjmyhtml .pagebox {
        padding: 10px 0 0 0;
    }

    .gjmyhtml .pagebox .gjmypage .listbox {
        width: 100%;
    }

    .gjmyhtml .pagebox .gjmypage .listbox .list {
        height: auto;
    }

    .gjmyhtml .pagebox .gjmypage .listbox .list::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffff;
        z-index: -1;
    }

    .gjmyhtml .pagebox .gjmypage .listbox .list::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 5;
    }

    .gjmyhtml .pagebox .gjmypage .swiper-wrapper {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .gjmyhtml .pagebox .gjmypage .listbox .swiper-slide .item {
        /* width: 100%; */
    }

    .gjmyhtml .pagebox .gjmypage .listbox .swiper-slide::before {
        content: "";
        width: 0px;
        height: 0%;

    }

    .gjmyhtml .pagebox .gjmypage .listbox .swiper-button-next {
        width: 11px;
        position: absolute;
        top: var(--swiper-navigation-top-offset, 44%);
        left: calc(var(--swiper-navigation-top-offset, 100%) - 11px);
        color: #aaaaaa;
        transform: rotate(0deg);
    }

    .gjmyhtml .pagebox .gjmypage .listbox .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 44%);
        left: var(--swiper-navigation-top-offset, 0%);
        color: #aaaaaa;
        transform: rotate(0deg);
        width: 11px;
    }

    .gjmyhtml .pagebox .listbox .swiper-slide a::before {
        content: "";
        width: 0px;
        height: 0%;
    }


    .gsxwhtml .columnbox .itembox {
        position: relative;
        top: 0;
        left: 0%;
        transform: translate(0%);
        z-index: 11;
        margin-top: 0px;
        box-shadow: 0 0;
        border-radius: 0;

    }

    .gsxwhtml .columnbox .itembox .row {
        margin: 0;
    }

    .gsxwhtml .pagebox {
        padding: 0;
    }

    .gsxwhtml .columnbox a {
        line-height: 35px;
    }

    .gsxwhtml .columnbox .dropdown-item {
        width: 100%;
    }

    .gsxwhtml .columnbox a:hover {
        background-color: #094aaa;
        color: #ffffff;
    }

    .gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem {
        border: 1px solid #aaaaaa;
        border-radius: 5px;
        padding: 5px;
    }

    .gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .imgbox {
        width: 100%;
    }

    .gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .titlebox {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .titlebox .title {
        width: 100%;
        margin-bottom: 0px;
    }

    .gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .titlebox .date {
        font-size: 14px;
    }

    .gsxwhtml .pagebox .gsxwpage .gsxwitembox a .gsxwitem .contentbox .content {
        margin-bottom: 40px;
    }

    /* 经营范围 */
    .jyfw_page {
        padding-top: 40px;
    }

    .jyfwbanner .text {
        font-size: 21px;
        font-weight: bold;
        color: #ffffff !important;
        position: absolute;
        left: 12%;
        bottom: 31%;
    }

    .jyfwbanner .text::before {
        content: "";
        width: 60px;
        height: 5px;
        left: 0%;
        top: -10px;
        background: #ededed;
        position: absolute;
    }

    .jyfw_page .columnbox .itembox .gnav .dropdown-item {
        width: 50%;
        line-height: 40px;
    }

    .jyfw_page .tgfwbox {
        padding: 60px 0;
    }

    .jyfw_page .tgfwbox .titlebox .title {
        font-size: 36px;
        line-height: 36px;
    }

    .jyfw_page .tgfwbox .text {
        font-size: 18px;
        line-height: 24px;
    }

    .jyfw_page .tgfwbox .imgboxx .itembox {
        width: 100%;
        margin-bottom: 20px;
    }

    .jyfw_page .tgfwbox .imgboxx .itembox .imgbox {
        height: auto;
    }

    .jyfw_page .odmbox {
        padding: 40px 0;
    }

    .jyfw_page .odmbox .Innerbox .titlebox {
        padding: 20px 0;
    }

    .jyfw_page .odmbox .Innerbox .titlebox .bule_title {
        font-size: 36px;
        line-height: 36px;
    }

    .jyfw_page .odmbox .Innerbox .titlebox .title {
        font-size: 18px;

    }

    .jyfw_page .odmbox .Innerbox .titlebox .desc_title {
        padding-right: 0px;
        line-height: 24px;
        margin-top: 30px;
    }

    .jyfw_page .odmbox .Innerbox .cententbox .itembox .titlebox {
        width: 70%;
        height: 565px;
        margin-bottom: 20px;
    }

    .jyfw_page .odmbox .Innerbox .cententbox .itembox .cttbox {
        width: 100%;
        padding-left: 0;
    }

    .jyfw_page .oembox .Innerbox .contentbox .bottom .item {
        width: calc(50% - 5px);
    }

    .jyfw_page .pzgkbox .titlebox .title_en {
        font-size: 36px;
        line-height: 36px;
    }

    .jyfw_page .pzgkbox .titlebox .title {
        font-size: 18px;
        line-height: 18px;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item {
        padding: 10px 15px;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item .imgbox {
        width: 100%;
        height: auto;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1441px) {
    .abouthtml1 .gysbox .itembox .item {
        width: calc(100% / 3 - 30px);
    }

    .jyfw_page .columnbox .itembox .gnav .dropdown-item {
        width: calc(100% / 4 - 30px);
    }

    .jyfw_page .oembox .Innerbox .contentbox .top .item {
        width: calc(100% / 4 - 10px);
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox {
        width: calc(100% / 2 - 10px);
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item .imgbox {
        width: 45%;
        height: auto;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox {
        padding-left: 20px;
        width: 55%;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .title {
        font-size: 18px;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .text {
        font-size: 14px;
    }

    .jyfw_page .pzgkbox .pzgkitembox .itembox .item .textbox .more {
        width: 200px;
        height: 40px;
        border-radius: 6px;
        border: #094aaa 1px solid;
        text-align: center;
        line-height: 40px;
        position: relative;
        z-index: 1;
    }
}