/*reset start*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}
html {
  color: #595855;
  background: #fff;
}
body {
  font-family: "微软雅黑", arial, sans-serif;
  font-size: 16px;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
img {
  display: block;
  width: 100%;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  color: #333;
}
a:hover {
  color: #e70012;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  color: #333;
  outline: 0;
}
body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
input,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
}
input {
  background: none;
  border: none;
  box-shadow: none;
  color: #333;
  width: 100%;
}
.left {
  float: left;
}
@media (max-width:768px) {
  .left {
    float: none;
  }
  }
.right {
  float: right;
}
@media (max-width:768px) {
  .right {
    float: none;
  }
  }
.clearOver {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} /*小标题*/
.s_title {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  color: #e70012;
  border-left: #e70012 solid 3px;
  padding-left: 6px;
  margin-bottom: 12px;
}
.s_title .more {
  background: url(../image/u52.png) no-repeat right center;
  background-size: 100%;
  width: 128px;
  height: 14px;
  float: right;
  margin-top: 8px;
}
.r_s_tit {
  color: #1e1e1e;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 13px;
} /*小标题下线*/
.bgline {
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  margin-bottom: 10px;
} /*每一部分距底部距离*/
.m30 {
  margin-bottom: 30px;
} /*头部样式 start*/
.mainbox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width:768px) {
  .mainbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  }
.top {
  background: url('//cdn.xuansiwei.com/liuma10585/1736903854158/12_r__1365-603_c__2782ca_.png?x-oss-process=style/png_small') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 210px;
  min-width: 1200px;
}
@media (max-width:768px) {
  .top {
    width: 100%;
    min-width:  100%;
  }
  }
.top .mainbox {
  position: relative;
  height: 210px;
}
.top .mainbox .title {
  font-weight: 600;
  font-style: normal;
  font-size: 58px;
  color: #fef602;
  position: absolute;
  right: 120px;
  top: 31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 483px;
}
@media (max-width:768px) {
  .top .mainbox .title {
    font-size: 40px;
    width:auto;
    text-align: center;

  }
  }
.top .mainbox .seachbox {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.top .mainbox .seachbox .logo {
  width: 389px;
  height: 80px;
  margin-left: 0px;
}

.top .mainbox .seachbox .logo a {
  display: inline-block;
  height: 65px;
}

.top .mainbox .seachbox .logo a img {
  height: 70px;
  object-fit: contain;
}

.top .mainbox .seachbox .rightinfo {
  display: flex;
}
@media (max-width:768px) {
  .top .mainbox .seachbox .rightinfo {
    display: block;
  }
  }
.top .mainbox .seachbox .rightinfo input {
  background: #fff;
  width: 280px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  /* margin-top: 50px; */
}
.top .mainbox .seachbox .rightinfo .btn {
  background: #e70012;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  /* margin-top: 50px; */
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-left: -5px;
  vertical-align: top;
}
.top .mainbox .seachbox .rightinfo .line1 {
  line-height: 30px;
  margin: 0 20px;
  color: #333;
  font-size: 14px;
} /*导航菜单*/
.menu {
  background: #ff0000;
  /* height: 90px; */
  width: 100%;
  min-width: 1200px;
}
@media (max-width:768px) {
  .menu {
    width: 100%;
    min-width: 100%;
  }
  }
.menu.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(231, 0, 18, 0.8);
}
@media (max-width:768px) {
  .menu.active {
    position: absolute;
  }
  }
