@charset "utf-8";
/* 重制 */	
html {
    font-family: "Microsoft YaHei",Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

body {
    min-width: 1200px;
    margin: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    margin: 0px;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #FFF;
}

.over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.black {
    background: url(/skin/default/images/common/black.png) repeat top left;
}
/* 新闻 */
/* 按钮 */
.news-button {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.news-button b {
    width: 28px;
    height: 28px;
    background-color: #434343;
    display: inline-block;
    margin: 2px;
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    font-weight: normal;
}

.news-button a {
    padding: 0px 6px 0px 6px;
    background-color: #FFF;
    display: inline-block;
    margin: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8;
    font-weight: normal;
    transition: all 0.3s ease 0s;
}

.news-button a:hover {
    font-size: 14px;
    background-color: #434343;
    color: #FFF;
    padding: 3px 8px 3px 8px;
}
/* 分页按钮 */
.paging-bt {
    float: right;
    margin-top: 11px;
    margin-right: -42px;
}

.paging-bt a,.paging-button b {
    border: 1px #cccccc solid;
    margin-right: 15px;
    padding: 0 10px;
    float: left;
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 25px;
}

.paging-button b {
    color: #d30507;
}

.paging-button a:hover {
    border: 1px #d30507 solid;
    color: #d30507;
    font-weight: bold;
}
/* 新闻翻页 */
.preNext {
    border-top: 1px #ecebeb solid;
    margin-top: 11px;
    padding-top: 10px;
}

.preLink {
    width: 100%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: block;
    overflow: hidden;
}

.nextLink {
    width: 100%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: block;
    overflow: hidden;
    padding-top: 4px;
}

.preNext a:hover {
    color: #ee4b44;
}
/* 浮动 */
.clearFixed {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0px;
}
/* 3D加速 */
.cube {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} 
/* 圆角 */
.radius {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior: url(/skin/default/css/pie.htc);
    position: relative;
    z-index: 2;
}

.radius15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/skin/default/css/pie.htc);
    position: relative;
    z-index: 2;
}

.round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    behavior: url(/skin/default/css/pie.htc);
    position: relative;
    z-index: 2;
}
/* 文字溢出 */
.over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 渐变效果 */
.transition {
    transition: all 0.3s ease 0s;
}

/* 顶部 */
.header {
    width: 100%;
}
/* 上部 */
.hd-top {
    width: 100%;
    height: 85px;
    background-color: #FFF;
}

.hd-center {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-top: 20px;
}

.hd-right {
    width: 352px;
    float: right;
    padding-top: 30px;
}

.hd-share {
    float: left;
}

.bottomBox .bdsharebuttonbox a {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    float: left;
}

.hd-share .bdsharebuttonbox .bds_qzone {
    background: url(/skin/default/images/common/photo.png) no-repeat -1px -1px;
}

.hd-share .bdsharebuttonbox .bds_tsina {
    background: url(/skin/default/images/common/photo.png) no-repeat -28px -1px;
}

.hd-share .bdsharebuttonbox .bds_weixin {
    background: url(/skin/default/images/common/photo.png) no-repeat -55px -1px;
}

.hd-tel {
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 25px;
    color: #999999;
}

.hd-tel span {
    font-size: 20px;
    color: #ee4b44;
    font-style: italic;
}
/* 下部 */
.hd-bottom {
    width: 100%;
    height: 58px;
    background-color: #f1f1f1;
    border-top: 1px #e2e2e2 solid;
}

.meun {
    float: left;
}

.mu-li {
    float: left;
    margin: 0px 7px;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
}

.mu-a {
    font-size: 16px;
    line-height: 58px;
    color: #333333;
    text-align: center;
}

.mu-li:hover .mu-a {
    color: #ee4b44;
}

