body {
  background: #fff;
  font: 13px/1.75 "Microsoft YaHei", arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  padding: 0;
  max-width: 90.4%;
}
.swiper {
  overflow: hidden;
}
@font-face {
  font-family: HarmonyOS_Sans_TC_Medium;
  src: url('../font/HarmonyOS_Sans_TC_Medium.ttf');
}
@font-face {
  font-family: HarmonyOS_Sans_TC_Black;
  src: url('../font/HarmonyOS_Sans_TC_Black.ttf');
}
@font-face {
  font-family: HarmonyOS_Sans_TC_Bold;
  src: url('../font/HarmonyOS_Sans_TC_Bold.ttf');
}
@font-face {
  font-family: D-DIN-PRO-Heavy;
  src: url('../font/D-DIN-PRO-Heavy.otf');
}

textarea,
input {
  background: none;
  outline: none;
  resize: none;
}
.yc {
  overflow: hidden;
}
/*:root {*/
/*  --Abel: 'Abel', sans-serif;*/
/*}*/
.xd {
  position: relative;
}
.jd {
  position: absolute;
}


.mb-div {
  display: none;
  padding-left: 21px;
}
.mb-div2 {
  display: none;
}
.mb-div2 a::before {
  display: none;
}
.mb-div2 a {
  width: 81% !important;
  line-height: 22px !important;
  margin-left: 11px;
  padding: 11px 0;
  padding-left: 14px !important;
}
.mb-div .mxl-t {
  position: absolute;
  padding: 25.5px 33px;
  right: 0;
  z-index: 3;
  top: -55px;
}
.mb-child {
  position: relative;
}
.mb-div a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  width: 90%;
  position: relative;
}
.mb-div a:last-child {
  margin-bottom: 0;
}
.mxl-o {
  position: absolute;
  right: 0;
  top: -5px;
  padding: 25.5px 15px;
}
.ys{
    background-color: #fff !important;
}
.head-lan{
    transition: all .3s;
}
.ys .head-lan{
   opacity: 0;
}
.mb-nav {
  position: fixed;
  z-index: 105 !important;
  width: 100%;
  background: #fff;
  padding: 88px 0;
  height: 100%;
  padding-top: 0px;
  top: 62px;
  overflow: scroll;
  display: none;
      background: #fff;
}
.mb-nav p {
  width: 80%;
  margin: 0 auto;
}
.mb-nav p img {
  max-width: 26px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.mb-nav .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    margin-top: 13%;
}
.mb-nav .logo img {
  max-height: 90px;
}
.mb-nav ul {
  width: 93%;
  margin: 0 auto;
  margin-top: 34px;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.mb-nav ul li {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transition: all 0.8s;
  transform: translateY(20px);
  opacity: 0;
}
.mb-nav ul li:nth-last-child(2) .mxl-o{
    display: none;
}

.mb-nav ul li:nth-child(3) .mxl-o{
    display: block;
}
/*.mb-nav ul li:nth-child(4) .mb-div a:last-child{*/
/*    display: none;*/
/*}*/
.mb-nav ul li a {
  color: #000;
  font-size: 15px;
  line-height: 48px;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 13px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.mb-nav ul li .mb-div a{
 white-space: initial;
    line-height: 1.5;
    padding: 13px 0 13px 13px;
}
.zk ul li {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}
.zk ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.zk ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.zk ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.zk ul li:nth-child(4) {
  transition-delay: 0.5s;
}
.zk ul li:nth-child(5) {
  transition-delay: 0.6s;
}
.zk ul li:nth-child(6) {
  transition-delay: 0.7s;
}
.mb-nav .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 27px;
}
.mb-nav .tel img {
  max-height: 24px;
  margin-right: 8px;
}
.mb-nav .mb-dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-top: 48px;
}
.mb-nav .mb-dl li {
  width: fit-content;
}
.mb-nav .mb-dl li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border-bottom: none;
  font-weight: bold;
  background: #00b7ff;
  color: #fff;
  border-radius: 5px;
  padding: 2px 29px;
}
.mb-nav .mb-dl li a::before {
  display: none;
}
.mb-zd {
  display: none;
  position: relative;
  width: 30px;
  height: 28px;
}
.mb-zd em {
  position: absolute;
  left: 0;
  top: 6px;
  width: 30px;
  height: 1.5px;
  background-color: #fff;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn.on em {
  display: none;
  margin: -2px 0 0;
  position: absolute;
  top: 40%;
  width: 28px;
  background: #000 !important;
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on {
  top: 4px;
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on .s2 {
  opacity: 0;
}
.menuBtn.on em:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.menuBtn .s1 {
  top: 5px;
}
.qh {
  opacity: 0;
}
.menuBtn .s2 {
  top: 14px;
}
.menuBtn .s3 {
  top: 23px;
}
.mb-zd em {
  background: #000;
}




.head {
  border-bottom: 2px solid #e2e2e2;
  position: sticky;
  top: 0;
  margin-top: 2.6vw;
  background: #fff;
  z-index: 100;
  transition: all .5s;
}
.head-xf{
    position: absolute;
    width: 100%;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
    transition: all .6s;
    height: 0;
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
.head .head-cen {
  display: flex;
  align-items: center;
}
.head .head-cen .head-lf {
  flex: 1;
  display: flex;
  align-items: center;
}
.head .head-cen .head-lf .head-nav {
  flex: 1;
  display: flex;
}
.head .head-cen .head-lf .head-nav .head-li {
    margin-left: 4.17vw;
    position: relative;
    transition: all .3s;
    padding: 2.97vw 0;
}
.head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child .head-child-con .head-child-items:nth-child(1) ul li:nth-child(1) a{
    display: block;
    width: 195px;
    white-space: initial;
}
.head .head-cen .head-lf .head-nav .head-li .head-a {
  font-size: 16px;
  color: #000000;
  font-family: HarmonyOS_Sans_TC_Medium;
  position: relative;
  transition: all 0.5s;
}
.head .head-cen .head-lf .head-nav .head-li .head-a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5vw;
  content: '';
  width: 100%;
  height: 9px;
  background: #0A1F8F;
  transition: all 0.5s;
  opacity: 0;
  width: 0;
}
.head .head-cen .head-lf .head-nav .head-li:hover .head-a {
  color: #0A1F8F;
}
.head .head-cen .head-lf .head-nav .head-li:hover .head-a::after {
  opacity: 1;
  width: 100%;
}
.head .head-cen .head-lf .head-nav .active .head-a {
  color: #0A1F8F;
  font-family: HarmonyOS_Sans_TC_Bold;
  /*font-weight: bold;*/
}
.head .head-cen .head-lf .head-nav .active .head-a::after {
  opacity: 1;
  width: 100%;
}
.head .head-cen .head-rt {
  display: flex;
  align-items: center;
}
.head .head-cen .head-rt ul {
  display: flex;
}
.head .head-cen .head-rt ul li a {
  font-size: 20px;
  color: #939393;
  font-family: HarmonyOS_Sans_TC_Medium;
  transition: all 0.5s;
}
.head .head-cen .head-rt ul li:last-child {
  margin-left: 10px;
}
.head .head-cen .head-rt ul .active a {
  color: #0A1F8F;
  font-weight: 700;
}
.head .head-cen .head-rt .head-ss {
  margin-left: 4.06vw;
  cursor: pointer;
}


.head-child {
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    min-width: 100%;
    white-space: nowrap;
    font-family: HarmonyOS_Sans_TC_Medium;
    padding-top: 22px;
    padding-bottom: 30px;
    transform: scaleY(0);
    transition: all .6s;
    transform-origin: left top;
    opacity: 0;
    visibility: hidden;
}
.head-child .head-child-con{
    display: flex;
}
.head-child .head-child-con .head-child-items{
    margin-right: 4.17vw;
}
.head-child .head-child-con .head-child-items:last-child{
    margin-right: 0;
}
.head-child .head-child-con .head-child-items p{
    margin-bottom: 15px;
}
.head-child .head-child-con .head-child-items p a{
    font-size: 14px;
    transition: all .5s;
	color: #808080;
}
.head-child .head-child-con .head-child-items p a:hover{
    color: #0A1F8F;
}
.head-child .head-child-con .head-child-items ul li{
    margin-bottom: 20px;
    transition: all .5s;
}
.head-child .head-child-con .head-child-items ul li:last-child{
    margin-bottom: 0;
}
.head-child .head-child-con .head-child-items ul li a{
    font-size: 16px;
    transition: all .5s;
	color: #000000;
}
.head-child .head-child-con .head-child-items ul li:hover a{
    color: #0A1F8F;
}
.head-child .head-child-con .head-child-items ul li:hover{
    transform: translateX(4px);
}
.activehead .head-cen .head-lf .head-nav .head-li{
    padding: 1.8vw 0;
}
.activehead{
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
.head .head-cen .head-lf .head-nav .head-li:hover .head-child{
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}





.banner {
  margin-top: 29px;
}
.banner .ban-swiper {
  position: relative;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
  transform: scale(1.08, 1.08);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
  max-width: 101%;
  min-width: 100%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
  background: #0A1F8F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0.3vw 1.33vw;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc div {
  font-size: 2.08vw;
  color: #ffffff;
  font-family: D-DIN-PRO-Heavy;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
}
.banner .ban-swiper .swiper-wrapper .slide-white .slide1-con{
    background: #fff;
}
.banner .ban-swiper .swiper-wrapper .slide-white .slide1-con .yc div{
    color: #0a1f8f;
}


.banner .ban-swiper .swiper-wrapper .swiper-slide .slide2-con .yc div{
    font-weight: bold;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .yc-ul{
    position: absolute;
    top: 64.5%;
    left: 1.7vw;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul{
    display: flex;
        transform: translateY(100%) rotate(10deg);
    opacity: 0;
    transform-origin: left;
    transition: var(--custom-transiton2);
    transition-duration: 1s;
    transition-property: transform, opacity;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li{
    display: flex;
    align-items: center;
    margin-right: 2.083vw;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li img{
    max-width: 2.917vw;
    margin-right: 12px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li p{
    font-family: HarmonyOS_Sans_TC_Black;
	font-size: 1.145833vw;
	color: #ffffff;
	/*font-weight: bold;*/
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li:last-child{
    margin-right: 0;
}


.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide-bg {
  animation: image-zoom-out 6s 0s forwards;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active ul{
    -webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
    animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con .yc div {
  -webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
  animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
}
.banner .ban-swiper .ban-pagination {
  left: 2.81vw;
  bottom: 5%;
}
.sybig-next {
  right: 21px;
  width: auto;
  height: auto;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: all 0.5s;
  max-width: 1.875vw;
}
.sybig-next:hover {
  /*box-shadow: 1px 1px 15px #0A1F8F;*/
}
.sy-pagination {
  text-align: left;
}
.sy-pagination .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  transition: all 0.5s;
  background: #fff;
  margin: 0 1.71875vw 0 0 !important;
  border-radius: 100%;
  opacity: 1;
}
.sy-pagination .swiper-pagination-bullet:last-child {
  margin: 0 !important;
}
.sy-pagination .swiper-pagination-bullet-active {
  background: #0A1F8F;
}
.sy-dh {
  width: 108px;
  display: flex;
  justify-content: space-between;
}
.sy-dh .sy-prev,
.sy-dh .sy-next {
  position: relative;
  background: none;
  margin: 0;
  top: 0;
  width: auto;
  height: auto;
  transition: all 0.5s;
}
.sy-dh .sy-prev:hover {
  box-shadow: 1px 1px 10px #0A1F8F;
}
.sy-dh .sy-next:hover {
  box-shadow: 1px 1px 10px #0A1F8F;
}
.sy-dh .sy-prev {
  left: 0;
}
.sy-dh .sy-next {
  right: 0;
}
@keyframes image-zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.gywm {
  margin-top: 3.8%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 3.1%;
}
.gywm .gywm-nr {
  line-height: 2;
  color: #333333;
  margin-top: 16px;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.gywm .gywm-bz {
  display: flex;
  justify-content: center;
  margin-top: 3.5%;
}
.gywm .gywm-bz .gywm-bz-items {
  text-align: center;
  transition: all 0.5s;
}
.gywm .gywm-bz .gywm-bz-items div {
  transition: all 0.5s;
}
.gywm .gywm-bz .gywm-bz-items div:nth-child(1) {
  width: 4.21875vw;
  height: 4.21875vw;
  margin: 0 auto;
  transform: scale(0.8);
  opacity: 0;
}
.gywm .gywm-bz .gywm-bz-items div:nth-child(1).animated {
  opacity: 1;
  transform: scale(1);
}
.gywm .gywm-bz .gywm-bz-items div:nth-child(2) {
  color: #000000;
  font-family: HarmonyOS_Sans_TC_Bold;
  /*font-weight: 700;*/
  margin-top: 5px;
  font-size: 21px;
}
.gywm .gywm-bz .gywm-bz-items div:nth-child(3) {
  color: #000000;
  font-family: HarmonyOS_Sans_TC_Medium;
  margin-top: -3px;
  font-size: 18px;
}
.gywm .gywm-bz .gywm-bz-items:hover {
  transform: translateY(-3px);
}
.gywm .gywm-bz .gywm-bz-items:hover div:nth-child(2),
.gywm .gywm-bz .gywm-bz-items:hover div:nth-child(3) {
  color: #0A1F8F;
}
.gywm .gywm-bz .gywm-bz-items:hover div:nth-child(1) {
  transform: rotateY(180deg);
}
.gywm .gywm-bz .gywm-bz-hx {
  height: 3px;
  margin: 0 2.13vw;
  background: #ffffff;
  position: relative;
  top: 2.1vw;
  width: 10.416vw;
}
.gywm .gywm-bz .gywm-bz-hx:last-child{
    display: none;
}
.gywm .gywm-bz .gywm-bz-hx::after {
  position: absolute;
  left: 0%;
  top: 0;
  content: '';
  width: 0%;
  height: 100%;
  background: #0A1F8F;
  transition: all 0.7s;
  opacity: 0;
  transition-delay: 0.6s;
}
.gywm .gywm-bz .gywm-bz-hx.animated::after {
  width: 10.416vw;
  opacity: 1;
}
.cpfw {
  margin-top: 4.5%;
}
.cpfw .row {
  margin-left: -1.4%;
  margin-right: -1.4%;
}
.cpfw .row .cpfw-items {
  padding: 0 1.4%;
}
.cpfw .row .cpfw-items .cpfw-items-con {
  transition: all 0.5s;
  position: relative;
}
.cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb {
  display: block;
  overflow: hidden;
}
.cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 15.625vw;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.cpfw .row .cpfw-items .cpfw-items-con div {
  margin-top: -1px;
  display: flex;
  align-items: center;
  background: rgb(236,236,236);
  padding: 13.5px 15px;
  position: relative;
  z-index: 3;
}
.cpfw .row .cpfw-items .cpfw-items-con div a:nth-child(1) {
  font-family: HarmonyOS_Sans_TC_Medium;
  color: #000;
  flex: 1;
  padding-right: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.cpfw .row .cpfw-items .cpfw-items-con:hover {
  transform: translateY(-4px);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
.cpfw .row .cpfw-items .cpfw-items-con:hover .cpfw-thumb p {
  transform: scale(1.05);
}
.cpfw .row .cpfw-items .cpfw-items-con::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  content: '';
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.7s;
}
.cpfw .row .cpfw-items .cpfw-items-con.animated::after {
  height: 0%;
}
.xwzx {
  margin-top: 4.9%;
}
.xwzx .xwzx-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xwzx .xwzx-swiper {
  margin-top: calc(1.5% - 4px);
  padding-top: 4px;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box {
  background: rgb(236,236,236);
  transition: all 0.5s;
  position: relative;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-thumb {
  display: block;
  overflow: hidden;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-thumb p {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 20.8vw;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-con {
  padding: 21px 3.58% 28px 3.1%;
  position: relative;
  z-index: 2;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-con a:nth-child(1) {
  color: #000;
  font-family: HarmonyOS_Sans_TC_Medium;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-con .xwzx-desc {
  color: #000;
  font-family: HarmonyOS_Sans_TC_Medium;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 3px;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-con div {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-con div p {
  color: #000;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box:hover {
  transform: translateY(-4px);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box:hover .xwzx-thumb p {
  transform: scale(1.05);
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  content: '';
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.7s;
}
.xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box.animated::after {
  height: 0%;
}
.xiangmu {
  display: flex;
  background: #ececec;
  font-family: HarmonyOS_Sans_TC_Medium;
  margin-top: 6.2%;
}
.xiangmu .xiangmu-lf {
  width: 34.31%;
  padding: 2.5% 1.55% 1.65% 1.55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide a {
  transition: all 0.5s;
  display: block;
}
.xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
  color: #000000;
  font-family: HarmonyOS_Sans_TC_Bold;
  animation-delay: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  /*font-weight: bold;*/
}
.xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  color: #333333;
  margin-top: 7px;
  animation-delay: 0.6s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
  color: #333333;
  line-height: 1.9;
  animation-delay: 0.9s;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 8;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide:hover a {
  color: #0A1F8F;
}
.xiangmu .xiangmu-lf .xm-dh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xiangmu .xiangmu-rt {
  width: 65.69%;
}
.xiangmu .xiangmu-rt .xmtp-swiper {
  position: relative;
  height: 100%;
}
.xiangmu .xiangmu-rt .xmtp-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.xiangmu .xiangmu-rt .xmtp-swiper .swiper-wrapper .swiper-slide a p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 31.25vw;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
  min-height: 100%;
}
.xiangmu .xiangmu-rt .xmtp-swiper .swiper-wrapper .swiper-slide:hover a p {
  transform: scale(1.05);
}
.xiangmu .xiangmu-rt .xmtp-swiper .xm-pagination {
  text-align: right;
  bottom: 4.7%;
  right: 3.9%;
  left: auto;
}
.hzhb {
  display: flex;
  justify-content: space-between;
  margin-top: 6.5%;
  margin-bottom: 3.6%;
}
.hzhb ul {
  display: flex;
  align-items: center;
}
.hzhb ul li {
  position: relative;
  padding: 0 2.5vw;
  transition: all 0.5s;
}
.hzhb ul li a {
  display: block;
}
.hzhb ul li a img {
  max-height: 3.4vw;
}
.hzhb ul li:hover {
  transform: translateY(-4px);
}
.hzhb ul li:nth-child(1) {
  padding-left: 0;
}
.hzhb ul li:last-child {
  padding-right: 0;
}
.hzhb ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 3.28125vw;
  background: #d4d4d4;
}
.hzhb ul li:last-child::after {
  display: none;
}
.hzhb ul:nth-child(2) li a img {
  max-height: 4.17vw;
}
.ljlx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #e2e2e2;
  padding-top: 2.8%;
}
.ljlx .ljlx-lx {
  width: auto !important;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: HarmonyOS_Sans_TC_Medium;
  background: #0A1F8F;
  transition: all 0.5s;
  padding: 0 1vw;
}
.ljlx .ljlx-lx:hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 10px #0A1F8F;
}
.ljlx ul {
  display: flex;
}
.ljlx ul li {
  margin-left: 30px;
}
.ljlx ul li a {
  transition: all 0.5s;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.ljlx ul li a:hover {
  box-shadow: 1px 1px 10px #0A1F8F;
  transform: translateY(-4px);
}
.ljlx ul li:nth-child(1) {
  margin-left: 0;
}
.foot {
  background: #333333;
  margin-top: 2.7%;
  padding: 2.24% 0;
}
.foot .container {
  display: flex;
  font-family: HarmonyOS_Sans_TC_Medium;
  color: #fff;
}
.foot .container div {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.foot .container div a {
  color: #fff;
  margin-right: 4.16vw;
}
.foot .container div a:last-child {
  margin-right: 0;
}
.foot .container div a:hover {
  text-decoration: underline !important;
}
.fa-con {
  margin-bottom: 4.3%;
}
.fa-con .fa-box {
  margin-top: 38px;
}
.fa-con .fa-box .fa-items {
  margin-top: 2.5%;
}
.fa-con .fa-box .fa-items .sy-bt h3 {
  font-family: HarmonyOS_Sans_TC_Bold;
  /*font-weight: 600;*/
}
.fa-con .fa-box .fa-items .cpfw {
  margin-top: 45px;
}
.fa-con .fa-box .fa-items .cpfw .row .cpfw-items {
  margin-bottom: 3.2%;
}
.fa-con .fa-box .fa-items:nth-child(1) {
  margin-top: 0;
}
.falist-banner {
  overflow: hidden;
  position: relative;
  margin-top: 36px;
}
.falist-banner img:nth-child(1) {
  min-width: 100%;
  max-width: 101%;
  animation: image-zoom-out 6s 0s forwards;
}
.falist-con {
  margin-top: 3.85%;
}
.falist-con .falist-box {
  margin-top: 4.5%;
}
.falist-con .falist-box .falist-items {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5.18%;
  position: relative;
}
.falist-con .falist-box .falist-items .falist-lf {
  display: flex;
  width: 31.2%;
}
.falist-con .falist-box .falist-items .falist-lf .falist-tb {
  width: 4.21875vw;
  height: 4.21875vw;
}
.falist-con .falist-box .falist-items .falist-lf .falist-tb img {
  transition: all 0.5s;
}
.falist-con .falist-box .falist-items .falist-lf .falist-js {
  flex: 1;
  padding-left: 5.22%;
  position: relative;
  top: 1.25vw;
}
.falist-con .falist-box .falist-items .falist-lf .falist-js a {
  transition: all 0.5s;
}
.falist-con .falist-box .falist-items .falist-lf .falist-js a:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-family: HarmonyOS_Sans_TC_Bold;
  /*font-weight: bold;*/
}
.falist-con .falist-box .falist-items .falist-lf .falist-js a:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  line-height: 2;
  margin-top: 12px;
  margin-bottom: 34px;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.falist-con .falist-box .falist-items .falist-lf:hover .falist-tb img {
  transform: rotateY(180deg);
}
.falist-con .falist-box .falist-items .falist-lf:hover .falist-js a:nth-child(1),
.falist-con .falist-box .falist-items .falist-lf:hover .falist-js a:nth-child(2) {
  color: #0A1F8F;
}
.falist-con .falist-box .falist-items .falist-rt {
  transition: all 0.5s;
  overflow: hidden;
  width: 43.7%;
}
.falist-con .falist-box .falist-items .falist-rt p {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 13.4375vw;
}
.falist-con .falist-box .falist-items .falist-rt:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  transform: translateX(-4px);
}
.falist-con .falist-box .falist-items .falist-rt:hover p {
  transform: scale(1.05);
}
.falist-con .falist-box .falist-items::before {
  position: absolute;
  left: calc(2.109375vw - 1.5px);
  top: 4.21875vw;
  content: '';
  width: 3px;
  height: 0;
  background: #0A1F8F;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.4s;
}
.falist-con .falist-box .falist-items:last-child::before {
  display: none;
}
.falist-con .falist-box .falist-items.animated::before {
  height: calc(100% - 4.21875vw);
  opacity: 1;
}
.faxt-con {
  background: #c6c6c6;
  margin-top: 60px;
  padding: 55px 0;
  padding-bottom: 14px;
}
.faxt-con .cpfw {
  margin-top: 0;
}
.faxt-td {
  margin-top: 77px;
}
.faxt-td .faxt-td-items {
  background: #ececec;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5%;
  transition: all 0.5s;
}
.faxt-td .faxt-td-items .faxt-td-lf {
  flex: 1;
  padding: 33px 3.6% 40px 2.95%;
}
.faxt-td .faxt-td-items .faxt-td-lf a {
  transition: all 0.5s;
}
.faxt-td .faxt-td-items .faxt-td-lf a:nth-child(1) {
  font-family: HarmonyOS_Sans_TC_Medium;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-weight: 600;
}
.faxt-td .faxt-td-items .faxt-td-lf a:nth-child(2) {
  font-family: HarmonyOS_Sans_TC_Medium;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 10px;
}
.faxt-td .faxt-td-items .faxt-td-lf a:nth-child(3) {
  color: #333333;
  font-family: HarmonyOS_Sans_TC_Medium;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  line-height: 2;
  margin-bottom: 25px;
}
.faxt-td .faxt-td-items .faxt-td-rt {
  overflow: hidden;
  width: 35.6402%;
}
.faxt-td .faxt-td-items .faxt-td-rt p {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 21.3vw;
}
.faxt-td .faxt-td-items:hover {
  transform: translateX(8px);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.faxt-td .faxt-td-items:hover .faxt-td-lf a {
  color: #0A1F8F;
}
.faxt-td .faxt-td-items:hover .faxt-td-rt p {
  transform: scale(1.05);
}
.fashow-con {
  margin-top: 4.7%;
  margin-bottom: 4%;
}
.fashow-con .fashow-content {
  font-family: HarmonyOS_Sans_TC_Medium;
  line-height: 2;
  margin-top: 16px;
}
.fashow-con .fashow-content p,.fashow-con .fashow-content span{
    white-space: wrap !important;
    text-wrap-mode: initial !important;
}
.fashow-con .fashow-content em {
  font-size: 20px;
}
.cp-con .fa-box .fa-items .cpfw {
  margin-top: 33px;
}
.cplist-con .fa-box .fa-items .cpfw .row .cpfw-items .cpfw-items-con {
  border: 1px solid #000;
}
.cpshow-lb {
  display: flex;
  margin-top: 44px;
  justify-content: space-between;
}
.cpshow-lb .cpshow-lb-lf {
  width: 43.6%;
}
.cpshow-lb .cpshow-lb-lf .cpshow-swiper {
  border: 1px solid #000;
  position: relative;
}
.cpshow-lb .cpshow-lb-lf .cpshow-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.cpshow-lb .cpshow-lb-lf .cpshow-swiper .swiper-wrapper .swiper-slide img {
  max-width: 85%;
  max-height: 85%;
}
.cpshow-lb .cpshow-lb-lf .sy-pagination .swiper-pagination-bullet {
  background: #666666;
}
.cpshow-lb .cpshow-lb-lf .sy-pagination .swiper-pagination-bullet-active {
  background: #0A1F8F;
}
.cpshow-lb .cpshow-lb-lf .sy-pagination {
  bottom: 5.5%;
  left: 5%;
}
.cpshow-lb .cpshow-lb-rt {
  width: 48.85%;
}
.cpshow-lb .cpshow-lb-rt .sy-bt h3 {
  font-family: HarmonyOS_Sans_TC_Bold;
}
.cpshow-lb .cpshow-lb-rt .cpshow-ld {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4.4%;
}
.cpshow-lb .cpshow-lb-rt .cpshow-ld li {
  display: flex;
  align-items: flex-start;
  margin-right: 4.84375vw;
  transition: all 0.5s;
  margin-bottom: 15px;
}
.cpshow-lb .cpshow-lb-rt .cpshow-ld li div:nth-child(1) {
  max-width: 2.61vw;
  margin-right: 10px;
}
.cpshow-lb .cpshow-lb-rt .cpshow-ld li div:nth-child(2) {
  font-family: HarmonyOS_Sans_TC_Bold;
  line-height: 1.5;
  color: #000000;
  top: 0.4vw;
  position: relative;
  transition: all 0.5s;
  /*font-weight: bold;*/
  flex: 1;
}
.cpshow-lb .cpshow-lb-rt .cpshow-ld li:hover {
  transform: translateX(4px);
}
.cpshow-lb .cpshow-lb-rt .cpshow-ld li:hover div:nth-child(2) {
  color: #0A1F8F;
}
.cpshow-lb .cpshow-lb-rt .cpshow-ld li:last-child {
  margin-right: 0;
}
.cpshow-lb .cpshow-lb-rt .cpshow-txcj {
  display: flex;
  justify-content: space-between;
  margin-top: 3.8%;
}
.cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items {
  color: #333333;
  line-height: 2;
  font-family: HarmonyOS_Sans_TC_Medium;
  width: 45.3%;
}
.cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items h4 {
  font-family: HarmonyOS_Sans_TC_Bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 7px;
  /*font-weight: bold;*/
}
.cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items ul li {
  position: relative;
  padding-left: 23px;
  transition: all 0.5s;
}
.cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items ul li:hover {
  transform: translateX(4px);
  color: #0A1F8F;
}
.cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 16px;
  height: 16px;
  background: #0A1F8F;
}
.tabqiehuan {
  display: flex;
}
.tabqiehuan li {
  font-family: HarmonyOS_Sans_TC_Bold;
  min-width: 119px;
  transition: all 0.5s;
  cursor: pointer;
  background: #c6c6c6;
  border-right: 1px solid #dadada;
  color: #fff;
  text-align: center;
  padding: 7.5px 19px;
  /*font-weight: bold;*/
}
.tabqiehuan .active {
  background: #0A1F8F;
  border-right: 1px solid #0A1F8F;
}
.cpshow-content {
  margin-top: 4.3%;
  margin-bottom: 5.2%;
}
.cpshow-content .cpshow-xxnr {
  padding: 2% 1%;
  border: 1px solid #000;
  line-height: 2;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items {
  display: none;
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items table{
    width: 1364px !important;
    margin: 0 auto;
    max-width: 100%;
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items table tr{
    background: rgba(198, 198, 198, .5);
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items table tr td{
border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    padding: 16px 1vw;
    width: auto;
    line-height: 1.3;
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items table tr:nth-child(2n){
    background: #fff;
}

.cpshow-content .cpshow-xxnr .cpshow-xxnr-items:nth-child(1) {
  display: block;
  overflow: auto;
}
.fwlist-banner img:nth-child(1) {
  transition: all 0.5s;
}
.fwlist-banner .xs {
  opacity: 0;
  visibility: hidden;
}
.fwlist-banner img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
  max-width: 11vw;
}
.fwlist-banner img:nth-child(2):hover {
  transform: scale(0.8);
}
.fwlist-banner div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.fwlist-banner div video {
  width: 100%;
  max-height: 100%;
}
.fwlist-banner .cx {
  opacity: 1;
  visibility: visible;
}
.fwlist-jj {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.fwlist-jj .fwlist-jj-lf {
  width: 65.68%;
}
.fwlist-jj .fwlist-jj-lf ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.5%;
}
.fwlist-jj .fwlist-jj-lf ul li {
  display: flex;
  align-items: center;
  font-family: HarmonyOS_Sans_TC_Black;
  color: #000000;
  margin-right: 8.33vw;
  transition: all 0.5s;
  /*font-weight: bold;*/
  margin-bottom: 20px;
}
.fwlist-jj .fwlist-jj-lf ul li img {
  max-width: 3.18vw;
  margin-right: 11px;
}
.fwlist-jj .fwlist-jj-lf ul li div {
  flex: 1;
}
.fwlist-jj .fwlist-jj-lf ul li:hover {
  transform: translateX(4px);
  color: #0A1F8F;
}
.fwlist-jj .fwlist-jj-lf .fwlist-jj-nr {
  font-family: HarmonyOS_Sans_TC_Medium;
  line-height: 2;
  margin-top: 4.2%;
  margin-bottom: 4.5%;
}
.fwlist-jj .fwlist-jj-lf .fwlist-jj-nr h4 {
  font-size: 20px;
  font-family: HarmonyOS_Sans_TC_Bold;
  margin-bottom: 7px;
  /*font-weight: bold;*/
}
.fwlist-jj .fwlist-jj-lf .fwlist-more {
  width: 201px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-family: HarmonyOS_Sans_TC_Medium;
  background: #0A1F8F;
  color: #ffffff;
}
.fwlist-jj .fwlist-jj-lf .fwlist-more:hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 10px #0A1F8F;
}
.fwlist-jj .fwlist-jj-rt {
  position: relative;
  width: 25.26vw;
  height: 25.26vw;
  background: #9b9b9d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwlist-jj .fwlist-jj-rt ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0) rotateZ(-90deg);
  transition: all 1s;
  transition-delay: 0.9s;
}
.fwlist-jj .fwlist-jj-rt ul li {
  width: 6.25vw;
  height: 6.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  font-family: HarmonyOS_Sans_TC_Medium;
  background: #0A1F8F;
  line-height: 1.2;
  border-radius: 100%;
  position: absolute;
  transition: all 0.5s;
}
.fwlist-jj .fwlist-jj-rt ul li:hover {
  box-shadow: 1px 1px 10px #0A1F8F;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(2) {
  left: -4%;
  top: 26%;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(3) {
  left: 14%;
  top: 73%;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(4) {
  right: -4%;
  top: 26%;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(5) {
  right: 14%;
  top: 73%;
}
.fwlist-jj .fwlist-jj-rt ul.animated {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 {
  border-radius: 100%;
  background: #fff;
  width: 17.86vw;
  height: 17.86vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 .fwlist-jj-rt-yuan2 {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0A1F8F;
  font-size: 16px;
  color: #ffffff;
  width: 12.5vw;
  height: 12.5vw;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.fwlist-box {
  margin-top: 5.6%;
}
.fwlist-box .faxt-td-items .faxt-td-rt {
  width: 48.896%;
  position: relative;
}
.fwlist-box .faxt-td-items .faxt-td-rt img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 6.31vw;
        cursor: pointer;
    transition: all 0.5s;
}
.fwlist-box .faxt-td-items .faxt-td-rt img:hover{
    transform: scale(.85);
}
.fwlist-box .faxt-td-items .faxt-td-rt .xs{
    opacity: 0;
    visibility: hidden;
}
.fwlist-box .faxt-td-items .faxt-td-rt .cx{
    opacity: 1;
    visibility: visible;
}

.fwlist-box .faxt-td-items .faxt-td-rt div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fwlist-box .faxt-td-items .faxt-td-rt div video{
    width: 100%;
    max-height: 100%;
}
.fwlist-box .faxt-td-items .faxt-td-lf a:nth-child(3) {
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
}
.fwsp-con {
  margin-top: 38px;
  margin-bottom: 4%;
}
.fwsp-con .cpfw {
  margin-top: 45px;
}
.fwsp-con .cpfw .row {
  margin-left: -1.15%;
  margin-right: -1.15%;
  margin-bottom: 1.7%;
}
.fwsp-con .cpfw .row .cpfw-items {
  padding: 0 1.15%;
  margin-bottom: 5.2%;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con div {
  padding: 13.5px 27px;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb p {
  height: 20.84vw;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb {
  position: relative;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 7.9vw;
  cursor: pointer;
  transition: all 0.5s;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb img:hover {
  transform: scale(0.85);
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb div video {
  width: 100%;
  max-height: 100%;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb .cx {
  opacity: 1;
  visibility: visible;
}
.fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb .xs {
  opacity: 0;
  visibility: hidden;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 10px;
}
.pagination li a {
  font-size: 1.5625vw;
  transition: all 0.5s;
  font-family: HarmonyOS_Sans_TC_Bold;
  display: block;
  background: #0A1F8F;
  color: #fff;
  line-height: initial;
  padding: 0 11px;
}
.pagination li:hover a {
  box-shadow: 1px 1px 10px #0A1F8F;
  color: #fff;
}
.pagination .zjt a,
.pagination .yjt a {
  padding: 0;
  line-height: 0;
}
.pagination .zjt a img,
.pagination .yjt a img {
  max-height: 2.14vw;
}
.fwgf-con {
  margin-top: 40px;
  margin-bottom: 4.1%;
}
.fwgf-con .fwgf-box {
  margin-top: 43px;
}
.fwgf-con .fwgf-box .fwgf-items {
  background: #ececec;
  margin-bottom: 4.5%;
  padding: 20px 3% 26px 2%;
  transition: all 0.5s;
}
.fwgf-con .fwgf-box .fwgf-items a {
  transition: all 0.5s;
}
.fwgf-con .fwgf-box .fwgf-items a:nth-child(1) {
  font-family: HarmonyOS_Sans_TC_Bold;
  color: #000000;
  display: block;
  /*font-weight: bold;*/
}
.fwgf-con .fwgf-box .fwgf-items a:nth-child(2) {
  font-family: HarmonyOS_Sans_TC_Medium;
  line-height: 1.7;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-bottom: 26px;
}
.fwgf-con .fwgf-box .fwgf-items:hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.fwgf-con .fwgf-box .fwgf-items:hover a {
  color: #0A1F8F;
}
.al-con .fa-desc {
  margin-bottom: 24px;
}
.al-box {
  margin-top: 55px;
  border-top: 1px solid #c6c6c6;
  padding-top: 69px;
}
.al-box .fwsp-con {
  margin-top: 73px;
}
.al-box .fwsp-con .cpfw {
  margin-top: 0;
}
.al-box .fwsp-con .cpfw .row .cpfw-items {
  margin-bottom: 2.7%;
}
.alshow-con {
  display: flex;
  margin-top: 66px;
  margin-bottom: 86px;
  justify-content: space-between;
}
.alshow-con .alshow-lf {
  width: 64.4%;
}
.alshow-con .alshow-lf h3 {
  color: #0A1F8F;
}
.alshow-con .alshow-lf ul:nth-child(2) {
  font-family: HarmonyOS_Sans_TC_Bold;
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  padding-right: 16%;
      /*font-weight: bold;*/
}
.alshow-con .alshow-lf ul:nth-child(2) li {
  margin-right: 22px;
}
.alshow-con .alshow-lf ul:nth-child(2) li a {
  text-decoration: underline !important;
  transition: all 0.5s;
}
.alshow-con .alshow-lf ul:nth-child(2) li a:hover {
  color: #0A1F8F;
}
.alshow-con .alshow-lf ul:nth-child(3) {
  font-family: HarmonyOS_Sans_TC_Bold;
  color: #0A1F8F;
  margin-top: 21px;
  /*font-weight: bold;*/
}
.alshow-con .alshow-lf ul:nth-child(3) li {
  margin-bottom: 6px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.alshow-con .alshow-lf ul:nth-child(3) li img {
  max-width: 1.78vw;
  margin-right: 7px;
}
.alshow-con .alshow-lf ul:nth-child(3) li:last-child {
  margin-bottom: 0;
}
.alshow-con .alshow-lf ul:nth-child(3) li:hover {
  transform: translateX(4px);
}
.alshow-con .alshow-lf .alshow-jj {
  margin-top: 36px;
  font-family: HarmonyOS_Sans_TC_Medium;
  color: #333333;
  line-height: 2;
}
.alshow-con .alshow-lf .alshow-jj h4 {
  color: #000;
  margin-bottom: 5px;
  font-family: HarmonyOS_Sans_TC_Bold;
  /*font-weight: bold;*/
}
.alshow-con .alshow-rt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 31.9%;
}

.alshow-con .alshow-lf .alshow-cp{
    display: flex;
    flex-wrap: wrap;
    margin-top: 8%;
}
.alshow-con .alshow-lf .alshow-cp li{
    margin-right: 3.0729vw;
    transition: all .5s;
    margin-bottom: 27px;
}
.alshow-con .alshow-lf .alshow-cp li:last-child{
    margin-right: 0;
}
.alshow-con .alshow-lf .alshow-cp li a{
    transition: all .5s;
    display: block;
    font-size: 14px;
    text-align: center;
    font-family: HarmonyOS_Sans_TC_Medium;
}
.alshow-con .alshow-lf .alshow-cp li a img{
    width: 61px;
}
.alshow-con .alshow-lf .alshow-cp li a p{
    color: #333333;
    text-decoration: underline;
    margin-top: 12px;
}
.alshow-con .alshow-lf .alshow-cp li:hover{
    transform: translateY(-4px);
}
.alshow-con .alshow-lf .alshow-cp li:hover a p{
    color: #0A1F8F;
}


.alshow-con .alshow-rt .alshow-rt-items {
background: #ececec;
    width: 100%;
    padding: 0 6.2%;
    padding-top: 19px;
}
.alshow-con .alshow-rt .alshow-rt-items h4 {
  font-family: HarmonyOS_Sans_TC_Bold;
  color: #0A1F8F;
  /*font-weight: bold;*/
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .alshow-items {
  margin-bottom: 25px;
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .alshow-items a:nth-child(1) {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  background: rgb(228,228,228);
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .alshow-items a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 6.5625vw;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .alshow-items a:nth-child(2) {
  text-decoration: underline;
  color: #000000;
  font-family: HarmonyOS_Sans_TC_Medium;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .alshow-items:hover a:nth-child(1) p {
  transform: scale(1.03);
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .alshow-items:hover a:nth-child(2) {
  color: #0A1F8F;
}
.alshow-con .alshow-rt .alshow-rt-items:nth-child(1) .alshow-rt-row .alshow-items:nth-child(1) {
  width: 100%;
}
.alshow-con .alshow-rt .alshow-rt-items:nth-child(1) .alshow-rt-row .alshow-items:nth-child(1) a:nth-child(1) p {
  height: 13.9vw;
}
.alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .als-6 {
  width: 46.8%;
}
.lx-con {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.lx-con .lx-con-lf {
  width: 31.2%;
  padding-top: 23px;
  padding-bottom: 40px;
  border-bottom: 2px solid #e2e2e2;
}
.lx-con .lx-con-lf h3 {
  color: #0A1F8F;
}
.lx-con .lx-con-lf .lx-nr {
  font-family: HarmonyOS_Sans_TC_Medium;
  line-height: 2;
  margin-top: 18px;
  color: #000000;
  margin-bottom: 48px;
}
.lx-con .lx-con-lf #map {
  height: 444px;
}
.lx-con .lx-con-lf #map img {
  max-width: inherit;
}
.lx-con .lx-con-rt {
  background: #ececec;
  width: 65.8%;
  padding: 25px 1.8% 26px 1.8%;
}
.lx-con .lx-con-rt h3 {
  color: #0A1F8F;
}
.lx-con .lx-con-rt form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: HarmonyOS_Sans_TC_Medium;
  margin-top: 28px;
}
.lx-con .lx-con-rt form .form-items {
  width: 48.89%;
  margin-bottom: 20px;
}
.lx-con .lx-con-rt form .form-items p {
  color: #000000;
  margin-bottom: 6px;
}
.lx-con .lx-con-rt form .form-items p span {
  color: #0A1F8F;
}
.lx-con .lx-con-rt form .form-items button {
  background: #0A1F8F;
  width: 136px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #ffffff;
  margin-top: 9px;
}
.lx-con .lx-con-rt form .form-items button:hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 10px #0A1F8F;
}
.lx-con .lx-con-rt form .form-items div {
  background: #fff;
}
.lx-con .lx-con-rt form .form-items div input,
.lx-con .lx-con-rt form .form-items div textarea {
    width: 100%;
    line-height: 1.5;
    padding: 13.5px 23px;
    font-size: 16px;
}
.lx-con .lx-con-rt form .form-items div textarea {
  min-height: 167px;
}
.lx-con .lx-con-rt form .fm-12 {
  width: 100%;
}
.lx-lxfs {
  margin-top: 58px;
}
.lx-lxfs h3 {
  color: #0A1F8F;
  margin-bottom: 16px;
}
.lx-lxfs .lx-lxfs-gs {
  display: flex;
  border-bottom: 1.5px solid #e2e2e2;
  padding-bottom: 49px;
}
.lx-lxfs .lx-lxfs-gs .lx-lxfs-items {
  width: 34.32%;
  padding-right: 2%;
}
.lx-lxfs .lx-lxfs-gs .lx-lxfs-items:nth-child(1){
    width: 35.5%;
}
.lx-lxfs .lx-lxfs-hb .lx-lxfs-items{
    width: fit-content !important;
    padding: 0 !important;
    margin-right: 75px;
}
.lx-lxfs .lx-lxfs-hb .lx-lxfs-items:last-child{
    margin-right: 0;
}

.lx-lxfs .lx-lxfs-gs .lx-lxfs-items .lx-lxfs-nr {
  font-family: HarmonyOS_Sans_TC_Medium;
  line-height: 2;
  color: #000000;
}
.lx-lxfs .lx-lxfs-hb {
  margin-top: 50px;
}
.lx-lxfs .lx-lxfs-hb .lx-lxfs-gs {
  border-bottom: none;
  padding-bottom: 77px;
}
.lx-lxfs .lx-lxfs-hb .lx-lxfs-gs .lx-lxfs-logo {
  margin-bottom: 19px;
  height: 40px;
}
.lx-lxfs .lx-lxfs-hb .lx-lxfs-gs .lx-lxfs-logo img {
  max-height: 100%;
  transition: all .5s;
}
.lx-lxfs .lx-lxfs-hb .lx-lxfs-gs .lx-lxfs-logo:hover img{
    transform: scale(1.02) translateY(-2px);
}
.lx-lxfs .lx-lxfs-hb h3 {
  margin-bottom: 39px;
}
.fa-desc {
  color: #333333;
  font-family: HarmonyOS_Sans_TC_Medium;
  line-height: 2;
  margin-top: 15px;
}
.ny-crumb {
  font-family: HarmonyOS_Sans_TC_Medium;
  color: #000;
  margin-top: 24px;
}
.ny-crumb a {
  color: #000;
  transition: all 0.5s;
  font-size: 14px !important;
}
.ny-crumb a:hover {
  color: #0A1F8F;
}
.ny-crumb a:nth-child(1) {
  color: #0A1F8F;
}
.fsize36 {
  font-family: HarmonyOS_Sans_TC_Bold;
  font-size: 1.875vw;
  /*font-weight: bold;*/
}
.fsize24 {
  font-size: 1.25vw;
}
.fsize20 {
  font-size: 20px;
}
.fsize18 {
  font-size: 18px;
}
.fsize16 {
  font-size: 16px;
}
.sy-more {
  min-width: 108px;
  height: 31px;
  width: fit-content !important;
  padding: 0 13px;
  transition: all 0.5s;
  background: #0A1F8F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: HarmonyOS_Sans_TC_Medium;
  color: #fff !important;
}
.sp-xz {
    width: fit-content !important;
    padding: 0 13px;
}
.sy-more:hover {
  box-shadow: 1px 1px 10px #0A1F8F;
  transform: translateX(-4px);
}
.sy-bt h3 {
  font-size: 1.875vw;
  color: #0A1F8F;
  font-family: HarmonyOS_Sans_TC_Bold;
  transform: translateY(100%) rotate(10deg);
  opacity: 1;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
  font-weight: bold;
}
.sy-bt .wow {
  -webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
  animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
}
@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%) rotate(5deg);
    transform: translateY(100%) rotate(5deg);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.select-xl{
    position: relative;
}
.select-xl .select-input{
    background: url(../images/xiala.png) no-repeat;
    background-position: calc(100% - 17px) 50%;
}
.select-xl ul{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    display: none;
    z-index: 10;
    max-height: 500px;
    overflow: auto;
}
.select-xl ul li,.select-xl ul li a{
    font-size: 16px;
    transition: all .3s;
    padding: 5px 23px;
    cursor: pointer;
}
.select-xl ul li a{
    display: block;
    padding: 0;
    font-family: HarmonyOS_Sans_TC_Medium;
}
.select-xl ul li:hover{
    color: #fff;
    background: #0A1F8F;
}
.select-xl ul li:hover a{
    color: #fff;
}
.head .head-cen .head-lf .head-nav .head-li:last-child .head-child{
    display: none;
    height: 0;
    padding: 0;
    line-height: 0;
}


.search-modal {
    display: block;
    position: absolute;
    width: 100%;
    top: 80%;
    transition: all .4s;
     opacity: 0; 
     visibility: hidden; 
    background: #fff;
    left: 0;
    box-shadow: 0px 7px 16px 0px rgb(89 89 89 / 35%);
    z-index: 100;
}
.cx{
    opacity: 1;
    visibility: visible;
    top: calc(100% + 3px);
}
.search-modal .container{
    padding: 35px 0;
    position: relative;
}
.search-modal form {
    width: 643px;
    margin: 0 auto;
    max-width: 100%;
}
.search-modal form .tb-row {
  position: relative;
}
.search-modal form .close-icon {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #333;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  line-height: 30px;
  text-align: center;
}
.search-modal form input {
  height: 50px;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  color: #333;
  padding: 0 20px;
  outline: none;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.search-modal form button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 18px;
  color: #333;
  outline: none;
  cursor: pointer;
}

.al-shaixuan{
    display: flex;
    justify-content: space-between;
}
.al-shaixuan .select-xl{
    background: rgb(236, 236, 236);
    width: 30.23%;
}
.al-shaixuan .select-xl .select-input{
    color: #000000;
    font-family: HarmonyOS_Sans_TC_Medium;
    width: 100%;
    line-height: 1;
    padding: 13px 0;
    padding-left: 23px;
    cursor: pointer;
}
.al-shaixuan .select-xl ul li{
    padding: 0;
}
.al-shaixuan .select-xl ul li a{
    padding: 5px 23px;
}
.al-chongzhi{
    display: flex;
    margin-top: 41px;
    align-items: center;
}
.al-chongzhi div{
    display: none;
}
.al-chongzhi div.active{
    display: block;
    border-bottom: 1px solid #0A1F8F;
    padding: 0 14px;
    padding-bottom: 4px;
    margin-right: 24px;
}
.al-chongzhi div p{
    display: flex;
    align-items: center;
    font-family: HarmonyOS_Sans_TC_Medium;
}
.al-chongzhi div p a{
    line-height: 0;
    margin-left: 14px;
    color: #000;
}
.al-chongzhi div p a img{
    width: 13px;
}
.al-chongzhi div.reset{
    border-bottom: none;
    background: #0A1F8F;
    padding-bottom: 0;
    margin-left: 14px;
}
.al-chongzhi div.reset p a{
    line-height: inherit;
    margin-left: 0;
    display: flex;
    color: #fff;
    align-items: center;
}
.al-chongzhi div.reset p a img{
    margin-left: 14px;
}
.head-logo,.logo{
    width: 63px !important;
    position: relative;
}
.head-logo a,.logo a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.select-diqu li:nth-child(2),.select-diqu li:nth-child(5),.select-diqu li:nth-child(6),.select-diqu li:nth-child(7),.select-diqu li:nth-child(8),.select-diqu li:nth-child(10){
    /*display: none;*/
}

.cookie{  
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid;
  border-color: #f4f4f4;
  padding: 33.5px 0px;
  box-shadow: 0 -1px 21px 0 rgba(0, 0, 0, .4);
  z-index: 1000;
  display: none;
}
.cookie .container{
  display: flex;
  align-items: center;
  font-family: HarmonyOS_Sans_TC_Medium;
}
.cookie .container .cookie-lf{
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212121;
}
.cookie .container .cookie-lf h4{
  color: #212121;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px 0;
}

.cookie .container .cookie-rt{

}
.cookie .container .cookie-rt ul{
    display: flex;
}
.cookie .container .cookie-rt ul li{
    width: 122px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    font-size: 15px;
    color: #fff;
    background: #0A1F8F;
    margin-left: 10px;
    cursor: pointer;
}
.cookie .container .cookie-rt ul li:hover{
  box-shadow: 1px 1px 10px #0A1F8F;
}

@media (max-width: 1820px) {
    .gywm .gywm-bz .gywm-bz-items div:nth-child(2){
        font-size: 18px;
    }
    .gywm .gywm-bz .gywm-bz-items div:nth-child(3) {
        margin-top: 0;
        font-size: 17px;
    }
}
@media (max-width: 1760px) {
    .head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child .head-child-con .head-child-items{
        margin-right: 2vw;
    }
}
@media (max-width: 1599px) {
  .head .head-cen .head-rt .head-ss {
    width: 29px;
  }
  .fsize24 {
    font-size: 21px;
  }
  .fsize20 {
    font-size: 19px;
  }
  .sy-dh {
    width: 99px;
  }
  .falist-con {
    margin-top: 4.85%;
  }
  .fwlist-jj .fwlist-jj-lf .fwlist-jj-nr h4 {
    font-size: 19px;
  }
  .fwlist-jj .fwlist-jj-rt ul li {
    /*font-size: 16px;*/
  }
  .fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 .fwlist-jj-rt-yuan2{
      text-align: center;
      line-height: 1.5;
  }
  .faxt-td .faxt-td-items .faxt-td-rt p {
    min-height: 100%;
  }
  .lx-con .lx-con-lf #map {
    height: 410px;
  }
  .cpshow-content .cpshow-xxnr .cpshow-xxnr-items table tr td {
    font-size: 17px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide ul li p{
      font-size: 20px;
  }
    .gywm .gywm-bz .gywm-bz-items div:nth-child(2) {
        white-space: nowrap;
    }
}
@media (max-width: 1477px) {
  .sy-bt h3,
  .fsize36 {
    font-size: 29px;
  }
  .head .head-cen .head-lf .head-nav .head-li .head-a::after {
    height: 6px;
  }
  .falist-con {
    margin-top: 4.85%;
  }
  .fwlist-jj .fwlist-jj-lf ul li {
    margin-right: 5.33vw;
  }
  .fwlist-jj {
    align-items: center;
  }
  .fwlist-jj .fwlist-jj-lf .fwlist-more {
    width: 177px;
    height: 41px;
  }
  .lx-con .lx-con-rt form .form-items div input,
  .lx-con .lx-con-rt form .form-items div textarea {
    padding: 12px 23px;
  }
  .lx-con .lx-con-lf #map {
    height: 386px;
  }
  .head-child .head-child-con .head-child-items ul li {
    margin-bottom: 13px;
  }
  .falist-con .falist-box .falist-items .falist-lf .falist-js{
      top: 1vw;
  }
  .cpshow-content .cpshow-xxnr .cpshow-xxnr-items table tr td {
    font-size: 16px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide ul li p{
      font-size: 19px;
  }
.fwlist-jj .fwlist-jj-rt ul li {
    width: 7.25vw;
    height: 7.25vw;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(1) {
    top: -8%;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(2) {
    left: -6%;
}
.fwlist-jj .fwlist-jj-rt ul li:nth-child(4) {
    right: -6%;
}
.gywm .gywm-bz .gywm-bz-hx.animated::after {
    width: 7.416vw;
}
.head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child .head-child-con .head-child-items ul li a{
        width: 128px;
        display: block;
        white-space: initial;
}
.sy-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 1365px) {
  .head-logo {
    width: 16%;
  }
  .head .head-cen .head-lf .head-nav .head-li .head-a::after {
    height: 5px;
  }
  .sy-bt h3,
  .fsize36 {
    font-size: 27px;
  }
  .fsize24 {
    font-size: 20px;
  }
  .fsize20 {
    font-size: 18px;
  }
  .gywm .gywm-bz .gywm-bz-items div:nth-child(1) {
    width: 5.21875vw;
    height: 5.21875vw;
  }
  .gywm .gywm-bz .gywm-bz-hx {
    top: 2.4vw;
  }
  .fsize16 {
    font-size: 15px;
  }
  .sy-more {
    width: 96px;
    height: 30px;
  }
  .xiangmu .xiangmu-lf {
    padding: 3% 1.55% 2.65% 1.55%;
  }
  .xiangmu .xiangmu-rt .xmtp-swiper .swiper-wrapper .swiper-slide a p {
    height: 34.25vw;
  }
  .ljlx .ljlx-lx {
    width: 175px;
    height: 39px;
  }
  .ljlx ul li a {
    width: 33px !important;
  }
  .foot .container div a {
    margin-right: 3.16vw;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc div {
    font-size: 21px;
  }
  .falist-con .falist-box .falist-items {
    padding-bottom: 7.18%;
  }
  .falist-con .falist-box .falist-items .falist-lf .falist-tb {
    width: 5.21875vw;
    height: 5.21875vw;
  }
  .falist-con .falist-box .falist-items::before {
    position: absolute;
    left: calc(2.609375vw - 1.5px);
    top: 5.21875vw;
  }
  .falist-con .falist-box .falist-items.animated::before {
    height: calc(100% - 5.21875vw);
  }
  .fashow-con {
    margin-top: 5.7%;
    margin-bottom: 5%;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj {
    display: block;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items {
    width: 100%;
    margin-bottom: 29px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items:last-child {
    margin-bottom: 0px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items ul li::before {
    top: 8px;
    width: 14px;
    height: 14px;
  }
  .fwlist-jj .fwlist-jj-rt ul li {
    width: 7.25vw;
    height: 7.25vw;
  }
  .fwlist-jj .fwlist-jj-rt ul li:nth-child(1) {
    top: -7%;
  }
  .fwlist-jj .fwlist-jj-rt ul li:nth-child(2) {
    left: -6%;
  }
  .fwlist-jj .fwlist-jj-rt ul li:nth-child(3) {
    left: 12%;
    top: 72%;
  }
  .fwlist-jj .fwlist-jj-rt ul li:nth-child(4) {
    right: -6%;
  }
  .fwlist-jj .fwlist-jj-rt ul li:nth-child(5) {
    right: 12%;
    top: 72%;
  }
  .faxt-td .faxt-td-items .faxt-td-lf {
    padding: 33px 3.6% 5% 2.95%;
  }
  .fsize18 {
    font-size: 17px;
  }
  .alshow-con .alshow-lf ul:nth-child(3) li img {
    max-width: 26px;
  }
  .select-xl .select-input{
      background-size: 20px;
  }
  .falist-con .falist-box .falist-items .falist-lf .falist-js{
      top: 1.4vw;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 18px;
    }
    .lx-lxfs .lx-lxfs-gs .lx-lxfs-items{
        margin-bottom: 5%;
        width: 100%!important;
    }
    .lx-lxfs .lx-lxfs-gs .lx-lxfs-items:last-child,.lx-lxfs .lx-lxfs-hb .lx-lxfs-items{
        margin-bottom: 0;
    }
        .lx-lxfs .lx-lxfs-hb .lx-lxfs-items {
        width: auto !important;
        padding-right: 2%;
    }
    .gywm .gywm-bz .gywm-bz-hx.animated::after {
        width: 5.416vw;
    }
    .head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child .head-child-con .head-child-items ul li a {
        display: block;
        width: auto;
        white-space: nowrap !important;
    }
    .head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child .head-child-con .head-child-items:nth-child(1) ul li:nth-child(1) a{
        width: 195px;
        white-space: initial !important;
    }
    .head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child{
        left: -34vw;
    }
    .head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child .head-child-con .head-child-items {
        margin-right: 5vw;
    }
    .sy-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    }
}
@media (max-width: 1199px) {
  .head .head-cen .head-lf .head-nav .head-li .head-a::after {
    height: 4px;
  }
  .head .head-cen .head-rt ul li a {
    font-size: 19px;
  }
  .head .head-cen .head-rt .head-ss {
    width: 25px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc div {
    font-size: 21px;
  }
  .sy-bt h3,
  .fsize36 {
    font-size: 25px;
  }
  .fsize24 {
    font-size: 19px;
  }
  .fsize20 {
    font-size: 17px;
  }
  .gywm .gywm-bz .gywm-bz-items div:nth-child(1) {
    width: 6.21875vw;
    height: 6.21875vw;
  }
  .gywm .gywm-bz .gywm-bz-hx {
    top: 2.9vw;
  }
  .xiangmu .xiangmu-lf .xmwz-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }
  .xiangmu .xiangmu-rt .xmtp-swiper .swiper-wrapper .swiper-slide a p {
    height: 36.25vw;
  }
  .hzhb ul li a img {
    max-height: 4vw;
  }
  .hzhb ul:nth-child(2) li a img {
    max-height: 5.17vw;
  }
  .fa-con .fa-box .fa-items {
    margin-top: 4.5%;
  }
  .faxt-td .faxt-td-items .faxt-td-rt p {
    min-height: 100%;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-ld li {
    margin-bottom: 18px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-ld li div:nth-child(2) {
    top: 0;
  }
  .fwlist-jj .fwlist-jj-rt ul li {
    font-size: 13px;
  }
  .pagination li a {
    font-size: 20px;
    padding: 4px 11px;
  }
  .pagination .zjt a img,
  .pagination .yjt a img {
    max-height: 34px;
  }
  .lx-con {
    display: block;
  }
  .lx-con .lx-con-rt,
  .lx-con .lx-con-lf {
    width: 100%;
  }
  .lx-con .lx-con-rt {
    margin-top: 60px;
  }
  .lx-lxfs .lx-lxfs-gs .lx-lxfs-items {
    width: 50%;
    padding-right: 2%;
  }
  .lx-lxfs .lx-lxfs-gs {
    flex-wrap: wrap;
  }
  .head-child .head-child-con .head-child-items ul li a {
    font-size: 15px;
  }
  .activehead .head-cen .head-lf .head-nav .head-li {
    padding: 2.8vw 0;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 17px;
    }
    .banner .ban-swiper .swiper-wrapper .swiper-slide ul li img {
    max-width: 37px;
    }
    .gywm .gywm-bz .gywm-bz-items div:nth-child(2) {
        font-size: 16px;
    }
    .gywm .gywm-bz .gywm-bz-items div:nth-child(3) {
        margin-top: 2px;
        font-size: 15px;
    }
    .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con{
        max-width: 90%;
    }
    .head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child {
        left: -39vw;
    }
    .head .head-cen .head-lf .head-nav .head-li:nth-child(3) .head-child .head-child-con .head-child-items {
        margin-right: 2vw;
    }
}
@media (max-width: 990px) {
  .head .head-cen .head-lf .head-nav {
    display: none;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc div {
    font-size: 19px;
  }
  .sybig-next {
    max-width: 34px;
  }
  .sy-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .gywm {
    margin-top: 5.8%;
    padding-bottom: 5.1%;
  }
  .gywm .gywm-bz .gywm-bz-items div:nth-child(1) {
    width: 7.21875vw;
    height: 7.21875vw;
  }
  .gywm .gywm-bz .gywm-bz-hx {
    top: 3.5vw;
  }
  .cpfw {
    margin-top: 8.5%;
  }
  .sy-more {
    width: 102px;
  }
  .xwzx {
    margin-top: 7.9%;
  }
  .xiangmu .xiangmu-rt .xmtp-swiper .swiper-wrapper .swiper-slide a p {
    height: 45.25vw;
  }
  .xiangmu {
    margin-top: 9.2%;
  }
  .hzhb {
    margin-top: 10.5%;
    margin-bottom: 5.6%;
  }
  .ljlx {
    padding-top: 4.8%;
  }
  .foot {
    margin-top: 5.7%;
    padding: 4.24% 0;
  }
  .foot .container {
    display: block;
    text-align: center;
  }
  .foot .container div {
    flex: none;
    justify-content: center;
  }
  .fa-con .fa-box .fa-items .cpfw {
    margin-top: 30px;
  }
  .falist-con {
    margin-top: 6.85%;
  }
  .falist-con .falist-box {
    margin-top: 7.5%;
  }
  .falist-con .falist-box .falist-items .falist-rt {
    /*width: 58.7%;*/
  }
  .falist-con .falist-box .falist-items .falist-lf {
    width: 37.2%;
  }
  .fashow-con .fashow-content em {
    font-size: 19px;
  }
  .cpshow-lb {
    display: block;
  }
  .cpshow-lb .cpshow-lb-lf,
  .cpshow-lb .cpshow-lb-rt {
    width: 100%;
  }
  .cpshow-lb .cpshow-lb-rt {
    margin-top: 35px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj {
    margin-top: 3.4%;
  }
  .cpshow-lb .cpshow-lb-rt {
    margin-top: 54px;
  }
  .cpshow-content {
    margin-top: 7.3%;
    margin-bottom: 8.2%;
  }
  .fwlist-jj {
    display: block;
  }
  .fwlist-jj .fwlist-jj-lf {
    width: 100%;
  }
  .fwlist-jj {
    margin-top: 6.6%;
  }
  .fwlist-jj .fwlist-jj-lf ul {
    margin-top: 3.5%;
  }
  .fwlist-jj .fwlist-jj-lf .fwlist-jj-nr {
    margin-top: 4.2%;
    margin-bottom: 4.5%;
  }
  .fwlist-jj .fwlist-jj-rt {
    width: 50.26vw;
    height: 50.26vw;
    margin: 0 auto;
    margin-top: 57px;
  }
  .fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 {
    width: 36.86vw;
    height: 36.86vw;
  }
  .fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 .fwlist-jj-rt-yuan2 {
    width: 27.5vw;
    height: 27.5vw;
    font-size: 15px;
  }
  .fwlist-jj .fwlist-jj-rt ul li {
font-size: 12px;
        width: 14.25vw;
        height: 14.25vw;
  }
  .fwlist-box {
    margin-top: 10.6%;
  }
  .alshow-con {
    display: block;
  }
  .alshow-con .alshow-rt .alshow-rt-items,
  .alshow-con .alshow-rt,
  .alshow-con .alshow-lf {
    width: 100%;
    display: block;
  }
  .alshow-con .alshow-rt {
    margin-top: 50px;
  }
  .alshow-con .alshow-rt .alshow-rt-items:nth-child(1) .alshow-rt-row .alshow-items:nth-child(1) a:nth-child(1) p {
    height: 45.416vw;
  }
  .alshow-con .alshow-rt .alshow-rt-items .alshow-rt-row .alshow-items a:nth-child(1) p {
    height: 22.5625vw;
  }
  .alshow-con .alshow-rt .alshow-rt-items {
    padding-top: 43px;
  }
.search-modal .container {
    padding: 22px 0;
}
.head {
    margin-top: 0;
}
.head-logo {
    width: 125px;
}
.head {
    padding: 16px 0;
}
.head .head-cen .head-rt ul{
    display: none;
}
.mb-zd {
    display: block;
    margin-left: 25px;
}
.falist-con .falist-box .falist-items .falist-lf .falist-js{
    top: 0.7vw;
}
.gywm .gywm-bz .gywm-bz-hx.animated::after{
    display: none;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li p {
    font-size: 14px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .yc-ul {
    top: 69.5%;
}
.head-logo{
    width: 48px !important;
}
.sy-pagination .swiper-pagination-bullet {
        width: 15px;
    }
        .sybig-next {
        max-width: 18px;
    }
}
@media (max-width: 767px) {
    .search-modal form input {
    height: 44px;
}
.tabqiehuan{
    display: block;
}
.tabqiehuan li{
    width: 100%;
}
.gywm .gywm-bz .gywm-bz-hx.animated::after{
    display: block;
}
.cpfw .row .cpfw-items .cpfw-items-con div a:nth-child(1){
    padding-right: 0;
}
.alshow-con .alshow-lf .alshow-cp li{
    width: 50%;
    margin-right: 0;
}
.alshow-con .alshow-lf .alshow-cp {
    margin-top: 14%;
}
.alshow-con .alshow-rt {
    margin-top: 23px;
}
    .select-xl .select-input {
        background-size: 16px;
    }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 200%;
    position: relative;
    left: -58%;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-ld li div:nth-child(1) {
        width: 29px;
        max-width: inherit;
    }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc div {
    font-size: 17px;
    line-height: 1.5;
  }
  .sybig-next {
    max-width: 32px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
    padding: 6px 16px;
    width: 231px;
  }
  .sy-pagination .swiper-pagination-bullet {
    margin: 0 9px 0 0 !important;
  }
  .banner .ban-swiper .ban-pagination {
    left: 22px;
  }
  .sy-bt h3,
  .fsize36 {
    font-size: 20px;
  }
  .gywm {
    margin-top: 67px;
    padding-bottom: 42px;
  }
  .gywm .gywm-nr {
    margin-top: 18px;
  }
  .gywm .gywm-bz {
    margin-top: 45px;
  }
  .fsize24 {
    font-size: 18px;
  }
  .fsize20 {
    font-size: 16px;
  }
  .gywm .gywm-bz .gywm-bz-items div:nth-child(1) {
    width: 51px;
    height: 50px;
  }
  .gywm .gywm-bz {
    display: block;
  }
  .gywm .gywm-bz .gywm-bz-hx::after {
    width: 3px;
    height: 0;
  }
  .gywm .gywm-bz .gywm-bz-hx.animated::after {
    height: 47px;
    width: 3px;
  }
  .gywm .gywm-bz .gywm-bz-hx {
    height: 47px;
    margin: 16px auto;
    top: 2.1vw;
    width: 3px;
    top: 0 !important;
  }
  .cpfw {
    margin-top: 64px;
  }
  .cpfw .row .cpfw-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }
  .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb p {
    height: 200px;
  }
  .sy-more {
    font-size: 14px;
  }
  .xwzx {
    margin-top: 38px;
  }
  .sy-dh {
    width: 85px;
  }
  .xwzx .xwzx-swiper {
    padding-top: 34px;
  }
  .xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-thumb p {
    height: 45vw;
  }
  .xwzx .xwzx-swiper .swiper-wrapper .swiper-slide .xwzx-box .xwzx-con {
    padding: 25px 3.58% 22px 3.1%;
  }
  .xiangmu {
    margin-top: 69px;
    display: block;
  }
  .xiangmu .xiangmu-lf {
    padding: 32px 4% 2.65% 4%;
    width: 100%;
  }
  .xiangmu .xiangmu-lf .xm-dh {
    margin-top: 29px;
  }
  .xiangmu .xiangmu-rt {
    width: 100%;
    margin-top: 30px;
  }
  .hzhb {
    margin-top: 62px;
    margin-bottom: 17px;
    display: block;
  }
  .hzhb ul {
    flex-wrap: wrap;
  }
  .hzhb ul li a img {
    max-height: 33px;
  }
  .hzhb ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 33px;
  }
  .hzhb ul li::after {
    height: 42px;
  }
  .hzhb ul:nth-child(2) li a img {
    max-height: 46px;
  }
  .hzhb ul li:nth-child(1) {
    width: 50%;
  }
  .hzhb ul li:nth-child(3)::after {
    display: none;
  }
  .ljlx {
    padding-top: 41px;
    display: block;
  }
  .ljlx .ljlx-lx {
    width: fit-content !important;
    height: 38px;
    padding: 0 13px;
  }
  .ljlx ul {
    margin-top: 24px;
  }
  .ljlx ul li {
    margin-left: 19px;
  }
  .foot {
    margin-top: 34px;
    padding: 22px 0;
  }
  .foot .container div {
    flex-wrap: wrap;
    margin-top: 11px;
  }
  .foot .container div a {
    margin-right: 5.16vw;
  }
  .fa-con .fa-box {
    margin-top: 43px;
  }
  .fa-con .fa-box .fa-items .cpfw {
    margin-top: 37px;
  }
  .fa-con .fa-box .fa-items .cpfw .row .cpfw-items {
    margin-bottom: 26px;
  }
  .fa-con .fa-box .fa-items {
    margin-top: 35px;
  }
  .fa-con {
    margin-bottom: 8.3%;
  }
  .falist-con .falist-box .falist-items {
    display: block;
    padding-bottom: 64px;
  }
  .falist-banner {
    margin-top: 29px;
  }
  .falist-con {
    margin-top: 60px;
  }
  .falist-con .falist-box {
    margin-top: 44px;
  }
  .falist-con .falist-box .falist-items .falist-lf {
    width: 100%;
  }
  .falist-con .falist-box .falist-items .falist-rt {
    display: block;
    margin: 0 auto;
    margin-right: 0;
    margin-top: 39px;
    width: calc(100% - 5.22% - 45px);
  }
  .falist-con .falist-box .falist-items .falist-lf .falist-tb {
    width: 45px;
    height: 45px;
  }
  .falist-con .falist-box .falist-items.animated::before {
    height: calc(100% - 45px);
  }
  .falist-con .falist-box .falist-items::before {
    position: absolute;
    left: 21px;
    top: 45px;
  }
  .falist-con .falist-box .falist-items .falist-lf .falist-js a:nth-child(2) {
    margin-top: 8px;
    margin-bottom: 26px;
  }
  .falist-con .falist-box .falist-items .falist-rt p {
    height: 106px;
  }
  .faxt-con {
    margin-top: 49px;
    padding: 53px 0;
    padding-bottom: 33px;
  }
  .faxt-td .faxt-td-items {
    display: block;
    margin-bottom: 40px;
  }
  .faxt-td .faxt-td-items .faxt-td-rt {
    width: 100%;
    display: block;
  }
  .faxt-td .faxt-td-items .faxt-td-rt p {
    min-height: 221px;
  }
  .faxt-td .faxt-td-items .faxt-td-lf {
    padding: 33px 5.6% 40px 4.95%;
  }
  .fashow-con .fashow-content em {
    font-size: 18px;
  }
  .fashow-con {
    margin-top: 59px;
    margin-bottom: 52px;
  }
  .cpshow-lb .cpshow-lb-lf .cpshow-swiper .swiper-wrapper .swiper-slide {
    height: 240px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-ld li div:nth-child(1) {
    max-width: 33px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-ld li {
    align-items: center;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-ld {
    margin-top: 32px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj {
    margin-top: 49px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .cpshow-lb .cpshow-lb-rt .cpshow-txcj .cpshow-txcj-items {
    margin-bottom: 36px;
  }
  .cpshow-content {
    margin-top: 62px;
    margin-bottom: 67px;
  }
  .tabqiehuan li {
    min-width: auto;
    white-space: nowrap;
  }
  .cpshow-content .cpshow-xxnr {
    padding: 8% 5%;
  }
  .fwlist-jj {
    margin-top: 54px;
  }
  .fwlist-jj .fwlist-jj-lf ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px;
  }
  .fwlist-jj .fwlist-jj-lf ul li img {
    max-width: 38px;
    margin-right: 10px;
  }
  .fwlist-jj .fwlist-jj-lf ul {
    margin-top: 38px;
  }
  .fwlist-jj .fwlist-jj-lf .fwlist-jj-nr {
    margin-top: 31px;
    margin-bottom: 32px;
  }
  .fwlist-jj .fwlist-jj-lf .fwlist-jj-nr h4 {
    margin-bottom: 13px;
  }
  .fwlist-jj .fwlist-jj-lf .fwlist-more {
    width: 153px;
    height: 40px;
  }
  .fwlist-jj .fwlist-jj-rt {
    width: 74vw;
    height: 74vw;
  }
  .fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 {
    width: 50.86vw;
    height: 50.86vw;
  }
  .fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 .fwlist-jj-rt-yuan2 {
    width: 38.5vw;
    height: 38.5vw;
    font-size: 19px;
  }
  .fwlist-jj .fwlist-jj-rt ul li {
    font-size: 13px;
    width: 21.25vw;
    height: 21.25vw;
  }
  .fwlist-box {
    margin-top: 68px;
  }
  .fwsp-con .cpfw {
    margin-top: 33px;
  }
  .fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb p {
    height: 50.84vw;
  }
  .fwsp-con .cpfw .row .cpfw-items {
    margin-bottom: 28px;
  }
  .fwsp-con .cpfw .row .cpfw-items .cpfw-items-con div {
    padding: 13.5px 16px;
  }
  .fwsp-con .cpfw .row .cpfw-items .cpfw-items-con .cpfw-thumb img {
    max-width: 54px;
  }
  .pagination li a {
    font-size: 18px;
    padding: 4px 11px;
  }
  .pagination li {
    margin: 0 7px;
  }
  .pagination .zjt a img,
  .pagination .yjt a img {
    max-height: 32px;
  }
  .fwsp-con .cpfw .row {
    margin-bottom: 5.7%;
  }
  .fwsp-con {
    margin-bottom: 56px;
  }
  .fwgf-con .fwgf-box {
    margin-top: 33px;
  }
  .fwgf-con .fwgf-box .fwgf-items {
    margin-bottom: 28px;
    padding: 20px 5% 26px 5%;
  }
  .fwgf-con .fwgf-box {
    margin-top: 33px;
    margin-bottom: 49px;
  }
  .fwgf-con {
    margin-bottom: 53px;
  }
  .fwgf-con .fwgf-box .fwgf-items a:nth-child(2) {
    margin-top: 5px;
  }
  .al-box {
    padding-top: 52px;
  }
  .al-box .fwsp-con .cpfw .row .cpfw-items {
    margin-bottom: 28px;
  }
  .alshow-con {
    margin-top: 48px;
    margin-bottom: 51px;
  }
  .alshow-con .alshow-lf ul:nth-child(2) {
    margin-top: 13px;
  }
  .alshow-con .alshow-lf ul:nth-child(3) {
    margin-top: 29px;
  }
  .alshow-con .alshow-lf ul:nth-child(3) li {
    margin-bottom: 18px;
  }
  .alshow-con .alshow-lf .alshow-jj {
    margin-top: 39px;
  }
  .alshow-con .alshow-lf .alshow-jj h4 {
    margin-bottom: 13px;
  }
  .alshow-con .alshow-rt .alshow-rt-items {
    padding-top: 43px;
    margin-bottom: 44px;
  }
  .fsize18 {
    font-size: 16px;
  }
  .lx-con .lx-con-lf #map {
    height: 243px;
  }
  .lx-con .lx-con-rt {
    padding: 38px 5% 26px 5%;
    margin-top: 51px;
  }
  .lx-con .lx-con-rt form .form-items {
    width: 100%;
  }
  .lx-con .lx-con-rt form .form-items div input,
  .lx-con .lx-con-rt form .form-items div textarea {
    padding: 10px 20px;
  }
  .lx-lxfs .lx-lxfs-gs .lx-lxfs-items {
    width: 100%;
    padding-right: 0;
    margin-bottom: 38px;
  }
  .lx-lxfs .lx-lxfs-hb .lx-lxfs-items{
margin-bottom: 24px;
    width: 50% !important;
    margin-right: 0;
    padding: 0px 4% !important;
  }
  .lx-lxfs h3 {
    margin-bottom: 13px;
  }
  .lx-lxfs .lx-lxfs-gs {
    padding-bottom: 8px;
  }
  .lx-lxfs .lx-lxfs-hb h3 {
    margin-bottom: 33px;
  }
  .lx-lxfs .lx-lxfs-hb .lx-lxfs-gs .lx-lxfs-logo {
    margin-bottom: 20px;
    height: inherit;
  }
  .lx-lxfs .lx-lxfs-hb .lx-lxfs-gs {
    padding-bottom: 8px;
  }
.al-shaixuan{
    display: block;
}
.al-shaixuan .select-xl {
    width: 100%;
    margin-bottom: 19px;
}
.al-shaixuan .select-xl:last-child{
    margin-bottom: 0;
}
.al-box .fwsp-con {
    margin-top: 52px;
    margin-bottom: 35px;
}
.al-shaixuan .select-xl .select-input {
    padding-left: 17px;
}
.al-shaixuan .select-xl ul li a {
    padding: 4px 17px;
}
.select-xl ul {
    padding: 14px 0;
}
.select-xl ul li, .select-xl ul li a {
    font-size: 15px;
}
.al-chongzhi {
    margin-top: 33px;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.al-chongzhi div.active {
    margin-right: 19px;
    margin-bottom: 19px;
}
.al-chongzhi div.active {
    padding: 0 10px;
}
.falist-con .falist-box .falist-items .falist-lf .falist-js {
    top: 0;
    margin-top: 10px;
}
.fwlist-box .faxt-td-items .faxt-td-rt img{
    max-width: 55px;
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items table tr td {
    font-size: 14px;
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items table {
    width: 800px !important;
    max-width: 800px;
}
.cpshow-content .cpshow-xxnr .cpshow-xxnr-items:nth-child(1){
    overflow: auto;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 13px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con{
    width: auto;
    max-width: 87%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide ul li img {
        max-width: 24px;
        margin-right: 6px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .yc-ul {
    top: 70.5%;
}
.lx-lxfs .lx-lxfs-gs .lx-lxfs-items:last-child{
    margin-bottom: 38px;
}
  .fwlist-jj .fwlist-jj-rt .fwlist-jj-rt-yuan1 .fwlist-jj-rt-yuan2 {
    font-size: 13px;
  }
  .fwlist-jj .fwlist-jj-rt ul li {
        font-size: 11px;
        width: 23.25vw;
        height: 23.25vw;
  }
    .fwlist-jj .fwlist-jj-rt ul li:nth-child(1) {
        top: -10%;
    }
    .fwlist-jj .fwlist-jj-rt ul li:nth-child(2) {
        left: -8%;
    }
    .fwlist-jj .fwlist-jj-rt ul li:nth-child(4) {
        right: -8%;
    }
    .banner .ban-swiper .swiper-wrapper .swiper-slide .yc-ul{
        display: none;
    }
    .sybig-next {
        max-width: 18px;
        right: 9px;
    }
    .sy-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .cookie .container{
      display: block;
    }
    .cookie .container .cookie-lf h4 {
      font-size: 18px;
    }
    .cookie .container .cookie-lf {
      font-size: 14px;
      line-height: 23px;
      margin-bottom: 19px;
    }
    .cookie .container .cookie-rt ul {
      justify-content: space-between;
  }
  .cookie .container .cookie-rt ul li {
    margin: 0;
    width: 48.5%;
}
}
