




/* 中间 */
.briefIntroduction {
    width: 144px;
    height: 36px;
    margin-top: 80px;
    margin: auto;
    text-align: center;
    line-height: 36px;
}

.blue {
    width: 40px;
    height: 5px;
    background-color: #3FADBBFF;
    margin: auto;
    margin-top: 15px;
}

.blueBt {
    width: 194px;
    height: 27px;
    margin: auto;
    text-align: center;
    line-height: 27px;
    color: #9e9e9e;
    margin-top: 15px;
}

.yanshineirong {
    width: 1200px;
    height: 416px;
    display: flex;
    justify-content: space-around;
}

.yanshiyi {
    width: 388px;
    height: 416px;
    border: 1px solid #3333;
}

.diyipai {
    width: 166px;
    height: 20px;
    font-size: 20px;
    margin-top: 46px;
    margin-left: 25px;
}
.quxiahuaxian{
    text-decoration: none;
    color: black;
}

.yanshitu {
    margin-top: 26px;
    margin-left: 25px;
    width: 350px;
    height: 300px;
}

.dierpai {
    margin-top: 30px;
    width: 1200px;
    height: 416px;
    display: flex;
    justify-content: space-around;
}


.chanpinyanshi {
    width: 1200px;
  
    margin: auto;
    margin-top: 70px;

}
.chanpinyanshi img{
	cursor: pointer;
	transition: all 0.6s;
}
.chanpinyanshi img:hover{
	transform: scale(1.05);
}

