.animation {
  opacity: 0;
}

#index {
  background: url(../images/index_bg.png) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  padding-top: 86px;
  overflow: hidden;
}
#index:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 63%;
  height: 100%;
  display: block;
  background-image: url(../images/index_bg02.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#index > div {
  max-width: 1000px;
  margin: auto;
  padding-top: 20px;
}
#index .index_img {
  position: absolute;
  width: 42%;
  height: 0;
  padding-bottom: 41%;
  top: 0;
  left: -3%;
}
#index .index_img div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .light_bg {
  background-image: url(../images/light_bg.svg);
}
#index .light {
  background-image: url(../images/light.svg);
  width: 58%;
  margin-left: 16%;
}
#index .lock {
  background-image: url(../images/lock.svg);
  width: 74%;
  margin-left: 14%;
}
#index .machine_man {
  background-image: url(../images/machine_man.png);
  width: 44%;
  margin-left: 28%;
}
#index .index_main {
  width: 100%;
}
#index .index_main div {
  display: block;
}
#index .index_main .title img {
  margin: 4px auto;
}
#index .index_main .intro {
  color: #fff;
  font-size: 22px;
  line-height: 2em;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 120px;
}
#index .index_main .intro p, #index .index_main .intro span {
  color: #fff;
  font-size: 20px;
  line-height: 2em;
}
#index.active .machine_man {
  animation: scale 0.5s linear 0s 1 normal forwards;
}
#index.active .light {
  animation: rotateFadeIn 0.5s linear 0.1s 1 normal forwards;
}
#index.active .lock {
  animation: scale 0.5s linear 0.2s 1 normal forwards;
}
#index.active .title01 {
  animation: slideInRight 0.3s linear 0.4s 1 normal forwards;
}
#index.active .title02 {
  animation: slideInRight 0.3s linear 0.4s 1 normal forwards;
}
#index.active .intro {
  animation: slideInRight 0.3s linear 0.6s 1 normal forwards;
}

@media (max-width: 1024px) {
  #index {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #index .title {
    width: 85%;
  }
  #index .index_img {
    position: absolute;
    width: 88%;
    height: 0;
    padding-bottom: 88%;
    top: -7%;
    left: auto;
    right: -15%;
  }
  #index .index_main {
    width: 92%;
    margin: 20% auto 0 auto;
  }
  #index .index_main .title {
    width: 65%;
  }
  #index .index_main .title img {
    margin: 0;
  }
  #index .index_main .title .title01 {
    max-width: 90%;
  }
  #index .index_main .intro {
    text-align: left;
    margin-bottom: 0px;
  }
  #index .index_main .intro p, #index .index_main .intro span {
    display: block;
  }
}
@media (max-width: 600px) {
  #index .index_img {
    top: -5%;
  }
  #index .index_main {
    margin: 18% auto 0 auto;
  }
  #index .index_main .intro p, #index .index_main .intro span {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  #index .index_img {
    top: -3%;
    width: 101%;
  }
  #index .index_main .intro p, #index .index_main .intro span {
    font-size: 14px;
  }
}
.iconshake {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto 10px;
  z-index: 99;
}
.iconshake img {
  margin: auto;
  width: 45px;
}

#forum {
  background: url(../images/forum_bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 90px;
  box-sizing: border-box;
}
#forum:before, #forum:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 40%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#forum:after {
  background-image: url(../images/forum-1.png);
  background-position: left bottom;
  left: 0;
  bottom: 0;
}
#forum:before {
  background-image: url(../images/forum-2.png);
  background-position: right top;
  right: 0;
  top: 0;
}
#forum.active:before {
  opacity: 1;
  animation: slideInRight 1s linear 0s 1 normal forwards;
}
#forum.active:after {
  opacity: 1;
  animation: slideInLeft 1s linear 0s 1 normal forwards;
}
#forum p {
  color: #ffffff;
  font-size: 20px;
  margin: 60px auto 30px auto;
  text-align: center;
  max-width: 90%;
}
#forum p span {
  color: #ffffff;
  font-size: 20px;
}
#forum ul.info {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3%;
}
#forum ul.info .info-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#forum ul.info li {
  display: inline-block;
  font-size: 30px;
  margin: 12px 5px;
  color: #ffffff;
}
#forum ul.info li:first-child {
  margin-right: 30px;
}
#forum ul.info li h3 {
  display: inline-block;
  padding: 10px 34px;
  background: linear-gradient(94.93deg, #6AC5D7 -2.73%, #2175AD 101.47%);
  border-radius: 27px;
  font-size: 24px;
  font-weight: 600;
  margin-right: 20px;
  color: #fff;
}
#forum ul.info li span,
#forum ul.info li .info-add-s {
  font-size: 30px;
  color: #ffffff;
}
#forum ul.info li > img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
  width: 51px;
}
#forum ul.info li a.map {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 8px;
}
#forum ul.info li a.map img {
  -moz-animation: jump 0.8s infinite;
  -webkit-animation: jump 0.8s infinite;
  animation: jump 0.8s infinite;
}
#forum .btns {
  margin-top: 50px;
}

