@charset "UTF-8";

/* _mixin.scss 全域變數 & Mixin */
/* _extnd.scss 合併樣式 */
.pagination li a,
.pagination li span {
  color: #428bca;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  background-color: #428bca;
  border-color: #428bca;
}

.tv-show .row {
  margin-left: -8px;
  margin-right: -8px;
}

.tv-show .col-xs-2 {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}

.tv-show .col-xs-6 {
  width: 60%;
  padding-left: 8px;
  padding-right: 8px;
}

.tv-show .film {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 254px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 1px 0 #FFFFFF, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.tv-show .film.lg {
  height: 288px;
}

.tv-show .detail {
  padding-left: 30px;
}

.tv-show article {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 5px;
  width: 100%;
  border-bottom: #ccc 1px solid;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #FFFFFF);
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
}

.tv-show article p {
  line-height: 30px;
  margin: 0;
}

.tv-show article .info {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #333333;
  text-align: left;
}

.tv-show article .name {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #333333;
  text-align: left;
}

.tv-show article .date {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  color: #F88500;
}

.tv-show article .channel {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #333333;
}

.tv-show article .status {
  float: right;
  font-size: 12px;
  line-height: 1.3;
}

.tv-show .over {
  display: none;
  width: 100%;
  height: 254px;
  background-color: rgba(100, 100, 100, 0.9);
  padding: 12px;
}

.tv-show .over .info {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  color: #EEE;
  height: 140px;
  overflow: hidden;
}

.tv-show a:hover {
  text-decoration: none;
}

.tv-show a:hover .over {
  display: block;
  text-decoration: none;
}

.promo {
  position: relative;
  margin-top: 0;
}

.promo article .name {
  text-align: center;
}

