*{padding: 0;margin: 0;}
ul,li{list-style:none;}
a,a:hover{text-decoration: none;}
a,img{border: 0}
a:focus{outline: 0}
body{font-size: 14px;color:#4c5769;font-family: Microsoft Yahei;width: 100%;overflow-x:hidden;background-color: #e4e8ef;}
.clearfix:after{content: '';height: 0;display: block;clear: both;visibility: hidden;}
.f12{font-size: 12px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.center{text-align: center;clear: both;}
.hide{display: none;}
input:focus{outline: none}
.mr{margin-right: -100px;}
.wrap{
	width: 1000px;
	margin: 0 auto;
}
.header_01{
	height: 97px;
	background: #273149 url(../images/header_01.jpg) no-repeat top center;
}
.header_02{
	height: 115px;
	background: #273149 url(../images/header_02.jpg) no-repeat top center;
}
.header_03{
	height: 154px;
	background: #273149 url(../images/header_03.jpg) no-repeat top center;
}
.header_04{
	height: 81px;
	padding-top: 23px;
	background: #273149 url(../images/header_04.jpg) no-repeat top center;
	text-align: center;
}
.header_href{
	display: inline-block;
	width: 178px;
	height: 55px;
	margin: 0 21px 0 18px;
	line-height: 55px;
	text-align: center;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	font-size: 20px;
	color: #fff;
	background-color: #b39a7c;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-shadow: 2px 2px 6px rgba(49,59,87,.38);
}
.header_href:hover,.content_href:hover,.file_download_btn:hover{
	background-color: #2a344c;
}
.menu{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.navi{
	display: inline-block;
	height: 50px;
	margin-top: -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}
.navi li{
	position: relative;
	float: left;
	margin: 0 48px;
	padding: 0 3px;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
}
.navi li.active:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #313b57;
	-webkit-animation: menuSlide .3s;
	-o-animation: menuSlide .3s;
	animation: menuSlide .3s;
}
.navi li.active{
	font-weight: 700;
	color: #313b57;
}
@-webkit-keyframes menuSlide{
  0%{ width: 0; }
  100%{ width: 100%; }
}
@keyframes menuSlide{
  0%{ width: 0; }
  100%{ width: 100%; }
}
.panel{
	padding: 80px 0 22px;
}
.panel_tit{
	padding-bottom: 25px;
}
.file_list{
	padding: 21px 0 28px;
	border-top: 3px solid #464d5f;
	border-bottom: 3px solid #464d5f;
}
.file_list li{
	float: left;
	line-height: 24px;
}
.file_list li.li1{
	position: relative;
	width: 557px;
	height: 228px;
	border-right: 1px solid #464d5f;
}
.file_list li.li2{
	width: 472px;
	height: 228px;
	margin-left: -30px;
}
.file_list .pic{
	float: left;
	width: 177px;
}
.file_list li.li1 .info{
	margin-left: 177px;
}
.file_list li.li2 .info{
	margin-left: 207px;
}
.file_list li.li2 img{
	margin-top: 71px;
}
.file_list .title{
	position: relative;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
}
.file_list .title:before{
	position: absolute;
	left: 0;
	top: 39px;
	font-size: 80px;
	line-height: 0;
	color: #fff;
	font-weight: 700;
	z-index: -1;
	font-family: Arial;
}
.file_list .title01:before{
	content: 'PART1';
}
.file_list .title02:before{
	content: 'PART2';
}
.content_href{
	display: inline-block;
	height: 44px;
	padding: 0 27px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #b39a7c;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.file_download_btn{
	position: absolute;
	right: 20px;
	bottom: 27px;
	height: 44px;
	line-height: 44px;
	padding: 0 27px 0 58px;
	background: #b39a7c url(../images/cloud_icon.png) no-repeat 20px center;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fee_list li{
	float: left;
	width: 465px;
	margin: 0 26px 26px 0;
	padding: 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.fee_list li.li1{
	background: #fff url(../images/fee_bg1.jpg) no-repeat right bottom;
}
.fee_list li.li2{
	background: #fff url(../images/fee_bg2.jpg) no-repeat right bottom;
}
.fee_list li.li3{
	background: #fff url(../images/fee_bg3.jpg) no-repeat right bottom;
}
.fee_list li.li4{
	background: #fff url(../images/fee_bg4.jpg) no-repeat right bottom;
}
.fee_list .title{
	position: relative;
	padding: 0 20px;
	margin-bottom: 18px;
	display: inline-block;
	font-size: 20px;
}
.fee_list .title:before,.fee_list .title:after{
	content: '';
	position: absolute;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #2a344c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.fee_list .title:before{left: 0}
.fee_list .title:after{right: 0}
.fee_list .txt{
	padding-left: 28px;
	line-height: 24px;
	text-align: left;
}

.form_box{
	height: 174px;
	display: inline-block;
	width: 1000px;
	border-top: 3px solid #464d5f;
	border-bottom: 3px solid #464d5f;
}
.form_box .form_item{
	height: 36px;
	width: 136px;
	padding-left: 40px;
	float: left;
	display: block;
	margin: 30px 31px 0 36px;
	position: relative;
	border: 1px solid #464d5f;;
}
.form_box .form_item:before{
	content: '';
	position: absolute;
	left: 3px;
	top: 0;
	width: 40px;
	height: 36px;
	display: inline-block;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}
.form_box .user_value{
	border:none;
	padding: 5px 5px 5px 0;
	line-height: 26px;
	width: 130px;
	height: 26px;
	font-size: 14px;
	color: #a3a3a3;
	background-color: #e4e8ef;
}
.form_box .user_value:focus{
	outline: 0;
}
.form_box .arrow_down_btn2{
	position: absolute;
	right: 6px;
	top: 13px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #b39a7c;
}
.form_box .name_icon:before{
	background-position: 3px 3px;
}
.form_box .phone_icon:before{
	background-position: 1px -34px;
}
.form_box .city_icon:before{
	background-position: 3px -72px;
}
.form_box .grade_icon:before{
	background-position: 5px -110px;
}
.form_box .ys_icon:before{
	background-position: 2px -148px;
}
.form_box .subject_icon:before{
	background-position: 3px -189px;
}
.form_box .school_icon:before{
	background-position: 2px -227px;
}
.form_box .slide_choose_info2{
	position: absolute;
	left: -1px;
	top: 35px;
	background-color: #fff;
	width: 176px;
	z-index: 999;
	display: none;
	border:1px solid #464d5f;
}
.form_box .slide_choose_info2 li{
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #333;
	padding-left: 10px;
	cursor: pointer;
}
.form_box .slide_choose_info2 li:hover{
	background-color: #e5e5e5;
}
.form_box .submit_btn{
	width: 129px;
	height: 40px;
	margin-top: 30px;
	margin-left: 40px;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
}
.pop_window{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.popmask{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.9);
	-webkit-opacity: 0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.applyform{
	position: absolute;
	width: 652px;
	height: 415px;
	left: 50%;
	top: 50%;
	margin-left: -326px;
	margin-top: -208px;
	background: #fff url(../images/bg_pop.jpg) no-repeat left center;
}
.download_area{
	position: absolute;
	width: 600px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -75px;
	background: #fff;
	display: none;
}
.download_area .href_place{padding-top:15px;text-align:center}
.download_area p a{
  text-align:center;
  font-size:16px;
  line-height:34px;
  color:#333;
}
.download_area p a:hover{text-decoration:underline}
.applyTitle{
	position: relative;
	height: 56px;
	background-color: #2a344c;
	color: #fff;
}
.applyTitle span{
	line-height: 56px;
	margin-left: 12px;
	font-size: 22px;
}
.closeBtn{
	position: absolute;
	right: 10px;
	top: 13px;
	width: 30px;
	height: 30px;
	background: url(../images/close-icon-2.png) no-repeat center center;
	cursor: pointer;
}
.downform{
	padding-left: 250px;
}
.p_item{
	position: relative;
	padding-top: 18px;
	float: left;
	width: 100%;
}
.p_item span{
	width: 80px;
	float: left;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
}
.p_item i{
	font-style: normal;
	font-size: 12px;
}
.user_val1{
	height: 30px;
	border: 1px solid #D1D1D1;
}
.w1{
	width: 166px;
}
.w2{
	width: 56px;
	vertical-align: middle;
}
.get_yzm{
	height: 30px;
	width: 105px;
	text-align: center;
	line-height: 30px;
	background-color: #ABABAB;
	color: #fff;
	font-size: 12px;
	border:none;
	cursor: pointer;
	vertical-align: middle;
}
.p_item p{
	color: red;
}
.tj_form{
	display: inline-block;
    height: 40px;
    width: 174px;
    margin-right: 50px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #B39A7C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	margin-top: 0;
	margin-left: 100px;
	border: none;
	text-align: center;
}
.fixed{
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 27px;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.city_slide{
	height: 300px;
	overflow-y: auto;
}
.school{
	margin-top: 40px;
	padding: 43px 0 30px;
	background: #313b53 url(../images/school_bg.jpg) no-repeat right bottom;
}
.school_list li{
	float: left;
	width: 490px;
	height: 290px;
	padding: 20px 20px;
	margin: 0 20px  20px 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.school_list .pic{
	float: left;
	text-align: center;
}
.school_list .name{
	padding: 15px 0;
	color: #4c5769;
	font-size: 22px;
}
.school_list .pic .content_href{
	padding: 0 15px;
}
.school_list .info{
	margin-left: 170px;
	line-height: 24px;
}
.word_href{
	color: #b39a7c;
	font-weight: 700;
}
.word_href:hover{text-decoration: underline;}
.life_list li{
	position: relative;
	float: left;
	width: 239px;
	height: 321px;
	margin-right: 15px;
	overflow: hidden;
}
.life_list img,.scholarship_list img,.method_list img,.school_list img,.file_list img{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.life_list li:hover img,.scholarship_list img:hover,.method_list img:hover,.school_list img:hover,.file_list img:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.life_list .info{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;
	width: 119px;
	height: 119px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #192138;
	background-color: rgba(25,33,56,.7);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: #fff;
	overflow: hidden;
}
.life_list .info .type{
	font-size: 40px;
	line-height: 120px;
	text-align: center;	
}
.life_list .info .txt{
	padding: 60px 25px 0;
	line-height: 24px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-align: center;
}
.life_list .info p{
	width: 190px;
	text-align: left;
}
.life_list .info .content_href{
	margin-top: 40px;
}
.life_list li:hover .info{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.life_list li:hover .type{display: none;}
.life_list li:hover .txt{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.scholarship_list li{
	float: left;
	width: 500px;
	margin: 0 20px 30px 0;
}
.scholarship_list .img{
	float: left;
	width: 172px;
	height: 221px;
	margin-top: 15px;
	background-color: #eef1f6;
}
.scholarship_list .img img{
	margin-left: 18px;
	margin-top: -15px;
}
.scholarship_list .info{
	width: 298px;
	height: 239px;
	padding: 20px 25px 0;
	margin-left: 198px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 26px;
}
.scholarship_list .info .content_href{
	margin-top: 20px;
}
.reduce_list,.teacher_box{
	padding: 22px 0;
	border-top: 3px solid #464d5f;
	border-bottom: 3px solid #464d5f;
}
.reduce_list li{
	position: relative;
	float: left;
	width: 33%;
	height: 228px;
	padding: 0 20px;
	border-right: 1px solid #464d5f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
}
.reduce_list li:before{
	content: '01';
    position: absolute;
    left: 38px;
    top: 105px;
    font-size: 247px;
    color: #fff;
    font-family: arial;
    font-weight: 700;
    z-index: -1;
}
.reduce_list .li1:before{
	content: '01'
}
.reduce_list .li2:before{
	content: '02'
}
.reduce_list .li3:before{
	content: '03'
}
.reduce_list .icon{
	height: 48px;
	width: 60px;
	margin: 0 auto;
	background: url(../images/sprite.png) no-repeat;
}
.reduce_list .icon1{background-position: 3px -270px;}
.reduce_list .icon2{background-position: 3px -333px;}
.reduce_list .icon3{background-position: 3px -396px;}
.reduce_list .title{
	margin: 16px 0 20px;
	font-size: 20px;
}
.method_list li{
	float: left;
	width: 240px;
	height: 167px;
	margin-right: 15px;
}
.apply_radio_step{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 1px solid #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
}
.apply_radio_step.active:before{
	position: absolute;
	left: 3px;
	top: 3px;
	width: 10px;
	height: 10px;
	background-color: #28324a;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.apply_radio_step_txt{
	padding-right: 10px;
	font-size: 16px;
	color: #666;
	vertical-align: middle;
}