@media (max-width: 980px) {
  #forum {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto !important;
  }
}
@media (max-width: 768px) {
  #forum ul.info {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  #forum ul.info {
    max-width: 320px;
    margin: auto;
  }
  #forum ul.info li {
    font-size: 16px;
    margin: 12px 0px;
  }
  #forum ul.info li:first-child {
    margin-right: 0px;
  }
  #forum ul.info li span {
    font-size: 16px;
  }
  #forum ul.info li h3 {
    font-size: 16px;
    padding: 3px 10px;
    margin-right: 10px;
  }
  #forum ul.info li .info-add-s {
    font-size: 16px;
    margin-left: 65px;
  }
  #forum .btn a {
    width: 180px;
    padding: 16px 0px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #forum p {
    margin: 30px auto;
    font-size: 18px;
  }
  #forum p span {
    font-size: 18px;
    display: block;
  }
}
.bg-m {
  display: none;
}

@media (max-width: 980px) {
  .bg-m {
    display: block;
  }
}
.info-add-s {
  text-align: left;
  margin-left: 144px;
  color: #ffffff;
}

#speaker {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #16264E;
}
#speaker .title {
  margin-bottom: 100px;
}
#speaker .boxcon {
  margin: auto;
  min-height: 500px;
}
#speaker ul.speaker {
  width: 100%;
  max-width: 920px;
  overflow: hidden;
  margin: 40px auto 0px;
  text-align: center;
}
#speaker ul.speaker li {
  margin-bottom: 30px;
  width: 39%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
  margin-right: 5%;
}
#speaker .speaker {
  max-width: 820px;
  margin: auto;
}
#speaker .speaker figcaption {
  line-height: 30px;
  font-weight: 600;
  color: #6DC9FF;
  text-align: left;
}
#speaker .speaker figcaption div {
  font-size: 16px;
  color: transparent;
  background: linear-gradient(94.93deg, #6AC5D7 -2.73%, #2175AD 101.47%);
  background-clip: text;
  margin-bottom: 12px;
}
#speaker .speaker p {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
#speaker:before, #speaker:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 32%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#speaker:after {
  background-image: url(../images/speakerbg01.png);
  background-position: left bottom;
  left: 0;
  bottom: 0;
}
#speaker:before {
  background-image: url(../images/speakerbg02.png);
  background-position: right top;
  right: 0;
  top: 0;
}
#speaker.active:before {
  opacity: 1;
  animation: slideInRight 1s linear 0s 1 normal forwards;
}
#speaker.active:after {
  opacity: 1;
  animation: slideInLeft 1s linear 0s 1 normal forwards;
}

@media (max-width: 800px) {
  #speaker {
    padding-top: 40px;
  }
  #speaker .title {
    margin-bottom: 10px;
  }
  #speaker .boxcon {
    position: relative;
    height: auto;
  }
  #speaker ul.speaker li {
    width: 90%;
    float: none;
    margin: 20px auto;
  }
  #speaker ul.speaker li figure {
    width: 55%;
    margin: auto;
  }
  #speaker ul.speaker li figure img {
    margin: auto;
  }
  #speaker ul.speaker li figcaption {
    text-align: center;
  }
  #speaker:before, #speaker:after {
    background-size: 40%;
  }
}
#agenda {
  background: url(../images/agenda_bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px;
}
#agenda .con {
  max-width: 770px;
}
#agenda .title {
  margin-bottom: 60px;
  color: #ffffff;
}
#agenda .agenda-list li {
  display: flex;
  margin: 12px 0;
}
#agenda .agenda-list li * {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
#agenda .agenda-list li i {
  position: relative;
  width: 160px;
  flex: 0 0 auto;
}
#agenda .agenda-list li i:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #57B1CC;
  right: -50.5px;
  top: 25px;
}
#agenda .agenda-list li:last-child i:before {
  display: none;
}
#agenda .agenda-list .agenda-list-box {
  margin-left: 100px;
  position: relative;
}
#agenda .agenda-list .agenda-list-box:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #13254B;
  border: 2px solid #57B1CC;
  border-radius: 50%;
  left: -59px;
  top: 9px;
  box-sizing: border-box;
  border-radius: 50%;
}
#agenda .agenda-list .agenda-list-box b {
  font-size: 16px;
  padding: 4px 0;
  border: 1px solid;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  width: 80px;
  margin-right: 10px;
}
#agenda .agenda-list .agenda-list-box h4 {
  margin: 8px 0 10px;
}
#agenda .agenda-list .agenda-list-box span {
  font-size: 14px;
}
#agenda .agenda-list .agenda-list-box .without-title {
  padding-left: 92px;
}
#agenda:before, #agenda:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 25%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#agenda:after {
  background-image: url(../images/agendabg01.png);
  background-position: left bottom;
  left: 0;
  bottom: 0;
}
#agenda:before {
  background-image: url(../images/agendabg02.png);
  background-position: right top;
  right: 0;
  top: 0;
}
#agenda.active:before {
  opacity: 1;
  animation: slideInRight 1s linear 0s 1 normal forwards;
}
#agenda.active:after {
  opacity: 1;
  animation: slideInLeft 1s linear 0s 1 normal forwards;
}

