@charset "utf-8";

/* CSS Document */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
body,
span {
  padding: 0;
  margin: 0;
}

form,
fieldset,
input,
textarea {
  outline: none;
}

ul,
li {
  list-style: none;
}

img {
  border: 0 none;
}

a {
  text-decoration: none !important;
  color: #333;
  font-family: "微软雅黑";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

body {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

/****最小宽度****/
@media (max-width: 499px) {
  .col-xss-12 {
    width: 100%;
  }
}

@media (max-width: 449px) {
  .col-xss-6 {
    width: 50%;
  }
}

@media (max-width: 449px) {
  .col-xss-4 {
    width: 33.3333333%;
  }
}

/* @media(max-width:600px){
.col-xxs-12{width:100%;}
} */
/* 分页 */
.page-box {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
  font-size: 0px;
}

.page-box a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #555;
  background-color: #f5f5f5;
  /* border: 1px solid #c9c9c9; */
  font-size: 16px;
  margin: 0px 5px;
  border-radius: 0px;
}

.page-box a:hover {
  background: #004d9d;
  border-color: #004d9d;
  color: #fff;
}

.page-box a.page-on {
  background: #004d9d;
  border-color: #004d9d;
  color: #fff;
}

.pros-page {
  margin-top: 14px;
}

.pros-page a {
  background-color: #fff;
}
.news-page {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .page-box {
    margin-top: 50px;
    margin-bottom: 55px;
  }

  .page-box a {
    padding: 0 11px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }

  .pros-page {
    margin-top: 30px;
  }
}

@media (max-width: 449px) {
  .page-box {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .page-box a {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    margin: 0 3.5px;
  }

  .pros-page {
    margin-top: 30px;
  }
}

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html {
  -ms-touch-action: none;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  min-width: 320px;
}
.imgBg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imgBg img {
  display: none;
}
.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  align-items: center;
}
.fontHeight {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.fontHeight2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@-webkit-keyframes banScroll {
  0% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}
@keyframes banScroll {
  0% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}
.banScroll {
  -webkit-animation-name: banScroll;
  animation-name: banScroll;
}
