/* 
* @Author: zty
* @Date:   2015-10-13 15:48:16
* @Last Modified time: 2016-02-17 15:15:14
*/
/*初始化*/
.section{
	background-attachment: fixed;
	position: relative;
}
#section1{
	background: url(../images/index_04.jpg) no-repeat;
	background-size:cover;
	height: 1008px;
	overflow: hidden;
}
#section2{
	background: url(../images/index_06.jpg) repeat;
	width: 100%;
	height: 790px;
	padding-top: 110px;
	overflow: hidden;
}
#section3{
	background: url(../images/index_09.jpg) no-repeat;
	padding-top: 110px;
	height: 790px;
	overflow: hidden;
}
#section4{
	background: url(../images/index_12.jpg) repeat;
	padding-top: 110px;
	width: 100%;
	height: 790px;
	overflow-y: hidden;
}
#section5{
	background: url(../images/hz25.jpg) no-repeat;
	padding-top: 110px;
	height: 796px;
}
#section6{
	background: #e85e5c;
	
	height: 708px;
	overflow: hidden;
}
/*初始化结束*/
/*1*/
.textbox{
	padding-top: 230px;
	width: 800px;
	height: 800px;
	overflow: hidden;
}
.love{
	left: 100px;
	top: 230px;
}
.loved{
	animation: love 1.4s ease-out;
	right: 0;
	top: 230px;
}
.yh{

}
.yh1{
	left: 10px;
	top: 85px;
	animation: fanzhuan 1s ease-out;
}
.yh2{
	right: 10px;
	bottom: 10px;
	animation: daozhuan 1s ease-out;
}
.textbox p{
	width: 150px;
	margin: 320px 0 0 100px;
	display: none;
}
.textbox p:first-line{
	font-size: 36px;
}
.line_up{
	width: 0px;
	height: 2px;
	background: #ca5b58;
	opacity: 0.6;
	transform:rotate(-55deg);
	-ms-transform:rotate(-55deg); /* IE 9 */
	-moz-transform:rotate(-55deg); /* Firefox */
	-webkit-transform:rotate(-55deg); /* Safari and Chrome */
	-o-transform:rotate(-55deg); /* Opera */
	right: 0;
	top: 0;
}
.line_box{
	margin-top: 200px;
	height: 950px;
	width: 600px;
}
.line_up{
	
}
.line_down{
	width: 0px;
	height: 2px;
	background: #ca5b58;
	opacity: 0.6;
	transform:rotate(-55deg);
	-ms-transform:rotate(-55deg); /* IE 9 */
	-moz-transform:rotate(-55deg); /* Firefox */
	-webkit-transform:rotate(-55deg); /* Safari and Chrome */
	-o-transform:rotate(-55deg); /* Opera */
	left: 0;
	bottom: 422px;
}
.ball{
	position: absolute;
	background: rgba(255,255,255,0.5);
	width: 392px;
	height: 392px;
	border: 1px solid #bc7a59;
	border-radius: 392px;
	left: 128px;
	top: 63px;
	color: #e10c4d;
	display: none;
}
.ball_title{
	font-size: 20px;
	line-height: 76px;
}
.ball_text{
	width: 290px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
}
#return{
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 150px;
	margin-left:-50px;
	display: block;
	animation: updown 2s ease-in-out alternate infinite;
}
/*2*/
.f2_title{
	font-size: 28px;
	line-height:36px;
	margin-bottom:20px;
	position:relative;
	z-index:10;
}

.list_box{
	width: 1200px;
	height: 530px;
	margin: 10px auto;
}
.flower_box{
	position: relative;
	margin: 0 auto;
}
.list_boxin{
	width: 1050px;
	height: 100%;
	background: rgba(255,255,255,0.6);
	padding: 70px 50px 0;

	z-index: 10;
}
.about_pic{width:400px;height:395px;}

