/* main1 */
#main1 {
  width: 100%;
  height: 100vh;
  background: url("../../images/pc/01bg.png?221122") top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#main1 .logo {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main1 .w1200 {
  position: relative;
}

#main1 .page01,
#main1 .page02,
#main1 .page03 {
  width: 100%;
  text-align: center;
}

#main1 .page001 {
  position: absolute;
  top: 150px;
  opacity: 0;
}

#main1 .page01 {
  position: absolute;
  top: 150px;
  opacity: 1;
}

#main1 .page002 {
  position: absolute;
  top: 200px;
  opacity: 0;
}

#main1 .page02 {
  position: absolute;
  top: 200px;
  opacity: 1;
}

#main1 .page03 {
  position: absolute;
  top: 470px;
  opacity: 1;
}

#main1 .page05 {
  position: absolute;
  top: 190px;
  right: 210px;
  opacity: 1;
}

#main1 .page04 {
  width: 100%;
  position: absolute;
  top: 480px;
  opacity: 1;
}

#main1 .page04 ul {
  width: 780px;
  /* margin: 0 auto; */
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
}

#main1 .page04 ul li {
  float: left;
  margin-right: 10px;
  width: 240px;
  height: 85px;
  /* text-align: center; */
  padding-left: 40px;
}

#main1 .page04 ul li a {
  display: block;
  font-size: 26px;
  color: #348d93 !important;
  font-weight: bold;
  line-height: 73px;
}

#main1 .page04 ul li:hover {
  background: url("../../images/pc/banneron.png") top center no-repeat;
  background-size: 100% 100%;
}

#main1 .page04 ul li:hover a {
  color: #E16326 !important;
}
/* navBar */
/* .navBar {
  width: 185px;
  background: #fff;
  border-radius: 30px;
  position: fixed;
  right: 100px;
  top: 50%;
  margin-top: -280px;
  display: none;
  padding: 30px 0 0 15px;
}

.navBar li {
  width: 100%;
  height: 80px;
  margin-top: 5px;
  margin: -22px auto 0;
}

.navBar li.active {
  background: url("../../images/pc/dhbgon.png") top center no-repeat !important;
  background-size: 100% 100% !important;
}

.navBar li:hover {
  background: url("../../images/pc/dhbgon.png") top center no-repeat !important;
  background-size: 100% 100% !important;
} */
.navBar {
  width: 360px;
  height: 600px;
  background: url("../../images/pc/00daohangbg.png") top center no-repeat !important;
  background-size: 100% 100% !important;
  /* background: #fff; */
  /* border-radius: 30px; */
  position: fixed;
  z-index: 1 !important;
  right: -5px;
  top: 20%;
  padding: 158px 76px 10px 90px;
}

.navBar li {
  width: 100%;
  height: 75px;
  margin-top: 2px;
  margin: -25px auto 0;
}

.navBar li.active {
  background: url("../../images/pc/dhbgon.png") top center no-repeat !important;
  background-size: 100% 100% !important;
}

.navBar li:hover {
  background: url("../../images/pc/dhbgon.png") top center no-repeat !important;
  background-size: 100% 100% !important;
}




/* .navBar li:nth-child(6){height: 56px;background: url("../../images/pc/ajskldjlq.png") top center no-repeat;}
.navBar li:nth-child(7){height: 56px;background: url("../../images/pc/ajskldjlq.png") top center no-repeat;} */

/* .navBar li:first-child:hover{background: url("../../images/pc/navtit11.png") top center no-repeat;}
.navBar li:nth-child(2):hover{background: url("../../images/pc/navtit22.png") top center no-repeat;}
.navBar li:nth-child(3):hover{background: url("../../images/pc/navtit33.png") top center no-repeat;}
.navBar li:nth-child(4):hover{background: url("../../images/pc/navtit44.png") top center no-repeat;}
.navBar li:nth-child(5):hover{background: url("../../images/pc/navtit55.png") top center no-repeat;}
.navBar li:nth-child(6):hover{background: url("../../images/pc/navtit66.png") top center no-repeat;}
.navBar li:nth-child(7):hover{background: url("../../images/pc/navtit77.png") top center no-repeat;} */
.navBar li a {
  display: block;
  width: 172px;
  height: 100%;
  font-size: 20px;
  color: #13506A;
  text-align: center;
  line-height: 68px;
  font-weight: bold;
}

