@charset "utf-8";
/* CSS Document */


.web header.pageHeader{
	position: absolute;
	z-index: 99;
}
.web .pageBody{
	padding-top:95px;
}
.web .wrapper{
	width:1150px;
}


.web aside{
	height:55px;
	width:100%;
	background-color:#335e8d;
	float:none;
	clear:both;
	
	position:absolute;
	left: 0;
	top: 135px;
	z-index: 100;
}
.web .pageBody aside .wrapper{
	height:55px;
	background:none;
}
.web aside.fixed{
	top: 0;
	position: fixed;
}
.web .rootColumnTitlebar{
	background:none !important;
	font-size:24px;
	line-height:55px;
	color:#FFF;
	text-indent:40px;
}


.web .subNav{ position:absolute; right:0px; top:0px;}
.web .subNav ul{}
.web .subNav li ul{ display:none;}
.web .subNav li.current ul{ display:none;}
.web .subNav li.focusOpen ul{ display:none;}


.web .subNav li{ width:100px; float:left; position:relative; text-align:center; display:block; height:55px; line-height:55px; width:auto; display:inline-block;}

.web .subNav li a{
	padding-top: 0px;
	color: #FFF;
	font-size: 14px;
	background-image: url(../images/subNavListItemBg.png);
	display: block;
	width: 100%;
	height: 100%;
	width:auto; display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
.web .subNav li.current a{ font-weight:bold;}












.web .pageContent{
	width:1150px;
}
.web .columnTitlebar{
	display:none;
}
.web .columnLocation{
	display:none;
	left: 0; right: auto;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	line-height: 50px;
}
.web .columnContent{
	margin-bottom:20px;
	padding-top:20px;
}








.web #banner {
	background-image:url(../../topAside/images/banner/2.jpg);
	width:100%;
	min-width:1000px;
	height:95px;
	background-position:center top;
}



.web #pageBody4 #banner {
	background-image:url(../../topAside/images/banner/4.jpg);
}


.web #pageBody5 #banner {
	background-image:url(../../topAside/images/banner/5.jpg);
}


.productInfoNav{ position: absolute; top: 810px; z-index: 10; width: 100%; background-color: #eee; display: none; /*border-top: solid 5px #fff;*/}
.productInfoNav ul{ width: 1150px; display: block; margin: auto; position: relative;background-color: #eee;height: 45px; padding-left: 5px;}
.productInfoNav li{text-align: center; display: block; position: relative; height: 45px; width:140px; float: left; padding-top: 5px;}
.productInfoNav li a{background-color: #eee; display:block; color: #333;line-height:35px; cursor: pointer; border-right: #ccc solid 1px; font-size: 16px;}
.productInfoNav li:hover a{background-color: #ccc; }

.productInfoNav li.active a{background-color: #f39800; color: #fff;}

.productInfoNav li#productTitle{ width: 300px;}
.productInfoNav.fixed{ position: fixed; top: 55px;}



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: url(../fonts/MaterialIcons-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  /*cursor: default;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
	margin-top: 8px;
}


.btn {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  outline: none;
  font-family: inherit;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}



.float_tools {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 10;
  font-size: 0;
  width: 40px;
}
.float_tools .btn {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: .9;
  background-color: #333;
  color: #fff;
  margin-top: 5px;
}
.float_tools .btn:hover {
  opacity: 1;
}


.float_tools .btn_scroll_to_top {
  display: none;
}
.float_tools .btn_scroll_to_top.active {
  display: block;
  -webkit-animation: scroll_to_top_ani .3s ease-out;
  animation: scroll_to_top_ani .3s ease-out ;
}




.float_tools .btn_backhome {
  background-color: #0081e7;
}

.float_tools .btn_favorite {
  background-color: #ef3a3a;
}
.float_tools .btn_favorite.active .no,
.float_tools .btn_favorite .ok {
  display: none;
}
.float_tools .btn_favorite.active .ok {
  display: inline-block;
}
.float_tools .btn_favorite.active {
  -webkit-animation: scroll_to_top_ani .3s ease-out;
  animation: scroll_to_top_ani .3s ease-out ;
}
