* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: calc(100vw / 120);
}

a,
ul,
li {
  list-style: none;
  text-decoration: none;
}

table {
  margin: auto;
  border-collapse: collapse !important;
  max-width: 100%;
  
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.max {
  width: 87.5rem;
  margin: auto;
}

.yd {
  background-image: url('../images/yd-bg.png');
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.yd .box {
  display: flex;
  align-items: flex-end;
  padding-left: 11.25rem;
}

.yd .item {
  margin-right: 6.875rem;
  text-align: center;
  width: 31.5rem;
  height: 50.25rem;
  background: linear-gradient(to bottom, rgba(23, 106, 190, 0.8), rgba(21, 170, 219, 0.8));
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 2.625rem;
  box-sizing: border-box;
}

.yd .item>img {
  width: 21.5625rem;
  height: 17.5rem;
  object-fit: cover;
  margin-top: 1.25rem;
}

.yd .item ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.875rem;
}

.yd .item ul li,
.yd .item ul li a {
  cursor: pointer;
  position: relative;
  width: 7.9375rem;
  height: 7.9375rem;
  background: rgba(0, 0, 0, .4);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
  color: #FFFFFF;
}

.yd .item ul li a {
  background-color: transparent;
}

.yd .item ul li img {
  width: 2.875rem;
  height: 2.4375rem;
  object-fit: contain;
  margin-bottom: .625rem;
}

.yd .item ul li .ma {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120%;
  background-color: #FFFFFF;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: .625rem 0;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yd .item ul li:hover .ma {
  opacity: 1;
}

.yd .item ul li .ma img {
  width: 100%;
  height: 80%;
  margin: 0;
}

.yd .item ul li .ma p {
  color: #000;
}

.yd .item .item-foot {
  text-align: left;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  margin-top: 1.875rem;
}

.yd .item .item-foot .phone>p:not(.yd .item .item-foot .phone>p:nth-child(1)) {
  padding-left: 2.0625rem;
}

.yd .item .item-foot .phone>p:nth-child(1):before,
.yd .item .item-foot>p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .625rem;
  width: 1.4375rem;
  height: 1.3125rem;
  background: url('../images/phone.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.yd .item .item-foot p a{
  font-size:1rem;
  color:#fff;
}
.yd .item .item-foot>p:nth-of-type(1)::before {
  background-image: url('../images/dz.png');
}

.yd .item .item-foot>p:nth-of-type(2)::before {
  background-image: url('../images/ba.png');
}

.yd .items li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16.25rem;
  height: 21.1875rem;
  margin-right: 1.25rem;
  background: rgba(0, 0, 0, .5);
  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;
}

.yd .items li:nth-child(1) a>p:nth-child(1) {
  width: 10rem;
  height: 10rem;
  background: #117CCC;
}

.yd .items {
  display: flex;
  align-items: center;
  text-align: center;
}

