﻿* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: calc(100vw / 120);
  font-family: "Source Han Sans CN";
}

a,
ul,
li {
  list-style: none;
  text-decoration: none;
}
img,table,video,iframe{
  max-width:100% !important;
  
}
table {
  margin: auto;
  border-collapse: collapse !important;
  max-width: 100%;
  
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.layui-layer-hui{
position: fixed !important;
  left:50% !important;
  top:50% !important;
  transform: translate(-50%, -50%) !important;
}
.max {
  width: 95.5rem;
  margin: auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background:linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.header .max {
  width: 113.5rem;
}

.ydy {
  width: 100%;
  height: 100vh;
  background-image: url('../image/ydy-bg.jpg');
  background-size:100% 100%;
  justify-content: flex-start !important;
}

.ydy .ydy-left {
  width: 31.5rem;
  height: 50.25rem;
  padding: 4.625rem 4rem;
  box-sizing: border-box;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  background: linear-gradient(to top,
      rgba(21, 170, 219, .98) 10%,
      rgba(23, 106, 190, .9) 100%);
  margin-left: 14.0625rem;
  margin-right: 6.875rem;
}

.ydy .ydy-left .ydy-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ydy .ydy-left .ydy-top img {
  width: 12.875rem;
  height: 12.875rem;
  object-fit: contain;
}

.ydy .ydy-left .ydy-text {
  width: 23.5625rem;
}

.ydy .ydy-left .ydy-text img {
  width: 100%;
  height: auto;
  margin: 1.875rem 0;
}

.ydy .ydy-left .ydy-info p,.ydy .ydy-left .ydy-info p a {
  font-weight: normal;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2.25rem;
}

.ydy .ydy-left .ydy-info>p:nth-child(1)::before,
.ydy .ydy-left .ydy-info .phones p:nth-child(1)::before,
.ydy .ydy-left .ydy-info>p:last-child::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3125rem;
  height: 1.5rem;
  background-image: url('../image/dz.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.ydy-left .ydy-info .phones p:not(.ydy-left .ydy-info .phones p:first-child) {
  padding-left: 1.9375rem;
}

.ydy-right {
margin-bottom:10rem;
 height:50.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
  justify-content: flex-end !important;
   <!--width: 35.375rem;-->
}

.ydy-right .ydy-box {
  width: 100%;
}

.ydy-right .ydy-box,
.ydy-right,
.ydy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ydy-right .dyd-item,
.ydy-right .dyd-item a {
  cursor: pointer;
  position: relative;
  z-index: 1;
 width: 12.625rem;
  height: 12.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .6s;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ydy-right .dyd-item a {
  width: 100%;
  height: 100%;
}

.ydy-right>.dyd-item:first-child {
  margin-bottom: 1.875rem;
}

.ydy-right>.dyd-item:first-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #960719;
  z-index: -1;
  
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  <!--transform: rotate(45deg);-->
}

.ydy-right .dyd-item img {
  width: 4.3125rem;
  height: 4.3125rem;
  object-fit: contain;
  margin-bottom: 1.25rem;

}

.ydy-right .dyd-item p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
}
.ydy-right .ydy-box .dyd-item:nth-child(1){
  background-color: rgba(150, 7, 25, .9)
}
.ydy-right .ydy-box .dyd-item:nth-child(2) {
  background-color: rgba(208, 155, 86, .9);

}
.ydy-right .ydy-box .dyd-item:nth-child(3){
  background-color: rgba(0, 75, 160, .9);
  
}
.ydy-right .ydy-box .dyd-item:nth-child(4) {
  background-color: rgba(0, 169, 164, .9);
}

.ydy-right .ydy-box .dyd-item img {
  width: 3.375rem;
  height: 3.375rem;
}
.ydy-right .ydy-box .dyd-item:nth-child(2n){
  margin: 0 1.875rem;
}

.ydy-right .ydy-box .dyd-item .ma {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .6s;
  opacity: 0;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ydy-right .ydy-box .dyd-item .ma img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: contain;
}

.ydy-right .ydy-box .dyd-item:hover .ma {
  opacity: 1;
}

.ydy-right .dyd-item:hover {
  transform: scale(1.1);
}

.header.active .header-top,
.header.yyjjs .header-top {
  background-color: #FFFFFF;
}

.header.active .left a img,
.header.yyjjs .left a img {
  display: block !important;
}

.header.active .left a img:first-child,
.header.yyjjs .left a img:first-child {
  display: none !important;
}

.header .header-top {
  padding: 1.25rem 0;
  padding-bottom: .625rem;
  border-bottom: .0625rem solid rgba(255, 255, 255, .5);
}

.header .header-top .max,
.header .header-top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-top .left a {
  display: block;
  width: 100%;
  height: 5.3125rem;
}

.header .header-top .left a img {
  width: 100%;
  height: 100%;
  max-width: 38.5625rem;
}

.header .header-top .left a img:last-child {
  display: none;
}

.header .header-top .right .search {
  position: relative;
  width: 21.0625rem;
  height: 2.8125rem;
  border-radius: 1.4375rem 1.4375rem 1.4375rem 1.4375rem;
  border: .0625rem solid rgba(255, 255, 255, .5);
  overflow: hidden;
  background: rgba(255, 255, 255, .1);
  -webkit-border-radius: 1.4375rem 1.4375rem 1.4375rem 1.4375rem;
  -moz-border-radius: 1.4375rem 1.4375rem 1.4375rem 1.4375rem;
  -ms-border-radius: 1.4375rem 1.4375rem 1.4375rem 1.4375rem;
  -o-border-radius: 1.4375rem 1.4375rem 1.4375rem 1.4375rem;
}

.header.active .header-top .right .search,
.header.yyjjs .header-top .right .search {
  background-color: #ededed;
  display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.header .header-top .right .search::after {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  vertical-align: middle;
  background-image: url('../image/search.png');
  background-size: 100% 100%;
  right: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header.active .header-top .right .search::after,
.header.yyjjs .header-top .right .search::after,.header.yyjjs .header-top .right .search img,.header.active .header-top .right .search img {
  filter: grayscale(100%) brightness(0%);
}
.header.yyjjs .header-top .right .search img,.header.active .header-top .right .search img,.header .header-top .right .search img{
  margin-right:1rem;
}
.header.active .header-top .right .search input,
.header.yyjjs .header-top .right .search input {
  color: #8f8f8f;
}

.header.active .header-top .right .search input::placeholder,
.header.yyjjs .header-top .right .search input::placeholder {
  color: #8f8f8f;
  opacity: 1;
}

.header .header-top .right .search input {
  border: 0;
  outline: none;
  width: 90%;
  height: 100%;
  padding-left: 1.25rem;
  background-color: transparent;
  color: #FFFFFF;
}

.header .header-top .right .search input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: .5;
}

.header .header-top .right .qj {
  margin: 0 1.875rem;
  width: 10.75rem;
  height: 2.8125rem;
}

.header .header-top .right .qj a,
.header .header-top .right .qj img,
.header .header-top .right .wx img,
.header .header-top .right .wx .wx-ma img {
  display: block;
  width: 100%;
  height: 100%;
}

.header .header-top .right .qj img:last-child,
.header.active .header-top .right .qj img:first-child,
.header.yyjjs .header-top .right .qj img:first-child {
  display: none;
}

.header.active .header-top .right .qj img:last-child,
.header.yyjjs .header-top .right .qj img:last-child {
  display: block;
}

.header .header-top .right .wx {
  position: relative;
  cursor: pointer;
  width: 2.6875rem;
  height: 2.6875rem;
}

.header .header-top .right .wx .wx-ma {
  display: none;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  padding: .625rem;
  z-index: 2;
  box-sizing: border-box;
  background-color: #FFFFFF;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.header .header-top .right .wx:hover .wx-ma {
  display: block;
}

.header.active .header-bot,
.header.yyjjs .header-bot {
  background-color: #0955b2;
}

.header .header-bot .max>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.875rem;
  /* padding-bottom: 1.25rem; */
}
.header .header-top .right .search{
  display:flex;
  align-items: center;
}
.header .header-bot .max>ul li a {
display:block;
line-height:3.875rem;
  position: relative;
  font-weight: 500;
  font-size: 1.375rem;
  color: #FFFFFF;
  /* opacity: .9; */
}

.header .header-bot .max>ul>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  border-bottom: .25rem solid #C20019;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .header-bot .max>ul>li:hover a::after,
.header .header-bot .max>ul>li.active a::after {
  width: 100%;
}
.header .header-bot .max>ul>li{
height:100%;
    
}
.header .header-bot .max>ul li {
  position: relative;
  
  line-height: 3.875rem;
}

.header .header-bot .max>ul .op {
  display: none;
  box-shadow: 0 0 .3125rem 0 #ccc;
  min-width: 7.5rem;
  width: max-content;
  position: absolute;
  top: 3.88rem;
  left: 50%;
  padding: .625rem;
  background-color: #FFFFFF;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.header .header-bot .max>ul .op li a {
position:relative;
  display: block;
  width: 100%;
  color: #555;
  font-size: 1rem;
  text-align: center;
  line-height: 2.125rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.header .header-bot .max>ul .op li a:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  width:0%;
  border-bottom: 1px solid rgb(194, 0, 25);
    transition: 0.6s;
}
.header .header-bot .max>ul .op li:hover a:after{
  width:100%;
}
.header .header-bot .max>ul .op li a:hover {
  color: #1D6AB9;
}

.banner {
  width: 100%;
  
  position: relative;
  height: 100vh;
  <!--height: 61.25rem;-->
}
.banner .swiper-pagination{
  bottom:10%;
  
}
.banner .swiper-pagination .swiper-pagination-bullet{
position:relative;
  width: .75rem;
    height: .75rem;
  background: #000000;
  border-radius: 6px 6px 6px 6px;
  opacity: 0.5;
  overflow:hidden;
}
.banner .swiper-pagination .swiper-pagination-bullet:after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:0%;
  background-color:#d40000;
  height:100%;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
  width: 4rem;
  background: #ced4ca;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after{
    animation-name: growWidth;
  animation-duration: 7s;
  animation-timing-function: ease-in-out; /* 添加缓动效果 */
  animation-fill-mode: forwards;
}
@keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.banner .swiper-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide .banner-text {
  width: 26rem;
  height: 16.9375rem;
  position: absolute;
  top: 60%;
  left: 15%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.banner .swiper-slide .banner-text img {
  width: 100%;
  height: 100%;
}

.banner .zxgg {
  padding: 0 1.5625rem;
  box-sizing: border-box;
  width: 80%;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  height: 3.9375rem;
  background-color: rgba(0, 0, 0, .4);
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.banner .zxgg a,
.banner .zxgg {
  display: flex;
  align-items: center;
}

.banner .zxgg a {
  height: 100%;
}

.banner .zxgg a p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  margin-left: 1.25rem;
  max-width:80%;
  overflow:hidden;
  text-overflow: ellipsis;
        white-space: nowrap;
}

.banner .zxgg img {
  width: 7.875rem;
  height: 1.125rem;
}

.banner .zxgg a p.time {
  color: #828282;
  font-size: .875rem;
  min-width:100px;

}

.banner .zxgg .zxgg-swiper {
  height: 2.4375rem;
  overflow: hidden;
}

.banner .zxgg .zxgg-swiper p.time {
  margin-top: 0;
}

.banner .zxgg .zxgg-swiper .btn {
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.banner .zxgg .zxgg-swiper .swiper-button-next::after,
.banner .zxgg .zxgg-swiper .swiper-button-prev::after {
  content: "";
}

.banner .zxgg .zxgg-swiper .swiper-button-next,
.banner .zxgg .zxgg-swiper .swiper-button-prev {
  opacity: 1;
  position: static;
  margin: 0;
  width: 1rem;
  height: .4375rem;
  background-image: url('../image/zxgg-arr-top.png');
  background-size: 100% 100%;
}

.banner .zxgg .zxgg-swiper .swiper-button-prev {
  background-image: url('../image/zxgg-arr-bot.png');
  margin-top: .3125rem;
}

.xzks .max,
.xzks .max .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xzks {
  margin: 2.5rem 0;
  position:relative;
  z-index:1;
}

.xzks .max .left {
  width: 85%;
  padding: .625rem .9375rem;
  box-sizing: border-box;
  height: 3.75rem;
  border: .0625rem solid #E2E2E2;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  box-shadow: 0 0 .3125rem 0 rgba(226, 226, 226, .6), .125rem .125rem .625rem 0 rgba(226, 226, 226, .6);
  -webkit-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -moz-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -ms-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -o-border-radius: .3125rem .3125rem .3125rem .3125rem;
}

.xzks .max .left ul {
  position: relative;
  height: 100%;
  width: 12%;
  padding-right: 1.25rem;
  border-right: .0625rem solid #DCDCDC;
}

.xzks .max .left>ul>li {
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  position: relative;
}

.xzks .max .left>ul>li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: .5625rem;
  background-image: url('../image/xz-arr-bot.png');
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.xzks .max .left input {
  height: 100%;
  width: 65%;
  border: 0;
  outline: none;
  padding-left: 1.25rem;
}

.xzks .max .left .li {
  display: none;
  width: 100%;
  background-color: #1D6AB9;
  position: absolute;
  z-index:99;
  top: 3.0625rem;
  left: 50%;
  max-height:300px;
  overflow:auto;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.xzks .max .left .li p {
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  line-height: 2.125rem;
  text-align: center;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xzks .max .left .li p:hover {
  color: #1D6AB9;
  background-color: #FFFFFF;
}

.xzks .max .right {
  width: 10%;
  height: 2.8125rem;
  background-color: #0955b2;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  -webkit-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -moz-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -ms-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -o-border-radius: .3125rem .3125rem .3125rem .3125rem;
}

.xzks .max .right p {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
}

.xzks .max .right p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.625rem;
  height: 1.5625rem;
  background-image: url('../image/search.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.yygh {
position: relative;
    z-index: 0;
  min-height: 50rem;
  background-image: url('../image/yygh--left-bg.jpg'), url('../image/yygh-right-bg.jpg');
  background-repeat: no-repeat;
  background-size: 48.8125rem 48.5625rem, 71.25rem 40.875rem;
  background-position: left top, right top;
}

.yygh .max {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4.375rem;
}

.yygh .max .left,
.yygh .max .right {
  width: 50%;
}

.yygh .max .left ul li,
.yygh .max .right ul li {
  width: calc(100% / 2);
  height: 12.5rem;
  float: left;
  background-color: #cca177;
}

.yygh .max .left ul li a,
.yygh .max .right ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

  background-position: right;
}

.yygh .max .left ul li a::after,
.yygh .max .right ul li a::after {
  content: "";
  position: absolute;
  width: 7.1875rem;
  height: 6.875rem;
  right: 1.25rem;
  bottom: 1.25rem;
  background-image: url('../image/y-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.yygh .max .left ul li:nth-child(2) {
  background-color: #446fc5;
}

.yygh .max .left ul li:nth-child(2) a::after {
  right: -0.9375rem;
  bottom: 1.25rem;
  background-image: url('../image/y.png');
}

.yygh .max .left ul li:nth-child(3) {
  background-color: #0175cf;
}

.yygh .max .left ul li:nth-child(3) a::after {
  background-image: url('../image/z.png');
}

.yygh .max .left ul li:nth-child(3) {
  background-color: #0175cf;
}

.yygh .max .left ul li:nth-child(4) a::after {
  background-image: url('../image/zz.png');
}

.yygh .max .left ul li:nth-child(4) {
  background-color: #9d2936;
}

.yygh .max .left ul li:last-child {
display:flex;
align-items:center;
justify-content:center;
  width: 100%;
  height: 22.1875rem;
  background-color: transparent;
  background-image: url('../image/zjjs-bg.png');
  background-size: 100% 100%;
}
.yygh .max .left ul li:last-child p{
    min-width:auto;
    text-align:center;
}
.yygh .max .left ul li:last-child img{
  margin:0;
}
.yygh .max .left ul li:last-child a{
  flex-direction: column;
    width: 11.3125rem;
    height: 11.3125rem;
    
    border-radius: 50%;
  transition:all .6s;
}
.yygh .max .left ul li:last-child a::after {
  background-image: none;
}
.yygh .max .left ul li:last-child:hover a{
 background-color: rgba(9, 85, 178, 0.8);
}



.yygh .max .left ul li a img,
.yygh .max .right ul li a img {
  width: 3.375rem;
  height: 3.375rem;
  object-fit: contain;
  margin-right: 1.875rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yygh .max .left ul li a p,
.yygh .max .right ul li a p {
  min-width: 10.875rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.yygh .max .left ul li a p span,
.yygh .max .right ul li a p span {
  display: block;
  font-weight: 400;
  font-size: .875rem;
}

.yygh .max .right {
  margin-bottom: 5.625rem;
}

.yygh .max .right ul li {
  background-color: #00aaa4;
}

.yygh .max .right ul li a::after {
  background-image: url('../image/j.png');
}

.yygh .max .right ul li:nth-child(2) {
  background-color: #25548e;
}

.yygh .max .right ul li:nth-child(2) a::after {
  background-image: url('../image/d.png');
}

.yygh .max ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.title h3 {
  position: relative;
  width: max-content;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
}

.title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  width: 50%;
  border-bottom: .3125rem solid #1D6AB9;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -moz-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -ms-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -o-border-radius: .3125rem .3125rem .3125rem .3125rem;
}

.title a,
.geng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 2.125rem;
  font-weight: 400;
  font-size: 1.125rem;
  color: #929292;
  transition: all .6s;
  border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  border: .0625rem dashed #959595;
  -webkit-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -moz-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -ms-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -o-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.title a::after,
.geng::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .5rem;
  height: .875rem;
  background-image: url('../image/g-img.png');
  background-size: 100% 100%;
  margin-left: .3125rem;
}
.title a:hover,.geng:hover{
  border: .0625rem solid #1D6AB9;
  color: #fff;
  background-color: #1D6AB9;

}
.title a:hover::after,.geng:hover::after{
  filter: brightness(0) invert(1);
}

.xwtj .max {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
}

.xwtj .max .left,
.xwtj .max .right {
  width: 50%;
}

.xwtj .max .left ul a{
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .625rem;
    transition:all .6s;
}

.xwtj .max .left ul a .lefts{
  width: 20%;
    height: 6.25rem;
}
.xwtj .max .left ul a .lefts img{
  width: 100%;
    height: 100%;
    <!--object-fit: contain;-->
}
.xwtj .max .left ul a .rights{
  width:77%;
}
.xwtj .max .left ul a .rights p{
  font-weight: 400;
    font-size: 1.25rem;
    color: #3A3A3A;
    display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}
.xwtj .max .left ul a .rights p:last-child{
  font-size:16px;
  color:#ccc;
  text-align: right;
}


.xwtj .max .left .xwtj-swiper {
  width: 100%;
  height: 35.25rem;
  overflow-x: clip;
  position: relative;
}

.xwtj .max .left .xwtj-swiper .swiper-slide .img {
  width: 100%;
  height: 28.5rem;
  position: relative;
  overflow: hidden;
}

.xwtj .max .left .xwtj-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xwtj .max .left .xwtj-swiper .swiper-slide .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.75rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .4);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwtj .max .left .xwtj-swiper .swiper-slide p {
  font-weight: 400;
  font-size: 1rem;
  color: #4A4A4A;
  line-height: 1.5rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

p.time {
  color: #656565;
  margin-top: 1rem;
}

p.time::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url('../image/time.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.xwtj .max .left .xwtj-swiper .swiper-slide .text {
  padding: .625rem .9375rem;
  box-sizing: border-box;
  box-shadow: 0 0 .3125rem 0 rgba(226, 226, 226, .6), .125rem .125rem .625rem 0 rgba(226, 226, 226, .6);
  padding-bottom: 1.875rem;
}

.xwtj .max .left .xwtj-swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.xwtj .max .left .xwtj-swiper .swiper-pagination {
  padding-right: 1.25rem;
  box-sizing: border-box;
  text-align: right;
}

.xwtj .max .left .xwtj-swiper .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  opacity: 1;
  background: #959595;
}

.xwtj .max .left .xwtj-swiper .swiper-pagination-bullet-active {
  width: 2.5625rem;
  height: .5rem;
  background: #89090B;
  border-radius: .25rem .25rem .25rem .25rem;
  -webkit-border-radius: .25rem .25rem .25rem .25rem;
  -moz-border-radius: .25rem .25rem .25rem .25rem;
  -ms-border-radius: .25rem .25rem .25rem .25rem;
  -o-border-radius: .25rem .25rem .25rem .25rem;
}

.xwtj .right {
  padding-left: 3.25rem;
}

.titles,
.titles ul {
  display: flex;
  align-items: center;
}

.titles ul {
  /* max-width: 80%; */
  /* overflow: auto; */

}


.titles {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.titles li {
  cursor: pointer;
  width: max-content;
  position: relative;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
}

.titles li:nth-child(2n) {
  margin: 0 2.25rem;
}

.titles li::after,
.titles li::before {
  content: "";
  position: absolute;
  width: .4375rem;
  height: .4375rem;
  background: #D2AB77;
  right: -1.25rem;
  top: 50%;
  border-radius: 50%;
  opacity: 0;
  transition: all .6s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.titles li::before {
  right: auto;
  left: -1.25rem;
}

.titles li.active {
  color: #1D6AB9;
}

.titles li i {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  width: 0%;
  transition: all .6s;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  border-bottom: .375rem solid #1D6AB9;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -moz-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -ms-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -o-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.titles li.active i,
.titles li:hover i {
  width: 50%;
}

.titles li:hover::after,
.titles li:hover::before,
.titles li.active::after,
.titles li.active::before {
  opacity: 1;
}

.xwtj .right>ul li a {
  display: flex;
  align-items: center;
  height: 6.8rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xwtj .right>ul li a:hover,.xwtj .max .left ul a:hover {
  background-color: rgba(3, 81, 177, .2);
}

.xwtj .right>ul li a:hover h3,
.xwtj .right>ul li a:hover p,.xwtj .max .left ul a:hover .rights p {
  color: #0351B1 !important;
}

.xwtj .right>ul li a .date {
  border-right: .0625rem solid #ccc;
  padding-right: 1.25rem;
  margin-right: 1.875rem;
}

.xwtj .right>ul li a .date h3 {
  font-weight: 500;
  font-size: 3rem;
  color: #666666;
  line-height: 2.5rem;
  margin-bottom: .9375rem;
}

.xwtj .right>ul li a .date p {
  font-weight: 400;
  font-size: .875rem;
  color: #3A3A3A;

}

.xwtj .right>ul li a>p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #3A3A3A;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xwtj .right>ul li a:hover .date {
  border-right-color: #0175cf;
}

.ksdh {
  margin-top: 3.5625rem;
  padding-top: 3.75rem;
  background-image: url('../image/ksdhs-bg.png');
  background-size: 100% 100%;
}
.bmdt{
  padding-bottom:0;
}

.foot .foot-center .right{
  <!--margin:auto;-->
}
.ksdh .ksdh-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 2.25rem;
}

.ksdh .left {
  width: 38%;
}

.ksdh .left .ksdh-title ul {
  background-color: #89090B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.875rem;
  box-sizing: border-box;
}

.ksdh .left .ksdh-title ul li {
  min-width: 6.5rem;
  cursor: pointer;
  width: max-content;
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFC2C3;
  height: 4.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .6s;
}

.ksdh .left .ksdh-title ul li::after {
  content: "";
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .6s;
  border-left: .625rem solid transparent;
  border-right: .625rem solid transparent;
  border-top: .625rem solid #89090B;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdh .left .ksdh-title ul li.active,
.ksdh .left .ksdh-title ul li:hover {
  font-size: 1.625rem;
  color: #fff;
}

.ksdh .left .ksdh-title ul li.active::after,
.ksdh .left .ksdh-title ul li:hover::after {
  opacity: 1;
}
.ksdh .left .ksdh-title{
  position: relative;
}
.ksdh .left .ksdh-list:not(:nth-child(2)){
  display:none;
}
.ksdh .left .ksdh-list {
  margin-top: -0.0625rem;
  min-height:39rem;
  max-height: 39.0625rem;
  overflow: auto;
  background-color: rgba(255, 255, 255, .5);
  padding: 1.875rem 3.75rem;
  box-sizing: border-box;
  box-shadow: 0 0 .3125rem 0 rgba(207, 228, 240, .9), .125rem .125rem .625rem 0 rgba(207, 228, 240, .9);
}

.ksdh .left .ksdh-list li {
  width: calc(100% /2);
  float: left;
  padding-right: 1.25rem;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
}

.ksdh .left .ksdh-list li p,.ksdh .left .ksdh-list li p a {
  width: max-content;
  font-weight: 500;
  font-size: 1rem;
  color: #222222;
  position: relative;
  cursor: pointer;
}

.ksdh .left .ksdh-list li p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: .375rem;
  height: .375rem;
  margin-right: .625rem;
  background: #1D6AB9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.ksdh .left .ksdh-list li p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.3125rem;
  width: 0%;
  transition: all .6s;
  border-bottom: .0625rem solid #89090B;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdh .left .ksdh-list li p:hover,
.ksdh .left .ksdh-list li.active p {
  color: #89090B;
}

.ksdh .left .ksdh-list li p:hover::after,
.ksdh .left .ksdh-list li.active p::after {
  width: 100%;
}

.ksdh .left .ksdh-list li p:hover::before,
.ksdh .left .ksdh-list li.active p::before {
  background: #89090B;
}

.ksdh .right {
  width: 60%;
  overflow-x: clip;
}

.ksdh .right .swiper-slide {
  /* padding-left: 1.875rem; */
  box-sizing: border-box;
}

.ksdh .right .slide-top {
  position: relative;
  background-color: rgba(3, 77, 138, 1);
  height: 18.75rem;
  padding: 2.5rem 3.75rem;
  box-sizing: border-box;
  background-image: url('../image/ks-bg.png');
  background-size: 100% 100%;
}

.ksdh .right .slide-top::after {
  position: absolute;
  content: "";
  left: -3.125rem;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 1.875rem solid transparent;
  border-right: 1.25rem solid rgba(3, 77, 138, .9);
  border-top: 1.875rem solid transparent;
  border-bottom: 1.875rem solid transparent;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.ksdh .right .slide-top h3 {
  font-weight: 500;
  font-size: 1.875rem;
  color: #FFFFFF;
  height: 1.8125rem;
  line-height: 1.8125rem;
}

.ksdh .right .slide-top h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .625rem;
  border-left: .3125rem solid #fff;
  height: 100%;
}

.ksdh .right .slide-top p {
  opacity: .8;
  margin: 1.875rem 0;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  text-align: justify;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 3;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.ksdh .right .slide-top a {
  font-weight: 400;
  font-size: 1.125rem;
  color: #18B6EE;
  float: right;
}
.slide-swiper {
  overflow-x: clip;
}
.slide-swiper .swiper-wrapper {
  height: 16.0625rem;
  position: relative;
  margin-top: 2.5rem;
}

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

.slide-swiper .peop {
  position: relative;
  overflow: hidden;
}

.slide-swiper .peop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all .6s;
  border-bottom: .3125rem solid #89090B;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.slide-swiper .swiper-slide {
  padding: 0;
}

.slide-swiper a:hover .peop::after {
  width: 100%;
}

.slide-swiper .peop .text {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  background-image: url('../image/text-bg.png');
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.slide-swiper .peop .text p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: center;

}

.slide-swiper .peop .text p:last-child {
  font-size: 1rem;
  font-weight: 300;
  margin-top: .625rem;
  margin-bottom: 1.25rem;
}

.slide-swiper .peop .text .p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.slide-swiper a:hover .peop .text {
  bottom: 0;
}

.slide-swiper .swiper-button-next.swiper-button-disabled,
 .slide-swiper .swiper-button-prev.swiper-button-disabled {
  position: static;
  margin: 0;
  background-image: url('../image/ksdh-arr-l.png');
  width: 4.1875rem;
  height: 4.1875rem;
  background-size: 2rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: .0625rem dashed #89090B;
  border-radius: 50%;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slide-swiper .swiper-button-next,
 .slide-swiper .swiper-button-prev {
  margin-right: .625rem !important;
  margin-top: 1.875rem !important;
  position: static;
  margin: 0;
  background-image: url('../image/ksdh-arr-r.png');
  width: 4.1875rem;
  height: 4.1875rem;
  background-size: 2rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #89090B;
  border: .0625rem dashed #89090B;
  border-radius: 50%;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

 .slide-swiper .swiper-button-next::after,
 .slide-swiper .swiper-button-prev::after {
  content: "";
}

.slide-swiper .btn {
  display: flex;
  justify-content: flex-end
}

.slide-swiper .swiper-button-prev.swiper-button-disabled,
.slide-swiper .swiper-button-next {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
}

 .slide-swiper .swiper-button-next.swiper-button-disabled {
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}

.bmdt {
  padding-top: 3.75rem;

}

.bmdt .max,
.bmdt .max .left ul {
  display: flex;
  justify-content: space-between;
}

.bmdt .max .left {
  width: 54%;
}

.bmdt .max .left ul,
.bmdt .max .right>ul {
  margin-top: 2.25rem;
}

.bmdt .max .left ul li a {
  display: block;
  width: 24.4375rem;
}

.bmdt .max .left ul li a img {
  height: 15.75rem;
  width: 100%;
  margin-bottom: 1rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.bmdt .max .left ul li a p {
  overflow: hidden;
  font-weight: 500;
  font-size: 1.125rem;
  color: #222222;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.bmdt .max .left ul li:hover a p:nth-child(2) {
  color: #1D6AB9;
}

.bmdt .max .left ul li a p.time {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #656565;
}

.bmdt .max .left ul li a p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #222222;
  line-height: 1.5rem;
}

.bmdt .max .left ul li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bmdt .max .right {
  width: 43%;
}

.bmdt .max .right .titles {
  width: 100%;
  display: flex;
  flex-direction: row
}

.bmdt .max .right .titles li::before {
  display: none;
}

.bmdt .max .right ul li a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.35rem;
  padding-bottom: 1.35rem;
  border-bottom: .0625rem solid #ececec;
}

.bmdt .max .right ul li a>p:first-child {
  width: 11.0625rem;
  height: 6.1875rem;
}

.bmdt .max .right ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.titles {
  /* width: 70%; */
  margin-left: 1.875rem;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
}

.bmdt .max .right ul li a p {
  overflow: hidden;
  font-weight: 500;
  font-size: 1.125rem;
  color: #222222;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.bmdt .max .right ul li a p.time {
  font-weight: 400;
  font-size: 1rem;
  color: #656565;
}

.bmdt .max .right ul li a:hover .text p:first-child {
  color: #1D6AB9;
}

.bmdt .max .right ul li a .text {
  width: 70%;
}

.bmdt .max .right ul li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.foot {
  margin-top: 3.75rem;
  background-image: url('../image/foot-bg.png');
  /* min-height: 26rem; */
  background-size: 100% 100%;
  padding-top: 1.25rem;
}

.foot .foot-top .max,
.foot .foot-top ul {
  display: flex;
  align-items: flex-start;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.foot .foot-top .max{
  max-height: 2.25rem;
  overflow: hidden;
}
.foot .foot-top ul {
  width: 87%;
  /* overflow: auto; */
  flex-wrap: wrap;
}

/* 滚动条整体 */
::-webkit-scrollbar {
  width:3px;
  height:3px;
  <!--width: .4375rem;-->
  <!--height: .3125rem;-->
  /* 滚动条背景色 */
}
::-webkit-scrollbar {
  width: .4375rem;
    height: .3125rem;
}
/* 滚动条轨道（滚动条未滑动时的背景部分） */
::-webkit-scrollbar-track {
  background-color: rgba(47, 94, 166, .2);
  
}

/* 滚动条滑块（用于滚动的部分） */
::-webkit-scrollbar-thumb {
  background-color: #4d9dd8;
  /*滑块颜色*/
  border-radius: .375rem;
  -webkit-border-radius: .375rem;
  -moz-border-radius: .375rem;
  -ms-border-radius: .375rem;
  -o-border-radius: .375rem;
}


.foot .foot-top ul li{
  height: 2.25rem;
}

.foot .foot-top ul li a {
  display: block;
  width: max-content;
  line-height: 2.25rem;
}

.foot .foot-top {
  padding-bottom: 1.25rem;
  border-bottom: .0625rem solid #3385b9;
}

.foot .foot-top p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: .8;
}

.foot .foot-top p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url('../image/link.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.foot .foot-top ul li a,
.foot .foot-top .max>a {
  font-weight: 400;
  font-size: 1rem;
  color: #93D6FF;
  margin-right: 3rem;
}
.foot .foot-top .max>a{
  cursor: pointer;
  line-height: 2.25rem;
}
.foot .foot-top ul li a:hover,
.foot .foot-top .max>a:hover {
  color: #fff;
}
.foot .foot-top .max>a.active::after{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.foot .foot-top .max>a {
  margin: 0;
}

.foot .foot-top .max>a::after {
  content: "";
  display: inline-block;
  width: 1.1875rem;
  vertical-align: middle;
  height: .9375rem;
  background-image: url('../image/foot-gd.png');
  margin-left: .625rem;
  background-size: 100% 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.foot .foot-center {
  border-bottom: .0625rem solid #3385b9;
}

.foot .foot-center .max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.75rem 0;

}

.foot .foot-center .left {
  width: 38%;
}

.foot .foot-center .left ul li {
  width: calc(100% / 5);
  float: left;
  margin-bottom: 1.25rem;
}

.foot .foot-center .left ul li a {
  display: block;
  width: 100%;
  opacity: .7;
}

.foot .foot-center .left ul li a:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.foot .foot-center .left ul li a:not(.foot .foot-center .left ul li.none a) {
  display: block;
  width: 100%;
  border-right: .125rem solid #4d9dd8;
  box-sizing: border-box;
}

.foot .foot-center .left ul li a {
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.375rem;

}

.foot .foot-center .left ul li:not(:nth-child(5n-4)) {
  padding-left: .9375rem;
  box-sizing: border-box;
}

.foot .foot-center .center p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: .7;
  margin-bottom: 1.25rem;
}

.foot .foot-center .right {
  width: 7rem;
}

.foot .foot-center .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.foot .foot-center .right p:first-child {
  background-color: #fff;
  padding: .3125rem;
  box-sizing: border-box;
  width: 7rem;
  height: 7rem;
}

.foot .foot-center .right p {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: .875rem;
  color: #FFFFFF;
}

.foot .foot-bot .max {
  padding: .875rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .foot-bot p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.foot .foot-bot p img {
  width: 3.0625rem;
  height: 3.75rem;
  object-fit: contain;
  margin-right: .625rem;
}

.foot .foot-bot p a {
  font-weight: 400;
  font-size: .875rem;
  color: #3A9BE2;
}

/* 头部 */
.menu {
  display: none;
  align-items: center
}

.menu-button {
  /* display: none; */
  padding: .9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar {
  position: relative;
  display: block;
  width: 2.875rem;
  height: .3125rem;
  margin: .625rem auto;
  background-color: #00A3F0;
  border-radius: .625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  -ms-border-radius: .625rem;
  -o-border-radius: .625rem;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(.9375rem) rotate(-45deg);
  -ms-transform: translateY(.9375rem) rotate(-45deg);
  transform: translateY(.9375rem) rotate(-45deg);
  -moz-transform: translateY(.9375rem) rotate(-45deg);
  -o-transform: translateY(.9375rem) rotate(-45deg);
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0rem;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0rem;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-0.125rem) rotate(45deg);
  -webkit-transform: translateY(-0.125rem) rotate(45deg);
  -moz-transform: translateY(-0.125rem) rotate(45deg);
  -ms-transform: translateY(-0.125rem) rotate(45deg);
  -o-transform: translateY(-0.125rem) rotate(45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.phone-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
  overflow: auto;
}


.phone-list .max {
  padding-top: 3.75rem !important;
  min-height: 100vh;
  overflow: scroll;
  background-color: #0955b2;
  box-sizing: border-box;
}

.phone-list .max>ul>li {
  margin-bottom: 1.25rem;
}

.phone-list .max>ul>li>a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
}

.phone-list .max .op {
  margin: 0 -0.625rem;
  margin-top: .3125rem;
}

.phone-list .max .op li {
  width: calc(100% / 2);
  float: left;
  height: 2.8125rem;
  margin-bottom: .625rem;
}

.phone-list .max .op a {
  font-size: 1rem;
  line-height: 2.1875rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
  background-color: #fff;
  margin: 0 .625rem;
  box-sizing: border-box;
}

.phone-list .max .close {
  position: absolute;
  right: 1.25rem;
  top: 1.875rem;
  width: 2.25rem;
  height: 2.25rem;
}

.phone-list .max .close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-list .search-box {
  width: 100%;
  border: .0625rem solid #ccc;
  height: 3.125rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 1.875rem 0;
}

.phone-list .search-box input,
.phone-list .search-box button {
  border: 0;
  outline: none;

}

.phone-list .search-box input {
  width: 80%;
  height: 100%;
  padding-left: 1.25rem;
}

.phone-list .search-box button {
  width: 20%;
  background-color: #004BA0;
  height: 100%;
  color: #fff;
}

.phone-list .logo {
  padding-bottom: 2.125rem;
  margin-top: 1.25rem;
  width: 11.25rem;
  object-fit: cover;
  height: 1.875rem;
}

.phone-list .logo img {
  width: 100%;
  height: 100%;
}

.lists {
  position: fixed;
  top: 15rem;
  right: 1rem;
  z-index: 1;
}

.lists ul li {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 .4375rem #aaa;
  border-radius: .625rem .625rem .625rem .625rem;

  transition: .6s;
  -webkit-border-radius: .625rem .625rem .625rem .625rem;
  -moz-border-radius: .625rem .625rem .625rem .625rem;
  -ms-border-radius: .625rem .625rem .625rem .625rem;
  -o-border-radius: .625rem .625rem .625rem .625rem;
}

.lists ul li:hover {
  transform: rotateY(360deg);
}

.lists ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lists ul li a img {
  width: 2.375rem;
  height: 2.125rem;
  object-fit: contain;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.lists ul li a p{
padding:1.5rem;
  font-size: 1rem;
  color: #0955b2;
  display: none;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.lists ul li:hover img:not(.lists ul li:last-child img) {
  display: none;
}
.lists ul li:hover p{
  display: block;
}
.yyjj-banner {
  margin-top: 11.125rem;
  height: 30.9375rem;
  width: 100%;
}

.yyjj-banner img,.yyjj-banner .bg-img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position:relative;
}
.yyjj-banner .bg-img{
    background-size: cover;
    background-position: center;
}
.yyjj-banner .bg-img:after{
  content:"";
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 144, 222, 1), rgba(25, 87, 148, 0.5));
    backdrop-filter: blur(5px);
    opacity: 0.9;
  
}

.yygk-top {
  position: relative;
  margin-top: -10rem;
  margin-bottom: 4.125rem;
}

.yygk-top .yygk-logo {
  position: absolute;
  width: 37.375rem;
  height: 12.5625rem;
  background-color: #1f78c9;
  overflow: hidden;
}

.yygk-top .max {
  height: 12.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.yygk-top .yygk-logo::after {
  content: "";
  position: absolute;
  top: -12.5rem;
  width: 500px;
  height: 500px;
  background-image: url('../image/yyjj-yygk-bg.png');
  /*background-size: 31.25rem 31.25rem;
  */background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  animation: rotate 100s linear infinite both;
  -webkit-animation: rotate 100s linear infinite both;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.yygk-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.yygk-title h3 {
  font-weight: bold;
  font-size: 2.25rem;
  height: 2.1875rem;
  color: #FFFFFF;
  position: relative;
  line-height: 2.1875rem;
}

.yygk-title h3::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
  width: .4375rem;
  background: #00BBF4;
  border-radius: .25rem .25rem .25rem .25rem;
  margin-right: .625rem;
  -webkit-border-radius: .25rem .25rem .25rem .25rem;
  -moz-border-radius: .25rem .25rem .25rem .25rem;
  -ms-border-radius: .25rem .25rem .25rem .25rem;
  -o-border-radius: .25rem .25rem .25rem .25rem;
}

.yygk-title p,
.yygk-title p a,
.wz,
.wz a {
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
}

.yygk-title p::before,
.wz::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.1875rem;
  height: 1.4375rem;
  background-image: url('../image/wz.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.yygk-top .yygk-list {
  position: relative;
  z-index: 1;

  box-sizing: border-box;
  background-color: #fff;
  box-shadow: .0625rem .25rem .25rem .0625rem #eff1f8;

}

.yygk-top ul {
  padding: 0 1.25rem;
  box-sizing: border-box;
  width: 100%;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.yygk-top ul i{
  display: block;
  position: absolute;
  z-index: 1;
  color: #fff;
  transition: all .6s;
  background: #0955B2;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  -webkit-border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  -moz-border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  -ms-border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  -o-border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yygk-top ul li a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8.125rem;
  height: 2.375rem;
  width: max-content;
  padding: 0 .9375rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yygk-top ul li.active a,
.yygk-top ul li:hover a {
  
  color: #fff;
}

.yygk-bot .yy {
  display: flex;
  justify-content: space-between;
}

.yygk-bot .yy .left {
  width: 62%;
}

.yygk-bot .yy .left img {
  width: 100%;
}

.yygk-bot .yy .right {
  width: 38%;
  background-color: #2176c9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.yygk-bot .yy .right img {
  display: block;
  object-fit: cover;
}

.yygk-bot .yy .right img:first-child {
  width: 17rem;
  height: 17rem;
}

.yygk-bot .yy .right img:last-child {
  width: 30.25rem;
  margin-top: 1.25rem;
}

.yygk-bot .cont {
  margin-top: 3.75rem;
}

.yygk-bot .cont p {
  /* font-weight: ld; */
  font-size: 1.25rem;
  color: #333333;
  line-height: 2.25rem;
}
.yygk-bot .cont p img{
max-width:100%;
  height:auto !important;
}

.yyls .max {
  display: flex;
  justify-content: space-between;
}

.yyls .max .left {
  width: 28%;
  height: 50.125rem;
}

.yyls .max .left img {
  width: 100%;
  height: 100%;
}

.yyls .max .right {
  padding: 3.125rem 1.875rem;
  box-sizing: border-box;
  width: 68%;
  box-shadow: 0px 0px .625rem .3125rem #eff1f8;
  position: relative;
}

.yyls .max .right .con {
  position: relative;
  width: 100%;
}

.yyls .max .right::after {
  content: "";
  position: absolute;
  bottom: 2.1875rem;
  left: 12.1rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('../image/yyls-arr.png');
  background-size: 100% 100%;
}

.yyls .max .right ul {
  max-height: 54.375rem;
  overflow: auto;
}

.yyls .max .right .con::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 10.88rem;
  border-right: .0625rem solid #B28957;
}

.yyls .max .right .con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 9.8rem;
  width: 33px;
  border-top: .0625rem solid #B28957;
}

.yyls .max .right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.yyls .max .right ul li p:first-child {
  font-weight: bold;
  font-size: 3.75rem;
  color: #053E84;
}

.yyls .max .right ul li p:last-child {
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  margin-left: 6.5rem;
  position: relative;
}

.yyls .max .right ul li p:last-child::before {
  position: absolute;
  content: "";
  left: -4.625rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5625rem;
  height: 1.5625rem;
  background: #B28957;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.yyls .max .right ul li p:last-child::after {
  content: "";
  position: absolute;
  left: -3.4rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.625rem;
  height: .125rem;
  background: #B28957;
}

.info {
  position: relative;
  margin-top: -29rem;
}

.info .max {
  display: flex;
  justify-content: space-between;
}

.info .left {
  width: 75%;
}

.info .left h3 {
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
  font-weight: bold;
  font-size: 3rem;
  margin: 50px 0;
  color: #FFFFFF;
  text-align: center;
}

.info .left .fot {
  margin-bottom: 1.875rem;
}

.info .left .fot,
.info .left .fot .years,
.info .left .fot .size {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info .left .fot .years p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  margin-right: 1.875rem;
}

.info .left .fot .years p::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url('../image/times.png');
  background-size: contain;
  margin-right: .625rem;
  background-repeat: no-repeat;
}

.info .left .fot .years p:last-child:before {
  background-image: url('../image/ll.png');
  width: 1.5625rem;
  height: 1.0625rem;
}

.info .left .fot .size p,
.info .left .fot .size span {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}

.info .left .fot .size span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .8;
  border: 1px solid rgba(255, 255, 255, .5);
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: .375rem .375rem .375rem .375rem;
  -webkit-border-radius: .375rem .375rem .375rem .375rem;
  -moz-border-radius: .375rem .375rem .375rem .375rem;
  -ms-border-radius: .375rem .375rem .375rem .375rem;
  -o-border-radius: .375rem .375rem .375rem .375rem;
}

.info .left .fot .size span:nth-child(2n) {
  margin: 0 .625rem;
}

.info .left .info-text {
  background-color: #fff;
  padding: 1.25rem 2.5rem;
  box-shadow: 0 0 .3125rem 0 #ccc;
  padding-bottom: 5rem;
}
.info .left .info-text iframe{
position: relative;
    left: 50%;
    transform: translate(-50%);
}

.info .left .info-text p {
  font-weight: 400;
  /* font-size: 18px; */
  color: #333333;
  line-height: 2.25rem;

}
.info .left .info-text span{
display:block;
width:100%;
  font-size:100% !important;
  color: #333333!important;
line-height: 36px!important;
}
.info .left .info-text div{
  text-align:left !important;
}
.info .left .info-text img {
  max-width: 100% !important;
  height: auto !important;
 
    margin:15px auto;
    <!-- position: relative;-->
    <!--left: 50%;-->
    <!--transform: translate(-50%);-->
}

.info .left .info-text .text-img {
  text-align: center;
  margin: 1.875rem 0;
}

.info .left .info-text .back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.75rem 0;
  margin-top: 5.25rem;
}

.info .left .info-text .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  width: 8.125rem;
  height: 8.125rem;
  background: #115AC4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: 300;
  font-size: 1.125rem;
  color: #FFFFFF;
  box-shadow: 0px .625rem 1rem 0rem #115AC4;
}

.info .left .info-text .back a::after {
  content: "";
  width: 2.25rem;
  height: 2.375rem;
  background-image: url('../image/back.png');
  background-size: 100% 100%;
}

.info .left .info-text .yt ul,
.info .left .info-text .yt ul li p:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info .left .info-text .yt ul li {
  width: 46%;
  height: 11.25rem;
  position: relative;
  padding: 1.25rem;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .left .info-text .yt ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: .25rem solid #115AC4;
  opacity: .3;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .left .info-text .yt ul li:hover a::after {
  opacity: 1;
}

.info .left .info-text .yt ul li:hover {
  box-shadow: 0px .5625rem .9375rem 0rem #ccc;
}

.info .left .info-text .yt ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.info .left .info-text .yt ul li a p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.info .left .info-text .yt ul li a p span:first-child {
  font-size: 1.5rem;
  color: #333333;
}

.info .left .info-text .yt ul li a p span:last-child {
  color: #868686;
}

.info .left .info-text .yt ul li a p:last-child {
  margin-top: 1.25rem;
}

.info .right {
  width: 23%;
  margin-top: 31rem;
}

.info .right .title {
  padding-bottom: 1.625rem;
  border-bottom: .0625rem solid #d6d6d6;
}

.info .right .title h3 {
  line-height: 2.1875rem;
  padding-left: .625rem;

}

.info .right .title h3::after {
  bottom: 0;
  left: 0;
  border: 0;
  width: .4375rem;
  height: 100%;
  background-color: #1D6AB9;
}

.info .right ul li {
  margin-bottom: 1.875rem;
}

.info .right ul li a p {
  /* font-weight: 300; */
  margin-bottom: .4rem;
  font-size: 1.125rem;
  color: #000000;
  position: relative;
  padding-left: .8125rem;
  max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info .right ul li:hover a p {
  color: #1D6AB9;
}

.info .right ul li a p:last-child {
  font-weight: 300;
  font-size: 1rem;
  color: #636363;

}

.info .right ul li a p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url('../image/sj.png');
  background-size: contain;
  background-repeat:no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.info-list {
  position: absolute;
  left: 4rem;
  top: 31rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-list>p {
  font-weight: 300;
  font-size: .875rem;
  color: #989898;
  margin-bottom: 1.25rem;
}

.info-list>p::after,
.info-list>p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: .0625rem;
  background-color: #989898;
}

.info-list p::after {
  margin-left: .3125rem;
}

.info-list p::before {
  margin-right: .3125rem;
}

.social-share {
  display: flex;
  flex-direction: column;
}

.social-share a {
  width: 3.25rem !important;
  height: 3.25rem !important;
  background: #B5B5B5;
  border: 0 !important;
  font-size: 1.875rem !important;
  line-height: 3.25rem !important;
  color: #fff !important;
}

.mtbd-box .box ul {
  margin: 0 -1.25rem;
}

.mtbd-box .box ul li {
  width: calc(100% / 3);
  height: 26.375rem;
  float: left;
  padding: 0 1.25rem;
  box-sizing: border-box;
  margin-bottom: 3rem;
}

.mtbd-box .box ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.mtbd-box .box ul li a>p {
  width: 100%;
  height: 18.125rem;
  overflow: hidden;
}

.mtbd-box .box ul li a>p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.mtbd-box .box ul li a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1.25rem .625rem;
  box-sizing: border-box;
  border: .0625rem solid #ededed;
  border-top: 0;
}

.mtbd-box .box ul li a .text h3 {
  position: relative;
  min-height: 3.125rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #222222;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
  padding-bottom: .5rem;
}

<!--.mtbd-box .box ul li a .text h3::after {-->
<!--  content: "";-->
<!--  position: absolute;-->
<!--  bottom: 0;-->
<!--  left: 0;-->
<!--  width: 100%;-->
<!--  border-bottom: .0625rem solid #ededed;-->
<!--}-->

.mtbd-box .box ul li a .text p:nth-child(2) {
  font-weight: 400;
  font-size: .875rem;
  color: #666666;
  line-height: 1.5rem;
  margin-top: .9375rem;
  height: 0;
  opacity: 0;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 4;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.mtbd-box .box ul li a .text p:last-child {
  /* /* margin-top: 0; */
}

.mtbd-box .box ul li a:hover .text {
  box-shadow: 0px .375rem 1.25rem .125rem #ccc;
  border-color: #0955b2;
  border-top: .0625rem solid #0955b2;
}

.mtbd-box .box ul li a:hover .text p:nth-child(2) {
  height: 6rem;
  opacity: 1;
}

.mtbd-box .box ul li a:hover .text h3 {
  color: #0955B2;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages>ul {
  width: max-content;
  display: flex !important;
  justify-content: center !important;
  /* padding-top: 2.375rem !important;
  padding-bottom: 3.125rem !important; */
  flex-wrap: wrap !important;
  border: .0625rem solid #dadada;
  box-sizing: border-box;
  margin: 0;
  margin-top: 1.25rem;
}

.pages ul a {
  display: inline-block;
  padding: 1.125rem 1.3125rem;
  /* background-color: #dadada; */

  margin-left: .0625rem;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;
}

.pages ul a.curr,
.pages ul a:hover {
  background-color: #0955B2;
  color: #fff;
}

.mtbd {
  margin-top: 2.5rem;
}

.mtbd ul,
.zbcg ul {
  margin-bottom: 1.875rem;
}

.mtbd ul li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.75rem 1rem;
  border-bottom: .0625rem solid #e6e6e6;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.mtbd ul li a .date {
  max-width: 5.625rem;
  width: 10%;
  height: 5.5rem;
  border-right: .0625rem solid #d5d5d5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .6s;
}

.mtbd ul li a .date p {
  font-weight: 400;
  font-size: .875rem;
  color: #3A3A3A;
  transition: all .6s;
}

.mtbd ul li a .date p:first-child {
  font-weight: 400;
  font-size: 3rem;
  color: #666666;
}

.mtbd ul li a .text {
  width: 74%;
}

.mtbd ul li a .text h3 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #222222;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
  line-height: 1.5rem;
}

.mtbd ul li a .text p {
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.5rem;
  color: #666666;
  text-indent: 0;
  margin: 0;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
  margin-top: 1.25rem;
}

.mtbd ul li a p {
  overflow: hidden;
}

.mtbd ul li a p img {
  width: 15.3125rem;
  height: 9rem;
  object-fit: cover;
  transition: all .6s;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.mtbd ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mtbd ul li a:hover {
  /* background-color: #f6f6f6; */
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
}

.mtbd ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: .125rem solid #1b6bc0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.mtbd ul li a:hover::after {
  width: 100%;
}


.mtbd ul li a:hover .date p,
.mtbd ul li a:hover .text h3 {
  color: #0955B2;
}

.xwzx-swiper {
  position: relative;
  height: 40rem;
  background-image: url('../image/xmezx-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 10.875rem;
  box-sizing: border-box;
  padding-top: 2rem;
}

.yyxw-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.875rem;
}

.yyxw-swiper .swiper-wrapper {
  height: auto;
}

.titles-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.titles-a h3 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFFFFF;

  position: relative;
  padding-left: .9375rem;
}

.titles-a h3::before {
  content: "";
  position: absolute;
  height: 75%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: .4375rem;
  background: #FFFFFF;
  border-radius: .25rem .25rem .25rem .25rem;
  margin-right: 1.25rem;
  -webkit-border-radius: .25rem .25rem .25rem .25rem;
  -moz-border-radius: .25rem .25rem .25rem .25rem;
  -ms-border-radius: .25rem .25rem .25rem .25rem;
  -o-border-radius: .25rem .25rem .25rem .25rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.titles-a a {
  transition: all .6s;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 2.125rem;
  border: 1px dashed #FFFFFF;
  border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -webkit-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -moz-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -ms-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -o-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.titles-a a:hover {
  transform: translate(-1.25rem);
  -webkit-transform: translate(-1.25rem);
  -moz-transform: translate(-1.25rem);
  -ms-transform: translate(-1.25rem);
  -o-transform: translate(-1.25rem);
}

.titles-a a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .5rem;
  height: .875rem;
  background-image: url('../image/gd-arr-ac.png');
  background-size: 100% 100%;
  margin-left: .3125rem;
}

.yyxw-swiper a {
  min-height: 26.125rem;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yyxw-swiper img {
  width: 100%;
  height: 18.875rem;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyxw-swiper a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.yyxw-swiper .text {
  transition: all .6s;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding: 1.625rem 1.25rem;
  box-sizing: border-box;
}

.yyxw-swiper .text h3 {
  min-height: 3.4375rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #222222;
  line-height: 1.5rem;
  position: relative;
  /* padding-bottom: .5rem; */
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.yyxw-swiper .text h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: .125rem solid #c20019;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyxw-swiper .text p {
  font-weight: 400;
  font-size: .875rem;
  color: #333333;
  line-height: 1.5rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 3;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;

}

.yyxw-swiper .text p:nth-child(2) {
  height: 0;
  opacity: 0;
  margin-top: .625rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyxw-swiper .text .time {
  margin-bottom: 0;
  margin-top: 1.25rem;
}

.yyxw-swiper a:hover p:nth-child(2) {
  opacity: 1;
  height: 4.5rem;
}

.yyxw-swiper a:hover .text h3::after {
  width: 100%;
}

.xwzx-swiper .max {
  position: relative;
}

.xwzx-swiper .swiper-button-next,
.xwzx-swiper .swiper-button-prev {
  left: -3.75rem;
  ;
  right: auto;
  top: 45%;
  bottom: auto;
  background-image: url('../image/yyxw-arr-l.png');
  width: 1.625rem;
  height: 2.75rem;
  background-size: 100% 100%;
  opacity: 1;
}

.xwzx-swiper .swiper-button-next {
  left: auto;
  right: -3.75rem;

  background-image: url('../image/yyxw-arr-r.png');
}

.xwzx-swiper .swiper-button-next::after,
.xwzx-swiper .swiper-button-prev::after {
  content: "";
}

.yyxw-swiper .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  background: #000000;
  opacity: 0.5;
}

.yyxw-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 3.0625rem;
  background: #AF1C1B;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  -webkit-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -moz-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -ms-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -o-border-radius: .3125rem .3125rem .3125rem .3125rem;
}

.mtzx-mtbd .max {
  display: flex;
  justify-content: space-between;
}

.mtzx-mtbd .max .left,
.mtzx-mtbd .max .right {
  width: 60%;
  padding-top: 4.125rem !important;
}

.titles-a.active h3 {
  color: #333333;
}

.titles-a.active h3::before {
  background-color: #1D6AB9;
}

.titles-a.active a {
  border-color: #959595;
  color: #959595;
}

.titles-a.active a::after {
  background-image: url('../image/g-img.png');
}

.mtzx-mtbd .max .left ul {
  margin: 0 -1.0625rem;
}

.mtzx-mtbd .max .left ul li {
  width: calc(100% / 2);
  float: left;
  margin-bottom: 1.25rem;
  padding: 0 1.0625rem;
  box-sizing: border-box;
}

.mtzx-mtbd .max .left ul li:last-child,
.mtzx-mtbd .max .left ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.mtzx-mtbd .max .left ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom: .0625rem solid #ececec;
  /* height: 100%; */
}

.mtzx-mtbd .max .left ul li a .img {
  max-width: 11.0625rem;
  width: 85%;
  height: 6.1875rem;
  overflow: hidden;
}

.mtzx-mtbd .max .left ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.mtzx-mtbd .max .left ul li a .text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mtzx-mtbd .max .left ul li a .text h3 {
  font-weight: 500;
  font-size: 1.125rem;
  color: #222222;
  line-height: 1.5rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.mtzx-mtbd .max .left ul li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mtzx-mtbd .max .left ul li a:hover h3 {
  color: #1D6AB9;
}

.mtzx-mtbd .max .right {
  padding: 1.875rem;

  box-sizing: border-box;
  width: 35%;
  min-height: 33.3125rem;
  background-image: url('../image/jkkp-ng.png');
  background-size: 100% 100%;
  padding-bottom: 0;
}

.mtzx-mtbd .max .right ul li a {
  display: block;
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom: .0625rem solid #dedede;
  margin-bottom: 1.25rem;
}

.mtzx-mtbd .max .right ul li:last-child a {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.mtzx-mtbd .max .right ul li a h3 {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mtzx-mtbd .max .right ul li a p {
  font-weight: 400;
  font-size: 1rem;
  color: #A2A2A2;
}

.mtzx-mtbd .max .right ul li a:hover h3 {
  color: #1D6AB9;
}
.yysps{
  margin-top: 3.75rem;
}
.yysps ul {
  margin: 0 -0.9375rem;
}

.yysps ul li {
  width: calc(100% / 4);
  float: left;
  padding: 0 .9375rem;
  box-sizing: border-box;
}

.yysps ul li a {
  position: relative;
  display: block;
  width: 100%;
}

.yysps ul li a .img {
  height: 14.75rem;
  position: relative;
  overflow: hidden;
}

.yysps ul li a .img img:first-child {
  width: 100%;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yysps ul li a .img img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.yysps ul li a p {
  padding: 0 .625rem;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #e5e5e5;
}

.yysps ul li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.map ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}

.map ul li {
  width: 13rem;
  height: 3.75rem;
  margin-right: 2.625rem;
}
.map ul li:last-child{
  margin: 0;
}

.map ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 1.25rem;
  color: #555555;
  border: 1px dashed #004BA0;
}

.map ul li.active a,
.map ul li a:hover {
  color: #0955B2;
  border-bottom: .1875rem solid #0955B2;
}

.map ul li a::before {
  content: "";
  width: 2.3125rem;
  height: 2.5625rem;
  background-image: url('../image/map-wz.png');
  background-size: 100% 100%;
  margin-right: .625rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.map ul li:nth-child(2) a::before {
  background-image: url('../image/map-bj.png');
}

.map ul li.active a::before,
.map ul li:hover a::before {
  background-image: url('../image/map-wz-active.png');
}

.map ul li.active:nth-child(2) a::before,
.map ul li:hover:nth-child(2) a::before {
  background-image: url('../image/map-bj-active.png');
}

.map ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  transition: all .6s;
  opacity: 0;
  border-left: .3125rem solid transparent;
  border-right: .3125rem solid transparent;
  border-top: .3125rem solid #0955B2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.map ul li.active a::after,
.map ul li a:hover::after {
  opacity: 1;
}

.map .img {
  position: relative;
  height: 40.4375rem;
}

.map .img img {
  width: 100%;
  height: 100%;
}

.map .img .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29.625rem;
  height: 9.4375rem;
  background-image: url('../image/map-rect.png');
  background-size: 100% 100%;
  padding: 1.875rem 2.5rem;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.map .img .text h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #3E3E3E;
  margin-bottom: .625rem;
}

.map .img .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #7D7D7D;
  line-height: 1.5rem;
}

.map .jt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 18rem;
  margin-top: 2.875rem;
}

.map .jt ul {
  height: 100%;
  width: 49%;
  border: 1px solid #0955B2;
}

.map .jt ul>p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #0955B2;
  width: 11%;
  max-width: 5rem;
  font-weight: 400;
  font-size: 1.875rem;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.map .jt ul>p::before {
  content: "";
  display: inline-block;
  width: 2.0625rem;
  height: 1.8125rem;
  background-image: url('../image/phobe.png');
  background-size: 100% 100%;
  margin-bottom: 1.25rem;
}
.map .jt ul:last-child>p::before{
  background-image: url('../image/cart.png');
}
.map .jt ul li {
  width: 89%;
  height: 100%;
  margin: 0;
  margin-left: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map .jt ul li p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.25rem;
}
.ghrk .max{
  display: flex;
  align-self: center;
  justify-content: center;
}
.ghrk .max .gh-box{
  position: relative;
  width: 90%;
  height: 35.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ghrk .max .gh-box .left{
  width: 50%;
  height: 100%;
}
.ghrk .max .gh-box .left img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.ghrk .max .gh-box .right{
  position: absolute;
  right: 0;
  width: 55%;
  height: 100%;
  background-color: #D4F0FD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  box-sizing: border-box;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -webkit-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -moz-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -ms-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -o-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.ghrk .max .gh-box .right p:first-child{
padding: 20px;
    box-sizing: border-box;
  width: 17.5rem;
  height: 17.5rem;
  background-color: #fff;
  overflow: hidden;
  /* padding: 10px; */
  margin-bottom: 1.875rem;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -webkit-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -moz-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -ms-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  -o-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.ghrk .max .gh-box .right p img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.ghrk .max .gh-box .right p{
  font-weight: 400;
    font-size: 1.25rem;
    color: #222222;
    line-height: 2.25rem;
    text-align: center;
}
.ghrk .max .gh-box .right p:nth-child(2){
    color: #F54336;
}
.mzpb .pages{
  margin-top: 1.875rem;
}
.mzpb ul li{
  position: relative;
  padding:0 .9375rem;
  
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.mzpb ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 0;
  padding-left: 1.25rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #dcdcdc;
}
.mzpb ul li::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all .6s;
  border-bottom: .125rem solid #0955b2;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.mzpb ul li a::before{
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .4375rem;
    height: .4375rem;
    background: #006CBC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.mzpb ul li a p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
}
.mzpb ul li a p:last-child{
    font-size: 1rem;
    color: #B3B3B3;
}
.mzpb ul li:hover::after{
  width: 100%;
}
.mzpb ul li:hover{
  border: 0;
}
.mzpb ul li:hover{
  background-color: #fff;
  box-shadow: 0 0 .9375rem 0 #ccc;
}
.mzpb ul li:hover a::before{
  background-color: #AF1512;
}
.mzpb ul li:hover a p:first-child{
  color: #0955b2;
}
.mzpb ul li a p:first-child{
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mzpb ul li a p:last-child{
  min-width: 5rem;
}
.ksdt{
  min-height: 800px;
  margin-top: 11rem;
  background-image: url('../image/ksdh-bg.png');
  background-size: 100%, contain;
  background-repeat: no-repeat;
  padding-top: 2.25rem;
}

.dh,.dh>a{
  font-weight: 500;
    font-size: 1rem;
    color: #3F7C96;
}
.dh::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.1875rem;
    height: 1.4375rem;
    background-image: url('../image/dh.png');
    background-size: 100% 100%;
  margin-right: .625rem;
}
.ksdt .ksdt-box{
  position: relative;
  background-color: #fff;
  min-height: 50rem;
  margin: 0 2.5rem;
  margin-top: 2.25rem;
  border: 1px dashed #0955b2;
  padding: 2rem 3.75rem;
  padding-bottom: 2.5rem;
  background-image: url('../image/ksdt-logo.png');
  background-size: 100%, contain;
  background-repeat: no-repeat;
}
.ksdt .ksdt-box::after{
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: 0;
  width: 100%;
  border-bottom: 6px solid #c3c9dc;
}
.ksdt .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ksdt .top h3{
  font-weight: bold;
    font-size: 2.75rem;
    color: #0455B2;
}
.ksdt .top a{
  font-weight: 400;
  font-size: 1.125rem;
  color: #444444;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5.375rem;
  height: 5.375rem;
  border: 1px dashed #BFBFBF;
  transition: all .6s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.ksdt .top a img{
  width: 1.625rem;
    height: 1.4375rem;
}
.ksdt .top a img:nth-child(2){
  display: none;
}
.ksdt .top a:hover{
  border-color: #0455B2;
}
.ksdt .top a:hover img:first-child{
  display: none;
}
.ksdt .top a:hover img:nth-child(2){
  display: block;
}
.ksdt .top a:hover{
  color: #0455B2;
}
.ksdt .wzs{
  min-height: 3.125rem;
  background: #0955B2;
  display: flex;
  align-items: center;
  padding: 0 2.5rem ;
  box-sizing: border-box;
  margin: 1.25rem 0;
}
.ksdt .wzs p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-right: 3.75rem;
}
.ksdt .wzs p:last-child{
  margin: 0;
}
.ksdt .wzs p::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .9375rem;
    height: 1.125rem;
    background-image: url('../image/dw.png');
    background-size: 100% 100%;
    margin-right: .625rem;
}
.ksdt .wzs p:last-child:before{
  background-image: url('../image/phone.png');
  width: 1.0625rem;
    height: .9375rem;
}
.center ul li:hover{
  box-shadow: 0 0 0 0;
  
  background-color: #f7f7f7;
}
.center ul li::after{
  border-bottom-color: #dcdcdc;
}
.center ul li:hover::after{
  /* display: none; */
  /* border-bottom: 1px dashed #dcdcdc !important; */
  
}
.kszy p{
  /* font-weight: 800; */
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.25rem;
}
.kszy div img{
  height:auto !important;
}
.conts{
    background-image: url('../image/ksdt-bg.png');
    background-size:contain;
    background-repeat:no-repeat;
}
.ksdt-info{
  min-height: auto;
  margin-bottom: 3.125rem;
  background-image:none;
}
.ksdt-info .bot {
  margin-top: 1.875rem;
}

.ksdt-info .bot {
  position: relative;
}

.ksdt-info .bot>p {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 43.75rem;
  height: 28.75rem;
}

.ksdt-info .bot>p>img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdt-info .bot:hover>p>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ksdt-info .ck-title {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  left: 48%;
  margin-bottom: 1.25rem;
}

.ksdt-info .ck-title h3 {
  font-weight: 500;
  font-size: 3rem;
  color: #0455B2;
  position: relative;
  padding-right: .625rem;
}

.ksdt-info .ck-title h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  border-right: .0625rem solid #a6cdea;
  height: 70%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.ksdt-info .ck-title p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #555555;
  padding-left: .625rem;

}

.ksdt-info .text {
  width: 70%;
  float: right;
  height: 26.4375rem;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
    align-items: flex-end;
    background-image: url('../image/kszy-text-bg.png');
    background-size: 100% 100%;
}

.ksdt-info .text p {
  text-align: justify;
  margin: 2.875rem 0;
  /* height: 100%; */
  width: 77%;
  box-sizing: border-box;
  font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2.25rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */
  display: box;
  /* 用于 Firefox */
  box-orient: vertical;
  overflow: hidden;
  padding: 0 2.875rem;
  box-sizing: border-box;
}

.ksdt-info .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.125rem;
    color: #06D1FF;
    width: 7.6875rem;
    height: 2.125rem;
    transition: all .6s;
    border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
    border: 1px dashed #00BBF4;
    -webkit-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
    -moz-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
    -ms-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
    -o-border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.ksdt-info .text a::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .5rem;
    height: .875rem;
    background-image: url('../image/kszy-arr.png');
    background-size: 100% 100%;
    margin-left: .625rem;
}
.ksdt-info .text a:hover{
  transform: translate(-1.875rem);
  -webkit-transform: translate(-1.875rem);
  -moz-transform: translate(-1.875rem);
  -ms-transform: translate(-1.875rem);
  -o-transform: translate(-1.875rem);
}
.ksys .slide-swiper{
  overflow-x: clip;
  position: relative;
}
.ksys .slide-swiper .btn{
  position: absolute;
  top: -8rem;
  right: 0;
}
.titles-a.active h3{
  font-size: 2.25rem;
}
.zbcg {
  margin-top: 2.5rem;
}

.zbcg ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.0625rem;
  position: relative;
  padding: 0 1.25rem;
  transition: all .6s;
  border-bottom: .0625rem dashed #DCDCDC;

}

.zbcg ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: .375rem;
  width: .4375rem;
  height: .4375rem;
  background: #006CBC;
  border-radius: 50%;
  transition: all .6s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zbcg ul li a:hover::before {
  background-color: #AF1512;
}

.zbcg ul li a:hover p:first-child {
  color: #2F5EA6;
}

.zbcg ul li a:hover p {
  /* background-color: #f6f6f6; */
  color: #2F5EA6 !important;
}

.zbcg ul li a p:first-child {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5rem;
}

.zbcg ul li a p:last-child {
  width: 5rem;
  font-size: 1rem;
  color: #B3B3B3;
  line-height: 1.5rem;
}

.ksdts{
  margin-top: 5rem;
}
.ksdts .zbcg {
  background-image: url('../image/ksdts-bg.png');
  background-size: 100% 100%;
  height: 13.4375rem;
  margin-top: 0;
}

.ksdts .zbcg ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  height: 100%;
}

.ksdts .zbcg ul li {
  width: 49%;
}

.ksdts .zbcg ul li a {
  height: auto;
  border: 0;
}

.ksdts .zbcg ul li a p:first-child {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #333333;
}
.kszy{
  margin-top: 0;
}
.text-a{
  width: 73%;
}
.yygk-list.ksdh-list{
  height: 5.75rem;
  padding: 0 3.75rem;
  box-sizing: border-box;
}

.suo {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.suo>span,
.suo a {
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  line-height: 3.125rem;
  position: relative;
}

.suo a {
  position: relative;
}

.suo a::before {
  content: "";
  position: absolute;
  right: 0;
  height: 35%;
  top: 50%;
  transform: translate(0, -50%);
  border-right: 2px solid #ccc;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.suo>span:nth-child(1) {
  color: #717171;
}

.suo>span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 3.25rem;
    height: 1.75rem;
    border-radius: .875rem .875rem .875rem .875rem;
    -webkit-border-radius: .875rem .875rem .875rem 14px;
    -moz-border-radius: .875rem .875rem .875rem 14px;
    -ms-border-radius: .875rem .875rem .875rem 14px;
    -o-border-radius: .875rem .875rem .875rem 14px;
}

.suo>span:nth-child(2) {
  margin-right: .3125rem;
}
.suo a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all .6s;
  border-bottom: .1875rem solid #bc2d21;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdhs .item {
  padding: 0 2.75rem;
}

