/*
Theme Name: 瑞立酒店集团
Theme URI: https://www.anttoweb.com
Author:  Antto Team
Author URI: https://www.anttoweb.com
Description: <a target="_blank" href="http://www.anttoweb.com/">网站建设</a>： <a target="_blank" href="http://www.anttoweb.com/">安拓网络</a> <a target="_blank" href="http://www.anttoweb.com/">Web Design</a>.
Version: 1.0
*/

 /* ===================================global=================================== */

@font-face {
	font-family: 'TrajanPro-Regular';
	src: url('../font/TrajanPro-Regular.eot#iefix') format('embedded-opentype'),  url('../font/TrajanPro-Regular1.otf')  format('opentype'),
		   url('../font/TrajanPro-Regular2.woff') format('woff'), url('../font/TrajanPro-Regular3.ttf')  format('truetype'), url('../font/TrajanPro-Regular4.svg#TrajanPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	font-size: 10px;
}
body {
	margin: 0;
	font-family: "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
	color: #666666;
	font-size: 1.5rem;
	background-color: #fff;
}

h1 {
	font-size: 4.0rem;
}

h2 {
	font-size: 3.6rem;
}

h3 {
	font-size: 3.2rem;
}

h4 {
	font-size: 2.2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

p {
	font-size: 1.4rem;
	margin-bottom: 30px;
	line-height: 1.8;
	font-weight: 400;
	color: #666666;
}
@media(max-width: 991px){
	h1 {
		font-size: 3.0rem;
	}

	h2 {
		font-size: 3.0rem;
	}

	h3 {
		font-size: 2.8rem;
	}

	h4 {
		font-size: 2.0rem;
	}

	h5 {
		font-size: 1.6rem;
	}

	h6 {
		font-size: 1.4rem;
	}

	p {
		font-size: 1.4rem;
	}
}
@media(max-width: 575px){
	h1 {
		font-size: 2.4rem;
	}

	h2 {
		font-size: 2.4rem;
	}

	h3 {
		font-size: 2.0rem;
	}

	h4 {
		font-size: 1.8rem;
	}

	h5 {
		font-size: 1.5rem;
	}

	h6 {
		font-size: 1.3rem;
	}

	p {
		font-size: 1.3rem;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: bold;
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #333333;
	cursor: pointer;
}

a:hover,
a:active,
a:focus {
	color: #FAE0A2;
	text-decoration: none;
	transition: all 0.5s;
}

.white {
	color: #fff;
}

.eee {
	color: #eee;
}

.blank {
	color: #000;
}

.bold {
	font-weight: bold;
}

img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.zoom-out,
.zoom-in {
	position: relative;
	overflow: hidden;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}
.zoom-out img,
.zoom-in img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}

.zoom-in:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}
.zoom-out:hover img {
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85)
}
/* wordpress edit */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignnone {
    float: none;
}
/* 404 */
.error-404{
	text-align: center;
}
.img-404{
	line-height: 0;
	margin-bottom: 30px;
}
.content-404{
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
}
.content-404:hover,
.content-404:focus,
.content-404:active{
	color: #ddd;
}
@media(max-width: 575px){
	.img-404 img{
		max-height: 150px;
	}
}
.paginate {
	margin-top: 30px;
	display: flex;
    -moz-display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-o-display: flex;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}
