@charset "utf-8";

/* banner */
.banner {
  position: relative;
  overflow: hidden;
}

.banner-text {
  position: absolute;
  left: 50%;
  top: 15%;
  z-index: 999999;
  width: 1200px;
  margin-left: -600px;
  color: #fff;
}

.banner-text .title {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}

.banner-text .title div {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1em;
}

.banner-text .title .line {
  width: 3px;
  height: 120px;
  background: #fff;
  margin: 0 25px;
}

.banner-text .name {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4em;
}

.banner-text .name span {
  display: block;
  font-size: .8em;
}

.banner-text .info {
  font-size: 18px;
  line-height: 2.5em;
  padding-left: 5em;
  margin-bottom: 3em;
}

.banner-text .time {
  margin-left: 2em;
  background: var(--col2);
  font-size: 18px;
  border-radius: 3em;
  line-height: 3em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 20em;
}


.banner-text .time span {
  display: block;
  padding: 0 1em;
  background: #fff;
  border-radius: 3em;
  color: #000;
  margin-left: -1px;
  margin-right: 1em;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .swiper-pagination>* {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.banner .swiper-pagination>*.swiper-pagination-bullet-active {
  background: var(--col1);
}

/* 主体内容 */
.column {
  padding: 60px 0;
}

.column-img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* dhjj */
.dhjj {}


.dhjj .dhjj-cont {
  border-radius: 20px;
  border-top: 25px solid var(--col1);
  padding: 30px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 40px;
}

.dhjj .dhjj-cont .text {
  width: 50%;
}

.dhjj .hxmb-cont {
  display: flex;
  align-items: center;
}

.dhjj .hxmb-cont .pic {
  flex-shrink: 1;
  margin-right: 30px;
}

.dhjj .hxmb-cont .title {
  font-weight: bold;
  font-size: 22px;
  color: var(--col1);
  margin-bottom: 10px;
}

.dhjj .hxmb-cont ol {
  padding-left: 1em;
}

.dhjj .hxmb-cont li {
  list-style: decimal;
}

/* nyjb */
.nyjb {}

.nyjb .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ryzx,
.dhzx {
  width: 48%;
}

.bgjb,
.zdwyh,
.zzwyhzx,
.jswyhzx {
  width: 100%;
}

.nyjb-list {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2%;
}

.nyjb-list .bt {
  background-image: var(--bgCo2);
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 3em;
}

.nyjb-list img {
  display: block;
  width: 100%;
}

.nyjb-list .list {
  display: flex;
  padding: 20px;
  justify-content: center;
}

.nyjb .item {
  color: #666;
  font-size: 14px;
  text-align: center;
}

.nyjb .item .name {
  font-size: 16px;
  font-weight: bold;
  color: var(--col1);
  margin-top: 15px;
}

.nyjb .item .name+div {
  font-size: 14px;
  line-height: 1.5em;
}

.zdwyh-swiper,
.bgjb-swiper {
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto;
}

/* news */
.news {
  background: var(--col3);
}

.news-list {}

.news-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2em;
}

.news-list .item~.item {
  border-top: dashed 1px #ccc;
  padding-top: 25px;
  margin-top: 25px;
}

.news-list .item .title {
  width: 80%;
  display: flex;
  align-items: center;
}

.news-list .item .title a {
  color: #333;
}

.news-list .item .title a:hover {
  color: var(--col2);
}

.news-list .item .time {
  color: #999;
  font-size: 14px;
}

.news-list .item .title span {
  display: block;
  font-size: 2em;
  width: 18px;
  line-height: 1;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  text-align: center;
}

.news-list .item .title img {
  display: block;
  width: 18px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}

/* zzdw */
.zzdw {
  background: #fff;
}


.zzdw-list {
  display: flex;
  flex-wrap: wrap;
}

.zzdw-list .item {
  width: calc(100% / 6);
  padding: 0 5px;
}

.zzdw-list img {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
}

/* 内页 */
.page {
  padding-bottom: 60px;
}

/* banner-ny */
.banner-ny {
  position: relative;
}

.banner-ny .bg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.banner-ny-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  color: #fff;
}

.banner-ny-text .text {
  width: 1200px;
}

.banner-ny-text .title {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}

.banner-ny-text .title div {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1em;
}

