/* 头部导航 */
.navbar-default .navbar-nav>li:nth-child(5)>a {
	color: #004CFF!important;
}
.navbar-nav>li:nth-child(5)>a:after {
	width: 100%;
}
.navbar-default .navbar-nav>li:nth-child(5)>.dropdown-menu li:nth-child(1){
	background-color: #004CFF !important;
}
.navbar-default .navbar-nav>li:nth-child(5)>.dropdown-menu li:nth-child(1) span{
	color: #FFF !important;
}
/* 头部导航 */

/* 主体盒子 */
.container_box{
	position: relative;
}
/* 主体盒子 */


/* 轮播图盒子 */
.container1{
	width: 100%;
}
/* 轮播图盒子 */


/* 轮播图 */
.swiper-cont {
	width: 100%;
	height: auto;
}
.swiper-cont img {
	width: 100%;
	height: auto;
}
.swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	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;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination {
	bottom: 4rem !important;
}
.swiper_list{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 18rem;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
}
.swiper_list_a{
	margin-bottom: 3rem;
	font-size: 6.4rem;
	font-weight: 600;
	color: #1D213A;
	text-align: left;
}
.swiper_list_b{
	max-width: 73rem;
	font-size: 1.6rem;
	color: #6F8DB0;
	text-align: left;
}
/* 轮播图 */

.container2{
	padding: 0 0 9rem;
	background-color: #FFFFFF;
}


.data_box{
	position: relative;
	display: flex;
	justify-content: space-around;
	margin-top: -10rem;
	margin-bottom: 5rem;
	padding: 4.9rem 0 2.8rem;
	background-color: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
	border-radius: 10px;
	z-index: 9;
}
.data_li_a{
	font-size: 4.8rem;
	font-weight: 600;
	color: #004CFF;
	text-align: center;
}
.data_li_b{
	font-size: 1.6rem;
	color: #505F79;
	text-align: center;
}





.container_title{
	margin-bottom: 4rem;
}
.reason_list{
	display: flex;
	justify-content: space-between;
}
.reason_li{
	padding: 4.5rem 2rem 4rem;
	width: 19%;
	background-color: #FCFCFD;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.reason_li_a{
	margin-bottom: 3rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #04173F;
}
.reason_li_b{
	font-size: 1.4rem;
	color: #8A9FCA;
}
.reason_li:hover{
	transform: scale(1.05,1.05);
	background-image: linear-gradient(to bottom,#4E6492,#00133A);
}
.reason_li:hover .reason_li_a,
.reason_li:hover .reason_li_b{
	color: #FFF;
}




.container3{
	padding: 5rem 0 6rem;
	background: url('../img/index_container2.png') no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
}
.certificate_box{
	padding-top: 3rem;
}
.certificate_a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.5rem;
	padding: 0 16.4rem;
}
.certificate_a_a{
	display: block;
	width: 38rem;
	height: auto;
}
.certificate_b{
	display: flex;
	justify-content: space-between;
}
.certificate_b_a{
	width: 25.5rem;
	height: auto;
}








/* 媒体查询*/
@media (min-width: 1340px) {
	
}
@media (max-width: 1339px) {
	/* 轮播图 */
	.swiper_list{
		padding: 15rem 2rem 0;
	}
	.swiper_list_a{
		margin-bottom: 2rem;
		font-size: 4rem;
	}
	/* 轮播图 */
	
}

@media (max-width: 1237px) {
	.container2{
		padding: 0 1rem 5rem;
	}
	
}

@media (min-width: 1125px) {
	/* 主体 */
	.content{
		margin: 0 auto;
		width: 1125px;
	}
}

@media (max-width: 1125px) {
	
	.container3{
		padding: 4rem 1rem;
	}
	.certificate_a{
		padding: 0;
	}
	.certificate_a_a{
		width: 32%;
	}
	.certificate_a_a1{
		margin-left: 17%;
	}
	.certificate_a_a2{
		margin-right: 17%;
	}
	.certificate_b_a{
		width: 24%;
	}
	
	.data_box{
		margin: -5rem 3rem 5rem;
		padding: 2rem 0;
	}
}

@media (max-width: 1049px) {
	
}

@media (min-width: 992px){
	
}

@media (max-width: 991px) {
	/* 轮播图 */
	.swiper_list{
		padding: 15rem 2rem 0;
	}
	.swiper_list_a{
		margin-bottom: 1rem;
		font-size: 3rem;
	}
	.swiper_list_b{
		max-width: 55rem;
		font-size: 1.2rem;
	}
	/* 轮播图 */
	
	
	.reason_li{
		padding: 3rem 2rem 3rem;
	}
	
	
	.data_li_a{
		font-size: 4rem;
	}
	.data_li_b{
		font-size: 1.5rem;
	}
}

@media (max-width: 889px) {
	.reason_li{
		padding: 2.5rem 1.5rem 2rem;
	}
	.reason_li_a{
		margin-bottom: 2rem;
		font-size: 1.5rem;
	}
	.reason_li_b{
		font-size: 1.2rem;
	}
	
	.data_box{
		margin-top: -3rem;
	}
	.data_li_a{
		font-size: 3.6rem;
	}
	.data_li_b{
		font-size: 1.5rem;
	}
}


@media (max-width: 846px) {
	.swiper_list{
		padding-top: 14rem;
	}
	.swiper_list_a{
		margin-bottom: 0;
	}
}

