.global-width {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.widget {
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: hidden;
}

.nopadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

img {
    max-width: 100%;
}

.highlight {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: bold;
}

.text {
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: rgba(144, 147, 153, 1);
}

.tl {
    text-align: left;
}

.widget-sub-title {
    text-align: center;
    color: rgba(48, 49, 51, .5);
    font-size: 24px;
    font-weight: 400;
}


/* 头部 */

.header-swrap {
    position: relative;
    height: 100%;
    max-height: 1080px;
}

.header {
    height: 70px;
    width: 100%;
    min-width: 1400px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0 48px;
    line-height: 70px;
}

.header.fixed {
    position: fixed;
    background: rgba(5, 19, 44, 0.95);
}

.header .logo {
    float: left;
    margin-top: -6px;
}

.header .nav {
    float: right;
    padding-right: 6%;
}


/* 导航 */

.nav li {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    transition: .2s all ease-in-out;
    border-bottom: 6px solid transparent;
}

.nav li:hover {
    cursor: pointer;
}

.nav li a {
    color: #a5aab8;
    font-size: 16px;
    padding: 24px;
}

.nav li {
    position: relative;
}

.nav li.active:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    background: rgba(25, 125, 240, 1);
    background: -webkit-linear-gradient(90deg, rgba(25, 125, 240, 1), rgba(45, 186, 252, 1));
    background: -moz-linear-gradient(90deg, rgba(25, 125, 240, 1), rgba(45, 186, 252, 1));
    background: -o-linear-gradient(90deg, rgba(25, 125, 240, 1), rgba(45, 186, 252, 1));
    background: linear-gradient(90deg, rgba(25, 125, 240, 1), rgba(45, 186, 252, 1));
    bottom: 0;
    left: 0;
}

.nav li.active a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}


/* slide */

html,
body,
.header_desktop,
.swiper-container,
.header_swrap {
    height: 100%;
}

.banner {
    width: 100%;
}

.intro_box {
    display: inline-block;
    width: 440px;
}

.intro_box .title {
    font-size: 72px;
    font-weight: bold;
    /* font-family: "Source Han Sans CN"; */
    color: #ffffff;
    margin-bottom: 37px;
}

.intro_box .content {
    font-size: 24px;
    font-weight: 400;
    /* font-family: "Source Han Sans CN"; */
    color: rgba(255, 255, 255, 0.6);
    line-height: 41px;
    margin-bottom: 80px;
}

.in {
    position: absolute;
    top: 300px;
    opacity: 1;
    left: 50%;
    width: 1080PX;
    /* transform: translateX(-50%); */
    margin-left: -540px;
    top: 26%;
}


/* .in.annimation-enter-up {
    top: 280px;
    opacity: 1;
    transition: top 2s;
} */

.in .img-wrapper {
    width: 684px;
    height: 443px;
    display: inline-block;
    position: absolute;
    top: -140px;
    margin-left: 148px;
}

.in .img-wrapper img {
    /* max-width: 100%; */
    max-height: 100%;
}

.in .img-wrapper:nth-last-of-type(2) {
    left: 426px;
}

.banner .swiper-pagination {
    bottom: 20%;
    left: 50%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: auto;
    box-sizing: border-box;
    /* transform: translateX(-50%); */
    margin-left: -240px;
}

.banner .fraction {
    margin-bottom: .1rem;
    color: #fff;
    font-size: .18rem;
    letter-spacing: 3px;
    font-family: "FuturaBold";
}

.banner .bullet {
    text-align: center;
}

.banner .bullet li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 80px;
    height: 4px;
    background: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}

.bullet li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.bottom_text_wrap {
    background: rgba(10, 24, 62, .4);
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    bottom: 0;
    z-index: 5;
}

.bottom_text_wrap .bottom_text {
    width: 1200px;
    position: relative;
    margin: 32px auto;
}

.bottom_text_wrap .bottom_text li {
    padding-left: 32px;
    text-align: center;
}

.bottom_text_wrap .bottom_text li:nth-of-type(2) {
    padding-right: 32px;
    border-left: solid 1px rgba(255, 255, 255, .3);
    border-right: solid 1px rgba(255, 255, 255, .3);
}

