
@font-face {
  font-family: PingFang;
  src: url('../fonts/PingFang-Regular.woff');
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

.small-box {
  display: flex;
  align-items: center;
}

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

.logo-box-text-left {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
}

.logo-box-text-right {
  font-size: 18px;
  font-weight: 400;
  color: #0086F1;
}

.head-conter-approximate {
  display: flex;
}

.head-conter {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 86px;
  position: relative;
}

.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;
  height: 55px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

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

.approximate-show {
  width: 110px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: -5px;
}

.approximate-forefront {
  width: 540px;
  height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}

.Trophy {
  height: 38px;
}

.approximate {
  margin-left: 10px;
}

.head-conter-left {
  margin-top: 70px;
  font-family: PingFang;
}

.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;
  position: absolute;
  right: 2%;
}

.writeData {
  width: 300px;
  height: 40px;
  background: #E6F0F9;
}

.codesBox {
  width: 180px;
  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;
}

.writeData {
  background: #E6F0F9;
  display: flex;
  align-items: center;
  width: 300px;
  height: 40px;
  margin: 10px auto 0;
}

.common {
  width: 16px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
}

.same {
  height: 100%;
  flex: 1;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.writeData .codeBtn {
  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;
}

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

.codes {
  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 {
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  /* margin-top: 100px; */
  text-align: center;
  padding-top: 80px;
}

.content-text-second {
  height: 15px;
  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;
}

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

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

.imgtext img {
  width: 562px;
  height: 281px;
  object-fit: contain;
}

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

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

#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;
  /* height: 220px; */
  position: relative;
}

.item {
  display: none;
}

.show {
  display: block !important;
}


/* tab样式结束 */

.fly {
  width: 379px;
  height: 125px;
  background-color: #FFFFFF;
  box-shadow: 1px 5px 13px 1px rgba(0, 134, 241, 0.23);
  text-align: center;
  line-height: 207px;
  position: relative;
}

/* .fly:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
  bottom: -20px;
} */

.wens img {
  width: 107px;
  height: 107px;
}

.vanke img {
  width: 212px;
  height: 94px;
}

.delong-steel img {
  width: 207px;
  height: 90px;
}

.fly-cloud {
  width: 1200px;
  margin: 80px auto 40px;
  display: flex;
  justify-content: space-between;
}

.large-boxs {
  width: 1200px;
  height: 153px;
  background: #F5FAFF;
  border: 1px solid #E2EBF5;
  margin: 0 auto;
}

.large-boxs {
  display: none;
}

.show {
  display: block;
}

.small-boxs1 {
  display: flex;
}

.small-boxs2 {
  display: flex;
  justify-content: flex-end;
}

.left-fuhao {
  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;
}

.conten-text {
  /* width: 233px; */
  height: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  line-height: 40px;
  /* margin-left: 848px; */
}

.right-fuhao {
  font-size: 80px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #888888;
  line-height: 150px;
  margin-left: 41px;
  margin-top: -27px;
}

.max-box {
  width: 1200px;
  padding: 10px;
  /* margin: 30px auto 0; */

  display: flex;
  justify-content: space-around;
}

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

.contract {
  font-size: 17px;
  font-weight: 400;
  color: #888888;
  text-align: center;
}

.reason-box {
  margin-bottom: 50px;
}

.reason {
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, #EAF3FC 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}

.reason-he-content {
  width: 282px;
  height: 334px;
  background: #FFFFFF;
  box-shadow: 1px 6px 10px 1px rgba(0, 134, 241, 0.1);
  border-top: 4px solid #0086F1;
}

.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 {
  height: 22px;
  font-size: 22px;
  font-weight: 400;
  color: #0086F2;
  text-align: center;
}

.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: space-between;
  margin: 0 auto;
}

.reason-he-content {
  margin-right: 24px;
}

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

.mobile-phone-number {
  font-size: 18px;
  font-weight: 400;
  color: #0086F2;
}

.rexian {
  width: 208px;
  display: flex;
  justify-content: space-between;
}

.tubiao {
  width: 21px;
  height: 21px;
  margin-right: 1px;
}

.contact {
  width: 235px;
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.bottom-box-bottom {
  width: 370px;
  display: flex;
  justify-content: space-between;
  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;
}

.hotline {
  font-size: 17px;
  font-weight: 400;
  color: #0086F2;
  white-space: nowrap;
}

.phone-number {
  font-size: 18px;
  font-weight: 400;
  color: #0086F2;
  white-space: nowrap;
}

.tihotline {
  width: 208px;
  display: flex;
  justify-content: space-between;
}

.icon {
  width: 21px;
  height: 21px;
  margin-right: 1px;
}

.contact {
  width: 235px;
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.bottom-box-bottom {
  width: 370px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: nowrap;
}

.bottom-box-bottom {
  margin-top: 30px;
}

.badge {
  width: 30px;
  height: 32px;
  margin-left: 15px;
}

.huitu {
  margin-top: 2px;
}

.label {
  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: -13px;
  text-align: center;
  overflow: hidden;
  justify-content: space-between;
}

.neirong {
  margin-top: 30px;
  display: block;
  display: flex;
  justify-content: space-between;
}

.chinese {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
}

.trumpet {
  width: 8px;
  height: 8px;
  margin-top: 6px;
}

.bottom-box-left {
  width: 35px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}


/* 媒体查询： */


/* @media only screen and (min-width : 768px) and (max-width : 1024px) {
  .nav {
      width: 964px;
  }

  .logo-box {
      width: 674px;
  }

  .banner-box {
      width:100%;
  }

  .four-conter-lang {
      width: 950px;
  }

  .head-conter {
      width: 900px;
  }

  .four-conter {
      width: 935px;
  }

  .business-value-box {
      width: 1000px;
  }

  .business-value {
      margin-left: 6px;
      width: 950px;
  }

  .business-value-conter {
      font-size: 7px;
      width: 170px;
  }

  .financial {
      width: 230px !important;
  }

  .tab-contain {
      width: 950px;
  }

  #content img {
      width: 495px;
  }

  .content-text {
      margin-left: 24px;
  }

  .content-box1-text {
      width: 381px;
  }

  .sedeft {
      margin-top: 47px;
  }

  .fly-cloud {
      width: 950px;
  }

  .fly {
      width: 260px;
  }

  .wens {
      margin-left: 10px;
  }

  .large-boxs {
      width: 940px;
      margin-left: 10px;
  }

  .right-fuhao {
      margin-left: 13px;
  }

  .conten-text {
      margin-left: 600px;
  }

  .max-box {
      width: 920px
  }

  .business-value-box-try {
      margin-left: 377px;
  }

  .reason {
      width: 1036px
  }

  .reason-he {
      margin-left: 10px;
      width: 956px;
  }

  .reason-he-content {
      width: 218px;
  }

  .bottom-box-content {
      width: 997px;
  }

  .bottom-box {
      width: 1007px;
  }
  .bottom-box-tu{
      width: 1060px;
  }
  .kuang{
      width: 155px;
  }
  .bottom-box-inpu{
      width: 905px;
      margin-left: 25px;
  }
  .bottom-box-bottom{
      width: 355px;
  }
  .huitu{
      margin-left: 5px;
  }
  .bottom-box-box
  {
      width: 961px;
  }
  .huirong{
      margin-left: 2px;
  }

} */

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{float:left;}
.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: red;
  left: 50%;
  /* margin-left: -4px; */
  bottom: -10px;
  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{float:left;}
.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: #FFFFFF;
  left: 50%;
  /* margin-left: -4px; */
  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: 33px; */
  position: relative;
}

.menuA2 ul li:nth-child(n+2){
  margin-left: 20px;
}

.menuA3{    
  /* height: 125px; */
  display: flex;
  justify-content: center;
  width:100%;
}
.menuA3 li{float:left;}
.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: #FFFFFF;
  left: 50%;
  /* margin-left: -4px; */
  bottom: -10px;
}
.menuB3{
  clear:both;
  border-top:none;
  background:#fff;
  width: 1200px;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}
.menuB3 ul{
  display: none;
  /* margin-top: 33px; */
  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 {
  position: relative;
  padding: 40px 120px;
  background-color: #f5faff;
  border: 1px solid #e2ebf5;
  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,
  .banner-box .bannerTu,
  .four-conter-lang,
  .four-conter,
  .second-module .bg,
  .business-value,
  .large-boxs,
  .reason-he,
  .bottom-box-content,
  .bottom-box-tu,
  .bottom-box-box {
      width: 90%;
  }

   /* .head-conter */
   .form {
      width: 35%;
      min-width: 285px;
      font-size: 12px;
      padding: 10px;
  }
  .form .writeData {
      width: 100%;
  }
  .codes {
      flex: 1;
    }
  .codes input {
      flex: 0 0 130px;
      font-size: 12px;
  }
  .form input {
      width: 20px !important;
  }
  .writeData .codeBtn {
      font-size: 12px;
      margin: 0 3px;
  }
  .form .btn {
      width: 100%;
      margin-left: 0;
  }
  .head-conter-left {
      width: 55%;
  }
  .financial-cloud {
      font-size: 50px;
      line-height: 50px;
      height: 50px;
  }
  .financial-cloud-conter {
      font-size: 16px;
      letter-spacing: 2px;
      width: 100%;
  }
  .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%;
  }
  .approximate {
      width: calc(100% - 54px);
  }
  .approximate-forefront {
      width: 100%;
  }

  /* 走进财务云时代 科技进步给财务带来巨大变革 */
  .content-text-first {
      font-size: 30px;
  }
  .box-conter {
      width: 20%;
      height: auto;
  }
  .first-conter-tu,
  .second-conter-tu,
  .third-conter-tu,
  .fourth-conter-tu {
      width: 100%;
      max-width: 170px;
  }
  .box-conter .erJiDiv {
      height: auto;
  }


  /* 财务云的业务价值 */
  .business-value .financial {
      width: 23%;
      padding: 20px;
      height: 350px;
  }
  .business-value-title1 {
      font-size: 16px;
  }
  .business-value-conter {
      font-size: 12px;
      width: 100%;
  }

    /* 财务云的业务价值 */
  .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;  
  }

  /* 选择专属您的 财务管理产品 */
  .tab-contain {
      width: 100%;
  }
  .imgtext img {
      width: 45%;
  }
  .content-text {
      width: 45%;
      margin-left: 0;
  }
  .content-box1-text {
      width: 100%;
      height: auto;
  }
  .content-box2-text h1 {
      height: auto;
  }
  .menuA ul,
  .menuA2 ul,
  .menuA3 ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
  .menuA li,
  .menuA2 li{
      width: 32%;
  }
  .menuA3 li {
      width: 24%;
  }
  .menuA li a,
  .menuA2 li a,
  .menuA3 li a {
      width: 100%;
  }
  .fly {
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .fly img {
      width: 100% !important;
      max-width: 210px;
  }
  .menuB,
  .menuB2,
  .menuB3 {
      width: 100%;
  }
  .max-box {
      width: 100%;
  }


   /* (选择金蝶制造云的理由) 板块布局修改 */
   .reason {
      height: auto;
      padding-bottom: 50px;
  }
  .reason-he-content {
      text-align: center;
      padding: 0 20px;
      height: auto;
  }
  .reason-he-content>img {
      margin-left: 0;
      margin: 20px 0;
  }
  .reason-he-content-title {
      width: 100%;
      text-align: center;
      font-size: 14px;
      margin-right: 0;
  }
  .reason-he-content-text {
      padding: 0;
      height: auto;
      max-width: 308px;
      margin-top: 20px;
  }
  .reason-he-content-tu {
      margin-top: 30px;
  }

   /* .bottom-box-inpu */
   .bottom-box-inpu {
      padding: 0 10px;
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
  .bottom-box-inpu input {
      width: 18%;
      font-size: 14px;
      margin-bottom: 5px;
  }
  .bottom-box-inpu .yzma,
  .bottom-box-inpu .box-code {
      width: 18%;
  }

}