@media (min-width: 768px){
.proDiv{
	width: 1200px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}
.proNav{
	width: 236px;
	float: left;
}
.titDiv{
	width: 208px;
	height: 132px;
	display: table;
	border: 1px solid #e5e5e5;
}
.tiiCon{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.tii_Ch{
	font-size: 20px;
	color: #542c2c;
	display: block;
}
.tii_Es{
	color: #542c2c;
	font-size: 12px;
	font-family: "Arial";
	display: block;
	padding-top: 5px;
}
.proUl{
	width: 210px;
	margin: 0;
	padding: 0;
}
.proUl>li{
	list-style: none;
}
.proUlA{
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	display: block;
	padding: 14px 0;
	text-align: center;
	cursor: pointer;
}
.proUlA_Off{
	color: #333333;
}
.proUlA_On{
	background-color: #542c2c;
	color: #c99d6c; 
}
.proUlA:hover{
	/*background-color: #542c2c;*/
	color: #c99d6c; 
}
.proerjiUl{
	margin: 0;
	padding: 0;
	display: none;
}
.proerjiUl>li{
	list-style: none;
}
.proerjiUlA{
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 12px 0;
	text-align: center;
	background-color: #f0f0f0;
	border-top: 1px solid #e5e5e5;
}
.proerjiUlA_On{
	color: #542c2c;
}
.proerjiUlA_Off{
	color: #666666;
}
.proerjiUlA:hover{
	color: #542c2c;
}
.proerjiUlA:hover>.jiantou{
	display: block;
}
.jiantou{
	display: inline-block;
	font-size: 12px;
	float: right;
	padding-right: 20px;
	color: #542c2c;
	display: none;
}
.jiantou_show{
	display: inline-block;
	font-size: 12px;
	float: right;
	padding-right: 20px;
	color: #542c2c;
	display: block;
}
.proerjiUl>li:nth-child(1) .proerjiUlA{
	border: 0;
}
.allproDiv{
	width: 964px;
	float: left;
	border-top: 1px solid #d8d8d8;
	margin-top: 18px;
}
.atop{
	overflow: hidden;
	margin-bottom: 10px;
}
.TyTit{
	color: #542c2c;
	font-size: 16px;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 2px solid #542c2c;
	font-weight: bold;
	float: left;
}
.searchfrom2{
	overflow: hidden;
	display: inline-block;
	float: right;
	padding: 12px 0;
}
.searchText2{
  border: 0;
  color: #bdbcbb;
  width: 214px;
  height: 28px;
  padding: 0 10px;
  float: left;
  background-color: #eeeeee;
  margin-right: 10px;
}
.searchBtn2{
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px!important;
  height: 28px;
  width: 28px;
  float: left;
  cursor: pointer;
  background-color: #ae8a53;
}

.allpro{
  overflow: hidden;
}
.allpro_left{
  overflow: hidden;
  width: 100%;
}
.onepro{
  width: 235px;
  border: 1px solid #e6e6e6;
  background-color: #f1f1f1;
  height: 260px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  float: left;
  margin: 2px;
}
.onepro:hover{
  border: 1px solid #ae8a53;
  background-color: #ecebeb;
}
.onepro:hover>span{
  color: #ae8a53;
}
.oneproImg{
  width: 180px;
  height: 156px;
  overflow: hidden;
  margin: 28px auto 8px auto;
}
.onepro>span{
  display: block;
  color: #4f4e4f;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}


/*产品详情*/
.proDetails{

}
.details_head{
	overflow: hidden;
	border-bottom: 2px solid #cccccc;
}
.head_left{
	float: left;
	width: 50%;
}
.bigImg{
	width: 390px;
	height: 400px;
	padding: 35px 30px;
	border: 1px solid #cccccc;
}

.sImgLunbo{
	position: relative;
  	padding: 18px 0;
}
.presentImg_De{
	width: 392px;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	height: 110px;
  	z-index: 2;
}
.allImg_De{
	overflow: hidden;
  	position: absolute;
}
.oneSImg{
	width: 76px;
	height: 78px;
	padding: 10px;
	border: 1px solid transparent;
	float: left;
}
.oneSImg:hover{
	border: 1px solid #542c2c;
}
.oneSImgClick{
	border: 1px solid #542c2c;
}
.mybtnDiv_De{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
}
.mybtn_De{
	overflow: hidden;
  	width: 472px;
  	height: 70px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -35px;
  	margin-left: -236px;
}
.prebtn_De{
	height: 69px;
    width: 40px;
    background-image: url(../images/fangxiang.png);
    background-position: -84px;
    cursor: pointer;
    float: left;
}
.nextbtn_De{
	height: 69px;
  	width: 40px;
  	background-image: url(../images/fangxiang.png);
  	background-position: -126px;
  	cursor: pointer;
  	float: right;
}

.head_right{
	float: left;
	width: 50%;
}
.de_tit{
	padding-bottom: 20px;
}
.de_tit>h3{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}
.anew{
	display: inline-block;
	padding: 2px 5px;
	background-color: #e50006;
	color: #ffffff;
	font-size: 12px;
	font-family: "Fixedsys";
	border-radius: 2px;
}
.biaoqian{
	color: #e50006;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
}

.GYcase{
	padding: 20px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.acase{
	margin: 4px 0;
}
.acasespan1{
	color: #333333;
	font-size: 14px;
}
.acasespan2{
	color: #666666;
	font-size: 14px;
}
.lxPhoneDiv{
	padding: 50px 0 0 0;
}
.lxPhonebtn{
	background-color: #2c67b8;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 2px 20px;
	border-radius: 5px;
	overflow: hidden;
}
.linkicon{
	font-size: 30px!important;
	display: inline-block;
	margin-right: 10px;
	float: left;
}
.lxPhoneText{
	display: inline-block;
	padding: 6px 0;
	float: left;
}

.details_con{
	padding: 80px 0;
	position: relative;
}
.XQtit{
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #cccccc;
	border-bottom-color: #ffffff;
	position: absolute;
	left: 0;
	top: 28px;
}
.XQcon{
	padding: 25px 40px;
	border: 1px solid #cccccc;
}
}





@media (max-width: 767px){
.proDiv{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.proNav{
	position: fixed;
	top: 0;
	left: -210px;
	z-index: 2000;
	background-color: #ffffff;
	height: 100%;
	width: 210px;
}
.navBG_P{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1999;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.phoneNav_P{
	width: 40px;
    height: 40px;
    margin: 5px 10px 0 10px;
    float: left;
    background-image: url(../images/phoneNav.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.titDiv{
	width: 208px;
	height: 132px;
	display: table;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}
.tiiCon{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.tii_Ch{
	font-size: 20px;
	color: #542c2c;
	display: block;
}
.tii_Es{
	color: #542c2c;
	font-size: 12px;
	font-family: "Arial";
	display: block;
	padding-top: 5px;
}
.proUl{
	width: 210px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 400px;
	background-color: #ffffff;
}
.proUl>li{
	list-style: none;
}
.proUlA{
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	display: block;
	padding: 14px 0;
	text-align: center;
	cursor: pointer;
}
.proUlA_Off{
	color: #333333;
}
.proUlA_On{
	background-color: #542c2c;
	color: #c99d6c; 
}
.proUlA:hover{
	/*background-color: #542c2c;*/
	color: #c99d6c; 
}
.proerjiUl{
	margin: 0;
	padding: 0;
	display: none;
}
.proerjiUl>li{
	list-style: none;
}
.proerjiUlA{
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 12px 0;
	text-align: center;
	background-color: #f0f0f0;
	border-top: 1px solid #e5e5e5;
}
.proerjiUlA_On{
	color: #542c2c;
}
.proerjiUlA_Off{
	color: #666666;
}
.proerjiUlA:hover{
	color: #542c2c;
}
.proerjiUlA:hover>.jiantou{
	display: block;
}
.jiantou{
	display: inline-block;
	font-size: 12px;
	float: right;
	padding-right: 20px;
	color: #542c2c;
	display: none;
}
.jiantou_show{
	display: inline-block;
	font-size: 12px;
	float: right;
	padding-right: 20px;
	color: #542c2c;
	display: block;
}
.proerjiUl>li:nth-child(1) .proerjiUlA{
	border: 0;
}
.allproDiv{
	width: 100%;
	float: left;
	border-top: 1px solid #d8d8d8;
	margin-top: 18px;
}
.atop{
	overflow: hidden;
	margin-bottom: 10px;
}
.TyTit{
	color: #542c2c;
	font-size: 14px;
	display: inline-block;
	padding: 10px 0 4px 0;
	border-bottom: 2px solid #542c2c;
	font-weight: bold;
	float: left;
}
.searchfrom2{
	overflow: hidden;
	display: inline-block;
	float: right;
	padding: 10px 10px 12px 0;
}
.searchText2{
  border: 0;
  color: #bdbcbb;
  width: 160px;
  height: 28px;
  padding: 0 10px;
  float: left;
  background-color: #eeeeee;
  margin-right: 10px;
}
.searchBtn2{
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px!important;
  height: 28px;
  width: 28px;
  float: left;
  cursor: pointer;
  background-color: #ae8a53;
}

.allpro{
  overflow: hidden;
}
.allpro_left{
  overflow: hidden;
  width: 100%;
}
.onepro{
  width: 47%;
  border: 1px solid #e6e6e6;
  background-color: #f1f1f1;
  display: block;
  overflow: hidden;
  text-decoration: none;
  float: left;
  margin: 1%;
}
.onepro:hover{
  border: 1px solid #ae8a53;
  background-color: #ecebeb;
}
.onepro:hover>span{
  color: #ae8a53;
}
.oneproImg{
  width: 90%;
  overflow: hidden;
  margin: 5%;
}
.onepro>span{
  display: block;
  color: #4f4e4f;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


/*产品详情*/
.proDetails{
	width: 100%;
}
.details_head{
	overflow: hidden;
	border-bottom: 2px solid #cccccc;
	width: 100%;
}
.head_left{
	width: 100%;
}
.bigImg{
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #cccccc;
}

.sImgLunbo{
	position: relative;
  	padding: 18px 0;
}
.presentImg_De{
	width: 90%;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	height: 110px;
  	z-index: 2;
}
.allImg_De{
	overflow: hidden;
  	position: absolute;
  	width: auto!important;
}
.oneSImg{
	width: 23%;
	/*height: 78px;*/
	padding: 1%;
	border: 1px solid transparent;
	float: left;
}
.oneSImg:hover{
	border: 1px solid #542c2c;
}
.oneSImgClick{
	border: 1px solid #542c2c;
}
.mybtnDiv_De{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	display: none;
}
.mybtn_De{
	overflow: hidden;
  	width: 472px;
  	height: 70px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -35px;
  	margin-left: -236px;
}
.prebtn_De{
	height: 69px;
    width: 40px;
    background-image: url(../images/fangxiang.png);
    background-position: -84px;
    cursor: pointer;
    float: left;
}
.nextbtn_De{
	height: 69px;
  	width: 40px;
  	background-image: url(../images/fangxiang.png);
  	background-position: -126px;
  	cursor: pointer;
  	float: right;
}

.head_right{
	width: 96%;
	padding: 0 2%;
}
.de_tit{
	padding-bottom: 20px;
}
.de_tit>h3{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
.anew{
	display: inline-block;
	padding: 2px 5px;
	background-color: #e50006;
	color: #ffffff;
	font-size: 12px;
	font-family: "Fixedsys";
	border-radius: 2px;
}
.biaoqian{
	color: #e50006;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
}

.GYcase{
	padding: 20px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.acase{
	margin: 4px 0;
}
.acasespan1{
	color: #333333;
	font-size: 14px;
}
.acasespan2{
	color: #666666;
	font-size: 14px;
}
.lxPhoneDiv{
	padding: 10px 0 0 0;
}
.lxPhonebtn{
	background-color: #2c67b8;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 2px 20px;
	border-radius: 5px;
	overflow: hidden;
}
.linkicon{
	font-size: 30px!important;
	display: inline-block;
	margin-right: 10px;
	float: left;
}
.lxPhoneText{
	display: inline-block;
	padding: 6px 0;
	float: left;
}

.details_con{
	width: 96%;
	padding: 75px 2% 30px 2%;
	position: relative;
}
.XQtit{
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #cccccc;
	border-bottom-color: #ffffff;
	position: absolute;
	left: 2%;
	top: 28px;
}
.XQcon{
	padding: 25px 40px;
	border: 1px solid #cccccc;
}

}