*{
	font-family:Microsoft YaHei,SimHei,SimSun;
}
body,html {
	background-color: #fff;
}
ul,
li,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*头部公共样式*/
.header-nav{
	height: 95px;
	max-height: 95px;
	background-color: #fff;		
	padding-top: 20px;	
	width: 100%;	
	margin-bottom: 10px;	
}
.header-nav .logo{
	height: 74px;
	overflow: hidden;
	padding-left: 30px;
}
.header-nav .logo img{
	height: 74px;
}
.header-nav .navbar-nav li > a{
	height: 36px;
	padding: 0px 30px;
	line-height: 36px;
	margin-top: -1px;
	margin: 20px 30px;
}
.header-nav .navbar-nav li > a:hover,
.header-nav .navbar-nav li > a.active{
	background-color: #006934;
	color:#fff;
}
/*按纽*/
.btn-danger {
  color: #ffffff;
  background-color: #d5390a;
  border-color: #d5390a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #660000;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #a72b05;
  border-color: #a72b05;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #a80000;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #a80000;
  border-color: #660000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff0000;
  border-color: #e60000;
}
.btn-danger .badge {
  color: #ff0000;
  background-color: #ffffff;
}
/*边距*/
/*padding边距*/
.hs-padded-0-5 {
	padding: 0 5px;
}
.hs-padded-0-10 {
	padding: 0 10px;
}
.hs-padded-0-15 {
	padding: 0 15px;
}
.hs-padded-0-20 {
	padding: 0 20px;
}
.hs-padded-5-0 {
	padding: 5px 0;
}
.hs-padded-10-0 {
	padding: 10px 0;
}
.hs-padded-15-0 {
	padding: 15px 0;
}
.hs-padded-20-0 {
	padding: 20px 0;
}
.hs-padded-5 {
	overflow: hidden;
	padding: 5px;
}
.hs-padded-10 {
	overflow: hidden;
	padding: 10px;
}
.hs-padded-15 {
	overflow: hidden;
	padding: 15px;
}
.hs-padded-20 {
	overflow: hidden;
	padding: 20px;
}
.hs-padded-0-5 {
	padding: 0 5px;
}
.hs-padded-0-10 {
	padding: 0 10px;
}
.hs-padded-0-15 {
	padding: 0 15px;
}
.hs-padded-0-20 {
	padding: 0 20px;
}
/*margin边距*/
.hs-row-5 {
	margin-right: 5px;
	margin-left: 0px;
}
.hs-row-10 {
	margin-right: 10px;
	margin-left: 0px;
}
.hs-row-15 {
	margin-right: 15px;
	margin-left: 0px;
}
.hs-row-20 {
	margin-right: 20px;
	margin-left: 0px;
}
.hs-row-30 {
	margin-right: 30px;
	margin-left: 0px;
}
.hs-margin-5 {
	overflow: hidden;
	margin: 5px;
}
.hs-margin-10 {
	overflow: hidden;
	margin: 10px;
}
.hs-margin-15 {
	overflow: hidden;
	margin: 15px;
}
.hs-margin-20 {
	overflow: hidden;
	margin: 20px;
}
.hs-margin-30 {
	overflow: hidden;
	margin: 30px;
}

/*列表组*/
.list-group-item {
	position: relative;
	display: block;
	line-height: 18px;
	background-color:#fff;
	border: none;
	padding-left: 0px;
	padding-right: 0;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #000;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #000;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #d5390a;
  background-color: #fff;
}

.list-group-item-info {
  color: #fff;
  background-color: #4a3d6e;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
.list-group-item-info:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item-info:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #fff;
  background-color: #3c3159;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3c3159;
  border-color: #3c3159;
}

