@charset "UTF-8";
* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

body {
/*  width: 960px;*/
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }

p {
  font-size: 20px;
  line-height: 28px;
  color: #888;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: helvetica, 微軟正黑體; }

.title {
  font-size: 58px;
  line-height: 69px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  text-shadow: 4px 4px black;
  z-index: 1; }

.section_1 {
  background-image: url("../img/sky.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 30px 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .section_1 .hight_light {
    color: #1f6b99;
    text-align: center;
    margin-top: 30px; }
    .section_1 .hight_light .strong {
      font-size: 36px;
      line-height: 40px;
      color: #1f6b99;
      letter-spacing: 2px;
      font-weight: 500; }
  .section_1 .card {
    width: 580px;
    height: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 30px;
    margin-top: 50px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px -5px;
    box-shadow: 0 2px 10px -5px; }
    .section_1 .card p {
      font-size: 20px;
      line-height: 40px;
      color: #71b6dd;
      letter-spacing: 2px;
      font-weight: 400; }
      .section_1 .card p span {
        position: absolute;
        left: 4px; }
    .section_1 .card .card_bottom {
      background-color: #1f6b99;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 20px 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .section_1 .card .card_bottom p {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        letter-spacing: 2px;
        font-weight: 400; }

.section_2 {
  padding: 0 6%;
  margin: 20px 0;
  position: relative;
  width: 860px;
  color: #ccc; }
  .section_2 .text_1 {
    width: 60%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    position: relative; }
  .section_2 .video_1 {
    width: 39%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px; }
    .section_2 .video_1:before {
      content: '';
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 0;
      margin-left: 0;
      width: 60px;
      height: 60px;
      border: 2px solid #fff;
      border-radius: 100%;
      z-index: 2;
      -webkit-transform: translate(140%, -70%);
      -ms-transform: translate(140%, -70%);
      transform: translate(140%, -70%); }
    .section_2 .video_1:after {
      content: '';
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 0;
      margin-left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 34.6px;
      border-color: transparent transparent transparent #fff;
      z-index: 2;
      -webkit-transform: translate(310%, -80%);
      -ms-transform: translate(310%, -80%);
      transform: translate(310%, -80%); }
    .section_2 .video_1:hover {
      opacity: 0.7; }
    .section_2 .video_1:active {
      opacity: 1; }

.section_3 {
  padding: 0 6%; }
  .section_3 .block {
    border-top: solid 2px #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 20px; }
    .section_3 .block .video_2 {
      width: 35%;
      height: 150px;
      display: inline-block;
      vertical-align: top;
      margin-right: 4%;
      position: relative; }
      .section_3 .block .video_2 img {
        width: 100%;
        height: 100%; }
      .section_3 .block .video_2 .video_bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        background-color: #4c80c2;
        opacity: 0.9; }
        .section_3 .block .video_2 .video_bottom p {
          font-size: 16px;
          line-height: 18px;
          color: #fff;
          letter-spacing: 2px;
          font-weight: 400;
          left: 10px;
          top: 8px; }
      .section_3 .block .video_2:before {
        content: '';
        position: absolute;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 0;
        margin-left: 0;
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        border-radius: 100%;
        z-index: 2;
        -webkit-transform: translate(-60%, -80%);
        -ms-transform: translate(-60%, -80%);
        transform: translate(-60%, -80%); }
      .section_3 .block .video_2:after {
        content: '';
        position: absolute;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 0;
        margin-left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 34.6px;
        border-color: transparent transparent transparent #fff;
        -webkit-transform: translate(-60%, -100%);
        -ms-transform: translate(-60%, -100%);
        transform: translate(-60%, -100%);
        z-index: 2; }
      .section_3 .block .video_2:hover {
        opacity: 0.7; }
      .section_3 .block .video_2:active {
        opacity: 1; }
    .section_3 .block .text_2 {
      width: 60%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      padding-right: 15px; }

.link {
  color: #4c80c2; }
  .link:hover {
    color: #71b6dd; }
  .link:active {
    color: #3f84ab; }

.footer {
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #4c80c2;
  margin-top: 10px; }
  .footer img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0; }
