﻿@charset "UTF-8";
/*pluin*/
/*base*/
/* Micro reset */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*:focus {
outline: 0;
}

* a{
  text-decoration: none;
}
html, body , FORM {
  height: 100%;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif, "微軟正黑體" !important;
  font-size: 15px;	color: #555;	line-height: 24px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*h1, h2, h3, h4, h5, h6,*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*slick*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 29%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 1;
  color: white;
  font-weight: bolder;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -65px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -80px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 10px;
        box-shadow: 2px 2px 3px #999 inset; 
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        background: #ccc;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background: #fff;
      opacity: 1; 
      box-shadow: 0px 0px 3px #333;
    }

/*layout*/
body {
  font-size: 100%;
  overflow-x: hidden; }

#container {
  position: relative; 
height:100%;/**/
width: 100%;
float: left;

/*overflow: hidden;*/

}

.page{
  height:auto!important;
  overflow: hidden;
}

#nav-s {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  background-color:#242424;
  z-index: 500;
  overflow: visible;
   }

#nav-all-content-nav {
  float: left;
  height: 30px;
  width: 30px;
  margin-left: 1.5625%;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em; }

#nav-all-content-search {
  float: right;
  margin-right: 1.5625%;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em; }

#nav-all-content-pc {
  float: right;
  margin-right: 1.5625%;
  /*font-size: 0.8em;*/
  font-size: 13px;
  line-height: 3em;
  color: white; 
}

#nav-all-content-pc a{
  color: #fff; 
}

#slider-AD {
   width: 100%; 
   /*background:url(../assets/images/banner/2.jpg);*/
   background-repeat: no-repeat;
   background-position: bottom center;
   background-size: 169%;
  /* -moz-background-size: cover;
   background-size: cover;*/

 }
/*.companyname{
  position: absolute;
  width: 960px;
  margin: 14% 25%;
  height:180px;
  background: #f00;

}

.companyname img{
  max-width: 100%;
}
*/
#slider-I-news {
  max-width: 900px;
  margin: 0 auto; }

#mv-youtube {
  position: relative;
  height: auto;
  padding-bottom: 0;
  overflow: hidden; }

#slider-F-news {
  max-width: 970px;
  margin: 4.6875em auto; }

#slider-Focus {
  max-width: 970px;
  margin: 4.6875em auto; }

#link-others {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 6em; }

#link-favorite {
  background: #838383; }

#link-about {
  border: 1px solid transparent;
  background-color: #2b2b2b; }

#copyright {
  border: 1px solid transparent;
  background-color: #242424; }

/*modules*/
body {
  font-family: Heiti TC, STHeitiTC,PingFang TC,Microsoft JhengHei,\5FAE\8EDF\6B63\9ED1\9AD4,Helvetica,Arial,sans-serif; }

.nav-s {
  display: none;
  left: -200px;
  transition: 0.2s ease left; }

.container {
  left: 0;
  transition: 0.2s ease left; }

.nav-s-content {
  list-style: none; }

.nav-s-item {
  width: 200px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #000; }
  .nav-s-item a {
    display: block;
    padding: 1em;
    background: linear-gradient(135deg, transparent 0, rgba(0, 0, 0, 0.65) 100%);
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    transition: color 0.2s, background 0.5s; }
    .nav-s-item a:hover {
      color: #c74438;
      background: linear-gradient(135deg, transparent 0, rgba(75, 20, 20, 0.65) 100%); }

.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

label[for="nav-trigger"] {
  display: inline-block;
  height: 0;
  width: 50px;
  padding-bottom: 30px;
  background: url(../assets/icon-menu.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer; }

.item-AD-wrap {
  width: 100%;
  margin: 0 auto;
  /*height:100%; */}

.item-AD-title {
  max-width: 100%;
  height: auto; }

.item-AD div{
 width: 300px;
         margin:60px auto ;
         text-align: center;
}

.item-AD h1{
            color: #fff;
            font-size: 1.5em;
            margin: 2% auto;
            /*float: left;
            width: 100%;*/
            text-shadow:1px 1px 2px #333;
            text-align: center
        }
        
        .item-AD h5{
            color: #fff;
            font-size: .5em;
            margin: 2% auto;
            text-shadow:1px 1px 2px #333;
        }

    


        .item-AD  a{
            color:#fff;
        }

#slider-AD .slick-next {
  right: 0;
  color: #fff; }
#slider-AD .slick-prev {
  left: 0;
  color: #fff;
  z-index: 50; }

.nav-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
  z-index: 100;
  background: #464646; }

.navigtion-nav {
  display: none; }



 
#nav-all-content-pc > span {
  margin-right: 0.1875em; }
