@charset "utf-8";
@import url("base.css");
@import url("animate.css");
/* 网站主题样式 */
.banner{ background: url(../images/about-banner.jpg) no-repeat; height: 400px; }

.public_box .tit { height: 80px; font-size: 16px; text-transform: uppercase; text-align: center; }
.public_box .tit b { display: block; height: 45px; line-height: 45px; text-transform: uppercase;font-size: 30px;  }
.public_box .tit span {color: #999; margin: 5px 0;text-transform:uppercase; }
.public_box .tit i { display: block; width:220px; height: 11px; margin: 10px auto; background: url(../images/tit-icon.png) no-repeat center }
.public_box .more { margin: 20px auto; width: 350px; height: 58px; line-height: 58px; border-radius: 5px; text-align: center; text-transform: uppercase; position: relative; color: #fff; background: #f08519; display: block; font-size: 20px; }
.public_box .more:hover { background: #296eac }
.box_bg { padding: 40px 0; background: #ececec; }
.box_bg .tit span { background: #ececec !important; }
/***************关于我们样式*******************/

.box_advantage{ padding: 50px 0; }
.box_advantage .con{ margin-top: 30px; }
.box_advantage .bd{ width: 1220px; }
.box_advantage .bd a{ display: block; width: 290px; height: 430px; color: #fff; background: #0080be; padding:0;  float: left; margin-right: 13px; position: relative;}
.box_advantage .bd a.item{ padding-bottom: 0; }
.box_advantage .bd a.item img{ position: absolute; bottom: 0; left: 0; }
.box_advantage .bd a img{ width: 290px;  height: 253px; }
.box_advantage .bd a p{ width: 230px; margin: 0 auto;}
.box_advantage .bd a b{ display: block; margin: 10px auto; margin-top: 15px; font-size: 20px; }
.box_advantage .bd a span{ display: block; margin: 10px auto; line-height: 25px; font-size: 14px; }
.box_advantage .bd a:hover{ background: #0876ab }
/*我们的服务理念模块样式*/




/*关于公司模块样式*/
.box_company {  padding: 40px 0; background: url(../images/about-us-bg.jpg) no-repeat center 0; color: #fff}
.box_company .tit b{ background: url(../images/about-us-bg.jpg) no-repeat center -41px;}
.box_company .tit i{    -webkit-filter: brightness(1.3); filter: brightness(1.3)}
.box_company .tit span{color: #ccc}
.box_company .con { width: 1220px; margin-top: 40px; }
.box_company .con .video{ width: 570px; height:410px; }
.box_company .con .video img{width: 570px; height: 410px;}
.box_company .con .info{ margin-left:40px; text-shadow: #000 0px 0px 3px;}
.box_company .con .info b{ font-size: 18px; }
.box_company .con .info p{ font-size: 14px; line-height: 30px; margin-top: 30px; margin-bottom: 10px;}


/*企业荣誉模块样式*/
.box_honor { padding: 50px 0;  }
.box_honor .con a.item{width: 380px; height: 260px; margin-left:0px; margin-right: 30px ; line-height: 25px; color: #fff; position: relative;}
.box_honor .con a.item img{ width: 380px; height: 260px; }
.box_honor .con a.item:hover {color:#04869e;}
.box_honor .con a.item span{ display: none; text-align: center; font-size: 20px; color: #fff; position: absolute; top: 0; left: 0; width: 100%; height:60px; line-height: 30px; padding: 100px 0; background: rgba(0,0,0,0.5); }
.box_honor .con a.item:hover span{ display: block; }


