@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id HOM_PR02_APP01 */
/* load db logo_img */
/**
*網站LOGO
**/
.logo_img {height:100%}
/*END*/
/* load db web_menu007 */
.menu_bg{
  margin-top: 30px;
  width: 100%;
  margin-bottom:30px;
  position: relative;
  display: inline-block;
}

.menu_li span{
  position: relative;
  width: 100%;
  height: 55px;
  display: inline-block;
  z-index: 99;
  background-color: #FFF;
  color: #000;
  text-align: center;
}

.menu_li span:hover,.menu_li.active span{
  background-color: #000;
  color: #FFF;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;  
}

.menu_li{
  min-width: 100%;
  float: left;
  font-size: 16px;
  text-align: left;
  line-height: 55px;
  letter-spacing: 3px;
  color: #000;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;  
    cursor: pointer;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  list-style:none;
  position:relative;
}
.menu_li:hover,.menu_li a:hover,.menu_li.active{
  color: #fff;
}
.menu_li:hover,.menu_li a:hover{
  color: #fff;
}

.menu_bg ul{
  margin: 0px 0px;
  width: 100%;
}
.menu_li a{
   color: #000;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;   
}

.menu_slide{ /*選單滑出*/
  width: 315px;
  background: #343528;
  opacity: 0.9;
  margin-left: 0;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  display: none;
}
.menu_slide_arrow_bg{
  width: 57px;
  display: table-cell;
  vertical-align: top;
}
.menu_slide_arrow{
  margin-top: 34px;
  margin-left: 27px;
  background: transparent url(../../model/sample/baseimg/web_menu007/arrow.png) top left scroll no-repeat;
  width:10px;
  height:10px;
}
.menu_slide_list{
  width: 120px;
  display: table-cell;
  word-break:break-all;
  vertical-align: top;
}
.menu_slide_list_bg{
  margin-top: 20px;
  margin-bottom:20px;
}
.menu_slide_item{
  padding: 8px 10px;
  padding-left:36px;
}
.menu_slide_list.rightline .menu_slide_item{
  border-right:1px solid #FFF;
  padding-right:36px;
  padding-left:0px;
}
.menu_slide_list.oneline .menu_slide_item{
  padding-left:0px;
}

