:root {
    --lineblue: #00469b;
    --grey: #f4f4f4;
    --black: #222222;

}

body {
    overflow-x: hidden!important;
}
/*产品中心*/

li {
    list-style: none;
}

p {
    margin: 0;
}

.in-pro {
    background: url(//cdn.myxypt.com/e301faaa/21/11/c3cc847f968f34d1e21d6fd82ec3feed908b19eb.jpg) repeat;
    padding: 6vh 0;
}

.x-title {
    font-weight: bold;
    color: #ffffff;
    font-size: 36px;
    line-height: 2;
    text-align: center;
}

.x-title p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}

.in-pro .content {
    padding: 5vh 0 0;
}

.list .owl-carousel {
    position: relative;
}

.pp-list .owl-carousel .banner-item a {
    display: block;
}

.pp-list .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.pp-list .owl-carousel .owl-nav .owl-next {
    right: -60px;
}

.pp-list .owl-carousel .owl-nav button.owl-prev,
.pp-list .owl-carousel .owl-nav button.owl-next {
    outline: none;
    background: #fff;
    position: absolute;
    top: 50%;
    z-index: 9999;
    border: 1px solid #f2f2f2;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pp-list .owl-carousel .owl-nav button.owl-prev:hover,
.pp-list .owl-carousel .owl-nav button.owl-next:hover {
    background: #fff;
}

.pp-list .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.pp-list .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: 0px -180px;
}

.pp-list .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: 0px -480px;
}

.pp-list .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
    display: none;
}

.pp-list li {
    margin: 0 10px;
    position: relative;
}

.pp-list li .tm {
    background: url(//cdn.myxypt.com/e301faaa/21/11/567fd66d3ebadc8c680156502ac2d003ff01f837.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px
}

.pp-list li .tm .ddnn {
    position: absolute;
    bottom: 45px;
    width: 80%;
    left: 10%;
    height: 60px;
    overflow: hidden;
    transition: all .3s;
}

.pp-list li .tm .ddnn h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    margin: 0 auto;
    line-height: 30px;
}

.pp-list li .tm .ddnn span {
    color: #c5c4c3;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
}

.pp-list li .mm1 {
    width: 90px;
    line-height: 26px;
    border-radius: 20px;
    background: #048f3e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 26px;
    margin-top: 10px
}

.pp-list li:hover .tm .ddnn {
    height: 96px;
}

