body .bar .menu-5062847 {
  height: 60px
}

body .bar .menu-5062847 menu {
  width: 100%;
  height: 60px;
  background: #0770d1;
  top: 0;
  z-index: 999
}

body .bar .menu-5062847 menu .c {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: initial
}

body .bar .menu-5062847 menu .c .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: initial
}

body .bar .menu-5062847 menu .c .con.left a {
  width: auto;
  margin-left: 43px
}

body .bar .menu-5062847 menu .c .con.left a.active,
body .bar .menu-5062847 menu .c .con.left a:hover {
  background: initial
}

body .bar .menu-5062847 menu .c .con a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
}

body .bar .menu-5062847 menu .c .con a.active,
body .bar .menu-5062847 menu .c .con a:hover {
  background: #0054a2
}

body .bar .menu-5062847 menu .c .con .links {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer
}

body .bar .menu-5062847 menu .c .con .links img {
  width: 11px;
  margin-left: 3px;
  vertical-align: 2px
}

body .bar .menu-5062847 menu .c .con .links:hover,
body .bar .menu-5062847 menu .c .con .links.active {
  background: #0054a2
}

body .bar .menu-5062847 menu .c .con .links:hover ul {
  animation: ans .3s ease-in-out;
  display: block;
  opacity: 1;
  top: 60px
}

body .bar .menu-5062847 menu .c .con .links ul {
  display: none;
  opacity: 0;
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 10;
  background: #0054a2;
  padding: 10px 0
}

body .bar .menu-5062847 menu .c .con .links ul li {
  text-align: left;
  padding: 0 15px;
  line-height: 36px;
  height: 36px
}

body .bar .menu-5062847 menu .c .con .links ul li:hover a {
  color: #fff834
}

body .bar .menu-5062847 menu .c .con .links ul li a {
  white-space: nowrap;
  line-height: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: inline;
}

.form_1f8c60f5 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  justify-content: center;
  align-items: center
}

.form_1f8c60f5 * {
  box-sizing: border-box;
  -moz-box-sizing: border-box
}

.form_1f8c60f5.show {
  display: flex
}

.form_1f8c60f5 .box {
  width: 720px;
  height: 500px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden
}

.form_1f8c60f5 .box>img {
  height: 500px
}

.form_1f8c60f5 .box .form_con {
  position: relative;
  flex: 1;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 30px 0
}

.form_1f8c60f5 .box .form_con .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 20px;
  width: 15px;
  height: 15px;
  box-sizing: content-box;
  cursor: pointer
}

.form_1f8c60f5 .box .form_con form {
  width: 325px
}

.form_1f8c60f5 .box .form_con form h3 {
  font-weight: bold;
  font-size: 24px;
  color: #0770d1
}

.form_1f8c60f5 .box .form_con form p {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  padding: 15px 0 10px
}

.form_1f8c60f5 .box .form_con form input {
  width: 325px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 15px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #666
}

.form_1f8c60f5 .box .form_con form .select select {
  width: 325px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 15px;
  margin-top: 15px;
  appearance: none;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  outline: none
}

.form_1f8c60f5 .box .form_con form .code {
  display: flex;
  justify-content: space-between;
  width: 325px;
  margin-top: 15px
}

.form_1f8c60f5 .box .form_con form .code input {
  flex: 1;
  margin-top: 0;
  width: 0;
  margin-right: 15px
}

.form_1f8c60f5 .box .form_con form .code button {
  width: 115px;
  height: 42px;
  background: #0770d1;
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  cursor: pointer
}

.form_1f8c60f5 .box .form_con form .code button[disabled] {
  opacity: .5
}

.form_1f8c60f5 .box .form_con form .xy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0
}

.form_1f8c60f5 .box .form_con form .xy label {
  color: #666;
  margin-right: 2px;
  cursor: pointer
}

.form_1f8c60f5 .box .form_con form .xy label input {
  width: 14px;
  height: 14px;
  margin-top: 0;
  display: none
}

.form_1f8c60f5 .box .form_con form .xy label input+span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background: url(../images/f0376074.png) center/contain no-repeat;
  vertical-align: -2px
}

.form_1f8c60f5 .box .form_con form .xy label input:checked+span {
  background-image: url(../images/2489a8be.png)
}

.form_1f8c60f5 .box .form_con form .xy a {
  color: #0770d1
}

.form_1f8c60f5 .box .form_con form>button {
  width: 325px;
  height: 42px;
  background: #0770d1;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer
}

@keyframes ans {
  0% {
    top: 62px;
    opacity: 0
  }

  100% {
    top: 60px;
    opacity: 1
  }
}

.table-links {
  font-size: 14px;
  font-weight: 400;
  min-width: 70px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer
}

.table-links a {
  font-size: 14px;
  font-weight: 400;
  color: #fff
}

.table-links:hover ul {
  animation: table-links .3s ease-in-out;
  display: block;
  opacity: 1
}

.table-links img {
  width: 11px;
  margin-left: 3px;
  vertical-align: 0
}

.table-links ul {
  display: none;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #0770d1
}

.table-links ul li {
  text-align: left;
  padding: 0 15px;
  line-height: 36px;
  height: 36px;
  text-align: center
}

.table-links ul li:hover a,
.table-links ul li.active a {
  color: #fff834
}

.table-links ul li a {
  white-space: nowrap;
  line-height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #fff
}

@keyframes table-links {
  0% {
    top: 42px;
    opacity: 0
  }

  100% {
    top: 40px;
    opacity: 1
  }
}

