html,body{
	background: #fff;
}
.head-main{
	width: 100%;
	background-color: #fff;
}
.head{
	width: 1300px;
	min-width: 1200px;
	min-height: 180px;
	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{
	/* width: 1200px; */
	margin: 0 auto;
}
.swiper img{
	width: 100%;
	min-width: 1200px;
	min-height: 196px;
	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;
	background-color: #fff;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
.bc-l{
	width: 190px;
	
	
}
.bc-l ul li{
	text-align: center;
	line-height: 54px;
	width: 188px;
	height:54px;
	background-color: #FFFFFF;
	border:1px solid rgba(220,220,220,1);
	border-radius:5px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size:22px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.zhongxin{
	display: list-item;
	text-align: center;
	line-height: 54px;
	width: 188px;
	height:54px;
	border:1px solid rgba(220,220,220,1);
	border-radius:5px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size:22px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(51,51,51,1);
	background-color: #FABE00 !important;
}

.bc-active{
	background-color: #F8F8F8 !important;
}
.bc-r{
	width: 940px;
}

.bc-contact{
	width:940px;
	height:523px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(228,228,228,1);
	display: flex;
	align-items: center;
	padding: 0 45px 0 55px;
}
.c-us-cont{
	padding-left: 48px;
}
.ust-tit{
	font-size:24px;
	font-family:SourceHanSansCN;
	color:rgba(250,190,0,1);
}
.ust-cont{
	padding: 29px 0 49px;
	font-size:17px;
	font-family:SourceHanSansCN;
	color:rgba(102,102,102,1);
	line-height:30px;
}


.complaint{
	width:940px;
	height:738px;
	text-align: center;
	background:rgba(255,255,255,1);
	border:1px solid rgba(228,228,228,1);
}
.com-tit{
	margin: 21px auto;
	width:850px;
	height:40px;
	line-height: 40px;
	background:rgba(255,240,0,1);
	border-radius:5px;
	font-size:22px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(36,33,28,1);
}
.com-cont{
	padding-left: 45px;
	text-align: left;
	font-size:20px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(36,33,28,1);
	margin-bottom: 15px;
}
.com-cont input{
	width:399px;
	height:35px; 
	border:1px solid rgba(229,229,229,1);
}
.com-tou{
	padding-left: 45px;
	text-align: left;
	font-size:20px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(144,144,144,1);

}
.com-tou textarea{
	vertical-align: top;
	width:747px;
	height:330px;
	border:1px solid rgba(229,229,229,1);
}
.com-send{
	font-size:17px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(36,33,28,1);
	line-height: 33px;
	width:125px;
	height:33px;
	background:rgba(255,240,0,1);
	border-radius:5px;
	margin: 13px 0 0 147px;
}


.law{
	width:940px;
	height:614px;
	overflow-y: auto;
	background:rgba(255,255,255,1);
	border:1px solid rgba(228,228,228,1);
	font-size:16px;
	font-family:SourceHanSansCN;
	color:rgba(102,102,102,1);
}
.lawtit{
	text-align: center;
	padding: 43px 0 33px;
	font-size:30px;
	font-family:SourceHanSansCN;
	font-weight:bold;
	color:rgba(102,102,102,1);
}
.lawcont{
	padding: 0 57px;
	line-height:30px;
	text-indent: 2em;
}
.footer-main{
	background-color: #FFF000 !important;
}
