* {
  margin: 0;
  padding: 0;
}
header .branch_nav {
  width: 1280px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  justify-content: space-between;
}
header .branch_nav .logo img {
  width: 100px;
  height: 58px;
}
header .branch_nav .nav_list a {
  padding: 13px 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-family: FuturaPT-Medium;
  font-weight: 500;
  color: #333333;
  border-radius: 22px;
  position: relative;
  margin-right: 54px;
}
header .branch_nav .nav_list a img {
  position: absolute;
  left: -40px;
  top: -10px;
}
header .branch_nav .search {
  cursor: pointer;
}
header .branch_nav .input-s {
  display: none;
  width: 1033px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 45px 45px 45px 45px;
  opacity: 1;
  padding: 0 24px;
  box-sizing: border-box;
  align-items: center;
}
header .branch_nav .input-s .sou,
header .branch_nav .input-s .cha {
  cursor: pointer;
}
header .branch_nav .input-s .sou {
  margin-right: 12px;
}
header .branch_nav .input-s .cha {
  margin-left: 12px;
}
header .branch_nav .input-s input {
  flex: 1;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Medium;
  font-weight: 500;
  color: #999999;
}
header .m_head {
  width: 100%;
  height: 61px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
header .m_head .m_list,
header .m_head .cha1,
header .m_head .search_bai {
  width: 28px;
  height: 28px;
}
header .m_head .cha1 {
  display: none;
}
header .m_head .m_logo {
  transform: translateY(3px);
}
header .m_head .m_logo img {
  width: 72px;
}
header .m_head .m-input-s {
  display: none;
  width: calc(100% -48px);
  height: 48px;
  background: #FFFFFF;
  border-radius: 45px 45px 45px 45px;
  opacity: 1;
  padding: 0 24px;
  box-sizing: border-box;
  align-items: center;
}
header .m_head .m-input-s .m-sou,
header .m_head .m-input-s .m-cha {
  cursor: pointer;
}
header .m_head .m-input-s .m-sou {
  margin-right: 12px;
}
header .m_head .m-input-s .m-cha {
  margin-left: 12px;
}
header .m_head .m-input-s input {
  flex: 1;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Medium;
  font-weight: 500;
  color: #999999;
}
header .m_head .m_kuang {
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 10;
  background: rgba(22, 1, 43, 0.5);
  width: 100%;
  height: 100vh;
  display: none;
}
header .m_head .m_kuang .child {
  background: #008152;
}
header .m_head .m_kuang .child .child_list a {
  display: block;
  font-family: FuturaPT-Medium;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  padding: 12px;
}
header .m_head .m_kuang .child .child_list a:last-child {
  border-bottom: none;
}
#content {
  flex: 1;
}
footer {
  width: 100%;
  background: #0F6445;
}
footer .foot_t {
  width: 100%;
}
footer .foot_t .foot_t_c {
  width: 1280px;
  margin: 0 auto;
  padding: 31px 70px 0;
  box-sizing: border-box;
}
footer .foot_t .foot_t_c .privacy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .foot_t .foot_t_c .privacy .privacy_left {
  width: 468px;
  display: flex;
  justify-content: space-between;
}
footer .foot_t .foot_t_c .privacy a {
  font-size: 16px;
  font-family: Oxanium-Regular;
  font-weight: 400;
  color: #fff;
}
footer .foot_t .foot_t_c .email {
  width: 1140px;
  height: 107px;
  background: #008152;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  padding: 28px 36px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
footer .foot_t .foot_t_c .email .email_left .p1 {
  height: 23px;
  font-size: 18px;
  font-family: Oxanium-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  margin-bottom: 10px;
}
footer .foot_t .foot_t_c .email .email_left .p2 {
  height: 24px;
  font-size: 14px;
  font-family: Oxanium-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
footer .foot_t .foot_t_c .email .email_right {
  width: 457px;
  height: 48px;
  background: #fff;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 0;
}
footer .foot_t .foot_t_c .email .email_right img {
  margin-left: 15px;
  vertical-align: middle;
}
footer .foot_t .foot_t_c .email .email_right input {
  width: 310px;
  background: #fff;
  border: none;
  color: #333;
}
footer .foot_t .foot_t_c .email .email_right input::-webkit-input-placeholder {
  height: 15px;
  font-size: 12px;
  font-family: Oxanium-Regular;
  font-weight: 400;
  color: #333;
  line-height: 14px;
}
footer .foot_t .foot_t_c .email .email_right button {
  width: 94px;
  height: 36px;
  background: #333;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  font-size: 12px;
  font-family: Oxanium-Bold;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  vertical-align: middle;
}
footer .foot_b {
  width: 100%;
}
footer .foot_b .foot_b_c {
  width: 1280px;
  margin: 0 auto;
  padding: 14px 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .foot_b .foot_b_c .c_left {
  display: flex;
  align-items: center;
}
footer .foot_b .foot_b_c .c_left img {
  width: 130px;
  height: 58px;
  margin-right: 20px;
}
footer .foot_b .foot_b_c .c_left span {
  font-size: 20px;
  font-family: Oxanium-Regular;
  font-weight: 400;
  color: #fff;
}
footer .foot_b .foot_b_c .c_right {
  font-size: 14px;
  font-family: Oxanium-Regular;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .branch_nav {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot_t .foot_t_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px 12px 0;
    box-sizing: border-box;
  }
  footer .foot_t .foot_t_c .privacy {
    margin-bottom: 12px;
  }
  footer .foot_t .foot_t_c .privacy a {
    font-size: 12px;
  }
  footer .foot_t .foot_t_c .email {
    width: 100%;
    height: auto;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot_t .foot_t_c .email .email_left {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p1,
  footer .foot_t .foot_t_c .email .email_left .p2 {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p2 {
    margin-bottom: 8px;
  }
  footer .foot_t .foot_t_c .email .email_right {
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 12px;
  }
  footer .foot_t .foot_t_c .email .email_right img {
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
  }
  footer .foot_t .foot_t_c .email .email_right input {
    width: calc(100% - 120px);
  }
  footer .foot_t .foot_t_c .email .email_right button {
    width: 94px;
  }
  footer .foot_b {
    width: 100%;
  }
  footer .foot_b .foot_b_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left {
    display: flex;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left img {
    margin-right: 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .branch_nav {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot_t .foot_t_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px 12px 0;
    box-sizing: border-box;
  }
  footer .foot_t .foot_t_c .privacy {
    margin-bottom: 12px;
  }
  footer .foot_t .foot_t_c .privacy a {
    font-size: 12px;
  }
  footer .foot_t .foot_t_c .email {
    width: 100%;
    height: auto;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot_t .foot_t_c .email .email_left {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p1,
  footer .foot_t .foot_t_c .email .email_left .p2 {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p2 {
    margin-bottom: 8px;
  }
  footer .foot_t .foot_t_c .email .email_right {
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 12px;
  }
  footer .foot_t .foot_t_c .email .email_right img {
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
  }
  footer .foot_t .foot_t_c .email .email_right input {
    width: calc(100% - 120px);
  }
  footer .foot_t .foot_t_c .email .email_right button {
    width: 94px;
  }
  footer .foot_b {
    width: 100%;
  }
  footer .foot_b .foot_b_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left {
    display: flex;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left img {
    margin-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .branch_nav {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot_t .foot_t_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px 12px 0;
    box-sizing: border-box;
  }
  footer .foot_t .foot_t_c .privacy {
    margin-bottom: 12px;
  }
  footer .foot_t .foot_t_c .privacy a {
    font-size: 12px;
  }
  footer .foot_t .foot_t_c .email {
    width: 100%;
    height: auto;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot_t .foot_t_c .email .email_left {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p1,
  footer .foot_t .foot_t_c .email .email_left .p2 {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p2 {
    margin-bottom: 8px;
  }
  footer .foot_t .foot_t_c .email .email_right {
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 12px;
  }
  footer .foot_t .foot_t_c .email .email_right img {
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
  }
  footer .foot_t .foot_t_c .email .email_right input {
    width: calc(100% - 120px);
  }
  footer .foot_t .foot_t_c .email .email_right button {
    width: 94px;
  }
  footer .foot_b {
    width: 100%;
  }
  footer .foot_b .foot_b_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left {
    display: flex;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left img {
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .branch_nav {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot_t .foot_t_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px 12px 0;
    box-sizing: border-box;
  }
  footer .foot_t .foot_t_c .privacy {
    margin-bottom: 12px;
  }
  footer .foot_t .foot_t_c .privacy a {
    font-size: 12px;
  }
  footer .foot_t .foot_t_c .email {
    width: 100%;
    height: auto;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot_t .foot_t_c .email .email_left {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p1,
  footer .foot_t .foot_t_c .email .email_left .p2 {
    height: auto;
  }
  footer .foot_t .foot_t_c .email .email_left .p2 {
    margin-bottom: 8px;
  }
  footer .foot_t .foot_t_c .email .email_right {
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 12px;
  }
  footer .foot_t .foot_t_c .email .email_right img {
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
  }
  footer .foot_t .foot_t_c .email .email_right input {
    width: calc(100% - 120px);
  }
  footer .foot_t .foot_t_c .email .email_right button {
    width: 94px;
  }
  footer .foot_b {
    width: 100%;
  }
  footer .foot_b .foot_b_c {
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left {
    display: flex;
    flex-direction: column;
  }
  footer .foot_b .foot_b_c .c_left img {
    margin-right: 0;
  }
}
