@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.inside-banner {
    position: relative;
    z-index: 9
}

.inside-banner .bannerC {
    position: relative
}

.inside-banner .pc {
    position: relative
}

.inside-banner .pc:after {
    content: "";
    display: block
}

.inside-banner .pc img {
    width: 100%;
    vertical-align: top
}

.inside-banner .mobile {
    display: none;
    position: relative
}

.inside-banner .mobile:after {
    content: "";
    display: block
}

.inside-banner .mobile img {
    width: 100%;
    vertical-align: top
}

.inside-banner .text {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-top: 6rem;
    position: absolute;
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inside-banner .title {
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inside-banner .menuSub {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1023px) {
    .inside-banner .pc {
        display: none
    }

    .inside-banner .mobile {
        display: block
    }

    .inside-banner .title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .inside-banner .title > span {
        padding-right: 120px
    }

    .inside-banner .title .line {
        width: 100px;
        height: 11px;
        top: 10px
    }

    .inside-banner .info {
        font-size: 14px
    }
}

.menuSub .menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.1rem;
    margin-right: -0.1rem
}

.menuSub .menuList li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .1rem
}

.menuSub .menuList a {
    min-height: 100%;
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 8rem;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.39);
    color: #fff
}

.menuSub .menuList a:hover {
    background: rgba(27, 21, 150, 0.39)
}

.menuSub .menuList .active a {
    background: rgba(27, 21, 150, 0.39)
}

@media screen and (max-width: 1023px) {
    .menuSub {
        display: none
    }

    .menuSub .menuList {
        margin-left: -1px;
        margin-right: -1px
    }

    .menuSub .menuList li {
        padding: 0 1px
    }

    .menuSub .menuList a {
        line-height: 20px;
        font-size: 16px;
        padding: 10px 0
    }
}

.profile {
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-size: 2rem;
    color: #22212f;
    line-height: 1.7
}

.profile .common-title-1 {
    margin-bottom: 2rem
}

.profile .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile .left {
    width: 53%;
    padding-right: 3rem
}

.profile .right {
    width: 47%;
    text-align: right
}

.profile .pic {
    display: inline-block;
    text-align: center;
    padding-right: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1
}

.profile .pic .picC {
    background: #fff;
    -webkit-box-shadow: 0 .3rem 2.4rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 .3rem 2.4rem 0 rgba(0, 0, 0, 0.1);
    padding: .8rem
}

.profile .pic::after {
    content: "";
    display: block;
    width: 48rem;
    height: 46rem;
    background: url(../images/profile-zhuangshi.png) no-repeat bottom right;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0
}

.profile .pic img {
    vertical-align: top
}

@media screen and (max-width: 1023px) {
    .profile {
        padding-top: 60px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 2
    }

    .profile .common-title-1 {
        margin-bottom: 20px
    }

    .profile .left {
        width: 100%
    }

    .profile .right {
        width: 100%
    }

    .profile .pic {
        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 1
    }

    .profile .pic .picC {
        background: #fff;
        -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.1);
        padding: 8px
    }

    .profile .pic::after {
        display: none
    }

    .profile .pic img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: top
    }
}

.factory {
    padding-top: 5rem;
    position: relative
}

.factory .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -9rem;
    left: 0
}

.factory .common-title-1 {
    margin-bottom: 5rem
}

.factory > .container {
    max-width: 100%;
    width: 100%
}

.factory .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.factory .list li {
    width: 33.33333333%;
    padding-left: 1rem;
    padding-right: 1rem
}

.factory .list .box {
    display: block;
    overflow: hidden;
    border-radius: 2rem
}

.factory .list img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.factory .swiper-container-initialized .list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0
}

.factory .swiper-container-initialized .list li {
    padding-left: 0;
    padding-right: 0
}

.factory .barDiv {
    text-align: center;
    margin-top: 4rem;
    width: 100%;
    max-width: 112rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6rem;
    padding-right: 6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.factory .bar {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    position: relative
}

.factory .swiper-pagination {
    overflow: hidden;
    border-radius: .3rem;
    background: #e8e7ee;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: .6rem;
    text-align: center;
    position: relative
}

.factory .swiper-pagination-progressbar-fill {
    height: 100%;
    background: var(--main-color)
}

.factory .swiper-pagination-2 {
    width: 12rem;
    font-size: 2rem
}

.factory .swiper-pagination-2 .dangqian {
    color: var(--main-color);
    font-size: 3.2rem
}

.factory .swiper-pagination-2 .xie {
    color: var(--main-color)
}

.factory .swiper-pagination-2 .zongshu {
    color: #e8e7ee;
    font-size: 2rem
}

.factory .swiper-button-next, .factory .swiper-button-prev {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: none;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    border: 1px #e1e1e1 solid;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    text-align: center;
    z-index: 9;
    color: #666
}

.factory .swiper-button-next:after, .factory .swiper-button-prev:after {
    font-size: 1.4rem
}

.factory .swiper-button-next:hover, .factory .swiper-button-prev:hover {
    border: 1px var(--main-color) solid;
    background: var(--main-color);
    color: #fff
}

.factory .swiper-button-next:hover svg, .factory .swiper-button-prev:hover svg {
    fill: #fff !important
}

.factory .swiper-button-prev {
    left: 0
}

.factory .swiper-button-next {
    right: 0
}

@media screen and (max-width: 1023px) {
    .factory {
        padding-top: 60px;
        padding-bottom: 0
    }

    .factory .common-title-1 {
        margin-bottom: 30px
    }

    .factory .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .factory .list li {
        padding-left: 10px;
        padding-right: 10px
    }

    .factory .list .box {
        border-radius: 5px
    }

    .factory .swiper-container {
        border-radius: 0
    }

    .factory .bar {
        height: 30px
    }

    .factory .barDiv {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px
    }

    .factory .swiper-pagination-2 {
        width: 80px;
        font-size: 16px
    }

    .factory .swiper-pagination-2 .dangqian {
        font-size: 16px
    }

    .factory .swiper-pagination-2 .zongshu {
        font-size: 16px
    }

    .factory .swiper-button-next, .factory .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .factory .swiper-button-next:after, .factory .swiper-button-prev:after {
        font-size: 14px
    }

    .factory .swiper-button-prev {
        left: 0
    }

    .factory .swiper-button-next {
        right: 0
    }
}

.team {
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative
}

.team .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -9rem;
    left: 0
}

.team .common-title-1 {
    margin-bottom: 5rem
}

.team .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team .list li {
    width: 33.33333333%
}

.team .list .box {
    display: block;
    border-bottom: .8rem var(--main-color) solid;
    -webkit-box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, 0.1)
}

.team .list .pic {
    position: relative
}

.team .list .pic::after {
    content: "";
    display: block;
    padding-top: 62%
}

.team .list .title {
    font-size: 2rem;
    color: #22212f;
    height: 6rem;
    line-height: 6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.team .swiper-pagination {
    margin-top: 5rem;
    position: static
}

.team .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: #b3b6b7;
    margin: 0 .5rem;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.team .swiper-pagination-bullet:hover {
    background: var(--main-color);
    border-color: var(--main-color)
}

.team .swiper-pagination-bullet-active {
    width: 2.8rem;
    background: var(--main-color);
    border-color: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .team {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .team .common-title-1 {
        margin-bottom: 30px
    }

    .team .list li {
        width: 50%
    }

    .team .list .box {
        border-bottom: 2px var(--main-color) solid;
        -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1)
    }

    .team .list .title {
        font-size: 16px;
        height: 60px;
        line-height: 60px
    }

    .team .swiper-pagination {
        margin-top: 30px
    }

    .team .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin: 0 5px
    }

    .team .swiper-pagination-bullet-active {
        width: 28px
    }
}

.partner {
    background-color: #ddeef1;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 8rem;
    position: relative
}

.partner .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -9rem;
    left: 0
}

.partner .common-title-1 {
    margin-bottom: 5rem
}

