body {
  /* height: 3000px; */
}
body::-webkit-scrollbar{
  height: 10px;
  width: 15px;
  background-color:#f1f1f1;
}
body::-webkit-scrollbar-thumb {
  height: 300px;
  width: 0;
  background-color:#c1c1c1;
}

.container {
  width: 1370px;
  margin: 0 auto;
}

.head {
  padding: 20px 0 12px;
}

.topnav {
  padding: 30px 30px 30px 0;
  text-align: right;
}

.imgnav {
  margin-bottom: 15px;
}

.imgnav a {
  margin: 0 5px;
  vertical-align: middle;
  color: #858585;
  font-size: 15px;
}

.imgnav span {
  font-size: 15px;
  color: #858585;
}

.bottomnav ul li {
  float: left;
  position: relative;
  margin-left: 30px;
  text-align: center;
}

.bottomnav ul li:hover a {
  color: #cd0e05;
  text-decoration: none;
}

.bottomnav ul li.active a {
  color: #cd0e05;
}

.bottomnav ul li.active::after {
  width: 100%;
  content: '';
  height: 6px;
  background-color: #cd0e05;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.bottomnav ul li a {
  color: #161819;
  font-size: 20px;
  font-weight: 600;
}

.center {
  /* position: relative; */
}

.mySwiper1.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper1 .swiper-slide a{
  cursor:auto;
}
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper1 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  opacity: 0.9;
}

.mySwiper1 .swiper-pagination-bullet-active {
  background-color: #f0cb41;
  width: 40px;
}

.scgk {
  background: url(../images/zjsc2024/scgkbg.png) center bottom no-repeat;
  /* margin-top: 20px; */
  padding-top: 47px;
}

.scgk .container {
  background: url(../images/zjsc2024/con1bg.png) center top no-repeat;
  padding-top: 61px;
}

.scgk .con1 > .fl {
  padding-top: 120px;
}

.scgk .con1 > .fr {
  width: 85%;
}

.scgkList .box {
  width: 482px;
  height: 595px;
  background: url(../images/zjsc2024/boxbk.png) no-repeat;
  padding: 40px;
}

.boxtop {
  margin-bottom: 20px;
}



.boxtop .fr {
  width: 65%;
  text-align: left;
  border-bottom: 3px solid #666;
  padding-top: 20px;
  padding-bottom: 10px;
}

.boxtop .fr span {
  font-size: 30px;
  color: #ce0800;
  font-weight: 700;
  margin-bottom: 30px;
}

.boxtop .fr p {
  font-size: 22px;
  color: #bdbdbd;
  font-weight: 700;
}

.scgkList .box > img {
  width: 100%;
  height: 225px;
}
.boxbottom {
  margin-top: 20px;
}
.boxbottom.firbottom{
  margin-top: 10px;
}
.boxbottom p {
  color: #454545;
  line-height: 30px;
}

.boxbottom p span {
  color: #ce0800;
  font-size: 20px;
  font-weight: 700;
  /* margin-right: 10px; */
}

.boxbottom p span.detail a {
  color: #dd2400;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0;
}

.scgkList li {
  float: left;
  margin-right: 19px;
  cursor: pointer;
}

.scgkList li:last-child {
  margin-right: 0;
}

.scgkList li .box {
  display: none;
}

.scgkList li .tiao {
  display: block;
  padding: 20px 0;
}

.scgkList li.active .box {
  display: block;
}

.scgkList li.active .tiao {
  display: none;
}

.comtitle {
  text-align: center;
  margin: 75px 0;
  background: url(../images/zjsc2024/ttbg.png) no-repeat;
  width: 100%;
}

.con2 .container {
  padding: 0 40px;
}

.yyscsp .fl {
  width: 980px;
}

.yyscsp .fr {
  width: 286px;
}

.yyscsp .fr li {
  margin-bottom: 15px;
}

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

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

.mySwiper2 .swiper-slide {
  /* width: 718px; */
  height: 451px;
  /* height: 306px; */
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  position: relative;
}

.mySwiper2 .swiper-slide img {
  /* width: 100%; */
  /* width: 720px; */
  /* height: 450px; */
  vertical-align:middle;
}

.mySwiper2 .swiper-slide p {
  position: absolute;
  bottom: 75px;
  /* bottom: 0; */
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #6b666693;
}

.mySwiper2 .swiper-slide p a{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.mySwiper2 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 999;
}

.con4 {
  min-height: 573px;
}
.con4 ul li:hover img {
  transform: scale(1.05);
  transition: 1s;
}

.con4 ul li {
  padding: 5px;
  float: left;
  width: 266px;
  height: 410px;
  border: 2px solid #e0e0e0;
  margin-right: 10px;
}

.con4 ul li:last-child {
  margin-right: 0;
}

