/*css reset*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}

body,
textarea {
  font: 0.14rem -apple-system, "Source Han Sans CN", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #fff;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #333;
}

::-webkit-input-placeholder {
  color: #B8B8B8;
}

::-moz-placeholder {
  color: #B8B8B8;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #B8B8B8;
}

/* ie */
input:-moz-placeholder {
  color: #B8B8B8;
}

/*css reset end*/
/* 滚动条样式 */
::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 0.1rem;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

/* 滚动条样式 End */
html {
  font-size: 100px;
}

.max-w {
  max-width: 13rem;
  margin: 0 auto;
}

/* 公共容器样式 */
.template-pc {
  display: block;
}

.template-h5 {
  display: none;
}

/* header start */
.kjg-header-box {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.57) 50%, #ffffff 100%);
}

/* 除首页外 header添加类名second-header */
.kjg-header-box.second-header {
  height: 2rem;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) -0.79%, rgba(173, 208, 254, 0.5) 24.21%, #9ddbff 45.37%, #e9f9ff 87.67%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.kjg-header-box.second-header::before {
  display: none;
}

.kjg-header-box .little-right-box {
  width: 100%;
  height: 0.3rem;
  background-color: #1f5aab;
}

.kjg-header-box .little-right-box .link-groups {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0.3rem;
}

.kjg-header-box .link-btn {
  color: #ffffff;
  font-size: 0.12rem;
  text-align: center;
  height: 0.14rem;
  line-height: 0.14rem;
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0 0.2rem;
  opacity: 0.8;
}

.kjg-header-box .link-btn:hover {
  text-decoration: underline;
  font-weight: bold;
  opacity: 1;
}

.kjg-header-box .link-btn:last-child {
  border-right: none;
  padding-right: 0;
}

.kjg-header-box .all-menus-box {
  margin: auto;
  width: 15.3rem;
  background: url("../../img/tpl_blue/top.png") no-repeat center / cover;
  background-position: center;
  background-size: 100% 100%;
  height: 0.83rem;
  display: flex;
  align-items: center;
}

.kjg-header-box .all-menus-box .menus-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 13rem;
}

.kjg-header-box .all-menus-box .menu-items {
  margin-top: -0.15rem;
  position: relative;
}

.kjg-header-box .all-menus-box .menu-items .items-text {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #ffffff;
  font-size: 0.16rem;
  width: 1.12rem;
  text-align: center;
  cursor: pointer;
  display: block;
}

.kjg-header-box .all-menus-box .menu-items:hover .items-categroy {
  display: block;
}

.kjg-header-box .all-menus-box .menu-items .items-categroy {
  position: absolute;
  z-index: 110;
  top: 0.36rem;
  padding-top: 0.14rem;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.kjg-header-box .all-menus-box .menu-items .items-categroy .categroy-list {
  background: rgba(0, 71, 157, 0.8);
  padding: 0.04rem 0;
  position: relative;
}

.kjg-header-box .all-menus-box .menu-items .items-categroy .categroy-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
  border-bottom: 0.08rem solid rgba(0, 71, 157, 0.8);
  border-top: 0.08rem solid transparent;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
}

.kjg-header-box .all-menus-box .menu-items .items-categroy .categroy-list .categroy-text {
  line-height: 0.38rem;
  color: #ffffff;
  font-size: 0.14rem;
  text-align: center;
  display: block;
  padding: 0 0.28rem;
  white-space: nowrap;
}

.kjg-header-box .all-menus-box .menu-items:hover,
.kjg-header-box .all-menus-box .menu-items.active {
  background: rgba(0, 71, 155, 0.5);
}

.kjg-header-box .logo-imgs {
  margin: 0 0.45rem;
  width: 2.47rem;
  height: 0.56rem;
  background: url("../../img/tpl_blue/logo.png") no-repeat center;
  background-size: 100% auto;
}

.kjg-header-box .search-content {
  display: flex;
  position: absolute;
  right: 0;
  top: 10%;
}