.yd .items li a p {
  margin-top: .625rem;
  font-size: 1.875rem;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.yd .items li a p img {
  width: 4.5625rem;
  height: 4.9375rem;
  object-fit: contain;
}

.yd .items li a>p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yd .items li a p:nth-child(3) {
  font-size: 1rem;
  margin: 0;
}

.yd .items li:nth-child(2) a>p:nth-child(1) {
  width: 10rem;
  height: 10rem;
  background: #00B1B4;
}

.yd .items li:nth-child(3) a>p:nth-child(1) {
  width: 10rem;
  height: 10rem;
  background: #A80A09;
}

.yd .items li a .items-info {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 135%;
  background: #117CCC;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  background-image: url('../images/bb-bg.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.875rem 0;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  -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;
}

.yd .items li:hover a .items-info {
  opacity: 1;
}

.yd .items li a .items-info p:nth-child(2) {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.yd .items li a .items-info .imgs {
  position: relative;
  width: 13.875rem;
  height: 13.9375rem;

  display: flex;
  align-items: center;
  justify-content: center;

}

.yd .items li a .items-info .imgs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/link.png');
  background-size: 100% 100%;
  animation: yuanbox 5s linear 0s infinite;
  -webkit-animation: yuanbox 5s linear 0s infinite;
}

@keyframes yuanbox {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.yd .items li a .items-info>img {
  width: 2.5rem;
  height: 1.75rem;
  object-fit: contain;
  margin-top: 2.5rem;
}

.yd .items li:last-child a .items-info {
  background-image: url('../images/ys-bg.png');
}

.yd .items li:nth-child(2) a .items-info {
  background-image: url('../images/yg-bg.png');
}

.header .header-top,
.header .header-top .searchs ul,
.header .header-top .searchs ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-top {
  align-items: flex-end;
  margin-bottom: 2.3125rem;
}

.header .header-top>a {
  width: 53%;
}

.header .header-top>a img {
  width: 100%;
  object-fit: cover;
}

.header .header-top .searchs ul li a {
  width: 8.4375rem;
  height: 2.75rem;
  background: #2F5EA6;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  -webkit-border-radius: 0rem 0rem 1.25rem 1.25rem;
  -moz-border-radius: 0rem 0rem 1.25rem 1.25rem;
  -ms-border-radius: 0rem 0rem 1.25rem 1.25rem;
  -o-border-radius: 0rem 0rem 1.25rem 1.25rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .header-top .searchs ul li a img {
  width: 1.625rem;
  height: 1.5rem;
  object-fit: contain;
  margin-right: .625rem;
}

.header .header-top .searchs ul li.active a,
.header .header-top .searchs ul li:hover a {
  background: #B80706;
}

.header .header-top .searchs ul li:nth-child(2n) a {
  margin: 0 .625rem;
}

.header .header-top .searchs .search {
  width: 26.5625rem;
  height: 3.25rem;
  margin-top: 2.5rem;
  background: #FFFFFF;
  border-radius: .5rem .5rem .5rem .5rem;
  border: .0625rem solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  -webkit-border-radius: .5rem .5rem .5rem .5rem;
  -moz-border-radius: .5rem .5rem .5rem .5rem;
  -ms-border-radius: .5rem .5rem .5rem .5rem;
  -o-border-radius: .5rem .5rem .5rem .5rem;
}

.header .header-top .searchs .search input {
  border: 0;
  outline: none;
  width: 80%;
  height: 100%;
  padding-left: .9375rem;
}

.header .header-top .searchs .search img {
  width: 1.625rem;
  height: 1.625rem;
  object-fit: contain;
  margin-right: 1.5625rem;
}
.header .header-bot.active{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  z-index:999;
}
.header .header-bot {
  background-color: #2F5EA6;
}

.header .header-bot>ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 4.375rem;
}

.header .header-bot>ul>li {
  height: 100%;
  position: relative;
}

.header .header-bot>ul>li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: .25rem;
  width: 0%;
  transition: all .6s;
  background-color: #fff;
  -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;
}

.header .header-bot>ul>li.active::before,
.header .header-bot>ul>li:hover::before {
  width: 100%;
}

.header .header-bot>ul a {
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 4.375rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .header-bot>ul .active a,
.header .header-bot>ul li:hover a {
  font-weight: bold;
}

.header .header-bot ul .op {
  box-shadow: 0px 0px 5px 0px #ccc;
  display: none;
  position: absolute;
  top: 4.5rem;
  z-index: 99;
  background-color: #fff;
  width: 14.5rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  left: 50%;
  padding-bottom: .625rem;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.header .header-bot ul .op ul li a {
  position: relative;
  box-sizing: border-box;
  color: #222222;
  width: 100%;
  text-align: center;
  display: block;
  font-size: .875rem;
  line-height: 2.5rem;
  transition: all .6s;
  font-weight: 400;
  font-size: 1rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

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

.header .header-bot ul .op ul li a::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  width: .3125rem;
  height: 1.0625rem;
  background: #A30A0A;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .header-bot ul .op ul li a:hover {
  color: #075AC1;
}

.header .header-bot ul .op ul li a:hover::before {
  /* opacity: 1; */
}

.header .header-bot ul .op ul li a:hover::after {
  width: 100%;
}

.header .header-bot ul .op ul li a:hover .header .header-bot ul .op ul li {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.banner .swiper .swiper-wrapper {
  height: 46.0625rem;
}

.banner .swiper .swiper-pagination {
  bottom: 4rem;
}

.banner .swiper .swiper-pagination-bullet,
.yyjj-swiper .swiper-pagination-bullet {
  width: .5625rem;
  height: .5625rem;
  background: #FFFFFF;
  opacity: 1;
  margin: 0 .625rem;
}

.banner .swiper .swiper-pagination-bullet-active,
.yyjj-swiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 2.6875rem;
  height: .5625rem;
  background: #C90303;
  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;
}

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

.banner .swiper-tzgg img {
  width: 10rem;
  height: auto;
  object-fit: contain;
}

.banner .swiper-tzgg {
  position: absolute;
  bottom: -2.5rem;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  /* box-shadow: 0rem .25rem .6875rem .125rem #292929; */
  border-radius: .625rem .625rem .625rem .625rem;
  background-color: #fff;
  padding: 1.2rem 1.875rem;
  -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;
}

.banner .swiper-tzgg .swiper-wrapper {
  height: auto;
}

.banner .swiper-tzgg .btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

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

.banner .swiper-tzgg .swiper-button-next {
  margin-top: .625rem;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

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

.banner .swiper-tzgg .tzgg-swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55rem !important;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  margin-left: 2.5rem;
}

.banner .swiper-tzgg .tzgg-swiper .swiper-slide a span {
  font-size: 1rem;
  color: #9D9D9D;
}

.banner .swiper-tzgg .tzgg-swiper {
  width: 90%;
  display: flex;
  height: 1.5625rem;
  overflow: hidden;
}

.banner .swiper-tzgg .tzgg-swiper .swiper-slide a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner .swiper {
  overflow-x: clip;
  overflow: revert;
}

.jyzl {
  overflow: hidden;
  min-height: 62.5rem;
  background-image: url('../images/jyzl-bg.png');
  background-size: 100% 100%;
}

.jyzl .imgs {
  padding-top: 10rem;
  background-image: url('../images/jyzl-img10.png');
  background-position: right top;
  background-size: 50% 43.75rem;
  background-repeat: no-repeat;
}

.jyzl .max {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.jyzl .items li {
  width: 21.875rem;
  height: 13.4375rem;
  background: #9A1C2B;
}

.jyzl .items li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.jyzl .items li a p:last-child {
  font-weight: 400;
  font-size: 1rem;
}

.jyzl .items li a img,
.jyzl .left-bot .text img {
  width: 4.9375rem;
  height: 4.4375rem;
  object-fit: contain;
  margin-bottom: .9375rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.jyzl .right-top,
.jyzl .left-top {
  display: flex;
  align-items: flex-end
}

.jyzl .items {
  position: relative;
}

.jyzl .items.s li:last-child {
  height: 5rem;
  background-color: transparent;
}

.jyzl .items .text {
  position: relative;
  left: 9rem;
  top: -4rem;
  padding-top: .625rem;
  width: max-content;
  display: flex;
  border-top: .25rem solid #fff;
}

.jyzl .items .text p {
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}

.jyzl .items .text p:first-child {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: .375rem;
}

.jyzl .items li.zj {
  background: #3AB19F;
}

.jyzl .items li.jy {
  background: #154CAB;
}

.jyzl .items li.zj {
  background: #3AB19F;
}

.jyzl .items li.zy {
  background: #BD9561;
}

.jyzl .left-bot {
  position: relative;
  width: 43.8125rem;
  height: 25.5625rem;
}

.jyzl .left-bot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jyzl .left-bot .text {
  position: absolute;
  bottom: 2.1875rem;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  text-align: center;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.jyzl .left-bot .text p:last-child {
  font-weight: 400;
  font-size: 1rem;
}

.jyzl .right-top {
  width: 60rem;
  height: 43.3125rem;
}

.jyzl .right-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jyzl .right-top li {
  height: 12.4375rem;
}

.jyzl .right-top li.jk {
  background: #688ED8;
}

.jyzl .right-top li.logos {
  background: transparent;
  height: 21.5625rem;

}

.jyzl .right-top li.logos a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jyzl .right-top li.logos img {
  width: 17.9375rem;
  height: 17.9375rem;
  margin: 0;
}

.jyzl .right-top li.yp {
  background: #004BA0;
}

.jyzl .right-top li.fy {
  background: #4753B1;
}

.jyzl .right-top li.bg {
  background: #3995C1;
}

.jyzl .items li:hover a img {
  transform: translate(1.25rem);
  -webkit-transform: translate(1.25rem);
  -moz-transform: translate(1.25rem);
  -ms-transform: translate(1.25rem);
  -o-transform: translate(1.25rem);
}

.xwtj .max,
.titles {
  display: flex;
  justify-content: space-between;
}

.xwtj .xwtj-left {
  width: 73.5%;
  margin-top: 2.6875rem;
}

.titles {
  width: 100%;
  align-items: center;
  margin-bottom: 1.375rem;
}

.titles .left {
  position: relative;
  padding-left: 1.25rem;
}

.titles .left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  display: inline-block;
  width: .3125rem;
  background-color: #006CBD;
}

.titles .left h3 {
  font-weight: bold;
  font-size: 2.25rem;
  color: #222222;
}

.titles .left p {
  font-weight: 400;
  font-size: 1rem;
  color: #A8A8A8;
}

.titles a {
  font-weight: 400;
  font-size: 1.125rem;
  color: #006CBD;
}

.xwtj .xwtj-cont {
  display: flex;
  justify-content: space-between;
}

.xwtj .xwtj-swiper {
  overflow: hidden;
  width: 43.75rem;
  position: relative;
  padding-bottom: 5rem;
  border-left: .0625rem solid #e0eafd;
  border-right: .0625rem solid #e0eafd;
}

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

.xwtj .xwtj-swiper .text {
  padding: 0 1.125rem;
  box-sizing: border-box;
}

.xwtj .xwtj-swiper .text h3 {
  font-weight: bold;
  font-size: 1.75rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1.25rem 0;
}

.xwtj .xwtj-swiper .text p:nth-of-type(1) {
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  margin-bottom: 1.25rem;
}

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

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

  overflow: hidden;

}

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

.xwtj .xwtj-swiper .swiper-pagination-bullet-active {
  background: #AA0003;
}

.xwtj .xwtj-swiper .swiper-pagination {
  width: max-content;
  position: static;
}

.xwtj .xwtj-swiper .swiper-button-next,
.xwtj .xwtj-swiper .swiper-button-prev {
  position: static;
  margin: 0;
  background-image: url('../images/xwtj-arr-l.png');
  background-repeat: no-repeat;
  width: 5.1875rem;
  height: 1.125rem;
  background-size: 100% 100%;
}

.xwtj .xwtj-swiper .swiper-button-prev {
  background-image: url('../images/xwtj-arr-r.png');
}

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

.xwtj .xwtj-swiper .btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 3.5rem;
}

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

.xwtj .xwtj-cont ul li {
  width: 18.75rem;

}

.xwtj .xwtj-cont ul li:nth-child(2) {
  margin-top: 1.25rem;
}

.xwtj .xwtj-cont ul li a,
.xwtj .xwtj-cont ul li a img {
  display: inline-block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xwtj .xwtj-cont ul li a img {
  height: 12rem;
}

.xwtj .xwtj-cont ul li a h3,
.xwtj .xwtj-cont ul li a h3 p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #222222;
  line-height: 1.625rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

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

  overflow: hidden;
  margin-bottom: .625rem;
}

.xwtj .xwtj-cont ul li a p,
.xwtj .xwtj-swiper p {
  font-weight: 400;
  font-size: .875rem;
  color: #333333;
  line-height: 1.5rem;
  margin-bottom: .625rem;
  overflow: hidden;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

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

  overflow: hidden;
}

.xwtj .xwtj-cont ul li a p:last-child,
.time {
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}

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

.xwtj .xwtj-right {
  width: 24.8%;
  border-left: .0625rem solid #e0eafd;
  border-right: .0625rem solid #e0eafd;
  padding: 3.25rem 1.5rem;
  box-sizing: border-box;
}

.cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart li {
  font-weight: 400;
  font-size: 1.25rem;
  transition: all .6s;
  color: #666666;
  width: 9.3125rem;
  height: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart li.active,
.cart li:hover {
  color: #FFFFFF !important;
  background: #B80706 !important;
}

.cart li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/icon1-active.png');
  width: 1.375rem;
  height: 1.5rem;
  background-size: 100% 100%;
  margin-right: .375rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.cart li.active::before,
.cart li:hover::before,
.ksdh .imgs .cart li::before {
  background-image: url('../images/icon1.png');
}

.xwtj .xwtj-right .list p {
  padding-left: .9375rem;
  position: relative;
}

.xwtj .xwtj-right .list p:first-child {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5rem;
}

.xwtj .xwtj-right .list p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #A2A2A2;
  margin-top: .875rem;
}

.xwtj .xwtj-right .list p:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: .625rem;
  width: .4375rem;
  height: .4375rem;
  background: #006CBD;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.xwtj .xwtj-right .list li {
  margin-top: 1.3rem;
}

.xwtj .xwtj-right .list+a {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  color: #006CBD;
  padding-top: 1rem;
}

.xwtj .xwtj-right .list li:hover p,
.xwtj .xwtj-cont ul li:hover a h3,
.xwtj .xwtj-swiper .swiper-slide:hover h3 {
  color: #B80706;
}

.xwtj .xwtj-cont ul li:hover a img,
.xwtj .xwtj-swiper .swiper-slide: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);
}