@media (max-width: 1024px) {
    .pp-list li .tm .ddnn h2 {
        color: #ffffff;
        font-size: 20px;
        text-align: left;
        margin: 0 auto;
        line-height: 30px;
    }

    .pp-list li .tm .ddnn span {
        color: #c5c4c3;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }
}

@media (max-width: 992px) {
    .pp-list li .tm .ddnn h2 {
        color: #ffffff;
        font-size: 16px;
        text-align: left;
        margin: 0 auto;
        line-height: 30px;
    }

    .pp-list li .tm .ddnn span {
        color: #c5c4c3;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }
}


/*企业优势*/

.advanbox {
    background: url(//cdn.myxypt.com/e301faaa/21/11/a850fc7b1acfd4ff5156c4d865d49016fc2acf3d.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 4vh 0 6vh;
    text-align: center;
}

.advan-list {
    margin-top: 5vh;
}

.advan-list li a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    text-align: center;
    padding: 4vh 10%;
    position: relative;
    height: 350px;
    cursor: pointer;
}

.advan-list li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #048f3e;
    border-radius: 5px;
    z-index: 1;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.advan-list li:hover a:after {
    left: 0;
    width: 100%
}

.advan-list li h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin: 2.5vh 0;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.advan-list li:hover h3 {
    top: -100px;
    color: #fff;
}

.advan-list li .intro {
    color: #666;
    font-size: 15px;
    line-height: 2;
    height: 90px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.advan-list li:hover .intro {
    top: -100px;
    color: #fff;
    height: 180px;
}



/*合作案例*/

.case_index {
    padding: 6vh 0 7vh;
    background-color: var(--lineblue);
}

.case-list {
    margin-top: 4.5vh;
}

.case-list li {
    overflow: hidden;
    margin-bottom: 4rem;
}

.case-list li a {
    position: relative;
    display: block;
}

.case-list li .img {
    padding: 2%;
    background-color: #c0c1c5;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-list li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.case-list li:hover img {
    transform: scale(1.1);
}

.case-list li .text {
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    padding: 24px 0;
    background-color: var(--grey);
}

.case-list li .text2 {
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    padding: 24px 20px;
    background: #58a1f9;
    transition: all 0.5s;
}

.case-list li .text2 span {
    display: inline-block;
    width: 82px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 11px;
    margin-top: 2vh;
    font-size: 12px;
}

.case-list li:hover .text2 {
    bottom: 0;
}

.case_index .more {
    text-align: right;
    padding-top: 2vh;
}

.case_index .more a {
    width: 196px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    /* background: #0b9243; */
    line-height: 3;
    border-radius: 24px;
}


@media (max-width: 768px) {
    .case_index {
        padding: 4vh 0 5vh;
        background-color: var(--lineblue);
    }

    .case-list li {
        margin-top: 30px;
        margin-bottom: 0;
        overflow: hidden;

    }

    .case-list li .text {
        padding: 15px 0;
    }

    .case-list li .text2 {
        padding: 15px 10px;
        font-size: 12px;
    }
}


/* 通用样式 */
p {
    margin: 0;
}


input,
textarea {
    border: none;
    outline: none;
    background-color: transparent;
}



.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw {
    width: 100%;
}

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    padding: 41% 0;
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

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

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.max1500 {
    max-width: 1530px;
    margin: 5% auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
}

.head-index {}

.head-index .logo {
    line-height: 116px;
}

.head-index .logo img {
    max-width: 100%;
}

.head-index .headr {
    width: 61.65%;
}

/**/
/* .product-index{
  margin-top: 5.72916666666667vw;
} */

.pt {
    position: relative;
}



.pt .pt2 {
    color: #191e2d;
    font-size: 58px;
    font-family: "Arial";
}

.pt .pt3 {
    position: absolute;
    right: 0;
    bottom: 15%;
    width: 200px;
    height: 70px;
    border: 2px solid #004399;
}

.pt .pt3 a {
    display: block;
    text-align: center;
    line-height: 68px;
    color: #004399;
    font-size: 16px;
    font-weight: 600;
}

.nt .pt3 {
    position: absolute;
    right: 0;
    bottom: 15%;
    width: 200px;
    height: 70px;
    border: 2px solid #004399;
    background: #004399;
}

.nt .pt3 a {
    color: #fff;
}

/* 主营业务 */
/* .product-index .cont{
  margin-top: 3.38541666666667vw;
} */
.slick-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
}

.slick-contanier {}

.slick-contanier .slick-slide {
    outline: none;
    font-size: 0;
}

.slick-contanier img {
    display: inline-block;
    width: 100%;
}

.slick-contanier .slick-con {
    display: block;
    font-size: 0;
    position: relative;
    /* padding-left: 10px; */
    border-left: 8px solid #fff;
}

/* 主营业务 */
.tab-con {
    width: 71.6%;
    background-color: var(--grey);
}

.tab-con .tab-main {
    height: 0;
    overflow: hidden;
    position: relative;
}

.tab-con .tab-main.tab-active {
    height: auto;
}

.tab-con .tab-main img {
    width: 100%;
    margin: 0 auto;
}

.tab-con .tab-main .det {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 7%;
}

.tab-con .tab-main h2 {
    color: #000000;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab-con .tab-main h4 {
    color: #221815;
    font-size: 12px;
    margin-top: 15px;
    font-family: "Arial";
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 服务流程 */
.pro {
    width: 28.4%;
    background: var(--lineblue);
    padding: 0 3%;
    padding-bottom: 3%;
}

.ptt {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 48px;
}

.ptt p {
    font-family: "Arial";
    font-size: 20px;
    margin-top: 5px;
}

.tab-li {
    margin-top: 15px;
    font-size: 0;
    cursor: pointer;
}

.tab-li li {
    line-height: 57px;
    border-bottom: 1px dashed #e6d0c6;
    overflow: hidden;
}

.tab-li li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 100%;
    background: url(./second/arrow.png) no-repeat right center;
    transition: all 0.8s;
}

.tab-li li:hover a,
.tab-li li.tab-active a {
    padding-left: 30px;
}


@media(max-width: 1280px) {
    .tab-li li {
        line-height: 46px;
    }
}

@media (max-width:1024px) {
    .ptt {
        padding-top: 22px;
        font-size: 20px;
    }

    .ptt p {
        font-size: 15px;
    }

    .tab-li {
        margin-top: 3px;
    }

    .tab-li li {
        line-height: 42px;
    }

    .tab-li li a {
        font-size: 14px;
    }
}







/*服务流程*/

.process {
    margin-top: 5vh;
    /*padding: 5vh 0 6vh;*/
    /* background: #f4f4f4; */
    position: relative;
    width: 100%;
}

#J_dotLine {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.process-list {
    padding: 3vh 0;
    padding-bottom: 0vh;
}

.process-list li {
    width: 12.48%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.process-list li img {
    max-width: 100%;
    height: auto;
    transition: all 0.7s;
}

.process-list li:hover img {
    -webkit-transform: rotate(45deg);
}

.process-list li p {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    top: 50%;
    margin-top: -55px;
}

.process-list li span {
    display: block;
    background: var(--lineblue);
    color: #fff;
    font-size: 16px;
    line-height: 110px;
    border-radius: 55px;
    transition: all .3s;
}

@media (max-width:1024px) {
    .process-list li span {
        display: block;
        background: var(--lineblue);
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        border-radius: 55px;
        transition: all .3s;
    }
    .process-list li {
        width: 24%;
    }
    .process-list li p {
        width: 78px;
        height: 55px;
        left: 76%;
        /* display: flex;
        justify-content: space-between; */
    }
}


.process-list li:hover span {
    /* background-color: #057533 */
}

.process .more {
    text-align: center;
    font-size: 0;
}

.process .poc-num {
    padding-bottom: 2vh;
    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding-left: 55px;
    vertical-align: top;
}

.process .poc-num:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(./six/phone.png) no-repeat 50% 50% #0b9243;
    border-radius: 50%;
    content: "";
}

.process .poc-num span {
    font-size: 28px;
    font-weight: 600;
    font-family: arial;
}

.process .more a {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    color: #666;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid var(--lineblue);
    border-radius: 16px;
    margin-left: 2.5%;
    /* background-color: #f4f4f4; */
}



/*公司简介*/

.x-about {
    padding: 8vh 0 5vh;
}

.about-left img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about-left img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.about-right .tit {
    color: #333;
    font-size: 36px;
    line-height: 1.2;
    position: relative;
}

.about-right .tit span {
    color: #0b9243;
}

.about-right .en {
    font-size: 40px;
    font-weight: 600;
    color: rgba(51, 51, 51, .2);
    text-transform: uppercase;
}

.about-right .tit .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    opacity: 1;
}

