* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .14rem;
}


@font-face {
  font-family: sysong;
  src: url(../fonts/sySong.woff);
}

@font-face {
  font-family: 'Bebas';
  src: url("../fonts/Bebas.ttf") format('opentype');
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

html,
body {
  color: #000;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  font-family: Microsoft YaHei;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
input {
  border: 0;
  outline: none;
}

.wap {
  display: none;
}

.top>img.wap {
  display: none;
}

body .clear {
  float: none !important;
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

a:hover .pic img {
  transform: scale(1.05);
}

a:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.pic div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a:hover .pic div {
  width: 110%;
  height: 110%;
}


.modulepic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.modulepic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

.modulepic div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a:hover .modulepic img {
  transform: scale(1.05);
}

a:hover .modulepic div {
  transform: scale(1.1);
}



.px1600 {
  max-width: 15rem;
  margin: 0 auto;
}

.head {
  background: #900201;
  background-size: 100% 100%;
  z-index: 999;
  transition: all 0.3s;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  box-shadow: 0rem .04rem .24rem 0rem rgba(134, 1, 0, 0.11);
}

.xg1 {
  transition: all .3s;
}

.xg1.head {}

.xg1 .top_link {
  display: none;
  transition: all 0.3s;
}

.xg1 .search-con {
  display: none;
  transition: all 0.3s;
}

.xg1 .logo a img {
  height: .8rem;
  transition: all .6s;
}

.xg1 .top_other {
  height: 0;
  transition: all .3s
}

.xg1 .tops {
  padding: .1rem 0;
  transition: all .3s;
}

.tops {
  padding: .125rem 0 .125rem 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  transition: all .3s;
}

.head .px1600 {
  max-width: 16rem;
}

.fl {
  float: left;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  height: 1.11rem;
  transition: all .6s;
}

.fr {
  float: right;
}



input,
button {
  border: none;
  outline: none;
}

.h-right {
  display: flex;
  align-items: center;
}

.h-right .h-link {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.h-right .page-link {
  font-size: .14rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 0;
}

.h-right .page-link img {
  max-width: .2rem;
  margin: .1rem;
}

.h-right .head-lang {
  box-sizing: border-box;
  border: rgba(255, 255, 255, .7) .01rem solid;
  width: .35rem;
  line-height: .35rem;
  height: .35rem;
  font-size: .14rem;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 .27rem;
}

.h-right a:hover {
  opacity: .8
}

.search {
  overflow: hidden;
  box-sizing: border-box;
  width: 2.27rem;
  height: .35rem;
  position: relative;
  border: rgba(255, 255, 255, .7) .01rem solid;
  transition: all .3s;
}

.search:hover {
  border: rgba(255, 255, 255, .8) .01rem solid;
}

.search div {
  margin-left: .4rem;
}

.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: .14rem;
  color: #333;
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .16rem;
  width: 80%;
  height: .35rem;
  padding-left: .15rem;
  color: #fff;
  line-height: .35rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .16rem;
  color: #fff;
  opacity: 0.8
}

.search .btn {
  float: right;
  width: 20%;
  height: .35rem;
  line-height: .35rem;
  padding: 0;
  position: absolute;
  color: #fff;
  font-size: .16rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  float: left;
  background-size: .13rem .13rem;
}



.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}


/*  */

.head.on .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 .1rem .1rem rgb(0 0 0 / 20%);
}

/*  */
.nav {
  height: .54rem;
  line-height: .54rem;
  margin-top: 0;
  position: relative;
  z-index: 9;
  background: #fff;
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  /* width: 10%; */
  line-height: .54rem;
  height: .54rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:hover {
  /* background: #6c95d1; */
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  font-weight: normal;
  position: relative;
  display: block;
  height: .54rem;
  line-height: .54rem;
  transition: all 0.6s;
  font-weight: 400;
}

.nav>ul>li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: .02rem;
  background: #900201;
  transform: translateX(-50%);
  transition: all 0.6s;
  opacity: 0;
  width: 0;
  min-width: 0rem;
}

.nav>ul>li:hover:before {
  opacity: 1;
  width: 100%;
  min-width: 1.3rem;
}


.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #900201;
  font-weight: bold;
}

.nav>ul>li:hover>a {
  color: #900201;
  font-weight: 800;
  transition: all 0.6s;
}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .64rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;

}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  line-height: normal;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .18rem;
  line-height: .46rem;
  transition: 0.3s;
  color: #222;
}

.nav>ul>li>div>ul>li:hover {
  background: #900201;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}

.hd_xiaoxun {
  flex: 1;
  min-width: 0;
  height: 100%;
}

.hd_xiaoxun img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: .19rem;
  width: auto;
}

/**/
/* 组件样式 */
.end_zs {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.end_zs img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.footer {
  background: url(../images/footer_bg.png) center #900201 no-repeat;
}

.copyright {
  background: #860100;
  text-align: center;
  /* line-height: .43rem; */
}

.copyright p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  line-height: 43px;
}