.wp-pagenavi {
	text-align: center;
	margin: 0;
	border: 2px solid #9F7244;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #000000;
	background-color: #fff;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color:#DDDDDD;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	width: 30px;
	text-align: center;
	padding: 8px 0;
	line-height: 1;
	font-weight: 400;
}
.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child{
	border-right: 0 !important;
}
.wp-pagenavi a:hover{
	background-color: #9F7244;
	border-color: #9F7244;
	color: #fff;
}
.wp-pagenavi span.current {
	background-color: #9F7244;
	border-color: #9F7244;
	color: #fff;
	font-weight: 400;
}
/* general */
.big-font {
    color: #000;
    font-size: 28px;
    line-height: 1;
}
.btn{
	position: relative;
	font-size: 16px;
    font-weight: 400;
    padding: 15px 28px;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height: 1;
}
.btn i{
	font-weight: 400;
}
.btn i,
.btn img{
	margin-right: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #E6A563;
    border-color: #E6A563;
}
.btn-outline-primary {
    color: #9F7244;
    border-color: #9F7244;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #805B36;
    border-color: #805B36;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #fff;
    background-color: #9F7244;
    border-color: #9F7244;
}
.btn-sm{
	font-size: 13px;
    padding: 10px 25px;
}
.btn-sm i,
.btn-sm img{
	margin-right: 5px;
}
.btn-lg{
	font-size: 20px;
    padding: 15px 35px;
}
.btn-radius{
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
}
.content-area{
	padding: 0 0 80px;
}
.home .content-area{
	padding: 0;
}
.section-title{
	font-family: "SimSun", "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
	position: relative;
	padding-bottom: 50px;
	text-align: center;
	margin-bottom: 70px;
}
.section-title::after{
	content: url('../image/o.png');
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45px;
    background-color: #fff;
    line-height: 0;
	width: 90px;
	z-index: 1;
}
.section-title::before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 16px;
    background-color: #FAE0A2;
	width: 100%;
	height: 1px;
	z-index: 0;
}
.page-main-title{
	position: relative;
	height: 400px;
	padding-top: 170px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-main-title .container{
	position: relative;
	z-index: 1;
}
.main-title{
	height: 130px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	flex-direction: column;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
    align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
    justify-content: center;
}
.page-title{
	font-family: "SimSun", "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
	color: #fff;
	margin: 0 0 7px;
	font-weight: 400;
}
.page-en-title{
	font-family: 'TrajanPro-Regular';
	font-weight: 400;
	color: #fff;
	margin: 0;
}
.blur-wrap{
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.blur{
	height: 400px;
	filter: blur(30px) brightness(110%) saturate(95%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: -170px;
}
.page-list-wrap{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.page-list{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
    align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-list li:not(:last-child){
	margin-right: 2px;
}
.page-list li a{
	padding: 15px 30px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #222222;
	background-color: rgba(255, 255, 255, 0.9);
	display: inline-block;
}
.page-list li.current a,
.page-list li a:hover,
.page-list li a:focus,
.page-list li a:active{
	color: #fff;
	background-color: rgba(4, 68, 107, 0.9);
}
.content-detail{
	padding-top: 70px;
}
@media(max-width: 1199px){
	.page-list li a{
		padding: 12px 40px;
		font-size: 14px;
	}
}
@media(max-width: 991px){
	.content-area{
		padding: 0 0 65px;
	}
	.home .content-area{
		padding: 0;
	}
	.section-title{
		margin-bottom: 60px;
	}
	.page-list li a{
		padding: 10px 20px;
		font-size: 13px;
	}
	.content-detail{
		padding-top: 60px;
	}
}
@media(max-width:767px){
	.content-area{
		padding: 0 0 50px;
	}
	.home .content-area{
		padding: 0;
	}
	.section-title{
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	.section-title::after{
		content: url('assets/images/o-small.png');
	}
	.section-title::before{
		bottom: 12px;
	}
	.page-main-title {
		height: 300px;
		padding-top: 100px;
	}
	.blur-wrap {
		top: 100px;
	}
	.blur {
		height: 300px;
		margin-top: -100px;
	}
	.page-list li a{
		padding: 10px 15px;
		font-size: 12px;
	}
	.content-detail{
		padding-top: 40px;
	}
}
@media(max-width:575px){
	.content-area{
		padding: 0 0 40px;
	}
	.home .content-area{
		padding: 0;
	}
	.section-title{
		margin-bottom: 40px;
	}
	.page-en-title{
		font-size: 20px;
	}
	.page-list{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap:wrap;
	}
	.page-list li{
		margin-top: 2px;
	}
	.page-list li a{
		padding: 10px 8px;
		font-size: 12px;
	}
	.content-detail{
		padding-top: 30px;
	}
}
/* footer */
footer{
	background-color: #fff;
}
.footer-top{
	background-color:#04446B;
	padding: 10px 0;
}
.footer-top ul{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
    align-items:center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-top ul li a{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
}
.footer-copyright{
	background-color: #F2F3F4;
	padding: 15px 0;
	text-align: center;
}
.footer-copyright,
.footer-copyright a{
	font-size: 12px;
	line-height: 1.5;
	color: #222222;
}
.footer-copyright a:hover,
.footer-copyright a:focus,
.footer-copyright a:active,
.footer-top ul li a:hover,
.footer-top ul li a:focus,
.footer-top ul li a:active{
	color: #FAE0A2;
}
.footer-mid{
	padding: 30px 0 20px;
}
.footer-follow-wrap{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
    justify-content: flex-end;
}
.footer-follow-wrap .textwidget{
	background-color: #fff;
}
.footer-follow-wrap img{
	max-height: 100px;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 5px;
}
.footer-follow-wrap h6{
	font-size: 13px;
	line-height: 1;
	color: #666666;
	margin-bottom: 0;
	text-align: center;
	margin-top: 2px;
	font-weight: 400;
}
.footer-address{
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.6;
	color: #222222;
}
.footer-company-info-wrap{
	margin-top: 30px;
}
.footer-company-info{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
}
.footer-logo{
	margin-right: 30px;
}
.footer-logo img{
	max-height: 60px;
}
.footer-company-name{
	font-size: 13px;
	line-height: 1.5;
	color: #222222;
}
.footer-tel{
	margin-top: 3px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
}
.footer-tel img{
	max-width: 15px;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
.footer-tel a{
	color: #222;
}
.footer-tel a:hover,
.footer-tel a:focus,
.footer-tel a:active{
	color: #FAE0A2;
}
@media(max-width: 991px){
	.footer-company-info-wrap{
		margin-top: 0;
	}
	.footer-address{
		margin-top: 50px;
	}
	.footer-follow{
		margin-top: 20px;
	}
	.footer-top ul li a{
		padding: 5px 15px;
	}
}
@media(max-width:575px){
	.footer-top ul li a{
		padding: 5px 10px;
	}
	.footer-company-info{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-align-items:center;
		-moz-align-items:center;
		-ms-align-items:center;
		-o-align-items:center;
		align-items:center;
	}
	.footer-logo {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer-address-wrap,
	.footer-company-content{
		text-align: center;
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-address{
		margin-top: 20px;
	}
	.footer-follow-wrap{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
}
/* about */
.section-content{
	text-align: center;
	margin-bottom: 80px;
}
.max-950{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.max-800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 991px){
	.section-content{
		margin-bottom: 60px;
	}
}
@media(max-width:575px){
	.section-content{
		margin-bottom: 40px;
	}
}
/* post */
.news-item{
	padding: 35px;
	background-color: #fff;
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}
.news-title{
	margin-top: 20px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.news-title a{
	color: #333333;
}
.news-title a:hover,
.news-title a:focus,
.news-title a:active{
	color: #9F7244;
}
.news-meta{
	margin-top: 10px;
}
.news-meta span{
	font-size: 	12px;
	line-height: 1;
	color: #999999;
	margin-right: 30px;
}
.news-meta span img{
	position: relative;
	top: -1px;
	max-height: 14px;
	margin-right: 5px;
}
.news-excerpt{
	font-size: 13px;
	line-height: 1.5;
	color: #999999;
	margin-top: 15px;
	min-height: 42px;
	margin-bottom: 20px;
}
.news-btn{
	text-align: center;
}
.data-list{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
    justify-content: space-around;
}
.data-list:first-child,
.data-list:last-child{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
    justify-content: space-between;
}
.data-item{
	margin-top: 25px;
	font-size: 17px;
	line-height: 1;
	color: #222222;
	display: inline-block;
}
.data-number{
	font-size: 32px;
}
@media(max-width: 1199px){
	.data-item{
		font-size: 14px;
	}
	.data-number{
		font-size: 26px;
	}
}
@media(max-width: 992px){
	.news-item{
		padding: 25px;
	}
	.data-item{
		font-size: 12px;
	}
	.data-number{
		font-size: 20px;
	}
}
@media(max-width: 575px){
	.data-list{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	.data-item{
		margin-right: 20px;
	}
	.news-item{
		padding: 20px;
	}
}
/* page */
.content-desc{
	margin-bottom: 80px;
}
.content-desc .section-content{
	margin-bottom: 60px;
}
.page-section:not(:last-child){
	margin-bottom: 70px;
}
.item-info-wrap{
	background-color: #F2F3F4;
	padding: 30px 0;
}
.item-info{
	padding: 0 30px;
}
.item-title{
	font-weight: 400;
	margin-bottom: 5px;
}
.item-en-title{
	font-weight: 400;
	margin-bottom: 30px;
}
.item-content p{
	font-size: 14px;
	line-height: 1.5;
	color: #222222;
	margin-bottom: 0;
}
.flex-direction-nav a{
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
	height: 68px;
	width: 61px;
	text-shadow: none;
	opacity: 1 !important;
	margin-top: -34px;
}
.flex-direction-nav a::before{
	text-shadow: none;
	line-height: 0;
	position: relative;
    top: 0;
    display: inline-flex;
    -moz-display: inline-flex;
	-webkit-display: inline-flex;
	-ms-display: inline-flex;
	-o-display: inline-flex;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
    -o-align-items: center;
}
.flex-direction-nav .flex-prev{
	left: 0;
}
.flex-direction-nav .flex-next{
	right: 0;
}
.flex-direction-nav a.flex-prev::before{
	content: url('../image/Arrow-left.png');
	left: 25px;
}
.flex-direction-nav a.flex-next::before{
	content: url('../image/Arrow-right.png');
	right: 25px;
}
@media(max-width: 1199px) and (min-width:992px){
	.item-info-wrap{
		padding: 10px 0;
	}
	.item-title{
		font-size: 28px;
		margin-bottom: 0;
	}
	.item-en-title{
		margin-bottom: 15px;
	}
}
@media(max-width: 991px){
	.content-desc{
		margin-bottom: 60px;
	}
	.content-desc .section-content{
		margin-bottom: 40px;
	}
	.page-section:not(:last-child){
		margin-bottom: 50px;
	}
}
@media(max-width: 767px){
	.content-desc{
		margin-bottom: 40px;
	}
	.content-desc .section-content{
		margin-bottom: 30px;
	}
	.page-section:not(:last-child){
		margin-bottom: 35px;
	}
}
@media(max-width: 575px){
	.item-en-title{
		font-weight: 400;
		margin-bottom: 15px;
	}
	.item-content p{
		font-size: 12px;
	}
}
/* sidebar */
.fixed-sidebar-wrap{
	position: fixed;
    right: 0;
    top: 60%;
}
.fixed-sidebar{
	list-style: none;
    padding: 0;
    margin: 0;
}
.fixed-code{
	background-color: #fff;
	padding: 5px;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 10px;
}
.fixed-code img{
    max-height: 115px;
}
.fixed-sidebar-wrap ul li .click-icon b{
	display: none;
}
.fixed-sidebar-wrap ul li a{
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
    align-items:center;
}
.mobile-click{
	margin-bottom: 2px;
}
.mobile-click a{
	color: #222;
	padding: 8px 10px;
	background: rgba(250,224,162,1);
	background: -moz-linear-gradient(left, rgba(250,224,162,1) 0%, rgba(253,248,236,1) 50%, rgba(250,224,162,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,224,162,1)), color-stop(50%, rgba(253,248,236,1)), color-stop(100%, rgba(250,224,162,1)));
	background: -webkit-linear-gradient(left, rgba(250,224,162,1) 0%, rgba(253,248,236,1) 50%, rgba(250,224,162,1) 100%);
	background: -o-linear-gradient(left, rgba(250,224,162,1) 0%, rgba(253,248,236,1) 50%, rgba(250,224,162,1) 100%);
	background: -ms-linear-gradient(left, rgba(250,224,162,1) 0%, rgba(253,248,236,1) 50%, rgba(250,224,162,1) 100%);
	background: linear-gradient(to right, rgba(250,224,162,1) 0%, rgba(253,248,236,1) 50%, rgba(250,224,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae0a2', endColorstr='#fae0a2', GradientType=1 );
}
.online-click a{
	display: block;
	background-color: #04446B;
	color: #fff;
	padding: 8px 10px;
}
.mobile-click a .click-icon,
.online-click a .click-icon{
	font-weight: 400;
	font-size: 20px;
	margin-right: 10px;
}
.wx-code-wrap{
	z-index: 9999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.wx-code-wrap.show-code{
	display: block;
}
.wx-code{
	position: relative;
	background-color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 20px;
	text-align: center;
}
.wx-code .wx-code-close{
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #fff;
    padding: 5px;
    width: 32px;
    height: 32px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
	-o-justify-content: center;
}
.wx-code .wx-code-close i{
    color: #333;
    font-size: 15px;
	line-height: 1;
	cursor: pointer;
}
.wx-code .wx-code-close i:hover {
    color: #FAE0A2;
}
.wx-code .wx-code-close i > b{
	display: none;
}
.wx-code-text{
	font-size: 17px;
	line-height: 1;
	color: #222222;
	font-weight: bold;
}
.wx-code-wrap .widget{
	height: 100%;
}
.wx-code-wrap .textwidget{
	height: 100%;
	display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}
@media(max-width: 575px){
	.fixed-sidebar-wrap{
		display: none;
	}
}
/* book now */
.home-page-content{
	position: relative;
}
.book-now-form-wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 35px 0 20px;
	background: rgba(200,169,94,0.8);
	background: -moz-linear-gradient(left, rgba(200,169,94,0.8) 0%, rgba(200,169,94,0.8) 35%, rgba(250,224,162,0.8) 50%, rgba(200,169,94,0.8) 65%, rgba(200,169,94,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(200,169,94,0.8)), color-stop(35%, rgba(200,169,94,0.8)), color-stop(50%, rgba(250,224,162,0.8)), color-stop(65%, rgba(200,169,94,0.8)), color-stop(100%, rgba(200,169,94,0.8)));
	background: -webkit-linear-gradient(left, rgba(200,169,94,0.8) 0%, rgba(200,169,94,0.8) 35%, rgba(250,224,162,0.8) 50%, rgba(200,169,94,0.8) 65%, rgba(200,169,94,0.8) 100%);
	background: -o-linear-gradient(left, rgba(200,169,94,0.8) 0%, rgba(200,169,94,0.8) 35%, rgba(250,224,162,0.8) 50%, rgba(200,169,94,0.8) 65%, rgba(200,169,94,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(200,169,94,0.8) 0%, rgba(200,169,94,0.8) 35%, rgba(250,224,162,0.8) 50%, rgba(200,169,94,0.8) 65%, rgba(200,169,94,0.8) 100%);
	background: linear-gradient(to right, rgba(200,169,94,0.8) 0%, rgba(200,169,94,0.8) 35%, rgba(250,224,162,0.8) 50%, rgba(200,169,94,0.8) 65%, rgba(200,169,94,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8a95e', endColorstr='#c8a95e', GradientType=1 );
}
.book-now-form-wrap form{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	align-items: center;
}
.book-now-text{
	margin-right: 20px;
}
.book-now-cn{
	font-family: "SimSun", "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
	font-size: 25px;
	color: #fff;
	line-height: 1.4;
}
.book-now-en{
	font-size: 13px;
	color: #fff;
	line-height: 1.2;
}
.form-item {
	margin-right: 15px;
}
.form-item input{
	max-width: 170px;
	width: 100%;
	height: 45px;
	background-color: #fff;
	border: 0 !important;
	outline: none;
	font-size: 15px;
	padding: 10px 15px;
}
.form-item select{
	outline: none;
	width: 100px;
	border: 0 !important;
	background-color: #fff;
	height: 45px;
	font-size: 15px;
	padding: 10px 15px;
}
.form-btn{
	font-family: "SimSun", "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
	border: 0 !important;
	background-color: #04446B;
	color: #fff;
	padding: 12px 15px;
	height: 45px;
	font-size: 20px;
	cursor: pointer;
}
.form-btn:hover,
.form-btn:focus,
.form-btn:active{
	background-color: #022E48;
}
.book-now-form-wrap .mobile-click{
	margin-bottom: 0;
}
.book-now-form-wrap .mobile-click a{
	display: inline-block;
	font-size: 20px;
	font-family: "SimSun", "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
}
.form-btn span,
.book-now-form-wrap .mobile-click span{
	margin-left: 5px;
}
.book-now-text,
.form-item,
.book-now-form-wrap .mobile-click{
	margin-bottom: 15px;
}
@media(max-width: 575px){
	.book-now-cn{
		font-size: 18px;
	}
	.book-now-en{
		font-size: 12px;
	}
	.book-now-form-wrap{
		padding: 15px 0 0;
	}
	.form-item select,
	.form-item input{
		height: 36px;
		font-size: 13px;
		padding: 8px 15px;
	}
	.form-btn{
		padding: 0 15px;
		height: 36px;
		font-size: 15px;
	}
	.book-now-form-wrap .mobile-click a{
		font-size: 14px;
	}
}
/* home slider */
.index-main-text{
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -135px;
	left: 0;
	width: 100%;
	height: 270px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
    justify-content: center;
}
.index-main-text .slider-blur-wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-main-text .slider-blur{
	height: 270px;
	filter: blur(30px) brightness(110%) saturate(95%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index-main-text .main-text{
	z-index: 1;
    position: relative;
	color: #fff;
	text-align: center !important;
}
.index-main-text .index-title{
	font-family: "SimSun", "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
	font-size: 48px !important;
	margin-bottom: 15px !important;
	color: #fff !important;
}
.index-en-title{
	font-family: 'TrajanPro-Regular';
	font-size: 80px !important;
	line-height: 1 !important;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	margin-bottom: 10px !important;
	color: #fff !important;
}
.index-en-date{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-align-items:flex-start;
	-moz-align-items:flex-start;
	-ms-align-items:flex-start;
	-o-align-items:flex-start;
	align-items:flex-start;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
	flex-direction: column;
	margin-right: 20px !important;
	position: relative;
    top: -5px !important;
}
.index-en-date-y{
	font-size: 21px !important;
	line-height: 1.2 !important;
	margin-bottom: 10px !important;
}
.index-en-date-m-d{
	font-size: 36px !important;
	line-height: 1.2 !important;
}
.global-btn{
	font-family: "SimSun", "PingFang SC", "Adobe Heiti Std","Microsoft Yahei",arial,helvetica,"Hei Ti","微软雅黑体","FangSong","仿宋",clean,sans-serif !important;
	border: 0 !important;
	background-color: #04446B;
	color: #fff;
	padding: 15px 35px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
}
.global-btn span{
	margin-left: 10px;
}
.global-btn:hover,
.global-btn:focus,
.global-btn:active{
	color: #fff;
	background-color: #022E48;
}
.tp-parallax-wrap .index-en-title{
	font-weight: 400 !important;
}
@media(max-width:767px){
	.index-main-text{
		margin-top: -100px !important;
		height: 200px !important;
	}
	.index-main-text .index-title{
		font-size: 20px !important;
		margin-bottom: 15px !important;
	}
	.index-en-title{
		font-size: 36px !important;
	}
	.index-en-date{
		margin-right: 10px !important;
		top: -2px !important;
	}
	.index-en-date-y{
		font-size: 12px !important;
		margin-bottom: 5px !important;
	}
	.index-en-date-m-d{
		font-size: 18px !important;
	}
	.global-btn {
		padding: 12px 25px;
		font-size: 16px;
	}
}
@media(max-width: 575px){
	.index-main-text{
		margin-top:-150px !important;
	}
}