@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  outline: none;
}
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	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: rgb(255, 255, 255);
	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: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px 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;
}
@font-face {
  font-family: sys;
  src: url("../fonts/sySong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  color: #222;
  font-family: "微软雅黑";
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
}

html {
  font-size: 100px;
  font-size: 5.2083333333333vw;
}

body {
  font-size: 0.16rem;
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f5f5f5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333;
}

/* rem */
/* 
@media screen and (min-width: 2000px) {
  html {
    font-size: 110px !important;
  }
}

@media screen and (max-width: 1940px) {
  html {
    font-size: 100px !important;
  }
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 95px !important;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px !important;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 90px !important;
  }
} */

@media screen and (max-width: 1024px) {
  html {
    font-size: 85px !important;
  }
}

/* 
@media screen and (max-width: 900px) {
  html {
    font-size: 85px !important;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 75px !important;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 70px !important;
  }
}

@media screen and (max-width: 350px) {
  html {
    font-size: 65px !important;
  }
} */

/* rem */

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img,
input {
  border: 0;
  outline: none;
}

body .clear {
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wp {
  width: 14.4rem;
  max-width: 94%;
  margin: 0 auto;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.pich:hover .pic img {
  transform: scale(1.1);
}

.pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.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;
}

.pich:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.pic div.a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pich:hover .pic div.a {
  width: 110%;
  height: 110%;
}

@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);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@keyframes play2 {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

em {
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#21a197, #21a197);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}

a:hover em {
  color: #21a197;
  font-weight: bold;
  background-size: 100% 1px;
}

.wap {
  display: none !important;
}

/*search*/

.search-con {
  display: block;
  margin-left: 0.17rem;
}

.search-con button {
  text-align: center;
  background: none;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  font-size: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.search-con button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s;
}

.head_wit .search-con button::before {
  background: rgba(182, 0, 7, 1);
}

.search-con button:hover {
  color: #fff;
}

.search-con button:hover::before {
  width: 0.36rem;
  height: 0.36rem;
}

.search-con button img {
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
}

.head_wit .search-con button img:nth-child(2) {
  display: none;
}

.head_wit .search-con button:hover img:first-child {
  display: none;
}

.head_wit .search-con button:hover img:nth-child(2) {
  display: inline-block;
}

.yc-search-con .wp {
  height: calc(100% - 9.25vh);
  position: relative;
  z-index: 1;
  padding-top: 19.44vh;
}

.searchbox {
  width: 100%;
  margin-bottom: 7.4vh;
  padding-bottom: 3.33vh;
  border-bottom: 0.04rem solid rgba(255, 255, 255, 0.2);
}

.search {
  width: 100%;
  height: 4.62vh;
  line-height: 4.62vh;
  position: relative;
  z-index: 1;
}

input,
button {
  border: none;
  outline: none;
}

.search .text {
  width: calc(100% - 7.4vh);
  padding-left: 7.4vh;
  height: 4.62vh;
  font-size: 2.96vh;
  background: none;
  color: #fff;
}

.search .button {
  width: 4.62vh;
  height: 4.62vh;
  background: url(../images/ss.png) no-repeat center;
  background-size: 4.44vh auto;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}

/* 定位搜索框 */

.yc-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.yc-search-bg {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/yc-search-bg.jpg) no-repeat right center;
  background-size: cover;
}

.yc-search-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.yc-search-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yc-search-t .logo a {
  display: block;
}

.yc-search-t .logo img {
  display: block;
  width: 3.37rem;
  width: 31.2vh;
}

.yc-search-close {
  margin-right: 2.77vh;
  margin-top: 3.51vh;
}

.yc-search-close a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  width: 5.55vh;
  height: 5.55vh;
  border-radius: 50%;
  background-color: #ffc627;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yc-search-close img {
  display: block;
  width: 0.2rem;
  width: 1.85vh;
  transition: all 0.5s;
}

.yc-search-close a:hover img {
  transform: rotate(360deg);
}

.yc-search-lj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.yc-search-lj dl {}

.yc-search-lj dt {
  font-size: 2.22vh;
  line-height: 2.77vh;
  color: #ffc627;
}

.yc-search-lj dd a {
  display: block;
  font-size: 1.85vh;
  line-height: 2.22vh;
  margin: 1.85vh 0;
  color: #fff;
  transition: all 0.5s;
}

.yc-search-lj dd:hover a {
  color: #ffc627;
}

.yc-search-b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5.55vh 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.yc-search-b h3 {
  font-size: 3.33vh;
  color: #fff;
  margin-right: 6.48vh;
}

.yc-search-b ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.yc-search-b ul li {
  margin-left: 0.92vh;
}

.yc-search-b ul li a {
  display: block;
  font-size: 1.48vh;
  color: #fff;
  line-height: 5vh;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.06rem;
  padding: 0 3.7vh;
  transition: all 0.5s;
}

.yc-search-b ul li:hover a {
  background: rgba(255, 255, 255, 0.2);
}













/*头部*/
.head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.8s;
}

