a,
a:hover,
a:active {
  display: block;
  text-decoration: none;
  color: #373737;
}
h1,
h2,
h3 {
  font-weight: 400;
}
.ovfHiden {
  overflow: hidden;
}
input:-webkit-autofill {
  transition: background-color 100s ease-in-out 0s;
}
#footer input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  transition: background-color 100s ease-in-out 0s;
}
#sliderCaptcha_masker {
  z-index: 99;
}
#sliderCaptcha_masker .ed_sliderCaptcha_section {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.e-masker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(8, 8, 8, 0.7);
  z-index: 100;
  transform: scale(1.185);
  -ms-transform: scale(1.185);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
  pointer-events: none;
}
.e-masker.show {
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
header#navbar {
  height: 110px;
  line-height: 110px;
  transition: background-color 1s;
}
header#navbar:hover {
  background-color: rgba(0, 100, 180, 0.9);
}
header#navbar:hover #nav-thumb {
  opacity: 0;
}
header#navbar.style2 {
  background-color: #2962ae;
}
header#navbar.style2:hover #nav-main {
  transform: translateY(0) !important;
}
header#navbar.style2 #nav-main {
  transform: translateY(-110px);
}
header#navbar.style2 #nav-main .nav .nav-item .navSub {
  background-color: #fff;
  box-shadow: 0 0 15px #4483c3;
}
header#navbar.style2 #nav-thumb {
  opacity: 1;
}
header#navbar #nav-main {
  display: flex;
  justify-content: center;
  transform: translateY(0);
  transition: transform 1s;
}
header#navbar #nav-main .nav:nth-child(2) {
  padding-left: 210px;
}
header#navbar #nav-main .nav .nav-item {
  width: 180px;
  position: relative;
  transition: background-color 1s;
  text-align: center;
}
header#navbar #nav-main .nav .nav-item:hover .nav-item-link {
  border-bottom: solid 2px #fff;
}
header#navbar #nav-main .nav .nav-item:hover .navSub {
  display: block;
}
header#navbar #nav-main .nav .nav-item .nav-item-link {
  color: #fff;
  display: inline !important;
  transition: color 1s;
  font-size: 14px;
  white-space: nowrap;
}
header#navbar #nav-main .nav .nav-item .navSub {
  display: none;
  margin: 0;
  padding: 0.5rem 0;
  top: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  left: 0;
  min-width: 275px;
  z-index: 3;
}
header#navbar #nav-main .nav .nav-item .navSub .nav-subitem {
  list-style: none;
}
header#navbar #nav-main .nav .nav-item .navSub .nav-subitem .nav-subitem-link {
  color: #4d4d4d;
  line-height: 58px;
  padding: 0 2rem;
  text-align: left;
}
header#navbar #nav-main .nav .nav-item .navSub .nav-subitem .nav-subitem-link:hover {
  color: #ffffff;
  background-color: rgba(0, 100, 180, 0.9);
}
header#navbar #nav-thumb {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
header#navbar #nav-thumb .nav-hidden {
  visibility: hidden;
}
header#navbar #nav-thumb .nav-item {
  padding: 0 1rem;
  position: relative;
  transition: background-color 1s;
}
header#navbar #logo {
  width: 210px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
