.pro_cur_item .pubMore {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pro_cur_item:hover .pic img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

/* slider_banner */
.slider_banner .swiper-pagination {
	padding-bottom: 15px;
}

.slide-page-box {
	display: none;
}

.slider_banner {
	position: relative;
}

.slider_banner,
.swiper-slide {
	overflow: hidden;
}

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
	width: 46px;
	height: 100px;
	line-height: 98px;
	margin-top: -50px;
	opacity: 0;
	background-image: none;
	border-radius: 0;
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
	opacity: 1;
}

.slider_banner .swiper-button-prev {
	left: 10px;
}

.slider_banner .swiper-button-next {
	right: 10px;
}

.slider_banner:hover .swiper-button-prev {
	left: 0px;
}

.slider_banner:hover .swiper-button-next {
	right: 0px;
}

.banner-next::before,
.banner-prev::before {
	-webkit-transform: scaleX(.65);
	-ms-transform: scaleX(.65);
	-o-transform: scaleX(.65);
	transform: scaleX(.65);
	transform: scaleY(1.4);
}

.slider_banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0
}

.slider_banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08)
}

.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}

.banner_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	padding: 0.78rem 0.6rem;
}

.banner_txt .title {
	font-size: 0.56rem;
	line-height: 0.64rem;
}

.banner_txt ul {
	float: left;
}

.banner_txt ul li {
	line-height: 0.28rem;
	color: #fff;
	font-size: 0.24rem;
	margin-top: 0.25rem;
}

.banner_txt ul li a {
	color: #fff;
}

.slider_banner-phone {
	display: none;
}

@media only screen and (max-width: 950px) {
	.web_main {
		background: #fff;
	}

	.slider_banner-phone {
		display: block;
		margin-top: 62px;
	}

	.slider_banner-phone .swiper-slide {
		max-height: 420px;
	}

	.slider_banner-phone img {
		width: 100%;
		height: 100%;
	}

	.slider_banner {
		margin-top: 50px;
		display: none;
	}

	.slider_banner .swiper-button-next,
	.slider_banner .swiper-button-prev {
		display: none;
	}
}

/* home_pdf */
.home_pdf {
	padding: 32px 0;
	background: #000;
}

.pdf_inner .swiper-slide {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	height: auto;
}

.home_pdf_item {
	background: var(--commonColor);
	height: 100%;
}

.home_pdf_item .item_wrap {
	display: block;
	padding: 24px 30px 20px;
	padding-left: 90px;
	position: relative;
}

.home_pdf_item .item_icon {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 30px;
	top: 32px;
	/* background: url(../img/icon_pdf.png) no-repeat center; background-size: 100% auto; */
}

.home_pdf_item .item_icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.home_pdf_item .item_icon img.hov_img {
	display: none;
}

.home_pdf_item .title {
	font-size: 20px;
	font-family: 'AkzidenzGroteskBQ-Bold';
	font-weight: bold;
	color: #fff;
}

.home_pdf_item .brief {
	color: #fff;
	line-height: 22px;
	margin-top: 4px;
	display: block;
	height: auto;
}

.home_pdf_item:hover {
	background: #fff;
}

/* .home_pdf_item:hover .item_icon{background-image: url(../img/icon_pdf_w.png);} */
.home_pdf_item:hover .item_icon img.def_img {
	display: none;
}

.home_pdf_item:hover .item_icon img.hov_img {
	display: block;
}

.home_pdf_item:hover .title {
	color: #333;
}

.home_pdf_item:hover .brief {
	color: #333;
}

.pdf-pagination {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.home_pdf_item .item_wrap {
		padding: 24px 20px 24px 66px;
	}

	.home_pdf_item .item_icon {
		left: 18px;
	}
}

@media only screen and (max-width: 950px) {
	.home_pdf {
		padding: 26px 0;
	}

	.pdf_inner .swiper-slide {
		width: 100%;
		margin-right: 0;
	}

	.home_pdf_item .item_wrap {
		padding: 20px 20px 16px;
		padding-left: 75px;
	}

	.home_pdf_item .item_icon {
		left: 20px;
		top: 28px;
	}

	.pdf_inner {
		padding-bottom: 35px;
	}

	.pdf-pagination {
		display: block;
	}
}

/* home_about */
.hitem_left {
	width: 18%;
}

.hitem_right {
	width: 82%;
}

.about_right .pic {
	padding-bottom: 45%;
}

.about_right .brief {
	margin: 4% 0 4.2%;
}

.about_right .pubMoreBg {
	margin-top: 3.5%;
}


@media only screen and (max-width: 1300px) {
	.hitem_left {
		width: 210px;
	}

	.hitem_right {
		width: calc(100% - 220px);
	}
}

