@font-face {
  font-family: 'DIN-Medium';
  src: url("../font/DIN-Medium.ttf") format("truetype"), url("http://hvc.zzyzxx.cn/static/font/DIN-Medium.woff") format("woff");
  font-display: swap;
}

/*@font-face {  font-family: 'MicrosoftYaHeiSemibold';  src: url("https://www.ytcc.edu.cn/font/MicrosoftYaHeiSemibold.ttc") format("truetype"),url("https://www.ytcc.edu.cn/font/MicrosoftYaHeiSemibold.ttf") format("truetype");  font-display: swap;  }*/
@font-face {
  font-family: 'alpht';
  src: url("http://hvc.zzyzxx.cn/static/font/F5LSFMKO94EI.woff") format("woff");
  font-display: swap;
}

/*@font-face {  font-family: 'PingFang-Heavy';  src: url("https://www.ytcc.edu.cn/font/PingFang-SC.ttf") format("truetype"),url("https://www.ytcc.edu.cn/font/PingFang-SC.woff") format('woff');  font-display: swap;  }*/

/*@font-face {  font-family: 'PingFang-MB';  src: url("https://www.ytcc.edu.cn/font/PingFang-MB.ttf") format("truetype"),url("../font/PingFang-MB.woff") format("woff");  font-display: swap;  }*/

* {
  box-sizing: border-box
}

html, body {
  color: #333;
  font-size: 16px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
  font-family: 'Microsoft Yahei', Arial, sans-serif;
  -webkit-font-smoothing: antialiased
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, b, section, nav {
  padding: 0;
  margin: 0;
  font-weight: normal;
  box-sizing: border-box
}

i, em, b {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
}

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

a:focus, div:focus {
  border: none;
  outline: none;
}

img, input {
  border: 0;
}

input, button {
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
}

.f0 {
  font-size: 0;
}

input[type='text']:focus-visible {
  outline: none;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: all 0.3s ease-in;
}

.img_zd {
  position: relative;
  overflow: hidden;
}

.img_zd .img_hezi { /*padding-top: 75%;*/
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}

.img_zd > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.pic { /*padding-top: 75%;*/
  position: relative;
  overflow: hidden;
}

.pic .a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}

.bg-mask:hover .pic .a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pic img:hover, .bg-mask:hover .cover_img .a {
  transform: scale(1.05);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.noflex {
  display: block !important;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex-left {
  display: flex;
  flex-wrap: wrap
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.pore {
  position: relative
}

.aline_r {
  position: relative;
  background-image: linear-gradient(#166045, #166045);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .5s;
}

.alin_r:hover .aline_r {
  background-size: 100% 1px;
  color: #166045
}

html::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333;
}

.zi3 {
  position: relative;
  z-index: 3
}

/*@media screen and (min-width:1200px){ html{font-size: 100px!important;}}*/
@media screen and (max-width: 1024px) {
  html {
    font-size: 90px !important;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 85px !important;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: .18rem
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 70px !important;
  }
}

.wp {
  width: 16rem;
  margin: 0 auto;
  max-width: 96%;
}

.none {
  display: none;
}

/*=============================公共 开始===================================*/

.header_box .wp {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding: 0 .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  display: block;
  max-height: .6rem;
}

.header_right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}


.header_right .ll .top {
  padding-top: .03rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}

.list_box0 {
  display: flex;
  align-items: center;
}

.list_box0 .li {
  font-size: .12rem;
  line-height: 1;
  color: #fff;
  opacity: .7;
  margin-left: .08rem;
  transition: .5s;
}

.list_box0 .li a {
  display: flex;
  align-items: center;
}

.list_box0 .li a img {
  display: block;
  height: .14rem;
  margin-right: .06rem;
}

.list_box0 .li:nth-child(2n) {
  margin-top: -.02rem;
}

.list_box0 .li:hover {
  opacity: 1;
}

#nav ul li {
  position: relative;
}

#nav ul li h2 {
  font-size: .2rem;
  line-height: .5rem;
  color: #fff;
  /*  font-weight: 700;*/
}

#nav ul li h2 a {
  font-family: 'PingFang-Heavy';
}

#nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  min-width: 1.6rem;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  border-radius: 0 0 .08rem .08rem;
  overflow: hidden
}

#nav ul li .sub:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e37600;
}

#nav ul li .sub .box {
  padding: 3px 0 0;
  text-align: center
}

