@charset "utf-8";

/* 幻灯片 */
.banner .item {
	display: block;
	position: relative;
}
.banner .litpic {
	width: 100%;
	display: block;
    -webkit-animation-name: banscaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
}
@keyframes banscaleDraw {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
    75% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.banner .item .box {
	width: 100%;
	padding: 0 .4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner .item .box .title {
	font-family: Roboto-Condensed-Bold;
	font-size: .6rem;
	color: #FFFFFF;
	text-shadow: 0 .01rem .01rem #060606;
	margin-bottom: .05rem;
}
.banner .item .box .desc {
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .36rem;
	margin-bottom: .5rem;
	width: 80%;
}
.banner .item .box .btn {
	width: 1.2rem;
	height: .4rem;
	border-radius: .05rem;
	border: .01rem solid #FFFFFF;
	font-size: .16rem;
	color: #FFFFFF;
	line-height: .4rem;
	text-align: center;
}
.banner .swiper-pagination {
	bottom: 4%;
}
.banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	border-radius: 100%;
	margin: 0 .07rem !important;
	background: #83BD23;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #ffffff;
}
@media (max-width: 767px) {
	.banner .bg_litpic {
		height: 5rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.banner .item .box {
		padding: 0;
	}
	.banner .item .box .title {
		font-size: .4rem;
		margin-bottom: .1rem;
	}
	.banner .item .box .desc {
		font-size: .28rem;
		line-height: .4rem;
		width: 100%;
	}
	.banner .item .box .btn {
		width: 1.8rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .24rem;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
}

/* 幻灯片 */

/* 关于我们 */
.section3 {
	padding: .8rem 0;
	background: #ffffff;
}
.section3 .image {
	width: 100%;
	aspect-ratio: 638 / 450;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: .15rem;
}
.section3 .box {
}
.section3 .box .title {
	font-size: .6rem;
	font-family: Roboto-Condensed-Bold;
	color: #152985;
	margin-bottom: .6rem;
	line-height: 100%;
}
.section3 .box .desc {
	font-size: .18rem;
	color: #19315D;
	line-height: .36rem;
}
.section3 .box .box p {}
.section3 .box .link {
	display: block;
	margin-top: .7rem;
	text-align: center;
	width: 1.2rem;
	height: .4rem;
	border: .01rem solid #152985;
	border-radius: .05rem;
	font-size: .16rem;
	color: #152985;
	line-height: .4rem;
}
@media (max-width: 1199px) {
	.section3 .box .title {
		font-size: .5rem;
		margin-bottom: 0.4rem;
	}
	.section3 .box .desc {
		font-size: .24rem;
		line-height: .4rem;
	}
}
@media (max-width: 767px) {
	.section3 .box {
		margin-top: .6rem;
	}
	.section3 .box .desc {
		font-size: .32rem;
		line-height: .48rem;
	}
	.section3 .box .link {
		width: 1.8rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .24rem;
	}
}
/* 关于我们 */

/* Featured Products / Solutions */
.section1 {
	background: #F1F1F1;
	padding: .8rem 0;
}

.section1 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .6rem;
	line-height: 100%;
	color: #152985;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .6rem;
}

.section1 .list {}

.section1 .list .item {}

.section1 .list .item .litpic {
	width: 100%;
	aspect-ratio: 340 / 270;
	border-radius: .15rem;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
}
.section1 .list .item:hover .litpic {
	background-size: 110% 110%;
}

.section1 .list .item .box {
	padding: .2rem .5rem .28rem;
}

.section1 .list .item .box .title {
	font-size: .16rem;
	color: #19315D;
	height: .42rem;
	line-height: .21rem;
	overflow: hidden;
	text-align: center;
	font-weight: 300;
}

@media (max-width: 767px) {
	.section1 .list .item .box {
		padding: .2rem 0 .28rem;
	}
	.section1 .list .item .box .title {
		font-size: .24rem;
		height: .56rem;
  	line-height: .28rem;
	}
}
/* Featured Products / Solutions */

/* Who We Serve */
.section4 {
	background: #ffffff;
	padding: .8rem 0;
}
.section4 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .6rem;
	line-height: 100%;
	color: #152985;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .6rem;
}
.section4 .list {
	
}
.section4 .list .litpic {
	width: 100%;
	aspect-ratio: 340 / 495;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
	position: relative;
}
.section4 .list .litpic:hover {
	background-size: 110% 110%;
}
.section4 .list .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .8rem;
	background: rgba(21, 41, 133, .6);
	font-size: .18rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 .12rem;
	line-height: .24rem;
}
@media (max-width: 767px) {
	.section4 .list .litpic {
		margin-bottom: .3rem;
	}
	.section4 .list .title {
		font-size: .24rem;
		line-height: .3rem;
		height: .92rem;
	}
}
/* Who We Serve */

/* Why Us */
.section2 {
	background: #EFEFEF;
	padding: .8rem 0;
}
.section2 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .6rem;
	line-height: 100%;
	color: #152985;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .4rem;
}
.section2 .cate-desc {
	font-size: .18rem;
	color: #333333;
	line-height: .24rem;
	text-align: center;
	margin-bottom: 1rem;
}
.section2 .list {
	
}
.section2 .list .item {
	background: #ffffff;
	padding: .65rem .25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	cursor: pointer;
}
.section2 .list .item:hover {
	border-radius: .05rem;
	box-shadow: 0 .05rem .05rem rgba(0, 0, 0, .2);
}
.section2 .list .item .icon {
	width: .6rem;
	height: .6rem;
	display: block;
}
.section2 .list .item .title {
	font-family: Roboto-Condensed-Bold;
	font-size: .36rem;
	color: #152985;
	margin-top: .15rem;
	text-align: center;
	line-height: 100%;
	margin-bottom: .2rem;
}
.section2 .list .item .desc {
	font-size: .16rem;
	color: #333333;
	line-height: .3rem;
	text-align: center;
	margin: 0 auto;
	height: 1.2rem;
}
@media (max-width: 768px) {
	.section2 .cate-desc {
		font-size: .28rem;
  	line-height: .4rem;
  	margin-bottom: .6rem;
	}
	.section2 .list .item {
		margin-top: .34rem;
		padding: .48rem .2rem;
	}
	.section2 .list .item .desc {
		font-size: .24rem;
		line-height: .4rem;
		height: 2.8rem;
	}
}
/* Why Us */
