@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'MiSans';
	src: url('./fonts/MiSans.ttf');
}

body {
	min-height: 100%;
	background: #fdfbfb;
	font-size: 16px;
	line-height: 1.5;
	min-width: 1024px;
}


img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.banner .container ,.section .container{
	overflow: hidden;
}


@media(max-width:1024px) {
	.container {
		width: 970px;
	}
}



@media (min-width: 1300px) {
	.container {
		width: 1230px;
	}
}


@media (min-width: 1500px) {
	.container {
		width: 1350px;
	}
}


@media (min-width: 1600px) {
	.container {
		width: 1550px;
	}
}





/*顶部*/
#c-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
	background: #fff;
}

#c-header.is-active {
	box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}

.c-logo {
	float: left;
	display: block;
	width: 147px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/logo.png);
	background-size: contain;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

.c-right-box {
	margin-left: auto;
	width: 73%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#c-header .container {
	height: 100px;
}

#c-header a {
	transition: all 0.5s;
	font-size: 18px;
}


.c-tel {
	display: flex;
	align-items: center;
	text-align: left;
}

.c-tel img {
	margin-right: 15px;
}

.tel-number {
	color: #ff0000;
	font-size: 22px;
}

.tel-info {
	color: #333333;
	font-size: 14px;
}

/*顶部pc导航*/
#c-header .c-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 69%;
}


#c-header .c-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 5px;
	border-radius: 3px;
	background: #408cfa;
	transition: 0.5s;
}

#c-header .c-nav>li>a {
	height: 56px;
	line-height: 26px;
	position: relative;
	display: block;
	color: #333333;
}

#c-header .c-nav li.current>a::before {
	width: 100%;
}

#c-header .c-nav>li.current>a {
	color: #408cfa;
	font-size: 24px;
}

#c-header .c-nav>li:hover>a {
	color: #408cfa;
}


.navbar-nav>li {
	position: relative;
}

.scale {
	display: block;
	overflow: hidden;
	font-size: 0;
}

.scale img {
	transition: .3s all;
}

.scale:hover img {
	transform: scale(1.04);
}


body .btn-solid,
body .btn-solid:hover,
body .btn-solid:focus,
body .btn-solid:active {
	border: 1px solid rgba(227, 232, 235, 1) !important;
	border-radius: 10px;
	color: #A1A8AD;
	font-size: 14px;
}

/* footer */
.footer {
	position: relative;
	overflow: hidden;
	background-image: url('../img/bg4.jpg');
	background-repeat: no-repeat;
	background-size: 100% calc(100% - 54px);
	background-position: left bottom 54px;
	color: #ffffff;
}


.foot-main {
	display: flex;
}

.foot-item {
	width: 25%;
	text-align: center;
	padding: 120px 0;
}


.foot-item p {
	font-size: 28px;
	color: #fff;
	margin: 30px 0 0;
}


.top-back {
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 0 12px;
	border-radius: 13px;
	display: inline-flex;
	align-items: center;
	height: 26px;
	margin-right: 16px;
}

.top-back .iconfont {
	margin-right: 18px;
	margin-right: 4px;
}


.banner {
	position: relative;
	margin-top: 100px;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 65px 0 134px;
}


.banner-left {
	width: 50%;
}

.banner-right {
	width: 41.7%;
}

