/*-----------------------------------------------------------------------------
	-	網站主體樣式設計 -
author:		  英創達網路有限公司
email:     	web@e-creative.tw
website:   	http://e-creative.tw
-----------------------------------------------------------------------------*/
@import url("reset.css");/*清除樣式*/
@import url("default.css");/*預設樣式*/
@import url("global.css");/*網站整體通用樣式設計*/
/* ---------------------------------------------------------------- */
/*
/*	 1. 頁面版型配置 Layout
/*	 2. 版區塊 footer
/*	 3. 版區塊 header
/*	 4. 首頁 home
/*	 5. 內頁
/*
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/*	 1. 頁面版型配置 Layout
/* ---------------------------------------------------------------- */
#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  background-color: #FFFFFF;
  /*background-color: #f6f6f6;*/
  padding-right: 10px;
  padding-left: 10px;
  background-image: url(images/warp_bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
}
#wrapper .container {
  background-color: #FFF;
}


#header {
  position: relative;
  height: 122px;
}

#footer { 
}

#footer .container {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  background-image: url(images/footer_bg.jpg);
  background-repeat: repeat-x;
  height: 110px;
  position: relative;
}
.footer-logo {
  background-image: url(images/footer_logo.png);
  background-repeat: no-repeat;
  height: 36px;
  width: 146px;
  position: absolute;
  top: 45px;
  right: 23px;
}
.footer-logo:hover {
  opacity:0.5;
}
.footer-fb {
  background-image: url(images/footer_fb.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 39px;
  width: 174px;
  position: absolute;
  top: -1px;
  right: 162px;
}
.footer-fb:hover {
  background-position: 0px -50px;
}
.footer-skype {
  background-image: url(images/footer_skype.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 21px;
  width: 100px;
  position: absolute;
  top: 55px;
  right: 198px;
}
.footer-skype:hover {
  background-position: 0px -45px;
}
.footer-menu {
  position: absolute;
  left: 25px;
  top: 40px;
}
.footer-menu a {
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  padding: 0 10px 0 10px;
}
.footer-menu a:first-child {
  border-left-style: none;
  padding: 0 10px 0 0;
}
.footer-menu a:hover{
  color: #fff100;
}
.copyright {
  font-size: 12px;
  color: #ffea00;
  position: absolute;
  left: 23px;
  top: 63px;
}
.copyright a {
  color: #ffea00;
}
.copyright a:hover {
  color: #FFFF99;
}
.footer-ftp {
  position: absolute;
  left: 25px;
  top: 83px;
}
.footer-ftp a {
  color: #fff;
  display: inline-block;  
}
.footer-ftp a:hover {
  color: #fff100;
}
#sidebar {
  float: left;
  width: 213px;
  min-height: 722px;
  /*padding-right: 17px;*/  /*background-image: url(images/about01_sid_line.jpg);
  background-repeat: repeat-y;
  background-position: right;
  margin-bottom: 38px;*/
  margin-bottom: 60px;
}
#sidebar h1 {
  font-size: 26px;
  color: #313131;
  font-family: Verdana, Geneva, sans-serif;
  line-height: normal;
  margin: 0px;
  padding: 28px 0px 7px 23px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
#sidebar .sidebar-menu {
  margin-bottom: 65px;
}
#sidebar .sidebar-menu .sidebar-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
  height: 50px;
  position: relative;
  margin: 2px 0 1px 0;
}
#sidebar .sidebar-menu .sidebar-item:hover {
  border-bottom-style: none;
}
#sidebar .sidebar-menu .sidebar-item .sidebar-item-a{
  color: #535353;
  text-decoration: none;
  font-size: 14px;
  height: 37px;
  width: 182px;
  display: block;
  font-weight: bold;
  /*padding-top: 15px;
  padding-left: 22px;*/
  padding:10px 0 10px 15px;
  position: absolute;
  z-index: 99;
  line-height: 1;
}
#sidebar .sidebar-menu .sidebar-item .sidebar-item-a:hover , #sidebar .sidebar-menu .sidebar-item .select{
  background-image: url(images/sid_hover.png);
  background-repeat: no-repeat;
  height: 37px;
  width: 182px;
  /*padding-top: 15px;
  padding-left: 22px;*/
  padding:10px 30px 10px 15px;
  color: #FFF;  
  line-height: 1;
}
#sidebar .sidebar-menu .sidebar-item:hover , #sidebar .sidebar-menu .sidebar-item.select {

}
#sidebar .sidebar-menu .sidebar-item:hover .sidebar-item-a , #sidebar .sidebar-menu .sidebar-item.select .sidebar-item-a {

}
.widget-ad {
  margin-left: 4px;
}
.widget-ad a {
  margin-bottom: 10px;
  display: block;
  
}
.widget-ad a:hover {
  opacity: 0.7;
  transition: opacity .3s;
}



#content {
  width: 716px;
  float: right;
  margin-top: -4px;
  /*margin-top: -7px;*/
  padding-left: 23px;
  background-image: url(images/about01_sid_line.png);
  background-repeat: repeat-y;
  background-position: left;
  position: relative;
  margin-bottom: 50px;
  min-height: 650px;
}
#content .sid_line_botbg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url(images/about01_sid_line_bot.jpg);
  background-repeat: no-repeat;
  height: 80px;
  width: 13px;
}


/* ---------------------------------------------------------------- */
/*	 2. 版區塊 footer
/* ---------------------------------------------------------------- */
#footer a {
  text-decoration: none;
}

/* ---------------------------------------------------------------- */
/*	 3. 版區塊 header
/* ---------------------------------------------------------------- */
/* logo *******/
#header .logo {
  background-image: url(images/index_logo.jpg);
  height: 36px;
  width: 148px;
  display: block;
  position: absolute;
  left: 10px;
  top: 25px;
  background-repeat: no-repeat;
}

