body,
html {
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
}

* {
	margin: 0;
	padding: 0
}

a,
div,
h1,
h2,
h3,
h4,
h5,
hr,
li,
p,
section,
span,
time,
ul {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

body {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0
}

body.active {
	opacity: 1
}

.am-container {
	max-width: 1080px
}

.e-title {
	font-family: Baskerville, "“Baskerville Old Face”", "“Hoefler Text”", Garamond, "“Times New Roman”"
}

header {
	transition: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 40px;
	width: 100%;
	z-index: 99
}

header .logo {
	height: 140px;
	transition: none;
	display: flex;
	vertical-align: middle;
	align-items: center;
	float: left
}

header .logo img {
	height: 40px
}

header nav {
	float: right;
	height: 140px;
	transition: none;
	display: flex;
	vertical-align: middle;
	align-items: center
}

header nav ul {
	padding: 0;
	margin: 0
}

header nav ul li {
	float: left;
	text-align: center;
	color: #fff;
	list-style-type: none
}

header nav ul li a {
	color: #fff;
	font-size: 16px;
	padding: 0 20px
}

header nav ul li a:hover {
	color: #ba8847
}

header nav ul li.active a {
	color: #ba8847
}

header.fixed {
	position: fixed;
	padding: 0 40px;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

header.fixed .logo {
	height: 60px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	float: left
}

header.fixed .logo img {
	height: 30px
}

header.fixed nav {
	float: right;
	height: 60px;
	display: flex;
	vertical-align: middle;
	align-items: center
}

header.fixed nav ul li {
	float: left;
	text-align: center;
	color: #fff;
	list-style-type: none
}

header.fixed nav ul li a {
	color: #888;
	font-size: 16px;
	padding: 0 20px;
	transition: none
}

header.fixed nav ul li a:hover {
	color: #ba8847
}

header.fixed nav ul li.active a {
	color: #ba8847
}

#m-header {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #f5f5f5
}

#m-header .am-offcanvas-content {
	padding: 0
}

#m-header .mb-top {
	width: 100%;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	display: block
}

#m-header .mb-top .logo {
	float: left
}

#m-header .mb-top .logo a img {
	height: 30px;
	margin-top: 10px
}

#m-header .mb-top .menu {
	float: right
}

#m-header .mb-top .menu a {
	line-height: 50px;
	color: #888;
	font-size: 20px
}

#m-header .m-content .logo {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 15px
}

#m-header .m-content .logo img {
	height: 30px
}

#m-header .m-content .mk-menu ul {
	margin: 0;
	padding: 0
}

#m-header .m-content .mk-menu ul li {
	list-style-type: none
}

#m-header .m-content .mk-menu ul li a {
	height: 50px;
	width: 100%;
	border-bottom: 1px dashed #6b6b6b;
	display: block;
	padding: 0 10px;
	line-height: 50px
}

.mb-mcontainer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	right: 0;
	top: 0;
	z-index: 99999;
	display: none
}

.mb-mcontainer .mb-gb {
	font-size: 24px;
	color: #333;
	width: 30px;
	height: 30px;
	display: inline-block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 99999
}

.mb-mcontainer .mb-top {
	position: relative;
	width: 100%;
	height: 55%;
	text-align: center;
	display: flex;
	vertical-align: middle;
	align-items: center
}

.mb-mcontainer .mb-top ul {
	padding-left: 0;
	width: 100%
}

.mb-mcontainer .mb-top ul li {
	list-style-type: none
}

.mb-mcontainer .mb-top ul li a {
	color: #666;
	font-size: 16px;
	line-height: 2.5;
	width: 200px;
	display: inline-block
}

.mb-mcontainer .mb-bot {
	text-align: center;
	color: #999;
	height: 45%;
	background-color: #FAFAFA;
	border-top: 1px solid #f3f3f3;
	padding-top: 40px
}

.mb-mcontainer .mb-bot .mb-cop {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #f1f1f1;
	height: 40px
}

