body {
	color: #414141;
	margin: 0;
}
.container h4{
	font-size: 30px;
	text-align: center;
	padding: 5% 0 3%;
}
.container h4 p{
	font-size: 20px;
	font-weight: normal;
	padding-top: 5px;
}
.banner{
	position: relative;
}
.banner a{
	position: absolute;
	left: 14%;
	top: 50%;
	width: 12%;
	height: 12%;
}
.about>p{
	font-size: 16px;
	line-height: 28px;
	width: 90%;
	margin: 0 auto 3%;
	text-align: center;
}
.about p span,.case>p span{
	font-weight: bold;
}
.about section{
	padding-left: 9.375%;
	padding-right: 9.375%;
	padding-bottom: 2%;
	position: relative;
	border-bottom: 1px solid #7b7b7b;
}
.about section:before,.about section:after{
	position: absolute;
	content: '';
	top: 10%;
	bottom: 0;
	width: 1px;
	background-color:#7b7b7b;
}
.about section:before{
	left: 0;
}
.about section:after{
	right: 0;
}
.majors li section{
	position: relative;
}
.majors li h5{
	position: absolute;
	left: 0;
	width: 100%;
	top: 30%;
	padding-bottom: 6%;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.majors li h5:after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 12%;
	left: 44%;
	height: 5px;
	background-color: #00b379;
}
.majors li p{
	font-size: 14px;
	line-height: 24px;
	padding: 8% 5%;
	border: 1px solid #7b7b7b;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.majors li:hover p{
	border-color: #fff;
	box-shadow: 0 10px 14px rgba(18,87,61,.1);
}
.tutor{
	padding-bottom: 4%;
	margin-top: 4%;
	background-color: #f6f6f6;
}
.tutor .container{
	position: relative;
}
.tutor section{
	padding: 10%;
	background-color: #fff;
}
.tutor section img{
	border: 10px solid #f1f1f1;
	border-radius: 50%;
}
.tutor .swiper-slide:hover section img{
	border-color: #00b379;
}
.tutor section h5{
	font-size: 18px;
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
}
.tutor section h5:before{
	position: absolute;
	content: '';
	top: 20px;
	width: 50%;
	height: 1px;
	background-color: #7b7b7b;
}
.tutor section h5:after{
	position: absolute;
	content: '';
	left: 10px;
	bottom: 10px;
	width: 1px;
	height: 20px;
	background-color: #7b7b7b;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.tutor section p{
	color: #4aa580;
	font-size: 16px;
	line-height: 26px;
}

