/*commom width*/
.comW {
  width: 1100px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.layout a {
  display: block;
}
.mt18 {
  margin-top: 18px;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
}
.justify_bet {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.justify_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify_cent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify_evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.align_cent {
  align-items: center;
}
.objectfit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*banner*/
.banner {
  height: 400px;
  background: url("/skin/default/images/imgjiazheng/yyzs/banner.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.shibo {
  width: 392px;
  height: 205px;
  position: absolute;
  top: 90px;
  left: 595px;
  box-sizing: border-box;
  cursor: pointer;
}
.sanjiao {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sanjiao:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 15px;
  left: 21px;
  border-left: 13px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 10px solid transparent;
}
.consult {
  width: 250px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #fff;
  margin: 25px auto 0;
  border-radius: 22px;
  font-size: 20px;
}
.banner .consult {
  float: left;
  width: 44px;
  height: 154px;
  font-size: 18px;
  line-height: 24px;
  margin-left: 25px;
  margin-top: 190px;
  margin-bottom: 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.consult a {
  color: #fff;
}
.consult span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: text-bottom;
}
.consult span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: 5px;
  margin-left: 3px;
}
.consult_1 {
  border-color: #cb3e4f;
}
.consult_1 a {
  color: #cb3e4f;
}
.consult_1 span {
  border-color: #cb3e4f;
}
.consult_1 span:before {
  border-top-color: #cb3e4f;
  border-right-color: #cb3e4f;
}
.consult_2 {
  border-color: #fff;
}
.consult_2 a {
  color: #fff;
}
.consult_2 span {
  border-color: #fff;
}
.consult_2 span:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.ban1 h1 {
  float: left;
  font-size: 64px;
  width: 64px;
  margin-left: 60px;
  padding-left: 25px;
  margin-top: 45px;
  color: #cb3e4f;
  line-height: 76px;
  position: relative;
  font-weight: bold;
}
.ban1 h1:after {
  content: "";
  width: 1px;
  height: 290px;
  background: #cb3e4f;
  position: absolute;
  top: 8px;
  left: 0;
}
.ban2 h1 {
  font-size: 60px;
  width: 500px;
  padding-top: 130px;
  margin-left: 600px;
}
.ban2 .consult {
  width: 230px;
  height: auto;
  font-size: 18px;
  line-height: 24px;
  margin-left: 640px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 10px 0;
  box-sizing: border-box;
}
.ban3 .consult {
  width: 230px;
  height: auto;
  font-size: 18px;
  line-height: 24px;
  margin-left: 420px;
  margin-top: 208px;
  margin-bottom: 0;
  padding: 10px 0;
  box-sizing: border-box;
}
/*banner结束*/
/*教学特色开始*/
.module {
  color: #997545;
  overflow: hidden;
}
.module h2 {
  color: #cb3e4f;
  font-size: 24px;
  border-bottom: 1px solid #cb3e4f;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.arrow-down {
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #cb3e4f;
  border-radius: 50%;
  margin: 10px auto 15px;
}
.arrow-down:before {
  content: "";
  display: block;
  margin-top: 7px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #cb3e4f;
  border-right: 1px solid #cb3e4f;
  transform: rotate(45deg);
}
.img-wrap {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
.module .des {
  font-size: 16px;
  color: #666;
  text-indent: 30px;
  line-height: 26px;
}
.module h3 {
  color: #b28850;
  font-size: 49px;
  margin-bottom: 5px;
}
.module h4 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
.module li {
  margin-top: 15px;
  width: 345px;
}
.module li p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.module_1 {
  color: #333;
  margin-top: 20px;
}
.module_1 h2 {
  color: #cb3e4f;
}
.module_1 .img-wrap {
  border: 1px solid #cb3e4f;
}
.module_1 .des {
  padding: 0 20px;
}
.module_2 {
  background: #fbfee6;
}
.module_2 h2 {
  color: #cb3e4f;
  border-bottom-color: #cb3e4f;
}
.module_2 .des {
  color: #666;
}
.module_2 li {
  width: 330px;
}
.module_2 .img-wrap {
  height: 180px;
  border: 1px solid #cb3e4f;
}
.module_2 .des,
.module_2 ul {
  padding: 0 40px;
}
.module_2 .arrow-down {
  border-color: #d5ea4b;
}
.module_2 .arrow-down:before {
  border-color: #d5ea4b;
}
.special li {
  width: auto;
}
.special li:nth-of-type(1) {
  width: 345px;
  height: 160px;
  padding: 0;
}
.special li:nth-of-type(2) {
  flex: 1;
  height: 180px;
  padding: 0 15px;
  box-sizing: border-box;
  text-indent: 25px;
  line-height: 28px;
}
.special .consult {
  margin-top: 13px;
  margin-bottom: 0;
}
/*教学特色结束*/
/*教学目标开始*/
.target .des {
  text-align: center;
}
.target_img {
  margin-top: 20px;
}
/*教学目标结束*/
/*教学内容开始*/
.part3 li {
  width: 240px;
}
.part3 .des {
  padding: 0 20px;
  color: #333;
}
.part3 .img-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
  margin: 20px auto 0;
}
.part3 {
  color: #333;
}
/*教学内容结束*/
/*信息提交开始*/
.part4 {
  border-top: 1px solid #cb3e4f;
  margin-top: 40px;
  padding-top: 10px;
  overflow: hidden;
}
.part4 ul {
  width: 50%;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.part4 li {
  width: 50%;
  height: 153px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}
.part4 li p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 153px;
  background: #cb3e4f;
  opacity: 0.7;
}
.part4 form {
  width: 50%;
  border: 1px solid #e5e5e5;
  border-left: none;
  box-sizing: border-box;
  padding: 0 40px;
  height: 307px;
}
.part4 form h2 {
  text-align: center;
  color: #cb3e4f;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 16px;
}
.info-inp {
  color: #333;
  border: 1px solid #cb3e4f;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 23px;
  box-sizing: border-box;
  font-size: 20px;
  padding: 0 15px;
}
.info-inp input {
  flex: 1;
  display: inline-block;
  background: transparent;
  height: 100%;
  font-size: 20px;
}
.sub {
  width: 330px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: #cb3e4f;
  border-radius: 25px;
  margin: 0 auto;
  border: 1px solid #cfa972;
  box-sizing: border-box;
}
.sub:visited {
  color: #fff;
}
.sub:link {
  color: #fff;
}
.part4 .arrow-down {
  border-color: #cb3e4f;
}
.part4 .arrow-down:before {
  border-color: #cb3e4f;
}
/*信息提交结束*/
/*åº•éƒ¨*/
.foot {
  background: #1b1b1b;
  margin-top: 50px;
}
.foot_cont {
  padding: 54px 0;
}
.banquan {
  width: 570px;
}
.banquan p {
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin-left: 100px;
}
.foot_daohang {
  margin-right: 128px;
  padding-top: 15px;
}