.ksdh {
  background-image: url('../images/ksdh-bg.png');
  background-position: left top;
  background-size: 46.3125rem 100%;

}

.ksdh .imgs {
  
  background-image: url('../images/xhnk-bg.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 73.6875rem 100%;
}

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

.ksdh .imgs .ksdh-left {
  width: 33.8%;
  padding-right: 1.25rem;
  box-sizing: border-box;
  position: relative;
  padding-top: 4.8125rem;
}

.ksdh .imgs .ksdh-left::after {
  content: "";
  position: absolute;
  right: -1.2125rem;
  top: 5.1875rem;
  background-image: url('../images/sj-c.png');
  width: 1rem;
  height: 2rem;
  background-size: 100% 100%;
}

.ksdh .imgs .cart li {
  background: #959595;
  color: #fff;
}

.ksdh .imgs .list {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  max-height: 31.25rem;
  overflow-y: auto;
}

.ksdh .imgs .list.active {
  display: flex;
}

.ksdh .imgs .list li {
  width: 50%;
  margin-bottom: 1.25rem;
}

.ksdh .imgs .list li a {
  position: relative;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
}

.ksdh .ksdh-swiper {
  overflow: hidden;
  display: none;
}

.ksdh .ksdh-swiper.active {
  display: block;
}

.ksdh .imgs .list li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: .4375rem;
  height: .4375rem;
  background: #006CBD;
  margin-right: .625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.ksdh .imgs .list li a::after {
  position: absolute;
  content: "";
  bottom: -0.3125rem;
  left: 0;
  width: 0%;
  border-bottom: .1875rem solid #0055BD;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdh .imgs .list li a:hover::after,
.ksdh .imgs .list li.active a::after {
  width: 100%;
}

.ksdh .imgs .list li a:hover {
  color: #0055BD;
}

/* 滚动条整体 */
::-webkit-scrollbar {
  width: .4375rem;
  /* 滚动条背景色 */
}

/* 滚动条轨道（滚动条未滑动时的背景部分） */
::-webkit-scrollbar-track {
  background-color: rgba(47, 94, 166, .2);
}

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

.ksdh .ksdh-right {
  width: 62%;
  padding-top: 4.8rem;
}

.ksdh .ksdh-right h3 {
  font-weight: 500;
  font-size: 1.875rem;
  color: #FFFFFF;
  margin-bottom: .9375rem;
}

.ksdh .ksdh-right h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 2rem;
  background-image: url('../images/sj.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.ksdh .ksdh-right .ksdh-text a {
  width: 100%;
  height: 15rem;
  background: #D9E7FF;
  display: flex;
  align-items: center;
  justify-content: space-between;


}

.ksdh .ksdh-right .ksdh-text p {
  width: 90%;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  line-height: 2.0625rem;
  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 .ksdh-right .ksdh-text p:first-child {
  padding: 0 3.125rem;
  box-sizing: border-box;
  margin: 3.125rem 0;
}

.ksdh .ksdh-right .ksdh-text p:last-child {
  width: 10%;
  background: #A30C0C;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ksdh .ksdh-right .ksdh-text p:last-child img {
  width: 1.8125rem;
  height: 1.8125rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdh .ksdh-right .ksdh-text p:last-child:hover img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.item-swiper .swiper-slide a {
  display: flex;
  position: relative;
}

.item-swiper .swiper-slide a>p:first-child {
  width: 13.4375rem;
  height: 18.4375rem;
  padding: .625rem;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}

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

.item-swiper .swiper-slide a .text {
  position: relative;
}

.item-swiper .swiper-slide .text p {
  width: 2.5rem;
  height: 6.3125rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 1.25rem 0rem;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  -webkit-border-radius: 0rem 0rem 1.25rem 0rem;
  -moz-border-radius: 0rem 0rem 1.25rem 0rem;
  -ms-border-radius: 0rem 0rem 1.25rem 0rem;
  -o-border-radius: 0rem 0rem 1.25rem 0rem;
}

.item-swiper .swiper-slide .text p:last-child {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  background: #2F5EA6;
  border-radius: 0rem 1.25rem 1.25rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  -webkit-border-radius: 0rem 1.25rem 1.25rem 0rem;
  -moz-border-radius: 0rem 1.25rem 1.25rem 0rem;
  -ms-border-radius: 0rem 1.25rem 1.25rem 0rem;
  -o-border-radius: 0rem 1.25rem 1.25rem 0rem;
}

.item-swiper {
  overflow: hidden;
  margin-top: 2.5rem;
}

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

.item-swiper .btn {
  display: flex;
  margin-top: 2.5rem;
}

.item-swiper .swiper-button-next,
.item-swiper .swiper-button-prev {
  position: static;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/xhnl-banner-arr-l.png');
  background-size: .8125rem 1.375rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 1.25rem;
}

.item-swiper .swiper-button-prev {
  background-image: url('../images/xhnl-banner-arr-r.png');
}

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

.item-swiper .btn div:hover {
  background-color: #A30C0C;
}

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

.hlyds .items {
  width: 32%;
}

.hlyds ul li:first-child {
  border-bottom: .0625rem solid rgba(153, 153, 153, .5);
  padding-bottom: 1.25rem;
}

.hlyds ul li a .imgs {
  width: 27.5rem;
  height: 14.625rem;
}

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

.hlyds ul li a .imgs 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;
}

.hlyds ul li:hover img {
  transform: scale(1.1);
}

.hlyds ul li:hover h3 {
  color: #A30C0C;
}

.hlyds ul li a h3 {
  min-height: 3.75rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.875rem;
  margin-top: .625rem;
  margin-bottom: .9375rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */
  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.hlyds ul li:not(.hlyds ul li:first-child) p:first-child {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hlyds ul li:not(.hlyds ul li:first-child) p:first-child::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .4375rem;
  height: .4375rem;
  background: #006CBD;
  border-radius: 50%;
  margin-right: .625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hlyds ul li:not(.hlyds ul li:first-child) p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  margin-top: .625rem;
  padding-left: 1.125rem;
}

.hlyds ul li:not(.hlyds ul li:first-child) {
  margin-top: 1.5625rem;
}

.hlyds {
  padding-top: 4.375rem;
}

.hlyds ul li:hover a p:first-child {
  color: #A30C0C !important;
}

.map {
  margin-top: 10.625rem;
  position: relative;
  background-image: url('../images/map.png');
  background-size: 100% 100%;
  height: 32.125rem;
}

.map .text {
  overflow: auto;
  width: 32.125rem;
  position: absolute;
  bottom: 0;
  height: 115%;
  background-image: url('../images/yy-bg.png');
  background-size: 100% 100%;
  padding: 2.875rem;
  box-sizing: border-box;
  border-bottom: .5rem solid #9d3631;
}

.map .text h3 {
  font-weight: 500;
  font-size: 2.25rem;
  color: #FFFFFF;
  border-bottom: .0625rem solid rgba(255, 255, 255, .4);
  padding-bottom: 1.25rem;
  margin-bottom: 1.625rem;
}

.map .text ul {
  border-bottom: .0625rem solid rgba(255, 255, 255, .4);
  margin-bottom: 1.25rem;
}

.map .text ul,
.map .text ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
}

.map .text ul li {
  width: 35%;
  margin-bottom: 1.875rem;
}

.map .text ul li:nth-child(2n-1) {
  width: 60%;
}

.map .text ul li a {
  justify-content: flex-start
}

.map .text ul li:hover a {
  color: #A30C0C;
}

.map .text ul li a p {
  margin-right: 1.875rem;
}

.map .text>p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2.25rem;
}

.foot {
  min-height: 26.25rem;
  border-bottom: .625rem solid #2961aa;
}

.foot .foot-top {
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.9375rem;
  border-bottom: .0625rem solid #e9e9e9;
  align-items: flex-end;
}

.foot .foot-top a img {
  width: 24.375rem;
  height: 5.75rem;
  object-fit: cover;
}

.foot .foot-top .link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 .875rem;
  box-sizing: border-box;
  width: 22.6875rem;
  height: 3.125rem;
  background: #DCDCDC;
  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;
}

.foot .foot-top .link::after {
  position: absolute;
  right: 1.25rem;
  content: "";
  width: .75rem;
  height: .625rem;
  background-image: url('../images/link-ar.png');
  background-size: 100% 100%;
}

.foot .foot-top .link p,
.foot .foot-top .link ul li a {
  font-weight: 400;
  font-size: 1rem;
  color: #656565;
}

.foot .foot-top .link ul {
  display: none;
  position: absolute;
  top: 3.125rem;
  left: 0;
  width: 100%;
  background: #DCDCDC;
  transition: all .6s;
  max-height: 12.5rem;
  overflow: auto;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.foot .foot-top .link ul li a {
  display: block;
  width: 100%;
  line-height: 2.5rem;
  text-align: center;
}

.foot .foot-top .link ul li:hover a {
  background: #fff;
}

.foot .foot-top .link:hover ul {
  display: block;
}

.foot .foot-bot {
  padding-top: 2.5rem;
}

.foot .foot-bot,
.foot .foot-bot ul {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.foot .foot-bot .left p {
  font-weight: 400;
  font-size: 1rem;
  color: #939393;
  line-height: 1.875rem;
  margin-left: 1.875rem;
}

.foot .foot-bot .center {
  display: block;
  width: 35%;
}

.foot .foot-bot .center li {
  width: calc(100% / 4);
  float: left;
  padding: 0 .625rem;
  box-sizing: border-box;
}

.foot .foot-bot .center li a {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 3rem;
  position: relative;
}

.foot .foot-bot .center li a:hover {
  color: #2F5EA6;
}

.foot .foot-bot .center li a::after {
  content: "";
  position: absolute;
  bottom: -.625rem;
  width: 0%;
  left: 0;
  border-bottom: .0625rem solid #2F5EA6;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.foot .foot-bot .center li a:hover::after {
  width: 100%;
}

.foot .foot-bot .right {
  width: 22%;
}

.foot .foot-bot .right li img {
  width: 8.375rem;
  height: 8.3125rem;
  object-fit: cover;
}

.foot .foot-bot .right li p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #333333;
  text-align:center;
}

.foot .foot-bot .right li p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url('../images/wx-g.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.foot .foot-bot .right li:last-child p::before {
  background-image: url('../images/sph-g.png');

}

.lists {
  position: fixed;
  top: 20rem;
  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 p {
  color: #000;
  font-size: 1.125rem;
  display: none;
  padding: 1rem;
  text-align: center;
}

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

.lists ul li:hover img:not(.lists ul li:hover:last-child img) {
  display: none;
}

.lists ul li:hover p {
  display: block;
}

.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;
}




/* 头部 */
.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: #2F5EA6;
  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: #2F5EA6;
  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% / 3);
  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%;
}

