.xsgz-container {
  width: 1388px;
  margin: 80px auto;
}
.position-title { 
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(42, 93, 132, 0.75);
}
.xsgz-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xsgz-more .title {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}

.xsgz-more a {
  font-size: 24px;
  color: #2a5d84;
}

.xsgz-title {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 500;
}

.szgz {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.szgz-left {
  width: 710px;
  height: 435px;
  position: relative;
}

.szgz-left .szgz-img {
  width: 600px;
  height: 335px;
  overflow: hidden;
    position: relative;
    z-index: 2;
}
.szgz-left .szgz-img:hover img {
	transition: all 1s;
	transform: scale(1.1);
}
.szgz-left .szgz-img img {
  width: 600px;
  height: 335px;
  object-fit: cover;
}

.szgz-left .szgz-bg {
  position: absolute;
  background-color: #2a5d84;
  width: 600px;
  height: 335px;
  left: 100px;
  top: 100px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.szgz-left .szgz-bg .title {
  width: 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.szgz-left .szgz-bg .title:hover{
	color:#6FA0C6;
	text-shadow: 2px 2px 2px #000;
}
.szgz-left .szgz-bg a {
  color: #fff;
}

.szgz-right {
  flex: 1;
  position: relative;
  height: 470px;
}

.szgz-right .box1 {
  position: absolute;
  background-color: #fff;
  top: 0px;
  left: 0;
  z-index: 2;
  padding: 37px 30px 0px 30px;
}

.szgz-right .box2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #d9d9d9;
  padding: 45px 30px 0px 30px;
}

.szgz-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.szgz-more a {
  font-size: 24px;
  color: #2a5d84;
}

.szgz-right ul {
  width: 428px;
  height: 253px;
}

.szgz-right li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  height: 60px;
  overflow: hidden;
}

.szgz-right .title {
  flex: 1;
  font-size: 18px;
  line-height: 25px;
}
.szgz-right .title:hover { 
  color: #6FA0C6; 
}
.szgz-right p {
  margin-right: 10px;
  color: #2a5d84;
  font-size: 16px;
}

.xsgz-tzgg-bg {
  padding-top: 1px;
  padding-bottom: 1px;
  background-image: url("../images/djfgbg.jpg");
  background-size: cover;
}

.xsgz-tzgg {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background-color: rgba(26, 26, 26, 0.8);
  padding: 50px 80px;
}

.tzgg-left {
  width: 616px;
}
.tzgg-left .xsgz-more {
  margin-bottom: 36px;
}

.tzgg-left li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.tzgg-left li p {
  width: 110px;
  font-size: 14px;
  color: rgba(245, 245, 245, 1);
}

.tzgg-left li .title {
  flex: 1;
  height:50px;
  display: block;
  font-size: 18px;
  font-weight: 500; 
  color: #fff;
}
.tzgg-left li .title:hover{
	color:#6FA0C6;
	text-shadow: 2px 2px 2px #000;
}
.tzgg-right {
  width: 693px;
  height: 548px;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
}
.tzgg-right:hover img{
  transition: all 1s;
  transform: scale(1.1);
}
.tzgg-right img {
  width: 693px;
  height: 548px;
  object-fit: cover;
}

.rcglswiper {
  width: 100%;
  position: relative;
  margin-top: 50px;
  height:700px;
}

.rcglswiper .swiper-slide {
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rcglswiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block; 
}

.rcglswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rcglswiper .swiper-slide .title {
  color: #fff;
  height: 50px;
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  background-color: #2a5d84;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.rcglswiper .swiper-slide .title:hover{
	color:#6FA0C6;
	text-shadow: 2px 2px 2px #000;
}

.swiper-pagination1 {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -20px;
}

.swiper-pagination1 .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  top: 853px;
  left: 864px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0.5);
  opacity: 1;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  width: 67px;
  height: 22px;
  top: 853px;
  left: 944px;
  border-radius: 5px;
  background: rgba(217, 217, 217, 1);
  opacity: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.xsgz-xxyd-bg {
  background-image: url("../images/xzfcbg.png");
  background-size: cover;
  padding-bottom: 1px;
  padding-top: 1;
  margin-top: 100px;
}

.xsgz-xzfc {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; 
}
.xzfc-img { 
  width: 913px;
  height: 620px;
  position: relative; 
}
 .xzfc-img .title {
  display: block;
  position: absolute; 
}
.xzfc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.xzfc-img a:nth-child(1){
  width: 811px;
  height: 620px;
  z-index: 4;
  top: 0px;
  right: 0px;
}
.xzfc-img a:nth-child(2) {
  width: 811px;
  height: 551px;
  z-index: 3;
  top: 50px;
  right: -50px;
}
.xzfc-img a:nth-child(3) {
  width: 734px;
  height: 499px;
  z-index: 2;
  top: 80px;
  right: -100px;
}
.xzfc-right {
  width: 497px;
}
.xzfc-right .xsgz-more {
  margin-left: 100px;
}
.xzfc-right .xsgz-more .title {
  color: #000;
}

.xzfc-item {
  width: 497px;
  height: auto;
  padding: 42px;
  margin-top: 80px;
  background-color: rgba(42, 93, 132, 1);
  position: absolute;
  z-index: 4;
}
.xzfc-item li {
  margin-bottom: 15px;
}

.xzfc-item .title {
  height: 50px;
  display: block;
  font-size: 18px;
  color: #fff;
}
.xzfc-item .title:hover{
	color:#6FA0C6;
	text-shadow: 2px 2px 2px #000;
}
 @media screen and (max-width: 1200px) {
  .xsgz-container {
    width: 100%;
    margin: 30px auto;
  }
  .szgz {
    display: block;
  }
  .szgz-left .szgz-img {
    width: 100%;
  }
  .szgz-left .szgz-bg {
    left: 0;
  }
  .szgz-right {
    height: auto;
  }
  .szgz-right .box1 {
    width: 100%;
    position: relative;
    padding: 20px 20px;
  }
  .szgz-right .box2 {
    position: relative;
    width: 100%;
    padding: 20px 20px;
  }
  .xsgz-tzgg {
    display: block;
    padding: 20px;
  }
  .tzgg-left {
    
    width: 100%;
    position: relative;
    padding: 20px 20px;
  }
  .tzgg-right{
    
    width: 100%;
    position: relative;
    padding: 20px 20px;
    height: auto;
    margin: 0px;
  }
  .tzgg-right img{
    height: auto;
    width: 100%;
  }
  .xsgz-xzfc {
    width: 100%;
    display: block;
    padding: 20px 20px;
  }
  .xzfc-img {
    width: 100%;  
    overflow: hidden;
  }
  .xzfc-img img {
    width: 100%;
    height: auto;
  }
  .xzfc-img img:nth-child(1) { 
    width: 100%;
    height: auto;
  }
  .xzfc-img img:nth-child(2) { 
    width: 100%;
    height: auto;
  }
  .xzfc-img img:nth-child(3) { 
    width: 100%;
    height: auto;
  }
  .xzfc-right .xsgz-more {
    margin-left: 0px ;
    margin-top: 100px;
  }
  .xzfc-right { 
    width: 100%;
    display: block; 
  }
  .xzfc-item {
    width: 100%;
    position: relative;
    padding: 20px 20px;
  }
  .xzfc-right .xsgz-more .title {
    font-size: 24px;
  }
  .rcglswiper .swiper-slide {
    height: 420px;
  }
 }