/********************************所有动画效果********************************/

.Animated {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s;
    /* Safari and Chrome */
    -o-transition: all 0.2s;
    /* Opera */
}


/*******************************主样式*******************************/

* {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    list-style: none;
}

body {
    color: #404040;
}

a {
    text-decoration: none;
    color: #0c64b9;
}

button,
select {
    vertical-align: middle;
    outline: none;
    appearance: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-shadow: none
}

body {
    background-color: #f7f8fa;
}

.MainStyle {
    min-width: 1072px;
    margin: 0 auto;
}

.M_M_Style {
    width: 1072px;
    margin: 0 auto;
}

.BGW {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.FR {
    float: right;
}


/**导航栏**/

.GZZALogo {
    width: 1072px;
    margin: 0 auto;
    height: 0px;
    padding-top: 95px;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left;
}

.ListStyle {
    background-color: #0c64b9;
    height: 46px;
}

.Nav {
    width: 1072px;
    margin: 0 auto;
}

.Nav li div {
    cursor: pointer;
    background-color: #0c64b9;
    color: #e9efff;
    float: left;
    width: 12.5%;
    height: 46px;
    text-align: center;
    line-height: 46px;
}

.Nav li div:hover {
    cursor: pointer;
    background-color: #004d98;
    color: #ffffff;
}

.Nav li div.Active {
    cursor: pointer;
    background-color: #004d98;
    color: #ffffff;
}


/**底部**/

.Footer {
    background-color: #ffffff;
    width: 100%;
    min-width: 1072px;
    min-height: 127px;
    margin: 10px auto 0;
}

.C_Blue {
    color: #0c64b9;
    margin: 0 5px;
}

.Footer .FootList {
    margin: 0 auto;
    width: 1072px;
    padding: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
}

.Footer .FootList p {
    color: #666666;
}

.Footer .FootList div {
    color: #666666;
}


/**面包屑**/

.Breadcrumb {
    height: 40px;
    width: 1072px;
    background-color: #ffffff;
    margin: 0 auto;
    line-height: 40px;
}

.CoordinatesPic {
    float: left;
    background-image: url(../images/Breadcrumb_navigation@2x.png);
    background-size: 12px 14px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.BreadcrumbNavigation {
    float: left;
    line-height: 40px;
}

.BreadcrumbNavigation,
.BreadcrumbNavigation span,
.BreadcrumbNavigation span a {
    font-size: 13px;
}


/* 常规 */

.MGT10 {
    margin-top: 10px;
}

.MGT21 {
    margin-top: 21px;
}

.BackGround_W {
    background-color: #ffffff;
    width: 1072px;
    overflow: hidden;
}

.MinHeight500 {
    min-height: 500px;
}

.MinHeight950 {
    min-height: 950px;
}

.MinHeight1020 {
    min-height: 1024px;
}

.MainTitle {
    margin-left: 21px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
}

.Line {
    width: 1072px;
    height: 1px;
    background-color: #e4eaec;
    margin: 0 auto;
}


/* 图片秀 */

.Show {
    background-color: #ffffff;
    width: 1072px;
    min-height: 307px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ShowContent {
    min-height: 100px;
    padding: 0px 0px 21px 21px;
}

.ShowPicture {
    display: inline-block;
    width: 238px;
    min-height: 210px;
    margin-right: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PictureList {
    display: inline-block;
    width: 238px;
    height: 198px;
}

.PictureList:hover {
    background-color: #f1f4ff;
}

.PictureList img {
    width: 238px;
    height: 169px;
}

.PictureList div {
    width: 238px;
    height: 24px;
    overflow: hidden;
    color: #0c64b9;
}


/* 图片秀inner */

.ShowPicture_Inner {
    margin: 30px 0px 30px 39px;
    min-height: 880px;
}

.ShowPicture_Inner_Li {
    display: inline-block;
    width: 220px;
    height: 218px;
    margin-right: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ShowPicture_Inner_Li .PictureList_Inner img {
    width: 220px;
    height: 150px;
    overflow: hidden;
}

.PictureList_Inner {
    display: inline-block;
    width: 220px;
    height: 190px;
    overflow: hidden;
}

.PicTxt {
    color: #085cac;
    width: 210px;
    height: 32px;
    border: #e9efff 1px solid;
    line-height: 32px;
    padding-left: 8px;
    overflow: hidden;
}

/* 翻页 */

.Page {
    width: 280px;
    height: 40px;
    margin: 0 auto;
}

.Button {
    float: left;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    min-width: 48px;
    margin: 5px 10px 33px 10px;
}

.Butt_BGBlue {
    background-color: #3086d9;
    color: #ffffff;
}

.Butt_BGBlue a {
    display: inline-block;
    height: 30px;
    min-width: 48px;
    padding: 0 10px;
    color: #ffffff;
}

.Butt_BGBlue a:hover {
    background-color: #085cac;
}

.Butt_BGGray {
    border: #e4eaec solid 1px;
    color: #a0a8ab;
}

.Butt_BGGray a {
    display: inline-block;
    color: #a0a8ab;
    height: 30px;
    min-width: 48px;
    padding: 0 10px;
}

.Butt_BGGray a:hover {
    border: none;
    background-color: #3086d9;
    color: #ffffff;
}

/* 工程详情 */

.PartLeft {
    display: inline-block;
    background-color: #ffffff;
    width: 796px;
    overflow: hidden;
}

.PartRight {
    float: right;
    background-color: #ffffff;
    width: 266px;
    overflow: hidden;
}

.PartLeft .Introduction {
    min-height: 169px;
    border-bottom: #f7f8fa solid 2px;
    padding: 10px 20px;
}

.PartLeft .ProjectPhotos,
.PartLeft .ProjectDetails {
    display: inline-block;
}

.PartLeft .ProjectDetails {
    margin-left: 20px;
    width: 480px;
    line-height: 36px;
    vertical-align: top;
    overflow: hidden;
}

.PartLeft .ImageText {
    width: 756px;
    min-height: 200px;
    margin: 20px;
    text-align: center;
}

.PartRight .BusinessCard p {
    color: #666666;
    margin: 10px 15px 0px 15px;
    line-height: 32px;
}

.PartRight .L1_Title {
    padding-left: 24px;
    padding-top: 15px;
    font-weight: bold;
    line-height: 36px;
    border-bottom: #f7f8fa 1px solid;
}

.RightSideList {
    margin-left: 14px;
    margin-top: 12px;
}


/* 翻页 */

#Page {
    height: 120px;
    overflow: hidden;
}

#Page.Honor {
    height: 32px;
    overflow: hidden;
}

#Page .Info {
    display: none;
}

#Page .PageInner {
    padding-top: 44px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

#Page.Honor .PageInner {
    padding-top: 0px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

#Page .PageInner .N {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    border: #e4eaec 1px solid;
    color: #a0a8ab;
}

#Page .PageInner div {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: #e4eaec 1px solid;
    color: #a0a8ab;
    margin-right: 5px;
}

