.inBanner {
  width: 100%;
  height:100vh;
  /*margin-top: 0.4rem;*/
}

.inBannerPrev,
.inBannerNext {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  margin: 0;
  top: 4.56rem;
  transition: all .3s;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  opacity: .7;
}

.inBannerPrev img,
.inBannerNext img {
  display: block;
}

.inBannerPrev:hover,
.inBannerNext:hover {
  opacity: 1;
}


.inBannerNext {
  right: 1.12rem;
}

.inBannerPrev {
  left: 1.12rem;
}

.proBox {
  padding: 1rem 0 .59rem;
}

.bannerTxtBox {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-58%);
}

.bannerTitle {
  width: 100%;
  text-align: center;
  font-size: 0.65rem;
  color: #fff;
  font-weight: 600;
  text-shadow: .01rem .01rem .1rem rgba(0, 0, 0, 0.7)
}

.bannerTxt {
  width: 100%;
  text-align: center;
  font-size: 0.35rem;
  color: #fff;
  margin-top: 0.2rem;
  text-shadow: .01rem .01rem .1rem rgba(0, 0, 0, 0.7)
}

.bannerScr{
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
}
.bannerScr>p{
    text-align: center;
    font-size: 0.12rem;
    color: #fff;
    margin-top: 0.1rem;
}
.banneran{
    width: 18px;
    height: 25px;
    border-radius: 0.2rem;
    border: 2px solid #fff;
    position: relative;
    margin:0 auto;
}

.banneran>span{
        left: 6px;
    position: absolute;
    top: 5px;
    width: 2px;
    height: 5px;
    background-color: #fff;
    border-radius: 1px;
    animation: hint 1s ease-out infinite;
}

@keyframes hint {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

/* banner样式结束 */


/* 解决方案 */
.solutionBox {
  width: 100%;
  height: 7.2rem;
  position: relative;
  margin-top: 0.6rem;
  background-color: #e60012;
}

.solutionBoxList {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 10;

}

.solutionBoxList>li {
  width: 20%;
  height: 100%;
  border-right: 0.01rem solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  position: relative;
  padding-top: 2.61rem;
  transition: all 0.6s;
}

.solutionBoxList>li::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #0B318F;
  opacity: 0.6;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  transition: all 0.6s;
}

.solutionBoxList>li.active::after {
  width: 100%;
}