@media (max-width: 480px) {
  #agenda .agenda-list li {
    flex-direction: column;
    padding-left: 50px;
  }
  #agenda .agenda-list li * {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #agenda .agenda-list li i:before {
    height: 1100%;
    left: -32px;
  }
}
@media (max-width: 480px) {
  #agenda .agenda-list .agenda-list-box {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #agenda .agenda-list .agenda-list-box:before {
    left: -39px;
    top: -20px;
  }
}
@media (max-width: 480px) {
  #agenda .agenda-list .agenda-list-box::after {
    left: -35px;
    top: -15px;
  }
}
@media (max-width: 980px) {
  #agenda .agenda-left, #agenda .agenda-right {
    display: none;
  }
}
@media (max-width: 480px) {
  #agenda.active .agenda-left-bottom-m {
    bottom: -17%;
    left: -70%;
  }
}
@media (max-width: 1600px) {
  #agenda.active .agenda-left-bottom-m {
    left: -25%;
  }
}
@media (max-width: 1024px) {
  #agenda.active .agenda-left-bottom-m {
    left: -25%;
    bottom: -37%;
    width: 69%;
  }
}
#survey {
  background: url(../images/survey_bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 90px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
#survey .title span, #survey .title b {
  color: #1e6674;
}
#survey .btns {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#survey .btns li {
  display: block;
}
#survey .btns a {
  background: #1e6674;
  color: #fff;
}
#survey .btns a:hover {
  background: #9e7830;
  color: #000;
  background: #9e7830;
  color: #fff;
}

@media (max-width: 480px) {
  #survey .btns {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #survey .btns a {
    width: 190px;
  }
}
@media (max-width: 480px) {
  #survey .btns a {
    width: 250px;
  }
}
#vote {
  background-color: #1e6674;
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#vote .btns {
  margin-top: 70px;
  margin-left: -10px;
}
#vote:before {
  display: block;
  width: 45%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  transition: all 1s;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80% auto;
}
#vote h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 480px) {
  #vote h3 br {
    display: none;
  }
}
#award {
  position: relative;
  background: url(../images/award_bg.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
#award.active:before {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
#award .car {
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: 7px;
}
#award .car figure {
  display: block;
  width: 443px;
  height: 50px;
  background: url(../images/train.png) center center no-repeat;
  -moz-animation: car 12s linear infinite;
  -webkit-animation: car 12s linear infinite;
  animation: car 12s linear infinite;
}
#award .btns {
  margin-top: 70px;
}
#award .btns a {
  background: #9e7830;
}
#award .btns a:hover {
  background: #27a038;
}
#award.active:before, #award.active:after {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

@media (max-width: 1024px) {
  #award {
    padding: 5% 0 16%;
  }
  #award:before {
    background-size: 46%;
    background-position: 0% 90%;
  }
  #award:after {
    background-position: 100% 8%;
    background-size: 40%;
  }
}
@media (max-width: 768px) {
  #award:before {
    background-size: 62%;
    background-position: -24% 95%;
  }
  #award:after {
    background-position: 100% 8%;
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  #award:after {
    background-position: 130% 6%;
    background-size: 50%;
  }
}
#video {
  background: url(../images/video_bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 76px;
  padding-bottom: 73px;
  position: relative;
  box-sizing: border-box;
}
#video .title {
  background-clip: text;
  color: transparent;
  font-size: 40px;
  line-height: 1.5em;
}
#video .intro p, #video .intro span {
  font-size: 16px;
  line-height: 2.25em;
  color: #fff;
  text-align: center;
}
#video .video-film {
  border: 1px solid #2DABC3;
  max-width: 1000px;
  margin: 48px auto;
}
#video:before, #video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 25%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#video:after {
  background-image: url(../images/videobg01.png);
  background-position: left bottom;
  left: 0;
  bottom: 0;
}
#video:before {
  background-image: url(../images/videobg02.png);
  background-position: right top;
  right: 0;
  top: 0;
}
#video.active:before {
  opacity: 1;
  animation: slideInRight 1s linear 0s 1 normal forwards;
}
#video.active:after {
  opacity: 1;
  animation: slideInLeft 1s linear 0s 1 normal forwards;
}
#video:before, #video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 30%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#video:after {
  background-image: url(../images/videobg01.png);
  background-position: left bottom;
  left: 0;
  bottom: 0;
}
#video:before {
  background-image: url(../images/videobg02.png);
  background-position: right top;
  right: 0;
  top: 0;
}
#video.active:before {
  opacity: 1;
  animation: slideInRight 1s linear 0s 1 normal forwards;
}
#video.active:after {
  opacity: 1;
  animation: slideInLeft 1s linear 0s 1 normal forwards;
}

