﻿*{
    box-sizing: border-box;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.main-container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	/* overflow:hidden; */
}
.main-left{float:left;width: 23%;}
.main-right{float:right;width: 75%;}
.full-main{
    width: 100%;
    min-width: 1200px;

}
.wap-menu {
    float: right;
    background: none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}

.wap-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}

.head-wrap{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.logo-row{
	
}
.logo-wrap img{
	height: 100%;
	display: block;
}

.search i{
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/search.png);
	cursor: pointer;
}
.search.search-block i{
	background: url(../images/close.png);
}
.search .pc-search-input{
	position: relative;
	display: none;
}
.search.search-block .pc-search-input{
	display: block;
}
.search .pc-search-input .search-in{
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 100;
	width: 300px;
	height: 36px;
	border: 1px solid #333;
	padding: 10px;
	z-index: 99999999;
}
.search .pc-search-input .search-btn{
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/search.png);
	position: absolute;
	top: 46px;
	right: 6px;
	z-index: 200;
	border: none;
	background-size: 100%;
}
.web-search{
	display: none;
}
.nav-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-row ul{
	display: flex;
}
.nav-row ul li{
	

	padding-right: 50px;
	
}
.nav-row ul li a{
	display: block;
	position: relative;
	line-height: 30px;
	padding: 10px 0;
	font-size: 18px;
}
.nav-row ul li a:after{
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	background: #a45f24;
	right: 0;
	bottom: 10px;
	z-index: -1;
	display: none;
}
.nav-row ul li:hover a{
	color: #a45f24;
}
.nav-row ul li:hover a::after{
	display: block;
}
.nav-row ul li.current-menu-item a{
	color: #a45f24;
}
.nav-row ul li.current-menu-item a:after{
	display: block;
}
#swiper1{
	height: 700px;
}
#swiper1 .swiper-slide img.wap-banner{
	display: none;
}
#swiper1 .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#swiper1 .swiper-pagination-bullet-active {
    background:#f25f05;
}

#swiper1 .swiper-button-next, #swiper1 .swiper-button-prev {
    color: #fff;
}
#swiper-sj{
	height: auto;
}
#swiper-sj .swiper-slide img.wap-banner{
	display: none;
}
#swiper-sj .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#swiper-sj .swiper-pagination-bullet-active {
    background:#f25f05;
}

#swiper-sj .swiper-button-next, #swiper-sj .swiper-button-prev {
    color: #fff;
}
/* products */
.text-center{
	text-align: center;
}
.products{

	padding-top: 100px;
	padding-bottom: 150px;
}
.title-row {
	margin-bottom: 80px;
}
.title-row .title p{
	font-size: 60px;
	font-weight: bold;
	font-family: Montserrat;
	text-transform: uppercase;
	color: #a45f24;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}
.title-row .title span{
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
	line-height: 24px;
	text-align: center;
}

.products .product-row{
	width: 80%;
	margin: 0 0 0 auto;
	position: relative;
}

#swiper2 .swiper-slide {
	width: 380px;
	margin-right: 40px;
	
}
#swiper2 .swiper-slide .pro-item a{
	display: block;
	overflow: hidden;
	background: #fff;
	/* padding-top: 40px; */
	/* padding-bottom: 70px; */
	position: relative;
}
#swiper2 .swiper-slide .pro-item a:after{
	content: '';
	width: 100%;
	display: block;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #a45f24;
}
#swiper2 .swiper-slide .pro-item a:hover p{
	color: #e83d18;
}






#swiper2 .swiper-slide .pro-item a:hover:after{
	background: #e83d18;
}
#swiper2 .swiper-slide .pro-item img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
#swiper2 .swiper-slide .pro-item p{
	font-size: 18px;
	color: #333;
	/* font-weight: bold; */
	padding: 0 70px;
	text-align: center;
	line-height: 1.2;
	height: 48px;
	overflow: hidden;
}
.product-row .swiper-button-next, .product-row .swiper-button-prev {
    position: absolute;
    top: 0;
	left: -120px;
    width: 80px;
    height: 80px;
    margin-top:0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
	background: #fff;
}
.product-row .swiper-button-next{
	margin-top: 100px;
}
.product-row .swiper-button-next:hover,.product-row .swiper-button-prev:hover{
	background: #e83d18;
}
.product-row .swiper-button-next:hover:after,.product-row .swiper-button-prev:hover:after{
	color: #fff;
}
/* about */
.about{
	padding-top: 80px;
	padding-bottom: 60px;
}
.about .title-row{
	margin-bottom: 50px;
}
.flex-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	/* background: #a45f24; */
}
.about-nav{
	width: 40%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	justify-content: space-between;
}
.about-nav a img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.about-nav a p{
	font-size: 16px;
	font-weight: bold;
	color: #a45f24;
}
.about .about-img{
	width: 40%;
	height: 535px;
}
.about .about-img img{/* width:100%; *//* height: 100%; */}
.about .about-text{
	width: 65%;
	height: 535px;
	background: #a45f24;
	padding: 90px 50px;
	position: relative;
}
.about-ico{margin-top: 50px;overflow: hidden;padding: 50px 0; background-attachment: fixed;
				background-size: cover;
				background-position: center center;}
