/* .myContainer2 img{
                    
  transform: translateX(-50%);
  animation: bounce 1.5s infinite;
} */

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(-50%, 0);
  }

  40% {
    transform: translate(-50%, -10px);
  }

  60% {
    transform: translate(-50%, -5px);
  }
}

/* --menu-- */
#menu {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -130px;
  padding: 0;
  list-style-type: none;
  z-index: 999;
  display: none;
}

#menu a {
  width: 20px;
  height: auto;
  margin: 30px 0;
  display: block;
  overflow: hidden;
}

#menu a i {
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  display: block;
}

#menu a.active i {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: none;
}

#menu.current a i {
  background: #ccc;
}

#menu.current a.active i {
  border: 2px solid #325f99;
  background: none;
}

.homeBanner {
  margin-top: -110px;
}

.section {
  margin-top: 80px;
}

/* --leftmenu-- */
.leftMenu {
  width: 165px;
  height: 100%;
  background: url(../image/leftMenuBg.jpg) no-repeat right center;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  left: -86px;
  bottom: 0;
  z-index: 9999;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  transition: height 1s ease-out, left 0.5s ease;
  -moz-transition: height 1s ease-out, left 0.5s ease;
  -webkit-transition: height 1s ease-out, left 0.5s ease;
  -o-transition: height 1s ease-out, left 0.5s ease;
}

.leftMenu:hover {
  left: 0;
}

.leftMenu.show {
  height: 0;
}