.mu-border {
    width: 100%;
    height: 0px;
    background-color: #ee4b44;
    position: absolute;
    top: -1px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

.mu-borderM {
    height: 7px;
}

.mu-li:hover .mu-border {
    height: 7px;
}

.nav {
    width: 100%;
    padding: 15px 0px;
    background-color: #ee4b44;
    position: absolute;
    top: 60px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.mu-li:hover .nav {
    opacity: 1;
    top: 50px;
    visibility: inherit;
}

.nv-li {
    width: 80%;
    height: 29px;
    border-bottom: 1px #e0433d solid;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.nv-li:hover {
    border-bottom: 1px #f1f1f1 solid;
}

.nv-a {
    font-size: 14px;
    line-height: 29px;
    color: #FFF;
    margin-left: 6px;
    transition: all 0.3s ease 0s;
}
/* 搜索 */
.search {
    float: right;
    position: relative;
}

.sea-input {
    width: 150px;
    height: 40px;
    padding: 0px 60px 0px 15px;
    margin-top: 6px;
    background-color: #FFF;
    border: none;
    outline: medium;
    font-family: "Microsoft YaHei",Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    border: 2px #f1f1f1 solid;
    transition: all 0.3s ease 0s;
}

.sea-input:hover {
    color: #000;
    border: 2px #ee4b44 solid;
}

.sea-button {
    width: 60px;
    height: 40px;
    background: url(/skin/default/images/common/photo.png) no-repeat -82px -1px;
    border: none;
    position: absolute;
    top: 8px;
    right: 0px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}

.sea-button:hover {
    opacity: 1;
}

/* 底部 */
.footer {
    width: 100%;
    height: 260px;
    margin-top: 45px;
    padding-top: 50px;
    background-color: #7d7d7d;
}

.ft-list {
    float: left;
    margin-right: 40px;
}

.ft-li {
    width: 100%;
    line-height: 24px;
}

.ft-title,.ft-wcTl {
    font-size: 20px;
    line-height: 40px;
    color: #FFF;
}

.ft-a {
    font-size: 14px;
    color: #FFF;
}

.ft-a:hover {
    text-decoration: underline;
}

.ft-photo {
    float: left;
    display: block;
    padding-top: 14px;
}

.ft-li p {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    line-height: 32px;
    color: #FFF;
    display: block;
}

.ft-li span {
    font-size: 24px;
}

.ft-wechat {
    float: right;
}

.ft-wcTl {
    text-align: center;
}

.ft-wcTx {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
}

.bottom {
    width: 100%;
    height: 60px;
    padding-top: 10px;
    background-color: #434343;
    overflow: hidden;
}

.copyright {
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
}

.bt-share {
    float: right;
    padding-top: 5px;
}

.bt-share .bdsharebuttonbox a {
    width: 41px;
    height: 41px;
    display: block;
    float: left;
}

.bt-share .bdsharebuttonbox .bds_tsina {
    background: url(/skin/default/images/common/photo.png) no-repeat -156px -1px;
}

.bt-share .bdsharebuttonbox .bds_qzone {
    background: url(/skin/default/images/common/photo.png) no-repeat -198px -1px;
}

.bt-share .bdsharebuttonbox .bt-map {
    background: url(/skin/default/images/common/photo.png) no-repeat -240px -1px;
}

.bt-share .bdsharebuttonbox .bds_weixin {
    background: url(/skin/default/images/common/photo.png) no-repeat -282px -1px;
}

/* 功能 */
.rg-share {
    width: 54px;
    position: fixed;
    bottom: 380px;
    right: 0px;
    z-index: 66;
}

.rg-share .bdsharebuttonbox a {
    width: 100%;
    height: 54px;
    background: #ee4b44 url(/skin/default/images/common/photo.png) no-repeat;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}

.rg-share .bdsharebuttonbox a:hover {
    background-color: #434343;
}

.rg-share .bdsharebuttonbox .bds_qzone {
    background-position: -344px 0px;
}

.rg-share .bdsharebuttonbox .bds_tqq {
    background-position: -398px 0px;
}

.rg-share .bdsharebuttonbox .bb-tel {
    background-position: -452px 0px;
}

.rg-share .bdsharebuttonbox .bb-top {
    background-position: -506px 0px;
}

/* 工程案例 */
.pj-list {
    text-align: center;
}

.pj-li {
    display: inline-block;
}

.pj-a {
    font-size: 16px;
    line-height: 60px;
    color: #999999;
    padding: 0px 15px;
    border-right: 1px #e5e5e5 solid;
    transition: all 0.3s ease 0s;
}

.pj-a:hover {
    color: #000;
    text-decoration: underline;
}

.pj-main {
    width: 1230px;
    padding-top: 5px;
}

.pj-maLi {
    width: 380px;
    margin: 0px 15px 40px 15px;
    float: left;
}

.pj-maLi a {
    width: 100%;
    height: 100%;
    display: block;
}

.pj-maLi:hover a {
    color: #000;
}

.pj-back {
    width: 100%;
    height: 290px;
    border: 1px #e5e5e5 solid;
    position: relative;
    overflow: hidden;
}

.pj-photo {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pj-color {
    width: 100%;
    height: 100%;
    background-color: #ee4b44;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: Alpha(opacity=0);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.pj-maLi:hover .pj-color {
    filter: Alpha(opacity=70);
    opacity: 0.7;
}

.pj-round {
    width: 88px;
    height: 88px;
    border: 1px #FFF solid;
    position: absolute;
    top: 120%;
    left: 50%;
    margin: -44px 0px 0px -44px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.pj-maLi:hover .pj-round {
    top: 50%;
    opacity: 1;
}

.pj-h {
    width: 32px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -16px;
}

.pj-s {
    width: 1px;
    height: 32px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0px 0px 0px;
}

.pj-tl {
    font-size: 20px;
    line-height: 50px;
    color: #000;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.pj-maLi:hover .pj-tl {
    color: #d52821;
}

.pj-tx {
    height: 36px;
    margin-top: -5px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    overflow: hidden;
}

.new-title span {
    float: right;
    font-size: 14px;
    margin-top: 6px;
}

.new-title a:hover {
    color: #ee4b44;
}

.rg-name a:hover {
    color: #ee4b44;
}

.lf-CN a:hover {
    color: #ee4b44;
}


/* leftsead */

#leftsead {
    width: 0px;
    height: 143px;
    position: fixed;
    top: 400px;
    right: 0px;
    z-index: 99999999999;
}

*html #leftsead {
    margin-top: 358px;
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
    width: 0px;
    height: 50px;
}

#leftsead li img {
    float: right;
}

#leftsead li a {
    height: 49px;
    float: right;
    display: block;
    min-width: 47px;
    max-width: 131px;
}

#leftsead li a .shows {
    display: block;
}

#leftsead li a .hides {
    margin-right: -143px;
    cursor: pointer;
    cursor: hand;
}

#leftsead li a.youhui .hides {
    display: none;
    position: absolute;
    right: 192px;
    top: 2px;
}