.navBar li.active a {
  color: #fff;
}

.navBar li:hover a {
  color: #fff;
}

/* main2 */
#main2 {
  width: 100%;
  height: 100%;
  background: url("../../images/pc/bg1.png") top center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

.headline {
  height: 180px;
  background: url("../../images/pc/2ttt.png?202508") top center no-repeat;
  padding-top: 25px;
  margin-top: 65px;
}

.headline p {
  width: 1018px;
  margin-left: 120px;
  font-size: 28px;
  font-weight: bold;
  color: #13506A;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.headline p a {
  color: #13506A;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}

.headline h2 {
  width: 918px;
  margin-left: 220px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  color: #13506A;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold; */
}

.headline h2 a {
  color: #13506A;
}

/*focus*/
#main2 .slideBox {
  width: 1200px;
  height: 788px;
  height: 700px;
  position: relative;
  overflow: hidden;
  /* margin-top: 25px; */
}

#main2 .slideBox .hd {
  position: absolute;
  right: 10px;
  bottom: 25px;
  z-index: 1;
}

#main2 .slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: #fff;
}

#main2 .slideBox .hd ul li.on {
  background: #ffa600;
}

#main2 .slideBox .bd {
  position: relative;
  z-index: 0;
}

#main2 .slideBox .bd li {
  position: relative;
  width: 100%;
  float: left;
}

#main2 .slideBox .bd li img {
  width: 100%;
  height: 700px;
}

#main2 .slideBox .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 69px;
  line-height: 69px;
  font-size: 20px;
  text-indent: 20px;
  z-index: 1;
  /* background: url("../../images/pc/focusLine.png") bottom left repeat-x; */
}

#main2 .slideBox .bd p a {
  color: #fff;
}

#main2 .slideBox .prev,
#main2 .slideBox .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -58px;
  display: none;
  width: 56px;
  height: 117px;
  background: url("../../images/pc/prev-btn.png") center no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#main2 .slideBox .next {
  left: auto;
  right: 0;
  background-image: url("../../images/pc/next.png");
}

#main2 .slideBox .prev:hover,
#main2 .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 0.6;
  background-color: #000;
}

#main2 .slideTxtBox {
  width: 466px;
  height: 100%;
}
#main2 .slideTxtBox .hd ul{
  display: flex;
}
#main2 .slideTxtBox .hd ul li{
  margin-right: 10px;
}
#main2 .slideTxtBox .hd ul li .img1{
 display: block;
}
#main2 .slideTxtBox .hd ul li .img2{
 display: none;
}
#main2 .slideTxtBox .hd ul li.on .img1{
 display: none;
}
#main2 .slideTxtBox .hd ul li.on .img2{
 display: block;
}
#main2 .slideTxtBox .bd ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #13506A;
}

#main2 .slideTxtBox .bd ul li .zcjdTit {
  width: 100%;
  height: 40px;
}

#main2 .slideTxtBox .bd ul li .zcjdTit a {
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #13506A;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main2 .slideTxtBox .bd ul li .zcjdSummary {
  width: 100%;
  /* height: 40px; */
}

#main2 .slideTxtBox .bd ul li .zcjdSummary a {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #4d4b4b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#main2 .slideTxtBox .bd .ywjj{
  padding-top: 20px;
}
#main2 .slideTxtBox .bd .ywjj li{
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 40px;
  border: none;
  
  /* border-bottom: 1px solid #13506A; */
  background: url("../../images/pc/li-bg.png") left center no-repeat;
  padding-left: 15px;
}
#main2 .slideTxtBox .bd .ywjj li a{
   width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 40px;
  /* font-weight: bold; */
  display: block;
  color: #13506A;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* main3 */
#main3 {
  width: 100%;
  height: 100%;
  background: url("../../images/pc/bg2.png") center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

