@charset "UTF-8";
/*共通
----------------------------------------------*/
.backtop {
  width: 60px;
  /*background:#ff0;*/
  height: 60px;
  right: 10%;
  bottom: 10%;
  position: fixed;
  z-index: 50;
  cursor: pointer;
  display: none;
}

/*.theme{
  background: url("../image/bg/bg.jpg") center bottom no-repeat;
  background-size:cover; 
  height: 100%;
}*/
/*---------------------------------------*/
.topmenu {
  background: #fff;
  padding: 8px 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  border-bottom: 1px solid #dfdfdf;
  top: 0px;
}

.logo {
  overflow: hidden;
}

.nowon {
  /*background: #30a6d5;*/
  color: #f7b52d !important;
  border-bottom: 4px solid #f7b52d;
}

.lines {
  background: #171c23;
  height: 4px;
  max-width: 120px;
  margin: 20px auto;
  clear: both;
}

.whiteline {
  background: #fff;
  margin: 10% 0;
}

/*--extra set--
#banner::before{
  content: "";
  bottom:-1px;
  background: url(../image/triangle.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width:100%;
  height: 87px;
  z-index: 2;
  
}
#bannerpic{
  height: 100%;
}
#banner{
 
  height: 100%;
}

.bannerword h1{
  font-size: 3em;
  line-height: 0.5em;
}
.bannerword h4{
  font-size: 2em;
}

.bannerword{
  color: #fff;
  z-index: 1;
  margin: 18% auto;
  min-width: 320px;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  text-shadow: 0px 0px 2px #333;
}

.bannerword h1{
  font-size: 5.75em;
  font-style:italic;
  text-shadow: 2px 2px 3px #112222;
}
.bannerword .h4{
  margin:30px 0 0 0;
}

.bannerword h4{
  background:#171c23;
  max-width: 480px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    padding: 0 15px;
    font-weight: normal;
    font-size: 1.6em;
}

.bannerword div{
  margin:0 0 1.5% 0;
}
*/
/*關於我們
----------------------------------------------------
#about{
  padding: 80px 0;
  background:#fcfcfc;
}*/
/*產業應用
----------------------------------------------------
.sinsample{
  background: #fff;
}

.sinsall .sinsample{
  overflow: hidden;
}
*/
/*訂閱電子報
----------------------------------------------------
#epapper{
  background: url(../image/bg/epapperbg.jpg) center center no-repeat;
  padding:120px 0;
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
}*/
/*最新消息
*--------------------------------------------------
#news{
  background: #fafafa;
}
.singlenew{
  padding: 5px 10px;
  margin: 5px 0px;
}
.dates{
  background: #dcdcdc;
  width: 65px;
  padding: 10px 0px;
  position: absolute;
  bottom: 0px;
}
.mon{
  font-size: 24px;
  font-weight: bold;  
}
.mon:after{
  content:"";
  width:80%;
  background: #232323;
  height: 1px;
  float: left;
  margin: 7px 10% 7px 10%;
}

.newlink{
  border-radius: 50px;
  border:1px solid #656565;
  color: #656565;
  margin: 15px 0;
  padding:10px 18px;
  text-align: center;
  float: left;
}

.newlink:hover{
  background: #171c23;
  color: #fff;
}



.newpic{
  max-height:180px; 
  overflow: hidden;
}

.newinfo{
  min-height:80px;
  max-height: 80px;
  overflow: hidden;
  line-height:1.75em;
}*/
/*聯絡我們
.footercon{
  margin: 7px 0px;
  padding: 0 5px;
  letter-spacing: 1.5px;
  color: #696969;
}
.maps iframe{
  height: 450px;
}

.mapinfo .fa{
  min-width: 18px;
}*/
/*footer
---------------------------------------------------*/
#footer {
  color: #fff;
  background: #2f3d57;
  padding: 0px 0;
}

#footer .footarea {
  margin: 3% 0;
  padding: 0 0px;
}

#footer .allfootlinkarea {
  margin: 0 auto;
  width: 100%;
  max-width: 730px;
}

#footer .footlinkarea {
  padding: 0 0px;
  margin: 1.5% 0;
}

#footer .footlinkarea .footlink {
  padding: 3px 15px;
  border-color: #fff;
  border-style: solid;
  text-align: center;
  color: #fff;
  border-right-width: 3px;
  text-align: center;
  float: left;
  margin: 0 0 10px 0;
}

#footer .footlinkarea .footlink:last-child {
  border-right-width: 0px;
}

#footer .footlinkarea .footlink:hover {
  background: #fff;
  color: #2f3d57;
}

#footer .footerinfo {
  line-height: 1.7em;
  letter-spacing: 2px;
}

#footer .footlogo {
  min-height: 80px;
}

.copyright {
  background: #232e41;
  font-size: 12px;
  color: #ccc;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .footlinkarea {
    padding: 0 5px;
  }
}

@media screen and (min-width: 1000px) {
  .footlinkarea {
    padding: 0 5px;
    margin: 0.5% 0;
  }
}
/*# sourceMappingURL=style.css.map */