/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei,
		Times New Roman,
		Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f7f8f4;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 30px;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 5rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.4rem;
  text-align: left;
}
.zt_header .logo img {
  width: 2.52rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
    background-size: 150% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4aac87 0%, #207b5d 100%);
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: #f0f8f4;
  border-radius: 10px;
}
/* 滚动条 结束 */
.p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #3a4a40;
  text-align: justify;
  word-break: break-word;
}
.p span,
.p a {
  font-size: inherit;
}
.p a:hover {
  color: #1f7a5c;
}
.p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.under_link {
  text-decoration: underline !important;
  word-break: break-all;
  color: #0f58bc;
}
.under_link:hover {
  color: #1f7a5c;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz21 {
  font-size: 21px;
}
.fz22 {
  font-size: 22px;
}
.theme_color {
  color: #1f7a5c;
}
.theme_color2 {
  color: #1f7a5c;
}
.inline_block {
  display: inline-block;
}
.block {
  display: block;
}
.paper_box {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px;
}
.zt_title {
  position: relative;
  z-index: 1;
  height: 84px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media (max-width: 600px) {
  .zt_title {
    height: 56px;
    margin-bottom: 20px;
  }
}
.zt_title.zt_title1 {
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title3.png);
}
.zt_title.zt_title4 {
  background-image: url(../images/zt_title4.png);
}
.zt_title.zt_title5 {
  background-image: url(../images/zt_title5.png);
}
.zt_title.zt_title6 {
  background-image: url(../images/zt_title6.png);
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.dy_box {
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .dy_box {
    padding: 20px;
  }
}
.green_line {
  position: relative;
}
.green_line::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 4px;
  background-color: #2a8d6b;
}
.lbsx_ul {
  margin-left: -12px;
  margin-right: -12px;
}
.lbsx_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lbsx_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.lbsx_ul > li:nth-child(n) {
  margin-top: 0;
}
.lbsx_ul > li:nth-child(n + 3) {
  margin-top: 24px;
}
.lbsx_ul > li:nth-child(3) {
  margin-top: 0;
}
.lbsx_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .lbsx_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lbsx_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .lbsx_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .lbsx_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .lbsx_ul > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .lbsx_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .lbsx_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.lbsx_ul li > div {
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e3e8e3;
  box-shadow: 0px 4px 15px 0px rgba(31, 122, 92, 0.1);
  overflow: hidden;
}
.lbsx_ul .lbsx_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  background: url(../images/lbsx_title.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(10, 61, 46, 0.3);
}
.lbsx_ul .lbsx_content {
  overflow-y: auto;
  background-color: #fff;
  padding: 10px 20px;
  height: 270px;
}
@media (max-width: 600px) {
  .lbsx_ul .lbsx_content {
    height: auto;
    max-height: 270px;
  }
}
.sqcl_ul {
  margin-left: -12px;
  margin-right: -12px;
}
.sqcl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sqcl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.sqcl_ul > li:nth-child(n) {
  margin-top: 0;
}
.sqcl_ul > li:nth-child(n + 3) {
  margin-top: 24px;
}
.sqcl_ul > li:nth-child(3) {
  margin-top: 0;
}
.sqcl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .sqcl_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sqcl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .sqcl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .sqcl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .sqcl_ul > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .sqcl_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .sqcl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.sqcl_ul li > div {
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 96px;
  padding-left: 32px;
}
.tip_box {
  background: #fffbef;
  border: 1px dashed #ffcf58;
  padding: 5px 20px;
}
.tip_box .p {
  color: #eba700;
}
.zt_title_sec {
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  color: #12503d;
}
.zt_title_sec::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 24px;
  background: url(../images/title_icon.png) no-repeat left center;
  background-size: contain;
}
.zwfww_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  background: url(../images/zwfww_bg.png) no-repeat bottom center;
  background-size: cover;
}
.zwfww_box .p {
  color: #ffffff;
}
.zwfww_box img {
  width: 125px;
}
@media (max-width: 600px) {
  .zwfww_box {
    padding: 20px 10px;
  }
}
.lc_box {
  max-height: 648px;
  overflow-y: auto;
  padding: 20px;
  background-color: #fff;
}
.lc_box .p_icon1 {
  position: relative;
  padding-left: 50px;
}
.lc_box .p_icon1 .num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  background: #e6f4ee;
  border: 1px solid #2a8d6b;
  font-size: 15px;
  font-weight: bold;
  color: #2a8d6b;
}
.lc_box .p_icon1::after {
  top: -20px;
  bottom: -20px;
  left: -20px;
}
.lc_box img {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .xxsq_table_box {
    overflow-x: auto;
  }
}
.xxsq_table {
  width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e3e8e3;
  box-shadow: 0px 4px 15px 0px rgba(31, 122, 92, 0.1);
}
.xxsq_table tr:nth-child(even) {
  background-color: #f7f8f4;
}
.xxsq_table th {
  background: #2a8d6b;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 20px;
  border: 1px solid #e3e8e3;
}
.xxsq_table td {
  padding: 20px;
  border: 1px solid #e3e8e3;
}
.xxsq_table th:nth-child(4),
.xxsq_table td:nth-child(4) {
  text-align: center;
}
.xxsq_table th:nth-child(4) .p,
.xxsq_table td:nth-child(4) .p {
  text-align: center;
}
.p_icon2 {
  padding-left: 15px;
  position: relative;
}
.p_icon2::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 10px;
  background: #eba700;
}
.zcwj_ul {
  box-sizing: border-box;
  margin-left: -12px;
  margin-right: -12px;
}
.zcwj_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zcwj_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.zcwj_ul > li:nth-child(n) {
  margin-top: 0;
}
.zcwj_ul > li:nth-child(n + 1) {
  margin-top: 24px;
}
.zcwj_ul > li:nth-child(1) {
  margin-top: 0;
}
.zcwj_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcwj_ul li a {
  transition: all 0.3s ease;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  position: relative;
  padding-right: 60px;
}
.zcwj_ul li .info {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.zcwj_ul li .info .info_left {
  height: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  padding-right: 25px;
  width: 80px;
  position: relative;
}
.zcwj_ul li .info .info_left b {
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: bold;
  color: #2a8d6b;
}
.zcwj_ul li .info .info_left span {
  transition: all 0.3s ease;
  font-size: 12px;
  font-weight: normal;
  color: #6a7a70;
}
.zcwj_ul li .info .info_left::after {
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 50px;
  background-color: #1f7a5c;
}
.zcwj_ul li .info .info_right {
  padding-top: 4px;
  padding-left: 25px;
  width: calc(100% - 80px);
}
.zcwj_ul li .info .info_right h6 {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  color: #3a4a40;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.zcwj_ul li .detail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/icon_arrow1.png) no-repeat center;
  background-size: contain;
}
.zcwj_ul li:hover a {
  border: 1px solid #2a8d6b;
}
.zcwj_ul li:hover .info .info_right h6 {
  color: #1f7a5c;
}
.zcwj_ul li:hover .detail {
  background-image: url(../images/icon_arrow2.png);
}
.item_box_qa1 {
  box-sizing: border-box;
  margin-left: -12px;
  margin-right: -12px;
}
.item_box_qa1::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_qa1 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.item_box_qa1 > li:nth-child(n) {
  margin-top: 0;
}
.item_box_qa1 > li:nth-child(n + 1) {
  margin-top: 24px;
}
.item_box_qa1 > li:nth-child(1) {
  margin-top: 0;
}
.item_box_qa1 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_box_qa1 li > div {
  background-color: #fff;
  padding: 20px;
}
.item_box_qa1 li .text_tit {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 50px;
  background: url(../images/icon_q.png) no-repeat left 5px;
  background-size: 32px;
}
.item_box_qa1 li .text_tit:hover {
  color: #1f7a5c;
}
.item_box_qa1 li .text_con {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  line-height: 2;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 50px;
  background: url(../images/icon_a.png) no-repeat left 5px;
  background-size: 32px;
}
