@font-face {
  font-family: "Source Han Sans CN-Normal";
  src: url("//www.nabefarmer.com/statics/font/SourceHanSansCN-Normal.otf") format("truetype")
}
body {
  font-family: Source Han Sans CN-Normal;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.banner {
  width: 100%;
  min-width: 1200px;
  height: 420px;
  overflow: hidden
}

.banner .swiper_1f8c60f5 .swiper-slide a img {
  width: 100%;
  min-width: 1200px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}


.pages {
  text-align: center;
  margin: 30px auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pages span {
  height: 35px;
  background: var(--blue);
  border-radius: 2px;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: -1px;
  border: 1px solid var(--blue);
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  margin: 0 5px
}

.pages a {
  margin: 0 5px;
  height: 35px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 0 10px;
  color: #999;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: -1px;
  display: inline-block;
  background-color: #fff
}

.pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none
}

.right-fixed-nav2 {
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 200;
  width: 75px;
  display: none
}

.right-fixed-nav2 ul li {
  width: 75px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
  background-color: var(--blue);
  position: relative
}

.right-fixed-nav2 ul li.radius {
  border-radius: 0 0 6px 6px
}

.right-fixed-nav2 ul li p {
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 42px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-position: center 7px;
  background-size: 30px 30px;
  background-repeat: no-repeat
}

.right-fixed-nav2 ul li .box {
  position: absolute;
  right: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  width: 122px;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.right-fixed-nav2 ul li .box .cn {
  background: var(--blue);
  border-radius: 6px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 114px;
  position: relative
}

.right-fixed-nav2 ul li .box .cn::after {
  content: "";
  position: absolute;
  right: -12px;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 10px var(--blue);
  border-top: rgba(0, 0, 0, 0) solid 5px;
  border-bottom: rgba(0, 0, 0, 0) solid 5px;
  border-right: rgba(0, 0, 0, 0) solid 5px
}

.right-fixed-nav2 ul li .box .cn span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff
}

.right-fixed-nav2 ul li .box .cn img {
  width: 96px;
  height: 96px
}

.right-fixed-nav2 ul li .box .cn a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding-top: 6px;
  display: inline-block;
  margin-top: 6px;
  letter-spacing: -1px
}

.right-fixed-nav2 ul li.kefu {
  border-radius: 6px
}

.right-fixed-nav2 ul li.kefu p {
  background-image: url(../images/eda8ee1c.png);
  background-size: 33px 28px
}

.right-fixed-nav2 ul li:nth-of-type(n+2):hover .box {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1)
}

.right-fixed-nav2 ul li:nth-of-type(n+2):hover p {
  color: #333;
  background-color: #fff;
  border-radius: 4px
}

.right-fixed-nav2 ul li.tel {
  margin-top: 5px;
  border-radius: 6px 6px 0 0
}

.right-fixed-nav2 ul li.tel p {
  background-image: url(../images/f85f09a9.png)
}

.right-fixed-nav2 ul li.tel:hover p {
  background-image: url(../images/b22f83f5.png)
}

.right-fixed-nav2 ul li.mobile p {
  background-image: url(../images/af20ff73.png)
}

.right-fixed-nav2 ul li.mobile .box .cn span {
  text-align: center;
  padding-top: 6px
}

.right-fixed-nav2 ul li.mobile:hover p {
  background-image: url(../images/8c825c8e.png)
}

.right-fixed-nav2 ul li.weixin p {
  background-image: url(../images/969144f5.png)
}

.right-fixed-nav2 ul li.weixin:hover p {
  background-image: url(../images/18ed670b.png)
}

.right-fixed-nav2 ul li.weixin .box .cn span {
  text-align: center;
  padding-top: 4px;
  white-space: nowrap
}

.right-fixed-nav2 ul li.weixin .box .cn img:nth-of-type(2) {
  margin-top: 6px
}

.right-fixed-nav2 ul li.top {
  display: none
}

.right-fixed-nav2 ul li.top p {
  background-image: url(../images/3877772e.png)
}

.right-fixed-nav2 ul li.top:hover p {
  background-image: url(../images/b0205f30.png)
}

.top form {
  padding: 27px 0 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.top form span {
  font-size: 20px;
  font-weight: bold;
  color: #333
}

.top form span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  background: var(--blue);
  margin-right: 5px;
  vertical-align: -3px
}

.top form .search {
  position: relative;
  width: 432px;
  height: 32px;
  background: #fff;
  border-radius: 16px
}

.top form .search input {
  width: 432px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  padding: 0 74px 0 20px
}

