.yzdisplay-none {
  display: none !important;
}

.ZB .yzdisplay-ZB-none {
  display: none !important;
}

.SH .yzdisplay-SH-none {
  display: none !important;
}

.BJ .yzdisplay-BJ-none {
  display: none !important;
}

.SZ .yzdisplay-SZ-none {
  display: none !important;
}

.CD .yzdisplay-CD-none {
  display: none !important;
}

.TW .yzdisplay-TW-none {
  display: none !important;
}

.ZB .yzdisplay-ZB {
  display: inherit !important;
}

.SH .yzdisplay-SH {
  display: inherit !important;
}

.BJ .yzdisplay-BJ {
  display: inherit !important;
}

.SZ .yzdisplay-SZ {
  display: inherit !important;
}

.CD .yzdisplay-CD {
  display: inherit !important;
}

.TW .yzdisplay-TW {
  display: inherit !important;
}

body {
  font-family: "Microsoft YaHei";
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Microsoft YaHei, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}

a,
.yz-link {
  cursor: pointer;
  color: #3c3c3c;
  text-decoration: none;
}

a:hover,
.yz-link:hover {
  color: #2a70b9;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}

.yz-mb-25 {
  margin-bottom: 25px;
}

.yz-w-100 {
  max-width: 100%;
}

.yz-w-80 {
  max-width: 80%;
}

.yz-w-60 {
  max-width: 60%;
}

.yzcontainer-72 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .yzcontainer-72 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .yzcontainer-72 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .yzcontainer-72 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .yzcontainer-72 {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .yzcontainer-72 {
    max-width: 1480px;
  }
}

.yzcontainer-60 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .yzcontainer-60 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .yzcontainer-60 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .yzcontainer-60 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .yzcontainer-60 {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .yzcontainer-60 {
    max-width: 1200px;
  }
}

.yzcontainer-80 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .yzcontainer-80 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .yzcontainer-80 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .yzcontainer-80 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .yzcontainer-80 {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .yzcontainer-80 {
    max-width: 1500px;
  }
}

.yzcol-5,
.yzcol-5,
.yzcol-5,
.yzcol-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.yzcol-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .yzcol-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .yzcol-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .yzcol-5 {
    width: 20%;
    float: left;
  }
}

.yz-opacity-0 {
  opacity: 0;
}

.yz-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .yz-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.yz-anchor-fix76 {
  position: absolute;
  top: -76px;
  height: 0px;
  width: 0px;
}

.yz-navbar {
  background-color: #e6ecff;
}

.sticky-top.yz-navbar.yz-sticky-hide {
  z-index: 0;
  opacity: 0;
}

.yz-navbar .nav-item > a {
  display: inline-block;
  line-height: 28px;
  font-size: 16px;
  padding: 0 3px;
  color: #666;
  position: relative;
}

.nav-item > a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0px;
  height: 2px;
  background-color: #fd9d27;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.nav-item > a:hover,
.nav-item.show,
.nav-item.yz-item-sel,
.nav-item .yz-item-sel {
  text-decoration: none;
}

.nav-item > a:hover:after,
.nav-item.show > a:after,
.nav-item.yz-item-sel > a:after,
.nav-item .yz-item-sel > a:after {
  width: 100%;
}

.yz-nav-link-download {
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  margin: 0 25px;
  color: #03a9f4;
}

.yz-nav-link-download:hover {
  text-decoration: none;
  color: #fd9d27;
}

.yz-nav-link-trial {
  display: inline-block;
  width: 100px;
  line-height: 40px;
  background: #2a70b9;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

.yz-nav-link-trial:hover {
  text-decoration: none;
  color: #fff;
}

.yz-nav-link-shopping {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  outline: none;
}

.yz-nav-link-shopping-img {
  cursor: pointer;
  margin-bottom: 7px;
}

.yz-nav-dropdown .dropdown-menu {
  margin-top: 0px;
  border-radius: 0px;
}

.yz-nav-dropdown .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1.5rem;
}