#nav ul li .sub a {
  padding: .08rem .3rem;
  line-height: .28rem;
  transition: .6s;
  font-size: .16rem;
  color: #666;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  display: block;
  font-family: 'PingFang-Heavy';
}

#nav ul li .sub a:hover {
  color: #fff;
  background: #214ecc
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1)
}

#nav > ul > li.on h2,
#nav ul li:hover h2,
#header.xg #nav ul li.on a h2,
#header.xg #nav ul li:hover a h2 {
  opacity: .9;
}

.topl1 #nav li {
  padding: 0 .21rem;
}

.topl1 #nav {
  margin-right: -.21rem;
}

.topl2 {
  display: none;
}


.header_right .rr {
  display: flex;
  align-items: center;
  padding: 0 0 0 .3rem;
  justify-content: space-between;
}

.miso_btn1 {
  display: flex;
  width: .54rem;
  height: .54rem;
  background: transparent;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
  border: 1px solid #fff;
}

.miso_btn1 .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: .45rem;
  height: .25rem
}

.miso_btn1 .box span {
  display: block;
  width: 100%;
  height: .03rem;
  background: #fff
}

.miso_btn1 .box span:nth-child(1), .miso_btn1 .box span:nth-child(3) {
  width: 84%
}

#openBtn {
  cursor: pointer;
  display: inline-block
}

#openBtn .lcbody {
  width: .2rem;
  height: .16rem;
  position: relative;
  display: flex;
  justify-content: flex-start
}

#openBtn .lcbody .lcitem {
  width: 100%;
  height: 2px;
  position: absolute;
  transition: transform .36s ease;
  right: 0;

}

#openBtn .lcbody .lcitem:nth-child(2) {
  width: 85%
}

#openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
  border-radius: .1rem;
}

#openBtn .lcbody .top {
  top: 0
}

#openBtn .lcbody .center {
  display: block;
  top: 50%;
  margin-top: -.015rem
}

#openBtn .lcbody .bottom {
  top: calc(100% - .02rem)
}

#openBtn .lcbody:hover .lcitem.top .rect {
  animation: move .4s ease-in-out 1
}

#openBtn .lcbody:hover .lcitem.center .rect {
  animation: move .4s ease-in-out .1s 1
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
  animation: move .4s ease-in-out .2s 1
}

.active#openBtn .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%
}

.active#openBtn .lcitem.center {
  opacity: 0
}

.active#openBtn .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%
}

.active#openBtn .lcitem div {
  background: #214ecc;
}

.active#openBtn .lcbody {
  width: .25rem;
}

.miso_btn1.on {
  background: rgba(255, 255, 255, 0.7);
  border: none;
}


@keyframes move {
  0% {
    right: 0
  }

  40% {
    right: 0;
    width: 0
  }

  60% {
    right: auto;
    width: 0%
  }

  100% {
    right: auto;
    width: 100%
  }
}

.header_box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: .05rem;
  background: #96070B;
  z-index: 1;
}

.header_box:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 1.9rem;
  background: url("../images/h-mask.png") repeat-x top center/auto 99%;
}

.header_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: .28rem 0;
  z-index: 10000;
  transition: .5s;
}

.bg_s .topl2 {
  display: block;
  align-self: center;
}

.bg_s .topl1 {
  display: none
}

/*slide_down_nav*/
body.fixed {
  overflow: hidden
}

.slide_down_nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden
}

.slide_down_nav .slide_down_nav_bg {
  position: fixed;
  right: 0;
  top: 0;
  height: 0;
  left: 0;
  background: #fff url('../images/slide_down_nav_bg-1.jpg') no-repeat 50%/cover;
  transition: .9s cubic-bezier(.165, .84, .44, 1) .2s
}

.slide_down_nav .slide_down_nav_bg.on {
  height: 100%
}

.slide_down_nav_line_shuxian {
  position: absolute;
  left: 0;
  margin-left: -.5px;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, .15);
  opacity: 1;
  transition: .6s
}

.slide_down_nav_line_shuxian.on {
  height: 100%;
  transition-delay: 1s
}

.slide_down_nav .slide_down_nav_content {
  position: relative;
  z-index: 10;
  transition: .6s;
  height: 100%;
  opacity: 0;
  padding: 1rem 0 0
}

.slide_down_nav.on {
  visibility: visible
}

.slide_down_nav .slide_down_nav_content.on {
  transition: .6s;
  opacity: 1
}

