.top-active{
  background: url(../images/top.gif) no-repeat !important;
}
.ddjs-header {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/ddjspc.png) no-repeat;
  background-size: 100%;
}

.jjjc-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}

.jjjc-content-left {
  width: calc(50% - 1em);
}

.jjjc-content-left-item {
  width: 100%;
  margin-bottom: 2.4em;
}

.item-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1.2em 0;
}

.item-header-title {
  font-size: 1.2em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 7em);
}

.item-header-time {
  width: 6.2em;
  font-size: 1.0em;
  color: #585858;
}

.item-content {
  font-size: 1em;
  line-height: 1.8em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.jjjc-content-left img {
  width: 100%;
}

.jjjc-content-right {
  width: calc(50% - 1em);
}

.jjjc-content-right-list {
  margin-bottom: 1em;
}

.jjjc-content-right-list li {
  display: flex;
  padding: 1em 0;
  margin-bottom: 0.5em;

}

.jjjc-content-right-list li:hover {
  background: #f8f8f8;
  cursor: pointer;
}

.jjjc-content-right-list li:hover .left-date {
  color: #cda667
}

.left-date {
  width: 7em;
  border-right: 1px solid #dcdcdc;
  margin-right: 1em;
  padding-right: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #585858;
}

.left-date-day {
  font-size: 1.8em;
  font-weight: bold;
}

.left-date-year {
  font-size: 1em;
}

.right-info {
  width: calc(100% - 10em);
}

.right-info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.8em;
  font-size: 1.2em;
  font-weight: bold;
}

.right-info-content {
  font-size: 1em;
  line-height: 1.8em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.jjjc-tab-warpper {
  margin-bottom: 2.4em;
}

.jjjc-tab {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

.jjjc-tab li {
  cursor: pointer;
  font-size: 1.3em;
  padding: 0.3em 1.7em;
  border-radius: 1em;
  margin-right: 2.6em;
  border: 1px solid #dcdcdc;
}

.jjjc-tab .active {
  background: linear-gradient(to right, #f2dd9e, #cda768);
  border: none;
  color: #fff;
}

.jjjc-header {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/jjjcpc.png) no-repeat;
  background-size: 100%;
}

.jtyw-header {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/xwzxpc.png) no-repeat;
  background-size: 100%;
}

.jrwm-header {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/jrwmpc.png) no-repeat;
  background-size: 100%;
}

.yssd-header {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/yssdpc.png) no-repeat;
  background-size: 100%;
}

.zzjg-header {
  /* width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/index20231020_1.jpg) no-repeat;
  background-size: 100%; */
}

