@import url(http://fonts.googleapis.com/css?family=Ubuntu);
		
		* {margin: 0; padding: 0; }
		
		body {
			font-family: "微软雅黑",Ubuntu, arial, verdana;
		}
		.clearfix{ clear: both;}
		/*----------
		Blocks
		----------*/
		/*Pricing table and price blocks*/
		.xinzi{ background: #ef4430; padding-top: 50px; padding-bottom: 80px;}
		.xinzi-title{ width: 1100px; margin: 0 auto;}
		.xinzi-title h2{font-size: 36px; color: #efefef; text-align: center;}
		.xinzi-title h3{ width: 600px; font-size: 24px; margin-left: auto; margin-right: auto; margin-top: 25px; padding-top: 25px; color: #EFEFEF; text-align: center; font-weight: normal; border-top: 1px solid #efefef;}
		.xinzi-title h3 span{ color: #fffc01; font-size: 30px; font-weight: bold;}
		
		.pricing_table {
			line-height: 150%; 
			font-size: 12px; 
			margin: 0 auto; 
			width: 1100px; 
			padding-top: 90px;
		}
		
		.price_block {
			text-align: center; 
			width: 19.9%; 
			color: #fff; 
			float: left; 
			list-style-type: none; 
			transition: all 0.25s; 
			position: relative; 
			box-sizing: border-box;
			margin-right: 1px;
			margin-bottom: 10px; 
			border-bottom: 1px solid transparent; 
		}
		
		/*Price heads*/
		.pricing_table h3 {
			text-transform: uppercase; 
			padding: 5px 0; 
			background: #333; 
			margin: -10px 0 1px 0;
		}
		
		/*Price tags*/
		.price {
			display: table; 
			background: #444; 
			width: 100%; 
			height: 70px; 
		}
		.price_figure {
			font-size: 24px; 
			text-transform: uppercase; 
			vertical-align: middle; 
			display: table-cell;
		}
		.price_number {
			font-weight: bold; 
			display: block;
		}
		.price_tenure {
			font-size: 11px; 
		}
		
		/*Features*/
		.features {
			background: #DEF0F4; 
			color: #000;
		}
		.features li {
			padding: 8px 15px;
			border-bottom: 1px solid #ccc; 
			font-size: 12px; 
			list-style-type: none;
		}
		.features li span{ color: red; font-weight: bold; font-size: 14px;}
		.footer {
			padding: 15px; 
			background: #DEF0F4;
		}
		.action_button {
			text-decoration: none; 
			color: #fff; 
			font-weight: bold; 
			border-radius: 5px; 
			background: linear-gradient(#df1209, #a01a14); 
			padding: 5px 20px; 
			font-size: 11px; 
			text-transform: uppercase;
		}
		
		.price_block:hover {
			box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5); 
			transform: scale(1.04) translateY(-5px); 
			z-index: 1; 
			border-bottom: 0 none;
		}
		.price_block:hover .price {
			background:linear-gradient(#DB7224, #F9B84A); 
			box-shadow: inset 0 0 45px 1px #DB7224;
		}
		.price_block:hover h3 {
			background: #333;
		}
		.price_block:hover .action_button {
			background: linear-gradient(#df1209, #a01a14); 
		}
		
		
		.skeleton, .skeleton ul, .skeleton li, .skeleton div, .skeleton h3, .skeleton span, .skeleton p {
			border: 5px solid rgba(255, 255, 255, 0.9);
			border-radius: 5px;
			margin: 7px !important;
			background: rgba(0, 0, 0, 0.05) !important;
			padding: 0 !important;
			text-align: left !important;
			display: block !important;
			
			width: auto !important;
			height: auto !important;
			
			font-size: 10px !important;
			font-style: italic !important;
			text-transform: none !important;
			font-weight: normal !important;
			color: black !important;
		}
		.skeleton .label {
			font-size: 11px !important;
			font-style: italic !important;
			text-transform: none !important;
			font-weight: normal !important;
			color: white !important;
			border: 0 none !important;
			padding: 5px !important; 
			margin: 0 !important;
			float: none !important;
			text-align: left !important;
			text-shadow: 0 0 1px white;
			background: none !important;
		}
		.skeleton {
			display: none !important;
			margin: 100px !important;
			clear: both;
		}
		
/*薪资开始*/
.xinzi-form{ width: 1100px; margin: 0 auto; padding-top: 70px;}
.form-title{ width: 350px; float: left; margin-left: 45px;}
.form-title img{ margin-top: 5px;}
.form-title .nny{
  font-size: 48px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 235, 0 );
  font-weight: bold;
  text-align: center;}

.xinzi-form form{ width: 630px; float: right; margin-right: 45px;}
.xinzi-input{ width: 420px; float: left;}
.xinzi-input span{ font-size: 18px; color: #FFFFFF;}
.xinzi-input input{ width: 280px; height: 35px; border: 1px solid #8b8b8b; margin-left: 10px;}
.xinzi-submit{ 
	display: block; 
	float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 134, 8, 8 );
  border-radius: 3px;
  background-image: -moz-linear-gradient( 90deg, rgb(177,8,8) 0%, rgb(226,5,5) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,8,8) 0%, rgb(226,5,5) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,8,8) 0%, rgb(226,5,5) 100%);
  top: 1363px;
  width: 164px;
  height: 87px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
/*薪资结束*/

/*市场*/
.shichang-box{ background: #e1e1e1;}
.shichang{ width: 1100px; margin:  0 auto; padding: 80px 0;}
.shichang-vidieo{
	width: 465px;
	height: 320px;
	float: left;
	background: url(../images/vidieo-bg.jpg) no-repeat center;
}
.shichang-txt{ width: 575px; float: right;}
.shichang-txt h2{ font-size: 30px; color: #363636; border-bottom: 5px solid #363636; padding-bottom: 10px;}
.shichang-txt h2 span{ color: #ef4430;}
.shichang-txt p{ color: #363636; font-size: 16px; text-indent: 30px; line-height: 30px; margin-top: 30px; text-align: justify;}
.shichang-txt p span{ color: #ef4430;}
.shichang-btn{ display: block; background: #ef4430; width: 150px; height: 35px; color: #FFFFFF; text-align: center; line-height: 35px; font-size: 16px; margin-top: 50px;}


/*课程*/
.kecheng{ width: 1100px; margin: 0 auto; padding: 100px 0 45px 0;}
.kecheng-left{ width: 555px; float: left;}
.kecheng-right{ width: 473px; float: right;}
.youshi-txt{ background: #d44c5c; height: 250px;}
.youshi-txt p{ font-size: 24px; color: #FFFFFF; text-align: center; padding-top: 40px; line-height: 50px;}
.youshi-txt p span{ font-size: 40px; color: #FFFFFF; font-weight: bold;}
.youshi-txt a{ 
  display: block;
  border-width: 1.333px;
  border-color: rgb( 255, 255, 255 );
  border-style: solid;
  border-radius: 10px;
  width: 211.334px;
  height: 46.334px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
  line-height: 46px;
  color: #FFFFFF;
  font-size: 24px;
  text-decoration: none;
}
.youshi-txt a:hover{
	background: #FFFFFF;
	color: #D44C5C;
}



.sec3-box{ background: url(../images/sec_bg.png) no-repeat top center;}
.sec3{ width: 1100px; margin: 0 auto; padding-top: 140px;}
.sec3-title {
	text-align: center;
	font-size: 36px;
	color: #1c1c1c;
	font-weight: bold;
}
.sec3-chaxun{width: 1100px; margin: 0 auto; padding-top: 115px;}
.chaxun-box {
	width: 260px;
	float: left;
	background: #f5f5f5;
	border: 1px solid #EF4430;
	margin-right: 13px;
	position: relative;
}
.chaxun-box img{position: absolute; top: -70px;left: 80px;}
.chaxun-box h2{ font-size: 16px; color: #ef4430; text-align: center;padding-top: 35px;}
.chaxun-box p{ font-family: "宋体","新宋体"; font-size: 12px; color: #000000; padding:20px 10px 40px 10px; text-align: justify; line-height: 20px;}
.chaxun-btn {
	display: block;
	background: #FFFFFF;
	border: 1px solid #e0e0e0;
	width: 118px;
	height: 26px;
	font-size: 12px; 
	color: #ef4430;
	line-height: 26px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}





.sec4-box{ background: url(../images/sec_bg.png) no-repeat top center; margin-top: 40px;}
.sec4{width: 1100px; margin-right: auto; margin-left: auto; padding-top: 140px;}
.sec4-title{}
.sec4-title h2{ font-size: 30px; color: #333333; font-weight: bold; text-align: center;}
.sec4-title p{ font-size: 18px; color: #333333; text-align: center; padding: 15px 0; border-bottom: 1px solid #333333;}
.sec4-title p span{ font-size: 24px; color: #ef4430;}
.sec4-txt{ margin-top: 60px;}
.sec4-p{ width: 357px; float: left;margin-right: 13px;}
.sec4-y{ width: 300px;margin-left: auto; margin-right: auto;}
.sec4-y h3{ font-size: 20px; color: #333333; text-align: center; padding-top: 15px;}
.sec4-y p{ color: #999999; font-size: 18px; line-height: 30px; margin-top: 15px;}
#sec4-p{ margin-right: 0;}



.sec5-p{ width: 260px; float: left;margin-right: 18px;}
.sec5-y{ width: 200px;margin-left: auto; margin-right: auto;}
.sec5-y h3{ font-size: 16px; color: #333333; text-align: center; padding-top: 15px;}
.sec5-y p{ color: #999999; font-size: 14px; line-height: 30px; margin-top: 15px;}

.sec5-box{ background: url(../images/sec_bg.png) no-repeat top center; margin-top: 40px;}
.sec5{width: 1100px; margin-right: auto; margin-left: auto; padding-top: 140px;}

.banner{  overflow: hidden;width:100%;}
.banner img{ position: relative;left: 50%; margin-left: -960px; }
.footer_banner{  overflow: hidden;}
.footer_banner img{ position: relative;left: 50%; margin-left: -960px; }

.footer_footer{ background: #de4942; padding: 40px 0;}
.footer_footer p{ text-align: center; color: #EFEFEF; font-size: 14px;}
