.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.qrImg {
  width: 100%;
}
.qrImg img {
  width: 100%;
}
.shareBox .social-share .item {
  line-height: 2.5;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
}
.shareBox .social-share .item a::before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 144px;
  z-index: 999;
  background: url('../images/rrbg.png') no-repeat center top;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  color: #333333;
  font-weight: 600;
  position: relative;
  background: url('../images/rrbtnbg.png') no-repeat center;
}
#app .right_gg .right_gg-item .textBox {
  z-index: 5;
  position: relative;
}
#app .right_gg .right_gg-item:hover::after {
  display: block;
}
#app .right_gg .goup {
  margin-top: 10px;
  background-image: unset;
}
#app .right_gg .goup span {
  font-size: 13px;
  color: #333333;
  display: inline-block;
  background-color: #f7d69c;
  border-radius: 50px;
  padding: 5px 20px;
}
#app .right_gg .goup:hover::after {
  display: none;
}
#app .header {
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  cursor: pointer;
}
#app .header ul li a {
  color: #003764;
  font-size: 19px;
  cursor: pointer;
}
#app .header ul li .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff9c00;
  font-size: 19px;
  color: #fff;
  padding: 5px 20px;
  margin-left: 20px;
}
#app .header ul li .btn svg {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  width: 110px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  color: #003764;
}
#app .header ul .bar:hover {
  color: #02986a;
}
#app .titleCC {
  text-align: center;
}
#app .topBanner .timeBox {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #f1fb76, #f1fb76, #f1fb76, #32d098, #32d098);
  position: relative;
  display: flex;
}
#app .topBanner .timeBox .timeDesc {
  font-size: 26px;
  color: #fff;
  text-shadow: 0 2.5px rgba(0, 0, 0, 0.2);
}
#app .topBanner .timeBox .timeText {
  font-size: 18px;
  color: #fff;
  margin: 0 22px;
  padding: 5px 20px;
  border-radius: 105px;
}
#app .topBanner .timeBox .timeBlue {
  width: 50%;
  height: 100%;
  background-color: #1696fe;
  box-sizing: border-box;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#app .topBanner .timeBox .timeBlue .timeText {
  background-color: #59cd7c;
}
#app .topBanner .timeBox .time2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#app .topBanner .timeBox .time2 .timeText {
  background-color: #00a0e9;
}
#app .topBanner .dengjiBtn {
  width: 100%;
  box-sizing: border-box;
}
#app .topBanner .dengjiBtn ul {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#app .topBanner .dengjiBtn ul a {
  width: 255px;
  height: 72px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 500px;
  font-size: 27px;
  color: #fff;
  padding: 5px;
  margin: 0 20px;
}
#app .topBanner .dengjiBtn ul a .iconBox {
  width: 66px;
  height: 66px;
  box-sizing: border-box;
  border-radius: 500px;
  background-color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .topBanner .dengjiBtn ul .gz {
  background-color: #ff9000;
}
#app .topBanner .dengjiBtn ul .zs {
  background-color: #1dd2af;
}
#app .banner {
  width: 100%;
  height: 600px;
  background: url('../images/banner2.jpg') no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
