html::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}

html::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eee;
}

html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}

body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt, textarea {
  margin: 0;
  padding: 0;
  font-size: 0.3rem;
  color: #1A1A1A;
  font-family: Arial;
}

body {
  overflow-x: hidden;
}

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: #333;
  text-decoration: none;
  outline: medium none;
  font-size: 0.3rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

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

.clearfix {
  zoom: 1;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

#LRfloater1 p {
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.5em;
}

#LRfloater1 img {
  width: auto;
}

#flb-lightbox img {
  display: inline-block;
  width: auto;
}

html, body {
  overflow-x: hidden;
}

img {
  max-width: initial;
  width: 100%;
}

.content, .bigcontent {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.28rem;
}

#LRfloater1 img {
  width: auto;
}

#flb-close {
  width: auto;
  margin: 30px auto 0 !important;
}

#flb-lightbox #flb-lightbox-image {
  display: inline-block;
  max-width: 90%;
  height: auto !important;
  width: auto;
}

#LRdiv0 img, #LRdiv1 img, #LRdiv2 img, #LRdiv3 img {
  width: auto;
  display: inline-block;
}

.LR_yaoqingtit img {
  width: auto;
  display: inline-block;
}

p {
  line-height: 1.7em;
}

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

.paddtop {
  padding-top: 0.7rem;
}

.spadd {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

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

.mtop {
  margin-top: 0.7rem;
}

.ban_h1 {
  height: 0;
  position: relative;
  left: -10000px;
  margin: 0;
}

.aniimg {
  overflow: hidden;
}

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

.aniimgbox:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-container {
  height: 100%;
}

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

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

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*header*/
header {
  position: relative;
  z-index: 6;
  width: 100%;
  border-bottom: 1px solid #EEF0F4;
  background: #FFF;
}
header > i {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.logo {
  display: block;
  margin: 0 auto;
}

.menubtn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
  display: block;
  margin-top: 9px;
}

.menubtn .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menubtn .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.bar {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  margin: 7px auto;
  background-color: #5a5a5a;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menubtn_close .bar:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menubtn_close .bar:nth-of-type(2) {
  opacity: 0;
}

.menubtn_close .bar:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.m-search {
  display: block;
  position: absolute;
  top: 22px;
  right: 60px;
  width: 25px;
}

.headsearch {
  height: 26px;
  width: 48.5%;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
}

.headsearch input[type=text] {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding-left: 13px;
  width: 100%;
  box-sizing: border-box;
  background: #F2F2F2;
}

.headsearch input[type=text]::placeholder {
  color: #666;
}

.headsearch .subbtn {
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  width: 16px;
  height: 100%;
  right: 17px;
  cursor: pointer;
  top: 0;
}

.headsearch {
  position: absolute;
  border: 1px solid #eee;
  height: 35px;
  line-height: 35px;
  width: 55%;
  border-radius: 10px;
  overflow: hidden;
  top: 59px;
  right: 37px;
  display: none;
}
.headsearch input[type=text] {
  height: 35px;
  line-height: 35px;
}
.headsearch .subbtn {
  background-image: url(../images/searchm.png);
  width: 20px;
  height: 100%;
  background-size: 20px 20px;
  right: 10px;
}

.head-logo {
  width: 34.3%;
  background: none;
  padding: 0;
  margin: 0;
  margin: 0.2rem 0;
}
.head-logo .logo {
  width: 100%;
}

.m-navbox {
  display: block;
  display: none;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 7, 0.8);
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.m-navrow {
  width: 70%;
  background: #FFF;
  box-sizing: border-box;
  height: 100%;
  padding: 0.47rem 0 1.35rem;
  overflow-y: auto;
  position: relative;
  margin-left: 30%;
}

.closenav {
  position: absolute;
  width: 0.68rem;
  height: 0.68rem;
  left: 0.94rem;
  top: 0.38rem;
}

.m-nav {
  margin-top: 0.47rem;
  padding: 0 0.38rem;
}

.m-nav > li {
  border-bottom: 1px dashed #E6E6E6;
  z-index: 1;
  position: relative;
  text-align: center;
}

.m-nav > li > a {
  display: inline-block;
  height: 0.94rem;
  line-height: 0.94rem;
  font-size: 0.34rem;
  color: #333333;
}

.m-nav > li.nav-more ul {
  padding: 0.19rem 0;
  background: rgba(245, 245, 245, 0.7803921569);
  display: none;
}

.m-nav > li.nav-more ul li {
  line-height: 0.75rem;
  height: 0.75rem;
}

.m-nav > li.nav-more span {
  width: 0.08rem;
  height: 0.06rem;
  display: block;
  right: 0.1rem;
  top: 0.4rem;
  position: absolute;
}

.m-nav > li.nav-more span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.14rem 0.1rem 0 0.1rem;
  border-color: #676767 transparent transparent transparent;
}

