* {
  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/jiaoshi_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 {
  margin-top: 65px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.box1 .item {
  margin: 0 7px 7px 0;
  width: 395px;
  height: 397px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.box1 .item img {
  width: 100%;
}
.box1 .item div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63px;
  background: rgba(20, 99, 165, 0.6);
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box1 .item div p {
  font-size: 26px;
  color: #fff;
  line-height: 1;
}
.box1 .item div span {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.box1 .item:hover div {
  background: rgba(203, 16, 37, 0.6);
}
.box1 .item:nth-child(3) {
  margin-right: 0;
}
.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;
}
.pagination {
  margin: 90px 0 0;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.pagination li {
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 3px;
  color: #FFFFFF;
  background: #D5D5D5;
  padding: 0px !important;
}
.pagination li a {
  width: 50px;
  height: 50px;
  display: block;
  color: #FFFFFF;
  background: #D5D5D5;
}
/* .pagination li a:hover{ border: 1px solid #CCCCCC; } */
.pagination .active {
  background: #0a528d;
  color: #FFFFFF;
}
