@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mainbanner {
  width: 100%;
  height: 387px;
  box-sizing: border-box;
}
.mainbanner .swiper,
.mainbanner .mainbannerImg {
  width: 100%;
  height: 100%;
}
.mainbanner .mainbannerImg {
  background: no-repeat center top / cover;
}
.mainbanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popoverinfo {
  padding: 0 20px;
  padding-top: 20px;
}
.popoverinfo .popoverTitle,
.popoverinfo .popoverDesc {
  padding: 0 10px;
}
.popoverinfo .popoverTitle {
  font-size: 22px;
  font-weight: 600;
  color: #1d2088;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e1e1;
}
.popoverinfo .popoverDesc {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #262626;
}
.popoverinfo .popoverDesc a {
  display: block;
  color: #262626;
}
.titleCommon {
  width: 100%;
  box-sizing: border-box;
}
.titleCommon .titleText {
  margin: 0 auto;
  text-align: center;
}
.titleCommon .titleText .cn {
  font-size: 43px;
  color: #232a65;
  font-weight: 600;
  text-transform: uppercase;
}
.titleCommon .titleText .cn span {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 60px;
}
.titleCommon .titleText .cn span::after {
  content: '';
  width: 191px;
  height: 60px;
  box-sizing: border-box;
  background: url('../images/title_icon2.png') no-repeat center;
}
.titleCommon .titleText .cn span::before {
  content: '';
  width: 191px;
  height: 60px;
  box-sizing: border-box;
  background: url('../images/title_icon1.png') no-repeat center;
}
.titleCommon .titleText .en {
  font-size: 15px;
  color: #232a65;
  text-transform: uppercase;
}
.titleCommon_W .titleText .cn,
.titleCommon_W .titleText .en {
  color: #fff;
}
.wrap,
.centerBox {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
#app {
  width: 100%;
  box-sizing: border-box;
  display: none;
}
#app .broadside {
  width: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 20%;
  right: -80px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 99;
  transition: all 0.5s;
}
#app .broadside ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
  padding: 40px 0;
}
#app .broadside ul li,
#app .broadside ul a {
  text-align: center;
  color: #000;
}
#app .show_broadside {
  right: 0;
}
#app > div {
  width: 100%;
  box-sizing: border-box;
}
#app .headerBox {
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 11;
}
#app .header {
  height: 130px;
  background-color: #fff;
}
#app .header .centerBox {
  width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header .centerBox .desc {
  text-align: center;
}
#app .header .centerBox .desc .descText {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  font-size: 24px;
}
#app .header .centerBox .desc .descText span {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
#app .header .centerBox .desc h1 {
  color: #332274;
  font-size: 40px;
  margin-bottom: 15px;
}
#app .header .centerBox .desc span {
  font-size: 24px;
  color: #000;
}
#app .header .centerBox .button {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
#app .header .centerBox .button a {
  display: inline-block;
  background-color: #333333;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
}
#app .headerTab {
  height: 75px;
  position: sticky;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  top: 0;
  z-index: 9;
}
#app .headerTab .centerBox {
  height: 100%;
}
#app .headerTab .centerBox ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#app .headerTab .centerBox ul li {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  color: #7c7c7f;
}
#app .headerTab .centerBox ul .active {
  color: #ee4043;
}
#app .banner {
  height: 500px;
}
#app .banner .swiper {
  width: 100%;
  height: 100%;
}
#app .banner .swiper .swiper-wrapper {
  height: 100%;
}
#app .banner .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
#app .exhibitionOverview {
  padding: 90px 0;
}
#app .exhibitionOverview .centerBox {
  width: 1320px;
  display: flex;
}
#app .exhibitionOverview .centerBox .left {
  width: 660px;
  box-sizing: border-box;
  background-color: #327bc0;
  color: #fff;
  padding: 74px 56px;
}
#app .exhibitionOverview .centerBox .left .title {
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  margin-bottom: 30px;
}
#app .exhibitionOverview .centerBox .left .desc {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
#app .exhibitionOverview .centerBox .right {
  flex: 1;
  box-sizing: border-box;
  background: url('../images/gaikuanBG.png') no-repeat center;
  background-size: cover;
  position: relative;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 25px;
}
#app .exhibitionOverview .centerBox .right .video {
  width: 100%;
}
#app .exhibitionOverview .centerBox .right .video video {
  width: 100%;
  height: auto;
}
#app .exhibitionOverview .centerBox .right img {
  max-width: 100%;
}
#app .exhibitionOverview .centerBox .right ul {
  width: 100%;
  display: grid;
  box-sizing: border-box;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
