.center{
	width: 1200px;
	margin: 0 auto;
}
.container{
	padding-top: 505px;
	padding-bottom: 50px;
	background:#1969eb url(../images/bg.png) no-repeat top center;
}
.jieshao{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 35px 60px 35px;
	border-radius: 0 0 60px 0;
	background: -webkit-linear-gradient(top bottom, #4fcbff 0%,#698aff 100%);
	/*background: linear-gradient(to bottom, #4fcbff 0%,#698aff 100%);*/
}
.title{
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.title span{
	margin: 0 10px;
}
.jieshao .sline{
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	margin-top: 40px;
	text-align: justify;
}
.starting .center{
	text-align: center;
}
.starting .topline{
	font-size: 24px;
	color: #fff;
	padding: 15px 45px;
	background: url(../images/startbg1.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-top: 50px;
}
.starting .sline{
	border: 2px solid #00c8ff;
	background: #1969eb;
	padding: 5px 30px 30px 30px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	text-align: left;
}
.zhib-item{
	width: 555px;
	background: -webkit-linear-gradient(top bottom, #4fcbff 0%,#698aff 100%);
	background: linear-gradient(to bottom, #4fcbff 0%,#698aff 100%);
	display: flex;
	box-sizing: border-box;
	padding: 10px 10px;
	margin-top: 25px;
	box-shadow: 0px 8px 8px #496fe9;
}
.zhib-item .img img{
	display: block;
	width: 170px;
	height: 170px;
}
.zhib-item .miaos{
	width: 320px;
	margin-left: 20px;
}
.zhib-item .tit{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
}
.zhib-item .time{
	padding: 8px 15px;
	border-radius: 20px 20px;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	color: #358ef6;
	margin-top: 15px;
}
.zhib-item .go{
	width: 140px;
	height: 40px;
	background: -webkit-linear-gradient(top bottom, #4fcbff 0%,#587eff 100%);
	background: linear-gradient(to bottom, #4fcbff 0%,#587eff 100%);
	margin-top: 20px;
	margin-left: 180px;
}
.zhib-item .go a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhib-item .go span{
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
	display: block;
	line-height: 1;
}
.guanggao{
	width: 1200px;
	margin: 40px auto 70px auto;
}
.ended .center{
	text-align: center;
}
.ended .topline{
	font-size: 24px;
	color: #fff;
	padding: 15px 45px;
	background: url(../images/endbg.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.ended .sline {
    border: 2px solid #fb7047;
    background: #1969eb;
    padding: 5px 30px 30px 30px;
    text-align: left;
}
.bq{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 35px;
}
.bq .circle{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background: #fb744b;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	position: static;
	z-index: 2;
}
.bq .nrword{
	font-size: 18px;
	color: #fff;
	padding: 0 5px 0 25px;
	background: url(../images/endbg2.png) repeat;
	background-position: left bottom;
	height: 17px;
	line-height: 2px;
	position: static;
	z-index: 1;
	margin-left: -20px;
}
.itembox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.itembox .item{
	width: 340px;
	padding: 12px 12px 28px 12px;
	background: -webkit-linear-gradient(top right, #56baff 0%,#619eff 100%);
	background: linear-gradient(to right, #56baff 0%,#619eff 100%);
	position: relative;
	margin-top: 35px;
}
.itembox .item .yjs{
	width: 86px;
	height: 88px;
	position: absolute;
	left: -8px;
	top: -9px;
	background: url(../images/yjs.png) no-repeat;
	font-size: 12px;
	color: #fff;
}
.itembox .item .yjs p{
	transform: rotate(-45deg);
    margin-top: 10px;
    margin-left: 5px;
}
.itembox .item .img img{
	display: block;
	width: 340px;
	height: 220px;
}
.itembox .item .word{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	text-align: justify;
	margin-top: 15px;
}
.itembox .item .time{
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 15px;
	border-radius: 20px 20px;
	display: inline-block;
	margin-top: 20px;
}
.itembox .item .btn{
	width: 120px;
	height: 40px;
	background: #fa7a52;
	position: absolute;
	right: 12px;
	bottom: 28px;
}
.itembox .item .btn a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.itembox .item .btn span{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
	line-height: 1;
}
.class-two{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.class-three .itembox .item{
	padding: 12px 12px;
}
.class-three .itembox .item .img img{
	width: 525px;
	height: 335px;
}
.class-three .itembox .item{
	width: 525px;
}
.class-three .itembox .item .poabox{
	position: absolute;
	left: 12px;
	bottom: 12px;
	width: 525px;
	height: 110px;
	background: rgba(108,212,255,0.8);
	padding: 10px 10px;
	box-sizing: border-box;
}
.class-three .itembox .item .btn{
	right: 10px;
	bottom: 10px;
}
.huodong{
	margin-top: 70px;
}
.huodong .sline{
	border: 2px solid #90deff;
	background: #338cf4;
	margin-top: 50px;
	position: relative;
	padding: 40px 0;
}
.huodong .sline .circle{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius:50%;
	background: #fff;
}
.circle1{
	left: 20px;
	top: 20px;
}
.circle2{
	right: 20px;
	top: 20px;
}
.circle3{
	left: 20px;
	bottom: 20px;
}
.circle4{
	right: 20px;
	bottom: 20px;
}
.huodong .sline .nrbox{
	width: 1040px;
	margin: 0 auto;
}
.nrbox .top{
	line-height: 40px;
	background: -webkit-linear-gradient(top right, #4fccff 0%,#6989ff 100%);
	background: linear-gradient(to right, #4fccff 0%,#6989ff 100%);
	display: flex;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.nrbox .xuhao{
	width: 40px;
	margin-left: 30px;
}
.nrbox .time{
	width: 60px;
	margin-left: 130px;
}
.nrbox .zhuti{
	margin-left: 190px;
}
.huodong .sline .nrbox .li{
	display: flex;
	font-size: 14px;
	color: #011358;
	line-height: 40px;
}
.guanggao2{
	width: 1200px;
	margin: 40px auto 0;
	text-align: center;
}
.gkmethod-box{
	margin-top: 70px;
}
.method-box{
	background: -webkit-linear-gradient(top right, #4fccff 0%,#6989ff 100%);
	background: linear-gradient(to right, #4fccff 0%,#6989ff 100%);
	padding: 35px 40px 35px 0;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.iconbox{
	display: flex;
}
.icon{
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 40px;
}
.icon a{
	color: #fff;
}
.icon p{
	margin-top: 8px;
}
.xukebox{
	display: flex;
	flex-wrap: wrap;
	margin-left: 100px;
}
.xuek{
	background: #7ab7ff;
	border: 1px solid #fff;
	padding: 15px 45px;
	margin: 10px 10px;
	font-size: 16px;
	color: #fff;
}
.xuek a{
	color: #fff;
}
.foot{
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: -webkit-linear-gradient(top right, #4fccff 0%,#6989ff 100%);
	background: linear-gradient(to right, #4fccff 0%,#6989ff 100%);
	text-align: center;
}
.ul{
	overflow-y: scroll;
    height: 400px;
}
