a {
	text-decoration: none;
}

fieldset,
img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑" !important;
	background: #fff;
	color: #666;
}

ul,
ol,
li {
	list-style-type: none;
}

.clear {
	clear: both;
}


/*头部*/

.header-top {
	float: left;
	width: 100%;
	min-width: 1190px;
	height: 32px;
	background: #f2f2f2;
	border-bottom: 1px solid #ddd;
}

.header-top .headers {
	width: 1190px;
	height: 32px;
	margin: 0px auto;
	line-height: 32px;
}

.header-top .headers span {
	float: left;
}

.header-top .headers .encyclopedia {
	float: left;
	width: auto;
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0px 10px;
	position: relative;
	text-indent: 15px;
}

.header-top .headers .encyclopedias {
	float: right !important;
	margin-right: 20px;
}

.header-top .headers .encyclopedia-act {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #ffffff;
}

.header-top .headers .encyclopedia img {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
}

.header-top .headers .encyclopedia ul {
	display: none;
	float: left;
	width: 100%;
	height: auto;
	position: absolute;
	top: 32px;
	left: -1px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
}

.header-top .headers .encyclopedia ul li {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	text-indent: 0px;
}

.header-top .headers .encyclopedia ul li a {
	float: left;
	width: 100%;
	height: 100%;
	color: #333333;
}

.header-top .headers .encyclopedia ul li a:hover {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	text-indent: 0px;
	background: #fff7ef;
	color: #ff7300;
}

.header-top .headers .business {
	float: right;
	width: 80px;
	height: 100%;
	background: url(../images/icon/yw.png) no-repeat left center;
	color: #c11920;
	margin-right: 10px;
}

.header-top .headers .business a {
	float: right;
	width: 80px;
	height: 100%;
	color: #c11920;
	text-indent: 20px;
}

.header-top .headers .wxs {
	position: relative;
	float: right;
	width: 80px;
	height: 100%;
	background: url(../images/icon/wxx.png) no-repeat left center;
	margin-right: 10px;
}

.header-top .headers .wxs-xx {
	display: none;
	position: absolute;
	top: 33px;
	left: 0px;
	width: 85px;
	height: 85;
	background: url(../images/wx.png) no-repeat center;
}

.header-top .headers .wxs a {
	float: right;
	width: 80px;
	height: 100%;
	color: #666;
	text-indent: 20px;
}

.header-top .headers .reg {
	float: right;
	width: auto;
	height: 100%;
	margin-right: 10px;
}

.header-top .headers .reg a {
	float: right;
	width: auto;
	height: 100%;
	line-height: 32px;
	color: #ff7300;
	text-align: center;
}

.header-top .headers .logs {
	float: right;
	width: auto;
	height: 100%;
	margin-right: 10px;
}

.header-top .headers .logs a {
	float: right;
	width: auto;
	height: 100%;
	line-height: 32px;
	color: #b81b20;
	text-align: center;
}

.big_header {
	float: left;
	width: 100%;
	min-width: 1190px;
	height: 158px;
}

.big_header .header {
	display: block;
	width: 1190px;
	margin: 0 auto;
}

.big_header .header .logo {
	float: left;
	width: 263px;
	height: 47px;
	margin-top: 39px;
}

.big_header .nav {
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #b81b20;
	/*	border-top: 5px solid #ff7300;*/
	margin-top: 15px;
}

.big_header .nav .tel {
	float: right;
	width: 181px;
	height: 20px;
	margin-top: 10px;
}

.big_header .nav ul {
	width: 1190px;
	margin: 0 auto;
}

.big_header .nav ul li {
	float: left;
	width: auto;
	height: 40px;
	padding: 0px 22px;
	font-size: 18px;
	line-height: 40px;
}

.big_header .nav ul li:hover {
	float: left;
	width: auto;
	height: 40px;
	padding: 0px 22px;
	font-size: 18px;
	line-height: 40px;
	background: #FF7300;
}

.big_header .nav ul li a {
	float: left;
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-weight: bolder;
}

.big_header .nav ul li.active {
	background: #FF7300;
}


/*搜索*/

.search {
	float: left;
	margin-top: 39px;
	margin-left: 56px;
}

.searchbar {
	height: 32px;
	border-left: none;
	border-top: 3px solid #c11920;
	border-right: 3px solid #c11920;
	border-bottom: 3px solid #c11920;
}

.searchbar input {
	float: left;
	width: 340px;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	border: none;
	color: #999;
	font-size: 12px;
}

