#topNav{
	background: url(../Images/topBG.png) no-repeat;
	height: 150px;
}

#topNav #topBG{
	height: 40px;
	line-height: 40px;
	color: #fff;
}

#topNav #topMenu{
	padding: 15px 0px;
}

#topNav #topMenu #mentText{
	margin-top: 30px;
}

#topNav #topMenu #mentText li{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #083D9F;
	float: left;
	padding: 0px 15px;
}

/*分类菜单*/
#categoryMenu{
	display: none;
	margin-top: 20px;
}

#categoryMenu li{
	width: 33%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

#categoryMenu li a{
	display: inline-block;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 50%;
	text-align: center;
	background: linear-gradient(#1E8DBD 50%,#78b7fc);
	box-shadow: 3px 4px 5px #ccc;
}

#categoryMenu li:nth-of-type(1) a{
	background: linear-gradient(#ff5d58 50%,#ffb383);
}

#categoryMenu li a img{
	width: 72px;
}

#Banner{
	padding: 0;
}

.subTitleBG{
	width: 366px;
	height: 70px;
	margin: 15px auto;
	text-align: center;
	
	background: url(../Images/SubListBG.gif) no-repeat;
}

.subTitleBG{
	width: 366px;
	height: 70px;
	margin: 15px auto;
	text-align: center;
	color: #1469C4;
	line-height: 36px;
	font-size: 32px;
	font-weight: bold;
	
	background: url(../Images/SubListBG.gif) no-repeat;
}

.subTitleBG .enText{
	font-family: arial;
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
}

.productCon div p{
	line-height: 16px;
}

.productCon div:hover{
	opacity: 0.9;
}

.productCon div img{
	width: 100%;
	height: 200px;
}

.commonTitle{
	background-color: #1469C4;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
}

.commonTitle h5{
	font-size: 24px;
}

.commonTitle h5 span{
	font-size: 18px;
}

#aboutUS p{
	text-indent: 2em;
}

/*新闻信息*/
.InfoList li,.InfoList p{
	line-height: 32px;
	background: url(../images/arrow.gif) no-repeat left center;
	border-bottom: dotted 1px #ccc;
	padding-left: 20px;
}

.InfoList li a{
	color: #333;
}

.InfoList li span{
	float: right;
	color: #ccc;
}

#Copyrights{
	background-color: #000;
	color: #878787;
	text-align: center;
}

#Copyrights a{
	color: #d98200;
}

.colorORG{
	color: #FF9900;
	font-weight: bold;
}

.colorRed{
	color: rgb(200, 17, 24);
	font-weight: bold;
}

.delPrice{
	color: #999;
	text-decoration: line-through;
}

.marginTB20{
	margin: 20px auto;
}

.paddingTB15{
	padding: 15px 0;
}

#demo01 {
    display: none;
}

.TitleBG {
    font-weight: bold;
    background-color: #fafafa;
    padding: 3px;
}

@media all and (max-width: 620px) {
    .hide620 {
    display: none;
  }
  
  #mentText {
    display: none;
  }
  
  #categoryMenu{
  	display: block;
  }

  #demo01 {
    display: block;
  }
  
  .productCon div img{
	width: 100%;
	height: 120px;
  }
  
  #navLeft{
  	display: none;
  }

    #Copyrights span {
        /*display: none;*/
    }
}