#nav-all-content-pc > span:nth-child(odd) {
  cursor: pointer; }

label[for="search-trigger"] {
  display: inline-block;
  height: 0;
  width: 34px;
  padding-bottom: 30px;
  vertical-align: bottom;
  background: url(../assets/images/nav-all/search_bar.png);
  background-size: contain;
  cursor: pointer; }

.search-trigger {
  line-height: 1.8em; }

.item-I {
  margin: 0.625em;
  padding: 0.15em;
  /*border: 1px #e0e0e0 solid;*/
  background: #fff; 
  box-shadow:0px 0px 3px #ccc;}

.item-I-title {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.item-I > p {
  font-size: 0.8775em; }

.item-I > .content {
  margin: 1em auto;
  margin-bottom:2em;
  text-align: justify;
  line-height: 1.5em; 
  width:90%;
  }
.item-I > .date {
  margin: 1em auto;
  font-size: 0.5em;
  color: #999999; 
  width:90%;}

.item-I > h4 {
  margin: 1em auto; 
  width: 90%;}

.item-I-more {
  position: relative;
  margin: 0 0 0% 5%;
  padding: 0% 0 0 0;
  font-size: 1em;
  color: #808080;
  line-height: 4em;
  border-top: 1px #e0e0e0 solid; 
  width: 95%;}
  .item-I-more:after {
    content: "→";
    position: absolute;
    right: 2%;
    color: silver;
    font-family: slick;
    font-size: 30px;
    line-height: 2em;
    opacity: 0.75;
    cursor: pointer; }
  .item-I-more:hover::after {
    opacity: 1; }

#mymv {
  position: absolute;
  width: 100%;
  height: 100%;
  border:5px solid #fff; }

.item-mv-wrap {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  max-width: 900px;
  margin: 10% auto;
  color: #fff; }

.item-mv-m {
  position: relative;
  float: none;
  width: 100%;
  height: 0;
  padding-bottom: 62.75%; }

.item-F {
  margin: 0.1% 0.2%;
  padding: 0.8em;
  border: 0px #d0d0d0 solid;
  border-radius: 1px;
  background: #fff; 
  box-shadow: 0px 0px 5px #ccc;
  width: 31.25%;
  max-width: 100%;
}

.item-F-title {
  width: 85%;
  height: auto;
  margin: 1em auto; }

.item-F > p {
  font-size: 0.6875em;
  text-align: justify;
  width: 85%;
  margin: 1em auto;
  font-size: .95em;
  color:#666;
  line-height: 1.5em; }

.item-F > h4 {
  width: 85%;
  margin: 1em auto; 
  line-height: 26px;}

.item-F-more {
  margin: 1em auto; }

#slider-F-news .item-H {
  max-width: 300px;
  width: 31.25%;
  height: 0;
  padding-bottom: 9.375%;
  margin: 0 auto;
  margin-top: 3.125em;
  margin-bottom: 4.6875em;
  background: url(../assets/images/focus-news/head.png);
  background-size: contain; }

#slider-F-news .item-I > p {
  
  padding:5%;}
#slider-F-news .slick-prev::before {
  color: #000; }
#slider-F-news .slick-next::before {
  color: #000; }


#slider-Focus .item-H {
    max-width: 300px;
    width: 31.25%;
    height: 0;
    padding-bottom: 9.375%;
    margin: 0 auto;
    margin-top: 3.125em;
    margin-bottom: 4.6875em;
    background: url(../assets/images/focus-news/head3.png);
    background-size: contain;
}

#slider-Focus .item-I > p {
  
  padding:5%;}
