/*
* @Author: 姚丽娟
* @Date:   2020-02-15 11:30:47
* @Last Modified by:   姚丽娟
* @Last Modified time: 2020-02-24 10:47:47
*/

/* ---------home页面 开始-------- */
.service{
	width: 100%;
	padding: 90px 0;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.service .title{
	font-size: 40px;
	font-family: 'Fredoka One', cursive;
	color:#1b1b1b;
	padding-bottom: 45px;
	margin:0px auto;
	position: relative;
}
.service .title:before{
	display: block;
	content:"";
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	width: 340px;
	height: 30px;
	background: url("../images/title-line.png")no-repeat;
}
.service .sub{
	font-size: 20px;
	color:#343434;
	margin-bottom: 30px;
}
.service .txt{
	margin-bottom: 40px;
}
.service .txt li{
	font-size: 20px;
	color:#343434;
	margin-bottom: 10px;
}
.service .txt li .dot{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #ffcc99;
	margin-right: 15px;
}
.service .service_box{
	position: relative;
}
.service .service_box .btn{
	display: none;
	cursor: pointer;
}
.service .service_box .lt,
.service .service_box .rt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.service .service_box .lt{
	left: 30px;
}
.service .service_box .rt{
	right: 30px;
}
.service .service_des{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
}
.service .service_des li{
	margin-right: 160px;
}
.service .service_des li .img img:hover{
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.service .service_des li:nth-child(3n){
	margin-right: 0;
}
.service .service_des .name,
.service .service_des .ratio{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Fredoka One', cursive;
}
.service .service_des p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.program{
	width: 100%;
	padding:90px 0px 50px;
	box-sizing: border-box;
	background-color: #f8b62d;
	text-align: center;
	overflow:hidden;
	color:#fff;
	position: relative;
}
.program .img1{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 350px;
}
.program .img2{
	position: absolute;
	top: 250px;
	left: 50%;
	transform: translateX(-100%);
	margin-left: -450px;
}
.program .title{
	font-size: 40px;
	font-family: 'Fredoka One', cursive;
	font-weight: bold;
	margin:0px auto 45px;
}
.program p{
	font-size: 22px;
	font-weight: bold;
}
.program .link{
	margin:25px auto 40px;
}
.program .link a{
	font-size: 22px;
	color:#fff;
}
.program .link a:hover{
	color:#e83828;
}
.program .prog_list{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.program .prog_list li{
	width: 216px;
	height: 123px;
	background: url("../images/cloud-bg.png")no-repeat;
	position: relative;
	top: 0;
	margin-right: 180px;
}
.program .prog_list li:hover{
	top:-10px;
	transition: all 0.3s ease-in-out;
}
.program .prog_list li:nth-child(3n){
	margin-right: 0;
}
.program .prog_list li a{
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	line-height: 26px;
	font-size: 24px;
	color:#e83828;
	font-family: 'Fredoka One', cursive;
}
.program .prog_list li:hover a{
	color:#ff9900;
}
.educators{
	width: 100%;
	padding:95px 0 150px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.educators .img1{
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-100%);
	margin-left: -170px;
}
.educators .img2{
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: 302px;
}
.educators .img3{
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: 175px;
}
.educators .img4{
	width: 100%;
	display: none;
}
.educators .img4{
	width: 100%;
	height: auto;
}
.educators .title{
	font-size: 40px;
	font-family: 'Fredoka One', cursive;
	color:#1b1b1b;
	margin: 0px auto 45px;
}
.educators p{
	font-size: 18px;
	color:#343434;
	font-weight: bold;
}
.educators .edu_list{
	margin-top: 40px;
}
.educators .edu_list li{
	list-style: inside;
	font-size: 18px;
	color:#343434;
	line-height: 30px;
}
.cuisine{
	width: 100%;
	background: url("../images/organic-bg.png")no-repeat center top;
	background-size: cover;
	padding:90px 0;
	box-sizing: border-box;
	overflow:hidden;
}
.cuisine .title{
	font-size: 40px;
	color:#fff;
	font-family: 'Fredoka One', cursive;
	text-align: center;
	margin:0px auto 45px;
}
.cuisine .cui_list{
	width: 100%;
	color:#fff;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	margin-bottom: 35px;
}
.cuisine .cui_list li.txt{
	position: relative;
	left: 50%;
	width: 50%;
}
.cuisine .cui_list li.txt p{
	word-wrap: break-all;
	word-break: break-word;
}
.cuisine .cui_list li.img{
	position: absolute;
	left: 50%;
	top: 15px;	
	width: 50%;
}
.cuisine .list1 .txt,
.cuisine .list3 .txt{
	transform: translateX(-100%);
	margin-left: 22px;
	text-align: right;
}
.cuisine .list1 .img,
.cuisine .list3 .img{
	margin-left: 70px;
}
.cuisine .list2 .img{
	transform: translateX(-100%);
	margin-left: -40px;
	text-align: right;
}
.cuisine .list2 .txt{
	margin-left: 20px;
	padding-right: 25px;
	box-sizing: border-box;
}
.cuisine .name{
	font-size: 24px;
	color:#eee558;
	font-family: 'Fredoka One', cursive;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,.15);
	margin-bottom: 45px;
}
.facility{
	width: 100%;
	box-sizing: border-box;	
	position: relative;
}
.facility img{
	width: 100%;
	height: auto;
}
.facility .txt_box{
	background-color: rgba(255,255,255,.9);
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%,-50%);
	margin-left: 180px;
	padding:15px 20px 10px;
	box-sizing: border-box;
	color:#343434;
	overflow: hidden;
	white-space: nowrap;
}
.facility .txt_box .title{
	font-size: 40px;
	color:#1b1b1b;
	font-family: 'Fredoka One', cursive;
	margin-bottom: 35px;
}
.facility .txt_box .txt{
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 24px;
	letter-spacing: -0.5px;
}
.facility .txt_box .txt .small_size{
	display: none;
}
.contact{
	width: 100%;
	background:#f9f7f8 url("../images/contact-bg.png")no-repeat center bottom;
	text-align: center;
	padding:90px 0 520px;
	box-sizing: border-box;
	overflow: hidden;
}
.contact .title{
	margin:0px auto 25px;
	font-size: 40px;
	color:#1b1b1b;
	font-family: 'Fredoka One', cursive;
	position: relative;
}
.contact p{
	font-size: 26px;
	color:#343434;
	position: relative;
}
.contact p img{
	margin-right: 10px;
}
.contact .img{
	width: 100%;
	height: auto;
	margin-top: -20px;
}
.contact .img img{
	width: 100%;
}
/* --------- home 页面 结束---------- */

/* --------- program 页面 开始------- */
.service_txt_list{
	width: 100%;
	position: relative;
	padding-top:90px;
}
.service_txt_list li.txt{
	position: relative;
	left: 50%;
	text-align: left;
}
.service_txt_list.list1 .txt,
.service_txt_list.list3 .txt{
	transform: translateX(-100%);
}
.service_txt_list.list1 .txt{
	max-width: 615px;
	margin-left: 25px;
}
.service_txt_list.list2 .txt{
	margin-left: 12px;
}
.service_txt_list.list3 .txt{
	max-width:780px;
	margin-left: 200px;
}
.service_txt_list .name{
	font-size: 28px;
	color:#333;
	font-family: 'Fredoka One', cursive;
	margin-bottom: 10px;
}
.service_txt_list .subname{
	font-size: 18px;
	color:#cc9966;
	font-family: 'Fredoka One', cursive;
	margin-bottom: 25px;
}
.service_txt_list .section{
	font-size: 14px;
	color:#343434;
	line-height: 28px;
	margin-bottom: 30px;
	white-space: normal;
}
.service_txt_list .img{
	position: absolute;
	left: 50%;
	top: 20px;
	line-height: 100%;
}
    padding-top：50px
}
.service_txt_list.list3 .img{
	margin-left: 110px;
    margin-top：50px
    padding-top：50px
}
.service_txt_list.list2 .img{
	transform: translateX(-100%);
	margin-left: -220px;
    padding-top：50px
}
.program_detail{
	width: 100%;
	padding:90px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color:#343434;
}
.program_detail .title{
	font-size: 40px;
	color:#1b1b1b;
	font-family: 'Fredoka One', cursive;
	padding-bottom: 45px;
	margin:0px auto;
	position: relative;
}
.program_detail .title:before{
	display: block;
	content:"";
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	width: 340px;
	height: 30px;
	background: url("../images/title-line.png")no-repeat;
}
.program_detail .section{
	padding-top:90px;
	padding-bottom: 85px;
	position: relative;
}
.program_detail .section:before{
	display: block;
	content:"";
	width: 67px;
	height: 8px;
	background: url("../images/dots.png")no-repeat;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
}
.program_detail .section:last-child:before{
	display: none;
}
.program_detail .name{
	font-size: 46px;
	color:#cc9966;
	font-family: 'Fredoka One', cursive;
	margin-bottom: 70px;
}
.program_detail .txt{
	line-height: 26px;
	margin-bottom: 38px;
}
/* --------- program 页面 结束------- */