#main3 .hdfc {
  width: 576px;
  height: 844px;
  background: url("../../images/pc/03hdcf.png") center center no-repeat;
  padding-top: 70px;
  overflow: hidden;
}

#main3 .hdfc .hdfcimgList {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main3 .hdfc ul {
  height: 844px;
  /* overflow: auto; */
  /* overflow: hidden;
  position: relative; */
}

#main3 .hdfc ul li {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  padding: 0px 100px;
}

#main3 .hdfc ul li img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#main3 .slideTxtBox {
  width: 466px;
  height: 100%;
  margin-top: 50px;
}

#main3 .slideTxtBox ul {
  margin-top: 50px;
}

#main3 .slideTxtBox ul li {
  width: 100%;
  padding: 26px 0;
  border-bottom: 1px solid #13506A;
}

#main3 .slideTxtBox ul li .zcjdTit {
  width: 100%;
  /* height: 40px; */
}

#main3 .slideTxtBox ul li .zcjdTit a {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #13506A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* text-overflow: ellipsis;
    white-space: nowrap; */
}

#main3 .slideTxtBox ul li .zcjdSummary {
  width: 100%;
  /* height: 40px; */
}

#main3 .slideTxtBox ul li .zcjdSummary a {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  font-size: 16px;
  line-height: 35px;
  display: block;
  color: #4d4b4b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.groundImg {
  width: 500px;
  height: 600px;
  background: url("../../images/pc/cjjcasxaqwqw.png") center center no-repeat;
}

.newsBox {
  width: 680px;
  height: 700px;
}

.newsBox ul li {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  background-color: rgb(44, 58, 190, 0.5);
  border-radius: 10px;
  padding: 10px 20px;
}

.newsBox ul li:hover {
  background-color: #516bff;
}

.newsBox ul li .liTit {
  width: 100%;
  height: 40px;
}

.newsBox ul li .liTit a {
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #13506A;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsBox ul li .liCon {
  width: 100%;
  height: 40px;
  display: flex;
}

.newsBox ul li .liCon a {
  font-size: 16px;
  line-height: 40px;
  color: #b6b5b5;
}

.newsBox ul li .liCon .liConA {
  width: 88%;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  display: block;
  color: #b6b5b5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* rili */
.calendar {
  width: 566px;
  height: 668px;
  background: url("../../images/pc/rlbg.png") top center no-repeat;
  position: relative;
}

.slideTxtBoxRl {
  width: 590px;
  height: 407px;
  overflow: hidden;
  position: relative;
}

.slideTxtBoxRl .hd ul {
  position: absolute;
  top: 175px;
  left: 90px;
  width: 390px;
  display: flex;
}

.slideTxtBoxRl .hd ul li {
  float: left;
  font-size: 32px;
  font-weight: bold;
  margin-left: 8px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  text-align: center;
  background: #e70012;
  color: #13506A;
}

.slideTxtBoxRl .hd ul li.on {
  background: #13506A;
  border: 1px solid #e70012;
  color: #e70012;
}

.slideTxtBoxRl .bd li {
  font-size: 24px;
  font-weight: bold;
  text-indent: 2em;
  padding: 25px 15px;
  position: absolute;
  width: 530px;
  height: 137px;
  bottom: 50px;
  left: 30px;
}

.slideTxtBoxRl .bd li a {
  color: #e54013;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.slideTxtBoxRl .bd .sj {
  position: absolute;
  font-size: 36px;
  text-indent: 110px;
  font-weight: bold;
  color: #13506A;
  top: 90px;
  left: 100px;
  background: url("../../images/pc/qowqsmmxxnxn.png") center left no-repeat;
}

.slideTxtBoxRl .arrow a {
  position: absolute;
  display: block;
  width: 12px;
  height: 22px;
  overflow: hidden;
  cursor: pointer;
}

.slideTxtBoxRl .arrow .prev {
  background: url("../../images/pc/lalla.png") 0 0 no-repeat;
  left: 70px;
  top: 190px;
}

.slideTxtBoxRl .arrow .next {
  background: url("../../images/pc/ryuyay.png") 0 0 no-repeat;
  right: 80px;
  top: 190px;
}

.ewmBox {
  width: 494px;
  height: 169px;
  background: url("../../images/pc/ewmbg.png") top center no-repeat;
  position: absolute;
  bottom: 20px;
  left: 36px;
}

.ewmBox img {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: 349px;
  margin-top: 32px;
}

/* main4 */
#main4 {
  width: 100%;
  height: 100%;
  background: url("../../images/pc/bg3.png") center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

#main4 .gzdjqxf {
  width: 583px;
  height: 100%;
  margin-top: 20px;
}

