body{
	font-size: 12px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}
.container{
	width: 1200px;
	margin:0 auto;
	padding: 0 ;
}
a:hover{
	color:#2a2e23;
}

/**top star**/
.top{
	background-color: #f7f7f7;
	line-height: 44px;
	color:#666;
	margin-bottom: 30px;
}
/**top end**/

/**search star**/
.search{
	margin-bottom: 30px;
}
.search .left{
	width: 32%;
	text-align: left;
}
h1{
	font-size: 24px;
	line-height: 50px;
	float: left;
}
h1 a{
	width: 150px;
	background-color:#7bbd3c;
	line-height: 42px;
	display: block;
	text-align: center;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	color:#fff!important;
}
.search .center{
	width: 42%;
	float: left;
}
.search .center form{
	border: 1px solid #7bbd3c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.search .left>a{
	float: left;
}
.search .center form div{
	width: 14px;
	height: 14px;
	margin:16px 5px 0 10px;
	background: url(../images/search.png) no-repeat center;
	float: left;
}
.search .center form input{
	width: 72%;
	border: 0 none;
	outline: none;
	height: 40px;
	line-height: 38px;
	color:#d9d9d9;
}
#search_an{
	width: 16%;
	text-align: center;
	float: right;
	font-size: 16px;
	color:#fff;
	height: 42px;
	line-height: 42px;
	background-color: #7bbd3c;
}
.search .right img{
	padding-right: 10px;
	padding-top:5px;
	float: left;
}
.search .right span{
	display: block;
	font-size: 16px;
	line-height: 22px;	
}
.search .right span,.search .right a{
	color:#fe8712;
}
.search .right div{
	float: left;
}
/**search end**/

h2 {
	color:#565656;
	text-align: center;
	margin-bottom: 50px;
}
h2 span{
	display: inline-block;
	height: 110px;
	line-height: 110px;
	padding:0 40px;
	background:#fff url(../images/h2_span_bg.png) no-repeat center;
}
h2 em{
	font-style: normal;
	color:#a0d450;
}
.policy h2,.service h2,.school-tj-box h2{
	background: url(../images/h2_bg.png) repeat-x center;
}
.banner-bg{
	background:url(../images/banner-bg.jpg) no-repeat center center;
	width:100%;
	margin-bottom:60px;
}
.banner {
	width:1200px;
	margin:0 auto;
}

.policy{
	margin-bottom: 30px;
}
.policy li{
	width: 14.666%;
	float: left;
	text-align: center;
	margin:0 1% 2%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #e6e6e6;
	position: relative;
}
.policy li em{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left:0;
	top:0;
	background: #fff;
	box-shadow: 2px 2px 3px 0px #999;
}
.policy li:hover{
	background-color: #a0d450;
}
.policy li:hover a{
	color:#fff;
}
.policy li a{
	display: block;
	font-size: 28px;
	line-height: 136px;
	color:#999;
}


