/* 网站建设 */

body {
    background-color: #f6f7fb;
}

.title-s {
    text-align: center;
    margin-bottom: 45px;
}
.title-s h2 {
    font-size: 30px;
	font-weight: 600;
	color: #2f4056;
	letter-spacing: 1px;
}
.title-s label {
    width: 50px;
    display: inline-block;
    position: relative;
    top: -15px;
}

.title-s label:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #b0b7c7;
    position: absolute;
    left: 0;
    top: 0;
}

.title-s label:after {
    content: '';
    width: 28px;
    height: 0;
    border-bottom: 1px solid #c1c8d9;
    position: absolute;
    left: 10px;
    top: 5px;
}

.title-s label:last-child:before {
    left: auto;
    right: 0;
}

.title-s label:last-child:after {
    left: 12px;
}

.title-s p {
    color: #979c9b;
    font-size: 14px;
	margin-top: 10px;
}



.sBusiness-service {
    background-color: #f6f8fa;
	padding:90px 0;
    background-image: url(../img/grey-13.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.sBusiness-service .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
	margin-top:40px;
}

.sBusiness-service .con .item {
    width: 23.59550562%;
    padding: 2.24719101% 2.24719101% 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: solid 2px;
    text-align: center;
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
}

.sBusiness-service .con .item:nth-child(1) {
    border-color: #74caf5;
}

.sBusiness-service .con .item:nth-child(2) {
    border-color: #f08282;
}

.sBusiness-service .con .item:nth-child(3) {
    border-color: #ffcc9f;
}

.sBusiness-service .con .item:nth-child(4) {
    border-color: #6fddb5;
}
.sBusiness-service .con .item .icoImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
}

.sBusiness-service .con .item .dt {
    margin-top: 1.5em;
    line-height: 1.5;
    color: #333;
	font-size: 18px;
}

.sBusiness-service .con .item .hr {
    margin-top: 8%;
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 320ms ease-out 50ms;
    transition: all 320ms ease-out 50ms;
}

.sBusiness-service .con .item:nth-child(1) .hr {
    background-color: #74caf5;
}
.sBusiness-service .con .item:nth-child(2) .hr {
    background-color: #f08282;
}

.sBusiness-service .con .item:nth-child(3) .hr {
    background-color: #ffcc9f;
}

.sBusiness-service .con .item:nth-child(4) .hr {
    background-color: #6fddb5;
}

.sBusiness-service .con .item .dd {
    margin-top: 6%;
    line-height: 1.625;
	font-size: 13px;
	color:#878d99;
}


