﻿@charset "utf-8";
html, body {
	color: #333;
	background-color:#f5f5f5;
	font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container {
	width: 100%;
}
.breadcrumb {
    background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}
.breadcrumb > li + li::before {
    color: #777;
    content: "> ";
}
.breadcrumb a{
	color: #777;
}
.pager {
    margin: 20px 0;
    text-align: right;
}
.pager li > a, .pager li > span {
    padding: 5px 10px;
	border-radius: 0;	
}
.pager li > a {
	color:#777;
}
.pager li > span {
    background-color:#ff3333;
	color:#fff;
}
.table-show {display:table;height:100%;width:100%;}
.table-cell {display:table-cell;vertical-align:middle;}
.text-center {text-align:center;}
.text-ellipsis { white-space:nowrap; text-overflow:ellipsis;overflow:hidden;}

a {color: #333; transition:all 500ms ease;}
a,a:visited,a:focus,a:hover{text-decoration: none;}
a:hover {color: #666;}
a.underline{text-decoration:underline;}
a:hover img, a.imagelink:hover {
	filter:alpha(opacity=80);*filter:none;
	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
}
a.link-red, a.active, a:focus, .text-red { color:#fe3430}
a.link-red:hover, a.active:hover { color:#fe3430;}
a.link-red:hover {text-decoration:underline;}
a.link-grey { color:#999;}
a.zoom:hover { transform:scale(1.2);overflow:hidden;}

.ion {font-size:1.2em;vertical-align:middle;}

.validate-padding {
    padding-right: 30px;
}
.autosize-img img, img.autosize {
	max-width: 100%;	
}
p.notification {
	padding: 10px;	
}
.btn-danger {
	background-color: rgba(255,49,49,0.6);
	border-color: #ff3333;
}
.btn-danger:hover {
	background-color: #ff3333;
}
.btn-darkgray {
	color: #fff;
  	background-color: rgba(0,0,0,0.6);
 	border-color: #ccc;
}
.btn-darkgray:hover {
	color: #fff;
  	background-color: #000;
 	border-color: #666;
}
.btn-white {
  	background-color: #fff;
 	border-color: #ccc;
}
.btn-white:hover {
	color: #ff3333;
  	background-color: #ff6666;
}
.animation-delay-3 {
	animation-delay: 0.3s; /* W3C 和 Opera */
	-moz-animation-delay: 0.3s; /* Firefox */
	-webkit-animation-delay: 0.3s; /* Safar*/
}
.animation-delay-5 {
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.animation-delay-10 {
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.animation-delay-15 {
	animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.animation-delay-20 {
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

#main-banner-wrapper {
	position: relative;
}
#banner, #book-banner {
	background-repeat: none;
    height: 630px;
	color:#fff;
	font-size: 14px;
}
#banner h1 {
	font-size:4em;
	font-weight: bold;
	text-align:center;
}
#banner h3 {
	font-size:1.8em;
	text-align:center;
}

#book-banner {
	margin-bottom: 30px;
}
span.required {
	color: red;
}
.gray {
	color: #ccc;
}
.headimg {
	width: 40px;
	border-radius: 20px;
}
.btn-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.btn-captcha {
	padding:0;	
}
.buttons-wrapper .btn {
	margin-bottom: 10px;
}
.text-blue {
	color: #62c7ff;	
}
#mask-layer {
	display: none;
	position: fixed;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 3;
	background-color:#fff;
	filter:alpha(opacity=80);
}
#mask-layer .title {
	margin-bottom: 2em;	
}
#close_toogle {
	position:absolute;
	right: 100px;
	top: 150px;
	font-size: 30px;
}
#download-list a{
	display: block;
	border-bottom: 1px solid #ccc;
	text-align: left;
	height: 35px;
	line-height: 35px;
	margin-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-decoration: none;
}
#download-list a:hover {
	color:#ff3333;
	border-bottom: 1px solid #ff3333;
}
#download-list a:hover span.ion{	
	transform:scale(1.5);
}
#download-list span{
	margin-top:5px;
	float: right;
}
.navbar-fixed-top {
    min-height: 100px;
    position: relative;
    background-color:#fff;
	z-index: 10;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 100px;
    padding: 0;
}
.navbar > .container .navbar-brand{
    margin-left: 0;
}
.navbar-nav > li {
	padding: 0 20px;
}
.navbar-nav > li > a, .navbar-nav > li > label{
	font-size: 15px;
	margin-top: 20px;
	line-height: 24px;
	color:#333;
	padding: 10px 0;
	font-weight:normal;
}
.navbar-nav > li > a {
	border-bottom: 3px solid transparent;
}
.nav > li > a:hover, .nav > li.active > a, .nav > li > a:focus {
	color: #ff3333;
	background-color:transparent;
	border-bottom: 3px solid #ff3333;
}
/*.navbar-nav > li > a:hover, .navbar-nav > li.active > a {
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color:transparent;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}*/
.form-view .form-group {
    margin-bottom: 0;
}
#main-nav {
	float: right;	
}
#main-nav-menu {
	margin-right: 50px;
}
#main-nav-right .glyphicon {
	font-weight:100;
	font-size: 16px;
}
#main-nav-right .glyphicon {
	font-weight:100;
	font-size: 16px;
}
#main-nav-right .ion {
	font-size: 23px;
}

