
/*banner图*/

	.lx_banner{
		position: relative;
	}
	.lx_banner img{
		width:100%;
	}
	.lx_banner_fc{
		width:100%;
		height:70px;
		background:rgba(51,51,51,.7);
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	.lx_banner_txt{
		height:70px;
	}
	.buttonleft{
	position:relative;
	left:40%;
    margin-top:70%;
	display: block;
	width:36px;
	height:64px;
	background-image: url("../img/index_img/buttonleft1.png");
}
.buttonleft:hover{
	background-image: url("../img/index_img/buttonleft2.png");
}
.buttonright{
	position:relative;
	float:right;
	right: 40%;
    margin-top:70%;
	display: block;
	width:36px;
	height:64px;
	background-image: url("../img/index_img/buttonright1.png");
}
.buttonright:hover{
	background-image: url("../img/index_img/buttonright2.png");
}
	.lx_banner_txt .row .col-lg-3{
		padding-left: 0px;
		height:70px;
	}
	.lx_banner_txt .row .col-lg-3 img{
		width:40px;
		height:40px;
		margin-top: 15px;
		float: left;
	}
	.lx_banner_txt .row .col-lg-3 p{
		float: left;
		/*width:80%;*/
		font-size: 14px;
		color: white;
		margin-left: 20px;
		margin-bottom: 4px;
		
	}
/*banner图*/
/*留学流程*/
	.lx_lc{
		height:82px;
		border-bottom: 1px solid #1889f3;
		position: relative;
		
	}
	.lx_lc h2{
		width:50%;
		position: absolute;
		color:#333;	
		text-align: left;
		bottom: 0px;
		margin-left: -15px;
	}
	.lx_lc a{
		width:108px;
		height:26px;
		border: 1px solid #1889F3;
		border-radius: 4px;
		display: block;
		position: absolute;
		top:49px;
	    transition: all .3s ease-in-out;
		color:#1889F3 !important;
		right:0px;
		text-align: center;
		line-height: 24px;
		font-size: 14px;
	}
	.lx_lc .zx:hover{
		background:#1889F3;
		color: white!important;
	}
/*留学流程*/
/*流程示意图*/
	.lx_lcsyt{
		height:147px;
		
	}
	.lx_syt{
		width:123px;
		height:125px;
		margin-right: 26px;
		margin-top: 20px;
		cursor: pointer;
		position: relative;
		    transition: all .3s ease-in-out;
		border: 1px solid #E6E6E6;
	}
	.lx_syt:hover {
    background: #1889F3;
    border: 1px solid #1889F3 !important;
    box-shadow: 1px 8px 21px rgba(24,137,243,.4);
}
	.lx_syt:hover p{
		color:white;	
	}
	
	.lx_syt img{
		position: absolute;	
		left: 35px;
		top: 22px;
	}
	.lx_syt p{
		margin-top: 92px;
		font-size: 14px;
		color: #333;
	}
	.syt_show{
		display: block;
	}
	.lx_syt:hover .syt_show{
	display: none;	
	}
	.lx_syt:hover .syt_hide{
	display: block;	
	}
	.syt_hide{
		display: none;
	}
/*流程示意图*/
/*留学申请流程图*/
	.lx_shenqing_big{
		height:415px;
		padding-top: 20px;
		padding-right: 0px !important;
	}
	.lx_shengqing_ul{
		height:395px;
		width:100%;
		background: #f4f5f5;	
	}
	.lx_shenqing{
		margin-right: 4px;
		width:194px;
		height:395px;
		float: left;
		overflow: hidden;
		position: relative;
		    transition: all ease-in .2s;
	}
	.lx_shenqing img{
		width:195px;
		height:395px;
		display: block;
		float: left;	
	}
	.lx_shenqing h3{
		width:30px;
		height:395px;
		position: absolute;
		left: 82px;
		top: 0;
		padding-top: 146px;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		font-size: 26px;
		color: #333;
	}
	.lx_shenqing_mb{
		width:380px;
		height:395px;
		position: absolute;
		border-top:3px solid #ffd200;
		border-right:3px solid #ffd200;
		border-bottom:3px solid #ffd200;
	    left:195px;
		background: #f4f5f5;
		
	}
	.lx_shengqing_txt{
		width:393px;
		height:389px;
		list-style: none;
		counter-reset: count;
		text-align: center;
		padding-top: 65px;
		padding-bottom: 65px;
		
	}
	.lx_shengqing_txt li{
		height:22px;
		padding-left: 9px;
		float: left;
		margin-bottom: 15px;
	}
	.lx_shengqing_txt li a{
		width:8px;
		height: 8px;
		background: #1889F3;
		display: block;
		border-radius: 100%;
		float: left;
		margin-top: 10px;
		margin-right: 5px;
	}
	.lx_shengqing_txt li span{
		font-size: 16px;
		color: #333;
		margin-top: 3px;
		display: block;
		float: left;
	}
	.lx_shengqing_txt p{
		float: left;
		text-align:left;
		font-size: 16px;
		color: #999;
		margin-left:3%;
	}
	.lx_shengqing_an{
		width:150px;
		height:42px;
		display: block;
		background: #1889F3;
		border-radius: 4px;
		float: left;
		margin-top: 39px;
		margin-left: -99px;
		font-size: 16px;
		color: white;
		line-height: 42px;
	}
	 .lx_shengqing_an:hover {
	background-color:#2391fc!important;
	transition: all .2s linear;
}
	.zo{
	zoom:1;
}
   .on{
	width:575px!important;
 }
/*留学申请流程图*/
/*留学服务内容*/
	.lx_fuwu_big{
		height:660px;
		
	}
	.lx_fuwu_1{
		height:200px;
		margin-top: 20px;
		
	}
	/*.lx_fuwu_1 .lx_fuwu1_left*/
	.lx_fuwu1_left{
		height:200px;
		width:681px;
		margin-right: 20px;
		position: relative;
		
	}
	.lx_fuwu_txt:hover .lx_fuwu1_mb{
		background: rgba(255,255,255,0);
		
		/*transition: all ease-in .4s;*/
	}
	.lx_fuwu_txt:hover .lx_fuwu1_mb h3,b{
		color: white;
	}
	.lx_fuwu_txt:hover .lx_p1{
		color: white;
	}
	.lx_fuwu_txt:hover .lx_p2{
		color: #ffd200 !important;
	}
	.lx_fuwu1_mb{
		width:681px;
		height:200px;
		position: absolute;
		border:1px solid #1889F3;
		top: 0;
		left: 0;
		z-index: 999;
		background: rgba(255,255,255,1);
		padding-top: 30px;
		padding-left: 40px;
		padding-right:40px;
	}
	
	.lx_fuwu_txt img{
		position: absolute;
		left: 0;
		top: 0;	
		z-index: 888;
	}
	.lx_fuwu1_mb h3{
		text-align: left;
		font-size: 20px;
		color: #494949;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.lx_fuwu1_mb b{
		width:60px;
		height:2px;
		display: block;
		background: #E6E6E6;
		margin-bottom: 20px;	
	}
	.lx_fuwu1_mb p{
		font-size: 16px;
		color: #747474;
		text-align: left;
		cursor: pointer;
	}
	/*.lx_fuwu_1 .lx_fuwu1_left*/
	.lx_fuwu1_right{
		width:469px;
		height:200px;
		padding-top: 30px;
		padding-left: 40px;
		float: left;
		transition: all ease-in .2s;
		background: red;
		position: relative;
	}
	.lxfuwu1_mb2{
		width:469px !important;
		height:200px !important;
	}
	.lx_fuwu_2{
		margin-top: 20px;
		height:200px;
	}
	.lx_fuwu2_mb{
		width:100% !important;
		height: 200px !important;
	}
	.lx_fuwu_3{
		height: 200px;
		
		margin-top: 20px;
	}
	.lx_fuwu3_txt{
		width: 378px !important;
		height: 200px !important;
		margin-right: 18px;
	}
	.lx_fuwu3_mb{
		width: 378px !important;
		height: 200px !important;
	}
/*留学服务内容*/
/*留学顾问*/
	.lx_guwen{
		width:276px;
		margin-right: 22px;
		border: 1px solid #e6e6e6;
		padding: 20px;
	}
	.lx_guwen:hover{
		border: 1px solid #1889F3;
		box-shadow:5px 5px 5px rgba(153,153,153,.3);
	}
	.lx_guwen b{
		width:100%;
		height:1px;
		display: block;
		background: #333;
		margin-top: 30px;	
	}
	.laoshi{
		width:30%;
		font-size: 20px;
		height: 28.18px;
		margin-bottom: 0px;
		margin: 0px auto;
		margin-top: -15px;
		background: white;
		color: #333;
	}
	.lx_gw_an{
		width:152px;
		height:30px;
		display: block;
		border: 1px solid #CCCCCC;
		margin: 15px auto;
		text-align: center;
		color: #999999;
		font-size: 14px;
		line-height: 30px;
	}
	.lx_gw_an:hover{
		color: #1889F3;
		border:#1889F3 1px solid;
	}
	.lx_gw_txt{
		width:250px;
		
	}
	.lx_gw_jj{
		text-align: left;
		color: #333333;
		margin-top:3px;
		font-size: 14px;
		/*width:56px;*/
		float: left;
		margin-bottom:90px ;
	}
	.lx_gu_an2{
		width:150px;
		height:42px;
		display: block;
		color:#333;
		cursor: pointer;
		background: #ffd200;
		border-radius: 25px;
		text-align: center;
		line-height: 42px;
		font-size: 16px;
		margin: 0 auto;
		margin-top: 39px;
	}
	.lx_gu_an2:hover{
		color:#333;
		background-color:#ffd726;
	    transition: all .2s linear;
		}
/*留学顾问*/
/*免费公开课*/
	.lx_gkk{
		
		padding-right: 0px;
	}
	
	.lx_gkk_left{
		width: 752px;
		padding-left: 0px;
	}
	.lx_biaoti{
		height:61px;
		background: black;
		width:752px;
	}
	.mfgkk{
		
		font-size: 22px !important;
		color: #666 !important;
	}
	.mfgkk_a{
		
		height:50px;
		color: black;
		margin-bottom: 0px;
		font-size: 16px;
		float: right;
		padding-top: 30px;
		margin-right: -15px;
		color: #1889F3;
	}
	.lx_gkk_lbt{
		width:752px;
		overflow: hidden;
		top:20px ;
		height:186px;
		margin-bottom:40px;
		position: relative
	}
	.lx_gkk_lbt2{
		width:752px;
		
		margin-top: 25px;
		position: relative
	}
	.lx_gkk_lbt ul{
		width: 1800px;
		position: absolute;		
	}
	.lx_gkk_lbt ul li{
		width: 240px;
		height: 186px;
		float: left;
	
		position: relative;
		margin-right:16px ;
		
	}
	.lx_gkk_lbt2 ul li{
		width: 240px;
		height: 186px;
		float: left;
		margin-right:16px ;
		border: 1px solid #1889F3;
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
	.lx_gkk_lbt2 ul li img{
		float: right;
		margin-top: 20px;
		}
    .lx_bt{
    	position:absolute;
    	width:240px;
    	height:46px;
    	background-color:rgba(51,51,51,0.8);
    	top:140px;
    	font-size: 16px;
    	color:#fff;
    	line-height: 46px;
    }
	.lx_gkk_lbt2 ul li p{
		width:54%;
		float: left;
		margin-top: 20px;
		text-align: left;
		padding-right: 14px;
		font-size: 14px;
		color: #747474;
		}
	.lx_gkk_lbt2 ul li a{
		width:120px;
		height:32px;
		display: block;
		border-radius: 25px;
		border: 1px solid #1889F3;
		float: left;
		margin-top: 6px;
		margin-left: 45px;
		color: #1889F3;
		line-height: 29px;
		}
.lx_gkk_lbt2 ul li a:hover{
    background: #1889f3;
    color: #fff;
    transition: all .2s;
}
	.lx_gkk_lbt2 ul li h3{
		font-size: 16px;
		width:50%;
		color:#666;
		margin-bottom: 0px;
		margin-top: 0px;
		height:18px;
		left: 25%;
		top: -10px;
		z-index: 555;
		position: absolute;
		background: white;
		
		}
	
	.lx_lbt_left{
		width:22px;
		height:50px;
		display: block;
		position: absolute;
		background: rgba(72,75,90,.5);
		top: 68px;
		left: 0;
		font-size: 22px;
		line-height: 50px;
		color: #999;
	}
	.lx_lbt_left:hover{
		background: rgba(72,75,90,1);
	}
	.lx_lbt_right{
		width:22px;
		height:50px;
		display: block;
		position: absolute;
		background: rgba(72,75,90,.5);
		top: 68px;
		right: 0;
		font-size: 22px;
		line-height: 50px;
		color: #999;
	}
	.lx_lbt_right:hover{
		background: rgba(72,75,90,1);
	}
	.lx_gkk_xian{
		width:100%;
		height:1px;
		display: block;
		border: 1px dashed #E6E6E6;
		margin-top: 20px;
	}
/*免费公开课*/
/*免费公开课右侧*/
	.lx_gkk_right{
		width:370px;
		height:475px;
		overflow: hidden;
		margin-left: 20px;
		border: 1px solid #e6e6e6; 
		padding-left: 0px;
		padding-right:0px;
	}
	.lx_gkk_right>span{
		display:inline-block;
		width:183px;
		height:47px;
		font-size: 18px;
		line-height:47px;
		cursor: pointer;
	}
	.lx_gkk_right_ul{
		width:368px;
		height: 47px;
		
	}
	.lx_gkk_right_ul li{
		width:369px;
		font-size: 18px;
		line-height: 47px;
		position: relative;
		float: left;

		color: #333;
		background: white;
		cursor: pointer;
	}
	.oh{
		color: white!important;
		background: #1889F3!important;
		transition: all .3s ease-in-out;
	}
	.lx_right_mb{
		width:368px;


		position:relative;
	}
	.lx_right_mb ul{
		width:368px;
	}
	.lx_right_mb ul li{
	    width:368px;
	 text-indent:1em;
	    position: relative;	
	    text-align: left;
	    color: #333;
	    margin-bottom:2px;
	}
	.lx_right_mb ul h4{
		width:368px;
		height:42px;
		line-height:42px;
		margin-bottom: 0px;
		margin-top:0px;
		font-size: 16px;
		overflow: hidden;
		background: #E6E6E6;
	}
	.lx_right_gtxt{
		width:368px;
		height:76px;
		padding: 22px 15px;
		display: none;
		background: white;
	}
	.lx_right_gtxt{
		line-height: 20px !important;
		margin-bottom: 0px;
		font-size: 14px;
		color:#787878;
		}
	.lx_right_gtxt a{
		margin-left:-15px;
		color:#787878!important;
		}
   .lx_right_gtxt a:hover{
		color:#1889F3!important;
		}
	.lx_right_gtxt p{
		padding-left:-15px;
		
		}
/*免费公开课右侧*/
/*中部通栏*/
	.guanggao {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;

    position: relative;
}
.gg_b {
    position: relative;
    overflow: hidden;
    width: 1170px;
    height: 150px;
}
.con {
    position: absolute;
    width: 2340px;
}
.guanggao img {
    width: 1170px;
    height: 150px;
    float: left;
}
.guanggao span {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: -25px;
    margin-right: 15px;
    border-radius: 5px;
    left: 48%;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
}
.cirle {
    background-color: #fff;
}
/*中部通栏*/
/*未名天留学*/
	.mingtianimg img{
		width:100%;
		height: 246px;
	}
	.lx_mingtian{
		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.mingtian_txt{
		height: 246px;
		border: 1px solid #ffd200;
		padding-left: 0px;
		padding-right: 0px;
	}
	.mingtian_txt ul{
		width:100%;
		height: 246px;
		display: flex;
	}
	.mingtian_txt ul li{
	    width:191.33px;
		position: relative;
		
	}
	.mingtian_txt ul li h3{
			color: #333333;
			position: absolute;left:55px;
			font-size: 18px;
	
			margin-bottom: 54px;
	}
	.mingtian_txt ul li img{
			position: absolute;
			width:191px;
			left:0px;
	}
	.mingtian_txt ul li p{
		font-size: 15px;
		color: #333333;
		cursor: pointer;
		margin-bottom: 15px;
		}
	.mingtian_txt ul li p:hover{
		color: #1889F3;
		}
	.mingtian_txt ul li img{
		width: 100%;	
	}
	.lx_xuesheng{
		height:156px;

		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.lx_xuesheng .col-lg-3{
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 19px;
		width: 278px;
	}
	.lx_xuesheng .col-lg-3 img{
		float: left;
		
	}
.lx_xuesheng .col-lg-3 a span{
    width:278px;
    height:46px;
    display: block;
    position: absolute;
    background-color: rgba(51,51,51,0.8);
    top: 110px;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
}
/*未名天留学*/
/*院校推介*/
	.lx_yuanxiao{
		margin-top: 30px;
		background: #F5F5F5;
		padding-top: 40px;
	}
	.lx_yuanxiao h2{
		font-size: 28px;
		color: #333;
		margin-top: -10px;
		margin-bottom: 40px;
	}
	.lx_yuanxiao .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	/*left*/
	.lx_yuaxiao_left{
		float: left;
		width:854px;
		margin-right: 20px;
	}
	.lx_yuaxiao_left ul{
		width:874px;
		}
	.lx_yuaxiao_left ul li{
		width:278px;
		height:278px;
		margin-bottom: 20px;
		cursor: pointer;
		/*background: palegoldenrod;*/
		float: left;
		margin-right: 20px;
	}
	.lx_yuaxiao_left ul li:hover{
		box-shadow:8px 6px 10px 3px rgba(153,153,153,0.3) ;
	    transition: all 0.2s linear;
		}
	.lx_yuaxiao_left ul li div{
		width:278px;
		height:102px;
		font-size:14px;
		background: white;
		padding:20px;
		text-align: left;
		margin-top: -1px;
	}
	.lx_yuaxiao_left ul li div>p{
		margin-bottom:5px;
	}
	.lx_yuaxiao_left a{
		color:#1889F3;
	}
	.lx_yuaxiao_left ul li div a span{
		font-weight: bold;
		}
	/*left*/
	/*right*/
	.lx_yuaxiao_right{
		width: 278px;
		background: white;
	    position:relative;
		float: right;
		padding-bottom: 50px;
	}
	#yuxxiaomingcheng{
		width:278px;
		background: #f5f5f5;
		border: 1px solid #e6e6e6 ;
		height:52px;
		font-size:15px;
		color:#777777;
		padding-left: 25px;
		margin-bottom: 15px;
	}
	.lx_yuaxiao_right p{
		width:278px;
		height: 52px;
		background: #E6E6E6;
		margin-top: 0px;
		margin-bottom: 15px;
		color:#333333;
		font-size: 16px;
		line-height: 52px;
		cursor: pointer;
	}
	.lx_yuaxiao_right .yxbutton{
		position: absolute;
		width:72px;
		height:52px;
		top:0px;
		left:206px;
		background-color: #1889F3;
		color:#fff;
		font-size:16px;
	}
	.lx_yuaxiao_right .yxbutton:hover{
		background-color:#2391fc;
	transition: all .2s linear;
	}
	.lx_yuaxiao_right p:hover{
		background: #1889F3;
		color: white;
	}
	.lx_yuanxiao_right_an{
		width:150px;
		height:42px;
		background: #Ffd200;
		color: #333333;
		font-size: 16px;
		margin: 0 auto;
		
		display: block;
		border-radius:25px;
		line-height: 42px;
	}
	.lx_yuanxiao_right_an:hover{
		color:#333;
		background-color:#ffd726;
	    transition: all .2s linear;
		}
	/*right*/
/*院校推介*/
/*成功案例*/
	.lx_cgal{
		padding-top: 30px;
		background-image:url(../img/ribenliuxue/cgal_bj.png) ;
		padding-bottom: 40px;
	}
	.lx_cgal h2{
		font-size: 28px;
		color: #333;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.lx_cgal_center{
		width:100%;
		height:300px;
		position: relative;
		overflow: hidden;
	}
	.lx_cgal_center ul{
		width: 1800px;
		height:281px;
		position: absolute;
	}
	.lx_cgal_center ul li{
		width: 278px;
		height: 281px;
		float: left;
		margin-right:20px ;
		position: relative;
		/*background: red;*/
		box-shadow: 4px 4px 4px rgba(153,153,153,.3);
	}
	.lx_cgal_center ul li:hover{
		box-shadow:8px 6px 10px 3px rgba(153,153,153,0.3) ;
	    transition: all 0.2s linear;
	}
	.lx_cgal_left{
		width:22px;
		height:50px;
		display: block;
		position: absolute;
		background: rgba(72,75,90,.5);
		top: 115px;
		left: 0;
		font-size: 22px;
		line-height: 50px;
		color: #fff;
	}
	.lx_cgal_left:hover{
		background: rgba(72,75,90,1);
	}
	.lx_cgal_right{
		width:22px;
		height:50px;
		display: block;
		position: absolute;
		background: rgba(72,75,90,.5);
		top: 115px;
		right: 0;
		font-size: 22px;
		line-height: 50px;
		color: #999;
	}
	.lx_cgal_right:hover{
		background: rgba(72,75,90,1);
	}
	.lx_cgal_center ul li b{
		width:278px;
		height:6px;
		background: #1889F3;
		display: block;
	}
	.lx_cgal_center ul li p{
		width:278px;
		height:46px;
		border-bottom: 1px dashed #E6E6E6;	
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 20px;
		font-size: 14px;
		color:#333333;
		line-height: 46px;
		text-align: left;
	}
	.lx_cgal_center ul li div{
		margin-top: 30px;
		padding-left: 20px;;
		width:278px;
	}
	.cgal_an1{
		width:110px;
		height:32px;
		line-height: 32px;
		background: #ffd200;
		font-size: 14px;
		color: #333333;
		border-radius: 5px;
		display: block;
		float: left;
		margin-right: 18px;
		
	}
	.cgal_an1:hover{
		color:#333;
		background-color:#ffd726;
	    transition: all .2s linear;
	}
	.cgal_an2{
		width:110px;
		height:32px;
		line-height: 32px;
		background: #1889F3;
		font-size: 14px;
		color: white;
		border-radius: 5px;
		display: block;
		float: left;
		
	}
	.cgal_an2:hover{
		background-color:#2391fc;
	transition: all .2s linear;
	}
/*成功案例*/
/*固定样式*/
    .guding_left{
    	        width: 102px;
    height: 92px;
    background-color: #333;
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    position: absolute;
     left: -20%; 
    bottom:200px;
    }
   .guding_right{
   	   position: absolute;
    width: 100%;
    height: 167px;
    background-color: rgba(51,51,51,.7);
    /* top: 162px; */
    float: left;
    bottom: 0px;
   }

.guding_right input{
	   width:320px;
	   height:42px;
	   font-size:16px;
	   color:#fff;
	   border:1px solid #fff;
	   border-radius: 5px;
	   padding-left:15px;
	   line-height:42px;
	   background-color:rgba(255,255,255,0);
}
.guding_right .tijiao{
	  width:180px; 
	  color:#333;
	  font-size:20px;
	  border:0px;
	  padding-left:0px;
	  background-color:#FFD200;
}
.guding_right .tijiao:hover{
	background-color:#ffd726;
	    transition: all .2s linear;
}
.guding_right input::-webkit-input-placeholder {
	color:#fff;
}