body {
	font-size: 16px;
}


.inner {
	width: 1300px;
	margin: 0 auto;
}

header .con {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header .con a.logo {
	width: 230px;
	display: block;
}
header .con .right {
	/* width: calc(100% - 230px); */
}

.idxDia {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: linear-gradient(to bottom, #51BAFD, #009397);
	display: block;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -7px;
}

.pl-inner {
	padding-left: calc((100vw - 1300px)/2);
}

.pr-inner {
	padding-right: calc((100vw - 1300px)/2);
}

.ml-inner {
	margin-left: calc((100vw - 1300px)/2);
}

.mr-inner {
	margin-right: calc((100vw - 1300px)/2);
}


.searchBtn:hover {
	color: var(--blue);
}

/* .searchBox {
	background: var(--blue);
	z-index: 15;
	transform: translateY(-105%);
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	-webkit-transform: translateY(-105%);
	-moz-transform: translateY(-105%);
	-ms-transform: translateY(-105%);
	-o-transform: translateY(-105%);
}

.searchBox .form {
	width: calc(100% - 80px);
}

.searchBox .keys {
	width: 80%;
	background: url(../images/search-w.png) no-repeat left center;
}

.searchBox .submit {
	width: 90px;
	height: 40px;
	border: 1px solid #fff;
}

.searchBox input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .65);
}

.searchBox input:-moz-placeholder {
	color: rgba(255, 255, 255, .65);
	;
}

.searchBox input::-moz-placeholder {
	color: rgba(255, 255, 255, .65);
	;
}

.searchBox input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .65);
	;
}

.searchBox.show {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
} */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	color: #fff;
}


.logoImg {
	width: 100%;
	height: auto;
	max-height: 59px;
}

.icon02 {
	display: none;
}

.oneNav {
	line-height: 100px;
	white-space: nowrap;
	display: block;
	padding: 0 30px;
	font-size: 20px;
}

.jigou p {
	font-size: 16px;
	padding: 0 10px;
	height:24px;
	line-height: 24px;
	display: inline;
	border: 1px solid #fff;
	border-radius: 12px;
	background-color: rgba(0, 73, 145, .4);
}

.scroll .jigou p {
	font-size: 16px;
	padding: 0 10px;
	height:24px;
	line-height: 24px;
	display: inline;
	border-radius: 12px;
	border: 1px solid rgba(0, 73, 145, 1);
	background-color: rgba(255, 255, 255, .4);
	color: var(--blue);
}
nav li.on .jigou p,
nav li:hover .jigou p {
	border: 1px solid rgba(0, 73, 145, 1);
	background-color: rgba(255, 255, 255, .4);
	color: var(--blue);
}

.oneNav span {
	position: relative;
}

.oneNav span::after {
	width: 100%;
	height: 2px;
	display: block;
	content: '';
	background: #fff;
	transition: all .36s;
	transform: scale(0, 1);
	position: absolute;
	left: 0;
	bottom: -10px;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
}

nav li {
	position: relative;
}

nav li.on .oneNav span::after,
nav li:hover .oneNav span::after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

nav:hover>li:not(:hover) .oneNav {
	color: #333;
}

nav:hover>li:not(:hover) .oneNav span::after {
	transform: scale(0, 1);
}

nav li dl {
	position: absolute;
	text-align: center;
	min-width: 150px;
	width: auto;
	top: 100%;
	left: 50%;
	background: #fff;
	-webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

nav li dl dd {
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

nav li dl dd:last-child {
	border-bottom: 0
}

nav li dl dd a {
	padding: 0 20px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	display: block
}

nav li dl dd:hover {
	background: var(--blue)
}

nav li dl dd:hover a {
	color: #fff !important;
}

/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav li dl {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	-o-transform: translateX(-50%) translateY(20px);
	-webkit-transform: translateX(-50%) translateY(20px);
	-moz-transform: translateX(-50%) translateY(20px);
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

nav li:hover dl {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

header::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	transition: all .36s;
	width: 100%;
	height: 0;
	background-color: rgba(255, 255, 255, .15);
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

header.scroll,
header:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	color: #333;
}

header.scroll::after,
header:hover::after {
	background-color: #fff;
	height: 100%;
}

header.scroll .oneNav span::after,
header:hover .oneNav span::after {
	background: var(--blue);
}

header.scroll nav li.on .oneNav,
header:hover nav li:hover .oneNav {
	color: var(--blue);
}

header.scroll .icon01,
header:hover .icon01 {
	display: none;
}

header.scroll .icon02,
header:hover .icon02 {
	display: block;
}




.h_nav {
	height: 60px;
	width: 60px;
	background-color: var(--blue);
	padding: 18px 8px;
	align-items: flex-end;
	display: flex;
}

.h_nav .burger {
	width: 100%;
	height: 1px;
	background: #fff;
	transition: .8s;
	display: inline-block;
}

.h_nav .burger:first-child {
	animation: long 2s linear infinite;
	-webkit-animation: ;
}

.h_nav .burger:nth-of-type(2) {
	width: 50%;
}

.h_nav .burger:nth-of-type(3) {
	animation: long 3s linear infinite;
	-webkit-animation: long 3s linear infinite;
}

.h_nav.close .burger:first-child {
	display: none;
}

.h_nav.close .burger:nth-of-type(3) {
	display: none;
}

.h_nav.close .burger:nth-of-type(2) {
	position: relative;
	z-index: 1;
	width: 80%;
}

.h_nav.close .burger:nth-of-type(2):before,
.h_nav.close .burger:nth-of-type(2):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 1;
}

.h_nav.close .burger:nth-of-type(2) {
	background: transparent;
	transform: rotate(-180deg);
}

.h_nav.close .burger:nth-of-type(2):before,
.h_nav.close .burger:nth-of-type(2):after {
	opacity: 1;
	transition: all .3s;
}

.h_nav.close .burger:nth-of-type(2):before {
	transform: rotate(45deg);
}

.h_nav .burger:nth-of-type(2):after {
	transform: rotate(-45deg);
}

.nav {
	color: #fff !important;
	padding-bottom: 60px;
	width: 100%;
	height: calc(100vh - 60px);
	transition: all .6s;
	transform: translateX(100%);
	background-color: #000;
	position: fixed;
	top: 60px;
	right: 0;
	flex-direction: column;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}

.nav.show {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.nav li.go-child {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	position: relative;
}

.nav li.go-child>a {
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
}

.h_nav.close {
	align-items: center;
	justify-content: center;
}

.erji {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	z-index: 10;
	background: url(../images/jia.png) no-repeat center center;
	background-size: 40% auto;
}

.nav li.go-child.on .erji {
	background: url(../images/jian.png) no-repeat center center;
	background-size: 40% auto;
}

.nav-down li a {
	line-height: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	display: block;
	padding-left: 25px;
	font-size: 14px;
	opacity: 0.8;
}

.nav {
	overflow-y: scroll;
}

.nav::-webkit-scrollbar {
	/*滚动条整体样式*/
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 1px;
}

.nav::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 3px;
	background: #555;
	width: 1px;
}

.nav::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 3px;
	background: #000;
	width: 1px;
}

.zwHeader {
	height: 100px;
}

.zw {
	margin-top: -100px;
	padding-top: 100px;
}

/* banner */

/* .idxBan .swiper-slide::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
} */

.idxBanImg {
	/* animation: swiper_img_move 8s linear 0s infinite normal both; */
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	min-height: 360px;
}

.idxBan .text {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.idxBan .swiper-pagination {
	bottom: 40px;
}

.idxBan .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.idxBan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.idxBan .swiper-pagination-bullet {
	background-color: #fff;
}

.idxBan .swiper-pagination-bullet-active {
	background-color: #fff;
}


/* .idxBanDown {
	position: absolute;
	bottom: 5%;
	left: 50%;
	display: inline-block;
	transform: translateX(-50%);
	z-index: 20;
	animation: ani-svg 1s linear 0s alternate infinite;
	-webkit-animation: ani-svg 1s linear 0s alternate infinite;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
} */

/* .idxScoll {
	width: 50px;
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 8%;
	z-index: 15;
} */

.idxTitYin {
	height: 1em;
}

.idxMore::before {
	transition: all .36s;
	width: 3em;
	height: 3em;
	display: block;
	position: absolute;
	left: -.8em;
	top: 50%;
	margin-top: -1.5em;
	content: '';
	background: var(--blue);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.idxMore:hover::before {
	width: calc(100% + .8em);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.idxMore:hover {
	color: #fff;
}

/* 医院简介 */
.idxAbout {
	background: url(../images/homeBg1.png) #fff bottom no-repeat;
	background-size: 100%;
}

.idxAbout .tit {
	line-height: 1.6;
	background-image: linear-gradient(to right, #51BAFD, #009397);
	/* 设置渐变方向和颜色 */
	-webkit-background-clip: text;
	/* 为WebKit浏览器裁剪背景 */
	background-clip: text;
	/* 裁剪背景以适应文字 */
	color: transparent;
	/* 文字颜色透明，仅显示背景渐变 */
	background-color: #000;
	/* 设置一个与文字颜色相同的背景色，确保背景透明 */
}

.idxAbout .aboutLogo {
	margin-left: -90px;
}

.idxAbout .more {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	padding: 2px;
	transition: 0.36s;
}

.idxAbout .more span {
	opacity: .3;
}

.idxAbout .more .white {
	background-color: #fff;
}

.idxAbout .more:hover {
	color: #fff;
}

.idxAbout .more:hover .white {
	background: linear-gradient(to right, #51BAFD, #009397);
}

.idxAbout .more:hover span {
	opacity: 1;
	color: #fff;
}


/* 管网医院 / 科室 */
.idxDepartment {
	background: url(../images/homeBg2.png) no-repeat;
	background-size: 100% 100%;
}

.idxDepartmentList {
	gap: 25px;
}

.idxDepartmentList li {
	width: calc((100% - 75px)/4);
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.idxDepartmentList li:hover {
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
}

.departmentItem .more {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	color: #fff;
	opacity: 0;
	transition: 0.36s;
}

.idxDepartmentList li:hover .more {
	opacity: 1;
}

.departmentItem .departmentImg {
	width: 100%;
}

.departmentItem:hover .departmentImg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* .departmentItem .txt {
	height: 180px;
	background-color: #fff;
} */

.idxDepartmentList li::before {
	display: block;
	content: "";
	width: 100%;
	opacity: 0;
	position: absolute;
	height: 2%;
	left: 0px;
	bottom: 0px;
	background: url(../images/listBg1.png) left bottom no-repeat;
	background-size: 100% 100%;
	transition: 0.36s;
}

.idxDepartmentList li:hover::before {
	height: 35%;
	opacity: 1;
}

/* 管网医院 / 技术 */
.idxTechnology {
	background: url(../images/homeBg3.png) left no-repeat;
	background-size: 100% 100%;
}
.idxTechnologyList {
	gap: 30px;
}

.idxTechnologyList li {
	width: calc((100% - 60px)/3);
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.idxTechnologyList li:hover {
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
}


.technologyItem .more {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	color: #fff;
	opacity: 0;
	transition: 0.36s;
}

.idxTechnologyList li:hover .more {
	opacity: 1;
}

.technologyItem .technologyImg {
	width: 100%;
	transition: 0.36s;
}

.technologyItem:hover .technologyImg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.technologyItem .txt {
	background-color: #fff;
}

.technologyItem .txt::before {
	display: block;
	content: "";
	width: 100%;
	opacity: 0;
	position: absolute;
	height: 30%;
	left: 0px;
	bottom: 0px;
	background: url(../images/listBg2.png) left bottom no-repeat;
	background-size: 100% 100%;
	transition: 0.36s;
}

.technologyItem:hover .txt::before {
	height: 100%;
	opacity: 1;
}

.technologyItem:hover .tit {
	background-image: linear-gradient(to right, #51BAFD, #009397);
	/* 设置渐变方向和颜色 */
	-webkit-background-clip: text;
	/* 为WebKit浏览器裁剪背景 */
	background-clip: text;
	/* 裁剪背景以适应文字 */
	color: transparent;
	/* 文字颜色透明，仅显示背景渐变 */
	background-color: #000;
	/* 设置一个与文字颜色相同的背景色，确保背景透明 */
}

/* 管网医院 / 案例 */
.idxCase {
	/* background: url(../images/homeBg4.png) left bottom #F3F7FA no-repeat; */
	background: url(../images/homeBg4.png) no-repeat;
	background-size: 100% 100%;
}

.idxCaseList {
	gap: 25px;
}

.idxCaseList li {
	width: calc((100% - 75px)/4);
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.idxCaseList li:hover {
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
}


.caseItem .casetxt {
	background-color: #fff;
}


.caseItem .icon {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
}

.caseItem .icon.caseIcon1 {
	background: url(../images/caseIcon1.svg);
	background-size: 100% 100%;
}

.caseItem .icon.caseIcon2 {
	background: url(../images/caseIcon2.svg);
	background-size: 100% 100%;
}

.caseItem .icon.caseIcon3 {
	background: url(../images/caseIcon3.svg);
	background-size: 100% 100%;
}

.caseItem .icon.caseIcon4 {
	background: url(../images/caseIcon4.svg);
	background-size: 100% 100%;
}

.idxCaseList li:hover .caseItem i {
	display: none;
}

.caseItem .more {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	color: #fff;
}

.idxCaseList li:hover .txt {
	opacity: 1;
}

.caseItem .caseImgItem {
	width: 100%;
	position: relative;
}

.caseItem .caseImgItem .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	z-index: 10;
}

.caseItem .caseImg {
	width: 100%;
}

.caseItem:hover .caseImg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.caseItem .txt {
	opacity: 0;
	background-color: #fff;
	transition: 0.36s;
	height: 170px;
}

.caseItem .txt::before {
	display: block;
	content: "";
	width: 100%;
	opacity: 0;
	position: absolute;
	height: 30%;
	left: 0px;
	bottom: 0px;
	background: url(../images/listBg3.png) #fff left bottom no-repeat;
	background-size: 100% 100%;
	transition: 0.36s;
}

.caseItem:hover .txt::before {
	height: 100%;
	opacity: 1;
}

.idxTit {
	background: url(../images/idxTitBg.png) no-repeat center center;
	background-size: 150% auto;
}


.linka a:hover {
	color: var(--blue);
}

.mySwiperBtn {
	width: 56px;
	height: 56px;
}

.mySwiperBtn:hover {
	color: #fff;
	background: var(--blue);
}

footer {
	background: url(../images/footBg.png);
	background-size: 100% 100%;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff !important;
	padding-left: 20px;
	transition: 0.6s;
}

footer dl {
	width: calc((100% - 200px) / 6);
	margin-right: 100px;
}

footer dl:nth-last-of-type(1) {
	margin-right: 0;
}

footer img {
	width: 260px;
}

.neiBanImg {
	min-height: 100px;
	max-height: 100vh;
	width: 100%;
	object-fit: cover;
	/* animation: zoomBig 2s forwards;
	-webkit-animation: zoomBig 2s forwards; */
}

.neiBan::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .25);
	z-index: 1;
}

.neibanLine {
	width: 1em;
	height: 5px;
}

.neiBanScoll {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.neiBanScoll:hover {
	box-shadow: 0 0 25px rgba(255, 255, 255, .5);
	border-color: var(--blue);
	background: var(--blue);
}

.neitit {
	background-image: linear-gradient(to right, #51BAFD, #009397);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	background-color: #000;
}

.neiTechnologyList li {
	background-color: #F3F7FA;
	margin-bottom: 90px;
}

.neiTechnologyList li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.neiTechnologyList li .left {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.neiTechnologyList li .numb {
	color: #E2E8ED;
	line-height: 0.8;
}

.neiTechnologyList li .color {
	color: #fff;
	background: linear-gradient(to right, #51BAFD, #009397);
}

.neiTechnologyList li .tit {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	padding: 2px;
	transition: 0.36s;
}

.neiTechnologyList li .tit .white {
	background-color: #F3F7FA;
}

.neiTechnologyList li .bottomTit {
	position: relative;
}
.neiTechnologyList li .bottomTit p {
	background-color: #F3F7FA;
	padding-left: 10px;
	position: relative;
}

.neiTechnologyList li .bottomTit::before {
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 100%;
	background-color: #013575;
	content: '';
}

.neiTechnologyList li .technologyImg {
	width: 100%;
}

.neiTechnologyList li .technologyImg:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.neiTechnologyList li .nandian {
	background: url(../images/nandianBg.png) right bottom no-repeat;
	background-size: 186px;
	padding-bottom: 190px;
}

/* 内页案例 */
.neiCaseList li {
	background-color: #F3F7FA;
	margin-bottom: 90px;
}

.neiCaseList li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.neiCaseList li .left {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.neiCaseList li .left span {
	display: block;
}

.neiCaseList li .left span:nth-of-type(1) {
	width: 70px;
}

.neiCaseList li .left span:nth-of-type(2) {
	width: calc(100% - 70px);
}

.neiCaseList li .numb {
	color: #E2E8ED;
	line-height: 0.8;
}

.neiCaseList li .color {
	color: #fff;
	background: linear-gradient(to right, #51BAFD, #009397);
}
.neiCaseList li .bottomTit {
    position: relative;
}
.neiCaseList li .bottomTit p {
	background-color: #F3F7FA;
	padding-left: 10px;
	position: relative;
}

.neiCaseList li .bottomTit::before {
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 100%;
	background-color: #013575;
	content: '';
}

/* .neiCaseList li dl::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #013575;
	content: '';
} */
 .neiCaseList .mh560 {
	min-height: 560px;
 }


.neiCaseList li .bigImg {
	height: 180px;
	/* overflow: hidden; */
}
.neiCaseList li .caseImgbig {
	width: 100%;
	/* max-width: 100%; */
	height: auto;
	max-height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.neiCaseList li .caseImgbig:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.neiCaseList li .bigImg2 {
	height: 295px;
	/* overflow: hidden; */
}
.neiCaseList li .caseImgbig2 {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.neiCaseList li .caseImgbig2:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.neiCaseList li .caseImgsmall {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 80px;
}

.neiCaseList li .caseImgsmall:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.neiCaseList dd {
	width: calc((100% - 140px) / 3);
	margin-right: 70px;
}

.neiCaseList dd:nth-last-of-type(1) {
	margin-right: 0;
}


/* 内页科室 */

.neidepartment .tit {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	padding: 2px;
	transition: 0.36s;
}

.neidepartment .tit .white {
	background-color: #fff;
}

.neidepartmentList {
	background-color: #F3F7FA;
	/* margin-bottom: 90px; */
}

/* .neidepartmentList:nth-last-of-type(1) {
	margin-bottom: 0;
} */

.neidepartmentList .img-box {
	border: 2px solid #e4eaee;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.neidepartmentList .no-border {
	border: 0;
}

.neidepartmentList .no-radius {
	border-radius: 0;
}

.neidepartmentList .img {
	width: 100%;
}

.neidepartmentList .img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.neidepartmentList .item {
	width: calc((100% - 90px) / 2);
	margin-right: 45px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.neidepartmentList .item:nth-last-of-type(1) {
	margin-right: 0;
}

.neidepartmentList .item .numb {
	color: #E2E8ED;
	line-height: 0.8;
	width: 110px;
}

.neidepartmentList .item .color {
	width: calc(100% - 130px);
	color: #fff;
	background: linear-gradient(to left, #51BAFD, #009397);
}

.neidepartmentList .item li {
	width: calc((100% - 40px) / 2);
	margin-right: 20px;
	margin-bottom: 40px;
}

.neidepartmentList .item li:nth-of-type(2n) {
	margin-right: 0;
}

.neidepartmentList .item li:nth-last-of-type(1),
.neidepartmentList .item li:nth-last-of-type(2) {
	margin-bottom: 0;
}

.neidepartmentList .item2 li:nth-of-type(1) {
	width: 100%;
	margin: 0 auto 40px;
}

.neidepartmentList .item2 li:nth-of-type(2) {
	margin-right: 20px;
}

.neidepartmentList .item2 li:nth-last-of-type(1) {
	margin-right: 0;
}

.neidepartmentList .item2 li:nth-of-type(1) .img-box {
	width: calc(50% - 10px);
	margin: 0 auto;
}

.neidepartmentList .item4 li {
	width: 100% !important;
	margin-right: 0;
	margin-bottom: 0;
}

.neidepartmentList .item4 li .name {
	width: 90px;
}

.neidepartmentList .item4 li .lable-box {
	width: calc(100% - 90px);
	position: relative;
}

.neidepartmentList .item4 li .lable-box::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #013575;
	content: '';
}

.neidepartment .lable-box {
	gap: 10px;
}

.neidepartment .lable-box .lable-item {
	width: calc(50% - 5px);
}

.neidepartment .lable {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	padding: 2px;
	transition: 0.36s;
	width: 140px;
}

.neidepartment .lable .white {
	background-color: #fff;
}


.neidepartmentList .zhiliaoItem li {
	width: calc((100% - 60px) / 3);
	margin-right: 20px;
	margin-bottom: 40px;
}

.neidepartmentList .zhiliaoItem li:nth-of-type(3n) {
	margin-right: 0;
}

.neidepartmentList .zhiliaoItem li:nth-last-of-type(1),
.neidepartmentList .zhiliaoItem li:nth-last-of-type(2),
.neidepartmentList .zhiliaoItem li:nth-last-of-type(3) {
	margin-bottom: 0;
}

.neidepartmentList .zhiliaoItem li:nth-of-type(2),
.neidepartmentList .zhiliaoItem li:nth-of-type(4) {
	margin-right: 20px;
}

.neidepartmentList .zhiliaoItem .img-box {
	border: 0;
	border-radius: 15px;
}

/* 关于 */

.neiAbout .about {
	margin: 0 auto;
}

.neiAbout .about .aboutLogo {
	margin: 0 auto;
	text-align: center;
}

.neiAbout .about .aboutLogo img {
	width: 150px;
}

.neiAbout .service,
.neiAbout .jiagou,
.neiExpert .expert,
.neiContact .contact {
	background-color: #F3F7FA;
	overflow: hidden;
}

.neiAbout .service img {
	width: 100%;
}

.neiExpert .expert ul {
	gap: 25px;
}

.neiExpert .expert li {
	width: calc((100% - 75px) / 4);
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.neiExpert .expert li:hover {
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
}

.neiExpert .expert li .img {
	width: 100%;
	transition: 0.36s;
}

.neiExpert .expert li:hover .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.neiExpert .expert li::before {
	display: block;
	content: "";
	width: 100%;
	opacity: 0;
	position: absolute;
	height: 10%;
	left: 0px;
	bottom: 0px;
	background: url(../images/listBg3.png) #fff left bottom no-repeat;
	background-size: 100% 100%;
	transition: 0.4s;
}

.neiExpert .expert li:hover::before {
	height: 50%;
	opacity: 1;
}

.neiExpert .expert .infoImg {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.neiExpert .expert .infoImg .img {
	width: 100%;
	transition: 0.36s;
}

.neiExpert .expert .infoImg:hover .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.neiExpert .expert .lable-box {
	width: 100%;
	position: relative;
}

.neiExpert .expert .lable-box {
	gap: 14px;
}

.neiExpert .expert .lable-box .lable-item {
	width: calc(14.2% - 12px);
}

.neiExpert .expert .lable {
	display: inline-block;
	background: linear-gradient(to right, #51BAFD, #009397);
	padding: 2px;
	transition: 0.36s;
	width: 140px;
}

.neiExpert .expert .lable .white {
	background-color: #F3F7FA;
}

.neiContact .contact span {
	position: relative;
	display: inline-block;
}

.neiContact .contact span::before {
	position: absolute;
	top: 50%;
	left: -70px;
	margin-top: -1px;
	content: '';
	height: 2px;
	width: 60px;
	background-color: #000;
}

.neiContact .contact span::after {
	position: absolute;
	top: 50%;
	right: -70px;
	margin-top: -1px;
	content: '';
	height: 2px;
	width: 60px;
	background-color: #000;
}

.neiContact .contact ul {
	gap: 60px;
}

.neiContact .contact li {
	width: 247px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.neiContact .contact i {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: visible !important;
	-webkit-transition: .36s;
	transition: .36s;
}

.neiContact .contact i.icon01 {
	background: url(../images/contactIcon01.png);
	background-size: 100% 100%;
}

.neiContact .contact i.icon02 {
	background: url(../images/contactIcon02.png);
	background-size: 100% 100%;
}

.neiContact .contact i.icon03 {
	background: url(../images/contactIcon03.png);
	background-size: 100% 100%;
}

.neiContact .contact li:hover i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}