@charset "utf-8";
.operation_top{
	height: 304px;
	overflow: hidden;
	background: url(../img/operation_top.png) no-repeat center;
}
/*tips*/
.tips{
	width: 1000px;
	margin: 0 auto;
}
.tips_content{
	overflow: hidden;
	padding: 0 30px;
	margin-top: 40px;
}
.tips_info{
	float: left;
	padding-top: 10px;
}
.tips_message{
	width: 500px;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 45px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: 方正综艺简体;
	font-weight: normal;
}
.tips_img{
	float: right;
	padding-top: 5px;
}
.tips_bottom .tips_info{
	float: right;
}
.tips_bottom .tips_img{
	float: left;
}
/*lesson*/
.lesson{
	margin-top: 30px;
}
.lesson_bg{
	background: url(../img/operation_source_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.lesson_bg .lesson_info{
	width: 560px;
	margin: 0 auto;
	padding: 80px 0 0 20px;
}
.lesson_info h1{
	font-size: 50px;
	margin-bottom: 30px;
	font-family: 造字工房力黑简体;
}
.lesson_info p{
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.lesson_check{
	width: 100%;
	background: #ffd800;
	margin: 0 auto;
	padding-bottom: 75px;
}
.check_list{
	width: 920px;
	margin: 0 auto;
}
.checkbox{
	padding-top: 40px;
	font-size: 27px;
	font-weight: bold;
}
.checkbox img{
	display: inline-block;
	vertical-align: middle;
}
.checkbox p{
	display: inline-block;
	vertical-align: middle;
	margin-left: -10px;
}
/*salary*/
.salary_content{
	width: 1050px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
}
.salary_left{
	width: 600px;
	float: left;
}
.salary_left p{
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}
.salary_left p span{
	color: #CB2B24;
}
.salary_left p strong{
	font-size: 28px;
	padding-left: 20px;
}
.salary_right{
	width: 450px;
	float: right;
	text-align: right;
}
.salary_content h2{
	font-weight: bold;
	font-size: 27px;
	color: 001524;
	font-style: italic;
	text-shadow: 0px 0px 1px #999;
	margin-bottom: 40px;
	padding-left: 20px;
}
.salary_right h2{
	text-align: left;
}
.salary_right p{
	font-size: 16px;
	font-style: italic;
	margin-top: 40px;
}
/*book*/
.book{
	width: 1200px;
	margin: 0 auto;
}
.book_bg{
	width: 1000px;
	height: 192px;
	margin: 0 auto;
	background: url(../img/operation_book.png) no-repeat center;
	border: 1px solid transparent;
}
.book_bg p{
	font-size: 28px;
	line-height: 48px;
	padding: 0 0 0 110px;
	color: #FFFFFF;
	margin-top: 40px;
	letter-spacing: 3px;
	text-indent: 60px;
	text-shadow: 2px 3px 2px #333;
	font-family: 方正正准黑简体;
}
/*lesson*/
.lesson{
	padding: 20px 0;
}
.lesson_title{
	text-align: center;
	margin-bottom: 40px;
}
.lesson_table{
	background: #FFD800;
	padding: 5px 0;
}
.lesson_table table{
	width: 100%;
}
.lesson_table tr td{
	height: 105px;
	font-size: 30px;
	font-family: 方正正准黑简体;
}
.lesson_cell_bg{
	background: #FFFFFF;
}
.lesson_table tr td:first-child{
	text-align: right;
	padding-right: 30px;
}
.lesson_table tr td span{
	font-size: 34px;
	color: #FFFFFF;
	text-shadow: 0 2px 2px #333;
	padding-right: 15px;
	font-family: '造字工房力黑简体';
}
.lesson_table .lesson_cell_bg span{
	color: #FFD800;
}
.lesson_table tr td:last-child{
	padding-left: 30px;
}
/*echart*/
.lesson_echart{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 60px 0;
	overflow: hidden;
	margin-top: 20px;
}
.echart_middle{
	float: left;
	padding: 50px 10px 0 10px;
}
.echart_left,.echart_right{
	width: 340px;
	float: left;
}
.echart_item{
	width: 330px;
	height: 170px;
	border-width: 4px;
	border-style: dashed;
	border-radius: 25px;
	padding: 20px 14px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
	font-family: 方正正准黑简体;
}
.echart_item h4{
	font-size: 29px;
	padding-bottom: 10px;
}
.echart_item p{
	font-size: 21px;
	line-height: 26px;
}
.echart_item1{
	border-color: #E70314;
}
.echart_item2{
	border-color: #EC6000;
}
.echart_item3{
	border-color: #00561F;
}
.echart_item4{
	border-color: #002F70;
}
/*select*/
.select{
	width: 1200px;
	margin: 0 auto;
}
.select_direction,.select_lesson{
	width: 1200px;
	text-align: center;
}
.select_direction h1{
	font-size: 38px;
	letter-spacing: 2px;
	text-shadow: 0 2px 2px #666;
}
/*company*/
.company{
	text-align: center;
}
.company img{
	display: block;
	margin: 0 auto;
}
.company_top{
	background: #5EC2D3;
}
.company_bottom{
	background: #FEAC2C;
}
