@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);
  }
}

.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) {
  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;
}
/* 概述 */
.cloud-intro {
  padding: 3% 0;
}
.cloud-intro img {
    width: 50%;
margin:0 auto;
    display: block;
    line-height: 0;
    font-size: 0;
    transition: all 0.3s;
}
.cloud-intro .tit {
  color: #28293c;
  font-weight: bold;
  text-align: center;
}
.cloud-intro .subtit {
  color: #565d6d;
  text-align: center;
  margin-top: 2%;
}
.cloud-intro .img {
  margin: 1% auto;
  position: relative;
  color: #fff;
}
.cloud-intro .img .pic {
  position: relative;
  z-index: 5;
}
.cloud-intro .img .arr {
  width: 44.5%;
  position: absolute;
  bottom: 19.5%;
  left: 27.75%;
  z-index: 3;
  animation: change 20s linear 0s infinite;
}
.cloud-intro .img .bg {
  width: 31.2%;
  position: absolute;
  bottom: 15%;
  left: 34.4%;
  z-index: 4;
}
/* end */
.common_tit{
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
/* 轮播 */
.anli .swiper-slide .sw_bg {
  width: 100%;
}
.anli_txt {
  width: 1440px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  color: white;
  z-index: 2;
}
.anli_txt > div {
  width: 45.8%;
}
.shadow {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.anli_tit {
  margin: 50px 0 25px;
}
.anli_more {
  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;
  margin-top: 40px;
}
.anli_more:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.anli_more:hover:after {
  content: "\e683";
  margin-left: 5px;
}
.anli .swiper-pagination {
  position: absolute;
  width: 1440px;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: left;
}
.anli .swiper-pagination-bullet {
  background: white;
  width: 10px;
  height: 10px;
}
.anli_prev {
  position: absolute;
  left: 5%;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  border-top: 4px solid rgba(255, 255, 255, 0.8);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.5s;
  cursor: pointer;
  z-index: 2;
}
.anli_next {
  position: absolute;
  right: 5%;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  border-top: 4px solid rgba(255, 255, 255, 0.8);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
  cursor: pointer;
  z-index: 2;
}
.anli_logo div {
  position: relative;
  float: left;
  width: calc(100% / 7);
  text-align: center;
  margin-bottom: 40px;
  height: 72px;
}
.anli_logo img {
  width: 100%;
}
.anli_logo {
  margin: 40px auto 40px;
}
/* answer */
.answer {

  padding-bottom: 4%;
}

.answer h3 {
  text-align: center;
  font-weight: bold;
}

.answer li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ans_tit {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding-left: 50px;
}

.ans_tit::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* background: url(../v02/images/system/icona.png); */
  background: url(https://www.kingdee.com/r/cms/www/default/v02/images/system/icona.png);
  background-size: cover;
}

.ans_des {
  color: #666a75;
  margin-top: 15px;
  /* line-height: 22px; */
  display: none;
  font-size: 18px;
  padding-left: 48px;
}

.ans_act::before {
  background: url(https://www.kingdee.com/r/cms/www/default/v02/images/system/iconb.png);
  /* background: url(../v02/images/system/iconb.png); */
}
.chose_phone {
  display: none;
}
.banner_phone {
  display: none;
}
.chose_phone .swiper-container {
  padding-bottom: 2px;
}
.mob_img {
  display: none;
}
.swiper-pagination {
  position: relative;
  margin-top: 30px;
}
/* 视频播放 */
.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;
}
.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: 60%;
  position: relative;
}
.vio .video video {
  width: 100%;
}
.vio_flx {
  display: flex;
}
.video svg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 66;
  cursor: pointer;
}
#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);
}
/* end */
.choose_flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.choose_flx > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3.472em;
  height: 284px;
  line-height: 1;
  border-radius: 10px;
  width: calc((100% - 30px) / 2);
}
.choose_tip {
  color: #3a86e9;
}
.choose_tit {
  margin: 20px 0 14px;
}
.choose_more {
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  color: #fff;
  background: #3a86e9;
  box-sizing: content-box;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.choose_more:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.choose_more:hover::after {
  content: "\e683";
  margin-left: 5px;
}
.choose {
  padding-bottom: 100px;
}

.EASC-anli .anli_txt > div {
  width: calc(867%/1440*100);
}

.EASC-anli .anli_txt .fnt_20 {
  line-height: 1.6;
}

.EASC-anli .swiper-pagination {
  bottom: 50px;
}

.anli_logo div {
  margin-bottom: 25px;
}
.pc{
display:block;
}
.mb{
display:none;
}
@media screen and (max-width: 1780px) {
  .EASC-anli .anli_txt {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1440px) {
  .EASC-anli .anli_txt > div {
    width: 60%;
  }
  .EASC-anli .anli_tit {
    margin: 30px 0 20px;
  }
  .banner-EASC .text .banner-text {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1280px) {
  .EASC-anli .anli_txt > div {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .easc-intro-list ul li .icon {
    width: 50px;
  }
  .EASC-anli .swiper-pagination {
    bottom: 20px;
  }
  .anli .swiper-pagination {
    padding: 0 20px;
  }
  .anli .swiper-slide .sw_bg {
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .anli_txt {
    width: 1200px;
  }
  .anli .swiper-pagination {
    width: 1200px;
    bottom: 20px;
  }
  .evaluate_flx > img {
    width: 25%;
  }
}
@media screen and (max-width: 1366px) {
  .anli_txt {
    width: 1100px;
  }
  .anli .swiper-pagination {
    width: 1100px;
  }
  .pingtai_tit {
    margin: 30px auto 10px;
  }
}
@media screen and (max-width: 1210px) {
  .anli_txt {
    width: 100%;
    padding: 0 60px;
    top: 20px;
  }
  .anli .swiper-pagination {
    width: 100%;
    padding: 0 60px;
  }
  .anli_tit {
    margin: 20px 0 10px;
  }
  .anli_prev {
    left: 20px;
  }
  .anli_next {
    right: 20px;
  }
  .anli_logo img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .hyfa_banner{
    height: 6rem!important;
  }
  .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 6px 0;
    font-size: 16px;
  }
  .cloud-intro {
    padding: 30px 0;
  }
  .cloud-intro .subtit {
    margin-top: 8px;
  }
  .cloud-intro .txt_t {
    font-size: 12px;
  }
  .cloud-intro .txt_b {
    font-size: 8px;
  }
  .anli .swiper-slide {
    height: 600px;
  }
  .anli .swiper-slide .sw_bg {
    height: 100%;
    width: auto;
  }
  .anli_txt > div {
    width: 100%;
  }
  .anli_txt {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .anli_prev {
    display: none;
  }
  .anli_next {
    display: none;
  }
  .anli_logo {
    display: none;
  }

  .choose_flx > div {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    height: auto;
  }
  .choose {
margin-top:7vw;
    padding-bottom: 30px;
  }
  .bannner_tit {
    margin-bottom: 10px;
  }
  .common_tit {
    line-height: 1.4;
  }
.EASC-anli .anli_tit {
    margin: 10px 0;
  }
  .EASC-anli .anli_more {
    margin-top: 20px;
  }
  .EASC-anli .anli_txt > div {
    width: 100%;
  }
  .EASC-anli .anli_txt {
    padding: 0 20px;
  }
 .EASC-anli .swiper-slide {
    height: 520px;
  }
  .shadow {
    display: none;
  }
  .anli .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .EASC-anli .anli_txt {
    top: auto;
    transform: translate(-50%, 0);
    bottom: 75px;
  }
  .EASC-anli .anli_tit {
    font-size: 16px;
  }
  .EASC-anli .anli_txt img {
    width: 76px;
  }
  .EASC-anli .anli_txt .fnt_20 {
    font-size: 14px;
  }
  .ans_tit::after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .ans_act::after {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
.pc {

  display: none;
}

.mb {
  display: block;
}

 .choose_flx .fnt_36{
font-size: 18px;
}
.hyfa_banner img {
  width: 100%;
  object-fit: cover;
}
}
