.main_pages {
  overflow: hidden;
  padding: 48px 0;
  background: #f6f6f6;
  padding-left: 16.6666%;
}

.main_pages p {
  font-size: 20px;
  color: #000;
  padding: 13px 0;
}

.main_pages p:first-child a {
  color: #999999;
}

.main_pages p a {
  color: #000;
}

.huojiang_list {
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.huojiang_list>ul {
  overflow: hidden;
  box-sizing: border-box;
  -moz-column-count: 4;
  padding-top: 30px;
  width: 100%;
  -webkit-column-count: 4;
  column-count: 4;
}

.huojiang_list>ul>li {
  width: 270px;
  background: #fff;
  margin-bottom: 20px;
  break-inside: avoid;
}

.huojiang_list>ul>li:nth-child(4n) {
  margin-right: 0;
}

.huojiang_list>ul>li:hover .pic_box .pic {
  transform: scale(1.1);
}

.huojiang_list>ul>li .pic_box {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.huojiang_list>ul>li .pic_box .pic {
  display: block;
  max-width: 100%;
  width: 60%;
  transition: all .4s;
}

.huojiang_list>ul>li .pic_box .tip {
  position: absolute;
  left: 20px;
  top: 20px;
}

.huojiang_list>ul>li .info {
  overflow: hidden;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #E5EBEB;
}

.huojiang_list>ul>li .info p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  line-height: 35px;
  margin-bottom: 10px;
}

.huojiang_list>ul>li .info span {
  display: block;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #999;
  line-height: 25px;
}

.headernav ul li::after {
  content: '';
  width: 2px;
  height: 24px;
  background: #545454;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -12px;
}

.headernav ul li:last-child::after {
  display: none;
}

.main_news_box {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/newsbg_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.main_news {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto;
  padding-right: 150px;
  box-sizing: border-box;
  padding-bottom: 118px;
}

.main_news .right {
  overflow: hidden;
  position: fixed;
  right: 17%;
  top: 25%;
  z-index: 999;
  width: 150px;
}

.main_news .right .mores {
  cursor: pointer;
  overflow: hidden;
  margin-top: 20px;
}

.main_news .right .mores img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.main_news .right .mores p {
  text-align: center;
  font-size: 29px;
  color: #707070;
}

.main_news .right ul {
  overflow: hidden;
}

.main_news .right ul li {
  overflow: hidden;
  cursor: pointer;
  margin-top: 30px;
}

.main_news .right ul li.on div {
  background-image: url(../images/dots_03.png);
}

.main_news .right ul li.on p {
  color: #333;
  font-weight: bold;
}

.main_news .right ul li div {
  width: 20px;
  height: 20px;
  background-image: url(../images/dots_10.png);
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.main_news .right ul li p {
  text-align: center;
  font-size: 29px;
  color: #707070;
}

.main_news .left {
  overflow: hidden;
  width: 100%;
}

.main_news .left li {
  overflow: hidden;
  margin-top: 60px;
}

.main_news .left li a {
  display: block;
  overflow: hidden;
}

.main_news .left li a .news_title {
  overflow: hidden;
  padding: 0 0 18px 0;
  box-sizing: border-box;
  border-bottom: 4px solid #6a6a6a;
}

.main_news .left li a .news_title p {
  font-weight: bold;
  font-size: 28px;
  color: #302623;
  line-height: 48px;
  margin-bottom: 6px;
}

.main_news .left li a .news_title span {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #6a6a6a;
}

.main_news .left li a .info {
  overflow: hidden;
  padding: 34px 0;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  justify-content: space-between;
}

.main_news .left li a .info img {
  width: 286px;
}

.main_news .left li a .info .grow {
  overflow: hidden;
  width: 818px;
  color: #333;
}

.main_news .left li a .info .grow p {
  font-size: 24px;
  color: #6a6a6a;
  line-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.main_news .left li a .info .grow .link {
  overflow: hidden;
  width: 174px;
  height: 52px;
  background: #00afe4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 28px;
  color: #fff;
}

.paginations {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 99999;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}

.addresss {
  overflow: hidden;
  width: 334px;
}

.addresss .addre {
  overflow: hidden;
  margin-bottom: 25px;
}

.addresss .addre p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}

.addresss .addre span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.addresss .addre em {
  display: block;
  font-size: 20px;
  color: #fff;
}

.addresss .gms {
  display: flex;
  align-items: center;
}

.addresss .gms p {
  font-size: 16px;
  color: #fff;
  width: 130px;
}

.addresss .gms div {
  width: 25px;
  height: 25px;
  position: relative;
}

.addresss .gms div:hover .code {
  display: block;
}

.addresss .gms div .wx {
  width: 100%;
}

.addresss .gms div .code {
  width: 85px;
  max-width: 85px;
  position: absolute;
  left: 50%;
  margin-left: -42.5px;
  top: -95px;
  display: none;
}

.home_fade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
}

.home_fade .box {
  width: 1200px;
  /* width: 1530px; */
  border-radius: 20px;
  background: rgba(76, 91, 96, 0.8);
  padding: 20px 73px;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  bottom: 10px;
  overflow-y: scroll;
}

.home_fade .box .close {
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 9999;
}

.home_fade .box .infos {
  overflow: hidden;
  width: 260px;
  height: 260px;
  background: #e3e6e4;
  position: absolute;
  right: 82px;
  top: 22px;
  z-index: 9999;
  border-radius: 15px;
}

.home_fade .box .infos .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-bottom: 10px;
}

.home_fade .box .infos .pic img {
  max-width: 100%;
  width: 70%;
  display: block;
}

.home_fade .box .infos p {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.home_fade .box .infos span {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.home_fade .box ul {
  overflow: hidden;
}

.home_fade .box ul li {
  overflow: hidden;
  width: 220px;
  height: 220px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 43px;
  margin-top: 40px;
}

.home_fade .box ul li:nth-child(3) {
  margin-right: 150px
}

;
.home_fade .box ul li:hover::after {
  bottom: 0;
}

.home_fade .box ul li:hover span {
  bottom: 30px;
}

.home_fade .box ul li::after {
  content: '';
  width: 100%;
  height: 120px;
  background: linear-gradient(#fff, #b6bcbe);
  position: absolute;
  left: 0;
  bottom: -120px;
  transition: all ease-in .1s;
}

.home_fade .box ul li:hover .pic img {
  transform: scale(1.1);
}

.home_fade .box ul li .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  margin-bottom: 10px;
}

.home_fade .box ul li .pic img {
  max-width: 100%;
  width: 70%;
  transition: all .4s;
  display: block;
}

.home_fade .box ul li p {
  font-size: 16px;
  padding: 0 10px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  z-index: 9;
  position: relative;
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home_fade .box ul li span {
  position: relative;
  z-index: 9;
  font-size: 14px;
  text-align: center;
  color: #36b8e0;
  display: block;
  /* position: absolute; */
  /* bottom: 10px; */
  /* left: 0; */
  /* right: 0; */
  transition: all ease-in .1s;
}

.video_content {
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}

.video_content img {
  width: 100%;
  display: block;
}

.video_content video {
  width: 100%;
  outline: none;
  height: 100%;
}

.headernav ul li>a::before {
  background: #00afe4;
  height: 4px;
}

.headerseach {
  width: 270px;
  height: 46px;
  background: #fff;
  border: 1px solid rgb(216, 214, 214);
  padding: 0;
  position: relative;
}

.headerseach button {
  right: 0;
  top: 0;
  height: 100%;
}

.headerlist {
  z-index: 99999;
}

.headercon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.headerseach input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}

.newright .titles {
  font-size: 30px;
  margin-bottom: 44px;
}

.newright .titles a {
  color: #05b1e5;
}

.newright ul li a:hover {
  color: #05b1e5;
}

.add_banner {
  width: 100%;
  height: 600px;
}

.add_banner .swiper-container {
  width: 100%;
  height: 100%;
}

.add_banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-image: url(../images/home_pic_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.add_search {
  overflow: hidden;
  width: 100%;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1919;
}

.add_search input[type='text'] {
  width: 553px;
  height: 54px;
  background: #313032;
  font-size: 21px;
  color: #808080;
  padding-left: 22px;
  outline: none;
  border: 1px solid #929292;
  box-sizing: border-box;
  margin-right: 16px;
}

.add_search input[type='text']::placeholder {
  color: #808080;
}

.add_search input[type='submit'] {
  width: 188px;
  height: 54px;
  background: #00afe4;
  transition: all .2s;
  font-size: 21px;
  color: #fff;
  border: none;
  outline: none;
}

.add_search input[type='submit']:hover {
  opacity: 0.9;
}

.qd_1530 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.conterlist .qd_1530 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.conterlistcon ul li {
  background-image: url(../images/homeicons_05.jpg);
  background-size: 100% 100%;
  width: 28.43137254901961%;
  margin-right: 7%;
}

.conterlistext h5 {
  text-align: center;
}

.conterlistext p {
  font-size: 15px;
  color: #888888;
  text-align: center;
}

.home_videos {
  position: relative;
  /* width: 100%;  */
  /* margin: 0 50px; */
}

.home_videos video {
  width: 100%;
  display: block;
  object-fit: fill;
}

.product_title {
  overflow: hidden;
  width: 100%;
  height: 208px;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  background: #fff;
  padding-top: 60px;
}

.product_title p {
  /* font-size: 52px; */
  font-size: 30px;
  color: #878787;
  font-weight: 100;
  text-align: center;
  position: relative;
}

.product_title p::after {
  content: '';
  width: 88px;
  height: 4px;
  background: #00afe4;
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: -30px;
}

.home_hangye {
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 45px;
  background-image: url(../images/homeicons_09.jpg);
  margin-top: 55px;
}

.home_hangye h2 {
  /* font-size: 52px; */
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  position: relative;
}

.home_hangye h2::after {
  content: '';
  width: 88px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: -30px;
}

.home_hangye ul {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 110px;
}

.home_hangye ul li {
  overflow: hidden;
  margin: 0 53px;
}

.home_hangye ul li:hover div {
  background-image: url(../images/homebg_06.png);
}

.home_hangye ul li div {
  width: 160px;
  height: 139px;
  margin: 0 auto;
  background-image: url(../images/homebg_03.png);
  margin-bottom: 45px;
  display: flex;
  background-size: 100% 100%;
  align-items: center;
  justify-content: center;
}

.home_hangye ul li div img {
  opacity: .7;
  width: 100%;
  height: 100%;
}

/* .home_hangye ul li:nth-of-type(5) div img{
          width: 70px;
          height: 70px;
        } */

.home_hangye ul li p {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.fadein {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

.fadein .box {
  width: 900px;
  height: 780px;
  background-image: url(../images/videobg_03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 245px;
  position: relative;
}

.fadein .box .close {
  width: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.fadein .box .child {
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px;
  height: 518px;
}

.fadein .box .label {
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.fadein .box .label .item {
  position: relative;
  /* overflow: hidden; */
  width: 48%;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 8px;
}

.fadein .box .label .item video {
  width: 100%;
}

.fadein .box .label .item .video-title {
  position: absolute;
  top: -22px;
  left: 8px;
  right: 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  z-index: 99;
}

.fadein .box .label .grow {
  overflow: hidden;
  width: 48%;
}

.fadein .box .label .grow p {
  font-size: 26px;
  color: #fff;
  line-height: 42px;
  margin-bottom: 15px;
}

.fadein .box .label .grow span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.new .qd_1530 {
  background-image: url(../images/homebbg_03.png);
  width: 1530px;
  height: 420px;
  background-size: 100% 100%;
  margin: 0 auto;
}

.new .qd_1530 .newleft {
  width: 667px;
}

@media (max-width: 1800px) {
  .main_news .right {
    right: 12%;
  }
}

@media (max-width: 1600px) {
  .main_news .right {
    right: 10%;
  }
  .home_hangye ul li {
    margin: 0 40px;
  }
  .conterlistimg img {
    max-width: 90%;
  }
  .qd_1530 {
    width: 1400px !important;
  }
  .main_news {
    padding-left: 6%;
  }
  .main_news .left {
    width: 82%;
  }
  .main_news .right {
    width: 10%;
  }
  .main_news .left li a .info .grow {
    width: calc(100% - 320px);
  }
}

@media (max-width: 1400px) {
  .new .qd_1530 .newleft {
    width: 500px;
  }
  .new .qd_1530 {
    height: 326px;
  }
  .newright {
    width: 500px;
    padding-top: 30px;
  }
  .qd_1530 {
    width: 1200px !important;
  }
  .header .qd_1280 {
    width: 1180px;
  }
  .headerseach {
    margin-left: 75px;
  }
  .headernav ul li {
    margin-right: 30px;
  }
  .main_news .left li a .info .grow p {
    font-size: 22px;
    line-height: 40px;
  }
  .main_news .left li a .news_title p {
    font-size: 28px;
  }
  .main_news .left li a .news_title span {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .main_news .right {
    right: 10%;
  }
  .footerup ul li {
    width: 120px;
  }
  .huojiang_list>ul>li {
    width: 96%;
  }
  .huojiang_list>ul>li:nth-child(4n) {
    margin-right: 2%;
  }
  .huojiang_list>ul>li:nth-child(3n) {
    margin-right: 0;
  }
  .home_hangye ul li {
    margin: 0 20px;
  }
  .qd_1530 {
    width: 1100px !important;
  }
  .header .qd_1280 {
    width: 1100px;
  }
  .headerseach {
    margin-left: 35px;
  }
  .headernav ul li {
    margin-right: 16px;
  }
  .headernav ul li>a {
    font-size: 16px;
  }
  .huojiang_list {
    padding: 0 4%;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .home_fade .box ul li .pic img{
    width: unset;
    height: 60px;
  }

  .footerup ul li {
    width: 120px;
  }
  .huojiang_list>ul>li:nth-child(3n) {
    margin-right: 2%;
  }
  .qd_1530 {
    width: 100% !important;
  }
  .huojiang_list>ul {
    column-count: 2;
  }
  .huojiang_list>ul>li .pic_box .tip {
    width: .5rem;
    left: .2rem;
    top: .2rem;
  }
  .huojiang_list>ul>li .info {
    padding: .3rem;
  }
  .huojiang_list>ul>li .info p {
    font-size: .3rem;
    word-break: break-all;
    line-height: .5rem;
  }
  .huojiang_list>ul>li .info span {
    font-size: .26rem;
    line-height: .45rem;
  }
  .huojiang_list>ul>li:nth-child(4n) {
    margin-right: 2%;
  }
  .huojiang_list>ul>li:nth-child(2n) {
    margin-right: 0;
  }
  .huojiang_list {
    padding: 0 .3rem;
  }
  .main_news {
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    padding-top: 2.6rem;
  }
  .main_news .right {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main_news .left {
    width: 100%;
    padding: 0 .3rem;
  }
  .main_news .left li {
    margin-top: .5rem;
  }
  .main_news .left li a .news_title p {
    font-size: .33rem;
    line-height: .55rem;
  }
  .main_news .left li a .news_title span {
    font-size: .26rem;
  }
  .main_news .left li a .news_title {
    padding: .2rem 0;
    border-bottom: 1px solid #6A6A6A;
  }
  .main_news .left li a .info {
    display: block;
    padding: .3rem 0;
  }
  .main_news .left li a .info img {
    display: block;
    width: 100%;
    margin-bottom: .3rem;
  }
  .main_news .left li a .info .grow {
    width: 100%;
  }
  .main_news .left li a .info .grow p {
    font-size: .28rem;
    line-height: .5rem;
  }
  .main_news .left li a .info .grow .link {
    width: 100%;
    margin-top: .3rem;
    height: .8rem;
    font-size: .3rem;
  }
  .main_pages {
    width: 100%;
    padding: .5rem 0;
    box-sizing: border-box;
    padding-left: 10%;
  }
  .main_news .left {
    box-sizing: border-box;
  }
  .main_pages p {
    padding: .1rem 0;
    font-size: .23rem;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main_news .right ul li {
    width: 20%;
    float: left;
    margin-top: .3rem;
  }
  .main_news .right ul li div {
    width: .2rem;
    height: .2rem;
    margin: .3rem auto;
  }
  .main_news .right ul li p {
    font-size: .3rem;
  }
  .main_news .right .mores {
    width: 100%;
    margin-top: .5rem;
  }
  .main_news .right .mores img {
    width: .2rem;
    margin-bottom: .2rem;
  }
  .main_news .right .mores p {
    font-size: .28rem;
  }
  .add_banner {
    height: 5rem;
  }
  .add_search {
    height: 1.5rem;
  }
  .add_search input[type='text'] {
    width: 5rem;
    padding-left: .2rem;
    height: .8rem;
    font-size: .28rem;
  }
  .add_search input[type='submit'] {
    width: 3rem;
    height: .8rem;
    font-size: .28rem;
  }
  .product_title {
    height: 2rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product_title p::after {
    width: 1rem;
    height: 2px;
    bottom: -.2rem;
    margin-left: -.5rem;
  }
  .product_title p {
    font-size: .4rem;
  }
  .conterlistcon ul li {
    width: 48%;
    margin-right: 4%;
  }
  .conterlistcon {
    padding: 0 .3rem;
    box-sizing: border-box;
  }
  .home_hangye {
    margin-top: 0;
    height: 11rem;
  }
  .home_hangye h2 {
    font-size: .4rem;
  }
  .home_hangye h2::after {
    width: 1rem;
    height: 2px;
    bottom: -.2rem;
    margin-left: -.5rem;
  }
  .home_hangye ul {
    margin-top: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .home_hangye ul li {
    width: 50%;
    float: left;
    margin: 0;
    margin-top: .5rem;
  }
  .home_hangye ul li div {
    width: 2rem;
    height: 1.8rem;
    margin-bottom: .3rem;
  }
  .home_hangye ul li div img {
    /* width: 60%;  */
  }
  .home_hangye ul li p {
    font-size: .33rem;
  }
  .new .newcons {
    background: none !important;
  }
  .new {
    width: 11rem;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    padding-bottom: .5rem;
  }
  .new .qd_1530 {
    background: #fff !important;
    height: auto;
  }
  .new .qd_1530 .newleft {
    width: 6.9rem;
    margin: 0 auto;
    float: none;
  }
  .newright {
    width: 100%;
    padding-top: 0;
  }
  .home_fade .box {
    width: 100%;
    height: 100%;
    padding: .3rem;
  }
  .home_fade .box .infos {
    width: 4rem;
    position: static;
    margin: 0 auto;
    height: auto;
    padding-bottom: .3rem;
    margin-bottom: .5rem;
  }
  .home_fade .box .infos .pic {
    height: 3rem;
  }
  .home_fade .box .infos p {
    font-size: .33rem;
  }
  .home_fade .box .infos span {
    font-size: .3rem;
  }
  .home_fade .box ul {
    display: flex;
    align-items: center;
    overflow: auto;
    height: 65%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home_fade .box ul li {
    width: 48%;
    height: auto;
    margin: 0;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
  }
  .home_fade .box ul li:nth-child(3) {
    margin-right: 0;
  }
  .home_fade .box ul li .pic {
    height: 3rem;
  }
  .home_fade .box ul li p {
    font-size: .3rem;
    margin-bottom: .2rem;
  }
  .home_fade .box ul li span {
    display: block;
    font-size: .3rem;
  }
  .home_fade .box .close {
    width: .55rem;
    right: .3rem;
    top: .3rem;
  }
  .fadein .box {
    width: 6.9rem;
    height: 10rem;
    padding-top: 4rem;
  }
  .fadein .box .child {
    height: 6rem;
    padding: 0 .3rem .3rem;
  }
  .fadein .box .label {
    align-items: flex-start;
  }
  .fadein .box .label .grow p {
    font-size: .35rem;
    line-height: .45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .1rem;
    overflow: hidden;
  }
  .fadein .box .label .grow span {
    font-size: .24rem;
    line-height: .45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .main_news {
    width: 100%;
  }
}

/*# sourceMappingURL=css.css.map */

.whether-show-content {
  display: none;
}

.rotate {
  transform: rotate(180deg);
}

.scrpage ul li span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 2px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  background: #fff;
}

.scrpage ul li.active span {
  border-color: #899295;
  background: #899295;
  color: #fff;
}

.fuwenben-wrap p img {
  display: block;
  margin: 0 auto;
}

.z-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.z_icon_check{
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}