@charset "utf-8";
body {
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
	color: #000000;
	background: #FFF;
}
body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
p,
marquee,
from {
	margin: 0;
	padding: 0;
}
ol,
ul,
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00b1c6;
	text-decoration: underline;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
::selection {
	background: #219bd9;
	color: #fff;
}

::-moz-selection {
	background: #219bd9;
	color: #fff;
}

::-webkit-selection {
	background: #219bd9;
	color: #fff;
}

.tl {
	text-align: left;
}

.tll {
	text-align: left !important;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.fixed {
	position: fixed;
	z-index: 1;
}

.l {
	float: left;
}

.r {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.after-clear::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.line {
	height: 1px;
	background-color: #ddd;
	overflow: hidden;
}

.line2px {
	height: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.line2pxlight {
	height: 0;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.h5 {
	height: 5px;
	display: block;
	overflow: hidden;
}

.h10 {
	height: 10px;
	display: block;
	overflow: hidden;
}

.h20 {
	height: 20px;
	display: block;
	overflow: hidden;
}

.h50 {
	height: 50px;
	display: block;
	overflow: hidden;
}

.fixhidden {
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.nowarp-hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.relative {
	position: relative;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml50 {
	margin-left: 50px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr50 {
	margin-right: 50px;
}

.nomr {
	margin-right: 0 !important;
}

.red {
	color: #c40000;
}

.blue {
	color: #00b1c6;
}

.nobd {
	border-width: 0;
}

.f24 {
	font-size: 24px;
	font-weight: 500;
}

.f20 {
	font-size: 20px !important;
}

.f16 {
	font-size: 16px;
}

.f14 {
	font-size: 14px;
}

.f12 {
	font-size: 12px;
}

.bd1 {
	border: 1px solid #eaeaea;
}

.l3-28 {
	overflow: hidden;
}

.nomr {
	margin-right: 0 !important;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle:;
}

button,
input {
	line-height: normal;
}

input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible:;
}

.btn {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 158px;
	height: 38px;
	padding: 0;
	margin: 0;
	border: 1px solid #b0b0b0;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #b0b0b0;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s
}

.btn:hover {
	text-decoration: none;
	color: #b0b0b0;
}

.btn:focus {
	outline: 0;
}

.btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
}

.btn[disabled] {
	border-style: dashed !important;
	border-color: #e0e0e0;
	background-color: #fff !important;
	color: #b0b0b0 !important;
	cursor: default !important;
}

.btn-disabled {
	background: #e0e0e0 !important;
	border-color: #e0e0e0 !important;
	color: #b0b0b0 !important;
	cursor: default !important;
}

.btn-small {
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
}

.btn-large {
	width: 178px;
	height: 48px;
	line-height: 48px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

input.btn,
button.btn {
	width: 160px;
	height: 40px;
}

input.btn-small,
button.btn-small {
	width: 120px;
	height: 30px;
}

input.btn-large,
button.btn-large {
	width: 180px;
	height: 50px;
}

.btn-primary {
	background: #00b1c6;
	border-color: #00b1c6;
	color: #fff;
}

.btn-primary:hover {
	background-color: #00b1c6;
	border-color: #00b1c6;
	color: #fff;
}

.btn-red {
	background: #e53935;
	border-color: #e53935;
	color: #fff;
}

.btn-red:hover {
	background-color: #e42a27;
	border-color: #e42a27;
	color: #fff;
}

.btn-line-primary {
	border-color: #00b1c6;
	background: #fff;
	color: #00b1c6;
}

.btn-line-primary:hover {
	color: #fff;
	background-color: #00b1c6;
	border-color: #00b1c6;
}

.btn-line-red {
	border-color: #e53935;
	background: #fff;
	color: #e53935;
}

.btn-line-red:hover {
	color: #fff;
	background-color: #e42a27;
	border-color: #e42a27;
}

.input-label {
	position: absolute;
	left: 12px;
	top: 11px;
	z-index: 2;
	padding: 0 3px;
	font-size: 14px;
	line-height: 18px;
	color: #b0b0b0;
	background: transparent;
	cursor: text;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.input-text {
	width: 186px;
	height: 18px;
	padding: 10px 16px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	-webkit-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.input-text:hover {
	border-color: #b0b0b0;
}

.input-text:focus {
	outline: 0;
}

textarea.input-text {
	height: 3em;
	resize: vertical;
}

.input-text[type=checkbox]:focus,
.input-text[type=radio]:focus {
	padding: 0px 5px;
	border: 1px solid #ccc;
}

.img-con img {
	transform: scale(1);
	transition: transform 1s linear .1s;
	-moz-transition: transform 1s linear .1s;
	-webkit-transition: transform 1s linear .1s;
	-o-transition: transform 1s linear .1s;
	-ms-transition: transform 1s linear .1s;
}

.img-con img:hover {
	transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
}

.w1200 {
	width: 1202px;
	margin: 0 auto;
}

.w200 {
	width: 192px;
}

.w990 {
	width: 998px;
}

/* top */
.top-box {
	height: 30px;
	line-height: 30px;
	background-color: #00b1c6;
	color: #fff;
	overflow: hidden;
}

.top-box .r {
	color: #00b1c6;
}

.top-box a {
	margin: 0 5px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}

.top-box a:hover {
	background-color: #00b1c6;
}

.bar-border-box {
	height: 80px;
	text-align: center;
}

.bar-border-box .box-border {
	height: 40px;
	border-bottom: 1px solid #eaeaea;
}

.bar-border-box .title {
	color: #666;
	background-color: #fff;
	padding: 0 20px;
	line-height: 80px;
	font-size: 22px;
}

.work-box {
	position: relative;
	overflow: hidden;
	font-style: normal;
	font: 12px Arial, Helvetica, sans-serif, "宋体";
	color: #000000;
	background: #FFF;
}

.work-box,
.work-box div,
.work-box ul,
.work-box li,
.work-box a,
.work-box p,
.work-box h2,
.work-box i {
	margin: 0;
	padding: 0;
}

.work-box ul {
	width: 1222px;
	overflow: hidden;
}

.work-box ul li {
	width: 385px;
	height: 148px;
	float: left;
	border-bottom: 1px solid #eaeaea;
	list-style: none;
	overflow: hidden;
	padding-left: 6px;
}

.work-box ul li a {
	height: 148px;
	color: #333;
	text-decoration: none;
	display: block;
}

.work-box ul li:hover h2 {
	color: #00b1c6;
}

.work-box .item-con {
	width: 220px;
	margin: 20px 30px;
	display: inline-block;
	float: left;
}

.work-box .item-con h2 {
	font-family: "Microsoft Yahei";
	font-size: 1.3em;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.work-box .item-con p {
	height: 36px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #666;
}

.work-box .item-con p.more {
	height: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #00b1c6;
}

.work-box i {
	width: 60px;
	height: 50px;
	background-image: url(../image/work.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 45px;
	float: left;
}

.work-box i.img1 {
	background-position: 0 0;
}

.work-box i.img2 {
	background-position: -60px 0;
}

.work-box i.img3 {
	background-position: -120px 0;
}

.work-box i.img4 {
	background-position: -180px 0;
}

.work-box ul li:hover i.img1 {
	background-position: 0 -50px;
}

.work-box ul li:hover i.img2 {
	background-position: -60px -50px;
}

.work-box ul li:hover i.img3 {
	background-position: -120px -50px;
}

.work-box ul li:hover i.img4 {
	background-position: -180px -50px;
}

.work-box .box-btn {
	margin: 40px auto;
	text-align: center;
	font-family: "Microsoft Yahei";
}

.work-box .box-btn a {
	width: 200px;
}

.theme-box {
	margin: 10px auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.theme-box a {
	padding: 5px 10px;
	color: #fff;
	background-color: #00b1c6;
	border: 1px solid #00b1c6;
	margin: 0 10px;
}

.theme-box a:hover {
	text-decoration: none;
}

.theme-box a.touch {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.nav-box {
	margin: 8px auto;
	line-height: 40px;
	background-color: #fff;
	font-size: 12px;
	color: #666;
	padding: 12px 0;
	line-height: 1.75;
}
.nav-box a:first-of-type{
	padding-left: 0;
}
.nav-box a {
	color: #00b1c6;
	padding: 0 10px;
}

.nav-box a:hover {
	color: #00b1c6;
	text-decoration: none;
}
.nav-box h1{
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
	font-weight: normal;
}
.nav-box span {
	padding-left: 10px;
}

.sort-box {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #FFF;
	background-color: #f9f9f9;
}

.sort-box .box-item {
	float: left;
}

.sort-box .box-item dd {
	text-align: center;
	float: left;
}

.sort-box .box-item dd a {
	height: 38px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: inline-block;
}

.sort-box .box-item dd i {
	width: 9px;
	height: 10px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../image/jt.png);
	background-repeat: no-repeat;
}

.sort-box .box-item dd.asc i {
	background-position: -9px -10px;
}

.sort-box .box-item dd.desc i {
	background-position: 0 -10px;
}

.sort-box .box-item dd a.active,
.sort-box .box-item dd a:hover {
	color: #00b1c6;
	background-color: #fff;
	border-bottom: 2px solid #00b1c6;
}

.sort-box .box-item dd.asc a.active i,
.sort-box .box-item dd.asc a:hover i {
	background-position: -9px 0;
}

.sort-box .box-item dd.desc a.active i,
.sort-box .box-item dd.desc a:hover i {
	background-position: 0 0;
}

.sort-box .box-but {
	float: right;
}

.sort-box .box-but li {
	text-align: center;
	margin-right: 15px;
	float: left;
}

.sort-box .box-but a {
	height: 22px;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
	color: #00b1c6;
	display: inline-block;
	border: 1px solid #00b1c6;
}

.sort-box .box-but a.active,
.sort-box .box-but a:hover {
	background: #00b1c6;
	border-color: #00b1c6;
	color: #fff;
}

.sort-box .box-but .form {
	margin: 0;
	margin-right: 150px;
}

.sort-box .box-but .form input {
	height: 25px;
	line-height: 25px;
	width: 250px;
	padding: 0 5px;
	border: 1px solid #00b1c6;
}

.sort-box .box-but .form a {
	height: 25px;
	line-height: 25px;
}

.articles-box {
	width: 1202px;
	overflow: hidden;
}

.articles-box ul {
	width: 1300px;
}

.articles-box ul li {
	width: 177px;
	height: 320px;
	float: left;
	margin: 0 28px 20px 0;
	position: relative;
	overflow: hidden;
}

.articles-box ul li.box-item .item-image {
	border: 1px solid #eaeaea;
	padding: 15px 0;
	margin-bottom: 5px;
	text-align: center;
}

.articles-box ul li.box-item:hover .item-image {
	border: 1px solid #00b1c6;
}

.articles-box ul li.box-item .item-image a {
	width: 130px;
	height: auto;
	display: inline-block;
	overflow: hidden;
}

.articles-box ul li.box-item .item-image a img {
	width: 100%;
	height: 100%;
}

.articles-box ul li.box-item .item-title {
	height: 35px;
	text-align: center;
}

.articles-box ul li.box-item .item-title a {
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #00b1c6;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.articles-box ul li.box-item .item-title2 {
	height: 59px;
	text-align: center;
	overflow: hidden;
}

.articles-box ul li.box-item .item-title2 a {
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #00b1c6;
}

.articles-box ul li.box-item .item-issue {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
}

.articles-box ul li.box-item .item-info {
	height: 24px;
	line-height: 24px;
	color: #666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.articles-box ul li.box-item .item-info a {
	margin-right: 5px;
}

.articles-box ul li.box-item .item-icon {
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.articles-box ul li.box-item .sd {
	background-image: url(../image/sd.png);
}

.articles-box ul li.box-item .hx {
	background-image: url(../image/hx.png);
}

.articles-box ul li.box-item .rx {
	background-image: url(../image/rx.png);
}

.articles-box ul li.box-item .item-discount {
	position: absolute;
	display: none;
}

.articles-box ul li.box-item .item-price {
	line-height: 28px;
	color: #c40000;
	font-size: 16px;
}

.articles-box ul li.box-item .item-price i {
	margin: 0 5px;
	font-style: normal;
}

.articles-box ul li.box-item .item-price s {
	margin-left: 20px;
	font-size: 14px;
	color: #999;
	font-style: normal;
}

.articles-box ul li.box-item .item-but {
	margin: 10px auto;
}

.articles-box ul li.box-item .item-but a {
	padding: 5px 10px;
	text-decoration: none;
	color: #00b1c6;
	border: 1px solid #00b1c6;
}

.articles-box ul li.box-item .item-but a:hover {
	color: #fff;
	background-color: #00b1c6;
	border: 1px solid #00b1c6;
}

.articles-box ul li.box-item .item-but a i {
	margin-right: 5px;
	vertical-align: middle;
}

.page-box {
	line-height: 30px;
	padding: 40px 0;
	text-align: center;
}

.page-box ul li {
	line-height: 40px;
	margin-right: 5px;
	display: inline-block;
}

.page-box ul li a {
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	display: inline-block;
	font-size: 14px;
	color: #00b1c6;
	border: 1px solid #d6d6d6;
}

.page-box ul li a:hover,
.page-box ul li a.action {
	color: #fff;
	text-decoration: none;
	background-color: #00b1c6;
	border: 1px solid #00b1c6;
}

.page-box ul li span {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-top: 5px;
	display: inline-block;
	font-size: 14px;
	color: #999;
	border: 1px solid #d6d6d6;
}

.page-box ul li a.prev {
	padding-left: 16px;
	background-image: url(../image/page.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.page-box ul li a.next {
	padding-right: 16px;
	background-image: url(../image/page.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.page-box ul li a.prev:hover {
	background-position: 0 -29px;
}

.page-box ul li a.next:hover {
	background-position: 100% -29px;
}

.w300 {
	width: 350px;
}

.w890 {
	width: 840px;
}

.goods-box {
	margin: 0 20px;
	padding: 10px;
}

.goods-box dl {
	margin: 8px 0;
}

.goods-box dl dt {
	float: left;
	width: 60px;
	line-height: 25px;
	color: #666;
}

.goods-box dl dd {
	float: left;
	width: 700px;
	line-height: 25px;
}

.goods-box dl dd ul li {
	padding: 2px 10px;
	margin: 5px 15px 5px 0;
	line-height: 25px;
	background: #fff;
	border: 1px solid #dcdcdc;
	outline: 1px solid #fff;
	float: left;
	cursor: pointer;
}

.goods-box dl dd ul li img {
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}

.goods-box dl dd ul li.action,
.goods-box dl dd ul li:hover {
	border: 1px solid #f40;
	outline: 1px solid #f40;
	background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.goods-box .box-nums {
	padding-top: 10px;
}

.goods-box .box-nums dd {
	font: 12px Arial, Helvetica, sans-serif, "宋体";
}

.goods-box .box-nums a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	float: left;
}

.goods-box .box-nums a:hover {
	border: 1px solid #666;
}

.goods-box .box-nums input {
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	outline: medium;
	float: left;
}

.goods-box .box-nums span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.goods-box .box-status {
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}

.box-done {
	padding-top: 10px;
}

.box-done dl dt,
.box-done dl dd {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 13px;
}

.box-done dl dd {
	height: 40px;
	line-height: 40px;
}

.box-done dl dt {
	color: #333;
	text-align: left;
	border-bottom: 1px solid #ececec;
}

.box-done dl dt span.price {
	font-size: 12px;
	color: #333;
}

.box-done dl span.date {
	margin-right: 10px;
	font-size: 12px;
	color: #999;
	float: right;
}

.box-done dl span.user {
	width: 200px;
	margin-left: 10px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
}

.box-done dl span.price {
	width: 160px;
	overflow: hidden;
	display: inline-block;
	font-family: "Arial";
	color: #00b1c6;
}

.box-done dl span.num {
	width: 100px;
	overflow: hidden;
	display: inline-block;
}

.box-done dl span.specs {
	width: 150px;
	display: inline-block;
	overflow: hidden;
}

.hauto {
	height: auto;
}

.hfix {
	overflow: hidden;
}

.w920 {
	width: 920px;
}

.w270 {
	width: 270px;
}

.content-box {
	color: #000;
	margin-top: 30px;
}

.content-box .box-title {
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.content-box .box-sub-title {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	color: #00b1c6;
}

.content-box .article-sub-title {
	line-height: 32px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.content-box .box-con {
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}

.content-box .box-con p a {
	color: #000;
	text-decoration: none;
}

.content-box .box-con p a:hover {
	color: #00b1c6;
}

.content-box .box-body {
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}

.content-box .box-echarts {
	width: 900px;
	height: 450px;
}

.content-box .box-echarts .box-echarts-con {
	width: 900px;
	height: 450px;
}

.content-box .box-year-list {
	font-size: 14px;
	margin-bottom: 20px;
}

.content-box .box-year-list ul li {
	line-height: 28px;
}

.content-box .box-year-list ul li .l {
	color: #999;
	text-align: center;
}

.content-box .box-year-list ul li .r {
	float: left;
	width: 800px;
}

.content-box .box-year-list ul li .r a {
	padding: 2px 5px;
	text-decoration: none;
	color: #00b1c6;
}

.content-box .box-year-list ul li .r a:hover {
	color: #fff;
	background-color: #00b1c6;
}

.box-bbs dd {
	padding: 20px 10px;
}

.box-bbs dd.split {
	height: 1px;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}

.box-bbs dd.yellow {
	background-color: ivory;
}

.box-bbs .bbs-photo {
	width: 100px;
	text-indent: 0;
	text-align: center;
}

.box-bbs .bbs-photo a img {
	width: 48px;
	height: 48px;
	border: 1px solid #f5f5f5;
	background-image: url(../image/member.jpg);
	background-size: 56px 56px;
	border-radius: 50%;
}

.box-bbs .bbs-content {
	width: 800px;
	text-indent: 0;
}

.box-bbs .bbs-content .bbs-info {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	padding: 0 15px;
	border-radius: 12px;
	background-color: #fcfcfc;
}

.box-bbs .bbs-content .bbs-tool {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

.box-bbs .reply-box .bbs-reply {
	padding: 10px 5px;
	margin-top: 10px;
	margin-left: 110px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}

.box-bbs .reply-box .bbs-reply .bbs-up {
	width: 29px;
	height: 14px;
	background-image: url(../image/bbs-up.png);
	background-repeat: no-repeat;
	display: inline-block;
	top: -13px;
	right: 65px;
	position: absolute;
}

.box-bbs .reply-box .bbs-reply li {
	margin: 10px 0;
}

.box-bbs .reply-box .bbs-photo {
	width: 99px;
}

.box-bbs .reply-box .bbs-content {
	width: 675px;
}

.box-bbs .bbs-content i {
	padding-right: 5px;
	vertical-align: middle;
}

.box-bbs .bbs-content span {
	margin-right: 20px;
	color: #999;
}

.box-bbs .bbs-content a {
	color: #00b1c6;
	text-decoration: none;
}

.box-bbs .bbs-content a:hover {
	color: #00b1c6;
}

.box-bbs .bbs-content a.but {
	padding: 3px 5px;
	border: 1px dotted transparent;
}

.box-bbs .bbs-content a.but:hover {
	border: 1px dotted #666;
}

.box-bbs .bbs-content .bbs-body {
	margin: 10px;
}

.box-bbs .bbs-content .bbs-body p {
	line-height: 25px;
	font-size: 14px;
	margin: 5px 0;
}

.box-bbs .bbs-content .bbs-body .stzoom {
	margin: 10px 15px;
}

.box-bbs .bbs-content .bbs-body .stzoom img {
	height: 75px;
	margin-right: 10px;
	cursor: pointer;
}

.reply-form {
	margin-top: 10px;
}

.reply-form .reply-input {
	line-height: 24px;
	text-indent: 0;
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-left: 110px;
	border-radius: 5px;
}

.reply-form .reply-input .c {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 98%;
	height: 72px;
	line-height: 24px;
	margin: 5px 1%;
	overflow: hidden;
}

.reply-form .reply-but {
	margin-top: 5px;
	text-align: right;
}

.reply-form .reply-but a {
	border: none;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}

.reply-form div.reply-but a:hover {
	border: none;
}

.reply-form .reply-but a.s {
	color: #fff;
	background-color: #00b1c6;
}

.reply-form .reply-but a.s:hover {
	color: #fff;
	background-color: #00b1c6;
}

.reply-form .reply-but a.e {
	color: #fff;
	background-color: #444;
}

.reply-form .reply-but a.e:hover {
	color: #fff;
	background-color: #333;
}

.rmwz-box {
	background-color: #f9f9f9;
}

.rmwz-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}

.rmwz-box .box-con {
	margin: 0 25px;
	padding-bottom: 10px;
}

.rmwz-box .box-con li {
	margin: 10px 0;
	padding-bottom: 10px;
	background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -180px -75px;
	border-bottom: 1px solid #eaeaea;
}

.rmwz-box .box-con li .title {
	margin-left: 30px;
	line-height: 24px;
	font-size: 14px;
}

.rmwz-box .box-con li:last-child {
	border-bottom: none;
}

.xgqk-box {
	background-color: #f9f9f9;
}

.xgqk-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}

.xgqk-box .box-con {
	margin: 0 25px;
	padding-bottom: 10px;
}

.xgqk-box .box-con li {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative
}

.xgqk-box .box-con li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.xgqk-box .box-con li.box-item .item-left {
	width: 90px;
	float: left;
}

.xgqk-box .box-con li.box-item .item-right {
	width: 120px;
	float: right;
}

.xgqk-box .box-con li.box-item .item-image {
	text-align: left;
}

.xgqk-box .box-con li.box-item .item-image a {
	width: 75px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}

.xgqk-box .box-con li.box-item .item-image a img {
	width: 75px;
	height: 100px;
}

.xgqk-box .box-con li.box-item .item-title {
	max-height: 48px;
	font-size: 16px;
	overflow: hidden;
}

.xgqk-box .box-con li.box-item .item-title a {
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}

.xgqk-box .box-con li.box-item .item-issue {
	line-height: 24px;
	color: #666;
}

.xgqk-box .box-con li.box-item .item-info {
	line-height: 20px;
	color: #666;
}

.xgqk-box .box-con li.box-item .item-icon {
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.xgqk-box .box-con li.box-item .sd {
	background-image: url(../image/sd.png);
}

.xgqk-box .box-con li.box-item .hx {
	background-image: url(../image/hx.png);
}

.xgqk-box .box-con li.box-item .rx {
	background-image: url(../image/rx.png);
}

.rmbq-box {
	background-color: #f9f9f9;
}

.rmbq-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}

.rmbq-box .box-con {
	margin: 0 25px;
	padding: 18px 0 22px 0;
}

.rmbq-box .box-con li {
	height: 24px;
	line-height: 22px;
	margin: 8px 8px 8px 0;
	float: left;
}

.rmbq-box .box-con li a {
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.rmbq-box .box-con li a:hover {
	color: #fff;
	border: 1px solid #00b1c6;
	background-color: #00b1c6;
}

.fwtj-box {
	background-color: #f9f9f9;
}

.fwtj-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}

.fwtj-box .box-con {
	padding: 0;
}

.fwtj-box .work-box {
	background: transparent;
}

.fwtj-box .work-box ul {
	width: auto;
}

.fwtj-box .work-box ul li {
	width: auto;
	float: none;
}

.fwtj-box .work-box .item-con {
	width: 140px;
	margin: 20px;
}

.qkxx-box {
	background-color: #f9f9f9;
}

.qkxx-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}

.qkxx-box .box-con {
	padding: 30px;
}

.qkxx-box .box-image {
	width: 90px;
	float: left;
}

.qkxx-box .box-image a {
	width: 75px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}

.qkxx-box .box-image a img {
	width: 75px;
	height: 100px;
}

.qkxx-box .box-info {
	width: 120px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	float: right;
}

.qkxx-box .box-info a {
	text-decoration: none;
}
.qkxx-box .box-info a.btn_zzxq{
	display: block;
	width: 75px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #00b1c6;
	font-size: 12px;
	color: #00b1c6;
	text-align: center;
	margin-top: 10px;
	border-radius: 2px;
}
.qkxx-box .box-info a.btn_zzxq:hover{
	color: #fff;
	background-color: #00b1c6;
}
.qkxx-box .box-but {
	margin-top: 10px;
	line-height: 25px;
	color: #999;
}

.qkxx-box .box-but a {
	margin: 0 5px;
	padding: 3px 15px;
	color: #00b1c6;
	border: 1px solid #00b1c6;
}

.qkxx-box .box-but a:hover,
.qkxx-box .box-but a.active {
	text-decoration: none;
	color: #fff;
	background-color: #00b1c6;
	border: 1px solid #00b1c6;
}

.qkxx-box .box-but span {
	margin: 0 5px;
}

.paper-box .box-title {
	line-height: 30px;
	font-size: 28px;
	font-weight: 500;
	color: #333;
}

.paper-box .box-info {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.paper-box .box-info span {
	margin-right: 5px;
}

.paper-box .box-info .authors {
	color: #00b1c6;
}

.paper-box .box-keywords {
	margin: 10px 0;
}

.paper-box .box-keywords li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.paper-box .box-keywords li a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.paper-box .box-keywords li a:hover {
	color: #fff;
	border: 1px solid #00b1c6;
	background-color: #00b1c6;
}

.paper-box .box-abstract {
	margin: 20px 0;
	padding: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	background-color: #f9f9f9;
}

.paper-box .box-image {
	margin: 20px 0;
}

.paper-box .box-image p {
	margin: 10px 0;
}

.paper-box .box-image img {
	width: 100%;
	border: 1px solid #999;
}

.paper-box .box-page {
	margin: 50px 0;
	text-align: center;
}

.paper-box .box-page a {
	border: 1px solid #666;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666;
	padding: 5px 30px;
}

.paper-box .box-page a:hover {
	text-decoration: none;
	border: 1px solid #13c7e2;
	color: #13c7e2;
}

.paper-box .box-down {
	margin: 50px auto;
	text-align: center;
}

.paper-box .box-down a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0 20px;
	color: #00b1c6;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00b1c6;
	border-radius: 5px;
	text-align: left;
}

.paper-box .box-down a i {
	width: 20px;
	height: 20px;
	margin: 10px 5px 10px 25px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../image/down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.paper-box .box-down a i.img2 {
	background-position: -20px 0;
}

.paper-box .box-down a i.img3 {
	background-position: -40px 0;
}

.paper-box .box-down a i.img4 {
	background-position: -60px 0;
}

.paper-box .box-down a i.img5 {
	background-position: -80px 0;
}

.paper-box .box-down a i.img6 {
	background-position: -100px 0;
}

.paper-box .box-down a:hover,
.paper-box .box-down a.action {
	color: #fff;
	background-color: #00b1c6;
}

.paper-box .box-down a:hover i,
.paper-box .box-down a.action i {
	background-position: 0 -20px;
}

.paper-box .box-down a:hover i.img2,
.paper-box .box-down a.action i.img2 {
	background-position: -20px -20px;
}

.paper-box .box-down a:hover i.img3,
.paper-box .box-down a.action i.img3 {
	background-position: -40px -20px;
}

.paper-box .box-down a:hover i.img4,
.paper-box .box-down a.action i.img4 {
	background-position: -60px -20px;
}

.paper-box .box-down a:hover i.img5,
.paper-box .box-down a.action i.img5 {
	background-position: -80px -20px;
}

.paper-box .box-down a:hover i.img6,
.paper-box .box-down a.action i.img6 {
	background-position: -100px -20px;
}

.paper-box .box-item {
	margin: 20px 0;
}

.paper-box .box-item li {
	margin: 14px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.paper-box .box-item li:last-child {
	border-bottom: none;
}

.paper-box .box-item li a {
	text-decoration: none;
}

.paper-box .box-item li .item-title {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.paper-box .box-item li .item-info {
	line-height: 35px;
	font-size: 12px;
	color: #999;
}

.paper-box .box-item li .item-info span {
	margin-right: 10px;
}

.paper-box .box-item li .item-info i {
	vertical-align: middle;
}

.paper-box .box-item li .item-abstract {
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

.paper-box .box-item li .item-keyword {
	margin-top: 20px;
	line-height: 25px;
}

.paper-box .box-item li .item-keyword a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
	cursor: auto;
}

.tag-box {
	font-size: 14px;
}

.tag-box .box-con {
	margin: 20px 0;
}

.tag-box .box-con li {
	margin: 10px 20px 10px 0;
	float: left;
}

.tag-box .box-con li a {
	min-width: 180px;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	text-decoration: none;
}

.tag-box .box-con li a:hover {
	color: #00b1c6;
}

.tag-box .box-con li a span {
	margin-left: 5px;
	color: #999;
}

/*****************************************/

.table-list table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border: none;
}

.table-list table thead tr {
	height: 30px;
	text-align: center;
	background-color: #f1f1f1;
}

.table-list table thead th {
	border: 1px solid #ececec;
	color: #333;
}

.table-list table tfoot {
	border: 1px solid #ececec;
}

.table-list table tfoot tr {
	line-height: 45px;
	background-color: #f1f1f1;
}

.table-list table tfoot td {
	padding: 2px 20px;
	text-align: right;
}

.table-list table tbody {
	border: 1px solid #ececec;
}

.table-list table tbody tr {
	border-bottom: 1px dashed #ececec;
}

.table-list table tbody tr:hover {
	background-color: #f6f6f6;
}

.table-list table tbody td {
	padding: 2px 5px;
	line-height: 25px;
}

table.nolrboder thead th,
table.nolrboder tbody,
table.nolrboder tfoot {
	border-left: 0 none;
	border-right: 0 none;
}
.nolrboder tbody td{
	text-align: center;
}
table.nolboder thead th,
table.nolboder tbody,
table.nolboder tfoot {
	border-right: 0 none;
}

table.norboder thead th,
table.norboder tbody,
table.norboder tfoot {
	border-left: 0 none;
}

.goods_nums {
	padding-top: 10px;
}

.goods_nums dd {
	font: 12px Arial, Helvetica, sans-serif, "宋体";
}

.goods_nums a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	float: left;
}

.goods_nums a:hover {
	border: 1px solid #666;
}

.goods_nums input {
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	outline: medium;
	float: left;
}

.goods_nums span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.shop_buy_but a {
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}

.shop_buy_but a:hover,
.shop_buy_but a.over {
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}

.cart_box {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 80px;
	height: 105px;
	background-image: url(../image/cart.png);
	font-size: 12px;
	text-align: center;
}

.cart_box .cart_text {
	margin: 0 1px 55px 1px;
	height: 20px;
	line-height: 20px;
	color: #eaeaea;
}

.cart_box .cart_nums {
	margin: 0 1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.cart_box .cart_but {
	font-family: "Microsoft YaHei";
	height: 30px;
	line-height: 30px;
}

.cart_box .cart_but a {
	font-size: 14px;
	color: #f4ea3d;
	text-decoration: none;
}

.my_cart_box {
	height: 107px;
	background: #fff url(../image/mycart.gif) no-repeat 14px 29px;
}

.order_step {
	margin: 37px 20px 0px 0px;
	width: 702px;
	height: 32px;
	line-height: 32px;
	float: right;
}

.order_step li {
	background: url(../image/mycart.gif) no-repeat right -82px #ffe8d7;
	padding: 0px 29px 0px 0px;
	width: 188px;
	height: 32px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
}

.order_step li.current {
	background-position: right -82px;
	color: #fff;
	background-color: #ed6807;
}

.order_step li.current_prev {
	background-position: right -114px;
	color: #fff;
	background-color: #ed6807;
}

.order_step li.last {
	background-position: right -210px;
}

.order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.order_step li span {
	display: block;
}

.order_step li .first {
	background: url(../image/mycart.gif) no-repeat 0px -146px;
}

.order_step li.current .first {
	background-position: 0px -178px;
}

.order_step li.current_prev .first {
	background-position: 0px -178px;
}

.cart_message {
	margin: 10px 0;
	padding: 22px 0 25px 0;
	background-color: #fff;
}

.cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.cart_message .cart_message_but {
	margin: 30px auto;
	text-align: center;
}

.cart_message_con {
	margin: 20px auto;
	width: 650px;
	line-height: 35px;
	text-align: left;
}

.cart_error .cart_message_info {
	color: red;
}

.order_info {
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
}

.order_info .order_info_bar {
	padding: 2px 20px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.calc_info .order_info_bar {
	border-bottom: 1px solid #f40;
}

.order_express ul li {
	margin: 5px 10px 5px 0;
	float: left;
}

.order_express ul li label {
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}

.order_express ul li label.over {
	padding: 7px 15px;
	border: 2px solid #f40;
}

.order_express ul li span {
	color: #999;
	padding: 0 5px;
}

.invoice_info {
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

ul.payment_list li {
	width: 160px;
	height: 88px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}
ul.payment_list li img {
	width: 160px;
	height: 68px;
}
ul.payment_list li.over,
ul.payment_list li:hover {
	border: 2px solid #f40;
}

ul.payment_list li.over p,
ul.payment_list li:hover p {
	background-color: #f40;
	color: #fff;
}

ul.payment_list li img {
	width: 135px;
	height: 70px;
}

ul.payment_list li p {
	height: 20px;
	line-height: 20px;
	background-color: #e2e2e2;
	text-align: center;
	overflow: hidden;
}

.form {
	margin: 10px 20px;
}

.form form ul li {
	line-height: 1.5;
}

.form form ul li label {
	display: block;
	color: #999;
	margin-top: 10px;
}

.form form ul li input {
	padding: 4px;
	font-size: 16px;
}

.form form ul li input:focus {
	padding: 3px;
}

.form .ajaxinfo {
	visibility: hidden;
	padding: 5px 20px;
	margin: 20px auto;
	line-height: 28px;
	color: #f40;
	border: 1px dotted #b9996b;
}

.title .hot,
.title .sale,
.title .new,
.title .clock,
.title .brand,
.title .like,
.title .share,
.title .shop,
.title .news {
	background-image: url(../image/icon.png);
	background-repeat: no-repeat;
	margin-left: 7px;
	vertical-align: middle;
	display: inline-block;
	height: 25px;
}

.title .hot {
	background-position: 0 0;
	width: 67px
}

.title .sale {
	background-position: 0 -25px;
	width: 81px
}

.title .new {
	background-position: 0 -50px;
	width: 73px
}

.title .clock {
	background-position: 0 -75px;
	width: 116px
}

.title .brand {
	background-position: 0 -100px;
	width: 110px
}

.title .like {
	background-position: 0 -125px;
	width: 64px
}

.title .share {
	background-position: 0 -150px;
	width: 109px
}

.title .shop {
	background-position: 0 -175px;
	width: 92px
}

.title .news {
	background-position: 0 -200px;
	width: 94px
}

.hfix {
	max-height: 2700px;
	overflow: hidden;
}

.hauto {
	height: auto;
	max-height: auto;
	overflow: hidden;
}

.fileW {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}

.clearfix {
	*zoom: 1:;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.car-detail .d-file {
	border-radius: 6px;
	margin-bottom: 20px;
	+padding-bottom: 40px:;
	background: #fff;
}

.car-detail a:hover {
	text-decoration: none;
}

.car-detail {
	margin: 0 auto 20px;
}

.filebtn {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	margin: 20px auto 0;
	+margin-bottom: 20px:;
	text-align: center;
	font: normal 14px/40px "Microsoft YaHei";
	color: #333;
}

.filebtn b {
	position: absolute;
	top: 35px;
	left: 20px;
	height: 40px;
	width: 50px;
	background: url(../image/search_ico.png) no-repeat -99999em 0;
	background-position: 6px -570px;
}

.fileW .expand b {
	background-position: 6px -635px
}
/**********************************/
.cart_tip_bd {
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -200px;
	z-index: 9999;
	background: #fff;
}

.cart_tip_bd .head {
	height: 28px;
}

.cart_tip_bd .head .close-btn {
	float: right;
}

.cart_tip_bd .mac-success-txt {
	height: 30px;
	line-height: 32px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}

.cart_tip_bd .mac-success-txt em {
	background-position: -80px -144px;
	background-image: url(../image/ibar_sprites.png);
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}

.cart_tip_bd .module-cart-box p {
	text-align: center;
}

.cart_tip_bd .mac-go-cart {
	background-color: #00b1c6;
	margin-top: 13px;
	background-position: -84px -146px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 145px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.cart_tip_bd .close-btn {
	background-image: url(../image/ibar_sprites.png);
	background-position: -55px -138px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	width: 23px;
	height: 23px;
	font: 0/0 a;
	margin-top: 5px;
}

.cart_tip_bd .close-txt {
	margin-left: 20px;
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}

.cart_tip_bd .mac-go-cart:hover {
	text-decoration: none;
	opacity: .8;
	color: #fff;
}

.login_info_box {
	width: 100%;
	color: #999;
	text-align: center;
	padding: 20px 0;
}

.login_info_box p {
	margin: 0 auto;
	font-size: 14px;
}

.login_info_box a {
	display: inline-block;
	background-color: #f60;
	width: 46px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	margin: 0 4px;
}

.table-list table tbody tr {
	border-bottom: 0 dashed #ececec;
}

.table-list table tfoot tr {
	background-color: #f5f5f5;
}

.table-list table thead tr {
	background-color: #f5f5f5;
}

.table-list table thead th {
	border: 1px solid #f5f5f5;
}

.table-list table tbody tr:hover {
	background-color: #fafafa;
}

.order_info .order_info_bar {
	padding: 2px 0;
	border-bottom: 0 solid #dadada;
	font-size: 16px;
}

.letter-outer {
	margin: 20px 5px;
}

.letter-box {
	border: 2px dashed #8eb9f5;
}

.letter-con {
	padding: 30px 20px;
	background-color: #fff;
}

.letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.letter-con li span {
	color: #999;
}

.letter-con li b {
	font-size: 16px;
}

.letter-con li a {
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #5590d6;
	border-radius: 5px;
	text-decoration: none;
}

.cart_message_con {
	width: 800px;
}

.reg-tab ul li {
	width: 150px;
}

.input-text {
	color: #333;
}

.fanwen-box .box-body p {
	margin: 20px 0;
}

.fanwen-show {
	margin-right: 30px;
}

.fanwen-title {
	height: 100px;
}

.fanwen-title h2,
.fanwen-title h1 {
	font-family: "Microsoft Yahei";
	font-size: 38px;
	font-weight: 700;
	line-height: 100px;
	float: left;
}

.fanwen-title .bt {
	margin-left: 30px;
	margin-top: 55px;
	color: #00b1c6;
	float: left;
	display: inline-block;
}

.fanwen-title .bt:hover {
	color: #c41921;
}

.fanwen-title .but {
	width: 90px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #00b1c6;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00b1c6;
	border-radius: 5px;
	text-align: left;
	float: right;
	margin-top: 55px;
}

.fanwen-title .but i {
	width: 20px;
	height: 20px;
	margin: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/down.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.fanwen-title .but:hover,
.fanwen-title .action {
	color: #fff;
	background-color: #00b1c6;
}

.fanwen-title .but:hover i.img3,
.fanwen-title .action i.img3 {
	background-position: -40px -20px;
}

.fanwen-body {
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}

.fanwen-body p {
	margin: 30px 0;
}

.fanwen-body .article-sub-title {
	font-size: 18px;
}

/*2020-1-6*/
.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zoom,
.clear {
	clear: both;
}

.zoom {
	*zoom: 1;
}

.dl-dldabox {
	margin: 30px auto;
}

.dl-dldabox h5 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	color: #00b1c6;
}

.dl-dldabox h6 {
	font-size: 14px;
	color: #333;
}

.dldline {
	margin: 30px auto;
	border-top: 10px solid #f7f7f7;
}

/*2020-2-4*/
.dlipop {
	width: 400px;
	height: 240px;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -200px;
	z-index: 9999;
	background-color: #fff;
}

.dlipop h3 {
	display: inline-block;
	margin-top: 55px;
	font-size: 25px;
	font-weight: 400;
	color: #00b1c6;
}

.dlipop p {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #777;
}

.dlipop a {
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	border-radius: 5px;
}

.dlipop .dlidely {
	margin-right: 30px;
	color: #666;
	background-color: #eaeaea;
}

.dlipop .dlidely:hover {
	text-decoration: none;
	background-color: #dcdbdb;
	color: #666;
}

.dlipop .dlinow {
	color: #fff;
	background-color: #00b1c6;
}

.dlipop .dlinow:hover {
	text-decoration: none;
	background-color: #01b5bb;
	color: #fff;
}

.dl-header .dlicar {
	color: #333;
	position: relative;
}

.dl-header .dlicar img {
	width: 16px;
	height: auto;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.dlicar b {
	font-weight: 400;
}

.clear {
	clear: both;
}

.dlhao .box-title {
	height: auto;
	line-height: 1.4;
	margin-bottom: 0;
	font-size: 16px;
	color: #00b1c6;
	text-align: left;
	font-weight: bold;
}

.dlhao .paper-box .box-item li .item-title {
	font-size: 16px !important;
}

.favolisa {
	width: auto;
	margin: 15px 0 15px 0;
	padding: 20px 5px 10px 0;
	background-color: #fff;
}

.favolisa ul li {
	width: 205px;
	margin-left: 29px;
	margin-right: -3px;
}

.favolisa ul li.box-item .item-image {
	border-color: #fff;
}

.dostr .page-box {
	margin: 10px auto 15px auto;
	padding: 6px 0;
	background-color: #fff;
}

.dostr1 .bbs {
	background-color: #fff;
}

.dostr1 .box-bbs dd {
	margin-bottom: 2px;
	padding: 28px 10px 11px 10px;
	background-color: #fff;
}

.dostr1 .content-box .box-con,
.dostr1 .content-box {
	margin: 0;
}

.dostr1 .box-bbs .split {
	padding: 0 10px;
}

.dostr1 .shop {
	background-color: #fff;
}

.dostr1 .list-box .box-item .item-c {
	width: 635px;
}

.dostr1 .list-box .box-item .item-param li.nofloat {
	width: auto;
}

.table-list table tfoot tr,
.table-list table tfoot tr {
	background-color: transparent;
}

.table-list table tfoot {
	border-bottom: none;
}

.dxcartbg {
	background-color: #f5f8fa;
	overflow: hidden;
}

.dxboxnav {
	padding-top: 1px;
	margin: 0 auto 8px auto;
	background-color: transparent;
}

@media screen and (max-width:1366px) {
	.dl-wrap .dl-side {
		width: 85px;
		right: 0px;
	}
}

@media screen and (max-width:1280px) {
	.dl-wrap .dl-side {
		width: 73px;
	}

	.dl-wrap .dl-side h5 a {
		margin-left: 0;
	}

	.dl-wrap .dl-side h5 i {
		display: none;
	}
}

.dl-footer-text .foot-copyright {
	line-height: 24px;
	color: #999;
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
}
.dl-footer-text  .btm-nav{
	text-align: center;
	width: auto !important;
	margin-right: 0px !important;
}
.dl-footer-text  .btm-nav a{
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin: 0px 20px;
}
.dl-footer-text .foot-copyright>a {
	font-size: 12px;
	color: #999;
}

.dl-footer-text .foot-copyright>a:hover {
	color: #00b1c6;
}

/* 1.15 new */
.journal-block .box-title {
	font-weight: bold;
	text-align: center;
}

.journal-block .xgqk-box .box-title {
	font-weight: 400;
	text-align: left;
}

.journal-block .box-info {
	text-align: center;
}
.journal-block .qkxx-box .box-info{
	text-align: left;
}
.journal-block .paper-box .box-abstract {
	background-color: #fff;
	margin: 0;
}

.journal-block .tips {
	font-size: 12px;
	color: #999;
}

.journal-block .paper-box .box-down {
	margin: 20px auto 50px;
}

/*出版社开始*/
.container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nosetBoxsizng * {
	-moz-box-sizing: unset;
	-webkit-box-sizing: unset;
	-o-box-sizing: unset;
	-ms-box-sizing: unset;
	box-sizing: unset;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexbox li {
	display: block;
	align-items: center;
	justify-content: flex-start;
}

.cbs-box {
	min-width: 1200px;
}

.cbs-box .btn-common {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.cbs-box .title-common {
	text-align: center;
}

.cbs-box .title-common h3 {
	font-size: 32px;
	margin-bottom: 10px;
	padding-top: 60px;
	font-weight: normal;
}

.cbs-box .title-common p {
	font-size: 16px;
	color: #727f9c;
}

.cbs-box .title-common-white {
	color: #fff;
}

.cbs-box .title-common-white p {
	color: #fff;
}

/*头部菜单*/
.cbs-box .menu {
	height: 82px;
	line-height: 82px;
}

.cbs-box .menu .left img {
	width: 125px;
	height: 46px;
}

.cbs-box .menu .right a, .cbs-box .menu .right span.haofb_menu_tel {
	display: inline-block;
	font-size: 17px;
	margin-right: 50px;
}
.cbs-box .menu .right span.haofb_menu_tel{
	margin-left: 50px;
	margin-right: 0;
}
.cbs-box .menu .right a:last-of-type {
	margin-right: 0;
}
.cbs-box .menu .right span.haofb_menu_tel:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/haofb_icon_menu_tel_black.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}
/*背景图*/
.cbs-box .block-bg {
	width: 100%;
	min-width: 1200px;
	min-height: 426px;
	background-color: #dfe4e7;
}

.cbs-box .block-bg .pw1200 {
	min-height: 426px;
	background: url(../image/cbs/bg_cbs.png) no-repeat right -18px center;
	
}

.cbs-box .block-bg .content h1 {
	font-size: 48px;
	padding-top: 90px;
}

.cbs-box .block-bg .content p {
	font-size: 16px;
	width: 636px;
	line-height: 1.75;
	color: rgba(51, 51, 51, 0.93);
	padding-top: 30px;
}

.cbs-box .block-bg .content .item-btn {
	padding: 80px 0 52px 0;
	display: none;
}

.cbs-box .block-bg .content .item-btn a {
	width: 162px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.cbs-box .block-bg .content .item-btn a.btn_1 {
	background: url(../image/cbs/bg_cbs_btn1.png) no-repeat center;
	margin-right: 4px;
}

.cbs-box .block-bg .content .item-btn a.btn_2 {
	background: url(../image/cbs/bg_cbs_btn2.png) no-repeat center;
}

/* 列表面包屑 */
.crumb-cbs {
	padding: 15px 0;
}

.crumb-cbs a {
	font-size: 12px;
	color: #00b1c6;
}

.crumb-cbs a:after {
	content: '>';
	display: inline-block;
	margin-left: 6px;
	margin-right: 2px;
}

.crumb-cbs span, .crumb-cbs h1 {
	font-size: 12px;
	color: #777;
}
.crumb-cbs h1{
	display: inline-block;
	font-weight: normal;
}
/*面包屑*/
.cbs-box .crumb-cbs {
	padding-top: 30px;
}

.cbs-box .crumb-cbs a,
.cbs-box .crumb-cbs span {
	font-size: 13px;
}

.cbs-box .crumb-cbs a:after {
	content: '>';
	display: inline-block;
	margin-left: 6px;
}

/*出版社介绍*/
.cbs-box .block-cbsjs .article-box {
	width: 100%;
	padding: 34px 46px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
	margin: 40px 0 50px 0;
}

.cbs-box .block-cbsjs .article-box .article-title h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 18px;
}

.cbs-box .block-cbsjs .article-box .article-ly {
	margin-top: 30px;
}

.cbs-box .block-cbsjs .article-box .article-common p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 40px;
}

.cbs-box .block-cbsjs .article-box .article-common p:last-of-type {
	margin-bottom: 0;
}

/*基本信息*/
.cbs-box .block-jbxx {
	width: 100%;
	min-width: 1200px;
	height: 198px;
	background-color: #f6f6f6;
}

.cbs-box .block-jbxx ul li {
	width: 20%;
	text-align: center;
	position: relative;
}

.cbs-box .block-jbxx ul li:after {
	content: '';
	width: 1px;
	height: 72px;
	position: absolute;
	right: 0;
	top: 63px;
	background-color: #e8e8e8;
}

.cbs-box .block-jbxx ul li:last-of-type::after {
	display: none;
}

.cbs-box .block-jbxx ul li p {
	font-size: 18px;
	margin: 66px 0 14px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 16px;
}

.cbs-box .block-jbxx ul li p a,
.cbs-box .block-jbxx ul li p b {
	font-size: 18px;
	font-weight: normal;
}

.cbs-box .block-jbxx ul li span {
	font-size: 12px;
	color: #999;
}

/*出书保障*/
.cbs-box .block-csbz {
	background-color: #f6f9ff;
	height: 542px;
}

.cbs-box .block-csbz ul {
	margin-top: 54px;
}

.cbs-box .block-csbz ul li {
	width: 49%;
	height: 277px;
	background-color: #fff;
	text-align: center;
}

.cbs-box .block-csbz ul li>a {
	display: block;
}

.cbs-box .block-csbz ul li>a:hover b {
	color: #11acde;
}

.cbs-box .block-csbz ul li div {
	width: 84px;
	height: 84px;
	margin: 42px auto 30px;
	background: url(../image/cbs/icon_cbs_fwxm.png) no-repeat;
}

.cbs-box .block-csbz ul li:nth-of-type(2) div {
	background-position: -308px 0;
}

.cbs-box .block-csbz ul li:nth-of-type(3) div {
	background-position: -617px 0;
}

.cbs-box .block-csbz ul li:nth-of-type(4) div {
	background-position: -918px 0;
}

.cbs-box .block-csbz ul li b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 16px;
}

.cbs-box .block-csbz ul li p {
	font-size: 14px;
	color: #999;
	line-height: 1.75;
	padding: 0 44px;
}

/*为什么出书*/
.cbs-box .block-whycs {
	background-color: #fff;
	height: 530px;
}

.cbs-box .block-whycs .content {
	height: 256px;
	background: url(../image/cbs/icon_cbs_why.png) no-repeat 3% center;
	margin-top: 30px;
}

.cbs-box .block-whycs ul {
	width: 1080px;
	margin-left: 82px;
}

.cbs-box .block-whycs ul li {
	float: left;
	width: 340px;
	height: 80px;
	line-height: 80px;
	padding-left: 110px;
	margin-top: 40px;
	font-size: 18px;
	margin-right: 30px;
}

.cbs-box .block-whycs ul li:nth-of-type(3n) {
	margin-right: 0;
}

/*为什么选择我们*/
.cbs-box .block-whyus {
	background-color: #f9f9f9;
	height: 530px;
}

.cbs-box .block-whyus ul {
	margin-top: 40px;
}

.cbs-box .block-whyus ul li {
	width: 376px;
	height: 266px;
	background-color: #fff;
	text-align: center;
}

.cbs-box .block-whyus ul li>a {
	display: block;
}

.cbs-box .block-whyus ul li>a:hover b {
	color: #11acde;
}

.cbs-box .block-whyus ul li div {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	margin: 42px auto 30px;
	background: #00b1c6 url(../image/cbs/icon_cbs_whyus.png) no-repeat;
	background-position: 18px 18px;
}

.cbs-box .block-whyus ul li:nth-of-type(2) div {
	background-position: -393px 18px;
}

.cbs-box .block-whyus ul li:nth-of-type(3) div {
	background-position: -808px 18px;
}

.cbs-box .block-whyus ul li b {
	display: block;
	font-size: 18px;
	color: #555;
	font-weight: normal;
	margin-bottom: 14px;
}

.cbs-box .block-whyus ul li p {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	padding: 0 84px;
}

/*服务流程*/
.cbs-box .block-fwlc {
	height: 494px;
	background: url(../image/cbs/bg_cbs_fwlc.png) no-repeat center;
	background-size: cover;
}

.cbs-box .block-fwlc .title-common h3 {
	padding-top: 100px;
}

.cbs-box .block-fwlc .fwlc-content {
	margin-top: 50px;
}

.cbs-box .block-fwlc .fwlc-content ul li {
	width: 192px;
	height: 182px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.25);
}

.cbs-box .block-fwlc .fwlc-content ul li span {
	display: block;
	width: 43px;
	height: 43px;
	border-radius: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 32px auto 28px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.22);
}

.cbs-box .block-fwlc .fwlc-content ul li p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}

.cbs-box .block-fwlc .fwlc-content ul li a:hover p {
	color: #11acde;
}

/*常见问题*/
.cbs-box .block-cjwt {
	width: 100%;
	padding-bottom: 40px;
	background-color: #f6f9ff;
}

.cbs-box .block-cjwt ul {
	margin-top: 46px;
}

.cbs-box .block-cjwt ul li {
	width: 390px;
	height: 170px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 32px 30px;
}

.cbs-box .block-cjwt ul li h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}

.cbs-box .block-cjwt ul li p {
	font-size: 14px;
	color: #777;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*关于本站*/
.cbs-box .block-gybz {
	margin-bottom: 50px;
}

.cbs-box .block-gybz>.pw1200 {
	background-color: #fff;
	text-align: center;
}

.cbs-box .block-gybz b {
	display: block;
	font-size: 32px;
	font-weight: normal;
	padding-top: 28px;
}

.cbs-box .block-gybz p {
	font-size: 12px;
	color: #999;
	line-height: 1.75;
	margin-top: 20px;
}

.cbs-box .block-gybz p a {
	color: #999;
}

.cbs-box .block-gybz p a:hover {
	color: #00b1c6;
}

/*相关出版社*/
.cbs-box .block-xgcbs {
	height: 410px;
	background-color: #fff;
}

.cbs-box .block-xgcbs ul {
	margin-top: 40px;
}

.cbs-box .block-xgcbs ul li {
	width: 180px;
	height: 80px;
	line-height: 80px;
	margin: 0 24px 16px 0;
	float: left;
	background-color: #fff;
	padding: 0 24px;
	text-align: center;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cbs-box .block-xgcbs ul li:nth-of-type(6n) {
	margin-right: 0;
}

.cbs-box .block-xgcbs ul li a {
	font-size: 14px;
	color: #333;
}

.cbs-box .block-xgcbs ul li a:hover {
	color: #11acde;
}

/*列表*/
.ad-list-body {
	background-color: #fff;
}

.ad-list-body a:hover {
	text-decoration: none;
}

.ad-list-body .page-box {
	background-color: #fff;
	border-bottom: 25px solid #f5f9ff;
}

.block-ad-list {
	background-color: #f5f9ff;
	margin-top: 30px;
	padding-top: 25px;
}

.block-ad-list .list-ad-each {
	background-color: #fff;
	padding: 20px 30px;
	margin-bottom: 18px;
}

.block-ad-list .list-ad-each:last-of-type {
	margin-bottom: 0;
}

.block-ad-list .list-ad-each h2 {
	font-size: 22px;
}

.block-ad-list .list-ad-each .p-desc {
	font-size: 12px;
	color: #999;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 8px 0 22px 0;
	height: 42px;
}

.block-ad-list .list-ad-each ul li {
	float: left;
	text-align: left;
	padding: 0 36px 0 30px;
	border-right: 1px solid #e6e6e6;
	width: 20%;
}

.block-ad-list .list-ad-each ul li:first-of-type {
	padding-left: 0;
}

.block-ad-list .list-ad-each ul li:last-of-type {
	padding-right: 0;
}

.block-ad-list .list-ad-each ul li:nth-of-type(3),
.block-ad-list .list-ad-each ul li:nth-of-type(4) {
	width: 10%;
}

.block-ad-list .list-ad-each ul li p.p1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.block-ad-list .list-ad-each ul li p.p2 {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
}

.block-ad-list .list-ad-each ul li p.p2 a,
.block-ad-list .list-ad-each ul li p.p2 span {
	font-size: 14px;
	font-weight: 400;
}

.block-ad-list .list-ad-each:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
}

.block-ad-list .list-ad-each:hover a {
	color: #333;
}

.block-ad-list .list-ad-each:hover h2 {
	color: #00b1c6;
}

/* 全局搜索 */
.box-item-cbs .item-image>a {
	position: relative;
}

.box-item-cbs .item-image>a>b {
	position: absolute;
	z-index: 2;
	text-align: center;
	display: block;
	width: 90%;
	padding: 20px 5% 0 5%;
}

/*出版社结束*/

/* 股权代码 */
.gqdm {
	display: inline-block;
	font-size: 12px;
	color: #000;
}

.gqdm-foot {
	padding: 0;
	color: #333;
}

.gqdm span {
	color: #ff5e06;
}

/* 公安部备案图标 */
.gabba:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_gaba.png) no-repeat center;
	margin: 0 4px 4px 0;
	vertical-align: top;
}

@charset "utf-8";

body {
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
	color: #000;
	background: #FFF;
}
body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
marquee,
from {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #008fcc;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

body {
	overflow-x: hidden;
}

::selection {
	background: #219bd9;
	color: #fff;
}

::-moz-selection {
	background: #219bd9;
	color: #fff;
}

::-webkit-selection {
	background: #219bd9;
	color: #fff;
}

.hide {
	display: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.after-clear::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nobd {
	border-width: 0;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle:;
}

button,
input {
	line-height: normal;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible:;
}

/*2019-8-16 dl*/
.pw1200 {
	width: 1200px;
	margin: 0 auto;
}

.dsb {
	display: block;
}

.dsl {
	display: inline-block;
}

.alc {
	text-align: center;
}

.all {
	text-align: left;
}

.ftb {
	font-weight: bold;
}

.fthin {
	font-weight: 400;
}

.ft12 {
	font-size: 12px;
}

.ft14 {
	font-size: 14px;
}

.ft15 {
	font-size: 15px;
}

.ft16 {
	font-size: 16px;
}

.ft18 {
	font-size: 18px;
}

.ft19 {
	font-size: 19px;
}

.ft20 {
	font-size: 20px;
}

.ft22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.ft30 {
	font-size: 30px;
}

.ftb {
	font-weight: bold;
}

.c333 {
	color: #333;
}

.c777 {
	color: #333;
}

.c999 {
	color: #999;
}

.c1c8 {
	color: #00b1c6;
}

.red {
	color: #c40000;
}

.c1c8{
	color: #00b1c6;
}

.white {
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.ptr {
	position: relative;
}

.pta {
	position: absolute;
}

.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zoom {
	clear: both;
}

.zoom {
	*zoom: 1;
}

.btbor {
	border-bottom: 1px solid #e5e5e5;
}

.dl-wrap .dl-last {
	margin-right: 0;
}

.dl-wrap a:hover,
.dl-con-left div a:hover{
	text-decoration: none;
	color: #00b1c6;
}

.dl-wrap .red:hover {
	color: #c40000;
}

.dl-wrap .dl-btn:hover,
.dl-ask a:hover {
	color: #fff;
}

.dl-text>a:hover,
.dl-ser-box a:hover,
.dl-con-left div a:hover,
.dl-learn:hover h6,
.dl-learn:hover p {
	color: #05a1b4;
}

.dl-wrap h4 {
	font-size: 18px;
	color: #333;
}

.dl-wrap .dl-btn {
	color: #fff;
	border-radius: 5px;
	background-color: #00b1c6;
}

.dl-wrap .dl-btn:hover,
.dl-search-btn:hover,
.dl-learn:hover span {
	background-color: #05dce4;
}

.dl-con-left .dldst:hover,
.dl-con-right a:hover {
	color: #fff;
	background-color: #05a1b4;
}

.dl-box .boxbtn,
.dl-box>a:hover,
.dl-list-btn a:hover,
.Bblood .action>a,
.Bblood li a:hover,
.Bblood .dl-list-shai,
.Bblood .app-menu-active a {
	color: #fff;
	background-color: #00b1c6;
}

.dl-pic-list li,
.dl-learn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dl-learn:hover {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dl-con-det:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/*导航*/
.dl-header {
	height: 36px;
	background-color: #f5f5f5;
}

.dl-header>div {
	background-color: #f5f5f5;
}

.dl-header p {
	line-height: 36px;
	color: #777;
}

.dl-header .left a {
	color:#00b1c6;
}
.dl-header .right a, .dl-header .right span.haofb_menu_tel {
	display: inline-block;
	margin-right: 10px;
	color: #777;
}
.dl-header .right span.haofb_menu_tel:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/haofb_icon_menu_tel.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.dl-header a:hover{
	opacity: 0.75;
}
.dl-header p .tel b,
.top-box .tel b {
	color: #ff5e06;
	font-weight: normal;
}

.dl-header a.dlicar img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 4px 2px 0;
}

.dl-logo {
	margin: 40px auto 40px auto !important;
	vertical-align: middle;
}

.dl-search {
	width: 477px;
	height: 46px;
	margin-left: 142px;
}

.dl-search-input {
	width: 360px;
	float: left;
	padding: 14px 8px 14px 20px;
	border: none;
	color: #999;
	vertical-align: middle;
	outline: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: #f2f2f2;
}

.dl-search-btn {
	width: 87px;
	padding: 13px 0;
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	outline: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #00b1c6;
}

.dl-search-btn:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -5px 0 0 10px;
	vertical-align: middle;
	background: url(../img/dl-xian-search.png) no-repeat;
}

.dl-logo p,
.dl-logo a {
	color: #999;
}

.dl-logo p a {
	margin-right: 7px;
}

.dl-logo>a.left {
	display: inline-block;
	width: 125px;
}

.dl-logo a.left img {
	height: 46px;
}

.dl-logo a.right img {
	width: 232px;
}

.dl-nav-wrap {
	border-bottom: 2px solid #00b1c6;
}

.dl-nav>a {
	display: inline-block;
	margin: 10px 32px 0 0;
	font-size: 18px;
}
.haofb_nav>a{
	margin: 10px 45px 0 0;
}
.dl-nav .action {
	color: #00b1c6;
}

.dl-sub {
	width: 240px;
	margin-right: 75px;
	position: relative;
	z-index: 10;
}

.dl-sub>a {
	display: inline-block;
	padding: 7px 0 7px 25px;
	font-size: 20px;
}

.dl-sub .dlbtn,
.dl-sub .dlbtn:hover {
	width: 216px;
	color: #fff;
	position: relative;
}

.dlbtn {
	background-color: #00b1c6;
}

.dlbtn:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 12px;
	vertical-align: middle;
	margin: -5px 10px 0 0;
	background: url(../img/dl-xian-nav.png) no-repeat;
}

.dl-sub-dd {
	height: 457px;
	width: 100%;
	padding-top: 6px;
	position: absolute;
	top: 46px;
	background-color: #fff;
}

.dl-sub-dd>li {
	padding: 11px 0 11px 30px;
	font-size: 14px;
	background: url(../img/arrow.png) 90% 17px no-repeat;
}

.dl-sub-dd>li>a {
	display: inline-block;
	width: 100%;
}

.dl-sub-dd dl {
	width: 524px;
	height: 407px;
	padding: 26px 30px 30px 30px;
	position: absolute;
	top: 0px;
	left: 237px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
	display: none;
	z-index: -1;
	background-color: #fff;
}

.dl-sub-dd>li:hover dl {
	display: block;
	z-index: 10;
}

.dl-sub-dd dd {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.dl-sub-dd a,
.dl-sub-dd span {
	font-size: 14px;
}

.dl-sub-dd span {
	margin-left: 7px;
	color: #666;
}

/*footer*/
.dl-footer {
	padding: 0 0 20px 0;
	background-color: #f6f6f6;
}

.dl-footer>div {
	padding-top: 40px;
	margin-top: 0;
	background-color: #f6f6f6;
}

.dl-footer>p {
	padding: 30px 0 32px 0;
	border-bottom: 1px dashed #e3e3e3;
}

.dl-footer>p {
	background-color: #f6f6f6;
}

.dl-footer>p a {
	display: inline-block;
	width: 175px;
	margin-right: 90px;
}

.dl-footer>p img {
	margin-right: 10px;
}

.dl-footer-text div {
	width: 140px;
	margin-right: 60px;
}

.dl-footer-text div.dl-last {
	width: 200px;
}

.dl-footer>p a,
.dl-footer-text a {
	font-size: 14px;
	color: #333;
}

.dl-footer .theme-box {
	width: 1200px;
	margin: 0 auto;
}

.dl-footer-text p {
	margin-bottom: 6px;
	font-size: 12px;
	margin-top: 6px;
}

.dl-chat img {
	position: relative;
	top: -3px;
}

.dl-chat a {
	width: 133px;
	padding: 8px 0;
}

.dl-chat a.dl-btn {
	color: #fff;
	border-radius: 5px;
	background-color: #00b1c6;
}
.dl-chat a.dl-btn:hover{
	color: #fff;
}
/*banner*/
.dl-state {
	padding-bottom: 17px;
}

.dl-state div {
	width: 230px;
	float: left;
	margin-right: 92px;
}

.dl-state p {
	width: 170px;
}

.dl-state b {
	display: block;
	color: #333;
}

/*轮播*/
.dl-slide {
	height: 456px;
	background: #efefef url(../img/dl-banner1.jpg) no-repeat right bottom;
	overflow: hidden;
}

.dl-pic-list {
	width: 100%;
	height: 456px;
}

.dl-pic-list li {
	height: 456px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.dl-pic-list .dl-pic-active {
	opacity: 1;
	z-index: 8;
	width: 100%;
}
.dl-pic-list .dl-pic-active>a{
	display: block;
	width: 100%;
	height: 100%;
}
/*滚动列表*/
.dl-block2 h4 a {
	margin-top: 10px;
	color: #333;
	font-weight: 400;
}

.dl-all-file {
	width: 1200px;
	height: 175px;
}

.dl-all-file>div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.dl-all-file .dl-home-active {
	opacity: 1;
	z-index: 10;
}

.dl-block-list {
	display: inline-block;
	width: 360px;
	margin-top: 20px;
	padding: 25px 14px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.dl-block-list:nth-child(2) {
	margin: 20px 17px;
}

.dl-block-list>a {
	margin-right: 20px;
}

.dl-block-list:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.dl-block-list div {
	width: 270px;
}

.dl-line {
	margin: -2px 0 4px 0;
}

.dl-line>.name {
	max-width: 78%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dlway {
	display: inline-block;
	padding: 3px 13px;
	margin-left: 5px;
	border-radius: 5px;
	color: #333;
	background-color: #eee;
	vertical-align: top;
	margin-top: 2px;
}

.dl-block-list div>span {
	margin-right: 10px;
}

.dl-block-list div>span.price {
	font-size: 12px;
	color: #9a6948;
}

.dl-block-list>div>a {
	width: 88px;
	height: 29px;
	line-height: 29px;
	margin-top: 8px;
}

.dl-box {
	width: 272px;
	height: 714px;
	padding: 28px 28px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.dl-box h6 {
	margin: 40px 0 20px 0;
	padding-bottom: 5px;
}

.dl-box>a {
	display: inline-block;
	width: 76px;
	height: 26px;
	margin: 0 12px 12px 0;
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	border-radius: 50px;
}

.dl-box .boxbtn:hover {
	color: #fff;
}

.dl-box p a {
	display: block;
	width: 220px;
	margin-bottom: 0;
	padding: 13px 20px 13px 40px;
	font-size: 14px;
	color: #333;
	border-radius: 0;
	text-align: left;
	border-bottom: 1px solid #fff;
	background: #f5f5f5 url(../img/arrow1.png) 90% 10px no-repeat;
}

.dl-box p img {
	display: inline-block;
	margin: -3px 17px 0 0;
}

.dl-ask a {
	width: 146px;
	margin: 25px auto 0 auto;
	padding: 10px 0;
	border-radius: 50px;
	color: #fff;
	background-color: #ff501c;
	background: -webkit-linear-gradient(left, #ff5d24 0%, #ff2400 100%);
	background: -moz-linear-gradient(left, #ff5d24 0%, #ff2400 100%);
	background: -o-linear-gradient(left, #ff5d24 0%, #ff2400 100%);
	background: linear-gradient(left, #ff5d24 0%, #ff2400 100%);
}

.dl-ask a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	background: url(../img/arrow2.png) no-repeat;
}

.dl-con {
	height: 714px;
	width: 850px;
}

.dl-con>div {
	width: 270px;
	height: 352px;
	float: left;
	margin: 0 20px 24px 0;
	padding-top: 18px;
	text-align: center;
	background-color: #f8f8f8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.dl-con>div img {
	width:65%;
	height: auto;
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.dl-con>div:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}

.dl-con>div:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.dl-con>div:nth-child(3n) {
	margin-right: 0;
}

.dl-text {
	height: 82px;
	padding: 15px 0 0 20px;
	margin-top: 20px;
	text-align: left;
	background-color: #fff;
}

.dl-text>a {
	font-size: 16px;
	color: #00b1c6;
}

.dl-text p a,
.dl-text span {
	margin-right: 15px;
}

.dl-text b {
	color: #e92100;
	font-weight: 400;
}

.dl-text p {
	margin-top: 2px;
}

.dl-sale,
.dl-sale span {
	color: #9a694b;
}

.dl-all {
	padding: 32px 0 28px 0;
	border: 1px solid #f3f3f3;
}

.dl-wrap .dl-all {
	color: #777
}

.dl-ser {
	background-color: #f5f7fc;
}

.dl-ser>div {
	padding-bottom: 85px;
	background-color: #f5f7fc;
}

.dl-ser-box {
	width: 325px;
	height: 375px;
	margin-right: 18px;
	overflow: hidden;
}

.dl-ser-box img,
.dl-ser-box div {
	top: 0;
	left: 0;
}

.dl-ser-box img {
	z-index: 2;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.dl-ser-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.dl-ser-box div {
	width: 100%;
	height: 100%;
	z-index: 3;
}

.dl-ser-box h3 {
	margin-top: 65px;
}

.dl-ser-box a {
	width: 177px;
	height: 47px;
	margin: 62px auto 0 auto;
	line-height: 47px;
	border: 1px solid #fff;
	color: #fff;
}

.dl-learn {
	width: 270px;
	height: 332px;
	margin-right: 20px;
	padding: 43px 0 0 0;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.dl-learn h6 {
	margin: 27px 0 0 0;
	position: relative;
}

.dl-learn h6:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: #f2f3f5;
}

.dl-learn p {
	width: 160px;
	margin: 45px auto 37px auto;
}

.dl-learn span {
	width: 177px;
	padding: 14px 0;
	margin: 0 auto;
}

.dl-key label {
	display: inline-block;
	color: #333;
	font-weight: 400;
	font-size: 13px;
	width: 7%;
	text-align: center;
	vertical-align: top;
	padding-top: 1.8%;
}

.dl-key {
	background-color: #f4f4f4;
	border-bottom: 1px solid #f1f1f1;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 0
}

.dl-search-sec p {
	display: inline-block;
	width: 35%;
	padding: .6% 1.2%;
	border: 1px solid #ddd;
	border-radius: 28px;
}

.dl-search-sec input {
	outline: none;
	border: none;
	width: 100%;
}

.dl-search-sec a {
	position: absolute;
	right: 8px;
	top: 8px;
}

.dl-search-sec button {
	height: 34px;
	padding: 0 30px 0 20px;
	line-height: 34px;
	border: none;
	font-weight: 700;
	border-radius: 5px;
	cursor: pointer;
	background-color: #f0f0f0;
}

.dl-search-sec button:after {
	content: "∧";
	position: absolute;
	right: 15px;
}

.dl-search-sec .downArrow::after {
	content: "∨";
}

.dl-is-search>div {
	border-bottom: 1px solid #f1f1f1;
	background-color: #f4f4f4;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 0;
}

.dl-is-search label {
	display: inline-block;
	width: 7%;
	padding-top: 1.2%;
	color: #394043;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.Bblood {
	display: inline-block;
	width: 91%;
	padding: .8% 1%;
	background-color: #fff;
}

.Bblood li {
	display: inline-block;
	padding: 2px 5px;
	margin: .4% 0;
	border-radius: .4em;
	font-size: 13px;
}

.Bblood li:hover {
	cursor: pointer;
}

.Bblood li a {
	color: #333;
	border-radius: 3px;
	padding: 2px 8px;
}

.dl-conlist {
	padding: 25px 0 0 0;
	background-color: #f8f8f8;
}

.dl-conlist>div {
	background-color: #f8f8f8;
}

.dl-sort {
	margin-bottom: 20px;
	padding: 12px 0 12px 24px;
	background-color: #fff;
}

.dl-sort a {
	margin-right: 40px;
	font-size: 14px;
}

.dl-sort .dl-sort-active {
	color: #00b1c6;
}

.dl-con-det {
	margin-bottom: 25px;
	padding: 25px 33px 20px 25px;
	background-color: #fff;
}

.dldst {
	margin-left: 5px;
	padding: 3px 10px;
	border-radius: 20px;
	color: #fff;
	position: relative;
	top: -3px;
	font-size: 13px;
	font-weight: 400;
	background-color: #00b1c6;
}

.dl-con-left div {
	width: 255px;
	margin: 22px 0 20px 0;
	float: left;
	height: 78px;
}

.dl-con-left p,
.dl-con-left p a,
.dl-con-left b,
.dl-con-left span{
	font-size: 14px;
}

.dl-con-left h4 {
	font-size: 24px;
}

.dl-con-left p {
	margin-bottom: 4px;
	color: #333;
}

.dl-con-left p.dl-list-btn {
	width: 1000px;
}

.dl-con-left p.dl-list-btn a,
.dl-con-left p.dl-list-btn span {
	margin-bottom: 8px;
}

.dl-con-left div a,
.dl-con-left div span {
	color: #000;
}

.dl-con-left b {
	color: #f00;
}

.dl-list-btn a,
.dl-list-btn span {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 5px;
	border-radius: 20px;
	color: #666;
	font-size: 14px;
	background-color: #f4f7f9;
}

.dl-con-right {
	width: 100px;
	margin-top: 5px;
	float: right;
}

.dl-con-right>a {
	width: 100px;
	margin-top: 20px;
	padding: 8px 0;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background-color: #00b1c6;
}

.dl-con-right>img {
	width: 100px;
	height: auto;
}

.dl-con-det:hover h4 {
	color: #00b1c6;
}

.dl-det-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 20;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.dl-det-nav p a {
	display: inline-block;
	margin-right: 60px;
	font-size: 16px;
	color: #333;
}

.dl-det-nav img {
	top: -15px;
	right: -25px;
}

.dl-det-dest p {
	margin: 3px 0;
}

.dl-det-dest p:nth-child(2) {
	margin-top: 20px;
}
/*影响因子*/
.dl-det-table1,
.dl-det-table3 {
	max-width: 770px;
	height: 370px;
}

.dl-footer .dl-last {
	margin-right: 0;
}

.dl-relink {
	padding: 16px 0;
}

.dl-relink span {
	float: left;
	font-size: 14px;
	color: #666;
}

.dl-relink p {
	width: 100%;
	margin-top: -1px;
	float: left;
}

.dl-relink a {
	display: inline-block;
	width: 130px;
	height: 24px;
	line-height: 24px;
	margin-right: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.haofb_fw_yqlj {
	padding: 0 0 20px 0;
}

.haofb_fw_yqlj>b {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.haofb_fw_yqlj ul li {
	display: inline-block;
	width: 14.28%;
	height: 24px;
	line-height: 24px;
	padding-right: 1%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.haofb_fw_yqlj_dy {
	margin-top: 20px;
	padding: 22px 22px 16px 22px !important;
}

/*侧边导航 2019-9-12*/
.dl-side {
	width: 92px;
	height: 362px;
	border-radius: 10px;
	position: fixed;
	top: 174px;
	right: 12px;
	z-index: 12;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.dl-side h5 {
	height: 37px;
	line-height: 37px;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #00b1c6;
}

.dl-side h5 a,
.dl-side h5 a:hover {
	color: #fff;
}

.dl-side h5 a {
	margin-left: -7px;
}

.dl-side p {
	width: 65px;
	margin: 0 auto;
}

.dl-side p a {
	display: block;
	height: 62px;
	font-size: 14px;
	border-bottom: 1px dashed #e5e5e5;
}
.dl-side p a:last-of-type{
	border-bottom: none;
}
.dl-side .dl-side-icon5 {
	height: auto;
	margin-top: 18px;
	border-bottom: none;
	color: #999;
}

.dl-side .dl-side-icon5:hover {
	color: #00b1c6;
}

.dl-side h5 i {
	display: inline-block;
	margin-top: -3px;
}

.dl-side p i {
	display: block;
	margin: 16px auto 2px auto;
}

.dl-side i {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	background: url(../img/dl-side.png) no-repeat;
}

.dl-side-icon1 i {
	background-position: 0 -26px;
}

.dl-side-icon2 i {
	background-position: 0 -52px;
}

.dl-side-icon3 i {
	background-position: 0 -78px;
}

.dl-side-icon4 i {
	background-position: 0 -104px;
}

.dl-side a:hover i {
	-webkit-animation: turn 1.8s ease;
	-moz-animation: turn 1.8s ease;
	-ms-animation: turn 1.8s ease;
	animation: turn 1.8s ease;
}

.dl-side span {
	display: none;
	padding: 9px 20px 11px 20px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	position: absolute;
	top: -22px;
	left: -245px;
	background-color: #fafafa;
}

.dl-side span:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 33px;
	background: url(../img/dl-sangle.png) no-repeat;
	position: absolute;
	top: 15px;
	right: -14px;
}

.dl-side a:hover span {
	display: block;
}

.dl-side b {
	margin-top: -6px;
}

@-webkit-keyframes turn {
	0 {
		-webkit-transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
	}
}

@-moz-keyframes turn {
	0 {
		-moz-transform: rotateY(0deg);
	}

	100% {
		-moz-transform: rotateY(360deg);
	}
}

@-ms-keyframes turn {
	0 {
		-ms-transform: rotateY(0deg);
	}

	100% {
		-ms-transform: rotateY(360deg);
	}
}

@keyframes turn {
	0 {
		transform: rotateY0deg);
	}

	100% {
		transform: rotateY(-360deg);
	}
}

/*侧边导航 2019-9-12*/
@media screen and (max-width:1200px) {
	.dl-slide {
		width: 1200px;
		background-color: #eee;
	}

	.dl-footer {
		padding-bottom: 0;
	}

	.theme-box {
		padding-bottom: 30px;
	}

	.dl-conlist {
		width: 1200px;
	}
}

/* 首页--推荐论文 */
.dybckgwfw {
	margin-top: 40px;
	margin-bottom: 70px;
}

.dybckgwfw h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.dybckgwfw h3>a {
	display: block;
}

.dybckgwfw ul {
	width: 221px;
	float: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
	margin-right: 25px;
	padding: 30px;
}

.dybckgwfw ul:last-of-type {
	margin-right: 0;
}

.dybckgwfw ul li {
	font-size: 14px;
	line-height: 34px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nosetBoxsizng * {
	-moz-box-sizing: unset;
	-webkit-box-sizing: unset;
	-o-box-sizing: unset;
	-ms-box-sizing: unset;
	box-sizing: unset;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container a:hover {
	color: #00b1c6;
	text-decoration: none !important;
}

.minWidth {
	width: 100%;
	min-width: 1200px;
}

.block-qk-content .h20 {
	width: 100%;
	min-width: 1200px;
	background-color: #f9f9f9 !important;
}

.block-qk-content .common-pd {
	padding-bottom: 50px;
}

.block-qk-content .common-pd2 {
	padding-bottom: 70px;
}

.block-qk-content .common-box {
	padding-left: 84px;
	padding-right: 84px;
}

.block-qk-content .title-common {
	padding-top: 50px;
	margin-bottom: 40px;
}

.block-qk-content .title-common-p {
	font-size: 14px;
	color: #999;
	margin-top: -30px;
	margin-left: 5px;
}

.block-qk-content .title-common:after {
	content: '';
	display: block;
	width: 5px;
	height: 26px;
	background-color: #fdc2c2;
	margin-top: 8px;
}

.block-qk-content .title-common h3 {
	font-size: 26px;
	font-weight: normal;
	float: left;
	margin-left: 16px;
}

.block-qk-content .title-common p {
	font-size: 14px;
	color: #d9d9d9;
	height: 39px;
	line-height: 44px;
	float: left;
	margin-left: 14px;
}

.block-qk-content .title-common span {
	float: left;
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}

.block-qk-content .article-common p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
}

.block-qk-content .article-common p img {
	border: 0;
	vertical-align: middle;
	text-align: center;
}

.block-qk-content .article-common p:last-of-type {
	margin-bottom: 0;
}

.block-qk-content .article-common p a,
.block-qk-content .article-common p.lmsz span {
	margin-right: 8px;
}

/*期刊*/
/*顶部*/
.top-box-qk {
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	color: #777;
	border-bottom: 1px solid #f0f0f0;
	font-size: 12px;
}

.top-box-qk .gqdm {
	color: #00b1c6;
	margin-left: 2px;
}

.top-box-qk .r a {
	color: #777;
}

.top-box-qk a {
	margin: 0 0 0 10px;
	padding: 0;
	color: #00b1c6;
}
.top-box-qk a img{
	width: 16px;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-right: 4px;
}
.top-box-qk a:hover {
	background-color: #fff;
	opacity: .8;
}

.bg-bottom {
	width: 100%;
	min-width: 1200px;
	height: 248px;
	position: absolute;
	top: 38px;
	z-index: -1;
	background-color: #00B1C6;
}

/*面包屑*/
.bread-crumb {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.bread-crumb a, .bread-crumb span {
	color: #fff;
}

.bread-crumb a:hover {
	color: #fff !important;
	opacity: .8;
}

.bread-crumb a:after {
	display: inline-block;
	font-size: 14px;
	color: #333;
	content: ">";
	color: #fff;
	margin: 0 2px 0 8px;
}

.bread-crumb a:last-of-type:after, .bread-crumb a.last::after, .bread-crumb span:after {
	display: none;
}
.bread-crumb a.haofb_bread_grzx, .bread-crumb span.haofb_menu_tel{
	float: right;
}
.bread-crumb span.haofb_menu_tel{
	margin-right: 35px;
}
.bread-crumb span.haofb_menu_tel:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/haofb_icon_menu_tel_white.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.bread-crumb a.haofb_bread_zx{
	float: right;
	margin-right: 20px;
}
.bread-crumb a.haofb_bread_zx::after, .bread-crumb a.haofb_bread_grzx::after{
	display: none;
}
.bread-crumb a.haofb_bread_grzx:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../img/icon_haofb_grzx.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 2px 0;
}
/*期刊信息*/
.block-qk-info>div {
	background-color: #fff;
	padding: 30px 0 50px 30px;
}

.block-qk-info .l {
	width: 264px;
}

.block-qk-info .l .top-img {
	width: 264px;
	height: 358px;
	line-height: 358px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.block-qk-info .l .top-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.block-qk-info .l .top-img img:hover {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.block-qk-info .l .top-img a.btn_collect{
	display: block;
	font-size: 12px;
	color: #222;
	line-height: 21px;
	text-align: center;
	margin-top: 12px;
}
.block-qk-info .l .top-img a.btn_collect:hover{
	color: #189487;
}
.block-qk-info .l .top-img a.btn_collect i.jrsc{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/haofb_icon_collect.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.block-qk-info .l .top-img a.btn_collect:hover i.jrsc{
	width: 14px;
	height: 10px;
	background: url(../images/haofb_icon_collected.png) no-repeat;
}
.block-qk-info .l .top-img a.btn_collect i.ysc{
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/haofb_icon_collected.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.block-qk-info .l .bottom-text .title {
	font-size: 14px;
	padding: 28px 0 12px 0;
	border-bottom: 1px solid #ebebeb;
}

.block-qk-info .l .bottom-text .title a {
	float: right;
	color: #00b1c6;
}
.block-qk-info .l .bottom-text .title a.btn_collect{
	float: right;
	display: block;
	font-size: 12px;
	color: #222;
	text-align: center;
	line-height: 21px;
}
.block-qk-info .l .bottom-text .title a.btn_collect:hover{
	color: #189487;
}
.block-qk-info .l .bottom-text .title a.btn_collect i.jrsc{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/haofb_icon_collect.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.block-qk-info .l .bottom-text .title a.btn_collect:hover i.jrsc{
	background: url(../images/haofb_icon_collected.png) no-repeat;
}
.block-qk-info .l .bottom-text .title a.btn_collect i.ysc{
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/haofb_icon_collected.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}
.block-qk-info .l .bottom-text .content {
	margin-top: 18px;
}

.block-qk-info .l .bottom-text .content p {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.block-qk-info .l .bottom-text .content p:last-of-type {
	margin-bottom: 0;
}

.block-qk-info .r {
	width: 904px;
}

.block-haofbsci-show .block-qk-info .r {
	width: 880px;
}

.block-qk-info .r .mleft {
	margin-left: 45px;
}

.block-qk-info .r h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

.block-qk-info .r .qkjb a,
.block-qk-info .r .qkjb span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border-radius: 0;
	background-color: #0cb9d5;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 0 10px;
	border-radius: 2px;
	margin-right: 4px;
}

.block-qk-info .r .qkjb a:hover {
	background-color: #0cb9d5;
	color: #fff !important;
	opacity: .8;
}

.block-qk-info .r .tabs-list {
	width: 100%;
	height: 60px;
	line-height: 56px;
	background-color: #f3f3f3;
	margin-top: 20px;
}

.block-qk-info .r .tabs-list a {
	display: inline-block;
	font-size: 15px;
	text-align: center;
	margin-left: 40px;
	padding: 0 4px;
}

.block-qk-info .r .tabs-list a:first-of-type {
	margin-left: 45px;
}

.block-qk-info .r .tabs-list a.active {
	border-bottom: 4px solid #00b1c6;
}

.block-qk-info .r .list {
	margin-top: 25px;
	padding-bottom: 27px;
	border-bottom: 1px solid #e7e7e7;
}

.block-qk-info .r .list li {
	line-height: 2;
}

.block-qk-info .r .list p {
	font-size: 14px;
	font-weight: bold;
}

.block-qk-info .r .list p span {
	font-weight: normal;
	margin-left: 36px;
}

.block-qk-info .r .list p span.price {
	color: #ff6e41;
}

.block-qk-info .r .slry {
	margin-top: 27px;
}

.block-qk-info .r .slry li {
	display: flex;
	margin-bottom: 5px;
}

.block-qk-info .r .slry li b {
	font-size: 14px;
	display: inline-block;
}

.block-qk-info .r .slry li p {
	display: inline-block;
	width: 736px;
}

.block-qk-info .r .slry li p a,
.block-qk-info .r .slry li p span {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 1px;
	font-size: 14px;
}

.block-qk-info .r .slry li p a:hover {
	color: #11acde !important;
	opacity: .8;
}

.block-qk-info .r .btn-items {
	margin-top: 42px;
}

.block-qk-info .r .btn-items a {
	display: inline-block;
	width: 168px;
	height: 50px;
	margin-right: 5px;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}

.block-qk-info .r .btn-items a.btn1 {
	background-color: #00b1c6;
	color: #fff;
}

.block-qk-info .r .btn-items a.btn2 {
	background-color: #ff6e41;
	color: #fff;
}

.block-qk-info .r .btn-items a.btn3 {
	background-color: #fff;
	color: #f00;
	border: 1px solid #f00;
}

.block-qk-info .r .btn-items a.btn1:hover {
	background-color: #01a5b9;
	color: #fff !important;
}

.block-qk-info .r .btn-items a.btn2:hover {
	background-color: #fd6131;
	color: #fff !important;
}

.block-qk-info .r .btn-items a.btn3:hover {
	background-color: #f00;
	color: #fff !important;
}

/*投稿流程*/
.block-qk-tglc {
	height: 102px;
	line-height: 102px;
	background-color: #f9f9f9;
}

.block-qk-tglc b {
	float: left;
	display: inline-block;
	width: 194px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 36px;
}

.block-qk-tglc ul {
	width: 1006px;
	float: left;
}

.block-qk-tglc ul li {
	float: left;
	width: 24%;
	position: relative;
}

.block-qk-tglc ul li a {
	display: block;
	font-size: 18px;
	padding-left: 60px;
	background: url(../img/qk/icon_qk_lc.png) no-repeat;
}

.block-qk-tglc ul li:first-of-type a {
	background-position: 0 27px;
}

.block-qk-tglc ul li:nth-of-type(2) a {
	background-position: -246px 27px;
}

.block-qk-tglc ul li:nth-of-type(3) {
	width: 27%;
}

.block-qk-tglc ul li:nth-of-type(3) a {
	background-position: -494px 27px;
}

.block-qk-tglc ul li:last-of-type a {
	background-position: -770px 27px;
}

.block-qk-tglc ul li a:after {
	content: "";
	display: inline-block;
	width: 72px;
	border-bottom: 1px dashed #d8d8d8;
	position: absolute;
	top: 51px;
	right: 18px;
}

.block-qk-tglc ul li:last-of-type a:after {
	display: none;
}

/*下部分内容*/
.block-qk-content .bottom-content {
	background-color: #f9f9f9;
}

.block-dy-content .bottom-content {
	padding-top: 20px;
}

.block-qk-content .bottom-content>div.pw1200 {
	background-color: #fff;
	padding-bottom: 50px;
}

/*期刊---统计数据*/
.block-qk-tjsj .dl-dldabox {
	width: 49.5%;
	float: left;
	margin-right: 1%;
	background-color: #fff;
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #f3f3f3;
}

.block-qk-tjsj .dl-dldabox h6 {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.block-qk-tjsj .dl-dldabox:nth-of-type(2n) {
	margin-right: 0;
}

.dl-height1 .dl-dldabox {
	margin-bottom: 0;
}

/*期刊内页---文章摘录*/
.block-qk-wzzl ul li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}

.block-qk-wzzl ul li:nth-child(odd) {
	background-color: #f9f9f9;
}

.block-qk-wzzl ul li a {
	display: inline-block;
	width: 49.5%;
	padding-left: 24px;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-qk-wzzl ul li p {
	display: inline-block;
	width: 49.5%;
	padding-right: 24px;
	text-align: right;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-qk-wzzl ul li p span:first-of-type {
	margin-right: 6px;
}

/*常见问题*/
.block-qk-cjwt ul li {
	width: 32.5%;
	margin-right: 1.25%;
	background-color: #fafafa;
	padding: 30px;
	margin-bottom: 1.25%;
}

.block-qk-cjwt ul li:nth-of-type(3n) {
	margin-right: 0;
}

.block-qk-cjwt ul li:nth-of-type(4),
.block-qk-cjwt ul li:nth-of-type(5),
.block-qk-cjwt ul li:nth-of-type(6) {
	margin-bottom: 0;
}

.block-qk-cjwt ul li i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(../img/qk/icon_qk_Q.png) no-repeat center;
	background-size: 25px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	margin-right: 8px;
}

.block-qk-cjwt ul li span {
	font-size: 16px;
	vertical-align: super;
}

.block-qk-cjwt ul li p {
	font-size: 12px;
	color: #999;
	line-height: 1.75;
	margin-top: 6px;
	padding-left: 33px;
}

/*其他服务咨询*/
.block-qk-qtfwzx ul li {
	width: 32.5%;
	height: 92px;
	line-height: 92px;
	margin-right: 1%;
	background-color: #fafafa;
	text-align: center;
}

.block-qk-qtfwzx ul li:last-of-type {
	margin-right: 0;
}

.block-qk-qtfwzx ul li span {
	font-size: 20px;
}

.block-qk-qtfwzx ul li i {
	display: inline-block;
	width: 40px;
	height: 46px;
	background: url(../img/qk/icon_qk_qtfw.png) no-repeat;
	margin-right: 20px;
	vertical-align: middle;
	margin-bottom: 20px;
}

.block-qk-qtfwzx ul li:nth-of-type(2) i {
	background-position: -258px 4px;
}

.block-qk-qtfwzx ul li:nth-of-type(3) i {
	background-position: -516px 0;
}

.block-qk-qtfwzx ul li:last-of-type i {
	background-position: -774px 0;
}

/*期刊内页---我们的亮点*/
.block-qk-ourld ul li {
	width: 49%;
	height: 115px;
	background-color: #fafafa;
}

.block-qk-ourld ul li .left-img {
	float: left;
	width: 18%;
	height: 100%;
	background: url(../img/qk/icon_qk_ld.png) no-repeat;
}

.block-qk-ourld ul li .right-text {
	float: left;
	width: 82%;
	padding-top: 34px;
}

.block-qk-ourld ul li:first-of-type,
.block-qk-ourld ul li:nth-of-type(2) {
	margin-bottom: 12px;
}

.block-qk-ourld ul li:first-of-type .left-img {
	background-position: 18px 26px;
}

.block-qk-ourld ul li:nth-of-type(2) .left-img {
	background-position: -508px 22px;
}

.block-qk-ourld ul li:nth-of-type(3) .left-img {
	background-position: 16px -114px;
}

.block-qk-ourld ul li:last-of-type .left-img {
	background-position: -508px -112px;
}

.block-qk-ourld ul li .right-text b {
	display: block;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 6px;
}

.block-qk-ourld ul li .right-text p {
	font-size: 14px;
	color: #999;
}

/*特别说明*/
.block-qk-tbsm p {
	font-size: 13px;
	line-height: 1.75;
	text-align: left;
	color: #999;
}

.block-qk-tbsm p a {
	color: #999;
}

.block-qk-tbsm p a:hover {
	color: #00b1c6;
}

/*期刊导航*/
.block-qk-qkdh {
	padding: 22px 22px 16px 22px !important;
	background-color: #fff;
	margin-top: 20px;
}

.block-qk-qkdh>b {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.block-qk-qkdh>ul>li {
	float: left;
	width: 16.66%;
	margin-bottom: 6px;
}

.block-qk-qkdh>ul>li>a {
	font-size: 14px;
	color: #777;
}

.block-qk-yqlj>ul>a {
	float: left;
	width: 16.66%;
	margin-bottom: 6px;
	font-size: 14px;
	color: #777;
}

/* 相关期刊 */
.block-qk-content .bottom-content>div.block-qk-xgqk {
	padding: 0 84px 30px 84px;
	margin-top: 20px;
}

.block-qk-content .block-qk-xgqk .title-common {
	margin-bottom: 6px;
	padding-top: 25px;
}

.block-qk-content .block-qk-xgqk .title-common h3 {
	font-size: 24px;
}

.block-qk-xgqk .box ul li {
	float: left;
	width: 142px;
	margin-right: 80px;
	margin-top: 25px;
}

.block-qk-xgqk .box ul li:nth-of-type(5n) {
	margin-right: 0;
}

.block-qk-xgqk .box .img-box {
	width: 142px;
	height: auto;
	margin: 0 auto;
}

.block-qk-xgqk .box .img-box a {
	display: block;
}

.block-qk-xgqk .box .img-box a img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.block-qk-xgqk .box .img-box:hover a img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.block-qk-xgqk .box .text-box {
	text-align: center;
}

.block-qk-xgqk .box .text-box .item-title {
	font-size: 14px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-qk-xgqk .box .text-box .item-info {
	font-size: 12px;
	color: #999;
}

/* 用户评论 */
.dyocomm-box {
	padding: 24px 0 24px 0;
	margin-bottom: 20px;
	border-radius: 8px;
}

.dyocomm-box img {
	float: left;
	width: 53px;
	height: 53px;
	border-radius: 100%;
}

.dyocomm-body {
	width: 100%;
}

.dyocomm-body h5 {
	margin: 2px 0 4px 0;
	font-size: 16px;
	color: #333;
}

.dyocomm-body h5 a {
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #00aad1;
}

.dyocomm-body h5 a:before {
	content: "\e744";
	margin-right: 5px;
	font-size: 16px;
	font-family: "iconfont";
	vertical-align: middle;
	display: none;
}

.dyocomm-body h5 i {
	font-style: normal;
}

.dyocomm-body span {
	font-size: 14px;
	color: #999;
}

.dyocomm-body p {
	margin-top: 12px;
	font-size: 14px;
	color: #999;
}

.dyocomm-replay {
	width: 100%;
	margin: 15px 10px 0 0;
	padding: 0 20px;
	float: right;
	border-top: 1px solid #eaeaea;
}

.dyocomm-replay>div {
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
}

.dyocomm-replay div div {
	width: 100%;
	margin-left: 15px;
	float: left;
}

.dyocomm-replay h5 {
	margin: 0 0 3px 0;
	font-size: 15px;
	font-weight: 400;
	color: #999;
}

.dyocomm-replay h5 a {
	float: right;
	font-size: 12px;
	color: #00aad1;
}

.dyocomm-replay span {
	font-size: 14px;
	color: #999;
}

.dyocomm-replay p {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

.dyocomm-text {
	width: 100%;
	margin-top: 20px;
}

.dyocomm-text textarea {
	width: 100%;
	height: 73px;
	padding: 5px 1% 6px 1%;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	outline: none;
	resize: none;
	line-height: 25px;
	border: 1px solid #eaeaea;
}

.dyocomm-text div {
	display: inline-block;
	float: right;
	margin-top: 5px;
}

.dyocomm-info p {
	display: inline-block;
	font-size: 12px;
}

.dyocomm-info p a {
	color: #333;
}

.dyocomm-info span {
	margin-left: 8px;
	color: #999;
}

.dyocomm-info>a {
	display: inline-block;
	width: 123px;
	height: 38px;
	margin-left: 30px;
	line-height: 38px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 3px;
	background-color: #00a1cd;
}

.dyocomm-info>a:hover {
	background-color: #0495bc;
	color: #fff;
}

.dyocomm-info p .red {
	color: #c40000;
}

.reply-form {
	margin-right: 10px;
}

.reply-form .reply-input {
	margin: 12px 0 0 0;
}

.reply-form .reply-but {
	margin-top: 14px;
}

.reply-form .reply-input .c {
	resize: none;
}

.hauto {
	height: auto !important;
}

/*订阅*/
.block-dy-info .bottom-text .content ul li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.block-dy-info .bottom-text .content ul li a {
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.block-dy-info .bottom-text .content ul li a:hover {
	color: #fff;
	border: 1px solid #00b1c6;
	background-color: #00b1c6;
}

.block-dy-info .r .box-price {
	padding: 25px 0 24px 0;
	margin-left: 45px;
	font-size: 14px;
	position: relative;
}

.block-dy-info .r .box-price dl dt {
	width: 70px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.block-dy-info .r .box-price dl dd {
	float: left;
}

.block-dy-info .r .box-price i {
	font-style: normal;
}

.block-dy-info .r .box-price .price-market {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.block-dy-info .r .box-price .price-market dt {
	font-weight: normal;
}

.block-dy-info .r .box-price .price-market i {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	vertical-align: revert;
}

.block-dy-info .r .box-price .price-market .market-val {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: 400;
	color: #777;
}

.block-dy-info .r .box-price .price-sell {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	margin-top: 2px;
}

.block-dy-info .r .box-price .price-sell i {
	font-size: 24px;
	font-weight: bold;
	color: #fe3c00;
}

.block-dy-info .r .box-price .price-sell span {
	font-family: verdana, arial;
	font-size: 24px;
	font-weight: bold;
	color: #fe3c00;
}

.block-dy-info .r .box-price .price-sell span.sell-discount {
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-style: normal;
	padding: 0 5px;
	border-radius: 2px;
	background-color: #d2a060;
	vertical-align: middle;
	margin: 0 0 2px 16px;
}

.block-dy-info .r .box-price .price-sell .sell-time {
	width: 320px;
	height: 40px;
	line-height: 34px;
	background-color: #fff6ed;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #555;
	float: left;
	margin: -8px 0 0 20px;
}

.block-dy-info .r .box-price .price-sell .sell-time span {
	width: 36px;
	height: 22px;
	line-height: 22px;
	background-color: #ffe3d5;
	border-radius: 2px;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	color: #fe3c00;
	font-size: 14px;
}

.block-dy-info .r .box-price .price-sell .sell-offline {
	position: absolute;
	right: 30px;
	top: 36px;
}

.block-dy-info .r .box-price .price-sell .sell-offline span {
	line-height: 46px;
	color: #777;
}

.block-dy-info .r .box-sell {
	float: left;
	height: 47px;
	line-height: 47px;
	margin: 44px 0 32px 20px;
}

.block-dy-info .r .box-sell ul li {
	font-size: 13px;
	text-align: center;
	color: #999;
	float: left;
	margin-right: 20px;
}

.block-dy-info .r .box-sell ul li font {
	color: #ff2f2f;
}

.block-dy-info .r .box-sell ul li.line {
	width: 1px;
	background-color: #fff;
	border-right: 1px dotted #c9c9c9;
}

.block-dy-info .r .box-sell ul li.clear {
	width: auto;
}

.block-dy-info .r .box-sell ul li font {
	margin-left: 4px;
}

.block-dy-info .r .box-memo {
	line-height: 1.75;
	margin-left: 45px;
}

.block-dy-info .r .box-cart {
	height: 47px;
	margin: 44px 0 32px 45px;
	float: left;
}

.block-dy-info .r .box-cart a {
	text-decoration: none;
	display: inline-block;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	width: 155px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #ff2f2f;
	background: #ff2f2f;
	color: #fff;
	border-radius: 4px;
}

.block-dy-info .r .box-cart .cart-buy i {
	width: 19px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	transition: 0.3s;
	margin-bottom: 4px;
	display: inline-block;
	background: url(../img/dy/icon_buy_new.png) no-repeat center;
	background-size: 18px;
}

.block-dy-info .r .box-cart .cart-buy:hover {
	opacity: .8;
}

.block-dy-info .r .box-cart .cart-add {
	border: 1px solid #ff2f2f;
	background: #fff;
	color: #ff2f2f;
	position: relative;
}

.block-dy-info .r .box-cart .cart-add i {
	width: 19px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	transition: 0.3s;
	margin-bottom: 4px;
	display: inline-block;
	background: url(../img/dy/icon_gwc_red.png) no-repeat center;
	background-size: 22px;
}

.block-dy-info .r .box-cart .cart-add:hover {
	opacity: .8;
}

.block-dy-info .r .goods-box {
	margin: 0;
	padding: 0;
	margin-left: 45px;
}

.block-dy-info .r .goods-box dl:first-of-type {
	margin: 0 0 25px 0;
}

.block-dy-info .r .goods-box dl dt {
	float: left;
	width: 70px;
	line-height: 25px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 42px;
}

.block-dy-info .r .goods-box dl dd {
	float: left;
	width: 700px;
	line-height: 25px;
}

.block-dy-info .r .goods-box dl dd ul li {
	padding: 2px 10px;
	margin: 5px 15px 5px 0;
	line-height: 25px;
	background: #fff;
	border: 1px solid #dcdcdc;
	outline: 1px solid #fff;
	float: left;
	cursor: pointer;
}

.block-dy-info .r .goods-box dl dd ul li img {
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}

.block-dy-info .r .goods-box dl dd ul li.action,
.block-dy-info .r .goods-box dl dd ul li:hover {
	border: 1px solid #656565;
	outline: 1px solid #656565;
	background: url(../img/dy/choose-sangle.png) 100% 101% no-repeat;
	background-position: right bottom;
}

.block-dy-info .r .goods-box .box-nums {
	margin: 0;
	padding: 0;
}

.block-dy-info .r .goods-box .box-nums dt {
	line-height: 24px;
}

.block-dy-info .r .goods-box .box-nums dd {
	font: 12px Arial, Helvetica, sans-serif, "宋体";
}

.block-dy-info .r .goods-box .box-nums a {
	width: 30px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	float: left;
}

.block-dy-info .r .goods-box .box-nums a:hover {
	border: 1px solid #666;
}

.block-dy-info .r .goods-box .box-nums input {
	width: 108px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	outline: medium;
	float: left;
}

.block-dy-info .r .goods-box .box-nums span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.block-dy-info .r .goods-box .box-status {
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}

/*杂志参数*/
.block-dy-jbxx ul {
	background-color: #f9f9f9;
	padding: 30px 40px;
}

.block-dy-jbxx ul li {
	float: left;
	width: 33.33%;
	font-size: 14px;
	color: #646464;
	line-height: 2;
	padding-right: 3%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block-dy-jbxx ul li a:hover{
	color: #646464;
	opacity: 1;
}
/*成交记录*/
.block-dy-cjjl dl dt,
.block-dy-cjjl dl dd {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
}

.block-dy-cjjl dl dt {
	background-color: #eaedf5;
	font-weight: bold;
}

.block-dy-cjjl dl dt span.price {
	color: #333;
}

.block-dy-cjjl dl dt span.date {
	width: 166px;
	color: #333;
	text-align: left;
}

.block-dy-cjjl dl span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.block-dy-cjjl dl span.date {
	width: 166px;
	color: #999;
	float: right;
}

.block-dy-cjjl dl span.user {
	width: 170px;
	margin-left: 10px;
	text-align: left;
}

.block-dy-cjjl dl span.price {
	width: 170px;
	font-family: "Arial";
	color: #ff2929;
}

.block-dy-cjjl dl span.num {
	width: 60px;
	text-align: center;
}

.block-dy-cjjl dl span.specs {
	width: 350px;
}

.block-dy-cjjl dl dd:nth-child(odd) {
	background-color: #f9f9f9;
}

/*发货时间*/
.block-dy-fhsj ul li {
	width: 49.5%;
	margin-bottom: 1%;
	height: 120px;
	background-color: #f9f9f9;
	padding: 22px;
}

.block-dy-fhsj ul li:first-of-type,
.block-dy-fhsj ul li:nth-of-type(2) {
	padding-top: 32px;
}

.block-dy-fhsj ul li b {
	display: block;
	font-size: 16px;
	color: #05b2c5;
	margin-bottom: 10px;
}

.block-dy-fhsj ul li p {
	font-size: 14px;
	color: #777;
	line-height: 1.75;
}

/*快递说明*/
.block-dy-kdsm ul li {
	width: 32.5%;
	height: 204px;
	background-color: #f9f9f9;
	text-align: center;
	padding: 16px 42px 0 42px;
}

.block-dy-kdsm ul li .top-img {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin-bottom: 12px;
	border-radius: 100%;
	background: url(../img/dy/icon_dy_kdsm.png) no-repeat;
}

.block-dy-kdsm ul li:nth-of-type(2) .top-img {
	background-position: -85px 0;
}

.block-dy-kdsm ul li:nth-of-type(3) .top-img {
	background-position: -170px 0;
}

.block-dy-kdsm ul li b {
	display: block;
	font-size: 18px;
	color: #444;
	margin-bottom: 6px;
}

.block-dy-kdsm ul li p {
	font-size: 15px;
	color: #939393;
	line-height: 1.5;
}

/* 友情链接 */
.block-qk-yqlj {
	background-color: #fff !important;
	padding: 22px 22px 16px 22px !important;
}

.block-qk-yqlj div {
	float: left;
	width: 93%;
}

.block-qk-yqlj a {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	float: left;
	width: 15.5%;
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-qk-yqlj b {
	display: block;
	float: left;
	width: 7%;
	margin-bottom: 6px;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
}

/* 期刊广告页面 */
.hafb-ad-qk {
	height: 84px;
	line-height: 84px;
	background: url(../ad/dy/ad_content_qk.png) no-repeat center;
	background-size: cover;
	margin: 50px 84px 0 84px;
}

.hafb-ad-qk .l {
	width: 60%;
}
.hafb-ad-qk .r {
	display: flex;
	margin-right: 10px;
}
.hafb-ad-qk .l p .s1 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 4px 0 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 36%;
}

.hafb-ad-qk .l p .s2 {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}

.hafb-ad-qk .l p .price {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background-color: #cdd1dd;
	font-size: 14px;
	margin-left: 20px;
	border-radius: 15px;
	padding: 0 20px;
	vertical-align: top;
	margin-top: 26px;
}
.hafb-ad-qk .l p .price .fhzq{
	display: inline-block;
	margin-left: 12px;
}
.hafb-ad-qk .l p .price i {
	color: #eb0404;
	font-style: normal;
	font-weight: bold;
}

.hafb-ad-qk .r a {
	display: block;
	width: 140px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #00b1c6;
	margin: 21px 20px 0 0;
	border-radius: 4px;
}
.hafb-ad-qk .r a.buy{
	background-color: #ffffff;
	color:  #00b1c6;
	border: 1px solid #00b1c6;
}
.hafb-ad-qk a:hover {
	background-color: #00b1c6;
	color: #fff;
	opacity: .8;
}

.block-qk-content .block-qk-wypl {
	padding-bottom: 0;
}

.block-qk-content .block-qk-wypl .title-common {
	height: 34px;
}

.ad-hfb-sci {
	margin: 0 84px 50px 84px;
}

.ad-hfb-sci>a {
	display: block;
	width: 100%;
	height: 108px;
	background: url(../img/qk/bg_block_ad_sci.png) no-repeat center;
	background-size: cover;
}

.ad-hfb-sci>a:hover {
	opacity: .8;
}

/* 期刊知识、范文迭代 */
.haofb-fanwen-list .left-list {
	width: 890px;
}

.haofb-fanwen-list .right-bar {
	width: 272px;
	margin-top: 20px;
}

.haofb-fanwen-list .paper-box .box-item li {
	margin: 20px 0;
	padding-bottom: 25px;
}

.haofb-fanwen-list .paper-box .box-item li:hover h3 {
	color: #00b1c6;
}

.haofb-fanwen-list .paper-box .box-item li .item-title {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: bold;
}

.haofb-fanwen-list .paper-box .box-item li .item-date {
	float: right;
	font-size: 13px;
	font-weight: normal;
	color: #999;
}

.haofb-fanwen-list .paper-box .box-item li .item-abstract {
	font-size: 13px;
	line-height: 26px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.haofb-fanwen-list .paper-box .box-item li .item-keyword {
	font-size: 12px;
	color: #999;
	line-height: 26px;
	margin-top: 15px;
}

.haofb-fanwen-list .paper-box .box-item li .item-keyword a,
.haofb-fanwen-list .paper-box .box-item li .item-keyword span {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background-color: #f6f6f6;
	border-radius: 4px;
	border: none;
	font-size: 13px;
	color: #999;
	margin: 0 5px 0 0;
}

.haofb-fanwen-list .paper-box .box-item li:last-of-type {
	border-bottom: 1px solid #eaeaea;
}

.haofb-fanwen-list .rmwz-box .box-title {
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	color: #222;
	border-bottom: solid 1px #ebebeb;
}

.haofb-fanwen-list .rmwz-box .box-con {
	margin: 15px 20px;
	padding-bottom: 15px;
}

.haofb-fanwen-list .rmwz-box .box-con li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: none;
}

.haofb-fanwen-list .rmwz-box .box-con li:hover a {
	text-decoration: none;
}

.haofb-fanwen-list .rmwz-box .box-con li .title {
	font-size: 13px;
	line-height: 40px;
	margin-left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.haofb-fanwen-list .rmwz-box .box-con li .title span.num {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #555;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.haofb-fanwen-list .rmwz-box .box-con li:first-of-type span.num,
.haofb-fanwen-list .rmwz-box .box-con li:nth-of-type(2) span.num,
.haofb-fanwen-list .rmwz-box .box-con li:nth-of-type(3) span.num {
	background-color: #00b1c6;
	color: #fff;
}

.haofb-fanwen-list .rmwz-box .box-con li .title i {
	display: inline-block;
	width: 16px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px 1px 0;
	font-style: normal;
}

.haofb-fanwen-list .rmwz-box .box-con li:first-of-type .title i {
	color: #fff;
	background: url(../image/icon_fw_xgwz.png) no-repeat;
}

.haofb-fanwen-list .rmwz-box .box-con li:nth-of-type(2) .title i,
.haofb-fanwen-list .rmwz-box .box-con li:nth-of-type(3) .title i {
	color: #00b1c6;
}

.haofb-fanwen-list .rmqk-box .box-con {
	margin: 25px 20px 15px 20px;
	padding-bottom: 0;
}

.haofb-fanwen-list .rmqk-box .box-con li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.haofb-fanwen-list .rmqk-box .box-con li:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.haofb-fanwen-list .rmqk-box .box-con .item-img {
	float: left;
	width: 88px;
	height: 112px;
}

.haofb-fanwen-list .rmqk-box .box-con .item-img img {
	width: 100%;
	height: 100%;
}

.haofb-fanwen-list .rmqk-box .box-con .item-info {
	float: left;
	width: 124px;
	margin-left: 20px;
}

.haofb-fanwen-list .rmqk-box .box-con .item-info h4 {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.haofb-fanwen-list .rmqk-box .box-con .item-info p {
	font-size: 12px;
	line-height: 22px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.haofb-fanwen-list .rmqk-box .box-con .item-info p span.rq {
	color: #bf6706;
}

/* 服务推荐 */
.haofb-fanwen-list .fwtj-box-fw .box-con {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.haofb-fanwen-list .fwtj-box-fw .box-con li {
	border-bottom: 1px dashed #ebebeb;
}

.haofb-fanwen-list .fwtj-box-fw .box-con li:hover {
	background-color: #f9f9f9;
}

.haofb-fanwen-list .fwtj-box-fw .box-con li:hover h2 {
	color: #00acee;
}

/* 查看更多 */
.btn-more-box>a {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #666;
	height: 48px;
	line-height: 48px;
	border: solid 1px #eee;
	margin: 50px auto;
}

.btn-more-box>a:hover {
	text-decoration: none;
	color: #823f0b;
}

.nav-box-fw {
	border: none;
	text-indent: 0;
	padding-left: 0;
	color: #00afc0;
}

.nav-box-jpfw {
	background-color: transparent;
	margin-top: 0;
	padding-top: 0;
}

.nav-box-fw a,
.nav-box-fw span {
	padding: 0;
}

/* 翻页 */
.haofb-fanwen-show .page-con {
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #f1f1f1;
	background-color: #fff;
}

.haofb-fanwen-show .page-con ul li {
	display: block;
	width: 100%;
}

.haofb-fanwen-show .page-con ul li a {
	display: block;
	border: none;
	text-align: left;
	height: auto;
	line-height: 32px;
	color: #222;
	font-size: 14px;
	padding-left: 0;
}

.haofb-fanwen-show .page-con ul li:hover a {
	text-decoration: none;
	color: #00a1cc;
}

.haofb-fanwen-show .left-list {
	width: 890px;
	padding: 0;
	background-color: transparent;
}

.haofb-fanwen-show .fanwen-show {
	margin-right: 0;
	padding: 25px 0 0 0;
	background-color: #fff;
}

.haofb-fanwen-show .fanwen-title {
	height: auto;
}

.haofb-fanwen-show .fanwen-info {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin: 12px 0 36px 0;
}

.haofb-fanwen-show .fanwen-title h2,
.haofb-fanwen-show .fanwen-title h1, .haofb_mainfw>h1 {
	float: none;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}

.haofb-fanwen-show .fanwen-body p {
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}

.haofb-fanwen-show .fanwen-body p.art-img-title {
	text-align: center;
}

.haofb-fanwen-show .fanwen-body p.art-img-title img {
	width: 390px;
	height: 240px;
	border-radius: 10px;
}

.haofb-fanwen-show .fanwen-body h5,
.haofb-fanwen-show .fanwen-body p strong,
.haofb-fanwen-show .fanwen-body h2 {
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.haofb-fanwen-show .mzsm {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	background-color: #fff;
}

/* 广告块 */
.ad-fw-show {
	display: none;
	height: 90px;
	padding: 0 36px 0 36px;
	margin-bottom: 35px;
	background: url(../image/ad_fw_show.png) no-repeat;
	margin-top: 30px;
}

.ad-fw-show>a {
	display: block;
	height: 90px;
}

.ad-fw-show .left-text {
	padding-top: 15px;
}

.ad-fw-show .left-text b {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.ad-fw-show .left-text p {
	font-size: 16px;
}

.ad-fw-show .right-btn span {
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	background-color: #00b1c6;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}

.ad-fw-show>a:hover .left-text p {
	color: #333;
}

.ad-fw-show>a:hover .right-btn span {
	opacity: .8;
}

/* 相关范文 */
.rmwz-box-show ul li {
	padding-bottom: 15px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee !important;
}

.rmwz-box-show ul li:last-of-type {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.rmwz-box-show ul li h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rmwz-box-show ul li h4::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 17px;
	vertical-align: middle;
	margin: 0 8px 4px 0;
	background: url(../image/icon_fw_xgzs.png) no-repeat;
}

.rmwz-box-show ul li p {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	padding-left: 21px;
}

.rmwz-box-show ul li p.stars i {
	display: inline-block;
	width: 88px;
	height: 13px;
	vertical-align: middle;
	margin-bottom: 4px;
	background: url(../image/icon_fw_tjd.png) no-repeat;
}

.rmwz-box-show ul li:hover h4 {
	color: #00b1c6;
}

.gray-body {
	background-color: #f8f8f9;
}

.haofb_jinpin_tag .dlcrumb {
	margin-top: 0;
	margin-bottom: 20px;
}

.haofb_jinpin_tag {
	padding: 0 0 20px 0;
}

.haofb_jinpin_tag .const-left {
	height: 98px;
	line-height: 98px;
	background-color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

.haofb_jinpin_tag .const-left a {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	margin: 0 auto;
	border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	margin-left: 23px;
}

.haofb_jinpin_tag .const-list {
	margin-top: 20px;
}

.haofb_jinpin_tag .const-list>div {
	padding: 30px 30px 20px 30px;
	margin-bottom: 15px;
	background-color: #fff;
}

.haofb_jinpin_tag .const-list b {
	display: block;
	width: 50px;
	line-height: 1;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}

.haofb_jinpin_tag .const-list p {
	display: block;
}

.haofb_jinpin_tag .const-list a {
	width: auto;
	display: inline-block;
	margin: 0 6px 10px 0;
	padding: 0 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}

.haofb_jinpin_tag .const-list a:hover {
	color: #00afc0;
}

.haofb_jinpin_tag .const-left a.active {
	color: #fff;
	background-color: #00afc0;
}

.haofb-show-xghw {
	background-color: #f9f9f9;
	padding: 20px 30px 14px 30px;
	margin-bottom: 20px;
}

.haofb-show-xghw h3 {
	font-size: 13px;
	margin-bottom: 8px;
}

.haofb-show-xghw ul li {
	float: left;
	width: 23%;
	padding-right: 2%;
	font-size: 12px;
	line-height: 30px;
	color: #555;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.haofb_fw_yqlj>p {
	margin-top: -25px;
}

.block-qk-mzsm p {
	font-size: 12px;
	color: #999;
	line-height: 1.75;
}

.block-qk-mzsm p a {
	color: #999;
}

.block-qk-mzsm p a:hover {
	color: #00b1c6;
}
.haofb-journal-list .block-qk-mzsm{
	background-color: #f9f9f9; 
	margin-bottom: 20px;
}
.sec-bottom-content {
	padding-bottom: 20px;
}

/* 期刊标签 */
.haofb_qkbq_list .qkbq_tit {
	font-size: 30px;
	margin: 0 auto 30px;
	text-align: center;
}

.haofb_qkbq_list .dl-conlist {
	padding-bottom: 20px;
}

.haofb_qkbq_list em {
	color: #f00;
	font-style: normal;
}

.haofb_qkbq_list .haofb_qklabel_page {
	padding: 12px 25px;
	background-color: #fff;
	margin: 0 auto 5px;
}

.haofb_qkbq_list .haofb_qklabel_page ul li {
	font-size: 14px;
	color: #222;
	line-height: 36px;
}

.haofb_qkbq_list .haofb_qklabel_page ul li:first-of-type {
	float: left;
}

.haofb_qkbq_list .haofb_qklabel_page ul li:nth-of-type(2) {
	float: right;
}

.haofb_qkbq_list .haofb_qklabel_page ul li a {
	font-size: 14px;
	color: #222;
}

.haofb_qkbq_list .haofb_qklabel_page ul li:hover {
	color: #00b1c6;
}

.haofb_qkbq_list .haofb_qklabel_page ul li:hover a {
	color: #00b1c6;
}

@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot?t=1472441378');
	src: url('../font/iconfont.eot?t=1472441378#iefix') format('embedded-opentype'),
		 url('../font/iconfont.woff?t=1472441378') format('woff'),
		 url('../font/iconfont.ttf?t=1472441378') format('truetype'),
		 url('../font/iconfont.svg?t=1472441378#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sitting:before {
	content: "\e64c";
}

.icon-tag:before {
	content: "\e64d";
}

.icon-unlock:before {
	content: "\e655";
}

.icon-money:before {
	content: "\e663";
}

.icon-people3:before {
	content: "\e664";
}

.icon-mac:before {
	content: "\e667";
}

.icon-windows:before {
	content: "\e668";
}

.icon-android:before {
	content: "\e669";
}

.icon-answer:before {
	content: "\e604";
}

.icon-app:before {
	content: "\e605";
}

.icon-camera:before {
	content: "\e608";
}

.icon-cart:before {
	content: "\e60a";
}

.icon-code:before {
	content: "\e60c";
}

.icon-delete:before {
	content: "\e60f";
}

.icon-deliver:before {
	content: "\e611";
}

.icon-display:before {
	content: "\e612";
}

.icon-enclosure:before {
	content: "\e617";
}

.icon-favor:before {
	content: "\e619";
}

.icon-home:before {
	content: "\e626";
}

.icon-lock:before {
	content: "\e62d";
}

.icon-message:before {
	content: "\e631";
}

.icon-my:before {
	content: "\e635";
}

.icon-service:before {
	content: "\e649";
}

.icon-record:before {
	content: "\e63f";
}

.icon-roundcheck:before {
	content: "\e646";
}

.icon-notification:before {
	content: "\e637";
}

.icon-menu:before {
	content: "\e630";
}

.icon-edit:before {
	content: "\e615";
}

.icon-download:before {
	content: "\e614";
}

.icon-information:before {
	content: "\e627";
}

.icon-more:before {
	content: "\e633";
}

.icon-refresh:before {
	content: "\e640";
}

.icon-anquan:before {
	content: "\e649";
}

.icon-dibiao:before {
	content: "\e64d";
}

.icon-fenxiang:before {
	content: "\e650";
}

.icon-jiaxingshoucang:before {
	content: "\e651";
}

.icon-qian:before {
	content: "\e655";
}

.icon-selectionfill:before {
	content: "\e6e1";
}

.icon-sort:before {
	content: "\e700";
}

.icon-qiang:before {
	content: "\e70b";
}

.icon-choiceness:before {
	content: "\e715";
}

.icon-choicenessfill:before {
	content: "\e714";
}

.icon-roundclose:before {
	content: "\e659";
}

.icon-roundclosefill:before {
	content: "\e658";
}

.icon-rechargefill:before {
	content: "\e6ec";
}

.icon-recharge:before {
	content: "\e6ed";
}

.icon-infofill:before {
	content: "\e6e4";
}

.icon-info:before {
	content: "\e6e5";
}

.icon-attentionforbid:before {
	content: "\e7b2";
}

.icon-attentionforbidfill:before {
	content: "\e7b3";
}

.icon-full:before {
	content: "\e7bc";
}

.icon-lightfill:before {
	content: "\e6f8";
}

.icon-light:before {
	content: "\e6fa";
}

.icon-questionfill:before {
	content: "\e690";
}

.icon-question:before {
	content: "\e691";
}

.icon-roundcheckfill:before {
	content: "\e656";
}

.icon-roundcheck1:before {
	content: "\e657";
}

.icon-likefill:before {
	content: "\e668";
}

.icon-like:before {
	content: "\e669";
}

.icon-timefill:before {
	content: "\e65e";
}

.icon-time:before {
	content: "\e65f";
}

.icon-appreciatelight:before {
	content: "\e7a0";
}

.icon-musicfill:before {
	content: "\e795";
}

.icon-musicforbidfill:before {
	content: "\e796";
}

.icon-sortlight:before {
	content: "\e7ad";
}

.icon-forwardfill:before {
	content: "\e6ea";
}

.icon-forward:before {
	content: "\e6eb";
}

.icon-wifi:before {
	content: "\e6f2";
}

.icon-favorfill:before {
	content: "\e64b";
}

.icon-favor1:before {
	content: "\e64c";
}

.icon-roundaddfill:before {
	content: "\e6d8";
}

.icon-roundadd:before {
	content: "\e6d9";
}

.icon-squarecheck:before {
	content: "\e6d6";
}

.icon-square:before {
	content: "\e6d5";
}

.icon-squarecheckfill:before {
	content: "\e6d4";
}

.icon-round:before {
	content: "\e6d7";
}

.icon-appreciate:before {
	content: "\e644";
}

.icon-message1:before {
	content: "\e6bc";
}

.icon-bangzhuzhongxin:before {
	content: "\e78f";
}

.icon-xiangshang3:before {
	content: "\e76f";
}

.icon-xiangxia5:before {
	content: "\e774";
}

.icon-xiangyou2:before {
	content: "\e776";
}

.icon-xiangzuo2:before {
	content: "\e77a";
}

.icon-xinxifill:before {
	content: "\e762";
}

.icon-xinxi:before {
	content: "\e763";
}

.icon-guanbi1:before {
	content: "\e723";
}

.icon-guanbi2fill:before {
	content: "\e724";
}

.icon-guanbi2:before {
	content: "\e725";
}

.icon-jiahao:before {
	content: "\e726";
}

.icon-jiahao1:before {
	content: "\e727";
}

.icon-jianhao:before {
	content: "\e729";
}

.icon-jiahao2fill:before {
	content: "\e728";
}

.icon-tishifill:before {
	content: "\e72a";
}

.icon-tishi:before {
	content: "\e72b";
}

.icon-wenhaofill:before {
	content: "\e72c";
}

.icon-wenhao:before {
	content: "\e72d";
}

.icon-xuanze:before {
	content: "\e72e";
}

.icon-yuanxingweixuanzhong:before {
	content: "\e72f";
}

.icon-yuanxingxuanzhongfill:before {
	content: "\e730";
}

.icon-yuanxingxuanzhong:before {
	content: "\e731";
}

.icon-danxuanfill:before {
	content: "\e71e";
}

.icon-danxuan:before {
	content: "\e71f";
}

.icon-fangxingweixuanzhong:before {
	content: "\e720";
}

.icon-fangxingxuanzhongfill:before {
	content: "\e721";
}

.icon-fangxingxuanzhong:before {
	content: "\e722";
}

.icon-gengduo:before {
	content: "\e73a";
}

.icon-fenxiang1:before {
	content: "\e739";
}

.icon-biaoxingfill:before {
	content: "\e732";
}

.icon-biaoxing:before {
	content: "\e733";
}

.icon-liuyanfill:before {
	content: "\e743";
}

.icon-liuyan:before {
	content: "\e744";
}

.icon-pengyoufill:before {
	content: "\e745";
}

.icon-pengyou:before {
	content: "\e746";
}

.icon-chexiao:before {
	content: "\e734";
}

.icon-saoma:before {
	content: "\e749";
}

.icon-shouye:before {
	content: "\e751";
}

.icon-shouyefill:before {
	content: "\e750";
}

.icon-shizhong:before {
	content: "\e74f";
}

.icon-shizhongfill:before {
	content: "\e74e";
}

.icon-sousuo:before {
	content: "\e752";
}

.icon-sousuoleimufill:before {
	content: "\e753";
}

.icon-sousuoleimu:before {
	content: "\e754";
}

.icon-zuobiao:before {
	content: "\e769";
}

.icon-zuobiaofill:before {
	content: "\e768";
}

.icon-shuaxin:before {
	content: "\e782";
}

.icon-xiangji1fill:before {
	content: "\e77e";
}

.icon-xiangji1:before {
	content: "\e77f";
}

.icon-xiangji2:before {
	content: "\e780";
}

.icon-gouwuchetianjia:before {
	content: "\e640";
}

.icon-new:before {
	content: "\e667";
}

.icon-mian:before {
	content: "\e67e";
}

.icon-yonghu:before {
	content: "\e633";
}

.icon-print:before {
	content: "\e6c9";
}

.icon-servicezhengpinbaozhang:before {
	content: "\f024c";
}

.icon-new1:before {
	content: "\f0180";
}

.icon-shuji:before {
	content: "\e64e";
}

.icon-xiangji11:before {
	content: "\e82f";
}

.icon-xiangji:before {
	content: "\e830";
}

.icon-weibo3:before {
	content: "\e810";
}

.icon-weibo:before {
	content: "\e811";
}

.icon-weixin1:before {
	content: "\e812";
}

.icon-weixin2:before {
	content: "\e813";
}

.icon-weixin3:before {
	content: "\e814";
}

.icon-weixin4:before {
	content: "\e815";
}

.icon-weixin5:before {
	content: "\e816";
}

.icon-weixin6:before {
	content: "\e817";
}

.icon-weixin:before {
	content: "\e818";
}

.icon-weixin11:before {
	content: "\e819";
}

.icon-tupian1:before {
	content: "\e803";
}

.icon-tupian2:before {
	content: "\e804";
}

.icon-tupian4:before {
	content: "\e806";
}

.icon-tupian:before {
	content: "\e807";
}

.icon-tupian3:before {
	content: "\e805";
}

.icon-tushu:before {
	content: "\e808";
}

.icon-tushuguan:before {
	content: "\e809";
}

.icon-tushushi:before {
	content: "\e80a";
}

.icon-weibo1:before {
	content: "\e80e";
}

.icon-weibo2:before {
	content: "\e80f";
}

.icon-tengxun:before {
	content: "\e7f0";
}

.icon-tengxunweibo1:before {
	content: "\e7f1";
}

.icon-tengxunweibo2:before {
	content: "\e7f2";
}

.icon-tengxunweibo:before {
	content: "\e7f3";
}

.icon-qianbaopengyou:before {
	content: "\e79e";
}

.icon-renren1:before {
	content: "\e7ba";
}

.icon-re:before {
	content: "\e7b9";
}

.icon-renren:before {
	content: "\e7bb";
}

.icon-renrenwang:before {
	content: "\e7bc";
}

.icon-qq:before {
	content: "\e61b";
}

.icon-qqkongjian2:before {
	content: "\e61c";
}

.icon-qqkongjian3:before {
	content: "\e61d";
}

.icon-qqkongjian4:before {
	content: "\e61e";
}

.icon-qqkongjian5:before {
	content: "\e61f";
}

.icon-qqkongjianyuandi:before {
	content: "\e621";
}

.icon-qq1:before {
	content: "\e617";
}

.icon-qq3:before {
	content: "\e618";
}

.icon-qq4:before {
	content: "\e619";
}

.icon-31rexiao:before {
	content: "\e602";
}

.icon-servicefill:before {
	content: "\e622";
}

.icon-bianji1:before {
	content: "\e63f";
}

.icon-bianji2:before {
	content: "\e640";
}

.icon-code1:before {
	content: "\e605";
}

.icon-servicezengyunfeixian:before {
	content: "\e627";
}

.icon-servicezhidingwuliu:before {
	content: "\e629";
}

.icon-serviceqitiantuihuan:before {
	content: "\e623";
}

.icon-serviceshandiantuikuan:before {
	content: "\e625";
}

.icon-servicequanguolianbao:before {
	content: "\e624";
}

.icon-servicewunianzhibao:before {
	content: "\e626";
}

.icon-gouwuche2:before {
	content: "\e6ed";
}

.icon-liebiao13:before {
	content: "\e762";
}

.icon-butie1:before {
	content: "\e658";
}

.icon-dianhua2:before {
	content: "\e6a0";
}

.icon-dengdaiyuan:before {
	content: "\e69b";
}

.icon-piping:before {
	content: "\e792";
}

.icon-zanyang:before {
	content: "\e876";
}

/* showDialog */
#SD_HideSelect {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html #SD_HideSelect {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#SD_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

* html #SD_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.SD_overlayBG {
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

.SD_overlayBG2 {
	background: #FFFFFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

.SD_bg {
	background: #333333;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	width: 9px;
	height: 9px;
	overflow: hidden;
}

#SD_window {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	overflow: hidden;
	display: none;
}

#SD_container {
	position: relative;
	z-index: 1005;
	background: #FFFFFF;
	border: 1px solid #888888;
	float: left;
}

#SD_container h3 {
	height: 30px;
	line-height: 30px;
	background: #F6F6F6;
	border-bottom: 1px solid #CDCDCD;
	text-indent: 10px;
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	cursor: move;
}

#SD_body {
	padding: 15px;
	white-space: normal;
}

#SD_body,
#SD_body div,
#SD_body p,
#SD_body td {
	color: #000000;
}

#SD_button {
	padding: 10px 0px;
	background: #F6F6F6;
	border-top: 1px solid #CDCDCD;
	text-align: right;
	display: none;
}

#SD_button a {
	margin-right: 10px;
	padding: 6px 10px 4px;
	background: #00c1c8;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#SD_button a:hover {
	text-decoration: none;
}

#SD_close {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 1005;
	width: 17px;
	height: 17px;
	border: none;
	background: url(../images/login-close.png) no-repeat;
	display: none;
}

#SD_close:hover {
	background-position: 0px -17px;
}

/* 购物车结算新样式覆盖 */
.settlement-table-list .letter-con li .selIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/1-3-1jiesuan.png') no-repeat center center;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 14px;
}

.settlement_shop-list {
	overflow: hidden;
	padding-bottom: 40px;
	background: #fff;
}

.settlement_shop-list .my-shop-count {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	margin: 24px 5px 0px 0px;
	width: 492px;
	height: 32px;
	line-height: 32px;
	float: right;
	background: url(../images/1-1shop.png) no-repeat center center;
	align-content: center;
}

.settlement_shop-list .settlement_order_step li {
	height: 32px;
	color: #777;
	overflow: hidden;
	font-size: 13px;
	float: left;
	text-align: left;
	margin-top: 26px;
	margin-left: 80px;
}

.settlement_shop-list .settlement_order_step li.current {
	color: #222;
	margin-left: 56px;
}

.settlement_shop-list .settlement_order_step li.current_prev {
	background-position: right -114px;
	color: #222;
}

.settlement_shop-list .settlement_order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.nbold {
	font-weight: normal;
}

.settlement_shop-list .settlement_order_step li span {
	display: block;
}

.settlement-table-list table {
	margin: 0px auto;
}

.settlement-table-list table thead th {
	padding: 14px 0px;
	font-size: 14px;
}
.settlement-table-list table thead  .first-th{
	font-size: 16px;
}

.settlement_dxcartbg {
	background-color: #f6f6f6;
	min-height: 430px;
}

.settlement_haozz_breadcrumb {
	padding: 10px 0px;
	background-color: #f6f6f6;
	color: #777777;
	font-size: 14px;
}

.settlement_dostbg {
	background-color: #f6f6f6;
}

.settlement_haozz_breadcrumb a,
.settlement_haozz_breadcrumb span {
	color: #777777;
}
.sel-btm{
	margin-bottom: 14px;
}

.settlement_haozz_breadcrumb .current {
	color: #222;
}

.settlement-table-list table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}

.settlement-table-list table tbody td {
	padding: 16px 5px;
	line-height: 25px;
	font-size: 13px;
}

.settlement-table-list .cart_img {
	margin-left: 30px;
}

.settlement_shop-list .my-shop-count b {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 16px;
	color: #ef2323;
}

.settlement-table-list .cart_info {
	margin: 10px 0;
	font-size: 14px;
}

.settlement-table-list .cart_info b {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	color: #ef2328;
}

.settlement-table-list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef2328;
}

.order_submit,
.input-but-big {
	background-color: #e64347 !important;
	padding: 14px 20px !important;
	margin-left: 20px !important;
	margin-right: 5px !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-size: 16px !important;
}

.settlement-table-list .total-index {
	border-top: 14px solid #f6f6f6;
	border-bottom: 20px solid #f6f6f6;
}

.settlement-table-list .cart_act:hover {
	color: #ef2328;
}

.settlement_order_new {
	background: url(../images/1-2shop.png) no-repeat center center !important;
}

.settlement-table-list .cart_total i {
	display: inline-block;
	margin-right: 2px;
	font-style: normal;
}

.settlement_order_new li {
	margin-left: 54px !important;
}

.settlement_order_new li.current {
	margin-left: 89px !important;
}

.settlement_order_new li.last {
	margin-left: 74px !important;
}

.settlement-table-list .addresseditbox {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 12px;
}

.settlement-table-list .addresseditbox li {
	width: 220px;
	height: 85px;
	overflow: hidden;
	float: left;
	padding: 3px 5px;
	margin: 5px;
	cursor: pointer;
}

.settlement-table-list .addresseditbox li .t {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.settlement-table-list .addresseditbox li .c {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	color: #222;
}

.settlement-table-list .addresseditbox li b {
	font-size: 14px;
	margin-right: 3px;
}

.settlement-table-list .addresseditbox li span {
	font-size: 14px;
	margin-left: 6px;
}

.settlement-table-list .addresseditbox li {
	padding: 3px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e8e8e8;
}

.settlement-table-list .addresseditbox li:hover {
	background-color: #fff7f5;
	border: solid 1px #ff2f51;
}

.settlement-table-list .addresseditbox li .addresseditbox-con {
	padding: 5px;
}

.settlement-table-list .letter-outer {
	margin: -8px 5px;
}

.settlement-table-list .letter-box {
	border: none;
}

.settlement-table-list .letter-con {
	padding: 15px 2px 15px 16px;
	margin: 0px 12px 0px 10px;
	background-color: #fff7f5;
	border-radius: 6px;
	border: solid 1px #ff2f51;
}

.settlement-table-list .letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.settlement-table-list .letter-con li span {
	color: #555;
}

.settlement-table-list .letter-con li b {
	font-size: 14px;
}

.settlement-table-list .letter-con li a {
	padding: 5px 14px;
	font-size: 14px;
	color: #4076b7;
	background-color: transparent;
	border-radius: 5px;
	text-decoration: none;
}

.settlement-table-list table tbody,
.settlement-table-list table tfoot,
.table-list table thead th {
	border: none;
}

.settlement-dbxnbor table thead tr {
	background-color: #ffffff;
}

.order-table-list thead tr {
	background-color: #f6f6f6 !important;
}

.new-fgx {
	height: 14px;
	background: #f6f6f6;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.settlement-order-sub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 0px;
	font-size: 14px;
}

.settlement-shop-th {
	background-color: #f6f6f6;
}

.settlement_cart_price_total {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.order_new_blk {
	padding: 14px 0px;
	font-size: 14px;
}

.order_new_blk .rg>span {
	display: inline-block;
	margin-left: 30px;
}

.settlement_bg {
	background-color: #f6f6f6;
	padding-bottom: 20px;
}

.settlement_cart_message {
	padding: 0px 0 25px 0;
}

.settlement_dlsorder p{
	font-size: 14px;
}
.settlement_cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.settlement_cart_message .cart_message_but {
	margin-left: 150px;
	margin: 30px auto;
	text-align: center;
}

.settlement_cart_message .settlement_message_con {
	padding: 30px 0px;
	background-color: #fff;
	margin: 0px auto;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
}

.settlement_cart_message .settlement_message_con .order-code {
	color: #ef2328;
}

.settlement_cart_message .cart_error .cart_message_info {
	color: red;
}

.settlement_cart_message .settlement_message_con .title {
	color: #222;
	font-size: 20px;
}

.settlement_cart_message .settlement_message_con .payWay {
	color: #222;
	font-size: 14px;
}

.settlement_cart_message .settlement_message_con .payWay span {
	color: #ef2328;
	font-size: 12px;
}

.settlement_cart_message .settlement_message_con .payWay b {
	font-size: 16px;
}

.settlement_cart_message .settlement_message_con .payment_list {
	text-align: center;
	width: 490px;
	margin: 40px auto 57px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.settlement_cart_messag .settlement_message_con .cart-way {
	border-bottom: 14px solid #f6f6f6;
	padding: 0px 0px 20px;
}

.settlement_cart_messag .settlement_message_con .w-chat {
	padding: 50px 0px;
}

.settlement_cart_messag .settlement_message_con .w-chat h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.settlement_cart_message .cart_list {
	text-align: center;
}

.settlement_cart_message .cart-way {
	padding: 30px 0px;
	background-color: #fff;
	font-size: 14px;
}

.settlement_cart_message .cart-way p {
	margin-bottom: 10px;
}

.settlement_cart_message .cart-way .chooseother {
	display: inline-block;
	margin-left: 34px;
}

.settlement_cart_message .w-chat h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.settlement_cart_message .w-chat {
	padding: 30px 0px;
	background-color: #fff;
	margin-top: 14px;
}

.sel-domber1 .right {
	float: right;
	text-align: right;
	margin-right: 40px;
	background-color: #fff;
	font-size: 14px;
}

.sel-domber1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	background-color: #fff;
	margin-bottom: 20px;
}

.sel-domber1 .right a {
	display: inline-block;
	margin-left: 50px;
	font-size: 14px;
}

.sel-domber1 .right a:hover {
	color: #14b4f0;
}

.sel-domber1 .right a i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	width: 20px;
	height: 20px;
}

.sel-domber1 .right .personal i {
	background: url('../img/1-7personal.png') no-repeat center center;
}

.sel-domber1 .right .personal:hover i {
	background: url('../img/1-7-1personal.png') no-repeat center center;
}

.sel-domber1 .right .lock i {
	background: url('../img/1-7lock.png') no-repeat center center;
}

.sel-domber1 .right .lock:hover i {
	background: url('../img/1-7-1lock.png') no-repeat center center;
}

.sel-domber1>div {
	width: 405px;
	padding-left: 28px;
	float: left;
	overflow: hidden;
}

.sel-domber1 span {
	display: inline-block;
	width: 95px;
	margin-right: 39px;
	float: left;
	text-align: center;
}

.sel-domber1 span img {
	width: 91px;
	height: 91px;
	border-radius: 100%;
}

.sel-domber1 span a {
	display: inline-block;
	height: 23px;
	padding: 0 8px;
	margin-top: 18px;
	line-height: 23px;
	font-size: 13px;
	color: #777;
	border: 1px solid #777;
	border-radius: 30px;
}

.sel-domber1 span a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #14b4f0;
	background-color: #14b4f0;
}

.sel-domber1 div p {
	margin-bottom: 6px;
	font-size: 13px;
	color: #777;
}

.domt {
	margin-top: 10px;
}

.sel-domber1>p {
	width: 400px;
	margin-top: 10px;
	float: left;
}

.sel-domber1>p a {
	display: inline-block;
	width: 113px;
	margin-right: 3px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.sel-domber1>p a:hover {
	text-decoration: none;
	color: #14b4f0;
}

.sel-domber1>p img {
	display: block;
	margin: 0 auto 13px auto;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;
}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}

.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
}

.domber3 h4 {
	margin: 7px 0 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.domber3 div {
	width: 264px;
	min-height: 225px;
	float: left;
	margin-bottom: 24px;
	text-align: center;
	font-size: 0;
	border: 1px solid #e9e9e9;
}

.dlmid {
	margin: 0 25px;
}

.domber3 h5 {
	margin: 0 auto 14px auto;
	font-size: 14px;
	color: #444;
}

.domber3 span {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 28px auto 18px auto;
	border-radius: 100%;
	background: url(../img/dlfast.png) no-repeat;
}

.dlmid span {
	background-position: -85px 0;
}

.dlcid span {
	background-position: -170px 0;
}

.domber3 div p {
	font-size: 13px;
	color: #939393;
}

.sel-dostr .myOrder {
	background-color: #fff;
	padding: 0px 0px 20px;
}

.sel-dostr .myOrder .tit {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.sel-dostr .myOrder .tit h4 {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	text-indent: 20px;
}

.sel-dostr .myOrder .tit a {
	font-size: 13px;
	color: #00b1c6;
	display: inline-block;
	margin-right: 18px;
}

.sel-dostr .myOrder ul {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li {
	width: 20%;
	
	text-align: center;
}

.sel-dostr .myOrder ul li div {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	margin: auto;
}

.sel-dostr .myOrder .shopIcon1 div {
	background: url('../img/shopIcon1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon1:hover div {
	background: url('../img/shopIcon1-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2 div {
	background: url('../img/shopIcon2.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2:hover div {
	background: url('../img/shopIcon2-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3 div {
	background: url('../img/shopIcon3.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3:hover div {
	background: url('../img/shopIcon3-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4 div {
	background: url('../img/shopIcon4.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4:hover div {
	background: url('../img/shopIcon4-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5 div {
	background: url('../img/shopIcon5.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5:hover div {
	background: url('../img/shopIcon5-1.png') no-repeat center center;
}

.sel-dostr .myOrder ul li p {
	margin-top: 5px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li:hover a {
	color: #14b4f0;
}

.sel-domber2 {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;
}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}

.sel-domber2 div {
	padding: 10px 24px 10px 40px;
	display: flex;
}

.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
}

.sel-dostr {
	width: 955px;
	float: right;
}

.sel-domber {
	padding: 0px;
	margin-bottom: 20px;
}

.invoice_info {
	margin-left: 20px;
}
.block-haofbsci-show .sectitle span.newtip{
	font-size: 14px;
	color: #ff0000;
}
.dl-banner1{
	width: 232px;
	height: 69px;
	background: url(../img/dl-header-server.png) no-repeat center center;
	background-size: 100% auto;
	overflow: hidden;
}
.dl-banner1:hover{
	opacity: 0.85;
}
.dl-banner1 h3{
	color: #1ebfbd;
	font-size: 17px;
	margin-top: 24px;
	margin-left: 53px;
}
.dl-banner1 p{
	color: #666;
	font-size: 12px;
	margin-top: -3px;
	margin-left: 54px;
}
.dl-block-adv1{
	width: 1200px;
	height: 121px;
	background: url(../img/dl-block-adv1.jpg) no-repeat  center center;
	background-size: 100% auto;
	display: flex;
	justify-content: space-between;
}
.dl-block-adv2{
	width: 1200px;
	height: 121px;
	background: url(../img/dl-block-adv2.jpg) no-repeat  center center;
	background-size: 100% auto;
	display: flex;
	justify-content: space-between;
}
.dl-block-adv1 .des,.dl-block-adv2 .des{
	width: 356px;
	text-align: left;
	margin-left: 150px;
	margin-top: 10px;
}
.dl-block-adv1 .des h3,.dl-block-adv2 .des h3{
	color: #fff;
	font-size: 42px;
	letter-spacing: 1px;
}
.dl-block-adv1 .des p,.dl-block-adv2 .des p{
	color: #fff;
	font-size: 22px;
	margin-top: -9px;
	letter-spacing: 1px;
}
.dl-block-adv1 span,.dl-block-adv2 span{
	display: block;
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	float: right;
	margin-right: 95px;
	margin-top: 42px;
	border-radius: 6px;
	font-weight: bold;
    letter-spacing: 1px;
}
.dl-block-adv2:hover{
	opacity: 0.85;
}
.dl-block-adv1:hover{
	opacity: 0.85;
}
.dl-block-adv2 span{
	background-color: #fff;
	color: #0b89c6;
	font-size: 20px;
}
.dl-block-adv1 span{
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 6px;
}
/* 上下页 */
.block-qk-content .bottom-content>div.haofb_pages{
	padding-bottom: 0;
}
.haofb_prenextpage{
	margin: 20px 0;
	background-color: #fff;
	padding-left: 84px;
	padding-right: 84px;
}
.haofb_prenextpage>div{
	width: 50%;
	height: 70px;
	line-height: 70px;
}
.haofb_prenextpage .haofb_prejournal{
	text-align: left;
}
.haofb_prenextpage .haofb_nextjournal{
	text-align: right;
}
.haofb_prenextpage>div a{
	display: inline-block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.haofb_prenextpage>div a.pageurl{
	font-size: 14px;
	max-width: 98%;
}
.garyblock{
	background-color: #f6f6f6;
}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;background-color: #fff; border: 10px solid rgba(0,0,0,0.3);}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_window h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_close_n {position:absolute;top:25px;right:25px;z-index:1005;width:17px;height:17px;border:none; background: url(../images/login-close.png) no-repeat center center; background-position: -1px -16px;display: none;}
#SD_close_n:hover{
	background-position: -1px 1px;
}
#SD_window  #SD_close_n {
	top: 7px;
    right: 11px;
}
/* 弹窗 */
.haofb_m_alert_box {
	position: fixed;
	top: 32%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
	max-width: 90%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 9999;
	opacity: 0;
	transition: all 0.3s ease;
	min-height: 120px;
	min-width: 310px;
}
.haofb_member_info .haofb_m_alert_box{
	left: 58.5%;
	top: 43%;
}
.haofb_member_pass .haofb_m_alert_box{
	left: 58.5%;
	top: 38%;
}
.haofb_member_pass .reg-item{
	width: 430px;
}
.haofb_member_info .reg-item{
	width: 576px;
}
.haofb_member_pass .reg-main .reg-item-mb:nth-last-of-type(2){
	margin-bottom: 36px;
}
.haofb_m_alert_icon_in {
	width: 35px;
	height: 35px;
	margin: 0 auto 16px;
	background: url(../images/icon_member_tck.png) no-repeat center;
}
.haofb_m_alert_box .alert_content p{
	font-size: 18px;
}
.haofb_m_alert_box_show {
	opacity: 1;
	transform: translate(-50%, -50%) translateY(0);
}
.haofb-journal-list .w920{
	margin-left: 30px;
	width: 860px;
}
.haofb_index_mzsm{
	padding-top: 30px;
	background-color: #f6f6f6;
}
.haofb_index_mzsm>div{
	padding-bottom: 30px;
	border-bottom: 1px dashed #e3e3e3;
}
.haofb_index_mzsm b{
	display: block;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}
.haofb_index_mzsm p{
	font-size: 12px;
	line-height: 22px;
	color: #999;
	text-align: justify;
}