.pro_service > h4{
	color: #fff;
	font-size: 16px;
	background: url(../image/line.png) repeat-x bottom;
	text-align: center;
	line-height: 40px;
}
/*字体颜色*/
.text-danger{
	color: #d5390a;
}
.text-default{
	color: #fff;
}
/*底部样式*/
.footer{
	background: #2e2e2e;
	color: #aeaeae;
	height: 88px;
	width: 100%;
	font-size: 12px;
	padding-top: 10px;
}
.footer p{
	padding-top: 15px;
	line-height: 24px;
}
/*背景颜色*/
.bg-default {
  	background-color: #fff;
  	color: #000000;
}
a.bg-default:hover,
a.bg-default:focus {
  	background-color: #fff;
}
.bg-info {
  	background-color: #4a3d6e;
}
a.bg-info:hover,
a.bg-info:focus {
  	background-color: #4a3d6e;
}
/*超链接样式*/
a {
  	color: #3c3159;
  	text-decoration: none;
}
a:hover,
a:focus {
  	color: #d5390a;
  	text-decoration: none;
}
/*自动隐藏文字*/
.ellipsis-1 {
	padding-right: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*内容样式*/
.navbar-nav > a {
	color: #fff;
}
.in_con {
	padding-top: 50px; 
	width: 1000px; 
	line-height: 24px; 
	text-align:center; 
	margin: 0 auto;
	margin-bottom: 55px;
}
.contact {
	padding-top: 50px; 
	width: 100%;
	text-align:center; 
	margin: 0 auto;
	margin-bottom: 55px;
}

.pro_list .pro_list_view {
	border: 1px solid #ebebeb;
	margin-bottom: 40px;
	height: 278px;
}
.pro_list .pro_list_view .img_body {
	width: 100%;
	height: 240px;
}
.pro_list .pro_list_view p {
	background-color: #ebebeb;
	text-align: center;
	color: #333;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	padding: 0px 5px;
}

/* pro-detail */
.pro-detail {

}
.pro-detail > .pro-detail-base {
	overflow: hidden;
}
.pro-detail > .pro-detail-base > .base-info {
	width: 1000px;
}
.pro-detail > .pro-detail-base > .base-info > .pics {
	width: 430px;
	margin-right: 25px;
}
.pro-detail > .pro-detail-base > .base-info > .pics img {
	max-width: 100%;
	height: auto;
}
/*图片小图预览列表*/
.pro-detail > .pro-detail-base > .base-info > .pics > .pics-show-container {
	width:430px;
	height:430px;
	border: #e4e4e4 solid 1px;
	overflow: hidden;
	vertical-align: middle;
}

.pro-detail > .pro-detail-base > .base-info > .pics > .pics-select-container {
	clear:both;
	padding: 20px 0px;
	width:430px;
}

.pro-detail > .pro-detail-base > .base-info > .pics > .pics-select-container .items {
	float:left;
	position:relative;
	width:430px;
	height:102px;
	overflow:hidden;
}
.pro-detail > .pro-detail-base > .base-info > .pics > .pics-select-container .items ul {
	position:absolute;
	width:999999px;
	height:100px;
}
.pro-detail > .pro-detail-base > .base-info > .pics > .pics-select-container .items ul li {
	float:left;
	width:100px;
	text-align:center;
	margin-right:9px;
	border:solid 1px #e4e4e4;
}
.pro-detail > .pro-detail-base > .base-info > .pics > .pics-select-container .items ul li img {
	padding: 2px;
	width:100px;
	height:100px;
}
.pro-detail > .pro-detail-base > .base-info > .pics > .pics-select-container .items ul li.active img,
.pro-detail > .pro-detail-base > .base-info > .pics > .pics-select-container .items ul li img:hover {
	border:2px solid #f39600;
	padding:0;
}

.pro-detail > .pro-detail-base > .base-info > .info {
	width: 500px;
	text-align: left;
}
.pro-detail > .pro-detail-base > .base-info > .info > h1 {
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-size: 18px;
	padding-bottom: 10px;
}
.pro-detail > .pro-detail-base > .base-info > .info > p {
	line-height: 1.4;
	font-size: 14px;
	color: #999;
	
}
.pro-detail > .pro-detail-base > .base-info > .info > h3 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table { 
	display: table;
	width: 100%;
	color: #999;
} 

.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell { 
	display: table-cell; 
	padding: 12px 0;
	vertical-align: middle;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-label {
	width: 60px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content {
	font-size: 12px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content .market-price {
	font-size: 20px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content .sell-price {
	font-size: 30px;
	color: #ff0000;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content .col-lg-4 {
	line-height: 30px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content.params {

}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content.params > span {
	padding: 5px 5px;
	background-color: #ffffff;
	font-size: 14px;
	color: #999;
	line-height: 100%;
	border: #ebebeb solid 1px;
	margin-right: 5px;
	cursor: pointer;
}
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content.params > span:hover,
.pro-detail > .pro-detail-base > .base-info > .info > .d-table .d-table-cell.cell-content.params > span.active {
	background-color: #7bbb00;
	color: #ffffff;
}
.pro-detail > .pro-detail-base > .base-info > .info > .btns {
	margin-top: 20px;
	margin-bottom: 50px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .btns > .btn {
	padding: 15px 35px;
	font-size: 18px;
	line-height: 100%;
	margin-right: 25px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .btns > .btn.btn-default {
	border: #7bbb00 solid 1px;
	color: #7bbb00;
}
.pro-detail > .pro-detail-base > .base-info > .info > .btns > .btn.btn-default:hover,
.pro-detail > .pro-detail-base > .base-info > .info > .btns > .btn.btn-default:focus {
	background-color: #f8f8f8;
}
.pro-detail > .pro-detail-base > .base-info > .info > .promise > a {
	color: #999;
	text-decoration: none;
	padding: 0px 10px;
}
.pro-detail > .pro-detail-base > .base-info > .info > .promise > a i {
	color: #7BBB00;
	padding-right: 5px;
	font-size: 16px;
}
.pro-detail > .pro-detail-content {
	margin-top: 30px;
}
/**/
.pro-detail > .pro-detail-base > .link-pro {
	width: 180px;

}
.pro-detail > .pro-detail-content > .history-pro {
	width: 215px;
}
.pro-detail > .pro-detail-base > .link-pro,
.pro-detail > .pro-detail-content > .history-pro {
	text-align: center;
	border: #eaeaea solid 1px;
}
.pro-detail > .pro-detail-base > .link-pro > .title,
.pro-detail > .pro-detail-content > .history-pro > .title {
	background-color: #f8f8f8;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #666;
	border-bottom: #eaeaea solid 1px;
}
.pro-detail > .pro-detail-base > .link-pro > .list,
.pro-detail > .pro-detail-content > .history-pro > .list {
	padding: 0px 20px;
	overflow: hidden;
}
.pro-detail > .pro-detail-base > .link-pro > .list > li,
.pro-detail > .pro-detail-content > .history-pro > .list > li {
	margin-top: 10px;
	width: 100%;
	max-height: 460px;
	overflow: hidden;
}
.pro-detail > .pro-detail-base > .link-pro > .list > li > img,
.pro-detail > .pro-detail-content > .history-pro > .list > li > img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.pro-detail > .pro-detail-base > .link-pro > .list a,
.pro-detail > .pro-detail-content > .history-pro > .list a {
	text-decoration: none;
}
.pro-detail > .pro-detail-base > .link-pro > .list a > p,
.pro-detail > .pro-detail-content > .history-pro > .list a > p {
	padding-top: 10px;
	line-height: 22px;
	color: #999;
}
.pro-detail > .pro-detail-base > .link-pro > .list a > p > font,
.pro-detail > .pro-detail-content > .history-pro > .list a > p >font {
	color: #ff0000;
}
/**/
.pro-detail > .pro-detail-content > .content {
	width: 960px;
}
.pro-detail > .pro-detail-content > .content  > .content-nav > .nav-tabs {
	border: #e5e5e5 solid 1px;
	background-color: #f8f8f8;
}
.pro-detail > .pro-detail-content > .content  > .content-nav > .nav-tabs > li {
	border-right: #e5e5e5 solid 1px;
}
.pro-detail > .pro-detail-content > .content  > .content-nav > .nav-tabs > li a {
	color: #999;
	margin: 0;
	padding: 0;
	line-height: 50px;
	padding: 0 35px;
}
.pro-detail > .pro-detail-content > .content  > .content-nav > .nav-tabs > li a:hover,
.pro-detail > .pro-detail-content > .content  > .content-nav > .nav-tabs > li a:focus {
	border-radius: 0;
	background-color: #f8f8f8;
	border-bottom: #e5e5e5 solid 1px;
}
.pro-detail > .pro-detail-content > .content  > .content-nav > .nav-tabs > li.active a {
	background-color: #fff;
	color: #8ab700;
	border-radius: 0;
	border: 0;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}