html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.pathnav a {
  float: left;
  display: block;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 16px;
  color: #666;
}
.pathnav a img {
  margin-top: -3px;
  margin-right: 5px;
  height: 19px;
  vertical-align: middle;
}
.pathnav a:hover {
  color: #2a56a1;
}
.pathnav::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-title {
  position: relative;
  width: 100%;
}
.u-title .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #2a56a1;
}
.u-title i {
  display: block;
  margin-top: 13px;
  width: 40px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #2a56a1;
}
.u-title .more {
  position: absolute;
  top: 7px;
  right: 0;
  padding: 0 12px;
  height: 22px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
  background-color: #f5f5f5;
}
.u-title .more:hover {
  color: #2a56a1;
}
.header {
  background: url(../images/yjtc_img_zcjdzl_header_bg.png) no-repeat center center;
  background-size: cover;
}
.header .zcjdzl-logo {
  float: left;
  margin-top: 32px;
}
.header .zcjdzl-logo img {
  display: block;
  height: 70px;
}
.header .search-bar {
  float: right;
  margin-top: 42px;
  padding: 0 14px;
  width: 23.5%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  box-sizing: border-box;
}
.header .search-bar input {
  float: left;
  width: calc(100% - 30px);
  line-height: 40px;
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: none;
}
.header .search-bar img {
  float: right;
  display: block;
  margin-top: 7px;
  width: 23px;
  height: 23px;
}
.header .zcjdzl-title {
  float: left;
  display: block;
  margin-top: 88px;
  width: 45%;
}
.header .zcjdzl-rw {
  float: right;
  display: block;
  margin-top: 19px;
  width: 42%;
}
.header .type-box {
  position: relative;
  margin-top: -140px;
  width: 100%;
  height: 120px;
}
.header .type-box .type-list {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
}
.header .type-box .type-list .type-li {
  float: left;
  position: relative;
  padding-left: 2%;
  margin-right: 25px;
  width: calc((100% - 75px) / 4);
  height: 120px;
  box-shadow: 0px 2px 16px 0 rgba(6, 96, 255, 0.1);
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.header .type-box .type-list .type-li:hover {
  border: 1px solid #2a56a1;
}
.header .type-box .type-list .type-li:nth-last-child(1) {
  margin-right: 0;
}
.header .type-box .type-list .type-li:nth-last-child(1):hover .zczt-type-box {
  display: block;
}
.header .type-box .type-list .type-li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 120px;
}
.header .type-box .type-list .type-li a img {
  margin-right: 5%;
  vertical-align: middle;
}
.header .type-box .type-list .type-li a .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.48;
  letter-spacing: 1.2px;
  color: #333;
}
.header .type-box .type-list .type-li .zczt-type-box {
  position: absolute;
  display: none;
  top: 120px;
  width: 210%;
  right: 0;
  background-color: transparent;
}
.header .type-box .type-list .type-li .zczt-type-box .triangle {
  position: absolute;
  top: 10px;
  right: 100px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.header .type-box .type-list .type-li .zczt-type-box ul {
  margin-top: 20px;
  padding: 20px 20px 5px 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0 rgba(69, 105, 193, 0.25);
  box-sizing: border-box;
}
.header .type-box .type-list .type-li .zczt-type-box ul li {
  float: left;
  position: relative;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-left: 25px;
  width: calc((100% - 15px) / 2);
  height: 92px;
  box-sizing: border-box;
}
.header .type-box .type-list .type-li .zczt-type-box ul li:nth-child(1) {
  background: url(../images/yjtc_img_zcjdzl_zczt_item01.png) no-repeat;
  background-size: 100% 100%;
}
.header .type-box .type-list .type-li .zczt-type-box ul li:nth-child(2) {
  background: url(../images/yjtc_img_zcjdzl_zczt_item02.png) no-repeat;
  background-size: 100% 100%;
}
.header .type-box .type-list .type-li .zczt-type-box ul li:nth-child(3) {
  background: url(../images/yjtc_img_zcjdzl_zczt_item03.png) no-repeat;
  background-size: 100% 100%;
}
.header .type-box .type-list .type-li .zczt-type-box ul li:nth-child(4) {
  background: url(../images/yjtc_img_zcjdzl_zczt_item04.png) no-repeat;
  background-size: 100% 100%;
}
.header .type-box .type-list .type-li .zczt-type-box ul li:nth-child(2n+2) {
  margin-right: 0;
}
.header .type-box .type-list .type-li .zczt-type-box ul li span {
  position: absolute;
  top: 50%;
  font-size: 22px;
  text-shadow: 0px 2px 2px rgba(19, 100, 156, 0.65);
  letter-spacing: 1.1px;
  color: #fff;
  line-height: 1.48;
  transform: translateY(-50%);
}
.footer {
  margin-top: 0px;
}
.content-box {
  position: relative;
  margin-top: -80px;
  padding-top: 90px;
  padding-bottom: 47px;
  width: 100%;
  background-color: #f5f7fa;
  box-sizing: border-box;
}
.content-box .c-box {
  padding: 2.5%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.content-box .c-box #news-swiper {
  float: left;
  width: calc(50% - 16px);
  height: 309px;
}
.content-box .c-box #news-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-box .c-box #news-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.content-box .c-box #news-swiper .swiper-slide img:hover {
  transform: scale(1.04);
}
.content-box .c-box #news-swiper .swiper-slide span {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 0 120px 0 10px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.content-box .c-box #news-swiper .swiper-pagination {
  padding-right: 10px;
  text-align: right;
  box-sizing: border-box;
}
.content-box .c-box #news-swiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #6c88b7;
}
.content-box .c-box #news-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.content-box .c-box .news-box {
  width: calc(50% - 16px);
}
.content-box .c-box .news-box .news-list {
  width: 100%;
}
.content-box .c-box .news-box .news-list li {
  margin-top: 28px;
  width: 100%;
}
.content-box .c-box .news-box .news-list li:nth-child(1) {
  margin-top: 20px;
}
.content-box .c-box .news-box .news-list li a {
  display: block;
  width: 100%;
}
.content-box .c-box .news-box .news-list li a::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .c-box .news-box .news-list li a:hover i {
  background-color: #c4cfe1;
}
.content-box .c-box .news-box .news-list li a:hover span {
  color: #2a56a1;
}
.content-box .c-box .news-box .news-list li a i {
  float: left;
  display: block;
  margin-top: 4px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px #c4cfe1;
}
.content-box .c-box .news-box .news-list li a span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1.1;
}
.content-box .c-box .news-box .news-list li a span:nth-child(2) {
  float: left;
  width: calc(100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all, 0.3s;
}
.content-box .c-box .news-box .news-list li a span:nth-child(2):hover {
  letter-spacing: 0.2px;
}
.content-box .c-box .news-box .news-list li a span:nth-child(3) {
  float: right;
  width: 120px;
  text-align: right;
}
.content-box .c-box .wzjd-box {
  float: right;
}
.content-box .c-box .mtjd-box {
  margin-top: 40px;
  float: left;
}
.content-box .c-box .video-box {
  margin-top: 40px;
  float: right;
  width: calc(50% - 16px);
}
.content-box .c-box .video-box ul {
  width: 100%;
}
.content-box .c-box .video-box ul li {
  float: left;
  margin-top: 20px;
  margin-right: 24px;
  width: calc((100% - 24px) / 2);
}
.content-box .c-box .video-box ul li:nth-last-child(1) {
  margin-right: 0;
}
.content-box .c-box .video-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-box .c-box .video-box ul li a img {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: cover;
  transition: all, 0.3s;
}
.content-box .c-box .video-box ul li a img:hover {
  transform: scale(1.03);
}
.content-box .c-box .video-box ul li a span {
  display: block;
  padding: 0 15px 0 15px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #333;
  background-color: #f0f2f5;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-box .c-box .photo-box {
  margin-top: 35px;
  width: 100%;
}
.content-box .c-box .photo-box ul {
  width: 100%;
}
.content-box .c-box .photo-box ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-box .c-box .photo-box ul li {
  float: left;
  position: relative;
  margin-top: 24px;
  margin-right: 25px;
  width: calc((100% - 75px) / 4);
  height: 166px;
  overflow: hidden;
}
.content-box .c-box .photo-box ul li:nth-last-child(1) {
  margin-right: 0;
}
.content-box .c-box .photo-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-box .c-box .photo-box ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all, 0.3s;
}
.content-box .c-box .photo-box ul li a img:hover {
  transform: scale(1.04);
}
.content-box .c-box .photo-box ul li a span {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0 15px 0 15px;
  width: 100%;
  height: 37px;
  font-size: 16px;
  line-height: 37px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-box .c-box .zfjmwd-box {
  float: left;
  margin-top: 35px;
  margin-right: 25px;
  width: 75%;
}
.content-box .c-box .zfjmwd-box ul {
  width: 100%;
}
.content-box .c-box .zfjmwd-box ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-box .c-box .zfjmwd-box ul li {
  float: left;
  margin-top: 24px;
  margin-right: 25px;
  width: calc((100% - 50px) / 3);
  height: 220px;
  box-sizing: border-box;
}
.content-box .c-box .zfjmwd-box ul li:nth-last-child(1) {
  margin-right: 0;
}
.content-box .c-box .zfjmwd-box ul li:hover {
  border: solid 1px #2a56a1;
}
.content-box .c-box .zfjmwd-box ul li:hover a .answer {
  border-bottom: 1px solid #2a56a1;
}
.content-box .c-box .zfjmwd-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-box .c-box .zfjmwd-box ul li a .question {
  position: relative;
  padding: 0 0 0 6.5%;
  width: 100%;
  height: 85px;
  background-color: #2a56a1;
  box-sizing: border-box;
}
.content-box .c-box .zfjmwd-box ul li a .question span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.content-box .c-box .zfjmwd-box ul li a .question span:nth-child(1) {
  margin-top: 25px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: white;
  border-radius: 4px;
  color: #2a56a1;
  text-align: center;
}
.content-box .c-box .zfjmwd-box ul li a .question span:nth-child(2) {
  position: absolute;
  padding-left: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置对齐模式*/
  -webkit-line-clamp: 2;
  /*设置多行的行数*/
}
.content-box .c-box .zfjmwd-box ul li a .question .triangle {
  position: absolute;
  bottom: 0px;
  left: calc(6.5% + 5px);
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 10px solid #f5f7fa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.content-box .c-box .zfjmwd-box ul li a .answer {
  padding: 0 0 0 6.5%;
  width: 100%;
  height: 135px;
  background-color: #f5f7fa;
  box-sizing: border-box;
}
.content-box .c-box .zfjmwd-box ul li a .answer::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-box .c-box .zfjmwd-box ul li a .answer span:nth-child(1) {
  float: left;
  display: block;
  margin-top: 25px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  background-color: #2a56a1;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.content-box .c-box .zfjmwd-box ul li a .answer span:nth-child(2) {
  float: left;
  margin-top: 25px;
  width: calc(100% - 6.5% - 40px);
  font-size: 14px;
  line-height: 1.71;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置对齐模式*/
  -webkit-line-clamp: 4;
  /*设置多行的行数*/
}
.content-box .c-box .phone-box {
  float: right;
  margin-top: 35px;
  width: calc(25% - 25px);
  height: 287px;
  background-image: url(../images/yjtc_img_zcjdzl_phoneZx_bg.png);
  background-size: cover;
}
.content-box .c-box .phone-box span {
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 1.1px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.content-box .c-box .ztjd-box {
  margin-top: 35px;
  width: 100%;
}
.content-box .c-box .ztjd-box ul {
  width: 100%;
}
.content-box .c-box .ztjd-box ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-box .c-box .ztjd-box ul li {
  float: left;
  position: relative;
  margin-top: 24px;
  margin-right: 25px;
  width: calc((100% - 75px) / 4);
  height: 160px;
  overflow: hidden;
}
.content-box .c-box .ztjd-box ul li:nth-last-child(1) {
  margin-right: 0;
}
.content-box .c-box .ztjd-box ul li:hover a img {
  transform: scale(1.04);
}
.content-box .c-box .ztjd-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-box .c-box .ztjd-box ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all, 0.3s;
}
.content-box .c-box .ztjd-box ul li a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 160px;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0px 3px 2px #13649c;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