.suo .active,
.suo span:nth-child(2),
.suo a:hover {
  color: #006FC0 !important;
}
.suo span a{
  color:#fff;
}
.suo span a:after,.suo span a:before{
  display:none;
}

.suo .active,
.suo span:nth-child(2){
  background-color: #006FC0;
  color: #fff !important;
}

.suo>span:hover::after,
.suo a:hover::after {
  width: 100%;
}

.ksdh-box .box-list ul li{
    width: calc(100% / 5);
    float: left;
    height: 3.625rem;
    box-sizing: border-box;
    
    
}
.ksdh-box .box-list ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    border: 1px solid #E5E5E5;
    transition: all .6s;
      -webkit-transition: all .6s;
      -moz-transition: all .6s;
      -ms-transition: all .6s;
      -o-transition: all .6s;
}
.ksdh-box .box-list ul li a:not(.ksdh-box .box-list ul li:first-child a){
  border-left: 0;
}
.ksdh-box .box-list ul li.active a,.ksdh-box .box-list ul li a:hover{
  background: #0955B2;
  color: #fff;
  border-color: #0955B2;
}
.ksdh-box .box-list ul li.active a::after,.ksdh-box .box-list ul li a:hover::after{
  opacity: 1;
}
.ksdh-box .box-list ul li a::after{
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .6s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0955B2;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.ksdh-box .cont-list{
  margin: 0 -1.375rem;
  margin-top: 1.6875rem;
}
.ksdh-box .cont-list li{
  width: calc(100% / 3);
  height: 13.3125rem;
  padding: 0 1.375rem;
  margin-bottom: 1.6875rem;
  float: left;
  box-sizing: border-box;
  
}
.ksdh-box .cont-list li a{
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #dbdbdb;
  padding: 1.875rem;
  box-sizing: border-box;
  
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.ksdh-box .cont-list li a:hover{
  box-shadow: 0 0 1.5625rem -0.125rem rgba(9, 85, 178, .4);
  border-color: #0955B2;
} 
.ksdh-box .cont-list li a .top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: .625rem;
  border-bottom: 1px solid #dbdbdb;
}
.ksdh-box .cont-list li a .top h3{
  max-width: max-content;
  font-weight: bold;
    font-size: 1.5rem;
    color: #0955B2;
    position: relative;
}
.ksdh-box .cont-list li a .top h3::after{
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 2.75rem;
  height: .25rem;
  background-color: #0955B2;
}
.ksdh-box .cont-list li a .top p{
  max-width: 9.375rem;
    overflow: hidden;
    font-weight: 400;
    font-size: .875rem;
    color: #555555;
    line-height: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    
}
.ksdh-box .cont-list li a>p{
  font-weight: 400;
    font-size: 1rem;
    color: #4E4E4E;
    line-height: 1.5rem;
    margin-top: 20px;
    display: -webkit-box;
      /* 用于 WebKit 浏览器 */
      -webkit-line-clamp: 3;
      /* 限制为5行 */
      -webkit-box-orient: vertical;
      /* 设置为垂直方向 */
    
      display: box;
      /* 用于 Firefox */
      box-orient: vertical;
    
      overflow: hidden;
}

.zjjs-info {
  min-height: 49.6875rem;
  margin-top: 10rem;
  background-image: url('../image/left.png'), url('../image/right.png');
  background-size: 49.1875rem 45.0625rem,80% 49.6875rem;
  background-position: left top, bottom right;
  background-repeat: no-repeat;
}

.zjjs-info .max {
  display: flex;
  justify-content: space-between;
  
}

.zjjs-info .zjjs-left {
  width: 37.6%;
  padding: 3.5rem 0;
  position: relative;
  padding-top: 5rem;
}
.zjjs-info .zjjs-left .top{
  display: flex;
    justify-content: space-between;
}
.zjjs-info .zjjs-left .top>div {
  width: 60%;
  padding-top: 1.875rem;
}
.zjjs-info .zjjs-left .info-text{
  width: 34.3125rem;
    height: 14.8125rem;
    background-image: url('../image/info-text.png');
    background-size: 100% 100%;
    padding: 3.4375rem 2.5rem;
    box-sizing: border-box;
}
.zjjs-info .zjjs-left .info-text p{
  font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.875rem;
  display: -webkit-box;
    /* 用于 WebKit 浏览器 */
    -webkit-line-clamp: 5;
    /* 限制为5行 */
    -webkit-box-orient: vertical;
    /* 设置为垂直方向 */
  
    display: box;
    /* 用于 Firefox */
    box-orient: vertical;
  
    overflow: hidden;
}
.zjjs-info .zjjs-left::after {
  content: "";
  position: absolute;
  top: 7.5rem;
    right: -1.1875rem;
  background-image: url('../image/sj-c.png');
  width: .5625rem;
  height: 1.4375rem;
  background-size: 100% 100%;
}

.zjjs-info .zjjs-left img {
  width: 16.5rem;
    height: 23.4375rem;
  margin-right: 1.875rem;
}

.zjjs-info .zjjs-left h3 {
  font-weight: 500;
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.zjjs-info .zjjs-left .zc {
  margin-bottom: 1.25rem;
}

.zjjs-info .zjjs-left p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  opacity: .8;
}

.zjjs-info .zjjs-left .info {
  line-height: 1.875rem;
  padding: 1.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
}

.zjjs-info .zjjs-right {
  width: 60%;
  padding: 2.5rem;
  padding-top: 4rem;
  box-sizing: border-box;
}

.zjjs-info .zjjs-right .zjjs-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.875rem;
}

