/**
 * 公共样式
 */
body{
	background: #f8f8f8;
	font-family: Arial,Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
.w{
	width: 1200px;
	margin:0 auto;
}
.btn{
	display: inline-block;
	border: 1px solid #bdbdbd;
	padding: 6px 30px;
	color: #333;
	font-size: 14px;
	text-decoration:none;
}
.btn:hover{
	border:solid 1px #d8a464;
	background:#c4904f;
	color:#fff;    
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}
.clearfix:after{
	clear:both;
}
/**
 * 首页
 */
/*头部*/
.header{
	padding:20px 0;
}
.header .logo{
	float: left;
}
.header .nav{
	float: right;
}
.header .nav>ul>li{
	float: left;
	padding-top: 12px;
	margin-left: 50px;
	position: relative;	
}
.header .nav .ul li{
	white-space: nowrap;
	line-height: 30px;
	font-size: 14px;
	
}
.header .nav .ul li a{
	color: #777;	 
}
.header .nav li a{
	color: #333;
	text-decoration: none;
}
.header .nav li a p:first-child{
	color: #999;
	font-size: 12px;
}
.header .nav .ul{
	position: absolute;
	top: 50px;
	left: -30px;
	min-width: 100%;
    background: #f8f8f8;
    z-index: 99;
    padding: 20px 30px 10px 30px;
    visibility:hidden;
    opacity: 0;
    transition:opacity 0.5s ease-in 0s;
}
.header .nav li:hover .ul{
	visibility:visible;
	opacity: 0.95;
}
.header .nav li:hover>a{
	color: #c4904f;
}
/*banner*/
.banner{
	width: 100%;
	height:calc(31.25vw);
	position: relative;
	overflow: hidden;
}
.banner .banner_list{
	width: 400%;
	height:100%;
	position: absolute;
	left:-100%;
}
.banner .banner_list ul{
	height: 100%;
}
.banner .banner_list li{
	width:calc(100% / 4);
	height: 100%;
	list-style: none;
	float: left;
}
.banner .buttons { 
	position: absolute; 
	height: 8px;
	width: 100%; 
	z-index: 2; 
	bottom: 3.2%; 
	left: calc(50% - 50px);
}
.banner .buttons span { 
	cursor: pointer; 
	float: left; 
	border: 1px solid #fff; 
	width: 10px; 
	height: 10px; 
	border-radius: 50%; 
	background: #999; 
	margin-right: 10px;
}
.banner .buttons .on {  
	background: #d8a464;
}
.banner .prev{
	left: 20px;
}
.banner .next{
	right: 20px;
}
.banner .prev,.banner .next { 
	cursor: pointer; 
	line-height: 40px; 
	text-align: center; 
	font-size: 28px; 
	font-weight: bold; 
	width: 30px; 
	height: 40px;  
	position: absolute; 
	z-index: 2; 
	top: calc(50% - 20px); 
	background-color: RGBA(0,0,0,.3); 
	color: #fff;
	text-decoration: none;
}
.banner .prev:hover,.banner .next:hover { 
	background-color: RGBA(0,0,0,.7);
}
/*products*/
.wrap{

}
.products{
	overflow: hidden;
}
.products .item{
	float: left;
	position: relative;
	width: 33.33333333%;
	overflow: hidden;
}
.products .item a{
	color: #754d3a;

}
.products .item .nature{
	position: absolute;
	top: 0;
	left: 0;
}
.products .item:hover .img{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
}
.nature p{
	width: 80%;
	margin: -48px auto;
	text-align: center;
	padding: 7px;
	border-top: 1px solid #754d3a;
    border-bottom: 1px solid #754d3a;
    transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0,50px,0) scale(1.1);
    -ms-transform: translate3d(0,50px,0) scale(1.1);

}
.products .item .nature:hover p{
	opacity: 1;
	transform: translate3d(0,-20px,0) scale(1);
	-ms-transform: translate3d(0,-20px,0) scale(1);
}
.products .item img{
	vertical-align:bottom;
	background-color: rgba(255,255,255,0.7);

}
.products .item .png{
	width: 100%;
	border: 15px solid #fff;
	box-sizing: border-box;
}
/*title*/
.title{
	/*background: #fff;*/
	padding: 20px 0;
}
.title p{
	font-size: 20px;
	color: #999;
	margin-bottom:6px;
}
.title h2{
	font-size: 20px;
	color: #333;
	display: inline-block;

}
.title div:after{
	content: " ";
	width: 90%;
	height:1px;
	display: inline-block;
	background: #e5e5e5;
	margin-left: 15px;
	margin-bottom: 5px; 
}
/*about*/
.about{
	background: #fff;
	overflow: hidden;
}
.about .left,.about .right{
	float: left;
}
.about img{
	vertical-align:bottom;
}
.about .right{
	width: 64%;
	padding:40px 40px 0px;
	box-sizing: border-box; 
	text-align: justify;
	color: #333;
}
.about .right .p{
	font-size: 10px;
	color: #999;
	margin-top: 20px;
}
.about .right .btn{
	float: right;
}
/*news*/
.news{
	overflow: hidden;
	text-align: center;
}
.news li{
	width: 49%;
	height: 157px;
	float: left;
	background: #fff;
	margin-right: 10px;
}
.news li a{
	color: #333;
}
.news li img{
	width: 40%;
	vertical-align:bottom;
	float: left;
}
.news li .main{
	width: 59%;
	float: right;
	padding:20px;
	box-sizing: border-box; 

}
.news li .main h5{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	text-align: left;
}
.news li .main p{
	color: #999;
	line-height: 20px;
	margin-top: 10px;
	text-align: justify;
}
.news .btn{
	margin-top: 30px;
}

