body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,dt,dl,dd,th,td,label,button,input,textarea {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Microsoft Yahei", Tahoma;
	line-height: 1.5;
	color: #333;
}

h1,h2,h3,h4,h5,h6,button,input,select,textarea {
	font: 12px "Microsoft Yahei", Tahoma;
}

input {
	border: none;
	outline: none;
}

fieldset,img {
	border: 0;
}

img {
	vertical-align: top;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

em,i,dfn {
	font-style: normal;
}

.clear:after,.clear:before {
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	content: "";
}

.clear {
	zoom: 1;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #f91;
	text-decoration: none;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.tc {
	text-align: center !important;
}

.bn {
	border: none !important;
}

.wauto {
	width: auto !important;
}

.pd20 {
	padding: 20px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.hide {
	display: none;
}

.not_load,.not_load img {
	background: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.site_nav {
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 26px;
	line-height: 26px;
	background: #fafafa;
}

.site_nav_bd .login {
	display: inline-block;
	float: left;
	color: #999;
}

.site_nav_bd .login b {
	padding-left: 20px;
}

.site_nav_bd .login .location-logo {
	left: 2px;
	top: 6px;
	width: 16px;
	height: 14px;
}

.site_nav_bd .login em {
	padding-right: 6px;
	color: #999;
}

.login a {
	padding: 0 3px 0 5px;
	color: #38a4ff;
}

.site_nav_bd .quick_menu {
	float: right;
	color: #999;
}

.site_nav_bd .quick_menu em {
	height: 16px;
	line-height: 16px;
	color: #999;
}

.site_nav_bd .quick_menu a {
	padding: 0 3px;
	color: #999;
}

.quick_menu {
	text-align: right;
}

.top_ewm {
	position: relative;
	float: right;
	height: 26px;
	display: inline;
	width: auto;
}

.top_ewm a {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
}

.top_ewm a.icon_phone {
	width: 20px;
	height: 26px;
	margin-top: -2px;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	background: url(../image/icon_phone.png) no-repeat 3px 3px;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

.top_ewm a.icon_wechat {
	width: 26px;
	height: 26px;
	margin-top: -2px;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	background: url(../image/icon_wechat.png) no-repeat 5px 3px;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

.top_ewm a.weixin {
	background: url(../image/erp_index.png) no-repeat;
	background-position: -110px -356px;
}

.top_ewm .qr-code {
	position: absolute;
	right: 0;
	top: 26px;
	display: none;
	width: 150px;
	padding: 10px 10px 0 10px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 9998;
}

.top_ewm .qr-code img {
	width: 150px;
	height: 150px;
}

.top_ewm:hover .qr-code {
	display: block;
}

.top_ewm:hover .icon_phone {
	position: relative;
	z-index: 9999;
	border-color: #ddd;
	background-color: #fff;
}

.top_ewm:hover .icon_wechat {
	position: relative;
	z-index: 9999;
	border-color: #ddd;
	background-color: #fff;
}

.header .top {
	position: relative;
	background: #fff;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 51;
}

.header .top .logo {
	width: 290px;
	float: left;
}

.header .top .logo img {
	display: inline-block;
	height: 70px;
	margin-right: 10px;
}

.header .top .logo .text_con {
	display: inline-block;
	position: relative;
	width: 350px;
	height: 70px;
}

.header .top .logo .w_auto {
	width: auto;
}

.header .top .logo .text_con h1,.header .top .logo .text_con p {
	font-size: 18px;
}

.header .top .logo .w_auto p {
	padding-top: 18px;
}

.header .top .logo .text_con span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #999;
}

.header .top .sever_tel {
	float: right;
}

.header .search_box {
	display: block;
	float: left;
	padding-top: 15px;
}

.header .search_box a {
	color: #aeaeae;
	margin-right: 5px;
	font-size: 12px;
}

.header .top .search {
	width: 280px;
	height: 36px;
	margin-left: 60px;
	padding: 0 98px 0 1px;
	border: 2px solid;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	margin-bottom: 4px;
	background-color: #fff;
}

.header .top .search_txt {
	float: left;
	display: inline-block;
	width: 95%;
	padding: 5px 0 5px 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	border: 0;
	color: #999;
	background: 0 0;
}

.header .top .search_sub {
	float: right;
	display: block;
	border: none;
	width: 98px;
	height: 36px;
	margin-right: -98px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.header .search_select {
	position: absolute;
	left: 0;
	border: 0 none;
	color: #666;
	width: 77px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}

.header .search_select .tit {
	display: block;
	height: 36px;
	color: #999;
	line-height: 36px;
	background-color: #f8f8f8;
	cursor: pointer;
}

.header .search_select .tit:after {
	content: '';
	display: inline-block;
	background: url(../image/search_icon.png);
	width: 8px;
	height: 5px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.header .search_select ul {
	position: absolute;
	top: 36px;
	z-index: 99;
	background-color: #fff;
	width: 99%;
	border: 1px solid #e6e6e6;
	border-top: 0 none;
	display: none;
}

.header .search_select ul li {
	padding: 6px 0;
	cursor: pointer;
	color: #999;
	border-top: 1px solid #e6e6e6;
}

.header .search_select ul li.selected,.header .search_select ul li:hover {
	background-color: #efefef;
	color: #333;
}

.header .top .sever_tel {
	position: absolute;
	bottom: 0;
	right: 0;
	display: table;
	width: 168px;
	height: 90px;
	padding: 0 168px 0 20px;
	background: url(../image/server-phone.jpg) no-repeat right bottom;
}

.header .top .sever_tel .text_con {
	display: table-cell;
	vertical-align: middle;
}

.header .top .sever_tel b {
	position: relative;
	color: #666;
	font-weight: normal;
}

.header .top .sever_tel b::before {
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	width: 20px;
	height: 20px;
}

.header .top .sever_tel p {
	line-height: 20px;
	font-size: 16px;
	color: #fe850c;
}

.menu_nav {
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	z-index: 50;
}

.menu_nav_bd li {
	float: left;
}

.menu_nav_bd li a {
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
}

.menu_nav_bd li a:hover {
	color: #fff;
}

.menu_nav_bd .all_pro {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	width: 140px;
	color: #fff;
	text-align: center;
	cursor: default;
}

.all_pro .all_pro_icon {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 16px;
	height: 16px;
	background: url(../image/erp_index.png) no-repeat;
	background-position: 0 -14px;
}

.menu_nav_bd .all_pro ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 160px;
	color: #fff;
}

.menu_nav_bd .all_pro li {
	display: block;
	position: relative;
	width: 100%;
	border-left: 4px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_nav_bd .all_pro li a.nav_li {
	height: 40px;
	padding: 0;
	margin: 0 20px;
	text-align: left;
	border-bottom: 1px solid;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.menu_nav_bd .all_pro .sub {
	position: absolute;
	left: 156px;
	top: 2px;
	display: none;
	width: 600px;
	padding: 6px 10px 5px;
	border: 1px solid #ddd;
	border-left: 0;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}

.menu_nav_bd .all_pro .sub a {
	display: inline-block;
	float: left;
	color: #555;
	line-height: 30px;
}

.menu_nav_bd .all_pro .sub a:hover {
	color: #f60;
	background: none;
}

.menu_nav_bd li.on {
	color: #fff;
}

.menu_nav_bd .all_pro li.on a.nav_li {
	border-bottom-color: #fff;
	background: #fff;
}

.menu_nav_bd .all_pro li.on {
	background: #fff;
	border-left: 4px solid #ffce23;
}

.side_tool {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -50px;
	z-index: 101;
}

.side_tool a {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	margin: 5px 0 0 0;
}

.side_tool a.weixin {
	background: #00a7e1 url(../image/erp_index.png) -162px -115px;
}

.side_tool a.tel {
	background: #00a7e1 url(../image/erp_index.png) -160px 0;
}

.side_tool .hide_box {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 145px;
	padding: 10px 15px;
	line-height: 16px;
	border: 1px solid #e0e0e0;
	color: #666;
	visibility: hidden;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	z-index: 11;
}

.side_tool .hide_box s {
	content: '';
	position: absolute;
	bottom: 60px;
	right: -7px;
	width: 7px;
	height: 13px;
	background-position: -387px -45px;
}

.side_tool .hide_box b {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	color: #f91;
}

.side_tool a:hover {
	background-color: #0b77d2;
}

.side_tool a:hover .hide_box {
	visibility: visible;
	opacity: 1;
}

.bottom_tag {
	margin: 20px 0 0 0;
	background: #f6f6f6;
	clear: both;
}

.bottom_tag_con {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	line-height: 70px;
	text-align: center;
}

.bottom_tag_con span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	color: #999;
}

.bottom_tag_con span i {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: -3px 10px 0 0;
	vertical-align: middle;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.footer {
	background: #f9f9f9;
}

.footer_con {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #666;
}

.footer p {
	line-height: 24px;
}

.footer p.last {
	padding-top: 10px;
	color: #999;
}

.footer p.last a {
	color: #999;
}

.cn_link {
	width: 1200px;
	margin: -10px auto 0  auto;
	padding-bottom: 10px;
	color: #999;
}

.cn_link a {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}

.cncn-calendar {
	position: relative;
	width: 480px;
	min-height: 256px;
	text-align: center;
	background: #fff url(../image/loading.gif) no-repeat center center;
}

.cncn-calendar.fail {
	top: -2px;
	left: -2px;
	border: 2px solid #f00;
	-webkit-box-shadow: 0 0 4px red;
	-moz-box-shadow: 0 0 4px red;
	box-shadow: 0 0 4px red;
}

.cncn-calendar.height_auto {
	height: auto;
	min-height: auto;
}

.cncn-calendar .hd {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	text-align: center;
	background: #f8f8f8;
	z-index: 99;
}

.cncn-calendar .hd .btn_con {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 30px;
}

.cncn-calendar .hd .btn_con a:hover {
	text-decoration: none;
}

.cncn-calendar .hd .btn_con a:hover:before,.cncn-calendar .hd .btn_con a:hover:after {
	color: #f60;
}

.cncn-calendar .hd .btn_con b {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.cncn-calendar .hd .btn {
	position: absolute;
	top: 0;
	z-index: 0;
}

.cncn-calendar .hd .btn:after {
	font-size: 0.28rem;
	color: #666;
	margin-left: 0.1rem;
}

.cncn-calendar .hd .pre {
	left: 5px;
}

.cncn-calendar .hd .pre:before {
	content: '';
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	margin: -0.1rem 0 0 0.1rem;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: middle;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -0.02rem;
}

.cncn-calendar .hd .pre:after {
	content: '涓婁釜鏈�';
}

.cncn-calendar .hd .pre.disable:before {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	margin: -0.1rem 0 0 0.1rem;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	vertical-align: middle;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -0.02rem;
}

.cncn-calendar .hd .pre.disable:after {
	color: #aaa;
}

.cncn-calendar .hd .next {
	right: 5px;
}

.cncn-calendar .hd .next:after {
	content: '';
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	margin: -0.1rem 0 0 0.1rem;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cncn-calendar .hd .next:before {
	content: '涓嬩釜鏈�';
}

.cncn-calendar .hd .next.disable:after {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	margin: -0.1rem 0 0 0.1rem;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cncn-calendar .hd .next.disable:before {
	color: #aaa;
}

.cncn-calendar .hd b {
	display: block;
}

.cncn-calendar .hd .week {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 25px;
	color: #fff;
	background: #80888f;
}

.cncn-calendar .hd .week span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cncn-calendar .hd .week span:first-child,.cncn-calendar .hd .week span:last-child {
	background: #0cc586;
}

.cncn-calendar .bd strong {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	line-height: 25px;
	text-align: center;
	z-index: 99;
}

.cncn-calendar .bd ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.cncn-calendar .bd li {
	width: 14.28%;
	height: 40px;
	padding: 0 5px;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.cncn-calendar .bd li p {
	text-align: center;
	color: #f60;
}

.cncn-calendar .bd li:hover {
	background: #fff6eb;
}

.cncn-calendar .bd li.disabled {
	color: #999;
	cursor: inherit;
	background: #f8f8f8;
}

.cncn-calendar .bd li.disabled:hover {
	background: #f8f8f8;
}

.cncn-calendar .bd li.pass {
	position: relative;
	background: #f9f9f9;
	color: #999;
}

.cncn-calendar .bd li.today {
	position: relative;
	background: yellow;
	color: #333;
}

.cncn-calendar .bd li.today:hover {
	background: yellow;
}

.cncn-calendar .bd li.today:after {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -12px;
	line-height: 14px;
	content: '';
}

.cncn-calendar .bd li.today.disabled:after {
	content: '浠婂ぉ';
}

.cncn-calendar .bd li.start {
	position: relative;
	background: #ff4f4f;
	color: #fff;
}

.cncn-calendar .bd li.start:after {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -12px;
	line-height: 14px;
	content: '鍏ヤ綇';
}

.cncn-calendar .bd li.end {
	position: relative;
	background: green;
	color: #fff;
}

.cncn-calendar .bd li.end:after {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -12px;
	line-height: 14px;
	content: '绂诲簵';
}

.cncn-calendar .bd li.on {
	position: relative;
	background: #f91;
	color: #fff;
}

.cncn-calendar .bd li.on p {
	color: #ff0;
}

.slide_image {
	height: 340px;
	position: relative;
}

.slide_image_item {
	height: 340px;
	width: 100%;
	right: 0px;
	background: #fff no-repeat center top;
	position: absolute;
	top: 0px;
}

.slide_image_item a {
	height: 340px;
	width: 1200px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
}

.slide_image_btns {
	width: 140px;
	height: 22px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -70px;
	text-align: center;
}

.slide_image_btns a {
	display: inline-block;
	width: 20px;
	height: 5px;
	margin: 0 auto;
	-moz-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.8;
	font-size: 0;
	color: #0e9ee8;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px #999;
	-moz-box-shadow: 0 2px 4px #999;
	box-shadow: 0 2px 4px #999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.slide_image_btns a.on {
	width: 40px;
	color: #fff;
	opacity: 1;
}

.slide_image_btns a:hover {
	text-decoration: none;
}

.ffddd5 {
	background: #ffddd5;
}

.pro_item .tit {
	line-height: 40px;
	border-bottom: 3px solid #ff542c;
	overflow: hidden;
}

.pro_item .tit strong {
	display: inline-block;
	width: 240px;
	float: left;
	height: 38px;
	font-size: 20px;
	color: #ff542c;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pro_item .tit .more_con {
	display: inline-block;
	overflow: hidden;
	width: 900px;
	height: 40px;
	float: left;
}

.pro_item .tit .more_con a {
	display: inline-block;
	margin-right: 10px;
	line-height: 24px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	color: #555;
}

.pro_item .tit .more_con a:hover {
	color: #f91;
}

.pro_item .tit .more_con a.on {
	padding: 0 10px;
	color: #fff;
	background: #bbb;
}

.pro_item .tit a.more {
	float: right;
	color: #ff542c;
}

.pro_item .bd .side_bar {
	width: 224px;
	float: left;
}

.pro_item .bd .side_bar a {
	display: block;
	height: 100%;
}

.pro_item .bd .side_bar img {
	width: 224px;
	height: 100%;
}

.pro_item .txt_con a {
	display: inline-block;
	position: relative;
	width: 228px;
	float: left;
	margin: 16px 0 0 16px;
	color: #777;
	-moz-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
}

.pro_item .txt_con a:hover {
	-webkit-box-shadow: 0 0 4px #38a4ff;
	-moz-box-shadow: 0 0 4px #38a4ff;
	box-shadow: 0 0 4px #38a4ff;
}

.pro_item .txt_con a img {
	display: block;
	width: 228px;
	height: 152px;
}

.pro_item .txt_con a .time {
	position: absolute;
	top: 128px;
	left: 0;
	width: 100%;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background-color: rgba(56,164,255,0.7);
}

.pro_item .txt_con .text_con {
	height: 81px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-top: 0;
	background: #fff;
}

.pro_item .txt_con .text_con .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
	height: 48px;
	font-size: 14px;
	text-align: left;
}

.pro_item .txt_con .text_con .title sub {
	display: inline-block;
	padding: 0 5px;
	margin-top: -2px;
	line-height: 18px;
	vertical-align: middle;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	background: #ff7777;
}

.pro_item .txt_con .text_con .price {
	line-height: 30px;
	overflow: hidden;
}

.pro_item .txt_con .text_con .price span {
	float: left;
}

.pro_item .txt_con .text_con .price em {
	height: 30px;
	float: right;
	color: #f70;
	overflow: hidden;
}

.pro_item .txt_con .text_con .price em b {
	display: inline-block;
	padding: 0 3px;
	font-size: 17px;
}

.pro_item .txt_con a.big {
	width: 466px;
}

.pro_item .txt_con a.big img {
	width: 466px;
	height: 240px;
}

.pro_item .txt_con a.big .text_con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 86px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
}

.pro_item .txt_con a.big .text_con .title {
	font-size: 18px;
}

.pro_item .txt_con a.big .text_con .title sub {
	font-size: 12px;
}

.pro_item .txt_zhinan {
	padding: 20px 0 0 0;
}

.pro_item .txt_zhinan ul {
	width: 440px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px;
}

.pro_item .txt_zhinan ul li a {
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}

.pro_item .txt_zhinan ul li a::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 18px;
	width: 5px;
	height: 5px;
	background: #ddd;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.pro_item .txt_zhinan ul li:last-child a {
	border: 0;
}

.recommend .txt_con {
	padding: 10px 5px 5px 5px;
}

.recommend .txt_con a {
	margin: 0 5px 10px 5px;
}

.recommend .txt_con .text_con {
	height: 78px;
	border: 0;
}

.chujing .tit {
	color: #fcca3a;
	border-color: #fcca3a;
}

.chujing .tit strong,.chujing .tit a.more {
	color: #fcca3a;
}

.chujing .tit .more_con a.on {
	background: #fcca3a;
}

.guonei .tit {
	color: #f04875;
	border-color: #f04875;
}

.guonei .tit strong,.guonei .tit a.more {
	color: #f04875;
}

.guonei .tit .more_con a.on {
	background: #f04875;
}

.zhoubian .tit {
	color: #3fd5ac;
	border-color: #3fd5ac;
}

.zhoubian .tit strong,.zhoubian .tit a.more {
	color: #3fd5ac;
}

.zhoubian .tit .more_con a.on {
	background: #3fd5ac;
}

.bendi .tit {
	color: #48abff;
	border-color: #48abff;
}

.bendi .tit strong,.bendi .tit a.more {
	color: #48abff;
}

.bendi .tit .more_con a.on {
	background: #48abff;
}

.menpiao .tit {
	color: #56e1e3;
	border-color: #56e1e3;
}

.menpiao .tit strong,.menpiao .tit a.more {
	color: #56e1e3;
}

.menpiao .tit .more_con a.on {
	background: #56e1e3;
}

.jiudian .tit {
	color: #f77359;
	border-color: #f77359;
}

.jiudian .tit strong,.jiudian .tit a.more {
	color: #f77359;
}

.jiudian .tit .more_con a.on {
	background: #f77359;
}

.daoyou .tit {
	color: #d875ed;
	border-color: #d875ed;
}

.daoyou .tit strong,.daoyou .tit a.more {
	color: #d875ed;
}

.daoyou .tit .more_con a.on {
	background: #d875ed;
}

.huiyi .tit {
	color: #7b6bf6;
	border-color: #7b6bf6;
}

.huiyi .tit strong,.huiyi .tit a.more {
	color: #7b6bf6;
}

.huiyi .tit .more_con a.on {
	background: #7b6bf6;
}

.qianzheng .tit {
	color: #83d052;
	border-color: #83d052;
}

.qianzheng .tit strong,.qianzheng .tit a.more {
	color: #83d052;
}

.qianzheng .tit .more_con a.on {
	background: #83d052;
}

.zuche .tit {
	color: #4f77f8;
	border-color: #4f77f8;
}

.zuche .tit strong,.zuche .tit a.more {
	color: #4f77f8;
}

.zuche .tit .more_con a.on {
	background: #4f77f8;
}

.zhinan .tit {
	color: #71b5dc;
	border-color: #71b5dc;
}

.zhinan .tit strong,.zhinan .tit a.more {
	color: #71b5dc;
}

.zhinan .tit .more_con a.on {
	background: #71b5dc;
}

.tbgg {
	position: relative;
	width: 798px;
	float: right;
	margin-bottom: 4px;
	height: 40px;
}

.tbgg h5 {
	position: relative;
	width: 88px;
	float: left;
	color: #f73;
	text-align: right;
	margin: 0;
	line-height: 40px;
	font-size: 12px;
	font-weight: normal;
}

.tbgg h5 i {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 9px;
	margin-right: 5px;
	height: 13px;
	background-position: -283px 0;
	overflow: hidden;
}

.gdt {
	width: 700px;
	float: left;
	margin-right: 10px;
	display: inline;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}

.gdt a:hover {
	text-decoration: underline;
}