﻿
.web-banner {
    width: 100%;
    background-color: #D7E6FE;
}
.web-banner .container {
    position: relative;
       min-height: 600px;
    width: 1200px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.web-banner-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: row;
}
.web-banner-text {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}.web-banner-text p {
    font-size: 18px;
    font-weight: 400;
    color: #7D8EA8;
    line-height: 1.5;
    margin-top: 24px;
}.web-banner-text p a {
    color: #0067ED;
}.web-banner-text h3 {
    font-size: 48px;
    font-weight: bold;
    color: #001529;
    line-height: 1.5;
}.web-banner-text p {
    font-size: 18px;
    font-weight: 400;
    color: #7D8EA8;
    line-height: 1.5;
    margin-top: 24px;
}.web-banner-text .web-banner-text-btn a {
    width: 144px;
    height: 50px;
    background: #0067ED;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}.web-banner-img {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
}.web-banner-img img {
    width: 100%;
}
.containerd{
        width: 1200px;
		    margin: 0 auto;
    }
	
.spacing-color {
    background-color: #F7F9FF;
}
.spacing-title {
    position: relative;
    z-index: 9;
    text-align: center;
}	.spacing-title h1 {
    font-size: 36px;
    font-weight: 400;
    color: #001529;
    line-height: 48px;
}.web-fun {
    overflow: hidden;
    margin-top: 35px;
}   .web-fun-item {
    width: 20%;
    float: left;
    padding: 0px 0px 0px 10px;
    text-align: left;
    height: 330px;
}.web-fun-box {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 24px;
    min-height: 281px;
}.web-fun-text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #001529;
    line-height: 32px;
    margin-top: 36px;
}.web-fun-text p {
    font-size: 16px;
    font-weight: 400;
    color: #7D8EA8;
    line-height: 24px;
    margin-top: 19px;
}.spacing-ft {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}.spacing-ft .spacing-btn-primary {
    width: auto;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    background: #0067ED;
    border-radius: 4px;
    display: inline-block;
    padding: 0 30px;
}
	.layui-input {
    display: block;
    width: 98%;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    outline: none;
}
.spacing {
    position: relative;
    padding: 80px 0;
}
	.web-scheme {
    margin-top: 60px;
}
@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
		float: left;
        padding: 0px 0px 0px 10px;
    }
}
.web-scheme-item1 {
    background: url(../image/web-scheme1.png) no-repeat;
    background-size: 100% 100%;
}
.web-scheme-item2 {
    background: url(../image/web-scheme2.png) no-repeat;
    background-size: 100% 100%;
}
.web-scheme-item3 {
    background: url(../image/web-scheme3.png) no-repeat;
    background-size: 100% 100%;
}
.web-scheme-item4 {
    background: url(../image/web-scheme4.png) no-repeat;
    background-size: 100% 100%;
}
.web-scheme-box {
    padding: 45px;
}.web-scheme-item h3 {
    font-size: 24px;
    font-weight: bold;
    color: #001529;
    line-height: 32px;
    margin-top: 34px;
}.web-scheme-item p {
    font-size: 16px;
    font-weight: 400;
    color: #7D8EA8;
    line-height: 24px;
    margin-top: 31px;
}.web-scheme-item a {
    font-size: 16px;
    font-weight: 400;
    color: #0067ED;
    line-height: 24px;
    margin-top: 145px;
    display: inline-block;
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }
	
	 
}

