.idx-products .title, .idx-video .title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: bold;
}

.main {position:  relative;}

.pc{ display: block; }
.mobile{ display: none; }

.btn-more {
  background: #D93600;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 5px 19px;
  border-radius: 3px;
  margin-right: 27px;
}
.btn-more:hover{background: #711f04;}
.btn-more:before {
  content: '查看更多';
  font-weight: 400;
}
.btn-mo{text-align:  center;}
.btn-more-1 {
  background: #D93600;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 3px;
  margin-top: 97px;
}
.btn-more-1:hover{ background: #711f04;}
.application-right .btn-more-1 {
  background: #D93600;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 3px;
  margin: 38px 0 0 0;
}
.application-right .btn-more-1:hover{ background: #711f04;}
.btn-more-1:before {
  content: '找到你理想的鋼絲繩';
  font-weight: 400;
}
.btn-more:hover {
  opacity: .8;
  box-shadow: 0 1px 5px #A62900 inset;
}

/* Banner -----------------------------------------------------------*/
.banner {
  overflow: hidden;
  padding-bottom: 5px;
}
.banner img {
  width: 100%;
}

/* FlexSlider ------------------------------------------------------ */
.flex-banner .videobox {
  width: 100%;
  background: #051027;
}
.flex-banner .video-wrap {
  width: 51%;
  margin: 0 auto;
}

/* About -------------------------------------------------------------*/
.idx-about {padding: 10px 30px 51px 30px;}
.idx-about .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.idx-about .btn-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.idx-abtLeft {
  max-width: 440px;
  display: flex;
  align-items: center;
}

.idx-abtRight {
  width: calc(100% - 440px);
  padding: 25px 0 36px 50px;
}
.idx-abtRight .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 30px 0 25px 0;
  color: #000000;
}
.idx-abtRight .subtitle {
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
  line-height:  31px;
}
.idx-abtRight span {
  display: block;
  font-size: 18px;
  color: #525252;
}

/* News ------------------------------------------------------------- */
.idx-news {
  background: url("../images/idx-newsbg.jpg") no-repeat center fixed;
  background-size: cover;
  padding: 60px 0;
}
.idx-news .btn-box {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.idx-newslist {
  width: 100%;
  background: #CACAD8;
  border-radius: 10px;
  padding: 30px 25px;
}
.idx-newslist span {
  display: block;
}
.idx-newslist [class^="date-"] {
  color: #31313F;
  text-align: center;
}
.idx-newslist .date-day {
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
.idx-newslist .date-year {
  font-size: 30px;
  line-height: 30px;
  padding: 15px 0;
}
.idx-newslist .content {
  font-size: 18px;
  color: #525252;
}

/* Products ----------------------------------------------------------*/
.idx-products {
  padding: 35px 20px 60px 20px;
}
.idx-products .title {
  color: #10337F;
}
.idx-products .item figure{
    border: solid 1px #DDDDDD;
    padding: 10px 10px;
}


.application{}
.application-ba{
    background: #DDDDDD;
}
.application-box{
    max-width: 1117px;
    margin:  auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.application-left,.application-right{
    display:  inline-block;
    vertical-align:  top;
}
.application-right{
    position: relative;
    background: url(../images/application-2.jpg)no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    max-width: 687px;
    padding-top: 40.08%;
}
.application-left{
    background: url(../images/application-1.jpg)no-repeat;
    display:  inline-block;
    width: 110px;
    padding: 187px 215px;
}
.application-right .app-text{
  width:  55%;
  position: absolute;
  top: 35%;
  right: 19px;
}
.text-30{
    font-size:  30px;
    color: #f1f1f1;
    margin:  0;
    color: white;
    text-shadow: #0000005e 0.1em 0.1em 0.2em;
}
.text-18{
    color: #f1f1f1;
    color: white;
    text-shadow: #00000059 0.1em 0.1em 0.2em;
}
.app-text{}






/*Products Owl Carousel*/
.owl-idxpro .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}
.owl-idxpro a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.owl-idxpro a:hover {
  opacity: .5;
}
.owl-idxpro .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-idxpro .owl-nav [class^="owl-"] {
  position: absolute;
  opacity: .5;
}
.owl-idxpro .owl-nav [class^="owl-"]:before {
  content: 'test';
  font-family: FontAwesome;
  font-size: 80px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.owl-idxpro .owl-nav [class^="owl-"].disabled, .owl-idxpro .owl-nav [class^="owl-"].disabled:hover {
  opacity: 0;
}
.owl-idxpro .owl-nav [class^="owl-"]:hover {
  opacity: 1;
}
.owl-idxpro .owl-nav .owl-prev {
  left: 0px;
}
.owl-idxpro .owl-nav .owl-prev:before {
  content: '\f104';
}
.owl-idxpro .owl-nav .owl-next {
  right: 0px;
}
.owl-idxpro .owl-nav .owl-next:before {
  content: '\f105';
}

/* video -------------------------------------------------------------*/
.idx-video {
  width: 100%;
  background: url("../images/video-bg.jpg") no-repeat center fixed;
  background-size: cover;
  padding: 80px 0;
}

.idx-video-box .video-list {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 52.5%;
  padding-bottom: 30px;
}
.idx-video-box .video-list iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.owl-idxvideo .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-idxvideo .owl-nav [class^="owl-"] {
  position: absolute;
  opacity: .5;
}
.owl-idxvideo .owl-nav [class^="owl-"]:before {
  content: 'test';
  font-family: FontAwesome;
  font-size: 80px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.owl-idxvideo .owl-nav [class^="owl-"].disabled, .owl-idxvideo .owl-nav [class^="owl-"].disabled:hover {
  opacity: 0;
}
.owl-idxvideo .owl-nav [class^="owl-"]:hover {
  opacity: 1;
}
.owl-idxvideo .owl-nav .owl-prev {
  left: 0px;
}
.owl-idxvideo .owl-nav .owl-prev:before {
  content: '\f104';
}
.owl-idxvideo .owl-nav .owl-next {
  right: 0px;
}
.owl-idxvideo .owl-nav .owl-next:before {
  content: '\f105';
}
@media only screen and (max-width: 1195px){
.application-box{display:  block;text-align:  center;}
  .application-left{
    display:  none;
}
.application-right{
    max-width: 100%;
    width: 70%;
}
.application-right .app-text{
    width: 90%;
}

}
@media only screen and (max-width: 1024px) {
  

  .idx-about .wrap {
    justify-content: center;
  }
  .idx-about .btn-more {
    right: calc(50% - 30px);
  }

  .idx-abtLeft, .idx-abtRight {
    width: 100%;
  }

  .idx-abtRight {
    padding: 0 0px 36px 0px;
  }
  @media only screen and (max-width: 800px){
    .application-right .btn-more-1{
    margin:  0;

  }
  @media only screen and (max-width: 620px){
    .application-right:before{content:"";background: #33333354;position:  absolute;width: 100%;height: 100%;top: 0;right:  0;}
    .application-right{
      width: 100%;
      padding-top: 67.08%;
      position:  relative;
    }
}

@media only screen and (max-width: 500px) {
  .pc{ display: none; }
  .mobile{ display: block; }
}

@media only screen and (max-width: 400px){
    .application-right .app-text{ top: 22%; }
    .text-30{ font-size:  25px; }
   
}
