@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	border: 0;
}
body{
	margin: 0 auto;
	max-width: 750px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {
	text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* 2. 根字体核心适配（关键！） */
html {
  /* 1080设计稿基准：1rem = 100px */
  font-size: 100px;
}

/* 3. 自动适配所有手机屏幕 */
@media screen and (max-width: 1080px) {
  html {
    font-size: 9.25925vw !important;
  }
}

/* 4. 禁止用户缩放，保证移动端体验 */
meta[name="viewport"] {
  width: device-width;
  initial-scale: 1.0;
  maximum-scale: 1.0;
  user-scalable: no;
}

/* 5. 图片默认适配（不变形） */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

/*头部*/

.images1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.part1 {
    width: 100%;
    height: 17.21rem;
    background: url("../images/part_02.jpg") no-repeat top;
    background-size: 100% 100%;
    margin: 0 auto;
	object-fit: cover;
	overflow: hidden;
}

.btn {
    display: block;
    width: 6.6rem;
    height: 1.5rem;
    border-radius: .75rem;
    line-height:1.5rem;
    font-size: .6rem;
    color: #e50000;
    text-align: center;
    font-weight: bolder;
    margin: 13.8rem auto 0 auto;
    background: -webkit-linear-gradient(45deg, #ffde29, #ffca10);
    background: -o-linear-gradient(45deg, #ffde29, #ffca10);
    background: linear-gradient(to 45deg, #ffde29, #ffca10);
    -webkit-box-shadow: 0rem 0.11rem 0.18rem rgba(255, 196, 19, .24);
    -moz-box-shadow: 0rem 0.11rem 0.18rem rgba(255, 196, 19, .24);
    box-shadow: 0rem 0.11rem 0.18rem rgba(255, 196, 19, .24);
}

.why{
	width: 100%;
	background: #ebf1ff;
	overflow: hidden;
	height: 21rem;
	padding: 1.4rem 0;
}
.tit-h2{
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 0.7rem;
}
.tit-h3{
	color: #888;
	text-align: center;
	font-weight: normal;
	font-size: 0.35rem;
	margin: 0.15rem auto 1rem;
}

.why ul{
	width: 10.4rem;
	margin: 0 0.2rem;
	overflow: hidden;
}
.why ul li{
	width: 5rem;
	height: 5rem;
	margin: 0.1rem;
	float: left;
	background: url("../images/why-bj.png") no-repeat top;
	border-radius: 0.2rem;
	box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
	-moz-box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
	-webkit-box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
	overflow: hidden;
}
.why ul li .tu{
	width: 1.34rem;
	height: 1.34rem;
	text-align: center;
	margin: 0.4rem 1.83rem;
}
.why ul li h4{
	font-size: 0.5rem;
	text-align: center;
	color: #333;
}
.why ul li p{
	color: #555;
	font-size: 0.35rem;
	line-height: 0.5rem;
	display: block;
	width: 4.4rem;
	margin: 0.3rem 0.3rem;
	overflow: hidden;
	height: 1.4rem;
}


/*班型轮播*/

.slick-dots {
	/*position: absolute;*/
	overflow: hidden;
	
	/*left: 0;*/
	width: 100%;
	text-align: center;
	margin-top: -0.7rem;
	
}
.slick-dots li {
	display: inline-block;
	margin: 0 0.2rem;
}
.slick-dots button {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	
	border: none;
	font-size: 0;
	padding: 0;
	margin: 0;
	background-color: #cbcbcb;
	border-radius: 0.2rem;
}
.slick-dots .slick-active button {
	background-color: #ff5200;
	width: 0.4rem;
}

/*讲师介绍*/

.js-01{
	width: 100%;
    height: 12.36rem;
    background: url("../images/js-01.jpg") no-repeat top;
    background-size: 100% 100%;
    margin: 1.4rem auto 0;
	object-fit: cover;
	overflow: hidden;
}
.js-01 .xm{
	font-size: 0.7rem;
	color: #bf1628;
	font-weight: bold;
	margin-left: 0.6rem;
}
.js-01 .zw{
	font-size: 0.4rem;
	color: #555;
	font-weight: 100;
	margin-bottom: 1.35rem;
	margin-top: 0.4rem;
	margin-left: 0.6rem;
	line-height: 0.6rem;
}
.js-01 p{
	font-size: 0.35rem;
	color: #fff;
	line-height: 0.6rem;
	width: 8rem;
	margin-left: 1.6rem;
	margin-bottom: 0.2rem;
}

.js-02{
	width: 100%;
    height: 7.4rem;
    background: url("../images/js-02.jpg") no-repeat top;
    background-size: 100% 100%;
    margin:0 auto;
	object-fit: cover;
	overflow: hidden;
	
}
.js-02 p{
	font-size: 0.35rem;
	color: #333;
	line-height: 0.6rem;
	width: 9rem;
	margin-left: 0.75rem;
	margin-top: 0.25rem;
}
.yuan{
	color: #f61720
}

/*流程*/
.lc{
	width: 100%;
    height: 18.13rem;
    background: url("../images/lc.jpg") no-repeat top;
    background-size: 100% 100%;
    margin:0 auto;
	object-fit: cover;
	overflow: hidden;
}
.lc ul{
	width: 9.68rem;
	margin: 0.56rem;
	overflow: hidden;
}
.lc ul li{
	float: left;
	width: 4.5rem;
	margin: 0.17rem;
	height: 1.5rem;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
	-moz-box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
	-webkit-box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
}
.lc ul li .ico{
	width: 1.27rem;
	margin: 0.12rem;
	height: 1.26rem;
	float: left;
	overflow: hidden;
}
.lc ul li .ico img {
  width: 100%;    /* 宽度铺满容器 */
  height: 100%;   /* 高度铺满容器 */
  object-fit: contain; /* 完整显示图片，不变形（推荐） */
  /* 如需填满容器可改用 object-fit: cover; 会裁剪边缘但不留白 */
  display: block; /* 消除图片默认底边留白 */
}

.wenzi{
	float: left;
	margin: .1rem;
	width: 2.5rem;
}
.wenzi p{
	display: block;
	font-size: .35rem;
	font-weight: bold;
	color: #c9142b;
	width: 2.5rem;
}
.wenzi span{
	display: block;
	width: 2.5rem;
	font-size: .25rem;
	color: #555;
	line-height: .35rem;
}

.kq {
    width: 100%;
    height: 8.14rem;
    background: url("../images/kq.jpg") no-repeat top;
    background-size: 100% 100%;
    margin: 0 auto;
	object-fit: cover;
	overflow: hidden;
}

.kq-anniu {
    display: block;
    width: 6.6rem;
    height: 1.5rem;
    border-radius: .75rem;
    line-height:1.5rem;
    font-size: .6rem;
    color: #e50000;
    text-align: center;
    font-weight: bolder;
    margin: 5.5rem auto 0 auto;
    background: -webkit-linear-gradient(45deg, #ffead6, #faddac);
    background: -o-linear-gradient(45deg, #ffead6, #faddac);
    background: linear-gradient(to 45deg, #ffead6, #faddac);
    -webkit-box-shadow: 0rem 0.11rem 0.18rem rgba(255, 196, 19, .24);
    -moz-box-shadow: 0rem 0.11rem 0.18rem rgba(255, 196, 19, .24);
    box-shadow: 0rem 0.11rem 0.18rem rgba(255, 196, 19, .24);
}
.bottom{
	width: 100%;
	height: 5.5rem;
	margin: 0 auto .7rem;
	background: #fff;
}
.bottom h2{
	text-align: center;
	color: #333;
	margin: 1.2rem auto .3rem;
	font-size: 0.7rem;
}
.bottom p{
	font-size: 0.3rem;
	line-height: .55rem;
	color: #555;
	text-align: center;
	margin: 0 auto 1.2rem;
}

.zaixian{
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 0.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	width: 100%;
    z-index: 99;
     background: -webkit-linear-gradient(45deg, #ed7d51, #e93000);
    background: -o-linear-gradient(45deg, #ed7d51, #e93000);
    background: linear-gradient(to 45deg, #ed7d51, #e93000);
	box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
	-moz-box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
	-webkit-box-shadow: 0rem 0rem 0.24rem rgba(51, 87, 211, .1);
}





