/*首页banner*/
.swiper-banner {
	width: 100%;
	max-height: 650px;
	overflow: hidden;
	position: relative;
	
}

.swiper-banner .swiper-wrapper {
	/* 通过改变animation-timing-function 制作弹性切换效果 */
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.swiper-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	max-height:650px;
	
}

.swiper-banner .swiper-slide img {
	width: 100%;
	height: auto;
	transition: 1s linear 2s;
	transform: scale(2.2);
	object-fit: cover;
}
.swiper-banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1.5);
}
@media screen and (max-width: 1920px) {
	.swiper-banner {
	max-height: 500px;
}
.swiper-banner .swiper-slide img {
	transform: scale(1.2);
}
.swiper-banner .swiper-slide {
	max-height: 500px;
}
.swiper-banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
	transform: scale(1);
}
}



.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
	color: #fff;
	opacity: .8;
}

@media screen and (max-width: 560px) {

	.swiper-banner {
		max-height: 800px;
	}
}




/*首页about*/
.home-about {
	text-align: center;
}

.count-box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.count-box .item {
	margin: 50px 0;
	flex: 1;
	position: relative;
}

.count-box .item .count-number {
	color: var(--color-primary);
	line-height: 60px;
	font-size: 16px;
}

.count-box .item .count-number span {
	font-size: 30px;
	color: var(--color-primary);
	font-weight: bold;
}

.count-box .item .count-text {
	color: #4a4a4a;
}

.count-box .item+.item {
	border-left: #ddd 1px solid;
}

