@charset "utf-8";
.wrapper {
    width: 1220px;
    margin: 0px auto;
}
.autoPic img, autoImg {
    display: block;
    width: 100%;
    height: auto;
}
.book { padding:40px 0 88px;/* background-color: #f2f2f2;*/}
.bookList { margin-left: -12px; margin-right: -12px; padding-top: 42px; padding-bottom: 23px;}
.bookList li { float: left; width: 20%; padding: 0px 12px 30px;}
.book img{
	width: 100%;
}
.book .bd{
	
	margin: 40px 0 60px;
	position: relative;
}
.book .bd .swiper-slide p{
	text-align: center;
	position: relative;
	padding-top:5px;
}
.book .bd .swiper-slide p a{
	position: absolute;
	right: 0;
	bottom: -5px;
	display: inline-block;
	line-height: 24px;
}
.book .bd .swiper-slide p a img{
	width: 24px;
}
.book .bd .swiper-button-next,.book .bd  .swiper-button-prev{
	background: #ddd;
	width: 35px;
	height: 60px;
	margin-top: -60px;
}
.book .bd  .swiper-button-prev{
	left: -60px;
}

.book .bd  .swiper-button-next::after{
	content: " ";
	    display: inline-block;
	    height: 17px;
	    width: 17px;
	    border-width: 1px 1px 0 0;
	    border-color: #666;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
	    position: absolute;
	    top: 50%;
		margin: -9px 0 0 -15px;
	    left: 50%;
}
.book .bd  .swiper-button-prev::after{
	content: " ";
	    display: inline-block;
	    height: 17px;
	    width: 17px;
	    border-width: 0 0 1px 1px;
	    border-color: #666;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
	    position: absolute;
	    top: 50%;
		margin: -9px 0 0 -4px;
	    left: 50%;
}
.book .bd .swiper-button-next{
	right: -60px;
}
.tit01 { text-align: center;}
.tit01 h3 { font-size: 24px; line-height: 44px; color: #0066b3; font-weight: normal;}
.tit01 a.more { z-index: 2; position: relative; display: block; font-size: 12px; color: #707070; width: 138px; margin: 0px auto; line-height: 25px;}
.tit01 .line { position: absolute; top: 50%; width: 32px; height: 0px; font-size: 0px; line-height: 0px; border-top: 1px solid #a0a0a0;}
.tit01 .line01 {left: -18px;}
.tit01 .line02 {right: -18px;}
.tit01 .pr { border: 1px solid #a0a0a0; width: 166px; line-height: 24px; margin: 0px auto; overflow: visible;}

.pop { display: none;}
.pop, .pop .bg { z-index: 9999; position: fixed;left: 0px; top: 0px; width: 100%; height: 100%;}
.pop .bg { z-index: 1; position: absolute; background-color: #000; filter: alpah(opacity=60); opacity: 0.6; }
.popBox {z-index: 1001; position: relative; max-width: 1200px; width: 80%; top: 50%; transform: translate(0px,-50%);margin: 0px auto; padding: 0px 30px 30px; background-color: #fff; border-radius: 10px;}
.picCon{ text-align:center; padding:10px 0;}
.picCon img{ width:auto;max-height:525px; margin:0 auto;}
.close { text-align: right;}
.closeBtn { position: relative; left: 15px; display: inline-block; text-align: center; line-height: 30px; font-size: 22px; text-align: right; text-indent: 10px; cursor: pointer;}

@media screen and (max-width:768px) {
	.popBox { padding: 0px 15px 15px;}
	.closeBtn {line-height: 20px; font-size: 18px; padding-right: 10px; text-indent: 0px;}
	.wrapper { width: 100%; padding-left: 15px; padding-right: 15px;}
}