.partner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5rem;
    padding-right: 5rem
}

.partner .list li {
    width: 25%;
    padding: 0 1rem 2rem 1rem
}

.partner .list .box {
    overflow: hidden;
    background: #fff;
    position: relative
}

.partner .list .box::after {
    content: "";
    display: block;
    padding-top: 42.85714286%
}

.partner .list .box img {
    -webkit-transition: .5s;
    transition: .5s
}

.partner .list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 1023px) {
    .partner {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .partner .common-title-1 {
        margin-bottom: 30px
    }

    .partner .list {
        padding-left: -5px;
        padding-right: -5px
    }

    .partner .list li {
        width: 25%;
        padding: 0 5px 10px 5px
    }

    .partner .list .box {
        overflow: hidden;
        background: #fff;
        position: relative
    }

    .partner .list .box::after {
        content: "";
        display: block;
        padding-top: 42.85714286%
    }

    .partner .list .box img {
        -webkit-transition: .5s;
        transition: .5s
    }

    .partner .list .box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media screen and (max-width: 640px) {
    .partner .list li {
        width: 33.33333333%
    }
}

.history {
    color: #22212f;
    font-size: 1.8rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative
}

.history .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -9rem;
    left: 0
}

.history .container {
    width: 100%;
    max-width: 100%
}

.history .jieshao {
    padding-top: 2rem;
    padding-bottom: 4rem;
    text-align: center
}

.history .part-1 {
    margin-bottom: 2rem
}

.history .part-1 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.history .part-1 .list li {
    width: auto;
    max-width: 46rem;
    padding: 0 2.5rem;
    position: relative
}

.history .part-1 .list li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .6rem 0 .6rem 1rem;
    border-color: transparent transparent transparent var(--main-color);
    position: absolute;
    top: 50%;
    right: -0.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.history .part-1 .list li:last-child::after {
    display: none
}

.history .part-1 .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    line-height: 2rem;
    height: 6rem;
    padding: 1rem 1rem;
    text-align: center;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem
}

.history .part-2 {
    width: 192rem;
    height: 80rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.history .part-2 .line {
    width: 192rem;
    height: 80rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

.history .part-2 .list {
    width: 192rem;
    height: 80rem;
    position: relative
}

.history .part-2 li {
    padding-left: 4rem;
    border-left: 1px #56b1e5 solid;
    position: absolute;
    z-index: 9
}

.history .part-2 li::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon/postion.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: -1.5rem;
    left: -1rem
}

.history .part-2 li:nth-child(2n) {
    padding-top: 3rem
}

.history .part-2 li:nth-child(2n)::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -1.5rem;
    top: initial
}

.history .part-2 .title {
    font-size: 4.2rem;
    color: #000;
    line-height: 5rem
}

.history .part-2 .info {
    font-size: 1.8rem;
    color: #22212f;
    line-height: 3rem
}

.history .part-2 .item-1 {
    width: 34rem;
    bottom: 44.125%;
    left: 9.375%
}

.history .part-2 .item-2 {
    width: 51rem;
    top: 61.25%;
    left: 20.57291667%
}

.history .part-2 .item-3 {
    width: 35rem;
    bottom: 53.75%;
    left: 33.33333333%;
    padding-bottom: 6rem
}

.history .part-2 .item-4 {
    width: 36rem;
    top: 46.875%;
    left: 48.69791667%
}

.history .part-2 .item-5 {
    width: 39rem;
    bottom: 70%;
    left: 61.97916667%;
    padding-bottom: 2rem
}

.history .part-2 .item-6 {
    width: 32rem;
    top: 30%;
    left: 75%
}

@media screen and (max-width: 1023px) {
    .history {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 14px
    }

    .history .jieshao {
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: center
    }

    .history .part-1 {
        margin-bottom: 20px
    }

    .history .part-1 .list li {
        max-width: 360px;
        padding: 0 10px;
        position: relative
    }

    .history .part-1 .list li::after {
        content: "";
        display: none
    }

    .history .part-1 .list .box {
        font-size: 14px;
        line-height: 20px;
        height: 50px;
        padding: 15px 10px;
        border: 2px var(--main-color) solid;
        border-radius: 5px
    }

    .history .part-2 {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .history .part-2 .line {
        display: none
    }

    .history .part-2 .list {
        width: auto;
        height: auto;
        padding-top: 20px;
        padding-left: 20px;
        position: relative
    }

    .history .part-2 li {
        width: auto !important;
        top: initial !important;
        bottom: initial !important;
        left: initial !important;
        padding-left: 20px;
        border-left: 1px #56b1e5 solid;
        margin-bottom: 40px;
        padding-bottom: 20px;
        position: relative;
        z-index: 9
    }

    .history .part-2 li::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/icon/postion.svg) no-repeat center center;
        background-size: cover;
        position: absolute;
        top: -15px !important;
        left: -10px
    }

    .history .part-2 li:nth-child(2n) {
        padding-top: 0
    }

    .history .part-2 li:nth-child(2n)::before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        bottom: initial
    }

    .history .part-2 .title {
        font-size: 24px;
        line-height: 1.5
    }

    .history .part-2 .info {
        font-size: 14px;
        line-height: 1.5
    }
}

.inside-1 {
    overflow: hidden;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    background: #f7f7f7;
    position: relative;
    z-index: 1
}

.inside-1::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%
}

.inside-1 .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.inside-1 .asideBtnM {
    display: none;
    font-size: 14px;
    line-height: 30px;
    width: 40px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 0
}

.inside-1 .asideBtnM .txt {
    display: none
}

.inside-1 .asideBtnM .icon {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -5px
}

.inside-1 .leftAsideMDiv {
    width: 20%;
    float: left;
    position: relative
}

.inside-1 .leftAsideMDiv .bg {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: url(../images/product-bg-1.png) no-repeat top right;
    position: absolute;
    top: 0;
    right: -2rem
}

.inside-1 .leftAsideMDiv .earth {
    width: 140rem;
    height: 140rem;
    position: absolute;
    bottom: -80rem;
    right: -80rem;
    -webkit-animation: rotate360 20s linear infinite;
    animation: rotate360 20s linear infinite
}

.inside-1 .leftAsideMDiv .common-bread .container {
    width: 100%;
    padding-left: 0
}

.inside-1 .leftAside {
    position: -webkit-sticky;
    position: sticky
}

.inside-1 .waves {
    opacity: .3;
    position: fixed;
    z-index: -1;
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 50vh
}

.inside-1 .waves canvas {
    width: 100% !important;
    height: 50vh !important
}

.inside-1 .classifyAside {
    font-size: 1.8rem;
    position: relative;
    z-index: 1
}

.inside-1 .classifyAside .titleBig {
    line-height: 1;
    color: #333;
    font-size: 2rem;
    font-family: var(--font-family-P-B);
    line-height: 8rem;
    overflow: hidden;
    background-size: cover;
    color: #292929;
    display: block;
    position: relative
}

.inside-1 .classifyAside .list > li {
    overflow: hidden;
    padding-bottom: 1.8rem
}

.inside-1 .classifyAside .list > li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.inside-1 .classifyAside .list > li .title {
    background: #fefdfd;
    position: relative;
    z-index: 1
}

.inside-1 .classifyAside .list > li .title:hover .icon::before, .inside-1 .classifyAside .list > li .title:hover .icon::after {
    background: #fff
}

.inside-1 .classifyAside .list > li .title > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #332c2b;
    line-height: 3rem;
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    color: #292929;
    padding: 1.5rem 2.4rem 1.5rem 1rem;
    position: relative;
    z-index: 1
}

.inside-1 .classifyAside .list > li .title > a:hover {
    background: var(--main-color);
    color: #fff
}

.inside-1 .classifyAside .list .icon {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 2rem;
    right: 2rem
}

