
@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn)
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn)
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn)
  }
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px)
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px)
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
  }
}

.s_txt > span {
  min-width: 7.5rem;
  height: 2.6875rem;
  font-size: 1rem;
  display: inline-flex;
  border-radius: 1.25rem 1.875rem 0 1.25rem;
  border: 1px solid #d2d2d2;
  align-items: center;
  justify-content: center;
  text-transform: uppercase
}
.s_txt h3 {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2.25rem
}
.s_txt h4 {
  font-size: 3rem;
  color: #000;
  font-weight: 300;
  line-height: 1.5
}
.s_txt h4 b {
  font-weight: 300;
  color: #468bc9
}
.s_txt p {
  font-size: 1rem;
  color: rgba(0, 0, 0, .6);
  line-height: 2.25rem;
  margin-top: 2rem
}
.btn_more {
  margin-top: 4.375rem;
  border-radius: 2rem;
  background: #76b44d;
  font-family: GIL;
  color: #fff;
  font-size: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 2.625rem
}
.s_txt.white span {
  border: 1px solid #468bc9;
  background: #468bc9;
  color: #fff
}
.s_txt.white h3 {
  color: #fff
}
.s_txt.white p {
  color: rgba(255, 255, 255, 0.6)
}
.s_pro {
  width: 100%;
  overflow: hidden;
  background: url(../image/s_pro_bg.jpg) center no-repeat;
  background-size: cover;
  display: flex
}
.s_pro .m {
  padding-bottom: 5rem
}
.s_pro .left {
  flex-shrink: 0;
  max-width: 43rem
}
.s_pro .left .m {
  padding-right: 4.875rem
}
.s_pro .right .m {
  padding: 0
}
.s_pro .box {
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
  border-radius: 1.25rem 0 1.25rem 0
}
.s_pro .box .txt {
  padding: 4rem 3.125rem
}
.s_pro .box .txt h4 {
  font-size: 2.25rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 2.5rem
}
.s_pro .box .txt .con {
  font-size: 1rem;
  color: #797a7b;
  line-height: 2.1875rem;
  height: 8.75rem;
  overflow: hidden
}
.s_pro .box .txt .con p {
  position: relative;
  padding-left: 1.0625rem
}
.s_pro .box .txt .con p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78a6d4;
  position: absolute;
  left: 0;
  top: 1rem
}
.s_pro .box .img {
  width: 17.875rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -3.75rem;
  bottom: -5.375rem
}
.s_pro .box .img:after {
  padding-top: 100%
}
.s_news {
  background: url(../image/s_news_bg.jpg) center top no-repeat;
  background-size: cover
}
.s_news .bd {
  padding: 0 6.25rem
}
.s_news .s_txt {
  margin-bottom: 5rem
}
.s_news .bd {
  position: relative
}
.s_news .bd .arr {
  font-family: "swiper-icons";
  color: #468bc9;
  position: absolute;
  top: 50%;
  transition: .5s;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #d7d9de;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.s_news .bd .arr_left {
  left: 0
}
.s_news .bd .arr_right {
  right: 0
}
.s_news .arr:hover {
  background: #468bc9;
  border: 1px solid #468bc9;
  color: #fff
}
.s_news .bd .box {
  display: block;
  background: #fff;
  border-radius: .5rem;
  overflow: hidden
}
.s_news .bd .txt {
  padding: 2rem
}
.s_news .bd .txt h4 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  height: 4.5rem;
  color: #000;
  font-weight: bold
}
.s_news .bd .txt .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e2e5;
  margin-top: 1.5rem;
  padding-top: 1.5rem
}
.s_news .bd .txt .bot span {
  font-size: 1rem;
  color: #76b44d;
  font-family: GIL
}
.s_news .bd .txt .bot i {
  font-size: 1.625rem
}
.s_about {
  width: 100%;
  overflow: hidden;
  background: url(../image/s_about_bg.jpg) center no-repeat;
  height: 57rem;
  position: relative
}
.s_about .bd {
  display: flex
}
.s_about .left {
  flex-shrink: 0;
  margin-right: 6rem
}
.s_about .right {
  padding-top: 5rem
}
.s_about .con {
  font-size: 1.125rem;
  line-height: 2.5625rem;
  color: rgba(121, 122, 123, 0.8)
}
.s_about_zimu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}
.s_about_dalou {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

@-webkit-keyframes shubiao {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1
  }
}
@keyframes shubiao {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1
  }
}
@-webkit-keyframes swipershubaio1 {
  0% {
    -webkit-transform: translate(-50%, -4%) rotate(0);
    transform: translate(-50%, -4%) rotate(0)
  }
  100% {
    -webkit-transform: translate(-50%, -4%) rotate(360deg);
    transform: translate(-50%, -4%) rotate(360deg)
  }
}
@keyframes swipershubaio1 {
  0% {
    -webkit-transform: translate(-50%, -4%) rotate(0);
    transform: translate(-50%, -4%) rotate(0)
  }
  100% {
    -webkit-transform: translate(-50%, -4%) rotate(360deg);
    transform: translate(-50%, -4%) rotate(360deg)
  }
}
@-webkit-keyframes swipershubaio2 {
  0% {
    -webkit-transform: translate(-60%, 5%) rotate(0);
    transform: translate(-60%, 5%) rotate(0)
  }
  100% {
    -webkit-transform: translate(-60%, 5%) rotate(360deg);
    transform: translate(-60%, 5%) rotate(360deg)
  }
}
@keyframes swipershubaio2 {
  0% {
    -webkit-transform: translate(-60%, 5%) rotate(0);
    transform: translate(-60%, 5%) rotate(0)
  }
  100% {
    -webkit-transform: translate(-60%, 5%) rotate(360deg);
    transform: translate(-60%, 5%) rotate(360deg)
  }
}
#foot .relative {
  z-index: 990
}
.n_banner {
  height: 52rem;
  width: 100%;
  overflow: hidden
}
.n_banner .m {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center
}
.n_banner .m h3 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: bold
}
.n_banner .m p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.25rem;
  margin-top: 2.75rem
}
.n_title {
  padding: 0;
  position: relative;
  z-index: 1;
  background: #fff
}
.n_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5
}
.n_title .m {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.n_nav {
  position: relative;
  flex-grow: 1
}
.n_nav ul {
  display: flex
}
.n_nav li {
  display: flex;
  justify-content: center;
  margin-right: 5rem;
  font-size: 1.125rem;
  float: left;
  line-height: 4.375rem;
  z-index: 1;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.n_nav li a {
  padding: 0 7px;
  text-align: center;
  color: #3f4042;
  font-size: 1.0625rem;
  font-weight: bold;
  transition: .5s;
  position: relative
}
.n_nav li a:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  background: #468bc9;
  bottom: 0;
  left: 0;
  transition: .3s ease-in-out;
  opacity: 0;
  z-index: -1
}
.n_nav li.on a:before, .n_nav li:hover a:before {
  width: 100%;
  opacity: 1
}
.n_nav .sub {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 0;
  display: none
}
.n_nav .sub a {
  display: block;
  height: 2.75rem;
  font-size: .9rem;
  line-height: 2.75rem;
  transition: .3s;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  white-space: nowrap;
  padding: 0 15px;
  font-weight: normal !important;
  color: #2f2f2f
}
.n_nav .sub a:hover {
  color: #76b44d
}
.position {
  left: 0;
  bottom: 0;
  font-size: .9375rem;
  color: #747679;
  display: flex;
  align-items: center
}
.position .iconfont {
  margin-right: 1rem;
  color: #76b44d
}
.position span, .position a, .position i {
  font-size: .875rem;
  color: #464646;
  flex-shrink: 0;
  -moz-transition: all .36s ease-in-out;
  -webkit-transition: all .36s ease-in-out;
  -o-transition: all .36s ease-in-out;
  -ms-transition: all .36s ease-in-out;
  transition: all .36s ease-in-out
}
.position i {
  margin: 0 .5rem;
  font-style: normal
}
.position span {
  color: #76b44d;
  font-style: normal
}
.position em {
  color: #76b44d;
  font-style: normal
}
.position a:hover {
  color: #76b44d
}
.n_join {
  width: 100%;
  overflow: hidden;
  background: url(../image/n_jiaru_bg.jpg) center top no-repeat;
  background-size: cover
}
.n_join .tt {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 3.625rem
}
.n_join .tt h3 {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  position: relative
}
.yinhao01 {
  width: 2.25rem;
  height: 2rem;
  display: block;
  background: url(../image/yinhao01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -.875rem;
  left: -3.5rem
}
.join_search {
  display: flex;
  justify-content: center;
  margin-bottom: 6.875rem
}
.join_search form {
  position: relative;
  display: flex;
  width: 50.25rem;
  height: 4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cbd7e4;
  border-radius: 2rem
}
.join_search form i {
  margin-left: 2.25rem;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.75rem;
  color: #d7dee5
}
.join_search form .input {
  flex-grow: 1;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  color: #b4b4b6
}
.join_search form .button {
  width: 10.5rem;
  background: #468bc9;
  color: #fff;
  font-weight: bold;
  border-radius: 2rem;
  font-size: 1.125rem
}
.n_join .tip {
  font-size: 1.125rem;
  color: #2f2f2f;
  line-height: 1.5;
  margin-bottom: 1.75rem
}
.n_join .tip a {
  color: #76b44d
}
.n_join ul li {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 9px 1px rgba(8, 51, 138, 0.06)
}
.n_join ul li .box {
  padding: 2.5rem 5.25rem;
  display: flex;
  align-items: center
}
.n_join ul li h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.5rem
}
.n_join ul li .con {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}
.n_join ul li dl {
  line-height: 1.875rem
}
.n_join ul li dt {
  font-size: .9375rem;
  color: #707071
}
.n_join ul li dd {
  font-size: 1rem;
  color: #000
}
.n_join ul li .left {
  flex-grow: 1
}
.n_join ul li + li {
  margin-top: 3.125rem
}
.btn_apply {
  flex-shrink: 0;
  display: flex;
  width: 10rem;
  height: 3.6875rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #468bc9;
  color: #fff
}
.btn_apply i {
  margin-left: 1.25rem;
  margin-right: -.25rem;
  font-size: .875rem
}
.tc_apply {
  width: 54.25rem;
  border-radius: .625rem;
  max-width: 90%;
  background: url(../image/tc_apply_bg.jpg) center no-repeat;
  padding: 4rem 3.625rem;
  position: relative
}
.tc_apply .tt {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 3.125rem
}
.tc_apply .tc_close {
  font-size: 1.5rem;
  top: 2rem;
  right: 2rem
}
.tc_apply .tc_close i {
  font-size: 1.5rem;
  color: #271d1a
}
.tc_apply form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem 3rem
}
.tc_apply form .group {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  position: relative
}
.tc_apply form .span {
  line-height: 2.875rem
}
.tc_apply form .input {
  background: #fff;
  height: 2.875rem;
  border: 1px solid #e5e5e5;
  padding: 0 1rem
}
.tc_apply form .jianlibox {
  grid-column: 1/3
}
.tc_apply .btn_upload {
  display: inline-block;
  height: 2.875rem;
  width: 6.625rem;
  background: #76b44d;
  border-radius: 5px;
  color: #fff;
  font-size: .875rem;
  margin-right: 1rem
}
.tc_apply .p {
  display: inline-block;
  font-size: .9375rem;
  color: #707071;
  line-height: 1.5
}
.tc_apply .yzm {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px
}
.tc_apply .button {
  height: 3.375rem;
  width: 8.3125rem;
  background: #468bc9;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  margin-right: 1rem
}
.page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9375rem;
  margin-top: 5rem
}
.page a {
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #333;
  border-radius: 50%;
  transition: .5s
}
.page .prev, .page .next {
  background: #f8f8f8;
  margin: 0 .875rem
}
.page a.on, .page a:hover {
  background: #468bc9;
  color: #fff
}
.page a i:before {
  transition: 0s
}
.n_bg {
  background: url(../image/n_jiaru_bg.jpg) center top no-repeat;
  background-size: cover
}
.foot_share ul {
  display: flex
}
.foot_share ul li {
  margin-right: 1.625rem;
  position: relative
}
.foot_share ul li a {
  width: 3.25rem;
  height: 3.25rem;
  background: #76b44d;
  color: #fff;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.foot_share ul li a i {
  color: #fff;
  font-size: 1.625rem
}
.foot_share li .ewmbox {
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  width: 8rem;
  left: 0;
  top: calc(100% + 1rem);
  transition: .5s
}
.foot_share li:hover .ewmbox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px)
}
.foot_share li .ewm {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: .375rem;
  border: 1px solid #ddd
}
.foot_share li .ewm img {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  display: block;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 3
}
.foot_share li .ewm p {
  font-size: .8125rem;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 3;
  margin: .25rem 0
}
.foot_share li .ewm:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 5px;
  z-index: 1
}
.foot_share li .ewm:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  background: #fff;
  left: .625rem;
  bottom: 100%;
  margin-bottom: -9px;
  border-radius: 3px
}
.n_lianxi {
  width: 100%
}
.n_lianxi .m {
  display: flex;
  justify-content: space-between;
  gap: 3rem
}
.n_lianxi .left {
  position: relative;
  z-index: 99
}
.n_lianxi .right {
  flex-grow: 1;
  max-width: 63.625rem;padding-left: 20px;
}
.n_lianxi .tt {
  margin-bottom: 2.875rem
}
.n_lianxi .tt h3 {
  font-size: 2rem;
  color: #000;
  font-weight: bold
}
.n_lianxi .tt h4 {
  font-size: 1.575rem;
  color: #414141;
  margin-top: 2.5rem;font-weight: bold;
}
.n_lianxi .tt h5 {
  font-size: 1.5rem;
  color: #e5a829;
  font-weight: bold;
  margin-top: 2.5rem
}
.n_lianxi .con dl {
  display: flex;
  align-items: flex-start
}
.n_lianxi .con dt {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin-right: .75rem
}
.n_lianxi .con dt i {
  color: #468bc9;
  font-size: 1.25rem
}
.n_lianxi .con dd {
  display: flex;
  align-items: center;
  line-height: 1.7;
  padding-top: .25rem;
  font-size: 16px;
  color: #535353
}
.n_lianxi .con dl + dl {
  margin-top: .75rem
}
.n_guanzhu {
  display: flex;
  align-items: center;
  margin-top: 4rem
}
.n_mapbox .box {
  display: block;
  position: relative;
  padding: .75rem;
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 9px 1px rgba(8, 51, 138, 0.06)
}
.n_mapbox .box .img img {
  transform: none
}
.n_mapbox .box .mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.n_mapbox .box .ico {
  position: relative;
  animation: bounce .8s infinite linear;
  height: 8.875rem;
  margin-bottom: 5%
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-20px)
  }
}
.n_mapbox .box .ico .map_ico {
  display: block;
  width: 7.0625rem
}
.n_mapbox .box .ico .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.n_mapbox .box .ico .txt .map_logo {
  margin-bottom: .375rem;
  display: flex;
  width: 3.375rem
}
.n_mapbox .box .ico .txt p {
  font-size: .8125rem
}
.n_xq .tt {
  text-align: center;
  margin-bottom: 3rem
}
.n_xq .tt h3 {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.125rem
}
.n_xq .tt span {
  font-size: 1.125rem;
  color: #76b44d;
  text-transform: uppercase
}
.n_news01 {
  margin-bottom: 6.25rem
}
.n_news01 .box {
  display: flex;
  align-items: flex-start
}
.n_news01 .img {
  flex-grow: 1;
  position: relative;
  z-index: 2;
  border-radius: 0 0 1.875rem 0
}
.n_news01 .img:after {
  padding-top: 60.9%
}
.n_news01 .txt {
  margin-top: 4.375rem;
  padding: 6.75rem 4.25rem 6.75rem 5.375rem;
  width: 51%;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}
