/* color: #e32e21; */
/* hover color: #ff3425; */
html{scroll-behavior: smooth;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color: #333333; font-family:Verdana, Microsoft YaHei, Simsun; background:#fff; line-height:24px; min-width: 1200px; }
fieldset, img { border:0; }
ol, ul, li { list-style:none; }
em { font-style:normal; }
input, button, select, textarea { outline:none; }
textarea { resize:none; }
p{ text-justify:distribute;}
a { color: #333333; text-decoration:none; }
a:hover { color: #e32e21; text-decoration:none; }
body{font-family: "微软雅黑";}
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#333;
    margin: 0;
    padding: 0;
}
.bg-gray{
	background-color: #f8f8f8;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* 公共 */
.clear:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.fl{
	float: left;
}
a{
    transition: 0.5s;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.zxbtn{
    margin-top: 34px;
}
.bwkj-index-block .zxbtn{
	position: relative;
	bottom: 0;
	left: 0;
	transform: none;
}
.zxbtn a{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 145px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background-color: #e32e21;
    display: block;
    margin: 0 auto;
}
.zxbtn a:hover {
    background-color: #ff3425;
    transition: .3s linear all;
}
.ft-zxbtn{
    margin-top: 21px;
}
.ft-zxbtn a{
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 125px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background-color: #e32e21;
    display: block;
    cursor: pointer;
}
.ft-zxbtn a:hover{
    background-color: #ff3425;
    transition: .3s linear all;
}
.fatherbox h2{
    font-family: "微软雅黑";
    font-size: 36px;
    text-align: center;
}
.bwkj-index-block .fatherbox h2 {
	margin-bottom: 25px;
	color: #333;
}
.fatherbox p{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #777;
    text-align: center;
}
/* 横排水平显示flex盒子内容▼▼▼*/
.horizontal-view{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.twenzi{
    width: 100%;
    text-align: center;
}
.zxbtn a:hover{
    background-color: #ff3425;
    transition: .3s linear all;
}
.logo{
	width: 140px;
	height: 34px;
    display: inline-block;
}
.logo img{
	width: 100%;
	vertical-align: middle;
}
.tleft{
    text-align: left;
}
.top ul{
    margin-left: auto;
    text-align: center;
}
.top ul li{
    display: inline-block;
    align-items: center;
    height: 100%;
}
.box1{
    font-size: 14px;
    margin: 18px 0;
}
.bwkj-index-block .box1{
	border-bottom: none;
}
.bwkj-index-block .box1:hover{
	background-color: #fff!important;
}
.box1 .top ul li{
	font-size: 16px;
    line-height: 70px;
    margin-right: 30px;
    position: relative;
}
.box1 .top ul li a{
	display: block;
}
.box1 .top ul li:last-of-type{
	margin-right: 0;
}
/* .box1 .top ul li a.now {
    border-bottom: 2px solid #e32e21;
} */
.box1 .top ul li a.down span::after{
	display: inline-block;
	content: '';
	width: 10px;
	height: 6px;
	margin: 0 0 2px 10px;
	vertical-align: middle;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: url(../img/arrowDown.png) no-repeat center;
	background-size: 10px 6px;
}
.ndc-btn{
    cursor: pointer;
}
.top{
    margin-left: 70px;
}
.top li{
	position: relative;
}
.top li>div{
    z-index:1000;
    position: absolute;
	width: 658px;
    top:75px;
    left: -50px;
    background: #fff;
    height: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
	padding: 0 50px 0 50px;
	text-align: left;
	box-shadow: 0px 0px 9px 0px
		rgba(102, 102, 102, 0.11);
}
.top li>div h3{
	line-height: 1;
	padding-top: 36px;
	padding-bottom: 26px;
	border-bottom: solid 1px #eeeeee;
}
.top li>div dl.category-grid{
	margin-top: 10px;
}
.top li>div dl.category-grid dd{
	float: left;
	font-size: 14px;
	line-height: 44px;
}
.top li>div.quick-category-qk dl dd{
	margin-right: 22px;
	min-width: 42px;
}
.top li>div.quick-category-kp dl dd{
	margin-right: 69px;
	min-width: 56px;
}
.top li>div.quick-category-sci dl dd{
	margin-right: -1px;
	min-width: 112px;
}
.top li>div.quick-category-qk dl dd:nth-of-type(9n){
	margin-right: 0;
}
.top li>div.quick-category-kp dl dd:nth-of-type(5n){
	margin-right: 0;
}
.top li>div.quick-category-sci dl dd:nth-of-type(5n){
	margin-right: 0;
}
.top li>div dl.category-grid dd a:hover{
	color: #e32e21;
}
.top li:hover>div{
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	height: 290px;
}
.top li:hover a span::after{
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	transform: scaleY(-1);
}
.top li .title{
	text-indent: 42px;
	padding-top:70px;
}
.swiper-box{
    width: 100%;
}
.box2{
    position: relative;
}
.bwkj-index-block .box2{
	margin-top: 0;
	height: 585px;
}
.bwkj-index-block .box2 .imgbox {
	background:url(../img/tb-change.jpg) left top no-repeat;
	background-size: cover;
	width:100%;
	height: 585px;
}
.headerzxbtn a {
    text-align: center;
    font-size: 18px;
    width: 164px;
    height: 50px;
    line-height: 50px;
    border-radius: 24px;
    background-color: #e32e21;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 330px;
}
.headerzxbtn a:hover {
    background-color: #ff3425;
    transition: .3s linear all;
}
.headerzxbtn a {
    color: #fff;
}
.box3 .fatherbox .imgbox .wrap{
    position: relative;
}
.box3 .fatherbox .imgbox{
    margin-top: 300px;
}
.box3 .fatherbox .imgbox .wrap .pt:hover img{
    -webkit-animation: moveImg .5s alternate;
    -moz-animation: moveImg .5s alternate;
    -ms-animation: moveImg .5s alternate;
    -o-animation: moveImg .5s alternate;
    animation: moveImg .5s alternate;
}
@keyframes  moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
.box5{
    margin-top: 100px;
}
.box5 .imgbox{
    margin-top: 20px;
}
.box5 .zxbtn{
    margin-top: 20px;
}
.box5 .swiper-slide {
    width: 332px;
}
.box5 .swiper-box {
    margin-top: 30px;
}
.box11{
    padding-top: 100px;
    background-color: #F9FBFF;
}
.b11title{
    font-size: 18px;
    color: #333;
}
.smfont{
    font-size: 14px;
    color: #999;
}
.box11 .swiper-slide>div{
    background: #fff;
    padding: 30px 40px 25px 40px;
    box-shadow: 0 0 10px 0 #EEEEEE;
}
.box11 p{
    text-align: center!important;
}
.box11 .swiper-slide:nth-child(2n) {
    width: 384px;
}
.box11 .swiper-slide:nth-of-type(2n)>div{
    margin: 95px 0 0 0;
}
.box11 .swiper-box{
    margin-top: 50px;
}
.box11 .zxbtn a{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 145px;
    height: 43px;
    line-height: 43px;
    border-radius: 24px;
    background-color: #e32e21;
    display: block;
    margin: 0 auto;
}
.box11 .zxbtn a:hover{
    background-color: #ff3425
}
.box11 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 495px;
}
.zxbtn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.box11 .bigpic {
    height: 560px;
}
.box11 .bigpic img {
    width: 450px;
    height: 300px;
}
.box11 .minipic {
    height: 465px;
}
.box11 .minipic img {
    width: 340px;
    height: 255px;
}
.box12{
    padding-top: 100px;
    padding-bottom: 65px;
}
.box12 .imgbox{
    margin-top: 72px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.box12 .imgbox .crossimg{
    background-color: #eee;
    height: 202px;
    width: 236px;
    overflow: hidden;
}
.box12 .imgbox img{
    transition: 0.5s;
    height: 70%;
    display: block;
    margin: 25px auto;
}
.box12 .ptbox{
    display: inline-block;
    padding: 15px;
    background-color: #fff;
    margin: 0 12px;
    width: 273px;
    transition: 0.5s;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.08);
}
.box12 .ptbox:hover img{
    transform: scale(1.08);
}
.box12 .ptbox a:hover .b11title {
    color: #e32e21;
}
.box12 .zxbtn{
    margin-top: 60px;
}
.box12 .smfont{
    font-size: 12px;
    color: #999;
}
.box12 .smfont2 {
    font-size: 12px;
    color: #999;
    width: 90%;
    margin: 0 auto;
}
.box12 .b11title{
    font-weight: bolder;
    font-size: 16px;
    color: #333;
}
.bwkj-index-block .box12 .crossimg {
	margin-bottom: 30px;
}
.bwkj-index-block .box12 .b11title {
	margin-bottom: 20px;
}
.footer{
	min-width: 1200px;
    padding: 28px 75px 26px 75px;
    color: white;
    background-color: #353745;
}
.footer .btfont{
    font-size: 12px;
    color: #999;
    text-align: center;
	line-height: 1.75;
    margin-top: 20px;
}
.footer .btfont1{
    color: #fff !important;
    font-size: 14px !important;
    margin: 0px 30px;
}
.footer .topbox a:hover .btfont1{
    color: #4899f4 !important;
}
.footer .btfont a:hover{
    cursor: pointer;
    color: #fff;
}
/* 公安部备案图标 */
.gabba:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_gaba.png) no-repeat center;
	background-size: 20px 20px;
	margin:0 4px 4px 0;
	vertical-align: middle;
}
.footer .btfont>a{
	color: #999;
}
.footer .topbox{
    text-align: center;
}
.footer .topbox a{
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.footer .line1{
    height: 1px;
    background-color: rgb(96, 97, 99);
    margin: 30px 0;
}
.footer .beian{
    margin: 0 auto
}
.footer .beian img{
    margin-left: 20px;
}
.footer .wrap a p{
    transition: 0.5s;
}
.footer .wrap a:hover p{
    color: #fff;
}
/*改版后样式*/
/*4宣传图片及视频*/
.box1 {
    height: 70px;
    box-sizing: border-box;
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    margin: 0;
    background-color: #FFFFFF;
}
.box1.shadow {
    box-shadow: 0 0 8px #d8d8d8;
}
.box1.transparent {
    background-color: transparent;
    box-shadow: none;
}
.box1 a:hover {
    color: #e32e21;
    text-decoration: none;
}
.fr {
    float: right;
}
.shares {
    margin-top: 10px;
}
.box2 .zxbtn a {
    position: absolute;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    width: 165px;
    border-radius: 25px;
    top: 380px;
}
.box-add-1 {
    width: 100%;
    height: 250px;
}
.box-add-1 .wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    top: -44px;
    z-index: 1000;
    box-shadow: 0 5px 12px #e5e5e5;
    border-radius: 6px;
}
.box-add-1 .zk-showimgbox {
    width: 273px;
    height: 156px;
    flex-shrink: 0 ;
    flex-grow: 0;
    position: relative;
}
.box-add-1 .zk-showimgbox img {
    width: 273px;
    height: 156px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.3s;
}
.zk-showimgbox p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.zk-showimgbox:hover img {
    top: -10px;
    box-shadow: 0 10px 20px #bababa;
    cursor: pointer;
}
.add-show .zk-showinfo {
    margin-top: 30px;
    padding-left: 50px;
    background-size: 36px 40px;
    background-position: 5px center;
    background-repeat: no-repeat;
}
.zk-info1 {
    background-image: url("../img/addicon/logo1.png");
}
.zk-info2 {
    background-image: url("../img/addicon/logo2.png");
}
.zk-info3 {
    background-image: url("../img/addicon/logo3.png");
}
.zk-info4 {
    background-image: url("../img/addicon/logo4.png");
}
.add-show .zk-showinfo .zk-showtitle {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.add-show .zk-showinfo .zk-showdetail {
    font-size: 14px;
    color: #777;
}
/*浮动点击弹出视频*/
.videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100000;
}
#zkvideoshowBox {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
    background-color: #000;
}
.zk-hidden {
    display: none;
}
.zk-close {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    top: 20%;
    right: 20%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}
.fb {
    font-weight: bold;
}
.p36c3 {
    color: #333 !important;
    font-size: 36px !important;
    line-height: 36px;
}
.p36c3-b {
    color: #333 !important;
    font-size: 36px !important;
    font-weight: bold;
    line-height: 36px;
}
.p32c3 {
    color: #333 !important;
    font-size: 32px !important;
    line-height: 32px;
}
.p24c3 {
    color: #333 !important;
    font-size: 24px;
    line-height: 24px;
}
.p18c3 {
    color: #333 !important;
    font-size: 18px !important;
    line-height: 18px;
}
.p16c7 {
    color: #777 !important;
    font-size: 14px !important;
    line-height: 2;
}
.p14c7 {
    color: #777 !important;
    font-size: 14px !important;
    line-height: 14px;
}
.p16c9 {
    color: #999 !important;
    font-size: 16px !important;
    line-height: 16px;
}
.contant p{
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
}
.sv-box4  .tablebox {
	width:100%;
	height: 528px;
	background-image: url(../img/service/pc2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.sv-box4 .p36c3-b {
    text-align: center;
    margin-bottom: 70px;
}
.sv-box4 .container {
    position: relative;
}
.sv-box4 .container .neirongbox {
    position: absolute;
    top: 70px;
    left: 180px;
    height: 340px;
    width: 450px;
    background-color: rgba(255, 255, 255, 0.55);
}
.sv-box4 .container .neirongbox .nbox {
    margin-top: 58px;
}
.sv-box4 .container .neirongbox .nbox .imgbox{
	margin-bottom: 50px;
}
.sv-box4 .container .neirongbox .nbox .imgbox img {
    margin-left: 105px;
	margin-top: 5px;
}
.sv-box4 .container .neirongbox .nbox .imgbox p {
    margin-left: 16px;
    font-size: 14px;
    color: #999;
}
.sv-box4 .container .neirongbox .nbox > p:first-child {
    font-size: 27px;
    color: #333;
    margin-bottom: 68px;
    font-weight: bold;
}
.nmg-box2 {
    overflow: hidden;
    background-repeat: no-repeat;
    width:100%;
    height: 410px;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bwkj-vip-guanyu .nmg-box2 {
	background-image: url(../img/guanyu/tb.jpg);
}
.bwkj-vip-dingyue .nmg-box2 {
	background-image: url(../img/nmagazine/tb.png);
}
.bwkj-vip-jiaru .nmg-box2 {
	background-image:url(../img/joinus/tb.png);
}
.bwkj-vip-xianhua .nmg-box2 {
	background:url(../img/flower/tb.png) bottom center no-repeat;
	width:100%;
	height: 470px; 
	margin-bottom: 80px;
}
.bwkj-vip-xianhua .nfw-box1{
	margin-bottom: 100px;
}
.bwkj-vip-xianhua .nfw-box1 .pbox{
	margin-bottom: 80px;
}
.bwkj-vip-xianhua .nfw-box1 .pbox .p32c3{
	margin-bottom: 30px;
}
.bwkj-vip-zizhi .nmg-box2 {
	background-image:url(../img/credential/tb.jpg);
}
.bwkj-vip-zizhi .cdt-box2{
	margin-top: 80px;
}
.nmg-box2 .twenzi .p36c3-b {
    margin-bottom: 35px;
}
.nmp-box3 .container {
    position: relative;
}
.nmp-box3 .container .neirongbox {
    overflow: hidden;
    height: 200px;
    width: 430px;
    position: absolute;
    left: 100px;
    top: 285px;
}
.nmp-box3 .container .neirongbox p:first-of-type, .nmp-box3 .container .neirongbox h1 {
    font-size: 32px;
    color: #2A3541;
    font-weight: bold;
    line-height: 32px;
}
.nmp-box3 .container .neirongbox p:last-of-type {
    font-size: 16px;
	font-weight: normal;
    color: #777;
    margin-top: 27px;
}
.nmp-box3 .container .pztion1 {
    left: 680px;
    top: 285px;
}
.pztop {
    top: 260px !important;
}
.pztop2 {
    top: 160px !important;
}
.jou-box3 {
    padding-bottom: 80px;
}
.jou-box3 .p16c7 {
    line-height: 25px;
    color: #999 !important;
}
.jou-box3 .tablebox {
    margin-top: 80px;
}
.jou-box3 .neirongbox {
    width: 330px;
}
.jou-box3 .neirongbox:not(:last-child) {
    margin-right: 75px;
}
.jou-box3 .pbox {
    margin-top: 15px;
    width: 230px;
}
.jou-box3 .pbox p:first-child {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.jou-box4 {
    background-color: #f8f9fb;
}
.jou-box4 .tablebox {
    margin-top: 40px;
    text-align: center;
}
.jou-box4 .p36c3 {
    text-align: center;
    margin-top: 57px;
}
.jou-box4 .neirongbox {
    width: 345px;
    display: inline-block;
    margin: 0 15px;
    box-shadow: 0 0 11px 2px #e5e5e5;
    background-color: #f8f9fb;
    margin-top: 30px;
    position: relative;
}
.jou-box4 .neirongbox p:first-child {
    font-size: 24px;
    color: #2188FB;
    font-weight: bold;
    margin-bottom: 20px;
}
.jou-box4 .neirongbox .pbox {
    margin-top: 33px;
    margin-left: 26px;
    width: 360px;
}
.jou-box4 .neirongbox .pbox .p14c7 {
    line-height: 24px;
	text-align: left;
}
.jou-box5 {
    height: 690px;
}
.jou-box5 .p16c7 {
    line-height: 20px;
    font-size: 14px !important;
}
.jou-box5 .swiper-container7 {
    height: 470px;
}
.jou-box5 .swiper-container7 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.jou-box5 .swiper-container7 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.jou-box5 .swiper-box7 {
    height: 100%;
    width: 1200px;
    overflow: hidden;
}
.jou-box5 .p36c3 {
    text-align: center;
    margin: 90px 0 40px 0;
}
.jou-box5 .neirongbox {
    padding: 35px;
    box-shadow: 0 0 28px 5px #e0e0e0;
    margin: 0 25px;
    overflow: hidden;
    height: 200px;
}
.jou-box5 .neirongbox .ciclebox {
    height: 100px;
}
.jou-box5 .neirongbox .imgbox {
    margin-right: 20px;
}
.jou-box5 .neirongbox .pbox .p24c3 {
    margin-bottom: 10px;
}
.jou-box5 .neirongbox .pbox2 {
    width: 448px;
}
.cdt-box2 .pbox p {
    text-align: center;
}
.cdt-box2 .pbox2 {
    margin: 0 auto;
    width: 465px;
}
.nmd-box2 {
    background-color: #f9f9f9;
    height: 295px;
    padding-top: 110px;
}
.nmd-box2 p {
    text-align: center;
}
.nfw-box1 .pbox p {
    text-align: center;
}
.nfw-box1 .pbox2 {
    width: 700px;
    margin: 0 auto;
}
.nmd-box1 .imgbox {
    width: 100%;
}
.nmd-box1 .imgbox img {
    display: block;
    margin: 0 auto;
}
.nmd-box1 .pbox p {
    text-align: center;
}
.nmd-box1 .pbox2 {
    width: 700px;
    margin: 0 auto;
}
.nmd-box1 .tablebox {
    position: relative;
}
.nmd-box1 .tablebox .neirongbox {
    position: absolute;
    width: 970px;
    left: 130px;
    top: 155px;
}
.nmd-box1 .tablebox .neirongbox .title {
    font-size: 18px;
    color: #333;
    margin-left: 70px;
}
.nmd-box1 .tablebox .neirongbox .shujubox {
    width: 970px;
    margin-top: 30px;
}
.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 {
    width: 33%;
    line-height: 2;
}
.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 {
    width: 233px;
    text-align: center;
}
.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .iconbox {
    margin: 0 auto;
    width: 100px;
}
.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p1 {
    font-size: 16px;
}
.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p2 {
    font-size: 32px;
    color: #333;
    text-align: center;
}
.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 img {
    width: 25px;
    height: 25px;
    margin-top: 3px;
    margin-right: 8px;
}
.nmd-box4 .imgbox {
    margin: 0 auto;
}
.nmd-box-mtsj .imgbox img{
	width: 86%;
	text-align: center;
	margin-bottom: 70px;
}
.nmd-box4 .pbox p {
    text-align: center;
}
.nmd-box4 .pbox2 {
    width: 700px;
    margin: 0 auto;
}
.nmd-box4 .tablebox {
    position: relative;
}
.nmd-box4 .tablebox .neirongbox {
    position: absolute;
    width: 410px;
    left: 400px;
    top: 110px;
}
.nmd-box4 .tablebox .neirongbox .shujubox {
    width: 450px;
    margin-top: 30px;
}
.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 {
    width: 33%;
    line-height: 2;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
}
.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 {
    text-align: center;
    padding-left: 10px;
}
.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .iconbox {
    width: 110px;
}
.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p1 {
    font-size: 14px;
}
.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p2 {
    font-size: 30px;
    color: #333;
    margin-top: 12px;
}
.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 8px;
}
.gy-color .title {
    color: #fff;
    font-size: 42px;
}
.gy-color .twenzi {
    text-align: center;
}
.gy-box1 .pbox {
    text-align: center;
}
.gy-box1 .imgbox {
    width: 180px;
    height: 15px;
    margin: 0 auto;
}
.bwkj-vip-guanyu .gy-box1 .imgbox {
	margin-top: 30px;
	margin-bottom: 40px;
}
.gy-box1 .imgbox img {
    width: 100%;
}
.huisebeijing {
    background-color: #fbfbfb;
}
.gy-box2 .ptbox:hover .smfont ,.gy-box2 .ptbox:hover .b11title{
    color: #e32e21;
}
.gy-box2 .ptbox:hover img {
    transform: scale(1.05);
}
.gy-box2 .tablebox {
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gy-box2 .tablebox .crossimg {
    height: 202px;
    width: 330px;
    overflow: hidden;
    background: #f5f5f5;
}
.bwkj-vip-guanyu .gy-box2 .tablebox .crossimg{
	width: 330px;
}
.gy-box2 .tablebox img {
    transition: 0.5s;
    height: 70%;
    display: block;
    margin: 25px auto;
}
.gy-box2 .zxbtn {
    margin-top: 60px;
}
.gy-box2 .smfont {
    font-size: 14px;
    color: #999;
}
.gy-box2 .b11title {
    font-weight: bolder;
    font-size: 16px;
    color: #333;
    line-height: 14px;
}
.gy-box3 p {
    text-align: center;
}
.gy-box3 .neirongbox {
    width: 400px;
    height: 300px;
}
.gy-box3 .neirongbox .imgbox {
    width: 400px;
    height: 300px;
}
.gy-box3 .neirongbox .imgbox img {
    width: 100%;
    height: 100%;
}
.gy-box3 .wenzibox {
    position: relative;
    width: 400px;
    height: 300px;
    background-color: #293443;
}
.gy-box3 .wenzibox p {
    text-align: center;
}
.gy-box3 .wenzibox .pbox {
    width: 250px;
    margin: 0 auto;
    margin-top: 100px;
}
.gy-box3 .wenzibox .pbox .title {
    font-size: 28px;
    color: #DEBD91;
}
.gy-box3 .wenzibox .pbox .neirong {
    margin-top: 30px;
    font-size: 13px;
    color: #979FAA;
}
.gy-box3 .wenzibox::before {
    display: inline-block;
    content: '';
    border-top: 15px solid #293443;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    right: 177px;
}
.gy-box3 .wenzibox2 {
    width: 400px;
    height: 300px;
}
.gy-box3 .wenzibox2 p {
    text-align: center;
}
.gy-box3 .wenzibox2 .pbox {
    width: 300px;
    margin: 0 auto;
    padding-top: 100px;
}
.gy-box3 .wenzibox2 .pbox .title {
    font-size: 28px;
    color: #333;
}
.gy-box3 .wenzibox2 .pbox .neirong {
    margin-top: 30px;
    font-size: 13px;
    color: #777;
}
.gy-box3 .tablecell:hover .wenzibox2 {
    background: #293443;
}
.gy-box3 .tablecell:hover .wenzibox2 .title {
    color: #debd91;
}
.gy-box3 .tablecell:hover .wenzibox2 .neirong {
    color: #979FAA;
}
.gy-box3 .tablecell:hover .tipbottom {
    position: relative;
}
.gy-box3 .tablecell:hover .tipbottom:before {
    content: "";
    display: block;
    border: 15px solid #293443;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.gy-box3 .tablecell:hover .tiptop {
    position: relative;
}
.gy-box3 .tablecell:hover .tiptop:before {
    content: "";
    display: block;
    border: 15px solid #293443;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.zk-aboutbox {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
	justify-content: center;
}
.aboutbox {
	width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.zk-aboutleftbox {
    width: 632px;
    flex-grow: 0;
    flex-shrink: 0;
}
.zk-aboutright {
    width: 665px;
    margin-left: 80px;
}
.zk-abouttitle {
    font-size: 23px;
    color: #FFF;
}
.zk-abouttitle span {
    font-size: 12px;
    color: #8e8e8e;
}
.zk-aboutmintitle {
    font-size: 16px;
    color: #c8c8c8;
    margin: 50px 0 40px 0;
}
.zk-aboutdetail {
    font-size: 14px;
    color: #828282;
}
.zk-aboutnumbox {
    justify-content: space-between;
}
.zk-numscrollbox {
    height: 140px;
    font-size: 12px;
    color: #8e8e8e;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	padding-top: 30px;
}
.zk-numscrollbox p {
    text-align: center;
    margin-bottom: 10px;
}
.zk-numscroll {
    font-size: 50px;
    color: #FFF;
}
.zk-teamleftbox {
    flex: 1;
    padding: 88px 165px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.zk-staffshowbox {
    display: flex;
    margin-top: 200px;
    overflow: hidden;
}
#type {
    color: #3b3b3b;
    font-size: 60px;
    margin-right: 50px;
    padding-top: 10px;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    background: #191919;
    width: 100px;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
}
.zk-type span {
    color: #FFF;
    font-size: 30px;
    vertical-align: middle;
}
#swiperbox {
    overflow: hidden;
}
.zk-staffbox.swiper-slide {
    background: #191919;
    display: block;
}
.zk-staffbox .zk-staffname {
    font-size: 23px;
    color: #fff;
}
.zk-staffbox .zk-staffwork {
    font-size: 14px;
    color: #828282;
    margin: 20px 0 60px 0;
}
.zk-staffbox .zk-staffintroduce {
    font-size: 14px;
    color: #828282;
}
.zk-culturetitle {
    margin-top: 35px;
}
.zk-culturebox {
    margin: 70px 0 95px 0;
    display: flex;
    justify-content: space-between;
}
.zk-culturebox .zk-culture {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #252525;
    height: 445px;
    width: 20%;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition: all linear .5s;
}
.zk-culture.zk-culture-hidden {
    top: -40px;
    opacity: 0;
}
.zk-culture1 {
    background-position: left top;
    background-image: url("../img/about/culture1.png");
}
.zk-culture2 {
    background-position: left bottom;
    background-image: url("../img/about/culture2.png");
}
.zk-culture3 {
    background-position: left top;
    background-image: url("../img/about/culture3.png");
}
.zk-culture4 {
    background-position: left bottom;
    background-image: url("../img/about/culture4.png");
}
.zk-culture5 {
    background-position: left top;
    background-image: url("../img/about/culture5.png");
}
.zk-culturebox .zk-hoverbox {
    height: 445px;
    width: 240px;
    position: relative;
}
.zk-culturebox .zk-hoverbox:after {
    display: block;
    content: "";
    height: 445px;
    width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    transition: all linear .3s;
}
.zk-hoverbox:hover:after {
    height: 395px;
    width: 220px;
    border-color: #c1a97e;
}
.zk-backbox {
    height: 445px;
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear .3s;
}
.zk-hoverbox:hover .zk-backbox {
    background-color: rgba(0,0,0,.3);
}
.zk-hoverbox .zk-introduce {
    height: 315px;
    width: 240px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 50px;
    box-sizing: border-box;
    visibility: hidden;
}
.zk-hoverbox:hover .zk-introduce {
    visibility: visible;
}
.zk-titlebox {
    max-width: 240px;
    height: 130px;
    padding: 50px 0 35px 0;
    box-sizing: border-box;
    text-align: center;
}
.zk-hovername {
    font-size: 24px;
    color: #FFF;
    transition: all linear .3s;
    display: block;
}
.zk-hoverline {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #999;
    transition: all linear .3s;
}
.zk-hoverbox:hover .zk-hoverline {
    width: 50px;
}
.zk-hoverbox:hover .zk-hovername {
    color: #c1a97e;
    transform: translateY(-10px);
}
.zk-maptitle {
    text-align: center;
}
.zk-map {
    display: block;
	width: 100%;
}
.zk-card {
    width: 1150px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 66px 0 45px 0;
    background: #FFF;
    box-shadow: 0 0 50px #efefef;
}
.bwkj-vip-zizhi .zk-card-last{
	margin-bottom: 80px;
}
.zk-card img {
    height: 400px;
    display: block;
    margin: 0 auto;
}
.zk-card p {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-top: 40px;
}
.zk-jobbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.zk-jobbox .neirongbox {
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
	width: 700px;
    height: 241px;
    margin-bottom: 40px;
}
.prizebox2 .imgbox {
    width: 100%;
    height: 605px;
    background-image:url(../img/prize/prizeimg.png);
    box-shadow: 0 0 0 #000;
}
.zk-prizebox {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
}
.prizebox {
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.zk-prizetitle {
    font-size: 23px;
    color: #FFF;
}
.zk-prizetitle span {
    font-size: 12px;
    color: #8e8e8e;
}
.zk-prizelistbox {
    padding-top: 150px;
    padding-bottom: 90px;
    display: flex;
    align-items: flex-start;
}
.zk-prizeleftbox {
    width: 310px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 100px;
}
.zk-prizerightbox {
    width: 890px;
    flex-grow: 0;
    flex-shrink: 0;
}
.zk-prizebiginfo {
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    margin: 50px 0;
}
.zk-prizeminiinfo {
    font-size: 12px;
    line-height: 14px;
    color: #4e4e4e;
}
.zk-prizelist {
    overflow: hidden;
    width: 100%;
}
.zk-prizecard {
    width: 256px;
    height: 338px;
    padding: 16px 20px 40px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.zk-prizecardimg {
    height: 178px;
}
.zk-prizecardtitle {
	height: 48px;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.zk-prizecardinfo {
    font-size: 12px;
	height: 40px;
    line-height: 18px;
    color: #999;
    text-align: center;
}
/*分页器*/
#pagination {
    display: flex;
    width: 100%;
}
#pagination .swiper-pagination-bullet {
    flex: 1;
    height: 1px;
    background: #3e3a45;
    border-radius: 0;
    opacity: 1;
}
#pagination .swiper-pagination-bullet-active {
    background-color: #06aaff;
    height: 2px;
}
.zk-morebox {
    margin-top: 50px;
}
.zk-morebtn {
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    padding-right: 30px;
    outline: none;
    border: none;
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    background-image: url(../img/prize/arr.png) no-repeat center right;
}
.zk-timelistbox {
    background-color: #212020;
    padding: 70px 0 85px 0;
}
.zk-timelistbox .zk-prizetitle {
    text-align: center;
    margin-bottom: 40px;
}
.zk-timebox {
    padding-top: 80px;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: 110px 120px;
    background-size: auto;
    position: relative;
}
.zk-time1 {
    background-image: url(../img/prize/dashline1.png);
}
.zk-timecard {
    width: 250px;
    position: absolute;
}
.zk-time {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 80px;
}
.zk-funtion {
    text-align: left;
    font-size: 14px;
    color: #bdbdbd;
}
.zk-time-t1 {
    top: 70px;
}
.zk-time-l1 {
    left: -6px;
}
.zk-time-l2 {
    left: 305px;
}
.zk-time-l3 {
    left: 615px;
}
.zk-time-l4 {
    left: 925px;
}
.zk-time-l5 {
    left: 1010px;
}
.zk-time-l6 {
    left: 350px;
}
.zk-time-l7 {
    left: 580px;
}
.zk-time-l8 {
    left: 815px;
}
.stockbox2 .imgbox {
    width: 100%;
    height: 605px;
    background-image:url(../img/stock/stockimg.jpg);
    background-position: top center;
    box-shadow: 0 0 0 #000;
    position: relative;
}
.stockbox {
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.zk-gotobtn {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url(../img/stock/goto.png);
    background-size: 100%;
    background-position: center;
    width: 162px;
    height: 43px;
}
.zk-stockbox {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
}
.zk-stockbox1 {
    display: flex;
    justify-content: space-between;
    padding: 115px 0 80px 0;
}
.zk-stocktitle {
    font-size: 23px;
    color: #FFF;
}
.zk-stocktitle span {
    font-size: 12px;
    color: #8e8e8e;
}
.zk-photobox {
    width: 562px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: .5s all linear;
}
.zk-photobox-hidden {
    left: -20px;
    opacity: 0;
}
.zk-photobox img {
    width: 562px;
}
.zk-detailbox {
    width: 573px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: .5s all linear;
}
.zk-detailbox-hidden {
    left: 20px;
    opacity: 0;
}
.zk-stockminititle {
    font-size: 16px;
	font-weight: normal;
    color: #d9d9d9;
    margin: 50px 0;
	float: left;
}
.zk-stockinfo {
    font-size: 14px;
    line-height: 28px;
    color: #828282;
}
.zk-synopsisbox1 {
    padding: 50px 0 90px 0;
    flex-direction: column;
}
.zk-synopsis p{
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
    color: #828282;
}
.zk-synopsisbtn {
    display: block;
    width: 175px;
    height: 45px;
    color: #FFFFFF;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 3px;
    background-color: #4899f4;
    margin: 0 auto;
    margin-top: 55px;
    transition: .3s all linear;
}
.zk-synopsisbtn:hover {
    background-color: #4392e7;
}
.thesis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 47px 0;
}
.thesisBox {
    box-sizing: border-box;
    width: 228px;
    height: 346px;
    padding: 22px;
    background-color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 0 10px 5px #e2e2e2;
	text-align: center;
}
.thesisBox .thesisImg {
    height: 250px;
    transition: 1s all linear;
    display: block;
    margin: 0 auto;
}
.thesisBox h3{
	margin-top: 10px;
	font-size: 15px;
}
.thesisBox span.price{
	display: block;
	color: #d10000;
}
.thesisBox:hover .thesisImg {
    transform: scale(1.03,1.03)
}
button.ft-zxbtn {
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 125px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background-color: #e32e21;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 85px auto;
    margin-bottom: 0;
}
button.ft-zxbtn:hover {
    background-color: #ff3425;
    transition: .3s linear all;
}
.gy-box1 .imgbox {
    width: 180px;
    height: 15px;
    margin: 0 auto;
}
.gy-box1 .imgbox img {
    width: 100%;
}
.gy-box2 .tablebox {
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gy-box2 .tablebox .crossimg {
    height: 178px;
    width: 340px;
    overflow: hidden;
    background: #f5f5f5;
}
.zk-gy-box2 .tablebox img {
    transition: 0.5s;
    height: 70%;
    display: block;
    margin: 25px auto;
}
.gy-box2 .zxbtn {
    margin-top: 60px;
}
.gy-box2 .ptbox {
    display: inline-block;
    padding: 15px;
    background-color: #fff;
    margin: 0 20px;
    width: 370px;
    height: 300px;
    border: 1px solid #fff;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.2);
}
.bwkj-vip-guanyu .gy-box2 .ptbox {
	width: 330px;
}
.bwkj-vip-guanyu .baoguobox .tablebox .neirongbox .imgbox {
	margin: 0;
}
.bwkj-vip-guanyu .tablebox .ptbox .b11title {
	margin: 40px 0 15px 0;
}
.bwkj-vip-guanyu .twenzi h1{
	color: #333;
	margin-top: 35px;
	font-weight: normal;
}
.bwkj-vip-guanyu .huisebeijing .wrap{
	margin-top: 80px;
}
.bwkj-vip-guanyu .gy-box2, .bwkj-vip-guanyu .gy-box3{
	margin-top: 80px;
}
.bwkj-vip-guanyu .gy-box3 .imgbox{
	margin-bottom: 80px;
}
.bwkj-vip-guanyu .gy-rybox{
	margin-bottom: 100px;
}
.bwkj-vip-guanyu .tablebox-guquan .flexbox>div{
	flex: 1;
}
.bwkj-vip-guanyu .tablebox-guquan .ptcard p:first-of-type{
	margin-top: 0;
}
.bwkj-vip-guanyu .tablebox-vedio .ptcard{
	padding: 60px;
}
.bwkj-vip-guanyu .tablebox-vedio .ptcard .zk-videoshowbox>img{
	margin: 0;
}
.bwkj-vip-guanyu .gy-rybox .pbox{
	margin-bottom: 80px;
}
.bwkj-vip-guanyu .gy-rybox .ptbox{
	margin-left: 0;
}
.bwkj-vip-guanyu .gywm_yhxy{
	padding-top: 80px;
}
.bwkj-vip-guanyu .gywm_yszc{
	padding-top: 0;
}
.ptcard {
    box-shadow: 0 0 12px 1px rgba(85, 122, 175, 0.24);
    border-radius: 9px;
    box-sizing: border-box;
    padding: 40px;
}
.flexbox {
    display: flex;
    justify-content: space-between;
}
.flexbox img.bigphoto {
    width: 512px;
    height: 296px;
    margin: 0 32px 32px 0;
    flex-shrink: 0;
    flex-grow: 0;
}
.ptcard h2{
    font-size: 30px;
    text-align: left;
    line-height: 48px;
    margin-bottom: 55px;
    margin-top: 0;
}
.ptcard p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: left;
}
.gy-box2 a.zk-goto {
    display: block;
    width: 176px;
    height: 45px;
    background-color: #4899f4;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    margin: 0 auto;
}
.gy-box2 a.zk-goto:hover {
    background-color: #ff3425;
    transition: .3s linear all;
}
.gy-box2 .smfont {
    font-size: 14px;
    color: #999;
}
.gy-box2 .b11title {
    font-weight: bolder;
    font-size: 16px;
    color: #333;
    line-height: 14px;
}
#zk-videoshowbox {
    position: relative;
    top: 0;
    left: 0;
    width: 960px;
    height: 543px;
    margin: 0 auto;
}
#zk-videoshowbox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 543px;
    z-index: 1;
}
#zk-videoshowbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 543px;
    z-index: 100;
}
.zk-videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100000;
}
#zkvideoshowBox {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
    background-color: #000;
}
.zk-hidden {
    display: none;
}
.zk-close {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    top: 20%;
    right: 20%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}