.kjg-header-box .search-content:hover {
  background: #fff;
  border-radius: .06rem;
}

.kjg-header-box .search-content:hover input {
  width: 2.1rem;
  padding: 0 .1rem;
  color: #333;
  background: #fff;
  transition: all 0.3s;
}

.kjg-header-box .search-content input {
  width: 0;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: .06rem 0 0 .06rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.15rem;
}

.kjg-header-box .search-content input::placeholder {
  font-size: 0.15rem;
}

.kjg-header-box .search-content .search-icon {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../../img/tpl_blue/search.png") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}

.kjg-header-box .search-content:hover .search-icon {
  background: url("../../img/tpl_blue/h5/search.png") no-repeat center;
  background-size: 0.23rem 0.215rem;
}

/* header end */
/* footer start */
.kjg-footer-box {
  position: relative;
}

.kjg-footer-box .kjg-footer-inner {
  position: relative;
  z-index: 2;
  height: 3.4rem;
  background: linear-gradient(180deg, #0e79da 0%, #284a92 60%, #223150 100%);
}

.kjg-footer-box .foot-bg {
  position: absolute;
  top: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 14rem;
  height: 0.83rem;
  background: url("../../img/tpl_blue/bottom.png") no-repeat center;
  background-size: 100%;
}

.kjg-footer-box .label-first {
  position: absolute;
  top: -0.18rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.73rem;
  margin: 0 auto;
}

.kjg-footer-box .label-first img {
  width: 100%;
  height: auto;
}

.kjg-footer-box .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 0.15rem;
  border-bottom: 1px solid;
  border-color: rgba(238, 238, 238, 0.5);
  margin-bottom: 0.35rem;
}

.kjg-footer-box .link-list .link-opt {
  color: #fff;
  font-size: 0.16rem;
  height: 0.25rem;
  line-height: 0.25rem;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  padding: 0 0.3rem;
}

.kjg-footer-box .link-list .link-opt:hover {
  text-decoration: underline;
}

.kjg-footer-box .link-list .link-opt:last-child {
  border-right: none;
  padding-right: 0;
}

.kjg-footer-box .company-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-color: rgba(238, 238, 238, 0.5);
  padding-bottom: 0.56rem;
  /* margin-bottom: 0.2rem; */
}

.kjg-footer-box .company-info .wechat-box {
  margin-right: 0.9rem;
  margin-left: 0.5rem;
  width: 0.8rem;
}

.kjg-footer-box .company-info .wechat-box .title {
  font-weight: 700;
  color: #ffffff;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  font-family: Source Han Serif CN;
}

.kjg-footer-box .company-info .right-con .first {
  font-family: Source Han Serif CN;
}

.kjg-footer-box .company-info .wechat-box img {
  width: 0.8rem;
  height: auto;
}

.kjg-footer-box .company-info .ways-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0.2rem;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  flex: 1;
}

.kjg-footer-box .company-info .ways-items:nth-child(2) {
  flex: 1.3;
}

.kjg-footer-box .company-info .lfet-img {
  width: 0.36rem;
  margin-right: 0.1rem;
}

.kjg-footer-box .company-info .lfet-img img {
  width: 100%;
  height: auto;
}

.kjg-footer-box .company-info .right-con {
  color: #ffffff;
  font-size: 0.16rem;
}

.kjg-footer-box .company-info .right-con .first {
  margin-bottom: 0.06rem;
  font-weight: 700;
}

.kjg-footer-box .company-info .right-con .second {
  color: #ffffff;
  font-weight: normal;
  font-size: 0.16rem;
}

.bottom-copyright {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.15rem;
}

.bottom-copyright,
.bottom-copyright a {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #ffffff;
  font-weight: normal;
}

.bottom-copyright a:hover {
  text-decoration: underline;
}

.bottom-copyright .ga {
  width: 0.15rem;
  height: 0.15rem;
  vertical-align: -0.02rem;
  margin-right: 0.04rem;
}

.bottom-copyright .sydw {
  margin-left: 0.2rem;
}