.datalist {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.dj-list {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.dj-list li {
  cursor: pointer;
  width: calc(50% - 2em);
  display: flex;
  padding: 1.5em 2em;
  box-sizing: border-box;
  margin: 1em 0;
  box-shadow: 0 0 10px 0 #ecebec;
}

.datalist li {
  display: flex;
  padding: 2em 0;
  border-bottom: 1px solid #dcdcdc;
}


.day-class {
  font-size: 1.5em;
  color: #333;
  font-weight: 600;
}

.year-class {
  margin-top: 0.1em;
  font-size: 0.9em;
  padding-left: 0.2em;
  color: #585858;
  font-weight: 500;
}

.right-content-container {
  width: calc(100% - 7.7em);
}

.right-content-container .list-title {
  font-size: 1.15em;
  line-height: 1.6em;
  font-weight: 600;
  color: #333333;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.7em;
}

.right-content-container .content {
  font-size: 1em;
  line-height: 1.4em;
  color: #585858;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.year-month {
  font-size: 1em;
}

.datalist li:hover .left-time {
  border: transparent;
  background: linear-gradient(#f1db9d, #cda768);
  color: #fff;
}

.dj-list li:hover .list-title {
  color: #cda667
}

.right-content {
  width: calc(100% - 7.7em);
}

.right-content .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25em;
  margin-bottom: 0.6em;
}

.right-content .content {
  font-size: 1em;
  color: #585858;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 监督举报页面 */
.jdjb-title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 1em;
  margin-bottom: 2em;
}

.jdjb-title img {
  vertical-align: middle;
  height: 0.3em;
  height: auto;
  margin: 0 1em;
  width: 10em;
}

.jdjb-title span {
  font-size: 1.50em;
  font-weight: 600;
  color: #00a09f;
  text-align: center;
  white-space: nowrap;
  display: block;
}

.jbjb-content {
  margin-top: 4em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.jbjb-content .list-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 18em;
  height: 20em;
  box-sizing: border-box;
  border-radius: 0.5em;
  border: 1px solid #efefef;
}

.jbjb-content .list-item img {
  width: 5.5em;
}

.jbjb-content .list-item p {
  width: 4em;
  font-weight: bold;
  color: #00a09f;
  font-size: 1.275em;
  margin: 1em 0 0.85em 0;
}

.jbjb-content .list-item span {
  font-size: 1.025em;
  text-align: center;
  font-weight: bold;
}

.jbjb-content .list-item .dz2{
  margin-top: 0.7em;
  font-size: 0.90em;
  color: #8c8b8b;
}

.jbjb-content .list-item h5 {
  font-size: 0.90em;
  text-align: center;
  color: #aba8a8;
  /* margin-top: 0.7em; */
}

/* 联系我们 */
.flex-box {
  display: flex;
  justify-content: space-between;
}

.lxwm-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.4em;
}

.lxwm-content .rigbox {
  flex: 1;
}

.lxwm-title {
  box-sizing: border-box;
  width: 55%;
}

.lxwm-title img {
  width: 100%;
}

.lxwm-content {
  box-sizing: border-box;
  width: 44%;
}

.lxwm-content .list-item {
  display: flex;
  border-bottom: 1px dashed #efefef;
  width: 100%;
  padding: 2em 0;
  gap: 0.8em;
}

.lxwm-content .list-item .box {
  margin-top: 0.2em;
  width: 1.8em;
  height: 1.8em;
  box-sizing: border-box;
  border-radius: 0.4em;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lxwm-content .list-item .box img {
  width: 1em;
}

.lxwm-content .list-item p:first-child {
  padding-left:0;
  color: #cda667;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}

.lxwm-content .list-item p {
  padding-left:1em;
  float: left;
  color: #333;
  font-size: 1.4em;
  text-align: left;
  line-height: 1.6em;
}

/* 文本编辑页 */
.acticle-header {
  border-bottom: 1px solid #dfdddd;
  padding-bottom: 1em;
  margin-bottom: 2.5em;
}

.acticle-header .acticle-title {
  font-size: 2em;
  margin: 2em 0 1.2em 0;
  text-align: center;
  overflow: hidden;
  line-height: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.acticle-header .acticle-info {
  color: #898989;
  font-size: 1em;
  text-align: center;
}

.acticle-header .acticle-info span {
  margin-right: 2em;
}

.acticle-content {
  font-size: 1em;
  line-height: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dcdcdc;
}

.acticle-footer {
  width: 100%;
  margin-top: 2em;
}

.acticle-footer .acticle-list {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.acticle-list .acticle-item {
  /* cursor: pointer; */
  background: #f9f9f9;
  padding: 2em 1.5em;
  margin-right: 2em;
  width: 48%;
}

.acticle-item:last-child {
  margin: 0
}

.acticle-list .acticle-item .acticle-bar {
  overflow: hidden;
  margin-bottom: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.acticle-list .acticle-item .acticle-txt {
  font-size: 1em;
}

.acticle-list .acticle-item .acticle-time {
  font-size: 0.9em;
  color: #898989;
}

.acticle-list .acticle-smummary {
  font-size: 1.05em;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.acticle-list li {
  position: relative;
}

.acticle-list li:hover .acticle-smummary {
  color: #00a09f;
}

.acticle-list li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25em;
  height: 100%;
  display: none;
  background: #00a09f;
}

.acticle-list li:hover span::before {
  display: inline-block;
}

/*出资企业*/
.cz .stbk {
  padding: 2.1875em 0 5em;
}

.cz .jjbk {
  padding: 3.75em 0 5em;
  background: #fbfbfb;
}

.cz .zcbk {
  margin-top: 3.75em;
}

.cz .cz_tit {
  font-size: 1.875em;
  color: #cda667;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

.cz .cz_tit span {
  padding: 0 0.6em;
  display: inline-block;
  line-height: 1.1;
  position: relative;
}

.cz .cz_tit span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: calc((100% - 0.1em)/2);
  width: 3em;
  height: 0.1em;
  background: linear-gradient(90deg, transparent, #cda667);
}

.cz .cz_tit span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: calc((100% - 0.1em)/2);
  width: 3em;
  height: 0.1em;
  background: linear-gradient(90deg, #cda667, transparent);
}

.cz .swiper-box {
  position: relative;
  padding: 0 3em;
}

.cz .swiper-button-prev:after,
.cz .swiper-button-next:after {
  content: none;
}

.cz .swiper-button-next {
  background: url("../images/index20231020_11.png") center center no-repeat;
  width: 1.25em;
  height: 2.5625em;
  background-size: 100% auto;
  cursor: pointer;
}

.cz .swiper-button-prev {
  background: url("../images/index20231020_12.png") center center no-repeat;
  width: 1.1875em;
  height: 2.5em;
  background-size: 100% auto;
  cursor: pointer;
}

.cz .swiper-slide .slide_cont {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin: 1em;
}

.cz .swiper-slide .slide_cont:hover {
  transition: all 0.5s;
  transform: scale(1.05);
}

.cz .swiper-slide .pic img {
  width: 100%;
}

.cz .swiper-slide .text {
  padding: 0.625em 1.25em 0.375em;
  background: #fff;
  border-bottom: 0.25em solid #fff;
}

.cz .swiper-slide:hover .text {
  border-bottom: 0.25em solid #cda667;
}

.cz .swiper-slide .text .tit {
  font-size: 1.0625em;
  white-space: nowrap;
  font-weight: bold;
  padding: 0.8823em 0;
  line-height: 1;
  border-bottom: 1px solid #e9e9e9;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cz .swiper-slide .text .js {
  font-size: 0.9375em;
  color: #333;
  line-height: 1.6em;
  height: 3.2em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  margin: 1em 0;
}

.cz .swiper-slide .text .more a {
  font-size: 0.875em;
  color: #fff;
  padding: 0.2857em 1.6428em 0.4285em 1.2142em;
  position: relative;
  line-height: 1;
  margin-bottom: 1.1428em;
  display: inline-block;
  z-index: 5;
}

.cz .swiper-slide .text .more a:before {
  content: '';
  position: absolute;
  right: 0.9285em;
  top: calc((100% - 0.5714em)/2);
  border-top: 0.2857em solid transparent;
  border-bottom: 0.2857em solid transparent;
  border-left: 0.2857em solid #fff;
}

.cz .swiper-slide .text .more a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, #cda667, #f2dd9f);
  z-index: -1;
}

/*发展战略、组织架构*/
.fz img {
  /* width: 100%; */
}

/* 纪检监擦 */
.fz .jjjc-img {
  width: 6em;
}

/*企业文化*/
.qywh .qywh_title {
  width: 91.25%;
  margin: 2em auto 3.5em;
}

.qywh .qywh_title img {
  width: 100%;
}

.qywh .qywh_tit {
  font-size: 1.875em;
  color: #cda667;
  font-weight: bold;
  text-align: center;
  margin: 0.5em 0 1em;
}

.qywh .qywh_tit span {
  padding: 0 0.6em;
  display: inline-block;
  line-height: 1.1;
  position: relative;
}

.qywh .qywh_tit span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: calc((100% - 0.1em)/2);
  width: 3em;
  height: 0.1em;
  background: linear-gradient(90deg, transparent, #cda667);
}

.qywh .qywh_tit span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: calc((100% - 0.1em)/2);
  width: 3em;
  height: 0.1em;
  background: linear-gradient(90deg, #cda667, transparent);
}

.qywh .logo {
  width: 30%;
  margin: 0 auto 1.25em;
}

.qywh .logo img {
  width: 83.3333%;
  margin-right: 16.6667%;
}

.qywh .qywh_list {
  position: relative;
}

.qywh .qywh_list:after {
  content: '';
  position: absolute;
  top: calc((100% - 22.0625em)/2);
  right: 0;
  background: url("../images/index20231020_18.png") center center no-repeat;
  background-size: 100% auto;
  width: 20.625em;
  height: 22.0625em;
  z-index: -1;
}

.qywh .qywh_list span {
  display: block;
  font-size: 1.125em;
  line-height: 1.7619;
  padding: 0.8888em 0;
}

.qywh .qywh_list em {
  font-size: 1.1666em;
  color: #cda667;
  font-weight: bold;
  position: relative;
  padding-left: 1.5714em;
}

.qywh .qywh_list em:before {
  content: '';
  position: absolute;
  width: 0.5714em;
  height: 0.5714em;
  background: #cda667;
  transform: rotate(45deg);
  top: calc((100% - 0.5714em)/2);
  left: 0;
}

/*公司介绍*/
.gsjs {
  padding-top: 1.5em;
}

.gsjs .text {
  display: flex;
  justify-content: space-between;
}

.gsjs .text .wb {
  width: calc(100% - 3em);
}

.gsjs .text .wb {
  font-size: 1.125em;
  line-height: 1.8888;
  color: #333;
}

.gsjs .text .wb p {
  display: inline;
}

.gsjs .text .wb p:not(:last-of-type) {
  margin-bottom: 1em;
  word-break: break-all;
}

.gsjs .text .pic {
  width: 30.4166%;
  margin-top: 0.5em;
  float: right;
  padding-left: 1.4em;
  clear: both;
}

.gsjs .text .pic img {
  width: 100%;

}

.gsjs .text .app_pic {
  display: none;
  width: 100%;
}

.gsjs .text .app_pic img {
  width: 100%;
}

.gsjs .info {
  font-size: 1.125em;
  display: flex;
  /* flex-wrap: wrap; */
  padding: 0 0.8888em;
  justify-content: space-around;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  margin-top: 3.8em;

}

.gsjs .info_cont {
  width: 19%;
  padding: 2.0555em 0em;
  /* padding: 2.0555em 2.8888em; */
  position: relative;
}

.gsjs .info_cont em {
  font-weight: 600;
}

.gsjs .info_cont:not(:last-of-type) {
  margin-right: 0.1111em;
}

.gsjs .info_cont:not(:last-of-type):after {
  content: '';
  position: absolute;
  width: 0.1111em;
  height: 70%;
  background: #e9e9e9;
  top: 15%;
  left: 100%;
}

.gsjs .info span {
  color: #cda667;
  line-height: 1;
  display: block;
  padding-bottom: 1.1111em;
}

.gsjs .info em {
  font-size: 2.6666em;
}

.gsjs .info p {
  line-height: 1;
  color: #333;
}

/*领导成员*/
.ldcy .table {
  width: 100%;
}

.ldcy .table>div>div {
  border-bottom: 0.3333em solid #fff;
}

.ldcy .xm {
  width: 35%;
}

.ldcy .zw {
  width: 65%;
}

.ldcy span {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

.ldcy .thead {
  background: linear-gradient(-90deg, #cda667, #f2dd9f);
}

.ldcy .thead span {
  font-size: 1.3125em;
  line-height: 2.8095;
  color: #fff;
  font-weight: bold;
}

.ldcy .tbody span {
  font-size: 1.0625em;
  line-height: 3.4705;
  color: #333;
}

.ldcy .tbody .xm {
  border-right: 0.1666em solid #fff;
}

.ldcy .tbody .zw {
  border-left: 0.1666em solid #fff;
}

.ldcy .tbody div:nth-of-type(2n) span {
  background: #fbfbfb;
}

.ldcy .tbody div:not(:nth-of-type(2n)) span {
  background: #faf6f0;
}


/* 网站地图 */
.wzdt-list {
  padding-top: 4em;
  border-top: 0.1em solid #cda767;
  display: flex;
  justify-content: space-between;
}

.wzdt-list>li {
  width: 8em;
  text-align: center;
}

.wzdt-list .wzdt-list-img {
  width: 3em;
  height: 3em;
}

.wzdt-list-title {
  font-size: 1.5em;
  margin: 0.75em 0 1.2em 0;
  position: relative;
  color: #333;
  font-weight: bold;
  margin-bottom: 3em;
}

.wzdt-list-title::after {
  content: '';
  bottom: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 0.25em;
  border-radius: 0.25em;
  width: 2em;
  background: #cda667;
}

.wzdt-list-menu li {
  width: 6em;
  text-align: left;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1.4em;
  line-height: 1.4em;
  margin-left: 1em;
  padding-left: 0.7em;
  letter-spacing: 1px;
}

.wzdt-list-menu li:hover {
  color: #cda667;
}

.wzdt-list-menu li:hover::before {
  background: #cda667;
}

.wzdt-list-menu li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 0.2em;
  background: #333;

}

.fz .lxwm-title img {
  width: 95%;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rateRight {
  0% {
    transform: rotate(30deg);
  }

  33% {
    transform: rotate(0deg);
  }

  66% {
    transform: rotate(30deg);
  }

  100% {

    transform: rotate(0deg);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    /* transform: translateX(100%); */
  }

  100% {
    opacity: 1;
    /* transform: translateX(0) */
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;

    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;

    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 4000px) {
  /* .jdjb-title span {
    width: 106em;
  } */
}

@media (max-width: 2560px) {
  /* .jdjb-title span {
    width: 80em;
  } */
}

@media (max-width: 1980px) {}

@media (max-width: 1680px) {
  .lxwm-content .list-item{
    padding: 1.5em 0;
  }
  .lxwm-content .list-item p {
    font-size: 1em;
    line-height: 2.2;
  }

  .fz .jjjc-img {
    width: 6em;
  }
}

@media (max-width: 1280px) {
  .lxwm-content .list-item p {
    font-size: 0.85em;
    margin-bottom: 0.5em;
  }

  .lxwm-content .list-item {
    margin-bottom: 0.8em;
  }

  .gsjs .info_cont {
    text-align: center;
    padding: 2.0555em 0;
  }

  .fz .jjjc-img {
    width: 6em;
  }
}

@media (max-width: 800px) {
  .fz .lxwm-title img {
    width: 100%;
  }

  .fz .lxwm-content {
    justify-content: flex-start;
  }

  .fz .lxwm-content .list-item {
    margin-bottom: 0;
  }

  /* .jdjb-title span {
    width: 25em;
  } */

  /*公司介绍*/
  .gsjs .text {
    flex-direction: column;
  }

  .gsjs .text .pic {
    display: none;
  }

  .gsjs .text .app_pic {
    display: block;
    margin-bottom: 2.8em;
  }

  .gsjs .text .wb {
    width: 100%;
  }

  .gsjs .text .wb {
    font-size: 1.3666em;
    line-height: 1.75;
  }

  .gsjs .info_cont:not(:last-of-type):after {
    content: none;
  }

  .gsjs .info {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gsjs .info_cont {
    width: 27%;
    padding: 1em;
    /* border-right: 0.13em solid #e0e0e0; */
    margin-bottom: 0.5em;
  }

  /*企业文化*/
  .qywh .qywh_title {
    width: 100%;
  }

  .qywh .logo {
    width: 38%;
  }

  .qywh .qywh_list span {
    font-size: 1.36em;
    line-height: 1.75;
    padding: 0.6668em 0;
  }

  .qywh .qywh_list em {
    font-size: 1.1052em;
  }
}

@media (max-width: 580px) {
  .acticle-list .acticle-item .acticle-item-box {
    width: 97%;
    height: 100%;
    padding: 0 1.5%;
  }

  .gsjs .info {
    justify-content: center;
  }


  .gsjs .info_cont:nth-child(2)::after {
    display: none;
  }

  .gsjs .info_cont:nth-child(4)::after {
    display: none;
  }

  .jdjb-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .jdjb-title img {
    vertical-align: middle;
    height: 0.2em;
    margin: 0 0.5em;
    width: 2em;
  }

  .jdjb-title span {
    vertical-align: middle;
    font-size: 1.50em;
    font-weight: 600;
    color: #00a09f;
  }

  .dj-list li {
    width: 100%;
  }

  .jbjb-content {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    align-items: center;
  }

  .jbjb-content .list-item {
    width: 14em;
    height: 18em;
    margin-bottom: 2em;
  }

  .jbjb-content .list-item span {
    font-size: 1em;
  }

  .jbjb-content .list-item h5 {
    font-size: 0.75em;
  }

  .flex-box {
    flex-wrap: wrap;
  }

  .lxwm-title {
    width: 100%;
    margin-bottom: 2em;
  }

  .lxwm-content {
    width: 100%;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: row;
  }

  .lxwm-content .list-item {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
  }

  .lxwm-content .list-item p {
    font-size: 1em;
    float: none;
    height: 3em;
    padding-left: 0;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.5em;
  }

  .acticle-header .acticle-title {
    font-size: 1.6em;
    line-height: 2em;
    margin: 1.5em 0;
  }

  .acticle-footer .acticle-list {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
  }

  .acticle-list .acticle-item {
    margin-right: 0;
    margin-bottom: 1em;
    width: 100%;
    padding: 2em 0;
  }
  
  .acticle-content img {
    width: 85% !important;
    height: 85% !important;
  }

  .ddjs-header {
    background: url(../images/ddjsmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .jjjc-header {
    background: url(../images/jjjcmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .jrwm-header {
    background: url(../images/jrwmmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .jtyw-header {
    background: url(../images/xwzxmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .yssd-header {

    background: url(../images/yssdmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .zzjg-header {

    background: url(../images/zzjgmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .gsjs .info em {
    font-size: 2.3em
  }

  .gsjs .info_cont {
    text-align: center;
    padding: 2.0555em 0.5em;
    width: 40%;
    border: none;
    border-bottom: 1px solid #e9e9e9
  }

  .gsjs .info_cont:not(:last-of-type):after {
    content: '';
    position: absolute;
    width: 0.1111em;
    height: 70%;
    background: #e9e9e9;
    top: 15%;
    left: 100%;
  }

  .gsjs .info_cont:last-child {
    border: none
  }

  /* 网站地图 */
  .wzdt-list {
    padding-top: 3em;
    border-top: 0.1em solid #cda767;
    display: flex;
    flex-wrap: wrap;
  }

  .wzdt-list>li {
    width: 8em;
    text-align: center;
    display: flex;
    flex-basis: 100%;
    border-bottom: 1px solid #cda667;
    margin-bottom: 2em;
  }

  .wzdt-list>li:last-child {
    border: none
  }

  .wzdt-list-title {
    font-size: 1.2em;
    width: 4em;
  }

  .wzdt-list .wzdt-list-img {
    width: 2.1em;
    height: 2em;
  }

  .wzdt-list-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.2em
  }

  .wzdt-list-menu li {
    width: auto;
    margin-bottom: 1em;
    margin: 0 1.2em 0.5em 0;
    line-height: 1em;
    padding: 0 0 0 0.6em;
  }

  .wzdt-list-menu li::before {
    top: 0.5em;
  }

  .title {
    margin-bottom: 3.8em;
  }

  .jjjc-tab-warpper {
    width: 100%;
    overflow: auto;
  }

  .jjjc-tab-warpper::-webkit-scrollbar {
    display: none;
  }

  .jjjc-tab {
    display: block;
    white-space: nowrap
  }

  .jjjc-tab li {
    vertical-align: top;
    margin-right: 1.2em;
    line-height: 1.2em;
    padding: 0.3em 1.4em;
    display: inline-block;
  }

  .jjjc-tab li:last-child {
    margin-right: 0
  }

  .jjjc-content {
    display: block;
  }

  .jjjc-content-left {
    width: 100%;
  }

  .jjjc-content-right {
    width: 100%;
  }

  .left-date-day {
    font-size: 2.2em;
  }

  .jdjb-title .long-title {
    font-size: 1.2em;
  }
}