@charset "utf-8";

/* CSS Document */

* {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #eee;
}

body,
dl,
dd,
p {
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

img {
    display: block;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

textaea {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3 {
    font-weight: normal;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


/* body{background:#f8f8f8} */

.finance-container {
    max-width: 1200px!important;
    margin: 0 auto;
    position: relative;
}

.enterprise_header .jlt_nav li {
    color: #111;
}

.enterprise_box {
    background-image: linear-gradient(#011da2 18%, #014aad, #0c2961);
}

.enterprise_box .bg {
    background: #fff;
    padding: 30px 0 50px 0;
}

.enterprise_box .bg .title:first-child {
    margin-top: 0;
}

.enterprise_box .bg .title h1 {
    color: #333;
}

.enterprise_box .banner {
    width: 100%;
    height: auto;
    /* height: 770px; */
    padding: 0;
    margin-top: 40px;
    float: none;
}

.enterprise_box .banner img {
    width: 100%;
}

.enterprise_box .title {
    text-align: center;
    border: none;
    margin-top: 50px;
}

.enterprise_box .title h1 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 5px;
}

.enterprise_box .title p {
    font-weight: normal;
    color: #ccc;
    letter-spacing: 2px;
}

.enterprise_box .box {
    max-width: 1200px;
    margin: auto;
}

.enterprise_box .about {
    display: flex;
    padding: 40px 0;
}

.enterprise_box .about_l {
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.enterprise_box .about_l img {
    width: 100%;
}

.enterprise_box .about_con {
    flex: 0 0 70%;
    padding: 0 5% 2% 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.enterprise_box .about_con p {
    line-height: 30px;
    margin-top: 20px;
}

.enterprise_box .about_con p a {
    color: dodgerblue;
}

.enterprise_box .about_con p:nth-child(2) {
    margin-top: 0;
}

.enterprise_box .about_con .title {
    margin-top: 0;
    text-align: left;
}

.enterprise_box .about_con .title h1 {
    position: relative;
}

.enterprise_box .about_con .title h1::after {
    content: '';
    width: 120px;
    height: 3px;
    background: dodgerblue;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.enterprise_box .about_con .title span {
    color: #ccc;
    padding-left: 10px;
}

.enterprise_box .platform img {
    width: 100%;
    margin: auto;
}
.enterprise_box .platform2 img {
    width: 100%;
    margin: auto;
}
.enterprise_box .platform2 {
    width: 1200px;
    margin: auto;
}

.enterprise_box .deve {
    overflow: scroll;
    overflow-y: hidden;
    padding: 150px 0 180px 0;
}

.enterprise_box .deve ul {
    display: flex;
    margin-top: 30px;
    padding-bottom: 20px;
}

.enterprise_box .deve ul li {
    flex: 0 0 20%;
    text-align: center;
    padding-top: 30px;
    border-top: #ccc dashed 1px;
    position: relative;
}

.enterprise_box .deve ul li::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: dodgerblue;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px;
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
}

.enterprise_box .deve ul li:nth-child(1)::after {
    background-image: url('../images/wjsviders/1.png')
}

.enterprise_box .deve ul li:nth-child(2)::after {
    background-image: url('../images/wjsviders/2.png')
}

.enterprise_box .deve ul li:nth-child(3)::after {
    background-image: url('../images/wjsviders/3.png')
}

.enterprise_box .deve ul li:nth-child(4)::after {
    background-image: url('../images/wjsviders/4.png')
}

.enterprise_box .deve ul li:nth-child(5)::after {
    background-image: url('../images/wjsviders/5.png')
}

.enterprise_box .deve ul li:nth-child(6)::after {
    background-image: url('../images/wjsviders/6.png')
}

.enterprise_box .deve ul li:nth-child(7)::after {
    background-image: url('../images/wjsviders/7.png')
}

.enterprise_box .deve ul li:nth-child(8)::after {
    background-image: url('../images/wjsviders/8.png')
}

.enterprise_box .deve ul li:nth-child(9)::after {
    background-image: url('../images/wjsviders/9.png')
}

.enterprise_box .deve ul li:nth-child(10)::after {
    background-image: url('../images/wjsviders/10.png')
}

.enterprise_box .deve ul li:nth-child(11)::after {
    background-image: url('../images/wjsviders/11.png')
}

.enterprise_box .deve ul li:nth-child(12)::after {
    background-image: url('../images/wjsviders/12.png')
}

.enterprise_box .deve ul li:nth-child(13)::after {
    background-image: url('../images/wjsviders/13.png')
}

.enterprise_box .deve ul li:nth-child(14)::after {
    background-image: url('../images/wjsviders/14.png')
}

.enterprise_box .deve ul li::before {
    content: '';
    width: 1px;
    height: 30px;
    background: #0effff;
    position: absolute;
    left: 50%;
}

.enterprise_box .deve ul li:nth-child(even)::before {
    top: -60px;
}

.enterprise_box .deve_con {
    box-shadow: inset 0 0 1px #fff;
    padding: 20px 10px;
    position: absolute;
    transition: all .3s ease-in-out;
}

.enterprise_box li:nth-child(odd) .deve_con {
    top: 60px;
}

.enterprise_box li:nth-child(even) .deve_con {
    top: -170px;
}

.enterprise_box .deve ul li span {
    color: #0effff;
    line-height: 30px;
}

.enterprise_box .deve ul li p {
    width: 85%;
    margin: auto;
}

.enterprise_box .deve::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.enterprise_box .deve::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: dodgerblue;
}

.enterprise_box .deve::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.enterprise_box .sector {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.enterprise_box .sector li {
    flex: 0 0 18%;
    box-shadow: inset 0 0 10px dodgerblue;
    padding: 20px 0;
}

.enterprise_box li h1 {
    font-size: 16px;
    text-align: center;
}

.enterprise_box .sector_con {
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.enterprise_box .sector li:nth-child(1) .sector_con {
    background: url('../images/wjsviders/lsds.png') no-repeat center;
}

.enterprise_box .sector li:nth-child(2) .sector_con {
    background: url('../images/wjsviders/kjds.png') no-repeat center;
}

.enterprise_box .sector li:nth-child(3) .sector_con {
    background: url('../images/wjsviders/cyds.png') no-repeat center;
}

.enterprise_box .sector li:nth-child(4) .sector_con {
    background: url('../images/wjsviders/shfw.png') no-repeat center;
}

.enterprise_box .sector li:nth-child(5) .sector_con {
    background: url('../images/wjsviders/dsfw.png') no-repeat center;
}

.enterprise_box .sector li:nth-child(6) .sector_con {
    background: url('../images/wjsviders/lsds.png') no-repeat center;
}

.enterprise_box .sector_con p {
    flex: 50%;
    color: #0effff;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.enterprise_box .sector li:nth-child(3) .sector_con p {
    flex: 50%;
    color: #0effff;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.enterprise_box .sector li:nth-child(4) .sector_con p {
    flex: 50%;
    color: #0effff;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.enterprise_box .column {
    display: flex;
    justify-content: space-between;
}

.enterprise_box .column_con {
    flex: 0 0 18%;
}

.enterprise_box .column_con ul {
    padding: 10px 0;
}

.enterprise_box .column_con:nth-child(odd) ul {
    box-shadow: inset 0 0 10px #11689a;
}

.enterprise_box .column_con:nth-child(even) ul {
    box-shadow: inset 0 0 10px #00bfa2;
}

.enterprise_box .column_con h1 {
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #11689a, #00bfa2);
    text-align: center;
    line-height: 32px;
}

.enterprise_box .column_con a {
    display: flex;
    width: 46%;
    margin: 20px auto;
}

.enterprise_box .column_con a span {
    color: #333;
    line-height: 32px;
    padding-left: 10px;
    transition: all .3s ease-in-out
}

.enterprise_box .column_con:nth-child(odd) span {
    color: #11689a;
}

.enterprise_box .column_con:nth-child(even) span {
    color: #00bfa2;
}

.enterprise_box .column_con a:hover span {
    color: dodgerblue;
}

.enterprise_box .media {
    display: flex;
    justify-content: space-between;
}

.enterprise_box .media li {
    background: linear-gradient(#1d4791 30%, #02469d, #43b1ff);
}

.enterprise_box .media_img {
    padding-bottom: 5px;
    background: #fff;
}

.enterprise_box .media_con {
    padding: 20px 40px;
}

.enterprise_box .media_con a {
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    display: block;
}

.enterprise_box .media_con p {
    border: #07c5e4 solid 2px;
    margin-top: 30px;
    padding-left: 140px;
    line-height: 30px;
    position: relative;
}

.enterprise_box .media_con p::after {
    width: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #43b1ff;
    border: #eee solid 2px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    padding-right: 10px;
    position: absolute;
    top: -6.5px;
    left: -4px;
}

.enterprise_box .media li:first-child .media_con p:nth-child(2)::after {
    content: '近20年';
}

.enterprise_box .media li:first-child .media_con p:nth-child(3)::after {
    content: '20+';
}

.enterprise_box .media li:first-child .media_con p:nth-child(4)::after {
    content: '数千万';
}

.enterprise_box .media li:nth-child(2) .media_con p:nth-child(2)::after {
    content: '5000+'
}

.enterprise_box .media li:nth-child(2) .media_con p:nth-child(3)::after {
    content: '10000+'
}

.enterprise_box .media li:nth-child(2) .media_con p:nth-child(4)::after {
    content: '10亿'
}

.enterprise_box .media li:nth-child(3) .media_con p:nth-child(2)::after {
    content: '近30'
}

.enterprise_box .media li:nth-child(3) .media_con p:nth-child(3)::after {
    content: '50万+'
}

.enterprise_box .media li:nth-child(3) .media_con p:nth-child(4)::after {
    content: '1亿+'
}

.enterprise_box .customer_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.enterprise_box .customer_con a {
    /* flex: 0 0 10%; */
    padding: 10px;
}


/* .enterprise_box .customer .customer_con:last-child {
    justify-content: space-around;
}

.enterprise_box .customer .customer_con:last-child a {
    flex: 0 0 20%;
    width: 120px;
} */

.enterprise_box .customer .customer_con2 {
    /* flex: 0 0 20%; */
    /* width: 1200px; */
    display: inherit;
}

.enterprise_box .customer_con img {
    width: 100%;
}

.enterprise_box .omit {
    max-width: 200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
}

.enterprise_box .omit p {
    flex: 0 0 5%;
    height: 10px;
    background: #333;
    border-radius: 50%;
}

@media(max-width:1200px) {
    .enterprise_box .title {
        margin-top: 20px;
    }
    .enterprise_box .bg,
    .enterprise_box .about {
        padding: 0 0 30px 0;
    }
    .enterprise_box .about_l {
        display: none;
    }
    .enterprise_box .about_con {
        flex: 1;
    }
    .enterprise_box .about_con .title h1::after {
        width: 100%;
    }
    .enterprise_box .about_con p,
    .enterprise_box .about_con strong {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .enterprise_box .about_con p {
        color: #ccc;
    }
    .enterprise_box .platform2 {
        width: 100%;
    }
    .enterprise_box .platform img {
        width: 100%;
    }
    .enterprise_box .platform2 img {
        width: 100%;
    }
    .enterprise_box .deve {
        padding: 0 0 180px 0;
    }
    .enterprise_box .deve ul li {
        flex: 0 0 33%;
    }
    .enterprise_box .deve_con {
        padding: 10px;
        box-shadow: none;
    }
    .enterprise_box li:nth-child(even) .deve_con {
        top: 60px;
    }
    .enterprise_box .deve ul li:nth-child(even)::before {
        top: 30px;
    }
    .enterprise_box .sector,
    .enterprise_box .column,
    .enterprise_box .media {
        flex-wrap: wrap;
    }
    .enterprise_box .sector li {
        flex: 0 0 50%;
    }
    .enterprise_box .column_con {
        flex: 0 0 100%;
        display: flex;
        margin-top: 10px;
    }
    .enterprise_box .column_con:first-child {
        margin-top: 0;
    }
    .enterprise_box .column_con h1 {
        flex: 0 0 5%;
        padding: 0 10px;
        background: linear-gradient(#11689a, #00bfa2);
        display: flex;
        justify-content: center;
        flex-direction: column;
        line-height: normal;
    }
    .enterprise_box .column_con ul {
        flex: 0 0 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .enterprise_box .column_con ul li {
        flex: 0 0 20%;
    }
    .enterprise_box .column_con a {
        display: initial;
    }
    .enterprise_box .column_con a img {
        margin: auto;
    }
    .enterprise_box .media li {
        flex: 1;
    }
    .enterprise_box .customer_con a {
        flex: 0 0 25%;
    }
    .enterprise_box .customer .customer_con:last-child a {
        flex: 0 0 10.5%;
    }
    .swiper-slide a {
        margin: 10px 0;
    }
}

@media(max-width:360px) {
    .enterprise_box .column_con ul li {
        flex: 0 0 33%;
    }
    .enterprise_box .column_con a span {
        display: block;
        text-align: center;
        padding-left: 0;
    }
}