* {
  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') format('woff');
  font-weight: normal;
  font-style: normal;
}

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) 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 video {
  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 video {
  transform: scale(1.05);
}

a:hover .modulepic div {
  transform: scale(1.1);
}



.px1600 {
  max-width: 16rem;
  margin: 0 auto;
}

.head {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  border-top: .03rem solid #00478e;
}

.head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.6rem;
  top: 0;
  left: 0px;
  right: 0px;
  transition: all 0.2s;
  opacity: 1;
  visibility: visible;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.xg1 {
  transition: all .3s;
}

.xg1.head {
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
  background: #0066CC;
  border-bottom: none;
}

.xg1 .tops_r {
  padding: 0;
  margin-left: 1rem;
}

.xg1.head:after {
  display: none
}

.xg1 .top_link {
  display: none;
  transition: all 0.3s;
}

.xg1 .search-con {
  display: none;
  transition: all 0.3s;
}

.xg1 .logo a img {
  height: .5rem;
}

.xg1 .top_other {
  height: 0;
  transition: all .3s;
  display: none;
}

.xg1 .tops {
  padding: .1rem 0;
}

.head .img2 {
  display: none;
}

.xg1.head .img1 {
  display: none;
}

.xg1.head .img2 {
  display: block;
}

.tops {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
}

.tops_r {
  flex: 1;
  min-width: 0;
  height: auto;
  padding: .15rem 0 .25rem 0;
  margin-left: 1.7rem;
}

.top_other {
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: .16rem;
  line-height: .4rem;
  align-items: center;
  transition: all .3s;
}

.list_box0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.list_box0 .li {
  font-size: 0.16rem;
  color: #fff;
  display: inline-block;
  line-height: .4rem;
  position: relative;
  z-index: 10;
}

.list_box0 .li a {
  transition: 0.5s;
  display: inline-block;
  padding: 0 0.15rem;
  color: #fff;
  opacity: .8;
  font-size: 0.14rem;
  line-height: .4rem;
  display: block;
}

.list_box0 .li:first-child a {
  border-left: none;
}

.list_box0 .li:first-child a img {
  vertical-align: middle;
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 .1rem .04rem .1rem;
}

.list_box0 .li a.search_btn {
  padding-right: 0;
  position: relative;
}

.list_box0 .li a.search_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
  width: 0.01rem;
  height: 0.13rem;
}

.list_box0 .li a.search_btn img {
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
}



.top_link a:hover {
  opacity: 0.8;
}


.fl {
  float: left;
}

.logo {}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  height: .68rem;
  transition: all .3s;
}

.fr {
  float: right;
}





input,
button {
  border: none;
  outline: none;
}

.search .text {
  width: 5rem;
  padding-left: .15rem;
  padding-right: 1rem;
  height: .5rem;
  font-size: .14rem;
  background: none;
  color: #333;
  line-height: .5rem;
  margin: 0;
  top: 0;
  position: absolute;
  left: 0;
}

.search .button {
  width: .8rem;
  height: .5rem;
  background: #0066cc url(../images/search2.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.search input::-moz-input-placeholder {
  color: #999;
}

.search input::-ms-input-placeholder {
  color: #999;
}


.search_btn {
  cursor: pointer;
}

.search_btn svg {
  fill: rgb(255, 255, 255);
  width: 16px;
  height: 16px;
}

.search-dialog-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0px;
  background: #0066cc;
  transition: all 0.6s ease 0s;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
}

.search-dialog-box.on::before {
  height: 100%;
  display: none;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: all 0.6s ease 0s;
}

.search-dialog {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {

  margin-top: 0px;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.7rem;
  width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
  background-color: #0066CC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../images/search-btn.png");
  font-size: .2rem;
  color: #fff;
  cursor: pointer;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close-btn.png");
  background-size: 0.56rem;
  border-radius: 100%;
  margin-right: 0.16rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
  font-size: 0px;
  width: 0.49rem;
  margin: 0.096rem auto 0px;
  box-sizing: border-box;
  padding: 0px 0.096rem;
  overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
  font-size: 0.06rem;
  line-height: 0.08rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding-left: 0.096rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.08rem;
}

.search-dialog .hot-link {
  margin-left: 0.16rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  zoom: 1;
  font-size: 0.06rem;
  line-height: 0.08rem;
  margin-right: 0.12rem;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0px;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: rgb(255, 255, 255);
  font-family: gilroy-regular;
  margin-top: 0.5rem;
  overflow: hidden;
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(28, 90, 183);
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-image: url("../images/close-btn.png");
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}



.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: .5rem;
  line-height: .5rem;
  margin-top: 0;
  position: relative;
  z-index: 9;
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  max-width: 16rem;
  margin: 0 auto;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;

  line-height: .50rem;
  height: .50rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:hover {

  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  height: .5rem;
  line-height: .5rem;
}

.nav>ul>li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.1rem;
  width: 0rem;
  height: .02rem;
  background: #fff;
  transition: all .3s;
}

.nav>ul>li:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.1rem;
  width: 0.38rem;
  height: .02rem;
  background: #0066cc;
  transition: all .3s;
}

.xg1 .nav>ul>li:after {
  bottom: -.1rem;
}