.jiaodiantu {
	width:400px;
	height: 430px;
	position:relative;
	padding:0;
}
.ctrl-panel {
	position:absolute;
	width:300px;
	left:50%;
	bottom:50px;
	margin-left:-150px;
	z-index:1000;
	text-align:center;


}
.m-page {
	display:inline-block;
	width:10px;
	height:10px;
	line-height:10px;
	border:#fff solid 2px;
	border-radius:50%;
	margin-left:10px;
	font-size:0px;
	background:none;
}
.m-page:hover {
	text-decoration:none;
	
}
.focus {
	background:#fff;
}
.con {
	width:100%;
}
.scroll-wrap {
	overflow: hidden;
	width: 400px;
	position: relative;
	height: 430px;
}
.scroll_box_content {
	position: absolute
}
.content_list {
	float: left;
	width: 400px;
	height: 395px;
	cursor:pointer;
}
.content_list img{padding:0;border:#fff solid 5px;}




.about_con{width:580px;line-height:40px;color:#474747;font-size:16px;padding-top:20px; font-family:微软雅黑}
.about_con a{color:#474747;}

.img_flower,.text_flower{
	background: url(../images/png_70.png) no-repeat;
	width: 132px;
	height: 134px;
	position: absolute;
}
.img_flower{
	transition: transform 1s;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg); /* Safari and Chrome */
	-moz-transform:rotateY(0deg); /* Firefox */
	z-index: 50;
}
.img_hover{
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg); /* Safari and Chrome */
	-moz-transform:rotateY(180deg); /* Firefox */
}
.text_flower{
	text-align: center;
	padding-top: 36px;
	transition: transform 1s;
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg); /* Safari and Chrome */
	-moz-transform:rotateY(180deg); /* Firefox */
}
.text_hover{
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg); /* Safari and Chrome */
	-moz-transform:rotateY(0deg); /* Firefox */
}
.list_box img{
	display: block;
	margin: 12px auto 0;
}
.flower_box{
	width: 132px;
	height: 134px;
	margin-bottom: 30px;
}
.list_box li{
	width: 230px;
	float: left;
	margin-right: 47px;
}
.list_box li:last-child{
	margin-right: 0;
}
.flower_title{
	font-size: 16px;
	text-align: center;
	color: #474747;
}
.flower_text{
	color: #474747;
}
.flower_text a{
	color: #d5035c;
}
#section2>img{
	position: absolute;
	z-index: 0;
}
#cake1{
	left: 35px;
	top: 900px;
}
#cake2{
	left: 323px;
	top: 900px;
}
#cake3{
	left: 728px;
	top: 900px;
}
#cake4{
	left: 1220px;
	top: 900px;
}
#cake5{
	right: 336px;
	top: 900px;
}
#cake6{
	right: 66px;
	top: 900px;
}
#deer{
	bottom: 60px;
}
.cakebox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}
/*3*/
.f3_title{
	font-size: 28px;	
	color: #e10c4d;
	margin-left:40px;
	margin-bottom:10px;
	position:relative;
	z-index:10;
}

.img_box{
	width: 1120px;
	height: 533px;
	margin: 95px auto 0;
	
}

.course_pro li{
	width:276px;
	margin:2px;
	float:left;
	overflow:hidden;
	position:relative;
}

.course_pro li .course_name{	
	position:absolute;
	left:0;
	top:0;
	width:256px;	
	height:200px;
	padding:90px 10px 0;
	background:rgba(0,0,0,.5);
	font-size:18px;
	margin-left:-276px;
	transition:all .5s;
	display:block;
}



.img_box2{
	width: 1146px;
	height: 263px;
	margin: 25px auto 0;
}

.course_pro2 li{
	width:276px;
	margin:5px;
	float:left;
	overflow:hidden;
	position:relative;
}

.course_pro2 li .course_name3{	
	position:absolute;
	left:0;
	top:0;
	width:256px;	
	height:110px;
	padding:90px 10px 0;
	background:rgba(0,0,0,.5);
	font-size:18px;
	margin-left:-276px;
	transition:all .5s;
	display:block;
	
}

.course_pro2 li:hover .course_name3{	
	position:absolute;
	left:0;
	top:0;
	width:256px;	
  height:110px;
	padding:90px 10px 0;
	background:rgba(0,0,0,.5);
	font-size:18px;
	margin-left:0;
	margin-top:0;


}






.course_name h3{
	font-size:24px;
	line-height:50px;
	font-weight:normal;
}

.course_pro li:hover .course_name{	
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	margin-left:0;
	margin-top:0;


}
.course_name3 h3{
	font-size:24px;
	line-height:50px;
	font-weight:normal;
}