/* 右侧浮动nav */
.right-fixed-nav {
  position: fixed;
  right: 30px;
  top: 50%;
  width: 60px;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(50, 50, 50, .3);
}

.right-fixed-nav ul li {
  position: relative;
  width: 60px;
  height: 60px;
  background: #F4F5F6;
  cursor: pointer;
  transition: all .1s;
}

.right-fixed-nav ul li p {
  text-align: center;
  font-size: 11px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.right-fixed-nav ul li i {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 40px;
}

.right-fixed-nav ul li:hover p {
  color: #fff;
}


.right-fixed-nav li.right-nav1 i {
  background: url(//www.nabefarmer.com/statics/image/zixun1.png) no-repeat center center;
}

.right-fixed-nav li.right-nav2 i {
  background: url(//www.nabefarmer.com/statics/image/tel_icon1.png) no-repeat center center;
}

.right-fixed-nav li.right-nav3 i {
  height: 60px;
  background: url(//www.nabefarmer.com/statics/image/go_top1.png) no-repeat center center;
}

.right-fixed-nav li.right-nav4 i {
  background: url(//www.nabefarmer.com/statics/images/kefu/shouji.png) no-repeat center center;
  background-size: 20px 27px;
}

.right-fixed-nav li.right-nav5 i {
  background: url(//www.nabefarmer.com/statics/images/kefu/weixin.png) no-repeat center center;
  background-size: 27px 22px;
}

.right-fixed-nav li.right-nav1:hover i {
  background: url(//www.nabefarmer.com/statics/image/zixun.png) no-repeat center center;
}

.right-fixed-nav li.right-nav2:hover i {
  background: url(//www.nabefarmer.com/statics/image/tel_icon.png) no-repeat center center;
}

.right-fixed-nav li.right-nav3:hover i {
  background: url(//www.nabefarmer.com/statics/image/go_top.png) no-repeat center center;
}

.right-fixed-nav li.right-nav4:hover i {
  background: url(//www.nabefarmer.com/statics/images/kefu/shouji_h.png) no-repeat center center;
  background-size: 20px 27px;
}

.right-fixed-nav li.right-nav5:hover i {
  background: url(//www.nabefarmer.com/statics/images/kefu/weixin_h.png) no-repeat center center;
  background-size: 27px 22px;
}

.right-fixed-nav ul li:hover {
  background: #0770d1;
}

.right-fixed-nav li:nth-of-type(1) .right-nav-tel {
  position: absolute;
  left: -195px;
  top: -2px;
  min-width: 170px;
  min-height: 69px;
  font-size: 16px;
  color: #333;
  padding: 0 0 0 38px;
  background: url(//www.nabefarmer.com/statics/image/fuwurexianbg.png) no-repeat center center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .25s;
  -moz-transition: transform .25s, -moz-transform .25s;
  transition: transform .25s;
}

.right-fixed-nav li:nth-of-type(3) .right-nav-tel,
.right-fixed-nav li:nth-of-type(2) .right-nav-tel {
  position: absolute;
  left: -133px;
  top: -45px;
  font-size: 16px;
  color: #333;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .25s;
  -moz-transition: transform .25s, -moz-transform .25s;
  transition: transform .25s;
  padding: 10px;
  background: url(//www.nabefarmer.com/statics/image/fuwurexianbg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.right-fixed-nav li.right-nav-tel.wx {
  left: -133px;
  top: -45px;
}

.right-fixed-nav li .right-nav-tel>div {
  display: inline-block;

}

.right-fixed-nav li .right-nav-tel>div img {
  width: 104px;
  height: 104px;
}

.right-fixed-nav li .right-nav-tel>div:last-of-type {
  padding-right: 10px;
}

.right-fixed-nav li .right-nav-tel>div p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 26px;
}

.right-fixed-nav li .right-nav-tel span:first-child {
  display: inline-block;
  padding-top: 13px;
  font-size: 14px;
  color: #999;
}

.right-fixed-nav li.right-nav2:hover .right-nav-tel {
  left: -201px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.right-fixed-nav li.right-nav4:hover .right-nav-tel {
  top: -45px;
  left: -133px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.right-fixed-nav li.right-nav5:hover .right-nav-tel {
  top: -45px;
  /* left: -133px; */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.right-fixed-nav li.right-nav1 .right-nav-tel span:first-child {
  display: inline-block;
  padding-top: 21px;
}

.right-fixed-nav li.right-nav1:hover .right-nav-tel {
  left: -201px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.right-fixed-nav ul li.right-nav3 {
  display: none;
}

/* sem */
.right-fixed-nav_sem li:nth-of-type(2) .right-nav-tel {
  position: absolute;
  left: -133px;
  top: -45px;
  font-size: 16px;
  color: #333;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .25s;
  -moz-transition: transform .25s, -moz-transform .25s;
  transition: transform .25s;
  padding: 10px;
  background: url(//www.nabefarmer.com/statics/image/fuwurexianbg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.right-fixed-nav_sem li:nth-of-type(3) .right-nav-tel {
  position: absolute;
  left: -129px;
  top: -45px;
  font-size: 16px;
  color: #333;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .25s;
  -moz-transition: transform .25s, -moz-transform .25s;
  transition: transform .25s;
  padding: 10px;
  background: url(//www.nabefarmer.com/statics/image/fuwurexianbg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.right-fixed-nav_sem li.right-nav5:hover .right-nav-tel {
  top: -45px;
  left: -134px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}