@CHARSET "UTF-8";
html, body {
	position: relative;
	height: 100%;
}

body {
	font-family:PingFangSC-Semibold,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,Lucida,Verdana,SimSun,Helvetica,sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container{
	width: 1200px;
}
.btn_main{
	display: inline-block;
	width: 295px;
	height: 65px; 
	line-height: 65px;
	font-size: 25px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

/*第一屏*/
.one{
	width: 100%;
	text-align: center;
	background:#5f5e5a url(/learning_img/bg1.jpg) no-repeat center top;
	background-size:cover;
}
/*
.one .header_top{
	color: #fff;
	background:rgba(21,21,21,.19);
}
.one .header_top a{
	color: #fff;
} 
.one  .header_top_bd .login{
	color: #ff7f14;
	border:none;
} 
.one .menu_bg{
	background-color:transparent;
	border-bottom:solid 1px rgba(221,221,221,.2);
}
.one .menu li a{
	color: #fff;
}
.one .menu li.cursor a, .menu li:hover a{
	color: #ff7f14;
}
.one .hotline,
.one .hotline .txt2{
	color: #fff;
}
*/
.one_title{
	position: relative;
	padding-top: 80px;
	color: #fff;
	font-size: 56px;
	font-weight: 1000;
	letter-spacing:2px;
	font-family: microsoft yahei;
}
.one_title .sub{
	font-size: .44em;
	font-weight: normal;
	font-family:PingFangSC-Semibold,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,Lucida,Verdana,SimSun,Helvetica,sans-serif;
	letter-spacing:0;
}
.one_title:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: -40px;
	z-index: 22;
	height: 1px;
	width: 100px;
	margin-left: -50px;
	background-color: #fff;
}
.one_list{
	display:flex;
	width: 850px;
	margin: auto;
	margin-top: 90px;
	color: #fff;
}
.one_list li{
	width: 33.3%;
}
.one_list li .bd{
	width: 90%;
	margin: auto;
	border:solid 1px #fff;
	padding: 40px 0;
}
.one_list li .icon{
	font-size: 66px;
}
.one_list li .txt{
	padding-top:5px;
	font-size: 24px;
}
.one_form_bd{
	width: 640px;
	height: 46px;
	padding: 5px 0;
	margin: auto;
	margin-top: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #fff;
}
.one_form_bd i.iconfont{
	float: left;
	position: relative;
	height: 45px;
	width: 60px;
	line-height: 45px;
	color: #ff7f14;
	font-size: 32px;
}
.one_form_bd i.iconfont:after{
	content:"";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}

@media screen and (max-width:1601px){
	.one_title{
		padding-top: 20px;
	}
}

/*第二屏*/
.two{
	width: 100%;
	text-align: center;
	background:url(/learning_img/bg2.jpg) no-repeat center top;
	background-size:cover;
}
.main_title{
	margin-top: 60px;
	text-align: center;
	color: #fff;
	font-size: 42px;
}
.main_title_sub{
	margin-top: 15px;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.main_title_sub .txt{
	display: inline-block;
	position: relative;
}
.main_title_sub .txt:before{
	content:"";
	position: absolute;
	left: -55px; 
	top: 50%;
	z-index: 22;
	width: 40px;
	height: 1px;
	background-color: #fff;
}
.main_title_sub .txt:after{
	content:"";
	position: absolute;
	right: -55px; 
	top: 50%;
	z-index: 22;
	width: 40px;
	height: 1px;
	background-color: #fff;
}
.two_bd{
	width: 1200px;
	margin-top:80px;
	text-align: center;
}
.two_bd li{
	float: left;
	width: 300px;
	height: 213px;
	overflow: hidden;
}
.two_bd_txt{
	color: #111;
	background-color: #fff;
}
.two_bd_txt b{
	display: block;
	padding-top: 60px;
	font-size: 25px;
}
.two_bd_txt p{
	padding:15px 20px;
	font-size: 16px;
}

.two .btn_main_bg{
	margin-top: 50px;
}

@media screen and (max-width:1601px){
	.main_title{
		margin-top: 20px;
	}
	.two_bd{
		margin-top: 50px;
	}
	.two_bd li{
		height: 200px;
	}
	.two_bd_txt b{
		padding-top: 50px;
	}
	.two .btn_main_bg{
		margin-top: 30px;
	}
}

/*第三屏*/
.three{
	width: 100%;
	text-align: center;
	background:url(/learning_img/bg3.jpg) no-repeat center top;
	background-size:cover;
}
.three .main_title{
	margin-top: 30px;
}
.three_bd{
	width: 1200px;
	margin: auto;
}
.three_bd li{
	float: left;
	width: 33.3%;
	margin-top: 25px;
}
.three_bd .main{
	width: 370px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px rgba(255,255,255,.5);
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.three_bd .main.h1{
	display: block;
	height: 320px;
}
.three_bd .main.h2{
	display: block;
	height: 385px;
}
.three_bd .img{ 
	display: block;
	position: relative;
	overflow: hidden;
} 
.three_bd .btn{
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: 22;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	background-color: #ff7f14;
}
.three_bd .main:hover .btn{
	background-color: #f26005;
}
.three_bd .main:hover .txt{
	color: #333;
}
.three_bd .txt{
	display: block;
	padding: 5px 0 0 10px;
}
.three_bd .txt .dd{
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:3px 0;
	font-size: 14px;
}
.three_bd .txt .dd b{
	float: left;
	width:75px;
}
.three_bd .txt .dd .p{
	float: left;
	width: 270px;
	text-align:left;
}

@media screen and (max-width:1601px){ 
	.three_bd .main.h1{
		height: 250px;
	}
	.three_bd .main.h2{
		height: 310px;
	}
	.three_bd .img{
		height: 130px;
	}
	.three_bd .btn{
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
}



/*第四屏*/
.four{
	width: 100%;
	text-align: center;
	background:url(/learning_img/bg4.jpg) no-repeat center top;
	background-size:cover;
}
.four .main_title{
	margin-top: 80px;
}
.four_bd{
	position: relative;
	width: 1200px;
	height: 520px;
	margin: auto;
	margin-top: 40px;
	text-align:left;
}
.four_bd .four0{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 22;
	width: 340px;
	height: 340px;
	margin-left: -170px;
	margin-top: -170px;
	background-color: #ff7f14;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.four_bd .four0 .img{
	padding-top: 50px;
}
.four_bd .four0 .txt{
	display: inline-block;
	margin-top: 15px;
	padding: 10px 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #ff7f14;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
}
.four_bd .four1{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 507px;
	height: 245px;
	padding: 20px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/learning_img/four_bg.png) no-repeat left top;
}
.four_bd .four2{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
	width: 507px;
	height: 245px;
	padding: 20px;
	padding-left: 170px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/learning_img/four_bg.png) no-repeat right top;
}
.four_bd .four3{
	position: absolute;
	left: 0;
	z-index: 22;
	bottom: 0;
	width: 507px;
	height: 245px;
	padding: 20px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/learning_img/four_bg.png) no-repeat left bottom;
}
.four_bd .four4{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 22;
	width: 507px;
	height: 245px;
	padding: 20px;
	padding-left: 170px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/learning_img/four_bg.png) no-repeat right bottom;
}
.four_bd dt{
	padding: 10px 0;
	font-size: 26px;
	font-weight: bold;
}
.four_bd dd{
	padding: 6px 0;
	font-size: 18px;
}
.four_bd .icon{
	position: absolute;
	z-index: 22;
	font-size: 60px;
	color: #888;
}
.four1 .icon{
	right: 20px;
	top: 0;
}
.four .icon:after{
	content:"";
	position: absolute;
	top: 20px;
	z-index: 22;
	width: 1px;
	height: 60%;
	background-color: #888;
}
.four1 .icon:after,
.four3 .icon:after{
	left: -20px;
}
.four2 .icon:after,
.four4 .icon:after{
	right: -20px;
}
.four2 .icon{
	left: 20px;
	top: 0;
}
.four3 .icon{
	right: 20px;
	bottom: 0;
} 
.four4 .icon{
	left: 20px;
	bottom: 0;
}

