/* main1 */
#main1 {
  width: 100%;
  height: 100vh;
  background: url("../img/banner.png") top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#main1 .logo {
  padding-top: 35px;
}

#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 .page004 {
  width: 100%;
  position: absolute;
  top: 775px;
  opacity: 0;
}

#main1 .page04 {
  width: 100%;
  position: absolute;
  top: 775px;
  opacity: 1;
}

#main1 .page04 ul {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* #main1 .page04 ul li img{transition: all 0.2s;}
#main1 .page04 ul li img:hover{transform: scale(1.1);} */
#main1 .page04 ul li {
  background: url("../img/dian.png") center right no-repeat;
  width: 125px;
  margin-right: 15px;
}

#main1 .page04 ul li:last-child {
  background: none;
  width: 125px;
  margin-right: 0;
}

#main1 .page04 ul li:nth-child(3) {
  width: 155px;
}

#main1 .page04 ul li img.img1 {
  display: block;
}

/* #main1 .page04 ul li img.img2{display: none;} */
/* navBar */
.navBar {
  width: 320px;
  height: 565px;
  background: url("../img/sajclsacnxwe.png") top center no-repeat;
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -280px;
  display: none;
  padding: 120px 48px;
}

.navBar li {
  width: 171px;
  margin-top: 20px;
}

.navBar li:first-child {
  height: 43px;
  background: url("../img/ajskldjlq.png") top center no-repeat;
}

.navBar li:nth-child(2) {
  height: 43px;
  background: url("../img/qwjqojwecdc.png") top center no-repeat;
}

.navBar li:nth-child(3) {
  height: 43px;
  background: url("../img/oqwioqueqr.png") top center no-repeat;
}

.navBar li:nth-child(4) {
  height: 43px;
  background: url("../img/cnbcvyvx.png") top center no-repeat;
}

.navBar li:nth-child(5) {
  height: 56px;
  background: url("../img/qopwuipoquwc.png") top center no-repeat;
}

/* .navBar li:nth-child(6){height: 56px;background: url("../img/ajskldjlq.png") top center no-repeat;}
.navBar li:nth-child(7){height: 56px;background: url("../img/ajskldjlq.png") top center no-repeat;} */

/* .navBar li:first-child:hover{background: url("../img/navtit11.png") top center no-repeat;}
.navBar li:nth-child(2):hover{background: url("../img/navtit22.png") top center no-repeat;}
.navBar li:nth-child(3):hover{background: url("../img/navtit33.png") top center no-repeat;}
.navBar li:nth-child(4):hover{background: url("../img/navtit44.png") top center no-repeat;}
.navBar li:nth-child(5):hover{background: url("../img/navtit55.png") top center no-repeat;}
.navBar li:nth-child(6):hover{background: url("../img/navtit66.png") top center no-repeat;}
.navBar li:nth-child(7):hover{background: url("../img/navtit77.png") top center no-repeat;} */
.navBar li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* main2 */
#main2 {
  width: 100%;
  height: 100%;
  background: url("../img/xashhscbqws.png") top center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

.headline {
  height: 180px;
  background: url("../img/sjdjcbubqsca.png") top center no-repeat;
  padding-top: 40px
}

.headline p {
  width: 1018px;
  margin-left: 170px;
  font-size: 30px;
  font-weight: bold;
  color: #063eab;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.headline p a {
  color: #063eab;
}

