.xiniu{
	width: 1196px;
	height: 310px;
	background: url("../xiniu/introduce.png") top center no-repeat;
	margin-bottom: 50px;
}
.xiniu_left{
	width: 310px;
    height: 68px;
    float: left;
    margin-top: 163px;

}
.xiniu-title{
	font-size: 12px;
	color: #1d6cef;
	text-align: center;
	font-weight: 800;
}
.xiniu-content{
	font-size: 30px;
	color: #1d6cef;
	text-align: center;
	font-weight: 800;
}
.xiniu_right{
	width: 820px;
    height: 170px;
    float: right;
    margin-top: 114px;
    margin-right: 30px;
}
.xiniu_intro{
	font-size: 16px;
	color: #333333;
	line-height: 29px;
}
.xiniu_class{
	width: 460px;
	height: 100px;
	border-bottom:1px solid #d5d5d5;
	margin: 0 auto;
	margin-top: 50px;

}
.xiniu_class_title{
	font-size: 36px;
	color: #333333;
	text-align: center;

}
.course_content{
	font-size: 18px;
	color: #999999;
	text-align: center;
}
.course_icon{
	text-align: center;
    width: 50px;
    height: 10px;
    background-color: #f6f7f9;
    margin: 0 auto;
    margin-top: 15px;
}
.xiniu_works{
	width: 100.1%;
	height: 656px;
}
.works_left{
	width: 293px;
	height: 100%;
	float: left;
}
.works_right{
	width: 888px;
	height: 592px;
	float: right;
	margin-top: 64px;
}
.course-img{
	width: 296px;
	height: 296px;
	float: left;
}
.course-img:hover > .kaoyan_title{
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display: block;
}
.rhino_box{
	width: 100%;
	height: 1071px;
	margin-top: -25px;
}
.rhino-title{
	width: 128px;
    height: 65px;
    position: relative;
    top: 118px;
    left: 33px;
}
.rhino_left{
	margin-left: -565px;
    margin-top: -54px;
    width: 518px;
    height: 360px;
    float: left;

}
.rhino_right{
	width: 630px;
	height: 360px;
	float: right;

}
/* ===========
Tab Styling */
	.tab-group {
	position: relative;
	border: 1px solid #eee;
	margin-top: 2.5em;
	border-radius: 0 0 10px 10px;
	}
	.tab-group section {
	opacity: 0;
	height: 0;
	padding: 0px 1em;
	overflow: hidden;
	transition: opacity 0.4s ease, height 0.4s ease;
	}
	.tab-group section.active {
	opacity: 1;
	height: auto;
	overflow: visible;
	}

	.tab-nav {
	list-style: none;
	margin: -2.5em -1px 0 0;
	padding: 0;
	height: 2.5em;
	overflow: hidden;
	}
	.tab-nav li {
	display: inline;
	}
	.tab-nav li a {
	top: 1px;
	position: relative;
	display: block;
	float: left;
	border-radius: 10px 10px 0 0;
	background: #eee;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: grey;
	margin-top: .5em;
	margin-right: 1px;
	transition: background .2s ease, line-height .2s ease, margin .2s ease;
	}
	.tab-nav li.active a {
	background: #6EB590;
	color: white;
	line-height: 2.5em;
	margin-top: 0;
	}
.xiniu_design{
	font-size: 14px;
	color: #999999;
	line-height: 45px;
	border-bottom:1px dashed #d5d5d5;
}
.xiniu_design a:hover{

	color: #1d6cef;
}
.xiniu_more{
	width: 100%;
	font-size: 18px;
	height: 36px;
	float: right;
	background-color: #ddd;
	margin-top: 10px;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	cursor: pointer;
	color: #555;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin-top: 18px;
}
.xiniu_more:hover{
	background-color: #6EB590;
	color: #ffffff;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.design_teacher_title{
	text-align: center;
}