@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  font-style: inherit; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

/* width */
::-webkit-scrollbar {
  width: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #fff; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc; }

html {
  height: 100%;
  max-height: 50000em; }

body {
  height: 100%;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif,'微軟正黑體','Microsoft JhengHei','STHeiti Light','儷黑 Pro','LiHei Pro','Microsoft Yahei','Microsoft JhengHei','新細明體'; }

div, ul, li, header, footer, section, p, dl, dt, dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  max-width: 1600px;
  margin: 0 auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.wrap {
  max-width: 1920px;
  overflow: hidden;
  margin: auto; }

.hd {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 999; }
  .hd .container {
    position: relative; }
  .hd h1 {
    width: 179px;
    height: 55px;
    text-indent: -5000em;
    text-align: left;
    background: url(../images/img_logo.png);
    background-size: cover; }
    .hd h1 a {
      display: block;
      width: 100%;
      height: 100%; }

#menu {
  position: absolute;
  right: 0;
  top: 12px;
  width: 50%;
  padding-left: 20px;
  text-align: left;
  font-size: 17px;
  padding-right: 10px; }
  #menu a {
    color: #000;
    font-weight: bold;
    margin: 0 10px;
    display: inline-block; }
    #menu a:hover {
      color: #fff; }

#top-bar {
  position: fixed;
  top: -75px;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999; }
  #top-bar .container {
    position: relative; }
  #top-bar h1 {
    width: 179px;
    height: 55px;
    text-indent: -5000em;
    text-align: left;
    background: url(../images/img_logo.png);
    background-size: cover; }
    #top-bar h1 a {
      display: block;
      width: 100%;
      height: 100%; }
  #top-bar .menu {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 17px;
    padding-right: 10px; }
    #top-bar .menu a {
      color: #000;
      font-weight: bold;
      margin: 0 10px; }
  #top-bar.active {
    top: 0; }

#kv {
  position: relative;
  height: 100vh;
  background: url(../images/bg_kv2.jpg) center bottom;
  background-size: cover; }
  #kv .kvtitle {
    text-indent: -5000em;
    text-align: left;
    width: 44.1vw;
    height: 291px;
    background: url(../images/img_h1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -18.5vw; }
  #kv .kvp {
    position: absolute;
    bottom: 0;
    width: 29vw;
    height: 77vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  #kv .kvp-1 {
    left: 12.5vw;
    background-image: url(../images/img_kvp1.png); }
  #kv .kvp-2 {
    right: 12.5vw;
    background-image: url(../images/img_kvp2.png); }
  #kv .kvpw {
    font-size: 14px;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    bottom: 10%;
    z-index: 4;
    background-color: #eff13c; }
  #kv .kvpw-1 {
    left: 15vw; }
  #kv .kvpw-2 {
    left: 60vw; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

.title {
  text-align: center; }
  .title span {
    text-indent: -5000em;
    text-align: left;
    display: inline-block; }

.desc {
  font-size: 17px;
  text-align: center;
  margin: 30px auto; }

.spdesc {
  text-align: center;
  margin: 30px auto; }
  .spdesc span {
    display: inline-block;
    border: 1px solid #000;
    font-size: 27px;
    font-weight: 700;
    padding: 2px 20px; }
  .spdesc br {
    display: none; }