.zjjs-info .zjjs-right .zjjs-title h3 {
  font-weight: bold;
    font-size: 1.625rem;
    color: #333333;
}

.zjjs-info .zjjs-right .text {
  margin-top: 1.25rem;
  max-height: 12.1875rem;
  min-height: 8rem;
  overflow-y: auto;
  padding-right: 1.875rem;
  border-bottom: 1px solid #006CBC;
  padding-bottom: 1.25rem;
  box-sizing: border-box;
}

.zjjs-info .zjjs-right .text p {
  font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
}

.zjjs-info .zjjs-right .xx {
  margin-top: 3.875rem;
}

.zjjs-info .zjjs-right .xx .jj-right p {
  font-weight: bold;
    font-size: 1.625rem;
    color: #333333;
  margin-bottom: 1.875rem;
}

.zjjs-info .zjjs-right .xx .jj-right p span {
  font-weight: 400;
    font-size: 1rem;
    color: #333333;
}

.zjjs-info .zjjs-right .xx .jj-right ul li {
  display: flex;

}

.zjjs-info .zjjs-right .xx .jj-right ul li span {
  /* width: 4.6875rem; */
  width: calc(100% / 8);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8125rem;
  border: .0625rem solid #69a8dd;
  text-align: center;
  line-height: 2.8125rem;

}
.zjjs-info .zjjs-right .xx .jj-right ul li:first-child span{
  border-color:rgba(105, 168, 221,.5);
}

