p img {
	max-width: 100%;
	height: auto;
}

.widget2 {
	border: 1px #e9ecef solid;
	background: #f8f9fa;
	min-height: 300px;
	margin-bottom:40px;
}

.widget2 .title {
	margin: 32px 30px 21px 30px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	background: url(https://img.zelixin.cn/img/sign01.png) no-repeat;
	background-size: 12px 24px;
	padding-left: 22px;
}

.widget2 .title::after {
	content: "";
	width: 110px;
	height: 2px;
	background: #f55a5a;
	position: absolute;
	left: 0px;
	bottom: -1px;
}

.widget2 p {
	margin: 10px 30px 10px 30px;
}

.widget2 p a {
	float:left;
}

.chacteristic {
	float:left; 
	height:40px;
	overflow:hidden;
	margin: 20px 0px 10px 0px;
}

.img-div {
	background: url(https://img.zelixin.cn/img/7x24.png) no-repeat;
	background-size: 150px 75px;
	width:100%;
	height:110px;
	background-position:center;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.items-div {
	text-align:center;
	margin-bottom:10px;
}

.image-div {
	width:100%;
	height:180px;
	position: relative;
}

.image-div img {
       width: 160px;
 		height: 160px;
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       margin: auto;
	border:1px #e7e7e8 solid;
	background-color:#fff;
}

.image-div :hover {
	transition: all 0.8s ease-in-out;
	border: 1px #f5a913 solid;
}

.list-group div a {
	padding-top: 5px;
}

.col-sm-5 {
	padding-top:10px;
	padding-bottom:5px;
}

.col-sm-border {
	width: 100%;
 		padding-bottom: 100%;
	height:0;
	border:1px #e7e7e8 solid;
	transform:translate(0%,0%);
}

.col-sm-border img {
	max-width: 240px;
 		max-height: 240px;
       position: absolute;
       left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.main-describe-title{
	margin-top:20px;
	margin-bottom:10px;
	padding-left:15px;
	font-size:1.5rem;
}

.main-describe-tb {
	width: 100%; 
	border-collapse:collapse;
	margin-left:10px;
}

.main-describe-tb td{
	border-bottom: 1px solid #eee; 
	padding-left:5px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align:left;
	vertical-align:top;
	overflow: hidden;
}

.main-describe-tb-left {
	width:80px;
}

#baseInfo div, #purposeInfo div, #sizeInfo div, #connectInfo div, #noteInfo div, #terminationInfo div {
	padding-left:5px;
}

#categoryInfo div {
	padding:0px;
}

#specificationsInfo div, #accessoryInfo div {
	padding:2px;
}

#baseInfo h3, #purposeInfo h3, #categoryInfo h3, #specificationsInfo h3, #sizeInfo h3, #paramInfo h3, #accessoryInfo h3, #connectInfo h3, #noteInfo h3, #terminationInfo h3 {
	font-size:1.15rem;
	margin-top:20px;
	margin-bottom:5px;
	color:#007bff;
}

#baseInfo h2 {
	font-size:1rem;
	font-weight:600;
	background:#d5d5d5;
	padding:8px 8px 8px 20px;
	margin-top:30px;
	margin-bottom:10px;
}

#purposeInfo h2, #categoryInfo h2, #specificationsInfo h2, #sizeInfo h2, #accessoryInfo h2, #connectInfo h2, #noteInfo h2, #terminationInfo h2, #paramInfo h2 {
	font-size:1rem;
	font-weight:600;
	background:#d5d5d5;
	padding:8px 8px 8px 20px;
	margin-bottom:10px;
}

#baseInfo h4, #purposeInfo h4, #categoryInfo h4, #specificationsInfo h4, #sizeInfo h4, #paramInfo h4, #accessoryInfo h4, #connectInfo h4, #noteInfo h4, #terminationInfo h4 {
	font-size:1rem;
	margin-top:20px;
	margin-bottom:5px;
	color:#007bff;
	font-weight:600;
}

#categoryInfo table, #specificationsInfo table, #paramInfo table, #accessoryInfo table, #terminationInfo table, #noteInfo table{
	margin-bottom: 15px;
	width: 100%; 
	border-collapse:collapse;
}

#baseInfo table td table {
	float:left;
}

#purposeInfo table td{
	vertical-align:top;
}

#categoryInfo table th, #specificationsInfo table th, #paramInfo table th, #accessoryInfo th, #terminationInfo table th, #noteInfo table th{
	border: 1px solid #ccc; 
	padding: 8px; 
	background-color: #e6e6e6;
	font-weight:500;
	text-align:center;
}

#categoryInfo table td, #specificationsInfo table td, #paramInfo table td, #accessoryInfo table td, #terminationInfo table td, #noteInfo table td{
	border: 1px solid #ccc; 
	padding: 6px;
	word-wrap:break-word;
	vertical-align:top;
}

#paramInfo table td:nth-of-type(odd){
	background-color: #fff;
}

#paramInfo table td:nth-of-type(even) { // 偶数行
	background-color: #eee;
}

#productsInfo .items-div {
	width:180px;
	float:left;
	padding:0px 0px 20px 0px;
}

#productsInfo .image-div {
	width:100%;
	height:150px;
	position: relative;
}

#productsInfo div img {
       width: 130px;
 		height: 130px;
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       margin: auto;
	border:1px #e7e7e8 solid;
	background-color:#fff;
}

#productsInfo .image-div :hover {
	transition: all 0.8s ease-in-out;
	border: 1px #f5a913 solid;
}

#recommendInfo .items-div {
	width:220px;
	float:left;
	padding:0px 0px 20px 0px;
}

#recommendInfo .image-div {
	width:100%;
	height:210px;
	position: relative;
}

#recommendInfo div img {
       width: 200px;
 		height: 200px;
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       margin: auto;
	border:1px #e7e7e8 solid;
	background-color:#fff;
}

#recommendInfo .image-div :hover {
	transition: all 0.8s ease-in-out;
	border: 1px #f5a913 solid;
}

.pr_block ul {
	width: 650px;
	min-height: 30px;
	_min-height: 40px;
	_height: 40px;
	margin: 0px 0px 10px;
	padding: 5px 0px;
	background: url(https://device.panasonic.cn/ac/c/common/images/ico_notice.gif) no-repeat 5px 5px #D1DBDD;
	border: 1px solid #666666;
	font-size: 12px;
	line-height: 1.3em;
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 5px;
}

.pr_block ul li {
	margin: 0px 7px 0px 40px;
	padding: 0px;
	padding-left: 10px;
	background: url(https://device.panasonic.cn/ac/c/common/images/ico_list.gif) no-repeat 0px 4px;
}

.tab-pane {
	padding-right:10px;
},

.tab-pane li{
	margin-left: 10px;
	padding: 0 0 5px 15px;
	background: url(https://device.panasonic.cn/ac/c/common/images/txtlista_li_bg.gif) no-repeat 0 .5em;
}

.main-describe-tb td p a {
         text-decoration: underline;
}




.bodycontent {
    width: 100%;
    margin: auto;
}

.infocontent {
    float: left;
    margin-left:auto;
	margin-right:auto;
	max-width:360px;
	margin-top:20px;
}

.infoimg {
    height: 320px;
    width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 20px;
}

.conotenttitlet {
    color: #989898;
    font-size: 20px;
    line-height: 20px;
}

.contenttitle {
    font-size: 25px;
    line-height: 30px;
	margin-top:20px;
}

.productinfo{
	margin-top:20px;
	margin-bottom:20px;
}

.productinfo p{
	margin-top:10px;
}

.proimgcenter{

}

.proimgcenter table tr td{
	height:30px;
}
