/* body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #2b568d;
}

body::-webkit-scrollbar-track {
	border-radius: 0;
	background: #f6f5f5;
} */

.com_tit {
	text-align: center;
	margin-bottom: 50px;
}

.com_tit.tal {
	text-align: left;
}

.com_tit h3 {
	width: 100%;
	display: block;
	font-size: 0.40rem;
	color: #101010;
	text-transform: uppercase;
	font-family: "Lovelo Black";
}

.com_tit h3::after {
	content: "";
	width: 0.6rem;
	height: 2px;
	display: block;
	margin: 0.12rem auto 0.12rem;
	background-color: #2b568d;
	position: relative;
}

.com_tit.tal h3::after {
	margin-left: 0;
}

.com_tit.white h3::after {
	background-color: white;
}

.com_tit p {
	color: #171717;
	font-size: 16px;
	line-height: 1.75;
	/* margin-top: 0.2rem; */
}

.com_tit.white h3,
.com_tit.white p {
	color: white;
}






/* ind_product */
.ind_product {
	text-align: center;
}

.ind_product .pro-item {
	display: block;
}

.ind_product .pro-item ul {}

.pro-item ul li {
	width: 31.5%;
	margin-bottom: 30px;
}


.pro-item ul li a {
	display: block;
	position: relative;
}

.pro-item .pro_tit {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 15%;
	line-height: 20px;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	/* background: linear-gradient(#68c5ff48, #006bae); */
	transition: all .3s;
}

.pro-item ul li:hover .pro_tit {
	background: #006baeb0;
}

.pro-item .pro_tit .tit {
	font-size: 16px;
	color: #fff;
}

/* ind_product——end */










/* ind_solution */
.ind_solution {
	background-color: #f8f9fb;
}

.solution_item {}

.solution_item ul {}

.solution_item ul li {
	width: 50%;
	margin-bottom: 30px;
	transition: all .3s;
	overflow: hidden;
}

.solution_item ul li:hover {
	box-shadow: 0px 3px 7px rgb(101 101 101 / 15%);
}

.solution_item ul li a {
	width: 100%;
}

.solution_item ul li a .pic {
    height:260px;
}

.solution_item ul li a .pic img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.solution_item ul li a .info {
	background-color: #fff;
	padding: 25px;
	/* box-shadow: 0px 3px 3px rgb(0 0 0 / 15%); */

}

.solution_item ul li a .info .tit {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
}

.solution_item ul li a .info .con {
	COLOR: #898989;
	line-height: 1.6;
	font-size: 16px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.solution_item ul li a .info .move {
	color: #006bae;
	margin-top: 28px;
	font-size: 18px;
	font-family: "Montserrat-Bold";
}

.solution_item ul li a .info .move i {
	margin-left: 10px;
	font-weight: 700;
}

.solution_item ul li:hover .info {
	background: #006bae;
}

.solution_item ul li:hover .info .move,
.solution_item ul li:hover .info .tit,
.solution_item ul li:hover .info .con {
	color: #fff;
}

.solution_item ul {
	/* padding-bottom: 60px; */
}


/* ind_solution——end */
/* ind_about */
.ind_about {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ind_about::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 55%);
	z-index: -1;
}

.ind_about .ind_tit h3::after {
	background-color: #a1c6f5;
}

.ind_about .ind_tit .con_tit,
.ind_about .ind_tit p {
	color: #fff;
}

.ind_about .ind_tit p {}

.ind_about .about-container {
	z-index: 2;
	display: flex;
}

.ind_about .about-container .ind_tit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	margin-top: 90px;
	margin-bottom: 90px;
}

.ind_about .about-container .about-img {
	width: 50%;
}

.ind_about .about-move {
	align-self: flex-start;
	display: inline-block;
	/* border-color: #fff;
	color: #fff; */
	margin: 20px 0 !important;
	/* border: 1px solid #fff; */
	padding: 14px;
	background: #006bae;
	color: #fff;
}

.ind_about .about-move:hover {
	/* border-color: #2b568d; */

}

.about-img {}

.about-img img {
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}

.num_item {}

.num_item ul {
	margin-top: 15px;
	padding: 0 40px;
}

.num_item ul li {
	width: 27%;
	margin-top: 60PX;
}

.num_item ul li .L {
	background: #006bae;
	border-radius: 50%;
	padding: 15px;
	margin-right: 20px;
}

.num_item ul li .L i {
	font-size: 60px;
	color: #fff;
}

.num_item ul li .num {
	color: #fff;
	/* text-align: center; */
	font-size: 56px;
}

.num_item ul li .num span {
	font-size: 16px;
	margin-left: 13px;
}

.num_item ul li .num span.sub {
	font-size: 26px;
}

.num_item ul li .info {
	margin-top: 12px;
	color: #fff;
	font-size: 16px;
	/* text-align: center; */
	line-height: 1.4;
}

.num_item ul li.num-tit .num {
	font-size: 28px;
	font-family: "Lovelo Black";

}

.num_item ul li .num .counter {
	display: inline-block;
	font-weight: 700;
}

/* ind_about——end */





/* ind_new */
.ind_new {}

.ind_new .top .ind_tit {
	margin-bottom: 35px;
}

.ind_new .top .ind_tit h3 {
	width: auto;
	margin-right: 15px;
}

.ind_new .top .ind_tit h3::after {
	content: none !important;
}

.ind_new .lf {
	width: 38%;
}


