@import url(./public.css);
@import url(./header.css);
@import url(./footer.css);

.banner {
  height: 751px;
}

.banner .swiper-container {
  height: 100%;
}

.sy-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sy-head h3 {
  font-size: 36px;
  font-weight: bold;
}

.sy-head h3 span {
  color: #498432
}

.sy-head h3::after {
  content: "";
  margin: 14px 0 9px;
  display: block;
  width: 308px;
  height: 2px;
  background: url(../images/sy_head_line.png) no-repeat center;
  background-size: 100% 100%;
}

.sy-head p {
  font-size: 24px;
  color: #DFDFDF;
}

.jtjj {
  background: url(../images/jtjj_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.jtjj-top {
  padding: 85px 0 70px;
  background: rgba(255, 255, 255, 0.64);
}

.intro {
  box-sizing: border-box;
  align-items: flex-end;
  padding: 0 40px 28px 50px;
  margin-top: 57px;
  height: 408px;
  border-top-left-radius: 86px;
  background: #fff;
}

.intro-left {
  width: calc(100% - 445px);
}

.intro-text {
  font-size: 18px;
  line-height: 40px;
  text-indent: 2em;
}

.intro-text p {
  display: inline;
  height: 75px;
  -webkit-line-clamp: 5;
}

.intro-text a {
  margin-left: 30px;
  font-size: 20px;
  color: #498432;
}

.intro-text a i {
  margin-left: 5px;
  font-size: 22px;
  vertical-align: bottom;
}

.zzjg {
  margin-top: 35px;
  width: 100%;
  height: 82px;
  background: #F7FCF5;
}

.zzjg li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
}

.zzjg li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #498432;
}

.zzjg li a i {
  margin-right: 20px;
  font-size: 46px;
}

.zzjg li a .icon-zzjg {
  font-size: 35px;
}

.zzjg li::after {
  content: "|";
  display: block;
  font-size: 22px;
}

.zzjg li:last-child::after {
  display: none;
}

.intro-right {
  position: relative;
  bottom: 9px;
  width: 403.5px;
  height: 474px;
  border-radius: 150px 0px 0px 0px;
}

.group-data {
  justify-content: center;
  width: 100%;
  height: 303px;
  background: rgba(0, 0, 0, 0.53)
}

.group-data li {
  margin: 0 107px;
  color: #fff;
  text-align: center;
}

.group-data li h3 {
  font-weight: 700;
  font-size: 54px;
}

.group-data li h3 span {
  font-size: 34px;
}

.group-data li p {
  margin-top: 5px;
  font-size: 24px;
  color: #fff;
}

.xwzx {
  padding: 88px 0 74px;
  background: url(../images/xwzx_bg.png) no-repeat center;
}

.xwzx-con .tab-hd {
  margin: 52px 0 60px;
  justify-content: center;
}

.xwzx-con .tab-bd ul li {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  width: calc((100% - 28px) / 2);
  height: 317px;
  background: #fff;
}

.img-box {
  width: 288px;
  height: 207px;
}

.dt-con {
  position: relative;
  width: calc(100% - 312px);
}

.dt-con::after {
  content: "NEW";
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 58px;
  font-weight: bold;
  color: #FBFBFB;
}

.dt-con.noImg {
  width: 100%;
}

.dt-con h3 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
}

.dt-con .h4 {
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  transition: all .3s ease;
}

.dt-con .h4:hover {
  color: #498432;
  transition: all .3s ease;
}

.dt-con p {
  margin: 18px 0 16px;
  height: 50px;
  font-size: 16px;
  line-height: 25px;
  color: #9E9E9E;
  text-indent: 2em;
  -webkit-line-clamp: 2;
}

.dt-con .ckgd {
  float: right;
  display: block;
  width: 70px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #498432;
  background: url(../images/xwdt_jt.png) no-repeat left bottom;
  background-size: 90%;
}

.xwzx-con .tab-bd .swiper-pagination {
  text-align: center;
  padding: 0;
  bottom: 85px;
}

.xwzx-con .tab-bd .swiper-pagination-bullet {
  width: 37px;
  height: 5px;
  border-radius: 3px;
  background: #D8D8D8;
  border: none;
}

.xwzx-con .tab-bd .swiper-pagination-bullet-active {
  background: #498432;
}

.xwzx-ckgd {
  margin-top: 124px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #498432;
}

.xwzx-ckgd i {
  margin-left: 10px;
  font-size: 24px;
  vertical-align: bottom;
  transition: all .3s ease;
}