.bottom_text .item {
    width: 382px;
    float: left;
    box-sizing: border-box;
}

.bottom_text .item .icon_wrap {
    display: inline-block;
    width: 52px;
    height: 52px;
    vertical-align: text-bottom;
    padding-right: 18px;
}

.bottom_text .item {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, .6);
}

.bottom_text .item .text {
    display: inline-block;
    color: rgba(255, 255, 255, .6);
}

.bottom_text .item .title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.bottom_text .item .title .blue {
    color: #a9cffb;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.slide1 .in {
    text-align: center;
    top: 58%;
}

.slide1 .in .intro_box .content {
    letter-spacing: 16px;
}

.slide1 .in .intro_box {
    width: auto;
    text-align: center;
}


/* widget */

.widget-title {
    font-size: 36px;
    /* font-family: Source Han Sans CN; */
    font-weight: bold;
    color: rgba(48, 49, 51, 1);
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: center;
}

.platform {}

.platform .pic {
    width: 40%;
    float: right;
    position: relative;
    bottom: -54px;
}

.platform .pic .top_wrap {
    width: 135px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -36px;
}

.platform .pic .top_wrap {
    animation: move 1s infinite alternate ease-in-out;
}

.platform .highlight {
    color: rgba(48, 49, 51, 1);
}

@keyframes move {
    0% {
        top: -12px;
    }
    100% {
        top: -42px;
    }
}

.platform .pic .top_wrap img,
.platform .pic .bottom_wrap img {
    max-width: 100%;
}

.platform .text {
    width: 58%;
    float: left;
}

.widget-solution {
    background: rgba(255, 255, 255, 1);
}

.widget-solution .title {
    font-weight: bold;
    font-size: 24px;
    color: rgba(48, 49, 51, 1);
    margin-bottom: 20px;
}

.widget-solution .icon-tip {
    margin-right: 12px;
}

.platform .desc {
    margin-bottom: 40px;
    margin-right: 32px;
    font-size: 18px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: rgba(96, 98, 102, 1);
    line-height: 28px;
}

.platform li {
    float: left;
    margin-left: 28px;
    margin-right: 32px;
    margin-bottom: 45px;
}

.platform li+li {}

.platform li .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.fr {
    float: right;
}