#s2 {
  position: relative;
  background: #fff;
  min-height: 100vh;
  padding: 60px 0; }
  #s2 .title {
    position: relative; }
    #s2 .title span {
      position: relative;
      z-index: 4;
      width: 453px;
      height: 82px;
      background: url(../images/img_title-1.png) center no-repeat;
      background-size: auto 100%; }
    #s2 .title:after {
      content: "";
      display: inline-block;
      width: 21.6vw;
      height: 28.2vh;
      background: url(../images/img_title-1img.png) bottom no-repeat;
      background-size: 100% auto;
      position: absolute;
      left: 50%;
      top: -21.8vh;
      margin-left: 209px;
      z-index: 3; }
  #s2 .place2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: #fff; }
    #s2 .place2 .pbx {
      position: relative;
      width: 50%;
      padding: 0 15px; }
      #s2 .place2 .pbx .img img {
        width: 100%;
        display: block; }
    #s2 .place2 .box {
      clear: both;
      padding: 25px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      #s2 .place2 .box .text {
        width: 26%; }
      #s2 .place2 .box .btns {
        width: 74%;
        padding-top: 40px; }
        #s2 .place2 .box .btns a {
          display: block;
          background: url(../images/btn_sharefb.png);
          background-size: cover;
          color: #4064ad;
          width: 290px;
          height: 93px;
          line-height: 87px;
          text-align: center;
          padding-left: 84px;
          font-size: 18px;
          margin: 0 auto; }
          #s2 .place2 .box .btns a br {
            display: none; }
      #s2 .place2 .box h3 {
        font-size: 32px;
        text-align: right; }
      #s2 .place2 .box .en {
        position: relative;
        width: 100%;
        display: inline-block;
        font-size: 13px;
        text-align: right;
        margin: 20px auto 20px; }
        #s2 .place2 .box .en:before, #s2 .place2 .box .en:after {
          content: "";
          display: block;
          width: 50px;
          height: 1px;
          background: #fff;
          position: absolute;
          right: 0; }
        #s2 .place2 .box .en:before {
          top: -5px; }
        #s2 .place2 .box .en:after {
          bottom: -5px; }
      #s2 .place2 .box p {
        text-align: right; }
    #s2 .place2 .left {
      padding-left: 30px; }
      #s2 .place2 .left .box {
        background: rgba(233, 155, 158, 0.8); }
    #s2 .place2 .right {
      padding-right: 30px; }
      #s2 .place2 .right .box {
        background: rgba(47, 161, 193, 0.8); }

#s3 {
  margin-top: 100px;
  padding: 60px 0; }
  #s3 .inner {
    max-width: 1600px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative; }
    #s3 .inner:after {
      content: "";
      display: block;
      height: 0;
      line-height: 0;
      visibility: hidden;
      clear: both; }
    #s3 .inner .img {
      position: relative;
      width: 68%;
      float: left;
      background-size: 100% auto;
      background-repeat: no-repeat; }
      #s3 .inner .img img {
        width: 100%; }
      #s3 .inner .img img.mb {
        display: none; }
    #s3 .inner .text {
      position: relative;
      width: 32%;
      float: right; }
      #s3 .inner .text h4 {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        background: #f0f13d;
        padding: 3px 12px 2px;
        margin-bottom: 10px; }
        #s3 .inner .text h4:after {
          content: "";
          display: inline-block;
          margin-left: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 12px 7px 0;
          border-color: transparent #f0f13d transparent transparent;
          position: absolute;
          top: 50%;
          left: -22px;
          margin-top: -7px; }
      #s3 .inner .text p {
        font-size: 15px;
        margin-bottom: 30px;
        padding-left: 25%; }
        #s3 .inner .text p .big {
          font-size: 24px;
          font-weight: 700; }
      #s3 .inner .text ul {
        padding-left: 25%; }
        #s3 .inner .text ul li {
          font-size: 15px;
          list-style-type: none; }
      #s3 .inner .text ol li {
        margin-left: 2em;
        padding-left: 5px; }
      #s3 .inner .text .btn {
        margin-top: 30px; }
        #s3 .inner .text .btn a {
          display: inline-block;
          background: #7598c6;
          color: #fff;
          font-size: 24px;
          font-weight: 700;
          padding: 10px 30px; }
          #s3 .inner .text .btn a:after {
            content: "";
            display: inline-block;
            margin-left: 10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 0 7px 12px;
            border-color: transparent transparent transparent #ffffff; }
      #s3 .inner .text .sq {
        position: absolute;
        bottom: 0;
        right: 30px; }
        #s3 .inner .text .sq span {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          background: #7598c6;
          color: #fff;
          width: 90px;
          height: 90px;
          text-align: left;
          padding-top: 15px;
          padding-left: 10px;
          font-size: 18px;
          line-height: 1.2; }
          #s3 .inner .text .sq span b {
            font-size: 20px; }
  #s3 .inner-1 .text {
    padding-left: 30px; }
  #s3 .inner-2 .img {
    float: right; }
  #s3 .inner-2 .text {
    float: left;
    padding-right: 30px; }
    #s3 .inner-2 .text h4:after {
      border-width: 7px 0 7px 12px;
      border-color: transparent transparent transparent #f0f13d;
      left: auto;
      right: -12px; }