.promo .right-slider {
  position: absolute;
  z-index: 100;
  top: 70px;
  height: 320px;
  width: 314px;
  background-image: linear-gradient(to top, #e2e2e2, #eeeeee);
  box-shadow: none;
  right: -305px;
  -webkit-transition: right 1s;
  transition: right 1s;
  border-radius: 10px 0 0 10px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 10px 0 10px 10px;
  border-style: solid;
  /*contact-form*/
}

.promo .right-slider .btn-slider {
  position: absolute;
  top: 0;
  left: -42px;
  width: 42px;
  height: 300px;
  background: url("../images/layout/more-on.png") no-repeat center;
  cursor: pointer;
}

.promo .right-slider .btn-slider .glyphicon {
  display: block;
  top: 172px;
  text-align: center;
  color: #FFFFFF;
}

.promo .right-slider .btn-slider .glyphicon.glyphicon-chevron-right {
  display: none;
}

.promo .right-slider .btn-slider .glyphicon.glyphicon-chevron-left {
  display: block;
}

.promo .right-slider.active {
  right: 0;
}

.promo .right-slider.active .btn-slider {
  position: absolute;
  top: 0;
  left: -42px;
  width: 42px;
  height: 300px;
  background: url("../images/layout/more-off.png") no-repeat center;
  cursor: pointer;
}

.promo .right-slider .contact-msg,
.promo .right-slider .contact-form {
  overflow: hidden;
  display: none;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}

.promo .right-slider .contact-msg .error,
.promo .right-slider .contact-form .error {
  border-color: red;
  color: red;
}

.promo .right-slider .contact-msg .form-group,
.promo .right-slider .contact-form .form-group {
  margin-bottom: 13px;
}

.promo .right-slider .contact-msg .form-title,
.promo .right-slider .contact-form .form-title {
  margin-bottom: 10px;
  width: 320px;
  height: 69px;
}

.promo .right-slider .contact-msg .code,
.promo .right-slider .contact-form .code {
  padding: 0;
}

.promo .right-slider .contact-msg select,
.promo .right-slider .contact-form select {
  padding-left: 8px;
  color: #888;
}

.promo .right-slider .contact-msg .btn-ok,
.promo .right-slider .contact-msg .btn-submit,
.promo .right-slider .contact-form .btn-ok,
.promo .right-slider .contact-form .btn-submit {
  margin: 2px auto;
  padding: 6px 40px;
  font-size: 18px;
  color: #FFF;
  background: #EF7100;
  border-bottom: 3px solid #FAB400;
  border-radius: 5px;
}

.promo .right-slider .contact-msg .btn-ok:hover,
.promo .right-slider .contact-msg .btn-submit:hover,
.promo .right-slider .contact-form .btn-ok:hover,
.promo .right-slider .contact-form .btn-submit:hover {
  border-bottom: 5px solid #FAB400;
  margin-top: 0;
}

.promo .right-slider .contact-msg .btn-ok:active,
.promo .right-slider .contact-msg .btn-submit:active,
.promo .right-slider .contact-form .btn-ok:active,
.promo .right-slider .contact-form .btn-submit:active {
  border-bottom: 0 solid #FAB400;
  margin-top: 5px;
}

.promo .right-slider .contact-msg .msg,
.promo .right-slider .contact-form .msg {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  padding-top: 100px;
}

.promo .right-slider .contact-msg.active,
.promo .right-slider .contact-form.active {
  display: inline-block;
}

.promo .right-slider-shadow {
  content: '';
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  width: 6px;
  height: 440px;
  background: url("../images/catv/shadow.png") no-repeat center;
}

.promo section {
  margin-bottom: 0;
}

.promo section .item {
  height: 120px;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: solid 1px #FFFFFF;
  margin: 20px 10px;
}

.promo section .item h3 {
  margin: 42px 0 0 20px;
  font-size: 18px;
}

.promo section .item p {
  margin: 0 0 0 20px;
}

.promo section .item .btn-more {
  display: block;
  margin: 40px auto;
  width: 150px;
  border-radius: 3px;
  background-color: #EF7100;
  box-shadow: 0 3px 0 0 #FAB400;
  font-size: 18px;
  color: #FFF;
}

.promo section .item .btn-more:hover {
  box-shadow: 0 5px 0 0 #FAB400;
  margin-top: 38px;
  color: #FFFFFF;
}

.promo section .item .btn-more:active {
  box-shadow: 0 0 0 0 #FAB400;
  margin-top: 42px;
  color: #FFFFFF;
}

.promo section .more-info {
  display: inline-block;
  padding: 0 36px;
  margin-top: 20px;
  line-height: 1.7;
}

.promo section .more-info .btn-link {
  padding-right: 0;
}

.promo section .remind {
  position: relative;
  background-color: #f7f7f7;
  margin: 40px 0;
  padding: 27px 55px 12px 55px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.promo section .remind:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.promo section .remind p {
  font-size: 12px;
  line-height: 2.0;
  color: #bbbbbb;
  margin-bottom: 15px;
}

.promo section .remind .title {
  font-size: 14px;
  color: #999999;
}

.info-box {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 3px;
  border: solid 1px #FFFFFF;
  background-color: #f8f8f8;
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box h3 {
  margin-top: 10px;
}

.gift-box {
  border-radius: 4px;
  overflow: hidden;
  background-color: #e7f9ff;
}

.gift-box .gift {
  position: relative;
  float: left;
  width: 210px;
  border-radius: 4px;
  background-color: #009fd6;
}

.gift-box .gift:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 159, 214, 0);
  border-left-color: #009fd6;
  border-width: 5px;
  margin-top: -5px;
}

.gift-box .info {
  float: left;
  width: 770px;
  padding: 5px 40px;
}

.gift-box .info h3 {
  color: #009fd6;
}

.user-box {
  background-image: linear-gradient(to top, #F0F2F2, #F6F7F8);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 50px;
  margin-bottom: 10px;
}

.list-box {
  display: block;
  width: 100%;
  border-radius: 3px;
  background-color: #f7f7f7;
  border: solid 1px #E2E2E2;
  box-shadow: inset 1px 1px 1px 0px #FFF;
  padding: 0 50px 30px 50px;
  margin: 10px 0;
}

/* _layout.scss 共同框架 */
/*color*/
.tc-title {
  color: #F88C00;
}

.tc-content {
  color: #777777;
}

.tc-shadow {
  text-shadow: 1px 1px #FFF;
}

.tc-orange {
  color: #F88500;
}

/*baseElements (定義基本元素的樣式: body, h1-h6, ul, ol, a, p, 等等)*/
h1 {
  font-size: 36px;
  color: #F88500;
}

h2 {
  font-size: 24px;
  color: #009fd6;
}

h3 {
  font-size: 20px;
  color: #333333;
}

h4 {
  font-size: 18px;
  color: #333333;
  margin: 0;
}

p {
  font-size: 14px;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

/*baseLayout (定義基本的模版: header, footer, 等等，元素可以幫助網站定義基本的圖層)*/
body {
  font-family: 'Arial', 'Microsoft JhengHei', 'sans-serif';
}

.wrap {
  background: #EEEEEE;
  width: 100%;
  position: absolute;
  top: 0;
  color: #525252;
  min-width: 990px;
}

.modal-dialog {
  width: 900px;
}

.modal-dialog .modal-content {
  background: #EFEFEF;
}

/*top-nav*/
.top-nav {
  position: relative;
  height: 36px;
  background-image: linear-gradient(to bottom, #EFF1F1, #dee2e3);
  box-shadow: 0 1px 0 0 #bcbcbc;
  /*local-system*/
  /*local-system .popover*/
}

.top-nav:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0;
  background: #ffffff;
}

.top-nav li {
  display: inline-block;
  list-style: none;
  padding: 8px 8px 8px 25px;
}

.top-nav li a {
  position: relative;
  font-size: 14px;
  color: #333333;
  text-shadow: 1px 1px 0 #ffffff;
}

.top-nav li a:before {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  left: -32px;
  top: -8px;
}

.top-nav li .icon_account:before {
  background: url("../images/layout/icon_account.png") no-repeat left center;
}

.top-nav li .icon_faq:before {
  background: url("../images/layout/icon_faq.png") no-repeat left center;
}

.top-nav li .icon_value_added:before {
  background: url("../images/layout/icon_value_added.png") no-repeat left center;
}

.top-nav li .icon_speed_test:before {
  background: url("../images/layout/icon_speed_test.png") no-repeat left center;
}

.top-nav .local-system {
  position: relative;
  display: inline-block;
}

.top-nav .local-system img {
  padding: 11px 10px 0 10px;
}

.top-nav .popover.bottom {
  margin-top: 36px;
  margin-left: -77px;
  max-width: 395px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f0f0f0+100 */
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f0f0f0', GradientType=0);
  /* IE6-9 */
}

.top-nav .popover.bottom .arrow {
  left: 50%;
}

.top-nav .popover.bottom .arrow:after {
  border-bottom-color: #F8F8F8;
}

.top-nav .popover ul {
  padding: 5px 30px 0 30px;
  margin: 5px 0 15px 0;
  list-style: none;
  width: 342px;
  border-bottom: 1px #FFFFFF solid;
}

.top-nav .popover ul:after {
  content: ' ';
  position: absolute;
  border-bottom: 1px #DEDEDE solid;
  bottom: 17px;
  left: 0;
  width: 100%;
}

.top-nav .popover ul li {
  display: inline-block;
  width: 129px;
  padding: 8px;
  margin: 0 5px;
  border-top: 1px #FFFFFF solid;
  border-bottom: 1px #DEDEDE solid;
}

.top-nav .popover ul li:nth-child(1),
.top-nav .popover ul li header .popover li:nth-child(2) {
  border-top: none;
}

.top-nav .popover ul li a {
  color: #868686;
}

.top-nav .popover ul li a:hover {
  color: #F88C00;
  text-decoration: none;
}

/*header*/
header {
  height: 70px;
  border-bottom: #CCCCCC 1px solid;
  padding-top: 12px;
  box-shadow: 0 0 0 1px #FFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfe2e4+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #dfe2e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #dfe2e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #dfe2e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe2e4', GradientType=0);
  /* IE6-9 */
  /*logo*/
  /*menu*/
}

header .logo {
  position: relative;
  display: inline-block;
  height: 48px;
  margin-left: 5px;
  overflow: hidden;
}

header .logo .official {
  position: absolute;
  top: 0;
  left: 0;
  width: 161px;
  height: 48px;
}

header .logo .so {
  position: absolute;
  top: 0;
  left: 162px;
  width: 210px;
  height: 48px;
}

header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .menu li {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 9px 0;
  margin: 0;
  font-size: 18px;
  text-shadow: 1px 1px #FFF;
}

header .menu li a {
  display: inline-block;
  padding: 12px 15px;
  color: #333333;
  text-decoration: none;
}

header .menu li.open a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: 1px 1px 0 0 #FFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f78500+0,fa9200+100 */
  background: #969696;
  /* Old browsers */
  background: -moz-linear-gradient(top, #969696 0%, gainsboro 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #969696 0%, gainsboro 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #969696 0%, gainsboro 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78500', endColorstr='#fa9200', GradientType=0);
  /* IE6-9 */
}

header .menu li.active a:active,
header .menu li:active a,
header .menu li.active a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: 1px 1px 0 0 #FFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f78500+0,fa9200+100 */
  background: #f78500;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f78500 0%, #fa9200 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f78500 0%, #fa9200 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f78500 0%, #fa9200 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78500', endColorstr='#fa9200', GradientType=0);
  /* IE6-9 */
}

header h3 {
  margin-top: 15px;
}

/*sub-menu*/
.sub-menu {
  position: absolute;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0.9), #FFFFFF);
  top: 106px;
  z-index: 100;
  box-shadow: 0 1px 0 0 #bcbcbc;
  border-top: 1px solid #FFF;
}

.sub-menu ul {
  list-style: none;
  margin-bottom: 0;
}

.sub-menu ul li {
  display: inline-block;
}

.sub-menu ul li a {
  display: inline-block;
  padding: 5px 10px;
  text-shadow: 1px 1px #FFF;
  color: #333333;
  text-decoration: none;
}

.sub-menu ul li ahover {
  color: #F88C00;
  text-decoration: none;
}

.sub-menu ul li.active a {
  color: #F88C00;
  text-decoration: none;
}

.sub-menu ul:nth-child(1) {
  margin-left: 208px;
}

.sub-menu ul:nth-child(2) {
  margin-left: 237px;
}

.sub-menu ul:nth-child(3) {
  margin-left: 337px;
}

.sub-menu ul:nth-child(4) {
  margin-left: 437px;
}

.sub-menu ul:nth-child(5) {
  float: right;
}

.sub-menu ul:nth-child(6) {
  float: right;
}

.sub-menu .collapse.in {
  display: block;
  height: 30px;
}

.banner {
  border-bottom: 4px solid #F88500;
}

.banner.no-br {
  border-bottom: none;
}

/*main*/
main {
  margin-bottom: 35px;
  /*more-link*/
  /*tab nav*/
}

main .more-link {
  font-size: 14px;
}

main .more-link a {
  font-size: 12px;
  margin-left: 5px;
}

main .nav-tabs {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  height: 44px;
  position: relative;
}

main .nav-tabs:before {
  content: '';
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
}

main .nav-tabs li {
  margin-bottom: -2px;
}

main .nav-tabs li:first-child {
  margin-left: 27px;
}

main .nav-tabs li a,
main .nav-tabs li a h2,
main .nav-tabs li a:hover,
main .nav-tabs li a:focus {
  margin: 0;
  font-size: 15px;
  color: #333333;
  border-color: #DDD;
  background-color: transparent;
  padding: 6px 9px 7px 9px;
  border-bottom-color: transparent;
  border-radius: 3px;
}

main .nav-tabs li.active a,
main .nav-tabs li.active a h2,
main .nav-tabs li.active a:hover,
main .nav-tabs li.active a:focus {
  margin-top: -3px;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 15px;
  color: #F88C00;
  border-width: 2px;
}

/*footer*/
footer {
  margin-top: 30px;
  /*footer copyright*/
}

footer .siteMap {
  background-color: #44515E;
  box-shadow: inset 0 10px 10px -8px #353F49, inset 0 -10px 10px -8px #353F49;
}

footer .siteMap .link {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 105px;
}

footer .siteMap .contact {
  padding-top: 39px;
}

footer .siteMap li {
  float: left;
  list-style: none;
  width: 20%;
  line-height: 2.3;
}

footer .siteMap h4 {
  letter-spacing: 2px;
}

footer .siteMap a {
  color: #CCCCCC;
}

footer .siteMap a:hover {
  color: #fff;
}

footer .copyright {
  font-size: 12px;
  background-color: #697480;
}

footer .copyright p {
  float: left;
  line-height: 50px;
}

footer .copyright p:last-child {
  float: right;
  font-size: 20px;
}

footer .copyright p:first-child {
  margin-right: 6px;
  padding-left: 100px;
}

footer .copyright .phone {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #ffffff;
}

footer .copyright .phone-num {
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #F88C00;
}

footer .copyright .copyright-txt {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin-left: 28px;
}

footer .copyright .fb {
  margin-top: 16px;
  margin-right: 105px;
  width: 116px;
  height: 20px;
  background: url("../images/layout/fb.png") no-repeat;
}

/* 超小螢幕（手機，小於 768px） */
@media (min-width: 0px) {
  .container {
    width: 990px;
  }
}

/* 小螢幕（平板，大於等於 768px） */
@media (min-width: 768px) {
  .container {
    width: 990px;
  }
}

/* 中等螢幕（桌面螢幕，大於等於 992px） */
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}