@media screen and (max-width:1200px) {
	.count-box {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.count-box {
		flex-wrap: wrap;
	}

	.count-box .item {
		flex: auto;
		width: 50%;
		margin: 0px 0;
		padding: 20px 0;
	}

	.count-box .item:nth-child(3) {
		border-left: 0;
	}

	.count-box .item:nth-child(3),
	.count-box .item:nth-child(4) {
		border-top: #ddd 1px solid;
	}
}

/*首页 业务*/
.section3{
	background-image: -moz-linear-gradient(-45deg, #ebf4ff, #f6faff, #ecf5fd);
	background-image: -webkit-linear-gradient(-45deg, #ebf4ff, #f6faff, #ecf5fd);
	background-image: -ms-linear-gradient(-45deg, #ebf4ff, #f6faff, #ecf5fd);
	background-image: linear-gradient(-45deg, #ebf4ff, #f6faff, #ecf5fd);
}
.swiper-yw {
	width: 100%;
	position: relative;
	overflow: hidden;
		padding:0 0 50px 0;overflow: hidden;
	
}
.swiper-yw .swiper-wrapper {

	
}

.swiper-yw .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-yw .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.swiper-yw .swiper-slide a {
	display: flex;
	background: #fff;
	width: 100% ;
	height:260px;
	padding: 25px;
	text-align: left;
	border-radius: 20px;
	overflow: hidden;	
	box-shadow: 0 6px 12px 0 rgba(12, 31, 80, 0.06);
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	margin: 25px 0;
}

.swiper-yw .swiper-slide a:hover{
	box-shadow: 0 6px 12px 0 rgba(12, 31, 80, 0.2);
}
.swiper-yw .swiper-slide a .img {
    width: 156px;
    height: 140px;
    background: url(../images/tu3.png) no-repeat center center / contain;
	position: relative;
}
.swiper-yw .swiper-slide a  .img img {
    display: block;
    position: absolute;
    left: 20%;
    right: 0;
    top: 4%;
    bottom: 0;
    margin: auto;
    width:40%;
}
.swiper-yw .swiper-slide a  .tt{padding-left: 20px;}
.swiper-yw .swiper-slide a  .tt1{font-size: 22px;color: #000;line-height: 40px;}
.swiper-yw .swiper-slide a  .tt2{font-size: 12px;color: #a1a1a1;text-transform: uppercase;margin-bottom: 11px;}
.swiper-yw .swiper-slide a  .tt3{width: 12px;height: 1px;background:var(--color-primary);margin-bottom: 14px;}
.swiper-yw .swiper-slide a  .tt4{font-size: 14px;color: #353535;line-height: 26px;height: 78px;overflow: hidden;}
.swiper-yw .swiper-slide a  .tt5{font-size: 10px;font-family: 'Arial';color: #999;width: 60px;line-height: 17px;text-align: center;text-transform: uppercase;border: 1px solid #e5e5e5;border-radius: 12px;box-shadow: 2px 2px 0 #EBEBEB;margin-top: 18px;}
.swiper-yw .swiper-slide a  .tt5:hover{background-color: var(--color-primary-light);border-color:var(--color-primary-light);color: #fff;box-shadow: 2px 2px 0 rgba(0,111,185,.2);}
@media screen and (max-width:560px) {
	.swiper-yw .swiper-slide a {margin: 0 20px;}
	
}

/*数字化*/
.case_box {
	text-align: center;
}

.case_box .category ul {
	width: 80%;
    display: inline-flex;
    height: auto;
    overflow: hidden;
	gap: 30px;
}
.case_box .category ul li {
    flex: 1;
    font-size: 20px;
    text-align: center;
   
    line-height: 58px;
    color: #939aac;
    border-radius: 5px;
    cursor: pointer;
}
.case_box .category ul li.active {
    color: #fff;
    background: var(--color-primary);
}
.case_box .content {
	margin-top: 50px;background: #f6f6f6;
}
.case_box .content .cont {
   
    display: none;
	
}
.case_box .content .cont.active {
    display: flex;
	align-items: center;
	justify-content:space-between
	
    
}
.case_box .content .cont img.bg {
    position: absolute;border: 1px solid #E3E3E3;
    right: 0;
    top: 0;
}
.case_box .content .cont .info {
	width:35%;
	margin-left:10%;
    height: 340px;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
    
    padding: 50px;
    border-radius: 10px;
	text-align: left;z-index: 10;
}

.case_box .content .cont .info .title h4 {
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}
.case_box .content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top:20px;
    color: #828b9f;
}
.case_box .content .cont .info  a{display: inline-block;font-size: 16px;background: var(--color-primary-light);color: #fff;border-radius:5px;line-height:40px;padding: 0 20px;margin-top: 20px;}
.case_box .content .cont .info  a:hover{opacity: .8;}
.case_box .content .cont .bg{width: 60%;margin-left: -10%;z-index: 0;
overflow: hidden; overflow: hidden;}
.case_box .content .cont .bg img{width:100%;vertical-align: middle;}
@media screen and (max-width:1600px) {
	.case_box .content .cont .info{
		width:50%;
	}
	.case_box .content .cont .info .title h4 {
		padding-top: 0;
	}
	.case_box .content .cont .bg{
		width: 70%;margin-left: -20%;
	}
	.case_box .content .cont .bg img{width: 120%;}
}
@media screen and (max-width:1400px) {
	.case_box .category ul li{font-size: 18px;line-height:40px}
	
	.case_box .content .cont .bg img{width: 150%;}
}
@media screen and (max-width:992px) {
	.nav {text-align: left;}
	.nav .child-menu:hover>ul{display: none;}
	.nav .child-menu.active ul{display: block;}
	.case_box .category ul li{font-size: 16px;line-height:40px}
	.case_box .content .cont .info{
		width:70%;
	}
	.case_box .content .cont .bg{
		width: 70%;margin-left: -20%;
	}
	.case_box .content .cont .bg img{width: 180%;}
}
@media screen and (max-width:768px) {
	.title-h2{font-size: 14px;line-height:30px;margin: 10px 0;}
	.case_box .category ul li{font-size: 14px;}
	.case_box .content .cont {
		flex-direction: column;
	}
	.case_box .content .cont .info{
		width:80%;margin: 40px auto;
		padding: 30px;
		height: 300px;
	}
	.case_box .content .cont .info .title h4 {
	    padding-top: 20px;
	    font-size: 20px;
	}
	.case_box .content .cont .info p {
	    font-size: 14px;
	    line-height: 28px;
	    padding-top: 20px;
	}
	.case_box .content .cont .info a{display: block;margin:20px auto;width:120px;font-size: 14px;line-height: 36px;text-align: center;}
	.case_box .content .cont .bg{
		width: 100%;margin-left: 0;margin-top: -40%;max-height:300px;
	}
}
@media screen and (max-width:560px) {
	.case_box .category ul{flex-wrap: wrap;gap: 10px;}
	.case_box .category ul li{flex: auto;width:40%;}
	.case_box .content .cont .info{
		height: 350px;
	}
	.case_box .content .cont .bg{
		
	}
}

.new_lst_cn{padding: 20px 0;}
.new_cnrf {float: right;width: 100%;}
.newrf_lst dl{display: flex;gap:30px;flex-wrap: wrap;}
.newrf_lst dl dd {width:48%; border: 1px solid #e4e4e4;flex: auto;display: flex;align-items: center;padding: 10px;gap: 15px; }
.new_rq{width:65px;height: 65px;background: #969393;text-align: center;color: #fff;}
.new_rq .span {display: block;text-align: center;font-weight: bold;padding: 15px 0;color: #fff;}

.new_rq .span .d1{ font-size: 18px;display: block;color: #fff;}
.new_rq .span .d2{ font-size: 13px;font-weight: 400;color: #fff; }
.new_rq .span .d3{ font-size: 13px; font-weight: 400;color: #fff; }

.newrf_tx {margin-top: 8px;flex:1}
.newrf_tx a {color: #333;font-size: 14px;display: block;line-height: 30px; height: 30px; overflow: hidden;}
.newrf_tx .span {display: block;font-size: 12px;color: #999;height: 40px; line-height: 20px; overflow: hidden;}
.newrf_lst dd:hover {border: 2px solid #003074;box-shadow: 0px 0px 15px rgba(0,48, 116, .27);padding:9px;}
.newrf_lst dd:hover .newrf_tx a {color: #003074;}
.newrf_lst dd:hover .new_rq {background: #003074;}
.newrf_lst dd:hover .newrf_tx {margin-top: 7px;}
.index_more{text-align: center;padding-top: 30px;padding-bottom: 60px;}
.index_more a{display: inline-block;border:#ddd 1px solid ;display: block;
        margin: 20px auto;
        width: 120px;
        font-size: 14px;
        line-height: 36px;
        text-align: center;border-radius:5px;}
		.index_more a:hover{background: #003074;color: #fff;border:#003074 1px solid;}