@media (max-width: 1024px) {
  #video .video-film {
    max-width: 90%;
  }
}
#note {
  background: url(../images/note_bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 270px;
  min-height: auto !important;
  border-bottom: 1px solid #1F7D7D;
}
#note .con {
  max-width: 746px;
  margin: auto;
}
#note .title {
  margin-bottom: 60px;
}
#note h3 {
  color: #1FABC3;
  font-size: 16px;
}
#note p {
  color: #fff;
  font-size: 16px;
}
#note .list * {
  color: #fff;
  font-size: 16px;
}
#note .list li {
  display: flex;
  margin: 16px 0;
}
#note .list li i {
  width: 20px;
}
#note:before, #note:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 20%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#note:after {
  background-image: url(../images/notebg01.png);
  background-position: left bottom;
  left: 0;
  bottom: 0;
}
#note:before {
  background-image: url(../images/notebg02.png);
  background-position: right top;
  right: 0;
  top: 0;
}
#note.active:before {
  opacity: 1;
  animation: slideInRight 1s linear 0s 1 normal forwards;
}
#note.active:after {
  opacity: 1;
  animation: slideInLeft 1s linear 0s 1 normal forwards;
}

@media (max-width: 600px) {
  #note {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #note .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  #note .note-left {
    left: 5%;
  }
}
@media (max-width: 480px) {
  #note .note-left {
    left: 3%;
    top: 72px;
    width: 21%;
  }
}
@media (max-width: 980px) {
  #note .note-right {
    right: 7%;
  }
}
@media (max-width: 480px) {
  #note .note-right {
    top: 72px;
    right: 2%;
    width: 23%;
  }
}
#unit {
  background: url(../images/unit-bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}
#unit .title {
  margin: 0 auto 3rem;
}
#unit .title::after {
  background: #27a038;
}
#unit ul {
  text-align: center;
  width: auto;
  display: table;
  margin: auto;
}
#unit ul li {
  margin: 10px;
  width: 31.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
#unit ul li img {
  margin: auto;
  border: 1px solid #ccc;
}
#unit ul.one li {
  width: 100%;
}
#unit ul.two li {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
#unit ul.four li {
  width: 22.91666%;
}
#unit ul.five li {
  width: 17.91666%;
}
#unit .airplane {
  position: absolute;
  right: 10%;
  top: 5%;
}

@media (max-width: 480px) {
  #unit ul.one li img {
    width: 186px;
  }
}
@media (max-width: 768px) {
  #unit ul.five li {
    width: 47.91667%;
  }
}
@media (max-width: 768px) {
  #unit .airplane {
    display: none;
  }
}
ul.boxlist > li {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}
ul.boxlist > li + li {
  margin-top: 10px;
}
ul.boxlist > li:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 9px;
  background: #666666;
}
ul.boxlist > li * {
  font-size: 18px;
  line-height: 1.6em;
  color: #666666;
}
ul.boxlist > li b {
  font-weight: bold;
}
ul.boxlist > li span {
  flex: 0 0 auto;
}
ul.boxlist table {
  width: 95%;
  margin: 10px 0;
}
ul.boxlist table th, ul.boxlist table td {
  font-size: 18px;
  padding: 3px 10px;
  border: 1px solid #ccc;
  text-align: center;
}
ul.boxlist table caption {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
ul.boxlist table thead th {
  border: 1px solid #fff;
  background-color: #dfdfdf;
}
ul.boxlist table thead th.th2 {
  background: #fadaba;
}
ul.boxlist table thead th.th3 {
  background: #b7e7df;
}
ul.boxlist table tbody tr.point td {
  background-color: #1cbbc5;
  color: #fff;
}
ul.boxlist img {
  max-width: 100%;
  margin: auto;
}

.icon-list li {
  padding-left: 80px;
  position: relative;
  margin: 25px 60px;
}
.icon-list li * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  color: #666666;
}
.icon-list li span {
  color: #a07729;
}
.icon-list li:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 52px;
  height: 48px;
  position: absolute;
  left: 8px;
  top: 0;
  background-image: url(../images/requestItem-icon.svg);
  background-size: cover;
}
.icon-list li:nth-child(1):before {
  background-position: 0 0;
}
.icon-list li:nth-child(2):before {
  background-position: 0 -72px;
}
.icon-list li:nth-child(3):before {
  background-position: 0px -148px;
}
.icon-list li:nth-child(4):before {
  background-position: 0px -220px;
}
.icon-list li:nth-child(5):before {
  background-position: 0px -284px;
}
.icon-list.flex li {
  display: flex;
  margin: 15px 60px;
}
.icon-list.flex li * {
  font-size: 24px;
  line-height: 48px;
  color: #666666;
  flex: 0 0 auto;
}
.icon-list .download {
  background: url(../images/download.svg) center center no-repeat;
  width: 32px;
  height: 48px;
  display: block;
  margin: 0 8px;
}

