@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(https://m.kingdee.com/r/cms/www/mobile/v02/css/backgroundsize.min.htc);
  behavior: url(https://m.kingdee.com/r/cms/www/mobile/v02/css/backgroundsize.min.htc);
  overflow-x: hidden;
}

@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-moz-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-webkit-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-o-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.yxhb_banner {
  position: relative;
  overflow: hidden;
}

.yxhb_banner img {
  width: 100%;
}

.yxhb_banner .text {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}

.yxhb_banner .text .w1440 {
  position: relative;
}

.yxhb_banner .text h3 {
  margin-bottom: 8px;
  font-size: 42px;
}

.yxhb_banner .text .banner-text {
  margin-bottom: 20px;
  font-size: 18px;
  width: 43.75%;
  margin: 25px 0 55px;
}

.yxhb_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;
}

.bold {
  font-weight: 600;
}

/*.yxhb_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.yxhb_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.yxhb_banner_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.yxhb_banner_link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.manage {
  padding: 3.64% 0 2.64%;
}

.manage h2 {
  font-weight: bold;
  text-align: center;
}

.manage_sum {
  width: 64%;
  text-align: center;
  margin: 30px auto 65px;
  color: #575d6c;
}

.EBC-intro-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.EBC-intro-list ul li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}

.EBC-intro-list ul li .icon {
  max-width: 85px;
  margin: 0 auto 20px;
  width: 68px;
  height: 64px;
}

.EBC-intro-list ul li .icon img {
  max-width: 100%;
  transition: all .5s;
  width: 100%;
}

.EBC-intro-list ul li .txt {
  padding: 0 10%;
}

.EBC-intro-list ul li .txt h3 {
  text-align: center;
  margin-bottom: 12px;
}

.EBC-intro-list ul li .txt p {
  color: #575d6c;
  line-height: 28px;
  font-size: 16px;
text-align: left;
}

/* end */


.product_detail_experience .top_title {
  text-align: center;
  padding-top: 4.48%;
}

.product_detail_experience .big_title {
  margin-bottom: 12px;
  font-weight: 600;
}


.product_detail_list li {
  padding: 5.57% 0;
}

.product_detail_list li:first-child {
  padding-top: 3.57%;
}

.product_detail_list li .w1440 {
  position: relative;
}

.product_detail_list li .left {
  width: 46%;
  float: left;
  position: relative;
}

.product_detail_list li .left img {
  max-width: 100%;
}

/* .product_detail_list li .left:hover img:first-child{transform: scale(1.04);transition: all 0.6s ease-out;} */
.product_detail_list li .left .img_small {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.product_detail_list li .right {
  width: 45%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}



.product_detail_list li:nth-child(even) {
  background: #f5f7fa;
}

.product_detail_list li:nth-child(even) .left {
  float: right;
}

.product_detail_list li:nth-child(even) .right {
  right: auto;
  left: 0;
}

.product_detail_list li .right .title {
  margin-bottom: 18px;
  color: #000;
}

.product_detail_list li .right .des {
  line-height: 1.625em;
  color: #000;
}

.product_detail_list li .right .txt {
  margin-bottom: 32px;
}

.product_detail_list li .right .txt p {
  margin-top: 10px;
  position: relative;
  padding-left: 34px;
  /*float: left;
	width: 50%;*/
}

.product_detail_list li .right .txt p:last-child {
  width: auto;
}

.product_detail_list li .right .txt p:before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../../images/finance/dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: 6px;
}

.product_detail_list li .right .txt p span {
  width: 40%;
  display: inline-block;
}

.product_detail_list li .right .txt p span:nth-child(2) {
  padding-left: 34px;
  position: relative;
}

.product_detail_list li .right .txt p span:nth-child(2):before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../images/finance/dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: 6px;
}

.product_detail_list li .product_detail_link {
  position: relative;
}

.product_detail_list li .product_detail_link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #7b7d7e;
  color: #7b7d7e;
}