.headline h2 {
  width: 1018px;
  margin-left: 170px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 6px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*focus*/
.slideBox {
  width: 1200px;
  height: 488px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.slideBox .hd {
  position: absolute;
  right: 10px;
  bottom: 25px;
  z-index: 1;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: #fff;
}

.slideBox .hd ul li.on {
  background: #c90b0b;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
  width: 100%;
  float: left;
}

.slideBox .bd li img {
  width: 1200px;
  height: 488px;
}

.slideBox .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 69px;
  line-height: 69px;
  font-size: 26px;
  text-indent: 20px;
  z-index: 1;
  background: url("../img/focusLine.png") bottom left repeat-x;
}

.slideBox .bd p a {
  color: #fff;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -58px;
  display: none;
  width: 56px;
  height: 117px;
  background: url("../img/prev-btn.png") center no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 0;
  background-image: url("../img/next.png");
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 0.6;
  background-color: #000;
}

/* main3 */
#main3 {
  width: 100%;
  height: 100%;
  background: url("../img/sfasakjschuyqv.png") center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

.groundImg {
  width: 500px;
  height: 600px;
  background: url("../img/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;
  display: block;
  color: #fff;
  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("../img/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: #fff;
}

.slideTxtBoxRl .hd ul li.on {
  background: #fff;
  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: #fff;
  top: 90px;
  left: 100px;
  background: url("../img/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("../img/lalla.png") 0 0 no-repeat;
  left: 70px;
  top: 190px;
}

.slideTxtBoxRl .arrow .next {
  background: url("../img/ryuyay.png") 0 0 no-repeat;
  right: 80px;
  top: 190px;
}

.ewmBox {
  width: 494px;
  height: 169px;
  background: url("../img/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("../img/sashakhsd.png") center center no-repeat;
  background-size: cover;
  padding-top: 90px;
  overflow: hidden;
}

.main4SlideBox {
  width: 470px;
  height: 630px;
  position: relative;
  /* overflow: hidden; */
  margin: 0 auto;
}

.main4SlideBox .hd {
  position: absolute;
  /* right: 10px; */
  left: 130px;
  bottom: 25px;
  z-index: 1;
  margin: 0 auto;
}

.main4SlideBox .hd ul li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}

.main4SlideBox .hd ul li.on {
  background: #76b4ff;
  width: 20px;
  height: 20px;
}

.main4SlideBox .bd {
  position: relative;
  z-index: 0;
  height: 550px;
}

.main4SlideBox .bd li {
  position: relative;
  width: 100%;
  height: 550px;
  float: left;
}

.main4SlideBox .bd li img {
  width: 470px;
  height: 470px;
  border-radius: 50%;
  /* transition: all 1s; */
}

.main4SlideBox .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  text-indent: 20px;
  text-align: center;
  z-index: 1;
}

.main4SlideBox .bd p a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.main4SlideBox .prev,
.main4SlideBox .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -58px;
  display: none;
  width: 56px;
  height: 117px;
}

.main4SlideBox .next {
  left: auto;
  right: 0;
  background-image: url("../img/next.png");
}

.main4SlideBox .prev:hover,
.main4SlideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 0.6;
  background-color: #000;
}

/* main5 */
#main5 {
  width: 100%;
  height: 100%;
  background: url("../img/dwugsygtxga.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}

.pageCon {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.pageCon .pageNew {
  width: 590px;
  height: 638px;
  padding: 20px;
  background: url(../img/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: #fff;
  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: #fff;
  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("../img/asdhsahskhc.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 60px;
  overflow: hidden;
}

#main6 .conCy {
  position: relative;
}

.mediaProducts {
  width: 980px;
  margin-top: 30px;
}

.swiper-slide {
  width: 420px !important;
  height: 644px;
  background: url(../img/xuanxiangkakak.png) center center no-repeat;
  font-size: 18px;
  padding: 10px;
}

.swiperTit {
  width: 100%;
  margin-top: 20px;
  max-height: 90px;
  overflow: hidden;
}

.swiperTit a {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.swiperCon {
  width: 100%;
  margin-top: 20px;
  max-height: 250px;
  overflow: hidden;
}

.swiperCon a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.swiper-slide img {
  display: block;
  width: 398px;
  height: 240px;
}

.swiper-button-prev {
  width: 80px;
  height: 80px;
  background: url("../img/zuozuouz.png") center center no-repeat;
}

.swiper-button-next {
  width: 80px;
  height: 80px;
  background: url("../img/youyououou.png") center center no-repeat;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}


/* #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 3s;
  -moz-animation: myfirst4 3s;
  -webkit-animation: myfirst4 3s;
  -o-animation: myfirst4 3s;
}

@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 {
    top: 1000px;
  }

  to {
    top: 775px;
  }
}

@-webkit-keyframes myfirst4

/* Safari and Chrome */
  {
  from {
    top: 1000px;
  }

  to {
    top: 775px;
  }
}