#s4 {
  position: relative;
  background: url(../images/bg_s4.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  padding: 60px 0 100px; }
  #s4 .title {
    margin: 0 auto; }
    #s4 .title span {
      width: 1046px;
      height: 47px;
      background: url(../images/img_title-2.png) center no-repeat;
      background-size: cover; }
  #s4 .main {
    background: #8ee7d3;
    padding: 40px 50px;
    max-width: 1230px;
    margin: 0 auto; }
    #s4 .main .inner {
      position: relative;
      background: #fff url(../images/img_s4.jpg) no-repeat bottom;
      background-size: cover;
      min-height: 673px; }
  #s4 .inp {
    position: absolute;
    left: 45%;
    top: 55px; }
    #s4 .inp .inp-1 {
      font-size: 26px;
      letter-spacing: 0.1em; }
    #s4 .inp .inp-2 {
      font-size: 16px;
      font-weight: bold; }
      #s4 .inp .inp-2 b {
        font-size: 40px;
        margin-right: 10px;
        letter-spacing: 0.1em; }
      #s4 .inp .inp-2 span {
        letter-spacing: 0.2em; }
    #s4 .inp .inp-3 {
      font-size: 13px; }
  #s4 .pname {
    position: absolute;
    color: #666;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px; }
    #s4 .pname span {
      font-size: 12px;
      font-weight: normal;
      display: block;
      line-height: 12px; }
  #s4 .pname-1 {
    top: 460px;
    left: 40%; }
  #s4 .pname-2 {
    bottom: 40px;
    right: 25%; }
  #s4 .bgs {
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom; }
  #s4 .bgs-1 {
    width: 24.2vw;
    height: 34.8vh;
    background-image: url(../images/bg_s4s1.png);
    bottom: -15px;
    left: 0; }
  #s4 .bgs-2 {
    width: 23.1vw;
    height: 44.8vh;
    background-image: url(../images/bg_s4s2.png);
    bottom: 0;
    right: 0; }