#header .logo h1 {
  margin: 0px;
  padding: 0px;
}

#header .menuMovement {
  width: 960px;
  background-image: url(images/index_menu_bg.jpg);
  background-repeat: repeat-x;
  height: 35px;
  font-size: 15px;
  position: absolute;
  top: 78px;
  left: 0px;
}

#header .menuMovement li {
  width: 144px;
  height: 35px;
  display: inline-block;
  position: relative;
  border-right: 1px solid #000;
  text-align: center;
}

#header .menuMovement li.last {
    width: 90px;
    height: 35px;
    border:0;
}

#header .menuMovement li a {
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none; 
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 12px;*/
  width: 145px;
  padding: 8px 0 4px;  
  letter-spacing: 1px;
}

#header .menuMovement li:hover, #header .menuMovement .select {
  color: #fff100;
  background-image: url(images/index_menu_bg_hover.jpg);
  background-repeat: repeat-x;
  background-position: top;
}

#header .menuMovement li.last:hover {
    background-image: url(images/index_menu_bg.jpg);
}

#header .menuMovement li.m6 {
  width: 110px !important;
}
#header .top-contact {
  position: absolute;
  top: 43px;
  right: 234px;
  font-size: 13px;
  font-weight: bold;
  color: #00506d;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  background-image: url(images/index_top_inco.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 15px;
}
#header .top-contact:hover {
  color: #23A4D4;
}


#header .lan {
  background-image: url(images/index_en_bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 20px;
  width: 24px;
  text-decoration: none;
  text-align: center;
  color: #002945;
  font-weight: bold;
  font-size: 12px;
  z-index: 99;
  padding-top: 2px;
}

#header .lan:hover {
  background-position: 0px -40px;
}

#header .lan-en {
  position: absolute;
  top: 85px;
  right: 15px;
}
#header .lan-cn {
  position: absolute;
  top: 85px;
  right: 50px;
}


#serachBar {
  height: 22px;
  width: 200px;
  margin-bottom: 5px;
  position: absolute;
  padding-top: 9px;
  padding-left: 8px;
  background-position: top;
  top: 33px;
  right: 8px;
}

#serachBar .searhBtn{
  background-image: url(images/index_search_inco.png);
  height: 24px;
  width: 37px;
  position: absolute;
  top: 10px;
  right: -8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1877b7;
}
#serachBar .searhBtn:hover{
  background-color: #05427B;
}
#serachBar .inputText{
  background-image: url(images/index_search_bg.jpg);
  background-repeat: repeat-x;
  border: 1px solid #116caa;
  color: #477e92 !important;
  font-size: 12px;
  width: 160px;
  padding-right: 35px;
  padding-left: 12px;
  font-family: Verdana, Geneva, sans-serif;
  border-radius: 3px;
  line-height: 2;
  height: 22px;
}


/* ---------------------------------------------------------------- */
/*	 4. 首頁 home
/* ---------------------------------------------------------------- */
#home-banner {
  position: relative;
  height: 346px;
  border: 1px solid #dcdcdc;
  margin-bottom: 18px;
}

.home-banner-inco{
  position: absolute;
  right: 37px;
  top: 310px;
}

.home-banner-inco a {
  background-image: url(images/index_50.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 14px;
  width: 14px;
  display: block;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}
.home-banner-inco a:hover , .home-banner-inco .select{
  background-position: 0px -30px;
 
}


#home-news {
  background-image: url(images/index_news_bg.jpg);
  background-repeat: repeat-x;
  height: 32px;
  position: relative;
  margin-bottom: 20px;
}
#home-news h3 {
  background-image: url(images/index_news_hd_bg.jpg);
  background-repeat: no-repeat;
  height: 27px;
  width: 131px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  padding-top: 5px;
  padding-left: 27px;
  line-height: normal;
}

.home-newsList {
  width: 700px;
  height: 22px;
  position: absolute;
  left: 180px;
  top: 7px;
  overflow: hidden;
}

.home-newsList .newsItem {
  position: absolute;
  left: 0;
  top: -22px;
}

.home-newsList .newsItem.active {
  top: 0;
}

.home-newsList .newsItem time {
  color: #434343;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-right: 30px;
}
.home-newsList .newsItem a {
  color: #166b9a;
  font-size: 14px;
  text-decoration: none;
  width: 700px;
  height: 22px;
  display: block;
  overflow: hidden;
}
.home-newsList .newsItem a:hover {
  color: #333333;
}

.home-news-btn {
  position: absolute;
  top: 9px;
  right: 25px;
  height: 16px;
  width: 38px;
}
.home-news-btn a {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
}
.home-news-btn a:hover {
  background-position: 0px -30px;
}
.home-news-btn .arrow_l {
  background-image: url(images/index_news_arrow_l.png);
  float: left;
}
.home-news-btn .arrow_r {
  background-image: url(images/index_news_arrow_r.png);
  float: right;
}