.big_img_box{
	width: 442px;
	margin-right: 2px;
}
.img_box img{
	display: block;
}
.big_img_box li:first-child{
	margin-bottom: 2px;
}
.little_img_box{
	width: 616px;
}
.little_img_box>ul>li{
	float: left;
	margin:0 2px 2px 0;
}
.little_img_box li:nth-child(2n){
	margin-right: 0;
}
.small_img_box{
	width: 307px;
}
.small_img_box li{
	float: left;
}
.img_box li{
	position: relative;
	overflow: hidden;
}
.img_mask{
	position: absolute;
	width: 80%;
	padding: 0 10%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	right: 100%;
	top: 0;
	font-size: 24px;
}
.abs_box{
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.big_img_box .mask_zh{
	margin-top: 100px;
}
.mask_link{
	width: 310px;
}
#section3>img{
	position: absolute;
}
#glasses{
	left: 108px;
}
#ou{
	left: 260px;
}
#tiramisu{
	right: 336px;
}
#bingqilin{
	right: 120px;
}
#ktcake{
	right: 66px;
}
.more{
	width: 150px;
	height: 42px;
	position: relative;
	display: block;
	margin: 80px auto 0;
	line-height: 42px;
	font-size: 18px;
}
.more1{
	border: 1px solid #fff;
}
.more2{
	border: 1px solid #efa527;
	color: #efa527;
}
.more span{
	display: block;
	left: 50%;
	top: 0;
	height: 42px;
	width: 0;
	z-index: 0;
}
.more1 span{
	background: #fff;
}
.more2 span{
	background: #efa527;
}
.more p{
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
}

/*f4*/
#section4 .f3_title{
	color: #efa527;
	margin-left: 20px;
}
.activity{
	padding: 0 20px;
	width: 1160px;
	height: 540px;
	margin-top: 30px;
}
.icon_list li{
	width: 550px;
	margin:10px 20px;
	float:left;
}
.text_area{
	width: 400px;
	margin-top: 10px;
}
.other_pic{padding-left:50px;}
.other_con{width:680px;padding-top:20px;padding-right:20px;}
.other_new_tit{font-size:24px;color: #494949;}	
.other_new_date{margin-top:15px;color: #494949;}
.other_new_text{padding-right:50px;}
.activity_title{
	font-size: 16px;
	color: #494949;
}
.activity_date{
	color: #ee2860;
	padding-top: 3px;
}
.activity_text{
	color: #5f5f5f;
	margin-top: 15px;
}
.circle_box{
	width: 359px;
	height: 359px;
	border: 10px solid #efa527;
	border-radius: 359px;
	overflow: hidden;
	z-index: 100000;
	left: 430px;
	top: 20px;
}
.circle_box:hover img{
	animation:change 0.5s;
	transform:scale(1.3,1.3) rotate(20deg);
}
keyframes change{
	from {
		transform:scale(1,1) rotate(0deg);
		
	}
	to {transform:scale(1.3,1.3) rotate(20deg);
		
	}
}
@-moz-keyframes change{
	from {
		transform:scale(1,1) rotate(0deg);
		
	}
	to {transform:scale(1.3,1.3) rotate(20deg);
		
	}
}
@-webkit-keyframes change{
	from {
		transform:scale(1,1) rotate(0deg);
		
	}
	to {transform:scale(1.3,1.3) rotate(20deg);
		
	}
}
#section4>img{
	position: absolute;
	z-index: 0;
}
#section4>img:first-child{
	left: 65px;
}
#section4>img:nth-child(2){
	left: 220px;
}
#section4>img:nth-child(3){
	right: 100px;
}
#section4>img:nth-child(4){
	right: 185px;
}
#section4>img:nth-child(5){
	right: 285px;
}
/*5*/
#section5 .f3_title{
	color: #333;
}
.accordion{
	width: 1118px;
	height: 494px;
	margin: 60px auto 0;
	overflow: hidden;
}
.accordion li{
	float: left;
	width: 131px;
	overflow: hidden;
	position: relative;
}
.acc_box{
	width: 99999px;
}
.accordion img{
	display: block;
}
.acc_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	z-index: 10;
}
.current{
	width: 594px!important;
}
.current .acc_mask{
	display: none;
}
.breadshow{
	left: 261px;
	bottom: 35px;
	position: absolute;
	width: 180px;
	height: 37px;
	background: rgba(232,94,92,.78);
	border-radius: 36px;
	text-align: center;
	display: block;
	line-height: 37px;
}
.rice{
	left: -410px;
	bottom: 0;
	z-index: 0;
}
.cup{
	right: 48px;
	bottom: 73px;
	display: none;
}
/*6*/
.f6_title{
	font-size: 36px;
	margin-left: 50px;
	color: #fff;
	margin-bottom: 10px;
}
.f6_title span{
	font-size: 28px;
}
.inf{
	margin-left: 50px;
}
.inf li{
	margin-bottom: 10px;
}
.inf img{
	vertical-align: sub;
	padding-right: 10px;
}
.inf_icon{width:50px;text-align:center;}
.inf_text{width:500px;}
.inf_texts { width:500px;}
.left_area{
	width: 600px;
	padding-top:70px;
}
.right_box{
	width: 556px;
	padding-top:70px;

}