/*design*/



/*footer*/
.footer{
	width: 100%;
	background: #333;
	margin-top: 20px;
}
.footer .left{
	width: 25%;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 40px;
}
.footer .left img:last-child{
	margin-top:30px;
	margin-bottom:-25px;
}
.footer .right{
	width: 70%;
	display: inline-block;
	margin-left: 20px;
}
.footer .right .first{
	overflow: hidden;
}
.footer .right .first li{
	width: 130px;
	float: left;
	margin:0 5px;
	color: #fff;
	text-align: center;
}
.footer .right img{
	width: 100px;
}
.footer .address{
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:20px;
}

.footer .address ul{
	display: inline-block;
	margin-right: 40px;
}

.footer .copyright{
	width: 100%;
	background: #252525;
	color: #fff;
	line-height: 50px;
}
/**
 * about页面
 */
.smallbanner{
	width: 100%;
	height:400px;
}
.about-main .smallnav{
	color: #999;
	margin-top: 20px;
}
.about-main .smallnav>div{
	background: #fff;
	padding: 30px;
	margin-top:20px;
	border-bottom: 1px solid #ccc;
}
.about-main .smallnav>div>a{
	color: #333;
	font-size: 16px;
	text-decoration: none;
	padding:0 30px;
}
.about-main .smallnav div a+a{
	border-left: 1px solid #ccc;
}
.about-main .smallnav div>a:hover{
	color:#d8a464;
	/*text-decoration:underline;*/
	border-bottom: 2px solid #d8a464;
}
.about-main .main{
	color: #333;
	font-size: 14px;
	background: #fff;
	padding: 30px;
}
.about-main .main p{
	text-indent:  2em;
	line-height: 2;

}

/**
 * news页面
 */
