@charset "UTF-8";
@import "../common/main.css";
@import "bxslider/jquery.bxslider.css";
@import "perfect-scrollbar.css";

.menu {
	background: url(headBg1.png) center center no-repeat;
	height: auto;
}

.menu .content {
	background: url(headBg2.jpg);
	overflow: hidden;
}

.menu ul {
	padding-top: 0;
}

.menu li {
	float: left;
	margin-left: auto;
}

.menu li:first-child {
	margin-left: auto;
}

.menu a {
	display: block;
	width: 200px;
	height: 100px;
	padding-top: 320px;
}

.menu a:focus, .menu a:hover, .menu a:active {
	background: url(mnuBg.png);
}

.menu img {
	display: block;
	margin: 0 auto;
}

.headSlide .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 5px solid #e7e0dd;
	background: #e7e0dd;
}

.headSlide .content {
	height: 255px;
}


.headSlide .reserve a {
	position: absolute;
	display: block;
	width: 242px;
	height: 53px;
	top: 170px;
	left: 27px;
}

.newsInterview {
	overflow: hidden;
}

.newsInterview h3 img {
	vertical-align: text-bottom;
}

.news {
	float: left;
	width: 500px;
	margin-right: 38px;
}

.interview {
	float: left;
	width: 462px;
}

.newsBox {
	position: relative;
	width: 500px;
	height: 416px;
}

.newsContent {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	padding: 20px;
	width: 460px;
	height: 366px;
}

.newsShadow {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 500px;
	height: 406px;
	background: #e7e0dd;
}

.newsContent dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.newsContent dd {
	background: url(../common/brushUnderline.png) bottom left no-repeat;
	background-size: 100%;
	padding-bottom: 12px;
	margin-bottom: 15px;
	color: #333;
}

/* News Scroll bar */
.ps-container > .ps-scrollbar-y-rail {
	opacity: 1;
}

.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 1;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: inherit;
	opacity: 1;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: inherit;
	opacity: 1;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
	background-color: inherit;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #582e29;
	width: 8px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #582e29;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #582e29;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: #582e29;
}

.interviewSlide .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.interviewSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #b3b3b3;
}

.interviewSlide .bx-wrapper .bx-pager.bx-default-pager a:hover,
.interviewSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666;
}

.interview .kidsRoom {
	position: relative;
	top: -30px;
}

.banner {
	display: flex;
	justify-content: center;
}

.banner li {
	margin: 10px;
}
.link_btn:link,
.link_btn:visited{
	background-color: #582e29;
	color: #fff;
	padding: 10px 30px;
}

.link_list{
	width: 1000px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link_list .right p img{
	width: 100%;
}
.link_list .right{
	display: flex;
	justify-content: right;
}
.link_list .right p{
	width: calc(100%/2 - 10px);
	margin: 0 5px;
}
.link_list .reserve{
	position: relative;
}
.link_list .reserve a{
	position: absolute;
	bottom: 30px;
	left: 26px;
}