@charset "UTF-8";

/* in_img */
body {
	font-family: 思源黑体;
}

/* pos */
.page_div {
	text-align: center;
	margin-bottom: 60px;
	font-size: 14px;
}

.pagelist {
	text-align: center;
	margin-top: 35px;
	color: #626262;
}

.pagelist li {
	display: inline-block;
	padding: 1px 6px;
	border: 1px solid #f8f8f8;
}

.pagelist li a {
	color: #626262;
}

.pagelist .active {
	color: #1981f4;
	border-radius: 3px;
	border: 2px solid #f5f5f5;
}

.pagelist .active a {
	color: #1981f4;
}

.page_div {
	margin: 0.4rem auto;
}

#pages {
	text-align: center;
}

#pages li {
	margin: 0 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	display: inline-block;
}

#pages li a {
	font-size: 14px;
	display: block;
	padding: 0px 6px;
}

#pages li span {
	font-size: 14px;
	display: block;
	padding: 0 4px;
}

#pages li.active {
	text-align: center;
	background: #013b8c;
	color: #fff;
	display: inline-block;
}

#pages li:hover {
	background: #f90712;
}

#pages li:hover a {
	color: #fff;
}

/* pos end*/
.in-body {
	background-color: #fafafa;
}

.pos {
    width: 100%;
    padding: 16px 0;
    background-color: #f8f8f8;
}

/* in-body end */
.pos_con {
    font-size: 14px;
    line-height: 1.5;
    color:#000;
}


.about_det_con {
	margin: 30px auto;
	font-size: 17px;
	line-height: 2.0;
	color: #333333;
}

.about_det_con h2 {
	text-align: center;
	font-size: 28px;
	line-height: 2.0;
	font-weight: 600;
}

.about_det_con img {
	max-width: 100%;
}

.about_det_con video {
	max-width: 100%;
}

.about_det_con table {
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
}

.about_det_con table tr td {
	border: 1px solid #333;
}

.about_det_con .art_time {
	font-size: 14px;
	line-height: 2.0;
	text-align: center;
	margin-bottom: 8px;
}
.about_det_con strong{
    font-weight: bold;
}
.about_det_info{margin:30px auto;}
.article-title{
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
}

