

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
}

a:hover {


	text-decoration: none;

}

.row {
	margin: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding: 0 8px;
}

/*导航开始*/
.header {
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	height: 50px;
	z-index: 3;
}

.header_left {
	float: left;

}

.logo {
	width: 170px;
	float: left;
	margin-top: 17px;
}

.header-right {
	float: right;
}

.nav {
	font-size: 16px;
	color: #515151;
}

.nav>ul>li {
	list-style: none;
	float: right;
	line-height: 50px;
}

.nav>ul>li>a {
	color: #515151;
	display: block;
	cursor: pointer;
	padding: 0 18px;
}

.nav>ul>li.active {
	background: #d62727;
	transform: skew(-14deg);
}

.nav>ul>li.active>a {
	transform: skew(14deg);
	color: #fff;
	text-decoration: none;
}

.nav>ul>li:hover {
	background: #d62727;
	transform: skew(-14deg);

}

.nav>ul>li:hover>a {
	transform: skew(14deg);
	color: #fff;
	text-decoration: none;
}

/*banner*/

.banner {
	background: url("../image/banner.jpg") no-repeat center;
	width: 100%;
	height: 614px;
	padding-top: 124px;
}

.banner_title {
	width: 1000px;
	margin: 0 auto;
}

.ban_h2 {
	background: url("../image/ban_tit.png")no-repeat 0 0;
	height: 70px;
}

.ban_btn {
	width: 195px;
	height: 50px;
	background: rgba(0, 0, 0, 0.17);
	border: 1px dotted #d62727;
	display: block;
	font-size: 24px;
	color: #fff;
	outline: none;
	float: right;
	margin-top: -63px;
}

.ban_btn:hover {
	background: #d62727;
	color: #fff;
}

.banner_cont {
	width: 898px;
	margin: 60px auto;
}

.banner-left {
	width: 580px;
	float: left;
}

.banner-h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.banner-list {
	width: 580px;
	margin: 25px 0 0 0;
}

.banner-list>li {
	list-style: none;
	background: rgba(0, 0, 0, 0.17);
	width: 100%;
	height: 39px;
	margin-top: 17px;
	overflow: hidden;
}

.banner-list>li:first-child {
	margin-top: 0;
}

.banner-p {
	font-size: 18px;
	color: #fff;
	line-height: 39px;
	float: left;
	padding-left: 12px;
}

.banner-btn1 {
	background: #000;
	width: 150px;
	height: 39px;
	border: #d62727 1px dotted;
	font-size: 20px;
	color: #d62727;
	float: right;
}

.banner-btn1:hover {
	background: #d62727;
	color: #fff;
}

.ban_bts {
	width: 579px;
	margin-top: 40px;
}

.banner-btna {
	background: rgba(0, 0, 0, 0.17);
	width: 246px;
	height: 49px;
	border: #d62727 1px solid;
	font-size: 20px;
	color: #d62727;
	float: left;
}

.banner-btna:hover {
	background: #d62727;
	color: #fff;
}

.banner-btnb {
	background: #d62727;
	width: 246px;
	height: 49px;
	border: none;
	font-size: 20px;
	color: #fff;
	float: right;
}

.banner-btnb:hover {
	background: #000;
	border: #d62727 1px solid;
	color: #d62727;
}

.banner_right {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 250px;
	height: 240px;
	float: right;
	margin-top: -240px;
}

.banner-h4 {
	background: url("../image/ban_tit.png")no-repeat center 0;
	height: 63px;
	margin: 29px 0 0 0;
	text-indent: -9999px;
}

.banner-p2 {
	font-size: 16px;
	color: #535353;
	line-height: 28px;
	text-align: center;
	margin: 18px 0 0 0;
}

.banner-p2 span {
	font-size: 18px;
}

.banner-p2 strong {
	color: #fe555c;
}

.banner-btn2 {
	background: #ff5960;
	width: 130px;
	height: 32px;
	border: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: block;
	margin: 16px auto 0;
	font-size: 16px;
	color: #fff;
}

/*报考信息*/

.information {
	background: url("../image/z_gb.jpg")no-repeat center 0;
	height: 585px;
	width: 100%;
}