#slider-Focus .slick-prev::before {
  color: #000; }
#slider-Focus .slick-next::before {
  color: #000; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
    opacity: 1;
  }
.slick-dots {
  /*bottom: -35px;*/ }

.item-LO {
  margin: 0 0.5%;
  padding: 0.5em;
  background: #fff; 
  text-align: center;
}

.item-LO a{
   color: #333;
   font-size: 1em;
}

.item-LO-title {
  max-width: 100%;
  max-height: auto;
  margin: 1em auto; }

.item-LO > h5 {
  max-width: 100%;
  margin: 1em auto;
  text-align: center;
   }

.item-LF-wrap {
  max-width: 960px;
  margin: 0 auto; 
  padding: 1.2% 0 ;}

.item-LF {
  margin: 0 0.625em;
  padding: 0.5em;
  color: #fff; }

.item-LF > p {
  /*border-bottom: 3px #fff solid;*/
  width: 12%;
  margin: 1em 0; }

.item-LF > h4 {
  margin: 1em 0; }

.item-LF > img {
  max-width: 100%;
  height: auto; }

.item-A-wrap {
  font-size: 0.65em;
  max-width: 960px;
  margin: 1.875em auto; }

.item-A {
  margin: 1.5em 0.625em;
  padding: 0.5em 0;
  color: #fff; }
  .item-A.active-img {
    text-align: center; }
  .item-A span {
    margin-right: 0.5em; }
  .item-A div {
    line-height: 5em; }

.item-A > p {
  line-height: 2em;
  }
.item-A > p a{
 
  color: #fff!important; }

.item-A > img {
  line-height: 2em;
  display: inline; }

#copyinfo > p{
  text-align: center;
}
.item-c {
  max-width: 320px;
  margin: 1.875em auto;
  line-height: 2em;
  text-align: center;
  font-size: 0.65em;
  color: #fff; }

.item-LO-wrap{
  height: 260px;
}

.fb{
  width: 950px;
  background-color: #f00;
  margin: 0px auto;
}

@media only screen and (min-width: 315px) {

    /* Slider */
.slick-slider {
  overflow: hidden;

}
  #nav-all-content-nav {
    visibility: visible; }

  .navigtion-nav {
    display: none;
  }

  .mv-youtube {
    background: url() no-repeat #fff; }

  .item-mv-m {
    position: relative;
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 62.75%; }

  #mv-youtube {
    height: auto;
    padding-bottom: 0; }

  .navigtion-slider {
    display: none; }

  .item-mv {
    display: none; }

  #nav-all-content-pc {
    display: none; }

  #mv-youtube {
    margin-top: 1em; } }



 }

@media only screen and (min-width: 315px) {

    #slider-AD {

background-size: 142%;
}



}

@media only screen and (min-width: 360px) {

    #slider-AD {

    background-size: 142%;

}

}

@media only screen and (min-width: 480px) {

  #slider-AD {
   background-size: 125%;
   }

}

#nav-all:after {
  content: "";
  display: table;
  height: 0;
  line-height: 0;
  clear: both; }

#slider-I-news .item-H {
  max-width: 300px;
  width: 31.25%;
  height: 0;
  padding-bottom: 9.1%;
  margin: 1em auto;
  background: url(../assets/images/information-news/head.jpg);
  background-size: contain; }

#link-others .item-H {
  max-width: 300px;
  width: 31.25%;
  height: 0;
  padding-bottom: 9%;
  margin: 2em auto;
  background: url(../assets/images/link-others/head.png);
  background-size: contain; }

.item-A-nav > span::nth-child(odd) {
  cursor: pointer; }

.nonestyle, .nonestyle:hover {
  transition: none;
  /*background-color: #fff;*/
  cursor: default;
  margin:0 40px 0 0!important; }

.navigtion-slider {
  /*width:760px;*/
  margin: 0 auto; 
z-index: 999;
background-color: #f00;
bottom: 0px;}

.navigtion-slider > ul {
  list-style: none; }
  .navigtion-slider > ul:after {
    content: "";
    display: table;
    height: 0;
    line-height: 0;
    clear: both; }

