body {
  background: #f6f7fb;
}

.banner_img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
}

.banner_img .banner_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
}

.banner_img .banner_title .banner_about_us {
  height: 53px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0px;
  color: white;
  margin-bottom: 16px;
}

.banner_img .banner_title .banner_about_us_english {
  height: 34px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: white;
}

.deposit_head {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  margin: auto;
}

.deposit_head .deposit_ul {
  width: 1392px;
  margin: 22px auto;
  justify-content: space-around;
}

.deposit_head .deposit_ul li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  cursor: pointer;
}

.deposit_head .deposit_ul li div {
  transition: all .3s;
}

.deposit_head .deposit_ul #jianjie .deposit_li_active_title {
  color: #de2828;
}

.deposit_head .deposit_ul .deposit_li_active .deposit_li_active_title,
.deposit_head .deposit_ul li:hover .deposit_li_active_title {
  color: #de2828;
}

.container {
  width: 100%;
}

.container .company_profile {
  text-align: center;
}

.container .company_profile .company_profile_head {
  margin-bottom: 24px;
}

.container .company_profile .company_profile_head .company_profile_title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 8px;
  text-align: left;
}

.container .company_profile .company_profile_item {
  padding: 48px 0;
}

.container .company_profile .company_profile_item:nth-child(2n) {
  background-color: #fff;
}

.container .company_profile .company_profile_item .company_profile_box {
  width: 1392px;
  margin: 0 auto;
}

.container .company_profile .company_profile_item .company_profile_box .company_profile_border {
  width: 48px;
  height: 8px;
  background: #c30113;
}

.container .company_profile .company_profile_content {
  width: 100%;
}

.container .company_profile .company_profile_content #img {
  width: 472px;
  height: 380px;
  margin: 0;
  padding: 32px 32px 32px 24px;
}

.container .company_profile .company_profile_content .company_profile_text {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #333333;
}

.container .management_system .management_system_head {
  margin-bottom: 24px;
}

.container .management_system .management_system_head .management_system_title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 8px;
  text-align: left;
}

.container .management_system .management_system_content {
  width: 100%;
}

.container .management_system .management_system_content #manage {
  width: 472px;
  height: 380px;
  margin: 0;
  padding: 32px 32px 32px 24px;
}

.container .management_system .management_system_content .company_profile_manage {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #333333;
}

.container .employee_style .employee_style_head {
  margin-bottom: 24px;
}

.container .employee_style .employee_style_head .employee_style_title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 8px;
  text-align: left;
}

.container .employee_style .employee_style_content {
  width: 100%;
}

.container .employee_style .employee_style_content .employee_style_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.container .employee_style .employee_style_content .employee_style_ul .employee_style_li {
  width: 300px;
  margin-bottom: 32px;
  display: inline-block;
}

.container .employee_style .employee_style_content .employee_style_ul .employee_style_li img {
  width: 300px;
  height: 300px;
  margin: 32px 0;
}

.container .employee_style .employee_style_content .employee_style_ul .employee_style_li .employee_style_name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 16px 0 8px;
}

.container .employee_style .employee_style_content .employee_style_ul .employee_style_li .employee_style_post {
  font-size: 16px;
  color: #333333;
}

.container .office_environment .office_environment_head {
  margin-bottom: 24px;
}

.container .office_environment .office_environment_head .office_environment_title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 8px;
  text-align: left;
}

.container .office_environment .office_environment_content {
  width: 100%;
}

.container .office_environment .office_environment_content .office_environment_ul {
  flex-wrap: wrap;
  justify-content: space-between;
}

.container .office_environment .office_environment_content .office_environment_ul li {
  display: inline-block;
  width: 24%;
  margin-bottom: 16px;
}

.container .office_environment .office_environment_content .office_environment_ul li img {
  width: 100%;
  height: 224px;
}

.container .office_environment .office_environment_content .office_environment_ul li .office_environment_text {
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.container .honors_qualifications .honors_qualifications_head {
  margin-bottom: 24px;
}

.container .honors_qualifications .honors_qualifications_head .honors_qualifications_title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 8px;
  text-align: left;
}

.container .honors_qualifications .honors_qualifications_content {
  width: 100%;
  padding: 16px;
  margin: 0 auto;
}

.container .honors_qualifications .honors_qualifications_content .swiper-honors .swiper-slide .image {
  width: 320px;
  height: 320px;
}
