body {
    overflow-x: hidden;
    min-width: 1200px;
    margin: 0 auto;
}

.special_banner {
    width: 100%;
    height: 599px;
    cursor: pointer;
}

.special_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.special_title {
    padding: 19px 0 56px 0;
}

.special_title h1 {
    font-size: 38px;
}

.special_title h3 {
    padding-top: 8px;
    font-size: 18px;
    color: rgba(152, 152, 152, 1);
}

.special_list {
    width: 100%;
}

.special_list ul {
    margin: 50px 0;
    border: 1px solid rgba(238, 238, 238, 1);
}

.special_list ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 471px;
    border-right: 1px solid rgba(238, 238, 238, 1);
    cursor: pointer;
}

.special_list ul li .item_1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 240px;
    height: 471px;
}

.special_list ul li .item_2 {
    margin: -38.5px 0;
    display: none;
    width: 363px;
    height: 548px;
    background: #fff;
    border: 1px solid #2a7efb;
}

.special_list ul li .item_2 h3 {
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #2a7efb, #5498fe);
    overflow: hidden;
}

.special_list ul li .item_2 h3 .movetitle {
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 100px;
}

.special_list ul li .item_2 p {
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special_list ul li .item_2 p:nth-of-type(1) {
    margin-top: 20px;
}

.special_list ul li .item_2 p img {
    padding: 0;
    width: 50px;
    height: 50px;
}

.special_list ul li .item_2 p span {
    margin-left: 12px;
}

.special_list ul li .item_2 p span a {
    display: block;
    font-size: 16px;
    color: #282828;
}

.special_list ul li .item_2 p span i {
    width: 230px;
    height: 40px;
    display: block;
    color: #999;
    font-size: 14px;
    /*overflow: hidden;*/
    font-style: normal;
}

.about_mores {
    margin-top: 30px;
    font-size: 16px;
    color: #2a7efb;
    text-align: center;
    cursor: pointer;
}

.special_list ul .on .item_1 {
    display: none;
}

.special_list ul .on .item_2 {
    display: block;
}

.special_list ul li:last-child {
    border: 0;
}

.special_list ul li img {
    padding-top: 55px;
    width: 54px;
    height: 54px;
}

.special_list ul li h2 {
    padding-top: 23px;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.special_list ul li dl {
    padding-top: 62px;
}

.special_list ul li dd {
    font-size: 16px;
    line-height: 48px;
    color: rgba(141, 141, 141, 1);
    text-align: center;
    cursor: pointer;
}

.ontrial {
    padding: 43px 0 48px 0;
}

.ontrial .btn {
    width: 165px;
    height: 54px;
    background: rgba(4, 104, 240, 1);
    border-radius: 27px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    line-height: 54px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.core {
    width: 100%;
    height: 609px;
    background-image: url('../img/core.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.core h1 {
    padding: 51px 0 8px 0;
    font-size: 38px;
    color: rgba(255, 255, 255, 1);
}

.core h4 {
    padding-bottom: 54px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.core ul {
    width: 100%;
}

.core ul li {
    margin: 0 2.5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 297px;
    height: 265px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.core ul li .core_img {
    padding-top: 26px;
    width: 45px;
    height: 45px;
}

.core ul li img {
    width: 100%;
    height: 100%;
}

.core ul li h2 {
    padding-top: 9px;
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
}

.core ul li p {
    padding: 27px 23px 0 23px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(115, 115, 115, 1);
    text-align: center;
    letter-spacing: 2px;
}

.core .core_btn {
    padding-top: 54px;
}

.core .core_btn .btn {
    width: 165px;
    height: 54px;
    background: rgba(4, 104, 240, 1);
    border-radius: 27px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    line-height: 54px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.fuc_show {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fuc_show h1 {
    font-size: 38px;
    color: rgba(40, 40, 40, 1);
}

.fuc_show h4 {
    padding-top: 8px;
    font-size: 18px;
    color: rgba(152, 152, 152, 1);
}

.fuc_show ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
}

.line {
    position: absolute;
    left: 50%;
    z-index: 100;
}

.line1 {
    margin-left: -110px;
    top: 430px;
    width: 151px;
}

.line2 {
    margin-left: -85px;
    top: 950px;
    width: 102px;
}

.line3 {
    margin-left: -120px;
    top: 1420px;
    width: 151px;
}

.fuc_show ul li {
    width: 50%;
}

.mall_img_show {
    width: 100%;
    height: 100%;
}

.moveItem {
    width: 100%;
}

.fuc_show ul li img {
    width: 100%;
    height: auto;
}

.fuc_show ul li h3 {
    margin-top: 100px;
    margin-bottom: 21px;
    text-align: left;
    font-size: 24px;
    color: rgba(46, 126, 249, 1);
}

.fuc_show ul li h3 img {
    margin: 0 17px 0 85px;
    width: 60px;
    height: 60px;
}

.fuc_show ul li ol {
    margin-left: 85px;
}

.fuc_show ul li ol li {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: rgba(115, 115, 115, 1);
}

.fuc_show .fuc_show_btn {
    padding-top: 54px;
}

.fuc_show .fuc_show_btn .btn {
    width: 165px;
    height: 54px;
    background: rgba(4, 104, 240, 1);
    border-radius: 27px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    line-height: 54px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.customized {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 74px;
    width: 100%;
    height: 689px;
    background-image: url('../img/tip.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.customized h1 {
    padding-top: 64px;
    font-size: 38px;
    color: rgba(255, 255, 255, 1);
}

.customized h3 {
    padding-top: 8px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.customized .tips {
    margin-top: 82px;
    width: 1200px;
}

.customized .tips ul {
    width: 100%;
}

.customized .tips ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.customized .tips ul li:nth-of-type(1) {
    margin-right: 99px;
}

.customized .tips ul li:nth-of-type(2) {
    margin-right: 104px;
}

.customized .tips ul li:nth-of-type(3) {
    margin-right: 137px;
}

.customized .tips ul li:nth-of-type(4) {
    margin-right: 17px;
}

.customized .point {
    margin-top: 21px;
    width: 1200px;
}


.customized .point ul {
    width: 100%;
}

.customized .point ul li {
    margin: 0 120px;
    width: 18px;
    height: 72px;
    border-left: 2px dotted rgba(255, 255, 255, 1);
}

.customized .point ul li:nth-of-type(2) {
    margin-left: 130px;
}

.customized .point ul li:nth-of-type(4) {
    margin-right: 100px;
}

.customized .progress {
    width: 1200px;
    height: 145px;
    background-image: url('../img/point.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.customized .progress ul {
    width: 100%;
    height: 100%;
}

.customized .progress ul li {
    margin: 0 42px;
    width: 48px;
    height: 48px;
}

.customized .progress ul li img {
    width: 100%;
    height: 100%;
}

.customized .point2 {
    width: 1200px;
}


.customized .point2 ul {
    width: 100%;
}

.customized .point2 ul li {
    margin: 0 135px;
    width: 18px;
    height: 72px;
    border-left: 2px dotted rgba(255, 255, 255, 1);
}

.customized .point2 ul li:nth-of-type(1) {
    margin-left: 140px;
}

.customized .point2 ul li:nth-of-type(5) {
    margin-right: 140px;
}

.customized .tips2 {
    margin-top: 21px;
    width: 100%;
}

.customized .tips2 ul {
    width: 100%;
}

.customized .tips2 ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.customized .tips2 ul li:nth-of-type(1) {
    margin-right: 115px;
}

.customized .tips2 ul li:nth-of-type(2) {
    margin-right: 112px;
}

.customized .tips2 ul li:nth-of-type(3) {
    margin-right: 113px;
}

.customized .tips2 ul li:nth-of-type(4) {
    margin-right: 115px;
}

.bottom {
    width: 100%;
    height: 311px;
    background-image: url('../img/bottom.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom h1 {
    padding-top: 91px;
    font-size: 28px;
    color: rgba(40, 40, 40, 1);
}

.bottom .bottom_btn {
    margin-top: 36px;
}

.bottom .bottom_btn button {
    margin: 0 20px;
    width: 199px;
    height: 56px;
    border-radius: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.bottom .bottom_btn button:first-child {
    background: rgba(4, 104, 240, 1);
}

.bottom .bottom_btn button:last-child {
    background: rgba(236, 93, 73, 1);
}

.activeLeft {
    transition: transform 1s linear;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
}

.activeRight {
    transition: transform 1s linear;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
}

#show_1 {
    margin-left: -1000px;
}

#show_2 {
    margin-left: 1000px;
}

#show_3 {
    margin-left: -1000px;
}

#show_4 {
    margin-left: 1000px;
}

#show_5 {
    margin-left: -1000px;
}

#show_6 {
    margin-left: 1000px;
}

#show_7 {
    margin-left: -1000px;
}

#show_8 {
    margin-left: 1000px;
}