.head_rgb.show {
  transform: translateY(-100%);
}

.head_rgb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.53rem;
  background: linear-gradient(180deg, #000000 0%, rgba(79, 79, 79, 0) 94%);
  z-index: -1;
}

.head_wit {
  transform: translateY(-110%);
}

.head_wit.show {
  transform: none;
}

.head_wit {
  transition: all 0.8s;
}

.head_wit::after {
  height: 85%;
}

.head-c {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.top-t {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 999;
}

.top-t::after {
  content: '';
  position: absolute;
  top: 0;
  left: 5rem;
  width: 0;
  border-top: 0.06rem solid #991718;
  z-index: 1;
  transition: all 2s;
}

.head_rgb.x .top-t::after,
.head_wit.show.x .top-t::after {
  width: calc(100% - 5rem);
}

.top-tl {
  background: url(../images/top-tlbg.png) no-repeat;
  background-size: 100% 100%;
  line-height: 0.36rem;
  padding: 0 0.65rem;
  position: relative;
  z-index: 2;
}

.top-tl ul {
  display: flex;
  align-items: center;
}

.top-tl ul li+li {
  margin-left: 0.4rem;
}

.top-tl ul li a {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
}

.top-tl ul li a img {
  display: block;
  margin-right: 0.05rem;
  max-width: 0.18rem;
  max-height: 0.16rem;
}

.top-tl ul li:hover a {
  opacity: 0.7;
}

.logo {
  margin-top: 0.38rem;
  margin-left: 0.63rem;
}

.logo a {
  display: block;
  font-size: 0;
}

.logo img {
  display: block;
  width: 3.89rem;
}

.g-navk {
  position: absolute;
  right: 0.39rem;
  top: 0.45rem;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0;
  z-index: 999;
}

.g-nav {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  font-size: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.g-nav img {
  max-width: 0.2rem;
  max-height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g-nav img.close-menu {
  display: none;

}

.head-r {}

.head-r.on {
  flex: none;
}

.head-t {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.25rem;
  font-size: 0;
  margin-top: -0.07rem;
}

.head-t .k {
  width: 3.45rem;
}

.head-t .k img {
  display: block;
  width: 3.45rem;
}

.head-b {
  display: flex;
  align-items: center;
  margin-top: 0.22rem;
  margin-right: 1.08rem;
}

.head-r.on {
  padding-top: 0.64rem;
}

.head-r.on .head-b {
  display: none;
  margin-top: 0;
}

.head-r.on .g-nav {
  background-color: #ffc627;
}

.head-en {
  position: relative;
  z-index: 1;
}

.head-en a {
  display: block;
  background: url(../images/en.png) no-repeat left center;
  background-size: 0.14rem auto;
  padding-left: 0.24rem;
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #ffffff;
  margin-left: 0.17rem;
}

.head-en::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 0.085rem);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.05rem;
  z-index: -1;
  transition: all 0.5s;
}

.head_wit .head-en::before {
  background: rgba(182, 0, 7, 1);
}

.head-en:hover::before {
  width: 0.6rem;
  height: 0.36rem;
}

.head_wit .head-en a:hover {
  color: #fff;
  background: url(../images/en.png) no-repeat left center;
  background-size: 0.14rem auto;
}

/* nav */
.nav {
  line-height: 0.4rem;
}

.nav>ul {
  font-size: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav>ul>li {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: 0.5rem;
}

.nav>ul>li:last-child {
  margin-right: 0;
}

.nav>ul>li>a {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0.02rem 0.02rem 0.08rem rgba(0, 0, 0, 0.8);
  text-align: center;
  position: relative;
  z-index: 1;
}

.nav>ul>li>a::after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid #991718;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.head_wit .nav>ul>li>a::after {
  border-bottom: 10px solid #b60007;
}

.nav>ul>li:hover>a::after {
  opacity: 1;
  visibility: visible;
}

.nav>ul>li:first-child>a::after,
.nav>ul>li:last-child>a::after {
  content: none;
}

.nav>ul>li:hover>a,
.head_wit .nav>ul>li:hover>a {
  color: #991718;
}

.nav>ul>li>div {
  position: absolute;
  top: 100%;
  line-height: normal;
  width: 9.26rem;
  /* left: 50%; */
  opacity: 0;
  /* transform: scaleY(0);
  transform-origin: top; */
  visibility: hidden;
  transition: all 0.5s;
  z-index: -9;
}

.nav>ul>li:nth-child(4)>div {
  width: 10rem;
}

.nav>ul>li>div>div {
  margin-top: 0.25rem;
  background: #fff url(../images/subnav-zs.png) no-repeat 95% bottom;
  background-size: 2.2rem auto;
  padding: 0.4rem 0.1rem 0.4rem 0.4rem;
  box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  display: flex;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.nav>ul>li>div>div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.04rem;
  background: #991718;
  transition: all 0.8s;
}

.head_wit .nav>ul>li>a {
  text-shadow: none;
}

.nav>ul>li>div>div>.nav-pic {
  width: 3.2rem;
  margin-right: 0.2rem;
}

.nav>ul>li>div>div>.nav-pic .pic {
  padding-top: 56.25%;
  box-shadow: 0.02rem 0.02rem 0.15rem 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.1rem;
}

.nav>ul>li>div>div>ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.nav>ul>li>div>div>ul>li {
  width: 33.333%;
}

.nav>ul>li>div>div>ul>li a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.1rem 0.05rem 0.1rem 0.2rem;
  text-align: left;
  transition: all 0.5s;
  color: #333;
}

