@charset "utf-8";

@font-face {
	font-family: "fzfont";
	src: url("../fonts/fz.ttf");
}

body {
	font-family: "fzfont", sans-serif;
	padding: 0;
	margin: 0;
	min-width: 1280px;
}

a {
	text-decoration: none;
}

.clearfix::after,
.clearfix::before {
	display: table;
	content: "";
	clear: both;
}

.fix-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

/*首页下拉一段距离背景变白*/
.fix-top-white {
	background-color: #fff !important;
}


.header {
	width: 100%;
	min-width: 1300px;
	height: 120px;
	background-color: rgba(0, 0, 0, .3);
}

.logo {
	float: left;
	margin-left: 50px;
	padding-top: 20px;
}

.logo img {
	width: 240px;
}

.navbar {
	margin-right: 100px;
	line-height: 100px;
	float: right;
}

.navbar ul {
	list-style: none;
}

.navbar ul li {
	float: left;
	margin-left: 50px;
}

.navbar ul li a {
	color: #ffffff;
	font-size: 18px;
}

.navbar ul li a.active {
	padding-bottom: 6px;
	border-bottom: 2px solid #ffffff;
}



/*非主页头部*/

.header-nindex {
	width: 100%;
	min-width: 1300px;
	height: 120px;
	background-color: #ffffff;
}


.header-nindex ul li a {
	color: #707070;
	font-size: 18px;
}

.header-nindex ul li a.active {
	color: #344E27;
	padding-bottom: 6px;
	border-bottom: 2px solid #344E27;
}

/*非主页头部 end*/



.banner img {
	width: 100%;
}

.concept {
	margin-top: 60px;
}

.quote {
	margin: 0 auto;
	text-align: center;
	width: 1300px;
}

.q1 {
	color: rgb(52, 78, 39);
	font-weight: bold;
	font-size: 24px;
}

.q2 {
	color: rgb(52, 78, 39);
	font-size: 105px;
	font-weight: bold;
}

.q3 {
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	line-height: 48px;
}

.quote:before {
	content: "\201C";
	display: block;
	color: rgb(52, 78, 39);
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	line-height: .8em;
}

.quote:after {
	content: "\201D";
	display: block;
	color: rgb(52, 78, 39);
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	line-height: .8em;
	margin-top: 25px;
}

.brand {
	margin: 0 auto;
	width: 1300px;
	background: #e0e0e0;
	padding: 60px 0 100px 0;
	margin-top: 100px;
	position: relative;
}

.brand-title {
	color: rgb(5, 40, 20);
	position: absolute;
	top: -90px;
	left: 45px;
	font-size: 60px;
	font-weight: bold;
}

.brand-text {
	width: 1300px;
	text-align: center;
	margin: 0 auto;
}

.brand-t {
	color: rgb(5, 40, 20);
	font-size: 40px;
	letter-spacing: -4px;
}

