/**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;
}
strong, b {
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
label {
	margin:0;
}
.full-width {
	width:100%;
}
.main-width {
	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;
}
.mtb-6 {
	margin:3.25rem auto
}
/**header**/
.header {
	width: 100%;
	height: 100%;
	position: relative;
}
header.main-header {
	z-index: 1000;
}
header .header_logo {
	width:1200px;
	margin:0 auto;
	display: block;
	padding:0.725rem 0 0.5rem 0.725rem;
}
header .header_logo img {
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 129, 149, .8);
	background-color: rgba(25, 190, 215, 0.8);
	width: 100%;
	text-align: right;
	border-radius:0;
}
.navbar-dark .navbar-toggler-icon {
	margin-right: 2%;
}
.navbar-dark .navbar-toggler:focus {
	outline:none;
}
header.main-header #collapsibleNavbar {
	background-color: rgba(25, 190, 215, 1);
	position: relative;
}
header.main-header .navbar-dark .navbar-nav .nav-link {
	color:#fff;
 padding: .5rem 1rem;
}
header.main-header nav ul {
    width: 100%;

}
header.main-header .navbar {
	display:block;
	padding: 0;
}
header.main-header nav ul li a {
	color:#FFF;
	line-height:2;
	font-weight:600;
	font-size: 1.15rem;
	padding-right: 1.5rem;
}
header.main-header nav ul li a:hover {
	color:#d2f5ff;
	padding-top:0.325rem;
	padding-bottom:0.625rem;
	text-shadow:0px 1px 0px #0089b1;
}
/**end header**/
/** 弹框**/ 
#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) {
 .mtb-6 {
 margin: 1.325rem auto;
}
 header .header_logo {
 width: 100%;
 text-align: center;
 padding:1rem 0;
}
header .header_logo img {
 width:90%;
}
 header.main-header #collapsibleNavbar {
 position: absolute;
 width: 100%;
}
.nav_btn_bar {
 position:relative;
}
header.main-header #collapsibleNavbar>div.container {
 position: absolute;
 top: 0px;
 bottom: 0px;
 z-index: 20;
}
header.main-header nav ul {
 width: 100%;
 text-align:right;
}
 header.main-header .navbar-dark .navbar-nav .nav-link {
 background-color: rgba(25, 190, 215, .3);
 text-shadow: 0px 1px 1px #333;
}
}
@media (min-width:576px) and (max-width: 1000px) {
 header .header_logo {
 width: 96%;
 margin: 0 auto;
}
header.main-header .navbar-dark .navbar-nav .nav-link {
 font-weight: 400;
 padding: .5rem 0.5rem;
}
}