.xwzx-ckgd:hover i {
  margin-left: 20px;
  transition: all .3s ease;
}

.ywtx {
  padding: 90px 0 62px;
  background: url(../images/ywtx_bg.png) no-repeat center;
}

.ywtx .sy-head h4 {
  padding: 0 60px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #BDC6D3;
}

.ywtx-hd {
  margin: 45px 0 50px;
  justify-content: center;
}

.ywtx-hd a {
  color: #fff;
}

.ywtx-bd {
  height: 465px;
}

.ywtx-bd ul {
  height: 100%;
  justify-content: flex-start;
}

.ywtx-bd li {
  height: 100%;
}

.ywtx-bd li .h3 {
  width: auto;
  height: auto;
  color: #fff;
}

.sm {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  width: 14.6%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.sm .head {
  margin: 40px 0;
  z-index: 1;
}

.sm .h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  z-index: 1;
}

.sm p {
  height: 78px;
  font-size: 16px;
  line-height: 26px;
  z-index: 1;
}

.big p {
  height: 52px;
}

.sm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
}

.ywtx-bd .ckxq {
  display: none;
  font-size: 16px;
  color: #fff;
}

.ywtx-bd .ckxq i {
  margin-left: 12px;
  font-size: 20px;
}

.sm>.icon {
  margin-top: 90px;
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* 图标 */

.sdkc li.sm:nth-child(1) .icon {
  background-image: url(../images/svg/lk_icon.svg);
}

.sdkc li.sm:nth-child(2) .icon {
  background-image: url(../images/svg/lvk_icon.svg);
}

.sdkc li.sm:nth-child(3) .icon {
  background-image: url(../images/svg/ssjc_icon.svg);
}

.sdkc li.sm:nth-child(4) .icon {
  background-image: url(../images/svg/dr_icon.svg);
}

.sdny li.sm:nth-child(1) .icon {
  background-image: url(../images/svg/gffd_icon.svg);
}

.sdny li.sm:nth-child(2) .icon {
  background-image: url(../images/svg/flfd_icon.svg);
}

.sdny li.sm:nth-child(3) .icon {
  background-image: url(../images/svg/nyzhz_icon.svg);
}

.sdny li.sm:nth-child(4) .icon {
  background-image: url(../images/svg/cd_icon.svg);
}


/* 图片 */

.sdkc li.sm:nth-child(1) {
  background-image: url(../images/lk_img.png);
}

.sdkc li.sm:nth-child(2) {
  background-image: url(../images/lvk_img.png);
}

.sdkc li.sm:nth-child(3) {
  background-image: url(../images/ssjc_img.png);
}

.sdkc li.sm:nth-child(4) {
  background-image: url(../images/dr_img.png);
}

.sdny li.sm:nth-child(1) {
  background-image: url(../images/sdny_img1_big.png);
}

.sdny li.sm:nth-child(2) {
  background-image: url(../images/sdny_img2_big.png);
}

.sdny li.sm:nth-child(3) {
  background-image: url(../images/sdny_img3_big.png);
}

.sdny li.sm:nth-child(4) {
  background-image: url(../images/sdny_img4_big.png);
}

.big {
  padding-bottom: 15px;
  width: 56.2%;
  justify-content: flex-end;
  align-items: start;
}

.big>.icon {
  display: none;
}

.big::after {
  display: none;
}

.big .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 17px 0;
  width: 100%;
}

.big .head .h3 {
  font-size: 28px;
}

.big .ckxq {
  display: block;
}

.ywtx .sy-head h3 {
  color: #fff;
}

.ywtx-bd .item {
  display: none;
  height: 100%;
}

.ywtx-bd .item:first-child {
  display: block;
}

.jtdj {
  padding: 106px 0 63px;
  background: url(../images/jtdj_bg.png) no-repeat center;
}

.jtdj .tab-hd {
  margin: 38px 0;
  justify-content: center;
}

.jtdj .tab-hd a {
  background: #fff;
  /* border-color: #fff; */
}

.jtdj .tab-hd a.on {
  background: #498432;
}

.jtdj-con li {
  box-sizing: border-box;
  padding: 17px 16px;
  width: calc((100% - 86px) / 3);
  background: #FFFEFE;
}

.jtdj-con li .pic {
  width: 100%;
  height: 257px;
}

.jtdj-con .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.jtdj-con .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jtdj-con .date span {
  text-align: center;
}

.jtdj-con .date .p1 {
  font-size: 30px;
  font-weight: bold;
}