#Page .PageInner div a {
    display: contents;
    color: #a0a8ab;
    width: 30px;
    height: 30px;
}

#Page .PageInner div.C {
    display: inline-block;
    border: #3086d9 1px solid;
    width: 30px;
    height: 30px;
    background-color: #3086d9;
    color: #ffffff;
    margin-right: 5px;
}

#Page .PageInner div.C a {
    display: contents;
    color: #ffffff;
    width: 30px;
    height: 30px;
}


#Page a {
    display: contents;
    vertical-align: text-bottom;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    overflow: hidden;
}

#Page .PageInner span:hover {
    cursor: pointer;
}

#Page .PageInner a:hover {
    cursor: pointer;
}


/* 新闻动态列表 */

.ContentList {
    height: 900px;
    overflow: hidden;
}

.C_List_L {
    display: inline-block;
    width: 722px;
    height: 102px;
    border-bottom: #f7f8fa 1px solid;
    line-height: 1.6em;
    padding: 22px 37px;
}

.C_List_L_T {
    color: #0c64b9;
    font-weight: bold;
}

.C_List_L p {
    text-indent: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 75px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #404040;
}


/* 详情标题 */

.Text_Title {
    width: 796px;
    height: 54px;
}

.Text_Title .MainTitle_Middle {
    width: 796px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


/* 详情内容 */

.Date_Info,
.Date_Info span {
    line-height: 40px;
    text-align: center;
    padding-left: 10px;
    color: #a8a8a8;
    font-size: 12px;
}

.Text_Content {
    padding: 10px 26px 26px 26px;
    line-height: 2.2em;
    text-align: left;
}

.Text_Content img {
    width: 640px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 内容导航 */

.PartLeft #Nav_Inner {
    height: 52px;
    width: 754px;
    line-height: 48px;
    border-bottom: #f7f8fa 1px solid;
    padding: 0 21px;
}

.PartLeft #Nav_Inner ul li {
    float: left;
    margin-right: 20px;
}

.PartLeft #Nav_Inner a {
    display: inline-block;
    height: 54px;
}

.PartLeft #Nav_Inner a:hover {
    height: 49px;
    border-bottom: #9cc5eb solid 3px;
}

.PartLeft #Nav_Inner a.Active {
    display: inline-block;
    height: 49px;
    color: #666666;
    font-weight: bold;
    border-bottom: #0c64b9 solid 3px;
}