.wrap1 {
  /* width: 100%; */
  overflow: hidden;}

.slideshow-container {
  position: relative;
  min-width: 1920px;
  /* width: 100vw; */
  height: 520px;}

.slideshow1 {
  /* overflow: hidden; */
  position: absolute;
  left: -200%;
  width: 100%;
  height: 100%;
  display: flex;
  transition: 1s ease;}

.slideshow1 img {
  flex: 0 0 1920px;
  /* width: 100vw; */
  min-width: 1920px;
  height: 100%;
  object-fit: fill;}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  cursor: pointer;
  opacity: 0.5;}

.prev:hover,
.next:hover {
  opacity: 1;}

.prev {
  left: 20px;}

.next {
  right: 20px;}

.points1 {
  position: absolute;
  bottom: 5%;
  display: flex;
  left: 50%;
  transform: translateX(-50%);}

.point1 {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  margin-left: 20px;
  border-radius: 30px;
  opacity: 0.8;
  transition: 1s ease;}

.active1 {
  width: 50px !important;
  opacity: 1 !important;}

.bg {
  height: 565px;
  background-image: url(../imgs/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;}

.content1 {
  width: 1200px;
  display: flex;
  margin: 0px auto;
  height: 100%;
  justify-content: space-between;}

.wrap2 {
  position: relative;
  width: 590px;
  margin: 50px 0;}

.slideshow-container2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 405px;}

.slideshow2 {
  position: absolute;
  left: -1180px;
  height: 100%;
  display: flex;
  transition: 1s ease;}

.slideshow2 img {
  width: 590px;
  height: 100%;
  object-fit: cover;}

.points2 {
  position: absolute;
  bottom: 10px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);}

.point2 {
  width: 20px;
  height: 20px;
  /* background-color: rgb(0, 0, 200); */
  background-color: rgb(182, 196, 200);
  margin-left: 15px;
  border-radius: 20px;
  transition: 1s ease;}

.active2 {
  background-color: rgb(0, 49, 177) !important;}

.prev2,
.next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  cursor: pointer;
  opacity: 0.5;}

.prev2:hover,
.next2:hover {
  opacity: 1;}

.prev2 {
  left: 20px;}

.next2 {
  right: 20px;}

.bref2 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 590px;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.6);
  height: 40px;}

.bref_active {
  cursor: pointer;
  display: inline !important;
  color: #fff;
  line-height: 40px;
  font-size: 15px;}

.bref_def {
  display: none;}

.xwzx {
  width: 590px;
  margin: 50px 0;}

.xwzx .header1 div {
  display: flex;
  justify-content: space-between;}

.xwzx .header1 .name {
  color: rgb(0, 49, 177);
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;}

.xwzx .header1 .more img {
  margin-top: 15px;
  margin-right: 20px;
  width: 20px;
  height: 20px;}

.xwzx .boundary {
  position: relative;
  height: 5px;
  background-color: rgb(222, 223, 226);}

.xwzx .boundary .bpre {
  background-color: rgb(0, 49, 177);
  height: 5px;
  width: 96px;
  position: absolute;
  left: 0;
  top: 0;}

.xwzx .first,
.xwzx .list {
  margin-top: 10px;}

.xwzx .first .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.xwzx .first .time,
.xwzx .first .neirong {
  margin-top: 5px;
  font-size: 15px;
  color: rgb(102, 102, 102);}

.xwzx .first .neirong {
  overflow: hidden;
  line-height: 1.5em;
  height: 67.5px;}

.xwzx .list .item .left {
  display: flex;}

.xwzx .list .item .left .title {
  max-width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.xwzx .list .item .mark {
  height: 22.5px;
  width: 5px;
  margin-right: 10px;
  background-color: rgb(189, 195, 204);}

.xwzx .list .item {
  margin: 20px 0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;}

.xwzx .list .item:hover {
  /* background-color: rgb(189, 195, 204); */
  color: #7fc1f4;
  cursor: pointer;}

.bg2 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;}

.kxyj {
  margin-top: 30px;
  width: 740px;}

.kxyj .header1 {
  height: 80px;
  background-color: rgb(0, 106, 205);
  display: flex;
  justify-content: space-between;}

