﻿@charset "utf-8";

/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-size: 14px;
	line-height: 25px;
	font-family: "Microsoft Yahei", "Arial";
	color: #666;
}

p {
	line-height: 25px;
}

img {
	border: none;
	vertical-align: middle;
}

td {
	font-size: 14px;
}

body {
	background: #fff;
	overflow-x: hidden;

}
body.modal-open {
    overflow-y: auto !important;        
    padding-right: 0 !important;
}
body { 
    padding-right: 0 !important; 
} 

/* 链接样式 */
a {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

/* 常用元素 */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1;
	padding: 0;
}

/* 层浮动 */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

/* 文字对齐 */
.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.visible-xs {
	display: none !important;
}

:root {
	--blue-color: #2C557A;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Condensed.ttf');
	font-weight: normal;
	font-style: normal;
}

/* ****************** FOOTER ********************** */
.float_r {
	position: fixed;
	right: 30px;
	bottom: 10%;
	z-index: 99;
}

.float_r ul li {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	background-color: var(--blue-color);
	overflow: hidden;
}

.float_r ul li span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.float_r .show_phone {
	position: absolute;
	right: 102%;
	height: 100%;
	min-width: 158px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--blue-color);
	color: #fff;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.float_r .show_phone a {
	color: inherit;
	font-size: inherit;
}

.float_r li:hover {
	overflow: visible;
}

.float_r li:hover .show_phone {
	opacity: 1;
}

.return_top {
	display: none;
}

.footup {
	padding-top: 85px;
	padding-bottom: 85px;
}

.footup .my-container {
	display: flex;
	justify-content: space-between;
}

.footdown {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #B1BAC2;
}

.footdown a {
	font-size: inherit;
	color: #B1BAC2;
	white-space: nowrap;
}

.footmore {
	margin: 0 16px;
}

.footdown a:hover {
	color: #fff;
}

.footer {
	background-image: url(../images/footbg01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #283643;
	position: relative;
}

.foot_l {
	flex: 1;
}

.foot_r {
	width: 390px;
}

.foot_l ul {
	display: flex;
	justify-content: flex-end;
}

.foot_l ul li {
	float: left;
	padding: 0 30px;
}

.foot_l ul li:last-child {
	padding-right: 0;
}

.foot_l ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	margin-bottom: 12px;
	position: relative;
	padding-left: 14px;
}

.foot_l ul li h2:before {
	content: "";
	position: absolute;
	left: 0;
	height: 18px;
	width: 4px;
	top: 50%;
	margin-top: -9px;
	background-color: var(--blue-color);
}

.foot_l ul li h2 a {
	display: inline-block;
	font-weight: 700;
	font-size: inherit;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
}

.foot_l ul li a {
	display: block;
	font-size: 16px;
	color: #B1BAC2;
	line-height: 24px;
	margin-top: 8px;
}

.foot_l ul li a:hover {
	color: #fff;
}

.foot_l ul li h2 i {
	display: none;
}

.foot_l ul li div {
	padding-left: 14px;
}

.footlogo {
	max-width: 237px;
}

.footimg {
	padding-top: 30px;
}