/*首页风采*/
.fengcaibox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto 0;
	padding-bottom: 65px;
}
.fengcai {
    width: 388px;
    height: auto;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    padding: 22px 35px;
    text-align: center;
    margin-top: 20px;
}
.fengcaiimg {
    width: 318px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.fengcaititle {
    font-size: 18px;
    color: #333;
    margin: 20px 0 5px 0;
}
.fengcai a:hover .fengcaititle {
    color: #e32e21;
}
.fengcaidetail {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.fengcaibtn {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
	border: solid 1px #e32e21;
    background: #fff;
    height: 36px;
    width: 130px;
    line-height: 34px;
    color: #fff;
    text-align: center;
	color: #e32e21;
}
.fengcaibtn:hover {
    color: #fff;
	background: #e32e21;
}
.topbtnbox a:hover {
    color: #fff;
    background-color: #ff3425;
}
.theme-box {
	min-width: 1200px;
    margin: 10px auto;
	line-height: 80px;
    text-align: center;
}
.theme-box a{
    padding: 5px 10px;
    color: #fff;
    background-color: #00a2ca;
    border: 1px solid #00a2ca;
    margin: 0 10px;
    border-radius:5px;
}
.theme-box a:hover{
    text-decoration: none;
}
.theme-box a.touch{
    background-color: #ff6600;
    border: 1px solid #ff6600;
}
.box-gywm{
	width: 100%;
	height: 690px;
	background:#000 url(../img/about/aboutUs.png) no-repeat center;
}
.box-gywm h1, .box-gywm p{
	font-size: 14px;
	color: #777;
	line-height: 1.75;
	padding-top: 420px;
	display: inline-block;
}
.box-gywm h1{
	font-weight: normal;
}
.box-gywm p{
	padding-top: 0;
}
.block-bghj{
	width: 100%;
	height: 654px;
	background-color: #151515;
}
.block-bghj .post{
	width: 1200px;
	margin: 0 auto;
}
.block-bghj .post .zk-abouttitle{
	padding: 50px 0 30px 0;
}
.block-bghj .post .bghj-title{
	font-size: 14px;
	color: #fff;
	height: 58px;
	line-height: 58px;
	display: block;
}
.block-bghj .post .bghj-title:after{
	content: '';
	display: inline-block;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #b6b6b6;
    margin-left: 8px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.block-bghj .post p img{
	width: 288px;
	height: 195px;
	max-width: 291px;
	max-height: 195px;
	margin-right: 12px;
	padding: 0;
	cursor: pointer;
}
.block-bghj .post p img:last-of-type{
	margin-right: 0;
}
.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0;}
.big_img .swiper-container2 {position: relative;width: 100%;height: 100%;}
.big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide2{width: 100%;height: 100%;display: table;background-color: transparent;}
.big_img .swiper-slide2 .cell{width: 100%;;height: 100%;display: table-cell;vertical-align: middle;text-align: center;}
.big_img .swiper-slide2 img{max-width: 90%;max-height: 80%;margin:9% auto 0;}
.big_img .swiper-pagination2{position: absolute; top:96px;text-align: center;width: 100%;}
.big_img .swiper-pagination2 span{margin:0 8px;}
.big_img .swiper-pagination-bullet {opacity: 1;}
.bwkj_yqlj{
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}
.bwkj_yqlj h6{
	font-size: 13px;
	color: #777;
	font-weight: normal;
	margin-bottom: 18px;
}
.bwkj_yqlj div a{
	float: left;
	display: block;
	width: 18%;
	font-size: 13px;
	color: #666;
	margin-bottom: 8px;
	padding-right: 1.5%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bwkj_yqlj div a:hover{
	opacity: .8;
}
.xinw_gwyl{
	padding-bottom: 40px;
	background-color: #000;
}
.xinw_gwyl .bwkj_yqlj{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.xinw_gwyl .bwkj_yqlj h6{
	color: #828282;
}
.xinw_gwyl .bwkj_yqlj div:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.xinw_gwyl .bwkj_yqlj div a{
	width: 11%;
	color: #828282;
}
/* 首页 */
.after-clear:after{ display:block; content:''; clear:both; visibility:hidden;}
.bwcontainer *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bwkj-index-block .imgbox .wrap {
	position: relative;
}
.bwkj-index-block .imgbox .head-bigtitle {
	position: absolute;
	left: 0;
	height: 72px;
	line-height: 72px;
	top: 150px;
	font-size: 58px;
	font-weight: normal;
	color: #333333;
}
.bwkj-index-block .imgbox .head-minititle {
	position: absolute;
	left: 0;
	top: 254px;
	font-size: 24px;
	color: #333;
	letter-spacing: 2px;
}
.bwkj-header{
	line-height: 70px;
}
.bwkj-header .gqdm{
	margin-left: 20px;
	font-size: 14px;
}
.bwkj-header .gqdm span{
	color: #e32e21;
}
.bwkj-header .fl-white .gqdm span{
	color: #fff;
}
.bwkj-header-search{
	float: right;
}
.bwkj-header-search .search-box {
	position: relative;
}
.bwkj-header-search .search-input {
	width: 220px;
	height: 38px;
	padding: 0 40px 0 15px;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	border-radius: 25px;
	font-size: 14px;
	outline: none;
}
.bwkj-header-search .search-input:focus {
	border-color: #e53e3e;
	box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.1);
}
.bwkj-header-search .search-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #999;
	font-size: 16px;
}
.bwkj-header-search .search-btn img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.bwkj-header-search .header-right a {
	margin-left: 15px;
	color: #333;
	text-decoration: none;
}
.bwkj-header-cart{
	display: block;
	float: right;
	width: 24px;
	height: 70px;
	background: url(../img/dd/bowenkj_cart.png) no-repeat center;
	background-size: 24px 22px;
	margin-left: 20px;
	position: relative;
}
.bwkj-header-cart>b{
	position: absolute;
	right: -8px;
	top: 18px;
	width: 16px;
	height: 16px;
	background-color: #e32e21;
	color: #fff;
	text-align: center;
	line-height: 16px;
	border-radius: 16px;
	font-weight: normal;
	font-size: 12px;
}
.bwkj-header-login{
	display: block;
	float: right;
	width: 22px;
	height: 70px;
	background: url(../img/dd/bowenkj_member.png) no-repeat center;
	background-size: 22px 22px;
	margin-left: 20px;
}
/* 面包屑 */
.bwkj-list-bread{
	font-size: 13px;
	color: #666;
	line-height: 26px;
	padding: 21px 0 15px 0;
}
.bwkj-list-bread a{
	display: inline-block;
	color: #666;
	line-height: 26px;
}
.bwkj-list-bread a:hover{
	color: #e32e21;
}
.bwkj-list-bread a:after{
	content: '/';
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 2px 6px;
}
.bwkj-list-bread h1, .bwkj-list-bread span{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 26px;
}
/* 筛选 */
.bwkj-filter-box{
	padding: 28px 40px;
	background-color: #fff;
}
.bwkj-filter-box .fltitle{
	float: left;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.bwkj-filter-box .box-item{
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: solid 1px #f1f1f1;
}
.bwkj-filter-box .box-item:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.bwkj-filter-box .box-item .h {
    width: 54px;
	height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 13px;
	color: #333;
    text-align: center;
    float: left;
	margin-left: 26px;
}
.bwkj-filter-box .box-item .h a{
	display: block;
	width: 54px;
	height: 24px;
	line-height: 24px;
	border-radius: 4px;
	font-size: 13px;
    color: #333;
	text-align: center;
}
.bwkj-filter-box .box-item .h a:hover{
	color: #e32e21;
	border-radius: 4px;
	border: solid 1px #e32e21;
	background-color: #fff;
}
.bwkj-filter-box .box-item .h a.action{
	color: #e32e21;
	border-radius: 4px;
	border: solid 1px #e32e21;
	background-color: #fff;
}
.bwkj-filter-box .box-item .r {
    width: 1012px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
    float: left;
}
.bwkj-filter-box .box-item .r a{
	display: block;
	font-size: 13px;
    color: #333;
    padding: 0 10px;
	height: 24px;
	line-height: 24px;
	border: solid 1px transparent;
}
.bwkj-filter-box .box-item .r a:hover, .bwkj-filter-box .box-item .r a.action, .bwkj-filter-box .box-item .r .app-menu-active a{
	color: #e32e21;
	cursor: pointer;
	border-radius: 4px;
	border: solid 1px #e32e21;
	background-color: #fff;
}
.bwkj-filter-box .box-item .r ul{
	overflow: hidden;
}
.bwkj-filter-box .box-item .r ul li {
    height: 22px;
    line-height: 22px;
   	margin-left: 14px;
    float: left;
    margin-bottom: 8px;
}
.bwkj-filter-box .box-item .m {
    line-height: 22px;
    font-size: 13px;
    color: #333;
    text-align: center;
    float: right;
}
.bwkj-filter-box .box-item .m a{
	font-size: 13px;
    color: #333;
}
.bwkj-filter-box .box-item .m:hover a{
	color: #e32e21;
}
.bwkj-filter-box-sci .box-item:first-of-type .fltitle{
	width: 42px;
}
.bwkj-filter-box-sci .box-item:first-of-type .r{
	width: 996px;
}
.bwkj-filter-box-sci .box-item:not(:first-of-type){
	float: left;
	width:50%;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.bwkj-filter-box-sci .box-item:not(:first-of-type) .r{
	width: 75%;
}
/* 期刊列表 */
.bwkj-list-qk ul li.journal-detail {
	background-color: #fff;
	border-radius: 0px 0px 4px 4px;
	margin-top: 14px;
	padding: 25px 38px;
	position: relative;
}
.bwkj-list-qk ul li.journal-detail>a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	
}
.bwkj-list-qk ul li.journal-detail .journal-image {
	width: 110px;
	height: auto;
	flex-shrink: 0;
	margin-right: 30px;
}
.bwkj-list-qk ul li.journal-detail .journal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bwkj-list-qk ul li.journal-detail .journal-info {
	flex: 1;
	min-width: 0;
}
.bwkj-list-qk ul li.journal-detail .journal-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.bwkj-list-qk ul li.journal-detail .journal-title {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin-right: 12px;
}
.bwkj-list-qk ul li.journal-detail:hover{
	box-shadow:0 0 12px 1px rgba(248, 248, 248, 0.24);
}
.bwkj-list-qk ul li.journal-detail>a:hover .journal-title{
	color: #e32e21;
}
.bwkj-list-qk ul li.journal-detail .journal-popularity {
	display: flex;
	align-items: center;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #b86f2c;
	background-color: #fff7ed;
	border-radius: 11px;
	text-align: center;
	padding: 0 10px;
}
.bwkj-list-qk ul li.journal-detail .journal-popularity span {
	width: 14px;
	height: 14px;
	background: url(../img/dd/bowenkj_rq.png) no-repeat;
	background-size: 14px 13px;
	margin-right: 5px;	
}
.bwkj-list-qk ul li.journal-detail .journal-favorite {
	margin-left: auto;
}
.bwkj-list-qk ul li.journal-detail .favorite-btn {
	font-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #b86f2c;
	height: 24px;
	line-height: 24px;
	border: none;
	background: transparent;
	position: absolute;
	right: 38px;
	top: 25px;
	z-index: 2;
}
.bwkj-list-qk ul li.journal-detail .favorite-btn:hover {
	color: #f58f32;
}
.bwkj-list-qk ul li.journal-detail .favorite-btn span {
	width: 14px;
	height: 13px;
	background: url(../img/dd/bowenkj_sc.png) no-repeat center;
	background-size: 14px 13px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.bwkj-list-qk ul li.journal-detail .favorite-btn span.ysc{
	background: url(../img/dd/bowenkj_sc_act.png) no-repeat center;
	background-size: 14px 13px;
}
.bwkj-list-qk ul li.journal-detail .journal-description {
	font-size: 14px;
	color: #777;
	margin-bottom: 30px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bwkj-list-qk ul li.journal-detail .journal-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
}
.bwkj-list-qk ul li.journal-detail .meta-item {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 10px;
}
.bwkj-list-qk ul li.journal-detail .meta-item:first-of-type{
	padding-left: 0;
}
.bwkj-list-qk ul li.journal-detail .meta-item:before{
	content: '';
	display: inline-block;
	width: 2px;
	height: 44px;
	background-color: #e8e8e8;
	position: absolute;
	left: 0;
	top: 2px;
}
.bwkj-list-qk ul li.journal-detail .meta-item:first-of-type:before{
	display: none;
}
.bwkj-list-qk ul li.journal-detail .meta-label {
	font-size: 14px;
	color: #777;
}
.bwkj-list-qk ul li.journal-detail .meta-value {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bwkj-list-qk ul li.journal-detail .price {
	font-size: 18px;
	font-weight: bold;
	color: #e32e21;
}
.bwkj-loadmore-btn, .bwkj-loadmore-arti{
	display: block;
	height: 60px;
	line-height: 64px;
	background-color: #fff;
	border-radius: 3px;
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: center;
	font-size: 16px;
	color: #555;
}
.bwkj-loadmore-btn p, .bwkj-loadmore-arti p{
	text-align: center;
}
.bwkj-loadmore-btn a, .bwkj-loadmore-arti p{
	display: block;
	color: #555;
}
.bwkj-loadmore-btn p.loadmore a:after, .bwkj-loadmore-arti p.more:after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/dd/bowenkj_more.png) no-repeat center;
	background-size: 12px 12px;
	vertical-align: middle;
	margin: 0 0 4px 10px;
}
.bwkj-loadmore-btn p.loadmore a:hover:after, .bwkj-loadmore-arti p.more:hover:after{
	background: url(../img/dd/bowenkj_more_hover.png) no-repeat center;
	background-size: 25px 12px;
	background-position: -13px 0;
}
.bwkj-loadmore-btn a:hover, .bwkj-loadmore-arti p.more:hover{
	color: #e32e21;
	box-shadow:0 0 12px 1px rgba(248, 248, 248, 0.24);
}
.bwkj-loadmore-arti p:hover{
	cursor: pointer;
}
.bwkj-index-yqlj{
	padding: 26px 38px 16px 38px;
	margin-bottom: 14px;
	background-color: #fff;
}
.bwkj-show-yqlj{
	padding: 26px 58px 16px 58px;
	background-color: #fff;
}
.bwkj-qk-main-content .bwkj-show-yqlj{
	margin-bottom: 14px;
}
.bwkj-xinwen-yqlj{
	margin-top: 14px;
}
.bwkj-index-yqlj h6{
	float: left;
	font-size: 14px;
}
.bwkj-show-yqlj h6{
	float: left;
	font-size: 14px;
}
.bwkj-index-yqlj ul{
	float: left;
	width: 1054px;
	font-size: 14px;
}
.bwkj-show-yqlj ul{
	float: left;
	width: 740px;
	font-size: 14px;
}
.bwkj-xinwen-yqlj{
	margin-bottom: 0;
}
.bwkj-xinwen-yqlj ul{
	width: 694px;
}
.bwkj-index-yqlj ul li, .bwkj-show-yqlj ul li, .bwkj-show-yqlj ul>a, .bwkj-xinwen-yqlj ul>a{
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
	margin-right: 4%;
	margin-bottom: 10px;
}
.bwkj-xinwen-yqlj ul>a{
	width: 19%;
	margin-right: 1%;
}
.bwkj-xinwen-yqlj ul>a:nth-of-type(5n){
	margin-right: 0;
}
.bwkj-index-yqlj ul li a:hover, .bwkj-show-yqlj ul li a:hover, .bwkj-xinwen-yqlj ul>a:hover, .bwkj-show-yqlj ul>a:hover{
	color: #e32e21;
}
/* 期刊详情 */
.bwkj-journal-detail {
	padding: 58px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
}
.bwkj-journal-detail .journal-image {
	width: 262px;
	height: auto;
	flex-shrink: 0;
}
.bwkj-journal-detail .journal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bwkj-journal-detail .journal-info {
	flex: 1;
	margin-left: 55px;
}
.bwkj-journal-detail .journal-header {
	margin-bottom: 20px;
}
.bwkj-journal-detail .journal-header .titlebox{
	display: flex;
	align-items: center; 
	margin-bottom: 12px;
}
.bwkj-journal-detail .journal-title {
	font-size: 32px;
	line-height: 1;
	color: #333;
	font-weight: bold;
}
.bwkj-journal-detail .journal-levels {
	display: flex;
	margin-left: 10px;
}
.bwkj-journal-detail .level-tag {
	height: 22px;
	line-height: 22px;
	background: #fff7ed;
	font-size: 12px;
	padding: 0 12px;
	color: #b86f2c;
	border-radius: 2px;
}
.bwkj-journal-detail .journal-description {
	font-size: 14px;
	color: #333;
	margin-bottom: 25px;
	line-height: 22px;
}
.bwkj-journal-detail .price-section {
	background: #f2f2f2;
	padding: 25px 12px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bwkj-journal-detail .price-info {
	display: flex;
	align-items: center;
}
.bwkj-journal-detail .price-label {
	font-size: 14px;
	color: #333;
	margin-right: 18px;
}
.bwkj-journal-detail .price-value {
	font-size: 26px;
	font-weight: bold;
	color: #e32e21;
	margin-right: 10px;
}
.bwkj-journal-detail .price-discount{
	width: 40px;
	height: 22px;
	line-height: 22px;
	background-color: #b86f2c;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.bwkj-journal-detail .price-market{
	font-size: 14px;
	color: #666;
	text-decoration: line-through;
}
.bwkj-journal-detail .countdown {
	display: flex;
	align-items: center;
}
.bwkj-journal-detail .countdown-label {
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}
.bwkj-journal-detail .countdown-time {
	display: flex;
	font-size: 14px;
	color: #333;
}
.bwkj-journal-detail .time-box {
	width: 32px;
	height: 22px;
	line-height: 22px;
	background-color: #e32e21;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.bwkj-journal-detail .journal-meta {
	margin-bottom: 30px;
}
.bwkj-journal-detail .meta-row {
	display: flex;
	margin-bottom: 10px;
}
.bwkj-journal-detail .meta-label {
	width: 60px;
	font-size: 14px;
	color: #666;
	flex-shrink: 0;
}
.bwkj-journal-detail .meta-value {
	font-size: 14px;
	color: #666;
	flex: 1;
}
.bwkj-journal-detail .meta-value a{
	color: #666;
	display: inline-block;
}
.bwkj-journal-detail .meta-value a:hover{
	color: #e32e21;
}
.bwkj-journal-detail .quantity-specs{
	margin-bottom: 30px;
}
.bwkj-journal-detail .quantity-specs dt{
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	line-height: 40px;
}
.bwkj-journal-detail .quantity-specs dd{
	float: left;
	width: 710px;
	line-height: 25px;
}
.bwkj-journal-detail .quantity-specs dd ul li{	
	padding: 2px 10px;
	margin: 5px 12px 5px 0;
	line-height: 25px;
	background: #fff;
	border:1px solid #dcdcdc;
	outline:1px solid #fff;
	float: left;
	cursor: pointer;
}
.bwkj-journal-detail .quantity-specs dd ul li span{
	font-size: 13px;
}
.bwkj-journal-detail .quantity-specs dd ul li img{
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}
.bwkj-journal-detail .quantity-specs dd ul li.over{
	background:url(../img/dd/bowenkj_dsdy_gou.png) bottom -1px right -1px no-repeat;
	background-size: 15px 18px;
}
.bwkj-journal-detail .quantity-specs dd ul li.over, .bwkj-journal-detail .quantity-specs dd ul li:hover{
	border:1px solid #ff383d;
	outline:1px solid #ff383d;
}
.bwkj-journal-detail .quantity-section {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.bwkj-journal-detail .quantity-label {
	font-size: 14px;
	color: #333;
	margin-right: 15px;
}
.bwkj-journal-detail .quantity-control {
	display: flex;
	align-items: center;
	border: 1px solid #d7d7d7;
}
.bwkj-journal-detail .quantity-btn {
	width: 32px;
	height: 32px;
	background: #f5f5f5;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bwkj-journal-detail input[type="number"]::-webkit-inner-spin-button,
.bwkj-journal-detail input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.bwkj-journal-detail .quantity-input {
	width: 62px;
	height: 32px;
	border: none;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.bwkj-journal-detail .journal-stats {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 262px;
	margin-top: 7px;
}
.bwkj-journal-detail .stat-item {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #b86f2c;
}
.bwkj-journal-detail .stat-item span {
	width: 14px;
	height: 14px;
	background: url(../img/dd/bowenkj_rq.png) no-repeat center;
	background-size: 14px 13px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 7px;
}
.bwkj-journal-detail .favorite-btn {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #b86f2c;
}
.bwkj-journal-detail .favorite-btn span{
	width: 14px;
	height: 14px;
	background: url(../img/dd/bowenkj_sc.png) no-repeat center;
	background-size: 14px 13px;
	vertical-align: middle;
	margin-bottom: 4px;	
	margin-right: 7px;
}
.bwkj-journal-detail .favorite-btn span.ysc{
	background: url(../img/dd/bowenkj_sc_act.png) no-repeat center;
	background-size: 14px 13px;
}
.bwkj-journal-detail .favorite-btn:hover {
	color: #f39c12;
}
.bwkj-journal-detail .action-section {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.bwkj-journal-detail .action-buttons {
	display: flex;
}
.bwkj-journal-detail .add-to-cart {
	width: 180px;
	height: 52px;
	line-height: 52px;
	background-color: #e32e21;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
}
.bwkj-journal-detail .add-to-cart:before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(../img/dd/bowenkj_add_cart.png) no-repeat center;
	background-size: 24px 20px;
	vertical-align: middle;
	margin: 0 14px 6px 0;
}
.bwkj-journal-detail .add-to-cart:hover {
	background: #ff3425;
	border-color: #ff3425;
}
.bwkj-journal-detail .buy-now {
	width: 180px;
	height: 52px;
	line-height: 52px;
	background: white;
	color: #e32e21;
	border: 1px solid #e32e21;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.bwkj-journal-detail .buy-now:hover {
	color: #fff;
	background: #ff3425;
	border-color: #ff3425;
}
.bwkj-journal-detail .service-guarantees {
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}
.bwkj-journal-detail .guarantee-item {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #b86f2c;
	margin-right: 20px;
}
.bwkj-journal-detail .guarantee-item:last-of-type{
	margin-right: 0;
}
.bwkj-journal-detail .guarantee-item span {
	width: 14px;
	height: 16px;
	background: url(../img/dd/bowenkj_bz.png) no-repeat center;
	background-size: 14px 16px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 5px;
}
/* 购物成功提示 */
.cart_tip_bd{
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;	
	position:fixed;
	top: 45%;
	left:36%;
	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(../img/dd/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:#e32e21;
	margin-top:13px;
    background-position: -84px -146px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 145px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.cart_tip_bd .close-btn {
    background-image: url(../img/dd/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: none; 
	font-size:13px;
}
.cart_tip_bd .close-txt:hover{
	color: #e32e21;
}
.cart_tip_bd .mac-go-cart:hover{
	text-decoration: none;
}
.bwkj-qk-main-content {
	margin-top: 14px;
}
.bwkj-qk-main-content .left-section {
	float: left;
	width: calc(1200px - 274px);
}
.bwkj-top-nav {
	border-bottom: 1px solid #f1f1f1;
}
.bwkj-top-nav ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.bwkj-top-nav ul li{
	margin-right: 6%;
}
.bwkj-top-nav ul li:last-of-type{
	margin-right: 0;
}
.bwkj-top-nav a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	border-bottom: 3px solid transparent;
	transition: all 0.3s;
	line-height: 20px;
}
.bwkj-top-nav a:hover {
	color: #e32e21;
}
.bwkj-top-nav a.active {
	font-weight: bold;
	border-bottom-color: #313131;
}
.bwkj-common-section{
	padding: 0 58px 40px 58px;
	background-color: #fff;
	margin-bottom: 14px;
}
.bwkj-section-title {
	color: #888;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 40px;
}
.bwkj-product-params {
	margin-bottom: 20px;
}
.bwkj-product-params .param-grid {
	display: grid;
	grid-template-columns: auto auto auto;
	min-width: 0; 
}
.bwkj-product-params .param-item {
	line-height: 30px;
	padding-right: 30px;
	min-width: 0;
	display: flex;
	align-items: center;
}
.bwkj-product-params .param-label {
	flex-shrink: 0;
	font-size: 13px;
	color: #999;
	margin-right: 4px;
}
.bwkj-product-params .param-value {
	flex: 1; 
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.bwkj-promotion-section {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url(../img/dd/bowenkj_qkxc.png) no-repeat center;
	background-size: 100% 80px;
	margin: 20px 0 25px 0;
}
.bwkj-promotion-section .promotion-text {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #333;
}
.bwkj-qk-main-content .left-section .bwkj-common-section{
	padding-top: 1px;
}
.bwkj-qk-main-content .left-section .bwkj-promotion-main h2,
.bwkj-qk-main-content .left-section .bwkj-dyhelp-section h4,
.bwkj-qk-main-content .left-section .bwkj-common-section>h3,
.bwkj-qk-main-content .left-section .bwkj-common-section>h4,
.bwkj-qk-main-content .left-section .bwkj-common-section>h5,
.bwkj-qk-main-content .left-section .bwkj-common-section>h6{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 30px 0;
	color: #333;
}
.bwkj-qk-main-content .left-section .bwkj-promotion-main h2 span.newtip{
	font-size: 15px;
	font-weight: normal;
	color: #d10003;
}
.bwkj-qk-main-content .left-section .bwkj-dyhelp-section h3{
	text-align: center;
}
.bwkj-qk-main-content .left-section .bwkj-promotion-main>h2:first-of-type{
	margin-top: 30px;
}
.bwkj-article-section {
	margin: -5px 0 -5px 0;
}
.bwkj-article-section p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
}
.bwkj-article-section p:last-of-type{
	margin-bottom: 0;
}
.bwkj-article-section p img{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
.bwkj-award-section .award-tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -4px;
}
.bwkj-award-section .award-tag {
	border: 1px solid #666666;
	border-radius: 2px;
	font-size: 15px;
	background: white;
	color: #333;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bwkj-award-section .award-tag:hover{
	border-color: #e32e21;
}
.bwkj-award-section .award-tag>a{
	display: block;
	padding: 8px 15px;
	color: #333;
}
.bwkj-award-section .award-tag:hover a{
	color: #e32e21;
}
.bwkj-history-section {
	margin: 30px 0;
}
.bwkj-history-section .history-tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -4px;
}
.bwkj-history-section .history-tags li {
	padding: 8px 15px;
	border: 1px solid #666666;
	border-radius: 2px;
	font-size: 15px;
	background: white;
	color: #333;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bwkj-wzml-section .article-item {
	margin-bottom: 16px;
}
.bwkj-wzml-section .article-title {
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bwkj-wzml-section .article-keywords {
	font-size: 12px;
	color: #888;
	line-height: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 发文分析 */
.bwkj-fwfx-section{
	display: flex;
}
.bwkj-fwfx-section .fwbox{
	flex: 1;
	min-width: 0;
}
.bwkj-fwfx-section .fwbox:nth-of-type(2){
	margin-left: 34px;
}
.bwkj-fwfx-section table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border: none !important;
}
.bwkj-fwfx-section table thead th {
	padding: 0 10px 10px 20px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.bwkj-fwfx-section table tbody td {
	font-size: 14px;
	padding: 10px 10px 10px 20px !important;
	background-color: #f9f9f9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none !important;
}
.bwkj-fwfx-section table tbody td span.empty, .bwkj-fwfx-section table tbody td span.value{
	text-align: center;
}
.bwkj-xszb-section table tbody td .empty {
	display: none;
}
.bwkj-xszb-section table tbody td > .empty:only-child {
	display: block;
}
.bwkj-fwfx-section table thead tr th:nth-of-type(2), .bwkj-qk-main-content .bwkj-fwfx-section table tbody tr td:nth-of-type(2){
	width: 80px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.bwkj-fwfx-section table .field-name {
	font-weight: 500;
}
.bwkj-fwfx-section table .field-count {
	text-align: right;
	font-weight: bold;
}
.bwkj-xszb-section table thead tr th:not(:first-of-type), .bwkj-qk-main-content .bwkj-xszb-section table tbody tr td:not(:first-of-type){
	text-align: center;
}
.bwkj-xszb-section table thead tr th:first-of-type, .bwkj-qk-main-content .bwkj-xszb-section table tbody tr td:first-of-type{
	width: 80px;
}
.bwkj-xszb-section table thead tr th:nth-of-type(2), .bwkj-qk-main-content .bwkj-xszb-section table tbody tr td:nth-of-type(2){
	width: auto;
}
/* 右侧板块 */
.bwkj-qk-main-content .right-section {
	width: 260px;
	float: right;
}
.bwkj-recommendation-section {
	background-color: #fff;
	padding-bottom: 13px;
	overflow: hidden;
}
.bwkj-recommendation-section .recommendation-header {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}
.bwkj-recommendation-section .recommendation-header h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.bwkj-recommendation-section .recommendation-item {
	padding: 25px 0 6px 0;
}
.bwkj-recommendation-section .recommendation-item .magazine-cover {
	text-align: center;
	margin-bottom: 4px;
}
.bwkj-recommendation-section .recommendation-item .magazine-cover img {
	width: 142px;
	height: auto;
}
.bwkj-recommendation-section .recommendation-item .magazine-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bwkj-recommendation-section .recommendation-item .magazine-info .price {
	font-size: 14px;
	font-weight: bold;
	color: #e32e21;
	margin-right: 14px;
}
.bwkj-recommendation-section .recommendation-item .magazine-info .popularity {
	font-size: 12px;
}
.bwkj-recommendation-section .recommendation-item .magazine-info .popularity span{
	color: #b86f2c;
}
.bwkj-recommendation-section .recommendation-item .magazine-type {
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bwkj-recommendation-section .recommendation-item .magazine-type h6{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 0;
	max-width: 142px;
	font-size: 14px;
	font-weight: normal;
}
.bwkj-recommendation-section-sci .recommendation-item .magazine-type h6{
	max-width: 200px;
}
.bwkj-recommendation-section .recommendation-item .magazine-type span{
	display: inline-block;
	margin-left: 14px;
}
.bwkj-recommendation-section .recommendation-item:hover .magazine-type h6{
	color: #e32e21;
}
.bwkj-recommendation-section-sci{
	display: none;
}
.bwkj-recommendation-section-sci .recommendation-item {
  display: block;
}
.bwkj-recommendation-section-sci:has(.recommendation-item) {
  display: block !important;
}
/* 订购帮助 */
.bwkj-dyhelp-section .warm-tip {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.bwkj-dyhelp-section .bwkj-process-section {
	margin: 40px 0;
}
.bwkj-dyhelp-section .process-steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../img/dd/bowenkj_dylc.png) no-repeat center 22px;
	background-size: auto 92px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	padding: 0 80px;
	height: 160px;
	border-radius: 10px;
	text-align: center;
}
.bwkj-dyhelp-section .bwkj-dyhelp-section .process-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
.bwkj-dyhelp-section .step-icon {
	width: 60px;
	height: 60px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	font-size: 24px;
}
.bwkj-dyhelp-section .step-number {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #e53e3e;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: -60px;
	margin-left: 40px;
}
.bwkj-dyhelp-section .step-title {
	flex: 1;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding-top: 90px;
}
.bwkj-dyhelp-section .step-line {
	flex: 1;
	height: 2px;
	background: #ddd;
	margin: 0 20px;
}
.bwkj-dyhelp-section .shipping-info {
	display: flex;
}
.bwkj-dyhelp-section .shipping-card {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 23px;
}
.bwkj-dyhelp-section .shipping-card:nth-of-type(2){
	margin-left: 22px;
}
.bwkj-dyhelp-section .shipping-card b {
	display: block;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 4px;
	color: #e32e21;
}
.bwkj-dyhelp-section .shipping-card p {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.bwkj-dyhelp-section h3.fhsj{
	margin-bottom: 4px;
}
.bwkj-dyhelp-section .shipping-note {
	font-size: 12px;
	color: #777;
	margin-bottom: 15px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: -20px;
}
.bwkj-dyhelp-section .express-cards {
	display: flex;
	margin-top: 20px;
}
.bwkj-dyhelp-section .express-card {
	flex: 1;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 28px 20px 16px 20px;
	text-align: center;
	margin-right: 20px;
}
.bwkj-dyhelp-section .express-card:last-of-type{
	margin-right: 0;
}
.bwkj-dyhelp-section .express-icon {
	margin-bottom: 12px;
	height: 41px;
}
.bwkj-dyhelp-section .express-icon1{
	background: url(../img/dd/bowenkj_kdsm1.png) no-repeat center;
	background-size: 32px 40px;
}
.bwkj-dyhelp-section .express-icon2{
	background: url(../img/dd/bowenkj_kdsm2.png) no-repeat center;
	background-size: 36px 40px;
}
.bwkj-dyhelp-section .express-icon3{
	background: url(../img/dd/bowenkj_kdsm3.png) no-repeat center;
	background-size: 41px 40px;
}
.bwkj-dyhelp-section .express-title {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
}
.bwkj-dyhelp-section .express-desc {
	font-size: 12px;
	line-height: 20px;
	color: #777;
}
/* 订购帮助 */
.bwkj-question-section .faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
}
.bwkj-question-section .faq-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.bwkj-question-section .faq-question {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 19px;
	display: flex;
	align-items: center;
}
.bwkj-question-section .faq-item-four .faq-question{
	height: 48px;
}
.bwkj-question-section .question-number {
	font-size: 20px;
	font-weight: normal;
	margin-right: 20px;
}
.bwkj-question-section .faq-answer {
	flex: 1;
	background: #f3f3f3;
	padding: 20px 20px 20px 44px;
	border-radius: 14px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	text-align: justify;
}
.bwkj-question-section .faq-answer::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 43px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f3f3f3;
}
.bwkj-question-section .answer-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background-color: #e32e21;
	color: white;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 18px;
}
/* 服务保障 */
.bwkj-fwbz-section .service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px 28px;
}
.bwkj-fwbz-section .service-card {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 23px 14px;
	text-align: center;
	transition: all 0.3s ease;
}
.bwkj-fwbz-section .service-card:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.bwkj-fwbz-section .service-icon {
	width: 69px;
	height: 69px;
	background-color: #f1f1f1;
	border-radius: 14px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bwkj-fwbz-section .service-icon1{
	background: #f1f1f1 url(../img/dd/bowenkj_fwbz1.png) no-repeat center;
	background-size: 32px 32px;
}
.bwkj-fwbz-section .service-icon2{
	background: #f1f1f1 url(../img/dd/bowenkj_fwbz2.png) no-repeat center;
	background-size: 28px 33px;
}
.bwkj-fwbz-section .service-icon3{
	background: #f1f1f1 url(../img/dd/bowenkj_fwbz3.png) no-repeat center;
	background-size: 34px 26px;
}
.bwkj-fwbz-section .service-icon4{
	background: #f1f1f1 url(../img/dd/bowenkj_fwbz4.png) no-repeat center;
	background-size: 34px 29px;
}
.bwkj-fwbz-section .service-icon5{
	background: #f1f1f1 url(../img/dd/bowenkj_fwbz5.png) no-repeat center;
	background-size: 34px 32px;
}
.bwkj-fwbz-section .service-icon6{
	background: #f1f1f1 url(../img/dd/bowenkj_fwbz6.png) no-repeat center;
	background-size: 32px 32px;
}
.bwkj-fwbz-section .service-title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #333;
}
.bwkj-fwbz-section .service-description {
	font-size: 12px;
	color: #777;
	line-height: 20px;
	text-align: center;
}
/* 免责声明 */
.bwkj-mzsm-section h5{
	margin-bottom: 24px;
}
.bwkj-mzsm-section p{
	font-size: 12px;
	line-height: 22px;
	color: #999;
}
.bwkj-mzsm-section p>a{
	color: #999;
}
/* 上下页 */
.bwkj-pages-section{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.bwkj-pages-section>a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
}
.bwkj-pages-section>a b{
	font-weight: normal;
}
/* 新闻中心 */
.bwkj-xinwen-show main{
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.bwkj-xinwen-show .left-column{
	flex: 1;
	margin-right: 14px;
}
.bwkj-xinwen-show .left-column .xinwenbox{
	background-color: #fff;
	padding: 50px 58px 30px 58px;
	text-align: center;
}
.bwkj-xinwen-show .right-column {
	width: 300px;
	background-color: #fff;
	padding: 0 22px 20px 22px;
}
.bwkj-xinwen-show .left-column h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #333;
	line-height: 1;
}
.bwkj-xinwen-show .left-column .news-date {
	font-size: 13px;
	color: #999;
	margin-bottom: 30px;
}
.bwkj-xinwen-show .left-column .news-image, .bwkj-xinwen-show .left-column .news-content p img {
	width: 555px;
	height: auto;
	margin: 0 auto 30px;
}
.bwkj-xinwen-show .left-column .news-content p {
	font-size: 15px;
	line-height: 28px;
	color: #333;
	margin-bottom: 30px;
	text-align: justify;
}
.bwkj-xinwen-show .left-column .news-pages{
	border-top: solid 1px #eee;
	padding-top: 30px;
}
.bwkj-xinwen-show .left-column .news-pages a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	text-align: left;
}
.bwkj-xinwen-show .left-column .news-pages a:hover{
	color: #e32e21;
}
.bwkj-xinwen-show .right-column h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 61px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.bwkj-xinwen-show .right-column .hot-news-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.bwkj-xinwen-show .right-column .hot-news-item>a{
	display: flex;
	align-items: flex-start;
}
.bwkj-xinwen-show .right-column .hot-news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.bwkj-xinwen-show .right-column .hot-news-content {
	flex: 1;
	margin-right: 15px;
}
.bwkj-xinwen-show .right-column .hot-news-title {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bwkj-xinwen-show .right-column .hot-news-item:hover .hot-news-title{
	color: #e32e21;
}
.bwkj-xinwen-show .right-column .hot-news-date {
	font-size: 12px;
	color: #999;
}
.bwkj-xinwen-show .right-column .hot-news-image {
	width: 80px;
	height: 60px;
	object-fit: cover;
}
/* 新闻列表 */
.bwkj-xinwen-banner{
	background:url(../img/news/tb.png) top center no-repeat;
	width:100%;
	height: 410px;
	text-align: center;
}
.bwkj-xinwen-banner .bwkj-list-bread{
	text-align: left;
}
.bwkj-xinwen-banner .banner-content{
	padding-top: 100px;
}
.bwkj-xinwen-banner h1{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #333;
	line-height: 1;
}
.bwkj-xinwen-banner .subtitle {
	font-size: 18px;
	color: #333;
}
.bwkj-xinwen-list .news-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.bwkj-xinwen-list .news-card {
	background-color: #fff;
	transition: transform 0.3s ease;
}
.bwkj-xinwen-list .news-card:hover {
	transform: translateY(-5px);
}
.bwkj-xinwen-list .news-image {
	width: 100%;
	height: 264px;
	object-fit: cover;
}
.bwkj-xinwen-list .news-content {
	padding: 35px;
}
.bwkj-xinwen-list .news-title {
	min-height: 48px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bwkj-xinwen-list .news-card:hover .news-title{
	color: #e32e21;
}
.bwkj-xinwen-list .news-description {
	font-size: 14px;
	color: #555;
	margin-bottom: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.bwkj-xinwen-list .news-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #999;
}
.bwkj-xinwen-list .news-date {
	flex: 1;
}
.gywm_yhxy>div{
	box-shadow: 0 0 12px 1px rgba(85, 122, 175, 0.24);
	border-radius: 9px;
	box-sizing: border-box;
	padding: 40px;
	margin-bottom: 80px;
}
.gywm_yhxy>div h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.gywm_yhxy>div .ysxy_box{
	line-height: 30px;
}
.gywm_yhxy>div .ysxy_box h3{
	font-size: 14px;
}
.bwkj-vip-guanyu #zk-showvideo {
	width: 150px;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
}
body.bwkj-vip-wenhua{
	min-width: 1500px;
	overflow-x: hidden;
}
.bwkj-vip-wenhua .imgbox {
	background: #000;
	text-align: center;
}
.bwkj-vip-wenhua .zk-aboutbox-fir{
	background-color: #191919;
	padding-bottom: 70px;
}
.bwkj-vip-wenhua .zk-aboutbox-fir .aboutbox{
	width: 1200px;
}
.bwkj-vip-wenhua .zk-aboutbox-fir .aboutbox .zk-teamleftbox{
	padding: 88px 0;
}
/* 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:#005EAC;border-width:1px;border-style:solid;border-color:#D8DFEA #0E1F5B #0E1F5B #D8DFEA;white-space:nowrap;display:inline-block;color:#FFFFFF;font-size:14px;text-align:center;cursor:pointer;}
#SD_button a:hover {text-decoration:none;}
#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(../img/member/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;
}
/* 侧边栏 */
.dl-side{width:78px; height:320px; border-radius:10px; text-align:center; 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; margin-top:0; line-height:37px; color:#fff; border-top-left-radius:10px; border-top-right-radius:10px; background-color:#e32e21;}
.dl-side h5 a,.dl-side h5 a:hover{color:#fff; font-size:14px; font-weight:400;}
.dl-side a:hover{text-decoration:none;}
.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:13px;text-align: center;}
.dl-side p a:last-of-type{border-bottom: none;}
.dl-side p a:hover{color: #e32e21;}
.dl-side .dl-side-icon5{height:auto; margin-top:18px; border-bottom:none; color:#999; position:relative;}
.dl-side .dl-side-icon5:hover{color:#e32e21;}
.dl-side h5 i{display:inline-block; margin-top:-3px;}
.dl-side p i{display:block; margin:18px auto 2px auto;}
.dl-side i{width:26px; height:26px; vertical-align:middle; background:url(../img/dd/bowenkj_side.png) no-repeat; background-size: 27px auto;}
.dl-side-icon1 i{background-position:0px 2px;}
.dl-side-icon2 i{background-position:0 -75px;}
.dl-side-icon3 i{background-position:-2px -156px;}
.dl-side-icon4 i{background-position:2px -235px;}
.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; font-size:14px; color:#777; text-align:left; padding:9px 20px 11px 20px; border-radius:6px; box-shadow:0 0 10px rgba(0,0,0,0.14); position:absolute; top:-22px; left:-230px; background-color:#fafafa;}
.dl-side span:after{content:""; display:inline-block; width:16px; height:33px; z-index:20; background:url(../img/dd/dl-sangle1.png) no-repeat; position:absolute; top:15px; right:-14px;}
.dl-side a:hover span{display:block;}
.dl-side span b{display:block; margin-top:-6px; font-size:22px; color:#e32e21;}
@-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);}
}
/* 弹出框 */
.bwkj-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;
}
.bwkj-dlipop h3 {
	display: inline-block;
	margin-top: 55px;
	font-size: 25px;
	font-weight: 400;
	color: #e32e21;
	margin-bottom: 0;
}
.bwkj-dlipop p {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #777;
	text-align: center;
}
.bwkj-dlipop a {
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	border-radius: 5px;
}
.bwkj-dlipop .dlidely {
	margin-right: 30px;
	color: #666;
	background-color: #eaeaea;
}
.bwkj-dlipop .dlidely:hover {
	text-decoration: none;
	background-color: #dcdbdb;
}
.bwkj-dlipop .dlinow {
	color: #fff;
	background-color: #e32e21;
}
.bwkj-dlipop .dlinow:hover {
	text-decoration: none;
	background-color: #ff3425;
}
/* 翻页 */
.bwkj-page-box ul {
	text-align: center;
}
.bwkj-page-box ul li {
	line-height: 40px;
	margin-right: 5px;
	display: inline-block;
}
.bwkj-page-box ul li a {
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	display: inline-block;
	font-size: 14px;
	color: #e32e21;
	border: 1px solid #d6d6d6;
}
.bwkj-page-box ul li a:hover,
.bwkj-page-box ul li a.action {
	color: #fff;
	text-decoration: none;
	background-color: #e32e21;
	border: 1px solid #e32e21;
}
.bwkj-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;
}
.bwkj-page-box ul li a.prev {
	padding-left: 16px;
	background-image: url(../img/member/page.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.bwkj-page-box ul li a.next {
	padding-right: 16px;
	background-image: url(../img/member/page.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
.bwkj-page-box ul li a.prev:hover {
	background-position: 0 -29px;
}
.bwkj-page-box ul li a.next:hover {
	background-position: 100% -29px;
}
/* 弹窗 */
.bwkj_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;
}
.bwkj_member_info .bwkj_m_alert_box{
	left: 58.5%;
	top: 43%;
}
.bwkj_member_pass .bwkj_m_alert_box{
	left: 58.5%;
	top: 38%;
}
.bwkj_m_alert_icon_in {
	width: 35px;
	height: 35px;
	margin: 0 auto 16px;
	background: url(../img/dd/icon_member_tck.png) no-repeat center;
}
.bwkj_m_alert_box .alert_content p{
	font-size: 18px;
}
.bwkj_m_alert_box_show {
	opacity: 1;
	transform: translate(-50%, -50%) translateY(0);
}
/* SCI内页 */
.bwkj-journal-detail-sci .journal-rank {
	display: flex;
	margin-bottom: 30px;
	padding: 28px 100px 28px 15px;
	background-color: #f6f6f6;
	justify-content: space-between;
}
.bwkj-journal-detail-sci .journal-rank .rank-item {
	display: flex;
	align-items: center;
}
.bwkj-journal-detail-sci .journal-rank .rank-label {
	margin-right: 12px;
	font-size: 14px;
	color: #333;
}
.bwkj-journal-detail-sci .journal-rank .rank-value {
	font-size: 18px;
	font-weight: bold;
	color: #e32e21;
}
.bwkj-journal-detail-sci .journal-details .detail-column{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.bwkj-journal-detail-sci .journal-details .detail-item {
	display: flex;
	flex: 1 0 calc(50% - 5px);
	margin-bottom: 10px;
}
.bwkj-journal-detail-sci .journal-details .detail-item:nth-of-type(2n){
	margin-left: 10px;
}
.bwkj-journal-detail-sci .journal-details .detail-item:nth-of-type(4n-1), .bwkj-journal-detail-sci .journal-details .detail-item:nth-of-type(4n){
	background-color: #f9f9f9;
}
.bwkj-journal-detail-sci .journal-details .detail-label {
	width: 70px;
	font-size: 14px;
	color: #666;
	padding: 3px 0;
}
.bwkj-journal-detail-sci .journal-details .detail-value {
	flex: 1;
	font-size: 14px;
	color: #333;
	padding: 3px 0;
}
/* 表格 */
.bwkj-sci-show h3.mintit{
	font-size: 15px;
	margin-bottom: 12px;
}
.bwkj-sci-show h3.mintit span{
	font-weight: normal;
	color: #d10003;
}
.bwkj-sci-show table{
	margin-bottom: 30px;
	border-collapse: collapse;
	border: solid 1px #e8e8e8;
}
.bwkj-sci-show table thead tr td{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #f3f3f3;
	border: solid 1px #e8e8e8;
}
.bwkj-sci-show table tbody tr td{
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	border: solid 1px #e8e8e8;
}
.bwkj-sci-show table tbody tr td span{
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 22px;
	font-size: 14px;
}
.bwkj-sci-show table tbody tr td span:nth-of-type(2n){
	margin-bottom: 10px;
}
.bwkj-sci-show table tbody tr td span:last-of-type{
	margin-bottom: 0;
}
.bwkj-sci-show table tbody tr td span.keypoint{
	width: 36px;
	color: #d10003;
	font-size: 13px;
	height: 24px;
	line-height: 24px !important;
	text-align: center;
	background-color: #fff1ed;
	border: solid 1px #ff6248;
	margin: 0 auto 30px;
	padding: 0;
}
.bwkj-sci-show table tbody tr td span.keypoint:last-of-type{
	margin-bottom: 0;
}
.bwkj-sci-show .num-elememt{
	position: relative;
	width: 54%;
	height: 6px;
	left: 23%;
}
.bwkj-sci-show .num-elememt:nth-child(even){
	margin-top: 62px;
}
.bwkj-sci-show .num-elememt p{
	font-size: 13px;
	position: absolute;
	left: 0;
	top: -16px;
	width: 100%;
	text-align: center;
}
.bwkj-sci-show .num-elememt .num-gray{
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 3px;
	left: 0;
	top: 8px;
}
.bwkj-sci-show .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 6px;
	background-color: #00b873;
	border-radius: 3px;
	left: 0;
	top: 8px;
}
.bwkj-sci-show .num-elememt .num-blue:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 2px #00b873;
    position: absolute;
    right: -9px;
    top: -3px;
}
.bwkj-sci-show .bwkj-sci-chartbox{
	height: 332px;
	background-color: #f6f6f6;
	border: solid 1px #ebebeb;
	margin-bottom: 30px;
}
.bwkj-sci-show .bwkj-sci-chartbox h3.chartboxtit{
	font-size: 15px;
	text-align: center;
	margin: 18px auto;
}
.bwkj-sci-show .bwkj-sci-chartbox>div{
	width: 714px;
	height: 245px;
	margin: 0 auto;
}
.wossj-tit,
.wossj-section {
	display: none !important;
}
.wossj-tit:has(+ .wossj-section tbody tr),
.wossj-section:has(tbody tr) {
	display: block !important;
}
.bwkj-sci-show .wossj-section table.bwkj-table-wossj{
	margin-bottom: 30px;
}
.bwkj-sci-show .wossj-section table.bwkj-table-wossj:last-of-type{
	margin-bottom: 0;
}
.bwkj-sci-show .wossj-section table.bwkj-table-wossj thead tr td:nth-of-type(2), .wossj-section table.bwkj-table-wossj thead tr td:nth-of-type(3), .wossj-section table.bwkj-table-wossj thead tr td:nth-of-type(4), .wossj-section table.bwkj-table-wossj thead tr td:nth-of-type(5){
	width: 124px;
}
.bwkj-sci-show .wossj-section table.bwkj-table-wossj tbody tr td.name{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
/* CiteScore */
.bwkj-sci-show .citescore-section ul li{
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 35px;
}
.bwkj-sci-show table.bwkj-table-citescore thead tr td:nth-of-type(3), .bwkj-sci-show table.bwkj-table-citescore thead tr td:nth-of-type(4){
	width: 124px;
}
.bwkj-sci-show table.bwkj-table-citescore tbody tr td:nth-of-type(3) span.ranking{
	text-align: center;
}
.bwkj-sci-show table.bwkj-table-citescore thead tr td:first-of-type, .bwkj-sci-show table.bwkj-table-citescore tbody tr td:first-of-type{
	text-align: left;
	border-right: 1px solid transparent;
}
.bwkj-sci-show table.bwkj-table-citescore thead tr td:first-of-type{
	padding-left: 20px;
}
.bwkj-sci-show table.bwkj-table-citescore thead tr td:nth-of-type(2), .bwkj-sci-show table.bwkj-table-citescore tbody tr td:nth-of-type(2){
	text-align: right;
	padding:0 20px;
}
.bwkj-sci-show table.bwkj-table-citescore tbody tr td:nth-of-type(2) span.keypoint{
	float: right;
 }
/* 中国科学院期刊分区 */
.bwkj-sci-show table.bwkj-table-zkysj thead tr td:first-of-type{
 	width: 214px;
}
.bwkj-sci-show table.bwkj-table-zkysj thead tr td:nth-of-type(3), .bwkj-sci-show table.bwkj-table-zkysj thead tr td:nth-of-type(4){
 	width: 124px;
}
.bwkj-sci-show table.bwkj-table-zkysj tbody tr td.dlfq .l{
	float: left;
	width: 55%;
	text-align: left;
	margin-left: 15px;
	line-height: 20px;
}
.bwkj-sci-show table.bwkj-table-zkysj tbody tr td.dlfq .l span{
	padding: 0;
}
.bwkj-sci-show table.bwkj-table-zkysj tbody tr td.dlfq .r{
	float: right;
	margin-right: 15px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.bwkj-sci-show table.bwkj-table-zkysj tbody tr td.xlfq .l{
	float: left;
	width: 70%;
	text-align: left;
	margin-left: 15px;
	line-height: 20px;
}
.bwkj-sci-show table.bwkj-table-zkysj tbody tr td.xlfq .l span{
	padding: 0;
}
.bwkj-sci-show table.bwkj-table-zkysj tbody tr td.xlfq .r{
	float: right;
	margin-right: 15px;
	display: grid;
	align-items: center;
	justify-content: center;
}
/* 高引用文章 */
.bwkj-sci-show .gyywz-section ul:empty {
    display: none;
}
.bwkj-sci-show .gyywz-section ul li{
	font-size: 15px;
	margin-bottom: 14px;
}
.bwkj-sci-show .gyywz-section ul li:last-of-type{
	margin-bottom: 0;
}
.bwkj-sci-show .gyywz-section ul li b{
	display: block;
	font-weight: normal;
}
.bwkj-sci-show .gyywz-section ul li p{
	font-size: 12px;
	color: #888;
}
.bwkj-sci-show .left-section .sci-bwkj-xszb-section table, .bwkj-sci-show .left-section .sci-bwkj-fwfx-section table{
	margin-bottom: 0;
}
/* 全局搜索 */
.bwkj-fullseach-body h1.fullsearch_tit{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
	color: #333;
}
.bwkj-fullseach-body h1.fullsearch_tit span.red{
	color: #e32e21;
}
.bwkj-vip-rongyu .prizebox2{
	padding-top: 1px;
}
.bwkj-vip-rongyu .fatherbox .imgbox{
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bwkj-vip-rongyu .fatherbox .imgbox .container{
	padding-top: 1px;
}
.bwkj-vip-rongyu .fatherbox .imgbox .container .p36c3-b{
	font-size: 67px;
	color: #fff !important;
	margin-bottom: 36px;
}
.bwkj-vip-rongyu .fatherbox .imgbox .container .p18c3{
	font-size: 24px!important;
	color: #fff !important;
}
.bwkj-vip-rongyu .pagination{
	margin-bottom: 20px;
}
.bwkj-vip-rongyu .pagination .swiper-slide>a>div{
	width: 100%; 
	background-color: #f5f5f5;
	padding: 10px 0;
}
.bwkj-vip-rongyu .zk-prizerightbox .zk-morebox>span{
	float: right;
	color:#fff;
}