.con4 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/zjsc2024/dccxbg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 25px;
  font-size: 28px;
  color: #c70000;
}

.con4 ul li a p {
  margin: 0 0 25px;
}

.con5 .container {
  padding: 0 40px;
}

.xmtop {
  margin-bottom: 30px;
}

.xmtop a:hover,
.xmbottom a:hover {
  transform: scale(1.05);
  transition: 2s;
}

.xmtop a {
  display: block;
  float: left;
  width: 630px;
  text-align: center;
  margin-right: 30px;
  position: relative;
}

.xmbottom a {
  position: relative;
  display: block;
  float: left;
  width: 408px;
  margin-right: 33px;
  text-align: center;
}

.xmbottom a img,
.xmtop a img {
  vertical-align: middle;
}

.xmtop a:last-child,
.xmbottom a:last-child {
  margin-right: 0;
}

.xmbottom p,
.xmtop p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.212);
  color: #fff;
}

.con6 .container {
  padding: 0 30px;
}

.gswm > .fl {
  position: relative;
  width: 675px;
  height: 460px;
}
.gswm > .fr {
  position: relative;
  width: 560px;
  height: 456px;
}
.gswm > .fr .gstt {
  width: 460px;
}
.gslogo {
  float: left;
}
.gstt {
  width: 580px;
  float: right;
  border-bottom: 3px solid #cf0e07;
  padding-bottom: 15px;
}
.gstt p {
  color: #ce0800;
  font-size: 30px;
  font-weight: 700;
}
.gstt strong {
  font-size: 22px;
  font-weight: 700;
  color: #bdbdbd;
}
.gstt span {
  font-size: 16px;
  color: #ce0800;
  margin-top: 46px;
}
.gscontent {
  margin-top: 20px;
}
.gscontent .fl {
  width: 226px;
}
.gscontent>.fr {
  width: 440px;
}
.gsimgli img:last-child {
  margin-left: 3px;
}
.gsimgbot>.fl{
  width: 218px;
  margin-top:10px;
  margin-left: 10px;
}
.gsimgbot .fl p{
 color:#454545;
 line-height: 29px;
 text-align: left;
}
.gsimgbot .fl p span{
  font-size: 20px;
  color: #ce0800;
  font-weight: 700;
}
.gsimgbot .fl p a{
  color: #ce0800;
}
.gsimgbot .fr{
  width: 200px;
  text-align: center;
  /* margin-top: 10px; */
}
.gscontent.jsyz>.fr .fl{
  width: 310px;
}
.gscontent.jsyz>.fr {
  width: 100%;
  text-align: center;
} 
.gscontent.gsimgbot .fl{
  width: 310px;
}

.con7 .container {
  padding: 0 38px;
}

.tzsc {
  /* height: 377px; */
  background-color: #d1cccc6b;
}

.tzsc .fl img {
  vertical-align: middle;
}

.tzsc > .fr {
  width: 635px;
}

.con2,
.con4,
.con5,
.con6,
.con7,
.con8 {
  background: url(../images/zjsc2024/condbg.png) bottom no-repeat;
}

.tzsc > .fr {
  padding: 40px 0;
}

.tzsc .fr div .fl {
  width: 150px;
  height: 68px;
  border-right: 2px solid #c70000;
}

.tzsc .fr > div {
  margin-bottom: 45px;
}

.tzsc .fr > div:last-child {
  margin-bottom: 0;
}

.tzsc .fr .fl p {
  vertical-align: middle;
  display: inline-block;
  width: 55px;
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
}

.tzscd .fr {
  width: 460px;
  height: 68px;
}

.tzscd .fr {
  position: relative;
}

.pb {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}

.pb a {
  margin-right: 20px;
  font-size: 20px;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.pb a:last-child {
  margin-right: 0;
}
.szmp {
  margin-bottom: 50px;
}
.szmp ul {
  width: 50%;
  margin: 40px 0;
}

.szmp>ul li {
  float: left;
  line-height: 37px;
  text-align: center;
  width: 72px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  margin-bottom: 20px;
}

.szmp>ul li a {
  font-size: 16px;
}

.szmp>ul li:hover a {
  color: #fff;
}

.szmp>ul li:hover {
  background-color: #ce0800;
}

.imgbox {
  background: url(../images/zjsc2024/szmpimgbg.png) no-repeat left top;
  padding: 45px 0 45px 0px;
  position: relative;
}

.imgbox img {
  /* display: none; */
  /* width: 527px; */
  /* height: 275px; */
}

.imgbox img.active {
  display: block;
}

.mapbox {
  position: absolute;
  right: 0;
  top: 150px;
}

.mapbox #ltl {
  width: 680px;
  /* height: 628px; */
}

