@charset "utf-8";
html{color:#333;margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,var,i{font-style:normal;font-weight:normal;}
li {list-style:none;}

caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
input,textarea,select {font-family:inherit;font-size:inherit;*font-size:100%;font-weight:inherit;outline:none;border:1px solid #ccc;}
option{color:#333;}
input:focus,select:focus{/* border-color:#65aae9; */}
.dn{display:none;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.oc{color: #666;}
.bold{font-weight:bold;}
.pad_rl20{padding:0 20px;}
.pad_tb20{padding:20px 0;}
.mgn_t10{margin-top:10px;}
.bg-white{background:#fff;}
.bg-gray{background:#f8f8f8;}
.red{color:#ff4b33;}
.green{color:green;}
.orange{color:#FB9204;}
.font-blue{color:#4c9af2!important;}
.w-break{word-break:break-all;}
.pt100{padding-top:100px;}
.mc{margin:0 auto;}
.mt15{margin-top:15px;}
.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}
.mr10{margin-right:10px;}
.mr30{margin-right:30px;}
.ml10{margin-left:10px;}
.ml25{margin-left:25px;}
.mt20{margin-top:20px;}
.mc16{margin:0 16px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.p40{padding:40px;}
.font-red{color:#e12d2d!important;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font28{font-size:28px;}
.font24{font-size: 24px;}
.font36{font-size: 36px;}
.font-gray3{color:#333!important;}
.font-gray6{color:#666!important;}
.font-gray9{color:#999!important;}
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}
.clear{clear:both;height:0px;font-size:0;overflow:hidden;}
.iblock{display:inline-block;/* display:-moz-inline-stack; */*display:inline;*zoom:1;}
.a-blue{color: #1a54be;}
.db{display:block;}
.fs0{font-size:0;-webkit-text-size-adjust:none;}
.vm{vertical-align:middle;}
/* 去除button私有属性，解决FF中按钮文字偏下的BUG  */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border:none /*去虚线框*/;padding:0;}
body{color:#333;font-size:13px!important;font-family:Verdana,"Microsoft YaHei","微软雅黑","宋体";min-width:1200px;position:relative;background:#f5f5f5!important;}
a{color:#333;text-decoration:none;cursor:pointer;}
a:hover{/* color:#333; */text-decoration:none;}
.w_1200{width:1200px;margin:0 auto;}
.w_1100{width:1100px;margin:0 auto;}
.index-page .header .index-w1100{width:1100px;margin:0 auto;}
.ellipsis{width:100%;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/*搜索栏排序插件*/
.kucity{
    font-family: "微软雅黑";
    font-size:12px;
    position: absolute;
    top:50px;
    left:50px;
    width: 317px;
    border:1px solid #ccc;
    padding:10px;
    background-color: #fff;
}
.kucity h3{
    font-size:12px;
    font-weight: normal;
    color:#666;
}
.kucity .kucity_nav{
    font-size:0;
    padding-top:10px;
    list-style: none;
}
.kucity .kucity_nav li{
    cursor: pointer;
    font-size:12px;
    margin-left:-1px;
    border:1px solid  #dedede;
    display: inline-block;
    color:#666;
    padding:3px 7px;
    transition:all .2s;
}
.kucity .kucity_nav li.active{
    background-color: rgb(4, 168, 253);
    border-color:rgb(4, 168, 253);
    color:#fff;
}

/*kucity_body*/

.kucity .kucity_body{
    padding:10px 5px;
    max-height: 230px;
    overflow-y:auto;
}
.kucity .kucity_body .kucity_item{
    display: none;
}
.kucity .kucity_body .kucity_item.active{
    display: block;
}
.kucity_item dt, .kucity_item dd{
    display: inline-block;
}
.kucity_item dl{
    padding:3px 0;
}
.kucity_item dt{
    color:rgb(32, 117, 249);
    padding-top:3px;
    vertical-align: top;
    width:10%;
}
.kucity_item dd{
    width:90%;
}
.kucity_item dd span{
    width: 24%;
    display: inline-block;
    cursor: pointer;
    padding:3px 0;
    border:1px solid #fff;
    transition:all .3s;
}
.kucity_item dd span:hover{
    color:rgb(4, 168, 253);
    text-decoration: underline;
}

.kucity .result{
    list-style: none;
}
.kucity .result li{
    padding:5px;
    background-color: #fff;
    margin:2px 0;
    cursor: pointer;
    overflow: hidden;
}
.kucity .result li.active, .kucity .result li.active .letter{
    background-color: rgb(4, 168, 253);
    color:#fff;
}
.kucity .result li .letter{
    float:right;
    color:#999;
}
.kucity .result li .noresult{
    padding:0 8px;
    color:rgb(253, 130, 27);
}
.kucity .result li:hover, .kucity .result li:hover > .letter{
    background-color: rgb(4, 168, 253);
    color:#fff!important;
}

/*滚动条*/
.kucity_body::-webkit-scrollbar
{
    width: 5px;
    height: 16px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.kucity_body::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.kucity_body::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #dedede;
}
.kucity_body::-webkit-scrollbar-thumb:hover{
    background-color: #999;
}

/*公用*/
.a-more{font-size:16px;color:#888;padding-right:26px;background:url(../images/index_i_point.png) no-repeat right center;}
.loading-i{display:none;width:160px;z-index:1012!important;top:36%;left:50%!important;opacity:1;background:url(../images/loading.gif) 52px center no-repeat #fff!important;position:fixed!important;box-shadow: 0px 0px 14px rgba(0,0,0,.3);padding:0 50px 0 35px!important;height:85px;line-height:85px;border-radius:5px;font-size:14px;color:#858585;margin-left:-128px!important;}
.header .logo{width:180px;overflow:hidden;}
.header{transition:all .2s ease-out;height:80px;background:#fff;padding:0 30px;box-shadow:0px 1px 14px rgba(147,147,147,.3);position:relative;z-index:667;}
.header.active{position:fixed;top:0;right:0;left:0;z-index:667;}
.hr-nav{position:fixed;top:1px;z-index:667;margin-left:200px;height:80px;background:none;transition:all .3s ease-out;}
.hr-nav .nav-item{position:relative;display:inline-block;font-size:14px;height:81px;}
.hr-nav .nav-item .sub-nav-tit{position:relative;display:inline-block;width:auto;border-radius:3px;padding:0 12px;line-height:36px;height:36px;margin-top:22px;}
.hr-nav .nav-item .sub-nav-tit img{position:absolute;bottom:-8px;left:50%;margin-left:-6px;display:none;}
.hr-nav .nav-item:hover .sub-nav-tit,.hr-nav .nav-item.active .sub-nav-tit{background:#4c9af2;color:#fff;}
.hr-nav .nav-item:hover .sub-nav-tit img,.hr-nav .nav-item.active .sub-nav-tit img{display:block;}
.hr-nav .nav-item.active{color:#fff;border-radius:3px;font-weight:bold;}
.hr-nav .nav-item:hover .sub-nav-menu{display:block;}
.sub-nav-menu{display:none;position:fixed;top:80px;left:0;right:0;box-shadow: 0px 5px 14px rgba(147,147,147,.3);z-index:2;background:#fff;width:100%;height:58px;line-height:58PX;border-top:2px solid #e7e7e7;}
.sub-nav-menu.one .ul{padding-left:210px;}
.sub-nav-menu.thr .ul{padding-left:200px;}
.sub-nav-menu.four .ul{padding-left:420px;}
.sub-nav-menu .ul a{display:inline-block;color:#333;padding:0 15px;margin-right:10px;}
.sub-nav-menu .ul a:hover{color:#4c9af2;}
.header-sub-tit{float:left;line-height:80px;font-size:20px;font-weight:bold;}
@media screen and (min-width:1350px) {
/* .hr-nav.active .nav-item{margin-right:0px;} */
}
@media screen and (max-width:1350px) {
.header.active .search-bar{margin-right:10px;}
.header.active{right:0;}
}

@media screen and (max-width:1200px) {
.header.active{position:fixed;top:0;width:1140px;left:0;right:auto;z-index:667;}
.hr-nav.active{left:180px;}
}
.index-page .header{padding:0;}
.logo{padding:17px 0 0 0;}
.footer{background:#243149;padding:44px 0 80px 0;line-height:20px;color:#fff;}

/*语言切换*/
.lang-box-select,.user-box-select{position:relative;height:28px;line-height:28px;margin-top:25px;padding:0 23px 0 38px;cursor:default;font-size:14px;background:url(../images/arrow-2.png) 100% center no-repeat;}
.user-box-select{padding-left:0;cursor:pointer;}
.user-box-select span{display:block;background:url(../images/user.png) 0 center no-repeat;padding-left:26px;}
.lang-box-select img,.user-box-select img{left:11px;position: absolute;top:7px;}
.lang-list-box,.user-list-box,.filter-list-box{background:#fff;border:1px solid #dcdcdc;border-radius:2px;padding:13px 1px;box-shadow:0px 0px 8px rgba(17,22,30,.2);}
.user-list-box{padding:13px 2px;}
.lang-list-box li,.user-list-box li{height:25px;line-height:25px;cursor:pointer;white-space:nowrap;position:relative;}
.user-list-box li{height:32px;line-height:32px;}
.user-list-box li a{white-space:nowrap;overflow:visible;display:block;height:32px;line-height:32px;padding-left:21px;cursor:pointer;color:#333;}
.lang-list-box li img,.user-list-box li img{margin: 0 8px 0 10px;vertical-align: middle;}
.lang-list-box li:hover{background:#e1dedc;color:#333;}
.user-list-box li:hover{background:#e3e5e7;color:#333;}
.user-list-box li a:hover{text-decoration:none;color:#333;}
.lang-list-pop,.user-list-pop{visibility:hidden;opacity:0.1;filter:alpha(opacity=10);transition:all .3s ease-out;position:absolute;right:0;left:0;top:65px;}
.lang-area:hover .lang-list-pop,.user-area:hover .user-list-pop{opacity:1;filter:alpha(opacity=100);visibility:visible;top:46px;}
.lang-area:hover .lang-box-select,.user-area:hover .user-box-select{color:#e12d2d;background-image:url(../images/arrow-2h.png);}
.user-area:hover .user-box-select span{color:#e12d2d;}
.lang-area,.user-area{position:relative;}
.pop-arrow1{width:20px;height:15px;display:block;background:url(../images/arrow-1.png) 0 0px no-repeat;margin:0 auto;position:relative;top:1px;}

/*用户*/
.user{height:28px;line-height:28px;margin-top:25px;padding:0 0px 0 26px;color:#333;background:url(../images/user.png) 0 center no-repeat;font-size:14px;}

/*错误页面+开发中*/
.error-page .error-txt{font-size:20px;color:#666;}
.error-page a.font-red{text-decoration: underline;}

/*搜索*/
.filter-area{position:relative;z-index:5;width:80px;height:47px;background:#fff;line-height:47px;text-align:center;}
.filter-area .filter-box-select{cursor:pointer;}
.filter-area .filter-list-pop{visibility:hidden;opacity:0.1;filter:alpha(opacity=10);transition:all .3s ease-out;position:absolute;top:50px;z-index:2;width:113px;}
.filter-area.active .filter-list-pop{opacity:1;filter:alpha(opacity=100);visibility:visible;top:32px;}
.filter-list-box{line-height:30px;}
.filter-list-box li a{display:block;}
.filter-list-box li a:hover{color:#4c9af2;font-weight:bold;}
.filter-list-box li.active a{text-decoration:none;color:#fff!important;background:#4c9af2;border-radius:2px;}
.search-box{width:795px;height:45px;margin:0px auto 15px auto;box-shadow:0px 1px 6px rgba(58,60,61,.3);position:relative;}
.search-btn,.search-bar-btn{width:126px;border:none;background:#46bcff;height:47px;line-height:47px;color:#fff;font-size:16px;cursor:pointer;}
.search-input,.search-bar-input{border:1px solid #fff;height:45px;line-height:45px;background:#fff;width:587px;font-size:16px;text-indent:20px;}
.search-box .search-input{text-indent:0;}
.search-result{position:absolute;z-index:3;border:1px solid #ddd;display:none;background:#fff;width: 793px;top: 47px;}
.search-result li{height:30px;line-height:30px;padding-left:12px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.search-result li:hover{background:#dedede;cursor:default;}
/* header search */
.search-bar{width:360px;height:44px;border:1px solid #e1d2c3;background:#f8f8f8;border-radius:5px;margin:18px 28px 0 0;position:relative;}
.search-bar-input{border-color:#f8f8f8;vertical-align:top;height:42px;line-height:42px;width:320px;background:#f8f8f8;border-radius:5px 0 0 5px;}
.search-bar-btn{width:33px;height:42px;background:url(../images/zoom.png) center center no-repeat transparent;border-color:#f8f8f8;overflow:hidden;text-indent:-9999px;border-radius:0 5px 5px 0;cursor:pointer;position:absolute;right:0;top:0;}
.search-bar .search-result{top:42px;width:358px;}
input.search-input::-webkit-input-placeholder{color:#b2b2b2;}
input.search-input:-moz-placeholder{color:#b2b2b2;}
input.search-input::-moz-placeholder{color:#b2b2b2;}
input.search-input:-ms-input-placeholder{color:#b2b2b2;}
/*header search new*/
.header .search-box{box-shadow:none;width:360px;height:44px;border:1px solid #e1d2c3;background:#f8f8f8;border-radius:5px;margin:18px 10px 0 0;position:relative;}
.header .search-input{border-color:#f8f8f8;vertical-align:top;height:42px;line-height:42px;width:276px;background:#f8f8f8;border-radius:5px 0 0 5px;}
.header .search-btn{width:33px;height:42px;background:url(../images/zoom.png) center center no-repeat #f8f8f8;border-color:#f8f8f8;overflow:hidden;text-indent:-9999px;border-radius:0 5px 5px 0;cursor:pointer;position:absolute;right:0;top:0;}
.header .search-bar .search-result{top:42px;width:328px;}
.header .filter-area{background:transparent;height:42px;line-height:42px;}
.header .search-result{width:399px;top:44px;box-shadow:0px 1px 6px rgba(58,60,61,.3);top:44px;}
.header .hot-search{width:321px;box-shadow:0px 1px 6px rgba(58,60,61,.3);top:44px;}

/*热搜*/
.hot-search{display:none;position:absolute;z-index:2;width:755px;top:48px;background:#fff;padding:23px 20px 20px 20px;}
.hot-search .tit{font-size:14px;font-weight:bold;color:#333;margin-bottom:5px;}
.hot-search a{padding:0 10px;line-height:25px;background:#e6e6e6;border-radius:3px;margin-bottom:14px;margin-right:3px;}
.hot-search:hover{display:block!important;}
.hot-search a:hover{color:#fff;background:#4c9af2;}
/*cate*/
/* .cate-box{width:200px;height:300px;margin-right:20px;box-shadow:0px 1px 6px rgba(58,60,61,.3);border-radius:5px;overflow:hidden;}
.cate-last{margin-right:0;}
.cate-info{height:60px;line-height:60px;color:#333;text-align:center;font-size:20px;background:#fff;}
.cate-info img{margin-right:10px;position:relative;top:3px;display:none;}
.cate-info a{color:#333;display:block;height:60px;}
.cate-pic img{display:block;width:100%;}
.cate-pic a{display:block;height:auto;width:auto;overflow:hidden;}
.cate-pic a img{transition: all 0.6s;}
.cate-pic a img:hover{transform: scale(1.4);} */
/*首页-add*/
.btn-more{font-size:16px;color:#1a54be;display:inline-block;line-height:20px;}
.btn-more img{vertical-align:middle;}
.btn-entrance{display:inline-block;transition:linear 0.3s;color:#fff;padding:0 8px 0 15px;line-height:30px;border:1px solid #fff;}
.btn-entrance:hover{padding:0 21px 0 28px;color:#fff;}
.index-tit{text-align:center;padding-top:28px;}
.index-tit span{line-height:30px;font-size:28px;color:#333;font-weight:500;}
.index-tit .tit2{margin-top:15px;}
.index-banner-box{height:680px;min-width:1100px;}
.index-banner-box .swiper-slide{overflow: hidden;}
.index-banner-box .swiper-slide img{width:1920px;height:680px;position:relative;left:50%;margin-left:-960px;}
.index-banner-box .swiper-button-next{right:50%;margin-right:-600px;width:35px;height:50px;background-size:35px 50px;}
.index-banner-box .swiper-button-prev{left:50%;margin-left:-600px;width:35px;height:50px;background-size:35px 50px;}
.index-banner-box .swiper-pagination{bottom:20px;}
.index-banner-box .swiper-pagination span{margin:0 8px;width:12px;height:12px;}
.index-banner-box .swiper-pagination .swiper-pagination-bullet-active{background:#235abc;}
.index-pro-box{max-width:1920px;margin:0 auto;height:536px;background:#fff;}
.index-pro-box .clo4-box{width:1100px;margin-top:65px;}
.index-pro-box .clo4-box .clo-item{position:relative;cursor:pointer;width:190px;height:auto;float:left;margin-right:112px;display:inline-block;text-align:center;}
.index-pro-box .clo4-box .clo-item .img-block{width:190px;height:219px;position:relative;}
.index-pro-box .clo4-box .clo-item img{position:absolute;top:0;left:0;z-index:2;}
.index-pro-box .clo4-box .clo-item:hover .img-block{visibility:hidden;}
.index-pro-box .clo4-box .clo-item p.tit{font-size:28px;color:#1888d5;margin-top:20px;}
.index-pro-box .clo4-box .clo-item .txt-block{
-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg);
position:absolute;top:0;left:0;width:190px;height:219px;z-index:1;display:table;background:url(../images/index_i_proBg.jpg) no-repeat center;transition:all .6s ease-out;}
.index-pro-box .clo4-box .clo-item .txt-block p{
padding:30px 20px;font-size:30px;font-weight:bold;line-height:1.5;color:#1888d5;margin-top:60px;max-height:93px;
overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.index-pro-box .clo4-box .clo-item .txt-block.active{
	-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-moz-transform:rotateY(180deg);transform:rotateY(0deg);
}
.index-pro-box .clo4-box .clo-item:last-child{margin-right:0;}
.index-pro-box .swiper-pagination{width:12px!important;right:12px;left:auto;}
.index-pro-box .swiper-pagination span{margin:4px auto!important;width:12px;height:12px;}
.index-pro-box .swiper-pagination .swiper-pagination-bullet-active{background:#235abc;}
.index-data-box{max-width:1920px;margin:0 auto;padding:35px 0;background:#d9f5fe;}
.index-data-box .clo2-box .clo-item{float:left;}
.index-data-box .clo2-box .clo-item:nth-child(2){width:62%;}
.index-data-box .clo2-box .clo-item:first-child{width:38%;padding-top:110px;}
.index-data-box .clo2-box .clo-item:first-child .tit{color:#1873cc;margin-bottom:28px;}
.index-data-box .clo2-box .clo-item:first-child .tfxt{color:#666666;}
.index-data-box .clo2-box .clo-item:first-child .oper{margin-top:28px;}
.index-data-box .clo2-box .clo-item:first-child .oper a{cursor:pointer;width:136px;height:40px;text-align:center;line-height:40px;color:#fff;background:url(../images/index_i_20.jpg) no-repeat;background-size:100% 100%;}
.index-online-box{height:430px;background:url(../images/index_i_bg2.jpg) no-repeat center 0;background-size:1920px 100%;}
.index-online-box .clo5-box{margin-top:50px;}
.index-online-box .clo5-box	.clo-item{transition:all .3s ease-out;border:1px solid #eee;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);text-align:center;float:left;width:205px;height:241px;margin-right:15px;background:#fff;}
.index-online-box .clo5-box	.clo-item img{margin-top:36px;margin-bottom:36px;}
.index-online-box .clo5-box	.clo-item .tc{display:none;margin-top:35px;}
.index-online-box .clo5-box	.clo-item .tc a{width:96px;height:28px;line-height:28px;color:#fff;background:url(../images/index_i_41.jpg) no-repeat center;background-size:100% 100%;}
.index-online-box .clo5-box	.clo-item .txt{margin:0 10px;}
.index-online-box .clo5-box	.clo-item:hover .txt{display:none;}
.index-online-box .clo5-box	.clo-item:hover .tc{display:block;}
.index-online-box .clo5-box	.clo-item:first-child{border-top:6px solid #6896ba;}
.index-online-box .clo5-box	.clo-item:nth-child(2){border-top:6px solid #7ab686;}
.index-online-box .clo5-box	.clo-item:nth-child(3){border-top:6px solid #9188ce;}
.index-online-box .clo5-box	.clo-item:nth-child(4){border-top:6px solid #cf8793;}
.index-online-box .clo5-box	.clo-item:nth-child(5){margin-right:0;border-top:6px solid #525253;}
.index-library-box{height:260px;background:#fff;max-width:1920px;margin:0 auto;border-bottom:1px solid #e9e9e9;}
.index-press-box{height:260px;background:#fff;max-width:1920px;margin:0 auto;}
.index-news-box{background:#efefef;max-width:1920px;margin:0 auto;padding-bottom:23px;}
.index-news-box .index-tit{margin-bottom:35px;}
/* .book-main{height:644px;background:url(../images/index-3.jpg) center center no-repeat;background-size:1920px 100%;}
.journal-main{height:644px;background:url(../images/index-4.jpg) center center no-repeat;background-size:1920px 100%;}
.platform-main{height:300px;background:url(../images/bg-platform.jpg) center center no-repeat;background-size:1920px 100%;} */
.clo-news-box .clo-item{transition:all .3s ease-out;float:left;width:48%;margin-bottom:17px;padding:20px 0;border-radius:5px;}
.clo-news-box .clo-item:hover{background:#fff;padding:20px 2%;width:44%;box-shadow: 0px 2px 10px rgba(147,147,147,.3);}
.clo-news-box .clo-item:hover .tit{color:#fd6b6d;}
.clo-news-box .clo-item .txt{font-size:14px;color:#666;margin-top:10px;height:38px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.clo-news-box .clo-item .tips{font-size:12px;color:#999;height:16px;}
.clo-news-box .clo-item:nth-child(odd){margin-right:4%;}

.iTab-box .i-tab-menu .li a{display:inline-block;color:#333;border:1px solid transparent;font-size:16px;line-height:36px;padding:0 24px;margin-bottom:-1px;}
.iTab-box .i-tab-menu .li.active a{color:#1a54be;border:1px solid #1a54be;border-bottom:1px solid #fff;}
.iTab-box .i-tab-menu .li:first-child.active a{border-left:1px solid transparent;}
.iTab-box .i-tab-menu .btn-more{margin-top:8px;}
.iTab-box .i-tabox{display:none;}
.book-main .iTab-box .i-tab-menu .li.active a{border-bottom:1px solid #fff;}
.iTab-box .i-tabox .imgbox{width:321px;height:471px;border:1px solid #dadada;background:#fff;text-align:center;}
.iTab-box .i-tabox .imgbox img{max-width:321px;height:307px;padding:9px 0 11px 0;}
.iTab-box .i-tabox .imgbox span.tc{display:inline-block;width:321px;border-bottom:1px solid #dadada;}
.iTab-box .i-tabox .imgbox .txt{margin:30px 45px 10px 45px;}
.iTab-box .i-tabox .imgbox .txt p.tit{font-weight:bold;}
.iTab-box .i-tabox .imgbox .txt p{text-align:left;line-height:24px;}
.iTab-box .i-tabox .i-booklist{width:726px;height:372px;}
.iTab-box .i-tabox .i-booklist .i-book-item{vertical-align:top;margin-right:0px;margin-bottom:20px;}
.iTab-box .i-tabox .i-booklist .i-book-item img{max-width:170px;height:147px;margin-bottom:10px;/* box-shadow: 0px 0px 14px rgba(147,147,147,.3); */}
.iTab-box .i-tabox .i-booklist .i-book-item:nth-child(4n){margin-right:0px;}
.iTab-box .i-tabox .i-booklist .i-book-item:nth-child(n+5){margin-bottom:10px;}
.iTab-box .i-tabox .i-booklist .txt{width:170px;line-height:22px;padding-right:10px;}
.iTab-box .i-tabox .i-booklist .i-book-item:nth-child(4n) .txt{padding-right:0;}
.iTab-box .i-tabox .i-booklist .txt .tit{font-size:14px;color:#1a1a1a;font-weight:bold;}
.iTab-box .i-tabox .i-booklist .txt .autor{margin-bottom:20px;}
.link-box{margin-top:40px;width:1100px;height:100px;text-align:center;}
.link-box a{width:215px;margin:auto 30px;height:auto;text-align:left;}
.link-box a img{vertical-align:middle;}


.platform-main .link-box a{width:auto;margin:auto 43px;}
.platform-main .link-box a img{height:55px;width:auto;}
.platform-main .link-box a:last-child{margin:0;margin-left:12px;}
/*弹出层*/
.mask-layout{position:fixed;display:none;background:url(../images/mask-bg.png) 0 0 repeat;left:0;right:0;top:0;bottom:0;z-index:1000;}

/*登录框*/
.login-box{width:316px;height:258px;display:none;padding:60px 52px 0 52px;position:relative;background:#fff;position:fixed;z-index:1010;border-radius:9px;left:50%;top:50%;margin:-159px 0 0 -210px;}
.login-b1{padding:0 0 14px 0;}
.login-b2{padding:21px 0 16px 0;}
.login-user,.login-pwd{width:314px;height:42px;line-height:42px;background:url(../images/user.gif) 0 center no-repeat #f2f2f2;text-indent:52px;border:1px solid #fff;border-radius:3px;}
.login-pwd{background-image:url(../images/pwd.gif);}
input.login-user:focus,input.login-pwd:focus{border-color:#6d6d6d;}
.login-btn{cursor:pointer;width:314px;height:42px;line-height:42px;background:#1a54be;color:#fff;font-size:16px;border:none;border-radius:3px;}
a.reg-pwd{color:#333;font-size:14px;}
a.reg-pwd:hover{color:#e12d2d;}
.rem-check{font-size:12px;color:#999;}
.chk{width:14px;height:14px;background:url(../images/chk.png) 0 0 no-repeat;display:inline-block;position:relative;margin-right:4px;top:1px;}
.chk-sel{background-image:url(../images/chk-sel.png);}
.chk input{opacity:0;}
.rad{width:17px;height:16px;background:url(../images/rad.png) 0 0 no-repeat;display:inline-block;position:relative;margin-right:4px;top:1px;}
.rad-sel{background-image:url(../images/rad-sel.png);}
.rad input{opacity:0;}

/*弹出框*/
.pop-box{width:420px;min-height:260px;display:none;padding:0px;position:relative;background:#fff;position:fixed;z-index:1010;border-radius:9px;left:50%;top:50%;margin:-159px 0 0 -210px;}
.item-b1{padding:0 52px 14px 52px;}
.item-h1{padding-top:50px;}
.input-pop1,.input-pop2{width:314px;height:34px;line-height:34px;margin:0 auto;background:#f2f2f2;text-indent:10px;border:1px solid #ababab;border-radius:3px;}
.input-pop2{width:253px;}
.title-pop{height:40px;line-height:40px;border-bottom:1px solid #ededed;color:#9e9e9e;font-size:14px;padding-left:24px;}
.pop-box.mini{width:272px;height:auto;min-height:auto;margin-left:-136px;}
.pop-box.mini .btn-close{margin-left:120px;}
.pop-box.mini .oper{padding:0;padding:14px 0 30px 0;}

/*错误提示*/
.error-box{border:1px solid #e12d2d;}
.error-info{color:#e12d2d;font-size:13px;text-align:left;}
.login-box .error-info{position:absolute;top:168px;left:54px;line-height:20px;}

/*关闭按钮*/
.btn-close{width:31px;height:31px;background:url(../images/close.png) 0 0 no-repeat;overflow:hidden;text-indent:-9999px;position:fixed;left:50%;top:50%;margin:-174px 0 0 194px;}
.btn-close:hover{background-image:url(../images/close-h.png);}

/* leftmenu */
/*menu*/
.area-left{width:195px;padding:0 5px;position:absolute;top:80px;left:0;bottom:197px;background:#fff;box-shadow:inset 0 1px 6px rgba(0,0,0,.3);}
.menu-box{padding:0px 0 30px 0;}
.menu-tit{font-size:14px;font-weight:bold;color:#888;padding:23px 30px 0 30px;margin-bottom:10px;}
.menu-cat1{font-size:14px;padding:0px 0 14px 0;color:#0c0c0c;position:relative;}
.menu-cat1 a{display:block;font-weight:bold;font-size:14px;line-height:18px;padding:8px 0 3px 30px;color:#333;font-size:14px;}
.menu-cat1 li{display:block;font-weight:bold;font-size:14px;line-height:18px;padding:8px 0 3px 30px;color:#333;font-size:14px;}
.menu-cat1 a:hover{/* background-color:#1886df;border-radius:6px; */}
/*
.menu-cat1-title{background:url(../images/cat-hide-icon.png) 168px center no-repeat;}
*/
.menu-cat1 .category-title{padding-right:33px;cursor: pointer}
.menu-cat1 .category-title .unit-num{font-size:12px;color:#9b8270;}
.menu-show{/*background:url(../images/title-dot.png) 16px 15px no-repeat;*/}
/*
.menu-show .menu-cat1-title{background:url(../images/cat-show-icon.png) 164px center no-repeat #1886df;border-radius:6px;}
*/
.menu-cat2{padding-top:3px;display:none;}
.menu-cat2 li{margin:10px 0 3px 20px;position:relative;}
.menu-cat2 li.nav-title{display:none;}
.menu-cat2 li a{color:#333;line-height:16px;padding:4px 10px 4px 10px;background:none;font-size:13px;font-weight:normal;}
.menu-cat2 li a:hover{/* background:#1886df;border-radius:6px; */color:#4c9af2;}
.menu-cat2 li a.active{display:inline-block;color:#fff;background:#4c9af2;border-radius:3px;}
.menu-show .menu-cat2 li a.menu-cat1-title{background:#1886df;}
/*.btn-menu-add,.btn-menu-edit,.btn-menu-del{display:none;width:18px;height:18px;overflow:hidden;text-indent:-9999px;position:absolute;top:5px;}
.btn-menu-add{background:url(../images/btn-add.png) 0 1px no-repeat;right:65px;}
.btn-menu-add:hover{background-image:url(../images/btn-add-hover.png);}
.btn-menu-edit{background:url(../images/btn-edit.png) 0 100% no-repeat;right:40px;}
.btn-menu-edit:hover{background-image:url(../images/btn-edit-hover.png);}
.btn-menu-del{background:url(../images/btn-del.png) 0 100% no-repeat;right:15px;}
.btn-menu-del:hover{background-image:url(../images/btn-del-hover.png);}*/
.menu-cat2 li:hover .btn-menu-add,.menu-cat2 li:hover .btn-menu-edit,.menu-cat2 li:hover .btn-menu-del{display:block;}
.menu-blank{width:50px;height:10px;position:fixed;z-index:610;background:#505050;bottom:0;left:0;}

/*单品左侧*/
.area-left.unit .menu-cat1 .unit-tit{padding:20px 0 4px 30px;}
.area-left.unit .menu-cat2{display:block;padding-top:0;}
.area-left.unit .menu-cat2 li{padding:0;margin-top:5px;}


/* .area-left-min .category-title{display:none;}
.area-left-min{width:92px;padding:0;background:#333;overflow:visible!important;z-index:2;}
.area-left-min .menu-cat1-title{display:none;}
.area-left-min .nav-icon{position:inherit;left:auto;top:auto;width:92px;display:block;height:58px;}
.area-left-min .menu-box{padding:0;}
.area-left-min .menu-cat1{padding:0;height:58px;margin:0;}
.area-left-min .menu-cat2{padding:9px 0;position:absolute;left:91px;top:0px;width:160px;border:1px solid #ddd;background:#fff;z-index:-1;}
.area-left-min .menu-cat2 li.nav-title{display:block;height:36px;line-height:36px;padding-left:12px;background-color:#1886df;position:relative;border-left:1px solid #1886df;margin-left:-1px;color: #ffffff;}
.area-left-min .menu-cat2 li{margin:0;}
.area-left-min .menu-cat2 li:hover .btn-menu-add,.area-left-min .menu-cat2 li:hover .btn-menu-edit,.area-left-min .menu-cat2 li:hover .btn-menu-del{display:none;}
.area-left-min .menu-cat2 li a{padding:0 0 0 19px;border-radius:0;line-height:34px;}
.area-left-min .menu-show .nav-icon{background-color:#fff;}
.area-left-min .menu-show .menu-cat2{display:block;}
.area-left-min .menu-cat2 li a.menu-cat1-title{display:block;} */

/* .nav-icon{display:none;width:28px;height:28px;background:url(../images/title-dot-1.png) center center no-repeat;position:absolute;left:21px;top:9px;}
._menu_i1{background:url(../images/c-icon1.png) no-repeat 4px 0px;}
._menu_i2{background:url(../images/c-icon2.png) no-repeat 5px 1px;}
._menu_i3{background:url(../images/c-icon3.png) no-repeat 4px -1px;}
._menu_i4{background:url(../images/c-icon4l.png) no-repeat 5px 0px;}
._menu_i5{background:url(../images/c-icon5l.png) no-repeat 5px 0px;} */

/* .area-left-min ._menu_i1,.area-left-min .menu-show ._menu_i1{background:url(../images/c-i1-w.png) no-repeat center center;}
.area-left-min ._menu_i2,.area-left-min .menu-show ._menu_i2{background:url(../images/c-i2-w.png) no-repeat center center;}
.area-left-min ._menu_i3,.area-left-min .menu-show ._menu_i3{background:url(../images/c-i3-w.png) no-repeat center center;}
.area-left-min ._menu_i4,.area-left-min .menu-show ._menu_i4{background:url(../images/c-i4-w.png) no-repeat center center;}
.area-left-min ._menu_i5,.area-left-min .menu-show ._menu_i5{background:url(../images/c-i5-w.png) no-repeat center center;}

.area-left-min .menu-show ._menu_i1{background:url(../images/c-icon1.png) no-repeat center center #fff;}
.area-left-min .menu-show ._menu_i2{background:url(../images/c-icon2.png) no-repeat center center #fff;}
.area-left-min .menu-show ._menu_i3{background:url(../images/c-icon3.png) no-repeat center center #fff;}
.area-left-min .menu-show ._menu_i4{background:url(../images/c-icon4.png) no-repeat center center #fff;}
.area-left-min .menu-show ._menu_i5{background:url(../images/c-icon5.png) no-repeat center center #fff;}
 */
/*title*/
.title-style{overflow:hidden;font-size:16px;line-height:20px;padding:8px 8px 8px 15px;color:#ffffff;border-bottom:1px solid #ddd;}
.show-close-btn,.show-btn{display:none;float:right;margin:8px 11px 10px 0;width:30px;height:30px;cursor:pointer;background:url(../images/close-lm.png) center center no-repeat;text-indent:-99999px;overflow:hidden;}
.show-btn{background-image:url(../images/show-btn.png);margin:8px auto;float:none;}
.btn-pos{left:28px;top:66px;}
.main-container{margin-left:205px;padding:12px 0 33px 0;}
.main-container.no-left{margin-left:0;}
.main-container.no-left .main-container-outer{margin:0px 95px 0 95px;}
.main-container-max{margin-left:92px;}
.main-container-outer{margin:0px 20px 0 20px;min-height:500px;}
.main-container-full{padding:66px 0 90px 0;}
.cate-title{height:30px;line-height:30px;margin-right:5px;font-size:13px;color:#fff;border-radius:3px;margin-bottom:8px;}
.cate-title .tit{color:#333;font-weight:bold;}
.box-bgw{background:#fff;box-shadow: 0px 0px 14px rgba(147,147,147,.3);}
.url_here{border-bottom:1px solid #e1d2c3;line-height:40px;height:40px;font-weight:bold;padding:11px 0 0 27px;}

/*tab*/
.tab-box{padding-bottom:30px;}
.tab-t{background:#fff;border-bottom:1px solid #e1d2c3;padding:14px 0 0 20px;}
.tab-t li{font-size:14px;padding:8px 14px;float:left;line-height:18px;color:#333;cursor:pointer;margin-right:14px;}
.tab-t li.cur{border-bottom:2px solid #e12d2d;color:#e12d2d;}
.tab-list{clear:both;}
.book-tab .tab-list{padding: 0 16px;}

.input-s1,.input-s2{border-radius:2px;width:208px;height:26px;line-height:26px;border:1px solid #ccc;text-indent:7px;}
.input-s2{width:95px;}
.input-s1.active,.input-s2.active,.search-bar.active{border:1px solid #cda787;-webkit-box-shadow:4px 2px 6px #333333;
-moz-box-shadow:3px 2px 6px #ffebda;box-shadow:3px 2px 6px #ffebda;}
.info-box{width:210px;line-height:22px;margin:0 100px 10px 100px;display:inline-block;text-align:left;box-sizing:content-box;}
.info-box .input-style :focus{}
.info-box select{border: 1px solid #ccc;line-height: 18px;width: 232px;height: 26px;border-radius: 2px;text-indent: 7px;border: 1px solid #ccc;color: #666;}
.info-box select{position:relative;z-index:0;}
.search-item{padding:25px 0 15px 0;}
.sel-item{color:#e12d2d;}
.search-item .info-box{width:25%;min-width:234px;margin:0 38px 10px 38px;text-align:center;}
.search-item .input-s1{width:232px;}
.search-item .input-s2{width:107px;}
.search-item .date .input-s2{background:url(../images/icon-time.png) no-repeat right center;}
/*检索为一行时，+类line1*/
.search-item.line1{text-align:left;}
.search-item.line1 .info-box{margin:0;margin-right:25px;}
.cate-list{position:relative;height:26px;box-sizing:content-box;overflow:hidden;padding:15px 135px 0px 155px;text-align:left;line-height:26px;}
.cate-list-hauto{height:auto;}
.cate-title1{position:absolute;color:#7e7e7e;left:36px;line-height:26px;}
.cate-list span{margin-right:45px;white-space:nowrap;display:inline-block;cursor:pointer;}
.showc-btn,.hidec-btn{width:21px;height:17px;position:absolute;right:30px;top:19px;overflow:hidden;text-indent:-9999px;background:url(../images/showc-btn.png) no-repeat center center}
.hidec-btn{background-image:url(../images/hidec-btn.png);}

/* .search-tag{border:1px solid #d3b297;height:22px;line-height:22px;padding:0 13px;float:left;color:#9b8270;margin:0 15px;border-radius:12px;position:relative;top:-14px;margin-bottom:15px;cursor:pointer;}
.search-tag:hover,.search-tag-sel{color:#fff;background:#d3b297;} */

.btn-search,.btn-reset,.btn-sure,.btn-cancel{padding:0 15px;margin:0 19px;min-width:102px;border-radius:2px;height:36px;line-height:36px;border:none;color:#fff;font-size:14px;background:#1a54be;cursor:pointer;}
.btn-sure,.btn-cancel{height:30px;line-height:30px;margin:0 8px;font-size:13px;min-width:auto;padding:0 20px;}
.btn-reset,.btn-cancel{border:1px solid #333;background:#fff;color:#000;}
.btn-box{padding-bottom:15px;}
.btn-box-s1{padding:20px 0 15px 0;}
/* .box-line{border-top:1px solid #e1d2c3;} */


.table-td-width{position:relative;}
.table-td-width i{display:block;text-align:left;width:97%;overflow:hidden;white-space:nowrap;position:absolute;font-style:normal;text-overflow:ellipsis;vertical-align:top;}
.data-area{padding:0 16px;}

/*列表相关的按钮*/
.download-btn,.addCatalog-btn,.export-bar-btn,.move-bar-btn{width:35px;height:35px;background:url(../images/download-btn.png) 0 0 no-repeat;display:inline-block;/* overflow:hidden;text-indent:-9999px; */}
.download-btn:hover{background:url(../images/download-btn-h.png) 0 1px no-repeat;}
.addCatalog-btn{width:24px;height:24px;vertical-align:middle;background:url(../images/addCatalog-s.png) 0 0 no-repeat;display:inline-block;}
.data-toolbar{padding:15px 20px 13px 40px;}
.export-bar-btn{background-image:url(../images/export.png);margin-right:8px;margin-left:8px;}
.export-bar-btn:hover{background-image:url(../images/export-bh.png);}
.move-bar-btn{background-image:url(../images/move-b.png);margin-right:8px;margin-left:8px;}
.move-bar-btn:hover{background-image:url(../images/move-bh.png);}

.catalog-list-box{width:360px;height:265px;border:1px solid #e5e5e5;margin:15px auto;overflow-y:scroll;}
.catalog-list-box li{height:40px;line-height:40px;padding-left:22px;}
.catalog-list-box li:hover{background:url(../images/sel-icon.png) 300px center no-repeat #e7e7e7;}

.catalog-add{width:360px;margin:0 auto;padding: 0 0 30px 0;}
.catalog-add-box{display:none;line-height:28px;}
.catalog-add-box .btn-sure{height:34px;line-height:34px;}
.catalog-add-btn{color:#666;font-size:14px;display:block;float:left;height:24px;line-height:24px;padding:0 8px;border-radius:5px;border:1px solid #999;clear:both;}
.catalog-add-btn:hover{text-decoration:none;color:#666;}

.export-ibtn,.detail-ibtn,.edit-ibtn,.del-ibtn,.add-catalog,.del-bar-btn,.move-ibtn{width:23px;height:23px;display:inline-block;margin:0 10px;overflow:hidden;text-indent:-9999px;background:url(../images/export-ibtn.png) center center no-repeat}
.detail-ibtn{background-image:url(../images/detail.png);}
.edit-ibtn{background-image:url(../images/edit.png);}
.del-ibtn{background-image:url(../images/del.png);}
.del-bar-btn{width:34px;height:34px;background-image:url(../images/del1.png);margin:0 8px 5px 8px;}
.del-bar-btn:hover{background-image:url(../images/del1-h.png);}
.add-catalog{width:34px;height:34px;background-image:url(../images/catalog.png);margin:0 8px 5px 23px;}
.move-ibtn{width:25px;background-image:url(../images/move.png);}

/*注册页*/
.reg-page{padding:32px 0 122px 0;}
.reg-box{background:#fff;box-shadow: 0px 1px 14px rgba(147,147,147,.3);width:551px;margin:0 auto;padding:0 174px 50px 133px;}

.b-apply,.b-apply1{width:585px;background:#fff;margin:10px auto 50px auto;padding:0 150px 15px 150px;}
.b-apply1{padding:185px 150px 195px 150px;}
.b-apply-t{font-size:20px;color:#333;height:60px;line-height:60px;position:relative;margin-left:-103px;}
.busi-t{height:30px;line-height:30px;font-size:14px;color:#888;padding:12px 0 0 12px;border-bottom:1px solid #e5e5e5;
background:url(../images/busi-t.gif) 0 23px no-repeat;margin-bottom:10px;}
.b-info-box,.b-info-box1{line-height:30px;overflow:hidden;font-size:13px;padding:6px 0;}
.b-info-box1{padding:30px 0}
.b-info-t{width:172px;padding:0 30px 0 0;}
.b-info-t i{display:inline-block;font-style:normal;position:relative;top:-14px;margin-right:5px;}
.b-info-item{width:320px;}
.b-info-item1{width:330px;}
.b-info-item span{display:block;float:left;width:108px;}
.b-info-item span.s1{width:auto;position:relative;top:4px;}
.b-info-item span input{position:relative;top:2px;margin-right:7px;}

.input-ap{border:1px solid #ccc;width:280px;height:28px;line-height:28px;border-radius:3px;text-indent:7px;text-indent:9px;}
.textarea-ap{border:1px solid #ccc;width:270px;border-radius:3px;padding:5px;line-height:22px;height:70px;}
.input-ap:focus,.textarea-ap:focus{border-color:#6d6d6d;}
.apply-sure,.apply-cancle{line-height:38px;height:38px;border:1px solid #1a54be;background:#1a54be;color:#fff;font-size:16px;width:282px;border-radius:3px;cursor:pointer;}
.apply-cancle{border-color:#888;color:#333;background:#fff;}
/*
.apply-ok-info{background:url(../images/su-icon.png) center 0px no-repeat;color:#4782d2;padding:130px 0 60px 0;line-height:22px;font-size:20px;}
*/

.errormsg{color:#e12d2d;text-align:left;padding-left:82px;padding-top:3px;}
.error-border{border:1px solid #e12d2d;}
.b-info-box .error-border{border:1px solid #e12d2d;margin:-1px 0 0 -1px;}
.b-info-box .errormsg{line-height:16px;padding-left:9px;position:relative;top:2px;}
.forgot-paw-area .errormsg{padding-left:95px;}
.login-b1 .errormsg{padding-left:0;}

.need-check{width:108px;}
.need-check span.chk{width:14px;top:8px;margin-right:7px;}
.need-check span.chk input{top:-6px;margin-left:1px;}
.app-rad{width:108px;}
.app-rad span.rad{width:17px;top:7px;margin-right:6px;margin-left:-2px;}
.app-rad span.rad input{top:-6px;margin-left:3px;}

.right-icon,.error-icon{wdith:22px;height:22px;text-indent:-9999px;overflow:hidden;display:inline-block;background:url(../images/right-icon.png) center center no-repeat;}
.error-icon{background-image:url(../images/error-icon.png);}
.b-info-item span.right-icon,.b-info-item span.error-icon{width:22px;float:none;display:inline-block;margin-left:5px;position:relative;top:6px;}

.success-info,.failure-info,.loading{position:fixed;left:50%;top:50%;color:#fff;z-index:66666;border-radius:5px;opacity: .7;margin:-29px 0 0 -80px;padding:0 22px 0 75px;font-size:14px;min-width:160px;height:58px;line-height:58px;background:url(../images/true.png) 25px center no-repeat #000;}
.failure-info{background-image:url(../images/false.png);color:#fff;}
.loading{z-index:1012!important;left:50%!important;opacity:1;background:url(../images/loading.gif) 52px center no-repeat #fff!important;position:fixed!important;box-shadow: 0px 0px 14px rgba(0,0,0,.3);padding:0 50px 0 35px!important;height:85px;line-height:85px;font-size:14px;color:#858585;margin-left:-128px!important;}
.catalog_edit{display:none;}
.catalog-save,.catalog-cancel{width:34px;height:28px;margin-left:5px;overflow:hidden;text-indent:-9999px;border:1px solid #1abc9c;background:url(../images/row-save.png) center center no-repeat;}
.catalog-cancel{border-color:#d66161;background-image:url(../images/row-cancel.png);}
.catalog-input{width:120px;height:28px;line-height:28px;border-color:#cbcbcb;text-indent:7px;}

/*数据列表确认删除框*/
.pop-del-box{width:268px;height:158px;border:2px solid #ddd;border-radius:6px;background:#fff;position:absolute;z-index:666;}
.arrow-1{width:10px;height:14px;background:url(../images/arrow-3.png) center center no-repeat;float:right;position:relative;top:72px;right:-10px;}
.item-r1{padding:40px 10px 20px 10px;font-size:14px;line-height:22px;}
.item-r2{padding:10px;}

/*时间日期控制层级*/
.ui-datepicker{z-index:6666!important;}

.userTypeErrorMsg{color:#e12d2d;top:2px;float:left;position:relative;padding-left:211px;line-height:16px;display:none}



/*jqGrid--自定义*/
.ui-widget{font-family:Verdana,"Microsoft YaHei","微软雅黑","宋体";}
.ui-jqgrid .ui-jqgrid-bdiv{height:auto!important;}
.ui-jqgrid .ui-jqgrid-htable th div{text-align:center;}
.ui-widget-content{background:#fff;}
#ui-datepicker-div{display:none;}
.ui-jqgrid .ui-icon-desc{margin-left:-1px;}
.ui-jqgrid .ui-jqgrid-sortable .s-ico{display:none!important;}
/*--分页  */
.ui-pg-table .ui-icon.icon-angle-right{line-height:26px;background:url(../images/icon-next.jpg)no-repeat center;width:29px;height:26px;cursor:pointer;}
.ui-pg-table .ui-icon.icon-double-angle-right{margin:0 3px!important;line-height:26px;background:none;width:32px;height:26px;text-align:center;cursor:pointer;text-indent:0;font-size:14px;color:#333;}
.ui-pg-table .icon-double-angle-left{margin:0 3px!important;line-height:26px;background:none;width:32px;height:26px;text-align:center;cursor:pointer;text-indent:0;font-size:14px;color:#333;}
.ui-pg-table .ui-icon.icon-angle-left{line-height:26px;background:url(../images/icon-pre.jpg)no-repeat center;width:29px;height:26px;cursor:pointer;}
.ui-jqgrid .ui-pg-input{width:42px;height:14px;padding:5px 0;text-align:center;}
.ui-jqgrid .ui-separator{visibility:hidden!important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{font-size:13px;color:#333;}
.ui-jqgrid .ui-pg-selbox {font-size:12px;line-height: 26px;display:block;height: 26px;margin: 0em;padding:0;margin-left: 5px;}
.ui-jqgrid .ui-pg-table td{width:auto!important;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid transparent; background:none; font-weight:bold;}
.ui-state-hover a, .ui-state-hover a:hover { color:#c77405; text-decoration: none; }
.ui-dialog .ui-dialog-buttonpane button{color:#fff;background:#4782d2;border-radius: 4px;}

/*jqgrid 表格样式调整*/
.ui-jqgrid{border:none!important;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{border-right:none;color:#333;border-top:1px solid #eaeaea!important;border-bottom:1px solid #eaeaea!important;line-height:22px;padding-top:17px;padding-bottom:15px;font-size:14px;font-weight:bold;}
 .ui-jqgrid .ui-jqgrid-htable .ui-th-div{margin:0!important;height:22px!important;}
.ui-jqgrid tr.ui-row-ltr td{border-right:none!important;border-bottom-color:#eaeaea!important;padding-right:10px!important;vertical-align:top;}
.ui-jqgrid tr.jqgrow td{line-height:22px;height:22px!important;padding-top:19px!important;padding-bottom:19px!important;overflow:visible!important;font-size:13px;color:#333!important;}
.ui-jqgrid tr:nth-child(odd){background:#fafafa;opacity:1;}
.ui-pager-table tr{background:#fff!important;}
 .ui-jqgrid .ui-jqgrid-pager{border-top:none!important;height:60px!important;}
.ui-jqgrid .ui-pg-button span.glyphicon{width:37px;height:24px;line-height:24px;text-align:left;margin:0;padding:0;}
.ui-jqgrid .ui-pg-button span.ui-separator{padding:0;margin:0;}
.ui-jqgrid .ui-pg-button span:hover{/* padding:0;margin:0; */}
.ui-jqgrid .ui-paging-pager td{padding:0!important;margin:0;font-size:13px;}
#input_jqGridPager{padding:0 13px!important;line-height:24px;}
#input_jqGridPager .ui-pg-input{margin:0 7px;}
#jqGridPager_right .ui-paging-info{font-size:13px;line-height:24px;padding-right:30px;}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control{padding:10px 0 30px 0!important;}
.ui-jqgrid .ui-jqgrid-view{padding-bottom:25px!important;}
.ui-jqgrid td input{margin:0 auto!important;}
.ui-jqgrid .table-td-width i{text-align:left;position:static;}

/**/
.ui-jqgrid .ui-jqgrid-view{padding-bottom:42px;}
.ui-jqgrid .ui-jqgrid-bdiv{overflow:auto;height:auto!important;}
/* .ui-jqgrid-btable,.ui-jqgrid-htable{width:100%!important;} */
.ui-jqgrid .ui-jqgrid-btable,.ui-jqgrid .ui-jqgrid-htable{table-layout:fixed;}
.ui-jqgrid .ui-jqgrid-htable th div{font-weight:bold;color:#333;height:auto;line-height:17px;text-align:left;word-break:break-word;}
.ui-jqgrid tr.ui-row-ltr td{border-left:none;border-right:none;line-height:22px;padding:9px 0;white-space: pre-wrap;word-break: break-all;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{white-space: pre-wrap;word-break: break-all;}
.ui-jqgrid .ui-jqgrid-htable th:first-child div{text-align:left;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border-left:none;border-right:none;}
.ui-datepicker .ui-state-default,.ui-datepicker .ui-state-default{border:1px solid #ccc;}
/*表格颜色方面*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{background:#dff0d8!important;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{background:#dff0d8!important;}
.ui-jqgrid tr.jqgrow:hover{background:#f5f5f5;}
.ui-th-column:hover{background:none;}
/*表格宽度方面*/
/* .ui-jqgrid tr.jqgfirstrow{table-layout:initial;} */
/*jq-ui*/
.ui-widget-overlay{background:none;}
/* #load_gridId{display:block!important;} */

/*时间控件*/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{float:left;}

/*---忘记密码---*/
.inp-line{position:relative;width:355px;margin:0 auto;margin-bottom:15px;}
.inp-line.btn{padding-top:6px;}
.input-style1{border-radius:3px;height:17px;background-color:#fff;border:1px solid #dcdcdc;width:248px;padding:9px 0;padding-left:10px;}
.error-tips{color:#e12d2d;padding-left:97px;line-height:24px;font-size:12px;}
.a-save{background:#1a54be;border:1px solid #1a54be;height:36px;border-radius:3px;color:#fff;text-align:center;width:100px;display:block;line-height:36px}
.a-save:hover{color:#fff;}
.a-cancel{margin-left:37px;background:#fff;border:1px solid #333;height:36px;border-radius:3px;color:#333;text-align:center;width:100px;display:block;line-height:36px}
.font-red{color:#e12d2d!important;}
.con-w{padding-top:67px;}

.forgot-paw{margin-top:67px;width:910px;margin:0 auto;font-size:14px;min-height:470px;background:#fff;margin-bottom:180px;}
.forgot-paw .tit-h{font-size:20px;color:#333;text-align:center;padding:23px 0 0px 0;font-weight:bold;}
.forgot-paw-nav{margin-top:40px;text-align:center;background:url(../images/Forget-pic.png) no-repeat 1px -3px;height:36px;position:relative;margin-bottom:60px;}
.forgot-paw-nav span{position:absolute;top:44px;font-size:12px;font-weight:bold;color:#999;}
.forgot-paw-nav .username{left:38px}
.forgot-paw-nav .verification{left:304px}
.forgot-paw-nav .reset{left:562px}
.forgot-paw-nav .end{left:831px}
.forgot-paw-nav .active{color:#4c9af2;}

.forgot-paw-area{width:580px;height:auto;margin:0 auto;padding:20px;margin-top:30px;}
.forgot-paw-area span.leftcol{color:#666;font-size:13px;display:inline-block;width:80px;text-align:right;float:left;padding-right:15px;line-height:37px}
.forgot-paw-area .verification_line input{width:139px;}
.forgot-paw-area .verification_line .check-pic{border:1px solid #dcdcdc;width:87px;height:35px;margin-left:10px;}
.forgot-paw-area .blue{color:#3a76d9;text-decoration:underline;}
.forgot-paw-area .verification_line .tips{line-height:37px;margin-left:10px;white-space:nowrap;position:absolute;left:345px;}

.forgot-paw.step-1 .forgot-paw-nav{background:url(../images/Forget-pic.png) no-repeat center -24px;}
.forgot-paw.step-2 .forgot-paw-nav{background:url(../images/Forget-pic.png) no-repeat center -181px;}
.forgot-paw.step-3 .forgot-paw-nav{background:url(../images/Forget-pic.png) no-repeat center -340px;}
.forgot-paw.step-4 .forgot-paw-nav{background:url(../images/Forget-pic.png) no-repeat center -497px;}

.forgot-paw-area .inner-area p{line-height:35px;}
.forgot-paw-area .inner-area.end-suc{padding-top:85px;background:url(../images/icon-ok.jpg) no-repeat center top;}
.forgot-paw.edit .txt{line-height:30px;font-size:16px;}

/*suggest-box*/
.suggest-box{position:relative;}
.suggest-ul{display:none;position:absolute;text-align:left;z-index:5;width:232px;left:50%;top:28px;margin-left:-117px;background:#fff;border:1px solid #ccc;}
.suggest-ul li{padding:0 4px;}
.suggest-ul li:hover{background:#dedede;cursor:pointer;}

/*回到顶部*/
.btn-top{width:54px;height:54px;background:url(../images/top.png) no-repeat;position:fixed; bottom:50px;right:10px;cursor:pointer;z-index:667;}
.btn-top:hover{background:url(../images/top.png) no-repeat 0 -54px;}

/*平铺视图*/
.pic-view{}
.btn-block{width:22px;height:22px;background:url(../images/icon-block.png) no-repeat;}
.btn-block.active{background:url(../images/icon-block1.png) no-repeat;}
.btn-list{width:22px;height:22px;background:url(../images/icon-list.png) no-repeat;}
.btn-list.active{background:url(../images/icon-list1.png) no-repeat;}
.all{padding-top:20px;}
.data-block-ul{padding-bottom:25px;}
.all .data-block-ul{}
.all .data-block-ul li .cur-box input{display:none;}
.data-block-ul li{width:262px;height:318px;padding:0px;margin:-1px 0 0 -1px;display:block;float:left;}
.data-block-ul li .cur-box{position:relative;width:262px;height:318px;border:1px solid #f3f3f3;background:#fff;}
.data-block-ul li .cur-box input{position:absolute;left:26px;top:26px;}
.data-block-ul li .cur-box .marc{position:absolute;top:0;right:0;}
.data-block-ul li p.s4{display:none;}
.data-block-ul li a.book-img{display:block;height:190px;text-align:center;overflow:hidden;padding-top:20px;}
.data-block-ul li a.book-img img{height:190px;max-width:200px;}
.data-block-ul li p{color:#666;padding:7px 20px 0 20px}
.data-block-ul li p.s1{font-size:15px;font-weight:bold;color:#333;padding-top:22px;line-height:24px;height:45px;overflow:hidden;}
.data-block-ul li p.s1 a{display:none;}
/*
.data-block-ul li p .btn-6{width:50px;margin:5px 0 0 0;padding-left:50px;text-align:left;background-image:url(../images/carticon.png);background-position: 20px center;background-repeat: no-repeat;}
*/
.data-block-ul li:hover{position:relative;}
.data-block-ul li:hover .cur-box{position:absolute;top:0;box-shadow: 0px 2px 5px rgba(0,0,0,0.3);height:auto;z-index:2;padding-bottom:20px;}
.data-block-ul li:hover p.s4{display:block;}
.data-block-ul li:hover p.s1{height:auto;}
.data-block-ul li:hover p.s1 a{display:inline-block;}
.data-view-box{background:#fff;}
.data-search_form{background:#fff;margin-bottom:14px;}
.select-box{padding:0 12px;height:30px;border:1px solid #ccc;}
.select-all span{font-size:14px;color:#333;margin-left:5px;}
/*平铺对应的分页*/
.page-box{padding:10px 15px 30px 15px!important;margin-top:25px;}
.page-box a{vertical-align:top;margin:0 3px!important;line-height:26px;background:none;width:32px;height:26px;text-align:center;cursor:pointer;text-indent:0;font-size:14px;color:#333;}
.page-box input.current{width:42px;height:14px;padding:5px 0;text-align:center;}
.page-box .page-pre{line-height:26px;background:url(../images/icon-pre.jpg)no-repeat center;width:29px;height:26px;cursor:pointer;}
.page-box .page-next{line-height:26px;background:url(../images/icon-next.jpg)no-repeat center;width:29px;height:26px;cursor:pointer;}
.page-box select{font-size:12px;line-height: 26px;height: 26px;margin: 0em;padding:0;margin-left: 5px;}
/*图书详情*/
.pro-detail-card{width:auto;height:auto;margin-bottom:15px;word-wrap:break-word;margin-top:25px;}
.pro-detail-card .img-box{width:320px;height:auto;position:relative;}
.pro-detail-card .img-box img{width:auto;max-height:265px;max-width:290px;}
.pro-detail-card .info1 .info-tit{margin-bottom:30px;height:26px; margin-top:10px;}
.pro-detail-card .info1 .info-tit span{font-weight: bold;font-size:20px;color:#333;margin-right:50px;vertical-align:top;}
.pro-detail-card .info1 .txt p{line-height:32px;}
.pro-detail-card .info1 .txt p i{color:#888;font-style:normal;display:inline-block;}
/*
.pro-detail-card .info1 .txt p span{color:#333;}
*/
.pro-detail-card .info1{padding-bottom:15px;margin-left:320px;}
.pro-detail-card .oper{margin-top:14px;line-height:36px;}
.pro-detail-card .oper .addCatalog-btn{width:auto;padding:0 15px;border-radius:2px;height:36px;line-height:36px;border:none;color:#fff;font-size:14px;padding-left:43px;background:#1a54be url(../images/icon-addCatalog.png) no-repeat 12px center;cursor:pointer;margin-right:30px;}
.pro-detail-card .oper a.a-out-link{margin:0 10px;display:inline-block;height:auto;vertical-align:middle;}
.pro-detail-card .oper span{height:20px;width:1px;background:#ccc;vertical-align:middle;}
.pro-detail-card .oper2{margin-top:14px;line-height:14px;}
.pro-detail-card .oper2 .addCatalog-btn{width:auto;padding:0 15px;border-radius:2px;height:36px;line-height:36px;border:none;color:#fff;font-size:14px;padding-left:43px;background:#1a54be url(../images/icon-addCatalog.png) no-repeat 12px center;cursor:pointer;margin-right:30px;}
.pro-detail-card .oper2 a.a-out-link{margin:0 10px;display:inline-block;height:auto;vertical-align:middle;}
.pro-detail-card .oper2 span{height:20px;width:1px;background:#ccc;vertical-align:middle;}
.pro-detail-box .pro-tab{padding:0 20px;border-bottom:1px solid #cecece;line-height:38px;}
.pro-detail-box .pro-tab .li{padding:3px 14px;color:#1a54be;margin-right:20px;font-size:16px;min-width:90px;text-align:center;border-bottom:2px solid #1a54be;}
.pro-detail-box .pro-tab-box{margin:20px;margin-bottom:50px;padding:20px;padding-bottom:80px;background:#f8f8f8;font-size:13px;color:#333;line-height:24px;}
.pro-detail-box .pro-tab-box.t{white-space:pre-wrap;}
.pro-detail-box .pro-tab-box.t table{white-space:normal;border-left:1px solid #ccc;border-top:1px solid #ccc;}
.pro-detail-box .pro-tab-box.t table td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:5px;}

/*测试*/
.table-box{margin-bottom:20px;}
.search-column a.blue{width:100%;}
.search-column a.blue:hover{text-decoration:underline;cursor:pointer;}
.search-list-head{height:54px;color:#505050;font-weight:bold;background:#f6f6f6;border-bottom:1px solid #ccc;}
.search-list-head .search-head{text-indent:5px;position:relative;box-sizing:border-box;padding:17px 0px;cursor:default;float:left;height:auto;line-height:20px;}
.search-list-box{text-align:left;color:#111;clear:both;font-size:13px;border-bottom:1px solid #ccc;overflow-y:hidden;}
.search-list-box:nth-child(even){background:#f6f6f6;}
/*选中行加类active*/
.search-list-box.active{background:#dff0d8!important;}
.search-list-box .search-column{box-sizing:border-box;padding:19px 0px;max-height:200px;position:relative;float:left;line-height:20px;word-wrap: break-word;}
.search-list-box .search-column .inp-c{margin-left:5px;}
.search-list-box .search-column .txt{text-indent:5px;display:inline-block;width:100%;overflow:hidden;white-space:nowrap;font-style:normal;text-overflow:ellipsis;}
.search-list-box .search-column:hover a.h{color:#e78f08;}
/*出版社*/
.pub-box{padding:20px 40px 40px 40px;box-sizing: border-box;}
.pub-item{position:relative;display:inline-block;margin:12px 10px;width:281px;height:375px;background:#fff url(../images/lib-item-bg2.jpg) no-repeat 155px 255px;box-shadow: 0px 1px 14px rgba(147,147,147,.3);}
.pub-item .allbook img{position: absolute;top: 10px;left: 0;}
.pub-item .bg1{text-align:center;width:100%;height:172px;padding-top:24px;background:url(../images/lib-item-bg.jpg) no-repeat 0 -10px;margin-bottom:8px;}
.pub-item .bg1 .a-head{width:79px;height:79px;text-align:center;line-height:79px;background:url(../images/cbs.png) no-repeat;margin:0 auto;margin-bottom:14px;}
.pub-item .bg1 a{width:70px;height:70px;overflow:hidden;border-radius:35px;vertical-align:middle;}
.pub-item .bg1 a img{width:70px;min-height:70px;}
.pub-item .bg1 p{position:relative;top:-10px;font-size:16px;color:#fff;}
.pub-item .pub-content{position: relative;top:-15px}
.pub-item .pub-content .lib-attr{color:#888;}
.pub-item .pub-content .lib-line{margin:0 40px;line-height:22px;}

/*图书馆*/
.lib-item{flex: 0 0 0 25%;display:inline-block;margin:12px 10px;width:281px;height:368px;background:#fff url(../images/lib-item-bg2.jpg) no-repeat 155px 255px;box-shadow: 0px 1px 14px rgba(147,147,147,.3);}
.lib-item .bg1{text-align:center;width:100%;height:172px;padding-top:24px;background:url(../images/lib-item-bg.jpg) no-repeat;margin-bottom:8px;}
.lib-item .bg1 .a-head{width:79px;height:79px;text-align:center;line-height:79px;background:url(../images/lib-item-head.png) no-repeat;margin:0 auto;margin-bottom:14px;}
.lib-item .bg1 a{width:70px;height:70px;overflow:hidden;border-radius:35px;vertical-align:middle;}
.lib-item .bg1 a img{width:70px;min-height:70px;}
.lib-item .bg1 p{font-size:16px;color:#fff;}
.lib-item .detail-item .lib-attr{color:#888;}
.lib-item .detail-item .lib-line{margin:0 40px;line-height:28px;}
.info-select{height:22px;position:relative;}
.info-select .info-pop{visibility:hidden;opacity:0.1;filter:alpha(opacity=10);transition:all .3s ease-out;position:absolute;right:0;left:0;top:42px;}
.info-select .info-pop .info-list-box{width:305px;padding:20px;text-align:left;background:#fff;border:1px solid #dcdcdc;border-radius:2px;box-shadow:0px 0px 8px rgba(17,22,30,.2);}
.info-select .info-pop li{width:65px;margin-right:10px;display:inline-block;margin-bottom:10px;line-height:20px;}
.info-select .info-pop li:nth-child(4n){margin-right:0;}
.info-select .info-pop li input{vertical-align:middle;margin-right:3px;}
.info-select:hover .info-pop{opacity:1;filter:alpha(opacity=100);visibility:visible;top:22px;}
.info-select .info-pop .pop-arrow1{left:50px;margin:0;}
.pub-box1{padding:20px 40px 40px 40px;box-sizing: border-box;}
.btn-box1{padding: 20px 700px 15px 0;min-width: 400px;}
.box-bgw1{background: #fff;}
.lib-list-box #GridPager_flow{display: flex;flex-flow: row wrap; align-content: flex-start;box-sizing: border-box;padding-bottom: 25px;}
.lib-list-box{position: relative}
.main-container1{margin-left:150px;padding:12px 0 33px 0;}
.main-container1.no-left{margin-page-firleft:0;}
.main-container1.no-left .main-container-outer{margin:0px 95px 0 95px;}
.lib-list-box .GridPager_fen{position: absolute;left: 50%;transform: translateX(-50%)}
/*行业咨询*/
#jqGrid_law{width: 90%;margin-top: 40px}
/*法律法规详情*/
.law-detail{padding:30px;}
.law-detail .bf h1{color:#256def;font-size:18px;margin-bottom:20px;}
/*通用新闻详情页*/
.zz{margin-bottom:20px;}
.zz span{margin-right:20px;color:#999;}
.zz span:first-child{padding-left:16px;height:15px;line-height:15px;background:url(../images/icon-time2.png) no-repeat left center;}
.ty_zy{ background:#e7e7e7; font-size:16px; color:#000; line-height:35px; padding:20px 10px;margin-bottom:20px;}
.jj p{ font-size:16px; color:#000; line-height:35px; padding-bottom:22px;text-indent: 2em;}
.wh{ padding:25px 0 30px 0; text-align:center;}
.second_h{ font-size: 22px; margin-bottom: 12px; text-align: center;}
/*通用新闻详情页end*/

/*发行数据*/
.report-page .main-container.no-left2{margin-left: 0;padding: 0;}
.report-page .main-container.no-left2 .main-container-outer{margin:0 auto;}
.report-page .page-wrap{box-sizing:border-box;padding :50px;width:100%;background:url(../images/date-bj.jpg) no-repeat center; background-size: 100% 100%;}
.report-page .page-wrap .distribution-statistics{width: 1102px;margin: 50px auto;}
.report-page .page-wrap .distribution-statistics .statistics-top{display: flex;border: 1px solid #465366;height: 636px;width: 1100px;background-color: rgba(70,83,102,0.4);}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-map{width: 800px;border-right: 1px solid #465366;height: 100%;}
.report-page .page-wrap .distribution-statistics .statistics-top #map{height: 610px;width: 100%;}
.report-page .page-wrap .distribution-statistics .statistics-top .tip{height: 26px;width: 100%;vertical-align:middle;line-height: 26px;font-size: 12px;color: #888888;text-align: right;box-sizing: border-box;padding-right: 20px;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie{width: 300px;height: 100%;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie .statistics{width: 100%;height: 33%;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie .average {width: 100%;height: 175px;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie .varieties {width: 100%;height: 175px;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie .customer {width: 100%;height: 179px;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie .statistics .pie-title{box-sizing: border-box;padding-left: 15px;width: 100%;height: 35px;background-color: rgba(70,83,102,0.6);font-size: 12px;color: #57d9ee;line-height: 35px;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie .statistics:nth-child(1){border-bottom: 1px solid #465366;}
.report-page .page-wrap .distribution-statistics .statistics-top .statistics-pie .statistics:nth-child(2){border-bottom: 1px solid #465366;}
.report-page .page-wrap .distribution-statistics .statistics-bottom{margin-top: 15px;border: 1px solid #465366;height: 432px;width: 1100px;background-color: rgba(70,83,102,0.4);}

/*公司详情*/
/*
.index-page .txtMargin{margin-left: 20px}
.index-page .txtColor{color: #00a1e9}
.index-page .txtFont{font-size: 18px;font-family: '宋体';font-weight: 600}
.index-page .company-wrap{width: 100%;margin: auto;background: url(../images/copyrigh.png) center -35px no-repeat #fff;background-size: 100% 265px;}
.index-page .company-wrap .header-img{width: 100%;}
.index-page .company-wrap .company-content{box-shadow:0 0 10px rgba(0,161,233,0.5); bottom:0px;width: 60%;margin: auto;background-color: #fff;box-sizing:border-box;padding: 80px 150px;}
.index-page .company-wrap .company-content ul li{margin-bottom: 40px}
.index-page .company-wrap .company-h{height:180px}
.index-page .main-container.no-left2{margin-left: 0;padding: 0;}
.index-page .main-container.no-left2 .main-container-outer{margin:0 auto;}
*/
.page-html-wrapper{
  background-color: #FFFFFF;
}
.page-html-wrapper .content{font-size:14px;line-height:2em;padding:0px;text-align:justify;}
.page-html-wrapper .content table{border:1px solid #000;width:99%;border-collapse:collapse;table-layout:fixed;word-break:break-word}
.page-html-wrapper .content td,.page-html-wrapper .content th{border:1px solid #000;border-collapse:collapse}
.page-html-wrapper .content em{color:#000!important}
.page-html-wrapper .content h1,.page-html-wrapper .content h2,.page-html-wrapper .content h3,.page-html-wrapper .content h4,.page-html-wrapper .content h5,.page-html-wrapper .content p,.page-html-wrapper .content span,.page-html-wrapper .content strong{text-align:justify;font-size:14px!important;line-height:2em!important}
.page-html-wrapper .content h1,.page-html-wrapper .content h2,.page-html-wrapper .content h3,.page-html-wrapper .content h4,.page-html-wrapper .content h5{font-weight:700}
.page-html-wrapper .content h1{font-size:28px!important}
.page-html-wrapper .content h2{font-size:28px!important}
.page-html-wrapper .content h3{font-size:24px!important}
.page-html-wrapper .content h4{font-size:22px!important}
.page-html-wrapper .content h5{font-size:22px!important}
.page-html-wrapper .content p[style*=left],.page-html-wrapper .content span[style*=left]{text-align:justify!important;}

.page-html-wrapper .content .page-row p,.page-html-wrapper .content .page-row span{font-family: "Microsoft YaHei","微软雅黑",Arial,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",sans-serif !important;text-indent: 2em!important;color: #333333;line-height: 2em;font-size: 14px!important; }
.page-html-wrapper .content img{width: 100%;height: auto;}





/*版权交易*/
.copyform-page .txtMargin{margin-left: 20px}
.copyform-page .txtColor{color: #00a1e9}
.copyform-page .txtFont{font-size: 18px;font-family: '宋体';font-weight: 600}
.copyform-page .company-wrap{width: 100%;margin: auto;background: url(../images/copyrigh.jpg) center -35px no-repeat #fff;background-size: 100% 265px;}
.copyform-page .company-wrap .header-img{width: 100%;}
.copyform-page .company-wrap .company-content{color:#666;font-size:13px;box-shadow:0 0 10px rgba(177,173,174,0.5); bottom:0px;width: 60%;margin: auto;background-color: #fff;box-sizing:border-box;padding-bottom: 8px}
.copyform-page .company-wrap .company-content .tab-title{position:relative;background:#fff;border-bottom:1px solid #e6e6e6;padding:14px 0 0 20px;}
.copyform-page .company-wrap .company-content .email{position: absolute;right: 25px;bottom: 10px;color: #666;font-size: 13px;}
.copyform-page .company-wrap .company-content .tab-title li{font-size:14px;padding:8px 14px;float:left;line-height:18px;color:#666;cursor:pointer;margin-right:14px;}
.copyform-page .company-wrap .company-content .tab-title li.cur{border-bottom:2px solid #e12d2d;color:#e12d2d;}
.copyform-page .company-wrap .company-h{height:180px}
.copyform-page .main-container2.no-left2{margin-left: 0;padding: 0;}
.copyform-page .main-container2.no-left2 .main-container-outer{margin:0 auto;}
.copyform-page .company-wrap .company-content .copyform{padding:0;width:96%;margin: 30px auto;height:100%;min-height:450px;display:none;}
.copyform-page .company-wrap .company-content .copyform .copyform-content{border: 1px solid #e6e6e6; margin-top: 10px}
.copyform-page .company-wrap .company-content .copyform .copyform-content .content-h{box-sizing:border-box;width: 100%;height: 30px;line-height:30px;border-bottom: 1px solid #e6e6e6;background-color:#f6f6f6;padding-left: 20px;}
.copyform-page .company-wrap .company-content .copyform .copyform-content .content-h p{font-weight: bold}
.copyform-page .company-wrap .company-content .copyform .copyform-content .content-h .content-title{font-size: 13px;color: #333;}
.copyform-page .company-wrap .company-content .copyform .copyform-content .content-detail{font-size: 13px;color: #666;margin-left: 20px;}
.copyform-page .company-wrap .company-content .copyform .copyform-content .content-f{box-sizing:border-box;padding: 15px 40px;}
.copyform-page .company-wrap .company-content .on{display:block;}

/*版权库首页*/
.container-cythome { /* background-color: aquamarine; */ }
.container-cythome .header-wrap { width: 100%; background-color: #fff; }
.container-cythome .header-wrap .cyt-header{ width: 1200px; margin: 0 auto; padding-bottom: 80px; }
.container-cythome .header-wrap .content-left { width: 400px; height: 526px; }
.container-cythome .header-wrap .content-right { margin-left: 80px; /* width: 700px; */ }
.container-cythome .header-wrap .content-right .title-block { margin-top: 20px; height: 170px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px dashed #333; }
.container-cythome .header-wrap .content-right .content-block .item { width: 175px;display:block; /* text-align: center; */ }
.container-cythome .header-wrap .content-right .content-block .item .img-wrap{ text-align: center; width:170px;height:226px;box-sizing:border-box;margin: 25px 2px 10px;}
.container-cythome .header-wrap .content-right .content-block .item img { width: 100%;height:100%;}
.container-cythome .header-wrap .content-right .content-block .item .title-wrap { white-space: wrap; }
.container-cythome .header-wrap .content-left .circle { position: relative; width: 100%; height: 526px; border-radius: 0 0 220px 220px; overflow: hidden; }
.container-cythome .header-wrap .content-left .circle .swiper-slide { line-height: 30px; /* text-align: center; */ background: linear-gradient(135deg, #FFBA80 11%, #FFE6D9 46%, #6698FF 81%); }
.container-cythome .header-wrap .content-left .circle .swiper-slide .txt-wrap { width: 70%; margin: 40px auto 20px; line-height: 40px; }
.container-cythome .header-wrap .content-left .circle .swiper-pagination { bottom: 16px; background: #333;opacity: 0.6;line-height: 30px;}
.container-cythome .header-wrap .content-left .circle .swiper-pagination .swiper-pagination-bullet-active { background-color: #D0021B !important; }
.container-cythome .header-wrap .content-left .circle .swiper-pagination .swiper-pagination-bullet { background-color: #fff; width: 12px; height: 12px; opacity: 1; }
.container-cythome .header-wrap .content-left .circle .txt-title-height {overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;height:50px;}

.container-cythome .header-wrap .content-left .circle .txt-height { line-height: 22px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4;-webkit-box-orient: vertical;height:90px;}
.container-cythome .header-wrap .content-left .circle .contact-btn { background-color: #ED3B3B; border-radius: 15px; width: 120px; height: 32px; text-align: center; line-height: 32px; color: #fff; margin: 20px 0; }
.container-cythome .header-wrap .content-left .circle .img-wrap { text-align: center; }
.container-cythome .header-wrap .content-left .circle .img-wrap img { width: 200px; height: 256px; margin: 0 auto; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); }
.container-cythome .main-body{ width: 1100px; margin: 0 auto; padding: 80px 0; }
.container-cythome .main-body .author-block{ width: 705px; }
.container-cythome .main-body .author-list{ width: 705px; margin-top: 20px; box-sizing: border-box; border-right: 1px solid #979797; }
.container-cythome .main-body .author-list .author-item{ width: 193px; height: 327px; cursor: pointer;background-color: #fff; display: inline-block; margin-left: 27px; margin-top: 30px; box-sizing: border-box; padding: 20px; border: 1px solid #dcdcdc; border-radius: 4px; }
.container-cythome .main-body .author-list .author-item:hover{ box-shadow: 0px 1px 1px #fed4b7;border-color:#fed4b7; }
.container-cythome .main-body .author-list .author-item .img-wrap{ text-align: center; }
.container-cythome .main-body .author-list .author-item .img-wrap img{ width: 140px; height: 140px; }
.container-cythome .main-body .author-list .author-item .author-production{ margin-top: 20px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;height:90px;}
.container-cythome .main-body  .publishing-house{ padding-left: 30px; }
.container-cythome .main-body  .publishing-house .publishing-list{ padding-top: 50px; }
.container-cythome .main-body  .publishing-house .publishing-item{ width: 345px; height: 111px; background-color: #fff; border: 1px solid #dcdcdc; text-align: center; margin-bottom: 20px; }
.container-cythome .main-body  .publishing-house .publishing-item img{ width: 100%; height: 100%; vertical-align: middle; }
/*版权详情*/
.container-detail { width: 1100px; margin: 50px auto; }
.container-detail .crumbs { padding: 25px 0; }
.container-detail .info-left { width: 264px; /* background-color: #fff; */ }
.container-detail .info-left .img-wrap{width:100%;height:356px;}
.container-detail .info-left .img-wrap img { width: 100%;height:100%; /* background-color: #fff; */ }
.container-detail .info-left .btn { border-radius: 5px; width: 120px; height: 32px; text-align: center; line-height: 32px; color: #fff; margin: 20px 5px; }
.container-detail .info-left .contact-btn { background-color: #ED3B3B; }
.container-detail .info-left .toview-btn { background-color: #FF7A45; }
.container-detail .info-right { margin-left: 20px; width: 815px;}
.container-detail .info-right .info-content { border-bottom: 1px dashed #333; padding-bottom: 30px; /* width: 0px; */ }
.container-detail .info-right .publishing { margin: 30px 0 20px; }
.container-detail .info-right .specifi-info { line-height: 28px; }
.container-detail .info-right .specifi-info .info-item { margin-right: 20px;width:47%;display:inline-block }
.container-detail .info-right .specifi-info .info-item .label{color:#666666;font-weight:bold}
.container-detail .info-right .intro-wrap { padding: 20px 0; }
.container-detail .info-right .intro-wrap .book-intro, .author-intro { width: 376px; /* height: 209px; */ border: 1px solid #ccc; box-shadow: #ccc 0px 2px 9px 0px; padding: 20px 30px; border-radius: 5px; box-sizing: border-box; line-height: 22px; }
.container-detail .info-right .intro-wrap .block-title { margin-bottom: 10px; }
.container-detail .info-right .intro-wrap .block-title .triangle img{ width: 16px; height: 10px; }
.container-detail .info-right .intro-wrap .author-intro .triangle img{ width: 16px; height: 10px; }
.container-detail .book-preview .title-wrap{ position: relative; }
.container-detail .book-preview .swiper-content{ position: relative; height: 924px; width: 725px; margin: 0 auto; overflow: hidden; }
.container-detail .book-preview .line { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); height: 1px; width: 85%; background-color: #979797; }
.container-detail .related-books .title-wrap{ position: relative; }
.container-detail .related-books .line { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); height: 1px; width: 85%; background-color: #979797; }
.container-detail .related-books .books-content .item-books{ width: 180px; margin-right: 40px; padding: 40px 0 20px; }
.container-detail .related-books .books-content .item-books .img-wrap{ overflow: hidden; height: 230px; }
.container-detail .related-books .books-content .item-books .img-wrap img{ width: 100%; height: 100%; }
.container-detail .related-books .books-content .item-books .item-info{ line-height: 24px; padding:10px 0; }
/*版权列表页平铺图定义*/
.ctylist-container{background-color:#fff}
.all{padding-top:20px;}
.cyt-block-ul{padding-bottom:25px;}
.all .cyt-block-ul{}
.all .cyt-block-ul li .cur-box input{display:none;}
.cyt-block-ul li{width:220px;height:318px;padding:0px;margin:-1px 0 0 -1px;display:block;float:left;}
.cyt-block-ul li .cur-box{position:relative;width:220px;height:318px;background:#fff;}
.cyt-block-ul li .cur-box input{position:absolute;left:26px;top:26px;}
.cyt-block-ul li .cur-box .marc{position:absolute;top:0;right:0;}
.cyt-block-ul li p.s4{display:none;}
.cyt-block-ul li a.book-img{display:block;height:190px;text-align:center;overflow:hidden;padding-top:20px;}
.cyt-block-ul li a.book-img img{height:190px;max-width:220px;}
.cyt-block-ul li p{color:#666;padding:7px 20px 0 20px}
.cyt-block-ul li p.s1{font-size:15px;font-weight:bold;color:#333;padding-top:22px;line-height:24px;overflow:hidden;}
.cyt-block-ul li p.s1 a{display:none;}
.form-block{height:133px;background-color:#f6f6f6;margin: 10px 0;}
.form-block .search-cyt{padding:25px 0 15px 0;}
.form-block .sel-item{color:#e12d2d;}
.form-block .search-cyt .info-box2{min-width:180px;margin:5px 8px 5px 20px;text-align:center;display:inline-block;}
.form-block .search-cyt .input-s1{width:232px;}
.form-block .search-cyt .input-s2{width:107px;}
.form-block .search-cyt .date .input-s2{background:url(../images/icon-time.png) no-repeat right center;}
.form-block .info-box2 select,.form-block .search-cyt .input-s3{border: 1px solid #ccc;line-height: 18px;width: 180px;height: 40px;border-radius: 2px;text-indent: 7px;border: 1px solid #ccc;color: #666;}
.form-block  .info-box2 select{position:relative;z-index:0;}
/*检索为一行时，+类line1*/
.form-block .search-cyt.line1{text-align:left;}
.form-block .search-cyt.line1 .info-box2{margin:0;margin-right:25px;}
.mini-select{min-width:120px!important;}

/*弹窗样式*/
.black_overlay { display: none; position: fixed; top: 0%; left: 0%; right:0; bottom:0; width: 100%; height: 100%; background-color: #333; z-index: 1001; -moz-opacity: 0.6; opacity: .80; filter: alpha(opacity=80); }
.white_content { display: none; position: fixed; top: 0%; left: 0%; right:0; bottom:0; width: 447px; height: 401px; margin: auto; border: 1px solid #ccc; background-color: white; z-index: 1002; overflow: auto; box-sizing:border-box; padding: 40px; opacity: 1; overflow:hidden;}
.white_content .btn-wrap{ width: 70%; }
.white_content .btn-wrap .login-btn{ width: 120px; height: 32px; background-color: #ED3B3B; text-align: center; line-height: 32px; color:#fff; border-radius: 5px; cursor:pointer; }
.white_content .btn-wrap .cancel-btn{ width: 120px; height: 32px; border: 1px solid #979797; text-align: center; line-height: 32px; border-radius: 5px; cursor:pointer; }
.white_content .btn-wrap .close-btn{ width: 120px; height: 32px; border: 1px solid #979797; text-align: center; line-height: 32px; border-radius: 5px; cursor:pointer; margin: auto; }
.card-content{ margin: 10px auto; }
.card-line{ width: 100%; height: 1px; background-color: #979797; margin: 20px 0; }
.mt-btn80{ margin: 80px auto 20px;}
.mt-btn40{ margin: 40px auto 20px;}
.cytcard-content .cyt-login span{display:inline-block;width:80px; position:relative;}
.cytcard-content .cyt-login .cyt-phone{width:260px;height:40px;margin:10px 0; border:1px solid #e6e6e6;background-color:transparent;outline: none}
.cytcard-content .cyt-login .cyt-code{width:160px;height:40px;margin:10px 0; border:1px solid #e6e6e6;background-color:transparent;outline: none}
.cp{cursor:pointer;}
.cyt-fenye .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#a7211a}

