@charset "UTF-8";

html,
body,
* {
	/* font-family:"Microsoft YaHei", 微软雅黑,"PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial,STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif; */
	font-family: '思源黑体', "Microsoft YaHei", '微软雅黑';
	font-weight: normal;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

@font-face {
	font-family: 'syhanscmed';
	src: url('https://qiniu.qianhewangluo.com/SourceHanSansSC-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'syhanscreg';
	src: url('https://qiniu.qianhewangluo.com/SourceHanSansSC-Regular.otf') format('opentype');
}

body {
	margin: 0;
	padding: 0;
	font: 14px/180% Microsoft Yahei;
	min-width: 640px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.l {
	float: left;
}

.r {
	float: right;
}

.tra_s_4 {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.tra_s_3 {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.tra_s_2 {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.tra_s_ease_6 {
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.box_s {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mains {
	width: 1400px;
	margin: 0 auto;
}

.no_dis {
	display: none;
}



/* 头部导航 */
.nav-active{
    background: rgba(75,89,150,0.6);
}
.nav-active .menu ul li{
    line-height: 45px;
}
.navbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}


.top-other{
    display: flex;
    align-items: center;
    white-space:nowrap;
    gap:20px;
}
.top-other .top-phone{
    display: flex;
    align-items: center;
    gap:10px;
    font-size: 20px;
    color:#000000;
}
.top-other .top-phone img{
    width:38px;
    height: 38px;
}
.in-header * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.in-header .header-main {
	width: 100%;
	/* background: rgba(255, 255, 255, 1.0); */
	margin: 0 auto;
	/* padding: 0 2%; */
	/* border-bottom:1px solid #f5dbaf; */
	position: relative;
}

.in-header .logo {
	float: left;
	width: 270px;
	height: auto;
	display: block;
	margin-top: 15px;
}

.in-header .logo img {
	width: 270px;
}

/*.in-header .menu {*/
/*    width: calc(100% - 280px);*/
/*    float: right;*/
/*    height: auto;*/
/*}*/
/* .in-header .menu {*/
/*    flex: 1;*/
/*}*/
.in-header .menu ul {
	/*flex: 1;*/
	display: flex;
	margin-left: 20px;
	gap: 10px;
	/*width: 100%;*/
	text-align: center;
	font-size: 0;
	position: relative;
}

.in-header .menu ul li {
	line-height: 45px;
	vertical-align: top;
	/*margin-right: 3%;*/
	display: inline-block;
	font-size: 16px;
	line-height: 95px;
	font-weight: bolder;
}

.in-header .menu ul li a {
	color: #000000;
	font-family: 'syhcnr';
	font-weight: normal;
	padding: 8px 16px;
	border-radius: 3px;
	white-space: nowrap;
}

/* .header .menu ul li:nth-child(1) a{
    padding-left: 25px;
    background: url(../images/home.png) left center no-repeat;
    background-size: 16px auto;
} */

.in-header .menu ul li.active a {
	color: #ffffff;
	background-color: #c81920;
}

.in-header .menu ul li:hover a {
	color: #ffffff;
	background-color: #c81920;
}

/* .in-header .header-main:hover {
    background: rgba(255, 255, 255, 0.98);
} */

.second-box {
	display: none;
	width: 100%;
	padding: 0 60px;
	height: auto;
	position: absolute;
	top: 97px;
	left: 0;
	z-index: 1001;
	overflow: hidden;
	background-color: #ffffff;
}

.second-box .line {
	width: 100%;
	height: 1px;
	background: #d1d5da;
	position: absolute;
	top: 4px;
	left: 0;
}

.second-box .line:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	background: #D1D5DA;
	top: -4px;
}

.second-box .line:after {
	content: "";
	position: absolute;
	right: 0;
	width: 8px;
	height: 8px;
	background: #D1D5DA;
	top: -4px;
}

.second-box .second-list {
	width: 100%;
	height: auto;
}

.second-box .second-list .list {
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

.second-box .second-list .list:first-child {
	padding: 0;
}

.second-box .second-list .ablist {
	width: 35%;
	padding: 45px;
	margin-top: 38px;
	margin-bottom: 38px;
	float: left;
	color: #FFFFFF;
	border-radius: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0;
	background: url(../images/nav_bg2.jpg)center no-repeat;
	background-size: cover;
}

.second-box .second-list .ablist h6 {
	font-size: 30px;
}

.second-box .second-list .ablist p {
	font-size: 16px;
	margin-top: 10px;
}

.second-box .second-list .ablist .tag {
	margin-top: 35px;
	width: 100%;
	height: auto;
	font-size: 0;
}

.second-box .second-list .ablist .tag a {
	display: inline-block;
	vertical-align: top;
	padding: 15px 15px 15px 25px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	width: calc(50% - 10px);
	margin-right: 20px;
}

.second-box .second-list .ablist .tag a:nth-child(2n) {
	margin-right: 0;
}

.second-box .second-list .ablist .tag a:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	left: 0;
	top: calc(50% - 3px);
}

.second-box .second-list .ablist .tag a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	background-size: cover;
	background: url(../images/nav_icon1.png)center no-repeat;
	top: calc(50% - 6px);
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-ms-opacity: 0.2;
	-o-opacity: 0.2;
}

.second-box .second-list .ablist .tag a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.second-box .second-list .ablist .tag a:hover:before {
	background: #FFFFFF;
}

.second-box .second-list .ablist .tag a:hover:after {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}

.second-box .second-list .abtwo {
	width: 65%;
	padding-left: 5%;
	padding-top: 38px;
	padding-bottom: 38px;
	font-size: 0;
	height: auto;
	float: right;
}

.second-box .second-list .abtwo a {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-right: 30px;
	height: auto;
}

.second-box .second-list .abtwo a:nth-child(2n) {
	margin-right: 0;
}

.second-box .second-list .abtwo a .pic {
	width: 100%;
	height: auto;
}

.second-box .second-list .abtwo a .pic img {
	border-radius: 10px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 20px;
}

.second-box .second-list .abtwo a h6 {
	font-size: 22px;
	color: #000000;
	margin-top: 15px;
}

.second-box .second-list .abtwo a p {
	font-size: 14px;
	margin-top: 10px;
	color: #3f3f3f;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.second-box .second-list .abtwo a .more {
	color: #c81920;
	display: flex;
	align-items: center;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
}

.second-box .second-list .abtwo a .more i {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: auto;
}

.second-box .second-list .abtwo a .more i img {
	width: 10px;
	margin-top: 8px;
	margin-left: 10px;
}

.second-box .second-list .pub-l {
	width: 30%;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.second-box .second-list .pub-l img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 20px;
}

.second-box .second-list .pub-r {
	float: right;
	width: 70%;
	height: auto;
	padding-left: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.second-box .second-list .pub-r h6 {
	font-size: 30px;
	color: #000000;
}

.second-box .second-list .pub-r p {
	max-width: 800px;
	font-size: 16px;
	line-height: 1.8;
	color: #000000;
	margin-top: 10px;
}

.second-box .second-list .pub-r .tag {
	margin-top: 20px;
	margin-bottom: 45px;
	width: 100%;
	height: auto;
	font-size: 0;
}

.second-box .second-list .pub-r .tag a {
	display: inline-block;
	vertical-align: top;
	padding: 15px 15px 15px 25px;
	position: relative;
	border-bottom: 1px solid #d3cfcf;
	font-size: 14px;
	color: #3f3f3f;
	width: calc(25% - 15px);
	margin-right: 20px;
}

.second-box .second-list .pub-r .tag a:nth-child(4n) {
	margin-right: 0;
}

.second-box .second-list .pub-r .tag a:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #938e8e;
	border-radius: 100%;
	left: 0;
	top: calc(50% - 3px);
}

.second-box .second-list .pub-r .tag a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	background-size: cover;
	background: url(../images/nav_icon2.png)center no-repeat;
	top: calc(50% - 6px);
}

.second-box .second-list .pub-r .tag a:hover {
	border-bottom: 1px solid #e74c3c;
	color: #e74c3c;
}

.second-box .second-list .pub-r .tag a:hover:before {
	background: #e74c3c;
}

.second-box .second-list .pub-r .tag a:hover:after {
	background: url(../images/nav_icon1.png) center no-repeat;
}

.second-box .second-list .pub-r .view {
	display: none;
	border: 1px solid #1439A2;
	color: #1439A2;
	font-weight: bolder;
	background: none;
}

@media (max-width: 1440px) {
	.header .logo img {
		width: 190px;
	}

	.header .menu ul li a {
		padding: 8px 12px;
	}

	.header .menu ul {
		gap: 6px;
	}

}


@media only screen and (max-width:1680px) {
	.second-box .second-list .ablist h6 {
		font-size: 22px;
	}

	.second-box .second-list .pub-r h6 {
		font-size: 22px;
	}

	.second-box .second-list .abtwo a h6 {
		font-size: 22px;
	}

	.second-box .second-list .ablist {
		padding: 40px;
	}

	.header .menu ul li {
		font-size: 16px
	}
}

/* 头部导航 end */



/*顶部导航*/

/* .header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	padding: 36px 0 20px 0;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.header .header-main {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header .header-main .header-logo {
	height: 40px;
	font-size: 0;
}

.header .header-main .header-logo img {
	height: 100%;
	display: block;
}

.header .header-main .header-nav li {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 2px;
	margin: 0 10px;
}

.nav-active {
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
} */

/*顶部导航 end*/
.section {
	overflow: hidden;
}

::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
}

.fp-auto-height.fp-section {
	height: auto !important;
}

.index_foot {
	background-color: #afa;
}

/* 大图 */
.pages-1 .swiper-container {
	width: 100%;
	height: 100vh;
}

.pages-1 .swiper-container .main_list {
	width: 100%;
}

.pages-1 .swiper-container .main_list .sl_img {
	width: 100%;
	font-size: 0;
}

.pages-1 .swiper-container .main_list .sl_img img {
	width: 100%;
}

.pages-1 .swiper-container .main_list .sl_img video {
	width: 100%;
}

.pages-1 .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	display: inline-block;
	background: #d85905;
	border-radius: 0;
}

.pages-1 .swiper-container-horizontal>.swiper-pagination-bullets {
	width: 80%;
	left: 16%;
	height: 30px;
	bottom: 80px;
	text-align: left;
}

.swiper-container .swiper-button-prev {
	z-index: 10;
	left: 140px;
	top: 50%;
	width: 43px !important;
	height: 43px !important;
	background: url(../images/left.png) center center no-repeat;
	background-size: 100% 100%;
}

.swiper-container .swiper-button-prev:after {
	content: '' !important;
}

.swiper-container .swiper-button-next {
	right: 140px;
	top: 50%;
	width: 43px !important;
	height: 43px !important;
	background: url(../images/right.png) center center no-repeat;
	background-size: 100% 100%;
}

.swiper-container .swiper-button-next:after {
	content: '' !important;
}

/* 大图 end */

/* 标题 */
.index-title {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 1.8;
	font-family: 'syhanscmed';
}

.index-title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 1.8;
	letter-spacing: 1px;
}

.title-desc {
	display: inline-block;
	position: relative;
	line-height: 1.2;
	z-index: 2;
	font-family: 'syhanscmed';
}

.title-desc::after {
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 99%;
	height: 5px;
	border-radius: 6px;
	background-color: #c7161d;
}

/* 标题 end */

/* pages-2 */
.pages-2 {
	background-image: url(../images/page2_bg.png);
	background-position: right bottom;
	background-size: 600px auto;
	background-repeat: no-repeat;
}

.data-container {
	width: 100%;
	margin: 50px auto;
	padding: 36px 0;
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.data-container::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 70px);
	height: 1px;
	background-color: #e5e5e5;
}
.in-data-container::after{
	background: none;
}

