.contact {
	padding: 60px 0;
}

.contact-item {
	background: #ebf4ff;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
}

.contact-item i {
	font-size: 30px;
	color: #305b99;
}

.contact-item p {
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
}

.about {
	display: flex;
	align-items: center;
	gap: 5%;
}

.about .left {
	flex: 1;
	text-align: left;
	padding: 60px 0;
}

.about .left .left-box {
	width: 620px;
	float: right;
}

.about .left .left-box .title-h1 {
	text-align: left;
}

.about .left .left-box .title-h1::after {
	left: 0;
	margin-left: 20px;
}

.about .left .left-box .text,
.about .left .left-box .text p {
	font-size: 16px;
	line-height: 32px;
	padding: 10px 0;
}

.about .right {
	flex: 1;
	overflow: hidden;
	object-fit: cover;
	line-height: 100%;
}

.about .right img {
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center center;
}

@media screen and (max-width: 1440px) {

	.about .left .left-box {
		width: 550px;
	}
}

@media screen and (max-width: 1200px) {

	.about .left .left-box {
		width: 460px;
	}
}

@media screen and (max-width:992px) {
	.about {
		flex-direction: column;
	}

	.about .left .left-box {
		width: 80%;
		float: none;
		margin: 0 auto;
	}

	.about .right {
		max-height: 500px;
		max-width: 100%;
	}
}

.history {
	padding: 100px 0;
	background: url(../images/about_bg.jpg) #ebf4ff center center no-repeat fixed;
	min-height: 600px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.history .title-h1 {
	font-size: 34px;
}

.history .his-slide .year {
	cursor: pointer;
	width: 84px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 18px;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 50%
}

.history .his-slide .dot {
	width: 0;
	height: 0;
	border-bottom: 20px solid #eee;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	margin: 10px auto 0;
	display: none
}

.history .his-slide .swiper-slide.swiper-slide-active .dot {
	display: block
}

.history .his-slide .swiper-slide.swiper-slide-active .year {
	color: #fff;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
}

.history .his-slide-wrap .arrow-left2 {
	left: 0;
	color: var(--color-primary);
	width: 40px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: 0 0;
	margin-top: 80px;
}

.history .his-slide-wrap {
	margin: 40px auto 0
}

.history .his-slide-wrap .arrow-right2 {
	right: 0;
	width: 40px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: 0 0;
	color: var(--color-primary);
	margin-top: 80px;
}

.history .his-slide-wrap .arrow-left2 i,
.history .his-slide-wrap .arrow-right2 i {
	font-size: 42px;
	color: var(--color-primary)
}

.history .his-slide-wrap .swiper-slide {
	width: 86px;
	margin: 0 30px
}

.history .hiscon {
	padding: 30px;
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	font-size: 16px;
	margin: 0 auto;
	min-height: 40px;
	width: 500px;
}

@media screen and (max-width:768px) {
	.history .hiscon {
		width: 80%;
	}
}

.culture {
	position: relative;
	padding: 60px 0;
	text-align: center;
}

.culture::before {
	background: var(--color-primary);
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 80%;
	content: '';
	top: 0;
	left: 0;
}

.culture .title-h1 {
	color: #fff;
	position: relative;
	white-space: nowrap;
	padding: 0 50px;
	display: inline-block;
	font-size: 34px;

}

.culture .title-h1::before,
.culture .title-h1::after {
	content: "";
	background: var(--color-primary-light);
	position: absolute;
	left: -20px;
	top: 30px;
	display: block;
	width: 50px;
	height: 2px;
}

.culture .title-h1::after {
	left: auto;
	right: -20px;
}

.culture1 {
	padding: 60px 0;
}

.culture1 .feature-block {
	color: #fff;
	position: relative;
}



.feature-block .inner-box {
	position: relative;
	text-align: center;

	padding: 30px;
}

.feature-block .inner-box:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
}

.feature-block:last-child .inner-box:before {
	display: none;
}

.feature-block .inner-box .icon-box {
	position: relative;
	line-height: 1em;
}

.feature-block .inner-box .icon-box i {

	font-size: 58px;

	color: #3c82c1;
}