.four .btn_main_bg{
	margin-top: 40px;
}

@media screen and (max-width:1601px){ 
	.four .main_title{
		margin-top: 50px;
	}
}


/*第五屏*/
.five{
	position: relative;
	width: 100%;
	text-align: center;
	background:url(/learning_img/bg5.jpg) no-repeat center center;
	background-size:cover;
}
.five .main_title{
	margin-top: 50px;
}
.five_bd{
	width: 1000px;
	margin: auto;
	margin-top: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:solid 15px rgba(255,255,255,.2);
}
.five_bd video{
	float: left;
	width: 100%;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.spiiker_foot{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 22;
	width: 100%;
	padding: 15px 0;
	line-height:2em;
	text-align:center;
	font-size:12px;
	color:#fff;
}
.spiiker_foot a{
	display: inline-block;
	margin: 0 4px;
	color: #ddd;
}

@media screen and (max-width:1601px){ 
	.five_bd{
		width:800px;
		margin-top: 30px;
	}
}

/*动画效果*/
.swiper-slide-active .one_title{
	animation: fade_up 1.5s;
}
.swiper-slide-active .one_list{
	animation: fade_up 1.5s;
}
.swiper-slide-active .main_title {
	animation: fadeInUp 1.5s;
}
.swiper-slide-active .main_title_sub{
	animation: fadeInUp 1.5s;
}
.swiper-slide-active .one_form{
	animation: fadeInUp 1.5s;
}
.swiper-slide-active .two_bd_txt{
	animation: fade_down 1.5s;
}
.swiper-slide-active .two_bd_img{
	animation: fade_up 1.5s;
}
.swiper-slide-active .btn_main_bg{
	animation: fade_up 2s;
}
.swiper-slide-active .three_bd li:nth-child(odd){
	animation: fade_down 1.5s;
}
.swiper-slide-active .three_bd li:nth-child(even){
	animation: fade_up 1.5s;
}
.swiper-slide-active .four1,
.swiper-slide-active .four3{
	animation: fade_right 1.5s;
}
.swiper-slide-active .four2,
.swiper-slide-active .four4{
	animation: fade_left 1.5s;
}

@keyframes fade_zoom{
	0% {
		opacity:0;
		transform:scale3d(0,0,0);
	}
	
	100% {
		opacity:1;
		transform:scale3d(1,1,1);
	}
}

/*---学习体系-日常提升---*/
.daily1{
	height: 800px;
	background: url(/learning_img/daily1.jpg) no-repeat center center;
}
.daily1_txt{
	width: 1200px;
	margin: auto;
	padding: 220px 50px 50px 50px;
	color: #fff;
	background: url(/learning_img/daily25.png) no-repeat left 220px;
}
.daily1_txt .txt1{
	font-size: 52px;
}
.daily1_txt .txt2{
	font-size: 83px;
	font-weight: bold;
}
.daily1_txt .txt3{
	margin-bottom: 30px;
	font-size: 41px;
}

.daily_one{
	padding: 20px 0;
	background: url(/learning_img/daily2.jpg) no-repeat center bottom;
}
.daily_title{
	padding: 40px 0;
	font-size: 42px;
	text-align: center;
}
.daily_one dd{
	padding-left: 36px;
	line-height: 50px;
	font-size: 26px;
	margin: 35px 0;
}
.daily_one dd i{
	display: inline-block;
	padding-right: 20px;
	font-size: 50px;
	vertical-align: middle;
}
.daily_one dd span{
	display: inline-block;
	vertical-align: middle;
}
.daily_one .cursor{
	position: relative;
	color: #fff;
	font-weight: bold;
	width: 1214px;
	height: 88px; 
	line-height: 78px;
	background: url(/learning_img/daily26.png) no-repeat center center;
}
.daily_one .btn{ 
	position: absolute;
	right: 30px;
	bottom: 100px;
	z-index: 22;
}
.daily_two .img2{
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: center;
}
.daily_three{
	height: 567px;
	background: url(/learning_img/daily24.jpg) no-repeat center center;
}
.daily_three .daily_title{
	color: #fff;
}
.daily_three ul{
	width: 1100px;
	margin: auto;
	margin-top: 10px;
}
.daily_three li{
	float: left;
	width: 25%;
}
.daily_three .bd{
	width: 80%;
	height: 300px;
	margin: auto;
	padding: 25px;
	text-align: center; 
	color: #fff;
	border:solid 1px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.daily_three .bd h4{
	position: relative;
	padding: 20px 0;
	font-size: 32px;
	margin-bottom: 20px;
}
.daily_three .bd h4:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 22;
	width: 32px;
	height: 4px;
	margin-left: -16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255,.6);
}
.daily_three .bd p{
	font-size: 20px;
	line-height: 1.8;
}
.daily_four{
	padding-bottom: 50px;
	background: url(/learning_img/daily23.png) repeat center center;
}
.daily_four ul{
	width: 1230px;
	margin: auto;
}
.daily_four li{
	float: left;
	width: 33.3%;
	margin: 15px 0;
}
.daily_four .bd{
	width: 90%;
	height: 345px;
	margin: auto;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow:4px 4px 6px rgba(0,0,0,.12);
	background-color: #f8f8f8;
}
.daily_four .bd .img{
	position: relative;
}
.daily_four .bd .img img{
	width: 100%;
}
.daily_four .bd .title{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 22;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 22px;
	background-color: rgba(0,0,0,.64);
}
.daily_four .bd p{
	padding: 15px 15px 0 15px;
	font-size: 18px;
	color: #777;
}
.daily_four .btn_main{
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.daily_five_bd{
	width: 1220px;
	margin: auto;
}
.daily_five{
	padding: 100px 0;
	background: url(/learning_img/daily27.jpg) no-repeat center center;
}
.five_title{
	float: left;
	width: 320px;
	margin-top: 45px;
	color: #fff;
	font-size: 42px;
}
.five_title i{
	display: block;
	font-size: 50px;
}
.five_title .txt{
	position: relative;
	margin-top: 10px;
	font-size: 42px;
} 
.five_title .txt:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 22;
	width: 26px;
	height: 4px;
	background-color: #fff;
}
.daily_five ul{
	float: left;
	width: 900px;
}
.daily_five li{
	float: left;
	width: 25%;
}
.daily_five li .bd{
	position: relative;
	width: 94%;
	height: 320px;
	background-color: #fff;
	text-align: center;
}
.daily_five li .txt{
	height: 60px;
	line-height: 50px;
	font-size: 22px;
}
.daily_five .img img{
	width: 100%;
}
.daily_five li .bd:hover .daily_five_pop{
	display: block;
	animation:display .3s;
}
.daily_five_pop{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #ff7f14;
}
.daily_five_pop h4{
	height: 70px;
	background-color: #d86200;
	line-height: 70px;
	font-size: 25px;
}
.daily_five_pop p{
	padding-top: 50px;
	font-size: 19px;
	line-height: 2;
}
.daily_six ul{
	width: 100%;
	float: left;
	padding: 20px 0;
}
.daily_six li{
	float: left;
	width: 25%;
	margin-bottom: 40px;
	text-align: center;
}
.daily_six .bd{
	width: 70%;
}
.daily_six .img{
	max-width:100%;
}
.daily_six .txt{
	padding-top: 30px;
	font-size: 18px;
}
/*---学习体系-成人口语---*/
.adult1{
	height: 800px;
	background: url(/learning_img/adult1.jpg) no-repeat center center;
}
.adult1_txt{
	font-family:microsoft yahei;
	font-weight: bold;
	color: #222;
	text-align: center;
}
.adult1_txt .txt1{
	position: relative;
	padding: 100px 0 40px 0;
	margin-bottom: 40px;
	line-height: 1.6;
	font-size: 74px;
}
.adult1_txt .txt1:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 22;
	width: 32px;
	height: 5px;
	margin-left: -16px;
	background-color: #ff7f14;
}
.adult1_txt .txt2{
	padding-bottom: 60px;
	font-size: 23px;
	line-height: 2;
	font-weight: bold;
}
.adult_one{
	padding-bottom: 70px;
}
.adult_one ul{
	width: 100%;
	float: left; 
}
.adult_one li{
	float: left;
	width: 25%;
	text-align: center;
}
.adult_one li .bd{
	border-left: dashed 1px #ccc;
}
.adult_one li:first-child .bd{
	border-left: none;
}
.adult_one .icon{
	display: inline-block;
	width: 112px;
	height: 112px;
	line-height: 112px;
	color: #fff;
	font-size: 56px;
	background-color: #ff7f14;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.adult_one h4{
	padding: 20px 0 15px 0;
	font-size: 24px;
}
.adult_one p{
	font-size: 18px;
	color: #666;
	line-height: 1.8;
}