.leftMenu .under {
  width: 40px;
  height: auto;
  padding-top: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.leftMenu .under .title {
  width: 40px;
  display: block;
}

.leftMenu .under .top {
  width: 36px;
  display: block;
  margin: 30px auto 0;
}

.leftMenu .under .list {
  margin-top: 60px;
}

.leftMenu .under .list li {
  height: 42px;
  overflow: hidden;
  margin: auto;
}

.leftMenu .under .list li img {
  width: 6px;
}

.leftMenu .menu {
  width: 165px;
  height: auto;
  padding-top: 40px;
  position: absolute;
  left: 0px;
  top: 0;
  display: none;
}

.leftMenu .menu .title {
  width: 120px;
  height: 48px;
  margin-left: 20px;
}

.leftMenu .menu .title img {
  width: 120px;
  height: 30px;
}

.leftMenu .menu .top {
  width: 126px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #0000CD;
  text-align: center;
  background: #FFF;
  margin: 30px auto 0;
}

.leftMenu .menu .list {
  margin-top: 60px;
}

.leftMenu .menu .list li {
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
  padding-left: 36px;
  padding-right: 10px;
  margin: auto;
  overflow: hidden;
}

.leftMenu .menu .list li a {
  display: inline-block;
  color: #FFF;
}

.leftMenu .menu .list li a img {
  width: 6px;
  margin-right: 10px;
}

.leftMenu .menu .list li a:hover {
  text-decoration: underline;
}

.leftMenu:hover .under {
  display: none;
}

.leftMenu:hover .menu {
  display: block;
}

/* --banner-- */
.swiperBanner {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.swiperBanner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.swiperBanner .swiper-slide .imgScale {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.swiperBanner .pagination {
  width: 100% !important;
  left: 0 !important;
  bottom: 160px !important;
  z-index: 99;
  text-align: center;
  position: absolute;
}

.swiperBanner .pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #666;
  margin: 0 10px !important;
  background: #fff;
  opacity: 0.4;
  position: relative;
}

.swiperBanner .pagination .swiper-pagination-bullet-active {
  opacity: 0.8;
}

.slide-inner {
  width: 90%;
  height: 100%;
  left: 5%;
  top: 0;
  z-index: 99;
  position: absolute;
}

.slide-inner .banner2_1 {
  width: 32%;
  left: 8%;
  top: 20%;
}

.slide-inner .banner1_1 {
  width: 48%;
  left: 8%;
  top: 22%;
}

.slide-inner .banner1_2 {
  width: 38%;
  left: 8%;
  top: 22%;
  margin-top: 120px;
}

.slide-inner .banner3_1 {
  width: 48%;
  left: 8%;
  top: 20%;
}

.slide-inner .banner_img {
  position: absolute;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  opacity: 0;
  transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.swiperBanner .ani-slide .banner_img {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}

.swiperBanner .smalldown {
  width: 40px;
  height: 40px;
  position: relative;
  /* left: 80px; */
  bottom: 115px;
  z-index: 100;
  margin: 0 auto;

}

.swiperBanner .smalldown .bg {
  width: 100px;
  height: 100px;
  -webkit-animation: sec1imgrotate 5s linear infinite;
  animation: sec1imgrotate 5s linear infinite;
}

.swiperBanner .smalldown .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}


/* --company-- */
.homeAbout {}


.homeAbout .pub {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.homeAbout .leftBox {
  width: 43%;
  float: left;
  position: relative;
  opacity: 0;
}

.homeAbout.on .leftBox {
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out alternate;
  -webkit-animation: indexFadeInUp 1s ease-in-out alternate;
  -moz-animation: indexFadeInUp 1s ease-in-out alternate;
  -o-animation: indexFadeInUp 1s ease-in-out alternate;
}

.aboutGroup {
  max-height: 670px;
  background: #ededed;
}

.homeAbout .leftBox .imglist {
  width: 100%;
  height: 100%;
  /* position: absolute;
  left: 0;
  top: 0; */
}

.homeAbout .leftBox .imglist .swiper {
  width: 100%;
  /* height: 100%; */
}

.homeAbout .leftBox .imglist .swiper .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 540px;
  height: 480px;
  padding: 50px 0;
  overflow: hidden;
}

.homeAbout .leftBox .imglist .swiper .pic img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homeAbout .leftBox .imglist .swiper .pic .pic2 {
  max-height: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 70px;
}

.homeAbout .leftBox .imglist .swiper .title {
  text-align: center;
  color: #fff;
  /* line-height: 60px; */
  min-height: 120px;
  width: 100%;
  font-size: 24px;
  background: #333333;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 65px;
  justify-content: center;
  /* background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.75))); */
}

.homeAbout .leftBox .item {
  width: 165px;
  float: right;
}

.homeAbout .leftBox .item li {
  width: 165px;
  height: 160px;
  padding-left: 30px;
  cursor: pointer;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.homeAbout .leftBox .item li:nth-of-type(1) {
  background: #06389b;
}

.homeAbout .leftBox .item li:nth-of-type(2) {
  background: #52576b;
}

.homeAbout .leftBox .item li:nth-of-type(3) {
  background: #323232;
}

.homeAbout .leftBox .item li:nth-of-type(4) {
  background: #b79a72;
}

.homeAbout .leftBox .item li p {
  display: block;
}

.homeAbout .leftBox .item li p:nth-of-type(3) {
  margin-top: 10px;
}

.homeAbout .leftBox .item li .cn {
  color: #FFF;
  line-height: 24px;
}

.homeAbout .leftBox .item li .en {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.homeAbout .leftBox .item li:hover {
  padding-left: 40px;
  background: #1E90FF
}



.homeAbout .rightBox {
  width: 50%;
  height: auto;
  float: right;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.homeAbout.on .rightBox {
  opacity: 1;
  animation: indexFadeInRight 1s ease-in-out alternate;
  -webkit-animation: indexFadeInRight 1s ease-in-out alternate;
  -moz-animation: indexFadeInRight 1s ease-in-out alternate;
  -o-animation: indexFadeInRight 1s ease-in-ou alternatet;
}

.homeAbout .rightBox .title {
  background: url(../image/homeAboutTitle.png) no-repeat left 132px center;
}

.homeAbout .rightBox .title .en {
  color: #06389b;
  font-family: fz;
  font-weight: bold;
}

.homeAbout .rightBox .wz {
  max-height: 238px;
  margin-top: 40px;
  line-height: 4em;
  overflow: hidden;
  text-indent: 2em;
}

.homeAbout .rightBox .title2 {
  margin-top: auto;
  padding: 30px 0;
  background: url(../image/yinhao.png) no-repeat left top;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.homeAbout .rightBox .title2 .f20 {
  margin-top: 20px;
  color: #999;
}

.homeAbout .rightBox .title2 i {
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #06389b;
}

.homeAbout .rightBox .item {
  margin-top: 10px;
}

.homeAbout .rightBox .item li {
  width: 50%;
  float: left;
}

.homeAbout .rightBox .item li b {
  color: #000;
}

.homeAbout .rightBox .item li p {
  color: #666;
}

.homeTitle {
  opacity: 0;
}

.on .homeTitle {
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out alternate;
  -webkit-animation: indexFadeInUp 1s ease-in-out alternate;
  -moz-animation: indexFadeInUp 1s ease-in-out alternate;
  -o-animation: indexFadeInUp 1s ease-in-out alternate;
}

.homeTitle .en {
  padding-bottom: 10px;
  color: #06389b;
  font-family: fz;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../image/dot.png) no-repeat left bottom;
}

.homeTitle h1 {
  padding-top: 10px;
}

.homeTitle .f16 {
  height: 64px;
  margin-top: 10px;
  overflow: hidden;
}



.homeNews {}

.homeNews .box {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.homeNews .box .en {
  width: 100%;
  padding-bottom: 10px;
  color: #06389b;
  font-family: fz;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../image/dot.png) no-repeat left bottom;
  opacity: 0;
}

.homeNews.on .box .en {
  margin-bottom: 42px;
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out alternate;
  -webkit-animation: indexFadeInUp 1s ease-in-out alternate;
  -moz-animation: indexFadeInUp 1s ease-in-out alternate;
  -o-animation: indexFadeInUp 1s ease-in-out alternate;
}

.homeNews .leftBox {
  width: 55%;
  padding-right: 60px;
  padding-bottom: 40px;
  /* position: absolute; */
  /* top: 42px; */
  bottom: 0;
}

.homeNews .leftBox .list {
  width: 100%;
  height: calc(100% - 155px);
  position: relative;
  opacity: 0;
}

.homeNews.on .leftBox .list {
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out alternate;
  -webkit-animation: indexFadeInUp 1s ease-in-out alternate;
  -moz-animation: indexFadeInUp 1s ease-in-out alternate;
  -o-animation: indexFadeInUp 1s ease-in-out alternate;
}

.homeNews .leftBox .list .pic .pic2 {

  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;

}

.homeNews .leftBox .list .pic:nth-of-type(2) .pic2,
.homeNews .leftBox .list .pic:nth-of-type(3) .pic2 {
  /* 
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1; */
  position: relative;
}

.homeNews .leftBox .list .pic:nth-of-type(2) .wz,
.homeNews .leftBox .list .pic:nth-of-type(3) .wz {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: auto;
  min-height: 36px;
  background: rgba(31, 67, 155, .7);

  p {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
}


.homeNews .leftBox .list .pic:nth-of-type(2):hover .wz,
.homeNews .leftBox .list .pic:nth-of-type(3):hover .wz {
  background: rgba(31, 67, 155, .7);
}

.homeNews .leftBox .list .pic:nth-of-type(1) {
  width: 62%;
  height: 100%;
  position: relative;
}

.homeNews .leftBox .list .pic:nth-of-type(2) {
  width: 36%;
  height: 48%;
  position: absolute;
  right: 0;
  top: 0;
}

.homeNews .leftBox .list .pic:nth-of-type(3) {
  width: 36%;
  height: 48%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.homeNews .leftBox .list .pic a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f2f2f2;
}

.homeNews .leftBox .list .pic img {
  width: 100%;
  height: 100%;
}

.homeNews .leftBox .list .pic .wz {
  width: 100%;
  padding: 10px 19px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  left: 0;
  bottom: 0;
  background: rgba(31, 67, 155, 1);
}

.homeNews .leftBox .list .pic .wz p {
  max-height: 64px;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

.homeNews .leftBox .list .pic:hover .wz {
  background: rgba(31, 67, 155, 1);
}


.homeNews .rightBox {
  width: 45%;
  padding-left: 60px;
  padding-bottom: 40px;
  border-left: 1px solid #e2e2e2;
  float: right;
  margin-top: 20px;
}

.homeNews .rightBox .con {
  opacity: 0;
}

.homeNews.on .rightBox .con {
  opacity: 1;
  animation: indexFadeInRight 1s ease-in-out alternate;
  -webkit-animation: indexFadeInRight 1s ease-in-out alternate;
  -moz-animation: indexFadeInRight 1s ease-in-out alternate;
  -o-animation: indexFadeInRight 1s ease-in-out alternate;
}

.homeNews .rightBox .title {
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}

.homeNews .rightBox .title h1 {
  float: left;
}

.homeNews .rightBox .title .more {
  width: 48px;
  height: 48px;
  float: right;
  background: url(../image/more.png) no-repeat center;
}

.homeAbout .rightBox .more {
  width: 48px;
  height: 48px;
  margin-top: 20px;
  margin-left: auto;
  background: url(../image/more.png) no-repeat center;
}

.homeNews .rightBox .list {
  /* height: 630px; */
  margin-top: 20px;
  overflow: hidden;
}

.homeNews .rightBox .list li {
  height: 32px;
  margin-top: 10px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.homeNews .rightBox .list li:hover a {
  color: #06389b;
}

.homeNews .rightBox .list li:nth-of-type(1) a {
  color: #06389b;
}

.homeNews .rightBox .list li:nth-of-type(2) a {
  color: #06389b;
}




.homeIndustry {}

.homeIndustry .list {
  height: 620px;
  opacity: 0;
}

.homeIndustry.on .list {
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out alternate;
  -webkit-animation: indexFadeInUp 1s ease-in-out alternate;
  -moz-animation: indexFadeInUp 1s ease-in-out alternate;
  -o-animation: indexFadeInUp 1s ease-in-out alternate;
}

.homeIndustry .list li {
  width: 25%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
}

.homeIndustry .list li:nth-of-type(1) {
  background-image: url(../image/industry1.jpg);
}

.homeIndustry .list li:nth-of-type(2) {
  background-image: url(../image/industry2.jpg);
}

.homeIndustry .list li:nth-of-type(3) {
  background-image: url(../image/industry3.jpg);
}

.homeIndustry .list li:before {
  content: " ";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.homeIndustry .list li .en {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  color: #FFF;
  text-transform: uppercase;
  writing-mode: tb-rl;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
}

.homeIndustry .list li .under {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  color: #FFF;
  width: 100%;
  padding: 40px 30px;
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
}

.homeIndustry .list li .under .title {
  padding-bottom: 24px;
  font-weight: bold;
  position: relative;
}

.homeIndustry .list li .under .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 32px;
  height: 3px;
  background-color: #fff;
}

.homeIndustry .list li .under .wz {
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 10px;
  text-indent: 2em;
}

.homeIndustry .list li .txt {
  width: 66.25%;
  height: auto;
  padding: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.66);
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 0;
  -webkit-transform: translate(-101%, -50%);
  transform: translate(-101%, -50%);
}

.homeIndustry .list li .txt .title {
  padding-bottom: 24px;
  font-weight: bold;
  text-align: right;
  background: url(../image/line.png) no-repeat right bottom;
}

.homeIndustry .list li .txt .wz {
  height: 150px;
  overflow: hidden;
  line-height: 24px;
  text-align: left;
  margin-top: 10px;
  text-indent: 2em;
}

.homeIndustry .list li .txt a {
  color: #06389b;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  position: relative;
}

.homeIndustry .list li .txt a:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 14px;
  z-index: 2;
  width: 14px;
  height: 3px;
  background-color: #06389b;
}

.homeIndustry .list li.active {
  width: 50%;
}

.homeIndustry .list li.active:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}

.homeIndustry .list li.active .under {
  opacity: 0;
  -webkit-transform: translate(0, 101%);
  transform: translate(0, 101%);
}

.homeIndustry .list li.active .en {
  opacity: 0;
  -webkit-transform: translate(101%, 0);
  transform: translate(101%, 0);
}

.homeIndustry .list li.active .txt {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.homeVideo .box {
  width: 100%;
  height: 100%;
  padding: 80px;
  background-image: url(../image/homeVideo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homeVideo .list {
  margin-top: 2vw;
  position: relative;
}

.homeVideo .list .video {
  width: 30%;
  height: 22vw;
  float: left;
  z-index: 99;
  opacity: 0;
  background-image: url(../image/homeVideoImg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.homeVideo .list .video .player img {
  width: 54px;
  height: 54px;
  display: block;
  margin: auto;
}

.homeVideo .list .video .wz {
  width: 100%;
  color: #FFF;
  text-align: center;
  margin-top: 20px;
}

.homeVideo .list .videobtn {
  width: 30%;
  height: 22vw;
  margin-left: 5%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.homeVideo .list .videobtn .player img {
  width: 54px;
  height: 54px;
  display: block;
  margin: auto;
}

.homeVideo .list .videobtn .wz {
  text-align: center;
  color: #FFF;
  margin-top: 20px;
}

.homeVideo .list .videobtn.s1 {
  top: 0;
  background-image: url(../image/homeVideo_bg01.jpg);
  opacity: 0;
}

.homeVideo .list .videobtn.s2 {
  bottom: 0;
  background-image: url(../image/homeVideo_bg02.jpg);
  opacity: 0;
}

.homeVideo.on .list .video {
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out alternate;
  -webkit-animation: indexFadeInUp 1s ease-in-out alternate;
  -moz-animation: indexFadeInUp 1s ease-in-out alternate;
  -o-animation: indexFadeInUp 1s ease-in-out alternate;
}

.homeVideo.on .list .videobtn {
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out alternate;
  -webkit-animation: indexFadeInUp 1s ease-in-out alternate;
  -moz-animation: indexFadeInUp 1s ease-in-out alternate;
  -o-animation: indexFadeInUp 1s ease-in-out alternate;
}


.homeHonor {}

.homeHonor .box {
  margin-top: 80px;
  position: relative;
}

.homeHonor .trait {
  width: 20%;
  overflow: hidden;
  float: left;
}

.homeHonor .trait li {
  width: 40%;
  float: left;
  margin-right: 10%;
  opacity: 0;
  -webkit-transition: all 1s ease-out 200ms;
  transition: all 1s ease-out 200ms;
}

.homeHonor.on .trait li {
  opacity: 1;
}

.homeHonor .trait li .img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.homeHonor .trait li .img .icon {
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 1px solid #06389b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.homeHonor .trait li p {
  text-align: center;
  color: #06389b;
  font-weight: bold;
  margin-top: 20px;
}

.homeHonor .txt {
  width: 0;
  height: 446px;
  overflow: hidden;
  color: #FFF;
  padding: 40px;
  overflow: hidden;
  float: left;
  background: url(../picture/tuanjie_bg.png) no-repeat bottom center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-out 400ms;
  transition: all 1s ease-out 400ms;
}

.homeHonor.on .txt {
  opacity: 1;
  width: 24%;
}

.homeHonor .txt li {
  margin-top: 20px;
}

.homeHonor .txt li p {
  color: #a7b7dc;
}

.homeHonor .list {
  width: 74%;
  margin-left: 2%;
  float: right;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out 500ms;
  transition: all 1s ease-out 500ms;
}

.homeHonor.on .list {
  opacity: 1;
}

.homeHonor .list .bd {}

.homeHonor .list .bd ul {
  width: 100%;
  overflow: inherit !important;
  zoom: 1;
}

.homeHonor .list .bd ul li {
  width: 25%;
  margin: 0 10px;
  float: left;
  _display: inline;
  overflow: hidden;
  position: relative;
}

.homeHonor .list .bd ul li a {
  display: block;
}

.homeHonor .list .bd ul li a .img {
  padding: 10px;
  border: 1px solid #e2e2e2;
}

.homeHonor .list .bd ul li a .img img {
  width: auto;
  max-width: 100%;
  height: 190px;
  margin: auto;
  display: block;
}

.homeHonor .list .tempWrap {
  overflow: inherit !important;
}

.homeHonor .list .picMarquee-left3 {
  margin-top: 20px;
}


.homeShows {}

.homeShows .bd {}

.homeShows .bd ul {
  width: 100%;
  overflow: inherit !important;
  zoom: 1;

}

.homeShows .bd ul li {
  max-width: 20%;
  width: auto;
  margin: 0 5px;
  height: 200px;
  float: left;
  _display: inline;
  overflow: hidden;
  position: relative;
}

.homeShows .bd ul li a {
  display: block;
  height: 100%;
}

.homeShows .bd ul li .pic {
  text-align: center;
  height: 100%;
}

.homeShows .bd ul li .pic img {
  width: auto;
  height: 100%;
  display: block;
}

.homeShows .bd ul li .wz {}

.homeShows .tempWrap {
  overflow: inherit !important;
}

.homeShows .picMarquee-left {}

.homeShows .picMarquee-right {
  margin-top: 10px;
}

.fancybox-navigation .fancybox-button {
  width: 130px !important;
  height: 130px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #000;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  border: 2px solid rgba(0%, 0%, 0%, .5);
}