.bottom-copyright .sydw img {
  width: 0.52rem;
}

/* footer end */
/* 自定义分页器样式 start */
.pagination-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 0.62rem;
}

.layui-laypage-red.layui-laypage {
  margin: 0;
}

.layui-laypage-red.layui-laypage .layui-laypage-count {
  background-color: unset;
}

.layui-laypage-red.layui-laypage a:hover {
  color: #287cdc;
}

.layui-laypage-red .layui-laypage-curr {
  background-color: #287cdc;
  border: 0.01rem solid #287cdc !important;
  color: #fff;
}

.layui-laypage-red .layui-input:hover,
.layui-laypage-red .layui-input:focus {
  border: 0.01rem solid #287cdc !important;
}

.pagination-box .layui-laypage a,
.pagination-box .layui-laypage span,
.pagination-box .layui-laypage button,
.pagination-box .layui-laypage input {
  border-radius: 0 !important;
}

/* 自定义分页器样式 end */
@media screen and (max-width:800px) {
  .template-pc {
    display: none;
  }

  .template-h5 {
    display: block;
  }

  .max-w {
    max-width: 100%;
    margin: 0 auto;
  }

  .kjg-footer-box .kjg-footer-inner {
    height: auto;
  }

  .kjg-footer-box .foot-bg {
    height: 1.25rem;
    top: -0.55rem;
    background-size: auto 100%;
  }

  .kjg-footer-box .label-first {
    top: -0.4rem;
    width: 1.1rem;
  }

  .kjg-footer-box .link-list {
    flex-wrap: wrap;
    width: 80%;
    padding: 0.15rem 0 0.22rem;
    margin-bottom: 0.4rem;
  }

  .kjg-footer-box .link-list .link-opt {
    font-size: 0.25rem;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-bottom: 0.15rem;
  }

  .kjg-footer-box .company-info {
    flex-wrap: wrap;
    padding-bottom: 0.36rem;
    margin-bottom: 0.2rem;
  }

  .kjg-footer-box .company-info .wechat-box .title {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
  }

  .kjg-footer-box .company-info .wechat-box {
    margin: 0 auto 0.4rem;
    width: auto;
    flex: 0 100%;
    text-align: center;
  }

  .kjg-footer-box .company-info .wechat-box img {
    width: 1.7rem;
  }

  .kjg-footer-box .company-info .ways-items {
    padding-left: 0.3rem;
    margin-bottom: 0.4rem;
    flex: 0 50%;
  }

  .kjg-footer-box .company-info .ways-items:nth-child(2) {
    flex: 0 45%;
  }

  .kjg-footer-box .company-info .lfet-img {
    width: 0.54rem;
    margin-right: 0.25rem;
  }

  .kjg-footer-box .company-info .right-con .first {
    margin-bottom: 0.09rem;
  }

  .kjg-footer-box .company-info .right-con {
    color: #ffffff;
    font-size: 0.24rem;
  }

  .kjg-footer-box .company-info .right-con .second {
    font-size: 0.24rem;
  }

  .bottom-copyright {
    margin-bottom: 0;
    padding: 0 0.2rem 0.2rem;
  }

  .bottom-copyright,
  .bottom-copyright a {
    font-size: 0.23rem;
    line-height: 0.33rem;
  }

  .bottom-copyright .ga {
    width: 0.24rem;
    height: 0.24rem;
  }

  .pagination-box .layui-laypage a,
  .pagination-box .layui-laypage span,
  .pagination-box .layui-laypage button,
  .pagination-box .layui-laypage input {
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
  }

  /* H5隐藏分页器跳转 */
  .layui-laypage-skip {
    display: none !important;
  }

  .layui-laypage .layui-laypage-count,
  .layui-laypage .layui-laypage-limits,
  .layui-laypage .layui-laypage-refresh,
  .layui-laypage .layui-laypage-skip {
    margin-right: 0 !important;
  }

  .bottom-copyright .sydw img {
    width: 0.8rem;
  }
}