.infor_title {
	font-size: 50px;
	color: #0b6ac3;
	margin: 0;
	font-weight: bold;
	text-align: center;
	padding-top: 76px;
}

.infor_title>strong {
	color: #d62727;
}

.infor_cont {
	width: 1000px;
	margin: 64px auto;
}

.cont_top {
	height: 55px;
	width: 100%;
	background: #d62727;
	border-radius: 4px 4px 0 0;
	text-align: center;
}

.infor_h3 {
	display: inline;
	line-height: 2.1;
	font-weight: bold;
	color: #fff;
}

.cont_bottom {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 1px 15px 3px #dadada;
	height: 250px;
	padding: 35px 20px 0;
}

.infor_p {
	font-size: 18px;
	color: #757575;
	line-height: 32px;
}

.infor-btn {
	background: #fff;
	width: 100%;
	height: 44px;
	border: #0b6ac3 1px solid;
	font-size: 18px;
	color: #0b6ac3;
	outline: none;
	display: block;
	margin: 26px auto 0;
}

.infor-btn:hover {
	background: #0b6ac3;
	color: #fff;
}

.cont_top1 {
	height: 55px;
	width: 100%;
	background: #0b6ac3;
	border-radius: 4px 4px 0 0;
	text-align: center;
}

/*常见问题*/
.problem {
	background: url("../image/wd_gb.jpg")no-repeat center 0;
	height: 1261px;
	width: 100%;
}

.proble_cont {
	width: 1000px;
	margin: 40px auto;
}

.proble_1 {
	background: url("../image/wt_bg.png")no-repeat center 0;
	width: 100%;
	height: 350px;
}

.proble_2 {
	background: url("../image/jd_bg.png")no-repeat center 0;
	width: 100%;
	height: 350px;
}

.pro_title {
	float: left;
	width: 66px;
	text-align: center;
	padding-top: 75px;
}

.pro_cont {
	float: right;
	width: 415px;
	padding-top: 48px;
}

.pro_h2 {
	color: #fff;
	font-size: 24px;
}

.pro_h3 {
	font-size: 24px;
	text-align: center;
}

.pro_p {
	text-align: center;
	font-size: 16px;
	color: #676776;
	padding: 10px 25px 6px 25px;
	line-height: 30px;
}

.pro_a {
	color: #f55d30;
	cursor: pointer;
}

.pro_a:hover {
	color: #f55d30;
	cursor: pointer;
	text-decoration: none;
}

.pro_bottom {
	background: #f4f1ef;
	width: 344px;
	height: 70px;
	margin: 14px auto 0;
	padding: 20px 21px 0 25px;
	box-shadow: 0 3px 4px rgba(38, 38, 38, 0.06) inset;
}

.pro_bottom>p {
	font-size: 18px;
	color: #f55d30;
	line-height: 30px;
	text-decoration: underline;
	font-style: italic;
	float: left;
}

.pro_btn {
	background: transparent;
	width: 120px;
	height: 30px;
	border: #f55d30 1px solid;
	border-radius: 30px;
	font-size: 16px;
	color: #f55d30;
	display: block;
	float: right;
	outline: none;
}

.pro_title1 {
	float: right;
	width: 66px;
	text-align: center;
	padding-top: 95px;
}

.pro_cont1 {
	float: left;
	width: 415px;
	padding-top: 48px;
}

/*常见问题*/
.process {
	background: url("../image/ban_tit.jpg")no-repeat center 0;
	width: 100%;
	height: 700px;
}

.process_title {
	font-size: 46px;
	color: #fff;
	margin: 0;
	font-weight: bold;
	text-align: center;
	padding-top: 83px;
}

.process_title>strong {
	color: #d62727;
}

.process_p {
	color: #fff;
	text-align: center;
	margin-top: 44px;
	font-size: 20px;
}

.proce_botton {
	width: 1000px;
	margin: 40px auto;

}

.proce_btn {
	background: #fff;
	color: #666;
	border: 1px solid #d62727;
	width: 100%;
	border-radius: 8px;
}

