/* CSS Document */
.mains{position:relative;}
.protitle{width:100%;height: 260px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.productmain{width:100%;height: auto;position: absolute;top: 60px;left: 0;}
.productmain .pro{width:100%;height: auto;margin-bottom: 30px;}
.productmain .pro .left{width:800px;float: left;}
.productmain .pro .left .pname{width:100%;height: auto;font-size: 40px;color: #fff;font-weight: bold;line-height: 50px;padding: 15px 0;}
.productmain .pro .left .pname .font20{font-size:20px;margin-left: 10px;}
.productmain .pro .left .pimg{width:700px;height: auto;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,0.1);overflow: hidden;background: #fff;padding: 35px 50px;}
.productmain .pro .left .pimg .ntitle{width:100%;height: auto;font-size: 26px;line-height: 40px;color: #000;}
.productmain .pro .left .pimg .nconn{width:100%;height: auto;}
.productmain .pro .right{margin-top: 180px;width:350px;float: right;}
.productmain .pro .right .con{width:100%;height: auto;padding: 25px 0;}
.productmain .pro .right .con .ptitle{width: 100%;height: auto;line-height: 80px;font-size: 22px;color: #000;font-weight: bold;}


.nitem{width:300px;height: auto;margin-right: 30px;margin-bottom: 30px;}
.nomar{margin-right: 0px;}
.nitem .img{width:300px;height: 206px;overflow: hidden;border-radius: 10px;}
.nitem .img img{width:100%;height: 100%;cursor: pointer;transition: .4s all;}
.nitem .img img:hover{transform:scale(1.1);}
.nitem .font1624{width:auto;height: 48px;font-size: 16px;line-height: 24px;color: #000;padding: 10px 0;overflow: hidden;font-weight: bold;}
.nitem .font1420{width:auto;height: 60px;overflow: hidden;text-overflow: ellipsis;font-size: 14px;line-height: 20px;color: #000;}

.vitem{width:300px;height: auto;margin-right: 30px;margin-bottom: 10px;}
.nomar{margin-right: 0px;}
.vitem .vimg{width:300px;height: 206px;position: relative;overflow: hidden;border-radius: 10px;cursor:pointer;}
.vitem .vimg:hover>img{transform:scale(1.1);}
.vitem .vimg img{width:100%;height: 100%;transition: .4s all;}
.vitem .vimg .icn{width:300px;height: 206px;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.vitem .vimg .icn img{width:128px;height: 128px;}
.vitem .font1624{width:auto;height: 48px;font-size: 16px;line-height: 24px;color: #000;padding: 10px 0;overflow: hidden;font-weight: bold;}