.copyright a {}

.footer a {
  color: #fff;
}

.footer .px1600 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .stdcopy14_11_link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  padding-top: 13px;
  padding-bottom: 13px;
}

.footer .stdcopy14_11_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer .stdcopy14_11_link ul li:first-child {
  margin: 2px 0;
  font-weight: bold;
}

.footer .stdcopy14_11_link ul li {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 2px 20px;
}

.footer .stdcopy14_11_link ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer .stdcopy14_11_link ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.footer .stdcopy14_11_link ul li:hover a::after {
  transform: none;
}

.footer .stdcopy14_11_c {
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer .stdcopy14_11_c .px1600 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .stdcopy14_11_c .stdcopy14_11_logo {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
  max-width: 560px;
}

.footer .stdcopy14_11_c .stdcopy14_11_logo img {
  max-width: 100%;
}

.footer .stdcopy14_11_c .stdcopy14_11_bq {
  width: 36%;
}

.footer .stdcopy14_11_c .stdcopy14_11_bq p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}


.footer .stdcopy14_11_c .stdcopy14_11_wx {
  display: flex;
  flex-wrap: wrap;
}

.footer .stdcopy14_11_c .stdcopy14_11_wx div:nth-child(2) {
  margin-left: 40px;
}

.footer .stdcopy14_11_c .stdcopy14_11_wx div h3 {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.footer .stdcopy14_11_c .stdcopy14_11_wx div img {
  height: 97px;
  width: 97px;
}


@media screen and (max-width: 1400px) {
  .footer .px1600 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .footer .stdcopy14_11_c .stdcopy14_11_wx div:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer .stdcopy14_11_link {
    padding-top: 20px;
  }

  .footer .stdcopy14_11_c .px1600 {
    justify-content: center;
  }

  .footer .stdcopy14_11_c .stdcopy14_11_logo {
    max-width: 100%;
  }

  .footer .stdcopy14_11_c .stdcopy14_11_bq {
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;
  }

  .footer .stdcopy14_11_c .stdcopy14_11_bq p {
    line-height: 26px;
  }

  .footer .stdcopy14_11_c .stdcopy14_11_wx div h3 {
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {

  .footer .stdcopy14_11_c .stdcopy14_11_logo img {
    height: 40px;
  }

  .footer .stdcopy14_11_link ul li {
    margin: 2px 12px;
  }

  .footer .stdcopy14_11_c .stdcopy14_11_wx div img {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 375px) {
  .footer .stdcopy14_11_link ul li {
    margin: 2px 10px;
  }

  .footer .stdcopy14_11_link ul li:first-child {
    width: 100%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .nav>ul>li {}
}

@media screen and (max-width: 1340px) {
  .nav>ul>li {}
}



@media screen and (max-width: 1200px) {
  .nav>ul>li {}

  .logo a {
    /* width: 7rem; */
  }
}

@media screen and (max-width: 1024px) {

  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}
}

@media screen and (max-width: 1420px) {
  .px1600 {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {

  html {
    font-size: 85px;
  }



  body {
    padding-top: .6rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #8d1000;
    padding: .1rem;
    z-index: 999;
    box-shadow: 0 .05rem .05rem rgb(0 0 0 / 20%);
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: .4rem;
  }

  .m-logo img {
    max-height: .4rem;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: .1rem .15rem 0 .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m-tlink a {
    font-size: .14rem;
    margin-right: .15rem;
    margin: .05rem 0;
    color: #fff;
    display: inline-block;
    font-size: .14rem;
    line-height: .24rem;
    /* background: #fff; */
    color: #fff;
    line-height: .3rem;
    padding: 0 .15rem;
    border-radius: .05rem;
    margin: 0 .04rem;
  }

  .m-search {
    margin: 0 .15rem;
    padding-right: .5rem;
    padding-left: .1rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    position: relative;
    line-height: .35rem;
    /* background: #fff; */
    margin-top: .15rem;
    border: .01rem solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .15rem;
  }

  .m-nav {
    position: fixed;
    top: .6rem;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #bb1a1a;
    overflow-y: scroll;
    border-top: .01rem solid #fff;
  }

  .m-nav ul {
    padding: 0 .15rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .m-nav ul li>span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
  }

  .m-nav ul li ul li {
    border: none;
  }

  .m-nav>ul>li a {
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    padding: .15rem 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: .1rem 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: .15rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: .1rem;
    top: .18rem;
    width: .25rem;
    height: .25rem;
    z-index: 9999;
  }

  .top>img {
    display: block;
    width: 100%;
  }

  .wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: .25rem;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }

}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 460px) {
  .contchar14_5_tlist ul li a .modulepics {}

  .contchar14_5_tlist ul li::before {
    display: none !important;
  }

}