.proce_btn:hover {
	background: #d62727;
	color: #fff;
}

.proce_row {
	padding-bottom: 25px;
}

.proce_btn1 {
	background: #0b6ac3;
	color: #fff;
	border: 1px solid #d62727;
	width: 100%;
	border-radius: 8px;
}

.proce_btn1:hover {
	background: #fff;
	color: #666;
}

.proce_tx {
	color: #e6e6e6;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	margin: 40px 0 0 0;
}

.proce_tx>strong {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.proce_tx b {
	color: #d62727;
	font-weight: normal;
}

.form-horizontal {
	width: 1000px;
	margin: 50px auto;
}

.proce_form {
	width: 100%;
	background: #d62727;
	color: #fff;
	height: 50px;
	font-size: 18px;
}

.proce_form:hover {
	color: #0b6ac3;
}

.proce_in {
	height: 50px;
	border: 1px solid #d62727;
}

.psy {
	background: #d62727;
}

.psy .container {
	width: 1000px !important;
}

.psy-title {
	background: url("../image/psy.png") no-repeat 0 0;
	height: 102px;
	padding-left: 64px;
	padding-top: 4px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-top: 44px;
}

.btn-psy {
	background: #0b6ac3;
	width: 324px;
	height: 50px;
	line-height: 50px;
	display: block;
	border: none;
	border-radius: 3px;
	margin: 68px auto 65px;
	font-size: 18px;
	color: #fff;
	box-shadow: 0px 2px #709421;
}


/*课程*/


.pioneer {
	background: url("../image/ban_tit.jpg") no-repeat center;
	/*height: 1372px;*/
}

.pioneer .container {
	width: 1000px !important;
}

.pioneer-title {
	font-size: 60px;
	color: #0b6ac3;
	font-weight: bold;
	text-shadow: 5px 5px 5px #dddcdd;
	margin-top: 100px;
}

.pioneer-stitle {
	font-size: 18px;
	color: #003c50;
}

.pioneer-con {
	margin: 86px auto 0;
	background: #d1cfd2;
	width: 1000px;
	height: 200px;
	border-radius: 200px;
	padding: 5px 0;
	position: relative;
}

.pioneer-con:hover .pioneer-inner {
	background: #2a2a43;
}

.pioneer-con:hover .pioneer-h4 {
	color: #fff;
}

.pioneer-con:hover .pioneer-p {
	color: #a1a1a8;
}

.pioneer-con:hover .pioneer-btn {
	background: url("../image/ban_tit.png") no-repeat 56px 49px;
}

.pioneer-con:hover .pioneer-h4 {
	border-bottom: #787883 1px dashed;
}

.pioneer-con:hover .pioneer-p {
	border-top: #565666 1px dashed;
}

.pioneer-inner {
	background: #fff;
	width: 1000px;
	height: 190px;
	border-radius: 190px;
}

.pioneer-pic {
	position: absolute;
	top: -3px;
}

.pioneer-word {
	float: left;
	margin: 0 0 0 310px;
	width: 460px;
}

.pioneer-h4 {
	font-size: 24px;
	color: #30304a;
	margin: 40px 0 0 0;
	padding-bottom: 25px;
	border-bottom: #adadb4 1px dashed;
}

.pioneer-p {
	border-top: #d8d8db 1px dashed;
	padding-top: 10px;
	font-size: 16px;
	color: #676776;
	line-height: 26px;
}

.pioneer-btn {
	width: 160px;
	margin-top: 30px;
	height: 158px;
	float: right;
	padding-right: 32px;
	background: url("../image/btn-pioneer-bg.png")no-repeat 56px 49px;
}

.btn-pioneer {
	background: url("../image/btn-pioneer.png") no-repeat center;
	margin: 2px 0 0 2px;
	width: 128px;
	height: 128px;
	display: block;
	cursor: pointer;
}



.pioneer-con2 {
	margin: 40px auto 0;
	background: #d1cfd2;
	width: 1000px;
	height: 200px;
	border-radius: 200px;
	padding: 5px 0;
	position: relative;
}

.pioneer-con2:hover .pioneer-inner2 {
	background: #2a2a43;
}

.pioneer-con2:hover .pioneer-h42 {
	color: #fff;
}

.pioneer-con2:hover .pioneer-p2 {
	color: #a1a1a8;
}

.pioneer-con2:hover .pioneer-btn2 {
	background: url("../image/ban_tit.png") no-repeat 56px 49px;
}

.pioneer-con2:hover .pioneer-h42 {
	border-bottom: #787883 1px dashed;
}

.pioneer-con2:hover .pioneer-p2 {
	border-top: #565666 1px dashed;
}

.pioneer-inner2 {
	background: #fff;
	width: 1000px;
	height: 190px;
	border-radius: 190px;
}

.pioneer-word2 {
	float: right;
	margin: 0 310px 0 0;
	width: 460px;
}

.pioneer-h42 {
	font-size: 24px;
	color: #30304a;
	margin: 40px 0 0 0;
	padding-bottom: 25px;
	border-bottom: #adadb4 1px dashed;
}

.pioneer-p2 {
	border-top: #d8d8db 1px dashed;
	padding-top: 10px;
	font-size: 16px;
	color: #676776;
	line-height: 26px;
}

.pioneer-btn2 {
	background: url("../image/btn-pioneer-bg2.png") no-repeat -2px 49px;
	width: 160px;
	margin-top: 30px;
	height: 158px;
	float: left;
	padding-left: 32px;
}

.btn-pioneer2 {
	background: url("../image/btn-pioneer.png") no-repeat center;
	margin: 2px 0 0 -2px;
	width: 128px;
	height: 128px;
	display: block;
	cursor: pointer;
}

.pioneer-pic2 {
	position: absolute;
	top: -3px;
	right: -73px;
}

.pioneer-arrow {
	margin-top: 28px;
	padding-bottom: 25px;
}

/*划算课程*/

.effective {
	background: url("../image/mone_bg.jpg") no-repeat center;
	width: 100%;
	height: 712px;
}

.effective_cont {
	width: 1000px;
	margin: 0 auto;
}

.effective_h2 {
	width: 100%;
	color: #fff;
	font-size: 52px;
	text-align: center;
	padding-top: 50px;
	margin: 0;
	font-weight: bold;
}

.effective_p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}

