body{
	background: #fff;
}
.carousel_index{
	margin-top: 55px;
}
.clear{
	clear: both;
}
.grid-left{
	width: 870px;
	min-height: 300px;
	float: left;
}
#searchBorder{
	width: 450px;
	margin:20px auto 10px;
}
#searchInput {
	float: left;
	width:335px;
	height: 36px;
	font-size: 16px;
	padding:0 0 0 10px;
	border:2px solid #8fc31f;
}
#searchBorder #searchBtn{
	border:0;
	float:left;
	width:90px;
	height:36px;
	line-height: 36px;
	background: #8fc31f;
	color:#fff;
	text-align: center;
	font-size: 16px;
}
.mallOptions{
	width: 100%;
	border: 1px solid #C2C2C2;
}
.mallOptions>ul>li{
	clear: both;
}
.mallOptions>ul>li>p{
	float: left;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 40px !important;
	width: 130px;
	text-align: right;
}
.mallCategory{
	float: left;
	width: 730px;
}
.mallCategory>ul>li{
	float: left;
	line-height: 40px;
	margin: 0 20px;
	cursor: pointer;
	font-size: 15px;
}
.mallCategoryDel{
	
}
.mallCategoryDel>ul>li{
	
}
.mallList{
	margin-bottom: 20px;
}
.mallList>ul>li{
	padding-top: 10px;
	margin-top: 20px;
	padding-left: 10px;
	background: #d7d7d7;
}
.mallList>ul>li:first-child{
	margin-top: 0;
}
.mallProduct{
	position: relative;
}
.productImg{
	float: left;
}
.productImg>img{
	width: 245px;
	margin-bottom: 10px;
}
.productText{
	float: left;
	width: 610px;
}
.productText>h1{
	font-size: 16px;    
	padding-top: 10px;
    padding-left: 10px;
}
.productText>p{
	font-size: 14px;
	padding-top: 9px;
    padding-left: 10px;
    /*height: 105px;*/
    padding-right: 10px;
}
.productText>p>span{
	font-size: 17px;
	font-weight: bold;
}
.productC{
	width: 120px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	right: 20px;
	font-size: 15px;
	border-radius: 5px;
	background: #8fc31f;
	color: #fff;
}
.productB1{
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: #8fc31f;
	color: #fff;
	font-size: 15px;
	float: left;
	margin: 17px 80px 10px 50px;
}
.productB2{
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: #8fc31f;
	color: #fff;
	font-size: 15px;
	float: left;
	margin: 17px 80px 0 0;
}
.mallList1{
	margin-bottom: 20px;
	background: #d7d7d7;
}
.mallList1>ul>li{
	width: 32%;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 1%;
	background: #D7D7D7;
}
.mallProduct1{
	position: relative;
}
.productImg1{
	width: 245px;
	display: block;
	margin: auto;
	cursor: pointer;
	position: relative;
}
.productImg1>img{
	width: 245px;
	height: 290px;
}
.productImg1:hover p{
	display: block;
}
.productImg1>p{
	display: none;
	position: absolute;
	color: #fff !important;
	height:290px;
	width: 245px;
	line-height: 290px !important;
	font-size: 19px !important;
	text-align: center;
	background:rgba(0,0,0,0.5) ;
}
.productText1{
	width: 100%;
}
.productText1>h1{
	font-size: 16px;    
	padding-top: 10px;
    padding-left: 10px;
}
.productText1>p{
	font-size: 14px;
	padding-top: 9px;
    padding-left: 10px;
    overflow: hidden;
    height: 105px;
    padding-right: 10px;
}
.productText1>p>span{
	font-size: 17px;
	font-weight: bold;
}
.productB3{
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: #8fc31f;
	color: #fff;
	font-size: 15px;
	margin: 17px auto 10px;
}
.page .pagination>li>a, .page .pagination>li>span {
    padding: 10px 25px;
    margin: 0 5px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.page {
	width: 220px;
	float: right;
	margin: 0 auto;
}
.paging{
	display: none !important;
}
.pagination>li {
	float: left;
}
.pagination .first a, .pagination .prev a, .pagination .next a, .pagination .last a {
    color: #000;
    background-color: #fff;
    border-color: #dcdcdc;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #000000;
}
.pagination>li>a, .pagination>li>span{
	color: #000000;
}
.first{display: none !important;}
.last{display: none !important;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #FF0000;
    border-color: #FF0000;
}

.grid-right{
	width: 220px;
	min-height: 300px;
	/*background: #f00;*/
	border: 1px solid #F0F0F0;
	float: right;
}
.grid-right>div {
    width: 220px;
    background: url(../../img/background/typetitlebg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 150px;
}
.grid-right>div h2 {
    font-size: 36px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    padding-top: 80px;
    margin-left: 13px;
}
.grid-right>div h3 {
    font-size: 12px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    padding-left: 13px;
    text-transform: uppercase;
}
.left_list .qq>p{
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}
.left_list .qq>a{
	font-size: 15px;
	margin-top:5px;
	margin-left: 65px;
}
.left_list .wx>p{
	text-align: center;
	clear: both;
	font-size: 15px;
	margin-top: 10px;
}
.left_list .wx>img{
	margin:5px auto 0;
	display: block;
}
.left_list .mobile>p{
	text-align: center;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 15px;
}
.left_list .mobile>h3{
	text-align: center;
	color: #ff5a71;
	margin-top: 5px;
}
.process-qq-two{
	position: relative;
}
.process-qq-two:hover .customer-process-two{
	display: block;
}
.customer-process-two{
	bottom: -207px;
	right: 50px;
}
.process-qq-two:hover .customer-process-one{
	display: block;
}
.customer-process-one{
	position: absolute;
	bottom: -207px;
	left: 50px;
}