.searchbar button {
	float: left;
	width: 94px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #c11920;
}

.keywords {
	margin-top: 5px;
	margin-left: 5px;
}

.keywords a {
	float: left;
	color: #666;
	margin-right: 20px;
}

.button-head {
	float: left;
	width: 90px;
	height: 38px;
	margin-top: 39px;
	margin-left: 10px;
}

.button-head a.register-btn {
	float: left;
	width: 90px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #ff7300;
}

.news-logo {
	float: right;
	width: 220px;
	height: 75px;
	margin-top: 20px;
	background: #dddddd;
}

.news-logo img {
	float: left;
	width: 220px;
	height: 75px;
}


/* plugin */

.header-search-dropmenu.PLG-dropmenu-button {
	background: url(../images/icon/icon-carat-1-s.png) no-repeat right center;
}

.header-search-dropmenu.PLG-dropmenu-button .PLG-dropmenu-result,
.header-search-dropmenu .PLG-dropmenu-menu-item {
	font-size: 12px;
	color: #333;
}

.header-search-dropmenu.PLG-dropmenu-button.PLG-focus .PLG-dropmenu-result {
	color: #333;
}

.header-search-dropmenu.PLG-dropmenu-button.PLG-focus {
	background-color: #fff;
}

.header-search-dropmenu .PLG-dropmenu-menu-item.PLG-hover {
	color: #333;
	background-color: #ddd;
}


/*器械分类详情*/

.content {
	float: left;
	width: 100%;
	min-width: 1190px;
	height: auto;
	background: #f3f3f3;
}

.content .title {
	display: block;
	width: 1190px;
	height: auto;
	margin: 0px auto;
	padding: 25px 0px 15px 0px;
}

.content .title a {
	width: auto;
	height: auto;
	margin: 0px 3px;
	color: #333333;
}

.content .contents {
	width: 1190px;
	height: auto;
	margin: 0px auto;
}


/*列表左侧*/

.content .contents .content-left {
	float: left;
	width: 245px;
	height: auto;
	margin: 0px auto;
	background: #ffffff;
	border-top: 3px solid #ff7300;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.content .contents .content-left .titles {
	float: left;
	width: 210px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bolder;
	margin-left: 17px;
	color: #333333;
	border-bottom: 1px solid #dddddd;
}

.content .contents .content-left .list {
	float: left;
	width: 210px;
	height: auto;
	margin-left: 17px;
	color: #333333;
	margin-top: 10px;
}

.content .contents .content-left .list span {
	float: left;
	width: 210px;
	height: auto;
	background: url(../images/icon/xiala.png) no-repeat left center;
	text-indent: 22px;
	color: #000000;
	font-size: 14px;
	cursor: pointer;
}

.content .contents .content-left .list ul {
	display: none;
	float: left;
	width: 210px;
	height: auto;
	margin-left: 22px;
	margin-top: 5px;
}

