html,body{
	background: #fff;
}
.head{
	width: 1300px;
	height:180px;
	margin: 0 auto;
	background:rgba(255,255,255,1);
}
.head-login{
	padding: 33px 0 12px;
}
.head-login ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
}
.head-login ul li{
	font-size:15px;
	padding-right: 16px;
}
.head-logo img{
	width:141px;
	height:60px;
}
.head-tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-search{
	width:771px;
}
.search{
	width:771px;
	height:41px;
	border-radius:20px;
	background-color: #F8F8F8;
	display: flex;
	color: #666666;
	font-size:16px;
	align-items: center;
	justify-content: space-between;
}
.search-hot ul{
	display: flex;
}
.search-input img{
	margin-left: 19px;
	margin-right: 5px;
}
.search-line{
	padding: 0 17px;
}
.search input{
	flex: 1;
	background-color: #F8F8F8;
	width: 500px;
	height: 41px;
}
.search-btn{
	background-color: #FFF000;
	height: 41px;
	line-height: 41px;
	width: 80px;
	cursor: pointer;
	text-align: center;
	border-radius:0 20px 20px 0;
}
.search-hot{
	padding: 18px 0 0 54px;
}

.code-app{
	text-align: center;
}

.head-code{
	font-size:10px;
	display: flex;
}
.head-code p{
	padding-top: 3px;
}
.head-code img{
	width:83px;
	height:83px;
}
.code-line{
	width:1px;
	height:74px;
	margin: 0 11px;
	background:#D2D2D2;
}

.nav-main{
	background:rgba(255,240,0,1);
}
.nav{
	width: 1200px;
	height:43px;
	margin: 0 auto;
	
	
}
.nav>ul{
	font-size:21px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav>ul>li{
	line-height: 43px;
	cursor: pointer;
	padding-right: 63px;
	
}
.position-li{
	position: relative;
}
.position-ul{
	display: none;
	position: absolute;
	left: -7px;
}
.position-ul>li{
	    background-color: #FFF000;
	    padding: 6px 15px;
	    border-radius: 5px;
	    font-size: 16px;
	    line-height: 1;
	    margin-top: 5px;
	    /* font-weight: bold; */
	    color: rgba(85,85,85,1);
}
.swiper img{
	width: 100%;
	height: auto;
	object-fit: cover; 
}

.navList-main{
	width: 100%;
}
.navList{
	width: 1200px;
	margin: 0 auto;
}
.navList-tit ul{
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0;
	font-size:24px;
	color: #343434;
}
.navList-tit ul li{
	padding: 24px 88px;
	background-color: #F8F8F8;
	cursor: pointer;
	
}
.navList-active{
	background-color: #FFF000 !important;
}

.swiper{
	width: 1200px;
	margin: 0 auto;
}
.swiper img{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	object-fit: cover; 
}

.navList-main{
	width: 100%;
}
.navList{
	width: 1200px;
	margin: 50px auto 40px;
}
.line{
	margin-top: 7px;
	width: 1200px;
	height: 1px;
	background-color: #DCDCDC;
}
.bodyCont{
	width: 1200px;
	margin: 0 auto;
	
}
.bodyCont-tit{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	padding-bottom: 23px;
}
.bodyCont-tit img{
	margin-right: 9px;
}
.bodyCont .uls{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bodyCont .uls:after{
	 content: '';
	 width: 364px;
 }
.bodyCont .uls li{
	width:364px;
	height:583px;
	background-color: #F8F8F8;
	/* background:rgba(255,240,0,1); */
	border-radius:5px;
	text-align: center;
	margin-bottom: 48px;
	
}

.typetwo{
	height:394px !important;
}


.bodyCont-cont{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bodyCont-cont-head img{
	width:45px;
	height:45px;
	border-radius:50%;
}
.bodyCont-cont-tit p{
	margin-left: 10px;
	width: 240px;
	font-size:20px;
	text-align: left;
	font-weight:bold;
	color: #6C6C6C;
}
.bodyCont-cont-tit p:first-child{
	font-size:18px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(181,181,181,1);
	padding-bottom: 8px;
}
.bodyCont-cont-tit p:last-child{
	width:225px;
	height: 30px;
	font-size:20px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(59,59,59,1);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bodyCont-img2{
	padding: 34px 0 25px;
}
.bodyCont-img2 img{
	width:296px;
	height:241px;
}

.fa-time{
	padding: 21px 0 25px;
}
.fa-dong{
	padding-top: 14px;
	text-align: right;
}



.footer-main{
	background-color: #FFF000 !important;
}