@charset "utf-8";
/* CSS Document */


/************首页**************/
html,body{position: relative;}
/******产品展示*********/
.m-industry{ padding:20px 8px;overflow: hidden;}
.ul-pic1{ width:85%; margin:0 auto;}
.ul-pic1 li{width: 33.33%;float: left; padding:0px 5px; box-sizing:border-box; margin-bottom:5px;}
.ul-pic1 li a{position: relative;display: block;}
.ul-pic1 li .pic{height: 0;padding-top:109.516%;position: relative;overflow: hidden; border:1px solid #ddd;}
.ul-pic1 li .pic img{position: absolute;left:0;top:0;width: 100%;height: 100%;transition: all 0.4s;-webkit-transition: all 0.4s;}
.ul-pic1 li:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);transform-origin: 50% 50%;}
.ul-pic1 li .txt{position: absolute;left:0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0);color: #333;}
.ul-pic1 li .txt span{display: block;width:340px;position: absolute;left:5%;top:36%;font-size: 13px;}
.ul-pic1 li .txt em{float: left;}
.ul-pic1 li .txt b{font-size: 24px;font-weight: normal;letter-spacing: 3px;}

.ul-pic1 li:hover .txt,.ul-pic1 li.on .txt{background:rgba(228,32,85,0.2);}

.ul-pic1 li .zi{width: 100%;background:#e5e5e5; padding:5px 0px; text-align:center;}
.ul-pic1 li .zi h3{ color:#b68d5a; font-weight:bold; font-size:20px; line-height:1.8;}
.ul-pic1 li .zi p{ color:#3f3f3f; font-size:16px; line-height:1.5;}


/******新闻中心*********/
.m-news{padding:10px 0px;background: #fff;overflow: hidden; width:100%; max-width:1600px; margin:0 auto;}
.news-img{  float: left;width:50%; padding:10px 20px 0px;box-sizing:border-box; overflow:hidden;position: relative;}
.news-img .swiper-slide span{ padding:10px 60px 10px 30px;position: absolute; color: #333; font-size: 15px;right:20px; bottom:5px; overflow: hidden; background:rgba(255, 255, 255, 0.8) url(../images/ico-jt.png) right 10px  center no-repeat;}
.news-img .swiper-slide img{ width: 100%; max-height:290px;}
.news-img .date{ display:block;color:#8d8d8d; font-size: 16px;line-height:2;}
.news-img h4{font-size: 17px;color: #313131;line-height:2; font-weight:bold;}
.news-img p{font-size: 14px;color: #313131; overflow:hidden; height:30px; line-height:30px; margin-bottom:2%;}


.l-news{ width:50%; padding:0px 20px; box-sizing:border-box; overflow:hidden;float:right;}
.ul-pic2 li{width: 100%; overflow:hidden;margin:0px 0px 8px 0px;}
.ul-pic2 li a{display: block;}
.ul-pic2 li .txt{width: 100%;background:#fff;text-align: left;padding:15px 15px;overflow: hidden;-o-transition:.3s; -ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;}
.ul-pic2 li .txt .date{ display:block;color:#8d8d8d; font-size: 16px;line-height:1.5;}
.ul-pic2 li .txt h4{font-size: 17px;color: #313131; line-height:2;}
.ul-pic2 li .txt p{font-size: 13px;color: #313131; overflow:hidden; height:44px; line-height:22px;}
.ul-pic2 li a:hover .txt{background-color: #e5154d; color:#fff;}
.ul-pic2 li:hover .txt .date,.ul-pic2 li:hover .txt h4,.ul-pic2 li:hover .txt p{color:#fff;}