#app .jieshao {
  padding-bottom: 80px;
}
#app .jieshao .centerBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#app .jieshao .content_left {
  width: 50%;
  box-sizing: border-box;
  background-size: cover;
}
#app .jieshao .content_left .title_cn {
  font-size: 48px;
  color: #0674db;
  font-weight: 900;
}
#app .jieshao .content_left .title_en {
  font-size: 36px;
  line-height: 36px;
  color: #3e3e3e;
  margin: 30px 0;
}
#app .jieshao .content_left .descBox p {
  font-size: 18px;
  line-height: 28px;
  color: #3e3e3e;
  text-indent: 2em;
  margin-bottom: 5px;
}
#app .jieshao .content_left .iconBox {
  width: 100%;
}
#app .jieshao .content_left .iconBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#app .jieshao .content_left .iconBox ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .jieshao .content_left .iconBox ul li .iconImg {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .jieshao .content_left .iconBox ul li .number {
  font-size: 28px;
  font-weight: 900;
  color: #333333;
  text-align: center;
}
#app .jieshao .content_left .iconBox ul li .job {
  font-size: 13px;
  color: #333333;
  text-align: center;
}
#app .zhanqu {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: url('../images/zhanquBG.png') no-repeat center top;
  background-size: cover;
}
#app .zhanqu .centerBox {
  width: 1336px;
}
#app .zhanqu .content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
}
#app .zhanqu .content img {
  max-width: 100%;
  image-rendering: pixelated;
}
#app .zhanqu .content .info_list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #8d8d8d;
}
#app .zhanqu .content .info_list > li {
  box-sizing: border-box;
  padding: 30px;
  border-left: 2px solid #8d8d8d;
}
#app .zhanqu .content .info_list > .left {
  width: 735px;
  border: none;
}
#app .zhanqu .content .info_list > .right {
  flex: 1;
}
#app .zhanqu .content .info_list > .left .bigtitle,
#app .zhanqu .content .info_list > .right .bigtitle {
  font-size: 25px;
  color: #5c5c64;
  font-weight: 600;
  margin-bottom: 44px;
}
#app .zhanqu .content .info_list > .left .infoBoxContent,
#app .zhanqu .content .info_list > .right .infoBoxContent {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 40px;
  padding-left: 20px;
}
#app .zhanqu .content .info_list > .left .infoBoxContent:last-child,
#app .zhanqu .content .info_list > .right .infoBoxContent:last-child {
  margin-bottom: 0;
}
#app .zhanqu .content .info_list > .left .infoBox,
#app .zhanqu .content .info_list > .right .infoBox {
  flex: 1;
  box-sizing: border-box;
}
#app .zhanqu .content .info_list > .left .infoBox > div,
#app .zhanqu .content .info_list > .right .infoBox > div {
  font-size: 15px;
  line-height: 30px;
  color: #5c5c5c;
}
#app .zhanqu .content .info_list > .left .infoBox .infoTitle,
#app .zhanqu .content .info_list > .right .infoBox .infoTitle {
  font-size: 20px;
  color: #46ae4d;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .zhanqu .content .info_list > .left .infoBox .w50,
