@charset "utf-8"; body {
    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
    color: #333333;
    padding: 0;
    margin: 0;
}
html{
  font-size: 100px;
}
/* html,body{
  width: 100%;
  height: 100%;
} */
div{ font-size:0.16rem;}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a, :before, :after {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
img{
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mult-ellipsis {
  line-height: 24px;
  display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6.30rem;
  margin-left: -3.15rem;
  margin-top: -1.60rem;
}
.pageTips .container a.close {
  display: block;
  width: 0.50rem;
  height: 0.50rem;
  position: fixed;
  z-index: 1;
  left: auto;
  right: 0.20rem;
  top: 0.20rem;
  bottom: auto;
  background: url("../img/close.png") center no-repeat;
}
.pageTips .container .msg {
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding-top: 0.30rem;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.header .nav > li ul li {
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
 flex-shrink:0;
padding: 0.1rem 0.2rem;
}
.child-nav li a {
  font-size: 0.18rem;
  color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.header .nav > li ul li:hover {
  background-color: #e2e2e2;
}
.header .nav > li ul li:hover a {
  color: rgba(0, 63, 136, 1);
}