body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
td,
th,
caption {
  font-size: 14px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.16rem;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
  object-fit: contain;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}

strong{
    font-size: inherit;
    font-family: inherit;
}

html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.innerBanner .pic {
  width: 100%;
}
.innerBanner .pic img {
  width: 100%;
  height: auto;
}
.crumbs ul {
  display: flex;
  width: max-content;
  overflow: auto;
}
.crumbs ul li:not(:last-child) {
  margin-right: 0.25rem;
}
.crumbs ul li a {
  display: flex;
  padding: 0.23rem 0.35rem;
  padding: .15rem .3rem;
  background: #eeeeee;
  border-radius: 0.35rem 0.35rem 0.35rem 0.35rem;
  transition: all 0.5s;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  font-size: .16rem;
  color: #260000;
  line-height: 0.25rem;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.crumbs ul li a:hover {
  color: #fff;
  background-color: #d51622;
}
.crumbs ul .active a {
  color: #fff;
  background-color: #d51622;
}
.innerPageWrap {
  padding-bottom: 1.05rem;
  width: 16.2rem;
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 0.6rem;
}
.sorter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sorter .sorter_main {
  margin-right: 12px;
}
.sorter .sorter_main ul {
  display: flex;
  align-items: center;
}
.sorter .sorter_main ul li:not(:last-child) {
  margin-right: 12px;
}
.sorter .sorter_main ul li:last-child a:hover,
.sorter .sorter_main ul li:first-child a:hover {
  background-color: #F4F4F5;
  color: #C0C4CC;
  border-color: #F4F4F5;
}
.sorter .sorter_main ul li a {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  justify-content: center;
  transition: all 0.5s;
  font-size: .14rem;
}
.sorter .sorter_main ul li a:hover {
  color: #fff;
  background-color: #474B52;
  border-color: #474B52;
}
.sorter .sorter_main ul .active a {
  color: #fff;
  background-color: #474B52;
  border-color: #474B52;
}
.sorter .goto {
  display: flex;
  align-items: center;
}
.sorter .goto span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #8A8A8A;
  line-height: 0.25rem;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.sorter .goto span:not(:last-child) {
  margin-right: 14px;
}
.sorter .goto input {
  width: 63px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  margin-right: 12px;
}
.about_structure {
  padding-top: 0.8rem;
}
.about_structure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
.innerBanner .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 4rem;
}
.innerBanner .pic {
  width: 100%;
  margin-top: .9rem;
}
.innerPageWrap{
  padding: .3rem;
}
.crumbs ul li a{
  font-size: 0.24rem;
}
.crumbs ul{
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.crumbs ul li{
  float: left;
  margin-bottom: .3rem;
}
.crumbs ul li:not(:last-child){
  margin-right: 1%;
}
.crumbs ul li:nth-child(4n){
  margin-right: 0 !important;
}
.sorter{
  margin-top: .5rem;
  display: block;
  overflow: hidden;
}
.sorter .sorter_main ul li:not(:last-child){
  margin-right: 0;
}
.sorter .sorter_main ul li a{
  font-size: 0.24rem;
}
.sorter .goto span{
  font-size: 0.24rem;
}
.sorter .goto{
  margin-top: .2rem;
}


}