/*电子地图*/
.map{padding: 30px 0;}
.map .title{ font-size: 22px; line-height: 34px;}
.map img{max-width: 100%;}

/*友情连接*/
.linkbg{ border-top: 1px solid #E7E7E7; }
.link{overflow: hidden;line-height: 40px;height: 40px; margin: 20px 0;}
.link span{float: left; font-size: 18px; font-weight:bold;width: 180px; }
.link span i{float: left; color: #199758; font-size: 32px; margin-right: 8px; line-height: 40px;}
.link a{font-size: 14px; color: #999;}
.link a:hover{font-size: 14px; color: #199758;}
.link a::after{content: '|';position: relative;margin-left: 10px;}


/*搜索查询*/
.searchbg{background: #f8f8f8;height: 66px;line-height: 66px;border-bottom: 1px solid #e7e7e7;}
.form-key{float: left; width: 988px;}
.form-key h2{float: left; width: 80px; font-weight: bold; font-size: 14px;color: #555;}
.form-key .key{float: left; width: 820px;}
.form-key .key a{font-size: 13px; padding: 0 5px;color: #666;}
.form-key .key a:hover{color: #199758;}
.search{float: left;width: 290px; background-color: #fff;border-radius: 50px;height: 40px;border: 1px #e7e7e7 solid; margin: 13px 0;}
.search input{float: left;height: 30px;line-height: 30px; padding: 5px 20px;color: #999;width: 190px;}
.search button{float: left;background: url(../image/ss.png) no-repeat 10px;width: 40px;height: 40px;border: 0;cursor: pointer;}



/*全站搜索结果*/
.searchall{overflow: hidden; margin: 30px 0;padding: 30px; border: 1px solid #E7E7E7; background: #FFF; transition: all 0.5s ease; -webkit-transition:all 0.5s ease;}
.searchall:hover{box-shadow: 0 8px 20px 0 rgba(0,0,0,.10); transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);}
.searchall .img{overflow: hidden;float: left; width: 200px; height: 160px; margin-right: 30px;}
.searchall .img img{overflow: hidden;width: 100%; height: 160px;}
.searchall .text{float: left; width: calc((100% - 230px));}
.searchall .text h3{font-size: 22px;}
.searchall .text time{color: #999;}
.searchall .text p{color: #333; line-height: 24px; margin: 10px 0;}
.searchall .text .more{ display: inline-block; border: 1px solid #ccc; padding: 5px 30px; transition: all 0.5s; cursor: pointer;}
.searchall .text .more:hover{display: inline-block;border: 1px solid #199758; background: #199758;border: 0;}
.searchall .text .more:hover a{color: #FFF;}

/*产品搜索结果*/
.searchgo{overflow: hidden;}
.searchgo h1{ text-align: center;font-size: 32px; margin: 50px 0;}
.searchgo h1 b{color: #199758;}
.searchgo ul{margin: 20px 0;}
.searchgo ul li{float: left; width:31.1%; background: #FFF;border: 1px solid #e7e7e7; margin: 0 1%;margin-bottom: 20px;}
.searchgo ul li:hover{box-shadow: 1px 10px 20px 0 rgba(0,0,0,.10); transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);}
.searchgo ul li .img{overflow: hidden;}
.searchgo ul li .img img{max-width: 100%;}
.searchgo ul li h2{font-size: 14px; display: block;height: 40px; line-height: 40px;text-align: center;margin: 10px 0;}

.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/*地图*/
.map .title{ font-size: 22px; line-height: 34px;}



/*上一条，下一条*/
.nextpage{overflow: hidden; margin: 30px 0;}
.nextpage a{display: block;  padding: 5px 0;color: #666;}



/*pages分页*/

.pagination {display: block; text-align: center; margin: 50px 0;}
.pagination ul{display: inline-block;}
.pagination ul li{float: left;}
.page-link {position: relative;display: block;padding: .5rem 1rem;margin-left: -1px;line-height: 1.15;color: #199758;background-color: #fff;border: 1px solid #dee2e6;font-size: 14px;}
.page-link:hover {z-index: 2;color: #199758;text-decoration: none;background-color: #e9ecef;border-color: #199758;}
.page-link:focus {z-index: 2;outline: 0;box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)}
.page-item:first-child .page-link {margin-left: 0;border-top-left-radius: .25rem;border-bottom-left-radius: .25rem}
.page-item:last-child .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem}
.page-item.active .page-link {z-index: 1;color: #fff;background-color: #199758;border-color: #199758;font-size: 14px;}
.page-item.disabled .page-link {color: #333;pointer-events: none;cursor: auto;background-color: #fff;border-color: #199758; font-size: 14px;}
