:root {
  --primary-border: #e6baa1;
  --primary-color: #993300;
  --mask-color: #ced9e8;
  --special-color: #d8422a;
  --default-text: #333;
  --gray-border: rgb(222, 222, 222);
  --secondary-text: #888888;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", SimSun, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  padding: 0px;
  margin: 0px;
}
.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  text-decoration: none;
  color: var(--default-text);
  transition: 0.3s color;
}
a:hover {
  color: var(--primary-color);
}

::-moz-selection {
  background: #fff;
  text-shadow: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/* img {
    background: url(../images/figure-nopic.jpg) no-repeat 50% 50%;}
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  /* min-width: 1280px; */
}

ul,
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

iframe {
  border: none;
}
.none {
  display: none;
}
.i-scroll {
  overflow: hidden;
  padding-bottom: 1px !important;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.btn {
  cursor: pointer;
}

img.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon {
  stroke: currentColor;
}

.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.special-text {
  color: var(--special-color);
}

.anchor-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: none;
  text-decoration: none;
}

.divider {
  height: 100%;
  width: 1px;
  border-left: 1px solid var(--gray-border);
}

.text-divider {
  color: var(--primary-color);
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.text-divider span {
  padding: 0px 15px;
  position: relative;
}

.text-divider span::before,
.text-divider span::after {
  position: absolute;
  content: "";
  width: 1280px;
  height: 0;
  top: 50%;
  left: 100%;
  border: none;
  border-bottom: 1px solid var(--gray-border);
  z-index: 1;
  opacity: 0.5;
}

.text-divider span::before {
  left: auto;
  right: 100%;
}

.pb_sys_style1 .p_no_d {
  border-color: #8c1515 !important;
  background-color: #8c1515 !important;
}

body {
  position: relative !important;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
  display: block !important;
}
.subNav {
  background-color: white;
  position: absolute;
  top: 35px;
  display: none;
  z-index: 100;
}
.subNav:before {
  /*实现小三角*/
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 110;
  display: block;
  width: 0;
  height: 0;
}
.subNav dd {
  margin: 0px auto;
  padding: 0px 15px;
}
.subNav a {
  display: block;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  transition: color 0.5s;
}
.desktop-header {
  width: 100%;
  padding: 10px 0px;
}

.desktop-header .wrapper {
  width: 100%;
  min-width: 1280px;
  height: 100%;
  /* display: flex; */
  /* flex-flow: row nowrap; */
  /* align-items: center; */
  justify-content: space-between;
  background: #993300;
}
.desktop-header .nav-row {
  position: relative;
  height: 62px;
  width: 1195px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-header .nav-row .logo {
  /* add by wfj */
  max-height: 65px;
  /* max-height: 36px; */
  background: none;
}

.desktop-header .nav-row .desktop-nav {
  margin-left: auto;
  display: flex;
  position: relative;
  /* justify-items: center; */
  /* margin-top: 20px; */
}

.desktop-nava {
  display: block;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  padding: 0px 15px;
  transition: color 0.5s;
  z-index: 5;
}
.desktop-header .nav-row .desktop-nav li .subNav {
  display: none;
}

.desktop-header .nav-row .desktop-nav .on {
  /* background-color: white; */
}
.desktop-header .nav-row .desktop-nav .on a {
  color: #8c1515;
}

.desktop-header .nav-row .desktop-nav .on > a {
  color: #fff;
  opacity: 0.9;
  transition: color 0.5s;
}
.desktop-header .nav-row .desktop-nav .bg {
  background: #fff;
  height: 50px;
  position: absolute;
  transition: all 0.5s;
  z-index: 0;
}

.desktop-header.active {
  /* padding-bottom: 10px; */
}
.sticky-header {
  /* background: linear-gradient(#000,rgba(0,0,0,0)); */
  transition: all 0.3s ease-out 0s;
  /* padding-bottom: 50px; */
  /* position: fixed; */
  padding: 0;
  /* top: 0px; */
  z-index: 99;
}
.mshow {
  display: none;
}
.pcshow {
  display: block;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.navBox {
  z-index: 8;
  position: absolute;
  top: 40px;
  width: 100%;
  right: 0;
  padding-top: 10px;
  background: #fef9ec;
}
.w1195 {
  width: 1195px;
}
.top {
  background-image: url(../images/top.png);
  height: 180px;
}
.top-inner {
  margin: 0 auto;
  width: 1195px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.top-inner .sinput {
  height: 30px;
  min-width: 300px;
}
.top-inner .head-search .stinput{
  margin-left: -35px;
  width:25px;
}

.ccc {
  background: #e0d2b5;
  padding: 5px 10px;
}
.ccc ul {
  overflow: hidden;
}
.ccc ul li {
  float: left;
  padding: 5px 0;
  width: 32%;
}
.ccc a {
  color: #000;
  font-size: 14px;
}

.row > div {
  box-sizing: border-box;
}

.row .col-75 {
  width: 75%;
}
.row .col-66 {
  width: 66.6666%;
}

.row .col-50 {
  width: 50%;
}

.row .col-45 {
  width: 48%;
}

.row .col-30 {
  width: 30%;
}

.row .col-33 {
  width: 33.33333%;
}

.row .col-25 {
  width: 25%;
}

.row .col-100 {
  width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.row {
  *zoom: 1;
}
.row:after {
  display: block;
  clear: both;
  content: "";
  height: 0;
  visibility: hidden;
}

.col-1 {
  width: 4.1666666667%;
}

.col-2 {
  width: 8.3333333333%;
}

.col-3 {
  width: 12.5%;
}

.col-4 {
  width: 16.6666666667%;
}

.col-5 {
  width: 20.8333333333%;
}

.col-6 {
  width: 25%;
}

.col-7 {
  width: 29.1666666667%;
}

.col-8 {
  width: 33.3333333333%;
}

.col-9 {
  width: 37.5%;
}

.col-10 {
  width: 41.6666666667%;
}

.col-11 {
  width: 45.8333333333%;
}

.col-12 {
  width: 50%;
}

.col-13 {
  width: 54.1666666667%;
}

.col-14 {
  width: 58.3333333333%;
}

.col-15 {
  width: 62.5%;
}

.col-16 {
  width: 66.6666666667%;
}

.col-17 {
  width: 70.8333333333%;
}

.col-18 {
  width: 75%;
}

.col-19 {
  width: 79.1666666667%;
}

.col-20 {
  width: 83.3333333333%;
}

.col-21 {
  width: 87.5%;
}

.col-22 {
  width: 91.6666666667%;
}

.col-23 {
  width: 95.8333333333%;
}

.col-24 {
  width: 100%;
}
.row-gap {
  margin-left: -10px;
  margin-right: -10px;
}
.row-gap > .col-1 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-2 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-3 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-5 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-7 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-8 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-9 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-11 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-13 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-14 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-15 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-16 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-17 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-18 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-19 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-20 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-21 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-22 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-23 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-gap > .col-24 {
  padding-right: 10px;
  padding-left: 10px;
}

.list_left {
  position: relative;
  z-index: 1;
  padding: 0 12px 0 0;
}

.list_right {
  padding: 0 0 0 70px;
}

@media (max-width: 1200px) {
  .mshow {
    display: block;
  }
  .pcshow {
    display: none;
  }
  .box-title {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .col-md-1 {
    width: 4.1666666667%;
  }

  .col-md-2 {
    width: 8.3333333333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.6666666667%;
  }

  .col-md-5 {
    width: 20.8333333333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.1666666667%;
  }

  .col-md-8 {
    width: 33.3333333333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.6666666667%;
  }

  .col-md-11 {
    width: 45.8333333333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.1666666667%;
  }

  .col-md-14 {
    width: 58.3333333333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.6666666667%;
  }

  .col-md-17 {
    width: 70.8333333333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.1666666667%;
  }

  .col-md-20 {
    width: 83.3333333333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.6666666667%;
  }

  .col-md-23 {
    width: 95.8333333333%;
  }

  .col-md-24 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .col-sm-1 {
    width: 4.1666666667%;
  }

  .col-sm-2 {
    width: 8.3333333333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.6666666667%;
  }

  .col-sm-5 {
    width: 20.8333333333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.1666666667%;
  }

  .col-sm-8 {
    width: 33.3333333333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.6666666667%;
  }

  .col-sm-11 {
    width: 45.8333333333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.1666666667%;
  }

  .col-sm-14 {
    width: 58.3333333333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.6666666667%;
  }

  .col-sm-17 {
    width: 70.8333333333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.1666666667%;
  }

  .col-sm-20 {
    width: 83.3333333333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.6666666667%;
  }

  .col-sm-23 {
    width: 95.8333333333%;
  }

  .col-sm-24 {
    width: 100%;
  }
}
.row-gap {
  margin-left: -10px;
  margin-right: -10px;
}
.row-gap > [class^=".col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.visible-md-block,
.visible-lg-block {
  display: none;
}

@media (min-width: 1400px) {
  .hide-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1800px) {
  .hide-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }
}

.pd15 {
  padding: 15px;
  box-sizing: border-box;
}

.fdyw {
  background: #f4f4f4;
  padding: 50px 0 70px 0;
}
.footTop {
  background: url("../images/footbg.png") no-repeat center bottom #8c1515;
  padding: 90px 0;
}
.copyRight {
  background: #223356;
  padding: 10px 0;
  color: #999999;
  font-size: 14px;
  line-height: 26px;
}
.shareList {
  overflow: hidden;
  width: 160px;
  margin-top: -25px;
}
.shareList li {
  width: 55px;
  height: 55px;
  background: url("../images/icon/shareicon.png") no-repeat;
  float: left;
  margin-top: 25px;
  margin-right: 20px;
}
.shareList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.shareList li.weibo {
  background-position: 0 0;
}
.shareList li.weixin {
  background-position: -64px 0;
}
.shareList li.youxiang {
  background-position: -130px -2px;
}
.shareList li.shipin {
  background-position: -197px -2px;
}
.xiaoqu {
  font-size: 16px;
  color: #cccccc;
  margin-top: -35px;
  margin-left: 220px;
  margin-right: 230px;
}
.xiaoqu p {
  margin-top: 35px;
}
.xiaoqu b {
  font-weight: normal;
  margin-top: 10px;
}
.footlink {
  overflow: hidden;
  width: 300px;
  margin-top: -20px;
  margin-right: 250px;
}
.footlink li {
  float: left;
  width: 120px;
  font-size: 16px;
  color: #cccccc;
  margin-top: 20px;
}
.footlink li a {
  color: #cccccc;
}
.footTop .wrapper {
  position: relative;
}
.footkslj {
  margin-top: -30px;
  position: absolute;
  right: 20px;
}
.select_box {
  width: 218px;
  position: relative;
  padding: 0;
  font-size: 12px;
  margin-top: 30px;
}
.select_box p {
  cursor: pointer;
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #af5b5b;
  padding-right: 20px;
  padding-left: 20px;
  background: url(../images/icon/footkslj.png) no-repeat 187px center;
  width: 180px;
  color: #ccc;
}
.select_box ul {
  width: 218px;
  position: absolute;
  left: 0;
  top: 40px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
  display: none;
  background: #ebebeb;
  z-index: 99999;
}
.select_box ul li {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  padding-left: 5px;
  width: 100%;
  cursor: pointer;
  margin-left: 0;
}
.copyRight a {
  color: #999999;
}
.select_box ul li:hover {
  background: #f4f4f4;
}
.select_box ul li a {
  color: #000;
}
.space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.space-evenly {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.hid {
  position: absolute;
  top: 25px;
  left: -40px;
  background: #223356;
  padding: 10px;
  width: 200px;
  line-height: 30px;
  display: none;
}
footer {
  background-color: #8c1515;
  color: #fff;
  padding: 20px 0px 0px 0px;
  font-size: 16px;
}

footer .row {
  margin: 0 auto;
}

footer .row .icon {
  width: 187px;
  height: 62px;
  object-fit: contain;
  /* margin-top: 30px; */
  background: none;
}

footer .row .qr {
  width: 189px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-right: 45px;
  box-sizing: content-box;
}

footer .row .qr .mr10 {
  margin-right: 40px;
}

footer .row .qr div {
  font-size: 12px;
  color: #fff;
  width: 189px;
}

footer .row .qr span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}
footer .row .qr .icon {
  width: 189px;
}
footer .row .qr .wx {
  text-align: center;
  width: 86px;
  height: 86px;
  object-fit: contain;
  /* margin: 0 auto; */
  margin-top: 20px;
}

footer .row .links {
  display: flex;
  padding: 5px 0 0 40px;
  line-height: 1.8;
  justify-content: center;
}
footer .row .links div {
  margin-left: 10px;
}
footer .row .links div ul {
  margin-top: 10px;
}
footer .row .links div a {
  color: white;
  font-size: 13px;
}
footer .row .links div a:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s color;
}

footer .row .copyright {
  /* line-height: 40px; */
  margin: 0 auto;
}

footer .row .copyright a {
  color: #fff;
}
footer .row.space-between {
  /* justify-content: space-between; */
}
footer .row {
  display: flex;
}

/* 在联系信息和链接区域之间添加分隔线 */
footer .contact {
  position: relative;
  padding: 25px 40px;
  width: 316px;
  box-sizing: content-box;
  text-align: center;
  line-height: 2;
}
footer .contact li {
  /* margin: 10px; */
}
footer .row .qr::after,
footer .contact::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* 移动端导航 */
.ydnav {
  display: none;
}
.ydnav .menuicon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.ydnav .menuicon img {
  width: 20px;
  height: 10px;
  display: block;
  margin-top: 10px;
}
#ydnav li {
  background: #fef9ec;
  padding: 0 10px;
}
#ydnav li p {
  border-bottom: 1px solid #d7d4cc;
  padding: 10px;
  margin: 0px;
}
#ydnav li a {
  color: #000000;
  font-size: 14px;
}
#ydnav li ul {
  margin: 0;
}
#ydnav li ul li {
  border-bottom: 1px dashed #7e7e7e;
  padding: 9px 20px;
}
#ydnav li ul li a {
  font-size: 12px;
  color: #666666;
}

@media screen and (max-width: 1200px) {
  footer {
    background-color: #8c1515;
    color: #fff;
    padding: 20px 0px 20px 0px;
  }
  footer .row {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .row .qr {
    justify-content: center;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
  footer .contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer .row .qr::after,
  footer .contact::after {
    display: none;
  }
  footer .row .qr span {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-left: 0px;
  }
  footer .row .qr .mr10 {
    margin-top: 10px;
    margin-left: 10px;
  }
  footer .row .links {
    padding-left: 0;
  }
  footer .row .icon {
    width: 260px;
    height: 90px;
    object-fit: contain;
    background: none;
  }
  .friend-links {
    width: 80%;
  }
}