.service,.ad,.classify{
	margin-bottom: 30px;
}
.service li{
	width: 20%;
	float: left;
	padding:4% 0 5%;
	margin:0 2.5%;
	text-align: center;
	border-radius: 50%;
	background-color: #a0d450;
}
.service li:hover{
	background-color: #f8cf44;
	transition: all ease-in 0.15s;
	-webkit-transition: all ease-in 0.15s;
	-moz-transition: all ease-in 0.15s;
	-ms-transition: all ease-in 0.15s;
	-o-transition: all ease-in 0.15s;
}
.service li img{
	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;
}
.service li:hover img{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.service li span{
	padding-top:12px;
	font-size: 22px;
	color:#fff;
	display: block;
}


.keywords{
	margin-bottom:30px;
}
.keywords li{
	float:left;
}
.keywords li.li01,.keywords li.li03{
	width:29%;
}
.keywords li.li02{
	margin:0 1%;
}
.keywords li.li02,.keywords li.li04{
	width:19.5%;
}
.keywords li.li04{
	margin-left:1%;
}
.keywords li a{
	display: block;
	width:100%;
	position: relative;
	overflow: hidden;
}
.keywords li.li03 a.a02,.keywords li.li03 a.a03{
	width:48.5%;
	margin-top:14px;
}
.keywords li.li04 a.a02{
	margin-top:14px;
}
.keywords li a span {
	display: block;
	width:70%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin:123px 14.5%;
	color:#fff;
	font-size: 20px;
	border: 1px solid #fff;
}

.keywords li.li03 a span,.keywords li.li04 a span{
	margin:47px 14.5%;
}
.keywords li img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transform: scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.keywords li:hover img{
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
}


.news{
	margin-bottom: 30px;
}
.news .box{
	width: 30.8%;
	float: left;
}
.news .box1{
	margin:0 3.8%;
}
.news .top1{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 13px;
}
.news .top1 span{
	line-height: 20px;
	border-left: 4px solid #acd76a;
	padding-left: 10px;
	font-size: 20px;
	float: left;
}
.news .top1 a{
	float: right;
	color:#999;
}
.news .top1 a:hover,.news li:hover a{
	color:#a0d450;
}
.news li{
	width: 96%;
	line-height: 30px;
	font-size: 14px;
	padding-left: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	background: url(../images/li_bg.png) no-repeat left center;
}
.news li:hover{
	background: url(../images/li_hover_bg.png) no-repeat left center;
}
.news li a{
	color:#777;
}

.message{
	padding:60px 0;
	background: url(../images/form_bg.jpg) no-repeat center;
	background-size: cover;
}
.message h2 span{
	background-color: transparent;
}
.message form{
	width: 100%;
	padding:0 14%;
}
.message form p{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.message form span{
	float: left;
	line-height: 40px;
	font-size: 16px;
	color:#666;
}
.message form input{
	width: 65%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}
/* .message div{
	margin-bottom: 32px;
} */
.message textarea{
	width: 82%;
	resize: none;
	height: 120px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#submit{
	display: block;
	width: 230px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #f8cf44;
	margin:0 auto 20px;
	border: 0 none;
	cursor: pointer;
	color:#fff;
	font-size:18px;
}


/* 学校推荐 */
.module-sub-title {
    border-bottom: 1px solid #efefef;
}
.module-sub-title .nav-tabs {
    float: left;
	border: none
}

.module-sub-title li {
	line-height: 24px;
	cursor: pointer
}

.module-sub-title li a,.module-sub-title li.active a,.module-sub-title li.active a:focus,.module-sub-title li.active a:hover {
	color: #333;
    font-size: 18px;
    font-weight: bold;
	line-height: 24px;
	padding: 18px 20px;
	border-radius: 3px;
    border: none;
    position: relative;
}

.module-sub-title li a:hover,.module-sub-title li.active a,.module-sub-title li.active a:focus,.module-sub-title li.active a:hover {
	background: none !important;
	color: #a0d450;
	border: none
}
.module-sub-title li a:hover::before,.module-sub-title li.active a::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../images/tab-bg.png) no-repeat center center;
    bottom: -5px;
    left: 0;
}

.look-rules{
    float: right;
    padding: 0 10px;
    color: #fff !important;
    background: #e2851a;
    border-radius: 50px;
    margin-top: 8px;
}

.school-list{
    border-radius: 5px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}
.school-list .h3-tit{
    float: left;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    padding: 17px 50px 17px 30px;
    color: #fff;
    font-weight: bold;
    background: #a0d450 url(../images/h3-tit.jpg) no-repeat top right -2px;
}

