* {
	padding: 0;
	margin: 0;
}

body,
html {
	width: 100%;
}

.c_canvas {
	height: 761px;
}
/*公共部分*/
.c_title {
	background: #333d49;
}
.c_nav,
.c_title,
.c_net,
.c_ee,
.c_salary, .c_canvas {
	min-width: 1102px;
	overflow: hidden;
}
.c_study {
    min-width: 1102px;
}
.c_nav .c_link {
	width: 1102px;
	text-align: right;
	margin: 0 auto;
	height: 50px;
}

.c_net .c_content,
.c_ee .c_content,
.c_salary .c_content,
.c_study .c_content, .c_title .c_content {
	width: 1102px;
	text-align: center;
	margin: 0 auto;
}
/*c_nav*/

.c_nav {
	margin: 0 auto;
	padding: 10px 0;
	height: 50px;
	background: url(../img/c_headBack.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.c_nav span,
.c_nav a {
	color: #029ad3;
	font-size: 14px;
}

.c_nav span {
	font-size: 18px;
}

.c_nav a {
	border: 1px solid #029ad3;
	text-decoration: none;
	margin-top: 100px;
	padding: 7px 14px;
	border-radius: 5px;
}

/*net*/

.c_net {
	text-align: center;
	height: 761px;
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
}

.c_net .c_content {
	position: relative;
}

.c_net .c_java {
	width: 303px;
	margin-top: 55px;
}

.c_net .c_border_cubic {
	width: 454px;
	height: 42px;
	background: url(../img/c_borderCubic.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 27px;
	box-sizing: border-box;
}

.c_net .c_hexin {
	margin-top: 23px;
	width: 996px;
	margin-left: -136px;
}

.c_net .c_list {
	font-size: 26px;
	line-height: 48px;
	margin-top: -70px;
	margin-left: 20px;
}

.c_net .c_list li {
	display: inline-block;
	color: #02e4ff;
}

.c_net .c_list li:nth-child(2) {
	margin-left: 40px;
}

.c_net .c_list li:nth-child(3) {
	margin-left: 40px;
}

.c_net .c_list li img {
	margin-right: 16px;
	margin-bottom: 4px;
}

.c_net .c_control {
	margin: 0 0 54px 0;
	position: relative;
	text-align: center;
	height: 52px;
}

.c_net .c_control button {
	margin: 0 56px;
	position: absolute;
	outline: none;
}
#button1 {
	left: 239px;
	top: 54px;
}
#button2 {
	right: 239px;
	top: 54px;
}

/*流行掉落动画*/
@-webkit-keyframes drop {
	from {
		left: 31px;
		top: 24px;
		opacity: 1;
	}
	to {
		left: -411px;
		top: 422px;
		opacity: 0;
	}
}

@keyframes drop {
	from {
		left: 31px;
		top: 24px;
		opacity: 1;
	}
	to {
		left: -411px;
		top: 422px;
		opacity: 0;
	}
}

.c_net .c_content .c_lx1 {
	position: absolute;
	left: 101px;
	top: 24px;
	animation: drop 3s linear infinite;
	-webkit-animation: drop 3s linear infinite;
}


/*黑洞旋转*/
@-webkit-keyframes rotion {
	from {
		transform: rotateZ(0);
	}
	to {
		transform: rotateZ(360deg);
	}
}

@keyframes rotion {
	from {
		transform: rotateZ(0);
	}
	to {
		transform: rotateZ(360deg);
	}
}

.c_net .c_content .c_hd1 {
	position: absolute;
	right: 1020px;
	top: 65px;
	animation: rotion 3s linear infinite;
	-webkit-animation: rotion 3s linear infinite;
}

.c_net .c_content .c_hx2 {
	position: absolute;
	right: 1018px;
	top: 275px;
}

.c_net .c_content .c_hx1 {
	position: absolute;
	right: 48px;
	top: 69px;
}

.c_net .c_content .c_hd2 {
	position: absolute;
	right: -172.683px;
	top: 232px;
	animation: rotion 3s linear infinite;
	-webkit-animation: rotion 3s linear infinite;
}


/*c-ee部分*/

.c_ee {
	background: url(../img/c_net1.jpg) no-repeat;
	background-position: center;
	height: 780px;
	overflow: hidden;
}
#c_zp {
	margin-top: 50px;
}
#c_jj {
	background: url(../img/c_jieshao.png) no-repeat;
	background-position: center;
	height: 147px;
	font-size: 22px;
	line-height: 40px;
	color: white;
	padding: 39px 58px;
	box-sizing: border-box;
	text-align: left;
	margin: 43px 0;
}