.n_news01 .txt:before {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(8, 8, 8, 0.09);
  border-radius: 1.875rem 0 0 0
}
.n_news01 .txt h3 {
  font-size: 2rem;
  line-height: 1.5;
  color: #302f2f;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem
}
.n_news01 .txt h4 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #302f2f
}
.n_time {
  font-size: 1rem;
  color: #76b44d;
  font-family: GIL
}
.n_news02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4.375rem
}
.n_news02 .box {
  display: block;
  background: #fff;
  border-radius: .5rem;
  overflow: hidden;
  border-radius: .5rem;
  box-shadow: 0 0 13px 0 rgba(8, 8, 8, 0.09)
}
.n_news02 .txt {
  padding: 2rem
}
.n_news02 .txt h4 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #000;
  font-weight: bold
}
.n_news02 .txt .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e2e5;
  margin-top: 1.5rem;
  padding-top: 1.5rem
}
.n_news02 .txt .bot span {
  font-size: 1rem;
  color: #76b44d;
  font-family: GIL
}
.n_news02 .txt .bot i {
  font-size: 1.625rem
}
.ar_title {
  margin-bottom: 2.25rem;
  position: relative;
  padding-bottom: 1.25rem
}
.ar_title h3 {
  font-size: 2.25rem;
  color: #222121;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.5
}
.ar_title div {
  font-size: .875rem;
  color: #a1a2a4;
  line-height: 1.5;
  display: flex;
  gap: 2rem 3rem;
  flex-wrap: wrap
}
.ar_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, .06);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1
}
#n_news_xq {
  overflow: hidden;
  background: url(../image/n_news_bg.jpg) center top no-repeat #fff;
  background-size: 100%
}
#n_news_xq .m {
  display: flex;
  align-items: flex-start
}
#n_news_xq .left_con {
  float: left;
  padding-right: 4rem;
  overflow: hidden;
  flex-grow: 1
}
#n_news_xq .right_con {
  width: 29.6%;
  flex-shrink: 0;
  min-width: 330px;
  float: right;
  max-width: 400px
}
.ar_fot {
  margin-top: 2.5rem;
  border-top: 2px solid #e0e3e7;
  padding-top: 30px;
  width: 100%;
  position: relative
}
.ar_fot h5 {
  line-height: 2.25rem
}
.ar_fot h5 a {
  font-size: .9375rem;
  color: #707076;
  transition: .3s
}
.ar_fot h5 b {
  font-size: .9375rem;
  color: #707076;
  font-weight: normal
}
.ar_fot h5 a:hover {
  color: #76b44d
}
.btn_goback {
  display: block;
  width: 9.6875rem;
  height: 40px;
  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  background: #468bc9;
  color: #fff;
  font-size: 15px;
  transition: .3s
}
.btn_goback svg {
  margin-right: .625rem
}
.laiyuan {
  font-size: 15px;
  color: #757575;
  margin-bottom: 2rem
}
.laiyuan span + span {
  margin-left: 1.5rem
}
#n_news_xq .riqi {
  font-weight: bold;
  font-family: AXIFORMA-MEDIUM;
  margin-bottom: 26px
}
#n_news_xq .riqi p {
  font-size: 3.75rem;
  color: #76b44d
}
#n_news_xq .riqi i {
  display: block;
  width: 24px;
  height: 3px;
  background: #76b44d;
  margin-bottom: 13px;
  margin-top: 7px
}
#n_news_xq .riqi span {
  font-size: 1.125rem;
  color: #181818
}
.news_tuijian {
  background: #f0f3f6;
  padding: 2.5rem
}
.news_tuijian .tt {
  font-size: 1.25rem;
  color: #393838;
  font-weight: bold;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 3.125rem
}
.news_tuijian ul {
  padding-top: 1.75rem
}
.news_tuijian ul li + li {
  margin-top: 1.5rem
}
.news_tuijian ul li h5 {
  font-size: 1rem;
  color: #5d5d5d;
  font-weight: bold;
  white-space: normal;
  margin-bottom: .5rem;
  white-space: normal;
  line-height: 1.375rem
}
.news_tuijian ul li span {
  font-size: .875rem;
  color: rgba(93, 93, 93, 0.7);
  font-family: arial
}
.news_tuijian ul li:hover h5 {
  color: #468bc9
}
.social-share * {
  box-sizing: content-box
}
.social-share .social-share-icon {
  width: 3.125rem !important;
  height: 3.125rem !important;
  line-height: 3.125rem !important;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 50%;
  background: transparent;
  display: block;
  float: left;
  position: relative
}
.social-share .qrcode img {
  display: block
}
.social-share .icon-wechat .wechat-qrcode {
  left: -77px !important
}
.news_share .social-share .social-share-icon {
  color: #c0c0c0;
  border-color: #c0c0c0
}
.news_share .social-share .social-share-icon:hover {
  background: #468bc9;
  border-color: #468bc9;
  color: #fff
}
.n_about {
  display: flex;
  justify-content: space-between;
  gap: 4rem
}
.n_about .left {
  flex-shrink: 0
}
.n_about .right {
  flex-grow: 1;
  max-width: 55.75rem
}
.about_tt {
  margin-bottom: 4.25rem
}
.about_tt h2 {
  font-size: 1.5rem;
  color: #414141;
  margin-bottom: 1.25rem
}
.about_tt h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  color: #000
}
.about_tt h3 span {
  color: #76b44d
}
.n_about .con {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #535353
}
.n_buju {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem
}
.n_buju .left {
  max-width: 48%
}
.n_buju .right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 7rem
}
.n_buju .right ul li h4 {
  font-size: 1.75rem;
  color: #3e3f41;
  font-weight: bold;
  margin-bottom: .5rem;
  white-space: nowrap
}
.n_buju .right ul li h4 span {
  font-size: 4.375rem;
  color: #468bc9;
  font-family: AXIFORMA-MEDIUM;
  margin-right: .5rem
}
.n_buju .right ul li .con {
  font-size: .9375rem;
  color: #626262;
  line-height: 1.875rem
}
.n_buju .right ul li .con p {
  position: relative;
  padding-left: 1.25rem
}
.n_buju .right ul li .con p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #76b44d;
  position: absolute;
  left: 0;
  top: .75rem
}
.earth {
  position: relative
}
.earth img {
  display: block
}
.diqiu_dot {
  position: absolute;
  max-width: inherit;
  max-height: inherit;
  width: 110%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%)
}
.buju_box {
  position: relative
}
.buju_box .dot {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9
}
.buju_box .dot .circle {
  width: 2.75rem;
  height: 2.75rem
}
.buju_box .dot:nth-child(1) {
  top: 50%;
  left: 54%
}
.buju_box .dot:nth-child(2) {
  top: 57%;
  left: 49%
}
.buju_box .dot:nth-child(3) {
  top: 60%;
  left: 42%
}
.buju_box .dot:nth-child(4) {
  top: 64%;
  left: 48%
}
.buju_box .dot:nth-child(5) {
  top: 67%;
  left: 59%
}
.buju_box .dot:nth-child(5) .circle:before {
  background: #fff
}
.buju_box .dot:nth-child(5) .circle:after {
  background: #468bc9
}
.buju_box .dot:nth-child(5) .circle span {
  background: rgba(70, 140, 201, 0.4)
}
.buju_box .dot .tag {
  position: absolute;
  bottom: 2rem;
  left: -1rem
}
.buju_box .dot .tag p {
  white-space: nowrap;
  padding: .75rem 1.25rem;
  border-radius: 3px;
  background: #468bc9;
  display: block;
  color: #fff
}
.buju_box .dot .tag:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: .75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #468bc9;
  position: absolute;
  left: 1.125rem;
  top: 100%
}
.circle {
  margin: 0 auto;
  position: relative;
  top: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f897c;
  font-size: 30px
}
.circle:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #76b44d;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}
.circle:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: #fff;
  z-index: 2
}
.circle span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(118, 180, 77, 0.4);
  -webkit-transform: scale(.4);
  -moz-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  -webkit-animation: circleScale 3s linear infinite;
  -moz-animation: circleScale 3s linear infinite;
  -ms-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite
}
.circle span:nth-of-type(2) {
  animation-delay: 2s
}
@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
  }
}
#box ul {
  display: flex;
  overflow: hidden;
  gap: 1.125rem
}
#box li {
  width: 17rem;
  flex-grow: 1;
  min-width: 120px !important;
  float: left;
  flex-shrink: 0;
  transition: .5s
}
#box li.on {
  width: calc(100% - 51rem - 3.375rem) !important
}
#box li .box {
  background: #fff;
  height: 33rem;
  padding: 3.125rem 4rem;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  transition: .5s;
  display: flex;
  align-items: flex-end
}
#box li .box .bg {
  background-size: cover !important;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s
}
#box li i {
  color: #fff;
  font-size: 2.125rem;
  margin-bottom: 1.125rem;
  display: block
}
#box li h4 {
  font-size: 1.625rem;
  line-height: 1.5;
  margin-bottom: .5rem;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  transition: .5s
}
#box li p {
  font-size: 1rem;
  line-height: 1.7rem;
  height: 1.7rem;
  color: #fff;
  transition: .3s;
  opacity: 0;
  visibility: hidden
}
#box li.on {
  flex-grow: 0
}
#box li.on .box h4 {
  color: #fff
}
#box li.on .box p {
  opacity: 1;
  visibility: visible;
  transition-delay: .5s
}
#box li .box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background-image: -moz-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, .5) 100%);
  background-image: -ms-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, .5) 100%);
  z-index: 10
}
.n_pro {
  width: 100%;
  overflow: hidden;
  display: flex
}
.pro_tt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem
}
.pro_tt h4 {
  font-size: 1.125rem;
  color: #fff;
  background: #76b44d;
  padding: 10px 12px;
  border-radius: 0 10px 0 10px
}
.pro_tt h3 {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}
.pro_tt p {
  font-size: 1.125rem;
  color: #76b44d;
  line-height: 1.5
}
.n_pro .con1 {
  text-align: center;
  font-size: 1.125rem;
  color: #535353;
  line-height: 2.5rem
}
.n_pro .bd {
  margin-top: 3.625rem;
  position: relative
}
.n_pro .box {
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: .625rem;
  border: 1px solid #e5e5e5
}
.n_pro .box .txt {
  padding: 4rem 3.125rem
}
.n_pro .box .txt h4 {
  font-size: 2.25rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 2.5rem
}
.n_pro .box .txt .con {
  font-size: 1rem;
  color: #797a7b;
  line-height: 2.1875rem;
  height: 8.75rem;
  padding-right: 15rem;
  overflow: hidden
}
.n_pro .box .txt .con p {
  position: relative;
  padding-left: 1.0625rem
}
.n_pro .box .txt .con p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78a6d4;
  position: absolute;
  left: 0;
  top: 1rem
}
.n_pro .box .img {
  width: 21.25rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -4.75rem;
  bottom: -6.875rem
}
.n_pro .box .img:after {
  padding-top: 100%
}
.n_pro .bd .arr {
  font-family: "swiper-icons";
  color: #000;
  font-weight: bold;
  transition: .5s;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid #d1d7dd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.n_pro .bd .arrbox {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.125rem
}
.pro_bn {
  position: relative
}
.pro_bn .m {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.pro_bn .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../image/pro_bn.jpg) center no-repeat
}
.pro_bn .txt, .pro_bn .bg {
  height: 18.5rem
}
.pro_bn .txt {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 5rem
}
.pro_bn .pic {
  width: 41.125rem;
  max-width: 90%;
  flex-shrink: 0
}
.pro_area .pro_tt {
  margin-bottom: 4rem
}
.pro_area .pro_tt h3 {
  margin: 0
}
.pro_area .box {
  position: relative;
  border-radius: 5px;
  overflow: hidden
}
.pro_area .img:after {
  padding-top: 117.2%
}
.pro_area .txt {
  position: absolute;
  padding: 2rem;
  background: rgba(0, 0, 0, .5);
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.pro_area .txt h4 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem
}
.pro_area .txt span {
  font-size: 1.125rem;
  color: #76b44d;
  text-transform: uppercase
}
.pro_area .box:hover .txt {
  opacity: 1;
  visibility: visible
}
.pro_area .bd .arr {
  font-family: "swiper-icons";
  color: #000;
  font-weight: bold;
  transition: .5s;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid #d1d7dd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.pro_area .bd .arrbox {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.125rem
}
.foot_nav .ico {
  padding: 5px;
}
.pro_area .bd .arrbox {
  margin-top: 0 !important;
}
.pro_area .bd .arr {
  margin-top: 3.125rem !important;
}
/* .pro_area .bd .arr.swiper-button-disabled{ display: none;} */
.n_news02 .txt h4 {
  height: 4.5rem;
}
.page .prev, .page .next {
  border-radius: 50%;
}
.n_banner, .pro_bn .bg, .s_about {
  background-size: cover !important;
}
.tc_apply {
  background-size: cover;
}
.s_about_dalou, .s_about_zimu {
  display: flex;
  justify-content: flex-end;
}
#nav li .sub {
  width: auto;
  display: block;
  min-width: 8rem;
  padding: 1rem 1.5rem 1rem 1rem;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
}
#nav li .sub a {
  white-space: nowrap;
}
.buju_box .dot .tag p {
  font-size: .875rem;
  padding: .625rem .875rem;
}
.buju_box .dot[name="sz"] .tag p {
  font-size: 1rem;
  padding: .75rem 1.5rem;
}
.buju_box .dot .circle:after {
  background: #fff !important;
}
.n_buju .left {
  max-width: 56%;
}
.buju_box .dot[name="sx"] {
  top: 52%;
  left: 58%;
}
.buju_box .dot[name="ak"] {
  top: 57%;
  left: 58%;
}
.buju_box .dot[name="nj"] {
  top: 65%;
  left: 51%;
}
.buju_box .dot[name="wy"] {
  top: 67%;
  left: 49%;
}
.buju_box .dot[name="xc"] {
  top: 72%;
  left: 46.5%;
}
.buju_box .dot[name="sz"] {
  top: 80%;
  left: 68.5%;
}
.buju_box .dot[name="sx"] .circle:before {
  background: #f93c05;
}
.buju_box .dot[name="sx"] .circle span {
  background: rgba(249, 62, 5, 0.4);
}
.buju_box .dot[name="sx"] .tag:before {
  border: .75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #f93c05;
}
.buju_box .dot[name="sx"] .tag p {
  background: #f93c05;
}
.buju_box .dot[name="ak"] .circle:before {
  background: #ff9444;
}
.buju_box .dot[name="ak"] .circle span {
  background: rgba(255, 149, 68, 0.4);
}
.buju_box .dot[name="ak"] .tag:before {
  border: .75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #ff9444;
}
.buju_box .dot[name="ak"] .tag p {
  background: #ff9444;
}
.buju_box .dot[name="nj"] .circle:before {
  background: #3fac97;
}
.buju_box .dot[name="nj"] .circle span {
  background: rgba(63, 172, 150, 0.4);
}
.buju_box .dot[name="nj"] .tag:before {
  border: .75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #3fac97;
}
.buju_box .dot[name="nj"] .tag p {
  background: #3fac97;
}
.buju_box .dot[name="wy"] .circle:before {
  background: #3c54ce;
}
.buju_box .dot[name="wy"] .circle span {
  background: rgba(60, 84, 206, 0.4);
}
.buju_box .dot[name="wy"] .tag:before {
  border: .75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #3c54ce;
}
.buju_box .dot[name="wy"] .tag p {
  background: #3c54ce;
}
.buju_box .dot[name="xc"] .circle:before {
  background: #76b44d;
}
.buju_box .dot[name="xc"] .circle span {
  background: rgba(118, 180, 77, 0.4);
}
.buju_box .dot[name="xc"] .tag:before {
  border: .75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #76b44d;
}
.buju_box .dot[name="xc"] .tag p {
  background: #76b44d;
}
.buju_box .dot[name="sz"] .circle:after {
  background: #468bc9 !important;
}
.buju_box .dot[name="sz"] .circle:before {
  background: #fff !important;
}
.buju_box .dot[name="sz"] .circle span {
  background: rgba(70, 140, 201, 0.4);
}
.buju_box .dot[name="sz"] .tag:before {
  border: .75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #468bc9;
}
.buju_box .dot[name="sz"] .tag p {
  background: #468bc9;
}
.buju_box .dot[name="sx"] .tag {
  bottom: 1rem;
  left: -8.5rem;
}
.buju_box .dot[name="sx"] .tag:before {
  transform: rotate(289deg);
  left: 7rem;
  top: 1rem;
}
.buju_box .dot[name="ak"] .tag {
  bottom: -2rem;
  left: 1.25rem;
}
.buju_box .dot[name="ak"] .tag:before {
  transform: rotate(90deg);
  left: -0.875rem;
  top: -.75rem;
}
.buju_box .dot[name="nj"] .tag {
  bottom: 1rem;
  left: -8.5rem;
}
.buju_box .dot[name="nj"] .tag:before {
  transform: rotate(289deg);
  left: 7rem;
  top: 1rem;
}
.buju_box .dot[name="wy"] .tag {
  bottom: -3.25rem;
  left: .75rem;
}
.buju_box .dot[name="wy"] .tag:before {
  transform: rotate(128deg);
  left: -0.875rem;
  top: -1.125rem;
}
.buju_box .dot[name="xc"] .tag {
  bottom: -3.25rem;
  left: -8.25rem;
}
.buju_box .dot[name="xc"] .tag:before {
  transform: rotate(207deg);
  left: 6.5rem;
  top: -1.5rem;
}
.n_buju .right ul {
  gap: 6rem 3rem;
}
.n_buju .right {
  margin-left: -4rem;
}
@media (max-width: 1440px) {
  .buju_box .dot {
    transform: scale(.9);
  }
}
@media (max-width: 480px) {
  #n_main .n_buju.pad_top {
    padding-top: 1rem !important;
  }
  .n_buju .left {
    width: 100% !important;
  }
  .buju_box .dot {
    transform: scale(.6);
  }
  .buju_box {
    margin: 0 -10px;
  }
}
#box li h4 {
  font-size: 1.8rem;
}
#box li p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}