* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .16rem;
  background-color: #fff;
}
@font-face {
  font-family: bebas;
  src: url(../fonts/Bebas.woff),
    url(../fonts/Bebas.eot);
  /* IE9 */
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/SourceHanSerifCN-Bold-2.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700
}

@font-face {
  font-family: msyh;
  src: url(../fonts/msyh.ttc) format("truetype-font");
  /* IE9 */
}

@font-face {
  font-family: DIN;
  src: url(../fonts/DIN-Bold.ttf) format("truetype-font");
}

.icon img {
  transition: all 0.3s;
}

.icon:hover img {
  animation: icon-yh 0.6s linear;
}

@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;
  font-family: MicrosoftYaHei;
  background: #fff;
}

.wl {
  position: relative;
  z-index: 1;
}

.wl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}

.overflow_l1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.overflow_l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.overflow_l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.duration-300 {
  transition-duration: 300ms;
}

.mr-2 {
  margin-right: 0.1rem;
}



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;
}

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);
}


.px1400 {
  max-width: 14.4rem;
  margin: 0 auto;
}

.tops {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.tops_r {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2rem;
}

.top_other {
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: .16rem;
  line-height: .3rem;
  align-items: center;
  width: 100%;
}



.top_link {
  margin: 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: .09rem;
}


.top_link a {
  color: #fff;
  font-size: .18rem;
  display: block;
  height: 0.35rem;
  opacity: 0.7;
  box-sizing: border-box;
  text-align: center;
  line-height: .35rem;
  margin: 0 .27rem 0 0;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.top_link a img {
  max-width: .2rem;
  max-height: .2rem;
  margin: 0 .08rem 0 0;
}

.top_link a:hover {
  color: #2aa2b9;
  padding-right: 0.05rem;
}

.top_link span {
  font-size: .12rem;
  margin: 0 .2rem;
}

.head {
  position: relative;
}



.head_box {
  width: 100%;
  padding: 0 0;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
  background: #aa0707;
}

.head_box .px1400 {
    max-width: 16.4rem;
}

.fl {
  float: left;
}

.logo {
  margin: .27rem 0;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  transition: all 0.3s;
  height: 0.69rem;
}

.fr {
  float: right;
}

.xg1 {
  padding: 0.1rem 0 0rem 0;
  border-bottom: #074993 .03rem solid;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
}

.xg1 .logo a img {
  height: 0.65rem;
}

.xg1 .head_box {
  background: rgba(24, 88, 184, .9);
  padding: 0.15rem 0;
}

.yc-search {
  line-height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  /* transition: all 0.5s; */
}

.yc-search-bg {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
}


input,
button {
  border: none;
  outline: none;
}

.search .text {
  width: 7rem;
  padding-left: .15rem;
  padding-right: 1rem;
  height: .6rem;
  font-size: .18rem;
  background: none;
  color: #333;
  line-height: .5rem;
  margin: 0;
  top: 0;
  position: absolute;
  left: 0;
}

.search .button {
  width: 1rem;
  height: .6rem;
  background: #15499b url(../images/search.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  background-size: .28rem .28rem;
  transition: all .3s
}

.search .button:hover {
  background: #FF9800 url(../images/search.png) no-repeat center;
  background-size: .28rem .28rem;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.search input::-moz-input-placeholder {
  color: #999;
}

.search input::-ms-input-placeholder {
  color: #999;
}

.search-con {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0 0 .3rem;
  cursor: pointer;
  border-radius: .2rem;
  border: #fff 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.search-con img {
  width: 0.16rem;
  height: 0.16rem;
}

.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%);
}

input,
button {
  border: none;
  outline: none;
}


.search {
  position: relative;
  width: 1.6rem;
  background: rgb(255 255 255 / 30%);
  border-radius: 0.04rem;
  height: 0.3rem;
  margin-left: 0.26rem;
}

.search .inp {
  display: block;
  width: 100%;
  height: .3rem;
  font-size: .14rem;
  color: #FFFFFF;
  padding: 0 .15rem;
  transition: border-color .5s;
  background: none;
  border-radius: 17px;
  line-height: 0.3rem;
}

.search input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.search .inp:focus {
  border-color: #ffffff;
}

.search .btn {
  position: absolute;
  right: .1rem;
  top: 0;
  bottom: 0;
  width: .36rem;
  background: url("../images/ss.png") no-repeat right center;
  background-size: 0.19rem auto;
  cursor: pointer;
}

/* */
.nav {
  height: .6rem;
  line-height: .6rem;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav>ul {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  line-height: .5rem;
  height: .5rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:last-child:before {
  display: none
}

.nav>ul>li:hover {
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: .18rem;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  height: .5rem;
  line-height: .5rem;
  font-weight: 500;
}

.nav>ul>li>a>i {
  padding: 0 0.07rem;
  font-size: 0.16rem;
}

.nav>ul>li:hover i {
  transform: rotate(180deg);
}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #fff;
  font-weight: bold
}

.nav>ul>li:hover>a {
  color: #fff;
  font-weight: bold;
}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: 0.36rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.5rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: #fff;
  line-height: normal;
  transform: translateY(.1rem);
  white-space: nowrap;
  box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  border-top: #f5c727 0.03rem solid;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .16rem;
  line-height: .44rem;
  transition: 0.3s;
  color: #333;
}

.nav>ul>li>div>ul>li:hover {
  background: #aa0707;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}

.nav>ul>li:hover {
  border-bottom: 0.04rem solid #fff;
}

.nav .nav-active a {
  color: #fff;
  font-weight: 500;
}

/*  */

/*  */

.footer {
  height: auto;
  background: #960b0b url(../images/footer.png) repeat bottom;
  background-size: 100% auto;
}
.footer .px1400{
  max-width:16rem;
}

.foot .footcen {
  display: flex;
  align-items: flex-start;
}
.footer .foot-a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0.22rem 0 0.32rem;
  border-bottom: 0.01rem solid #c7282e;
}
.footer .foot-a img{
  max-width:100%;
}
.foot-b {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.34rem 0;
}

.foot-b .fot-1 {
  width: 28%;
}
.foot-b .fot-c{
    width: 28%;
}
.foot-b .fot-2 {
  width: 3.43rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.15rem;
}

.foot-b .fot-3 {
  width: 25%;
}

.foot-b .fot-1 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
}

