#header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 6.875rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 0 1rem;
}
#header .header_container {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header_logo {
  width: 10.875rem;
}
#header .header_rb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
#header .header_rb .phone_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
#header .header_rb .phone_wrap .phone_icon {
  width: 1.875rem;
  margin-top: 0.875rem;
}
#header .header_rb .phone_wrap .phone_num {
  font-size: 1.875rem;
  color: #0062b2;
  font-weight: 700;
  margin-left: 0.5rem;
  align-self: flex-end;
}
#header .header_rb .header_navs {
  display: flex;
  align-items: center;
}
#header .header_rb .header_navs .header_nav {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
}
#header .header_rb .header_navs .header_nav:hover .header_nav_children {
  display: block;
}
#header .header_rb .header_navs .header_nav .header_nav_title {
  font-size: 1rem;
  color: #444444;
  font-weight: 700;
}
#header .header_rb .header_navs .header_nav .header_nav_children {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: none;
  padding: 0.5rem 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(54, 119, 204, 0.8);
}
#header .header_rb .header_navs .header_nav .header_nav_children .header_nav_child {
  padding: 0 2rem;
  white-space: nowrap;
  line-height: 3rem;
  font-size: 1rem;
  color: #767676;
  display: block;
}
#header .header_rb .header_navs .header_nav .header_nav_children .header_nav_child:hover {
  background-color: #0062b2;
  color: #ffffff;
}
#header .header_rb .header_navs .header_nav:nth-child(n+2) {
  margin-left: 4.5rem;
}
#header .header_rb .header_navs .header_nav.active {
  color: #0062b2;
  position: relative;
}
#header .header_rb .header_navs .header_nav.active::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #0062b2;
}
.main {
  padding-top: 6.875rem;
  min-width: 1185px;
  overflow: hidden;
}
.main .section_title_wrap {
  padding-top: 1.75rem;
  padding-left: 5rem;
  background-image: url('https://edoufile.obs.cn-south-1.myhuaweicloud.com/CHOSEN/PC/common/img_title_bg_1.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.main .section_title_wrap .section_title_cn {
  font-size: 2.25rem;
  color: #444444;
  font-weight: 700;
  letter-spacing: 0.25rem;
}
.main .section_title_wrap .section_title_en {
  font-size: 0.75rem;
  color: #000000;
}
.main .section_title_wrap.v2 {
  background-image: url('https://edoufile.obs.cn-south-1.myhuaweicloud.com/CHOSEN/PC/common/img_title_bg_2.png');
}
.main .section_title_wrap.v2 .section_title_cn,
.main .section_title_wrap.v2 .section_title_en {
  color: #ffffff;
}
#footer {
  background-color: #0062b2;
  padding: 0 8px;
  min-width: 1185px;
  padding: 4.5rem 0.5rem 2.625rem;
}
#footer .footer_wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
#footer .footer_lb .footer_company_wrap {
  color: #fff;
}
#footer .footer_lb .footer_company_wrap .footer_company_cn {
  font-size: 1.875rem;
}
#footer .footer_lb .footer_company_wrap .footer_company_en {
  font-size: 0.75rem;
}
#footer .footer_lb .detail {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1rem;
}
#footer .footer_lb .detail .location {
  width: 20.5rem;
}
#footer .footer_lb .detail .phone,
#footer .footer_lb .detail .email {
  margin-top: 1rem;
}
#footer .footer_lb .detail .qrcode {
  margin: 1.5rem 0 2rem;
  width: 6.5rem;
  height: 6.5rem;
}
#footer .footer_lb .detail .record_number,
#footer .footer_lb .detail .support {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer_bb {
  color: #ffffff;
  display: flex;
}
#footer .footer_bb .footer_navs_wrap:nth-child(n+2) {
  margin-left: 2.625rem;
}
#footer .footer_bb .footer_navs_wrap .footer_nav_title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
#footer .footer_bb .footer_navs_wrap .footer_navs {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
#footer .footer_bb .footer_navs_wrap .footer_navs .footer_nav {
  cursor: pointer;
  font-size: 1rem;
  color: #ffffff;
}
#footer .footer_bb .footer_navs_wrap .footer_navs .footer_nav:nth-child(n+2) {
  margin-top: 0.5rem;
}
#footer .footer_fb {
  background-color: #e6f0f7;
  width: 26.875rem;
  padding: 1.5rem 1.75rem;
  border-radius: 0.5rem;
}
#footer .footer_fb .footer_form_wrap .footer_form_title {
  font-size: 1.25rem;
  color: #0062b2;
  font-weight: 700;
}
#footer .footer_fb .footer_form_wrap .footer_form {
  margin-top: 1.75rem;
}
#footer .footer_fb .footer_form_wrap .footer_form .footer_form_item {
  display: flex;
}
#footer .footer_fb .footer_form_wrap .footer_form .footer_form_item:nth-child(n+2) {
  margin-top: 0.75rem;
}
#footer .footer_fb .footer_form_wrap .footer_form .footer_form_item .footer_form_label {
  color: #0062b2;
  font-size: 1rem;
  font-weight: 700;
  width: 4.125rem;
  height: 1.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .footer_fb .footer_form_wrap .footer_form .footer_form_item .footer_form_input {
  flex: 1;
  margin-left: 0.75rem;
}
#footer .footer_fb .footer_form_wrap .footer_form .footer_form_item .footer_form_input .footer_form_input_text {
  width: 100%;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #000000;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #0062b2;
}
#footer .footer_fb .footer_form_wrap .footer_form .footer_form_item .footer_form_input .footer_form_textarea {
  width: 100% !important;
  font-size: 0.875rem;
  color: #000000;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #0062b2;
  resize: none;
}
#footer .footer_fb .footer_form_wrap .footer_form_btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.75rem;
}
#footer .footer_fb .footer_form_wrap .footer_form_btn_wrap .footer_form_btn {
  width: 7.125rem;
  border: 1px solid #0062b2;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #0062b2;
  padding: 0.5rem 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
