.index .banner {
	width: 100%;
	min-width: 1200px;
}

.index .banner img {
	width: 100%;
	display: block;
}

.index .left3:hover p {
	color: white;
}

.index .flex-left {
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 999;
}

.index .flex-left>div:nth-child(1) {
	width: 82px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.index .flex-left>div:nth-child(1)>div {
	width: 82px;
	height: 84px;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 14px;
	cursor: pointer;
}

.index .flex-left>div:nth-child(1)>div:hover {
	color: white;
	background-color: rgb(30, 148, 255);
}

.index .flex-left>div:nth-child(1)>div img,
.index .flex-left>div:nth-child(2) img {
	width: 30px;
	display: inline-block;
	margin-top: 15px;
}

.index .flex-left>div:nth-child(2) {
	width: 82px;
	height: 84px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-top: 30px;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 14px;
	cursor: pointer;
	display: none;
}

.index .flex-left>div:nth-child(2) a {
	display: block;
}

.index .flex-left>div:nth-child(2):hover {
	color: white;
	background-color: rgb(30, 148, 255);
}

.index .hotline {
	width: 123px;
	height: 95px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 20px;
	position: fixed;
	right: 110px;
	top: 40%;
	z-index: 999;
	font-size: 14px;
	color: rgb(153, 153, 153);
	/* display: none; */
}

.index .hotline span {
	color: rgb(51, 51, 51);
	margin-bottom: 5px;
	display: block;
}

.index .hotline>p:nth-child(2) {
	margin-bottom: 10px;
}

.index .develop {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
	border-radius: 2px;
	margin-bottom: 85px;
	margin-top: -75px;
	z-index: 99;
	position: relative;
}

.index .develop>div {
	width: 33.333333%;
	float: left;
	margin-top: 34px;
	color: rgb(51, 51, 51);
	font-size: 20px;
	display: inline-flex;
}

.index .develop>div span {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 30px;
}

.index .develop img {
	width: 52px;
	margin-left: 59px;
	margin-right: 31px;
}

.index .develop>div>a>div {
	float: left;
}

.index .scheme,
.index .case,
.serve .zhongjie,
.serve .flow,
.serve .type,
.serve .reason {
	width: 1200px;
	margin: 0 auto;
}

.index .scheme h2,
.index .case h2,
.serve .zhongjie h2,
.serve .flow h2,
.serve .type h2,
.serve .reason h2,
.scheme .one h2,
.culture .vision h2,
.culture .worth h2,
.honorl .aptitude h2,
.honorl .copyright h2 {
	font-size: 32px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	text-align: center;
	margin-bottom: 73px;
}

.index .scheme>div {
	padding-bottom: 104px;
}

.index .scheme>div>a>div {
	width: 24%;
	height: 323px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	position: relative;
	margin-right: 1%;
	margin-bottom: 50px;
}

.index .scheme>div>a>div img {
	display: inline-block;
}

.index .scheme>div>a>div>img:nth-child(1) {
	width: 50px;
	margin-top: 32px;
	margin-bottom: 25px;
}

.index .scheme>div>a>div>p:nth-child(2) {
	font-size: 20px;
	color: rgb(17, 17, 17);
	font-weight: normal;
	font-stretch: normal;
	margin-bottom: 24px;
}

.index .scheme>div>a>div>i:nth-child(3) {
	width: 53px;
	height: 1px;
	background-color: #cccccc;
	display: block;
	margin: 0 auto;
}

.index .scheme>div>a>div>p:nth-child(4) {
	font-size: 16px;
	color: rgb(84, 83, 101);
	margin: 0 30px;
	margin-top: 24px;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index .scheme>div>a>div>img:nth-child(5) {
	width: 31px;
}

.index .scheme>div>a>div>span:nth-child(6) {
	width: 90px;
	height: 32px;
	background-color: #1e94ff;
	border-radius: 16px;
	display: block;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: rgb(255, 255, 255);
	margin: 0 auto;
	display: none;
}

.index .scheme>div>a>div>div {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index .scheme>div>a>div>div>i {
	width: 0;
	height: 3px;
	background-image: linear-gradient(94deg,
		rgba(127, 99, 255, 1) 0%,
		rgba(0, 229, 255, 1) 100%),
		linear-gradient(rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 1));
	background-blend-mode: normal,
		normal;
	display: block;
	margin: 0 auto;
	margin-top: 36px;
}

.index .scheme>div>a>div:hover>div>i {
	width: 100%;
	transition: width 0.8s;
	-moz-transition: width 0.8s;
	-webkit-transition: width 0.8s;
	-o-transition: width 0.8s;
}

.index .scheme>div>a>div:hover>span:nth-child(6) {
	display: block;
}

.index .scheme>div>a>div:hover>img:nth-child(5) {
	display: none;
}

.index .scheme>div>a>div:hover {
	box-shadow: 0px 0px 21px 0px rgba(0, 66, 88, 0.1);
}

.index .case-box {
	width: 100%;
	background-color: rgb(245, 245, 245);
}

.index .case {
	position: relative;
}

.index .case h2 {
	padding-top: 72px;
	margin-bottom: 55px;
}

.index .case>div>div {
	float: left;
}

.index .case .left img {
	width: 345px;
	margin-left: 91px;
	margin-right: 143px;
	margin-bottom: 49px;
}

.index .case .rigth>div:nth-child(1)>div {
	float: left;
	margin-right: 88px;
	margin-top: 108px;
}

.index .case .rigth>div:nth-child(1)>div:nth-last-child(2) {
	margin-right: 78px;
}

.index .case .rigth>div:nth-child(1)>div:nth-last-child(1) {
	margin-right: 0;
}

.index .case .rigth>div:nth-child(1) span {
	font-size: 48px;
	color: rgb(30, 148, 255);
}

.index .case .rigth>div:nth-child(1) p {
	font-size: 18px;
	color: rgb(153, 153, 153);
	padding-left: 2px;
}

.index .case .rigth>div:nth-child(3) {
	margin-top: 86px;
}

.index .case .rigth>div:nth-child(3) span {
	font-size: 28px;
	color: rgb(51, 51, 51);
	padding-bottom: 60px;
	display: block;
}

.index .case .rigth>div:nth-child(3) p {
	font-size: 20px;
	color: rgb(84, 83, 101);
	line-height: 40px;
}

.index .case .rigth>div:nth-child(4) a {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background-color: #f5f5f5;
	border-radius: 18px;
	border: solid 1px #dddddd;
	margin-top: 80px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align: center;
	display: block;
}

.index .case .rigth>div:nth-child(4) a:hover {
	background-color: #dddddd;
	color: rgba(102, 102, 102, 0.9);
}

.index .case .arrow>span {
	animation: up 1s infinite;
	cursor: pointer;
	display: block;
}

.index .case .arrow>span:nth-child(1) {
	width: 30px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 500px;
	background: url(../img/19@3x.png) no-repeat;
	background-size: 30px 32px;
}

.index .case .arrow>span:nth-child(1):hover {
	background: url(../img/21@3x.png) no-repeat;
	background-size: 30px 32px;
}

.index .case .arrow>span:nth-child(2) {
	width: 30px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 500px;
	background: url(../img/18@3x.png) no-repeat;
	background-size: 30px 32px;
}

.index .case .arrow>span:nth-child(2):hover {
	background: url(../img/20@3x.png) no-repeat;
	background-size: 30px 32px;
}

@keyframes up {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(-6px, 0px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.index .count {
	width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
}

.index .count .num>div {
	float: left;
	margin-left: 140px;
	margin-top: 84px;
	margin-bottom: 81px;
}

.index .count .num>div:nth-child(1) {
	margin-left: 173px;
}

.index .count .num>div span {
	font-size: 80px;
	color: rgb(30, 148, 255);
}

.index .count .num>div span span {
	font-size: 30px;
}

.index .count .num>div p {
	font-size: 20px;
	color: rgb(153, 153, 153);
}

.index .count .spot {
	width: 1200px;
	height: 460px;
	background: url(../img/22@3x.png) no-repeat;
	background-size: 1200px auto;
	position: relative;
}

.index .count .spot>div:nth-child(1) {
	position: relative;
	left: 265px;
	top: 255px;
}

.index .count .spot>div:nth-child(2) {
	position: relative;
	left: 399px;
	top: 188px;
}

.index .count .spot>div:nth-child(3) {
	position: relative;
	left: 501px;
	top: 313px;
}

.index .count .spot>div:nth-child(4) {
	position: relative;
	left: 708px;
	top: 281px;
}

.index .count .spot>div:nth-child(5) {
	position: relative;
	left: 746px;
	top: 154px;
}

.index .count .spot>div:nth-child(6) {
	position: relative;
	left: 869px;
	top: 348px;
}

.index .count .spot>div a {
	width: 20px;
	height: 20px;
	z-index: 1;
	position: absolute;
	background: url(../img/51@3x.png) no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
}

.index .count .spot>div .cur {
	background: url(../img/53@3x.png) no-repeat;
	background-size: 20px 20px;
}

.index .count .spot>div>div {
	width: 290px;
	height: 155px;
	background: url(../img/50@3x.png) no-repeat;
	background-size: 290px auto;
	position: absolute;
	top: -155px;
	left: -184px;
	z-index: 2;
	display: none;
	cursor: pointer;
}

.index .count .spot>div:nth-child(1)>div {
	display: block;
}

.index .count .spot>div>div>div {
	float: left;
}

.index .count .spot>div>div>div:nth-child(1) {
	height: 123px;
}

.index .count .spot>div>div>div img {
	width: 93px;
	height: 29px;
	margin-left: 12px;
	margin-top: 48px;
}

.index .count .spot>div>div>div:nth-child(2) {
	width: 144px;
	margin-left: 17px;
}

.index .count .spot>div>div>div span {
	font-size: 18px;
	color: rgb(51, 51, 51);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 25px;
	display: block;
}

.index .count .spot>div>div>div p {
	font-size: 16px;
	color: rgb(153, 153, 153);
	text-align: right;
	margin-top: 20px;
}

.index .cooperation {
	width: 1200px;
	position: relative;
}

.index .content>div:nth-child(1) {
	width: 1100px;
	margin: 0 auto;
}

.index .cooperation>div:nth-child(2) {
	margin-bottom: 77px;
}

.index .content>div:nth-child(1) img {
	width: 164px;
	height: 81px;
	float: left;
	margin-right: 20px;
	border: 1px solid rgb(243, 243, 243);
}

.index .content>div:nth-child(1)>a:hover img {
	border: 1px solid rgb(30, 148, 255);
}

.index .content>div:nth-child(1)>a:nth-last-child(1)>img {
	margin-right: 0;
}

.index .cooperation .arrow>span {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 50%;
	margin-top: -13.5px;
	cursor: pointer;
}

.index .cooperation .arrow>span:nth-child(1) {
	left: 0;
	background: url(../img/25@3x.png) no-repeat;
	background-size: 27px 27px;
}

.index .cooperation .arrow>span:nth-child(1):hover {
	background: url(../img/26@3x.png) no-repeat;
	background-size: 27px 27px;
}

.index .cooperation .arrow>span:nth-child(2) {
	right: 0;
	background: url(../img/24@3x.png) no-repeat;
	background-size: 27px 27px;
}

.index .cooperation .arrow>span:nth-child(2):hover {
	background: url(../img/23@3x.png) no-repeat;
	background-size: 27px 27px;
}

.index .consult {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.index .consult h2 {
	font-size: 32px;
	color: rgb(51, 51, 51);
	text-align: center;
	font-weight: 500;
	padding-bottom: 88px;
}

.index .consult .nav {
	width: 100%;
	height: 32px;
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 32px;
	padding-bottom: 23px;
	border-bottom: 1px solid rgb(246, 246, 246);
}

.index .consult>div:nth-child(3) {
	margin-bottom: 41px;
}

.index .consult .nav>div:nth-child(1) span {
	margin-right: 80px;
	padding-bottom: 20px;
	display: block;
	float: left;
	cursor: pointer;
}

.index .consult .nav>div:nth-child(1) span:hover {
	color: rgb(32, 151, 219);
}

.index .consult .nav .cur {
	border-bottom: 2px solid rgb(32, 151, 219);
	color: rgb(32, 151, 219);
	font-size: 22px;
}

.index .consult .nav>div:nth-child(2) {
	float: right;
}

.index .consult .nav>div:nth-child(2) span {
	cursor: pointer;
	color: rgb(153, 153, 153);
	font-size: 22px;
}

.index .consult .nav>div:nth-child(2) span:hover {
	color: rgb(32, 151, 219);
}

.index .consult .imgtext {
	cursor: pointer;
}

.index .consult .imgtext:hover>div:nth-child(2)>p:nth-child(1) {
	color: rgb(32, 151, 219);
}

.index .consult .imgtext img {
	width: 400px;
	height: 180px;
	margin-right: 55px;
}

.index .consult .imgtext>div {
	float: left;
}

.index .consult .imgtext>div:nth-child(2) {
	width: 719px;
}

.index .consult .imgtext>div:nth-child(2)>p:nth-child(1) {
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-bottom: 42px;
}

.index .consult .imgtext>div:nth-child(2)>p:nth-child(1):hover {
	color: rgb(32, 151, 219);
}

.index .consult .imgtext>div:nth-child(2)>p:nth-child(2) {
	font-size: 16px;
	color: rgb(102, 102, 102);
	/* margin-bottom: 26px; */
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index .consult .imgtext>div:nth-child(2)>span:nth-child(3) {
	font-size: 16px;
	color: rgb(153, 153, 153);
	margin-top: 50px;
	display: block;
}

.index .consult>div:nth-child(5) {
	margin-bottom: 60px;
}

.index .consult .text {
	width: 1280px;
}

.index .consult .text>div {
	width: 560px;
	float: left;
	margin-right: 80px;
}

.index .consult .text>div {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid rgb(243, 243, 243);
	cursor: pointer;
}

.index .consult .text>div:hover>span:nth-child(1) {
	color: rgb(32, 151, 219);
}

.index .consult .text>div>span:nth-child(1) {
	font-size: 18px;
	color: rgb(51, 51, 51);
	float: left;
	width: 76%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index .consult .text>div>span:nth-child(2) {
	font-size: 16px;
	color: rgb(153, 153, 153);
	float: right;
}

.case .banner,
.case-details .banner,
.serve .banner,
.consult .banner,
.about .banner {
	position: relative;
	min-width: 1200px;
}

.case .banner img,
.case-details .banner img,
.serve .banner img,
.consult .banner img,
.about .banner img {
	width: 100%;
	min-width: 1200px;
}

.case .banner>div,
.case-details .banner>div,
.serve .banner>div,
.consult .banner>div,
.about .banner>div {
	width: 1200px;
	position: absolute;
	top: 50%;
	font-size: 28px;
	color: white;
	margin-top: -16px;
	left: 50%;
	margin-left: -600px;
}

.case .navs,
.consult .navs,
.about .navs {
	width: 1200px;
	margin: 0 auto;
}

.case .navs>ul>li,
.about .navs>ul>li {
	float: left;
	width: 10%;
	text-align: center;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid rgb(243, 243, 243);
}

.case .navs>ul>li>a,
.consult .navs>ul>li>a,
.about .navs>ul>li>a {
	font-size: 16px;
	color: rgb(102, 102, 102);
	display: block;
}

.case .navs>ul>li>a:hover,
.consult .navs>ul>li>a:hover,
.about .navs>ul>li>a:hover {
	color: rgb(30, 148, 255);
}

.case .navs .cur,
.consult .navs .cur,
.about .navs .cur {
	border-bottom: 1px solid rgb(30, 148, 255);
	color: rgb(30, 148, 255);
}

.case .content {
	width: 1200px;
	margin: 0 auto;
}

.case .content>div {
	width: 380px;
	height: 309px;
	background-color: #ffffff;
	border: solid 1px #f3f3f3;
	margin-top: 26px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.case .content>div:hover {
	border-bottom: 1px solid rgb(30, 148, 255);
	box-shadow: 0px 0px 7px 0px rgba(0, 9, 74, 0.1);
}

.case .content>div:nth-child(3),
.case .content>div:nth-child(6),
.case .content>div:nth-child(9),
.case .content>div:nth-child(12),
.case .content>div:nth-child(15) {
	margin-right: 0;
}

.case .content>div>img:nth-child(1) {
	width: 380px;
	height: 240px;
}

.case .content>div>p:nth-child(2) {
	font-size: 14px;
	color: rgb(51, 51, 51);
	padding: 13px 0 10px 0;
	padding-left: 14px;
}

.case .content>div>div {
	font-size: 14px;
	color: rgb(153, 153, 153);
	padding-left: 14px;
}

.case .content>div>div span {
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.case .content>div>div img {
	float: right;
	width: 17px;
	margin-right: 12px;
}

.case .page {
	width: 880px;
	margin: 0 auto;
	margin-top: 65px;
	padding-bottom: 90px;
	display: flex;
	justify-content: center;
}

.case .page span {
	width: 38px;
	height: 38px;
	border: 1px solid rgb(176, 180, 185);
	display: block;
	text-align: center;
	line-height: 38px;
	float: left;
	margin-right: 12px;
	cursor: pointer;
}

.case .page .cur {
	background-color: #f8f8f9;
	border: 1px solid #f8f8f9;
	color: rgb(18, 144, 217);
}

.case .page span:hover {
	color: rgb(18, 144, 217);
}

.case .page img {
	width: 38px;
}

.case .page span:nth-last-child(1) {
	margin-right: 0;
}

.case-details .details,
.consult .content {
	width: 1200px;
	margin: 0 auto;
}

.case-details .details .left {
	width: 890px;
}

.case-details .details .top {
	padding: 23px 0 16px 0;
	border-bottom: 1px solid rgb(238, 238, 238);
	margin-bottom: 30px;
	font-size: 12px;
	color: rgb(153, 153, 153);
}

.case-details .details .top a {
	color: rgb(153, 153, 153);
}

.case-details .details .top a:hover {
	color: rgb(30, 148, 255);
}

.case-details .details .content {
	margin-bottom: 30px;
}

.case-details .details .content img {
	display: inline-block;
	max-width: 890px;
}

.case-details .details .bottom {
	font-size: 14px;
	border-top: 1px solid rgb(238, 238, 238);
	margin-bottom: 93px;
}

.case-details .details .bottom a {
	padding-top: 20px;
	display: block;
	color: rgb(102, 102, 102);
}

.case-details .details .bottom a:hover {
	color: rgb(30, 148, 255);
}

.case-details .details>div {
	float: left;
}

.case-details .rigth,
.consult .content .rigth {
	width: 290px;
	margin-left: 20px;
}

.case-details .rigth,
.consult .content .rigth {
	width: 290px;
	margin-left: 20px;
}

.case-details .rigth>div,
.consult .content .rigth>div {
	height: auto;
	border: 1px solid rgb(243, 243, 243);
	margin-top: 27px;
	padding-bottom: 10px;
}

.case-details .rigth>div p,
.consult .content .rigth>div p {
	font-size: 18px;
	color: rgb(17, 17, 17);
	margin-top: 16px;
	margin-left: 19px;
	margin-bottom: 20px;
}

.case-details .rigth>div>div,
.consult .content .rigth>div>div {
	margin-left: 19px;
}

.case-details .rigth>div>div a,
.consult .content .rigth>div>div a {
	/*width: 76px;*/
	height: 24px;
	border: 1px solid rgb(243, 243, 243);
	border-radius: 4px;
	display: block;
	float: left;
	font-size: 12px;
	color: rgb(102, 102, 102);
	line-height: 24px;
	text-align: center;
	margin-bottom: 14px;
	margin-right: 8px;
	padding: 0px 5px 0px 5px;
}

.case-details .rigth>div>div a:hover,
.consult .content .rigth>div>div a:hover {
	background-color: rgba(243, 243, 243, 0.8);
	color: rgb(30, 148, 255);
}

.case-details .rigth>div:nth-last-child(1),
.consult .content .rigth>div:nth-child(1) {
	/* margin-bottom: 93px; */
}

.case-details .rigth>div:nth-child(1)>span,
.consult .content .rigth>div:nth-child(1)>span {
	margin-left: 19px;
	font-size: 14px;
	line-height: 30px;
	display: block;
}

.case-details .rigth>div:nth-child(1)>span:nth-child(2),
.consult .content .rigth>div:nth-child(1)>span:nth-child(2) {
	color: rgb(30, 148, 255);
}

.case-details .rigth>div:nth-child(1)>span:nth-child(3),
.consult .content .rigth>div:nth-child(1)>span:nth-child(3) {
	color: rgb(153, 153, 153);
}

.case-details .rigth>div:nth-child(1)>span:nth-child(4),
.consult .content .rigth>div:nth-child(1)>span:nth-child(4) {
	color: rgb(51, 51, 51);
}

.case-details .rigth>div:nth-child(1)>span:nth-child(4) img,
.consult .content .rigth>div:nth-child(1)>span:nth-child(4) img {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.case-details .rigth>div:nth-child(1)>span:nth-child(4) a,
.consult .content .rigth>div:nth-child(1)>span:nth-child(4) a {
	
	display: block;
    min-width: 74px;
   width: 150px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    color: #FFFFFF;
	margin-right: 10px;
	background: #2cbfed;
   
}

.case-details .rigth>div:nth-child(1)>span:nth-child(4) a:hover,
.consult .content .rigth>div:nth-child(1)>span:nth-child(4) a:hover {
	 color: #FFFFFF;
	
}


.serve .zhongjie>a {
	width: 390px;
	height: 350px;
	float: left;
	margin-right: 15px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0, 9, 74, 0.1);
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}

.serve .zhongjie>a>div {
	width: 390px;
	height: 350px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(30, 148, 255, .9);
	color: white;
}

.serve .zhongjie>a>div span {
	font-size: 30px;
	font-weight: 500;
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
}

.serve .zhongjie>a>div p {
	font-size: 18px;
	line-height: 36px;
}

.serve .zhongjie>a>div>div {
	display: block;
	width: 108px;
	height: 34px;
	border: 1px solid white;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	margin-top: 35px;
	cursor: pointer;
	position: relative;
}

.serve .zhongjie>a>div>div:hover {
	color: rgb(30, 148, 255);
	transition: 0.5s;
}

.serve .zhongjie>a>div>div:hover::after {
	background-color: white;
	content: '';
	display: block;
	width: 108px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	animation: zW 0.5s linear;
	-moz-animation: zW 0.5s linear;
	-webkit-animation: zW 0.5s linear;
	-o-animation: zW 0.5s linear;
	-ms-animation: zW 0.5s linear;
}

@keyframes zW {
	from {
		width: 0px;
	}

	to {
		width: 108px;
	}
}

.serve .zhongjie>a:hover>div {
	display: block;
}

.serve .zhongjie>a:nth-last-child(1) {
	margin-right: 0;
}

.serve .zhongjie img {
	display: inline-block;
	margin-top: 27px;
	height: 105px;
	margin-bottom: 59px;
}

.serve .zhongjie h2 {
	padding-top: 83px;
	padding-bottom: 77px;
}

.serve .zhongjie>a>p:nth-child(2) {
	font-size: 24px;
	color: rgb(51, 51, 51);
	padding-bottom: 20px;
}

.serve .zhongjie>a>p:nth-child(3) {
	font-size: 18px;
	color: rgb(153, 153, 153);
	margin: 0 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: left;
}

.serve .flow {
	height: 1749px;
}

.serve .flow .main {
	width: 117px;
	height: 117px;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(135deg, #fff, #fff), linear-gradient(0deg, rgb(0, 229, 255) 0%, rgb(100, 72, 255) 100%);
	border: 2px transparent solid;
	border-radius: 100%;
	text-align: center;
	line-height: 117px;
	font-size: 22px;
	color: rgb(4, 145, 223);
	margin: 0 auto;
	position: relative;
}

.serve .flow .end {
	width: 150px;
	height: 150px;
	line-height: 150px;
}

.serve .flow .line {
	height: 63px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.serve .flow .limb-left {
	position: absolute;
	top: 58.5px;
	left: 129px;
}

.serve .flow .limb-left>img:nth-child(1) {
	width: 58px;
}

.serve .flow .limb-left>img:nth-child(2) {
	width: 91px;
	margin-left: 68px;
	margin-top: -20px;
}

.serve .flow .limb-left>div {
	width: 300px;
	line-height: 30px;
	margin-left: 180px;
	margin-top: -60px;
}

.serve .flow .limb-left>div>p {
	font-size: 22px;
	color: rgb(51, 51, 51);
	white-space: nowrap;
	text-align: left;
}

.serve .flow .limb-left>div>div {
	margin-top: 27px;
}

.serve .flow .limb-left>div span {
	width: 120px;
	height: 34px;
	background-color: #ffffff;
	border-radius: 17px;
	border: solid 1px #d5d5d5;
	font-size: 18px;
	color: rgb(102, 102, 102);
	display: block;
	float: left;
	margin-bottom: 16px;
}

.serve .flow .limb-left>div span:nth-child(1),
.serve .flow .limb-left>div span:nth-child(3) {
	margin-right: 16px;
}

.serve .flow .limb-rigth {
	position: absolute;
	top: 62px;
	left: -480px;
}

.serve .flow .limb-rigth>img:nth-child(1) {
	width: 58px;
	position: absolute;
	right: 0;
	top: 0;
}

.serve .flow .limb-rigth>img:nth-child(2) {
	width: 91px;
	position: absolute;
	top: -5px;
	right: 72px;
}

.serve .flow .limb-rigth>div {
	width: 300px;
	line-height: 30px;
	margin-left: 165px;
}

.serve .flow .limb-rigth>div>p {
	text-align: right;
	font-size: 22px;
	color: rgb(51, 51, 51);
	white-space: nowrap;
	position: absolute;
	right: 180px;
}

.serve .flow .limb-rigth>div>div {
	margin-left: -180px;
	margin-top: 27px;
	width: 280px;
	padding-top: 60px;
}

.serve .flow .limb-rigth>div span {
	width: 120px;
	height: 34px;
	background-color: #ffffff;
	border-radius: 17px;
	border: solid 1px #d5d5d5;
	font-size: 18px;
	color: rgb(102, 102, 102);
	display: block;
	float: left;
	margin-bottom: 16px;
}

.serve .flow .limb-rigth>div span:nth-child(1),
.serve .flow .limb-rigth>div span:nth-child(3) {
	margin-right: 16px;
}

.serve .flow .finish {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 125px;
}

.serve .flow .finish span {
	font-size: 22px;
	color: rgb(51, 51, 51);
}

.serve .flow .finish p:nth-child(2) {
	padding-top: 24px;
}

.serve .flow .finish p {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 30px;
}

.serve .type {
	margin-bottom: 156px;
}

.serve .type>div>a {
	width: 298px;
	height: 180px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: rgb(17, 17, 17);
	border: 1px solid white;
}

.serve .type>div>a img {
	height: 50px;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.serve .type>div>a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	color: rgb(30, 148, 255);
}

.serve .reason {
	margin-bottom: 60px;
}

.serve .reason h2 {
	margin-bottom: 133px;
}

.serve .reason>div>div {
	width: 33.333333%;
	float: left;
	text-align: center;
}

.serve .reason>div>div p {
	width: 240px;
	margin: 0 auto;
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin-bottom: 50px;
}

.serve .reason>div>div img {
	display: inline-block;
	margin-bottom: 10px;
}

.serve .reason>div>div span {
	display: block;
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	margin-bottom: 16px;
}

.scheme .on {
	width: 100%;
	position: fixed;
	top: 187px;
	right: 10px;
	z-index: 99;
}

.scheme .on ul {
	width: 101px;
	position: absolute;
	right: 30px;
	text-align: right;
}

.scheme .on ul i {
	position: absolute;
	right: 4px;
	top: 8px;
	width: 1px;
	height: 495px;
	border-right: 1px dashed rgb(188, 188, 188);
	z-index: -1;
}

.scheme .on .cur {
	font-size: 18px;
	color: rgb(30, 148, 255);
	white-space: nowrap;
}

.scheme .on .cur:after {
	width: 12px;
	height: 12px;
	right: -2px;
	background: rgb(30, 148, 255);
}

.scheme .on a {
	font-size: 14px;
	color: rgb(153, 153, 153);
	padding-right: 20px;
	color: rgb(188, 188, 188);
	padding-bottom: 30px;
	display: block;
	position: relative;
}

.scheme .on a:after {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: rgb(188, 188, 188);
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 6px;
	transition: all .4s;
	-webkit-transition: all .4s;
	color: rgb(188, 188, 188);
}

.scheme .one {
	width: 1200px;
	margin: 0 auto;
}

.scheme .one h2 {
	margin-top: 50px;
	margin-bottom: 29px;
}

.scheme .one>p {
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: center;
}

.scheme .tab {
	margin-top: 54px;
}

.scheme .tab>div {
	float: left;
	font-size: 20px;
	color: rgb(54, 162, 223);
}

.scheme .tab img {
	display: inline-block;
}

.scheme .tab>div:nth-child(1),
.scheme .tab>div:nth-child(3),
.scheme .tab>div:nth-child(4) {
	width: 228px;
	height: 206px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(119deg, rgba(64, 166, 225, 0.93) 0%, rgba(185, 225, 187, 0.93) 100%);
	border-image-slice: 1;
	text-align: center;
	margin-right: 11px;
	cursor: pointer;
}

.scheme .tab>div:nth-child(1) img,
.scheme .tab>div:nth-child(3) img,
.scheme .tab>div:nth-child(4) img {
	margin-top: 30px;
	margin-bottom: 15px;
}

.scheme .tab>div:nth-child(2) {
	width: 715px;
	height: 206px;
}

.scheme .tab>div:nth-child(2)>div:nth-child(1)>div,
.scheme .tab>div:nth-child(5)>div {
	width: 229px;
	height: 95px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(119deg, rgba(64, 166, 225, 0.93) 0%, rgba(185, 225, 187, 0.93) 100%);
	border-image-slice: 1;
	text-align: center;
	line-height: 95px;
	float: left;
	margin-right: 11px;
	cursor: pointer;
}

.scheme .tab>div:nth-child(2)>div:nth-child(1)>div:nth-last-child(1) {
	margin-right: 0;
}

.scheme .tab>div:nth-child(2)>div:nth-child(1)>div img,
.scheme .tab>div:nth-child(5)>div img {
	width: 44px;
	float: left;
	margin-left: 44px;
	margin-top: 24px;
	margin-right: 18px;
}

.scheme .tab>div:nth-child(2)>div:nth-child(1)>div p,
.scheme .tab>div:nth-child(2)>div:nth-child(2) p,
.scheme .tab>div:nth-child(5)>div p {
	float: left;
}

.scheme .tab>div:nth-child(2)>div:nth-child(2) {
	width: 713px;
	height: 96px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(119deg, rgba(64, 166, 225, 0.93) 0%, rgba(185, 225, 187, 0.93) 100%);
	border-image-slice: 1;
	text-align: center;
	line-height: 96px;
	float: left;
	margin-top: 12px;
	cursor: pointer;
}

.scheme .tab>div:nth-child(2)>div:nth-child(2) img {
	width: 45px;
	float: left;
	margin-left: 285px;
	margin-top: 23px;
	margin-right: 18px;
}

.scheme .tab>div:nth-child(3) {
	margin-right: 0;
	margin-left: 11px;
}

.scheme .tab>div:nth-child(4) {
	width: 597px;
	height: 206px;
	margin-top: 10px;
}

.scheme .tab>div:nth-child(5) {
	width: 588px;
}

.scheme .tab>div:nth-child(5)>div {
	float: left;
}

.scheme .tab>div:nth-child(5)>div {
	width: 586px;
	height: 96px;
	margin-top: 11px;
}

.scheme .tab>div:nth-child(5)>div img {
	margin-left: 230px;
	margin-right: 19px;
}

.scheme .tab .item:hover {
	margin-top: 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.scheme .tab .item1:hover {
	margin-top: -6px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.scheme .tab .item3:hover {
	margin-top: 6px !important;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.scheme .tab .item2:hover {
	margin-top: -6px;
	margin-bottom: 6px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.scheme .section .all {
	width: 1200px;
	margin: 0 auto;
}

.scheme .section .all>div {
	float: left;
}

.scheme .section .text {
	width: 472px;
	margin-top: 10%;
}

.scheme .section .text h4 {
	font-size: 26px;
	color: rgb(51, 51, 51);
	margin-bottom: 13px;
	margin-top: 2px;
	font-weight: 500;
}

.scheme .section .text p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 30px;
}

.scheme .section .text>div {
	width: 472px
}

.scheme .section .text>div>div {
	width: 20%;
	float: left;
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: center;
	margin-bottom: 10px;
}

.scheme .section .text>div>div img {
	height: 26px;
	display: inline-block;
}

.scheme .section .text>div>div p {
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.scheme .section .text .case img {
	float: left;
	width: 62px;
	margin-right: 10px;
}

.scheme .section .text .case-h {
	margin-top: 0;
}

.scheme .section .text .more {
	width: 90px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dfdfdf;
	display: block;
	font-size: 12px;
	color: rgb(51, 51, 51);
	text-align: center;
	line-height: 30px;
	margin-top: 30px;
}

.scheme .section .text .more:hover {
	background-color: rgba(186, 186, 186, 0.8);
}

.scheme .img {
	width: 522px;
	margin-left: 190px;
	position: relative;
}

.scheme .two .img>img:nth-child(1) {
	width: 450px;
	position: absolute;
	top: 260px;
	left: 66px;
	z-index: 2;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}

.scheme .two .img>img:nth-child(2) {
	width: 522px;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 1;
	-webkit-animation: bounceInRight 2s;
	animation: bounceInRight 2s;
}

.scheme .two .img>img:nth-child(3) {
	width: 428px;
	position: absolute;
	top: 146px;
	left: 71px;
	z-index: 0;
}

.scheme .section3 .img>img:nth-child(1) {
	width: 350px;
	position: absolute;
	top: 231px;
	left: 80px;
	z-index: 2;
	-webkit-animation: wobble 2s;
	animation: wobble 2s;
}

.scheme .section3 .img>img:nth-child(2) {
	width: 509px;
	position: absolute;
	top: 470px;
	left: 0px;
	z-index: 1;
	-webkit-animation: bounceInLeft 2s;
	animation: bounceInLeft 2s;
}

.scheme .section3 .img>img:nth-child(3) {
	width: 450px;
	position: absolute;
	top: 146px;
	left: 40px;
	z-index: 0;
}

.scheme .section4 .img>img:nth-child(1) {
	width: 104px;
	position: absolute;
	top: 130px;
	left: 200px;
	z-index: 6;
	-webkit-animation: bounceInUp 2s;
	animation: bounceInUp 2s;
}

.scheme .section4 .img>img:nth-child(2) {
	width: 450px;
	position: absolute;
	top: 190px;
	left: -20px;
	z-index: 1;
	-webkit-animation: rollIn 2s;
	animation: rollIn 2s;
}

.scheme .section4 .img>img:nth-child(3) {
	width: 350px;
	position: absolute;
	top: 110px;
	left: 60px;
	z-index: 2;
	-webkit-animation: zoomIn 2s;
	animation: zoomIn 2s;
}

.scheme .section4 .img>img:nth-child(4) {
	width: 256px;
	position: absolute;
	top: 320px;
	left: 140px;
	z-index: 3;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}

.scheme .section4 .img>img:nth-child(5) {
	width: 420px;
	position: absolute;
	top: 376px;
	left: 40px;
	z-index: 6;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}

.scheme .section4 .img>img:nth-child(6) {
	width: 450px;
	position: absolute;
	top: 146px;
	left: 40px;
	z-index: 0;
}

.scheme .section4 .img>img:nth-child(7) {
	width: 170px;
	position: absolute;
	top: 266px;
	left: 360px;
	-webkit-animation: swing 2s;
	animation: swing 2s;
	z-index: 7;
}

.scheme .section5 .img>img:nth-child(1) {
	width: 440px;
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 6;
	-webkit-animation: bounceInUp 2s;
	animation: bounceInUp 2s;
}

.scheme .section5 .img>img:nth-child(2) {
	width: 440px;
	position: absolute;
	top: 190px;
	left: 0px;
	z-index: 1;
	-webkit-animation: rollIn 2s;
	animation: rollIn 2s;
}

.scheme .section5 .img>img:nth-child(3) {
	width: 220px;
	position: absolute;
	top: 360px;
	left: 115px;
	z-index: 2;
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
}

.scheme .section6 .img>img:nth-child(1) {
	width: 445px;
	position: absolute;
	top: 160px;
	left: 80px;
	z-index: 1;
	-webkit-animation: bounceInUp 2s;
	animation: bounceInUp 2s;
}

.scheme .section6 .img>img:nth-child(2) {
	width: 480px;
	position: absolute;
	top: 160px;
	left: 50px;
	z-index: 1;
	-webkit-animation: slideInDown 2s;
	animation: slideInDown 2s;
}

.scheme .section6 .img>img:nth-child(3) {
	width: 480px;
	position: absolute;
	top: 430px;
	left: 40px;
	z-index: 2;
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
}

.scheme .section6 .img>img:nth-child(4) {
	width: 220px;
	position: absolute;
	top: 140px;
	left: 215px;
	z-index: 2;
	-webkit-animation: bounceInLeft 2s;
	animation: bounceInLeft 2s;
}

.scheme .section6 .img>img:nth-child(5) {
	width: 480px;
	position: absolute;
	top: 146px;
	left: 40px;
	z-index: 0;
}

.scheme .section7 .img>img:nth-child(1) {
	width: 420px;
	position: absolute;
	top: 186px;
	left: 70px;
	z-index: 0;
}

.scheme .section7 .img>img:nth-child(2) {
	width: 420px;
	position: absolute;
	top: 230px;
	left: 155px;
	z-index: 2;
	-webkit-animation: bounceInLeft 2s;
	animation: bounceInLeft 2s;
}

.scheme .section7 .img>img:nth-child(3) {
	width: 560px;
	position: absolute;
	top: 145px;
	left: 25px;
	z-index: 2;
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
}

.scheme .section8 .img>img:nth-child(1) {
	width: 420px;
	position: absolute;
	top: 160px;
	left: 45px;
	z-index: 2;
	-webkit-animation: bounceInLeft 2s;
	animation: bounceInLeft 2s;
}

.scheme .section8 .img>img:nth-child(2) {
	width: 420px;
	position: absolute;
	top: 186px;
	left: 70px;
	z-index: 0;
}

.scheme .section8 .img>img:nth-child(3) {
	width: 205px;
	position: absolute;
	top: 190px;
	left: 180px;
	z-index: 2;
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
}

.scheme .section9 .img>img:nth-child(1) {
	width: 440px;
	position: absolute;
	top: 160px;
	left: 45px;
	z-index: 0;
	-webkit-animation: bounceInLeft 2s;
	animation: bounceInLeft 2s;
}

.scheme .section9 .img>img:nth-child(2) {
	width: 320px;
	position: absolute;
	top: 366px;
	left: 102px;
	z-index: 2;
	-webkit-animation: fadeInUpBig 2s;
	animation: fadeInUpBig 2s;
}

.scheme .section9 .img>img:nth-child(3) {
	width: 460px;
	position: absolute;
	top: 130px;
	left: 0px;
	z-index: 2;
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
}

.scheme .section10 .img>img:nth-child(1) {
	width: 440px;
	position: absolute;
	top: 160px;
	left: 45px;
	z-index: 0;
	-webkit-animation: bounceInRight 2s;
	animation: bounceInRight 2s;
}

.scheme .section10 .img>img:nth-child(2) {
	width: 440px;
	position: absolute;
	top: 382px;
	left: 45px;
	z-index: 2;
	-webkit-animation: fadeInUpBig 2s;
	animation: fadeInUpBig 2s;
}

.scheme .section10 .img>img:nth-child(3) {
	width: 460px;
	position: absolute;
	top: 130px;
	left: 30px;
	z-index: 2;
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
}

.scheme .me {
	width: 100%;
	height: calc(100% - 100px);
	background: url(../img/64@3x.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}

.scheme .me>div {
	width: 1200px;
	/* height: 100%; */
	margin: 0 auto;
	/* display: flex; */
}

.scheme .me>div h2 {
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	/* padding-top: 52px; */
	padding-bottom: 54px;
}

.scheme .me .left {
	float: left;
}

.scheme .me .left label {
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-left: 20px;
}

.scheme .me .left input {
	border: 0;
	background-color: rgba(246, 247, 250, 0);
}

.scheme .me .left input::-webkit-input-placeholder,
.scheme .me .right textarea::-webkit-input-placeholder {
	color: rgb(103, 118, 139);
}

.scheme .me .left>div {
	width: 570px;
	height: 56px;
	line-height: 56px;
	background-color: rgba(246, 247, 250, 0.09);
	border-radius: 2px;
	margin-bottom: 15px;
	font-size: 16px;
}

.scheme .me .right {
	float: left;
	width: 571px;
	height: 197px;
	background-color: rgba(246, 247, 250, 0.09);
	border-radius: 2px;
	border: 0;
	margin-left: 50px;
	font-size: 16px;
}

.scheme .me .right label {
	display: block;
	float: left;
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-left: 24px;
	margin-top: 19px;
}

.scheme .me .right textarea {
	width: 482px;
	height: 167px;
	background-color: rgba(246, 247, 250, 0);
	border-radius: 2px;
	border: 0;
	float: left;
	margin-top: 19px;
}

.scheme .me .button {
	width: 90px;
	height: 34px;
	background-color: #0887ff;
	border-radius: 5px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	margin-top: 52px;
	cursor: pointer;
}

.scheme .me .button:hover {
	background-color: rgba(8, 135, 255, 0.9);
}

.scheme .section12 {
	background-color: rgb(22, 24, 26)
}

.consult .navs>ul>li {
	float: left;
	width: 150px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgb(243, 243, 243);
}

.consult .content .left {
	width: 880px;
}

.consult .content .left img {
	width: 240px;
	height: 150px;
	margin-top: 15px;
	margin-right: 20px;
}

.consult .content .left>div {
	width: 880px;
	height: 179px;
	background-color: #f7f7f7;
	cursor: pointer;
	margin-bottom: 12px;
}

.consult .content .left>div:hover h4 {
	color: rgb(30, 148, 255) !important;
}

.consult .content .left>div>div:nth-child(2) {
	width: 616px;
	height: 150px;
	margin-top: 15px;
}

.consult .content .left>div>div:nth-child(2) h4 {
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	padding-bottom: 15px;
}

.consult .content .left>div>div:nth-child(2)>p {
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.consult .content .left>div>div:nth-child(2)>p:nth-child(3) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0;
	padding-right: 10px;
}

.consult .content .left>div>div:nth-child(2) a {
	width: 80px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #f3f3f3;
	color: rgb(102, 102, 102);
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	line-height: 24px;
	margin-right: 8px;
}

.consult .content .left>div>div:nth-child(2) a:hover {
	color: rgb(30, 148, 255);
	background-color: rgb(240, 240, 240);
}

.consult .content .rigth>div {
	margin-top: 16px;
}

.about .navs>ul>li {
	width: 200px;
}

.about .content {
	width: 1200px;
	margin: 0 auto;
}

.about .content>div:nth-child(1) {
	text-align: center;
}

.about .content h5 {
	color: rgb(51, 51, 51);
	font-size: 24px;
	font-weight: 500;
	margin: 60px 0 50px 0;
}

.about .content>div:nth-child(1) p {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 36px;
	white-space: nowrap;
}

.about .content h2 {
	color: rgb(102, 102, 102);
	font-size: 34px;
	line-height: 54px;
	font-weight: 500;
}

.about .content>div:nth-child(2) {
	margin-top: 59px;
}

.about .content>div:nth-child(2)>div {
	width: 200px;
	height: 124px;
	float: left;
	margin-bottom: 89px;
	margin-right: 133.333333px;
}

.about .content>div:nth-child(2)>div:nth-last-child(1) {
	margin-right: 0;
}

.about .content>div:nth-child(2)>div:nth-child(1) {
	background: url(../img/132@3x.png) no-repeat center center;
	background-size: 127px 124px;
}

.about .content>div:nth-child(2)>div:nth-child(2) {
	background: url(../img/133@3x.png) no-repeat center center;
	background-size: 103px 119px;
}

.about .content>div:nth-child(2)>div:nth-child(3) {
	background: url(../img/134@3x.png) no-repeat center center;
	background-size: 104px 120px;
}

.about .content>div:nth-child(2)>div:nth-child(4) {
	background: url(../img/135@3x.png) no-repeat center center;
	background-size: 114px 122px;
}

.about .content>div:nth-child(2)>div>span {
	font-size: 54px;
	display: block;
	margin-top: 15px;
}

.about .content>div:nth-child(2)>div:nth-child(1)>span {
	color: rgb(50, 143, 254);
}

.about .content>div:nth-child(2)>div:nth-child(2)>span {
	color: rgb(150, 88, 189);
}

.about .content>div:nth-child(2)>div:nth-child(3)>span {
	color: rgb(248, 106, 95);
}

.about .content>div:nth-child(2)>div:nth-child(4)>span {
	color: rgb(68, 189, 127);
}

.about .content>div:nth-child(2)>div>span img {
	margin-top: 20px;
	margin-right: 13px;
}

.about .content>div:nth-child(2) p {
	font-size: 16px;
	color: rgb(51, 51, 51);
	clear: both;
	text-align: center;
}

.about .content .j {
	font-size: 24px;
	margin-top: 32px;
}

.culture .vision {
	width: 1200px;
	margin: 0 auto;
}

.culture .vision h2 {
	margin-top: 61px;
}

.culture .vision>div>div {
	width: 323px;
	float: left;
	margin-right: 110px;
	margin-bottom: 107px;
}

.culture .vision>div>div:nth-last-child(1) {
	margin-right: 0;
}

.culture .vision>div>div img {
	width: 31px;
	float: left;
	margin-right: 10px;
}

.culture .vision>div>div span {
	float: left;
	line-height: 31px;
	color: rgb(51, 51, 51);
	font-size: 22px
}

.culture .vision>div p {
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin-top: 40px;
}

.culture .worth {
	width: 1200px;
	margin: 0 auto;
}

.culture .worth>div:nth-child(1) {
	text-align: center;
	margin-bottom: 100px;
}

.culture .worth>div:nth-child(1) p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 30px;
}

.culture .round>div,
.culture .round2>div {
	width: 190px;
	height: 190px;
	float: left;
	border-radius: 100%;
	color: white;
	text-align: center;
	cursor: pointer;
}

.culture .round>div:hover,
.culture .round2>div:hover {
	animation: que 2s linear infinite;
}

@keyframes que {

	/*Ã¤Â»Â¥Ã§â„¢Â¾Ã¥Ë†â€ Ã¦Â¯â€Ã¦ÂÂ¥Ã¨Â§â€žÃ¥Â®Å¡Ã¦â€Â¹Ã¥ÂËœÃ¥Ââ€˜Ã§â€Å¸Ã§Å¡â€žÃ¦â€”Â¶Ã©â€”Â´ Ã¤Â¹Å¸Ã¥ÂÂ¯Ã¤Â»Â¥Ã©â‚¬Å¡Ã¨Â¿â€¡"from"Ã¥â€™Å’"to",Ã§Â­â€°Ã¤Â»Â·Ã¤ÂºÅ½0% Ã¥â€™Å’ 100%*/
	0% {
		/*rotate(2DÃ¦â€”â€¹Ã¨Â½Â¬) scale(Ã¦â€Â¾Ã¥Â¤Â§Ã¦Ë†â€“Ã¨â‚¬â€¦Ã§Â¼Â©Ã¥Â°Â) translate(Ã§Â§Â»Ã¥Å Â¨) skew(Ã§Â¿Â»Ã¨Â½Â¬)*/
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.culture .round>div {
	margin-left: 210px;
}

.culture .round2>div {
	margin-right: 210px;
	margin-bottom: 160px;
}

.culture .round>div span,
.culture .round2>div span {
	font-size: 22px;
	padding-top: 65px;
	display: block;
}

.culture .round>div p,
.culture .round2>div p {
	font-size: 16px;
	margin-top: 5px;
}

.culture .round>div:nth-child(1) {
	background-image: linear-gradient(158deg, #c5ff3b 0%, #56ce24 100%), linear-gradient(#2362bc, #2362bc);
	background-blend-mode: normal, normal;
}

.culture .round>div:nth-child(2) {
	background-image: linear-gradient(158deg, #1ecdff 0%, #7c4bec 100%), linear-gradient(#2362bc, #2362bc);
	background-blend-mode: normal, normal;
}

.culture .round>div:nth-child(3) {
	background-image: linear-gradient(158deg, #ffa066 0%, #ff4b5c 100%), linear-gradient(#2362bc, #2362bc);
	background-blend-mode: normal, normal;
}

.culture .round2>div:nth-child(1) {
	background-image: linear-gradient(158deg, #ffe612 0%, #ff9b18 100%), linear-gradient(#2362bc, #2362bc);
	background-blend-mode: normal, normal;
}

.culture .round2>div:nth-child(2) {
	background-image: linear-gradient(158deg, #59dfff 0%, #1094f6 100%), linear-gradient(#2362bc, #2362bc);
	background-blend-mode: normal, normal;
}

.culture .round2>div:nth-child(3) {
	background-image: linear-gradient(158deg, #ff84d5 0%, #bb44f2 100%), linear-gradient(#2362bc, #2362bc);
	background-blend-mode: normal, normal;
}

.honorl .aptitude {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: rgb(153, 153, 153);
	font-size: 18px;
}

.honorl .aptitude h2 {
	margin-top: 56px;
}

.honorl .aptitude img {
	width: 1200px;
	margin-top: 74px;
	margin-bottom: 74px;
}

.honorl .copyright {
	width: 100%;
	overflow: hidden;
}

.honorl .certificate {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	overflow-x: visible;
}

.honorl .certificate img {
	width: 350px;
	float: left;
	margin-right: 10px;
}

.honorl .page {
	width: 734px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.honorl .page span {
	width: 46px;
	height: 2px;
	background-color: #cccccc;
	display: block;
	margin-right: 20px;
}

.environment .space {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.environment .space h5 {
	margin-top: 65px;
	color: rgb(51, 51, 51);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.environment .space p {
	font-size: 18px;
	color: rgb(153, 153, 153);
	line-height: 36px;
	margin-bottom: 75px;
}

.environment .space>div>div {
	float: left;
}

.environment .space>div>div:nth-child(1) img {
	width: 790px;
	margin-right: 28px;
	margin-bottom: 141px;
}

.environment .space>div>div:nth-child(2) img {
	width: 380px;
	margin-bottom: 28px;
}

.partne .enterprise-logo {
	width: 1200px;
	margin: 0 auto;
	margin-top: 39px;
}

.partne .enterprise-logo>div {
	width: 1220px;
	height: auto;
}

.partne .enterprise-logo img {
	width: 186px;
	height: 86px;
	border: 1px solid rgb(243, 243, 243);
	margin-right: 15px;
	float: left;
	margin-bottom: 27px;
}

.partne .enterprise-logo img:hover {
	border: 1px solid rgb(30, 148, 255);
}

.contact .hq {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 63px;
}

.contact .hq .left {
	width: 559px;
	float: left;
}

.contact .hq .left>div:nth-child(1) {
	height: 71px;
	margin-top: 59px;
	padding-bottom: 38px;
	border-bottom: 1px solid rgb(224, 224, 224);
	margin-bottom: 24px;
}

.contact .hq .left>div:nth-child(1) img {
	width: 57px;
	float: left;
	margin-right: 20px;
}

.contact .hq .left>div:nth-child(1)>div {
	float: left;
	font-size: 24px;
	color: rgb(170, 170, 170);
}

.contact .hq .left>div:nth-child(1)>div p:nth-child(2) {
	font-size: 24px;
	color: rgb(30, 148, 255);
	padding-top: 15px;
}

.contact .hq .information>div {
	clear: both;
	height: 40px;
	line-height: 40px;
}

.contact .hq .information>div img,
.contact .hq .information>div span,
.contact .hq .information>div a {
	float: left;
}

.contact .hq .information>div img {
	width: 15px;
	margin-right: 16px;
	margin-top: 13px;
}

.contact .hq .information>div span {
	color: rgb(153, 153, 153);
}

.contact .hq .information>div>span:nth-child(2) {
	margin-right: 48px;
	color: rgb(0, 0, 0);
}

.contact .hq .information>div>span:nth-child(2) span {
	color: rgb(0, 0, 0);
	margin-right: 2em;
}

.contact .hq .information>div>a:nth-child(4) {
	margin-right: 10px;
	color: rgb(153, 153, 153);
}

.contact .hq .information>div>a:nth-child(6) {
	color: rgb(153, 153, 153);
}

.contact .hq .information>div>a:nth-child(4):hover,
.contact .hq .information>div>a:nth-child(6):hover {
	color: rgb(30, 148, 255);
}

.contact .hq .information>div .qq {
	margin-right: 10px;
	margin-top: 10px;
}

.contact .hq .rigth {
	width: 580px;
	height: 300px;
	float: right;
	margin-top: 54px;
}

.contact .branch {
	width: 1200px;
	margin: 0 auto;
}

.contact .branch>div {
	width: 390px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
	margin-bottom: 100px;
}

.contact .branch>div:nth-child(3) {
	margin-right: 0;
}

.contact .branch>div>img {
	width: 390px;
	height: 220px;
	margin-bottom: 20px;
}

.contact .branch>div>div:nth-child(2) img {
	width: 23px;
	float: left;
	margin-bottom: 18px;
}

.contact .branch>div>div:nth-child(2) span {
	float: left;
	margin-left: 12px;
	color: rgb(153, 153, 153);
	font-size: 18px;
}

.contact .branch>div>div:nth-child(4) img {
	width: 10px;
	float: left;
	margin-top: 8px;
}

.contact .branch>div>div:nth-child(4) span {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.consult .case {
	width: 1200px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:1601px) {
	.scheme .section .text {
		margin-top: 5%;
	}
}

.index .why {
	width: 100%;
	height: 579px;
	background-color: #f6f8fb;
}

.index .why h2 {
	font-size: 32px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 73px;
}

.index .why>div {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .why>div>div {
	width: 590px;
	height: 144px;
	background-color: #ffffff;
	margin-bottom: 36px;
	display: flex;
	align-items: center;
}

.index .why>div>div img {
	height: 60px;
	margin-left: 36px;
	margin-right: 33px;
}

.index .why>div>div>div:nth-child(2) {
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	font-size: 18px;
	color: rgb(17, 17, 17);
	margin-right: 35px;
}

.index .why>div>div>div:nth-child(2) p {
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.index .why>div>div>div:nth-child(3) {
	width: 285px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: justify;
	text-justify: inter-ideograph;
}


.wpage {
	text-align: center;
	margin: 20px auto 20px auto;
}

.wpage .web_page {
	width: 20px;
	margin: 0 auto;
	padding-bottom: 78px;
	width: 600px;
	text-align: center;
}

.wpage .web_page a {
	width: 24px;
	height: 24px;
	display: inline-block;
	border: 1px solid rgb(204, 204, 204);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	float: left;
}

.wpage .web_page img {
	font-size: 12px;
}

.wpage .web_page .page span {
	color: rgb(51, 51, 51);
}

.wpage .web_page .cur {
	background-color: #1186f4;
	border: 1px solid #1186f4;
	color: white;
}

#demo {
	overflow: hidden;
	width: 1110px;
	height: 88px;
	margin: 0 auto;
}

#demo1 {
	display: flex;
}

#demo img {
	width: 186px;
	height: 86px;
	
	border: solid 1px #f3f3f3;
	margin-right: 10px;
}



#indemo {
	width: auto;
}

.newspage {
	display: none;
}

.consult .cur {
	display: block;
}
