@-webkit-keyframes bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes train {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -466px;
  }
}
@keyframes train {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -466px;
  }
}
@-webkit-keyframes car-left {
  0% {
    margin-left: -5%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes car-left {
  0% {
    margin-left: -5%;
  }
  100% {
    margin-left: 100%;
  }
}
@-webkit-keyframes car-right {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -5%;
  }
}
@keyframes car-right {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -5%;
  }
}
@-webkit-keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }
  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}
@keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }
  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}
@-webkit-keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }
  8% {
    margin-left: 80%;
    margin-top: 5%;
  }
  16% {
    margin-left: 65%;
    margin-top: 3%;
  }
  24% {
    margin-left: 50%;
    margin-top: 7%;
  }
  36% {
    margin-left: 38%;
    margin-top: 5%;
  }
  42% {
    margin-left: 23%;
    margin-top: 2%;
  }
  46% {
    margin-left: 13%;
    margin-top: 5%;
  }
  50% {
    margin-left: 0%;
    margin-top: 8%;
  }
  58% {
    margin-left: 18%;
    margin-top: 7%;
  }
  62% {
    margin-left: 35%;
    margin-top: 4%;
  }
  72% {
    margin-left: 50%;
    margin-top: 2%;
  }
  80% {
    margin-left: 62%;
    margin-top: 5%;
  }
  88% {
    margin-left: 75%;
    margin-top: 2%;
  }
  94% {
    margin-left: 88%;
    margin-top: 4%;
  }
  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}
@keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }
  8% {
    margin-left: 80%;
    margin-top: 5%;
  }
  16% {
    margin-left: 65%;
    margin-top: 3%;
  }
  24% {
    margin-left: 50%;
    margin-top: 7%;
  }
  36% {
    margin-left: 38%;
    margin-top: 5%;
  }
  42% {
    margin-left: 23%;
    margin-top: 2%;
  }
  46% {
    margin-left: 13%;
    margin-top: 5%;
  }
  50% {
    margin-left: 0%;
    margin-top: 8%;
  }
  58% {
    margin-left: 18%;
    margin-top: 7%;
  }
  62% {
    margin-left: 35%;
    margin-top: 4%;
  }
  72% {
    margin-left: 50%;
    margin-top: 2%;
  }
  80% {
    margin-left: 62%;
    margin-top: 5%;
  }
  88% {
    margin-left: 75%;
    margin-top: 2%;
  }
  94% {
    margin-left: 88%;
    margin-top: 4%;
  }
  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}
