@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");


body {
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
  
  
  font-size: 30px;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
}

@font-face {
  font-family:"myfont";
  src: url("../images/AORUS.woff") format("woff");
  font-weight: bold;
}

img {
  width: 100%;
  outline: none;
  border: 0;
}

.frame {
  margin: 0 auto;
  padding: 0em 0;
  overflow: hidden;
  width: 1366px;
}

#playBtn {
  cursor: pointer;
}

.frame.full {
  width: 100%;
}

.title {
  font-size: 1.0em;
  line-height: 0.8em;
  color: #fff;
  margin-top: 4%;
}

.suborangetitle {
  color: #FF7200;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
}

.text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ccc;
  font-family:"Roboto Condensed","sans-serif","Microsoft JhengHei";
}

.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  
}

.video video,
.video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

p {
  margin: 0.5em 0;
}

.mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}

.mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}

.mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}

.mainbar .btn a:hover {
  color: #ec6c00;
}

.table {
  
  
  overflow: visible;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

.table .cell_HIDE {
  display: none;
  vertical-align: middle;
}

.table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}

.table .cell .left {
  float: left;
  margin-left: 5%;
  
  text-align: left;
}

.table .cell .right {
  float: right;
  margin-right: 5%;
  
  text-align: left;
}

.table .cell .center {
  
  padding: 0em 30px 0;
  
  overflow: visible;
}

.table .cell .offsetRight {
  margin-right: -25%;
}

.table .cell .offsetLeft {
  margin-left: -25%;
}

.table .cell .btn a {
  color: #fff;
  background-color: #036;
  border-radius: 5px;
  box-shadow: 0px 0px 16px #046fcc inset;
  padding: 8px 16px;
  text-decoration: none;
  -o-transition: background .10s linear;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  transition: background .10s linear;
}

.table .cell .btn a:hover {
  background-color: #03C;
}

.table .img {
  margin-top: 30px;
}

.table .side {
  width: 10%;
  display: block;
}

.table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}

.table .break {
  clear: both;
}

.table .col1,
.table .col1s,
.table .col1l {
  width: 9.5%;
}

.table .col2,
.table .col2s,
.table .col2l {
  width: 19%;
}

.table .col3,
.table .col3s,
.table .col3l {
  width: 28.5%;
}

.table .col4,
.table .col4s,
.table .col4l {
  width: 38%;
}

.table .col5,
.table .col5s,
.table .col5l {
  width: 47.5%;
}

.table .col52,
.table .col52s {
  width: auto;
}

.table .col6,
.table .col6s,
.table .col6l {
  width: 40%;
}

.table .col7,
.table .col7s,
.table .col7l {
  width: 66.5%;
}

.table .col8,
.table .col8s,
.table .col8l {
  width: 76%;
}

.table .col9,
.table .col9s,
.table .col9l {
  width: 85.5%;
}

.table .col10,
.table .col10s,
.table .col10l {
  width: 95%;
}

.fade {
  position: relative;
  overflow: auto;
  display: block;
}

.fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}

.img-large {
  display: block;
}

.img-small {
  display: none;
}



#header {
  position: relative;
  
  background-repeat: no-repeat;
  
}

#header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
  
}

#header .frame {
  padding-top: 0;
}

.imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}



#gotop {
  background-color: rgba(51, 51, 51, 0.4);
  color: #FFFFFF;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
  border-radius: 6px;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: #666;
}

.conbox {
  overflow: hidden;
  position: relative;
  min-height: 1000px;
  max-width: 1920px;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.aoruslogolo {
  position: absolute;
  left: 4%;
  top: 3%;
  z-index: 5;
}

.main1 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@keyframes ac-updown1 {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  92% {
    opacity: 0.1;
  }

  93% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }
}

.main2 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: ac-updown3 3s ease-in-out infinite;
}

@keyframes ac-updown2 {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }

  95% {
    transform: scale(0.7, 0.7);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes ac-updown3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
}

@keyframes ac-updown4 {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}

.maintext {
  width: 80%;
  bottom: 5%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.2vw;
  line-height: 3.4vw;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  color: #fff;
  text-shadow: 0px 0px 20px #00FFFF;
}



.titlesection {
  overflow: hidden;
}

.bghover {
  position: relative;
}

.titlebar {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  color: #fff;
  text-align: center;
  margin-top: 4%;
}

.linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family:"Oswald","Arial","cwTeXHei","Microsoft JhengHei";
  color: #fff;
  text-align: center;
  margin-top: -6px;
  padding: 0px 0px 30px 0px;
  background-image: url("../images/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.titlebarDimension {
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
  font-size: 1.8em;
  line-height: 1.0em;
  margin-bottom: 10px;
}

@keyframes led-style3 {
  0% {
    left: -80%;
  }

  30% {
    left: 30%;
  }

  31% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes led-style3 {
  0% {
    left: -60%;
  }

  25% {
    left: 30%;
  }

  25.1% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

ul li {
  list-style-type: disc;
}

#SensorFan ol li {
  list-style-type: disc;
  margin-left: 2%;
}

.easyraid {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2%;
}

.easyraid ol li::before {
  content: "\2022";
  color: #ff6400;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.easyraid .title {
  color: #ff6400;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
}



.moreicon {
  margin-top: 2%;
  text-align: center;
  cursor: pointer;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #ff7200;
  margin-bottom: 0px;
}

.morecon {
  display: none;
}

.btntext {
  color: #737373;
}

.btnstyle {
  transition: all .2s;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: #00fdfb;
  margin: 0 auto;
  margin-bottom: -38px;
  z-index: 99;
  position: relative;
}

.btnstyle span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(11px) rotate(90deg);
  -webkit-transform: translateY(11px) rotate(90deg);
  -ms-transform: translateY(11px) rotate(90deg);
}