#app .zhanqu .content .info_list > .right .infoBox .w50 {
  width: 49%;
  display: inline-block;
}
#app .zhanqu .content .info_list > .left .infoBox .fw,
#app .zhanqu .content .info_list > .right .infoBox .fw {
  color: #000;
  font-weight: 600;
}
#app .liyou {
  width: 100%;
  box-sizing: border-box;
  height: 607px;
  background: #240c41 url('../images/liyouBG.png') no-repeat center top;
  background-size: cover;
  padding-top: 60px;
}
#app .liyou .centerBox {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .liyou .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .liyou .content ul {
  width: 100%;
  height: 100%;
}
#app .liyou .content ul li {
  width: 430px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  color: #ffe5be;
  font-size: 16px;
}
#app .liyou .content ul li .imgbox {
  width: 77px;
  height: 77px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px dashed #ffdaa4;
  padding: 8px;
  position: relative;
  margin-right: 20px;
}
#app .liyou .content ul li .imgbox .smallBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 100px;
  border: 1px solid #ffdaa4;
}
#app .liyou .content ul li .imgbox .smallBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#app .liyou .content ul li .tt {
  font-size: 20px;
  font-weight: 600;
  color: #ffdea6;
  margin-bottom: 10px;
}
#app .liyou .content ul li .desc {
  color: #ffe5be;
  font-size: 16px;
}
@keyframes icon1 {
  100% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
  0% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
  8.3% {
    background: url(../images/li01.png) no-repeat center;
  }
  16.6% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
  33.2% {
    background: #ffdaa4 url(../images/li01a.png) no-repeat center;
  }
}
@keyframes icon2 {
  0% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
  16.6% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
  24.9% {
    background: url(../images/li02.png) no-repeat center;
  }
  33.2% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li02a.png) no-repeat center;
  }
}
@keyframes icon3 {
  0% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
  33.2% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
  41.5% {
    background: url(../images/li03.png) no-repeat center;
  }
  49.8% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li03a.png) no-repeat center;
  }
}
@keyframes icon4 {
  0% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
  49.8% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
  58.1% {
    background: url(../images/li04.png) no-repeat center;
  }
  66.4% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li04a.png) no-repeat center;
  }
}
@keyframes icon5 {
  0% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
  66.4% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
  74.7% {
    background: url(../images/li05.png) no-repeat center;
  }
  83% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
  100% {
    background: #ffdaa4 url(../images/li05a.png) no-repeat center;
  }
}
#app .liyou .content ul .li01 {
  position: absolute;
  bottom: 335px;
  left: -10px;
  flex-direction: row-reverse;
}
#app .liyou .content ul .li01 .imgbox {
  margin: 0;
  margin-left: 20px;
}
#app .liyou .content ul .li01 .icon01 {
  background: #ffdaa4 url('../images/li01a.png') no-repeat center center;
  animation: icon1 4s infinite linear;
}
#app .liyou .content ul .li02 {
  position: absolute;
  bottom: 140px;
  left: -10px;
  flex-direction: row-reverse;
}
#app .liyou .content ul .li02 .imgbox {
  margin: 0;
  margin-left: 20px;
}
#app .liyou .content ul .li02 .icon01 {
  background: #ffdaa4 url('../images/li02a.png') no-repeat center center;
  animation: icon2 4s infinite linear;
}
#app .liyou .content ul .li03 {
  position: absolute;
  bottom: 75px;
  right: 10px;
}
#app .liyou .content ul .li03 .icon01 {
  background: #ffdaa4 url('../images/li03a.png') no-repeat center center;
  animation: icon3 4s infinite linear;
}
#app .liyou .content ul .li04 {
  position: absolute;
  bottom: 315px;
  left: 760px;
}
#app .liyou .content ul .li04 .icon01 {
  background: #ffdaa4 url('../images/li04a.png') no-repeat center center;
  animation: icon4 4s infinite linear;
}
#app .liyou .content ul .li05 {
  display: none;
}
#app .shezhi {
  padding-top: 60px;
  padding-bottom: 125px;
  background: #000 url('../images/shezhiBG.png') no-repeat center top;
}
#app .shezhi .content {
  margin-top: 34px;
}
#app .shezhi .content ul {
  display: grid;
  grid-template-columns: repeat(3, 393px);
  grid-row-gap: 30px;
  grid-column-gap: 20px;
}
#app .shezhi .content ul li {
  height: 231px;
  padding: 16px 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: url('../images/shezhiLi.png') no-repeat center top;
}
#app .shezhi .content ul li .descBox {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
#app .shezhi .content ul li .descBox .pCon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app .shezhi .content ul li .descBox .pCon .p_T {
  color: #944e03;
  font-size: 13px;
}
#app .shezhi .content ul li .descBox .pCon .biao {
  margin-top: 10px;
}
#app .shezhi .content ul li .descBox .pCon .p_C {
  color: #000;
  font-size: 11px;
}
#app .shezhi .content ul li .jiangbei {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transition: all 0.5s;
  padding: 10px 0;
  padding-bottom: 0;
}
#app .shezhi .content ul li .jiangbei > div {
  text-align: center;
}
#app .shezhi .content ul li .jiangbei .desc > div:first-child {
  font-size: 20px;
}
#app .shezhi .content ul li .jiangbei .desc > div:last-child {
  font-size: 25px;
}
#app .shezhi .content ul li .btn {
  text-align: center;
  transform: translateY(5px);
}
#app .shezhi .content ul li:hover {
  background: url('../images/shezhiLi.png') no-repeat center top;
}
#app .shezhi .content ul li:hover .descBox {
  display: flex;
  opacity: 1;
}
#app .shezhi .content ul li:hover .jiangbei {
  display: none;
  opacity: 0;
}
#app .shezhi .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .liucheng {
  width: 100%;
  height: 1014px;
  box-sizing: border-box;
  background: url('../images/PC_02.png') no-repeat center top;
  background-size: cover;
}
#app .qiye {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
}
#app .qiye .content {
  margin-top: 50px;
}
#app .qiye .content .swiper {
  width: 100%;
  height: 100%;
}
#app .qiye .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
}
#app .qiye .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}
#app .qiye .content .tips {
  text-align: right;
  color: #fff4ba;
  font-size: 12px;
  margin-top: 10px;
}
#app .yiti {
  padding: 50px 0;
  /* background: url('../images/yitiBG.png?v=2024081521') no-repeat center top; */
  background-size: cover;
}
#app .yiti .content {
  margin-top: 50px;
}
#app .yiti .selsectBox {
  width: 310px;
  box-sizing: border-box;
  background-color: #00b2a6;
  border-radius: 10px;
}
#app .yiti .selsectBox ul {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 24px;
}
#app .yiti .selsectBox ul li {
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
#app .yiti .selsectBox ul li .btn {
  display: block;
  width: 94px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-size: 14px;
  color: #333333;
  background-color: #fbe22e;
  border-radius: 5px;
  margin-top: 10px;
}
#app .yiti .selsectBox ul li:first-child {
  padding-top: 0;
}
#app .yiti .selsectBox ul li:last-child {
  border-bottom: none;
}
#app .yiti .showInfo {
  flex: 1;
  color: #333333;
  background-color: #fff;
  border-radius: 10px;
  padding: 46px;
  margin-left: 50px;
  max-height: 700px;
  overflow-y: scroll;
}
#app .yiti .showInfo::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
  background-color: #ededed;
}
#app .yiti .showInfo::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #2057a7;
}
#app .yiti .showInfo img {
  width: 100%;
}
#app .yiti .showInfo div {
  font-size: 16px;
  margin-bottom: 15px;
}
#app .yiti .showInfo .w50 {
  width: 50%;
  display: inline-block;
}
#app .yiti .showInfo .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.yiti-tabs{
  margin-bottom: 46px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.yiti-tab-item{
  position: relative;
  width: 158px;
	height: 42px;
	border-radius: 15px;
  font-family: MiSans-Demibold;
	font-size: 22.03px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0.9px;
	color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.yiti-tabs0 .yiti-tab-item{
  background: #9271b6;
}
.yiti-tabs1 .yiti-tab-item{
  background-image: linear-gradient(
  #1555a5, 
  #1555a5);
}
.yiti-tabs2 .yiti-tab-item{
  background-image: linear-gradient(
  #60b6c7, 
  #60b6c7);
}
.yiti-tab-item:nth-child(1).active{
	background-image: linear-gradient(135deg, 
		rgba(146, 113, 182, 0.51) 0%, 
		rgba(140, 91, 193, 0.73) 44%, 
		rgba(133, 68, 203, 0.87) 73%, 
		#8544cb 100%), 
	linear-gradient(
		#7938bf, 
		#7938bf);
}
.yiti-tab-item:nth-child(2).active{
  background-image: linear-gradient(45deg, 
		#08a8a8 27%, 
		#60b6c7 100%)
}
.yiti-tab-item:nth-child(3).active{
	background-image: linear-gradient(45deg, 
		#1555a5 27%, 
		#0979d4 100%)
}
.yiti-tab-item:nth-child(1).active:after{
  border-top-color:#6f4899;
}
.yiti-tab-item:nth-child(2).active:after{
  border-top-color:#08a8a8;
}
.yiti-tab-item:nth-child(3).active:after{
  border-top-color:#1555a5;
}
.yiti-tab-item.active:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #6f4899;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.yiti-content{
  display: flex;
  justify-content: center;
}
.yiti-content img{
  display: none;
}
.yiti-tab-item:nth-child(2){
  margin: 0 80px;
}
#app .shunjian {
  width: 100%;
  padding: 50px 0;
  background: url('../images/shunjianBG.png') no-repeat center top;
  background-size: cover;
}
#app .shunjian .centerBox {
  width: 1350px;
}
#app .shunjian .videoBox .title,
#app .shunjian .imageBox .title,
#app .shunjian .news .title {
  width: 100%;
  position: relative;
}
#app .shunjian .videoBox .title span,
#app .shunjian .imageBox .title span,
#app .shunjian .news .title span {
  position: absolute;
  transform: translateY(-60%) translateX(-50%);
  left: 50%;
  background-color: #fff;
  z-index: 1;
  display: inline-block;
  padding: 0 15px;
  font-size: 24px;
  color: #093059;
}
#app .shunjian .videoBox .title::after,
#app .shunjian .imageBox .title::after,
#app .shunjian .news .title::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #d4d4d4;
  position: absolute;
  bottom: 0;
}
#app .shunjian .news {
  margin-top: 50px;
}
#app .shunjian .news .left {
  width: 500px;
}
#app .shunjian .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
#app .shunjian .content .imageBox {
  width: 570px;
  box-sizing: border-box;
  margin-left: 20px;
}
#app .shunjian .content .imageBox .swiper-slide img {
  max-width: 100%;
}
#app .shunjian .content .imageBox .imgList {
  width: 100%;
  height: 420px;
  margin-top: 50px;
}
#app .shunjian .content .imageBox .imgList ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px;
}
#app .shunjian .content .imageBox .imgList ul li {
  width: 100%;
  box-sizing: border-box;
}
#app .shunjian .content .imageBox .imgList ul li img {
  width: 100%;
}
#app .shunjian .content .videoBox {
  width: 745px;
  box-sizing: border-box;
}
#app .shunjian .content .videoBox .playBox {
  width: 100%;
  height: 420px;
  box-sizing: border-box;
  margin-top: 50px;
}
#app .shunjian .content .videoBox .playBox video {
  width: 100%;
}
#app .shunjian .content .right {
  box-sizing: border-box;
}
#app .shunjian .content .right ul {
  width: 100%;
  box-sizing: border-box;
}
#app .shunjian .content .right ul li {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333333;
  height: 68px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding-right: 15px;
}
#app .shunjian .content .right ul li .time {
  width: 134px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .shunjian .content .right ul li .time::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #3f8cdb;
  position: absolute;
  top: 0;
  right: -2px;
}
#app .shunjian .content .right ul li .time > div {
  text-align: center;
  font-size: 12px;
  color: #0e57a1;
}
#app .shunjian .content .right ul li .time > div:first-child {
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
}
#app .shunjian .content .right ul li a {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  padding-left: 25px;
}
#app .shunjian .content .right ul li .more {
  background-color: #001e3c;
  font-size: 13px;
  color: #fff;
  padding: 8px 15px;
}
#app .jigou2{
  width: 100%;
  height: 1461px;
  background: url('../images/jigouimg.jpg') no-repeat center center;
  background-size: 1920px 1461px;
}
#app .jigou {
  padding: 50px 0;
}
#app .jigou .content {
  width: 100%;
  margin-top: 50px;
}
#app .jigou .content img {
  max-width: 100%;
}
#app .canhui {
  padding-top: 96px;
  padding-bottom: 60px;
}
#app .canhui .centerBox {
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(90, 0, 255, 0.1);
  padding: 70px;
  background: url('../images/duixiangBg.png') no-repeat right top;
}
#app .canhui .centerBox .content {
  width: 550px;
  box-sizing: border-box;
}
#app .canhui .centerBox .content .left p {
  font-size: 18px;
  color: #000;
  padding-top: 35px;
  position: relative;
}
#app .canhui .centerBox .content .left p::after {
  content: '';
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background-color: #ffc000;
  position: absolute;
  top: 43px;
  left: -20px;
  transform: rotate(45deg);
}
#app .zixun {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background: url('../images/zixunBg.png') no-repeat center top;
  background-size: cover;
  padding-top: 60px;
}
#app .zixun .content ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 35px;
}
#app .zixun .content ul li {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  width: 580px;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 15px;
  border-radius: 5px;
}
#app .zixun .content ul li .imgBox {
  margin-right: 10px;
}
#app .zixun .content ul li .desc .p1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .zixun .content ul li .desc .p2 {
  font-size: 13px;
}
#app .zixun .content ul li .desc .p2 a {
  color: #ff0000;
}
#app .yicheng {
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
}
#app .yicheng .content .table_title {
  display: flex;
  justify-content: space-between;
}
#app .yicheng .content .table_title li {
  flex: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  cursor: pointer;
  background-image: linear-gradient(170deg, #011759, #102e65);
}
#app .yicheng .content .table_title li div {
  font-size: 18px;
}
#app .yicheng .content .table_title li div:first-child {
  font-size: 25px;
}
#app .yicheng .content .table_title .active {
  color: #fff;
  background-image: linear-gradient(170deg, #023eb9, #2871fa);
}
#app .yicheng .content .table_content > li {
  width: 100%;
  box-sizing: border-box;
  padding: 42px;
  background-image: linear-gradient(170deg, #011759, #102e65);
}
#app .yicheng .content .table_content > li .t_title {
  font-size: 25px;
  color: #fff;
}
#app .yicheng .content .table_content > li .t_title span {
  position: relative;
}
#app .yicheng .content .table_content > li .t_title span b {
  position: relative;
  z-index: 2;
}
#app .yicheng .content .table_content > li .t_title span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 10px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #023eb9, #2871fa);
}
#app .yicheng .content .table_content > li .t_title .time {
  font-size: 20px;
  color: #00f0ff;
  margin-left: 20px;
}
#app .yicheng .content .table_content > li .t_title .time::after {
  display: none;
}
#app .yicheng .content .table_content > li .beijing_desc {
  width: 100%;
  box-sizing: border-box;
  padding-right: 180px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin-top: 20px;
  text-align: justify;
}
#app .yicheng .content .table_content > li .table {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#app .yicheng .content .table_content > li .table table {
  width: 100%;
  box-sizing: border-box;
}
#app .yicheng .content .table_content > li .table tr td {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  padding-left: 0px;
}
#app .yicheng .content .table_content > li .table tr td .time {
  text-align: center;
}
#app .yicheng .content .table_content > li .table tr td .time,
#app .yicheng .content .table_content > li .table tr td .desc {
  padding: 10px 15px;
  border-radius: 50px;
  transition: all 0.5s;
  cursor: pointer;
  background-image: linear-gradient(170deg, #062d77, #062d77);
}
#app .yicheng .content .table_content > li .table .tab_hover:hover .time,
#app .yicheng .content .table_content > li .table .tab_hover:hover .desc {
  background-image: linear-gradient(to bottom, #0340bb, #2871fa);
}
#app .yicheng .content .table_content > li .qunti {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#app .yicheng .content .table_content > li .qunti ul {
  width: 100%;
  box-sizing: border-box;
}
#app .yicheng .content .table_content > li .qunti ul li {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  line-height: 30px;
}
#app .yicheng .content .table_content > li .qunti ul li .num {
  font-size: 34px;
  font-weight: 900;
  font-style: oblique;
  display: inline-block;
  padding-right: 20px;
  background-image: -webkit-linear-gradient(left, #015eea, #00c0fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#app .yicheng .content .table_content > li .qiyeBox {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}
#app .yicheng .content .table_content > li .qiyeBox ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
#app .yicheng .content .table_content > li .qiyeBox ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid #184ade;
}
#app .yicheng .content .table_content > li .qiyeBox ul li:nth-child(4n+1) {
  width: 206px;
}
#app .yicheng .content .table_content > li .qiyeBox ul li:nth-child(4n+2) {
  width: 30%;
}
#app .tongqi {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: url('../images/tongqi2/bg.jpg') no-repeat center center / cover;
}
#app .tongqi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#app .tongqi ul li {
  margin-right: 20px;
  width: 380px;
  margin-top: 30px;
  /* border: 2px solid #d2d2d2; */
  border-radius: 3px;
  /* padding: 2px; */
}
#app .tongqi ul li:nth-child(3), #app .tongqi ul li:nth-child(5){
  margin-right: 0;
}
#app .tongqi ul li a {
  display: inline-block;
}
#app .tongqi ul li a img {
  max-width: 100%;
}
#app .tongqi ul li a p {
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
}
#app .tongqi ul li a p span {
  width: 100%;
  font-size: 17px;
  color: gray;
  text-align: center;
}
#app .mubiao {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: url('../images/mubiaoBG.png') no-repeat center top;
}
#app .mubiao .content {
  margin-top: 20px;
}
#app .mubiao .desc_info {
  margin-top: 50px;
}
#app .mubiao .desc_info p {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  vertical-align: bottom;
}
#app .mubiao .desc_info p svg {
  margin-right: 5px;
}
#app .zhanshang {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: url('../images/zsBG.png') no-repeat center top;
  background-size: cover;
}
#app .zhanshang .swiper {
  width: 100%;
  height: 100%;
}
#app .zhanshang .swiper-button-next,
#app .zhanshang .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  width: 120px;
  height: 120px;
  border-radius: 500px;
  top: 42%;
}
#app .zhanshang .swiper-button-next::after,
#app .zhanshang .swiper-button-prev::after {
  color: #fff;
}
#app .zhanshang .swiper-button-next {
  right: -130px;
}
#app .zhanshang .swiper-button-prev {
  left: -130px;
}
#app .zhanshang .swiper-slide {
  display: flex;
  height: 480px;
  justify-content: center;
  align-items: center;
}
#app .zhanshang .swiperBox {
  position: relative;
  margin-top: 50px;
}
#app .shenbao {
  width: 100%;
  box-sizing: border-box;
  background: #1e0539;
  background-size: 100% 100%;
  padding: 80px 0;
}
#app .shenbao .content {
  margin-top: 50px;
}
#app .shenbao .content ul {
  display: flex;
  justify-content: center;
}
#app .shenbao .content ul li {
  padding: 0 10px;
}
#app .xuanchuan {
  padding-top: 50px;
  padding-bottom: 50px;
}
#app .xuanchuan .content {
  margin-top: 30px;
}
#app .xuanchuan .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .xuanchuan .content ul li {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
#app .xuanchuan .content ul li .decT {
  font-size: 20px;
  color: #5a00ff;
  font-weight: 600;
  padding-bottom: 20px;
}
#app .xuanchuan .content ul li .imgbox {
  margin-right: 20px;
}
#app .liangdian {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: url('../images/liangdainBG.png') no-repeat center top;
  background-size: cover;
  padding: 50px 0;
}
#app .liangdian .swiperBox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
#app .liangdian .swiperBox .swiper-button-next,
#app .liangdian .swiperBox .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  border-radius: 5px;
}
#app .liangdian .swiperBox .swiper-button-next::after,
#app .liangdian .swiperBox .swiper-button-prev::after {
  color: #fff;
}
#app .liangdian .swiperBox .swiper-button-next {
  right: -70px;
}
#app .liangdian .swiperBox .swiper-button-prev {
  left: -70px;
}
#app .liangdian .swiperBox .swiper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 50px;
}
#app .liangdian .swiperBox .swiper-slide {
  width: 824px;
  height: 465px;
  box-sizing: border-box;
  position: relative;
}
#app .liangdian .swiperBox .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#app .liangdian .swiperBox .swiper-slide .infoBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
#app .liangdian .swiperBox .swiper-slide .infoBox .ld_title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
#app .liangdian .swiperBox .swiper-slide .infoBox .ld_desc {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#app .liangdianList {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  background-color: #0f7dda;
}
#app .liangdianList .content {
  width: 1330px;
  margin: auto;
  box-sizing: border-box;
}
#app .liangdianList .content ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#app .liangdianList .content ul li {
  flex: 1;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #208caf;
  cursor: default;
}
#app .liangdianList .content ul li .desc {
  font-size: 20px;
  color: #fff;
}
#app .liangdianList .content ul .active {
  background-color: #46ae4d;
}
#app .aboutUs {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: url('../images/usbg.png') no-repeat center top;
  background-size: cover;
  padding: 80px 0;
}
#app .aboutUs .title {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
#app .aboutUs .content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#app .aboutUs .content .left {
  width: 880px;
}
#app .aboutUs .content .left .title2 {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}
#app .aboutUs .content .left ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#app .aboutUs .content .left ul li {
  padding: 28px 0;
  padding-left: 20px;
  border-left: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
#app .aboutUs .content .left ul li p {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .aboutUs .content .left ul .padd0 {
  padding-top: 0;
}
#app .aboutUs .content .left ul .paddb0 {
  padding-bottom: 0;
}
#app .aboutUs .content .left ul .borderb0 {
  border-bottom: none;
}
#app .aboutUs .content .left ul li:nth-child(3n+1) {
  padding-left: 0;
  border-left: none;
}
@-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);
  }
}
.zhanqu2 {
  width: 100%;
  height: 1801px;
  background: url('../images/zhanqu.jpg?v=2') no-repeat center center / cover;
}