.content .contents .content-left .list ul li {
	float: left;
	width: 190px;
	height: 26px;
	line-height: 26px;
	background: url(../images/icon/dian.png) no-repeat left center;
	text-indent: 15px;
	color: #333333;
	cursor: pointer;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .contents .content-left .list ul li.act {
	float: left;
	width: 190px;
	height: 26px;
	line-height: 26px;
	background: url(../images/icon/dians.png) no-repeat left center !important;
	text-indent: 15px;
	color: #ff000b !important;
	font-size: 13px;
}


/*列表右侧*/

.content .contents .content-right {
	float: right;
	width: 935px;
	height: auto;
	margin: 0px auto;
	background: #ffffff;
	border-top: 3px solid #011934;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.content .contents .content-right .titles {
	float: left;
	width: 868px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bolder;
	margin-left: 30px;
	color: #333333;
	border-bottom: 1px solid #dddddd;
}

.content .contents .content-right .content-list {
	float: left;
	width: 868px;
	height: auto;
	margin-top: 10px;
	font-size: 18px;
	margin-left: 30px;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 10px;
}

.content .contents .content-right .content-list:last-child {
	float: left;
	width: 868px;
	height: auto;
	margin-top: 10px;
	font-size: 18px;
	margin-left: 30px;
	border-bottom: 0px dashed #dddddd !important;
	padding-bottom: 10px;
}

.content .contents .content-right .content-list span.title-m {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
}

.content .contents .content-right .content-list .describe {
	float: left;
	width: 828px;
	height: auto;
	line-height: 25px;
	font-size: 14px;
	margin-left: 30px;
	color: #333333;
}

.content .contents .content-right .content-list .describe span {
	color: #ff7300;
}


/*友情链接*/

.friendly_link {
	float: left;
	width: 1188px;
	height: 33px;
	border: 1px solid #e0e0e0;
	background: #e5e5e5;
	margin: 10px 0px 0px 0px;
}

.friendly_link h2 {
	float: left;
	width: 70px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 14px;
	border-top: 2px solid #f36e00;
	color: #313131;
}

.friendly_link span {
	float: left;
	margin-left: 10px;
	line-height: 33px;
	color: #999;
}

.contentss {
	float: left;
	width: 1190px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

.contentss a {
	font-size: 14px;
	margin-right: 10px;
	margin-top: 10px;
	color: #999;
	word-break: keep-all;
}


/*底部*/

.footer {
	float: left;
	width: 100%;
	padding: 40px 0 65px;
	border-top: 3px solid #c11920;
	background-color: #ffffff;
}

.footer .footer-container {
	width: 1190px;
	margin: 0 auto;
}

.footer .footer-container .footer-dh {
	float: left;
	width: 230px;
	margin-left: 60px;
	margin-right: 45px;
}

.footer .footer-container .footer-dh img {
	float: left;
	margin-top: 10px;
}

.footer .footer-container .footer-dh span.service {
	float: right;
	width: 170px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #666666;
}

.footer .footer-container .footer-dh span.tels {
	float: right;
	width: 170px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #c11920;
}

.footer .footer-container .footer-details {
	float: left;
	width: 170px;
	margin-right: 60px;
}

.footer .footer-container .footer-details img {
	float: left;
}

.footer .footer-container .footer-details span.services {
	float: right;
	width: 90px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #ff1300;
	margin-top: 15px;
}

.footer .footer-container .footer-details span.detail {
	float: right;
	width: 90px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
}

.footer .footer-container .wx {
	float: left;
	width: 85px;
}

.footer .footer-container .contact {
	float: left;
	width: 440px;
	height: 30px;
	margin-left: 390px;
	margin-top: 20px;
}

.footer .footer-container .contact a {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}

.footer .footer-container .text {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.footer .footer-container .text p {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 0px;
}

.footer .footer-container .consult {
	float: left;
	width: auto;
	height: 44px;
	margin-top: 20px;
	line-height: 44px;
	background: #f3f3f3;
	color: #333333;
	padding: 0px 15px;
	font-size: 14px;
	margin-right: 10px;
}

.footer .footer-container .lefts {
	margin-left: 150px;
}

.footer .footer-container .consult a.qq {
	padding: 0px 5px 0px 15px;
}


/*列表搜索和列表*/

.content .contents .content-search {
	float: left;
	width: 1190px;
	height: auto;
	margin: 0px auto;
	background: #ffffff;
	border-top: 3px solid #011934;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 40px;
}

.content .contents .content-search .entry {
	float: left;
	width: 370px;
	height: auto;
	margin-left: 48px;
	margin-bottom: 5px;
}

.content .contents .content-search .entrys {
	margin-left: 0px !important;
}

.content .contents .content-search .entry label {
	float: left;
	width: 85px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333333;
	text-align: right;
}

.content .contents .content-search .entry input {
	width: 270px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
	margin: 0px 5px;
	border: 1px solid #dddddd;
}

.content .contents .content-search .entry input.day {
	width: 125px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
	margin: 0px 5px;
	border: 1px solid #dddddd;
}

.content .contents .content-search .entry .province {
	position: relative;
	float: left;
	width: 270px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dddddd;
	margin: 0px 5px;
/*	background: #ffffff url(../images/icon/la.png) no-repeat right center !important;*/
}

.content .contents .content-search .entry .province .select{
	width: 270px;
	height: 30px;
	line-height: 30px;
	border: 0px solid #dddddd;
}

.content .contents .content-search .entry .province span {
	float: left;
	width: 265px;
	height: 30px;
	color: #333333;
	margin-left: 5px;
}

.content .contents .content-search .entry .province ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 270px;
	height: auto;
	border: 1px solid #dddddd;
	background: #ffffff;
	z-index: 99999;
}

.content .contents .content-search .entry .province ul li {
	line-height: 25px;
	text-indent: 5px;
}

.content .contents .content-search .entry button {
	float: left;
	width: 275px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	background: #b81b20;
	font-size: 18px;
	text-align: center;
	border: 0px;
	border-radius: 5px;
	margin-left: 458px;
	margin-top: 10px;
}

.content .contents .content-search .texts {
	float: right;
	width: 330px;
	height: auto;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-top: -70px;
}

.content .contents .headline {
	float: left;
	width: 1190px;
	height: auto;
	line-height: 30px;
	margin-bottom: 15px;
}

.content .contents .headline span {
	color: #b81b20;
}

.content .contents .headline .show {
	position: relative;
	float: right;
	width: 128px;
	height: 30px;
	border: 1px solid #dddddd;
	text-indent: 12px;
	background: #ffffff url(../images/icon/la.png) no-repeat right center !important;
}

.content .contents .headline .show span.xs {
	float: left;
	width: 128px;
	height: 30px;
	color: #333333;
}

.content .contents .headline .show ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 128px;
	height: auto;
	border: 1px solid #dddddd;
	background: #ffffff;
	z-index: 99999;
}

.content .contents .headline .show ul li {
	line-height: 25px;
	text-indent: 5px;
}

.content .contents .headline .show ul li span {
	color: #a0a0a0;
}

.content .contents .headline .show ul li input {
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

.content .contents .content-table {
	float: left;
	width: 1190px;
	height: auto;
	margin: 0px auto;
	background: #ffffff;
	border-top: 3px solid #011934;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.content .contents table.content-table th {
	border-width: 1px;
	height: 30px;
	line-height: 30px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #f6f6f6;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.content .contents table.content-table tr:nth-child(odd) {
	background-color: #fff4f4;
}

.content .contents table.content-table tr:nth-child(even) {
	background-color: #ffffff;
}

.content .contents table.content-table td {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	text-align: center;
}

.content .contents table.content-table td p {
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .contents table.content-table td.textss {
	text-align: left;
	padding: 5px 0px 5px 10px;
	color: #666666;
}

.content .contents table.content-table td.texts {
	text-align: center;
	color: #666666;
	font-size: 14px;
}

.content .contents table.content-table td.texts a{
	text-align: center;
	color: #ff7300;
	font-size: 14px;
}

.dlr {
	display: none;
}

#tagbox {
	position: relative;
	margin: auto 0px;
	width: 300px;
	height: 250px;
	background: #ffffff;
}

#tagbox a {
	position: absolute;
	padding: 3px 6px;
	font-family: Microsoft YaHei;
	color: #333333;
	TOP: 0px;
	font-weight: bold;
	text-decoration: none;
	left: 0px
}

#tagbox a:hover {
	border: #eee 1px solid;
	background: #000;
}

