@charset "utf-8";
body {
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
	color: #333;
}
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: #333;
	text-decoration: none;
}
.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;
}
body {
	background-color: #fff;
	min-width: 1280px;
}
.container a:hover {
	opacity: .8;
}
.gray-body {
	background-color: #efefef;
}
ul.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.flexbox li {
	display: block;
	align-items: center;
	justify-content: flex-start;
}
.table {
	display: table;
	height: 100%;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.btn-common {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
 -webkit-transition: all .4s;
 transition: all .4s;
}
.hoverimg img {
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
.hoverimg:hover img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.after-clear {
 clear: both;
}

.after-clear::after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
/*面包屑*/
.breadcrumbs {
	padding: 15px 0;
	font-size: 14px;
	color: #777;
}
.breadcrumbs a {
	font-size: 14px;
	color: #777;
	display: inline-block;
}
.breadcrumbs span {
	color: #333;
}
.breadcrumbs span b {
	color: #f02d44;
}
.breadcrumbs a:not(:last-child):after {
 content: ">";
 display: inline-block;
 width: 12px;
 height: 14px;
 margin-left: 6px;
}
.breadcrumbs a:first-of-type:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_index.png) no-repeat;
	margin: 0 5px 6px 0;
	vertical-align: middle;
}
/*菜单*/
.index-menu {
	height: 65px;
	line-height: 65px;
	background-color: #1789bf;
}
.index-menu .menu-logo {
	width: 150px;
	height: 50px;
}
.index-menu .menu-logo a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: url(../images/icon_logo.png) no-repeat;
	margin-top: 8px;
}
.index-menu .menu-item{ color: #FFFFFF
}
.menu-zx{ color: #FFFFFF
}