.about-ico h5{color: #fff;text-align:center;font-size: 30px;font-weight: normal;line-height: 60px;}
.about-ico  li{float:left;color: #fff;text-align:center;width:25%;margin-top: 30px;font-size: 18px;line-height: 50px;}
.about-ico  li i{color: #fff;font-size:60px;}


@media (max-width: 767px) {

.about-ico  li{float:left;color:#fff;text-align:center;width:50%;margin-top: 30px;}
	
}
.about .about-text img{
	display: block;
	margin-bottom: 10px;
	text-align: center;
	margin: 0 auto;
}
.about .about-text p{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin-top: 25px;
	margin-bottom: 25px;
}
.about .about-text a{
	width: 200px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #cea581;
	position: absolute;
	bottom: 80px;
}
/* solution */
.solution{
	padding-top: 80px;
	padding-bottom: 80px;
	
}
.solution .title-row {
    margin-bottom: 50px;
}
.solution .title-row .title p {
    color: #fff;
}
.solution-list{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.solution-list .list-item{
	width: 25%;
	padding: 20px;
}
.solution-list .list-item .img{
	width: 100%;
	overflow: hidden;
}
.solution-list .list-item img{
	width: 100%;
	display: block;
	object-fit: cover;
	transition: all .3s ease;
}
.solution-list .list-item:hover img{
	transform: scale(1.1);
}
.solution-list .list-item p a{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
}
/* news */
.news{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f7f7f7;
}
.news .title-row {
    margin-bottom: 50px;
}
.news-list{
	display: flex;
	justify-content: start;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-right: -20px;
	margin-left: -20px;
}
.news-list .news-item{
	width: 33.33%;
	padding: 0 20px;
}
.news-list .news-item .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.news-list .news-item .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .3s ease;
}
.news-list .news-item .img:hover img{
	transform: scale(1.1);
}
.news-list .news-item .text{
	background: #fff;
	padding: 30px;
	position: relative;
}
.news-list .news-item .text .date{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #a45f24;
	position: absolute;
	top: 0;
	transform: translateY(-70%);
}
.news-list .news-item .text .date p{
	font-size: 30px;
	color: #fff;
}


.news-list .news-item .text .date span{
	font-size: 16px;
	color: #fff;
}
.news-list .news-item .text-content{
	margin-bottom: 30px;
}
.news-list .news-item .text-content a{
	font-size: 20px;
	line-height: 1.2;
	display: block;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 52px;
}
.news-list .news-item:hover .text-content a{
	color: #a45f24;
}
.news-list .news-item .text-content p{
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list .news-item .more a{
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.news-list .news-item .more a i{
	width: 24px;
	height: 24px;
	display: block;
	background: #a45f24 url(../images/more-ico.png);
	margin-left: 10px;
}
/* contact */
.contact .img{
	width: 50%;
	height: 320px;
	overflow: hidden;
} 
.contact .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.contact .text{
	width: 50%;
	height: 320px;
	background: #827366;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 100px;
} 
.contact .text h3{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 25px;
}
.contact .text p{
	font-size: 16px;
	color: #fff;
	width: 500px;
	line-height: 1.2;
	margin-bottom: 35px;
}
.contact .text a{
	width: 180px;
	height: 56px;
	display: flex;
	background: #a45f24;
	color: #fff;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
/* footer */
.footer{
	background: #222327;
}
.footer .footer-content.flex-box {
    align-items: flex-start;  
}
.footer .footer-content{
	padding-top: 100px;
	padding-bottom: 100px;
}
.footer-item h4{
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.footer-item ul li a{
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #7b8092;
}
.footer-item .add p{
	font-size: 16px;
	color: #fff;
	width: 380px;
	line-height: 30px;
	margin-bottom: 80px;
}
.footer-item .phone p{
	line-height: 36px;
	font-size: 16px;
	color: #7b8092;
}
.footer-item .follow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.footer .follow-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.footer .follow-wrap img{
	width: 146px;
	display: block;
	margin-bottom: 60px;
}
.footer-item .follow a{
	width: 48px;
	height: 48px;
	margin-left: 20px;
}
.footer-item .follow a:first-child{
	margin: 0;
}
.footer-item .follow a.facebook{
	background: url(../images/facebook.png);
}
.footer-item .follow a.tiwtter{
	background: url(../images/twitter.png);
}
.footer-item .follow a.in{
	background: url(../images/in.png);
}
.footer-item .follow a.youtobe{
	background: url(../images/youtube.png);
}
.footer .copyright-row{
	height: 120px;
	border-top: 1px solid #393a3f;
}
.footer .copyright-row p{
	color: #fff;
	font-size: 14px;
}

.page-bg{
	background: #f7f7f7;
}
.page-banner{
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	text-align: center;
}
.page-banner .category-title h3{
	font-size: 80px;
	font-weight: bold;
	font-family: Montserrat;
	color: #fff;
	/* text-transform: uppercase; */
}
.page-banner .category-title p{
	font-size: 16px;
	color: #999999;
	line-height: 1.2;
	width: 500px;
}


.breadcrumb{
	display: flex;
	justify-content: left;
	align-items: center;
	height: 80px;
}
.breadcrumb a{


	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.breadcrumb a:after{
	content: '>';
	margin-left: 10px;
	color: #c0c0c0;
}
.breadcrumb span{
	font-size: 14px;
	color: #999;
}
.page-categ{
	/* background: #fff; */
	/* padding: 20px; */
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: flex-start; */
}
.page-categ .cat-title{
	/* width: 280px; */
	/* height: 80px; */
	text-align: center;
	line-height: 60px;
	background: #a45f24;
	color: #fff;
	font-size: 24px;
	/* font-weight: bold; */
	clear: both;
	display: block;
	width: 100%;
}
.page-categ .cat-list{
	/* width: calc(100% - 280px); */
	/* padding-left: 40px; */
}
.page-categ .cat-list ul{
	/* display: flex; */
	/* justify-content: flex-start; */
	/* flex-wrap: wrap; */
}
.page-categ .cat-list ul li{
	width: 100%;
	padding: 0 10px;
}
.page-categ .cat-list ul li a{font-weight: bold;line-height: 40px;font-size: 16px;color: #a45f24;display: block;}
.page-categ .cat-list ul li a:hover{
	color: #e83d18;
}

.page-categ .cat-list ul li ul li a{
    font-weight: normal;
    color: #333;
}

.page-pic-list{
	display: flex;
	justify-content: left;
	margin-left: -20px;
	margin-right: -20px;
	flex-wrap: wrap;
	/* padding-top: 20px; */
	padding-bottom: 20px;
}
.page-pic-list .list-item{
	width: 25%;
	padding: 20px;
}
.page-pic-list .list-item a{
	display: block;
	background: #fff;
	border-bottom: 2px solid #a45f24;
	padding-top: 0px;
}
.page-pic-list .list-item:hover a{
	border-bottom: 2px solid #e83d18;
	box-shadow: 0 10px 20px rgba(108,108,108,.19);
}
.page-pic-list .list-item .item-img{
	width: 100%;
	
	overflow: hidden;
}
.page-pic-list .list-item .item-img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.page-pic-list .list-item .item-text{
	text-align: center;
	padding: 10px 20px 10px 20px;
}
.page-pic-list .list-item .item-text h4{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.page-pic-list .list-item:hover .item-text h4{
	color: #e83d18;
}
.page-pic-list .list-item .item-text span{
	font-size: 16px;
	color: #999;
	font-weight: bold;
}
.page-pic-list .list-item .item-text p{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 20px;
}
.navigation,.nav-links{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 80px;
}
.navigation a,.navigation span{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	font-size: 14px;
}
.navigation a{
	border: 1px solid #ddd;
	color: #666;
}
.navigation a:hover{
	border: none;
	background: #a45f24;
	color: #fff;
}
.navigation span{
	color: #fff;
	background: #a45f24;
}
.page-pt-list .list-item{

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
	height: 320px;
	background-color: #fff;
}
.page-pt-list .list-item .item-img{
	width: 40%;
	height: 320px;
	overflow: hidden;
}
.page-pt-list .list-item .item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.page-pt-list .list-item .item-text{
	padding: 40px 50px;
	background: #fff;
	width: 60%;
}

.page-pt-list .list-item .item-text .title a{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	display: block;
	line-height: 1;
	margin-bottom: 15px;

}
.page-pt-list .list-item:hover .item-text .title a{
	color: #e83d18;
}
.page-pt-list .list-item .item-text .tags{
	margin-bottom: 20px;
}
.page-pt-list .list-item .item-text .tags span{
	font-size: 16px;




	font-weight: bold;
	color: #bebebe;
	line-height: 1;
	margin-right: 10px;
}
.page-pt-list .list-item .item-text .tags span i{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #bebebe;
	border-radius: 2px;
	margin-right: 5px;
}
.page-pt-list .list-item .item-text p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 40px;
}
.page-pt-list .list-item .item-text .more{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 120px;
	height: 30px;
	background: #e83d18;
}


@media(min-width:1200px) {
	.main-container {
		 max-width:1140px
	}
   }
@media(min-width:1500px) {
	.main-container {
		max-width:1400px
	}
}
#swiper-sj{display: none;}
@media only screen and (max-width: 760px){
    .main-container{
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	
	}
	.page-pt-list .list-item{height: auto;}
	.full-main{
		width: 100%;
		min-width: 100%;
	}
	.row{
		margin-right: 0;
		margin-left: 0;
	}
	.head-box .top-row{
		display: none;
	}
	.wap-menu {
		display: block;
	
	}
	.head-wrap{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.search{
		display: none;
	}
	.web-search{
		display: none;
		margin-right: 20px;
	}
	.web-search i{
		width: 24px;
		height: 24px;
		display: block;
		background: url(../images/search.png);
	}
	.web-search .wap-search-input{
		width: 100%;
		display: none;
	}
	.web-search.search-block .wap-search-input{
		display: block;
	}
	.web-search.search-block i{
		background: url(../images/close.png);
	}
	.web-search .wap-search-input .search-in{
		position: absolute;
		width: 100%;
		height: 44px;
		left: 0;
		top:80px;
		z-index: 800;
		padding:0 20px;
		border: none;
		border-top: 1px solid #a45f24;
	}
	.web-search .wap-search-input .search-btn{
		width: 24px;
		height: 24px;
		background: url(../images/search.png);
		display: block;
		border: none;
		
		position: absolute;
		right: 20px;
		top: 90px;
		z-index: 900;
	}
	.logo-row{
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.logo-wrap{
		margin-right: auto;
	}
	.nav-row{
		width: 100%;
        transition: all .3s ease;
        overflow: hidden;
		position: absolute;
		width: 100%;
		top: 80px;
		left: 0;
		z-index: 700;
		display: none;
		background: #fff;
		padding: 20px 0;
		border-top: 1px solid #ddd;
	}
	.nav-row ul{
		display: block;
		padding: 0 20px;
	}
	.nav-row ul li{
		width: 100%;
		padding: 0;
	}
	.nav-row ul li a:after{
		content: '';
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		background: #e83d18;
		right: 0;
		bottom: 0;
		z-index: -1;
		display: none;
	}
	.wap-home .nav-row{
		display: block;
	}
	.logo-wrap{
		height: 40px;
	}
	
	
	#swiper1{
		height: auto;
	}
	#swiper1{
		display: none;
	}
	#swiper-sj{
		display: block;
	}
	#swiper-sj .swiper-button-next, #swiper-sj .swiper-button-prev {
		display: none;
	}
	.products .title-row .title p {

		font-size: 50px;
		margin-bottom: 10px;
		color: #fff;
	}
	.products .title-row{
		margin-bottom: 30px;
	}
	.title-row .title span {
		width: 100%;
		padding: 0 20px;
		font-size: 14px;
	}
	.products {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.products .product-row {
		width: 100%;
		margin: 0;
		padding-left: 20px;
	}
	#swiper2 .swiper-slide {
		width: 70%;
		margin-right: 40px;
	}
	#swiper2 .swiper-slide .team-text{
		width: 100%;
		float: left;
		padding-left: 0;
	}
	#swiper2 .swiper-slide .pro-item p {
		font-size: 18px;
		padding: 0 20px;
		text-align: center;
		line-height: 1.2;
		height: 48px;
		overflow: hidden;
	}
	.product-row .swiper-button-next, .product-row .swiper-button-prev {
		display: none;
	}
	/* about */
	.flex-box{
		display: block;
	}
	.about{












		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about .title-row .title p {
		font-size: 50px;
		margin-bottom: 10px;
		text-align: center;
	}
	.about .title-row .title span {
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}
	.about-nav {
		width: 100%;
		padding-left: 0;
		padding-right:0;
		margin-top: 30px;
	}
	.about-nav a{
		width: 33.33%;
	}
	.about-nav a img{
		width: 48px;
		height: 48px;
	}
	.about-nav a p{
		font-size: 14px;
		text-align: center;
	}
	.about .about-img {
		width: 100%;
		height: auto;
	}
	.about .about-img .swiper-slide img{
		width: 100%;
		display: block;
	}
	.about .about-text img {
		margin-bottom: 20px; max-width: 100%;
	}
	.about .about-text {
		width: 100%;
		height: inherit;
		padding: 30px;
		position: static;
	}
	.about .about-text p{
		font-size: 16px;
	}
	.about .about-text a{
		position: static;
		margin-top: 40px;
	}
	/* solution */
	.solution {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.solution .title-row .title p {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.solution-list .list-item {
		width: 50%;
		padding: 10px;
	}
	.solution-list {
		margin-left: 0;
		margin-right: 0;
	}
	.solution .title-row {
		margin-bottom: 30px;
	}
	.solution-list .list-item .img {
		width: 100%;
		overflow: hidden;
	}
	.solution-list .list-item p a {
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 1.2;
		margin-top: 10px;
		text-align: center;
	}
	/* news */
	.news {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.news .title-row .title p {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.news-list{
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.news-list .news-item{
		width: 100%;
		padding: 0 ;
		margin-bottom: 20px;
	}
	.news-list .news-item .img {
		height: 200px;
	}
	.news-list .news-item .text-content p {
		display: none;
	}
	/* contact */
	.contact{
		position: relative;
	}
	.contact .img {
		width: 100%;
		height: 200px;
	}
	.contact .text{
		width: 100%;
		height: 200px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		position: absolute;
		bottom: 0;
		background: rgba(46, 56, 17, 0.5);
	}
	.contact .text p {
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px;
	}
	.contact .text h3 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	.contact .text a {
		margin: 0 auto;
	}
	/* footer */
	.footer .footer-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-link{
		display: none;
	}
	.footer-pro{
		display: none;
	}
	.footer-item{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-item .add p {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.footer .follow-wrap img {
		margin-bottom: 30px;
	}
	.footer .copyright-row {
		text-align: center;
		padding-top: 20px;
	}
	.footer .copyright-row p{
		line-height: 1.5;
	}
	/* pages */
	.page-banner {
		height: 200px;
	}
	.page-banner .category-title h3{
		font-size: 40px;
	}
	.page-banner .category-title p{
		font-size: 14px;
		width: 100%;
		padding: 0 20px;
	}
	.main-left{float:inherit;width:100%}
	.main-right{float:inherit;width:100%}
	.page-categ{
		background: #fff;
		padding: 20px;
		display: block;
		justify-content: space-between;
		align-items: flex-start;
	}
	.page-categ .cat-title {
		width: 100%;
		height: 44px;
		text-align: center;
		line-height: 44px;
		background: #a45f24;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
	}
	.page-categ .cat-list {
		width: 100%;
		padding-left: 0;
	}
	.page-categ .cat-list ul {
		/* display: block; */
	}
	.page-categ .cat-list ul li {
		width: 100%;
		padding: 0;
	}
	.page-pic-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.page-pic-list .list-item {
		width: 50%;
		padding: 10px;
	}
	
	.page-pic-list .list-item .item-img {
		width: 100%;
		
		overflow: hidden;
	}
	.page-pic-list .list-item .item-text {

		text-align: center;
		padding: 10px 20px 20px 20px;
	}
	.page-pic-list .list-item .item-text h4 {
		font-size: 16px;
	}
	.page-pic-list .list-item .item-text p {
		display: none;
	}
	.page-pic-list .list-item .item-text span {
		font-size: 14px;
		color: #999;
		font-weight: bold;
	}
	.page-pt-list .list-item{
		display: block;
	}
	.page-pt-list .list-item .item-img{
		width: 100%;
		height: auto;
	}
	.page-pt-list .list-item .item-text {
		padding: 20px;
		width: 100%;
	}
	.page-pt-list .list-item .item-text .title a {
		font-size: 20px;
	}
	.page-pt-list .list-item .item-text p {
		display: none;
	}
	/* right-bar */
	.right-bar{
		display: none;
	}
}

/*right-bar*/
.right-bar{
	position: fixed;
	top: 30%;
	right: 0;
	width: 60px;
	height: 203px;
    z-index: 9999;
    margin-top: 100px;
}
.right-bar ul li{
	width: 60px;
	height: 60px;
	background: #6e738c;
	cursor: pointer;
	position: absolute;
	border-radius: 50px 0 0 50px;
	padding-left: 5px;
}
.right-bar ul li a{
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	float: left;
}
.rtbar-li2{
	top: 61px;
}
.right-bar ul li.rtbar-li3{
	top: 122px;
	width:240px;
	/* border-radius: 5px; */
}
.rtbar-li4{
	top: 183px;
}
.right-bar ul li em{
	width: 60px;
	height: 60px;
	display: block;
}
.right-bar ul li.rtbar-li1 em{
	background: url(../images/right-icon1.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li3 em{
	background: url(../images/right-icon5.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li2 em{
	background: url(../images/right-icon3.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li4 em{
	background: url(../images/right-icon4.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li2 p{
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.right-bar ul li:hover{
	background: #a45f24;
}

.right-bar ul li:hover i{
    color: #ffffff;
}

.rtbar-li3 strong{
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
}
.rtbar-li4 i{
    color: #ffffff;
}
.right-bar ul li.rtbar-li4 a span{
    color: #ffffff;
}
.rtbar_shwx{
	position: absolute;
	right: 60px;
	top:0px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	display: none;
	z-index: 20;
}
.rtbar_shwx img{
	padding: 5px;
	max-width: 140px;
}
.right-bar ul li.gotop{
	display: none;
	background: #a45f24;
}


.news-editor{
	padding: 30px   0  0px 200px;
	position: relative;
}
.news-editor .editor-time{
	width: 140px;
	height: 140px;
	background: #eff1f5;
	position: absolute;
	left: 0;
	top: 30px;
	padding: 25px;
}
.news-editor .editor-time p{
	font-size: 44px;
	color: #e83d18;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.news-editor .editor-time span{
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.news-editor .editor-wrap .title{
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.news-editor .editor-wrap .title h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.news-editor .editor-wrap .title p span{
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}
.news-editor .editor-wrap .content{

	font-size: 16px;
	line-height:30px;
	color: #666;
	padding-top: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-editor .editor-wrap .content img{
	display: block;
	margin: 0 auto 20px;
}
.content-page{
	margin-bottom: 50px;
}
.content-page div{
	line-height: 50px;

}
.content-page span{
	font-size: 14px;
	color: #333;
}
.content-page a{
	font-size: 14px;
	color: #666;
	margin-left: 20px;
}
.contact-us{
	padding-top: 50px;
	/* padding-bottom: 100px; */
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.contact-us .img{
	/* width: 50%; */
	/* float: left; */
	/* height: 400px; */
	overflow: hidden;
}
.contact-us .img img{
}
.amap-icon img{width:25px;}
.contact-us .text{
	/* width: 50%; */
	/* float: left; */
	padding: 0 100px;
}
.contact-us .text .title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1;



	margin-bottom: 20px;
	margin-top: 20px;
}
.contact-us .text .add{
	font-size: 14px;
	color: #666;
	margin-bottom: 50px;
}
.contact-us .text .info{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 80px;
}
.contact-us .text em{
	color: #f25f05;
}
.contact-us .text .small-title{
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}
.contact-us .text .tips{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.gs-jianjie .text p.content {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.contact-us{
	padding-top: 50px;
	/* padding-bottom: 100px; */
}
.contact-us .img{
	/* width: 40%; */
	/* float: left; */
	/* height: 400px; */
	overflow: hidden;
	text-align: center;
}
.contact-us .img img{
}
.contact-us .text{
	/* width: 60%; */
	/* float: left; */
	padding: 0 100px;
}
.contact-us .text .title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}
.contact-us .text .add{
	font-size: 14px;
	color: #666;
	margin-bottom: 50px;
}
.contact-us .text .info{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 80px;
}
.contact-us .text em{
	color: #f25f05;
}
.contact-us .text .small-title{
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}
.contact-us .text .tips{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.w100{width: 100% !important;}
.ppd-top-box{overflow: hidden;}
.page-product-details{padding-top: 10px;}
.ppd-img{width: 48%;float: left;}
.ppd-info{width: 50%;float: right;}
.ppd-img .gallery-top{width: 100%;height: 100%;border: 1px solid #ddd;box-sizing: border-box;overflow: hidden;}
.ppd-img-bar img{width: 100%;}
.ppd-img .gallery-thumbs{width: 100%;height: 110px;box-sizing: border-box;border: 1px solid #ddd;margin-top: 20px;position: relative;overflow: hidden;padding: 5px 25px;}
.ppd-img .gallery-thumbs .swiper-slide{cursor: pointer;box-sizing: border-box;overflow: hidden;border: 1px solid #f5f5f5;}
.ppd-img .gallery-thumbs .swiper-slide img{height: 100%;width: 100%;}
.gallery-thumbs .swiper-slide {height: 100%; opacity: 0.4;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.ppd-img .swiper-button-prev{left: 0;transform: scale(.6);}
.ppd-img .swiper-button-next{right: 0;transform: scale(.6);}
.ppd-tell{width: 360px;height: 90px; background: #e98c64; line-height: 90px;text-align: center; font-size: 24px; color: #ffffff; margin-top: 36px;}
.ppd-pname{font-size: 24px;line-height: 50px;border-bottom: 1px solid #ddd;}
.ppd-info-content{padding-top: 20px;font-size: 16px; color: #666666;line-height: 30px;}
.ppd-info-content p{font-size: 16px; color: #666666;line-height: 40px; }
.ppd-price{font-size: 24px;color: #e98c64;margin-top: 30px;}
.ppd-price span{font-size: 14px;color: #999999;}
.ppd-content-box{border: 1px solid #eee; margin-top: 40px;box-sizing: border-box;margin-bottom: 50px;}
.ppd-content-text-title{ width: 100%; height: 50px; line-height: 50px; text-indent: 20px; background: #eeeeee; font-size: 16px;font-weight: bold; color: #333333;}
.ppd-content-text{padding:30px 20px 50px; font-size: 14px; line-height: 30px; color: #666666;background-color: #fff;}
.page-tab{font-size: 14px; margin-top: 30px;}
.page-tab a{margin: 0 10px;color: #666666;}
.page-tab span{color: #999999;}
.page-tab .pre{width: 50%; float: left; padding-left: 30px; box-sizing: border-box; line-height: 16px; background: url(../images/pt-pre.png) left no-repeat;}
.page-tab .next{width: 50%; float: right; text-align: right; padding-right: 30px; box-sizing: border-box;background: url(../images/pt-next.png) right no-repeat;}
.page-tab .next span{float: right;}
.page-product-details .page_turning{padding-left: 0px;}
.screen-reader-text{display: none;}
.navigation{clear: both;}
@media only screen and (max-width: 760px){

	.page-pt-list .list-item{margin-bottom: 20px;}
	.news-editor{
		padding: 0px 0 50px;

		position: relative;
	}
	.news-editor .editor-time {
		width: 100px;
		height: 100px;
		background: #eff1f5;
		position: absolute;
		left: 0;
		top: 20px;
		padding: 15px;
	}
	.news-editor .editor-time p{
		font-size: 30px;
	}
	.news-editor .editor-wrap .content img {
		width: 100%;
		height: auto;
	}
	.editor-time{display: none;}
	.contact-us {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.contact-us .img{
		width: 100%;
		float: none;
		height: 300px;
		overflow: hidden;

	}
	.contact-us .text{
		width: 100%;
		float: none;
		padding: 0;
	}
	 .ppd-img {

        width: 100%;
        float: none;
    }
    .ppd-img .gallery-top {
        width: auto;
        height:100%;
        border: 1px solid #ddd;
        box-sizing: border-box;
        overflow: hidden;
    }
    .ppd-img .gallery-thumbs {
        width: 100%;
        
        box-sizing: border-box;
        border: 1px solid #ddd;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
        padding: 5px 25px;
    }
    .ppd-img .swiper-slide img{
        width: 100%;
        height: initial !important;
        object-fit: cover;
    }
   .ppd-info{width: auto;}

}
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 8px 5px;
  margin: 0 2px;

}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #a45f24;
  border: 1px solid #a45f24;
}
.pagination a.page-num-current {
  color: #fff;
  background: #ca8042;
  border: 1px solid #a45f24;
}
.pagination .st{ font-family:}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width: 100%; height: auto !important}

.met-feedback {
	padding: 30px 20px;
	background: url(../images/liuyan1.jpg) right no-repeat;
	margin-bottom: 20px;
}
.met-feedback .container {
	max-width: 800px;
}
.met-feedback .met-feedback-body {
	padding: 30px;
	/* background: #ffffff; */
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	width: 50%;
}
.met-feedback .met-feedback-body h5{ font-size:22px; font-weight:normal; line-height:50px; padding-left:10px; color:#666}
.met-feedback .met-feedback-body p{font-size:16px;font-weight:normal;line-height:25px;padding-left:10px;color:#949494;margin-bottom: 30px;}
@media (max-width: 767px) {
.met-feedback .met-feedback-body {
	padding: 10px;
	width: 100%;
}
}
@media (max-width: 767px) {
.met-feedback {
	padding: 80px 0 20px 0;
	/* backdrop-filter: none; */
	background: url(../images/liuyan1.jpg) center no-repeat;
}
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
	background: none;
	border: none;
	/* background-image: none; */
	border-bottom: 1px solid #dedede;
	/* border-radius: 3px; */
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
	/* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
	/* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	/* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
	/* border: none; */
	border-top: none;
}
.form-control:focus {
	border-color: #62a8ea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)
}
.form-control.focus, .form-control:focus {
	border-color: #62a8ea;

	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control::-moz-placeholder {
color:#a3afb7;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#a3afb7
}
.form-control::-webkit-input-placeholder {
color:#a3afb7
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f3f7f9;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
	line-height: 36px
}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
	line-height: 32px
}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
	line-height: 46px
}
}
.form-group {
	margin-bottom: 20px;
	border: none;
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.checkbox label, .radio label {
	min-height: 22px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}
.form-control-static {
	min-height: 36px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}
.input-sm {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
select.input-sm {
	height: 32px;
	line-height: 32px
}
select[multiple].input-sm, textarea.input-sm {
	height: auto
}
select.input-sm {
	padding-top: 0;
	padding-bottom: 0
}
.form-group-sm .form-control {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
.form-group-sm select.form-control {
	height: 32px;
	line-height: 32px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 32px;
	min-height: 34px;
	padding: 7px 13px;
	font-size: 12px;
	line-height: 1.5
}
.input-lg {
	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
	height: auto
}
select.input-lg {
	padding-top: 0;
	padding-bottom: 0
}
.form-group-lg .form-control {

	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 40px;
	padding: 11px 18px;
	font-size: 18px;
	line-height: 1.3333333
}
.btn-primary {
	background-color: #a45f24;
	border-color: #a45f24;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
	/* font-size: 20px; */
	width: 30%;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
	background-color: #c57026;
	border-color: #c57026;
	opacity: .7;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff
}
.btn-block {
	display: block;
	width: 25%;
	color: #fff;
	/* margin: 0 auto; */
	font-size: 20px;
	line-height: 40px;
	border-radius: 50px;
}
.skype{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none,none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0.000000px 5.000000px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0.000000px 5.000000px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0.000000px 5.000000px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 0px;
    top: 10px;
    /* bottom: 0px; */
    right: 10px;
    z-index: 9999;
    /* height: 60px; */
    width: 60px;
    text-align: center;
    padding: 10px;
    }
.skype img{}
@media (max-width: 767px) {
	.skype{ display:none;}
	
}.hidden{    overflow: hidden;}
		.cat-list{/* width:400px; *//* border:1px solid #ddd; */}
		.cat-list h3 a{
    line-height: 40px;
    font-size: 18px;
    color: #a45f24;
    font-weight: bold;
  }
		.cat-list h3 em{ float:right; display:block; width:40px; height:32px;   background:url(../images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
		.cat-list h3 em.on{ background-position:16px -57px; }
	        .nav_l{
            position: relative;
            /* top: 20px; */
            /* left: 20px; */
            /* width: 168px; */
            /* list-style: none; */
        }
        .nav_l>li{
            /* border: 1px solid black; */
            /* text-indent: 1em; */
            /* line-height: 30px; */
            /* border-bottom: none; */
            position: relative;
        }
        .nav_l>li:last-child{
            /* border-bottom: 1px solid black; */
            /* border-bottom-left-radius: 5px; */
            /* border-bottom-right-radius: 5px; */
        }
        .nav_l>li:first-child{
            /* border-top: 1px solid black; */
            /* border-top-left-radius: 5px; */
            /* border-top-right-radius: 5px; */
        }
        .nav_l>li>span{
            position: absolute;
            top: 3px;
            right: 10px;
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(../images/left1.png) no-repeat;
            /* background-size: 20px 20px; */
            cursor: pointer;
        }
    /*    ???????*/
        .content{
            display: none;
        }
        .content>li{
            list-style: none;
            /* background-color: mediumpurple; */
            /* border-bottom: 1px solid white; */
            /* text-indent: 2em; */
        }
        .content>li:last-child{
            border-bottom: none;
        }
       
        .nav_l>.current>span{
            /* transform: rotate(90deg); */
            background: url(../images/left2.png) no-repeat;
        }