/*流程*/
.process {
	width:100%;
	overflow:hidden;
	background: linear-gradient(0deg,#eeeff5,#fff);
	padding:90px 0;
}
.process .title {
	font-size:36px;
	font-weight:bold;
	color:#222;
	text-align:center;
	line-height:1;
}
.process .txt {
	font-size:14px;
	line-height:24px;
	color:#222;
	text-align:center;
	margin-top:23px;
}
.process .list {
	width:100%;
	margin:82px auto 0;
	display:table;
}
.process .list li {
	width:18.125%;
	height:330px;
	float:left;
	margin-right:-1px;
	border:1px solid #d8d8d8;
	text-align:center;
	position:relative;
	padding-top:122px;
	cursor:pointer;
	transition:all ease .5s;
	background:#fff;
	list-style:none;
}
.process .list li:hover {
	width:27.5%;
	padding-top:92px;
}
.process .list li.on {
	width:27.5%;
	padding-top:92px;
}
.process .list li .num {
	width:52px;
	height:52px;
	background:#f66060;
	line-height:52px;
	position:absolute;
	top:-23px;
	left:50%;
	transform:translateX(-50%);
	border-radius:50%;
	font-size:24px;
	color:#fff;
	font-style:oblique;
	text-align:left;
	padding-left:10px;
}
.process .list li .num:before {
	width:66px;
	height:66px;
	background:rgba(246,96,96,.1);
	content:"";
	position:absolute;
	left:-7px;
	top:-7px;
	border-radius:50%;
}
.process .list li .num:after {
	width:80px;
	height:80px;
	background:rgba(246,96,96,.05);
	content:"";
	position:absolute;
	left:-14px;
	top:-14px;
	border-radius:50%;
}
.process .list li .icon {
	width:60px;
	height:60px;
	margin:auto;
	position:relative;
}
.process .list li .icon img {
	width:60px;
	height:60px;
	position:absolute;
	left:0;
	top:0;
}
.process .list li .icon img:last-child {
	opacity:0;
	z-index:2;
	transition:all ease .5s;
}
.process .list li:hover .icon img:last-child {
	opacity:1;
}
.process .list li.on .icon img:last-child {
	opacity:1;
}
.process .list li .t1 {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#222;
	margin-top:36px;
	transition:all ease .5s;
}
.process .list li:hover .t1 {
	color:#f66060;
}
.process .list li.on .t1 {
	color:#f66060;
}
.process .list li .t2 {
	font-size:14px;
	line-height:24px;
	color:#222;
	margin:20px auto;
	display:none;
	padding:0 13%;
}
.process .list li:hover .t2 {
	display:block;
	animation: fadeInUp .5s ease-out;
}
.process .list li.on .t2 {
	display:block;
}


.flow-bg{
	text-align: center;
	padding: 90px 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.tt-box {
    text-align: center;
    line-height: 1;
}
.tt-box span {
    font-size: 36px;
    color: #fff;
}

.tt-box p {
    font-size: 16px;
    color: #fff;
    padding: 20px 0 0;
    text-transform: uppercase;
}
.flow-list{
	padding:20px 0 0;
	overflow: hidden;
}
.flow-list li{
	width:220px;
	height: 355px;
	text-align: center;
	float: left;
	margin-left: 20px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	z-index:6 ;
	line-height: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.flow-list li:first-child{margin-left: 0 !important;}
.flow-list .flow2{margin-top: 60px;}
.flow-list li:before{
	content: "";
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f66060;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.flow-list li:first-child{margin-left: 0 !important;}
.flow-list li:hover:before{
	-webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.gnsb-icon{
	width: 96px;
	height: 96px;
	display:block;
	background: url(../img/flow-icon_03.png) no-repeat;
}
.flow-list li i{
	margin: 35px auto 23px;
	border-radius: 50%;
}
.gnsb-icon.gnsb-icon2{background-position: -99px 0;}
.gnsb-icon.gnsb-icon3{background-position: -198px 0;}
.gnsb-icon.gnsb-icon4{background-position: -297px 0;}
.gnsb-icon.gnsb-icon5{background-position: -396px 0;}
.flow-list li:hover i{
    -webkit-animation: tadaA 2s ease-in-out both infinite;
    animation: tadaA 2s ease-in-out both infinite;
	background-position: 0 -99px;
}
.flow-list li:hover .gnsb-icon2{background-position:-99px -99px;}
.flow-list li:hover .gnsb-icon3{background-position:-198px -99px;}
.flow-list li:hover .gnsb-icon4{background-position:-297px -99px;}
.flow-list li:hover .gnsb-icon5{background-position:-396px -99px;}
.flow-list li em,.flow-list li span{
	position: absolute;
	left: 50%;
}
.flow-list li em{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	background-position: -515px 6px;
	z-index: -1;
	margin-left: -65px;
	top: 60px;
	-webkit-transition: height .6s ease-out; 
	-moz-transition: height .6s ease-out; 
	-ms-transition: height .6s ease-out; 
	-o-transition: height .6s ease-out; 
	transition: height .6s ease-out; 
}
.flow-list li:hover em{
	height: 0;
}
.flow-list li span{
	width: 120px;
	height: 40px;
	background-position:0 -198px ;
	z-index: -2;
	margin-left: -60px;
	top: 113px;
}
.gnsb-icon.gnsb-span2{background-position: -120px -198px;}
.gnsb-icon.gnsb-span3{background-position: -240px -198px;}
.gnsb-icon.gnsb-span4{background-position: -360px -198px;}
.gnsb-icon.gnsb-span5{background-position: -480px -198px;}
.flow-list li:hover span{
	background-position: 0 -237px;
    -webkit-animation: widthA 1s ease-in-out;
    animation: widthA 1s ease-in-out;
}
.flow-list li:hover .gnsb-span2{background-position: -120px -239px;}
.flow-list li:hover .gnsb-span3{background-position: -240px -239px;}
.flow-list li:hover .gnsb-span4{background-position: -360px -239px;}
.flow-list li:hover .gnsb-span5{background-position: -480px -239px;}
.flow-list li p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.flow-list li p big{
	font-size: 22px;
	color: #333;
	line-height: 50px;
}
.flow-list li:hover p,
.flow-list li:hover p big{color: #fff;}
.flow-img{
	width: 1920px;
	background: url(../img/bg_02.jpg) center top no-repeat;
	height: 940px;
    -webkit-animation: scale_img 15s ease both;
    -moz-animation: scale_img 15s ease both;
    -ms-animation: scale_img 15s ease both;
    -o-animation: scale_img 15s ease both;
    animation: scale_img 15s ease both;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: -1;
}




.more-question{
	background-color:#f7f8fc;
	overflow:hidden;
	padding:90px 0 0;
}

.more-question .min-box .question-list{
	width: 100%;
	margin-top: 45px;
	overflow:hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	counter-reset: setnum1;
}
.more-question .min-box .question-list .question-item{
	width:50%;
	padding: 15px;
}
.more-question .min-box .question-list .question-item .top-title{
	margin-left: 20px;
	width: calc(100% - 20px);
	height: 45px;
	position: relative;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
}
.more-question .min-box .question-list .question-item .top-title::before{
	counter-increment: setnum1;
	content: "Q"counter(setnum1);
	position: absolute;
	width: 24px;
	top: 0;
	left: -20px;
	height: 24px;
	border-radius: 45px;
    border: 1px solid #f66060;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef1e25;
    font-size: 12px;
}
.more-question .min-box .question-list .question-item .req-text{
	padding: 20px;
    color: #878d99;
    box-shadow: 0 0 8px 0 rgba(135,140,179,.1);
    border: 1px solid #f0efef;
    background-color: #fff;
    position: relative;
    transition: all .2s;
    min-height: 40px;
}
.more-question .min-box .question-list .question-item .req-text:after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #f0efef;
    border-right: 1px solid #f0efef;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    z-index: 9;
    left: 32px;
}

.more-question .min-box .center-link{
	width: 100%;
	height: 44px;
	display: flex;
	margin-top: 45px;
	align-items: center;
	justify-content: center;
}
.more-question .min-box .center-link .links{
	display: block;
	padding: 0 26px;
	line-height: 44px;
	margin: 0 5px;
	text-decoration: none;
	border: solid 1px #ff7229;
	border-radius: 4px;
	color: #ff7229;
}
.more-question .min-box .center-link .links:last-child{
	background-color: #ff7229;
	color: #ffffff;
}



.more-service{
	background-color: #f7f8fc;
	overflow:hidden;
	padding:90px 0;
}
.more-service .min-box .service-list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:45px;
}
.more-service .min-box .service-list .box-item{
	width: 16.66666667%;
	overflow:hidden;
	padding: 15px;
}

.more-service .min-box .service-list .box-item dl {
    background-color: #fff;
    padding: 30px 15px;
	overflow:hidden;
    text-align: center;
    transition: all linear .2s;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 12px 3px rgb(116 116 116 / 5%);
}

.more-service .min-box .service-list .box-item dl img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.more-service .min-box .service-list .box-item dl .top-title {
    margin-top: 20px;
    font-size: 16px;
    transition: all linear .2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.more-service .min-box .service-list .box-item .min-text{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.more-service .min-box .service-list .box-item .bt-ditt{
	display: block;
	margin: 26px auto;
	width: 8px;
	height: 8px;
	background-color: #e2e2e2;
	position: relative;
	border-radius: 8px;
}
.more-service .min-box .service-list .box-item .bt-ditt::after{
	top: 0;
	left: 200%;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #e2e2e2;
}
.more-service .min-box .service-list .box-item .bt-ditt::before{
	top: 0;
	right: 200%;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #e2e2e2;
}
.max-title-def {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #303030;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left:45px;
}

.max-title-def::after {
    content: "";
	width: 34px;
    height: 34px;
    margin-left: 8px;
    opacity: .9;
	background: url(../img/title-ico.png) left center no-repeat;
}
.zq-title-wrap {
    text-align: center;
    margin-bottom: 45px;
    color: #fff;
}
.zq-title-wrap small {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block;
    color: hsla(0,0%,100%,.2);
}
 .zq-title-wrap h2 {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    color: #fff;
}
.zq-title-wrap .zq-after-line {
    padding-top: 20px;
    opacity: .6;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.zq-title-wrap p {
    color: #979c9b;
    font-size: 14px;
    margin-top: 10px;
}

.zq-title-wrap .zq-after-line::after {
    content: '';
    position: absolute;
    left: calc(50% - 16px);
    height: 4px;
    width: 32px;
    border-radius: 2px;
    top: 6px;
    bottom: 0;
    background-image: linear-gradient(60deg,#ef1e25,#ff695c);
}