.mb-mcontainer .mb-bot .mb-cop p {
	line-height: 40px;
	color: #666;
	font-size: 12px
}

.mb-mcontainer .mb-bot .mb-social {
	padding: 0 20px;
	text-align: left;
	font-size: 14px
}

.mb-mcontainer .mb-bot .mb-social img {
	height: 30px;
	margin-bottom: 20px
}

.mb-mcontainer .mb-bot .mb-social a {
	color: #999
}

.mb-mcontainer .mb-bot .mb-ewm {
	text-align: center
}

.mb-mcontainer .mb-bot .mb-ewm img {
	max-width: 108px
}

.mb-mcontainer .mb-bot .mb-ewm p {
	margin-top: 10px
}

#home-banner {
	height: 100vh;
	background-size: cover;
	background-position: center;
	display: flex;
	vertical-align: middle;
	align-items: center
}

#home-banner h3 {
	font-size: 54px;
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
	font-weight: 300;
	text-transform: capitalize
}

#home-banner .slogan {
	color: #fff;
	font-size: 30px;
	font-weight: 300
}

#home-banner .m-btn {
	display: block;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 160px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	margin-top: 60px
}

#home-banner .m-btn:hover {
	background-color: rgba(255, 255, 255, .2);
	color: #f5f5f5
}

#about {
	height: 760px;
	background-color: #f7f5f4;
	position: relative
}

#about .left {
	height: 100%;
	width: 65%;
	overflow: hidden;
	float: left
}

#about .right {
	width: 55%;
	height: 550px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 100px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding-left: 80px
}

#about .right .inner {
	max-width: 600px;
	text-align: left
}

#about .right .inner .sub-title {
	font-size: 14px;
	color: #9E754E;
	margin: 0
}

#about .right .inner h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	margin-top: 20px;
	color: #4F331B
}

#about .right .inner .pr {
	font-size: 16px;
	color: #3F3837;
	margin: 0
}

#about .right .inner .link a {
	color: #000;
	font-size: 16px
}

#about .right .inner .link a i {
	margin-right: 10px
}

#hs {
	background-size: cover;
	background-position: center;
	padding: 150px 0
}

#hs .inner h4 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
	margin: 0
}

#hs .inner h3 {
	font-size: 42px;
	color: #fff;
	font-weight: 400;
	margin: 15px 0;
	line-height: 1
}

#hs .inner h3 sub {
	font-size: 18px;
	font-weight: 400;
	margin-left: -10px;
	bottom: 0
}

#hs .inner hr {
	width: 80px;
	border-top: 2px solid #fff;
	border-radius: 4px
}

#hs .inner h5.s-title {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin: 0
}

#hs .inner p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	max-width: 600px;
	text-align: left
}

#hs .inner .a-btn {
	color: #000;
	display: inline-block;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 100px;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding: 12px 40px
}

#hp {
	background-size: cover;
	background-position: center;
	padding: 80px 0
}

#hp .title {
	text-align: center;
	margin-bottom: 40px
}

#hp .title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	line-height: 1
}

#hp .title p {
	padding: 0;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
	color: #fff
}

#hp .title hr {
	width: 100px;
	margin: 0 auto;
	padding: 0;
	height: 2px;
	background-color: #50341C
}

#hp .content {
	overflow: hidden
}

#hp .content .item {
	margin-bottom: 30px;
	text-align: center
}

#hp .content .item img {
	height: 100px
}

#hc {
	padding: 80px 0
}

#hc .content {
	overflow: hidden
}

#hc .content .left {
	width: 55%;
	float: left
}

#hc .content .right {
	padding-left: 50px;
	float: left;
	max-width: 450px
}

#hc .content .right .inner {
	padding-top: 60px
}

#hc .content .right .inner hr {
	width: 100px;
	border-top: 2px solid #9E754E
}

#hc .content .right .inner h3 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 10px
}

#hc .content .right .inner .pr {
	font-size: 16px;
	color: #3F3837;
	line-height: 30px
}

#hc .content .right .inner h4 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 20px
}