#tagbox .blue {
	color: blue
}

#tagbox .red {
	color: red
}

#tagbox .yellow {
	color: yellow
}


/*信息详情*/

.content .contents .contents-left {
	float: left;
	width: 850px;
	height: auto;
	margin: 0px auto;
	background: #ffffff;
	border-top: 3px solid #011934;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 20px;
}

.content .contents .contents-left h1 {
	float: left;
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #000000;
}

.content .contents .contents-left h1.text {
	float: left;
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #000000;
	text-align: center;
}

.content .contents .contents-left h2 {
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000000;
}

.content .contents .contents-left ul {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0px;
}

.content .contents .contents-left ul li {
	float: left;
	width: 150px;
	height: auto;
	margin-right: 15px;
}

.content .contents .contents-left ul li a {
	float: left;
	width: 150px;
	height: auto;
	font-size: 14px;
	color: #000000;
}

.content .contents .contents-left ul li a img {
	float: left;
	width: 148px;
	height: 115px;
	border: 1px solid #dddddd;
	background: #ffffff;
}

.content .contents .contents-left ul li a p {
	float: left;
	width: 148px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0px;
}

.content .contents .contents-left .tab {
	float: left;
	width: 100%;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.content .contents .contents-left .tab span {
	float: left;
	width: auto;
	height: 26px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	padding: 0px 23px;
	margin-right: 10px;
}

.content .contents .contents-left .tab span.md-c {
	background: #ff9626;
}

.content .contents .contents-left .tab span.md-y {
	background: #52c277;
}

.content .contents .contents-left .tab span.md-z {
	background: #ff5b4d;
}

.content .contents .contents-left .tab .date-day {
	float: right;
	width: 310px;
	height: 13px;
	font-size: 13px;
	color: #999999;
	text-align: center;
	line-height: 13px;
	margin-top: 10px;
}

.content .contents .contents-left .present {
	float: left;
	width: 850px;
	height: auto;
	background: #fff7ef;
	color: #7c6855;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
}

.content .contents .contents-left .presentss {
	padding-top: 10px !important;
}

.content .contents .contents-left .presentsss {
	padding-bottom: 15px !important;
}

.content .contents .contents-left .present span {
	float: left;
	width: 115px;
	height: auto;
	line-height: 20px;
	text-indent: 10px;
	background: #fff7ef;
	margin-right: 10px;
}

.content .contents .contents-left .present p {
	float: right;
	width: 720px;
	height: auto;
	line-height: 20px;
	padding: 0px;
}

.content .contents .contents-left .version {
	float: left;
	width: 850px;
	height: auto;
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;
}

.content .contents .contents-left .version span {
	float: left;
	width: 115px;
	height: auto;
	line-height: 20px;
	text-indent: 10px;
	background: #fff7ef;
	margin-right: 10px;
}

.content .contents .contents-left .version p {
	float: right;
	width: 720px;
	height: auto;
	line-height: 20px;
	padding: 0px;
}

.content .contents .contents-left .version span.regs {
	background: #f8efef;
}

.content .contents .contents-left .version span.proxy {
	background: #e7f9fc;
}

.content .contents .contents-left .version span.produce {
	background: #e7fef7;
}

.content .contents .contents-left .lines {
	float: left;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #dddddd;
	margin-bottom: 10px;
}


/*详情右侧*/

.content .contents .contents-right {
	float: right;
	width: 258px;
	height: auto;
	margin: 0px auto;
	background: #ffffff;
	border-top: 3px solid #ff7300;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 14px;
}

.content .contents .contents-right h2 {
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000000;
}

.content .contents .contents-right ul {
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px;
}

.content .contents .contents-right ul li {
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0px;
}

.content .contents .contents-right ul li a {
	float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
}

.content .contents .contents-right ul li a p {
	float: left;
	width: 180px;
	height: auto;
	line-height: 20px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px;
}

.content .contents .contents-right ul li a span {
	float: right;
	width: 77px;
	height: auto;
	line-height: 20px;
	color: #999999;
	text-align: right;
	font-size: 13px;
}

.content .contents .contents-right ul.hot-list {
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px;
}

.content .contents .contents-right ul.hot-list li {
	float: left;
	width: auto;
	height: auto;
	line-height: 25px;
	margin-bottom: 5px;
	background: #ffc799;
	border-radius: 5px;
	margin-right: 10px;
	padding: 0px 5px;
}

.content .contents .contents-right ul.hot-list li a {
	float: left;
	width: 100%;
	line-height: 25px;
	color: #ffffff;
}

.append_div {
	background: black;
	color: #FFFFFF;
	opacity: 0.5;
	text-align: center;
	position: absolute;
	height: 100px;
	width: 80px;
	top: 100px;
}

.wzss {
	float: left;
	width: 335px;
	margin: 0px auto;
	height: 335px;
}


/*代理弹窗*/

.dbfads-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	display: none;
}

