@charset "UTF-8";
/*
  Theme Name: 湖北中弘工程项目管理有限公司
  Author: woo
  Description: 专业从事工程项目全过程管理的新型服务类公司
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
4. column area
5. company area
6. bim area
7. announcement area
8. news area
9. footer area
10.copyright area
*/

/* 1. Theme default css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
p,figure {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #797979;
    font-weight: 400;
    font-size: 100%;
}

body {
    overflow-x: hidden;
    font-family: '微软雅黑', sans-serif;
    font-style: normal;
    background-color: #fff;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
    font-family: '微软雅黑', sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: '微软雅黑', sans-serif;
    font-weight: normal;
}

/* img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
} */

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

i,
em {
    font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    outline: none;
}

/* 清浮动 */

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: table;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.section-title {
    margin-bottom: 60px;
    color: rgb(34, 34, 34);
    text-align: center;
}

.section-title h2 {
    margin-bottom: 6px;
    font-size: 36px;
}

.section-title h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Times New Roman";
}

.section-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin: 10px auto;
    /*background-color: rgb(34, 34, 34);*/
}

/* 2. header-area */
.header {
    height: 72px;
    /* background-color: #f90; */
}

.header .logo {
    display: table;
    float: left;
    height: 72px;
    font-size: 0;
}

.header .logo>a {
    display: table-cell;
    /* line-height: 72px; */
    vertical-align: middle;
}
.header .nav {
    float: left;
    margin-left: 30px;
}

.header .search {
    float: left;
}

.header .nav ul {
    overflow: hidden;
}

.header .nav li {
    float: left;
}

.header .nav a {
    display: block;
    width: 90px;
    line-height: 72px;
    font-size: 14px;
    color: #222;
    text-align: center;
}



.header .nav .active>a {
    color: #fff;
    background-color: #44a8f3;
}

.header .search {
    position: relative;
    width: 214px;
    height: 28px;
    margin: 22px 0 22px 50px;
    border: 1px solid #ccc;
    border-radius: 100px;
    background-color: #fff;
}

.header .search input {
    padding: 0 10px;
    font-size: 14px;
    color: #222;
}

.header .search .ic-search {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/ic_search.png") no-repeat right center/contain;
}

/* 3.slider-area */
.section-banner,.section-banner .swiper-container{
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 28%;
}
.section-banner img {
    display: block;
    width: 100%;
}
/* 内页banner */
.section-banner-inner img{
    display: block;
    width: 100%;
}

/* 4.column-area */
.section-column {
    padding: 40px 0 80px 0;
}

.section-column .item {
    float: left;
    width: 200px;
    text-align: center;
    border-right: 1px solid #eee;
}

.section-column .item:last-child {
    border-right: 0;
}

.section-column .ic-column {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    /* background-color: #f90; */
}

.section-column h3 {
    margin: 10px 0;
    font-size: 14px;
    color: #222;
}

.section-column p {
    margin: 10px 0;
    font-size: 12px;
    color: rgb(136, 136, 136);
}

/* 5. company-area */
.section-company {
    position: relative;
    padding: 80px 0;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/company.jpg);
    background-size: cover;
}

.section-company .section-title {
    color: #fff;
}

.section-company .section-title:after {
    background-color: #fff;
}

.section-company .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(136, 136, 136, .5);
}