.kxyj .header1 .left {
  display: flex;
  line-height: 80px;}

.kxyj .header1 .left .namechi {
  margin-left: 30px;
  margin-right: 15px;
  font-size: 24px;
  color: #fff;}

.kxyj .header1 .left .nameeng {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 26px;
  color: rgb(26, 121, 210);}

.kxyj .header1 img {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-right: 20px;}

.kxyj .table {
  overflow: hidden;
  font-weight: bold;
  padding: 20px;
  height: 500px;
  background-color: rgb(236, 244, 255);}

.kxyj .list {
  height: 100%;
  overflow: scroll;}

.kxyj .th {
  text-align: left;
  border-radius: 5px;
  display: flex;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  background-color: rgb(208, 227, 245);}

.kxyj .fbsj,
.kxyj .lwtm,
.kxyj .syzz,
.kxyj .fbkw {
  padding-right: 5px;
  display: flex;
  /* overflow: hidden; */
  align-items: center;}

.kxyj .fbsj {
  padding-left: 15px;
  width: 125px;}

.kxyj .lwtm {
  width: 240px;}

.kxyj .syzz {
  width: 175px;}

.kxyj .fbkw {
  width: 170px;}

.kxyj .td {
  text-align: left;
  border-radius: 5px;
  display: flex;
  /* height:40px ; */
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px 0;
  border-bottom: 1px dashed rgb(189, 195, 204);}

.shfw {
  /* margin-top: 30px; */
  width: 450px;}

.shfw .header1 {
  height: 79px;
  background-color: rgb(0, 49, 177);
  display: flex;
  justify-content: space-between;}

.shfw .header1 .left {
  display: flex;
  line-height: 80px;}

.shfw .header1 .left .namechi {
  margin-left: 30px;
  margin-right: 15px;
  font-size: 24px;
  color: #fff;}

.shfw .header1 .left .nameeng {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 26px;
  color: rgb(26, 121, 210);}

.shfw .header1 img {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-right: 20px;}

.shfw {
  height: 580px;
  overflow: hidden;}

.shfw .list {
  background-color: #FFF;
  padding: 17px 20px 20px 20px;
  border-bottom: 1px dashed rgb(189, 195, 204);}

.shfw .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  line-height: 34px;
  font-weight: bold;}

.shfw .time {

  color: #dcdcdc;
  font-size: 13px;
  line-height: 25px;}

.bggray {
  background-color: #f6f6f6;
  margin-top: 30px;}

.bg3 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;}

.jzsl {
  width: 750px;}

.jzsl .top {
  height: 80px;
  display: flex;
  justify-content: space-between;}

.jzsl .top .left {
  display: flex;}

