@charset "utf-8";
.jyhy-banner {
	background:url(../img/banner-jyhy.jpg) no-repeat 50% 50%;
	height: 600px;
	color: #FFF;
	background-size:cover; 
	min-width: 1200px;
	position: relative;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.banner-bottom {
	text-align: center;
	padding: 40px 0;
	background: url(../img/banner-bottom-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.banner-bottom p {
	color: #8F8E94;
	font-size: 18px;
	line-height: 28px;
}
/**教育行业痛点**/
.edu-pain-container .container-item dl {
	float: left;
	margin:0px 25px 20px 25px;
	text-align: center;
}
.edu-pain-container .container-item dl dt {
	width: 150px;
	height: 150px;
	transition: all 0.2s linear;
}
.edu-pain-container .container-item dl dd {
	font-size: 20px;
	color: #030303;
	margin-top: 10px;
}
.edu-pain-container .container-item dl dt:hover{
	transform: scale(1.4);
    -webkit-transform: scale(1.4);
	transition: all 0.2s linear;
}
.edu-pain-container .container-item dl:hover dd {
	color: #FF5B29;
}
/**教育解决方案**/
.edu-solve-container .edu-solve-item h3 {
	color: #030303;
	font-size: 26px;
	padding-bottom: 20px;
	margin-top: 104px;
	font-weight: normal;
}
.edu-solve-container .edu-solve-item h3.item-70 {
	margin-top: 70px;
}
.edu-solve-container .edu-solve-item p {
	font-size: 14px;
	color: #8F8E94;
	padding-bottom: 10px;
	line-height:20px;
}
.edu-solve-container .edu-solve-item {
	margin: 0 100px;
}
.edu-solve-container .edu-solve-item .item-fl {
	width: 500px;
}
/**他们都在用盟主**/
.case-container .case-item {
	width: 358px;
	height: 290px;
	float: left;
	overflow: hidden;
	background:#fff;
	border: 1px solid #F0F2F5;
	position: relative;
	margin:0px 20px 40px 20px;
}
.case-container .case-item .case-item-show img {
	width: 358px;
	height: 223px;
}
.case-container .case-item .case-item-show p {
	color: #8F8E94;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 6px;
}
.case-container .case-item .case-item-toggle {
	padding: 20px;
	background:rgba(255,91,41,0.9);
	position: absolute;
	top:400px;
	left: 0;
	height: 100%;
	width: 90%;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.case-container .case-item:hover .case-item-toggle{
	top:0px;
}
.case-container .case-item .case-item-toggle .company-desc {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #fff;
	margin-top: 10px;
}
.case-container .case-item .case-item-toggle-top p {
	font-size: 20px;
	width: 220px;
	padding-bottom: 10px;
	color: #fff;
	line-height: 28px;
}
.case-container .case-item  .case-item-toggle-top p.case-company-info{
	font-size: 14px;
	padding: 0;
	height: auto;
	line-height: 20px;
}
.case-container .case-item  .case-item-toggle-top img {
	width: 80px;
	height: 80px;
}
.case-container  a.more-case {
	display: block;
	width:140px;
	height:42px;
    border:1px solid #FF5B29;
	border-radius:2px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	margin:30px auto 0px auto;
	color: #FF5B29
}
.case-container  a.more-case:hover {
	background:#FFAE6C;
	color: #fff;
	border:1px solid #FFAE6C;
}
/**盟主直播教育应用场景**/
.edu-use-container .container-item {
	padding: 0 75px;
}
.edu-use-container .use-item {
	width:242px;
	height:144px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin:0px 10px 20px 10px;
}
.edu-use-container .use-item img {
 	width: 100%;
 	height: 100%;
}
.edu-use-container .use-item .user-word {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(255,91,41,0.5);
	font-size: 22px;
	color: #FFFFFF;
	line-height: 6.5;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.edu-use-container .use-item:hover .user-word{
	top:290px;
}
.second-page-footer{
	margin-top: 90px;
	height: 240px;
	background:url(../img/second-page-footer-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}
.second-page-footer p {
	color: #FFFFFF;
	font-size: 28px;
	padding: 60px 0 40px 0;
}
.second-page-footer a {
	display: block;
	width:140px;
	height:42px;
	border-radius:2px;
	text-align: center;
	line-height: 42px;
	border:1px solid #fff;
	margin: 0 auto;
	color: #fff;
}
.second-page-footer a:hover {
	background:#FF5B29;
	border:1px solid #FF5B29;
}
.text-algin-right {
	text-align: right;
}