.c_yh1, .c_yh2, .c_yh3 {
	width: 302px;
	height: 302px;
	position: relative;
	float: left;
}

.c_yh1 {
	background: url(../img/c_yuanhuan1.png) no-repeat;
	background-position: center;
}

.c_yh2 {
	background: url(../img/c_yuanhuan2.png) no-repeat;
	background-position: center;
	margin: 0 94px;
}

.c_yh3 {
	background: url(../img/c_yuanhuan3.png) no-repeat;
	background-position: center;
}
@-webkit-keyframes rote {
	from {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes rote {
	from {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

.c_yh1 img, .c_yh2 img, .c_yh3 img {
	position: absolute;
	left: 19.5px;
	top: 19.5px;
	animation: rote 3s linear infinite;
	-webkit-animation: rote 3s linear infinite;
}

.c_yh1 ul,.c_yh2 ul,.c_yh3 ul {
	font-family: "微软雅黑";
	text-align: center;
	list-style: none;
	line-height: 48px;
	padding-top: 74px;
	box-sizing: border-box;
}

.c_yh1 ul {
	padding-top: 88px;
}

.c_ee .c_content {
	position: relative;
}


/*流行划过*/
@-webkit-keyframes drop2 {
	from {
		left: -229px;
		top: 242px;
		opacity: 1;
	}
	to {
		left: -459px;
		top: 617px;
		opacity: 0;
	}
}
@keyframes drop2 {
	from {
		left: -229px;
		top: 242px;
		opacity: 1;
	}
	to {
		left: -459px;
		top: 617px;
		opacity: 0;
	}
}
@-webkit-keyframes drop3 {
	from {
		left: -181px;
		top: 472px;
		opacity: 0.7;
	}
	to {
		left: -411px;
		top: 847px;
		opacity: 0;
	}
}
@keyframes drop3 {
	from {
		left: -181px;
		top: 472px;
		opacity: 0.7;
	}
	to {
		left: -411px;
		top: 847px;
		opacity: 0;
	}
}
@-webkit-keyframes drop4 {
	from {
		left: -357px;
		top: 427px;
		opacity: 0.5;
	}
	to {
		left: -587px;
		top: 802px;
		opacity: 0;
	}
}
@keyframes drop4 {
	from {
		left: -357px;
		top: 427px;
		opacity: 0.5;
	}
	to {
		left: -587px;
		top: 802px;
		opacity: 0;
	}
}
#c_lx2 {
	position: absolute;
	left: -229px;
	top: 242px;
	animation: drop2 3s linear infinite;
	-webkit-animation: drop2 3s linear infinite;
}
#c_lx3 {
	position: absolute;
	left: -181px;
	top: 472px;
	animation: drop3 3s linear infinite;
	-webkit-animation: drop3 3s linear infinite;
}
#c_lx4 {
	position: absolute;
	left: -357px;
	top: 427px;
	animation: drop4 3s linear infinite;
	-webkit-animation: drop4 3s linear infinite;
}



/*c_salary*/

.c_salary {
	height: 1148px;
	background: url(../img/c_net2.jpg) no-repeat;
	background-position: center -30%;
}

#c_cubic1 {
	width: 1099px;
	height: 429px;
	background: url(../img/c_juxing1.jpg) no-repeat;
	background-position: center;
	margin-top: 44px;
	margin-bottom: 37px;
	border: 1px solid rgba(0, 0, 0, 0);
}