.plus{
	background: url(images/bg.jpg) no-repeat center;
	background-size: cover;
}
.plus h4{
	color: #fff;
}
.plus li{
	display: inline-block;
	width: 21.25%;
	color: #fff;
	margin-right: 5%;
	margin-bottom: 5%;
	vertical-align: bottom;
}
.plus li h5{
	font-size: 18px;
	padding-top: 50%;
	padding-left: 28%;
}
.plus li:first-of-type h5{
	background: url(images/01.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li:nth-of-type(2) h5{
	background: url(images/02.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li:nth-of-type(3) h5{
	background: url(images/03.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li:last-of-type h5{
	background: url(images/04.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li p{
	position: relative;
	padding: 5% 8%;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10%;
	margin-right: 10%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.plus li:hover{
	color: #00B379;
}
.plus li:first-child:hover h5{
	background: url(images/1.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li:nth-child(2):hover h5{
	background: url(images/2.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li:nth-child(3):hover h5{
	background: url(images/3.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li:nth-child(4):hover h5{
	background: url(images/4.png) no-repeat left bottom;
	background-size: 48%;
}
.plus li:hover p{
	border-top: 1px solid #00B379;
	border-bottom: 1px solid #00B379;
}
.case {
	position: relative;
	padding-bottom: 1%;
}
.case .info{
	margin-top: 8%;
	padding: 8% 10%;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
}
.case .info h5{
	font-size: 18px;
	padding-bottom: 10px;
}
.case .info p{
	font-size: 14px;
	line-height: 22px;
}
.case li:hover .info{
	color: #00B379;
	border-top: 1px solid #00B379;
	border-bottom: 1px solid #00B379;
}
.case img{
	width: 100%;
}
.case .swiper-pagination{
	bottom: 2%;
}
.case .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #979797;
}
.case .swiper-pagination-bullet-active{
	background: #414141;
}
.prev,.next{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 34px;
	cursor: pointer;
}
.prev{
	left: -50px;
	background: url(images/arrow1.png) no-repeat center;
}
.next{
	right: -50px;
	background: url(images/arrow2.png) no-repeat center;
}
.zpj .swiper-container{
	padding-bottom: 6%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 8%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #979797;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #414141;
}
.qa {
	background: #f7f7f7;
	padding-bottom: 5%;
}
.qa .question,.qa .register2{
	display: inline-block;
	vertical-align: top;
}
.qa .question{
	width: 48%;
	vertical-align: middle;
}
.qa .question li{
	padding: 2%;
	border: 1px dashed #e8e8e8;
	margin-bottom: 1%;
}
.qa .question li .q{
	padding-right: 15%;
	background: url(images/Q.png) no-repeat right top;
	background-size: 30px;
	margin-bottom: 2%;
}
.qa .question li .a{
	padding-left: 15%;
	background: url(images/A.png) no-repeat left top;
	background-size: 40px;
}
.qa .question li .q p{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	min-height: 30px;
	background: #414141;
}
.qa .question li .a p{
	font-size: 13px;
	background: #e8e8e8;
}
.qa .question li p{
	position: relative;
	padding: 2% 5%;
	line-height: 25px;
	border-radius: 5px;
}
.qa .question li p:after{
	position: absolute;
	content: '';
	top: 20%;
}
.qa .question li .q p:after{	
	right: -28px;	
	border-top: 10px solid #414141;
	border-left: 15px solid #414141;
	border-bottom: 10px solid transparent;
	border-right: 15px solid transparent;
	border-radius: 0 5px 0 0;
}
.qa .question li .a p:after{	
	left: -28px;	
	border-top: 15px solid #e8e8e8;
	border-right: 20px solid #e8e8e8;
	border-bottom: 15px solid transparent;
	border-left: 20px solid transparent;
	border-radius: 12px 0 0 0;
}
.qa .question li:hover{
	-webkit-transform: translate(5%,-5%);
	-moz-transform: translate(5%,-5%);
	-ms-transform: translate(5%,-5%);
	-o-transform: translate(5%,-5%);
	transform: translate(5%,-5%);
	background: #fff;
	box-shadow: -10px 10px 14px rgba(18,87,61,.1);
}
.qa .question li:hover p{
	color: #fff;
	background: #00B379;
}
.qa .question li:hover .q p:after{	
	border-top: 10px solid #00B379;
	border-left: 15px solid #00B379;
}
.qa .question li:hover .a p:after{	
	border-top: 15px solid #00B379;
	border-right: 20px solid #00B379;
}
.qa .register{
	display: inline-block;
	width: 45%;
	color: #fff;
	margin-left: 5%;
	background: url(images/zhuce.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 3% 0 5%;
	vertical-align: middle;
}
.qa .register h5{
	font-size: 30px;
	padding: 5% 0 5% 10%;
	margin: 0 10%;
	background: url(images/icon5.png) no-repeat 30% center;
	background-size: 11%;
	border-bottom: 1px solid #fff;
}
.qa .register p{
	width: 60%;
	font-size: 18px;
	margin: 5% auto 0;
	text-align: left;
}
.qa .register p:first-of-type{
	margin-top: 10%;
}
.qa .register p input{
	width: calc(100% - 90px);
	height: 45px;
	color: #666;
	line-height: 45px;
	font-size: 15px;
	text-indent: 10px;
	background-color: #fff;
	vertical-align: middle;
}
.register p textarea{
	resize: none;
	width: 100%;
	height: 96px;
	font-size: 16px;
	color: #666;
	padding: 10px;
	line-height: 24px;
	margin-top: 10px;
}
.qa .register p.tj{
	background: #00B379;
	margin-top: 8%;
}
.qa .register p.tj input{
	width: 100%;
	background: transparent;
	text-indent: 0;
	text-align: center;
	color: #fff;
}
