
/*公共部分*/
		 .navMenu {
			height: 70px;
			display: inline-block;
			margin-left: 10px;
		}
		 .navMenu .navItem{
			padding: 0 22px;
			color: #666666;
			line-height: 71px;
			float: left;
			position: relative;
			cursor: pointer;
			font-size: 15px;
		}
		 .navMenu .navItem.curClick{
			color: #333333;
			font-weight: bold;
		}
		 .navMenu .navItem.curClick:before{
			content: '';
			display: block;
			position: absolute;
			bottom: 24px;
			left: 22px;
			height: 2px;
			width: calc(100% - 44px);
			background: #333;
		}
		 .navMenu .navItem.active{
			color: #333333;
			font-weight: bold;
		}
		 .navMenu .navItem.active:before{
			content: '';
			display: block;
			position: absolute;
			bottom: 24px;
			left: 22px;
			height: 2px;
			width: calc(100% - 44px);
			background: #333;
		}
		 .navMenuContent{
			width: 100%;
			position: relative;
		}
		 .navMenuContent .borderLine{
			position: absolute;
			bottom: 0;
			left: 0;
		}
		 .navSearch .searchInput{
			text-indent: 0;
		}
		 .navSearch.focus{
			border:none;outline:medium;background: none;;
			border-color: #ccc;
		}
		 .navSearch.focus input {
			color: #333;border:none;outline:medium;background: none;
		}
		 .navSearch .searchBtns{
			width: 70px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
		}
		 .navSearch .searchBtns .searchSubmit{
			width: 40px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			text-align: center;
			line-height: 40px;
			cursor: pointer;
		}
		 .navSearch .searchBtns .searchSubmit .iconfont{
			font-size: 22px;
			font-weight: bold;
			color: #cccccc;
		}
		 .navSearch.focus .searchBtns .searchSubmit .iconfont{
			color: #666666;
		}
		 .navSearch.focus .searchBtns .searchSubmit:hover .iconfont{
			color: #267cf6;
		}
		 .navSearch .searchBtns .clearInput {
			width: 30px;
			height: 22px;
			position: absolute;
			top: 9px;
			left: 0;
			display: none;
		}
		 .navSearch .searchBtns .clearInput .line {
			width: 1px;
			height: 22px;
			background: #eee;
			position: absolute;
			top: 0;
			right: 0;
		}
		 .navSearch .searchBtns .clearInput .clearInputBtn{
			width: 22px;
			height: 22px;
			line-height: 20px;
			cursor: pointer;
		}
		 .navSearch .searchBtns .clearInput .clearInputBtn .iconfont{
			font-size: 22px;
			font-weight: bold;
			color: #cccccc;
		}
		.icon-search:before {
	content: "\e699"
}

@media only screen and (max-width:645px) {
	
		 .navSearch .searchBtns{
			width: 70px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
		}
		 .navSearch .searchBtns .searchSubmit{
			width: 40px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			text-align: center;
			line-height: 40px;
			cursor: pointer;
		}
		 .navSearch .searchBtns .searchSubmit .iconfont{
			font-size: 22px;
			font-weight: bold;
			color: #cccccc;
		}
		 .navSearch.focus .searchBtns .searchSubmit .iconfont{
			color: #666666;
		}
		 .navSearch.focus .searchBtns .searchSubmit:hover .iconfont{
			color: #267cf6;
		}
		
		  .iconfont{
			font-size: 30px !important;;
			font-weight: bold;
			color: #cccccc;
		}
		.icon-search:before {
	content: "\e699"
}
}

.page{    height: 60px;
    text-align: center;
    /* background: white; */
    width: 100%;
    padding-top: 20px;}
.pagination{   float: none !important;
    display: inline-block !important;}
.pagination li{    
    list-style: none;float: left;
    margin-left: 6px;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgb(224, 224, 224);
    width: 32px;
    height: 32px;
    line-height: 32px;}
.pagination li a{    display: inline-block !important;
    text-align: center;
    text-decoration: none;
    width: 32px;
    height: 32px;
    line-height: 32px;}
    
    .pagination .active{    float: left;
    border: 0px solid rgb(224, 224, 224);
    margin-left: 6px;
    text-align: center;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: rgb(237, 96, 27);
    vertical-align: middle;
    width: 34px;}
    .productGoTop:hover{
	background: url(../images/productGoTopHover.png) 100%;
}
    .productGoTop {
    width: 44px;
    height: 44px;
    background: url(../images/productGoTop.png) 100%;
    position: fixed;
    right: 190px;
    bottom: 68px;
    display: none;
    z-index: 9999999;
}


 
@media only screen and (max-width:645px) {
.productGoTop {right:10px}
}
 