.about-right .tit .more .img {
    width: 39px;
    height: 28px;
    overflow: hidden;
    transition: all .3s;
}

.about-right .tit .more:hover .img {
    background-position: 0 -28px !important;
}

.about-right {
    padding-left: 25px;
    padding-top: 3vh;
}

.about-cate {
    background: #f4f4f4;
    padding: 3.5vh 0;
    margin-top: 4vh;
}

.about-cate li {
    text-align: center;
}

.about-cate li a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 40px;
    transition: all .3s;
    float: left;
    margin-left: 10%;
}

.about-cate li span {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    float: left
}

.about-cate li:hover span {
    color: #18974d
}

.about-cate li:hover a {
    filter: invert(43%) sepia(73%) saturate(5721%) hue-rotate(133deg) brightness(89%) contrast(97%);
}

.about-right .intro {
    color: #333;
    font-size: 16px;
    line-height: 2.125;
    margin-top: 5vh;
}

@media (max-width: 1280px) {
    .about-right .intro {
        color: #333;
        font-size: 14px;
        line-height: 2.125;
        margin-top: 5vh;
        max-height: 150px;
        overflow: hidden;
    }
}


/*资质荣誉*/

.honor {
    padding-bottom: 8vh;
}

.honor h2 {
    color: #333;
    font-size: 36px;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
}