#hc .content .right .inner .ad {
	color: #888
}

#hc .content .right .inner .k1 {
	float: left;
	margin-right: 20px
}

#a-banner {
	height: 550px;
	background-size: cover;
	background-position: center top;
	display: flex;
	vertical-align: middle;
	align-items: center
}

#a-banner .slogan h3 {
	font-size: 42px;
	color: #fff
}

#sub-menu {
	height: 80px;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	margin-top: -80px;
	text-align: center
}

#sub-menu ul {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block
}

#sub-menu ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	color: #fff
}

#sub-menu ul li a {
	color: #fff;
	width: 300px;
	text-align: center;
	display: inline-block;
	height: 80px;
	line-height: 80px
}

#sub-menu ul li:hover a {
	background-color: rgba(158, 117, 78, .6)
}

#sub-menu ul li.active a {
	background-color: rgba(158, 117, 78, .6)
}

#ap {
	padding: 80px 0
}

#ap .content {
	overflow: hidden
}

#ap .content .right {
	width: 50%;
	float: right
}

#ap .content .left {
	padding-left: 50px;
	float: left;
	width: 50%
}

#ap .content .left .inner {
	max-width: 500px;
	float: right;
	padding-right: 30px
}

#ap .content .left .inner hr {
	width: 100px;
	border-top: 2px solid #9E754E
}

#ap .content .left .inner h3 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 10px;
	color: #4F331B
}

#ap .content .left .inner .pr {
	font-size: 16px;
	color: #3F3837;
	line-height: 30px;
	margin-bottom: 10px
}

#ao .ao-top {
	padding: 80px 0 140px
}

#ao .ao-top .title {
	text-align: left;
	margin-bottom: 40px
}

#ao .ao-top .title h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	color: #4F331B;
	line-height: 1
}

#ao .ao-top .title p {
	padding: 0;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
	color: #fff
}

#ao .ao-top .title hr {
	width: 100px;
	margin: 0;
	padding: 0;
	height: 2px;
	background-color: #50341C
}

#ao .ao-bot {
	background-size: cover;
	background-position: center;
	padding-bottom: 60px
}

#ao .ao-bot .content {
	overflow: hidden;
	margin-top: -100px
}

#ao .ao-bot .content .item {
	margin-bottom: 30px
}

#ao .ao-bot .content .item .inner {
	border-radius: 5px;
	overflow: hidden
}

#ao .ao-bot .content .item .inner .top {
	padding: 0
}

#ao .ao-bot .content .item .inner .top img {
	width: 100%
}

#ao .ao-bot .content .item .inner .bot {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 20px 10px
}

#ao .ao-bot .content .item .inner .bot h3 {
	font-size: 18px;
	margin: 0
}

#ao .ao-bot .content .item .inner .bot p {
	margin: 0
}

#service .f1 {
	padding: 80px 0
}

#service .f1 .title {
	text-align: center;
	margin-bottom: 100px
}

#service .f1 .title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	color: #50341C;
	line-height: 1.5
}

#service .f1 .title p {
	padding: 0;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
	color: #7F685D
}

#service .f1 .title hr {
	width: 100px;
	margin: 0 auto;
	padding: 0;
	height: 2px;
	background-color: #9E754E
}

#service .f1 .content .inner hr {
	border-top: 2px solid #9E754E;
	height: 2px;
	width: 60px
}

#service .f1 .content .inner h3 {
	font-size: 20px;
	color: #50341C;
	margin: 0
}

#service .f1 .content .inner p {
	color: #3F3837;
	margin-top: 1rem
}

#service .f2 {
	background-size: cover;
	background-position: center;
	padding: 80px 0
}

#service .f2 .content {
	margin-top: 80px
}

#service .f2 .content .inner hr {
	border-top: 2px solid #fff;
	height: 2px;
	width: 60px
}

#service .f2 .content .inner h3 {
	font-size: 20px;
	color: #fff;
	margin: 0
}

#service .f2 .content .inner p {
	color: #fff;
	margin-top: 1rem
}