header#navbar #logo img {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: 100%;
}
header#navbar #logo .logo1 {
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  header .nav .active {
    display: none;
  }
}
.btn_blue {
  width: 290px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #ffff;
  background-color: #0064b4;
  box-shadow: 10px 10px 18px rgba(0, 100, 180, 0.25);
}
.btn_white {
  width: 290px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #0064b4;
  background-color: #ffff;
}
#footer {
  position: relative;
  z-index: 2;
  padding: 16rem 0 10rem;
  background-image: url('https://cksfile.keshun.com.cn/siteEN2024/pc/footer/bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .footer_container {
  width: 70%;
  margin: 0 auto;
  display: flex;
}
#footer .footer_container .footer_container_left {
  width: 550px;
  color: #ffffff;
}
#footer .footer_container .footer_container_left .footer_logo {
  width: 387px;
}
#footer .footer_container .footer_container_left .footer_company {
  margin-top: 48px;
  font-size: 25px;
  line-height: 1;
}
#footer .footer_container .footer_container_left .footer_msg_list {
  margin-top: 16px;
}
#footer .footer_container .footer_container_left .footer_msg_list .footer_msg_item {
  display: flex;
}
#footer .footer_container .footer_container_left .footer_msg_list .footer_msg_item:nth-child(n+2) {
  margin-top: 12px;
}
#footer .footer_container .footer_container_left .footer_msg_list .footer_msg_item .footer_msg_icon {
  flex-shrink: 0;
  width: 22px;
  margin-top: 4px;
}
#footer .footer_container .footer_container_left .footer_msg_list .footer_msg_item .footer_msg_detail {
  margin-left: 12px;
}
#footer .footer_container .footer_container_left .footer_msg_list .footer_msg_item .footer_msg_detail .footer_msg_title {
  font-size: 20px;
  line-height: 1;
}
#footer .footer_container .footer_container_left .footer_msg_list .footer_msg_item .footer_msg_detail .footer_msg_desc {
  margin-top: 4px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}
#footer .footer_container .footer_container_left .footer_msg_medias {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#footer .footer_container .footer_container_left .footer_msg_medias .media-item {
  width: 30px;
  border-radius: 4px;
  overflow: hidden;
}
#footer .footer_container .footer_container_left .footer_msg_medias .media-item .media-img {
  display: block;
  width: 100%;
}
#footer .footer_container .footer_container_right {
  flex: 1;
  margin-left: 4rem;
}
#footer .footer_container .footer_container_right .form_title {
  font-size: 37px;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
#footer .footer_container .footer_container_right .form_intro {
  margin-top: 4px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
#footer .footer_container .footer_container_right .form_wrap {
  margin-top: 32px;
}
#footer .footer_container .footer_container_right .form_wrap #formFooter {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item input {
  width: 100%;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: inherit;
  padding: 0 8px;
  color: #ffffff;
  font-size: 16px;
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: inherit;
  padding: 8px;
  color: #ffffff;
  font-size: 16px;
}
#footer .footer_container .footer_container_right .form_wrap #formFooter .form_item textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer_container .footer_container_right .form_wrap .btnSubmit {
  border-radius: 4px;
  margin-top: 32px;
  width: 135px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5cb531;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