.yz-nav-dropdown .dropdown-item:hover,
.yz-nav-dropdown .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2a70b9;
}

.yz-foot-wrap {
  background: #313036;
  padding: 40px 0;
}

.yz-foot-wrap,
.yz-foot-wrap a {
  color: #848485;
}

.yz-foot-wrap a:hover {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
}

.yz-foot-wrap .office {
  width: 20px;
  display: none;
}

.yz-foot-wrap .tel400 {
  width: 40px;
}

.yz-foot-link {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
  color: #3c3c3c;
}

.yz-foot-wrap .company .name {
  font-size: 14px;
  line-height: 20px;
  color: #f5f5f5;
}

.yz-foot-wrap .company .addr {
  font-size: 12px;
  line-height: 16px;
}

/*微信公众号*/
.yz-foot-wrap .wx {
  bottom: 20px;
  right: 20px;
  display: block;
  position: absolute;
}

.yz-foot-wrap .wxtitle {
  font-size: 14px;
  text-align: center;
  margin-top: 15px !important;
  letter-spacing: 5px;
}

.yz-foot-wrap .wximg {
  width: 120px;
}

.yz-foot-link:hover {
  text-decoration: none;
}

.yz-foot-tel {
  font-size: 32px;
  line-height: 36px;
  color: #848485;
  padding-left: 0px;
}

.yz-copyright {
  padding-top: 30px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.yz-float-connect {
  position: fixed;
  right: 0;
  top: 200px;
  width: 60px;
  z-index: 12;
}

.yz-float-connect-item {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.6) !important;
  background: #fff;
  cursor: pointer;
}

.yz-float-connect-item:hover {
  text-decoration: none;
}

.yz-float-connect-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}

.yz-float-connect-item .text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  color: #fff;
  background-color: #a2a3a5;
}

.yz-float-connect-item.yz-d-scroll150 img {
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
}