#main4 .gzdjqxf ul {
  height: 100%;
  margin-top: 20px;
}

#main4 .gzdjqxf ul li {
  width: 280px;
  height: 230px;
  margin-bottom: 15px;
  float: left;
}

#main4 .gzdjqxf ul li:nth-child(2n) {
  margin-left: 20px;
}

#main4 .gzdjqxf ul li img {
  width: 100%;
  height: 190px;
  /* border-radius: 20px;  */
}

#main4 .gzdjqxf ul li .bfan {
  width: 78px;
  height: 78px;
  margin-top: -200px;
  margin-left: 100px;
}

#main4 .gzdjqxf ul li a {
  display: block;
}

#main4 .gzdjqxf ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  color: #13506A;
  margin-top: -20px;
}

#main4 .ewm {
  width: 122px;
  height: 122px;
  margin-top: -163px;
  margin-left: 289px;
}


#main4 .slideTxtBox {
  width: 570px;
  height: 100%;
  margin-top: 50px;
}

#main4 .slideTxtBox ul {
  width: 570px;
  height: 570px;
  padding-top: 10px;
  background: url("../../images/pc/04qmsht.png") center center no-repeat;
  background: #fff;
}

#main4 .slideTxtBox ul li {
  width: 92%;
  margin: 0 auto;
  padding: 5px 0 10px;
  border-bottom: 1px solid #e4e4e4;
}

#main4 .slideTxtBox ul li .zcjdTit {
  width: 100%;
}

#main4 .slideTxtBox ul li .zcjdTit a {
  width: 100%;
  overflow: hidden;
  font-size: 22px;
  line-height: 40px;
  display: block;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#main4 .slideTxtBox ul li .zcjdSummary {
  width: 100%;
}

#main4 .slideTxtBox ul li .zcjdSummary a {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* main5 */
#main5 {
  width: 100%;
  height: 100%;
  background: url("../../images/pc/bg4.png") top center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

#main5 .wlpf {
  width: 600px;
  height: 100%;
  margin-top: 30px;
}

#main5 .wlpf .hd {
  width: 100%;

}

#main5 .wlpf .hd ul {
  height: 42px;
  margin-bottom: 12px;
}

#main5 .wlpf .hd ul li {
  font-size: 22px;
  color: #13506A;
  overflow: hidden;
  font-weight: bold;
  float: left;
  margin-right: 0px;
  padding: 0 15px;
  border-radius: 10px;
}

#main5 .wlpf .hd ul li a {
  display: block;
  height: 42px;
  color: #000;
  /* padding: 0 21px; */
  line-height: 42px;
  font-size: 22px;
  font-weight: 400;
}

#main5 .wlpf .hd ul li.on {
  background-color: #13506A;
}

#main5 .wlpf .hd ul li.on a {
  color: #fff;
  font-weight: 700;
}

#main5 .wlpf .bd {
  margin-top: 20px;
  height: 725px;
  border-left: 3px solid #89CCC2;
  border-right: 3px solid #89CCC2;
  padding: 0 20px;
}

#main5 .wlpf .bd ul {
  height: 600px;
  margin-top: 20px;
}

#main5 .wlpf .bd ul li {
  width: 266px;
  height: 192px;
  margin-bottom: 15px;
  float: left;
}

#main5 .wlpf .bd ul li:nth-child(2n) {
  margin-left: 20px;
}

