@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  background: none !important;
  background-color: #fff;
  font-size: 1.6rem;
}

a:hover,
a:hover h5 {
  color: #af0005 !important;
}

img {
  display: block;
  width: 100%;
}

.img {
  overflow: hidden;
  cursor: pointer;
}

.img img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.img:hover img {
  transform: scale(1.03);
}

.zt-row {
  margin-bottom: 45px;
}

.elli-s {
  /* 超出一行显示省略号 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.elli-m {
  /* 超出两行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-t {
  /* 超出三行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 响应式布局 */
.zt-container {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.zt-container:after,
.zt-container:before {
  display: table;
  content: "";
}

.zt-container:after {
  clear: both;
}

@media (max-width: 1500px) {
  .zt-container {
    width: 1200px;
  }
}

@media (max-width:1480px) {
  .zt-container {
    width: 1170px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .zt-container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .zt-container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  .zt-container {
    width: auto !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
.footer a{color: #fff !important;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.clearFix:after {
  content: '';
  display: block;
  clear: both;
}

.sidebar,
.sidebar-line {
  display: none !important;
}

.wrapper {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.w-45 {
  width: 45%;
  float: left;
}

.w-50 {
  width: 50%;
  float: left;
}

.w-55 {
  width: 55%;
  float: left;
}

.w-26 {
  width: 26%;
  float: left;
}

.w-36 {
  width: 36%;
  float: left;
}

.w-38 {
  width: 38%;
  float: left;
}

body {
  background: url(/jtt/xhtml/ztzl/2026cyzt/images/header_bg.png) no-repeat center top !important;
  padding-top: 555px;
  overflow-x: hidden;
}

.container_head {
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.container_head a {
  display: inline-block;
  margin-left: 60px;
  padding: 8px 18px;
  background-color: #fff;
  border-radius: 10px;
}

.container_head a img {
  width: 300px;
  height: auto;
}

.container_content {
  /* background-color: #fff; */
  padding: 0 0 32px;
  position: relative;
  /* padding-top: 69px; */
}

.slidebox,
.switcher {
  padding: 0 15px;
}

.slidebox {
  height: 370px;
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.row1 {
  margin: 0 -15px;
  margin-bottom: 38px;
}

.switcher .switcher_head {
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.switcher .switcher_head span {
  display: inline-block;
  font-size: 26px;
  color: #333333;
  padding-bottom: 10px;
  margin-right: 28px;
  position: relative;
}

.switcher .switcher_head span.on {
  color: #c10000;
  border-bottom: 3px solid #c10000;
  font-weight: bold;
  cursor: pointer;
}

.switcher .switcher_head span:first-child:after {
  content: '';
  display: none;
  width: 2px;
  height: 70%;
  color: #333;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-60%);
  background-color: #dbdbdb;
}

.switcher .switcher_body .switcher_body_item {
  display: none;
  position: relative;
}

.switcher .switcher_body .switcher_body_item.on {
  display: block;
}

.switcher .switcher_body .switcher_body_more {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 14px;
  color: #666666;
}

.switcher .switcher_body ul li:first-child {
  margin-top: 0px;
}

.switcher .switcher_body ul li {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
  padding-left: 16px;
  position: relative;
}

.switcher .switcher_body ul li:before {
  content: '';
  display: inline-block;
  width: 3.92px;
  height: 3.92px;
  background-color: rgba(204, 204, 204, 1);
  /* border-radius: 100%; */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switcher .switcher_body ul li a {
  font-size: 18px;
}

/* 天府畅行 */
.row2 {
  margin: 0 -15px;
}

.row2>div {
  padding: 0 4px;
}

.tfcx-title {
  padding: 7px 0 7px 20px;
  margin-bottom: 20px;
  border-left: 6px solid #ad0101;
  background: linear-gradient(to right, #fff4f4, #fffbfb);
  border-top-right-radius: 5px;
}

.tfcx-title a {
  font-size: 26px;
  color: #ad0101;
  font-weight: bold;
}

.tfcx-box-container {
  margin: 0 -12px;
  margin-bottom: 30px;
}

.tfcx-box {
  padding: 0 12px;
}

.tfcx-box-inner {
  padding: 5px 18px;
  /* border: 1px solid #d37474; */
}

.tfcx-box-title {
  margin-bottom: 30px;
}

.tfcx-box-title span {
  display: inline-block;
  color: #333;
  font-size: 20px;
  position: relative;
}

.tfcx-box-title span:after {
  content: '';
  display: inline-block;
  width: 20%;
  height: 4px;
  background-color: #feb659;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.kycx ul li {
  margin-bottom: 20px;
}

.kycx ul li a {
  display: block;
  padding: 22px 0;
  text-align: center;
  background-color: #fff4f4;
  color: #ad0101;
}

.zjcx ul li {
  width: calc(100% / 7);
  float: left;
  margin: 15px 0;
  text-align: center;
}

.zjcx ul li a {
  display: block;
  text-align: center;
}

.zjcx ul li img {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.zjcx ul li span {
  display: block;
  font-size: 18px;
  line-height: 50px;
}

.social-links ul {
  margin: 0 -10px;
}

.social-links ul li {
  display: table;
  width: calc(100% / 3);
  height: 162px;
  padding: 0 19px;
  margin-bottom: 30px;
  text-align: center;
  float: left;
}

.social-links ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: rgba(193, 130, 54, 1);
  background-color: #f9f7f2;
}

.social-links ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.social-links ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 103px;
  margin-right: 10px;
}

.social-links-qrcode {
  padding: 0 !important;
}

.social-links-qrcode img {
  width: 103px !important;
  margin-right: 5px !important;
}

.row3 {
  margin: 0 -19px;
}

.row3 ul li {
  width: calc(100% / 3);
  height: 145.87px;
  float: left;
  padding: 0 19px;
}

.row3 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /* padding-left: 46px; */
  /* line-height: 145px; */
  align-items: center;
  flex-direction: column;
}

.row3 ul li a p {
  
font-size: 27.35px;
  
font-weight: 700;
  
margin: 0;
  
text-align: center;
}

.row3 ul li img {
  width: 100%;
  border-radius: 5px;
}

.row3 ul li {}

.jtfw1 a {
  background: url(/jtt/xhtml/ztzl/2025cyzt/images/jtfw_bg1.png);
  background-size: 100% 100%;
  color: rgba(177, 112, 90, 1);
}

.jtfw2 a {
  background: url(/jtt/xhtml/ztzl/2025cyzt/images/jtfw_bg2.png);
  background-size: 100% 100%;
  color: rgba(47, 112, 224, 1);
}

.jtfw3 a {
  background: url(/jtt/xhtml/ztzl/2025cyzt/images/jtfw_bg3.png);
  background-size: 100% 100%;
  color: rgba(199, 117, 10, 1);
}

footer {
  background-color: #ad0000 !important;
}

/* 轮播 */
.slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 19px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  margin-right: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 999px;
  transition: all 0.2s;
}

.slideBox .hd ul li.on {
  width: 24px;
  background: rgba(171, 2, 2, 1);
}

.slideBox .bd {
  width: 100%;
  height: 100%;
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.slideBox .bd ul {
  width: 100%;
  height: 100%;
}

.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.slideBox .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 17px 150px 17px 14px;
  opacity: 0.7;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 列表页 */
.container_list {
  border: 1px solid #eee;
  padding-top: 30px;
}

.dqwz {
  font-size: 15px;
  margin-bottom: 20px;
}

.list li {
  padding: 15px 0;
  border-bottom: 1px dotted #eee;
}

.list a {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.list a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #f39526;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list span {
  color: #9c9c9c;
}

/*分页*/
.page {
  line-height: 30px;
  margin: 20px 0 10px;
  text-align: center;
  font-size: 15px;
}

.page a {
  color: #868585;
  background: #fff;
  font-family: '微软雅黑';
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  margin: 0 2px;
}

.page a:hover {
  background: #f39526;
  color: #fff;
  border: none;
  padding: 3px 6px !important;
}

.page input {
  width: 40px;
  height: 22px;
  line-height: 22px;
  margin: 0px 5px;
  vertical-align: middle;
  text-align: center;
}

.page .pagination-first,
.page .pagination-last {
  display: inline-block;
}

.page .active {
  color: #fff;
  background: #bbb;
  border: 1px solid #bbb;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
  }

  .container_content {
    padding: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .row2>div {
    width: 100%;
  }

  .tfcx-box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  body {
    background-size: 1200px !important;
    padding-top: 357px;
  }

  .container_head {
    top: 20px;
  }

  .container_head a img {
    width: 220px;
  }

  .slidebox,
  .switcher {
    width: 100%;
  }

  .slidebox {
    margin-bottom: 15px;
  }

  .tfcx-box-container .w-50 {
    width: 100%;
  }

  .row3 ul li {
    width: 50%;
  }

  .zjcx ul li {
    width: 50%;
    text-align: center;
  }

  .zjcx ul li span {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .social-links ul li {
    width: 100%;
  }

  .row3 ul li {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  body {
    background-size: 780px !important;
    padding-top: 230px;
  }

  .container_head {
    top: 10px;
  }

  .container_head a {
    margin-left: 15px;
  }

  .container_head a img {
    width: 135px;
  }

  .slidebox {
    height: 200px;
  }

  .slideBox .hd ul li {
    margin-right: 6px;
  }

  .slideBox .bd p {
    padding-right: 100px;
    font-size: 15px;
  }

  .switcher .switcher_head span {
    font-size: 20px;
  }

  .switcher .switcher_body ul li a {
    font-size: 15px;
  }

  .switcher .switcher_body .switcher_body_more {
    top: -50px;
  }

  /* 列表页 */
  .list a {
    font-size: 16px;
  }

  .list span {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .row3 ul li a p{font-size: 20px;}
}
@media (max-width: 992px) {
  .social-links ul li p{margin-top: 20px;}
  .social-links ul li a{padding: 20px 0 !important;}
  .social-links ul li img{margin-right: 0 !important;}
}
@media (max-width: 431px) {
  .slidebox{height: 255px;}
}