@font-face {
	font-family: "book2";
  	src: url('book2.otf'); 
}

/*封面*/
.book-cover{
	min-height: 100%;
	/*background-image: url(coverbg2.png);*/
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: .2rem .15rem 0 .15rem;
}
.book-cover .book-cover-img{
	width: 1.1rem;
}
.book-cover .book-cover-sis{
	color: #30353b;
	text-transform: uppercase;
	margin-top: .3rem;
	width: 2.2rem;
	font-family: arial;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.book-cover .book-cover-tit{
	width: 2.2rem;
	font-family: "book2";	
	font-size: .26rem;
	line-height: 1.3;
	margin-top: .1rem;
	padding-top: .1rem;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.book-cover .book-cover-tit:before{
	content: '';
	display: block;
	width: .42rem;
	height: .04rem;
	position: absolute;
	top: 0;
	left: 0;
}
.book-cover-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	padding-top: .8rem;
}
.book-cover-bg{
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	-webkit-clip-path: polygon(100% 1%, 100% 1%, 100% 100%, 0 100%, 0% 60%);
	clip-path: polygon(100% 1%, 100% 1%, 100% 100%, 0 100%, 0% 60%);
}
.book-cover-box .cover-ca1{
	width: 3.09rem;
	height: 2.095rem;
	position: absolute;
	left: 0;
	bottom: 2rem;
	background-size: cover;
	background-repeat: no-repeat;
}
.book-cover-box .cover-ca2{
	width: 2.11rem;
	height: 2.05rem;
	position: absolute;
	right: 0;
	bottom: 0rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.book-footer ~ .book-cover2 {
    padding-bottom: 0rem;
}
.book-cover2{
	min-height: 100%;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
}
.book-cover2 .book-cover-img{
	height: 1rem;
	position: relative;
	padding: .15rem 2.4rem 0rem .15rem;
	
}
.book-cover2 .book-cover-img img{
	width: 100%;
}
.book-cover2 .book-cover-img .coverkk{
	background-color: #2c2f2e;
    width: 2.25rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.book-cover2 .book-cover-box2{
	padding: .1rem .15rem .15rem .15rem;
	position: relative;
	min-height: 2.22rem;
}
.book-cover2 .book-cover-box2 .coverbb{
	width: 1.27rem;
	position: absolute;
	top: 0;
	right: 0;
	height: 2.21rem;
	background-size: cover;
	background-repeat: no-repeat;
}
.book-cover2 .book-cover-sis{
	color: #30353b;
	text-transform: uppercase;
	width: 2.2rem;
	font-family: arial;
}
.book-cover2 .book-cover-tit{
	width: 2.2rem;
	font-family: "book2";	
	font-size: .3rem;
	line-height: 1.2;
	margin-top: .1rem;
	padding-top: .1rem;
	position: relative;
}
.book-cover2 .book-cover-tit:before{
	content: '';
	display: block;
	width: .42rem;
	height: .04rem;	
	position: absolute;
	top: 0;
	left: 0;
}
.book-cover2 .book-cover-file{
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.book-cover2 .book-cover-file span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; 
}
.book-cover2 .book-cover-file b{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1.78rem;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.book-cover2 .book-cover-file strong{
	position: absolute;
	top: 0;
	right: 0rem;
	display: block;
	width: 2.44rem;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 27% 0, 100% 100%, 74% 100%);
	clip-path: polygon(0 0, 27% 0, 100% 100%, 74% 100%);
}
.book-cover2 .book-cover-file em{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.7rem;
	height: .9rem;
	color: #fff;
	padding: .25rem .48rem 0 .15rem;
	font-size: .17rem;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);

}
/*封面*/

/*目录*/
.book-catalog{
	position: relative;
	padding: 0 .2rem;
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 100%;
}
.searchbar-box{
	padding: 0;
}
.book-catalog .book-menu,
.book-catalog .bookla-btn{
	top: .16rem;
}
.book-catalog-tit{	
	position: relative;
	padding-left: .05rem;
}
.book-catalog-tit h2{
	display: inline-block;
	font-size: .3rem;
}
.book-catalog-tit span{
	display: inline-block;
	font-size: .15rem;
	font-weight: 600;
	font-family: arial;
	margin-left: .1rem;
}

.book-catalog-main{
	margin-top: .3rem;
	padding: .1rem;
	background-color: #f2f1f1;
	border-radius: .08rem;
}
.book-catalog-main .book-catalog-item{
	margin-bottom: .14rem;
	border-bottom: 1px solid #7d7d7d;
}
.book-catalog-main .book-catalog-item-tit{	
	color: #30353b;
	font-size: .2rem;
	min-height: .3rem;
	position: relative;
	display: block;
	padding: .0rem .05rem .04rem .45rem;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.book-catalog-main .book-catalog-item-tit.new {
  padding-right: .4rem;
}
.book-catalog-main .book-catalog-item-tit.catalog-sub{
	padding-right: .25rem;
}
.book-catalog-main .book-catalog-item-tit.catalog-sub:before{
	font-family: 'FontAwesome';
  content: '\f106';
  font-size: .18rem;
  position: absolute;
  top: .02rem;
  right: .08rem;
}
.book-catalog-main .book-catalog-item-tit.catalog-sub.catalog-jt:before{
	content: '\f107';
}
.book-catalog-main .book-catalog-item-tit.new em {
  position: absolute;
  top: .08rem;
  right: .05rem;
  display: inline-block;
  background-color: #f53a33;
  color: #fff;
  font-size: .12rem;
  line-height: 1;
  vertical-align: middle;
  padding: .03rem .05rem;
  border-radius: .04rem;
}
.book-catalog-main .book-catalog-item-tit span{
	position: absolute;
	top: 0;
	left: .1rem;
	font-size: .22rem;
	line-height: 1.5;
	font-weight: 600;
	font-family: arial;
}
.book-catalog-main .book-catalog-item ul{
	padding: .03rem 0;
}
.book-catalog-main .book-catalog-item ul li{
	color: #30353b;
	font-size: .16rem;
	min-height: .3rem;
	position: relative;
	padding: .0rem .05rem .04rem .65rem;
}
.book-catalog-main .book-catalog-item ul li.new {
  padding-right: .4rem;
}
.book-catalog-main .book-catalog-item ul li.new em {
  position: absolute;
  top: .06rem;
  right: .05rem;
  display: inline-block;
  background-color: #f53a33;
  color: #fff;
  font-size: .12rem;
  line-height: 1;
  vertical-align: middle;
  padding: .03rem .05rem;
  border-radius: .04rem;
}
.book-catalog-main .book-catalog-item ul li:after{	
	content: '';
	position: absolute;
	top: .08rem;
	left: .45rem;
	width: .12rem;
	height: .12rem;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.book-catalog-main .book-catalog-item ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.book-catalog2{
	position: relative;
	padding: 0 .2rem;
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 100%;
}

.book-catalog-tit2{
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 1.11rem;
	position: relative;
}
.book-catalog2 .book-menu,
.book-catalog2 .bookla-btn{
	top: .16rem;
}

.book-catalog-main2{
	margin-top: .3rem;
	padding: .1rem;
	border-radius: .08rem;
}
.book-catalog-main2 .book-catalog-item{
	margin-bottom: .14rem;
	border-bottom: 1px solid #7d7d7d;
}
.book-catalog-main2 .book-catalog-item-tit{	
	color: #30353b;
	font-size: .18rem;
	min-height: .3rem;
	position: relative;
	display: block;
	padding: .04rem .05rem .04rem .45rem;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.book-catalog-main2 .book-catalog-item-tit.new{
	padding-right: .4rem;
}
.book-catalog-main2 .book-catalog-item-tit.new em {
  position: absolute;
  top: .08rem;
  right: .05rem;
  display: inline-block;
  background-color: #f53a33;
  color: #fff;
  font-size: .12rem;
  line-height: 1;
  vertical-align: middle;
  padding: .03rem .05rem;
  border-radius: .04rem;
}
.book-catalog-main2 .book-catalog-item-tit span{
	position: absolute;
	top: 0;
	left: .06rem;
	font-size: .27rem;
	color: #313131;
	line-height: 1.5;
	font-weight: 600;
	font-family: arial;
}
.book-catalog-main2 .book-catalog-item-tit.catalog-sub {
  padding-right: .25rem;
}
.book-catalog-main2 .book-catalog-item-tit.catalog-sub:before {
  font-family: 'FontAwesome';
  content: '\f106';
  font-size: .18rem;
  position: absolute;
  top: .02rem;
  right: .08rem;
}
.book-catalog-main2 .book-catalog-item-tit.catalog-sub.catalog-jt:before {
    content: '\f107';
}
.book-catalog-main2 .book-catalog-item ul{
	padding: .03rem 0;
}
.book-catalog-main2 .book-catalog-item ul li{
	color: #30353b;
	font-size: .14rem;
	min-height: .3rem;
	position: relative;
	padding: .04rem .05rem .04rem .65rem;
}
.book-catalog-main2 .book-catalog-item ul li.new {
  padding-right: .4rem;
}
.book-catalog-main2 .book-catalog-item ul li.new em {
  position: absolute;
  top: .06rem;
  right: .05rem;
  display: inline-block;
  background-color: #f53a33;
  color: #fff;
  font-size: .12rem;
  line-height: 1;
  vertical-align: middle;
  padding: .03rem .05rem;
  border-radius: .04rem;
}
.book-catalog-main2 .book-catalog-item ul li:after{
	content: '';
	position: absolute;
	top: .08rem;
	left: .45rem;
	width: .12rem;
	height: .12rem;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.book-catalog-main2 .book-catalog-item ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.searchbar-box{
	padding-right: 1.05rem;
}
/*目录*/

/*产品列表*/
.book-product .book-menu,
.book-product .bookla-btn{
	top: .15rem;
}
.book-product-tit{
	background-color: #891c21;
	padding: .2rem 0.5rem .25rem .3rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-product-tit h2{
	color: #fff;
	display: inline-block;
	border-bottom:2px solid #fff;
	line-height: 1.2;
	padding-bottom: .05rem;
	font-size: .18rem;
}
.book-product-item{
	padding: .1rem .05rem;
	background-color: #fff;
	border-radius: .14rem;
	margin-top: .1rem;
}
.book-product-item li{
	margin-bottom: .15rem;
	position: relative;
}
.book-product-item li a{
	padding: 0;	
	overflow: hidden;
	
}
.book-product-item li a img{
	border-radius: .08rem;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(99,99,99,0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(99,99,99,0.6);
}
.book-product-item li a p{
	margin-bottom: .05rem;
	font-size: .16rem;
	color: #000000;
	/*text-align: left;*/
}
.book-product-item li em.new {
  position: absolute;
  top: 0;
  right: 0;
  width: .6rem;
  height: .6rem;
  background-image: url(../../img/new.png);
  background-size: cover;
  z-index: 99;
}
/*产品列表*/

/*标题*/
.book-title{
	text-align: center;
	margin-top: .1rem;
}
.book-title h2{
	display: inline-block;
	position: relative;
	padding: 0 .4rem .05rem;
	font-size: .18rem;
	color: #1b1b1b;
	border-bottom: 1px solid #959595;
}
.book-title h2:before{
	content: '';
	display: block;
	width: .5rem;
	height: .04rem;
	position: absolute;
	left: 0rem;
	right: 0;
	margin: auto;
	bottom: -0.02rem;
}
.book-btn{
	font-size: .16rem;
	border-radius: .08rem;
	height: .4rem;
	line-height: .4rem;
	padding: 0;
	color: #fff;
	background-size: cover;
  background-repeat: no-repeat;
}
.book-btn:hover{
	color: #fff;
}
/*标题*/


/*介绍*/
.book-intro-main{
	margin-top: .14rem;
}
.book-intro-main p{
	font-size: .14rem;
	word-wrap: break-word;
}
.book-banner .am-control-nav li a.am-active{
	background-color: #891c21;
}
.book-banner:after{
	content: '';
	width: .44rem;
	height: .26rem;
	display: block;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.book-banner:before{
	content: '';
	width: .63rem;
	height: .97rem;
	display: block;
	background-size: cover;
	position: absolute;
	bottom: -.36rem;
	right: 0;
	z-index: 9;
}
/*介绍*/

/*联系*/
.book-contact-img {
	margin-bottom: .1rem;
}
.book-contact-img img{
	width: 100%;
}

.book-contact-item{
	margin-top: .15rem;	
}
.book-contact-item li{
	position: relative;
	color: #1b1b1b;
	font-size: .15rem;
}
.book-contact-item li i{
	width: .2rem;
	height: .2rem;
	text-align: center;
	line-height: .18rem;
	border-radius: 50%;
	font-size: .12rem;
	position: absolute;
	top: .06rem;
	left: 0;
	
}
.book-contact-item li a{
	display: block;
	padding: .03rem 0 .03rem .3rem;
	position: relative;
}
.book-contact-item li.jt a{
	padding-right: .14rem;
}
.book-contact-item li.jt a:after{
	font-family: 'FontAwesome';
	font-size: .24rem;
	content: "\f105";
	position: absolute;
	top: .02rem;
	right: 0;
	color: #ababab;
	line-height: .24rem;
}
.book-contact-item li.add a{
	padding-left: .76rem;
}
.book-contact-item li a em{
	position: absolute;
	top: .02rem;
	left: .3rem;
}

.book-contact-code{
	background-image: url(ccodebg2.png);
	position: relative;
	padding: .15rem .2rem;
	border-radius: .08rem;
}
.book-contact-code .code-img{
	width: 1rem;
}
.book-contact-code .code-img .codecc{
	width: 1rem;	
}
.book-contact-code .code-img .codecc canvas{
	width: 1rem;
	height: 1rem;
	border: .03rem solid #fff;
}
.book-contact-code .code-img img{
	width: 1rem;
	height: 1rem;
	border: .02rem solid #fff;
}
.book-contact-code .code-img p{
	text-align: center;
	font-size: .12rem;
	color: #000000;
	margin-top: .03rem;
}
.book-contact-code .code-main{
	width: 1.9rem;
}
.book-contact-code .code-main h2{
	color: #000000;
	font-size: .2rem;
	font-weight: 500;
	margin-top: .03rem;
}
.book-contact-code .code-main h2 em{
	display: inline-block;
	max-width: 1rem;
}
.book-contact-code .code-main h2 span{
	display: inline-block;
	margin-left: .16rem;
	font-size: .15rem;
}
.book-contact-code .code-main p{
	color: #000000;
	font-size: .13rem;
	margin-top: .1rem;
}
/*联系*/

.copyright {	
	margin:0px auto 10px auto;
	width:90%;
	font-size:12px;
	color:#aaaaaa;
}