@charset "UTF-8";
/* CSS Document */
/*共公样式*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
  font-size: 14px;
}
img {
  vertical-align: bottom;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
  text-decoration: none;
  color: #333;
}
ul,
li {
  list-style: none;
  list-style-type: none;
}
a {
  outline: 0;
}
img {
  border: 0px;
}
p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.floatleft,
.floatli li {
  float: left;
}
.floatright {
  float: right;
}
.empty {
  margin: 0;
  padding: 0;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
button,
input {
  outline: none;
}

.por-container {
  max-width: 1600px;
  /* max-width: 85vw; */
  margin-left: auto;
  margin-right: auto;
}
.only-pc {
  display: block;
}
.only-ipad {
  display: none;
}
.only-iphone {
  display: none;
}
.row {
  margin: 0 !important;
}
.color-test {
  height: 100px;
  background: #000;
  font-size: clamp(12px, 2vw, 30px);
}
.more-buttom {
  cursor: pointer;
  width: 197px;
  height: 47px;
  border-radius: 24px;
  border: solid 1px #ed431a;
  color: #ed431a;
  text-align: center;
  line-height: 47px;
  margin: auto;
  font-size: 16px;
}
.more-buttom a {
  display: block;
  color: #ed431a;
}
.hidden-iphone {
  display: block;
}
.bread-box {
  font-size: 14px;
  color: #999999;
  padding-bottom: 5vw;
  padding-top: 2vw;
}
.bread-box span {
  color: #222222;
}
.table-condensed {
  font-size: 12px !important;
}

@media (max-width: 1775px) {
  .por-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .color-test {
    background: red;
  }
}

@media (max-width: 1024px) {
  .por-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .only-pc {
    display: none;
  }
  .only-ipad {
    display: block;
  }
  .color-test {
    background: yellow;
  }
}

@media (max-width: 768px) {
  .color-test {
    background: green;
  }
  .only-iphone {
    display: block;
  }
  .hidden-iphone {
    display: none;
  }

  .more-buttom {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .por-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .color-test {
    background: purple;
  }
}

/* title */
.main-title {
  color: #333333;
  margin-bottom: 3vw;
  text-align: center;
}
.main-title .name {
  font-size: 44px;
}
.main-title .en-name {
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-title .en-name span {
  width: 150px;
  height: 1px;
  background-color: #999999;
}
.main-title .en-name div.txt {
  margin: 0 10px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .main-title .name {
    font-size: 35px;
  }
  .main-title .en-name span {
    width: 80px;
  }
  .main-title .en-name div.txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main-title .name {
    font-size: 20px;
  }
  .main-title .en-name span {
    width: 30px;
  }
  .main-title .en-name div.txt {
    font-size: 10px;
  }
}
/* title-2 */
.main-title-2 {
  color: #333333;
}
.main-title-2 .name {
  font-size: 44px;
}
.main-title-2 .name span {
  color: #ed431a;
}
.main-title-2 .en-name {
  color: #999;
  display: flex;
  align-items: center;
}
.main-title-2 .en-name span {
  width: 150px;
  height: 1px;
  background-color: #999999;
}
.main-title-2 .en-name div.txt {
  margin: 0 10px 0 0;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .main-title-2 .name {
    font-size: 35px;
  }
  .main-title-2 .en-name span {
    width: 80px;
  }
  .main-title-2 .en-name div.txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main-title-2 .name {
    font-size: 20px;
  }
  .main-title-2 .en-name span {
    width: 30px;
  }
  .main-title-2 .en-name div.txt {
    font-size: 10px;
  }
}

.menu-min {
  font-size: 12px;
  color: #4d4d4d;
  width: 600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
}
.menu-min li {
  width: 16.66%;
  display: flex;
  justify-content: space-around;
}
.menu-min li a {
  color: #4d4d4d;
}
.menu-min li a:hover {
  color: #ed481f;
}

@media (max-width: 768px) {
  .menu-min {
    width: 300px;
  }
  .menu-min li {
    width: 33.33%;
  }
}
/* 标签样式 */

.tag-box {
  max-width: 1200px;
  color: #9b9b9b;
  font-size: clamp(12px, 1vw, 16px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 3vw;
  padding-left: 3vw;
}
.tag-box li {
  width: 10%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  cursor: pointer;
}
.tag-box li:nth-child(10n) span.dian {
  opacity: 0;
}
.tag-box .title {
  display: inline-block;
  width: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .tag-box li {
    width: 20%;
  }
  .tag-box li:nth-child(5n) span.dian {
    opacity: 0;
  }
}
.tag-box-2 {
  max-width: 1200px;
  color: #9b9b9b;
  font-size: clamp(12px, 1vw, 16px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 3vw;
  padding-left: 3vw;
}
.tag-box-2 li {
  width: 9.09%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  cursor: pointer;
}
.tag-box-2 li:nth-child(11n) span {
  opacity: 0;
}
@media (max-width: 768px) {
  .tag-box-2 li {
    width: 20%;
  }
  .tag-box-2 li:nth-child(5n) span {
    opacity: 0;
  }
  .tag-box-2 li:nth-child(11n) span {
    opacity: 1;
  }
}

.tag-box-3 {
  max-width: 1200px;
  color: #9b9b9b;
  font-size: clamp(12px, 1vw, 16px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 3vw;
}
.tag-box-3 li {
  width: 12.5%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  cursor: pointer;
}
.tag-box-3 li:nth-child(8n) span.dian {
  opacity: 0;
}
.tag-box-3 .title {
  display: inline-block;
  width: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .tag-box-3 li {
    width: 25%;
  }
  .tag-box-3 li:nth-child(4n) span.dian {
    opacity: 0;
  }
}
/* 滚动条样式 */
.slider-box {
  display: flex;
  align-items: flex-end;
}
.slider-box .line-box {
  width: 100%;
  margin-left: 30px;
}
.slider-box .line-box .page {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333333;
}
.slider-box .line {
  width: 100%;
  border-bottom: 1px solid #1a1a1a36;
}
.slider-box .line-active {
  width: 25%;
  height: 4px;
  background-color: #f7432a;
  border-radius: 1px;
  padding-bottom: 4px;
}
