/* banner */
.banner{
	width: 100%;
	height: 532px;
	background: url(/static/home/img/page/yanJs_like/banner.jpg) no-repeat center center;
	background-size: cover;
}
.banner div{
	position: relative;
	height: 100%;
}
.banner div h1{
	font-size: 60px;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow:0px 3px 4px rgba(0,0,0,0.50);
	text-align: center;
	padding-top: 127px;
	padding-bottom: 11px;
}
.banner div em{
	font-size: 52px;
	text-shadow:0px 3px 4px rgba(0,0,0,0.50);
	display: block;
	text-align: center;
	color: #FFFFFF;
}
.banner div a{
	width: 276px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 22px;
	color: #FFFFFF;
	background-color: #ff7134;
	border-radius: 5px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.68);
	position: absolute;
	bottom: 143px;
	left: 50%;
	margin-left: -138px;
}
.banner div a:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

/* nav */
.bannerNav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #E8E8E8;
}
.bannerNav div{
	font-size: 0;
}
.bannerNav div span{
	font-size: 16px;
	color: #000000;
	cursor:pointer;
	margin-right: 45px;
}
.bannerNav div span.active{
	color: #ff7134;
	font-weight: bold;
}
.bannerNav div span:hover{
	color: #ff7134;
}

.navHidden{
	width: 100%;
	height: 60px;
	display: none;
}

/* 标题 */
h3.title{
	font-size: 38px;
	text-align: center;
	padding-top: 90px;
	margin-bottom: 60px;
}

/* 小满理科专业录取捷报 */
.luquJiebao{
	width: 100%;
	height: 669px;
	background: url(/static/home/img/page/yanJs_like/beijing1.png) no-repeat center center;
	background-size: cover;
}

.luquJiebao .content .contentTop{
	margin-bottom: 32px;
}
.luquJiebao .content .contentTop .box{
	width: 272px;
	height: 168px;
	background: url(/static/home/img/page/yanJs_like/jiebao1.png) no-repeat center center;
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	margin-right: 27px;
}
.luquJiebao .content .contentTop .box h4{
	font-size: 48px;
	font-weight: normal;
	padding-top: 28px;
	padding-bottom: 6px;
}
.luquJiebao .content .contentTop .box em{
	width: 32px;
	height: 1px;
	background-color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-bottom: 13px;
}
.luquJiebao .content .contentTop .box p{
	font-size: 18px;
}
.luquJiebao .content .contentTop .box2{
	background-image: url(/static/home/img/page/yanJs_like/jiebao2.png);
}
.luquJiebao .content .contentTop .box3{
	background-image: url(/static/home/img/page/yanJs_like/jiebao3.png);
}
.luquJiebao .content .contentTop .box4{
	background-image: url(/static/home/img/page/yanJs_like/jiebao4.png);
	margin-right: 0;
}

.luquJiebao .content .contentBottom .box{
	width: 270px;
	height: 187px;
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
	position: relative;
	margin-right: 27px;
}
.luquJiebao .content .contentBottom .box h5{
	font-size: 16px;
	line-height: 50px;
	text-indent: 17px;
	border-bottom: 1px solid #E4E4E4;
	color: #ff7134;
}
.luquJiebao .content .contentBottom .box p{
	font-size: 14px;
	line-height: 26px;
	margin-left: 18px;
}
.luquJiebao .content .contentBottom .box p.name{
	margin-top: 15px;
}
.luquJiebao .content .contentBottom .box a{
	font-size: 14px;
	color: #ff7134;
	position: absolute;
	right: 11px;
	bottom: 17px;
}
.luquJiebao .content .contentBottom .box a:hover{
	font-weight: bold;
}

/* 美国研究生理科热门专业推荐 */
.zhuanyeTuijian{
	margin-bottom: 79px;
}
.zhuanyeTuijian .content .contentXx .Xx{
	width: 138px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #ff7134;
	color: #ff7134;
	font-size: 20px;
	border-radius: 5px;
	position: relative;
	margin-right: 31px;
	cursor:pointer;
}
.zhuanyeTuijian .content .contentXx .Xx span{
	width: 0;
	height: 0;
	display: block;
	border-width: 12px;
	border-style: solid;
	border-color: #ff7134 transparent transparent transparent;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	display: none;
}
.zhuanyeTuijian .content .contentXx .Xx.active{
	background-color: #ff7134;
	color: #FFFFFF;
}
.zhuanyeTuijian .content .contentXx .Xx.active span{
	display: block;
}

