body {
  
  background: #fff;
  font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; 
  font-weight: 300;
  color: #454545; font-size:15px;
  line-height: 26px;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
  color: #272727;
}

@font-face {
	
	font-weight: normal;
	font-style: normal;
}

.Light49{ font-size:49px;}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  font-size: 18px;
  line-height:30px;
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 36px;
  color: #454545;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;;font-weight:500;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ff641b;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #ff641b;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #ff641b;
  border-color: #ff641b; border-radius:25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #e84a00;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}


@media(min-width:767px) {
    .navbar {
        padding: 0px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}



@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0; background:#fff;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 8px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 12px 10px 8px ;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 25px;  padding-left:28px;
    padding-bottom: 12px; font-size:16px;; font-weight:normal;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    border-top: 0px solid #ff6c00; color:#ff6c00;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 247px;
  font-size: 40px;
  line-height: 1;
  text-transform: capitalize;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
  color: #fff; text-align:center;
}

#main-slider .slider-inner p {
  margin-top: 20px;
  font-size: 16px;
  line-height:25px;
  text-transform: capitalize; font-family:Verdana, Geneva, sans-serif,;
  color: #fff; text-align: center;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 20px; background:transparent; border:3px solid #f26522; border-radius:30px;
}
#main-slider .slider-inner .btn.btn-primary{ padding:10px 46px; font-size:22px;}
#main-slider .slider-inner .btn.btn-primary:hover{ background:#f26522;}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {

  padding: 87px 0 87px;
}
.media.service-box {
  margin: 25px 0; text-align:center;
}


.media.service-box .pull-left {
  width:100%; padding-bottom:25px;
}
.media.service-box .pull-left > i {
  font-size: 42px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #4c4c4c;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;

}

.media-body h4{ margin-bottom:15px;  font-size:22px; color:#454545;}
.media-body p{ line-height:20px;}
.media.service-box:hover .pull-left > i {
/*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/  color: #000;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
  padding: 87px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #ff641b;
  color: #fff;
 /* box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;*/
}
/*#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}*/
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 0px 0 0 0px;
}
#portfolio .portfolio-filter > li:last-child a {
 /* border-radius: 0 4px 4px 0;*/
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background-size: cover;
  padding: 87px 0 80px 0;

}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}

#testimonial .col-sm-6{border-bottom:1px solid #f4f4f4; border-right:1px solid #f4f4f4; padding-bottom:20px;}
#testimonial .col-sm-6:nth-child(2n+0){border-right:0px solid #f4f4f4;}
#testimonial .col-sm-6:nth-child(3), #testimonial .col-sm-6:nth-child(4){border-bottom:0px solid #06F;}
#testimonial .panel-one{ padding-bottom:20px; padding-top:20px; float:left; height:200px; overflow:hidden;}
#testimonial .user-img{ width:25%; margin-right:15px; float:left;}
#testimonial .user-img img{ border-radius:50%; border:4px solid #e5e5e5; width:100%;}

#testimonial .testi-info{ width:66%; float:left;}
#testimonial .testi-info h4{ font-size:18px; color:#454545; margin:0px; padding-top:15px;}
#testimonial .testi-info h5{ font-size:14px; color:#454545; margin:0px; padding-bottom:10px; font-weight:normal;}
#testimonial .testi-info p{ font-size:15px; color:#454545; line-height:20px;}






#ruten-team {
  padding: 10px 0 20px 0;
}
#ruten-team .team-member {
  padding: 13px;
 
 
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#ruten-team .team-member .team-img {
  margin: 0px 10x 2px 10px;
  text-align:center;  

}


#ruten-team .team-member .team-info {
padding-bottom: 10px;

  margin-bottom: 10px;
  
}

.team-info h3{ margin-bottom:0px;}

#ruten-team .team-member:hover {
  border-color: #45aed6;
}
#ruten-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#ruten-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ruten-team .social-icons > li {
  display: inline-block;
}
#ruten-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

#rutenhead1 {
  padding: 200px 0 130px;
  background: #132125 url(../images/bg2.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  
}

#rutenhead1 h1,
#rutenhead1 h2,
#rutenhead1 h3,
#rutenhead1 h4 {
  color: #fff;
}
#rutenhead1 strong {
  display: block;
  margin-bottom: 30px; font-size:22px; text-transform:capitalize;
  font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
}
.rutenhead1 {
  display: inline-block;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
  width: 261px;
  height: 174x;
  font-size: 29px;
  line-height: 180px;
  margin-bottom: 20px;

}





#rutenhead {
  padding: 100px 0 300px;
  background: #132125 url(../images/bg1.jpg) no-repeat center center;
  
  color: #fff;
  
}
#rutenhead h1,
#rutenhead h2,
#rutenhead h3,
#rutenhead h4 {
  color: #fff;
}
#rutenhead strong {
  display: block;
  margin-bottom: 30px; font-size:22px; text-transform:capitalize;
  font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
}
.rutenhead {
  display: inline-block;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
  width: 261px;
  height: 174x;
  font-size: 29px;
  line-height: 180px;
  margin-bottom: 20px;

}


#rutenhead2 {
  padding: 200px 0 130px;
  background: #132125 url(../images/bg3.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  
}