.yyjj {
  height: 25rem;
  background-image: url('../images/yygk-swiper1.png');
  background-size: 100% 100%;
}

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

.yyjj-list {
  position: relative;
  margin-top: -8.2rem;
}

.yyjj-list .max {
  position: relative;
}

.yyjj-list .title {
  width: max-content;
  height: 11.75rem;
  background: #2F5EA6;
  padding: .625rem;
  box-sizing: border-box;
  align-items: flex-start
}

.yyjj-list .title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.25rem;
  color: #FFFFFF;
  padding-left: 1.25rem;

}

.yyjj-list .title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  border-left: .3125rem solid #CD130F;
  width: 1.25rem;
  height: 80%;
  background-image: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.yyjj-list .item {
  position: absolute;
  width: 99.3%;
  right: 0;
  bottom: 0;
  height: 6.25rem;
  background-color: #fff;
  /* box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 .3125rem .625rem #f6f6f6; */
  box-shadow:
    0 -10px 10px -10px rgba(0, 0, 0, 0.5),
    /* 顶部阴影，几乎看不见 */
    0 10px 20px -10px rgba(0, 0, 0, 0.3);
  /* 底部阴影，更明显 */
  padding: 0 3.75rem;
  box-sizing: border-box;
}

.yyjj-list .item ul {
  height: 100%;
}

.yyjj-list .item ul li {
  display: inline-block;
  width: max-content;
  margin-right: 2rem;
  line-height: 6.25rem;
  position: relative;
}

.yyjj-list .item ul li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -0.625rem;
  left: 0;
  width: 0%;
  border-bottom: .1875rem solid #B80706;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyjj-list .item ul li a {
  position: relative;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  transition: all .6s;
}

.yyjj-list .item ul li.active a,
.yyjj-list .item ul li:hover a {
  color: #2F5EA6;
}

.yyjj-list .item ul li.active a::after,
.yyjj-list .item ul li:hover a::after {
  width: 100%;
}

.yyjj-swiper {
  overflow: hidden;
  position: relative;
  height: 34.875rem;
  margin-top: 3.125rem;
}


.yyjj-swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
}

.yyjj-swiper .swiper-pagination {
  text-align: right;
  padding-right: 2.5rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}

.yyjj-swiper .swiper-pagination-bullet {
  opacity: .5;
}

.yyjj-swiper .swiper-pagination-bullet-active {
  width: 2.3rem;
}

.yyjj-swiper .imgs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 33.125rem;
  z-index: 1;
}

.yyjj-swiper .imgs img {
  width: 100%;
  height: 100%;

}

.yyjj-cont {
  padding-bottom: 6.25rem;
  border-bottom: .0625rem solid #e9e9e9;
}

.yyjj-cont .text {
  font-weight: 400;
  font-size: 1.125rem;
  color: #000000;
  line-height: 2.25rem;
}

.yyjj-cont .text h3 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #333333;
  line-height: 2.25rem;
  text-align: center;
  margin: 1.875rem 0;
  margin-top: 2.5rem;
}

.yyjj-cont .text p {
  < !--text-indent: 2em;
  -->< !--margin-bottom: 1.875rem;
  -->
}

.xrld .max {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
  padding-bottom: 5.625rem;
}

.xrld .max .left,
.xrld .max .right {
  width: 50%;
  min-height: 25rem;
  display: flex;
  justify-content: space-between;
}

.xrld .max .icon,
.xrld .max .icon1 {
  width: 20%;
  max-width: 7.875rem;
  /* height: 100%; */
  background-image: url('../images/xrld-icon2.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xrld .max .icon1 p,
.xrld .max .icon p {
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFFFFF;
  letter-spacing: 1em;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}

.xrld .max .icon1 {
  background-image: url('../images/xrld-icon1.png');
}

.xrld .max ul {
  width: 80%;
  padding-bottom: 4.375rem;
  box-shadow: .3125rem 0rem .875rem -0.375rem #ccc;
}

.xrld .max ul li {
  padding: 0 3.75rem;
  box-sizing: border-box;
}

.xrld .max ul li p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  padding: 2.5rem 0;
  border-bottom: .0625rem solid #e9e9e9;
}

.xrld .max ul li p span:first-child {
  display: inline-block;
  min-width: 5rem;
  text-align: right;
}

.xrld .max ul li p span:last-child {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: .0625rem solid #ccc;
}

.ljld {
  padding-bottom: 6.25rem;
}

.ljld-swiper {

  position: relative;
  overflow-x: clip;
  margin-top: 2.5rem;
  padding: .4rem;
  box-sizing: border-box;
}

.ljld-swiper .swiper-wrapper {
  height: 28.125rem;
}

.ljld-swiper .items {
  position: relative;
  background-color:#fff;
}

.ljld-swiper .items a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1875rem 1rem;
  box-sizing: border-box;
  box-shadow:
    0 -10px 10px -5px rgba(0, 0, 0, 0.1),
    /* 顶部阴影 */
    0 10px 20px -5px rgba(0, 0, 0, 0.1),
    /* 底部阴影 */
    -10px 0 20px -5px rgba(0, 0, 0, 0.1),
    /* 左侧阴影 */
    10px 0 20px -5px rgba(0, 0, 0, 0.1);
  /* 右侧阴影 */
}

.ljld-swiper .items::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 0%;
  border-right: .5rem solid #2F5EA6;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ljld-swiper .items:hover::after {
  height: 100%;
}

.ljld-swiper .items h3 {
  width: max-content;
  font-weight: 900;
  font-size: 1.25rem;
  color: #000000;
  position: relative;
  margin-bottom: .9375rem;
}

.ljld-swiper .items img {
  width: 7.625rem;
  height: 7.625rem;
  object-fit: cover;
}

.ljld-swiper .items h3::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 100%;
  border-bottom: .1875rem solid #B80706;
}

.ljld-swiper .items p {
  /* font-weight: 300; */
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
}

.ljld-swiper .swiper-button-lock {
  display: block;
}

.ljld-swiper .swiper-button-next,
.ljld-swiper .swiper-button-prev {
  cursor: pointer;
  position: static;
  margin: 0;
  width: 5.6875rem;
  height: 2.4375rem;
  background-color: #1D509E;
  opacity: 1 !important;
  background-image: url('../images/xhnl-banner-arr-l.png');
  background-size: .6875rem 1.1875rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.ljld-swiper .swiper-button-prev {
  background-color: #981A1A;
  background-image: url('../images/xhnl-banner-arr-r.png');
}

.ljld-swiper .swiper-button-next::after,
.ljld-swiper .swiper-button-prev::after {
  content: "";
}
.ljld-swiper .items .name{
  width:40%;
}

.ljld-swiper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.spxc {
  padding-bottom: 6.25rem;
}

.spxc ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.125rem;
}

.spxc ul li {
  width: 48%;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

.spxc ul li img {
  width: 100%;
  height: 22.1875rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.spxc 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);
}