.platform .icon-list {
    background: #f7f9fa;
    background: -webkit-linear-gradient(to right, #f7f9fa, #fdfefe);
    background: -moz-linear-gradient(to right, #f7f9fa, #fdfefe);
    background: -o-linear-gradient(to right, #f7f9fa, #fdfefe);
    background: linear-gradient(to right, #f7f9fa, #fdfefe);
    padding-top: 20px;
    margin-bottom: 56px;
}

.icon-list .txt {
    float: right;
    margin-left: 6px;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: rgba(144, 147, 153, 1);
}

.userEntrance li {
    float: left;
    width: 285px;
    height: 130px;
    background: rgba(27, 133, 248, 1);
    background: -webkit-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -moz-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -o-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding: 30px 40px;
    box-sizing: border-box;
}

.userEntrance li:nth-of-type(2) {
    background: rgba(27, 133, 248, 1);
    background: -webkit-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -moz-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -o-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
}

.userEntrance li:nth-of-type(3) {
    background: rgba(27, 133, 248, 1);
    background: -webkit-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -moz-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -o-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
}

.userEntrance li:nth-of-type(4) {
    background: rgba(27, 133, 248, 1);
    background: -webkit-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -moz-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -o-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
}

.userEntrance ul {
    margin-right: -10px;
    margin-left: -10px;
}

.userEntrance li {
    margin-left: 10px;
    margin-right: 10px;
}

.userEntrance li .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 18px;
    vertical-align: middle;
}

.userEntrance li .txt {
    float: right;
    margin-top: 18px;
    width: 51%;
    text-align: center;
    line-height: 26px;
}


/* 全方位功能支持 */

.widget-support {
    padding-bottom: 80px;
    background: rgba(247, 249, 250, 1);
}

.widget-support li {
    width: 20%;
    float: left;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    box-sizing: border-box;
    border: 1px solid transparent;
    height: 330px;
    margin-bottom: 12px;
    text-align: center;
    padding: 20px 30px;
}

.widget-support li:hover {
    box-shadow: 0px 20px 30px 0px rgba(182, 182, 186, 0.12);
    border: 1px solid #eeeff6;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
}

.widget-support li:hover>div {
    transform: scale(1.1);
}

.widget-support .icon_wrap {
    display: inline-block;
    width: 146px;
    height: 146px;
    margin-bottom: 4px;
}

.widget-support .icon_wrap img {
    max-width: 100%;
}

.widget-support .highlight {
    color: rgba(48, 49, 51, 1);
    margin-bottom: 20px;
    text-align: center;
}

.widget-support ul {
    margin-left: -30px;
    margin-right: -30px;
}


/* 核心服务公共模块*/

.widget-service .nav-bar {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 20;
}

.widget-service .nav-bar li {
    float: left;
    width: 33.3%;
    background: rgba(0, 0, 0, 1);
    padding: 24px 32px;
    box-sizing: border-box;
    position: relative;
}

.widget-service .nav-bar li .text {
    float: right;
    width: 74%;
}

.widget-service .nav-bar li .img-active {
    display: none;
}

.widget-service .nav-bar li .img-normal {
    display: inline-block;
}

.widget-service .nav-bar li.active {
    background: rgba(12, 111, 246, 1);
    background: -webkit-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -moz-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: -o-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
    background: linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(41, 154, 249, 1));
}

.widget-service .nav-bar li.active .img-active {
    display: inline-block;
}

.widget-service .nav-bar li.active .img-normal {
    display: none;
}

.widget-service .nav-bar li+li::before {
    content: '';
    position: absolute;
    height: 80px;
    width: 1px;
    background: #353950;
    left: 0;
}

.widget-service .nav-bar li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border: 14px solid;
    border-color: #1B85F7 transparent transparent transparent;
    bottom: -28px;
}

.widget-service li .tip {
    font-size: 14px;
}

.widget-service li.active .tip {
    color: rgba(255, 255, 255, .6);
}

.widget-service .content {
    margin-top: 94px;
}

.widget-service .data {
    width: 48%;
    float: left;
}

.widget-service .img-wrap {
    width: 43%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.widget-service .global-width {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.widget-service .widget-title {
    color: #fff;
}


/* 核心服务的第一个页面内容 */

.content_item_wrap {
    position: relative;
    height: 750px;
}

.content_item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .2s;
}

.content_item.active {
    z-index: 10;
    opacity: 1;
}

.widget-service .content_item1 .data li {
    width: 100%;
    height: 150px;
    background: rgba(23, 255, 247, .2);
    background: -webkit-linear-gradient(90deg, rgba(23, 255, 247, .2), rgba(23, 255, 247, 0));
    background: -moz-linear-gradient(90deg, rgba(23, 255, 247, .2), rgba(23, 255, 247, 0));
    background: -o-linear-gradient(90deg, rgba(23, 255, 247, .2), rgba(23, 255, 247, 0));
    background: linear-gradient(90deg, rgba(23, 255, 247, .2), rgba(23, 255, 247, 0));
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 43px 38px;
}

.widget-service .content_item1 .data li .icon_wrap {
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(16, 120, 192, .3);
    margin-top: -10px;
}

.widget-service .content_item1 .data li .text {
    float: right;
    width: 73%;
    color: rgba(255, 255, 255, .6);
}

.widget-service .content_item1 .top_wrap {
    position: absolute;
    left: 50%;
    margin-left: -72px;
    top: -30px;
    animation: brainMove 1s infinite alternate ease-in-out;
}

@keyframes brainMove {
    0% {
        top: -30px;
    }
    100% {
        top: -52px;
    }
}


/* 核心服务的第二个页面内容 */

.widget-service .content_item2 .data {
    width: 58%;
}

.widget-service .content_item2 li>.item {
    float: left;
    width: 40%;
}

.widget-service .content_item2 li>.item+.item {
    margin-left: 40px;
}

.widget-service .content_item2 .item .text {
    float: right;
    width: 76%;
}

.widget-service .content_item2 li {
    padding-bottom: 30px;
    padding-top: 30px;
}

.widget-service .content_item2 .bottom_wrap .line {
    position: absolute;
    top: 264px;
    left: 143px;
    animation: lineMove1 3s infinite;
}

@keyframes lineMove1 {
    0% {
        top: 264px;
        opacity: 0.6;
    }
    80% {
        top: 70px;
        opacity: 0;
    }
    100% {
        top: 80px;
        opacity: 0;
    }
}

.widget-service .content_item2 .bottom_wrap .line2 {
    top: 216px;
    left: 312px;
    animation: lineMove2 3s infinite;
}

@keyframes lineMove2 {
    0% {
        top: 216px;
        opacity: 0.6;
    }
    80% {
        top: 50px;
        opacity: 0;
    }
    100% {
        top: 20px;
        opacity: 0;
    }
}

.widget-service .content_item2 .bottom_wrap .line3 {
    top: 241px;
    left: 243px;
    animation: lineMove3 3s infinite;
}

@keyframes lineMove3 {
    0% {
        top: 241px;
        opacity: 0.6;
    }
    80% {
        top: 0px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 0;
    }
}

.widget-service .content_item2 .bottom_wrap .line4 {
    top: 241px;
    left: 367px;
    animation: lineMove3 3s infinite;
}

@keyframes lineMove4 {
    0% {
        top: 241px;
        opacity: 0.6;
    }
    80% {
        top: 60px;
        opacity: 0;
    }
    100% {
        top: 60px;
        opacity: 0;
    }
}

.widget-service .content_item2 .text .desc {
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 24px;
}

.widget-service .highlight {
    margin-bottom: 4px;
}


/* 核心服务大屏轮播 */

#board_swiper_pc {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

#board_swiper_pc .swiper-slide {
    width: auto;
    transition: 300ms;
    transform: scale(1);
    opacity: .6;
}

#board_swiper_pc .swiper-slide-active,
#board_swiper_pc .swiper-slide-duplicate-active {
    transform: scale(1.2);
    opacity: 1;
}

