@charset "UTF-8";

@font-face {
  font-family: SourceHanSansCN;
  src: url("../fonts/SourceHanSansCN-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DIN-PRO;
  src: url("../fonts/DIN-PRO-900-Heavy.ttf");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: SourceHanSansCN;
}

.main {
  width: 75%;
  margin: 0 auto;
}

.main02 {
  padding-left: 12.5%;
}

.title01 h5 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}

.title01 h6 {
  font-size: 22px;
  line-height: 1.5;
  opacity: .8;
}

.title02 h6 {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  color: #666;
  opacity: .6;
}

.title02 .title02_icon {
  display: flex;
  align-items: center;
}

.title02 h5 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  color: #FB6800;
}

.title03 {
  text-align: center;
  margin-top: 50px;
}

.title03 h5 {
  display: inline-block;
  border-bottom: 5px solid #FB6800;
}

.ckgd_01 {
  width: 160px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background-color: #FB6800;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  transition: all .3s;
  z-index: 1;
}

.ckgd_01:hover {
  transform: scale(0.95);
}

/* 分页器 */
.fenye01 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}

.fenye01 li {
  margin: 0 5px;
  background-color: #F4F4F4;
  transition: all .3s;
  border-radius: 4px;
}

.fenye01 li a {
  width: 50px;
  line-height: 50px;
  font-size: 16px;
}

.fenye01 li:hover {
  background-color: #FB6800;
}

.fenye01 li:hover a {
  color: #fff;
}

.fenye01 .fenye01_active {
  background-color: #FB6800;
}

.fenye01 .fenye01_active a {
  color: #fff;
}

.fenye01 .fenye01_lis a {
  width: 100px;
}

.swiper-pagination {
  z-index: 1;
}

.pagination {
  display: flex;
  align-items: center;
  bottom: 0;
}

.pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}

.pagination .swiper-pagination-bullet::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #B5B5B5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  background: url(../esimg/icon/icon_dian.png) no-repeat center;
  background-size: cover;
}

.pagination .swiper-pagination-bullet-active::after {
  display: none;
}

/* 头部导航 */
.header .header_width {
  width: 90%;
  margin: 0 auto;
  height: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}

.header .header_width .logo01 {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
}

.header .header_width .logo01 img {
  width: 100%;
}

.header .header_width .header_webMap {
  position: absolute;
  top: 14px;
  right: 0;
  display: flex;
  align-items: center;
}

.header .header_width .header_webMap .header_h1 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3A3A3A;
  opacity: .6;
}

.header .header_width .header_webMap a {
  font-size: 16px;
  color: #3A3A3A;
  opacity: .6;
}

.header .header_width .nav {
  width: 64%;
  height: 100%;
  z-index: 10;
}

.header .header_width .nav .nav_uls01 {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 15px;
}

.header .header_width .nav .nav_uls01>li {
  position: relative;
}