.feature-block .inner-box h3 {
	position: relative;
	font-size: 20px;
	color: rgba(255, 2555, 255, .95);
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 16px;
}

.feature-block .inner-box .overlay-box {
	display: block;
	position: absolute;
	padding: 30px;
	left: 0px;
	top: 0px;
	width: calc(100% - 1px);
	height: 100%;
	opacity: 0;
	color: #ffffff;
	background: var(--color-primary);
	text-align: center;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.feature-block .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.feature-block .inner-box:hover .overlay-box .content {
	margin-top: 16px;
}

.feature-block .inner-box .overlay-box .overlay-inner .overlay-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.feature-block .inner-box .overlay-box .overlay-inner h4 {
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.6em;
}

@media screen and (max-width:992px) {
	.feature-block {
		margin: 30px 0;
	}

	.feature-block:nth-child(2) .inner-box:before {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.feature-block .inner-box:before {
		display: none;
	}
}

/*fact counter*/

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 30px;
}

.fact-counter .column .inner {
	position: relative;
	text-align: center;
}

.fact-counter .column .inner:before {
	position: absolute;
	content: '';
	left: 100%;
	top: 65px;
	height: 1px;
	width: 50px;
	background-color: #155e9f;
}

.fact-counter .column:last-child .inner:before {
	display: none;
}



.fact-counter .column .inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #155e9f;
	font-size: 80px;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.fact-counter .count-outer .percentage {
	display: inline-block;
	font-weight: 600;
	color: #155e9f;
	font-size: 80px;
	line-height: 1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #443986;
	font-size: 42px;
	line-height: 1em;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer sup {
	position: relative;
	color: #155e9f;
	font-size: 50px;
	font-weight: 700;
}

.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 700;
	color: #155e9f;
	font-size: 80px;
	line-height: 1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	margin-top: 15px;
	line-height: 1.7em;
	text-transform: capitalize;
}

.fact-counter .column:hover .icon-box {
	border-color: #f47629;
}

.fact-counter .column .content {
	position: absolute;
	left: 36px;
	bottom: 35px;
	/*right:0px;*/
	z-index: 1;
}

.fact-counter .column .inner .image {
	position: relative;
}

.fact-counter .column .inner .image:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	z-index: 1;
	background: linear-gradient(22deg, rgba(22, 26, 51, 0.90) 25%, rgba(255, 255, 255, 0) 78%);
}

.fact-counter .column .inner .image img {
	position: relative;
	width: 100%;
	display: block;
}

.fact-counter .column .inner {
	text-align: left;
	z-index: 1;
}

.fact-counter .column .counter-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 40px;
}

.fact-counter .count-outer .count-text {
	color: #ffffff;
	font-size: 60px;
	font-weight: 500;
	padding-left: 60px;
}

.fact-counter .count-outer .count-text:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 40px;
	width: 50px;
	height: 2px;
	background-color: #155e9f;
}

.fact-counter .column .inner:before {
	display: none;
}

.fact-counter .column .inner .text {
	position: relative;
	color: #ffffff;
	margin-top: 12px;
}


.culture2 {
	margin-top: 30px;
}

@media screen and (max-width:1200px) {
	.fact-counter .column .counter-title {
		margin-bottom: 20px;
	}
}

.newscenter {
	text-align: center;
}

.m-theme-text .m-text-1 {
	position: relative;
	padding-top: 14px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 200
}

.m-theme-text .m-text-1:before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	width: 58px;
	height: 2px;
	content: '';
	background-color: var(--color-primary)
}

.m-theme-text h3 {
	font-size: 48px;
	margin-bottom: 10px
}


.news-list {
	border-top: 1px solid #e5e5e5;
}

.news-list li {
	padding: 50px 0 49px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;

}

.news-list li a {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: nowrap;
}

.news-list .nlist-date {
	width: 15%;
	text-align: center;
	color: #3f3f3f;
	border-right: 1px solid #ededed;
	padding: 40px;
}

.nlist-date .day {
	font: bold 70px/62px 'Arial';
}

