* {
	margin: 0;
	padding: 0;
}

a {
	border: 0;
	text-decoration: none;
}

a:link,a:VISITED {
	color: black;
}

ul {
	list-style: none;
}

ul.content li {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-bottom: 1px dashed lightgray;
}

.outer {
	width: 960px;
	margin: 30px auto;
}

.logo {
	padding:30px 0;
	width:100px;
	height:100px;
	margin:0 auto;
	display:block;
}

.picAndDesc {
	width: 100%;
	height: 400px;
}

.picAndDesc>div {
	float: left;
}

.pic {
	width: 450px;
	height: 400px;
}

.pic img {
	width: 410px;
	height: 340px;
	padding: 20px;
}

.desc {
	padding: 20px;
	width: 470px;
	height: 360px;
}



h3 {
	text-align:left;
}

h2 {
	text-align:center;
}

.desc>p {
	font-size: 16px;
}

.indent {
	text-indent: 40px;
}

.bookTitle {
	height: 60px;
	line-height: 68px;
	font-size: 18px;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 8px solid orange;
}

.contact {
	padding-top: 20px;
	font-size: 14px;
}

#slider {
	width: 450px;
	height: 340px;
	margin: 0 auto;
	position: relative;
}

.slider_list li {
	position: absolute;
	display: none;
}

.slider_list li:first-child {
	display: block;
}

.slider_icon {
	position: absolute;
	z-index: 1;
	left: 40%;
	bottom: 20px;
	font-size: 0;
	padding: 4px 8px;
	border-radius: 12px;
	background-color: hsla(0, 0%, 100%, .3);
}

.slider_icon i {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px;
}

.btn {
	background: #fff;
}

.arrow {
	display: none;
	width: 30px;
	height: 60px;
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.prve {
	left: 0;
}

.next {
	right: 0;
}

.arrow span {
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.slider_left {
	margin: 25px 0 0 10px;
	transform: rotate(45deg);
}

.slider_right {
	margin: 25px 0 0 5px;
	transform: rotate(-135deg);
}

.arrow:hover {
	background: #444;
}

#slider:hover .arrow {
	display: block;
}

.btn_act {
	background: #db192a;
}