.inside-1 .classifyAside .list .icon::before, .inside-1 .classifyAside .list .icon::after {
    content: "";
    display: block;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.inside-1 .classifyAside .list .icon::before {
    width: .8rem;
    height: .2rem
}

.inside-1 .classifyAside .list .icon::after {
    width: .2rem;
    height: .8rem
}

.inside-1 .classifyAside .list .icon-2 {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #f7f7f7;
    position: absolute;
    z-index: -1;
    top: 3.5rem;
    right: 0
}

.inside-1 .classifyAside .list .icon-2::before {
    content: "";
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-top: 1px #3d3d3d solid;
    border-right: 1px #3d3d3d solid;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -0.2rem
}

.inside-1 .classifyAside .list .cur .icon::after {
    height: 0
}

.inside-1 .classifyAside .list .active .title a {
    background: var(--main-color);
    color: #fff
}

.inside-1 .classifyAside .list .active .title .icon::before, .inside-1 .classifyAside .list .active .title .icon::after {
    background: #fff
}

.inside-1 .classifyAside .list .active .title .icon::after {
    height: 0
}

.inside-1 .classifyAside .list .child {
    padding-bottom: 2rem
}

.inside-1 .classifyAside .list .child .list > li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.inside-1 .classifyAside .list .child a {
    color: #7a7a7a;
    display: block;
    font-size: 1.6rem;
    line-height: 3rem;
    height: 3rem;
    padding-left: 1.5rem
}

.inside-1 .classifyAside .list .child a:hover {
    color: var(--main-color)
}

.inside-1 .classifyAside .list .child .active a {
    color: var(--main-color)
}

.inside-1 .rightCon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 80%;
    float: left;
    padding-top: 10rem;
    padding-left: 6rem;
    position: relative;
    z-index: 1
}

.inside-1 .rightCon::before {
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 2rem
}

@media screen and (max-width: 1023px) {
    .inside-1 {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 60px;
        z-index: 999
    }

    .inside-1::before {
        display: none
    }

    .inside-1 .asideBtnM {
        display: block !important
    }

    .inside-1 > .container {
        padding: 0 15px
    }

    .inside-1 .mask {
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        width: 100vw;
        height: 100%;
        display: none;
        opacity: 1;
        z-index: 1000;
        top: 0;
        left: 0
    }

    .inside-1 .mask.show {
        display: block
    }

    .inside-1 .leftAsideMDiv {
        width: auto;
        padding-right: 0
    }

    .inside-1 .leftAsideMDiv .bg {
        display: none
    }

    .inside-1 .leftAsideMDiv .common-bread {
        display: none
    }

    .inside-1 .leftAside {
        display: block;
        width: 100%;
        max-width: 420px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -100%;
        -webkit-transition: .5s;
        transition: .5s
    }

    .inside-1 .leftAside.openM {
        left: 0
    }

    .inside-1 .leftAside.openM .titleBig {
        left: 0
    }

    .inside-1 .waves {
        display: none
    }

    .inside-1 .classifyAside {
        background-color: #fff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        overflow: hidden;
        position: relative;
        z-index: 999;
        padding: 80px 0 0 0;
        min-height: 100%
    }

    .inside-1 .classifyAside .titleBig {
        background: #fff;
        width: 100%;
        max-width: 420px;
        font-size: 18px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        -webkit-transition: .5s;
        transition: .5s
    }

    .inside-1 .classifyAside .nr {
        padding: 0 20px 20px 30px
    }

    .inside-1 .classifyAside .list > li .title {
        padding-top: 0
    }

    .inside-1 .classifyAside .list > li .title > a {
        line-height: 30px;
        font-size: 16px;
        padding: 15px 24px 15px 24px
    }

    .inside-1 .classifyAside .list .icon {
        width: 20px;
        height: 20px;
        top: 19px;
        right: 10px
    }

    .inside-1 .classifyAside .list .icon::before {
        width: 8px;
        height: 2px
    }

    .inside-1 .classifyAside .list .icon::after {
        width: 2px;
        height: 8px
    }

    .inside-1 .classifyAside .list .icon-2 {
        width: 20px;
        height: 20px;
        top: 19px
    }

    .inside-1 .classifyAside .list .icon-2::before {
        width: 8px;
        height: 8px;
        margin-left: -2px
    }

    .inside-1 .classifyAside .list .child {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .inside-1 .classifyAside .list .child a {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        padding-left: 0
    }

    .inside-1 .rightCon {
        width: 100%;
        padding: 0;
        border: none
    }

    .inside-1 .rightCon::before {
        display: none
    }

    .inside-1 .rightCon .rightConC {
        background: none;
        padding: 0 0;
        min-height: auto
    }
}

.product .hd {
    padding: 0 0 2rem 0;
    margin-bottom: 5rem;
    border-bottom: 1px #ddd solid;
    position: relative
}

.product .hd .title {
    font-size: 3.2rem;
    line-height: 4rem;
    color: #000
}

.product .hd .more {
    display: block;
    overflow: hidden;
    min-width: 17rem;
    height: 4rem;
    line-height: 4rem;
    background: -webkit-gradient(linear, right top, left top, from(#ed8001), color-stop(69%, #e40615), to(#ab2428));
    background: linear-gradient(-90deg, #ed8001, #e40615 69%, #ab2428);
    -webkit-clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
    border-top-right-radius: 1rem;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3rem
}

.product .hd .more::before {
    content: "";
    display: block;
    width: 3rem;
    height: 4rem;
    background: url(../images/title-bg.png) no-repeat right bottom;
    background-size: 3rem 4rem;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0
}

.product .hd .more::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    background: -webkit-gradient(linear, right top, left top, from(#ed8001), color-stop(69%, #e40615), to(#ab2428));
    background: linear-gradient(-90deg, #ed8001, #e40615 69%, #ab2428);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.product .hd .more:hover::after {
    width: 100%
}

.product .common-page {
    padding-top: 2rem
}

@media screen and (max-width: 1023px) {
    .product .hd {
        padding: 0 0 20px 0;
        margin-bottom: 20px
    }

    .product .hd .title {
        padding-right: 0;
        font-size: 20px;
        line-height: 30px
    }

    .product .hd .more {
        margin-top: 10px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: initial;
        clip-path: initial;
        min-width: 140px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        border-top-right-radius: 20px;
        border-radius: 20px;
        font-size: 14px;
        right: initial;
        left: initial;
        position: static
    }

    .product .hd .more::before {
        width: 30px;
        height: 40px;
        background-size: 30px 40px
    }
}

.product-show .hd {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 12rem
}

.product-show .hd .title-show {
    font-size: 3.6rem;
    font-family: var(--font-family-P-B);
    color: #22212f
}

.product-show .hd .jieshao {
    font-size: 2.4rem
}

.product-show .hd .con {
    padding-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-show .hd .con .left {
    width: 45%;
    padding-right: 5.1rem
}

.product-show .hd .con .pic {
    text-align: center;
    background: #f2f8fd
}

.product-show .hd .con .right {
    width: 55%;
    padding-left: .9rem;
    padding-top: 2rem
}

.product-show .canshu {
    padding-top: 4rem;
    padding-bottom: 3rem;
    font-size: 1.4rem;
}

.product-show .canshu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem
}

.product-show .canshu .list li {
    min-width: 50%;
    padding: 0 2rem 2rem 2rem
}

.product-show .canshu .list li:nth-child(2n+1) {
    min-width: 40%
}

.product-show .canshu .list li:nth-child(2n) {
    padding-left: 2rem;
    min-width: 60%
}

.product-show .canshu .list li:nth-child(2n) .title {
    width: 16rem
}

.product-show .canshu .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 3rem;
    position: relative
}

.product-show .canshu .list .title {
    width: 18rem;
    font-family: var(--font-family-P-B);
    color: #22212f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-left: 4rem
}

.product-show .canshu .list .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: .5rem;
    left: 0
}

.product-show .canshu .list .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    color: #383838
}

.product-show .btnDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem
}

.product-show .btnDiv > div {
    padding: 0 2rem
}

.product-show .btnDiv a {
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 19rem;
    padding: 0 1rem;
    line-height: 6rem;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem;
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    color: var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-show .btnDiv a::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color);
    opacity: .1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.product-show .btnDiv a .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem
}

.product-show .btnDiv a .icon svg {
    width: 1.4rem;
    height: 1.4rem
}

.product-show .btnDiv a:hover {
    color: var(--main-color)
}

.product-show .btnDiv a:hover::after {
    width: 100%
}

.product-show .btnDiv .a-1 {
    background: var(--main-color);
    color: #fff
}

.product-show .btnDiv .a-1:hover {
    background: var(--main-color);
    color: #fff
}

.product-show .bd {
    padding-top: 6rem;
    color: #242a52;
    font-size: 1.8rem;
    line-height: 1.5
}

.product-show .bd .titleBig {
    text-align: center;
    font-size: 4.2rem;
    color: #000;
    font-family: var(--font-family-P-B);
    text-transform: uppercase
}

.product-show .overview {
    text-align: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.product-show .overview .nr {
    margin-top: 5rem;
    background-color: #dfdeef;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 13rem;
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 2rem;
    position: relative
}

.product-show .overview .nr .enBig {
    font-size: 10.2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background-clip: text;
    color: transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1rem
}

.product-show .overview .left {
    width: 60%
}

.product-show .overview .right {
    width: 40%
}

.product-show .overview .list {
    text-align: left
}

.product-show .overview .list li {
    padding-bottom: 2rem
}

.product-show .overview .list li:last-child {
    padding-bottom: 0
}

.product-show .overview .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    border-radius: 1rem
}

.product-show .overview .list .pic {
    width: 16rem;
    height: 16rem
}

.product-show .overview .list .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3rem;
    padding-left: 3rem
}