.product_detail_list li .product_detail_link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  border: none;
  height: 40px;
  line-height: 40px;
}

.product_detail_list li .product_detail_link a .iconfont {
  opacity: 0;
  transition: all 0.4s;
}

.product_detail_list li .product_detail_link a:hover .iconfont {
  opacity: 1;
  margin-left: 10px;
}



.product_detail_list li .product_detail_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_detail_list li .product_detail_link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}

@media only screen and (max-width: 1440px) {
  .product_detail_list li .right .title {
    margin-bottom: 10px;
  }

  .product_detail_list li .right .txt p {
    margin-top: 10px;
  }

  .product_detail_list li .right .txt {
    margin-bottom: 20px;
  }

  .product_detail_list li .right {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) {
  .product_detail_list li .left {
    width: 46%;
  }

  .product_detail_list li .left .img_small {
    max-width: 50%;
  }

  .starting {
    padding: 30px 0 30px;
  }

  .tab_b {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1210px) {
  .product_detail_list li .right {
    right: 20px;
  }

  .product_detail_list li:nth-child(even) .right {
    left: 20px;
  }
}

.starting_tit {
  margin-bottom: 2vw;
}

.starting {
  background-color: #f6f7fb;
  padding: 65px 0 40px;
  text-align: center;
}

.starting_sub {
  color: #575d6c;
  margin: 20px auto 20px;
  width: 72.9%;
}

.starting img {
  width: 100%;
}

/* .starting img:hover{
	transform: scale(1.05);
} */
.starting_m {
  display: inline-block;
  width: 196px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  text-align: center;
  line-height: 42px;
  color: #7b7d7e;
  margin: 2.34375vw auto 0;
  box-sizing: border-box;
  cursor: pointer;
}

.starting_m:hover::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}

.starting_m:hover::after {
  margin-left: 15px;
  transition: 0.5s;
}

/* end */
.anli .swiper-slide .sw_bg {
  width: 100%;
}
.anli .main-tit{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	color: #fff;
}
.anli_txt {
  width: 1440px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  color: white;
  z-index: 2;
}

.anli_txt>div {
  width: 46.8%;
}

.anli_top {
  display: flex;
  align-items: center;
}

.anli_top h3 {
  font-weight: 600;
  margin-right: 30px;
}

.anli .anli_des {
  margin: 1.71875vw 0 1.823vw 0;

}

.anli .anli_innovate {
  display: flex;
}

.anli .anli_innovate div {

  background-color: rgb(0 0 0 / 30%);
  flex: 0 0 32.37%;
  border-radius: 5px;
  padding: 1.25vw 1.5625vw 2vw;
  box-sizing: border-box;
}

.anli .anli_innovate div p:first-child {
  font-weight: 600;
}

.anli .anli_innovate div:nth-child(2) {
  margin: 0 10px;
}

.anli .anli_innovate div .anli_opa {
  opacity: 0.9;
  margin-top: 8px;
}

.anli .anli_sayimg {
  position: relative;
  margin-top: 55px;
  margin-left: 50px;
}

.anli .anli_sayimg::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://www.kingdee.com/r/cms/www/default/v02/images/EBC/img_EBC03.png) 0 0/cover no-repeat;
  position: absolute;
  left: -50px;
  top: -30px;
}

.anli .anli_sayimg p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.875;
  /* font-style: italic; */
}

.anli .anli_sayimg p.end {
  font-style: normal;
  text-align: right;
  margin-top: 10px;
  color: #ffffff;
}

.shadow {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  display: none;
}

.anli_tit {
  margin: 50px 0 25px;
}

.anli_more {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  width: 126px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
  /* margin-top: 40px; */
  /* padding: 0 35px; */
}

.anli_more:after {
  transform: translateY(-1px);
  content: "";
  transition: all .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;
  display: none;
}

.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 .title {
  text-align: center;
}

