/* 首页样式 */
/* 轮播图 */
    
.swiper-container img {
    width: 100%;
    height: 850px;
}
/* 发展历程 */
.devalp {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 0;
}

.devalp .coure {
    width: 100%;
    overflow: hidden;
}

.devalp .coure li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.devalp .coure li .nub {
    width: 530px;
    padding: 0 0 10px 30px;
    overflow: hidden;
    color: #006960;
    text-align: right;
}

.devalp .coure li .nub .cont {
    float: left;
    width: 470px;
}

.devalp .coure li .nub p {
    font-size: 16px;
    line-height: 32px;
    float: left;
    color: #333;
    width: 100%;
    text-align: right;
}

.devalp .coure li .nub .tie {
    width: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #cc0a0a;
    margin-left: 20px;
    float: right;
}

.devalp .coure li .nub .tie i {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

.devalp .coure li b {
    width: 190px;
    position: absolute;
    display: block;
    top: 25px;
    background: #e0e0e0;
    height: 1px;
    left: 170px;
    z-index: -1;
}

.devalp .coure li .part {
    width: 600px;
    padding: 0 0 0 30px;
    height: 74px;
    overflow: hidden;
    background: url(../image/part.jpg) left top repeat-y;
}

.devalp .coure li .part .cont {
    float: left;
    width: 470px;
}

.devalp .coure li .part p {
    font-size: 16px;
    line-height: 32px;
    float: left;
    color: #333;
    width: 100%;
    text-align: left;
}

.devalp .coure li .part .tie {
    width: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #cc0a0a;
    margin-right: 20px;
    float: left;
}

.devalp .coure li .part .tie i {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

.devalp .coure_more {
    display: block;
    line-height: 60px;
    background: #f5f5f5;
    text-align: center;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    margin-top: 40px;
}
/* 企业荣誉 */
.about-sec5 {
    padding: 50px 0;
    background: white;
}

.about-sec5 li {
    float: left;
    margin: 0 40px 20px 0;
    width: 385px;
}

.about-sec5 li figure img,
.about-sec5 li figure {
    display: block;
    width: 100%;
    transition: all 0.6s;
    overflow: hidden;
}

.about-sec5 ul {
    padding-top: 35px;
    margin-right: -40px;
}

.about-sec5 li p {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

.about-sec5 li:hover figure img {
    transform: scale(1.4);
}
/* 文字下滑 */
.down {
    position: absolute;
    bottom: 20px;
    height: 80px;
    line-height: 80px;
    left: 0;
    right: 0;
    z-index: 3366;
    padding-right: 20px;
    overflow: hidden;
    text-align: center;
    animation: mymove 1.8s infinite;
}

@keyframes mymove {
    from {
        bottom: 50px;
        opacity: 1;
    }
    to {
        bottom: 20px;
        opacity: 0;
    }
}

.down p {
    font-size: 24px;
    color: black;
}

.down img {
    width: 26px;
    height: 26px;
}
.about-sec3 {
    padding: 150px 0;
}
.category-list li:hover{
    transform:scale(1.8);
    background-color: rgb(197, 222, 245);
    border-radius: 8px;
}
.service-content-inner {
    width: 70%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 150px;
}

.service-two-container h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}

.service-two-container li img {
    width: 75px;
    height: 75px;

}

.service-two-container ul {
    margin-top: 80px;
}

.service-two-container li {
    display: inline-block;
    transition: all 0.5s;

    width: 90px;
    position: relative;
    height: 120px;
    transition: all 0.6s;
    text-align: center;
    margin-right: 47px;
}

.not-category-p {
    height: 45px;
}

.service-one-container {
    text-align: center;
    margin-top: 150px;
}

.service-one-container h2 {
    font-size: 38px;
    font-weight: bold;
}
.background-picture {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 1200px;
}
.round{
    z-index: 1;
   width: 100%;
   margin-top: -90px;

}
.service-one-container ul li {
    display: inline-block;
    width: 270px;
    position: relative;
}

.service-one-container ul {
    width: 1100px;
    margin: 0 auto;
    margin-top: 100px;
    box-shadow: 2px 3px 32px 0 rgb(0 0 0 / 32%);
}

.service-one-container .title {
    line-height: 120px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    background-color: #333;
    font-size: 26px;
}

.service-one-container .title:hover {
    color: #fff;
    background-color: rgb(56, 126, 148);
}

.service-one-container ul p:hover {
    background-color: #fff;
}

.service-one-container p {
    padding: 70px 45px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    background-color: #F5F5F5;
    text-align: justify;
}
.platform-data-container{
    margin-top: 150px;
}
.platform-data-container h2{
    margin-bottom: 65px;
    font-size: 36px;
    font-family: 微软雅黑;
    color: #333;
    text-align: center;
    font-weight: 700;
}
.platform-data-container h2 span{
    font-size: 54px;
    margin: 0 10px;
}
.platform-data-detail{
    position: relative;
    z-index: 2;
    width: 1120px;
    margin: 0 auto;
    height: 300px;
    padding: 50px 0;
    /* padding-bottom: 50px; */
    background-color: #fff;
    box-shadow: 0 10px 43px 0 rgb(0 0 0 / 10%);
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.platform-data-detail div{
    width: 280px;
    height: 170px;
    color: #333;
    text-align: center;
}
.platform-data-detail div h3{
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #697A7E;
}
.platform-data-detail div span{
    font-size: 15px;
}
.platform-data-detail div p{
font-size: 16px;
}
