/**
 * base.less
 * 函数调用
 */
/**
 * 全站颜色汇总
 */
.bl-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.bl-wrap h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
.bl-wrap img {
  max-width: 100%;
}
/**兆驰简介**/
.con-intro img {
  -webkit-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.con-intro .m-cd-i:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/**动态*/
.con-news {
  /*文字*/
  margin-right: -30px;
}
.con-news .inner {
  margin-right: 80px;
}
.con-news .m-news-item {
  line-height: 38px;
}
.con-news .con-news-text {
  float: left;
  margin-top: -10px;
  height: 267px;
  overflow: hidden;
}
.con-news .con-news-text .tit i {
  background-image: url(/static/web/common/img/ico_arrow_d07b2c8.png);
}
.con-news .m-cd-i-wrap {
  margin-right: 0;
}
.con-news .m-cd-i:hover {
  color: #333;
}
.con-news .m-cd-i:hover .info {
  border-bottom: 2px solid #691b9a;
}
.con-news .m-cd-i .pic {
  width: 100%;
  height: 149px;
}
.con-news .m-cd-i .info {
  padding: 15px;
  height: 70px;
  background-color: #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}
.con-news .m-cd-i .desc {
  max-height: 48px;
}
.con-news .m-cd-i .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**产品服务*/
.con-product {
  margin-right: -40px;
}
.con-product .item {
  display: block;
  float: left;
  position: relative;
}
.con-product .m-cd-i {
  margin-right: 40px;
}
.con-product .m-cd-i:hover .shadow-s {
  display: none;
}
.con-product .m-cd-i:hover .detail {
  top: 0;
}
.con-product .detail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  color: #fff;
  line-height: 25px;
  background: rgba(78, 45, 104, 0.8);
  background: url(http://img.funshion.com/img/blank.gif)\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4e2d68,endColorstr=#cc4e2d68);
  zoom: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.con-product .detail .d-tit {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
.con-product .detail .wrap {
  padding: 20px;
}
.mod-wrap {
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}