.w1256 {
  width: 100%;
  max-width: 86%;
  padding: 0;
  margin: .6rem auto 0;
  height: 100%;
  display: flex
}

.miso_wzmap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.2rem;
  width: 100%;
}

.miso_wzmap li {
  padding: .25rem .1rem;
  transform: translateY(.5rem);
  transition: .5s;
  opacity: 0;
  flex: 1;
  width: 12.5% \0;
  text-align: center
}

.miso_wzmap li:nth-child(1) {
  transition-delay: .1s
}

.miso_wzmap li:nth-child(2) {
  transition-delay: .2s
}

.miso_wzmap li:nth-child(3) {
  transition-delay: .3s
}

.miso_wzmap li:nth-child(4) {
  transition-delay: .4s
}

.miso_wzmap li:nth-child(5) {
  transition-delay: .5s
}

.miso_wzmap li:nth-child(6) {
  transition-delay: .6s
}

.miso_wzmap li:nth-child(7) {
  transition-delay: .7s
}

.miso_wzmap li:nth-child(8) {
  transition-delay: .8s
}

.miso_wzmap li:nth-child(9) {
  transition-delay: .9s
}

.miso_wzmap li:nth-child(10) {
  transition-delay: 1s
}

.miso_wzmap li h2 a {
  font-size: .2rem;
  line-height: 1;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 0 .18rem;
  margin-bottom: .24rem;
  font-family: 'PingFang-Heavy';
}

.miso_wzmap li h2 a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fa7e19;
  transition: 1.2s 1.2s;
  transform: translateX(-50%)
}

.miso_wzmap li dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.25rem
}

.miso_wzmap li dl dd {
  width: 100%;
  padding: 0 .25rem
}

.miso_wzmap li dl dd a {
  font-size: .18rem;
  color: #fff;
  line-height: .48rem;
  display: block;
  transition: .5s;
  font-family: 'PingFang-MB';
}

.slide_down_nav_content.on .miso_wzmap li {
  transform: translateY(0);
  opacity: 1
}

.slide_down_nav_content.on .miso_wzmap li h2 a:before {
  width: .5rem
}

.miso_wzmap li dl dd a:hover {
  color: #fa7e19
}

/*slide_down_nav*/


/*miso_navs*/

.miso_navs {
  position: fixed;
  left: 0;
  width: 100%;
  background: rgba(150, 7, 11, .85);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
  background: url("../images/navBg.png") no-repeat  center center / 100% 100%;
  top: 0;
  z-index: 100000;
  height: .8rem;
  transform: translateY(-101%);
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}

.miso_navs .wp {
  width: 18rem;
  /* max-width: none;
   padding: 0 .3rem;*/
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.miso_navs .logos {
  width: 3.65rem;
}

.miso_navs .logos a {
  width: 100%;
  display: block;
}

.miso_navs .logos img {
  display: block;
  max-width: 100%;
  max-height: .6rem;
}

.miso_navs #nav {
  height: 100%;
  padding-top: 0;
}

.miso_navs #nav ul {
  width: calc(100% - 6rem);
}

.miso_navs #nav ul li h2 {
  font-size: .2rem;
  line-height: .55rem;
}

.miso_navs #nav ul li.btn-li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.miso_navs.xg1 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.miso_navs.bg_s {
  background: transparent;
  box-shadow: none;
}

.foot .wp {
  width: 14rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.foot .ft-left {
  width: 20.375%;
}

.ft-logo img {
  display: block;
  max-width: 100%;
  max-height: .52rem;
}

.bq {
  margin-top: .27rem;
  padding-top: .28rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bq a {
  color: #ffffff;
  font-size: .12rem;
}

.ft-center {
  /* flex: 1; */
  width: 35%;
}

.ft-center h3 {
  display: flex;
  align-items: center;
  font-size: .16rem;
  line-height: .48rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: .2rem;
}

.ft-center h3 img {
  display: block;
  width: .03rem;
  margin-right: .19rem;
}

.ft-add {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-add h5 {
  width: 50%;
  font-size: .14rem;
  color: #ffffff;
  line-height: .36rem;
}

.ft-link {
  display: flex;
  align-items: center;
}

.ft-link .li {
  margin-left: .17rem;
}

.ft-link .li a {
  display: flex;
  align-items: center;
  font-size: .16rem;
  line-height: .48rem;
  color: #ffffff;
  font-weight: 700;
}

.ft-link .li a img {
  display: block;
  width: .03rem;
  margin-right: .18rem;
}

.ft-ewm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* justify-content: flex-end; */
  margin-top: .21rem;
}

.ft-ewm .li {
  position: relative;
  margin: 0 0 0 .22rem;
}

.ft-ewm .li a {
  display: block;
}

.ft-ewm .li a img {
  display: block;
  width: 1rem;
  height: 1rem;
}

.ft-ewm .li .ewm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(.3rem);
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ft-ewm .li .ewm:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -.08rem;
  margin-left: -.06rem;
  border-bottom: #fff .08rem solid;
  border-left: transparent .06rem solid;
  border-right: transparent .06rem solid;
}

.ft-ewm .li .ewm img {
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.3);
}

