.information { width:100%; margin:auto; border: solid 1px #ccc; box-sizing:border-box; padding:2%; overflow:hidden;}
.information_til { width:100%; height:40px; line-height:40px; border-bottom: solid 1px #ccc; padding-bottom:15px; margin-bottom:20px;}
.information_til strong { font-size:22px; color:#222;}
.information_til span { font-family:Arial, Helvetica, sans-serif; color:#888; font-size:14px; padding-left:10px; text-transform:uppercase;}

.information_miaosu {width:100%; height: auto; border-bottom: solid 1px #ccc; padding-bottom:20px; margin-bottom:15px; overflow:hidden;}
.information_miaosu dl dt { float:left; width:15%; height: auto;}
.information_miaosu dl dt img { width:100%; height:100%;}
.information_miaosu dl dd { width:84%; float:right; height:160px;}
.information_miaosu dl dd strong { color:#222; font-size:18px; display:block; margin-bottom:15px;}
.information_miaosu dl dd span { display:block; line-height:28px; color:#444;}
.information_miaosu dl dd li { width:120px; margin-top:12px; height:35px; line-height:35px; border-radius:5px; background:#222; text-align:center;}
.information_miaosu dl dd li a { color:#fff;}
.information_miaosu dl dd li:hover { background:#5ac42c;}

.information_list {width:100%; overflow:hidden;}
.information_list li { float:left; width:49%; height:50px; line-height:50px; border-bottom: dashed 1px #ccc;}
.information_list li:nth-child(odd) { margin-right:2%;}
.information_list li span { background:url(../images/xgzx.png) left no-repeat; float:left; display:block;}
.information_list li span a { font-size:15px; padding-left:20px; display:block;}
.information_list li strong { display:block; float:right; font-weight:normal; color:#444;}


 .neiye_product_content {
                        width: 100%;
                        overflow: hidden;
                    }
                    
                    .neiye_product_content li {
	width: 22.5%;
	float: left;
	margin: 0px 1%;
	background: #f5f5f5;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 2%;
                    }
                    
                    .neiye_product_img {
	width: 99%;
	transition: all 0.5s linear;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	height: 186px;
                    }
                    
                    .neiye_product_content li:hover .neiye_product_img {
                        transform: scale(1.05);
						
                    }
                    
                    .neiye_product_content li a {
                        display: block;
                    }
                    
                    .neiye_product_one {
	position: relative;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
                    }
                    
                    .neiye_product_one span {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
                    }
                    
                    .neiye_product_one .wenzi {
                        margin-top: 20px;
                        line-height: 23px;
                        color: #999;
                        font-size: 14px;
                        max-height: 46px;
                        min-height: 46px;
                        overflow: hidden;
                    }
                    
                    .neiye_product_search {
                        position: absolute;
                        background: #f5811a url({pboot:sitetplpath}/images/20200508172854_629135266.png) no-repeat;
                        width: 60px;
                        height: 60px;
                        border-radius: 50%;
                        box-shadow: 0 6px 1vw 0 rgba(234, 85, 5, 0.5);
                        opacity: 1;
                        transition: all 0.5s;
                        z-index: 1;
                        top: -30px;
                        right: 3%;
                    }
                    
                    .neiye_product_content li:hover .neiye_product_one .neiye_product_search {
                        width: 100%;
                        height: 100em;
                        border-radius: 0;
                        right: 0;
                        top: auto;
                        bottom: -300px;
                        background: #f5811a;
                        opacity: 0.8;
                        z-index: 10;
                    }
                    
                    .neiye_product_dis i {
                        background: #fff url({pboot:sitetplpath}/images/20200508174015_1777053762.png);
                        width: 60px;
                        height: 60px;
                        display: block;
                        border-radius: 50%;
                        opacity: 1;
                        position: absolute;
                        top: 35%;
                        left: 50%;
                        margin-left: -30px;
                        z-index: 20;
                        opacity: 0;
                        transition: all 0.5s;
                    }
                    
                    .neiye_product_dis span {
                        color: #fff;
                        display: block;
                        text-align: center;
                        font-size: 24px;
                        position: absolute;
                        top: 52%;
                        z-index: 20;
                        width: 72%;
                        margin-left: -36%;
                        left: 50%;
                        word-break: break-all;
                        transition: all 0.5s;
                        opacity: 0;
                    }
                    
                    .neiye_product_content li:hover .neiye_product_dis span,
                    .neiye_product_content li:hover .neiye_product_dis i {
                        opacity: 1;
                    }
                    
                    .clear {
                        clear: both;
                    }