.nlist-date .year {
	font: bold 20px/27px 'Arial';
}

.news-list .nlist-box {
	flex: 1
}

.nlist-box .name {
	line-height: 34px;
	font-size: 20px;
	font-weight: 600;
}

.nlist-box .con {
	line-height: 24px;
	height: 48px;
	color: #666666;
	margin: 10px 0 0;
	overflow: hidden;
}

.nlist-box .action {
	display: inline-block;
	border: 1px solid #ededed;
	border-radius: 26px;
	margin: 22px 0 0;
}

.news-list li:hover {
	border-color: #fff;
	box-shadow: 0 0 10px 4px #e1e1e1;
	transform: translate3d(0, -2px, 0);
	transition: all .3s cubic-bezier(.55, 0, .1, 1);
	z-index: 2;
}

.news-list li:hover .name {
	color:var(--color-primary);
}

.news-container .pagination {
	margin: 50px 0 0;
}

@media screen and (max-width:992px) {
	.news-list .nlist-date {
		width: 25%;
		text-align: center;
		color: #3f3f3f;
		border-right: 1px solid #ededed;
		padding: 30px 40px;
	}

}

@media screen and (max-width:560px) {
	.newscenter.ptb-60 {
		padding: 40px 0;
	}

	.m-theme-text h3 {
		font-size: 28px;
	}

	.news-list li {
		padding: 20px 0;
	}


	.news-list .nlist-date {
		width: 30%;
		padding: 10px 20px;
	}

	.nlist-date .day {
		font-size: 30px;
		line-height: 40px;
	}

	.nlist-date .year {
		font-size: 16px;
		line-height: 28px;
	}

	.nlist-box .name {
		font-size: 18px;
		line-height: 28px;
	}

}

/*分页*/
.pager {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 14px
}

.pager a,
.pager b {
	height: 40px;
	line-height: 40px;
	color: var(--color-primary);
	margin: 0 2px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.pager a:hover,
.pager b {
	background: var(--color-primary);
	font-weight: 500;
	color: #fff;
	border: 1px solid var(--color-primary)
}

.news-box {
	padding: 20px 0
}

#pager {
	text-align: center;
	margin: 20px 0
}

.page-news {
	margin: 0 auto;
	font-size: 0
}

.page-news a {
	display: inline-block;
	padding: 10px 60px 10px 120px;
	position: relative;
	height: 100px;
	margin: 20px 0;
	background: #f6f6f6;
	box-sizing: border-box;
	width: 48%
}

.page-news a:nth-child(2n) {
	margin-left: 4%
}

.page-news a * {
	transition: all .3s
}

.page-news a .date {
	font-size: 14px;
	color: #fff;
	display: block;
	position: absolute;
	left: 10px;
	text-align: center;
	background: var(--color-primary);
	border: var(--color-primary) 1px solid;
	width: 80px;
	height: 80px;
	line-height: 24px;
	padding: 16px;
	box-sizing: border-box
}

.page-news a .date span {
	display: block;
	border-bottom: #ddd 1px solid;
	font-size: 18px
}

.page-news a h4 {
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 36px
}

.page-news a p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	text-align-last: left;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999
}

.page-news a:hover {
	background: #f6f6f6
}

.page-news a:hover h4 {
	color: #333
}

.page-news a:hover .date {
	background:  var(--color-primary);
	 color: #fff
}

.page-news a::after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #bbb;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 20px
}

.page-news a:hover::after {
	right: 10px
}
.back {
	display: inline-block;
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 0;
}

.back i {
	margin-right: 10px;
}

.back:hover {
	color: #007bed;
}
.site-detail {
	padding: 40px 0;
	text-align: center
}

.site-detail .site-h1 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px
}

.site-detail .site-h2 {
	line-height: 60px;
	border-bottom: #eee 1px solid;
	margin-bottom: 10px
}

.site-detail .site-h2 span {
	display: inline-block;
	color: #999;
	font-size: 16px;font-weight: normal;
	padding-right: 30px
}

.site-text {
	color: #666;
	text-align: left;
	font-size: 17px;line-height: 36px;
}

