@import "common.css";
@import "reset.css";

.sectionTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center
}

a {
    text-decoration: none;
    color: #FFFFFF
}

a:hover {
    color: #FFFFFF
}

.container #image-text {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, 60%);
    z-index: 999
}

.container #image-text .text-content {
    width: 1200px
}

.container #image-text .text-content .LOGO {
    height: 78px;
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 136px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -80px
}

.container #image-text .text-content .LOGO .ball {
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.container #image-text .text-content .LOGO .ball img {
    width: 96px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.container #image-text .text-content .desc {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 0 auto;
    height: 38px
}

.container #image-text .text-content .but {
    width: 210px;
    height: 54px;
    background: #ff9900;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 46px;
    cursor: pointer
}

.container #image-text .text-content .but span {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    display: inline-block;
    padding-top: 10px
}

.container #image-text .text-content .box {
    background-color: #FFFFFF;
    box-shadow: 0 3px 29px #eeeeee;
    border-radius: 6px;
    width: 1200px;
    height: 116px;
    text-align: center;
    margin: 0 auto
}

.container #image-text .text-content .box .left {
    width: 550px;
    height: 54px;
    float: left;
    margin-top: 33px
}

.container #image-text .text-content .box .line {
    float: left;
    width: 1px;
    height: 54px;
    background: #D8D8D8;
    margin-left: 48px;
    position: relative;
    top: 32px
}

.container #image-text .text-content .box .right {
    width: 550px;
    height: 54px;
    float: right;
    margin-top: 33px
}

.container #image-text .text-content .box span {
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px
}

.container #image-text .text-content .box p {
    margin-top: 8px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888;
    line-height: 22px
}


.container #testimony .testimony-content {
    background-color: #F7FBFF;
    text-align: center
}

.container #testimony .testimony-content .title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    padding-top: 51px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 46px
}

.container #description .description-content {
    padding-top: 150px;
    padding-bottom: 120px;
    background: #FFFFFF;
    width: 1200px;
    /*line-height: 22px;*/
    margin: 0 auto;
    /*font-size: 14px*/
}

/*.container #description .description-content .title {*/
/*    margin-bottom: 30px;*/
/*    text-align: center;*/
/*    height: 50px;*/
/*    font-size: 36px;*/
/*    font-family: PingFangSC-Semibold, PingFang SC;*/
/*    font-weight: 600;*/
/*    color: #333333;*/
/*    line-height: 50px*/
/*}*/

/*.container #description .description-content .desc {*/
/*    width: 1200px;*/
/*    height: 210px;*/
/*    font-size: 14px;*/
/*    font-family: PingFangSC-Regular, PingFang SC;*/
/*    font-weight: 400;*/
/*    color: #788297;*/
/*    line-height: 20px*/
/*}*/

/*.container #description .description-content .desc span {*/
/*    color: #0053FD*/
/*}*/

/*.container #description .description-content .value {*/
/*    padding-bottom: 80px;*/
/*    padding-top: 80px*/
/*}*/

.advertisement {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px
}

.advertisement img {
    width: 1200px;
    height: 120px
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_2804454_57pnpjzgyn.woff2?t=1631263005620') format('woff2'), url('//at.alicdn.com/t/font_2804454_57pnpjzgyn.woff?t=1631263005620') format('woff'), url('//at.alicdn.com/t/font_2804454_57pnpjzgyn.ttf?t=1631263005620') format('truetype')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-guanbi:before {
    content: "\e608"
}