html {
	width: 100%;
	overflow-x: hidden;
}
body {
	background-color: #f2f2f2;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	color: #1a1a1a;
	width: 100%;
	/*overflow-x: hidden;*/
}
.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.fz_pos {
	margin-top: -1px;
  height: 50px;
  border-bottom: 1px solid #ff123f;
  background-color: #fff;
}
.fz_pos .con_wrap{
	width: 1200px;
	margin: 0 auto;
}
.fz_pos .name {
  float: left;
  padding-left: 17px;
  line-height: 50px;
  font-size: 20px;
  color: #ff123f
}
.fz_pos .txt {
	float: left;
  padding: 22px 0 0 10px;
  color: #999;
}
.fz_pos .txt a {
  color: #999;
}
.fz_pos .txt a:hover {
  color: #ff123f;
}
.nowrap{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*common*/
	.xt-section{
		width: 1200px;
		margin: 30px auto 0;
	}
	.xt-section *{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.xt-section .clearfix:after {
		content: '';
		height: 0;
		display: block;
		clear: both;
		visibility: hidden;
	}
	.xt-section a{color: inherit;cursor: pointer;}
	.xt-section .j_showLeyu{cursor: pointer;}
	.xt-section .fl{float: left;}
	.xt-section .fr{float: right;}
	.xt-section .icon{
		background: url(../images/icons.png) no-repeat;
	}
	.xt-section .btn{
		display: block;
		text-align: center;
		cursor: pointer;
		margin: 0 auto;
		color: #ff0034;
		background-color: transparent;
		border: 1px solid #ff0034;
		font-size: 12px;
		border-radius: 15px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.xt-section .btn:hover,.xt-section .btn_skin_02{
		color: #fff;
		background-color: #ff0034;
	}
	.xt-section .btn:hover{
		background-color: #a01832;
		border-color: #a01832;
	}
/*轮播*/
	.carouselBox{position: relative;}
	.carouselBox .wrapBox{
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.carouselBox .wrapBox ul{
		width: 10000px;
		position: absolute;
		left: 0;
	}
	.carouselBox li{
		white-space: nowrap;
		float: left;
	}
	.carouselBox li .item{
		float: left;
		height: 100%;
		white-space: normal;
	}
	.carouselBox .arrow{
		position: absolute;
		top: 50%;
		margin-top: -63px;
		font-family: simsun;
		cursor: pointer;
		/*font-size: 50px;*/
		font-size: 0;
		background: url(https://www.igo.cn/language/ielts/images/arrow-left.png);
		width: 27px;
		height: 126px;
	}
	.carouselBox .arrow.prev{left: 30px;}
	.carouselBox .arrow.next{right: 30px;background-image: url(https://www.igo.cn/language/ielts/images/arrow-right.png);}
/*滚动条*/
	.scroll-box{
		overflow-y: auto;
		padding-right: 20px;
	}
	.scroll-box::-webkit-scrollbar {
		width: 3px;
		height: 3px;
		background-color: #b3b3b3;
	}
	.scroll-box::-webkit-scrollbar-thumb{
		background-color: #e6e6e6;
	}
	.scroll-box li a{
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
/*右侧*/
	.panel{
		background-color: #fff;
		margin-top: 30px;
		padding: 18px 0 20px;
	}
	.xt-section .container{
		padding: 0 30px;
	}
	.xt-section .headline{
		height: 42px;
		line-height: 24px;
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.xt-section .headline p{
		float: left;
		font-size: 20px;
		padding-left: 16px;
		border-left: 3px #ff123f solid;
	}
	.xt-section .headline a{
		float: right;
		color: #ff0034;
	}
/*表单*/
	.xt-section input,.xt-section select{outline: none;}
	.xt-section select{
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		appearance: none;
	}
	.xt-section input{
		border: 0;
		height: 100%;
		background-color: #fff;
		color: #b2b2b2;
		font-size: 12px;
		padding: 0 0 0 6px;
	}
	.xt-section .form-item{position: relative;}
	.xt-section .form-item .icon{
		position: absolute;
		height: 22px;
		width: 21px;
		background-position: -10px -30px;
		top: 3px;
	}
	.xt-section .select-parent{
		position: relative;
		display: inline-block;
	}
	.xt-section .select-parent i{
		content: "";
		cursor: pointer;
		border-top: 5px solid #b3b3b3;
		border-left: 2.5px solid transparent;
		border-right: 2.5px solid transparent;
		position: absolute;
		right: 6px;
		top: 50%;
		margin-top: -2.5px;
	}
	.xt-section .select-parent input{cursor: pointer;}
	.xt-section .select-parent ul{
		position: absolute;
		display: none;
		width: 100%;
		max-height: 200px;
		border: 1px solid #e6e6e6;
		background-color: #fff;
		z-index: 10;
		overflow: auto;
		padding-left: 6px;
	}
	.xt-section .select-parent li{
		cursor: pointer;
		line-height: 24px;
		text-align: left;
	}
.xt_banner a{
	display: block;
	background:  no-repeat center top;
	height: 100px;
}
.xt-section .w_892{width: 892px;}
.xt-section .w_290{width: 290px;}
/*选项*/
	.optionBox {
		background-color: #fff;
		padding: 25px 30px 14px;
	}
	.optionBox .item{
		line-height: 26px;
		padding: 10px 0;
		border-bottom: 1px solid #ff0034;
	}
	.optionBox .item b{
		float: left;
		white-space: nowrap;
		width: 70px;
	}
	.optionBox .item ul{
		margin-left: 70px;
	}
	.optionBox .item ul li{
		display: inline-block;
		padding: 0 4px;
		line-height: 17px;
		margin-left: 14px;
		cursor: pointer;
	}
	.optionBox .item ul li.active,
	.optionBox .item ul li:hover{
		background-color: #ff0034;
		color: #fff;
		border-radius: 3px;
	}
	.optionBox .item .item-sub{
		line-height: 31px;
		padding: 0 6px;
		background-color: #ffe6eb;
		margin: 5px 0 5px 80px;
		border-radius: 5px;
		font-size: 12px;
	}
	.optionBox .item .item-sub li{
		line-height: 16px;
		padding: 0 5px;
	}
	.optionBox .teacher_searchBox{
		padding: 17px 0 20px;
	}
	.optionBox .teacher_searchBox .teacher_keys{
		width: 236px;
		height: 30px;
		padding: 10px 5px;
		border: 1px solid #d2d2d2
	}
	.optionBox .teacher_searchBox .keySubmit{
		display: inline-block;
		width: 98px;
		height: 27px;
		margin-left: 24px;
		line-height: 27px;
		background-color: #ff234d;
		color: #ffffff;
		text-align: center;
		border-radius: 25px;
	}
	.optionBox .countNum{
		color: #666;
	}
	.optionBox .countNum b{
		color: #ff234d
	}
/*参数*/
	.paramBox{
		background-color: #ff234d;
		height: 52px;
		margin: 30px 0;
		padding: 11.5px 30px;
		line-height: 29px;
		color: #fff;
		position: relative;
	}
	.paramBox:before{
		content: "";
		position: absolute;
		left: 0;
		top: 16px;
		width: 4px;
		height: 20px;
		background-color: #fff;
	}
	.paramBox p{
		display: inline-block;
		width: 80px;
		height: 30px;
		line-height: 28px;
		border: 1px solid #fff;
		border-radius: 5px;
		text-align: center;
		cursor: pointer;
		margin-right: 10px;
		position: relative;
	}
	.paramBox p.active,
	.paramBox p:hover{
		border-color: #cb1d3f;
		background-color: #cb1d3f;
	}
	.paramBox p.param-time{padding-right: 8px;}
	.paramBox p.param-time:before,
	.paramBox p.param-time:after{
		content: "";
		position: absolute;
		right: 7px;
		top: 9px;
		width: 0px;
		height: 0px;
		border-left: 3.5px solid transparent;
		border-right: 3.5px solid transparent;
	}
	.paramBox p.param-time:before{
		border-bottom: 4px solid #fff;
	}
	.paramBox p.param-time:after{
		border-top: 4px solid #fff;
		top: 16px;
	}
	.paramBox p.param-time.down:before,
	.paramBox p.param-time.up:after{content: none;}
	.paramBox p.param-time.down:after,
	.paramBox p.param-time.up:before{top: 12px;}
	.paramBox .select_list{
		display: inline-block;
		margin-left: 20px;
	}
	.paramBox .select_list li{
		display: inline-block;
		margin-right: 10px;
		cursor: pointer;
	}
	.paramBox .select_list .radio{
		display: inline-block;
		position: relative;
		width: 13px;
		height: 13px;
		margin-right: 5px;
		border-radius: 50%;
		background-color: #fff;
		border: 4px solid #fff;
		vertical-align: middle;
	}
	.paramBox .select_list li.active .radio{
		background-color: #cb1d3f;
	}
	.paramBox .selectPage b{
		cursor: pointer;
		font-family: "simsun";
		display: inline-block;
		width: 20px;
		text-align: center;
	}
/*日历*/
	.WdateDiv .WotherDay{color: #333;}
/*课程*/
	.courseList li{
		background-color: #fff;
		height: 240px;
		padding: 30px 0 0 40px;
		margin-bottom: 30px;
	}
	.courseList li:hover,.courseList .pic{
		-webkit-box-shadow: 0 0 14px rgba(28,22,17,0.15);
		box-shadow: 0 0 14px rgba(28,22,17,0.15);
	}
	.courseList .pic{
		float: left;
		width: 152px;
		height: 183px;
		overflow: hidden;
		background-color: #d2d2d2;
		border-radius: 5px;
	}
	.courseList .pic img{
		display: block;
		width: 100%
	}
	.courseList .info{
		width: 450px;
		margin-left: 30px;
		font-size: 12px;
	}
	.courseList .top_title{
		position: relative;
		margin-top: 5px;
		height: 30px
	}
	.courseList .special:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: url(../images/icons.png) no-repeat -10px -60px;
	}
	.courseList .top_title .name{
		font-size: 20px
	}
	.courseList .top_title .job{
		padding-top: 5px;
		color: #666666
	}
	.courseList .center_detail{
		padding: 16px 0 5px;
		line-height: 12px;
	}
	.courseList .center_detail span{
		display: inline-block;
		width: 180px;
	}
	.courseList .bottom_detail{
		height: 84px;
		overflow: hidden;
	}
	.courseList .bottom_detail .txt{
		display: table;
		line-height: 28px;
	}
	.courseList .label_list span{
		display: inline-block;
		margin: 6px 6px 0 0;
		height: 22px;
		line-height: 20px;
		padding: 0 12px;
		border: 1px solid #ff869d;
		color: #ff869d;
	}
	.courseList .bottom_detail .txt b,.courseList .bottom_detail .txt span{display: table-cell;}
	.courseList .bottom_detail .txt b{white-space: nowrap;}
	.courseList .rightInfo{
		display: table;
		text-align: center;
		width: 200px;
		height: 183px;
	}
	.courseList .rightInfo .right_table{
		display: table-cell;
		vertical-align: middle;
	}
	.courseList .rightInfo .txt{
		padding-bottom: 6px;
		line-height: 16px;
		color: #666666;
	}
	.courseList .rightInfo b{
		padding: 0 2px;
		color: #ff123f;
	}
	.courseList .rightInfo img{vertical-align: -2px;}
	.courseList .btn{
		margin-top: 10px;
		width: 140px;
		height: 28px;
		line-height: 26px;
	}
/*分页*/
	#pagination{
		font-size: 14px;
		color: #666;
		margin-top: 30px;
		position: relative;
	}
	.pagination i{font-style: normal;}
	.pagination a{cursor: pointer;}
	.pagination a, .pagination span, .pagination-jump input{
		display: inline-block;
		vertical-align: middle;
		padding: 0 13px;
		margin: 0 5px;
		border: 1px solid #b2b2b2;
		height: 36px;
		line-height: 34px;
		border-radius: 0;
		color: inherit;
		background-color: transparent;
		text-align: center;
	}
	.pagination .ui-page-current{border-color: transparent;}
	.pagination .ui-page-prev,
	.pagination .ui-page-next{
		background: inherit;
		border-color: #b2b2b2;
		color: inherit;
	}
	.pagination-jump{
		position: absolute;
		right: 0;
		top: 0;
	}
	.pagination-jump input{
		width: 37px;
		height: 37px;
		padding: 0;
		text-align: center;
	}
	.pagination-jump .jump-btn{
		cursor: pointer;
		margin-left: 20px;
		width: 75px;
	}
	.pagination .ui-page-current,.pagination a:hover,.pagination-jump .jump-btn:hover {
		color: #ff123f;
	}
/*底部表单*/
	.bottomForm-box{
		margin-top: 30px;
		border-top: 5px solid #ff003e;
		padding: 21px 30px 30px;
		background-color: #fff;
	}
	.bottomForm-box .bottomForm-top{
		text-align: center;
		padding:0 0 16px;
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 26px;
	}
	.bottomForm-box .bottomForm-top h3{
		font-size: 24px;
		color: #ff0034;
		margin-bottom: 14px;
	}
	.bottomForm-box .bottomForm-top p{
		text-align: center;
		color: #666;
	}
	.bottomForm-box .bottomForm-content p{margin-bottom: 20px;}
	.bottomForm-box .bottomForm-content b{color: #ff004a;}
	.bottomForm-box .fl{width: 320px;}
	.bottomForm-box .fr{width: 415px;}
	.bottomForm-box form{margin-top: 30px;}
	.bottomForm-box form .form-item{
		float: left;
		margin: 0 20px 0 0;
		height: 30px;
		line-height: 30px;
	}
	.bottomForm-box form span{
		float: left;
		margin-right: 5px;
	}
	.bottomForm-box form input{
		float: left;
		width: 100px;
		height: 30px;
		border: 1px solid #d9d9d9;
	}
	.bottomForm-box .select-parent ul{
		right: 0;
		width: 100px;
		top: 30px;
	}
	.bottomForm-box .select-parent i{
		border-width: 4px 4px 0;
		border-color: #000 transparent transparent;
		margin-top: -2px;
		right: 9px;
	}
	.bottomForm-box form .btn{
		float: left;
		width: 120px;
		height: 30px;
		line-height: 28px;
	}
	.bottomForm-box form .btn:hover{
		-webkit-box-shadow:  2px 2px 3px rgba(170,0,25,0.36);
		box-shadow:2px 2px 3px rgba(170,0,25,0.36);
		background-color: #ff0034;
		border-color: #ff0034;
	}
/*学习方案*/
	.rightForm-box{
		width: 288px;
		height: 320px;
		background: url(../images/rightForm-bg.png);
		padding: 33px 0 0;
		text-align: center;
		-webkit-box-shadow: 0 0 10px rgba(28,22,17,0.1);
		box-shadow: 0 0 10px rgba(28,22,17,0.1);
	}
	.rightForm-box h3{
		font-size: 22px;
		background-image: -webkit-gradient(linear, left 0, right 0, from(#ff123f), to(#ff813d));
		-webkit-background-clip: text;/*必需加前缀 -webkit- 才支持这个text值 */
		-webkit-text-fill-color: transparent;/*text-fill-color会覆盖color所定义的字体颜色： */
	}
	.rightForm-box form{
		width: 180px;
		margin: 24px auto 0;
	}
	.rightForm-box form .form-item{
		margin: 0 0 10px 30px;
	}
	.rightForm-box form .icon{
		left: -30px;
	}
	.rightForm-box form input{
		height: 28px;
		border: 1px solid #ccc;
		width: 150px;
	}
	.rightForm-box form .btn{
		height: 38px;
		line-height: 36px;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
	}
	.rightForm-box p{
		font-size: 12px;
		color: #b2b2b2;
		margin-top: 9px;
	}
/*近期活动*/
	.activity-box .container{padding: 0 20px;}
	.activity-box .container ul{height: 180px;}
	.activity-box .container li p a{
		padding: 8px 0 0;
		margin: 0 0 12px;
	}
	.activity-box li:hover a{color: #ff123f}
/*留学资讯+成功案例*/
	.t_newslist{
		margin: -7px 20px 0;
	}
	.t_newslist .href_link{
		padding: 0 16px;
		line-height: 30px;
		background: url("../images/fz_arrow.png") no-repeat left center;
	}
	.t_newslist .href_link:hover{
		color: #ff123f;
		background-image: url(../images/fz_arrow-hover.png);
	}
/*猜你喜欢*/
	.like_list{margin:30px 40px 0 34px;}
	.like_list .l_item{
		margin-bottom: 16px
	}
	.like_list .l_item .pic{
		float: left;
		width: 80px;
		height: 66px;
		margin-right: 10px;
		overflow: hidden;
	}
	.like_list .l_item:hover .name,.like_list .l_item:hover .txt{
		color: #ff123f
	}
	.like_list .l_item .name{
		padding-top: 5px;
		margin-bottom: 10px;
		line-height: 14px;
	}
	.like_list .l_item .txt{
		height: 36px;
		line-height: 18px;
		font-size: 12px;
		overflow: hidden;
	}
/*r_center_ad*/
	.r_center_ad{
		padding-top: 300px;
		margin-top: 30px;
		height: 437px;
		background: url('../images/t_ad_pic.jpg') no-repeat top center;
display:none;	}
	.r_center_ad .btn{
		width: 212px;
		height: 38px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 5px;
	}