.ind_tit ul li a:hover::after {
	width: 100%;
}

.ind_new .top {}

.ind_new .top .ind_tit>.flex {
	width: 100%;
}

.ind_new .top .ind_tit>.flex .move {
	color: #006bae;
}

.ind_new .top .ind_tit>.flex .move i {
	margin-left: 5px;
	font-weight: 700;
}

.ind_new .top .ind_tit.one {
	width: 38%;
}

.ind_new .top .ind_tit.two {
	width: 58%;
}

.ind_new .lf a {}

.ind_new .lf a .pic {}

.ind_new .lf a .pic img {
	transition: all .3s
}

.ind_new .lf a .pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



.newtit.ind_tit {
	margin-bottom: 35px;
	margin-top: 35px;
}

.newtit.ind_tit .flex {
	width: 100%;
}

.newtit.ind_tit .flex h3 {
	width: auto;
}

.newtit.ind_tit .flex a {
	color: #006bae;
	font-size: 16px;
}

.newtit.ind_tit .flex a i {
	margin-left: 5px;
	font-weight: 700;
}

.newtit.ind_tit .flex h3::after {
	margin: 0.25rem 0 0 0;
}

.ind_new .lf a .info {
	padding: 25px;
	background-color: #f8f9fb;
}

.ind_new .lf a .info .tit {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
}

.ind_new .lf a .info .con {
	line-height: 1.5;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	COLOR: #898989;
}

.ind_new .lf a .info .move {
	color: #006bae;
	margin-top: 28px;
	font-size: 18px;
	font-family: "Montserrat-Bold";
}

.ind_new .lf a .info .move i {
	margin-left: 10px;
	font-weight: 700;
}

.ind_new .lr {
	width: 58%
}

.ind_new .lr ul {
	height: 100%;
}

.ind_new .lr ul li {
	/* height: 32%; */
	margin-bottom: 2%;
	border: 1px solid #ebebeb;
	transition: all .3s;
}

.ind_new .lr ul li:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.ind_new .lr ul li img {
	transition: all .3s;
}

.ind_new .lr ul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ind_new .lr ul li a {}

.ind_new .lr ul li a .lf {
	width: 33%;
	overflow: hidden;
}

.ind_new .lr ul li a .lf img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	height: 188px;
}

.ind_new .lr ul li a .lr {
	width: 65%;
}

.ind_new .lr ul li a .lr .tit {
	padding-top: 25px;
	font-size: 20px;
	font-weight: 700;
}

.ind_new .lr ul li a .lr .data {
	font-size: 14px;
	color: #bbbbbb;
	margin: 10px 0 12px 0;
}

.ind_new .lr ul li a .lr .con {
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px 20px 0;
	COLOR: #898989;
}


.ind_new .lf:hover .info {
	background-color: #006bae;
}

.ind_new .lf:hover .info .tit,
.ind_new .lf:hover .info .con,
.ind_new .lf:hover .info .move {
	color: #fff;
}

/* ind_new——end */



/* ind_job      */
.ind_job {
	background: url(../images/indjob_bg.jpg) no-repeat center;
	position: relative;
}

.ind_job::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000063;
	z-index: 1;
}

.ind_job .info {
	color: #fff;
	position: sticky;
	z-index: 9;
	width: 45%;
	float: right;
	padding: 40px 20px;
	background: #00000093;
}

.ind_job .tit {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff60;
}

.ind_job .con {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 1.6;
}

.ind_job .move {
	padding: 16px 40px;
	background-color: #006bae;
	border-radius: 20px;
	display: inline-block;
}

.ind_job .move:hover {
	background-color: #fff;
	color: #006bae;
}

/* ind_job——end */




.ind_honor {
	position: relative;
	overflow: hidden;
	z-index: 1;
	/* background: url(../images/ind-honor.jpg) no-repeat center; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ind_honor .honorsw {
	text-align: center;
	padding-bottom: 20px;
}

.ind_honor .honorsw .swiper-wrapper {}

.ind_honor .honorsw .swiper-wrapper .swiper-slide {}

.ind_honor .honorsw a {
	margin: 20px 0;
	display: inline-block;
}

.ind_honor .honorsw a .pic {
	border: 1px solid #ccc;
	transition: all .3s;
}

.ind_honor .honorsw a:hover .pic {
	border-color: #006bae;
}

.ind_honor .honorsw a .pic img {}

.ind_honor .swiper-button-next {
	top: 57%;
	right: 200px;
}

.ind_honor .swiper-button-prev {
	top: 57%;
	left: 200px;
}

.ind_honor .swiper-button-next i {
	font-size: 28px;
	border-radius: 50%;
	padding: 8px;
	border: 1px solid #006bae;
	color: #006bae;
	background: #fff;
}

.ind_honor .swiper-button-prev i {
	background: #fff;
	font-size: 28px;
	border-radius: 50%;
	padding: 8px;
	border: 1px solid #006bae;
	transform: rotate(180deg);
	color: #006bae;
}

.ind_honor .swiper-button-prev:after {
	content: '';
}

.ind_honor .swiper-button-next:after {
	content: '';
}

@media( max-width:768px) {
	.ind_about .about-container {
		z-index: 2;
		display: flex;
		flex-direction: column;
	}
	
	.ind_about .about-container .ind_tit {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.ind_about .about-container .about-img {
		width: 100%;
		margin-bottom: 20px;
	}

	.ind_about .ind_tit p{
		width: 100%;
	}
}