body{
	font-size: 12px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}
.container{
	width: 1200px;
	margin:0 auto;
}
a:hover{
	color:#d40b1c;
}
.banner_box{
	position: relative;
}
h1{
	position: absolute;
	left:-10000px;
}
.nav{
	width: 100%;
	font-size: 18px;
	line-height: 60px;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(starColors tr=B2Ffff,endColors tr=B2Ffff);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.nav .left{
	width: 30%;
}
.nav .left span{
	padding-left: 10px;
	color:#bebebe;
}
.nav .right{
	width: 70%;
}
.nav .right a{
	width: 14.285%;
	text-align: center;
	float: left;
	color:#fff;
}
.nav .right a:hover{
	background-color: #ca8f3d;
}
.banner{
	background: url(../images/banner_bg.jpg) no-repeat center;
	text-align: center;
	position: relative;
	padding-bottom: 176px;
}
.banner .container div{
	width: 80%;
	position: absolute;
	bottom: 6%;
	font-size: 16px;
}

.banner div a{
	background-color: #c2474c;
	border: 1px solid #c2474c;
	float: left;
	width: 224px;
	line-height: 40px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.banner .a1{
	color: #FFF;
	background-color: #c2474c;
	border: 1px solid #c2474c;
	margin:0 2.5% 0 21%;
}
.breabcrumb,.budget {
	background-color: #f5f5f5;
}
.breabcrumb{
	padding-bottom: 25px;
}
.breabcrumb p{
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
h2{
	text-align: center;
	line-height: 50px;
	font-weight: normal;
}
.h2_top{
	text-align: center;
	padding-top:13px;
	font-size: 20px;
	font-family: arial;
	color:#999999;
	margin-bottom: 45px;
}
.budget{
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.budget li{
	width: 22.6%;
	padding:3% 0;
	float: left;
	text-align: center;
	margin:0 1.46%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.budget .hover{
	transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
	background-color: #ca8f3d;
	border: 1px solid #ca8f3d;
}
.budget .li1{
	margin-left: 0;
}
.budget .li4{
	margin-right: 0;
}
.budget li a{
	font-size: 18px;
	padding:0 5px;
}
.budget .hover a{
	color:#fff;
}
.budget li span{
	font-size: 24px;
	display: block;
	margin-bottom: 8px;
}
.budget .hover span{
	color:#fff;
}
.box_cnt{
	display: none;
}
.box_hover{
	display: block;
}

/**tuition star**/
.tuition{
	margin-bottom: 60px;
}
.tuition .tabList{
	background-color: #f5f5f5;
	margin-bottom: 38px;
}
.tuition .tabList li{
	width: 33.33%;
	float: left;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	color:#666;
}
.tuition .tabList .hover{
	background-color: #ca8f3d;
	color:#fff;
	position: relative;
}
.tuition .tabList .hover::after{
	content: "";
	width: 0;
	height: 0;
	border-top:16px solid #ca8f3d;
	border-left:25px solid transparent;
	border-right:25px solid transparent;
	position: absolute;
	bottom: -15px;
	left:50%;
	margin-left: -25px;
}
.tuition .top_box{
	padding:20px 30px;
	line-height: 20px;
	font-size: 14px;
	color:#666;
	background-color: #f5f5f5;
	margin-bottom: 25px;
}
.tuition .top_box b{
	display: block;
	font-size: 18px;
	color: #ca8f3d;
	margin-bottom: 10px;
}
.tuition table {
	width: 100%;
	text-align: center;

	background-color: #f5f5f5;
}
.tuition table th{
	font-size: 14px;
	line-height: 54px;
	background-color: #e9ecf5;
	border: 1px solid #fff;
}
.tuition table .th1{
	width: 17%;
}
.tuition table td{
	width: 14%;
	font-size:14px;
	padding:12px 0;
	vertical-align: middle;
	border: 1px solid #fff;
}
.tuition table .td6 a,.tuition table .none a{
	background-color: #ffad0e;
	color:#fff;
	padding:6px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tuition .bottom_box{
	padding:15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f5f5f5;
	text-align: center;
	font-size:14px;
}
.tuition .bottom_box b{
	color:#db4537;
}
.tuition .bm_bottom {
	text-align: center;
	padding-top:50px;
}
.tuition .bm_bottom .know,.tuition .bm_bottom .phone{
	padding:10px 56px;
	font-size: 18px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #db4537;
}
.tuition .bm_bottom .phone{
	padding:10px 36px;
	margin-left: 50px;
	background-color: #ca8f3d;
}
.tuition .bm_bottom .phone img{
	margin-bottom: 3px;
}
.tuition .bm_bottom .phone a{
	line-height: 26px;
	display: inline-block;
	color:#fff;
}
/**tuition end**/

.cost{
	margin-bottom: 60px;
}
.lifefee .lifefeechart .lifefeechart-left {
	float: left;
	width: 62%;
	text-align: right;
}
.lifefee .lifefeechart {
	overflow: hidden;
}
.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc {
	font-size: 20px;
	clear: both;
	overflow: hidden;
	margin-top: 17px;
	color: #333;
}
.lifefee .lifefeechart .lifefeechart-left .first{
	margin-top:0;
}
.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spI {

	border-right: 6px solid #2dc970;

}
.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spI,.lifefeechart-left .lifefeechart-desc span.spII,.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIII,.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIV{
	padding-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
}
.lifefeechart-left .lifefeechart-desc span.spII {
	border-right: 6px solid #ff612c;
}
.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIII {
	border-right: 6px solid #3ca4eb;
}
.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIV {
	border-right: 6px solid #fc0;
}
.lifefee .lifefeechart .lifefeechart-left p {
	font-size: 16px;
	clear: both;
	overflow: hidden;
	margin: 0;
	margin-top: 17px;
	color: #333;
}
.lifefee .lifefeechart .lifefeechart-right {
	position: relative;
	float: right;
	overflow: hidden;
	width: 32%;
	padding-left: 4%;
}
.lifefee .lifefeechart .lifefeechart-right .tooltipsdata {
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	z-index: 99;
	top: 53%;
	margin-top:-55px;
	left: 56%;
	margin-left:-120px;
	width: 242px;
	height: 110px;
	padding-top: 10px;
	text-align: center;
	color: #2dc970;
}
.lifefee .lifefeechart .lifefeechart-right .tooltipsdata p {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #333;
}
.lifefee .lifefeechart .lifefeechart-right .tooltipsdata span {
	font-size: 21px;
	line-height: 16px;
	display: block;
	color: #333;
}
.lifefee .lifefeechart .lifefeechart-right .result-canvas-content {
	position: relative;
	height: 390px;
}
.moreoffer{
	margin-top:20px;

}
.moreoffer a{
	color:#fff;
	display: block;
	width: 230px;
	float: right;
	line-height: 46px;
	background-color: #2ec3fa;
	font-size: 18px;
	text-align: center;
}
/**apply star**/
.apply{
	color:#fff;
	padding:50px 0 45px;
	background: url(../images/apply_bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 60px;
}
.apply .left{
	width: 78%;
}
.apply h2{
	text-align: left;
	padding-top:10px;
	margin-bottom: 25px;
}
.apply h2 span{
	color:#fff600;
}
.apply form div{
	width: 15%;
	float: left;
	line-height: 32px;
	border:1px solid #fff;
	margin-right: 10px;
}
.apply form .li-last {
    width: 13%;
    border: 0 none;
    margin-right: 0;
}
.apply form .li-last p {
    line-height: 18px!important;
    color: #fff!important;
}
.apply form .li-last p a {
    color: #fff600!important;
}
.apply form span{
	padding-left: 8px;
	padding-right: 5px;
	float: left;
	font-size: 14px;
}
.apply form div input,.apply form div select{
	float: left;
	height: 32px;
	line-height: 32px;
	outline: none;
	border: 0 none;
	font-size: 14px;
	color:#fff;
	background-color: transparent;
	width: 48.4%;
}
.apply form div select{
	height: 32px;
	line-height: 28px;
	float: right;
}
.apply form div select option{
	color:#444;
}
.apply form .last_p{
	border-right:1px solid #fff;
}
#form_submit{
	width: 14%;
	font-size: 16px;
	margin-left: 20px;
	height: 36px;
	line-height: 36px;
	background-color: #db4537;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	border: 0 none
}
.apply .right{
	width: 22%;
}
.apply .right>div{
	width: 46%;
	margin:0 2%;
	text-align: center;
	float: left;
}
.apply .right span{
	display: block;
}
/**apply end**/

/**other star**/
.other{
	margin-bottom: 60px;
}
.other .h2_p{
	font-size: 24px;
	text-align: center;
	padding-top:15px;
}
.other li{
	width: 29.33%;

	float: left;
	font-size: 14px;
	color:#666666;
}
.other .li2{
	margin:0 6%;
}
.other li dl{
	height: 420px;
	border: 1px solid #ccc;
}
.other li dd{
	padding:20px 25px 15px;
}
.other li dd span{
	display: block;
	font-size: 20px;
	color:#444;
	text-align: center;
	margin-bottom: 10px;
}
.other li dd div{
	margin-bottom: 7px;
}
.other .center{
	height: 48px;
}
/**other end**/
/**free star**/
.free{
	padding:60px 0;
	margin-bottom: 60px;
	background: url(../images/free_bg.jpg) no-repeat center;
	background-size: cover;
}
.free h2{
	color:#fff;
}
.free .box>div{
	width: 31.33%;
	float: left;
	background-color: #fff;
	margin-bottom: 2%;
}
.free .dl2,.free .dl5{
	margin:0 3%;
}
.free .box dl{
	padding:25px 30px;
	cursor: pointer;
}
.free dt,.free dd{
	float: left;
}
.free dt{
	width: 30%;
	padding-top:2%;
	padding-right: 3%;
}
.free dt img{
	border: 1px solid #676767;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all ease-in .5s;
	-webkit-transition: all ease-in .5s;
	-moz-transition: all ease-in .5s;
	-ms-transition: all ease-in .5s;
	-o-transition: all ease-in .5s;
}
.free dl:hover img{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.free dd{
	width: 67%;
}
.free dd span{
	font-size: 18px;
}
.free dd .center{
	height: 72px;
	font-size: 14px;
	color:#676767;
}
.free .bottom_box {
	font-size: 18px;
	padding-top:30px;
	text-align: center;
}
.free .bottom_box span{
	background-color: #db4537;
	color:#fff;
	padding:10px 50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/**free end**/
.Setting-bg{
	margin-bottom: 60px;
}
.Accordion {
	width: 100%;
	height: 350px;
	margin: 0px auto;
	position: relative;
}
.Accordion ul .li1 {
	width: 50%;
	background: url(../images/Accordion1.jpg)no-repeat left;
	background-size: cover;
}
.Accordion ul .li2 {
	background: url(../images/Accordion2.jpg)no-repeat left;
	background-size: cover;
}
.Accordion ul .li3 {
	background: url(../images/Accordion3.jpg)no-repeat left;
	background-size: cover;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.Accordion ul li {
	width: 25%;
	height: 350px;
	position: relative;
	overflow: hidden;
	float: left;
	cursor: pointer;

}
.li-title {
	width: 100%;
	height: 350px;
	font-size: 26px;
	line-height: 350px;
	text-align: center;
	background: url(../images/title-bg.png) no-repeat center rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.textTop {
	width: 50%;
	padding: 2% 0 0 0;
	margin-right: 5%;
	float: right;
}
.Setting-titl {
	font-size: 20px;
	line-height: 60px;
	font-weight: 600;
	color: #444444;
}
.li2 .li-title, .li3 .li-title {
	display: block;
}
.textTop p {
	font-size: 12px;
	line-height: 20px;
}
.recommended a {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	float: left;
}
.Accordion .center{
	height: 60px;
	text-indent: 2em;
	overflow: hidden;
	margin-bottom: 20px;
}
.recommended .span_a{
	display: block;
}
.textTop .span_a{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 7px;
}
.textTop p .span1{
	display: block;
	text-indent: 4em;
}
.Setting-box .bottom_box{
	text-align: center;
	padding-top:35px;
}
.Setting-box .bottom_box a{
	width: 220px;
	font-size: 18px;
	color:#fff;
	display: inline-block;
	line-height: 44px;
	background-color:#db4537 ;
}
.Setting-box .bottom_box .phone{
	margin-left: 50px;
	background-color: #ca8f3d;
}
.question{
	background: url(../images/question_bg.jpg) no-repeat center;
	padding:60px 0;
	background-size: cover;
	margin-bottom: 60px;
}
.question h2{
	color:#fff;
	margin-bottom: 40px;
}
.problem{
	background: url(../images/) repeat scroll top left;
	padding: 40px;
	background-color: #FFF;;
	-webkit-box-shadow:0 0 10px rgba(204, 204, 204, .5);
	-moz-box-shadow:0 0 10px rgba(204, 204, 204, .5);
	box-shadow:0 0 10px rgba(204, 204, 204, .5);
}
.problem>div{
	height: 450px;
	padding-right: 20px;
	overflow-y: scroll;
}
.problem-title{
	font-size: 22px;
	line-height: 30px;
	height: 40px;
	display: block;
	color:#df2232 ;
	border-bottom: 1px solid #e8ecee;
	position: relative;
	margin-bottom: 2%;
}
.problem-title:after{
	content: '';
	display: block;
	width: 197px;
	height: 3px;
	background-color: #df2232;
	position: absolute;
	bottom: 0;
}
.problem dl{
	padding-bottom: 2%;
	margin-bottom: 3%;
	border-bottom: 1px solid #e8ecee;
}
.problem dl:last-child{
	margin-bottom: 0;
	border-bottom: 0 none;
}
.problem dt{
	padding-left: 3%;
	width: 97%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	background: url("../images/questions-icon.png") no-repeat left top 5px;
	margin-bottom: 3%;
}
.problem dt p{
	width: 90%;
	margin:0 1%;
}
p.p-title-show{
	height: auto;
	float: left;
	white-space: normal;
}
p.p-title-hide{
	height: 30px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.problem dt span{
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
	color: #bbbbbb;
	text-align: right;
	float: right;
}
a.gengduo{
	background: url("../images/more-zk.png") no-repeat right center;
	float: right;
}
a.shouqi{
	background: url("../images/more-sq.png")no-repeat right center;
}
a.gengduo,a.shouqi{
	padding-right: 14px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color:#2d64b3;
	float: right;
}
.problem dd{
	width: 97%;
	font-size: 14px;
	line-height: 30px;
	background-color: #f8f8f8;
	margin-bottom: 1%;
	position: relative;
}
.problem dd:before{
	position: absolute;
	top: -10px;
	width: 0;
	height: 0;
	left: 8%;
	margin-left: -10px;
	content: " ";
	border-bottom: 10px solid  #f8f8f8 ;
	border-left: 10px solid transparent ;
	border-right: 10px solid transparent ;
}
.reply span{
	padding-right: 1%;
	line-height: 30px;
	color: #df2232;
}
.reply{
	padding: 10px;
	color: #888888;
	line-height: 24px;
	font-size:14px;
}
.question .bottom_a{
	display: block;
	width: 220px;
	font-size: 18px;
	margin:20px auto 0;
	line-height: 42px;
	border: 1px solid #ca8f3d;
	text-align: center;
}

.news{
	margin-bottom: 60px;
}
.news .box>.left{
	width: 31%;
	background-color: #f5f5f5;
	border-top:3px solid #ca8f3d;
}
.news .box .box1{
	padding:20px;
}
.news .box .box1 .top_box,.news .box .box1 dl{
	margin-bottom: 15px;
}
.news .box .box1 .top_box span{
	font-size: 20px;
	float: left;
}
.news .box .box1 .top_box a{
	font-size: 14px;
	float: right;
}
.news .box .box1 dt{
	float: left;
	width: 35%;
	padding-right: 5%;
}
.news .box .box1 dd{
	float: left;
	width: 60%;
}
.news .box .box1 dd>a{
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .box .box1 dd .center{
	color:#7e7e7e;
	text-indent: 2em;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.news .box .box1 dd .center a{
	color:#cc292e;
}
.news .box .left li{
	line-height: 30px;
	width: 96%;
	padding-left: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/li_bg.png) no-repeat left center;
}
.news .box .center1{
	margin:0 2.5%;
}
.news .banner_a{
	width: 33%;
	overflow: hidden;
	position: relative;
}
.news .banner_a .list{
	width: 400%;
}
.news .banner_a .list li{
	width: 25%;
	float: left;
}
.news .btn{
	width: 90px;
	left:50%;
	margin-left: -45px;
	position: absolute;
	bottom:15px;
}
.news .btn li{
	width: 16px;
	height: 16px;
	float: left;
	margin:0 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}
.news .btn .cur{
	background-color: #fff;
}
/**bg-box8 star**/
.bg-box8 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #474747;
	height: 176px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	bottom: 8px;
	left: 0;
	z-index: 999;
}
.td {
	padding: 35px 10px 0px 10px;
	width: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	background: url(../images/bm2.png) no-repeat center 12px #ca8f3d;
	height: 130px;
	z-index: 1;
	cursor: pointer;
	display: none;
	position: absolute;
}
.bg-last {
	position: relative;
}
.bmbd_cnt {
	left: 10px;
	width: 50%;
	float: left;
	background: #ca8f3d;
	padding: 1% 3% 2% 3%;
	right: 0px;
	top: -15px;
	position: absolute;
}
.bmbd_cnt:before, .bmbd_cnt:after {
	content: "";
	width: 0;
	height: 0;
	z-index: -10;
	position: absolute;
}
.bmbd_cnt:before {
	border-bottom: 15px solid #909090;
	border-left: 15px solid transparent;
	left: -14px;
	top: 0px;
}
.bmbd_cnt:after {
	border-top: 10px solid #909090;
	border-right: 15px solid transparent;
	right: -14px;
	bottom: -1px;
}
.bmbd_cnt h3 {
	font-size: 18px;
	width: 100%;
	padding-top:15px;
	line-height: 30px;
	margin-bottom: 25px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	float: left;
}
.bmbd_cnt input {
	height: 22px;
	width: 98%;
	line-height: 22px;
	border: 0;
}
.bmbd_cnt ul {
	position: relative;
}
.bmbd_cnt li {
	width: 40%;
	color: #fff;
	line-height: 32px;
	margin-bottom: 15px;
	float: left;
}
.bmbd_cnt li span {
	display: block;
	width: 35%;
	text-align: right;
	font-size: 14px;
	float: left;
}
.bmbd_cnt li div {
	width: 64%;
	float: left;
}
.bmbd_cnt select {
	width: 98%;
	line-height: 24px;
	height: 24px;
	float: left;
	border: 0;
	margin-top:5px;
}
.bmbd_cnt .yuyue {
	width: 15%;
	top: 14px;
	right: 0%;
	height: 40px;
	line-height: 40px;
	position: absolute;
}
#submit1 {
	background-color: #e8533d;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	color:#fff;
}
.wx-box {
	float: right;
	width: 36%;
	padding-top: 2.5%;
}
.wx-box dt, .wx-box dd {
	float: left;
	color:#fff;
}
.wx-box dt {
	margin-right: 5%;
	text-align: center;
}


.wx-box dt img {
	display: block;
	margin: 0 auto;
}
.wx-box dd span {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.wx-box dd span a{
	color:#fff;
}
.close-btn {
	width: 22px;
	height: 22px;
	top: -10px;
	right: 50px;
	z-index: 999;
	position: absolute;
	cursor: pointer;
	background: url(../images/gb.png) center center no-repeat;
}
/**bg-box8 star**/

/*footer��ʼ*/
#footer{ width:1200px; margin:15px auto ; text-align:center; overflow:hidden; clear:both; padding-bottom:20px;}
#footer table{ width:100% !important;}

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #dd6f38; margin:1.5em 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#dd6f38; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; color:#FFF; height:40px; border-right:1px #C86831 solid; background:#dd6f38; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #dd6f38 solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}

@media only screen and (max-width: 1200px) {
	.banner {
		padding-bottom: 10%;
	}
	.banner .container div{
		margin: 0 10%;
	}
	.banner .a1 {
		margin: 0px 2.5% 0 21%;
	}
	.container{
		width: 94%;
		padding:0 3%;
	}
	.budget li a {
		font-size: 16px;
	}
	.apply form div {
		width: 34%;
	}
	.apply .p1,.apply .p2{
		margin-bottom: 15px;
	}
	.apply .p1,.apply .p3,.apply .p2{
		border-right:1px solid #fff;
	}
	.apply .p1,.apply .p3{
		margin-right: 15px;
	}
	.news .box .box1 {
		padding: 15px;
	}
	#footer{
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {

	h2{
		font-size: 30px;
	}
	.bg-box8{
		display: none;
	}
	.h2_top img{
		width: 234px;
	}
	.nav{
		padding: 15px 0;
	}
	.nav .left,.nav .right{
		width: 100%;
		line-height: 30px;
	}
	.nav .left{
		margin-bottom: 5px;
	}
	.budget li {
		margin: 0 1.41%;
	}
	.budget li a {
		font-size: 14px;
		padding:0 2px;
	}
	#form_submit {
		width: 21%;
	}
	.apply h2 {
		margin-bottom: 20px;
	}
	.apply form .li-last {
	    width: 21%;
	    margin-left: 20px;
	}
	.other .li2 {
		margin: 0 3%;
	}
	.other li {
		width: 31.33%;
	}
	.other li dd,.free .box dl{
		padding: 15px;
	}
	.news .box > .left {
		width: 30.5%;
	}
	.news .box .center1 {
		margin: 0 1.5%;
	}
	.news .banner_a {
		width: 36%;
	}
	.news .box .box1 dd .center {
		height: 40px;
	}
	.other li dl {
		height: 390px;
	}
	#footer{
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 970px) {
	.banner .a1 {
		margin: 0 2.5% 0 14% !important;
	}
	.banner .container div{
		margin: 0 10%;
	}

}
@media only screen and (max-width: 850px) {

	.free .box > div {
		width: 48.5%;
	}
	.free .dl2{
		margin-right: 0;
	}
	.free .dl4{
		margin-left: 3%;
	}
	.free .dl5{
		margin-left: 0;
	}
	.free dt img {
		width: 65px;
		margin-top:10px;
	}
	.news .box .box1 {
		padding: 10px;
	}
	.news .box .box1 .top_box, .news .box .box1 dl {
		margin-bottom: 5px;
	}
	.lifefee .lifefeechart .lifefeechart-right .tooltipsdata span {
		font-size: 16px;
	}
	.lifefee .lifefeechart .lifefeechart-right .tooltipsdata p {
		font-size: 24px;
	}
	.other li dl {
		height: 366px;
	}
}
@media only screen and (max-width: 767px) {
	.banner .a1 {
		margin: 0px 2.5% 0 21% !important;
	}
	.h2_top img,table .none,.news .box .banner_a {
		display: none;
	}
	.nav{
		position: inherit;
		background-color: #4C4C4C;
	}
	.nav .left span{
		color: #FFF;
	}
	.nav .right a{
		width: 25%;
		font-size: 16px;
	}
	.banner div a {
		width: 130px;
		line-height: 30px;
		font-size: 14px;
	}
	.budget li {
		margin: 0 1.37%;
	}
	.tuition table .td6 a{
		display: inline-block;
	}
	.tuition .tabList li {
		line-height: 50px;
		font-size: 20px;
	}
	.apply form div,#form_submit{
		width: 45%;
		margin-bottom: 15px;
	}
	.apply form .li-last {
	    width: 45%;
	    margin-left: 0;
	}
	.apply .right > div {
		width: 96%;
		margin-bottom: 15px;
	}
	.apply .right > div img {
		width:70px;
	}
	.Accordion{
		height:auto;
	}
	.Accordion ul li,.Accordion ul .li1 {
		width: 32%;
	}
	.Accordion ul .li2{
		margin:0 2%;
	}
	.li2 .li-title, .li3 .li-title {
		display: none;
	}
	.textTop {
		width: 94%;
		padding:3%;
		background-color: rgba(255,255,255,0.8);
		height: 350px;
		margin-right: 0;
	}
	.Accordion ul li,.Accordion ul .li1 {
		width: 100%;
		-webkit-box-shadow: 0 0 2px 1px #ccc;
		-moz-box-shadow: 0 0 2px 1px #ccc;
		box-shadow: 0 0 2px 1px #ccc;
	}
	.Accordion ul .li2{
		margin:15px 0;
	}
	.Accordion ul .li3{
		position:inherit;
	}
	.problem{
		padding:15px;
	}
	.problem dt {
		padding-left: 6%;
		width: 94%;
	}
	.question .bottom_a {
		width: 170px;
		font-size: 16px;
		line-height: 32px;
	}
	.news .box > .left {
		width: 48%;
	}
	.news .box .center1 {
		margin-right:0;
		margin-left: 4%;
	}
	.lifefee .lifefeechart .lifefeechart-left,.lifefee .lifefeechart .lifefeechart-right {
		width: 100%;
		text-align: left;
	}
	.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spI,.lifefeechart-left .lifefeechart-desc span.spII,.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIII,.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIV {
		border-right: 0 none;
		float: left;
		padding-left: 10px;
		margin-left: 0;
	}
	.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spI {
		border-left: 6px solid #2dc970;
	}
	.lifefeechart-left .lifefeechart-desc span.spII {
		border-left: 6px solid #ff612c;
	}
	.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIII {
		border-left: 6px solid #3ca4eb;
	}
	.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc span.spIV {
		border-left: 6px solid #fc0;
	}
	.moreoffer a {
		width: 230px;
		float: none;
		margin:0 auto;
	}
	.lifefee .lifefeechart .lifefeechart-right {
		padding-top:20px;
		padding-left: 0;
	}
	.lifefee .lifefeechart .lifefeechart-right .tooltipsdata {
		top: 55%;
		left: 51%;
	}
	#footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:block !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
	#qiao-wrap {
    display: none !important;
    }
}
@media only screen and (max-width: 650px) {
	.breabcrumb {
		padding-bottom: 0;
	}
	.h2_top {
		margin-bottom: 20px;
		padding-top:0;
	}
	.budget {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.tuition {
		margin-bottom: 40px;
	}
	.tuition .tabList,.other,.Setting-bg,.news ,.cost{
		margin-bottom: 30px;
	}
	.tuition .bm_bottom {
		padding-top: 30px;
	}
	.tuition .bm_bottom .know, .tuition .bm_bottom .phone{
		padding: 8px 31px;
	}
	.tuition .bm_bottom .phone {
		padding: 8px 9px;
		margin-left: 25px;
	}
	.budget li span,.lifefee .lifefeechart .lifefeechart-left .lifefeechart-desc {
		font-size: 18px;
	}
	.lifefee .lifefeechart .lifefeechart-left p {
		font-size: 14px;
		margin-top:5px;
	}
	.budget li {
		margin: 0 1.3%;
	}
	.apply {
		padding: 20px 0 5px;
		margin-bottom: 20px;
	}
	.apply .left,.apply .right{
		width: 100%;
		padding-right:0;
	}
	.apply .right > div {
		width: 46%;
		padding-top:25px;
	}
	.apply .right > div img {
		width:auto;
	}
	.tuition .top_box {
		padding: 15px;
	}
	.other .h2_p {
		padding-top: 5px;
		margin-bottom: 10px;
	}
	.other li {
		width: 100%;
	}
	.other li dl,.other .center{
		height:auto;
	}
	.other li dt{
		text-align: center;
	}
	.other .li2 {
		margin:15px 0;
	}
	.free {
		padding: 20px 0 40px;
		margin-bottom: 20px;
	}
	.question {
		padding: 20px 0 30px;
		margin-bottom: 20px;
	}
	.question h2 {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 550px) {
	.banner {
		padding-bottom: 13%;
	}
	.banner .container div {
		bottom: 7%;
	}
	.banner div a {
		width: 110px;
		font-size: 12px;
	}
	.banner .a1 {
		margin-left: 15%;
	}
	h2{
		font-size: 24px;
		line-height: 30px;
	}
	.tuition .tabList li {
		line-height: 40px;
		font-size: 18px;
	}
	.tuition .tabList .hover::after {
		border-top: 9px solid #ca8f3d;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		bottom: -9px;
		margin-left: -15px;
	}
	.budget li {
		width: 47%;
		margin:0 2.3%;
	}
	.budget .li1,.budget .li2 {
		margin-bottom: 5%;
	}
	.budget .li2{
		margin-right: 0;
	}
	.budget .li3{
		margin-left: 0;
	}
	.free .box > div {
		width: 100%;
	}
	.free .dl2,.free .dl4 {
		margin-left: 0;
	}
	.free dt {
		width: 100%;
		padding-right: 0;
		padding-top:0;
		margin-bottom: 15px;
	}
	.free dd {
		width: 100%;
	}
	.free dd .center {
		height: auto;
	}
	.free dt img {
		display: block;
		margin-top: 0;
		margin:0 auto;
	}
	.free .bottom_box span {
		font-size: 12px;
		padding: 10px 20px;
	}
	.news .box > .left {
		width: 100%;
	}
	.news .box .center1 {
		margin-left: 0;
		margin-top:15px;
	}
	.Setting-box .bottom_box a {
		display: block;
		margin:0 auto;
	}
	.Setting-box .bottom_box .phone {
		margin-left: auto;
		margin-top:15px;
	}
	.banner .a1 {
		margin: 0px 2.5% 0 12% !important;
	}
}
@media only screen and (max-width: 450px) {
	.nav .right a {
		font-size: 14px;
	}
	.banner .a1 {
		margin-left: 6%;
	}
	.banner div a {
		width: 120px;
	}
	.tuition table .td6 a{
		display:block;
		padding-left: 0;
		padding-right: 0;
	}
	.tuition .bm_bottom .know,.tuition .bm_bottom .phone{
		padding: 8px 10px;
		font-size: 14px;
	}
	.apply form{
		width: 80%;
		padding:0 10%;
	}
	.apply form div {
		width: 100%!important;
		margin-right: 0;
	}
	#form_submit {
		display: block;
		width: 130px;
		margin:0 auto 10px;
	}
	.apply form .li-last{
		margin-bottom: 0;
	}
	.apply .p1, .apply .p3 {
		margin-right: 0;
	}
	.tuition .top_box {
		padding: 10px;
	}
	.problem dt {
		padding-left: 9%;
		width: 91%;
	}

	.banner div a ,.banner .a1 {
		margin: 0 3% !important;
	}
}
@media only screen and (max-width: 400px) {
	.banner .container div{
		width: 90%;
		margin: 0 5%;
	}
	.lifefee .lifefeechart .lifefeechart-right {
		padding-top: 0;
	}
	.cost{
		margin-bottom: 0;
	}
	.banner .container div {
		bottom: 6%;
	}
	.banner div a {
		line-height: 24px;
	}
}