.effective_title {
	margin: 0;
	background: #e9e7ea;
	padding: 20px 0;
	font-size: 18px;
	color: #d62727;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.effective_body {
	background: #fff;
	height: auto;
}

.effective_p1 {
	font-size: 16px;
	color: #565656;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
}

.btn-common {
	font-size: 16px;
	color: #d62727;
	width: 178px;
	height: 38px;
	border: #d62727 1px solid;
	box-shadow: 0px 2px #f1f0f0;
	margin: 26px auto;
	cursor: pointer;
	text-align: center;
	background: #fff;
	margin-bottom: 25px;
	margin-left: 100px;
}

.btn-common1 {
	font-size: 16px;
	color: #fff;
	width: 178px;
	height: 38px;
	border: #d62727 1px solid;
	box-shadow: 0px 2px #f1f0f0;
	margin: 26px auto;
	cursor: pointer;
	text-align: center;
	background: #fff;
	margin-bottom: 25px;
	margin-left: 100px;
	background: #d62727;

}

.effective_icon1 {
	width: 34%;
	display: block;
	margin: 0 auto;
}

.effective_col {
	padding: 0;
	box-shadow: 0px 0px 13px #b7b7b7;
	z-index: 2;
}

.effective_coll {
	margin-top: 66px;
	padding: 0;
}

.effective_col {
	margin-top: 25px;
}