.item-N-s {
  float: left;
  margin: 10px;
  padding: 2px 10px;
  line-height: 2em;
  transition: 0.2s all;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: black;
  cursor: pointer; }
  .item-N-s:hover {
    background-color: #209bde;
    color: #fff;
    border-radius: 5px; }


  .item-N-s:hover {
    background-color: #209bde;
    color: #fff;
    border-radius: 5px; }

.item-N-s a{
 
  color: #333;
 }
.item-N-s:hover a{
   
    color: #fff;
   }

.navigtion-nav {
  clear: both;
  width: 100%;
  margin: 0 auto;
  background: #fff; }

.navigtion-nav > ul {
  width: 990px;
  margin: 0 auto;
  list-style: none; }
  .navigtion-nav > ul:after {
    content: "";
    display: table;
    height: 0;
    line-height: 0;
    clear: both; }

.item-N-n {
  float: left;
  margin: 3px 3px;
  padding: 4px 0px;
  line-height: 2em;
  transition: 0.2s all;
  border-radius: 0;
  border: none;
  /*background-color: #fff;*/
  color: black;
  cursor: pointer; }
  .item-N-n:hover {
    /*background-color: #209bde;
    color: #fff;
    border-radius: 5px; */}

.call{
   float: left;
  margin: 7px 3px;
  padding: 4px 14px;
  line-height: 2em;
  transition: 0.2s all;
  border-radius: 0;
  border: none;
  /*background-color: #fff;*/
  color: #333;
  cursor: pointer;
}

.call a{
  color: #333;
  cursor: pointer;
}

 .call:hover  {
    background-color: #209bde;
    color: #fff;
    border-radius: 5px; }

.call:hover a  {
    color: #fff;
  }

.item-mv {
  float: left;
  padding: 5px; }
  .item-mv * {
    text-align: center;
    margin-bottom: 0.5em; }
  .item-mv .content-mv {
    width: 87%;
    margin: 0.5em auto;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.7em; }
  .item-mv .line {
    border-top: 5px white solid;
    width: 20px;
    margin: 0.5em auto; }

.item-mv > div {
  width: 160px;
  margin: 0 auto;
  line-height: 3em;
  font-size: 0.8em;
  background: #209bde;
  border: none;
  border-radius: 5px;
  cursor: pointer; }

 
@media only screen and (min-width:768px) {

#slider-AD {

   background-size: 106%;
 }
}


@media only screen and (min-width:850px) {/*53.125em*/
  .item-F {
  /*width: 304.563px!important;*/
}
  .navigtion-nav {
    display: block;
  }
  #nav-all-content-nav {
    visibility: hidden; }

  #slider-AD {
    display: block;
    height:100%;
    position: relative;
 background-size: 180%;

  background: #000 url(../assets/images/banner/2.jpg) top center no-repeat;
  -moz-background-size: cover;
  background-size: cover;


}

  .item-mv {
    display: block;
    width: 420px;
    height: 251px; }

 

  .mv-youtube {
    background: url(../assets/images/mv/bg.jpg) no-repeat #fff;
    background-position: 50%;
    background-size: cover; }

  .item-mv-m {
    float: right;
    padding-bottom: 0;
    width: 400px;
    height: 251px; }

  #mv-youtube {
    height: 0;
    padding-bottom: 34.3229167%; }

  .navigtion-slider {
    display: none; }

  #nav-all-content-search {
    margin-right: 20%; }

  #nav-all-content-pc {
    display: block; }

  #mv-youtube {
    margin-top: 5em; } 

  /* Slider */
.slick-slider {
  position: relative;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; 
}

#copyinfo > p{
  text-align:left;
  font-size:12px;
}


.item-AD div{
    width: 960px;
    margin:25% auto ;
  }

  .item-AD h1{
    font-size: 4em;
    margin: 2% auto;
  }
        
  .item-AD h5{
    font-size: 2em; 
  }

  .item-AD a{
    color:#fff;
  }

.slick-prev {
  left: -45px; }

.slick-next {
  right: -45px; }
  }
/*state*/
/* nav-all*/
.n-active {
 /*position: relative;
  width: 100%;
  margin-top: 5%; */}

