/* CSS Document */
.wrapper{width:1200px;height: auto;margin: 0 auto;}
.protitle{width:100%;height: 200px;background-repeat: no-repeat;background-size: cover;background-position: center;margin-top: 140px;}

.productmain{width:100%;height: auto;position: absolute;top: 190px;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: 32px;color: #fff;font-weight: bold;line-height: 50px;padding: 15px 0;}
.productmain .pro .left .pimg{width:700px;height: auto;border-radius: 0px;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;margin-bottom:20px;}
.productmain .pro .left .pimg .nconn{width:100%;height: auto;}
.productmain .pro .left .pimg .nconn img{max-width:100%;}
.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;max-height: 206px;overflow: hidden;border-radius: 0px;}
.nitem .img img{width:100%;height: auto;cursor: pointer;transition: .4s all;}
.nitem .img img:hover{transform:scale(1.1);}
.nitem .font1624{width:auto;max-height: 48px;font-size: 16px;line-height: 24px;color: #000;padding: 10px 0;overflow: hidden;font-weight: bold;}
.nitem .font1420{width:auto;max-height: 60px;overflow: hidden;text-overflow: ellipsis;font-size: 14px;line-height: 20px;color: #7d7d7d;}

.vitem{width:300px;height: auto;margin-right: 30px;margin-bottom: 10px;}
.nomar{margin-right: 0px;}
.vitem .vimg{width:300px;max-height: 206px;position: relative;overflow: hidden;border-radius: 0px;cursor:pointer;}
.vitem .vimg:hover>img{transform:scale(1.1);}
.vitem .vimg img{width:100%;height: auto;transition: .4s all;}
.vitem .vimg .icn{width:300px;height: 206px;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;background: rgba(0,0,0,0.3);}
.vitem .vimg .icn i{width:100%;height: 100%;background-image: url(../images/icn-08.png);background-repeat: no-repeat;background-size: 80px 80px;background-position: center;transition: .4s all;}
.vitem .vimg:hover>.icn i{background-image: url(../images/icn-09.png);}
.vitem .font1624{width:auto;height: 48px;font-size: 16px;line-height: 24px;color: #000;padding: 10px 0;overflow: hidden;font-weight: bold;}