#cp {
	padding: 80px 0
}

#cp .content {
	overflow: hidden
}

#cp .content hr {
	width: 100px;
	border-top: 2px solid #9E754E
}

#cp .content h3 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 10px;
	color: #4F331B
}

#cp .content h4 {
	margin-bottom: 0;
	margin-top: 10px;
	color: #50341C
}

#cp .content .pr {
	font-size: 16px;
	color: #3F3837;
	line-height: 30px;
	margin-bottom: 10px
}

#cp .content i {
	margin-right: 10px;
	font-size: 20px;
	opacity: .8
}

#cp .content .kk {
	overflow: hidden;
	width: 100%
}

#cp .content .kk .k1 {
	float: left;
	margin-right: 50px
}

#cp .content .kk .k1 h4 {
	margin-bottom: 0;
	margin-top: 10px;
	color: #50341C
}

#cp .content .kk .k1 .ad {
	color: #888
}

#cp .content .k2 {
	width: 100%
}

#cp .content .k2 h4 {
	margin-bottom: 0;
	margin-top: 10px;
	color: #50341C
}

#cp .content .k2 .ad {
	color: #888
}

#map {
	padding: 0 0 80px
}

footer {
	background-size: cover;
	background-position: center;
	padding: 50px 0 20px
}

footer .content {
	overflow: hidden
}

footer .content .f-logo img {
	height: 40px
}

footer .content ul.f-nav {
	margin: 0
}

footer .content ul.f-nav li {
	list-style-type: none
}

footer .content ul.f-nav li a {
	color: #afafaf;
	font-size: 14px
}

footer .content .follow {
	margin: 0;
	padding: 0;
	overflow: hidden
}

footer .content .follow li {
	float: left;
	padding-right: 20px;
	margin-top: 10px
}

footer .content .follow li a {
	color: #fff
}

footer .content .t {
	color: #fff
}

footer .cop {
	font-size: 12px;
	color: #939393;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #353535;
	padding-top: 10px
}

#summit #home-banner {
	height: 180px
}

#summit #home-banner .slogan {
	color: #fff;
	font-size: 20px
}

#summit #home-banner .swiper-pagination-bullet {
	background: #fff;
	opacity: .5
}

#summit #home-banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff
}

#summit #f1 {
	background-color: #fff;
	padding: 60px 0
}

#summit #f1 .title hr {
	width: 60px;
	margin: 0;
	padding: 0;
	height: 1px;
	background-color: #50341C
}

#summit #f1 .title h3 {
	margin: 0;
	margin-top: 15px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #50341C;
	font-weight: 700
}

#summit #f1 p {
	font-size: 15px;
	text-align: left;
	color: #3F3837;
	margin-top: 10px;
	margin-bottom: 0;
	margin-bottom: 30px;
	line-height: 1.8
}

#summit #f2 {
	padding: 60px 0 30px;
	background-color: #f5f5f5
}

#summit #f2 .title {
	text-align: center
}

#summit #f2 .title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 28px;
	color: #50341C;
	line-height: 1;
	font-weight: 700
}

#summit #f2 .title p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	margin: 2rem 0;
	line-height: 1.8
}

#summit #f2 .title hr {
	width: 100px;
	margin: 0 auto;
	padding: 0;
	height: 1px;
	background-color: #50341C
}

#summit #f3 {
	padding-bottom: 60px;
	background-color: #f5f5f5
}

#summit #f3 .guest-content {
	overflow: hidden
}

#summit #f3 .guest-content .item {
	width: 50%;
	float: left;
	height: 270px;
	margin-bottom: 10px;
	background-color: #50341C;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-direction: row-reverse
}

#summit #f3 .guest-content .item:nth-child(4n+3) {
	background-color: #fff;
	overflow: hidden;
	color: #000;
	display: flex;
	flex-direction: unset
}

#summit #f3 .guest-content .item:nth-child(4n+3) .right img.ry {
	filter: invert(100%)
}