.anli_logo .title h3 {
  font-weight: 600;
}

.anli_logo img {
  width: 100%;
}

.anli_logo {
  margin: 40px auto;
}

@media only screen and (min-width: 1920px) {
  .anli .anli_des {
    margin: 40px 0;
  }

  .anli .anli_sayimg {
    margin-top: 75px;
  }
}

@media screen and (max-width: 1600px) {
  .anli_txt {
    top: 18%;
    left: 55%;
  }
}

@media screen and (max-width: 1500px) {
  .anli_txt {
    width: 1200px;
    top: 15%;
  }

  .anli_txt>div {
    width: 56%;
  }

  .anli .swiper-pagination {
    width: 1200px;
    bottom: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .anli_txt {
    width: 1100px;
    top: 50px;
    left: 55%;
  }

  .anli .swiper-pagination {
    width: 1100px;
  }
}

@media screen and (max-width: 1440px) {
  .EBC-intro-list ul li .txt {
    padding: 0 6%;
  }

}

@media only screen and (max-width: 1280px) {
  .yxhb_banner .text h2 {
    font-size: 36px;
  }

  .yxhb_banner .text h3 {
    font-size: 36px;
  }
}

@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 screen and (max-width: 768px) {
  .yxhb_banner img {
    height: 6.6rem;
    width: auto;
    position: relative;
    right: 0;
  }

  .yxhb_banner .text {
    text-align: center;
  }

  .yxhb_banner .text .fnt_42 {
    font-size: 24px;
  }

  .yxhb_banner .text .banner-text {
    font-size: 16px;
  }

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

  .EBC-intro-list ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .EBC-intro-list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .EBC-intro-list ul li .icon {
    margin-bottom: 10px;
    max-width: 48px;
    text-align: center;
    height: 37px;
  }

  .EBC-intro-list ul li .icon img {
    width: auto;
    max-height: 100%;
    object-fit: contain;
  }

  .EBC-intro-list ul li .txt h3 {
    margin-bottom: 6px;
    font-weight: bold;
  }

  .EBC-intro-list ul li .txt p {
    font-size: 14px;
    line-height: 20px;
  }

  .product_detail_list li .left {
    display: none;
  }

  .product_detail_list li .right {
    float: none;
    width: 100%;
    position: relative;
    right: inherit;
    transform: inherit;
    top: inherit;
    left: inherit !important;
    right: inherit !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0.3rem;
  }

  .product_detail_list li .right::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0.06rem;
    background-color: #0086f6;
    left: 0;
    top: 0;
  }

  .manage h2 {
    font-size: 24px;
    padding: 0 20px;
  }

  .product_detail_experience .big_title {
    font-size: 0.4rem;
    width: 80%;
    margin: auto;
  }

  .product_detail_list li:nth-child(even) {
    background-color: white;
  }

  .product_detail_list li .product_detail_link a {
    float: none;
    display: inline-block;
  }

  .product_detail_list li .right .title {
    font-size: 0.32rem;
  }

  .product_detail_list li .right .des {
    font-size: 16px;
    color: #888888;
  }

  .product_detail_list li .right .txt {
    margin-top: 10px;
  }

  .product_detail_list li .right .txt p {
    font-size: 14px;
    color: #888888;
  }

  .product_detail_list li {
    padding: 10px 0;
  }

  .product_detail_experience .top_title {
    padding-top: 0.6rem;
  }

  .product_detail_experience {
    padding-bottom: 0.7rem;
  }

  .product_detail_experience .big_title {
    font-size: 24px;
    font-weight: bold;

  }

  .starting_m {
    display: block;
    margin-top: 20px;
  }

  .starting_tit {
    font-size: 24px;
    font-weight: bold;
    margin: 30px auto 45px;
  }

  .starting {
    padding: 30px 0;
  }

  .starting_sub {
    margin: 10px auto 20px;
  }

  .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;
  }
}

.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.6);
  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);
}