/* 滑动 */
.marquee {
  line-height: 1;
  height: 193px;
  width: 90px;
  margin-top: 300px;
}

/* 虚线 */
.xuxian {
  width: 864px;
  height: 4px;
  background: rgba(247, 247, 247, 1);
  margin-top: 36px;
  margin-bottom: 32px;
}

.marquee_div {
  line-height: 1;
  width: 110px;
  cursor: pointer;
  font-size: 18px;
  font-family: FZLTHK;
  font-weight: normal;
  padding: 30px 0;
  border-bottom: 1px solid #E7E7E7;
}

.marquee_contain {
  display: flex;
  height: 100%;
  width: 864px;
}

/* 相似轮播 */
/* .swiper {
  width: 683px;
  background: rgba(247, 247, 247, 1);
  padding: 29px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.kuai_div {
  width: 134px;
  height: 178px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-left: 13px;
  margin-top: 25px;
}
.swiper img {
  width: 65px;
  height: 64px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  margin-top: 20px;
}
.swiper .chakan {
  width: 57px;
  height: 24px;
  border: 1px solid rgba(25, 128, 222, 1);
  border-radius: 5px;
  font-size: 14px;
  font-family: FZLTHK;
  line-height: 24px;
  font-weight: normal;
  color: rgba(25, 128, 222, 1);
  display: inline-block;
  margin-top: 7px;
}
.kuai_div_title {
  width: 85px;
  height: 34px;
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  text-align: center;
  margin: 10px auto;
}
.swiper hr {
  width: 113px;
  background: rgba(235, 235, 235, 1);
  margin-top: 11px;
  margin: 0 auto;
}
.jiantou_fenye {
  position: absolute;
  display: flex;
  bottom: -1em;
  left: 30%;
}
.jiantou_fenye .you {
  display: flex;
  justify-content: center;
}
.jiantou_fenye img {
  width: 34px;
  height: 34px;
  margin-top: 48px;
}
.jiantou_fenye img:last-child {
  margin-left: 108px;
}
*/
/* 矩阵 */
.zhengwu_list {
  width: 100%;
}

.juzhen {
  width: 85%;
}

.juzhen .web_botton_div {
  width: 134px;
  height: 178px;
  text-align: center;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.juzhen .web_botton_div a{
  line-height: 1;
}

.juzhen .web_botton_div img {
  width: 54px;
  height: 53px;
  margin-top: 16px;
}

.juzhen .web_botton_div .guanzhu {
  width: 89px;
  height: 26px;
  border-radius: 1px;
}

.swiper_fa {
  width: 96%;
  border: 0px solid red;
  position: relative;
  margin-left: 54px;
}

.swiper_fa .swiper-container-zhengwu .swiper-slide {
  margin-right: 25px;
}

.swiper_fa .swiper-button-next {
  right: 187px;
  outline: none;
  background-image: url(../images/icon_youjiantou.png);
  /* background-image: url("data:image/svg+xml;
  charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") */
}

.swiper_fa .swiper-button-prev {
  outline: none;
  left: 128px;
  background-image: url(../images/icon_zuojiantou.png);
  /* background-image: url("data:image/svg+xml;
  charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") */
}

.swiper-container-zhengwu {
  width: 92%;
  overflow: hidden;
  background-color: #F7F7F7;
  padding: 15px;
}

.swiper_fa .web_botton_div2 {
  font-size: 15px;
}

.swiper_fa .swiper-button-next,
.swiper_fa .swiper-button-prev {
  position: absolute;
  top: 105%;
  bottom: 100px !important;
  width: 38px;
  height: 34px;
  background-size: 85%;
}


.web_div {
  margin: 10px auto 0 auto;
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
  width: 120px;
}

.web_div2 {
  background-color: #CF2F2E;
  width: 90px;
  height: 26px;
  border-radius: 7px;
  margin: 15px auto;
  color: white;
  line-height: 26px;
  text-align: center;
}

.swiper_fa hr {
  width: 80%;
  margin-top: 15px;
  background: rgba(235, 235, 235, 1);
  color: #EBEBEB;
  background-color: #EBEBEB;
  opacity: 0.2;
}

.swiper_fa .chakan {
  border: 1px solid rgba(25, 128, 222, 1);
  border-radius: 5px;
  width: 57px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(25, 128, 222, 1);
  line-height: 24px;
  margin: 13px auto;
}

/**搜索框*/
.search1 {
  width: 108px;
  height: 26px;
  border-radius: 13px;
  margin-right: 140px;
  position: relative;
  margin-bottom: 20px;
}

.download {
  margin-top: 25px;
  margin-right: 50px;
}

.search_input1 {
  width: 188px;
  height: 26px;
  border-radius: 5px;
  outline: none;
  text-indent: 10px;
  color: black;
  border: 1px solid #E7E7E7;
}

.search_icon1 {
  width: 13px;
  height: 15px;
  background-image: url("../images/icon1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: -75px;
  top: 28%;
  position: absolute;
}

.search1 .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #228CEE transparent transparent transparent;
}

.search1 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.search1 .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #228CEE;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}