.footimg ul li {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.footimg p {
	font-size: 16px;
	position: relative;
	padding-left: 34px;
}

.footimg p a {
	font-size: inherit;
	color: inherit;
}

.foot_tel {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.foot_address {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.footimg p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	background-repeat: no-repeat;
	background-position: center;
}

.foot_tel:before {
	background-image: url(../images/foot_ico01.svg);
}

.foot_address:before {
	background-image: url(../images/foot_ico02.svg);
}

@media screen and (max-width:1365px) {
	.foot_l ul li {
		padding: 0 20px;
	}

}

@media screen and (max-width:1280px) {
	.float_r {
		right: 0px;
	}

	.foot_r {
		width: 336px;
	}

	.foot_l ul li {
		padding: 0 10px;
	}

}

@media screen and (max-width:991px) {
	.footup .my-container {
		display: block;
	}

	.foot_r {
		width: 100%;
	}

	.foot_l {
		padding-top: 30px;
	}

	.foot_l ul {
		display: flex;
		justify-content: flex-start;
		margin-left: -15px;
	}

	.foot_l ul li {
		padding: 0 15px;
	}

	.footdown .right {
		float: left;
	}

}

@media screen and (max-width:767px) {
	.float_r ul li {
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}

	.footup {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.foot_l ul {
		display: block;
		margin-left: 0;
	}

	.foot_l ul li {
		width: 100%;
		padding: 0;
		padding-bottom: 10px
	}

	.foot_l ul li a {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 15px;
		margin-top: 0;
	}

}

/*内页公共样式*/
.my-container {
	width: 1300px;
	margin: 0 auto;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

body, html {
	scroll-behavior: smooth;
}

/*more样式一*/
.d-more-1 {
	text-align: center;
}

.d-more-1 a {
	font-size: 16px;
	padding: 0 23px;
	font-weight: 400;
	height: 44px;
	display: inline-block;
	position: relative;
	line-height: 44px;
	color: #ABABAB;
}

.d-more-1 a span {
	color: inherit;
	font-size: inherit;
}

.d-more-1 a:before, .d-more-1 a:after {
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	content: "";
}

.d-more-1 a:before {
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	width: 100%;
}

.d-more-1 a:after {
	border-top: 1px solid #008862;
	border-bottom: 1px solid #008862;
	left: 50%;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.d-more-1 a span {
	background-image: url("../images/twomoreico.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 13px 19px;
	display: inline-block;
	padding-right: 20px;
}

.d-more-1 a:hover {
	color: #008862;
}

.d-more-1 a:hover span {
	background-image: url("../images/twomore.png");
}

.d-more-1 a:hover:before {
	opacity: 0;
}

.d-more-1 a:hover:after {
	width: 100%;
	left: 0;
	opacity: 1;
}

/*公共标题样式一*/
.pub-t-01-t {
	font-size: 36px;
	color: #000000;
	text-align: center;
}

.pub-t-01-des {
	font-size: 18px;
	color: rgba(0, 0, 0, .78);
	text-align: center;
	margin-top: 30px;
}

/*公共banner样式一*/
.pub-ban-1 {
	height: 700px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 20;
}

.pub-ban-2 {
	height: 520px;
}

.pub-ban-1 .bg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
}

.pub-ban-1 .my-container {
	position: relative;
	height: 100%;
}

.pub-ban-1 .text {
	z-index: 20;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.pub-ban-1 .t {
	font-size: 60px;
	color: #fff;
	line-height: 1.2;
}

.pub-ban-2 .t {
	font-size: 44px;
}

.pub-ban-1 h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-top: 15px;
}

.pub-ban-1 .position {
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

.pub-ban-1 .position a {
	font-size: 14px;
	color: #fff;
	position: relative;
	margin-right: 20px;
}

.pub-ban-1 .position a:after {
	content: '>';
	position: absolute;
	right: -15px;
	top: 3px;
	font-size: 15px;
	line-height: 15px;
}

.pub-ban-1 .position a:last-child:after {
	display: none;
}

.pub-ban-1-m {
	display: none;
}

/*公共分类*/
.pub-fl-1 {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #d7d7d7;
}

.pub-fl-1 .t {
}

.pub-fl-1 .t a {
	font-size: 16px;
	color: #333333;
	padding-left: 27px;
	position: relative;
	margin-right: 85px;
	line-height: 70px;
	display: inline-block;
}

.pub-fl-1 .t a:last-child {
	margin-right: 0;
}

.pub-fl-1 .t a.active, .pub-fl-1 .t a:hover {
	color: var(--blue-color);
}

.pub-fl-1 .t a:after {
	content: '';
	height: 18px;
	width: 18px;
	background-image: url(../images/blue_yun.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.pub-fl-1 .t a.active:after, .pub-fl-1 .t a:hover:after {
	opacity: 1;
}

/*公共样式更多*/
.pub-more-1 {
	height: 35px;
	overflow: hidden;
	display: inline-block;
	float: right;
}

.pub-more-1 .son {
	float: left;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: revert;
	flex-direction: revert;
	width: 120px;
}

.pub-more-1 .son span {
	display: inline-block;
	background-color: #d9d9d9;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.pub-more-1 .son span.active {
	width: 14px;
	height: 14px;
	background-color: #008761;
}

.pub-more-1 .more-d {
	float: right;
}

.pub-more-1 .more-d a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: transparent url(../images/twomore.png) no-repeat center;
	background-size: auto 100%;
}

/*公共page*/
.page-list-d {
	margin-top: 40px;
}

.page-list-d-num {
	float: left;
}

.page-list-d-text {
	float: right;
}

.page-list-d-num li, .page-list-d-text li {
	float: left;
}

.page-list-d-num li a, .page-list-d-text li a {
	display: inline-block;
	width: 90px;
	height: 59px;
	line-height: 58px;
	background-color: #f3f4f5;
	text-align: center;
	font-size: 12px;
	color: #000;
}

.page-list-d-num li.active a, .page-list-d-num li a:hover, .page-list-d-text li a:hover {
	background-color: var(--blue-color);
	color: #fff;
}

/*内页底部背景*/
.bottom-n-bg {
	background: transparent url(../images/bottom_bg_06.jpg) no-repeat center;
	background-size: cover;
	height: 250px;
	width: 100%;
}

/*绿色边框查看更多*/
@media (max-width:1400px) {
	.my-container {
		width: 1300px;
		padding: 0 15px;
	}

}

@media (max-width:1360px) {
	.my-container {
		width: 1150px;
	}

}

@media (max-width:1200px) {
	.my-container {
		width: 992px;
	}

	.bottom-n-bg {
		height: 130px;
	}

}

@media (max-width:992px) {
	.my-container {
		width: 768px;
	}

}

@media (max-width:768px) {
	.my-container {
		padding: 0 20px;
		width: 100%;
	}

	.page-list-d ul li span, .page-list-d ul li a {
		width: 55px;
		height: 40px;
		line-height: 40px;
	}

	.pub-ban-1-m {
		display: block;
	}

	.pub-ban-1-pc {
		display: none;
	}

}

@media (max-width:480px) {
	.my-container {
		padding: 0 15px;
		width: 100%;
	}

	.page-list-d-num, .page-list-d-text {
		width: 100%;
		margin-bottom: 10px;
		float: unset;
		display: block;
		overflow: hidden;
	}

}

/*园区介绍*/
.about-dh-01 {
	padding: 80px 0 100px;
}

.about-dh-01 .my-container {
	display: flex;
	justify-content: space-between;
}

.about-dh-01 .l {
	flex: 1;
	float: left;
	padding-right: 120px;
}

.about-dh-01 .m {
	float: left;
}

.about-dh-01 .l .t {
	font-size: 34px;
	color: #333333;
	line-height: 1.2;
}

.about-dh-01 .l .text01 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	padding-top: 25px;
	color: var(--blue-color);
}

.about-dh-01 .l .intro {
	font-size: 16px;
	color: #666666;
	line-height: 2.5;
	margin-top: 30px;
}

.about-dh-01 .l .intro p {
	font-size: 16px;
	color: #666666;
	line-height: 2.5;
}

.about-dh-01 .l .intro p:not(:last-child) {
	margin-bottom: 15px;
}

.about-dh-01 .m {
	border-left: 1px solid #D7D7D7;
	padding-left: 120px;
}

.about-dh-01 .m .num {
	padding-top: 50px;
	position: relative;
}

.about-dh-01 .m .num:first-child {
	padding-top: 0;
}

.about-dh-01 .m .num span {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 58px;
	line-height: 1.1;
	color: var(--blue-color);
}

.about-dh-01 .m .num i {
	vertical-align: top;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
	color: #686868;
	font-style: normal;
}

.about-dh-01 .m .num em {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #686868;
	font-style: normal;
}

.about-dh-01 .m .num .des {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #686868;
	margin-top: 10px;
}

.about-dh-04 {
	background-color: #ffffff;
	background: transparent url(../images/xiaozhen4_02.jpg) no-repeat;
	background-size: cover;
	padding: 125px 0 130px;
}

.about-dh-04 .wth {
	width: 100%;
	max-width: 742px;
	float: right;
}

.about-dh-04 .wth .t1 {
	font-size: 34px;
	color: #333333;
	line-height: 1.2;
}

.about-dh-04 .wth .des {
	margin-top: 30px;
}

.about-dh-04 .wth .des p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 15px;
}

@media (max-width:1440px) {
	.pub-ban-1 {
		height: 600px;
	}

	.pub-ban-1 .t {
		font-size: 50px;
	}

	.pub-ban-1 h3 {
		font-size: 28px;
	}

}

@media (max-width:1366px) {
	.pub-ban-1 {
		height: 500px;
	}

	.pub-ban-1 .t {
		font-size: 46px;
	}

	.pub-ban-1 h3 {
		font-size: 26px;
	}

}

@media (max-width:1280px) {
	.pub-ban-1 {
		height: 480px;
	}

	.pub-ban-2 {
		height: 450px;
	}

	.pub-ban-1 .t {
		font-size: 44px;
	}

	.pub-ban-1 h3 {
		font-size: 24px;
	}

	.about-dh-04 {
		padding: 80px 0;
	}

	.about-dh-01 .l {
		padding-right: 80px;
	}

	.about-dh-01 .m {
		padding-left: 80px;
	}

	.about-dh-01 .m .num span {
		font-size: 50px;
	}

	.about-dh-04 .wth .t1, .about-dh-01 .l .t {
		font-size: 30px;
	}

	.about-dh-01 .l .text01 {
		font-size: 26px;
		padding-top: 15px;
	}

}

@media (max-width:992px) {
	.pub-ban-1 .t {
		font-size: 40px;
	}

	.pub-ban-1 h3 {
		font-size: 22px;
	}

	.pub-fl-1 .t a {
		margin-right: 50px;
		line-height: 70px;
	}

}

@media (max-width:991px) {
	.pub-fl-1 {
		height: auto;
		line-height: 35px;
		padding: 15px 0;
	}

	.pub-fl-1 .t a {
		margin-right: 30px;
		line-height: 35px;
	}

	.about-dh-01 .l {
		padding-right: 60px;
	}

	.about-dh-01 .m {
		padding-left: 60px;
	}

	.about-dh-01 .m .num span {
		font-size: 48px;
	}

	.about-dh-04 {
		background-size: contain;
		background-position: bottom center;
	}

}

@media (max-width:768px) {
	.pub-ban-1 .t {
		font-size: 36px;
	}

	.pub-ban-1 .text {
		top: 40%;
	}

	.pub-ban-1 {
		height: 400px;
	}

	.pub-ban-1 .t {
		font-size: 38px;
	}

	.pub-ban-1 h3 {
		font-size: 20px;
	}

	.about-dh-01 {
		padding: 60px 0;
	}

	.about-dh-04 {
		padding: 50px 0;
	}

}

@media (max-width:767px) {
	.pub-ban-1 {
		height: 300px;
	}

	.pub-ban-1 .text {
		top: 50%;
	}

	.pub-ban-1 .t, .about-dh-01 .l .t, .about-dh-04 .wth .t1 {
		font-size: 30px;
	}

	.pub-ban-1 h3 {
		font-size: 18px;
	}

	.pub-fl-1 .t a {
		margin-right: 20px;
		padding-left: 15px;
	}

	.pub-fl-1 .t a::after {
		height: 13px;
		width: 13px;
	}

	.about-dh-01 {
		padding: 40px 0;
	}

	.about-dh-01 .m .num span, .about-dh-01 .r .num span {
		font-size: 42px;
	}

	.about-dh-01 .my-container {
		display: block;
	}

	.about-dh-01  .l {
		padding-right: 0
	}

	.about-dh-01 .m {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		border: none;
	}

	.about-dh-01 .m .num {
		padding-top: 30px;
	}

	.about-dh-01 .l .intro {
		line-height: 2;
	}

}

@media (max-width:359px) {
	.pub-ban-1 .t, .about-dh-01 .l .t, .about-dh-04 .wth .t1 {
		font-size: 28px;
	}

}

/*陵园环境*/
.jing108-1 {
	padding-bottom: 80px;
	height: 610px;
	margin-top: 70px;
}

.jing108-1 .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jing108-1 .swiper-slide p {
	position: absolute;
	z-index: 30;
	height: 100px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.jing108-1 .swiper-slide-prev, .jing108-1 .swiper-slide-next {
	height: 90%;
	opacity: .3;
}

.jing108-1 .swiper-slide-prev p, .jing108-1 .swiper-slide-next p {
	display: none;
}

.jing108-1 .swiper-pagination {
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-pagination-bullet {
	background-color: #A6A6A6;
	opacity: 1;
	width: 10px;
	height: 10px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.jing108-1 .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background-color: var(--blue-color);
}

.jing108-2 {
	margin-top: 40px;
	padding-bottom: 100px;
}

.jing108-2-list {
	overflow: hidden;
	margin: -15px;
}

.jing108-2-list li {
	padding: 15px;
	width: 33.33%;
	float: left;
}

.jing108-2-list .li-box {
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
}

.jing108-2-list .pic {
	position: relative;
	z-index: 20;
}

.jing108-2-list .text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 30;
	color: #fff;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, .5) url(../images/play_kuang.svg) no-repeat center;
	background-size: 90% 80%;
	opacity: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.jing108-2-list .li-box:hover .text {
	opacity: 1;
}

@media (max-width:1440px) {
	.jing108-1 {
		height: 530px;
	}

}

@media (max-width:1366px) {
	.jing108-1 {
		height: 500px;
	}

}

@media (max-width:1280px) {
	.jing108-1 {
		height: 420px;
	}

	.jing108-1 .swiper-slide p {
		height: 60px;
		font-size: 18px;
	}

	.jing108-2-list li {
		padding: 10px;
	}

	.jing108-2-list {
		margin: -10px;
	}

}

@media (max-width:992px) {
	.jing108-1 {
		height: 320px;
	}

}

@media (max-width:768px) {
	.jing108-1 {
		height: 400px;
		margin-top: 40px;
		padding-bottom: 40px;
	}

	.jing108-2-list li {
		width: 50%;
	}

	.jing108-2 {
		margin-top: 20px;
	}

}

@media (max-width:480px) {
	.jing108-1 {
		height: 300px;
	}

	.jing108-1 .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.jing108-1 .swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
	}

	.jing108-1 .swiper-slide p {
		font-size: 18px;
		font-weight: 500;
	}

	.jing108-2-list .text {
		font-size: 20px;
	}

}

@media (max-width:414px) {

	.jing108-2-list li {
		width: 100%;
	}

}

/*祭祀吉日*/
.cultrure-list {
	height: 100vh;
	background-size: cover !important;
	padding-top: 120px;
}

.culture-list-box {
	height: 100%;
	width: 100%;
}

.culture-list-box .my-container {
	height: 100%;
}

.culture-top-d {
	padding: 90px 0 20px 0;
	text-align: center;
	background-image:url(../images/xiaozhen2_02.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;

}

.culture-top-d .t {
	font-size: 34px;
	line-height: 40px;
	color: #333333;
}

.culture-top-d .des {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.culture-list-con {
	padding-bottom: 200px;
	background-image: url(../images/js_bg_bottom.jpg);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.culture-list-con ul li {
	margin-top: 70px;
	padding-top: 70px;
	position: relative;
}

.culture-list-con ul li:after {
	position: absolute;
	top: 0;
	width: 200px;
	height: 197px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

.culture-list-con ul li:nth-child(1):after {
	content: '';
	background-image: url(../images/qing.svg);
	left: -30px;
}

.culture-list-con ul li:nth-child(2):after {
	content: '';
	background-image: url(../images/zhong.svg);
	right: -30px;
}

.culture-list-con ul li:nth-child(3):after {
	content: '';
	background-image: url(../images/han.svg);
	left: -30px;
}

.culture-list-con ul li:nth-child(2n-1) .l {
	float: left;
}

.culture-list-con ul li:nth-child(2n-1) .r {
	float: right;
	padding: 30px 0 0 60px;
}

.culture-list-con ul li:nth-child(2n) .l {
	float: right;
}

.culture-list-con ul li:nth-child(2n) .r {
	float: left;
	padding: 30px 60px 0 0;
}

.culture-list-con ul li .li-box {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	height: 100%;
}

.culture-list-con .li-box .l {
	width: 585px;
	overflow: hidden;
}

.culture-list-con .li-box .l img {
	width: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.culture-list-con .li-box .l img:hover {
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}

.culture-list-con .li-box .r {
	width: calc(100% - 585px);
}

.culture-list-con .li-box .r .t1 {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
}

.culture-list-con .li-box .r .t2 {
	font-size: 24px;
	line-height: 1.4;
	color: var(--blue-color);
	margin-top: 15px;
}

.culture-list-con .li-box .r .des {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 30px;
	overflow: hidden;
}

.culture-list-con .li-box .r .des p {
	font-size: inherit;
	line-height: inherit;
	padding-bottom: 20px;
}

.culture-list-con .li-box .r .des p:last-child {
	padding-bottom: 0;
}

.cultrure-list-m {
	display: none;
}

@media (max-width:1280px) {
	.culture-top-d .t {
		font-size: 30px;
	}

	.culture-list-con .li-box .l {
		width: 500px;
	}

	.culture-list-con .li-box .r {
		width: calc(100% - 500px);
	}

	.culture-list-con ul li:nth-child(2n-1) .r {
		float: right;
		padding: 2px 0 0 60px;
	}

	.culture-list-con ul li:nth-child(2n) .r {
		float: left;
		padding: 2px 60px 0 0;
	}

}

@media (max-width:992px) {
	.culture-list-con .li-box .r .t1 {
		font-size: 26px;
		line-height: 26px;
	}

	.culture-list-con .li-box .r .t2 {
		font-size: 20px;
	}

	.culture-list-con .li-box .r .des {
		-webkit-line-clamp: 2;
		margin-top: 20px;
	}

	.culture-list-con .li-box .r .d-more-1 {
		margin-top: 30px;
	}

	.culture-list-con .li-box .l {
		width: 380px;
	}

	.culture-list-con .li-box .r {
		width: calc(100% - 380px);
	}

	.culture-list-con ul li:nth-child(2n-1) .r {
		float: right;
		padding: 2px 0 0 30px;
	}

	.culture-list-con ul li:nth-child(2n) .r {
		float: left;
		padding: 2px 30px 0 0;
	}

}

@media (max-width:768px) {
	.culture-list-con .li-box .l {
		width: 100%;
	}

	.culture-list-con .li-box .r {
		width: 100%;
	}

	.culture-list-con ul li:nth-child(2n-1) .r, .culture-list-con ul li:nth-child(2n) .r {
		padding: 30px 0;
	}

	.culture-list-con ul li {
		padding-top: 30px
	}

	.culture-list-con ul li:after {
		top: -30px;
	}

	.cultrure-list-pc {
		display: none;
	}

	.cultrure-list-m {
		display: block;
	}

	.culture-list-con ul li::after {
		width: 100px;
		height: 97px;
	}

	.culture-list-con ul li:nth-child(1):after {
		left: 0;
	}

	.culture-list-con ul li:nth-child(2):after {
		right: 0;
	}

	.culture-list-con ul li:nth-child(3):after {
		left: 0;
	}

}

@media (max-width:767px) {
	.culture-top-d {
		padding-top: 40px;
	}

	.culture-top-d .des {
		font-size: 16px;
		line-height: 36px;
		margin-top: 20px;
	}

	.culture-list-con {
		padding-bottom: 50px;
	}

}

/*墓型展示*/
.culture-lishi-01 {
	padding: 110px 0 120px 0;
	background-image: url(../images/culture_lishi1_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.show_up {
	padding-bottom: 80px;
}

.show_up p {
	padding-top: 35px;
	font-weight: 400;
	font-size: 34px;
	line-height: 28px;
	color: #333333;
}

.show_up span {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	display: block;
	margin-top: 30px;
}

.culture-lishi-swp {
	padding-bottom: 60px;
}

.culture-lishi-swp .swiper-pagination-bullet-active {
	background: var(--blue-color);
	width: 14px;
	height: 14px;
}

.culture-lishi-swp .swiper-slide-box {
	position: relative;
}

.culture-lishi-swp .swiper-slide-box .pic {
	position: relative;
	z-index: 20;
}

.culture-lishi-swp .swiper-slide-box .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	background: rgba(0, 0, 0, .5) url(../images/play_kuang.svg) no-repeat center;
	background-size: 90% 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.culture-lishi-swp .swiper-slide-box:hover .text {
	opacity: 1;
}

.swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1280px) {
	.show_up p {
		font-size: 30px;
	}

	.show_up span {
		line-height: 32px;
	}

}

@media (max-width:640px) {
	.culture-lishi-01 {
		padding: 50px 0 50px 0;
		background-size: cover;
	}

	.culture-lishi-swp {
		padding-bottom: 60px;
	}

	.culture-lishi-swp .swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
	}

	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

}

/*陵园资讯*/
.ny_bg {
	background-image: url(../images/new_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 500px;
}

.news-list-d {
	padding: 70px 0 100px 0;
}

.news-select .news-select-box {
	margin: -20px;
}

.news-select .news-select-item {
	width: 33.33%;
	float: left;
	padding: 20px;
	position: relative;
}

.news-select .form-control1 {
	font-size: 16px;
	color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-bottom: 3px solid #ccc;
	line-height: 45px;
	height: 45px;
	width: 100%;
	position: relative;
	z-index: 20;
}

.news-select .form-control1 {
	outline: none;
}

.news-select .form-control1:focus {
	outline: none;
}

.news-select .news-select-item .ss-btn {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 30;
	width: 40px;
	height: 40px;
	background: transparent url(../images/ss_btn.png) center no-repeat;
	background-size: 25px;
}

.news-list-box {
	margin-top: 30px;
}

.news-list-box .l {
	width: 402px;
	float: left;
	position: relative;
	overflow: hidden;
}

.news-list-box li {
	background-image: url(../images/grey_bg.png);
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-top: 20px;
}

.news-list-box .r {
	float: left;
	width: calc(100% - 402px);
	padding: 45px 60px 0;
}

.news-list-box .r .t {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list-box .r .time {
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
}

.news-list-box .r .des {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.news-list-box .pic {
	overflow: hidden;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.news-list-box li .more-d-lv {
	position: absolute;
	right: 50px;
	bottom: 30px;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.news-list-box li .more-d-lv span {
	color: #fff;
	height: 43px;
width: 112px;
display: inline-block;
text-align: center;
line-height: 43px;

}

.news-list-box li:hover .more-d-lv {
	opacity: 1;
}

@media (min-width:768px) {
	.news-list-box .pic {
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
	}

	.news-list-box a:hover .pic {
		transform: scale(1.06);
	}

	.news-list-box li:hover {
		background-image: url(../images/blue_bg.png);
	}

	.news-list-box li:hover .t, .news-list-box li:hover .des {
		color: #fff;
	}

	.news-list-box li:hover .time {
		color: #ffffff;
	}

	.news-list-box li .more-d-lv span:hover {
		background-image: url(../images/more_lv_01_07.png)
	}

}

@media (max-width:991px) {
	.news-list-box .l {
		width: 300px;
	}

	.news-list-box .r {
		width: calc(100% - 300px);
		padding: 30px 40px 0;
	}

	.news-list-box .r .t {
		font-size: 22px;
	}

	.news-list-box .r .time {
		margin-top: 5px;
	}

	.news-list-box .r .des {
		margin-top: 5px;
	}

	.news-list-box li .more-d-lv {
		right: 40px;
		bottom: 10px;
	}

}

@media (max-width:767px) {
	.ny_bg {
		min-height: 200px;
	}

	.news-list-d {
		padding: 40px 0 60px 0;
	}

	.news-list-box .l {
		width: 100%;
	}

	.news-list-box .r {
		width: 100%;
		padding: 50px 30px 70px;
	}

	.news-list-box li .more-d-lv {
		bottom: 15px;
	}

	.news-list-box li .more-d-lv {
		opacity: 1;
		right: 20px;
	}

	.more-d-lv span {
		background-image: url(../images/blue_more.png);
		background-size: cover;
		width: 134px;
		height: 52px;
		display: inline-block;
		text-align: center;
		line-height: 52px;
	}

	.news-list-box li .more-d-lv span {
		color: var(--blue-color);
	}

}

@media (max-width:480px) {
	.news-select .news-select-item {
		width: 100%;
	}

	.news-list-box .r .t {
		font-size: 20px;
	}

	.news-list-box .r {
		padding: 30px 20px 80px;
	}

}

/*新闻详情*/
.news-view-d {
	padding: 80px 0 110px 0;
}

.news-view-d .my-container {
	position: relative;
}

.news-view-d .share-d {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	background-color: #fff;
}

.social-share .social-share-icon {
	font-size: 20px;
	color: #999 !important;
	border: none !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.social-share .social-share-icon:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
}

.social-share .social-share-icon:hover {
	color: #fff !important;
	background-color: transparent !important;
}

.news-view-d .share-d .box-d {
	height: 55px;
	margin-bottom: 1px;
	background-color: #EFEFEF;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-view-d .share-d .box-d i {
	font-size: 20px;
	color: #999;
}

.news-view-d .share-d .prev-btn-d i {
	font-size: 30px;
}

.news-view-d .share-d .box-d:hover {
	background-color: var(--blue-color);
}

.news-view-d .share-d .box-d:hover i {
	color: #fff;
}

.news-view-d .l {
	float: left;
	width: calc(100% - 300px);
	padding: 0 100px;
}

.news-view-d .r {
	width: 300px;
	float: left;
}

.news-view-d .l .t {
	font-size: 30px;
	color: #333333;
	line-height: 1.4;
}

.news-view-d .l .time {
	margin-top: 25px;
}

.news-view-d .l .time, .news-view-d .l .time span {
	font-size: 14px;
	color: #999;
}

.news-view-d .l .time span {
	display: inline-block;
	padding-left: 25px;
}

.news-view-d .l .time span.t-day {
	background: transparent url(../images/time_day.svg) no-repeat left
	center;
	background-size: 15px;
}

.news-view-d .l .time span.t-fw {
	background: transparent url(../images/t_fw.svg) no-repeat left
	center;
	background-size: 15px;
	margin-left: 10px;
}

.news-view-d .l .con {
	margin-top: 45px;
}

.news-view-d .l .con p {
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

.news-view-d .l .con img {
	max-width: inherit;
	height: auto !important;
}

.news-d-prev, .news-d-next {
	width: 100%;
	padding: 30px 30px;
	background-color: #D9D9D9;
	margin-bottom: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.news-d-prev:hover, .news-d-next:hover {
	background-color: var(--blue-color);
}

.news-view-d .r .new-t-p {
	display: block;
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
}

.news-view-d .r .new-t-t {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	margin-top: 8px;
}

.news-view-d .r .new-t {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.news-view-d .r .new-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-view-d .r .new-title:hover {
	color: #fff;
}

.news-d-prev:hover .new-t-p, .news-d-prev:hover .new-t-t, .news-d-prev:hover .new-title, .news-d-next:hover .new-t-p, .news-d-next:hover .new-t-t, .news-d-next:hover .new-title {
	color: #fff !important;
}

.news-d-next:hover .perv {
	color: #fff !important;
}

.news-d-prev:hover .new-t, .news-d-next:hover .new-t {
	border-bottom-color: rgba(255, 255, 255, .5);
}

.news-d-prev .new-title .prev_no:hover {
	color: #fff !important;
}

.social-share .icon-wechat .wechat-qrcode {
	top: 0 !important;
	left: 60px !important;
}

.social-share .icon-wechat .wechat-qrcode {
	width: 232px !important;
}

.social-share .icon-wechat .wechat-qrcode:after {
	left: 0 !important;
	bottom: auto !important;
	top: 0 !important;
	border-color: transparent #fff transparent transparent !important;
}

@media (max-width:1280px) {
	.news-view-d .r {
		width: 240px;
	}

	.news-view-d .l {
		width: calc(100% - 240px);
		padding: 0 30px 0 70px;
	}

	.news-view-d .l .t {
		font-size: 28px;
	}

}

@media (max-width:768px) {
	.news-view-d .l .con {
    margin-top: 25px;
}
	.share-d {
		display: none;
	}

	.news-view-d .l {
		width: 100%;
		padding: 0;
	}

	.news-view-d .r {
		width: 100%;
		padding-top: 30px;
	}

	.news-view-d {
		padding: 50px 0;
	}

	.news-view-d .l .t {
		font-size: 24px;
	}

	.news-view-d .r .new-t-p {
		font-size: 18px;
	}

	.news-d-prev, .news-d-next {
		padding: 30px 20px;
	}

}

/*联系我们*/
.contact-us-01 {
	padding: 80px 0 100px 0;
}

.contact-us-01-box ul {
	margin-left: -15px;
	margin-right: -15px;
}

.contact-us-01-box li {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	padding: 0 15px;
}

.contact-us-01-box .line {
	margin: 0 auto;
	margin-top: 30px;
	width: 70px;
	height: 2px;
	background: #666666;
}

.contact-us-01-box .pic img {
	width: 48px;
	height: 48px;
}

.contact-us-01-box .t {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin-top: 20px;
}

.contact-us-01-box .des {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-top: 12px;
	height: 52px;
	color: #333333;
}

.contact-us-01-box .des a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.contact-us-02 {
	padding-bottom: 220px;
	position: relative;
	z-index: 8;
}

.contact-us-02-box {
	width: 100%;
	height: 560px;
}

.contact-us-02 .my-container {
	position: relative;
}

.contact-us-01-mobile {
	display: none;
}

#myPageTop {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}

.contact-us-01 .modal-dialog {
	max-width: 700px;
}

.contact-us-01 .modal-dialog h5 {
	font-size: 24px;
	color: #333333;
}

.contact-us-01 .modal-dialog .close {
	color: #333333;
}

.contact-us-01 .modal-dialog .close span {
	font-size: 20px;
}

.contact-us-01 .modal-content {
	border: none;
	background: #FFFFFF;
	border-radius: 10px;
}

.contact-us-01 .modal-header {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 35px;
	border-radius: 0;
}

.contact-us-01 .modal-body {
	padding: 45px 35px 30px 35px;
}

.adress_title {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.adress_des {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 20px;
}

@media (max-width:1280px) {
	.contact-us-01-box .t {
		font-size: 22px;
	}

}

@media (max-width:768px) {
	.contact-us-01 {
		padding: 50px 0 30px 0;
	}

	.contact-us-01-box li {
		width: 100%;
	}

	.contact-us-01-box li {
		margin-bottom: 50px;
	}

	.contact-us-01-box li {
		border-right: none;
		box-shadow: 0 0 4px rgb(0 0 0 / 10%);
		padding: 20px 30px;
	}

	.contact-us-02-box {
		height: 500px;
	}

	.contact-us-01-box .line {
		margin-top: 0px;
	}

	.contact-us-02 {
		padding-bottom: 100px;
	}

}

@media (max-width:640px) {
	.contact-us-01-box .t {
		font-size: 20px;
	}

	.contact-us-01-box .line {
		margin-top: 15px;
		width: 40px;
	}

	.contact-us-01-box .pic img {
		width: 35px;
		height: 35px;
	}
.contact-us-01 .modal-header {
    padding: 20px 30px;
}
.contact-us-01 .modal-dialog h5 {
	font-size: 20px;
}
.contact-us-01 .modal-body {
    padding: 30px 30px 30px 30px;
}
}

/*线上祭祀*/
.mess_cont {
	background-image: url(../images/mess_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 0 100px 0;
}

.public_title {
	font-weight: 400;
	font-size: 36px;
	line-height: 1.6;
	color: #333333;
}

.public_title .blue {
	color: var(--blue-color);
}

.form_bg {
	background: rgba(255, 255, 255, 0.42);
	padding: 60px 30px;
	margin-top: 50px;
}

.form_bg .form_list {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}

.form_bg .form_list label {
	width: 100px;
	font-weight: 400;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
}

.form_bg .form_list .text_area {
	flex: 1;
	position: relative;
}

.form_bg .form_list .text_area input {
	width: 100%;
	border: 1px solid #999999;
	height: 50px;
	background: transparent;
	padding: 5px 20px;
	outline: 0;
}

.form_bg .form_list .text_area textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #999999;
	padding: 5px 20px;
	outline: 0;
	background: transparent;
}

.form_bg .form_list .text_area label.error {
	position: absolute;
	top: -40px;
	left: 0;
	color: var(--blue-color);
	width: auto;
}

.blue_star {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--blue-color);
	margin-left: 5px;
}
.form_bg .message_code .text_area input {
	width: 200px;
}
.form_bg .message_code .text_area img {
	margin-left: 5px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

:-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.form_list .btn {
	width: 154px;
	height: 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 50px;
	padding: 0;
	color: #FFFFFF;
}

.form_list .btn[type=reset] {
	background: #5A5F75;
	margin-right: 16px;
}

.form_list .btn[type=submit] {
	background: var(--blue-color);
}

.last_list {
	padding-left: 100px;
}

.mess_loop {
	padding-top: 80px;
	padding-bottom: 220px;
}

.mess_l_list {
	padding-top: 40px;
	margin-left: -20px;
	margin-right: -20px;
}

.mess_l_list .m_loop {
	float: left;
	width: calc(50% - 40px);
	height: 370px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 30px 35px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.mess_l_list .m_loop .swiper-wrapper {
	height: 370px;
}

.mess_l_list .m_loop .public_c {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.m_loop .swiper-slide {
	height: auto;
}

.text_loop {
	display: flex;
	justify-content: space-between;
}

.text_loop .title {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	width: calc(100% - 100px);
	padding-right: 20px;
	display: flex;
}

.text_loop .title span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	width: 70px;
	display: inline-block;
}

.text_loop .title p {
	flex: 1;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text_loop .time {
	width: 100px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

@media (max-width:1280px) {
	.public_title {
		font-size: 30px;
	}

	.mess_cont {
		padding: 80px 0 80px 0;
	}

}

@media (max-width:1200px) {
	.text_loop .title p {
		-webkit-line-clamp: 3;
	}

}

@media (max-width:991px) {
	.mess_l_list {
		margin-left: 0;
		margin-right: 0;
	}

	.mess_l_list .m_loop {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.text_loop .title p {
		-webkit-line-clamp: 2;
	}

}

@media (max-width:767px) {
	.mess_cont {
		padding: 40px 0 50px 0;
	}

	.public_title {
		font-size: 28px;
	}

	.form_bg {
		padding: 20px 20px;
		margin-top: 50px;
	}

	.form_bg .form_list {
		display: block;
	}

	.form_bg .form_list .text_area {
		width: 100%;
	}

	.form_bg .form_list .text_area label.error {
		top: inherit;
		bottom: -30px;
		line-height: 1.1;
	}

	.last_list {
		padding-left: 0;
	}

	.form_list .btn {
		width: calc(49% - 10px)
	}

	.mess_l_list .m_loop {
		padding: 30px 20px;
	}

	.mess_loop {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.text_loop {
		display: block;
	}

	.text_loop .title {
		width: 100%;
		display: block;
		padding-right: 0;
	}

	.text_loop .title p {
		width: 100%;
	}

	.text_loop .time {
		width: 100%;
	}

}

@media (max-width:350px) {
	.public_title {
		font-size: 26px;
	}

}

/*园区服务*/
.service-view-d {
	padding-top: 80px;
	padding-bottom: 220px;
}

.ser_logo {
	text-align: center;
	background-image: url(../images/ser_ico.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.ser-title p {
	font-size: 34px;
	color: #333333;
	text-align: center;
	line-height: 34px;
}

.ser-title span {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	display: block;
	max-width: 1104px;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
}

.service-view-02 {
	margin-top: 60px;
}

.service-view-02-box .li-box {
	position: relative;
}

.service-view-02-box .pic {
	position: relative;
	z-index: 20;
	overflow: hidden;
	background: linear-gradient(90deg, #2C557A 0%, #155279 101.15%);
}

.service-view-02-box .pic img {
	width: 100%;
	-webkit-transition: 1.8s linear;
	-o-transition: 1.8s linear;
	transition: 1.8s linear;
}

.service-view-02-box {
	overflow: hidden;
}

.service-view-02-box li {
	width: 33.33%;
	float: left;
}

.service-view-02-box .text {
	padding: 0 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 30;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service-view-02-box .text .t {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}

.service-view-02-box .text .more {
	max-width: 30px;
	margin-top: 20px;
}

.service-view-02-box .text .des {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	max-width: 290px;
	text-align: center;
	margin-top: 20px;
}

.service-view-02-box .bg {
	background: transparent url(../images/fuwu_biankuang_03.png) no-repeat center;
	background-size: 90%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 40;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.service-view-02-box li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-view-02-box li:hover .bg {
	opacity: 1;
}

@media (max-width:1280px) {
	.ser-title p {
		font-size: 30px;
		line-height: 1.2;
	}

}

@media (max-width:992px) {
	.service-view-02-box li {
		width: 50%;
	}

}

@media (max-width:768px) {
	.service-view-d {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.service-d .environ-ban {
		height: 420px;
	}

	.service-d .go-next-page {
		bottom: 5%;
	}

}

@media (max-width:640px) {
	.service-view-02-box li {
		width: 100%;
	}

	.service-view-02-box .text .t {
		font-size: 20px;
	}

}

/*index add*/
.banner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner .swiper1 {
	width: 100%;
	height: 100%;
}

.pc_ban, .mo_ban {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.ban-pagination {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 35px;
	text-align: center;
	z-index: 9;
}

.ban-pagination span.swiper-pagination-bullet {
	width: 29px;
	height: 21px;
	background-color: transparent;
	background-image: url(../images/ban_white.png);
	margin: 0 16px;
}

.ban-pagination span.swiper-pagination-bullet-active {
	background-image: url(../images/ban_blue.png);
}

.banner .ban_text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	text-align: center;
	z-index: 9;
}

.banner .ban_text h2 {
	font-weight: 700;
	font-size: 90px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-shadow: 4px 4px 20px rgba(44, 85, 122, 0.3);
}

.banner .ban_text .des {
	position: relative;
	margin-top: 15px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.banner .ban_text .des:before, .banner .ban_text .des:after {
	content: "";
	position: absolute;
	height: 60px;
	width: 100%;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .ban_text .des:before {
	background-image: url(../images/ban_bg_up.png);
	top: 0;
}

.banner .ban_text .des:after {
	background-image: url(../images/ban_bg_bottom.png);
	bottom: 0;
}

.banner .ban_text .des p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	color: #FFFFFF;
}

@media screen and (max-width:1440px) {
	.banner .ban_text h2 {
		font-size: 80px;
	}

}

@media screen and (max-width:1366px) {
	.banner .ban_text h2 {
		font-size: 70px;
	}

}

@media screen and (max-width:1280px) {
	.banner .ban_text h2 {
		font-size: 60px;
	}

	.banner .ban_text .des p {
		font-size: 18px;
	}

}

@media screen and (max-width:991px) {
	.banner .ban_text h2 {
		font-size: 50px;
	}

}

@media screen and (max-width:767px) {
	.banner .ban_text h2 {
		font-size: 32px;
	}

	.banner .ban_text .des p {
		font-size: 16px;
	}

	.ban-pagination {
		bottom: 30px;
	}

	.ban-pagination span.swiper-pagination-bullet {
		margin: 0 8px;
	}

}

@media screen and (max-width:360px) {
	.banner .ban_text h2 {
		font-size: 30px;
		margin-top: 30px;
	}

}

/*index zhanshi*/
.index_first {
	background-image: url(../images/index_one.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.index_title {
	padding-top: 80px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	display: flex;
	justify-content: center;
}

.index_title strong i {
	height: 24px;
	width: 114px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.index_title strong i:first-child {
	margin-right: 45px;
}

.index_title strong i:last-child {
	margin-left: 45px;
}

.index_title .blank i {
	background-image: url(../images/yun_blue.png);
}

.index_title .white i {
	background-image: url(../images/yun_white.png);
}

.index_title strong {
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.blank {
	color: #333333;
}

.white {
	color: #FFFFFF;
}

.index_case_con {
	padding-top: 60px;
	padding-bottom: 70px;
}

.index_case_con .swiper-slide {
	width: 168px;
	height: 432px;
	transition: all .5s;
	overflow: hidden;
	background-image: url(../images/index_one_bg.png);
	background-repeat: repeat-x;
	border-right: 1px solid #CCCCCC;
}

.index_case_con .swiper-slide:last-child {
	border-right: none;
}

.index_case_con .slide-item {
	height: 100%;
	width: 100%;
	position: relative;
	background-size: cover;
}

.index_case_con .slide-item .l_ {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	float: left;
	padding: 34px;
	z-index: 2;
}

.index_case_con .slide-item .l_ .t {
	text-align: center;
}

.index_case_con .slide-item .l_ .t p {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #333333;
	width: 20px;
	margin: 0 auto;
	position: relative;
	height: calc(100% - 160px);
}

.index_case_con .slide-item .l_ .t p:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 0;
	height: 45%;
	border-left: 1px dashed var(--blue-color);
}

.index_case_con .slide-item .l_ .t span {
	width: 54px;
	height: 54px;
	display: inline-block;
	line-height: 54px;
	text-align: center;
	background: var(--blue-color);
	border-radius: 50%;
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.index_case_con .slide-item .l_ .t .icon {
	display: inline-block;
	width: 34px;
	height: 32px;
	background-image: url(../images/blue_but.png);
}

.index_case_con .slide-item .r_ {
	width: 0%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 2;
}

.index_case_con .slide-item .r_ .c {
	width: 100%;
	height: 100%;
	padding: 60px 70px;
	opacity: 0;
}

.index_case_con .active .slide-item .r_ .c {
	opacity: 1;
	transition: all .3s 0.4s;
}

.index_blank_more {
	background-image: url(../images/blue_more.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 134px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: var(--blue-color);
}

.index_blank_more a {
	width: 100%;
	height: 100%;
	line-height: 52px;
	display: inline-block;
	color: inherit;
	font-size: inherit;
}

.index_case_con .swiper-pagination {
	display: none;
}

@media all and (min-width:768px) {
	.index_case_con .active .slide-item .r_ .t {
		font-weight: 700;
		font-size: 24px;
		line-height: 1.2;
		color: #333333;
		padding-bottom: 30px;
	}

	.index_case_con .active .slide-item .l_ .t span {
		background: #FFFFFF;
		color: var(--blue-color);
	}

	.index_case_con .active .slide-item .l_ .t p {
		color: #fff;
	}

	.index_case_con .active .slide-item .l_ .t p:after {
		border-left: 1px dashed #ffffff;
	}

	.index_case_con .active .slide-item .l_ .t .icon {
		background-image: url(../images/white_but.png);
	}

	.index_case_con .active .slide-item .r_ .list_ {
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		color: #666666;
		height: 140px;
		margin-bottom: 30px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	.index_case_con .active .slide-item .r_ {
		width: calc(100% - 168px);
		transition: all .3s .3s;
	}

	.index_case_con .active .slide-item .l_ {
		width: 168px;
		background-image: url(../images/index_one_bg2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.index_case_con .swiper-slide.active {
		width: calc(100% - 504px);
	}

}

@media screen and (max-width:1280px) {
	.index_case_con .slide-item .r_ .c {
		padding: 50px 50px;
	}

}

@media screen and (max-width:991px) {
	.index_title {
		padding-top: 60px;
		font-size: 30px;
	}

	.index_title strong i {
		height: 21px;
		width: 100px;
	}

	.index_title strong i:first-child {
		margin-right: 40px;
	}

	.index_title strong i:last-child {
		margin-left: 40px;
	}

	.index_case_con .slide-item .r_ .c {
		padding: 50px 20px;
	}

	.index_case_con .swiper-slide {
		width: 110px;
	}

	.index_case_con .swiper-slide.active {
		width: calc(100% - 330px);
	}

	.index_case_con .active .slide-item .l_ {
		width: 140px;
	}

	.index_case_con .active .slide-item .r_ {
		width: calc(100% - 140px);
	}

}

@media screen and (max-width:767px) {
	.index_title {
		padding-top: 40px;
		font-size: 26px;
	}

	.index_title strong i {
		height: 13px;
		width: 60px;
	}

	.index_title strong i:first-child {
		margin-right: 10px;
	}

	.index_title strong i:last-child {
		margin-left: 10px;
	}

	.index_case_con {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.index_case_con .swiper-container {
		padding-bottom: 30px;
	}

	.index_case_con .swiper-pagination {
		display: block;
		bottom: 0;
	}

	.index_case_con .swiper-pagination-bullet-active {
		background-color: var(--blue-color);
	}

	.index_case_con .swiper-slide {
		width: calc(100%);
		height: 410px;
	}

	.index_case_con .swiper-slide.active, .index_case_con .swiper-slide.swiper-slide-active {
		width: calc(100%);
		border-right: none;
	}

	.index_case_con .active .slide-item .r_ .c, .index_case_con .slide-item .r_ .c {
		opacity: 1;
	}

	.index_case_con .active .slide-item .r_, .index_case_con .swiper-slide-active .slide-item .r_ {
		transition: all 0s 0s;
	}

	.index_case_con .slide-item .l_ .t span, .index_case_con .swiper-slide-active .slide-item .r_ .t {
		font-size: 22px;
	}

	.index_case_con .slide-item .l_ .t span {
		margin-bottom: 20px;
	}

	.index_case_con .slide-item .l_ .t p {
		font-size: 18px;
	}

	.index_case_con .swiper-slide-active .slide-item .l_ {
		background-image: url(../images/index_one_bg2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.index_case_con .active .slide-item .l_, .index_case_con .swiper-slide-active .slide-item .l_ {
		width: 100px;
	}

	.index_case_con .active .slide-item .r_, .index_case_con .swiper-slide-active .slide-item .r_ {
		width: calc(100% - 100px);
	}

	.index_case_con .swiper-slide-active .slide-item .r_ .t {
		font-weight: 700;
		font-size: 24px;
		line-height: 1.2;
		color: #333333;
		padding-bottom: 30px;
	}

	.index_case_con .swiper-slide-active .slide-item .l_ .t span {
		background: #FFFFFF;
		color: var(--blue-color);
	}

	.index_case_con .swiper-slide-active .slide-item .l_ .t p {
		color: #fff;
	}

	.index_case_con .swiper-slide-active .slide-item .l_ .t p:after {
		border-left: 1px dashed #ffffff;
	}

	.index_case_con .swiper-slide-active .slide-item .l_ .t .icon {
		background-image: url(../images/white_but.png);
	}

	.index_case_con .swiper-slide-active .slide-item .r_ .list_ {
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		color: #666666;
		height: 140px;
		margin-bottom: 30px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

}

@media screen and (max-width:359px) {
	.index_case_con .swiper-slide-active .slide-item .l_ {
		width: 100px;
	}

	.index_case_con .swiper-slide-active .slide-item .r_ {
		width: calc(100% - 100px);
	}

}

/*index two*/
.index_two {
	background-image: url(../images/index_two_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.index_two .index_com_text {
	text-align: center;
	padding-top: 60px;
}

.index_two .index_com_text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
}

.index_two .index_white_more {
	margin-top: 40px;
}

.index_white_more {
	background-image: url(../images/white_more.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 134px;
	text-align: center;
	line-height: 52px;
	font-weight: 400;
	font-size: 16px;
	margin: 0 auto;
	color: #ffffff;
}

.index_white_more a {
	color: inherit;
	font-size: inherit;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.index_about_down {
	padding-top: 60px;
	padding-bottom: 60px;
}

.index_about_down .m_l {
	float: left;
	background-image: url(../images/index_about_bg.png);
	height: 240px;
	width: 60%;
	display: flex;
	align-items: center;
	padding: 50px;
	justify-content: space-between;
}

.index_about_down .m_r {
	float: left;
	width: 40%;
	padding-left: 15px;
}
.index_about_down .m_r ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-image: url(../images/index_a_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.index_about_down .m_l .one {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
}

.index_about_down .m_l .one strong {
	font-weight: 700;
	font-size: 58px;
	line-height: 36px;
	color: #FFFFFF;
	font-family: 'Roboto';
}

.index_about_down .m_l .one em {
	font-weight: 400;
	font-size: 20px;
	line-height: 16px;
	vertical-align: top;
	color: #FFFFFF;
	font-style: normal;
}

.index_about_down .m_l .one p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	margin-top: 5px;
}

.index_about_down .m_r ul li {
	float: left;
	width: 33.33%;
	height: 240px;
}

.index_about_down .m_r ul li:first-child {
	background-color: rgba(189, 168, 126, 0.5);
}

.index_about_down .m_r ul li:nth-child(2) {
	background-color: rgba(189, 168, 126, 0.66);
}

.index_about_down .m_r ul li:nth-child(3) {
	background-color: rgba(189, 168, 126, 0.8);
}

.index_about_down .m_r ul li:hover {
	background-color: rgba(189, 168, 126, 1);
}

.index_about_down .m_r a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 77px;
}

.index_about_down .m_r span {
	width: 40px;
	display: inline-block;
}

.index_about_down .m_r p {
	margin-top: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}

@media all and (max-width:1280px) {
	.index_about_down .m_l .one strong {
		font-size: 45px;
		line-height: 1.1;
	}

}

@media all and (max-width:991px) {
	.index_about_down .m_l {
		width: 100%;
	}

	.index_about_down .m_r {
		width: 100%;
		padding-left: 0;
	}

}

@media all and (max-width:767px) {
	.index_two .index_com_text {
		padding-top: 40px;
	}

	.index_about_down .m_l {
		padding: 40px 30px;
		height: auto;
		display: block;
	}

	.index_about_down .m_l .one {
		padding-bottom: 30px;
	}

	.index_about_down .m_l .one:last-child {
		padding-bottom: 0;
	}

	.index_about_down .m_l .one strong {
		font-size: 35px;
	}

	.index_about_down .m_r p {
		font-size: 18px;
	}

	.index_about_down .m_r ul li {
		height: 200px;
	}

	.index_about_down .m_r span {
		width: 32px;
	}

	.index_about_down .m_r a {
		padding-top: 57px;
	}

}
@media all and (max-width:360px) {

.index_two .index_com_text {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media all and (max-width:359px) {

.index_two .index_com_text {
		padding-left: 0;
		padding-right: 0;
	}
}
@media all and (min-width:768px) {
	.index_about_down .m_r ul li {
		transition: all .3s;
	}

}

/*index play*/
.index_play {
	width: 100%;
	background-image: url(../images/index_play_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 100px;
	min-height: 500px;
}

.index_show_tabcont {
	padding-top: 55px;
}

.public_tab .tit2 {
	padding-top: 40px;
}

.public_tab .tab-nav {
	text-align: center;
}

.public_tab .tab-nav a {
	width: 150px;
	height: 52px;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	font-weight: 700;
	font-size: 16px;
	margin: 0 10px;
	color: #999999;
}

.public_tab .tab-nav a.active {
	background-color: var(--blue-color);
	border-color: var(--blue-color);
	color: #ffffff;
}

.public_tab .public_tab_cont .pub-t1 {
	overflow: hidden;
	height: 0;
	opacity: 0;
	z-index: 1;
}

.public_tab .public_tab_cont .d-show {
	z-index: 2;
	height: auto;
	overflow: visible;
	opacity: 1;
}

.index_show_pic {
	position: relative;
}

.show_pic {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_show_pic .swiper-button-prev, .index_show_pic .swiper-button-next {
	width: 34px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.index_show_pic .swiper-button-prev {
	background-image: url(../images/pre_lue.png);
	left: -74px;
}

.index_show_pic .swiper-button-next {
	right: -74px;
	background-image: url(../images/blue_but.png);
}

.index_play .index_blank_more {
	margin: 0 auto;
	margin-top: 40px;
}

.index_show_pic .mask {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 50%;
	height: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/play_kuang.svg);
	background-size: 90%;
	opacity: 0;
}

.index_show_pic .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	top: 60%;
	transform: translateY(-50%);
	opacity: 0;
}

.index_show_pic a:hover .title {
	opacity: 1;
	top: 50%;
}

.index_show_pic a:hover .mask {
	opacity: 1;
	width: 100%;
	height: 100%;
}

@media all and (max-width:1440px) {
	.index_show_pic .swiper-button-prev {
		left: -60px;
	}

	.index_show_pic .swiper-button-next {
		right: -60px;
	}

}

@media all and (max-width:1366px) {
	.index_show_pic .swiper-button-prev {
		left: -40px;
	}

	.index_show_pic .swiper-button-next {
		right: -40px;
	}

}

@media all and (max-width:767px) {
	.index_play {
		padding-bottom: 60px;
	}

	.public_tab .tab-nav a {
		width: calc(49% - 10px);
		margin: 0 5px;
	}

	.index_show_pic .swiper-button-prev {
		left: 0px;
	}

	.index_show_pic .swiper-button-next {
		right: 0px;
	}

}

@media all and (min-width:768px) {
	.index_show_pic .mask {
		transition: all .4s;
	}

	.index_show_pic .title {
		transition: all .6s;
	}

}

/*index new*/
.index_new_bg {
	background-image: url(../images/index_last_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	min-height: 500px;
	padding-bottom: 95px;
}

.index_new_bg .index_blank_more {
	margin: 0 auto;
	margin-top: 50px;
}

.index_new_z {
	padding-top: 60px;
}

.index_new_z .m_l {
	float: left;
	overflow: hidden;
	position: relative;
	width: 52%;
	height: 450px;
}

.index_new_z .m_r {
	float: left;
	width: 48%;
	padding-left: 20px;
	overflow: hidden;
}

.index_new_z .m_l .pic {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.index_new_z .m_l .mask_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 164px;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 25px;
}

.index_new_z .m_l .mask_title .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_new_z .m_l a:hover .pic {
	transform: scale(1.03);
}

.index_new_z .m_l .mask_title .time {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}

.index_new_z .m_l .mask_title .time span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.index_new_z .m_l .mask_title .line {
	background-color: #CCCCCC;
	width: 100%;
	height: 1px;
	margin-top: 18px;
	position: relative;
}

.index_new_z .m_l .mask_title .line:before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	bottom: 0px;
	background-color: var(--blue-color);
}

.index_new_z .m_r ul li {
	height: 215px;
	width: 100%;
	background: #FFFFFF;
}

.index_new_z .m_r ul li:first-child {
	margin-bottom: 20px;
}

.index_new_z .m_r a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 35px 40px 35px 0;
}

.index_new_z .m_r .time {
	width: 140px;
	text-align: center;
	height: 100%;
	border-right: 1px dashed #CCCCCC;
}

.index_new_z .m_r .time span:first-child {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 40px;
	display: block;
	color: var(--blue-color);
}

.index_new_z .m_r .time span:nth-child(2) {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	color: #999999;
	border-top: 1px solid #CCCCCC;
	margin-top: 8px;
	padding-top: 10px;
}

.index_new_z .m_r .m_r {
	flex: 1;
	padding-left: 40px;
}

.index_new_z .m_r .m_r h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_new_z .m_r .m_r p {
	font-weight: 400;
	font-size: 16px;
	margin-top: 14px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_new_z .m_r .m_r .more {
	padding-top: 30px;
}

.index_new_z .m_r a:hover h3 {
	color: var(--blue-color);
}
@media all and (max-width:1280px) {
.index_new_z .m_r .time {
    width: 100px;
}

}

@media all and (max-width:991px) {
	.index_new_z .m_l {
		height: 400px;
	}

	.index_new_z .m_r ul li {
		height: 190px;
	}

	.index_new_z .m_r a {
		padding: 30px 25px 30px 0;
	}

	.index_new_z .m_r .time {
		width: 85px;
	}
	.index_new_z .m_r .m_r {
		padding-left: 20px
	}
	.index_new_z .m_r .m_r .more {
		padding-top: 15px;
	}

	.index_new_z .m_r .time span:first-child {
		font-size: 40px;
		line-height: 35px;
	}

}

@media all and (max-width:767px) {
	.index_new_bg {
		padding-bottom: 60px
	}

	.index_new_z {
		padding-top: 40px;
	}

	.index_new_z .m_r a {
		padding: 25px 20px 10px 0;
	}

	.index_new_z .m_l {
		width: 100%;
		height: 250px;
	}

	.index_new_z .m_r {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px
	}

	.index_new_z .m_r .m_r {
		padding-top: 0
	}

	.index_new_z .m_r .time {
		width: 70px;
	}

	.index_new_z .m_r .time span:first-child {
		font-size: 32px;
		line-height: 1;
	}

	.index_new_z .m_r .m_r {
		padding-left: 20px;
	}

	.index_new_z .m_l .mask_title .title, .index_new_z .m_r .m_r h3 {
		font-size: 18px;
		line-height: 1.2;
	}

	.index_new_z .m_l .mask_title {
		width: 80%;
		height: 100px;
		padding: 15px 20px;
	}

	.index_new_z .m_l .mask_title .line {
		margin-top: 10px;
	}

	.index_new_z .m_l .mask_title .time {
		padding-top: 10px;
	}

	.index_new_z .m_l .mask_title .time span:first-child {
		width: 20px;
	}

	.index_new_z .m_r .m_r p {
		margin-top: 10px;
		line-height: 25px;
	}

	.index_new_z .m_r .m_r .more {
		padding-top: 10px;
	}

	.index_new_z .m_r .m_r .more img {
		width: 20px;
	}

	.index_new_z .m_r ul li {
		height: 140px;
	}

}

/*sitemap*/
.wzdt_xt {
	float: left;
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
}

.wzdt_xt ul li {
	float: left;
	padding-left: 20px;
	line-height: 45px;
}

.wzdt_xt ul li a {
	font-size: 16px;
	color: #666;
}

.wzdt_xt ul li a:hover {
	color: var(--blue);
}

.sitemapz {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
}

.sitemapy {
	width: 300px;
	float: left;
	background: var(--blue-color);
	border: 1px solid var(--blue-color);
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}

.sitemapy h3 {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.sitemapy h3 a {
	color: #fff;
	font-size: inherit;
	display: block;
	line-height: 45px;
}

@media (max-width:767px) {
	.sitemapy h3 a {
		font-size: 18px;
	}

	.sitemapy {
		width: 100%;
	}

	.wzdt_xt {
		padding: 10px 0;
		width: 100%
	}

	.wzdt_xt ul li {
		line-height: 30px;
		padding-left: 15px;
	}

	.wzdt_xt ul li a {
		font-size: 16px;
	}

}