.index-menu .menu-item ul li {
	float: left;
	font-size: 14px;
	margin-right: 35px;
}
.index-menu .menu-item ul li:first-of-type {
	
}
.index-menu .menu-item ul li a {
	color: #fff;
}
.index-menu .menu-item ul li a:hover {
	opacity: .8;
}
.index-menu .menu-item ul li.active a {
	border-bottom: 3px solid #fff;
	padding-bottom: 6px;
	font-weight: bold;
}
.index-menu .menu-zx .header-phone {
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.index-menu .menu-zx .btn-mfzx {
	width: 82px;
	height: 34px;
	line-height: 34px;
	background-color: #0699a0;
	color: #fff;
	font-weight: bold;
	margin-top: 15.5px;
	border-radius: 3px;
}
.index-menu .menu-zx .btn-mfzx:hover {
	opacity: 1;
	background-color: #38b4bb;
}
/*banner*/
.header-banner {
	width: 100%;
	height: 256px;
	background: url(../images/bg_index_banner.jpg) no-repeat;
	background-size: cover;
}
.baw-content-banner {
	height: 50px;
	overflow: hidden;
}
.header-banner h1 {
	font-size: 52px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 80px 0 30px 0;
}
.header-qklist {
	height: 50px;
	line-height: 50px;
	background: rgba(9, 67, 107, 0.15);
	border-bottom: 1px solid rgba(200, 255, 255, 0.15);
}
.baw-content-banner .header-qklist {
	background: transparent;
	border-bottom: none;
}
.header-qklist .fl a {
	font-size: 14px;
	color: #fff;
}
.header-qklist .fl a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #1c80a4 url(../images/icon_header_qklist.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
.header-qklist .fl a:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	background-color: #fff;
	vertical-align: middle;
	margin: 0 0 3px 15px;
}
.header-qklist .item-list {
	/* width: 1072px; */
  margin-left: 15px;
	overflow: hidden;
}
.header-qklist .fr a {
	font-size: 14px;
	color: #fff;
	margin-right: 24.4px;
}
.header-qklist .fr a:hover {
	opacity: 1;
	color: #d0efeb;
}
.header-qklist .fr a.btn-head-more {
	margin-right: 0;
}
.header-qklist .fr a.btn-head-more:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../images/icon_header_qklist_more.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 3px 8px;
}
/*首页搜索*/
.header-search .search-item {
	width: 780px;
	height: 50px;
	margin: 60px auto 0;
	box-shadow: 6px 6px 10px rgba(13, 63, 68, 0.13);
}
.header-search .search-input {
	width: 780px;
	height: 50px;
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
}
.header-search .search-input .fl {
	width: 90%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.header-search .search-input .fl::before {
 content: "目标检索";
 display: inline-block;
 width: 102px;
 height: 22px;
 line-height: 22px;
 margin-top: 14px;
 position: absolute;
 left: 0;
 border-right: 1px solid #e2e2e2;
 font-size: 14px;
 text-align: center;
}
.header-search .search-input .fr {
	width: 10%;
	height: 50px;
	background-color: #fff;
}
.header-search .search-input .t {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 20%;
	height: 24px;
	margin: 5px 0 5px 5px;
	display: none;
}
.header-search .search-input .q {
	float: left;
	border: 0 none;
	outline: 0 none;
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 50px;
	line-height: 50px;
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1fffffff, endcolorstr=#1fffffff);
	padding-left: 126px;
}
.header-search .search-input .img-search {
	float: left;
	display: inline-block;
	width: 54px;
	height: 50px;
	line-height: 50px;
	background: #fff url(../images/dd/icon_index_search.png) no-repeat 20px center;
	background-size: 18px;
}
.header-search .search-input .q:-webkit-autofill, .header-search .search-input .q:-webkit-autofill:hover, .header-search .search-input .q:-webkit-autofill:focus {
 box-shadow: 0 0 0 60px #fff inset;
 -webkit-text-fill-color: #333;
 font-size: 15px;
 color: #acacac;
 border: 0 none;
 outline: 0 none;
}
.header-search .search-input .s {
	border: 0 none;
	outline: 0 none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	background: url(../images/icon_search_gray.png) no-repeat center;
}
.header-search .search-input .s:hover {
	color: #049ca2;
}
.header-search .search-input:hover .s {
	cursor: pointer;
}
.header-search .search-input .q:-webkit-autofill, .header-search .search-input .q:-webkit-autofill:hover, .header-search .search-input .q:-webkit-autofill:focus {
 box-shadow: 0 0 0 60px #4fcfbd inset;
 font-size: 14px;
 -webkit-text-fill-color: #777;
}
.header-search .search-input .q::-webkit-input-placeholder {
 font-size: 14px;
 color: #777;
}
.header-search .search-input .q::-moz-placeholder { /* Mozilla Firefox 19+ */
 font-size: 14px;
 color: #777;
}
.header-search .search-input .q:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 font-size: 14px;
 color: #777;
}
.header-search .search-input .q:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-size: 14px;
 color: #777;
}
.header-filter {
	width: 780px;
	margin-top: 15px;
}
.header-filter:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 18px;
	background: url(../images/icon_book_white.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 8px 0;
}
.header-filter a {
	font-size: 14px;
	color: #fff;
	margin-right: 14px;
}
.header-filter a:hover {
	opacity: 1;
	color: #d0efeb;
}
/*首页列表*/
.common-title {
	margin: 35px auto 20px;
}
.common-title a {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-right: 18px;
}
.common-title a:hover {
	color: #ccc;
	opacity: 1;
}
.common-title a.title {
	font-size: 28px;
	color: #333;
}
.common-title a.title:hover {
	color: #444;
	opacity: 1;
}
.common-title a.more {
	float: right;
	margin: 20px 0 0 0;
}
.common-title a.more:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../images/icon_index_more.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 3px 8px;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
.common-title a.more:hover {
	color: #0699a0;
	opacity: 1;
}
.common-title a.more:hover:after {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	background: url(../images/icon_index_more_hover.png) no-repeat;
}
.common-subtitle a, .common-subtitle span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0;
	text-align: center;
}
.index_panel_box {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.left-panel {
	float: left;
	width: 885px;
	background-color: #fff;
}
.left-panel > ul > li {
	width: 50%;
	padding: 32px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.left-panel > ul > li:hover a {
	opacity: 1;
	color: #0699a0;
}
.left-panel > ul > li:hover a {
	opacity: 1;
	color: #0699a0;
}
.left-panel > ul > li:nth-of-type(3), .left-panel > ul > li:nth-of-type(4) {
 border-bottom: none;
}
.item-image {
	float: left;
	width: 106px;
	height: 145px;
	margin-right: 32px;
}
.item-image img {
	width: 106px;
	height: 145px;
}
.item-info {
	float: left;
	width: 235px;
}
.left-panel > ul > li .item-info h6 {
	font-size: 16px;
	line-height: 1;
	text-align: left;
}
.left-panel > ul > li .item-info h6 span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
	color: #0699a0;
	border-radius: 10.5px;
	background-color: #e7f9f5;
	padding: 0 8px;
	margin-left: 15px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 4px;
}
.left-panel > ul > li .item-info ul {
	margin: 17px 0 17px 0;
}
.left-panel > ul > li .item-info ul li {
	font-size: 14px;
	color: #555;
	line-height: 1.75;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.left-panel > ul > li .item-info p {
	line-height: 1;
	text-align: left;
}
.left-panel > ul > li .item-info p span {
	display: inline-block;
	font-size: 12px;
	color: #be724d;
	line-height: 1;
}
.left-panel > ul > li .item-info p span:first-of-type {
	border-right: 1px solid #eee;
	padding-right: 10px;
	margin-right: 10px;
}
.right-panel {
	float: left;
	width: 313px;
	height: 420px;
	background-color: #fff;
	padding: 0 19px 12px 18px;
}
.right-panel .item-lw ul li {
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right-panel .item-lw ul li:last-of-type {
	margin-bottom: 0;
}
.right-panel .item-lw ul li a {
	font-size: 14px;
	color: #555;
}
.right-panel .item-lw ul li:hover a {
	opacity: 1;
	color: #0699a0;
}
.right-panel .item-lw ul li span {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
	font-style: italic;
}
.right-panel .item-lw ul li:first-of-type span {
	color: #ff362f;
}
.right-panel .item-lw ul li:nth-of-type(2) span {
 color: #ff7042;
}
.right-panel .item-lw ul li:nth-of-type(3) span {
 color: #ff9f5f;
}
.right-panel .item-fl > a {
	display: inline-block;
	font-size: 12px;
	color: #555;
	width: 130px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #f3f3f3;
	border-radius: 13px;
	margin: 0 6px 8px 0;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right-panel .item-fl > a:hover {
	opacity: 1;
	color: #0699a0;
}
.right-panel .item-fl > a:nth-of-type(2n) {
 margin-right: 0;
}
/*首页广告*/
.index-ad {
	height: 135px;
	margin-top: 30px;
	background: url(../images/ad_index.jpg) no-repeat;
}
.index-ad:hover, .baw-lwfw-ad:hover {
	opacity: .8;
}
.index-ad > a {
	display: block;
	width: 100%;
	height: 135px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.baw-lwfw-ad {
	height: 145px;
	margin-top: 30px;
	background: url(../images/ad_lwfw.jpg) no-repeat;
}
.baw-lwfw-ad > a {
	display: block;
	width: 100%;
	height: 145px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.index-ad3 {
	height: 300px;
	margin-top: 30px;
	background: url(../images/pic3.jpg) no-repeat;
}

.index-ad4 {
	height: 400px;
	margin-top: 30px;
	background: url(../images/pic4.jpg) no-repeat;
}

/*页脚*/
.promise-list {
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin-top: 50px;
	background: url(../images/bg_footer_promise.png) no-repeat;
}
.promise-list ul {
	float: left;
	width: 890px;
}
.promise-list ul li a {
	font-size: 16px;
	color: #fff;
}
.promise-list ul li a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_footer_promise.png) no-repeat;
	vertical-align: middle;
	margin-right: 8px;
}
.promise-list .btn-qkzx {
	float: right;
	width: 330px;
	width: 120px;
	height: 38px;
	line-height: 38px;
	background-color: #fafafa;
	border-radius: 18px;
	color: #0689c2;
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
}
.copyright-footer {
	background-color: #1789bf;
	padding: 35px 0; 
}
.copyright {
	text-align:center;
	line-height: 32px;
	font-size:14px; color: #E9E9E9
}
/*首页结束*/


/*筛选*/
.filter {
	margin-bottom: 20px;
}
.filter>div {
	padding: 20px 28px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.filter-box {
	position: relative;
}
.filter-box .box-item {
	margin-bottom: 12px;
}
.filter-box .box-item:first-of-type {
	margin: 8px 0 24px 0;
}
.filter-box .box-item:last-of-type {
	margin-bottom: 0;
}
.filter-box .box-item .fr {
	width: 100%;
	line-height: 20px;
	float: left;
}
.filter-box .box-item .fr ul {
	height: auto;
	overflow: hidden;
	margin-left: 5px;
}
 .filter-box .box-item .fr ul::after {
 content: ".";
 display: block;
 height: 0px;
 clear: both;
 visibility: hidden;
}
.filter-box .box-item .fr ul li {
	height: 30px;
	float: left;
	margin-bottom: 5px;
}
.filter-box .box-item .fr ul li a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	padding: 0 16px;
	border-radius: 2px;
}
.filter-box .box-item .fr a:hover, .filter-box .box-item .fr a.action {
	background-color: #0699a0;
	color: #fff;
	opacity: 1;
	border-radius: 3px;
	text-decoration: none;
}
/*列表*/
.baw-list-box .baw-list ul li {
	float: left;
	width: 224px;
	height: 340px;
	background-color: #fff;
	padding: 0 20px;
	margin: 0 20px 20px 0;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.baw-list-box .baw-list ul li em {
	font-style: normal;
}
.baw-list-box .baw-list ul li:nth-of-type(5n) {
 margin-right: 0;
}
.baw-list-box .baw-list ul li>a {
	display: block;
}
.baw-list-box .baw-list ul li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.baw-list-box .baw-list ul li:hover h5 {
	color: #0699a0;
}
.baw-list-box .baw-list ul li img {
	width: 120px;
	height: 162px;
	margin: 36px auto 0;
}
.baw-list-box .baw-list ul li h5 {
	font-size: 14px;
	font-weight: normal;
	color: #111;
	margin: 24px auto 6px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.baw-list-box .baw-list ul li p {
	font-size: 14px;
	color: #777;
	margin-bottom: 8px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.baw-list-box .baw-list ul li.conlist-fw p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	white-space: normal;
	line-height: 1.75;
	text-align: left;
	margin-top: 20px;
}
.baw-list-box .baw-list ul li span.tag {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0 12px;
	font-size: 12px;
	color: #0699a0;
	border-radius: 10.5px;
	background-color: #edf9fa;
}
.baw-list-box .baw-list ul li span.sprice {
	font-size: 14px;
	color: #be724d;
	margin-right: 15px;
}
.baw-list-box .baw-list ul li span.mprice {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
}
/*阅读更多*/
.loadmore_btn a, .loading2 {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	color: #777;
}
.loadmore_btn a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 9px;
	vertical-align: middle;
	margin: 0 0 4px 10px;
	background: url(../image/icon_loadmore.png) no-repeat;
}
.loadmore_btn a:hover {
	color: #0699a0;
}
.loadmore_btn a:hover:after {
	background: url(../image/icon_loadmore_hover.png) no-repeat;
}
/*列表页结束*/

.message {
  width: 320px;
  line-height: 24px;
  color: #ffd5bc;
  overflow: hidden;
  font-size: 12px;
  width: 100%;
}

.message li {
  line-height: 40px;
  padding-left: 2px;
  border-bottom: 1px dotted #A9A9A9;
}
.message li  span {
  color: #FF0000;
  margin-left: 5px;
  float: right; font-size: 15px
}

.clone{ width:100%;  color:#000;}
.clone a{ color:#000; font-size: 16px;}

.clone_title{ float:inherit; white-space:100%;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;  font-size: 16px}

.clone_name{ float:inherit; white-space:100%; white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;  font-size: 16px}
/*期刊详情页开始*/
.page-detail-top {
	
}
.page-detail-panel {
	width: 720px;
	margin-right: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.page-detail-content {
	padding: 30px;
}
.page-detail-right {
	width: 467px;
}
.page-detail-content .left-img {
	width: 280px;
	margin-right: 40px;
}
.page-detail-content .left-img img {
	width: 280px;
	height: 378px;
}
.page-detail-content .right-info {
	width: 340px;
}
.page-detail-content .right-info h1 {
	line-height: 1;
	font-size: 32px;
	font-weight: bold;
}
.detaillist {
	margin-bottom: 6px;
	margin-top:20px;
	font-size:14px;
	line-height:30px;
}
.detaillist p {
	font-size:14px;
	line-height:32px;
}
.page-detail-content .right-info .btn-groups {
	margin-top: 30px;
}
.page-detail-content .right-info .btn-groups a {
	display: inline-block;
	width: 145px;
	height: 52px;
	line-height: 52px;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
 -webkit-transition: all .4s;
 transition: all .4s;
}
.page-detail-content .right-info .btn-groups a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../images/icon_qk_bths.png) no-repeat;
}
.page-detail-content .right-info .btn-groups a.btn1:before {
	background-position: 0 0;
}
.page-detail-content .right-info .btn-groups a.btn2:before {
	background-position: -324px -2px;
	margin-right: 4px;
}
.page-detail-content .right-info .btn-groups a.btn3:before {
	background-position: -164px 0;
}
.page-detail-content .right-info .btn-groups a.dybtn1:before {
	background: url(../images/icon_cart_white.png) no-repeat;
	background-position: 0 2px;
}
.page-detail-content .right-info .btn-groups a.dybtn2:before {
	display: none;
}
.page-detail-content .right-info .btn-groups a.btn1 {
	font-weight: bold;
	background-color: #44bf71;
}
.page-detail-content .right-info .btn-groups a.btn2 {
	background-color: #0699a0;
}
.page-detail-content .right-info .btn-groups a.btn3 {
	background-color: #0699a0;
}
.page-detail-content .right-info .btn-groups a.dybtn1 {
	width: 138px;
	height: 42px;
	line-height: 40px;
	background-color: #ff383d;
	border: 1px solid #ff383d;
}
.page-detail-content .right-info .btn-groups a.dybtn2 {
	width: 138px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #ff383d;
	background-color: #ffedee;
	color: #ff383d;
	;
}
.page-detail-content .right-info .btn-groups a.btn1:hover {
	opacity: 1;
	background-color: #77cb53;
}
.page-detail-content .right-info .btn-groups a.btn2:hover {
	opacity: 1;
	background-color: #3eceb5;
}
.page-detail-content .right-info .btn-groups a.btn3:hover {
	opacity: 1;
	background-color: #3eceb5;
}
.cha_form {
}
.cha_form_box {
	width: 100%;
	padding: 5px 0
}
.cha_form_title {
	font-size: 14px;
	font-weight: bold;
	min-width: 80px;
}
.cha_form_input {
	height: 32px;
	float: left;
	line-height: 32px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	text-indent: 10px;
}
.cha_code_img {
	width: 60px;
	height: 25px;
	cursor: pointer;
	vertical-align: top;
}
.cha_bt1 {
	height:30px;
	width:120px;
	margin:0 30px;
	background: #0699a0;
	color:#FFFFFF
}
.cha_bt2 {
	height:30px;
	width:120px;
	margin:0 30px;
	background: #1b8ee8;
	color:#FFFFFF
}
/*期刊---下部分*/
.left-detail-panel {
	width: 100%;
	margin-right: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
/* tabs */
.baw-tabs {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #F1F1F1;
	background-color: #fff;
	padding: 0 35px;
}
.baw-tabs a {
	font-size: 16px;
	margin-right: 60px;
	font-weight: bold;
}
.baw-tabs .tabs-active {
	color: #0699a0;
	border-bottom: 3px solid #0699a0;
	padding-bottom: 14px;
	position: relative;
}
.baw-tabs .tabs-active::after {
 content: '';
 width: 0;
 height: 0;
 border-width: 0 5px 5px;
 border-style: solid;
 border-color: transparent transparent #0699a0;
 position: absolute;
 bottom: -8px;
 left: 40%;
 transform: rotateX(180deg);
}
.baw-qkjj {
	background-color: #fff;
	padding: 0 35px 30px 35px;
}
.baw-qkjj h3 {
	font-size: 21px;
	margin-bottom: 20px;
	padding-top: 30px;
}
.baw-qkjj h3.gray {
	color: #555;
}
.baw-qkjj div h6 {
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 4px 0;
}
.baw-qkjj div p, .baw-qkjj p {
	font-size: 15px;
	color: #555;
	line-height: 2;
}
.baw-qkjj .article-box p {
	margin-bottom: 30px;
}
.baw-qkjj .article-box p:last-of-type {
	margin-bottom: 0;
}
.baw-qkjj p a, .baw-qkjj p span {
	font-size: 15px;
	color: #555;
}
.baw-qkjj div.art-mar p {
	margin-bottom: 30px;
}
.baw-qkjj div.art-mar p:last-of-type {
	margin-bottom: 0;
}
.baw-qkjj p img {
	margin: 20px 0;
}
.baw-detail-bottom .c-info-box {
	padding-top: 30px;
}
.baw-detail-bottom .c-info-box ul li {
	font-size: 14px;
	line-height: 2;
	float: left;
	width: 33.33%;
	padding-right: 3%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.form_sty {
	width: 100%;
	margin: 25px 0;
}
.form_sty li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.form_sty li p {
	width: 100px;
	float: left;
	height: 36px;
	text-align: right;
	color: #333333;
	font-size: 16px;
	line-height: 36px;
}
.form_sty li p span {
	color: #ff0000;
	margin-right: 3px;
}
.input_sty {
	width: 80%;
	height: 36px;
	float: left;
	line-height: 34px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	text-indent: 10px; font-size: 16px;
}
.textarea_sty {
	width: 80%;
	height: 70px;
	float: left;
	line-height: 22px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
}
.code_sty {
	width: 100px;
	height: 36px;
	float: left;
	line-height: 34px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	text-indent: 10px;
}
.code_img {
	width: 80px;
	height: 30px;
	cursor: pointer;
	vertical-align: top;
}
.form-btn-1 {
	display: inline-block;
	font-weight: bold;
	margin: auto 10px;
	width: 136px;
	height: 40px;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	border: none;
	background: #0699a0;
}
.form-btn-2 {
	display: inline-block;
	margin: auto 10px;
	width: 136px;
	height: 40px;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	border: none;
	background: #1b8ee8;
}
/*购买块*/
.baw-qk-buy {
	background-color: #fff;
	margin: 20px 0;
	padding: 12px 35px;
}
.baw-qk-buy .item-img {
	width: 65px;
	height: 90px;
	margin-right: 15px;
}
.baw-qk-buy .item-img img {
	width: 100%;
	height: 100%;
}
.baw-qk-buy .item-info h6 {
	font-size: 17px;
	font-weight: bold;
	margin: 14px 0 12px 0;
}
.baw-qk-buy .item-info p span {
	font-size: 14px;
	color: #777;
	margin-right: 40px;
}
.baw-qk-buy .item-info p span i {
	font-size: 14px;
	font-weight: bold;
	color: #eb4f44;
	font-style: normal;
	letter-spacing: 1px;
}
.baw-qk-buy .item-btn a {
	display: inline-block;
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 17px;
	background-color: #fb781e;
	margin-top: 26px;
}
.baw-qk-buy .item-btn a:hover {
	opacity: 1;
	background-color: #fb6839;
}
.baw-qk-buy .item-btn a:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../image/icon_cart_white.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
/*关键词阅读*/
.baw-qk-keyread {
	background-color: #fff;
	padding: 30px 35px 35px 35px;
	margin: 20px 0;
}
.baw-qk-keyread h6 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.baw-qk-keyread ul li {
	float: left;
	width: 33.33%;
	padding: 0 40px 20px 24px;
	border-right: 1px solid #eee;
}
.baw-qk-keyread ul li:first-of-type, .baw-qk-keyread ul li:nth-of-type(4), .baw-qk-keyread ul li:nth-of-type(7) {
 padding-left: 0;
}
.baw-qk-keyread ul li:nth-of-type(7), .baw-qk-keyread ul li:nth-of-type(8), .baw-qk-keyread ul li:nth-of-type(9) {
 padding-bottom: 0;
}
.baw-qk-keyread ul li:nth-of-type(3n) {
 border-right: none;
}
.baw-qk-keyread ul li:hover h5 {
	color: #0699a0;
}
.baw-qk-keyread ul li h5 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.baw-qk-keyread ul li p {
	font-size: 14px;
	color: #999;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.right-detail-panel {
	width: 300px;
}
.common-box {
	padding: 0 20px;
	background-color: #fff;
	margin-bottom: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.common-box h4 {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
}
/*期刊---推荐期刊*/
.baw-qk-tjqk ul li {
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
}
.baw-qk-tjqk ul li:hover a {
	color: #0699a0;
	opacity: 1;
}
.baw-qk-tjqk ul li:last-of-type {
	border-bottom: none;
}
.baw-qk-tjqk ul li .left-img {
	width: 78px;
	height: 106px;
	margin-right: 16px;
}
.baw-qk-tjqk ul li .left-img img {
	width: 100%;
	height: 100%;
}
.baw-qk-tjqk ul li .right-info {
	width: 166px;
}
.baw-qk-tjqk ul li .right-info h6 {
	font-size: 16px;
	margin: 4px 0 10px 0;
	font-weight: normal;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.baw-qk-tjqk ul li .right-info span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 15px;
	font-size: 12px;
	color: #555;
	border-radius: 12px;
	background-color: #f3f7fa;
	margin-bottom: 15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width: 165px;
}
.baw-qk-tjqk ul li .right-info p {
	font-size: 13px;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.baw-qk-tjqk ul li .right-info p.zgjbinfo {
	font-size: 12px;
	color: #666;
}
.baw-qk-tjqk ul li .right-info p.zgjbinfo:first-of-type {
	margin-bottom: 14px;
}
/*订阅---相关杂志*/
.baw-dy-xgzz ul li p.info {
	font-size: 13px;
	color: #555;
	margin: 15px 0 15px 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.baw-dy-xgzz ul li p.price {
	font-size: 12px;
	color: #be835c;
}
/*期刊---推荐论文*/
.baw-qk-tjlw ul {
	padding: 25px 0;
}
.baw-qk-tjlw ul li {
	width: 90%;
	margin-bottom: 15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.baw-qk-tjlw ul li:last-of-type {
	margin-bottom: 0;
}
.baw-qk-tjlw ul li span.num {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	background-color: #eee;
	font-size: 12px;
	color: #555;
	text-align: center;
	vertical-align: middle;
	margin: 0 12px 4px 0;
}
.baw-qk-tjlw ul li:first-of-type span.num, .baw-qk-tjlw ul li:nth-of-type(2) span.num, .baw-qk-tjlw ul li:nth-of-type(3) span.num {
 background-color: #0699a0;
 color: #fff;
}
.baw-qk-tjlw ul li a {
	font-size: 14px;
	color: #555;
}
.baw-qk-tjlw ul li:hover a {
	color: #0699a0;
}
.baw-qk-tjlw-num ul li::before {
 content: '';
 display: inline-block;
 width: 18px;
 height: 18px;
 line-height: 18px;
 border-radius: 3px;
 background-color: #eee;
 font-size: 12px;
 color: #555;
 text-align: center;
 vertical-align: middle;
 margin: 0 12px 4px 0;
}
.baw-qk-tjlw-num ul li:first-of-type:before {
	content: '1';
	background-color: #0699a0;
	color: #fff;
}
.baw-qk-tjlw-num ul li:nth-of-type(2):before {
 content: '2';
 background-color: #0699a0;
 color: #fff;
}
.baw-qk-tjlw-num ul li:nth-of-type(3):before {
 content: '3';
 background-color: #0699a0;
 color: #fff;
}
.baw-qk-tjlw-num ul li:nth-of-type(4):before {
 content: '4';
}
.baw-qk-tjlw-num ul li:nth-of-type(5):before {
 content: '5';
}
.baw-qk-tjlw-num ul li:nth-of-type(6):before {
 content: '6';
}
.baw-qk-tjlw-num ul li:nth-of-type(7):before {
 content: '7';
}
.baw-qk-tjlw-num ul li:nth-of-type(8):before {
 content: '8';
}
.baw-qk-tjlw-num ul li:nth-of-type(9):before {
 content: '9';
}
.baw-qk-tjlw-num ul li:nth-of-type(10):before {
 content: '10';
}
/*翻页*/
.box-page {
	border-top: 1px solid #eee;
	margin-top: 24px;
	padding: 24px 0 0 0;
}
.box-page .fl p {
	font-size: 14px !important;
	color: #777 !important;
	line-height: 2;
}
.box-page .fl p a {
	color: #333;
	margin-left: 15px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box-page .fr a {
	display: inline-block;
	color: #0699a0;
	font-size: 14px;
	margin-top: 16px;
	margin-left: 30px;
}
.box-page .fr a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../images/icon_back_page.png) no-repeat;
	background-position: -3px 0;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}
.box-page .fr a:hover {
	color: #3eceb5;
	opacity: 1;
}
.box-page .fr a:hover:before {
	background-position: 0px -35px;
}
/*期刊详情页结束*/

/* 通用分页样式 */

.pages {
	width:100%;
	height:auto;
	text-align:center;
	padding:20px 0 10px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.pages a {
	border: 1px solid #d1d1d1;
	height: 25px;
	line-height: 25px;
	color: #333;
	padding: 3px 8px;
	margin-right: 8px;
	font-size:16px;
	background:#FFF;
}
.pages .current, .pages a:hover {
	color: #fff;
	background:#0699a0;
	border: 1px solid #0699a0;
}
.news-list {
}
.left-news-panel {
	width: 880px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 0 20px 30px;
}
.left-news-panel h4 {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
}
.ul-news-list {
}
.ul-news-list li {
	width: 90%;
	margin-bottom: 15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.ul-news-list li:last-of-type {
	margin-bottom: 0;
}
.ul-news-list li span.num {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	background-color: #eee;
	font-size: 12px;
	color: #555;
	text-align: center;
	vertical-align: middle;
	margin: 0 12px 4px 0;
}
.ul-news-list li:first-of-type span.num, .ul-news-list li:nth-of-type(2) span.num, .ul-news-list li:nth-of-type(3) span.num {
 background-color: #0699a0;
 color: #fff;
}
.ul-news-list li::before {
 content: '.';
 display: inline-block;
 width: 10px;
 height: 18px;
 line-height: 18px;
 font-size: 12px;
 color: #555;
 text-align: center;
 vertical-align: middle;
 margin: 0 2px 4px 0;
}
.ul-news-list li a {
	font-size: 14px;
	color: #555;
}
.ul-news-list li:hover a {
	color: #0699a0;
}
.right-news-panel {
	width: 300px;
}
.article_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	margin-top: 20px;
}
.article_content {
	font-size: 15px;
	color: #555;
	line-height: 2;
}
.shead {
	width:100%;
	background: url(../images/bg_sbanner.jpg) no-repeat top;
	background-size: cover; min-height:120px;     margin-bottom: 30px;
}
.sbox{ padding:20px 0;}
.shead_left{ width:100%; float:left; color:#FFF;}
.shead_left h2{ font-size:40px; font-weight:bold; line-height:60px;}
.shead_left p{ font-size:16px; line-height:40px; margin-left:20px;}

.shead_right{ width:35%; float:right; color:#FFF;}
.shead_right p{ font-size:14px; line-height:25px;}