.banner-ny-text .title .line {
  width: 3px;
  height: 120px;
  background: #fff;
  margin: 0 25px;
}

.banner-ny-text .name {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4em;
}

.banner-ny-text .name span {
  display: block;
  font-size: .8em;
}

.banner-ny-text .time {
  margin-left: 2em;
  background: var(--col2);
  font-size: 18px;
  border-radius: 3em;
  line-height: 3em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 20em;
}


.banner-ny-text .time span {
  display: block;
  padding: 0 1em;
  background: #fff;
  border-radius: 3em;
  color: #000;
  margin-left: -1px;
  margin-right: 1em;
}

/* ytsz-cont */
.ytsz-cont {
  margin-top: 50px;
}

.ytsz-cont .typename {
  font-weight: bold;
  font-size: 22px;
  color: var(--col1);
  margin-bottom: 10px;
  text-align: center;
}

.ytsz-cont .typeinfo {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.ytsz-list {
  display: flex;
  justify-content: space-between;
}

.ytsz-list .item {
  border-radius: 20px;
  width: 48%;
  background: #fff;
  border: solid 1px var(--col1);
}

.ytsz-list .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-image: var(--bgCo2);
  border-radius: 20px 20px 0 0;
}

.ytsz-list .info {
  padding: 30px;
}

/* ptbj-cont */
.ptbj-cont {
  display: flex;
  align-items: center;
  margin-top: 50px;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 50px 80px;
}

.ptbj-cont img {
  display: block;
  flex-shrink: 0;
  margin-right: 90px;
}

.ptbj-cont .title {
  font-weight: bold;
  font-size: 22px;
  color: var(--col1);
  margin-bottom: 10px;
  background: url(../img/icon-ptbj.png) no-repeat left center /auto 100%;
  line-height: 2em;
  padding-left: 2.5em;
}

/* page-zzdw */
.page-zzdw {
  background: inherit;
  padding-bottom: 0;
}

.page-zzdw .zzdw-cent {
  background: #fff;
  padding: 40px;
}

.page-zzdw .zzdw-bt {
  font-size: 22px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-image: var(--bgCo2);
  border-radius: 20px 20px 0 0;
}

.page-zzdw .item .bt {
  color: var(--col1);
  font-weight: bold;
  font-size: 20px;
}

.nyjb .hywyhcy {
  width: 100%;
}

.nyjb .hywyhcy .text {
  padding: 30px 60px;
}

/* page-lwtj */
.page-lwtj {}

.page-lwtj .bt {
  font-size: 22px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-image: var(--bgCo2);
  border-radius: 20px 20px 0 0;
}

.page-lwtj .detail-text strong {
  color: var(--col1);
}

.page-lwtj [class*='-cont'] {
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
}

.page-lwtj [class*='-cont'] .text {
  padding: 30px 60px;
}

.zjly-cont .text {}

.zjly-cont .text ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0;
}

.zjly-cont .text ul::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 2px var(--col1) dashed;
}

.zjly-cont .text ul li {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.zjly-cont .text ul li p:nth-child(2n+1) {
  margin-right: 4%;
}

.zjly-cont .text ul li p:first-child {
  width: 100%;
  margin: 0;
}

.zjly-cont .text ul li p {
  width: 48%;
  margin-top: 10px;
}

.page-lwtj .yxpx-cont {
  position: relative;
  margin-bottom: 30px;
}

.page-lwtj .yxpx-cont::after {
  content: '';
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 999;
  width: 294px;
  height: 263px;
  background: url(../img/img-yxpx.png);
}

.page-lwtj .yxpx-cont .text {
  padding-right: 320px;
}

.page-lwtj .zyrq-cont .text {
  background: no-repeat 40px 30px url(../img/icon-zyrq.png);
  padding-left: 160px;
}

/* page-bmzc */
.page-bmzc .bt {
  font-size: 22px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-image: var(--bgCo2);
  border-radius: 20px 20px 0 0;
}

.page-bmzc [class*='-cont'] {
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
}

.page-bmzc [class*='-cont'] .text {
  padding: 30px 60px;
}

.hyzcfy-cont th,
.hyzcfy-cont td {
  border-color: var(--col1);
  padding: 1em;
}

.hyzcfy-cont th {
  color: var(--col1);
}

.zcjfsm-cont ol {
  padding-left: 1em;
}

.zcjfsm-cont li {
  list-style: inherit;
}

/* page-danye */
.page-danye .bt {
  font-size: 22px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-image: var(--bgCo2);
  border-radius: 20px 20px 0 0;
}

.page-danye [class*='-cont'] {
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
}

.page-danye [class*='-cont'] .text {
  padding: 30px 60px;
}

.hdsz-cont .text ul {
  position: relative;
  padding: 20px 0 20px 50px;
}

.hdsz-cont .text ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: var(--bgCo3);
  z-index: 5;
}

