body {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-family: Microsoft YaHei;
  font-size: 14px;
}

div {
  box-sizing: border-box;
}

.header  .searchForm{width: 214px;height: 40px;background: #fff;float: right;
border: 1px solid #DBDBDB;border-radius: 20px;margin-top: 3%;display: block;padding-left: 14px;}
.header  .searchForm input{width: 166px;height: 40px;line-height: 40px;float: left;padding:0px 4px 0 4px;border:none;background: #fff;
}
.header  .searchForm button{border:none;background: url('../img/icon1.png') no-repeat center center;height: 40px;width: 40px;
  float: right;cursor: pointer;background-size: 23px 23px;}

/* banner */
.banner {
  margin: 0 auto;
  height: 450px;
  position: relative;
}
.banner .frame, 
.banner .slick-list,
.banner .slick-track{
  height: 100%;
}

.banner .slick-slide {
  display: block;
}

.banner .slick-slide > div {
  height: 100%;
}

.banner .child {
  height: 100%;
  overflow: hidden;
}

.banner .child img {
  height: 450px;
  width: 100%;
}

.banner .navg {
  position: absolute;
  right: 100px;
  bottom: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.banner .navg li {
  margin: 0 10px;
  font-family: Arial;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}

.banner .navg li.slick-active {
  font-size: 22px;
}

.banner .navg li::after {
  content: '';
  border-top: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-left: 5px;
  transition: all 0.5s ease-out 0s;
}

.banner .navg li.slick-active:after {
  width: 60px;
}

/* xwkx-tzgg */
.xwkx-tzgg {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  height: 610px;
}

.xwkx {
  margin-right: 40px;
}

.module{
  flex: 1;
}

.module .top {
  display: -webkit-flex;
  display: flex;
  height: 93px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}

.module .top .title {
 /* color: #fff;*/
  font-size: 24px;
  font-weight: bold;
}

.module .top .title span{
  color: #B3B3B3;
  font-size: 18px;
  margin-left: 5px;
}

.module .top .more {
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}

.module .top .more:hover {
  text-decoration: underline;
}
.xwkx .news-box {
   display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.xwkx .news {
  width: 100%;
  height: 100%;
}
.left-news {
 flex:1;
margin-right: 20px;
}
.right-news{
 flex:1;
margin-left: 20px;
}
.right-news .news {
 margin-top:16px;
}
.xwkx .news li {
  width: 100%;
  height: 95px;
  border-bottom: 1px solid #e3e3e3;
}

.xwkx .news li .date {
  font-size: 12px;
  color: #2641A8;
  line-height: 36px;
  height: 36px;
}

.xwkx .news li .title {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  cursor: pointer;
}

.xwkx .news li .title:hover {
  color: #2641A8;
}

.xwkx .news .tw-li {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  height: auto;
  flex-direction: column;
}
.xwkx .news .tw-li .img-news {
  width: 100%;
  height: 337px;
  position: relative;
}
.xwkx .news .tw-li img {
  width: 100%;
  height: 318px;
}
.xwkx .news .tw-li .datetime {
  position: absolute;
  top: 104px;
  left: 0px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: url(../img/icon02.png) no-repeat 0 0;
  color: #fff;
}

.xwkx .news .tw-li .datetime span:nth-child(1) {
  font-size: 26px;
  margin-bottom: 5px;
}

.xwkx .news .tw-li .datetime span:nth-child(2) {
  font-size: 12px;
}

.xwkx .news .tw-li .content {
  flex: 1;
  height: 186px;
  overflow: hidden;
padding-bottom: 16px;
}

.xwkx .news .tw-li .content .title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 5px;
}

.xwkx .news .tw-li .content .title:hover {
  color: #2641A8;
}

.xwkx .news .tw-li .content .desc {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
}

.tzgg_zcfg {
 display:flex;
display: -webkit-flex;
justify-content:space-between;
margin-top:20px;
}
.tzgg {
  margin-right:20px;
}
.tzgg_zcfg .news {
  width: 100%;
  padding-top: 20px;
}
.tzgg_zcfg .news li {
  width: 100%;
  height: 90px;
  border: 1px solid #D6D6D6;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.tzgg_zcfg .news .date{
  width: 150px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right:  1px solid #D6D6D6;
}
.tzgg_zcfg .news .date .d1 {
  font-size: 26px;
  color: #2641A8;
  margin-bottom: 5px;
}
.tzgg_zcfg .news .date .d2 {
  color: #333333;
  font-size: 12px;
}

.tzgg_zcfg .news .content {
  height: 82px;
  padding-top: 10px;
  margin-left: 24px;
  margin-right: 30px;
  flex: 1;
 display: flex;
    flex-direction: column;
    justify-content: center;
}

.tzgg_zcfg .news li .content .title {
  font-size: 16px;
  color: #1A1A1A;
  display: inline-block;
  margin-bottom: 7px;
  cursor: pointer;
}

.tzgg_zcfg .news li .content .desc {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  max-height: 50px;
  overflow: hidden;
}

.tzgg_zcfg .news li:hover {
  border: 1px solid #2641A8;
  transition: all 1s ease-in-out 0s;
}

.tzgg_zcfg .news li:hover .title {
  color: #2641A8;
  transition: all 0.5s ease-in-out 0s;
}

/* bottom  */
.bottom {
  width: 100%;
  height: 828px;
  /* background: url('../img/by01.png') no-repeat;  */
  /*background: #016DF5;*/
  background-position: center 320px;
  position: relative;
}

/* xcsp */

.xcsp {
  height: 530px;
}
.xcsp .v-box {
  height: 420px;
  margin-top: 30px;
  background: url('../img/videopc.png') no-repeat center center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.xcsp .v-box a {
  width: 130px;
  height: 130px;
  display: block;
  background: url('../img/icon13.png') no-repeat;
  opacity: 0.7;
}

.xcsp .v-box a:hover{
  opacity: 1;
  transition: opacity 0.6s ease-out 0s;
}


/* zcfg */
.zcfg {
  height: 390px;
  margin-left:20px;
}

.zcfg .top .title,
.zcfg .top .title span {
  /*color: #fff;*/
}

.zcfg .top .more {
  /*color: #eee;*/
}






.video-box {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #000;
  display: none;
}
.video-box #closeBtn {
  cursor: pointer;
}
.video-box #closeBtn::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 20px;
  text-align: center;
  background: url(../img/img31.png) no-repeat;
}


.video-box video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 100px;
}

