/*初始化类*/
@charset "UTF-8";

html {
  font-size: 100px;
}

html,
body {
  /* -webkit-touch-callout: none; */
  /* -webkit-text-size-adjust: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* -webkit-user-select: none; */
  background: #fff;
  font-family: pingfang SC, helvetica neue, arial, hiragino sans gb,
    microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", sans-serif !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-user-select: none; */
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font-size: 0.15rem;
  line-height: 1.05;
}

ul,
li {
  list-style: none;
}

a {
  color: #0062cc;
  text-decoration: none;
  background-color: transparent;
  display: block;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
  /* vertical-align: middle; */
}

/*自动隐藏文字*/
.ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ellipsis-6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/*font-size*/
.fnt_12 {
  font-size: 0.12rem;
}

.fnt_26 {
  font-size: 0.26rem;
}

.fnt_30 {
  font-size: 0.3rem;
}

/*图片经过*/
.tran_scale {
  overflow: hidden;
  display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.6s linear;
  transition: opacity 0.4s ease-in, transform 0.6s linear;
}

.tran_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

body {
  overflow-x: hidden;
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flexa {
  display: flex;
  align-items: center;
}

.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.betweenstart {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* banner */
.banner {
  width: 100%;
  height: 6rem;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 屑导航 */

.xdh {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xdh-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.xdhl-k {
  height: 100%;
  position: relative;
  margin-right: 0.8rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.8rem;
}
/* .xdhl-k::after {
  content: "";
  position: absolute;
  width: 0.64rem;
  height: 0.03rem;
  background-color: rgba(92, 193, 235, 1);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
} */
.xdh-bg{
  border-bottom: 0.01rem solid rgba(230, 230, 230, 1);
}
.xdh-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.xdh-right img {
  margin-right: 0.1rem;
  width: 0.16rem;
  object-fit: cover;
}
.xdh-right a {
  font-size: 0.14rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 0.1rem;
}
.xdh-left .active {
  color: #5cc1eb;
  font-weight: bold;
}
.xdh-left .active::after {
  content: "";
  position: absolute;
  width: 0.64rem;
  height: 0.03rem;
  background-color: rgba(92, 193, 235, 1);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* 标题 */
.a_text {
  font-size: 0.4rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.a_solid {
  margin-top: 0.32rem;
  width: 1.06rem;
  height: 0.05rem;
  background: #4c2eeb;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}

.aw_text {
  text-align: center;
  font-size: 0.4rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.aw_solid {
  margin: 0 auto;
  margin-top: 0.28rem;
  width: 0.72rem;
  height: 0.03rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

/* 顶部图片 */
.common-banner {
  width: 100%;
  height: 3.6rem;
  position: relative;
}
.common-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cb-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cbt-p {
  font-size: 0.64rem;
  font-family: SegoeUI-Bold-, SegoeUI-Bold;
  font-weight: normal;
  color: #ffffff;
}
.cbt-solid {
  margin: 0 auto;
  margin-top: 0.35rem;
  width: 1.5rem;
  height: 0.04rem;
  background: #ffffff;
}
/* 查看更多 */
.solukr-more {
  margin-top: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.61rem;
  height: 0.51rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #5cc1eb;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #5cc1eb;
  line-height: 0.51rem;
}

.solukr-more img {
  margin-left: 0.1rem;
  width: 0.24rem;
  height: 0.14rem;
}

/* 分页 */
.p_index,
.p_end {
  width: 0.4rem;
  height: 0.32rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #eeeeee;
  cursor: pointer;
  font-size: 0.14rem;
  font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
  font-weight: normal;
  color: #7a7a7a;
  line-height: 0.32rem;
  text-align: center;
}
.p_index {
  margin-right: 0.1rem;
}
.p_end {
}
.pagelr {
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  width: 0.69rem;
  height: 0.32rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #eeeeee;
  font-size: 0.14rem;
  font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
  font-weight: normal;
  color: #7a7a7a;
  line-height: 0.32rem;
  text-align: center;
  margin-right: 0.1rem;
  cursor: pointer;
}

.pagelr:last-child {
  margin-right: 0;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.61rem;
  margin-bottom: 0.6rem;
}

.p2 {
  display: flex;
  align-items: center;
}

.p-1 {
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  margin-right: 0.09rem;
  text-align: center;
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.32rem;
  color: #7a7a7a;
  border: 0.01rem solid #eeeeee;
}

.p-1:hover {
  cursor: pointer;
  background: #5cc1eb;
  color: #fff;
}

.page-active {
  background: #5cc1eb;
  color: #fff;
}

.disabled {
  cursor: not-allowed;
}

.p-w {
  margin-left: 0.2rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7d7d7d;
}

.p-w1 {
  margin-left: 0.08rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7d7d7d;
}

select {
  cursor: pointer;
  width: 0.6rem;
  height: 0.32rem;
  color: #666666;
  margin-left: 0.08rem;
  border: 0.01rem solid #dedede;
}

.p-b {
  width: 0.72rem;
  height: 0.32rem;
  background: #0745b1;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.32rem;

  cursor: pointer;
  text-align: center;
  margin-left: 0.2rem;
}