/* 大螢幕（大桌面螢幕，大於等於 1200px） */
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}

/* index */
/*banner*/
.banner {
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 30px;
  border-bottom: 0;
  /*banner-list*/
}

.banner .main-slider .board {
  position: absolute;
  top: 74px;
  left: 503px;
  width: 448px;
  height: 291px;
  border-radius: 0 0 3px 3px;
  border-top: solid 5px #F78600;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
}

.banner .main-slider .board .main-title {
  width: 348px;
  font-size: 36px;
  line-height: 1.1;
  color: #F88C00;
  margin: 28px 50px 10px 50px;
}

.banner .video .gradient-top {
  height: 150px;
  padding-bottom: 50px;
  top: 0;
  z-index: 25;
  background-position: top;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDA5QkJDOTRBOTI1MTFFQTgwOTNGQ0M5QzFFODQ5NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDA5QkJDOTVBOTI1MTFFQTgwOTNGQ0M5QzFFODQ5NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MDlCQkM5MkE5MjUxMUVBODA5M0ZDQzlDMUU4NDk3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MDlCQkM5M0E5MjUxMUVBODA5M0ZDQzlDMUU4NDk3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrNZpJgAAABBSURBVHjaYmBgYAhiAhIMIOI/kcQ/LCwE9x8WJf+IVPIXl7p/pEj8J8zCxv3PDAsIIPv/fwZ4uIwSo8RQJAACDADXJDiJNPcpZwAAAABJRU5ErkJggg==);
  -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  pointer-events: none;
}