.honor h2:after {
    position: absolute;
    width: 6px;
    height: 34px;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background: #0b9243;
    content: "";
}

.honor-list {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 4vh;
}

.honor-item {
    padding: 0 18px;
}

.honor-item .img {
    border: 10px solid #c0c1c4;
    overflow: hidden;
}

.honor-item .img img {
    transition: all .5s ease;
}

.honor-item .img:hover img {
    transform: scale(1.1);
}

.honor-item h3 {
    color: #666;
    font-size: 16px;
    line-height: 3.75;
    background: #f4f4f4;
    text-align: center;
}

.honor-list .owl-item:hover h3 {
    background: #0b9243;
    color: #fff;
}

@media (max-width: 1024px) {
    .honor-item h3 {
        color: #666;
        font-size: 14px;
        line-height: 2.75;
        background: #f4f4f4;
        text-align: center;
        font-weight: 400;
    }
}



/*新闻中心*/

.x-news {
    background: url(//cdn.myxypt.com/e301faaa/21/11/199eac6f56a0ce70d90696edefa5cb7f96d92793.jpg) repeat;
    padding: 6vh 0 8vh;
}

.news-cate {
    text-align: center;
}

.news-cate a {
    display: inline-block;
    padding: 0 25px;
    color: #888;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.news-cate a:hover {
    color: #0b9243;
}

.news-cate a+a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "|";
}

.x-news .content {
    margin-top: 6vh;
}

.top-news li {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.top-news li img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top-news li img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.top-news li .text {
    background: #fff;
    padding: 4vh 5%;
}

.top-news li h3 {
    color: #333;
    font-size: 24px;
    line-height: 2;
    transition: all .3s;
    font-weight: 400;
}

.top-news li:hover h3 {
    color: #0b9243;
}

.top-news li .time {
    color: #666;
    font-size: 14px;
    line-height: 2;
}

.top-news li .intro {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin-top: 2vh;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-scroll {
    margin-top: -7px;
    padding-left: 45px;
}

.news-scroll .slick-con {
    background: #fff;
    padding: 0 2%;
    margin: 7px 0;
    cursor: pointer;
}

.x-news .slick-vertical .slick-slide {
    border: none;
    outline: none;
}

.slick-con .time {
    color: #666;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.slick-con .time:after {
    position: absolute;
    right: 15%;
    top: 30px;
    font-size: 18px;
    content: "/";
}

.slick-con .time p {
    font-size: 48px;
    font-family: 'Arial';
}

.slick-con .text h3 {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    transition: all .3s;
    font-weight: 400;
}

.slick-con .text .intro {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.slick-con:hover .time,
.slick-con:hover .text h3 {
    color: #0b9243;
}

@media (max-width: 1024px) {
    .slick-con .text .intro {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        margin-top: 5px;
    }

    .top-news li h3 {
        color: #333;
        font-size: 20px;
        line-height: 2;
        transition: all .3s;
        font-weight: 400;
    }
}

@media (max-width: 992px) {
    .slick-con .time:after {
        position: absolute;
        right: 15%;
        top: 30px;
        font-size: 18px;
        content: "";
    }
}


/*初始化样式*/

:root {
    --lineblue: #00469b;
    --grey: #f4f4f4;
}

/*样式*/
.wh {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px
}

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

.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.flex_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/* 印刷资讯 */
.xw_con {
    margin-top: 60px;
    padding-top: 3%;
    padding-bottom: 5%;
    background-color: var(--grey);
}

.xw_ll {
    width: 50%;
    margin-top: 45px;
}

.xw_ta {
    background: #14328b;
    width: 100%;
}

.xw_th {
    width: 192px;
    text-align: center;
}

.xw_th h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
}


.xw_th h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}

.inghh img {
    max-width: 100%;
    margin-top: 5px;
}

.xw_img1 {
    width: calc(100% - 192px);
    position: relative;
    overflow: hidden;
}

.xw_img1 img {
    width: 100%;
}

.more_a {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(20, 50, 139, .5);
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 42px;
}

.more_a a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.xw_list {
    margin-top: 20px;
}

.xw_list li .xw_img_cc {
    width: 150px;
}

.xw_list li .xw_img_cc img {
    width: 100%;
}

.xw_list li+li {
    margin-top: 16px;
}

.xw_dgg {
    width: calc(100% - 170px);
    /* margin-right: 10px; */
}

.xw_dgg h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    height: 30px;
    overflow: hidden;
}

