/*-----  Global  ----*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,table,td,img,div,input{margin:0px;padding:0px; border-width:0;}
body{ background:url(../images/bg.png) repeat-x 0 0 #FFF; font-family:"ËÎÌå", Arial; font-size: 12px; color:#4c4c4c; text-align:center;}
a:link{color:#4c4c4c; text-decoration:none;}
a:visited{color:#4c4c4c; text-decoration:none;}
a:hover{color:#F00; text-decoration:underline;}
a:active{color:#F00; text-decoration:underline;}

ul li{list-style-type:none;}
.clear{clear:both;}
.floatLeft{float:left;}
.floatRight{float:right;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/ 
*html .clearfix {height: 1%;}
.clearfix {display: block;}
.mt5{ margin-top:10px;}
.mt6{ margin-top:3px;}
/* End hide from IE-mac */
#top, #nav, #flash, #wrap, #footlink, #foot{width:1000px; margin:0 auto;}

#top{ height:86px; background:url(../images/top.png) no-repeat 0 0;  position:relative;}
#top h1{display:none;}
/*----nav----*/
#nav{height:48px; position:relative;}
#nav ul{ width:1000px;  background-position:0 0; background-repeat:no-repeat;height:48px; margin:8px;position:relative;}
#nav ul li{float:left;font-size:16px;height:48px;overflow:hidden;}
#nav ul li a{display:block;height:48px;color: #FFFFFF;}
#nav ul li a:hover{background-position:0 -48px; background-repeat:no-repeat;}
#nav #nav_01{position:absolute;left:10px;width:70px;}
#nav #nav_01 a:hover{ background-position:-10px -48px;}
#nav #nav_02{position:absolute;left:90px;width:105px;}
#nav #nav_02 a:hover{background-position:-90px -48px;}
#nav #nav_03{position:absolute;left:205px;width:102px;}
#nav #nav_03 a:hover{ background-position:-205px -48px;}
#nav #nav_04{position:absolute;left:317px;width:102px;}
#nav #nav_04 a:hover{ background-position:-317px -48px;}
#nav #nav_05{position:absolute;left:429px;width:102px;}
#nav #nav_05 a:hover{background-position:-429px -48px;}
#nav #nav_06{position:absolute;left:541px;width:104px;}
#nav #nav_06 a:hover{ background-position:-541px -48px;}
#nav #nav_07{position:absolute;left:655px;width:97px;}
#nav #nav_07 a:hover{ background-position:-655px -48px;}
#nav #nav_08{position:absolute;left:762px;width:97px;}
#nav #nav_08 a:hover{ background-position:-762px -48px;}
.navlink{ position:absolute; width:66px; height:48px; top:0; right:23px;}
.navlink a{ display:block; line-height:16px;color: #FFFFFF}
#container {
   /* padding: 50px 0; */
    overflow: hidden;
    /* margin: 100px auto; */
}
#sliderContainer {
  position: relative;
  width: 90%;
  max-width: 972px;
  margin: 0 auto;
}

#slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: #DEDEDE solid 1px;
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

#slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slide {
  position: absolute;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.slide.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.slideCopy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* padding: 20px; */
  background-color: #fff;
  color: #333;
}

.slideCopy p { font-size: 18px; }

.arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: auto 0;
  cursor: pointer;
  z-index: 100;
  background-size: 10px;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#prev {
  left: 30px;
  background-image: url(../img/arrow-left.png);
  background-position: 13px center;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

#next {
  right: 30px;
  background-image: url(../img/arrow-right.png);
  background-position: 16px center;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}

.sliderHovered .arrow {
  opacity: 1;
  pointer-events: auto;
}

.sliderHovered #prev {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.sliderHovered #next {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}


#flash{ height:314px; padding-top:6px;}
.flashbg{ border:1px solid #C1C1C1;}
#wrap{ padding-top:10px; padding-bottom:10px;}
#left{ width:242px; _display:inline;}
#right{ width:749px; _display:inline; position:relative;}
.border{ border-left:1px solid #CBCBCB; border-right:1px solid #CBCBCB; border-bottom:1px solid #CBCBCB;}

.leftbox{ width:242px;}
.leftbox h2{ background-image:url(../images/wrap.png); background-repeat:no-repeat; text-indent:-9999px; overflow:hidden; height:37px; line-height:37px;}
/*flashimg*/
.flashimg{ background:-749px 0;}
.flashimgT{ padding-top:6px; padding-bottom:10px;}

/*service*/
.service{ background-position:-267px -74px;}
.serviceC ul{ padding:5px 10px;}
.serviceC li{text-align:left; height:35px; line-height:35px; background:url(../images/productli.png) no-repeat center center; font-size:14px; font-weight:bold; font:"ºÚÌå"; text-indent:50px;}

/*contact*/
.contact{background-position:0 -37px;}
.contactT{ padding:9px;}
.contactT p{text-align:left; line-height:25px; padding-left:5px;}
.contactimg{ display:block; width:240px; height:74px; background:url(../images/wrap.png) no-repeat -27px -74px; text-indent:-9999px; overflow:hidden; border:1px solid #CBCBCB;}

/*foot*/
#footbg{ background:url(../images/footbg.png) repeat-x 0 0;}
#foot{ height:92px; padding-top:35px; background:url(../images/footlogo.png) no-repeat left center;}
#foot p{ line-height:22px; color:#FFF; text-align:left; padding-left:260px;}
#foot a:link{color:#FFF;}
#foot a:visited{color:#FFF;}
#foot a:hover{color:#F00; text-decoration:none;}
#foot a:active{color:#F00; text-decoration:none;}