.adult_two{
	padding: 20px 0 60px 0;
	background: url(/learning_img/adult_bg1.jpg) no-repeat center center;
}
.adult_two ul{ 
	width: 100%;
	float: left;
	margin: 20px 0 40px 0;
	box-shadow: 4px 4px 10px rgba(0,0,0,.05);
}
.adult_two li{
	float: left;
	width: 33.33%;
	height: 240px;
	text-align: center;
	background-color: #fff;
}
.adult_two li h4{
	position: relative;
	padding: 35px 0;
	font-size: 25px;
}
.adult_two li h4:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: -18px;
	z-index: 22;
	width: 18px;
	height: 3px;
	margin-left: -9px;
	margin-bottom: 35px;
	background-color: #ff7f14;
}
.adult_two li p{
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.adult_three{
	padding-bottom: 50px;
	color: #fff;
	background: url(/learning_img/adult_bg2.jpg) no-repeat center center;
}
.adult_three .daily_title{
	color: #fff;
}
.adult_three_dl .dt{
	float: left;
	width: 200px;
	padding: 50px 0;
	margin-top: 30px;
	font-size: 22px;
	text-align: center;
	border:solid 1px rgba(255,255,255,.3);
	background-color: rgba(255,255,255,.1);
}
.adult_three_dl .dt.h{
	margin-top: 70px;
}
.adult_three_dl .icon{
	float: left;
	width: 110px;
	color: #ff7f14;
	font-size: 32px;
	text-align: center;
	line-height: 240px;
}
.adult_three_dl .icon.h{
	line-height: 300px;
}
.adult_three_dl ul{
	float: left;
	width: 550px;
	padding: 25px;
	background-color: rgba(0,0,0,.15);
	border:solid 1px rgba(255,255,255,.5);
}
.adult_three_dl li{
	float: left;
	width: 50%;
	margin: 10px 0;
}
.adult_three_dl li .bd{
	width: 90%;
	margin: auto;
	line-height: 60px;
	font-size: 18px;
	text-indent:10px;
	border:solid 1px rgba(255,255,255,.3);
	background-color: rgba(255,255,255,.1);
}
.adult_three_dl li .bd i{
	margin-right: 10px;
}
.adult_three_dl.w{
	margin-top: 30px; 
}
.adult_three_dl.w ul{
	width: 780px;
}

.adult_four{
	padding-bottom: 30px;
}
.adult_four ul{ 
	margin-top: 20px;
}
.adult_four li{
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}
.adult_four .bd{
	position: relative;
	width: 95%;
	margin: auto;
}
.adult_four .bd:hover .four_pop{
	display: block; 
	animation:display .3s;
}
.adult_four .bd img{
	width: 100%; 
	float: left;
}
.adult_four .bd .txt{
	height: 74px;
	clear:both;
	line-height: 74px;
	font-size: 22px;
	text-align: center;
	background-color: #eee;
}
.four_pop{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #ff7f14;
}
.four_pop h4{
	position: relative;
	padding-top: 30px;
	margin-bottom: 5px;
	font-size: 26px;
}
.four_pop h4:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: -20px;
	z-index: 22;
	width: 30px;
	height: 2px;
	margin-left: -15px;
	background-color: #fff;
}
.four_pop p{
	padding: 30px 20px;
	font-size: 18px;
	line-height: 2;
}
@keyframes display{
	0%{
		opacity:0;
	}
	100%{
		opacity:100;
	}
}