.zhuanyeTuijian .content .xbottom{
	width: 100%;
	height: 700px;
	position: relative;
	margin-top: 36px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop{
	margin-bottom: 44px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img{
	width: 472px;
	height: 306px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden1{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 306px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	text-align: center;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden:before{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden>div{
	display: inline-block;
	width: 347px;
	vertical-align: middle;
	text-align: left;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden h4{
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 21px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden p{
	width: 347px;
	line-height: 26px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-bottom: 31px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden a{
	width: 122px;
	height: 30px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop .img .hidden a:hover{
	background-color: #ff7134;
	border-color: #ff7134;
}

.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr{
	width: 649px;
	padding-top: 7px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>div{
	position: relative;
	margin-bottom: 17px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>div h5{
	font-size: 16px;
	padding-bottom: 8px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>div h5 span{
	width: 8px;
	height: 8px;
	border: 2px solid #ff7134;
	border-radius: 50%;
	background-color: transparent;
	display: inline-block;
	margin-right: 6px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>div p{
	font-size: 15px;
	line-height: 22px;
	margin-left: 18px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>div a{
	font-size: 14px;
	color: #ff7134;
	position: absolute;
	right: 0;
	bottom: 0;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>div a:hover{
	font-weight: bold;
}


.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>a{
	width: 157px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #ff7134;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 3px;
	float: right;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .btop>div.fr>a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.zhuanyeTuijian .content .xbottom .xbottom_box .bbot h3{
	font-size: 30px;
	padding-bottom: 24px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .bbot .b .box{
	width: 166px;
	height: 202px;
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 32px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .bbot .b .box img{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	margin-top: 24px;
	margin-bottom: 17px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .bbot .b .box p{
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: bold;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .bbot .b .box a{
	font-size: 14px;
	color: #ff7134;
}
.zhuanyeTuijian .content .xbottom .xbottom_box .bbot .b .box a:hover{
	font-weight: bold;
}
.zhuanyeTuijian .content .xbottom .xbottom_box>a{
	width: 352px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #ff7134;
	color: #FFFFFF;
	border-radius: 3px;
	margin: 0 auto;
	margin-top: 40px;
}
.zhuanyeTuijian .content .xbottom .xbottom_box>a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

/* 美国研究生申请难点众多 小满留学帮你一一击破 */
.jipo{
	width: 100%;
	height: 923px;
	background: url(/static/home/img/page/yanJs_like/beijing2.png) no-repeat center center;
	background-size: cover;
}
.jipo .content{
	position: relative;
	margin-bottom: 47px;
}
.jipo .content>div.fl,.jipo .content>div.fr{
	width: 50%;
	height: 553px;
	background-color: #E5EBFB;
	position: relative;
}
.jipo .content>div.fr{
	background: url(/static/home/img/page/yanJs_like/jipo2.png) no-repeat center center;
	background-size: cover;
}
.jipo .content>div.fl .poa,.jipo .content>div.fr .poa{
	width: 116px;
	background-color: #ff7134;
	text-align: center;
	padding: 18px 0;
	position: absolute;
	left: 50%;
	margin-left: -58px;
	top: -8px;
	z-index: 2;
}
.jipo .content>div.fl .poa h4,.jipo .content>div.fr .poa h4{
	font-size: 24px;
	color: #FFFFFF;
	padding: 7px 0;
}
.jipo .content>div.fr .poa h4{
	color: #FFFFFF;
}
.jipo .content>div.fl .poa span,.jipo .content>div.fr .poa span{
	width: 96px;
	height: 1px;
	background-color: #FFFFFF;
	display: block;
	margin: 0 auto;
}
.jipo .content>div.fr .poa span{
	background-color: #FFFFFF;
}
.jipo .content>div.fl>span,.jipo .content>div.fr>span{
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent #ff7134 transparent;
	position: absolute;
	top: -16px;
	z-index: 1;
}
.jipo .content>div.fl>span.sj1,.jipo .content>div.fr>span.sj1{
	left: 227px;
}
.jipo .content>div.fl>span.sj2,.jipo .content>div.fr>span.sj2{
	left: 342px;
}
.jipo .content>div.fl>ul,.jipo .content>div.fr>ul{
	margin-top: 110px;
}
.jipo .content>div.fl>ul{
	margin-left: 30px;
}
.jipo .content>div.fr>ul{
	margin-left: 93px;
}
.jipo .content>div.fl>ul li,.jipo .content>div.fr>ul li{
	width: 462px;
	height: 69px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 46px;
	color: #333333;
}
.jipo .content>div.fr>ul li{
	color: #FFFFFF;
}

.jipo .content>ul{
	position: absolute;
	left: 50%;
	margin-left: -62px;
	top: 126px;
}
.jipo .content>ul li{
	width: 124px;
	height: 38px;
	background-color: #ff7134;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 75px;
}


.jipo>div>a{
	width: 352px;
	height: 40px;
	background-color: #ff7134;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
}
.jipo>div>a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

/* 如何提高自身竞争力 */
.jingZl{
	padding-bottom: 50px;
}
.jingZl .content .box{
	width: 568px;
	height: 272px;
	background-color: #F1F1FF;
	background-size: cover;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.5s;
	margin-bottom: 30px;
	margin-right: 34px;
}
.jingZl .content .box.hover{
	background-color: #0F1B3B;
}
.jingZl .content .box .back{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/static/home/img/page/yanJs_like/tu1.png) no-repeat center center;
	opacity: 0.70;
	filter:alpha(opacity=70);
}
.jingZl .content .box .text{
	text-align: center;
}
.jingZl .content .box .text h4{
	font-size: 28px;
	padding-top: 32px;
	margin-bottom: 22px;
	color: #ff7134;
}
.jingZl .content .box .text p{
	font-size: 16px;
	width: 484px;
	margin: 0 auto;
	text-align: left;
	line-height: 28px;
	margin-bottom: 27px;
}
.jingZl .content .box .text a{
	width: 162px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #323232;
	color: #323232;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}
.jingZl .content .box.hover .text{
	color: #FFFFFF;
}
.jingZl .content .box.hover .text h4{
	color: #FFFFFF;
}
.jingZl .content .box.hover .text a{
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.jingZl .content .box .text a:hover{
	color: #FFFFFF;
	border-color: #ff7134;
	background-color: #ff7134;
}

/* 美国研究生理科申请规划 */
.likeGuihua{
	width: 100%;
	height: 1140px;
	background: url(/static/home/img/page/yanJs_like/beijing3.png) no-repeat center center;
	background-size: cover;
}
.likeGuihua .content .cTop .box{
	width: 320px;
	height: 290px;
	background-color: #FFFFFF;
	position: relative;
}
.likeGuihua .content .cTop .box .img{
	width: 100%;
	height: 84px;
	background: url(/static/home/img/page/yanJs_like/dayi.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}
.likeGuihua .content .cTop .box .img h4{
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 3px;
}
.likeGuihua .content .cTop .box .img p{
	font-size: 14px;
}
.likeGuihua .content .cTop .box ul{
	padding-left: 105px;
	padding-top: 14px;
}
.likeGuihua .content .cTop .box ul li{
	font-size: 14px;
	margin-bottom: 8px;
}
.likeGuihua .content .cTop .box ul li em{
	width: 6px;
	height: 6px;
	background-color: #ff7134;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 2px;
}
.likeGuihua .content .cTop .box>a{
	font-size: 14px;
	color: #ff7134;
	position: absolute;
	bottom: 20px;
	left: 117px;
}
.likeGuihua .content .cTop .box>a:hover{
	text-decoration: underline;
}

.likeGuihua .content .cTop>img{
	width: 30px;
	height: 61px;
	margin: 0 37px;
	margin-top: 122px;
}

.likeGuihua .content .concc>img{
	width: 61px;
	height: 30px;
	margin: 20px 0;
	margin-right: 128px;
}

.likeGuihua .content .cBottom{
	width: 100%;
}
.likeGuihua .content .cBottom .img{
	width: 100%;
	height: 84px;
	background: url(/static/home/img/page/yanJs_like/dasi.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}
.likeGuihua .content .cBottom .img h4{
	font-size: 24px;
	padding-top: 16px;
	padding-bottom: 3px;
}
.likeGuihua .content .cBottom .img p{
	font-size: 14px;
}
.likeGuihua .content .cBottom .bBB{
	width: 1168px;
	height: 421px;
	border: 1px solid #E5E5E5;
	border-top: none;
	background-color: #FFFFFF;
	overflow: hidden;
}

.likeGuihua .content .cBottom .bBB .bBBtop{
	height: 147px;
	margin-top: 38px;
	padding-bottom: 33px;
}
.likeGuihua .content .cBottom .bBB .bBBtop h4{
	width: 136px;
	font-size: 22px;
	text-align: center;
	line-height: 147px;
	margin-left: 24px;
	margin-right: 30px;
}
.likeGuihua .content .cBottom .bBB .bBBtop .tttt{
	font-size: 0;
	margin-bottom: 34px;
}
.likeGuihua .content .cBottom .bBB .bBBtop .tttt span{
	font-size: 18px;
	font-weight: bold;
	color: #ff7134;
}
.likeGuihua .content .cBottom .bBB .bBBtop .bbbb{
	font-size: 15px;
	line-height: 28px;
	color: #003333;
}

.likeGuihua .content .cBottom .bBB .bBBtop>div.fl{
	padding-bottom: 33px;
	border-bottom: 1px dashed #C5C3C3;
}

.bBBbottom{
	margin-top: 25px;
}
.bBBbottom h4{
	width: 136px;
	height: 109px;
	text-align: center;
	margin-left: 24px;
	margin-right: 30px;
	font-size: 22px;
}
.bBBbottom ul{
	font-size: 15px;
	color: #003333;
	line-height: 28px;
}

.likeGuihua .content .cBottom .bBB>a{
	font-size: 16px;
	color: #ff7134;
	display: block;
	margin-top: 13px;
	text-align: right;
	margin-right: 40px;
}
.likeGuihua .content .cBottom .bBB>a:hover{
	text-decoration: underline;
}

/* 学长/学姐说申请 */
.shuo_sq h3.title{
	padding-bottom: 4px;
}
.shuo_sq>p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
}

.shuo_sq .content .box{
	width: 358px;
	height: 450px;
	border: 1px solid #ff7134;
	margin-right: 45px;
	position: relative;
}
.shuo_sq .content .box h4{
	font-size: 24px;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 31px;
	color: #ff7134;
}
.shuo_sq .content .box>div{
	width: 295px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 22px;
}
.shuo_sq .content .box>div h3{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 20px;
}

.shuo_sq .content .box>div.anniu{
	width: 100%;
	text-align: center;
	font-size: 0;
	padding-top: 10px;
	position: absolute;
	bottom: 0;
}
.shuo_sq .content .box>div.anniu a{
	width: 108px;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border-radius: 3px;
	display: inline-block;
}
.shuo_sq .content .box>div.anniu a.a1{
	background-color: #ff7134;
	color: #FFFFFF;
	margin-right: 45px;
}
.shuo_sq .content .box>div.anniu a.a1:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.shuo_sq .content .box>div.anniu a.a2{
	background-color: #FFFFFF;
	color: #ff7134;
	box-shadow:0px 2px 4px rgba(0,0,0,0.14);
}
.shuo_sq .content .box>div.anniu a.a2:hover{
	background-color: #ff7134;
	color: #FFFFFF;
}
.shuo_sq{
	padding-bottom: 80px;
}

/* 全维度高品质背景提升项目 */
.bjts{
	width: 100%;
	height: 872px;
	background: url(/static/home/img/page/yanJs_gongke/beijing3.png) no-repeat center center;
	background-size: cover;
}
.bjts h3.title{
	padding-bottom: 4px;
}
.bjts>div>p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
}

.bjts .content .box{
	width: 364px;
	height: 224px;
	background: url(/static/home/img/page/yanJs_like/tish1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	margin-right: 37px;
	margin-bottom: 35px;
}
.bjts .content .box2{
	background-image: url(/static/home/img/page/yanJs_like/tish2.jpg);
}
.bjts .content .box3{
	background-image: url(/static/home/img/page/yanJs_like/tish3.jpg);
}
.bjts .content .box4{
	background-image: url(/static/home/img/page/yanJs_like/tish4.jpg);
}
.bjts .content .box5{
	background-image: url(/static/home/img/page/yanJs_like/tish5.jpg);
}
.bjts .content .box6{
	background-image: url(/static/home/img/page/yanJs_like/tish6.jpg);
}
.bjts .content .box .hidden1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	background:linear-gradient(180deg,rgba(167,168,170,0.03) 0%,rgba(5,4,35,1) 100%);
	display: block;
	transition: all 1s;
}
.bjts .content .box:hover .hidden1{
	height: 224px;
	line-height: 224px;
}

.bjts .anniu{
	padding-top: 20px;
}
.bjts .anniu{
	font-size: 0;
	text-align: center;
}
.bjts .anniu a{
	display: inline-block;
	width: 264px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-radius: 3px;
}
.bjts .anniu a.a1{
	background-color: #ff7134;
	color: #FFFFFF;
	margin-right: 58px;
}
.bjts .anniu a.a1:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.bjts .anniu a.a2{
	background-color: #FFFFFF;
	color: #ff7134;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.bjts .anniu a.a2:hover{
	background-color: #ff7134;
	color: #FFFFFF;
}

/* 小满服务模式 */
.fwms .content .bigBox{
	width: 340px;
	height: 340px;
	background-color: transparent;
	border: 3px solid #ff7134;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 116px;
}
.fwms .content .bigBox .box{
	width: 238px;
	height: 238px;
	background-color: #ff7134;
	color: #FFFFFF;
	line-height: 44px;
	font-size: 26px;
	font-weight: bold;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -119px;
	margin-top: -119px;
	text-align: center;
}
.fwms .content .bigBox .box:before{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fwms .content .bigBox .box p{
	display: inline-block;
	vertical-align: middle;
}
.fwms .content .bigBox>span{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff7134;
	display: block;
	position: absolute;
}
.fwms .content .bigBox>span.yuan1{
	top: -5px;
	left: 115px;
}
.fwms .content .bigBox>span.yuan2{
	top: 34px;
	right: 45px;
}
.fwms .content .bigBox>span.yuan3{
	bottom: 138px;
	right: -9px;
}
.fwms .content .bigBox>span.yuan4{
	bottom: 12px;
	right: 75px;
}
.fwms .content .bigBox>span.yuan5{
	bottom: 20px;
	left: 60px;
}
.fwms .content .bigBox>span.yuan6{
	top: 148px;
	left: -11px;
}

.fwms .content .bigBox>.text h3{
	font-size: 22px;
	margin-bottom: 8px;
}
.fwms .content .bigBox>.text p{
	font-size: 16px;
	line-height: 24px;
}
.fwms .content .bigBox>.text{
	position: absolute;
}
.fwms .content .bigBox>.text1{
	left: -186px;
	top: -31px;
	text-align: right;
}
.fwms .content .bigBox>.text2{
	left: 325px;
	top: -11px;
	text-align: left;
	width: 368px;
}
.fwms .content .bigBox>.text3{
	bottom: 129px;
	right: -347px;
}
.fwms .content .bigBox>.text4{
	bottom: -22px;
	right: -410px;
}
.fwms .content .bigBox>.text5{
	left: -371px;
	bottom: -32px;
	text-align: right;
}
.fwms .content .bigBox>.text6{
	top: 121px;
	left: -407px;
	text-align: right;
}

/* 小满导师团队 */
.daoshi_team{
	width: 100%;
	height: 825px;
	background-color: #F6F6F6;
	overflow: hidden;
}
.daoshi_team h3.title{
	padding-top: 79px;
}

.daoshi_team .count>div.t{
	font-size: 16px;
	width: 912px;
	margin: 0 auto;
	margin-bottom: 28px;
}
.daoshi_team .count>div.t span{
	padding: 0 25px;
	color: #707070;
}
.daoshi_team .count>div.t a{
	color: #232426;
	padding-bottom: 10px;
}
.daoshi_team .count>div.t a:hover{
	color: #ff7134;
}
.daoshi_team .count>div.t a.active{
	color: #ff7134;
	border-bottom: 2px solid #ff7134;
}

.daoshi_team .count>div.b .bBox{
	display: none;
}
.daoshi_team .count>div.b .leftb{
	margin-top: 50px;
}
.daoshi_team .count>div.b .leftb h3{
	font-size: 30px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 6px;
}
.daoshi_team .count>div.b .leftb p{
	font-size: 24px;
	color: #333333;
	opacity: 0.6;
	filter:alpha(opacity=60);
	margin-bottom: 23px;
}
.daoshi_team .count>div.b .leftb span{
	width: 72px;
	height: 4px;
	background-color: #454545;
	opacity: 0.8;
	filter:alpha(opacity=80);
	display: block;
	margin-bottom: 32px;
}
.daoshi_team .count>div.b .leftb em{
	width: 367px;
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 50px;
}
.daoshi_team .count>div.b .leftb div.bBtn a{
	width: 154px;
	height: 34px;
	border: 1px solid #333333;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	margin-right: 28px;
}
.daoshi_team .count>div.b .leftb div.bBtn a:hover{
	color: #fff;
	border-color: #ff7134;
	background-color: #ff7134;
}

.daoshi_team .count>div.b .rightb{
	width: 716px;
}
.daoshi_team .count>div.b .rightb>div.fl{
	width: 220px;
	height: 232px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	margin-left: 18px;
	margin-bottom: 20px;
}
.daoshi_team .count>div.b .rightb>div.fl img{
	width: 100%;
	height: 100%;
}
.daoshi_team .count>div.b .rightb>div.fl .hidden{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.daoshi_team .count>div.b .rightb>div.fl .hidden h3{
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-top: 31px;
	margin-bottom: 15px;
}
.daoshi_team .count>div.b .rightb>div.fl .hidden span{
	width: 40px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	margin-bottom: 21px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.daoshi_team .count>div.b .rightb>div.fl .hidden p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 22px;
	width: 90%;
	margin: 0 auto;
}
.daoshi_team .count>div.b .rightb>div.fl .hidden a{
	font-size: 14px;
	color: #fff;
	width: 98px;
	height: 28px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -49px;
	bottom: 20px;
}
.daoshi_team .count>div.b .rightb>div.fl .hidden a:hover{
	color: #fff;
	border-color: #ff7134;
	background-color: #ff7134;
}
.daoshi_team .count>div.b .rightb>div.fl .hiddenTitle{
	width: 100%;
	height: 52px;
	background-color: rgba(0,0,0,0.46);
	text-align: center;
	line-height: 52px;
	font-size: 22px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* 小满留学致力让每一个学生牵手世界名校 */
#mydiv{
	width: 100%;
	position: relative;
}
#mydiv .title{
	padding-top: 118px;
	margin-bottom: 60px;
}
#mydiv canvas{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#mydiv .box{
	height: 100%;
}
#mydiv .box .content{
	position: relative;
}
#mydiv .box .content .dq{
	width: 375px;
	height: 364px;
	background: url(/static/home/img/page/yanJs_like/di.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -27.5px;
	margin-left: -182px;
}
#mydiv .box .content .dq>div{
	width: 193px;
	height: 193px;
	border-radius: 50%;
	background: url(/static/home/img/page/7_8/a6e310318cc5a075e8e4a0a459119ad.png) no-repeat left center;
	background-size: cover;
	background-color: #281E1C;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -96.5px;
	margin-left: -96.5px;
	overflow: hidden;
	transition: all 3s;
}
#mydiv .box .content .dq>div img{
	height: 193px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}
#mydiv .box .content .dq>div h3{
	font-size: 26px;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	color: #fff;
	/* margin-top: -56.5px; */
}
#mydiv .box .content .dq>div h3 p{
	display: table-cell;
	vertical-align: middle;
}


#mydiv .box .content>div.fl li.li1{
	margin-bottom: 69px;
}
#mydiv .box .content>div.fl li.li1 p{
	width: 240px;
}
#mydiv .box .content>div.fl li.li2{
	margin-bottom: 47px;
}
#mydiv .box .content>div.fl li.li2 p{
	width: 336px;
}
#mydiv .box .content>div.fl li.li3 p{
	width: 432px;
}

#mydiv .box .content>div.fl h3,#mydiv .box .content>div.fr h3{
	font-size: 18px;
	color: #ff7134;
	margin-bottom: 7px;
}
#mydiv .box .content>div.fl p,#mydiv .box .content>div.fr p{
	font-size: 16px;
	color: #0F0F0F;
}

#mydiv .box .content>div.fr{
	text-align: right;
}
#mydiv .box .content>div.fr li.li1 p{
	width: 320px;
}
#mydiv .box .content>div.fr li.li1{
	margin-bottom: 50px;
}
#mydiv .box .content>div.fr li.li2 p{
	width: 320px;
}
#mydiv .box .content>div.fr li.li2{
	margin-bottom: 47px;
}
#mydiv .box .content>div.fr li.li3 p{
	width: 368px;
}