.section-company p {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.section-company .read-more {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 60px auto 0;
    font-size: 14px;
    color: #fff;
    background-color: #44a8f3;
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.section-company .read-more:hover {
    background-color: rgba(46, 147, 223, 1);
    -moz-transition: background-color 0.4s ease 0s;
    -webkit-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}

/* 6. bim-area */
.section-bim {
    margin: 80px 0;
}

.section-bim .bim-lists li {
    float: left;
    width: 282px;
    padding: 15px;
    margin-right: 24px;
    margin-bottom: 24px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.section-bim .bim-lists li:last-child {
    margin-right: 0;
}

.section-bim .bim-lists .img {
    overflow: hidden;
    width: 100%;
    border: 1px solid #eee;
}

.section-bim .bim-lists .img>img {
    display: block;
    width: 100%;
}

.section-bim .bim-lists h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #222;
}

.section-bim .bim-lists li:hover {
    border-color: #44a8f3;
}

.section-bim .bim-lists li:hover .img {
    transform: translateY(0px);
}

/* 7.announcement-area */
.section-announcement {
    margin: 80px 0;
}

.section-announcement .announcement-lists {
    padding: 40px 0;
    background-color: #f7f7f7;
}

.section-announcement .announcement-lists .item-list {
    float: left;
    width: 384px;
    padding: 10px 20px;
    margin-right: 24px;
    font-size: 12px;
    background-color: #fff;
}

.section-announcement .announcement-lists .item-list:last-child {
    margin-right: 0;
}

.section-announcement .lists-hd {
    line-height: 30px;
    border-bottom: 1px solid #eee;
}

.section-announcement .lists-hd h3 {
    float: left;
    padding-left: 26px;
    font-size: 16px;
    color: #44a8f3;
    border-bottom: 1px solid #44a8f3;
    background: url(../images/tg.png) no-repeat left center/20px;
}

.section-announcement .lists-hd .read-more {
    float: right;
    font-size: 12px;
    color: #ccc;
}

.section-announcement li {
    margin-bottom: 10px;
}

.section-announcement li>a {
    overflow: hidden;
    display: block;
    color: #333;
}

.section-announcement .announcement-lists i {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 300px;
}

.section-announcement .announcement-lists i:before {
    content: "-";
    margin-right: 5px;
}

.section-announcement .announcement-lists em {
    float: right;
}

/* 8. news area */
.section-news {
    margin: 80px 0;
}

.section-news .news-lists li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 400px;
    height: 250px;
}
.section-news .news-lists .item-bd{
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-transition: all 0.35s 0.5s ease; 
    transition: all 0.35s 0.5s ease;
}
.section-news .news-lists .item-bd:before{
    position: absolute;
    bottom: 0;
    right: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #44a8f3;
    z-index: 1;
    opacity: 0.4;
    -webkit-transition: all 0.35s 0.3s ease-in;
    transition: all 0.35s 0.3s ease-in;
}
.section-news .news-lists .item-bd:hover:before {
  right: 0;
  -webkit-transition: all 0.35s 0s ease-out;
  transition: all 0.35s 0s ease-out;
}

.section-news .news-lists .item-bd img {
    max-width: 100%;
    vertical-align: top;
}

.section-news .news-lists figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    z-index: 9;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.section-news .news-lists .item-bd:hover figcaption {
    opacity: 1;
}
.section-news .news-lists .item-bd:hover figcaption {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-news .news-lists h3 {
    position: relative;
    width: 120px;
    margin: 0 auto;
}

.section-news .news-lists h3:before {
    content: "——";
    position: absolute;
    left: -30px;
}

.section-news .news-lists h3:after {
    content: "——";
    position: absolute;
    right: -30px;
}

.section-news .news-lists h4 {
    margin-top: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}

/* 9. footer area */
.footer {
    margin-bottom: 30px;
}

.footer .logo,
.footer .site-map {
    float: left;
}

.footer .qrcode {
    float: right
}

.footer .site-map {
    margin-left: 20px;
}

.footer .site-map .nav {
    margin-bottom: 20px;
}

.footer .site-map .nav li {
    float: left;
}

.footer .site-map .nav a {
    margin-right: 10px;
    font-size: 12px;
    color: #222;
}

.footer .site-map .address,
.footer .site-map .contact-way {
    margin: 6px 0;
    font-size: 12px;
    color: #999;
}

.footer .qrcode {
    font-size: 14px;
    color: #ccc;
}

.footer .qrcode .sina,
.footer .qrcode .wechat {
    float: left;
    text-align: center;
}

.footer .qrcode .sina {
    margin-right: 10px;

}

/* 10.copyright-area */
.copyright {
    padding: 10px 0;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #eee;
}

.copyright .share {
    float: right;
}

.copyright .share>i {
    margin-left: 10px;
    cursor: pointer;
}

.copyright .share .ic-sina {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/sina.png") no-repeat right center/contain;
}

.copyright .share .ic-qq {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/ic_qq.png") no-repeat right center/contain;
}

.copyright .share .ic-tx {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/ic_tx.png") no-repeat right center/contain;
}

/* Css inner */
/* 1.section-company-inner */
.section-company-inner {
    margin: 80px 0;
}

.section-company-inner .company-profile,
.section-company-inner .other-content {
    margin: 80px 0;
}

.section-company-inner .txt {
    overflow: hidden;
    float: left;
    width: 580px;
    height: 450px;
    text-align: justify;
}

.section-company-inner .txt .scroll {
    overflow-y: scroll;
    padding: 0 20px;
}

.section-company-inner .img {
    float: right;
}

/* 2.section-business-inner */
.section-business-inner {
    margin: 80px 0;
}

.section-business-inner .bim-lists li {
    float: left;
    width: 282px;
    padding: 15px;
    margin-right: 24px;
    margin-bottom: 24px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.section-business-inner .bim-lists li:nth-child(4n) {
    margin-right: 0;
}

.section-business-inner .bim-lists .img {
    overflow: hidden;
    width: 100%;
    border: 1px solid #eee;
}

.section-business-inner .bim-lists .img>img {
    display: block;
    width: 100%;
}

.section-business-inner .bim-lists h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #222;
}

.section-business-inner .bim-lists li:hover {
    border-color: #44a8f3;
}

/* 3.section-news-inner */
.section-news-inner {
    margin: 80px 0;
}
.section-news-inner .tab-nav{
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: #ccc;
}
.section-news-inner .tab-nav>a{
    float: left;
    width: 33.33%;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.section-news-inner .tab-nav .active{
    color: #fff;
    background-color: #44a8f3;
}
.section-news-inner .news-lists li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.section-news-inner .news-lists h3 {
    margin: 10px 0;
    font-size: 16px;
    color: #222;
}

.section-news-inner .news-lists .date {
    margin: 10px 0 16px;
    font-size: 12px;
    color: #aaa;
}

.section-news-inner .news-lists p {
    font-size: 12px;
    color: #888;
}

/* 4.section-contact-inner */
.section-contact-inner {
    margin: 80px 0;
}

.section-contact-inner .map {
    position: relative;
}

.section-contact-inner .contact {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 20px;
    width: 382px;
    height: 230px;
    margin-top: -115px;
    text-align: right;
    border-top: 5px solid #44a8f3;
    background-color: #fff;
}

.section-contact-inner .contact h3 {
    margin-bottom: 28px;
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.section-contact-inner .contact p {
    margin: 10px 0;
    font-size: 14px;
    color: #222;
}

.main-content{
    min-height: 500px;
}