@charset "utf-8";

/* CSS Document */

body {
  font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  height: 100%;
/*  min-width: 1260px;*/
  background: #fff;
  max-width: 100%;
  overflow: auto;
  color: #666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

img {
  border: 0px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333;
  outline: none;
}

ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input {
  background: transparent;
  padding: 0px;
  font-size: 14px;
  color: #888;
  border: 0px;
  outline: none;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}
.swiper-button-next:focus {outline: none;}
.swiper-button-prev:focus {outline: none;}

/*清除浮动*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}


/************全局样式************/

.fl {
  float: left;
}

.fr {
  float: right;
}


/*t图片样式*/

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dot3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/**/


.wal {

  margin: 0px auto;
}

@media (max-width: 2560px) {
  .wal {
    max-width: 1420px;
  }

  #gcal_fr {

    height: 536px;
  }

  .gcal_tuji {
    height: 171px !important;

  }

  .gcal_tuji img {
    height: 171px !important;

  }

  #gcal_fl {

    height: 536px;
  }

  #gcal_fl img {
    height: 536px;
  }

  #ry {

    width: 1420px;

  }

  #ry .swiper-slide {
    width: 350px;

  }
 .zazhi_box .swiper-slide {
    width:720px;
  }

  .nav-menu a {

    margin: 0 28px;

  }
}

@media (max-width: 1920px) {
  .wal {
    max-width: 1420px;
  }

  #gcal_fr {

    height: 536px;
  }

  .gcal_tuji {
    height: 171px !important;

  }

  .gcal_tuji img {
    height: 171px !important;

  }

  #gcal_fl {

    height: 536px;
  }

  #gcal_fl img {
    height: 536px;
  }

  #ry {

    width: 1420px;

  }

  #ry .swiper-slide {
    width: 350px;
  }

  .zazhi_box .swiper-slide {
    width:720px;
  }

  .nav-menu a {

    margin: 0 22px;

  }
}

@media screen and (max-width:1440px) {
  .wal {
    max-width: 1200px;
  }

  #gcal_fr {

    height: 453px;
  }

  #gcal_fl {

    height: 453px;
  }

  #gcal_fl img {
    height: 453px;
  }

  .gcal_tuji {
    height: 144px !important;

  }

  .gcal_tuji img {
    height: 144px !important;

  }

  #ry {

    width: 1200px;

  }

  #ry .swiper-slide {
    width: 330px;
  }
 .zazhi_box .swiper-slide {
    width:720px;
  }
  .nav-menu a {

    margin: 0 18px;


  }
}


.main-tit {
  font-size: 24px;
  line-height: 48px;
  display: block;
  font-weight: bold;
  color: #1C8C60;
  margin-bottom: 15px;
  border-bottom: 1px solid #1C8C60;
}

.main-tit a {

  float: right;
  color: #666;
  font-weight: normal;
  font-size: 15px;
}

.main-tit a:hover {
  color: #1C8C60;
}

.dflex {
  display: flex;
}

.dflex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dflex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dflex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dflex_stretch {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.dflex_space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*顶部导航*/


.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 80px;

}

.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.header-transparent:hover {
  background: rgba(255, 255, 255, 0.5);
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;

}

#header.header-scrolled {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10%;
}

.pclogo {
  display: none !important;
}

.mlogo {
  display: none !important;
}

.pclogo2 {
  display: block !important;
}

/*导航菜单 */
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  height: 80px;
}


.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu ul li {
  text-align: center;
  position: relative;
}
.top-box .login{
  display: flex;
  flex-flow: row nowrap;
  font-weight: normal;
  font-size: 16px;
  line-height: 80px;
}
.nav-menu a {
  display: block;
  white-space: nowrap;
  color: #222;

  height: 80px;
  line-height: 80px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: bold;

}

.nav-menu a:hover {
  color: #1C8C60;
}

.nav-menu a:hover::after {
  content: '';
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #1C8C60;
  position: absolute;
  left: 20%;
  transition: 0.3s;
  right: 20%;
  bottom: 0;
}

.top-box .login a{
  font-weight: normal;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
}
.top-box .login a:hover {
  color:#1C8C60;
}
.top-box .login span{line-height: 80px;}
.top_tel {
  color: #222;

  background: url(../images/dianhua1.png) left no-repeat;
  padding-left: 40px;

}

.top_tel span {
  font-size: 20px;
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #000;
}

#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu li:hover>a {

  color: #1C8C60;


}

#header.header-scrolled .nav-menu a:hover::after {
  content: '';
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #1C8C60;
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 0;
}

#header.header-scrolled .pclogo {
  display: block !important;
}

#header.header-scrolled .pclogo2 {
  display: none !important;
}



/* 二级菜单 */
.ejxl {
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-top: 4px solid #1C8C60;
  position: absolute;
  top: 100%;
  left: -28%;
  width: 160% !important;
  flex-direction: column;
}

.nav-menu ul li .ejxl li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
}

.nav-menu ul li .ejxl li:after {
  content: "";
  position: relative;
}

.nav-menu ul li .ejxl li a {
  display: block;
  color: #666;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  margin: 0 5px;
}

.nav-menu ul li .ejxl a:hover {
  color: #1C8C60;
}

.nav-menu ul li:hover .ejxl {

  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#header.header-scrolled .nav-menu a:hover::after {
  content: '';
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: #1C8C60;
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 0;
}

/*顶部导航 end*/
.header {
  width: 100%;


}

.header_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 520px;
  background: url(../images/top-bg.jpg) no-repeat top;
  overflow: hidden;
  background-size: cover;
}

.header_center .wal {
  position: relative;
}

.bg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: url(../images/focusbg.png) no-repeat bottom;
  background-size: 100%;
  height: 255px;

}

.plus {
  position: absolute;
  top: -130px;
  right: 0;

}

.search_box {
  position: relative;
  width: 946px;
  margin: 0 auto;
  display: flex;
}

.search_box form{
  display: flex;
  width: 100%;
}

.sch-inputBox {
  width: 764px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: block;
  height: 60px;

  background: #fff;
  border: 1px solid #e5f6fe;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sch-input {
  display: block;
  width: 500px;
  height: 27px;

  font-size: 16px;
  color: #a4a3a3;
  text-indent: 1em;
  border: 0;
  border-left: 1px solid #dcdcdc;
  margin-left: 5px;

}

.sch-btn {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/ico-sch.png) no-repeat center;
  margin-right: 10px;

}

.sch-btn-filter {
  display: inline-block;
  width: 158px;
  height: 60px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: #1C8C60;
  cursor: pointer;

  outline: 0;
  border: 0;
  margin-right: 10px;
}


/*合作*/
.hz_bg {
  background: #f5f5f5;
  padding: 10px 0;
}

.hezuo {
  padding-bottom: 50px;
}

.hezuo .swiper-slide a {
  display: block;
  margin: 8px;
  padding: 5px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hezuo .swiper-slide a img {
  height: 90px
}


.hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  opacity: .2;
}

.hezuo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F64976;
}

/* 热点新闻 */
.main_txt {

  position: relative;

}

.main_txt span {
  font-size: 32px;

  line-height: 38px;
  color: #333;
  display: block;

}


.news-bg {
  padding: 50px 0 80px 0;
  background: url(../images/newsbg.jpg) no-repeat center;
  background-size: cover;
}

.news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news {
  display: flex;
  align-items: stretch;

  justify-content: center;


}

.news_left {
  width: 30%;



}

.news_left .zbcg_tit {
  display: flex;
  align-items: center;

  justify-content: space-between;

}

.news_left .zbcg {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 20px;
  background: #fff;
}

.news_left .zbcg a {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0;
  display: block;
}

.news_left .zbcg a b {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news_left .zbcg a span {
  display: block;
  margin-top: 5px;
  color: rgb(153, 153, 153);
}

.news_left .zbcg .tb_bg {
  background: #1C8C60;
  padding: 23px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.news_left .zbcg a:hover b {
  color: #1C8C60;
}

.news_box {
  display: flex;
}

.news_box .news_fr {
  width: 40%;


}


.news_box .news_fr .news_bottom {
  margin: 10px;
}

.news_box .news_fr .news_list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;

}

.news_box .news_fr .news_list a p {
  position: relative;
  padding-left: 20px;
}

.news_box .news_fr .news_list a p:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: #1C8C60;
}



