/* 头部 */
.header-wrap .header-box {
    min-width: 1280px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-wrap .header-box.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0,0,0,.05);
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,.05);
}
.header-wrap .header-box .header {
    padding: 20px 0;
}
.header-wrap .header-box .header .logo {
    width: 235px;
    height: 40px;
    margin-right: 127px;
    transform: translateY(-2px);
}
.header-wrap .header-box .header .nav a {
    font-size: 16px;
    color: #333;
    margin-right: 60px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
}
.header-wrap .header-box .header .nav a:hover,
.header-wrap .header-box .header .nav a.active {
    color: #5182F0;
}
.header-wrap .header-box .header .user-center-box .login-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
    border-radius: 40px;
    margin-left: 16px;
    transition: all .1s linear;
    box-sizing: border-box;
}
.header-wrap .header-box .header .user-center-box .login {
    width: 80px;
    border: 1px solid #5182F0;
    color: #5182F0;
}
.header-wrap .header-box .header .user-center-box .register {
    width: 112px;
    color: #fff;
    background-color: #5182F0;
}

.header-wrap, .container, .block-bg1, .block-bg2, .block-bg3, #footer {
    min-width: 1280px;
}
/* banner */
#banner {
    height: 680px;
    background-color: #fff;
}
#banner .banner-content {
    width: 1200px;
    margin: 180px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#banner .banner-content img {
    width: 488px;
    height: 100%;
}
#banner .banner-content .banner-text {
    width: 100%;
}
.banner-text .title {
    font-size: 40px;
    color: #333;
    line-height: 79px;
    padding-bottom: 16px;
}
.banner-text .sub-title {
    font-size: 20px;
    color: rgba(51, 51, 51, .8);
    margin-bottom: 2px;
}
.banner-text .create-btn {
    width: 172px;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    color: #fff;
    background-color: #5182F0;
    margin: 0;
    border-radius: 40px;
    text-align: center;
    margin-top: 32px;
}
/* 优势特色 */
#advantage {
    height: 731px;
    background: #F5F5F5;
}
#advantage .advantage-content {
    width: 1200px;
    margin: 64px auto 0;
}
.advantage-content > .title,
.data-content > .title {
    color: #333;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 24px;
    text-align: center;
}
.advantage-content > .title-tips,
.data-content > .title-tips {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 32px;
}
#advantage .advantage-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#advantage .advantage-list .advantage-item {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#advantage .advantage-list .advantage-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.2);
}
#advantage .advantage-list .advantage-item img {
    width: 60px;
    /*height: 60px;*/
}
#advantage .advantage-list .advantage-item .title {
    color: #333;
    font-size: 20px;
    line-height: 28px;
    padding-top: 24px;
    font-weight: bold;
}
#advantage .advantage-list .advantage-item .desc {
    opacity: 0;
    padding: 0 24px;
    font-size: 14px;
    margin-top: -40px;
    text-align: center;
    color: #ccc;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#advantage .advantage-list .advantage-item:hover .desc {
    opacity: 1;
    margin-top: 24px;
}
/* 数据 */
#data {
    height: 874px;
    background: #fff;
}
#data .data-content {
    width: 1200px;
    margin: 64px auto 0;
}
#data .title-tips {
    line-height: 54px;
    letter-spacing: -0.37px;
}
#data .dataVolume {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
#data .dataVolume .data-item {
    width: 304px;
    height: 111px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#data .dataVolume .data-line::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    /*transform: translateY(-50%);*/
    width: 1px;
    height: 60px;
    background: #2B59FF;
    opacity: .2;
}
#data .dataVolume .data-item h2 {
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -0.5px;
}
#data .dataVolume .data-item:nth-child(1) h2 {
    color: #2B59FF;
}
#data .dataVolume .data-item:nth-child(2) h2 {
    color: #FFC83E;
}
#data .dataVolume .data-item:nth-child(3) h2 {
    color: #FD4C5C;
}
#data .dataVolume .data-item p {
    color: #000B33;
    font-size: 20px;
    line-height: 28px;
}
#data .cooperation {
    width: 1168px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#data .cooperation li {
    margin: 32px 32px 0 0;
    width: 168px;
    height: 80px;
}
#data .cooperation li:nth-child(6n) {
    margin-right: 0;
}
#data .cooperation li img {
    width: 100%;
    height: 100%;
}
/* 定制活动 */
.block-bg2 {
    height: 343px;
    background: none !important;
    background-color: #2B59FF !important;
    overflow: hidden;
    position: relative;
}
.block-bg2 .block2-box {
    margin-top: 80px;
}
.block-bg2 .block2-box .title {
    font-size: 36px;
    line-height: 50px;
    padding: 0;
    letter-spacing: -0.37px;
}
.block-bg2 .block2-box .title-tips {
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
    line-height: 28px;
    padding-top: 16px;
    padding-bottom: 32px;
    letter-spacing: -0.37px;
}
.block-bg2 .block2-box .create-btn {
    display: block;
    width: 200px;
    height: 57px;
    background-color: #fff;
    line-height: 57px;
    color: #2B59FF;
    font-size: 18px;
    border-radius: 70px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
}
/* 微信 */
.contact-us .img-box .wx-bgbox {
    width: auto;
    left: auto;
    right: 65px;
}




