.h1, .h2, .h3, h1, h2, h3, h4, h5, p {
    margin-top: 0;
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.w-con {
    width: 1580px;
    margin: 0 auto;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (max-width: 1600px) {
    .w-con {
        width: calc(100% - 30px);
    }
}

/*手机端头部*/
.mob-head {
    background-color: #111;
    text-align: center;
}

.mob-logo {
    padding: 6px;
}

.mob-logo img {
    height: 30px;
}

.mob-nav {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.mob-nav li {
    width: 20%;
}

.mob-nav li a {
    display: block;
    text-align: center;
    color: #fff;
    font: 400 15px/38px "Microsoft yahei";
}

.mob-nav li:hover a {
    background-color: #2319F3;
}

/* pc头部 */
.pc-head {
    position: relative;
}

.pc-logo {
    padding-top: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    /*background-color: #2319f3;*/
    width: 20.8%;
}

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

.pc-head-con {
    width: 60.5%;
    float: right;
    padding: 17px 0;
}

.pc-nav {
    width: 71.7%;
}

.pc-nav li a {
    display: block;
    color: #4D4D4D;
    font: 400 16px/46px "Microsoft yahei";
}

.pc-nav li:hover a {
    color: #2319F3;
}

.pc-line {
    height: 46px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.w-head-phone {
    height: 33px;
    margin-top: 7px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.w-head-phone strong {
    font-size: 24px;
    color: #1f14f4;
}


/*banner*/
.bannerSwiper {
    position: relative;
}

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

.bannerSwiper .swiper-pagination-bullets {
    bottom: 3vh;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2319F3;
}

@media (max-width: 767px) {
    .bannerSwiper .swiper-pagination-bullets {
        bottom: 1vh;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

}

/**/
.home-about {
    padding-top: 12vh;
    background: url(//cdn.myxypt.com/ac3bbc34/25/01/d0b5547cfa488ca9d51aec2166a43d0146ecfe50.png) no-repeat 20% bottom;
}

.home-about-l {
    width: 37%;
}

.home-about-l .img {
    width: 80%;
}

.home-about-l .img img {
    max-width: 100%;
}

.home-about-l h3 {
    color: #000000;
    font: 600 38px/66px "Microsoft yahei";
    margin-top: 2vh;
}

.home-about-r {
    width: 61%;
}

.home-about-r .wz1 p {
    text-align: right;
    color: #666666;
    font: 400 24px/32px "Microsoft yahei";
}

.home-about-r .wz2 {
    margin-top: 2vh;
    padding-left: 20px;
}

.home-about-r .wz2 p {
    text-align: right;
    color: #666666;
    font: 400 14px/26px "Microsoft yahei";
}

.home-num-list {
    padding-left: 5vh;
    margin-top: 6vh;
}

.home-num-list li h3 {
    height: 52px;
}

.home-num-list li h3 i {
    font: 600 48px/52px "Microsoft yahei";
    color: #2319F3;
}

.home-num-list li h3 span {
    color: #999999;
    font: 400 18px/52px "Microsoft yahei";
}

.home-num-list li h4 {
    color: #999999;
    font: 400 18px/36px "Microsoft yahei";
    padding-left: 5px;
}

.home-about-r .more {
    margin-top: 6.6vh;
    margin-bottom: 22vh;
    margin-left: 5vh;
    background: #2319F3;
    width: 170px;
    height: 64px;
    border-radius: 32px;
}

.home-about-r .more a {
    text-align: center;
    display: block;
    color: #fff;
    font: 400 16px/64px "Microsoft yahei";
}

.home-tt {
    text-align: center;
}

.home-tt h3 {
    color: #000000;
    font: 600 44px/52px "Microsoft yahei";
}

.home-tt h4 {
    color: #999999;
    font: 400 24px/38px "Microsoft yahei";
}

@media (max-width: 1500px) {
    .home-tt h3 {
        font: 600 38px/52px "Microsoft yahei";
    }

    .home-tt h4 {
        font: 400 20px/38px "Microsoft yahei";
    }

    .home-about-l h3 {
        font: 600 28px/52px "Microsoft yahei";
    }

    .home-num-list li h3 i {
        font: 600 38px/52px "Microsoft yahei";
    }

    .home-about-r .more {
        margin-bottom: 10vh;
        height: 44px;
    }

    .home-about-r .more a {
        font: 400 16px/44px "Microsoft yahei";
    }

}

@media (max-width: 1200px) {
    .home-about {
        padding-top: 6vh;
    }
}

@media (max-width: 767px) {
    .home-tt h3 {
        font: 600 23px/44px "Microsoft yahei";
    }

    .home-tt h4 {
        font: 400 16px/30px "Microsoft yahei";
    }

    .home-about-l {
        width: 100%;
    }

    .home-about-l h3 {
        text-align: center;
        font: 600 23px/52px "Microsoft yahei";
    }

    .home-about-r {
        width: 100%;
    }

    .home-about-r .wz1 {

    }

    .home-about-r .wz1 p {
        text-align: center;
        font: 400 16px/28px "Microsoft yahei";
    }

    .home-about-r .wz2 {
        padding-left: 0;
    }

    .home-num-list {
        padding-left: 0;
        margin-top: 2vh;
    }

    .home-num-list li {
        width: 47%;
    }

    .home-about-r .more {
        margin-left: 0;
        margin-top: 2vh;
        margin-bottom: 6vh;
    }

    .home-about-r .wz2 p {
        text-align: center;
    }
}

/**/
.home-sector-a {
    justify-content: center;
    margin-top: 6vh;
}

.home-sector-a li {
    width: 283px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 32px;
    overflow: hidden;
    background: #EBEBEB;
    text-align: center;
}

.home-sector-a li a {
    display: block;
    color: #000000;
    font: 400 24px/64px "Microsoft yahei";
}

.home-sector-a li:hover {
    background: #2319F3;
}

.home-sector-a li:hover a {
    color: #fff;
}


.home-sector-a li.cur {
    background: #2319F3;
}

.home-sector-a li.cur a {
    color: #fff;
}

.home-sector-con {
    margin-top: 4.6vh;
    padding: 13vh 0 4vh;
    /*background: url(//cdn.myxypt.com/ac3bbc34/25/01/9fc6aea3aa2720c363049c35d2a0dc8e385aa571.png) no-repeat center;*/
    background: #ccc;
}

.home-sector-con .w-con {
    display: none;
    align-items: center;
}

.home-sector-con .w-con.active {
    display: flex;
}

.home-sector-con .w-con.active {
    display: flex;
}

.home-sector-l {
    width: 42%;
}

.home-sector-logo img {
    max-width: 100%;
}

.home-sector-wz {
    /*margin-top: 7vh;*/
    padding-bottom: 7vh;
}

.home-sector-wz h3 {
    color: #FFFFFF;
    font: 600 36px/52px "Microsoft yahei";
}

.home-sector-wz h4 {
    padding-right: 20%;
    margin-top: 3vh;
    color: #FFFFFF;
    font: 400 20px/36px "Microsoft yahei";
}

.home-sector-wz p {
    margin-top: 4vh;
    color: #FFFFFF;
    font: 400 18px/30px "Microsoft yahei";
}

.home-sector-img {
    width: 39.6%;
}

.home-sector-img img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .home-sector-con {
        padding: 6vh 0;
    }

    .home-sector-l {
        width: 100%;
    }

    .home-sector-wz {
        margin-top: 2vh;
        padding-bottom: 2vh;
    }

    .home-sector-wz h3 {
        font: 600 23px/44px "Microsoft yahei";
    }

    .home-sector-wz h4 {
        padding-right: 0;
        font: 400 16px/30px "Microsoft yahei";
    }

    .home-sector-wz p {
        margin-top: 1vh;
        font: 400 16px/30px "Microsoft yahei";
    }

    .home-sector-img {
        width: 80%;
    }
}

/**/
.home-process {
    padding: 6vh 0;
}

.home-process-line {
    position: relative;
    width: 100%;
    height: 348px;
    border-radius: 174px;
    border: 14px solid #C6C5C5;
}

.home-process-con {
    position: relative;
    margin-top: 10vh;
    width: 1475px;
    height: 348px;
}

.home-process-li1 {
    position: absolute;
    left: 23vh;
    right: 23vh;
    top: -44px;
}

.home-process-li1 + .home-process-li1 {
    top: auto;
    bottom: -44px;
}

.home-process-li1 li {
    text-align: center;
    width: 220px;
}

.home-process-li1 li h3 {
    color: #fff;
    font: 400 14px/26px "Arial";
    padding: 18px 0;
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background-color: #2319f4;
    margin: 0 auto;
    transition: all .4s;
}

.home-process-li1 li h3:hover {
    background-color: #d1040e;
    cursor: pointer;
}

.home-process-li1 li h3 .num {
    color: rgba(255, 255, 255, 0.6);
    font: 600 20px/26px "Arial";
}

.home-process-li1 li .wz {
    margin-top: 1vh;
}

.home-process-li1 li .wz p {
    margin-bottom: 0;
    color: #666666;
    font: 400 18px/26px "Microsoft yahei";
}

.home-process-li2 {
    /*flex-direction: column-reverse;*/
}

.home-process-li2 li .wz {
    margin-bottom: 10px;
}

.home-process-contact {
    position: absolute;
    margin-left: -22px;
    width: 338px;
    height: 58px;
    background: #2319F3;
    border-radius: 29px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}

.home-process-contact img {
    position: absolute;
    left: 3px;
    top: 3px;
}

.home-process-contact h3 {
    color: #fff;
    padding-left: 60px;
    font: 600 18px/58px "Microsoft yahei";
    transition: all .3s;
}
.home-process-contact:hover h3 {
    font-size: 20px;
}

@media (max-width: 1500px) {
    .home-sector-a {
        margin-top: 3vh;
    }

    .home-sector-con {
        margin-top: 3vh;
    }

    .home-sector-a li {
        width: 200px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home-sector-a li a {
        font: 400 18px/50px "Microsoft yahei";
    }

    .home-process-con {
        width: calc(100% - 30px);
        height: auto;
    }

    .home-process-contact {
        margin-left: 0;
        margin-top: -25px;
    }

    .home-process-line {
        height: 280px;
    }

    .home-process-contact {
        height: 50px;
    }

    .home-process-contact img {
        height: 44px;
    }

    .home-process-contact h3 {
        font: 600 18px/50px "Microsoft yahei";
    }

    .home-process-li1 {
        left: 10vh;
        right: 10vh;
    }

    .home-process-li1 li .wz p {
        font: 400 16px/22px "Microsoft yahei";
    }
}

@media (max-width: 768px) {
    .home-sector-a li {
        width: auto;
        margin-left: 0.6%;
        margin-right: 0.6%;
        padding: 0 13px;
    }

    .home-sector-a li a {
        font: 400 15px/40px "Microsoft yahei";
    }
}

.mob-process-list {
    margin-top: 3vh;
}

.mob-process-list li + li {
    margin-top: 1vh;
}

.mob-process-list li h3 {
    text-align: center;
    color: #fff;
    font: 400 14px/26px "Arial";
    padding: 10px 0;
    width: 88px;
    border-radius: 6px;
    background-color: #2319f4;
}

.mob-process-list li h3 .num {
    font: 600 26px/26px "Arial";
    color: rgba(255, 255, 255, .6);
}

.mob-process-list li .wz {
    width: calc(100% - 100px);
}

.mob-process-list li .wz p {
    color: #333;
    font: 400 16px/32px "Microsoft yahei";
}

/**/
.home-apply {
    text-align: center;
    margin-top: 9vh;
    position: relative;
}

.home-apply .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

.home-apply .title {
    position: absolute;
    top: 6%;
    left: 7%;
    text-align: left;
}

.home-apply .title h3 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

.home-apply .title p {
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
}

.home-apply .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 190px;
}

.home-apply .content .case-item {
    position: absolute;
    cursor: pointer;
    width: 180px;
}

.home-apply .case-bg {
    display: none;
    width: 100%
}


.home-apply .case-bg:first-of-type{
    display: block;
}

.home-apply .content > img {
    width: 100%;
}

.home-apply .content .case-item h4{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.home-apply .content .case-item .case_dot_h{
    display: none;
    transition: all .3s;
}

.home-apply .content .case-item .case_hover{
    opacity: 0;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.home-apply .content .case-item strong{
    opacity: 0;
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    transition: all .3s;
}

.home-apply .content .case-item:nth-of-type(1) {
    left: 10.5%;
    top: -24.5%;
}

.home-apply .content .case-item:nth-of-type(2) {
    left: 26%;
    top: 6.5%;
}

.home-apply .content .case-item:nth-of-type(3) {
    left: 46%;
    top: 27%;
}

.home-apply .content .case-item:nth-of-type(4) {
    left: 67.5%;
    top: 57%;
}

.home-apply .content .case-item:nth-of-type(5) {
    left: 83%;
    top: 12%;
}

@media(max-width: 1800px) {
    .home-apply .content .case-item:nth-of-type(1) {
    left: 10.5%;
    top: -27.5%;
    }
    
    .home-apply .content .case-item:nth-of-type(2) {
        left: 26%;
        top: 2.5%;
    }
    
    .home-apply .content .case-item:nth-of-type(3) {
        left: 46%;
        top: 23%;
    }
    
    .home-apply .content .case-item:nth-of-type(4) {
        left: 67.5%;
        top: 54%;
    }
    
    .home-apply .content .case-item:nth-of-type(5) {
        left: 83%;
        top: 5%;
    }
}

@media(max-width: 1600px) {
    .home-apply .content .case-item:nth-of-type(1) {
        left: 10.5%;
        top: -27.5%;
    }
    
    .home-apply .content .case-item:nth-of-type(2) {
        left: 26%;
        top: -5%;
    }
    
    .home-apply .content .case-item:nth-of-type(3) {
        left: 46%;
        top: 17%;
    }
    
    .home-apply .content .case-item:nth-of-type(4) {
        left: 67.5%;
        top: 47%;
    }
    
    .home-apply .content .case-item:nth-of-type(5) {
        left: 83%;
        top: -2%;
    }
}

@media(max-width: 1400px) {
    .home-apply {
        display: none;
    }
}


.home-apply .content .case-item:hover {
    margin-top: -6px;
}

.home-apply .content .case-item:hover strong{
    opacity: 1;
}

.home-apply .content .case-item:hover .case_dot{
    display: none;
}

.home-apply .content .case-item:hover .case_dot_h{
    display: inline-block;
}

.home-apply .content .case-item:hover .case_hover{
    top: -140px;
    opacity: 1;
    /*display: block;*/
}

    /**/
.home-reasons {
    padding-top: 6vh;
}

.home-reasons .home-tt {
    margin-bottom: 4vh;
}

.home-reasons .home-tt h3 span {
    font: 600 60px/52px "Microsoft yahei";
}

.home-reasons-con {
    position: relative;
}

.home-reasons-con .ttz1 img {
    max-width: 100%;
}

.home-reasons-wz {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
}

.home-reasons-wz .wz {
    width: 48%;
}

.home-reasons-wz .wz h3 {
    position: relative;
    font: 400 48px/88px "Microsoft yahei";
    color: #FFFFFF;
}

.home-reasons-wz .wz h3 span {
    margin-right: 10px;
}

.home-reasons-wz .wz h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.46);
    width: 253px;
    height: 4px;
}

.home-reasons-wz .wz .wz-p {
    margin-top: 8.8vh;
}

.home-reasons-wz .wz .wz-p p {
    color: #fff;
    font: 400 20px/38px "Microsoft yahei";
}

.home-reasons-con .ttz1 {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.home-reasons-con .ttz1 img.img2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.home-reasons-con .ttz1.cur {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.home-reasons-tt {
    position: relative;
    margin-top: -80px;
    z-index: 9;
}

.home-reasons-tt .w-con {
    background-color: #fff;
}

.home-reasons-tt .w-con .tabz1 {

}

.home-reasons-tt .w-con .tabz1 li {
    width: 25%;
    text-align: center;
    padding: 3vh 0;
    cursor: pointer;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #f7f7f7 100%);
    background: -ms-linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #f7f7f7 100%);
}

.home-reasons-tt .w-con .tabz1 li .num {
    color: #000000;
    font: 600 44px/60px "Arial";
}

.home-reasons-tt .w-con .tabz1 li h3 {
    color: #666666;
    font: 400 24px/38px "Microsoft yahei";
}

.home-reasons-tt .w-con .tabz1 li.cur {
    background: linear-gradient(90deg, #fffbff 0%, #ffffff 50%, #f7f7f7 100%);
    background: -ms-linear-gradient(90deg, #fffbff 0%, #ffffff 50%, #f7f7f7 100%);
}

.home-reasons-tt .w-con .tabz1 li.cur .num {
    color: #1C14C1;
}

.home-reasons-tt .w-con .tabz1 li.cur h3 {
    color: #1C14C1;
}

@media (max-width: 1500px) {
    .home-reasons-wz {
        top: 5vh;
    }

    .home-reasons-wz .wz h3 {
        font: 600 38px/66px "Microsoft yahei";
    }

    .home-reasons-wz .wz .wz-p {
        margin-top: 5vh;
    }

    .home-reasons-tt {
        margin-top: -20px;
    }

    .home-reasons-tt .w-con .tabz1 li {
        padding: 2vh 0;
    }

    .home-reasons-tt .w-con .tabz1 li .num {
        font: 600 38px/50px "Arial";
    }

    .home-reasons-tt .w-con .tabz1 li h3 {
        font: 400 22px/32px "Microsoft yahei";
    }
}

@media (max-width: 767px) {
    .home-reasons-wz {
        position: relative;
    }

    .home-reasons-wz .wz {
        width: 100%;
        padding-bottom: 6vh;
    }

    .home-reasons-wz .wz .wz-p {
        margin-top: 3vh;
    }

    .home-reasons-con .ttz1 {
        background-color: #210eac;
    }

    .home-reasons-con .ttz1 img.img1 {
        display: none;
    }

    .home-reasons-con .ttz1 img.img2 {
        position: relative;
    }

    .home-reasons-wz .wz h3 {
        font: 600 25px/60px "Microsoft yahei";
    }

    .home-reasons-wz .wz h3::before {
        width: 166px;
    }
}

/**/
.home-news {
    background-color: #f5f5f5;
    padding: 8vh 0 15vh;
    margin-top: -20px;
}

.home-news-tt h3 {
    color: #000000;
    font: 600 44px/60px "Microsoft yahei";
}

.home-news-a {
    margin-top: 1.5vh;
    margin-bottom: 2vh;
}
.home-news-a a:hover {
    color: #1C14C1;
}

.home-news-a span:last-of-type {
    display: none;
}

.home-news-a a {
    float: left;
    display: block;
    color: #999999;
    font: 400 24px/24px "Microsoft yahei";
}

.home-news-a span {
    float: left;
    background-color: #989898;
    width: 1px;
    height: 26px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}

.home-news-list1 li {
    background-color: #ffffff;
}

.home-news-list1 li a .img {
    width: 49.2%;
    position: relative;
}

.home-news-list1 li a .img img {
    max-width: 100%;
}

.home-news-list1 li a .img h5 {
    width: 110px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #1C14C1;
    color: #fff;
    font: 400 16px/38px "Microsoft yahei";
    text-align: center;
}

.home-news-list1 li a .wz {
    width: 50.8%;
    padding: 40px 20px;
}

.home-news-list1 li a .wz .date {
    color: #999999;
    font: 400 18px/36px "Arial";
}

.home-news-list1 li a .wz .date span, .home-news-list1 li a .wz .date i {
    color: #222222;
    font: 600 48px/36px "Arial";
}

.home-news-list1 li a .wz .date i {
    font-weight: 400;
    margin-left: 7px;
    margin-right: 5px;
}

.home-news-list1 li a .wz .line {
    background: #D1D8E2;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-news-list1 li a .wz h3 {
    color: #222222;
    font: 600 24px/44px "Microsoft yahei";
}

.home-news-list1 li a .wz p {
    color: #666666;
    font: 400 14px/28px "Microsoft yahei";
}

.home-news-list1 li a .wz .more {
    margin-top: 4.4vh;
    background: #2e13f3;
    width: 170px;
    border-radius: 32px;
    color: #fff;
    font: 400 16px/60px "Microsoft yahei";
    text-align: center;
}

.home-news-list2 {
    margin-top: 20px;
    overflow: hidden;
}

.newsSwiper .swiper-slide a {
    display: block;
    background-color: #fff;
    padding: 37px 17px;
}

.newsSwiper .swiper-slide h5 {
    text-align: center;
    width: 70px;
    border-radius: 5px;
    border: 1px solid #2319F3;
    color: #2319F3;
    font: 400 14px/24px "Microsoft yahei";
}

.newsSwiper .swiper-slide .tt {
    margin-top: 4vh;
}

.newsSwiper .swiper-slide .tt h3 {
    width: calc(100% - 180px);
    color: #222222;
    font: 600 18px/30px "Microsoft yahei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsSwiper .swiper-slide .tt .date {
    color: #999999;
    font: 400 18px/28px "Arial";
}

.newsSwiper .swiper-slide .tt .date span {
    display: block;
    color: #222222;
    font: 600 48px/50px "Arial";
}

.newsSwiper .swiper-slide a .line {
    width: 100%;
    height: 1px;
    background: #D1D8E2;
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.newsSwiper .swiper-slide a .wz {
    color: #666666;
    font: 400 14px/28px "Microsoft yahei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsSwiper .swiper-slide a .more {
    margin-top: 3vh;
    background: #2c0ffb;
    width: 170px;
    border-radius: 32px;
    color: #fff;
    font: 400 16px/60px "Microsoft yahei";
    text-align: center;
}

.home-news-list1 li:hover a .wz h3 {
    color: #1C14C1;
}

.newsSwiper .swiper-slide:hover .tt h3 {
    color: #1C14C1;
}

@media (max-width: 1500px) {
    .home-news-tt h3 {
        font: 600 38px/52px "Microsoft yahei";
    }

    .home-news-list1 li a .wz {
        padding: 20px;
    }

    .home-news-list1 li a .wz .date span, .home-news-list1 li a .wz .date i {
        font: 600 36px/36px "Arial";
    }

    .home-news-list1 li a .wz .line {
        margin-top: 1vh;
        margin-bottom: 1vh;
    }

    .home-news-list1 li a .wz h3 {
        font: 600 20px/44px "Microsoft yahei";
    }

    .home-news-list1 li a .wz .more {
        margin-top: 1vh;
        font: 400 16px/44px "Microsoft yahei";
    }

    .newsSwiper .swiper-slide a .more {
        font: 400 16px/44px "Microsoft yahei";
    }

    .newsSwiper .swiper-slide .tt h3 {
        width: calc(100% - 100px);
    }
}

@media (max-width: 1200px) {
    .newsSwiper .swiper-slide .tt h3 {
        width: 100%;
    }

    .home-news-list1 li a .wz {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home-news {
        padding: 6vh 0;
    }

    .home-news-tt h3 {
        font: 600 23px/44px "Microsoft yahei";
    }

    .home-news-a a {
        font: 400 16px/16px "Microsoft yahei";
    }

    .home-news-list1 li a .img {
        width: 100%;
    }

    .home-news-list1 li a .wz h3 {
        font: 600 18px/30px "Microsoft yahei";
    }

}


/*  */
.w-foot {
    background-color: #000;
    padding: 6vh 0;
}

.w-foot-nav {
    width: 58%;
}

.w-foot-nav ul {
    padding-inline-start: 0;
}

.w-foot-nav li h3 {
    color: #FFFFFF;
    font: 600 18px/38px "Microsoft yahei";
    margin-bottom: 1vh;
}

.w-foot-nav li a {
    padding-left: 10px;
    position: relative;
    display: block;
    color: #A2A2A2;
    font: 400 13px/28px "Microsoft yahei";
}

.w-foot-nav li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    content: "-";
}

.w-foot-nav li a:hover {
    color: #C9C6FF;
}

.w-foot-nav li a:hover:before {
    color: #C9C6FF;
}

.f-line {
    height: 230px;
    width: 1px;
    background: #2E2F2F;
}

.w-foot-contact {
    width: 26%;
}

.w-foot-contact li + li {
    margin-top: 3vh;
}

.w-foot-contact li .img {
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-foot-contact li .img img {
    width: 70%;
}

.w-foot-contact li .wz {
    float: left;
    width: calc(100% - 66px);
    margin-left: 20px;
}

.w-foot-contact li .wz h3 {
    color: #FFFFFF;
    font: 600 24px/24px "Arial";
}

.w-foot-contact li .wz p {
    color: #FFFFFF;
    font: 400 13px/22px "Arial";
    margin-bottom: 0;
}

.w-foot-contact li:last-child .wz h3 {
    font-weight: 400;
}

@media (max-width: 767px) {
    .w-foot-nav {
        width: 100%;
    }

    .w-foot-nav ul li {
        width: 40%;
    }

    .w-foot-nav ul li:nth-child(2n) {
        width: 60%;
    }
}

.foot-code {
    cursor: pointer;
    position: relative;
}

.code-img {
    position: absolute;
    top: -108px;
    left: -30px;
    width: 100px;
    display: none;
}

.code-img img{
    width: 100px;
}

.foot-code:hover .code-img {
    display: block;
}