#rutenhead2 h1,
#rutenhead2 h2,
#rutenhead2 h3,
#rutenhead2 h4 {
  color: #fff;
}
#rutenhead2 strong {
  display: block;
  margin-bottom: 30px; font-size:22px; text-transform:capitalize;
  font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
}
.rutenhead2 {
  display: inline-block;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
  width: 261px;
  height: 174x;
  font-size: 29px;
  line-height: 180px;
  margin-bottom: 20px;

}



#rutenmust {
  padding: 50px 0 50px 0px; background:#ff9c00;
}
#rutenmust ul.rutenmust {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px;
  border: 1px solid #eee;
  border-radius: 25px ;
  padding: 15px;
  text-align: center; background: #fff; box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
#rutenmust ul.rutenmust:hover{box-shadow:0px 4px 12px rgba(0, 0, 0, 0.2); transition:all 0.3s ease 0s;}

#rutenmust ul.rutenmust li {
  display: block; font-size:18px;
  padding: 5px 10px; background: #fff;
}
#rutenmust ul.rutenmust li.plan-header {
 
    padding: 15px 15px 30px;
  border: 0;
}
#rutenmust ul.rutenmust li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#rutenmust ul.rutenmust li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#rutenmust ul.rutenmust li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#rutenmust ul.rutenmust li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#rutenmust ul.rutenmust li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 20px;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
  color: #272727;
  font-weight: normal;
  line-height: 2;
  text-transform: uppercase;
}

#rutenmust ul.rutenmust li.plan-header .plan-price {
  margin-top: 10px;
  font-size: 60px;
  color: #454545;
  font-weight:600;
  line-height: 1; font-family:Verdana, Geneva, sans-serif,;
  text-transform: uppercase;
}

#rutenmust ul.rutenmust li.usebanner .btn-primary { background:#ff641b; border-radius:30px; margin-top:25px; padding:15px 25px 10px; font-size:18px;  }
.btn-primary2 { background:#ff641b; border-radius:20px; margin-top:25px; padding:15px 25px 10px; font-size:18px;;}
#rutenmust ul.rutenmust li.plan-header .plan-price span{ font-size:18px; display:block; text-align: center; text-transform:lowercase; font-weight:normal;}

#rutenmust ul.rutenmust.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#rutenmust ul.rutenmust.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#rutenmust ul.rutenmust.featured li.plan-header .plan-name {
  color: #fff;
}
#ruten123 {
  padding: 100px 0 50px;
  color: #454545; background:#fff;
}
#ruten123 h1,
#ruten123 h2 {
  color: #454545;
}
#ruten123 .address{ float:left; width:100%; margin-bottom:25px;}
#ruten123 .address h4{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#ruten123 .address p{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#ruten123 .address a{ color:#454545;}

#ruten123 .form-control{ height:40px;; color:#323232;}
#ruten123  textarea.form-control{ height:135px;color:#323232;}

#ruten123 .btn.btn-primary{ font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; font-size:22px; padding:8px 40px; }

#video {
  padding: 10px 0 10px;
  color: #454545;
}
#video h1,
#video h2 {
  color: #454545;
}
#video .address{ float:left; width:100%; margin-bottom:25px;}
#video .address h4{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#video .address p{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#video .address a{ color:#454545;}

#video .form-control{ height:40px;; color:#323232;}
#video  textarea.form-control{ height:135px;color:#323232;}

#video .btn.btn-primary{ font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; font-size:22px; padding:8px 40px; }

/****滑滑滑****/

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



 .carousel{position:relative}
 .carousel-inner{position:relative;width:100%;overflow:hidden;z-index:1}
 .carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px; }
 .carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}
 .carousel-item-next,.carousel-item-prev{position:absolute;top:0}
 .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
 .active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
 .active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}
 .carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5; z-index:150;}
 .carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
 .carousel-control-prev{left:0}.carousel-control-next{right:0}
 .carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}
 .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
 .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
 .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:150;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}
 .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50px;height:6px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5);}
 .carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}
 .carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}
 .carousel-indicators .active{background-color:#fff}
 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}


/****滑滑滑****/

.rutenevent { position:relative; display:inline-block; margin:0px auto 0px auto; padding: 0px; z-index:6;}

/*list601*/
.list601  { margin-bottom:0px; background: url() no-repeat scroll  center top; display:block; text-align:center; margin-left:auto; margin-right:auto; } 

