.btn-box button {
  border-radius: 25px;
  font-size: 18px;
}
.btn-box .btn1 {
  background: rgb(134, 95, 224);
  color: #fff;
  padding: 10px 25px;
}
.btn-box .btn2 {
  background: rgb(233, 240, 255);
  color: rgb(62, 94, 254);
  padding: 10px 35px;
}
.btn-box nav a {
  font-size: 16px;
  margin-left: 50px;
}
.banner .ani, .active-box .ani {
  position: absolute;
  display: block;
  width: 43px;
  height: 45px;
  background: url(../image/icon.png) no-repeat -3px -299px;
  cursor: pointer;
  opacity: 0.35;
}

.banner .next {
  left: auto;
  right: 0;
  background-position: -45px -295px;
}

.active-show-pagination {
  left: 16% !important;
}

.active-box .prev-activity {
  left: 43%;
}

.active-box .next-activity {
  background-position: -45px -295px;
  right: 7%;
}

.banner .prev.on {
  left: 5%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .next.on {
  right: 5%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ani, .icon, .icon2 {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}

.anii {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.translateY {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.translateX {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translateXY {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bannerB {
  width: 1200px;
  height: 140px;
  margin: auto;
  z-index: 9;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.bannerB .line {
  width: 2px;
  height: 31px;
  background: #B5B4B0;
}

.bannerB .bitem {
  display: flex;
  flex-direction: row;
  padding: 0 26px;
  align-items: center;
  height: 100%;
}

.bannerB .bitem:hover {
  box-shadow: 0 0 20px rgba(12, 49, 213, 0.3);
  border-radius: 25px;
  transition: all 0.8s;
}

.bannerB .bitem .left img {
  margin-right: 26px;
}

.bannerB .bitem .right .title {
  height: 45px;
  font-size: 24px;
  color: #3E3A39;
  font-weight: 700;
  display: inline;
  padding-bottom: 4px;
}

.bannerB .bitem .right .des {
  font-size: 16px;
  color: #828080;
  margin-top: 12px;
  line-height: 22px;
}

.youshi-item div {
  margin-bottom: 56px;
  padding: 25px 20px;
}
.youshi-item div:hover {
  background: linear-gradient(to right, #E6F0FA, #FAFBFE);
}
.youshi-item h3 {
  font-size: 20px;
}
.youshi-item p {
  font-size: 14px;
  line-height: 3;
  text-indent: 1em;
}

.youshi-item div h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

.youshi-item:first-of-type div:nth-child(1) h3::before {
  background-image: url("../image/youshi-item1.png");
}

.youshi-item:first-of-type div:nth-child(2) h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../image/youshi-item2.png");
}

.youshi-item:first-of-type div:nth-child(3) h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../image/youshi-item3.png");
}

.youshi-item2 div:nth-child(1) h3::before {
  background-image: url("../image/youshi-item4.png");
}

.youshi-item2 div:nth-child(2) h3::before {
  background-image: url("../image/youshi-item5.png");
  /* ... */
}

.youshi-item2 div:nth-child(3) h3::before {
  background-image: url("../image/youshi-item6.png");
  /* ... */
}

.liucheng-box {
  width: 1230px;
  margin: auto;
  border: 1px solid rgb(231, 231, 231);
  border-left: none;
}
.liucheng-box > div {
  border-left: 1px solid rgb(231, 231, 231);
}
.liucheng-box .nav {
  width: 262px;
  height: 471px;
  text-align: center;
}
.liucheng-box .nav p:nth-of-type(1) {
  margin: 78px 90px 0;
}
.liucheng-box .nav hr {
  width: 60%;
  background: #a57777;
  height: 3px;
  margin: 0 auto 20px;
}
.liucheng-box .nav p:first-child::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 72px;
  width: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}
.liucheng-box .nav1 p:first-child::before {
  background-image: url("../image/xuanzemoban.png");
}
.liucheng-box .nav2 p:first-child::before {
  background-image: url("../image/huodongshezhi.png");
}
.liucheng-box .nav3 p:first-child::before {
  background-image: url("../image/bianjihuodong.png");
}
.liucheng-box .nav4 p:first-child::before {
  background-image: url("../image/fabuhuodong.png");
}
.liucheng-box .detail {
  flex: 0 0 442px;
  width: 442px;
  height: 472px;
}
.liucheng-box .detail h3 {
  background: url("../image/nav-bg.png") no-repeat center 100%;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  text-indent: 2em;
  margin-top: -3px;
}
.liucheng-box .detail div {
  margin-left: 24px;
}
.liucheng-box .detail p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
.liucheng-box .detail p b {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #000;
  margin-bottom: 5px;
  margin-right: 5px;
}
.liucheng-box .detail span {
  color: #b1b5b9;
  font-size: 14px;
  display: block;
  width: 76%;
  margin: 15px 14px;
}
.liucheng-box .content {
  display: none;
}
.liucheng-box .content.active {
  display: block;
}
.liucheng-box .nav:hover .content {
  display: block;
}

.activity-show {
  position: relative;
  background: linear-gradient(138deg, #b2ccf1, #F5F5F5);
  height: 1100px;
  text-align: center;
  padding: 60px 0 280px;
}

.active-intro, .active-box {
  width: 1246px;
  height: 760px;
  margin: auto;
}

.active-left {
  position: relative;
  flex: 0 0 450px;
  background: #fff;
  padding: 34px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: left;
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.active-left h3 {
  color: rgb(40, 113, 177);
  font-size: 20px;
  margin-top: 30px;
}

.active-left button{
  position: absolute;
  background: linear-gradient(to right, #8095cf, #691ae7);
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 68px;
  left: 50%;
  margin-left: -93px;
  bottom: 30px;
}

.active-left ul li {
  margin-top: 30px;
  position: relative;
  margin-left: 23px;
  color: #666;
}

.active-left ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(48, 112, 226);
  position: absolute;
  left: -25px;
  top: 0.5em;
}

.active-right {
  width: 800px;
  height: 760px;
  background: linear-gradient(138deg, #D5D7F2, #A1BDFF);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.active-right .activity-ruuning-box {
  width: 320px;
  height: 640px;
  margin: 60px auto 0;
  background: url("../image/shouji.png") no-repeat;
}

.vote-plat {
  width: 100%;
  height: 300px;
  margin-top: -3px;
  background: url(../image/bg2.png) no-repeat center 100%;
}
.vote-plat h2 {
  padding-top: 86px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgb(100, 181, 236);
}
.vote-plat .create_active {
  border-radius: 25px;
  width: 189px;
  height: 43px;
  line-height: 2.5;
  opacity: 1;
  background: rgb(255, 255, 255);
  display: block;
  margin: auto;
  color: rgb(37, 154, 247);
  text-align: center;
  margin-top: 66px;
}

.data-box {
  width: 100%;
  height: 722px;
  background: url(../image/bg3.png) no-repeat center;
}

.data-intro-box {
  text-align: center;
}
.data-intro-box h3 {
  padding-top: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.data-intro-box p {
  color: rgb(241, 234, 234);
}
.data-intro-box ul {
  width: 69%;
  margin: auto;
  padding-top: 70px;
}
.data-intro-box ul li {
  display: block;
  width: 300px;
  height: 170px;
  background: linear-gradient(to bottom, #A5C2E4, #B9D1EA);
  border-radius: 25px;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 62px;
}
.data-intro-box ul li.nomargin {
  margin-right: 0;
}
.data-intro-box ul li:hover {
  background: linear-gradient(to bottom, #B8D2E5, #8EB4E3);
}
.data-intro-box ul li p {
  color: #fff;
}
.data-intro-box ul li p:first-child {
  padding-top: 59px;
  font-weight: bold;
  line-height: 2;
}

.fuwu {
  border-bottom: 1px solid #bbb6b6;
}

.fuwu > div {
  display: flex;
  align-items: center;
}

.fuwu > div img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/*# sourceMappingURL=index.css.map */