#s5 {
  padding-bottom: 120px; }
  #s5 .title {
    margin: 0 auto; }
    #s5 .title span {
      width: 568px;
      height: 103px;
      background: url(../images/img_title-3.png) center no-repeat;
      background-size: cover; }
  #s5 .sdvote {
    position: relative;
    margin-bottom: 30px; }
    #s5 .sdvote:before {
      content: "";
      display: block;
      position: absolute;
      background-size: cover;
      z-index: -1; }
    #s5 .sdvote:after {
      content: "";
      display: block;
      height: 0;
      line-height: 0;
      visibility: hidden;
      clear: both; }
    #s5 .sdvote .box {
      float: left;
      width: 33.3%;
      position: relative;
      padding-bottom: 138px; }
      #s5 .sdvote .box .box-top {
        overflow: hidden;
        height: 320px;
        background-size: cover;
        background-position: center; }
      #s5 .sdvote .box .box-btm {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 138px;
        color: #fff;
        padding: 35px 25px 0;
        font-size: 18px; }
        #s5 .sdvote .box .box-btm a {
          color: #fff; }
        #s5 .sdvote .box .box-btm a.more {
          position: absolute;
          bottom: 10px;
          right: 10px;
          font-size: 16px; }
      #s5 .sdvote .box .tag {
        position: absolute;
        top: -8px;
        right: 10px;
        text-indent: -5000em;
        text-align: left;
        background-size: cover;
        width: 139px;
        height: 49px; }
    #s5 .sdvote .box:nth-child(1) {
      width: 33.4%; }
      #s5 .sdvote .box:nth-child(1) .box-top {
        padding-left: 30px;
        padding-top: 30px;
        background: #fff; }
        #s5 .sdvote .box:nth-child(1) .box-top h3 {
          display: inline-block;
          text-indent: -5000em;
          text-align: left;
          width: 270px;
          height: 82px;
          margin-bottom: 20px; }
        #s5 .sdvote .box:nth-child(1) .box-top p {
          color: #666;
          line-height: 1.8;
          font-size: 18px;
          font-weight: 700;
          padding-left: 30px; }
      #s5 .sdvote .box:nth-child(1) .box-btm a {
        display: inline-block;
        border: 1px solid #fff;
        padding: 1em 2em; }
      #s5 .sdvote .box:nth-child(1) .box-btm div {
        display: inline-block;
        border: 1px solid #fff;
        padding: 1em 2em; }
  #s5 .sdvote-1:before {
    width: 300px;
    height: 334px;
    background-image: url(../images/img_s501.png);
    top: -200px;
    left: -100px; }
  #s5 .sdvote-1 .box:nth-child(1) .box-top h3 {
    background: url(../images/img_s5t01.png);
    background-size: cover; }
  #s5 .sdvote-1 .box:nth-child(1) .box-btm {
    background: #edafb1 url(../images/img_s502.png) no-repeat left bottom;
    background-size: 40%;
    text-align: right; }
  #s5 .sdvote-1 .box:nth-child(2) .box-btm {
    background: #d59d9f; }
  #s5 .sdvote-1 .box:nth-child(2) .tag {
    background-image: url(../images/img_s503.png); }
  #s5 .sdvote-1 .box:nth-child(3) .box-btm {
    background: #be8c8e; }
  #s5 .sdvote-1 .box:nth-child(3) .tag {
    background-image: url(../images/img_s504.png); }
  #s5 .sdvote-2:before {
    width: 238px;
    height: 300px;
    background-image: url(../images/img_s505.png);
    bottom: -90px;
    right: -70px; }
  #s5 .sdvote-2 .box:nth-child(1) {
    float: right; }
    #s5 .sdvote-2 .box:nth-child(1) .box-top h3 {
      background: url(../images/img_s5t02.png);
      background-size: cover; }
    #s5 .sdvote-2 .box:nth-child(1) .box-btm {
      background: #5ab4ce url(../images/img_s506.png) no-repeat right bottom;
      background-size: 40%;
      text-align: left; }
  #s5 .sdvote-2 .box:nth-child(2) .box-btm {
    background: #4890a5; }
  #s5 .sdvote-2 .box:nth-child(2) .tag {
    background-image: url(../images/img_s507.png); }
  #s5 .sdvote-2 .box:nth-child(3) .box-btm {
    background: #51a2b9; }
  #s5 .sdvote-2 .box:nth-child(3) .tag {
    background-image: url(../images/img_s508.png); }

.ft .links {
  text-align: center;
  background: url(../images/bg_ft.jpg) center;
  background-size: cover;
  padding: 60px 0; }
  .ft .links h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
  .ft .links a {
    display: inline-block;
    margin: 0 20px; }

.ft .copy {
  background: #8ee7d3;
  text-align: center;
  color: #000;
  font-size: 12px;
  padding: 10px 0; }

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1140px; } }