.xg1 .nav>ul>li:hover:after {
  bottom: -.1rem;
  background: #ccc;
}

.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #f2faf6;
}

.nav>ul>li:hover>a {
  color: #0066cc;
  font-weight: bold;
}

.xg1 .nav>ul>li:hover>a {
  color: #d4e9ff;
}

.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.7rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
  border-top: #0066CC 0.03rem solid;
  border-bottom: #0066CC 0.03rem solid;
  border-radius: .1rem;
  overflow: hidden;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  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: #eff6fd;
  color: #0066CC;
}

.nav>ul>li>div>ul>li:hover a {
  color: #0066CC;
}




.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../images/footer_bg.png);
  background-size: 100% 100%;
  padding: .1rem 0;
}

.footer::after {
  content: "";
  position: absolute;
  width: 100%;
  top: .35rem;
  bottom: 0;
  z-index: -1;

}


.footer .stdcopy16_15_link {
  position: relative;
  z-index: 1;
}

.footer .stdcopy16_15_link .stdcopy16_15_wid {
  width: 100%;
  padding: 0 3%;
}




.footer .stdcopy16_15_link ul {
  display: flex;
  flex-wrap: wrap;
  height: .5rem;
  padding: 0 0 0 0;
  align-items: center;
  justify-content: flex-start;
}

.footer .stdcopy16_15_link ul li:first-child {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.footer .stdcopy16_15_link ul li img {
  display: inline-block;
  margin-right: .05rem;
}

.footer .stdcopy16_15_link ul li {
  font-size: .14rem;
  color: #fff;
  line-height: .3rem;
}

.footer .stdcopy16_15_link ul li:last-child a {
  border: none !important;
  padding-right: 0;
}

.footer .stdcopy16_15_link ul li a {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 .1rem;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.footer .stdcopy16_15_link ul li:hover a {
  color: #fff;
  opacity: .8
}

.footer .stdcopy16_15_c {
  padding: rem 0 .2rem;
}

.footer .stdcopy16_15_c .stdcopy16_15_wid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
}

.footer .stdcopy16_15_c .stdcopy16_15_logo {
  width: 3.43rem;
}

.footer .stdcopy16_15_c .stdcopy16_15_bq {
  width: 25%;
}



.footer .stdcopy16_15_c .stdcopy16_15_wx {
  width: 2rem;
  display: flex;
  justify-content: space-around;
}

.footer .stdcopy16_15_c .stdcopy16_15_logo img {
  height: .68rem;
}

.footer .stdcopy16_15_c p {
  font-size: .14rem;
  line-height: .28rem;
  color: #fff;
}



.footer .stdcopy16_15_c .stdcopy16_15_wx h3 {
  font-size: .14rem;
  line-height: .2rem;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: normal;
}

.footer .stdcopy16_15_c .stdcopy16_15_wx div {
  width: 0.9rem;
}

.footer .stdcopy16_15_c .stdcopy16_15_wx div img {

  width: 0.9rem;
  height: 0.9rem;
}


@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 {
  }
}

@media screen and (max-width: 1024px) {
  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}

  .footer .stdcopy16_15_link::after {
    left: 0;
    background: #fff;
  }

  .footer .stdcopy16_15_link ul {
    height: auto;
    padding: 15px 0;
    justify-content: flex-start;
  }

  .footer .stdcopy16_15_link ul li a {
    padding: 0 15px;
  }

  .footer .stdcopy16_15_c .stdcopy16_15_bq p {
    line-height: 26px;
  }

  .std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_wx div h3 {
    line-height: 26px;
  }
}

@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: #0066cc;
    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;
    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;
    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: #0066cc;
    overflow-y: scroll;
    border-top: .01rem solid #fff;

  }

  .m-nav ul {
    padding: 0 .15rem;
  }

  .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;
  }

  .foot .px1600 {
    display: block;
  }

  .foot .foot_add {
    text-align: center;
  }

  .foot_code {
    width: 100% !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
  }

  .down_list ul li {
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  
  .v_news_content {
    max-width: 100%;
    padding: 0 0.15rem; 
    box-sizing: border-box;
  }

 
  .v_news_content video,
  .v_news_content iframe,
  .v_news_content object {
    width: 100% !important;
    height: auto !important; 
    max-height: 220px !important; 
    object-fit: contain;
    border: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
  }


  .ny-right {
    padding: 0 !important;
    margin: 0 !important;
    width: 65%;
  }

  
  .n_content {
    padding: 0.1rem 0.15rem !important;
    box-sizing: border-box;
  }

  .v_news_content p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
  }
}

video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .footer .stdcopy16_15_c {
    padding: 20px 0;
  }

  .footer .stdcopy16_15_c .stdcopy16_15_logo {
    width: 100%;
    text-align: center;
  }

  .footer .stdcopy16_15_c .stdcopy16_15_bq {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }

  .footer .stdcopy16_15_c .stdcopy16_15_bq2 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer .stdcopy16_15_c .stdcopy16_15_wx {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .footer .stdcopy16_15_c .stdcopy16_15_wx div {
    margin: 0 .2rem
  }

  .footer .stdcopy16_15_c p {
    font-size: 14px !important;
  }

  .footer .stdcopy16_15_link ul li a {
    border: none !important;
  }
}