.adult_five{
	padding-bottom: 70px;
}
.adult_five li{
	float: left;
	width: 25%;
	margin-bottom: 40px;
}
.adult_five .bd{
	width: 92%;
	height: 330px;
	text-align: center;
	border:solid 1px #555;
	background-color: #fff;
}
.adult_five .img{
	height: 130px;
	padding-top: 40px;
}
.adult_five .txt{
	padding-top: 30px;
	font-size: 22px;
	line-height: 1.7;
}

.adult_six{
	width: 1400px;
	margin: auto;
	padding: 50px 0 70px 0;
	background: url(/learning_img/adult15.jpg) no-repeat left bottom;
}
.adult_six ul{
	padding-left: 580px;
	margin-top: 40px;
}
.adult_six li{
	width: 670px;
	padding: 15px;
	margin-bottom: 40px;
	border:solid 1px #666;
}
.adult_six h4{
	float: left;
	width: 120px;
	height: 100px;
	line-height: 104px;
	color: #fff;
	text-align: center;
	font-size: 42px;
	background-color: #ff7f14;
}
.adult_six p{
	float: left;
	width: 500px;
	height: 60px;
	padding: 20px;
	font-size: 24px;
	background-color: #f0f0f0;
}

.adult_seven{ 
	padding-bottom: 85px;
}
.adult_seven li{
	float: left;
	width: 25%;
}
.adult_seven .bd{
	width: 92%;
	height: 420px;
	text-align: center;
	background-color: #fff;
	border:solid 1px #888;
}
.adult_seven .img{
	width: 94%;
	margin: auto;
	padding-top: 10px;
}
.adult_seven .img img{
	width: 100%;
}
.adult_seven h4{
	padding: 15px 0;
	text-align: center;
	font-size: 24px;
}
.adult_seven p{
	padding: 0 20px;
	font-size: 18px;
}