#main5 .wlpf .bd ul li img {
  width: 100%;
  height: 150px;
  /* border-radius: 20px;  */
}

#main5 .wlpf .bd ul li .bfan {
  width: 78px;
  height: 78px;
  margin-top: -175px;
  margin-left: 100px;
}

#main5 .wlpf .bd ul li a {
  display: block;
}

#main5 .wlpf .bd ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  color: #13506A;
  margin-top: -20px;
}

#main5 .eltx {
  width: 550px;
  height: 100%;
  position: relative;
}



.mediaProducts {
  width: 90%;
  margin: 0 auto;
}

.swiper-slide {
  width: 240px !important;
  height: 480px;
  font-size: 18px;
  padding: 10px;
}

.swiper-slide img {
  display: block;
  width: 240px !important;
  height: 480px;
}

.swiper-button-prev {
  width: 45px;
  height: 45px;
  background: url("../../images/pc/right.png") center center no-repeat;
  position: absolute;
  left: -25px !important;
  top: 38%;
  z-index: 99;
}

.swiper-button-next {
  width: 45px;
  height: 45px;
  background: url("../../images/pc/left.png") center center no-repeat;
  position: absolute;
  top: 38%;
  right: -38px;
  z-index: 99;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

#main5 .eltxCon {
  width: 100%;
  height: 100%;
  margin-top: 50px;
}


#main5 .eltxCon ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #13506A;
}

#main5 .eltxCon ul li .zcjdTit {
  width: 100%;
  /* height: 40px; */
}

#main5 .eltxCon ul li .zcjdTit a {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  color: #13506A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* text-overflow: ellipsis;
    white-space: nowrap; */
}

#main5 .eltxCon ul li .zcjdSummary {
  width: 100%;
  /* height: 40px; */
}

#main5 .eltxCon ul li .zcjdSummary a {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  font-size: 16px;
  line-height: 35px;
  display: block;
  color: #13506A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}








.pageCon {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.pageCon .pageNew {
  width: 590px;
  height: 638px;
  padding: 20px;
  background: url(../../images/pc/sacncncbq.png) center center no-repeat;
}

.pageCon .pageNew .newTop {
  width: 100%;
  /* height: 638px; */
}

.newTop .newTit a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #13506A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newTop .newCon {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #cfcfcf;
}

.newTop .newCon a {
  line-height: 28px;
  font-size: 16px;
  color: #cfcfcf;
}

.newList {
  width: 100%;
  margin-top: 30px;
}

.newList ul li {
  width: 100%;
  height: 50px;
  display: flex;
}

.newList ul li a {
  display: block;
  width: 80%;
  height: 50px;
  line-height: 50px;
  color: #13506A;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newList ul li span {
  float: right;
  height: 50px;
  line-height: 50px;
  color: #cfcfcf;
  font-size: 18px;
}

.pageImg {
  width: 580px;
}

.pageImg .imgTop img {
  width: 580px;
  height: 250px;
}

.pageImg .imgList {
  width: 100%;
}

.pageImg .imgList ul li {
  width: 285px;
  height: 182px;
  float: left;
  margin-top: 13px;
}

.pageImg .imgList ul li:nth-child(2n) {
  margin-left: 10px;
}

.pageImg .imgList ul li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pageImg img {
  transition: all 1s;
}

.pageImg img:hover {
  transform: scale(1.05);
}


/* main6 */
#main6 {
  width: 100%;
  height: 100%;
  background: url("../../images/pc/bg6.png") top center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

#main6 .wlpf {
  width: 550px;
  height: 100%;
  margin-top: 50px;
}

#main6 .wlpf .hd {
  width: 100%;
}

#main6 .wlpf .hd ul {
  height: 35px;
  margin-bottom: 12px;
  margin-top: 30px;
  /* display: flex;
  justify-content: space-between; */
}

#main6 .wlpf .hd ul li {
  font-size: 22px;
  color: #13506A;
  overflow: hidden;
  font-weight: bold;
  float: left;
  margin-right: 0px;
  padding: 0 25px;
  border-radius: 10px;
  border: 2px solid #13506A;
  margin-right: 10px;
}

