/* 头部导航 */
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	background-color: #FFCA4A;
	border-bottom: none;
	border-radius: 0!important;
}

.navbar-default{
	border: none;
}

/* 左侧logo */
.nav-img-bar a{
	display: flex;
	align-items: center;
}
.nav-img-bar img{
	display: block;
	margin-right: 1.8rem;
	width: 3.8rem;
	height: 3.8rem;
}
.nav-img-bar h1 {
	font-size: 1.4rem;
	font-weight: 500;
	color: #1A1A1A;
	user-select: none;
}
/* 左侧logo */
/* 头部导航 */


/* 主体盒子 */
.container_box{
	position: relative;
}
/* 主体盒子 */


/* 轮播图盒子 */
.container1{
	position: relative;
	width: 100%;
}
/* 轮播图盒子 */


/* 轮播图 */
.swiper-cont {
	width: 100%;
	height: auto;
}
.swiper-cont img {
	width: 100%;
	height: auto;
}
.swiper-slide {
	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_content{
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFCA4A;
}
/* 轮播图 */


/* 标题 */
.container_title{
	margin-bottom: 8rem;
	font-size: 3rem;
	line-height: 4rem;
	color: #3D3D3D;
	text-align: center;
}
/* 标题 */


.container2{
	padding: 6.7rem 0;
	background-color: #FFFFFF;
}

.container3{
	padding: 0 0 6rem;
	background-color: #FFFFFF;
}

.fun_box{
	display: flex;
	justify-content: space-between;
}

.fun_box_a{
	padding: 0 2rem;
}

.fun_box_a section{
	display: none;
}

.fun_a_a{
	max-width: 30rem;
	height: auto;
}

.fun_box_a .fun_a{
	display: block;
}

.fun_ul{
	max-width: 53rem;
}

.fun_box li{
	padding: 2rem 4rem 3rem;
	cursor: pointer;
}

.fun_li_a{
	margin-bottom: 2rem;
	font-size: 2.4rem;
	color: #333;
}

.fun_li_b{
	font-size: 1.4rem;
	color: #333;
}

.fun_box .fun_li{
	background-color: #FFCA49;
}

.code_box{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.code_li{
	margin-bottom: 2rem;
	width: 28.5rem;
	border: 1px solid #E5E5E5;
}

.code_li_a{
	line-height: 5.6rem;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
	background-color: #FFCA49;
}

.code_li_b{
	padding: 2.4rem 0 3.8rem;
}

.code_li_b_a{
	display: block;
	margin: 0 auto;
	width: 16.8rem;
	height: 16.8rem;
}


/* 版权所有 */
.footer {
	background-color: #111111;
}
.footer_copyright {
	padding: 3rem 0;
	background-color: #111111;
	font-size: 1.4rem;
	text-align: center;
}
.footer_copyright p {
	color: #999999;
	letter-spacing: .1px;
}
/* 版权所有 */


/* 媒体查询*/
@media (min-width: 1200px) {
	/* 主体 */
	.nav-box {
		margin: 0 auto;
		width: 1200px;
	}
	
	/* 中心版图 */
	.content{
		margin: 0 auto;
		width: 1200px;
	}
	/* 中心版图 */
}

@media (max-width: 1199px) {
	/* 左侧logo */
	.navbar-header{
		padding-left: 1rem;
	}
	.nav-img-bar img{
		margin-right: 1rem;
	}
	/* 左侧logo */
	
	
	/* 中心版图 */
	.content{
		padding: 0 1rem;
	}
	/* 中心版图 */
	
	
	/* 版权所有 */
	.footer_copyright{
		padding: 2rem 0;
	}
	/* 版权所有 */
}


@media (max-width: 999px) {
	
	.fun_li_a{
		font-size: 2rem;
	}
	
	
	.code_box{
		justify-content: space-between;
	}
	.code_li{
		width: 48%;
	}
}

@media (max-width: 790px) {
	/* 标题 */
	.container_title{
		margin-bottom: 3rem;
		font-size: 2.8rem;
		font-weight: 600;
	}
	/* 标题 */
}

/* 小屏以上 */
@media (min-width: 768px) {
	/* logo */
	.nav-img-bar a{
		height: 6rem;
	}
	/* logo */
}

/* 小屏 */
@media (max-width: 767px) {
	/* 头部导航 */
	.navbar-default .navbar-nav>li:nth-child(1) {
		width: 100%!important;
		background-color: #1578FF;
	}
	.navbar-default .navbar-nav>li:nth-child(1)>a {
		color: #FFF!important;
	}
	.navbar-nav>li:nth-child(1)>a:after {
		width: 0;
	}
	/* 头部导航 */
	
	.navbar{
		position: relative;
		background: linear-gradient(to bottom , #FFCA4A,#FFCA4A) !important;
	}
	
	
	/* 功能栏 */
	.navbar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}
	/* 功能栏 */
	
	/* 小屏logo */
	.navbar-header .nav-img-bar {
		display: block;
		margin: 1rem;
		margin-right: 0;
		width: 90%;
		height: auto;
	}
	
	.nav-img-bar h1{
		color: #333;
	}
	/* 小屏logo */
	
	
	/* 主体 */
	
	/* 标题 */
	.container_title{
		margin-bottom: 3rem;
		font-size: 2.6rem;
		font-weight: 600;
	}
	/* 标题 */
	
	
	/* 平台 */
	.container2{
		padding: 4rem 0;
	}
	/* 平台 */
	
	.fun_box{
		flex-wrap: wrap;
	}
	
	.fun_box_a{
		margin-bottom: 2rem;
		padding: 0;
		width: 100%;
	}
	
	.fun_a_a{
		display: block;
		margin: 0 auto;
	}
	
	.fun_box_b,
	.fun_ul{
		max-width: 100%;
	}
	
	/* 主体 */
}

@media (max-width: 633px) {
	/* 版权所有 */
	.footer_copyright{
		padding: 2rem 0;
	}
	/* 版权所有 */
}

@media (max-width: 469px) {
	
	.fun_a_a{
		width: 80%;
	}
	
	.code_li{
		width: 100%;
	}
	
	/* 版权所有 */
	.footer_copyright{
		padding: 1.5rem 0;
	}
	.footer_copyright p {
		font-size: 1.1rem;
	}
	/* 版权所有 */
}

/* 动画效果*/
/* 从下向上 */
@keyframes fadeInUpLeft {
	from {
		opacity: 0.5;
		transform: translate(0px, 100px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.container_title,
.code_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;
	}
}

.fun_box_a{
	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;
	}
}
.fun_box_b{
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeRight;
}
/* 从右往左 */