.dbfads-dialog {
	width: 500px;
	height: 297px;
	padding-bottom: 37px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -148.5px;
	background: #fff;
	border-radius: 15px;
	display: none;
}

.title-a {
	padding: 25px 35px 15px;
	background: #f3f3f3;
	line-height: 30px;
	text-align: center;
	font-weight: 900;
	color: #333;
	font-size: 24px;
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-bottom: 10px;
}

.js-delete {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 18px;
	height: 18px;
}

.dbfads-product {
	margin: 20px 35px 0px;
	width: 430px;
	height: 49px;
}

.dbfads-product span {
	float: left;
	width: 120px;
	margin-right: 10px;
	color: #333;
	font-size: 16px;
	line-height: 49px;
	font-weight: 900;
}

.dbfads-name,
.dbfads-tel {
	float: left;
	width: 297px;
	text-indent: 10px;
	border: 1px solid #c3c3c3;
	line-height: 49px;
	height: 49px;
	border-radius: 5px;
	color: #666;
}

.dbfads-finish {
	width: 198px;
	height: 52px;
	color: #fff;
	background: #c11920;
	margin: 25px 167px 0px;
	border: 0 none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}

.dbfads-left,
.detail_second_fo_title {
	float: left;
	width: 475px;
}

.titleb {
	width: 5px;
	height: 6px;
}

.tip {
	color: red;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	text-indent: 55px;
}

.dbfads-left,
.detail_second_fo_title {
	float: left;
	width: 475px;
}

.content-right p {
	padding: 5px 15px;
	font-size: 14px;
}

