a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.scroll #header {
  background-color: #0099e0;
}

.scroll #header .logo {
  background: url('/skhtpc/images/logo-white.png') center center no-repeat;
  background-size: cover;
}

.scroll #header .main-menu li.active {
  border-bottom: 2px solid #fff;
}

.scroll #header .main-menu li a {
  color: #fff;
}

.scroll #header .main-menu li.active {
  border-bottom: 2px solid #fff;
}

.scroll #header .location {
  color: #fff;
}

.scroll #header .location .local-con {
  color: #fff;
}

#header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 9999;
  padding: 20px 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#header .logo {
  width: 243px;
  height: 50.5px;
  background: url('/skhtpc/images/logo.png') center center no-repeat;
  background-size: cover;
}

#header .main-menu {
  display: flex;
  width: 985px;
  justify-content: flex-end;
  padding: 0 4rem;
  gap: 8rem;
}

#header .main-menu li {
  list-style: none;
  line-height: 54px;
  white-space: nowrap;
  position: relative;
  height: 54px;
}

#header .main-menu li:hover .arr {
  display: inherit;
  width: 0;
  border: 11px solid;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 50px;
  left: 0.3rem;
}

#header .main-menu li:hover .box {
  padding-top: 20px;
}

#header .main-menu li:hover .menu2 {
  position: absolute;
  background-color: #fff;
  top: 70px;
}

#header .main-menu li:hover .menu2 .selector {
  padding: 0 1rem;
  line-height: 40px;
  display: inherit;
}

#header .main-menu li:hover .menu2 .selector:hover {
  background-color: #0099e0;
}

#header .main-menu li:hover .menu2 .selector:hover a {
  color: #fff;
}

#header .main-menu li:hover .menu2 .selector:nth-child(n+2) {
  border-top: 1px solid #ccc;
}

#header .main-menu li:hover .menu2 a {
  color: #333;
  font-weight: 400;
}

#header .main-menu li:hover a {
  font-weight: bold;
}

#header .main-menu li a {
  width: 100%;
  display: block;
  color: #333;
}

#header .main-menu li .arr {
  display: none;
}

#header .main-menu li .selector {
  display: none;
}

#header .main-menu li.active {
  border-bottom: 2px solid #333;
}

#header .location {
  color: #333;
  font-size: 12px;
  padding-top: 15px;
  letter-spacing: 2px;
}

#header .location .date-con .date {
  white-space: nowrap;
}

#header .location .local-con {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  color: #333;
}

#body .img-fluid {
  display: block;
  margin: 0 auto;
}

#body .page-num {
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

#body .page-num a {
  color: #666;
}

#body .page-num .prev,
#body .page-num .next,
#body .page-num .page-index {
  white-space: nowrap;
  text-align: center;
  padding: 0;
}

#body .page-num .prev a,
#body .page-num .next a,
#body .page-num .page-index a {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0.75rem 0;
  border: 1px solid #666;
  border-radius: 5px;
}

#body .page-num .prev:hover,
#body .page-num .next:hover,
#body .page-num .page-index:hover,
#body .page-num .prev.active,
#body .page-num .next.active,
#body .page-num .page-index.active {
  border-radius: 5px;
}

#body .page-num .prev:hover a,
#body .page-num .next:hover a,
#body .page-num .page-index:hover a,
#body .page-num .prev.active a,
#body .page-num .next.active a,
#body .page-num .page-index.active a {
  color: #fff;
  border-color: #00a0e8;
  background-color: #00a0e8;
}

#footer {
  background: url('/skhtpc/images/ft-bg.png') center center no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 1rem;
}

#footer ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

#footer :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

#footer ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

#footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#footer .container {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

#footer .container a {
  color: #fff;
}

#footer .container .search {
  margin: 0 10rem 5rem;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #fff;
  padding: 0 20px;
  position: relative;
}

#footer .container .search .txbKW {
  width: 90%;
  height: 40px;
  font-family: inherit;
  margin: 0;
  overflow: visible;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
}

#footer .container .search .rb {
  color: #fff;
  border-left: 1px solid #ffffff;
  float: right;
  height: 1.5rem;
  margin-top: 7px;
  padding-left: 1.25rem;
}

#footer .container .search .rb .icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 6rem;
  border-style: none;
  position: relative;
  cursor: pointer;
}

#footer .container .foot-main {
  display: flex;
  justify-content: space-around;
  padding-bottom: 4rem;
  border-bottom: 1px solid #83d1f4;
}

#footer .container .foot-main .contact-con {
  width: 20%;
  font-size: 0.875rem;
  line-height: 2;
}

#footer .container .foot-main .contact-con .tel {
  font-size: 32px;
  font-family: "SourceHanSansCN-Medium", "思源黑体 CN Medium";
  line-height: 1.15;
  white-space: nowrap;
}

#footer .container .foot-main .contact-con .logo {
  margin-bottom: 2rem;
}

#footer .container .foot-main .contact-con .address {
  max-width: 1200px;
}

#footer .container .foot-main .list {
  width: 70%;
  display: flex;
  justify-content: space-between;
}

#footer .container .foot-main .list .item .item-title {
  margin-bottom: 2rem;
  font-weight: bold;
}

#footer .container .foot-main .list .item ul {
  padding-left: 0;
}

#footer .container .foot-main .list .item ul li {
  display: block;
  line-height: 2;
  font-size: 0.875rem;
}

#footer .container .copy-con {
  color: #8bc3ff;
  font-size: 12px;
  position: relative;
  padding-top: 0.8rem;
}

#footer .container .copy-con .copyright {
  text-align: center;
  line-height: 34px;
}

#footer .container .copy-con .logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

#footer .container .service-company {
  display: flex;
  justify-content: center;
}

#footer .container .service-company a {
  color: #8bc3ff;
  font-size: 12px;
}

#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;
}

@media screen and (max-width: 1360px) {
  html {
    font-size: 14px;
  }

  html #header {
    font-size: 14px;
  }
}