@font-face {
  font-family: PingFang;
  src: url('../fonts/PingFang-Regular.woff');
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: 72px;
  background: #fff;
}

.logo-box {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
}

.logo-color-left {
  display: block;
  margin-right: 20px;
}

.logo-color-left img {
  height: 48px;
  width: 141px;
}

.logo-color-right img {
  height: 22px;
  width: 22px;
  margin-right: 8px;
  margin-top: 3px;
}

.animation-zoom{
  animation: scaleDraw 5s ease-in-out infinite;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}

.small-box {
  display: flex;
  align-items: center;
}

.logo-box-text-left {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
}

.logo-box-text-right {
  font-size: 18px;
  font-weight: 400;
  color: #0086F1;
}

.banner-left-data {
  display: flex;
}

.head-conter {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 86px;
}

.head-conter-right {
  width: 260px;
  height: 200px;
  background: pink;
}

.head-conter-right ul li {
  list-style-type: none
}

.head-conter-right-in {
  margin-bottom: 5px;
  display: flex;

}

.head-conter-right-in .icon1 {
  width: 60px;
}

.liuge {
  width: 200px;
  margin: 0 auto;
  padding: 0;
}

.liangge {
  width: 150px;
  margin: 0 auto;
}

.shengqing {
  font-size: 22px;
  font-weight: 400;
  color: #0086F2;
}

.shiyong {

  font-size: 14px;
  font-weight: 300;
  color: #333333;
}

.conter-code {
  width: 75px;
}

.business-value-box-try {
  width: 156px;
  height: 45px;
  background: #0086F1;
  box-shadow: 0px 5px 9px 1px rgba(56, 255, 153, 0.35);
  text-align: center;
  line-height: 44px;
  color: #FFFFFF;
  font-size: 16px;
  margin: 50px auto 70px;



}

.financial-cloud {
  width: 476px;
  height: 67px;
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 10px;
}

.financial-cloud-conter {
  width: 510px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  padding-bottom: 15px;
  margin-bottom: 48px;
}