#summit #f3 .guest-content .item:nth-child(4n+3) .right hr {
	border-top: 1px solid #000
}

#summit #f3 .guest-content .item:nth-child(4n) {
	background-color: #fff;
	overflow: hidden;
	color: #000;
	display: flex;
	flex-direction: unset
}

#summit #f3 .guest-content .item:nth-child(4n) .right img.ry {
	filter: invert(100%)
}

#summit #f3 .guest-content .item:nth-child(4n) .right hr {
	border-top: 1px solid #000
}

#summit #f3 .guest-content .item .left {
	width: 50%;
	float: left
}

#summit #f3 .guest-content .item .left img {
	width: 100%;
	height: auto
}

#summit #f3 .guest-content .item .right {
	width: 50%;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	vertical-align: middle
}

#summit #f3 .guest-content .item .right .inner {
	text-align: center;
	width: 100%;
	padding: 0 5px
}

#summit #f3 .guest-content .item .right .inner .ry {
	width: 23px
}

#summit #f3 .guest-content .item .right .inner .name {
	display: block;
	font-size: 16px
}

#summit #f3 .guest-content .item .right .inner .pr {
	display: block;
	font-size: 12px;
	margin-bottom: 10px
}

#summit #f3 .guest-content .item .right .inner hr {
	height: 1px;
	width: 60px;
	margin: 5px auto 8px
}

#summit #f3 .gust-show {
	overflow: auto;
	height: auto !important
}

#summit #f3 .more {
	text-align: center;
	margin-top: 25px
}

#summit #f3 .more a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #717171;
	display: inline-block;
	border-radius: 50px;
	color: #504947
}

#summit #f4 {
	padding: 60px 0;
	background-color: #fff
}

#summit #f4 .title {
	text-align: center
}

#summit #f4 .title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	color: #50341C;
	line-height: 1;
	font-weight: 700
}

#summit #f4 .title p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	margin: 2rem 0;
	line-height: 1.8
}

#summit #f4 .title hr {
	width: 60px;
	margin: 0 auto;
	padding: 0;
	height: 1px;
	background-color: #50341C
}

#summit #f4 .content {
	padding: 0 12px;
	margin-top: 30px
}

#summit #f4 .content .c-item {
	margin-bottom: 30px
}

#summit #f4 .content .c-item p {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #50341C
}

#summit #f5 {
	padding: 60px 0;
	background-color: #f5f5f5
}

#summit #f5 .dis {
	pointer-events: none
}

#summit #f5 .title {
	text-align: center
}

#summit #f5 .title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	color: #9E754E;
	line-height: 1;
	font-weight: 700
}

#summit #f5 .title h4 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	margin-bottom: 13px;
	line-height: 1;
	font-weight: 400
}

#summit #f5 .title hr {
	width: 60px;
	margin: 0 auto;
	padding: 0;
	height: 1px;
	background-color: #50341C
}

#summit #f5 .content {
	padding: 0 5px;
	margin-top: 30px
}

#summit #f5 .content .more {
	text-align: center;
	margin-top: 25px
}

#summit #f5 .content .more a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #717171;
	display: inline-block;
	border-radius: 50px;
	color: #504947
}

#summit #f5 .content .c-item {
	margin-bottom: 30px
}

#summit #f5 .content .am-panel-title {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #9E754E;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

#summit #f5 .content .am-panel-title span {
	float: right
}

#summit #f5 .content .am-panel-default {
	border: 0
}

#summit #f5 .content .am-panel-default>.am-panel-hd {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	padding: 0;
	border: 0
}

#summit #f5 .content .am-panel-group .am-panel+.am-panel {
	margin-top: 10px
}

#summit #f5 .content .am-panel-group .am-panel-hd+.am-panel-collapse .am-panel-bd {
	border: 0;
	color: #868686;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	background-color: #fff
}

#summit #f5 .content .am-panel {
	background-color: #fff0;
	box-shadow: none
}

#summit #f5 .content .am-panel:nth-child(n+6) {
	display: none
}
