/* 特色产品 */
.pro {
	padding: 6.51042vw 0% 0vw;
	width: 100%;
}

.pro-top {
	text-align: center;
	font-size: 2.5vw;
}

.pro-top p span {
	color: rgb(43, 47, 160);
}

.pro-con {
	margin: 4.17973vw 0% 0vw 10.7106%;
	display: flex;
	justify-content: space-between;
}

.pro-le .pro-list {
	width: 100%;
}

.pro-item {
	width: 100%;
	box-shadow: 0 1px 12px rgba(43, 43, 43, .1);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.pro-img,
.pro-hov {
	width: 100%;
	height: auto;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	display: block;
}

.pro-hov {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.pro-item:hover .pro-img,
.pro-item.active .pro-img {
	opacity: 0;
	visibility: hidden;
}

.pro-item:hover .pro-hov,
.pro-item.active .pro-hov {
	opacity: 1;
	visibility: visible;
}

.pro-right {
	position: relative;
}

.pro-ri {
	position: relative;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.pro-ri.active {
	display: block;
	opacity: 1;
}

.pro-ri:first-child {
	display: flex;
	opacity: 1;
}

.pro-item {
	cursor: pointer;
	transition: all 0.3s ease;
}

.pro-item:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pro-ri>img {
	width: 100%;
	height: auto;
}

.list-con {
	position: absolute;
	top: 15%;
	left: 10%;
}

.pro-tit {
	color: rgb(41, 63, 168);
	font-size: 2vw;
}

.canshu {
	margin: 6.89% 0vw 9.96564%;
	color: rgb(98, 98, 98);
	font-size: 1vw;
}

.canshu div p:nth-child(2) {
	font-size: 0.8vw;
}

.pro-more {
	width: 6vw;
	height: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(43, 47, 160);
	padding: 0.1vw 0.5vw;
	color: white;
	font-size: 0.8vw;
}

.pro-more img {
	margin-left: 2px;
	width: 10%;
	height: auto;
}

.pro-more:hover {
	color: white;
}
/* 压力仪表 */
.yb{
    background-color: rgb(245, 245, 245);
    padding: 3.64583vw 9.40439% 2.60417vw;
}
.yb-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yb-top > p{
    display: flex;
    padding: 0vw 0% 1.04167vw;
    font-size: 2vw;
}
.yb-top > p span:nth-child(1){
    color: rgb(43, 47, 160);
}
.yb-top img{
    width: 70%;
}
.yb-con{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yb-list{
    display: flex;
    width: 32%;
    padding: 1.5%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.yb-list img{
    width: 100%;
    height: auto;
}
.yb-list span{
    font-size: 16px;
    margin: 20px 0;
}
.yb-list:hover span{
    color: rgb(43,47,160);
}

.yb-list:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

