* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
}

ul li {
	list-style: none;
}

.videoBoxs {
	position: relative;
	height: 100% !important;
}

.content {
	width: 100%;
	/* height: 100px; */
	z-index: 10000;
	/* 
	position: absolute;
	top: 0; */
	/* position: fixed; */
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 999;
}

.topNav {
	width: 1703px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	background-color: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.rightText {
	margin-right: 30px;
	display: flex;
}


/* .rightText li{
	color: #333;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	margin-right: 0;
	cursor: pointer;
	display: block;
	font-size: 17px;
	border-right: 1px solid #e7dfdf;
}
.rightText li:nth-child(1).on {
	color:rgb(137,181,22);
}
.rightText li:nth-child(2).on {
	color:rgb(18,188,187);
}
.rightText li:nth-child(3).on {
	color:rgb(232,64,30);
}
.rightText li:nth-child(4).on {
	color:rgb(242,181,49);
}
.rightText li:nth-child(5).on {
	color:rgb(127,67,255);
}

.rightText li:nth-child(6).on {
	color:rgb(100,130,255);
}
.rightText li:nth-child(7).on {
	color:rgb(221,48,48);
}
.rightText li:nth-child(8).on {
	color:rgb(35,136,68);
}
.rightText li:nth-child(9).on {
	color:rgb(39,72,160);
}
.rightText li:nth-child(10).on {
	color:rgb(255,93,85);
} */
 .rightText li a{
	color: #333;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	margin-right: 0;
	cursor: pointer;
	display: block;
	font-size: 17px;
	border-right: 1px solid #e7dfdf;
} 
.rightText li:nth-child(1).on a{
	color:rgb(137,181,22);
}
.rightText li:nth-child(2).on a{
	color:rgb(18,188,187);
}
.rightText li:nth-child(3).on a{
	color:rgb(232,64,30);
}
.rightText li:nth-child(4).on a{
	color:rgb(242,181,49);
}
.rightText li:nth-child(5).on a{
	color:rgb(127,67,255);
}

.rightText li:nth-child(6).on a{
	color:rgb(100,130,255);
}
.rightText li:nth-child(7).on a{
	color:rgb(221,48,48);
}
.rightText li:nth-child(8).on a{
	color:rgb(35,136,68);
}
.rightText li:nth-child(9).on a{
	color:rgb(39,72,160);
}
.rightText li:nth-child(10).on a{
	color:rgb(255,93,85);
}

.rightText li:last-child {
	border-right: 0;
}

.rightText li a {
	color: #333;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	display: inline-block;
}

.leftLogo {
	margin-left: 30px;
}

.coutsBoxs {
	/* position: fixed; */
	position: absolute;
	left: 0;
	width: 100%;
	top: calc(70px + 35px);
	z-index: 999;
}

.listBoxsBig {
	width: 1440px;
	height: auto;
	padding: 20px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	margin: 0 auto;
	background-image: -webkit-linear-gradient(0deg, rgba(35, 136, 68, .7) 0%, rgba(137, 181, 22, .7) 100%);
	position: relative;
}
.listCouts{
	display: none;
}
.listCouts:nth-child(1){
	display: block;
}
.listBoxs{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	
}
.listBoxsBig::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 115px;
	background: url("line1.png") no-repeat;
	background-size: contain;
	top: -88px;
	left: 180px;
}

.listBoxsBig::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 115px;
	background: url("line1.png") no-repeat;
	background-size: contain;
	top: -88px;
	right: 180px;
}

.listBoxs li {
	width: 100px;
	height: 100px;
	/*height: 60px;*/
	border-radius: 10px;
	background-color: #fff;
	/* margin-right: 36px; */
	box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
	box-sizing: border-box;
}

.listBoxs li a {
	width: 100%;
	height: 100px;
	/* display: block; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3px auto 0;
}

.listBoxs li a img {
	width: 100%;
	/*height: 54px;*/
	border-radius: 10px;
}

.listBoxs li:not(:nth-child(12n)) {
    margin-right: calc(198px / 11);
}
.listBoxs li:nth-child(n+13) {
	margin-top: 20px;
}

.putBtnBox {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: end;
}

.putBtn {
	width: 106px;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	background-image: -webkit-linear-gradient(0deg, rgba(35, 136, 68, .7) 0%, rgba(137, 181, 22, .7) 100%);
}

.zhBoxs {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 999;
	height: 50px;
	color: #fff;
	background-color: #2577E3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.zhBoxs div {
	width: 50%;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.leftNext {
	border-right: 2px solid #fff;
}

.cricle {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ff6700;
	margin-right: 8px;
}

.rightFloat {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 360px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
}
.rightFloat .rightB{
	display: none;
}
.rightFloat .rightB:nth-child(1){
	display: block;
}
.accessing {
	color: #000;
	background-image: linear-gradient(#238844, #89b516), linear-gradient(90deg, #238844, #89b516);
	padding: 3px;
	border-radius: 20px;
	background-clip: content-box, padding-box;
}
.accessing .boxs {
	background: #fff;
	border-radius: 20px;
	padding: 20px 15px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	display: none;
}
.accessing .boxs:nth-child(1){
	display: block;
}
.accessing .boxs b{
	background-image: -webkit-linear-gradient( 0deg, rgb(35,136,68) 0%, rgb(137,181,22) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(35,136,68) 0%, rgb(137,181,22) 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.accessing .boxs a {
	font-size: 18px;
	background-image: -ms-linear-gradient( 0deg, rgb(35,136,68) 0%, rgb(137,181,22) 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.ulListBoxs{
	padding: 11px 20px 12px;
	max-height: 64px;
	overflow: hidden;
}
.ulListBoxs ul li{
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #89b516;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ulListBoxs ul li a{
	color: #fff;
	text-decoration: none;
}
/* 广告 */
.leftFloat{
	display: none;
	position: relative;
	top: 100px;
	width: 156px;
	height: 326px;                                                                                                                                        
	padding-top: 30px;
	box-sizing: border-box;
	background-color: #2577E3;
}