.con8 .container {
  position: relative;
}

.dtdata {
  display: none;
}



.finabox {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.lunul {
  width: 10000%;
  position: absolute;
}
.finabox li img {
  display: block;
  width: 280px;
  height: 180px;
  overflow: hidden;
}
.finabox .bd {
  width: 1000%;
}
.next2,
.pre2,
.next2 img,
.pre2 img {
  width: 57px;
  height: 57px;
  top: 68%;
  cursor: pointer;
}
.next2 {
  right: 26px;
  position: absolute;
}
.pre2 {
  left: 5px;
  position: absolute;
}
.wm {
  /* width: 1300px; */
  margin: 0 auto;
  position: relative;
}
.conbot.picMarquee-left {
  position: relative;
  /* height: 180px; */
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 53px;
}
.picMarquee-left .bd li {
  /* width: 300px; */
  /* height: 280px; */
  /* padding: 0 26px 0px 0px; */
  box-sizing: border-box;
  float: left;
}
.picMarquee-left .bd li  img{
  width: 250px;
} 
.picMarquee-left .bd li a{
  padding: 0 10px;
}
.picMarquee-left .prev {
  left: 595px;
  position: absolute;
  top: 60px;
  width: 50px;
  height: 50px;
  display:block;
  cursor: pointer;
  z-index: 99;
  background:url(../images/yyhjzjsc_34.png) center;
}
.picMarquee-left .next {
  background:url(../images/yyhjzjsc_33.png) center;
  left: 3px;
  position: absolute;
  top: 60px;
  width: 50px;
  height: 50px;
  display:block;
  z-index: 99;
  cursor: pointer;
}

@media (max-width: 1370px) and (min-width: 1200px) {
    .container{
      width: 100%;
    }
   .scgk .con1 > .fl{
    width: 10%;
  }
  .scgk .con1 > .fr{
    width: 90%;
  }
  .yyscsp .fl{
    width: 920px;
  }
  .yyscsp .fr li{
    width: 278px;
    margin-bottom: 5px;
  }
  .con4 ul li{
    width: 19%;
  }
  .xmtop a{
    width: 48%;
  }
  .xmbottom a{
    width: 31%;
  }
  .con4 ul li img{
    width: 90%;
  }
  .con4 ul li a{
    font-size: 26px;
  }
  .con6 .container{
    padding: 0 10px;
  }
  .gswm > .fl{
    float:none;
    margin: 0 auto;
  }
   .gswm > .fr{
    float:none;
    margin: 0 auto;
  }
  .tzsc>.fl {
    width: 40%;
    padding-top: 35px;
  }
}

@media (max-width: 1200px) {
  .tzscd .fr{
    float:left;
    margin-left:10px;
  }
  .gswm {
   width: 100%;
  }
  .gswm > .fl{
    max-width: 675px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .gswm > .fr{
    margin: 0 auto;
    max-width: 560px;
    float: none;
  }
  .gstt {
    width: calc(100% - 90px);
  }

  .gswm div img {
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .head .fl,
  .head .fr {
    width: 100%;
  }

  .imgnav {
    text-align: left;
  }

  .bottomnav ul li {
    margin-left: 0;
    margin-right: 20px;
  }

  .scgkList li.active .box {
    display: none;
  }

  .scgkList li.active .tiao {
    display: block;
  }

  .con1 .fl {
    width: 10%;
  }

  .scgk,
  .con2,
  .con4,
  .con5,
  .con6,
  .con7,
  .con8 {
    padding: 0;
  }

  .yyscsp .fl,
  .yyscsp .fr {
    width: 100%;
  }

  .yyscsp .fr ul {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    margin-top: 20px;
  }

  /* .yyscsp .fr li {
    display: flex;
    align-content: space-between;
  } */
  .mySwiper2 .swiper-slide {
    height: 300px;
  }
  .mySwiper2 .swiper-slide p a {
    font-size: 16px;
  }
  .mySwiper2 .swiper-slide p {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    bottom: 39px;
  }
  .con4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 0 auto;
    /* align-items: center; */
  }
  .con4 ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* .con4 ul::after{
    display: block;
    content: '';
    width: 30%;
    height: 0;
  } */
  .xmtop a {
    width: 100%;
    margin-bottom: 10px;
  }
  .xmtop a img {
    width: 100%;
  }
  .xmbottom {
    display: flex;
  }


  .tzsc > .fl img {
    width: 100%;
  }
  .tzsc>.fl,
  .tzsc>.fr {
    width: 100%;
  }
  .con7 .container {
    padding: 0 20px;
  }
  .tzsc > .fr {
    padding: 10px;
  }
  .mapbox {
    position: static;
  }
  .mapbox #ltl {
    width: 100%;
  }
  .comtitle {
    background-size: 100% auto;
  }
  .szmp ul {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .bottomnav{
    overflow-y:hidden;
     overflow-x:auto;
  }
  .bottomnav ul{
    min-width: 500px;
  }
  .imgbox {
    width: 100%;
    padding: 20px;
    background-size: 100% 100%;
  }
  .imgbox img {
    width: 100%;
    height: auto;
  }
  .con4 ul li {
    width: 45%;
  }
  .con5 .container {
    padding: 0 20px;
  }
  .xmbottom p,
  .xmtop p {
    font-size: 18px;
  }
  .bottomnav ul li a {
    font-size: 16px;
  }
  .bottomnav ul li {
    margin-right: 10px;
  }
  .container {
    padding: 0 10px;
  }
  .head .fl img {
    width: 300px;
  }
  .con1 .fl {
    width: 60px;
  }
  .scgk .con1 > .fl {
    padding-top: 20px;
  }
  .scgk .con1 > .fr {
    width: calc(100% - 60px);
  }
  .scgkList li {
    width: 15%;
    margin-right: 5px;
  }
  .comtitle img {
    height: 110px;
  }
  .comtitle {
    margin: 20px 0;
  }
  .con2 .comtitle img {
    width: 500px;
    height: auto;
  }
}
@media (max-width: 425px) {
  .picMarquee-left .prev{
    left:auto;
    right:10px;
  }
  .tzsc .fr div .fl{
    height: 40px;
    margin-bottom: 20px;
    width: 120px;
  }
  .imgnav span{
    font-size:12px;
  }
  .imgnav a{
    font-size:12px;
    margin: 0 5px 0 0;
    /* width: 15px; */
  }
  .imgnav a img{
    width:15px;
  }
  .topnav{
    padding: 20px 0 10px;
  }
  .gswm > .fl{
    width: 100%;
  }
  .gstt span{
    margin-top: 20px;
    float: left;
  }
  .gswm div img{
    /* width: 100%; */
  }
  .gscontent .fl{
    width: 100%;
    text-align: center;
  }
  .gscontent>.fr{
    width: 100%;
    text-align: center;
  }
  .gswm > .fr{
    width: 100%;
    height: auto;
  }
  .con6 .container{
    padding: 0 20px;
  }
  .gswm > .fr .gstt{
    width: calc(100% - 80px)
  }
  .gscontent.jsyz>.fr .fl{
    width: 100%;
  }
  .gswm > .fl{
    height: auto;
  }
  .gsimgbot .fr{
    width: 100%;
  }
  .con1 .fl {
    width: 40px;
  }
  .mySwiper2 .swiper-slide {
    height: 184px;
  }
  .comtitle img {
    height: 50px;
  }
  .con4 ul {
    justify-content: center;
  }
  .con4 ul li {
    width: 80%;
  }
  .xmbottom a {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .xmbottom {
    flex-wrap: wrap;
  }
  .xmtop {
    margin-bottom: 0;
  }
  .tzsc .fr > div {
    margin-bottom: 15px;
  }
  .tzscd .fr {
    height: 40px;
    /* margin-bottom: 20px; */
    width: calc(100% - 150px);
  }
  .tzsc .fr > div.pb {
    /* position: static; */
    /* margin-top: 10px; */
    /* margin-bottom: 8px; */
    /* position: static; */
    /* transform: none; */
  }
  .tzsc .fr .fl img {
    width: 30px;
  }
  .tzsc .fr .fl p {
    font-size: 16px;
    width: auto;
    margin-left: 5px;
    line-height: 40px;
  }
  .imgbox {
    padding: 10px;
  }
  .mapbox #ltl {
    height: 500px;
  }
  .szmp>ul li {
    /* margin-right: 10px;
    margin-bottom: 10px; */
    margin: 0;
    padding: 5px;
    border: 0;
    width: 20%;
  }
  .szmp>ul li a {
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
  }
  .scgkList li .tiao {
    padding: 0;
  }
  .scgk .con1 > .fl {
    width: 30px;
  }
  .scgk .con1 > .fr {
    width: calc(100% - 30px);
  }
  .mySwiper2 .swiper-slide p {
    font-size: 12px;
  }
  .con7 .container {
    padding: 0 10px;
  }
  .pb a {
    margin-right: 10px;
    font-size: 15px;
  }
  .szmp>ul li a {
    font-size: 14px;
  }
}
@media (max-width: 375px){
  .tzscd .fr{
    width: 100%;
    margin-left:0;
    
  }
  .tzsc .fr div .fl{
  margin-bottom: 5px;
  }
  .tzsc .fr > div{
    margin-bottom:25px;
  }
  .conbot.picMarquee-left{
    padding-left:0;
    padding: 0 30px;
  }
}