@media only screen and (max-width: 950px) {
	.about_inner {
		flex-direction: column;
	}

	.hitem_left {
		width: 100%;
	}

	.hitem_left .small_title {
		margin-top: 0;
	}

	.hitem_left .small_title br {
		display: none;
	}

	.hitem_right {
		width: 100%;
		margin-top: 16px;
	}

	.about_right .brief {
		margin: 15px 0 20px;
	}

	.about_right .pic {
		padding-bottom: 65%;
	}

	.about_right .pubMoreBg {
		margin-top: 24px;
	}
}

/* home_product */
.home_product {
	background: #000;
}

.product_inner {
	margin-top: 4%;
	overflow: hidden;
}

.product_list .pro_item {
	width: 14%;
	margin-right: 2%;
	position: relative;
	height: 600px;
	transition: width 0.5s ease;
	cursor: pointer;
}

.product_list .pro_item:last-child {
	margin-right: 0;
}

.pro_item .pic {
	height: 100%;
	z-index: 0;
}

.pro_item .pic::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}

.pro_item .pro_title {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'AkzidenzGroteskBQ-Bold';
	line-height: 1.25;
}

.pro_item .pro_title {
	writing-mode: sideways-lr;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	right: 0;
	height: 60%;
	bottom: 6%;
	width: 46px;
	line-height: 46px;
	margin-left: -23px;
	overflow: hidden;
}

.pro_item .pubMore {
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	line-height: 72px;
	font-size: 40px;
	padding: 0;
	text-align: center;
	background-image: url(../img/icon_plus.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 27px auto;
	opacity: 0;
}

.pro_item .pubMore::before {
	display: none;
}

.pro_item .pubMore:hover {
	background-color: #000;
}


.product_list .pro_cur_item {
	width: 52%;
}

.pro_cur_item .pic {
	padding-bottom: 0;
	height: calc(90% - 45px);
	border-radius: 110px 0 0 0;
}

.pro_cur_item .pic::before {
	background: none;
}

.pro_cur_item .pro_title {
	writing-mode: unset;
	width: 100%;
	height: auto;
	bottom: 15px;
	left: 0;
	margin: 0;
	height: 1.25em;
	transition: color 0.5s ease;
	line-height: 45px;
}

.pro_cur_item .pubMore {
	opacity: 1;
}

.pro_cur_item .pro_title:hover {
	color: var(--commonColor);
}


.pro_btn {
	text-align: center;
	margin-top: 5%;
}

.pro_btn .pubMore::before {
	background: #000;
}

@media only screen and (max-width: 1550px) {
	.pro_item .pro_title {
		font-size: 36px;
	}

	.product_list .pro_item {
		height: 560px;
	}
}

@media only screen and (max-width: 1450px) {
	.pro_item .pro_title {
		font-size: 32px;
	}

	.product_list .pro_item {
		height: 520px;
	}

	.pro_cur_item .pic {
		height: calc(90% - 36px);
	}
}

@media only screen and (max-width: 1300px) {
	.pro_item .pro_title {
		font-size: 26px;
	}

	.product_list .pro_item {
		height: 500px;
	}

	.pro_item .pubMore {
		width: 62px;
		height: 62px;
		background-size: 22px auto;
	}
}

@media only screen and (max-width: 950px) {
	.home_product .pro_th {
		flex-direction: column;
	}

	.product_inner {
		margin-top: 10px;
	}

	.product_list {
		flex-direction: column;
	}

	.product_list .pro_item {
		width: 100%;
		height: auto;
		margin-top: 24px;
	}

	.pro_item .pic,
	.pro_cur_item .pic {
		height: 0;
		padding-bottom: 68%;
		border-radius: 140px 0 0 0;
	}

	.pro_item .pic::before {
		background: none;
	}

	.pro_item .pro_title {
		font-size: 20px;
		position: static;
		height: auto;
		writing-mode: unset;
		width: 100%;
		line-height: 1.25;
		margin: 20px 0 6px;
	}

	.pro_item .pubMore {
		width: 38px;
		height: 38px;
		background-size: 12px auto;
		opacity: 1;
	}

	.pro_btn {
		text-align: left;
		margin-top: 24px;
	}
}


/* home_map */
.home_map .web_th .brief {
	color: var(--commonColor);
}

.map_inner {
	position: relative;
	margin-top: 3%;
}

.point,
.point::before,
.point::after {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background: var(--commonColor);
	cursor: pointer;
	z-index: 2;
}

.point {
	z-index: 1;
}

.point:hover {
	z-index: 5;
}

@keyframes scale {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(4);
		opacity: 0;
	}
}

.point:hover::before {
	animation: scale 2s infinite;
}

.point:hover::after {
	animation: scale2 2s infinite;
}

.point p {
	font-weight: 400;
	font-size: 18px;
	pointer-events: none;
	/* color: var(--commonColor); */
	margin-top: 12px;
	line-height: 26px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 2px 10px;
	/* display: none; */
}