@media screen and (max-width: 1366px) {
  #s3 .inner .img {
    width: 65%; }
  #s3 .inner .text {
    width: 35%; } }

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px; }
  #kv {
    max-height: 60vw; }
  .desc {
    padding: 0 30px; }
  #s2 .place2 .box .btns a {
    width: 230px;
    height: 75px;
    line-height: 70px;
    padding-left: 70px;
    font-size: 16px; }
  #s2 .place2 .box h3 {
    font-size: 24px; }
  #s2 .place2 .box .en {
    font-size: 12px; }
  #s3 .inner {
    padding: 0 30px; }
    #s3 .inner .img {
      width: 55%; }
      #s3 .inner .img img.pc {
        display: none; }
      #s3 .inner .img img.mb {
        display: inline-block; }
    #s3 .inner .text {
      width: 45%; }
  #s4 .title span {
    width: 538px;
    height: 106px;
    background-image: url(../images/img_title-2@mb.png); }
  #s4 .main {
    max-width: 90%; }
    #s4 .main .inner {
      min-height: 490px; }
  #s4 .pname-1 {
    top: 350px; }
  #s5 .sdvote .box .box-btm {
    font-size: 16px; }
  #s5 .sdvote .box:nth-child(1) .box-top {
    padding-left: 20px;
    padding-top: 20px; }
    #s5 .sdvote .box:nth-child(1) .box-top h3 {
      width: 220px;
      height: 67px; }
    #s5 .sdvote .box:nth-child(1) .box-top p {
      font-size: 16px; }
  #s5 .sdvote .box:nth-child(1) .box-btm a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em 2em; }
  #s5 .sdvote .box:nth-child(1) .box-btm div {
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em 2em; }
  #s5 .sdvote-1:before {
    top: -240px; } }

@media screen and (max-width: 768px) {
  .wrap {
    position: relative; }
  .hd {
    z-index: 9999;
    top: 20px; }
    .hd h1 {
      width: 81px;
      height: 25px; }
  .menu-link {
    position: fixed;
    top: 0;
    right: 0;
    background: #7598c6 url(../images/img_menu.png) no-repeat center;
    background-size: 70%;
    width: 45px;
    height: 45px;
    z-index: 9999; }
  .menu-link.active {
    background-image: url(../images/img_menuclose.png); }
  #menu {
    position: fixed;
    top: 0;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 888; }
    #menu a {
      display: block;
      line-height: 2;
      font-size: 18px; }
  #menu.active {
    max-height: 100vh;
    padding: 75px 0 30px; }
  #top-bar h1 {
    width: 81px;
    height: 25px;
    margin-left: 0; }
  #top-bar .menu {
    display: none; }
  #kv {
    max-height: 100vh;
    background: url(../images/bg_kv2@mb.jpg) center bottom;
    background-size: cover; }
    #kv .kvtitle {
      width: 92vw;
      margin-left: -46vw; }
    #kv .kvp {
      width: 334px;
      height: 498px; }
    #kv .kvp-1 {
      left: auto;
      right: 50%;
      background-image: url(../images/img_kvp1@mb.png); }
    #kv .kvp-2 {
      right: auto;
      left: 50%;
      background-image: url(../images/img_kvp2@mb.png); }
  .spdesc {
    padding: 0 30px; }
  #s2 .title:after {
    width: 180px;
    height: 117px;
    margin-left: 55px;
    top: -120px; }
  #s2 .place2 .pbx {
    width: 100%;
    padding: 30px 30px 0;
    margin: auto; }
  #s3 .inner .img {
    width: 100%;
    margin-bottom: 30px; }
    #s3 .inner .img img.pc {
      display: none; }
    #s3 .inner .img img.mb {
      display: inline-block; }
  #s3 .inner .text {
    width: 100%;
    padding: 0; }
    #s3 .inner .text .sq {
      right: 0; }
  #s4 {
    padding-bottom: 420px; }
    #s4 .main {
      position: relative;
      z-index: 1;
      padding: 30px; }
      #s4 .main .inner {
        min-height: 80vh;
        border: 20px solid #fff;
        background-image: url(../images/img_s4@mb.jpg); }
    #s4 .inp {
      display: none; }
    #s4 .pname-1 {
      top: auto;
      bottom: -120px;
      left: 15%; }
    #s4 .pname-2 {
      bottom: -120px;
      right: 15%; }
    #s4 .bgs-1 {
      background-image: url(../images/bg_s4s1@mb.png);
      width: 100%;
      height: 365px;
      bottom: 0;
      z-index: 0; }
    #s4 .bgs-2 {
      display: none; }
  #s5 .sdvote .box {
    float: none;
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
    #s5 .sdvote .box .box-btm a.more {
      right: 15px;
      bottom: 20px;
      font-size: 14px; }
  #s5 .sdvote .box:nth-child(1) {
    width: 100%; }
    #s5 .sdvote .box:nth-child(1) .box-top {
      text-align: center;
      padding: 20px 0 30px;
      height: auto; }
      #s5 .sdvote .box:nth-child(1) .box-top h3 {
        margin-left: -30px; }
      #s5 .sdvote .box:nth-child(1) .box-top p {
        padding-left: 0; }
  #s5 .sdvote-1 {
    margin-top: 160px; }
    #s5 .sdvote-1:before {
      top: -200px; }
  #s5 .sdvote-2 .box:nth-child(1) {
    float: none; }
  .ft .links a {
    margin: 0 15px; }
    .ft .links a img {
      width: 48px; } }

