@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
	color: #333333;
	font-size: 14px;
	width: 100%;
	background: #ffffff;
}
a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}
a:hover {
	text-decoration: none !important;
}
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*鼠标经过图片放大*/
img{
	transition: all 0.6s
}
img:hover{
	transform: scale(1.05);
}
li {
	list-style: none;
}
textarea:focus {
	outline: none;
}
input:focus {
	outline: none;
}
input:focus {
	outline: none;
}/*去除按钮选中的高亮标签*/
img{
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}/*图片统一加5圆角*/

img {
	max-width: 100% !important;
	transition: all 0.6s
}

div, p, table, td, ul, li, span, a, ol, input {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
input::-ms-input-placeholder { /* Internet Explorer 10+ */
color:#f199a2;
font-size:12px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
color:#f199a2;
font-size:12px;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#f199a2;
font-size:12px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#f199a2;
font-size:12px;
}

.clear {
	clear: both !important;
	height: 0px !important;
	width: 0px !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

/*樱桃学院首页*/
.head{
	width:100%;
	height:80px;
	background-color: #172c66;
	position: fixed;
	top:0px;
	z-index:99;
}
.head-content{
	width:1200px;
	height:80px;
	margin:0px auto;
	display: block;
}
.head-logo{
	width: 160px;
	height:44px;
	margin-top:20px;
	margin-right: 37px;
	float:left;
	transition: none !important;
}
.head-logo:hover{
	transform: none !important;
}
.head-top{
	height:80px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}
.head-top-p{
	color:#ffffff;
	height:80px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 80px;
}
.head-top:hover{
	color: #b1c4f7;
	background-color: #11255b;
}
.head-user{
	float:right;
	width:120px;
}
.land:hover, .register:hover{
	color: #b1c4f7;
}
.land{
	font-size: 15px;
	color: #ffffff;
	float: left;
	line-height: 80px;
	letter-spacing: 1px;
}
.head-user p{
	font-size: 15px;
	color: #ffffff;
	float: left;
	line-height: 80px;
	letter-spacing: 1px;
}
.register{
	font-size: 15px;
	color: #ffffff;
	float: left;
	line-height: 80px;
	letter-spacing: 1px;
}
.top-banner{
	width: 1200px;
	height: 400px;
	margin: 0px auto;
	padding-top: 80px;
	overflow: hidden;
}
.collegebanner-img{
	transition: none !important;
	border-radius:0px 0px 5px 5px !important;
	-webkit-border-radius:0px 0px 5px 5px !important;
	-moz-border-radius:0px 0px 5px 5px !important;
}
.collegebanner-img:hover{
	transform: none;
}
.topbanner-img{
	width: 1200px;
	height: 400px;
}
/*guan-logo*/
.head-top-img{
	width: 24px !important;
	height: auto;
	margin-right: 6px;
	margin-bottom: -4.5px;
}


/*限免课程*/
/*公用*/
.college-block{
	width: 1200px;
	padding-top: 82px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.college-title{
	width: 1200px;
	display: block;
	float: left;
}
.title-icon{
	width: 20px;
	height: 27px;
	margin-right: 18px;
	float: left;
	border-radius:0px !important;
}
.title-name{
	font-size: 30px;
	color: #262626;
	letter-spacing: 0.5px;
	float: left;
	line-height: 30px;
	margin-right: 24px;
}
.college-title-hot{
	width: 24px;
	height: 27px;
	float: right;
	margin-left: 5px;
}
.title-text{
	font-size: 18px;
	color: #4c4c4c;
	float: left;
	margin-top: 12px;
	letter-spacing: 0.5px;
	line-height: 18px;
}
.title-more{
	color: #172c66;
	font-size: 16px;
	float: right;
	line-height: 16px;
	margin-top: 14px;
}
.college-content{
	margin-top: 30px;
	display: block;
	overflow:hidden;
}
.college-box{
	width:276px;
	height:290px;
	margin-top: 30px;
	margin-right: 24.67px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
	border:1px solid #ededed;
	display:inline-block;
}
.college-box:hover{
	box-shadow: 0px 0px 6px #ededed;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.college-box:hover .box-img{
	transform: scale(1.05);
}
.college-box-a{  }
.box-img{
	width: 276px;
	height: 177px;
	overflow: hidden;
	transition: all 0.6s;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
}
.box-p1{
	font-size: 18px;
	color: #262626;
	margin-left: 10px;
	line-height: 24px;
	height: 48px;
	margin-top: 13px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.box-text{
	margin-top: 20px;
	margin-left: 10px;
	display: inline-block;
	float: left;
}
.box-p2{
	font-size: 15px;
	color: #fc6769;
	font-weight: 300;
	margin-right: 3px;
	display: inline-block;
}
.box-p3{
	font-size: 12px;
	margin-top: 4px;
	color: rgba(151,155,165,0.4);
	text-decoration:line-through;
	display:inline-block;
}
.box-p4{
	font-size: 12px;
	color: #979ba5;
	display: inline-block;
	font-weight: 300;
	margin-left: 80px;
	letter-spacing: -0.4px;
}
/*樱桃游学*/
.box-p5{
	width: 260px;
	margin-top: -16px;
	font-size: 12px;
	color: #71737a;
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.mr-0{
	margin-right: 0px !important;
}

/*合作企业*/
.h-30{
	height: 30px;
}
.cooperation-logo{
	width: 190px;
	height: 92px;
	float: left;
	margin: 3px;
	pointer-events:none;
}





/*悬浮导航栏 hover-box*/
/*.hover-box{
	z-index: 999;
	width: 50px;
	height: 180px;
	position:fixed;
	left: 50%;
	bottom: 100px;
	margin-left:615px;
}*/
.hover-box {
    z-index: 999;
    width: 50px;
    height: 180px;
    position: fixed;
    right: 10px;
    bottom: 100px;
}
/*最新活动*/
.hover-activity{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color: #e6e6e6;
	margin-top: 20px;
	cursor:pointer !important;
}
.hover-activity:hover{
	background-color: #b5b5b5;
	cursor:pointer !important;
}
.hover-activity-img{
	width: 28px;
	height: 28px;
	padding-left: 10px; 
	padding-top: 10px;
}
.hover-activity-img:hover{
	transform: none !important;
}
/*.hover-activity-eject{
	position: absolute;
	height: 0px;
	right: 62px;
	top:-10px;
	z-index: 999px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 8px #e5e5e5;
}*/
.hover-activity-eject{
	float: left;
	position: absolute;
	height: 0px;
	right:52px;
	top:-10px;
	z-index: 999;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 8px #e5e5e5;
}

.hover-activity:hover .hover-activity-eject{
	height:100px;
	width: 262px;
	transition: all ease 0.5s;
}

.hover-activity-eject-img{
	width: 262px;
	height: 100px;
	overflow: hidden;
}
.hover-activity-eject-img:hover{
	transform: none !important;
}





/*二维码*/
.hover-erweima{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color: #e6e6e6;
	margin-top: 20px;
	cursor:pointer !important;
}
.hover-erweima:hover{
	background-color: #b5b5b5;
	cursor:pointer !important;
	position: relative;
}
.hover-erweima-img{
	width: 27px;
	height: auto;
	padding-left: 11px; 
	padding-top: 11px;
}
.hover-erweima-img:hover{
	transform: none !important;
}
.hover-weixin-eject{
	position: absolute;
	height: 0px;
	/*right: 62px;*/
	right: 52px;
	top:-25px;
	z-index: 999;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 8px #e5e5e5;
}
.hover-erweima:hover .hover-weixin-eject{
	height:100px;
	width: 262px;
	transition: all ease 0.5s;
}
.hover-weixin-eject-img{
	width: 262px;
	height: 100px;
	overflow: hidden;
}
.hover-weixin-eject-img:hover{
	transform: none !important;
}


/*返回顶部*/
.hover-top{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color: #e6e6e6;
	margin-top: 20px;
	cursor:pointer !important;
}
.hover-top:hover{
	background-color: #b5b5b5;
	cursor:pointer !important;
}
.hover-top-img{
	width: 33px;
	height: auto;
	padding-left: 7px; 
	padding-top: 9px;
}
.hover-top-img:hover{
	transform: none !important;
}

.jinqun{
	width: 640px;
	height: 280px;
	margin: 0px auto;
}
.qun{
	float: left;
	width: 220px;
	height: 220px;
	pointer-events:none;
}
.qun p{
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.ren{
	float: right;
	width: 220px;
	height: 220px;
	pointer-events:none;
}
.ren p{
	text-align: center;
	font-size: 16px;
	color: #333333;
}

/*------底部boootm------*/
.bottom-content{
	margin-left: 300px;
	margin-top: 40px;
	float: left;
	width: 400px;
}
.bottom-logo{
	float: left;
	margin-top: 16px;
	width: 254px;
	height: 56px;
	pointer-events:none;
}
.bottom-link-company{
	float: left;
	margin-top: 16px;
}
.bottom-link-company ul li{
	display: inline-block;
	margin-right:24px; 
}
.bottom-link-company ul li a{
	font-size: 15px;
	color: #c0c4cf;
	font-weight: 400;
}
.bottom-link-wechat{
	width: 200px;
	margin-top: 40px;
	margin-bottom:30px;
	display: inline-block;
	text-align: center;
}
.bottom-link-wechat img{
	width: 136px;
	height: 136px;
	margin: 0 auto;
	pointer-events:none !important;
}
.bottom-ICP{
	width: 1200px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #3b424a;
}
.bottom-ICP-p1{
	font-size: 14px;
	color: #ededed;
	font-weight: 300;
	line-height: 26px;
	margin-top: 8px;
	margin-right: 80px;
	display: inline-block;
}
.bottom-ICP-p2{
	font-size: 12px;
	color: #b2b2b2;
	line-height: 22px;
	display: inline-block;
	margin-right: 80px;
}
.bottom{
	width: 100%;
	height: 260px;
	background-color: #0b1633;
	margin-top: 50px;
	display: block;
}
/*上部分链接*/
.bottom-link{
	width: 1200px;
	margin: 0 auto;
	display: block;
}

.bottom-link p{
	size: 16px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}
.bottom-link li{
	size: 14px;
	line-height: 30px;
	font-weight: 300;
}
.bottom-link a{
	color: #b2b2b2;
}
.bottom-link-matrix{
	display: inline-block;
	float: left;
	margin-top: 35px;
	width: 410px;
}
.bottom-link-matrix li{
	width: 117px;
	display: inline-block;
}
.bottom-link-parters{
	float: left;
	margin-top: 36px;
	width: 300px;
	display: inline-block;
}
.bottom-link-parters li{
	display: block;
}
.bottom-link-parters-1{
	width: 134px !important;
	display: inline-block ;
}




