* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  margin-top: 100px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 600px;
  background: url(../img/jiaoyu_banner.png) no-repeat center;
}
.content {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation {
  margin-top: 110px;
  padding-bottom: 10px;
  width: 1200px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation-left {
  height: 45px;
  padding-left: 8px;
  border-left: 3px solid #1463a5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #1463a5;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #666666;
  line-height: 1;
}
.box1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box1-top {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box1-top h4 {
  font-size: 48px;
  color: #333;
  line-height: 1;
  font-weight: 700;
}
.box1-bottom {
  margin-top: 85px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box1-bottom .item {
  margin-top: 8px;
  width: 596px;
  height: 320px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.box1-bottom .item-left {
  width: 263px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.box1-bottom .item-left img {
  height: 100%;
}
.box1-bottom .item-left p {
  width: 204px;
  height: 83px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #1463a5;
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  text-align: center;
}
.box1-bottom .item-right {
  flex: 1;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  text-align: center;
}
.box1-text {
  margin-top: 116px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box1-text-left {
  width: 470px;
  display: flex;
  flex-direction: column;
}
.box1-text-left div {
  display: flex;
  flex-direction: column;
}
.box1-text-left div b {
  font-size: 32px;
  color: #1463a5;
  line-height: 1;
}
.box1-text-left div p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.box1-text-left div:nth-child(2) {
  margin-top: 30px;
}
.box1-text img {
  width: 677px;
  height: 372px;
}
.box1-text1 {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.box1-text1 b {
  font-size: 32px;
  color: #1463a5;
  line-height: 1;
}
.box1-text1 p {
  margin-top: 25px;
  font-size: 16px;
  color: #333;
  line-height: 34px;
}
.box1-text2 {
  margin-top: 45px;
  width: 1200px;
  display: flex;
  align-items: flex-end;
}
.box1-text2 b {
  margin-right: 32px;
  font-size: 32px;
  color: #1463a5;
  line-height: 1;
}
.box1-text2 p {
  font-size: 16px;
  color: #cb1025;
  line-height: 1;
}
.box2 {
  margin-top: 68px;
  width: 100%;
  height: 700px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2-top {
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2-top h4 {
  font-size: 48px;
  color: #333;
  line-height: 1;
  font-weight: 700;
}
.box2-top h4 span {
  color: #cb1025;
}
.box2-bottom {
  margin-top: 60px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.box2-bottom .item {
  width: 228px;
  height: 333px;
  background-color: #1463a5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.box2-bottom .item b {
  margin-top: 65px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}
.box2-bottom .item i {
  margin: 28px 0 20px;
  width: 62px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}
.box2-bottom .item span {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.box2-text {
  margin-top: 30px;
  width: 1100px;
  font-size: 20px;
  color: #cb1025;
  line-height: 35px;
}
.box3 {
  margin-top: 80px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.box3 img {
  width: 678px;
  height: 462px;
}
.box3 div {
  margin-left: -140px;
  width: 663px;
  height: 306px;
  background-color: #f4f4f4;
  padding: 0 68px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box3 div b {
  font-size: 32px;
  color: #1463a5;
  line-height: 1;
}
.box3 div p {
  margin-top: 43px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.box4 {
  margin-top: 96px;
  width: 100%;
  height: 405px;
  background: url(../img/jiaoyu_box4_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box4 p {
  margin: 36px 0 28px;
  font-size: 48px;
  color: #cb1025;
  line-height: 1;
  font-weight: 100;
  padding: 15px 0;
  border-top: 1px solid #cb1025;
  border-bottom: 1px solid #cb1025;
}
.box4 i {
  font-size: 26px;
  color: #1463a5;
  line-height: 1;
  font-weight: 700;
}
.box5 {
  margin-top: 68px;
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  box-sizing: border-box;
}
.box5-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box5-top h4 {
  font-size: 48px;
  color: #333;
  line-height: 1;
  font-weight: 700;
}
.box5-top h4 span {
  color: #cb1025;
}
.box5-bottom {
  margin-top: 50px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.box5-bottom .item {
  width: 100%;
  height: 350px;
  background-color: #fff;
  display: flex;
}
.box5-bottom .item img {
  width: 50%;
  height: 100%;
}
.box5-bottom .item div {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.box5-bottom .item div b,
.box5-bottom .item div strong {
  font-size: 18px;
  color: #1463a5;
  margin-bottom: 10px;
}
.box5-bottom .item div p {
  font-size: 15px;
  color: #333;
  line-height: 26px;
  text-align: justify;
}
.fuchuang {
  margin-top: 70px;
  width: 100%;
  height: 429px;
  background: url(../img/index/popup_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
}
.fuchuang .con {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
}
.fuchuang .con div {
  margin-top: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuchuang .con div a {
  width: 227px;
  height: 68px;
  background-color: #cb1025;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fuchuang .con div a img {
  margin-right: 10px;
}
.fuchuang .con div p {
  margin-top: 17px;
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #fff;
}
.fuchuang .con div p img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.inputs {
  margin: 100px 0 75px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputs input {
  margin-bottom: 20px;
  width: 556px;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  background-color: #f2f2f2;
  border: 0;
}
.inputs textarea {
  width: 100%;
  height: 120px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 18px;
  color: #333;
  padding: 20px;
  resize: none;
}
.inputs ::placeholder {
  color: #333;
}
.inputs .Highlight.change::placeholder,
.inputs .Highlight1.change::placeholder {
  color: #fff;
}
.inputs-btn {
  margin: 48px auto 0;
  width: 148px;
  height: 48px;
  background-color: #cb1025;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