#main6 .wlpf .hd ul li a {
  display: block;
  height: 35px;
  color: #000;
  /* padding: 0 21px; */
  line-height: 33px;
  font-size: 22px;
  font-weight: 400;
}

#main6 .wlpf .hd ul li.on {
  background-color: #13506A;
}

#main6 .wlpf .hd ul li.on a {
  color: #fff;
  font-weight: 700;
}

#main6 .wlpf .bd {
  margin-top: 20px;
  height: 525px;
  padding: 20px 0;
}

#main6 .wlpf .bd ul {
  height: 415px;
  margin-top: 20px;
}

#main6 .wlpf .bd ul li {
  width: 265px;
  height: 192px;
  margin-bottom: 15px;
  float: left;
}

#main6 .wlpf .bd ul li:nth-child(2n) {
  margin-left: 20px;
}

#main6 .wlpf .bd ul li img {
  width: 100%;
  height: 150px;
  /* border-radius: 20px;  */
}

#main6 .wlpf .bd ul li .bfan {
  width: 78px;
  height: 78px;
  margin-top: -170px;
  margin-left: 100px;
}

#main6 .wlpf .bd ul li a {
  display: block;
}

#main6 .wlpf .bd ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  color: #13506A;
  margin-top: -20px;
}

#main6 .eltx {
  width: 550px;
  height: 100%;
  position: relative;
}
#main6 .fg{
  width: 100px;
  text-align: center;
  padding-top: 50px;
}



#main6 .ip .bd ul li {
  width: 150px;
  height: 210px;
  margin-bottom: 15px;
  float: left;
}

#main6 .ip .bd ul li:nth-child(2n) {
  margin:0;

}
#main6 .ip .bd ul li:nth-child(3n-1) {
  margin-left: 28px;
  margin-right: 28px;
}

#main6 .ip .bd ul li img {
  width: 100%;
  height: 180px;
  /* border-radius: 20px;  */
}

#main6 .ip .bd ul li .bfan {
 display: none;
}
#main6 .ip .bd ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  color: #13506A;
  margin-top: 0px;
}


















/* main7 */
#main7 {
  width: 100%;
  height: 100%;
  background: url("../../images/pc/bg5.png") top center no-repeat;
  background-size: cover;
  padding-top: 60px;
  overflow: hidden;
}

#main7 .conCy {
  position: relative;
}






#main7 .imgLIst {
  width: 100%;
  height: 200px;
  margin-top: 35px;
}

#main7 .imgLIst ul {
  height: 100%;
}

#main7 .imgLIst ul li {
  width: 285px;
  height: 200px;
  float: left;
}

#main7 .imgLIst ul li:nth-child(2n) {
  margin-left: 20px;
}

#main7 .imgLIst ul li:nth-child(3) {
  margin-left: 20px;
}

#main7 .imgLIst ul li img {
  width: 100%;
  height: 150px;
  /* border-radius: 20px;  */
}

#main7 .imgLIst ul li a {
  display: block;
}

#main7 .imgLIst ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  color: #13506A;
}



#main7 .xwList {
  width: 100%;
  height: 400px;
  /* margin-top: 30px; */
}

#main7 .xwList ul {
  /* margin-top: 50px; */
  /* display: flex; */
  width: 100%;
  /* justify-content: space-between; */
}

#main7 .xwList ul li {
  width: 550px;
  padding: 20px 0;
  float: left;
  border-bottom: 1px solid #13506A;
}
#main7 .xwList ul li:nth-child(2n){
  margin-left: 100px;
}
#main7 .xwList .zcjdTit {
  width: 100%;
  /* height: 40px; */
}

#main7 .xwList .zcjdTit a {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #13506A;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* text-overflow: ellipsis;
    white-space: nowrap; */
}

#main7 .xwList .zcjdSummary {
  width: 100%;
  /* height: 40px; */
}

#main7 .xwList .zcjdSummary a {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  font-size: 16px;
  line-height: 35px;
  display: block;
  color: #13506A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#main7 .hezuo {
  width: 100%;
  height: 100%;
}