.news_box .news_fr .news_list p {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 36px;
  flex-wrap: nowrap;
  margin: 10px 0;
}

.news_box .news_fr .news_list a i {
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_box .news_fr .news_list a span {

  font-size: 14px;
  color: #999;
  width: 120px;
  text-align: right;
}

.news_box .news_fr .news_list a:hover {
  color: #1C8C60;
}

#news-list {


  margin-top: 10px;
  margin-right: 10px;

}

#news-list a {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.newscon {
  width: 80%;
  padding: 0 20px;

}

.news-more {
  margin-top: 10px;
  transition: all .5s;
}

.newscon b {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}

#news-list a:hover .news-more {
  padding-left: calc(100% - 50px);
}

#news-list a:hover b {
  color: #1C8C60;
}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newscon span {

  display: block;
  margin-top: 10px;
  color: #999;



}

.day p {
  width: 100%;
  text-align: center;
}

.day {
  width: 30%;
}

.day img {
  height: 150px;
}

.zzsc {
  width: 100%;
  height: auto;

  margin-right: 20px;
}

.zzsc .tab {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}


.zzsc .tab a {
  font-size: 16px;

  letter-spacing: 1px;
  color: #333;
  padding: 10px;
  transition: 0.3s ease all;

}

.zzsc .tab a span {
  display: block;
}



.zzsc .tab a.on {
  font-weight: bold;
  color: #1C8C60;
}

.zzsc .tab .news_item {
  display: flex;
  align-items: center;
}

.zzsc .tab a.more {
  color: #333 !important;
  font-weight: normal !important;
}

.zzsc .co {
  overflow: hidden;
  margin-top: 20px;


}



.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
  position: relative;
}

.tg1 {
  /* background: url(../images/img1.jpg) center no-repeat; */
  background: -webkit-linear-gradient(left, #FBCA01, #009BCB);
  background: -o-linear-gradient(left, #FBCA01, #009BCB);
  background: -moz-linear-gradient(left, #FBCA01, #009BCB);
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  background-size: cover;

}

.tg1 a {
  display: block;

}

.tg1 a b {
  font-size: 36px;
  color: #fff;

}

.tg1 a p {
  color: #fff;
  font-size: 18px;

}

.b4-1 {

  -webkit-animation: shan 3s 1s infinite linear;
  animation: shan 3s 1s infinite linear;
}

.tg2 {
  background: #B93F54;
  padding: 15px;
  margin-top: 40px;
  text-align: center;

}

.tg2 a {
  display: block;
}

.tg2 a b {
  font-size: 30px;
  color: #fff;
}

.b4-2 {

  -webkit-animation: shan 3s 1s infinite linear;
  animation: shan 3s 1s infinite linear;
}

@-webkit-keyframes shan {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes shan {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* 会议展会 */

.gcal {
  padding: 60px 100px;
  background: url(../images/pg5.jpg) no-repeat;
  background-size: cover;
}

.al_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.al_con a {
  padding: 10px 30px;
  margin-left: 15px;
  color: #fff;
  border: 1px solid #FFF;
}

.hy_tit {
  display: flex;
  align-items: center;
}

.al_con a:hover {
  background: #1C8C60;
}

.hy_tit p a {
  color: #fff;
  border: none;
  font-size: 20px;

}

#gcal_fl {
  width: 74%;
  float: right;
}

#gcal_fl .swiper-slide a {
  position: relative;
  display: block;
}

#gcal_fl .swiper-slide .txt {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, .1);
  color: #fff;
  padding: 10px;
}

#gcal_fl .swiper-slide .txt b {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}

#gcal_fl .swiper-slide .txt p {
  margin: 5px 0;
}

#gcal_fl .swiper-slide .txt p span {
  padding-left: 5px;
}

#gcal_fr {
  width: 24%;
  float: left;

}

.gcal_tu img {
  width: 100%;
}

.gcal_tuji img {
  position: relative;
  z-index: 1;
}

#gcal_fr .swiper-slide {
  position: relative;
  cursor: pointer;

}

.gcal .swiper-container-thumbs {
  position: relative;

}

#gcal_fr .swiper-slide .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  z-index: 2;
}

#gcal_fr .swiper-slide .mask {
  position: absolute;

  background: #1C8C60;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;

}

#gcal_fr .swiper-slide .mask i {
  color: #fff;
}

#gcal_fr .swiper-slide-thumb-active .mask {
  opacity: 1;

}

#gcal_fl .swiper-button-prev i {
  font-size: 28px;
  display: block;
  text-align: center;
  width: 60px;
  line-height: 60px;
  background: #fff;
  color: #333;
}

#gcal_fl .swiper-button-next i {
  font-size: 28px;
  display: block;
  text-align: center;
  width: 60px;
  line-height: 60px;

  background: #1C8C60;
  color: #fff;
}

#gcal_fl .swiper-button-next {

  left: calc(100% - 60px);
  margin-top: 0;
  top: calc(100% - 60px);

}

#gcal_fl .swiper-button-prev {
  background: none;
  left: calc(100% - 120px);
  margin-top: 0;
  top: calc(100% - 60px);

}

/* 推荐商品 */
.tjsp {
  padding: 40px 0;
  background: #f5f5f5;
}

.pro-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}



.slide-nav {

  overflow: hidden;
  background: #000 url("../images/probg2.jpg") no-repeat;
  background-size: 100%;
  width: 25%;
  transition: all 0.3s;
  margin-bottom: 10px;

}

.slide-nav2 {

  overflow: hidden;
  background: #000 url("../images/probg1.jpg") no-repeat;
  background-size: 100%;
  width: 25%;
  transition: all 0.3s;
  margin-bottom: 10px;

}

.slide-nav a {
  display: block;
  height: 100%;
}

.slide-nav b {
  color: #fff;
  padding: 25px 30px;
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;


  display: block;
}

.slide-nav span {
  color: #fff;
  padding: 25px 30px;
  display: block;
}

.slide-nav:hover {

  transform: scale(1.05);
  z-index: 99;
}

.line {
  width: 90px;
  height: 1px;
  background: #fff;
  margin: 0px 30px;
}

.pro_content {

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(75% - 10px);
  flex-wrap: wrap;
}

.pro_content a {
  display: block;
  width: calc(25% - 30px);
  background: #fff;
  padding: 35px 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #dedede;
}

.pro_content a span {
  display: block;
  text-align: center;
  color: #ED0808;
}

.item-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #F64976;
  color: #fff;
  display: none;
  transition: all .3s linear;
}

.pro_content img {
  margin-top: 10px;
}

.pro_title {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  height: 56px;

  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.pro_content a:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  z-index: 99;
}

.pro_content a:hover .item-top {
  display: block;
}

/* 最受欢迎店铺 */
.khpj {

  padding: 30px 0;

}



.pj .swiper-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
}

.pj .swiper-slide .img {
  display: block;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100px;
}

.pj .swiper-slide a {
  display: block;
  background: #fff;
  box-shadow: 0 0 20px #dedede;
  padding: 20px 10px;
  border-radius: 10px;
  color: #666;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pj .swiper-slide .xq p {
  font-size: 16px;
  color: #333;
}

.pj .swiper-slide .xq span {
  display: block;
  color: #999;
  margin: 10px 0;
}

.pj .swiper-slide .xq i {
  display: block;
  background: #1C8C60;
  color: #fff;
  line-height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: center;
  border-radius: 5px;
}

.pj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.pj .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0066B3;
}

.media-left {
  margin-top: 50px;
}

.media-left .tx {
  width: 130px;
}

.media-left .tx .imgs {
  position: relative;
  top: -100px;
  left: 40px;
}

.media-left .tx .imgs .img_he {
  position: absolute;
  left: -25px;
}

.media-left .tx .imgs .img_he img {
  width: 89px;
  height: 65px;
}

.media-left .tx .imgs .img_po {
  position: absolute;
  left: -7px;
  top: 18px;
}

.media-left .tx .imgs .img_po img {
  width: 94px;
  height: 92px;
  ;
  border-radius: 50px;
}

.tg3 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;


}

.tg3 a {
  margin-right: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #dedede;
  padding: 10px;
}

