@charset "utf-8";

.webLeft{float: left; width: 200px; margin-right: 50px; margin-top: 40px; margin-bottom: 40px;}
.webRight{float: left; width: calc((100% - 250px)); margin: 40px 0;}


.leftbt{overflow:hidden; background: url(../images/list_tit.jpg) no-repeat center; height: 151px; text-align: center; border-bottom: 1px solid #FFF;}
.leftbt h2{font-size: 24px; color: #FFF; margin: 35px 0 10px 0;}
.leftbt em{display: block; margin: 0 auto; width: 44px; height: 2px; background: #FFF;}

.sublist{overflow: hidden;}
.sublist ul{}
.sublist ul li{overflow: hidden; background: #e6e6e6; border-bottom: 2px solid #FFF; height: 44px; line-height: 44px; text-align: center;}
.sublist ul li a{color: #222; font-size: 15px; }
.sublist ul li.hover{ background: #0091e5; }
.sublist ul li.hover a{color: #FFF; font-weight: bold;}
.sublist ul li:hover{background: #0091e5;}
.sublist ul li:hover a{ color: #FFF; font-weight: bold;}

.left-lx{overflow: hidden; background: #17252d; margin-top: 50px; padding: 15px;}
.left-lx i{float: left; width: 50px; font-size: 45px; color: #FFF;margin-top: 11px;}
.left-lx .text{float: left; width: 120px; color: #FFF;}
.left-lx .text h2{font-size: 18px;}
.left-lx .text b{font-size: 17px; font-weight: bold;}

.pagetitle{display: flex;justify-content: space-between; overflow: hidden; border-bottom: 1px dashed #ccc; margin-bottom: 20px;}
.pagetitle span{float: left;font-size: 22px;line-height: 38px;}
.pagetitle .here{float: left;}
.pagetitle .here i{color: #0091e5; font-size: 20px;}

/* 关于我们 */
.pagecontact{ margin: 20px 0; line-height: 28px;}
.pagecontact img{max-width: 100%;}


/* 荣誉 */
.honor{overflow: hidden;margin: 30px 0;}
.honor ul{margin-left: -1%; margin-right: -1%;}
.honor ul li{ float:left;width: 31.2%; margin: 0 1%; margin-bottom: 30px;background: #FFF;border: 1px solid #e7e7e7;}
.honor ul li:hover{border: 1px solid #0a64be;}
.honor ul li .img{position: relative;height: 240px; overflow: hidden;   }
.honor ul li .img img{position: absolute;margin: auto;max-width: 100%;max-height: 100%;top: 0;right: 0;bottom: 0;left: 0; transition: all 0.6s;}
.honor ul li .img img:hover{transform:scale(1.1);}
.honor ul li h3{text-align:center; overflow:hidden; clear:both; font-size: 15px; padding: 15px 0;}
.honor ul li:hover h3{ background: #0a64be; color: #FFF;}

.case{overflow: hidden;margin: 30px 0;}
.case ul{margin-left: -1%; margin-right: -1%;}
.case ul li{ float:left;width: 31.2%; margin: 0 1%; margin-bottom: 30px;background: #FFF;border: 1px solid #e7e7e7;}
.case ul li:hover{border: 1px solid #0a64be;}
.case ul li .img{position: relative;height: 303px; overflow: hidden;   }
.case ul li .img img{position: absolute;margin: auto;max-width: 100%;max-height: 100%;top: 0;right: 0;bottom: 0;left: 0; transition: all 0.6s;}
.case ul li .img img:hover{transform:scale(1.1);}
.case ul li h3{text-align:center; overflow:hidden; clear:both; font-size: 15px; padding: 15px 0;}
.case ul li:hover h3{ background: #0a64be; color: #FFF;}



/* 产品列表 */
.product{}
.product ul{ margin-left:-1%; margin-right:-1%; }
.product ul li{float: left; width:31%; margin: 0 1%; background: #FFF; margin-bottom: 4%; border: 1px solid #e7e7e7;}
.product ul li:hover{ transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);box-shadow: 1px 10px 20px 0 rgba(0,0,0,.10);}
.product ul li .img{overflow: hidden;}
.product ul li .img img{max-width: 100%;}
.product ul li h2{font-size: 14px; display: block;line-height: 28px; text-align: center; padding: 10px 0;}



/*新闻资讯*/

.newslist{}
.newslist ul{}
.newslist ul li{ overflow: hidden;padding: 20px;  margin-bottom: 20px; background: #FFF; border: 1px solid #E7E7E7; cursor: pointer; transition: all 0.5s ease; -webkit-transition:all 0.5s ease;}
.newslist ul li:hover{border: 1px solid #1269c1; }
.newslist ul li .img{float: left; width: 220px;}
.newslist ul li .img img{width: 220px; height: 160px;}
.newslist ul li .text{float: left;  width: 598px; margin-left: 50px;}
.newslist ul li .text h3{font-size: 18px; font-weight: bold;}
.newslist ul li .text time{display: block;margin: 5px 0; color: #888;}
.newslist ul li .text .nr{line-height: 26px; font-size: 14px; color: #555; margin-top: 10px; text-align: justify;}

.news{overflow: hidden; margin-bottom: 30px;}
.news ul{}
.news ul li{overflow: hidden; border-bottom: 1px solid #E7E7E7;  height: 40px; line-height: 40px;}
.news ul li span{font-size: 13px;}
.news ul li span i{float: left; font-size: 14px;}
.news ul li time{float: right; color: #999;}



/*在线留言*/
.book{padding: 50px; overflow: hidden;}
.book ul{}
.book ul li{float: left; width: 100%;  padding: 10px 0;}
.book ul li span{float: left; font-size: 16px; width: 65px; line-height: 40px;}
.book ul li i{color: #FF0000; font-weight: bold; padding-left: 8px;}
.book ul li input{ height: 40px; line-height: 40px; padding:0 10px; width: 500px; border: 1px solid #ccc; border-radius: 4px;}
.book ul li textarea{ padding:0 10px; width: 500px; border: 1px solid #ccc;border-radius: 4px;}
.book ul li .yzm{width: 100px;}
.book .submit{font-size: 16px; background: #cb0c1c; width: 120px; line-height: 48px; height: 48px; text-align: center; border: 0; cursor: pointer; color: #FFF; margin-left: 65px; margin-top: 15px; border-radius: 4px;}



/*详情页*/
.Details_tit{overflow: hidden; text-align:center; font-size:32px; margin:50px 0; line-height:52px; }
.showbt{overflow: hidden; border-bottom: 1px solid #e7e7e7;}
.showbt span{ display: inline-block; padding: 10px 40px; color: #FFF; background: linear-gradient(to right, #f19b48 , #f47345);  font-size: 17px}

.Details{overflow: hidden; padding: 15px 0;}
.Details h1{ text-align: center; font-size: 30px; line-height: 50px; margin: 30px 0;}
.Details dt{ text-align: center; line-height: 50px; border-bottom: 1px solid #E7E7E7;border-top: 1px solid #E7E7E7;}

.Details-conent{overflow: hidden; margin: 30px 0; line-height: 32px;}
.Details-conent img{max-width: 100%; text-align: center;}


