/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: url(../images/zt_bg.png) no-repeat top center;
  background-color: #fffaf5;
}
@media (max-width: 992px) {
  body {
    background-image: none;
  }
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 0.3rem;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 8.02rem;
  position: relative;
  background: url(/material/2024/static/images/319164633.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.37rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 4.1rem;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .zt_header {
    height: 6.6rem;
  }
}
@media (max-width: 600px) {
  .zt_header {
    height: 5.6rem;
  }
  .zt_header .zt_logo img {
    width: 3.1rem;
  }
}
.gzbj {
  margin-top: -2rem;
  margin-bottom: 0.9rem;
  position: relative;
  background-color: #fff8f0;
  border: solid 1px #ffe595;
  padding: 22px 60px 22px 130px;
}
.gzbj span {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -15px;
  width: 78px;
  height: 166px;
  background: url(../images/gzbj_icon.png) no-repeat center;
  font-size: 0;
}
.gzbj p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: justify;
}
@media (max-width: 992px) {
}
@media (max-width: 600px) {
  .gzbj {
    margin-top: -1rem;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
  }
  .gzbj span {
    display: block;
    margin: 0 auto 10px;
    position: static;
    background: none;
    font-size: 20px;
    font-weight: bold;
    width: 90px;
    height: auto;
    color: #c4181f;
  }
}
/* 头部header 结束 */
.title_bg {
  height: 0.35rem;
  margin-bottom: 0.3rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.title_bg span {
  font-size: 0;
}
.title_bg a.more {
  position: absolute;
  top: -6px;
  right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #ec372b;
}
.title_bg a.more:hover {
  opacity: 0.7;
}
.title_bg.title_bg1 {
  height: 0.45rem;
  background-image: url(../images/title_bg1.png);
}
.title_bg.title_bg1 a.more {
  top: 3px;
  right: 17px;
}
.title_bg.title_bg2 {
  background-image: url(../images/title_bg2.png);
}
.title_bg.title_bg3 {
  background-image: url(../images/title_bg3.png);
}
.title_bg.title_bg4 {
  height: 0.58rem;
  background-image: url(../images/title_bg4.png);
}
.title_bg.title_bg4 a.more {
  top: 3px;
  right: 17px;
}
.title_bg.title_bg5 {
  height: 0.36rem;
  background-image: url(../images/title_bg5.png);
}
.title_bg.title_bg5 a.more {
  right: 20px;
}
.title_bg.title_bg6 {
  height: 0.36rem;
  background-image: url(../images/title_bg6.png);
}
@media (max-width: 600px) {
  .title_bg {
    height: 0.45rem !important;
  }
  .title_bg a.more {
    top: -16px !important;
    right: 0 !important;
  }
}
.list_t li {
  line-height: 1;
  position: relative;
  padding: 18px 0px 18px 20px;
}
.list_t li:not(:last-child) {
  border-bottom: 1px dashed #dfdfdf;
}
.list_t li::before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #afa1a1;
  border-radius: 0;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.list_t li span {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  color: #888888;
}
.list_t li:hover a,
.list_t li:hover span {
  color: #e0110b;
}
.list_t li:hover::before {
  background-color: #e0110b;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100%;
  }
  .list_t li span {
    display: none;
  }
}
.p1 {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.p1 .news_row3 {
  margin-bottom: 0.22rem;
}
.p2 {
  margin-bottom: 0.7rem;
}
.p3,
.p4,
.p5 {
  margin-bottom: 0.7rem;
}
.item_box_title {
  margin-bottom: 0.55rem;
}
.img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.img_mask_box .mask_title h3 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 48px;
  line-height: 48px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.news_row3 {
  background-image: linear-gradient(0deg, #fff7f0 0%, #ffe9d7 100%, #dfb9a3 100%, #bf896e 100%);
  padding: 0.35rem 27px;
}
@media (max-width: 600px) {
  .news_row3 {
    padding: 0.35rem 0.1rem;
  }
}
.news_row3 #ztSwiper {
  width: 100%;
  height: 377px;
}
@media (max-width: 600px) {
  .news_row3 #ztSwiper {
    height: auto;
  }
}
.news_row3 #ztSwiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 14px;
  padding-right: 16px;
}
.news_row3 #ztSwiper .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background-color: #fff2f2;
  border-radius: 0;
  margin: 0 7px;
}
.news_row3 #ztSwiper .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background-color: #fa3b02;
}
.news_row3 .news {
  margin-right: -27px;
}
@media (max-width: 600px) {
  .news_row3 .news {
    margin-right: 0;
  }
}
.news_row3 .news h3 {
  position: relative;
  padding-left: 42px;
  padding-right: 27px;
  background-color: #c4181f;
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  color: #ffe3a9;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news_row3 .news h3::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 27px;
  width: 5px;
  height: 5px;
  background-color: #ffe3a9;
  border-radius: 0%;
}
.news_row3 .news p {
  margin-left: 42px;
  margin-right: 27px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  color: #666;
  text-indent: 2em;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
}
.news_row3 .news p a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news_row3 .news p a:hover {
  opacity: 0.7;
}
.news_row3 .news + .list_t {
  padding: 5px 27px;
}
.news_row3 .news + .list_t li {
  border: none;
}
.news_row3 .news + .list_t li::before {
  background-color: #e0110b;
}
.zt_img img {
  width: 100%;
  height: 110px;
}
@media (max-width: 600px) {
  .zt_img img {
    height: 70px;
  }
}
.paper {
  box-sizing: border-box;
  height: 413px;
  background: url(../images/gzcg_img.png) no-repeat right 44%, url(../images/gzcg_bg.png) no-repeat top center;
  background-size: auto, 100% 100%;
  padding: 75px 200px 70px 40px;
}
@media (max-width: 600px) {
  .paper {
    background: url(../images/gzcg_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 75px 0.2rem;
  }
}
.item_box_title {
  margin-left: -10px;
  margin-right: -10px;
}
.item_box_title::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_title > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.item_box_title > li:nth-child(n) {
  margin-top: 0;
}
.item_box_title > li:nth-child(n + 5) {
  margin-top: 20px;
}
.item_box_title > li:nth-child(5) {
  margin-top: 0;
}
.item_box_title a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_title {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .item_box_title > li:nth-child(3) {
    margin-top: 0;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_title {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .item_box_title > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item_box_title a {
    font-size: 14px !important;
  }
}
.item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e3e3e3;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item_box_title li:hover a {
  background-color: #e0110b;
  color: #fff;
}
.wdkp {
  margin-left: 45px;
  position: relative;
  background: url(../images/wdkp_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 40px;
}
.wdkp .wdkp_a {
  position: absolute;
  top: 0;
  left: -43px;
}
.item_box_qa {
  margin-left: -30px;
  margin-right: -30px;
}
.item_box_qa::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_qa > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.item_box_qa > li:nth-child(n) {
  margin-top: 0;
}
.item_box_qa > li:nth-child(n + 2) {
  margin-top: 40px;
}
.item_box_qa > li:nth-child(2) {
  margin-top: 0;
}
.item_box_qa a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_qa {
    margin-left: -30px;
    margin-right: -30px;
  }
  .item_box_qa::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_qa > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
  }
  .item_box_qa > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_qa > li:nth-child(n + 1) {
    margin-top: 40px;
  }
  .item_box_qa > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_qa a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_qa {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_qa::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_qa > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .item_box_qa > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_qa > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .item_box_qa > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_qa a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_qa li a,
.item_box_qa li p {
  line-height: 2;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.item_box_qa li a {
  margin-bottom: 10px;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url(../images/icon_a.png);
}
.item_box_qa li p {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-align: justify;
  background-image: url(../images/icon_q.png);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_box_qa li:hover a {
  color: #e0110b;
}
.form_ftable {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #d4e4f8;
  border-left: solid 1px #d4e4f8;
  background-color: #fff;
}
.form_ftable .fth {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.form_ftable .ftd {
  font-size: 16px;
  font-weight: normal;
  color: #355b80;
}
.form_ftable .frow {
  min-height: 54px;
  display: flex;
  justify-content: start;
}
.form_ftable .fth,
.form_ftable .ftd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #d4e4f8;
  border-right: solid 1px #d4e4f8;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form_ftable .fth {
  width: 120px;
  background-color: #fff8ec;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .form_ftable .fth {
    width: 120px;
  }
}
.form_ftable .ftd {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 992px) {
  .form_ftable {
    width: 100%;
  }
  .form_ftable .frow {
    width: 100% !important;
  }
}
.ftable_form select,
.ftable_form input,
.ftable_form textarea,
.ftable_form button,
.ftable_form img {
  box-sizing: border-box;
  outline: none;
  border: none;
  vertical-align: middle;
}
.ftable_form .red_star {
  color: #f41c20;
  margin-right: 3px;
}
.ftable_form .vam {
  vertical-align: middle;
  margin-top: -3px;
}
.ftable_form div[class*='_box'] {
  width: 100%;
}
.ftable_form div[class*='_box']::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ftable_form div[class*='_box'] + div[class*='_box'] {
  margin-top: 10px;
}
.ftable_form select,
.ftable_form input[type='text'],
.ftable_form textarea {
  font-family: 'Microsoft YaHei';
  width: 100%;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  padding: 0 1em;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.ftable_form select::placeholder,
.ftable_form input[type='text']::placeholder,
.ftable_form textarea::placeholder {
  color: #999999;
}
.ftable_form select,
.ftable_form input[type='text'] {
  width: 100%;
  height: 34px;
  line-height: 34px;
}
@media (max-width: 600px) {
  .ftable_form select,
  .ftable_form input[type='text'] {
    width: 100%;
  }
  .ftable_form select + select,
  .ftable_form input[type='text'] + select,
  .ftable_form select + input[type='text'],
  .ftable_form input[type='text'] + input[type='text'] {
    margin-top: 10px;
  }
}
.ftable_form textarea {
  width: 100%;
  height: 140px;
  padding: 1em;
  resize: none;
}
.ftable_form .radios_box label {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  float: left;
  word-break: keep-all;
  padding-left: 10px;
}
.ftable_form .radios_box label + label {
  margin-left: 40px;
}
.ftable_form .radios_box input[type='radio'] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  appearance: none;
}
.ftable_form .radios_box input[type='radio']:focus {
  border: none;
  outline: none;
}
.ftable_form .radios_box input[type='radio']::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #5fb878;
}
.ftable_form .radios_box input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5fb878;
}
.ftable_form .yzm_box .yzm_input {
  width: calc(100% - 115px);
}
.ftable_form .yzm_box .yzm_img {
  width: 100px;
  height: 32px;
  margin-left: 10px;
}
.ftable_form .yzm_box .yzm_refresh {
  text-decoration: underline;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ftable_form .yzm_box .yzm_refresh:hover {
  opacity: 0.7;
}
.ftable_form .button_box {
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
.ftable_form .button_box button {
  cursor: pointer;
  width: 154px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ftable_form .button_box button img {
  margin-right: 5px;
}
.ftable_form .button_box button:hover {
  opacity: 0.7;
}
.ftable_form .button_box .submit_btn {
  background-color: #e0110b;
  border: solid 1px #e0110b;
  color: #ffffff;
  margin-right: 50px;
}
.ftable_form .button_box .reset_btn {
  background-color: #ffffff;
  border: solid 1px #dadada;
  color: #666666;
}
@media (max-width: 600px) {
  .ftable_form .radios_box label {
    margin-left: 0 !important;
    width: 33.3%;
  }
  .ftable_form div[class*='_box'] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .ftable_form div[class*='_box'] + div[class*='_box'] {
    margin-top: 10px !important;
  }
}