.spxc ul li p {
  padding: 0 1.25rem;
  box-sizing: border-box;
  width: 100%;
  line-height: 3.75rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.25rem;
  color: #000000;
  height: 3.75rem;
  background-color: #f2f2f2;
}

.spxc ul li:hover p {
  color: #2F5EA6;
}

.spxc ul li .video {
  position: relative;
  overflow: hidden;
}

.spxc ul li .video::after {
  content: "";
  background-image: url('../images/play.png');
  background-size: 100% 100%;
  width: 3.75rem;
  height: 3.75rem;
  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%);
}

.yyhj ul {
  margin-top: 3.125rem;
  margin: 0 -1.25rem;
  margin-top: 3.125rem;
}

.yyhj ul li {
  width: calc(100% / 3);
  float: left;
  padding: 0 1.25rem;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
  position: relative;
}

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

.yyhj ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.yyhj ul li a .imgs {
  position: relative;
  overflow: hidden;
}

.yyhj ul li a img {
  width: 100%;
  height: 17.1875rem;
  object-fit: cover;
}

.yyhj ul li a p {
  width: 100%;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1.25rem;
  color: #000000;
  background-color: #f2f2f2;
}

.yyhj ul li a .z {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(20, 74, 158, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

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

.yyhj ul li a:hover .z {
  opacity: 1;
}

.yyhj ul li a .z img {
  width: 3.75rem;
  height: 3.75rem;
}

.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: #305EA6;
  color: #fff;
}

.yygk {
  height: 32.5625rem;
}

.yyjj-gk {
  position: relative;
  margin-top: -19rem;

}

.yyjj-gk .max {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.yyjj-gk .gk-left,
.yyjj-gk .gk-right {
  width: 49.25%;
}

.yyjj-gk h3 {
  font-weight: bold;
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.yyjj-gk h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .8125rem;
  height: 1.5rem;
  background-image: url('../images/sj-c.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.yyjj-gk .item {
  position: relative;
  height: 25.625rem;
}

.yyjj-gk .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yyjj-gk .item ul {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22rem;
  min-height: 17.5625rem;
  padding: 1.875rem 0;
  padding-left: 3.3125rem;

  box-sizing: border-box;
  background-color: rgba(21, 75, 171, .8);
}

.yyjj-gk .item ul li {
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 2.75rem;
}

.yyjj-gk .item ul li span,
.yyjj-gk .gk-right ul li span {
  font-size: 1.875rem;
}

.yyjj-gk .gk-left a {
  display: block;
  width: 11.375rem;
  height: 3.0625rem;
  background: #154BAB;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.yyjj-gk .gk-right {
  display: flex;
  justify-content: space-between;
  height: 29.8125rem;
  padding-top: 4.4rem;
}

.yyjj-gk .gk-right ul {
  width: 20.9375rem;
  height: 14.6rem;
  background: #9A1C2A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.yyjj-gk .gk-right ul li {
  min-width: 9.375rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 3.125rem;
}

.yyjj-gk .gk-right .box ul:last-child {
  background: #B5894F;
  margin-top: .9375rem;
}

.yyjj-gk .gk-right .box+ul {
  width: 20.9375rem;
  height: 100%;
  background-color: #00486A;
}

.yyjj-gk .gk-right .box+ul li {
  min-width: 17.625rem;

}

.ld {
  margin-top: -22rem;
  padding-top: 26rem;
  /* background-image: url('../images/yygks-bg.png'); */
  background-image: url('../images/111.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.ld .xrld .max .icon {
  background-image: url(../images/xrld-icon1.png);
}

.ld .xrld .max ul {
  background-color: #fff;
}

.ld .xrld .max ul {
  width: 82%;
}

.ld .ld-left {
  background-image: url('../images/yygks-dw.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60rem 100%;
}

.ld .ld-left .max {
  margin-top: 0;
}

.ld .ld-title {
  float: right;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  position:relative;
  z-index:1;
}

.ld .ld-title h3 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #333333;
  padding-left: 2rem;
}

.ld .ld-title h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .8125rem;
  height: 1.5rem;
  background-image: url('../images/sj-r.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.ld .ld-title a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 14.75rem;
  height: 3.6875rem;
  border: .0625rem dashed #333333;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ld .ld-title 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);
}

.ld .ld-title a::before {
  content: "";
  width: 1.8125rem;
  height: 1.75rem;
  background-image: url('../images/ld.png');
  background-size: 100% 100%;
}

.ld .ld-title a::after {
  content: "";
  width: 1.25rem;
  height: .875rem;
  background-image: url('../images/ld-arr.png');
  background-size: 100% 100%;
}

.ld .xrld .max {
  padding-bottom: 0;
}

.ld .xrld+.ld-title {
  float: left;
  margin-left: 7.875rem;
}

.ld .xrld+.ld-title a {
  color: #FDB685;
  border-color: #FDB685;
  height: 3.6875rem;
  margin-top: 2.5rem;
}

.ld .xrld+.ld-title a::before {
  background-image: url('../images/dang.png');
}

.ld .xrld+.ld-title a::after {
  background-image: url('../images/dang-ar.png');
}

.ld .ld-left>.max {
  padding-bottom: 6.25rem;
}

.ld .xrld .max ul li p {
  padding: 2rem 0;
}

.ld-zzjg ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.5rem;
}

.ld-zzjg ul li {
  width: 49%;
  height: 17.5625rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.ld-zzjg ul li a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.ld-zzjg ul li a .zzjg-item {
  position: absolute;
  width: 16rem;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(6, 133, 195, .9);
}

.ld-zzjg ul li:nth-child(2) a .zzjg-item {
  background-color: rgba(30, 199, 201, .9);
}

.ld-zzjg ul li:nth-child(3) a .zzjg-item {
  background-color: rgba(209, 170, 122, .9);
}

.ld-zzjg ul li:nth-child(4) a .zzjg-item {
  background-color: rgba(43, 108, 180, .9);
}

.ld-zzjg ul li a .zzjg-item img:first-child {
  width: 3.0625rem;
  height: 3.0625rem;
  object-fit: contain;
}

.ld-zzjg ul li a .zzjg-item p {
  font-weight: 500;
  font-size: 1.75rem;
  color: #FFFFFF;
  margin-top: .625rem;
  margin-bottom: 1.875rem;
}

.ld-zzjg ul li.right a .zzjg-item {
  left: auto;
  right: -0.3125rem;
}

.ld-zzjg 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;
}

.ld-zzjg 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);
}

.infos-text {
  position: relative;
  height: 24.6875rem;
}

.infos-text img {
  width: 100%;
  height: 100%;
}

.infos-text h3 {
  max-width: 80%;
  width: max-content;
  text-align: center;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

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

  overflow: hidden;
  border-bottom: .1875rem solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: bold;
  font-size: 2rem;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.infos-text p {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.infos-text p::before {
  content: "";
  background-image: url('../images/dw.png');
  width: 1rem;
  height: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  margin-right: .625rem;
}

.infos-text p a {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}


.info .box {
  position: relative;
  background-image: url('../images/info-bg2.png');
  background-size: contain;
  background-repeat: no-repeat;

  padding: 0 2rem;
  box-sizing: border-box;
  margin-top: 1.25rem;
  background-position-y: 30px;
  < !--min-height: 43.75rem;
  -->
}

.info .box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.25rem;
  color: #222222;
  margin-top: 1.875rem;
}

.info .box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.25rem;
  color: #222222;
  margin-top: 1.875rem;
}

.times {
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
  /* border-bottom: .0625rem solid #ededed; */
}

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

.times span {
  font-weight: 500;
  font-size: 1.25rem;
  color: #555555;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
}

.times span img {
  margin-right: .625rem;
}

.times .right p {
  cursor: pointer;
  width: 1.75rem;
  height: 1.75rem;
  border: .0625rem solid #959595;
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.times .right p.active,
.times .right p:hover {
  background-color: #2F5EA6;
  color: #fff;
  border-color: #2F5EA6;
}

.times .right p:nth-of-type(2n) {
  margin: 0 .625rem;
}

.info .info-text {
  padding-top: 1.25rem;
  font-size: 1.125rem;
  background-color: #fff;
  padding: 2.875rem 6.25rem;
  border: .0625rem dashed #b5b5b5;
}

.info .info-text p {
  < !--font-weight: 400;
  -->
  /* font-size: 1.125rem; */
  < !--color: #333333;
  -->< !--line-height: 2.25rem;
  -->< !--text-align: justify;
  -->< !--margin-bottom: 1.875rem;
  -->
}

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

.info .info-text p img {
  max-width: 100%;
  margin-bottom:20px !important;
  <!--object-fit: contain;-->
  < !--width: 55.25rem;
  -->< !--height: 34.25rem;
  -->
}

.info .box>a {
  position: absolute;
  bottom: -2.1875rem;
  left: 50%;
  transform: translate(-50%);
  transition: all .6s;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.75rem;
  height: 4.25rem;
  background: #FFFFFF;
  border: .0625rem dashed #D2D2D2;
  font-weight: 400;
  font-size: 1.125rem;
  color: #555555;
  -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;
}

.info .box>a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/back.png');
  background-size: 100% 100%;
  width: 1.375rem;
  height: 1.1875rem;
  margin-right: .625rem;
  transition: all .6s;
}

.info .box a:hover {
  background-color: #2F5EA6;
  color: #fff;
}


.info .box a:hover::before {
  mix-blend-mode: lighten;
  filter: grayscale(100%) brightness(0) invert(1);
}

.info-list {
  margin-top: 5rem;
  padding: 0 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-list .left,
.info-list .right {
  width: 48%;
}

.info-list p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #555555;
  margin-bottom: 1.25rem;
}

.info-list p span {
  color: #A4A4A4;
  border-left: .0625rem solid #A4A4A4;
  padding-left: .625rem;
  font-size: 1rem;
  margin-left: .1875rem;
}

.info-list a {
  display: inline-block;
  width: 100%;
  height: 6.25rem;
  line-height: 6.25rem;
  font-weight: 500;
  font-size: 1rem;
  color: #555555;
  background-color: rgba(85, 85, 85, .1);
  padding: 0 1.875rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info-list a:hover {
  background-color: #2F5EA6;
  color: #fff;
}

.yyxw {
  margin-top: 2.5rem;
}

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

.yyxw ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.75rem 1.75rem;
  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;
}

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

.yyxw ul li a .date p {
  font-weight: 300;
  font-size: .875rem;
  color: #006CBC;
  transition: all .6s;
}

.yyxw ul li a .date p:first-child {
  font-weight: 400;
  font-size: 3rem;
}

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

.yyxw 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;
}

