html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
}

body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container-box {
  margin: 0 auto;
  width: 1200px;
}

.titleImg {
  height: 100%;
  margin: 60px auto;
  display: block;
}

.headerimg {
  width: 100%;
}

.banner-box {
  display: flex;
}

.banner-left {
  width: 600px;
  height: 450px;
  overflow: hidden;
}

.banner-div {
  width: 1200px;
}

.img-div {
  width: 600px;
  position: relative;
}

.img-text {
  width: 100%;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
}

.img-text a {
  font-size: 19px;
  color: #FFF;
  width: 70%;
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-container {
  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;
}

.banner-right {
  flex: 1;
  flex-grow: 1;
  padding-left: 20px;
}

/* .banner-right li {
  margin: 0 4.5% 16px 0;
} */

.banner-right li a {
  font-size: 18px;
  color: #292929;
  /* line-height: 32px; */
  text-decoration: none;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 520px;
  display: block;
  float: left;
}
.banner-right li span{
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden;
  margin-top: 9px;
  margin-right: 10px;
}
.banner-right li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.banner-right li:first-child a {
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 520px;
  display: block;
}
.banner-right ul{
  list-style: none;
}
.banner-right li{
  clear: both;
  height: 60px;
}
.banner-right li:last-child{
  margin-bottom: 0;
}
.img-row {
  display: flex;
  margin-bottom: 20px;
}
.img-2-div {
  width: 49%;
}
.img-2-div.zcwj{
  height: 420px;
  padding: 65px 20px 20px 20px;
  background: url("../image/zcwj.png") no-repeat;
  z-index: 9;
}
.img-2-div.ywgh{
  height: 420px;
  padding: 65px 20px 20px 20px;
  background: url("../image/ywgh.png") no-repeat;
  z-index: 9;
}
.img-2-div li{
  margin-bottom: 12px;
}
.img-2-div li a{
  display: flex;
  width: 100%;
  font-size: 18px;
  color: #292929;
  line-height: 32px;
  text-decoration: none;
}
.img-6-div {
  width: 32%;
}

.img-8-div {
  width: 23.5%;
}

.img-2-div>a,
.img-6-div>a,
.img-8-div>a {
  display: block;
  width: 100%;
}

.img-6-div img,
.img-8-div img {
  width: 100%;
}
.img-row .img-2-div:nth-child(2n-1) {
  margin: 0 2%;
}
.img-row .img-2-div:nth-child(2n) {
  text-align: right;
}
.img-row .img-6-div:nth-child(2n) {
  margin: 0 2%;
}

.img-row .img-8-div {
  margin-right: 2%;
}

.img-row .img-8-div:last-child {
  margin-right: 0;
}

.img-row .img-8-div .text-div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.img-row .img-8-div .text-div img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.img-row .img-8-div .text-div a {
  line-height: 60px;
  color: #000;
  font-size: 19px;
  text-decoration: none;
  padding-left: 25px;
}

.img-row .img-8-div .text-div a:hover {
  text-decoration: underline;
}
.banner-left .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #FFF;
  opacity: 1;
}
.banner-left .swiper-pagination-bullet-active{
  background-color: #FFF;
}
.banner-left .swiper-pagination {
  text-align: right;
}

.banner-left .img-text {
  padding-bottom: 0;
  padding-left: 20px;
  text-align: left;
}

.banner-left .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.banner-left.banner-box2 {
  height: 400px;
}

.banner-right.banner-box2 {
  border: 1px solid #CCC;
  padding: 0;
}
.banner-right.banner-box2 li{
  height: 45px;
  clear: both;
}

.banner-right .titleDiv {
  display: flex;
}

.banner-right .titleDiv div {
  width: 50%;
  text-align: center;
  cursor: pointer;
  color: #000;
  line-height: 40px;
  border-bottom: 1px solid #CCC;
}

.banner-right .titleDiv .click {
  background-color: red;
  color: #FFF;
}
.banner-right .titleDiv .active{
  background-color: #dde9ff;
  color: #005aff;
}
.zxbs {
  display: block;
  padding: 0 20px;
}

.gzdt {
  display: none;
  padding: 0 20px;
}

.xxgcCintentDiv ul {
  padding: 10px;
}

.xxgcCintentDiv li {
  line-height: 32px;
  cursor: pointer;
  margin-right: 0;
}

.banner-right.banner-box2 .xxgcCintentDiv li a {
  display: flex;
  width: 96%;
}
.banner-right.banner-box2 .xxgcCintentDiv li span{
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden;
  margin-top: 13px;
  margin-right: 10px;
}
.xxgcCintentDiv .point {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 12px;
  margin-right: 5px;
}

.xxgcCintentDiv .text {
  flex: 1;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xxgcCintentDiv .time {
  width: 110px;
  text-align: right;
}

.footer-box {
  padding-top: 100px;
}
.rwbz-swiper-box{
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 44px;
  border: 1px solid #CCC;
  position: relative;
}
.rwbz-swiper-top{
  background: url("../image/rwbz-bg.png") no-repeat left top;
  line-height: 44px;
  position: absolute;
  top: -44px;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
.rwbz-swiper-box .line{
  position: absolute;
  top: -5px;
  right: 0;
  border-bottom: 5px solid #b99855;
  width: 71%;
}
.rwbz-swiper{
  width: 96%;
  margin: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  color: #999999;
}
.rwbz-swiper .swiper-slide{
  width: 200px;
  transition-duration: 0ms;
}
.rwbz-swiper a{
  color: #000;
  text-decoration: none;
}
.rwbz-swiper dl{
  width: 100%;
}
.rwbz-swiper dt img{
  width: 100%;
  height: 120px;
  display:block;
  object-fit: scale-down;
}
.rwbz-swiper dd{
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}