@charset "utf-8";
/* CSS Document */
.crumb-nav{
  width: 1160px;
  margin: 40px auto;
  margin-top: 0;
  padding-top: 30px;
  font-size: 16px;
}
.mainInfo{
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/info-bak1.png)no-repeat;
  /* background-position-y: 70px; */
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  margin-bottom: -83px;
  padding-bottom: 163px;
}
.info_box {
  width: 1160px;
  margin: 0 auto;
}
.info_box section{
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.info_box section .title_box{
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/title-bak.png)no-repeat;
  height: 100px;
  position: relative;

}
.info_box section .title_box h3{
  text-align: center;
  font-size: 36px;
  line-height: 57px;
  color: #fff;
  font-weight: bold;
}
.info_box section .title_box a{
  position: absolute;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  right: 8px;
  top: 4px;
}
.info_box section .title_box a:hover{
  color: #064A9D;
  font-weight: bold;
}

/* 宣传专题 */
.xczt_box .content{
  display: flex;
  justify-content: space-between;
}
.xczt_box .content a{
  cursor: pointer;
  display: block;
  width: 49%;
}
.xczt_box .content a img{
  width: 497px;
}

/* 业务专题 */
.ywzt_box{
  position: relative;
}
.ywSwiper {
  overflow: hidden;
  margin: 0 auto;
}
.swiper-3d{
  perspective: 800px !important;
}
.ywSwiper .swiper-slide img{
  width: 100%;
}
.ywSwiper .swiper-button-next:after {
  display: none;
}

.ywSwiper .swiper-button-prev:after {
  display: none;
}

.ywSwiper .swiper-button-next {
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/ywzt-jt-right.png) no-repeat;
  right: -1px;
  height: 100px;
  width: 40px;
}

.ywSwiper .swiper-button-prev {
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/ywzt-jt-left.png) no-repeat;
  left: -1px;
  height: 100px;
  width: 40px;
}

/* 历史专题 */
.lszt_box{
  position: relative;
}
.lsSwiper{
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.lsSwiper .swiper-button-next:after {
  display: none;
}

.lsSwiper .swiper-button-prev:after {
  display: none;
}

.lsSwiper .swiper-button-next {
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/lszt-jt-right.png) no-repeat;
  right: -1px;
  height: 112px;
  width: 52px;
}

.lsSwiper .swiper-button-prev {
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/lszt-jt-left.png) no-repeat;
  left: -1px;
  height: 112px;
  width: 52px;
}
/*  宣传 */
.xczt_box {
  position: relative;
}

.xcSwiper {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 11px;
}

.xcSwiper .swiper-button-next:after {
  display: none;
}

.xcSwiper .swiper-button-prev:after {
  display: none;
}

.xcSwiper .swiper-button-next {
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/ywzt-jt-right.png) no-repeat;
  right: -1px;
  height: 100px;
  width: 40px;
  top: 60%;
}

.xcSwiper .swiper-button-prev {
  background: url(http://yjglt.gxzf.gov.cn/material/ztzl/images/ywzt-jt-left.png) no-repeat;
  left: -1px;
  height: 100px;
  width: 40px;
  top: 60%;
}
.xcSwiper .swiper-wrapper{
  height: 163px !important;
}