.ew_text{padding:80px 10px 0 0;}
.contact_map{padding-top:20px;}
.contact_map img{border:#fff solid 5px;border-radius:5px;}
.contact_map_pos{position:absolute;top:150px;left:300px;	animation: updown 2s ease-in-out alternate infinite;}
.contact_map_pos img{border:none;}
.copyright{text-align:center;}

.mapbox{
	border: 5px solid #fff;
	border-radius: 5px;
	width: 460px;
	height: 221px;
	margin-left: 115px;
	margin-top: 20px;
}
.mapbox img{
	display: block;
}
.cont_title{
	font-size: 18px;
}
.cont_title:first-letter{
	font-size: 35px;
}
.cont_text_area li{
	background: url(../images/input_16.png) no-repeat;
	width: 308px;
	height: 35px;
	margin-bottom: 20px;
}
.cont_text_area li:last-child{
	background: url(../images/input_13.png) no-repeat;
	width: 308px;
	height: 103px;
}
.cont_text_area input{
	width: 280px;
	padding-left: 10px;
	border: none;
	background: none;
	color: #cbb48e;
	line-height: 38px;
}
.cont_text_area textarea{
	width: 268px;
	height: 82px;
	padding: 20px;
	background: none;
	border: none;
	color: #cbb48e;
}
.submit{
	width: 128px;
	height: 28px;
	background: #f7dcaf;
	text-align: center;
	line-height: 24px;
	color: #000;
	border: 2px solid #fff0d7;
	border-radius: 28px;
	cursor: pointer;
	margin-left: 87px;
}
#gotop{
	right: 147px;
	bottom: 128px;
	cursor: pointer;
}
.heart{
	position: absolute;
	z-index: 0;
}
.heart1{
	left: 10px;
	bottom: 100px;
	transform:scale(2,2);
	-moz-transform:scale(2,2);
	-webkit-transform:scale(2,2);
}
.heart2{
	left: 237px;
	bottom: 0;
	opacity: 0.8;
	transform: scale(0.4,0.4);
	-moz-transform: scale(0.4,0.4);
	-webkit-transform: scale(0.4,0.4);
}
.heart3{
	right: 237px;
	bottom: 0;
	opacity: 0.6;transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
}
.heart4{
	left: 537px;
	bottom: 20px;
	opacity: 0.9;
	transform: scale(0.6,0.6);
	-moz-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
}
.heart5{
	right: 20px;
	bottom: 50px;
	opacity: 0.9;
	transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
}
.heart6{
	left: 30%;
	top: 60px;
	opacity: 0.9;
	transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-webkit-transform: scale(0.7,0.7);
}
.heart7{
	left: 60%;
	top: -50px;
	opacity: 0.9;
	transform: scale(0.3,0.3);
	-moz-transform: scale(0.3,0.3);
	-webkit-transform: scale(0.3,0.3);
}
.ht1{
	animation: heart 8s infinite;
}
.ht2{
	animation: heart 10s infinite;
	animation-delay:2s;
}
@keyframes heart{
	0%{
		transform:translate(0,0);
		opacity: 0;
	}
	50%{
		opacity: 0.9;
	}
	100%{
		transform:translate(0,-150px);
		opacity: 0;
	}
}
-moz-@keyframes heart{
	0%{
		transform:translate(0,0);
		opacity: 0;
	}
	50%{
		opacity: 0.9;
	}
	to{
		transform:translate(0,-150px);
		opacity: 0;
	}
}
-webkit-@keyframes heart{
	0%{
		transform:translate(0,0);
		opacity: 0;
	}
	50%{
		opacity: 0.9;
	}
	to{
		transform:translate(0,-150px);
		opacity: 0;
	}
}


