* {
  margin: 0;
  padding: 0;
  border: 0;
}
div,
h2,
h3,
p {
  cursor: default;
}
/* @media screeen and (min-width: 1366px) {
    html {
        font-size: calc(87.5% + 4 * (100vw -1366px) / 554);
        font-size: calc(14px+ 4 * (100vw -1366px) / 554);
    }
}  */
li {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  font-size: 62.5%;
}
.row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 版心 */
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.header {
  width: 1350px;
  margin: 0 auto;
  height: 8.8rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header img {
  width: 19.27%;
}
.header > ul {
  position: absolute;
  right: 0;
  /* width: 59.55%; */
}
.header > ul > li {
  margin-left: 6rem;
  padding: 1.3rem 0;
  text-align: center;
}
div {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.header > ul > li > a {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  color: #333333;
  padding: 1.3rem 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header ul li ul {
  display: none;
  margin-top: 2rem;
}
.header ul li:hover ul {
  display: block;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.header ul li:hover ul li {
  list-style: none;
  float: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header ul li:hover ul li a {
  color: #666666;
  display: inline-block;
  height: 3rem;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header ul li:hover ul li:hover a {
  color: rgba(129,229,0,1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header > ul > li > a:hover {
  border-bottom: 4px solid rgba(129,229,0,1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner_img {
  width: 100%;
  margin: 0 auto;
}
.footer {
  width: 100%;
  height: 24rem;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
}
.footer .w {
  margin: 0 auto;
  border: 1px solid red;
}
.footer .bottom_level {
  -webkit-flex-wrap: row nowrap;
      -ms-flex-wrap: row nowrap;
          flex-wrap: row nowrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 132px;
  /* padding-top: 58px;  */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.footer .link ul {
  height: 100%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .link > img {
  /* margin-bottom: 20px; */
  height: 27px;
}
.footer .link ul img {
  width: 19px;
  vertical-align: middle;
  margin-right: 12px;
}
/* 颜色 */
.yellowgreen {
  color: #8FE638 !important;
}
/* 字体 */
.Microsoft_yahei {
  font-style: MicrosoftYaHeiLight;
}
/* 二级标题样式 */
.content_header {
  width: 100%;
  height: 110px;
  border-bottom: 0.1rem solid #8FE638;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  margin-bottom: 69px;
}
.content_header .wy_h2 {
  position: absolute;
  top: 38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 0 50px 0 50px;
  background-color: #fff;
  text-align: center
}
.content_header .wy_h2 p {
  font-weight: 350px;
}
.clearfix:after {
  content: "";
  /*转换为一个块元素*/
  display: block;
  /*清除两侧的浮动*/
  clear: both;
}
/* .footer>div {
    height: 100%;
    margin-left: 36.35%;
}

.footer p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(238, 238, 238, 1);
    line-height: 19px;
}

.footer .logo {
    margin-top: 5rem;
    height: 10%;
    margin-bottom: 2.5rem;
}

.footer .row {
    align-items: center;
    margin-bottom: 2.5rem;
} */
.contact img {
  height: 1.9rem;
}
.adress img {
  height: 1.9rem;
  margin-right: 1.2rem;
}
.weixin {
  margin-left: 7.3rem;
  margin-right: 7.3rem;
}
.contact img:first-of-type {
  margin-right: 1.2rem;
}
.weixin {
  position: relative;
}
.weixin::after {
  content: url(../img/footer/erweima-wx.png);
  position: absolute;
  right: -97px;
  top: -97px;
  z-index: 99;
  -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.weixin:hover::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
/* 页脚i */
/* footer {
  box-sizing: border-box;
  width: 100%;
  height: 258px;
  background: #444444;
  position: relative;
  padding-bottom: 40px;
  padding-top: 58px;
  font-size: 14px;
  font-family: Microsoft YaHei;
} */
footer{
  -moz-box-sizing: border-box;
       box-sizing: border-box;
    min-width: 1200px;
    height: 218px;
    background: #444444;
    position: relative;
    padding-bottom: 41px;
    padding-top: 35px;
    font-size: 14px;
    font-family: Microsoft YaHei;
}
.footer-tip {
  font-size: 14px;
  color:rgba(255,255,255,1);
}
.footer-tip dl {
  float: left;
  font-size: 14px;
}
.footer-tip dl dd {
  margin-top: 10px;
}
.footer-tip dl:nth-of-type(1) {
  width: 470px;
}
.footer-tip dl:nth-of-type(2) {
  width: 135px;
}
.footer-tip dl:nth-of-type(2) dt {
  font-size: 22px;
}
.footer-tip dl:nth-of-type(3) {
  width: 260px;
  margin-left: 80px;
}
.footer-tip dt {
  color: black;
  font-weight: 700;
  height: 40px;
}
.footer-tip dt a {
  color: #ffffff;
}
.footer-tip dd {
  height: 27px;
  vertical-align: middle;
  line-height: 27px;
  color: #ffffff;
}
.footer-tip dd img {
  vertical-align: middle;
  margin-right: 12px;
}
.footer-tip dd a {
  color: #ffffff;
}
.qrcode div {
  text-align: center;
  line-height: 30px;
}
/* 版权 */
.banquan {
  /* width: fit-content; */
  min-width: 1200px;
  height: 60px;
  background: #575757;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ebebeb;
  text-align: center;
  padding: 10px;
}
.banquan .w > div {
  display: inline-block;
  vertical-align: middle;
}
/* 联系我们 */
.share {
  position: fixed;
  right: 0;
  top: 600px;
  width: 60px;
  height: 164px;
  background: rgba(29, 25, 37, 0.6);
  text-align: center;
}
.share div {
  width: 19px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fefefe;
}
.share:hover {
  cursor: pointer;
}