.ft-ewm .li .ewm p {
  font-size: .14rem;
  color: #fff;
  line-height: .24rem;
  text-align: center;
  margin-top: .1rem;
}

.ft-ewm .li:hover .ewm {
  transform: translateX(-50%) translateY(.16rem);
  opacity: 1;
  visibility: visible;
}


.foot {
  overflow: hidden;
  /* height: 3.99rem; */
  /* padding: .88rem 0; */
  padding: .4rem 0;
  background: #96070B url('../images/foot.png') no-repeat bottom center / contain;
}


/*search*/
.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  /* overflow: hidden; */
}

.search-dialog-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  background: rgba(33, 78, 204, 0.9);
  transition: .6s;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .8;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.search-dialog-box.on:before {
  height: 100%
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(33, 78, 204, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: 1; */
  transform-origin: center center;
  transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: .6s;
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 2.75rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0 auto;
  padding: 0 0.08rem 0 .24rem;
  background-color: rgba(255, 255, 255, .1);
  box-sizing: border-box;
  transition: all .3s;
  max-width: 94%;
  overflow: hidden;
}

.search-dialog .search-input input[type=text] {
  float: left;
  height: .72rem;
  width: calc(100% - .56rem);
  background-color: transparent;
  font-size: .2rem;
  line-height: .08rem;
  color: #fff;
  transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
  float: right;
  height: .72rem;
  width: .56rem;
}

.search-dialog .search-input input[type=submit] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: .24rem;
  background-image: url('../images/search-1.png');
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, .2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/close.png');
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
}

.search-dialog .f-cb h3 {
  font-size: .3rem;
  color: #fff;
  text-align: center;
  margin-bottom: .3rem;
}

.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(0)
}

.pub-close {
  position: absolute;
  width: .48rem;
  height: .48rem;
  z-index: 10;
  right: .24rem;
  top: .24rem;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 78, 204, 0.9);
  transform: scale(0);
  border-radius: 100%;
  transition: transform .3s;
}

.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: .22rem;
  background-repeat: no-repeat;
  background-image: url('../images/close.png');
  transition: .6s;
}

.pub-close i:hover {
  transform: rotate(180deg)
}

/*search*/


.ar_wap {
  display: none
}

/*=================================响应开始========================================*/
/*wap*/

.wap-head {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding-right: 15px;
  padding-left: 15px;
  background: rgba(150, 7, 11, .85);
  height: .75rem;
}

.big-nav {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100vh;

  right: -105vw;
  top: 0;
  padding: .9rem 0 120px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: rgba(150, 7, 11, .85);
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

body.navShow .big-nav {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.big-nav .list_box0 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px;
}

.big-nav .list_box0 .li {
  font-size: 14px;
  color: #e8e8e8;
  display: inline-block;
  transition: .6s;
  margin-right: 0.2rem;
  margin-left: 0;
  position: relative;
  line-height: .36rem;
  border: 1px solid #fff;
  border-radius: .05rem;
  padding: 0 .1rem;
}

.big-nav .list_box0 .li a {
  color: #fff;
}

.big-nav .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1.04rem;
  bottom: 0;
  overflow-y: auto;
}

.list_box_nav_mobile {
  width: 100%;
  height: 100%;
  padding: 0 20px 10px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0;
  flex: 1;
}

.list_box_nav_mobile > li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.list_box_nav_mobile > li .con {
  position: relative
}

.list_box_nav_mobile > li .a {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  line-height: .64rem;
  color: rgba(255, 255, 255, .8);
  padding: 0;
  font-size: .2rem;
  display: flex;
  position: relative;
  transition: .5s;
}