.foot-b .fot-1 ul {
  display: flex;
  flex-wrap: wrap;
}

.foot-b .fot-1 li {
  padding-right: 40px;
}
.foot-b .fot-1 li h2{
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.05rem;
    text-align: left;
}
.foot-b .fot-1 li h2 span{
  font-size:0.12rem;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 0.1rem;
}
.foot-b .fot-1 li:last-child {
  padding-right: 0;
}

.foot-b .fot-1 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  text-align: left;
}



.foot-b .fot-c ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot-b .fot-c li {width: 50%;float: left;text-align: left;}
.foot-b .fot-c  h2{
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #fff;
    margin-bottom: 0.05rem;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
}
.foot-b .fot-c  h2 span{
  font-size:0.12rem;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 0.1rem;
}
.foot-b .fot-c li:last-child {
  padding-right: 0;
}

.foot-b .fot-c a {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  text-align: left;
}

.foot-b .fot-2 p {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  text-align: center;
}

.foot-b .fot-2 li {
  padding-left: 0.2rem;
  float: left;
  width: 50%;
}
.foot-b .fot-2 li:first-child{
  padding-left:0;
}
.foot {
  text-align: center;
  border-top: 0.005rem solid rgba(255, 255, 255, 0.2);
  padding: 0.15rem 0;
}

.foot p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #fff;
}

.foot p a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.ul-iconsb1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ul-iconsb1 .con {
  position: relative;
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ul-iconsb1 .con img{
  /* height: 1.6rem; */
}

.ul-iconsb1 .con:hover .qrbox {
  opacity: 1;
  visibility: visible;
}

.ul-iconsb1 .icon {
  width: 55px;
  height: 56px;
  border-radius: 50%;
  /* background: url(../images/icobg.png) no-repeat; */
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  border: 0.005rem dashed #fff;
  position: relative;
}

.ul-iconsb1 .icon::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  left: 3px;
  top: 8px;
}

.ul-iconsb1 .icon::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  left: auto;
  right: 3px;
  bottom: 8px;
  content: "";
  position: absolute
}

.ul-iconsb1 .qrbox {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: absolute;
  width: 0.95rem;
  z-index: 10;
  height: 0.95rem;
  z-index: 100;
  left: -1.26rem;
  top: -0.2rem;
}

.ul-iconsb1 .qrbox .qr {
  text-align: center;
}

.ul-iconsb1 .qrbox .qr img {
  width: 100%;
  background: #fff;
}