.hdsz-cont .text ul li {
  position: relative;
  z-index: 10;
  list-style: none;
}

.hdsz-cont .text ul li::before {
  content: '';
  background: no-repeat 0 0 url(../img/icon-dian.png);
  position: absolute;
  left: -58px;
  width: 17px;
  height: 17px;
  top: 5px;
  z-index: 10;
}

.hdsz-cont .text ul li strong {
  color: var(--col1);
}

.hdsz-cont .text ul li~li {
  margin-top: 1.5em;
}

.rcap-cont .text ul {
  position: relative;
  padding: 20px 0;

}

.rcap-cont .text ul::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: var(--bgCo3);
  z-index: 5;
}

.rcap-cont .text ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 2.5em;
  position: relative;
  z-index: 10;
  list-style: none;
}

.rcap-cont .text ul li::before {
  content: '';
  background: no-repeat 0 0 url(../img/icon-dian.png);
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 17px;
  height: 17px;
  top: 12px;
  z-index: 10;
}

.rcap-cont .text ul li~li {
  margin-top: 2em;
}

.rcap-cont .text ul li p:first-child {
  background-image: var(--bgCol);
  color: #fff;
  width: 12em;
  text-align: center;
  border-radius: 3em;
  padding: 0;
}

.rcap-cont .text ul li p {
  width: 35%;
  padding-left: 10em;
}

.hydd-cont .text strong {
  background: no-repeat left center url(../img/icon-dingwei.png);
  background-size: auto 100%;
  padding-left: 2em;
}

.page-danye .lxwm-cont .text {
  padding: 50px 80px;
  font-size: 18px;
  line-height: 2em;
}

.page-danye .lxwm-cont .text p:nth-child(2) {
  padding-left: 2.5em;
  margin-top: 1em;
  background: no-repeat left center url(../img/icon-lxr.png);
}

.page-danye .lxwm-cont .text p:nth-child(3) {
  padding-left: 2.5em;
  margin-top: 1em;
  background: no-repeat left center url(../img/icon-tell.png);
}

.page-danye .lxwm-cont .text p:nth-child(4) {
  padding-left: 2.5em;
  background: no-repeat left center url(../img/icon-email.png);
}

/* news-detail */
.news-detail {
  padding: 30px 60px;
  background: #fff;
}

.news-detail .title {
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: var(--col1);
}

.news-detail .time {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px #999 dashed;
  padding-bottom: 20px;
  text-align: center;
}

/* nyzj-list */
.nyzj-list {}

.nyzj-list .item {
  margin-top: 30px;
  position: relative;
}

.nyzj-list .item .box {
  display: flex;
  align-items: flex-start;
  border-radius: 30px;
  border: 2px var(--col1) dashed;
  padding: 50px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.nyzj-list .item::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  background: #e7cee8;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.nyzj-list .item .left {
  width: 200px;
  flex-shrink: 0;
  margin-right: 50px;
}

.nyzj-list .item .left .pic {
  width: 200px;
  height: 240px;
  padding: 12px;
  background: no-repeat 0 0 url(../img/bg-nyzj.jpg);
  margin-bottom: 15px;
}

.nyzj-list .item .left img {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.nyzj-list .item .left .name {
  background-image: var(--bgCo2);
  color: #fff;
  border-radius: 2em;
  padding: 0 10px;
  text-align: center;
}

.nyzj-list .item .text {
  width: 100%;
}

.nyzj-list .item .text .yjly {
  margin: 1em 0;
}

.nyzj-list .item .text strong {
  color: var(--col1);
}

/* detail-text */
.detail-text>*~* {
  margin-top: 1em;
}

.detail-text ol,
.detail-text ul {
  padding-left: 1.5em;
}

.detail-text li {
  list-style: inherit;
}