.brand-d {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.brand-btn-all {
	position: absolute;
	top: 25px;
	right: 45px;
}

.brand-btn-all a {
	text-decoration: none;
	color: rgb(5, 40, 20);
	font-weight: bold;
}

.brand-btn-all a:hover {
	color: rgb(30, 50, 28);	
}

.news {
	margin: 0 auto;
	width: 1300px;
	padding: 60px 0 100px 0;
	margin-top: 100px;
	position: relative;
}

.news-title {
	position: absolute;
	top: -70px;
	left: 50px;
	font-size: 40px;
}

.news-btn-all {
	position: absolute;
	top: -20px;
	right: 50px;
}

.news-btn-all a {
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid rgb(5, 40, 20);
	color: rgb(5, 40, 20);
	font-weight: bold;
}

.news-btn-all a:hover {
	color: rgb(30, 50, 28);	
	border-bottom: 2px solid rgb(30, 50, 28);	
}

.news-content {
	width: 100%;
	background: #e0e0e0;
	padding: 50px 0;
	text-align: center;
}

.news-content a {
	color: rgb(52, 78, 39);
	text-decoration: none;
	font-size: 30px;
}

.news-content a:hover {
	color: rgb(30, 50, 28);
}

.we {
	margin: 0 auto;
	width: 1300px;
	background: #e0e0e0;
	height: 400px;
}

.we-left {
	float: left;
	width: 50%;
	height: 100%;
}

.we-left-tab {
	padding: 10px 0 30px 50px;
	width: 500px;
}

.we-left-title {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -6px;
	margin-bottom: 10px;
}

.we-left-text {
	font-size: 20px;
	font-weight: bold;
	color: rgb(95, 95, 95);
}

.we-left-btn {
	display: block;
	width: 260px;
	height: 50px;
	border: 2px solid rgb(52, 78, 39);
	color: rgb(52, 78, 39);
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
}

.we-left-btn:hover {
	border: 2px solid rgb(30, 50, 28);	
	color: rgb(30, 50, 28);	
}

.we-right {
	float: right;
	width: 50%;
	height: 100%;
}

.we-right img {
	width: 100%;
	height: 100%;
}

.swiper-container {
	height: 300px;
	padding: 10px 0 30px 0;
	width: 500px;
	overflow: hidden;
}

.pagination {
	width: 100%;
	margin-left: 50px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
	margin-left: 20px;
}

.swiper-active-switch {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: rgb(234, 234, 234);
}

.footer {
	width: 100%;
	height: 400px;
	background: url("../images/footer-bg.png");
	margin-top: 100px;
}

.footer-con {
	width: 1300px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	color: #ffffff;
}


.footer-con-tab {
	flex: 1;
	margin-top: 50px;
}

.footer-con-tab-i {
	color: #ffffff; margin-bottom: 30px;
}

.footer-con-tab a{
	color: rgb(151,151,151);
}

.footer-con-tab .wxqr{
	width: 100%;
}






/* 我们的品牌 */

.brand-top {
	width: 1300px;
	margin: 0 auto;
	margin-top: 200px;
	text-align: center;
}

.brand-top .brand-top-title {
	font-size: 60px;
}

.brand-top .brand-top-info {
	line-height: 30px;
	font-weight: bold;
}

.brand-banner1 {
	width: 100%;
	margin-top: 50px;
}

.brand-banner1 img {
	width: 100%;
}


.brand-visit{
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
}

.brand-visit-btn {
	display: inline-block;
	width: 260px;
	height: 40px;
	border: 2px solid rgb(52, 78, 39);
	color: rgb(52, 78, 39);
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
}

.brand-banner2 {
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
}

.brand-banner2 img {
	width: 100%;
}

.brand-sc{
	width: 100%;
	height: 600px;
	margin-top: 50px;
	margin-bottom: 200px;
}

.brand-sc .swiper-container {
  width: 100%;
  height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.brand-sc .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 800px;
  height: 600px;
}


/* 我们的品牌 end */



/*御酒店*/
.room {
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
	box-sizing: border-box;
	/*border: 1px solid #000000;*/
}

.room-top-title {
	text-align: center;
	color: #344E27;
	font-size: 30px;
	margin-bottom: 80px ;
}

.room-info {
	width: 550px;
	float: left;
	margin-bottom: 50px;
	margin-left: 66px;
}

.room-info-img {
	font-size: 0; /*解决div比img高度*/
	width: 100%;
	overflow: hidden;
}

.room-info-img img {
	width: 100%;
	transition: all 0.6s;
}

.room-info-img img:hover{
  transform: scale(1.4);
}

.room-info-text {
	border: 1px solid #B1B1B1;

}

.room-info-title {
	text-align: center;
	color: #344E27;
}

.room-info-desc {
	box-sizing: border-box;
	padding: 30px;
	height: 320px;
}

.room-info-desc .left {
	width: 60%;
	height: 320px;
	float: left;
	overflow: hidden;
}

.room-info-desc .right {
	width: 30%;
	height: 320px;
	float: right;
	border-left: 2px solid #B1B1B1;
	padding-left: 20px;
	overflow: hidden;
}

.room-info-desc p {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 14px;
	color: #777777;
	line-height: 20px;
}

.room-info-desc .right .miniqr {
	text-align: center;
}

.room-info-desc .right .miniqr img{
	width: 100%;
}


/*御酒店 end*/





/* 人才 */



.talent-con {
	width: 1300px;
	margin: 0 auto;
	margin-top: 200px;
	display: flex;
}

.talent-con-tab {
	flex: 1;
	height: 100%;
	position: relative;
}

.talent-con-tab img {
	width: 100%;
}




.talent-title {
	margin: 0;
	padding: 0;
	color: #344E27;
	font-size: 60px;
	font-weight: normal;
}

.talent-desc {
	font-size: 18px; 
	color: #707070;
	line-height: 30px;
	padding: 30px 50px 0 0;  
	font-weight: bold;
}

.talent-float {
	width: 500px;
	height: 300px;
	position: absolute;
	right: -50px;
	bottom: -390px;
	background-color: #344E27;
	z-index: 666;
	color: #ffffff;
	box-sizing: border-box;
	padding: 30px;
	font-size: 20px;
}

.talent-float p {
	line-height: 40px;
}



.dev {
	width: 1300px;
	margin: 0 auto;
	margin-top: 100px;
}

.dev-title {
	font-size: 40px;
	color: #707070;
}

.dev-con {
	display: flex;
}

.dev-con-tab1 {
	flex: 1;
	padding-right: 50px;
}

.dev-con-tab1 h2 {
	font-size: 40px;
	color: #344E27;
	margin: 0;
}

.dev-con-tab1 p {
	color: #aaaaaa;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	margin-top: 80px;
}

.dev-con-tab2 {
	flex: 2;
}

.dev-con-tab2 img {
	width: 100%;
}

.dev-we {
	width: 1300px;
	margin: 0 auto;
	margin-top: 100px;
	display: flex;
}

.dev-we-tab {
	flex: 1;
	box-sizing: border-box;
	padding-right: 100px;
}

.dev-we-title {
	font-size: 40px;
    color: #000000;
    margin: 0;
}

.dev-we-desc {
	margin-top: 30px;
	color: #707070;
	line-height: 30px;
}

.dev-we-btn {
	display: inline-block;
	width: 260px;
	height: 40px;
	border: 2px solid #344E27;
	color: #344E27;
	text-decoration: none;
	text-align: center;
	font-size: 26px;
	padding-top: 10px;
	margin-top: 40px;
}

.dev-we-btn:hover {
	border: 2px solid #1E321C;	
	color: #1E321C;	
}

.dev-we-img {
	width: 160px;
}

.dev-text-algin {
	padding: 0;
	text-align: center;
}

.dev-we-focus {
	color: #344E27;	
	font-size: 24px; 
	font-weight: bold; 
	margin: 0;
	margin-top: 20px;
}

.dev-we-focus0 {
	color: #707070;
}

/* 人才 end*/






























/*新闻和媒体*/

.media {
	width: 1300px;
	margin: 0 auto;
	margin-top: 200px;
	padding-top: 30px;
	overflow: hidden;	
}

.media-top-title {
	font-size: 60px;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}

.media-list {
	width: 950px;
	float: left;
}

.media-list-item {
	width: 100%;
	display: flex;
	padding: 50px 0;
	border-bottom: 1px solid #eeeeee;
}

.media-item-thumbnail {
	width: 33%;
	float: left;
}

.media-item-thumbnail img {
	width: 400px;
	height: 300px;
}

.media-item-text {
	width: 65%;
	float: right;
	padding-left: 150px;
	box-sizing: border-box;
	
	position: relative;
}

.media-item-brand {
	color: #707070;
	display: inline-block;
	width: 80px;
	border-right: 1px solid #dedede;
}

.media-item-type {
	color: #707070;
	display: inline-block;
	width: 80px;
	text-align: center;
}

.media-item-date {
	float: right;
	color: #b1b1b1;
}

.media-item-title {
	margin-top: 40px;
	color: #707070;
	line-height: 40px;
}

.media-item-viewmore {
	color: #344E27;	
	font-weight: bold;
	position: absolute;
	left: 150px;
	bottom: 0;
}



.media-type {
	width: 260px;
	height: 300px;
	float: right;
	margin-top: 50px;
	background-color: rgb(240, 240, 240);
	box-sizing: border-box;
	padding: 30px;
}

.media-type h2{
	padding-bottom: 20px;
	border-bottom: 1px solid #a0a0a0;
}

.media-type-desc {
	color: #707070;
}

.media-type-contact a{
	color: #344E27;	
}
/*新闻和媒体 end*/








/* 联系我们 */

.contact {
	width: 1300px;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 400px;
}

.contact-bg-con {
	margin-bottom: 50px;
}

.contact-bg-con img{
	width: 100%;
}

.contact-info-left {
	width: 900px;
	float: left;
}


.contact-info-left .i1 {
	font-size: 40px;
	margin: 0;
}

.contact-info-left .i2 {
	color: #344E27;
	font-weight: bold;
	font-size: 26px;
	margin-top: 80px;
	margin-bottom: 70px;
}
.contact-info-left .i3 {
	color: #344E27;
	font-weight: bold;
	
}
.contact-info-left .i4 {
	color: #344E27;
	font-weight: bold;
}

.contact-info-right {
	width: 300px;
	float: right;
}

.contact-info-right img {
	width: 100%;
}

/*联系我们 end*/


/*隐私政策*/
.privacy-policy {
	width: 1300px;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 400px;
}

.privacy-policy h2 {
	font-size: 60px;
	margin-bottom: 50px;
}

.privacy-policy p {
	margin: 40px 0;
}

.privacy-policy li {
	margin: 40px 0;
}
/*隐私政策 end*/
