@charset "utf-8";
body{ margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
background: url(images/bg-1.jpg) #ededed ;}


#wrapper{ width:1003px;	

height:auto;
margin-left:auto;
margin-right:auto;}

#main{width:100%;

height:auto;

}

#top{ width:100%; height:auto; float:left; margin-top:40px;}

#logo1{width:90%; height: auto; float:left; padding-left:70px;animation-name:logo1;
animation-duration:5000ms;
animation-iteration-count: infinite;
animation-duration:2s;

-webkit-animation-name:logo1;
-webkit-animation-duration:5000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration:2s;}
@keyframes logo1{
0%{opacity:0.4;}

100%{}
}



#total{
width:95.8%;
float:left;
height:auto;
margin-left:2%;
margin-top:2%;
border-radius:6px;
box-shadow:3px 3px 3px #888888;
background-color:#FFFFFF;}

#total1{ width:99%;
height:auto;
float:left;}

#banner{ width:100%;
height:auto;
float:left;
padding-left:5px;}

#menu{ width:84%;
height:62px;
float:left;
background-image:url(images/menubg.png);
background-repeat:no-repeat;
position:absolute;
margin-left:1%;
margin-top:420px;
}



#product{ width:90%;
height:auto;
float:left;
margin-left:2%;}

#content{ width:100%;
height:auto;
float:left;}

#line{ width:100%;
height:auto;
float:left;}
#footer{ width:100%;
height:auto;
float:left;}

.text{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:30px;}
.footertext{ font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;}


#cssmenu {
  position: relative;
  height: 44px;

  width: auto;
  margin-top:-5px;
  
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
	position: relative;
	display: block;
	height: 32px;
	width: 100%;
	z-index: 500;
}
#cssmenu > ul > li.s2{
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li.s2 a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li.s2 > a {
  font-size: 14px;

  padding: 15px 40px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #cccccc;
  background: #4b6dfe;
    border-radius:0 50px 50px 0;
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #000000;

}
#cssmenu > ul > li:hover::after {
  border-top-color: #000000;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  border-bottom:#0033CC;

  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}

#cssmenu ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul li ul li.s3 a{
  width: 150px;
	  height:10px;
  border-bottom: 1px solid #eee;
  border-top:1px solid #eee; 
  padding: 15px 20px;
  font-size: 11px;
  color: #000000;
  background: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul li ul li.s1 a{
  width: 150px;
  padding: 15px 20px;
  margin-top:-12px;
  font-size: 12px;
  color:#0000CC;
  background: #FFF;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}


#cssmenu ul ul li:hover > a {
  background: #f6f6f6;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}

#cssmenu ul ul li.s1{ height:40px;
font-family:Arial, Helvetica, sans-serif;
color:#000099;!important
font-size:10px;!important

}




.online a {
width:10%; height:25px;  right: -3%;  position:fixed; margin-top:21%; transition: all 0.7s; z-index:100;}

.online a:hover {
width:10%; height:25px; right: 8%; position:fixed; margin-top:21%; transition: all 0.7s; z-index:100;}
.protext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:20px;
}
.more{ font:Arial, Helvetica, sans-serif;
font-size:13px;
color:#0066CC;
text-decoration:none;
}
.more:hover{ font:Arial, Helvetica, sans-serif;
font-size:13px;
color: #000000;
text-decoration:none;
}

.heading{ font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#0066CC;}

.heading1{ font:Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
font-style:italic;}

.line{ border-bottom:#999999	 solid 1px;}

.text1{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:20px;}