@-webkit-keyframes cloud {
  0% {
    left: 1%;
  }
  50% {
    left: 2%;
  }
  100% {
    left: 1%;
  }
}
@keyframes cloud {
  0% {
    left: 1%;
  }
  50% {
    left: 2%;
  }
  100% {
    left: 1%;
  }
}
@-webkit-keyframes car {
  0% {
    margin-left: -443px;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes car {
  0% {
    margin-left: -443px;
  }
  100% {
    margin-left: 100%;
  }
}
@-webkit-keyframes iconshake {
  0% {
    margin-top: 40px;
  }
  33% {
    margin-top: 30px;
  }
  66% {
    margin-top: 40px;
  }
  100% {
    margin-top: 30px;
  }
}
@keyframes iconshake {
  0% {
    margin-top: 40px;
  }
  33% {
    margin-top: 30px;
  }
  66% {
    margin-top: 40px;
  }
  100% {
    margin-top: 30px;
  }
}
@-webkit-keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes goon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@-webkit-keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  20% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  20% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes click02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes click02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes click03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0%);
    transform: scale(0%);
  }
  10% {
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes click03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0%);
    transform: scale(0%);
  }
  10% {
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.anisec .animate {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}
.anisec .animate.show {
  opacity: 1;
}
.anisec .animate.show.inifite {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: goon 1.5s infinite;
  animation: goon 1.5s infinite;
}
.anisec .animate.fadeInUp.show {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}

#index .thing .phone > div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
#index .thing .phone > div:after {
  content: " ";
  display: block;
  clear: both;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.train {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 21px;
}
.train figure {
  display: block;
  width: 466px;
  height: 65px;
  background: url(../images/train.png) center center no-repeat;
}
.train.show {
  opacity: 1;
}
.train.show figure {
  -webkit-animation: train 8s linear infinite;
  animation: train 8s linear infinite;
}

@media (max-width: 1600px) {
  .train {
    bottom: 15px;
  }
}
#index {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
#index .bg {
  background: url(../images/index-bg-pc.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
#index .bg.animate {
  opacity: 0;
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}
#index .bg.animate.show {
  opacity: 1;
}
#index .index-bg-m {
  display: none;
}
#index .streetlamp {
  background: url(../images/rail.png) center bottom no-repeat;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  background-size: 100% 100%;
}
#index .streetlamp.animate {
  opacity: 0;
}
#index .streetlamp.animate.show {
  opacity: 1;
  -webkit-animation: bg 1s ease-in;
  animation: bg 1s ease-in;
}
#index .map {
  z-index: 2;
  position: absolute;
  opacity: 0;
  bottom: 10.5%;
  width: 47%;
  left: 21%;
}
#index .map.animate {
  opacity: 0;
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}
#index .map.animate.show {
  opacity: 1;
}
#index .word {
  z-index: 0;
  position: absolute;
  opacity: 0;
  top: 75px;
  left: 12%;
  height: 86%;
}
#index .word.animate {
  opacity: 0;
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}
#index .word.animate.show {
  opacity: 1;
}
#index .illustration {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
#index .illustration .animate {
  opacity: 0;
  bottom: 25%;
  position: absolute;
  left: 40.5%;
}
#index .illustration .animate.show {
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
#index .thing {
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#index .thing .house {
  position: absolute;
  bottom: 95px;
  width: 100%;
  height: 388px;
  -webkit-transition: 2s all;
  transition: 2s all;
  opacity: 0;
  background: url(../images/house.png) center bottom no-repeat;
}
#index .thing .house.show {
  opacity: 1;
  -webkit-animation: bounceInDown 2s linear;
  animation: bounceInDown 2s linear;
}
#index .thing .phone {
  bottom: 36px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 165px;
}
#index .thing .phone > div {
  height: 100%;
  position: relative;
}
#index .thing .phone > div img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index .thing .phone.show {
  opacity: 1;
  -webkit-animation: bounceInDown 2s linear;
  animation: bounceInDown 2s linear;
}
#index .car-left {
  position: absolute;
  width: 80%;
  height: 388px;
  bottom: 0;
  margin: 0 auto;
  left: 10%;
  overflow: hidden;
  z-index: 10;
}
#index .car-left .animate {
  position: absolute;
  opacity: 0;
  bottom: 132px;
}
#index .car-left .animate.show {
  opacity: 1;
  -webkit-animation: car-left 10s linear infinite;
  animation: car-left 10s linear infinite;
}
#index .index-obj {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#index .index-obj-1.animate {
  -webkit-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
  left: 20%;
}
#index .index-obj-2.animate {
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
  left: 46.5%;
  bottom: 14.5% !important;
}
#index .index-obj-3.animate {
  -webkit-transition: 0.5s all 0.4s;
  transition: 0.5s all 0.4s;
  left: 58%;
  bottom: 14.5% !important;
}
#index .index-obj-4.animate {
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}
#index .index-obj-5.animate {
  -webkit-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}
