html {
	width: 100%;
	overflow-x: hidden;
}
body {
	background-color: #f2f2f2;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	color: #000;
	width: 100%;
	/*overflow-x: hidden;*/
}
/*当前位置*/
	.fz_pos {
		margin-top: -1px;
		height: 50px;
		background-color: #fff;
	}
	.fz_pos .con_wrap{
		width: 1200px;
		margin: 0 auto;
	  }
	.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;
	}
	.fz_pos .txt span{color: #02b3bc;}
/*common*/
	.nowrap {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.xt-section{
		width: 1200px;
		margin: 30px auto 0;
		line-height: 1;
	}
	.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 .section-fl{float: left;}
	.xt-section .section-fr{float: right;}
	.xt-section .icon{
		background: url(https://www.igo.cn/we/newsDetail/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: -14px;
		font-family: simsun;
		cursor: pointer;
		/*font-size: 50px;*/
		font-size: 0;
		width: 15px;
		height: 27px;
		background: no-repeat center;
	}
	.carouselBox .arrow.prev{left: 30px;}
	.carouselBox .arrow.next{right: 30px;}
/*右侧*/
	.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 #02b3bc 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_880{width: 880px;}
.xt-section .w_290{width: 290px;}
/*摘要*/
	.summary-box{
		background: #fff;padding: 34px 30px 50px;
		border-bottom: 2px solid #f2f2f2;
	}
	.summary-box .tit{
		text-align: center;font-weight: bold;padding-bottom: 22px;
		font-size: 22px;border-bottom: 1px solid #f2f2f2;
	}
	.summary-box .top{text-align: center;margin: 20px 0 30px;}
	.summary-box .top li{display: inline-block;color: #9e9e9e;margin: 0 15px;}
	.summary-box .top li span{color: #373737;}
	.summary-box .top li.li_tel:before{
		content: '';float: left;width: 10px;height: 14px;margin: 0 4px 0 0;
		background: url('https://www.igo.cn/we/newsDetail/images/icon_02.png') no-repeat;
		background-size: 100%;
	}

	.summary-box .summary{
		position: relative;display: table;min-height: 150px;
		padding: 0 40px 0 80px;background: #f7f7f7;
		width: 100%;
	}
	.summary-box .summary .name{
		position: absolute;left: 20px;top: 50%;margin-top: -40px;
		height: 80px;width: 40px;background: #02b3bc;color: #fff;
		text-align: center;line-height: 22px;font-size: 18px;
		padding: 16px 8px 0;border-radius: 20px;
	}
	.summary-box .summary p{line-height: 22px;color: #4c4c4c;display: table-cell;vertical-align: middle;}
/* 内容 */
	.content-box{padding: 15px 30px 25px;background: #fff;}
	.content-box .content{padding: 0 10px 45px 0;line-height: 22px;border-bottom: 1px solid #f2f2f2;}

	.content-box .jumpBox{padding: 20px 0 0;height: 34px;}
	.content-box .jumpBox .jump-prev{float: left;}
	.content-box .jumpBox .jump-next{float: right;}
	.content-box .jumpBox span{color: #808080;}
/* 指导老师 */
	.teacher-box .teacherImg{
		width: 165px;height: 220px;overflow: hidden;
		border: 1px solid #f2f2f2;display: inline-block;
	}
	.teacher-box .teacherImg img{width: 100%;}
	.teacher-box .info{
		display: inline-block;vertical-align: top;
		margin: 22px 0 0 37px;width: 585px;
	}
	.teacher-box .info .name{font-size: 25px;margin: 0 0 26px;}
	.teacher-box .info li{
		color: #4c4c4c;line-height: 20px;
		position: relative;padding: 3px 0 9px 90px;
	}
	.teacher-box .info li p{
		width: 70px;height: 25px;line-height: 25px;
		border-radius: 25px;margin: 0 22px 0 0;
		color: #000;background: #e5e5e5;text-align: center;
		position: absolute;left: 0;top: 0;
	}
	/* .teacher-box .info li span{line-height: 20px;display: inline-block;} */
/*课程推荐*/
	.courseRecommend-box{padding-bottom: 0;}
	.courseRecommend-box .headline a{color: #ff123f;}
	.courseRecommend-box .wrapBox{
		width: 768px;
		height: 272px;
		padding: 10px 0 30px;
	}
	.courseRecommend-box .wrapBox li{width: 768px;}
	.courseRecommend-box .wrapBox li a {
		float: left;
		width: 168px;
		height: 234px;
		margin: 0 12px;
	}
	.courseRecommend-box .wrapBox li img{
		display: block;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	.courseRecommend-box .wrapBox li img:hover{
		-webkit-transform: scale(1.03);
				transform: scale(1.03);
		-webkit-box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
				box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
	}

	.courseRecommend-box .carouselBox .arrow{
		background-image: url(https://www.igo.cn//we/newsDetail/images/arrow_01.png);
		width: 20px;height: 53px;margin-top: -27px;
	}
	.courseRecommend-box .carouselBox .arrow.prev{transform: rotate(180deg);}
	.courseRecommend-box .carouselBox .arrow:hover{background-image: url(https://www.igo.cn/we/newsDetail/images/arrow_02.png);}
/*底部表单*/
	.bottomForm-box{
		margin-top: 30px;
		border-top: 5px solid #02b3bc;
		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;
		margin-bottom: 14px;
		font-weight: bold;
	}
	.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/we/newsDetail/images/rightForm-bg.jpg);
		padding: 33px 0 0;
		text-align: center;
	}
	.rightForm-box .title{
		font-size: 22px;font-weight: bold;
		background-image: -webkit-gradient(linear, left 0, right 0, from(#ff123f), to(#ff813d));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.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: 12px;
	}
/* 热门推荐 */
	.hotRecommend-box .container{padding: 0;margin: 0 auto 5px;width: 240px;cursor: pointer;}
	.hotRecommend-box .wrapBox{height: 140px;width: 100%;}
	.hotRecommend-box .arrow{
		width: 32px;height: 32px;border-radius: 50%;
		margin-top: -16px;
		background-image: url(https://www.igo.cn/we/newsDetail/images/arrow_03.png);
		background-color: rgba(0,0,0,0.3);
		background-position-x: 12px;
		opacity: 0;
		transition: all 0.5s;
	}
	.hotRecommend-box .arrow.prev{left: -15px;}
	.hotRecommend-box .arrow.next{transform: rotate(180deg);right: -15px;}
	.hotRecommend-box .container:hover .arrow{opacity: 1;}
/* 大家都在看 */
	.newsList-box .container{padding: 0 20px;}
	.newsList-box .container li{
		position: relative;padding: 0 0 0 15px;margin: 12px 0 0;
		color: #333;
	}
	.newsList-box .container li:hover{color: #ff0034;}
	.newsList-box .container li:before{
		content: '';position: absolute;left: 0;top: 2px;
		width: 6px;height: 10px;
		background: url(https://www.igo.cn/we/newsDetail/images/icon_01.png);
	}
/*热门课程*/
	.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);
	}