.jtdj-con .date .p2 {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.jtdj-con .date .p1::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background-color: #D8D8D8;
}

.jtdj-con h3 {
  width: calc(100% - 75px);
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  transition: all .3s ease;
}

.jtdj-con li:hover h3 {
  color: #498432;
  transition: all .3s ease;
}

.jtdj-con li p {
  height: 50px;
  font-size: 16px;
  line-height: 25px;
  color: #9E9E9E;
  text-indent: 2rem;
  -webkit-line-clamp: 2;
}

.jtdj-con .more {
  margin-top: 32px;
  text-align: center;
}

.lxwm {
  padding: 109px 0;
}

.lxwm-con {
  margin-top: 36px;
  align-items: flex-end;
}

.map-box {
  box-sizing: border-box;
  padding: 15px;
  width: 57%;
  height: 523px;
  background: #fff;
}

.map-box #container {
  width: 100%;
  height: 100%;
}

.amap-icon img {
  width: 30px;
}

.lxwm-con ul {
  box-sizing: border-box;
  padding: 25px 55px;
  width: 43%;
  background: #fff;
}

.lxwm-con ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
}

.lxwm-con ul li:last-child {
  border: none;
}

.lxwm-con ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #498432;
  border-radius: 50%;
}

.lxwm-con ul li span i {
  color: #fff;
  font-size: 25px;
}

.lxwm-con ul li p {
  margin-left: 30px;
  width: calc(100% - 80px);
  font-size: 24px;
  font-weight: bold;
}

.show_ul {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .jtdj-con li {
    width: calc((100% - 40px) / 3);
  }
}

@media only screen and (max-width: 1200px) {
  .banner {
    height: 562px;
  }

  .xwzx,
  .jtdj,
  .ywtx {
    padding: 40px 0;
    background-size: cover;
  }

  .dt-con::after {
    display: none;
  }

  .xwzx-ckgd {
    margin-top: 64px;
  }

  .xwzx-con .tab-bd .swiper-pagination {
    bottom: 50px;
  }

  .jtdj-con li .pic {
    height: 180px;
    object-fit: cover;
  }

  .sdkc ul:first-child {
    display: none;
  }

  .ywtx-bd {
    height: auto;
  }

  .ywtx_ul {
    display: none;
  }

  .ywtx-bd ul.show_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .show_ul li {
    position: relative;
    margin-bottom: 20px;
    width: calc((100% - 20px)/ 2);
    height: 280px;
  }

  .show_ul li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 6, 6, 0.26) 19%, rgba(15, 15, 15, 0.52) 40%, #0F0F0F 100%);
  }

  .show_ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 996px) {

  .xwzx-con .tab-bd ul li {
    width: 100%;
  }

  .xwzx-con .tab-bd ul li:last-child {
    display: none;
  }

  .jtdj-con li {
    width: calc((100% - 20px) / 2);
  }

  .jtdj-con li:last-child {
    display: none;
  }

  .jtdj-con li .pic {
    height: 210px;
  }

  .show_ul li {
    height: 220px;
  }

  .ywtx .sy-head h4 {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {

  .xwzx,
  .jtdj,
  .ywtx {
    padding: 30px 0;
  }

  .dt-con .h4 {
    height: 62px;
    font-size: 24px;
  }

  .dt-con p{
    font-size: 24px;
  }

  .ywtx{
    padding-bottom: 20px;
  }

  .xwzx-con .tab-hd,
  .jtdj .tab-hd {
    margin: 26px 0;
  }

  .tab-hd a {
    margin-right: 0;
    width: 200px;
    height: 64px;
    font-size: 24px;
    color: #333;
    background: #fff;
  }

  .jtdj-con li {
    width: 100%;
  }

  .jtdj-con li:nth-child(n+2) {
    display: none;
  }

  .jtdj-con li .pic {
    height: 400px;
  }

  .jtdj-con h3 {
    width: calc(100% - 100px);
    height: 62px;
    font-size: 24px;
  }

  .jtdj-con .date .p2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .jtdj-con li p {
    height: 66px;
    font-size: 24px;
    line-height: 33px;
  }

  .jtdj-con .date .p1::after {
    width: 72px;
  }

  .ywtx .sy-head h4 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .ywtx-hd {
    margin: 32px 0 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ywtx-hd a {
    margin-bottom: 20px;
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
    color: #fff;
    background: none;
  }

  .ywtx-hd a:nth-child(3n){
    margin-right: 0;
  }

  .sidebar{
    display: none;
  }
}