.yyxw 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;
}

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

.yyxw ul li a p img {
  width: 13.875rem;
  height: 9.3125rem;
  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;
}

.yyxw 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);
}

.yyxw ul li a:hover {
  background-color: #f6f6f6;
}

.yyxw ul li a:hover .date {
  background-color: #AF1512;
  border-color: #AF1512;
}

.yyxw ul li a:hover .date p {
  color: #fff;
}

.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 {
  background-color: #f6f6f6;
}

.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;
}

.tpxw ul {
  margin: 0 -1.375rem;
}

.tpxw li {
  width: calc(100% / 3);
  float: left;
  padding: 0 1.375rem;
  box-sizing: border-box;
  margin-bottom: 2.5625rem;
}

.tpxw li a .imgs {
  overflow: hidden;
}

.tpxw li a img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.tpxw li a p:first-child {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.875rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

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

  overflow: hidden;
}

.tpxw li a p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #777777;
  line-height: 1.875rem;
}

.tpxw li a .text {
  transition: all .6s;
  height: 7.5rem;
  background-color: #EEEEEE;
  padding: .625rem 1.875rem;
  box-sizing: border-box;
}

.tpxw li:hover .text {
  background-color: #006CBD;
}

.tpxw li:hover .text p {
  color: #FFFFFF;
}

.tpxw 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);
}

.tpxw li:hover .text p:last-child {
  color: #82C2F2;
}

.const {
  padding-bottom: 6.25rem;
  border-bottom: .0625rem solid #e9e9e9;
  padding-top: 2.5rem;
}

.xwzx-swiper {
  position: relative;
  height: 43.125rem;
  background-image: url('../images/xwzx-img1.png');
  background-size: 100% 100%;
  padding-top: 3.875rem;
  box-sizing: border-box;
}

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

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

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

.title h3 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}

.title h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  width: .8125rem;
  background-image: url('../images/sj-c.png');
  margin-right: 1.25rem;
  background-size: 100% 100%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.title a {
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  opacity: .8;
}

.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 {
  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: .0625rem solid #35589e;
  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('../images/xwzxs-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('../images/xwzxs-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;
}

.xwzx-tp .max,
.xwzx-tp .top a {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.xwzx-tp .top a {
  height: 17.8125rem;
}

.xwzx-tp .top a>p {
  overflow: hidden;
  width: 32.25rem;
  height: 17.8125rem;
}

.xwzx-tp .top 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;
}

.xwzx-tp .top 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);
}

.xwzx-tp .tp-left,
.xwzx-tp .tp-right {
  width: 60%;
  padding-top: 3rem !important;
}

.xwzx-tp .tp-left .top .text {
  width: 39%;
  background-color: #0679CF;
  height: 100%;
  padding: 2.25rem 1.9375rem;
  box-sizing: border-box;
}

.xwzx-tp .tp-left .top .text p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 4;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

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

  overflow: hidden;
}

.xwzx-tp .tp-left .top .text p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}

.xwzx-tp .tp-left .bot img {
  width: 100%;
  height: 14.375rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xwzx-tp .tp-left .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.125rem;
}

.xwzx-tp .tp-left .bot a>p {
  overflow: hidden;
}

.xwzx-tp .tp-left .bot 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);
}

.xwzx-tp .tp-left .bot li {
  width: 49%;

}

.xwzx-tp .tp-left .bot li a {
  display: block;
  width: 100%;
  height: 100%;
}

.xwzx-tp .tp-left .bot .text {
  min-height: 8.125rem;
  width: 100%;
  padding: 1.4375rem;
  background-color: #5976BC;
  box-sizing: border-box;
}

.xwzx-tp .tp-left .bot li:nth-child(2) .text {
  background-color: #36ADCB;
}

.xwzx-tp .tp-left .bot .text p:first-child {
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

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

  overflow: hidden;
}

.xwzx-tp .tp-left .bot .text p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}

.title.active a {
  color: #2F5EA6;
}

.title.active h3 {
  color: #333333;
}

.title.active h3::before {
  background-image: url('../images/sj-b.png');
  width: 1.5rem;
  height: .8125rem;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  margin-right: .625rem;
}

.xwzx-tp .tp-right {
  width: 38%;
  min-height: 46.3125rem;
  background-image: url('../images/xwzx-tt-bg.png');
  background-size: 100% 100%;
  padding: 0 1.75rem;
  box-sizing: border-box;

}

.xwzx-tp .tp-right ul li a p:first-child {

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

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

  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5rem;
  padding-left: 1rem;
}

.xwzx-tp .tp-right ul li:hover p {
  color: #2F5EA6 !important;
}

.xwzx-tp .tp-right ul li {
  padding-top: 1.875rem;
  border-bottom: .125rem solid #e9e9e9;
  padding-bottom: 1.25rem;
}

.xwzx-tp .tp-right ul li a p:first-child::before {
  position: absolute;
  content: "";
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
  width: .4375rem;
  height: .4375rem;
  background: #006CBD;
  display: inline-block;
  vertical-align: middle;
  margin-right: .625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.xwzx-tp .tp-right ul li a p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #A2A2A2;
  line-height: 1.5rem;
  padding-left: 1.25rem;
  margin-top: .625rem;
}

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

.xwzx-zb .max .zbcg-left,
.xwzx-zb .max .zbcg-right {
  width: 48%;
}

.xwzx-zb ul li a {
  border: 0;
  height: auto;

}

.xwzx-zb ul li a p:first-child {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 3.125rem;
}

.title {
  padding-bottom: 1rem;
}

.title h3 {
  margin-bottom: 0;
}

.xwzx-zb .title {

  border-bottom: .0625rem solid rgba(220, 220, 220, 0.5);
}

.xwzx-zb ul {
  margin-top: 1rem;
  min-height: 15.625rem;
}

.mtjj {
  background-image: url('../images/mtjj-bg.png');
  background-size: 100% 100%;
  margin: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mtjj ul li a p:first-child {
  color: #FFFFFF;
}

.mtjj ul li a::before {
  background-color: #79D0F7;
}

.mtjj ul li a p:last-child {
  color: #A4C6E9;
}

.mtjj .title.active h3 {
  color: #fff;
}

.mtjj .title.active h3::before {
  background-image: url('../images/sj-l.png');
}

.mtjj .title.active a {
  color: #fff;
}

.ksdh-info {
  background-image: url('../images/ksdh-info-swiepr.png');
  padding-top: 1.875rem;
  height: 39rem;
}

.dh,
.dh a {
  font-weight: 400;
  font-size: .875rem;
  color: #FFFFFF;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.dh a:hover {
  color: #000;
}

.ksdh-info .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ksdh-info .top>a {
  width: 5.6875rem;
  height: 2.1875rem;
  border: .0625rem dashed #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: .875rem;
  color: #FFFFFF;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdh-info .top>a::before {
  content: "";
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url('../images/ksdh-info-back.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.ksdh-info .top>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);
}

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

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

.ksdh-info .bot>p>img,
.ksdh-info .bot .bot-swiper 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;
}

.ksdh-info .bot:hover>p>img,
.ksdh-info .bot .bot-swper .swiper-slide: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);
}