#index .index-obj-6.animate {
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}
#index .index-obj-5g {
  left: 0;
  bottom: 20%;
}
#index .index-obj-5g.animate {
  -webkit-transition: 1s all;
  transition: 1s all;
}
#index .index-obj .animate {
  position: absolute;
  opacity: 0;
  bottom: 15%;
}
#index .index-obj .animate.show {
  opacity: 1;
  -webkit-animation: scale 0.5s ease-in;
  animation: scale 0.5s ease-in;
}
#index .tree {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#index .tree-1.animate {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  left: -119px;
}
#index .tree-2.animate {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  left: 10%;
}
#index .tree-3.animate {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  left: 30%;
}
#index .tree .animate {
  position: absolute;
  opacity: 0;
  bottom: -15px;
}
#index .tree .animate.show {
  opacity: 1;
  -webkit-animation: scale 1s ease-in;
  animation: scale 1s ease-in;
}
#index .car-right {
  position: absolute;
  bottom: 100px;
  width: 845px;
  height: 388px;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 49.5%;
  overflow: hidden;
}
#index .car-right .animate {
  position: absolute;
  opacity: 0;
  bottom: 100px;
}
#index .car-right .animate.show {
  opacity: 1;
  -webkit-animation: car-right 10s linear infinite;
  animation: car-right 10s linear infinite;
}
#index .airplane {
  position: absolute;
  width: 100vw;
  height: 388px;
  top: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 49.5%;
  overflow: hidden;
  z-index: -1;
}
#index .airplane .animate {
  position: absolute;
  opacity: 0;
}
#index .airplane .animate.show {
  opacity: 1;
  -webkit-animation: camera 15s linear infinite;
  animation: camera 15s linear infinite;
}
#index .mtitle {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#index .mtitle.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#index .mtitle-m {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  display: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#index .mtitle-m.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#index .cloud {
  position: absolute;
  width: 100%;
  height: 100%;
}
#index .cloud .animate {
  position: absolute;
}
#index .cloud-left {
  opacity: 0;
  bottom: 27%;
  margin-left: 36%;
}
#index .cloud-left-b {
  margin-left: 5%;
  margin-top: 15%;
}
#index .cloud-left.animate.show {
  opacity: 1;
  -webkit-animation: goon 1s ease-in, cloud 3s linear infinite;
  animation: goon 1s ease-in, cloud 3s linear infinite;
}
#index .cloud-right {
  margin-left: 86%;
  opacity: 0;
  bottom: 39%;
  margin-left: 69%;
}
#index .cloud-right-w {
  margin-left: 82%;
  margin-top: 15%;
}
#index .cloud-right.animate.show {
  opacity: 1;
  -webkit-animation: goon 1s ease-in, cloud 3s linear infinite;
  animation: goon 1s ease-in, cloud 3s linear infinite;
}
#index .type .mt {
  text-align: center;
  height: 112px;
  display: inline-block;
}
#index .type .mt.left {
  margin-right: 61px;
}
#index .type .mt.left li {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}
#index .type .mt.left li.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#index .type .mt.right {
  margin-left: 61px;
}
#index .type .mt.right li {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
#index .type .mt.right li.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#index .type .mt li {
  display: inline-block;
  width: 124px;
  height: 112px;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
}
#index .type .mt li.show {
  opacity: 1;
}
#index .type .mt li.h03 {
  position: absolute;
  left: 50%;
  margin-left: -63px;
}
#index .type .mt li.h01 {
  background: url(../images/h101.png) center center no-repeat;
}
#index .type .mt li.h02 {
  background: url(../images/h102.png) center center no-repeat;
}
#index .type .mt li.h03 {
  background: url(../images/h103.png) center center no-repeat;
}
#index .type .mt li.h04 {
  background: url(../images/h104.png) center center no-repeat;
}
#index .type .mt li.h05 {
  background: url(../images/h105.png) center center no-repeat;
}
#index .mh1 {
  display: none;
}
#index .title {
  margin: 0 auto;
  position: relative;
  max-width: 65%;
  padding-top: 95px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#index .maintitle {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 12px 0px;
}
#index .maintitle.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index .maintitle-m {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 1rem 0 0;
  display: none;
}
#index .maintitle-m.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index .subtitle {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin: 0.75rem auto;
}
#index .subtitle.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index .subtitle-m {
  display: none;
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin: 0.75rem auto;
}
#index .subtitle-m.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index .content-title {
  opacity: 0;
  -webkit-transition: 1s all 1.5s;
  transition: 1s all 1.5s;
}
#index .content-title.show {
  opacity: 1;
}
#index .info {
  opacity: 0;
  -webkit-transition: 1s all 1s;
  transition: 1s all 1s;
  max-width: 65%;
  margin: 0 auto;
  z-index: 5;
}
#index .info.show {
  opacity: 1;
}
#index .portrait {
  width: 100%;
  height: 100vh;
  position: absolute;
  max-width: 65%;
  bottom: 0;
  right: 0px;
}
#index .portrait-pc {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#index .portrait-pc.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#index .portrait-m {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#index .portrait-m.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#index p {
  text-align: center;
  position: relative;
  padding: 3px 0;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  margin: 1rem 0 0;
}
#index p span {
  display: inline-block;
  font-size: 30px;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