.banner .btn-more2 {
  display: block;
  margin: 15px auto;
  width: 100px;
  border-radius: 3px;
  background-color: #EF7100;
  box-shadow: 0 3px 0 0 #FAB400;
  font-size: 14px;
  color: #FFF;
  padding: 5px;
  text-align: center;
}

.banner .btn-more2:hover {
  box-shadow: 0 5px 0 0 #FAB400;
  text-decoration: none;
  margin-top: 12px;
}

.banner .btn-more2:active {
  box-shadow: 0 0 0 0 #FAB400;
  margin-top: 17px;
}

.banner .main-slider .board .sub-title {
  width: 348px;
  font-size: 28px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 10px 50px;
}

.banner .main-slider .board .info {
  width: 348px;
  height: 88px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 15px 50px 0 50px;
}

.banner .main-slider .board .btn-more {
  display: block;
  margin: 15px auto;
  width: 150px;
  border-radius: 3px;
  background-color: #EF7100;
  box-shadow: 0 3px 0 0 #FAB400;
  font-size: 18px;
  color: #FFF;
}

.banner .main-slider .board .btn-more:hover {
  box-shadow: 0 5px 0 0 #FAB400;
  margin-top: 12px;
}

.banner .main-slider .board .btn-more:active {
  box-shadow: 0 0 0 0 #FAB400;
  margin-top: 17px;
}