/* n_p_page */
.n_p_page{border-top:1px solid #eeeeee;margin-bottom:70px;margin-top:30px;padding-top:30px;display:flex;justify-content:center;letter-spacing:1px;}
.n_p_page li{padding:0 80px;margin:0 25px;font-size:16px;line-height:48px;background:#f0f0f0;border-radius:30px;color:#242424;}
.n_p_page .back-list{padding:0 80px;margin:0 25px;font-size:16px;line-height:48px;background:#054c9c;border-radius:30px;color:#ffffff;}
.n_p_page .n_p_a{cursor:pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.n_p_page .n_p_a:hover{transform:translate(0,-6px);}
/* n_p_page end*/

/* in_tit */
.in-title {
	width: 100%;
	margin: 10px auto;
}

.in-title h2 {
	font-size: 36px;
	line-height: 2.0;
	color: #000000;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 思源黑体, 'syhanscmed';
}

.in-title p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.75);
}

.in-title2 {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.in-title2 h2 {
	font-size: 36px;
	line-height: 2.0;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 10px;
	position: relative;
	font-family: 思源黑体, 'syhanscmed';
	font-weight: normal;
}

.in-title2 h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 29px;
	height: 5px;
	background-color: #ec3030;
}

/* in_tit end*/
/* in_banner */
.head_in {
	position: relative;
}

.in_banner {
	position: relative;
	width: 100%;
	font-size: 0;
	margin: 0 auto;
}

.in_banner img {
	width: 100%;
	display: block;
}

.in_banner .in_banner_con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.in_banner .in_banner_info {
	padding-bottom: 130px;
	letter-spacing: 1px;
}

.in_banner .in_banner_info p {
	padding-bottom: 10px;
	font-size: 30px;
	color: #ffffff;
}

.in_banner .in_banner_info h2 {
	font-size: 28px;
	color: #fff;
	line-height: 2.0;
}

.in_banner2 {
	position: relative;
	width: 100%;
	font-size: 0;
	margin: 0 auto;
}

.in_banner2 img {
	width: 100%;
	display: block;
}

.in_banner3 {
	position: relative;
	width: 1600px;
	font-size: 0;
	margin: 0 auto;
}

.in_banner3 img {
	width: 100%;
	display: block;
}

/* in_banner end*/

/* in_news */
.in_news {
	margin: 30px auto;
	padding: 30px 0px;
}

.in_news_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 36px;
}

.in_news li {
	overflow: hidden;
	width: 31.1%;
	border-top: 2px solid #b5b5b5;
	font-size: 15px;
	line-height: 1.8;
	color: #000000;
}

.in_news li .news_info {
	width: 100%;
	padding: 30px 0;
	letter-spacing: 1px;
	font-weight: normal;
}

.in_news li .news_info span {
	font-size: 20px;
	font-weight: normal;
}

.in_news li h5 {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: normal;
	display: flex;
	align-items: center;
	height: 64px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_news li .news_img {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	overflow: hidden;
	font-size: 0;
}

.in_news li .news_img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.in_news li:hover {
	border-color: #5665bb;
}

.in_news li:hover .news_img img {
	transform: scale(1.1, 1.1);
	transition: .4s transform;
	z-index: 1000;
}

.in_news li:hover h5 {
	color: #d72229;
}

.in_news_more {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.in_news_more a {
	display: inline-block;
	font-size: 18px;
	color: #000000;
	line-height: 1.0;
	opacity: 0.8;
	padding-bottom: 38px;
	background: url(../images/index_news_more.png) center bottom no-repeat;
	background-size: 20px auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.in_news_more a:hover {
	transform: translate(0, -6px);
}

/* in_news end*/
/* in-son */
.in-son {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.in-son-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.current-title {
	padding: 0 130px;
	font-size: 20px;
	line-height: 69px;
	color: #ffffff;
	letter-spacing: 1px;
	background-color: #9e7b4b;
	border-radius: 12px 0 12px 0;
}

.in-son-con {
	display: flex;
	align-items: center;
}

.in-son-con li {
	font-size: 16px;
	color: #000000;
	padding: 0 46px;
	font-family: 思源黑体, 'syhanscreg';
}

.in-son-con li.on {
	color: #c7161d;
}

/* in-son end */
/* dangjian */
.in-con {
	margin: 30px auto;
	padding: 30px 0px;
}

.dangjian-recom {
	margin: 36px auto;
	display: flex;
	justify-content: space-between;
}

.recom-img {
	width: 628px;
	height: 340px;
	font-size: 0;
	overflow: hidden;
}

.recom-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.dangjian-recom .recom-img:hover img {
	transform: scale(1.1, 1.1);
	transition: .4s transform;
}

.recom-content {
	flex: 1;
	margin-left: 36px;
	padding: 36px 25px;
	background-color: #fff;
}

.recom-date {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.75);
}

.recom-title {
	margin: 10px auto;
	font-size: 24px;
	line-height: 1.6;
	color: #1e2e2f;
	font-family: 思源黑体, 'syhanscreg';
}

.recom-desc {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
}

.detail-btn {
	display: flex;
	margin-top: 54px;
}

.detail-btn a {
	display: flex;
	align-items: center;
	background-color: #d72229;
	font-size: 16px;
	line-height: 41px;
	color: #fff;
	padding: 0 18px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.detail-btn a img {
	width: 8px;
	height: 14px;
	margin-right: 11px;
}

.detail-btn a:hover {
	transform: translate(0, -6px);
}

/* 列表容器 */
.in-list {
	width: 100%;
}

/* 单条新闻项 */
.in-item {
	display: flex;
	padding: 30px 36px;
	border-bottom: 1px solid #eaeaea;
	gap: 20px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.in-item:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	transform: translate(0, -6px);
}

/* 日期区域 */
.in-date {
	flex-shrink: 0;
	width: 127px;
	text-align: left;
	position: relative;
}

.in-date::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 72px;
	background-color: #e1e1e1;
}

.in-date .day {
	font-size: 32px;
	font-weight: 500;
	color: #252525;
	line-height: 1.6;
}

.in-date .year {
	font-size: 16px;
	color: #3f3f3f;
	margin-top: 4px;
}

/* 内容区域 */
.in-content {
	flex: 1;
	margin-left: 15px;
}

.in-titles {
	font-size: 24px;
	color: #252525;
	line-height: 1.4;
	margin-bottom: 16px;
	font-family: 思源黑体, 'syhanscreg';
}

.in-item:hover .in-titles {
	color: #d72229;
}

.in-descs {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

.in-contact {
	padding-top: 30px;
	margin: 30px auto;
}

.in-info {
	margin: 20px auto;
	text-align: center;
	font-size: 18px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.75);
	letter-spacing: 1px;
	font-family: 思源黑体, 'syhanscreg';
}


/* dangjian end */
/* huodong */
.huodong {
	margin: 0 auto 30px auto;
}

.huodong-main {
	padding: 20px 50px 30px 50px;
	background: url(../images/huodong_bg.jpg) center no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
	text-align: center;
}

.huodong-main h3 {
	font-size: 35px;
	line-height: 2.0;
	color: #ffffff;
	font-family: 'syhanscmed';
}

.huodong-main .huodong-info {
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
}

/* huodong end */
/* 联系方式 */
.container {
	display: flex;
	margin: 20px auto;
	gap: 20px;
}

.info-item {
	flex: 1;
	background: #f9f9fb;
	padding: 30px 30px;
}

.info-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000000;
	letter-spacing: 1px;
	font-family: 思源黑体, 'syhanscreg';
}

.info-title img {
	width: 56px;
	height: 34px;
}

.info-content {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 17px;
	color: #252525;
	line-height: 1.8;
	padding-left: 26px;
	font-family: 思源黑体, 'syhanscreg';
}

.info-content img {
	width: 26px;
	height: 26px;
}

.info-content .text {
	flex: 1;
}

/* 图标样式 */
.icon-location::before {
	content: "📍";
}

.icon-phone::before {
	content: "📞";
}

.icon-douyin::before {
	content: "🎵";
}

/* 联系方式 end */
/* 留言板 */
.in-contact-message {
	margin: 30px auto;
	padding: 30px 80px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.in-contact-message .in-title {
	text-align: center;
}

.form-container {
	margin: 0 auto;
	background: #fff;
	padding: 30px 0;
}

.form-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #333;
}

.form-container .form-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
}

.form-container .form-item {
	flex: 1;
	min-width: 240px;
}

.form-container .form-item label {
	display: inline-block;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
	font-family: 思源黑体, 'syhanscreg';
}

.form-container .required {
	color: #ff4444;
	margin-right: 2px;
}

.form-container .form-input {
	width: calc(100% - 30px);
	height: 44px;
	padding: 0 15px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	transition: border-color 0.3s;
}

.form-container .form-input:focus {
	outline: none;
	border-color: #999;
}

.form-container .form-input::placeholder {
	color: #999;
}

.form-container .textarea-item {
	margin-bottom: 30px;
}

.form-container .textarea-item label {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}

.form-container .form-textarea {
	width: 100%;
	min-height: 120px;
	padding: 12px 15px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	resize: vertical;
	transition: border-color 0.3s;
}

.form-container .form-textarea:focus {
	outline: none;
	border-color: #999;
}

.form-container .form-textarea::placeholder {
	color: #999;
}

.form-container .submit-btn {
	display: block;
	width: 180px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #e30021;
	color: #ffffff;
	border: none;
	border-radius: 22px;
	font-size: 18px;
	cursor: pointer;
	margin: 0 auto;
	transition: linear 0.3s;
	letter-spacing: 1px;
	font-family: 思源黑体, 'syhanscreg';

}

.form-container .submit-btn:hover {
	transform: translate(0, -6px);
	opacity: 0.9;
}

.form-container .error-tip {
	color: #ff4444;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

/* 留言板 end */
/* 产业 */
.industry-con {
	margin: 60px auto 30px auto;
	padding: 30px 36px;
	border-radius: 6px;
	background-color: #ffffff;
}

.industry-con .in-title {
	text-align: center;
}

.industry-con .in-title h2 {
	font-family: 思源黑体, 'syhanscmed';
	font-weight: normal;
}

.industry-con .in-title p {
	font-size: 20px;
	font-family: 思源黑体, 'syhanscreg';
	color: rgba(0, 0, 0, 0.66);
}

.industry-img {
	width: 100%;
	font-size: 0;
}

.industry-img img {
	width: 100%;
	display: block;
	margin-top: 20px;
}

.industry-info {
	width: 100%;
}

.industry-info-title {
	margin: 25px auto 20px auto;
	font-size: 28px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.9);
	font-family: 思源黑体, 'syhanscreg';
}

.industry-item {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 2px solid #fafafa;
}

.industry-item h6 {
	padding-left: 20px;
	font-size: 22px;
	color: #9e7b4b;
	line-height: 1.0;
	margin-bottom: 15px;
	border-left: 4px solid #9e7b4b;
}

.industry-item p {
	padding-left: 24px;
	font-size: 20px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.75);
	font-family: 思源黑体, 'syhanscreg';
}

.industry-con2 {
	margin: 30px auto;
	padding: 10px 36px 30px 36px;
	border-radius: 6px;
	background-color: #ffffff;
}

.platform {
	width: 90%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.platform-item {
	flex: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.platform-item:hover {
	transform: translateY(-6px);
}

.platform-item img {
	width: 283px;
	height: 294px;
}

.platform-info {
	width: 90%;
	margin: 20px auto 0 auto;
}

.platform-info p {
	max-width: 260px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.66);
	font-family: 思源黑体, 'syhanscreg';
}

.platform-info h5 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.6;
	color: #b60000;
	font-family: 思源黑体, 'syhanscreg';
}

/* 产业 end */
/* in-about */
.in-about {
	padding: 36px 0 6px 0;
}

.in-about .in-title {
	text-align: center;
}

.in-about .in-title h2 {
	font-family: 思源黑体, 'syhanscmed';
	font-weight: normal;
}

.in-data-container {
	margin: 20px auto;
	padding-top: 0;
	border: none;
}

.in-data-container::after {
	border: none !important;
}

.leader {
	padding: 90px 0;
	background-color: #ffffff;
}

.leader-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.leader-img {
	width: 395px;
	font-size: 0;
}

.leader-img img {
	width: 100%;
}

.leader-con {
	flex: 1;
	margin-left: 100px;
}

.leader-con h2 {
	font-size: 40px;
	line-height: 1.8;
	color: #000000;
	font-weight: normal;
	font-family: 思源黑体, 'syhanscmed';
}

.leader-con .leader-intro {
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
	font-family: 思源黑体, 'syhanscreg';
	margin: 15px 0;
}

.leader-info {
	font-size: 18px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.66);
}