#board_swiper_pc .swiper-slide-active .desc,
#board_swiper_pc .swiper-slide-duplicate-active .desc {
    transform: scale(1);
    opacity: 1;
}

#board_swiper_pc .desc {
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
    margin-top: 56px;
    position: relative;
    opacity: 0;
}

#board_swiper_pc .desc .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#board_swiper_pc .desc .detail {
    font-weight: 200;
}

#board_swiper_pc .desc::before,
#board_swiper_pc .desc::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    background: rgba(251, 251, 251, 0.09);
    background: -webkit-linear-gradient(to left, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), #FFF);
    background: -moz-linear-gradient(to left, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), #FFF);
    background: -o-linear-gradient(to left, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), #FFF);
    background: linear-gradient(to left, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), #FFF);
    right: 0;
    top: 10px;
}

#board_swiper_pc .desc::after {
    left: 0;
    transform: rotate(180deg);
}

.widget-service .content_item3 .content {
    margin-top: 136px;
}

#board_swiper_pc .swiper-bottom {
    margin-top: 100px;
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

#board_swiper_pc .swiper-bottom .swiper-pagination {
    position: relative;
    position: relative;
    bottom: 0;
    display: inline-block;
    width: auto;
}

#board_swiper_pc .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    opacity: .33;
}

#board_swiper_pc .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1
}

#board_swiper_pc .swiper-button-prev,
#board_swiper_pc .swiper-button-next {
    background-image: none;
    opacity: .7;
}

#board_swiper_pc .swiper-button-prev:hover,
#board_swiper_pc .swiper-button-next:hover {
    opacity: 1;
}

#board_swiper_pc .swiper-button-prev {
    width: 140px;
    right: 100px;
}

#board_swiper_pc .swiper-button-next {
    right: 30px;
    width: 114px;
}

.widget-service-bg {
    height: 1018px;
}

.widget-service-bg.board1 {
    background: url(../images/se-bg1.png);
}

.widget-service-bg.board2 {
    background: url(../images/se-bg2.png);
}

.widget-service-bg.board3 {
    background: url(../images/se-bg3.png);
}

.widget-handover {
    padding-bottom: 100px;
    background: url(../images/handover-bg.png) no-repeat;
    background-size: cover;
}

.widget-handover .widget-title {
    margin-bottom: 24px;
}

