
.foot{
	/*background: url(../img/touth_02.jpg);*/
	padding-top: 2%;
	padding-bottom: 1%;
}
.foot p{
	color: #fff;
	font-size: 14px;
	padding-top: 1.5%;
}
.f_top{
	position: relative;
	margin-top: -22%;
	margin-left: 45%;
}
.foot_p{
	margin-top: 10%;
}
/*.foot a{
	color:#fff;
	font-size: 110%;
	
}*/
/*导航*/
#menu1{
	visibility: hidden; 
	width:160px;
	position: absolute; 
	top: 44px;
	right:2%;
	 z-index:100;
}
#menu1 .title{ 
	font-size:20px; 
	color:#FFF; 
	cursor:pointer; 
	/*background-color:#acab33;*/
	 text-align:center;
	  padding:1%; 
	}
#menu1 .title span{
 float:right;
}
#menu1 a{ 
	color:#fff; 
	font-size:16px; 
	/*background:#acab33; */
	display:block; 
	height:35px;
	line-height:35px; 
	padding:3px 5px 3px 40px;
	text-align: center;
}
#menu1 a span{

 /*float: right;*/
  margin-top:5px;
}
/*.menu_box{
	background: url(../images/s_bj.png) repeat;
	width:100%;
}
*/

#menu{
	visibility: hidden; 
	width:160px;
	position: absolute; 
	top: 44px;
	/*right:2%;*/
	 z-index:100;
	}
#menu .title{ 
	font-size:20px; 
	color:#FFF; 
	cursor:pointer; 
	/*background-color:#acab33;*/
	 text-align:center;
	  padding:1%; 
	}
#menu .title span{
 float:right;
}
#menu a{ 
	color:#fff; 
	font-size:16px; 
	/*background:#acab33; */
	display:block; 
	height:35px;
	line-height:35px; 
	padding:3px 5px 3px 40px;
	text-align: center;
}
#menu a span{

 /*float: right;*/
  margin-top:5px;
}
.menu_box{
	background: url(../images/s_bj.png) repeat;
	width:100%;
}
/*栏目导航*/
.daohang{
	width:100%;

}
.daohang table{
	margin: 3% 0;
}
.daohang p{
	float:right;
	 font-size: 120%;
	 color:#fff;
	 font-weight: bold;
	 margin-top: -17%;
	 margin-right: 7%;
	}

	/*新闻*/
#lanmunews span{
	font-size: 200%;
	color:#fff;
}
.indexnews_list{
	width:94%;
	margin-top: 4%;
	
}
.indexnews_list ul{
	width:100%;
}
.indexnews_list a{
	color:#fff;
	font-size: 100%;
	/*text-align: left;*/

}
.indexnews_list span{
	color:#fff;
	float: right;
	

}
.indexnews_list li{
	width:92%;
	background: #de172e;
	padding: 4% 4%;
	margin-bottom:3%;
}
/*栏目*/
.lanmu_y{
	padding-top:3%;
	padding-bottom: 4%;
	border:1px solid #dcdcdc;
	text-align: center;
	background: #2c2827;
	font-weight: bold;
	
	
}
hr{
	background-color:#2C2827;
	height:2px;
}
/*.lanmu{
	width:100%;
	margin-top: 5%;
	background: url(../img/cp.png);
	height:100%;
	background-size:100% 100%;
	/*margin-left: 3%;*/
/*}*/
/*新闻详情*/
.news_show_cont{
	width:94%;
	padding: 3% 3%;

}
.news_show_cont p{
	font-size: 110%;
	/*color:#383838;*/
	margin-bottom: 2%;
}
.news_show_cont span{
	font-size: 14px;
	color:#646464;
}
.news_title{
	width:99%;
}
.news_title li{
	width:48%;
	float: left;
	margin-left:1.5%;
	margin-top:1%;
}
.news_c_title{
	width:95%;
	background: url(../img/k.jpg) no-repeat;
	background-size:100%;
	font-size:1em;
	/*height:41px;*/
	/*
	line-height: 25px; */
	/*padding-top:5%;*/
/*	padding-bottom:20%;*/
padding-top: 3%;
	padding-bottom: 9%;
	color: #2c2827;
}
.news_list{
	padding-bottom: 10%;
	border-bottom:2px solid #2c2827; 
}
.gdb{
	background: url(../img/g.png) no-repeat;
	border:0;
	/*padding:5.5%;*/
	width:59px;
	height:59px;
	/*padding-top:5.5%;
	padding-bottom: 6.5%;*/
	text-align: center;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
/*图文列表*/

.products_list{
	width:96%;
	/*padding: 0 2%;*/
}
.ts_p li{
	opacity:1;
}
.pro_zz{
	opacity:0;
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-0-transform: rotateY(360deg);
transition:transform 1s linear,opacity 1s linear;
-webkit-transition:transform 1s linear,opacity 1s linear;
-moz-transition:transform 1s linear,opacity 1s linear;
-ms-transition:transform 1s linear,opacity 1s linear;
-0-transition:transform 1s linear,opacity 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;}


@keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}