#main7 .hezuo .danwei {
  width: 583px;
  height: 174px;
  background: url("../../images/pc/danwei.png") center center no-repeat;
}

#main7 .hezuo .pinpai {
  width: 583px;
  height: 174px;
  background: url("../../images/pc/pinpai.png") center center no-repeat;
}

#main7 .gdw{
  width: 100%;
  margin-top: 40px;
  /* text-align: center; */
}
#main7 .gdw p{
  font-size:17px;
  color: #13506A;
  font-weight: bold;
  /* padding: 0 20px; */
  line-height: 2;
}
#main7 .gdw p span{
  color: #A04743;
}



.sx-list-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 25px;
}

.sx-list-wrap li {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    width: 48%
}

.sx-list-wrap li.noimg-result {
    width: 830px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 25px;
    width: 100%
}

.sx-list-wrap li:first-child {
    padding-top: 10px
}

.sx-list-wrap li .sx-list-img {
    width: 210px;
    height: 140px;
    float: left;
    overflow: hidden
}

.sx-list-wrap li .sx-list-img a {
    width: 210px;
    height: 140px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center
}

.sx-list-wrap li .sx-list-img img {
    width: 100%;margin-right: 25px;
    display: block
}

.sx-list-wrap li .sx-list-imgtxt {
    flex: 1;
}

.sx-list-wrap .noimg-result .sx-list-imgtxt {
    width: 830px;
    width: 100%
}

.sx-list-wrap li .sx-list-noimg {
    float: none;
    width: 100%
}

.sx-list-wrap li .sx-list-imgtxt h1 {
    width: 100%;
    font-size: 18px;
    color: #222;
    line-height: 32px;
    height: 96px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sx-list-wrap li .sx-list-imgtxt .tag {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    height: 16px;
    padding-top: 5px
}

.sx-list-wrap li .sx-list-imgtxt .tag span {
    font-size: 12px;
    color: #999;
    margin-right: 10px
}

.sx-list-wrap li .sx-list-imgtxt .tag a {
    font-size: 12px;
    color: #0e49ff;
    margin-right: 10px
}

.sx-list-wrap li .summary {
    font-size: 12px;
    color: #222;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 15px
}

.sx-list-wrap li .summary a {
    font-size: 14px
}

.sx-list-wrap li .text {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    height: 30px
}

.sx-list-wrap li .text .num {
    background: url(../images/browse.png) no-repeat 0 1px;
    text-align: right;
    padding-left: 20px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
}

.sx-list-wrap li .text .time {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px
}

.sx-list-wrap li .text .time i {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
    background: url(/images/time.png) no-repeat;
    background-size: 100% 100%
}

.sx-list-wrap li.noimg-result .text {
    
    padding-top: 5px
}

.sx-list-wrap li.noimg-result .text .time {
    line-height: 26px
}

.sx-list-wrap li .text .share {
    width: 14px;
    height: 11px;
    float: right;
    display: inline-block;
    cursor: pointer;
    vertical-align: top
}


/* #main1 .page01{animation:myfirst1 2s;-moz-animation:myfirst1 2s;-webkit-animation:myfirst1 2s;-o-animation:myfirst1 2s;} */
#main1 .page01 {
  animation: myfirst2 2s;
  -moz-animation: myfirst2 2s;
  -webkit-animation: myfirst2 2s;
  -o-animation: myfirst2 2s;
}

#main1 .page04 {
  animation: myfirst4 2s;
  -moz-animation: myfirst4 2s;
  -webkit-animation: myfirst4 2s;
  -o-animation: myfirst4 2s;
}

@keyframes myfirst2 {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes myfirst2

/* Safari and Chrome */
  {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes myfirst4 {
  from {
    opacity: 0;
    top: 1000px;
  }

  to {
    opacity: 1;
    top: 480px;
  }
}

@-webkit-keyframes myfirst4
  {
  from {
    opacity: 0;
    top: 1000px;
  }

  to {
    opacity: 1;
    top: 775px;
  }
}
.swiper-button-next{
  z-index: 999!important;
}