.banner .banner-list {
  position: relative;
  margin-top: -77px;
}

.banner .banner-list .list-slider {
  height: 77px;
  overflow: hidden;
}

.banner .banner-list .list-slider a {
  position: relative;
  margin-top: 4px;
  overflow: hidden;
  background: linear-gradient(to top, #000000, rgba(85, 85, 85, 0.6));
  border-top: 1px solid #FFF;
  color: #FFF;
  display: block;
}

.banner .banner-list .list-slider a.right-shadow:after {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  width: 10px;
  height: 70px;
  box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.5);
}

.banner .banner-list .list-slider a.left-shadow:after {
  position: absolute;
  content: '';
  top: 0;
  right: -10px;
  width: 10px;
  height: 70px;
  box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.5);
}

.banner .banner-list .list-slider .active.center.on a {
  z-index: 100;
  margin-top: 0;
  height: 78px;
  border: 1px solid #FF8000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  background: linear-gradient(to bottom, rgba(248, 140, 0, 0.7), #f98600);
}

.banner .banner-list .list-slider p {
  padding: 17px 0 12px 0;
  font-size: 14px;
  line-height: 22px;
  min-height: 73px;
}

.banner .banner-list .owl-controls {
  color: #FFF;
  margin-top: -70px;
}

.banner .banner-list .owl-controls span {
  padding: 30px 5px;
  margin: -4px -5px;
}

