.w-container {
  margin: 0 auto;
  max-width: 940px;
}

/* 头部 */
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 30px 40px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle.w--open,
.w-dropdown-toggle:hover {
  background: rgba(19, 19, 19, 0.97);
}

.w-dropdown-toggle a {
  text-decoration: none;
  color: #fff;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #fff;
  display: none;
  min-width: 100%;
  width: 240px;
  padding: 10px 20px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: transparent;
  text-align: left;
}

.w-dropdown-list a {
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  display: block;

}

.w-dropdown-list a:hover {
  color: #22bac2;
  font-weight: bold;

}

.w-dropdown-list.w--open {
  /* background-color: transparent; */
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  display: block;


}

.w-dropdown-list h4 {
  margin-top: 20px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #22bac2;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}


.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}



.w-nav {
  position: relative;
  background: rgba(0, 0, 0, .85);
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
  padding: 10px 0;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(19, 19, 19, 0.97);
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 4.2rem;
  display: none;
  cursor: pointer;
  color: #fff;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.navbar {
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  border: 0px none #000;
  background-color: rgba(0, 0, 0, 0.85);
  color: #e4e9fc;
}

.navbar:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.nav-menu {
  position: static;
  padding-top: 0px;
}

/* 头部 end */
/* footer */
.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(19, 19, 19, 0.97);
  text-align: center;
}

.footer .footer-flex-container {
  display: flex;
  margin-bottom: 40px;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;

}

.footer .footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #dbdbdb;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
}

.footer .footer-flex-container .footer-list .footer-heading a {
  color: #fff;
}

.footer .footer-flex-container ul {
  margin: 0;
  padding-bottom: 20px;
}

.footer .footer-flex-container ul li {
  margin-bottom: 10px;
}

.footer .footer-flex-container ul li a {
  display: block;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #c2c2c2;
  font-size: 1.2rem;
  font-weight: 300;
}

.footer .footer-flex-container ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer .footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer .footer-image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer .footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #8a8a8a;
  font-size: 1.2rem;
}


.footer .footer-text a {
  color: #8f8f8f;
  text-decoration: none;
}

/* footer  end */


.w-tab-menu {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bolder;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-wrap: wrap;
}

.w-tab-link {
  width: 50%;
  padding: 60px 0;
  cursor: pointer;
  color: #222222;
  background: none;
  font-family: 'Open Sans', sans-serif;
}

.w-tab-link.w--current {
  background-color: rgba(34, 186, 194, 0.14);
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid !important;
}

.wf-layout-cell {
  display: flex !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

/* 表格 */

.trTh {
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 10px 0;
  display: flex;
}

.trTh .w-col {
  padding: 0 10px;
}

.trTd {
  padding: 10px 0;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  line-height: 28px;
  background-color: #fff;
}

.trTd .w-col {
  padding: 0 10px;
}

.trTdGray {
  background-color: rgba(236, 237, 241, 0.8);
}

/* 居中的img */

.imgcenter {
  text-align: center;
}

.imgcenter img {
  margin: 0 auto;
}

/* h标签 */
.bgBlue {
  display: inline-block;
  margin: 40px 0 20px;
  padding: 5px 10px;
  font-size: 2.4rem;
  background-color: #0284db;
  font-family: 'Open Sans', sans-serif;
  color: #fff;

}

.bgGreen {
  display: inline-block;
  margin: 40px 0 20px;
  padding: 5px 10px;
  font-size: 2.4rem;
  background-color: #22bac2;
  font-family: 'Open Sans', sans-serif;
  color: #fff;

}

.btn_blue {
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 10px;
  background-color: #3898EC;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  margin-right: 10px;
}

/* 业务咨询*/
.consultBox {
  width: 312px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #FEFAFA;
  border-radius: 4px;
}

.consultBox .title {
  background-color: #080908;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.consultBox .title span {
  display: flex;
}

.consultBox .title img {
  width: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

.consultBox .title i {
  font-style: normal;
}

.consultBox .consultConts {
  border: 1px solid #d8d8d8;
  padding: 30px 16px 20px;
  border-radius: 0 0 4px 4px;
  display: none;
}

.consultBox .w-button {
  display: inline-block;
  overflow: visible;
  margin: 0px;
  padding: 8px 15px;
  align-items: center;
  background-color: #22bac2;
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  font-weight: 300;
  border-radius: 4px;

}

.consultBox .btnBox {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consultBox .btnBox .fred {
  color: #F40606;
  font-size: 14px;

}

.consultBox .ipt {
  padding: 10px;
  border: 1px solid #D8D8D8;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  outline: none;
}

.consultBox .borRed{
  border: 1px solid #f55;
}

.btnDown {
  display: none;
}

.btnUp {
  display: block;
}

/* 表单提交 */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#B4B4B4;
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Firefox 19+ */
  color:#B4B4B4;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* IE 10+ */
  color:#B4B4B4;
}
textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
  color:#B4B4B4;
}
.fright {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #2D2D2D;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px;
  align-items: center;
  background: #FEFAFA;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #979797;
  transform: translate(-50%,-50%);
}

.fright img {
  width: 40px;
  height: 40px;
  margin-right: 10px;

}