@media (max-width: 768px) {
  .icon-list li {
    margin: 25px auto;
  }
}
@media (max-width: 480px) {
  .icon-list li {
    padding-left: 52px;
  }
}
@media (max-width: 480px) {
  .icon-list li:before {
    width: 40px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .icon-list li:nth-child(2):before {
    background-position: 0 -52px;
  }
  .icon-list li:nth-child(3):before {
    background-position: 0px -114px;
  }
  .icon-list li:nth-child(4):before {
    background-position: 0px -170px;
  }
  .icon-list li:nth-child(5):before {
    background-position: 0px -219px;
  }
}
@media (max-width: 480px) {
  .icon-list.flex li {
    padding-left: 52px;
    flex-wrap: wrap;
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .icon-list.flex li * {
    line-height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .icon-list .download {
    width: 24px;
    background-size: contain;
    height: 35px;
    margin: 0 4px;
  }
}
#surveyresult .tab_container, #surveyyear .tab_container {
  max-width: 830px;
  margin: auto;
}

#surveyresult h3, #surveyyear h3 {
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
}

#surveyresult h5, #surveyyear h5 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 20px 0;
  clear: both;
}

#surveyresult h5.green, #surveyyear h5.green {
  background-color: #f6ab36;
}

#surveyresult h5.blue, #surveyyear h5.blue {
  background-color: #03c9a8;
}

#surveyresult .tab_content#leading, #surveyresult .tab_content#leading_lastyear {
  text-align: left;
  max-width: 1000px;
}

#surveyyear .tab_content#leading, #surveyyear .tab_content#leading_lastyear {
  text-align: left;
  max-width: 1000px;
}

#surveyresult .tab_content#leading p, #surveyresult .tab_content#leading_lastyear p {
  font-size: 18px;
}

#surveyyear .tab_content#leading p, #surveyyear .tab_content#leading_lastyear p {
  font-size: 18px;
}

#surveyresult .tab_content#leading ul li, #surveyresult .tab_content#leading_lastyear ul li {
  margin: 25px 0;
}

#surveyyear .tab_content#leading ul li, #surveyyear .tab_content#leading_lastyear ul li {
  margin: 25px 0;
}

#surveyresult .tab_content#leading ul li b, #surveyresult .tab_content#leading_lastyear ul li b {
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

#surveyyear .tab_content#leading ul li b, #surveyyear .tab_content#leading_lastyear ul li b {
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

#surveyresult .tab_content#leading ul li b img, #surveyresult .tab_content#leading_lastyear ul li b img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#surveyyear .tab_content#leading ul li b img, #surveyyear .tab_content#leading_lastyear ul li b img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#surveyresult .tab_content#government ul, #surveyresult .tab_content#government_lastyear ul, #surveyresult .tab_content#people ul, #surveyresult .tab_content#people_lastyear ul, #surveyresult .tab_content#people_2_lastyear ul {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

#surveyyear .tab_content#government ul, #surveyyear .tab_content#government_lastyear ul, #surveyyear .tab_content#people ul, #surveyyear .tab_content#people_lastyear ul, #surveyyear .tab_content#people_2_lastyear ul {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

#surveyresult .tab_content#government ul li, #surveyresult .tab_content#government_lastyear ul li, #surveyresult .tab_content#people ul li, #surveyresult .tab_content#people_lastyear ul li, #surveyresult .tab_content#people_2_lastyear ul li {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-bottom: 20px;
}

#surveyyear .tab_content#government ul li, #surveyyear .tab_content#government_lastyear ul li, #surveyyear .tab_content#people ul li, #surveyyear .tab_content#people_lastyear ul li, #surveyyear .tab_content#people_2_lastyear ul li {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-bottom: 20px;
}

#surveyresult .tab_content#government ul li img, #surveyresult .tab_content#government_lastyear ul li img, #surveyresult .tab_content#people ul li img, #surveyresult .tab_content#people_lastyear ul li img, #surveyresult .tab_content#people_2_lastyear ul li img {
  margin: auto;
}

#surveyyear .tab_content#government ul li img, #surveyyear .tab_content#government_lastyear ul li img, #surveyyear .tab_content#people ul li img, #surveyyear .tab_content#people_lastyear ul li img, #surveyyear .tab_content#people_2_lastyear ul li img {
  margin: auto;
}

#surveyresult .tab_content#government ul.boxlist, #surveyresult .tab_content#government_lastyear ul.boxlist, #surveyresult .tab_content#people ul.boxlist, #surveyresult .tab_content#people_lastyear ul.boxlist, #surveyresult .tab_content#people_2_lastyear ul.boxlist {
  margin-top: 0;
}