.news-main .smallnav{
	margin-bottom: 20px;
}
.news-main .news-item {
    width: 100%;
    padding: 10px 0;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    transition: all ease .5s;

}
.news-main .news-item-content {
    display: block;
    margin: 0 40px;
}
.news-main .news-item a{
    outline: 0;
    text-decoration: none;
    color: #333;
}
.news-main .news-item-content { 
	display: block;
	 margin: 0 40px; 
}
.news-main .news-item-time {
 display: inline-block; 
 float: left; 
 padding: 30px 25px; 
 background-color: #d8a464; 
 font-family: Arial; 
 font-size: 12px; 
 color: #fff; 
 line-height: 22px; 
 margin: 15px 40px 15px 0; 
 transition: all ease .5s; 
}
.news-main .news-item-time .time02 { 
	font-size: 20px; 
}
.news-main .news-item-main { 
	float: left; 
	width: 650px; 
}
.news-main .news-item-main .title { 
	font-size: 16px; 
	color: #575757; 
}
.news-main .news-item-main .description { 
	height: 44px; 
	font-size: 14px; 
	color: #6a6a6a; 
	line-height: 22px; 
	overflow: hidden; 
}
.news-main .news-item-main .description>p{
	line-height: 1.8;
}
.news-main .news-item-img { 
	float: right; 
	width: 200px; 
}
.news-main .news-item-img img { 
	max-width: 100%; 
}
.news-main .news-item:hover { 
	box-shadow: 0 0 10px rgba(0,0,0,.2); 
}
.news-main .news-item:hover .news-item-time { 
	margin-right: 30px; 
}
.news-main .news-item:hover .news-item-main .title {
	text-decoration: underline; 
}
.news-main .main h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.news-main .main .m{
	font-size:14px;
	line-height: 40px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.news-main .main .m span{
	margin:0 10px;
}
/**
 * dealers页面
 */
.dealers-main .res{
	margin-top:20px;
}
.dealers-main .res .res-item{
	width: calc(50% - 15px);
	float: left;
	background: #fff;
	margin-bottom: 20px;
	/*border: 1px solid #999;*/
}
.dealers-main .res .res-item:nth-child(2n){
	margin-left: 30px;
}
.dealers-main .res-item .left{
	width: 30%;
	float: left;
	overflow: hidden;
}

.dealers-main .res-item .right{
	width: 70%;
	float: left;
	padding:10px 30px;
	box-sizing: border-box; 
}
.dealers-main .res-item .left img{
	width: 100%;
	vertical-align:bottom;
	transition: All 1.2s ease-out;
}
.dealers-main .res-item:hover .left img{
	transform: scale(1.2);
}
.dealers-main .res-item .right p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.dealers-main .res-item .right p:first-child{
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.dealers-main .smallnav select{
	font-size: 14px;
	padding: 5px 10px;
	color: #666;
}
.dealers-main .smallnav form>div{
	float: left;
}
.dealers-main .smallnav input{
	float: left;
	width: 100px;
	height: 30px;
	margin-left: 50px;
}
/**
 * products页面
 */
.products-main .smallnav .xl{
	margin-bottom: 20px;
	font-size: 14px;
}
.products-main .smallnav .xl img{
	height: 50px;
	margin-right: 4px;
	/*vertical-align:baseline;*/
}
.products-main .smallnav .xl input{
	width: 15px;
	height: 15px;
	/*margin-left: -21px;*/
	
	vertical-align:text-bottom;
	margin-bottom:0px; 
}
.products-main .smallnav .xl label{
	margin-right: 15px;
}

.products-main .smallnav a{
	margin:10px 30px 0 80px;
	vertical-align:text-bottom;
	margin-bottom: -8px;
}
.products-main-products{
	padding-top: 20px;
	/*background: #fff;*/
}
.products-main-item{
	width: 260px;
	float: left;
	background: #fff;
	margin:10px 20px;
	overflow: hidden;

}
.products-main-item img{
	width: 100%;
	transition: all 0.6s ease-in-out; 
}
.products-main-item:hover img{
	 transform: rotate(360deg);

}
.products-main-item a{
	color: #333;
	line-height: 30px;
	text-decoration: none;
}
.products-main-item p{
	text-align: center;
}
.products-main .products-show-title{
	font-size: 16px;
	font-weight:bold;
	line-height: 40px;
	color: #333;
}
.products-main .products-show .left{
	width: 50%;
	float: left;
}

.products-main .products-show .right{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 50px;
}
.products-main .products-show .right p+p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.products-main .products-show .right p a{
	color: #b91d1d;
	text-decoration:none;
	display: inline-block;
	margin-top:20px;
}
/**
 * page
 */
.page{
	background: #fff;
	overflow: hidden;
	padding: 20px 0;
}
.page .main .pagination{
	overflow: hidden;
	
}
.page .main .pagination li{
	width: 25px;
	height: 20px;
	float: left;
	margin: 0 5px;
	border: 1px solid #ccc;
	font-size: 14px !important;
	text-align: center;
}
.page .main .pagination li:first-child{
	width: 70px;
	margin-left: 0;
}
.page .main .pagination li:last-child{
	width: 70px;
}
.page .main .pagination li a,
.page .main .pagination li span{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #666;
}
.page .main .pagination .active{
	background: #ddd;
}
.page .main .pagination li a:hover{
	background: #c4904f;
	color: #fff;
}

/*多页分页*/
.pager-list {  
    float: right;  
    position: relative;  
    font-size: 10pt;  
}  
  
    .pager-list > .pager {  
        display: block;  
        position: relative;  
    }  
  
    .pager-list ul li {  
        list-style: none;  
        float: left;  
        margin: 0 3px;  
        min-width: 37px;  
    }  
  
        .pager-list ul li.next,  
        .pager-list ul li.prev {  
            width: auto;  
        }  
  
        .pager-list ul li.disable a {  
            color: #848c94;  
        }  
  
        .pager-list ul li.text {  
            display: block;  
            height: 30px;  
            line-height: 30px;  
            text-align: center;  
            border: 0px;  
            color: black;  
            border-radius: 2px;  
            -webkit-border-radius: 2px;  
            -moz-border-radius: 2px;  
        }  
  
            .pager-list ul li.text input.go {  
                width: 25px;  
            }  
            .pager-list ul li.text select.go {  
                padding:2px 2px;  
            }  
            .pager-list ul li.text span.go {  
                color: #848c94;  
                margin-left: 2px;  
                cursor: pointer;  
                background-color: silver;  
                padding: 4px;  
                border-radius: 2px;  
                -webkit-border-radius: 2px;  
                -moz-border-radius: 2px;  
            }  
  
        .pager-list ul li a {  
            display: block;  
            /*width: 24px;*/  
            padding: 0 7px;  
            height: 26px;  
            line-height: 26px;  
            text-align: center;  
            border: 1px solid #848c94;  
            color: black;  
            border-radius: 2px;  
            -webkit-border-radius: 2px;  
            -moz-border-radius: 2px;  
        }  
  
            .pager-list ul li a:hover,  
            .pager-list ul li.active a {  
                background-color: #c4904f;
                color: #fff;  
            }  