.product-show .overview .list .title {
    color: #475ca5;
    font-size: 2.8rem;
    font-family: var(--font-family-P-B);
    text-transform: uppercase
}

.product-show .overview .list .info {
    color: #475ca5;
    font-size: 1.8rem;
    line-height: 2.6rem
}

.product-show .overview .list li:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0))
}

.product-show .specification {
    margin-top: 8rem;
    background-color: #f5fefe;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.product-show .specification .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-show .specification .left {
    width: 60%
}

.product-show .specification .right {
    width: 40%
}

.product-show table {
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    /*overflow: auto;*/
}

.product-show .table-1 {
    overflow: auto;
}



.product-show table th, .product-show table td {
    border: 1px #dadada solid;
    padding-top: .2rem;
    padding-bottom: .2rem
}

.product-show table th {
    font-weight: 400;
    font-size: 1.6rem;
    background: var(--main-color);
    color: #fff;
    font-family: var(--font-family-P-B)
}

.product-show table tr:nth-child(2n) td {
    background: #eaf5fd
}

@media screen and (max-width: 1023px) {
    .product-show .hd {
        padding-bottom: 60px
    }

    .product-show .hd .title-show {
        font-size: 24px
    }

    .product-show .hd .jieshao {
        font-size: 16px
    }

    .product-show .hd .con {
        padding-top: 40px
    }

    .product-show .hd .con .left {
        width: 100%;
        padding-right: 0
    }

    .product-show .hd .con .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }

    .product-show .canshu {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 14px
    }

    .product-show .canshu .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .product-show .canshu .list li {
        min-width: 50%;
        padding: 0 10px 20px 10px
    }

    .product-show .canshu .list li:nth-child(2n+1) {
        min-width: 50%
    }

    .product-show .canshu .list li:nth-child(2n) {
        padding-left: 10px;
        min-width: 50%
    }

    .product-show .canshu .list li:nth-child(2n) .title {
        width: 120px
    }

    .product-show .canshu .list .box {
        line-height: 30px
    }

    .product-show .canshu .list .title {
        width: 120px;
        padding-left: 40px
    }

    .product-show .canshu .list .icon {
        width: 20px;
        height: 20px;
        top: 5px
    }

    .product-show .btnDiv {
        margin-left: -10px;
        margin-right: -10px
    }

    .product-show .btnDiv > div {
        padding: 0 10px
    }

    .product-show .btnDiv a {
        min-width: 130px;
        padding: 0 10px;
        line-height: 50px;
        border-radius: 5px;
        font-size: 14px
    }

    .product-show .btnDiv a .icon {
        margin-left: 10px
    }

    .product-show .btnDiv a .icon svg {
        width: 14px;
        height: 14px
    }

    .product-show .bd {
        padding-top: 60px;
        font-size: 14px
    }

    .product-show .bd .titleBig {
        font-size: 24px
    }

    .product-show .overview {
        max-width: 1400px
    }

    .product-show .overview .nr {
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        border-radius: 5px
    }

    .product-show .overview .nr .enBig {
        display: none
    }

    .product-show .overview .left {
        width: 100%
    }

    .product-show .overview .right {
        width: 100%
    }

    .product-show .overview .list {
        text-align: left
    }

    .product-show .overview .list li {
        padding-bottom: 20px
    }

    .product-show .overview .list li:last-child {
        padding-bottom: 0
    }

    .product-show .overview .list .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
        border-radius: 10px;
        padding: 10px;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .product-show .overview .list .pic {
        width: 60px;
        height: 60px;
        position: static
    }

    .product-show .overview .list .text {
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        padding-right: 10px;
        padding-left: 10px
    }

    .product-show .overview .list .title {
        font-size: 18px
    }

    .product-show .overview .list .info {
        color: #475ca5;
        font-size: 18px;
        line-height: 26px
    }

    .product-show .overview .list li:nth-child(2n) .box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0))
    }

    .product-show .specification {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .product-show .specification .left {
        width: 100%
    }

    .product-show .specification .right {
        width: 100%
    }

    .product-show .table-1 {
        overflow: auto
    }

    .product-show table {
        color: #333;
        font-size: 14px;
        text-align: center
    }

    .product-show table th, .product-show table td {
        border: 1px #dadada solid;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .product-show table th {
        font-weight: 400;
        font-size: 14px;
        background: var(--main-color);
        color: #fff;
        font-family: var(--font-family-P-B)
    }

    .product-show table tr:nth-child(2n) td {
        background: #eaf5fd
    }
}

.relatedProduct {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.relatedProduct .common-title-2 {
    text-align: center;
    border-bottom: none
}

.relatedProduct .listProduct {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.relatedProduct .swiper-pagination {
    position: static
}

.relatedProduct .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px #aeaeae solid;
    background: none;
    margin: 0 .5rem;
    opacity: 1
}

.relatedProduct .swiper-pagination-bullet:hover {
    background: var(--main-color);
    border-color: var(--main-color)
}

.relatedProduct .swiper-pagination-bullet-active {
    background: var(--main-color);
    border-color: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .relatedProduct {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .relatedProduct .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px
    }
}

.download {
    padding-top: 6rem;
    padding-bottom: 10rem
}

.download .common-page {
    padding-top: 6rem
}

.download .list {
    margin-top: 8rem
}

.download .list li {
    padding-bottom: 2rem
}

.download .list li:last-child {
    padding-bottom: 0
}

.download .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f2f4f3;
    color: #888;
    font-size: 1.8rem;
    line-height: 6.4rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 13.4rem;
    position: relative
}

.download .list .img {
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    position: absolute;
    top: 1.8rem;
    left: 6rem
}

.download .list .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
    line-height: 6.4rem;
    height: 6.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #3c3c3c
}

.download .list .date {
    margin-left: initial;
    padding: 0 3rem
}

.download .list .size {
    margin-left: initial;
    padding: 0 3rem
}

.download .list .btn {
    margin-left: initial;
    padding: 0 3rem
}

.download .list .btn > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%
}

.download .list .btn svg {
    width: 2.4rem;
    height: 2.4rem
}

.download .list .box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color)
}

.download .list .box:hover .btn > span {
    background: var(--main-color)
}

.download .list .box:hover .btn svg {
    color: #fff
}

