body {
	color: #414141;
	margin: 0;
}
.container{
	padding-left: .4rem;
	padding-right: .4rem;
}
.container h4{
	font-size: .72rem;
	padding: 1.2rem 0 .8rem;
	text-align: center;
}
.container h4 p{
	font-size: .48rem;
	font-weight: normal;
	padding-top: .1rem;
}
.banner{
	position: relative;
}
.banner a{
	position: absolute;
	right: 1rem;
	top: 5.5rem;
	width: 6rem;
	height: 2rem;
}
.about{
	padding: 0 .3rem;
}
.about>p{
	font-size: 14px;
	line-height: 28px;
	padding: .6rem;
	background-color: #f5f5f5;
}
.about p span,.case>p span{
	font-weight: bold;
}
.about img{
	width: 13.2rem;
	display: block;
	margin: 0 auto;
}
.majors li{
	position: relative;
	display: inline-block;
	width: 6.9rem;
	margin-right: .4rem;
	margin-bottom: .4rem;
}
.majors li h5{
	position: absolute;
	left: 0;
	width: 100%;
	top: 1rem;
	font-size: 0.48rem;
	color: #fff;
	padding-bottom: .4rem;
	text-align: center;
}
.majors li h5:after{
	position: absolute;
	content: '';
	bottom: 0;
	width: .8rem;
	left: 3.05rem;
	height: .12rem;
	background-color: #00b379;
}
.majors li p{
	font-size: .4rem;
	padding: .4rem .6rem;
	border-color: #fff;
	box-shadow: 0 10px 14px rgba(18,87,61,.1);
}
.tutor{
	padding-bottom: 4%;
	margin-top: .8rem;
	background-color: #f6f6f6;
}
.tutor .swiper-container{
	padding-left: .6rem;
	padding-right: .6rem;
	padding-bottom: 1.2rem;
}
.tutor li{
	padding-top: .6rem;
	padding-bottom: .6rem;
	border-top: 1px solid #7b7b7b;
}
.tutor li:last-of-type{
	border-bottom: 1px solid #7b7b7b;
}
.tutor img{
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	margin-left: .4rem;
	margin-right: .4rem;
	border: .16rem solid #00b379;
	border-radius: 50%;
	vertical-align: middle;
}
.tutor section{
	display: inline-block;
	width: 8rem;
	vertical-align: middle;
}
.tutor section h5{
	font-size: .6rem;
	padding-bottom: 1rem;
	position: relative;
}
.tutor section h5:after{
	position: absolute;
	content: '';
	left: .2rem;
	bottom: .25rem;
	width: 1px;
	height: .4rem;
	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: .48rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.2rem;
	background-color: #979797;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #414141;
}
.plus{
	padding: 0 .6rem;
	background: url(images/bg.jpg) no-repeat center;
	background-size: cover;
}
.plus h4{
	color: #fff;
}
.plus li{
	display: inline-block;
	width: 6rem;
	color: #fff;
	margin-right: 1rem;
	margin-bottom: 1rem;
	vertical-align: top;
}
.plus li h5{
	font-size: .48rem;
	padding-top: 1.6rem;
	padding-left: 1.2rem;
}
.plus li:first-of-type h5{
	background: url(images/01.png) no-repeat left bottom;
	background-size: 2.4rem;
}
.plus li:nth-of-type(2) h5{
	background: url(images/02.png) no-repeat left bottom;
	background-size: 2.4rem;
}
.plus li:nth-of-type(3) h5{
	background: url(images/03.png) no-repeat left bottom;
	background-size: 2.4rem;
}
.plus li:last-of-type h5{
	background: url(images/04.png) no-repeat left bottom;
	background-size: 2.4rem;
}
.plus li p{
	font-size: .4rem;
	padding: .4rem;
	margin-top: .4rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.case ul{
	padding: 0 .6rem;
}
.case li{
	display: inline-block;
	width: 6rem;
	margin-right: 1rem;
	margin-bottom: .8rem;
	vertical-align: top;
}
.case li:nth-child(2n){
	margin-right: 0;
}
.case .info{
	margin-top: .6rem;
	padding: .4rem;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
}
.case .info h5{
	font-size: .48rem;
	padding-bottom: .1rem;
}
.case li h5 span{
	display: inline-block;
	font-size: .4rem;
	font-weight: normal;
	padding-left: .4rem;
}
.case .info p{
	font-size: .4rem;
	padding-top: .1rem;
}
.zpj{
	padding-bottom: 1rem;
}
.zpj .swiper-container{
	padding-bottom: 1rem;
}

.question{
	padding: 0 .3rem;
	background: #f7f7f7;
}
.question li{
	padding: .2rem .4rem;
	border: 1px dashed #e8e8e8;
	margin-bottom: .4rem;
}
.question li .q{
	padding-right: 1.4rem;
	background: url(images/Q.png) no-repeat right top;
	background-size: .8rem;
	margin-bottom: .2rem;
}
.question li .a{
	padding-left: 1.4rem;
	background: url(images/A.png) no-repeat left top;
	background-size: .8rem;
}
.question li .q p{
	font-size: .48rem;
	font-weight: bold;
	color: #fefefe;
	min-height: .6rem;
	background: #414141;
}
.question li .a p{
	font-size: .44rem;
	background: #e8e8e8;
}
.question li p{
	position: relative;
	padding: .4rem;
	border-radius: .2rem;
}
.question li p:after{
	position: absolute;
	content: '';
	top: .4rem;
}
.question li .q p:after{	
	right: -0.56rem;	
	border-top: .2rem solid #414141;
	border-left: .3rem solid #414141;
	border-bottom: .2rem solid transparent;
	border-right: .3rem solid transparent;
	border-radius: 0 .12rem 0 0;
}
.question li .a p:after{	
	left: -0.56rem;	
	border-top: .3rem solid #e8e8e8;
	border-right: .4rem solid #e8e8e8;
	border-bottom: .3rem solid transparent;
	border-left: .4rem solid transparent;
	border-radius: .24rem 0 0 0;
}
.register{
	background: url(images/zhuce2.jpg) no-repeat center;
	background-size: cover;
	padding: .4rem 1rem 1.2rem;
	margin: 1rem .3rem .8rem;
}
.register h4{
	color: #fff;
	padding: .8rem;
	margin-bottom: 1.2rem;
	background: url(images/icon5.png) no-repeat 3rem center;
	background-size: 1.16rem;
	border-bottom: 1px solid #fff;
}
.register p{
	width: 10.4rem;
	line-height: 1.4rem;
	font-size: 0.48rem;
	text-indent: .4rem;
	margin: .3rem auto 0;
	background: #fff;
}
.register p input{
	width: 7rem;
	line-height: 1rem;
	padding: .2rem 0;
	font-size: .48rem;
	text-indent: .2rem;
	background: transparent;
	vertical-align: top;
}
.register p textarea{
	resize: none;
	display: block;
	width: 9.6rem;
	height: 3rem;
	color: #414141;
	font-size: .48rem;
	font-weight: bold;
	padding: .4rem;
	outline: none;
	border: none;
}
.register p.tj{
	background: #00B379;
	margin-top: .8rem;
	text-indent: 0;
}
.register p.tj input{
	width: 100%;
	text-indent: 0;
	text-align: center;
	color: #fff;
}