.nav>ul>li>div>div>ul>li a:hover {
  color: #b60007;
}

.nav>ul>li:hover>div {
  z-index: 9999;
  opacity: 1;
  /* transform: none; */
  visibility: visible;
}

.nav>ul>li:hover>div>div {
  transform: none;
}

.nav>ul>li:hover>div>div::after {
  width: 100%;
}

/*隐藏导航*/

.top-yc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/gk-ban.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}

.top-nav {
  position: absolute;
  top: 25.37vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow-y: hidden;
  overflow-x: hidden;
}

.top-nav>ul {
  padding: 0 5%;
  align-items: flex-start;
}

.top-nav>ul>li {
  width: 12vw;
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transform: translateX(1rem);
  transition-timing-function: ease;
}

.top-yc.on .top-nav>ul>li {
  opacity: 1;
  transform: none;
}

.top-nav>ul>li>a {
  color: #fff;
  font-size: 2.59vh;
  font-weight: bold;
}

.top-nav>ul>li>div {
  padding-top: 0.8vh;
}

.top-nav>ul>li>div>ul>li>a {
  display: block;
  line-height: 3.7vh;
  padding: 0.6vh 0;
  font-size: 1.66vh;
  color: #fff;
}

.top-nav>ul>li>div>ul>li:hover>a {
  opacity: 0.7;
}