.spacing {
    position: relative;
    padding: 80px 0;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.logo_wrap {
    position: relative;
    width: 1440px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    margin-top: 60px;
}
.logo_wrap .left_mask {
    left: 0;
}.logo_wrap .mask {
    position: absolute;
    z-index: 10;
}
.logo_wrap .right_mask {
    right: 0;
    transform: rotate(180deg);
}.logo_wrap .line_odd {
    width: 3976px;
    animation: scrollToRight-data 60s linear infinite;
}.logo_wrap .line_odd .logo_img {
    width: auto;
    display: inline-block;
}.logo_wrap .line_even {
    width: 3976px;
    -webkit-animation: scrollToRight-data 60s linear infinite;
    animation: scrollToRight-data 60s linear infinite;
}

@media screen and (max-width: 750px) {
	.containerd{
        width: 100%;
		margin: 0 auto;
		padding: 0px 30px 10px 30px;
    }
	.layui-input {
    display: block;
    width: 95%;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    outline: none;
}
.deploy-inputPhone h1 {
    font-size: 22px;
    font-weight: bold;
    color: #001529;
    line-height: 52px;
}.spacing-title h1 {
    font-size: 26px;
    font-weight: 400;
    color: #001529;
    line-height: 48px;
}    .spacing {
        padding: 50px 0;
    }
	.web-fun-item {
    width: 100%;
}
.col-xs-6{margin-top: 20px;}
.logo_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    margin-top: 60px;
}
	}
	
	
	
	
	
	
	
	
	
	.znwh {
    width: 100%;
    min-width: 1180px;
    position: relative;
	    padding-bottom: 150px;
}.center-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}.znwh-middle {
    margin: 0 auto;
    width: 1180px;
    min-width: 1180px;
    font-size: 0;
}.znhk-relative {
    position: relative;
}.title-img {
    width: 208px;
    height: 64px;
    background: url(../image/sec1-label@2x.png) no-repeat;
    background-size: cover;
}.step1 h4 {
    font-size: 46px;
    color: #333;
    line-height: 45px;
    margin-top: 18px;
}.step1 p {
    margin-bottom: 44px;
    font-size: 24px;
    color: #55556a;
    line-height: 24px;
    margin-top: 14px;
}.step1 .btn1 {
    background: #fff;
    color: #4875f9;
}.step1 .btn {
    display: inline-block;
    width: 144px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    font-size: 16px;
    margin-right: 25px;
    text-align: center;
}.step1 .btn2 {
    background: #4f7afd;
    color: #fff;
}.module-title, .znwh-step6 .title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #26283a;
    line-height: 32px;
}.flex-column {
    display: flex
;
    flex-direction: column;
    align-items: center;
}.znhk-relative {
    position: relative;
}.module-title, .znwh-step6 .title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #26283a;
    line-height: 32px;
}.step2-content {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 63px;
    width: 100%;
}.step2-content-item {
    margin-top: 21px;
    display: flex
;
    width: 378px;
    padding: 22px 0 22px 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8a8f98;
    line-height: 18px;
    background: rgba(252, 253, 255, .6);
    border: 1px solid #fff;
    border-radius: 8px;
}.step2-content-item img {
    width: 100px;
    height: 100px;
    margin-right: 16px;
}.step2-content-item .item-title1 {
    font-size: 22px;
    color: #26283a;
    line-height: 22px;
    margin-top: 23px;
    margin-bottom: 16px;
}.step2-bottom {
    margin-top: 52px;
    width: 100%;
    height: 140px;
    background: url(../image/sec2-Consultation@2x.png) no-repeat 50% 50% / cover;
}

.step4-content {
    margin-top: 56px;
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
} 
 
 @media screen and (max-width: 750px) {
 .znwh {
    width: 100%;
    min-width: 100%;
    position: relative;
    padding-bottom: 20px;
}.step1 h4 {
    font-size: 26px;
    color: #333;
    line-height: 25px;
    margin-top: 18px;
}.step1 p {
    margin-bottom: 44px;
    font-size: 18px;
    color: #55556a;
    line-height: 14px;
    margin-top: 14px;
}.znhk-relative {
    position: relative;
    padding: 10px 10px 10px 10px;
}.znwh-middle {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    font-size: 0;
}


.module-title, .znwh-step6 .title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #26283a;
    line-height: 32px;
} .step2-content-item {
    margin-top: 21px;
    display: flex
;
    width: 100%;
    padding: 22px 0 22px 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8a8f98;
    line-height: 18px;
    background: rgba(252, 253, 255, .6);
    border: 1px solid #fff;
    border-radius: 8px;
}.step2-bottom{
display: none;}
.step4-content-first {
    color: #fff;
    line-height: 16px;
    width: 100%;
    height: 380px;
    background: #3f69e8 url(../image/sec3-active-pic-1@2x.png) no-repeat 50% 50% / cover;
    border-radius: 11px;
    padding: 50px 0 0 44px;
}.step4-content-first .btn {
    margin-top: 10px;
    width: 142px;
    height: 44px;
    background: #ffb136;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    line-height: 24px;
}.step4-content-item {
    width: 100%;
    height: 380px;
    background: #f0f4ff;
    border-radius: 11px;
    padding: 20px 0 0 20px;
    margin-left: 0px;
	        margin-top: 20px;
}.step5-bottom {
    margin-top: 60px;
    width: 100%;
}.step5-bottom a {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    line-height: 48px;
    font-size: 16px;
    color: #313131;
}.step5-button-next {display: none;}
.step5-button-prev {display: none;}
.item-des h2, .step5-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #26283a;
    line-height: 33px;
}
.step6-swiper-controller {
    width: 100%;}
}

.step5-swpier-container {
    width: 968px;
    overflow: hidden;
    margin-left: 2cm;
}
 
 @media screen and (max-width: 750px) {
	.step5-swpier-container {margin-left: 0cm;}
.step6{display: none;}
.znwh-step6{display: none;}
.step7-content {
    width: 100%;
    margin-top: 69px;
    display: flex
;
    justify-content: space-between;
}
.step7-content-item {
    width: 100%;
	    height: 274px;
    background: url(/static/image//sec7-pic-1@2x.png) no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    box-shadow: 0 5px 24px 1px rgba(180, 191, 213, .45);
    border-radius: 10px;
    display: flex
;
}}
}