/* 二级页banner */
.banner{ width:100%; height:343px; overflow:hidden; position:relative;}
.b-img{ height:343px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:343px; float:left;}
.b-list{ height:50px; padding-top:300px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #fff;background:#fff;}

/*二级页*/
.main_box{width:1100px;margin:0 auto;color:#656565;}
.main_tit{padding:40px 0;background:url(../images/main02.jpg) no-repeat center center;color:#656565;text-align:center;}
.main_tit dt{font-size:36px;line-height:50px;font-family:"宋体";text-transform:uppercase;}
.main_tit dd{font-size:20px;line-height:50px;}
.main_con{line-height:40px;font-size:16px;}
.main_plac_bg{height:422px;background:url(../images/main03.jpg) no-repeat center center;margin:30px 0;}
.main_plac_tit{padding:30px 0;background:url(../images/main04.jpg) no-repeat center center;color:#fff;text-align:center;}
.main_plac_tit dt{font-size:36px;line-height:50px;font-family:"宋体";text-transform:uppercase;}
.main_plac_tit dd{font-size:20px;line-height:50px;}
.main_plac_con{line-height:40px;height:200px;overflow:hidden;font-size:16px;color:#fff;}
.works_pro{margin-bottom:50px;}
.works_pro li{
	width:265px;
	margin:13px;
	float:left;
	overflow:hidden;
	position:relative;
}

.works_pro li .works_pro_name{	
	position:absolute;
	left:0;
	top:0;
	width:300px;	
	height:190px;
	padding:90px 20px 0;
	background:rgba(46,46,46,.8);
	font-size:18px;
	margin-left:-340px;
	transition:all .5s;
	display:block;
}

.works_pro_name h3{
	font-size:24px;
	line-height:50px;
	font-weight:normal;
}

.works_pro li:hover .works_pro_name{	
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	margin-left:0;
	margin-top:0;
}

.main_copyright{clear:both;background:#fdcaca;padding:15px 0;text-align:center;color:#545454;}

.main_course{padding:30px 0 80px;font-size:14px;}
.main_course li{width:520px;margin:15px;color:#656565;float:left;cursor:pointer;}

.main_course_pic{width:112px;height:117px;padding:6px;border:#f5c3c9 solid 3px;}
.main_course_con{width:350px;line-height:20px;}
.main_course li .main_course_con a{color:#656565;display:block;}
.main_course li .main_course_con a:hover{color:#f5c3c9;}
.main_course_con h3{font-size:18px;line-height:40px;}
.main_course_text{display:block;height:60px;overflow:hidden;padding:10px 0;}
.main_pro li{width:265px;height:200px;margin:5px;position:relative;;transition:all .5s;float:left;}
.main_pro li a{display:block;}
.main_pro li .main_pro_name{position:absolute;left:0;bottom:0;width:265px;height:40px;line-height:40px;color:#fff;background:rgba(0,0,0,0.5);text-align:center;transition:all .5s;}
.main_pro li:hover .main_pro_name{background:rgba(0,0,0,.5;);padding-top:80px;height:120px;}
.main_type{padding:30px 0;text-align:center;font-weight:bold;}
.main_type a{display:block;height:40px;line-height:40px;color:#656565;border-bottom:#656565 solid 1px;margin:0 100px;display:inline-block;}
.main_type a:hover{color:#ff576b;border-bottom:#ff576b solid 1px;}
.main_type_on{color:#ff576b;border-bottom:#ff576b solid 1px;}




#page{ padding:20px; margin:50px 0; text-align:center; width:100%;overflow:hidden;font-size:14px;}
#page a{padding:5px 8px; margin-left:5px;color:#939292;border:#ddd solid 1px;}
#page a:hover{ text-decoration:none;background:#f54c6b; color:#fff; }

#news_con {min-height: 360px;	padding-right: 0px;		text-align:justify;font-size:14px; font-family:"微软雅黑";  margin-bottom:20px; }
#news_con .h1 {	text-align: center;	font-size: 16px;line-height: 35px; margin-bottom:10px; margin-top:10px; }
#news_con .h2 {	text-align: center;	font-weight: normal;	width: 700px;	height: 35px;	line-height: 35px;	border-top: solid 1px #ccc;	border-bottom: solid 1px #ccc;	font-size:14px;  margin:5px auto;}
#news_con #pic { position:relative;text-align: center;	margin-bottom: 5px;}
#news_con #pic img { max-width:400px;}

#news_con #pic #prev{ position:absolute; top:50%; left:0px; font-size:50px;font-weight:bold}
#news_con #pic #next{ position:absolute; top:50%; right:0px; font-size:50px;font-weight:bold}
#news_con #pic #prev_none{position:absolute; top:50%; left:0px; font-size:50px;font-weight:bold; color:#999;}
#news_con #pic #next_none{ position:absolute; top:50%; right:0px; font-size:50px;font-weight:bold; color:#999;}

#news_cons_title{border-bottom:solid 1px #ccc; font-weight:bold ; font-size:15px; margin-bottom:10px;margin:0 auto;}
#news_cons{ margin-bottom:15px;  font-family:'微软雅黑'; line-height:32px; font-size:14px; padding:8px; margin:0 auto;}
#news_cons p{font-size:14px;}
#news_cons p span { font-size:14px;}
#news_con a{ color:#000;line-height:32px; font-size:14px;}
#news_cons img { max-width:600px;}