body{
	font-size: 14px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
	background-color: #f5f5f5;
}
.top,.nav-bg .nav,.lead,.container,.form,.news,.recommend{
	width: 1200px;
	margin:0 auto;
}
a:hover {
    color: #ff6600 !important;
}
/**top-bg star**/
.top-bg{
	line-height: 44px;
	color:#888;
	font-size: 16px;
}
/**top-bg end**/
.yuloo-nav-box .container{
	margin-bottom: 0;
}
/**banner-bg star**/
.banner{
	background: url(../images/banner-bg.jpg) no-repeat center;
}
.banner-bg{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.banner-bg h1{
	position: absolute;
	left:-100000px;
}
/**banner-bg end**/

/**nav-bg star**/
.nav-bg{
	background-color: #2e3e7c;
	line-height: 44px;
	margin-bottom: 2.2%;
}
.nav-bg .nav a{
	width: 16.66%;
	text-align: center;
	font-size: 18px;
	color:#fff;
	float: left;
}
.nav-bg .nav a:hover{
	background-color: #04894f;
	color: #fff !important;
}
/**nav-bg end**/

/**lead star**/
.lead{
	margin-bottom: 6%;
}
.container,.form,.news,.recommend{
	margin-bottom: 5%;
}
.lead dt{
	width: 14%;
	float: left;
	padding:0;
	color:#fff;
	text-align: center;
	background-color: #2e3e7c;
}
.lead dt b{
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-weight: normal;
}
.lead dt span{
	padding-top:4%;
	display: block;
	font-size: 16px;
}
.lead dd{
	width: 80%;
	float: left;
	padding:1.7% 3%;
	line-height: 32px;
	font-size: 16px;
	text-indent: 2em;
	color:#565656;
	background-color: #fff;
}
.lead dd span{
	font-size:18px;
	font-weight:bold;}
/**lead end**/

/**container star**/
.content1,.content2,.content3{
	width: 94.4%;
	margin-left: 1.6%;
	position: relative;
	background-color: #fff;
	padding:5% 2% 3%;
}
.content1,.content2,.content3{
	margin-bottom: 7%;
}
.container h2{
	position: absolute;
	left:-20px;
	top:-33px;
	padding:0 7% 0 4%;
	font-size: 36px;
	line-height: 60px;
	max-height: 60px;
	font-weight: normal;
	color:#fff;
	background-size: 100% 60px !important 
}
.container h2::before{
	content: url(../images/h2_content.png);
	width: 20px;
	height: 10px;
	position: absolute;
	left:0;
	bottom: 25px;
}
.content-top{
	padding:1.5% 3%;
	border: 1px dashed #cfcfcf;
	background-color: #f3fbf8;
	text-indent: 2em;
	color:#565656;
	line-height: 26px;
	margin-bottom: 2%;
}
.container h2 span{
	font-size: 26px;
}
.content1 h2{
	background: url(../images/h2-bg1.png) no-repeat left center;
	background-size: contain;
}
.content2 h2{
	background: url(../images/h2-bg2.png) no-repeat left center;
	background-size:  contain;
}

.content3 span{
	font-size:18px;
	font-weight:bold;}
.content3 h2{
	background: url(../images/h2-bg3.png) no-repeat left center;
	background-size:  contain;
}
.container table{
	width: 100%;
}
.container table th{
	width: 25%;
	padding:1% 0;
}
.container table .order{
	width: 10%;
}
.container table .color-stress td,.container table .color-stress td a{
	color: #f33 ;
}

.container table td,.container table th{
	border: 1px solid #ccc;
	text-align: center;
	color:#565656;
	vertical-align: middle;
	font-size: 14px;
}
.container table td{
	padding:0.7% 0;
}
.td-btn a{
	display: inline-block;
	padding: 0 10px;
	background: #ff6600;
	text-align: center;
	color: #fff !important;
	border-radius: 3px	
}
/**container star**/

/**form star**/
/* .form{
	background: #fff url(../images/form-bg1.png) no-repeat center center;
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1)
}
.form .form-top{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color:#333;
	padding:3.5% 2% 3%;
}
.form .form-top span{
	font-size: 28px;
	color:#ff6600;
}
.form form{
	padding:0 6% 3.5%;
}
.form form>div{
	width: 30%;
	float: left;
}
.form form .submit{
	width: 100%;
	text-align: center;
}
.form form .name,.form form .age,.form form .school{
	margin-bottom: 2.3%;
}
.form form .age,.form form .phone{
	padding:0 5%;
}
.form form div span{
	width: 28%;
	float: left;
	line-height: 36px;
	font-size: 16px;
	color:#333;
}
.form form div div{
	float: left;
	width: 72%;
}
.form form div input,.form form div select{
	width: 93%;
	padding-left: 5%;
	height: 30px;
	line-height: 30px;
	outline: none;
	border: 1px solid #ccc;
}
.form form div select{
	width: 100%;
	height: 32px;
	line-height: 32px;
}
.form form .submit input{
	width: 20%;
	margin:3.2% 40% 0;
	line-height: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	padding:0;
	border:0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff6600;
	color: #fff;
	font-size: 20px;
} */

/* form public start */
.form-group .layui-bg-value,.form-group .layui-bg-value{
    position: absolute;
    left: 0;
    height: 32px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 30px;
    padding: 2px 12px;
    cursor: text;
    z-index: 0;
}
.form-group .bg-value-left{
    left: 3%;
}
.form-group .layui-bg-value em{
    color: #ae2a2a;
    margin-right: 3px
}
/* form public end */
form{
    max-width: 900px;
    margin: 0 auto;
}
/* faq start */
.faq-main{
    margin:0 -1.5% 10px;
}
.school-form{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
    border: 20px solid #e8eaf4; 
    background: #fff url(../images/faq-bg.png) no-repeat center bottom;
}
/*.school-form form{
    padding: 0 20px;
}
*/
.school-form .sub-tit{
	text-align: center;
	margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.school-form .sub-tit span{
    font-size: 30px;
    color: #193495;
    position: relative;
	font-weight:bold;
}
.school-form .sub-tit span::after,.school-form .sub-tit span::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 88px;
    height: 100%;
}
.school-form .sub-tit span::after{
    left: -108px;
    background: url(../images/faq-l.png) no-repeat center right;
}
.school-form .sub-tit span::before{
    right: -108px;
    background: url(../images/faq-r.png) no-repeat center left;
}
.school-form dl{
    float: left;
    width: 47%;
    padding: 20px;
    margin: 0 1.5% 40px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}
.school-form dl dt {
    margin-bottom: 10px;
}
.school-form dl dt .tit{
    display: block;
    line-height: 30px;
    color: #333;
    padding-left: 40px;
    background: url(../images/q-icon.jpg) no-repeat 0 2px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school-form dd i{
    padding: 0 10px;
    margin-right: 5px;
    background: url(../images/a-icon.jpg) no-repeat center center;
}
.school-form dd p{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #666;
}
.school-form .dashed-box{
    position: relative;
    width: 100%;
    height: 1px;
    border: 1px dashed #dee2ee;
    margin-bottom: 30px;
}
.school-form .dashed-box::after,.school-form .dashed-box::before{
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #e8eaf4;
    top: -7px;
}
.school-form .dashed-box::after{
    right: -8px;
}
.school-form .dashed-box::before{
    left: -8px;
}
/* faq end */
/* 甯歌闂 end */
/* 鎶ュ悕 start */

.select-search{
    height: 34px;
    position: relative;
}
.schoolName-box,.school-option ul{
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
select[multiple], select[size] {
    width: 100%;
    max-height: 200px !important;
}
.school-option select {
    border: none !important;
}
.select-search .school-option.hidden{
    display: none
}
.select-search button{
    height: 34px;
    color: #999;
    line-height: 1.42857143;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    background: url(../images/select-icon.png) no-repeat center right 5px;
}
.select-search .school-option input{
    /* position: absolute; */
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
    /* width: 82%; */
}
/* .schoolName-box{
    padding-top: 45px;
} */
.select-search .school-option{
    position: absolute;
    background-color: #fff;
    width: 100%;
    /* max-height: 200px; */
    /* max-height: 245px; */
    top: 32px;
    left: 0;
    padding: 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
    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);
}
.select-search .school-option li{
    font-size: 14px;
    color: #555;
    line-height: 30px;
    cursor: pointer;
}
.school-option select option{
	padding: 8px 12px;
	line-height: 30px;
	border: none !important
}
.control-label,.form-group-main{
    float: left;
}
.control-label{
    position: relative;
	font-size: 14px;
	line-height: 1.42857143;
    font-weight: normal;
    width: 97px;
    padding-left: 27px;
    line-height: 30px\9;
    margin-bottom: 0\9;
    /* margin-right: 15px; */
    color: #666;
	z-index: 0;
	box-sizing: border-box
}
.form-group-main{
    position: relative;
    width: 64%;
    width: calc(100% - 97px);
}
.school-form{
    padding: 30px 30px 20px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}

.school-form .form-group{
    width: 29.333%;
    margin: 0 2% 15px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.school-form .submit-group{
    width: 100% !important;
    text-align: center;
}
.school-form .submit-group .btn-default{
    width: 140px;
    line-height: 22px;
    background: #ce9b5b;
    color: #fff;
    border: none !important;
    box-shadow: 0 5px 5px rgba(206,155,91,.4)
}
.school-form .submit-group,
.form-control{
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}
.form-control{
  color: #999
}


.control-label em{
    position: absolute;
    color: #ae2a2a;
    z-index: 0;
    left: 5px;
}
.input-group-addon{
    border: none !important;
}
.school-form .sex-bg{
    background: url(http://www.yuloo.com/images/public-img/form-icon.png) no-repeat 0 10px;
}
.school-form .custom-bg{
    background: url(http://www.yuloo.com/images/public-img/form-icon.png) no-repeat 0 -47px;
}
.school-form .phone-bg{
    background: url(http://www.yuloo.com/images/public-img/form-icon.png) no-repeat 0 -103px;
}
.school-form .yixiang-bg{
    background: url(http://www.yuloo.com/images/public-img/form-icon.png) no-repeat 0 -162px;
}
.school-form .grade-bg{
    background: url(http://www.yuloo.com/images/public-img/form-icon.png) no-repeat 0 -219px;
}
.school-form .birthday-bg{
    background: url(http://www.yuloo.com/images/public-img/form-icon.png) no-repeat 0 -276px;
}
/* 鎶ュ悕 end */
/**form end**/

/**news star**/
.news h2,.recommend h2{
	font-size: 40px;
	line-height: 46px;
	font-weight: normal;
	text-align: center;
	color:#565656;
	margin-bottom: 5%;
}
.news h2 span,.recommend h2 span{
	position: relative;
	z-index: 2;
}
.news h2 span::before,.recommend h2 span::before{
	content:url(../images/h2_conent_before.png);
	width: 123px;
	height: 97px;
	position: absolute;
	left:-15px;
	top:-26px;
	z-index: 1;
}
.news h2 i,.recommend h2 i{
	font-style: normal;
	border-bottom: 2px solid #2e3e7c;

}
.news-box>div{
	width: 32%;
	float: left;
	background-color: #fff;
}
.news-box .news2{
	margin:0 2%;
}
.news-box h3{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 56px;
	color:#fff;
	background: url(../images/news-h3-bg.png) no-repeat center;
	background-size: cover;
}
.news-box ul{
	padding:3% 5% 2%;
}
.news-box ul li{
	width: 96%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 4%;
	font-size: 14px;
	line-height: 36px;
	background: url(../images/li_bg.png) no-repeat left center;
}
.news-box ul li a{
	color:#565656;
}
.news-box ul li:hover{
	background: url(../images/li_bg_hover.png) no-repeat left center;
}
.news-box ul li:hover a{
	color:#2e3e7c;
}
/**news end**/

.recommend-box a{
	width: 18.5%;
	margin:0 0.75%;
	text-align: center;
	float: left;
}
.recommend-box a span{
	display: block;
	width: 94%;
	padding:0 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height:46px;
	color:#565656;
	background-color: #fff;
}
/*footer star*/
#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 #2e3e7c; 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:#2e3e7c; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fff solid; background:#2e3e7c; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #2e3e7c solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;} 

#wx{
	text-align: center;
	background-color: #2e3e7c;
	width: 180px;
    position: fixed;
    left: 15px;
    bottom: 5%;
    padding: 2% 0 1.5%;
    text-align: center;
    z-index: 100000;
}
#wx span{
	display: block;
	color:#fff;
	padding-top:7%;
}
#wx i{
	width: 25px;
	height: 25px;
	background: url(../images/gb.png) no-repeat center;
	position: absolute;
	top:3px;
	right:3px;
	cursor: pointer;
}

/**scrollTop star**/
#scrollTop{
	width: 30px;
	line-height: 20px;
	height: 40px;
	padding:5px 10px;
	background-color: #2e3e7c;
	color:#fff;
	cursor: pointer;
	position: fixed;
	bottom: 5%;
}
/**scrollTop end**/
@media only screen and (max-width: 1200px) {
	.top,.nav-bg .nav,.lead,.container,.form,.news,.recommend{
		width: 96%;
		padding:0 2%;
	}
	.form form div span {
	    width: 32%;
	}
	.form form div div {
	    width: 68%;
	}
	#footer{
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.nav-bg .nav a span,.news h2 span::before, .recommend h2 span::before,#wx{
		display: none;
	}
	.nav-bg .nav{
		padding: 0;
	}
	.nav-bg .nav a{
		font-size: 16px;
	}
	.lead dd {
		width: 86%;
	    padding: .5% 3%;
	    height: 88px;
		line-height: 26px;
	    overflow: hidden;
	}
	.lead dt b,.container h2,.news h2,.recommend h2{
		font-size: 30px;
	}
	.container h2::before {
	    bottom: 32px;
	}
	.container .content1 h2::before {
	    bottom: 29px;
	}
	.content1, .content2, .content3{
		width: 100%;
		margin-left: 0;
	}
	/* .form .form-top {
	    font-size: 20px;
	    line-height: 28px;
	}
	.form .form-top span {
	    font-size: 22px;
	}
	.form form div span {
	    width: 38%;
	}
	.form form div div {
	    width: 62%;
	} */
	.news-box h3 {
	    font-size: 20px;
	}
	.news-box ul li {
	    font-size: 14px;
	}
	.recommend-box a span {
	    font-size: 16px;
	}

	.form-horizontal .control-label{
		padding-top: 7px
	}
}

@media only screen and (max-width: 870px) {
	.lead dd{
		font-size: 14px;
		line-height: 24px;
	}
	.lead dt b, .container h2,.news h2,.recommend h2 {
	    font-size: 28px;
	}
	.container h2 span {
	    font-size: 22px;
	}
	.form form {
	    padding: 0 3% 3.5%;
	}
	.form form div span {
	    width: 40%;
	}
	.form form div div {
	    width: 59%;
	}
}

@media only screen and (max-width: 767px) {
	.top,.lead dt span,.container h2::before,.form .age,.form .area,.scrollTop{
		display: none!important;
	}
	.nav-bg .nav a{
		font-size: 16px;
	}
	.lead dt{
		width: 100%;
		background-color: transparent;
	}
	.lead dt b{
		color:#2e3e7c;
	}
	.lead dd {
		width: 100%;
	    height: auto;
	}
	
	.container{
		margin-bottom: 7%;
	}
	.container h2{
		position: inherit;
		left:0;
		top:0;
		color:#2e3e7c;
		 background:0 none;
	    padding:0;
	    line-height: 36px;
	    margin-bottom: 4%;
	    text-align: center;
	}
	
	.content1, .content2, .content3{
		width: 100%;
		padding:5%;
		margin-right: 0;
		margin-left: 0;
	}
	.content-top {
	    margin-bottom: 5%;
	}
	.school-form .form-group{
		width: 46%;
	}
	.control-label{
		padding-left: 35px
	}
	/* .form form>div {
	    width: 47%;
	    float: left;
	}
	.form form .phone{
		padding:0;
		float: right;
	}
	.form form .name,.form form .gread{
		float: left;
	}
	.form form .school{
		float: right;
	}
	.form form div span {
	    width: 31%;
	}
	.form form div div {
	    width: 68%;
	}
	.form form .submit input {
	    width: 40%;
	    margin: 3.2% 30% 0;
	} */
	.news h2, .recommend h2 {
	    line-height: 36px;
	    margin-bottom: 3%;
	}
	.news-box > div {
	    width: 48%;
	}
	.news-box .news2 {
	    margin: 0 0 4% 4%;
	}
	.news-box .news1{
		margin-bottom: 4%;
	}
	.recommend-box a {
	    width: 31.33%;
	    margin: 0 1% 3%;
	}

	.nav-bg{
		background: #fff;
	}
	.nav-bg .nav{
		width: 100% !important;
		padding: 0 !important;
	}
	.nav-bg .nav a{
		width: 31.333%;
		background: #2e3e7c;
		margin: 1%;
		line-height: 38px
	}
	.container table th{
		width: 23.5%;
	}
	.container table .order{
		width: 4%;
	}
	.container table td{
		padding: 0.7%
	}

	.recommend-box a span{
		width: 100%;
	}
	
	#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: 570px) {
	
	.lead dt b, .container h2,.news h2,.recommend h2 {
	    font-size: 24px;
	}
	.container h2{
		line-height: 28px;
	}
	.container h2 span {
	    font-size: 18px;
	}
	/* .form .form-top {
	    font-size: 18px;
	}
	.form .form-top span {
	    font-size: 20px;
	}
	.form form div span {
	    width: 40%;
	}
	.form form div div {
	    width: 60%;
	} */
	.news-box h3 {
	    font-size: 18px;
	    line-height: 46px;
	}
	.news-box > div {
	    width: 100%;
	}
	.news-box .news2 {
	    margin: 0 0 4% 0;
	}
	.news-box .news1{
		margin-bottom: 4%;
	}

	.school-form .form-group{
		width: 96%;
	}
	.school-form .form-group a{
        display: block;
        width: 100%;
        margin-top: 2%
    }
}
@media only screen and (max-width: 500px) {
	.nav-bg .nav a{
		width: 48%;
	}
	/* .form .form-top {
	    padding: 5% 2% 4%;
	}
	.form form {
	    padding: 0 8% 6%;
	}
	.form form>div {
	    width: 100%;
	}
	.form form .gread{
		margin-bottom: 2.3%;
	}
	.form form div span {
	    width: 26%;
	    font-size: 14px;
	}
	.form form div div {
	    width: 73%;
	}
	.form form .submit input {
	    width: 50%;
	    margin: 3.2% 25% 0;
	    height: 36px;
	    line-height: 36px;
	    font-size: 16px;
	} */
	.recommend a span{
		font-size: 14px;
	}


}
@media only screen and (max-width: 400px) {
	.container table .order{
		padding: 0 10px;
	}
	/* .form form div span {
	    width: 30%;
	}
	.form form div div {
	    width: 69%;
	} */
	.recommend a{
		width: 48%;
	}
	.recommend a span{
		padding-top:3%;
	}
	.td-btn a{
		padding: 5px;
	}
	.container table .order{
		width: 10%;
	}
}