/*css reset*/
@charset "UTF-8";

* {
  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;
}

/* 火狐浏览器 */
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
  }
}


/* 滚动条样式 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%);
}

.kjg-header-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.12rem;
  left: 0;
  width: 100%;
  height: 0.84rem;
  background: linear-gradient(180deg, rgba(219, 19, 0, 0.65) 0%, rgba(255, 238, 0, 0.2) 85%, #fff 100%);
  z-index: -1;
}

/* 除首页外 header添加类名second-header */
.kjg-header-box.second-header {
  height: 1.5rem;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 2.77%, rgba(254, 253, 173, 0.6) 41.52%, rgba(251, 233, 141, 0.93) 68.44%, #f4b035 92%);
  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.12rem;
  background-color: #ab2222;
}

.kjg-header-box .little-right-box .link-groups {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0.12rem;
}

.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;
}

.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_red/top.png") no-repeat center / cover;
  background-position: center;
  background-size: 100% 100%;
  height: 0.56rem;
  display: flex;
  align-items: center;
  padding: 0 1.05rem;
}

.kjg-header-box .all-menus-box .menus-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.kjg-header-box .all-menus-box .menu-items {
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: 400;
  text-align: center;
  margin-top: -0.12rem;
  flex: 1;
  max-width: 2.16rem;
}

.kjg-header-box .all-menus-box .menu-items:hover,
.kjg-header-box .all-menus-box .menu-items.active {
  background: rgba(110, 0, 2, 0.5);
}

.kjg-header-box {
  position: relative;
}

/* 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, #b5282e 0%, #922828 60%, #502222 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_red/bottom.png") no-repeat center;
  background-size: 100%;
}

.kjg-footer-box .label-first {
  position: absolute;
  top: -0.22rem;
  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.5rem;
  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;
  /* margin-bottom: 0.1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
  width: .6rem;
}
.bottom-copyright .sydw img {
  width: 100%;
}

/* 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: #ce1f01;
}

.layui-laypage-red .layui-laypage-curr {
  background-color: #ce1f01;
  border: 0.01rem solid #ce1f01 !important;
  color: #fff;
}

.layui-laypage-red .layui-input:hover,
.layui-laypage-red .layui-input:focus {
  border: 0.01rem solid #ce1f01 !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;
  }
}

/* H5适配 strat */
@media screen and (max-width:800px) {
  .kjg-header-box .all-menus-box .menu-items:hover {
    background: unset !important;
  }

  .information-main .information-banner {
    padding-top: .83rem;
    height: 3.83rem !important;
  }

  .kjg-header-box .little-right-box,
  .kjg-header-box::before {
    display: none;
  }

  .kjg-header-box .all-menus-box {
    background: #ab2222;
    padding: 0;
    height: .83rem;
  }

  .kjg-header-box .all-menus-box {
    width: 100%;
  }

  .kjg-header-box .all-menus-box .menu-items {
    margin-top: 0;
    font-size: 0.28rem;
    width: auto;
    max-width: auto;
    padding: 0 0.3rem;
    white-space: nowrap;
  }

  .kjg-header-box .all-menus-box .menus-inner {
    max-width: unset;
    overflow-x: auto;
    padding-left: 0.24rem;
    height: 100%;
  }

  .kjg-header-box .all-menus-box .menu-items {
    font-size: 0.32rem;
  }

  .kjg-header-box {
    height: auto;
  }

  .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;
  }


}

/* H5适配 end */