.school-list-main{
	padding: 15px;
}
.school-list-main dl {
    float: left;
    width: 24%;
    margin: 0.5%;
    border-radius: 5px;
    overflow: hidden;
}
.school-list-main dl:hover{
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}
.school-list dt{
    height: 140px;
    text-align: center;
    overflow: hidden;
    background: #f5f5f5;
}
.school-list-main dd{
    padding: 10px;
    border: 1px solid #e3e3e8
}
.school-list-main dd > a{
    display: block;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #242b4f;
    margin-bottom: 10px;
    overflow: hidden;
}
.school-list-main dd img{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.school-list-main dd > p{
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    overflow: hidden;
}
.school-list-main dd > p span,.list-item-cost span {
    color: #666;
}
.list-item-cost{
    font-size: 14px;
    border-top: 1px dashed #e0e0e0;
    padding-top: 10px;
    margin-top: 16px;
}
.list-item-cost span em{
    font-size: 22px;
    color: #e2851a;
	font-weight:bold;
	font-style: normal
}
/* 学校推荐 end */
/* 表单 */

.limit .form-group,.limit .input-group-span,.limit .form-group-main,.limit .form-tools{	
	float: left;
}

.limit .form-group{
	width: 50%;
	line-height: 36px;
	margin-bottom: 30px;
}
.limit .input-group-span em{
	color: #ae2a2a;
	margin-right: 5px
}
.limit .input-group-span{
	width: 96px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.limit .form-group-main{
	width:65%;
}	
.limit .form-group-max .form-group-main{
	width: 82%;
	width: calc(100% - 152px);
}
.limit .form-control,.limit .form-tools,.limit .submit-group input,.limit .form-group-max,.limit .form-group-max textarea{
	width: 100%;
}
.limit .submit-group {
	float: none;
	width: 230px;
	margin: 0 auto;
	text-align: center
}
.limit .submit-group input,.limit .must-box{
	text-align: center;
}
.limit .submit-group input{
	max-width: 230px;
	line-height: 36px;
	font-size: 20px;
	color:#fff;
	border:0 none;
	outline: none;
	background: #f8cf44;
	box-shadow:1px 1px 1px 1px #d2d2c9 ;
	-webkit-box-shadow:1px 1px 1px 1px #d2d2c9 ;
	-moz-box-shadow:1px 1px 1px 1px #d2d2c9 ;
	-ms-box-shadow:1px 1px 1px 1px #d2d2c9 ;
	-o-box-shadow:1px 1px 1px 1px #d2d2c9 ;
}

.order-form .select-search{
    height: 34px;
    position: relative;
}

.order-form .select-search .school-option.hidden{
    display: none
}

.order-form .select-search button{
    text-align: left;
    background: #fff url(../images/select-icon.png) no-repeat center right 5px;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    border: 1px solid #ccc;
}
.order-form .select-search .school-option input{
    box-sizing: border-box;
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
}
.order-form .select-search .school-option{
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    width: 100%;
    /* max-height: 200px; */
    top: 32px;
    left: 0;
    padding: 0 15px;
    overflow-y: auto;
    z-index: 99;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    box-shadow: 0 5px 10px  rgba(0,0,0,.1);
}
.order-form .select-search .school-option ul {
    margin: 0 auto 10px;
}
.order-form .select-search .school-option li{
    font-size: 14px;
    color: #555;
    text-align: left;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.order-form .schoolName-box{
    padding-top: 5px;
    padding-bottom: 5px
}
.order-form .school-option select{
    width: 100%;
	height: 200px;
	overflow-y: auto;
	line-height: 30px;
	margin-bottom: 0 !important;
	border: none !important
}
.order-form .school-option select option{
	padding: 8px 12px;
	line-height: 30px;
	border: none !important
}
.order-form .select-search .school-option ul {
    margin: 0 auto 10px;
}
.order-form .select-search .school-option li{
    font-size: 14px;
    color: #555;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
/* 表单 end */

/*footer��ʼ*/
#footer{ width:1200px; margin:30px auto ; text-align:center; }
#footer table{ width:100% !important;}

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

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

@media only screen and (max-width:1200px){
	.banner{
		width:100%;
	}
	 .container,#footer{
		width: 1024px;
	}
}
@media only screen and (max-width:1024px){
	.banner-bg{
		margin-bottom:6%;
	}
	.news,.banner,.message form p,h2{
		margin-bottom: 5%;
	}
	h1{
		padding: 5px 0;
		font-size: 18px;
		font-weight: normal;
	}
	h1 a{
		line-height: 36px;
	}
	.container,#footer{
		width: 95%;
		margin: 0 2.5% 3%;
	}
	.top,.search .center,.search .right{
		display: none;
	}
	.search{
		margin: 3% 2.5%;
	}
	.search .left{
		width: 100%;
	}
	.policy li{
		width:18%;
	}
	.service li span{
		font-size: 18px;
	}

	.service li img{
		display: block;
		width: 50%;
		margin:0 25%;
	}
	.keywords li a span{
		width:85%;
		margin:106px 7%;
		font-size:16px;
		height: 36px;
		line-height: 36px;
	}
	.keywords li.li03 a span,.keywords li.li04 a span{
		margin:41px 7%;
	}
	.keywords li.li03 a.a02, .keywords li.li03 a.a03,.keywords li.li04 a.a02{
		margin-top:10px;
	}

	/* 学校推荐 */
	.school-list-main dl{
        width: 32.333%;
    }
	/* 学校推荐 end */
	.limit .form-group-max .form-group-main{
		width: 82%;
	}
}

@media only screen and (max-width:767px){
	.policy li{
		width:23%;
	}
	.policy li em{
		display: none;
	}
	.policy li a{
		line-height: 50px;
	}
	.policy li a{
		font-size:20px;
	}
	.keywords li{
		margin-bottom:3%;
	}
	.keywords li.li01, .keywords li.li03{
		width:58%;
	}
	.keywords li.li03 a.a02, .keywords li.li03 a.a03, .keywords li.li04 a.a02{
		margin-top:20px;
	}
	.keywords li.li02, .keywords li.li04{
		width:39%;
		margin:0 0 0 3%;
	}
	.service li span{
		font-size: 16px;
	}
	.message form{
		padding: 0 5%;
	}

	
	/* 学校推荐 */
	
	.school-list .h3-tit{
		font-size: 18px;
		padding: 5px 40px 5px 20px;
	}
	.module-sub-title li a{
		font-size: 14px !important;
		padding: 6px 10px !important;
	}
	.list-item-cost{
		font-size: 12px;
		margin-top:3%;
		padding-top:3%;
	}
	.list-item-cost .pull-left,.look-rules{
		float: none !important;
	}
	.look-rules{
		display:block;
		width:100px;
		margin:3% auto 0;
		text-align:center;
		height:20px;
		line-height:20px;
		margin-top:3%;
	}
	.school-list-main dd img{
		display: none !important
	}
	.school-tj-box{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.school-list dt{
		height: 107px;
	}
	.school-list-main dd > a{
		font-size: 16px;
		height: auto;
	}
	.school-list-main dd > p{
		font-size: 12px;
		margin-bottom: 5px;
	}
/* 学校推荐 end */


	.ad,#footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}

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

	.policy h2 span, .service h2 span, .school-tj-box h2 span{
		padding: 0 15px;

	}
	.policy h2, .service h2, .school-tj-box h2{
		background: none;
	}

	.service li span{
		font-size: 14px;
		padding: 0;
	}
	.news .box{
		width: 100%;
		margin: 0 auto 5%;
	}
	.news{
		margin-bottom: 0;
	}
	/* .message form{
		width: 96%;
		padding: 0 2%;
		margin-left: 1%;
	} */
	.message form span{
		font-size: 14px;
		line-height: 28px;
	}
	/* .message form input{
		height: 28px;
		line-height: 28px;
	} */
	.message {
		padding: 5% 0;
		background: #f6f3ea
	}

		/* 学校推荐 */
		.school-list-main dl{
			width: 49%;
		}
		/* 学校推荐 end */
		.limit .form-group{
			width: 100%;
			display: flex;
			justify-content: center;
			margin-bottom: 15px
		}
		.limit .form-group-max .form-group-main{
			width: 65%;
		}
}
@media only screen and (max-width:540px){
	h2{
		font-size:24px ;

	}
	h2 span{
		height: 50px;
		line-height: 50px;
		background:none #FFF;
	}

	.search{
		margin: 3% 2.5%;
	}
	h1{
		padding: 0;
	}
}
@media only screen and (max-width:480px){
	.policy li{
		width: 29.333333%;
		margin:0 2% 4%
	}
	.policy li a{
		font-size:12px
	}
	.policy li a{
		font-size:16px;
	}
	/* .message form{
		width: 91%;
		padding: 0 0 0 4%;
		margin-left: 6%;
	} */
	.message form p{
		width: 95%;
	}
	.message textarea{
		width: 66%;
	}
	.message form input{
		width: 70%;
	}
	.keywords li.li03 a.a02, .keywords li.li03 a.a03, .keywords li.li04 a.a02{
		margin-top:10px;
	}
	.keywords li a span{
		font-size:12px;
	}
	.service li{
		width: 30%;
		margin:0  10% 5%;
	}
	.service li span{
		padding-top:4%;
	}

	/* 学校推荐 */
	.school-list dt{
        height: 86px;
    }
}

@media only screen and (max-width:400px){
	.service li{
		width: 40%;
		margin:0  5% 5%;
	}

}