@media screen and (max-width: 1023px) {
    .download {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .download .common-page {
        padding-top: 20px
    }

    .download .list {
        margin-top: 20px
    }

    .download .list li {
        padding-bottom: 10px
    }

    .download .list li:last-child {
        padding-bottom: 0
    }

    .download .list .box {
        font-size: 14px;
        line-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 42px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    .download .list .img {
        width: 32px;
        height: 32px;
        top: 14px;
        left: 10px
    }

    .download .list .title {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        font-size: 14px;
        line-height: 40px;
        height: 40px
    }

    .download .list .date {
        padding: 0 10px 0 0
    }

    .download .list .size {
        padding: 0 10px
    }

    .download .list .btn {
        padding: 0 10px
    }

    .download .list .btn > span {
        width: 30px;
        height: 30px
    }

    .download .list .btn svg {
        width: 20px;
        height: 20px
    }
}

.shuju-2 {
    margin-top: 8rem;
    background: #fff;
    -webkit-box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.14);
    position: relative
}

.shuju-2 .listShuju {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3.5rem;
    margin-right: -3.5rem
}

.shuju-2 .listShuju li {
    width: 25%;
    font-size: 1.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.shuju-2 .listShuju li::after {
    content: "";
    display: block;
    width: 1px;
    height: 13rem;
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.shuju-2 .listShuju li:last-child::after {
    display: none
}

.shuju-2 .listShuju .box {
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: 100%;
    display: block;
    text-align: center
}

.shuju-2 .listShuju .boxC {
    display: inline-block;
    text-align: left
}

.shuju-2 .listShuju .quantity {
    color: var(--main-color);
    font-size: 7rem;
    font-family: var(--font-family-P-B);
    margin-bottom: 0;
    line-height: 1
}

.shuju-2 .listShuju .title {
    text-transform: uppercase;
    color: #5e5e5e;
    font-size: 1.8rem;
    position: relative
}

.shuju-2 .listShuju .sup {
    display: inline-block;
    min-width: 7rem;
    line-height: 3.2rem;
    padding: 0 1rem;
    background: #f6f6f6;
    border-radius: 1.6rem;
    margin-left: .5rem;
    vertical-align: top;
    font-size: 1.6rem;
    color: #666;
    text-transform: uppercase;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem)
}

@media screen and (max-width: 1023px) {
    .shuju-2 {
        padding-top: 30px;
        border-radius: 10px;
        margin-top: 40px
    }

    .shuju-2 .listShuju {
        margin-left: -10px;
        margin-right: -10px
    }

    .shuju-2 .listShuju li {
        width: 50%;
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .shuju-2 .listShuju .box {
        border-radius: 5px;
        padding: 30px 10px 20px 10px
    }

    .shuju-2 .listShuju .icon {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px
    }

    .shuju-2 .listShuju .quantityC {
        font-size: 30px
    }

    .shuju-2 .listShuju .quantity {
        font-size: 36px;
        margin-bottom: 10px
    }

    .shuju-2 .listShuju .title {
        font-size: 16px;
        line-height: 24px
    }

    .shuju-2 .listShuju .sup {
        min-width: 70px;
        line-height: 32px;
        padding: 0 10px;
        border-radius: 16px;
        margin-left: 5px;
        font-size: 14px;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.afterService {
    padding-bottom: 10rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #666;
    font-size: 1.8rem
}

.afterService .common-bread {
    margin-bottom: 6rem
}

.afterService .nr {
    margin-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.afterService .nr .left {
    width: 50%
}

.afterService .nr .left .pic {
    position: relative
}

.afterService .nr .right {
    width: 50%;
    padding-top: 4rem;
    padding-left: 4rem
}

.afterService .list li {
    padding-bottom: 8rem
}

.afterService .list li:last-child {
    padding-bottom: 0
}

.afterService .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.afterService .list .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: var(--main-color)
}

.afterService .list .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4.5rem
}

.afterService .list .title {
    color: #464646;
    font-size: 2.8rem;
    font-family: var(--font-family-P-B)
}

.afterService .lxfs {
    margin-top: 6rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.afterService .lxfs .bt {
    text-transform: uppercase;
    font-size: 2rem;
    color: rgba(102, 102, 102, 0.41);
    position: relative;
    border-right: 1px #e7e7e7 solid;
    padding-right: 1rem;
    margin-right: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.afterService .lxfs .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem
}

.afterService .lxfs .icon img {
    width: 4rem;
    height: 4rem
}

.afterService .lxfs .tel {
    color: var(--main-color);
    font-family: var(--font-family-P-B);
    font-size: 5rem
}

@media screen and (max-width: 1023px) {
    .afterService {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 14px
    }

    .afterService .common-bread {
        margin-bottom: 40px
    }

    .afterService .nr {
        margin-top: 40px
    }

    .afterService .nr .left {
        width: 100%
    }

    .afterService .nr .right {
        width: 100%;
        padding-top: 40px;
        padding-left: 0
    }

    .afterService .list li {
        padding-bottom: 30px
    }

    .afterService .list li:last-child {
        padding-bottom: 0
    }

    .afterService .list .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .afterService .list .icon {
        width: 60px;
        height: 60px;
        border-radius: 50%
    }

    .afterService .list .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px
    }

    .afterService .list .title {
        font-size: 20px
    }

    .afterService .lxfs {
        margin-top: 30px
    }

    .afterService .lxfs .bt {
        font-size: 18px;
        padding-right: 10px;
        margin-right: 10px
    }

    .afterService .lxfs .icon {
        width: 64px;
        height: 64px
    }

    .afterService .lxfs .icon img {
        width: 40px;
        height: 40px
    }

    .afterService .lxfs .tel {
        font-size: 30px
    }
}

.news {
    padding-top: 6rem;
    padding-bottom: 10rem
}

.news .common-page {
    padding-top: 6rem
}

.news .common-title-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news .fenlei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem
}

.news .fenlei > div {
    padding: 0 2rem
}

.news .fenlei a {
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 19rem;
    padding: 0 1rem;
    line-height: 6rem;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem;
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    color: var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.news .fenlei a::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color);
    opacity: .1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.news .fenlei a .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem
}

.news .fenlei a .icon svg {
    width: 1.4rem;
    height: 1.4rem
}

.news .fenlei a:hover {
    color: var(--main-color)
}

.news .fenlei a:hover::after {
    width: 100%
}

.news .fenlei .active a {
    background: var(--main-color);
    color: #fff
}

.news .hd {
    margin-top: 8rem;
    margin-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    font-size: 1.8rem
}

.news .hd .pics {
    width: 50%;
    min-height: 100%
}

.news .hd .pics .item {
    display: none
}

.news .hd .pics .item.show {
    display: block
}

.news .hd .pic {
    overflow: hidden;
    position: relative
}

.news .hd .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news .hd .pic::after {
    content: "";
    display: block;
    padding-top: 62.5%
}

.news .hd .textS {
    width: 50%
}

.news .list-1 {
    padding-left: 5rem
}

.news .list-1 li {
    border-bottom: 1px #e3e3e3 solid
}

.news .list-1 .box {
    display: block;
    padding: 2.2rem 2.5rem 2.2rem 0
}

.news .list-1 .title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    max-height: 5.6rem;
    color: #333;
    font-family: var(--font-family-P-B);
    margin-bottom: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news .list-1 .info {
    border-top: 1px #aeaeae solid;
    padding-top: 2rem;
    font-size: 2rem;
    color: #22212f
}

.news .list-1 .infoC {
    line-height: 3.6rem;
    height: 7.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news .list-1 .btn-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.news .list-1 .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.2rem;
    line-height: 4rem;
    height: 4.2rem;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem;
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    color: var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.news .list-1 .btn::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color);
    opacity: .1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.news .list-1 .btn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.news .list-1 .btn .icon svg {
    width: 1.4rem;
    height: 1.4rem
}

.news .list-1 .btn:hover {
    color: var(--main-color)
}

.news .list-1 .btn:hover::after {
    width: 100%
}

.news .list-1 .box:hover .title {
    color: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .news {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .news .fenlei {
        margin-left: -5px;
        margin-right: -5px;
        padding-top: 20px
    }

    .news .fenlei > div {
        padding: 0 5px
    }

    .news .fenlei a {
        min-width: 100px;
        padding: 0 10px;
        line-height: 40px;
        border: 2px var(--main-color) solid;
        border-radius: 5px;
        font-size: 16px
    }

    .news .fenlei .active a {
        background: var(--main-color);
        color: #fff
    }

    .news .hd {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 14px
    }

    .news .hd .pics {
        width: 100%;
        min-height: 100%;
        display: none
    }

    .news .hd .pics .item {
        display: none
    }

    .news .hd .pics .item.show {
        display: block
    }

    .news .hd .textS {
        width: 100%
    }

    .news .list-1 {
        padding-left: 0
    }

    .news .list-1 li {
        border-bottom: 1px #e3e3e3 solid
    }

    .news .list-1 .box {
        display: block;
        padding: 20px 0
    }

    .news .list-1 .title {
        font-size: 16px;
        line-height: 28px;
        max-height: 56px;
        margin-bottom: 20px
    }

    .news .list-1 .info {
        padding-top: 20px;
        font-size: 14px;
        color: #22212f
    }

    .news .list-1 .infoC {
        line-height: 36px;
        height: 72px
    }

    .news .list-1 .btn {
        width: 32px;
        height: 32px;
        border-radius: 5px
    }

    .news .list-1 .btn .icon svg {
        width: 12px;
        height: 12px
    }
}

.listNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.5rem;
    margin-right: -2.5rem
}

.listNews li {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 3rem
}

.listNews li:last-child {
    padding-bottom: 0
}

.listNews .box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    font-size: 1.8rem
}

.listNews .pic {
    width: 48rem;
    overflow: hidden;
    position: relative
}

.listNews .pic::after {
    content: "";
    display: block;
    padding-top: 62.5%
}

.listNews .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.listNews .title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    max-height: 11.2rem;
    color: #333;
    font-family: var(--font-family-P-B);
    margin-bottom: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.listNews .info {
    border-top: 1px #aeaeae solid;
    padding-top: 2rem;
    font-size: 2rem;
    color: #22212f
}

.listNews .infoC {
    line-height: 3.6rem;
    height: 7.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.listNews .btn-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.listNews .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.2rem;
    line-height: 4rem;
    height: 4.2rem;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem;
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    color: var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.listNews .btn::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color);
    opacity: .1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.listNews .btn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.listNews .btn .icon svg {
    width: 1.4rem;
    height: 1.4rem
}

.listNews .btn:hover {
    color: var(--main-color)
}

.listNews .btn:hover::after {
    width: 100%
}

.listNews .box:hover {
    background: #eefafc
}

@media screen and (max-width: 1023px) {
    .listNews {
        margin-left: -10px;
        margin-right: -10px
    }

    .listNews li {
        width: 50%;
        padding-left: 10px;
        padding-bottom: 10px
    }

    .listNews .box {
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .listNews .pic {
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .listNews .pic::after {
        content: "";
        display: block;
        padding-top: 62.5%
    }

    .listNews .pic img {
        -webkit-transition: .5s;
        transition: .5s
    }

    .listNews .text {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .listNews .title {
        font-size: 16px;
        line-height: 24px;
        max-height: 96px;
        height: 96px;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4
    }

    .listNews .info {
        font-size: 14px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .listNews .infoC {
        line-height: 24px;
        height: 48px
    }

    .listNews .btn-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .listNews .btn {
        width: 32px;
        height: 32px;
        border-radius: 5px
    }

    .listNews .btn .icon svg {
        width: 12px;
        height: 12px
    }
}

.news-show {
    margin: auto;
    background-color: #fff;
    color: #333;
    font-size: 2rem;
    line-height: 2;
    padding-bottom: 6rem
}

.news-show .container {
    position: relative
}

.news-show .con {
    padding: 0 0 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-show .left {
    width: 12rem;
    float: left
}

.news-show .aside {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    left: 0;
    top: 15rem
}

.news-show .aside .share {
    display: inline-block;
    text-align: center
}

.news-show .aside .share .title {
    color: #1d3654;
    font-size: 2rem;
    line-height: 3rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
    position: relative
}

.news-show .aside .share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #666d87;
    width: 4rem;
    height: 4rem;
    line-height: 5rem;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto 2rem auto
}

.news-show .aside .share a:last-child {
    margin-bottom: 0
}

.news-show .aside .share a:hover {
    background: var(--main-color);
    color: #fff
}

.news-show .aside .share .icon {
    font-size: 0;
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.news-show .aside .share img {
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: top
}

.news-show .article {
    margin-bottom: 8rem
}

.news-show .article .p-1 {
    font-family: var(--font-family-P-B);
    font-size: 2rem
}

.news-show .article .a-1 {
    text-decoration: underline;
    color: var(--sub-color)
}

.news-show .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5rem
}

.news-show .show-title {
    color: #051121;
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 4rem
}

.news-show .show-info {
    color: #1d3654;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 -1.5rem 4rem -1.5rem;
    position: relative
}

.news-show .show-info span {
    display: inline-block;
    padding: 0 1.5rem
}

.news-show .lable {
    line-height: 3.6rem;
    padding-bottom: 5rem
}

.news-show .lable .bt {
    color: #333
}

.news-show .lable a {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem
}

.news-show .lable a:hover {
    color: var(--main-color);
    text-decoration: underline
}

@media screen and (max-width: 1023px) {
    .news-show {
        font-size: 14px;
        line-height: 2;
        padding-top: 20px;
        padding-bottom: 40px
    }

    .news-show .show-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .news-show .show-info {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .news-show .left {
        display: none;
        width: 100%
    }

    .news-show .right {
        padding-left: 0;
        width: 100%
    }

    .news-show .article {
        margin-bottom: 40px
    }

    .news-show .article .p-1 {
        font-size: 18px
    }

    .news-show .lable {
        line-height: 30px;
        padding-bottom: 30px
    }

    .news-show .lable a {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .news-show .lable a:hover {
        color: var(--main-color);
        text-decoration: underline
    }
}

.prev-next-return {
    overflow: hidden;
    position: relative;
    font-size: 2.4rem
}

.prev-next-return .list {
    border-top: 1px #989898 solid;
    border-bottom: 1px #989898 solid
}

.prev-next-return em {
    font-style: initial
}

.prev-next-return .prev, .prev-next-return .next {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.prev-next-return .prev a, .prev-next-return .next a {
    font-size: 2.4rem;
    color: #333;
    display: block;
    line-height: 70px;
    height: 70px;
    padding: 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    position: relative
}

.prev-next-return .prev a span, .prev-next-return .next a span {
    display: inline-block;
    min-width: 10rem;
    font-size: 2.4rem
}

.prev-next-return .prev em, .prev-next-return .next em {
    padding-left: 1rem
}

.prev-next-return .prev:hover a, .prev-next-return .next:hover a {
    color: var(--main-color);
    text-decoration: underline
}

.prev-next-return .prev {
    border-bottom: 1px #e8e8e8 solid
}

.prev-next-return .icon-up {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .4rem .6rem .4rem;
    border-color: transparent transparent #222 transparent;
    margin: 0 2rem;
    vertical-align: middle
}

.prev-next-return .icon-up:before {
    display: none
}

.prev-next-return .icon-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .6rem .4rem 0 .4rem;
    border-color: #222 transparent transparent transparent;
    margin: 0 2rem;
    vertical-align: middle
}

.prev-next-return .return {
    padding-top: 4rem;
    text-align: right
}

.prev-next-return .return a {
    display: inline-block;
    min-width: 12rem;
    line-height: 4rem;
    padding: 0 1rem;
    color: #fff;
    font-size: 1.6rem;
    background-color: #666e86;
    text-align: center
}

.prev-next-return .return a:hover {
    background: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .prev-next-return {
        font-size: 14px
    }

    .prev-next-return .prev a, .prev-next-return .next a {
        display: block;
        line-height: 40px;
        height: 40px;
        padding: 0 0;
        font-size: 14px
    }

    .prev-next-return .prev a span, .prev-next-return .next a span {
        font-size: 14px;
        min-width: 70px
    }

    .prev-next-return .prev span, .prev-next-return .next span {
        text-align: right;
        display: inline-block;
        min-width: 60px
    }

    .prev-next-return .return {
        text-align: center;
        padding-top: 20px
    }

    .prev-next-return .return a {
        min-width: 110px;
        line-height: 36px;
        padding: 0 10px;
        font-size: 16px
    }

    .prev-next-return .icon-up {
        border-width: 0 4px 6px 4px;
        margin: 0 20px
    }

    .prev-next-return .icon-down {
        border-width: 6px 4px 0 4px;
        margin: 0 20px
    }
}

.relatedNews {
    background: #f8feff;
    padding-top: 11rem;
    padding-bottom: 11rem
}

.relatedNews .list li {
    width: 50%
}

.relatedNews .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    font-size: 1.8rem
}

.relatedNews .list .pic {
    width: 50%;
    overflow: hidden;
    position: relative
}

.relatedNews .list .pic::after {
    content: "";
    display: block;
    padding-top: 62.5%
}

.relatedNews .list .pic img {
    -webkit-transition: .5s;
    transition: .5s
}

.relatedNews .list .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.relatedNews .list .title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    max-height: 11.2rem;
    color: #333;
    font-family: var(--font-family-P-B);
    margin-bottom: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.relatedNews .list .info {
    font-size: 1.6rem;
    color: #22212f
}

.relatedNews .list .infoC {
    line-height: 2.4rem;
    height: 4.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.relatedNews .list .btn-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.relatedNews .list .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.2rem;
    line-height: 4rem;
    height: 4.2rem;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem;
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    color: var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.relatedNews .list .btn::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color);
    opacity: .1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.relatedNews .list .btn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.relatedNews .list .btn .icon svg {
    width: 1.4rem;
    height: 1.4rem
}

.relatedNews .list .btn:hover {
    color: var(--main-color)
}

.relatedNews .list .btn:hover::after {
    width: 100%
}

.relatedNews .list .box:hover .title {
    color: var(--main-color)
}

.relatedNews .list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.relatedNews .nr {
    margin-top: 10rem;
    position: relative
}

.relatedNews .swiper-button-next, .relatedNews .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #393939;
    color: #fff;
    font-size: 1.6rem
}

.relatedNews .swiper-button-next::after, .relatedNews .swiper-button-prev::after {
    font-size: 1.8rem
}

.relatedNews .swiper-button-prev {
    left: -6rem
}

.relatedNews .swiper-button-next {
    right: -6rem
}

@media screen and (max-width: 1023px) {
    .relatedNews {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .relatedNews .list li {
        width: 50%
    }

    .relatedNews .list .box {
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .relatedNews .list .pic {
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .relatedNews .list .pic::after {
        content: "";
        display: block;
        padding-top: 62.5%
    }

    .relatedNews .list .pic img {
        -webkit-transition: .5s;
        transition: .5s
    }

    .relatedNews .list .text {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .relatedNews .list .title {
        font-size: 16px;
        line-height: 24px;
        max-height: 96px;
        height: 96px;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4
    }

    .relatedNews .list .info {
        font-size: 14px;
        color: #22212f;
        margin-bottom: 30px
    }

    .relatedNews .list .infoC {
        line-height: 24px;
        height: 48px
    }

    .relatedNews .list .btn-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .relatedNews .list .btn {
        width: 32px;
        height: 32px;
        border-radius: 5px
    }

    .relatedNews .list .btn .icon svg {
        width: 12px;
        height: 12px
    }

    .relatedNews .list .box:hover .title {
        color: var(--main-color)
    }

    .relatedNews .list .box:hover .pic img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .relatedNews .swiper-button-next, .relatedNews .swiper-button-prev {
        width: 40px;
        height: 40px;
        font-size: 14px
    }

    .relatedNews .swiper-button-next::after, .relatedNews .swiper-button-prev::after {
        font-size: 14px
    }

    .relatedNews .swiper-button-prev {
        left: 0
    }

    .relatedNews .swiper-button-next {
        right: 0
    }
}

.contact {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.contact .lxfs {
    padding-top: 6rem
}

.contact .lxfs .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6rem;
    margin-left: -7rem;
    margin-right: -7rem
}

.contact .lxfs .list li {
    width: 25%;
    padding: 0 7rem
}

.contact .lxfs .list .box {
    display: block;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #282c4b
}

.contact .lxfs .list .icon {
    display: block;
    background: #f6f6f6;
    position: relative
}

.contact .lxfs .list .icon::after {
    content: "";
    display: block;
    padding-top: 100%
}

.contact .lxfs .list .text {
    padding-top: 2rem
}

.contact .lxfs .list .title {
    margin-bottom: .8rem
}

.contact .lxfs .list p {
    margin-bottom: .8rem
}

.contact .lxfs .list p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .contact .lxfs {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .contact .lxfs .list {
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -10px
    }

    .contact .lxfs .list li {
        width: 50%;
        padding: 0 10px 20px 10px
    }

    .contact .lxfs .list .box {
        font-size: 16px;
        line-height: 1.5
    }

    .contact .lxfs .list .icon {
        width: auto;
        text-align: left;
        background: none
    }

    .contact .lxfs .list .icon::after {
        display: none
    }

    .contact .lxfs .list .icon img {
        max-width: 80px;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0
    }

    .contact .lxfs .list .text {
        padding-top: 20px
    }

    .contact .lxfs .list .title {
        margin-bottom: 8px
    }

    .contact .lxfs .list p {
        margin-bottom: 8px
    }

    .contact .lxfs .list p:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 414px) {
    .contact .lxfs .list li {
        width: 100%
    }

    .contact .lxfs .list .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact .lxfs .list .icon {
        width: 60px;
        height: 60px
    }

    .contact .lxfs .list .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 10px;
        padding-left: 10px
    }
}

.message {
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative
}

.message .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -10rem;
    left: 0
}

.message .common-title-2 {
    text-align: center;
    border-bottom: none
}

.message .list-form {
    margin-left: -1rem;
    margin-right: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.message .list-form li {
    width: 100%;
    padding: 0 1rem 2rem 1rem
}

.message .list-form li:last-child {
    padding-bottom: 0
}

.message .list-form .col-2 {
    width: 50%
}

.message .list-form .col-3 {
    width: 33.33333333%
}

.message .list-form .col-4 {
    width: 25%
}

.message .list-form .box {
    display: block;
    position: relative
}

.message .list-form .title-form {
    padding-left: 2rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #5f6e7b;
    position: absolute;
    top: 2.5rem;
    -webkit-transition: .5s;
    transition: .5s
}

.message .list-form .xh {
    margin-left: .5rem;
    color: #f20808;
    font-size: 16px
}

.message .list-form .text-form, .message .list-form .textarea-form {
    width: 100%;
    background: #fff;
    color: #333;
    border-radius: .5rem;
    padding-left: 2rem;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.message .list-form .text-form::-webkit-input-placeholder, .message .list-form .textarea-form::-webkit-input-placeholder {
    color: #999
}

.message .list-form .text-form:-ms-input-placeholder, .message .list-form .textarea-form:-ms-input-placeholder {
    color: #999
}

.message .list-form .text-form:-moz-placeholder, .message .list-form .textarea-form:-moz-placeholder {
    color: #999
}

.message .list-form .text-form:placeholder, .message .list-form .textarea-form:placeholder {
    color: #999
}

.message .list-form .text-form:focus, .message .list-form .textarea-form:focus {
    color: #000;
    -webkit-box-shadow: 0 0 0 2px var(--main-color) inset;
    box-shadow: 0 0 0 2px var(--main-color) inset
}

.message .list-form .text-form {
    height: 8rem;
    line-height: 8rem
}

.message .list-form .textarea-form {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    height: 20rem;
    line-height: 3rem;
    vertical-align: top
}

.message .list-form .tishi {
    font-size: 1.4rem;
    color: #666
}

.message .list-form .file-upload {
    display: inline-block;
    border-radius: .5rem;
    margin-bottom: 1rem;
    cursor: pointer;
    position: relative;
    min-width: 16rem;
    line-height: 5rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    text-align: center;
    background: var(--main-color);
    color: #fff
}

.message .list-form .file-upload input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.message .list-form .file-upload:hover {
    opacity: .8
}

.message .list-form .focus .title-form {
    top: 0;
    font-size: 1.4rem
}

.message .list-form .btnDiv {
    text-align: right
}

.message .list-form .submit, .message .list-form .reset {
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    min-width: 16rem;
    line-height: 5rem;
    height: 5rem;
    border-radius: .5rem;
    font-size: 1.8rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.message .list-form .submit::after, .message .list-form .reset::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.message .list-form .submit:hover::after {
    width: 100%
}

.message .list-form .verify {
    font-size: 1.6rem;
    height: 5rem;
    background-color: #ebebeb;
    position: relative
}

.message .list-form .verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    border: 1px #e5e5e5 solid;
    background: #fff url(../images/icon/drag-arrow.svg) no-repeat center center;
    background-size: 2rem 2rem;
    z-index: 2;
    cursor: move
}

.message .list-form .verify .suc-drag-btn {
    background: #fff url(../images/icon/drag-success.svg) no-repeat center center;
    background-size: 3rem
}

.message .list-form .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 5rem;
    line-height: 5rem;
    width: 0;
    background-color: #7ac23c;
    color: #fff;
    font-size: 1.8rem;
    text-align: center
}

.message .list-form .verify .fix-tips, .message .list-form .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #394e6a;
    z-index: 1;
    line-height: 5rem;
    padding-left: 5rem;
    text-align: center
}

.message .list-form .verify .verify-msg {
    padding-left: 0;
    padding-right: 5rem
}

.message .list-form .verify .verify-msg {
    background-color: #7ac23c;
    color: #fff;
    display: none
}

.message .list-form .verifyDiv {
    width: 100%;
    max-width: 450px;
    vertical-align: middle;
    margin-right: 2rem;
    position: relative
}

.message .socialMedia {
    margin-top: 5rem
}

@media screen and (max-width: 1023px) {
    .message {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .message .list-form li {
        padding-bottom: 20px
    }

    .message .list-form li:last-child {
        padding-bottom: 0
    }

    .message .list-form .col-2 {
        width: 100%
    }

    .message .list-form .col-3 {
        width: 100%
    }

    .message .list-form .col-4 {
        width: 100%
    }

    .message .list-form .title-form {
        font-size: 14px;
        line-height: 20px;
        top: 20px;
        padding-left: 20px
    }

    .message .list-form .text-form, .message .list-form .textarea-form {
        font-size: 14px;
        padding-left: 20px;
        border-radius: 5px
    }

    .message .list-form .text-form {
        height: 60px;
        line-height: 60px
    }

    .message .list-form .textarea-form {
        height: 92px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .message .list-form .xh {
        font-size: 14px
    }

    .message .list-form .tishi {
        display: block;
        width: 100%;
        font-size: 14px
    }

    .message .list-form .file-upload {
        border-radius: 5px;
        margin-bottom: 10px;
        min-width: 160px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 14px
    }

    .message .list-form .focus .title-form {
        font-size: 14px;
        opacity: 0
    }

    .message .list-form .submit, .message .list-form .reset {
        border-radius: 25px;
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }

    .message .list-form .verify {
        font-size: 12px;
        height: 60px;
        max-width: 100%
    }

    .message .list-form .verify .drag-btn {
        width: 40px;
        height: 60px;
        background-size: 10px
    }

    .message .list-form .verify .suc-drag-btn {
        background-size: 10px
    }

    .message .list-form .verify .drag-progress {
        width: 40px;
        height: 60px;
        font-size: 14px;
        text-align: center
    }

    .message .list-form .verify .fix-tips, .message .list-form .verify .verify-msg {
        line-height: 60px;
        padding-left: 30px;
        text-align: center
    }

    .message .list-form .verify .verify-msg {
        padding-left: 0;
        padding-right: 30px
    }

    .message .list-form .btnDiv {
        text-align: center
    }

    .message .list-form .btnDiv .box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .message .list-form .btnDiv .submit, .message .list-form .btnDiv .reset {
        margin: 0 10px;
        min-width: 120px
    }

    .message .socialMedia {
        margin-top: 30px
    }
}

@media screen and (max-width: 640px) {
    .message .list-form .col-2 {
        width: 100%
    }

    .message .list-form .col-4 {
        width: 100%
    }

    .message .list-form .year .text-form {
        font-size: 12px
    }
}

.socialMedia .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.socialMedia .title {
    color: #1a305a;
    font-size: 4.2rem
}

.socialMedia .info {
    color: #1a305a;
    font-size: 1.8rem
}

.socialMedia .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.socialMedia .list li {
    padding: 0 1rem 2rem 1rem
}

.socialMedia .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #eef0f0;
    position: relative
}

.socialMedia .list .box img {
    width: 3.6rem;
    height: 3.6rem
}

.socialMedia .list .box:hover {
    background: #ebeafe
}

@media screen and (max-width: 1023px) {
    .socialMedia {
        padding-top: 40px
    }

    .socialMedia .title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .socialMedia .info {
        font-size: 14px
    }

    .socialMedia .right {
        padding-top: 20px
    }

    .socialMedia .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .socialMedia .list li {
        padding: 0 10px 20px 10px
    }

    .socialMedia .list .box {
        width: 40px;
        height: 40px
    }

    .socialMedia .list .box img {
        width: 20px;
        height: 20px
    }
}

.contact-map {
    position: relative
}

.contact-map .pic {
    text-align: center
}

.contact-map .pic a {
    display: block
}

.contact-map .textDiv {
    font-size: 2rem;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 46.875%
}

.contact-map .textDiv .container {
    width: 100%;
    max-width: 100%
}

.contact-map .nr {
    width: 82rem;
    padding: 4rem 4rem 4rem 4rem;
    -webkit-box-shadow: 0 3rem 3rem 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3rem 3rem 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    color: #333;
    font-size: 1.8rem;
    border-radius: 2rem;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.contact-map .nr::after {
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 3rem 0 3rem 4rem;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    right: -4rem;
    top: 0;
    bottom: 0
}

.contact-map .div-1 {
    margin-bottom: 1rem
}

.contact-map .div-1:last-child {
    margin-bottom: 0
}

.contact-map .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 4rem
}

.contact-map .img {
    width: 33rem
}

.contact-map .title {
    margin-bottom: 1rem
}

.contact-map .title b {
    font-size: 3rem;
    font-weight: 400;
    font-family: var(--font-family-P-B)
}

.contact-map .a-1 {
    font-size: 2.2rem;
    color: var(--main-color)
}

.contact-map .a-1:hover {
    text-decoration: underline
}

@media screen and (max-width: 1023px) {
    .contact-map {
        padding-bottom: 40px
    }

    .contact-map .textDiv {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .contact-map .nr {
        margin-top: 40px;
        width: auto;
        height: auto;
        background: none;
        padding: 40px 25px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        font-size: 14px;
        display: block;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        border-radius: 10px
    }

    .contact-map .text {
        width: 100%;
        padding: 0 0 20px 0
    }

    .contact-map .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .contact-map .title b {
        font-size: 20px
    }

    .contact-map .img {
        width: 100%
    }

    .contact-map .img img {
        width: 100%
    }

    .contact-map .div-1 {
        margin-bottom: 10px
    }

    .contact-map .a-1 {
        font-size: 16px
    }
}