﻿@charset "utf-8";

/* CSS Document */






.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-slide img {
    z-index: 1;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 5s;
}

.banner .swiper-slide-active img {
    transform: scale3d(1, 1, 1);
    transition: all 5s;
}



.banner .swiper-pagination {
    bottom: 5% !important;
    text-align: center !important;
    padding: 0 5%;
}

.banner .swiper-pagination-bullet {
    width: 0.15rem !important;
    height: 0.15rem !important;
    background: #fff !important;
    border-radius: 0.5rem;
    opacity: 1;
    transition-duration: .5s;
}

.banner .swiper-pagination-bullet-active {
    width: 0.15rem !important;
    background: #006590 !important;
}

.banner-img {
    animation: changeScale1 1 10s;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}


/* ---------- */
.in-box {
    width: 100%;
    background: #f4f4f4;
    padding: 0.55rem 0;
}

.in-box ul {
    display: flex;
    justify-content: space-between;
}

.in-box ul li {
    width: 29%;
    float: left;
    display: flex;
    justify-content: left;
    transition-duration: 1s;
    cursor: pointer;
}

.in-box ul li a {
    display: flex;
    justify-content: left;
}

.in-box ul li:nth-child(4) {
    width: 19%;
}

.in-box ul li:after {
    content: "";
    clear: both;
    display: block;
}

.in-box ul li .pic {
    width: 0.91rem;
    height: 0.91rem;
    margin-right: 0.15rem;
    transition-duration: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}



.in-box ul li .txt {
    line-height: 0.91rem;
    font-size: 0.24rem;
    color: #333333;
}


.in-box ul li:hover .pic {
    transform: rotateY(180deg);
}

.in-box ul li:nth-child(1) .pic {
    background: #006590;
}

.in-box ul li:nth-child(2) .pic {
    background: #e9cd76;
}

.in-box ul li:nth-child(3) .pic {
    background: #6a798b;
}

.in-box ul li:nth-child(4) .pic {
    background: #836e99;
}

/*  */
.index-warp {
    padding-left: 2.15rem;
    padding-right: 2.15rem;
}

.department {
    width: 100%;
    background: url(../images/ks-bg.jpg)no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0.7rem 0 0.65rem 0;
}

