.txt-box {
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    position: absolute;
    top: 180px;
    padding: 0px 15px;
    color: #FFF;      
}

.txt-box h3 {
    font-size: 28px;
    padding: 10px 0;
}

.content {
    color: #828d97;
    font-size: 18px;
    padding: 30px;
    line-height: 34px;
}

.content h1 {
    font-size: 30px;
    color: #000;
    height: 125px;
    line-height: 125px;
    font-weight: 300;
}

.about-item h3{
    font-size: 16px;
    padding: 15px 0;
}

.about-item div {
    font-size: 14px;
}

.about {
    padding: 25px;
    text-align: center;
}

.about button, .about a {
    width: 265px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 25px;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin: 0 auto 25px;
    font-size: 16px;
}

.pro-item li {
    background: #3b8cff;
    padding: 25px;
    height: 150px;
    margin-bottom: 25px;
}

.pro-item li h3 {
    font-size: 16px;
    color: #fff;
    padding: 15px;
    display: block;
}

.pro-item .sundry {
    font-size: 26px;
    color: #FFF;
}

.yuan {
    display: inline-block;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    background: #24c8ce;
    border-radius: 50%;
    vertical-align: middle;
}

.what {
    color: #333;
}

.what h1 {
    font-weight: 300;
    margin-bottom: 30px;
}

.what li {
    padding: 20px;
}

.what h3 {
    font-size: 25px;
    margin-bottom: 30px;
}
.what h4 {
    color: #24c8ce;
    border-bottom: 2px solid #24c8ce;
    margin-bottom: 20px;
    display: inline-block;
}

.footer {
    background: #191a23;
    color: #999;
    font-size: 12px;
    line-height: 1.5;
}

.footer .fmenu a{
    display: block;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 16px;
}

.footer .fmenu li>a {
    margin-top: -1px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.footer .fmenu li>a>i {
    float: right;
}

.footer .fmenu dl {
    padding: 20px 0;
    display: none;
}

.footer .fmenu dl a {
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    color: #CCC;
    font-size: 14px;
    border: 0;
}

.footer .conb01, .footer .conb02 {
    padding: 10px 30px;
    text-align: center;
}

.footer .conb01 img {
    width: 30px;
    margin-right: 10px;
}