.content-right h1 {
	padding: 5px 15px;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*文章*/

.c0,
.c1,
.c2,
.c3,
.c4 {
	display: block;
	text-align: left;
	padding-top: 1px;
	cursor: pointer;
}

.c0 {
	padding-left: 15px;
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	font-weight: bold;
	background-image: url("../img/treeback.gif");
	background-position: 0px -330px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.c01 {
	padding-left: 15px;
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	font-weight: bold;
	background-image: url("../img/treeback.gif");
	background-position: 0px -288px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.c1 {
	padding-left: 22px;
	background-image: url("../img/treeback.gif");
	background-position: 0px -5px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.c2 {
	padding-left: 50px;
	background-image: url("../img/treeback.gif");
	background-position: 0px -393px;
	background-repeat: no-repeat;
}

.c3 {
	padding-left: 70px;
	background-image: url("../img/treeback.gif");
	background-position: 0px -456px;
	background-repeat: no-repeat;
}

#t1 {
	border: 1px solid #A5B5C0;
	font-weight: bold;
	padding-left: 5px;
	color: #004B01;
	margin-top: 2px;
	background-color: #E5E7E8;
	padding-top: 5px;
	height: 30px;
}

#t1 a {
	color: #004B01;
}

h1 {
	font-size: 16px;
	margin-top: 15px;
}

p {
	padding: 5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 14px;
}

.qixiemulu2017_t {
	font-size: 16px;
	margin-top: 15px;
}

.qixiemulu2017 {
	padding: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 24px
}

.qixiemulu2017:last-child {
	padding: 5px;
	margin-bottom: 20px;
	border-bottom: 0px dashed #dddddd;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 24px
}

.qixiemulu2017_1 {
	color: #ff7300;
}

#qixiemulu2017_table {
	backbround-color: #dddddd;
}

#qixiemulu2017_table td ( backbround-color:#ffffff;
text-align:center;
) #tiao td {
	color: #FF0000;
}

#zeng td {
	color: #0000FF;
}

.STYLE1 {
	color: #0000FF
}

.STYLE2 {
	color: #FF0000
}

.shuoming {
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 5px;
}

.shuoming1 {
	padding: 5px;
	border: 1px solid #eeeeee;
	margin-bottom: 5px;
	font-size: 13px;
}

#nong {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#nong td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tr-over {
	background-color: #F3F8EA;
}

/*新增样式*/
.section-tab {
    margin-top: 0;
}

.section-tab-header {
    border-bottom: 1px solid #3c4556;
}

.section-tab-name.on,.section-tab-names.on {
    background-color: #ff7300;
    color: #fff;
}
.section-tab-name {
    float: left;
    width: 166px !important;
    padding: 10px 20px;
    cursor: pointer;
    color: #333333;
    text-align: center;
    background: #fff7ef;
    margin-right: 6px !important;
}

.section-tab-names {
    float: left;
    width: 166px !important;
    padding: 10px 20px;
    cursor: pointer;
    color: #333333;
    text-align: center;
    background: #fff7ef;
    margin-right: 0px !important;
}

.section-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.section-table-th, .section-table-td {
    padding: 15px 20px;
    border: 1px solid #eaeaea;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    text-align: left;
    background-color: #fff;
    font-weight: normal;
}

.section-table-th {
    background-color: #f5f5f5;
    color: #444;
}

.default-tip img {
    display: block;
    margin: 0 auto;
}


.section-body{
	float: left;
    margin: 20px -7px;
}

.mall-card {
    width: 410px;
    float: left;
    margin: 10px;
    border: 1px solid #eaeaea;
}

.mall-card-header {
	float: left;
    width: 380px;
    padding: 15px;
    background-color: #f1f1f1;
}

.mall-card-title {
    display: block;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
}

.mall-card-title a:link,.mall-card-title a:visited {
    color: #333;
    text-decoration: none;
}

.mall-card-props {
	width: 380px !important;
    padding: 12px 15px;
    margin: 0px !important;
}

.mall-card-props-item {
	width: 380px !important;
    position: relative;
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.2;
}

.mall-card-props-label {
    float: left;
    width: 70px;
    color: #999;
}

.mall-card-props-value {
    float: left;
    width: 308px;
    font-style: normal;
    color: #333333;
}

.mall-card-props-value  a {
    padding-bottom: 2px;
    color: #ff7300 !important;
    background: linear-gradient(90deg, #9bacce 66%, transparent 0) repeat-x;
    background-size: 0.1em 1px;
    background-position: 0 18px;
}

.clearfix:after {
    clear: both;
    display: table;
    content: '';
}