* {
  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/jiuye_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: 65px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.box1-bottom img {
  width: 615px;
  height: 347px;
}
.box1-bottom div {
  margin-left: -51px;
  width: 638px;
  height: 257px;
  background-color: #f4f4f4;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding: 0 32px 0 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.box1-text {
  margin-top: 92px;
  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 {
  margin-bottom: 25px;
  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: 15px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.box1-text-left div:last-child {
  margin-bottom: 0;
}
.box1-text img {
  width: 677px;
  height: 372px;
}
.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: 90px;
  width: 100%;
  height: 804px;
  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: 35px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box2-bottom .item {
  margin: 35px 55px 0;
  width: 236px;
  height: 236px;
  background-color: #1463a5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box2-bottom .item p {
  margin-top: 16px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}
.box2-text {
  margin-top: 30px;
  width: 1100px;
  font-size: 20px;
  color: #cb1025;
  line-height: 35px;
}
.box3 {
  margin-top: 96px;
  width: 1200px;
  height: 515px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box3 div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  box-sizing: border-box;
}
.box3 div h4 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.box3 div h4 span {
  color: #cb1025;
}
.box3 div b {
  margin: 60px 0 20px;
  font-size: 32px;
  color: #1463a5;
  line-height: 1;
}
.box3 div p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.box3 img {
  width: 50%;
  height: 515px;
}
.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;
}
.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;
}