.yz-float-connect-item:hover > .yz-float-connect-item-phonenumber {
  left: -170px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.yz-float-connect-item-phonenumber {
  position: absolute;
  top: 9px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
  padding: 10px 10px;
  z-index: 8;
  width: 155px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.yz-float-connect-item-phonenumber::after {
  display: table;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.yz-float-connect-item-phonenumber span {
  display: block;
  color: #00abeb;
  font-size: 16px;
  text-align: center;
}

.yz-float-connect-item span {
  display: block;
  color: #00abeb;
  font-size: 16px;
  text-align: center;
}

.yz-float-connect-item-course {
  background-color: #e68604 !important;
  font-size: 14px;
  color: #f0f0f0 !important;
  text-align: center;
  line-height: 20px;
  padding: 10px;
}

.yz-float-connect-item-course:hover {
  color: #fff;
  transition: color 0.3s;
}

.yz-link-more > *,
.yz-link-download > *,
.yz-link-play > * {
  color: #38adff;
  font-size: 18px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  cursor: pointer;
}

.yz-link-more:hover > *,
.yz-link-download:hover > *,
.yz-link-play:hover > * {
  text-decoration: underline;
  color: #2a70b9;
}

.yz-link-more > * {
  background: url(../images/more.png)
    /*tpa=http://www.flowportal.com/images/more.png*/ no-repeat right center;
  padding-right: 40px;
}

.yz-link-download > * {
  background: url(../images/download.png)
    /*tpa=http://www.flowportal.com/images/download.png*/ no-repeat left center;
  padding-left: 40px;
}

.yz-link-play > * {
  background: url(../images/play.png)
    /*tpa=http://www.flowportal.com/images/play.png*/ no-repeat left center;
  padding-left: 40px;
}

.yz-carousel-indicators {
  position: relative;
  bottom: 0px;
  padding-bottom: 30px;
}

.sticky-top.yz-s-section-nav {
  z-index: 1019;
}

.sticky-top.yz-s-section-nav.yz-sticky-show {
  background: rgba(0, 0, 0, 0.6) !important;
  padding-top: 25px;
  padding-bottom: 24px;
  border-bottom: none;
}

.sticky-top.yz-s-section-nav.yz-sticky-show,
.sticky-top.yz-s-section-nav.yz-sticky-show a {
  color: #fff;
}

.yz-nbinput-minus,
.yz-nbinput-plus {
  width: 24px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.yz-nbinput-minus {
  background-image: url(../images/minus.png); /*tpa=http://www.flowportal.com/images/minus.png*/
}

.yz-nbinput-plus {
  background-image: url(../images/plus.png); /*tpa=http://www.flowportal.com/images/plus.png*/
}

.yz-nbinput-num {
  width: 41px;
  font-size: 14px;
  line-height: 23px;
  border: 1px solid #bfbfbf;
  outline: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 0px;
}

.yz-dlg-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
}

.yz-dlg-inner-wrap {
  position: relative;
}

.yz-dlg-wrap .yz-dlg-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-image: url(../images/popdlg_close.png)
    /*tpa=http://www.flowportal.com/images/popdlg_close.png*/;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #8e8d8d;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
}

.yz-sp-toastr {
  z-index: 9999;
  background: #000000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 40px;
  border-radius: 10px;
}

.yz-sp-qq1 {
  display: inline-block;
  background: url(../images/qq1.png)
    /*tpa=http://www.flowportal.com/images/qq1.png*/ no-repeat left center;
  height: 22px;
  line-height: 22px;
  padding-left: 25px;
  font-size: 14px;
  float: right;
  margin-left: 30px;
}

.yz-sp-qq1:hover {
  text-decoration: none;
}

.yz-inp-date {
  background: url(../images/addon_date.png)
    /*tpa=http://www.flowportal.com/images/addon_date.png*/ 98% center no-repeat;
}

.yz-inp-radio input {
  display: none;
}

.yz-inp-radio label {
  background: url(../images/inp_radio.png)
    /*tpa=http://www.flowportal.com/images/inp_radio.png*/ no-repeat left center;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0px;
}

.yz-inp-radio input:checked + label {
  background: url(../images/inp_radio_checked.png)
    /*tpa=http://www.flowportal.com/images/inp_radio_checked.png*/ no-repeat
    left center;
}

/*fix*/
.datetimepicker.dropdown-menu {
  font-size: 14px;
}

.yz-required {
  color: #f00;
  display: inline-block;
  background: url(../images/required_flag.png)
    /*tpa=http://www.flowportal.com/images/required_flag.png*/ no-repeat center
    center;
  width: 24px;
  height: 8px;
}

.yz-shopping-content-wrap {
  position: absolute;
  right: -24px;
  top: 32px;
  display: none;
  pointer-events: none;
  z-index: 999;
}

.yz-shopping-content {
  border: 2px solid #bfbfbf;
  width: 364px;
  background: #fff;
  margin-top: 26px;
  pointer-events: all;
}

.yz-shopping-content-wrap:before {
  content: "";
  width: 42px;
  height: 28px;
  background: url(../images/shopping_arrow.png)
    /*tpa=http://www.flowportal.com/images/shopping_arrow.png*/ no-repeat;
  position: absolute;
  right: 13px;
  pointer-events: all;
}

.yz-sp-section-shoppingcar .yz-sp-more {
  display: inline-block;
  width: 100%;
  line-height: 46px;
  background: #2f72b6;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
}

.yz-sp-section-shoppingcar {
  padding: 20px 15px 0px 15px;
}

.yz-sp-section-shoppingcar .yz-sp-item {
  padding-bottom: 25px;
}

.yz-sp-section-shoppingcar .yz-sp-col1 {
  width: 109px;
  padding: 30px 0;
  background: #e04530;
  color: #fff;
  text-align: center;
}

.yz-sp-section-shoppingcar .yz-sp-vername {
  font-size: 22px;
  line-height: 29px;
}

.yz-sp-section-shoppingcar .yz-sp-prodname {
  font-size: 15px;
  line-height: 20px;
}

.yz-sp-section-shoppingcar .yz-sp-col2 {
  text-align: right;
}

.yz-sp-section-shoppingcar .yz-sp-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 35px;
  margin-top: 10px;
}

.yz-sp-section-shoppingcar .yz-sp-amount {
  font-size: 27px;
  line-height: 22px;
  color: #e04530;
}

.yz-sp-section-shoppingcar .yz-sp-more:hover {
  text-decoration: none;
}

.yz-sp-section-shoppingmenu {
  padding: 30px 30px 40px 30px;
}

.yz-sp-section-shoppingmenu .yz-sp-item {
  display: block;
  font-size: 18px;
  line-height: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.yz-sp-section-shoppingmenu .yz-sp-item:hover {
  text-decoration: none;
}

.yz-sp-section-shoppingmenu .yz-sp-item .yz-sp-badge {
  color: #e04530;
}

.yz-sp-section-shoppingmenu .yz-sp-item-car {
  background-image: url(../images/menu_car.png)
    /*tpa=http://www.flowportal.com/images/menu_car.png*/;
}

.yz-sp-section-shoppingmenu .yz-sp-item-order {
  background-image: url(../images/menu_order.png)
    /*tpa=http://www.flowportal.com/images/menu_order.png*/;
}

.yz-sp-section-shoppingmenu .yz-sp-item-personal {
  background-image: url(../images/menu_personal.png)
    /*tpa=http://www.flowportal.com/images/menu_personal.png*/;
}

.yz-sp-section-shoppingmenu .yz-sp-item-login {
  background-image: url(../images/menu_login.png)
    /*tpa=http://www.flowportal.com/images/menu_login.png*/;
}

.carousel-control-prev.yz-carousel-control-outside,
.carousel-control-next.yz-carousel-control-outside {
  width: 39px;
  height: 72px;
  top: 0px;
  bottom: 0px;
  opacity: 0.5;
  margin: auto 0px;
}

.carousel-control-prev.yz-carousel-control-outside {
  left: -100px;
}

.carousel-control-next.yz-carousel-control-outside {
  right: -100px;
}

.carousel-control-prev.yz-carousel-control-outside:hover,
.carousel-control-next.yz-carousel-control-outside:hover {
  opacity: 1;
}

.yz-carousel-control-outside .carousel-control-prev-icon,
.yz-carousel-control-outside .carousel-control-next-icon {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.yz-carousel-control-outside .carousel-control-prev-icon {
  background-image: url(../images/prev03.png)
    /*tpa=http://www.flowportal.com/images/prev03.png*/;
}

.yz-carousel-control-outside .carousel-control-next-icon {
  background-image: url(../images/next03.png)
    /*tpa=http://www.flowportal.com/images/next03.png*/;
}

.yz-popdlg-playvideo .yz-dlg-inner-wrap {
  padding-top: 47px;
}

.yz-popdlg-playvideo .yz-dlg-close {
  width: 47px;
  height: 47px;
  background: url(../images/close_video.jpg)
    /*tpa=http://www.flowportal.com/images/close_video.jpg*/ no-repeat center
    center;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px;
}

/*megamenu*/
.navbar .has-megamenu {
  position: static !important;
}

.navbar .megamenu {
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
}

.yz-megamenu:not(:first-child) {
  margin-left: 160px;
}

.yz-megamenu-block:not(:first-child) {
  margin-left: 100px;
}

.flex-row .yz-megamenu:last-child{
  display: none;
}

.yz-megamenu .title {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #000;
  position: relative;
}

.yz-megamenu .title:before {
  display: block;
  position: absolute;
  content: "";
  left: -28px;
  top: 6px;
  width: 24px;
  height: 20px;
  background-position: center center;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.yz-megamenu .bpm:before {
  background-image: url(images/icon_bpm.png)
    /*tpa=http://www.flowportal.com/css/images/icon_bpm.png*/;
}

.yz-megamenu .framework:before {
  background-image: url(images/icon_framework.png)
    /*tpa=http://www.flowportal.com/css/images/icon_framework.png*/;
}

.yz-megamenu .bpa:before {
  background-image: url(images/icon_bpa.png)
    /*tpa=http://www.flowportal.com/css/images/icon_bpa.png*/;
}

.yz-megamenu .solution:before {
  background-image: url(images/solution.png)
    /*tpa=http://www.flowportal.com/css/images/icon_bpa.png*/;
}

.yz-megamenu-block .yz-menu-link img {
  margin-left: 6px;
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
}
.yz-megamenu .yz-menu-link {
  font-size: 14px;
  line-height: 32px;
  color: #000;
  transition: color 0.3s;
  cursor: pointer;
}

.yz-megamenu .yz-menu-link:hover {
  color: #ff8800;
  text-decoration: none;
}

.yz-body {
  background: #f5f5f5;
}

.yz-s-card {
  background-color: #fff;
}

.yz-s-card:not(:last-child) {
  margin-bottom: 20px;
}

.yz-s-card .yz-s-topic {
  font-size: 42px;
  line-height: 58px;
  padding-bottom: 40px;
  padding-top: 70px;
}

.yz-s-card .yz-s-subtopic {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 40px;
  padding-top: 12px;
  color: #aaa;
  text-align: center;
}

.yz-s-img {
  text-align: center;
}
.yz-s-title span {
  background-color: #3874fb;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 20px;
}

.f-contact {
  overflow: auto;
  margin: 35px 0;
  font-size: 16px;
  color: #a7a7a7;
}

.f-contact > div {
  width: 50%;
  float: left;
}

.f-contact > div:first-child {
  text-align: right;
  padding-right: 25px;
  line-height: 63px;
}

.f-contact > div:last-child {
  text-align: left;
  padding-left: 25px;
  border-left: 2px solid #969696;
}

.f-contact > div:last-child p {
  margin: 2px 0;
}

/*  新底部样式  */
.footer-left {
  width: 420px;
  font-size: 16px;
  color: #d0d0d0;
  position: relative;
}

.footer-left .logo {
  width: 320px;
}

.footer-left .name {
  padding: 20px 0;
  color: #fff;
}

.footer-left .addr {
  width: 210px;
  border-top: 1px solid #d0d0d0;
  padding-top: 15px;
  color: #ffffff;
}

.footer-left .addr p {
  margin: 5px 0;
}

.footer-left .addr > p:last-child{
  display: none;
}

/* .footer-left .footer-qr {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-left .footer-qr img {
  width: 70px;
  height: 70px;
}

.footer-left .footer-qr span {
  display: block;
  margin-top: 10px;
} */
.footer-qr img {
  width: 70px;
  height: 70px;
}
.footer-qr {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.footer-qr span{
  text-align: center;
  padding-left: 6px;
  margin-top: 10px;
  color: #fff;
}
.footer-form {
  margin-top: 20px;
  position: relative;
  width: 280px;
}

.footer-form input {
  display: block;
  width: 100%;
  outline: none;
  background-color: #fff;
  height: 38px;
  padding-left: 20px;
  border-radius: 25px;
}

.footer-form input::placeholder {
  color: #bababa;
}

.footer-form .sendBtn {
  background-color: #3874fb;
  font-size: 16px;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.base-footer {
  display: flex;
  font-size: 16px;
}

.base-footer .footer-menu {
  flex: 1;
  padding-left: 30px;
  display: flex;
}

.base-footer .footer-menu-item {
  padding: 0 30px;
}

.base-footer .menu-title {
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}

.footer-btn {
  color: #fff !important;
}

.yz-footer {
  position: relative;
}

.yz-footer .yz-copyright {
  bottom: 0;
  right: 0;
  position: absolute;
}

.base-footer .menu-title a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.base-footer .menu-row {
  padding: 3px 0;
}

.language-list li {
  padding: 6px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.language-list ul {
  padding: 0;
}

.language-list li:last-child {
  border-bottom: 0;
}

.language-list .dropdown-toggle {
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  margin-right: 10px;
}

.language-list .dropdown-toggle:focus {
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
}

.language-list .language-icon {
  width: 35px;
}

[v-clock] {
  display: none;
}

.yz-s-msolution{
  margin-top: 72px;
}
.yz-s-msolution .yz-s-topic {
  height: 58px;
  /** 文本1 */
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 57.92px;
  color: rgba(56, 56, 56, 1);
}

.yz-s-msolution .yz-s-msolution-card-wrap .yz-s-msolution-card-l,
.yz-s-msolution .yz-s-msolution-card-wrap .yz-s-msolution-card-r {
  width: 696px;
  height: 251px;
  text-decoration: none;
}

.yz-s-msolution .yz-s-msolution-card-wrap {
  display: flex;
  margin-top: 72px;
}

.yz-s-msolution .yz-s-msolution-card-wrap .yz-s-msolution-card-l {
  margin-left: 11px;
  background-image: url('../../../images/bg-c1.png');
  background-size: cover;
  transition: background-image 0.5s;

}

.yz-s-msolution .yz-s-msolution-card-wrap .yz-s-msolution-card-l:hover {
  background-image: url('../images/bg-c1_hover.png');
}

.yz-s-msolution .yz-s-msolution-card-wrap .yz-s-msolution-card-r {
  margin-left: 11px;
  background-image: url('../images/bg-c2.png');
  background-size: cover;
  transition: background-image 0.5s;
}

.yz-s-msolution .yz-s-msolution-card-wrap .yz-s-msolution-card-r:hover {
  background-image: url('../images/bg-c2_hover.png');
}

.yz-s-msolution .yz-s-msolution-card-wrap.en .yz-s-msolution-card-l .main-title,
.yz-s-msolution .yz-s-msolution-card-wrap.en .yz-s-msolution-card-r .main-title {
  font-size: 24px;
}

.yz-s-msolution .yz-s-msolution-card-wrap.en .yz-s-msolution-card-l .btn-area {
  width: 600px;
  margin-left: 45px;
}

.yz-s-msolution .yz-s-msolution-card-wrap.en .yz-s-msolution-card-r .btn-area {
  width: 350px;
  margin-left: 45px;
}

.yz-s-msolution .yz-s-msolution-card-wrap.en .yz-s-msolution-card-l .btn-area .btn-div,
.yz-s-msolution .yz-s-msolution-card-wrap.en .yz-s-msolution-card-r .btn-area .btn-div {
  font-size: 14px;
  width: 151px;
}

.yz-s-msolution-card-l .main-title,
.yz-s-msolution-card-r .main-title {
  font-size: 36px;
  font-weight: 700;
  color: rgba(43, 63, 127, 1);
  display: flex;
  align-items: baseline;
  margin-top: 52px;
  margin-left: 49px;
}

.yz-s-msolution-card-l .btn-area {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin-left: 56px;
  margin-top: 21px;

}

.yz-s-msolution-card-r .btn-area {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  margin-left: 56px;
  margin-top: 21px;
}

.yz-s-msolution-card-l .btn-area .btn-div,
.yz-s-msolution-card-r .btn-area .btn-div {
  /* background-image: url('../images/btn-bg.png'); */
  width: 128px;
  height: 36px;
  line-height: 36px;
  background-size: cover;
  font-size: 18px;
  color: rgba(43, 63, 127, 1);
  text-align: center;
  margin-right: 4px;
  margin-bottom: 10px;
  border-radius: 9px;
  background: rgba(247, 250, 255, 1);
  box-shadow: 0px 2px 1px rgba(0, 77, 219, 0.14), inset 2px 0px 2px rgba(156, 192, 255, 1), inset -2px 1px 2px rgba(245, 253, 255, 0.46);
}

.yz-s-msolution-card-l .main-title .second-title {
  font-size: 18px;
  font-weight: 700;
  color: rgba(43, 63, 127, 1);
}

.yz-s-msolution .yz-s-msolution-contatc-img {
  /* width: 100%; */
  width: 1533px;
  margin-top: 72px;
}

.yz-s-msolution .yz-s-msolution-contatc-img img {
  width: 100%;
}

.yz-s-contact {
  background-image: url('../../../images/bt-con.png');
  background-size: cover;
  height: 411px;
}

.yz-s-contact .yz-s-contact-wrap {
  width: 1400px;
  position: relative;
}

.yz-s-contact .yz-s-contact-wrap .home-btn {
  width: 152px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 30px;
}

.yz-s-contact .yz-s-contact-wrap .yz-main-word {
  font-size: 40px;
  color: rgba(56, 56, 56, 1);
  margin-top: 92px;
}

.yz-s-contact .yz-s-contact-wrap .home-btn {
  position: absolute !important;
  right: 0;
  top: 144px;
}

.yz-s-contact .yz-s-contact-wrap .yz-main-info {
  display: flex;
  margin-top: 86px;
}

.yz-s-contact .yz-s-contact-wrap .yz-main-info .yz-main-info_item {
  width: 20%;
  display: flex;
  position: relative;
}
.yz-s-contact .yz-s-contact-wrap .yz-main-info .yz-main-info_item:last-child{
  justify-content: center;
}
.yz-s-contact .yz-s-contact-wrap .yz-main-info .yz-main-info_item::after {
  content: '';
  position: absolute;
  width: 241px;
  height: 63px;
  background: radial-gradient(31.95% 31.75% at 50.20746887966805% 44.44444444444444%, rgba(93, 138, 227, 0.23) 0%, rgba(88, 137, 236, 0) 100%);
  bottom: -45px;
  left: -100px;
}

.yz-s-contact .yz-s-contact-wrap .yz-main-info .yz-main-info_item .yz-main-info_item_img {
  margin-right: 5px;
}

.yz-s-contact .yz-s-contact-wrap .yz-main-info .yz-main-info_item .yz-main-info_item_con .top-info {
  font-size: 18px
}

.yz-s-contact .yz-s-contact-wrap .yz-main-info .yz-main-info_item .yz-main-info_item_con .bottom-info {
  font-size: 16px;
  color: rgba(128, 128, 128, 1);
}

.yz-s-contact .yz-s-contact-wrap .yz-main-word .yz-main-topic {
  font-size: 40px;
  font-weight: 700;
  color: rgba(56, 56, 56, 1);
}

.yz-link-btn {
  font-size: 18px !important;
  color: rgba(74, 106, 247, 1) !important;
  display: block;
  cursor: pointer !important;
  height: auto !important;
  background-color: none !important;
  margin-top: 52px;
  margin-bottom: 75px;

}

.yz-link-btn:hover {
  text-decoration: underline;
}

.yz-yewu-card .yz-megamenu-block li a{
  display: flex;
}
.yz-yewu-card .yz-yewu-card-left img{
  width: 25px;
  height: 25px;
  margin: 0;
}
.yz-yewu-card .yz-yewu-card-right .yz-s-title{
  margin-top: 0;
  color: rgba(14, 14, 14, 1);
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px !important;
  height: auto !important;
  padding: 0;
}
.yz-yewu-card .yz-yewu-card-right{
  margin-left: 14px;
}
.yz-yewu-card .yz-yewu-card-right .yz-s-desc{
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(166, 166, 166, 1);
  margin-bottom: 0;
  min-height: auto;
}