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

/* 头部 */
select {
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
padding-right: 20px;
}
.header_top{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
.header_top a{
	color: #333;
	margin-left: 16px
}
.header_top span{margin-right: 15px}

.header_bottom{
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 20px 0;
}
.header_bottom .badge{
	margin-left: 45px;
	margin-top: 20px
}
.header_bottom .badge .badge_year{
	font-size: 16px;
	color: #000;
}
.header_bottom .badge .badge_year b{
	color: #cc0107;
	margin: 0 2px;
	font-size: 18px;
}
.header_bottom .badge .badge_year img{
	
}
.header_bottom .badge .collect{
	display: inline-block;
	background-color: #ed6e00;
	padding: 3px 5px;
	color: #fff;
}
.header_bottom .badge .collect i{
	margin-right: 3px
}
.header_bottom .badge .qq{
	margin:0 10px
}
.header_bottom .badge a{display: inline-block;line-height: 16px;}
.header_bottom .right form{
	width: 435px;
	height: 40px;
	border: 3px solid #ed6e00;
	line-height: 40px;
	margin-top: 10px;
}
.header_bottom .right form .search-input{
	width: 260px;
}
.header_bottom .right form .login{
	width: 90px;
	height: 40px;
	background-color: #ed6e00;
	color: #fff;
	float: right;
	letter-spacing: 5px;
}
.logo h1{font-size:22px;margin-top: 17px;}
/* 导航 */
.nav{
	height: 40px;
	line-height: 40px;
	background-color: blue
}
.nav ul li{
	float: left;
	font-size: 16px;
	padding: 0 42px;
}
.nav ul li a{
	color: #fff;
}

/* banner */
.index_banner{
	height: 500px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_banner .slider{
	height: 500px;
}
.banner{
	width: 100%;
	position: relative;
	min-height: 300px;
}
.banner .slider{
	/*position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    margin-left: -960px;*/
}
.index_banner .slider ul{
	position: relative;
	height: 500px;
}
.banner .slider ul li{
	float: left;
	height: 500px;
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .slider ul li a{
	display: block;
}
.banner .iconf{
	position: absolute;
	width: 100%;
	bottom: 22px;
	left: 0;
	text-align: center;
	z-index: 12;
}
.banner .iconf span{
	display: inline-block;
	width: 60px;
	height: 10px;
	background-color: #e9edef;
	border-radius: 15px;
	margin-right: 10px;
	cursor: pointer;
}
.banner .iconf .current{
	background-color: blue;
}

/* 精品推荐 */
.recommendation{
	height: 720px;
	background: url('../images/recommendation_bg.png') no-repeat top center;
	padding: 40px 0 0;
	background-size: cover;
}
.recommendation .recommendation_con{
	background: #fff;
	overflow: hidden;
	min-height: 300px;
	padding: 35px 142px;
	border-top: 5px solid blue;
	margin-top: 36px;
	position: relative;
	width: 880px;
	margin: 0 auto;
}
.recommendation .recommendation_con .title{
	width: 120px;
	background-color:blue;
	color: #fff; 
	text-align: center;
	padding: 20px 0;
	position: absolute;
	top: 0;
	left: 9px;
}
.recommendation .recommendation_con .title img{
	margin-top: 12px;
}
.recommendation .recommendation_con .title h4{
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 5px;
	border-bottom: 2px solid #fff;
	padding-bottom: 12px;
}
.recommendation .recommendation_grids{
	position: relative;
	overflow: hidden;
	height: 590px;
}
.recommendation .recommendation_grids .recommendation_grids_item{
	position: absolute;
	width: 1000%;
	top: 0;
	left: 0;
	height: 590px;	margin-left: -20px;
}
.recommendation .recommendation_grids ul{
	width: 1000px;
	float: left;
}
.recommendation .recommendation_grids ul li{
	width: 280px;
	height: 280px;
	background-color: #e6e6e6;
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}
.recommendation .recommendation_grids ul li:hover p{bottom:0;}
.recommendation .recommendation_grids ul li img{
	vertical-align: middle;
	width: 100%;
	height: 280px;
}
.recommendation .recommendation_grids ul li p{
	position: absolute;
	bottom: -200px;
	transition: 0.3s ease-in-out;
	background: rgba(0,0,0,0.5);
	width: 100%;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	font-size: 16px;
    margin: 0 0 5px;
}
.recommendation .recommendation_grids ul li p b{
	display: block
}
.recommendation .but img{
	position: absolute;
	top: 42%;cursor: pointer;
}
.recommendation .but .prev{
	left: 76px;
}
.recommendation .but .next{
	right: 76px;
}
.recommendation .iconf{
	float: right;
}
.recommendation .iconf span{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #808080;
	margin-left: 5px;cursor: pointer;
}
.recommendation .iconf .on{background: blue}


/* 公司简介 */
.index_common{
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 20px 0;
}
.index_common .title{
	height: 1px;
	background-color: #dddddd;
	text-align: center;
	margin-bottom: 40px;
	position: relative
}
.index_common .title h4{
	margin: -10px 0 0;
	font-size: 24px;
	font-weight: normal;
	padding:0 20px;
	background-color: #f5f5f5;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	margin-top:0px
}
.about .about_con{
	height: 332px;
	background: url('../images/about_con_bg.png') no-repeat center;
	background-size: cover;
}
.about .about_con article{
	padding: 50px 30px;
	background: rgba(0,0,0,0.5);
	width: 755px;
	color: #fff;
	margin-top: 60px;
}
.about .about_con article p{
	font-size: 18px;
	line-height: 30px;
}
.gongsi{
	background: rgba(0,0,0,0.5);
	width: 280px;
	height: 260px;
	float: left;
	margin: 40px 0px 0px 20px;
}
.gongsi h1{
	color:red;
	text-align: center;
	padding: 50px 30px;
	font-size: 30px;
	line-height: 70px; 
}
/* 新品上市 */
.ewArrival_con ul{
	margin-left: -1%
}
.ewArrival_con ul li{
	text-align: center;
	width: 24%;
	margin-left: 1%;
	float: left;
	background: #fff;
	margin-bottom: 12px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2)
}
.ewArrival_con ul li p{
	font-size: 16px;
	color: #333;
	margin: 15px 0 5px
}
.ewArrival_con ul li img{
	width: 100%;
	height: 284px;
}
.ewArrival_con ul li h5{
	font-size: 16px;
	color: #ff0000;
}

/* 热销产品 */
.hot-sale{
	background-color: #20242f;
	overflow: hidden;
	padding: 50px 0;
}

/* 公司动态 */
.CompanyNews_con ul li{
	float: left;
	width:45%;
	font-size: 16px;
	line-height: 40px;
	padding-left: 5%
}
.CompanyNews_con ul li:before{
	content: "";
	width: 6px;
	height:6px;
	background-color: #333333;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
}
.CompanyNews_con ul li a:hover{color:blue;}
.CompanyNews_con ul li a{color: #000;}
.CompanyNews_con ul li span{float: right;font-size: 12px;}

/* footer */
.footer{
	overflow: hidden;
	background: #e1e1e1;
	padding: 30px 0;
	border-top: 1px solid #b7b7b7;
}
.footer .contact{
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 10px
}
.footer .contact span{
	display: inline-block;
	margin-left: 80px;
	font-size: 14px;
	color: #000;
}

.footer .footerNav {
	width:100%;
}

.footer .footerNav ul {
	width:100%;
	overflow: hidden;
	text-align: center;
}


.footer .footerNav ul li{
	display: inline-block;
	border-right: 2px solid #934600;
	padding:0 20px;
	margin-top: 10px;
}

.footer .footerNav ul li:last-child{
	border:none;
}

.footer .footerNav ul li a{
	color: #333;
}
.footer .copyright{
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 10px
}