@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:560px) {
.clear_line1 {
	height: 16px;
}
.clear_line2 {
	height: 16px;
}
.clear_line3 {
	height: 10px;
}
.pro_list {
}
.pro_list_width {
	width: 96%;
	margin: 0px auto;
}
.pro_list_ul {
	width: 100%;
}
.pro_list_ul_li {
	width: 48%;
	border: 1px solid #ccc;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	height:200px;
}
.pro_list_ul li:nth-child(2n) {
	float: right;
}
.pro_list_ul_li_img_div {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_list_ul_li_img {
	width: 100%;
	height: auto;
}
.pro_list_ul_li_title_p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 5px;
	width: 90%;
}
.pro_list_ul_li_title_p a {
	color: #333;
}
.pro_list_ul_li_title_p a:hover {
	color: #ff6000;
}
.pro_list_ul_li_button_p {
	display: none;
}
.pro_list_ul_li_p {
	height: 30px;
	line-height: 30px;
	width: 90%;
	margin: 0px auto;
}
.pro_list_ul_li_p_jiage {
	font-size: 16px;
	float: left;
	color: #ff6000;
}
.pro_list_ul_li_p_jiage i {
	text-decoration: line-through;
	font-style: normal;
}
.pro_list_ul_li_p_pinglun {
	float: right;
	font-size: 12px;
	color: #999;
}
.list_fenye>ul {
	height: auto;
}
.list_fenye>ul>li {
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*******pro_nav_pc****************/
.pro_nav_pc {
	display: none;
}
.pro_nav_m {
	display: block;
	width: 96%;
	margin: 0px auto;
}
.pro_nav_m_hd_li {
	float: left;
	width: 20%;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-bottom: -1px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.pro_nav_m_ul {
	padding-left: 7px;
	padding-bottom: 5px;
}
.pro_nav_m_ul .on {
	background: #ff6000;
}
.pro_nav_m_ul .on>a {
	color: #fff;
}
.pro_nav_m_bd_ul {
	width: 96%;
	margin: 0px auto;
}
.pro_nav_m_bd_ul li:nth-child(2n) {
	float: right;
}
.pro_nav_m_bd_ul_li {
	width: 48%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	float: left;
	background: #ff6000;
	border-radius: 5px;
}
.pro_nav_m_bd_ul_li>a {
	color: #fff;
}
.pro_nav_m_hd_li>a {
	color: #555;
}
.pro_nav_m_bd_pleft {
	position: absolute;
	top: 00px;
	left: 0px;
	font-size: 28px;
	color: #ff6000;
	z-index: 2;
}
.pro_nav_m_bd_pright {
	position: absolute;
	top: 00px;
	right: 0px;
	font-size: 28px;
	color: #ff6000;
	z-index: 2;
}
.pro_nav_m_clear {
	width: 98%;
	margin: 5px auto;
	clear: both;
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-bottom: 6px;
	color: #ff6000;
}
/***********header_pc****************/
.header_logo {
	height: auto;
	background: none;
}
.header_logo_img {
	display: block;
	width: 100%;
}
.header_nav {
	height: 36px;
	line-height: 36px;
	width: 100%;
	overflow: scroll;
	overflow-y: hidden;
	border: none;
}
.gundongtiao::-webkit-scrollbar {
 width: 1px;
 height: 1px;
}
.gundongtiao::-webkit-scrollbar-thumb {
 border-radius: 1px;
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 background: #ff6000;
}
.gundongtiao::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 border-radius: 1px;
 background: #ccc;
}
.header_nav_ul_li {
	text-align: center;
	width: 100px;
}
.header_nav_ul_li>a {
	font-size: 16px;
}
.header_top {
	display: none;
}
/******************foot_nav_pc*****************/
.foot_nav_pc {
	display: none;
}
.foot_nav_m {
	display: block;
}
/**********pro_footer***************/
.pro_footer_pc {
	display: none;
}
.pro_footer_m {
	display: block;
	background: #3F3F3F;
	padding: 6px 0px;
}
.pro_footer_m p {
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	color: #999;
}
.pro_footer_m p a {
	color: #ccc;
}
}