.xw_dgg p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #a9a9a9;
}


.xw_dgg h5 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #888888;
    height: 50px;
    overflow: hidden;
}


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

.xw_th2 img {
    width: 100%;
}

.hk {
    position: absolute;
    width: 100%;
    top: 25%;
    text-align: center;
}

.hk h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #14328b;
}


.hk h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #14328b;
    text-align: center;
    margin-top: 10px;
}

.inghh {
    width: 16px;
    margin: 0 auto
}

.hk img {
    max-width: 100%;
    margin-top: 5px;
}


/* .xw_22 {
	background: #f7f9fd;
} */

.xw_list2 {
    width: 86%;
    margin: 0 auto
}

.xw_list2 li {
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.xw_list2 li h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    height: 30px;
    overflow: hidden;
}

.xw_list2 li p {
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #a9a9a9;
}

.xw_list2 li {
    margin-top: 15px;
}



.more_a1 {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .5);
    right: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 42px;
}

.more_a1 a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}



@media (max-width: 1200px) {
    .xw_ll {
        width: 100%;
        margin-top: 35px;
    }

    .xw_th {
        width: 100%;
        text-align: center;
        padding:1.5rem 0;
    }

    .xw_img1 {
        width: calc(100% - 0px);
        position: relative;
        overflow: hidden;
        margin-top: 10px;
    }

    .xw_th2 {
        height: 115px
    }

    .xw_th2 img {
        height: 100%
    }
}




/* 网站文字 */
.web_tt {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.web_tt2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}




@media (max-width: 1440px) {
    .web_tt {
        font-size: 30px;
    }

    .web_tt2 {
        font-size: 15px;
    }
}


@media (max-width: 1280px) {
    .web_tt {
        font-size: 22px;
    }

    .web_tt2 {
        font-size: 15px;
    }
}



/*  */
.foot-nav {
    width: 54%;
}

.foot-contact {
    width: 22%;
}

.foot-code {
    width: 22%;
    margin-top: 2%;
}

.foot-code span {
    display: inline-block;
    margin-right: 20px;
}

@media(max-width:1439px) {
    .pro-list li {
        width: calc(33.33% - 30px);
        margin: 0 15px;
    }

    .pro-list {
        width: calc(100% - 328px);
    }

    .cate-list li {
        margin-bottom: 10px;
    }

    .cate-list li a {
        line-height: 2;
    }
}

@media (max-width: 1380px) {
    .pro-cate h2 {
        line-height: 2.6;
    }

    .pro-list li h3 {
        font-weight: 400;
        font-size: 16px;
    }
}

@media(max-width:1199px) {
    .x-menu>li {
        margin: 0 1vw;
    }

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

    .x-sub-menu {
        top: 52px;
    }
}