/* ---------- web Cam 页面 开始----- */
.web_cam{
	width: 100%;
	height: 713px;
	background: #ebffd8 url("../images/webcam-bg.png")no-repeat center 85px;
	background-size: cover;
	overflow: hidden;
	padding-top: 85px;
}
.web_cam .title{
	text-align: center;
	font-size: 32px;
	color:#333333;
	font-family: 'Fredoka One', cursive;
	padding-top: 100px;
	box-sizing: border-box;
	margin:0px auto 35px;
}
.web_cam .login{
	width: 510px;
	margin:0 auto 85px;
}
.web_cam .login li{
	height: 27px;
	line-height: 27px;
	margin-bottom: 14px;
	padding-left: 165px;
	box-sizing: border-box;
	position: relative;
}
.web_cam .login li span{
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	text-align: right;
	font-size: 20px;
	font-family: 'Fredoka One', cursive;
	color:#2b2b2b;
	position: absolute;
	left: 0;
	top: 0;
}
.web_cam .login li input{
	width: 100%;
	height: 27px;
	line-height: 27px;
	border-radius: 13.5px;
	padding-left: 15px;
	box-sizing: border-box;
	background-color: #fff;
	border:0;
	outline: none;
}
.web_cam .login li.btns{
	padding-top: 20px;
	height: auto;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-left: 0;
}
.web_cam .login li.btns dd:hover{
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.web_cam .login li.btns input{
	width: 126.56px;
	height: 44.56px;
	border-radius: 22.27px;
	color:#fff;
	font-size: 20px;
	font-family: 'Fredoka One', cursive;
	background-color: #71ba2b;
	border:0;
	outline: 0;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
}
.web_cam .login li.btns a{
	color:#fff;
	font-size: 14px;
	font-family: 'Fredoka One', cursive;
	line-height: 44.56px;
}
.web_cam .login li.wrong{
	display: none;
	padding-left: 50px;
	font-size: 16px;
	color:red;
}
.web_cam .ap_links{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.web_cam .ap_links a:hover img{
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.web_cam .ap_links a:first-child{
	margin-right: 30px;
}