.delivery-icons {
    text-align: center;
    margin-top: 100px;
    margin-left: -30px;
}

.delivery-icons .item {
    text-align: center;
}

.delivery-icons .icon {
    display: inline-block;
    width: 180px;
    height: 205px;
}

.delivery-icons .icon img {
    max-width: 100%;
}

.delivery-icons .icon {
    display: none;
}

.delivery-icons .icon.db {
    display: block;
}

.delivery-process {
    margin-top: 40px;
    position: relative;
    margin-left: 52px;
}

.delivery-process .dot {
    position: relative;
    width: 15%;
}

.delivery-process .dot>i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(203, 203, 203, 1);
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}

.delivery-process .dot1>i:before {
    display: none;
}

.delivery-process i::before {
    content: '';
    position: absolute;
    width: 175px;
    height: 2px;
    background: rgba(203, 203, 203, 1);
    top: 50%;
    margin-top: -2px;
    left: -165px;
}

.delivery-process .dot.active>i:before {
    background: rgba(0, 118, 254, 1);
}

.delivery-process .dot.active>i {
    background: rgba(0, 118, 254, 1);
    border-color: rgba(21, 128, 248, 1);
}

.delivery-steps {
    margin-top: 40px;
    text-align: center;
    margin-left: -25px;
}

.delivery-steps .step {
    width: 15%;
    height: 122px;
    text-align: center;
}

.delivery-steps .step>label {
    font-size: 24px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: rgba(96, 98, 102, 1);
}

.delivery-steps .step>i {
    display: block;
    font-size: 48px;
    font-family: "FuturaBold";
    font-weight: 400;
    font-style: italic;
    color: rgba(144, 147, 153, .4);
}

.delivery-steps .step.active>label {
    font-weight: bold;
}

.delivery-steps .step.active>i {
    color: rgba(0, 118, 254, 1);
}

.delivery-steps,
.delivery-process,
.delivery-icons {
    width: 100%;
    display: table;
}

.delivery-steps>span,
.delivery-process>span,
.delivery-icons>.item {
    display: table-cell;
}


/* 全国布局 为您服务 */

.widget-service-data {
    height: 1018px;
    background-image: url(../images/bg-service.png);
    background-repeat: no-repeat;
    background-position: center;
}

.widget-service-data-bg {
    height: 100%;
}

.widget-small-size {
    width: 895px;
    margin: 0 auto;
}

.widget-service-data .service-data {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}

.widget-service-data .service-data .item {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    width: 26.3%;
    box-sizing: border-box;
}

.widget-service-data .widget-title {
    color: #fff;
}

.widget-service-data .service-data .item .ammount,
.widget-service-data .service-data .item .unit,
.widget-service-data .service-data .item .plus {
    display: block;
    font-size: 72px;
    color: rgba(25, 125, 240, 1);
    font-family: "FuturaBold";
    position: relative;
}

.widget-service-data .service-data .item #counter2::after {
    content: '亿';
    position: absolute;
    right: 14px;
    bottom: 12px;
    font-size: 32px;
}

.widget-service-data .service-data .item #counter3::after {
    content: '+';
    position: absolute;
    right: 25px;
    bottom: 12px;
    font-size: 45px;
}

.widget-service-data .service-data .item .plus {
    display: inline-block;
    font-size: 45px;
}

.widget-service-data .service-data .item .unit {
    display: inline-block;
    font-size: 32px;
}

.widget-service-data .service-data .item .text {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}


/* 全国布局 为您服务 地图 */

.widget-service-data .map-svg {
    height: 895px;
    height: 548px;
    background: url(../images/map.png);
    background-size: cover;
    position: relative;
    margin-top: 80px;
}

.map-svg svg {
    width: 100%;
    height: 100%;
}

.map-svg .point {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: -25px 0 0 -11px;
}

.map-svg .icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.map-svg .point span {
    display: inline-block;
    transform: translateY(5px);
}

.map-svg .point:nth-child(6) span {
    display: inline-block;
}

.map-svg path {
    stroke-dashoffset: 0;
    animation: dash 50s linear infinite;
}

.icon-location {
    width: 23px;
    height: 29px;
    background-image: url(../images/icon-location.png);
}

