.clear {
  height: 1px;
  overflow: hidden;
  clear: both;
}
#scene {
  width: 100% !important;
  overflow: hidden;
}
.img_banner {
  height: 696px;
  width: 100%;
  background: #272bfe url("https://public.fuyoukache.com/web/news/banner.jpg") no-repeat center;
  background-size: auto 100%;
}
.banner {
  width: 100%;
  height: 820px;
  position: relative;
}
.banner .bg {
  height: 600px;
  position: absolute;
  width: 100%;
  background: #272bfe url(/style/images/index-banner-bg.5c51d81.jpg) no-repeat center;
  background-size: auto 100%;
  z-index: 1;
}
.banner .page-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.banner .img {
  position: absolute !important;
}
.banner .img_1 {
  left: 0 !important;
  top: 170px !important;
  margin-left: 10px;
}
.banner .img_2 {
  left: auto !important;
  right: 25px !important;
  top: 170px !important;
}
.banner .img_3 {
  left: auto !important;
  top: 300px !important;
  right: 20px !important;
}
.textarrow {
  display: inline-block;
  width: 8px;
  height: 10px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-left: 8px;
}
.block-title {
  padding-top: 60px;
  font-size: 28px;
  line-height: 28px;
  color: #3E3E3E;
  text-align: center;
}
.block {
  padding-bottom: 60px;
}
.science {
  background: #f9fafc url(/style/images/index-science-bg.3c1c41b.png) no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
}
.science .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.science .item-container .item {
  margin-top: 60px;
  width: 300px;
  height: 360px;
  background: #ffffff;
  border-radius: 4px;
  float: left;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  cursor: default;
  text-align: center;
}
.science .item-container .item.item-end {
  margin-right: 0 ;
}
.science .item-container .item img {
  width: 120px;
  margin: 50px 0 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.science .item-container .item .title {
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: 54px ;
}
.science .item-container .item .desc {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  padding: 34px 30px 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.science .item-container .item .line {
  height: 2px;
  width: 80px;
  margin: 0 auto;
}
.science .item-container .item .line::before,
.science .item-container .item .line::after {
  content: '';
  display: block;
  height: 2px;
  background: #0064FF;
  width: 30px;
  float: left;
  margin: 0 5px;
}
.science .item-container .item:hover {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.science .item-container .item:hover img {
  width: 90px;
  margin: 30px 0 0;
}
.science .item-container .item:hover .line {
  display: none;
}
.science .item-container .item:hover .desc {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.industry {
  background: url(/style/images/index-industry-bg.c478d07.png) no-repeat center center;
}
.industry .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.industry .item-container .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 60px;
}
.industry .item-container .item.end {
  margin-right: 0;
}
.industry .item-container .item .item_size {
  width: 200px;
  margin: 0 auto;
}
.industry .item-container .item .radial {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.industry .item-container .item .radial .animate,
.industry .item-container .item .radial .img {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
.industry .item-container .item .radial .img {
  background-position: center center;
  background-repeat: no-repeat;
}
.industry .item-container .item .number {
  height: 50px;
  font-size: 50px;
  font-weight: bold;
  color: #0064ff;
  line-height: 50px;
  margin-top: 50px;
  letter-spacing: -1px;
  text-align: center;
}
.industry .item-container .item .desc {
  height: 20px;
  font-size: 20px;
  color: #3e3e3e;
  line-height: 20px;
  margin-top: 40px;
  text-align: center;
}
.news {
  background: #F9FAFC;
  padding-bottom: 30px;
}
.news .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .item-container .item {
  float: left;
  margin-top: 60px;
  display: block;
  width: 385px;
  height: 433px;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.news .item-container .item.end {
  margin-right: 0px;
}
.news .item-container .item:hover {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.news .item-container .item .img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
}
.news .item-container .item .text {
  padding: 20px 20px 0;
}
.news .item-container .item .text .title {
  font-size: 18px;
  color: #0064FF;
  line-height: 32px;
}
.news .item-container .item .text .date {
  padding-top: 5px;
  font-size: 14px;
  color: #9F9F9F;
  line-height: 28px;
}
.news .item-container .item .text .desc {
  padding-top: 5px;
  font-size: 14px;
  color: #3E3E3E;
  line-height: 28px;
}
.news .more {
  clear: both;
  padding-top: 30px;
}
.news .more .more_btn {
  clear: both;
  width: 130px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 14px;
  color: #0064FF;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .more .more_btn:hover {
  color: #0A27FF;
}
.project {
  background: #f0f4f9;
}
.project .page-container {
  padding-top: 60px;
}
.project .page-container .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project .page-container .item-container .item {
  width: 600px;
  height: 338px;
  position: relative;
  cursor: pointer;
}
.project .page-container .item-container .item img {
  width: 100%;
  height: 100%;
}
.project .page-container .item-container .item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 100, 255, 0.5);
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project .page-container .item-container .item .mask .text {
  padding: 168px 0 0 354px;
}
.project .page-container .item-container .item .mask .text .title {
  height: 32px;
  line-height: 32px;
  border-left: 10px solid #ffffff;
  font-size: 28px;
  padding-left: 20px;
}
.project .page-container .item-container .item .mask .text .desc {
  line-height: 36px;
  font-size: 18px;
  padding: 20px 0 0 30px;
}
.project .page-container .item-container .item .mask:hover {
  opacity: 1;
}
.partners {
  background-size: cover;
  background: #F9FAFC;
}
.partners .partners_swiper {
  width: 100%;
  height: 440px;
  overflow: hidden;
  padding-top: 60px;
}
.partners .partners_swiper .swiper-slide {
  width: 100% !important;
}
.partners li {
  width: 260px;
  height: 120px;
  float: left;
  margin: 10px 53px 10px 0;
}
.partners li img {
  width: 100%;
}
.partners li.end {
  margin-right: 0;
}
.partners .swiper-pagination {
  position: static;
}
.partners .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(62, 62, 62, 0.2);
  opacity: 1;
  margin: 0 10px;
  outline: none;
}
.partners .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3E3E3E;
}
.about {
  background: #f0f4f9;
  overflow: hidden;
  padding-bottom: 60px;
}
.about .page-container {
  padding-top: 60px;
}
.about .text {
  width: 480px;
  padding-top: 30px;
  line-height: 28px;
  font-size: 14px;
  float: left;
}
.about .text p {
  padding-bottom: 20px;
}
.about .text .more_btn {
  font-size: 14px;
  color: #0064FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about .text .more_btn:hover {
  color: #0A27FF;
}
.about .img {
  float: right;
  width: 640px;
}
.about .img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .science .item-container {
    padding: 0 10px;
  }
  .science .item-container .item {
    width: 31.5%;
    height: 390px;
  }
  .news .item-container {
    padding: 0 10px;
  }
  .news .item-container .item {
    width: 31.5%;
  }
  .partners .partners_swiper {
    width: 760px;
    height: 350px;
    overflow: hidden;
    padding-top: 60px;
    margin: 0 auto;
  }
  .partners .partners_swiper .swiper-slide {
    width: 100% !important;
  }
  .partners li {
    width: 150px;
    height: 80px;
  }
  .industry .item-container .item {
    padding-top: 80px;
  }
  .industry .item-container .item .item_size {
    width: 200px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .project .page-container .item-container {
    width: 940px;
    margin: 0 auto;
  }
  .project .page-container .item-container .item {
    width: 470px;
    height: 265px;
  }
  .project .page-container .item-container .item .mask .text {
    padding: 128px 0 0 274px;
  }
  .about .item-container {
    padding: 0 20px;
  }
  .about .text {
    width: 414px;
    padding-top: 0;
  }
  .about .img {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 1120px) {
  .img_banner {
    height: 33rem;
  }
  .science .item-container .item {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
  }
  .science .item-container .item img {
    width: 90px;
    margin: 30px 0 0;
  }
  .science .item-container .item .line {
    display: none;
  }
  .science .item-container .item .desc {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .banner .img_1 {
    width: 420px;
    margin-left: 20px;
  }
  .banner .img_2 {
    width: 240px;
  }
  .banner .img_3 {
    width: 510px;
    top: 340px !important;
  }
}
@media screen and (max-width: 870px) {
  .partners .partners_swiper {
    width: 696px;
  }
  .partners li {
    margin: 10px 30px 10px 0;
  }
  .project .page-container .item-container {
    width: 96%;
    margin: 0 auto;
  }
  .project .page-container .item-container .item {
    width: 50%;
    height: auto;
  }
  .project .page-container .item-container .item .mask .text {
    padding: 90px 0 0 180px;
  }
  .block-title {
    padding-top: 40px;
    font-size: 20px;
    line-height: 20px;
  }
  .block {
    padding-bottom: 40px;
  }
  .industry .item-container {
    padding-top: 40px;
  }
  .industry .item-container .item {
    margin-top: -50px;
    padding-top: 0px;
    width: 140px;
    margin-left: -10px;
  }
  .industry .item-container .item .item_size {
    margin: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .science .item-container .item {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 100, 255, 0.2);
    margin-top: 40px;
  }
  .science .item-container .item img {
    width: 90px;
    margin: 30px 0 0;
  }
  .science .item-container .item .title {
    margin-top: 30px;
  }
  .science .item-container .item .line {
    display: none;
  }
  .science .item-container .item .desc {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .about .item-container {
    padding: 0 20px 40px;
  }
  .about .text {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .about .img {
    width: 100%;
    float: none;
    margin: 0 auto;
    height: auto;
    padding-bottom: 20px;
  }
  .banner .img_1 {
    width: 330px;
    margin-left: 20px;
    margin-top: -30px;
  }
  .banner .img_2 {
    width: 200px;
  }
  .banner .img_3 {
    width: 460px;
    top: 364px !important;
  }
  .banner {
    height: 750px;
  }
}
@media screen and (max-width: 800px) {
  .img_banner {
    height: 23rem;
  }
}
@media screen and (max-width: 700px) {
  .partners .partners_swiper {
    width: 600px;
  }
  .partners li {
    width: 140px;
    height: 65px;
    margin: 10px 13px 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .img_banner {
    height: 16.5rem;
  }
  .science .item-container .item {
    width: 85vw;
    height: auto;
    padding-bottom: 30px;
  }
  .partners .partners_swiper {
    width: 345px;
    height: 160px;
    padding: 30px 0;
    margin: 0 auto;
    min-width: 345px;
  }
  .partners .partners_swiper .swiper-slide {
    width: 100% !important;
  }
  .partners .partners_swiper ul {
    padding: 0 26px;
  }
  .partners .partners_swiper ul li {
    width: 77px;
    height: 40px;
    margin: 10px 30px 10px 0;
  }
  .partners .partners_swiper ul li img {
    width: 77px;
    height: 40px;
  }
  .partners .partners_swiper ul li.end {
    margin-right: 0;
  }
  .industry .item-container {
    padding-top: 40px;
  }
  .industry .item-container .item {
    margin-top: -50px;
    padding-top: 0px;
    margin-left: 0px;
    width: 50%;
    height: 310px;
  }
  .industry .item-container .item .item_size {
    width: 48vw;
    margin: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .project .page-container .item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .project .page-container .item-container .item {
    width: 330px;
    height: 190px;
  }
  .project .page-container .item-container .item .mask .text {
    padding: 80px 0 0 150px;
  }
  .project .page-container .item-container .item .mask .text .title {
    height: 24px;
    line-height: 24px;
    border-left: 6px solid #ffffff;
    font-size: 20px;
    padding-left: 15px;
  }
  .project .page-container .item-container .item .mask .text .desc {
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0 0 21px;
  }
  .banner .img_1 {
    width: 240px;
    margin-left: 20px;
    margin-top: -50px;
  }
  .banner .img_2 {
    width: 180px;
    margin-top: 100px;
    margin-right: 0px ;
  }
  .banner .img_3 {
    top: 380px !important;
    width: 330px;
  }
  .banner {
    height: 660px;
  }
  .banner .bg {
    height: 520px;
  }
}
@media screen and (max-width: 420px) {
  .news .item-container .item {
    width: 85vw;
  }
  .industry .item-container .item {
    margin-left: -10px;
  }
}
@media screen and (max-width: 320px) {
  .banner .img_2 {
    width: 180px;
    margin-top: 130px;
    margin-right: 0px;
  }
  .banner .img_3 {
    width: 280px;
    top: 420px !important;
  }
  .partners .partners_swiper {
    width: 300px;
    min-width: 300px;
  }
  .partners .partners_swiper ul {
    padding: 0 0px;
  }
  .partners .partners_swiper ul li {
    margin: 10px 30px 10px 0;
  }
  .project .page-container .item-container .item {
    width: 300px;
    height: 180px;
  }
  .industry .item-container .item .item_size {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
