/* 头部导航 */
.navbar-default .navbar-nav>li:nth-child(6)>a {
	color: #004CFF!important;
}
.navbar-nav>li:nth-child(6)>a:after {
	width: 100%;
}
/* 头部导航 */

/* 主体盒子 */
.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: 15rem;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
}
.swiper_list_a{
	margin-bottom: 3.5rem;
	font-size: 6rem;
	font-weight: 600;
	color: #1D213A;
	text-align: center;
}
.swiper_list_b{
	font-size: 2.4rem;
	color: #6F8DB0;
	text-align: center;
}
/* 轮播图 */




.container2{
	padding: 5rem 0;
	background-color: #FFFFFF;
}
.case_ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case_ul li{
	position: relative;
	padding-bottom: 3.2rem;
	font-size: 2.2rem;
	color: #3D3D3D;
	cursor: pointer;
}
.case_ul li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 0;
	height: 4px;
	content: '';
	background-color: #004CFF;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1);
	z-index: 1;
	border: none;
}
.case_li:after{
	width: 100% !important;
}
.case_ul li:hover:after{
	width: 100% !important;
}
.case_border{
	margin-top: -4px;
	height: 4px;
	background-color: #D6E4F1;
}



.news_list{
	padding: 7.5rem 0 0;
}

.news_li{
	display: block;
	position: relative;
	margin-bottom: 4rem;
	width: 100%;
	overflow: hidden;
}
.news_li_a{
	width: 100%;
	height: auto;
}
.news_li_b{
	position: absolute;
	top: 0;
	padding: 5rem 4.5rem 0;
	width: 50%;
	height: 100%;
	background-color: rgba(0,76,255,0.4);
}
.news_li_c{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: url('../img/case1.png');
	background-size: auto 100%;
	background-position: left;
	filter: blur(8px);
}
.news_li:nth-child(even) .news_li_c{
	background-position: right;
}
.news_li:nth-child(odd) .news_li_c,
.news_li:nth-child(odd) .news_li_b{
	left: 0;
}
.news_li:nth-child(even) .news_li_c,
.news_li:nth-child(even) .news_li_b{
	right: 0;
}

.news_li_b_a{
	font-size: 2.4rem;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.news_li_b_b{
	margin: 5rem 0;
	width: 4.6rem;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 1.6rem;
	color: #1E49B8;
	background-color: #FFF;
	text-align: center;
}
.news_li_b_c{
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}



/* 媒体查询*/
@media (min-width: 1340px) {
	
}
@media (max-width: 1339px) {
	/* 轮播图 */
	.swiper_list{
		padding: 15rem 2rem 0;
	}
	.swiper_list_a{
		font-size: 4rem;
	}
	/* 轮播图 */
	
}

@media (max-width: 1237px) {
	.container2{
		padding: 5rem 1rem;
	}
	.news_list{
		padding: 4rem 0 0;
	}
	
}

@media (min-width: 1200px) {
	/* 主体 */
	.content{
		margin: 0 auto;
		width: 1200px;
	}
}

@media (max-width: 1200px) {
	.content{
		/* padding: 0 1rem; */
	}
	
	.container3{
		padding: 4rem 0;
	}
	
	.news_li_b_b{
		margin: 3rem 0;
	}
}

@media (max-width: 1049px) {
	
}

@media (min-width: 992px){
	
}

@media (max-width: 991px) {
	/* 轮播图 */
	.swiper_list{
		padding: 15rem 2rem 0;
	}
	.swiper_list_a{
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	.swiper_list_b{
		font-size: 1.6rem;
	}
	.swiper_list_c{
		width: 8rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.4rem;
	}
	/* 轮播图 */
	
	.news_li_b{
		padding: 4rem 4rem 0;
	}
}

@media (max-width: 889px) {
	.news_li_b_b{
		margin: 2rem 0;
	}
	.news_li_b_c{
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 790px) {
	.container2{
		padding: 4rem 1rem;
	}
	
	
	.news_li_b_a{
		font-size: 2.2rem;
	}
	.news_li_b_b{
		margin: 1.5rem 0;
	}
}

@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(6) {
		width: 100%!important;
		background-color: #004CFF;
	}
	.navbar-default .navbar-nav>li:nth-child(6)>a {
		color: #FFF!important;
	}
	.navbar-nav>li:nth-child(6)>a:after {
		width: 0;
	}
	/* 头部导航 */
	
	
	/* 主体 */
	
	/* 轮播图 */
	.swiper_list{
		padding: 5rem 1rem 0;
	}
	.swiper_list_a{
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	.swiper_list_b{
		font-size: 1.6rem;
	}
	.swiper_list_c{
		width: 8rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.4rem;
	}
	/* 轮播图 */
	
	.container_title_a {
		margin-bottom: 2rem;
	}
	
	.case_ul li{
		font-size: 1.6rem;
	}
	
	
	.news_li_b{
		padding: 3.5rem 3rem 0;
	}
	.news_li_b_a{
		font-size: 2rem;
	}
	.news_li_b_b{
		height: 2rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.news_li_b_c{
		font-size: 1.5rem;
	}
	.news_li_b_c{
		-webkit-line-clamp: 3;
	}
}

@media (max-width: 705px) {
	
}

@media (max-width: 670px) {
	.news_li_b{
		padding: 2.5rem 2.5rem 0;
	}
}

@media (max-width: 610px) {
	.news_li{
		margin-bottom: 2rem;
	}
}
@media (max-width: 595px) {
	.news_li_b{
		padding: 2rem 2rem 0;
	}
	.news_li_b_a{
		font-size: 1.7rem;
	}
	.news_li_b_b{
		margin: 1rem 0;
		width: 4rem;
		height: 1.6rem;
		line-height: 1.6rem;
		font-size: 1.2rem;
	}
	.news_li_b_c{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}

@media (max-width: 523px) {
	/* 轮播图 */
	.swiper_list{
		padding: 3rem 1rem 0;
	}
	.swiper_list_a{
		margin-bottom: .5rem;
		font-size: 2.2rem;
	}
	.swiper_list_b{
		font-size: 1.4rem;
	}
	.swiper_list_c{
		width: 6rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 1rem;
	}
	/* 轮播图 */
}

@media (max-width: 474px) {
	.news_li_b_c{
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 446px) {
	.container2{
		/* padding: 2rem 1rem; */
	}
	
	.case_ul li{
		font-size: 1.5rem;
	}
}

@media (max-width: 417px) {
	.swiper_list{
		padding-top: 1rem;
	}
	.swiper_list_a{
		margin-bottom: 0;
	}
	.swiper_list_b{
		font-size: 1.2rem;
	}
	
	.news_li_b{
		padding: 1rem 1rem 0;
	}
	.news_li_b_a{
		font-size: 1.6rem;
	}
	.news_li_b_c{
		font-size: 1.1rem;
		line-height: 2rem;
	}
	.news_li_b_c{
		-webkit-line-clamp: 2;
	}
	
	
	.case_ul li{
		font-size: 1.4rem;
	}
}

@media (max-width: 375px) {
	.case_ul li{
		font-size: 1.2rem;
	}
}




/* 动画效果*/
/* 从下向上 */
@keyframes fadeInUpLeft {
	from {
		opacity: 0.5;
		transform: translate(0px, 100px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.container_title,
.container_title_a{
	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;
}
/* 淡出 */