/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  font: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
dl,
dt,
dd,
ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a a:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.texthidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  min-width: 320px;
  width: 10rem;
  margin: 0 auto;
}
.topbar {
  background-color: #f2f2f2;
  padding: 0.266667rem;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-dpr="2"] .topbar {
  font-size: 24px !important;
}
[data-dpr="3"] .topbar {
  font-size: 36px !important;
}
.topbar small {
  font-size: 12px !important;
}
[data-dpr="2"] .topbar small {
  font-size: 24px !important;
}
[data-dpr="3"] .topbar small {
  font-size: 36px !important;
}
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.266667rem;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99999;
}
.top h1 {
  height: 1.333333rem;
}
.top h1 a {
  height: 1.333333rem;
  display: block;
}
.top h1 a img {
  display: block;
  height: 1.333333rem;
}
.top .search {
  width: 4rem;
}
.top .search .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 1.066667rem;
  justify-content: space-between;
  border: 1px solid #999;
}
.top .search input {
  width: 3rem;
  padding: 0 0.133333rem;
  height: 0.8rem;
  border: none;
  border-radius: 1.066667rem;
  outline: none;
  background-size: 0.32rem;
}
.top .search button {
  width: 1rem;
  height: 0.8rem;
  border: none;
  overflow: hidden;
  border-radius: 1.066667rem;
  text-indent: -999999px;
  background: #fff url(../imgs/searchmob.png) center center no-repeat;
  background-size: 50% auto;
}
.top .navbar {
  height: 1.066667rem /* 40px -> 1.066667rem */;
  width: 1.2rem /* 40px -> 1.066667rem */;
  background: url(../imgs/navmob.png) center center no-repeat;
  background-size: auto 72%;
}
.top .navbar:active {
  opacity: 0.8;
}
.navbox.showbox {
  display: block;
}
.navbox.showbox .box {
  -webkit-animation: showslow 500ms forwards;
  animation: showslow 500ms forwards;
}
@-webkit-keyframes showslow {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showslow {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.navbox {
  display: none;
  position: fixed;
  width: 10rem;
  height: 100%;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.65);
}
.navbox .box {
  width: 10rem;
  background-color: #fff;
}
.navbox .logo {
  padding: 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbox .logo h2 {
  height: 1.333333rem;
}
.navbox .logo h2 a {
  height: 1.333333rem;
  display: block;
}
.navbox .logo h2 a img {
  display: block;
  height: 1.333333rem;
}
.navbox .logo .navbar {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../imgs/close.png) center center no-repeat;
  background-size: 45% 45%;
}
.navbox .logo .navbar:active {
  opacity: 0.8;
}
.navbox .navul {
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.navbox .navul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbox .navul ul li {
  width: 25%;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.navbox .navul ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.navbox .navul ul .active a {
  color: #855a0a;
}
.navbox .navul ul .active a img {
  opacity: 1;
}
.navbox .navul ul span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.866667rem /* 70px -> 1.866667rem */;
}
.navbox .navul ul span img {
  width: 0.933333rem /* 35px -> .933333rem */;
  height: 0.933333rem /* 35px -> .933333rem */;
  display: block;
  opacity: 0.25;
}
.navbox .navul ul strong {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  font-size: 12px !important;
}
[data-dpr="2"] .navbox .navul ul strong {
  font-size: 24px !important;
}
[data-dpr="3"] .navbox .navul ul strong {
  font-size: 36px !important;
}
.navbox .navul ul a {
  width: 100%;
}
.navbox .askonline {
  padding: 0.266667rem /* 10px -> .266667rem */;
  border-top: 1px solid #ccc;
}
.navbox .askonline a {
  font-size: 12px !important;
  background-color: #855a0a;
  border-radius: 0.8rem /* 30px -> .8rem */;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.266667rem /* 10px -> .266667rem */ 0.533333rem /* 20px -> .533333rem */;
  color: #fff;
}
[data-dpr="2"] .navbox .askonline a {
  font-size: 24px !important;
}
[data-dpr="3"] .navbox .askonline a {
  font-size: 36px !important;
}
.bannerindex .swiper-slide {
  text-align: center;
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px !important;
}
[data-dpr="2"] .bannerindex .swiper-slide {
  font-size: 28px !important;
}
[data-dpr="3"] .bannerindex .swiper-slide {
  font-size: 42px !important;
}
.bannerindex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.bannerindex a img {
  display: block;
  width: 100%;
}
.titlebox_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.533333rem /* 20px -> .533333rem */;
}
.titlebox_1 dt {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
}
[data-dpr="2"] .titlebox_1 dt {
  font-size: 28px !important;
}
[data-dpr="3"] .titlebox_1 dt {
  font-size: 42px !important;
}
.titlebox_1 .dbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
  justify-content: center;
}
.titlebox_1 .dbox span {
  width: 2.666667rem /* 100px -> 2.666667rem */;
  background-color: #bda67c;
  height: 1px;
}
.titlebox_1 .info {
  color: #bda67c;
  line-height: 1.5;
  text-align: center;
  font-size: 12px !important;
}
[data-dpr="2"] .titlebox_1 .info {
  font-size: 24px !important;
}
[data-dpr="3"] .titlebox_1 .info {
  font-size: 36px !important;
}
.service .box {
  padding: 0 0 0 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service .box dl {
  margin: 0 0.266667rem /* 10px -> .266667rem */ 0.266667rem /* 10px -> .266667rem */ 0;
  width: calc(50% - .266667rem);
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.service .box dl:nth-child(2n) {
  margin-right: 0;
}
.service .box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.service .box dt img {
  width: 1.706667rem /* 64px -> 1.706667rem */;
}
.service .box .title a {
  font-size: 14px !important;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-dpr="2"] .service .box .title a {
  font-size: 28px !important;
}
[data-dpr="3"] .service .box .title a {
  font-size: 42px !important;
}
.service .box .desc p {
  font-size: 12px !important;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
[data-dpr="2"] .service .box .desc p {
  font-size: 24px !important;
}
[data-dpr="3"] .service .box .desc p {
  font-size: 36px !important;
}
.service .box .btn {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  text-align: center;
}
.service .box .btn a {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.266667rem /* 10px -> .266667rem */;
  border: 1px solid #855a0a;
  border-radius: 2px;
  font-size: 12px !important;
}
[data-dpr="2"] .service .box .btn a {
  font-size: 24px !important;
}
[data-dpr="3"] .service .box .btn a {
  font-size: 36px !important;
}
.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #855a0a;
  border: 1px solid #855a0a;
  text-decoration: none;
  width: 1.2rem /* 65px -> 1.733333rem */;
  height: 1.2rem /* 65px -> 1.733333rem */;
  border-radius: 50%;
  font-size: 12px !important;
}
[data-dpr="2"] .more a {
  font-size: 24px !important;
}
[data-dpr="3"] .more a {
  font-size: 36px !important;
}
.more a:hover {
  background-color: #855a0a;
  color: #fff;
}
.more2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.more2 a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  width: 1.2rem /* 65px -> 1.733333rem */;
  height: 1.2rem /* 65px -> 1.733333rem */;
  border-radius: 50%;
  font-size: 12px !important;
}
[data-dpr="2"] .more2 a {
  font-size: 24px !important;
}
[data-dpr="3"] .more2 a {
  font-size: 36px !important;
}
.more2 a:hover {
  background-color: #855a0a;
  color: #fff;
}
.casesbox {
  height: 12rem /* 450px -> 12rem */;
  background: url(../imgs/banner2.jpg) top center no-repeat;
  background-size: auto 100%;
}
.casesbox .swiper-cases {
  margin: 0 0.266667rem /* 10px -> .266667rem */;
}
.casesbox dl dt a {
  display: block;
}
.casesbox dl img {
  display: block;
  width: 100%;
  height: 4.8rem /* 180px -> 4.8rem */;
}
.casesbox .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
  font-size: 14px !important;
  font-weight: bold;
}
[data-dpr="2"] .casesbox .title a {
  font-size: 28px !important;
}
[data-dpr="3"] .casesbox .title a {
  font-size: 42px !important;
}
.casesbox .desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
  font-size: 12px !important;
}
[data-dpr="2"] .casesbox .desc p {
  font-size: 24px !important;
}
[data-dpr="3"] .casesbox .desc p {
  font-size: 36px !important;
}
.titlebox_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.533333rem /* 20px -> .533333rem */;
}
.titlebox_2 dt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
}
[data-dpr="2"] .titlebox_2 dt {
  font-size: 28px !important;
}
[data-dpr="3"] .titlebox_2 dt {
  font-size: 42px !important;
}
.titlebox_2 .dbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
  justify-content: center;
}
.titlebox_2 .dbox span {
  width: 2.666667rem /* 100px -> 2.666667rem */;
  background-color: #bda67c;
  height: 1px;
}
.titlebox_2 .info {
  color: #bda67c;
  line-height: 1.5;
  text-align: center;
  font-size: 12px !important;
}
[data-dpr="2"] .titlebox_2 .info {
  font-size: 24px !important;
}
[data-dpr="3"] .titlebox_2 .info {
  font-size: 36px !important;
}
.advabtagebox {
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.advabtagebox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.advabtagebox .left {
  width: 2.666667rem /* 100px -> 2.666667rem */;
  height: 2.666667rem /* 100px -> 2.666667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
}
.advabtagebox .left img {
  width: 55%;
  height: auto;
  display: block;
}
.advabtagebox dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.advabtagebox dl dt {
  font-size: 14px !important;
  font-weight: bold;
}
[data-dpr="2"] .advabtagebox dl dt {
  font-size: 28px !important;
}
[data-dpr="3"] .advabtagebox dl dt {
  font-size: 42px !important;
}
.advabtagebox dl dd {
  line-height: 1.5;
  color: #999;
  font-weight: 300;
  padding-top: 0.133333rem /* 5px -> .133333rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .advabtagebox dl dd {
  font-size: 24px !important;
}
[data-dpr="3"] .advabtagebox dl dd {
  font-size: 36px !important;
}
.bannercenter .box {
  padding: 0.8rem /* 30px -> .8rem */ 0;
  background: url(../imgs/bannercenter.jpg) center center no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.bannercenter dl {
  width: 20%;
}
.bannercenter dl dt {
  font-size: 18px !important;
  color: #bda67c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .bannercenter dl dt {
  font-size: 36px !important;
}
[data-dpr="3"] .bannercenter dl dt {
  font-size: 54px !important;
}
.bannercenter dl dd {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 12px !important;
}
[data-dpr="2"] .bannercenter dl dd {
  font-size: 24px !important;
}
[data-dpr="3"] .bannercenter dl dd {
  font-size: 36px !important;
}
.lawer {
  margin: 0 0.266667rem /* 10px -> .266667rem */;
}
.lawer dl {
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.lawer dt a {
  padding: 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lawer dt a img {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  display: block;
}
.lawer .name a {
  font-size: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .lawer .name a {
  font-size: 28px !important;
}
[data-dpr="3"] .lawer .name a {
  font-size: 42px !important;
}
.lawer .desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.066667rem /* 40px -> 1.066667rem */;
  font-size: 12px !important;
  color: #999;
  line-height: 1.5;
}
[data-dpr="2"] .lawer .desc p {
  font-size: 24px !important;
}
[data-dpr="3"] .lawer .desc p {
  font-size: 36px !important;
}
.lawer .infos .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #666;
  padding: 0.106667rem /* 4px -> .106667rem */ 0;
}
.lawer .toolsbtn {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.lawer .toolsbtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.133333rem /* 5px -> .133333rem */;
  color: #855a0a;
  background-color: #fff;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  border: 1px solid #855a0a;
  font-weight: 300;
  font-size: 12px !important;
}
[data-dpr="2"] .lawer .toolsbtn a {
  font-size: 24px !important;
}
[data-dpr="3"] .lawer .toolsbtn a {
  font-size: 36px !important;
}
.lawnewsbox {
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.lawnewsbox .box {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.lawnewsbox dl {
  background-color: #855a0a;
  background-position: left 0.266667rem /* 10px -> .266667rem */ center;
  background-repeat: no-repeat;
  background-size: 0.533333rem /* 20px -> .533333rem */ auto;
  padding: 0.333333rem /* 20px -> .533333rem */ 0 0.333333rem /* 20px -> .533333rem */ 0.8rem /* 30px -> .8rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px !important;
}
[data-dpr="2"] .lawnewsbox dl {
  font-size: 28px !important;
}
[data-dpr="3"] .lawnewsbox dl {
  font-size: 42px !important;
}
.lawnewsbox dl .tip {
  font-weight: normal;
  padding-left: 0.266667rem /* 10px -> .266667rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .lawnewsbox dl .tip {
  font-size: 24px !important;
}
[data-dpr="3"] .lawnewsbox dl .tip {
  font-size: 36px !important;
}
.lawnewsbox dl dt {
  padding: 0 0.266667rem /* 10px -> .266667rem */;
}
.lawnewsbox dl dt a {
  color: #fff;
}
.lawnewsbox dl dd {
  font-weight: 300;
}
.lawnewsbox .dla {
  background-image: url(../imgs/video.png);
}
.lawnewsbox .dlb {
  background-image: url(../imgs/knowledge.png);
}
.lawnewsbox .dlc {
  background-image: url(../imgs/question.png);
}
.lawnewsbox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lawnewsbox ul .title {
  width: 80%;
}
.lawnewsbox ul .title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.8rem /* 30px -> .8rem */;
  line-height: 0.8rem /* 30px -> .8rem */;
  display: block;
  width: 100%;
  font-size: 12px !important;
}
[data-dpr="2"] .lawnewsbox ul .title a {
  font-size: 24px !important;
}
[data-dpr="3"] .lawnewsbox ul .title a {
  font-size: 36px !important;
}
.lawnewsbox ul span {
  height: 0.8rem /* 30px -> .8rem */;
  line-height: 0.8rem /* 30px -> .8rem */;
  display: block;
  color: #999;
  font-size: 12px !important;
}
[data-dpr="2"] .lawnewsbox ul span {
  font-size: 24px !important;
}
[data-dpr="3"] .lawnewsbox ul span {
  font-size: 36px !important;
}
.ad {
  background-color: #855a0a;
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.ad dt {
  font-size: 14px !important;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .ad dt {
  font-size: 28px !important;
}
[data-dpr="3"] .ad dt {
  font-size: 42px !important;
}
.ad dd {
  font-size: 22px !important;
  font-weight: bold;
  color: #f2f2f2;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .ad dd {
  font-size: 44px !important;
}
[data-dpr="3"] .ad dd {
  font-size: 66px !important;
}
.ad a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.2rem /* 15px -> .4rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .ad a {
  font-size: 24px !important;
}
[data-dpr="3"] .ad a {
  font-size: 36px !important;
}
footer {
  background-color: #000;
  padding: 0.266667rem /* 10px -> .266667rem */;
}
footer .left {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
footer .left img {
  height: 1.333333rem /* 50px -> 1.333333rem */;
}
footer .left2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.266667rem /* 10px -> .266667rem */;
}
footer .left2 li input {
  width: 49%;
  height: 0.8rem /* 30px -> .8rem */;
  border: none;
  color: #fff;
  padding: 0 0.133333rem /* 5px -> .133333rem */;
  background-color: #666;
  outline: none;
  font-size: 12px !important;
}
[data-dpr="2"] footer .left2 li input {
  font-size: 24px !important;
}
[data-dpr="3"] footer .left2 li input {
  font-size: 36px !important;
}
footer .left2 li input::-webkit-input-placeholder {
  color: #fff;
}
footer .left2 li input:-ms-input-placeholder {
  color: #fff;
}
footer .left2 li input::placeholder {
  color: #fff;
}
footer .left2 li select {
  width: 100%;
  height: 0.8rem /* 30px -> .8rem */;
  border: none;
  color: #fff;
  padding: 0 0.133333rem /* 5px -> .133333rem */;
  background-color: #666;
  outline: none;
  font-size: 12px !important;
}
[data-dpr="2"] footer .left2 li select {
  font-size: 24px !important;
}
[data-dpr="3"] footer .left2 li select {
  font-size: 36px !important;
}
footer .left2 li select::-webkit-input-placeholder {
  color: #fff;
}
footer .left2 li select:-ms-input-placeholder {
  color: #fff;
}
footer .left2 li select::placeholder {
  color: #fff;
}
footer .left2 li button {
  width: 100%;
  border: none;
  color: #fff;
  padding: 0.266667rem /* 10px -> .266667rem */ 0.133333rem /* 5px -> .133333rem */;
  background-color: #333;
  outline: none;
  font-size: 14px !important;
}
[data-dpr="2"] footer .left2 li button {
  font-size: 28px !important;
}
[data-dpr="3"] footer .left2 li button {
  font-size: 42px !important;
}
footer .left2 li button:active {
  opacity: 0.85;
}
footer .center {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
}
footer .center li {
  font-size: 12px !important;
  padding-top: 0.133333rem /* 5px -> .133333rem */;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
[data-dpr="2"] footer .center li {
  font-size: 24px !important;
}
[data-dpr="3"] footer .center li {
  font-size: 36px !important;
}
footer .center li span {
  width: 1.6rem;
}
footer .center li div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .right img {
  width: 2.666667rem /* 100px -> 2.666667rem */;
  display: block;
}
footer .right dd {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  color: #f2f2f2;
}
.bottom {
  color: #999;
  background-color: #333;
  padding: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 2.4rem /* 90px -> 2.4rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .bottom {
  font-size: 24px !important;
}
[data-dpr="3"] .bottom {
  font-size: 36px !important;
}
.bottom a {
  color: #855a0a;
}
.downtoolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#be8a46), to(#dbb47e));
  background-image: linear-gradient(to top, #be8a46 0%, #dbb47e 100%);
  position: fixed;
  bottom: 0.266667rem /* 10px -> .266667rem */;
  left: 0.266667rem;
  right: 0.266667rem;
  height: 1.866667rem /* 70px -> 1.866667rem */;
  z-index: 9999;
  -webkit-box-shadow: 0 0 0.266667rem /* 10px -> .266667rem */ #333;
  box-shadow: 0 0 0.266667rem /* 10px -> .266667rem */ #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.106667rem /* 4px -> .106667rem */;
}
.downtoolbar a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.downtoolbar a::after {
  content: " ";
  position: absolute;
  top: 0.133333rem /* 5px -> .133333rem */;
  right: 0;
  width: 2px;
  height: 1.6rem /* 60px -> 1.6rem */;
  opacity: 0.3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), color-stop(#fff), to(#999));
  background-image: linear-gradient(#999, #fff, #999);
}
.downtoolbar a:last-child::after {
  background-image: none;
}
.downtoolbar a dl {
  width: 100%;
}
.downtoolbar a dl dt,
.downtoolbar a dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.downtoolbar a dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.066667rem;
  padding-top: 0.213333rem /* 8px -> .213333rem */;
  /* 40px -> 1.066667rem */
}
.downtoolbar a dl dt img {
  height: 0.666667rem /* 25px -> .666667rem */;
}
.downtoolbar a dl dd {
  padding-top: 0.16rem /* 6px -> .16rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px !important;
  color: #fff;
  font-weight: bold;
}
[data-dpr="2"] .downtoolbar a dl dd {
  font-size: 28px !important;
}
[data-dpr="3"] .downtoolbar a dl dd {
  font-size: 42px !important;
}
.bannerinner {
  background: url(../imgs/yunlvsuo.jpg) top center no-repeat;
  background-size: auto 100%;
}
.bannerinner .box {
  background-color: rgba(0, 0, 0, 0.6);
  height: 4rem /* 150px -> 4rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bannerinner .box dt {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px !important;
}
[data-dpr="2"] .bannerinner .box dt {
  font-size: 36px !important;
}
[data-dpr="3"] .bannerinner .box dt {
  font-size: 54px !important;
}
.bannerinner .box dd {
  font-weight: 300;
  font-size: 14px !important;
  color: #999;
  text-align: center;
  padding-top: 0.666667rem /* 25px -> .666667rem */;
}
[data-dpr="2"] .bannerinner .box dd {
  font-size: 28px !important;
}
[data-dpr="3"] .bannerinner .box dd {
  font-size: 42px !important;
}
.crumbs {
  background-color: #f2f2f2;
}
.crumbs .left {
  padding: 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crumbs .left a {
  font-size: 12px !important;
}
[data-dpr="2"] .crumbs .left a {
  font-size: 24px !important;
}
[data-dpr="3"] .crumbs .left a {
  font-size: 36px !important;
}
.crumbs .left small {
  font-style: normal;
  padding: 0 0.133333rem /* 5px -> .133333rem */;
  font-family: "宋体";
  font-size: 12px !important;
}
[data-dpr="2"] .crumbs .left small {
  font-size: 24px !important;
}
[data-dpr="3"] .crumbs .left small {
  font-size: 36px !important;
}
.aboutbox {
  padding: 0.266667rem /* 10px -> .266667rem */ 0.266667rem /* 10px -> .266667rem */ 0 0.266667rem /* 10px -> .266667rem */;
}
.aboutbox .floor_1 {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.aboutbox .floor_1 h2 {
  font-size: 18px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .aboutbox .floor_1 h2 {
  font-size: 36px !important;
}
[data-dpr="3"] .aboutbox .floor_1 h2 {
  font-size: 54px !important;
}
.aboutbox .floor_1 p {
  font-size: 14px !important;
  color: #666;
  text-align: justify;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  line-height: 1.5;
}
[data-dpr="2"] .aboutbox .floor_1 p {
  font-size: 28px !important;
}
[data-dpr="3"] .aboutbox .floor_1 p {
  font-size: 42px !important;
}
.aboutbox .floor_1 p span {
  color: #855a0a;
}
.aboutbox .floor_1 .logo img {
  height: 1.333333rem /* 50px -> 1.333333rem */;
  display: block;
}
.aboutbox .floor_1 .kouhao {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  font-size: 18px !important;
  color: #855a0a;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
  font-weight: bold;
}
[data-dpr="2"] .aboutbox .floor_1 .kouhao {
  font-size: 36px !important;
}
[data-dpr="3"] .aboutbox .floor_1 .kouhao {
  font-size: 54px !important;
}
.aboutbox .frontdoor {
  width: 100%;
}
.aboutbox .frontdoor img {
  width: 100%;
  display: block;
}
.aboutbox .floor_2 {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.aboutbox .floor_2 h3 {
  font-size: 18px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .aboutbox .floor_2 h3 {
  font-size: 36px !important;
}
[data-dpr="3"] .aboutbox .floor_2 h3 {
  font-size: 54px !important;
}
.aboutbox .floor_2 .imgboxs {
  background-color: #f2f2f2;
  padding: 0.533333rem /* 20px -> .533333rem */;
}
.aboutbox .floor_2 img {
  display: block;
  width: 100%;
}
.aboutbox .floor_3 h4 {
  font-size: 18px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .aboutbox .floor_3 h4 {
  font-size: 36px !important;
}
[data-dpr="3"] .aboutbox .floor_3 h4 {
  font-size: 54px !important;
}
.aboutbox .friends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aboutbox .friends .fli {
  width: calc(50% - .133333rem);
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.aboutbox .friends .fli img {
  display: block;
  border: 1px solid #ddd;
  width: 100%;
}
.aboutbox .friends .fli:nth-child(2n) {
  margin-right: 0;
}
.videobox {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
}
.videobox .box {
  padding: 0 0 0 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.videobox .box dl {
  width: calc(50% - .266667rem);
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.videobox .box dl:nth-child(2n) {
  margin-right: 0;
}
.videobox .box dt,
.videobox .box dd {
  width: 100%;
}
.videobox .box dt img {
  display: block;
  width: 100%;
}
.videobox .box dd {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  color: #999;
}
.videobox .box dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.8rem /* 30px -> .8rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .videobox .box dd a {
  font-size: 24px !important;
}
[data-dpr="3"] .videobox .box dd a {
  font-size: 36px !important;
}
.videobox .box dd span {
  color: #855a0a;
}
.knowledge {
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.knowledge .news-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.knowledge .news-li:last-child {
  margin-bottom: 0;
}
.knowledge .news-li .imgs {
  width: 3.5rem /* 150px -> 4rem */;
  display: block;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
}
.knowledge .news-li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.133333rem /* 5px -> .133333rem */;
}
.knowledge .news-li dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.knowledge .news-li dl dt a {
  font-size: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.106667rem /* 4px -> .106667rem */;
}
[data-dpr="2"] .knowledge .news-li dl dt a {
  font-size: 28px !important;
}
[data-dpr="3"] .knowledge .news-li dl dt a {
  font-size: 42px !important;
}
.knowledge .news-li .des {
  padding-top: 0.106667rem /* 4px -> .106667rem */;
}
.knowledge .news-li .des p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px !important;
  color: #666;
}
[data-dpr="2"] .knowledge .news-li .des p {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge .news-li .des p {
  font-size: 36px !important;
}
.knowledge .news-li .tags {
  font-size: 12px !important;
  color: #999;
  padding-top: 0.213333rem /* 8px -> .213333rem */;
}
[data-dpr="2"] .knowledge .news-li .tags {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge .news-li .tags {
  font-size: 36px !important;
}
.knowledge .news-li .tags a {
  color: #855a0a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.053333rem /* 2px -> .053333rem */;
}
.knowledge .news-li .tinfo {
  padding-top: 0.16rem /* 6px -> .16rem */;
  color: #999;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-dpr="2"] .knowledge .news-li .tinfo {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge .news-li .tinfo {
  font-size: 36px !important;
}
.businessbox {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
}
.businessbox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0.266667rem /* 10px -> .266667rem */;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.businessbox .box dl {
  margin: 0 0.266667rem /* 10px -> .266667rem */ 0.266667rem /* 10px -> .266667rem */ 0;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background: #bda67c url(../imgs/fls.png) right top no-repeat;
  background-size: 100% 100%;
  width: calc(50% - .266667rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.businessbox .box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.6rem /* 60px -> 1.6rem */;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
}
.businessbox .box dt a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.businessbox .box dt img {
  height: 0.933333rem /* 35px -> .933333rem */;
}
.businessbox .box dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.businessbox .box li {
  padding-top: 0.213333rem /* 8px -> .213333rem */;
  color: #333;
  font-size: 12px !important;
}
[data-dpr="2"] .businessbox .box li {
  font-size: 24px !important;
}
[data-dpr="3"] .businessbox .box li {
  font-size: 36px !important;
}
.businessbox .box .litt a {
  font-weight: bold;
  color: #855a0a;
  font-size: 16px !important;
}
[data-dpr="2"] .businessbox .box .litt a {
  font-size: 32px !important;
}
[data-dpr="3"] .businessbox .box .litt a {
  font-size: 48px !important;
}
.businessbox .box .zx a {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.133333rem /* 5px -> .133333rem */ 0.266667rem /* 10px -> .266667rem */;
  border: 1px solid #855a0a;
  border-radius: 2px;
  font-size: 14px !important;
}
[data-dpr="2"] .businessbox .box .zx a {
  font-size: 28px !important;
}
[data-dpr="3"] .businessbox .box .zx a {
  font-size: 42px !important;
}
.casebox .box {
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.casebox .news-li {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.266667rem;
  background-color: #f2f2f2;
}
.casebox .news-li:last-child {
  margin-bottom: 0;
}
.casebox dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
  color: #333;
  font-size: 14px !important;
}
[data-dpr="2"] .casebox dt a {
  font-size: 28px !important;
}
[data-dpr="3"] .casebox dt a {
  font-size: 42px !important;
}
.casebox .des {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.casebox .des p {
  font-size: 12px !important;
  color: #666;
  line-height: 1.5;
  text-align: justify;
}
[data-dpr="2"] .casebox .des p {
  font-size: 24px !important;
}
[data-dpr="3"] .casebox .des p {
  font-size: 36px !important;
}
.casebox .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 12px !important;
}
[data-dpr="2"] .casebox .tags {
  font-size: 24px !important;
}
[data-dpr="3"] .casebox .tags {
  font-size: 36px !important;
}
.casebox .tinfo {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.casebox .tinfo span {
  color: #999;
  font-size: 12px !important;
}
[data-dpr="2"] .casebox .tinfo span {
  font-size: 24px !important;
}
[data-dpr="3"] .casebox .tinfo span {
  font-size: 36px !important;
}
.item {
  padding: 0.266667rem /* 10px -> .266667rem */ 0 0 0.266667rem;
}
.item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.item .item-li {
  width: calc(50% - .266667rem);
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.item .item-li img {
  width: 1.333333rem /* 50px -> 1.333333rem */;
  border-radius: 50%;
}
.item .item-li .name {
  font-size: 14px !important;
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  font-weight: bold;
  color: #333;
}
[data-dpr="2"] .item .item-li .name {
  font-size: 28px !important;
}
[data-dpr="3"] .item .item-li .name {
  font-size: 42px !important;
}
.item .item-li .desc {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
}
.item .item-li .desc p {
  font-size: 12px !important;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
[data-dpr="2"] .item .item-li .desc p {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li .desc p {
  font-size: 36px !important;
}
.item .item-li .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px !important;
}
.item .item-li .infos .tips {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  color: #333;
}
[data-dpr="2"] .item .item-li .infos {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li .infos {
  font-size: 36px !important;
}
.item .item-li .infos small {
  font-size: 12px !important;
}
[data-dpr="2"] .item .item-li .infos small {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li .infos small {
  font-size: 36px !important;
}
.item .item-li .toolsbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item .item-li .toolsbtn a {
  margin-right: 0.16rem /* 6px -> .16rem */;
  padding: 0.133333rem /* 5px -> .133333rem */ 0.266667rem /* 10px -> .266667rem */;
  border: 1px solid #855a0a;
  background-color: #fff;
  font-size: 12px !important;
}
[data-dpr="2"] .item .item-li .toolsbtn a {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li .toolsbtn a {
  font-size: 36px !important;
}
.item .item-li-first {
  width: calc(100% - .266667rem);
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.item .item-li-first dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item .item-li-first dl dt {
  width: 2.666667rem /* 100px -> 2.666667rem */;
  height: 2.666667rem /* 100px -> 2.666667rem */;
}
.item .item-li-first dl dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item .item-li-first dl dt a img {
  width: 2.666667rem /* 100px -> 2.666667rem */;
  height: 2.666667rem /* 100px -> 2.666667rem */;
  border-radius: 50%;
}
.item .item-li-first dl dd {
  padding-left: 0.266667rem /* 10px -> .266667rem */;
}
.item .item-li-first dl .name {
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.item .item-li-first dl .name a {
  font-size: 14px !important;
  font-weight: bold;
  color: #333;
}
[data-dpr="2"] .item .item-li-first dl .name a {
  font-size: 28px !important;
}
[data-dpr="3"] .item .item-li-first dl .name a {
  font-size: 42px !important;
}
.item .item-li-first dl .desc2 * {
  font-size: 12px !important;
}
[data-dpr="2"] .item .item-li-first dl .desc2 * {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li-first dl .desc2 * {
  font-size: 36px !important;
}
.item .item-li-first dl .desc2 p {
  font-size: 12px !important;
  color: #999;
  line-height: 1.5;
  text-align: justify;
}
[data-dpr="2"] .item .item-li-first dl .desc2 p {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li-first dl .desc2 p {
  font-size: 36px !important;
}
.item .item-li-first dl .desc p {
  font-size: 12px !important;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
[data-dpr="2"] .item .item-li-first dl .desc p {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li-first dl .desc p {
  font-size: 36px !important;
}
.item .item-li-first dl .infos {
  padding: 0.213333rem /* 8px -> .213333rem */ 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px !important;
}
[data-dpr="2"] .item .item-li-first dl .infos {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li-first dl .infos {
  font-size: 36px !important;
}
.item .item-li-first dl .infos small {
  font-size: 12px !important;
}
[data-dpr="2"] .item .item-li-first dl .infos small {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li-first dl .infos small {
  font-size: 36px !important;
}
.item .item-li-first dl .toolsbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item .item-li-first dl .toolsbtn a {
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.133333rem /* 5px -> .133333rem */ 0.266667rem /* 10px -> .266667rem */;
  border: 1px solid #855a0a;
  background-color: #fff;
  font-size: 12px !important;
}
[data-dpr="2"] .item .item-li-first dl .toolsbtn a {
  font-size: 24px !important;
}
[data-dpr="3"] .item .item-li-first dl .toolsbtn a {
  font-size: 36px !important;
}
.tabbox {
  padding: 0.266667rem /* 10px -> .266667rem */ 0.266667rem 0 0.266667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabbox a {
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
  margin-right: 0.026667rem /* 1px -> .026667rem */;
  color: #333;
  font-size: 12px !important;
}
[data-dpr="2"] .tabbox a {
  font-size: 24px !important;
}
[data-dpr="3"] .tabbox a {
  font-size: 36px !important;
}
.tabbox .active {
  background-color: #855a0a;
  color: #fff;
}
.yunbox {
  margin: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.yunbox h2 {
  font-size: 14px !important;
  color: #333;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .yunbox h2 {
  font-size: 28px !important;
}
[data-dpr="3"] .yunbox h2 {
  font-size: 42px !important;
}
.yunbox .yuninfo {
  font-size: 12px !important;
  color: #666;
  line-height: 1.5;
  text-align: justify;
}
[data-dpr="2"] .yunbox .yuninfo {
  font-size: 24px !important;
}
[data-dpr="3"] .yunbox .yuninfo {
  font-size: 36px !important;
}
.yunbox .yunimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yunbox .yunimg img {
  width: 5.333333rem /* 200px -> 5.333333rem */;
}
.yunbox .yunen {
  font-size: 12px !important;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  color: #666;
  line-height: 1.5;
  background-color: #fff;
  padding: 0.266667rem /* 10px -> .266667rem */;
  text-align: justify;
}
[data-dpr="2"] .yunbox .yunen {
  font-size: 24px !important;
}
[data-dpr="3"] .yunbox .yunen {
  font-size: 36px !important;
}
.yunbox .aboutmore p {
  font-size: 12px !important;
  color: #666;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .yunbox .aboutmore p {
  font-size: 24px !important;
}
[data-dpr="3"] .yunbox .aboutmore p {
  font-size: 36px !important;
}
.yunbox .fcc {
  color: #855a0a;
}
.yunbox .advbox dl {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-size: 0.853333rem /* 32px -> .853333rem */ auto;
  background-position: left 0.266667rem /* 10px -> .266667rem */ center /* 10px -> .266667rem */;
  background-repeat: no-repeat;
}
.yunbox .advbox dl:last-child {
  margin-bottom: 0;
}
.yunbox .advbox dl dt {
  width: 2.666667rem /* 100px -> 2.666667rem */;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px !important;
}
[data-dpr="2"] .yunbox .advbox dl dt {
  font-size: 28px !important;
}
[data-dpr="3"] .yunbox .advbox dl dt {
  font-size: 42px !important;
}
.yunbox .advbox dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.533333rem /* 20px -> .533333rem */;
}
.yunbox .advbox dl dd p {
  font-size: 12px !important;
  line-height: 1.5;
  color: #666;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-dpr="2"] .yunbox .advbox dl dd p {
  font-size: 24px !important;
}
[data-dpr="3"] .yunbox .advbox dl dd p {
  font-size: 36px !important;
}
.yunbox .advbox dl.p1 {
  background-image: url(../imgs/p1.png);
}
.yunbox .advbox dl.p2 {
  background-image: url(../imgs/p2.png);
}
.yunbox .advbox dl.p3 {
  background-image: url(../imgs/p3.png);
}
.yunbox .advbox dl.p4 {
  background-image: url(../imgs/p4.png);
}
.yunbox .advbox dl.p5 {
  background-image: url(../imgs/p5.png);
}
.yunbox .advbox dl.p6 {
  background-image: url(../imgs/p6.png);
}
.helpbox {
  margin: 0.266667rem /* 10px -> .266667rem */;
}
.helpbox .left {
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.helpbox .left h2 {
  font-size: 14px !important;
  color: #333;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .helpbox .left h2 {
  font-size: 28px !important;
}
[data-dpr="3"] .helpbox .left h2 {
  font-size: 42px !important;
}
.helpbox .left .ulbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.helpbox .left .ulbox li > span {
  height: 0.8rem /* 30px -> .8rem */;
  width: 1.733333rem /* 65px -> 1.733333rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.helpbox .left .ulbox li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.helpbox .left .ulbox li input,
.helpbox .left .ulbox li select {
  height: 0.8rem /* 30px -> .8rem */;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.133333rem /* 5px -> .133333rem */;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 12px !important;
}
[data-dpr="2"] .helpbox .left .ulbox li input,
[data-dpr="2"] .helpbox .left .ulbox li select {
  font-size: 24px !important;
}
[data-dpr="3"] .helpbox .left .ulbox li input,
[data-dpr="3"] .helpbox .left .ulbox li select {
  font-size: 36px !important;
}
.helpbox .left .ulbox li textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1.6rem /* 60px -> 1.6rem */;
  padding: 0.133333rem /* 5px -> .133333rem */;
  border: 1px solid #ccc;
  font-size: 12px !important;
}
[data-dpr="2"] .helpbox .left .ulbox li textarea {
  font-size: 24px !important;
}
[data-dpr="3"] .helpbox .left .ulbox li textarea {
  font-size: 36px !important;
}
.helpbox .left .ulbox li button {
  width: 1.666667rem /* 100px -> 2.666667rem */;
  background-color: #855a0a;
  border: none;
  color: #fff;
  padding: 0.186667rem /* 7px -> .186667rem */ 0;
  font-size: 12px !important;
}
[data-dpr="2"] .helpbox .left .ulbox li button {
  font-size: 24px !important;
}
[data-dpr="3"] .helpbox .left .ulbox li button {
  font-size: 36px !important;
}
.helpbox .left .ulbox li .tip {
  font-size: 12px !important;
}
[data-dpr="2"] .helpbox .left .ulbox li .tip {
  font-size: 24px !important;
}
[data-dpr="3"] .helpbox .left .ulbox li .tip {
  font-size: 36px !important;
}
.helpbox .right .imgbox {
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #855a0a;
  border-radius: 0.053333rem /* 2px -> .053333rem */;
  background-image: url(../imgs/earth.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 3.333333rem /* 200px -> 5.333333rem */ auto;
}
.helpbox .right h3 {
  font-size: 14px !important;
  color: #fff;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .helpbox .right h3 {
  font-size: 28px !important;
}
[data-dpr="3"] .helpbox .right h3 {
  font-size: 42px !important;
}
.helpbox .right .other {
  font-size: 12px !important;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  color: #ddd;
}
[data-dpr="2"] .helpbox .right .other {
  font-size: 24px !important;
}
[data-dpr="3"] .helpbox .right .other {
  font-size: 36px !important;
}
.helpbox .right .other em {
  background-color: #fff;
  font-style: normal;
  color: #855a0a;
  padding: 2px 3px;
  margin: 0 0.08rem /* 3px -> .08rem */;
  border-radius: 2px;
}
.helpbox .right .dlimgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.helpbox .right dd {
  padding-left: 0.266667rem /* 10px -> .266667rem */;
}
.helpbox .right dd p {
  color: #fff;
  padding: 0.106667rem /* 4px -> .106667rem */ 0;
  line-height: 1.5;
  font-weight: 300;
  font-size: 14px !important;
}
[data-dpr="2"] .helpbox .right dd p {
  font-size: 28px !important;
}
[data-dpr="3"] .helpbox .right dd p {
  font-size: 42px !important;
}
.askbox .list {
  margin: 0.266667rem /* 10px -> .266667rem */;
}
.askbox dl {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.askbox .ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.askbox .ask strong[data-state='1'] {
  background-color: #ff0000;
  color: #fff;
  padding: 0.133333rem /* 5px -> .133333rem */;
  font-weight: 300;
  border-radius: 0.08rem /* 3px -> .08rem */;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .askbox .ask strong[data-state='1'] {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox .ask strong[data-state='1'] {
  font-size: 36px !important;
}
.askbox .ask strong[data-state='0'] {
  background-color: #ddd;
  color: #666;
  padding: 0.133333rem /* 5px -> .133333rem */;
  font-weight: 300;
  border-radius: 0.08rem /* 3px -> .08rem */;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .askbox .ask strong[data-state='0'] {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox .ask strong[data-state='0'] {
  font-size: 36px !important;
}
.askbox .ask a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px !important;
}
[data-dpr="2"] .askbox .ask a {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox .ask a {
  font-size: 36px !important;
}
.askbox .info {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #666;
  font-weight: 300;
}
.askbox .info em {
  font-style: normal;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .askbox .info em {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox .info em {
  font-size: 36px !important;
}
.askbox .info em {
  font-size: 12px !important;
}
[data-dpr="2"] .askbox .info em {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox .info em {
  font-size: 36px !important;
}
.askbox2 dl {
  margin: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.askbox2 dt {
  font-size: 14px !important;
  color: #333;
  font-weight: bold;
}
[data-dpr="2"] .askbox2 dt {
  font-size: 28px !important;
}
[data-dpr="3"] .askbox2 dt {
  font-size: 42px !important;
}
.askbox2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.266667rem /* 10px -> .266667rem */;
}
.askbox2 input,
.askbox2 select {
  height: 0.8rem /* 30px -> .8rem */;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.133333rem /* 5px -> .133333rem */;
  border: 1px solid #ccc;
  font-size: 12px !important;
}
[data-dpr="2"] .askbox2 input,
[data-dpr="2"] .askbox2 select {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox2 input,
[data-dpr="3"] .askbox2 select {
  font-size: 36px !important;
}
.askbox2 textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1.6rem /* 60px -> 1.6rem */;
  padding: 0.133333rem /* 5px -> .133333rem */;
  border: 1px solid #ccc;
  font-size: 12px !important;
}
[data-dpr="2"] .askbox2 textarea {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox2 textarea {
  font-size: 36px !important;
}
.askbox2 button {
  width: 1.666667rem /* 100px -> 2.666667rem */;
  background-color: #855a0a;
  border: none;
  color: #fff;
  padding: 0.186667rem /* 7px -> .186667rem */ 0;
  font-size: 12px !important;
}
[data-dpr="2"] .askbox2 button {
  font-size: 24px !important;
}
[data-dpr="3"] .askbox2 button {
  font-size: 36px !important;
}
.contactbox .mainbox {
  min-height: 6.666667rem /* 500px -> 6.666667rem */;
  background-color: #f2f2f2;
  margin: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.266667rem /* 10px -> .266667rem */;
}
.contactbox .mainbox h2 {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.contactbox .mainbox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.16rem /* 6px -> .16rem */ 0;
}
.contactbox .mainbox ul li span {
  width: 1.866667rem /* 70px -> 1.866667rem */;
  font-size: 12px !important;
  color: #666;
}
[data-dpr="2"] .contactbox .mainbox ul li span {
  font-size: 24px !important;
}
[data-dpr="3"] .contactbox .mainbox ul li span {
  font-size: 36px !important;
}
.contactbox .mainbox ul li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 12px !important;
}
[data-dpr="2"] .contactbox .mainbox ul li p {
  font-size: 24px !important;
}
[data-dpr="3"] .contactbox .mainbox ul li p {
  font-size: 36px !important;
}
.contactbox .map img {
  display: block;
  border: 1px solid #999;
  background-color: #fff;
  padding: 0.266667rem /* 10px -> .266667rem */;
  width: 100%;
}
.contactbox .dlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contactbox .dlbox dl {
  margin-right: 0.533333rem /* 20px -> .533333rem */;
}
.contactbox .dlbox dl dt img {
  width: 3.466667rem /* 130px -> 3.466667rem */;
}
.contactbox .dlbox dl dd {
  color: #666;
  font-size: 12px !important;
}
[data-dpr="2"] .contactbox .dlbox dl dd {
  font-size: 24px !important;
}
[data-dpr="3"] .contactbox .dlbox dl dd {
  font-size: 36px !important;
}
.item-article {
  background-color: #f2f2f2;
  width: 100%;
  padding: 0.266667rem /* 10px -> .266667rem */;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
}
.item-article dt {
  font-size: 14px !important;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .item-article dt {
  font-size: 28px !important;
}
[data-dpr="3"] .item-article dt {
  font-size: 42px !important;
}
.item-article li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.item-article li span {
  width: 1.066667rem /* 40px -> 1.066667rem */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #855a0a;
  height: 0.8rem /* 30px -> .8rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .item-article li span {
  font-size: 24px !important;
}
[data-dpr="3"] .item-article li span {
  font-size: 36px !important;
}
.item-article li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 0.8rem /* 30px -> .8rem */;
}
[data-dpr="2"] .item-article li p {
  font-size: 24px !important;
}
[data-dpr="3"] .item-article li p {
  font-size: 36px !important;
}
.knowledge-article {
  font-size: 14px !important;
}
[data-dpr="2"] .knowledge-article {
  font-size: 28px !important;
}
[data-dpr="3"] .knowledge-article {
  font-size: 42px !important;
}
.knowledge-article h2 {
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
  font-size: 18px !important;
}
[data-dpr="2"] .knowledge-article h2 {
  font-size: 36px !important;
}
[data-dpr="3"] .knowledge-article h2 {
  font-size: 54px !important;
}
.knowledge-article .other {
  font-size: 12px !important;
  color: #666;
  font-weight: 300;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .knowledge-article .other {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge-article .other {
  font-size: 36px !important;
}
.knowledge-article .description {
  color: #333;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
  line-height: 1.5;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .knowledge-article .description {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge-article .description {
  font-size: 36px !important;
}
.knowledge-article .adtivcle-box {
  color: #666;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  line-height: 1.55;
  font-size: 14px !important;
}
[data-dpr="2"] .knowledge-article .adtivcle-box {
  font-size: 28px !important;
}
[data-dpr="3"] .knowledge-article .adtivcle-box {
  font-size: 42px !important;
}
.knowledge-article .adtivcle-box * {
  max-width: 100%!important;
  height: auto;
  font-size: 14px !important;
}
[data-dpr="2"] .knowledge-article .adtivcle-box * {
  font-size: 28px !important;
}
[data-dpr="3"] .knowledge-article .adtivcle-box * {
  font-size: 42px !important;
}
.knowledge-article .adtivcle-box p {
  margin-bottom: 0.266667rem !important;
}
.knowledge-article .adtivcle-box img {
  margin: 0.266667rem /* 10px -> .266667rem */ /* 20px -> .533333rem */ /* 10px -> .266667rem */ 0;
  display: block;
  width: 100%;
  height: auto;
}
.knowledge-article .wraning {
  margin: 0;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  line-height: 1.5;
  color: #999;
  font-size: 12px !important;
}
[data-dpr="2"] .knowledge-article .wraning {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge-article .wraning {
  font-size: 36px !important;
}
.knowledge-article .moreinfo {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.knowledge-article .moreinfo dl {
  margin: 0;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f6f6f6;
  border: 1px dashed #ddd;
  text-align: center;
}
.knowledge-article .moreinfo dt {
  font-size: 16px !important;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
  color: #333;
  font-weight: bold;
}
[data-dpr="2"] .knowledge-article .moreinfo dt {
  font-size: 32px !important;
}
[data-dpr="3"] .knowledge-article .moreinfo dt {
  font-size: 48px !important;
}
.knowledge-article .moreinfo dd a {
  border-radius: 0.533333rem /* 20px -> .533333rem */;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #ff0000;
  font-size: 14px !important;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-dpr="2"] .knowledge-article .moreinfo dd a {
  font-size: 28px !important;
}
[data-dpr="3"] .knowledge-article .moreinfo dd a {
  font-size: 42px !important;
}
.knowledge-article .moreinfo dd p {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  font-size: 14px !important;
  color: #666;
}
[data-dpr="2"] .knowledge-article .moreinfo dd p {
  font-size: 28px !important;
}
[data-dpr="3"] .knowledge-article .moreinfo dd p {
  font-size: 42px !important;
}
.knowledge-article .moreinfo dd small {
  color: #ff0000;
  font-size: 14px !important;
}
[data-dpr="2"] .knowledge-article .moreinfo dd small {
  font-size: 28px !important;
}
[data-dpr="3"] .knowledge-article .moreinfo dd small {
  font-size: 42px !important;
}
.knowledge-article .prevnext li {
  font-size: 12px !important;
  color: #999;
  padding-bottom: 0.266667rem /* 10px -> .266667rem */;
  line-height: 1.5;
}
[data-dpr="2"] .knowledge-article .prevnext li {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge-article .prevnext li {
  font-size: 36px !important;
}
.knowledge-article .prevnext li a {
  font-size: 12px !important;
  color: #333;
}
[data-dpr="2"] .knowledge-article .prevnext li a {
  font-size: 24px !important;
}
[data-dpr="3"] .knowledge-article .prevnext li a {
  font-size: 36px !important;
}
.askmain {
  margin: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.askmain .asktt {
  font-size: 16px !important;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .askmain .asktt {
  font-size: 32px !important;
}
[data-dpr="3"] .askmain .asktt {
  font-size: 48px !important;
}
.askmain h2 {
  font-size: 12px !important;
  line-height: 1.5;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
[data-dpr="2"] .askmain h2 {
  font-size: 24px !important;
}
[data-dpr="3"] .askmain h2 {
  font-size: 36px !important;
}
.askmain .tipbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.askmain .tipbox span {
  margin-right: 0.16rem /* 6px -> .16rem */;
  color: #999;
}
.answermain {
  margin: 0.266667rem /* 10px -> .266667rem */;
  padding: 0.266667rem /* 10px -> .266667rem */;
  background-color: #f2f2f2;
}
.answermain h3 {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  color: #333;
}
[data-dpr="2"] .answermain h3 {
  font-size: 32px !important;
}
[data-dpr="3"] .answermain h3 {
  font-size: 48px !important;
}
.answermain .lawboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.answermain .userimg {
  width: 1.6rem /* 60px -> 1.6rem */;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
}
.answermain .userimg img {
  width: 1.6rem /* 60px -> 1.6rem */;
  height: 1.6rem /* 60px -> 1.6rem */;
  border-radius: 50%;
}
.answermain .answerbox dt {
  font-size: 16px !important;
  font-weight: bold;
  color: #333;
}
[data-dpr="2"] .answermain .answerbox dt {
  font-size: 32px !important;
}
[data-dpr="3"] .answermain .answerbox dt {
  font-size: 48px !important;
}
.answermain .answerbox dd {
  padding-top: 0.106667rem /* 4px -> .106667rem */;
  font-size: 12px !important;
  color: #666;
}
[data-dpr="2"] .answermain .answerbox dd {
  font-size: 24px !important;
}
[data-dpr="3"] .answermain .answerbox dd {
  font-size: 36px !important;
}
.answermain .answercontainer {
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
  color: #333;
  line-height: 1.5;
  font-size: 12px !important;
}
[data-dpr="2"] .answermain .answercontainer {
  font-size: 24px !important;
}
[data-dpr="3"] .answermain .answercontainer {
  font-size: 36px !important;
}
.answermain .answercontainer p {
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.answermain .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 12px !important;
}
[data-dpr="2"] .answermain .time {
  font-size: 24px !important;
}
[data-dpr="3"] .answermain .time {
  font-size: 36px !important;
}
.layui-m-layer * {
  font-size: 14px !important;
}
[data-dpr="2"] .layui-m-layer * {
  font-size: 28px !important;
}
[data-dpr="3"] .layui-m-layer * {
  font-size: 42px !important;
}
.layui-m-layer .layui-m-layerchild {
  width: 90vw;
}
.layui-m-layer .layui-m-layercont {
  padding: 0.8rem /* 30px -> .8rem */ 0;
}
.layui-m-layer .layui-m-layerbtn {
  padding: 0.233333rem /* 20px -> .533333rem */ 0;
}
.toptelbtn {
  font-size: 12px !important;
  color: #855a0a;
  font-style: normal;
  font-weight: bold;
}
[data-dpr="2"] .toptelbtn {
  font-size: 24px !important;
}
[data-dpr="3"] .toptelbtn {
  font-size: 36px !important;
}
.nodata {
  min-height: 2.666667rem /* 100px -> 2.666667rem */;
  font-size: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bda67c;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-dpr="2"] .nodata {
  font-size: 28px !important;
}
[data-dpr="3"] .nodata {
  font-size: 42px !important;
}
.nodata p {
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
}
.nodata p:nth-child(2) {
  color: #855a0a;
  font-size: 16px !important;
}
[data-dpr="2"] .nodata p:nth-child(2) {
  font-size: 32px !important;
}
[data-dpr="3"] .nodata p:nth-child(2) {
  font-size: 48px !important;
}
.fanye nav {
  margin: 0.266667rem /* 10px -> .266667rem */;
}
.fanye nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fanye nav li {
  margin-right: 2px;
}
.fanye nav .page-item.disabled {
  color: #999 !important;
}
.fanye nav .page-item.disabled .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
  color: #999;
  font-size: 14px !important;
}
[data-dpr="2"] .fanye nav .page-item.disabled .page-link {
  font-size: 28px !important;
}
[data-dpr="3"] .fanye nav .page-item.disabled .page-link {
  font-size: 42px !important;
}
.fanye nav .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
  color: #855a0a;
  font-size: 14px !important;
}
[data-dpr="2"] .fanye nav .page-item .page-link {
  font-size: 28px !important;
}
[data-dpr="3"] .fanye nav .page-item .page-link {
  font-size: 42px !important;
}
.video-article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  margin-right: 0.266667rem /* 10px -> .266667rem */;
}
.video-article h2 {
  font-size: 14px !important;
  text-align: center;
  padding: 0.266667rem /* 10px -> .266667rem */ 0;
}
[data-dpr="2"] .video-article h2 {
  font-size: 28px !important;
}
[data-dpr="3"] .video-article h2 {
  font-size: 42px !important;
}
.video-article .video-info {
  background-color: #f2f2f2;
  padding: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
  font-size: 12px !important;
}
[data-dpr="2"] .video-article .video-info {
  font-size: 24px !important;
}
[data-dpr="3"] .video-article .video-info {
  font-size: 36px !important;
}
#videocon {
  width: 100%;
}
.joinbox {
  padding-top: 0.266667rem /* 10px -> .266667rem */;
  margin-bottom: 0.266667rem /* 10px -> .266667rem */;
}
.joinbox * {
  max-width: 100%;
  height: auto;
}