#c_cubic1 h3 {
	margin-top: 46px;
	font-size: 28px;
	line-height: 48px;
	color: white;
}

#c_cubic2 {
	width: 1099px;
	height: 460px;
	background: url(../img/c_juxing2.jpg) no-repeat;
	background-position: center;
}

.c_salary .c_bing {
	position: relative;
	width: 494px;
	height: 264px;
}

.c_salary .c_bing img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}

.c_salary .c_bing img:nth-child(2) {
	position: absolute;
	left: 189px;
	top: 0;
}

.c_salary .c_bing img:nth-child(3) {
	position: absolute;
	left: 207px;
	top: 61px;
}

.c_salary .c_bing img:nth-child(4) {
	position: absolute;
	left: -50px;
	top: 60px;
}

.c_salary .c_data {
	width: 444px;
	height: 238px;
}

.c_salary .c_cubic1 {
	overflow: hidden;
}

.c_salary .c_data table tr td {
	border-bottom: 1px solid white;
}

.c_salary .c_data table tr td {
	color: white;
	text-align: center;
	font-size: 20px;
	line-height: 48px;
}
/*.c_salary .c_data table tr td:nth-child(2) {
	width: 164px;
}*/
.c_salary .c_data table tr:nth-child(1) td {
	color: #02d2ff;
	font-size: 22px;
}

.c_salary .c_cubic1 {
	overflow: hidden;
}

.c_salary .c_bing {
	float: left;
	margin-top: 35px;
	margin-left: 89px;
}

.c_salary .c_data {
	margin: ;
	float: right;
	margin-top: 35px;
}


/*长条*/
.c_salary .c_data table tr td:nth-child(2) {
	padding: 0 18px 0 10px;
}
.c_salary .c_data table tr td div {
	height: 22px;
}

#c_len1 {
	background: #eeba20;
}

#c_len2 {
	background: #d84ffa;
}

#c_len3 {
	background: #1dc0fd;
}

#c_len4 {
	background: #9bdd29;
}

#c_cubic2 h3 {
	font-size: 28px;
	line-height: 48px;
	color: #f3bd20;
	margin-top: 46px;
}

#c_cubic2 {
	overflow: hidden;
}

#c_cubic2 .c_zhu {
	width: 593px;
	height: 229px;
	float: left;
	margin-top: 36px;
	margin-left: 42px;
}

#c_cubic2 .c_data {
	width: 355px;
	margin-top: 36px;
}


/*c_study部分*/

.c_study {
	height: 740px;
	background: url(../img/c_net3.jpg) no-repeat;
	background-position: center;
}

#c_lanou,
#c_qita {
	width: 387px;
	color: white;
}

.c_study h3,
#c_qita h3 {
	text-align: center;
	font-size: 26px;
	line-height: 48px;
}

.c_study #c_lanou>div,
.c_study #c_qita>div {
	text-align: center;
	font-size: 18px;
	margin: 50px 0;
	width: 384px;
	height: 59px;
}
.c_study #c_qita {
	margin-left: 19px;
}
.c_study #c_lanou>div {
	background: url(../img/c_lanou.png) no-repeat;
}

.c_study #c_qita>div {
	background: url(../img/c_qita.png) no-repeat;
}

.c_study #c_lanou>div div,
.c_study #c_qita>div div {
	width: 384px;
	height: 59px;
	display: table-cell;
	vertical-align: middle;
}
.c_study .c_content{
	position: relative;
}
#c_xq {
	position: absolute;
	right: -359px;
	top: -79px;
}
.c_study .c_content>div {
	float: left;
}

#c_lanou,
#c_qita,
#c_duibi {
	margin-top: 48px;
}