@keyframes dash {
    from {
        stroke-dashoffset: 100%;
    }
    to {
        stroke-dashoffset: 0%;
    }
}

.widget-service {
    padding-top: 36px;
}

.widget-cooperation {
    background: rgba(242, 244, 245, 1);
    padding-bottom: 80px;
}

.widget-cooperation .widget-title {
    margin-bottom: 18px;
    /* margin-top: 10px; */
}

.widget-cooperation .partner {
    margin-top: 56px;
}

.widget-cooperation .partner>div {
    margin-bottom: 14px;
}

.widget-cooperation .partner .item {
    float: left;
    height: 110px;
}

.widget-cooperation .partner .item+.item {
    margin-left: 8px;
}

.widget-cooperation .partner>div.odd .item+.item {
    margin-left: 10px;
}

.widget-get-solution {
    background: url("../images/solution-bg.png") no-repeat;
    height: 190px;
}

.widget-get-solution .global-width {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.widget-get-solution .solution-wrapper {
    width: 80%;
    margin: 0 auto;
}

.solution-wrapper .tip {
    float: left;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.solution-wrapper .btn {
    float: right;
    width: 200px;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #0076fe;
}


/* 底部 */

.widget-footer {
    background: rgba(27, 31, 45, 1);
    padding-bottom: 20px;
}

.widget-footer ul {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
}

.widget-footer ul+ul {
    margin-left: 12%;
}

.widget-footer .qr-code {
    float: right;
}

.widget-footer ul h6 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.widget-footer .phone {
    font-size: 24px;
    font-weight: bold;
    color: rgba(32, 147, 250, 1);
}

.widget-footer .tip {
    width: 100%;
    margin-top: 60px;
    color: white;
}

.widget-footer .tip p {
    float: left;
    color: rgba(255, 255, 255, .5);
}

.widget-footer .tip p+p {
    margin-left: 8%;
}

.widget-footer .tip p.police {
    float: right;
}

.widget-footer li:hover a {
    color: #fff;
}

.widget-footer .tip p.police img {
    vertical-align: text-top;
}

.widget-footer li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.widget-footer li a:hover {
    opacity: 1;
}


/* 浮动导航栏 */

.fixed-nav {
    width: 54px;
    position: fixed;
    right: 20px;
    bottom: 50%;
    z-index: 99;
    display: none;
}

.fixed-nav ul {
    width: 54px;
    height: 180px;
    margin: 0 auto;
}

.fixed-nav ul li {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 1);
}

.fixed-nav ul li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    height: 54px;
}

.fixed-nav ul li {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
    vertical-align: middle;
}

.fixed-nav ul li.blue {
    /*background: rgba(32, 147, 250, 1);*/
    background: #0076fe;
}

.fixed-nav ul li:nth-of-type(1) {
    background: #0076fe;
    border-radius: 4px 4px 0 0;
}

.fixed-nav ul li:nth-of-type(1) a {
    margin-top: 0;
    color: #fff;
}

.fixed-nav ul li a {
    display: block;
    margin-top: 9px;
}

.fixed-nav ul li .qr-code,
.fixed-nav ul li .telphone.white,
.fixed-nav ul li .topicon.white {
    display: none;
}

.fixed-nav ul li .qr-code.gray,
.fixed-nav ul li .telphone,
.fixed-nav ul li .topicon {
    display: block;
}

.fixed-nav ul li:hover .qr-code,
.fixed-nav ul li:hover .telphone.white,
.fixed-nav ul li:hover .topicon.white {
    display: block;
}

.fixed-nav ul li:hover .qr-code.gray,
.fixed-nav ul li:hover .telphone,
.fixed-nav ul li:hover .topicon {
    display: none;
}

.fixed-nav ul li:hover {
    background: rgba(32, 147, 250, 1);
}

.fixed-nav ul li:hover a {
    color: rgba(255, 255, 255, 1);
}

.fixed-nav ul li:nth-of-type(3) {
    border-radius: 0 0 4px 4px;
}

.fixed-nav ul li:nth-of-type(4) {
    margin-top: 10px;
    border-radius: 4px;
    height: 54px;
}