.banner-box {
  height: 522px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-box .bannerTu {
  position: absolute;
  width: 1920px;
  min-width: 1200px;
  height: 522px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.shuju-gai {
  width: 110px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: -5px;
}

.shuju-paiming {
  width: 510px;
  height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}

.Trophy {
  height: 38px;
}

.shuju {
  margin-left: 10px;
}

.head-conter-left {
  font-family: PingFang;
  margin-top: 70px;
}

.head-conter-right ul li img {
  margin-left: 3px;
}

.head-conter-right ul li input {
  border: none;
}

/* 表单css开始 */
.form {
  width: 380px;
  height: 350px;
  background: #FFFFFF;
  box-shadow: 1px 6px 10px 1px rgba(0, 134, 241, 0.1);
  border-radius: 12px;
}

.write-data {
  width: 300px;
  height: 40px;
  background: #E6F0F9;
}

.yanBox {
  width: 190px;
  background: #FFF !important;
  height: 40px;
}

.form .p1 {
  margin-top: 30px;
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 48px;
  color: #0086F2;
}

.form .p2 {
  height: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 48px;
  margin-bottom: 35px;
}

.write-data {
  background: #E6F0F9;
  display: flex;
  align-items: center;
  width: 300px;
  height: 40px;
  margin: 10px auto 0;
}

.write-data img {
  width: 16px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
}

.write-data input {
  height: 100%;
  flex: 1;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.write-data .code-btn {
  width: 100px !important;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: 14px;
  background: #0086F1;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  min-width: 104px;
}

.form .btn {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #0086F1;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
}

.yan {
  background: #E6F0F9;
  display: flex;
  align-items: center;
  width: 180px;
  height: 40px;
  line-height: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.form ::-webkit-input-placeholder {
  color: #777777;
}

.form :-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}

.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}

.form :-ms-input-placeholder {
  color: #777777;
}

.form input:focus,
textarea:focus {

  outline: none;

}

/* 表单css结束 */
.four-conter-lang {
  width: 1200px;
  margin: 0 auto;
}

.content-text-first {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  /* margin-top: 100px; */
  text-align: center;
  padding-top: 80px;
}

.content-text-second {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;

}

.four-conter {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: space-between;
}

.first-conter-tu {
  height: 50px;
  width: 146px;
}

.first-conter-text-one {
  width: 81px;
  height: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.first-conter-text-two {
  width: 145px;
  height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.second-conter {
  width: 200px;
  text-align: center;
}

.second-conter-tu {
  height: 54px;
  width: 174px;
}

.second-conter-text-one {
  width: 56px;
  height: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.second-conter-text-two {
  width: 167px;
  height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}

.third-conter-tu {
  width: 180px;
  height: 54px;
}

.thirdconter-text-one {
  width: 85px;
  height: 23px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.third-conter-text-two {
  width: 113px;
  height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}

.box-conter {
  width: 200px;
  text-align: center;
}

.box-conter .erJiDiv {
  width: 100%;
  text-align: center;
  margin-left: 15px;
}

.fourth-conter-tu {
  width: 170px;
  height: 54px;
}

.fourth-conter-text-one {
  width: 80px;
  height: 23px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.fourth-conter-text-two {
  width: 114px;
  height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;

}

.four-conter-box {
  position: relative;
}

.consult-btn {
  display: block;
  position: fixed;
  top: calc(70vh - 67px);
  right: 0;
  width: 68px;
  height: 68px;
  background: url("../images/aggregation-pc/rc1.jpg") center center no-repeat;
  z-index: 999999;
}
.consult-btn:hover {
  background: url("../images/aggregation-pc/rc1-2.jpg") center center no-repeat !important;
}

.tudian {
  width: 68px;
  height: 68px;
  /* position: absolute; */
  text-align: center;
  position: fixed;
  /* top: 156px; */
  top: 70vh;
  right: 0;
  z-index: 999999;
}

.hover-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006ad8;
  /* background-color: #005ABC; */
  cursor: pointer;
  z-index: 1;
}

.dtu {
  width: 24px;
  height: 24px;
  margin-top: 12px;

}

.lxwm {
  font-size: 12px;
  transform: scale(0.88);
  font-weight: 400;
  color: #FFFFFF;
}

.page-right-phone {
  position: absolute;
  top: 0;
  right: -280px;
  width: 280px;
  height: 68px;
  line-height: 68px;
  padding-right: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: text;
  transition: all 1s;
}
.page-right-phone > div {
  height: 100%;
  background-color: #2b6bd1;
}
.page-right-phone span:first-child {
  font-size: 24px;
}
.tudian:hover .hover-btn {
  background-color: #005ABC;
}

.tudian:hover .page-right-phone {
  transform: translateX(-348px);
  transition: all 1s;
}

.business-value-box {
  width: 100%;
  background: linear-gradient(180deg, #EAF3FC 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: 70px;
}

.product-box {
  margin-top: 0px;
}

.business-value {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.business-value .financial {
  width: 282px;
  height: 460px;
  padding: 30px;
  box-sizing: border-box;
}

.business-value .top-content {
  width: 100%;
  height: 204px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.business-value .top-content .top-content-item {
  width: 49.5%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
 }

.business-value .top-content .top-content-item .product-title {
  padding: 57px 64px 0px 64px;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.business-value .top-content .top-content-item .product-text {
  padding: 27px 64px 0px 64px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}


.agimages1 {
  background: url("../images/kingdee-Financialcloud/agimages.png") no-repeat;
  background-size: 100% 100%;
}

.agimages2 {
  background: url("../images/kingdee-Financialcloud/bgimages.png") no-repeat;
  background-size: 100% 100%;
}

.agimages3 {
  background: url("../images/kingdee-Financialcloud/cgimages.png") no-repeat;
  background-size: 100% 100%;
}

.agimages4 {
  background: url("../images/kingdee-Financialcloud/dgimages.png") no-repeat;
  background-size: 100% 100%;
}

.business-value-title {
  width: 96px;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}

.business-value-conter {
  width: 224px;
  height: 84px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
}

/* tab样式开始 */
.content-text {
  margin-left: 60px;
}

#content img {
  width: 562px;
  height: 281px;
}

.content-box1-text {
  width: 545px;
  height: 52px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;

}

.content-box2-text {
  margin-top: 10px;
}

.content-box2-text h1 {
  width: 36px;
  height: 17px;
  font-size: 18px;
  font-weight: 400;
  color: #0086F1;
  line-height: 24px;
}

.small-content {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  margin-top: 8px;
}

.content-tu-tu {
  margin-top: 33px;
}

.imgtext {
  display: flex !important;
  justify-content: space-between;

}

.tab-contain {
  width: 1200px;
}

.module-tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #777777;
  border-color: rgba(119, 119, 119, 0.2);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.module-tabs li {
  width: 330px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: red;
}

li a {
  display: block;
  position: relative;
  padding: 10px 0px;
  text-decoration: none;
  color: #444;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  border-radius: 20px 20px 0 0;
}

.current a {
  outline: 0;
  z-index: 4;
  color: #0086F2;
  border-bottom: 4px solid #0086F1;
}

/* .hoverItem a {
  color: red;
} */

#content {
  padding: 40px 0;
  position: relative;
}

.item {
  display: none;
}

.show {
  display: block !important;
}

.partner-box {
  width: 100%;
  margin: 37px auto 40px;
  display: flex;
  justify-content: space-between;
}

.partner-box-item {
  width: 285px;
  height: 125px;
  background: #FFFFFF;
  box-shadow: 1px 5px 13px 1px rgba(0, 134, 241, 0.23);
  text-align: center;
  line-height: 207px;
  margin-left: 20px;
  position: relative;
}

.partner-box-item img {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50% , -50%);
}

.partner-box div:first-child {
  margin-left: 0px;
}

.large-boxs {
  width: 1200px;
  /* height: 153px; */
  background: #F5FAFF;
  border: 1px solid #E2EBF5;
  margin: 0 auto;
}

.small-boxs1 {
  display: flex;
}

.small-boxs2 {
  display: flex;
  justify-content: flex-end;
}

.left-char {
  margin-left: 20px;
  margin-right: 60px;
  font-size: 80px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #888888;
}

.text {
  width: 919px;
  /* height: 48px; */
  font-size: 16px;
  font-weight: 400;
  color: #64778A;
  line-height: 32px;
  margin-top: 20px;
}

.content-text {
  height: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  line-height: 40px;
}

.right-char {

  font-size: 80px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #888888;
  line-height: 150px;
  margin-left: 41px;
  margin-top: -27px;
}

.jia-box {
  width: 400px;
  height: 52px;
  text-align: center;
  border-right: 1px solid #DEDEDE;
}

.test {
  border: none;
}

.shu-box {
  font-size: 30px;
  font-weight: 400;
  color: #2486EE;
  text-align: center;
}

.core-function-box #core-function-tabs li a{
  font-size: 20px;
}

#core-function-content {
  margin-top: 70px;
}

.core-top-content {
  width: 100%;
  height: 400px;
  display: flex;
}

.core-top-content-item {
  width: 50%;
}

.core-top-content-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.core-top-content-item-right-title {
  padding: 0px 0px;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.core-top-content-item-right-desc {
  font-size: 16px;
  font-weight: 400;
  color: #0086F1;
  line-height: 22px;
  padding: 0px 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.core-top-content-item-right-list {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 28px;
  text-decoration:none;
  list-style: disc;
}

.contract {
  font-size: 17px;
  font-weight: 400;
  color: #888888;
  text-align: center;
}

.reason-box {
  margin-bottom: 10px;
}

.reason {
  width: 100%;
  background: linear-gradient(180deg, #EAF3FC 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}

.reason-he-content {
  width: 32%;
  height: 334px;
  background: #FFFFFF;
  box-shadow: 1px 6px 10px 1px rgba(0, 134, 241, 0.1);
  border-top: 4px solid #0086F1;
  text-align: center;
}

.comprehensive {
  box-shadow: 0px 6px 9px 1px rgba(0, 134, 241, 0.1);
  background: rgba(255, 255, 255, 0.11)
}

.reason-he-content-tu {
  width: 51px;
  height: 51px;
  margin: 58px 116px 35px;
  text-align: center;
}

.reason-he-content-title {
  font-size: 22px;
  font-weight: 400;
  color: #0086F2;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

.reason-he-content-text {
  height: 85px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  text-align: left;
  padding: 5px 30px;
  margin-top: 15px;
}

.reason-he {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.reason-he-content {
  margin-left: 2%;
  margin-top: 33px;
}

.reason-he-content:nth-child(3n+1) {
  margin-left: 0px;
}

/* .bottom-box {
  width: 100%;
  height: 396px;
  background: #2688EE;
  overflow: hidden;
}

.bottom-box-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 42px;
}

.bottom-box-tu-min {
  width: 100px;
  height: 69px;
}

.bottom-box-tu-content {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.bottom-box-tu-small {
  width: 95px;
  text-align: center;
  margin-right: 90px;
}

.bottom-box-tu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 50px;
} */
.bottom-box {
  width: 100%;
  height: 245px;
  position: relative;
  z-index: 1;
}
.footr-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.footr-back img {
  width: 100%;
  height: 100%;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 55px 44px 0;
}
.footer-content h2 {
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 1px;
  margin: 0;
}
.footer-content-left img {
  width: 27px;
  height: 21px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.footer-content-left p {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  padding-top: 9px;
}
.footer-content-right {
  position: relative;
  /* display: none; */
}
.input-box {
  width: 350px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 3px;
  display: flex;
  line-height: 55px;
}
.China {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 55px;
  padding: 0 20px 0 30px;
}
.input-box input {
  border: none;
  outline:none;
  padding-left: 10px;
  font-size: 16px;
}
.input-box:focus {
  outline:none;
  border: 1px solid red;
} 
.apply-but {
  width: 350px;
  height: 55px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 55px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.clause {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  white-space: nowrap;
  margin-top: 8px;
}
.clause a:link {
  color: #00FFFE;
  text-decoration: underline;
}
.input-err {
  position: absolute;
  top: 0px;
  left: 125px;
  background: #fff;
  color: #f00;
  display: none;
}
.input-err img {
  width: 16px;
  height: 16px;
}
.err-active {
  display: block;
}
.footer-content-right2 {
  position: relative;
  display: none;
}
.modify-return,
.verification-describe {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
.modify-return {
  cursor: pointer;
}
.code-btn {
  display: inline-block;
  width: 150px;
  cursor: pointer;
}
.code-btn.active {
  color: #00FFFE;
}
.verification-box {
  display: flex;
  margin-top: 22px;
}
.verification {
  width: 55px;
  height: 55px;
  outline:none;
  padding-left: 20px;
  font-size: 24px;
  margin-right: 12px;
  box-sizing: border-box;
}
.verification-err {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: flex;
  opacity: 0;
}
.verification-err img {
  width: 16px;
  height: 16px;
}
.verification-err-text {
  width: 118px;
  height: 16px;
  background: #FF0000;
  border-radius: 9px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-left: 4px;
  white-space: nowrap;
  text-align: center;
}
.verification-err.verification-active {
  opacity: 1;
} 

.code {
  width: 200px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  padding-left: 20px;
}

.bottom-box-inpu {
  width: 1120px;
  margin: 0 auto;
  display: block;
  display: flex;
  justify-content: space-between;
}

.box-code {
  width: 210px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
.footer-content-inpu ::-webkit-input-placeholder {
  color: #777777;
}
.footer-content-inpu :-moz-placeholder {
  color: #777777;
}
.footer-content-inpu ::-moz-placeholder {
  color: #777777;
}
.footer-content-inpu :-ms-input-placeholder {
  color: #777777;
}
.footer-content-inpu input:focus,
textarea:focus {
  outline: none;
}

.yzma {
  background: #00CCFE;
  width: 210px;
  height: 43px;
  line-height: 43px;
}

.shqi {
  border: 1px solid #FFFFFF;
}

.bottom-box-inpu {
  margin-top: 50px;
}

.logotu {
  width: 115px;
  height: 39px;

}

.bottom-box-bottom {
  width: 100%;
  height: 4367px;
}

.dianhua {
  font-size: 17px;
  font-weight: 400;
  color: #0086F2;
}

.phone {
  font-size: 17px;
  font-weight: 400;
  color: #0086F2;
}

.tel-box {
  display: flex;
  justify-content: flex-start;
  margin-left: 4px;
}

.tel-icon {
  width: 21px;
  height: 21px;
  margin-left: 20px;
}

.contact {
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.bottom-box-bottom {
  width: 472px;
  display: flex;
  justify-content: flex-start;
  text-align: center;
}

.bottom-box-bottom {
  margin-top: 30px;
}

.huizhang {
  width: 30px;
  height: 32px;
  margin-left: 15px;
}

.huitu {
  margin-top: 2px;

}

.huirong {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  margin-top: 8px;
  margin-left: 20px;
}

.bottom-box-box-bottom {
  width: 100%;
  height: 65px;
}

.bottom-box-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 72px;
  margin-top: -23px;
  text-align: center;
  overflow: hidden;
  justify-content: space-between;
}

.neirong {
  margin-top: 30px;
  display: block;
  display: flex;
  justify-content: space-between;
}

.zhongwen {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
}

.xiaohao {
  width: 8px;
  height: 8px;
  margin-top: 6px;
}

.bottom-box-left {
  width: 35px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;

}


ul{margin:0px;padding:0px}
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul{list-style:none;}
.menuA{    
    /* height: 125px; */
    display: flex;
    justify-content: center;
    width:100%;
}
.menuA li{
  width: 580px;
    height: 180px;
    background: #FFFFFF;
  float:left;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 5px 13px 1px rgba(0, 134, 241, 0.23);
}
.menuA li a{
    display:block;
    float:left;
    color:#fff;
}
.menuA .check a {background:#fff;color:#000;}
.menuA ul{
    position: relative;
}
.check:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #FFFFFF;
    /* left: 50%; */
    bottom: -20px;
    z-index: 999;
}
.menuB{
    clear:both;
    border-top:none;
    background:#fff;
    width: 1200px;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
}
.menuB ul{
    display: none;
    padding: 40px 120px;
    background-color: #f5faff;
    border: 1px solid #e2ebf5;
    /* margin-top: 33px; */
    position: relative;
}

.menuA ul li:nth-child(n+2){
    margin-left: 20px;
}
.menuA2{    
    /* height: 125px; */
    display: flex;
    justify-content: center;
    width:100%;
}
.menuA2 li{
  width: 580px;
    height: 180px;
    background: #FFFFFF;
  float:left;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 5px 13px 1px rgba(0, 134, 241, 0.23);
}
.menuA2 li a{
    display:block;
    float:left;
    color:#fff;
}
.menuA2 .check a {background:#fff;color:#000;}
.menuA2 ul{
    position: relative;
}
/* .check:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: red;
    left: 50%;
    bottom: -10px;
} */
.menuB2{
    clear:both;
    border-top:none;
    background:#fff;
    width: 1200px;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
}
.menuB2 ul{
    display: none;
    padding: 40px 120px;
    background-color: #f5faff;
    border: 1px solid #e2ebf5;
    /* margin-top: 230px; */
    position: relative;
}

.menuA2 ul li:nth-child(n+2){
    margin-left: 20px;
}
.menuA3{    
    /* height: 125px; */
    display: flex;
    justify-content: center;
    width:100%;
}
.menuA3 li{
  width: 580px;
    height: 180px;
    background: #FFFFFF;
  float:left;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 5px 13px 1px rgba(0, 134, 241, 0.23);
}
.menuA3 li a{
    display:block;
    float:left;
    color:#fff;
}
.menuA3 .check a {background:#fff;color:#000;}
.menuA3 ul{
    position: relative;
}
/* .check:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: red;
    left: 50%;
    bottom: -10px;
} */
.menuB3{
    clear:both;
    border-top:none;
    background:#fff;
    width: 1200px;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
}
.menuB3 ul{
    display: none;
    padding: 40px 120px;
    background-color: #f5faff;
    border: 1px solid #e2ebf5;
    /* margin-top: 230px; */
    position: relative;
}

.menuA3 ul li:nth-child(n+2){
    margin-left: 20px;
}

   

.mk-blockquote.classic-style .mk-blockquote-content {
    /* padding: 40px 120px; */
    /* background-color: #f5faff;
    border: 1px solid #e2ebf5; */
    /* line-height: 2; */
}
.mk-blockquote.align-left {
    text-align: left;
    font-size: 16px;
    color: #64778a;
    text-indent: 32px;
    font-style: normal;
}
.mk-blockquote p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 2;
}
.mk-blockquote.classic-style .mk-quote-right {
    background-image: url(/wp-content/uploads/sites/2/2020/04/cw_quo_r.png);
    bottom: 35px;
    right: 35px;
}
.mk-blockquote.classic-style .mk-quote-left {
    top: 35px;
    left: 35px;
    background-image: url(/wp-content/uploads/sites/2/2020/04/cw_quo_l.png);
}
.mk-blockquote.classic-style .mk-quote-left, .mk-blockquote.classic-style .mk-quote-right {
    width: 30px;
    height: 30px;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.mk-icon-quote-left:before {
    content: "\f10d";
}
[class*=" mk-icon-"]:before, [class^=mk-icon-]:before {
    text-decoration: inherit;
    display: inline-block;
    /* speak: none; */
}

.my_left{
    width: 28px;
    height: 23px;
    background: url("../images/aggregation-pc/cw_quo_l.png") center center no-repeat;
    position: absolute;
    top: 35px;
    left: 35px;
}
.my_right{
    width: 28px;
    height: 23px;
    background: url("../images/aggregation-pc/cw_quo_r.png") center center no-repeat;
    position: absolute;
    bottom: 35px;
    right: 35px;
}

.facula {
  position: relative;
  overflow: hidden;
}
.facula:after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background: -moz-linear-gradient(60deg, rgba(0,0,0,0) 30%,rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 70%,  rgba(0,0,0,0) 100%);
  background: -webkit-gradient(60deg, rgba(0,0,0,0) 30%,rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 70%,  rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(60deg, rgba(0,0,0,0) 30%,rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 70%,  rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(60deg, rgba(0,0,0,0) 30%,rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 70%,  rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(60deg, rgba(0,0,0,0) 30%,rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 70%,  rgba(0,0,0,0) 100%);
  background: linear-gradient(60deg, rgba(0,0,0,0) 30%,rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 70%,  rgba(0,0,0,0) 100%);
  position: absolute;
  right: auto;
  top: 0;
  left: -100px;
  transition: all 1s;
}
.facula.active:after {
  left: auto;
  left: 100%;
}
.after-sale-box-item > img{
    width: 100%;
}
.after-sale-box-item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #3399FF;
    /* position: absolute; */
    text-align: center;
    position: fixed;
    /* top: 156px; */
    top: 60vh;
    right: 10px;
    z-index: 999999;
  }
  .after-sale-dialog-center {
      width: 162px;
      height: 94px;
      position: absolute;
      left: -190px;
      top: -6px;
  }
  .after-sale-dialog-center-box img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
  }
  .after-sale-dialog-cente-text {
    position: absolute;
    top: 53%;
    transform: translateY(-100%);
    right: 5px;
}
.dialog-box-item-text-title {
    font-size: 15px;
    color: #333333;
    line-height: 15px;
}
.after-sale-dialog-center .dialog-box-item-text-title {
    font-weight: inherit;
    margin-bottom: 5px;
}
.after-sale-dialog-center .dialog-box-item-text-subtitle {
    line-height: 11px;
}
.dialog-box-item-text-subtitle {
    font-size: 11px;
    color: #777777;
    text-align: justify;
}



/* 媒体查询： */
@media screen and (max-width: 1200px) {
  /* 90% */
  .logo-box,
  .head-conter,
  .tab-contain,
  .banner-box .bannerTu,
  .four-conter-lang,
  .four-conter,
  .business-value,
  .fly-cloud,
  .large-boxs,
  .max-box,
  .reason-he,
  .bottom-box-content,
  .bottom-box-tu,
  .bottom-box-box{
      width: 90%;
  }

  /* .head-conter */

  .head-conter {
    align-items: center;
  }
  .form {
      width: 35%;
      min-width: 320px;
      font-size: 12px;
      padding: 10px;
  }
  .form .write-data {
      width: 100%;
  }
  .yan {
    flex: 1;
  }
  .yan input {
      width: 120px;
      flex: 0 0 120px;
      font-size: 12px;
  }
  /* .form input {
      width: 20px !important;
  } */
  .write-data .codeBtn {
      font-size: 12px;
      margin: 0 3px;
  }
  .form .btn {
      width: 100%;
      margin-left: 0;
  }
  .head-conter-left {
      width: calc(100% - 340px);
      height: auto;
      margin-top: 0;
  }
  .financial-cloud {
      font-size: 40px;
      line-height: 50px;
      height: 50px;
  }
  .financial-cloud-conter {
      font-size: 16px;
      letter-spacing: 2px;
      width: 100%;
      margin-bottom: 20px;
      height: auto;
  }
  .financial-cloud-conter p:nth-child(1) {
      font-size: 16px;
      max-width: 450px;
  }
  .head-conter-shuju {
      width: calc(100% - 54px);
  }
  .shuju,
  .shuju-paiming {
      width: 100%;
  }

  /* (选择专属您的供应链管理产品)板块布局修改 */
  .business-value .top-content {
    height: auto;
  }
  .business-value .top-content .top-content-item {
    height: auto;
    padding-bottom: 30px;
  }
  .business-value .top-content .top-content-item .product-title {
    font-size: 16px;
  }
  .tab-contain {
    width: 100%;
  }

  .menuA ul,
  .menuA2 ul,
  .menuA3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .menuA ul li {
    width: 48%;
  }
  .menuB,
  .menuB2,
  .menuB3,
  .menuB ul,
  .menuB2 ul,
  .menuB3 ul {
    box-sizing: border-box;
    width: 100%;
    /* margin: 0; */
  }



  /* 金蝶供应链云核心功能 */
  .core-function-box #core-function-tabs li a {
    font-size: 16px;
    padding: 0;
  }
  .core-top-content {
    height: auto;
  }
  .core-top-content-item {
    height: auto;
    width: 50%;
  }
  .core-top-content-item:nth-child(1) {
    min-width: 400px;
  }
  .core-top-content-item img {
    min-width: 400px;
    max-height: 400px;  
  }


  /* (为什么选择金蝶HR云) 板块布局修改 */

  .reason-he-content>img {
      margin: 0;
      margin-top: 30px;
  }
  .reason-he-content-title {
      width: 100%;
      padding: 0;
  }



  /* #content */
  .imgtext {
      width: 100%;
  }
  .imgtext > .imgtext {
      display: flex;
  }
  .imgtext .content-tu-tu {
      width: 45%;
  }
  .imgtext .content-text {
      width: 45%;
  }
  .imgtext .content-box1-text {
      width: 100%;
  }

  /* .bottom-box-inpu */
  .bottom-box-inpu {
    box-sizing: border-box;
      padding: 0 10px;
      width: 100%;
      display: flex;
      /* flex-wrap: wrap; */
      justify-content: space-between;
  }
  .bottom-box-inpu input {
      width: 17%;
      font-size: 14px;
      margin-bottom: 5px;
  }
  .bottom-box-inpu input:nth-child(3) {
    width: 164px;
  }
  .bottom-box-inpu .yzma,
  .bottom-box-inpu .box-code {
      width: 18%;
  }

  /* 底部 */
  .contact img {
    margin-left: 0;
  }
  .tel-box {
    font-size: 14px;
  }
  .tel-box .dianhua,
  .tel-box .phone {
    white-space:nowrap;
  }
} 