.effective_title1 {
	margin: 0;
	background: #d62727;
	padding: 25px 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.effective_icon2 {
	width: 42%;
	display: block;
	margin: 0 auto;
}

/*生活难题*/

.life {
	background: url("../image/life_bg.jpg") no-repeat center;
	width: 100%;
	height: 1317px;
}

.life_h2 {
	font-size: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding-top: 50px;
}

.life_p {
	font-size: 18px;
	color: #b6b6b6;
	font-family: arial;
	margin: 24px 0 0 0;
	line-height: 1;
	text-align: center;

}

.life_rea {
	width: 1000px;
	margin: 0 auto;
}

.reason-con {
	background: url("../image/reason-con.png") no-repeat center;
	height: 362px;
	margin-top: 60px;
}

.reason-con>ul {
	width: 1075px;
	margin: 0 auto;
	overflow: hidden;
}

.reason-con>ul>li {
	list-style: none;
	width: 180px;
	float: left;
	margin-right: 24px;
	padding-top: 26px;
}

.reason-con>ul>li:last-child {
	margin-right: 0;
}

.reason-con>ul>li>h3 {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	width: 179px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	padding-left: 30px;
	margin-left: 1px;
}

.reason-h3-q {
	background: url("../image/reason-h3-q.png") no-repeat 0 0;
}

.reason-h3-x {
	background: url("../image/reason-h3-x.png") no-repeat 0 0;
}

.reason-h3-t {
	background: url("../image/reason-h3-t.png") no-repeat 0 0;
}

.reason-h3-y {
	background: url("../image/reason-h3-y.png") no-repeat 0 0;
}

.reason-h3-r {
	background: url("../image/reason-h3-r.png") no-repeat 0 0;
}

.reason-h4 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 0 0;
}

.reason-h4>strong {
	color: #d62727;
}

.reason-btn {
	background: transparent;
	width: 380px;
	height: 56px;
	border: #d62727 1px solid;
	border-radius: 56px;
	font-size: 20px;
	color: #d62727;
	display: block;
	margin: 70px auto 0;
}

.reason-btn:hover {
	background: #d62727;
	color: #fff;
}

.k9 {
	background: url("../image/ban_tit.jpg") no-repeat center;
	width: 100%;
	height: 529px;
}

.k9_tatle,
.k9_com,
.k9_btn {
	margin: auto;
}

.k9_com {
	width: 624px;
}

.k9_tatle {
	width: 623px;
	padding-top: 104px;
	margin-bottom: 34px;
}

.k9_p {
	width: 600px;
	height: 50px;
	font-size: 18px;
	color: #bcbcbc;
	line-height: 24px;
	margin: auto;
	text-align: center;
	margin-bottom: 130px;
}


/*趣味课堂*/

.expand {
	background: url("../image/ban_tit.jpg") no-repeat center;
	height: 772px;
	margin-top: 35px;
}