.head_wit .nav>ul>li>a {
  color: #231916;
}

.head_wit .nav>ul>li.active>a {
  color: #991718;
}

.head_wit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.head_wit.on::before {
  z-index: 999;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}

.head_wit.show::before {
  height: calc(100% + 0.1rem);
}

.head_wit .head-en a {
  background: url(../images/enh.png) no-repeat left center;
  background-size: 0.14rem auto;
  color: #231916;
}

/*底部*/
.foot {
  background: #910000;
  color: #fff;
  margin-top: 1.3rem;
}

.foot a {
  color: #fff;
}

.foot-t {
  background: #9e1212;
  padding: 0.22rem 0 0 0;
}

.foot-t .qh-bd {
  position: relative;
  overflow: hidden;
}

.foot-t .qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.foot-t .qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.foot-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0;
}

.foot-logo a {
  display: block;
  width: 3.61rem;
  max-width: 100%;
  font-size: 0;
}

.foot-logo a img {
  display: block;
  width: 100%;
}

.foot-dz {
  display: flex;
  margin-top: 0.38rem;
}

.foot-r .sydw a {
  display: block;
  width: 0.52rem;
  font-size: 0;
  padding-top: 0.08rem;
}

.foot-r .sydw a img {
  display: block;
  width: 100%;
}

.foot-dzr {
  padding: 0.08rem 0 0.08rem 0.22rem;
  margin-left: 0.22rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-dzr p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #fff;
}

.foot-m img {
  display: block;
  width: 2.79rem;
}

.foot-m .tit-svg {
  width: 2.79rem;
}

.foot-m .tit-svg svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  transition: .3s;
}

.foot-m .tit-svg svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 0.75;
  stroke-miterlimit: 10;
}

.foot-m:hover .tit-svg svg {
  animation: dash 10s ease;
}

.foot-m p {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}

.link .qh-tit {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

.link .qh-tit ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
}

.link .qh-tit li {
  width: 15%;
  font-size: 0.16rem;
  line-height: 0.23rem;
  position: relative;
  padding-right: 0.2rem;
  cursor: pointer;
}

.link .qh-tit li+li {
  margin-left: 3.75%;
}

