/**Public style**/
html, body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFf;
}
body a {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
@font-face {
 font-family: 'GreatVibes-Regular';
 src: url(../fonts/GreatVibes-Regular.ttf)format('truetype');
}
body a:hover{
	text-decoration:none;
}
input[type="button"], input[type="submit"], li.parallelogram {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-family: 'Playfair Display', serif;
	font-weight:400;
}
p {
	margin: 0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
label {
	margin:0;
}
.full-width {
	width:100%;
}
.main_content {
	max-width:1200px;
	min-width:980px;
	margin-left: auto;
	margin-right:auto;
}
.main_strong {
	padding-bottom:1rem;
}
.main_strong strong {
	display:inline-block;
	color:#a17330;
	font-size:3rem;
	font-weight:400;
	line-height:1.8;
}
.main_strong em {
	display:block;
	width:60%;
	height:3px;
	margin:0px auto;
	background-color:#da9d40;
}
.main_strong span {
	color:#684a1f;
	line-height:1.7;
	padding: 0.75rem 0;
	font-size:1.35rem;
	display:block;
}
.main_text p {
	color:#484848;
	line-height:1.7;
	padding: 0.75rem 0;
	font-size:1rem;
}
.main_button {
	display:inline-block;
	background-color:#a17330;
	color:#fff2e0;
	padding:0.75rem 1.75rem 0.75rem 2rem;
	font-size: 1.15rem;
}
.main_button:hover {
	color:#fbd298;
	text-decoration:none;
	background-color:#ab7a32;
}
.main_button em {
	padding:0 0.25rem;
}
.text-center {
	text-align:center;
}
.col-fff {
	color:#FFF
}
.disable {
	pointer-events: none;
}
/**header**/
.header {
	width: 100%;
	height: 100%;
	position: relative;
}
header.main-header {
	position: absolute;
	max-height: 149px;
	min-height:95px;
	width: 100%;
	top: 0px;
	z-index: 1000;
	background: url(../images/header-bg.png) repeat-x bottom center;
} 
header .header_logo { 
}
header.main-header nav.navbar {
	padding:0;
}
header.main-header nav ul.navbar-nav li a.nav-link {
	color:#fff2e0;
	text-shadow:0px 1px 0px #222;
	font-weight:600;
	margin-left:1rem;
}
header.main-header nav ul.navbar-nav li a.nav-link:hover {
	color:#fbd298;
	padding-top:1px;
}
header.main-header .navbar-dark .navbar-toggler{
	border:0;}
header.main-header button:focus {
    outline: none;  
}

/**end header**/
/** Footer**/ 
.footer {
	background-color:#2b1d09;
	margin:0 auto;
	padding: 2rem 0 0.5rem 0;
}
.footer_text {
	text-align:center;
	color:#937246;
}

/** 弹框**/ 
#model{
    position: fixed;
    top: 0px;
    height: 100%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #000;
    opacity: 0.6;  
}
#model span{
    display: block;
    text-align:center;
    height: 32px;
    line-height: 32px;
    margin: auto;
    margin-top:30%;
    color: #fff;
    font-size:1.5rem; 
	text-shadow:0px 6px 0px #222;
}  



@media (max-width:576px) {
header.main-header nav ul.navbar-nav{ 
    text-align: right;  
}
header.main-header .navbar-brand{ 
    margin: 1rem 0.325rem 0.325rem 1rem;  
	}
header.main-header .navbar-brand img{ 
    height: 100%;
	}
header.main-header nav ul.navbar-nav li a.nav-link {
	display: inline-block;
    min-width: 32%;
    padding-right: 3%;
    text-shadow: 1px 1px 0px #000;
}
header.main-header nav ul.navbar-nav li a.nav-link:hover { 
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	padding:0.625rem 1rem;
}
.main_strong { 
    text-align: center;
}
.main_strong strong{
	font-size: 2.5rem;
	}.main_strong span { 
    font-size: 1.15rem; 
    width: 85%;
    margin: 0px auto;
}
/** Footer**/ 
.footer { 
	padding: 1rem 0 0.5rem 0;
} .footer_text p{
	font-size:0.725rem;
}
.footer_text br{
    display: contents;
}
}