.banner .banner-list .owl-prev {
  float: left;
  margin-left: 5px;
}

.banner .banner-list .owl-next {
  float: right;
  margin-right: 5px;
}

/*main*/


main section {
  margin: 20px auto 10px auto;
}

main .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  height: 34px;
  position: relative;
}

main .nav-tabs:before {
  content: '';
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
}

main .nav-tabs li {
  border-color: transparent;
  margin-bottom: -2px;
}

main .nav-tabs li:first-child {
  margin-left: 27px;
}

main .nav-tabs li a {
  border-color: transparent;
  margin: 0;
  font-size: 15px;
  padding: 4px 10px;
}

main .nav-tabs li a h2 {
  margin: 0;
  font-size: 15px;
  color: #333333;
  border-color: transparent;
  background-color: transparent;
  padding: 4px 10px;
}

main .nav-tabs li a:hover,
main .nav-tabs li a:focus {
  margin: 0;
  font-size: 15px;
  color: #333333;
  border-color: transparent;
  background-color: transparent;
  padding: 4px 10px;
}

main .nav-tabs li.active a,
main .nav-tabs li.active a h2,
main .nav-tabs li.active a:hover,
main .nav-tabs li.active a:focus {
  font-size: 15px;
  color: #F88C00;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #F88C00;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 4px;
  border-radius: 0;
  border-width: 1px;
}

main .news .tab-content .more-link {
  margin-right: 15px;
}

main .news .tab-content li {
  list-style: none;
  margin-bottom: 15px;
}

main .news .tab-content li a {
  position: relative;
  top: 4px;
  display: inline-block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 505px;
}

main .news .tab-content li .date {
  display: inline-block;
  color: #AAAAAA;
  padding-right: 25px;
}

main .contact-msg,
main .contact-form {
  overflow: hidden;
  display: none;
  background-color: #DEDEDE;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 1px 2px 0 #929292, 0 -1px 2px 0 #ffffff;
  padding: 0 0 10px 0;
}

main .contact-msg .form-title,
main .contact-form .form-title {
  margin-bottom: 10px;
  width: 320px;
  height: 69px;
}

main .contact-msg .code,
main .contact-form .code {
  padding: 0;
}

main .contact-msg .error,
main .contact-form .error {
  border-color: red;
  color: red;
}

main .contact-msg .btn-ok,
main .contact-msg .btn-submit,
main .contact-form .btn-ok,
main .contact-form .btn-submit {
  margin: 2px auto;
  padding: 6px 40px;
  font-size: 18px;
  color: #FFF;
  background: #EF7100;
  border-bottom: 3px solid #FAB400;
  border-radius: 5px;
}

main .contact-msg .btn-ok:hover,
main .contact-msg .btn-submit:hover,
main .contact-form .btn-ok:hover,
main .contact-form .btn-submit:hover {
  border-bottom: 5px solid #FAB400;
  margin-top: 0;
}

main .contact-msg .btn-ok:active,
main .contact-msg .btn-submit:active,
main .contact-form .btn-ok:active,
main .contact-form .btn-submit:active {
  border-bottom: 0 solid #FAB400;
  margin-top: 5px;
}

