a,
a:active {
  color: #373737;
}
.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;
}
#navsub {
  position: absolute;
  height: 110px;
  top: -110px;
}
.main {
  width: 100%;
}
.main .container {
  max-width: 1200px;
  position: relative;
}
.main .headbg {
  width: 100%;
}
.main .headbg .bg {
  width: 100%;
}
.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 0;
  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;
}
header {
  height: 110px;
  transition: background-color 1s;
}
header:hover {
  background-color: rgba(0, 100, 180, 0.9);
}
header #nav-main {
  transform: translateY(0);
  transition: transform 1s;
}
header #nav-main,
header #nav-thumb {
  display: flex;
  justify-content: space-between;
}
header #nav-thumb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
header.style2 #nav-thumb {
  opacity: 1;
}
header:hover #nav-thumb {
  opacity: 0;
}
header#navbar {
  height: 110px;
  line-height: 110px;
}
header#navbar.style2 {
  background-color: #2962ae;
}
header#navbar.style2 #nav-main {
  transform: translateY(-110px);
}
header#navbar.style2:hover #nav-main {
  transform: translateY(0) !important;
}
header .nav .nav-item {
  padding: 0 1rem;
  position: relative;
  transition: background-color 1s;
}
header .nav .nav-item:hover {
  /* background-color: #fff; */
}
header .nav .nav-item:hover > a {
  border-bottom: solid 2px #fff;
  /* color        : #4274ae; */
}
header.style2 .nav-item:hover a {
  color: #fff !important;
}
header .nav .nav-item > a {
  color: #fff;
  display: inline !important;
  transition: color 1s;
}
header .nav .nav-item .navSub {
  display: none;
}
header .nav-icon {
  display: flex;
  align-items: center;
}
header .nav-icon svg {
  display: block;
  fill: #fff;
  transition: fill 1s;
}
header .nav .nav-item:hover .navSub {
  display: block;
  list-style: 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;
  /* right        : 0; */
}
header .nav .nav-item .navSub .nav-link {
  color: #4d4d4d;
  line-height: 58px;
  padding: 0 2rem;
}
header .nav .nav-item .navSub .nav-link:hover {
  color: #fff !important;
  background-color: rgba(0, 100, 180, 0.9);
}
@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;
}
header.style2 .nav .nav-item > a {
  /* color: #4274ae; */
}
header.style2 .nav .nav-icon svg {
  fill: #4274ae !important;
}
header.style2:hover .nav .nav-item > a {
  color: #fff;
}
header.style2 .logo2 {
  color: #fff;
  opacity: 1;
  transition: opacity 1s;
}
header.style2:hover .logo2 {
  color: #fff;
  opacity: 0;
}
header.style2:hover .nav .nav-icon svg {
  fill: #fff !important;
}
header #logo img {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: 100%;
}
header #logo .logo1 {
  z-index: 1;
}
header #logo .logo2 {
  z-index: 2;
}
header #logo {
  width: 210px;
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translate(-50%, 0);
}
#logo .logo2 {
  display: none;
}
header.style2 .nav .nav-item .nav-link {
  /* color: #4274ae; */
}
header.style2 .nav .nav-item:hover {
  /* background-color: #0064b4; */
}
header.style2 .nav .nav-item:hover > .nav-link {
  color: #fff;
  border-bottom: solid 1px #fff;
}
header.style2 .nav .nav-item .navSub {
  background-color: #fff;
  box-shadow: 0 0 15px #4483c3;
  /* background-color: rgb(39 111 183 / 86%); */
}
header.style2 .nav .nav-item .navSub a {
  color: #767676 !important;
}
header #nav-thumb .nav-hidden {
  visibility: hidden;
}
#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: 2;
}
#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;
}
#footer {
  position: relative;
  background-color: #0064b4;
  padding: 110px 0 90px 0;
  border-bottom: solid 1rem #00afed;
  font-size: 12px;
}
#footer .container {
  justify-content: space-around;
  min-width: 1170px;
}
#footer .hb {
  margin-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .hb ul {
  display: flex;
  justify-content: space-between;
  width: 55vw;
  max-width: 1200px;
  padding: 1rem 0;
}
#footer .nav .item a {
  color: #fff !important;
}
#footer .bb {
  color: white;
  font-size: 12px;
  height: 100%;
}
#footer .bb > div {
  position: relative;
}
#footer .bb > div:nth-of-type(n+2) {
  padding: 0 40px;
}
#footer .bb > div:last-child {
  padding-right: 0;
}
#footer .bb > div:nth-of-type(n+3)::after {
  content: ' ';
  border-left: solid 1px #3b88cb;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .bb .logo {
  width: 108px;
}
#footer .bb .logo img {
  margin-bottom: 20px;
}
#footer .bb .logo p {
  margin: 0px;
}
#footer .bb .title {
  max-width: 294px;
  padding: 0 !important;
  flex-wrap: wrap;
  text-align: justify;
  line-height: 1.6rem;
  margin-right: 40px;
  margin-left: 30px;
}
#footer .bb .title h3 {
  /* letter-spacing: 2px; */
  font-weight: 900;
  margin: 0 0 1;
  text-align: justify;
  font-size: 1.5rem;
}
#footer .bb .service {
  display: flex;
  font-size: 1.5rem;
}
#footer .bb .service .rb {
  margin-left: 10px;
}
#footer .bb .service img {
  width: 37px;
}
#footer .bb .code {
  display: flex;
  flex-wrap: nowrap;
}
#footer .bb .code .item {
  width: 90px;
}
#footer .bb .code .item:nth-of-type(n+2) {
  margin-left: 38px;
}
#footer .tb {
  width: 100%;
  height: 18px;
  background-color: #00afed;
  position: absolute;
  bottom: 0px;
}
#footer .bb .links {
  display: flex;
  flex-direction: column;
}
#footer .bb .links ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
#footer .bb .links .item img {
  width: 1rem;
}
#footer .bb .links .item .nav-link {
  padding: 0;
}
#footer .message {
  display: flex;
  color: #fff;
  height: 160px;
}
#footer .message .title {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  height: 100%;
  border: #3798d2 1px solid;
  justify-content: center;
}
#footer .message.form {
  flex: 1;
}
#footer .message #formFooter {
  margin-left: 1rem;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  width: 450px;
  justify-content: space-between;
  align-content: space-between;
}
#footer .message .form .form-item {
  width: 48%;
}
#footer .message .form .form-item input,
#footer .message .form .form-item select,
#footer .message .form .form-item textarea {
  width: 100%;
  background-color: transparent;
  border-width: 0;
  border-bottom: #3798d2 1px solid;
  color: #fff;
}
#footer .message .form .form-item input::-webkit-input-placeholder,
#footer .message .form .form-item textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .message .form .fb {
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  height: 70px;
}
#footer .message .form .fb .form-item {
  flex: 1;
}
#footer .message .form .form-item textarea {
  border: solid 1px #3798d2;
  height: 100%;
}
#footer .message .form .btnSubmit {
  background-color: #3798d2;
  color: #fff;
  border-width: 0;
}
#footer .message input:focus-visible {
  border: 0;
}
#footer .message .form .form-item select option {
  color: #373737;
}
#footer .message .form .form-item select option:checked {
  background-color: #3798d2;
  color: #fff;
}
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 {
  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;
}
.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;
  }
}
