
/*banner*/
.banner,.introduce,.lecture,.course,.study{width: 7.1rem;margin:0 auto;margin-bottom: 0.3rem;}
.banner img{display: block;}
/*介绍*/
.introduce{background: #e37b1c;color: #fff;padding:0.3rem;font-size:12px;line-height: 18px;border-radius: 4px;box-sizing: border-box;text-indent: 2em;}
/*表单*/
.form{margin: 0 0.2rem 0.3rem;background: #ffffff;border-radius: 0.08rem;}
.form p{margin-bottom:0.2rem;font-size: 16px;color:#e37b1c;height:40px;line-height: 40px;text-align: center;font-weight: bold;}
.form form{margin:0 0.55rem;width:6rem;}
.form form input{margin-bottom: 8px;width:100%;box-sizing: border-box;border:1px solid #e07100;border-radius: 0.08rem;height:36px;line-height: 36px;padding-left:30px;font-size: 16px;}
.form form .yzm input{width:70%;padding-left: 0.2rem;}
.form form .name input{background: url(../../images/icon8.png) no-repeat 7px center;background-size: 0.36rem auto;}
.form form .tel input{background: url(../../images/icon9.png) no-repeat 7px center;background-size: 0.36rem auto;}
.form form .coolbg{padding-left:0;background: #e37b1c;color: #fff;width: 3rem;border:none;border-radius: 0.08rem;margin: 0.3rem 1.5rem 0.25rem;}

.form form .CourseBox select{
  /*将默认的select选择框样式清除*/
  appearance:none;-moz-appearance:none;-webkit-appearance:none;
  width:100%;box-sizing: border-box;border:1px solid #e07100;border-radius: 0.08rem;height:34px;line-height: 34px;font-size: 14px;
  background: url(../../images/sjx.png) no-repeat 5.4rem center;
  background-size:22px auto;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding:0 30px 0 8px;
}
.form form .coolbg{padding-left:0;background: #e37b1c;color: #fff;width: 3rem;border:none;border-radius: 0.08rem;margin: 0.3rem 1.5rem 0.25rem;}
/*.form form .coolbg:hover{background:#e37b1c;}*/

/*课程*/
h3{padding: 0.22rem 0;text-align: center;background: #e37b1c;border-top-left-radius:0.08rem;border-top-right-radius:0.08rem;text-align: center;}
h3 img{display: inline-block;}
.course,.course2,.course3{background: #fff;border-radius: 0.08rem;}
.course h3,.course2 h3,.course3 h3{height: 0.38rem;}
.course h3 img,.course2 h3 img,.course3 h3 img{height:0.38rem;}
.course ul{padding-bottom: 0.3rem;}
.course ul li{margin:0.3rem 0.1rem 0;}
.course ul li img{width: 6.9rem;display: block;}
.course2,.course3{width: 7.1rem;margin:0 auto 0.3rem;}
.course2 ul,.course3 ul{padding-left: 0.1rem;}
.course2 ul li,.course3 ul li{margin:0.3rem 0.1rem 0 0;float: left;}
.course2 ul li img{width: 3.4rem;display: block;}
.course2 .btn,.course3 .btn{text-align:center;padding-bottom: 0.2rem;}
.course2 .btn p,.course3 .btn p{font-size: 16px;line-height: 0.6rem;color:#cf7916;letter-spacing: 1px;}
.course2 .btn a,.course3 .btn a{display: inline-block;color: #ffffff;font-size: 16px;background:#e07100;border-radius: 0.1rem;height: 0.4rem;line-height: 0.4rem;padding:0 5px;}
.course3 ul li{margin-right: 0.09rem;}
.course3 ul li img{width: 2.24rem;display: block;height: 2.6rem;}
/*授课*/
.lecture{padding:0.2rem 0.08rem 0.2rem 0.55rem ;box-sizing: border-box;background: #e37b1c;border-top-left-radius:0.08rem;
border-top-right-radius:0.08rem;color: #fff;margin-bottom: 0;}
.lecture h3{font-size:18px;line-height: 28px;display: inline-block;border-bottom: 1px solid #fff;padding-bottom: 0;}
.lecture ul li{border-bottom: 1px solid #fff;position: relative;padding:0.2rem 0;}
.lecture ul li .img,.study ul li .img{position: absolute;left:0;top:50%;}
.lecture ul li .img img,.study ul li .img img{display: block;width:auto;}
.lecture ul .one .img img{height: 33px;margin-top: -17px;}
.lecture ul .two .img img{height: 34px;margin-top: -17px;}
.lecture ul .three .img img{height: 28px;margin-top: -14px;}
.lecture ul .four .img img{height: 28px;margin-top: -14px;}
.lecture ul .four{border-bottom: none;}
.lecture ul li .des,.study ul li .des{padding-left: 1rem;}
.lecture ul li .des h4,.study ul li .des h4{font-size:14px;line-height: 20px;}
.lecture ul li .des p,.study ul li .des p{font-size:12px;line-height: 16px}
/*学习模式*/
.study{padding:0.2rem 0.08rem 0.2rem 0.55rem ;box-sizing: border-box;background: #fff;border-bottom-left-radius:0.08rem;
border-bottom-right-radius:0.08rem;background: #fff;}
.study h3{font-size:18px;line-height: 28px;display: inline-block;border-bottom: 1px solid #e07100;color:#cf7916;background: none;padding-bottom: 0;}
.study ul li{border-bottom: 1px solid #acacac;position: relative;padding:0.2rem 0;color: #313131;}
.study ul .one .img img{height: 24px;margin-top: -12px;}
.study ul .two .img img{height: 28px;margin-top: -14px;}
.study ul .three .img img{height: 32px;margin-top: -16px;}