#navsub {
  position: absolute;
  height: 110px;
  top: -110px;
}
.main {
  width: 100%;
}
.main .container {
  max-width: 1200px;
  position: relative;
}
.main .headbg {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main .navs {
  background-color: #DFF1FF;
  position: relative;
}
.main .navs.sub {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #F0F0F0;
}
.main .navs.sub .list {
  justify-content: center;
}
.main .navs.sub .list .item.active {
  border-bottom: 0;
}
.main .navs.style2 {
  position: fixed;
  width: 100%;
  top: 110px;
  z-index: 10;
}
.main .navs .list {
  display: flex;
  justify-content: flex-end;
}
.main .navs .list .item {
  text-align: center;
  min-width: 174px;
  height: 68px;
  max-height: 68px;
  padding: 24px 8px;
  font-size: 1rem;
}
.main .navs .list .item.active {
  background-color: #fff;
  border-bottom: 2px solid #0062B1;
  color: #0062B1;
}
.main .navs .list .item:hover {
  position: relative;
}
.main .navs .list .item:hover .menu2 {
  display: block;
  position: absolute;
  background-color: #DFF1FF;
  z-index: 10;
  width: 100%;
  top: 68px;
}
.main .navs .list .item:hover .menu2 .selector {
  padding: 24px 0;
}
.main .navs .list .item:hover .menu2 .selector:hover {
  background-color: #fff;
  border-bottom: 2px solid #0062B1;
}
.main .navs .list .item .menu2 {
  display: none;
}
.main a {
  text-decoration: none;
}
.main a:hover {
  color: #373737;
}
.main a:active {
  color: #373737;
}
#sider {
  position: fixed;
  right: 0;
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  bottom: 2rem;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  box-shadow: 0 0 1px 0px #0063b4;
  z-index: 5;
}
#sider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sider ul > .item {
  position: relative;
  padding: 1rem 0;
  cursor: pointer;
}
#sider ul > .item:nth-of-type(n+2) {
  border-top: solid 1px #dbdbdbdb;
}
#sider .item .icon {
  width: 2rem;
  fill: #dbdbdbdb;
}
#sider .item:hover .icon {
  fill: #2962ae;
}
#sider ul .item .hover-content {
  position: absolute;
  right: 2rem;
  padding-right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#sider ul .item:hover .hover-content {
  display: block;
}
#sider ul .item .hover-content .bb {
  background-color: #fff;
  position: relative;
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 3px 8px #3677cc;
}
#sider ul .item .hover-content .bb::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-left-color: #fff;
  border-left-width: 10px;
  border-style: solid;
  right: -20px;
  top: 50%;
  z-index: 2;
  content: ' ';
  transform: translateY(-50%);
  border-top-width: 10px;
  border-top-color: transparent;
  border-right-width: 10px;
  border-right-color: transparent;
  border-bottom-width: 10px;
  border-bottom-color: transparent;
}
#sider ul .item .tel {
  white-space: nowrap;
  color: #0063b4;
}
#sider ul .item .tel .title {
  display: block;
  font-size: 0.75rem;
}
#sider ul .item .tel .no {
  font-size: 1.875rem;
  font-weight: bold;
  font-style: italic;
}
#sider ul .item .wechat .bb {
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #2962ae;
}
#sider ul .item .wechat .bb .item:nth-of-type(n+2) {
  margin-left: 1rem;
}
input:focus-visible,
textarea:focus-visible {
  border-width: 0;
  outline-width: 0;
}
.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 {
  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 {
  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;
}
.navSub .nav-subitem .navSub2-wrapper {
  display: none;
}
.navSub .nav-subitem:hover .navSub2-wrapper {
  line-height: initial;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: rgba(232, 245, 255, 0.5);
  width: 468px;
  height: 100%;
  padding: 32px 36px;
}
.navSub .nav-subitem:hover .navSub2-wrapper .title-wrapper {
  display: flex;
  align-items: center;
}
.navSub .nav-subitem:hover .navSub2-wrapper .title-wrapper .icon-wrapper .icon {
  display: block;
  width: 27px;
  height: 20px;
}
.navSub .nav-subitem:hover .navSub2-wrapper .title-wrapper .title {
  margin-left: 12px;
  font-size: 18px;
  color: #4D4D4D;
  font-weight: 700;
}
.navSub .nav-subitem:hover .navSub2-wrapper .navSub2_list {
  padding: 25px 8px 0;
  margin-top: 15px;
  border-top: #B2C8DB 1px solid;
  display: flex;
  flex-wrap: wrap;
}
.navSub .nav-subitem:hover .navSub2-wrapper .navSub2_list .item {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  color: #373737;
}
.navSub .nav-subitem:hover .navSub2-wrapper .navSub2_list .item:nth-child(3n-1),
.navSub .nav-subitem:hover .navSub2-wrapper .navSub2_list .item:nth-child(3n) {
  margin-left: 84px;
}
.navSub .nav-subitem:hover .navSub2-wrapper .navSub2_list .item:nth-child(n+4) {
  margin-top: 20px;
}
.navSub .nav-subitem:hover .navSub2-wrapper .navSub2_list .item:hover {
  color: #0062B1;
}
.navSub .nav-subitem:hover .navSub2-wrapper .navSub2_list .item.active {
  color: #0062B1;
}
@media (max-width: 1280px) {
  #footer {
    padding: 110px 64px 90px 0;
  }
}
/* 媒体查询 */
@media screen and (max-width: 1400px) {
  header#navbar #nav-main .nav .nav-item {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  header#navbar #nav-main .nav:nth-child(2) {
    padding-left: 160px;
  }
  header#navbar #nav-main .nav .nav-item {
    width: 130px;
  }
  header#navbar #nav-main .nav .nav-item .nav-item-link {
    font-size: 12px;
  }
  header#navbar #logo {
    width: 160px;
  }
}
@media screen and (max-width: 992px) {
  header#navbar #nav-main .nav:nth-child(2) {
    padding-left: 90px;
  }
  header#navbar #nav-main .nav .nav-item {
    width: 160px;
  }
  header#navbar #logo {
    width: 120px;
  }
}
