@charset "UTF-8";
img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}

a {
  color: #252b3a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

body {
  font-size: 14px;
  background-size: cover;
  -ms-behavior: url(../css/backgroundsize.min.htc);
  behavior: url(../css/backgroundsize.min.htc);
}
@keyframes change {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logon{
  background-color: rgba(232,240,250,0.6);
  color: #28293c !important;
}
.bold{
  font-weight: bold;
}
.hyfa_banner {
  position: relative;
  overflow: hidden;
}
.hyfa_banner img {
  width: 100%;
}
.hyfa_banner .text {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}
.hyfa_banner .text .w1440 {
  position: relative;
}
.hyfa_banner .text h3 {
  margin-bottom: 8px;
  font-size: 42px;
}
.hyfa_banner .text .banner-text {
  width: 33%;
  margin: 25px 0 55px;
  font-size: 18px;
}
.hyfa_banner_link a {
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
}
.hyfa_banner_link a:nth-child(2) {
  color: #333333;
  background: white;
  border: none;
  height: 40px;
  line-height: 40px;
}
.hyfa_banner_link a:nth-child(3) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
}
/*.hyfa_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.hyfa_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.hyfa_banner_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.hyfa_banner_link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}
.s-title {
  text-align: center;
}
.s-title h2 {
  font-weight: bold;
  color: #28293b;
  margin-bottom: 1.2vw;
  line-height: 1.3;
}
.s-title p {
  color: #565d6d;
  line-height: 1.8;
  width: 78%;
  margin: 0 auto;
}
.starting {
  padding: 65px 0 40px;
  text-align: center;
}
.starting_sub {
  width: 1045px;
  color: #575d6c;
  margin: 20px auto 10px;
}

.starting div img.tu {
  width: 100%;
  margin-top: 1vw;
  box-shadow: 5px 9px 40px 0px rgba(0, 67, 205, 0.1);
}
.starting_m {
  color: #0086f1;
}
.starting_m::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 1px solid #0086f1;
  border-top: 1px solid #0086f1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
.starting_m:hover::after {
  margin-left: 15px;
  transition: 0.5s;
}

/* 选择 */

.fw_choose {
  padding: 4vw 0 4vw;
  background: url(../images/fwyzc/fwyzc_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.fw_choose .ctn-top {
  margin-top: 1.5vw;
}
.fw_choose .ctn-top ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.fw_choose .ctn-top ul li {
  width: 49%;
  margin-bottom: 1.5vw;
  height: 303px;
  box-shadow: 5px 9px 40px 0px rgba(0, 67, 205, 0.1);
  border-radius: 5px;
}
.fw_choose .ctn-top ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 5px 9px 40px 0px rgba(0, 67, 205, 0.1);
  border-radius: 5px;
}
.fw_choose .ctn-top ul li a .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fw_choose .ctn-top ul li a .dis {
  position: absolute;
  left: 2vw;
  top: 2.8vw;
}
.fw_choose .ctn-top ul li:nth-child(3n){
 width: 100%;
}
.fw_choose .ctn-top ul li:nth-child(3n) a .dis{
 top:50%;
 transform: translateY(-50%);
 }
 .fw_choose .ctn-top ul li:nth-child(3n) a h3{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 5vw;
  }
.fw_choose .ctn-top ul li h2 {
  font-weight: bold;
  color: #28293c;
}
.fw_choose .ctn-top ul li p {
  width: 90%;
  color: #28293c;
  margin: 1vw 0 1.5vw;
}
.fw_choose .ctn-top ul li h3 {
  display: inline-block;
  padding: 10px 30px;
  color: #009dfd;
  border-radius: 5px;
  border: 1px solid #009dfd;
}
.fw_choose .ctn-top ul li h3 span:after {
  content: ">";
  margin-left: 6px;
}

.fw_choose .ctn-top ul li:hover h2 {
  color: #fff;
}
.fw_choose .ctn-top ul li:hover p {
  color: #fff;
}
.fw_choose .ctn-top ul li:hover h3 {
  border: 1px solid #fff;
  background: #fff;
}

.fw_choose .ctn-bottom {
  margin-top: 30px;
  box-shadow: 5px 9px 40px 0px rgba(0, 67, 205, 0.1);
  border-radius: 5px;
  background-image: url(../images/fwyzc//bg7.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  overflow: hidden;
  padding: 4.5vw 5vw;
  display: flex;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fw_choose .ctn-bottom h2 {
  font-weight: bold;
  color: #000;
  width: 270px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fw_choose .ctn-bottom p {
  width: 54%;
  color: #5c5c5c;
  line-height: 1.6;
}
.fw_choose .ctn-bottom:hover {
  background-image: url(../images/fwyzc//bg8.jpg);
}
.fw_choose .ctn-bottom:hover h2 {
  color: #fff;
}
.fw_choose .ctn-bottom:hover p {
  color: #fff;
}

/* 解决方案 */

.fw_solution {
  padding: 4vw 0 5vw;
  overflow: hidden;
}
.fw_solution .tu {
  margin-top: 1vw;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.fw_solution .tu img {
  width: 100%;
}
.fw_solution .tu .ctn-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fw_solution .tu .ctn-swiper ul {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.fw_solution .tu .ctn-swiper ul li {
  position: relative;
}
.fw_solution .tu .ctn-swiper ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.fw_solution .tu .ctn-swiper ul li .text {
  position: absolute;
  width: 76%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.fw_solution .tu .ctn-swiper ul li .text h2 {
  font-weight: bold;
  position: relative;
  transform: translateY(3vw);
  -moz-transform: translateY(3vw);
  -webkit-transform: translateY(3vw);
  -ms-transform: translateY(3vw);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fw_solution .tu .ctn-swiper ul li .text p {
  line-height: 1.6;
  margin-top: 1vw;
  position: relative;
  transform: translateY(3vw);
  -moz-transform: translateY(3vw);
  -webkit-transform: translateY(3vw);
  -ms-transform: translateY(3vw);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fw_solution .tu .ctn-swiper ul li:nth-child(2):before {
  background: rgba(0, 0, 0, 0.5);
}
.fw_solution .tu .ctn-swiper ul li:nth-child(3):before {
  background: rgba(0, 0, 0, 0.5);
}
.fw_solution .tu .ctn-swiper ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fw_solution .tu .ctn-swiper ul li:hover:before {
  opacity: 1;
}
.fw_solution .tu .ctn-swiper ul li:hover .text h2 {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.fw_solution .tu .ctn-swiper ul li:hover .text p {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}
.unhover {
  opacity: 1;
}
.hover {
  opacity: 0;
}
@media only screen and (max-width: 1366px) {
  .starting {
    padding: 65px 0 30px;
  }
}


@media screen and (max-width: 768px) {
  .hyfa_banner{
    height: 6rem!important;
  }
  .fnt32{
    font-weight: bold;
  }
  .hyfa_banner img {
    position: relative;
    right: 0;
  }
  .hyfa_banner .text {
    text-align: left;
  }
  .hyfa_banner .text .fnt_42 {
    font-size: 24px;
  }

  .hyfa_banner_link a {
    float: none;
    display: inline-block;
  }

  .hyfa_banner .text .banner-text {
width:100%;
    margin: 6px 0 0 0;
    font-size: 16px;
  }
  .hyfa_banner img {
    width: 100%;
    position: relative;
    right: 0;
  }

  .hyfa_banner_link a {
    float: none;
    display: inline-block;
  }
  .s-title h2 {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.5;
  }
  .s-title p {
    width: 100%;
    line-height: 1.6;
  }
  .starting_m {
    display: block;
    margin-top: 20px;
  }
  .starting_tit {
    font-size: 24px;
    font-weight: bold;
  }
  .starting {
    padding: 30px 0;
  }
  .starting_sub {
    margin: 10px auto 20px;
  }
  .starting_img {
    overflow: scroll;
    height: 400px;
  }
  .starting .starting_img img {
    height: 100%;
    width: auto;
  }
  .fw_choose {
    padding: 30px 0;
  }
  .fw_choose .ctn-top {
    margin-top: 30px;
  }
  .fw_choose .ctn-top ul li {
    width: 100%;
    height: 4rem;
  }
  .fw_choose .ctn-top ul li a .dis{
    top:52px;
    left:20px;
  }

  .fw_choose .ctn-top ul li h2 {
    font-size: 18px;
  }
  .fw_choose .ctn-top ul li p {
    margin: 14px 0 20px;
  }
  .fw_choose .ctn-top ul li h3 {
    padding: 8px 24px;
  }
  .fw_choose .ctn-top ul li:not(:first-child) {
    margin-top: 20px;
  }
  .fw_choose .ctn-bottom {
    margin-top: 20px;
    display: block;
    padding: 20px;
    height: 189px;
  }
  .fw_choose .ctn-bottom h2 {
    width: auto;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .fw_choose .ctn-bottom p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  .fw_solution {
    padding: 30px 0;
  }
  .fw_solution .tu {
    margin-top: 30px;
  }
  .fw_solution .tu img {
    position: absolute;
    width: 100%;
    height: 180px;
  }
  .fw_solution .tu .ctn-swiper {
    padding-bottom: 40px;
    position: relative;
  }
  .fw_solution .tu .ctn-swiper ul li {
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
  }
  .fw_solution .tu .ctn-swiper ul li:before {
    background-size: cover;
    opacity: 1;
  }
  .fw_solution .tu .ctn-swiper ul li .text {
    width: 80%;
  }
  .fw_solution .tu .ctn-swiper ul li .text h2 {
    transform: translateY(0);
  }
  .fw_solution .tu .ctn-swiper ul li .text p {
    transform: translateY(0);
    opacity: 1;
    font-size: 14px;
    margin-top: 14px;
  }
  .fw_solution .tu .ctn-swiper .swiper-pagination {
    bottom: 0;
  }
  .fw_solution .tu .ctn-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .fw_solution
    .tu
    .ctn-swiper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: #009dfd;
  }
}

/* 视频播放 */
.hyfa_banner.video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22.5%;
}

.hyfa_banner.video-btn a {
  display: block;
  position: relative;
}

.hyfa_banner.video-btn img {
  position: relative;
  z-index: 2;
  width: 80px;
}

.hyfa_banner .video-btn a:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: water 1.5s linear infinite;
  animation: water 1.5s linear infinite;
}

#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
  width: 100%;
}

#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
.vio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99;
}

.vio .video {
  width: 80%;
  position: relative;
}

.vio .video video {
  width: 100%;
}

.vio_flx {
  display: flex;
}

.video svg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 66;
  cursor: pointer;
}
