@charset "utf-8";
/* CSS Document */
body {
}
h1 {
	margin: 0 0 5px;
	font-size: 24.5px;
	line-height: 30px;
}
h1 small {
	font-size: 17.5px;
}
.header-shadow {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 40px;
	border-bottom: #ddd 1px solid\9;/*ie6-8*/
	-moz-box-shadow: 0 0 1px #999;
	-webkit-box-shadow: 0 0 1px #999;
	box-shadow: 0 0 1px #999;
}
.header-action {
	margin: 10px 0 0 10px;
}
#header-nav {
	margin: 0;
}
.navbar-inner {
	padding: 0px;
}
.navbar-inner #navhome {
	display: inline-block;
}
#main-nav .nav > li .dropdown-menu {
	margin: 0;
}
#main-nav .nav > li:hover .dropdown-menu {
	display: block;
}
.dropdown-submenu > a {
	cursor: pointer;
}

#main-nav .nav > li > a {
	padding: 10px 27px;
}
/*.dropdown-submenu > a, .dropdown-menu > li > a {
	font-size: 13px;
}
#reltProd td > b > a, #reltProd td > p {
	font-size: 13px;
}*/
#trusted img {
	max-height:32px;
	padding:0 20px;
}

.ftlist {
	display: block;
	line-height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 938px;
}
.marg-btm {
	margin-bottom: 0;
}
#ftlinks {
	padding: 0;
}
.simp-header {
	margin-top:20px;
}
.dtlogo {
	max-width:160px;
	max-height:60px;
	vertical-align:top;
	margin:15px 10px;
}
.dttext {
	display:inline-block;
}

/*product page*/
.dtlimgbox {
	width: 210px;
	height: 160px;
	text-align:center;
}
#dtlimg {
	max-width: 200px;
	max-height: 150px;
	display: inline-block;
	vertical-align: middle;
}
.v {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
/*
.control-group   margin-bottom: 10px;
.control-label   width: 90px;
.controls   margin-left: 110px;
*/
.scontrol-group {margin-bottom: 10px !important;}
.scontrol-label {width: 90px !important;}
.scontrols {margin-left: 110px !important;}

/*v3_panel*/
.panel {
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body-m {
  padding: 15px 0 5px 0;/*减小下边空隙*/
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
/*v3_panel*/

.w1000 { width:1000px; height:auto; margin:0px auto; overflow:hidden;}

#PB { margin-top:10px;}

#PB-R { width:auto; height:auto;overflow:hidden;position:fixed;_position:absolute; margin-left:1023px; margin-top:20px; background:#FFF;font-family:"微软雅黑"; font-size:12px; }

#PB-RImg { margin:0px; padding:0px; margin-left:60px; clear:both; margin-bottom:-1px; }

#PB-RImg:hover { cursor:pointer;}

#PB-R a img { width:120px; height:30px; line-height:30px; background:none; border:0px; margin-top:12px; _margin-bottom:-4px;*margin-bottom:3px;margin-bottom:-4px;}

#PB-R a span{ width:80px; height:34px; line-height:34px; padding-left:30px; padding-right:10px; margin-top:1px; color:#FFF; background:#4ebce9;  display:block; color:#FFF; }

#PB-R a span:hover { background:#1975b6; text-decoration:none; }

#PB-R a strong {width:80px; height:34px; line-height:34px; padding-left:30px; padding-right:10px; margin-top:1px; color:#FFF; background:#1975b6;  display:block; color:#FFF;}

#PB-R a strong:hover { cursor:pointer;}

#PB-R a span#qq{cursor:pointer; width:80px; height:34px; line-height:34px; padding-left:30px; padding-right:10px; margin-top:1px; background:url(../img/QQ-MCE-CN.png) no-repeat;display:block; color:#FFF; }

#PB-R a:hover  span#qq{cursor:pointer; background:url(../img/QQ-MCE-CN-2.png) no-repeat;display:block; text-decoration:none; }

 /*分页*/
/*.dede_pages{ margin-left:50px}
  .dede_pages ul{float:left;padding:12px 0px 12px 16px;}
  .dede_pages ul li{float:left;font-family:Tahoma;line-height:17px;margin-right:6px;border:1px solid #E9E9E9; list-style:none;}
  .dede_pages ul li a{float:left;padding:2px 4px 2px;color:#555;display:block;}
  .dede_pages ul li a:hover{color:#690;text-decoration:none;padding:2px 4px 2px;}
  .dede_pages ul li.thisclass,.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{background-color:#F8F8F8;padding:2px 4px 2px;font-weight:bold;}
  .dede_pages .pageinfo{line-height:21px;padding:12px 10px 12px 16px;color:#999;}
  .dede_pages .pageinfo strong{color:#555;font-weight:normal;margin:0px 2px;}
*/

.dede_pages{ margin-left:50px}
  .dede_pages ul{float:left;padding:12px 0px 12px 16px;}
  .dede_pages ul a{float:left;font-family:Tahoma;line-height:17px;margin-right:6px;border:1px solid #E9E9E9; list-style:none; padding:2px 4px 2px;color:#555;display:block;}

  .dede_pages ul a:hover{color:#690;text-decoration:none;padding:2px 4px 2px;}
  .dede_pages ul a.page-num-current,.dede_pages ul a.page-num-current a,.pagebox ul a.page-num-current a:hover{background-color:#F8F8F8;padding:2px 4px 2px;font-weight:bold;}
  .dede_pages .pageinfo{line-height:21px;padding:12px 10px 12px 16px;color:#999;}
  .dede_pages .pageinfo strong{color:#555;font-weight:normal;margin:0px 2px;}