#index ul.link {
  margin: 10px auto;
}
#index ul.link li {
  display: inline-block;
  margin: 0 10px;
}
#index ul.link li:first-child {
  margin-left: -6px;
}
#index ul.link li img {
  height: 45px;
}
#index .btns {
  display: table;
  margin: 20px auto;
}
#index .btns a {
  background: #9e7830;
  color: #000;
}
#index .btns a:hover {
  background: #cf33b4;
  color: #FFF;
}

@media (max-width: 1600px) {
  #index .portrait-pc {
    width: 66%;
  }
}
@media (max-width: 980px) {
  #index {
    min-height: auto !important;
  }
  #index .bg, #index .title, #index .portrait {
    display: none;
  }
  #index .index-bg-m {
    display: block;
  }
}
@media (max-width: 1024px) {
  #index {
    padding-top: 0;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  #index .bg {
    background: url(../images/index-bg-m.svg) center top no-repeat;
    background-size: cover;
  }
  #index .bg::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 48px;
    background: url(../images/logo.svg) top center no-repeat;
    width: 81px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  #index .bg::after {
    top: 16px;
    left: 28px;
  }
}
@media (max-width: 1024px) {
  #index .streetlamp {
    background-size: auto 100%;
  }
}
@media (max-width: 480px) {
  #index .streetlamp {
    display: none;
  }
}
@media (max-width: 1700px) {
  #index .map {
    bottom: 11%;
  }
}
@media (max-width: 1500px) {
  #index .map {
    left: 14%;
    bottom: 10%;
  }
}
@media (max-width: 1024px) {
  #index .map {
    display: none;
  }
}
@media (max-width: 480px) {
  #index .map {
    display: none;
  }
}
@media (max-width: 1500px) {
  #index .word {
    left: 5%;
  }
}
@media (max-width: 1280px) {
  #index .word {
    max-width: 40%;
  }
}
@media (max-width: 1024px) {
  #index .word {
    display: none;
  }
}
@media (max-width: 480px) {
  #index .word {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .illustration {
    display: none;
  }
}
@media (max-width: 980px) {
  #index .thing {
    display: none;
  }
}
@media (max-width: 1600px) {
  #index .thing .phone > div img {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #index .car-left {
    display: none;
  }
}
@media (max-width: 1700px) {
  #index .car-left .animate {
    bottom: 137px;
  }
}
@media (max-width: 1500px) {
  #index .car-left .animate {
    bottom: 92px;
  }
}
@media (max-width: 480px) {
  #index .car-left {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .index-obj {
    display: none;
  }
}
@media (max-width: 1700px) {
  #index .index-obj-1.animate {
    left: 16%;
  }
}
@media (max-width: 1500px) {
  #index .index-obj-1.animate {
    bottom: 13% !important;
    left: 11%;
  }
}
@media (max-width: 1700px) {
  #index .index-obj-2.animate {
    left: 46.5%;
  }
}
@media (max-width: 1700px) {
  #index .index-obj-3.animate {
    left: 60%;
  }
}
@media (max-width: 1500px) {
  #index .index-obj-3.animate {
    left: 62%;
  }
}
@media (max-width: 1440px) {
  #index .index-obj-5g {
    width: 90%;
    left: 4%;
    bottom: -8% !important;
  }
}
@media (max-width: 1024px) {
  #index .index-obj-5g {
    bottom: -15% !important;
  }
}
@media (max-width: 1024px) {
  #index .index-obj {
    width: 170%;
    position: absolute;
    height: 100%;
    bottom: 10%;
    left: -26%;
    top: auto;
  }
}
@media (max-width: 480px) {
  #index .index-obj {
    display: none;
  }
}
@media (max-width: 1700px) {
  #index .index-obj .animate {
    bottom: 15.5% !important;
  }
}
@media (max-width: 1024px) {
  #index .tree-1.animate {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .tree-2.animate {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .tree-3.animate {
    left: 0;
  }
}
@media (max-width: 1024px) {
  #index .tree {
    position: absolute;
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 980px) {
  #index .car-right {
    display: none;
  }
}
@media (max-width: 480x) {
  #index .airplane {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .mtitle {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .mtitle-m {
    display: block;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  #index .cloud {
    display: none;
  }
}
@media (max-width: 1500px) {
  #index .cloud-left {
    margin-left: 30%;
  }
}
@media (max-width: 1500px) {
  #index .cloud-right {
    margin-left: 76%;
  }
}
@media (max-width: 980px) {
  #index .cloud {
    display: none;
  }
}
@media (max-height: 700px) {
  #index .title {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  #index .title {
    max-width: 90%;
    padding-top: 19%;
  }
}
@media (max-width: 1024px) {
  #index .maintitle {
    max-width: 90%;
    margin: 0.5rem 0;
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .maintitle-m {
    max-width: 80%;
    display: block;
  }
}
@media (max-width: 1024px) {
  #index .subtitle {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .subtitle-m {
    display: block;
  }
}
@media (max-width: 768px) {
  #index .content-title {
    font-size: 14px;
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  #index .content-title {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 480px) {
  #index .info {
    opacity: 1 !important;
    display: none;
  }
}
@media (max-width: 480px) {
  #index .portrait {
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  #index .portrait-pc {
    display: none;
  }
}
@media (max-width: 1024px) {
  #index .portrait-m {
    display: block;
    text-align: center;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1500px) {
  #index p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #index p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #index ul.link li img {
    height: 30px;
  }
}
.iconshake {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  margin: 0 auto 10px;
  z-index: 99;
}
.iconshake img {
  margin: auto;
  width: 60px;
}

