@charset "utf-8";
/* CSS Document */

/**通用类**/
.column-title{ width: 100%; height: 30px; border-bottom: 2px solid #DDD; }
.column-title .more{ float: right; font-size: 14px; }
.column-h{ float: left; width: auto; font-size: 18px; height: 30px; color: #044fa0; border-bottom: 2px solid #044fa0;}
.column-h span{ margin-left: 5px; color: #999; }
/*焦点图start*/
.banner{ width:100%; height:auto; overflow:hidden;}
.flexslider{position:relative; height:auto;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:auto; overflow:hidden}
.slides li img { width:100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:18px;height:17px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:18px;height:17px;line-height:50px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:40%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
/*焦点图end*/

/*新闻中心*/
.news{ float: left; width: 380px; overflow: hidden;}
.hotnews{ margin-top: 10px; height: 60px; width: 100%; overflow: hidden; }
.hotnews img{ float: left; width: 90px; height: 60px; }
.hotnews .text{ float: right; width: 285px; }
.hotnews .text h5{ width: 100%; height: 20px; font-size: 14px; }
.hotnews .text p{ color: #666; height: 40px; line-height: 20px; overflow: hidden; }
.newslist li{ width: 100%; height: 46px; line-height: 46px; font-size: 14px; border-bottom: 1px dashed #CCC; }
.newslist li a{ float: left; width: 290px; }
/*关于我们*/
.about{ float: left; margin-left: 30px; width: 380px; height: 250px; overflow: hidden; }
.about-text{ font-size: 14px; line-height: 32px; }
/*资质荣誉*/
.honor{ float: right; width: 360px; height: 230px; padding: 10px; background-color: #FFF; border:1px solid #CCC; }
.slide{position:relative;width:100%;height:230px;overflow:hidden;}
.slide a{color:#eee;text-decoration:none;}
.slide .box{overflow:hidden;position:relative;}
.slide .list{overflow:hidden;width:9999px;}
.slide .list li{float:left;position:relative;width:360px;}
.slide .list li img{vertical-align:top; width:360px; height:230px;}
.slide .list p{position:absolute;bottom:0;left:0;width:100%;height:30px; line-height:30px; color:#FFF; font-size:14px;padding-left:10px;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#044fa0',endColorstr='#044fa0');background:rgba(4,79,160,0.6);}
.slide .btn{overflow:hidden;position:absolute;bottom:7px;right:5px;}
.slide .btn li{float:left;width:16px;height:16px;margin:0 0 0 5px;border-radius:2px;background:#FFF;color:#333;font:12px/16px Tahoma;text-align:center;cursor:pointer;}
.slide .btn .selected{background:#044fa0;color:#fff;}

/*精品工程*/
.project{ width: 100%; min-height: 340px; margin-top:30px; background: #eeeeee; }
.proj-hd{ margin-top: 30px; width: 100%; height: 35px; }
.proj-hd h3{ float: left; width: 50%; font-size: 18px; height: 18px; line-height: 18px; border-left: solid 3px #044fa0; padding-left: 10px;}
.proj-hd h3 span{ color: #999; }
.proj-hd p { float: right; }
.proj-hd p a{ padding: 0 5px; font-size: 14px; }
.project-ul { width: 1250px; }
.project-ul li{ float:left; width: 272px; height: 230px; margin-right: 20px; border: 1px solid #CCC; background-color: #FFF; padding:5px;  }
.project-ul li .pic{width: 272px; height: 190px; overflow: hidden;}
.project-ul li img{ width: 272px; height: 190px; transition-duration: 0.5s;}
.project-ul li h5{ font-size: 14px; margin-top: 10px; text-align: center; }
.project-ul li a:hover{ text-decoration: none; }
.project-ul li:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}