.menu .mainbox {
  display: grid;
  padding: 10px 0;
  gap: 24px;
  grid-template-columns: repeat(13, minmax(0, 1fr));
}
@media (max-width:768px) {
  .menu .mainbox {
    display: grid;
    padding: 10px 0;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  }
.menu .mainbox .box {
  width: 300px;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
}
.menu .mainbox .box .line1 {
  text-align: center;
  display: flex;
  justify-content: space-around; /*padding: 0 20px;*/
  margin: 10px;
}
.menu .mainbox .box:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  right: 0;
}
.menu .mainbox .box:last-child:after {
  width: 0;
}
.menu .mainbox a {
  color: #fff; /*width: 120px;*/
  text-align: center;
} /*头部样式 end*/ /*底部样式 start*/
.bottom {
  background: #e70012;
  color: #fff;
  padding: 20px 0;
  font-size: 15px;
}
.bottom .mainbox .left {
  text-align: center;
  line-height: 35px;
  margin-left: 50px;
  width: auto;
}
.bottom .left .fp1 {
  font-size: 18px;
}
.bottom .mainbox .right {
  margin-right: 50px;
  /* margin-top: 20px; */
  width: auto;
}
.bottom .right .item {
  width: 86px;
  height: 86px;
  display: inline-block;
  margin: 20px;
  text-align: center;
}
.bottom a {
  color: #fff;
} /*底部样式 end*/ /*分页样式*/
.page {
  text-align: center;
 
}
.page a {
  display: inline-block;
  border: #e4e4e4 solid 1px;
  font-size: 13px;
  color: #ff0000;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 3px;
}
.page a.first {
  width: 50px;
  color: #797979;
}
.page a.next {
  width: 60px;
  color: #797979;
}
#pages {
  padding-top: 30px;
  text-align: center;
  font: 12px "微软雅黑";
}
#pages a {
  display: inline-block;
  padding: 0px 8px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
  margin: 0 1px;
}
#pages a.a1 {
  padding: 0px 12px;
  height: 22px;
  line-height: 22px;
  margin-top: 0px;
}
#pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
}
#pages span {
  display: inline-block;
  padding: 0px 8px;
  height: 22px;
  line-height: 22px;
  background: #da251c;
  border: 1px solid #da251c;
  color: #fff;
  text-align: center;
}
.pagee .noPage {
  display: inline-block;
  padding: 0px 12px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}
.bq {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  border-top: #e7e7e7 solid 1px;
}
.bq h3 {
  font-size: 16px;
  margin: 10px 0 20px;
  font-weight: 600;
}
.share {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.share .bdsharebuttonbox.bdshare-button-style0-32 {
  display: inline-block;
  vertical-align: middle;
}
.share .wx {
  background: url(../image/u2180.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.share .wx.active {
  background: url(../image/u2180_mouseOver.png) no-repeat center;
  background-size: cover;
}
.share .wx.active .img {
  display: block;
}
.share .wx .img {
  background: url(../image/u2187.png) no-repeat center;
  background-size: cover;
  width: 122px;
  height: 136px;
  position: absolute;
  top: 41px;
  left: -42px;
  display: none;
}
.share .wx .img img {
  width: 120px;
  margin: 3px auto;
  margin-top: 15px;
}
.share .wb {
  background: url(../image/u2182.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin-right: 10px;
}
.share .wb.active {
  background: url(../image/u2182_mouseOver.png) no-repeat center;
  background-size: cover;
}
.share .ls {
  background: url(../image/u2184.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin-right: 10px;
}
.share .ls.active {
  background: url(../image/u2184_mouseOver.png) no-repeat center;
  background-size: cover;
} /*手机端弹窗*/
.ws-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 9999;
}
.ws-popup {
  width: 80%;
  height: auto;
  border: 5px solid #b9b9b9;
  background: #fff;
  z-index: 10000;
  padding-bottom: 15px;
  position: absolute;
  animation: fadeInDown 0.8s 0s ease both;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.popup-top {
  width: 100%;
  height: 50px;
  font: 18px/50px "microsoft yahei";
  color: #4b4b4b;
  text-align: center;
  background: #f2f2f2;
  position: relative;
}
.popup-list {
  width: auto;
  height: 45px;
  margin: 20px 15px 0 15px;
  text-align: center;
}
.popup-list span {
  font: 14px/45px "microsoft yahei";
  color: #4b4b4b;
  padding: 0 10px;
}
.popup-list-inp {
  width: auto;
  height: 43px;
  border: 1px solid #ccc;
  padding: 0 5px;
}
.popup-list-btn {
  border-radius: 5px;
  padding: 0 45px;
  width: auto;
  height: 40px;
  border: 0;
  background: #218bd5;
  font: 14px/40px "microsoft yahei";
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.popup-list-btn:hover {
  background: #e4271b;
  transition-delay: 0.2s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.popup-close {
  width: 30px;
  height: 30px;
  font: 26px/30px "microsoft yahei";
  color: #4b4b4b;
  background: #f2f2f2;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup-close:hover {
  background: #00b19d;
  transition-delay: 0.2s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
