@charset "utf-8";
@font-face {
    font-family: 'DINCond-Regular';
    src: url('../fonts/DINCond-Regular.woff2') format('woff2'),
        url('../fonts/DINCond-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.in-tit{padding-top: 80px; padding-bottom: 50px;text-align: center}
.in-tit.nopad {padding-top: 0;padding-bottom: 0;}
.in-tit.tleft {text-align: left;}
.in-tit.tool {
    margin-bottom: 50px;
}
.in-tit h3{
    font-size: 36px;
    line-height: 1;
    color: #3c3c3c;
    display: inline-block;
    position: relative;
}
.in-tit h3:before {
    content: "";
    position: absolute;
    right: -8px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-color: #ff6c00;
    opacity: 0.8;
    border-radius: 50%;
}
.in-tit h3 span {
    position: relative;
    color: #3c3c3c;
}
.in-tit p {
    font-size: 16px;
    line-height: 1.5;
    color: #81868e;
    margin-top: 20px;
}
.in-tit.white h3 span {
    color: #fff;
}
.in-tit.white p {
    color: rgba(255, 255, 255, .6);
}
.tit-des {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.index-a {
    padding-bottom: 80px;
    overflow: hidden;
}
.solution-item .abox .pic {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.solution-item .abox .pic img {
    /*height: 100%;*/
}
.solution-item .abox .pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 84, 199, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.solution-item .abox:hover .pic:before {
    opacity: 1;
    visibility: visible;
}
.solution-item .abox .pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    padding: 20px 22px;
    width: 152px;
    text-align: center;
    margin-left: -76px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.solution-item .abox .pic span:before,
.solution-item .abox .pic span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid #fff;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.solution-item .abox .pic span:after {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
.solution-item .abox:hover .pic span:before,
.solution-item .abox:hover .pic span:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.solution-item .abox:hover .pic span {
    opacity: 1;
}
.solution-item .abox h4 {
    font-size: 22px;
    line-height: 1.5;
    color: #3c3c3c;
    margin-top: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.solution-item .abox:hover h4 {
    color: #0054c7;
}
.solution-item .abox p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #595757;
}
.solution-list {
    margin-bottom: -40px;
}
.solution-list .solution-item {
    margin-bottom: 40px;
    width: 32.39%;
}
.solution-list:after {
    width: 32.39%;
}


/*产品*/
.product-item {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.product-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.product-item .pic {
    margin: 30px;
}
.product-item .tit {
    font-size: 16px;
    color: #3c3c3c;
    padding: 0 15px 10px;
}
.product-item .subtit {
    padding: 0 15px 25px;
    font-size: 14px;
    color: #666;
    height: 44px;
}
.product-list {
    margin-bottom: -20px;
}
.product-list .product-item {
    width: 23.95%;
    margin-right: 1.4%;
    margin-bottom: 20px;
}
.product-list .product-item:nth-child(4n) {
    margin-right: 0;
}




.swp-scroll {
    position: static;
    margin-top: 70px;
    align-items: center;
}
.swp-scroll .swp-page {
    position: relative;
    width: 94%;
    height: 2px;
    background-color: #dddddd;
}
.swp-scroll .swp-page .swiper-pagination-progressbar-fill {
    background-color: #0054c7;
}
.swp-scroll .swp-next {
    cursor: pointer;
}
.swp-scroll .swp-next i {
    font-size: 34px;
    color: #ACB6C6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.swp-scroll .swp-next:hover i {
    color: #0054c7;
}

.index-b {
    background-color: #eff3f8;
    padding-bottom: 90px;
}
.index-cate-list {
    margin-top: -5px;
    margin-bottom: 40px;
}
.index-c {
    padding-bottom: 90px;
}
.baozhang {
    max-width: 1600px;
}
.swiper-container-baozhang {
    border-radius: 10px;
    overflow: hidden;
}
.swiper-container-baozhang .swiper-slide {
    position: relative;
}
.swiper-container-baozhang .swiper-slide .cont {
    position: absolute;
    left: 135px;
    top: 150px;
    z-index: 2;
}
.swiper-container-baozhang .swiper-slide .cont .tit {
    width: 164px;
    height: 38px;
    background-color: #607082;
    border-radius: 19px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
}
.swiper-container-baozhang .swiper-slide .cont h4 {
    font-size: 36px;
    line-height: 48px;
    color: #0054c7;
    margin-top: 12px;
    margin-bottom: 23px;
}
.swiper-container-baozhang .swiper-slide .cont p {
    font-size: 16px;
    line-height: 32px;
    color: #595757;
}
.baozhang-tit {
    position: relative;
    z-index: 2;
    margin: -40px auto 0;
    width: 87.5%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
        rgba(1, 102, 176, 0.15);
    border-radius: 40px;
    overflow: hidden;
}
.baozhang-tit li {
    width: 25%;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #3c3c3c;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.baozhang-tit li.on {
    background-color: #0054c7;
    color: #fff;
}
.baozhang-tit li span {
    font-size: 22px;
}
.index-d {
    padding-bottom: 130px;
    height: 644px;
    background: url(../images/index/cn-bg.jpg) no-repeat center;
}
.index-d .in-tit {
    padding-top: 130px;
    padding-bottom: 90px;
}
.ys-list li {
    text-align: center;
    width: 20%;
}
.ys-list li img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ys-list li:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ys-list li h4 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 15px;
}
.ys-list li p {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.9;
}
.ys-list.black li h4 {
    color: #3c3c3c;
    margin-top: 18px;
}
.ys-list.black li p {
    color: #81868e;
}
.index-e {
    padding-top: 130px;
    padding-bottom: 65px;
}
.index-e .cont {
    width: 49%;
    padding-right: 150px;
}
.index-e .cont .in-tit {
    padding-top: 25px;
}
.index-e .cont .des h4 {
    font-size: 24px;
    line-height: 1.3;
    color: #0054c7;
}
.index-e .cont .des .in-p {
    font-size: 16px;
    line-height: 36px;
    color: #81868e;
    margin-top: 13px;
    margin-bottom: 50px;
}
.index-e .pic {
    width: 51%;
    position: relative;
}
.index-e .pic img {
    width: 970px;
    max-width: none;
    object-fit: cover;
}
.index-e .pic .btn-video {
    position: absolute;
    left: -47.5px;
    top: 50%;
    z-index: 2;
    margin-top: -47.5px;
    width: 95px;
    height: 95px;
    background: url(../images/index/video-btn.png) no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 20px 0px 
        rgba(1, 102, 176, 0.15);
    border-radius: 50%;
    overflow: hidden;
}
.ys-num-list {
    margin-top: 65px;
}
.ys-num-list li {
    text-align: center;
}
.ys-num-list li .num {
    font-family: DINCond-Regular;
    font-size: 100px;
    line-height: 1;
    color: #3c3c3c;
}
.ys-num-list li .tit {
    font-size: 16px;
    line-height: 1.3;
    color: #595757;
    margin-top: 10px;
}
.index-f {
    padding-bottom: 70px;
}
.in-news-one {
    margin-bottom: 60px;
}
.in-news-one .pic {
    width: 48.6%;
}
.in-news-one .cont {
    width: 51.4%;
    padding-left: 40px;
    padding-top: 5px;
}
.in-news-tit {
    position: relative;
    font-size: 24px;
    color: #3c3c3c;
    line-height: 1;
    margin-bottom: 30px;
}
.in-news-tit a {color: #3c3c3c;}
.in-news-tit:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    background-color: #ff6c00;
}
.in-news-list li {
    font-size: 16px;
}
.in-news-list li ~ li {
    margin-top: 20px;
}
.in-news-list li a {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    color: #3c3c3c;
}
.in-news-list li a:hover,
.in-news-tit a:hover,
.in-news-show .more:hover{
    color: #0054c7;
}
.in-news-list li span {
    color: #81868e;
}
.in-news-two .item {
    width: 47.57%;
}
.in-news-show {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.in-news-show .tit {
    font-size: 20px;
    color: #3c3c3c;
}
.in-news-show .des {
    font-size: 14px;
    line-height: 24px;
    color: #81868e;
    margin-top: 16px;
    margin-bottom: 10px;
}
.in-news-show .more {
    font-size: 14px;
    color: #81868e;
}
@media (max-width:1600px) {
    .index-e .pic img {
        width: 100%;
        height: 100%;
    }
    .swiper-container-baozhang .swiper-slide .cont {
        left: 110px;
        top: 130px;
        width: 50%;
    }
    .index-e .cont {
        padding-bottom: 10px;
    }
}
@media (max-width:1440px) {
    .swiper-container-baozhang .swiper-slide .cont {
        left: 5%;
        top: 80px;
        width: 46%;
    }
    .baozhang-tit {
        width: 92%;
    }
    .swiper-container-baozhang .swiper-slide .cont h4 {
        font-size: 30px;
        line-height: 1.5;
    }
}
@media (max-width:1366px) {
    .swiper-container-baozhang .swiper-slide .cont p {
        font-size: 15px;
        line-height: 30px;
    }
    .swiper-container-baozhang .swiper-slide .cont h4 {
        font-size: 30px;
        line-height: 1.3;
    }
    .index-e .cont .in-tit {
        padding-top: 10px;
    }
    .index-e .cont {
        padding-right: 100px;
    }
    .ys-num-list li .num {
        font-size: 80px;
    }
    .in-news-show .des {
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
    }
}
@media (max-width:1280px) {
    .swiper-container-baozhang .swiper-slide .cont {
        top: 70px;
    }
    .ys-num-list li .num {
        font-size: 70px;
    }
}
@media (max-width: 1024px) {
    .baozhang-tit {
        height: 60px;
        margin: -30px auto 0;
    }
    .baozhang-tit li {
        line-height: 60px;
        font-size: 16px;
    }
    .baozhang-tit li span {
        font-size: 18px;
        display: inline-block;
        vertical-align: top;
    }
    .ys-list li img {
        width: 130px;
    }
    .index-e .cont {
        padding-right: 70px;
    }
    .index-e .cont .des h4 {
        font-size: 20px;
    }
    .index-e .cont .des .in-p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 13px;
        margin-bottom: 40px;
    }
    .in-news-list li {
        font-size: 14px;
    }
    .in-news-list li a {
        width: 75%;
    }
    .in-news-list li ~ li {
        margin-top: 15px;
    }
    .in-news-show .tit {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .swiper-container-baozhang .swiper-slide img {
        height: 350px;
        object-fit: cover;
    }
    .swiper-container-baozhang .swiper-slide .cont {
        top: 40px;
        width: 40%;
    }
    .swiper-container-baozhang .swiper-slide .cont .tit {
        width: 120px;
        height: 30px;
        border-radius: 19px;
        font-size: 14px;
        line-height: 30px;
    }
    .swiper-container-baozhang .swiper-slide .cont h4 {
        font-size: 20px;
        line-height: 1.3;
    }
    .swiper-container-baozhang .swiper-slide .cont p {
        font-size: 14px;
        line-height: 1.5;
    }
    .swiper-container-baozhang .swiper-slide .cont p br {
        display: none;
    }
    .baozhang-tit {
        height: 40px;
        margin: -20px auto 0;
    }
    .baozhang-tit li {
        line-height: 40px;
        font-size: 14px;
    }
    .baozhang-tit li span {
        font-size: 16px;
    }
    .ys-num-list li .num {
        font-size: 50px;
    }
    .footer .fta .foot-nav .item:first-child ul li a {
        display: block;
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footer .fta .foot-nav .item .tel {
        font-size: 24px;
    }
    .product-item .tit {
        font-size: 14px;
    }
}
@media (max-width: 640px) {
    .in-news-show .tit {
        font-size: 16px;
    }
    .in-news-show .des {
        margin-top: 10px;
    }
    .in-news-show .more {
        font-size: 12px;
    }
    .in-news-show {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .in-news-two .item {
        width: 100%;
    }
    .in-news-one {
        margin-bottom: 30px;
    }
    .in-news-two .item:last-child {
        margin-top: 30px;
    }
    .index-f {
        padding-bottom: 40px;
    }
}