#surveyyear .tab_content#government ul.boxlist, #surveyyear .tab_content#government_lastyear ul.boxlist, #surveyyear .tab_content#people ul.boxlist, #surveyyear .tab_content#people_lastyear ul.boxlist, #surveyyear .tab_content#people_2_lastyear ul.boxlist {
  margin-top: 0;
}

#surveyresult .tab_content#government ul.boxlist li, #surveyresult .tab_content#government_lastyear ul.boxlist li, #surveyresult .tab_content#people ul.boxlist li, #surveyresult .tab_content#people_lastyear ul.boxlist li, #surveyresult .tab_content#people_2_lastyear ul.boxlist li {
  margin: 0;
}

#surveyyear .tab_content#government ul.boxlist li, #surveyyear .tab_content#government_lastyear ul.boxlist li, #surveyyear .tab_content#people ul.boxlist li, #surveyyear .tab_content#people_lastyear ul.boxlist li, #surveyyear .tab_content#people_2_lastyear ul.boxlist li {
  margin: 0;
}

#surveyresult .tab_content#government p, #surveyresult .tab_content#government_lastyear p, #surveyresult .tab_content#people p, #surveyresult .tab_content#people_lastyear p, #surveyresult .tab_content#people_2_lastyear p {
  font-size: 13px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 356px;
  width: 100%;
  display: table;
}

#surveyyear .tab_content#government p, #surveyyear .tab_content#government_lastyear p, #surveyyear .tab_content#people p, #surveyyear .tab_content#people_lastyear p, #surveyyear .tab_content#people_2_lastyear p {
  font-size: 13px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 356px;
  width: 100%;
  display: table;
}

#surveyresult .tab_content#people ul li, #surveyresult .tab_content#people_lastyear ul li, #surveyresult .tab_content#people_2_lastyear ul li {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  font-size: 20px;
}

#surveyyear .tab_content#people ul li, #surveyyear .tab_content#people_lastyear ul li, #surveyyear .tab_content#people_2_lastyear ul li {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  font-size: 20px;
}

#surveyresult .tab_content table, #surveyyear .tab_content table {
  max-width: 356px;
  width: 100%;
  border-collapse: inherit;
  border-spacing: 1px;
  margin: auto;
}

#surveyresult .tab_content table th, #surveyresult .tab_content table td {
  padding: 6px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#surveyyear .tab_content table th, #surveyyear .tab_content table td {
  padding: 6px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#surveyresult .tab_content table thead th, #surveyyear .tab_content table thead th {
  background: #ffedde;
}

#surveyresult .tab_content table tbody th, #surveyyear .tab_content table tbody th {
  background: #ffdfc3;
}

#surveyresult .tab_content table tbody td, #surveyyear .tab_content table tbody td {
  background: #eaeaea;
}

#surveyi03 ul, .surveyi03 ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#surveyi03 ul li, .surveyi03 ul li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

#surveyi03 ul:after, .surveyi03 ul:after {
  content: "";
  flex: auto;
}

#surveyi03 figure img, .surveyi03 figure img {
  margin: auto;
}

#surveyi03 figcaption b, .surveyi03 figcaption b {
  font-size: 22px;
  display: block;
}

#surveyi03 figcaption span, .surveyi03 figcaption span {
  display: inline-block;
}