#forum {
  background-color: #0A7EA5;
  padding-top: 180px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3%;
}
#forum ul.info .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#forum ul.info li {
  display: inline-block;
  font-size: 26px;
  margin: 12px 5px;
  color: #ffffff;
}
#forum ul.info li:first-child {
  margin-right: 30px;
}
#forum ul.info li span {
  font-size: 26px;
  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 {
  -webkit-animation: jump 0.8s infinite;
  animation: jump 0.8s infinite;
}
#forum .btns {
  margin-top: 50px;
}
#forum .forum-left, #forum .forum-left-m {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
  height: 100%;
  -webkit-transition: 1s all;
  transition: 1s all;
}
#forum .forum-right, #forum .forum-right-m {
  position: absolute;
  right: -50%;
  bottom: 0;
  z-index: -1;
  height: 100%;
  -webkit-transition: 1s all;
  transition: 1s all;
}
#forum.active .forum-left {
  left: -32%;
}
#forum.active .forum-right {
  right: -31%;
}

@media (max-width: 980px) {
  #forum {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto !important;
  }
}
@media (max-width: 768px) {
  #forum p {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  #forum p {
    margin: 30px auto;
    font-size: 18px;
  }
  #forum p span {
    font-size: 18px;
    display: block;
  }
  #forum p br {
    display: none;
  }
}
@media (max-width: 768px) {
  #forum ul.info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  #forum ul.info li span {
    display: block;
    font-size: 20px;
    margin-left: 80px;
  }
}
@media (max-width: 480px) {
  #forum ul.info li > img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  #forum ul.info li {
    font-size: 20px;
  }
}
@media (max-width: 1700px) {
  #forum.active .forum-left {
    left: -45%;
  }
  #forum.active .forum-right {
    right: -44%;
  }
}
@media (max-width: 1380px) {
  #forum.active .forum-left {
    left: -52%;
  }
  #forum.active .forum-right {
    right: -51%;
  }
}
@media (max-width: 1260px) {
  #forum.active .forum-left {
    left: -62%;
  }
  #forum.active .forum-right {
    right: -61%;
  }
}
@media (max-width: 980px) {
  #forum.active .forum-left {
    display: none;
  }
  #forum.active .forum-right {
    display: none;
  }
}
.bg-m {
  display: none;
}

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