#home-all {
  height: 345px;
}
#home-all .home-box {
  position: relative;
  width: 275px;
  border: 1px solid #cccccc;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-radius: 10px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,222,222,1) 2%, rgba(247,247,247,1) 17%, rgba(255,255,255,1) 89%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(2%,rgba(222,222,222,1)), color-stop(17%,rgba(247,247,247,1)), color-stop(89%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 2%,rgba(247,247,247,1) 17%,rgba(255,255,255,1) 89%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 2%,rgba(247,247,247,1) 17%,rgba(255,255,255,1) 89%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 2%,rgba(247,247,247,1) 17%,rgba(255,255,255,1) 89%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 2%,rgba(247,247,247,1) 17%,rgba(255,255,255,1) 89%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  float: left;
  margin-right: 6px;
  margin-left: 6px;
}
#home-all .home-box h3 {
  font-size: 16px;
  color: #0179b8;
  background-image: url(images/index_tit_line.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 12px;
  line-height: normal;
  display: block;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

#home-all .home-box .pic { 
  width: 271px;
  height: 102px;
  margin-bottom: 12px;
  overflow: hidden;
}
#home-all .home-box img {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
#home-all .home-box img:hover {  
  width: 300px;
  height: 120px; 
  margin-left: -15px;
  margin-top: -15px;
  width: 271px \9;
  height: 102px \9;
  margin-left: 0px \9;
  margin-top: 0px \9;
  opacity: .7 \9;  
}
#home-all .home-box .info {
  height: 100px;
  overflow: hidden;
}
#home-all .home-box .info h4 {
  color: #101010;
  font-size: 16px;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
#home-all .home-box .info p {
  color: #000;
  line-height: 1.4;
}
#home-all .home-box-more {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  background-image: url(images/index_btn_bg.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 113px;
  display: block;
  padding-top: 5px;
  position: absolute;
  right: 14px;
  bottom: -16px;
  background-position: 0px 0px;
}
#home-all .home-box-more:hover {
  color: #FFFF33;
  background-position: 0px -53px;
}



.widget-banner {
  line-height: normal;
}
.widget-page  {
  /*width: 950px;*/
}
.widget-page .widget-header {
  position: relative;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  height: 70px;
  /*width: 700px;*/
  margin-right: 18px;
}
.widget-page .widget-header h1 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #99c2d8;
  line-height: normal;
  margin: 0px;
  font-size: 20px;
  color: #0065b0;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 0px;
  padding: 37px 20px 8px 0;
}


.sitelink {
  position: absolute;
  top: 32px;
  right: 5px;
  background-image: url(images/sitelink_inco.jpg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 5px;
  line-height: normal;
  width:200px;
}
.sitelink a {
  text-decoration: none;
  color: #a0a0a0;
  font-size: 12px;
}
.sitelink a:hover {
  color: #0065B0;
}
.sitelink a:before {
  content: "/";
  margin-left: 8px;
  font-weight: bold;
  color: #b8a480;
  padding-right: 6px;
  text-decoration: none;
}
.sitelink > a:first-child:before{
  content: "";
}


.about .text {
  margin-top: 50px;
  width: 700px;
}
.about .text p {
  /*line-height: 1.5;*/
}
#about .text .aboutBox1 {
  background-image: url(images/about01_pic1.jpg);
  background-repeat: no-repeat;
  background-position: right 60px;
  min-height: 500px;
  /*padding-right: 245px;*/
}
#about .text .aboutBox1 .info {
  /*margin-right: 35px;*/
}
#about .text .aboutBox1 .info2 {
  margin-top: 35px;
  margin-right: 100px;
}
#about .text .aboutBox2 {
  margin-top: -20px;
  min-height: 400px;
  background-image: url(images/about01_bg_line.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-right: 25px;
}


#about2 .text {
  background-image: url(images/about02_pic.jpg);
  background-repeat: no-repeat;
  background-position: right 280px;
  min-height: 600px;
}
#about2 .text .about2Box {
  background-image: url(images/about02_pic2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-right: 280px;
  min-height: 260px;
}


#about3 .text .about3box {
  background-image: url(images/about03_pic.jpg);
  background-repeat: no-repeat;
  height: 450px;
  width: 570px;
  margin-left: 47px;
  margin-top: 10px;
  position: relative;
}
#about3 .text .about3box p {
  font-size: 13px;
  color: #0075a9;
  font-weight: bold;
}
#about3 .text .about3box .p1 {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 200px;
}
#about3 .text .about3box .p2 {
  position: absolute;
  top: 420px;
  width: 200px;
  left: 0px;
}
#about3 .text .about3box .p3 {
  position: absolute;
  top: 420px;
  width: 170px;
  left: 360px;
}


#news .text {
  margin-right: 20px;
  margin-top: 30px;
}
#news ul.newsList li {
  width: 665px;
  height: 140px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 25px 14px 20px 18px;
  margin-bottom: 15px;
  background-image: url(images/news_li_logo.png);
  background-repeat: no-repeat;
  background-position: 408px bottom;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}
#news ul.newsList li:hover {
  border: 1px solid #10a6e9;
}
#news ul.newsList li .img {
  float: left;
  line-height: normal;
  border: 1px solid #898989;
  margin-right: 20px;
  position: relative;
}
#news ul.newsList li .img .img-bg {
  background-image: url(images/news_pic_hover.png);
  background-repeat: no-repeat;
  height: 138px;
  width: 215px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity:0;
  transition: opacity .3s;
}
#news ul.newsList li .img:hover .img-bg {
  opacity:1;
}
#news ul.newsList li h3 {
  font-size: 14px;
  color: #313131;
  line-height: normal;
  height: 32px;
  overflow: hidden;
  margin-top: 5px;
  display: block;
}
#news ul.newsList li time {
  font-size: 12px;
  color: #139ad6;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
#news ul.newsList li .info {
  font-size: 12px;
  color: #4b5682;
  height: 65px;
  overflow: hidden;
  margin-top: 10px;
}
#news ul.newsList li .more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #139ad6;
  font-size: 10px;
  color: #FFF;
  text-decoration: none;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-left: 12px;
  line-height: normal;
}
#news ul.newsList li:hover .more {
  background-color: #0065b0;  
}