.zjjs-info .zjjs-right .xx .jj-right>ul>li span:not(.zjjs-info .zjjs-right .xx .jj-right ul li span:last-child) {
  border-right: 0;

}

.zjjs-info .zjjs-right .xx .jj-right ul li:nth-child(2) span {
  border-bottom: 0;
  border-top: 0;
}

.zjjs-info .zjjs-right .xx .jj-right ul li span img {
  width: 1.5rem;
  height: 1.5rem;
}
.zjjs-info .zjjs-right .dh::before{
  background-image: url('../image/zjjs-dw.png');
}
.zjjs-info .zjjs-right .dh, .zjjs-info .zjjs-right .dh a{
  color: #666666;
}

.zjjs-info .zjjs-right .xx .jj-right ul li:first-child span{
  background-color: #006CBC;
  color: #FFFFFF;
}
.zjjs-info .zjjs-right .xx a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.125rem;
    width: 9.625rem;
    height: 2.5rem;
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    background: #00A3F0;
    transition: all .6s;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    -webkit-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    -moz-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    -ms-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    -o-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.zjjs-info .zjjs-right .xx a:hover{
  transform: translate(-1.875rem);
  -webkit-transform: translate(-1.875rem);
  -moz-transform: translate(-1.875rem);
  -ms-transform: translate(-1.875rem);
  -o-transform: translate(-1.875rem);
}
.zjjs-info .zjjs-right .xx a::after{
  content: "";
  display: inline-block;
  width: .5rem;
    height: .875rem;
  background-image: url('../image/gd-arr-ac.png');
  background-size: 100% 100%;
  margin-left: .625rem;
}
.tksys{
  margin-top: 3.125rem;
}
.zjjs .zjjs-searchs{
  display: flex;
  align-items: center;
  justify-content: center;
}
.zjjs .zjjs-searchs input{
  border: 1px solid #DCDCDC;
  width: 13.75rem;
    height: 2.375rem;
    padding-left: .625rem;
    margin-right: .625rem;
    outline: none;
}
.zjjs .zjjs-searchs input::placeholder{
  font-weight: 400;
    font-size: 1rem;
    color: #707070;
}
.zjjs .zjjs-searchs button{
  font-weight: 400;
    font-size: 1.125rem;
    color: #FEFEFE;
    width: 10.75rem;
    height: 2.375rem;
    background: #00A0D1;
    border: 0;
    outline: none;
    border-radius: .25rem .25rem .25rem .25rem;
    -webkit-border-radius: .25rem .25rem .25rem .25rem;
    -moz-border-radius: .25rem .25rem .25rem .25rem;
    -ms-border-radius: .25rem .25rem .25rem .25rem;
    -o-border-radius: .25rem .25rem .25rem .25rem;
}
.zjjs .sy{
  margin-top: 2.8125rem;
  min-height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.zjjs .zjjs-box>ul{
  margin: 0 -0.6875rem;
  margin-top: 2.5rem;
}
.zjjs .zjjs-box>ul>li{
  position: relative;
  width: calc(100% / 4);
  margin-bottom: 1.375rem;
  height: 4.25rem;
  padding: 0 .6875rem;
  float: left;
  box-sizing: border-box;
  
}
.zjjs .zjjs-box>ul>li p{
  
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .6s;
  border: 1px solid #EEEEEE;
  border-left-width: .25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5625rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.375rem;
  color: #333333;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.zjjs .zjjs-box>ul>li p::after{
  content: "";
  display: inline-block;
  width: 1.0625rem;
    height: .625rem;
    background-image: url('../image/zjjss-arr.png');
    background-size: 100% 100%;
    transition: all .6s;
}
.zjjs .zjjs-box>ul>li:hover p::after,
.zjjs .zjjs-box>ul>li.active p::after{
  background-image: url('../image/zjjss-arr-c.png');
  
  
}
.zjjs .zjjs-box>ul>li:hover p,.zjjs .zjjs-box>ul>li.active p{
  border-color: #0C73BF;
  background-color: #0C73BF;
  color: #fff;
}
.zjjs .zjjs-box>ul>li p::before{
  content: "";
  position: absolute;
  opacity: 0;
  bottom: -1rem;
  transition: all .6s;
  left: 50%;
  border-left: .625rem solid transparent;
  border-right: .625rem solid transparent;
  border-bottom: .625rem solid #0C73BF;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.zjjs .zjjs-box .li-list{
  position: absolute;
  top: 5.2rem;
  left: .9375rem;
  z-index: 2;
  display: none;
  animation: 0.5s ease 1 normal backwards running fadeInDown;
  -webkit-animation: 0.5s ease 1 normal backwards running fadeInDown;
}
.zjjs .zjjs-box .li-list.active{
  display: block;
}

.zjjs .zjjs-box .zpzj{
  margin: 0 -0.6875rem;
    margin-top: 2.5rem;
}
.zjjs .zjjs-box .zpzj li{
  width: calc(100% / 5);
    margin-bottom: 1.375rem;
    padding: 0 .6875rem;
    box-sizing: border-box;
  height:auto !important;
  float:left;
}
.zjjs .zjjs-box .zpzj li>a{
  width:100%;
  display: flex !important;
    flex-direction: column;
    border: 1px solid #0C73BF;
    padding: 10px;
    box-sizing: border-box;
    transition:all .6s;
    align-items: center;
}
.zjjs .zjjs-box .zpzj a:hover img{
  transform:scale(1.02)
}
.zjjs .zjjs-box a img{
  width: 100%;
  height:100%;
  max-height:349px;
  transition:all .6s;
}
.zjjs .zjjs-box a span:nth-child(2){
  margin: 10px 0;
}
@keyframes fadeInDown{
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}
.zjjs .zjjs-box .li-list ul,.sear-box{
  width: 100%;
  box-sizing: border-box;
  margin: 0 -0.3125rem;
  min-height: 150px;
  padding: 1.125rem 3.125rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #0C73BF;
  background-color: #fff;
  box-shadow: 0 0 1.5625rem -0.125rem rgba(9, 85, 178, .4);
  border-bottom: 8px solid #006cbc;
}
.sear-box{
  display:block;
  margin:2rem 0;
}
.sear-box>p{
  font-size: 1.5rem;
    margin-bottom: .625rem;
}
.sear-box a p:nth-child(1){
  margin-bottom:5px;
  font-size:1.25rem;
  <!--text-align:center;-->
  
}

.zjjs .zjjs-box .li-list li,.sear-box li{
  width: calc(100% / 6);
  float: left;
  padding: 0 .3125rem;
  box-sizing: border-box;
  margin-bottom:1rem;
}
.zjjs .zjjs-box .li-list li a,.sear-box li a,.zjjs .zjjs-box  li a{
  position: relative;
  display: block;
  width: max-content;
  font-weight: bold;
    font-size: 1.125rem;
    color: #0C73BF;
}
.zjjs .zjjs-box .li-list li a span,.sear-box li a span,zjjs .zjjs-box  li a span{
  opacity: .7;
  font-weight: 400;
  font-size: 1rem;
}
.zjjs .zjjs-box .li-list li a::after,.sear-box li a:after{
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #0C73BF;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.zjjs .zjjs-box .li-list li:hover a::after,.sear-box li:hover a:after{
  width: 100%;
}
.xkjs{
  padding-top: 4.375rem;
  margin-top: 11rem;
  min-height: 56.25rem;
  background-image: url('../image/xkjs.png');
  background-size: 100% 100%;
}
.xkjs .max,.xkjs .max .xkjs-left{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.xkjs .max .xkjs-left>img{
  position: absolute;
    left: 37%;
    top: -2rem;
    width: 28.4375rem;
  height: 6.4375rem;
}
.xkjs .max .xk-title{
  text-align: center;
  margin-bottom: 1.875rem;
}
.xkjs .max  .xk-title img{
  width: 18.625rem;
  height: 3.5625rem;
  
}
.xkjs .right.sj {
    margin-left: 3.75rem;
    padding-top: 2.5rem;
}
.xkjs .max .box{
  width: 25.625rem;
  height:16.25rem;
  padding: 1.25rem;
  box-sizing: border-box;
  background-image: url('../image/sjzdxk-img.png');
  background-size: 100% 100%;
  <!--height: 16.25rem;-->
  height:auto;
}
.xkjs .max .item{
  width: 100%;
  height:100%;
  border: 1px solid rgba(255, 255, 255, .5);
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: .625rem;
  box-sizing: border-box;
}
.xkjs .max ul {
  width: 100%;
  
 height:100%;
  
  box-sizing: border-box;
   overflow: auto;
  
}
.xkjs .max ul li a{
  display: block;
  position: relative;
  font-weight: 400;
    font-size: 1.25rem;
    color: #FFEBD6;
    margin-bottom: 1.25rem;
}
.xkjs .max ul li a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.0625rem;
    height: .0625rem;
    background: #FFFFFF;
    opacity: 0.5;
    margin-right: .3125rem;
}
.xkjs .xk:nth-child(2){
  margin-top: 40px;
}
.xkjs .xk:nth-child(2) .box{
  background-image: url('../image/xjzdxk-img.png');
}
.xkjs .right .xk .box{
  background-image: url('../image/ssjzdxk-img.png');
  height: 33.2rem;
}
.xkjs .right.sj .xk .box{
  background-image: url('../image/sjyx.png');
  height: 38.1rem;
}
.xkjs .right{
  margin-left: 3.75rem;
  padding-top: 7.5rem;
}

/* 滚动条整体 */
::-webkit-scrollbar {
  width: .25rem;
  /* 滚动条背景色 */
  margin-right: 100px;
}

/* 滚动条轨道（滚动条未滑动时的背景部分） */
::-webkit-scrollbar-track {
    background-color:rgba(3, 77, 138, 1);
}
.ksdh .left .ksdh-list::-webkit-scrollbar-track{
  background-color:rgba(3, 77, 138, 1);
}
/* 滚动条滑块（用于滚动的部分） */
::-webkit-scrollbar-thumb {
  background-color: #89090B;
  /*滑块颜色*/
  border-radius: .375rem;
  -webkit-border-radius: .375rem;
  -moz-border-radius: .375rem;
  -ms-border-radius: .375rem;
  -o-border-radius: .375rem;
}
.ksdh .left .ksdh-list::-webkit-scrollbar-thumb{
  background-color: #89090B;
}
.xkjs .xkjs-right img{
  width: 28.4375rem;
    height: 6.4375rem;
    margin-left: 1.25rem;
}
.xkjs .xkjs-right .boxs{
  width: 38.75rem;
  height: 29.875rem;
  background-image: url('../image/xkjs-text-bg.png');
  background-size: 100% 100%;
  padding: 4.5rem;
  box-sizing: border-box;
}
.xkjs .xkjs-right .boxs p{
  font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 3rem;
    text-align: justify;
    display: -webkit-box;
      /* 用于 WebKit 浏览器 */
      -webkit-line-clamp: 7;
      /* 限制为5行 */
      -webkit-box-orient: vertical;
      /* 设置为垂直方向 */
    
      display: box;
      /* 用于 Firefox */
      box-orient: vertical;
    
      overflow: hidden;
}
.xkjs .xkjs-right .boxs p span{
  font-size: 1.875rem;
  color: #920F11;
}
.jktj .max{
  display: flex;
  justify-content: space-between;
}
.jktj .left p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
    line-height: 3rem;
}
.jktj .left{
  width: 55%;
}
.jktj .right{
  width: 40%;
  background-image: url('../image/wxts.png');
  height: 40rem;
  background-size: 100% 100%;
  padding: 3.875rem;
  box-sizing: border-box;
}
.jktj .right h3,.jktj .right p{
  color: #fff;
  font-weight: 500;
    font-size: 1.5rem;
    display: flex;
      align-items: center;
      margin-bottom: .625rem;
}
.jktj .right p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    opacity: .7;
}
.jktj .right>h3{
      font-weight: bold;
      font-size: 1.875rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 2px solid #87bee6;
      padding-bottom: 1.25rem;
}
.jktj .right>h3::before{
  content: "";
  width: 2.8125rem;
    height: 2.4375rem;
    background-image: url('../image/ts.png');
    background-size: 100% 100%;
    margin-right: .625rem;
}
.jktj .right .tj-time h3::before{
  content: "";
  width: 1.875rem;
    height: 1.875rem;
    background-image: url('../image/tjtime.png');
    background-size: 100% 100%;
    margin-right: .625rem;
}
.jktj .right .tj-time,.jktj .right .bg,.jktj .right .phone{
  margin-bottom: 2.5rem;
}
.jktj .right .bg h3::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-image: url('../image/bg.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}
.jktj .right .phone h3::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-image: url('../image/tj-phone.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}
.dsfc ul{
  margin: 0 -0.875rem;
}
.dsfc ul li{
  width: calc(100% / 2);
  height: 18.75rem;
  float: left;
  padding: 0 .875rem;
  box-sizing: border-box;
  margin-bottom: 1.875rem;
}
.dsfc ul li a{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%  ;
  height: 100%;
  padding: 1.375rem;
  box-sizing: border-box;
  border: .0625rem solid #EEEEEE;
  transition: all .6s;
}
.dsfc ul li a .left{
  width: 27%;
  max-width: 11.875rem;
  height: 100%;
  overflow: hidden;
}
.dsfc ul li a .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.dsfc ul li a .right{
  width: 70%;

}
.dsfc ul li a .right h3{
  font-weight: 500;
    font-size: 1.875rem;
    color: #000000;
    margin-bottom: .625rem;
}
.dsfc ul li a .right p{
  font-weight: 400;
    font-size: 1rem;
    color: #666666;
    line-height: 1.5rem;
}
.dsfc ul li a .right .dsfc-info{
  font-weight: 400;
  min-height: 5.625rem;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.875rem;
    margin-top: .625rem;
    display: -webkit-box;
      /* 用于 WebKit 浏览器 */
      -webkit-line-clamp: 3;
      /* 限制为5行 */
      -webkit-box-orient: vertical;
      /* 设置为垂直方向 */
    
      display: box;
      /* 用于 Firefox */
      box-orient: vertical;
    
      overflow: hidden;
}
.dsfc ul li:hover a img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.dsfc ul li a::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #006cbc;
  transition: all .6s;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
}
.dsfc ul li a:hover::after{
  opacity: 1;
}
.dsfc ul li a:hover{
  border: 0;
}
.dsfc .pages{
  margin-top: 1.125rem;
}
.kygz ul{
  margin: 0 -1rem;
}
.kygz ul li{
  width: calc(100% / 2);
  margin-bottom: 2.3125rem;
  height: 11.4375rem;
  float: left;
  padding: 0 1rem;
  box-sizing: border-box;
}
.kygz ul li a{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.375rem;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
}
.kygz ul li a::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #006cbc;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.kygz ul li a:hover h3{
  color: #006cbc !important;
}

