
			p {
				color: #1d1d1d;
			}
			
			body {
				min-width: 1300px;
			}
			
			.contentText {
				background-color: #fff;
				padding: 10px 20px 20px 20px;
				box-shadow: #ddd 0px 0px 15px;
				border-radius: 10px;
				border: 1px solid #ddd;
				text-align: justify;
				position: relative;
			}
			
			.contentText:hover {
				box-shadow: #c9d7f6 0px 0px 15px;
				z-index: 1;
			}
			
			.firstCon {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-top: 20px;
			}水库巡检
			
			.firstImg {
				transition: ease .3s;
			}
			
			.firstImg:hover {
				transform: scale(1.03);
			}
			
			.tedianImg {
				/*position: absolute;
    top: 5px;
    right: 10px;
    width: 100%;*/
				transition: ease 0.3s;
				width: 80%;
				margin: 30px auto 0;
				background: linear-gradient(45deg, #d8f2f6, #ecf5f6);
				border-radius: 10px;
				display: flex;
				padding: 0px 0px 0px 15px;
				align-items: center;
			}
			
			.tedianImg2 {
				transition: ease 0.3s;
				width: 80%;
				margin: 30px auto 0;
				background: linear-gradient(135deg, #e2ebff, #f3f9ff);
				border-radius: 10px;
				display: flex;
				padding: 15px;
				align-items: center;
			}
			
			.tedianImg2:hover {
				transform: scale(1.03);
			}
			
			.tedianImg_right {
				border: 1px solid #b3b3b3;
				padding: 10px;
				border-radius: 12px;
				position: relative;
				width: 52%;
			}
			
			.tedianImg_right_ico {
				position: absolute;
				left: -10%;
				top: 36%;
				background: linear-gradient(to right, #81ceff, #70bdff);
				padding: 7px;
				border-radius: 50%;
				box-shadow: #cfdeff 0px 5px 20px 8px;
			}
			
			.tedianImg_right_ico2 {
				position: absolute;
				right: -10%;
				top: 36%;
				background: linear-gradient(to right, #81ceff, #70bdff);
				padding: 7px;
				border-radius: 50%;
				box-shadow: #cfdeff 0px 5px 20px 8px;
			}
			
			.tedianImg_right_ico img,
			.tedianImg_right_ico2 img {
				width: 40px;
			}
			
			.tedianImg_left {
				width: 48%;
				position: relative;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-direction: column;
			}
			
			.tedianImg_left_circle {
				position: absolute;
				width: 50px;
				height: 50px;
				background: #d3e3f8;
				opacity: 0.5;
				top: 0%;
				left: 11%;
				border-radius: 50%;
			}
			
			.tedianImg2_left_circle {
				background: #c7ebf1;
			}
			
			.tedianImg_left_circle2 {
				position: absolute;
				width: 30px;
				height: 30px;
				background: #9aa6f5;
				opacity: 0.5;
				top: 16%;
				left: 8%;
				border-radius: 50%;
			}
			
			.tedianImg2_left_circle2 {
				background: #7ed5e1;
			}
			
			.tedianImg_left_titleCon {
				position: relative;
				width: 45%;
			}
			
			.tedianImg_left_title {
				z-index: 99;
				position: relative;
				color: #0979fe;
				font-size: 17px;
				font-weight: 700;
			}
			
			.tedianImg_left_title_bgcolor {
				height: 10px;
				width: 51%;
				position: absolute;
				background: #8adae7;
				bottom: 10px;
			}
			
			.zongtiDiv_con {
				background-color: #fff;
				border: 2px solid #b6b5b5;
				width: 18%;
				display: flex;
				flex-direction: column;
				position: relative;
				border-radius: 15px;
				align-items: center;
				justify-content: center;
				transition: ease 0.5s;
			}
			
			.jutiDIv_kuai {
				width: 30%;
				border: 1px solid #ddd;
				padding-bottom: 5px;
				border-radius: 10px;
				box-shadow: #ddd 0px 0px 15px;
				background-color: #e8f1fd;
			}
			
			.yingyongDiv {
				display: flex;
				align-items: center;
				justify-content: space-around;
				background-color: #fff;
				padding: 15px 0px;
				margin-top: 20px;
				box-shadow: #ddd 0px 0px 15px;
				border-radius: 10px;
			}
			
			.yingyongDiv:hover {
				box-shadow: #c9d7f6 0px 0px 15px;
			}
			
			.yingyongxian {
				height: 300px;
				width: 3px;
				background-color: #e3e3e3;
			}
			
			.yingyongImg img {
				width: 250px;
				border: 1px solid #acacac;
				border-radius: 10px;
			}
			
			.Secondline {
				text-indent: 30px;
				font-size: 14px;
			}
			
			.cuti {
				font-weight: 700;
			}
			
			.shu {
				margin-right: 5px;
			}
			
			.tedianTextCon {
				display: flex;
				align-items: center;
				justify-content: space-between;
				width: 80%;
				margin: 10px auto;
			}
			
			.tedianTextCon_left {
				width: 48%;
				display: flex;
				align-items: center;
				border: 1px solid #b3b3b3;
				padding: 10px;
				border-radius: 12px;
			}
			
			.tedianText {
				background: linear-gradient(45deg, #d5f3ff, #f0edfd);
				line-height: 32px;
				padding-left: 0px;
				background-color: #fff;
				border: 1px solid #ddd;
				padding: 0px;
				margin: 20px auto 0px;
				border-radius: 10px;
				box-shadow: #ddd 0px 0px 15px;
				width: 85%;
				display: flex;
				justify-content: space-between;
				align-items: center;
				height: 270px;
			}
			
			.tedianText_right>p {
				font-size: 14px!important;
			}
			
			.zongtiDiv_con {
				background-color: #fff;
				border: 2px solid #b6b5b5;
				width: 18%;
				display: flex;
				flex-direction: column;
				position: relative;
				border-radius: 15px;
				align-items: center;
				justify-content: center;
				transition: ease 0.5s;
			}
			
			.yemianCon {
				margin-top: 30px;
			}
			
			.yemianDiv {
				display: flex;
				justify-content: space-around;
			}
			
			.zyemianDiv_con {
				width: 22.5%;
				border: 1px solid #ddd;
				border-radius: 10px;
				display: flex;
				align-items: center;
				justify-content: center;
				position: relative;
				overflow: hidden;
			}
			
			.zzyemianDiv_con_name {
				position: absolute;
				bottom: 0px;
				background-color: rgb(51 51 51 / 70%);
				width: 100%;
				margin-bottom: 0px;
				border-radius: 0px 0px 10px 10px;
				padding: 10px 0px;
				text-align: center;
				color: #fff;
			}
			
			.jutiDiv_kuai_text {
				display: flex;
				align-items: baseline;
				color: #333;
				font-size: 14px;
				padding: 0px 10px 0px 30px;
				text-align: justify;
			}
			
			.yingyongDiv {
				display: flex;
				align-items: center;
				justify-content: space-evenly;
				background-color: #fff;
				padding: 15px 0px;
				margin-top: 20px;
				box-shadow: #ddd 0px 0px 15px;
				border-radius: 10px;
			}
			
			.yingyongDiv:hover {
				box-shadow: #c9d7f6 0px 0px 15px;
			}
			
			.yingyongxian {
				height: 300px;
				width: 3px;
				background-color: #e3e3e3;
			}
			
			.yingyongImg {
				display: flex;
				justify-content: space-around;
			}
			
			.yingyongImg img,
			.yingyongImg_center img {
				width: 250px;
				border: 1px solid #acacac;
				border-radius: 10px;
			}
			
			.yingyongImg_center {
				position: absolute;
				top: 32%;
				left: 29%;
			}
			
			.yingyongDivLeft {
				width: 30%;
			}
			
			.yingyongDivLeft_anli {
				width: 30%;
			}
			
			.yingyongDivTitle {
				text-align: left;
				padding-left: 20px;
				font-weight: 700;
				margin-bottom: 25px;
			}
			
			.anlixian {
				height: 250px;
				width: 3px;
				background-color: #e3e3e3;
			}
			
			.anlitext,
			.yingyongtext {
				text-indent: -6px;
			}
			
			.kuaiFirst {
				background: linear-gradient(138.77deg, rgba(94, 249, 184, .1) 2.27%, rgba(84, 188, 246, .1) 97.76%);
			}
			
			.kuaiSecond {
				background: linear-gradient(138.77deg, rgba(94, 169, 249, .1) 2.27%, rgba(84, 91, 246, .1) 97.76%);
			}
			
			.kuaiThird {
				background: linear-gradient(138.77deg, rgba(94, 100, 249, .1) 2.27%, rgba(175, 84, 246, .1) 97.76%)!important;
			}
		