@media screen and (max-width: 1360px) {
  .banner {
    height: 350px;
  }
  .banner .child img {
    height: 100%;
  }
  .module .top {
    height: 70px;
  }
  .module .top .title {
    font-size: 20px;
  }
  .module .top .title span {
    font-size: 16px;
  }
  .module .top .more {
    font-size: 12px;
  }
  .xwkx-tzgg {
    height: 584px;
  }
  .xwkx {
    margin-right: 20px;
  }
  .xwkx .news li .title {
    font-size: 14px;
    line-height: 1.6em;
  }
  .xwkx .news .tw-li {
    margin-top: 18px;
  }
  .xwkx .news .tw-li .content .title {
    font-size: 14px;
    line-height: 20px;
  }

  .xwkx .news .tw-li .content .desc {
    font-size: 12px;
    line-height: 20px;
  }

  .tzgg .news {
    padding-top: 18px;
  }
  .tzgg .news li {
    width: 100% ;
  }
  .tzgg .news .date .d1 {
    font-size: 18px;
  }
  .tzgg .news li .content .title {
    font-size: 14px;
  }
  .tzgg .news li .content .desc {
    font-size: 12px;
    line-height: 1.6em;
  }
}

@media screen and (max-width:1079px) {
   .banner.x-container {
    width: 100% !important;
    height: 200px;
  }

  .xwkx-tzgg {
    height:  auto !important;
    flex-direction: column;
    gap: 0px !important;
  }
  .xwkx {
    margin-right: 0px;
  }
  .xwkx .news li .title {
    height: 48px;
    display: inline-block;
    overflow: hidden;
  }
  .tzgg .news li .content .title {
    line-height: 20px;
    margin-bottom: 0px !important;
  }
  .tzgg .news li .content .desc {
    height: 40px !important;
    overflow: hidden;
  }
  .xwkx .news .tw-li {
    flex-direction: column;
    margin-bottom: 5px;
  }
  .xwkx .news .tw-li .img-news {
    width: 100%;
  }
  .xwkx .news .tw-li img {
    width: 100%;
    margin:0px;
  }
  .xwkx .news .tw-li .content {
    margin-bottom: 10px;
  }
  .xwkx .news .tw-li .content .title {
    height: 24px;
    overflow: hidden;
  }
  .xcsp {
    height: 400px;
  }
  .xcsp .v-box {
    height: 280px;
  }
  .xcsp .v-box a {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  .bottom {
    background-position: center 230px;
    height: 1023px;
  }

  .module .top .title span {
    font-size: 14px;
  }

  

}

.footer{
   margin-bottom:60px;
}

@media screen and (max-width: 1500px) {

}