main .contact-msg:after,
main .contact-form:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 322px;
  border-top: 4px solid #F78600;
}

main .contact-msg h4,
main .contact-form h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

main .contact-msg select,
main .contact-form select {
  padding-left: 8px;
  color: #888;
}

main .contact-msg .msg,
main .contact-form .msg {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
}

main .contact-msg.active,
main .contact-form.active {
  display: inline-block;
}

main .feature {
  background: #FFF;
  border-radius: 6px;
}

main .feature .col-xs-4:first-child {
  border-right: 1px solid #EEEEEE;
}

main .feature .col-xs-4:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #EEEEEE;
}

main .feature .col-xs-4 .col-xs-7 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

main .feature .col-xs-4 article {
  padding: 30px 0;
  width: 150px;
}

main .feature .col-xs-4 article .tc-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
}

main .feature .col-xs-4 article p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

main .feature .home-play {
  background: url("../images/index/home-play.jpg") no-repeat center left;
}

main .feature .home-security {
  background: url("../images/index/home-security.jpg") no-repeat center left;
}

main .feature .home-super-cam {
  background: url("../images/index/home-super-cam.jpg") no-repeat center left;
}



main .tv-show .row {
  margin-left: -8px;
  margin-right: -8px;
}

main .tv-show .col-xs-2 {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}

main .tv-show .col-xs-6 {
  width: 60%;
  padding-left: 8px;
  padding-right: 8px;
}

main .tv-show .film {
  position: relative;
  display: block;
  width: 100%;
  height: 254px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 1px 0 #ffffff, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

main .tv-show article {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 5px 5px 0 5px;
  width: 100%;
  border-bottom: #ccc 1px solid;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

main .tv-show article p {
  line-height: 30px;
}

main .tv-show .ad {
  position: relative;
  display: block;
  width: 100%;
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 1px 0 #ffffff, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

main .tv-show .ad:hover {
  opacity: 0.6;
}

main .tv-show .ad .name {
  width: 100%;
  font-size: 14px;
  color: #F88C00;
  text-shadow: 1px 1px 0 #ffffff;
  text-align: center;
}

main .tv-show .tv-cf {
  position: relative;
}

main .tv-show .tv-cf .tvcf {
  position: absolute;
  padding-top: 1px;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

main .tv-show .tv-cf article {
  position: absolute;
  left: 294px;
  top: 1px;
  width: 295px;
  height: 215px;
  padding: 15px 15px 0 25px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: linear-gradient(to bottom, #eeeeee, #d8d8d8);
  box-shadow: 1px 1px 1px 0 #ffffff, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

main .tv-show .tv-cf article .name {
  width: 100%;
  font-size: 20px;
  color: #F88C00;
  text-shadow: 1px 1px 0 #ffffff;
  margin-bottom: 5px;
}

main .tv-show .tv-cf article .info {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-shadow: 1px 1px 0 #ffffff;
  letter-spacing: 1px;
}

main .tv-show .tv-cf article .btn-more {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 36px;
  margin: 5px 50px;
  background-color: #EF7100;
  box-shadow: 0 3px 0 0 #FAB400;
}

main .tv-show .tv-cf article .btn-more:hover {
  box-shadow: 0 5px 0 0 #FAB400;
  margin-top: 3px;
}

main .tv-show .tv-cf article .btn-more:active {
  box-shadow: 0 0 0 0 #FAB400;
  margin-top: 10px;
}

#popup .modal-body {
  padding: 10px 40px 40px 40px;
}

#popup .modal-header {
  border-bottom: none;
}

#popup h2 {
  margin: 0 0 5px 0;
}

#popup h3 {
  margin: 0 0 5px 0;
}

#popup h4 {
  margin: 0 0 5px 0;
}

#popup .icon-hd {
  margin: 0 0 5px 0;
}

#popup .times {
  margin: 0 0 5px 0;
}

#popup .info {
  margin: 20px 0;
}

#popup .date {
  font-size: 14px;
  margin: 0;
}

#popup-form .modal-body,
#popup-form .modal-header {
  border-bottom: none;
}

#popup-form .modal-dialog {
  width: 320px;
}

.h5v {
  background-color: #000000;
}

.yt-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*# sourceMappingURL=index.css.map */