.data-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.data-item img {
	width: 40px;
	height: 40px;
}

.data-text {
	flex: 1;
	margin-left: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.data-label {
	font-size: 20px;
	line-height: 2.0;
	color: #333;
	font-family: "思源黑体" 'syhanscreg';
}

.data-value {
	font-size: 25px;
	line-height: 1.8;
	color: #c7161d;
}

.data-value span {
	font-size: 42px;
	font-weight: bold;
	font-family: 'syhanscmed';
}

.about-container {
	width: 835px;
	font-size: 18px;
	line-height: 1.8;
	color: #404040;
	text-indent: 2.0em;
	font-family: 'syhanscreg';
}

.about-more {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.about-more a {
	font-size: 0;
	display: flex;
	align-items: center;
	padding: 12px 32px;
	border-radius: 20px;
	background-color: #c7161d;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.about-more a img {
	width: 21px;
	height: 15px;
	display: block;
}

.about-more a:hover {
	transform: translateX(15px);
}

/* pages-2 end */


@media (max-width:1600px) {}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.mains {
		width: 1200px;
	}
	.pages-2 {
    	background-size: 400px auto;
    }
}

@media (max-width:1300px) {}

@media (max-width:1200px) {
	.mains {
		width: 1000px;
	}
	.pages-2 {
    	background-size: 250px auto;
    }
}

@media (max-width:1000px) {
	.mains {
		width: 80%;
	}
}

/* 信息介绍 */
/* pages-3 */
.pages-3 {
	background-image: url(../images/case_bg.jpg);
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	justify-content: flex-end;
}

.scenic-container {
	width: 100%;
	height: 100%;
	padding-left: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.scenic-header {
	margin-bottom: 30px;
}

.scenic-header h2 {
	font-size: 60px;
	line-height: 1.0;
	font-weight: bold;
	color: #f5f5f5;
	text-align: center;
}

.scenic-main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.scenic-image {
	width: 100%;
	position: relative;
	font-size: 0;
}

#scenic-large-image {
	width: 100%;
	height: auto;
	max-height: 810px;
	display: block;
	object-fit: cover;
	border-radius: 36px 0 0 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scenic-caption {
	max-width: 800px;
	position: absolute;
	top: 220px;
	left: 90px;
	color: white;
}

#scenic-title {
	font-size: 40px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.scenic-title-en {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

#scenic-desc {
	max-width: 300px;
	font-size: 18px;
	line-height: 1.8;
}

.scenic-nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
}

.scenic-nav::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.45);
}