@-webkit-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}
@-moz-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;} 
	100%{transform: rotateY(0deg); opacity:1;}
	}	
.pro_img img{
	width:100%;
	border-radius: 8px;
}
.products_list p{
	margin-top:15%;
	padding: 3% 0;
	background:#f5f5f5;
	color: #ff3f00;
	border-radius: 10px;
}
/*图文详情*/
.products_cont{
	width:94%;
	padding:0 3%;
	padding-bottom: 3%;
}
.products_cont p{
	font-size:100%;
	color:#646464;
	padding-bottom: 3%;

}
.products_cont span{
	font-size:100%;
	color: #262626;
}
.products_con{
	width:94%;
	padding:0 3%;
	padding-bottom: 3%;
}
.products_con p{
	font-size:100%;
	color:#363636;
	padding-bottom: 3%;

}
.p_xq{
	width:100%;
}
/*.products_con img{
	border-radius:8px;
}*/
.p_img{
	width:100%;
	margin: auto;
	padding-bottom:3%;
}
.products_con span{
	font-size:100%;
	color: #363636;
}
.box{
	margin-bottom: 6%;
}
/*上下*/
/*.shang{
	width:40%;
	padding: 2% 4%;
	background: #2c2827;
	border-radius: 8px;
	margin-bottom: 3%;
	color:#fff;
}*/
.shang a{
	color:#fff;
}
.n_shang{
	width:70%;
	padding-left:4%;
	padding-right:4%;
	padding-top: 1%;
	padding-bottom: 2%;
	background: #2c2827;
	/*border-radius: 8px;*/
	margin-bottom: 3%;
	/*margin-left: 5%;
	margin-right: 5%;*/
	color:#ffffff;
}
.n_shang a{
	color:#ffffff;

}
/*搜索*/

/*#show{
	width: 50%;
}*/
#seach_key{
	text-indent: 1em;
}
/*.main_down{
	width:90%;
	margin-top: 4%;
	margin-right: 3%;
	margin-left:1%; 
}
.main_down a{
	color: #fff;
}
.main_down span{
	float: right;
	color: #fff;
}*/
/*.main_down li{
	width:100%;
	background: #de172e;
	padding: 4% 4%;
	margin-bottom:3%;
}*/
.picy{background: url(../img/i_03.png);width:95%;padding:26.5% 0; }
.pice{background: url(../img/i_05.png);width:95%;padding:26.5% 0; }
.pics{background: url(../img/i_09.png);width:95%;padding:26.5% 0; }
.picsi{background: url(../img/i_10.png);width:95%;padding:26.5% 0; }


.liuyan_tr {
    height: 45px;
}
.liuyan_input {
	margin-bottom: 5%;
    border: 1px solid rgb(0, 0, 0);
    padding: 2% 0;
    background: #c8c6c6;
    color: #918e8e;
}
.liuyan_input2{
    /*width:100%;*/
    background: #c8c6c6;
    color: #918e8e;
	border:1px solid #000;
	padding-bottom: 25%;
}

.liuyan_tr td{
	width:100%;
	color: #000000;
	font-size: 14px;
}
.liuyan_i td{
	color: #000000;
	font-size: 14px;
}
.input_td input{
	width:100%;
	border:1px solid #d2d2d2;
}
.liuyan_i textarea{
	width:100%;
	border:1px solid #d2d2d2;
}
#middle{
	margin-left: 6%;
	margin-right: 6%;

}