.leader-info p {
	text-indent: 2.0em;
	font-family: 思源黑体, 'syhanscreg';
}

.leader-name {
	margin-top: 15px;
	font-size: 18px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.leader-name img {
	width: 88px;
}

/* in-about end */

/* 发展历程 */
.fzlc {
	width: 100%;
	padding: 50px 0 90px 0;
}

.fzlc .in-title {
	text-align: center;
}

.history_con_box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}

.history_con {
	position: relative;
	box-sizing: border-box;
	padding: 0;
}

/* .rightbox{
	position: absolute;
	left: 0;
	bottom:70px;
	width: 46px;
	height: 48px;
	z-index: 9999;
} */

.history_con .leftbtn,
.history_con .rightbtn {
	width: 48px;
	height: 48px;
	cursor: pointer !important;
	position: absolute;
	top: auto;
	bottom: 50px;
	z-index: 9999;
}

.history_con .leftbtn {
	left: 0%;
	/* margin-left: -650px; */
}

.history_con .leftbtn_hover,
.history_con .rightbtn_hover {
	transition: 0.5s;
	opacity: 0;
}

.history_con .rightbtn {
	right: 0%;
	/* margin-right: -650px; */
}

.history_con .timeline {
	width: 100%;
	height: 2px;
	position: absolute;
	top: auto;
	bottom: 71px;
	left: 0;
	z-index: 1;
	background: url(../images/lc_line.png) center repeat;
	background-size: 100% 13px;
}