.n-nav-active {
  display: block; 
  /*padding: 10px 0;*/}

.nav-s-active {
  display: block;
  left: 0px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); }

.conatainer-active {
  left: 200px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); }

.nav-all-active {
  left: 200px; }


@media only screen and (min-width:900px) {/*53.125em*/

  /*#slider-AD { background-size: 178%; }*/
}

@media only screen and (min-width:1024px) {

  /*#slider-AD { background-size: 146%; }*/
}

/*# sourceMappingURL=style.css.map */
@media only screen and (min-width: 1280px) {
   /*#slider-AD {
       background-size: 150%;
   }*/
   /*.n-active {
      margin-top: 5.59%; 
   }*/

   .item-AD div{
  
    margin:23% auto ;
  }

  .slick-prev,
.slick-next {

  top: 40%;
  }
}


/*# sourceMappingURL=style.css.map */
@media only screen and (min-width: 1366px) {
   
  /* #slider-AD {
       background-size: 133%;
   }*/
   
   #slider-I-news{
      padding:2% 0 0 0;
   }

}

@media only screen and (min-width: 1440px) {
   


}
@media only screen and (min-width: 1600px) {
   
   /*#slider-AD {
      background-size: 106%
   }*/
}

.spotlight_short{
	display: block;
    display: -webkit-box;
    height: 40px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.TecMarket_Name_short{
	display: block;
    display: -webkit-box;
    height: 42px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.TecMarket_Name_short2{
	display: block;
    display: -webkit-box;
    height: 18px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.TecMarket_Content_short{
	display: block;
    display: -webkit-box;
    height: 70px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.TecMarket_Content_short2{
	display: block;
    display: -webkit-box;
    height: 90px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.TecMarket_img_open {
	overflow: auto;
	height: auto;
}

.TecMarket_img_closed {
	overflow: hidden;
	height: 160px;
}

.focus_short{
	display: block;
    display: -webkit-box;
    height: 20px;
    margin: 0 15px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.table_list table {
    
}
.table_list th {
    padding:15px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;

    font-size:20px;
    font-weight:bold;
    color:#333;
    text-align:left;
}
.table_list th a{
    font-size:20px;
    font-weight:bold;
    color:#333;
    text-align:left;
}
.table_list td {
    padding:15px 0;
    border-bottom: 1px solid #bcbcbc;

    font-size:17px;
    color:#aaa;
}
.table_list td a{

    font-size:17px;
    color:#aaa;
}
.table_list td a:link,
.table_list td a:visited,
.table_list td a:hover,
.table_list td a:active {

    font-size:17px;
    color:#aaa;
}

.event_year_lg, .event_year_sm{
    display:none;
}

#text_content img[style]{
    height: auto !important;
}

#dv_content ul li{
    list-style-type: disc;
    list-style-position: inside;
}
#dv_content li{
    padding-left:20px;
}
.contentinfo {
    overflow:auto;
}
.pro-content ul li{
    list-style-type: disc;
    list-style-position: inside;
}
.pro-content li{
    padding-left:20px;
}
.pro-content ul li{
    list-style-type: disc;
    list-style-position: inside;
}
.pro-content li{
    padding-left:20px;
}
.pro-view ul li{
    list-style-type: disc;
    list-style-position: inside;
}
.pro-view li{
    padding-left:20px;
}
#dv_ability_exp ul li{
    list-style-type: disc;
    list-style-position: inside;
}
#dv_ability_exp li{
    padding-left:20px;
}
#dv_achievement ul li{
    list-style-type: disc;
    list-style-position: inside;
}
#dv_achievement li{
    padding-left:20px;
}
#dv_achievement ul li{
    list-style-type: disc;
    list-style-position: inside;
}
#dv_achievement li{
    padding-left:20px;
}
@media only screen and (min-width: 992px) {
    .event_year_lg {
        display:block;
    }
}
@media only screen and (max-width: 992px) {
    .event_year_sm {
        display:block;
    }
    .slider {
        margin:0 !important;
    }
}
.brench ul li{
	line-height: 16px !important;
}
.brench p{
	line-height: 16px !important;
}