.max1585 {
    max-width: 1615px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1630 {
    max-width: 1730px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1700 {
    max-width: 1730px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.com-img {
    overflow: hidden;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

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

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

/* top_head */
.top_head {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 999;
    padding: 20px 0;
}

.tp_phone {
    display: block;
    width: 31px;
    height: 31px;
    background: url(//cdn.myxypt.com/574f880f/23/01/f6331c9bce8f78cf8233ad446cc2006f43033fbd.png) no-repeat center;
    margin-left: 2.0416vw;
}

/* top_ss */
.top_ss {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_ss .ss_btn {
    width: 35px;
    height: 35px;
    background: url(//cdn.myxypt.com/574f880f/22/12/c94e1cdc1ac3e89f8413899e278d316524cfcac7.png) no-repeat center;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 45px;
    right: 0px;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/19a72a49/22/02/d361eebbe300be32588323061960f488837223d4.png);
    background-position: 0 -210px;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}


/* nei_cate */
.nei_border {
    border-bottom: 1px solid #cccccc;
}

.nei_cate {
    position: relative;
}

.nei_cate .xypg-left-nav {
    margin: 0;
    display: flex;
}

.nei_cate .xypg-left-nav>li {
    border: none;
    text-align: center;
    transition: all 0.5s ease-out;
    width: 10%;
}

.nei_cate .xypg-left-nav>li+li>a {}

.nei_cate .xypg-left-nav>li>a {
    transition: all 0.2s linear;
    color: #000000;
    font-size: 16px;
    line-height: 3.74;
    padding: 0;
}

.nei_cate .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.nei_cate .xypg-left-nav>li>a:hover {
    color: #e40012;
}


/* about_one */
.about_one_wrap {
    margin-top: 5.46875vw;
}

.abl {
    width: 28%;
}

.abl h3 {
    color: #fe0305;
    font-size: 14px;
    text-transform: uppercase;
}

.abl h4 {
    color: #111111;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.8vw;
}

.abl h5 {
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    margin-top: 2vw;
}

.abr {
    width: calc(100% - 30%);
}

.abr .aw p {
    color: #111111;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.anumber-wrap {
    margin-top: 5.46875vw;
}

.anumber-wrap .num1 {
    justify-content: flex-start;
    align-items: flex-end;
}

.anumber-wrap .num1 .counter {
    color: #001111;
    font-size: 48px;
    font-family: "Impact";
    font-weight: 600;
    line-height: 1;
}

.anumber-wrap .num2 {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #e30212;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

.anumber-wrap .num3 {
    color: #111111;
    font-size: 16px;
    margin-top: 10px;
}

@media(max-width: 1366px) {
    .abl h4 {
        font-size: 28px;
    }
}

@media(max-width: 1200px) {
    .abl h4 {
        font-size: 24px;
    }

    .abl h5 {
        font-size: 20px;
    }
}

@media(max-width: 1024px) {
    .abl h4 {
        font-size: 20px;
    }

    .abl h5 {
        font-size: 16px;
    }

    .anumber-wrap {
        margin-top: 40px;
    }

    .anumber-wrap .num1 .counter {
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    .about_one_wrap {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .abl {
        width: 100%;
    }

    .abl h4 {
        margin-top: 10px;
    }

    .abl h5 {
        margin-top: 10px;
    }

    .abr {
        width: 100%;
        margin-top: 20px;
    }

    .abr .aw p {
        line-height: 24px;
    }

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

    .anumber-wrap li {
        width: 50%;
        margin-bottom: 20px;
    }

    .anumber-wrap .num3 {
        font-size: 14px;
    }
}

/* appearance */
.appearance {
    margin-top: 3.41666666666667vw;
}

.pub.ap1 {
    font-size: 24px;
    font-weight: 600;
    -webkit-text-stroke: 0.5px #a9a9a9;
    -webkit-text-fill-color: #fff;
}

.pub.ap2 {
    color: #e30212;
    font-size: 32px;
    font-weight: 600;
    margin-top: 5px;
}



.appSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2vw;
}

.appSwiper .swiper-slide a .img1 img {
    width: 100%;
}



.apnext {
    outline: none;
    background: url(//cdn.myxypt.com/574f880f/23/01/e2f7023734fb021157fe20d0e23c7ac47640f9fe.png) no-repeat center center rgba(228, 0, 18, 0.4);
    width: 34px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.apnext:hover {
    background: url(//cdn.myxypt.com/574f880f/23/01/e2f7023734fb021157fe20d0e23c7ac47640f9fe.png) no-repeat center center rgba(228, 0, 18, 1);
}

.apprev:hover {
    background: url(//cdn.myxypt.com/574f880f/23/01/143f8f61506bef509b8da9541dccbaf585dbd38c.png) no-repeat center center rgba(228, 0, 18, 1);
}

.apprev {
    outline: none;
    background: url(//cdn.myxypt.com/574f880f/23/01/143f8f61506bef509b8da9541dccbaf585dbd38c.png) no-repeat center center rgba(228, 0, 18, 0.4);
    width: 34px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

@media(max-width: 1200px) {
    .appearance {
        margin-top: 80px;
    }
}

@media(max-width: 767px) {
    .appSwiper {
        margin-top: 20px;
    }

    .appearance {
        margin-top: 20px;
    }

    .pub.ap1 {
        font-size: 14px;
    }

    .pub.ap2 {
        font-size: 20px;
    }
}

/* about_three */
.abht {
    margin-top: 4.79166666666667vw;
}

.abht img {
    width: 100%;
}

@media(max-width: 767px) {
    .abht {
        margin-top: 40px;
    }
}

/* about_four */
.history-bg {
    background: url(//cdn.myxypt.com/574f880f/23/01/319d56cec59c2142f2a355058801ef241c5ec61b.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 5.98958333333333vw;
    padding-bottom: 11.45833333333333vw;
}

.history-index .pub {
    text-align: center;
}

.hisSwiper {
    overflow: hidden;
    width: 100%;
    margin-top: 5.72916666666667vw;
    position: relative;
}

.hisSwiper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    width: 9.6875vw;
    height: 3px;
    background: #cccccc;
}

.hisSwiper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.5px;
    width: 9.6875vw;
    height: 3px;
    background: #cccccc;
}

.hisnext {
    cursor: pointer;
    outline: none;
    background: url(//cdn.myxypt.com/574f880f/23/01/e5fe70b3d1162d75ef759f2809bc0ecfb4dbcfce.png) no-repeat top center;
    width: 51px;
    height: 51px;
    position: absolute;
    z-index: 99;
    left: 21%;
    top: 50%;
    transform: translateY(-50%);
}

.hisprev {
    cursor: pointer;
    outline: none;
    background: url(//cdn.myxypt.com/574f880f/23/01/9fd55924e85ba0dd6268c630d131c59d5cb6ebcf.png) no-repeat top center;
    width: 51px;
    height: 51px;
    position: absolute;
    z-index: 99;
    right: 21%;
    top: 50%;
    transform: translateY(-50%);
}

.hisSwiper .swiper-slide {
    width: 36.25%;
    text-align: center;
    position: relative;
}

.hisSwiper .swiper-slide .his1 {
    color: #777777;
    font-size: 32px;
    font-family: "Arial";
    line-height: 220px;
    position: relative;
}

.hisSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    left: -12%;
    top: 50%;
    width: 126px;
    height: 3px;
    margin-top: -1.5px;
    background: #cccccc;
    opacity: 0;
}

.hisSwiper .swiper-slide::after {
    content: '';
    position: absolute;
    right: -12%;
    top: 50%;
    width: 126px;
    height: 3px;
    margin-top: -1.5px;
    background: #cccccc;
    opacity: 0;
}

.hisSwiper .swiper-slide .his2 {
    color: #666666;
    font-size: 18px;
    margin-top: 2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.hisSwiper .swiper-slide.swiper-slide-active::before {
    opacity: 1;
}

.hisSwiper .swiper-slide.swiper-slide-active::after {
    opacity: 1;
}

.hisSwiper .swiper-slide.swiper-slide-active .his1 {
    color: #999999;
    font-size: 10.41666666666667vw;
    font-size: 48px;
    font-weight: 600;
    line-height: 160px;
}

.hisSwiper .swiper-slide.swiper-slide-active .his1 span {
    color: #e30212;
}

.hisSwiper .swiper-slide.swiper-slide-active .his2 {
    display: block;
}

@media(max-width: 1200px) {

    .hisSwiper .swiper-slide .his1 {
        line-height: 145px;
    }

    .hisSwiper .swiper-slide.swiper-slide-active .his1 {
        font-size: 60px;
        line-height: 100px;
    }

    .hisSwiper .swiper-slide .his2 {
        margin-top: 20px;
    }

}


@media(max-width: 767px) {
    .history-bg {
        padding: 40px 0;
    }

    .hisSwiper::before {
        display: none;
    }

    .hisSwiper::after {
        display: none;
    }

    .hisnext {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        left: 0px;
    }

    .hisprev {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        right: 0px;
    }

    .hisSwiper .swiper-slide .his1 {
        font-size: 16px;
        line-height: 45px;
    }

    .hisSwiper .swiper-slide.swiper-slide-active .his1 {
        font-size: 20px;
        line-height: 30px;
    }

    .hisSwiper .swiper-slide .his2 {
        font-size: 14px;
        margin-top: 10px;
    }
}

/* about_five */
.abhonor-index {}

.abhonor-bg {
    background: url(//cdn.myxypt.com/574f880f/23/01/592702b8ec5faaa5c7248c526e2d4075f5eb33f6.png) no-repeat bottom center;
    padding-bottom: 5.20833333333333vw;
    position: relative;
    background-size: auto;
}

.abhonor-index {
    margin-bottom: 4.16666666666667vw;
}

.abhonor-wrap {
    margin: 0 3.72916666666667vw;
}

.ahonSwiper {
    width: 100%;
    overflow: hidden;
}

.ahonSwiper .swiper-wrapper {
    align-items: flex-end;
}

.ahonSwiper img {
    width: 100%;
}

.ahonSwiper .swiper-scrollbar {
    position: absolute;
    width: 27.60416666666667vw;
    border-radius: 0;
    background: #cccccc;
    top: -5.16666666666667vw;
    left: inherit;
    right: 10.625vw;
}

.ahonSwiper .swiper-scrollbar-drag {
    background: #e40012;
    border-radius: 0;
}

.abht2 {
    position: relative;
    top: 0px;
    bottom: 0;
    left: inherit;
    right: 28.64583333333333vw;
    width: 100px;
    text-align: left;
}

.swiper-pagination-ahonor {}

.swiper-pagination-ahonor.swiper-pagination {
    font-size: 18px;
    color: #cccccc;
    font-weight: 600;
    font-family: "Arial";
    bottom: 25px;
}

.swiper-pagination-ahonor.swiper-pagination .swiper-pagination-current {
    color: #111111;
    font-size: 30px;
}

.abht2 .swiper-pagination-fraction span:before {
    content: '0';
}


@media(max-width: 767px) {
    .abhonor-bg {
        background-size: 100% 30px;
    }

    .abhonor-wrap {
        margin-left: 0;
    }

    .abhonor-index {}

    .abht {}

    .abht1 {}

    .abht2 {
        right: 0;
        width: 50%;

    }

    .ahonSwiper .swiper-scrollbar {
        right: 15px;
        width: 40%;
    }

    .swiper-pagination-ahonor.swiper-pagination {
        bottom: 5px;
    }

    .swiper-pagination-ahonor.swiper-pagination .swiper-pagination-current {
        font-size: 24px;
    }
}

/* foot */
.ft_layout {
    position: relative;
    background: #323536;
}

.ftt_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 6.25vw;
    padding-bottom: 3.125vw;
}

.ftt_aa {
    position: relative;
    width: 295px;
}

.ftt_phone1 {
    position: relative;
    padding-right: 55px;
    border-bottom: 1px solid #747677;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: url(//cdn.myxypt.com/574f880f/23/01/150ce7b7bbd94e9308d011dd1f3200ec44f0cef9.png) no-repeat right center;
}

.ftt_phone1 span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 5px;
}

.ftt_phone1 h3 {
    font-family: "Arial";
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.ftt_phone2 {
    margin-bottom: 2.083vw;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
}

.ftt_phone3 {
    position: relative;
    width: 120px;
    text-align: center;
    margin-bottom: 20px;
}

.ftt_phone3 img {
    max-width: 120px;
}

.ftt_phone3 p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 40px;
    font-weight: bold;
}

.x-layout-menu {
    width: 800px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.x-layout-menu dl {
    position: relative;
    float: left;
}

.x-layout-menu dl dt {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #c7c7c7;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 2.2;
}

.x-layout-menu dl dd a:hover {
    color: rgba(255, 255, 255, 1);
}

/* link_ft */
.link_ft {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}

.link_ft a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
}

.link_ft a:hover {
    color: #fff;
}

/* ft_bom */
.ft_bom {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 2.60416vw 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    flex-wrap: wrap;
}

.ft_bom a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.ft_bom a:hover {
    color: #fff;
}

.ftt_share {
    position: relative;
    margin-bottom: 20px;
}

.ftt_share ul {
    display: flex;
    align-items: center;
}

.ftt_share ul li {
    position: relative;
    margin-right: 22px;
    padding-left: 25px;
}

.ftt_share ul li:nth-child(1) {
    background: url(//cdn.myxypt.com/574f880f/22/12/b98badb3f28403e13d3037d0c2c1a143312935a4.png) no-repeat left center;
}

.ftt_share ul li:nth-child(2) {
    background: url(//cdn.myxypt.com/574f880f/22/12/2251d4bddbeb7116973d9a269a0e05bf67336e87.png) no-repeat left center;
}

.ftt_share ul li:nth-child(3) {
    background: url(//cdn.myxypt.com/574f880f/22/12/6fa941aa9d6b7bd5309eb448af42db801c060ce6.png) no-repeat left center;
}

.ftt_copy {
    text-align: right;
}


@media (max-width: 992px) {
    .ftt_share {
        width: 100%;
    }

    .ftt_copy {
        text-align: left;
    }
}