.history_con .time {
	font-size: 20px;
	width: 100%;
	color: #261b18;
}

.history_con .time .item {
	position: relative;
	padding-top: 20px;
	text-align: center;
	color: #261b18;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.history_con .time .item::before {
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	width: 13px;
	height: 13px;
	background: url(../images/lc_dot_1.png) left bottom no-repeat;
	background-size: 13px auto;
	/* background:#595758; */
	/* transform: rotateZ(45deg); */
	/* -ms-transform: rotateZ(45deg); */
	/* -moz-transform: rotateZ(45deg); */
	/* -webkit-transform: rotateZ(45deg); */
	/* -o-transform: rotateZ(45deg); */
}

.history_con .time .slick-current .item::after {
	background: #c7161d;
}

.history_con .time .slick-current .item {
	color: #c7161d;
	font-size: 24px;
}

.history_con .time .slick-current .item::before {
	background-image: url(../images/lc_dot_2.png);
}

/* 
.history_con .time .item.slick-current::after {}

.history_con .time .item.slick-current::before {} */

.history_con .time .slick-list {
	padding-bottom: 25px !important;
}

.history_con .time .item.slick-current::after {
	opacity: 1;
}

.history_con .timecontent {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 10px 0;
	overflow: hidden;
}

.history_con .timecontent>.slick-list {
	height: 100%;
}

.history_con .timecontent>.slick-list>.slick-track {
	height: 100%;
}

.history_con .timecontent>.slick-list>.slick-track>.slick-slide>div {
	height: 100%;
}

.history_con .timecontent .item {
	height: 100%;
}

.history_con .timecontent p {
	font-size: 16px;
	line-height: 2.0;
	color: #666;
}

.history_con .time .slick-list {
	/* height: 130px; */
	position: relative;
	z-index: 10;
}

