.chanpinbg{
    background: url(../Responsiveimg/bg.png) no-repeat left;
}
.jhbk{
    width: 50px;
    border-radius: 50px;
    border: 2px #ff5536 solid;
}
.youshi{
    text-align: center;
}
.shuoming{
    margin-top: 20px;
    margin-bottom: 80px;
}
/*产品参数开始*/
.canshu-nr>div{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.canshu-nr>div h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
    margin: 20px 0;
}
.canshu-nr>div h4 i{
	font-size: 35px;
    border: none;
    font-weight: 100;
    color: rgba(216,33,45,.8);
    vertical-align: middle;
}

.canshu-nr .cp-js video{
	float: left;
	width: 100%;
    max-width: 550px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.canshu-nr .cp-td .cp-td-lis{
	overflow: hidden;
}
.canshu-nr .cp-td .cp-td-lis li{
	float: left;
	width: 50%;
	height: 75px;
	margin: 10px 0;
    overflow: hidden;
	padding-right: 15px;
}
.canshu-nr .cp-td .cp-td-lis li i{
	float: left;
	color: #fff;
	font-size: 40px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 82px;
    margin-right: 13px;
	background-color: rgba(216,33,45,.9);
}
.canshu-nr .cp-td .cp-td-lis li h6{
	color: #D8212D;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px;
}
.canshu-nr .cp-td .cp-td-lis li span{
	font-size: 16px;
}


.canshu-nr div p{
	font-size: 15px;
    line-height: 32px;
    text-indent: 2em;
	margin-bottom: 5px;
}
.canshu-nr div p img,.canshu-nr div img{
	width: 100%;
    display: inline-block;
    max-width: 550px;
    margin: 0 20px 10px 0;
}
.canshu-nr div table{
	width: 100%;
}
.canshu-nr div table tr th,.canshu-nr div table tr td{
	text-align: center;
	vertical-align: middle;
}
.canshu-nr div table tr:nth-of-type(2n-1){
	background-color: rgba(216,33,45,.08);
}
.canshu-nr div table tr:hover{
	background-color: rgba(216,33,45,.1);
}
.canshu-nr div table tr:first-of-type{
	color: #fff;
	background-color: rgba(216,33,45,.8);
}

@media only screen and (max-width: 767px) {
.canshu-nr .cp-td .cp-td-lis li{
	width: 100%;
	height: auto;
	overflow: visible;
	padding-right: 0;
}
.canshu-nr .cp-td .cp-td-lis li span {
    font-size: 15px;
}
	
}

@media only screen and (max-width: 700px) {
.canshu-nr .cp-js .cp-js-video{
	width: 100%;
}
.canshu-nr .cp-js .cp-js-img{
	width: 100%;
}	
	
}


/*产品参数结束*/
.pad{
    padding: 20px;
}
.mar{
    margin: 20px;
}
.mar-0{
    margin: 0;
}
.pad-0{
    padding: 0;
}
.w-max{
    width: 100%;
}
.youshi li{
    margin: 20px;
    padding: 20px;
    width: 18%;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 5px rgba(131, 131, 131, 0.1);
    -moz-box-shadow: 0 0 5px rgba(131, 131, 131, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(131, 131, 131, 0.1);
}
.youshi li .icon{
    width: 50px;
    height: 50px;
}
.youshi li .icon2{
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background-color: #ffffff;
    bottom: -20px;
    right: 20px;
    box-shadow: 0 0 5px rgba(131, 131, 131, 0.1);
    -moz-box-shadow: 0 0 5px rgba(131, 131, 131, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(131, 131, 131, 0.1);
}
.youshi li .icon2 img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:80%;
    height: 80%;
    padding: 20%;
}
.yuanli li{
    margin-top: 20px;
    list-style: url(../Responsiveimg/icon_yuan.png);
}
.wuliao{
    text-align: center;
}

.wuliao li{
    margin: 10px;
    padding: 10px;
    width: 20%;
    display: inline-block;
    background-color: #ffffff;
}
.wuliao img{
    width:100%;
}
.xianchang img{
    width:100%;
    margin: 20px;
}
.baojia{
    color: #fff;
    background-color: #ff5536;
    padding: 10px 30px;
    border-radius: 5px;
}
.dianhua {
    width: 50%;
    position: absolute;
    bottom: 0;
}
.dianhua img{
    float: left;
}
.dianhua div{
    margin-left: 10px;
    float: left;
}
.gzyl{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px){
    .wuliao li {
        width: 40%;
    }
    .col-xs-6{
        width: 100%;
    }
    .youshi li{
        width: 40%;
    }
    .yuanli{
        margin: 0 20px;
    }
}
@media (max-width: 470px){
    .wuliao li {
        width: 90%;
    }
    .youshi li{
        width: 90%;
    }
    .xianchang li{
        width: 95%;
    }
    .shuoming{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .dianhua{
        width: 100%;
        position: relative;
    }
    .chanpintu{
        margin-top: 10px;
    }
}