/*初始化样式*/
input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
}

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

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

.xypg-right-content {
    font-size: 16px;
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

/*主体样式*/
.wh {
    max-width: 72.5rem;
    /* padding: 0 15px; */
    margin: 0 auto;
}

@media (max-width: 992px) {
    .wh {
        padding: 0 15px;
        overflow: hidden;
    }
}

.top2 {
    position: unset;
    top: 0;
    width: 100%;
    z-index: 9999;
    /*padding-top: 23px;*/
    transition: all 0.5s;
    background: #E0E8F2;
}
.top3 {
    position: unset;
    background: #0B0E41;
    top: 80px;
    display: none;
}
.top4 {
    position: fixed;
    background: rgba(0,0,0,0);
    top: 160px;
    display: none;
}
.top3 .x-menu>li>a, .top3 .x1 a, .top4 .x-menu>li>a, .top4 .x1 a{
    color: #ffffff!important;
}
.scroll {
    position: fixed;
    top: 0;
    padding-top: 0;
    transition: all 0.5s;
    /*background: #fff;*/
}

.logo {
    height: 80px;
    line-height: 80px;
    width: 24%;
}
.logo img {
    width: 100%;
}
.x1 {
    font-size: 16px;
    color: #292D77;
    display: flex;
    align-items: center;
}

.x1 a {
    line-height: 80px;
    color: #292D77;
    text-transform: uppercase;
}

/*  */
.mySwiper {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.mySwiper .swiper-slide {
    padding: 57px 0 67px;
}

.mySwiper .swiper-slide:nth-child(2n) {
    background: #f8f8f8;
}

.mySwiper .swiper-slide h3 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    transition: all 0.5s;
}

.jia {
    margin: 0 auto;
    margin-bottom: 2.35rem;
    opacity: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #A60800;
    color: #A60800;
    font-size: 20px;
    font-weight: bold;
}

.mySwiper .swiper-slide:hover h3 {
    color: #a60800;
    margin-top: -20px;
}

.mySwiper .swiper-slide:hover .jia {
    opacity: 1;
}

.mySwiper .swiper-slide .img img {
    max-width: 100%;
}

dt {
    font-weight: normal;
}

/* 解决方案 */
.solve-bg {
    padding-top: 9.4rem;
    /* padding-bottom: 6.5rem; */
    background: url(../images/bg0.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.solve-bg .wh {
    max-width: 61.5rem;
}

.solve-index {}

.st {
    text-align: center;
}

.st .st1 {
    color: #222222;
    font-size: 1.6rem;
}

.st .st2 {
    color: #222222;
    font-size: 2rem;
    font-weight: 600;
    padding-top: 0.8rem;
}

.c2-con {
    margin-top: 3.5rem;
}

.c2-con ul {
    /*padding: 0 3.6rem;*/
    justify-content: center;
    gap: 5.4rem;
}

.c2-con ul li {
    position: relative;
    transition: all 0.5s;
}

.c2-con ul li:last-child {
    border-right: 0;
}

.c2-con ul li .count-title {
    color: #ff0018;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Arial";
}

.c2-con ul li dt {
    color: #333333;
    display: inline-block;
    padding-left: 10px;
    font-weight: normal;
    font-size: 0.9rem;
}

.c2-con ul li p {
    color: #333333;
    font-size: 0.9rem;
}

.solve-list {
    margin-top: 5rem;
    gap: 2rem;
    justify-content: center !important;
}

.solve-list li {
    width: 30.4%;
    padding: 1.9rem 1.2rem;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.solve-list li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solve-list li .img0 {
    text-align: center;
}

/* .solve-list li .img0 .img2 {
    display: none;
} */

.solve-list li .img0 img {
    max-width: 100%;
}

.solve-list li .wz1 {
    text-align: center;
    color: #333333;
    font-size: 1.1rem;
    padding: .8rem 0;
    line-height: 1;
}

.solve-list li .wz2 {
    color: #666666;
    font-size: 0.8rem;
    line-height: 1.75;
    text-align: center;
}

.solve-list li .wz3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 30px;
    background: #d50a1d;
    margin-top: 5px;
}

.solve-list li:hover {
    background: #d50a1d;
}

.solve-list li:hover .img0 .img1 {
    filter: brightness(0) invert(1);
}

/* .solve-list li:hover .img0 .img2 {
    display: block;
} */

.solve-list li:hover .wz1 {
    color: #fff;
}

.solve-list li:hover .wz2 {
    color: #fff;
}

.solve-list li:hover .wz3 {
    background: #fff;
    color: #333333;
}


@media(max-width: 767px) {
    .solve-bg {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .st .st1 {
        font-size: 16px;
    }

    .st .st2 {
        font-size: 18px;
    }

    .c2-con {
        margin-top: 5%;
    }

    .c2-con ul {
        padding: 0;
        flex-wrap: wrap;
    }

    .c2-con ul li {
        width: 50%;
        margin-bottom: 5%;
    }

    .c2-con ul li .count-title {
        font-size: 20px;
    }

    .c2-con ul li dt {
        padding-left: 5px;
        font-size: 14px;
    }

    .c2-con ul li p {
        font-size: 14px;
    }

    .solve-list {
        margin-top: 5%;
        flex-wrap: wrap !important;
    }

    .solve-list li {
        width: 100%;
        margin-bottom: 3%;
    }

    .solve-list li .wz1 {
        font-size: 16px;
    }

    .solve-list li .wz2 {
        font-size: 12px;
    }
.mySwiper .swiper-slide:hover h3 {
    color: #a60800;
    /*margin-top: 0;*/
}

.mySwiper .swiper-slide:hover .jia {
    opacity: 1;
}
}


/* 工程案例 */

.box2 {
    margin-top: 7.2rem;
}

.bt1 {
    text-align: center;
}

.bt1 dd {
    color: #010d2c;
    font-size: 40px;
    font-weight: bold;
}

.bt1 dt {
    color: #444444;
    font-size: 17px;
    line-height: 2;
    margin-top: 30px;
}

.cbox {
    margin-top: 3.25rem;
}

.cleft {
    width: 49.375%;
    position: relative;
}

.cright {
    width: 50.625%;
}

.cbox .cimg {
    overflow: hidden;
}

.cbox .cimg img {
    width: 100%;
    transition: all 0.5s;
}

.bj1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding-left: 11.95rem;
    padding-right: 5.55rem;

    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bj1 .wz {
    background: url(../images/line.png) no-repeat left top;
    padding-left: 1rem;
}

.bj1 h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.bj1 .bcon {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.cleft:hover .cimg img,
.cbox2:hover .cimg img {
    transform: scale(1.1);
}

.cbox2 .cimg,
.cc {
    width: 50%;
}

.cc {
    background-color: #3f3f3f;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0 2.2rem;
}

.cwz {
    padding-left: 1rem;
    background: url(../images/line.png) no-repeat left top;
}

.cwz dd {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.cwz dt {
    color: #ffffff;
    font-size: 18px;
}

.cbox3 .cc {
    background: #A60800;
    background-size: cover;
}

.cwz dt a {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.psort a {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    width: 33.3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

@media (max-width:992px) {
    .bj1 {
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cc {
        padding: 60px 20px;
    }
}

/* 一起携手 共赢未来 */
.future-bg {
    background: url(../images/xs.png) no-repeat top center;
    background-size: cover;
    /* margin-top: 4px; */
    padding: 5rem 0;
    /* background-attachment: fixed */
}

.future-index {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.future-index .ft {
    color: #333;
    font-size: 2rem;
    font-weight: 600;
}

.future-index .fw {
    margin-top: 2.5rem;
}

.future-index .fw p {
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
}

.future-index .fa {
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 30px;
    background: #d50a1d;
    margin-top: 3rem;
}

.future-index .fa a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.future-roll {
    overflow: hidden;
    width: 100%;
    margin-top: 4.1rem;
    position: relative;
}

.future-swiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.future-swiper img {
    width: 100%;
}

.swiper-wrapper {}

.p1prev {
    width: 26px;
    height: 49px;
    /* background: url(//cdn.myxypt.com/2f2f96b2/22/03/ee2f10152d6792da5231cb8e464006093461671c.png) no-repeat center center; */
    outline: none;
    z-index: 99;
    position: absolute;
    left: 0 !important;
    top: 50%;
    /* transform: translateY(-50%); */
}

.p1next {
    width: 26px;
    height: 49px;
    /* background: url(//cdn.myxypt.com/2f2f96b2/22/03/7687b9b39b3131c8021a33f1cfe0a9220b26e403.png) no-repeat center center; */
    position: absolute;
    right: 0 !important;
    top: 50%;
    /* transform: translateY(-50%); */
}
.p1prev::after,
.p1next::after {
    color: #999999;
    font-weight: bold;
    font-size: 50px !important;
}

@media(max-width: 767px) {
    .future-bg {
        padding: 8% 0;
    }

    .future-index .ft {
        font-size: 20px;
    }

    .future-index .fw {
        margin-top: 5%;
    }

    .future-index .fw p {
        font-size: 14px;
    }

    .future-roll {
        margin-top: 5%;
    }

    .p1prev {
        display: none;
    }

    .p1next {
        display: none;
    }
}



/*  */
.box3 {
    margin: 5rem 0;
}

.nbox {
    margin-top: 2.9rem;
}

.nul {
    width: 40%;
}

.nul2 {
    /* width: 21.5%; */
    flex: 1;
    margin: 0 .95rem;
}

.nul3 {
    width: 34.4%;
}

.nul li .img img,
.nul2 li .img img {
    width: 100%;
}

.nul li {
    position: relative;
}

.nbj {
    position: absolute;
    /* background: url(//cdn.myxypt.com/86ae8c0f/23/09/2e73df54c8ea24d45f0da11f0e52d002f52bdc14.png) no-repeat top center; */
    padding-left: 31px;
    bottom: 0;
    left: 0;
    padding-bottom: 2.1vw;
    width: 100%;
    padding-right: 5%;
    padding-top: 10%;
    background-color: rgba(0, 0, 0, 0.5);
}

.nbj span {
    color: #ffffff;
    font-size: 14px;
}

.nbj h3 a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.nul2 li {
    position: relative;
}

.nul2 li h3 a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    bottom: 16px;
    z-index: 999;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
}

.nul2 li:first-child {
    margin-bottom: 8%;
}

.nul3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.nul3 li {
    background-color: #f5f5f5;
    height: 30%;
    padding: 0 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
}

.nul3 li a {
    color: #000000;
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
}

.nul3 li span {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 26px;
}

.nul3 li p {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nul3 li:hover {
    background-color: #a60800;
}

.nul3 li:hover a,
.nul3 li:hover span {
    color: #fff;
}

.nul3 li:hover p {
    opacity: 0.6;
    color: #fff;
}

.nul3 li:hover a {
    font-weight: bold;
}

/*  */
.box4 {
    background-color: #efefef;
    padding: 61px 0;
}

.box4 .wh {
    /* max-width: 1150px; */
    align-items: center;
}

.w1 {
    color: #333333;
    font-size: 28px;
    margin-top: 10px;
}

.w1 span {
    color: #a60800;
}

.w1 b {
    color: #010d2c;
}

.mbox {
    font-size: 0;
}

.mbox a {
    display: inline-block;
    width: 190px;
    height: 62px;
    font-size: 16px;
    text-align: center;
}

.mbox .m1 {
    background: #a60800;
    color: #ffffff;
    line-height: 62px;
    margin-right: 20px;
}

.mbox .m2 {
    line-height: 58px;
    color: #a60800;
    border: 2px solid #a60800;
}

.m1 img {
    margin-left: 18px;
}

.m2 img {
    margin-right: 18px;
}


/*  */
.ft1 {
    background-color: #0B0E41;
    padding: 36px 0 34px;
}

.ft2 {
    background: #0B0E41;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .4);
    padding: 26px 0;
}

.lx {
    color: #ffffff;
    opacity: 0.4;
    font-size: 14px;
    line-height: 1.8;
    margin: 1rem 0;
}

.ft2 a {
    color: rgba(255, 255, 255, .4);
}

.fenx .social-share .social-share-icon {
    width: 32px;
    height: 32px;
    /* background-color: rgba(255, 255, 255, .1); */
    border-radius: 3px;
    border: none;
    line-height: 32px;
    margin: 0 20px 0 0;
    /* color: rgba(255, 255, 255, .3); */
}

.tright {
    flex: 1;
    flex-wrap: nowrap;
    align-items: center;
}

.tewm {
    font-size: 14px;
    line-height: 59px;
    color: rgba(255, 255, 255, .4);
    text-align: center;
}

.dao>li>a {
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
    white-space: nowrap;
    align-items: center;
}

.x-nav-menu  {
    /* width: 57%; */
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.x-nav-menu dd {
    /* float: left; */
    /* display: flex; */
    line-height: 2;
}

.x-nav-menu dd a {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    margin-left: 1.5vw;
}

.dao>li {
    display: flex;
    margin-bottom: 0.8rem;
    align-items: center;
    height: 45px;
}

.tewm img {
    width: 122px;
}

.hang {
    /* margin-right: 8vw; */
    margin: 0 6.5rem;
}

.x-seo,
.x-seo a {
    color: rgba(255, 255, 255, .2);
    font-size: 14px;
}

.tlogo img {
    max-width: 100%;
}

.fenx .social-share .icon-qq:before {
    content: '';
    background: url(../images/qq.png) no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
}

.fenx .social-share .icon-wechat:before {
    content: '';
    background: url(../images/wx.png) no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
}

.fenx .social-share .icon-weibo:before {
    content: '';
    background: url(../images/wb.png) no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
}

.fenx .social-share .icon-tencent:before {
    content: '';
    background: url(../images/ss.png) no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
}







@media(max-width: 1630px) {
    .cwz dt a {
        font-size: 14px;
        line-height: 24px;
    }

    .cwz dd,
    .bj1 h3 {
        font-size: 24px;
    }
}

@media(max-width: 1500px) {
    .mySwiper .swiper-slide .img img {
        max-width: 100%;
        height: 18vw;
    }

    .mySwiper .swiper-slide h3 {
        font-size: 20px;
    }

    .cwz dt {
        font-size: 16px;
    }

    .psort a {
        font-size: 14px;
    }
}







@media(max-width: 1400px) {
    .nnav {
        width: auto;
    }

    .x-menu>li>a {
        font-size: 18px;
    }

    .nul3 li p {
        margin-top: 10px;
    }

}

@media(max-width: 1300px) {
    .psort a {
        width: 50%;
    }
}

@media(max-width: 1240px) {
    .hang {
        display: none;
    }
}

@media(max-width: 1200px) {
    .nnav {
        width: auto;
    }

    .x-menu>li>a {
        font-size: 16px;
        padding: 0 20px;
    }

    .top2 {
        padding-top: 0;
    }

    .bt1 dd {
        font-size: 30px;
    }

    .bt1 dt {
        font-size: 16px;
        margin-top: 15px;
    }

    .nul3 li p {
        margin-top: 5px;
    }

    .bq,
    .x-region {
        float: none;
        width: 100%;
        text-align: center;
    }

}


@media(max-width: 1024px) {

    .cwz dd,
    .bj1 h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bt1 dt br {
        display: none;
    }

    .w1 {
        font-size: 22px;
        margin-top: 17px;
    }

    .mbox a {
        width: 160px;
    }
}




@media(max-width: 768px) {
    .mySwiper .swiper-slide {
        padding: 40px 0;
    }

    .cleft,
    .cright {
        width: 100%;
    }

    .nul,
    .nul2,
    .nul3 {
        width: 100%;
        flex: auto;
    }

    .nul2 {
        margin: 20px 0;
    }

    .nul3 li {
        padding: 20px;
        height: auto;
    }

    .w1,
    .mbox {
        width: 100%;
        text-align: center;
    }

    .mbox {
        margin-top: 20px;
    }

    .w1 {
        margin-top: 0;
    }

    .lx {
        margin: 20px 0;
    }
}


@media(max-width: 640px) {
    .mySwiper .swiper-slide h3 {
        font-size: 16px;
    }

    .mySwiper .swiper-slide .img img {
        max-width: 100%;
        height: 38vw;
    }

    .jia {
        opacity: 1;
    }

    .bt1 dd {
        font-size: 22px;
    }

    .box2 {
        margin-top: 30px;
    }

    .bt1 dt {
        font-size: 14px;
        line-height: 22px;
    }

    .bj1 {
        /* left: 20px; */
    }

    .bj1 .bcon {
        font-size: 12px;
        line-height: 20px;
    }

    .cbox2 .cimg,
    .cc {
        width: 100%;
    }

    .cc {
        /* padding: 60px 0; */
    }

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

    .nul3 li {
        margin-bottom: 20px;
    }

    .nul2 li:first-child {
        margin-bottom: 20px;
    }

    .box3 {
        margin: 30px 0;
    }

    .box4 {
        padding: 30px 0;
    }

    .mbox .m1 {
        height: 46px;
        line-height: 46px;
    }

    .mbox .m2 {
        height: 46px;
        line-height: 42px;
    }

    .mbox a {
        width: 130px;
    }

    .ft1 {
        padding: 30px 0 10px;
    }

    .tlogo {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }

    .tleft,
    .tright {
        width: 100%;
    }

    .tewm {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .w1 {
        font-size: 18px;
    }

    .mbox a img {
        width: 20px;
    }

    .nul3 li a {
        width: calc(100% - 80px);
    }
}

@media(max-width: 1600px) {
    .xypg-right-content {
        overflow: hidden;
    }

    .xypg-right-content p img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}