.solutionIcon {
  width: 0.76rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.solutionIcon>img {
  width: 100%;
  display: block;
}

.solutionIcon>img:last-child {
  display: none;
}

.solutionBoxList>li>a {
  display: block;
}

.solutionBoxList>li.active {
  padding-top: 2.07rem;
}

.solutionBoxList>li.active .solutionIcon>img:last-child {
  display: block;
}

.solutionBoxList>li.active .solutionIcon>img:first-child {
  display: none;
}

.solutionBoxList>li.active .solutionBtn {
  opacity: 1;
}

.solutionTitle {
  font-family: Microsoft YaHei;
  font-size: 0.32rem;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 0.46rem;
}

.solutionEn {
  font-family: Arial;
  font-size: 0.1rem;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 0.22rem;
}

.solutionBtn {
  width: 1.78rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin: 0.48rem auto 0;
  opacity: 0;
  transition: all 0.6s;
}

.solutionBtn:hover {
  background-color: #e60012;
  border: 0.01rem solid #e60012;
}

.solutionBtn span {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.solutionBtn img {
  width: 0.2rem;
  margin-left: 0.18rem;
  transition: all 0.6s;
}

.solutionBtn:hover img{
    transform: rotate(-45deg);
}


.solutionBg,
.solutionImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.solutionImg {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  background: #000;
  filter: grayscale(0%);
}

.solutionImg.active {
  opacity: 1;
  visibility: visible;
}

.solutionImg img {
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: all 4s;
  transform: scale(1.2);
}

.solutionImg.active img {
  transform: scale(1);
}

/* 解决方案结束 */

/*定制服务*/
.fw{
  background: #0B318F;
  height: 2.25rem;
  padding: 0.65rem 1.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fw-title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.36rem;
    color: #FFFFFF;
    width: 4.32rem;
}
.fw-text{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 200;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.11rem;
    width: 4.32rem;
}
.fw-Btn{
    margin: 0 !important;
    
}
/*定制服务结束*/

/* 远卓农牧 */
.wrap.nm {
  padding: 0;
  overflow: visible;
}

.nmBox {
  width: 100%;
  height: 8rem;
  position: relative;
}

.nmMain {
  width: 100%;
  height: 7rem;
  background-image: url(../img/home/nmimg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.nmMask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 14, 59, 0.4);
  box-sizing: border-box;
  padding-left: 2.1rem;
  padding-top: 1.2rem;
}

.nmTitle {
  font-family: Microsoft YaHei;
  font-size: 0.48rem;
  color: #FFFFFF;
}

.nmTitle span {
  font-size: 0.32rem;
}

.nmTxt {
  width: 7.15rem;
  font-family: Microsoft YaHei;
  text-indent: 2em;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}

.nmMask .solutionBtn {
  opacity: 1;
  margin: 0.3rem 0;
  height: 0.48rem;
}

.nmBottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 16rem;
  height: 2rem;
  background-color: #fff;
  padding: 0 1.1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nmNum {
  font-family: oswald-m;
  font-size: 0.58rem;
  color: #e60012;
  line-height: 1em;
  text-align: center;
}

.nmNum span:last-child {
  font-size: 0.5rem;
}

.nmDec {
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  color: #333333;
  text-align: center;
  margin-top: 0.1rem;
}

/* 远卓农牧结束 */

/* 新闻中心 */

.newsBox {
  width: 16rem;
  margin: 0.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.newsSwiper {
  width: 7.35rem;
  position: relative;
  overflow: hidden;
}

.newsImg {
  position: relative;
}

.newsImg.scale-box .scale-img{
    width: 7.35rem;
    height: 4.85rem;
  display: block;
}

.newsMask {
  width: 100%;
  height: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 0.3rem;
  box-sizing: border-box;
  line-height: 0.6rem;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
}

.newsPagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: auto !important;
  right: 0.2rem !important;
  bottom: 0.7rem !important;
  z-index: 10;
}

.newsPagination span {
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  opacity: 0.5;
  margin: 0 0.04rem !important;
}

.newsPagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.newsList {
  width: 8.25rem;
}

.newsList>li {
  width: 100%;
  height: 1.48rem;
  border-bottom: 1px solid #B7B7B7;
  transition: all 0.6s;
}

.newsList>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsTime {
  display: flex;
  flex-direction: column;
}

.newsTime>span:first-child {
  font-family: MiSans, MiSans;
  font-size: 0.47rem;
  color: #B7B7B7;
  transition: all 0.6s;
}

.newsTime>span:last-child {
  font-family: Arial, Arial;
  font-size: 0.14rem;
  color: #B7B7B7;
  transition: all 0.6s;
}

.newsLine {
  width: 0.01rem;
  height: 0.59rem;
  background: #B7B7B7;
  margin: 0 0.32rem;
  transition: all 0.6s;
}

.newsMain {
  width: 6.36rem;
}

.newsTitle {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  color: #333333;
  transition: all 0.6s;
}

.newsTxt {
  margin-top: 0.12rem;
  line-height: 0.28rem;
  font-size: 0.16rem;
  color: #666666;
}

.newsList>li:hover {
  border-bottom: 1px solid #e60012;
}

.newsList>li:hover .newsTime span,.newsList>li:hover .newsTitle{
  color: #e60012;
}

.newsList>li:hover .newsLine{
  background-color: #e60012;
}
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    height: 100vh;
}
.main-content{
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}
.index-span{
    color: #104BAD !important;
}
@media only screen and (max-width: 1024px) {
  .inBanner{
    height: 50vh;
  }
  .banner{
    height: 50vh;
  }
  .fw{
    height: auto;
    padding: 0.65rem 1rem 0.8rem;
    display: block;
  }
  .fw-text{
    font-size: 0.24rem;
  }
  .fw-text {
  width: 100%;
  margin-bottom: .3rem;
}
.solutionBtn span{
  font-size: 0.24rem;
}
.nmMask{
  padding-left: .3rem;
  padding-right: .3rem;
}
.fw-title{
  width: 100%;
}
.nmTxt {
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-top: 0.3rem;
}
.nmBottom{
  width: 90%;
  padding: 0 .3rem;
}
.nmNum {
  font-size: 0.32rem;
}
.nmNum span:last-child {
  font-size: 0.3rem;
}
.nmDec {
  font-size: 0.24rem;}
  .newsBox {
  width: 100%;
  display: block;
}
.newsSwiper{
  width: 100%;
  height: 5rem;
}
.newsList{
  width: 100%;
}
.newsImg.scale-box .scale-img{
  width: 100%;
}
.newsMask{
  font-size: 0.24rem;
}
.newsMain {
  width: 80%;
}
.newsTitle {
  font-size: 0.24rem;
}
.newsTxt{
  font-size: 0.24rem;
}
.newsTime > span:last-child{
  font-size: 0.24rem;
}
.newsTime > span:first-child{
  text-align: center;
}
.newsLine {
  margin: 0 0.22rem;
}
.solutionBoxList > li {
  width: 100%;
  height: 3rem;
  border-right: none;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
  padding-top: 0;
}
.solutionBoxList{
  display: block;
  height: auto;
}
.solutionBox {
  height: auto;
  overflow: hidden;
}
.solutionEn{
  font-size: 0.24rem;
}
.solutionBoxList>li.active{
  padding-top: 0;
}
.solutionBtn{
  margin: 0.18rem auto 0;
}
.solutionBoxList>li.active .solutionTitle{
  margin-top: 0;
}
.main-content{
    position: static;
}
}