.nav-item {
	position: relative;
	z-index: 2;
	flex: 1;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 20px;
	line-height: 90px;
	color: white;
	font-weight: normal;
	font-family: 'syhanscmed';
}

.nav-item::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.45);
}

.nav-item:hover,
.nav-item.active {
	background: rgba(199, 22, 29, 0.82);
	/* transform: translateY(-2px); */
	/* box-shadow: 0 4px 8px rgba(232, 62, 140, 0.3); */
}

.nav-more {
	flex: 1;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f8f7f6;
}

.nav-more a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: color 0.3s ease;
}

.nav-more a:hover {
	color: #c81b22;
}

.nav-more span {
	transition: transform 0.3s ease;
}

.nav-more a:hover span {
	transform: translateX(5px);
}

.nav-more a img {
	width: 10px;
	height: 17px;
	margin-left: 12px;
}

@media (max-width: 768px) {

	.scenic-nav {
		flex-direction: column;
		align-items: flex-start;
	}

	.nav-item {
		width: 100%;
		text-align: center;
	}

	.nav-more {
		margin-left: 0;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}

/* pages-3 end */
/* 信息介绍 end */
/* baihuiyuan */
.baihuiyuan {
	background-image: url(../images/baihuayuan_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	justify-content: flex-start;
}

.baihuiyuan-container {
	padding-top: 130px;
	display: flex;
	justify-content: space-between;
}

.baihuiyuan-intro {
	padding-top: 60px;
	max-width: 410px;
}

.baihuiyuan-intro h3 {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.baihuiyuan-desc {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.66);
	font-family: 'syhanscreg';
}

/* baihuiyuan end */
/* baihuayuan */
.baihuayuan-list {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 45px 0 165px 0;
	background: rgba(0, 0, 0, 0.34);
}

.area-list {
	display: flex;
	justify-content: space-between;
	color: #fff;
	gap: 20px;
}

.area-list .area-item {
	flex: 1;
	text-align: center;
	padding: 0 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.area-list .area-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 5%;
	height: 90%;
	width: 1px;
	background: rgba(255, 255, 255, 0.66);
}

.area-list .icon {
	width: 60px;
	height: 60px;
	margin-right: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.area-list .area-info {
	flex: 1;
	text-align: left;
}

.area-list .area-title {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.75);
}

.area-list .area-desc {
	font-size: 20px;
	line-height: 1.8;
	color: #ffffff;
	font-weight: normal;
	font-family: 'syhanscmed';
}

/* 响应式适配 */
@media (max-width: 1024px) {
	.area-list .area-title {
		font-size: 22px;
	}

	.area-list .area-desc {
		font-size: 18px;
	}

	.area-list .icon {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.area-list {
		flex-direction: column;
		gap: 25px;
	}

	.area-list .area-item:not(:last-child)::after {
		display: none;
	}
}

/* baihuayuan end */
/* server */
.index-title2 {
	text-align: center;
}

.index-title2 h2 {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 1.0;
	letter-spacing: 1px;
	margin-top: -20px;
	padding-bottom: 35px;
	position: relative;
}

.index-title2 h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 52px;
	height: 5px;
	background-color: #c7161d;
}

.index-title2 p {
	font-size: 60px;
	line-height: 1.0;
	font-weight: bold;
	color: #f5f5f5;
	text-align: center;
	text-transform: uppercase;
}


/* 旅游服务样式 */
.service-list {
	margin: 60px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	padding: 0;
	box-sizing: border-box;
}

.service-item {
	width: calc(25% - 30px);
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	background-color: #fcf6f1;
}

.service-item:hover {
	transform: translateY(-5px);
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); */
}

.service-image {
	width: 100%;
	height: 340px;
	border-radius: 10px;
	overflow: hidden;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.service-item:hover .service-image img {
	transform: scale(1.05);
}

.service-content {
	padding: 20px;
}

.service-content h3 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
	font-family: 'syhanscreg';
}

.service-content p {
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	margin: 0 0 15px 0;
	font-family: 'syhanscreg';
}

.service-item:hover h3 {
	color: #c7161d;
}

.service-item:hover p {
	color: #c7161d;
}

.service-more {
	display: inline-block;
	color: #c7161d;
	text-decoration: none;
	font-size: 26px;
	transition: transform 0.3s ease;
}

.service-more:hover {
	transform: translateX(5px);
}

@media (max-width: 768px) {
	.service-item {
		width: calc(50% - 15px);
	}
}

@media (max-width: 480px) {
	.service-item {
		width: 100%;
	}
}

/* server end */
/* index_foot */
.index_foot {
	padding: 80px 0 40px 0;
	background: #191912;
}

.foot_logo {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #848481;
}

.index_foot_main {
	margin: 0 auto;
	padding-left: 50px;
	padding-bottom: 25px;
	color: #fff;
}

.index_foot_main .foot_nav {
	float: left;
	padding-right: 60px;
}

.index_foot_main .foot_nav h2 {
	font-size: 18px;
	line-height: 2.0;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: 'syhanscreg';
}

.index_foot_main .foot_nav i {
	display: inline-block;
	margin: 10px 0;
	width: 22px;
	height: 2px;
	background: #636f7c;
}

.index_foot_main .foot_nav li {
	font-size: 15px;
	line-height: 2.5;
	color: #ffffff;
	opacity: 0.7;
	letter-spacing: 1px;
	font-family: 'syhanscreg';
}

.index_foot_main .foot_nav li:hover {
	opacity: 1;
}

.index_foot_main .foot_ewm {
	float: right;
	width: 207px;
	text-align: center;
}

.index_foot_main .foot_ewm img {
	max-width: 100%;
}

.index_foot_main .foot_ewm p {
	font-size: 14px;
	opacity: 0.7;
	letter-spacing: 1px;
	line-height: 2.0;
}

.foot_right {
	padding-top: 20px;
	margin: 0 auto;
	border-top: 1px solid #848481;
}

.foot_right p {
	font-size: 14px;
	line-height: 2.5;
	color: #ffffff;
	opacity: 0.7;
	letter-spacing: 1px;
}

.foot_right a {
	color: #ffffff;
}

/* index_foot end*/

/* culture */
.culture {
	background-image: url(../images/culture_bg.jpg);
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.culture-container {
	display: flex;
	align-items: center;
	padding: 0;
	box-sizing: border-box;
}

.culture-left {
	width: 30%;
	padding-right: 36px;
	box-sizing: border-box;
}

.culture-content {
	position: relative;
	height: 220px;
	overflow: hidden;
	margin-top: 60px;
}

.content-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.content-item.active {
	opacity: 1;
	visibility: visible;
}

.content-item h4 {
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 15px 0;
	font-family: 'syhanscmed';
}

.content-item p {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.8;
	margin: 0;
	font-family: 'syhanscreg';
	text-indent: 2.0em;
}

.culture-more {
	display: inline-block;
	color: #e83e8c;
	text-decoration: none;
	font-size: 16px;
	margin-top: 20px;
	transition: transform 0.3s ease;
}

.culture-more:hover {
	transform: translateX(5px);
}

.culture-center {
	width: 660px;
	height: 660px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f8f8;
}

.culture-image {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.5s ease;
}

.culture-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}

.culture-right {
	flex: 1;
	box-sizing: border-box;
}

.culture-nav {
	height: 660px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.culture-nav .culture-item:nth-child(1) {
	margin-left: -200px;
}

.culture-nav .culture-item:nth-child(2) {
	margin-left: -50px;
}

.culture-nav .culture-item:nth-child(3) {
	margin-left: -50px;
}

.culture-nav .culture-item:nth-child(4) {
	margin-left: -200px;
}

.culture-item {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	/* background: #f5f5f5; */
}

/* .culture-item:hover,
.culture-item.active {
	background: #e83e8c;
	color: white;
	transform: translateX(10px);
} */

.culture-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.culture-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.culture-item.active .culture-icon {
	border: 4px solid #c7161d;
}

.culture-text {
	flex: 1;
}

.culture-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: 'syhanscreg';
}

.culture-subtitle {
	font-size: 15px;
	opacity: 0.8;
	font-family: 'syhanscreg';
}

@media (max-width: 768px) {}

/* culture end */
/* 新闻中心 */
.news {
	background-image: url(../images/news_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.news .index-title2 p {
	color: #e7e7e7;
}

.news .index-title2 h2 {
	padding-bottom: 20px;
}

.news .index-title2 h2::after {
	display: none;
}

/* 新闻中心样式 */
.news-container {
	padding: 0;
}

.news-header {
	margin-bottom: 40px;
}

.news-tabs {
	display: flex;
	gap: 108px;
	justify-content: center;
	margin: 20px auto;
}

.tab-item {
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 30px;
	color: #3c3c3c;
	position: relative;
	font-family: 'syhanscmed';
}

.tab-item:hover,
.tab-item.active {
	color: #000000;
}

.tab-item.active::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #c7161d;
	border-radius: 6px;
}

.news-content {
	position: relative;
}

.tab-content {
	display: none;
	opacity: 0;
	transition: all 0.5s ease;
}

.tab-content.active {
	display: block;
	opacity: 1;
}

.tab-content-main {
	width: 100%;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.news-main {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	width: 62%;
	box-sizing: border-box;
}

.news-featured {
	position: relative;
	flex:1;
	padding-bottom: 15px;
	background: #ffffff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.news-featured .featured-image {
	width: 100%;
	height: 255px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.news-featured .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.news-featured:hover img {
	transform: scale(1.05);
}

.featured-info {
	padding:15px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #c7161d;
	margin: 26px 0;
	font-family: 'syhanscreg';
}

.news-date a {
	font-size: 15px;
	color: #646262;
	padding-right: 15px;
	background: url(../images/news_more.png) no-repeat right center;
	background-size: 7px 13px;
}
.news-date a:hover{
    color:#c7161d;
    background-image: url(../images/info_more.png);
}

.news-title {
	font-size: 20px;
	color: #262626;
	margin-bottom: 15px;
	line-height: 1.6;
	font-family: 'syhanscmed';
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-more {
	display: inline-block;
	color: #e83e8c;
	text-decoration: none;
	font-size: 14px;
	transition: transform 0.3s ease;
}

.news-more:hover {
	transform: translateX(5px);
}

.news-more-btn {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.more-button {
	display: inline-block;
	padding: 10px 30px;
	background: #e83e8c;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.more-button:hover {
	background: #d6347c;
	transform: translateY(-2px);
}

.news-sidebar {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 26px;
}

.news-item {
	display: flex;
	gap: 26px;
	transition: all 0.3s ease;
}

.news-item:hover {
	transform: translateY(-5px);
}

.news-item-image {
	width: 202px;
	height: 131px;
	overflow: hidden;
}

.news-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.news-item:hover .news-item-image img {
	transform: scale(1.05);
}

.news-item-info {
	flex: 1;
}

.news-item-date {
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
}

.news-item-title {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	line-height: 1.5;
	font-family: 'syhanscmed';
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.news-item:hover .news-item-title{
	color:#c7161d;
}

.news-item-desc {
	font-size: 15px;
	color: #666;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-ittem-more{
	display: block;
	margin-top: 8px;
}
.news-ittem-more img{
	width: 32px;
}

/* 新闻中心 end */
/* 右侧栏 */
.right-sidebar {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gift-item{
    width: 98px;
    font-size: 0;
    margin:0 auto;
}
.gift-item .gift-box{
    width: 100%;
    font-size: 0;
}
.gift-item .gift-box img{
    width: 100%;
    display: block;
}

.right-sidebar-main{
    width: 68px;
    padding: 0;
	margin:0 auto;
    /* background-color: #ffffff; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}
.right-sidebar-main .sidebar-item {
    width: 65px;
    margin:0 auto 8px auto;
    padding: 12px 2px;
	border-radius: 16px;
    background-color: #ecf1f5;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}
.right-sidebar-main .sidebar-item:hover{
    background-image: url(../images/in/right-hover.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.sidebar-item:hover {
    /* transform: scale(1.05); */
    /* transform: translateY(-2px); */
    /* background-color: #f5f5f5; */
    color:#ffffff;

}
.sidebar-item:hover .sidebar-text{
    color:#ffffff;
}
/* 侧边栏链接样式 */
.sidebar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    gap: 5px;
}

.sidebar-icon {
    width: 31px;
    height: auto;
    object-fit: contain;
}

.sidebar-icon-times{
    width: 31px;
    height: 31px;
    background: url(../images/in/open_times1.png) center no-repeat;
    background-size: 25px 25px;
}
.phone-item:hover .sidebar-icon-times{
    background-image: url(../images/in/open_times1_2.png);
}

.sidebar-icon-phone{
    width: 25px;
    height: 25px;
    background: url(../images/in/open_times4.png) center no-repeat;
    background-size: 100% 100%;
}
.phone-item:hover .sidebar-icon-phone{
    background-image: url(../images/in/open_times4_2.png);
}

.sidebar-icon-zhinan{
    width: 27px;
    height: 26px;
    background: url(../images/in/open_times3.png) center no-repeat;
    background-size: 100% 100%;
}
.fabu-item:hover .sidebar-icon-zhinan{
    background-image: url(../images/in/open_times3_2.png);
}

.sidebar-icon-top{
    width: 26px;
    height: 26px;
    background: url(../images/in/open_times5.png) center no-repeat;
    background-size: 100% 100%;
}
.top-item:hover .sidebar-icon-top{
    background-image: url(../images/in/open_times5_2.png);
}
.phone-item:hover .phone-qrcode {
    opacity: 1;
    visibility: visible;
    right: 80px;
    white-space:nowrap;
}
.phone-item .qrcode-hint{
    text-wrap: nowrap;
    font-size: 16px;
}

.sidebar-text {
    width: 4.0em;
    color: #575757;
    font-size: 13px;
    line-height: 1.2;
}

.phone-qrcode {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

/* 微信二维码样式 */
.wechat-item {
    position: relative;
}

.wechat-qrcode {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.wechat-item:hover .wechat-qrcode {
    opacity: 1;
    visibility: visible;
    right: 90px;
}

.sidebar-icon-price{
    width: 31px;
    height: 31px;
    background: url(../images/in/open_times2.png) center no-repeat;
    background-size: 26px 26px;
}
.wechat-item:hover .sidebar-icon-price{
    background-image: url(../images/in/open_times2_2.png);
}


/* 二维码三角形指示器 */
.wechat-qrcode::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.qrcode-img {
    width: 150px;
    height: 150px;
    display: block;
    margin-bottom: 10px;
}

.qrcode-hint {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0;
}
/* 右侧栏 end */