.menu_slide_item a{
  color: #fff;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  line-height: 20px;
  font-size:16px;
}
.menu_slide_item a:hover{
  color: #d23047;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;   
}
.menu_slide_line{
  width: 1px;
  display: table-cell;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 10px;
}
.menu_slide_inline{
  width: 1px;
  height: 100%;
  margin-top: 20px;
  background: #fff;
}
/*END*/
/* load db model002 */
.model002 img{max-width:100%;max-height:100%;}
.model002{position:relative;}
/*END*/
/* load db web_language002 */
/*語系選擇{*/
.web_language002{
    width: auto;
    display:inline-block;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    cursor:pointer;
    overflow: hidden;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.web_language002.open{padding: 0 10px;}
.web_language002 .selected{width: auto;min-width: 30px;display:inline-block;float: left;cursor: pointer;line-height: 30px;text-align:center;font-size: 12px;font-family: Arial, Helvetica, sans-serif;display:inline-block;}
.web_language002 .language_in,.web_language002 .split{float: left;cursor: pointer;line-height: 30px;font-size: 12px;font-family: Arial, Helvetica, sans-serif;display:none;}
.web_language002 .split{padding:0;}
.web_language002.open .language_in,.web_language002.open .split{display:inline-block;}
.web_language002.open .language_in,.web_language002.open .selected{padding:0 10px;}
/*背景顏色*/
.web_language002 {background-color:#ff520e}
/*背景展開顏色*/
.web_language002.open {background-color:#525250}
/*文字顏色*/
.web_language002 {color: #d7d7d7;}
/*文字滑過顏色*/
.web_language002 .language_in:hover{color:#ff520e;}
/*選中顏色*/
.web_language002 .selected{color: #fff;}
/*語系選擇}*/
/*END*/
/* load db web_search002 */
.web_search002{
    background: #ff520e url(images/web_search002/btn_search.png) no-repeat 3% 50%;
    width: 30px;
    height: 30px;
    display: block;
    cursor:pointer;
    overflow: hidden;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.web_search002 .searchkey{height: 30px;float: left;position:relative;}
.web_search002 input{width:110px;height:30px;line-height:30px;border:0px;border: medium none;margin-left:30px;background-color:transparent;opacity: 0;}
.web_search002.open {width: auto;display:inline-block;cursor:auto;}
.web_search002.open input{opacity: 1;margin-left: 40px;margin-right: 30px;}

/*背景顏色*/
.web_search002 {background-color:#ff520e}
/*背景展開顏色*/
.web_search002.open {background-color:#525250}
/*文字顏色*/
.web_search002 .searchkey,.web_search002 input{color: #d7d7d7;}
/*END*/
/* load file model/lib/web_edm002/model.css */
.web_edm002,.web_edm002 .edm_icon{width:30px;cursor:pointer;height:30px}.web_edm002{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRUI5RjRFRTI2OTExRTRCNTJDOTM3QjVEQUQ5RUNEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRUI5RjRGRTI2OTExRTRCNTJDOTM3QjVEQUQ5RUNEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjNFQjlGNENFMjY5MTFFNEI1MkM5MzdCNURBRDlFQ0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjNFQjlGNERFMjY5MTFFNEI1MkM5MzdCNURBRDlFQ0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6QmQ5JAAABHklEQVR42mL8//8/Az0BEwOdwaiFI8NCTnpb+A2IQXnnKhC3A7ENRTaC8iEBjA0cA2IzIvRiYEYiMn4gEIsCsS6ULY0k1wTE9dT2ITpOAOKHSL5dAcTMxOonRtFtaBA2ArEKVIwHiLcjWdpOTQuRwU+o4WxQX61DkvOmloWZQLwUiD8gGb4XaiknEF+Fij2EilFsIQzzA/EiJEvnQMW9kcRiqWkhDK9GsgCWNY5B+buoYWEdEH+DJhJQEAoB8SuoBUuhaiqg/G9QNRRZiBx3NlCxdij/LZRvg6TGAJ95xBRtc6H0WSC+AGWfgtJCQMwPxC+Q1EvgM4yRyCYGDxB/QeOrQ9mXgfgvEBtA+XeA+COlFo5WwKMWjlpIOwAQYADyvEUa1pIUpAAAAABJRU5ErkJggg==') 3% 50% no-repeat #ff520e;display:block;overflow:hidden;-webkit-border-radius:10em;-moz-border-radius:10em;border-radius:10em;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.web_edm002 .edm_icon{float:left;margin-left:3px}.web_edm002 .email{height:30px;float:left;position:relative}.web_edm002 .btn{line-height:30px;padding:0 8px;float:left;cursor:pointer;font-size:12px;font-family:Arial,Helvetica,sans-serif;text-align:center}#btn_reject_email{margin-right:10px;margin-left:1px}.web_edm002 input{width:170px;height:30px;line-height:30px;border:0;border:none;margin-left:30px;background-color:transparent;opacity:0}.web_edm002.open{width:auto;display:inline-block;cursor:auto;font-size:12px;line-height:26px;background-color:#525250}.web_edm002.open input{opacity:1;margin-left:10px}.web_edm002 .btn,.web_edm002 .email,.web_edm002 input{color:#d7d7d7}.web_edm002 .btn:hover{color:#ff520e}
/*END*/
/* load db scrollTop */
.scrollTop{
  cursor:pointer;
  width: 45px;
  height: 21px;
  margin: auto;
  padding-top: 30px;
  text-align:center;
  background:transparent url(../../model/sample/baseimg/scrollTop/top_arrow.png) center center no-repeat
}
.scrollTop:hover{
  opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);
}
/*END*/
/* load db home_banner */
.home_banner{margin:0 auto;}
.home_banner .bxslider {margin-top:0px;padding:inherit;height:100%;width:100%;overflow:hidden;}
.home_banner .bx-wrapper {position: relative;margin: 0 auto;padding: 0;*zoom: 1;}
.home_banner .bx-wrapper li{background-repeat: no-repeat;background-size: cover;background-position: center center; float: left;width: 100%;height: 100%;}
.home_banner .bx-wrapper li .solgan{background-repeat: no-repeat;background-size: cover;background-position: center center; float: left;width: 100%;height: 100%;}
.home_banner .bx-wrapper img {display: none;}
.home_banner .bx-wrapper .bx-viewport {left: 0;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
/* LOADER */
.home_banner .bx-wrapper .bx-loading {min-height: 50px;background: url(../../model/sample/baseimg/home_banner/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
/* 點點{*/
.home_banner .bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}
.home_banner .bx-wrapper .bx-pager .bx-pager-item,.home_banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.home_banner .bx-wrapper .bx-pager.bx-default-pager a {background: #FFF;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 10px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #0e0e0e;}
/* 點點}*/
/* 左右箭頭 {*/
.home_banner .bx-wrapper .bx-controls-direction{display:none;}
.home_banner .bx-wrapper .bx-prev {left: 10px;background: url(../../model/sample/baseimg/home_banner/controls.png) no-repeat 0 -32px;}
.home_banner .bx-wrapper .bx-next {right: 10px;background: url(../../model/sample/baseimg/home_banner/controls.png) no-repeat -43px -32px;}
.home_banner .bx-wrapper .bx-prev:hover {background-position: 0 0;}
.home_banner .bx-wrapper .bx-next:hover {background-position: -43px 0;}
.home_banner .bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 99;}
.home_banner .bx-wrapper .bx-controls-direction a.disabled {display: none;}
/* 左右箭頭}*/
/*版本2-使用swiper*/
.home_banner .swiper-pagination-bullet{width: 10px;  height: 10px; background:#fff;opacity: 1;}
.home_banner .swiper-pagination-bullet-active, .home_banner .swiper-pagination-bullet:hover{background:#515151}
.home_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 10px;}
.home_banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:28px;}
/*END*/
/* load db marquee001 */
.Marquee_bg{
  width: 86%;
  height: auto;
  position: absolute;
  z-index: 1;
  margin-top: -70px;
}
.Marquee_inner{
  width: 76%;
  height: 50px;
  margin: 0px auto;
}
.Marquee_in_bg{
  width: 850px;
  height: 36px;
  margin: 0px auto;
  z-index: 1;
}
.Marquee_in{
  width: 850px;
  height: 36px;
  margin: 0px auto;
  margin-top: -36px;
  position: relative;
}
.Marquee_title{
  width: 100px;
  height: 36px;
  float: left;
  background: #000 url('../../model/sample/baseimg/marquee001/Marquee_news.png') no-repeat;
  position: absolute; 
  z-index: 1000;
}
.marquee_text{
  width: 750px;
  height: 36px;
  float: left;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  font-size: 14px;
  color: #000;
  z-index: 999;
  position: absolute;
  left: 100px;
  padding-top: 7px;
}
.Marquee_text_bg{
  width: 750px;
  height: 36px;
  float: right;
  z-index: 1;
  opacity: 0.6;
  background: #b9b6b2;
}
/*END*/
/* load db product011 */
.product011 .hot{
  background: #000;
  height:auto;
  width:100%;
  overflow:hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.product011 .hot_title_bg{
  width: 92%;
  height: 30px;
  margin: 35px auto;

}
.product011 .hot_title_en{
  float: left;
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
}
.product011 .hot_title_ch{
  float: left;
  color: #fff;
  letter-spacing: 5px;
  font-size: 16px;
  margin-left: 15px;
  padding-top: 7px;
}
.product011 .bx-wrapper{
  margin-left: 4%;
  width:92%;
}

.product011 .bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 43px;
  height: 92px;
  text-indent: -9999px;
  z-index: 99;
  top:50%;
  margin-top: -41px;
  
  background-repeat: no-repeat;
 
  -moz-background-size: auto 100% ;
  -webkit-background-size:auto 100% ;
  -o-background-size:auto 100% ;
  background-size:auto 100% ;
}
@media only screen and (max-width: 1300px) {
  .product011 .bx-wrapper .bx-controls-direction a {
    height: 72px;
  }
}
.product011 .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.product011 .bx-wrapper .bx-prev{
  left: 0px;
}
.product011 .bx-wrapper .bx-viewport{ /*產品圖背景*/
  background: #000;
}

.product011 .bx-wrapper .bx-prev{
  background-position: center left;
  background: transparent url("../../model/sample/baseimg/product011/arrow_bg_left.png") no-repeat;
}
.product011 .bx-wrapper .bx-next{
  background: transparent url("../../model/sample/baseimg/product011/arrow_bg_right.png") no-repeat;
  right: 0px;
  background-position: center right;
}
.product011 .bx-pager-item{
  display: none;
}


.product011 .slider6 .slide{
  display: inline-block;
  width: 21%;
  margin: 0 15px;
}
.product011 .slide{
  height: 400px;
  height: auto;
}
.product011 .slide_pic{
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
.product011 .slide_price{
  background: #820e1e;
  position: absolute;
  max-width: 80px;
  max-height: 80px;
  width:33%;
  height:33%;
  bottom: 10px; 
  right: 10px;
  border-radius: 50%;
  z-index: 1;
}
.product011 .slide_price_NT{
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-family: sans-serif;
  font-size: 10px;
}
.product011 .slide_price_dollar{
  font-style: italic;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 1300px) {
  .product011 .slide_price_dollar{
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .product011 .slide_price_dollar{
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  .product011 .slide_price_dollar{
    font-size: 16px;
    line-height: 20px;
  }
}
.product011 .slide_text_bg{
  width: 100%;
  height:auto;
}
.product011 .slide_text_title{
  margin-top: 13px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}
.product011 .slide_text_num{
  width: 100%;
  color: #9d979a;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}
/*END*/
/* load db product012 */
/*模組-產品*/
.product012 .product{
  height:auto;
  width:100%;
  overflow:hidden;
  background: #dedfda;
  min-width: 797px;
}

.product012 .product_1{
  min-width: 797px;
  width: 95%;
  margin: 0px auto;
  padding:5% 0;
}

.product012 .P0{
  width: 18%;
  height: auto;
  margin: 0 1% 5%;
  float: left;
}
.product012 .P0 img{width:100%}
.product012 .Product{
  width: 18%;
  height: auto;
  margin: 0 1% 5%;
  float: left;
}

.product012 .P1{
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}

.product012 .P1:hover{
  opacity: 0.6;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;   
}

.product012 .P1_price_bg{
  background: #820e1e;
  position: absolute;
  max-width: 80px;
  max-height: 80px;
  width:33%;
  height:33%;
  bottom: 10px; 
  right: 10px;
  border-radius: 50%;
  z-index: 1;
}

.product012 .P1_price_NT{
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-family: sans-serif;
  font-size: 10px;
}

.product012 .P1_price_dollar{
  font-style: italic;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 1400px) {
  .product012 .P1_price_dollar{
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1300px) {
  .product012 .P1_price_dollar{
    font-size: 20px;
    line-height: 61px;
  }
  .product012 .P1_price_NT{display:none;}
}
@media only screen and (max-width: 1200px) {
 .product012 .P1_price_dollar{
    font-size: 16px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1100px) {
  .product012 .P1_price_dollar{
    font-size: 14px;
    line-height: 53px;
  }
}
.product012 .P1_text1{
  color: #000;
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  font-size: 17px;
  text-align: left;
}

.product012 .P1_text2{
  color: #656464;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  font-size: 14px;
  text-align: left;
}

.product012 .product_more {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 auto;
  min-width: 797px;
  margin-bottom: 80px;
}

.product012 .more_bg{
  width: 80%;
  margin: 0px auto;
  background: #000;
  height: 40px;
}
.product012 .more_bg :hover{
  cursor: pointer;
  background: #3e3e3e;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;  
}

.product012 .more_bg2{
  width: 76%;
  margin: 0px auto;
  background: #000;
  height: 40px;
}
.product012 .more_bg2 :hover{
  cursor: pointer;
  background: #3e3e3e;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;  
}

.product012 .more { 
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.product012 .more:hover{
  color: #FFF;
}
/*END*/
/* load db news013 */
.news013 .news_1{
  width: 100%;
  height: auto;
  background: #dedfda;
  padding-bottom: 80px;
}
.news013 .news_title,.about_title,.map_title{
  width: 76%;
  height:auto;
  padding-top: 80px;
  margin-left: 12%;
}
.news013 .news_title_img,.about_title_img,.map_title_img{
  width: 26%;
}
.news013 .news_title_img img{width:100%}
.news013 .news_bg1{
  padding-top: 35px;
  width: 76%;
  margin-left: 12%;
  clear:both;
}

.news013 .news_n1_bg{
  width: 32%;
  float: left;
  margin-top: 30px;
}
.news013 .news_n1_0{
  width: 2%;
    height: 210px;
  float: left;
}
.news013 .news_n1{
  width: 90%;
  float: left;
}
.news013 .news_n1_date{
  color: #656565;
  font-size: 12px;
  line-height: 40px;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  letter-spacing: 1px;
}
.news013 .news_n1_title{
  color: #d23047;
  font-size: 16px;
  line-height: 24px;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  letter-spacing: 1px;
}
.news013 .news_n1_text{
  clear: #1e1f11;
  font-size: 13px;
  line-height: 24px;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  letter-spacing: 1px;
  padding: 15px 0px;
}
.news013 .news_n1_more a{
  color: #d23047;
  font-size: 12px;
  line-height: 24px;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
}
.news013 .news_n1_more a:hover{
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;  
}

.news013 .news_1_dot{
  width: 1%;
  height: 210px;
  background: url(../../model/sample/baseimg/news013/news_dot.png)no-repeat center;
  margin: 0px;
  float: right;
}
/*END*/
/* load db model002 */
.model002 img{max-width:100%;max-height:100%;}
.model002{position:relative;}
/*END*/
/* load db web_footer */
.web_footer a{text-decoration: none;}
.footer_desc{color:#6F6F6F}
.footer_desc a{color:#6F6F6F}
.footer_desc a:hover{color:#6F6F6F}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db switchview */
.switchview{text-align:center;}
.switchview .links{position:relative;display:inline-block;}
.switchview .links a{text-decoration:none;}
.switchview .link{float:left;}
.switchview .link.split{margin:0px 3px;}
.switchview .link,.switchview .link a{color:#111111;font-size:12px;}
.switchview .link.active{color:#111111;}

/*END*/