/* navbar */
.navbar-static {
  height: auto;
}
.navbar {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: none;
}
.navbar:after {
  display: block;
}
.navbar a.logo {
  background-image: url('/themes/website/1/zh/m_jinze/static/img/logo-white.png');
}
.navbar a.bars {
  color: #fff;
}
.navbar.fixed {
  background-color: var(--theme-color);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

/* section */
.section {
  padding: .3rem;
}
.section .section-title {
  position: relative;
  padding-bottom: .2rem;
  font-size: .36rem;
  font-weight: 500;
}
.section .section-title .zh{
  /* margin-bottom: .1rem; */
}
.section .section-title .en{
  font-size: .28rem;
  color: #666;
}
.section .section-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 1rem;
  height: .05rem;
  background: var(--theme-color);
}
.section .section-content {
  margin: .2rem 0;
  overflow: hidden;
}
.section .poster {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  /* border: 0.1rem solid #fff; */
}
.section .poster img {
  width: 100%;
  height: auto;
}

/* overview */
.section.overview {
  background: url('/themes/website/1/zh/m_jinze/static/img/overview-bg.png') no-repeat center center / cover;
}
.section.overview .section-title *{
  color: #fff;
}
.section.overview .section-title:after  {
  background: #fff;
}
.section.overview .section-content {
  background: #fff;
}
.section.overview .editor-content {
  padding: 0 0.2rem;
  height: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.overview .editor-content.expanded {
  height: auto;
}

/* chairman */
.section.chairman .editor-content {
  padding: 0 .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.chairman .editor-content.expanded {
  -webkit-line-clamp: initial;
}

/* business */
.section.business {
  background: var(--theme-color) url('../img/business-bg.png') no-repeat center center / cover;
}

/* form */
.section.form {
  background: var(--theme-color) url('../img/form-bg.jpg') no-repeat center center / cover;
}
.section.form .section-content {
  padding: .6rem .3rem;
  background-color: rgb(23 51 107 / 80%);
  color: #fff;
  text-align: center;
}
.section.form .form-container .form-title {
  padding-bottom: 0.2rem;
  font-size: 0.36rem;
}
.section.form .form-container .form-desc {
  padding-bottom: 40px;
  font-size: 0.44rem;
}
.section.form .form-container .el-cascader,
.section.form .form-container .el-select,
.section.form .form-container .el-date-editor {
    width: 100% !important;
}
.section.form .form-container .el-input__inner {
    background-color: #334e7c00;
    border: 1px solid #fff !important;
    color: #fff !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
.section.form .form-container .el-form--label-top .el-form-item__label {
    display: none;
}
.section.form .form-container .el-form-item__content:last-child {
    text-align: center;
}
.section.form .form-container .el-form-item__content button {
    width: 35%;
    margin-top: 30px;
    border-radius: 0;
    background-color: transparent;
    border-color: #fff;
}
.section.form .form-container .el-form-item__content button:focus,
.section.form .form-container .el-form-item__content button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #18336a;
}
.section.form .form-container .captcha {
    width: auto;
    height: 38px;
    border: 1px solid #DCDFE6;
    cursor: pointer;
}
.section.form .form-container .captcha-content .el-form-item__content {
    line-height: 0;
    text-align: left;
}

/* statistics */
.statistics {
  padding: .2rem;
  color: var(--theme-color);
}
.statistics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.statistics ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20% !important;
  text-align: center;
}
.statistics ul li .num {
  position: relative;
  height: .9rem;
}
.statistics ul li .num:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: .5rem;
  height: .01rem;
  margin-left: -.25rem;
  background: var(--theme-color);
  border-radius: .1rem;
}
.statistics ul li .num b {
  font-size: .6rem;
}
.statistics ul li .num span {
  font-size: .24rem;
}
.statistics ul li .text {
  margin-top: 0.08rem;
  font-size: 0.2rem;
  text-align: center;
}

/* business */
.business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business-list .business-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem .5rem;
  margin: .2rem 0;
  color: #fff;
  border-bottom: .1rem solid #fff;
  background: rgba(0, 39, 102, 0.5);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.business-list .business-item .business-logo{
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.2rem;
}
.business-list .business-item .business-logo img{
  width: 100%;
  height: auto;
}
.business-list .business-item .business-title{
  font-size: .36rem;
}
.business-list .business-item .business-content{
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.6rem;
}<!--ºÄÊ±1763442943.351Ãë-->