@charset "UTF-8";

/**HTML5 common css*/

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Microsoft YaHei", SimSun, "SourceHanSansCN", "PingFang SC";
  font-size: 0.16rem;
}

body {
  -webkit-text-size-adjust: 100% !important;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(0.066667rem);
  filter: blur(5px);
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right !important;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 13.333333rem;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 0.16rem !important;
}

.g-font14 {
  font-size: 0.186667rem !important;
}

.g-font16 {
  font-size: 0.213333rem !important;
}

.g-font18 {
  font-size: 0.24rem !important;
}

.g-font20 {
  font-size: 0.266667rem !important;
}

.g-font22 {
  font-size: 0.293333rem !important;
}

.g-font24 {
  font-size: 0.32rem !important;
}

.g-font28 {
  font-size: 0.373333rem !important;
}

.g-font30 {
  font-size: 0.4rem !important;
}

.g-font32 {
  font-size: 0.426667rem !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 0.48rem !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 0.533333rem !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 0.64rem !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 0.066667rem;
}

.g-mb-10 {
  margin-bottom: 0.133333rem;
}

.g-mb-15 {
  margin-bottom: 0.2rem;
}

.g-mb-20 {
  margin-bottom: 0.266667rem;
}

.g-mb-25 {
  margin-bottom: 0.333333rem;
}

.g-mb-30 {
  margin-bottom: 0.4rem;
}

.g-mb-40 {
  margin-bottom: 0.533333rem;
}

.g-mb-50 {
  margin-bottom: 0.666667rem;
}

.g-mb-60 {
  margin-bottom: 0.8rem;
}

.g-mb-80 {
  margin-bottom: 1.066667rem;
}

.g-mr-5 {
  margin-right: 0.066667rem;
}

.g-mr-10 {
  margin-right: 0.133333rem;
}

.g-mr-15 {
  margin-right: 0.2rem;
}

.g-mr-20 {
  margin-right: 0.266667rem;
}

.g-mr-25 {
  margin-right: 0.333333rem;
}

.g-mr-30 {
  margin-right: 0.4rem;
}

.g-mr-40 {
  margin-right: 0.533333rem;
}

.g-mr-50 {
  margin-right: 0.666667rem;
}

.g-mr-60 {
  margin-right: 0.8rem;
}

.g-mr-80 {
  margin-right: 1.066667rem;
}

.g-ml-5 {
  margin-left: 0.066667rem;
}

.g-ml-10 {
  margin-left: 0.133333rem;
}

.g-ml-15 {
  margin-left: 0.2rem;
}

.g-ml-20 {
  margin-left: 0.266667rem;
}

.g-ml-25 {
  margin-left: 0.333333rem;
}

.g-ml-30 {
  margin-left: 0.4rem;
}

.g-ml-40 {
  margin-left: 0.533333rem;
}

.g-ml-50 {
  margin-left: 0.666667rem;
}

.g-ml-60 {
  margin-left: 0.8rem;
}

