.about .article p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.about .article p:first-child{
    margin-bottom: 8px;
}

.about .container a{
    width: 100%;
    line-height: 40px;
    background-color: #F0F0F0;
    text-align: center;
    font-size: 16px;
    color: #777;
    display: block;
    margin-top: 22px;
}

.about a:hover{
    box-shadow: 1px 1px 3px 1px rgba(51,51,51,0.3);
    color: #00937D;
}

.intro{
    background-image: url("../img/icon_10.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
    margin-top: 33px;
}

.intro ul{
    display: flex;
}

.intro ul li{
    flex: 1;
    text-align: center;
    border-right:1px solid rgba(0, 147, 125, 0.4) ;
}

.intro ul li:first-child{
    border-left:1px solid rgba(0, 147, 125, 0.4) ;
}

.intro span{
    font-size: 64px;
    line-height: 77px;
    color: #fff;
}

.intro p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 16px;
}

.develop{
    padding: 40px 0 80px;
}

.develop-items{
    padding-left: 23px;
    background-image: url("../img/icon_11.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-bottom: 11px;
}

.develop-items span{
    color: #00937D;
    font-size: 20px;
    line-height: 24px;
}

.develop-items p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
}

.develop .develop-wrap{
    padding: 0 0 90px;
    position: relative;
}

.develop-wrap .del-next,
.develop-wrap .del-prev{
    width: 60px;
    height: 60px;
    background-size: cover;
    bottom: 0;
    top: auto;
}

.develop-wrap .del-next{
    background-image: url("../img/icon_13.png");
    right: 0;
    left: auto;
}
.develop-wrap .del-prev{
    background-image: url("../img/icon_12.png");
    right: 90px;
    left: auto;
}

.develop-wrap .del-next:hover,
.develop-wrap .del-prev:hover{
    box-shadow: 1px 1px 5px 1px rgba(51,51,51,0.3);
}
/**********************************************/
.culture{
    background-image: url("../img/image_05.jpg");
    padding: 80px 0 120px;
}

.culture h3{
    color: #fff;
    margin: 40px 0;
}

.culture .cul-items{
    background-color: rgba(0, 147, 125, 0.8);
    color: #fff;
    padding: 60px 30px 63px;
}
.culture .cul-items p{
    font-size: 24px;
    line-height: 36px;
}
.culture .cul-items span{
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    display: block;
}
/*******************************/
.organ{
    background-image: url("../img/image_06.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 100px;
}

.organ .image{
    text-align: center;
}

.footer{
    margin-top: 0;
}

@media (max-width: 992px) {
    .about .article p{
        line-height: 2;
    }
    .intro{
        padding: 30px 0;
    }
    .intro span{
        font-size: 18px;
        line-height: 42px;
    }
    .intro p{
        font-size: 14px;
        line-height: 21px;
    }
    .develop{
        padding: 0px 0 30px;
    }
    .develop .develop-wrap{
        margin-top: 15px;
        padding: 45px 0 0;
    }
    .develop-items{
        padding-left: 18px;
        background-position: inherit;
    }
    .develop-items span{
        font-size: 14px;
        line-height: 18px;
    }
    .develop-items p{
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.6;
    }
    .develop-wrap .del-next, .develop-wrap .del-prev{
        width: 20px;
        height: 20px;
        bottom: initial;
        top: 22px;
    }
    .develop-wrap .del-prev{
        right: 40px;
    }
    .culture{
        padding: 0 0 30px;
    }
    .culture h3{
        margin: 30px 0 10px;
    }
    .culture .cul-items{
        padding: 15px 10px;
    }
    .culture .cul-items{
        margin-top: 10px;
    }
    .culture .cul-items p{
        font-size: 18px;
        line-height: 1.8;
    }
    .culture .cul-items span{
        font-size: 16px;
        line-height: 1.6;
        margin-top: 5px;
    }
    .organ{
        padding: 0 0 30px;
    }
}