#newsDia .widget-title {
  background-image: url(images/newDia_hd_line.jpg);
  background-repeat: repeat-x;
  background-position: top;
  margin-top: 30px;
  margin-right: 20px;
}
#newsDia .widget-title .hd {
  background-image: url(images/newDia_hd_inco.png);
  background-repeat: no-repeat;
  background-position: 14px 17px;
  padding-left: 70px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #b1b1b1;
  margin-bottom: 30px;
}
#newsDia .widget-title .hd h3 {
  line-height: normal;
  color: #313131;
  margin-bottom: 3px;
}
#newsDia .widget-title .hd time {
  font-size: 12px;
  color: #139ad6;
  font-family: Verdana, Geneva, sans-serif;
}
#newsDia .text {
  padding-right: 20px;
  padding-left: 15px;
  padding-bottom: 50px;
  background-image: url(images/newDia_line_bg_bot.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-right: 15px;
}
#newsDia .text p {
  /*line-height: 1.7;*/
  color: #4b5682;
}
#newsDia .pageNum {
  position: relative;
  margin-right: 8px;
}
#newsDia .pageNum_back {
  font-size: 14px;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  height: 25px;
  width: 90px;
  background: #268cc3; /* Old browsers */
  background: -moz-linear-gradient(top,  #268cc3 0%, #3eaeea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#268cc3), color-stop(100%,#3eaeea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #268cc3 0%,#3eaeea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #268cc3 0%,#3eaeea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #268cc3 0%,#3eaeea 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #268cc3 0%,#3eaeea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268cc3', endColorstr='#3eaeea',GradientType=0 );
  position: absolute;
  top: 0px;
  right: 0px;
}
#newsDia .pageNum_back:hover {
  background: #0088e8; /* Old browsers */
  background: -moz-linear-gradient(top,  #0088e8 28%, #002eb1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#0088e8), color-stop(100%,#002eb1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0088e8 28%,#002eb1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0088e8 28%,#002eb1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0088e8 28%,#002eb1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0088e8 28%,#002eb1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#002eb1',GradientType=0 ); /* IE6-9 */
}
#newsDia .arrow_r {
  position: absolute;
  top: 5px;
  right: 112px;
}
#newsDia .arrow_l {
  position: absolute;
  top: 5px;
  right: 152px;
}

#products .text {
  margin-top: 30px;
}
#products ul.proList li {
  height: 275px;
  width: 321px;
  margin-right: 12px;
  margin-bottom: 30px;
  margin-left: 13px;  
}
#products ul.proList li:hover {
  
}
#products ul.proList li .img {
  height: 170px;
  width: 288px;
  position: relative;
  margin-left: 16px;
}
#products ul.proList li .img{ 
  line-height:170px;
  margin-top:15px;
  height: 170px;
  width: 288px;
  background: #dfdfdf; /* Old browsers */
background: -moz-linear-gradient(top,  #dfdfdf 0%, #e3e3e3 10%, #f9f9f9 36%, #ffffff 48%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(10%,#e3e3e3), color-stop(36%,#f9f9f9), color-stop(48%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dfdfdf 0%,#e3e3e3 10%,#f9f9f9 36%,#ffffff 48%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dfdfdf 0%,#e3e3e3 10%,#f9f9f9 36%,#ffffff 48%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dfdfdf 0%,#e3e3e3 10%,#f9f9f9 36%,#ffffff 48%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dfdfdf 0%,#e3e3e3 10%,#f9f9f9 36%,#ffffff 48%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  }
#products ul.proList li .img .img-bg {
  background-image: url(images/productslist_li_hover_bg.png);
  background-repeat: no-repeat;
  height: 170px;
  width: 288px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity:0;
  transition: opacity .3s;
  display: none \9;
}
#products ul.proList li .img:hover .img-bg {
  opacity:1;
  display: block \9;
}

#products ul.proList li .tit {
  background-image: url(images/productslist_li_tit_bg.jpg);
  background-repeat: no-repeat;
  height: 33px;
  padding-top: 7px;
  padding-left: 17px;
}
#products ul.proList li .tit a {
  height: 30px;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-top: 3px;
}
#products ul.proList li .tit a:hover {
  color: #FFDE00;
}
#products ul.proList li .txt {
  background-color: #e9f0f0;
  border: 1px solid #e9f0f0; 
}
#products ul.proList li:hover .txt {
  border: 1px solid #39a1d9; 
}
#products ul.proList li .info { 
  margin-top: 15px; 
  margin-right: 16px; 
  margin-left: 16px; 
  padding-bottom: 10px; 
  height: 18px; 
  overflow: hidden; 
  white-space: nowrap;
}

/*次選單*/
ul.sub-menu {
  /*display: none;*/
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.sub-menu li {
  background-image: none;
}
ul.sub-menu li a {
  color: #626262;
  text-decoration: none;
  display: block;
  padding-left: 15px;
  background-image: url(images/productslist_sid_inco.jpg);
  background-repeat: no-repeat;
  background-position: 5px 12px;
}
ul.sub-menu li a:hover ,ul.sub-menu li .select {
  color: #3399FF;
}


#productsDia .box2 table{ float: none; width:650px !important; }
#productsDia .box2 table tr td{ padding:5px;}
#productsDia .box2 .table01{ width: 100px; float:left!important;}
#productsDia .box2 .table01 tr td{ margin-right: 10px; }

#productsDia .box2 table tr.gray{ background-color: #E7E7E7; }
#productsDia .text {
  margin-top: 33px;
}
#productsDia .proBox {
  width: 700px;
}
#productsDia .proBox-tit {
  background-image: url(images/productDia_tit_bg.jpg);
  background-repeat: no-repeat;
  height: 33px;
  padding-top: 8px;
  padding-left: 24px;
}
#productsDia .proBox-tit h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 550px;
  float: left;
}
#productsDia .proBox-tit .icon-prev {
    background: url(images/productDia_arrow_l.png) no-repeat 0% 50%;
    width: 40px;
    height: 20px;
    display: inline-block;
    padding-left: 15px;
    color: #fff;
    float: right;
    text-decoration: none;
}