#main-nav-right li{
	padding: 0 15px;
}
.navbar-nav > li:first-child {
	padding-left: 0;
}
.navbar-nav > li:last-child {
	padding-right: 0;
}
.navbar-toggle {
	margin-top:25px;
    border-color: #dddddd;
    margin-right: 10px;
    padding: 6px;
}
.navbar-toggle .icon-bar {
    background-color: #888888;
    color: #ccc;
    width: 12px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #dddddd;
}
.searchForm .form-control, .searchForm .btn, .searchForm .input-group-addon {
	border-color: transparent;
	border-bottom-color: #ccc;
	box-shadow: none;
	border-radius: 0;
	background-color:transparent;
}
.searchForm .input-group-addon {
	font-weight: bold;	
}
/*.box {
	background-color:#fff;
	padding: 2px 4px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}*/
.bg-white {
	background-color:#fff !important;
}
.bg-gray {
	border-top: 1px solid #ededed;
	/*background-color:#f8f8f8;*/
}
.bg-transparent {
	background-color: transparent !important;	
}
.section-header {
	/*border-left: 4px solid #fbb217;*/
	/*padding-left: 12px;*/
	color:#333;
	margin: 40px 0 20px 0;
}
.section-header small, .section-header .small{
	/*font-family:'Source Sans Pro', Helvetica, sans-serif;
	font-weight:300;*/
	color: #fe3430;
	padding-left: 10px;
	text-transform:uppercase;
}
.bannerBook, .featuredBook, .featuredProduct {
	margin-bottom: 30px;
}
/*.bannerBook a, .featuredBook a, .featuredProduct a{
	text-decoration:none;	
}*/
.bannerBook img, .featuredBook img, .featuredProduct img{
	max-width:100%;
	max-height:360px;
}
.bannerBook .image-box {
	text-align:center;
}
.featuredBook .image-box, .featuredProduct .image-box {
	background-color:#fff;
	text-align:center;	
}
.featuredBook .image-box h4, .featuredProduct .image-box h4{
	background-color:#fff;
	padding: 15px 0;
	margin:0;
	text-align: center;
	font-size: 14px;
}
.section .wrapper {
	background-color: #fff;	
}
.bannerBook h3 {
	margin-bottom: 20px;
}
.bannerBook p {
	line-height: 200%;
	color: #777;
	padding-right:10px;
}
@media (max-width: 767px) {
.bannerBook .summary {
	padding: 0 30px 20px 30px;
	
}
}

#floors {
	z-index: 5;
	position:fixed;
	top: 50%;
	left: 0;
	display: none;
	transform: scale(2);
    opacity: 0;	
	transition:all 500ms ease;
	padding: 0;
}
#floors li {
	list-style: none;
	padding: 5px 0;
	padding:5px 10px;	
}
#floors li a {
	display: block;
	opacity:0.8;
	filter:alpha(opacity=80);
	width: 120px;
	transition:all 40ms ease;
}
#floors li a:hover, #floors li a.hover {
	width: 100%;
}

#floors li .ion {
	visibility: hidden;	
}
#floors li a, #floors a. {
	text-decoration:none !important;
}
#floors a.active{
	background-color:#fff;
	color: #fe3430;
	opacity:0.9;
}
#floors a.active .ion{
	visibility:visible;
}

.book-title {
	color:#fff;	
}
.book-title small{
	color:#ccc;	
}
.book-covers {
	padding:20px;
	background-color: rgba(255,255,255, 0.1);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
	width: 480px;
	height: 480px;
}
.book-covers img{
	width: 80%;
	max-width: 440px;
	max-height: 440px;
}
#book-banner .container {
	height: 100%;	
}
.book-wrapper, .book-wrapper > div {
	height: 100%;
}
.book-info {
	color:#fff;
	padding-left: 40px;
	list-style: none;
}
.book-title {
	margin-bottom: 30px;	
}
.book-info .row div {
	line-height: 200%;	
}
.book-info ul{
	padding-left: 0;
	list-style: none;
}

.book-info label {
	font-weight: normal;
	/*width: 120px;*/
}