@media (max-width: 480px) {
  .info-add-s {
    margin-left: 86px;
  }
}
#speaker {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #363636;
}
#speaker .title {
  margin-bottom: 100px;
}
#speaker .title span {
  color: #1FB1DB;
}
#speaker .speaker {
  max-width: 820px;
  margin: auto;
}
#speaker .speaker figcaption {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #6DC9FF;
}
#speaker .speaker p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #FFFFFF;
}
#speaker .speaker-main {
  overflow: hidden;
  margin-bottom: 30px;
}
#speaker .speaker-main > figure {
  width: 40%;
  float: left;
}
#speaker .speaker-main > figure img {
  max-width: 100%;
  width: 100%;
}
#speaker .speaker-main > div {
  width: 60%;
  float: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#speaker .speaker-list li {
  float: left;
  width: 23.8%;
}
#speaker .speaker-list li figure {
  margin-bottom: 15px;
}
#speaker .speaker-list li + li {
  margin-left: 1.5%;
}
#speaker .speaker-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}
#speaker .speaker-title:before {
  content: "";
  display: block;
  background-color: #2FD1FF;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 4px;
}
#speaker .speaker-left {
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 100%;
}
#speaker .speaker-right {
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 100%;
}
#speaker.active .speaker-left {
  left: 0;
}
#speaker.active .speaker-right {
  right: 0;
}

@media (max-width: 1750px) {
  #speaker.active .speaker-right {
    right: -15%;
  }
  #speaker.active .speaker-left {
    left: -15%;
  }
}
@media (max-width: 1470px) {
  #speaker.active .speaker-right {
    right: -25%;
  }
  #speaker.active .speaker-left {
    left: -25%;
  }
}
@media (max-width: 1260px) {
  #speaker.active .speaker-right {
    right: -30%;
  }
  #speaker.active .speaker-left {
    left: -30%;
  }
}
@media (max-width: 980px) {
  #speaker {
    padding-top: 40px;
    min-height: auto !important;
  }
}
@media (max-width: 860px) {
  #speaker .speaker {
    max-width: 665px;
  }
  #speaker .speaker p {
    font-size: 15px;
    line-height: 26px;
  }
  #speaker .speaker figcaption {
    font-size: 15px;
    line-height: 23px;
  }
  #speaker .speaker-main {
    margin-bottom: 20px;
  }
  #speaker .speaker-main > div {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #speaker .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 665px) {
  #speaker .speaker {
    max-width: 400px;
    padding: 0 20px;
  }
  #speaker .speaker-main figure {
    width: 100%;
  }
  #speaker .speaker-main > div {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  #speaker .speaker-list li {
    width: 100%;
  }
  #speaker .speaker-list li figure {
    margin-bottom: 15px;
  }
  #speaker .speaker-list li figure img {
    max-width: 100%;
    width: 100%;
  }
  #speaker .speaker-list li + li {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  #speaker .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1178px) {
  #speaker .speaker-left {
    display: none;
  }
}
@media (max-width: 1178px) {
  #speaker .speaker-right {
    display: none;
  }
}
#agenda {
  background-color: #006D6D;
  padding-top: 100px;
  padding-bottom: 80px;
}
#agenda .title {
  margin-bottom: 60px;
  color: #ffffff;
}
#agenda .title > span {
  color: #ffffff;
}
#agenda .agenda-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#agenda .agenda-list li i:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #ffffff;
  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: 20px;
  height: 20px;
  background-color: #caf551;
  border-radius: 50%;
  left: -60px;
  top: 7px;
}
#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 .agenda-left {
  position: absolute;
  left: -50%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 20%;
}
#agenda .agenda-left img {
  position: absolute;
  left: 0px;
}
#agenda .agenda-left-top, #agenda .agenda-right-top {
  top: 0px;
}
#agenda .agenda-left-bottom, #agenda .agenda-right-bottom {
  bottom: 0px;
}
#agenda .agenda-right {
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 20%;
}
#agenda .agenda-right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: 0px;
}
#agenda.active .agenda-left {
  left: 0;
  height: 100%;
}
#agenda.active .agenda-left-top-m {
  left: 4%;
  top: 22px;
  width: 25%;
}
#agenda.active .agenda-left-bottom-m {
  bottom: -27%;
  left: -51%;
}
#agenda.active .agenda-right {
  right: 0;
  height: 100%;
}
#agenda.active .agenda-right-m {
  right: -48%;
  top: 2%;
  width: 65%;
}