#productsDia .proBox-tit .icon-next {
    background: url(images/productDia_arrow_r.png) no-repeat 75% 50%;
    width: 50px;
    height: 20px;
    display: inline-block;
    padding-right: 3px;
    color: #fff;
    float: right;
    text-decoration: none;
}

#productsDia .proBox-tit .icon:hover {
    opacity: .8;
}

#productsDia .proBox-txt {
  background-image: url(images/productDia_txt_bg.jpg);
  background-repeat: no-repeat;
  height: 346px;
}
#productsDia .proBox-txt .img {
  height: 323px;
  width: 535px;
  padding: 12px;
  float: left;
  position: relative;
}
#productsDia .proBox-txt .img img{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
}


#productsDia .proBox-txt .simg {
  float: right;
  width: 121px;
  padding-top: 25px;
  padding-left: 20px;
}
#productsDia ul.simgList li {
  height: 61px;
  width: 99px;
  border: 2px solid #d2d2d2;
  background-color: #FFF;
  margin-bottom: 12px;
  position: relative;
}

#productsDia ul.simgList li:hover ,#productsDia ul.simgList li.select {
  border: 2px solid #2aa1e0;
}
#productsDia ul.simgList li .triangle {
  position: absolute;
  left: -10px;
  top: 23px;
  height: 14px;
  width: 8px;
  background-image: url(images/productDia_triangle.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;  /*border-top: 8px solid white;左三角形
  border-right: 10px solid #2D89EF;
  border-bottom: 8px solid #eeeeee;
  display: inline-block;*/
  opacity:0;
  transition: opacity .3s;
}
#productsDia ul.simgList li:hover .triangle ,#productsDia ul.simgList li.select .triangle {
  opacity:1;
}
#productsDia .proNum {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 24px;
}
#productsDia .proNum .proBtn {
  height: 33px;
  width: 150px;
  text-decoration: none;
  color: #fff45c;
  display: inline-block;
  height: 28px;
  width: 130px;
  padding: 5px 0 0 20px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#productsDia .proNum .proBtn:hover {
  background-position: 0px -50px;
}
#productsDia .proNum .proBtn-add {
  background-image: url(images/productDia_btnAdd.png);
}
#productsDia .proNum .proBtn-inquiry {
  background-image: url(images/productDia_btnInquiry.png);
}

/*切換tab-----------------*/
/*box2*/
#productsDia .box2 {
  margin-top: 25px;
  line-height: 2;
}
/*功能切換*/
#productsDia .abgne_tab {
  clear: left;
  margin: 0px
  /*width: 635px;*/
}
#productsDia ul.tabs { 
  /*width: 100%; */
  height: 37px;
  border-topright-radius:10px;
}
#productsDia ul.tabs li {
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
}
#productsDia ul.tabs li a {
  display: block;
  font-size: 13px;
  color: #004986;
  text-decoration: none;
  text-align: center;
  width: 140px;
  height: 37px;
  padding: 0;
  margint: 2px;
  margin-left: 1px;
  background-image: url(images/productDia_tab_bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#productsDia ul.tabs li a:hover {
  /*background-color: #070d17;*/
  background-position: 0px -60px;
  color: #FFF;
  font-weight: bold;
}
#productsDia ul.tabs li.active a {
  background-position: 0px -60px;
  color: #FFF;
  font-weight: bold;
}
#productsDia ul.tabs li.active a:hover {
 /* background-color: #2F579B;*/
}
#productsDia div.tab_container {
  clear: left;
  width:705px;
}
#productsDia div.tab_container .tab_content {
  border: 1px solid #0783c8;
  padding: 25px 35px 25px 35px;
  border-radius: 5px;  
  /*內陰影*/
  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
  box-shadow: inset 0 3px 8px rgba(204,225,234,1);
  background-color: #f4f8fb;
  color: #013964;
  min-height: 250px;
  display: none;
}

#productsDia div.tab_container .active {
    display: block;
}


#productsCase {
  margin-left: 20px;
  margin-right: 20px;
}
.widget-header2 {
  position: relative;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  height: 65px;
  margin-bottom: 25px;
}
.widget-header2 h1 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #99c2d8;
  line-height: 1;
  margin: 0px;
  font-size: 20px;
  color: #0065b0;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 0px;
  padding: 37px 20px 8px 0;
}
#productsCase .text {
  min-height: 650px;
  /*margin-top: 25px;*/
}
ul.caseList li {
  background-image: url(images/cooperation_li_bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  border: 1px solid #cccccc;
  border-radius: 10px;
  position: relative;
  margin-bottom: 13px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 35px;
  padding-left: 15px;
}
ul.caseList li .img {
  line-height: normal;
  height: 160px;
  width: 232px;
  border: 5px solid #d2d2d2;
  float: left;
  margin-right: 24px;
  position: relative;
}
ul.caseList li:hover .img {
  border: 5px solid #3fa7dd;
}
ul.caseList li .img-triangle {
  background-image: url(images/cooperation_li_inco.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 20px;
  width: 12px;
  position: absolute;
  top: 65px;
  right: -17px;
}
ul.caseList li:hover .img-triangle {
  background-position: 0px -35px;
}
ul.caseList li .caseListBox h3 {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  line-height: normal;
}
ul.caseList li .caseListBox h3 .name {
  color: #139be7;
  padding-left: 10px;
}
ul.caseList li .caseListBox {
  width: 590px;
  float: left;
}
ul.caseList li .number_bg1 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  background-image: url(images/cooperation_number1.png);
  background-repeat: no-repeat;
  height: 47px;
  width: 44px;
  padding-top: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: Consolas;
  padding-left: 35px;
}
ul.caseList li .number_bg2 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  background-image: url(images/cooperation_number2.png);
  background-repeat: no-repeat;
  height: 47px;
  width: 44px;
  padding-top: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: Consolas;
  padding-left: 35px;
}
#productsCase .pageNum {
  text-align: right;
  padding-bottom: 10px;
}
#productsCase .pageNum_back {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  height: 25px;
  width: 90px;
  margin-right: 0px;
  background: #268cc3; /* Old browsers */
  background: -moz-linear-gradient(top,  #268cc3 0%, #3eaeea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#268cc3), color-stop(100%,#3eaeea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #268cc3 0%,#3eaeea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #268cc3 0%,#3eaeea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #268cc3 0%,#3eaeea 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #268cc3 0%,#3eaeea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268cc3', endColorstr='#3eaeea',GradientType=0 );
}
#productsCase .pageNum_back:hover {
  background: #0088e8; /* Old browsers */
  background: -moz-linear-gradient(top,  #0088e8 28%, #002eb1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#0088e8), color-stop(100%,#002eb1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0088e8 28%,#002eb1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0088e8 28%,#002eb1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0088e8 28%,#002eb1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0088e8 28%,#002eb1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#002eb1',GradientType=0 ); /* IE6-9 */
}