.main-section {
	padding: 20px 0;
	background-color:#fff;
	margin-top: 30px;
}
.main-section .section-header {
	border-left: 4px solid #ff3333;
	padding-left: 30px;
	margin-top: 0;
	padding: 0 0 0 30px;
}
.main-section .section-content {
	padding: 0 30px;
	line-height: 200%;
}
.detail_wrapper {
	max-height:500px;
	overflow:hidden;
	position: relative;
}
.detail_wrapper .expand {
	position:absolute;
	bottom: 0;
	width:100%;
    height: 150px;
	/*background-color:#fff\9;*/
    background-image: linear-gradient(to bottom,rgba(255,255,255,0), #fff 80%, #fff);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00ffffff',endColorStr='#ffffffff',gradientType='0');
}
.detail_wrapper .expand .expand-btn {
	display:inline-block;
	margin-top: 115px;
	margin-left: 30px;
	color:#ff3333;
}
.section-content p.summary{
	color: #666;
}
.section-content hr {
	border-top: 1px solid #ccc;	
}
.section-content h3.title {
	margin-top: 0;	
}
@media (max-width: 767px) {
.section-content h3.title {
	margin-top: 1em;
}
}

.h5, h5 {
    font-size: 15px;
}

.content-box {
	border: 1px solid #f1f1f1;
	border-bottom:3px solid #f1f1f1;
	background-color: #fff;
}

.article-list {
	padding-top: 10px;	
}
.article-list .date, .article-list .article-title {
	margin-top: 0;
}

.article-content {
	line-height: 200%;
	color: #777;
}
.article-content p{
	text-indent:2em;
	margin-bottom: 20px;
}

.article img {
	max-width: 100%;
}
.article .summary {
	color:gray;	
}

.imagelist .article-title, .imagelist .product-title {
	margin-top: 0px;
	padding: 10px 15px;
	background-color:#fff;
	font-size: 16px;
}
.product-list .imagelist img {
	width: 280px;
	height: 365px;
}
.product-list .imagelist .product-title {
	text-align:center;	
}

.article .section-content {
	padding-left: 40px;	
}
.mobile-only {
	display: none;	
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
#main-nav-menu {
    margin-right: 20px;
}
.navbar-nav > li {
	padding: 0 12px;	
}
h1,.h1 {
  font-size: 34px;
}
h2,.h2 {
  font-size: 28px;
}
h3,.h3 {
  font-size: 22px;
}
h4,.h4 {
  font-size: 16px;
}
h5,.h5 {
  font-size: 15px;
}
h6,.h6 {
  font-size: 14px;
}
#banner, #book-banner {
    height: 450px;	
	background-size:cover !important;
	overflow:hidden;
}
#banner {
	font-size:13px;	
}
.book-covers {
	padding: 20px;
	width: 360px;
	height: 360px;
}
.book-covers img{
	/*width: 80%;*/
	max-width: 320px;
	max-height: 320px;
}
.book-info {
	padding-left: 20px;
}
}

@media (max-width: 1000px) {
#main-nav {
	float:none;
	clear:both;
	padding-bottom: 10px;
}
#main-nav-right {
	float: right;	
}
.navbar-nav > li > a, .navbar-nav > li > label {
	margin-top: 0;	
}
.navbar-nav > li, #main-nav-right li {
	padding: 0 25px;
}
#banner {
    height: 320px;
	background-size:cover !important;
}
#book-banner {
    height: 320px;
	background-size:cover !important;
}

#banner {
	font-size:11px;	
}
.book-covers {
	width: 280px;
	height: 280px;
}
.book-covers img{
	max-width: 240px;
	max-height: 240px;
}
.book-info {
	padding-left: 10px;
}
.book-info .row div{
	line-height: 180%;
}
.book-title {
	font-size: 24px;
	margin-bottom:10px;
}
}
@media (max-width: 767px) {
.autosize-img img{
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.autosize-img {
	text-align:center;
}
.imagelist img, .product-list .imagelist img {
	width: 100%;
	height: auto;
}

.navbar-toggle {
	margin-top:25px;
}
.navbar > .container .navbar-brand {
    margin-left: 15px;
}
.navbar-nav > li > a{
	border-bottom: 2px dotted #ddd;
}
	
.navbar-nav > li {
	padding-left: 30px !important;
	padding-right: 30px;
}
#close_toogle {
	position:absolute;
	right: 10px;
	top: 80px;
	font-size: 30px;
}
#main-nav {
	float: none;
}
#main-nav-menu {
	margin-right1: 0;	
}
.navbar-nav > li > a, .navbar-nav > li > a.btn-rounded {
	margin-top: 0;
}
#main-nav-right li {
	float: left;	
}
#main-nav-right li{
	padding: 0 30px;
}
#main-nav-right a{
	font-size: 16px;
}
#main-nav-right p{
	display: none;
}
h1,.h1 {
  font-size: 32px;
}
h2,.h2 {
  font-size: 26px;
}
h3,.h3 {
  font-size: 20px;
}
h4,.h4 {
  font-size: 16px;
}
h5,.h5 {
  font-size: 14px;
}
h6,.h6 {
  font-size: 12px;
}
.page-content {
	/*margin-bottom: 10px;*/
}
.mobile-only {
	display:block;
}

