﻿*{
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}

.surround{
	width: 100%;
}
.surround .zhanwei{
	width: 100%;
	height: 700px;
	position: relative;
}
/*顶部轮播图*/
.surround .banner{
	width: inherit;
	height: 828px;
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	/*background: url(../img/banner3.jpg) center no-repeat;*/
	background-size: 100% 100%;
	z-index: 1;
}

div.swiper-slide1{
	background: url(../img/banner1.jpg) center 0 no-repeat ;
	height: 828px;
}

div.swiper-slide2{
	background: url(../img/banner2.jpg) center 0 no-repeat ;
	height: 828px;
}

.top1{
	position: absolute;
	top:0;
	width:100%;
	text-align: center;
	/*background: url(../img/logo.png) no-repeat;*/
	z-index: 2;
}

div.swiper-slide3{
	background: url(../img/banner3.jpg) center 0 no-repeat ;
	height: 828px;
}

.surround .qianjing{
	position: relative;
	background: url(../img/a1.png) center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 818px;
	z-index: 111;
}

/*课程内容轮播图*/
.course1{
	width: 100%;
	height: 850px;
	background: url(../img/a2.png) no-repeat center;
	overflow: hidden;
}
.course2{
	width: 100%;
	height: 705px;
	background: url(../img/a3.png) no-repeat center;
	overflow: hidden;
}

.course1 .course1_banner,.course2 .course2_banner{
	width: 1102px;
	height: 545px;
	border-radius: 30px;
/*	background-color: brown;*/
}
.course1 .course1_banner{
	margin: 235px auto;
}

.zhichi,.zhichi img{
	width: 100%;
}
.course2 .course2_banner{
	margin: 78px auto;
	position: relative;
}

/*总部师资培新体系*/
.shizi{
	width: 100%;
	height: 1440px;	
	background: url(../img/b1.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.shizi_title{
    width: 400px;
    height: 78px;
    margin: 40px auto;
    color: white;
    font-size: 31px;
    letter-spacing: 7px;
    background-color: rgb(248,70,10);
    text-align: center;
    line-height: 78px;
    border-radius: 29px;
}
.shizi .shizi_content{
	width: 1245px;
	height: 1260px;
	margin: 40px auto;

}
.shizi .shizi_content .shizi_img{
	width: 610px;
	height: 400px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.shizi .shizi_content .shizi_hover{
    width: 596px;
    height: 392px;
    position: absolute;
    /* border: 1px solid blue; */
    top: 2px;
    left: 6px;
    background-color: ghostwhite;
    opacity: 0.9;
    border-radius: 30px;
    text-align: center;
    display: none;
}
.shizi .shizi_content .shizi_img:hover .shizi_hover{
	display: block;
}
.shizi .shizi_content .shizi_hover h4{
    color: orangered;
    font-size: 31px;
    margin-top: 65px;
    margin-bottom: 35px;
    letter-spacing: 3px;
}
.shizi .shizi_content .shizi_hover span{
	display: block;
    margin: 0 auto;
    width: 460px;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    font-weight: bolder;
}
.shizi .shizi_content .shizi_img:nth-of-type(odd){
	float: left;
}
.shizi .shizi_content .shizi_img:nth-of-type(even){
	float: right;
}
@media (max-width:1000px){
	.shizi .shizi_content{width:610px;}
	.shizi{height:2700px;}
	.surround .qianjing{height:430px;}
}
/*校园展示*/
.show,.show img{
	width: 100%;
	display:block;
}


/*留言板模块*/
.leave{
	width: 100%;
	height: 555px;
	
}
.leave .leave_content{
	/*width: 1185px;*/
	height: 555px;
	margin: auto;
	overflow: hidden;
	background: url(../img/留言.png) no-repeat center;
}
.leave .leave_content form{
	width: 700px;
	height: 318px;
	margin: 217px auto;
	/*border: 1px solid red;*/
}
.leave .leave_content form>input{
	width: 325px;
	height: 55px;
	margin-bottom: 20px;
	font-size: 22px;
}
.leave .leave_content .name{
	float: left;
}
.leave .leave_content .phone{
	float: right;
}
.leave .leave_content form textarea{
	width: 100%;
	height: 125px;
	font-size: 22px;
}
.leave .leave_content .reset,.leave .leave_content .submit{
	width: 232px;
	height: 65px;
	border: none;
	outline: none;
	border-radius: 15px;
	color: white;
	font-size: 35px;
}
.leave .leave_content p{
	display: block;
	width: 520px;
	height: 65px;
	margin:25px auto;
}
.leave .leave_content .submit{
	float: left;
	background-color: rgb(255,127,2);
}
.leave .leave_content .reset{
	background-color: rgb(88,196,2);
	float: right;
}
/*轮播图*/
.swiper-container>div.swiper1{
	bottom:15px;
}
.contain{
	position: relative;
}
div.swiper-button-next1,div.swiper-button-next2{
	background: url(../img/3.png);
}
div.swiper-button-prev1,div.swiper-button-prev2{
	background: url(../img/2.png);
}
@media (max-width:800px){
	.shizi .shizi_content{width:610px;}
	.shizi{height:2700px;}
	.surround .qianjing{height:430px;}
}