/* 杂志 */
.case {
  background: url(../images/zzbg.jpg) no-repeat;
  padding-top: 70px;

  background-size: cover;
}

.case .wal {
  position: relative;
  padding-bottom: 140px;
}

.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;

}

.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  padding: 5px;

}

.case .swiper-button-next {
  position: absolute;
  top: 92%;
  right: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.case .swiper-button-prev {
  position: absolute;
  top: 92%;
  left: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.case .swiper-button-prev:hover, .case .swiper-button-next:hover {
  background: #1C8C60;
}

.case .swiper-button-next i {
  padding-left: 10px;
}

.case .swiper-button-prev i {
  padding-right: 10px;
}

.xcal .swiper-slide:hover {
  margin-top: -30px;
}

.xcal .swiper-slide:hover p {
  background: #1C8C60;
  color: #fff;
}

.tg4 {
  background: #F4B91F;
  padding: 15px;
  margin-top: 30px;
  text-align: center;

}

.tg4 a {
  display: block;

}

.tg4 a b {
  font-size: 28px;
  color: #fff;

}

/* 读图 */
.dtu {
  display: flex;
  margin-top: 30px;
}

.dtu_fl {
  width: 70%;


}

.dtu_tu {
  width: 30%;
  padding-left: 20px;
  border-left: 1px solid #dedede;
}

.dtu_list .item {
  box-sizing: border-box;
  transition: all 0.3s;
  width: calc(50% - 15px);
  float: left;
  display: block;

  margin-right: 15px;

}

.dtu_list .item img {
  height: 267px;
}

.dtu_list .item .info_box {
  background: rgba(0, 63, 152, 0.4);
  padding: 20px 10px;
}

.dtu_list .item .date p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}

.dtu_list .item .s_title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  text-align: center;
}

.dtu_list .item:hover .info_box {
  background: rgba(28, 140, 96, .5);
}

.dtu_content {
  margin-top: 15px;
}

.dtu_content .dtuy {
  width: 50%;
}

.dtu_content a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-right: 15px;

  transition: all .3s;
}



.dtu_content .dtucon {

  padding: 0 30px;

}

.dtu_content .dtu-more {
  margin-top: 30px;
  transition: all .3s;
}

.dtu_content .dtucon b {
  padding-bottom: 10px;
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: normal;

}

.dtu_content .dtucon p {
  color: #fff;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}


.dtu_content .dtuy img {
  height: 332px;
}

.dtu_content a {
  background: url(../images/dtbg.jpg) no-repeat;
  background-size: 100%;
}

.dtu_content a:hover {
  background: url(../images/dtbg2.jpg) no-repeat;
  background-size: 100%;
}

.dtu_content a:hover .dtu-more {
  padding-left: 30px;
}



.rczp {
  position: relative;
  margin-bottom: 15px;
}

.rczp img {
  height: 279px;
}

.rczp p {
  padding: 10px;
  background: rgba(0, 63, 152, .3);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.rczp:hover p {
  background: rgba(28, 140, 96, .5);
}

.zzsc2 {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-right: 20px;
}

.zzsc2 .tab2 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}


.zzsc2 .tab2 a {
  font-size: 16px;

  letter-spacing: 1px;
  color: #333;
  padding: 10px;
  transition: 0.3s ease all;

}

.zzsc2 .tab2 a span {
  display: block;
}



.zzsc2 .tab2 a.on {
  font-weight: bold;
  color: #1C8C60;
}

.zzsc2 .tab2 .news_item {
  display: flex;
  align-items: center;
}

.zzsc2 .tab2 a.more {
  color: #333 !important;
  font-weight: normal !important;
}

.zzsc2 .co2 {
  overflow: hidden;



}



.zzsc2 .co2 li {
  display: none;
  width: 100%;
  list-style: none;
  position: relative;
}

/* 金基奖 */

.ys_case {
  position: relative;
  margin-top: 30px;
}

.ys_case .case-slide {
  border-right: 1px solid rgba(255, 255, 255, .2);
  width: calc(50% - 1px);
  float: left;
  z-index: 9;
  position: relative;
}



.ys_case_mid {
  text-align: center;

  height: 660px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ys_case_mid p {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}

.ys_case .case-slide a:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  left: 0;
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: transform 0.6s;
  overflow: hidden;
}


.ys_case_mid {
  position: relative;
  z-index: 2;
}

.ys_case_mid span {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  background: #1C8C60;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
}

.ys_case_mid .main_title {
  color: #fff;
  font-size: 46px;
}

.ys_case_mid .ys_case_txt {
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.ys_case_bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 660px;
  z-index: 0;
}

.ys_case_bg div {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2.6s
}

.ys_case_bg div.on {
  transform: scale(1.08, 1.08);
  opacity: 1;
  z-index: 10;
}

.ys_case .case-slide a:hover:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}

.ys_case .case-slide a:hover .ys_case_txt {
  opacity: 1;
}

/* 专家 */
.zjbg {
  background: url(../images/zjbg.jpg) no-repeat;
  padding-top: 50px;
  margin-top: 50px;
  background-size: cover;
}

#ry {
  position: relative;

  margin: 0 auto;
  margin-top: 40px;

}

#ry .swiper-container {
  padding-bottom: 80px;
  margin-top: 30px;
}

#ry .swiper-slide {


  background: #444444;

  position: relative;

}

#ry .swiper-slide img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

#ry .swiper-slide a {
  display: block;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
  box-shadow: 0 8px 30px #333;
}

#ry .swiper-slide p {
  line-height: 40px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding-top: 10px;
}

#ry .swiper-slide i {
  display: block;
  padding-bottom: 15px;
}

#ry .swiper-slide-active .layer-mask {
  display: none;
}

#ry .swiper-slide-active a {
  background: #049386;
}

.layer-mask {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: rgba(255, 255, 255, .4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}



#ry .swiper-button-next {
  right: 0px;
  width: 55px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: #1C8C60;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;

}

#ry .swiper-button-prev {
  left: 0px;
  text-align: center;
  width: 55px;
  line-height: 55px;
  height: 55px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: #1C8C60;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;

}

#ry .swiper-button-prev:hover, #ry .swiper-button-next:hover {
  border: 2px solid #F64976;
  color: #fff;
  background: #F64976;
}

/* 战略合作 */
.zlhz {

  width: 100%;
  background: #F6F9FE;
  padding: 50px 0;
  position: relative;

}

#zl1 {
  margin-top: 30px;
}

#zl2 {
  margin-right: 70px;
}

#zl3 {
  margin-right: 30px;
}

.zlhz .flbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden;
}

.zlhz .frbg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  float: right;
  overflow: hidden;
}

.zlhz .swiper-container {

  margin: 0 auto;
}

.zlhz .swiper-slide {
  background: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 15px 0;
  box-shadow: 0 0 20px #E8EAF0;
}

.zlhz .swiper-slide img {
  height: 90px;
}

.zlhz .swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}


/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat;
  background-size: cover;

}

.foot {
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: normal;
  margin-bottom: 32px;
}

.foot b i img {
  width: 32px;
  margin-right: 8px;
}

.foot-logo {
  width: 30%;
}

.foot-logo p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.foot-logo span {
  color: #fff;
  display: block;
  line-height: 28px;
}

.foot_nav div {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot_nav div a {
  width: 33.33%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.foot_nav div a:hover {
  color: #1C8C60;
}

.foot_address p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;

}

.foot_tel p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;

}

.copyright {
  padding: 30px 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright a {
  color: #fff;
}

.copyright i {
  float: right;
}

/*返回顶部*/

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #1C8C60;
  font-size: 26px;
  z-index: 99999;

}

/* 新闻页 */
.banner_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 520px;
  background: url(../images/news_banner.jpg) no-repeat top;
  overflow: hidden;
  background-size: cover;

}

.banner_in .wal {
  position: relative;
}

.selectbox {

  height: 60px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;

  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border: 0;
  margin-right: 10px;
  background: #1C8C60 url(../images/jtxx_o.png) right no-repeat;

  outline: none;
  padding: 0 35px;


}

.tags {
  font-size: 14px;

  line-height: 30px;
  margin-top: 10px;
  width: 100%;
}