.list601 h2 { display:none; position:relative; top:0px; #top:5px; margin:0px; padding:0px; height:74px; font: 24px/74px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center; color:#FFFFFF; letter-spacing:-3px; overflow:hidden;}
.list601 h2 b {font: bold 24px/74px "�L�n������","Microsoft JhengHei",Helvetica; color:#000; letter-spacing:-3px;}
.list601 ul {margin:0px 0px 0px 0px; padding:0px;}
.list601 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 16.5%; height:320px; list-style: none outside none;  background-color:#FFF;}
.list601 ul li a {text-decoration:none;}
.list601 ul li a img { display:block; margin:10px; padding:0px; width:90%; }
.list601 ul li .title { position:absolute; bottom:0px; left:0px; padding:0px 5px 0px 5px; width: 100%;height: 30px;font: bold 15px/30px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color: #fff; background-color:#cc0905}
.list601 ul li .sidetitle{ display:block; position:absolute; top:10px; left:10px; color:#fff; font-size:0px;  background:#FF0000; padding:5px;border-radius:0 0 9px 0;}

.list601 ul li .item { display:block; margin:7px 0px 0px 0px; padding:0px;width: 100%;height: 40px;font: 14px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
.list601 ul li  .item b {font: bold 14px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#000}
.list601 ul li:hover  .item { display:block;text-decoration: underline; color:#000;}
.list601 ul li  p { margin-top:-7px; *margin-top:-7px; padding:0px;height:32px;text-align: center; color:#e70a0a; box-sizing:border-box;}
.list601 ul li  p b { font: bold 16px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#e70a0a; letter-spacing:-1px;}
.list601 ul li  p .money { font: bold 18px/26px Century Gothic; color:#e70a0a;}
.list601 ul li  p .chose { font: bold 10px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#666; text-decoration:line-through; }
.list601 ul li  p .Price { font: 32px/36px Century Gothic; letter-spacing:-1px; color:#e70a0a;}
.list601 .buygif {  font-size: 11px;color: #000; margin:5PX; padding: 0px 4px;width:35px; height:20px;background-image:url(bbb.gif);}
.list601 .btn-buy { 
    font-size: 15px;    
    padding: 3px 8px;    box-shadow: inset 0px 1px 0px 0px #f29c93; 
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe8f00), color-stop(1, #ce5200));
    background: -moz-linear-gradient( center top, #fe8f00 5%, #ce5200 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8f00', endColorstr='#ce5200');
    background-color: #fe8f00;
    border: 1px solid #d88226;
    color: #ffffff;
    text-shadow: 1px 1px 0px #b23e35;
    margin-bottom: 5px;
}

.list601 .btn-buy:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce5200), color-stop(1, #fe8f00));
    background: -moz-linear-gradient( center top, #ce5200 5%, #fe8f00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce5200', endColorstr='#fe8f00');
    background-color: #ce5200;
}


.list601 ul li .sidetitle {
    background-image:url(../images/hot.png) ;
	background-size:cover;
	width:80%;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgb(255, 255, 255);
    font-size: 0px;
    border-radius: 0.5em;
    width: 60px; height: 38px;
	text-align:center;
	line-height: 50px;
	font-weight:900; 
	
   
}
	




/*list501*/
.list501  { margin-bottom:0px; background: url() no-repeat scroll  center top; display:block; text-align:center; margin-left:auto; margin-right:auto; } 

.list501 h2 { display:none; position:relative; top:0px; #top:5px; margin:0px; padding:0px; height:74px; font: 24px/74px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center; color:#FFFFFF; letter-spacing:-3px; overflow:hidden;}
.list501 h2 b {font: bold 24px/74px "�L�n������","Microsoft JhengHei",Helvetica; color:#000; letter-spacing:-3px;}
.list501 ul {margin:0px 0px 0px 0px; padding:0px;}
.list501 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 19.8%; height:380px; list-style: none outside none;  background-color:#FFF;}
.list501 ul li a {text-decoration:none;}
.list501 ul li a img { display:block; margin:10px; padding:0px; width:90%; }
.list501 ul li .title { position:absolute; bottom:0px; left:0px; padding:0px 5px 0px 5px; width: 100%;height: 30px;font: bold 15px/30px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color: #fff; background-color:#cc0905}
.list501 ul li .sidetitle{ display:block; position:absolute; top:10px; left:10px; color:#fff; font-size:16px;  background:#FF0000; padding:5px;border-radius:0 0 9px 0;}

.list501 ul li .item { display:block; margin:7px 0px 0px 0px; padding:0px;width: 100%;height: 40px;font: 14px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
.list501 ul li  .item b {font: bold 14px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#000}
.list501 ul li:hover  .item { display:block;text-decoration: underline; color:#000;}
.list501 ul li  p { margin-top:-2px; *margin-top:-7px; padding:0px;height:32px;text-align: center; color:#e70a0a; box-sizing:border-box;}
.list501 ul li  p b { font: bold 16px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#e70a0a; letter-spacing:-1px;}
.list501 ul li  p .money { font: bold 18px/26px Century Gothic; color:#e70a0a;}
.list501 ul li  p .chose { font: bold 10px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#666; text-decoration:line-through; }
.list501 ul li  p .Price { font: 32px/36px Century Gothic; letter-spacing:-1px; color:#e70a0a;}
.list501 .buygif {  font-size: 11px;color: #000; margin:5PX; padding: 0px 4px;width:35px; height:20px;background-image:url(bbb.gif);}
.list501 .btn-buy { 
    font-size: 15px;    
    padding: 3px 8px;    box-shadow: inset 0px 1px 0px 0px #f29c93; 
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe8f00), color-stop(1, #ce5200));
    background: -moz-linear-gradient( center top, #fe8f00 5%, #ce5200 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8f00', endColorstr='#ce5200');
    background-color: #fe8f00;
    border: 1px solid #d88226;
    color: #ffffff;
    text-shadow: 1px 1px 0px #b23e35;
    margin-bottom: 5px;
}

.list501 .btn-buy:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce5200), color-stop(1, #fe8f00));
    background: -moz-linear-gradient( center top, #ce5200 5%, #fe8f00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce5200', endColorstr='#fe8f00');
    background-color: #ce5200;
}







/*list401*/
.list401  { margin-bottom:0px; background: url() no-repeat scroll  center top; display:block; text-align:center; margin-left:auto; margin-right:auto; } 

.list401 h2 { display:none; position:relative; top:0px; #top:5px; margin:0px; padding:0px; height:74px; font: 24px/74px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center; color:#FFFFFF; letter-spacing:-3px; overflow:hidden;}
.list401 h2 b {font: bold 24px/74px "�L�n������","Microsoft JhengHei",Helvetica; color:#000; letter-spacing:-3px;}
.list401 ul {margin:0px 0px 0px 0px; padding:0px;}
.list401 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 33%; height:520px; list-style: none outside none;  background-color:#FFF;}
.list401 ul li a {text-decoration:none;}
.list401 ul li a img { display:block; margin:10px; padding:0px; width:90%; }
.list401 ul li .title { position:absolute; bottom:0px; left:0px; padding:0px 5px 0px 5px; width: 100%;height: 30px;font: bold 15px/30px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color: #fff; background-color:#cc0905}
.list401 ul li .sidetitle{ display:block; position:absolute; top:10px; left:10px; color:#fff; font-size:16px;  background:#FF0000; padding:5px;border-radius:0 0 9px 0;}

.list401 ul li .item { display:block; margin:7px 0px 0px 0px; padding:0px;width: 100%;height: 40px;font: 16px/20px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
.list401 ul li  .item b {font: bold 14px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#000}
.list401 ul li:hover  .item { display:block;text-decoration: underline; color:#000;}
.list401 ul li  p { margin-top:-2px; *margin-top:-7px; padding:0px;height:32px;text-align: center; color:#e70a0a; box-sizing:border-box;}
.list401 ul li  p b { font: bold 16px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#e70a0a; letter-spacing:-1px;}
.list401 ul li  p .money { font: bold 18px/26px Century Gothic; color:#e70a0a;}
.list401 ul li  p .chose { font: bold 10px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#666; text-decoration:line-through; }
.list401 ul li  p .Price { font: 32px/36px Century Gothic; letter-spacing:-1px; color:#e70a0a;}
.list401 .buygif {  font-size: 11px;color: #000; margin:5PX; padding: 0px 4px;width:35px; height:20px;background-image:url(bbb.gif);}
.list401 .btn-buy { 
    font-size: 15px;    
    padding: 3px 8px;    box-shadow: inset 0px 1px 0px 0px #f29c93; 
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe8f00), color-stop(1, #ce5200));
    background: -moz-linear-gradient( center top, #fe8f00 5%, #ce5200 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8f00', endColorstr='#ce5200');
    background-color: #fe8f00;
    border: 1px solid #d88226;
    color: #ffffff;
    text-shadow: 1px 1px 0px #b23e35;
    margin-bottom: 5px;
}

.list401 .btn-buy:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce5200), color-stop(1, #fe8f00));
    background: -moz-linear-gradient( center top, #ce5200 5%, #fe8f00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce5200', endColorstr='#fe8f00');
    background-color: #ce5200;
}



/*list701*/
.list701  { margin-bottom:0px; background: url() no-repeat scroll  center top; display:block; text-align:center; margin-left:auto; margin-right:auto; } 

.list701 h2 { display:none; position:relative; top:0px; #top:5px; margin:0px; padding:0px; height:74px; font: 24px/74px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center; color:#FFFFFF; letter-spacing:-3px; overflow:hidden;}
.list701 h2 b {font: bold 24px/74px "�L�n������","Microsoft JhengHei",Helvetica; color:#000; letter-spacing:-3px;}
.list701 ul {margin:0px 0px 0px 0px; padding:0px;}
.list701 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 24.8%; height:395px; list-style: none outside none;  background-color:#FFF;}
.list701 ul li a {text-decoration:none;}
.list701 ul li a img { display:block; margin:10px; padding:0px; width:90%; }
.list701 ul li .title { position:absolute; bottom:0px; left:0px; padding:0px 5px 0px 5px; width: 100%;height: 30px;font: bold 15px/30px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color: #fff; background-color:#cc0905}
.list701 ul li .sidetitle{ display:block; position:absolute; top:10px; left:10px; color:#fff; font-size:16px;  background:#FF0000; padding:5px;border-radius:0 0 9px 0;}

.list701 ul li .item { display:block; margin:7px 0px 0px 0px; padding:0px;width: 100%;height: 40px;font: 16px/20px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
.list701 ul li  .item b {font: bold 14px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#000}
.list701 ul li:hover  .item { display:block;text-decoration: underline; color:#000;}
.list701 ul li  p { margin-top:-2px; *margin-top:-7px; padding:0px;height:32px;text-align: center; color:#e70a0a; box-sizing:border-box;}
.list701 ul li  p b { font: bold 16px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#e70a0a; letter-spacing:-1px;}
.list701 ul li  p .money { font: bold 18px/26px Century Gothic; color:#e70a0a;}
.list701 ul li  p .chose { font: bold 10px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#666; text-decoration:line-through; }
.list701 ul li  p .Price { font: 32px/36px Century Gothic; letter-spacing:-1px; color:#e70a0a;}
.list701 .buygif {  font-size: 11px;color: #000; margin:5PX; padding: 0px 4px;width:35px; height:20px;background-image:url(bbb.gif);}
.list701 .btn-buy { 
    font-size: 15px;    
    padding: 3px 8px;    box-shadow: inset 0px 1px 0px 0px #f29c93; 
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe8f00), color-stop(1, #ce5200));
    background: -moz-linear-gradient( center top, #fe8f00 5%, #ce5200 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8f00', endColorstr='#ce5200');
    background-color: #fe8f00;
    border: 1px solid #d88226;
    color: #ffffff;
    text-shadow: 1px 1px 0px #b23e35;
    margin-bottom: 5px;
}

.list701 .btn-buy:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce5200), color-stop(1, #fe8f00));
    background: -moz-linear-gradient( center top, #ce5200 5%, #fe8f00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce5200', endColorstr='#fe8f00');
    background-color: #ce5200;
}



.badge {background-color: #cc0905;}



.luckybanner {z-index:999; top: 130px;  position:fixed;  right: 0; }
.luckybanner h1{ margin:0; padding:0;}
.luckybanner h2 {display:block; margin:0; padding:0; font:bold 16px/22px "微軟正黑體",Helvetica bold; color:fff; letter-spacing:-1px; text-align:center; text-decoration:none; background-color:#000/*background-color:rgba(255,22,0,0.5)*/}
.luckybanner h2 p {display:block; text-align:center; margin:0px 5px 0px 5px; padding:10px 2px; border-bottom:solid #fff 1px}
.luckybanner h2 p:last-child {border-bottom:inherit}
.luckybanner h2.woowoo { padding:5px 0px 0px 0px; width:105px; border-radius:10px;}
.luckybanner h2.woowoo:last-child {padding:0px 0px 10px 0px;}
.luckybanner h2.woowoo a { font-size:15px;color:#fff; text-decoration:none}
.luckybanner h2.woowoo a:hover {color:#f0ff00;}
.luckybanner h2.woowoo img { width:80%; }


/*--- 側邊選單樣式 ---*/
.RmenuArrow {
    position: fixed;    
    z-index: 999;
    top: 150px;
    right: 0;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    margin-bottom: 1px;
    text-align: center ;
    background-color: #2d2d2d;
	line-height:20px !important;
	width:100px;
}


.RmenuBox {
   
    position: fixed;
    z-index: 999;
    top: 180px;
    right: 0;
    background-color: rgba(45, 45, 45, .85);
    line-height:20px !important;
}



.team-img { text-align: center; margin-bottom:10px }
.text-primary { text-align: center; }
.text-p  { text-align: center; }
.d-block {display: block!important;}
.img-fluid { max-width:100%; height:auto;}
.saleteam-img img { text-align: center; width:100% ; margin:5px ;margin-bottom:10px }

.cycleapp {
cursor:pointer;
position: fixed;
bottom: 175px;
right: -30px;
padding:0px;
z-index:999; 
display:flex;
flex-direction:row;
align-items:center;
justify-content:center;
color:white
}

.cycleapp img {
	width: 60%;
   
	
}






/*--- fixedbar ---*/
.fixedbar{
	position: fixed!important;
	bottom: 0;
	width: 100%;
	display: block !important;
	background: rgba(236, 118, 118, 0);
	z-index: 999995;
	opacity: 1;
	
}

.fixedbar .wrap{
	width:728px;
	margin: 0 auto;
	display: block;
}


.wrap {
	width: 728px;
	max-width: 100%;
	margin-left: 30%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
.wrap img  	{ width: 100%; max-width: 100%; }

/*--- fixedbar ---*/


/********* 手機板上方menu *********/
.mFixed {
    position: fixed;
    top: -1px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.scroll_mob::-webkit-scrollbar {
    height: 0px
}
.scroll_pc::-webkit-scrollbar {
    height: 0px
}
.scroll_pc::-webkit-scrollbar-track {
    background-color: #EAEAEA;
}
 
.scroll_pc::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0px solid slategrey;
}

#menu {
    width: 100%;
    height: 40px;
    z-index: 999;
    text-align: center;
    color: #777;
    font-size: 14px;
    line-height: 20px;
    padding: 50px 5px 28px 5px;
    font-weight: bold;
	background-color: #fff;
    border-bottom: 1px solid #eee;
    transition: 0s;
    -webkit-transition: 0s;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;
}
#menu a {
    color: #777;
}
#menu span {
    vertical-align: baseline;
    font-weight: normal;
    color: #cacaca;
}
#menu .btn-bottom {
    height: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 3px;
    white-space:nowrap;
}

#menu .btn-bottom:nth-last-child(1)::before {
    width: 0px;
}
/********* END手機板上方menu *********/	


#ruten123qa {
  padding: 50px 0 50px;
  color: #454545; background:#f6f6f6;
}
#ruten123qa h1,
#ruten123qa h2 {
  color: #454545;
}
#ruten123qa .address{ float:left; width:100%; margin-bottom:25px;}
#ruten123qa .address h4{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#ruten123qa .address p{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#ruten123qa .address a{ color:#454545;}

#ruten123qa .form-control{ height:40px;; color:#323232;}
#ruten123qa  textarea.form-control{ height:135px;color:#323232;}

#ruten123qa .btn.btn-primary{ font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; font-size:22px; padding:8px 40px; }


#rutenstandy {
  padding: 50px 0 50px 0; background:#f6f6f6; overflow:hidden;
}

#rutenstandy .rutenstandy-post {
  padding: 15px; background:#fff; 
}
#rutenstandy .rutenstandy-post .item {
  height: 200px; }

#owl-example .item{ margin:15px;}



#rutenstandy .rutenstandy-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail img{ max-width:100%;}

#rutenstandy .rutenstandy-post.rutenstandy-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .post-format > i {
  font-size: 20px;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-date {
  font-size: 12px;;
  display: block;
  margin-bottom: 5px; text-align:center;
  text-transform: uppercase;
  color: #45aed6;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-title a {
  color:#f60; font-size:18px; text-transform:uppercase; font-weight:normal;  font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-title a:hover {
  color: #45aed6;
}
#rutenstandy .rutenstandy-post.rutenstandy-media {
  margin-bottom: 30px;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-title a {
  color: #64686d;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-title a:hover {
  color: #45aed6;
}
#rutenstandy .rutenstandy-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#rutenstandy .rutenstandy-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#rutenstandy .rutenstandy-post .entry-meta > span > a {
  color: #999;
}
#rutenstandy .rutenstandy-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#rutenstandy .btn.btn-primary{ ; font-size:15px; margin-top:20px; padding:10px 30px;}
#contact {
  position: relative;
  overflow: hidden;
}

div.entry-content { text-align:left}

#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
.titlebox img {  display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 300px;
    height:95%}
.hottitle {color:#000; }



.bbbar{ width:100%; height:60px;  left:0; 	background-color:rgba(54,45,146,0.8);	 animation: fade-in;       animation-duration: 2s;       -webkit-animation:fade-in 1.5s; display: none ;   }	
.bbbar ul{ width:1250px; margin:0 auto; list-style:none;}
.bbbar ul li { float:left;}
.bbbar ul li a{ display:block; text-decoration:none;}
.bbbar ul li .txt{display:block; width:70px; height:50px; text-align:center; line-height:50px; font-size:14px; color:#FFF; font-family:"Century Gothic", "微軟正黑體", sans-serif;}
.bbbar ul li .txt:hover{color:#e7ab01;}
.bbbar_m{ display:none;}
/*關鍵字*/
.tagLIST { clear:both; position:relative; margin:0px auto; padding:0px 0; width:80%;  }
.Hashtag {position:relative; display:block; padding:5px; width:100%; overflow:hidden; margin-bottom: -20px; margin-top:10px ; z-index:1;  font-size: 14px; line-height: 20px; font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; text-align: center;}
.Hashtag dt { float:left; display:inline-block; margin:0; padding:5px; color:#FFF; }
.Hashtag dd { margin:0; padding:0; }
.Hashtag dd strong { float:left; display: inline-block; margin:0 10px 10px 0; font-weight: normal;}
.Hashtag dd a { display:block; padding:8px 10px; background-color:rgba(255,255,255,0.7); box-shadow: 0 0 0 1px rgba(100,100,100,0.2); text-decoration: none;}
.Hashtag dd a:hover,
.Hashtag dd a:active { background-color:#fff; box-shadow: 0 0 0 1px rgba(100,100,100,0.2), 0 2px 0 rgba(0,0,0,0.4); transform:translateY(-2px);}
.Hashtag dd span { color: #000; }
.Hashtag dd span:before {content: "#";}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

.rutencontent{display:block; overflow:hidden;}
.rutencontent_m{display:none;}

.title_04{position:absolute;top: 110px;left: 713px; z-index:5;}
.title_03{position:absolute;top: 85px;left: 300px; z-index:4;}
.text-primary {color:#ff6c00!important;}

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
   .hidden-ipad { display: none   !important; }
   .hidden-mobile { display: none !important; }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.headmain img { height:auto; margin-top:50px ; width:100%;}
.headmain2 img { height:auto; width:100%;}
@media (min-width: 1025px) and (max-width:1920px) {
	
	
#menu {display:none; }	
}

@media (min-width: 1025px) and (max-width:1680px) {
	.title_03{position:absolute;top: 75px;left: 40px; z-index:4;}
	.title_03 img{width: 90%}
	.title_04{position:absolute;top: 123px;left: 410px ;  z-index:5;}
	.title_04 img{width: 90%}
	.hidden-ipad { display:block !important; }
	.hidden-pc { display: none !important; }
	.luckybanner {display:none;}
#menu {display:none; }	
}
	
@media (min-width: 768px) and (max-width:1024px) {
	#main-menu.navbar-default .navbar-nav > li > a{ padding-left:18px; padding-right:18px; font-size:15px;}
	#ruten-team .team-member{ margin-bottom:25px;}
	#ruten-team .team-member .team-img, #ruten-team .team-member .team-info h3 { text-align:center;}
	#ruten-team .team-member .team-info span { text-align:center; display:block;}
	.headmain { margin:0; padding:0;}
	.headmain img { width:100%; height:auto; margin-top:50px ;}
	.headmain2 { margin:0; padding:0;}
	.headmain2 img { width:100%; height:auto; margin-top:0px ;}
    .hidden-ipad { display:block !important; }
	.hidden-pc { display: none !important; }
	.title_03{position:absolute;top: 75px;left: 40px; z-index:4;}
	.title_03 img{width: 75%}
	.title_04{position:absolute;top: 123px;left: 350px ;  z-index:5;}
	.title_04 img{width: 75%}
	 .col-xs-6 {width:25%}
	 .team-img img { width:95%;}
	.list601 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 16.5%; height:280px; list-style: none outside none;  background-color:#FFF;}
	.list501 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 19.8%; height:340px; list-style: none outside none;  background-color:#FFF;}
	.list401 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 33%; height:450px; list-style: none outside none;  background-color:#FFF;}
	.list601 ul li .item { display:block; margin:7px 0px 0px 0px; padding:0px;width: 100%;height: 40px;font: 13px/15px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
	.list701 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 24.8%; height:350px; list-style: none outside none;  background-color:#FFF;}
	.luckybanner {display:none;}
	.wrap {	max-width: 70%;	margin-left: 15%;}

	
   
}
	
	
	
	#menu {display:none; }
	}
	


@media (max-width:768px) {
	#ruten-team .team-member{ margin-bottom:25px;}
	#ruten-team .team-member .team-img, #ruten-team .team-member .team-info h3 { text-align:center;}
	#ruten-team .team-member .team-info span { text-align:center; display:block;}
	#rutenstandy .rutenstandy-post{ margin-bottom:20px;}
    .hidden-pc { display: none !important; }
	.hidden-ipad { display:block !important; }
	.headmain { margin:0; padding:0;}
	.headmain img { width:100%; height:auto;margin-top:48px }
	.list601 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 16.5%; height:250px; list-style: none outside none;  background-color:#FFF;}
	.list501 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 19.8%; height:300px; list-style: none outside none;  background-color:#FFF;}
	.list401 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 33%; height:390px; list-style: none outside none;  background-color:#FFF;}
	.list701 ul li { float:left; display:inline-block; position:relative; margin:0px 1px 5px 0px; padding:0px; width: 24.8%; height:295px; list-style: none outside none;  background-color:#FFF;}
	.list701 ul li  p .Price { font: 24px/36px Century Gothic; letter-spacing:-1px; color:#e70a0a;}
	.list701 ul li .item {font: 14px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
	.list601 ul li  p .Price { font: 24px/36px Century Gothic; letter-spacing:-1px; color:#e70a0a;}
	.list601 ul li .item {font: 12px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
	.list501 ul li  p .Price { font: 26px/36px Century Gothic; letter-spacing:-1px; color:#e70a0a;}
	.list501 ul li .item {font: 13px/18px "�L�n������","Microsoft JhengHei",Helvetica;text-align: center;color:#666}
	 #main-menu.navbar-default .navbar-nav > li > a {    padding-top: 18px;   padding-bottom: 18px; font-size:15px;; font-weight:normal;  }
	.col-sm-6 {width:50%}
	.luckybanner {display:none;}
	.navbar-brand>img {    width: 75%;}
	.navbar.navbar-default .navbar-brand {    height: auto;    padding: 10px 5px 5px!important; }
		.headmain2 { margin:0; padding:0;}
	.headmain2 img { width:100%; height:auto;margin-top:0px }
	.title_03{position:absolute;top: 75px;left: 93px; z-index:4;}
	.title_03 img{width: 70%}
	.title_04{position:absolute;top: 123px;left: 220px ;  z-index:5;}
	.title_04 img{width: 75%}

	
	.wrap {	max-width: 70%;	margin-left: 15%;}
	}
	
@media (max-width:500px){
	#rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail img, { width:100%;}
	
	.rutenhead{ height:160px; width:261px; line-height:130px; font-size:22px;}
	#rutenhead strong{ font-size:17px; font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;}
	.rutenhead1{ height:160px; width:261px; line-height:130px; font-size:22px;}
	#rutenhead1 strong{ font-size:17px;}
	.rutenhead2{ height:160px; width:261px; line-height:130px; font-size:22px;}
	#rutenhead2 strong{ font-size:17px;}
	#rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail{ padding-top:0px;}
	.hidden-ipad { display: none  !important; }
	.hidden-pc { display: none  !important; }
	.luckybanner {display:none;}
	.titlebox img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 300px;
    height:auto;}
	#menu {display:block; }	
	.rutenevent  {min-width:50%;box-sizing: border-box; margin:0px auto; padding:0%; width: 100%; height:auto; background-image:none !important; background-color: transparent;}
	.rutenevent:first-child   {margin:0px auto;}
	.rutenevent * { font-size:14px; box-sizing: border-box; font-family:"�L�n������","Microsoft JhengHei",Helvetica;}
	.rutenevent h2 {overflow: hidden;float: none;display: block;position: relative;box-sizing: border-box; margin: 0px;	padding: 2%;width: 100%;height: auto;font-size: 1.2rem;	font-family: "�L�n������","Microsoft JhengHei",Helvetica;font-weight: inherit;line-height: 1.2;	text-align: center;letter-spacing: 0px;color: #FFF; }
	.rutenevent h2 b { display: inline; font-size:1em; font-weight: inherit; line-height:1.2; letter-spacing:0px; text-align: left; color: #FFF;  font-family:"�L�n������","Microsoft JhengHei",Helvetica;}
	.rutenevent ul { overflow:hidden; display: block; margin: 0 auto; width: 100%; box-sizing: border-box; border:0px solid rgba(0,0,0,0.1);}
	.rutenevent ul li { float: left; display: inline-block; box-sizing: border-box; margin:1%; padding:1%; width:49%; height:auto; border: 0px; background-color:#fff; }
	.rutenevent ul li { box-shadow:0 0 5px 0 rgba(0,0,0,0.1);}
	.rutenevent ul li:nth-child(odd) { margin-left:0%;}
	.rutenevent ul li:nth-child(even) { margin-right:0%;}
	.rutenevent ul li:hover,
	.rutenevent ul li:active { box-shadow:0 0 5px 0 rgba(0,0,0,0.3);}
	.rutenevent ul li a {box-sizing: border-box; margin: 0px; padding: 0px; width: 100%; height: auto; text-decoration: none; }
	.rutenevent ul li a img { float:none; margin: 0px; padding: 0px;  width: 100%; }
	.rutenevent ul li .title { float: none; display:block; position: relative; margin:5px 0px; padding:0 5%; width: 100%; height: 20px; overflow:hidden; font-size:100%; line-height:20px; text-align: center; color:#fff; background-color:transparent; }
	.rutenevent ul li .title {background-color: #cc0905;}
	.rutenevent ul li .title:before { content:""; position:absolute; top:0; right:0; width: 0;  height: 0;  }
	.rutenevent ul li .item { float: none; display:block; position: relative; margin-top:5px; padding:0 5%; width: 100%; overflow:hidden; font-size:100%; line-height:20px; text-align: center; color: #000; background-color:transparent;}
	.rutenevent ul li .item b { float: none; display:inline; position: relative; top:0px; margin:0px; padding:0px; font-size:100%; line-height:20px;; text-align: left; color: #000; background-color:transparent;}
	.rutenevent ul li .item b { text-shadow:none; -webkit-text-shadow:none; -moz-text-shadow:none; }
	.rutenevent ul li .item br { display:none;}
	.rutenevent ul li:hover .item,
	.rutenevent ul li:hover .item b {text-decoration: none; color:#000;}
	.rutenevent ul li a p { float: none; display:block; position: relative; margin:0px;  width: 100%; height: auto; font-size:100%; line-height:2.4; text-align: center; color: #ff1b1b; background-color:transparent;}
	.rutenevent ul li a p b { font: bold 12px/20px "�L�n������","Microsoft JhengHei",Helvetica; color:#ff1b1b; letter-spacing:-1px;}
	.rutenevent ul li a p .money { font: 14px/26px Century Gothic; color:#ff1b1b;}
	.rutenevent ul li a p .Price { font: 26px/36px Century Gothic; letter-spacing:-1px; color:#ff1b1b;}
	.wrap {margin:0 auto ; max-width:100%!important;}
	.col-sm-6 {width:100%}
	.col-xs-6 {width:50% ;}
	.team-img img { width:100%;}
	.list601 ul li .sidetitle{	display:block;	position:absolute;	top:4px;	left:4px;}	
	.badge {background-color: #cc0905;}
	.navbar-brand>img {  width: 75%;}
	.container>.navbar-header {    higher: 50px!important;}
	 #main-menu.navbar-default .navbar-nav > li > a {    padding-top: 6px;   padding-bottom: 6px; font-size:13px; font-weight:normal;  }
	 .headmain img { width:100%; height:auto; margin-top:68px ;}
	  .headmain img { width:100%; height:auto; margin-top:68px ;}
	  .headmain2 img { width:100%; height:auto; margin-top:0px ;}
	.title_04{position:absolute;top: 260px;left: 15px ;  z-index:5;}
	.title_04 img{width:95%}
	.title_03{position:absolute;top: 130px;left: 2px; z-index:4;}
	.title_03 img{width: 90%}
	
		 	/*Header選單-手機*/	
		.bbbar{ position:fixed; bottom:0; z-index:9999; top:inherit; width:100%; height:50px; background-color:rgba(255,0,0,0.8); overflow:scroll; overflow-y:hidden;
		                -webkit-overflow-scrolling:touch;
                  -moz-overflow-scrolling:touch;
                    -ms-overflow-scrolling:touch;
                     -o-overflow-scrolling:touch;
                        overflow-scrolling:touch;
						display:block;	}
						
		.bbbar ul{ width:1580px; padding:0; margin:0;}
		.bbbar ul li{ width:100px;}
		.bbbar ul li .txt{width:100%; background-size:100% 100%; font-size:16px;height:50px; line-height:42px;}
		
		.bbbar ul li:nth-child(1){ display:block;}
	
		.bbbar ul li:nth-child(2){ display:block;}
        /*.bbbar ul li:nth-child(8) a{ background-image:none;}*/
		
		.bbbar ul li:nth-child(11){ display:block;}
		.bbbar ul li:nth-child(10){ display:block;}
		
		/*Header選單-手機*/
		.bbbar_m{ display:block; width:100%; background-color:#000;position: absolute; z-index:999; top:0;  }
}
	.navbar.navbar-default .navbar-brand {    height: auto;    padding: 8px 10px 5px;}
}
}

	
	}