.site-text p {
	margin: 15px 0
}

.site-text img {
	max-width: 800px;
	width: auto;
	margin: 20px 0
}

.detail_page {
	border-top: #eee 1px solid;
	line-height: 70px
}

.detail_page>div {
	text-align: left
}

.detail_page>div:last-child {
	text-align: right
}

.detail_page>div a {
	color: #333;
	font-size: 16px;
	line-height:60px;
	display: flex;
}

.detail_page>div a span {
	width: 60px;
}
.detail_page>div a cite{
	flex: 1;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.detail_page a:hover span {
	color:  var(--color-primary)
}
@media screen and (max-width:768px) {
	.detail_page{padding:2rem 0;line-height:2rem}
	
	.detail_page>div a{font-size:1rem;border-radius:3px;line-height:2.6rem;display:inline-block;background:var(--color-primary);color:#fff;padding:0 2rem;width: auto;}
	.detail_page>div a span{color: #fff;}
	.detail_page>div a:hover span{color: #fff;}
	.detail_page>div.no-page a{background: #ddd;}
	.detail_page>div:first-child a{padding-left: 2rem;}
	.detail_page>div:last-child a{padding-right: 2rem;}
	.detail_page>div a cite{display:none}
	.detail_page>div:first-child a span,.detail_page>div:last-child a span{position: relative;}
}
/* 业务流程 */
.steps-section{
	position:relative;
	background-color:#e9eef3;
	padding: 60px 0;
}

.steps-section .sec-title{
	margin-bottom:90px;
	text-align: center;
}

.steps-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0
	width:100%;
	height:160px;
	background-color:#e9eef3;
}

.process-block{
	position:relative;
	margin-bottom:30px;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
	color:#c3cdd8;
	font-size:90px;
	padding:0px 35px 50px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
	border-radius: 20px;
	margin: 0 20px;
}

.process-block .inner-box:before{
	position: absolute;
    content: '';
    left: 100%;
    top: -70px;
    height: 56px;
    width: 194px;
    margin-left: -80px;
    background: url(../images/arrow.png) no-repeat;
}

.process-block:last-child .inner-box:before{
	display:none;
}

.process-block .inner-box .number{
	position: relative;
    top: -30px;
    width: 54px;
    height: 54px;
    color: #ffffff;
	font-size:20px;
	margin:0 auto;
	font-weight:500;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #155e9f;
}

.process-block .inner-box .number:before{
	z-index:1;
}

.process-block .inner-box .number:after{
	position: absolute;
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    border-radius: 50%;
    border: 8px solid rgb(21, 94, 159);
}

.process-block .inner-box h3{
	position:relative;
	color:#222222;
	font-weight:700;
	font-size:20px;
	margin-top:15px;
}

.process-block .inner-box .lower-content{
	position:relative;
	margin-top:20px;
}

.process-block .inner-box .lower-content .icon{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.process-block .inner-box:hover .lower-content .icon{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity:0;
	visibility:hidden;
}

.process-block .inner-box .lower-content .text{
	position:relative;
	color:#7e8597;
	font-size:15px;
	opacity:0;
	visibility:hidden;
	height: 120px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.process-block .inner-box:hover .lower-content .text{
	opacity: 1;
	visibility:visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

@media screen and (max-width: 992px) {
	.process-block .inner-box:before{display: none;}
}
.i-process {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.i-process .list {
    background: #fff url("../images/line.png") center center no-repeat  ;
	background-size: 100%;;
    margin:60px auto;
    width:100%;
	display: flex;
	align-items: flex-start;
	
}
.i-process .btn {
	flex: 1;
    line-height: 2;
    color: #8f8f95;
    text-align: center;
   transform: translate(0px, 0px); opacity: 1;
   display: flex;
   flex-direction: column;
}
.i-process .btn:nth-child(2n){
	flex-direction:column-reverse
}
.i-process .btn p{display: block; }

.i-process .btn.cur {
    color: var(--color-primary);
}

.i-process .btn:nth-child(1) {
    margin-top: 125px;
}

.i-process .btn:nth-child(2) {
    margin-top: 25px;
}

.i-process .btn:nth-child(3) {
     margin-top:100px;
}

.i-process .btn:nth-child(4) {
   margin-top: -10px
}

.i-process .btn:nth-child(5) {
    margin-top: 25px;
}

.i-process .btn:nth-child(6) {
   margin-top: 15px;
}

.i-process .btn:nth-child(7) {
    margin-top:130px;
}

.i-process .btn:nth-child(8) {
     margin-top:50px;
}

.i-process .btn .light {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 12px auto;
	position: relative;
}

.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--color-primary);
    opacity: 0.3;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn .circle {
    width: 68px;
    height: 68px;
	line-height: 68px;
    border-radius: 50%;
    background: #edeff1;
    margin: 12px auto;
	overflow: hidden;
}
.i-process .btn .circle i{
	font-size: 40px;
	color: var(--color-primary);
	
}

.i-process .btn.cur .circle {
    background:var(--color-primary);
}
.i-process .btn.cur .circle i{
    color:#fff;
}
.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}



@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
@media screen and (max-width: 1200px) {
	.i-process .btn:nth-child(1) {
	    margin-top: 85px;
	}
	
	.i-process .btn:nth-child(2) {
	    margin-top:25px;
	}
	
	.i-process .btn:nth-child(3) {
	     margin-top:70px;
	}
	
	.i-process .btn:nth-child(4) {
	   margin-top:0px
	}
	
	.i-process .btn:nth-child(5) {
	    margin-top: 40px;
	}
	
	.i-process .btn:nth-child(6) {
	   margin-top: 15px;
	}
	
	.i-process .btn:nth-child(7) {
	    margin-top:95px;
	}
	
	.i-process .btn:nth-child(8) {
	     margin-top:50px;
	}
}
@media screen and (max-width: 992px) {
	.i-process{width: 60%;margin: 0 auto;}
	.i-process .list{
		flex-direction: column;
		background: none;
	}
	.i-process .list:before{position: absolute;content: '';display: block;height:calc(100% - 84px);width: 1px;background: var(--color-primary);left:112px;top:42px;opacity: .5;}
	.i-process .list .btn{flex-direction: row-reverse;align-items:center;align-self: flex-start;margin: 0;gap: 40px;}
	.i-process .btn p{font-size: 16px;}

}
@media screen and (max-width: 560px) {
	.i-process{width:100%;margin: 0 auto;}
	.i-process .list{
		flex-direction: column;
		background: none;
	}
	.i-process .list:before{position: absolute;content: '';display: block;height:calc(100% - 84px);width: 1px;background: var(--color-primary);left:112px;top:42px;opacity: .5;}
	.i-process .list .btn{flex-direction: row-reverse;align-items:center;align-self: flex-start;margin: 0;gap: 40px;}
	.i-process .btn p{font-size: 16px;}

}
/*企业战略*/

.zl01 .card{
	position: relative;
	    text-align: center;
	   
	    padding: 35px;
	    background-color: #ffffff;
	    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
	    border-radius: 20px;
	    margin: 0 auto;
		overflow: hidden;
}
.zl01 .card h1{font-size:70px; color: #ecf1f7;text-align: left;line-height:80px;}
.zl01 .card h2{font-size: 34px; color: #333;text-align: left;margin-top: -50px;line-height: 50px;letter-spacing: 2px;}
.zl01 .card img{width: 100%;}
.zl01 .card .text{text-align: left;font-size: 16px;margin-top: 10px;line-height: 34px;}
.zl01 .card .text p{padding: 10px 0; text-indent: 32px;}

.zl02{background: #ecf1f7;}
.jz-box{
	display: flex;
	align-self: baseline;
	padding-bottom: 30px;
	border-bottom: #aaa 1px solid;
	gap:40px;
	margin: 30px 0;
	
}
.jz-box2{
	display: flex;
	align-self: baseline;
	padding-bottom: 30px;
	gap:40px;
	margin: 30px 0;
}
.jz-box2 .item{
	flex: 1;
	padding:30px 20px;
	background: #f6f6f6;
	border-radius: 15px;
	font-size: 16px;
	line-height: 32px;
	position: relative;
}

.jz-box .item{
	flex: 1;
	padding:30px 20px;
	background: #f6f6f6;
	border-radius: 15px;
	font-size: 16px;
	line-height: 32px;
	position: relative;
}

.jz-box .item::before{
	position: absolute;
	display: block;
	content: ''; 
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #f6f6f6;
	left:calc(50% - 20px);	
	bottom: -10px;
}
.jz-box2 .item::before{
	position: absolute;
	display: block;
	content: ''; 
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #f6f6f6;
	left:calc(50% - 20px);	
	top: -10px;
}
.jz-box .item::after{
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #aaa;
	bottom: -35px;
	left:calc(50% - 5px);
}
.jz-box .item .icon{
	width: 64px;
	height: 64px;background: var(--color-primary);
	border-radius: 50%;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 64px;
}
.jz-box .item .icon i{
	font-size: 30px;
	color: #fff;
}
.jz-box2 .item .icon{
	width: 64px;
	height: 64px;background: var(--color-primary);
	border-radius: 50%;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 64px;
}
.jz-box2 .item .icon i{
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 992px) {
	
	.jz-box,.jz-box2{flex-direction: column;border-left:#aaa 1px solid;border-bottom: 0;padding-bottom: 0;padding-left: 30px;}
	.jz-box .item,.jz-box2 .item{display: flex;}
	.jz-box .item .icon,.jz-box2 .item .icon{margin:0 30px 0 15px;}
	.jz-box .item .text,.jz-box2 .item .text{flex:1}
	.jz-box2 .item::after{
		position: absolute;
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #aaa;
		bottom: -35px;
		left:calc(50% - 5px);
	}
	.jz-box .item::after,.jz-box2 .item::after{bottom:auto;left: -35px;top:calc(50% - 5px)}
	
	.jz-box .item::before,.jz-box2 .item::before{
		border-bottom: 20px solid transparent;
		border-top: 20px solid transparent;
		border-right: 20px solid #f6f6f6;
		bottom:auto;left: -30px;top:calc(50% - 20px)
	}
}
@media screen and (max-width: 768px) {
	.jz-box .item .icon,.jz-box2 .item .icon{margin:0 20px 0 5px;}
}

/*在线教育培训*/
.youshi_c {
    margin:40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 40px;
	
}

.youshi_in {
	width:calc(50% - 40px);
    border: 1px solid #d1e6ff;
    border-radius: 10px;
    transition: all 0.5s;
    overflow: hidden;
}

p.youshi_in_tit {
    height: 70px;
    line-height: 70px;
    color: #000;
    font-size: 24px;
    background: #e8f2ff;
    padding-left: 28px;
    transition: all 0.5s;
}
span.youshi_in_tit_span {
    background: #003074;
    display: inline-block;
    width: 12px;
    border-radius: 12px;
    height: 12px;
    margin-right: 12px;
    position: relative;
    top: -1px;
    transition: all 0.5s;
}

.youshi_in_c {
    position: relative;
    overflow: hidden;
	min-height: 165px;
	background: #fff;
}

p.youshi_in_c_p {
    padding: 40px 215px 0px 28px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}

img.youshi_in_img {
    position: absolute;
    right: 56px;
    bottom: -2px;
    transition: all 0.5s;
}

.youshi_in:hover img.youshi_in_img.img_a {
    opacity: 0;
}

img.youshi_in_img.img_b {
    opacity: 0;
}

img.youshi_in_img.img_a {
    opacity: 1;
}

.youshi_in:hover {
    border-color: #003074;
    box-shadow: 0px 0px 13px -2px #003074;
}

.youshi_in:hover p.youshi_in_tit {background: linear-gradient(to right,#003074,#a4c0ff);color: #fff;}

.youshi_in:hover span.youshi_in_tit_span {background: #fff;}

.youshi_in:hover img.youshi_in_img.img_b {
    opacity: 1;
}

@media screen and (max-width: 992px) {
	.youshi_in{width: 100%;}
}

.jy-bg{background: #f3f4fb;}
.jy2-bg{background:url(../images/jy2.png) center top no-repeat;background-size: cover; min-height:700px;padding: 60px 0;}
.jy2-box{position: relative;text-align: center;}
.jy2-box .img{position:absolute;left: 50%;top:50%;margin-left: -175px;}
.jy2-box dl{position: absolute; width: 300px;text-align: left;padding:30px;background: rgba(255,255,255,.5);box-shadow: 0px 0px 13px -2px #003074;border-radius: 20px;
    }
.jy2-box dl dd{font-size:24px ;line-height:48px;font-weight: bold;color:#003074 ;}
.jy2-box dl dt{font-size:14px ;line-height: 28px;}
.jy2-box .t2{right:0px;top: 80px;}
.jy2-box .t3{top:200px;left: 100px;}
.jy2-box .t4{right:150px;top:300px;}
@media screen and (max-width: 992px) {
	.jy2-box dl{position: relative;display: block;width:50%;top:auto;left: auto;right: auto;
	margin:35px 0;}
	.jy2-box .t2,.jy2-box .t3,.jy2-box .t4{top:auto;left: auto;right: auto;}
	.jy2-box .img{left: auto;right: 0;top:0;width:40%;}
	.jy2-box .img img{width: 100%;}
}
@media screen and (max-width:768px){
	.jy2-box dl{width: 100%;}
	.jy2-box .img{position: relative;top:0;margin: 0 auto;right: auto;width: 80%;}
}
.ad-aniamte1 {
	animation: top 1.2s linear infinite alternate;
	-ms-animation: top 1.2s linear infinite alternate;
	-moz-animation: top 1.2s linear infinite alternate;
	-webkit-animation: top 1.2s linear infinite alternate;
	-o-animation: top 1.2s linear infinite alternate;
}
.ad-aniamte2 {
	animation: top 1.2s linear 0.8s infinite alternate;
	-ms-animation: top 1.2s linear 0.8s infinite alternate;
	-moz-animation: top 1.2s linear 0.8s infinite alternate;
	-webkit-animation: top 1.2s linear 0.8s infinite alternate;
	-o-animation: top 1.2s linear 0.8s infinite alternate;
}

.ad-aniamte3 {
	animation: top 1.2s linear 0.4s infinite alternate;
	-ms-animation: top 1.2s linear 0.4s infinite alternate;
	-moz-animation: top 1.2s linear 0.4s infinite alternate;
	-webkit-animation: top 1.2s linear 0.4s infinite alternate;
	-o-animation: top 1.2s linear 0.4s infinite alternate;
}
@keyframes top {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(10px);
	}
}

@-ms-keyframes top {
	from {
		-ms-transform: translateY(0px);
	}

	to {
		-ms-transform: translateY(10px)
	}
}

@-moz-keyframes top {
	from {
		-moz-transform: translateY(0px)
	}

	to {
		-moz-transform: translateY(10px)
	}
}

@-webkit-keyframes top {
	from {
		-webkit-transform: translateY(0px)
	}

	to {
		-webkit-transform: translateY(10px)
	}
}

@-o-keyframes top {
	from {
		-o-transform: translateY(0px)
	}

	to {
		-o-transform: translateY(10px)
	}
}
.yx-box{
	display: flex;
	padding:60px 0;
	gap:10%;
}
.yx-box .item{flex:1;text-align: center;}
.yx-box .item cite{display: inline-block;background:#ff9234;padding: 0 20px;color: #fff;font-style: normal;font-size: 16px;line-height: 36px;border-radius: 4px;z-index: 10;position: relative;}
.yx-box .item .img{margin-top: -10px;}
.yx-box .item .img img{width:100%;}
.yx-box .item ul li{text-align: left;font-size: 16px;line-height: 36px;list-style: disc;
}
.yx-box .item ul li::marker {color: #ff9234 ;}
.yx-box .item:nth-child(2n){padding-top:60px;}
@media screen and (max-width:992px){
	.yx-box{flex-wrap: wrap;gap:20%;margin: 0 10%;}
	.yx-box .item{flex:none;width:40%;}
}
@media screen and (max-width:560px){
	.breadcrumbs .flex-box{flex-wrap: wrap;flex-direction: column;}
	.breadcrumbs h2{display: none;}
	
	.yx-box{flex-wrap: wrap;gap:20%;}
	.yx-box .item{flex:none;width:100%;}
}

.platform-box .rtTit {
    margin-top: 34px;
    font-weight: bold;
    color: #242629;
    line-height: 33px;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 70px;
	
}
.platform-box .rttxt{padding-left: 40px;}
.platform-box  .txt01{
    font-weight: bold;
color: #242629;
line-height: 36px;
font-size: 16px;
position: relative;

}
.platform-box  .txt02{
    font-weight: 400;
color: #9B9EA3;
line-height: 30px;
font-size: 14px;
}
.platform-box   .txt01::before{
   content: '';
   display: block;
   width: 8px;
   height: 1px;
   background: #2B75EB;
   position: absolute;
   left:-40px;
   top: 0;
   bottom: 0;
   margin: auto;
}

.platform-box .plat-item{padding: 60px 0;}
.platform-box .flex-box{display: flex;}
.platform-box .plat-item:nth-child(2n) .flex-box{flex-direction: row-reverse;}
.platform-box .plat-item:nth-child(2n+1){background: #F9FAFC;}
.platform-box .flex-box .item{flex: 1;}
.platform-box .flex-box .item img{max-width: 100%;}

@media screen and (max-width:992px){
	.platform-box  .flex-box,.platform-box .plat-item:nth-child(2n) .flex-box{flex-direction:column;}
	
}
.tbg{background: #ebf2ff;}
.advantage-box{display: flex;gap:5%;padding: 60px 0;}
.advantage-box .item{flex: 1;text-align: center;background: #fff;padding: 20px;border-radius: 20px;}
.advantage-box .item img{max-width: 100%;}
.advantage-box .item:hover{box-shadow: 0px 12px 24px 0px rgba(207, 216, 234, 0.27);}
.advantage-box .item .txt01 {
    font-weight: bold;
    color: #242629;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.advantage-box .item .txt02 {
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    padding: 0 25px 0;
    box-sizing: border-box;
}
@media screen and (max-width:992px){
	.advantage-box{flex-wrap: wrap;}
	.advantage-box .item{flex: none;width:47.5%;}
}
@media screen and (max-width:560px){
	.advantage-box{flex-wrap: wrap;flex-direction: column;}
	.advantage-box .item{flex:1;width: 100%;}
}

 /*软件定制*/
 .main-info{display: flex;gap:20px;padding: 60px 0 0 0;}
 .main-info .item{flex: 1;text-align: center;background: #fff;padding: 20px;border-radius: 20px;}
  .main-info .item .header{display: flex;align-items: center;gap: 20px;}
    .main-info .item .header .img{width:60px}
	.main-info .item .header .name{flex:1;text-align: left;font-size: 20px;font-weight: bold;}
.main-info .item .info{margin-top:10px;border-top:#b6c1d1 1px solid;padding-top: 10px;font-size: 14px;line-height: 28px;text-align: left;}
.main-info .item .subtitle {font-size: 16px;font-weight: bold;line-height: 32px;}
 .main-info .item img{max-width: 100%;}
 .main-info .item{box-shadow: 0px 12px 24px 0px rgba(207, 216, 234, 0.27);}
  .main-info .item{box-shadow: 0px 12px 24px 0px rgba(207, 216, 234, 0.5);}

  @media screen and (max-width:992px){
  	.main-info{flex-wrap: wrap;}
  	.main-info .item{flex: none;width:calc(50% - 10px);}
  }
  @media screen and (max-width:560px){
	   .main-info{padding: 30px 0 0 0;}
  	.main-info{flex-wrap: wrap;flex-direction: column;}
  	.main-info .item{flex:1;width: 100%;}
  }
  .dz-bg{background: rgba(245, 248, 255, 1);text-align: center;}
   .dz-bg img{max-width: 100%;}