.btnstyle:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(15px) rotate(0deg);
  -webkit-transform: translateY(15px) rotate(0deg);
  -ms-transform: translateY(15px) rotate(0deg);
}

.menuOpen span {
  transform: translateY(11px) rotate(-50deg);
  -webkit-transform: translateY(11px) rotate(-50deg);
  -ms-transform: translateY(11px) rotate(-50deg);
}

.menuOpen:before {
  transform: translateY(15px) rotate(-130deg);
  -webkit-transform: translateY(15px) rotate(-130deg);
  -ms-transform: translateY(15px) rotate(-130deg);
}



#functiontabs {
  overflow: hidden;
  margin-bottom: 6%;
}

#functiontabstitle {
  margin-top: 4%;
  background-image: url("../images/functiontabbg.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 55px;
}

#functiontabs .tabtitle {
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}

#functiontabstitle #tabtitle1 {
  width: 280px;
  height: 40px;
  position: relative;
  display: inline-block;
}

#functiontabstitle #tabtitle2 {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
}

#functiontabs .funtabs {
  background-color: rgba(255, 101, 0, 0.1);
  border-left: 4px solid #ff7200;
  border-right: 4px solid #ff7200;
  padding: 4%;
  padding-bottom: 6%;
  margin-top: 0.5%;
}

#functiontabs .funtabs .conbox1 {
  position: relative;
  display: inline-block;
  width: 66%;
}

#functiontabs .funtabs .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10%;
  width: 28%;
  margin-left: 2%;
}

#functiontabs .funtabs .conbox2 p {
  padding: 4% 0% 4% 5%;
  color: #b04700;
}

#functiontabs .funtabs .conbox2 img {
  width: auto;
  margin: 0 auto;
}

#funtabs2 {
  display: none;
}

@media screen and (max-width: 1440px) {
  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 800px;
  }

  .aoruslogolo {
    width: 16%;
  }
}

@media screen and (max-width: 1366px) {
  .table .col6l {
    width: 50%;
  }

  .table .col52,
  .table .col52s {
    width: auto;
  }

  .frame {
    width: 960px;
  }

  #header {
    background-color: #000;
    
    background-position: center;
    position: relative;
    
  }

  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 700px;
  }

  .maintext {
    width: 80%;
    bottom: 0%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .titlebar {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 960px) {
  .frame {
    width: 640px;
    padding: 1.5em 0;
  }

  .table .col52,
  .table .col52s {
    width: 95%;
  }

  .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }

  .text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }

  .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }

  #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }

  #header .frame {
    padding: 0em 0 1em;
  }

  .table .col5,
  .table .col5s,
  .table .col5l {
    width: 95%;
  }

  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 500px;
  }

  .aoruslogolo {
    position: static;
    left: 0%;
    top: 0%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 30%;
  }

  .moreicon {
    margin-top: 2%;
    text-align: center;
    cursor: pointer;
    font-size: 1.0em;
    line-height: 1.6em;
    color: #ff7200;
    margin-bottom: 20px;
  }

  #functiontabs .funtabs .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #functiontabs .funtabs .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 10%;
    width: 100%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 640px) {
  .table .col6l {
    width: auto;
  }

  .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    font-size: 1.2em;
  }

  .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }

  .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .table {
    display: block;
  }

  .table .cell {
    display: block;
  }

  .table .cell_HIDE {
    display: block;
  }

  .table .cell_SHOW {
    display: none;
  }

  .table .col1l,
  .table .col2l,
  .table .col3l,
  .table .col4l,
  .table .col5l,
  .table .col6l,
  .table .col7l,
  .table .col8l,
  .table .col9l,
  .table .col10l {
    width: 100%;
    margin: 0;
  }

  .table .col1,
  .table .col2,
  .table .col3,
  .table .col4,
  .table .col5,
  .table .col6,
  .table .col7,
  .table .col8,
  .table .col9,
  .table .col10 {
    width: 90;
    margin: 0 0;
  }

  .table .col1s,
  .table .col2s,
  .table .col3s,
  .table .col4s,
  .table .col5s,
  .table .col6s,
  .table .col7s,
  .table .col8s,
  .table .col9s,
  .table .col10s {
    width: 60%;
    margin: 0 20%;
  }

  .table .cell .left,
  .table .cell .right,
  .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }

  .table .cell .center {
    padding: 0 0 0;
  }

  .table .cell .offsetRight,
  .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }

  .table .side {
    display: none;
  }

  .img-large {
    display: none;
  }

  .img-small {
    display: block;
  }

  #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }

  #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }

  

  #gotop {
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0%;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family:"Arial","Helvetica","sans-serif";
  }

  .conbox {
    overflow: hidden;
    position: relative;
    min-height: 400px;
  }

  .maintext {
    width: 80%;
    bottom: 3%;
  }

  .titlebar {
    font-size: 1.0em;
    line-height: 1.4em;
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
}

@media screen and (max-width: 480px) {
  .conbox {
    min-height: 300px;
  }
}