html body, p, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: Source Han Sans CN;
  src: url("/template/pc/ycnhz/SourceHanSansCN-Normal.otf");
}
body {
  min-width: 1080px;
  overflow-x: hidden;
  font-family: Source Han Sans CN;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li::marker {
  font-size: 0;
}
a {
  text-decoration: none;
  color: #000;
}
/* 导航 */
.menu {
  height: 80px;
  width: 100%;
  background-color: #fff;
  line-height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.logo {
  flex: 0.7;
  min-width: 7.19vw;
  margin-left: 40px;
  line-height: 5.21vw;
  display: flex;
  align-items: center;
}
.logo img {
  height: 3.39vw;
}
.menuList {
  display: inline-block;
  flex: 3;
}
.menuList li {
  display: inline-block;
  font-size: 1.25vw;
  width: 7vw;
  text-align: center;
}
.menuList li:hover {
  cursor: pointer;
  color:#C61B24;
}
.menuList li a:hover {
  cursor: pointer;
  color:#C61B24;
}
.active a:hover {
  color: #fff !important;
}
.menuAbout {
  position: relative;
}
.menuAbout:hover .hoverMenu{
  opacity: 1;
  z-index: 10;
  transition: all 0.5s;
}
.menuAbout.active a {
  color: #fff;
}
.hoverMenu {
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 9vw;
  background-color: #fff;
  color: #000;
}
.hoverMenu p{
  line-height: 45px;
}
.hoverMenu p:hover {
  /* color: #fff; */
  color:#C61B24;
  /* background-color: #C61B24; */
}
.active {
  color: #fff !important;
  background-color: #C61B24 !important;
}
.desc {
  flex: 1;
  color: #C61B24;
}
.desc i {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.tel {
  width: 1.67vw;
  height: 1.67vw;
  margin-right: 5px;
  background-image: url('/template/pc/ycnhz/img/tel.png');
}
.num {
  width: 9.9vw;
  height: 1.25vw;
  margin-right: 25px;
  background-image: url('/template/pc/ycnhz/img/num.png');
}
.trans {
  width: 1.67vw;
  height: 1.67vw;
  background-image: url('/template/pc/ycnhz/img/trans.png');
}

/* 标题 */
.coverImg {
  width: 100vw;
}

.exhibitTitle {
  position: relative;
  margin-left: 6.04vw;
  color: #F2F2F2;
  font-size: 9.38vw;
  line-height: 9.38vw;
  font-weight: bold;
  font-family: SourceHanSansCN-Light;
}
.exhBlackTit {
  position: absolute;
  left: 8.5vw;
  top: 3.76vw;
  font-size: 1.77vw;
  color: #0e0e0e;
  font-family: Source Han Sans CN;
  line-height: 2.19vw;
  font-weight: normal;
}
.subtitle {
  display: block;
  font-size: 0.94vw;
}
.subtitle i {
  font-style: normal;
  display: inline-block;
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 50%;
  border: 2px solid #C61B24;
  margin-right: 3px;
}
/* 公共标题 */
.bannerTitle {
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-size: 3.75vw;
  position: relative;
  width: 50vw;
  margin: 0 auto;
  padding-top: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerTitle span {
  display: inline-block;
  width: 13.38vw;
  height: 3px;
  background-color: #282828;
  margin: 0 0.5vw;
}
.backTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: SourceHanSansCN-Regular;
  color: rgba(0, 0, 0, 0.2);
  font-size: 7.03vw;
  font-weight: 400;
  line-height: 4.68vw;
  font-style: normal;
}

/* 页脚 */
.footer {
  background-color: #F5F4F8;
  padding: 3.12vw 0;
}
.footerDesc {
  display: flex;
  justify-content: center;
}
.footerUl {
  min-width: 10.42vw;
  color: #515151;
  font-size: 0.94vw;
  line-height: 2.19vw;
}
.footerUl li:first-child {
  color: #161618;
  font-weight: bold;
}
.footerUl li:first-child:hover {
  color: #161618;
  font-weight: bold;
}
.footerUl li:hover{
  color:#C61B24;
}
.iconGroup i, .iconGroup .wechat {
  display: inline-block;
  width: 2.08vw;
  height: 2.08vw;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 1.92vw;
  margin-top: 1.8vw;
}
.iconGroup .wechat{
  display: inline-block;
  width: 2.08vw;
  height: 2.08vw;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 1.92vw;
  margin-top: 1.8vw;
}
.phone {
  background-image: url('/template/pc/ycnhz/img/phone.png');
}
.qq {
  background-image: url('/template/pc/ycnhz/img/qq.png');
}
.wechat {
    position: relative;
  background-image: url('/template/pc/ycnhz/img/wechat.png');
}
.email {
  background-image: url('/template/pc/ycnhz/img/email.png');
}
.pos {
  background-image: url('/template/pc/ycnhz/img/pos.png');
}
.wechat:hover {
  cursor: pointer;
}
.wechat:hover .iconK{
  opacity: 1 !important;
  z-index: 10 !important;
  transition: all 0.5s;
}
.iconK{
  position: absolute;
    top: 2vw;
    left: -3.65vw;
    opacity: 0;
    z-index: -1;
    width: 1.25vw;
    height: 1.25vw;
}
.copyright {
  color: #656465;
  text-align: center;
  border-top: 1px solid #D1D0D7;
  padding-top: 2.4vw;
  margin-top: 3.07vw;
}

.iconK img {
  width: 9.38vw;
  height: 9.38vw;
}

.rightArrow {
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url('/template/pc/ycnhz/img/rightArrow.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 0.5vw;
}
.rightArrow2 {
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url('/template/pc/ycnhz/img/rightArrow_w.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 0.5vw;
}
.more {
  margin: 5vw auto 0;
  color: #C61B24;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 8.33vw;
  height: 2.5vw;
  text-align: center;
  line-height: 2.5vw;
}
.more:hover {
  cursor: pointer;
}
<!--0.00023913383483887-->