/* ----------------- */
.ksdhbit {
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.3rem;
    padding-left: 2.05rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.ksdhLine {
    width: 5.75rem;
    height: 0.5rem;
    background: url(../images/line.png)no-repeat;
    background-size: cover;
}

.home-ksdh-box {
    padding: 0 2.05rem 0 1.7rem;
}

.home-ksdh-menu {
    padding: 0 10.677% 0.5rem;
    position: relative;
}

.home-ksdh-menu:after {
    display: block;
    content: '';
    width: 5.87rem;
    height: 0.5rem;
    background: url(../images/ks-line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-ksdh-menu ul {
    display: flex;
    padding-left: 0.8rem;
}

.home-ksdh-menu ul li {
    font-size: 0.28rem;
    font-family: 'syhtB';
    color: #fff;
    line-height: 1.4;
    padding-left: 0.3rem;
    margin-right: 0.2rem;
    position: relative;
    cursor: pointer;
    transition-duration: 0.3s;
}

.home-ksdh-menu ul li:last-child {
    margin-right: 0;
}

.home-ksdh-menu ul li:before {
    display: block;
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/h-ks-jt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

.home-ksdh-menu ul li.on {
    color: #dcc88b;
}

.home-ksdh-menu ul li.on:before {
    opacity: 1;
    visibility: visible;
}

.home-ksdh-contentBox {
    position: relative;
}

.home-ksdh-contenter {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.home-ksdh-contenter:nth-child(1) {
    position: relative;
}

.home-ksdh-contenter.show {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.home-ksdh-fl {
    width: 32.3%;
    padding: 0.18rem 0.3rem 0;
}

.home-ksdh-fl ul {
    display: flex;
    flex-wrap: wrap;
}

.home-ksdh-fl ul li {
    width: 49%;
    margin-right: 2%;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.48rem;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 0.16rem;
    position: relative;
    cursor: pointer;
}

.home-ksdh-fl ul li:before {
    display: block;
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home-ksdh-fl ul li:nth-child(2n) {
    margin-right: 0;
}

.home-ksdh-fl ul li:nth-child(-n+2) {
    margin-top: 0;
}

.home-ksdh-fl ul li.active {
    color: #dcc88b;
}

.home-ksdh-fl ul li.active:before {
    background: #dcc88b;
}

.home-ksdh-fr {
    width: 67.7%;
    position: relative;
}

.home-ksdh-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.home-ksdh-info:nth-child(1) {
    position: relative;
}

.home-ksdh-fr .block {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.home-ksdh-txt {
    width: 100%;
    border-radius: 0.3rem;
    margin-bottom: 0.15rem;
}

.home-ksdh-txtBox {
    width: 100%;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.2rem 0.4rem;
    min-height: 2.88rem;
}

.home-ksdh-txtBox h4 {
    font-size: 0.28rem;
    color: #333333;
    line-height: 1.4;
    padding-left: 0.18rem;
    margin-bottom: 0.1rem;
    position: relative;
}

.home-ksdh-txtBox h4:before {
    display: block;
    content: '';
    width: 0.06rem;
    height: 0.24rem;
    border-radius: 0.06rem;
    background: #a81b00;
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
}

.home-ksdh-txt-nr {
    display: flex;
    justify-content: space-between;
}

.home-ksdh-txt-nrL {
    width: 100%;
}

.home-ksdh-txt-nrL p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: justify;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    padding-left: 17px;
}



.home-zjBox {
    width: 100%;
    padding-right: 0.2rem;
    position: relative;
}

.home-zjImg {
    width: 100%;
    border-radius: 0.05rem;
    background: #fff;
    padding: 0.18rem 0.15rem;
}

.home-zjImg-info {
    width: 100%;
    overflow: hidden;
}

.home-zjImg-info img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
}

.kszjSwiper .swiper-slide:hover .home-zjImg-info img {
    transform: scale(1.1);
}

.home-zjName {
    width: 0.35rem;
    height: 1rem;
    border-radius: 0.05rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0.2rem;
    z-index: 2;
}

.home-zjName span {
    display: block;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 1.1;
    font-family: 'syhtB';
    transition-duration: 0.3s;
}

.kszjSwiper .swiper-slide:hover .home-zjName span {
    color: #1779b8;
}

.home-zjJob {
    width: 0.25rem;
    padding: 0.1rem 0;
    border-radius: 0 0.05rem 0.05rem 0;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 1.2rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.1;
    text-align: center;
}

.ks-more {
    width: 1rem;
    line-height: 0.38rem;
    background: #fff;
    color: #111;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 10px;
    margin-left: 25px;
    cursor: pointer;
}


/* ----------------------- */

.newsBox {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    display: flex;
    justify-content: space-between;
}

.newsBox .bit {
    line-height: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #111;
    margin-bottom: 0.2rem;
}

.newsBox .left {
    width: 58%;
}

.newslist .pic {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.newslist .pic img {
    display: block;
    width: 100%;
}

.newslist .Nbit {
    margin-top: 0.2rem;
    font-size: 0.19rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #111;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.newslist .time {
    line-height: 0.3rem;
    font-size: 0.15rem;
    color: #333;
}

.newslist .neir {
    line-height: 0.32rem;
    font-size: 0.17rem;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsBox .right {
    width: 37%;
}

.gzdtList li {
    padding-bottom: 0.5rem;
}

.gzdtList li h1 {
    font-size: 0.19rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #111;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}

.gzdtList li .time {
    line-height: 0.36rem;
    font-size: 0.15rem;
    color: #333;
}

.gzdtList li .neir {
    line-height: 0.32rem;
    font-size: 0.17rem;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@keyframes changeScale1 {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}



/*  */




@media only screen and (max-width: 1440px) {
    .home-warp {
        width: 90%;
    }

    .ipart01 .left .neir {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0.3rem;
    }

    .newsnr {
        margin-top: 0.56rem;
    }

    .cloud-product-ul li .ourslmore {
        padding: 0 0.3rem;
    }
}

@media only screen and (max-width: 1366px) {
    .Menubox {
        top: 3rem;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 760px) {
    .in-box ul li .pic {
        display: none;
    }

    .index-warp {
        padding-left: 10px;
        padding-right: 10px;
    }

    .in-box ul li {
        width: auto;
    }

    .in-box {
        padding: 0.35rem 10px;
    }

    .in-box ul li:nth-child(4) {
        width: auto;
        text-align: center;
    }

    .in-box ul li .txt {
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        border: 1px solid #dbdbdb;
        padding: 0 10px;
    }

    .home-ksdh-box {
        padding: 0 10px;
    }

    .ksdhbit {
        padding-left: 15px;
    }

    .home-ksdh-contenter {
        display: block;
    }

    .home-ksdh-fl {
        width: 100%;
    }

    .home-ksdh-fr {
        width: 100%;
        margin-top: 16px;
    }

    .home-ksdh-fl ul li {
        width: 49%;
        margin-right: 2%;
        line-height: 36px;
        font-size: 16px;
    }

    .home-ksdh-txt-nrL p {
        font-size: 15px;
        line-height: 26px;
        padding-left: 0;
    }

    .home-ksdh-txtBox h4 {
        font-size: 20px;
        line-height: 36px;
    }

    .newsBox {
        display: block;
    }

    .newsBox .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .newsBox .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .newsBox .bit {
        line-height: 40px;
        font-size: 20px;
    }

    .ksdhbit {
        line-height: 40px;
        font-size: 20px;
    }

    .ks-more {
        width: 100px;
        line-height: 32px;
    }

    .newsBox .right {
        width: 100%;
    }

    .newslist .neir {
        line-height: 30px;
        font-size: 16px;
    }

    .newslist .Nbit {
        margin-top: 0.2rem;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .newslist .time {
        line-height: 23px;
        font-size: 15px;
    }

    .gzdtList li h1 {
        font-size: 16px;
        line-height: 26px;
    }

    .gzdtList li .time {
        line-height: 30px;
        font-size: 15px;
    }

    .gzdtList li .neir {
        line-height: 26px;
        font-size: 15px;
    }
}