header {
  background-color: #A4BBD6;
}
header .head {
  margin: 0 auto;
  width: 1280px;
  height: 94px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo img {
  width: 209px;
  height: 73px;
}
header .head nav {
  display: flex;
}
header .head nav a {
  box-sizing: border-box;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  padding: 35px 32px;
}
header .head nav a:hover {
  background-color: #C3D7EF;
}
header .head .search {
  display: flex;
  align-items: center;
  width: 211px;
  height: 40px;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 20px;
  padding: 0 14px;
}
header .head .search input {
  width: calc(100% - 34px);
  border: none;
  background: none;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #A4BBD6;
}
header .head .search input::-webkit-input-placeholder {
  color: #A4BBD6;
}
header .head .search .search_img {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
#content {
  width: 1280px;
  flex: 1;
  padding: 20px;
  margin: 0 auto;
}
#content .bread {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 12px;
}
#content .bread a {
  color: #333333;
}
footer {
  width: 100%;
}
footer .foot_t {
  width: 100%;
  background: #A4BBD6;
}
footer .foot_t .foot_t_c {
  width: 1280px;
  margin: 0 auto;
  padding: 31px 70px;
  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: b;
  font-weight: bold;
  color: #FFFFFF;
}
footer .foot_t .foot_t_c .email {
  width: 1140px;
  height: 107px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  padding: 28px 36px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer .foot_t .foot_t_c .email .email_left .p1 {
  font-size: 18px;
  font-family: r;
  font-weight: 400;
  color: #A4BBD6;
  margin-bottom: 4px;
}
footer .foot_t .foot_t_c .email .email_left .p2 {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #A4BBD6;
}
footer .foot_t .foot_t_c .email .email_right {
  width: 457px;
  height: 48px;
  background: #A4BBD6;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 0 6px 0 24px;
}
footer .foot_t .foot_t_c .email .email_right img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
footer .foot_t .foot_t_c .email .email_right input {
  width: 310px;
  height: 44px;
  background: #A4BBD6;
  border: none;
  color: #fff;
}
footer .foot_t .foot_t_c .email .email_right input::-webkit-input-placeholder {
  height: 15px;
  font-size: 12px;
  font-family: zi1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 14px;
}
footer .foot_t .foot_t_c .email .email_right button {
  width: 94px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 30px;
  font-size: 12px;
  font-family: b;
  font-weight: bold;
  color: #7492B6;
  border: none;
  cursor: pointer;
}
footer .foot_b {
  width: 100%;
  background-color: #7492B5;
}
footer .foot_b .foot_b_c {
  width: 1280px;
  margin: 0 auto;
  padding: 14px 70px;
  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 span {
  width: 671px;
  height: 40px;
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
footer .foot_b .foot_b_c .c_right {
  width: 228px;
  height: 17px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