.qr-box,
.consult-box {
    width: 264px;
    height: 122px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
}

.consult-box:hover {
    display: block;
}

.consult-box {
    position: absolute;
    right: 62px;
    top: 40px;
}

.qr-box {
    height: 162px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(32, 147, 250, 1);
    position: absolute;
    right: 62px;
    top: 0;
}

.qr-box .qr {
    width: 120px;
    height: 120px;
    display: table-cell;
}

.qr-box .text {
    color: rgba(32, 147, 250, 1);
    font-size: 18px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
}

.qr-box .qr img {
    max-width: 100%;
}

.consult-box .title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(48, 49, 51, 1)
}

.consult-box .telPhone {
    font-size: 30px;
    font-weight: bold;
    color: rgba(32, 147, 250, 1);
    font-family: "FuturaBold";
    margin-bottom: 6px;
    line-height: 36px
}

.consult-box .time {
    font-size: 14px;
    font-weight: 400;
    color: rgba(144, 147, 153, 1);
}

.modal-solution {
    display: none;
}

.modal-layer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(70, 71, 74, 0.5); */
    z-index: 999;
}

.modal-layer .modal {
    width: 580px;
    height: 580px;
    margin: 0 auto;
    background: #f5f6fa;
    border-radius: 4px;
    display: block;
    top: 50%;
    position: relative;
    margin-top: -290px;
    box-shadow: 0px 20px 30px 0px rgba(41, 41, 42, 0.12);
}

.modal-layer .modal .form_header {
    height: 135px;
    padding: 36px 48px;
    box-sizing: border-box;
}

.modal-layer .modal .form_header .close {
    position: absolute;
    top: 18px;
    right: 12px;
    cursor: pointer;
    padding: 16px;
    width: 20px;
    height: 0px;
}

.modal-layer .modal .form_header .close:after {
    transform: rotate(-45deg);
}

.modal-layer .modal .form_header .text_cn {
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

.modal-layer .modal .form_header .text_en {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .3);
    line-height: 28px;
    margin-top: 10px;
    text-transform: uppercase;
}

.modal-layer .modal .form {
    margin: 34px 50px 60px;
}

.modal-layer .modal .form label {
    font-size: 16px;
    color: rgba(96, 98, 102, 1);
    line-height: 20px;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    text-align: left;
    padding-right: 10px;
}

.modal-layer .modal .form input,
.modal-layer .modal .form textarea {
    background: rgba(242, 242, 242, 1);
    height: 40px;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    display: inline-block;
    width: 80%;
}

.modal-layer .modal .form input::placeholder,
.modal-layer .modal .form textarea::placeholder {
    color: rgba(204, 204, 204, 1);
}

.modal-layer .modal .form textarea {
    padding-top: 6px;
    padding-bottom: 6px;
}

.modal-layer .modal .form .submit {
    height: 46px;
    width: 100%;
    background: rgba(12, 111, 246, 1);
    background: -webkit-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    background: -moz-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    background: -o-linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    background: linear-gradient(90deg, rgba(12, 111, 246, 1), rgba(45, 186, 252, 1));
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 46px;
}

.submit[disabled] {
    background: #dedede!important;
}

.field-item {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
}

.field-item.col-6 {
    width: 50%;
    float: left;
}

.field-item.col-4 {
    width: 40%;
    float: left;
}

.field-item.col-12 {
    width: 100%;
}

.field-item .form_error {
    position: absolute;
    bottom: -20px;
    color: red;
    display: none;
}

.modal-layer .modal .field-item .form_error {
    padding-left: 94px;
}

.field-item.error .form_error {
    display: block;
}

.field-item.error input,
.field-item.error textarea {
    border: solid 1px red;
    border-radius: 2px;
}

.field-item i {
    color: red;
    margin-left: 8px;
}

.verify-code-img {
    height: 40px;
    max-height: 100%;
    margin-left: 37px;
    margin-top: -8px;
    cursor: pointer;
    border: solid 1px #e4e4e4;
}

.modal .verify-code-img {
    margin-left: 28px;
    margin-top: -2px;
    max-width: 100px;
}

.modal-layer .modal .field-item.verify-code input {
    display: inline-block;
    width: 250px;
    vertical-align: initial;
}