.g-ml-80 {
  margin-left: 1.066667rem;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0.08rem;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/

/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/

@-webkit-keyframes aniOpscale {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(0.266667rem, -0.266667rem, 0);
    transform: translate3d(0.266667rem, -0.266667rem, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(0.266667rem, -0.266667rem, 0);
    transform: translate3d(0.266667rem, -0.266667rem, 0);
  }
}

.g-w1000 {
  width: 13.333333rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200 {
  width: 16rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ymain {
  min-height: 90vh;
}

@media screen and (max-device-width: 600px) {
  .for-pc {
    display: none !important;
  }

  .for-h5 {
    display: block;
  }

  .for-h5-i {
    display: inline;
  }

  .for-h5-ib {
    display: inline-block;
  }
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.g-w1200 {
  width: 100%;
}

* {
  max-width: 100%;
}

.layer-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 100%;
  z-index: 5;
  -webkit-transform: translate3d(-10rem, 0, 0);
  transform: translate3d(-10rem, 0, 0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.layer-menu.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.layer-qrcode {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
}

.layer-qrcode .box-qr {
  position: absolute;
  right: 0;
  top: 2.36rem;
  width: 5.6rem;
  z-index: 3;
  background-color: #ffffff;
}

.layer-qrcode .box-qr h4 {
  background-color: #e7e5e6;
  height: 1.066667rem;
  line-height: 1.066667rem;
  font-size: 0.426667rem;
  text-align: center;
  font-weight: normal;
}

.layer-qrcode .box-qr .qrcode-wrap {
  text-align: center;
  padding: 0.4rem 0;
}

.layer-qrcode .box-qr .qrcode-wrap img {
  width: 4rem;
  height: auto;
}

.search-wrap {
  position: relative;
  color: #4c4c4c;
  font-size: 0.48rem;
  height: 0.8rem;
  background-color: #e5e5e5;
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
  text-align: left;
  line-height: 0;
}

.search-wrap .label-sousuo {
  position: absolute;
  right: 4%;
  top: 0%;
  color: #4c4c4c;
}

.search-wrap .icon-search {
  position: absolute;
  right: 4%;
  top: 22%;
  width: 0.56rem;
}

.search-wrap input {
  width: 3.666667rem;
  -webkit-border-radius: 0.746667rem;
  border-radius: 0.746667rem;
  font-size: 0.4rem;
  padding: 0.08rem 0.2rem;
  line-height: 0.8rem;
  height: 0.8rem;
  background-color: transparent;
}

.search-wrap input::-webkit-input-placeholder {
  color: #4c4c4c;
}

.search-wrap input::-moz-placeholder {
  color: #4c4c4c;
}

.search-wrap input:-ms-input-placeholder {
  color: #4c4c4c;
}

.search-wrap input::placeholder {
  color: #4c4c4c;
}

.container-nav-list {
  position: absolute;
  left: 0;
  top: 1.773333rem;
  width: 5.6rem;
  z-index: 3;
  background-color: #ffffff;
  padding: 0.32rem;
  -webkit-box-shadow: 0.08rem 0.08rem 0.053333rem rgba(0, 0, 0, 0.3);
  box-shadow: 0.08rem 0.08rem 0.053333rem rgba(0, 0, 0, 0.3);
}

.container-nav-list li {
  color: #4c4c4c;
  font-size: 0.48rem;
  border-bottom: 0.026667rem solid #c3c3c3;
  padding: 0.266667rem 0;
  text-align: center;
}

.container-nav-list li.active {
  color: #d80c14;
  font-weight: bold;
  border-bottom: 0.04rem solid;
}

.container-nav-list li:last-child {
  border: 0;
}

.container-nav-list .mail {
  color: #d80c14;
  font-size: 0.293333rem;
  margin-bottom: 0.24rem;
}

.bk-top {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk-top * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk-top .img-banner {
  display: block;
  width: 100%;
  height: auto;
}

.bk-top .nav-wrap {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#9a0000), to(#bb0000));
  background: linear-gradient(to bottom, #9a0000, #bb0000);
  height: 0.586667rem;
}

/*20240928*/
.bk-top .nav-wrap {
  position: relative;
  
  background: #f8b380;
 
}


.bk-top .nav-wrap .container-nav {
  position: relative;
  width: 9.226667rem;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  color: #fff;
}

.bk-top .nav-wrap .container-nav a {
  color: #fff;
}

.bk-top .nav-wrap .container-nav .icon-menu {
  width: 0.52rem;
  margin-top: 0.133333rem;
  cursor: pointer;
}

.bk-top .nav-wrap .container-nav .right-qrcode {
  position: absolute;
  right: 0;
  top: 0.066667rem;
}

.bk-top .nav-wrap .container-nav .right-qrcode .icon-weixin,
.bk-top .nav-wrap .container-nav .right-qrcode .icon-youxiang {
  width: 0.266667rem;
  height: auto;
}

.bk-top .nav-wrap .container-nav .right-qrcode label {
  line-height: 0;
  cursor: pointer;
}

.bk-top .nav-wrap .container-nav .right-qrcode label:first-child,
.bk-top .nav-wrap .container-nav .right-qrcode label:nth-child(2) {
  margin-right: 0.133333rem;
}

.bk-top .nav-wrap .container-nav .right-qrcode label span,
.bk-top .nav-wrap .container-nav .right-qrcode label img,
.bk-top .nav-wrap .container-nav .right-qrcode label b {
  vertical-align: middle;
}

.bk-top .nav-wrap .container-nav .right-qrcode label b {
  font-weight: normal;
  line-height: 1;
  font-size: 0.213333rem;
  color: #d80c14;
}

.bk-top .nav-wrap .container-nav .bd-right {
  display: inline-block;
  height: 0.213333rem;
  border-right: 0.026667rem solid #d27878;
  vertical-align: -0.053333rem;
}

.g-title2 {
  position: relative;
  border-bottom: 0.026667rem solid #e3d7bd;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  margin-bottom: 0.186667rem;
}

.g-title2 span {
  color: #bc0000;
  font-size: 0.24rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.3;
}

.g-title2 .more {
  float: right;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.24rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2;
}

.box-wenjian h4,
.g-title {
  position: relative;
  color: #d80c14;
  font-size: 0.293333rem;
  padding-bottom: 0.053333rem;
  font-weight: bold;
  line-height: 2;
  border-bottom: 0.013333rem solid #dadada;
  margin-bottom: 0.266667rem;
  height: 0.693333rem;
}

.box-wenjian h4 span,
.g-title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 0.693333rem;
  line-height: 0.693333rem;
  font-size: 0.4rem;
  text-align: center;
  border-bottom: 0.04rem solid;
}

.box-wenjian h4 .more,
.g-title .more {
  position: absolute;
  right: 0;
  font-size: 0.24rem;
  top: 16%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

.g-title-white {
  position: relative;
  color: #002f7b;
  font-size: 0.293333rem;
  height: 0.533333rem;
  padding-bottom: 0.053333rem;
  font-weight: bold;
  line-height: 2;
  border-bottom: 0.026667rem solid #e4ebf0;
  margin-bottom: 0.4rem;
}

.g-title-white span {
  position: absolute;
  left: 0;
  bottom: -0.026667rem;
  border-bottom: 0.026667rem solid #002f7b;
}

.g-title-white .more {
  position: absolute;
  right: 0;
  font-size: 0.2rem;
  top: 16%;
  color: #8d8d8d;
}

.bk-footer-wrap {
  padding-top: 0.8rem;
  text-align: left;
  background: #bc0000;
  padding-bottom: 0.4rem;
}

.bk-footer-wrap .hline {
  width: 20.773333rem;
  border-bottom: 0.013333rem solid #fff;
  margin: 0 auto;
}

.bk-footer-wrap .list-logo {
  font-size: 0;
}

.bk-footer-wrap .list-logo li {
  float: left;
  margin-right: 0.133333rem;
  margin-bottom: 0.2rem;
}

.bk-footer-wrap .list-logo li:nth-child(9n) {
  margin-right: 0;
}

.bk-footer-wrap .row {
  margin-bottom: 0;
}

.bk-footer-wrap .row p {
  font-size: 0.24rem;
  color: #fff;
}

.bk-footer-wrap .qrcode-wrap {
  padding-top: 0.4rem;
  margin-bottom: 0.266667rem;
}

.bk-footer-wrap .list-qrcode {
  text-align: center;
}

.bk-footer-wrap .list-qrcode li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
  margin-left: 1.026667rem;
  line-height: 1;
}

.bk-footer-wrap .list-qrcode li img {
  margin-bottom: 0.266667rem;
}

.bk-footer-wrap .list-qrcode li:first-child {
  margin-left: 0;
}

.bk-footer-wrap .copyright-wrap {
  position: relative;
  text-align: center;
  padding-top: 0.4rem;
  color: #fff;
  font-size: 0.186667rem;
}

.flinks {
  white-space: nowrap;
  overflow: hidden;
}

.flinks .item-website {
  position: relative;
  display: inline-block;
  min-width: 2.933333rem;
  padding-bottom: 0.133333rem;
  margin-right: 0.146667rem;
  cursor: pointer;
}

.flinks .item-website:after {
  content: "";
  position: absolute;
  right: 0.106667rem;
  top: 0.133333rem;
  width: 0.186667rem;
  height: 0.16rem;
  background: url(../images/triangle2.png) left top/contain no-repeat;
}

.flinks .item-website:last-child {
  margin-right: 0;
}

.flinks .item-website span {
  display: block;
  width: 100%;
  height: 0.4rem;
  padding-left: 0.266667rem;
  line-height: 0.4rem;
  background-color: #fff;
  color: black;
  font-size: 0.186667rem;
}

.flinks .item-website.open {
  background-color: #fff;
}

.flinks-wrap {
  width: 9.2rem;
  margin: 0 auto;
  margin-bottom: 0.106667rem;
  margin-right: 0;
  margin-left: 0.035rem;
}

.open-wrap {
  background-color: #fff;
}

.open-wrap ul {
  display: none;
  padding: 0 0 0 1.066667rem;
}

.open-wrap ul li {
  width: 2.533333rem;
  height: 0.4rem;
  line-height: 0.4rem;
  float: left;
  text-align: left;
  color: black;
  font-size: 0.186667rem;
  margin-right: 0.133333rem;
}

.open-wrap ul li.font0 {
  font-size: 0.16rem;
}

.open-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

body {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

.kexin {
  position: absolute;
  left: 50%;
  top: 0.266667rem;
  margin-left: -3.733333rem;
}

.kexin img {
  width: 0.933333rem;
}

::-webkit-scrollbar {
  width: 0;
}

/* 20240925 */
.container-nav-list li:first-child {
	border-bottom: 0.05333333333333334rem solid #d80c14;
}
.banner0925 {
	width: 9.733333333333333rem;
	margin: 0.6666666666666666rem auto 0 auto;
	margin-top: 0.25rem;
}
.banner0925 img {
	width: 100%;
	height: auto;
}