@charset "utf-8";
@keyframes circleRotate {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.circleRotate {
    animation-name: circleRotate;
    animation-duration: 20s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.index-banner .swiper-slide {
    background: no-repeat center;
}

.index-banner-item {
    height: 619px;
    text-align: center;
}

.index-banner-title {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.index-banner-subtitle {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}

.index-banner-p {
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
}

.swiper-slide.slide-3 .index-banner-p {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.index-banner-btn {
    margin-top: 60px;
    width: auto;
    height: 46px;
    line-height: 46px;
	text-align:center;
}

.index-banner-btn a {
    font-size: 18px;
    display: inline-block;
	margin:0 15px;
    box-sizing: border-box;
    width: 200px;
    height: 100%;
}
.dda{
	background:url(../images/dh.png) no-repeat 5px center;
	background-size:20px 20px;
	padding-left:20px!important;
	box-sizing:border-box;
	color:#f4911b!important;
	font-size:23px!important;
}
.dddh{
	color:#f4911b!important;
	font-size:23px!important;
}
.dddh a{
	color:#f4911b!important;
	font-size:23px!important;
}
.index-banner .swiper-pagination {
    bottom: 20px;
}

.index-banner .swiper-pagination-bullet {
    width: 30px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: none;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    width: 48px;
    height: 140px;
    margin-top: -70px;
    background: no-repeat center rgba(0, 0, 0, .3);
    border-radius: 3px;
    display: none;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: url(../images/prev.png);
}

.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-image: url(../images/next.png);
}


/**/

.index-banner-ani-block {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
}


/**/

.circle-1 .index-banner-ani-item {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}

.circle-1 .index-banner-ani-item-1-1 {
    top: -260px;
    transform: translateX(-50%) rotateX(78deg);
}

.circle-1 .index-banner-ani-item-1-2 {
    top: -220px;
    transform: translateX(-50%) rotateX(78deg) rotateZ(45deg);
}

.circle-1 .index-banner-ani-item-1-3 {
    top: -180px;
    transform: translateX(-50%) rotateX(78deg) rotateZ(135deg);
}


/**/

.index-banner-ani {
    position: relative;
}

.circleRotate.index-banner-ani {
    border: 4px solid #008AF3;
    border-radius: 50%;
}

.circleRotate.index-banner-ani:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-9px, -50%);
}

.circleRotate.index-banner-ani:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    left: 100%;
    top: 50%;
    transform: translate(-9px, -50%);
}

.index-banner-ani-item-1-1 .circleRotate.index-banner-ani {
    width: 1054px;
    height: 1054px;
}

.index-banner-ani-item-1-2 .circleRotate.index-banner-ani {
    width: 1122px;
    height: 1122px;
    animation-duration: 15s;
    animation-direction: reverse;
}

.index-banner-ani-item-1-3 .circleRotate.index-banner-ani {
    width: 1174px;
    height: 1174px;
    animation-duration: 25s;
}


/**/

.index-banner-ani-block.space {
    background-color: rgb(0, 10, 20);
}

.index-banner-ani-block.space canvas {
    height: 100%;
    width: 100%;
}

.index-banner-ani-block.space .img-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-banner-ani-block.space img {
    position: relative;
    opacity: 0.7;
}


/**/

.index-banner-ani-item-2-1 {
    position: absolute;
    left: 50%;
    top: 140px;
    z-index: 1;
    transform: translateX(-50%);
}

.index-banner-ani-item-2-1 .circleRotate.index-banner-ani {
    border: 1px solid #435ECB;
    width: 1078px;
    height: 1078px;
    animation-duration: 30s;
}

.circle-2 .circleRotate.index-banner-ani:before,
.circle-2 .circleRotate.index-banner-ani:after {
    background-color: #1d4baf;
}


/**/

.items {
    padding: 60px 0;
    overflow: hidden;
}

.main-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.items-main {
    height: 120px;
    background-color: #F6F6F6;
}

.items-main>.flex-row {
    height: 100%;
}

.items-main .item {
    flex: 1;
    border-right: 1px solid #E5E5E5;
    height: 100%;
}

.items-main .item:first-child {
    border-left: 1px solid #E5E5E5;
}

