* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  line-height: 1.35;
  color: #333;
  font-family: Microsoft YaHei;
  background-color: #ffffff;
}
/* 兼容火狐 */
body {
  scrollbar-color: rgba(0, 0, 0, 0.2) #fff;
  scrollbar-width: thin;
}
/* -webkit-内核滚动条设置 */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  /* background: rgba(0, 0, 0, 0.2); */
  background: #fff;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-thumb {
  width: 4px;
  background: #577196;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #fff;
}
ul,
li,
ol {
  list-style: none;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: #333;
}
a {
  cursor: pointer;
}
.img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inc_header {
  position: relative;
  padding: 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inc_header .log_box {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #4f6dd6;
}
.inc_header .menu_list {
  display: flex;
}
.inc_header .menu_list a {
  padding: 0 20px;
  color: #666666;
  font-size: 20px;
}
.inc_header .menu_list .active_status {
  color: #4c75b2;
}
.inc_header .menu_list img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.inc_header .show-wechart {
  display: none;
  position: absolute;
  top: 60px;
  right: 30px;
  padding: 10px;
  width: 110px;
  height: 110px;
  box-shadow: 0 0 10px 2px #eee;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
}
.inc_header .show-wechart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_banner {
  position: relative;
  width: 100%;
  height: 775px;
}
.main_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_banner .cause_name {
  position: absolute;
  left: 10%;
  bottom: 250px;
}
.main_banner .cause_name h3 {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.main_banner .cause_name p {
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
}
.main_about {
  position: relative;
  display: flex;
  margin-top: 20px;
  height: 500px;
}
.main_about .about_mess {
  flex-shrink: 0;
  padding: 60px 20% 0 30px;
  width: 60%;
  background-color: #f4f3f8;
}
.main_about .about_mess span {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 30px;
  color: #718dcf;
}
.main_about .about_mess p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.main_about .about_mess .about_btn {
  padding: 8px 35px;
  color: #ffffff;
  font-size: 14px;
  background: linear-gradient(to right, #274294, #0682c2);
  border-radius: 15px;
  cursor: pointer;
}
.main_about .about_mess .about_btn:hover {
  background: #fff;
  color: #274294;
  font-weight: 700;
}
.main_about .img_box {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 50%;
  height: 420px;
}
.main_cause {
  margin-bottom: 20px;
}
.main_cause > h3 {
  position: relative;
  padding: 50px 0 60px;
  font-size: 28px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.main_cause > h3::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #206ead;
}
.main_cause .cause_content {
  display: flex;
  padding: 0 30px;
  width: 100%;
  height: 560px;
  background-color: #133454;
}
.main_cause .cause_content .cause_list {
  flex-shrink: 0;
  padding: 30px 0;
  width: 200px;
  height: 560px;
  background-color: rgba(0, 0, 0, 0.1);
}
.main_cause .cause_content .cause_list .cause_item {
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  cursor: pointer;
}
.main_cause .cause_content .cause_list .active_static {
  width: 220px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: linear-gradient(to right, #264193, #097cbc);
}
.main_cause .cause_content .cause_detail {
  flex: 1;
  display: none;
  padding: 50px;
}
.main_cause .cause_content .cause_detail .cause_mess {
  position: relative;
  width: 50%;
  padding-top: 30px;
  padding-right: 30px;
}
.main_cause .cause_content .cause_detail .cause_mess h3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.main_cause .cause_content .cause_detail .cause_mess h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #fff;
}
.main_cause .cause_content .cause_detail .cause_mess p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.main_cause .cause_content .cause_detail .cause_mess .cause_btn {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.main_cause .cause_content .cause_detail .cause_mess .cause_btn a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
}
.main_cause .cause_content .cause_detail .cause_mess .cause_btn .detail {
  margin-right: 20px;
  color: #eee;
  border: 1px solid #eee;
}
.main_cause .cause_content .cause_detail .cause_mess .cause_btn .detail:hover {
  background-color: #fff;
  color: #1269af;
}
.main_cause .cause_content .cause_detail .cause_mess .cause_btn .contact {
  background-color: #fff;
  color: #1269af;
}
.main_cause .cause_content .cause_detail .cause_mess .cause_btn .contact:hover {
  background-color: unset;
  color: #eee;
  border: 1px solid #eee;
}
.main_cause .cause_content .cause_detail .cause_img {
  width: 48%;
  height: 460px;
  border-radius: 20px;
  overflow: hidden;
}
.main_cause .cause_content .cause_detail .cause_img:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.main_cause .cause_content .cause_detail .cause_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_cause .cause_content .animation {
  animation: fadeInUpAniview 1s;
}
.main_cause .cause_content .active_cause {
  display: flex;
}
.main_cause .cause_content .invest_status .cause_mess .cause_btn {
  position: static;
}
.main_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 30px;
  width: 100%;
  height: 200px;
  background-color: #2c3844;
}
.main_footer .tel_number p {
  margin-bottom: 10px;
  color: #eee;
  font-size: 16px;
}
.main_footer .tel_number .number {
  margin-bottom: 40px;
  font-size: 26px;
  color: #90adcd;
}
.main_footer .tel_number .time {
  font-size: 14px;
}
.main_footer .footer_content {
  display: flex;
}
.main_footer .footer_content .item {
  margin-right: 60px;
}
.main_footer .footer_content h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #eee;
  font-weight: 700;
}
.main_footer .footer_content li a {
  font-size: 14px;
  color: #8797a6;
  line-height: 1.6;
}
.main_footer .code_img img {
  border: 3px solid #2e54a1;
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.main_footer .code_img img:first-child {
  margin-right: 40px;
}
.cause_schema {
  padding: 50px 100px;
  display: flex;
  flex-wrap: wrap;
}
.cause_schema .cause_schema_item {
  display: block;
  margin-bottom: 60px;
  width: calc(50% - 30px);
}
.cause_schema .cause_schema_item:not(:nth-child(2n)) {
  margin-right: 60px;
}
.cause_schema .cause_schema_item .img_box {
  display: block;
  width: 100%;
  height: 525px;
  overflow: hidden;
}
.cause_schema .cause_schema_item .img_box:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.cause_schema .cause_schema_item p {
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  background-color: #f7f7f7;
}
.social_content {
  position: relative;
  margin: 20px 0;
  width: 100%;
  height: 500px;
  background: url(../img/4.jpeg) no-repeat center;
  background-size: cover;
}
.social_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(to right, #fff, transparent);
  z-index: 10;
}
.social_content .mian {
  position: absolute;
  top: 0;
  left: 0;
  padding: 70px 0 70px 15%;
  width: 50%;
  height: 500px;
  z-index: 100;
}
.social_content h3 {
  margin-bottom: 10px;
  font-size: 36px;
  color: #333;
  font-weight: 700;
}
.social_content h4 {
  margin-bottom: 40px;
  font-size: 26px;
  color: #5f5f5f;
}
.social_content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.club_company {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 600px;
  background: url(../img/4.jpeg) no-repeat center;
  background-size: cover;
}
.club_company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(to right, transparent, #07459c);
  z-index: 10;
}
.club_company .main_mess {
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 15% 50px 0;
  width: 60%;
  height: 600px;
  z-index: 100;
}
.club_company .main_mess h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.club_company .main_mess h4 {
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
  opacity: 0.2;
}
.club_company .main_mess .item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}
.club_company .main_mess .item .name {
  flex-shrink: 0;
  width: 100px;
}
.club_company .main_mess .item p {
  line-height: 1.6;
}
.search_information {
  padding: 50px 10%;
}
.search_information .title_name {
  margin-bottom: 5px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background-color: #1572b7;
}
.search_information .title_name li {
  flex: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.search_information .title_name li:first-child {
  flex: 2;
  text-align: left;
}
.search_information .job_item {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.search_information .job_item .item_title {
  position: relative;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.search_information .job_item .item_title li {
  flex: 1;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.search_information .job_item .item_title li:first-child {
  flex: 2;
  text-align: left;
}
.search_information .job_item .item_title .show_static {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
}
.search_information .job_item .item_content {
  display: none;
  padding: 10px 20px 30px;
}
.search_information .job_item .item_content p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.search_information .job_item .item_content .content_title {
  margin: 20px 0 5px;
  color: #488ab5;
}
.search_information .active_job .item_title {
  background-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.search_information .active_job .item_title .show_static {
  transform: translateY(-50%) rotate(-90deg);
}
.search_information .active_job .item_content {
  display: block;
}
.address_content {
  padding: 60px 10%;
  display: flex;
  justify-content: space-between;
}
.address_content .message h3 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
.address_content .message h4 {
  font-size: 16px;
  color: #666;
}
.address_content .message .tel_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.address_content .message .tel_box .tel_item {
  display: flex;
  margin-bottom: 30px;
  width: 50%;
}
.address_content .message .tel_box .tel_item img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.address_content .message .tel_box .tel_item .name {
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.address_content .message .code_box {
  display: flex;
}
.address_content .message .code_box .code_item {
  margin-right: 20px;
  width: 110px;
  text-align: center;
}
.address_content .message .code_box .code_item img {
  margin-bottom: 10px;
  width: 110px;
  height: 110px;
}
.address_content .message .code_box .code_item p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.address_content .address {
  flex-shrink: 0;
  padding: 20px;
  width: 50%;
  height: 400px;
}
.contact_us {
  padding: 60px 10%;
  background-color: #f7f7f7;
}
.contact_us h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
.contact_us p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.contact_us .leave_message {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.contact_us .leave_message .img_box {
  flex-shrink: 0;
  width: 600px;
  height: 600px;
  border-radius: 5px;
  overflow: hidden;
}
.contact_us .leave_message .message {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 40px;
}
.contact_us .leave_message .message .first_input {
  padding-right: 40px;
  width: 50%;
}
.contact_us .leave_message .message input {
  width: 80%;
  border: unset;
  padding-bottom: 20px;
  border-bottom: 1px solid #1472b7;
}
.contact_us .leave_message .message input:focus-visible {
  outline: unset;
}
.contact_us .leave_message .message input:-internal-autofill-selected {
  background-color: #ffffff !important;
}
.contact_us .leave_message .message .input_item {
  width: 100%;
}
.contact_us .leave_message .message textarea {
  width: 80%;
  border: unset;
  padding-bottom: 20px;
  border-bottom: 1px solid #1472b7;
}
.contact_us .leave_message .message textarea:focus-visible {
  outline: unset;
}
.contact_us .leave_message .message .send_btn {
  padding: 0 50px;
  height: 40px;
  border: unset;
  color: #fff;
  border-radius: 2px;
  background-color: #1472b7;
}
.cause_detail_page {
  padding: 30px 60px;
}
.cause_detail_page .cause_page_item {
  display: flex;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #f6f7f9;
}
.cause_detail_page .cause_page_item .img_box {
  width: 40%;
  height: 400px;
  overflow: hidden;
}
.cause_detail_page .cause_page_item .img_box:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.cause_detail_page .cause_page_item .page_detail {
  padding: 0 60px;
  width: 60%;
}
.cause_detail_page .cause_page_item .page_detail h3 {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.cause_detail_page .cause_page_item .page_detail p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.cause_detail_page .cause_page_item .page_detail .last_h3 {
  margin-top: 0;
}
@keyframes fadeInUpAniview {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
