body {
  background-color: #F8FBFE;
  color: #353535;
}
section,
article,
aside,
header,
footer,
nav,
figure {
  display: block;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
  font: 16px/1.5 Source Han Sans SC;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
      font-family: Source Han Sans SC;
}
p,
ul,
li,
dl,
dd,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0;
}
input {
  outline: 0;
}
i {
  font-style: normal;
}
a {
  color: #353535;
  text-decoration: none;
}
a:hover {
  color: #0F4696;
  text-decoration: none;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  color: #BBBBBB;
}
input:-moz-placeholder {
  color: #BBBBBB;
}
input::-moz-placeholder {
  color: #BBBBBB;
}
input:-ms-input-placeholder {
  color: #BBBBBB;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.txc {
  text-align: center;
}
.txl {
  text-align: left;
}
.txr {
  text-align: right;
}
.txt-vert {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.fwb {
  font-weight: bold;
}
.red {
  color: #ED6532;
}
.green {
  color: #119F3C;
}
.blue {
  color: #3E85FF;
}
.ai-c {
  align-items: center;
}
.ai-end {
  align-items: flex-end;
}
.ac-c {
  align-content: center;
}
.jc-c {
  justify-content: center;
}
.jc-end {
  justify-content: flex-end;
}
.jc-sa {
  justify-content: space-around;
}
.jc-bet {
  justify-content: space-between;
}
.maincon {
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1) inset;
}
.bg-grey {
  background-color: #F6F6F6;
}
.content {
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.txt-nowrap {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.txt-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.txt-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.boxf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.boxfw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.boxfv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.boxf-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
}
.fw-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-around;
}
/*默认效果*/
.img-transit {
  cursor: pointer;
  transition: 0.3s;
}
/*鼠标经过效果*/
.img-transit-hover {
  transform: scale(1.1);
}
/*鼠标点击效果*/
.img-transit-active {
  transform: scale(1);
}
.center-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bg-base {
  background-repeat: no-repeat;
  background-position: center;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-cover-hover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-hover-cov {
  overflow: hidden;
}
.bg-hover-cov > p {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.3s;
}
.bg-hover-cov:hover > p {
  transform: scale(1.1);
}
.bg-hover-cov:active > p {
  transform: scale(1);
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.img-square-cov {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}
.img-square-con {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}
.b-square-cov {
  overflow: hidden;
  width: 200px;
}
.b-square-cov > p {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.b-square-cov:hover > p {
  transform: scale(1.1);
}
.b-square-cov:active > p {
  transform: scale(1);
}
.b-square-con {
  overflow: hidden;
  width: 200px;
}
.b-square-con > p {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}
.b-square-con:hover > p {
  transform: scale(1.1);
}
.b-square-con:active > p {
  transform: scale(1);
}
.img-cov {
  cursor: pointer;
  position: relative;
}
.img-cov > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-hover-cov {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.img-hover-cov > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.img-hover-cov:hover img {
  transform: scale(1.1);
}
.img-hover-cov:active img {
  transform: scale(1);
}
.nav-location {
  font-size: 14px;
  color: #999;
  align-items: center;
  margin-bottom: 16px;
}
.nav-location dt i {
  margin-right: 4px;
  font-size: 20px;
}
.nav-location a {
  color: #999;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.nav-location a:before {
  content: "\e681";
  color: #999;
  font-size: 18px;
  font-family: 'lvfaweb';
  margin-right: 5px;
}
.nav-location a:hover {
  color: #0F4696;
}
.nav-location a:last-child:hover {
  color: #999;
  cursor: default;
}
.cont-box {
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
}
.search .city-box {
  max-width: 640px;
}
.search .city-box .city-current {
  height: 50px;
  border: 1px solid #D1D1D1;
  border-right-width: 0;
}
.search .city-box .city-current .city-name {
  padding-left: 17px;
  font-size: 14px;
}
.search .city-box .city-current .city-btn {
  color: #A0A0A0;
  cursor: pointer;
}
.search .city-box .city-current .city-btn .lvfaweb {
  padding-left: 5px;
  font-size: 20px;
}
.search .city-box .city-item {
  top: 49px;
  left: 0;
  width: 640px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.search .city-box .city-item a {
  width: 50%;
  line-height: 42px;
  color: #0B0B0B;
}
.search .city-box .city-item a:first-child {
  width: 100%;
}
.search .city-box .city-item a.active {
  color: #0F4696;
}
.search .search-btn {
  width: 136px;
  height: 50px;
  border: 1px solid #0F4696;
  color: #fff;
  background-color: #0F4696;
  font-size: 14px;
}
.search .search-btn:hover {
  cursor: pointer;
}
.scroll-bar::-webkit-scrollbar {
  width: 3px;
}
.scroll-bar::-webkit-scrollbar-button {
  display: none;
}
.scroll-bar::-webkit-scrollbar-track {
  display: none;
}
.scroll-bar::-webkit-scrollbar-track-piece {
  background-color: #F5F5F5;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background-color: #004B9E;
}
.scroll-bar::-webkit-scrollbar-corner {
  display: none;
}
.scroll-bar::-webkit-resizer {
  display: none;
}
.special-list::-webkit-scrollbar {
  height: 10px;
}
.special-list::-webkit-scrollbar-button {
  display: none;
}
.special-list::-webkit-scrollbar-track {
  display: none;
}
.special-list::-webkit-scrollbar-track-piece {
  background-color: #e6e4e4;
}
.special-list::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
}
.special-list::-webkit-scrollbar-corner {
  display: none;
}
.special-list::-webkit-resizer {
  display: none;
}
.bluebg-btn {
  border: 1px solid #0F4696;
  color: #fff;
  background-color: #0F4696;
  font-size: 14px;
  width: 136px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.bluebg-btn:hover {
  background-color: #00a04b;
  color: #fff;
  border-color: #00a04b;
  transition: all 0.5s;
}
.whitebg-btn {
  border: 1px solid #0F4696;
  color: #0F4696;
  background-color: #fff;
  font-size: 14px;
  width: 136px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.whitebg-btn:hover {
  background-color: #0F4696;
  color: #fff;
  border-color: #0F4696;
  transition: all 0.5s;
}
.btn + .btn {
  margin-left: 70px;
}
@keyframes playvideo {
  from {
    border: 1px solid #fff;
  }
  to {
    border: 15px solid transparent;
  }
}
@media screen and (max-width: 1450px) {
  .nav-location {
    margin: 0 20px 16px;
  }
}
@media screen and (max-width: 992px) {
  .nav-location {
    margin: 1em;
    padding: 0!important;
  }
  .search > p {
    font-size: .9em;
  }
  .search .city-box .city-current {
    height: 40px;
    border: 1px solid #D1D1D1;
    border-right-width: 0;
  }
  .search .city-box .city-current .city-name {
    padding-left: 17px;
    font-size: 14px;
  }
  .search .city-box .city-current .city-btn {
    color: #A0A0A0;
    cursor: pointer;
  }
  .search .city-box .city-current .city-btn .lvfaweb {
    padding-left: 5px;
    font-size: 20px;
  }
  .search .city-box .city-item {
    top: 49px;
    left: 0;
    width: auto;
    padding-left: .6em;
    padding-right: .6em;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 2;
  }
  .search .city-box .city-item a {
    width: 100%;
    line-height: 1.4;
    margin-bottom: .5em;
    color: #0B0B0B;
    font-size: .9em;
  }
  .search .city-box .city-item a:first-child {
    width: 100%;
  }
  .search .city-box .city-item a.active {
    color: #0F4696;
  }
  .search .search-btn {
    width: auto;
    padding: 0 1em;
    height: 40px;
    color: #fff;
    background-color: #0F4696;
    font-size: 14px;
  }
  .search .search-btn:hover {
    cursor: pointer;
  }
}
.price {
  color: #ED6532;
}
.price i {
  font-size: 14px;
  padding-bottom: 4px;
}
.price i:last-child {
  color: #999999;
}
.price span {
  color: #ED6532;
  font-size: 23px;
}
.label {
  padding-bottom: 3px;
}
.label span {
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
  padding: 0 4px;
}
.label span.orange {
  color: #C06A2F;
  background-image: -webkit-linear-gradient(right, #FFD37A 0%, #F6DEBF 100%);
  background-image: -o-linear-gradient(right, #FFD37A 0%, #F6DEBF 100%);
  background-image: linear-gradient(to left, #FFD37A 0%, #F6DEBF 100%);
}
.label span.grey {
  background-image: -webkit-linear-gradient(left, #F2F2F2 0%, #D8D8D8 100%);
  background-image: -o-linear-gradient(left, #F2F2F2 0%, #D8D8D8 100%);
  background-image: linear-gradient(to left, #F2F2F2 0%, #D8D8D8 100%);
}
.label span.white {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #999999;
}
.label span.bggrey {
  background-color: #EEEEEE;
  border-radius: 4px;
  color: #434343;
  padding: 0 9px;
}
.label span.bgnone {
  background-color: #fff;
  color: #C06A2F;
}
.label span:empty {
  display: none;
}
.tabs-nav .active {
  color: #0F4696 !important;
  background-image: -webkit-linear-gradient(left, #0F4696 0, #0F4696 100%);
  background-image: -o-linear-gradient(left, #0F4696 0, #0F4696 100%);
  background-image: linear-gradient(left, #0F4696 0, #0F4696 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  animation: tabs-active ease 1 0.3s;
}
.tabs-nav a:hover {
  color: #0F4696 !important;
}
@keyframes tabs-active {
  0% {
    background-size: 100% 2px;
  }
  50% {
    background-size: 50% 2px;
  }
  100% {
    background-size: 100% 2px;
  }
}
.bg-tabs-nav a {
  display: inline-block;
  padding: 0 17px;
  line-height: 36px;
  color: #070707;
  font-size: 18px;
}
.bg-tabs-nav .active {
  color: #fff!important;
  animation: bg-active ease 1 0.3s;
  border-radius: 18px;
}
@keyframes bg-active {
  0% {
    border-radius: 8px;
  }
  100% {
    border-radius: 18px;
  }
}
.other-fload-right {
  position: fixed;
  width: 132px;
  left: 50%;
  margin-left: 700px;
  top: 50%;
  transform: translateY(-50%);
}
.other-fload-right .fload-right-nav {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.other-fload-right .fload-right-nav + .fload-right-nav {
  margin-top: 8px;
}
.other-fload-right .fload-right-nav a {
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}
.other-fload-right .fload-right-nav a > .yjygx {
  font-size: 24px;
}
.other-fload-right .fload-right-nav a > .yjygx:only-child,
.other-fload-right .fload-right-nav a > .yjygx.icon-qcode {
  line-height: 35px;
}
.other-fload-right .fload-right-nav a + a {
  border-top: 1px solid #ddd;
}
.other-fload-right .fload-right-nav a:hover {
  color: #0F4696;
}
.other-fload-right .fload-right-nav dl {
  padding: 8px 0;
  background: #FFFFFF;
  color: #666;
  line-height: 18px;
}
.other-fload-right .fload-right-nav dl.service-tel dt {
  font-size: 12px;
}
.other-fload-right .fload-right-nav dl.service-tel dt i {
  font-size: 11px;
  margin-right: 4px;
}
.other-fload-right .fload-right-nav dl.service-tel dd {
  font-size: 12px;
}
.other-fload-right .fload-right-nav dl.service-qcode img {
  display: block;
  margin: 0 auto;
}
.other-fload-right .fload-right-nav dl.service-qcode dd {
  font-size: 12px;
  padding-top: 8px;
}
.other-fload-right .float-close {
  display: inline-block;
  padding-top: 10px;
  font-size: 20px;
  color: #BBBBBB;
}
@media only screen and (max-width: 1680px) {
  .other-fload-right {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .special-list::-webkit-scrollbar {
    display: none;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.popup .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.3);
}
.popup .popup-con {
  width: 366px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 10px 70px rgba(55, 58, 64, 0.11);
}
.popup .popup-con .popup-bg {
  width: 100%;
  margin-top: -67px;
}
.popup .popup-con .popup-txt {
  font-size: 22px;
  padding-top: 37px;
  padding-bottom: 30px;
}
.popup .popup-con .popup-close {
  display: inline-block;
  background-color: #3E85FF;
  width: 258px;
  line-height: 41px;
  border-radius: 26px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 28px;
}