#app .exhibitionOverview .centerBox .right ul li {
  background-color: #3ebad2;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 10px;
  color: #fff;
}
#app .liangdian {
  padding-bottom: 90px;
}
#app .liangdian .descBox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  grid-gap: 20px;
  margin-top: 50px;
}
#app .liangdian .descBox .info {
  flex: 1;
  color: #fff;
  width: 100%;
  height: 425px;
  box-sizing: border-box;
  display: grid;
  grid-gap: 20px;
}
#app .liangdian .descBox .info > div {
  padding: 30px 25px;
  border-radius: 6px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
#app .liangdian .descBox .info > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#app .liangdian .descBox .info > div::after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
#app .liangdian .descBox .info > div:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}
#app .liangdian .descBox .info h1 {
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#app .liangdian .descBox .info .desc {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  position: relative;
  z-index: 1;
}
#app .fanwei {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  position: relative;
  background: url('../images/fw.png') no-repeat center / cover;
}
#app .fanwei .titleCommon {
  margin-bottom: 50px;
}
#app .fanwei .swiper-tab {
  height: 97px;
}
#app .fanwei .swiper-tab ul {
  display: flex;
  justify-content: center;
  font-size: 0;
  text-align: center;
}
#app .fanwei .swiper-tab ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 97px;
  overflow: hidden;
  cursor: pointer;
}
#app .fanwei .swiper-tab ul li img {
  margin-right: 9px;
  height: 32px;
}
#app .fanwei .swiper-tab ul li span {
  font-size: 18px;
  color: #fff;
}
#app .fanwei .swiper-tab ul .on {
  background: rgba(91, 158, 252, 0.2);
}
#app .fanwei .text {
  font-size: 16px;
  padding: 0 50px;
  font-size: 14px;
  margin-top: -130px;
}
#app .fanwei .text p {
  color: #fff;
  width: 625px;
  color: #000;
  font-weight: 600;
}
#app .fanwei .img-title {
  padding: 25px 0 16px;
}
#app .fanwei .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
#app .fanwei .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 0 auto 0;
}
#app .fanwei .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
#app .fanwei .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
#app .fanwei .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
#app .fanwei .light-con .light-item1 {
  left: 0;
}
#app .fanwei .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
#app .fanwei .light-con .light-item3 {
  right: 0;
}
#app .fanwei .light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  overflow: hidden;
}
#app .fanwei .light-txt .light-txt-box {
  position: relative;
  top: 80px;
  left: 0;
}
#app .fanwei .light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
#app .fanwei .light-txt .light-txt-box p {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
#app .fanwei .light-con .light-item.on .light-txt-box {
  top: 77px;
}
#app .fanwei .light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
#app .fanwei .swiper-txt div {
  padding-top: 127px;
}
#app .fanwei .swiper-txt div h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
#app .fanwei .swiper-txt div p {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
#app .fanwei .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 0 auto 0;
}
#app .fanwei .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
#app .fanwei .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
#app .fanwei .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
#app .fanwei .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
#app .fanwei .light-con .light-item1 {
  left: 0;
}
#app .fanwei .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
#app .fanwei .light-con .light-item2::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: '';
  margin-left: -10px;
  width: 20px;
  height: 18px;
}
#app .fanwei .light-con .light-item3 {
  right: 0;
}
#app .guihua {
  padding: 50px 0;
}
#app .guihua .guihuaBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  margin-top: 60px;
  margin-bottom: 50px;
}
#app .guihua .guihuaBox li {
  padding: 20px 15px;
  padding-bottom: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 17px;
  color: #484848;
}
#app .guihua .guihuaBox li img {
  margin-bottom: 10px;
}
#app .huodong {
  padding: 50px 0;
}
#app .huodong ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  justify-content: space-between;
  margin-top: 50px;
}
#app .renqun {
  height: 377px;
  padding: 100px 0;
  background: url('../images/renqunBG.png') no-repeat center / cover;
}
#app .renqun .centerBox {
  position: relative;
  height: 100%;
}
#app .renqun .desc {
  width: 100%;
  box-sizing: border-box;
  background-color: #327bc0;
  padding: 45px 100px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
}
#app .shuju {
  padding: 100px 0;
  padding-bottom: 80px;
}
#app .shuju .centerBox {
  display: flex;
  align-items: center;
}
#app .shuju .centerBox > div {
  box-sizing: border-box;
}
#app .zhanshang {
  padding: 50px 0;
  background-color: #ededed;
}
#app .zhanshang .centerBox {
  position: relative;
}
#app .zhanshang .centerBox .swiper-button-next,
#app .zhanshang .centerBox .swiper-button-prev {
  top: 60%;
  background-color: #e1e1e1;
  box-sizing: border-box;
  width: 88px;
  height: 88px;
  border-radius: 500px;
}
#app .zhanshang .centerBox .swiper-button-next::after,
#app .zhanshang .centerBox .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
#app .zhanshang .centerBox .swiper-button-next {
  right: -150px;
}
#app .zhanshang .centerBox .swiper-button-prev {
  left: -150px;
}
#app .zhanshang .swiper {
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
#app .fuwu {
  padding: 50px 0;
}
#app .fuwu .title {
  text-align: center;
  margin: 50px 0;
  font-size: 20px;
}
#app .fuwu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 10px;
  grid-row-gap: 30px;
}
#app .fuwu ul li,
#app .fuwu ul img {
  text-align: center;
  transition: all 0.5s;
}
#app .fuwu ul li div,
#app .fuwu ul img div {
  margin-top: 10px;
}
#app .fuwu ul li:hover {
  transform: translateY(-15px);
}
#app .fuwu ul li:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#app .tuiguang {
  padding: 50px 0;
  height: 636px;
  background: url('../images/tgBG.png') no-repeat center / cover;
}
#app .tuiguang .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-top: 100px;
}
#app .tuiguang .content > div {
  flex: 1;
  height: 100%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 50px;
}
#app .tuiguang .content > div h3 {
  margin-bottom: 20px;
}
#app .tuiguang .content .desc1,
#app .tuiguang .content .desc3 {
  transform: translateY(150px);
}
#app .jijin {
  background-color: #f0f4f9;
  padding: 50px 0;
}
#app .jijin .centerBox {
  width: 1600px;
}
#app .jijin .swiper-container {
  width: 100%;
  height: auto;
  padding: 90px 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  user-select: none;
}
#app .jijin .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  grid-gap: 20px;
}
#app .jijin .swiper-slide .imgBox {
  height: 50%;
  box-sizing: border-box;
}
#app .jijin .swiper-slide img {
  max-width: 100%;
}
#app .jigou {
  padding: 50px 0;
}
#app .jigou .danwei {
  text-align: center;
  margin-top: 50px;
}
#app .jigou .danwei .title {
  color: #0055bf;
  font-size: 32px;
  text-align: center;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid;
  margin-bottom: 25px;
}
#app .jigou .danwei .tips {
  font-size: 16px;
  color: #1a1a1a;
  transform: translateY(-20px);
}
#app .jigou .danwei .tips2 {
  font-size: 16px;
  color: #1a1a1a;
  text-align: right;
  margin-top: 10px;
}
#app .jigou .danwei ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}
#app .contact {
  padding: 50px 0;
  background: url('../images/contactBG.png') no-repeat center / cover;
}
#app .contact .centerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .contact h2 {
  font-weight: 900;
  color: #fff;
  margin: 20px 0;
}
#app .contact table {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px dashed #fff;
  border-left: 1px dashed #fff;
}
#app .contact table td {
  border-bottom: 1px dashed #fff;
  border-right: 1px dashed #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 26px 30px;
  color: #fff;
}
#app .contact table td img {
  vertical-align: middle;
  margin-right: 5px;
}
#app .contact .qr {
  transform: translateY(35px);
}
#app .yicheng {
  padding: 75px 0;
  background: url(../images/yicheng.png) no-repeat center / cover;
}
#app .yicheng .titleText .en,
#app .yicheng .titleText .cn {
  color: #fff;
}
#app .yicheng .tab {
  margin: 55px 0 45px;
  display: flex;
  justify-content: center;
}
#app .yicheng .tab li {
  width: 280px;
  height: 68px;
  box-sizing: border-box;
  padding-top: 11px;
  margin: 0 10px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: url(../images/yc_tab.png) no-repeat center;
  cursor: pointer;
}
#app .yicheng .tab li p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#app .yicheng .tab li p:last-child {
  font-size: 14px;
  margin-top: 4px;
}
#app .yicheng .tab li.active {
  background: url(../images/yc_tab_a.png) no-repeat center;
}
#app .yicheng .content {
  background: #fff;
}
#app .yicheng .content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  color: #0e0e0e;
}
#app .yicheng .content table thead {
  background: #007df4;
}
#app .yicheng .content table thead th {
  box-sizing: border-box;
  height: 44px;
  color: #fff;
  border: 1px solid #007df4;
}
#app .yicheng .content table tbody td {
  box-sizing: border-box;
  border: 1px dashed #767a7e;
  padding: 11px 26px;
}
#app .yicheng .content table tbody td.time {
  width: 168px;
  padding: 0;
  text-align: center;
}
#app .yicheng .content table tbody td.section {
  color: #007df4;
  text-align: center;
  font-weight: bold;
  background: #eef6ff;
}
#app .yicheng .content .tips {
  padding: 22px 16px;
  font-size: 11px;
  color: #0e0e0e;
  text-align: right;
}
