@media screen and (max-width: 768px) {
.indtop{
	width:100%;
	height:46px;
	background:#361b0e;
	border-bottom:1px solid rgba(163,163,163,0.3);
	position:relative;
}
.indtop_lf{
	width:70px;
	position:absolute;
	left:0;
}
.indtop_1{
	float:left;
	width: 35px;
    height: 46px;
}
.indtop_1 span{
	width: 35px;
    height: 46px;
    display: block;
    text-decoration: none;
	background-image:url(../img/1.png);
    background-size: 400px;
	background-position: -100px 0px;
}
.indtop_2{
	float:left;
	width: 35px;
    height: 46px;
}
.indtop_2 span{
	width: 35px;
    height: 46px;
    display: block;
    text-decoration: none;
	background-image:url(../img/1.png);
    background-size: 400px;
	background-position: -138px 0px;
}
.indtop_1:hover,.indtop_2:hover{
	background:#4e210b;
}
.xiazai{
	width:100%;
	height:79px;
	background-color: #4e210b;
	position: absolute;
    top: 46px;
    left:0;
    z-index: 9999;
}
.xiazai li{
	height: 79px;
    border-bottom: 1px solid rgba(163,163,163,0.5);
}
.xiazai li .contL{
    width: 240px;
    height: 79px;
}
.contL em{
	display:block;
	font-style: normal;
	margin: 0 0 5px 20px;
}
.xiazai li .name{
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
}
.xiazai li .contR{
    width: 80px;
    padding-top: 15px;
	text-align:center;
}
.xiazai li .icon{
    width: 24px;
    height: 24px;
	display: block;
    margin: 0 auto 10px auto;
}
.xiazai li i{
    display: block;
    margin: 0 auto;
    background: #8fc31f;
}
.xiazai li .icon01{
    width: 9px;
    height: 9px;
}
.xiazai li .icon02{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #8fc31f;
    background: none;
}
.xiazai li .icon03{
    width: 20px;
    height: 2px;
}
.contR em{
	display:block;
	font-style: normal;
}
.yuyan{
	position:absolute;
	left:38px;
	top:46px;
	min-width: 106px;
    max-width: 150px;
	height:32px;
	background:#4e210b;
	z-index:999;
}
.yuyan li{
    border-bottom: 1px solid rgba(163,163,163,0.5);
}
.yuyan li div{
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    display: block;
    color: #fff;
}
.logo{
    height: 46px;
	width:100%;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: box;
    box-align: center;
}
.logo img{
	max-width: 160px;
    max-height: 46px;
    margin: 0 auto;
    display: block;
}
.indtop_rt{
    width: 70px;
	position:absolute;
	height:46px;
	top:0;
	right:0;
}
.indtop_rt span{
	width:35px;
	height:46px;
	float:right;
    display:block;
    text-decoration: none;
    background:url(../img/1.png);
    background-size:400px;
	background-position:-176px 0px;
}
.search{
	width:100%;
	position:absolute;
	top:46px;
	left:0;
	z-index:999;
}
.search_nav{
	width:100%;
	height:38px;
	background-color: #4e210b;
}
.search_nav li{
	float:left;
	height: 35px;
    line-height: 35px;
}
.search_nav li span{
	display:block;
	padding: 0 10px;
	color: #ffefc4;
}
.search_nav li .selected{
	background:#351a0e;
}
.search_con{
	background-color: #351a0e;
	height: 50px;
	padding: 0 10px;
}
.search_con_1 input{
    background-color: #fff;
	width: 90%;
	height: 35px;
	padding-left:5%;
	padding-right:5%;
	border:none;
    -webkit-box-shadow: 1px 2px 3px #b7b7b7 inset;
    box-shadow: 1px 2px 3px #b7b7b7 inset;
	margin-top:7px;
}
.search_con_2 button{
	background-color: #8d4d19;
	width:100%;
	height: 35px;
	color: #ffefc4;
	font-size:16px;
	border: 1px solid rgba(163,163,163,0.5);
	margin-top:7px;
}
.nav{
	width:100%;
	position:relative;
	background-color: #351a0e;
}
.arrow-left{
    left: 0;
    border-left: 1px solid rgba(163,163,163,0.3);
	position:absolute;
	width: 18px;
    height: 36px;
    position: absolute;
    top: 0;
}
.arrow-left span{
    width: 8px;
    height: 15px;
    display: block;
    margin: 10px 0 0 4px;
    overflow: hidden;
    line-height: 0;
    position: relative;
}
.arrow-left span em{
    width: 7px;
    height: 7px;
    display: block;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 3px;
}
.arrow-right{
	right: 0;
    border-left: 1px solid rgba(163,163,163,0.3);
	width: 18px;
    height: 36px;
    position: absolute;
    top: 0;
}
.arrow-right span{
    width: 8px;
    height: 15px;
    display: block;
    margin: 10px 0 0 4px;
    overflow: hidden;
    line-height: 0;
    position: relative;
	margin-left: 6px;
}
.arrow-right span em{
    width: 7px;
    height: 7px;
    display: block;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: -6px;
}
.nav li{
	text-align: center;
	height: 36px;
    line-height: 36px;
    padding: 0 2px;
    display: block;
    border-left: 1px solid rgba(163,163,163,0.3);
    text-align: center;
	font-size:14px;
}
.nav li a{
	color:#ffefc4;
}
.huadong{
    width: 100%;
}
.huadong span{
	display:inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    margin-right: 4px;
    -webkit-box-shadow: 0 0 2px #fff;
    box-shadow: 0 0 2px #fff;
}
.huadong .swiper-active-switch{
	background: #000;
}
.yongzhi li{
	width:50%;
	float:left;
	position:relative;
	margin-bottom:10px;
}
.yongzhi li .imgWrap{
    width: 144px;
    height: 144px;
    margin: 0 auto;
    text-align: center;
	background-color: rgba(0,0,0,0.1);
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.yongzhi li .imgWrap img{
    max-width: 144px;
    max-height: 144px;
}
.yongzhi li .productTitle{
    height: 20px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
	width: 138px;
    margin-left: -72px;
	font-size: 12px;
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
	padding: 0 3px;
}
.news_nav li{
	width:33%;
	float:left;
	text-align:center;
	height: 35px;
	border-right: 1px solid rgba(163,163,163,0.5);
}
.news_nav li span{
	display:block;
	line-height:35px;
	font-weight:bold;
	font-size:17px;
	color:#ffefc4;
	background-color: #6f3a0f;
}
.news_nav li .selected{
	background:#542907;
}
.news_con li{
	background-color: #412011;
	padding: 8px 20px 5px 10px;
	border-bottom: 1px solid rgba(163,163,163,0.5);
	position: relative;
}
.newsTitle{
    color:#cb9b67;
    vertical-align: middle;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-align: center;
    box-align: center;
    overflow: hidden;
	font-size:14px;
}
.NewsListCom .name {
    line-height: 16px;
    font-size: 15px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.news_con li::after {
    width: 7px;
    height: 7px;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}
.bottom{
	font-size:14px;
}
.footer ul{
	display:-webkit-flex;
	-webkit-flex-wrap:wrap;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:flex-start;
	align-content:flex-start;
	justify-content: space-around;
}
.footer{
	width:100%;
	max-width:768px;
	position:fixed;
	    z-index: 999;
	bottom:0;
	background:#6a370e;
	border-top:1px solid rgba(163,163,163,0.3);
}
.footer ul li{
	border-right: 1px solid rgba(163,163,163,0.3);
	text-align:center;
	height:44px;
	width:19.5%;
}
.footer ul li:nth-last-child(1){
	border-right:none;
}
.footer ul li .icon{
    width: 30px;
    height: 20px;
    display: block;
    background:url(../img/1.png) no-repeat;
    background-size: 400px;
    margin: 4px auto 0 auto;
    position: relative;
}
.footer ul li .tel{
    background-position: -90px -110px;
}
.footer ul li .email{
    background-position: 0px -110px;
}
.footer ul li .map{
    background-position: -120px -110px;
}
.footer ul li .share{
    background-position: -60px -110px;
}
.footer ul li .message{
    background-position: -30px -110px;
}
.footer ul li .text {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    display: block;
    overflow: hidden;
	color:#FFFFFF;
}











}









