.ksdh-info .ck-title {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  left: 52%;
  margin-bottom: 1.25rem;
}

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

.ksdh-info .ck-title h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  border-right: .0625rem solid rgba(255, 255, 255, .5);
  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%);
}

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

}

.ksdh-info .text {
  height: 26.4375rem;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.ksdh-info .text p {
  margin: 1.875rem 0;
  /* height: 100%; */
  width: 43%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.25rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */
  display: box;
  /* 用于 Firefox */
  box-orient: vertical;
  overflow: hidden;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.ksdh-info .text a {
  cursor: pointer;
  width: 5.625rem;
  display: block;
  height: 100%;
  background-color: #8c2620;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFEFE;
  letter-spacing: .625rem;
  writing-mode: vertical-rl;
}

.ksdh-info .text a::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border: .0625rem dashed #fff;
  background-image: url('../images/xwzx-arr-r.png');
  background-size: .625rem 1.0625rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  margin-top: .9375rem;
  transition: all .6s;
  background-position: center center;
  -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;
}

.ksdh-info .text a:hover::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

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

.info-title h3 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #333333;
  position: relative;
  padding-left: 1.325rem;
  margin-bottom: 1.875rem;
}

.info-title h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: .375rem solid #2F5EA6;
  height: 85%;
  left: 0;
  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%);
}

.ksys .ksys-swiper {
  overflow-x: clip;
  position: relative;
}

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

.ksys .ksys-swiper .btn {
  position: absolute;
  top: -4.375rem;
  right: 0;
  display: flex;
  align-items: center;
}

.ksys .ksys-swiper .btn .swiper-button-next,
.ksys .ksys-swiper .btn .swiper-button-prev {
  position: static;
  margin: 0;
  width: 4.5rem;
  height: 2.3125rem;
  /* border: .0625rem dashed #D2D2D2; */
  border: .0625rem dashed #B01515;
  /* background-image: url('../images/ksdh-info-arr-l.png'); */
  background-image: url('../images/ksdh-info-arr-activr.png');
  background-size: 1.625rem .5rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.ksys .ksys-swiper .btn .swiper-pagination {
  width: max-content;
  margin: 0 1.25rem;
  position: static;
  font-weight: 400;
  font-size: 1.25rem;
  color: #656565;

}

.ksys .ksys-swiper .btn .swiper-pagination-current {
  color: #B01515;
  font-size: 1.875rem;
}

.ksys .ksys-swiper .btn .swiper-button-prev {
  /* transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg); */
}
.ksys .ksys-swiper .btn .swiper-button-prev {
  transform: rotateZ(180deg);
}

.ksys .ksys-swiper .btn .swiper-button-prev.swiper-button-disabled,
.ksys .ksys-swiper .btn .swiper-button-next.swiper-button-disabled {
  /* background-image: url('../images/ksdh-info-arr-activr.png'); */
  background-image: url('../images/ksdh-info-arr-l.png');
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  opacity: 1;
  border: .0625rem dashed #D2D2D2;
}

.ksys .ksys-swiper .btn .swiper-button-next.swiper-button-disabled {
  transform: rotateZ(180deg);
}

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

.ksys .ksys-swiper a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.875rem;
  box-sizing: border-box;
  background-color: #fff;
  border: .0625rem solid #EEEEEE;
  position: relative;
  transition: all .6s;
}

.ksys .ksys-swiper a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  border-left: .5rem solid #9B1B1B;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksys .ksys-swiper a:hover {
  box-shadow: 0 0 .3125rem .3125rem #EEEEEE;
}

.ksys .ksys-swiper a:hover::before {
  height: 100%;
}

.ksys .ksys-swiper a img {
  width: 9.6875rem;
  height: 13.5625rem;
}

.ksys .ksys-swiper a .text {
  min-width: 50%;
  margin-left: 2rem;
}

.ksys .ksys-swiper a h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333333;
}

.ksys .ksys-swiper a p {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;
}

.ksys .ksys-swiper a .info-text {
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
  margin-top: 1.5rem;
}

.ksys .ksys-swiper a span {
  font-weight: 400;
  min-height: 6rem;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 4;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

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

  overflow: hidden;
}

.ksys .ksys-swiper a .a img {
  width: .625rem;
  height: 1.0625rem;
  object-fit: contain;
}

.ksys .ksys-swiper a .a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  border: .0625rem dashed #C9C9C9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.info-title a {
  font-weight: 400;
  font-size: 1.125rem;
  color: #006CBD;
}

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

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

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

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

.ksdt .zbcg ul li a p:first-child {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #333333;
}

.props {
  display: none;
}

.prop {

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.prop .box {
  width: 74.8125rem;
  height: 46.1875rem;
  background-color: #fff;
  position: relative;

  box-sizing: border-box;
}

.prop .box .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.625rem;
  height: 4.625rem;
  background: #890C0C;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.prop .box .close img {
  width: 2.1875rem;
  height: 2.1875rem;
}

.prop .box .prop-title {
  font-weight: 500;
  font-size: 1.875rem;
  color: #333333;
  text-align: center;
  padding-bottom: 1.25rem;
  border-bottom: .0625rem solid #e1e1e1;
  padding-top: 1.875rem;
}

.prop .box .prop-text {
  padding-top: 1.875rem;
  min-height: 36.25rem;
  max-height: 36.25rem;
  overflow-y: auto;
  padding: 1.875rem 3.125rem;
  padding-right: 3.125rem;
  box-sizing: border-box;
}

.prop .box .prop-text p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}

.prop .box .prop-bot {
  height: 6.625rem;
  background-image: url('../images/prop-bg.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0 2.25rem;
  box-sizing: border-box;
  margin-top: 1.5625rem;
}

.prop .box .prop-bot p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.75rem;
  background-image: url('../images/phones.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .9375rem;
}

.prop .box .prop-bot p:last-child::before {
  background-image: url('../images/dw.png');
}

.prop .box .prop-bot p {
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.75rem;
  margin-right: 1.875rem;
}

.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) {
  /* font-weight: bold; */
}

.suo>span:nth-child(2) {
  margin-right: .3125rem;
}

.suo>span::after,
.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:hover,
.suo a:hover {
  color: #006FC0 !important;
}

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

.ksdhs-cont {
  margin-top: 1.875rem;
}

.ksdhs-cont .ksdhs-list ul {
  display: flex;
  align-items: center;
  border-bottom: .1875rem solid #2F5EA6;
  margin-bottom: 2.6875rem;
}

.ksdhs-cont .ksdhs-list ul li {
  cursor: pointer;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  width: 8.9375rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  transition: all .6s;
  justify-content: center;
  border-radius: .5rem .5rem 0rem 0rem;
  -webkit-border-radius: .5rem .5rem 0rem 0rem;
  -moz-border-radius: .5rem .5rem 0rem 0rem;
  -ms-border-radius: .5rem .5rem 0rem 0rem;
  -o-border-radius: .5rem .5rem 0rem 0rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdhs-cont .ksdhs-list ul li.active,
.ksdhs-cont .ksdhs-list ul li:hover {
  background: #2F5EA6;
  color: #fff;
}

.ksdhs-cont .box .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 10.625rem;
  margin-bottom: 1.875rem;
}

