/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	
}
body {
	margin: 0;
	font-family: "微軟正黑體", 'Varela Round', sans-serif;
	background-color: #FFF;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img{ border:0;  }
		
h2 {
	font-weight: normal;
}		

h3 {
	margin: 0px;
	font-weight: normal;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}





.block-title {
	position: relative;
	padding: 34px 0 31px;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #34495e;
	border-bottom: 1px solid #dfe6e7;
	font-size: 28px;
}

.block-title  span{
	color: #6CC;	
	font-size: 22px;
}

.block-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 80px;
  height: 3px;
  margin-left: -40px;
  background-color: #85d6de;
}

.block-title--bottom {
  margin-bottom: 40px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 40px;
}

.col-sm-8 ,.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}




/*------------產品介紹--------------------*/
.heading-helper {
	font-size: 22px;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.list--definition {
  padding-left: 0;
}
.list--definition .item {
	padding-left: 0;
	color: #737c85;
	font-style: normal;
	line-height: 26px;
}
.list--definition .item:before {
  display: none;
}
.list--definition .Issue {
  font-weight: bold;
  color: #34495e;
}

.list li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 10px;
  list-style: none;
}



/*------------圖片--------------------*/

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	margin: 0 auto 40px;
	border: 1px solid #CCC;		
  }

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 440px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks iframe {
	z-index: auto;  
  }


.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	z-index: 100;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	margin-top: -45px;
	background-color: transparent;
	background-image: url(../images/themes.gif);
	background-repeat: no-repeat;
	background-position: left top;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

@media (min-width: 1200px) {
  .col-sm-8 {
    float: left;width: 60%;

  }
  .col-md-4 {
    float: left;width: 40%;
  }

}


@media (min-width: 990px) {
.col-sm-8 {
    float: left;width: 60%;

  }
.col-md-4 {
    float: left;width: 40%;
  }

}


@media (max-width: 767px) {
  .list li {
  padding-bottom: 5px;

}
  .block-title--bottom {
    margin-bottom: 30px;
  }

    .image-container {
    margin-bottom: 20px;
  }
.col-sm-8 {
    float: left;width: 100%;

  }
.col-md-4 {
    float: left;width: 100%;
  }
  .rslides li {
	height: auto;
  } 
  }
@media (max-width: 480px) {
	 .block-title {
	width: 100%;
	overflow: hidden;
	
}
 .block-title  span{
	font-size: 17px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-top: 10px;
}
.col-sm-8 {
	float: left;
	width: 100%;
	overflow: hidden;
  }
.col-md-4 {
    float: left;
	width: 100%;
  }
.rslides li {
	height: auto;
  }  
 .callbacks_container {
  margin-bottom: 0px;
  
  }
 
  
}
