.pag-banner{
	width: 100%;
}
.pag-banner img{
	width: 100%;
}
.about-banner video{
	width: 100%;
}
/*产品详情展示*/
.show-pro{
	width: 1200px;
	margin:0 auto;
	margin-top:50px;
}
/*产品导航*/
.pro-nav{
	width: 286px;
	border:1px solid #d2d2d2;
	padding:25px;
	float:left;
	box-sizing:border-box;
}
.pro-nav p:first-child{
	color:#bfbfbf;
	font-size: 24px;
}
.pro-nav p:nth-child(2){
	color:#434343;
	font-size: 24px;
	font-weight:normal;
	margin:10px 0;
}
hr{
	border:1px solid #bfbfbf;
}
.pronav-list{
	margin-top: 27px;	
}
.pronav-list .list-dt p{
	font-size: 16px;
	color:#707070;
}
.list-dt{
	width:100% ;
	height:60px;
	border-bottom: 1px solid #eee;
	line-height: 60px;
	cursor:pointer;
	overflow: hidden;
	position: relative;
}
.list-dt:last-child{
	border:none;
}
.pro-other{
	border:none;
}

.list-dt p a{
	color:#707070;
	text-decoration:none;
	display:inline-block;
	width:100%;
}
.list-dt p:hover{
	color:#ff911a;
}
.list-dt p:hover a{
	color:#ff911a;
	text-decoration:none;
}

.sethv p a{
	color:#ff911a;
	text-decoration:none;
}
#open p{
	color:#ff911a;
}
#open p:hover{
	color:#ff911a;
}
#open p:hover a{
	color:#ff911a;
	text-decoration:none;
}
.list-dt-icon{
	position:absolute;
	right: 10px;
	top:30px;
	display: block;
	width: 16px;
	height:8px;
	background: url(../images/pag_pro/list-icon.png) no-repeat;
}
#open .list-dt-icon{
	background:url(../images/pag_pro/list-icon1.png) no-repeat;
}
.nav-list-dd{
	display: none;
}
.nav-list-dd ul{
	background: #f5f5f4;
	padding:20px 10px;
}
.nav-list-dd li{
	color:#898989;
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
}
.nav-list-dd li a{
	color:#898989;
	text-decoration:none;
	display:inline-block;
	width:100%;
}
.nav-list-dd li:hover{
	color:#ff911a;
	font-size: 14px;
}

.nav-list-dd li:hover a{
	color:#ff911a;
	text-decoration:none;
}

.nav-list-dd li.sethvv a{
	color:#ff911a;
	text-decoration:none;
}
/*产品列表*/
.pro-content{
  width: 888px;
  margin-left: 26px;
  float:left;
}
/*产品筛选*/
.pro-select{
	width: 838px;
	height:106px;
	background: #f5f5f4;
	padding:22px 25px;
}
.pro-select dl{
	position: relative;
	display: block;
	line-height: 55px;
}
.pro-select dt{
	position:absolute;
	top:0;
	left:0;
	font-size: 14px;
	color:#888;
}
.pro-select dd{
	display: block;
	padding-left: 50px;
}
.pro-select dd a{
	display: inline-block;
	height:26px;
	padding: 0 8px;
	text-decoration: none;
	color:#898989;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}
.pro-select dd a:hover{
	color:#fff;
	background: #173250;
}

.pro-select dd a.hhset{
	color:#fff;
	background: #173250;
}

.pro-select input{
	width: 91px;
	height:26px;
	box-sizing:border-box;
}
.pro-select em{
	display: inline-block;
	width: 22px;
	line-height: 26px;
	text-align: center;
}
.pro-select button{
	height:26px;
	color:#fff;
	background: #173250;
	border:none;
	margin-left: 10px;
	line-height: 26px;
}
/*产品列表*/
.pro-list{
    width: 888px;
    height:1200;
    margin-top: 36px;
    
}
.pro-list ul{
	/*display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	flex-wrap: wrap;*/
}
.pro-list .pro_li{
	float:left;
	width: 276px;
	margin-bottom: 37px;
	border:1px solid #d2d2d2;
	background-size: 276px 201px;
	box-sizing:border-box;
	transition:all .3s linear;
	margin-right: 30px;
}

.pro-list .pro_li:nth-of-type(3n){
	margin-right: 0;
}

.pro-list li:hover{
	box-shadow:0 9px 30px -6px rgba(0, 0, 0, 0.2), 0 18px 20px -10px rgba(0, 0, 0, 0.04), 0 18px 20px -10px rgba(0, 0, 0, 0.04), 0 10px 20px -10px rgba(0, 0, 0, 0.04)
}
.pro-list li a{
	color:#666;
	text-decoration:none;
}
.proitem-name{
	height:17px;
	line-height: 17px;
	font-size: 17px;
	padding-left: 10px;
	margin-top: 18px;
	margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productName{
	width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.proitem-serial{
	height:15px;
	line-height: 15px;
	font-size: 15px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #e5e5e5;
	padding-left: 10px;
}

.proitem-serial em{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.proitem-name p,.proitem-serial em{
	width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro-operate{
	height:48px;
	font-size: 14px;
	padding: 15px 10px 10px 10px;
	background: url(../images/pag_pro/share.png) no-repeat;
	background-position:18px 18px;
	box-sizing:border-box;
	cursor:pointer;
}
.pro-operate em{
	margin-left: 40px;
}


/*产品页码*/
.pro-page{ 
	height:40px;
	box-sizing:border-box;
	margin: 32px auto;
	text-align:center;
}

.pro-page a{
	display:inline-block;
	width: 40px;
	height:40px;
	border:1px solid #dcdcdc;
	text-align: center;
	box-sizing:border-box;
	cursor: pointer; 
	line-height: 40px;
	text-decoration: none;
	color: #a0a0a0;
}

.pro-page .page_btn{
	width: 80px;
}

.pro-page a:hover{
	background: #163250;
	color:#fff;
}
.pro-page span{
	display:inline-block;
	width: 40px;
	height:40px;
	border:1px solid #dcdcdc;
	text-align: center;
	box-sizing:border-box;
	cursor: pointer; 
	line-height: 40px;
	color: #fff;
	background: #163250;
}
.pro-page .a1{ 
	/*display:none;*/
	width: 80px;
}
.pro-page li{
	float:left;
	width: 40px;
	height:40px;
	border:1px solid #dcdcdc;
	text-align: center;
	box-sizing:border-box;
	cursor: pointer; 
}
.pro-page li a{
	text-decoration: none;
	line-height: 40px;
	color: #a0a0a0;
}
.pro-page li:hover{
	background: #163250;
	
}
.pro-page li:hover a{
	color:#fff;
}