.m-nav > li.m-navact > a {
  color: #FFF;
  font-weight: bold;
}

.m-nav > li.m-navact::before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  box-sizing: border-box;
  background: #BD1D21;
  color: #FFF;
  left: -0.38rem;
  right: -0.38rem;
}

.m-nav > li.m-navact.nav-more span::after {
  border-color: #fff transparent transparent transparent;
}

.m-nav > li.m-navact.nav-more ul {
  background: none;
}

.m-nav > li.m-navact.nav-more ul li a {
  color: #FFF;
}

.m-logo {
  width: 49.3%;
  margin: 0 auto;
}

.m-chatlist {
  padding: 0 0.28rem;
  margin-top: 0.56rem;
}

.m-chatlist a {
  display: block;
  line-height: 0.75rem;
  font-weight: bold;
}

.m-chatlist a img {
  display: inline-block;
  width: 0.38rem;
  vertical-align: middle;
}

.m-chatbtn {
  width: 70%;
  margin: 0.56rem auto 0;
  background: #BD1D21;
  border-radius: 0.05rem;
  color: #FFF;
  height: 0.75rem;
  line-height: 0.75rem;
  display: block;
  text-align: center;
}

.m-chatbtn img {
  display: inline-block;
  width: 0.38rem;
  margin-right: 0.19rem;
  vertical-align: middle;
}

/*route*/
.route {
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  background: #FFF;
  position: relative;
  z-index: 2;
  font-size: 0.3rem;
  color: #808080;
}

.route a {
  font-size: 0.3rem;
  color: #808080;
}

.route a:first-child:before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  background: url(../images/route.png) no-repeat 0px 0px;
  background-size: 0.56rem 0.28rem;
  margin-right: 0.14rem;
  vertical-align: middle;
  margin-top: -0.11rem;
}

.route a:hover {
  color: #bd1d21;
}

.route a:first-child:hover:before {
  background-position: -0.28rem 0px;
}

.route a:last-child:hover {
  color: #808080;
}

/*route end*/
/*footer*/
footer {
  background: url(../images/footbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 1.16rem;
}

.footbot {
  background: #000F22;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.footbot p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.5em;
}

.m-foot {
  display: block;
  background: #021733;
  position: fixed;
  z-index: 99;
  width: 100%;
  bottom: 0;
  padding-right: 2.15rem;
  box-sizing: border-box;
}

.m-foot .content {
  padding-right: 0;
}

.m-foottact {
  padding: 0.19rem 0;
}

.m-foottact li {
  width: 29.8%;
  border-right: 1px solid #FFFFFF;
  box-sizing: border-box;
}

.m-foottact li img {
  width: 0.38rem;
  margin: 0 auto;
}

.m-foottact li h6 {
  color: #FFF;
  text-align: center;
  margin-top: 0.08rem;
  font-size: 0.3rem;
}

.m-foottact .mfoot-chat {
  width: 31.8%;
}

.m-foottact .mfoot-message {
  width: 38.4%;
  border-right: 0 none;
}

.m-foottact .mfoot-whatapp {
  position: absolute;
  width: 29.4%;
  background: #BD1D21;
  height: 100%;
  right: 0;
  box-sizing: border-box;
  padding-right: 0.28rem;
  padding: 0.19rem 0;
}

.totop {
  width: 0.65rem;
  height: 0.65rem;
  position: fixed;
  right: 0.28rem;
  bottom: 3.8rem;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.11rem 0px rgba(0, 0, 0, 0.19);
  border-radius: 0.11rem;
  padding: 0.12rem 0.09rem;
}

@media only screen and (min-width: 769px) {
  html, body, .m-navbox {
    font-size: 57px !important;
    max-width: 430px;
    margin: 0 auto;
  }
  footer, .m-foot {
    max-width: 430px;
    left: 0;
  }
  .m-foot, header .m-navbox {
    left: 50%;
    transform: translateX(-50%);
  }
  header {
    position: relative;
    max-width: 430px;
  }
}