.point:hover p {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

@media only screen and (max-width: 950px) {
	.home_map .layout {
		padding: 0;
		overflow: hidden;
	}

	.home_map .web_th {
		padding: 0 15px;
	}

	.map_inner {
		margin-top: 15px;
		margin-left: -15%;
		width: 130%;
	}

	.point,
	.point::before,
	.point::after {
		width: 5px;
		height: 5px;
	}

	.point p {
		font-size: 16px;
	}
}


/* home_project */
.project_inner {
	margin-top: 3%;
	position: relative;
}

.project_inner .swiper_project {
	padding: 4% 0;
}

.project_inner .swiper-slide {
	transition: all 0.5s ease;
	overflow: unset;
	height: auto;
}

.project_inner .swiper-slide-active,
.project_inner .swiper-slide-duplicate-active {
	position: relative;
	z-index: 1;
}

.project_item {
	position: relative;
	height: 100%;
}

.project_item .pic {
	padding-bottom: 65%;
	z-index: 0;
}

.project_item .pic::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .45);
	z-index: 1;
}

.project_item .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	z-index: 1;
	color: #fff;
	text-align: center;
	font-family: 'AkzidenzGroteskBQ-Bold';
	font-size: 24px;
	line-height: 1.25;
	opacity: 0;
	transform: scale(1);
}

.swiper-slide-active .project_item .pic {
	transform: scale(1.3);
}

.swiper-slide-active .project_item .pic::before {
	background: linear-gradient(to bottom, transparent, transparent, rgba(0, 0, 0, .8));
}

.swiper-slide-active .project_item .title {
	opacity: 1;
	margin-left: -6%;
	width: 112%;
}

.project-next,
.project-prev {
	background: none;
	font-size: 42px;
	font-weight: bold;
}

.project-next:hover,
.project-prev:hover {
	background: none;
	color: var(--commonColor);
}

.project-pagination {
	display: none;
}

@media only screen and (max-width: 1350px) {
	.project_item .title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 950px) {
	.home_project .layout {
		padding: 0;
	}

	.home_project .web_th {
		padding: 0 15px;
	}

	.project_item .title {
		font-size: 16px;
		font-weight: normal;
		bottom: -8px;
		font-family: 'ArialMT';
	}

	.project-next::before,
	.project-prev::before {
		font-size: 28px;
		display: block;
	}
}

/* home_app */
.home_app_inner {
	padding: 2.5% 0 0;
	position: relative;
}

.home_app_item {
	width: calc(100% / 3);
}

.home_app_item .pic {
	padding-bottom: 78.125%;
	order: 1;
}

.home_app_item:nth-child(2n) .pic {
	order: 3;
}

.app_info_item {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 78.125%;
	order: 2;
	background: #000;
}

.app_info {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	padding: 4% 10% 5%;
	transform: translateY(-50%);
}

.app_info .order {
	opacity: 0.12;
	font-family: 'AkzidenzGroteskBQ-Bold';
	font-size: 130px;
	line-height: 1;
}

.app_info .title {
	font-size: 22px;
	font-family: 'AkzidenzGroteskBQ-Bold';
	font-weight: bold;
	line-height: 28px;
	margin-top: 10px;
}

.app_info .brief {
	color: #CACACA;
	font-family: 'ArialMT';
	line-height: 28px;
	margin: 8px 0 30px;
}

.app_info .pubMore::before {
	background: #000;
}

.app_info:hover .brief {
	color: #fff;
}

.app_info:hover .order {
	opacity: 0.2;
}

@media only screen and (max-width: 1550px) {
	.app_info .order {
		font-size: 110px;
	}
}

@media only screen and (max-width: 1450px) {
	.app_info .order {
		font-size: 90px;
	}
}

@media only screen and (max-width: 1350px) {
	.app_info {
		padding: 16px 24px 20px;
	}

	.app_info .title {
		font-size: 20px;
		margin-top: 4px;
	}

	.app_info .order {
		font-size: 76px;
	}

	.app_info .brief {
		line-height: 26px;
		margin: 2px 0 10px;
	}

	.app_info .pubMore {
		height: 42px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 1200px) {
	.app_info .order {
		font-size: 46px;
	}
}

@media only screen and (max-width: 980px) {
	.app_info .order {
		font-size: 72px;
	}

	.app_info .title {
		height: auto;
		display: block;
		margin-top: 12px;
	}

	.app_info .brief {
		height: auto;
		display: block;
		margin: 10px 0 24px;
	}

	.home_app_inner {
		padding-top: 20px;
	}

	.home_app_list {
		flex-direction: column;
	}

	.home_app_item {
		width: 100%;
	}

	.home_app_item:nth-child(2n) .pic {
		order: 1;
	}

	.app_info_item {
		height: auto;
		padding-bottom: 0;
	}

	.app_info {
		position: static;
		padding: 20px 15px 30px;
		transform: none;
	}
}