@media (max-width: 790px) {
	/* 轮播图 */
	.swiper_list{
		padding: 14rem 1rem 0;
	}
	.swiper_list_b{
		max-width: 70rem;
		font-size: 1.2rem;
	}
	/* 轮播图 */
	
	
	.container2{
		padding: 0 1rem 4;
	}
	
	.reason_li{
		padding: 2rem 1rem 2rem;
	}
	.reason_li_a{
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	.reason_li_b{
		font-size: 1.1rem;
	}
}

@media (min-width: 768px) {
	.container_title{
		font-size: 3.6rem;
	}
	
	.container_title_a{
		font-size: 1.8rem;
	}
}

/* 小屏 */
@media (max-width: 767px) {
	/* 头部导航 */
	.navbar-default .navbar-nav>li:nth-child(5) {
		width: 100%!important;
		background-color: #004CFF;
	}
	.navbar-default .navbar-nav>li:nth-child(5)>a {
		color: #FFF!important;
	}
	.navbar-nav>li:nth-child(6)>a:after {
		width: 0;
	}
	
	.navbar-default .navbar-nav>li:nth-child(5)>.dropdown-menu li:nth-child(1){
		background-color: #FFF !important;
	}
	.navbar-default .navbar-nav>li:nth-child(5)>.dropdown-menu li:nth-child(1) span{
		color: #004CFF !important;
	}
	/* 头部导航 */
	
	
	/* 主体 */
	
	/* 轮播图 */
	.swiper_list{
		padding: 2rem 1rem 0;
	}
	.swiper_list_a{
		margin-bottom: 1rem;
	}
	.swiper_list_b{
		font-size: 1.2rem;
	}
	/* 轮播图 */
	
	.container2,
	.container3{
		padding: 3rem 1rem;
	}
	.container2{
		padding-top: 0;
	}
	.container_title{
		margin-bottom: 2rem;
	}
	
	.container_title_a {
		margin-bottom: 2rem;
	}
	
	.data_box{
		margin-top: -4rem;
		margin-bottom: 3rem;
	}
	.data_li_a{
		font-size: 3.2rem;
	}
}

@media (max-width: 705px) {
	
}

@media (max-width: 670px) {
	.reason_list{
		flex-wrap: wrap;
		justify-content: left;
	}
	.reason_li{
		margin-right: 2%;
		margin-bottom: 1.5rem;
		padding: 3rem 2rem 4rem;
		width: 32%;
	}
	.reason_li:nth-child(3n){
		margin-right: 0;
	}
	
	.certificate_a_a1{
		margin-left: 0;
	}
	.certificate_a_a2{
		margin-right: 0;
	}
	.certificate_a_a{
		width: 49%;
	}
	.certificate_b{
		flex-wrap: wrap;
	}
	.certificate_b_a{
		margin-bottom: 1rem;
		width: 49%;
	}
}

@media (max-width: 568px) {
	/* .swiper_list_b{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		word-break: break-all;
	} */
	
	.container2{
		padding-top: 2rem;
	}
	.data_box{
		margin: 0 1rem 3rem;
	}
	.data_li_a{
		font-size: 3rem;
	}
	.data_li_b{
		font-size: 1.4rem;
	}
}
@media (max-width: 545px) {
	
	
	
	.reason_list{
		justify-content: space-between;
	}
	.reason_li{
		margin-right: 0;
		margin-bottom: 1rem;
		padding: 3rem 2rem 4rem;
		width: 49%;
	}
	.reason_li:nth-child(3n){
		margin-right: 0;
	}
	
	.certificate_box{
		padding-top: 0;
	}
}

@media (max-width: 523px) {
	/* 轮播图 */
	.swiper_list{
		padding: 1rem 1rem 0;
	}
	.swiper_list_a{
		margin-bottom: .5rem;
		font-size: 2.2rem;
	}
	.swiper_list_b{
		font-size: 1rem;
	}
	/* 轮播图 */
}

@media (max-width: 474px) {
	.data_li_a{
		font-size: 2.7rem;
	}
	.data_li_b{
		font-size: 1.2rem;
	}
}

@media (max-width: 446px) {
	
}

@media (max-width: 417px) {
	.swiper_list{
		padding: .5rem .5rem 0;
	}
	.swiper_list_a{
		margin-bottom: 0;
		font-size: 2rem;
		line-height: 2.2rem;
	}
	.swiper_list_b{
		line-height: 1.3rem;
	}
}

@media (max-width: 375px) {
	
}




/* 动画效果*/
/* 从下向上 */
@keyframes fadeInUpLeft {
	from {
		opacity: 0.5;
		transform: translate(0px, 100px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.container_title,
.container_title_a,
.certificate_box,
.reason_list,
.data_box{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUpLeft;
}
/* 从下向上 */


/* 从左往右 */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* .community_li:nth-child(odd){
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
} */
/* 从左往右 */

/* 从右往左 */
@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
/* .community_li:nth-child(even){
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeRight;
} */
/* 从右往左 */

/* 淡出 */
@keyframes fadeIn {
	0% {
		opacity: 0; /*初始状态 透明度为0*/
	}
	50% {
		opacity: 0; /*中间状态 透明度为0*/
	}
	100% {
		opacity: 1; /*结尾状态 透明度为1*/
	}
}
/* .figure_box{
	animation-duration: 1.2s;
	animation-fill-mode: both;
	animation-name: fadeIn;
} */
/* 淡出 */