.kygz ul li .left{
  overflow: hidden;
  width: 34%;
  max-width: 13.375rem;
  height: 100%;
}
.kygz ul li .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.kygz ul li .right{
  width: 66%;
  margin-left: .9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kygz ul li .right h3{
  line-height: 1.5rem;
  font-weight: bold;
    font-size: 1.25rem;
    color: #333333;
    /* min-height: 2.75rem; */
    margin-bottom: .5rem;
    display: -webkit-box;
      /* 用于 WebKit 浏览器 */
      -webkit-line-clamp: 2;
      /* 限制为5行 */
      -webkit-box-orient: vertical;
      /* 设置为垂直方向 */
    
      display: box;
      /* 用于 Firefox */
      box-orient: vertical;
    
      overflow: hidden;
}
.kygz ul li .right p{
  font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    display: -webkit-box;
      /* 用于 WebKit 浏览器 */
      -webkit-line-clamp: 2;
      /* 限制为5行 */
      -webkit-box-orient: vertical;
      /* 设置为垂直方向 */
    
      display: box;
      /* 用于 Firefox */
      box-orient: vertical;
    
      overflow: hidden;
}
.kygz ul li .right p.time{
  font-weight: 400;
    font-size: 1rem;
    color: #9A9A9A;
} 
.kygz ul li.imgs .right{
  margin: 0;
  width: 100%;
}
.kygz ul li a:hover::after {
  opacity: 1;
}
.kygz ul li:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ksys-text{
  max-height:400px;
  overflow:auto;
}