.ul-iconsb1 .qrbox .p {
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.ul-iconsb1 .con:hover .icon {
  background: #fff;
}

.ul-iconsb1 li:nth-child(1) .con:hover .icon path {
  fill: #28C445;
}

.ul-iconsb1 li:nth-child(2) .con:hover .icon path {
  fill: #170B1A;
}

.ul-iconsb1 li:nth-child(3) .con:hover .icon path {
  fill: #D81E06;
}

.ul-iconsb1 .con:hover .icon::before,
.ul-iconsb1 .con:hover .icon::after {
  display: none;
}


@media screen and (max-width:1024px) {
  .foot-b {
  padding: 0 0 0.3rem;
  }

  .foot-b .fot-1 li {
    width: 100%;
    padding: 0
  }

  .foot-b .fot-1,  .foot-b .fot-c {
    /* width: 100%; */
    text-align: center;
    margin: 0.2rem 0;
  }


  .foot-b .fot-3 {
    width: 100%;
    text-align: center;
  }

  .foot-b .fot-1 p {
  }
}
@media screen and (max-width:900px) {
  .foot-b .fot-1, .foot-b .fot-c{
    width: 50%;
  }
  
  .foot-b .fot-2 {
    width: 100%;
    justify-content: center;
  }

}
@media screen and (max-width:768px) {

  .foot-b .fot-2 p {
    justify-content: center;
  }

  .foot {
    padding: 20px 0;
  }

  .foot-b .fot-1 ul {
    justify-content: center;
  }

  .foot-b .fot-2 li {
    padding-left: 25px;
  }

}







@media screen and (max-width: 1600px) {
  .std_copy_1600_026 .stdcopy16_26_wid {
    padding: 0 15px;
    width: 100%;
  }

  .foot-b .fot-2 li {
    padding-left: 20px;
  }
}


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1340px) {}



@media screen and (max-width: 1200px) {
  .px1400 {
    width: 100%;
    max-width: 96%;
  }

  .logo a {
    width: 7rem;
  }
}

@media screen and (max-width: 1100px) {
  .search {
    width: 6rem;
  }

  .search input[type="text"] {
    width: 100%;
  }
}

@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {
  .px1400 {
    width: 100%;
    max-width: 100%;
  }

  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: #aa0707;
    padding: .1rem;
    z-index: 999;
    height: 0.6rem;
  }

  .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;
  }

  .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: #333;
    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: #9d0101;
    overflow-y: scroll;
  }

  .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: .2rem;
    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;
  }








  .foot {
    padding-top: .3rem;
  }



  .foot .px1400 {
    display: block !important;
    height: auto;
    width: 100%;
  }

  .foot .foot_logo {
    margin: .1rem auto .2rem auto;
    text-align: center;
  }

  .foot .foot_logo img {
    width: 70%;
    height: auto;
  }



  .foot_code {
    display: flex;
    width: 100% !important;
    text-align: center !important;
    margin-top: 0;
    justify-content: center;
    align-items: center;
  }

  .foot .foot_code ul {
    margin-top: .2rem;
    width: 100%;
  }

  .foot .copyright {
    height: auto;
    overflow: hidden;
    width: 100%;
  }

  .foot .foot_left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .foot .foot_link {}

  .foot .foot_link h2 {
    text-align: center;
    font-size: 0.24rem;
  }

  .foot .foot_link li {
    width: 33.3%;
    margin: 0rem 0;
  }

  .foot .foot_code img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .copyright p {
    font-size: .16rem;
  }

  .foot .foot_link li {
    width: 50%;
    margin: 0rem 0;
  }

  .yqljitem {
    width: 46%;
  }

  .end_line li {
    width: 50%
  }

  .foot-l img {
    width: 80%;
    margin: 0 auto;
    display: block
  }
}

@media screen and (max-width:520px) {
  
  .foot-b .fot-1, .foot-b .fot-c{
    width: 100%;
  }
 
  .foot-b .fot-1 li h2, .foot-b .fot-1 li p, .foot-b .fot-c h2, .foot-b .fot-c li {
    text-align:center;
  }
  .foot-b .fot-2 {
    width: 100%;
    justify-content: center;
  }

}

@media screen and (max-width: 500px) {
  .foot .foot_link li {
    width: 100%;
    margin: 0rem 0;
  }
}


/* 视频弹窗 */

.vwrap {
  display: none;
  z-index: 1040000;
  width: 100%;
  position: fixed;
}

.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
}

.vwrap .videobox {
  z-index: 1200;
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 65vh;
}

.vwrap .videobox #videobox {
  width: 100%;
  display: inline-block;
  background: #000;
}

.vwrap .videobox #videobox .img_hezi {
  padding-bottom: 60% !important;
}

.vwrap .videobox #videobox video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videobox_wrapper {
  height: 100% !important;
}

.vwrap .close {
  z-index: 999;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -42px;
  text-align: center;
}

.vwrap .close i {
  display: block;
  width: 31px;
  height: 31px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.vwrap .close i svg {
  transition: .6s
}

.vwrap .close:hover i svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}