.top form .search input:placeholder {
  color: #999;
  font-weight: 400;
  font-size: 14px
}

.top form .search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 32px;
  background: var(--blue);
  border-radius: 16px;
  border: none;
  outline: none;
  cursor: pointer
}

.top form .search button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: -3px
}

.top .menu {
  font-size: 0;
  width: 1200px;
  background: #fff;
  border-radius: 8px;
  padding: 0 20px 7px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.top .menu .m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden
}

.top .menu .m:first-of-type .right {
  height: 50px
}

.top .menu .m:first-of-type .right.open {
  height: initial
}

.top .menu .m:nth-of-type(2) .right,
.top .menu .m:nth-of-type(3) .right {
  height: 50px
}

.top .menu .m:nth-of-type(2) .right.open,
.top .menu .m:nth-of-type(3) .right.open {
  height: initial
}

.top .menu .m span {
  width: 96px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  height: 30px;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
  text-align: justify;
  margin-top: 10px;
  padding-top: 10px
}

.top .menu .m .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2px 20px 15px
}

.top .menu .m .right a {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-top: 18px
}

.top .menu .m .right a.active {
  color: var(--blue)
}

.top .menu .m .arr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  top: 7px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #0770d1
}

.top .menu .m .arr i {
  font-style: initial
}

.top .menu .m .arr i:nth-of-type(2) {
  display: none
}

.top .menu .m .arr img {
  width: 8px;
  height: 8px;
  margin-left: 4px
}

.top .menu .m .arr.open {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s
}

.top .menu .m .arr.open i {
  display: none
}

.top .menu .m .arr.open i:nth-of-type(2) {
  display: inline
}

.top .menu .m .arr.open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.top .menu .m:nth-of-type(n+2) {
  border-top: 1px solid #e6e6e6
}

.tab {
  padding: 10px 0;
  border-bottom: solid 1px #ebebeb
}

.tab a {
  margin-right: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  height: 16px;
  display: inline-block
}

.tab a.active {
  color: #0770d1;
  position: relative
}

.tab a.active::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0770d1
}

.school ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px
}

.school ul li {
  width: 275px;
  height: 330px;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  margin: 20px 16px 0 0;
  border: solid 1px #e2e2e2
}

.school ul li:nth-of-type(4n) {
  margin-right: 0
}

.school ul li a {
  display: block;
  padding: 5px
}

.school ul li a img {
  width: 265px;
  height: 165px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain
}

.school ul li a h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 0
}

.school ul li a p {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.school ul li a .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 206px;
  margin: 24px auto 0
}

.school ul li a .btn button {
  width: 88px;
  height: 30px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--blue);
  color: var(--blue);
  cursor: pointer
}

.school ul li a .btn object a {
  padding: 0
}

.school ul li a .btn object a button {
  width: 88px;
  height: 30px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--blue)
}

.institutions {
  padding-top: 20px
}

.institutions ul li {
  line-height: 23px;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0
}

.institutions ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #333
}

.institutions ul li a:hover {
  color: #0770d1
}

.form_1403 {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.form_1403.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.form_1403 .con {
  text-align: center;
  background-color: transparent;
  width: initial;
}

.form_1403 .con form {
  width: 420px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px
}

.form_1403 .con form h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0770d1;
  line-height: 32px;
  letter-spacing: 3px
}

.form_1403 .con form h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-bottom: 10px
}

.form_1403 .con form input {
  width: 100%;
  height: 47px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  outline: none;
  margin-top: 20px
}

.form_1403 .con form input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.form_1403 .con form input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.form_1403 .con form input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.form_1403 .con form input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.form_1403 .con form input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.form_1403 .con form .emailcode_wrap {
  position: relative
}

.form_1403 .con form .emailcode_wrap input {
  width: 200px;
  margin-right: 150px
}

.form_1403 .con form .emailcode_wrap button {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10;
  width: 130px;
  height: 47px;
  background: #0770d1;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: none;
  outline: none
}

.form_1403 .con form .emailcode_wrap button[disabled] {
  opacity: .5;
  cursor: no-drop
}

.form_1403 .con form>button {
  width: 100%;
  height: 47px;
  background: #0770d1;
  border-radius: 6px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border: none;
  outline: none
}

.form_1403 .con .close_1409 {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  cursor: pointer
}

:root {
  --blue: #0770D1
}

body {
  background-color: #f3f3f7
}

body section {
  width: 1200px;
  margin: 0 auto 100px
}

body section main {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px
}