.expand-all {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

.expand1 {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 164px;
	height: 170px;
	position: absolute;
	top: 87px;
	left: 32px;
}

.expand1:hover {
	background: url("../image/ban_tit.png") no-repeat 0 -170px;
}

.expand2 {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 173px;
	height: 170px;
	position: absolute;
	top: 296px;
	left: 0;
}

.expand2:hover {
	background: url("../image/ban_tit.png") no-repeat 0 -170px;
}

.expand3 {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 164px;
	height: 170px;
	position: absolute;
	top: 505px;
	left: 32px;
}

.expand3:hover {
	background: url("../image/ban_tit.png") no-repeat 0 -170px;
}

.expand4 {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 164px;
	height: 170px;
	position: absolute;
	top: 87px;
	right: 32px;
}

.expand4:hover {
	background: url("../image/ban_tit.png") no-repeat 0 -170px;
}

.expand5 {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 173px;
	height: 170px;
	position: absolute;
	top: 296px;
	right: 0;
}

.expand5:hover {
	background: url("../image/ban_tit.png") no-repeat 0 -170px;
}

.expand6 {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 164px;
	height: 170px;
	position: absolute;
	top: 505px;
	right: 32px;
}

.expand6:hover {
	background: url("../image/ban_tit.png") no-repeat 0 -170px;
}

.expand1:hover .expand-h2,
.expand2:hover .expand-h2,
.expand3:hover .expand-h2,
.expand4:hover .expand-h2,
.expand5:hover .expand-h2,
.expand6:hover .expand-h2 {
	color: #fff;
}

.expand-h2 {
	margin: 57px 0;
	font-size: 20px;
	font-weight: bold;
	color: #30304a;
	line-height: 26px;
}

.expand-mar {
	margin: 0;
	line-height: 170px;
}

.expand-con {
	display: none;
}

.expand-title {
	font-size: 52px;
	color: #fff;
	font-weight: bold;
	padding: 150px 0 0 0;
	margin: 0;
}

.expand-stitle {
	font-size: 52px;
	color: #d62727;
	font-weight: bold;
	margin: 0;
}

.expand-p1 {
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #adacb2;
	line-height: 24px;
}

.expand-p {
	margin-top: 0;
	line-height: 106px;
	height: 106px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.expand-p21 {
	background: url("../image/ban_tit.png") no-repeat center;
}

.expand-p22 {
	background: url("../image/ban_tit.png") no-repeat center;
}

.expand-p23 {
	background: url("../image/ban_tit.png") no-repeat center;
}

.expand-p24 {
	background: url("../image/ban_tit.png") no-repeat center;
}

.expand-p25 {
	background: url("../image/ban_tit.png") no-repeat center;
}

.expand-p26 {
	background: url("../image/ban_tit.png") no-repeat center;
}

.expand-p3 {
	font-size: 16px;
	color: #dedee0;
	line-height: 26px;
}

.btn-expand {
	width: 216px;
	margin: 40px auto 0;
	height: 58px;
	line-height: 58px;
	display: block;
	background: transparent url("../image/ban_tit.png") no-repeat 166px center;
	border: #d62727 1px solid;
	border-radius: 60px;
	font-size: 16px;
	color: #d62727;
	cursor: pointer;
	padding-left: 42px;
}

.btn-expand:hover {
	color: #f55d30;
}

.expand-common {
	cursor: pointer;
}

/*了解需求*/

.demand {
	background: url("../image/ban_tit.jpg") no-repeat center;
	width: 100%;
	height: 835px;
	margin-top: 35px;
}

.demand_h2 {
	color: #d62727;
	font-size: 52px;
	padding-top: 50px;
	text-align: center;
	font-weight: bold;
}

.demand_p {
	font-size: 20px;
	color: #b9bbc3;
	font-family: arial;
	padding-top: 16px;
	text-align: center;
}

.demand_cont {
	width: 1000px;
	margin: 0 auto;
}

.demand_tit {
	font-size: 18px;
	color: #30304a;
	font-weight: bold;
	margin: 8px 0;
	text-align: center;
}

.need-icon {
	background: url("../image/ban_tit.png") no-repeat 0 0;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin: 0 10px;
}

.demand_box {
	background: #dedede;
	box-shadow: 0px 5px 5px #d1d1d1;
	padding: 1px;
}

.need {
	margin: 0 24px;
}

.need>p {
	background: #f8f8f8;
	padding: 20px 0;
	margin: 25px 0;
	line-height: 24px;
	font-size: 16px;
	color: #4e4e58;
	text-align: center;
}

/*机遇*/

.opportunity {
	background: url("../image/ban_tit.jpg") no-repeat 0 0;
	width: 100%;
	height: 675px;
}

.oppor_h2 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	padding-top: 94px;
	font-weight: bold;
	margin: 0;
}

.oppor_p {
	margin: 16px 0 0 0;
	font-size: 18px;
	color: #050030;
	text-align: center;
}

.opportunity_cont {
	width: 1000px;
	margin: 0 auto;
}

.oppor_dz {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
}

.oppor_dz>strong {
	color: #d62727;
}

.opportunity_opp {
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	padding: 50px 50px;
	margin-top: 40px;
}

.chance-body {
	width: 911px;
	margin: 0 auto;
	overflow: hidden;
}

.chance-body>label {
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-left: 25px;
}

.username,
.userphone {
	background: #fff;
	width: 235px;
	height: 48px;
	border: #fff 1px solid;
	border-radius: 48px;
	outline: none;
	padding-left: 24px;
	font-size: 18px;

	float: left;
}

.btn-chance {
	background: #d62727;
	font-size: 18px;
	color: #fff;
	width: 244px;
	height: 48px;
	line-height: 48px;
	border: none;
	border-radius: 48px;
	display: block;
	float: left;
	margin-left: 38px;
	cursor: pointer;
	text-align: center;
}

.btn-chance:hover {
	background: #d62727;
	font-size: 18px;
	color: #fff;
	width: 244px;
	height: 48px;
	line-height: 48px;
	border: none;
	border-radius: 48px;
	display: block;
	float: left;
	margin-left: 38px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.chance-p {
	margin: 45px auto;
}

.chance-p>img {
	width: 100%;
}

.chance-phone {
	background: #fff;
	font-size: 18px;
	color: #414141;
	width: 360px;
	height: 48px;
	line-height: 48px;
	border: none;
	border-radius: 48px;
	display: block;
	margin-left: 38px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

.chance-phone:hover {
	background: #fff;
	font-size: 18px;
	color: #414141;
	width: 360px;
	height: 48px;
	line-height: 48px;
	border: none;
	border-radius: 48px;
	display: block;
	margin-left: 38px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
}

.bottom_but {
	width: 100%;
	height: 170px;
	background: #313131;
	text-align: center;
}

.butt {
	margin: 0 auto;
}

.but_cont {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.pro_p2 {
	font-size: 20px;
	line-height: 40px;
}

.pro_a2,
.pro_a2:hover {
	color: #d62727;
}

.bmsj {
	background: url(../image/img-1.png) no-repeat center top;
	padding: 80px 0;
}

.main {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

.tit4 {
	margin: 0;
	padding-top: 60px;
	font-size: 50px;
	font-weight: bold;
	color: rgba(48, 48, 74, 1);
	line-height: 50px;
	margin-bottom: 16px;
	text-align: center;
}

.line {
	border-top: 2px solid #ff0225;
	border-bottom: 1px solid #ff0225;
	height: 8px;
	margin: 0 100px;
}

.divDate {
	text-align: center;
	padding: 36px 0 36px;
	font-size: 24px;
	font-weight: 400;
	color: rgba(48, 48, 74, 1);
}

.divDate>span {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(194, 194, 204, 1);
	opacity: 0.96;
	border-radius: 10px;
	line-height: 70px;
	margin: 0 14px;
}

.btn2 {
	width: 380px;
	height: 56px;
	background: rgba(245, 93, 48, 1);
	border-radius: 28px;
	font-size: 20px;
	line-height: 56px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	display: block;
	text-align: center;
	margin: 0 auto;
}

.btn2:hover {
	color: rgba(255, 255, 255, 1);
}

.sqcg {
	text-align: center;
	margin: 0 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(245, 93, 48, 1);
	padding: 20px 0 20px;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.content {
	width: 660px;
	overflow: hidden;
	height: 144px;
	margin: 30px auto 0;

}

.content li {
	line-height: 36px;
	overflow: hidden;
}

.content li span:nth-child(1) {
	float: left;
}

.content li span:nth-child(2) {
	float: right;
}

.content li span>font {
	display: inline-block;
	width: 100px;
}

.bmsj .main {
	padding-bottom: 30px;
}

.tit4_2 {
	color: rgb(0, 0, 0);
}

.gzxq {
	padding-bottom: 84px;
	background: url(../image/img-2.png) no-repeat center top;
}

.gzxq .main {
	background: none;
}

.cxrk {
	margin-top: 40px;
	text-align: center;
	background: #fff;
	padding: 45px 0;
	box-shadow: 0px 6px 30px 0px rgba(48, 48, 74, 0.06);
}

.gbrq {
	font-size: 36px;
	font-weight: bold;
	color: rgba(48, 48, 74, 1);
	text-align: center;
	padding-bottom: 48px;
	margin: 0;
	line-height: 36px;
}

.jzrq {
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	color: rgba(245, 93, 48, 1);
	margin: 0;
}

.area {
	padding-bottom: 60px;
}

.area>div>a {
	margin: 56px 25px 0;
	display: inline-block;
	width: 90px;
	height: 46px;
	background: rgba(48, 48, 74, 1);
	border-radius: 4px;
	font-size: 22px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	position: relative;
}

.area>div>a>font {
	position: absolute;
	top: -38px;
	right: -30px;
	background: url(../image/img-release.png) no-repeat left top;
	width: 62px;
	height: 38px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