.link .qh-tit ul li::before {
  content: '';
  position: absolute;
  top: 0.08rem;
  left: auto;
  right: 15px;
  width: 0.11rem;
  height: 0.07rem;
  background: url(../images/link-icon-down.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.link .qh-tit li::after {
  /* content: ''; */
  position: absolute;
  bottom: -0.21rem;
  left: 0;
  width: 0;
  transition: all 0.5s;
  border-bottom: 0.03rem solid #ffc627;
}

.link .qh-tit li.on {
  color: #ffc627;
}

.link .qh-tit li.on::after {
  width: 100%;
}

.link .qh-tit ul li.on::before {
  background: url(../images/link-icon-down2.png) no-repeat;
  background-size: 100% 100%;
}

.link .qh-bd ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.15rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.link .qh-bd ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
  border-bottom: 0.03rem solid #ffc627;
}

.link .qh-bd ul.on::before {
  width: 100%;
}

.link .qh-bd ul li {
  width: 16.66%;
  font-size: 0.14rem;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}

.link .qh-bd ul li a {
  display: block;
  margin: 0 0.1rem 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.link .qh-bd ul li:hover a {
  color: #ffc627;
}


.foot .foot-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.foot .foot-media>div {
  position: relative;
  cursor: pointer;
  margin-left: 0.2rem;
}

.foot .foot-media>div:hover div {
  display: block;
}

.foot .foot-media>div>span {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  line-height: 0.68rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 0;
  transition: all 0.5s;
}

.foot .foot-media>div>span>svg {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  max-width: 0.3rem;
  max-height: 0.24rem;
}

.foot .foot-media>div>span>svg path {
  fill: #fff;
  transition: all 0.5s;
}

.foot .foot-media>div:first-child:hover>span {
  background: #10A957;
}

.foot .foot-media>div:nth-child(2):hover>span {
  background: #DB1B1B;
}

.foot .foot-media>div:nth-child(3):hover>span {
  background: #000;
}

.foot .foot-media>div:hover>span>svg path {
  fill: #fff;
}

.foot .foot-media>div>div {
  position: absolute;
  left: 50%;
  bottom: 150%;
  transform: translateX(-50%);
  width: 1.5rem;
  padding: 0.05rem;
  background: #fff;
  box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}

.foot .foot-media>div>div::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.foot .foot-media>div>div img {
  display: block;
  width: 100%;
}

.foot .foot-media>div>img {
  display: block;
  margin: 0 auto;
}

.foot .foot-media>div:hover>span::before,
.foot .foot-media>div:hover>span::after {
  content: none;
}


.foot-ra {
  text-align: right;
  margin-top: 0.3rem;
}

.foot-ra a {
  display: inline-block;
  font-size: 0.16rem;
  position: relative;
  z-index: 1;
}

.foot-ra a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: all 0.5s;
}

.foot-ra a+a {
  margin-left: 0.25rem;
}

.foot-ra a:hover::after {
  transform: none;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1450px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
  .wp {
    width: auto;
    max-width: inherit;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }

  body {
    padding-top: 60px !important;
  }

  .pc {
    display: none !important;
  }

  .banner .slick-slide a:before {
    display: none;
  }

  .m-top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
  }

  .wap {
    display: block !important;
  }

  .wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: 25px;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #b60007;
    z-index: 999;
    padding: 10px 20px;
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: 40px;
    display: block;
  }

  .m-logo img {
    max-height: 40px;
    max-width: 85%;
    vertical-align: middle;
  }

  .m-tlink {
    font-size: 12px;
    padding: 10px 15px 0 15px;
    color: rgba(255, 255, 255, 0.5);
  }

  .m-tlink a {
    font-size: 12px;
    margin: 0 8px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    /*background: #fff;*/
    line-height: 24px;
    border-radius: 5px;
  }

  .m-tlink a img {
    vertical-align: -2px;
    padding-right: 5px;
    height: 14px;
  }

  .m-search {
    margin: 0 15px;
    padding-right: 50px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 35px;
    /* background: #fff; */
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: 25px;
    background: none;
    color: #fff;
    font-size: 12px;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
  }

  .m-nav {
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    z-index: 999;
    background: #b60007;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow-y: scroll;
    width: 100%;
    max-width: 375px;
  }

  .m-nav .top-r {
    color: #fff;
    padding-left: 15px;
  }

  .m-nav ul {
    padding: 0 15px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: 1px 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: 14px;
    line-height: 20px;
    padding: 15px 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: 10px 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: 0;
    top: 15px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .foot {}

  .link .qh-bd ul li {
    width: 25%;
    font-size: 12px;
  }

  .foot-c {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0;
  }

  .foot-l {
    max-width: 100%;
  }

  .foot-dzr {
    padding: 0 0 0 0.22rem;
  }

  .foot-dzr p {
    font-size: 13px;
    line-height: 1.5;
  }

  .foot-r .sydw a {
    width: 0.4rem;
  }

  .foot-m {
    margin-top: 0.3rem;
  }

  .foot-m img {
    width: 2rem;
  }

  .foot-m .tit-svg {
    width: 1.8rem;
  }

  .foot-m p {
    font-size: 13px;
    line-height: 1;
    margin-top: 0.1rem;
  }

  .foot-r {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
  .link .qh-tit li {
    width: 50%;
    margin-left: 0 !important;
  }
  .link .qh-tit ul li::before{
    right: 15px;
  }
  .link .qh-bd ul li {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}