#voteway ul.way1 {
  max-width: 580px;
  margin: auto;
}
#voteway ul.way1 li i {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 140px;
  background: #f6ab36;
  text-align: center;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 33px;
  padding: 35px;
  color: #FFF;
  font-weight: bold;
  border-radius: 50%;
}
#voteway ul.way1 li i.big {
  padding: 35px 24px;
}
#voteway ul.way1 li p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 160px);
  margin-left: 10px;
  font-size: 20px;
}
#voteway ul.way1 li p span {
  display: block;
  font-size: 20px;
}
#voteway ul.way1 li + li {
  margin-top: 20px;
}
#voteway ul.way1 li + li i {
  background: #03c9a8;
}
#voteway ul.way2 {
  margin: 20px 0;
  text-align: center;
}
#voteway ul.way2 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}
#voteway ul.way2 li > div {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  border: 3px solid #1cbbc5;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
}
#voteway ul.way2 li > div i {
  display: table;
  margin: 0 auto 5px auto;
}
#voteway ul.way2 li > div p {
  font-size: 22px;
}
#voteway ul.way2 li > div p span {
  font-size: 22px;
  display: block;
}
#voteway ul.way2 li + li:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -11px;
  top: 50%;
  margin-top: -11px;
  background: url(../images/way2icon.png) center center no-repeat;
}
#voteway .way3 {
  margin: 20px 0;
  text-align: center;
}
#voteway .way3 .percent {
  display: inline-block;
  vertical-align: middle;
}
#voteway .way3 .percent li {
  width: 100%;
}
#voteway .way3 .percent li div {
  display: inline-block;
  vertical-align: middle;
}
#voteway .way3 .percent li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  margin: 0 10px;
}
#voteway .way3 .percent li > div.tt {
  font-size: 22px;
  width: 140px;
  min-width: 350px;
  background: #f6ab36;
  text-align: center;
  box-sizing: border-box;
  padding: 35px;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
}
#voteway .way3 .percent li + li {
  margin-top: 15px;
}
#voteway .way3 .percent li + li > div.tt {
  background: #03c9a8;
}
#voteway .way3 .total {
  display: inline-block;
  vertical-align: middle;
}
#voteway .way3 .total div {
  display: inline-block;
  vertical-align: middle;
}
#voteway .way3 .total div.score {
  font-size: 36px;
  width: 120px;
  height: 120px;
  color: #FFF;
  background: #f54746;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 0;
}
#voteway ul.award {
  width: 90%;
  margin: auto;
  max-width: 900px;
}
#voteway ul.award li {
  background: #f0f0f0;
  padding: 15px;
  position: relative;
}
#voteway ul.award li + li {
  margin-top: 15px;
}
#voteway ul.award figure {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}
#voteway ul.award figcaption {
  padding-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 280px);
  margin-left: 20px;
}
#voteway ul.award figcaption b {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0;
  display: block;
}
#voteway ul.award figcaption p {
  font-size: 18px;
}
#voteway ul.award figcaption span {
  color: #4c78be;
  position: absolute;
  left: 290px;
  bottom: 12px;
}
#voteway ul.award figcaption span b {
  display: inline;
  color: #4c78be;
  font-size: 14px;
}

#report {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #b18739;
  box-sizing: border-box;
}
#report .con {
  flex: 1 0 auto;
  display: flex;
}
#report h4 {
  margin-bottom: 40px;
}
#report ul.list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0;
}
#report ul.list li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 2px;
}
#report ul.list li a {
  display: block;
  text-align: center;
}
#report ul.list li a figure {
  overflow: hidden;
}
#report ul.list li a figure img {
  transition: 0.5s all;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#report ul.list li a figcaption {
  margin: 10px 0;
  font-size: 20px;
}
#report ul.list li a:hover figure img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#report ul.list li a:hover figcaption {
  color: #1cbbc5;
}

@media (max-width: 980px) {
  #report .con {
    margin: 100px 0 40px;
  }
}
@media (max-width: 480px) {
  #report ul.list {
    display: flex;
    flex-wrap: wrap;
  }
}
#awardway {
  max-width: 1000px;
}

#awardname ul.list {
  max-width: 1000px;
  text-align: center;
}
#awardname ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#awardname ul.list li figcaption {
  text-align: left;
}
#awardname ul.list li figcaption i {
  margin: 5px 0;
  display: block;
  font-size: 22px;
}
#awardname ul.list li figcaption i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
#awardname ul.list li figcaption b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
  min-height: 85px;
}
#awardname ul.list li figcaption b span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#awardname ul.list li figcaption p {
  font-size: 16px;
}
#awardname ul.list li.a1 i {
  color: #e65b5d;
}
#awardname ul.list li.a2 i {
  color: #5f6fb2;
}
#awardname ul.list li.a3 i {
  color: #125caa;
}
#awardname ul.list li.a4 i {
  color: #e45a7f;
}
#awardname ul.list li.a5 i {
  color: #62b54d;
}
#awardname ul.list li.a6 i {
  color: #f29d0b;
}
#awardname ul.list li.a7 i {
  color: #ec8622;
}
#awardname ul.list li.a8 i {
  color: #388d38;
}
#awardname ul.list li.a9 i {
  color: #2bb6fb;
}