.header .header_width .nav .nav_uls01>li>a {
  display: block;
  font-size: 18px;
  line-height: 105px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 {
  width: 180%;
  position: absolute;
  left: -40%;
  top: 100px;
  z-index: 1;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 li {
  max-height: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 li a {
  display: block;
  line-height: 60px;
  transition: all .3s;
  font-size: 16px;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 li a:hover {
  background-color: rgba(251, 104, 0, 0.2);
  transition: all .3s;
  color: #FB6800;
}

.header .header_width .nav .nav_uls01>li:hover .nav_uls02 li {
  max-height: 500px;
}

.header .header_width .nav .nav_uls01 .one_active>a {
  color: #FB6800;
}

.header .header_width .phone01 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  line-height: 105px;
}

.header .header_width .phone01 img {
  margin-right: 15px;
}

.header .header_width .phone01 P {
  color: #FB6800;
  font-size: 20px;
  font-weight: bold;
}

/* 首页 关键帧动画 */
@keyframes gif_01 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* 首页banner */
.i_banner {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.i_banner .swiper01 {
  width: 100%;
}

.i_banner .swiper01 .swiper-slide {
  position: relative;
}

.i_banner .swiper01 .swiper-slide>img {
  width: 100%;
}

/* .i_banner .swiper01 .swiper-slide .i_animation {
  width: 36vw;
  position: absolute;
  bottom: 10%;
  left: 12.5%;
}

.i_banner .swiper01 .swiper-slide .i_animation img {
  width: 100%;
} */
.i_banner .swiper01 .swiper-slide .i_animation {
  width: 34vw;
  height: 20vw;
  position: absolute;
  bottom: 11%;
  left: 12.5%;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif {
  width: 100%;
  height: 100%;
  background: url(../esimg/img/i_ban_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif .i_gif_icon {
  position: absolute;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif .i_gif_icon .i_gif_icon_sm {
  width: 100%;
  height: 100%;
  position: relative;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif .i_gif_icon .i_gif_icon_sm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif .i_gif_icon .i_gif_icon_sm .i_ban_icon01s {
  animation: gif_01 5s linear infinite;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif .i_gif_icon01 {
  width: 7vw;
  height: 6.8vw;
  left: 16%;
  top: -1.5%;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif .i_gif_icon02 {
  width: 9.9vw;
  height: 9.9vw;
  left: 3%;
  bottom: 0%;
}

.i_banner .swiper01 .swiper-slide .i_animation .i_ban_gif .i_gif_icon03 {
  width: 8.4vw;
  height: 8.4vw;
  right: 0;
  top: 21%;
}

/* 热门关键词 */
.hot_keywords {
  display: flex;
  align-items: center;
  position: absolute;
  left: 13%;
  bottom: 7%;
  z-index: 10;
}

.hot_keywords a,
.hot_keywords p {
  font-size: 16px;
  line-height: 1.6;
  color: #C6C6C6;
  transition: all .3s;
  margin-right: 5px;
}

.hot_keywords a:hover {
  color: #FB6800;
}

/* 当前位置 */
.bread {
  display: flex;
  align-items: center;
  position: absolute;
  left: 13%;
  bottom: 3%;
  z-index: 10;
}

.bread span,
.bread a,
.bread p {
  font-size: 16px;
  line-height: 1.6;
  color: #C6C6C6;
  transition: all .3s;
}

.bread span {
  display: block;
  margin: 0 5px;
}

.bread a:hover {
  color: #FB6800;
}

/* 内页banner */
.n_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.n_banner .n_banner_width img {
  display: block;
  width: 100%;
}

/* 侧边栏公告 */
.sidebar_notice {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../esimg/img/kuang_gonggao.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 100;
  width: 12.5%;
  height: auto;
  padding: 10px 14px;
}

.sidebar_notice .notice_top {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.sidebar_notice .notice_top img {
  margin-right: 8px;
}

.sidebar_notice .gonggao_img01 {
  width: 100%;
  margin-bottom: 10px;
}

.sidebar_notice .gonggao_btn {
  position: absolute;
  right: 10px;
  top: 0;
}

.sidebar_notice i {
  font-size: 14px;
  color: #B2B2B2;
}

.sidebar_notice p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* 新约 定在 农服 */
.page02 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 100px 0 100px 12.5%;
}

.page02 .page02_fl {
  width: 40%;
  padding-top: 60px;
}

.page02 .page02_fl .page02_ul01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 6vw;
}

.page02 .page02_fl .page02_ul01 li {
  width: 21%;
}

.page02 .page02_fl .page02_ul01 li .num01 {
  font-family: DIN-PRO;
  font-weight: 400;
  font-size: 60px;
  color: #FB6800;
  display: flex;
  align-items: center;
}

.page02 .page02_fl .page02_ul01 li .num01 span {
  display: block;
}

.page02 .page02_fl .page02_ul01 li p {
  font-size: 20px;
  color: #FB6800;
}

.page02 .page02_fl .page02_ul02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin: 70px 0;
}

.page02 .page02_fl .page02_ul02 li {
  display: flex;
  align-items: center;
}

.page02 .page02_fl .page02_ul02 li img {
  margin-right: 20px;
}

.page02 .page02_fl .page02_ul02 li p {
  font-size: 16px;
}

.page02 .page02_fl .page02_ul02 li:hover img {
  transition: all .8s;
  transform: rotateY(360deg);
}

.page02 .page02_fr {
  width: 50%;
  height: 38vw;
  position: relative;
}

.page02 .page02_fr #video01 {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.page02 .page02_fr #video01_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page02 .page02_fr::after {
  display: block;
  content: '';
  width: 120%;
  height: 100%;
  background-color: #FB6800;
  position: absolute;
  left: -1vw;
  top: 1vw;
  z-index: -1;
}

/* 智慧农业 */
.page03 {
  width: 100%;
}

.page03 .page03_img01 {
  width: 100%;
  position: relative;
}

.page03 .page03_img01 .page03_title {
  width: 15vw;
  height: 6.84vw;
  position: absolute;
  right: 12.5vw;
  top: -1.35vw;
  background: url(../esimg/img/page03_img02.png) no-repeat center;
  background-size: cover;
  padding: .8vw 0 0 1vw;
}

.page03 .page03_img01 .page03_title h5 {
  font-size: 2vw;
  text-align: center;
  color: #fff;
}

.page03 .page03_img01 .page03_title h6 {
  font-size: 1vw;
  color: #fff;
  text-align: center;
}

.page03 .page03_img01 .page03_title img {
  width: 100%;
}

.page03 .page03_img01>img {
  width: 100%;
}

.page03 .page03_img01 .page03_kuang .kuang_0 {
  position: absolute;
}

.page03 .page03_img01 .page03_kuang .kuang_0 .kuang_text {
  width: 100%;
  height: 100%;
  position: relative;
}

.page03 .page03_img01 .page03_kuang .kuang_0 .kuang_text img {
  width: 100%;
}

.page03 .page03_img01 .page03_kuang .kuang_0 .kuang_text p {
  width: 5vw;
  font-size: 2vw;
  font-family: DIN-PRO;
  position: absolute;
  top: 25%;
  color: #23FAFF;
  cursor: pointer;
}

.page03 .page03_img01 .page03_kuang .kuang_0 .kuang_text p span {
  font-weight: bold;
  font-size: 2vw;
}

.page03 .page03_img01 .page03_kuang .kuang_01 {
  width: 19%;
  top: 10%;
  left: 23%;
}

.page03 .page03_img01 .page03_kuang .kuang_01 .kuang_text p {
  top: 25%;
  left: 19%;
}

.page03 .page03_img01 .page03_kuang .kuang_02 {
  width: 26%;
  top: 29%;
  left: 11.5%;
}

.page03 .page03_img01 .page03_kuang .kuang_02 .kuang_text p {
  left: 15%;
}

.page03 .page03_img01 .page03_kuang .kuang_03 {
  width: 20.5%;
  top: 49%;
  left: 19%;
}

.page03 .page03_img01 .page03_kuang .kuang_03 .kuang_text p {
  left: 19%;
}

.page03 .page03_img01 .page03_kuang .kuang_04 {
  width: 26%;
  top: 72.6%;
  left: 23%;
}

.page03 .page03_img01 .page03_kuang .kuang_04 .kuang_text p {
  left: 15%;
}

.page03 .page03_img01 .page03_kuang .kuang_05 {
  width: 24.2%;
  top: 29%;
  right: 12%;
}

.page03 .page03_img01 .page03_kuang .kuang_05 .kuang_text p {
  right: 19%;
}

.page03 .page03_img01 .page03_kuang .kuang_06 {
  width: 18%;
  top: 48%;
  right: 22.5%;
}

.page03 .page03_img01 .page03_kuang .kuang_06 .kuang_text p {
  right: 21%;
}

.page03 .page03_img01 .page03_kuang .kuang_07 {
  width: 20.8%;
  top: 72.4%;
  right: 27%;
}

.page03 .page03_img01 .page03_kuang .kuang_07 .kuang_text p {
  right: 15%;
}

.page03 .page03_img01 .page03_textBox .textBox_0 {
  position: absolute;
  top: 0;
}

.page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text {
  width: 100%;
  height: 100%;
  position: relative;
}

.page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text>img {
  width: 100%;
}

.page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t {
  width: 9vw;
  display: flex;
  position: absolute;
  right: 8%;
  top: 15%;
}

.page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t span {
  width: 1.2vw;
  display: block;
  color: #FB6800;
  font-size: 1vw;
  font-weight: bold;
  margin-right: 1vw;
}

.page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t ul li {
  font-size: .8vw;
  line-height: 1.8;
  color: #fff;
  display: flex;
  align-items: baseline;
}

.page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t ul li img {
  width: .5vw;
  margin-right: .3vw;
}

.page03 .page03_img01 .page03_textBox .textBox_01 {
  width: 16.8%;
  top: 13%;
  left: 29%;
}

.page03 .page03_img01 .page03_textBox .textBox_02 {
  width: 15.5%;
  top: 24%;
  left: 19%;
}

.page03 .page03_img01 .page03_textBox .textBox_03 {
  width: 16.7%;
  top: 46%;
  left: 26%;
}

.page03 .page03_img01 .page03_textBox .textBox_04 {
  width: 14.8%;
  top: 67%;
  left: 12%;
}

.page03 .page03_img01 .page03_textBox .textBox_04 .textBox_text .textBox_t {
  right: auto;
  left: 20%;
  top: 15%;
}

.page03 .page03_img01 .page03_textBox .textBox_05 {
  width: 16.5%;
  top: 16%;
  right: 22%;
}

.page03 .page03_img01 .page03_textBox .textBox_05 .textBox_text .textBox_t {
  right: auto;
  left: 14%;
  top: 15%;
}

.page03 .page03_img01 .page03_textBox .textBox_06 {
  width: 16.5%;
  top: 35%;
  right: 31.5%;
}

.page03 .page03_img01 .page03_textBox .textBox_06 .textBox_text .textBox_t {
  right: auto;
  left: 14%;
  top: 15%;
}

.page03 .page03_img01 .page03_textBox .textBox_07 {
  width: 17.5%;
  top: 61%;
  right: 13.5%;
}

/* 世界地图 */
.page04 {
  background: radial-gradient(circle, #E5E8F0 0%, #FFFFFF 100%);
  padding: 80px 0;
}

.page04 .map01>img {
  max-width: 100%;
  margin: 0 auto;
}

/* 植物生命树 */
.page05 {
  background-color: #506379;
  position: relative;
}

.page05 .page05_img01 {
  width: 4.85vw;
  position: absolute;
  top: 0;
  left: 12.5%;
  z-index: 10;
}

.page05 .page05_img01 img {
  width: 100%;
}

.page05 .page05_img02 {
  width: auto;
  position: absolute;
  bottom: 4%;
  right: 12.5%;
  z-index: 10;
}

.page05 .page05_img02 img {
  width: 100%;
}

.page05 .page05_tree {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page05 .page05_tree .tree_box {
  width: 960px;
  margin: 0 auto;
  position: relative;
  transform: scale(.95);
}

.page05 .page05_tree .tree_box>img {
  width: 100%;
  position: relative;
  z-index: -2;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0 p {
  font-size: 12px;
  line-height: 1.1;
  color: #858484;
  opacity: .9;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0 b {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  color: #727171;
}

@keyframes myAnim01 {
  from {
    width: 56px;
    height: 56px;
  }

  to {
    width: 64px;
    height: 64px;
  }
}

@keyframes myAnim02 {
  from {
    width: 56px;
    height: 56px;
  }

  to {
    width: 76px;
    height: 76px;
  }
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0::after {
  content: '';
  border-radius: 50%;
  background: radial-gradient(circle, #FFFFFF 56%, rgba(35, 250, 255, 0.5) 30%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0::before {
  content: '';
  border-radius: 50%;
  background: radial-gradient(circle, #FFFFFF 56%, rgba(35, 250, 255, 0.2) 30%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0:hover {
  background-color: #fff;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0:hover::after {
  animation: myAnim01 .8s linear 0s infinite alternate;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_0:hover::before {
  animation: myAnim02 .8s linear 0s infinite alternate;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_01 {
  bottom: 18%;
  left: 33.3%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_02 {
  bottom: 18%;
  left: 44.8%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_03 {
  bottom: 18%;
  left: 56.6%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_04 {
  bottom: 18%;
  left: 62.5%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_05 {
  bottom: 18%;
  left: 68.5%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_06 {
  top: 41.5%;
  left: 61.5%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_07 {
  top: 35.5%;
  left: 68.5%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_08 {
  top: 35.5%;
  left: 75%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_09 {
  top: 28%;
  left: 76%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_10 {
  top: 24%;
  left: 70.2%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_11 {
  top: 23.5%;
  left: 63%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_12 {
  top: 30%;
  left: 58.3%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_13 {
  top: 16%;
  left: 47%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_14 {
  top: 26%;
  left: 39%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_15 {
  top: 19%;
  left: 38%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_16 {
  top: 23.5%;
  left: 24%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_17 {
  top: 30%;
  left: 26%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_18 {
  top: 35%;
  left: 20%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_19 {
  top: 40%;
  left: 25.5%;
}

.page05 .page05_tree .tree_box .tree_box01 .tree_20 {
  top: 40%;
  left: 31%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img0 {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  padding: 1.5% 2.5%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img0 b {
  font-size: 18px;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img0 p {
  font-size: 12px;
  color: #3a3a3a;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img0 img {
  width: 60%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img01 {
  top: 54%;
  left: 13%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img02 {
  top: 50%;
  left: 30%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img03 {
  top: 50%;
  left: 41%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img04 {
  top: 49%;
  left: 50%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img05 {
  top: 52%;
  left: 70%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img06 {
  top: 45%;
  left: 62%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img07 {
  top: 42%;
  left: 65%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img08 {
  top: 41%;
  left: 73%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img09 {
  top: 3%;
  left: 75%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img10 {
  top: 0%;
  left: 71%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img11 {
  top: -2%;
  left: 58%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img12 {
  top: 31%;
  left: 37%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img13 {
  top: -2%;
  left: 52%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img14 {
  top: 31%;
  left: 38%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img15 {
  top: -2%;
  left: 19%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img16 {
  top: 6%;
  left: 2%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img17 {
  top: 14%;
  left: 0%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img18 {
  top: 37%;
  left: 0%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img19 {
  top: 43%;
  left: 7%;
}

.page05 .page05_tree .tree_box .tree_box02 .tree_img20 {
  top: 47%;
  left: 23%;
}

/* SPICY服务 */
.page06 {
  padding: 5vw 0 7vw;
}

.page06 .title01 {
  text-align: center;
}

.page06 .spicy_uls {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.page06 .spicy_uls .spicy_lis {
  width: calc(50% / 4);
  height: 30vw;
  border-left: 1px solid #fff;
  position: relative;
}

.page06 .spicy_uls .spicy_lis::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-weight: bolder;
  font-family: '微软雅黑';
  color: #FB6800;
  font-size: 12vw;
  line-height: .8;
  opacity: .25;
}

.page06 .spicy_uls .spicy_lis>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.page06 .spicy_uls .spicy_lis h4 {
  display: none;
  font-size: 2.1vw;
  color: #FB6800;
  font-weight: bold;
  position: absolute;
  left: 8%;
  top: 24%;
}

.page06 .spicy_uls .spicy_lis b {
  font-size: 1.56vw;
  color: #FB6800;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translateX(-50%);
}

.page06 .spicy_uls .spicy_lis p {
  display: none;
  font-size: 1.2vw;
  color: #fff;
  position: absolute;
  left: 8%;
  top: 48%;
}

.page06 .spicy_uls .spicy_lis ul {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  left: 8%;
  top: 60%;
}

.page06 .spicy_uls .spicy_lis ul li {
  width: 48%;
  max-height: 2.2vw;
  line-height: 2.2vw;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  text-align: center;
  font-size: .85vw;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  transition: all .3s;
}

.page06 .spicy_uls .spicy_lis ul li:hover {
  transform: translateY(-5px);
}

.page06 .spicy_uls .spicy_lis a {
  display: flex;
  display: none;
  align-items: center;
  position: absolute;
  left: 8%;
  top: 87%;
}

.page06 .spicy_uls .spicy_lis a span {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: .85vw;
  margin-right: 10px;
}

.page06 .spicy_uls .spicy_lis a img {
  transition: all .3s;
}

.page06 .spicy_uls .spicy_lis a:hover img {
  transform: translateX(10px);
}

.page06 .spicy_uls .spicy_lis:nth-child(1) {
  border-left: none;
}

.page06 .spicy_uls .spicy_lis:nth-child(1)::after {
  content: 'S';
}

.page06 .spicy_uls .spicy_lis:nth-child(2)::after {
  content: 'P';
}

.page06 .spicy_uls .spicy_lis:nth-child(3)::after {
  content: 'I';
}

.page06 .spicy_uls .spicy_lis:nth-child(4)::after {
  content: 'C';
}

.page06 .spicy_uls .spicy_lis:nth-child(5)::after {
  content: 'Y';
}

.page06 .spicy_uls .spicy_active {
  width: 50%;
}

.page06 .spicy_uls .spicy_active::after {
  left: auto;
  right: 0;
  bottom: 0;
  transform: translateX(0);
}

.page06 .spicy_uls .spicy_active h4 {
  display: block;
}

.page06 .spicy_uls .spicy_active b {
  left: 8%;
  transform: translateX(0);
}

.page06 .spicy_uls .spicy_active p {
  display: block;
}

.page06 .spicy_uls .spicy_active a,
.page06 .spicy_uls .spicy_active ul {
  display: flex;
}

/* 天气预报 */
.page07 {
  background: radial-gradient(circle, #E7EAED 100%, #FFFFFF 0%);
  padding: 140px 0 160px;
}

.page07 .page07_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  align-items: flex-start;
}

.page07 .page07_top .title01 {
  padding-left: 12.5%;
}

.page07 .page07_top .weather_box {
  width: 950px;
  height: auto;
  padding-right: 12.5%;
}

.page07 .swiper06 {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 80px 0;
  position: relative;
}

.page07 .swiper06 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.page07 .swiper06 .swiper-slide .sw06_lis {
  width: 16%;
  position: relative;
}

.page07 .swiper06 .swiper-slide .sw06_lis img {
  width: 100%;
}

.page07 .swiper06 .swiper-slide .sw06_lis b {
  font-size: 1.045vw;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: 32%;
  left: 10%;
}

.page07 .swiper06 .swiper-slide .sw06_lis i {
  font-size: 0.73vw;
  line-height: 1.5;
  color: #7C7C7C;
  display: block;
  position: absolute;
  top: 48%;
  left: 10%;
}

.page07 .swiper06 .swiper-slide .sw06_lis a {
  width: 100px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #FB6800;
  border-radius: 4px;
  text-align: center;
  color: #FB6800;
  transition: all .3s;
  position: absolute;
  top: 70%;
  left: 10%;
}

.page07 .swiper06 .swiper-slide .sw06_lis:hover a {
  background-color: #FB6800;
  color: #fff;
}

.page07 .swiper06 .pagination06 .swiper-pagination-bullet {
  background-color: transparent;
}

.page07 .swiper06 .ckgd_01 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* 新闻资讯 */
.page08 {
  padding: 80px 0 70px;
}

.page08 .title01 {
  text-align: center;
}

.page08 .title01 h5 {
  position: relative;
}

.page08 .title01 h5::after {
  content: '';
  display: block;
  width: 40%;
  height: 10px;
  background-color: #FB6800;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page08 .title01 h5::before {
  content: '';
  display: block;
  width: 40%;
  height: 10px;
  background-color: #FB6800;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.page08 .swiper07 {
  width: 100%;
  padding: 1% 1% 100px 1%;
  overflow: hidden;
  margin-top: 48px;
  position: relative;
}

.page08 .swiper07 .swiper-slide {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.page08 .swiper07 .swiper-slide>a>img {
  width: 100%;
}

.page08 .swiper07 .swiper-slide>img {
  width: 100%;
}

.page08 .swiper07 .swiper-slide .sw07_bot {
  padding: 30px;
}

.page08 .swiper07 .swiper-slide .sw07_bot b {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page08 .swiper07 .swiper-slide .sw07_bot p {
  height: 40px;
  color: #7C7C7C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.page08 .swiper07 .swiper-slide .sw07_bot .xw_jt {
  border-top: 1px solid #D2D2D2;
  padding-top: 20px;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.page08 .swiper07 .swiper-slide .sw07_bot .xw_jt i {
  display: block;
  color: #B2B2B2;
}

.page08 .swiper07 .swiper-slide .sw07_bot .xw_jt .xw_jt02 {
  display: none;
}

.page08 .swiper07 .swiper-slide:hover {
  background-color: #FB6800;
}

.page08 .swiper07 .swiper-slide:hover .sw07_bot p,
.page08 .swiper07 .swiper-slide:hover .sw07_bot b {
  color: #fff;
}

.page08 .swiper07 .swiper-slide:hover .sw07_bot .xw_jt i {
  color: #fff;
}

.page08 .swiper07 .swiper-slide:hover .sw07_bot .xw_jt .xw_jt01 {
  display: none;
}

.page08 .swiper07 .swiper-slide:hover .sw07_bot .xw_jt .xw_jt02 {
  display: block;
}

.page08 .swiper07 .ckgd_01 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 留言 */
.page09 {
  display: flex;
}

.page09 .page09_fl {
  padding: 50px 0 30px 12.5%;
  background: url(../esimg/img/page09_fl.png) no-repeat center;
  background-size: cover;
  width: 36%;
}

.page09 .page09_fl .title01 h6 {
  font-size: 16px;
}

.page09 .page09_fl ul {
  margin-top: 10px;
}

.page09 .page09_fl ul li {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.page09 .page09_fl ul li img {
  margin-right: 12px;
}

.page09 .page09_fl ul li i {
  display: block;
  font-size: 16px;
  opacity: .8;
  margin-right: 20px;
}

.page09 .page09_fl ul li p {
  font-size: 16px;
  font-weight: bold;
}

.page09 .page09_fl .ckgd_01 {
  margin-top: 58px;
}

.page09 .page09_fr {
  padding: 50px 12.5% 30px 4%;
  flex: 1;
  background: url(../esimg/img/page09_fr.png) no-repeat center;
  background-size: cover;
}

.page09 .page09_fr .title01 h5 {
  color: #fff;
}

.page09 .page09_fr .title01 h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.page09 .page09_fr #form3,
.page09 .page09_fr #form01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
  padding-top: 10px;
}

.page09 .page09_fr #form3 input,
.page09 .page09_fr #form01 input {
  width: 48%;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 6px;
  font-family: SourceHanSansCN;
  border-radius: 0;
}

.page09 .page09_fr #form3 input::placeholder,
.page09 .page09_fr #form01 input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: SourceHanSansCN;
}

.page09 .page09_fr #form3 textarea,
.page09 .page09_fr #form01 textarea {
  width: 100%;
  height: 60px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 6px;
  font-family: SourceHanSansCN;
  border-radius: 0;
}

.page09 .page09_fr #form3 textarea::placeholder,
.page09 .page09_fr #form01 textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: SourceHanSansCN;
}

.page09 .page09_fr #form3 .form01_bt,
.page09 .page09_fr #form01 .form01_bt {
  width: 100%;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page09 .page09_fr #form3 .form01_bt input,
.page09 .page09_fr #form01 .form01_bt button {
  width: 160px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  transition: all .3s;
}

.page09 .page09_fr #form3 .form01_bt input {
  border-bottom: 1px solid transparent;
}

.page09 .page09_fr #form3 .form01_bt button:hover,
.page09 .page09_fr #form01 .form01_bt button:hover {
  transform: scale(0.95);
}

.page09 .page09_fr #form03 .form01_bt .form01_bt01,
.page09 .page09_fr #form01 .form01_bt .form01_bt01 {
  background-color: #FB6800;
  margin-right: 18px;
}

.page09 .page09_fr #form3 .form01_bt .form01_bt02,
.page09 .page09_fr #form01 .form01_bt .form01_bt02 {
  background-color: #767F8C;
}

/* 底部 */
.footer {
  background: url(../esimg/img/bg_foot.png) no-repeat center;
  background-size: cover;
  padding: 90px 0 20px;
}

.footer .footer_width .footer_top {
  display: flex;
  margin-bottom: 90px;
}

.footer .footer_width .footer_top .footer_qr {
  margin-right: 10%;
}

.footer .footer_width .footer_top .footer_qr .logo02 {
  margin-bottom: 36px;
  display: block;
}

.footer .footer_width .footer_top .footer_ul01 {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer .footer_width .footer_top .footer_ul01>li>a {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-left: 15px;
  color: #fff;
  border-left: 3px solid #FB6800;
  margin-bottom: 38px;
}

.footer .footer_width .footer_top .footer_ul01>li .footer_ul02 li {
  padding-left: 18px;
}

.footer .footer_width .footer_top .footer_ul01>li .footer_ul02 li a {
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  transition: all .3s;
}

.footer .footer_width .footer_top .footer_ul01>li .footer_ul02 li a:hover {
  color: #FB6800;
}

.footer .footer_width .footer_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.footer .footer_width .footer_bot span,
.footer .footer_width .footer_bot a,
.footer .footer_width .footer_bot p {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}

.footer .footer_width .footer_bot span a,
.footer .footer_width .footer_bot a a,
.footer .footer_width .footer_bot p a {
  display: block;
  margin-left: 10px;
  transition: all .3s;
}

.footer .footer_width .footer_bot span a:hover,
.footer .footer_width .footer_bot a a:hover,
.footer .footer_width .footer_bot p a:hover {
  color: #FB6800;
}

.footer .footer_width .footer_bot .web_construction {
  display: flex;
  align-items: center;
}

.footer .footer_width .footer_bot .web_construction a {
  transition: all .3s;
}

.footer .footer_width .footer_bot .web_construction a:hover {
  color: #FB6800;
}

/* 友情链接 */
.friendship_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 5%;
}

.friendship_box a {
  margin-right: 10px;
  line-height: 1.5;
  transition: all .3s;
}

.friendship_box a:hover {
  color: #FB6800;
}

/* 内页 */
.nav01 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  background-color: #506379;
  padding: 45px 0;
}

.nav01 .nav_swiper01 {
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
}

.nav01 .nav_swiper01 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav01 .nav_swiper01 .swiper-slide i {
  color: #fff;
  text-align: center;
}

.nav01 .nav_swiper01 .swiper-slide b {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin: 13px 0 20px;
  color: #fff;
}

.nav01 .nav_swiper01 .swiper-slide .n_dian .n_dian02 {
  display: none;
}

.nav01 .nav_swiper01 .slide_active b {
  color: #FB6800;
}

.nav01 .nav_swiper01 .slide_active .n_dian .n_dian01 {
  display: none;
}

.nav01 .nav_swiper01 .slide_active .n_dian .n_dian02 {
  display: block;
}

.nav01 .nav_line {
  width: 73%;
  height: 2px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 1;
}

.nav01 .nav_prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  left: 10.5%;
  bottom: 20%;
  margin-top: 0;
  background: url(../esimg/icon/icon_fl01.png) no-repeat center;
  background-size: cover;
}

.nav01 .nav_next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  right: 10.5%;
  bottom: 20%;
  margin-top: 0;
  background: url(../esimg/icon/icon_fr01.png) no-repeat center;
  background-size: cover;
}

.nav04 .nav_swiper01 {
  width: 50%;
}

/* about01 */
/* 走进新约 */
.walk_into {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.walk_into .walk_fl {
  width: 48%;
  position: relative;
  padding-top: 56px;
}

.walk_into .walk_fl img {
  width: 100%;
}

.walk_into .walk_fl::after {
  content: '';
  display: block;
  width: 100%;
  height: 23vw;
  position: absolute;
  top: calc(2% + 56px);
  right: -2%;
  background-color: #FB6800;
  z-index: -1;
}

.walk_into .walk_fr {
  width: 48%;
}

.walk_into .walk_fr i {
  color: #666;
  display: block;
  font-size: 30px;
  opacity: .6;
}

.walk_into .walk_fr .walk_fr_icon {
  display: flex;
  align-items: center;
}

.walk_into .walk_fr .walk_fr_icon b {
  font-size: 36px;
  display: block;
  font-weight: bold;
  color: #FB6800;
}

.walk_into .walk_fr p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 50px;
  border-bottom: 1px solid #999;
  padding-bottom: 48px;
}

/* about02 */
/* 创始人简介 */
.founder_box .founder_back {
  background-color: #DAE1ED;
  padding-bottom: 140px;
  position: relative;
}

.founder_box .founder_back .founder_text {
  width: 56%;
  padding: 50px 0 0 12.5%;
  margin-top: 60px;
}

.founder_box .founder_back .founder_text p {
  font-size: 16px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}

.founder_box .founder_back .founder_text p::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #FB6800;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}

.founder_box .founder_back .founder_text h6 {
  font-size: 16px;
  color: #FB6800;
  font-weight: bold;
  margin: 60px 0 20px;
}

.founder_box .founder_back .founder_text .p_border {
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
}

.founder_box .founder_back .founder_img {
  width: 322px;
  position: absolute;
  top: -60px;
  right: 12.5%;
  transition: all .3s;
}

.founder_box .founder_back .founder_img img {
  width: 100%;
  margin-bottom: 50px;
}

.founder_box .founder_back .founder_img p {
  font-size: 22px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.founder_box .founder_back .founder_img p b {
  font-size: 46px;
  color: #49609A;
}

.founder_box .founder_back .founder_img p span {
  margin-left: 24px;
  font-weight: bold;
}

/* about03 */
/* MVV */
.mvv_box {
  margin-top: -50px;
}

.mvv_box .mvv_text {
  width: 100%;
}

.mvv_box .mvv_text img {
  width: 100%;
}

.mvv_box .mvv_sw {
  width: 100%;
  background: url(../esimg/img/bg_mvv.png) no-repeat center;
  background-size: cover;
  padding: 12vw 0;
}

.mvv_box .mvv_sw .swiper_mvv {
  width: 58%;
  margin: 0 auto;
  padding: 2%;
  overflow: hidden;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide {
  position: relative;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide img {
  width: 100%;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide .mvv_img02 {
  display: none;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide::after {
  content: '';
  display: block;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 2px dashed #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide i {
  display: block;
  font-size: 1.6vw;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide b {
  display: block;
  font-size: 2.4vw;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translateX(-50%);
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide p {
  display: none;
  width: 74%;
  text-align: center;
  font-size: 0.834vw;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translateX(-50%);
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide-active .mvv_img01 {
  display: none;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide-active .mvv_img02 {
  display: block;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide-active i {
  top: 14%;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide-active b {
  top: 26%;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide-active p {
  display: block;
}

.mvv_box .mvv_sw .swiper_mvv .swiper-slide-duplicate-prev,
.mvv_box .mvv_sw .swiper_mvv .swiper-slide-duplicate-next {
  opacity: 0;
  transition: all .3s;
}

/* about04 */
/* 品牌PDF */
.pdf_box {
  margin-top: -50px;
}

.pdf_box img {
  width: 100%;
}

/* about05 */
/* 发展历程 */
.develop_box {
  width: 100%;
  margin-top: -50px;
}

.develop_box .develop_main {
  width: 100%;
  background: url(../esimg/img/bg_fazhan.png) no-repeat center;
  background-size: cover;
  height: 47.2vw;
  padding-top: 5vw;
  position: relative;
}

.develop_box .develop_main .title02 {
  text-align: center;
}

.develop_box .develop_main .title02 img {
  width: 4vw;
  margin: 0 auto;
}

.develop_box .develop_main .title02 h6 {
  color: #FFF;
  margin: 5px 0;
  font-size: 1.25vw;
}

.develop_box .develop_main .title02 h5 {
  color: #FFF;
  font-size: 1.92vw;
}

.develop_box .develop_main .coop_uls01 {
  width: 75%;
  height: auto;
  margin: 5% auto 0;
  padding: 0 2.4vw;
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}

.develop_box .develop_main .coop_prev {
  top: 40%;
  left: 10.5%;
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/icon_fl01.png) no-repeat center;
  background-size: cover;
}

.develop_box .develop_main .coop_next {
  top: 40%;
  left: auto;
  right: 10.5%;
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/icon_fr01.png) no-repeat center;
  background-size: cover;
}

.develop_box .develop_main .coop_uls01 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.develop_box .develop_main .coop_uls01 .swiper-slide span {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6vw;
  color: #FB6800;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.develop_box .develop_main .coop_uls01 .swiper-slide span::after {
  content: '';
  border-radius: 50%;
  background-color: rgba(251, 104, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.develop_box .develop_main .coop_uls01 .swiper-slide p {
  display: none;
  width: 14vw;
  padding: 3vw 1.5vw 1.5vw;
  background: url(../esimg/img/kuang01.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.938vw;
  margin-top: 3vw;
  margin-left: 0.5vw;
  position: relative;
  transition: all .5s;
  text-align: center;
}

.develop_box .develop_main .coop_uls01 .swiper-slide p::after {
  display: block;
  content: '';
  width: 1px;
  height: 3vw;
  border-left: 2px dashed #FB6800;
  position: absolute;
  left: 48%;
  top: -3vw;
}

.develop_box .develop_main .coop_uls01 .swiper-slide:hover p {
  display: block;
}

.develop_box .develop_main .coop_uls01 .swiper-slide:hover span {
  background-color: #FB6800;
  color: #fff;
}

.develop_box .develop_main .coop_uls01 .swiper-slide:hover span::after {
  animation: myAnim03 .8s linear 0s infinite alternate;
}

.develop_box .develop_main .coop_uls01 .coop_0 {
  position: absolute;
}

@keyframes myAnim03 {
  from {
    width: 100%;
    height: 100%;
  }

  to {
    width: 120%;
    height: 120%;
  }
}

.develop_box .develop_main .coop_uls01 .coop_0 span {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6vw;
  color: #FB6800;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.develop_box .develop_main .coop_uls01 .coop_0 span::after {
  content: '';
  border-radius: 50%;
  background-color: rgba(251, 104, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.develop_box .develop_main .coop_uls01 .coop_0:hover span {
  background-color: #FB6800;
  color: #fff;
}

.develop_box .develop_main .coop_uls01 .coop_0:hover span::after {
  animation: myAnim03 .8s linear 0s infinite alternate;
}

.develop_box .develop_main .coop_uls01 .coop_0 p {
  display: none;
  width: 21.5vw;
  padding: 2vw 1.5vw 1.5vw;
  background: url(../esimg/img/kuang01.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.938vw;
  margin-top: 3vw;
  margin-left: -8vw;
  position: relative;
  transition: all .5s;
}

.develop_box .develop_main .coop_uls01 .coop_0 p::after {
  display: block;
  content: '';
  width: 1px;
  height: 3vw;
  border-left: 2px dashed #FB6800;
  position: absolute;
  left: 48.5%;
  top: -3vw;
}

.develop_box .develop_main .coop_uls01 .coop_0:hover p {
  display: block;
}

/* .develop_box .develop_main .coop_uls01 .coop_lis01 {
  top: 22%;
  left: 2%;
}

.develop_box .develop_main .coop_uls01 .coop_lis02 {
  top: 17%;
  left: 12%;
}

.develop_box .develop_main .coop_uls01 .coop_lis03 {
  top: 23%;
  left: 33%;
}

.develop_box .develop_main .coop_uls01 .coop_lis04 {
  top: 22%;
  left: 45%;
}

.develop_box .develop_main .coop_uls01 .coop_lis05 {
  top: 14%;
  left: 57%;
}

.develop_box .develop_main .coop_uls01 .coop_lis06 {
  top: 15%;
  left: 67%;
}

.develop_box .develop_main .coop_uls01 .coop_lis07 {
  top: 3%;
  left: 92%;
} */

/* about06 */
/* 荣誉资质 */
.honor_box {
  margin-top: -50px;
  background: rgba(83, 101, 124, 0.05);
  padding: 4.5vw 0 6.5vw;
}

.honor_box .honor_main {
  position: relative;
}

.honor_box .honor_main .title02 {
  text-align: center;
}

.honor_box .honor_main .title02 img {
  margin: 0 auto;
}

.honor_box .honor_main .title02 h6 {
  margin: 5px 0;
}

.honor_box .honor_main .title02 h5 {
  color: #333;
}

.honor_box .honor_main .swiper_honor {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 2%;
}

.honor_box .honor_main .swiper_honor .swiper-slide {
  position: relative;
}

.honor_box .honor_main .swiper_honor .swiper-slide img {
  width: 100%;
}

.honor_box .honor_main .swiper_honor .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D4D3D3;
  position: absolute;
  bottom: -3%;
  right: -2%;
  z-index: -1;
}

.honor_box .honor_main .swiper_honor .swiper-slide-duplicate-prev,
.honor_box .honor_main .swiper_honor .swiper-slide-duplicate-next {
  opacity: 0;
  transition: all .5s;
}

.honor_box .honor_main .honor_touying img {
  margin: 0 auto;
}

.honor_box .honor_main .honor_prev {
  width: 46px;
  height: 46px;
  background: url(../esimg/icon/icon_fl02.png) no-repeat center;
  background-size: cover;
  left: -5%;
  margin-top: 0;
}

.honor_box .honor_main .honor_next {
  width: 46px;
  height: 46px;
  background: url(../esimg/icon/icon_fr02.png) no-repeat center;
  background-size: cover;
  right: -5%;
  margin-top: 0;
}

/* about07 */
/* 合作伙伴 */
.cooperate_box {
  margin-top: -50px;
  background: url(../esimg/img/bg_hezuo.png) no-repeat center;
  background-size: cover;
  padding: 4.5vw 0 6.5vw;
}

.cooperate_box .cooperate_main .title02 {
  text-align: center;
}

.cooperate_box .cooperate_main .title02 img {
  margin: 0 auto;
}

.cooperate_box .cooperate_main .title02 h6 {
  color: #FFF;
  margin: 5px 0;
}

.cooperate_box .cooperate_main .title02 h5 {
  color: #FFF;
}

.cooperate_box .cooperate_main>img {
  max-width: 100%;
  margin-top: 36px;
}

/* product01 */
/* 产品2级 */
.product_two {
  padding: 80px 0 100px;
}

.product_two .technical_uls {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.product_two .technical_uls .technical_lis {
  width: 33.3%;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px dashed #999;
}

.product_two .technical_uls .technical_lis:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.product_two .technical_uls .technical_lis .tech_icon {
  display: flex;
  align-items: flex-end;
}

.product_two .technical_uls .technical_lis .tech_icon b {
  display: block;
  font-size: 18px;
  line-height: 2;
  margin-left: 5px;
}

.product_two .technical_uls .technical_lis .tech_text {
  padding-left: 14px;
  margin-top: 36px;
}

.product_two .technical_uls .technical_lis .tech_text h6 {
  font-size: 18px;
  color: #FB6800;
  font-weight: bold;
  position: relative;
}

.product_two .technical_uls .technical_lis .tech_text h6::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FB6800;
  position: absolute;
  left: -16px;
  top: 10px;
}

.product_two .technical_uls .technical_lis .tech_text p {
  color: #333;
  line-height: 1.8;
}

/* 产品营养型 */
.fer_box {
  width: 70%;
  margin-top: 86px;
}

.fer_box .title03 {
  text-align: center;
}

.fer_box .title03 h5 {
  margin: 0 auto;
}

.fer_box .fer_ul01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
  padding-bottom: 90px;
  margin-bottom: 80px;
  border-bottom: 1px dashed #BFBFBF;
}

.fer_box .fer_ul01 .fer_lis01 {
  width: 31%;
  margin-top: 40px;
  border: 8px solid transparent;
  transition: all .5s;
}

.fer_box .fer_ul01 .fer_lis01 img {
  width: 100%;
}

.fer_box .fer_ul01 .fer_lis01:hover {
  border: 8px solid #FB6800;
  transition: all .5s;
}

.fer_box .fer_ul02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-bottom: 130px;
}

.fer_box .fer_ul02 .fer_lis02 {
  width: 31%;
}

.fer_box .fer_ul02 .fer_lis02 .fer_lis02_img {
  width: 100%;
  margin-top: 54px;
  border: 8px solid transparent;
  transition: all .5s;
}

.fer_box .fer_ul02 .fer_lis02 .fer_lis02_img img {
  width: 100%;
}

.fer_box .fer_ul02 .fer_lis02 .fer_lis02_img:hover {
  border: 8px solid #FB6800;
  transition: all .5s;
}

/* product02 */
/* 产品3级 */
.product_three {
  margin: 60px auto 80px;
}

.product_three .pro_list_fl {
  width: 20%;
  position: sticky;
  top: 0;
}

.product_three .pro_list_fl h5 {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  background-color: #FB6800;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.product_three .pro_list_fl ul li a {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0 10px 56px;
  border-bottom: 1px dashed #999;
  transition: all .3s;
}

.product_three .pro_list_fl ul .li_active a,
.product_three .pro_list_fl ul li a:hover {
  color: #FB6800;
}

.product_three .pro_list_fr {
  width: 76%;
}

.product_three .pro_list_fr .pro_list_fr_title {
  width: 100%;
  border-bottom: 3px solid #EAEAEA;
}

.product_three .pro_list_fr .pro_list_fr_title h6 {
  display: inline-block;
  color: #FB6800;
  font-size: 24px;
  line-height: 2;
  margin-bottom: -3px;
  border-bottom: 3px solid #FB6800;
  font-weight: bold;
}

.product_three .pro_list_fr .pro_list_fr_item {
  padding: 104px 0 0 40px;
  position: relative;
  margin-top: 40px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_img {
  width: 240px;
  position: absolute;
  top: 0;
  left: 5%;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_h5 h5 {
  height: 180px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 4% 0 38%;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text {
  margin-top: 44px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl {
  width: 35%;
  padding-left: 40px;
  padding-top: 100px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g {
  display: flex;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g b::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FB6800;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g i {
  flex: 1;
  display: block;
  font-size: 20px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl h4 {
  display: flex;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.5;
  margin-top: 20px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl h4 p {
  font-size: 20px;
  margin: 0;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr {
  width: 62%;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr span {
  background-color: #FB6800;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr i {
  /* display: flex;
  align-items: baseline;
  flex-wrap: wrap; */
  display: block;
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 0 30px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #EAEAEA;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr i sub {
  /* display: block; */
  font-size: 12px;
  line-height: 1;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr .pro_text_fr_p {
  border-left: 1px solid #FB6800;
  padding-left: 20px;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr .pro_text_fr_p p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr .pro_text_fr_p p::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #EB6100;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 6px;
}

/* agriculture01 */
/* 数智农业 */
.canvas_back {
  background-color: #E2E2E2;
  margin: 20px 0 0;
  padding: 200px 0 60px;
}

.canvas_box {
  width: 1400px;
}

.canvas_box .canvas_position {
  position: relative;
  width: 1023px;
  height: 474px;
  transform: scale(0.9);
  margin: 0 auto;
}

.canvas_box .canvas_position #canvas {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* .canvas_box .canvas_position .canvas_img0 {
  display: none;
  position: absolute;
}

.canvas_box .canvas_position .canvas_img01 {
  left: 30.5%;
  top: 70%;
}

.canvas_box .canvas_position .canvas_img02 {
  left: 38%;
  top: 56%;
}

.canvas_box .canvas_position .canvas_img03 {
  left: 45.3%;
  top: 42%;
}

.canvas_box .canvas_position .canvas_img04 {
  left: 53%;
  top: 27.8%;
}

.canvas_box .canvas_position .canvas_img05 {
  left: 60.5%;
  top: 15%;
}

.canvas_box .canvas_position .canvas_img06 {
  left: 68%;
  top: 2%;
  display: block;
} */

.canvas_box .canvas_position .canvas_text0 {
  display: none;
  position: absolute;
  width: 594px;
  height: 286px;
  padding: 3% 16% 3% 3%;
  background: url("../esimg/img/xk1.png") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.canvas_box .canvas_position .canvas_text0 b {
  font-size: 24px;
  line-height: 1.5;
  color: #FB6800;
}

.canvas_box .canvas_position .canvas_text0 p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-top: 6px;
  height: 194px;
  overflow: hidden;
}

.canvas_box .canvas_position .canvas_text01 {
  width: 466px;
  height: 407px;
  left: -16%;
  top: -4.5%;
  padding: 3% 3% 12% 3%;
  background: url('../esimg/img/xk2.png') no-repeat center;
  background-size: 100% 100%;
}

.canvas_box .canvas_position .canvas_text02 {
  width: 466px;
  height: 407px;
  left: -2%;
  top: -20.5%;
  padding: 3% 3% 12% 3%;
  background: url('../esimg/img/xk2.png') no-repeat center;
  background-size: 100% 100%;
}

.canvas_box .canvas_position .canvas_text03 {
  left: -22%;
  top: 0%;
}

.canvas_box .canvas_position .canvas_text04 {
  left: -8%;
  top: -16%;
}

.canvas_box .canvas_position .canvas_text05 {
  left: 6%;
  top: -31%;
  display: block;
}

.canvas_box .canvas_position .canvas_text06 {
  left: 20%;
  top: -45%;
}

/* agriculture02 */
/* 数智农业 */
.agriculture02 .title03 {
  padding-bottom: 40px;
  background-color: #fff;
}

.agriculture02 .title03 h6 {
  opacity: .6;
}

.agriculture02 .page05_tree {
  padding: 40px 0 30px;
}

.agriculture02 .page05_tree .page05_img01 {
  left: 0;
}

.agriculture02 .page05_tree .page05_img02 {
  right: 0;
}

/* agriculture03 */
/* 数智农业 */
.agriculture03 .title03 {
  margin-bottom: 40px;
}

.agriculture03 img {
  width: 100%;
  object-fit: cover;
}

/* programme01 */
/* 方案列表 */
.programme01 {
  padding: 0 0 110px;
}

.programme01 .title03 {
  margin-bottom: 40px;
}

.programme01 .programme01_uls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.programme01 .programme01_uls .programme01_lis {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
}

.programme01 .programme01_uls .programme01_lis .programme01_img {
  width: 100%;
  position: relative;
}

.programme01 .programme01_uls .programme01_lis .programme01_img img {
  width: 100%;
}

.programme01 .programme01_uls .programme01_lis .programme01_img::after {
  width: 100%;
  height: 100%;
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.programme01 .programme01_uls .programme01_lis .programme01_img::before {
  display: none;
  width: 52px;
  height: 52px;
  content: '';
  background: url(../esimg/icon/icon_sousuo.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.programme01 .programme01_uls .programme01_lis .programme01_img:hover::before,
.programme01 .programme01_uls .programme01_lis .programme01_img:hover::after {
  display: block;
}

.programme01 .programme01_uls .programme01_lis span {
  font-size: 24px;
  line-height: 1.8;
  display: block;
}

.programme01 .programme01_uls .programme01_lis:nth-child(3n) {
  margin-right: 0;
}

/* programme02 */
/* 方案列表 */
.programme02 {
  padding: 60px 0 0;
  /* 套餐 */
}

.programme02 .title03 {
  margin-bottom: 40px;
}

.programme02 .chas_box img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto 70px;
}

.programme02 .package_box {
  background-color: #eee;
  width: 100%;
  position: relative;
}

.programme02 .package_box .package_swiper {
  overflow: hidden;
  padding: 70px 10px;
}

.programme02 .package_box .package_swiper .swiper-slide {
  border: 10px solid #FFFFFF;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
}

.programme02 .package_box .package_swiper .swiper-slide img {
  width: 100%;
}

.programme02 .package_box .package_prev {
  width: 41px;
  height: 41px;
  position: absolute;
  left: 8%;
  background: url(../esimg/icon/btn_anniu01.png) no-repeat center;
  background-size: cover;
  margin-top: 0;
}

.programme02 .package_box .package_next {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 8%;
  background: url(../esimg/icon/btn_anniu02.png) no-repeat center;
  background-size: cover;
  margin-top: 0;
}

/* techniques01 */
/* 农技服务01 */
.techniques01 {
  padding: 80px 0 100px;
  overflow: hidden;
  margin-top: -50px;
}

.techniques01 .swiper_techn {
  margin-top: 40px;
}

.techniques01 .swiper_techn .swiper-slide {
  position: relative;
}

.techniques01 .swiper_techn .swiper-slide>img {
  width: 100%;
}

.techniques01 .swiper_techn .swiper-slide .techn_text {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(251, 104, 0, 0.9);
}

.techniques01 .swiper_techn .swiper-slide .techn_text p {
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
}

.techniques01 .swiper_techn .swiper-slide .techn_ck {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
}

.techniques01 .swiper_techn .swiper-slide::before {
  display: none;
  content: '';
  width: 100%;
  height: calc(100% - 90px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.techniques01 .swiper_techn .swiper-slide:hover .techn_ck,
.techniques01 .swiper_techn .swiper-slide:hover::before {
  display: block;
}

/* techniques02 */
/* 农技服务02 */
.techniques02 {
  width: 64%;
  padding: 0 0 70px;
}

.techniques02 .expert_box {
  margin-top: 60px;
}

.techniques02 .expert_box .expert_top {
  padding-bottom: 20px;
  border-bottom: 3px solid #FB6800;
}

.techniques02 .expert_box .expert_top>img {
  margin-right: 10px;
  margin-top: -10px;
}

.techniques02 .expert_box .expert_top b {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #FB6800;
  margin-top: 15px;
}

.techniques02 .expert_box .expert_top p {
  font-size: 24px;
  line-height: 54px;
  background-color: #FB6800;
  color: #fff;
  padding: 0 30px;
  border-radius: 10px;
  cursor: pointer;
}

.techniques02 .expert_box .expert_top .expert_input {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.techniques02 .expert_box .expert_top .expert_input input {
  width: 400px;
  height: 54px;
  font-size: 24px;
  border: 2px solid #FB6800;
  padding-left: 24px;
}

.techniques02 .expert_box .expert_top .expert_input #btnSearch {
  width: 54px;
  height: 54px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: url(../esimg/icon/icon_sousuo2.png) no-repeat center;
  background-size: 37px;
  background-color: #FB6800;
  cursor: pointer;
}

.techniques02 .expert_box ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 40px 30px;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.16);
  margin-top: 24px;
  position: relative;
}

.techniques02 .expert_box ul li .expert_fl {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.techniques02 .expert_box ul li .expert_fl>img {
  margin-right: 15px;
}

.techniques02 .expert_box ul li .expert_fl .expert_text {
  width: 100%;
}

.techniques02 .expert_box ul li .expert_fl .expert_text i {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  opacity: .6;
}

.techniques02 .expert_box ul li .expert_fl .expert_text i img {
  margin-right: 6px;
}

.techniques02 .expert_box ul li .expert_fl .expert_text b {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin: 20px 0;
}

.techniques02 .expert_box ul li .expert_fl .expert_text b img {
  margin-right: 12px;
}

.techniques02 .expert_box ul li .expert_fl .expert_text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 18px;
  line-height: 1.6;
  transition: all .5s;
}

.techniques02 .expert_box ul li .expert_show {
  display: inline-block;
  background-color: #FB6800;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  position: absolute;
  right: 40px;
  top: 48px;
  cursor: pointer;
}

/* 提问弹窗 */
.ask_back {
  display: none;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.ask_back .ask_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 600px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.ask_back .ask_box .ask_fl {
  width: 500px;
}

.ask_back .ask_box .ask_fl img {
  width: 100%;
}

.ask_back .ask_box .ask_fr {
  width: 500px;
  height: 100%;
  background-color: #fff;
  position: relative;
  padding: 5% 6%;
}

.ask_back .ask_box .ask_fr .ask_close {
  position: absolute;
  right: 5%;
  top: 5%;
}

.ask_back .ask_box .ask_fr h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.ask_back .ask_box .ask_fr #form02 p {
  font-size: 18px;
  margin: 12px 0 6px;
}

.ask_back .ask_box .ask_fr #form02 input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-left: 10px;
}

.ask_back .ask_box .ask_fr #form02 textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-left: 10px;
  padding-top: 10px;
}

.ask_back .ask_box .ask_fr #form02 .ask_btn {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}

.ask_back .ask_box .ask_fr #form02 .ask_btn button {
  background-color: #FB6800;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  color: #fff;
}

/* techniques03 */
/* 农技服务03 */
.techniques03 {
  padding-top: 80px;
  margin-top: -50px;
}

.techniques03 .rural_box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.techniques03 .rural_box>img {
  max-width: 46%;
  position: absolute;
  left: 0;
  top: 0;
}

.techniques03 .rural_box .rural_text {
  width: 48%;
  padding: 70px 40px;
  margin-top: 60px;
  border-radius: 30px;
  background: linear-gradient(to bottom, RGBA(247, 247, 247, 0.5), RGBA(247, 247, 247, 0));
  box-shadow: 12px -12px 20px 0px rgba(0, 0, 0, 0.12);
}

.techniques03 .rural_box .rural_text b {
  display: block;
  font-size: 36px;
  color: #FB6800;
}

.techniques03 .rural_box .rural_text b span {
  font-weight: normal;
  margin-left: 10%;
}

.techniques03 .rural_box .rural_text p {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.5;
}

.techniques03 .rural_box .rural_text a {
  margin-top: 50px;
}

.techniques03>img {
  width: 100%;
}

/* new01 */
/* 新闻01 */
.new01 {
  padding: 0 0 90px;
}

.new01 .new01_uls {
  margin-top: 80px;
}

.new01 .new01_uls .new01_lis {
  position: relative;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.new01 .new01_uls .new01_lis:last-child {
  border-bottom: none;
}

.new01 .new01_uls .new01_lis .new01_img {
  width: 350px;
  margin-right: 60px;
}

.new01 .new01_uls .new01_lis .new01_img img {
  width: 100%;
  transition: all .5s;
}

.new01 .new01_uls .new01_lis .new01_text {
  flex: 1;
}

.new01 .new01_uls .new01_lis .new01_text b {
  display: block;
  font-size: 24px;
  transition: all .3s;
}

.new01 .new01_uls .new01_lis .new01_text i {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin: 16px 0 24px;
  color: #666;
  transition: all .3s;
}

.new01 .new01_uls .new01_lis .new01_text a {
  font-size: 16px;
  color: #666666;
  transition: all .3s;
}

.new01 .new01_uls .new01_lis .new01_text .ckgd_01 {
  color: #fff;
  margin-top: 30px;
}

.new01 .new01_uls .new01_lis:hover .new01_img img {
  transform: scale(0.95);
}

.new01 .new01_uls .new01_lis:hover .new01_text a,
.new01 .new01_uls .new01_lis:hover .new01_text i,
.new01 .new01_uls .new01_lis:hover .new01_text b {
  color: #FB6800;
}

.new01 .new01_uls .new01_lis:hover .new01_text .ckgd_01 {
  color: #fff;
}

/* new02 */
/* 新闻02 */
.new02 {
  margin-top: 50px;
}

.new02 p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.new02 .new02_xq {
  width: 80%;
  margin: 0 auto;
}

.new02 .new02_xq h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

.new02 .new02_xq .new02_xq_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  margin: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}

.new02 .new02_xq .new02_xq_icon p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 16px;
}

.new02 .new02_xq .new02_xq_icon p img {
  margin-right: 6px;
}

.new02 .new02_xq img {
  max-width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.new02 .new02_xq .fh_box {
  padding: 30px 0 70px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.new02 .new02_xq .fh_box .fh_uls .fh_lis {
  display: flex;
  align-items: flex-start;
}

.new02 .new02_xq .fh_box .fh_uls .fh_lis p {
  color: #999;
  transition: all .3s;
}

.new02 .new02_xq .fh_box .fh_uls .fh_lis a {
  color: #999;
  display: block;
  transition: all .3s;
}

.new02 .new02_xq .fh_box .fh_uls .fh_lis:hover a,
.new02 .new02_xq .fh_box .fh_uls .fh_lis:hover p {
  color: #FB6800;
}

.new02 .new02_xq .fh_box .ckgd_01 {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}

.new02 .new02_xq .fh_box .ckgd_01 img {
  display: block;
  margin: 0 6px 0 0;
}

/* recruit */
/* 招聘岗位 */
.recruit_box {
  padding: 90px 0 120px;
}

.recruit_box .job_uls {
  margin-top: 30px;
}

.recruit_box .job_uls .job_lis {
  padding: 60px 0 70px;
}

.recruit_box .job_uls .job_lis .job_text .position_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.recruit_box .job_uls .job_lis .job_text .position_box p {
  font-size: 28px;
  font-weight: bold;
}

.recruit_box .job_uls .job_lis .job_text .position_box .position {
  padding: 0 20px;
  line-height: 60px;
  background-color: #FB6800;
  color: #fff;
  border-radius: 10px;
}

.recruit_box .job_uls .job_lis .job_text .position_box .salary {
  color: #FB6800;
}

.recruit_box .job_uls .job_lis .job_text .qualification_box {
  padding-left: 32px;
  margin-top: 28px;
}

.recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis {
  display: flex;
  align-items: flex-start;
}

.recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis h5 {
  font-size: 24px;
  font-weight: bold;
}

.recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis p {
  font-size: 18px;
  line-height: 2;
}

.recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis p span {
  display: block;
  font-weight: bold;
}

.recruit_box .job_uls .job_lis:nth-child(2n) {
  background-color: RGBA(236, 238, 241, 1);
}

.recruit_box .benefits_box {
  margin-top: 50px;
}

.recruit_box .benefits_box p {
  /* text-align: center; */
  font-size: 18px;
  line-height: 2;
  margin-top: 50px;
}

.recruit_box .benefits_box .benefits_uls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 60px;
}

.recruit_box .benefits_box .benefits_uls .benefits_lis {
  max-width: 7%;
  text-align: center;
}

.recruit_box .benefits_box .benefits_uls .benefits_lis img {
  max-width: 100%;
  margin: 0 auto;
}

.recruit_box .benefits_box .benefits_uls .benefits_lis b {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  height: 64px;
  padding-top: 10px;
}

.recruit_box .benefits_box .benefits_uls .benefits_lis:hover img {
  transition: all .5s;
  transform: rotate(360deg);
}

/* contact */
/* 联系我们 */
.contact_top {
  margin-top: 80px;
}

.contact_top img {
  margin: 90px auto;
  max-width: 100%;
}

.contact_bot .page09_fl {
  width: 60%;
  padding: 0;
  background: none;
}

.contact_bot .page09_fl #Map {
  width: 100%;
  height: 578px;
}

.contact_bot .page09_fl #Map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_bot .page09_fl #Map #iframe01 {
  width: 100%;
  height: 100%;
  border: none;
}

.contact_bot .page09_fr #form3 input,
.contact_bot .page09_fr #form01 input {
  width: 100%;
  line-height: 2;
}

.contact_bot .page09_fr #form3 textarea,
.contact_bot .page09_fr #form01 textarea {
  height: 80px;
}

.contact_bot .page09_fr #form3 .form01_bt,
.contact_bot .page09_fr #form01 .form01_bt {
  margin-top: 40px;
  justify-content: flex-start;
}

/*网站地图1920 开始 */
.wzdt2 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wzdt2 a {
  display: inline-block;
}

.wzdt_a {
  border: solid 2px #e5e5e5;
  margin-top: 22px;
}

.wzdt_a h6 {
  width: 1144px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 5px;
}

.wzdt_a h6 a {
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  line-height: 45px;
}

.wzdt_a p {
  margin: 0 25px;
}

.wzdt_a p a {
  color: #505050;
  line-height: 42px;
  margin-right: 15px;
}

.wzdt_a p a:hover {
  color: #0665d0;
}

/* 404 */
.fzfbox {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 100px 30px;
  margin-bottom: -30px;
}

.fzf1 {
  width: 1011px;
  margin: 20px auto;
}

.fzf1 img {
  width: 100%;
  margin: 0 auto;
}

.fzf2 {
  width: 100%;
  margin: 0 auto;
}

.fzf2 p {
  font-size: 36px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 {
  width: 100%;
  margin: 0 auto;
}

.fzf2-1 p {
  font-size: 26px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 p span {
  color: #333;
}

.fzf3 {
  width: 430px;
  margin: 20px auto;
  margin-top: 40px;
}

.fzf3z {
  float: left;
}

.fzf3z img {
  width: 100%;
  margin: 0 auto;
}

.fzf3y {
  float: right;
}

.fzf3y img {
  width: 100%;
  margin: 0 auto;
}

/* 404 over */
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .main {
    width: 90%;
  }

  .main02 {
    padding-left: 5%;
  }

  .ckgd_01 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .bread span,
  .bread a,
  .bread p,
  .hot_keywords a,
  .hot_keywords p {
    font-size: 14px;
  }

  .page09 .page09_fr #form3 .form01_bt input,
  .page09 .page09_fr #form01 .form01_bt button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .title01 h5 {
    font-size: 30px;
  }

  .title01 h6 {
    font-size: 18px;
  }

  .footer .footer_width .footer_top .footer_ul01>li>a {
    font-size: 15px;
    padding-left: 5px;
  }

  /* 分页器 */
  .fenye01 {
    margin-top: 40px;
  }

  .fenye01 li a {
    font-size: 14px;
  }

  .fenye01 .fenye01_lis a {
    width: 80px;
  }

  /* 顶部导航 */
  .header .header_width {
    height: 80px;
  }

  .header .header_width .logo01 {
    width: 180px;
  }

  .header .header_width .header_webMap {
    top: 5px;
  }


  .header .header_width .header_webMap .header_h1 {
    font-size: 12px;
  }

  .header .header_width .header_webMap .header_h1 h1 {
    font-size: 12px;
  }

  .header .header_width .header_webMap a {
    font-size: 12px;
  }

  .header .header_width .nav .nav_uls01 {
    height: 80px;
    margin-top: 0;
  }

  .header .header_width .nav .nav_uls01>li>a {
    font-size: 16px;
    line-height: 80px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 {
    top: 80px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 li a {
    font-size: 14px;
    line-height: 45px;
  }

  .header .header_width .phone01 {
    margin-top: 0;
    line-height: 80px;
  }

  .header .header_width .phone01 img {
    width: 12px;
    margin-right: 8px;
  }

  .header .header_width .phone01 p {
    font-size: 16px;
  }

  /* 侧边栏公告 */
  .sidebar_notice {
    transform: translateY(-50%) scale(0.9);
  }

  /* 新约 定在 农服 */
  .page02 {
    padding: 80px 0 80px 5%;
  }

  .page02 .page02_fl {
    padding-top: 10px;
  }

  .page02 .page02_fl .page02_ul01 li .num01 {
    font-size: 36px;
  }

  .page02 .page02_fl .page02_ul01 li p {
    font-size: 16px;
  }

  .page02 .page02_fl .page02_ul01 {
    margin-top: 40px;
  }

  .page02 .page02_fl .page02_ul02 {
    margin: 36px 0;
  }

  .page02 .page02_fl .page02_ul02 li img {
    width: 30px;
  }

  .page02 .page02_fr #video01_btn img {
    width: 60px;
  }

  /* 智慧农业 */
  .page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t {
    transform: scale(0.75);
    transition: all .3s;
    top: 10%;
    width: 11vw;
  }

  .page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t {
    right: 5%;
  }

  .page03 .page03_img01 .page03_textBox .textBox_04 .textBox_text .textBox_t,
  .page03 .page03_img01 .page03_textBox .textBox_06 .textBox_text .textBox_t,
  .page03 .page03_img01 .page03_textBox .textBox_05 .textBox_text .textBox_t {
    left: 9%;
  }


  /* 世界地图 */
  .page04 .map01>img {
    width: 100%;
  }

  /* 植物生命树 */
  .page05 .page05_img01 {
    width: 70px;
    left: 5%;
  }

  .page05 .page05_img02 {
    width: 140px;
    right: 5%;
    bottom: 8%;
  }

  .page05 .page05_tree {
    width: 90%;
    transition: all .3s;
  }

  .page05 .page05_tree .tree_box {
    transition: all .3s;
    transform: scale(0.8);
  }

  /* 天气预报 */
  .page07 .page07_top .title01 {
    padding-left: 5%;
  }

  .page07 .page07_top .weather_box {
    width: 680px;
    padding-right: 5%;
  }

  /* 留言 */
  .page09 .page09_fl {
    padding-left: 5%;
  }

  .page09 .page09_fr {
    padding-right: 5%;
  }

  /* 底部 */
  .footer .footer_width .footer_top .footer_qr {
    margin-right: 40px;
  }

  /* 内页 */
  /* 内页nav */
  .nav01 {
    width: 100%;
    padding: 40px 0;
  }

  .nav01 .nav_swiper01 .swiper-slide b {
    font-size: 16px;
  }

  .nav01 .nav_swiper01 .swiper-slide .n_dian img {
    width: 28px;
  }

  .nav01 .nav_next,
  .nav01 .nav_prev {
    width: 36px;
    height: 36px;
  }

  /* about01 */
  /* 走进新约 */
  .walk_into .walk_fl {
    padding-top: 56px;
  }

  .walk_into .walk_fl::after {
    height: 27.5vw;
    top: calc(2% + 56px);
  }

  .walk_into .walk_fr i {
    font-size: 28px;
  }

  .walk_into .walk_fr .walk_fr_icon b {
    font-size: 26px;
  }

  .walk_into .walk_fr .walk_fr_icon img {
    width: 60px;
  }

  .walk_into .walk_fr p {
    font-size: 14px;
  }

  /* about02 */
  /* 创始人简介 */
  .founder_box .founder_back .founder_img {
    width: 280px;
    transition: all .3s;
  }

  .founder_box .founder_back .founder_img p b {
    font-size: 30px;
  }

  .founder_box .founder_back .founder_img p {
    font-size: 16px;
  }

  .founder_box .founder_back .founder_img img {
    margin-bottom: 20px;
  }

  .founder_box .founder_back .founder_img p {
    margin-bottom: 10px;
  }

  /* about03 */
  .mvv_box .mvv_sw .swiper_mvv .swiper-slide p {
    font-size: 12px;
  }

  /* agriculture01 */
  /* 数智农业 */
  .canvas_back {
    padding: 160px 0 10px;
  }

  .canvas_box .canvas_position {
    transform: scale(0.8);
    transition: all .5s;
  }

  /* product02 */
  /* 产品3级 */
  .product_three .pro_list_fl h5 {
    font-size: 24px;
  }

  .product_three .pro_list_fl ul li a {
    font-size: 16px;
  }

  .product_three .pro_list_fr .pro_list_fr_title h6 {
    font-size: 20px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_img {
    width: 220px;
    top: 3%;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_h5 h5 {
    height: 190px;
    /* font-size: 40px !important; */
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl {
    padding-top: 80px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g b {
    font-size: 16px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g b::after {
    top: 7px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g i {
    font-size: 16px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl h4 {
    font-size: 36px;
    margin-top: 10px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl span {
    font-size: 18px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl p {
    font-size: 14px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr span {
    font-size: 18px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr i {
    font-size: 18px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr .pro_text_fr_p p {
    font-size: 14px;
  }

  /* programme01 */
  /* 方案列表01 */
  .programme01 .programme01_uls .programme01_lis span {
    font-size: 20px;
  }

  /* programme02 */
  /* 方案列表02 */
  .programme02 .package_box .package_prev {
    width: 30px;
    height: 30px;
    left: 2%;
  }

  .programme02 .package_box .package_next {
    width: 30px;
    height: 30px;
    right: 2%;
  }

  /* techniques01 */
  /* 农技服务01 */
  .techniques01 .swiper_techn .swiper-slide .techn_text p {
    font-size: 18px;
  }

  .techniques01 .swiper_techn .swiper-slide .techn_ck {
    padding: 10px 20px;
  }

  /* 提问弹窗 */
  .ask_back .ask_box {
    height: 500px;
  }

  .ask_back .ask_box .ask_fl {
    width: 400px;
    height: 500px;
  }

  .ask_back .ask_box .ask_fl img {
    height: 100%;
    object-fit: cover;
  }

  .ask_back .ask_box .ask_fr {
    width: 400px;
  }

  .ask_back .ask_box .ask_fr h5 {
    font-size: 20px;
  }

  .ask_back .ask_box .ask_fr #form02 p {
    font-size: 14px;
    margin: 6px 0;
  }

  .ask_back .ask_box .ask_fr #form02 .ask_btn {
    margin-top: 6%;
  }

  /* techniques03 */
  /* 农技服务03 */
  .techniques03 .rural_box {
    width: 90%;
  }

  .techniques03 .rural_box .rural_text b {
    font-size: 24px;
  }

  .techniques03 .rural_box .rural_text p {
    margin-top: 20px;
    font-size: 16px;
  }

  /* new01 */
  /* 新闻01 */
  .new01 .new01_uls .new01_lis .new01_text b {
    font-size: 20px;
  }

  .new01 .new01_uls .new01_lis .new01_text i {
    font-size: 12px;
  }

  .new01 .new01_uls .new01_lis .new01_text a {
    font-size: 14px;
  }

  .new01 .new01_uls .new01_lis .ckgd_01 {
    bottom: 0px;
  }

  /* recruit */
  /* 招聘岗位 */
  .recruit_box .job_uls .job_lis .job_text .position_box p {
    font-size: 20px;
  }

  .recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis h5 {
    font-size: 20px;
  }

  .recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis p {
    font-size: 16px;
    line-height: 2;
  }

  /* 网站地图1400 开始 */
  .wzdt2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* 404 over */

}

@media screen and (min-width: 1000px) and (max-width: 1280px) {

  /* 智慧农业 */
  .page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t {
    top: 8%;
  }

  .page03 .page03_img01 .page03_textBox .textBox_0 .textBox_text .textBox_t ul li {
    line-height: 1.5;
  }

  /* 植物生命树 */
  .page05 .page05_img02 {
    width: 130px;
    right: 5%;
    bottom: 8%;
  }

  .page05 .page05_tree {
    padding: 0;
  }

  .page05 .page05_tree .page05_img01 img {
    width: 80%;
    transition: all .3s;
  }

  .product_three .pro_list_fl ul li a {
    padding-left: 12%;
  }

  /* agriculture01 */
  /* 数智农业 */
  .page05 .page05_tree .tree_box {
    transform: scale(0.75);
    transition: all .5s;
  }

  .canvas_back {
    padding: 110px 0 0;
  }

  .canvas_box .canvas_position {
    transform: scale(0.7);
    transition: all .5s;
  }
}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .main {
    width: 90%;
  }

  html {
    font-size: 12px;
  }

  .title01 {
    text-align: center;
  }

  .title01 h5 {
    font-size: 20px;
  }

  .title01 h6 {
    font-size: 14px;
  }

  .title02 {
    text-align: center;
  }

  .title02 h5 {
    font-size: 20px;
  }

  .title02 .title02_icon {
    justify-content: center;
  }

  .title02 img {
    width: 40px;
  }

  .title02 h6 {
    font-size: 14px;
  }

  .title03 {
    margin-top: 30px;
  }

  .title03 h5 {
    border-bottom: 3px solid #FB6800;
  }

  .ckgd_01 {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  /* 分页器 */
  .fenye01 {
    margin-top: 30px;
  }

  .fenye01 li {
    margin: 0 2px;
  }

  .fenye01 li a {
    width: 28px;
    line-height: 28px;
    font-size: 12px;
  }

  .fenye01 .fenye01_lis a {
    width: 50px;
  }

  .pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }

  .pagination .swiper-pagination-bullet::after {
    width: 10px;
    height: 10px;
  }

  .pagination .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
  }

  .develop_box {
    margin-top: 0;
  }

  .develop_box .develop_main .coop_next,
  .develop_box .develop_main .coop_prev {
    display: none;
  }

  /* 顶部导航 */
  .header .header_width {
    height: 80px;
    align-items: center;
  }

  .header .header_width .logo01 {
    max-width: 38%;
    left: -6%;
    top: -10px;
  }

  .header .header_width .t_bt {
    display: flex;
    align-items: center;
    width: 64px;
  }

  .header .header_width .t_bt p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 6px;
  }

  .header .header_width .t_bt img {
    width: 40px;
  }

  .header .header_width .nav {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
    transition: all .5s;
    width: 100vw;
    height: 100vh;
    margin-right: 0;
  }

  .header .header_width .nav .nav_uls01 {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding-top: 20px;
    margin-top: 0;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header .header_width .nav .nav_uls01>li {
    width: 100%;
    height: auto;
    top: 0%;
  }

  .header .header_width .nav .nav_uls01>li>a {
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 {
    height: 0;
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 li {
    text-align: left;
    max-height: 1000px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 li a {
    color: #3A3A3A;
    padding-left: 40px;
    font-synthesis: 16px;
    line-height: 48px;
  }

  .header .header_width .nav .nav_uls01 .one_active>a {
    background-color: rgba(251, 104, 0, 0.1);
  }

  .header .header_width .nav .nav_uls01 .one_active .nav_uls02 {
    height: auto;
  }

  .header .header_width .nav .nav_uls01 .t_gb {
    margin-bottom: 20px;
  }

  .header .header_width .nav .nav_uls01 .t_gb img {
    width: 26px;
    margin-right: 30px;
  }

  /* 首页banner */
  .i_banner .swiper01 .swiper-slide .i_animation {
    width: 56vw;
    left: 5%;
    bottom: 10%;
  }

  /* 新约 定在 农服 */
  .page02 {
    padding: 30px 5% 2vw;
    flex-direction: column;
  }

  .page02 .page02_fl {
    width: 100%;
    padding-top: 0;
  }

  .page02 .page02_fl .page02_ul01 {
    margin-top: 24px;
  }

  .page02 .page02_fl .page02_ul01 li .num01 {
    font-size: 30px;
  }

  .page02 .page02_fl .page02_ul01 li p {
    font-size: 14px;
  }

  .page02 .page02_fl .page02_ul02 {
    margin: 40px 0;
  }

  .page02 .page02_fl .page02_ul02 li img {
    width: 30px;
    margin-right: 8px;
  }

  .page02 .page02_fl .page02_ul02 li p {
    font-size: 12px;
  }

  .page02 .page02_fl .ckgd_01 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto;
  }

  .page02 .page02_fr {
    width: 112%;
    height: 78vw;
    margin-left: -6%;
  }

  .page02 .page02_fr::after {
    left: 0;
    top: 2vw;
  }

  .page02 .page02_fr #video01_btn img {
    width: 16vw;
  }

  /* 智慧农业 */
  .page03 .page03_img01 .page03_title {
    width: 100%;
    background: none;
    right: auto;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
  }

  .page03 .page03_img01 .page03_title h5 {
    font-size: 24px;
    font-weight: bold;
    color: #23FAFF;
  }

  .page03 .page03_img01 .page03_title h6 {
    font-size: 14px;
    color: #23FAFF;
  }

  .page03 .page03_img01 .swiper02 {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 6%;
    left: 0;
  }

  .page03 .page03_img01 .swiper02 .swiper-slide {
    height: 30vw;
    background: url(../esimg/img/tel_page03_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 5% 6%;
  }

  .page03 .page03_img01 .swiper02 .swiper-slide b {
    color: #FB6800;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    display: block;
  }

  .page03 .page03_img01 .swiper02 .swiper-slide ul {
    /* display: flex;
    justify-content: space-between; */
  }

  .page03 .page03_img01 .swiper02 .swiper-slide ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .page03 .page03_img01 .swiper02 .swiper-slide ul li p {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    margin-right: 4%;
  }

  .page03 .page03_img01 .swiper02 .swiper-slide ul li p img {
    width: 8px;
    margin-right: 3px;
  }

  /* 世界地图 */
  .page04 {
    padding: 40px 0;
  }

  .page04 .map01>img {
    margin-top: 30px;
  }

  /* 植物生命树 */
  .page05>img {
    width: 100%;
  }

  .page05 .title01 {
    width: 100%;
    position: absolute;
    top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
  }

  .page05 .title01 h5 {
    color: #fff;
  }

  .page05 .title01 h6 {
    color: rgba(255, 255, 255, 0.8);
  }

  .page05 .swiper03 {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 7%;
    padding-left: 2%;
  }

  .page05 .swiper03 .swiper-slide {
    display: flex;
    align-items: center;
  }

  .page05 .swiper03 .swiper-slide img {
    width: 30%;
    margin-right: 4%;
  }

  .page05 .swiper03 .swiper-slide .sw03_text {
    flex: 1;
  }

  .page05 .swiper03 .swiper-slide .sw03_text b {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.1;
  }

  .page05 .swiper03 .swiper-slide .sw03_text p {
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    margin-top: 6px;
  }

  .page05 .swiper03 .swiper-slide .sw03_text img {
    width: 16px;
    margin-top: 6px;
  }

  /* SPICY服务 */
  .page06 {
    width: 100%;
    padding-bottom: 0;
  }

  .page06 .swiper04 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
  }

  .page06 .swiper04 .swiper-slide {
    border-left: none;
    height: 110vw;
  }

  .page06 .swiper04 .swiper-slide::after {
    font-size: 120px;
    left: auto;
    right: 0;
    bottom: 18%;
    transform: translateX(0);
  }

  .page06 .swiper04 .swiper-slide h4 {
    display: block;
    font-size: 22px;
    top: 20%;
  }

  .page06 .swiper04 .swiper-slide b {
    font-size: 20px;
    left: 8%;
    top: 28%;
    transform: translateX(0);
  }

  .page06 .swiper04 .swiper-slide p {
    top: 40%;
    font-size: 16px;
    display: block;
  }

  .page06 .swiper04 .swiper-slide ul {
    display: flex;
    top: 50%;
  }

  .page06 .swiper04 .swiper-slide ul li {
    max-height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 4%;
  }

  .page06 .swiper04 .swiper-slide a {
    display: flex;
    top: 70%;
  }

  .page06 .swiper04 .swiper-slide a span {
    font-size: 12px;
  }

  .page06 .swiper04 .swiper-slide a img {
    width: 20px;
  }

  .page06 .swiper04 .pagination04 {
    bottom: 10%;
    z-index: 1;
  }

  .page06 .swiper04 .pagination04 .swiper-pagination-bullet {
    background: #515A66;
    width: 16px;
    height: 8px;
    border-radius: 4px;
  }

  .page06 .swiper04 .pagination04 .swiper-pagination-bullet-active {
    background: #FB6800;
    width: 32px;
    height: 8px;
  }

  /* 天气预报 */
  .page07 {
    padding: 40px 0 30px;
  }

  .page07 .page07_top {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
  }

  .page07 .page07_top img {
    width: 100%;
  }

  .page07 .page07_top .title01 {
    padding-left: 5%;
  }

  .page07 .page07_top .weather_box {
    margin-top: 20px;
    width: 182%;
    transform: scale(0.95);
    margin-left: 82%;
  }

  .page07 .swiper06 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .page07 .swiper06 .swiper-slide .sw06_lis {
    width: 32%;
  }

  .page07 .swiper06 .swiper-slide .sw06_lis:nth-child(4),
  .page07 .swiper06 .swiper-slide .sw06_lis:nth-child(5),
  .page07 .swiper06 .swiper-slide .sw06_lis:nth-child(6) {
    display: none;
  }

  .page07 .swiper06 .swiper-slide .sw06_lis b {
    font-size: 14px;
    top: 26%;
  }

  .page07 .swiper06 .swiper-slide .sw06_lis i {
    width: 80%;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page07 .swiper06 .swiper-slide .sw06_lis a {
    width: 80px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
  }

  /* 新闻资讯 */
  .page08 {
    padding: 40px 0 30px;
  }

  .page08 .swiper07 {
    padding-bottom: 70px;
    margin-top: 30px;
  }

  .page08 .swiper07 .swiper-slide .sw07_bot {
    padding: 10px;
  }

  .page08 .swiper07 .swiper-slide .sw07_bot b {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .page08 .swiper07 .swiper-slide .sw07_bot p {
    font-size: 14px;
  }

  .page08 .swiper07 .swiper-slide .sw07_bot .xw_jt {
    padding-top: 10px;
    margin-top: 18px;
  }

  .page08 .swiper07 .swiper-slide .sw07_bot .xw_jt img {
    width: 24px;
  }

  .page08 .title01 h5::after,
  .page08 .title01 h5::before {
    width: 30%;
  }

  /* 留言 */
  .page09 {
    flex-direction: column;
  }

  .page09 .page09_fl {
    width: 100%;
    padding: 40px 0 30px 5%;
  }

  .page09 .page09_fl .title01 {
    text-align: left;
  }

  .page09 .page09_fl .title01 h6 {
    font-size: 14px;
  }

  .page09 .page09_fl ul li {
    margin-top: 12px;
  }

  .page09 .page09_fl ul li img {
    width: 15px;
  }

  .page09 .page09_fl ul li p,
  .page09 .page09_fl ul li i {
    font-size: 14px;
  }

  .page09 .page09_fl .ckgd_01 {
    margin-top: 24px;
  }

  .page09 .page09_fr {
    width: 100%;
  }

  .page09 .page09_fr .title01 {
    text-align: left;
  }

  .page09 .page09_fr .title01 h6 {
    font-size: 14px;
  }

  .page09 .page09_fr #form3 input,
  .page09 .page09_fr #form01 input {
    font-size: 12px;
    margin-top: 12px;
  }

  .page09 .page09_fr #form3 input::placeholder,
  .page09 .page09_fr #form01 input::placeholder {
    font-size: 12px;
  }

  .page09 .page09_fr #form3textarea,
  .page09 .page09_fr #form01 textarea {
    font-size: 12px;
    margin-top: 12px;
  }

  .page09 .page09_fr #form3 textarea::placeholder,
  .page09 .page09_fr #form01 textarea::placeholder {
    font-size: 12px;
  }

  .page09 .page09_fr #form3 .form01_bt,
  .page09 .page09_fr #form01 .form01_bt {
    justify-content: flex-start;
  }

  .page09 .page09_fr #form3 .form01_bt input,
  .page09 .page09_fr #form01 .form01_bt button {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  /* 底部 */
  .footer {
    background: url(../esimg/img/tel_bg_foot.png) no-repeat center;
    background-size: cover;
    padding: 58px 0 70px;
  }

  .footer .footer_width .footer_top {
    margin-bottom: 0;
  }

  .footer .footer_width .footer_top .footer_qr {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .footer .footer_width .footer_top .footer_qr .logo02 {
    margin-bottom: 20px;
  }

  .footer .footer_width .footer_top .footer_qr .logo02 img {
    width: 120px;
  }

  .footer .footer_width .footer_top .footer_qr .qr01 {
    max-width: 36%;
    position: absolute;
    top: 70%;
    right: 0;
  }

  .footer .footer_width .footer_bot {
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .footer_width .footer_bot p {
    line-height: 36px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .footer_width .footer_bot p a {
    line-height: 36px;
    margin-left: 0;
  }

  .footer .footer_width .footer_bot .web_construction a {
    line-height: 36px;
  }

  /* 内页 */
  /* 内页nav */
  .nav01 {
    width: 100%;
    padding: 30px 0;
    margin-bottom: 0;
  }

  .nav01 .nav_swiper01 {
    width: 94%;
    margin: 0 auto;
  }

  .nav01 .nav_swiper01 .swiper-slide i {
    white-space: nowrap;
    font-size: 12px;
    transform: scale(0.9);
  }

  .nav01 .nav_swiper01 .swiper-slide b {
    font-size: 14px;
    margin: 10px 0;
  }

  .nav01 .nav_swiper01 .swiper-slide .n_dian img {
    width: 20px;
  }

  .nav01 .nav_next,
  .nav01 .nav_prev {
    width: 30px;
    height: 30px;
  }

  .nav01 .nav_next {
    right: 4%;
    bottom: 18.5%;
  }

  .nav01 .nav_prev {
    left: 4%;
    bottom: 18.5%;
  }

  .nav01 .nav_line {
    width: 73%;
    top: 71%;
    left: 50%;
  }

  /* about01 */
  /* 走进新约 */
  .walk_into {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .walk_into .walk_fl {
    width: 100%;
    padding-top: 0px;
  }

  .walk_into .walk_fl::after {
    height: 55vw;
    top: auto;
    bottom: -3%;
  }

  .walk_into .walk_fr {
    width: 100%;
    margin-top: 30px;
  }

  .walk_into .walk_fr i {
    font-size: 24px;
  }

  .walk_into .walk_fr .walk_fr_icon b {
    font-size: 20px;
  }

  .walk_into .walk_fr .walk_fr_icon img {
    width: 40px;
  }

  .walk_into .walk_fr p {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  /* about02 */
  /* 创始人简介 */
  .founder_box .founder_back {
    padding: 550px 0 40px;
    margin-top: 30px;
  }

  .founder_box .founder_back .founder_text {
    width: 100%;
    padding: 5%;
    margin-top: 0;
  }

  .founder_box .founder_back .founder_text h6 {
    margin: 24px 0 16px;
  }

  .founder_box .founder_back .founder_text .p_border {
    padding-bottom: 20px;
  }

  .founder_box .founder_back .founder_img {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .founder_box .founder_back .founder_img img {
    margin-bottom: 10px;
  }

  .founder_box .founder_back .founder_img p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .founder_box .founder_back .founder_img p b {
    font-size: 24px;
  }

  /* about03 */
  .mvv_box {
    margin-top: 0;
  }

  .mvv_box .mvv_sw {
    background: url(../esimg/img/tel_bg_mvv.png) no-repeat center;
    background-size: cover;
    padding: 40vw 0;
  }

  .mvv_box .mvv_sw .swiper_mvv {
    width: 100%;
    padding: 3% 2%;
  }

  .mvv_box .mvv_sw .swiper_mvv .swiper-slide p {
    font-size: 12px;
    top: 42%;
  }

  .mvv_box .mvv_sw .swiper_mvv .swiper-slide i {
    top: 22%;
  }

  .mvv_box .mvv_sw .swiper_mvv .swiper-slide b {
    width: 100%;
    text-align: center;
  }

  .mvv_box .mvv_sw .swiper_mvv .swiper-slide-active i {
    top: 18%;
    font-size: 12px;
  }

  .mvv_box .mvv_sw .swiper_mvv .swiper-slide-active b {
    top: 30%;
    font-size: 14px;
  }

  /* about04 */
  /* about05 */
  /* 发展历程 */
  .develop_box .develop_main {
    background: url(../esimg/img/tel_bg_fazhan.png) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 60px;
    padding-top: 10vw;
  }

  .develop_box .develop_main .title02 img {
    width: 40px;
  }

  .develop_box .develop_main .title02 h6 {
    font-size: 14px;
  }

  .develop_box .develop_main .title02 h5 {
    font-size: 24px;
  }

  .develop_box .develop_main .coop_uls01 {
    height: auto;
    width: 90%;
    margin-top: 30px;
  }

  .develop_box .develop_main .coop_uls01 .coop_0 {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    margin-bottom: 30px;
  }

  .develop_box .develop_main .coop_uls01 .coop_0 span {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .develop_box .develop_main .coop_uls01 .coop_0 p {
    background: url(../esimg/img/kuang02.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    width: 75vw;
    font-size: 12px;
    padding: 4vw 4vw 4vw 6vw;
    margin-top: 0;
  }

  .develop_box .develop_main .coop_uls01 .coop_0 p::after {
    left: 48.5%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  /* about06 */
  /* 荣誉资质 */
  .honor_box {
    margin-top: 0;
    padding: 8.5vw 0 6.5vw;
  }

  .honor_box .honor_main {
    width: 100%;
  }

  .honor_box .honor_main .swiper_honor {
    padding-top: 30px;
  }

  .honor_box .honor_main .honor_touying img {
    width: 100%;
  }

  .honor_box .honor_main .honor_next,
  .honor_box .honor_main .honor_prev {
    display: none;
  }

  /* about07 */
  /* 合作伙伴 */
  .cooperate_box {
    margin-top: 0;
    padding: 8.5vw 0 13.5vw;
    background: url(../esimg/img/tel_bg_hezuo.png) no-repeat center;
    background-size: cover;
  }

  /* 产品营养型 */
  .product_two {
    padding: 30px 0;
  }

  .product_two .technical_uls {
    margin-top: 0;
    flex-direction: column;
  }

  .product_two .technical_uls .technical_lis {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-top: 30px;
    border-right: none;
  }

  .product_two .technical_uls .technical_lis .tech_text {
    margin-top: 20px;
  }

  .fer_box {
    margin-top: 30px;
  }

  .fer_box .fer_ul01 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .fer_box .fer_ul01 .fer_lis01 {
    width: 48%;
    margin-top: 20px;
  }

  .fer_box .fer_ul02 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .fer_box .fer_ul02 .fer_lis02 {
    width: 100%;
    margin-bottom: 30px;
  }

  .fer_box .fer_ul02 .fer_lis02 .fer_lis02_img {
    width: 48%;
    margin-top: 20px;
  }

  .fer_box .fer_ul02 .fer_lis02 .fer_lis02_img img {
    width: 100%;
  }

  /* product02 */
  /* 产品3级 */
  .product_three {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .product_three .pro_list_fl {
    width: 100%;
    position: static;
  }

  .product_three .pro_list_fl h5 {
    font-size: 20px;
    padding: 12px 0;
  }

  .product_three .pro_list_fl ul {
    display: flex;
    flex-wrap: wrap;
  }

  .product_three .pro_list_fl ul li {
    width: 50%;
    text-align: center;
  }

  .product_three .pro_list_fl ul li a {
    font-size: 14px;
    height: 42px;
    line-height: 1.5;
    padding-left: 2%;
  }

  .product_three .pro_list_fr {
    width: 100%;
    margin-top: 20px;
  }

  .product_three .pro_list_fr .pro_list_fr_title {
    padding-left: 5%;
  }

  .product_three .pro_list_fr .pro_list_fr_title h6 {
    font-size: 20px;
  }

  .product_three .pro_list_fr .pro_list_fr_item {
    padding: 30px 0 0;
    margin-top: 30px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_img {
    width: 120px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_h5 h5 {
    height: 130px;
    /* font-size: 24px !important; */
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl {
    width: 40%;
    padding-top: 30px;
    padding-left: 5%;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g {
    flex-direction: column;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g b {
    font-size: 14px;
    padding-left: 0;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g b::after {
    width: 6px;
    height: 6px;
    top: 7px;
    left: -10px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl .pro_item_text_g i {
    font-size: 14px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl h4 {
    font-size: 20px;
    margin-top: 4px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl h4 p {
    font-size: 12px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl span {
    font-size: 14px;
    padding: 10px 10px;
    margin: 10px 0;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fl p {
    font-size: 12px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr {
    width: 58%;
    padding-right: 5%;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr span {
    font-size: 14px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr i {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .product_three .pro_list_fr .pro_list_fr_item .pro_item_text .pro_item_text_fr .pro_text_fr_p p {
    font-size: 14px;
  }

  /* agriculture01 */
  /* 数智农业 */
  .canvas_back {
    padding: 0;
  }

  .tel_agriculture {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  .tel_agriculture>img {
    width: 100%;
    margin: 30px 0;
  }

  .tel_agriculture .tel_agriculture_uls .tel_agriculture_lis {
    border: 3px dashed #FB6800;
    border-radius: 20px;
    padding: 5%;
    margin-bottom: 20px;
  }

  .tel_agriculture .tel_agriculture_uls .tel_agriculture_lis b {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #FB6800;
  }

  .tel_agriculture .tel_agriculture_uls .tel_agriculture_lis p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }

  /* agriculture02 */
  /* 数智农业 */
  .agriculture02 .title03 {
    background-color: transparent;
    position: static;
    top: 0;
    left: 0;
    margin-top: 0;
    transform: translateX(0);
    padding-bottom: 0;
  }

  /* agriculture03 */
  /* 数智农业 */
  .agriculture03 .title03 {
    margin-bottom: 20px;
  }

  /* programme01 */
  /* 方案列表01 */
  .programme01 {
    padding: 30px 0 60px;
  }

  .programme01 .title03 {
    margin-bottom: 20px;
  }

  .programme01 .programme01_uls .programme01_lis {
    width: 49%;
    margin-bottom: 14px;
  }

  .programme01 .programme01_uls .programme01_lis span {
    font-size: 16px;
  }

  .programme01 .programme01_uls .programme01_lis:nth-child(3n) {
    margin-right: auto;
  }

  .programme01 .programme01_uls .programme01_lis:nth-child(2n) {
    margin-right: 0;
  }

  /* programme02 */
  /* 方案列表02 */
  .programme02 .title03 {
    margin-bottom: 30px;
  }

  .programme02 .chas_box img {
    margin: 0 auto 30px;
  }

  .programme02 .package_box .package_swiper {
    padding: 40px 10px 70px;
  }

  .programme02 .package_box .package_prev {
    width: 30px;
    height: 30px;
    top: 80%;
    left: 34%;
  }

  .programme02 .package_box .package_next {
    width: 30px;
    height: 30px;
    top: 80%;
    right: 34%;
  }

  /* techniques01 */
  /* 农技服务01 */
  .techniques01 {
    padding: 30px 0 60px;
  }

  .techniques01 .swiper_techn .swiper-slide .techn_text {
    height: 60px;
  }

  .techniques01 .swiper_techn .swiper-slide .techn_text img {
    width: 30px;
  }

  .techniques01 .swiper_techn .swiper-slide .techn_text p {
    font-size: 16px;
  }

  .techniques01 .swiper_techn .swiper-slide::before {
    height: calc(100% - 60px);
  }

  .techniques01 .swiper_techn .swiper-slide .techn_ck {
    font-size: 12px;
    padding: 10px;
  }

  /* techniques02 */
  /* 农技服务02 */
  .techniques02 {
    padding: 30px 0 40px;
  }

  .techniques02 .expert_box {
    margin-top: 30px;
  }

  .techniques02 .expert_box .expert_top b,
  .techniques02 .expert_box .expert_top>img {
    display: none;
  }

  .techniques02 .expert_box .expert_top .expert_input input {
    width: 50vw;
    height: 40px;
    font-size: 16px;
    padding-left: 16px;
  }

  .techniques02 .expert_box .expert_top .expert_input #btnSearch,
  .techniques02 .expert_box .expert_top .expert_input button {
    width: 40px;
    height: 40px;
    background-size: 24px;
  }

  .techniques02 .expert_box .expert_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .techniques02 .expert_box .expert_top p {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 10px;
  }

  .techniques02 .expert_box ul li {
    padding: 20px;
  }

  .techniques02 .expert_box ul li .expert_fl>img {
    width: 50px;
  }

  .techniques02 .expert_box ul li .expert_show {
    right: 20px;
    top: 20px;
    font-size: 14px;
    padding: 10px;
  }

  .techniques02 .expert_box ul li .expert_fl .expert_text i {
    font-size: 14px;
  }

  .techniques02 .expert_box ul li .expert_fl .expert_text i img {
    width: 16px;
  }

  .techniques02 .expert_box ul li .expert_fl .expert_text b {
    font-size: 16px;
    margin: 10px 0;
  }

  .techniques02 .expert_box ul li .expert_fl .expert_text b img {
    margin-right: 6px;
  }

  .techniques02 .expert_box ul li .expert_fl .expert_text p {
    font-size: 14px;
  }

  /* 提问弹窗 */
  .ask_back .ask_box {
    width: 100%;
    justify-content: center;
  }

  .ask_back .ask_box .ask_fl {
    display: none;
  }

  .ask_back .ask_box .ask_fr {
    width: 80%;
    height: 88%;
  }

  .ask_back .ask_box .ask_fr h5 {
    font-size: 18px;
  }

  .ask_back .ask_box .ask_fr #form02 p {
    font-size: 16px;
  }

  /* techniques03 */
  /* 农技服务03 */
  .techniques03 {
    padding-top: 40px;
  }

  .techniques03 .rural_box {
    flex-direction: column;
    width: 90%;
  }

  .techniques03 .rural_box>img {
    position: static;
    max-width: 100%;
    margin-top: 30px;
  }

  .techniques03 .rural_box .rural_text {
    width: 100%;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
  }

  .techniques03 .rural_box .rural_text b {
    font-size: 18px;
  }

  .techniques03 .rural_box .rural_text p {
    margin-top: 20px;
    font-size: 16px;
  }

  .techniques03 .rural_box .rural_text a {
    margin-top: 20px;
  }

  /* new01 */
  /* 新闻01 */
  .new01 .new01_uls {
    margin-top: 30px;
  }

  .new01 .new01_uls .new01_lis {
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .new01 .new01_uls .new01_lis .new01_img {
    width: 100%;
  }

  .new01 .new01_uls .new01_lis .new01_text {
    padding: 5% 5% 0;
  }

  .new01 .new01_uls .new01_lis .new01_text b {
    font-size: 16px;
  }

  .new01 .new01_uls .new01_lis .new01_text i {
    font-size: 12px;
    margin: 10px 0;
  }

  .new01 .new01_uls .new01_lis .new01_text a {
    font-size: 14px;
  }

  .new01 .new01_uls .new01_lis .ckgd_01 {
    position: static;
    margin-left: 5%;
    margin-top: 5%;
    font-size: 12px;
  }

  /* new02 */
  /* 新闻02 */
  .new02 {
    margin-top: 30px;
  }

  .new02 .new02_xq {
    width: 100%;
  }

  .new02 .new02_xq h4 {
    font-size: 16px;
  }

  .new02 .new02_xq .new02_xq_icon {
    padding-bottom: 20px;
    margin: 20px 0;
  }

  .new02 .new02_xq .new02_xq_icon p {
    margin-right: 3px;
  }

  .new02 .new02_xq .new02_xq_icon p img {
    margin-right: 3px;
  }

  .new02 .new02_xq .fh_box {
    flex-direction: column;
    padding: 30px 0 40px;
  }

  .new02 .new02_xq .fh_box .fh_uls {
    margin-bottom: 20px;
  }

  .new02 .new02_xq .fh_box .fh_uls .fh_lis p {
    width: 20%;
  }

  .new02 .new02_xq .fh_box .fh_uls .fh_lis a {
    flex: 1;
  }

  /* recruit */
  /* 招聘岗位 */
  .recruit_box {
    padding: 30px 0 60px;
  }

  .recruit_box .job_uls {
    margin-top: 0;
  }

  .recruit_box .job_uls .job_lis {
    padding: 30px 0 40px;
  }

  .recruit_box .job_uls .job_lis .job_text .position_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .recruit_box .job_uls .job_lis .job_text .position_box p {
    font-size: 16px;
  }

  .recruit_box .job_uls .job_lis .job_text .position_box .position {
    line-height: 40px;
    margin-bottom: 10px;
  }

  .recruit_box .job_uls .job_lis .job_text .qualification_box {
    padding-left: 0;
    margin-top: 10px;
  }

  .recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis {
    flex-direction: column;
  }

  .recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis h5 {
    font-size: 16px;
  }

  .recruit_box .job_uls .job_lis .job_text .qualification_box .qualification_lis p {
    font-size: 14px;
    line-height: 2;
  }

  .recruit_box .benefits_box {
    margin-top: 10px;
  }

  .recruit_box .benefits_box p {
    font-size: 14px;
    margin-top: 20px;
  }

  .recruit_box .benefits_box .benefits_uls {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .recruit_box .benefits_box .benefits_uls .benefits_lis {
    width: 20%;
    max-width: 20%;
    padding: 0 1%;
  }

  .recruit_box .benefits_box .benefits_uls .benefits_lis b {
    font-size: 12px;
  }

  /* contact */
  /* 联系我们 */
  .contact_top {
    margin-top: 40px;
  }

  .contact_top img {
    padding: 0 5%;
    margin: 40px auto;
  }

  .contact_top .page09_fl {
    padding: 0;
  }

  .contact_bot .page09_fl {
    padding: 0;
  }

  .contact_bot .page09_fl #Map {
    height: 300px;
  }

  /* 网站地图1000 开始 */
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 100px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* 404 over */
  /* 首页banner */
  .i_banner .swiper01 .swiper-slide .i_animation {
    left: 16%;
    bottom: 16%;
    transform: scale(1.8);
  }


}

/*# sourceMappingURL=xynf.css.map */