* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Microsoft YaHei", 微软雅黑;
  font-size: 14px;
}

html,
body {
  overflow-x: hidden;
}
.clear {
  clear: both;
}
a {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul,
li,
p,
span,
img,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-weight: normal;
  word-break: break-all;
}

i,
em {
  font-style: normal;
  font-family: "Microsoft Yahei";
}

.fl {
  float: left;
}

.fr {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SimHei", 黑体;
  color: #444;
  letter-spacing: 1px;
}

h1{
  font-size: 18px;
}
h2 {
  font-size: 26px;
  line-height: 40px;
}
h3,h4,h5,h6 {
  font-size: 21px;
}

b ,strong{
  font-size: 16px;
  word-break: break-all;
  color: #444;
  line-height: 30px;
  font-weight: normal;
}
p,span{
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

  /* 副标题样式 */
  .Subtitles{
    color: #999;
    font-size: 13px;
    line-height: 24px;
    padding-top: 12px;
  }
  /* 上下模块之间的间距样式 */
  .blockspacing{
    padding: 70px 0;
  }

/*平板*/
@media screen and (max-width: 992px) {
  .container{
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  .blockspacing{
    padding: 56px 0;
  }
  h1{
    font-size: 16px;
  }
  h2 {
    font-size: 25px;
    line-height: 40px;
  }
  h3,h4,h5,h6 {
    font-size: 18px;
  }

  b ,strong{
    font-size:  19px;
    line-height: 32px;  
  }
  p,span{
    font-size: 17px;
    line-height: 28px;
  }
  .Subtitles{
    font-size: 15px;
    line-height: 20px;
    padding-top: 12px;
  }
}
/*手机字体大小*/
@media screen and (max-width: 768px) {
  .container{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .blockspacing{
    padding: 40px 0;
  }
  h1{
    font-size: 15px;
  }
  h2 {
    font-size: 23px;
    line-height: 30px;
  }
  h3,h4,h5,h6 {
    font-size: 17px;
  }

  b ,strong{
    font-size:  17px;
    line-height: 24px;  
  }
  p,span{
    font-size: 15px;
    line-height: 24px;
  }
  .Subtitles{
    font-size: 14px;
    line-height: 20px;
    padding-top: 12px;
  }
}


/* 父级模块颜色自定义颜色 */
.white{
  background-color: #fff !important;
  }
.dark{
  background-color:#f5f5f5 !important;
  }

/* 公共的面包屑导航样式 */
.Crumbs {
  padding: 10px 0;
}
.Crumbs a {
  color: #666;
}
.Crumbs p {
  float: left;
}
.Crumbs a:hover {
  color: darkblue;
  text-decoration: underline;
}
.Crumbs label {
  font-weight: bold;
}

/* 公共的上下篇样式 */
.paging {
  clear: both;
  width: 96%;
  margin: 0px auto;
  overflow: hidden;
  padding: 2% 0;
}

.paging ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paging ul li a {
  color: #666;
}

.paging ul li a:hover {
  color: #09f;
}

.prev1 {
  float: left;
  width: 50%;
  padding: 15px 0;
}

.next1 {
  float: right;
  width: 50%;
  padding: 15px 0;
}
/*内容限制*/
.limit_text1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.limit_text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.limit_text3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.limit_text4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.limit_text5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.limit_text6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.limit_text7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.limit_text8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
/* 头部的外边距 */
.navbar {
  margin-bottom: 0 !important;
}

/* banner公共的样式 */
.swiper-slide a img {
  width: 100%;
  height: 25vw;
}
.swiper-slide h2 {
  width: 100%;
  display: block;
  position: absolute;
  top: 70%;
  z-index: 9999;
  text-align: center;
}

.swiper-slide p {
  width: 100%;
  display: block;
  position: absolute;
  top: 80%;
  z-index: 9999;
  text-align: center;
}

.swiper-slide span {
  width: 100%;
  display: block;
  position: absolute;
  top: 90%;
  z-index: 9999;
  text-align: center;
}
.swiper-slide {
  height: 25vw !important;
}

/* 动画效果 */

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 900px) {
  .swiper-slide h2,
  .swiper-slide p,
  .swiper-slide span {
    display: none;
  }
}
