@charset "UTF-8";

body {
  background-color: #fff;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}

#app {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1200px;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1200px;
  margin-top: 30px;
}

.top img:nth-of-type(1) {
  width: 328px;
  height: 94px;
}

.top img:nth-of-type(2) {
  width: 826px;
  height: 100px;
}

.head {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}

.head .head-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #d52418;
  height: 55px;
}

.head .head-guide .head-guide-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  position: relative;
  height: 100%;
}

.head .head-guide .head-guide-wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;

}

.head .head-content .guide-more {
  position:relative;
  box-sizing: border-box;
  width: 400px;
  padding: 5px 13px 0;
  display: flex;
  flex-direction: column;
  background: url(../site151/fzwm-content-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.head .head-content .guide-more .guide-more-div {
	color: #d52418;
} 

.head .head-content .guide-more .guide-more-div a {
	color: #d52418;
}
.head .head-content .guide-more .guide-more-divtext {
  position:relative;
  bottom: 0;
  right: -300px;
  font-size: 17px;
  color: #d52418;
}


.head .head-content .guide-more a:first-child {
  padding-top: 0 !important;
}

.head .head-content .guide-more a {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  text-decoration: none;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 7px;
}

.head .head-content .guide-more img {
  width: 354px;
  height: 65px;
  margin-bottom: 5px;
  cursor: pointer;
}

.head .head-content .guide-more .guide-more-text {
  position:absolute;
  bottom: -10px;
  right: 23px;
  font-size: 17px;
  color: #d52418;
}


.head .head-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  padding-top:0px;
}

.mySwiper {
  width: 800px !important;
  margin: 0 !important;
}

.banner {
  margin-top: 40px;
  height: 140px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  
}

.banner .banner-item {
  position: relative;
  width: 240px;
  height: 66px;
}

.banner .banner-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.banner .banner-item:first-of-type {
  width: 110px;
  height: 140px !important;
}

.content-py {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.content-py .content-py-wrap {
  display: flex;
  height: 430px;
  overflow-y: auto;
  margin-top: 23px;
  gap: 0 13px;
}

.content-py .content-py-wrap .py-left {
  width: 381px;
  display: flex;
  flex-direction: column;
  
}

.content-py .content-py-wrap .py-left .img-box {
  position: relative;
  width: 100%;
}

.content-py .content-py-wrap .py-left .img-box .img-box-mask {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  padding: 0 21px;
  background: rgba(0, 0, 0, 0.59);
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 36px;
}

.content-py .content-py-wrap .py-left .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 381px;
  height: 215px;
}

.content-py .content-py-wrap .py-right {
  width: 805px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.content-py .content-py-wrap .py-right .py-right-guide {
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 57px;
  width: 100%;
  height: 42px;
  background-color: #f9e1d1;
  border-radius: 10px 10px 0px 0px;
}

.content-py .content-py-wrap .py-right .py-right-guide .py-right-guide-item {
  flex: 1;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}

.content-py .content-py-wrap .py-right .py-right-guide .py-right-guide-item-active {
  color: #fff;
  background-image: url(2025ycwmw-select.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-py .content-py-wrap .py-right .py-right-img {
  margin-top: 15px;
  display: none;
  flex-shrink: 0;
  align-items: center;
}

.content-py .content-py-wrap .py-right .py-right-img .myContentSwiper {
  flex: 1;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-arrow {
  margin: 0 10px;
  width: 11px;
  height: 21px;
}



.py-right-img-show {
  display: flex !important;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-img-box {
  flex-shrink: 0;
  position: relative;
  /* width: 147px; */
  height: 188px;
  background-image: url(../site151/fzwm-py-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-img-box img {
  border-radius: 15px 0px 15px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-img-box .py-right-img-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 145px;
  height: 24px;
  background-image: url(2025ycwmw-name.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
}

.content-py .content-py-wrap .py-right .py-wcn {
  margin-top: 15px;
  width: 100%;
  height: 162px;
  flex-shrink: 0;
  background-color: #fffcf6;
}

.content-py .content-py-wrap .py-right .py-wcn .py-wcn-title {
  box-sizing: border-box;
  padding-left: 33px;
  width: 308px;
  height: 44px;
  background-image: url(2025ycwmw-wcn-t.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  line-height: 44px;
  color: #d52418;
  font-weight: bold;
}

.content-py .content-py-wrap .py-right .py-wcn .py-wcn-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px;
  top:10px;
}

.content-py .content-py-wrap .py-right .py-wcn .py-wcn-wrap .py-wcn-wrap-item {
  width: 330px;
}

.content-gj {
  margin-top: 30px;
  width: 1200px;
}

.content-sj {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.content-sj .content-sj-wrap {
  display: flex;
  overflow-y: auto;
  margin-top: 23px;
  gap: 0 13px;
}

.content-sj .content-sj-wrap .sj-left {
  width: 380px;
  display: flex;
  flex-direction: column;
  
}

.content-sj .content-sj-wrap .sj-left .img-box {
  position: relative;
  width: 100%;
}

.content-sj .content-sj-wrap .sj-left .img-box .img-box-mask {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  padding: 0 21px;
  background: rgba(0, 0, 0, 0.59);
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 36px;
}
.content-sj .content-sj-wrap .sj-left .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 381px;
  height: 215px;
}
.content-sj .content-sj-wrap .sj-right {
 text-align: left;
	width: 880px;
}

.content-sj .content-sj-wrap .sj-right .img-box1 {

	position: relative;
  width: 100%;

flex-shrink: 0; 
}
.content-sj .content-sj-wrap .sj-right .img-box2 {

   position: relative;
   width: 100%;

   flex-shrink: 0; 
 }

.content-sj .content-sj-wrap .sj-right .img-box1 .img-box-mask {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 32px;
  padding: 0 1px;
  background: rgba(0, 0, 0, 0.59);
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 32px;
}
.content-sj .content-sj-wrap .sj-right .img-box2 .img-box-mask {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 32px;
  padding: 0 1px;
  background: rgba(0, 0, 0, 0.59);
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 32px;
}
.content-sj .content-sj-wrap .sj-right .img-box1 img {
  object-fit: cover;
  width: 280px;
  height: 160px;
}
.content-sj .content-sj-wrap .sj-right .img-box2 img {
  object-fit: cover;
  width: 280px;
  height: 160px;
}
.content-sj .content-sj-wrap .sj-right .sj-right-allParent{

   display: flex;                
  justify-content: flex-start;  
  gap: 20px; 
  align-items: flex-start;                
}
.content-sj .content-sj-wrap .sj-right .sj-right-allParent .sj-right-img-boxParent{

  display: flex;              
  flex-direction: column;     
  gap: 10px;               
margin-left: 10px;

}

.content-sj .content-sj-wrap .sj-right .content-sj-list {
  
  width: 454px;
  height: 300px;
  background-color: #ffffff;
}
.content-sj .content-sj-wrap .sj-right .content-sj-list .content-sj-list-text {
  top: 30px;
  margin-right: auto; 
  height: 50px;
  width: 90%;
 margin-left: 30px;
  border-bottom: 1px dashed #696262;
  line-height: 55px;
  font-size: 18px;
  color: #000000;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align: left;
}

.content-sj .content-sj-wrap .sj-right .content-sj-list .content-sj-list-text a {
text-decoration:none;
  height: 40px;
  width: 90%;
  line-height: 40px;
  font-size: 18px;
  padding-left:10px;
  color: #000000;
 
}
.content-sj .content-sj-wrap .sj-right {
  width: 805px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.content-sj .content-sj-wrap .sj-right .sj-right-guide {
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 30px;
  width: 100%;
  height: 42px;
  background-color: #f9e1d1;
  border-radius: 10px 10px 0px 0px;
}

.content-sj .content-sj-wrap .sj-right .sj-right-guide .sj-right-guide-item {
  flex: 1;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}

.content-sj .content-sj-wrap .sj-right .sj-right-guide .sj-right-guide-item-active {
  color: #fff;
  background-image: url(2025ycwmw-select.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-sj .content-sj-wrap .sj-right .sj-right-img {
  margin-top: 15px;
  display: none;
  flex-shrink: 1;
  align-items: center;
}

.content-sj .content-sj-wrap .sj-right .sj-right-img .myContentSwiper {
  flex: 1;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.content-sj .content-sj-wrap .sj-right .sj-right-img .sj-right-arrow {
  margin: 0 10px;
  width: 11px;
  height: 21px;
}



.sj-right-img-show {
  display: flex !important;
}

.content-sj .content-sj-wrap .sj-right .sj-right-img .sj-right-img-box {
  flex-shrink: 0;
  position: relative;
  background-image: url(../site151/fzwm-sj-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.content-sj .content-sj-wrap .sj-right .sj-right-img .sj-right-img-box img {
  border-radius: 15px 0px 15px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-sj .content-sj-wrap .sj-right .sj-right-img .sj-right-img-box .sj-right-img-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 267px;
  height: 24px;
 background: rgba(0, 0, 0, 0.59);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
}

.content-sj .content-sj-wrap .sj-right .sj-wcn {
  margin-top: 15px;
  width: 100%;
  height: 162px;
  flex-shrink: 0;
  background-color: #fffcf6;
}

.content-sj .content-sj-wrap .sj-right .sj-wcn .sj-wcn-title {
  box-sizing: border-box;
  padding-left: 33px;
  width: 308px;
  height: 44px;
  background-image: url(2025ycwmw-wcn-t.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  line-height: 44px;
  color: #d52418;
  font-weight: bold;
}

.content-sj .content-sj-wrap .sj-right .sj-wcn .sj-wcn-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 26px 43px;
  
}

.content-sj .content-sj-wrap .sj-right .sj-wcn .sj-wcn-wrap .sj-wcn-wrap-item {
  width: 330px;
}







.py-wcn a {
    flex: 1;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #d52418;
}

.content-cj {
  margin-top: 30px;
  width: 1200px;
}

.content-cj .content-cj-wrap {
  display: flex;
  overflow-x: auto;
  margin-top: 28px;
}

.content-cj .content-cj-wrap .content-cj-item {
  display: flex;
  position: relative;
  width: 93px;
  overflow: hidden;
  transition: width .8s;
}

.content-cj .content-cj-wrap .content-cj-img {
  flex-shrink: 0;
  width: 420px;
  height: 300px;
  position: relative;
}

.content-cj .content-cj-wrap .content-cj-img img {
  width: 420px;
height:300px;
}

.content-cj .content-cj-wrap .content-cj-img .content-cj-img-mask {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align:center;
  background: rgba(0, 0, 0, 0.59);
  display: none;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.content-cj .content-cj-wrap .content-cj-right {
  flex: 1;
  display: flex;
  height: 300px;
}

.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei {
  width: 454px;
  height: 300px;
  background-color: #fff7e6;
}

.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei .content-cj-danwei-title {
  margin-top: 27px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #d52418;
  text-align: center;
  text-decoration: none;
   white-space:nowrap;
  overflow:hidden;
    text-overflow:ellipsis;
}




.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei .content-cj-danwei-text {
  height: 40px;
  width: 90%;
 margin-left: 20px;
  border-bottom: 1px dashed #bc2021;
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  white-space:nowrap;
  overflow:hidden;
    text-overflow:ellipsis;
}

.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei .content-cj-danwei-text a {
text-decoration:none;
  height: 40px;
  width: 90%;
  line-height: 40px;
  font-size: 18px;
  padding-left:10px;
  color: #000000;
 white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.content-cj .content-cj-wrap .content-cj-item .content-cj-bb-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 93px;
  height: 100%;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  display: table;
  cursor: pointer;
  writing-mode: tb-rl;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.content-cj-item-active {
  width: 1014px !important;
  transition: width .8s;
}

.content-cj-item-active .content-cj-img .content-cj-img-mask {
  display: block !important;
}

.content-cj-item-active .content-cj-bb-item {
  display: none !important;

}



.content-pl-gg {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  gap: 0 43px;
}

.content-pl-gg .content-pl-gg-item {
  width: 596px;
  display: flex;
  flex-direction: column;
  
}

.content-jz {
  margin-top: 30px;
  width: 1200px;
}

.content-jz .content-jz-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  height: 150px;
  flex-wrap: wrap;
  gap: 10px;
}

.content-jz .content-jz-wrap .content-jz-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 20px;
  width: 358px;
  height: 150px;
  background-image: url(../site151/fzwm-code.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content-jz .content-jz-wrap .content-jz-item img {
  width: 108px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-jz .content-jz-wrap .content-jz-item:first-child {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 10px;
  width: 300px;
  height: 150px;
  background-image: url(../site151/fzwm-code.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-jz .content-jz-wrap .content-jz-item:first-child img {
  width: 108px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-jz .content-jz-wrap .content-jz-item:first-child .content-jz-text {
    width: 200px;
    height: 100px;
    font-size: 13px;
    line-height: 24px;
    color: #010101;
    text-align: left;
}


.content-jz .content-jz-wrap .content-jz-item:nth-child(2) {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 10px;
  width: 270px;
  height: 150px;
  background-image: url(../site151/fzwm-code.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-jz .content-jz-wrap .content-jz-item:nth-child(2) img {
  width: 108px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-jz .content-jz-wrap .content-jz-item:nth-child(2) .content-jz-text {
    width: 150px;
    height: 100px;
    font-size: 13px;
    line-height: 24px;
    color: #010101;
    text-align: left;
}

.content-jz .content-jz-wrap .content-jz-item:nth-child(3) {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 10px;
  width: 360px;
  height: 150px;
  background-image: url(../site151/fzwm-code.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-jz .content-jz-wrap .content-jz-item:nth-child(3) img {
  width: 108px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-jz .content-jz-wrap .content-jz-item:nth-child(3) .content-jz-text {
    width: 260px;
    height: 100px;
    font-size: 13px;
    line-height: 24px;
    color: #010101;
    text-align: left;
}


.content-jz .content-jz-wrap .content-jz-item:nth-child(4) {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 10px;
  width: 290px;
  height: 150px;
  background-image: url(../site151/fzwm-code.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-jz .content-jz-wrap .content-jz-item:nth-child(4) img {
  width: 108px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-jz .content-jz-wrap .content-jz-item:nth-child(4) .content-jz-text {
    width: 180px;
    height: 100px;
    font-size: 13px;
    line-height: 24px;
    color: #010101;
    text-align: left;
}



.content-jz .content-jz-wrap .content-jz-item-active {
  background-color: #ffc1b0;
}


.footer .footer1{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  height: 50px;
  width: 1903px;
  background-color:#A70002;
  box-sizing: border-box;
}
.footer .footer2{

  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  height: 200px;
  width: 1903px;
  background-color: #d51806;
  box-sizing: border-box;
}
.footer .footer2 .table{
	vertical-align: middle;
	height: 100px;
}
.footer .footer-select {
  width: 1200px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 23px;
}

.footer .footer-select select {
  width: 270px;
  height: 56px;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 添加自定义样式 */
  background-image: url(../site151/fzwm-down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* 可以根据需要调整位置 */
  background-size: 20px 12px;
  /* 设置图标大小 */
  padding-right: 20px;
  /* 添加足够的padding以容纳图标 */
  font-size: 20px;
}

.footer .footer-image {
  margin-top: 61px;
  width: 398px;
  height: 119px;
}

.title-box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d53523;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
}

.title-box span {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #d52418;
	margin-right: auto;
		
}

.title-box a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.title-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: 6px;
  background: #d52418;
}

.text-item-box {
  display: flex;
  align-items: center;
  padding:8px 0;
}

.text-item-box span {
  margin: 0 5px 0 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d52418;
}

.text-item-box a {
  flex: 1;
  text-decoration: none;
  overflow: hidden;
  /* 确保超出容器的内容被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  color: #000;
}

.ellipsis {
  overflow: hidden;
  /* 确保超出容器的内容被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 800px;
 height:442px;
}

.swiper-pagination {
  box-sizing: border-box;
  padding-left: 672px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #d52418;
}

/*# sourceMappingURL=fuzhouwenming.css.map */
.guide-slide {
  position: relative;
}

.guide-link {
    position: absolute;
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    width: 800px;
    /* height: 56px; */
    /* line-height: 10px; */
    left: 0;
    bottom: 0px;
    background: url(2025ycwmwblack-mask.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 99;
    box-sizing: border-box;
}

.guide-link img {
    position: absolute;
    z-index: 111;
    width: 19px;
    height: 20px;
    /* object-fit: contain; */
    margin-left: 22px;
    left: 0;
    top: 6px;
    display: inline-block;
    /* vertical-align: middle; */
    /* width: 46px; */
    /* height: 30px; */
}

.guide-link a {
    display: block;
    position: relative;
    z-index: 111;
    font-family: HarmonyOS_Sans_SC;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 9px;
    cursor: pointer;
    text-align: left !important;
    /* text-indent: 2em; */
    padding-bottom: 10px;
    width: 84%;
    padding-left: 5%;
}

.head-title {
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.head-h1 {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 34px;
    color: #d52418;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    letter-spacing: 1px;
}

.head-h1 p {
    margin: 10px 0;
    text-align: center;
}

.head-title a {
    color: #000080;
    text-decoration: none;
}

.head-des a {
	  color: #716e6e;
	  padding-right:15px
}

.guide-link a {
	    text-decoration: none;
}

.head-des {
  font-family: HarmonyOS_Sans_SC;
  font-size: 17px;
  line-height: 12px;
  color: #716e6e;
  margin-top: 15px;
}

.head-more {
  position: absolute;
  cursor: pointer;
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  color: #d52418;
  right: 22px;
  bottom: 12px;
}

.content-cj-bb-item-num {
width: 93px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    bottom: 10px;
    color: rgb(255, 255, 255);
	writing-mode: horizontal-tb;
}

.content-cj-bb-item-num span{
	font-size: 28px;
    font-weight: 700;
}

.positio-right {
	position: fixed;
	width: 110px;
	height: 300px;
	top: 30%;
	right: 20px;
	background-color: #ffffff;
}
.positio-ico {
	margin-bottom: 35px;
	width: 105px;
	height: 105px;
	padding: 5px 0;
}
.positio-ico1 {
	background: url(2025ycwmwssp.jpg)center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	padding-bottom: 10px;
}
.positio-ico2 {
	background: url(2025nxycgy.jpg)center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	padding-top: 30px;
}

.positio-ico a {
	display: block;
	color: #000;
	width: 105px;
	margin: 105px 0;
	text-align: center;
	height: 20px;
	font-size: 14px;
}
.positio-ico4 {
	margin: -32px 0 0 0;/*background: url(./triangle.png) center right no-repeat;*//*background-size: 17px 15px;*/
  /*margin-left: 20px;*/
}
.positio-ico4 a {
	height: 20px;
	text-align: center;
	margin: 80px 0 0 0;
}