/* 引入第三方字体
@font-face {
    font-family: Arial;
    src:url('**.otf'),
    url('**.ttf');
} */
* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yaHei", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal;
  white-space: normal;
}
body {
  font-family: "microsoft yaHei", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: black;
}
ul,
ol,
p {
  margin-bottom: 0px;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input[type="text"],
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
}
input,
button,
select,
textarea {
  outline: none;
}
label {
  margin: 0;
}
i {
  font-style: normal;
}

.clear::after {
  content: "";
  font-size: 0px;
  line-height: 0px;
  display: table;
  clear: both;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

img.responseImg,
.responseImg img {
  max-width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.responseCont img {
  max-width: 100% !important;
}
.textCenter {
  text-align: center;
}
.positAll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.positCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.positTBCenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.positRel {
  position: relative;
}
.positAbs {
  position: absolute;
  z-index: 100;
}
.positFix {
  position: fixed;
  z-index: 100;
}
a.ablock,
.ablock a,
.blocks {
  display: block;
}
li.inlineLi,
.inlineLi li,
.lineblock {
  display: inline-block;
  vertical-align: middle;
}

img.imgblock,
.imgblock img {
  display: block;
  object-fit: none;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
.list2 {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.list2 li {
  /* -webkit-flex-basis: 49%;
    flex-basis: 49%;
    -webkit-flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    flex-grow: 0; */
  -webkit-box-flex: 0 0 49%;
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
}
.list3 {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.list3::after {
  content: "";
  display: block;
  width: 32%;
}
.list3 li {
  /* -webkit-flex-basis: 32%;
    flex-basis: 32%;
    -webkit-flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    flex-grow: 0; */
  -webkit-box-flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
}

.pd14 {
  padding: 14px;
}
.pdlr16 {
  padding-left: 16px;
  padding-right: 16px;
}
.pt60 {
  padding-top: 60px;
}
.ptb60 {
  padding: 60px 0;
}
.ptb80 {
  padding: 80px 0;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.linebg10 {
  height: 10px;
  background-color: rgb(244, 244, 244);
}
.bgwhite {
  background-color: white;
}

.showToast {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 99999999;
  width: 200px;
  padding: 10px 16px;
  border-radius: 4px;
  text-align: center;
}

input.checkboxs {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(225, 225, 225);
  position: relative;
  margin: 0;
  border-radius: 3px;
}
input.checkboxs:focus {
  outline: none;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 图片效果 */
.overimg {
  overflow: hidden;
}
.overimg > img {
  transition: all 0.5s;
}
.curhover:hover > img,
.hoverimg:hover .overimg > img {
  transform: scale(1.2);
}
/* 图片效果 */

/* 跳转页导航 */
.navPage {
  text-align: center;
}
.navPage nav > div,
.navPage nav > ul {
  display: inline-block;
  vertical-align: middle;
}
.navPage li {
  display: inline-block;
}
.navPage li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgb(206, 206, 206);
  color: rgb(206, 206, 206);
  display: block;
  font-size: 16px;
  border-radius: 4px;
}
.navPage li.active a,
.navPage li a:hover {
  background-color: rgb(36, 43, 57);
  color: white;
  border-color: rgb(36, 43, 57);
}
.navPage nav > div,
.navPage li {
  margin: 0px 4px;
}
.navPage nav > div a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* vertical-align: middle; */
}
.navPage nav > div a img {
  width: 30px;
  vertical-align: middle;
}
/* 跳转页导航 */
/* 返回顶部 */
.gotop {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 999999;
  background-color: transparent;
  border: none;
}
.gotop img {
  width: 40px;
}
/* 返回顶部 */
/* 清除input file默认样式 */
input.upfiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: none;
  -webkit-appearance: none;
  opacity: 0;
}
input.upfiles::-webkit-file-upload-button {
  border: none;
  background-color: transparent;
  color: transparent;
  outline: none;
}
/* 清除input file默认样式 */

/* 文字两端对齐 */
/* 一 */
/* .text_qi{
    width: 100%;
    text-align: justify;
}
.text_qi::after{
    content:"";
    display: inline-block;
    width:100%;
    overflow:hidden;
    height:0;
} */
/* 二 */
.text_qi {
  text-align: justify;
  text-align-last: justify;
}
/* 文字两端对齐 */

.containers {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* 处理table边框 */
table,
table tr th,
table tr td {
  border: 1px solid #c8c8c8;
}
table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
/* 处理table边框 */
@media (max-width: 1500px) {
  .containers {
    max-width: 1200px;
  }
}
@media (max-width: 1300px) {
  .containers {
    max-width: 1000px;
  }
}

@media (max-width: 1000px) {
  .containers {
    max-width: 90%;
  }
  img.imgblock,
  .imgblock img {
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .gotop {
    right: 10px;
  }
}