.tags .wz {
  font-size: 14px;
  color: #ff1b1b;
  background: url(../images/icon_02.png) no-repeat left center;

  padding-left: 21px;
}

.tags a {
  margin-left: 10px;
  color: #fff;
}

.tags a:hover {
  color: #F64976;
}

.lead {
  padding: 40px 0 20px;
  background: #fff;
  box-shadow: 0 0 10px #f1f1f1;

}

.inbox_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.in_tit span {
  font-size: 32px;

  line-height: 38px;
  color: #333;
  display: block;


}


.inbox_tit:hover .more {
  color: #1C8C60;
}

.lead ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.lead li {
  cursor: pointer;
  width: calc(20% - 50px);
  padding: 20px;
  background: #f5f5f5;
  margin: 5px;


}

.lead a {
  display: block;

}

.lead a span {

  float: left;
  width: 15px;
  height: 1px;
  margin: 0 20px 0 0;
  transition: all 0.5s;
  background: #666;
}

.lead a i {
  color: #1C8C60;
}

.lead a:hover span {
  width: 40px;
  background: #F64976;
}

.lead p {
  color: #666;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.lead p i {
  padding-left: 5px;
}

.lead a:hover p {
  color: #1C8C60;
  position: relative;
}

.lead a i {
  padding-right: 10px;
}

.lead a .ab_bf {
  display: block;
  transition: all .3s;
}

.lead a .ab_af {
  display: none;
}

.lead a:hover .ab_af {
  display: block;
}

.lead a:hover .ab_bf {
  display: none;
}
.lead li.on a span{ 
  background: #F64976; 
}
.lead li.on a p {
    color: #1C8C60;
    position: relative;
}
/*  */
.pinpaigs {
  padding: 25px 0 5px;
  background: #F5F5F5;
}

.pinpai {
  position: relative;
  background: #fff;
  transform: all 0.3s;
}

.pinpai:hover {
  box-shadow: 0 0 10px #ddd;
}

.pinpai a {

  text-decoration: none;
  color: #333;
  margin-top: 15px;
}

.pinpai .pinpai-item {
  position: relative;
  display: flex;
}

.pinpai .pinpai-imgbox {
  width:36%;
}

.pinpai .pinpai-imgbox img {
  height: 340px;
  width: 100%;
}

.pinpai .pinpai-text {
  width: 59%;
  padding: 30px ;
  overflow: hidden;

}
.pingpai-tit{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pinpai-gs {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  font-family: '微软雅黑';
  width:calc(100% - 90px);
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;

}

.pinpai .pinpai-h {
  font-size: 18px;

  overflow: hidden;
  line-height: 30px;
  margin: 15px 0;
  width:100%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;
}

.pinpai .pinpai-sum {
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}

.pinpai .more {
  color: #1C8C60;
  margin-top: 40px;
  text-align: right;
}

.pinpai .pinpai_page {
  position: absolute;
  z-index: 9;
  left: 47%;
  bottom: 10%;

  top: auto;
  transform: none;
  -webkit-transform: none;
  width: 15%;
  padding-left: 0;
}

.pinpai .pinpai_page span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
}

.pinpai .swiper-num {
  color: #bebebe;
}

.pinpai .swiper-num .active {
  font-size: 32px;
  font-weight: bold;
  color: #1C8C60;
}

.pinpai .swiper-num {
  font-size: 16px;
}

.pinpai .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;

}

.pinpai .swiper-pagination-bullet-active {
  background: #1C8C60;
}

.pinpai .in_time {
  margin-top: 20px;
  color: #999;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.pinpai .in_time img {
  padding-right: 5px;
}

/* 时事新闻 */
.shishi {
  margin-top: 30px;
}

.shishi-two {
  width: 100%;
}

.shishi-two ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.shishi-two ul li {
  width: calc(50% - 10px);


}

.shishi-two a {

  display: flex;

  flex-flow: row wrap;
  justify-content: space-between;
  padding: 15px;

  transition: .3s;



  background: #fff;

  margin-bottom: 20px;





}


.shishi-two a .img{width: 27.5%;background: #dfdfdf}
.shishi-two a .img img{
  width: 100%;
  max-height: 120px;
  opacity: 0.9;
}
.shishi-two a .r_con{
  width: 70%;
  display: flex;
    justify-content: center;
    flex-direction: column;
}


.shishi-two li:nth-child(2n) {
  margin-left: 10px;
}

.shishi-two li:nth-child(2n+1) {
  margin-right: 10px;
}

.shishi-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #1C8C60;
  background-size: 100%;
}

.shishi-two a:hover span {
  color: #fff;
}

.shishi-two a:hover .shishiday, .shishi-two a:hover .shishicon, .shishi-two a:hover .shishicon b {
  color: #fff;
}