#banner {
    height: 200px;
	background-size:cover !important;
	font-size:8px;
}
#book-banner {
	height: auto;
	background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: auto 280px !important;
}
.book-wrapper {
    height: auto;
}
.book-covers {
	padding: 10px;
	width: 100%;
}
.book-covers img{
	/*width: 80%;*/
	max-width: 220px;
	max-height: 280px;
	vertical-align:middle;
}
.book-title {
	/*padding-top: 20px;*/
}
.book-title small{
	color:#666;	
}
.book-title, .book-info {
	color: #333;
}
.book-info {
	padding-left: 0;
	font-size: 14px !important;
}
}

@media (max-width: 480px) {
.navbar-toggle {
	margin-top:15px;
}
.navbar-fixed-top {
    min-height: 60px;
}
.navbar-brand {
	height: 60px;
	overflow:hidden;
}
.navbar-brand img {
    max-height: 60px;
}
h1,.h1 {
  font-size: 30px;
}
h2,.h2 {
  font-size: 25px;
}
h3,.h3 {
  font-size: 16px;
}
h4,.h4 {
  font-size: 13px;
}
h5,.h5 {
  font-size: 12px;
}
h6,.h6 {
  font-size: 10px;
}
#banner {
    height: 150px;
	background-size:cover !important;
}
.buttons-wrapper {
	text-align:center;	
}
}

.footer {
	margin-top: 20px;	
}
.bottom-links {
	padding: 20px 0;
	background-color:#3e3d42;
	color:#999;
}
.bottom-links a{
	color:#999;
}
.bottom-links a:hover{
	color:#ccc;
}
.bottom-links h1,.bottom-links h2{
	color:#fff;
	margin-top: 0;
}
.bottom-links p{
	line-height: 200%;
}
.bottom-links img{
	max-width: 100%;
}

.map-list .col-sm-2 div{
	margin-bottom: 5px;
}

.map-list a{
	color: #999;
}
.map-list a:hover{
	color: #eee;
}
.map-list h4 {
	margin-bottom: 20px;
}
.map-list h4 a{
	font-size:16px;
	color:#ccc;
	border-bottom: 2px solid #555;
	padding-bottom:5px;
	text-decoration:none;
}

.chosen-container-single .chosen-single {
    height: 34px !important;
    line-height: 33px !important;
	border-radius: 3px;	
}
.chosen-container-single .chosen-single div {
    top: 5px !important;
}
.footer .copyright {
	padding: 10px 0;
	color: #666;
	border-top: 1px solid #ccc;
	line-height: 200%;
}
.footer .copyright a{
	color: #666;
}
.footer .copyright a:hover{
	color: #333;
}

.footer .copyright .container {
	text-align:center;
}

@media (max-width: 767px) {
.bottom-links h1, .bottom-links .contact{
	margin-top: 20px;
	text-align:center;
}
}
.fixed {
	position: fixed; 
}
* html .fixed { position:absolute; }
#backToTop {
	display: none;	
	height: 40px; width: 40px;
	background:url(../images/backToTop.png) -380px 0 no-repeat;
	opacity: 0.9;
    z-index: 5000;	
	outline:none;
	bottom: 20px; 
	right: 10px;	
}
#backToTop:hover {
	background:url(../images/backToTop.png) -380px -42px no-repeat;
}
/* Clear Floated Elements */
.clear {
	clear: both; display: block;
	overflow: hidden; visibility: hidden;
	width: 0; height: 0;
}
/*.clearfix:after {
	clear: both; content: ' '; display: block;
	font-size: 0; line-height: 0;
	visibility: hidden;
	width: 0;height: 0;
}
.clearfix {	display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {	display: block;}*/

#thp_notf_div {
    position: fixed;
}
.hpn_top_container {
    background: #fcd116 none repeat scroll 0 0;
    min-width: 900px;
    position: absolute;
    top: 3.6em;
    width: 100%;
	padding:0.2em 0;
    z-index: 2000;
}
.hpn_top_icon {
    float: left;
    margin: 6px 0 0 1.25em;
}
.hpn_top_desc {
    color: #404040;
    float: left;
    font-size: 1.2em;
    margin: 0;
	width: 80%;
	margin: 5px 10px;
	word-break:break-all;
	vertical-align: center;
}
.hpn_top_link, .hpn_top_link:visited, .hpn_top_link:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #1020d0;
    margin: 0.5em 0.92em 0.5em 1.84em;
    padding: 0.62em 0.75em;
}
.hpn_top_link {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}