.item_con {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itemfl {
	width: 46%;
	height: 100%;
	display: flex;
	align-items: center;
}

.itemfl .lc_img {
	width: 100%;
	max-height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.itemfl .lc_img img {
	width: 100%;
	border-radius: 5px;
}

.itemfr {
	width: 50%;
	height: 90%;
	padding: 0;
	box-sizing: border-box;
	overflow-y: auto;
}

.itemfr .lc_p {
	width: 100%;
	overflow-y: auto;
	font-size: 20px;
	line-height: 1.8;
}

.itemfr .lc_p h2 {
	position: relative;
	margin-bottom: 15px;
	font-size: 50px;
	line-height: 2.0;
	color: #9e7b4b;
}

/* .itemfr .lc_p h2:after {
	display: block;
	content: "";
	width: 29px;
	height: 3px;
	background: #9e7b4b;
} */

.itemfr .lc_p p {
	position: relative;
	padding-left: 25px;
	width: 80%;
}

.itemfr .lc_p p:before {
	position: absolute;
	left: 0;
	top: 13px;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #9e7b4b;
}

.disnone {
	display: none !important;
}

.clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*slick 修整*/
.slick-track .slick-slide {
	display: block !important;
}

/* Slider */
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	cursor: pointer;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* .slick-arrow.slick-hidden {
	display: none;
} */

/* 发展历程 end */

/* 园区文化 */
.cgzd {
	width: 100%;
	padding: 48px 0 140px 0;
	background: url(../images/qywh_back.jpg) center bottom no-repeat #ffffff;
	background-size: 100% 55%;
}

.cgzd .in-title {
	text-align: center;
}

.cgzd_main {
	margin: 0 auto;
}

.cgzd_con {
	width: 100%;
	height: 560px;
	margin: 60px auto 0 auto;
}

.cgzd_con li {
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 2.0;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.cgzd_con li:hover{
      transform: translateY(-6px);
}

.cgzd_con li:nth-child(2) {
	margin-top: 60px;
}

.cgzd_con li:nth-child(4) {
	margin-top: 60px;
}

.cgzd_con li .cgzd_intro1 {
	position: absolute;
	left: 0;
	top: 210px;
	width: 100%;
	text-align: center;
}

.cgzd_con li .cgzd_intro1 .cgzd_icon {
	width: 100%;
	font-size: 0;
}

.cgzd_con li .cgzd_intro1 .cgzd_icon img {
	height: 48px;
}

.cgzd_con li .cgzd_intro1 h5 {
	font-size: 22px;
	line-height: 2.5;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: normal;
}

.cgzd_con li .cgzd_intro1 i {
	display: inline-block;
	margin: 15px 0;
	width: 34px;
	height: 3px;
	background: #e7ebee;
}

.cgzd_con li .cgzd_intro1 p {
	font-size: 16px;
	line-height: 2.0;
	color: #e7ebee;
	letter-spacing: 1px;
}

.cgzd_con li:hover {
	transform: scale(1.1, 1.1);
}

/* 园区文化 end */
/* 荣誉资质 */
.in-honor .in-title {
	text-align: center;
}

.in-honor {
	width: 100%;
	padding: 60px 0;
	background-color: #f6f6ea;
}

.in-honor-main {
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-radius: 6px;
	background-color: #fefefd;
	/*background: url(../images/in/about_honor_bg.jpg) center bottom no-repeat #fefefd;*/
	/*background-size: 100% auto;*/
}
.in-honor-img{
    width: 100%;
    font-size: 0;
}
.in-honor-img img{
    width: 100%;
    display: block;
}
.honor-img {
	width: 306px;
	font-size: 0;
}

.honor-img img {
	width: 100%;
	display: block;
}

.honor-list {
    padding:30px 60px 0 60px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-right: 80px;
}

.honor-item {
	padding: 11px 30px;
	background: url(../images/in/mai_left.png) left center no-repeat, url(../images/in/mai_right.png) right center no-repeat;
	background-size: 25px 66px, 25px 66px;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 500;
	font-family: '思源黑体','syhanscreg';
}

.honor-item p {
	font-size: 20px;
	line-height: 1.6;
}

/* 荣誉资质 end */
/* 导览 */
.daolan {
	margin: 60px 0;
	padding: 60px 60px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.daolan .daolan-left {
	width: 339px;
	height: 391px;
	background: url(../images/in/yuyue_back.png) center no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.daolan .daolan-left p {
	font-size: 32px;
	line-height: 1.6;
	color: #ffffff;
	font-family: 'syhanscmed';
	text-transform: uppercase;
}

.daolan .daolan-left i {
	display: inline-block;
	margin: 15px auto;
	width: 26px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.63);
}

.daolan .daolan-left h2 {
	font-size: 22px;
	color: #ffffff;
}

.daolan .daolan-left img {
	margin-top: 60px;
	width: 9px;
	height: 53px;
}

.daolan .tym {
	width: 220px;
	text-align: center;
}

.daolan .tym .tym-con {
	width: 165px;
	font-size: 15px;
	color: #505050;
	text-align: center;
	padding: 22px;
	border: 1px solid #eeeeee;
	background: url(../images/in/left_top.png) left top no-repeat, url(../images/in/right_top.png) right top no-repeat, url(../images/in/left_bottom.png) left bottom no-repeat, url(../images/in/right_bottom.png) right bottom no-repeat;
	background-size: 14px 15px, 14px 15px, 14px 15px, 14px 15px;
	background-color: #fafafa;
}

.daolan .tym .tym-con img {
	width: 100%;
}

.daolan .daolan-middle {
	flex: 1;
	margin: 0 66px;
}

.daolan .daolan-middle h3 {
	font-size: 30px;
	line-height: 1.6;
	color: #000000;
	font-family: 'syhanscmed';
}

.daolan .daolan-middle li {
	margin: 15px 0;
}

.daolan .daolan-middle li h5 {
	font-size: 20px;
	line-height: 2.0;
	color: #383a39;
	font-family: 'syhanscreg';
}

.daolan .daolan-middle li p {
	font-size: 16px;
	line-height: 1.6;
	color: #383a39;
	font-family: 'syhanscreg';
}

/* 导览 end */
/* 攻略 */
.gonglue .in-title {
	text-align: center;
}

.gonglue-main {
	margin: 20px auto;
	background-color: #ffffff;
}

.gonglue-img {
	width: 100%;
	font-size: 0;
}

.gonglue-img img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.gonglue-info {
	width: 88%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}

/* 攻略 end */
/* 指南 */
.jiaotong {
	width: 100%;
	padding: 60px 0 140px 0;
	background-color: #ffffff;
}

.jiaotong .in-title {
	text-align: center;
}

.jiaotong-main {
	display: flex;
	justify-content: space-between;
	margin-top: 38px;
	background-color: #fdfdfd;
}

.jiaotong-main .jiaotong-item {
	flex: 1;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	padding: 30px 36px;
	padding-top: 90px;
	align-items: center;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.jiaotong-main .jiaotong-item:nth-child(odd) {
	background: #fafafa;
}

.jiaotong-main .jiaotong-item img {
	width: 60px;
	height: 60px;
}

.jiaotong-main .jiaotong-item h5 {
	font-size: 22px;
	margin: 32px 0 20px 0;
}

.jiaotong-main .jiaotong-item p {
	width: 92%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.8);
	font-family: 思源黑体, 'syhanscreg';
}

.jiaotong-main .jiaotong-item:hover {
	transform: scale(1.06, 1.06);
}

/* 指南 end */
.wenhuajie {
	margin-top: -80px;
	font-size: 0;
}

.wenhuajie img {
	width: 100%;
	display: block;
}

/* 游园须知 */
.xuzhi {
	width: 100%;
	padding: 60px 0 100px 0;
	background: url(../images/in/xuzhi_bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.xuzhi .in-title {
	text-align: center;
}

.xuzhi-main {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	gap: 36px;
}

.xuzhi-main .xuzhi-item {
	flex: 1;
	padding: 30px 33px;
	background-color: #ffffff;
	border-radius: 10rpx;
}

.xuzhi-item h5 {
	font-size: 22px;
	line-height: 1.6;
	color: #c81920;
	font-family: 'syhanscmed';
	margin-bottom: 10px;
}

.xuzhi-item p {
	font-size: 18px;
	line-height: 2.0;
	color: #000;
	font-family: 'syhanscreg';
	padding-left: 30px;
	background: url(../images/in/xuzhi_icon.png) left center no-repeat;
	background-size: 15px auto;
}

/* 游园须知 end */
/* 百花园 */
.baihua-main {
	width: 100%;
	padding: 60px 0 30px 0;
	background-color: #fafafa;
}

.baihua-info {
	font-size: 18px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.85);
}

.baihua-info p {
	text-indent: 2.0em;
	font-family: 思源黑体, 'syhanscreg';
	color: rgba(0, 0, 0, 0.85);
}


.in-data-containers {
	width: 90%;
	margin: 38px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

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

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

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

.in-data-label {
	font-size: 20px;
	line-height: 2.0;
	color: #333;
	font-family: 'syhanscreg';
}

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

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

/* 百花园 end */
/* 核心景区 */
.in-hxjq {
	padding: 50px 0 66px 0;
}

.in-hxjq .in-title {
	text-align: center;
}

.tab-nav {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 30px;
	border-bottom: none;
}

.tab-item2 {
	font-size: 20px;
	color: #000000;
	padding: 8px 0;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
	font-family: 'syhanscreg';
	letter-spacing: 1px;
}

.tab-item2.active {
	color: #c7161d;
}

.tab-content2 {
	position: relative;
	width: 100%;
}

.tab-panel {
	display: none;
	width: 100%;
}

.tab-panel.active {
	display: block;
}

.scene-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

.info-card {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.95);
	padding: 35px 40px;
	max-width: 420px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.info-card h3 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #222;
}

.info-card p {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
	text-indent: 2.0em;
}

.yun-icon {
	text-align: right;
	font-size: 0;
}

.yun-icon img {
	width: 92px;
}

/* 核心景区 end */

/* 特色活动 */
.tese-main {
	width: 100%;
	padding: 36px 0;
	background-color: #fafafa;
}

.tese-main .in-title {
	text-align: center;
}

.tshd-list {
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	gap: 25px;
}

.tshd-list .tshd-item {
	flex: 1;
	border: 1px solid #d2d2d2;
	display: flex;
	padding-bottom: 36px;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	background: url(../images/in/kuang.png) center calc(100% - 8px) no-repeat;
	background-size: 96% auto;
	background-color: #ffffff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.tshd-list .tshd-item:hover {
	transform: translateY(-6px);
}

.tshd-list .tshd-item img {
	width: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.tshd-list .tshd-item img:hover {
	transform: scale(1.06);
}

.tshd-list .tshd-item h5 {
	margin-top: 15px;
	font-size: 22px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.9)
}

/* 特色活动 end */
/* 科研产业 */
.keyanchanye-main {
	padding: 50px 0;
}

.keyanchanye-main .in-title {
	text-align: center;
}

.keyanchanye-con {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.keyanchanye-item {
	flex: 1;
	background-color: #fafafa;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.keyanchanye-item .keyanchanye-img {
	width: 100%;
	height: 238px;
	overflow: hidden;
}

.keyanchanye-item .keyanchanye-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.keyanchanye-item:hover .keyanchanye-img img {
	transform: scale(1.06);
}

.keyanchanye-info {
	width: 88%;
	padding: 15px 0 36px 0;
	margin: 0 auto;
}

.keyanchanye-info h5 {
	font-size: 22px;
	line-height: 2.0;
	color: #000000;
	font-family: 'syhanscmed';
}

.keyanchanye-info p {
	font-size: 18px;
	line-height: 1.6;
	color: #383a39;
	font-family: 'syhanscreg';
}

/* 科研产业 end */
/* 园区荣誉 */
.honors-main {
	padding: 50px 0 0 0;
	background: url(../images/in/honor_bg.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.honors-con {
	display: flex;
	align-items: flex-end;
}

.honors-img {
	width: 40%;
	font-size: 0;
}

.honors-img img {
	width: 100%;
	display: block;
}

.honors-intro {
	padding: 32px;
	max-width: 669px;
	margin-bottom: 66px;
	border-radius: 10px;
	background-color: #ffffff;
}

.honors-intro p {
	font-size: 18px;
	line-height: 2.0;
	color: #000;
	font-family: 'syhanscreg';
	padding-left: 30px;
	background: url(../images/in/xuzhi_icon.png) left 12px no-repeat;
	background-size: 15px auto;
}

/* 园区荣誉 end */
/* 景区展示 */
.jingqu-main {
	padding: 50px 0 80px 0;
}

.jingqu-main .in-title {
	text-align: center;
}

/* 景区展示标签样式 */
.jingqu-con {
	padding: 0;
}

.jingqu-tab-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	gap: 80px;
}

.jingqu-list .mains {
	overflow: hidden;
}

.jingqu-tab-item {
	padding: 10px 0;
	cursor: pointer;
	margin: 0 10px;
	position: relative;
	color: #000;
	font-size: 20px;
	transition: all 0.3s ease;
	font-family: 'syhanscreg';
}

.jingqu-tab-item:hover {
	color: #c7161d;
}

.jingqu-tab-item.active {
	color: #c7161d;
}

/* .jingqu-tab-item.active::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e63c3c;
} */

.jingqu-tab-panel {
	display: none;
}

.jingqu-tab-panel.active {
	display: block;
}

/* Swiper样式 */
.swiper-containers {
	width: 100%;
}

.swiper-containers .swiper-slide {
	background-color: #f3f3f3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.swiper-containers .swiper-slide .jingqu-show-img {
	width: 100%;
	height: 220px;
	font-size: 0;
	border-radius: 6px;
	overflow: hidden;
}

.swiper-containers .swiper-slide 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;
}

.swiper-containers .swiper-slide:hover img {
	transform: scale(1.06);
}

.swiper-containers .swiper-slide:hover {
	background-color: #c81920;
}

.swiper-containers .swiper-slide:hover p {
	color: #ffffff;
}

.swiper-containers .swiper-slide p {
	width: 90%;
	margin: 15px auto;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
	font-family: 'syhanscreg';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-containers .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-containers .swiper-button-prev:after {
	content: '' !important;
}

.swiper-containers .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-containers .swiper-button-next:after {
	content: '' !important;
}

/* 景区展示 end */
/* in-culture */
.in-culture {
	padding: 50px 0;
}

.in-culture .in-title {
	text-align: center;
}

.in-culture .in-title p {
	font-size: 18px;
	line-height: 2.0;
	color: #000;
	font-family: 'syhanscreg';
}

.in-culture-info {
	font-size: 18px;
	line-height: 2.0;
	color: #000;
	font-family: 'syhanscreg';
	background-color: #ffffff;
}

.in-culture-info p {
	font-size: 18px;
	line-height: 2.0;
	color: #000;
	font-family: 'syhanscreg';
}

.in-culture-intro {
	padding: 25px 50px 40px 50px;
}

.in-culture-img {
	border-radius: 8px;
	font-size: 0;
}

.in-culture-img img {
	width: 100%;
	display: block;
}

/* in-culture end */
/* in-pinzhong */
.in-pinzhong {
	width: 100%;
	padding: 10px 0 50px 0;
	position: relative;
}

.in-pinzhong .in-title {
	text-align: center;
}

.in-pinzhong-img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.in-pinzhong-mian {
	padding-left: 88px;
	display: flex;
	justify-content: space-between;
}

.in-pinzhong-right {
	width: 309px;
	font-size: 0;
}

.in-pinzhong-right img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.in-pinzhong-left {
	flex: 1;
	margin-right: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.pingzhong-title {
	width: 110px;
	background-color: #9e7b4b;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 110px;
	padding-top: 40px;
	font-size: 28px;
	color: #ffffff;
	letter-spacing: 5px;
	font-family: 'syhanscremed';
}

.in-pinzhong-info {
	flex: 1;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	z-index: 200;
}

.in-pinzhong-info li {
	width: 100%;
	display: flex;
}

.in-pinzhong-info li .icon_color1 {
	display: block;
	width: 66px;
	height: 22px;
	border-radius: 3px;
	margin-right: 12px;
	background-color: #e43737;
	margin-top: 9px;
}

.icon_color2 {
	background: #fccece !important;
}

.icon_color3 {
	background: #ffffff !important;
	border: 1px solid #f5f5f5 !important;
}

.icon_color4 {
	background: #f5f5f5 !important;
}

.icon_color5 {
	background: #f9f19d !important;
}

.icon_color6 {
	background: linear-gradient(to right, #4e00ff, #ff005d);
}

.icon_color7 {
	background: #59a7f8 !important;
}

.icon_color8 {
	background: #4ce570 !important;
}

.icon_color9 {
	background: #000000 !important;
}

.in-pinzhong-intro {
	flex: 1;
	font-size: 20px;
	line-height: 2.0;
	color: #000000;
	font-family: 'syhanscreg';
}

.in-pinzhong-intro p {
	font-family: 'syhanscreg';
}

/* in-pinzhong end */
/* mdj-huodong */
.mdj-huodong {
	background-color: #ffffff;
	padding: 50px 0;
}

.mdj-huodong .in-title {
	text-align: center;
}

/* 牡丹文化活动样式 */
.mdj-huodong {
	padding: 40px 0;
}

.mdj-huodong-main {
	position: relative;
}

.mdj-swiper-container {
	width: 100%;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.mdj-swiper-container .swiper-slide {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.mdj-swiper-container .swiper-slide:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.mdj-swiper-container .swiper-slide .mdj-img {
	width: 100%;
	height: 260px;
	font-size: 0;
}

.mdj-swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mdj-huodong-main .activity-info {
	padding: 15px;
}

.mdj-huodong-main .activity-info h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 1.6;
	font-family: 'syhanscreg';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-date-more {
	width: 100%;
	margin: 15px 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mdj-huodong-main .activity-date {
	font-size: 18px;
	color: #c7161d;
}

.mdj-huodong-main .activity-more {
	font-size: 15px;
	color: #646262;
	text-decoration: none;
	display: inline-block;
	padding-right: 20px;
	background: url(../images/news_more.png) right center no-repeat;
	background-size: 7px 13px;
	transition: color 0.3s ease;
}

.mdj-huodong-main .activity-more:hover {
	color: #c03030;
}

.mdj-huodong-main .swiper-pagination {
	position: relative;
	margin-top: 36px;
}

.mdj-huodong-main .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #cac7c7;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mdj-huodong-main .swiper-pagination-bullet-active {
	background: #e43737;
	width: 56px;
}

/* mdj-huodong end */
/* 关于我们-核心景区 */

/* chengguo */
.chengguo {
	padding: 50px 0;
}

.chengguo .in-title {
	text-align: center;
}

/* chengguo */


/* 核心景区样式 */
.about-hxjq {
	padding: 60px 0;
	background-color: #fff;
}

#hxjqSwiper {
	overflow: hidden;
	padding-bottom: 30px;
}

#hxjqSwiper .swiper-container {
	width: 100%;
	padding-bottom: 50px;
}

#hxjqSwiper .swiper-slide {
	border-radius: 20px;
	/* overflow: hidden; */
	/* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.hxjq-content {
	display: flex;
	min-height: 480px;
	position: relative;
	/* overflow: hidden; */
	border-radius: 60px 0 60px 0;
}


.about-hxjq .hxjq-info {
	position: absolute;
	left: 92px;
	bottom: -50px;
	z-index: 1000;
	width: 400px;
	flex: 1;
	padding: 36px 60px;
	border-radius: 0 0 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-hxjq .hxjq-info h2 {
	font-size: 35px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 10px;
	font-family: 'syhanscmed';
}

.about-hxjq .hxjq-info h3 {
	font-size: 18px;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.about-hxjq .hxjq-info ul {
	list-style: none;
	padding: 0;
}

.about-hxjq .hxjq-info ul li {
	font-size: 18px;
	color: #252526;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-family: 'syhanscreg';
}

.about-hxjq .hxjq-info ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 12px;
	height: 12px;
	background: url(../images/in/dot_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.about-hxjq .hxjq-image {
	flex: 1;
	border-radius: 60px 0 60px 0;
	overflow: hidden;
	position: absolute;
}

.about-hxjq .hxjq-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-hxjq #hxjqSwiper .swiper-pagination {
	bottom: 0;
	left: auto;
	right: 320px;
	text-align: right;
}

.about-hxjq #hxjqSwiper .swiper-pagination-bullet-active {
	background: #134374;
	border-radius: 50%;
}


.about-hxjq .swiper-pagination {
	position: relative;
	margin-top: 20px;
}

.about-hxjq .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #cac7c7;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.about-hxjq .swiper-pagination-bullet-active {
	background: #134374;
}

/* 关于我们-核心景区 end */



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

@media (max-width:1500px) {
    .current-title{
        padding: 0 80px!important;
    }
    .in-son-con li{
        padding:0 26px;
    }
}

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

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

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

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