.shishiday {
  color: #666;
  width: 100%;

  margin: 7px 0 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.shishiday span {
  font-size: 16px;
  float: right;

}

.shishiday p {
  padding-top: 10px;
}


.shishicon b {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.shishicon b{
    word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 超出几行省略 */
  overflow: hidden;

}
.shishicon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}


/* 行业新闻 */
.hyxw_box {
  margin-top: 5px;
  padding: 20px 0;
}

.hy_xw {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.hyxw_fl {
  width: 42%;
}

.hyxw_fl ul li {

  padding: 15px;
  margin-bottom: 19px;
  transition: all .3s;
  box-shadow: 0 0 10px #ddd;

}
.hyxw_fl ul li a{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.hyxw_fl ul li a .img{
  width: 135px;
  height: 90px;
}
.hyxw_fl ul li a .img img{
  width: 135px;
  height: 90px;
}
.hyxw_fl ul li a .txt{
  width: calc(100% - 150px);
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}
.hyxw_fl ul li p {
  line-height: 20px;
  color: #777;
}

.hyxw_fl ul li b {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}

.hyxw_fl ul li span {
  display: block;
  margin: 0;
  color: #999;
}

.hyxw_fl ul li:hover {
  background: #1C8C60;

}

.hyxw_fl ul li:hover b, .hyxw_fl ul li:hover span, .hyxw_fl ul li:hover p {
  color: #fff;
}

.hyxw_fr {
  width: 57%;
  margin-left: 20px;

}

.hyxw_fr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.hyxw_fr ul li {
  width: 50%;

  padding: 20px;
  margin: 0 10px;
  box-shadow: 0 0 10px #ddd;
  min-width: 0;
}

.hyxw_fr ul li span {
  display: block;
 
  color: #999;
  font-size: 14px;
}

.hyxw_fr ul li p {
  line-height: 22px;
  margin: 10px 0;
}

.hyxw_fr ul li b {
  display: block;
  font-size: 23px;
  font-weight: normal;
  color: #333;
}

.hyxw_fr ul li img {
  margin-top: 13px;
  height: 228px;
  width: 100%;
}

.hyxw_fr ul li:hover {
  background: #1C8C60;

}

.hyxw_fr ul li:hover b, .hyxw_fr ul li:hover span, .hyxw_fr ul li:hover p {
  color: #fff;
}

/* 机械新闻 */
.gcxw {
  margin-top: 10px;
  background: url(../images/bg.jpg) center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

.gc-one {

  display: flex;
  align-items: center;
  justify-content: center;


}

.gc-one a {

  padding: 25px;
  display: block;
  width: 33.33%;

  margin-right: 20px;
  background: rgba(255, 255, 255, .8);
  min-width: 0;
}

.gc-one a:last-child {
  margin-right: 0;
}

.gc-one span {
  display: block;
  overflow: hidden;
}

.gc-one b {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #333;
  overflow: hidden;
}

.gc-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-weight: normal;
  padding: 0;
}

.gc-one img {
  display: block;
  width: 100%;
  transition: .8s;
  height: 273px;
}

.gc-one a:hover img {
  transform: scale(1.1);
}

.gc-one a:hover {
  background: #1C8C60;
}

.gc-one p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  margin: 0 0 10px 0;
}

.gc-one a:hover p, .gc-one a:hover b, .gc-one a:hover em {
  color: #fff;
}

/* 建材新闻 */
.jcbg {
  background: url(../images/jcbg.jpg) center no-repeat;
  background-size: cover;
  padding:0 0 25px 0;
}

.jc {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 50px;
}

.jc_jt_tit {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}

.jc_jt_tit a {
  color: #fff;
}

.jc_jt_tit a:hover {
  color: #fff;
  background: #0C4194;
}

.jc_fl {
  width: 48.5%;
}

.jc_fr {
  width: 48.5%;
}



.jc_content a {
  background: rgba(255, 255, 255, .3);

  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
  border: 1px solid #f1f1f1;
  padding: 0 27px;
  transition: all .3s;
  height: 189px;
}

.jc_content .day {
  color: #333;
  flex: 1;
  height: 70px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.jc_content .jccon {
  flex: 5;
  padding-left: 40px;
  min-width: 0;

}

.jc_content .jc-more {
  margin-top: 20px;
  transition: all .3s;
}

.jc_content .jccon b {

  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #333;
  display: block;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}

.jc_content .jccon p {
  color: #666;
  text-align: left;
  line-height: 28px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.jc_content .day span {
  font-size: 30px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.jc_content a:last-child {
  margin-bottom: 0;
}

.jc_content .day p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.jc_jt a:hover {
  background: #1C8C60;
  color: #fff;
}

.jc_jt a:hover b, .jc_jt a:hover p, .jc_jt a:hover span {
  color: #fff;
}

.jc-more i {
  font-size: 20px;
}

.jc_content a:hover .jc-more {
  padding-left: 30px;
}

.jc_hy_list {
  display: block;
}

.jc_hy_list a {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 1px);
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, .3);
  padding: 15px;
  
  margin-bottom: 15px;
  transition: .3s;
}

.jc_hy_list a .yeimg {
  width: 195px;
  height:130px;
}

.jc_hy_list a .yeimg img {
  width: 195px;
  height:130px;
}

.jc_hy_list a .qy_con {
  width: 65%;
}

.jc_hy_list p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 5px 0;
}

.jc_hy_list b {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0px;
}

.jc_hy_list span {
  display: block;
  font-size: 16px;
  color: #333;
}

.jc_hy_list a:hover {
  background: #1C8C60;
  background-size: 100%;
}

.jc_hy_list a:hover b {
  color: #ffffff;
}

.jc_hy_list a:hover p {
  color: #ffffff;
}

.jc_hy_list_more {
  margin-top: 20px;
  display: block;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.jc_hy_list a:last-child {
  margin-bottom: 0;
}

/* 人物会议新闻 */
.rwhy {

  background: #f5f5f5;
  padding:25px 0 50px 0;
}

.rwhy .wal {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}


.rwhy .rwhy_rw .rw_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.rwhy .rwhy_rw .rw_fl {
  width: 37%;
  display: block;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}

.rwhy .rwhy_rw .rw_fr {
  width: 24%;
  margin-left: 20px;
}

.rwhy .rwhy_rw .rw_fr a {
  display: block;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}

.rwhy .rwhy_hy {
  width: 40%;
}

.rwhy_rw .rw_fl .news_info {
  padding: 20px;
}

.rwhy_rw .rw_fl:hover {
  background: #1C8C60;
  color: #fff;
}

.rwhy_rw .rw_fl a:hover b {
  color: #fff;
}

.rwhy_rw .rw_fl a:hover p{
  color: #fff;
}

.rwhy_rw .rw_fl a:hover span{
  color: #fff;
}

.rwhy_rw .rw_fl .news_info span {
  color: #999;
  padding-top: 10px;
  display: block;
}

.rwhy_rw .rw_fl .news_info b {
  margin: 10px 0;
  font-size: 20px;
  line-height: 28px;
  display: block;
  color: #333;
  font-weight: normal;
}

.rwhy_rw .rw_fl .news_info p {

  font-size: 16px;
  line-height: 28px;

  color: #666;
}

.rwhy_rw .rw_fl .news_info i {
  margin-top: 20px;

}

.rwhy_rw .rw_fl img {
  height: 322px;
  width: 100%;
}

.rwhy .rwhy_rw .rw_fr a {

  display: block;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
  margin-bottom: 15px;

}

.rwhy .rwhy_rw .rw_fr a:last-child {
  margin-bottom: 0;
}

.rwhy .rwhy_rw .rw_fr a b {
  display: block;
  padding:16px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-weight: normal;
}
.rwhy .rwhy_rw .rw_fr a:hover {
  background: #1C8C60;
}
.rwhy .rwhy_rw .rw_fr a:hover b {
  color: #fff;
}

.rwhy .rwhy_rw .rw_fr img {
  width: 100%;
  height: 227px;
}

.rw_list {
  width: 37%;
}

.rw_list {
  text-align: left;
  padding-bottom: 45px;
  margin-left: 20px;
  background: #fff;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
  padding: 20px;
}

.rw_list .item {
  border-bottom: 1px dashed #e6e4e7;
  padding: 20px 0;
}

.rw_list .item .content_title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hrw_list .item .content_title a {
  color: #333;
}

.rw_list .item .lb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rw_list .item .lb .chnl {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1C8C60;
}

.rw_list .item .lb .date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
}

.rw_list .item .lb .hr {
  margin: 0 10px;
  color: #cccccc;
  font-size: 0;
  background: #cccccc;
  width: 1px;
  height: 11px;
  display: inline-block;
}

.rw_list .item:first-child {
  padding-top: 0;
}

.rw_list .item .content_title a {
  color: #333;
}

.rw_list .item .content_title a:hover {
  color: #1C8C60;
}

/* 会议新闻 */
.hyxwbg {
  background: #f5f5f5 url(../images/hyxwbg.png) no-repeat top;
  padding: 50px 0 0;
}

.hyxw {
  position: relative;
  padding-bottom: 100px;
}

.hyxw .swiper-slide {
  margin-top: 20px;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);

}

.hyxw .swiper-slide span {
  overflow: hidden;
  display: block;
}

.hyxw .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transition: all .3s;
  height: 306px;
  width: 100%;
}

.hyxw .swiper-slide a {
  background: #fff;
  display: block;
 
}

.hyxw .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  padding: 20px 20px 10px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.hyxw .swiper-slide i {
  padding: 10px 20px 20px;
  color: #999;
  
  display: block;
}

.hyxw .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 0 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.hyxw .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.hyxw .swiper-slide:hover img {
  transform: scale(1.1);
}

.hyxw .swiper-button-next {
  position: absolute;
  top: 92%;
  left: calc(60% + 10px);
  border-radius: 20px;
  text-align: center;
  color: #16315F;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.hyxw .swiper-button-prev {
  position: absolute;
  top: 92%;
  left: calc(40% - 50px);
  border-radius: 20px;
  text-align: center;
  color: #16315F;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.hyxw .swiper-button-prev:hover,
.hyxw .swiper-button-next:hover {
  background: #1C8C60;
  color: #fff;
}

.hyxw .line {
  position: absolute;
  top: 92%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}

/* 技术相关新闻 */
.jsxg {
  margin:25px 0 50px 0;
}

.jsxg_con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 40px 0;

}

.jsxg_con > a {
  width: 50%;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;
}

.jsxg_con .img{
  width: 270px;
  height: 180px;
}
.jsxg_con .img img{
  width: 270px;
  height: 180px;
}
.jsxg_con .jsxg_text{
  width: calc(100% - 300px);
}

.jsxg_con a span {
  color: #868686;
  display: block;
}

.jsxg_con a b {
  color: #000;
  display: block;
  font-size: 18px;
  margin:0 0 15px 0;
}

.jsxg_con a p {
  color: #5F636F;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.jsxg_con a i {
    display: block;
    width: 120px;
    border-radius: 45px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
    color: #1C8C60;
    border: 1px solid #1C8C60;
}

.jsxg_con a i:hover {
  background: #1C8C60;
  color: #fff;
}

.jsxg_con a:first-child {
  border-right: 1px solid #E8E8E8;
  padding-right: 60px;
}

.jsxg_con a:last-child {
  padding-left: 60px;
}

.jsxg-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.jsxg-two ul li {
  width: 33.33%;

}

.jsxg-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  transition: .3s;
  margin-left: -1px;
  border: 1px solid #E8E8E8;

}


.jsxg-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #1C8C60;
  background-size: 100%;
}

.jsxg-two a:hover span {
  color: #fff;
}