.list_box_nav_mobile > li i {
  opacity: 1;
  filter: alpha(opacity=100);
  width: .64rem;
  height: .64rem;
  background: url('../images/nav-icon.png') center no-repeat;
  background-size: auto .12rem !important;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

.list_box_nav_mobile > li.on1 i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a {
  color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile > li .list {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none
}

.list_box_nav_mobile > li .list a {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}


.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 60px;
  display: block;
  padding: 0 20px;
}

.wap_search .header-search {
  height: 40px;
  border-radius: 0;
  background: rgb(255 255 255);
  position: relative;
  width: 100%;
  margin: 10px auto;
}

.wap_search .input {
  font-size: 14px;
  color: #646464;
  height: 40px;
  line-height: 40px;
  padding: 0 .24rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: url("../images/search-1.png") center no-repeat #ec7b00;
  background-size: .2rem;
  border-radius: 0;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}


.ar_wap {
  display: none
}


@media (max-width: 1199px) {
  html.navShow, body.navShow {
    overflow: hidden !important;
  }

  html, body {
    overflow-x: hidden !important;
  }

  .ar_web {
    display: none
  }

  .ar_wap {
    display: block
  }

  .wp {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .miso_navs {
    display: none;
  }

  .wap-head {
    display: flex;
    z-index: 11111;
  }

  .wap-head .logo img {
    width: auto;
    height: 0.45rem;
  }

  .wap-head .navbtnm {
    width: .86rem;
    height: .75rem;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
  }

  .wap-head .navbtnm i {
    display: block;
    width: 100%;
    height: 0.75rem;
    background: url("../images/menu.png") no-repeat 50%;
    background-size: 0.32rem 0.32rem;
    transition: all .3s;
    position: relative;
    z-index: 3;
  }

  .wap-head .navbtnm:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .wap-head .navbtnm:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -6px;
    border-right: #fff 6px solid;
    border-bottom: transparent 0.75rem solid;
  }

  .navShow .navbtnm i {
    background-image: url("../images/close-menu.png");
  }

  .list_box0 .li {
    border: none;
  }

}

@media (max-width: 1025px) {
  .foot .ft-left {
    width: 100%;
    margin-bottom: .15rem;
    background-size: contain;
  }

  .bq {
    margin-top: .15rem;
    padding-top: .1rem;
  }

  .ft-logo img {
    max-height: .5rem;
  }

  .ft-center h3 {
    line-height: .32rem;
    margin-bottom: .1rem;
  }

  .ft-center {
    width: 50%;
  }

  .ft-ewm .li a img {
    width: .8rem;
    height: .8rem;
  }

  .ft-ewm .li {
    margin: 0 0 0 0.15rem;
  }

  .ft-ewm .li .ewm {
    bottom: 100%;
    transform: translateX(-50%) translateY(-.2rem);
  }

  .ft-ewm .li .ewm:before {
    top: 100%;
    border-bottom: transparent .08rem solid;
    border-top: #fff .08rem solid;
  }

  .ft-ewm .li:hover .ewm {
    transform: translateX(-50%) translateY(-.1rem);
  }

  .ft-ewm .li .ewm p {
    display: none;
  }

  .ft-ewm {
    margin-top: .3rem;
    /* justify-content: center; */
  }

  .ft-link .li a {
    line-height: .32rem;
  }

  .foot {
    padding: .2rem 0;
    height: auto;
  }
}

@media (max-width: 769px) {
  .wap-head .logo img {
    height: .4rem;
  }

  .ft-logo img {
    margin: 0 auto;
  }

  .ft-center {
    width: 100%;
    margin-bottom: .15rem;
  }

  .ft-link .li {
    margin-left: 0;
    margin-right: .1rem;
  }

  .ft-right {
    width: 100%;
  }

  /* .ft-ewm {
    justify-content: center;
  } */

  .ft-ewm .li {
    margin: 0 .05rem;
  }

  .ft-center h3 img,
  .ft-link .li a img {
    margin-right: .1rem;
  }
}

@media (max-width: 769px) {
  .ft-add h5 {
    width: 100%;
  }
}

/**/


#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 99999999;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;;
  z-index: -1
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(http://hvc.zzyzxx.cn/static/images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(http://hvc.zzyzxx.cn/static/images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(http://hvc.zzyzxx.cn/static/images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(http://hvc.zzyzxx.cn/static/images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700
}
/* 版权 */
.copyright{
  background-color: rgba(150, 7, 11, .95);
  font-size: .14rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  padding: 0.2rem 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}