html {
	width: 100%;
	overflow-x: hidden;
}
body {
	background-color: #f2f2f2;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	color: #1a1a1a;
	width: 100%;
	/*overflow-x: hidden;*/
}
/*当前位置*/
	.fz_pos {
		margin-top: -1px;
		height: 50px;
		border-bottom: 1px solid #ff123f;
		background-color: #fff;
	}
	.fz_pos .name {
		line-height: 50px;
		font-size: 20px;
		float: left;
		color: #ff123f;
	}
	.fz_pos .txt {
		padding: 22px 0 0 10px;
		color: #666;
		float: left;
	}
	.fz_pos .txt a {
		color: #666;
	}
	.fz_pos .txt a:hover {
		color: #ff123f;
	}
/*common*/
	.nowrap {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.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;
	}
	.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(https://www.igo.cn/newigo2019/language/class/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: #e6e6e6;
	}
	.scroll-box::-webkit-scrollbar-thumb{
		background-color: #b3b3b3;
	}
	.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_889{width: 889px;}
.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;
		width: 70px;
	}
	.optionBox .item ul{
		margin-left: 70px;
	}
	.optionBox .item ul li{
		display: inline-block;
		padding: 0 4px;
		line-height: 18px;
		margin-left: 18px;
		cursor: pointer;
		font-size: 14px;
	}
	.optionBox .item ul li.active,
	.optionBox .item ul li:hover{
		background-color: #ff0034;
		color: #fff;
		border-radius: 5px;
	}
	.optionBox .teacher_searchBox{
		padding: 15px 0;
	}
	.optionBox .teacher_searchBox .teacher_keys{
		width: 236px;
		height: 30px;
		padding: 10px 5px;
		border: 1px solid #d2d2d2
	}
	.optionBox .teacher_searchBox .btn{
		display: inline-block;
		width: 98px;
		height: 27px;
		margin-left: 24px;
		line-height: 25px;
		text-align: center;
		border-radius: 25px;
	}
	.optionBox .countNum{
		color: #333;
	}
	.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;
	}
	.paramBox p.active,
	.paramBox p:hover{
		border-color: #cb1d3f;
		background-color: #cb1d3f;
	}
	.paramBox p.param-arrow{
		padding-right: 8px;
		position: relative;
	}
	.paramBox p.param-arrow:before,
	.paramBox p.param-arrow:after{
		content: "";
		position: absolute;
		right: 8px;
		top: 9px;
		width: 0px;
		height: 0px;
		border-left: 3.5px solid transparent;
		border-right: 3.5px solid transparent;
	}
	.paramBox p.param-arrow:before{
		border-bottom: 4px solid #fff;
	}
	.paramBox p.param-arrow:after{
		border-top: 4px solid #fff;
		top: 16px;
	}
	.paramBox p.param-arrow.down:before,
	.paramBox p.param-arrow.up:after{content: none;}
	.paramBox p.param-arrow.down:after,
	.paramBox p.param-arrow.up:before{top: 12px;}
	.paramBox .selectPage b{
		cursor: pointer;
		font-family: "simsun";
		display: inline-block;
		width: 20px;
		text-align: center;
	}