.banner-year {
	font-size: 49px;
	font-weight: bold;
	background: linear-gradient(#fff, #cde9fd);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 22px;
}

.banner-year span {
	font-size: 68px;
	background: linear-gradient(#fff, #eed9a1);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1;
}

.banner-serve {
	font-size: 42px;
	font-weight: bold;
	background: linear-gradient(#fff, #cde9fd);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 44px;
}

.banner-text {
	font-size: 24px;
	color: #fff;
	padding-left: 36px;
	position: relative;
	margin-bottom: 4px;
}

.banner-text:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 6px solid transparent;
}

.banner-text span {
	font-weight: bold;
	color: #fbef2b;
}

a.banner-link {
	background: #fdb212;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 0 35px;
	height: 70px;
	display: inline-flex;
	align-items: center;
	border-radius: 40px;
	margin-top: 60px;
}

a.banner-link:hover {
	background: #f9a317;
}

.banner-link img {
	margin-right: 20px;
}


.step {
	position: relative;
}

.step-card {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	height: 150px;
	box-shadow: 0 0 49px rgba(161, 186, 224, .15);
	margin: 0 30px;
	margin-top: -73px;
}

.step-item {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-item-text2 {
	color: #000000;
	font-size: 20px;
	margin-top: 8px;
}

.step-item-text1 {
	display: flex;
	align-items: center;
}

.step-item-text1 img {
	margin-right: 10px;
}


.step-item-text1 span {
	color: #000000;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
}



.light {
	color: #38E372;
}

.section {
	padding: 60px 0;
}

.section-head {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 85px;
	position: relative;
}

.section-head::after {
	position: absolute;
	content: '';
	width: 156px;
	height: 9px;
	border-radius: 5px;
	background: #408cfa;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.section-title {
	font-size: 55px;
	font-weight: 900;
	line-height: 1;
	background-image: url('../img/dots.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 22px 0;
}

.section-title span {
	color: #408cfa;
}

.section-en {
	font-size: 19px;
	color: #bcbcc1;
	line-height: 1;
	padding: 12px 0 18px;
	text-transform: uppercase;
}

.serve-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 35px;
	margin-bottom: 30px;
}

.serve-title {
	color: #161616;
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
}

.serve-desc {
	color: #26262b;
	font-size: 16px;
	line-height: 26px;
	margin: 8px 0 0;
	line-height: 1.6;
	padding: 0 6px;
	height: 80px;
}

.serve-btn {
	color: #3a81fd;
	font-size: 20px;
	border-radius: 30px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #3a81fd;
	width: 77%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.serve-btn .icon {
	width: 28px;
	height: 28px;
	background-image: url('../img/kefu.png');
	background-size: 100% 100%;
	margin-right: 10px;
}

.serve-card:hover .serve-btn {
	background: #3a81fd;
	color: #fff;
}

.serve-card:hover .serve-btn .icon {
	background-image: url('../img/kefu3.png');
}

.case-card {
	border-radius: 20px;
	margin-bottom: 24px;
}

.section-foot {
	text-align: center;
	padding-top: 55px;
}

a.view-more {
	background: #fdb212;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	padding: 0 50px;
	height: 90px;
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
}

.view-more img {
	margin-right: 20px;
}

a.view-more:hover {
	background-color: #f9a317;
}

.case-row {
	margin: 0 -12px;
}

.case-row>div {
	padding: 0 12px;
}

.dev-row {
	margin: 0 -10px;
}

.dev-row>div {
	padding: 0 10px;
}

.dev-card-hd {
	background: #408cfa;
	border-radius: 20px 20px 0 0;
	background-image: url('../img/dots2.png');
	background-repeat: no-repeat;
	background-position: left -51px bottom -7px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	padding: 20px 15px;
}

.dev-card-bd {
	border: 1px solid #408cfa;
	border-radius: 0 0 20px 20px;
	padding: 50px 38px 35px;
	text-align: center;
}

.dev-pirce {
	color: #112856;
	font-size: 20px;
	margin-bottom: 40px;

}

.dev-group {
	min-height: 145px;
}

.dev-pirce span {
	font-size: 54px;
	line-height: 1;
	margin-right: 6px;
	font-weight: bold;
	vertical-align: sub;
}

.dev-text {
	font-size: 18px;
	color: #112856;
	font-weight: bold;
	position: relative;
	padding-left: 26px;
	line-height: 1;
	text-align: left;
	margin-bottom: 18px;
}

.dev-text:before {
	position: absolute;
	content: '';
	left: 0;
	top: 3px;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	border: 4px solid #e9f0ff;
	background-color: #2e6ef2;
}

.dev-text:last-child {
	margin-bottom: 0;
}

.dev-btn {
	border: 1px solid #408cfa;
	border-radius: 30px;
	font-size: 20px;
	color: #408cfa;
	height: 55px;
	max-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.dev-btn .icon {
	width: 28px;
	height: 28px;
	background-image: url('../img/kefu.png');
	background-size: 100% 100%;
	margin-right: 10px;
}

.dev-card:hover .dev-btn {
	background: #408cfa;
	color: #fff;
}

.dev-card:hover .dev-btn .icon {
	background-image: url('../img/kefu3.png');
}


.section4 {
	background-image: url('../img/bg3.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.process-row {
	display: flex;
	gap: 12px;
}

.process-col {
	flex: 1;
}

.process-item {
	background: #fff;
	border-radius: 10px;
	height: 100%;
	padding: 30px 15px 30px 25px;
}

.process-item-icon {
	text-align: center;
	padding-right: 10px;
	margin-bottom: 20px;
}

.process-item-title {
	color: #112856;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 28px;
}


.process-item-desc p {
	color: #112856;
	font-size: 14px;
	margin-bottom: 20px;
}

.process-col:nth-child(odd) .process-item {
	margin-top: -35px;
}

.industry-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}


.industry-item {
	width: calc(20% - 16px);
	border-radius: 8px;
	height: 118px;
	background-color: #eff1f6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.industry-name {
	color: #1e1e23;
	font-size: 24px;
	line-height: 1.4;
}


.contact-item {
	display: flex;
	align-items: center;
	padding: 88px 0;
}

.contact-item-icon {
	width: 140px;
	margin-right: 90px;
}

.contact-item-info {
	flex: 1;
	min-width: 0;
}

.contact-item-label {
	font-size: 32px;
	color: #112856;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-item-value {
	color: #408cfa;
	font-size: 24px;
	padding-left: 40px;
	position: relative;
}

.contact-item-value img {
	position: absolute;
	left: 0;
	top: 5px;
}

.about-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 155px;
}

.about-left {
	width: 46%;
}

.about-right {
	width: 50%;
}

.about-right p {
	color: #727d91;
	font-size: 24px;
	margin: 0 0 36px;
}


.about-right p:last-child {
	margin-bottom: 0;
}


.about-honor {
	text-align: center;
	margin-bottom: 100px;
}

.section6 {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('../img/bg5.jpg');
	padding-bottom: 120px;
}

.aside-nav {
	position: fixed;
	right: 10px;
	top: 50%;
	width: 120px;
	transform: translateY(-50%);
	z-index: 9;
}

.aside-wechat {
	border-radius: 10px;
	background-color: #1e73ef;
	padding: 10px 10px 7px;
	text-align: center;
}

.aside-wechat img {
	border-radius: 6px;
}


.aside-wechat p {
	font-size: 22px;
	margin: 10px 0 0;
	color: #fff;
}

.aside-contact {
	border-radius: 10px;
	background-color: #1e73ef;
	padding: 8px 10px 4px;
	text-align: center;
	margin-bottom: 10px;
}

.aside-contact a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

.aside-contact a:last-child {
	border-bottom: 0;
}

.aside-contact a .number {
	font-size: 16px;
}

.aside-contact a img {
	margin-bottom: 5px;
}

.section1 {
	padding: 90px 0 30px;
}

.section3 {
	padding: 90px 0 150px;
}

.section3 .section-head {
	margin-bottom: 60px;
}

.section4 {
	padding: 85px 0 170px;
}

.section4 .section-head {
	margin-bottom: 120px;
}


.section5 {
	padding: 115px 0 60px;
}


.section5 .section-foot {
	padding-top: 95px;
}


.section7 {
	padding: 150px 0 80px;
}


.col-xs-7 .contact-item {
	margin-left: 15%;
}


.contact-weixin {
	padding-left: 260px;
}


.foot-copyright {
	text-align: center;
	background: #555555;
	padding: 15px;
}

.foot-copyright a {
	color: #fff;
	margin-left: 30px;
}


@media (max-width:1400px) {
	.aside-nav {
		width: 100px;
	}

	.aside-contact a {
		font-size: 16px;
	}

	.aside-wechat p {
		font-size: 16px;
	}

	.aside-contact a img {
		width: 36px;
	}

	.aside-contact a .number {
		font-size: 14px;
	}

	.banner-serve {
		font-size: 36px;
	}

	.banner-year {
		font-size: 40px;
	}

	.banner-year span {
		font-size: 54px;
	}

	.banner-text {
		font-size: 20px;
	}

	a.banner-link {
		font-size: 18px;
		height: 56px;
	}

	.step-item-text1 span {
		font-size: 26px;
	}

	.step-item-text2 {
		font-size: 16px;
	}

	.section-title {
		font-size: 44px;
		background-size: 60px 32px;
	}

	.section-en {
		font-size: 16px;
	}

	.section-head::after {
		height: 6px;
		width: 126px;
	}

	.serve-title {
		font-size: 24px;
	}

	.serve-desc {
		font-size: 14px;
	}

	.serve-card {
		padding: 25px;
	}

	.serve-card img {
		width: 76px;
	}

	.serve-btn {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}

	.serve-btn .icon {
		width: 20px;
		height: 20px;
	}

	a.view-more {
		font-size: 24px;
		height: 72px;
	}

	.view-more img {
		width: 25px;
		margin-right: 16px;
	}

	.dev-card-hd {
		font-size: 26px;
	}

	.dev-pirce span {
		font-size: 42px;
	}

	.dev-pirce {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.dev-text {
		font-size: 15px;
	}

	.dev-btn {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}

	.dev-card-bd {
		padding: 40px 25px 25px;
	}

	.dev-btn .icon {
		width: 20px;
		height: 20px;
	}

	.process-item {
		padding-left: 15px;
	}

	.process-item-icon {
		padding-right: 0;
	}

	.process-item-icon img {
		width: 48px;
	}

	.process-item-title {
		font-size: 17px;
	}

	.industry-name {
		font-size: 20px;
	}

	.industry-item img {
		width: 44px;
	}

	.about-right p {
		font-size: 20px;
	}

	.contact-item-icon {
		width: 110px;
		margin-right: 70px;
	}

	.contact-item-label {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.contact-item-value {
		font-size: 20px;
		padding-left: 32px
	}

	.contact-weixin {
		padding-left: 215px;
	}

	.contact-weixin img {
		width: 160px;
	}

	.contact-item-value img {
		width: 22px;
		height: 22px;
		top: 3px;
	}


	.contact-item {
		padding: 60px 0;
	}

	.foot-item {
		padding: 90px 0;
	}

	.foot-item p {
		font-size: 22px;
		margin-top: 20px;
	}

	.foot-item img {
		width: 70px;
	}
}


@media (max-width:1230px) {
	.banner-serve {
		font-size: 26px;
	}

	.banner-year {
		font-size: 32px;
	}

	.banner-year span {
		font-size: 40px;
	}

	.banner-link img {
		margin-right: 10px;
		width: 20px;
	}

	.step-item-text1 span {
		font-size: 22px;
	}

	.step-item-text1 img {
		width: 34px;
	}

	.section-title {
		font-size: 34px;
		background-size: 48px 26px;
		padding: 10px 16px 0;
	}

	.section-en {
		font-size: 14px;
	}

	.serve-desc {
		padding: 0;
		line-height: 1.5;
	}

	.serve-card {
		padding: 20px;
	}
}


@media (max-width:1024px) {
	.c-right-box {
		width: 80%;
	}

	#c-header .c-nav>li>a.active {
		font-size: 20px;
	}

	#c-header a {
		font-size: 16px;
	}

	.c-logo {
		width: 117px;
		height: 57px;
	}

	.section1 .row {
		margin: 0 -12px;
	}

	.section1 .row>div {
		padding: 0 12px;
	}

	.serve-card {
		margin-bottom: 24px;
		padding: 15px;
	}

	.serve-card img {
		width: 60px;
	}

	.serve-title {
		font-size: 20px;
	}

	.dev-card-bd {
		padding: 30px 15px 20px;
	}

	.dev-card-hd {
		font-size: 22px;
	}

	.about-right p {
		font-size: 18px;
	}

	.contact-item-icon {
		width: 90px;
		margin-right: 50px;
	}

	.contact-item-label {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.contact-item-value {
		font-size: 16px;
	}

	.contact-item-value img {
		width: 18px;
		height: 18px;
		top: 2px;
	}

	.contact-weixin {
		padding-left: 170px;
	}

	.foot-item {
		padding: 60px 0;
	}

	.process-row {
		flex-wrap: wrap;
	}

	.process-col {
		flex: none;
		width: calc(25% - 12px);
	}

	.contact-item {
		padding: 40px 0;
	}

	.col-xs-7 .contact-item {
		padding-left: 0;
	}
}