#download .text {
  margin-top: 40px;
}
#download .downloadBox {
  width: 700px;
}
#download .downloadBox .tit {
  color: #FFF;
  background-image: url(images/download_tit.jpg);
  background-repeat: no-repeat;
  height: 30px;
  font-family: Verdana, Geneva, sans-serif;
  padding-top: 10px;
  text-transform: uppercase;
}
#download .downloadBox .tit span {
  display: block;
  text-align: center;
  float: left;
  letter-spacing: 1px;
}
#download .downloadBox .text {
  margin-top: 40px;
}

.tableDownload {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1b7cab;
  
  box-shadow:
  rgba(0,0,0,0.3)
  0px 0px 15px 0px; 
}
.tableDownload tr .line {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dcdcdc;
}
.tableDownload tr:hover {
  background-color: #e8f2f7;
  color: #1089e5;
}
.tableDownload tr td {
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #b6b6b6;
}
.tableDownload tr td time {
  color: #013964;
}
.tableDownload tr td .name {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
.tableDownload tr:hover td .name {
  color: #1089e5;
}
.tableDownload .btnDownload {
  height: 25px;
  width: 117px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFF;
  padding-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #79caf8; /* Old browsers */
  background: -moz-linear-gradient(top,  #79caf8 0%, #79cbf8 50%, #5abdf2 52%, #5bbdf2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79caf8), color-stop(50%,#79cbf8), color-stop(52%,#5abdf2), color-stop(100%,#5bbdf2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #79caf8 0%,#79cbf8 50%,#5abdf2 52%,#5bbdf2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #79caf8 0%,#79cbf8 50%,#5abdf2 52%,#5bbdf2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #79caf8 0%,#79cbf8 50%,#5abdf2 52%,#5bbdf2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #79caf8 0%,#79cbf8 50%,#5abdf2 52%,#5bbdf2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79caf8', endColorstr='#5bbdf2',GradientType=0 ); /* IE6-9 */
}
.tableDownload .btnDownload:hover {
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
  /*Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.tableDownload .btnDownload i {
  background-image: url(images/download_inco_btn.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 10px;
  padding-right: 10px;
}


#buy {
  margin-left: 20px;
  margin-right: 20px;
}
#buy .text {
  padding-bottom: 30px;
}
#buy .widget-sidebar2 {
  float: left;
  width: 235px;
}
#buy .widget-ad {
  margin-left: 0px;
  padding-top: 2px;
}
#buy .widget-page2 {
  width: 650px;
  float: right;
  min-height: 650px;
}
#buy .dealerBox {
  background-image: url(images/dealer_zoom_inco.jpg);
  background-repeat: no-repeat;
  padding-left: 90px;
  height: 77px;
  padding-top: 5px;
}
#buy .dealerBox h3 {
  font-size: 14px;
  color: #0065b0;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
}
#buy .dealerBox h3 .p_blue {
  color: #34a7fd;
}
#buy .dealerBox p {
  font-size: 13px;
  color: #0065b0;
  line-height: normal;
}
ul.buyList li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #7d7d7d;
  width: 650px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

ul.buyList li .buyList-Box {
    float: left;
    width: 175px;
    height: 160px;
    margin-right: 50px; 
    position: relative; 
}

ul.buyList li .buyList-img {
  padding: 3px;
  border: 1px solid #dcdcdc;  
  font-size: 0;
  
  position: absolute;
  top: 50%;
  left: 0;  
  
}


ul.buyList li .buyList-img:hover {
  border: 1px solid #39a1d9;
}
ul.buyList li .buyList-txt h3 {
  font-size: 15px;
  color: #1b1b1b;
  margin-bottom: 5px;
}
ul.buyList li .buyList-txt table tr th {
  color: #959595;
}
ul.buyList li .buyList-txt table tr td {
  color: #000;
}
ul.buyList li .buyList-txt .mail {
  color: #01a1df;
}
ul.buyList li .buyList-txt .mail:hover {
  color: #0066FF;
}
ul.buyList li .buyList-map {
  background-image: url(images/dealer_map_btn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 24px;
  width: 50px;
  position: absolute;
  right: 3px;
  bottom: 25px;
  color: #0a4c7a;
  font-weight: bold;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 4px;
}
ul.buyList li .buyList-map:hover {
  background-position: 0px -40px;
  color: #FFFFFF;
}
#buy .dealerSearch {
  margin-top: 20px;
  margin-bottom: 24px;
}

#buy .dealerSearch select {
  color: #808080;
  border: 1px solid #434343;
  width: 220px;
  height: 25px;
  margin-bottom: 10px;
}
#buy .dealerSearch input {
  color: #808080;
  border: 1px solid #434343;
  width: 208px;
  height: 25px;
  padding-right: 5px;
  padding-left: 5px;
}
#buy .dealerSearchBtn {
  background-image: url(images/dealer_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 28px;
  width: 222px;
  text-align: center;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 17px;
  padding-top: 5px;
  font-weight: bold;
}
#buy .dealerSearchBtn:hover {
  background-position: 0px -50px;
}

#buyDealer {
  margin-left: 20px;
  margin-right: 20px;
}
#buyDealer .text {
  min-height: 650px;
  padding-top: 15px;
}
.contactBox {
  position: relative;
  min-height: 530px;
  padding: 40px 10px 20px 10px;
  border: 1px solid #dcdcdc;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f4f3f4 1%, #ffffff 7%, #ffffff 93%, #f4f3f4 99%, #f4f3f4 100%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#f4f3f4), color-stop(7%,#ffffff), color-stop(93%,#ffffff), color-stop(99%,#f4f3f4), color-stop(100%,#f4f3f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 
}
.contactBox .inco-mail {
  background-image: url(images/becomeDealer_mail_inco.png);
  background-repeat: no-repeat;
  height: 105px;
  width: 105px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.contactBox .contactBox-l {
  width: 600px;
  min-height: 490px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dcdcdc;
  padding-right: 17px;
  float: left;
}
.contactBox .tableContact {
  margin-top: 35px;
}
.contactBox .tableContact tr th {
  color: #061c6f;
  padding-right: 10px;
  padding-bottom: 14px;
}
.contactBox .tableContact tr td {
  padding-bottom: 14px;
}
.p_red {
  color: #e60012;
  padding-right: 5px;
}
.contactBox .input-contact {
  border: 1px solid #a8c4db;
  background-color: #e9f0f4;
  height: 25px;
  padding: 0 5px 0 5px;
  border-radius: 3px;
}
.contactBox .textarea-contact {
  border: 1px solid #a8c4db;
  background-color: #e9f0f4;
  height: 95px;
  border-radius: 3px;
  padding-right: 5px;
  padding-left: 5px;
}
.contactBox .contactBox-r {
  float: right;
  width: 270px;
  margin-left: 10px;
}
.contactBox .tableAdd {
  margin-top: 10px;
  margin-bottom: 15px;
}
.contactBox .tableAdd tr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d2d2d2;
}
.contactBox .tableAdd tr th {
  padding-top: 10px;
  padding-left: 4px;
}
.contactBox .tableAdd tr td {
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 4px;
  color: #000;
}
.contactBox .tableAdd tr td a {
  text-decoration: none;
  color: #000;
}
.contactBox .tableAdd tr td a:hover {
  color: #01a1df;
  text-decoration: underline;
}
.pageBtn {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.pageBtn a,.pageBtn button {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-image: url(images/becomeDealer_btn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 3px;
  height: 25px;
  width: 117px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.pageBtn a:hover,.pageBtn button:hover {
  background-position: 0px -50px;
}


#contact {
  margin-left: 20px;
  margin-right: 20px;
}
#contact .text {
  min-height: 650px;
  padding-top: 15px;
}
#contact .InquiryBox {
  margin-top: 20px;
  margin-bottom: 40px;
}
#contactOk {
  margin-left: 20px;
  margin-right: 20px;
}
#contactOk .text {
  min-height: 405px;
  padding-top: 15px;
  /*padding-bottom: 60px;*/
}

.contactOkBox {
  position: relative;
  min-height: 200px;
  width: 607px;
  padding: 40px 10px 20px 10px;
  border: 1px solid #dcdcdc;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f4f3f4 1%, #ffffff 7%, #ffffff 93%, #f4f3f4 99%, #f4f3f4 100%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#f4f3f4), color-stop(7%,#ffffff), color-stop(93%,#ffffff), color-stop(99%,#f4f3f4), color-stop(100%,#f4f3f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f4f3f4 1%,#ffffff 7%,#ffffff 93%,#f4f3f4 99%,#f4f3f4 100%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 
}
.contactOkBox .inco-mail {
  background-image: url(images/becomeDealer_mail_inco.png);
  background-repeat: no-repeat;
  height: 105px;
  width: 105px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.contactOkBox .contactText {
  background-image: url(images/mail_ok.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  margin: 0 0 0 50px;
  padding: 30px 0 0 150px;
  min-height: 102px;
}
.contactOkBox .contactText p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.contactOkBox .pageBtn{
  padding-top: 0px;
}
.tableInquiry {
  background-image: url(images/contact_table_line.jpg);
  background-repeat: repeat-x;
  background-position: top;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #3a98c4;
  border-left-color: #3a98c4;
}
.tableInquiry tr th {
  height: 37px;
  color: #FFF;
  font-weight: bold;
  padding-top: 3px;
  background-image: url(images/contact_table_line_th.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.tableInquiry tr td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #3a98c4;
  padding-right: 10px;
  padding-left: 10px;
}
.tableInquiry tr td .tableInquiry-name {
  color: #116bb7;
  font-weight: bold;
  text-decoration: none;
}
.tableInquiry tr td .tableInquiry-name:hover {
  text-decoration: underline;
}
.tableInquiry tr td .tableInquiry-img:hover {
  opacity:0.5;
}
.tableInquiry tr td input {
  height: 20px;
  width: 50px;
  text-align: center;
}
.tableInquiry tr td .InquiryBtn {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  height: 25px;
  width: 80px;
  padding-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background: #79cbf8; /* Old browsers */
  background: -moz-linear-gradient(top,  #79cbf8 0%, #79cbf8 50%, #5bbdf2 51%, #5bbdf2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79cbf8), color-stop(50%,#79cbf8), color-stop(51%,#5bbdf2), color-stop(100%,#5bbdf2));
  /*  Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #79cbf8 0%,#79cbf8 50%,#5bbdf2 51%,#5bbdf2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #79cbf8 0%,#79cbf8 50%,#5bbdf2 51%,#5bbdf2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #79cbf8 0%,#79cbf8 50%,#5bbdf2 51%,#5bbdf2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #79cbf8 0%,#79cbf8 50%,#5bbdf2 51%,#5bbdf2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79cbf8', endColorstr='#5bbdf2',GradientType=0 ); /* IE6-9 */ 
}
.tableInquiry tr td .InquiryBtn:hover {
  background: rgb(59,103,158); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); 
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}



.accordion{
  border-top-width: 1px;
}
.accordion-title a{
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #e6e5e5;
  background-image: url(images/qa_tit_line.jpg);
  background-repeat: repeat-x;
  background-position: top;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d3d3d3;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d3d3d3;
  padding: 15px 50px 15px 50px;
}
.accordion-title a i {
  background-image: url(images/qa_inco_q.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  height: 18px;
  width: 20px;
}
.accordion-title.actived a i {
  background-image: url(images/qa_inco_q_select.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  height: 18px;
  width: 20px;
}
.accordion-title.actived a{
  background-image: url(images/qa_tit_line_hover.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #53aadb;
  color: #FFF;
  /*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
}
.accordion-title a:after{
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  line-height: normal;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  content: "+";
  border: 1px solid #e1e1e1;
  padding: 0px;
  width: 18px;
  border-radius: 3px;
  background-color: #2c87c6;
}
.accordion-title.actived a:after{
  content: "-";
  color: #000;
  background-color: #ebf3f9;
}
.accordion-info{
  margin-bottom: 8px;  
}
.accordion .accordion-info .info {
  background-color: #ebf3f9;
  color: #000000;
  background-image: url(images/qa_inco_a.png);
  background-repeat: no-repeat;
  background-position: 19px 19px;
  padding: 18px 25px 18px 50px;
}
.accordion .accordion-info .info .remark{
  color: #7d7d7d;
  text-align: right;
  margin-top: 30px;
}



.show-close {
  background-image: url(images/addInquiry_close.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -20px;
  display: block;
  height: 30px;
  width: 34px;
}
.show-close:hover {
  opacity:0.8;
}


#showInquiry {
  min-height: 205px;
  width: 336px;
  border: 1px solid #949795;
  background-color: #FFF;
  padding: 3px;
  margin-top: 12px;
  margin-right: 20px;
}
#showInquiry .show-title {
  height: 38px;
  padding-top: 9px;
  background: rgb(58,162,219); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(58,162,219,1) 30%, rgba(29,127,174,1) 86%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(58,162,219,1)), color-stop(86%,rgba(29,127,174,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(58,162,219,1) 30%,rgba(29,127,174,1) 86%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(58,162,219,1) 30%,rgba(29,127,174,1) 86%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(58,162,219,1) 30%,rgba(29,127,174,1) 86%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(58,162,219,1) 30%,rgba(29,127,174,1) 86%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa2db', endColorstr='#1d7fae',GradientType=0 ); /* IE6-9 */
  position: relative;
  border: 1px solid #93c2df;
}
#showInquiry .show-title h4 {
  color: #ffde00;
  font-size: 16px;
  background-image: url(images/addInquiry_logo.png);
  background-repeat: no-repeat;
  background-position: 17px 4px;
  padding-left: 120px;
}
#showInquiry .show-info {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #949795;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
#showInquiry .show-btn {
  text-align: center;
  margin-top: 10px;
}
#showInquiry .show-btn a {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #000;
  line-height: normal;
  display: inline-block;
  margin: 0 4px 0 4px;
  padding: 8px 17px 8px 17px;
  background: rgb(106,106,106); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(106,106,106,1) 1%, rgba(79,79,79,1) 73%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(106,106,106,1)), color-stop(73%,rgba(79,79,79,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(106,106,106,1) 1%,rgba(79,79,79,1) 73%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(106,106,106,1) 1%,rgba(79,79,79,1) 73%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(106,106,106,1) 1%,rgba(79,79,79,1) 73%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(106,106,106,1) 1%,rgba(79,79,79,1) 73%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
}
#showInquiry .show-btn a:hover {
  background: rgb(67,67,67); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(67,67,67,1) 1%, rgba(32,32,32,1) 74%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(67,67,67,1)), color-stop(74%,rgba(32,32,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(67,67,67,1) 1%,rgba(32,32,32,1) 74%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(67,67,67,1) 1%,rgba(32,32,32,1) 74%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(67,67,67,1) 1%,rgba(32,32,32,1) 74%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(67,67,67,1) 1%,rgba(32,32,32,1) 74%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
}
#showMap {
  position: relative;
  background-color: #FFF;
  width: 698px;
  height: 500px;
  text-align: center;
  padding: 3px;
  border: 6px solid #dcdcdc;
  margin-right: 20px;
  margin-top: 10px;
}


.searchTotal {
  color: #a0a0a0;
  font-size: 12px;
  position: absolute;
  top: 41px;
  right: 5px;
  padding-left: 5px;
  line-height: normal;
}
.searchTotal .total {
  font-weight: bold;
  color: #C00;
  font-size: 15px;
  padding-right: 3px;
  font-family: Verdana, Geneva, sans-serif;
}

#tab2 p {
letter-spacing: -0.01em;
}