.jsxg-two a:hover .day,
.jsxg-two a:hover .jsxgcon,
.jsxg-two a:hover .jsxgcon b {
  color: #fff;
}

.jsxg-two .day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.jsxg-two .day span {
  font-size: 16px;
  float: right;

}

.jsxg-two .day p {
  padding-top: 20px;
  text-align: left;
}


.jsxgcon b {
  padding-bottom: 10px;
  font-size: 18px;
  color: #333;
  display: block;

}

.jsxgcon p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  min-height: 48px;
}


/*新闻列表*/
.total_top{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
}

.total_top .newimg,.total_top .newcon_box{
  width: 48%;
  position: relative;
}
.total_top .newimg .img{
  width: 100%;
  overflow: hidden;
}

.total_top .newimg .img img{width: 100%;display: block;transition:.5s ease-in;}
.total_top .newimg:hover img { transform:scale(1.1,1.1);}
.total_top .newimg .txt{
  width: calc(100% - 40px);
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}
.total_top .newimg .txt .p1{
  width: 100%;
  font-size: 18px;
  color: #fff;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.total_top .newimg .txt .p2{
  width: 100%;
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.total_top .newcon_box{
  display: flex;
  flex-flow: row wrap;
  align-content:space-between ;
}
.total_top .newcon{
  width: 100%;
}
.total_top .newcon a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.total_top .newcon .img{
  width: 200px;
}
.total_top .newcon .img img{
  width: 100%;
}
.total_top .newcon .newtime{
  width: 80px;
  height: 80px;
  border: 2px solid #dfdfdf;
  text-align: center;
}

.total_top .newcon .newtime b{
  font-family: Arial;
  font-size: 30px;
  display: block;
  padding: 10px 0 5px;
}

.total_top .newcon .newtime p{
  font-size: 16px;
}

.total_top .newcon .newnr{
  width: calc(100% - 220px);
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
      padding: 5px 0;
} 

.total_top .newcon .newnr b{
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #333;
  line-height: 30px;
}

.total_top .newcon .newnr p{
  line-height: 160%;
  margin-bottom: 10px;
}

.total_top .newcon .newnr .more{
  display: block;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1C8C60;
  color: #fff;
  margin-top: 20px;
}

.total_top .newcon:hover .newtime{
  background: #1C8C60;
  border-color: #1C8C60;
  color: #fff;
}

.total_top .newcon:hover .newnr b{
  color:#1C8C60 ;
}


.pinpaigs .new_ul{
  margin-top: 50px;
}

.pinpaigs .new_ul li{
  
  border-left: 3px solid #1C8C60;
  background: #fff;
  margin:15px 0;
}

.pinpaigs .new_ul li a{
  display: block;
  width: calc(100% - 63px);
  padding:25px 30px;
}

.pinpaigs .new_ul li b{
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.pinpaigs .new_ul li p{
  font-size: 15px;
  color: #666;
  line-height: 160%;
  display: block;
  margin: 10px 0;
}
.pinpaigs .new_ul li .time{
  font-size: 15px;
  line-height: 15px;
}
.pinpaigs .new_ul li .time span{
  font-size: 15px;
  padding-right: 20px;
  border-right: 1px solid #dfdfdf;
}

.pinpaigs .new_ul li .time span.more{
  padding-left: 20px;
  color: #1C8C60;
  border: none;
}
.pinpaigs .new_ul li:hover {
  position:relative;
  top: -2px;
  left: 2px;
  box-shadow: 0 0 5px 0 #dfdfdf;
}
.pinpaigs .new_ul li:hover a b{
  color: #1C8C60;
}

.detpnt{
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 50px;
}
.detpnt{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.detpnt .detpnt_l,.detpnt .detpnt_r{
  width:48%;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  flex-flow: row wrap;
}

.detpnt .detpnt_l a,.detpnt .detpnt_r a{
  width: calc(100% - 65px);
  display: inline-block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

.detpnt .detpnt_l a:hover ,.detpnt .detpnt_r a:hover {
  color: #1C8C60;
}
.pinpaigs .function{
  width: 100%;
}
.pinpaigs .function ul{
  width:100%;
  display: flex;
  flex-flow: row wrap;

}

.pinpaigs .function ul li{
  padding-right: 30px;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin-top: 30px;
}

.pinpaigs .function ul li img{
  width: 25px;
  height: 25px;
}

.pinpaigs .pinglun{
  margin-top: 30px;
}

.pinpaigs .pinglun b.title{
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
  display: block;
}

.pinpaigs .pinglun .pl_form{
  width: calc(100% - 40px);
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  height:auto;
}

.pinpaigs .pinglun .pl_form textarea{
  width: 100%;
  border: none;
  font-family: '微软雅黑';
  font-size: 16px;
  line-height: 25px;
  height: 100px;
  outline: none;
}

.pinpaigs .pinglun .pl_form textarea:focus {
  outline: none;
}

.pinpaigs .pinglun .pl_form .fb-btn{
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #1C8C60;
  color:#fff;
  font-size: 16px;
  border-radius: 20px;
}

.pinpaigs .pinglun .pl_box{
  width: 100%;
  margin-top: 30px;
}
.pinpaigs .pinglun .pl_box ul li{
  display: flex;
  flex-flow: row nowrap;
  margin: 20px 0;
  justify-content: space-between;
}
.pinpaigs .pinglun .pl_box .pl_tx{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}

.pinpaigs .pinglun .pl_box .pl_tx img{
  width: 100%;
}

.pinpaigs .pinglun .pl_box .pl_nr{
  width: calc(100% - 70px);
}

.pinpaigs .pinglun .pl_box .pl_nr b{
  font-size: 15px;
  color: #333;
  display: block;
  margin:0 0 5px 0;
}

.pinpaigs .pinglun .pl_box .pl_nr p{
  font-size: 16px;
}

.pinpaigs .pinglun .pl_box .pl_nr .time{
  margin-top: 10px;
  font-size: 14px;
  color: #bbb;
}

.pinpaigs .samenews{
  width: 100%;
  margin-top: 30px;
}

.pinpaigs .samenews .newtit{
  width:100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 20px;
  color: #333;

}

.pinpaigs .samenews .newtit b{
  padding-left: 15px;
  border-left: 5px solid #1C8C60;
}

.pinpaigs .samenews .newtit .more{
  float: right;
  font-size: 14px;
}

.pinpaigs .samenewul{
  width:100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
}

.pinpaigs .samenewul li{
  width: 30%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

.pinpaigs .samenewul li:hover a{
  color: #1C8C60;
}

.pinpaigs .pp_bx{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.pinpaigs .con_left{
  width: 24%;
}

.pinpaigs .con_right{
  width: 73%;
}

.pinpaigs .con_left .left_tw,
.pinpaigs .con_left .left_tj,
.pinpaigs .con_left .left_ph{
  width: calc(100% - 30px);
  padding:20px 15px;
  background: #fff;
  margin-bottom: 20px;
}

.pinpaigs .con_left .newtit{
  height: 20px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.pinpaigs .con_left .newtit b{
  padding-left: 15px;
  border-left: 5px solid #1C8C60;
  font-size: 18px;
  color: #333;
}
/*推荐图文*/

.pinpaigs .con_left .left_tw .tw_ul{
  width: 100%;
}

.pinpaigs .con_left .left_tw .tw_ul li{
  width: 100%;
  margin-top: 10px;
}

.pinpaigs .con_left .left_tw .tw_ul li a{
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}

.pinpaigs .con_left .left_tw .img{
  width: 35%;
  overflow: hidden;
}

.pinpaigs .con_left .left_tw .img img{
  width: 100%;
}

.pinpaigs .con_left .left_tw .con{
  width: 62%;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  padding: 5px 0;
}

.pinpaigs .con_left .left_tw .con .p1{
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}

.pinpaigs .con_left .left_tw .con .p2{
  width: 100%;
  font-size: 14px;
  color: #ccc;
}

.pinpaigs .con_left .left_tw .tw_ul li:hover .p1{
  color: #1C8C60;
}

/*推荐新闻*/

.pinpaigs .left_tj .tj_ul{
  width: 100%;
  padding-top: 10px;
}

.pinpaigs .left_tj .tj_ul li{
  width: 100%;
  margin: 5px 0;
}

.pinpaigs .left_tj .tj_ul li a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pinpaigs .left_tj .tj_ul li a span{
  color: #1C8C60;
}
.pinpaigs .left_tj .tj_ul li a p{
  display: block;
  width: calc(100% - 18px);
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
  font-size: 15px;
}

.pinpaigs .left_tj .tj_ul li:hover a{
  color: #1C8C60;
}


/*点击排行*/

.pinpaigs .left_ph .ph_ul{
  width: 100%;
  padding-top: 10px;
}

.pinpaigs .left_ph .ph_ul li{
  width: 100%;
  margin: 5px 0;
}

.pinpaigs .left_ph .ph_ul li a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  line-height: 25px;
}

.pinpaigs .left_ph .ph_ul li a span.dif{
  font-family: Georgia,serif;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  top: -2px;
}

.pinpaigs .left_ph .ph_ul li:nth-child(1) a span.dif{
  color: #ce0000;
}

.pinpaigs .left_ph .ph_ul li:nth-child(2) a span.dif{
  color: #ff8507;
}

.pinpaigs .left_ph .ph_ul li:nth-child(3) a span.dif{
  color: #1C8C60;
}


.pinpaigs .left_ph .ph_ul li a span{
  color: #666;
  font-family: Georgia,serif;
  line-height: 25px;
  position: relative;
  top: -3px;
  font-size: 15px;
}

.pinpaigs .left_ph .ph_ul li a p{
  display: block;
  width: calc(100% - 18px);
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
  font-size: 15px;
}

.pinpaigs .left_ph .ph_ul li:hover a{
  color: #1C8C60;
}

.artConTitle{text-align: center;margin-bottom: 0px;color: #333;line-height: 160%}

.artConDes .conbox{
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.artConDes .des_box{
  width:100%;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0px;
  color: #666;
  line-height: 160%;
  font-size: 15px;
  margin-bottom: 20px;
}

.reportbody{background: #fff;padding: 20px;}

.form-gp{display: flex;border-bottom: 1px solid #dedede;padding: 10px 0px;}

.form-gp label{font-size: 15px;color: #333;display: block;line-height: 30px;width: 90px;}

.form-gp .reportinput{border: 1px solid #dedede;border-radius: 2px;height: 30px;line-height:30px;position:relative;text-indent: 10px;}

.reporttarea{max-width: 500px;width: 100%;height: 200px;border: 1px solid #dedede;border-radius: 2px;line-height:20px;word-wrap: break-word;padding: 5px;}

.captcha{width: 100px;margin-right: 10px;}

.reporttype{width: 150px;}

.btn-report-login{color: #fff;text-align: center;background:#4696cd;border:0px;display: block;width:100px;height: 40px;line-height: 40px;font-size: 16px;cursor: pointer; margin-top: 20px;}

.btn-report-login:hover{background: #ff8635;}

.reportradio{-webkit-appearance:radio}

.reportradiospan{line-height: 30px;}

.contactnonebox{display: none;}

.contactnonebox.on{display:block;}

.none{display: none;}

.new_des{line-height: 23px;}



.disphfform{

  width:500px;

  padding: 20px;

  background: #fff;

  border-radius: 20px;

  height:auto;

  margin-top: 10px;

  position: fixed;

  top:50%;

  left:50%;

  margin-left: -250px;

  margin-top: -100px;

  border: 5px solid #e1e1e1;

  display: none;

}



.disphfform textarea{

  width: 100%;

  border: none;

  font-family: '微软雅黑';

  font-size: 14px;

  line-height: 25px;

  height: 100px;

  outline: none;

}

.disphfform .fb-btnx{

  width: 100px;

  height: 30px;

  line-height: 30px;

  border: none;

  background: #1C8C60;

  color:#fff;

  font-size: 15px;

  border-radius: 20px;

   cursor: pointer;

}

.disphfform .fb-btnx:hover{background: #4696cd;}

.pinpaigs .pinglun .pl_form .fb-btn:hover{background: #4696cd;}

.disphfform .qx-btnx{

  width: 100px;

  height: 30px;

  line-height: 30px;

  border: none;

  background: #dedede;

  color:#333;

  font-size: 15px;

  border-radius: 20px;

  cursor: pointer;

}

.disphfform .qx-btnx:hover{background: #666;color: #fff;}

.huifutitle{font-size: 15px;border-bottom: 1px solid #dedede;color: #333;line-height: 30px;font-weight:500;}

/*分页*/

.ipages{ width:100%; margin:0 auto; padding-top:15px;}

.ipages .pagination{ text-align:center; line-height:35px; height:35px;}

.ipages .pagination li{ color:#333; border:1px solid #1C8C60;display: inline-block;margin: 0px 3px;}

.ipages .pagination li.active{  font-weight:bold;background-color:#1C8C60;color:#fff;}

.ipages .pagination li.disabled{  font-weight:bold;background-color:#dedede;color:#999; border:1px solid #dedede;}

.ipages a{display: block; padding: 0px 12px;}

.ipages span{display: block; padding: 0px 12px;}

.ipages a:hover{background-color:#1C8C60;color:#fff; text-decoration:none;}

/*读图*/
@font-face {
  font-family: "iconfont"; /* Project id 4384510 */
  src: url('https://at.alicdn.com/t/c/font_4384510_da1v40q7a4n.woff2?t=1703576115905') format('woff2'),
       url('https://at.alicdn.com/t/c/font_4384510_da1v40q7a4n.woff?t=1703576115905') format('woff'),
       url('https://at.alicdn.com/t/c/font_4384510_da1v40q7a4n.ttf?t=1703576115905') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wendang:before {
  content: "\e600";
}

.icon-xingzhuang-tupian:before {
  content: "\eb98";
}

.icon-shijian:before {
  content: "\e638";
}

.icon-review:before {
  content: "\e62a";
}

.icon-yanjing:before {
  content: "\e8bf";
}


.flex{
  display: flex;
  flex-flow: row wrap;
}
.lead .photo_ul li {
  cursor: pointer;
  width: calc(16.66% - 50px);
  padding: 20px;
  background: #f5f5f5;
  margin: 5px;
}

.photo_body{
 
  padding: 50px 0;
  background: #f6f6f6;
}
.photo_tj .wal{
  justify-content: space-between;
}
.photo_tj .tj_l{
  width: calc(61% - 40px);
  padding: 20px;
  position: relative;
  background: #fff;
}
.photo_tj .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo_tj .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo_tj .swiper-slide a{
  display: block;
  width: 100%;
  position: relative;
}
.photo_tj .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo_tj .swiper-slide .txt{
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: left;
}

.photo_tj .swiper-slide .txt b{
  font-size: 18px;
}
.conbox{
  margin-top: 10px;
}
.conbox span{
  padding-right: 15px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
.conbox span i{
  padding-right: 3px;
}

.tj_l .swiper-button-next,.tj_l .swiper-button-prev{
  padding: 15px 5px;
  background:url(../images/jtright.png) no-repeat center rgba(0,0,0,0.3);
  border-radius: 5px;
  background-size: 60%;
}

.tj_l .swiper-button-prev{
  background:url(../images/jtleft.png) no-repeat center rgba(0,0,0,0.3);
  background-size: 60%;
}

.tj_l .swiper-pagination{
  text-align: right;
  z-index: 999;
  bottom: 25px;
  left: auto;
  right: 20px;
}

.tj_l .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
}

.tj_l .swiper-pagination-bullet-active{
  background: #1C8C60;
}

.tj_r{
  width: 37%;
}
.tj_r .inbox_tit{
  margin-bottom: 0;
}
.tjrbody ul{
  justify-content: space-between;
}
.tjrbody ul li{
  width: calc(48% - 30px);
  padding: 15px;
  background: #fff;
  margin-top: 20px;
  position: relative;
  transition: all 0.3s linear;
}
.tjrbody ul li .img{
  width: 100%;
  overflow: hidden;
}

.tjrbody ul li .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
  height: 140px;
}

.tjrbody ul li:hover img { transform:scale(1.1,1.1);}


.tj_r .txt p{
  padding: 8px 0 4px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.tj_r .txt .conbox {
    margin-top: 0px;
}

.tj_r .txt .conbox span {
    font-size: 13px;
    color: #aaa;
}

.tjrbody ul li:hover {
  transform:translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tjrbody ul li:hover p{
  color: #1C8C60;
}

.photo_item{
  margin-top: 50px;
}
.item_body {
  justify-content: space-between;
}
.item_body .itembody_l{
  width: 23.5%;
  position: relative;
  border-radius: 4px;
}

.item_body .itembody_l .img{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.item_body .itembody_l .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
  border-radius: 4px;

}

.item_body .itembody_l:hover .img img{
  transform:scale(1.1,1.1);
}


.item_body .itembody_l .bgimg{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  opacity: .2!important;
  z-index: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--qtd-fun-color-7);
}

.bottom_box_text{
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 4px 4px;
  padding: 56px 12px 8px;
  display: flex;
  justify-content: center;
  height: 95px;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
  color: #fff;
  font-size: 15px;
}
.img .right-top-box {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 22px;
    right: 15px;
    top: 15px;
    z-index: 10;
    -webkit-transition: opacity .38s ease-in-out;
    -moz-transition: opacity .38s ease-in-out;
    transition: opacity .38s ease-in-out;
    opacity: 1;
}
.img .right-top-box .theme-nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 24px;
    left: 164px;
    top: 9px;
    background: rgba(0,0,0,.58);
    border: 1px solid rgba(255,255,255,.58);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.right-top-box .theme-nums .pic-nums{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}

.right-top-box .theme-nums .pic-nums span{
    padding:0 5px;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    color: #f1f1f1;
}
.right-top-box .theme-nums .pic-nums span i{
  padding-right: 3px;
}

.item_body .itembody_l:hover .bottom_box_text ,.item_body .itembody_l:hover .right-top-box{
  opacity: 0;
}
.item_body .itembody_l .bottom_box_hover{
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.item_body .itembody_l .bottom_box_hover .bottom_box_hover_tit{
  width: 100%;
}
.item_body .itembody_l .bottom_box_hover p.tit{
  width: 100%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.item_body .itembody_l .bottom_box_hover .theme-nums{
  text-align: center;
  width: 100%;
}
.item_body .itembody_l .bottom_box_hover .theme-nums .pic-nums{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.item_body .itembody_l .bottom_box_hover .theme-nums .pic-nums span{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 6px;
}
.item_body .itembody_l .bottom_box_hover .theme-nums .pic-nums span i{
  padding-right: 3px;
}
.item_body .itembody_l:hover .bottom_box_hover{
   opacity: 1;
}


.erji{
  height: 80px;
  line-height: 80px;
}

.erji ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.erji ul li{
  padding:0 10px 0 40px ;
  font-size: 16px;
}

.photolist{
  padding-top: 50px;
  padding-bottom: 30px;
  background: #f1f1f1;
}

.photolistul li{
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
}

.photolistul li:nth-child(3n+1) {
  margin-left: 0;
}

.photolistul li a{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
}

.photolistul li a .img{
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.photolistul li a .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
  height: 303px
}

.photolistul li:hover img { 
  transform:scale(1.1,1.1);
}

.photolistul li .card_bot{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.photolistul li .card_bot > span{
  padding: 0 10px;
}
.photolistul li .card_bot span:nth-child(1) {
  max-width: 300px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

.photolistul li .card_hover{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  opacity: 0;
  border-radius: 5px;
  justify-content: center;
  color: #fff;
}
.photolistul li .card_hover p{
  max-width: 90%;
  padding: 0 5%;
  text-align: center;
}
.photolistul li .card_hover p:nth-child(1) {
  font-size: 17px;
}
.photolistul li .card_hover p:nth-child(2){
  padding: 10px 5%;
}
.photolistul li .card_hover .conbox{
  align-items: center;
  align-content: center;
  justify-content: center;
}
.photolistul li .card_hover .conbox span{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 6px;
}

.photolistul li .card_hover .btn{
  border: none;
  width: 140px;
  padding: 8px 0;
  font-size: 15px;
  color: #fff;
  background-color: #1C8C60;
  text-align: center;
  border-radius: 5px;
  margin: 10px auto ;
}
.photolistul li:hover .card_hover{
  opacity: 1;
}

.photolistul li:hover .card_bot{
  opacity: 0;
}

.pinpaigs .photo_bx{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.pinpaigs .photo_bx .con_right{
  width: 100%;
}

.photo_con_tit{
  width: 100%;
  text-align: center;
}
.photo_con_tit b{
  font-size: 28px;
  color:#333;
}
.photo_con_tit .conbox{
  justify-content: center;
}
.photo_con_tit .conbox span{
  font-size: 16px;
}

.photo_box{
  padding:0 30px 30px;
 
  background: #fff;
  margin: 50px 0 0;
}

.photo_box .swiper {
  width: 100%;
  height: 100%;
}

.photo_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo_box .mySwiper2 .swiper-slide img {
  display: block;
  
  object-fit: cover;
}


.photo_box .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.photo_box .swiper-slide {
  background-size: cover;
  background-position: center;
}

.photo_box .mySwiper2 {
  min-height: 700px;
  width: 100%;
}
.photo_box .bot{
  padding: 0 10px;
  background: #1c8c60;
}
.photo_box .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.photo_box .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  background: #fff;
}
.photo_box .mySwiper .swiper-slide img{
  opacity: 0.4;
}

.photo_box .mySwiper .swiper-slide-thumb-active img{
  opacity: 1;
}

.photo_box .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_box .mySwiper2 .swiper-button-next:after ,
.photo_box .mySwiper2 .swiper-button-prev:after {
  content: ''!important;
}

.tjphotoul li{
  width: 19%;
  margin-left: 1.25%;
  margin-top: 20px;
}
.tjphotoul li:nth-child(1) {
  margin-left: 0;
}

.tjphotoul li a{
  display: flex;
  flex-flow: row wrap;
}

.tjphotoul li a .img{
  width: 100%;
  overflow: hidden;
}

.tjphotoul li a .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
}
.tjphotoul li:hover img { 
  transform:scale(1.1,1.1);
}
.tjphotoul li p{
  font-size: 15px;
  margin-top: 5px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.tjphotoul li .conbox {
    margin-top: 3px;
}

.tjphotoul li .conbox span{
  color: #999;
}

/*杂志*/
.lead .zazhi_ul{
  justify-content: flex-start;
}

.zazhi_box {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;

}

.zazhi_box .swiper-container {
  padding-bottom: 50px;
  margin-top: 30px;
}

.zazhi_box .swiper-slide {


  background: #444444;

  position: relative;

}

.zazhi_box .swiper-slide img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.zazhi_box .swiper-slide a {
  display: block;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
  box-shadow: 0 3px 10px #aaa;
}




.zazhi_box .swiper-slide-active .layer-mask {
  display: none;
}

.zazhi_box .swiper-slide-active a {
  background: #049386;
}

.zazhi_box .layer-mask {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.zazhi_box .btn_box{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.zazhi_box .swiper-button-next {
  position: static;
  width: 55px;
  text-align: center;
  height: 55px!important;
  line-height: 55px;
  
  border-radius: 0;
  --swiper-navigation-size: 0;
  color: #fff;
  background: #1C8C60;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;
  margin: 0 10px;
}

.zazhi_box .swiper-button-prev {
  position: static;
  text-align: center;
  width: 55px;
  line-height: 55px;
  height: 55px!important;
  
  border-radius: 0;
  --swiper-navigation-size: 0;
  color: #fff;
  background: #1C8C60;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;
margin: 0 10px;
}

.zazhi_box .swiper-button-prev:hover, .zazhi_box .swiper-button-next:hover {
 /* border: 2px solid #F64976;
  color: #fff;
  background: #F64976;*/
}
.zazhi_box .swiper-slide .txt p {
 
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  
}

.zazhi_box .conbox{
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:1440px) {
  .lead .photo_ul li {
    cursor: pointer;
    width: calc(16.6% - 40px);
    padding:20px 15px;
    background: #f5f5f5;
    margin: 5px;
  }

  .lead .photo_ul a i{
    padding-right: 0;
  }
}


.gaoliang {
  color: #1C8C60!important;
  font-weight: bold;
}
.gaoliang p{ color: #1C8C60!important;}