@charset "utf-8";
.banner {
  width: 100%;
}

.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


.title {
  width: 100%;
  padding: 60px 0;
  font-size: 40px;
  text-align: center;
  color: #125ba0;
  font-weight: bold;
}

/*.title img {*/
/*  width: 100%;*/
/*}*/

.zx-cont {
  width: 100%;
  height: 546px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 15px 24px 0px
  rgba(229, 228, 227, 0.75);
  padding: 25px;
  margin-bottom: 50px;
}

.zx-box {
  width: 512px;
}

.zx-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.zx-item:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #f01515;
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;

}

.zx-img {
  width: 275px;
  height: 181px;
}

.zx-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zx-tex {
  flex: 1;
  width: 0;
  margin-left: 20px;
}

.zx-tex-img {
  width: 100%;
  padding-top: 6px;
}

.zx-tex-img img {
  width: 190px;
}

.zx-tex-tit {
  width: 100%;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  padding-top: 5px;
}

.zx-tex-tex {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  opacity: 0.7;
  padding-top: 5px;
}

.zx-tex-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}

.zx-tex-btn span {
  font-size: 12px;
  color: #7b7b7b;
  opacity: 0.9;
  padding-top: 5px;
}

.zx-tex-btn a {
  width: 61px;
  height: 20px;
  border-radius: 4px;
  border: solid 1px #0071bd;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #0071bd;
}

.zx-item2 {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.zx-item2:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #f01515;
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;

}

.zx2-titl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zx2-titl b {
  width: 406px;
  font-size: 18px;
  color: #000000;
  opacity: 0.9;
}

.zx2-titl span {
  font-size: 12px;
  color: #7b7b7b;
  opacity: 0.9;
}

.zx2-tex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 5px;
}

.zx2-tex p {
  width: 406px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  opacity: 0.7;
  padding-top: 5px;
}

.zx2-tex a {
  width: 61px;
  height: 20px;
  border-radius: 4px;
  border: solid 1px #0071bd;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #0071bd;
  margin-bottom: 10px;
}


.video-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.vidoe-item {
  width: 381px;
}

.video-img {
  width: 381px;
  height: 226px;
  position: relative;
}

.video-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-img a {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}

.video-img a img {
  width: 100%;
  height: 100%;
}

.video-title {
  width: 100%;
  font-size: 18px;
  color: #0c4da2;
  font-weight: bold;
  padding: 0 5px;
  line-height: 40px;
}

.video-tex {
  width: 100%;
  height: 62px;
  background-color: #f5f5f7;
  line-height: 62px;
  font-size: 16px;
  color: #333333;
  padding: 0 10px;
  margin-top: 5px;
}


.zc-cont {
  width: 100%;
  height: 723px;
  background-color: #f5f5f7;
  margin: 60px 0;
}

.zc-tit {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #0c4da2;
  font-weight: bold;
  padding: 50px 0;
}

.zc-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zc-item {
  width: 587px;
  height: 227px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zc-item .zc-img {
  width: 175px;
  height: 136px;
  background-color: #666666;
  border-radius: 8px;
  margin-right: 15px;
  overflow: hidden;
}

.zc-item .zc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zc-item .zc-tex {
  flex: 1;
  width: 0;
}

.zc-item h1 {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #333333;
  padding-top: 10px;
}

.zc-item p {
  font-size: 16px;
  color: #767676;
  line-height: 30px;
  padding-top: 10px;
}

.zc-item.active {
  background-color: #0c4da2;
}

.zc-item.active h1 {
  color: #ffffff;
}

.zc-item.active p {
  color: #ffffff;
}


.end-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ry-cont {
  width: 500px;
  height: 560px;
  overflow: hidden;
}

.ry-title {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ry-title span {
  font-size: 28px;
  color: #444444;
  line-height: 60px;
  border-bottom: 3px solid #0c4da2;
  font-weight: bold;
}

.ry-title a {
  width: 91px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}

.ry-box {
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ry-item {
  width: 245px;
}

.ry-img {
  width: 245px;
  height: 164px;
  background-color: #0071bd;
  border-radius: 8px;
  overflow: hidden;
}

.ry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ry-tex {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  line-height: 60px;
}

.wj-cont {
  width: 670px;
  height: 540px;
  overflow: hidden;
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  padding: 10px 20px;
}

.wj-title {
  width: 112px;
  line-height: 60px;
  font-size: 28px;
  color: #444444;
  font-weight: bold;
  border-bottom: 3px solid #0c4da2;
  margin: 0 auto;
}

.wj-list {
  width: 100%;
  padding-top: 20px;
}

.wj-list p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}

.wj-list p span {
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #333333;
  background-size: 18px 18px;
}

.wj-list p a {
  color: #355e92;
  font-size: 14px;
  margin-left: 50px;
}

.wj-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.wj-btn a {
  width: 171px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}














