@font-face {
  font-family: MiSans;
  font-weight: 400;
  font-display: swap;
  src: url("font/MiSans-Regular.woff2") format("woff2"), url("font/MiSans-Regular.woff") format("woff"), url("font/MiSans-Regular.ttf") format("truetype");
}
body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt, span {
  margin: 0;
  padding: 0;
  font-size: 0.18rem;
  color: #000;
  font-family: MiSans;
}

img {
  border: 0 none;
  width: 100%;
  display: block;
}

ol, ul, dl, li, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em {
  font-style: normal;
}

input, button, select, textarea {
  outline: none;
}

textarea {
  resize: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: medium none;
  font-size: 0.18rem;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline: medium none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  line-height: 1.6em;
}

input {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input::-webkit-input-placeholder {
  color: #999;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
  outline: none;
}

.aniimg {
  overflow: hidden;
}

.aniimg img {
  display: block;
  transition: all 0.5s;
  vertical-align: middle;
  transform: scale(1);
  width: 100%;
}

.aniimgbox:hover .aniimg img {
  transform: scale(1.06);
}

.menubtn {
  display: none;
}

.padd {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.magg {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.swiper-container {
  height: 100%;
}

.wap-flex {
  display: flex;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.content {
  margin: 0 auto;
  width: 14rem;
}

/*header  */
.tophead {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 3;
}
/*new add*/
.topbox{position: fixed;left:0; top: 0;height: .6rem;background: #fff;width: 100%; z-index: 9999;}
.tophead.content{padding: .1rem 0; }
.tophead.content .search{height: .4rem;}
.tophead.content .search input[type="submit"] {

  height: 0.4rem;

}
.mainbox{margin-top: .6rem;}
.chat {
  width: 30.7%;
}
.chat a {
  display: block;
  font-size: 0.2rem;
}
.chat a span {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  margin-right: 0.1rem;
  vertical-align: middle;
  background: #004EEC;
  border-radius: 50%;
}
.chat a:hover span {
  background: #FF7228;
}

.headright {
  width: 36.2%;
}

.search {
  width: 83.5%;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  border: 1px solid #004EEC;
  position: relative;
  overflow: hidden;
}
.search input[type=text] {
  height: 100%;
  display: block;
  width: 100%;
  border: 0 none;
  line-height: 0.5rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  padding-right: 0.83rem;
  color: #333;
}
.search input[type=text]::-moz-placeholder {
  color: #999;
}
.search input[type=text]::placeholder {
  color: #999;
}
.search input[type=submit] {
  width: 0.83rem;
  position: absolute;
  right: 0;
  height: 0.5rem;
  top: 0;
  background: url(../images/search.png) no-repeat center center #004EEC;
}

.enbox {
  position: relative;
  padding-right: 0.2rem;
  z-index: 3;
  cursor: pointer;
}
.enbox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.07rem 0.05rem 0 0.05rem;
  border-color: #007bff transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.02rem;
}
.enbox p {
  font-size: 0.2rem;
}
.enbox ul {
  position: absolute;
  display: none;
  z-index: 3;
  background: #FFF;
  padding: 0 0.15rem;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.03rem;
}
.enbox ul li {
  line-height: 2em;
}
.enbox ul li:hover a {
  color: #004EEC;
}
.enbox:hover ul {
  display: none;
}

.mainbox {
  z-index: 1;
  position: relative;
  padding-top: 0.7rem;
  background: #eef6ff;
  position: relative;
  padding-bottom: 1px;
}
.mainbox::before {
  content: "";
  width: 100%;
  position: absolute;
  background: url(../images/indexbg.jpg) no-repeat;
  top: 14.2rem;
  bottom: 0;
  z-index: -1;
}
.mainbox > img {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
}

.logo {
  width: 34%;
  display: block;
}

.headtxt {
  padding-top: 0.22rem;
  position: relative;
  padding-left: 1.6rem;
}
.headtxt span {
  font-size: 0.3rem;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.1;
  position: absolute;
  line-height: 1.2em;
  top: 0;
  left: 0;
}
.headtxt h3 {
  font-size: 0.4rem;
  color: #FFF;
  position:relative;
  z-index:3;
}
.headtxt > img {
  width: 2.77rem;
}

.nav {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0.65rem;
  border-top: 1px solid rgba(245, 248, 253, 0.5);
}
.nav li a {
  font-size: 0.18rem;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 0.1rem;
}
.nav li:hover a, .nav li.navact a {
  color: #FF7228;
  border-bottom: 2px solid #FF7228;
}

/*foot*/
footer {
  background: url(../images/footbg.jpg) no-repeat;
  background-size: cover;
  border-top: 0.05rem solid #FF811B;
  position: relative;
  z-index: 2;
}

.foottop {
  align-items: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.foottop h3 {
  color: #FFF;
  font-weight: bold;
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
}

.foot-us {
  width: 9.2%;
}
.foot-us p {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #FFF;
}

.foot-nav {
  width: 42.5%;
  overflow: hidden;
}
.foot-nav a {
  display: block;
  width: 16.66%;
  color: #FFF;
  float: left;
  line-height: 2.3em;
}

.foot-tact {
  width: 26.2%;
}

.foot-tact li {
  margin-bottom: 0.17rem;
}
.foot-tact li img {
  display: inline-block;
  width: 0.2rem;
  vertical-align: middle;
  margin-right: 0.15rem;
  margin-top: -0.03rem;
}
.foot-tact li span {
  display: inline-block;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
}
.foot-tact li a, .foot-tact li p {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  max-width: 74%;
  vertical-align: top;
}

.links {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding: 0.2rem 0;
}
.links dt {
  color: #FFF;
  font-weight: bold;
  font-size: 0.18rem;
}
.links dd a {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.links dd a:hover {
  color: #FFF;
}

.footbot {
  padding: 0.3rem 0;
}
.footbot p {
  color: rgba(255, 255, 255, 0.5);
}
.footbot p a {
  color: rgba(255, 255, 255, 0.5);
}
.footbot p a:hover {
  color: #FFF;
}

.footnum span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0 0.16rem;
  position: relative;
}
.footnum span:after {
  content: "";
  width: 1px;
  height: 0.12rem;
  background: #FFFFFF;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.06rem;
}
.footnum span:last-child {
  padding-right: 0;
}
.footnum span:last-child:after {
  display: none;
}

.rightbox {
  position: fixed;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}

.rightitem-more {
  position: absolute;
  box-shadow: 0px 0.02rem 0.06rem 0px rgba(0, 0, 0, 0.05);
  background: #FFF;
  display: none;
  border-radius: 0.2rem;
  right: 0.7rem;
  white-space: nowrap;
  top: 50%;
  padding: 0.15rem 0.2rem;
  transform: translateY(-50%);
  font-size: 0.16rem;
  color: #004eec;
  box-sizing: border-box;
}
.rightitem-more a {
  font-weight: bold;
  color: #004eec;
  font-size: 0.18rem;
  display: block;
}
.rightitem-more::after {
  content: "";
  width: 0;
  height: 0;
  box-shadow: 0px 0.02rem 0.06rem 0px rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 0.06rem 0 0.06rem 0.08rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -0.08rem;
  top: 50%;
  margin-top: -0.06rem;
}

.rightitem-top {
  width: 0.55rem;
  height: 0.55rem;
  background: #FFFFFF;
  box-shadow: 0px 0.02rem 0.06rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.rightitem {
  width: 0.8rem;
  padding-left: 0.25rem;
  margin: 0.1rem 0;
  box-sizing: border-box;
  position: relative;
}
.rightitem:hover .rightitem-more {
  display: block;
}

.rightcode {
  width: 1.36rem;
}

.totop {
  background: #FF7228;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .padd {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .magg {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .newslist li h4 {
    width: 75%;
  }
  .foot-us {
    width: 11.5%;
  }
  .foot-tact {
    width: 30.5%;
  }
  .links dd a {
    font-size: 0.16rem;
  }
  .links dt {
    font-size: 0.16rem;
  }
  .footbot p {
    font-size: 0.16rem;
  }
  .footnum span {
    font-size: 0.16rem;
  }
}
@media (max-width: 1450px) {
  .padd {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .magg {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
}/*# sourceMappingURL=base.css.map */