﻿@charset "utf-8";
/* CSS Document */
.dis_flex_space_between{
	display: flex;
	justify-content: space-between;
}
.zt_banner{
	height: 280px;
	background: url(../images-zt/zt01.png) no-repeat right top #f6f6f6;
	margin-top: 50px;
}
.zt_banner h1{
	font-size: 36px;
	color: #0966b4;
	font-weight: bold;
	text-align: center;
	height: 160px;
	line-height: 160px;
}
.zt_banner p{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	height: 100px;
	line-height: 100px;
	background: url(../images-zt/zt02.png) left center no-repeat;
	padding-left: 30px;
}
.zt_tdjs{
	height: 610px;
	background: url(../images-zt/zt03.png) top center no-repeat #1364a2;
}
.zt_tdjs .con{
	display: flex;
	justify-content: space-between;
}
.zt_tdjs .con img{
	width: 690px;
	height: 460px;
}
.zt_tdjs .con .txt{
	width: 740px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.zt_tdjs .con .txt p{
	margin-bottom: 20px;
	text-indent: 2em;
}

.zt_td{
	background: url(../images-zt//zt06.png) top center no-repeat;
	height: 684px;
}
.zt_td .tddtr .con{
	display: flex;
	justify-content: space-between;
}
.zt_td .tddtr .con img{
	width: 238px;
	height: 330px;
}
.zt_td .tddtr .con .txt{
	width: 560px;
	color: #292929;
	font-size: 20px;
	line-height: 40px;
}
.zt_td .tdyffx .con ul li{
	border-bottom: 1px solid #d7d9db;
	height: 76px;
	line-height: 76px;
	color: #292929;
	font-size: 26px;
}
.zt_td .tdyffx .con p{
	background: #1364a2;
	height: 125px;
	line-height: 125px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin-top: 45px;
}

.zt_tdyjcgyyly{
	background: url(../images-zt/zt10.png) bottom center no-repeat;
	height: 1637px;
}
.zt_tdyjcgyyly .t{
	display: flex;
	justify-content: space-between;
}
.zt_tdyjcgyyly .video{
	width: 710px;
	height: 460px;
	margin: 0 auto;
}
.zt_tdyjcgyyly .txt{
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-indent: 2em;
	margin: 20px 0;
}
.zt_tdyjcgyyly .swiper-container {
  position: relative;
}

.zt_tdyjcgyyly .swiper {
  width: 100%;
  padding: 60px 0 95px 0;
}

.zt_tdyjcgyyly .swiper-slide {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  box-shadow: -1px 5px 15px #0000001f;
}
.zt_tdyjcgyyly .swiper-slide img{
	width: 513px;
	height: 767px;
}



.zt_tdyjcgyyly .swiper-button-prev {
  background: white;
  border-radius: 50%;
  top: 47%;
  left: -30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.zt_tdyjcgyyly .swiper-button-prev::after {
  font-size: 1.4rem;
  content: "";
}
.zt_tdyjcgyyly .swiper-button-prev svg {
  width: 25px;
}

.zt_tdyjcgyyly .swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47%;
  right: -30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.zt_tdyjcgyyly .swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}
.zt_tdyjcgyyly .swiper-button-next svg {
  width: 25px;
}

.zt_tdyjcgyyly .swiper-button-prev,
.zt_tdyjcgyyly .swiper-button-next {
  display: none;
}
@media (min-width: 760px) {
  .zt_tdyjcgyyly .swiper-button-prev,
  .zt_tdyjcgyyly .swiper-button-next {
    display: flex;
  }
}
.zt_tdxw{
	background: url(../images-zt/zt15.png) top center no-repeat;
	height: 598px;
}
.zt_tdxw .t{
	display: flex;
	justify-content: space-between;
}
.zt_tdxw .item{
	height: 98px;
	border-bottom: 2px solid #c9c9c9;
	display: flex;
	justify-content: left;
	width: 700px;
}
.zt_tdxw .item .date{
	width: 100px;
	text-align: center;
	color: #1364a2;
	font-size: 30px;
	padding-top: 15px;
}
.zt_tdxw .item .date span{
	display: block;
	font-size: 20px;
	background: #f6f6f6;
	line-height: 24px;
}
.zt_tdxw .item a{
	font-size: 24px;
	color: #2a2a2a;
	line-height: 98px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	text-decoration: none;
	width: 600px;
	display: block;
}
.zt_tdxw .item:hover a{
	color: #0966b4;
}
.zt_tdxw .item:nth-child(2n){
	float: left;
}
.zt_tdxw .item:nth-child(2n+1){
	float: right;
}

.zt_hzdw{
	background: url(../images-zt//zt18.png) top center no-repeat;
	height: 774px;
}
.zt_hzdw .t{
	display: flex;
	justify-content: space-between;
}
.zt_hzdw .item{
	width: 350px;
	height: 232px;
	box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
	float: left;
	margin: 30px 15px;
}
.zt_hzdw .item img{
	width: 350px;
	height: 232px;
}

.zt_tdcy{
	background: url(../images-zt/zt21.png) top center no-repeat;
	height: 1170px;
}
.zt_tdcy .t{
	display: flex;
	justify-content: space-between;
}
.zt_tdcy .item{
	width: 274px;
	height: 400px;
	float: left;
	margin: 30px 15px;
}
.zt_tdcy .item img{
	width: 265px;
	height: 341px;
	background: url(../images-zt/zt23.png) top center no-repeat;
	padding: 0 9px 8px 0;
	box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.zt_tdcy .item .name{
	text-align: center;
	color: #1364a2;
	font-size: 24px;
	height: 40px;
	margin-top: 20px;
}
.zt_tdcy .item a{
	text-decoration: none;
}

.zt_detail{
	margin-top: 50px;
	background: url(../images-zt/zt25.png) top center no-repeat;
}
.zt_detail_bg{
	background: url(../images-zt/zt26.png) bottom center no-repeat;
}
.zt_detail .zt_title{
	text-align: center;
	font-size: 48px;
	color: #1364a2;
	height: 160px;
	line-height: 160px;
	font-weight: bold;
}

.zt_zs{
	margin-top: 30px;
}
.zt_zs .item{
	float: left;
	width: 342px;
	height: 253px;
	border: 4px solid #1364a2;
	margin: 15px;
}
.zt_zs .item img{
	width: 342px;
	height: 253px;
}

.zt_detail_con{
	color: #292929;
	line-height: 50px;
}
.zt_detail_con p{
	margin-bottom: 40px;
	font-size: 28px;
	text-indent: 2em;
}
.zt_detail_con h2{
	font-size: 36px;
	line-height: 80px;
}
.zt_detail_con img{
	max-width: 100%;
}

.zt_detail .swiper-container {
  position: relative;
}

.zt_detail .swiper {
  width: 100%;
  padding: 60px 0 95px 0;
}

.zt_detail .swiper-slide {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  box-shadow: -1px 5px 15px #0000001f;
}
.zt_detail .swiper-slide img{
	width: 513px;
	height: 767px;
}



.zt_detail .swiper-button-prev {
  background: white;
  border-radius: 50%;
  top: 47%;
  left: -30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.zt_detail .swiper-button-prev::after {
  font-size: 1.4rem;
  content: "";
}
.zt_detail .swiper-button-prev svg {
  width: 25px;
}

.zt_detail .swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47%;
  right: -30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.zt_detail .swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}
.zt_detail .swiper-button-next svg {
  width: 25px;
}

.zt_detail .swiper-button-prev,
.zt_detail .swiper-button-next {
  display: none;
}
@media (min-width: 760px) {
  .zt_detail .swiper-button-prev,
  .zt_detail .swiper-button-next {
    display: flex;
  }
}