@media(max-width:1024px) {
    .slick-con .text h3 {
        font-size: 20px;
    }

    .slick-con .time {
        font-size: 12px;
    }

    .about-cate {
        display: none;
    }

    .f-contact .f-num {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .advan-list li {
        margin-bottom: 20px !important;
    }

    .news-scroll {
        padding-left: 15px;
    }

    .pro-cate {
        width: 240px;
    }

    .pro-cate h2 {
        padding-left: 80px;
        background: url(//cdn.myxypt.com/e301faaa/21/11/40ce093fc47db7578c8fd93b4b78a7bd9a64e54b.png) no-repeat 32px 50% #058e3e;
    }

    .pro-list {
        width: 61%;
    }

    .pro-list li {
        width: calc(49.33% - 30px);
    }

    .sjcode {
        display: none !important;
    }

    .foot-contact {
        width: 28%;
    }

    .foot-code {
        width: 13%;
    }
}

@media(max-width:1024px) {
    .process-list li .img {
        display: none;
    }

    .process-list li p {
        position: relative;
        top: 0;
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    .foot-contact {
        width: 56%;
    }

    .foot-code {
        width: 28%;
        margin-top: 5%;
    }

    .x-title {
        font-size: 32px;
    }

    .f-contact {
        padding-left: 0;
    }

    .x-title p {
        font-size: 15px;
    }

    .pro-list {
        width: 100%;
    }

    .honor-item h3 {
        font-size: 14px;
    }

    .pro-list li {
        width: calc(49.99% - 30px);
    }

    /* .process-list li {
        width: 12.222%;
        margin: 0 3px;
    } */

    .process-list li img {
        display: none;
    }

    /* .process-list li p {
        width: 100%;
        height: auto;
        position: static;
        left: auto;
        margin: 0;
        top: auto;
    } */

    /* .process-list li span {
        line-height: 24px;
        font-size: 17px;
        padding: 10px 8px;
    } */

    .honor-item {
        padding: 0 10px;
    }

    .pro-list ul {
        margin: 0 -5px;
    }

    .pro-list li {
        width: calc(48.68% - 5px);
        margin: 0 5px;
    }

    .in-pro {
        padding: 4vh 0;
    }

    .pro-list li h3 {
        font-size: 14px;
    }

    .case {
        padding-top: 4vh;
    }

    .case-list li {
        margin: 0;
        margin-bottom: 3rem;
    }

    .honor h2 {
        font-size: 32px;
    }
}

@media (max-width: 375px) {
    /* .process-list li {
        width: 11%;
        margin: 0 2px;
    } */

    .news-cate a {
        font-size: 15px;
    }

    .top-news li h3 {
        font-size: 22px;
    }

    .honor {
        padding: 4vh;
    }

    .pro-list li {
        width: calc(49.11111% - 5px);
        margin: 0 4px;
    }
    .process .poc-num {
        padding-left: 50px;
    }
    .process .more a{
        margin-top: 3%;
    }
    .case_index .more {
        padding-top:0 ;
    }
    .xw_th {
        padding:1.5rem 0;
    }
    .case_index .more a {
        line-height: 50%;
    }

}


/*  */
.link {
    width: 290px;
    position: relative;
    margin-top: 20px
}

.link dd {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--black);
    color: #bbbbbb;
    /* display: none; */
}

.link dd a {
    /* display: block; */
    line-height: 38px;
    text-align: center;
    color: #555555;
    width: 290px;
}

@media (max-width: 1024px) {
    .x-title {
        color: #333;
        font-size: 22px;
        line-height: 2;
        text-align: center;
    }

    .x-title p {
        color: #888;
        font-size: 16px;
        line-height: 1.5;
    }

    .honor h2 {
        color: #333;
        font-size: 20px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }

    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -9px;
        background: #0b9243;
        content: "";
    }

    .link {
        display: none;
    }
}


@media (max-width: 992px) {
    .x-title {
        color: #ffffff;
        font-size: 24px;
        line-height: 2;
        text-align: center;
    }

    .x-title p {
        color: #888;
        font-size: 14px;
        line-height: 1.5;
    }

    .honor h2 {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }

    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -11px;
        background: #0b9243;
        content: "";
    }
}