@media (max-width: 480px) {
  #agenda .agenda-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 50px;
  }
}
@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: -40px;
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#survey .title span, #survey .title b {
  color: #1e6674;
}
#survey .btns {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: all 1s;
  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 {
  -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;
  -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 {
  -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-color: #363636;
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#video .title span {
  color: #1FB1DB;
}
#video .video-left {
  position: absolute;
  left: -50%;
  bottom: -2%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
#video .video-film {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
#video .video-left {
  position: absolute;
  left: -50%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  top: 0;
}
#video .video-right {
  position: absolute;
  right: -50%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  top: 0;
}
#video.active .video-left {
  left: 0;
  height: 80%;
  top: 0;
  bottom: 0px;
  margin: auto;
}
#video.active .video-right {
  right: 0;
  height: 80%;
  top: 0;
  bottom: 0px;
  margin: auto;
}
#video .list {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#video .list li {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#video .list li figcaption {
  padding-top: 10px;
  text-align: left;
  font-size: 18px;
}
#video .list li figcaption b {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#video .list li figcaption b div {
  font-size: 18px;
}
#video .btns {
  margin-top: 20px;
}
#video .btns a {
  background: #9e7830;
}
#video .btns a:hover {
  background: #27a038;
}
#video .video-film {
  border: 11px solid #00BFFF;
}

@media (max-width: 980px) {
  #video {
    min-height: auto !important;
  }
}
@media (max-width: 480px) {
  #video {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 980px) {
  #video .video-left {
    left: 5%;
    top: -50%;
  }
}
@media (max-width: 980px) {
  #video .video-film {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #video.active .video-left {
    display: none;
  }
}
@media (max-width: 480px) {
  #video.active .video-right {
    display: none;
  }
}
#note {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 80px;
  min-height: auto !important;
  border-bottom: 1px solid #1F7D7D;
}
#note .title {
  margin-bottom: 60px;
}
#note .title span {
  color: #0D5959;
}
#note .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}
#note .list li i {
  width: 20px;
}
#note .list * {
  color: #4D4D4D;
  font-size: 16px;
}
#note .note-left {
  position: absolute;
  left: 18%;
  top: 130px;
  z-index: -1;
}
#note .note-right {
  position: absolute;
  top: 130px;
  z-index: -1;
  right: 18%;
}

@media (max-width: 480px) {
  #note {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@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: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 60px;
}
.icon-list.flex li * {
  font-size: 24px;
  line-height: 48px;
  color: #666666;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #b18739;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#report .con {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -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 {
  -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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;
  -webkit-box-sizing: border-box;
          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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #index p span {
    font-size: 24px;
    border-bottom: none;
  }
  #video:before, #video:after {
    background-size: 120% auto;
  }
  #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 {
    -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 {
    -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 {
    -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;
  }
}
/*# sourceMappingURL=index.css.map *//*# sourceMappingURL=index.css.map */