/*----零基础英语----*/
.zero_banner{
	width: 100%;
	height: 800px;
	background: url(/learning_img/zero_banner.jpg) no-repeat center center;
}
.zero_banner_txt{
	width: 1000px;
	margin: auto;
	color: #fff;
}
.zero_banner_txt .txt1{
	padding-top: 120px;
	font-size: 70px;
	font-weight: bold;
	font-family: microsoft yahei;
}
.zero_banner_txt .txt2{
	padding: 20px 0 40px 0;
	font-size: 30px;
}

.zero_one{
	padding-bottom: 50px;
}
.zero_one .container{
	width: 1240px;
}
.zero_one ul{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.zero_one li{
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.zero_one .bd{
	width: 93%;
	margin: auto;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #eee;
}
.zero_one h4{
	height: 70px;
	padding-left: 60px;
	line-height: 70px;
	font-weight: normal;
	font-size: 26px;
	border-bottom: dashed 1px #aaa;
	background: url(/learning_img/zero1.png) no-repeat left center;
}
.zero_one p{
	height: 140px;
	padding: 20px 0;
	overflow: hidden;
	font-size: 16px;
	line-height:2;
}

.zero_two{
	background: url(/learning_img/zero3.png) no-repeat 90% bottom;
}
.zero_two ul{
	float: left;
	width: 850px;
	margin: 30px 0;
}
.zero_two li{
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.zero_two .bd{
	position: relative;
	width: 90%;
	margin: auto;
	height: 240px;
	text-align: center;
	border:solid 1px #ffc89a;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow:5px 5px 8px rgba(0,0,0,.05);
}
.zero_two .num{
	position: absolute;
	left: 20px;
	top: -1px;
	z-index: 22;
	width: 38px;
	height: 39px;
	font-family: microsoft yahei;
	line-height: 32px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	background: url(/learning_img/zero2.png) no-repeat center center;
}
.zero_two h4{
	padding: 40px 0 20px 0;
	font-family: microsoft yahei;
	font-size: 24px;
}
.zero_two p{
	margin-bottom: 25px;
	font-size: 22px;
}
.zero_two .btn{
	display: inline-block;
	padding:0 30px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 24px;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	background-color: #ff7f14;
}
.zero_two .btn:hover{
	background-color: #f26005;
}
.zero_three{
	padding-bottom: 50px;
	background: url(/learning_img/zero_bg1.jpg) no-repeat center center;
}
.zero_three .daily_title{
	color: #fff;
}
.zero_three_img{
	float: left;
}
.zero_three_bd{
	float: left;
	width: 650px;
	height: 340px;
	padding: 50px 35px;
	margin-left: 40px;
	text-align: center;
	background-color: #fff;
}
.zero_three_bd h4{
	font-size: 30px;
}
.zero_three_bd p{
	padding: 20px 0 30px 0;
	font-size: 18px;
	border-bottom: dashed 1px #ddd;
}
.zero_three_bd ul{
	margin-top: 30px;
}
.zero_three_bd li{
	float: left;
	width: 50%;
	padding: 12px 0;
	text-align:left;
}
.zero_three_bd i.iconfont{
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #ff7f14;
}
.zero_three_bd .txt{
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 18px;
}
.zero_three_bd .btn{ 
	display: inline-block;
	width: 240px;
	height: 60px;
	margin-top: 30px;	 
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 25px;
	background-color: #ff7f14;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.zero_three_bd .btn:hover{
	background-color: #f26005;
}

.zero_four{
	padding-bottom: 50px;
	text-align: center;
	background: url(/learning_img/zero_bg2.jpg) repeat-y center top;
}
.zero_four .daily_title{
	padding-bottom:0;
}
.zero_four .img{
}
.zero_four .img img{
}
.daily_title .sub{
	position: relative;
	display: inline-block;
	font-size: 23px;
	color: #333;
	text-transform:uppercase;
}
.daily_title .sub:before{
	content:"";
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 22;
	width: 25px;
	height: 1px;
	background-color: #333;
}
.daily_title .sub:after{
	content:"";
	position: absolute;
	right: -40px;
	top: 50%;
	z-index: 22;
	width: 25px;
	height: 1px;
	background-color: #333;
}

.zero_five{
	padding-bottom: 50px;
	background: url(/learning_img/daily23.png) repeat center center;
}
.zero_five ul{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.zero_five li{
	float: left;
	width: 33.33%;
}
.zero_five .bd{
	margin: auto;
	width: 96%;
	height: 321px;
	text-align: center;
	color: #fff;
}
.zero_five .bg1{
	background: url(/learning_img/zero6.jpg) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.zero_five .bg2{
	background: url(/learning_img/zero7.jpg) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.zero_five .bg3{
	background: url(/learning_img/zero8.jpg) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.zero_five h4{
	position: relative;
	padding: 110px 0 20px 0;
	font-size: 25px;
}
.zero_five h4:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 22;
	width: 34px;
	height: 3px;
	margin-left: -17px;
	background-color: #ff7f14;
}
.zero_five p{
	padding: 20px 0;
	font-size: 17px;
}

.zero_six{
	padding-bottom: 60px;
	color: #fff;
	background: url(/learning_img/zero_bg3.jpg) repeat center center;
}
.zero_six ul{
	margin-top: 20px;
}
.zero_six li{
	float: left;
	width: 25%;
}
.zero_six .bd{
	width: 90%;
	height: 265px;
	margin: auto;
	text-align: center;
	border:solid 1px #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.zero_six .iconfont{
	padding-top: 40px;
	font-size: 76px;
}
.zero_six h4{
	padding: 12px 0;
	font-size: 24px;
}
.zero_six p{
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.8;
}

.busi_banner{
	height: 800px;
	background: url(/learning_img/busi_banner.jpg) repeat center center;
}

.busi_banner_txt{
	width: 660px;
	margin: auto;
	padding-left: 540px;
}
.busi_banner_txt .txt1{
	padding-top: 160px;
	font-size: 74px;
	font-family:microsoft yahei;
	font-weight: bold;
}
.busi_banner_txt .txt2{
	padding: 10px 0;
	font-size: 56px;
}
.busi_banner_txt .txt3{
	padding-top: 20px;
	font-size: 20px;
	line-height: 2;
}
.busi_banner_txt .btn_main{
	margin-left: -60px;
	margin-top: 90px;
}

.busi_one{
	padding-bottom: 50px;
}
.busi_one ul{
	width: 1100px;
	margin: auto;
}
.busi_one li{
	float: left;
	width: 33.33%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.busi_one li.w{
	width: 50%;
}
.busi_one li:nth-child(4){
	padding-left: 155px;
}
.busi_one li:nth-child(5){
	padding-right: 155px;
}
.busi_one li .bd{
	width: 200px;
	height: 300px;
	margin: auto;
}
.busi_one p{
	padding-top: 20px;
	font-size: 19px;
	line-height: 1.7;
}
.busi_two{
	padding-bottom: 85px;
}
.busi_two .sub2{
	display: block;
	padding-top: 12px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
}
.busi_two ul{
	padding-top: 30px;
}
.busi_two li{
	float: left;
	width: 25%;
	text-align: center;
}
.busi_two .bd{
	width: 70%;
	height: 400px;
	padding: 10px;
	background-color: #fff;
}
.busi_two .img img{
	width: 100%;
}
.busi_two p{
	padding: 20px 0;
	font-size: 19px;
}

.busi_three{
	padding-bottom: 50px;
	background: url(/learning_img/busi_bg1.jpg) repeat center center;
}
.busi_three .daily_title{
	color: #fff;
}
.busi_three .dl{
	margin-top: 20px;
}
.busi_three .dt{
	float: left;
	width: 440px;
}
.busi_three .dt img{
	width: 100%;
}
.busi_three ul{
	float: left;
	width: 760px;
}
.busi_three li{ 
	float: left;
	width: 368px; 
	height: 215px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
.busi_three dd:nth-child(3),
.busi_three dd:nth-child(4){
	margin-bottom: 0;
}
.busi_three li .icon{
	float: left;
	width: 150px;
	height: 215px;
	font-size: 75px;
	color: #ff7f14;
	text-align: center;
	line-height: 215px;
}
.busi_three li .txt{
	float: left;
	width: 210px;
}
.busi_three h4{
	position: relative;
	padding: 30px 0 10px 0;
	font-family:microsoft yahei;
	font-size: 26px;
}
.busi_three h4:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 22;
	width: 12px;
	height: 2px;
	background-color: #333;
}
.busi_three p{
	padding: 22px 20px 20px 0;
	line-height: 1.6;
	font-size: 18px;
}

.busi_four{
	padding-bottom: 60px;
}
.busi_four li{
	float: left;
	width: 33.33%;
	margin-bottom: 20px;
	text-align: center;
}
.busi_four .bd{
	width: 95%;
	margin: auto;
	padding-bottom: 30px;
	background-color: #f2f2f2;
}
.busi_four .img img{
	width: 100%;
}
.busi_four p{
	padding-top: 20px;
	font-size: 20px;
}
.busi_four .btn_main{
	width: 203px;
	height: 53px;
	line-height: 53px;
	font-size: 21px;
}
.busi_five{
	padding-bottom: 80px;
}
.busi_five .img{
	padding:30px 20px;
	background-color: #fff;
	text-align: center;
}

.busi_six{
	padding-bottom: 50px;
	background: url(/learning_img/daily23.png) repeat center center;
}
.busi_six li{
	float: left;
	width: 25%;
	text-align: center;
}
.busi_six .bd{
	width: 75%;
	margin: auto;
}
.busi_six h4{
	padding: 15px 0;
	font-family:microsoft yahei;
	font-size:23px;
	font-weight: bold;
}
.busi_six p{
	font-size: 16px;
}


/*-----------面试英语----------*/
.itw_banner{
	height: 800px;
	background: url(/learning_img/itw_banner.jpg) repeat center center;
}

.itw_banner_txt{ 
	width: 1000px;
	margin: auto;
	color: #fff;
}
.itw_banner_txt .txt1{
	position: relative;
	padding-top: 100px;
	font-size: 74px;
	letter-spacing:3px;
	font-family:microsoft yahei;
	font-weight: bold;
}
.itw_banner_txt .txt1:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: -45px;
	z-index: 22;
	width: 38px;
	height: 5px;
	background-color: #fff;
}
.itw_banner_txt .txt2{
	padding:80px 0 30px 0;
	font-size: 34px;
	font-weight:100;
	line-height: 1.7;
}

.itw_one{
	width: 1230px;
	padding-bottom: 50px;
}
.itw_one li{
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}
.itw_one .bd{
	width: 380px;
	margin: auto;
}
.itw_one .bd p{
	padding: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
	background-color: #edf7ff;
}

.itw_bg{
	background:url(/learning_img/itw_bg3.png) repeat;
}
.itw_two{
	padding-bottom: 60px;
}
.container .sub2{
	display: block;
	padding-top: 12px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
}
.itw_two_bd{
	position: relative;
	text-align: center;
}
.itw_two_bd .txt{
	position: absolute;
	width: 360px;
	z-index: 22;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}
.itw_two_bd .txt.t1{
	left: 50px;
	top: 80px;
}
.itw_two_bd .txt.t2{
	right: 100px;
	top: 80px;
}
.itw_two_bd .txt.t3{
	left: 0;
	bottom: 240px;
}
.itw_two_bd .txt.t4{
	right: 50px;
	bottom: 240px;
}
.itw_two_bd .txt span{
	float: left;
	width: 250px;
	font-size: 18px;
	padding: 10px;
	text-align:left;
}
.itw_two_bd .txt i{
	float: left;
	padding: 20px;
	font-size: 40px;
	color: #95b9d5;
}
.itw_two_bd .txt:after{
	content:"";
	position: absolute;
	bottom: -12px;
	z-index: 22;
	border-left:transparent 12px solid;
	border-right:transparent 12px solid;
	border-top:#fff 12px solid;
}
.itw_two_bd .txt.t1:after,
.itw_two_bd .txt.t3:after{
	right: 30px;
}
.itw_two_bd .txt.t2:after,
.itw_two_bd .txt.t4:after{
	left: 30px;
}
.itw_two_bd2{
	position: relative;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 40px;
	z-index: 22;
	width: 1100px;
	height: 85px;
	line-height: 85px;
}
.itw_two_bd2 .txt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	background-color: #edf7ff;
	border:solid 1px #666;
}
.itw_two_bd2 .txt:before{
	content:"";
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: -10;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border:solid 1px #666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.itw_two_bd2 .txt:after{
	content:"";
	position: absolute;
	z-index: -12;
	right: -10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border:solid 1px #666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.itw_three_intro{
	position: relative;
	padding: 20px 40px;
	margin-bottom: 60px;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	background-color: #6795ba;
	box-shadow:10px 10px 0 #c3dff5;
}

.itw_three ul{
	width: 1100px;
	margin: auto;
}
.itw_three li{
	float: left;
	width: 33.33%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.itw_three li.w{ 
	width: 50%;
}
.itw_three li:nth-child(4){
	padding-left: 155px;
}
.itw_three li:nth-child(5){
	padding-right: 155px;
}
.itw_three li .bd{
	width: 200px;
	height: 300px;
	margin: auto;
}
.itw_three p{
	padding-top: 20px;
	font-size: 19px;
	line-height: 1.7;
}

.itw_four{
	padding-bottom: 80px;	
}
.itw_four dl{
	padding:100px 50px;
	background: #fff url(/learning_img/itw13.png) no-repeat 90% center; 
}
.itw_four  dt{
	width: 50%;
	padding-top: 20px;
	text-align: center;
}
.itw_four dd{
	padding: 15px 0;
	font-size: 22px;
}
.itw_four i{
	margin-right: 10px;
	color: #ff7f14;
}

.itw_five_bg{
	padding-bottom: 60px;
	background: url(/learning_img/itw_bg2.jpg) no-repeat center center;
}
.itw_five ul{
	float: left;
}
.itw_five li{
	float: left;
	width: 16.6%;
}
.itw_five .bd{
	width: 90%;
	height: 380px;
	margin: auto;
	color: #fff;
	text-align: center;
	background-color: #587389;
}
.itw_five .step{
	padding: 30px 0 20px 0;
	font-family:Tw Cen MT;
	font-size: 28px;
}
.itw_five i{
	width: 110px;
	height: 110px;
	line-height: 110px;
	margin: auto;
	font-size: 50px;
	color: #587389;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.itw_five .title{
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
}
.itw_five p{
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.8;
}

.itw_six_bg{
	padding-bottom: 70px;
	background: url(/learning_img/itw_bg3.jpg) no-repeat center center;
}
.itw_six h3{
	color: #fff;
}
.itw_six ul{
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.itw_six li{
	float: left;
	width: 33.3%;
}
.itw_six .bd{
	width: 90%;
	height: 350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding: 0 15px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.itw_six  .title{
	padding: 25px 0;
	color: #587389;
	font-size: 18px;
	font-family:microsoft yahei;
	border-bottom: dashed 1px #ddd;
}
.itw_six p{
	padding: 20px 0;
}
.itw_six .bd b{
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family:microsoft yahei;
	line-height: 32px;
	text-align: center;
	background: url(/learning_img/itw14.png) no-repeat center center;
}

.itw_six .txt{
	float: left;
	padding-left: 15px;
	width: 280px;
	line-height: 2;
	font-size: 16px;
}

.itw_seven{
	padding-bottom:75px;
}
.seven_pic{
	float: left;
}
.itw_seven ul{
	float: left;
	width: 690px;
	margin-left: 12px;
	padding: 12px 10px 0 10px;
	background-color: #f0f0f0;
}
.itw_seven li{
	padding: 20px;
	margin-bottom: 12px;
	background-color: #fff;
}
.itw_seven p{
	float: left;
	width: 70%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.itw_seven p b{
	display: block;
	color: #587389;
	font-size: 24px;
	font-weight: bold;
}
.itw_seven p .txt{
	font-size: 18px;
}
.itw_seven .btn{
	float: left;
	width: 30%;
	margin-top: 5px;
	text-align: center;
}
.itw_seven .btn a{
	display: inline-block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	background-color: #ff7f14;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
}


/*-------外贸英语-------*/
.trade_banner{
	height: 800px;
	background: url(/learning_img/trade_banner.jpg) repeat center center;
}

.trade_banner_txt{ 
	width: 1000px;
	margin: auto;
	color: #fff;
	text-align: center;
	font-family:microsoft yahei;
	font-weight: bold;
}
.trade_banner_txt .txt1{
	position: relative;
	padding-top: 100px;
}
.trade_banner_txt .txt1>span{
	display: inline-block;
	padding: 0 15px;
	font-size: 78px;
	letter-spacing:1px;
	background-color: #657098;
}
.trade_banner_txt .txt2>span{
	display: inline-block;
	padding: 10px;
	font-size: 28px;
	background-color: #657098;
}
.trade_banner .btn_main{
	margin-top: 120px;
}

.trade_one{
	padding-bottom: 50px;
	background: url(/learning_img/trade2.jpg) no-repeat 90% bottom;
}
.trade_one .daily_title{
	margin-bottom: 25px; 
}
.trade_one_head{
	float: left;  
	position: relative;
	width: 390px;
	height: 460px;
	line-height: 1.8;
	font-size: 26px;
	font-weight: bold;
	color: #394571;
	font-family:microsoft yahei;
	background: url(/learning_img/trade18.png) no-repeat right center;
}
.trade_one_head:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 57px;
	height: 47px;
	background: url(/learning_img/trade1.png) no-repeat;
}
.trade_one_head p{
	padding-top: 100px;
}
.trade_one_head span{
	display: inline-block;
	position: relative;
}
.trade_one_head span:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 22;
	width: 100%; 
	height: 1px;
	background-color: #333;
}
.trade_one ul{
	float: left; 
}
.trade_one li{
	margin-bottom: 22px;
}
.trade_one li>span{
	display: inline-block;
	padding: 13px 20px;
	border:solid 1px #666;
	font-size: 20px;
	background-color: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.trade_one .li1{
	margin-left: -10px;
}
.trade_one .li2{
	margin-top: 10px;
	margin-left: 13px;
}
.trade_one .li3{
	margin-left: 25px;
}
.trade_one .li5{
	margin-left: -20px;
}
.trade_one .li6{
	margin-left: -80px; 
}
.trade_two{
	padding-bottom: 85px;
}
.trade_two dl{
	position: relative;
	width: 1200px;
	height: 656px;
	text-align: center;
}
.trade_two dt{
	padding-top: 280px;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}
.trade_two dd{
	position: absolute;
	z-index: 22;
	width: 386px;
	height: 228px;
	padding-top: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #fff; 
	font-weight: bold;
	font-size: 22px;
}
.trade_two .dd1{
	left: 0;
	top: 174px;
	background: url(/learning_img/trade3.png) no-repeat;
}
.trade_two .dd2{
	left: 408px;
	top: 0;
	background: url(/learning_img/trade4.png) no-repeat;
} 
.trade_two .dd3{ 
	left: 815px;
	top: 174px;
	background: url(/learning_img/trade5.png) no-repeat;
}
.trade_two .dd4{
	left: 605px;
	top: 426px;
	background: url(/learning_img/trade6.png) no-repeat;
}
.trade_two .dd5{
	left: 189px;
	top: 426px;
	background: url(/learning_img/trade7.png) no-repeat;
}

.trade_three{
	padding-bottom: 30px;
} 
.trade_three li{
	float: left;
	width: 33.3%;
	margin-bottom: 40px;
}
.trade_three li .bd{
	padding: 0 25px;
	text-align: center;
}
.trade_three .img{
	position: relative;
	width: 322px;
	height: 322px;
	margin: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 6px #394571; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #394571;
}
.trade_three .img:hover .txt{
	display: block;
	animation:ttt 1s;
}
@keyframes ttt{
	0%{
		opacity:0;
	}
	100%{
		opacity:100%;
	}
}
.trade_three .img:hover img{
	display: none;
}
.trade_three .img .txt{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 100%;
	height: 100%;
	padding: 60px 40px 0 40px;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	text-align:left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #394571;
}
.trade_three li p{
	display: inline-block;
	font-size: 24px;
	margin-top: 30px;
	color: #394571;
	padding: 0 50px;
	line-height: 60px;
	text-align: center;
	border:solid 1px #394571;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.trade_bg1{
	background: url(/learning_img/trade_bg1.jpg) no-repeat center center;
}
.trade_four{
	padding-bottom: 70px;
}
.trade_four .daily_title{
	color: #fff;
}
.trade_four li{
	float: left;
	width: 25%;
	margin-bottom: 40px;
}
.trade_four .bd{
	width: 85%;
	margin: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
.trade_four img{
	width: 100%;
}
.trade_four p{
	height: 56px;
	padding: 12px 0;
	font-size: 20px;
}
.trade_bg2{
	background: url(/learning_img/trade_bg2.jpg) no-repeat center center;
}
.trade_five{
	padding-bottom: 50px;
}
.trade_five_left{
	float: left;
}
.trade_five_right{
	float: left;
	padding-left: 50px;
}
.trade_five_right h4{
	margin-bottom: 15px;
	padding: 10px 0; 
	font-size: 30px;
	border-bottom: solid 1px #666;
}
.trade_five_right li{
	padding: 15px 0;
	font-size: 18px;
}
.trade_five_right .num{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	line-height: 30px;
	background-color: #394571;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.trade_six{
	padding-bottom: 80px;
}
.trade_six li{
	float: left;
	width: 25%;
	margin-top: 90px;
	margin-bottom: 60px;
}
.trade_six .bd{
	position: relative;
	width: 88%; 
	margin: auto;
	height: 170px;
	padding-top: 100px;
	text-align: center;
	color: #fff;
	background-color: #394571;
}
.trade_six h4{
	padding-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
}
.trade_six p{
	font-size: 19px;
	line-height: 1.7;
}
.trade_six .icon{
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: -80px;
	z-index: 22;
	width: 160px;
	height: 160px;
	line-height: 160px;
	color: #394571;
	font-size: 72px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.crumbs{
	width: 1200px;
}


