@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #fff;
}

#app {
	max-width: 750px;
	margin: auto;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex.jlr {
	justify-content: space-between;
}

.flex.j-center {
	justify-content: center;
}

.flex.j-end {
	justify-content: flex-end;
}

.flex.a-center {
	align-items: center;
}

.flex.col {
	flex-direction: column;
}

.flex.wrap {
	flex-wrap: wrap;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.header {
	width: 100%;
	height: 4.24rem;
	background: url(../img/header_top.jpg) no-repeat;
	background-size: 100% 100%;
	padding: .54rem 0 0 .9rem;
}
.header .logo {
	display: block;
	width: 2.71rem;
	height: .49rem;
	background: url(../img/logo.png) no-repeat;
	background-size: 100% 100%;
}

.header_center {
	width: 100%;
	height: 3.02rem;
	background: url(../img/header_center.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0rem 0 0 1.95rem;
}
.header_center .h_title {
	display: block;
	width: 3.5rem;
	height: 1.08rem;
	background: url(../img/banner_title.png) no-repeat;
	background-size: 100% 100%;
}
.header_end {
	width: 7.5rem;
	height: 4.36rem;
	background: url(../img/banner_end.jpg) no-repeat;
	background-size: 100% 100%;
}

.bg_second {
	background: url(../img/bg_second.png) repeat-x;
	padding: .9rem .8rem;
	height: 23rem;
}

.if_you_want {margin-bottom: 1rem;}
.if_you_is {margin-bottom: 1.5rem;}

.if_you_want .box {
	background: url(../img/bg_box_one.png) no-repeat center center; height: 6.56rem; padding-top: .8rem; background-size: 100% 100%;
}
.if_you_is .box {
	background: url(../img/bg_box_two.png) no-repeat center center; height: 5.79rem; padding-top: .8rem; background-size: 100% 100%;
}

.if_you_is .box .dec i {width: .12rem; height: .12rem; background: #1b1b1b; display: inline-block;}

.we_link .box {
	background: url(../img/bg_box_three.png) no-repeat center center; height: 6.28rem; padding-top: 1rem; background-size: 100% 100%;
}

.if_you_want .title {
	margin-bottom: .2rem;
}
.if_you_want .title img{
	height: .54rem;
	margin: 0 auto;
}

.if_you_want .dec {
	margin-left: .12rem;
	padding-top: .2rem;
	font-size: .28rem;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-weight: 500;
}
.we_link {margin-bottom: 0;}

.if_you_want .dec p { background: url(../img/line.png) repeat-x; background-position-y: 98%; display: inline-block; padding: 0 .05rem; margin: 0 auto; background-size: .16rem .1rem;}

.dec-end {font-size: .3rem; font-family: "Microsoft YaHei"; color: #1b1b1b; font-weight: 500; text-align: center; padding-top: .4rem; text-shadow: 0px 2px 4px #d7d7d7;}
.dec-end span{font-size: .36rem; color: #81511c;}

.dec-notice {color: #a0a0a0; font-size: .24rem; text-align: center; padding-top: .9rem;}

.bg_third {background: url(../img/bg_apply.jpg) no-repeat; height: 3.24rem; background-size: 100% 100%; padding: .6rem .2rem; color: #fff; font-size: .38rem; text-align: center; line-height: .7rem;}
.bg_third .small {font-size: .3rem;}

.apply_area {padding: .5rem .35rem; background: #fff;}
.apply_area .title {font-size: .42rem; font-weight: 600; color: #c6221f; text-align: center; border-bottom: #d9d9d9 dashed 1px; padding-bottom: .3rem;}

.control_group { border-bottom: #d9d9d9 solid 1px;}
.control_group label {font-size: .3rem; color: #444; display: block; overflow: hidden; padding-top: .6rem;}
.control_group label span {color: #cc0000;}
.control_group input {border: 0; outline:none;box-shadow: none; margin-top: 0; height: .8rem; font-size: .26rem;}
.control_group .controls {position: relative;}
.control_group .code_img {
	width: 1.6rem;
	height: auto;
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: .1rem;
}

 .apply_area .checkbox {color: #ccc; font-size: .2rem; margin-top: .3rem;}
.apply_area .checkbox input {
	margin-top: .05rem;
	margin-right: .12rem;
	width: .2rem;
	height: .2rem;
}
/*.apply_area .checkbox input[type="checkbox"]{
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
	border: 1px solid #ccc;
	float: left;
	margin-left: -20px;
	
} */
.apply_area .checkbox a {color: #cc0000; text-decoration: none;}
.apply_area .checkbox input {border-color: #ccc;}
.apply_area .checkbox:first-child {margin-right: .2rem;}
.apply_area .input_btn {display: block; text-decoration: none; background: url(../img/bg_btn.png) no-repeat; background-size: 100% 100%; height: 1.06rem; font-size: .3rem; margin-top: .5rem; color: #fff; text-align: center; padding-top: .25rem;}
.apply_area .input_btn a{display: block; text-decoration: none; background: url(../img/bg_btn.png) no-repeat; background-size: 100% 100%; height: 1.06rem; font-size: .3rem; margin-top: .5rem; color: #fff; text-align: center; padding-top: .25rem;}
.course_area {
	background: url(../img/bg_gray_h.png) repeat-x;
	height: 18.7rem; 
	padding: 1rem .6rem; 
}

.course_area .box {
	margin-top: .42rem;
	border:solid 1px #94653b;
	background: #fff;
}

.course_area .detail {
	font-size: .3rem;
	color: #1b1b1b;
}
.course_area .detail dl {padding:.4rem 0rem;}
.course_area .d_title {height: .58rem; line-height: .58rem; text-align: center; background: #94653b; font-size: .32rem; color: #fff; font-weight: 500;}
.course_area .detail dt { padding: .1rem .5rem 0rem .5rem; position: relative;}
.course_area .detail dt b {margin-right: .12rem;}

.teach_list {
	background: linear-gradient(-45deg,#e8d9cb,#fff);
	padding: 1.15rem .6rem .6rem .6rem;
	font-size: .24rem;
}

.teach_area {
	padding-top: .4rem;
}
.teach_list .photo img{ height: 1.78rem; max-width: 1.4rem;}
.teach_list .des {padding-left: .4rem;}
.teach_list .des h3 {font-size: .3rem; padding:.15rem 0 .2rem 0; font-weight: 600; color: #996c33;}
.teach_list .line{background:url(../img/bg_line.png) repeat-x; height: .23rem; width: 4.22rem; margin-top: .2rem;}
.teach_end{border-top: 1px solid #cfa972; margin-top: .4rem; padding: .3rem .8rem .3rem .0rem; text-align: right; font-size: .22rem; color: #626262; position: relative;}
.teach_end .swiper-pagination-fraction {
	position: absolute;
	left: auto;
	right: 0;
	width: auto;
	bottom: auto;
	top: .3rem;
	background: #cfa972; color: #81511c; font-size: .18rem; padding: 0rem .05rem; width: .7rem;
}

.come_area {
	background: url(../img/bg_s.png) repeat-x;
	padding: .9rem .8rem;
	/* height: 7.78rem; */
}
.come_area .list {
	font-size: .28rem;
	color: #1b1b1b;
	position: relative;
	margin-top: .6rem;
}
.come_area .list .top{
	color: #81511c;
	font-size: .3rem;
	padding-bottom: .05rem;
}
.come_area .l_icon {width: .9rem; height: .78rem; background: url(../img/icon_group.png) no-repeat; position: absolute; left: 0; top: .55rem; background-size: 100% 100%;}
.come_area .l_dec {padding-left: 1.1rem;}
.come_area .l_icon.c_icon {background: url(../img/icon_crrd.png) no-repeat; background-size: 100% 100%;}

.tuition_area {
	background: url(../img/bg_build.png) no-repeat;
	background-size: 100% 100%;
	height: 6.12rem;
	padding: .9rem .8rem;
}
.sign_area {
	background: url(../img/bg_footer.jpg) no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	height: 4.8rem;
}
.sign_area a{color: #1b1b1b; text-decoration: none;}

.tuition_area .dec {
	font-size: .28rem;
	color: #1b1b1b;
	padding-top: .5rem;
}
.tuition_area .dec p {padding: .06rem 0;}
.tuition_area .dec span {color: #94653b;}

.footer{width: 100%; font-size: 0.2rem; background: #b28850; color: #fff; text-align: center; padding:.25rem 0.2rem;}
.footer a {color: #fff; text-decoration: none;}

.footer_btn{width: 100%; font-size: 0.2rem; background: #494748; color: #fff; text-align: center; padding:0.2rem;}
.footer_btn a {
	display: inline-block;
	font-size: .2rem;
	width: 1.48rem;
	line-height: .36rem;
	background: url(../img/f_btn.png) no-repeat;
	background-size: 100% 100%;
	color: #494748;
	text-align: center;
	text-decoration: none;
	margin: 0px .06rem;
}