#footer .footer_fb .footer_form_wrap .footer_form_btn_wrap .footer_form_btn:hover {
  background-color: #0062b2;
  color: #ffffff;
}
#slider {
  z-index: 99;
  position: fixed;
  bottom: 10%;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  width: 5.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
#slider .slider_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#slider .slider_list .slider_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
  position: relative;
}
#slider .slider_list .slider_item:hover .slider_hover_wrap {
  display: block;
}
#slider .slider_list .slider_item .slider_title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #0062b2;
  font-weight: 700;
}
#slider .slider_list .slider_item .slider_hover_wrap {
  position: absolute;
  top: 50%;
  left: -22.5rem;
  transform: translateY(-50%);
  display: none;
}
#slider .slider_list .slider_item .slider_hover_wrap .slider_hover_content {
  font-size: 0.875rem;
  color: #0062b2;
  font-weight: 700;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  box-shadow: 8px 6px 12px rgba(54, 119, 204, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 0.75rem;
}
#slider .slider_list .slider_item .slider_hover_wrap .slider_hover_content .phone {
  font-size: 2rem;
}
#slider .slider_list .slider_item .slider_hover_wrap .slider_hover_content::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  width: 0;
  height: 0;
  border-left: 1.25rem solid #ffffff;
  border-right: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-top: 1.25rem solid transparent;
}
#slider .slider_list .slider_item:nth-child(1) .slider_icon {
  width: 2rem;
  height: 2rem;
}
#slider .slider_list .slider_item:nth-child(2) {
  cursor: pointer;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #0062b2;
}
#slider .slider_list .slider_item:nth-child(2) .slider_icon {
  width: 1.8125rem;
  height: 1.5rem;
}
#slider_form .slider_form_wrap {
  background-color: #e6f0f7;
  width: 28.9375rem;
  padding: 1.5rem 1.75rem;
  border-radius: 0.5rem;
}
#slider_form .slider_form_wrap .slider_form_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#slider_form .slider_form_wrap .slider_form_header .slider_form_title {
  font-size: 1.25rem;
  color: #0062b2;
  font-weight: 700;
}
#slider_form .slider_form_wrap .slider_form_header .slider_form_close {
  cursor: pointer;
}
#slider_form .slider_form_wrap .slider_form {
  margin-top: 1.75rem;
}
#slider_form .slider_form_wrap .slider_form .slider_form_item {
  display: flex;
}
#slider_form .slider_form_wrap .slider_form .slider_form_item:nth-child(n+2) {
  margin-top: 0.75rem;
}
#slider_form .slider_form_wrap .slider_form .slider_form_item .slider_form_label {
  color: #0062b2;
  font-size: 1rem;
  font-weight: 700;
  flex: 2;
  height: 1.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#slider_form .slider_form_wrap .slider_form .slider_form_item .slider_form_input {
  flex: 10;
  margin-left: 0.75rem;
}
#slider_form .slider_form_wrap .slider_form .slider_form_item .slider_form_input .slider_form_input_text {
  width: 100%;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #000000;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #0062b2;
}
#slider_form .slider_form_wrap .slider_form .slider_form_item .slider_form_input .slider_form_textarea {
  width: 100% !important;
  font-size: 0.875rem;
  color: #000000;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #0062b2;
  resize: none;
}
#slider_form .slider_form_wrap .slider_form_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}
#slider_form .slider_form_wrap .slider_form_btn_wrap .slider_form_btn {
  width: 7.125rem;
  border: 1px solid #0062b2;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #0062b2;
  padding: 0.5rem 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
#slider_form .slider_form_wrap .slider_form_btn_wrap .slider_form_btn:hover {
  background-color: #0062b2;
  color: #ffffff;
}
.pager {
  display: flex;
  justify-content: center;
}
.pager .list {
  width: 50%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .list a {
  color: #666;
}
.pager .list .prev a,
.pager .list .next a,
.pager .list .item a {
  display: block;
  padding: 0.75rem 1rem;
}
.pager .list .prev:hover,
.pager .list .next:hover,
.pager .list .item:hover {
  border: 1px solid #0062B1;
  background-color: #0062B1;
}
.pager .list .prev:hover a,
.pager .list .next:hover a,
.pager .list .item:hover a {
  color: #fff;
}
.pager .list .prev span,
.pager .list .next span,
.pager .list .item span {
  margin-left: 0.5rem;
}
.pager .list .prev.active,
.pager .list .next.active,
.pager .list .item.active {
  border: 1px solid #0062B1;
  background-color: #0062B1;
}
.pager .list .prev.active a,
.pager .list .next.active a,
.pager .list .item.active a {
  color: #fff;
}
.pager .list .prev:nth-child(n+2),
.pager .list .next:nth-child(n+2),
.pager .list .item:nth-child(n+2) {
  margin-left: 8px;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
  #header .header_container {
    min-width: 1185px;
  }
  .container {
    max-width: 1185px;
  }
  .main {
    min-width: 1185px;
  }
  #footer {
    min-width: 1185px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
  #header .header_container {
    min-width: 768px;
  }
  .container {
    max-width: 977px;
  }
  .main {
    min-width: 977px;
  }
  #footer {
    min-width: 977px;
  }
}
