/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: url(../images/zt_bg.png) no-repeat top center;
  background-color: #fdfefe;
}
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: 7.36rem;
  position: relative;
  background: url(../images/ttsbanner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.43rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 4.1rem;
}
@media (max-width: 1200px) {
  .zt_header {
    height: 5rem;
  }
}
@media (max-width: 600px) {
  .zt_header {
    height: 4rem;
  }
  .zt_header .zt_logo img {
    width: 3.1rem;
  }
}
.zcyj {
  height: 201px;
  position: relative;
  background: url(../images/ttsdy_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 45px 60px 45px 250px;
}
.zcyj span {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  width: 108px;
  height: 102px;
  background: url(../images/zcyj_icon.png) no-repeat center;
  font-size: 0;
}
.zcyj h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #246a66;
  margin-bottom: 10px;
  text-align: center;
}
.zcyj p {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  text-align: justify;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.zcyj a {
  display: inline-block;
  width: 140px;
  height: 29px;
  background-color: #edf7fa;
  border-radius: 15px;
  text-align: center;
  line-height: 29px;
  font-size: 15px;
  font-weight: normal;
  color: #126760;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.zcyj a:hover {
  opacity: 0.7;
}
.zcyj a + a {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .zcyj {
    height: auto;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 600px) {
  .zcyj {
    padding: 0.3rem;
    background: none;
    background-color: #f8fcfd;
    border: 1px solid #126760;
  }
  .zcyj span {
    display: block;
    margin: 20px auto 0;
    position: static;
    background: none;
    font-size: 24px;
    font-weight: bold;
    width: 120px;
    height: auto;
    color: #126760;
  }
  .zcyj h3 {
    font-size: 18px;
  }
  .zcyj p {
    white-space: normal;
    overflow: visible;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
  }
}
/* 头部header 结束 */
.title_bg1 {
  height: 56px;
  margin-bottom: 0.6rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.title_bg1 span {
  font-size: 0;
}
.title_bg1 a.more {
  position: absolute;
  top: 20px;
  left: 62%;
}
@media (max-width: 600px) {
  .title_bg1 a.more {
    left: auto;
    right: 0;
  }
}
.title_bg1 a.more:hover {
  opacity: 0.7;
}
.title_bg1.title_bg1_1 {
  background-image: url(../images/ttstitle_bg1.png);
}
.title_bg1.title_bg1_2 {
  background-image: url(../images/ttstitle_bg2.png);
}
.title_bg2 {
  margin-bottom: 0.2rem;
  height: 52px;
  position: relative;
  background: url(../images/title_bg.png) no-repeat left center;
  line-height: 52px;
  padding-left: 32px;
}
.title_bg2 span {
  font-size: 24px;
  font-weight: bold;
  color: #126760;
}
.title_bg2 a.more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.title_bg2 a.more:hover {
  opacity: 0.7;
}
.title_bg2.title_bg1_1 {
  background-image: url(../images/title_bg1.png);
}
.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: 6px;
  height: 6px;
  background-color: #b11d00;
  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: #999999;
}
.list_t li:hover a,
.list_t li:hover span {
  color: #126760;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100%;
  }
  .list_t li span {
    display: none;
  }
}
.list_t2 li + li {
  margin-top: 15px;
}
.list_t2 li a {
  display: block;
  line-height: 1;
  position: relative;
  padding: 18px 0px 18px 34px;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(184, 206, 230, 0.55);
}
.list_t2 li a::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: 16px;
  width: 6px;
  height: 6px;
  background-color: #b11d00;
  border-radius: 0;
}
.list_t2 li a h6 {
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.list_t2 li a span {
  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;
  font-size: 16px;
  color: #126760;
}
.list_t2 li a:hover {
  background-color: #126760;
  box-shadow: 0px 1px 4px 0px rgba(184, 206, 230, 0.55);
}
.list_t2 li a:hover::before {
  background-color: #fff;
}
.list_t2 li a:hover h6,
.list_t2 li a:hover span {
  color: #fff;
}
.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 #ztSwiper {
  width: 100%;
  height: 405px;
}
@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: #126760;
}
.news_row3 .news h3 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news_row3 .news p {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  color: #555;
  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 li {
  border: none;
}
.news_row3 .news + .list_t li a {
  width: 100%;
}
.tab_pane .tab {
  margin-bottom: 0.5rem;
  text-align: center;
}
.tab_pane .tab a {
  display: inline-block;
  width: 264px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  border: solid 1px #999999;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  line-height: 54px;
}
.tab_pane .tab a:hover,
.tab_pane .tab a.cur {
  background-color: #edf7fa;
  border: solid 1px #3b8684;
  color: #126760;
}
.tab_pane .tab a + a {
  margin-left: 50px;
}
@media (max-width: 600px) {
  .tab_pane .tab a {
    width: 45%;
    font-size: 17px;
  }
  .tab_pane .tab a + a {
    margin-left: 5%;
  }
}
.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 .qa_q,
.item_box_qa li .qa_a {
  line-height: 2;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.item_box_qa li .qa_q {
  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/ttsicon_q.png);
}
.item_box_qa li .qa_q_1 {
  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;

}
.item_box_qa li .qa_a {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-align: justify;
  background-image: url(../images/icon_a.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 .qa_q {
  color: #126760;
}
.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: #edf7fa;
  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: #edf7fa;
  border: solid 1px #3b8684;
  color: #08615f;
  margin-right: 50px;
}
.ftable_form .button_box .reset_btn {
  background-color: #ffffff;
  border: solid 1px #b8b8b8;
  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;
  }
}
