.bg-banner {
    background: url(../img/about/banner3.jpg) no-repeat;
    height: 660px;
}

.about {
    position: relative;
    top: 10%;
    /* left: 20%; */
    width: 70%;
    margin: 0 auto;
    /* font-family: "PingFanglight"; */
    text-align: center;
    color: #fff;
}

.about-title {
    font-size: 44px;
    letter-spacing: 10px;
}

.about-en {
    font-size: 17px;
}

.fu-title {
    font-size: 22px;
    letter-spacing: 10px;
}

.introduction-desc {
    width: 60%;
    margin: 0 auto;
    height: auto;
    min-height: 350px;
    /* position: relative; */
    margin-top: -365px;
    background: #fff;
    box-shadow: 5px 10px 5px #eee;
    border-radius: 10px;
}

.logo-content {
    width: 28%;
    display: inline-block;
}

.logo-content .photo img {
    width: 100%;
}

.logo-content .logo {
    padding-bottom: 30px;
}

.desc-content {
    width: 68%;
    display: inline-block;
    margin-left: 20px;
}

.introduction-desc .row {
    width: 95%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.desc-content .content {
    color: #666;
    margin-bottom: 3%;
}

.desc-content .history {
    position: relative;
}

.desc-content .history .history-data {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.content span {
    line-height: 24px;
}

.create {
    width: 25%;
    display: inline-block;
}

.create .create-data {
    color: #007FEA;
    font-size: 28px;
    margin: 0;
}

.goal {
    width: 60%;
    margin: auto;
}

.goal-content {
    margin-bottom: 30px;
}

.goal-content>img {
    width: 100%;
}

.goal-item {
    background: url("../img/about/banner4.png");
    height: 287px;
    border-radius: 28px;
}

.goal-item .item {
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    position: relative;
}

.item .goal-title {
    font-size: 24px;
    color: #fff;
}

.item .goal-desc {
    color: #fff;
    font-size: 18px;
}

.goal-key div {
    color: #fff;
}

.goal-key {
    width: 15%;
    display: inline-block;
}

.goal-detail {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.goal-detail-four {
    text-align: center;
}

#container {
    width: 90%;
    height: 220px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

#container ul {
    list-style: none;
    width: 4000px;
    left: 0;
    top: 0;
    position: absolute;
    height: 220px;
    -webkit-animation: scoll 6s linear 0s infinite;
}

#container ul li {
    float: left;
    margin-right: 20px;
    width: 350px;
    /* margin: 0 auto; */
    text-align: center;
    background: #fff;
    height: 220px;
    border-radius: 10px;
}

.sgs-data {
    background: #F6F7F9;
    height: 500px;
    text-align: center;
}

.li-content {
    height: 100%;
}

.li-content .li-item {
    width: 60%;
    margin: 0 auto;
    transform: translate(-50% -50%);
    /* height: 100%; */
    transform: translateY(30%);
}

.li-item img {
    margin-bottom: 10px;
}

.develop-title {
    font-size: 28px;
    text-align: center;
    /* height: 80px; */
    line-height: 166px
}

@-webkit-keyframes scoll {
    from {
        left: 0;
    }
    to {
        left: -1100px;
    }
}

.develop-desc {
    width: 800px;
    margin: 0 auto;
}

.develop-det {
    /* background: url(../img/about/43.png); */
    background: url(../img/about/43.png) no-repeat 100% 100%;
    height: auto;
    width: 50%;
    margin: 70px auto 120px;
}

.timer {
    padding: 40px 0;
}

.timer .main .content .item {
    width: 40%;
    min-height: 230px;
    position: relative;
    margin: 0 auto
}

.timer .main .content .item h5 {
    font-size: 28px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 100px;
    margin-left: 10px;
}

.timer .main .content .item .child {
    position: relative;
    border-left: 1px solid #E5E5E5;
    height: 120px;
    margin-left: 70px;
}

.timer .main .content .item .child span {
    position: absolute;
    top: -18px;
    left: -80px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 36px;
}

.timer .main .content .item .child p {
    position: absolute;
    left: 21px;
    top: -18px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
}

.timer .main .content .item .child::after {
    content: '';
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #1C99EE;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -5px;
}

.cirton {
    height: 450px;
    margin: 40px auto 60px;
    width: 1200px;
    text-align: center;
    padding: 10px;
}

.products,
.goal,
.sgs {
    text-align: center;
    margin-bottom: 60px;
}

.cirton .title,
.products .title,
.goal .title,
.sgs-data .sgs-title,
.develop-data .develop-title {
    font-size: 40px;
    height: 120px;
    line-height: 120px;
    margin-bottom: 20px;
}

.cirton .desc {
    width: 85%;
    margin: 0 auto;
    font-size: 20px;
    /* height: 120px; */
    line-height: 35px;
    text-align: left;
    text-indent: 2em;
}