/*列表*/
	.caseList li{
		background-color: #fff;
		min-height: 212px;
		margin-bottom: 30px;
		padding: 29px 39px 20px 30px;
		-webkit-box-shadow: 0 0 14px rgba(28,22,17,0.1);
				box-shadow: 0 0 14px rgba(28,22,17,0.1);
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	.caseList li.empty{
		line-height: 154px;
		text-align: center;
	}
	.caseList li:hover{
		background-image: url(../images/bg.png);
		background-repeat: no-repeat;
		-webkit-box-shadow: 0 0 14px rgba(28,22,17,0.2);
				box-shadow: 0 0 14px rgba(28,22,17,0.2);
	}
	.caseList .content_left{
		width: 615px;
		display: inline-block;
	}
	.caseList .title{
		font-size: 20px;
		height: 34px;
		line-height: 24px;
		margin-bottom: 7px;
		position: relative;
		font-weight: bold;
	}
	.caseList .title:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: url(../images/line.png) no-repeat;
	}
	.caseList .title span{
		float: left;
		min-width: 63px;
		padding: 0 5px;
		height: 24px;
		border-radius: 2px;
		margin-right: 10px;
		text-align: center;
		color: #f5f5f5;
		font-size: 14px;
		background-color: #36c97e;
	}
	.caseList .title span.IELTS{background-color: #ff7c3c;}
	.caseList .title span.TOEFL{background-color: #82cf58;}
	.caseList .title span.SAT{background-color: #36c97e;}
	.caseList .title span.GRE{background-color: #4564e5;}
	.caseList .title span.GMAT{background-color: #9250db;}
	.caseList .title span.ACT{background-color: #3faee3;}
	.caseList .grade p{
		float: left;
		margin-right: 25px;
		line-height: 28px;
	}
	.caseList .grade p span{
		color: #ff234d;
	}
	.caseList .summary{
		clear: both;
		line-height: 24px;
		min-height: 24px;
		font-size: 12px;
		margin-bottom: 11px;
	}
	.caseList .summary a{
		/*float: right;*/
		color: #ff123f;
	}
	.caseList .info span{
		display: inline-block;
		width: 150px;
	}
	.caseList .info span i{
		float: left;
		width: 18px;
		height: 16px;
		background: url(../images/heart.png);
		margin: 0 9px 0 0;
	}
	.caseList .content_right{margin-top: 56px;}
	.caseList .btn{
		width: 140px;
		height: 28px;
		line-height: 26px;
		margin-bottom: 12px;
		font-size: 14px;
	}
/*分页*/
	#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 15px;
		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: 38px;
		height: 36px;
		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 .title{
		font-size: 24px;
		color: #ff0034;
		margin-bottom: 14px;
		font-weight: bold;
	}
	.bottomForm-box .bottomForm-top .title:before,.bottomForm-box .bottomForm-top .title:after{
		content: "";
		display: inline-block;
		vertical-align: top;
		width: 18px;
		height: 11px;
		background: url(https://www.igo.cn/newigo2019/language/class/images/icons.png) no-repeat -160px -30px;
		margin: 4px 18px 0;
	}
	.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 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(https://www.igo.cn/newigo2019/language/class/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 .title{
		height: 22px;
		background: url(https://www.igo.cn/newigo2019/language/class/images/rightForm-title.png) no-repeat center;
	}
	.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;
	}
/*热门课程*/
	.hotCourse-box .container,
	.activity-box .container{padding: 0 20px;}
	.hotCourse-box li{margin-top: 8px;}
	.hotCourse-box li .label{
		position: relative;
		display: inline-block;
		width: 40px;
		height: 20px;
		line-height: 20px;
		margin-right: 22px;
		text-align: center;
		background-color: #b3b3b3;
		color: #fff;
		font-weight: bold;
	}
	.hotCourse-box li .label:before{
		content: '';
		position: absolute;
		right: -9px;
		top: 0;
		border-style: solid;
		border-width: 10px 0 10px 9px;
		border-color: transparent transparent transparent #b3b3b3;
	}
	.hotCourse-box li .label1{background-color: #ff123f;}
	.hotCourse-box li .label1:before{border-left-color: #ff123f;}
	.hotCourse-box li .label2{background-color: #ff985b;}
	.hotCourse-box li .label2:before{border-left-color: #ff985b;}
	.hotCourse-box li .label3{background-color: #ffc6a6;}
	.hotCourse-box li .label3:before{border-left-color: #ffc6a6;}
	.hotCourse-box li a:hover,
	.activity-box li:hover a{color: #ff0034;}
/*近期活动*/
	.activity-box .select-parent{
		width: 70px;
		height: 22px;
	}
	.activity-box .select-parent input{
		width: 100%;
		height: 100%;
		border: 1px solid #b3b3b3;
		color: #808080;
		padding-left: 10px;
	}
	.activity-box .select-parent i{
		border-width: 4px 4px 0;
		border-color: #000 transparent transparent;
		margin-top: -1px;
	}
	.activity-box .select-parent ul{
		top: 23px;
		padding-left: 10px;
	}
	.activity-box .select-parent li{line-height: 20px;}
	.activity-box .container ul{height: 180px;}
	.activity-box .container li p a{
		padding: 8px 0 0;
		margin: 0 0 12px;
	}
/*考试学习工具*/
	.tool-box .container{
		margin-top: -12px;
	}
	.tool-box .container a{
		width: 111px;
		height: 59px;
		line-height: 26px;
		padding-top: 3.5px;
		background-color: #ffe6eb;
		border-radius: 8px;
		margin-top: 12px;
		text-align: center;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.tool-box .container a:hover{
		-webkit-box-shadow: 2px 5px 5px rgba(77,82,118,0.3);
		box-shadow: 2px 5px 5px rgba(77,82,118,0.3);
	}
	.tool-box .container a .name{color: #ff123f;font-weight: bold;}
/*留学工具*/
	.studyTool-box .btn{
		height: 51px;
		font-size: 12px;
		line-height: 16px;
		border-radius: 30px;
		padding-top: 9px;
		margin-top: 8px;
	}
	.studyTool-box .btn .txt{color: #1a1a1a;}
	.studyTool-box .btn:hover{
		background-color: #ff0034;
		border-color: #ff0034;
	}
	.studyTool-box .btn:hover .txt{color: #fff;}
/*猜你喜欢*/
	.like-box .container .l_item{
		display: block;
		height: 65px;
		line-height: 65px;
		margin-top: 8px;
		font-size: 18px;
		color: #19191a;
		background-color: #e3e3e3;
		text-align: center;
		font-weight: bold;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.like-box .container .l_item:hover {
		-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
				box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	}