@charset "utf-8";

/* 幻灯片 */
.banner .item {
	display: block;
	position: relative;
	overflow: hidden;
}
.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;
	text-align: center;
}
.banner .item .box .desc {
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .36rem;
	margin-bottom: .5rem;
}
.banner .item .box .btn {
	width: 1.2rem;
	height: .4rem;
	border-radius: .2rem;
	border: .01rem solid #FFFFFF;
	font-size: .16rem;
	color: #FFFFFF;
	line-height: .4rem;
	text-align: center;
	margin: 0 auto;
}
.banner .item .box .btn:hover {
	background: #ec8e13;
	border: .01rem solid #ec8e13;
	transition: all .3s;
}
.banner .swiper-pagination {
	bottom: 4%;
}
.banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	border-radius: 100%;
	margin: 0 .07rem !important;
	background: #ec8e13;
	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;
	}
	.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;
	}
}

/* 幻灯片 */

/* Why Us */
.section2 {
	background: #ffffff;
	padding: 1.2rem 0;
}
.section2 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .48rem;
	line-height: 100%;
	color: #0f6388;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .4rem;
}
.section2 .cate-desc {
	font-size: .22rem;
	color: #1b224d;
	line-height: .5rem;
	text-align: center;
	margin-bottom: 0.8rem;
}
.section2 .list {
	
}
.section2 .list .item {
	background: #c8d0ac;
	border-radius: .15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	cursor: pointer;
	padding-bottom: .3rem;
	margin-top: .2rem;
}
.section2 .list .row .col-md-8:nth-child(2) .item {
	background: #fed7a4;
}
.section2 .list .row .col-md-8:nth-child(3) .item {
	background: #ffecc7;
}
.section2 .list .item:hover {
	border-radius: .05rem;
	box-shadow: 0 .05rem .05rem rgba(0, 0, 0, .2);
}
.section2 .list .item .icon {
	width: 3.2rem;
	height: 3.2rem;
	display: block;
}
.section2 .list .item .title {
	font-family: Roboto-Condensed-Bold;
	font-size: .3rem;
	color: #1c244e;
	text-align: center;
	line-height: 100%;
	margin-bottom: .2rem;
}
.section2 .list .item .desc {
	font-size: .16rem;
	color: #1c244e;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.section2 .cate-desc {
		font-size: .28rem;
  	line-height: .4rem;
  	margin-bottom: .6rem;
	}
	.section2 .list .item {
		margin-top: .3rem;
		padding: 0 0 .3rem;
	}
	.section2 .list .item .title {
		font-size: .4rem;
	}
	.section2 .list .item .desc {
		font-size: .28rem;
	}
}
/* Why Us */
