@charset "utf-8";
@font-face {
  font-family: "DTK";
  src: url('DTK.ttf');
  font-display: swap;
}
.container,
.nav {
  width: 1400px;
  margin: 0 auto;
}
.header {
  background-color: #0c5ec9;
  padding: 40px 0;
}
.header .logo {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.header .xiaoxun {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-family: "DTK";
  line-height: 80px;
  float: left;
}
.header .search {
  width: 240px;
  float: right;
  position: relative;
  margin-top: 20px;
}
.header .search input {
  border: 0;
  background-color: #0D4FAC;
  height: 42px;
  width: 100%;
  color: #fff;
  padding-left: 10px;
}
.header .search .iconpark-icon {
  color: #fff;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}
.header .subbtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.nav-box {
  background-color: #0d4fac;
  color: #fff;
}
.nav > ul > li {
  display: inline-block;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 15px 30px;
  font-size: 18px;
}
.nav > ul > li:after {
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  right: 0;
  top: 18px;
}
.nav > ul > li:last-child:after {
  display: none;
}
.nav .child {
  position: absolute;
  background-color: #0c5ec9;
  top: 57px;
  z-index: 10;
  left: 0;
  min-width: 120px;
  text-align: center;
  display: none;
}
.nav .child a {
  display: block;
  color: #fff;
  padding: 10px 0;
}
.nav .child a:hover {
  background-color: #0d4fac;
}
.nav > ul > li:hover .child {
  display: block;
}
.index-right,
.index-left {
  width: 317px;
  float: left;
  padding-top: 60px;
}
.index-right {
  float: right;
}
.ztnews-index > ul > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.ztnews-index > ul > li .date {
  width: 60px;
}
.ztnews-index > ul > li .date span {
  background-color: #EFEFEF;
  border-radius: 3px;
  font-size: 16px;
  color: #666;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 5px;
}
.ztnews-index > ul > li .txt {
  width: calc(100% - 60px);
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  text-align: left;
}
.index-tit {
  margin-bottom: 20px;
}
.index-news {
  width: 680px;
  float: left;
  margin-left: 30px;
  margin-top: 60px;
  padding-bottom: 50px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.index-news-box .pic {
  width: 100%;
}
.index-news-box .pic img {
  width: 100%;
  height: 425px;
  object-fit: cover;
}
.index-news-box .txt {
  padding: 20px 50px;
  padding-bottom: 70px;
}
.index-news-box .txt h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.index-news-box .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 75px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  position: relative;
  overflow: hidden;
}
.mySwiper .swiper-pagination-bullet {
  width: 32px;
  border-radius: 5px;
  height: 5px;
}
.zt-zhuangye {
  margin-top: 10px;
}
.zt-zhuangye a {
  display: block;
  height: 75px;
  line-height: 75px;
  background-color: #E4EDF9;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.indexbg1 {
  background: url(../images/index-bg1.png) center center no-repeat;
  padding: 80px 0;
  background-size: cover;
}
.indexbg2 {
  background: url(../images/index-bg2.png) center center no-repeat;
  padding: 80px 0;
  background-size: cover;
}
.indexbg1-left {
  width: calc(100% - 388px);
  float: left;
}
.indexbg1-right {
  width: 318px;
  float: right;
}
.index-news2 {
  width: 452px;
  float: left;
}
.newsclass {
  margin-bottom: 20px;
}
.newsclass h2 {
  display: inline-block;
  background: #0c5ec9;
  color: #fff;
  font-size: 22px;
  padding: 8px 30px;
}
.newsclass h2 a {
  color: #fff;
}
.news2-right {
  float: right;
}
.index-newslist > ul > li {
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
}
.index-newslist > ul > li::after {
  width: 5px;
  height: 5px;
  background-color: #ACACAC;
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  border-radius: 5px;
  display: inline-block;
}
.index-newslist > ul > li span {
  color: #666;
  font-size: 14px;
}
.index-adv {
  width: 100%;
  height: 90px;
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  background-color: #ddd;
}
.zt-video-name {
  background-color: #0c5ec9;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}
.zt-link {
  text-align: center;
  padding: 30px 0;
}
.zt-link p {
  padding: 10px 0;
}
.zt-search {
  margin-top: 30px;
}
.zt-search > div {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}
.zt-search .keyinput {
  width: 100%;
  height: 48px;
  border: 1px solid #CCE1FB;
  background-color: #fff;
  padding: 0 12px;
  border-radius: 48px;
}
.zt-search .sub {
  background-color: #0c5ec9;
  color: #fff;
  height: 48px;
  border-radius: 0 48px 48px 0;
  padding: 0 20px;
  position: absolute;
  right: 20px;
  border: 0;
}
.zt-pic {
  width: 100%;
}
.zt-pic > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.zt-pic > ul > li {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.zt-pic > ul > li .pic {
  width: 100%;
  height: 205px;
}
.zt-pic > ul > li .pic img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.zt-pic > ul > li .txt a {
  width: 100%;
  background-color: #F4F4F4;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.zt-pic > ul > li .txt a:hover {
  background-color: #0c5ec9;
  color: #fff;
}
.zt-xxbox {
  font-family: "DTK";
  text-align: center;
  color: #272727;
}
.zt-lilian {
  background-color: #0c5ec9;
  color: #fff;
  font-size: 22px;
  padding: 15px 0;
  text-align: center;
}
.zt-xxbox {
  padding-bottom: 50px;
}
.zt-xxbox h3 {
  position: relative;
  font-size: 18px;
  color: #0c5ec9;
  display: inline-block;
  margin-top: 29px;
  margin-bottom: 10px;
}
.zt-xxbox h3::after {
  position: absolute;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #ADC3E2;
  left: -80px;
  top: 12px;
  display: block;
}
.zt-xxbox h3::before {
  position: absolute;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #ADC3E2;
  right: -80px;
  top: 12px;
  display: block;
}
.zt-xxbox > div {
  line-height: 2;
}
.footer {
  background-color: #0c5ec9;
  padding: 60px 0;
}
.footer-left {
  width: 860px;
  float: left;
}
.footer-info {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
.f-logo-txt {
  line-height: 2;
}
.copy {
  color: #fff;
  padding-top: 30px;
}
.footer-right {
  width: 300px;
  float: right;
  display: flex;
  justify-content: space-between;
}
.footer-right > div {
  color: #fff;
  text-align: center;
}
.footer-right > div p {
  margin-bottom: 10px;
  font-size: 14px;
}
.page-slider {
  background-color: #F4F4F4;
}
.page-left {
  width: 280px;
  float: left;
}
.classname {
  background-color: #0d4fac;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.classname h2 {
  font-size: 24px;
  font-family: "DTK";
  font-weight: normal;
}
.class-child {
  background-color: #F4F4F4;
  text-align: center;
}
.class-child p a {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  display: block;
}
.class-child p a:hover {
  background-color: #0c5ec9;
  color: #fff;
}
.class-child p.on a {
  background-color: #0c5ec9;
  color: #fff;
}
.page-right {
  width: 1002px;
  float: right;
}
.page-loc {
  border-bottom: 2px solid #C9C9C9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 15px 0;
}
.page-loc h1 {
  font-size: 28px;
  font-family: "DTK";
  font-weight: normal;
  color: #0d4fac;
}
.page-loc .loc {
  color: #666;
}
.page-loc .loc a {
  color: #666;
}
.page-loc .loc a:hover {
  color: #0c5ec9;
}
.page-content {
  padding: 30px 0 50px 0;
  line-height: 2;
  min-height: 600px;
  text-indent:2em;
}
.page-content  p{
   margin-bottom: 20px;
}
.page-list {
  padding-top: 30px;
  padding-bottom: 100px;
}
.news-title {
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-title p {
  font-size: 15px;
  color: #666;
}
.news-title p span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.page-message {
  padding: 30px 0 80px 0;
}
.page-message label {
  display: block;
  margin-bottom: 10px;
}
.page-message > div {
  margin-bottom: 30px;
}
.page-message > div input {
  width: 60%;
  border: 1px solid #ddd;
  height: 48px;
  padding: 0 12px;
}
.page-message .zy {
  width: 60%;
  height: 48px;
  padding: 0 12px;
}
.page-message .sub {
  background-color: #0c5ec9;
  color: #fff;
  border: 0;
  padding: 0 30px;
}


.listpage{text-align:center;clear:both;margin-top:30px}
.left-box .listpage{margin-top:100px}
.xiaocms-page{margin-top:20px;margin-left:20px}
.xiaocms-page a{margin:0 5px;border:1px solid #ddd;padding:4px 10px;color:#666;line-height:28px}
.xiaocms-page a:hover{border:1px solid #3983ED;background:#3983ED;color:#fff}
.xiaocms-page span{background-color:#e4f6fc;color:#5394aa;border:1px solid #bfdfea;font-weight:bold;margin:0 5px;padding:4px 10px}