.jzsl .top .left .title_chi {
  color: #0131ad;
  margin-right: 15px;
  line-height: 75px;
  font-size: 24px;
  border-bottom: #0131ad 5px solid;}

.jzsl .top .left .title_eng {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;

  line-height: 75px;
  font-size: 26px;
  color: #fff;}

.jzsl .more img {
  width: 20px;
  height: 20px;
  margin-top: 30px;
  margin-right: 20px;}

.jzsl .lists {
  margin-top: 20px;}

.jzsl .list {
  margin-right: 10px;
  margin-top: 20px;
  display: flex;
  border-bottom: 1px dashed #cbcbcb;}

.jzsl .list img {
  margin: 10px 15px 10px 0;
  width: 155px;
  height: 110px;
  object-fit: cover;}

.jzsl .list .content {
  margin: 10px 0;}

.jzsl .list .content .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.jzsl .list .content .time {
  color: #3c3c3c;
  margin: 7px 0;
  font-size: 16px;}

.jzsl .list .content .bre {
  color: #3c3c3c;
  margin: 7px 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;}

.tzgg {
  width: 450px;
  margin-top: 30px;}

.tzgg .top {
  height: 80px;
  display: flex;
  justify-content: space-between;
  background-color: #0031b1;
  line-height: 80px;}

.tzgg .top .left {
  display: flex;}

.tzgg .top .left .title_chi {
  color: #fffdfe;
  margin-left: 30px;
  margin-right: 15px;
  font-size: 24px;}

.tzgg .top .left .title_eng {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;

  font-size: 26px;
  color: #3552ba;}

.tzgg .more img {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-right: 20px;}

.tzgg .image {
  height: 133px;}

.tzgg .image img {
  width: 450px;
  height: 133px;
  object-fit: cover;}

.tzgg .lists {
  width: 100%;
  height: 366px;
  padding-top: 22px;
  /* background-color: #fff;    */
  background-color: rgb(218, 228, 255);}

.tzgg .list {
  display: flex;
  margin: 0px 20px 25px 20px;
  border-bottom: 1px dashed #cbcbcb;}

.tzgg .lists .list:last-of-type {
  border-bottom: none !important;}

.tzgg .list .icontz img {
  width: 20px;
  margin-top: 4px;
  margin-right: 15px;}

.tzgg .list .title {
  line-height: 30px;
  width: 380px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.tzgg .list .title:hover {
  cursor: pointer;
  color: #7fc1f4;}

.tzgg .list .time {
  color: #333333;
  margin: 7px 0;
  font-size: 14px;
  line-height: 22px;}

.yjjd_top {
  display: flex;
  width: 1200px;
  margin: 20px auto 0px auto;
  height: 80px;
  justify-content: space-between;}

.yjjd_top .name {
  display: flex;}

.yjjd_top .name .name_chi {
  color: #0031b1;
  margin-right: 15px;
  font-size: 24px;
  line-height: 80px;}

.yjjd_top .name .name_eng {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 26px;
  color: #ededed;
  line-height: 80px;}

.yjjd_out {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 150px;}

.yjjd_inner {
  position: relative;
  width: 1200px;
  height: 165px;
  overflow: hidden;}

.slideshow3 {
  position: absolute;
  left: 0;
  height: 150px;
  display: flex;
  transition: 1s ease;}

.slideshow3 .td_img {
  margin-right: 12px;

  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.3);}

.slideshow3 .td_img img {

  width: 291px;
  height: 150px;
  object-fit: cover;}

.td_bref {
  position: absolute;
  line-height: 40px;
  bottom: 0px;
  width: 291px;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;}

.prev3,
.next3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  cursor: pointer;
  opacity: 0.8;
  width: 50px;}

.prev3:hover,
.next3:hover {
  opacity: 1;}

.prev3 {
  left: -80px;}

.next3 {
  right: -80px;}

.points3 {
  margin-top: 33px;
  display: flex;}

.point3 {
  width: 40px;
  height: 14px;
  background-color: #ebebeb;
  margin-left: 15px;
  transition: 1s ease;}

.active3 {
  background-color: #0031b1 !important;}


.yjjg_top {
  display: flex;
  width: 1200px;
  margin: 20px auto 0px auto;
  height: 80px;
  justify-content: space-between;}

.yjjg_top .name {
  display: flex;}

.yjjg_top .name .name_chi {
  color: #0031b1;
  margin-right: 15px;
  font-size: 24px;
  line-height: 80px;}

.yjjg_top .name .name_eng {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 26px;
  color: #ededed;
  line-height: 80px;}

.yjjg_out {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 150px;}

.yjjg_inner {
  position: relative;
  width: 1200px;
  height: 145px;
  overflow: hidden;}

.slideshow4 {
  position: absolute;
  left: 0;
  height: 130px;
  display: flex;
  transition: 1s ease;}

.slideshow4 .td_img {
  margin-right: 30px;

  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.3);}

.slideshow4 .td_img img {
  width: 216px;
  height: 130px;
  object-fit: cover;}

.td_bref4 {
  position: absolute;
  line-height: 40px;
  bottom: 0px;
  width: 216px;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;}

.prev4,
.next4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  cursor: pointer;
  opacity: 0.8;
  width: 50px;}

.prev4:hover,
.next4:hover {
  opacity: 1;}

.prev4 {
  left: -80px;}

.next4 {
  right: -80px;}

.points4 {
  margin-top: 33px;
  display: flex;}

.point4 {
  width: 40px;
  height: 14px;
  background-color: #ebebeb;
  margin-left: 15px;
  transition: 1s ease;}

.active4 {
  background-color: #0031b1 !important;}