@media screen and (max-width: 576px) {
  .container {
    padding: 0 15px; }
  .hd {
    top: 15px; }
  #kv {
    max-height: 667px; }
    #kv .kvtitle {
      top: 70px; }
    #kv .kvp {
      width: 60vw;
      height: 60%; }
      #kv .kvp span {
        font-size: 12px; }
    #kv .kvp-1 {
      right: 45%; }
    #kv .kvp-2 {
      left: 45%; }
    #kv .kvpw-1 {
      left: 10%; }
  .desc {
    font-size: 14px;
    padding: 0; }
  .spdesc {
    padding: 0 20px; }
    .spdesc span {
      font-size: 20px; }
    .spdesc br {
      display: block; }
  #s2:after {
    height: 50px;
    bottom: -50px; }
  #s2 .title span {
    width: 254px;
    height: 46px; }
  #s2 .title:after {
    margin-left: 0; }
  #s2 .place2 .pbx {
    padding: 15px 15px 0; }
  #s2 .place2 .box {
    padding: 12px 0; }
    #s2 .place2 .box .text {
      width: 30%; }
      #s2 .place2 .box .text h3 {
        font-size: 20px; }
      #s2 .place2 .box .text .en {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin: 5px 0 0; }
    #s2 .place2 .box .btns {
      width: 70%;
      padding-top: 30px; }
      #s2 .place2 .box .btns a {
        width: 170px;
        height: 50px;
        line-height: 1.5;
        font-size: 14px;
        padding-left: 50px;
        padding-top: 5px; }
        #s2 .place2 .box .btns a br {
          display: block; }
  #s3 {
    padding-top: 0; }
    #s3 .inner {
      padding: 15px; }
      #s3 .inner .text h4 {
        font-size: 18px; }
      #s3 .inner .text p {
        font-size: 14px;
        padding-left: 5%; }
        #s3 .inner .text p .big {
          font-size: 24px; }
      #s3 .inner .text ul {
        padding-left: 5%; }
        #s3 .inner .text ul li {
          font-size: 14px; }
      #s3 .inner .text .btn a {
        font-size: 20px; }
  #s4 {
    padding-bottom: 280px; }
    #s4 .title span {
      width: 300px;
      height: 59px; }
    #s4 .main {
      padding: 15px; }
      #s4 .main .inner {
        border-width: 10px;
        min-height: 60vh; }
    #s4 .pname-1 {
      bottom: -90px;
      left: 2%; }
    #s4 .pname-2 {
      bottom: -90px;
      right: 2%; }
  #s5 .title span {
    width: 320px;
    height: 58px; }
  #s5 .sdvote-1 {
    margin-top: 110px; }
    #s5 .sdvote-1:before {
      width: 150px;
      height: 167px;
      top: -100px;
      left: -15px; }
  #s5 .sdvote-2:before {
    width: 200px;
    height: 252px;
    bottom: -80px;
    right: -40px; }
  .ft .links h3 {
    font-size: 24px; }
  .ft .links a {
    margin: 0 10px; }
    .ft .links a img {
      width: 36px; }
  .ft .copy {
    padding: 10px 10vw; } }
