.clear{
	clear: both;
}
/* header */
.header-top{
	width: 100%;
	height: 38px;
	background: #efefef;
}
.header-seo{
	float: left;
	line-height: 38px;
}
.header-seo a{
	font-size: 12px;
	color: #868686;
}
.header-keys{
	float: right;
	line-height: 38px;
}
.header-keys a{
	font-size: 12px;
	color: #868686;
	display: inline-block;
	margin-right: 6px;
}
.header-mid{
	height: 67px;
}

/* banner下方广告位 */
.index-banner-btm{
	margin-top: 42px;
}
.index-banner-btm .banner-btm-list{
	float: left;
    margin-right: 1%;
    width: 32.667%;
    max-height: 266px;
    overflow: hidden;
}
.index-banner-btm .banner-btm-list img{
	width: 100%;
	transition: .6s all;
}
.index-banner-btm .banner-btm-list:nth-child(3){
	margin-right: 0px;
}
.index-banner-btm .banner-btm-list:hover img{
	transition: .6s all;
	transform: scale(1.1);
}

/* 精品推荐 */
.index-jp-rec{
	margin-top: 60px;
}
.index-jp-rec .jp-rec-tit{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.index-jp-rec .jp-rec-tit h3{
	font-size: 21px;
    font-weight: normal;
    font-family: SimHei;
    color: #666;
}
.index-jp-rec .jp-rec-tit h4{
	font-size: 14px;
	color: #999;
	margin-top: 14px;
	font-weight: normal;
}
.index-jp-rec .jp-rec-info{
	margin-top: 30px;
}
.index-jp-rec .jp-rec-list{
	float: left;
    width: 24.6%;
    margin-right: 0.5%;
}
.index-jp-rec .jp-rec-list:last-child{
	margin-right: 0px;
}
.index-jp-rec .jp-rec-list div{
	width: 100%;
	max-height: 345px;
	overflow: hidden;
	position: relative;
	z-index: 9;
	border:1px solid #e5e5e5;
}
.index-jp-rec .jp-rec-list div img{
	width: 100%;
	height: auto;
	transition: .6s all;
}
.index-jp-rec .jp-rec-list h3{
	font-size: 14px;
    color: #fff;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    line-height: 52px;
    background: #0084d6;
    position: relative;
    z-index: 99;
    margin-top: -26px;
    transition: .6s all;
}
.index-jp-rec .jp-rec-list:hover div img{
	transition: .6s all;
	transform: scale(1.1);
}
.index-jp-rec .jp-rec-list:hover h3{
	color: #0084d6;
	background: #fafafa;
	transition: .6s all;
}

/* 产品中心 */
.index-product{
	width: 100%;
	margin-top: 70px;
	background: #fafafa;
	padding-top: 60px;
	padding-bottom: 85px;
}
.index-product .index-product-tit{
	width: 100%;
	/*width:1000px;*/
	margin: 0 auto;
	text-align: center;
}
.index-product .index-product-tit h3 {
    font-size: 22px;
    font-family: SimHei;
    color: #666;
}
.index-product-info{
	margin-top: 30px;
}
.index-product-info .index-product-list{
	display: none;
}
.index-product .cate-name-info{
	font-size: 14px;
    color: #6a6969;
    margin-top: 14px;
}
.index-product .cate-name-info a{
	font-size: 14px;
    color: #6a6969;
    cursor: pointer;
}
.index-product-info ul li{
	float: left;
	width: 24.6%;
    margin-right: 0.5%;
    background: #fff;
   	margin-bottom: 10px;
   	text-align: center;
   	padding-top: 30px;
   	padding-bottom: 10px;
   	overflow: hidden;
}
.index-product-info ul li img{
	max-width: 100%;
	transition: .6s all;
}
.index-product-info ul li:nth-child(4n){
	margin-right: 0px;
}
.index-product-info ul li h3{
	font-size: 14px;
    color: #666;
    margin-top: 15px;
    transition: .6s all;
}
.index-product-info ul li p{
	font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
}
.index-product-info ul li:hover img{
	transition: .6s all;
	transform: scale(1.1);
}
.index-product-info ul li:hover h3{
	color: #0084d6;
	transition: .6s all;
}
.cate-name-info .pro-active{
	color: #0084d6!important;
}
.cate-name-info .pro-active:nth-child(1)
{color: #28e879!important;}

/* 四大优势 */
.index-advantage{
	width: 100%;
	margin-top:80px;
	height: 260px;
	background: #0084d6;
}
.index-advantage .container-fluid{
	position: relative;
	z-index: 9;
}
.index-advantage-info{
	width: 100%;
	position: absolute;
	height: 290px;
	margin-top: 106px;
}
.index-advantage-list{
	float: left;
    width: 25%;
    height: 290px;
    background: #f1f1f1;
    text-align: center;
    transition: .6s all;
}
.index-advantage-list img{
	margin-top: 48px;
	transition: .6s all;
}
.index-advantage-list h3{
	font-size: 16px;
    color: #666;
    margin-top: 25px;
}
.index-advantage-list h4{
	font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-top: 23px;
}
.index-advantage-list:hover{
	background: #fff;
	box-shadow: 0 5px 10px #f0f0f0;
	transition: .6s all;
}
.index-advantage-list:hover img{
	-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/* 新闻资讯 */
.index-news{
	margin-top: 200px;
}
.index-news .index-news-tit{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.index-news .index-news-tit h3{
	font-size: 22px;
    font-family: SimHei;
    color: #666;
}
.index-news .index-news-tit h4{
	font-size: 14px;
	color: #999;
	margin-top: 14px;
}
.index-news-info{
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.index-news-list{
	float: left;
    width: 31.333%;
    margin-right: 3%;
}
.index-news-list:last-child{
	margin-right: 0px;
}
.index-news-list img{
	/*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .6s all;*/
    width: 100%;
}
.index-news-list:hover img{
/*	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
    transition: .6s all;
}
.index-news-list h3{
	font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index-news-list p{
	color: #999;
	line-height: 25px;
}

/* 关于我们 */
.index-about{
	max-width: 1920px;
	margin: 0px auto;
	margin-top: 100px;
	height: 350px;
}
.index-about .index-about-tit{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 55px
}
.index-about .index-about-tit h3{
	font-size: 21px;
    font-weight: 600;
    font-family: SimHei;
    color: #fff;
}
.index-about .index-about-tit h4{
	font-size: 14px;
	color: #fff;
	margin-top: 14px;
}
.index-about-info{
	width: 95%;
    margin: 40px auto;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

/* 底部 */
.footer-body{
	background: #f8f8f8;
    height: 370px;
    padding-top: 70px;
}
.footer-info-l{
	float: left;
	width: 90%;
}
.footer-info-m{
	float: right;
	width: 10%;
}

.footer-info-l dl{
	float: left;
	width: 25%;
	text-align: left;
}
.footer-info-l dl dt{
	font-weight: 400;
    font-size: 16px;
    color: #0084d6;
    margin-bottom: 30px;
}
.footer-info-l dl dd{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.footer-info-l dl dd a{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	transition: .6s all;
}
.footer-info-l dl dd a:hover{
	color: #0685c3;
	transition: .6s all;
}
.footer-info-m .footer-info-ewm1{
	text-align: center;
}
.footer-info-m img{
	max-width: 100%;
}

.footer-info-m .footer-info-ewm1 p{
	margin-top: 15px;
}

.footer-links{
	color: #a5a5a5;
	/*margin-top: 40px;*/
}
.footer-links a{
	color: #a5a5a5;
}
.footer-bottom{
	height: 46px;
	width: 100%;
	background: #0084d6;
	line-height: 46px;
	color: #fff;
}
.footer-bottom a{
	color: #fff;
}
.footer-bottom p{
	margin-bottom: 0px;
}
.footer-bottom-l{
	float: left;
}
.footer-bottom-r{
	float: right;
}


/* 响应式 */

@media (max-width:768px) {
	.index-banner-btm {
		margin-top: 3%;
	}
	.index-banner-btm .banner-btm-list {
	    margin-right: 3%;
	    width: 94%;
	    margin-left: 3%;
	    margin-bottom: 3%;
	}
	.index-jp-rec {
	    margin-top: 30px;
	}
	.index-jp-rec .jp-rec-info{
		margin-top: 20px;
	}
	.index-jp-rec .jp-rec-list {
	    width: 94%;
	    margin-right: 3%;
	    margin-left: 3%;
	    margin-bottom: 6%;
	}
	.index-product {
	    margin-top: 30px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.index-product-info ul li {
	    width: 47%;
	    margin-right: 1.5%;
	    margin-left: 1.5%;
	}
	.index-product-info ul li p {
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.index-product-info ul li h3 {
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.index-advantage-list {
	    width: 50%;
	    height: 200px;
	}
	.index-advantage-list img {
	    margin-top: 18px;
	}
	.index-news {
	    margin-top: 280px;
	}
	.index-news-list {
	    width: 94%;
	    margin-right: 3%;
	    margin-left: 3%;
	    margin-bottom: 8%;
	}
	.index-about {
	    margin-top: 15px;
	}
	.index-about .index-about-tit {
	    margin-top: 25px;
	}
	.index-about-info {
	    width: 94%;
	    margin: 20px auto;
	    color: #fff;
	    line-height: 28px;
	    height: 223px;
	    overflow: hidden;
	}
	.footer-body {
	    padding-top: 35px;
	    height: auto;
	    padding-bottom: 10px;
	}
	.footer-info-l {
	    width: 94%;
	    margin-left: 3%;
	    margin-right: 3%;
	}
	.footer-info-l dl{
	    width:50%;
	}
	.footer-info-l dl:nth-child(1){
	    width:100%!important;
	}
	.footer-info-l dl dt {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.footer-info-l dl dd a {
	    color: #838383;
	    line-height: 30px;
	    transition: .6s all;
	    font-size: 12px;
	}
	.footer-info-m {
	    float: left;
	    width: 94%;
	    margin-left: 3%;
	    margin-right: 3%;
	}
	.footer-info-m .footer-info-ewm1{
		width: auto;
	}
	
	

	
	/*.footer-info-r {
	    float: left;
	    max-width: 94%;
	    margin-left: 3%;
	    margin-top: 10px;
	}*/
	.footer-links {
	    margin-top: 10px;
	    width: 94%;
	    margin-left: 3%;
	}
	.footer-bottom-l {
	    display: none;
	}
	.footer-bottom-r {
	    width: 100%;
    	text-align: center;
	}
}