.items-main .item-block {
    text-align: center;
    height: 100%;
}

.items-main .num-block {
    text-align: center;
    font-family: "pmzdbt";
}

.items-main .numberRun-sub {
    color: #146bae;
    font-size: 18px;
    margin-left: 2px;
}

.items-main .numberRun-sub .number-p {
    height: 18px;
    line-height: 18px;
    text-align: left;
}

.items-main .numberRun,
.items-main .numberRun2,
.items-main .numberRun3,
.items-main .numberRun4,
.items-main .numberRun5 {
    font-size: 42px;
    color: #146bae;
    font-weight: bold;
}

.items-main .numberRun4-1 {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}

.items-main .numberRun-sub .number-plus {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../../images/special/index/number-plus.png) no-repeat center;
    position: relative;
    top: -4px;
    right: -4px;
}

.items-main .numberRun-sub .number-x {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../../images/special/index/number-x.png) no-repeat center;
    position: relative;
    top: 1px;
}

.items-main .mt-number-animate {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.items-main .numberRun4-1 .mt-number-animate {
    height: 16px;
    line-height: 16px;
}

.items-main .mt-number-animate-dom {
    display: inline-block;
    vertical-align: top;
}

.items-main .mt-number-animate-span {
    display: block;
}

.items-main .num-unit {}

.items-main .numberRun+.num-unit {
    font-size: 30px;
}

.items-main .item-title {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.items-website .flex-row {
    justify-content: space-between;
}

.items-website .item {
    box-sizing: border-box;
    width: 224px;
    height: 360px;
    border: 1px solid #eee;
    position: relative;
}

.items-website .img-block {
    margin: 30px auto;
    height: 66px;
    position: relative;
}

.items-website .img-a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.items-website .img-b {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.items-website .item-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.items-website .item-p {
    color: #999;
    text-align: center;
    line-height: 24px;
}

.items-website .item-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.items-website .item-btn-a {
    font-size: 12px;
    text-decoration: underline;
}

.items-website .item:hover {
    box-shadow: 0 0 3px 2px rgba(0, 162, 255, 0.2);
    border-color: #00a2ff;
}

.items-website .item:hover .img-a {
    opacity: 0;
}

.items-website .item:hover .img-b {
    opacity: 1;
}

.items-website .item:hover .item-title {
    color: #00a2ff;
}

.items-website .item:hover .item-btn-a {
    color: #00a2ff;
}

.items-mobile {
    background: url(../../../images/special/index/items-mobile-bg.png) no-repeat center;
}

.items-mobile .center {
    height: 560px;
}

.items-mobile .main-title {
    color: #fff;
}

.items-mobile .item {
    position: absolute;
    width: 242px;
    height: 505px;
    bottom: 0;
    perspective: 600px;
}

.items-mobile .item .box {
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    background: url(../../../images/special/index/phone.png) no-repeat center/100%;
    position: relative;
}

.items-mobile .item:hover .box {
    transform: rotateY(0) skew(0, 0) scale(1);
}

.items-mobile .item .box:before {
    content: "";
    position: absolute;
    width: 202px;
    height: 360px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.items-mobile .item-1 {
    left: 128px;
}

.items-mobile .item-1 .box {
    transform: rotateY(40deg) skew(0deg, 10.5deg) scale(0.8);
}

.items-mobile .item-2 {
    left: 371px;
}

.items-mobile .item-2 .box {
    transform: rotateY(40deg) skew(0deg, 10.5deg) scale(0.8);
}

.items-mobile .item-3 {
    right: 371px;
}

.items-mobile .item-3 .box {
    transform: rotateY(-40deg) skew(0deg, -10.5deg) scale(0.8);
}

.items-mobile .item-4 {
    right: 128px;
}

.items-mobile .item-4 .box {
    transform: rotateY(-40deg) skew(0deg, -10.5deg) scale(0.8);
}

.items-mobile .item-title {
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;
}
.items-mobile .img-block {
    width: 70px;
    margin: 20px auto;
}

.items-mobile .item-p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.items-mobile .item-btn {
    width: 60%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

.items-mobile .item-btn-a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3CA7FC;
    color: #fff;
}

.items-mobile .item-btn-a:hover {
    background-color: #307FBF;
}

.items-service .main-title {
    margin-bottom: 90px;
}

.items-service .flex-row {
    justify-content: space-between;
}

.items-service .item {
    position: relative;
    width: 350px;
    height: 500px;
    text-align: center;
    box-shadow: 0 0 3px 2px rgba(135, 135, 135, .1);
}

.items-service .item-title {
    width: 130px;
    height: 75px;
    margin: 0 auto 70px;
    background-color: #293949;
    color: #fff;
    font-size: 24px;
    position: relative;
}

.items-service .item-title:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-bottom: 40px solid #293949;
    transition: all .3s ease;
}

.items-service .item-title:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 40px solid #293949;
    transition: all .3s ease;
}

.items-service .item-p {
    font-size: 16px;
    line-height: 30px;
}

.items-service .item-btn {
    position: absolute;
    width: 264px;
    height: 50px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 50px;
}

.items-service .item-btn-a {
    display: block;
    border: 1px solid #3CA7FC;
    font-size: 16px;
    color: #3CA7FC;
}

.items-service .item:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 10px 5px rgba(135, 135, 135, .1);
}

.items-service .item:hover .item-btn-a {
    background-color: #3CA7FC;
    color: #fff;
}

.items-service .item:hover .item-title {
    background-color: #3CA7FC;
}

.items-service .item:hover .item-title:before {
    border-bottom-color: #3CA7FC;
}

.items-service .item:hover .item-title:after {
    border-top-color: #3CA7FC;
}

.items-index-case {
    background: url(../../../images/special/index/items-index-case-bg.png) no-repeat center top;
    height: 980px;
    box-sizing: border-box;
    padding: 50px 0;
}

.items-index-case .main-title {
    color: #fff;
}

.items-index-case .main-subtitle {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: -40px 0 30px;
}

.items-index-case .flex-row {
    justify-content: space-between;
    margin-bottom: 20px;
}

.items-index-case .item {
    width: 277px;
    height: 219px;
    position: relative;
    overflow: hidden;
}

.items-index-case .item-block .item-btn {
    margin-top: 15px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

.items-index-case .item-btn {
    margin: 40px auto 0;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.items-index-case .item-btn-a {
    display: block;
    font-size: 24px;
    background-color: #fff;
}

.items-index-case .item-btn-a:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

.items-index-case .item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.items-index-case .item:hover a:after {
    opacity: 1;
    visibility: visible;
}

.items-index-case .item-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease;
    transform: translateY(30%);
    opacity: 0;
}

.items-index-case .item:hover .item-block {
    transform: none;
    opacity: 1;
}

.items-index-case .item-title {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
}

.items-index-case .item-p {
    color: #fff;
    text-align: center;
}

.items-solution .flex-row {
    justify-content: space-between;
}

.items-solution .item {
    position: relative;
    width: 276px;
    height: 546px;
    box-shadow: 0 0 3px 2px rgba(135, 135, 135, 0.15);
}

.items-solution .item-title {
    text-align: center;
    height: 83px;
    line-height: 83px;
    background-color: #293949;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}

.items-solution .item-p {
    text-align: center;
    width: 62%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom: 2px dotted #E6E6E6;
}

.items-solution .item-p:last-child {
    border: none;
}

.items-solution .item-btn {
    position: absolute;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.items-solution .item-btn-a {
    background-color: #C5C5C5;
    color: #fff;
    display: block;
}

.items-solution .item:hover .item-title {
    background-color: #3CA7FC;
}

.items-solution .item:hover .item-btn-a {
    background-color: #3CA7FC;
}

.items-steps {
    background-color: #F6F6F6;
}

.items-steps .items-block {
    height: 432px;
    position: relative;
    margin: 90px 0 30px;
}

.items-steps .item {
    position: absolute;
    top: 0;
    width: 156px;
    height: 186px;
    background-color: #fff;
    border-radius: 5px;
    transform: translateX(-78px);
    z-index: 1;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
    backface-visibility: hidden;
}

.items-steps .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;
}

.items-steps .item:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    bottom: -7px;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
    background-color: #fff;
    z-index: -2;
    transform: translateX(-50%) rotateZ(135deg);
}

.items-steps .item.cur {
    margin-top: -10px;
}

.items-steps .item.even {
    top: auto;
    bottom: 0;
}

.items-steps .item.even:after {
    top: -7px;
    bottom: auto;
}

.items-steps .item.even.cur {
    margin-bottom: -10px;
}

.items-steps .item:nth-child(1),
.items-steps .step:nth-child(1) {
    left: 75px;
}

.items-steps .item:nth-child(2),
.items-steps .step:nth-child(2) {
    left: 225px;
}

.items-steps .item:nth-child(3),
.items-steps .step:nth-child(3) {
    left: 375px;
}

.items-steps .item:nth-child(4),
.items-steps .step:nth-child(4) {
    left: 525px;
}

.items-steps .item:nth-child(5),
.items-steps .step:nth-child(5) {
    left: 675px;
}

.items-steps .item:nth-child(6),
.items-steps .step:nth-child(6) {
    left: 825px;
}

.items-steps .item:nth-child(7),
.items-steps .step:nth-child(7) {
    left: 975px;
}

.items-steps .item:nth-child(8),
.items-steps .step:nth-child(8) {
    left: 1125px;
}

.items-steps .img-block {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -35px;
    position: relative;
    transition-duration: 1s;
}

.items-steps .img-block:before {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.items-steps .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.items-steps .item:hover .img-block {
    transform: rotateZ(360deg);
}

.items-steps .item-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.items-steps .item-p {
    color: #999;
    text-align: center;
    margin-bottom: 5px;
}

.items-steps .item.even .item-title {
    margin-top: 15px;
}

.items-steps .item.even .img-block {
    margin: 0 0 0 -35px;
    position: absolute;
    left: 50%;
    bottom: -35px;
}

.items-steps .item-col2 {
    width: 267px;
    transform: translateX(-133.5px);
}

.items-steps .item-col2 .flex-row {
    justify-content: space-around;
}

.items-steps .item-col2 .item-p {
    text-align: left;
}

.items-steps .steps-block {
    position: absolute;
    height: 24px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.items-steps .steps-block:before {
    content: "";
    position: absolute;
    width: 99.4%;
    height: 8px;
    background-color: #E9E9E9;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.items-steps .steps-block:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 38px;
    background: url(../images/items-steps-arrow.png) no-repeat center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.items-steps .step {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(-12px);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.items-steps .step:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFAE12;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.items-steps .step.cur:before {
    width: 100%;
    height: 100%;
}

.items-contact {
    height: 318px;
    background: url(../images/items-contact-bg.png) no-repeat center;
    color: #fff;
}

.items-contact .promise {
    height: 98px;
    border-bottom: 1px dashed #fff;
    justify-content: space-around;
}

.items-contact .promise .item {
    justify-content: space-between;
}

.items-contact .promise .item .img-block {
    transition-duration: 1s;
}

.items-contact .promise .item:hover .img-block {
    transform: rotateZ(360deg);
}

.items-contact .promise .item-p {
    font-size: 24px;
    margin-left: 10px;
}

.items-contact .flex-col {
    height: 219px;
}

.items-contact .flex-col .item-title {
    font-size: 20px;
    margin-bottom: 35px;
}

.items-contact .item-form .item {
    margin: 0 10px;
}

.items-contact .item-form .label {
    margin-right: 6px;
}

.items-contact .item-form .input {
    border: none;
    width: 220px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
}

.items-contact .item-form .input:focus {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

.items-contact .item-form .verify {
    width: 126px;
    vertical-align: middle;
    margin-right: 6px;
}

.items-contact .item-form .item-btn {
    width: 116px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.items-contact .item-form .item-btn-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    color: #666;
    background-color: #FFEA00;
    cursor: pointer;
}

.items-contact .item-form .item-btn-button:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

.rollInLeft {
    animation-name: rollInLeft;
}

@keyframes rollInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-180deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-78px) rotateY(0deg);
    }
}

.rollInLeft1 {
    animation-name: rollInLeft1;
}

@keyframes rollInLeft1 {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-180deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-133.5px) rotateY(0deg);
    }
}