@media (max-width: 980px) {
  #index .thing, #index .h1 {
    display: none;
  }
  #index .mh1 {
    display: table;
    margin: 10px auto;
  }
  #index .info {
    box-sizing: border-box;
    position: relative;
  }
  #index p span {
    font-size: 24px;
    border-bottom: none;
  }
  #video ul.list li {
    width: 48%;
  }
  #report ul.list li {
    width: 50%;
  }
  #awardname ul.list li {
    width: 47%;
  }
}
@media (max-width: 560px) {
  #vote {
    padding-bottom: 120px;
  }
  #vote:before {
    left: -20%;
  }
}
@media (max-width: 880px) {
  #voteway .way3 .percent li > div.tt {
    min-width: 250px;
  }
  #voteway .way3 .percent li + li:before {
    content: "+";
    font-size: 50px;
    display: table;
    margin: auto;
  }
  #voteway .way3 .total {
    display: block;
  }
  #voteway .way3 .total div {
    display: table;
    margin: auto;
  }
  #voteway .way3 .total div img {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #surveyresult .tab_content#government ul li, #surveyresult .tab_content#people ul li {
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
  #surveyyear .tab_content#government ul li, #surveyyear .tab_content#people ul li {
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
#survey h2.title::after {
  background: #1e6674;
}
#survey h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1e6674;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 480px) {
  #survey h3 br {
    display: none;
  }
}
@media (max-width: 700px) {
  #survey {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  #survey .btns {
    margin-top: 40px;
  }
  #survey.active .survey-left {
    left: -12%;
    top: 12px;
    width: 46%;
  }
  #survey.active .survey-right {
    right: 0;
    bottom: 0;
    width: 47%;
  }
  #surveyi03 ul li, .surveyi03 ul li {
    width: 48%;
  }
  #voteway ul.award figure {
    width: 100%;
  }
  #voteway ul.award figure img {
    margin: auto;
  }
  #voteway ul.award figcaption {
    width: 100%;
    margin-left: 0px;
  }
  #voteway ul.award figcaption span {
    left: 12px;
  }
}
@media (max-width: 700px) and (max-width: 550px) {
  #voteway ul.way2 {
    max-width: 500px;
    margin: auto;
  }
  #voteway ul.way2 li {
    max-width: 240px;
    margin-bottom: 10px;
  }
  #voteway ul.way2 li + li:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -4px;
    left: 50%;
    margin-left: -11px;
  }
  #voteway ul.way2 li + li:nth-child(3):before {
    display: block;
  }
  #voteway .way3 .percent li > div.tt {
    min-width: 100%;
    padding: 10px;
    margin-bottom: 5px;
  }
  #voteway .way3 .total {
    display: block;
  }
  #voteway .way3 .total div {
    display: table;
    margin: auto;
  }
  #voteway .way3 .total div img {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  ul.boxlist > li {
    padding-left: 20px;
  }
  ul.boxlist > li:before {
    left: 0px;
  }
  ul.boxlist > li * {
    font-size: 18px;
    line-height: 1.6em;
    color: #666666;
  }
  ul.boxlist > li b {
    padding-left: 15px;
  }
  ul.boxlist table {
    width: 100%;
  }
  ul.boxlist table th, ul.boxlist table td {
    padding: 3px;
    word-break: break-all;
  }
}
@media (max-width: 700px) and (max-width: 400px) {
  #voteway ul.way1 li i {
    display: table;
    margin: auto;
  }
  #voteway ul.way1 li p {
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
  }
}

#signup_section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 230px;
  background-color: #000;
}
#signup_section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: url(../images/signup_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#signup_section .title {
  background: linear-gradient(91.73deg, #E59922 3.87%, #F4CE5C 62.69%, #B06F21 99.52%);
  background-clip: text;
  color: transparent;
  font-size: 40px;
  line-height: 1em;
}
#signup_section .intro {
  margin: 40px auto;
}
#signup_section .intro p, #signup_section .intro span {
  color: #fff;
  font-size: 36px;
  line-height: 1.77em;
  text-align: center;
}
#signup_section .signup_btn {
  display: table;
  margin: 40px auto;
  max-width: 320px;
  width: 100%;
  background: linear-gradient(91.73deg, #E59922 3.87%, #F4CE5C 62.69%, #B06F21 99.52%);
  letter-spacing: 0.22em;
}
#signup_section .signup_btn:hover a {
  background: linear-gradient(0deg, rgba(127, 49, 0, 0.2), rgba(127, 49, 0, 0.2));
}
#signup_section .signup_btn a {
  background: linear-gradient(177.53deg, #E59922 -115.06%, #F4CE5C 13.32%, #B06F21 93.69%);
  color: #fff;
  font-size: 25px;
  line-height: 1em;
  display: table;
  text-align: center;
  margin: 4px;
  padding: 18px 10px;
  width: calc(100% - 28px);
}
#signup_section.active .bg {
  animation: fadeInUp 0.5s linear 0s 1 normal forwards;
}
#signup_section.active .title {
  background-clip: text;
  color: transparent;
  animation: fadeInUp 0.5s linear 0.2s 1 normal forwards;
}
#signup_section.active .intro {
  animation: fadeInUp 0.5s linear 0.4s 1 normal forwards;
}
#signup_section.active .signup_btn {
  animation: fadeInUp 0.5s linear 0.6s 1 normal forwards;
}

@media (max-width: 980px) {
  #signup_section .intro p, #signup_section .intro span {
    display: block;
  }
}
@media (max-width: 720px) {
  #signup_section {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  #signup_section .bg {
    background-size: 1300px;
  }
  #signup_section .title {
    font-size: 30px;
  }
  #signup_section .intro p, #signup_section .intro span {
    font-size: 20px;
  }
  #signup_section .signup_btn {
    width: 70%;
  }
  #signup_section .signup_btn a {
    font-size: 20px;
    padding: 15px 10px;
  }
}/*# sourceMappingURL=index.css.map */