.ksdhs-cont .box .items p {
  width: 5%;
  background-color: #8b251f;
  padding: 1.25rem 0;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: .625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.ksdhs-cont .box.none {
  display: none;
}

.ksdhs-cont .box .items:nth-child(2) p {
  background-color: #56b3b6;
}

.ksdhs-cont .box .items:nth-child(3) p {
  background-color: #2a63b0;
}

.ksdhs-cont .box .items ul {
  width: 95%;
  min-height: 200px;
  background-color: #F5F9FF;
  border: .0625rem dashed #ACC4EA;
  padding: 1.875rem 1.25rem;
}

.ksdhs-cont .box .items ul li {
  width: calc(100% / 5);
  float: left;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.ksdhs-cont .box .items ul li::before {
  content: "";
  position: absolute;
  border-left: .25rem solid #9B1B1B;
  height: 0%;
  z-index: 1;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdhs-cont .box .items ul li a {
  width: 100%;
  height: 2.125rem;
  font-weight: 400;
  font-size: 1rem;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 3.125rem;
  position: relative;
  padding: 0 1.25rem;
  padding-left: 1.875rem;
  box-sizing: border-box;
  transition: all .6s;
  border: 0 solid #E3EEFE;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdhs-cont .box .items ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: .9375rem;
  width: .3125rem;
  height: .3125rem;
  background-color: #bbbbbb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.ksdhs-cont .box .items ul li a:hover {
  background: #FFFFFF;
  color: #2F5EA6
}

.ksdhs-cont .box .items ul li:hover::before {
  height: 100%;
}

.ksdhs-cont .box .items ul li a:hover::before {
  background-color: #9B1B1B;
}

.ksdhs-cont .box .items ul li:hover {
  border-width: .0625rem;
}

.jyzls {
  margin-top: -18.2rem;
  min-height: 18.2rem;
}

.jyzls .item {
  height: auto;
  width: 100%;
  bottom: -6.375rem;
  padding: 0;
  box-shadow: 0 0 0 0;
}

.jyzls .title {
  background-color: #9B1B1B;
}

.jyzls .title h3 {
  margin-top: 1.25rem;
}

.jyzls .title h3::before {
  border-width: .5rem;
  border-color: #CD130F;
}

.jyzls .items-swiper .swiper-wrapper {
  height: auto;
}

.jyzls .items-swiper {
  overflow-x: clip;
  position: relative;
}

.jyzls .items-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10.9375rem;
  height: 10.9375rem;
  box-sizing: border-box;
  background: #006CBD;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.jyzls .items-swiper .swiper-slide a.active {
  border: 2px solid #fff;

}

.jyzls .items-swiper .swiper-slide:nth-child(2n) a {
  background-color: #2694E6;
}

.jyzls .items-swiper .swiper-slide i {
  display: block;
  width: 3rem;
  height: 3.25rem;
  background-image: url('../images/jyzl-icon1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.jyzls .items-swiper .swiper-slide p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-top: .625rem;
}

.jyzls .items-swiper .swiper-slide a:hover {
  background-color: #fff;
  box-shadow:
    0 -0.625rem 2.625rem -0.625rem rgba(0, 0, 0, 0.5),
    /* 顶部阴影，几乎看不见 */
    0 .625rem 2.25rem -0.625rem rgba(0, 0, 0, 0.3);
}

.jyzls .items-swiper .swiper-slide a:hover p {
  color: #333333;
}

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

.jyzls .item .swiper-button-next,
.jyzls .item .swiper-button-prev {
  width: 3.1875rem;
  height: 3.1875rem;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url('../images/xwzx-arr-r.png');
  right: -5rem;
  background-repeat: no-repeat;
  background-size: .8125rem 1.375rem;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.jyzls .item .swiper-button-prev {
  background-image: url('../images/xwzx-arr-l.png');
  right: 0;
  left: -5rem;
}

.jyzls-info .max .text {
  margin-top: 1.875rem;
  box-shadow:
    0 -10px 10px -10px rgba(0, 0, 0, 0.1),
    /* 顶部阴影 */
    0 10px 20px -10px rgba(0, 0, 0, 0.1),
    /* 底部阴影 */
    -10px 0 20px -10px rgba(0, 0, 0, 0.1),
    /* 左侧阴影 */
    10px 0 20px -10px rgba(0, 0, 0, 0.1);
  /* 右侧阴影 */
  min-height: 31.25rem;
  padding: 1.875rem;
  box-sizing: border-box;
}

.jyzls-info .max p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5rem;
  margin-bottom: .625rem;
}


.zjjs-info {
  background-image: url('../images/name-img.png'), url('../images/xx-bg.png');
  background-size: 60rem 36.6875rem, 103.75rem 17.1875rem;
  background-position: left top, bottom right;
  background-repeat: no-repeat;
}

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

.zjjs-info .zjjs-left {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
  position: relative;
}

.zjjs-info .zjjs-left>div {
  width: 60%;
}

.zjjs-info .zjjs-left::after {
  content: "";
  position: absolute;
  right: -0.25rem;
  background-image: url('../images/sj-c.png');
  width: .5625rem;
  height: 1.4375rem;
  background-size: 100% 100%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.zjjs-info .zjjs-left img {
  width: 21.0625rem;
  height: 30.125rem;
  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-left,
.zjjs-info .zjjs-right {
  width: 50%;
}

.zjjs-info .zjjs-right {
  padding: 2.5rem;
  box-sizing: border-box;
}

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

.zjjs-info .zjjs-right .zjjs-title h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #2F5EA6;
}

.zjjs-info .zjjs-right .zjjs-title a {
  display: flex;
  width: 5.6875rem;
  height: 2.1875rem;
  border: .0625rem dashed #AAAAAA;
  font-weight: 400;
  font-size: .875rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs-info .zjjs-right .zjjs-title a:hover {
  background-color: #2F5EA6;
  color: #fff;
}

.zjjs-info .zjjs-right .zjjs-title a::before {
  content: "";
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url('../images/back.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;
}

.zjjs-info .zjjs-right .zjjs-title a:hover::before {
  filter: grayscale(100%) brightness(0) invert(1);
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
}

.zjjs-info .zjjs-right .text {
  margin-top: 1.875rem;
  max-height: 12.1875rem;
  min-height: 15rem;
  overflow-y: auto;
  padding-right: 1.875rem;
}

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

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

}

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

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

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

}

.zjjs-info .zjjs-right .xx .jj-right ul li span {
  width: 4.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8125rem;
  border: .0625rem solid #dfd7d7;
  text-align: center;
  line-height: 2.8125rem;

}

.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;
}

.rcly .rcly-box .zj p {
  font-weight: bold;
  font-size: 1.125rem;
  color: #4E4E4E;
}

.zjjs-info .zjjs-right .xx .jj-right ul li:first-child span {
  background-color: #396fb2;

}

.zjjs-info .zjjs-right .xx .jj-right ul li span {
  border-color: #6493db;
  color: #FFFFFF;
}

.zjjs .max .zjjs-title,
.zjjs .max .zjjs-title ul,
.zjjs .max .zjjs-title .search-zj {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zjjs .max .zjjs-title {
  padding-bottom: 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  border-bottom: .0625rem solid #e9e9e9;
}

.zjjs .max .zjjs-title ul li {
  cursor: pointer;
  transition: all .6s;
  width: max-content;
  padding: .625rem 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  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;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs .max .zjjs-title>ul li.active,
.zjjs .max .zjjs-title>ul li:hover {
  background-color: #006CBD;
  color: #fff;
}

.zjjs .max .search-zj {
  width: 50%;
}

.zjjs .max .search-zj input {
  width: 14.1875rem;
  height: 2.3125rem;
  border: .0625rem solid #D2D2D2;
  padding-left: .9375rem;
}

.zjjs .max .search-zj .sear {
  position: relative;
}

.zjjs .max .search-zj i {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translate(-50%);
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/zjjs-arr-b.png');
  width: .75rem;
  height: .4375rem;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.zjjs .max .search-zj .searop {
  display: none;
  position: absolute;
  z-index: 1;
  top: 2.875rem;
  width: 100%;
  background-color: #2694E6;
  max-height: 400px;
  overflow: auto;
}

.zjjs .max .search-zj .searop ul {
  flex-direction: column;
}

.zjjs .max .search-zj .searop ul li {
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs .max .search-zj .searop ul li:hover {
  background-color: #fff;
  color: #000;
}

.zjjs .max .search-zj button {
  width: 10.9375rem;
  height: 2.3125rem;
  background: #9B1B1B;
  border: 0;
  color: #fff;
}

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

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

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

.from .max .from-left,
.from .max .from-right {
  width: 37%;
}

.from .max .from-left img {
  width: 100%;
  object-fit: contain;
}

.from .max .from-right {
  width: 55%;
}

.from .layui-input-block {
  margin: 0;
  margin-bottom: 1.875rem;
}

.from .layui-input-block input {
  border: 0;
  height: 2.875rem;
  padding: 0;
  border-bottom: .0625rem solid #DADADA;
}

.from .layui-input-block>p {
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: .8125rem;
}

.from .layui-input-block>p::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 1rem;
  margin-right: .625rem;
  height: 1.0625rem;
  background-image: url('../images/hzts-icon1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.from .layui-input-block:nth-child(2)>p::before {
  background-image: url('../images/hzts-icon2.png');
}

.from .layui-input-block:nth-child(3)>p::before {
  background-image: url('../images/hzts-icon3.png');
}

.from .layui-input-block:nth-child(4)>p::before {
  background-image: url('../images/hzts-icon4.png');
}

.from .inp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DADADA;
}

.from .inp input {
  border: 0;
}

.from .layui-textarea {
  min-height: 8.125rem;
}

.from .inp p {
  width: 30%;
  text-align: right;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  color: #1F6CCB !important;
}

.submit p {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: #006CBD;
}

.ztzl-list {
  margin-top: -4.8rem;
}

.ztzl-list .title {
  height: 4.75rem;

}

.ztzl ul {
  margin: 0 -1.25rem;
  margin-top: 3.8125rem;
}

.ztzl ul li {
  width: calc(100% / 4);
  float: left;
  padding: 0 1.25rem;
  box-sizing: border-box;
  margin-bottom: 3.125rem;
}

.ztzl ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e9e9e9;
}

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

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

.ztzl ul li a p:last-child {
  max-width: 100%;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1.125rem 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ztzl ul li:hover p {
  color: #2F5EA6 !important;
}

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

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

.ztzl 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);
}