﻿
@font-face{
    font-family: 'Grechen';
    src: url('../fonts/Grechen.ttf') format('truetype'),
    url('../fonts/Grechen.svg#Grechen') format('svg'),
    url('../fonts/Grechen.eot') format('eot'),
    url('../fonts/Grechen.woff') format('woff');/*路径要正确*/
}
body { font-family: arial, helvetica, clean, sans-serif, 宋体,Grechen;}
*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
ul,li,ol,dl,dt,dd{
    list-style:none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after{

    content: "";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
img{
    border:0;
}


/*top样式*/
.h_top{
    left: 0;
    top:0;
    z-index: 999;
    width: 100%;
}
.logo-right{margin-top: 12px;position: relative;}
.h_top .city_box{
    position: absolute;
    z-index: 1052;
    padding: 10px 10px;
    top: 68px;
    left: 38.5%;
    background: rgba(19,18,17,.8);
    width: 26%;
}

.h_top .city_box li{font-size:14px;text-align: center;padding: 4px 0;}

.h_top .city_box li a{color:#ccc;}

.h_top .city_box li:hover a{color:#d08b3b;}

.h_top .city{margin-left:18px; height:30px; }

.h_top .city .b{color:#000; font-size:16px; line-height:30px;}

.h_top .city .q{color:#000; line-height:30px; font-size:14px; margin-left:10px;}

.h_top .city .q a{color:#000;}
.h_top .city .q a:hover{color:#ccc;}


.h_top .header_menu{
    height: 80px;
    background: #fff;
    border-bottom: solid 1px #a0a0a0;
}
#logo h4{
    height: 80px;
}
#logo h4 a{
    font-size: 20px;
    line-height: 80px;
    display: inline-block;
    width: 188px;
    height: 80px;
}
#logo h4 a img{

    width: 100%;
    margin-top: 12px;

}

#logo p{
    color: #000000;
    padding: 4px 18px;
}


/*导航样式*/
.menu-nav{
    height: 70px;
}
#mainav{
    height: auto;
    line-height: 70px;
}
#mainav ul{margin: 0 auto;}
/*#mainav ul, #mainav a{transition:all .4s ease-in-out;}*/
#mainav li{display:inline-block; float:left; position:relative; }
#mainav li a{display:block;color: #000;padding: 0 43px;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav .active > a, #mainav a:hover, #mainav li:hover > a{
    background: url(../images/sanjiao.png) no-repeat center 48px;
}

.sNav {
    position: absolute;
    z-index: 999;
    height: 340px;
    display:none;
    background: url(../images/bg1.png) repeat;
    width: 100%;
    margin-top: 70px;
}
.sNav .bigBox {
    padding-top: 66px;
}
.sNav .list {
    padding-left: 183px;
    width: 107px;
    border-right: #e1e1e1 solid 1px;
    height: 186px;
}
.sNav .list li{ font-size:14px; margin-bottom:16px;}
.sNav .list li a{ color: #666;}
.sNav .list li:hover a{ color: #005629;text-decoration: underline;font-size: 15px;}
.sNav .list .liNow a{ color:#005629;text-decoration: underline;font-size: 15px;}
.sNav .contentBox{ padding-left:52px; width:310px;}
.sNav .txt{ font-size:24px; padding-bottom:18px; color:#333;}
.sNav .content{ font-size:14px; height:72px; line-height:24px; overflow:hidden;}
.sNav .btnDiv{ padding-top:25px;}
.sNav .btnDiv a{ color:#666; display:block; width:96px; height:36px; border:#666 solid 1px; line-height:36px; text-indent:20px; font-size:14px;}
.sNav .btnDiv img{ padding-left:18px; position:relative; top:-3px;}
.sNav .btnDiv .img1{ display:none;}
.sNav .btnDiv a:hover{ border:#005629 solid 1px; background:#005629; color:#fff;}
.sNav .btnDiv a:hover .img1{ display:inline-block;}
.sNav .btnDiv a:hover img{ display:none;}
.sNav .imgDiv{ padding-left:52px;
    width: 310px;
    height: 178px;
}
.sNav .imgDiv img{
    width: 100%;
    height: 100%;
}




/* Slide transitions */

.slideUp {
    -webkit-transform: translateY(-128px);
    -ms-transform: translateY(-128px);
    -o-transform: translateY(-128px);
    transform: translateY(-128px);
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.slideDown {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}


/*slider大图*/
#wrapper {
    background:#fff;
    position:relative;
}
.fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:580px !important;
    overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
    width:100% !important;
    max-height:580px !important;
    position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
    .banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #4d4944 !important;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #4d4944 !important;
}
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 20px !important;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 10px;
    height: 10px;
    float: left;
    border-radius:50% ;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    margin-right: 10px;
}


.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #666666 url(../images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 60px;
    margin-top: -26px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.2);/*增加阴影*/

    /*打开注释，按钮变成圆形的*/
    border-radius: 20px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性*/
    -moz-border-radius: 20px;  /*Mozilla浏览器的私有属性*/
    -webkit-border-radius: 20px;  /*Webkit浏览器的私有属性*/
    border-radius: 20px 20px 20px 20px; /*四个半径值分别是左上角、右上角、右下角和左下角*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #666666 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: -60px;
    margin-top: -26px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.2);/*增加阴影*/

    /*打开注释，按钮变成圆形的*/
    border-radius: 20px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性*/
    -moz-border-radius: 20px;  /*Mozilla浏览器的私有属性*/
    -webkit-border-radius: 20px;  /*Webkit浏览器的私有属性*/
    border-radius: 20px 20px 20px 20px; /*四个半径值分别是左上角、右上角、右下角和左下角*/

}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*四大板块*/
.clear{height:0px; width:0px; line-height:0px; clear:both; float:none; overflow:hidden;}
.pip{width:100%; background:#d8d8d8; height:130px;}
.pip-x{width:1200px; margin:0px auto; height:130px; position:relative;}
.pip-x .pip-box{width:1076px; border-left:1px solid #a6a6a6;height:130px; position:relative;}
.pip-x ul{ width:1200px; position:absolute; left:0px; top:0px;}
.pip-x li{width:239px; border-right:1px solid #a6a6a6; float:left; height:130px;}
.pip-x li:hover{background: rgba(0,0,0,.1);}
.pip-x li a{
    display: inline-block;
    width: 100%;
    padding: 53px 0;
}
.pip-x p{text-align:center;}
.pip-x li a,.homeCase li a:hover{ color:#005629;}
.pip-x p .img{padding-top:55px;}
.pip-x p.txt{height:24px; line-height:24px; font-size:20px;}
.pip-x .preNext {width:10px; height:17px; position:absolute; top:44%; background:url(../images/hjt2.png) no-repeat left top; cursor:pointer; z-index:31;}
.pip-x .pre {left:-4%;background-position:left top;}
.pip-x .nex {right:-4%; background-position:right top;}


.pip-box li .xq{
    z-index:998; position:absolute;
    top: 0;
    height: 130px;
    width: 240px;
    opacity: 0;
}
.pip-box li .xq p{
    padding: 20px 16px 0 16px;
    font-size: 16px;
    line-height: 30px;
}
.pip-box li .xq a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0;
    background: #666;
}
.pip-box li:hover .xq{
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*youshi上下悬停轮播样式*/
.advCon{margin-top: 30px;}
.advCon .menu{width: 214px;height: 641px;background: #e8e8e8;}
.advCon .menu li{width: 214px;height: 160px;border-bottom: 1px solid #fff;}
.advCon .menu h3{text-align: center;padding-top: 30px;}
.advCon .menu p{font-size: 20px;color: #005629;text-align: center;}
.advCon .menu li:hover{background-color: #cbcbcb;cursor: pointer;}
.advCon .menu li:hover h3,
.advCon .menu li:hover p{color: #fff;}
.advCon .menu li:hover i{background-color: #fff;}
.advCon .menu li.cur{
    background: #cbcbcb;
}

.advCon .menu li.cur h3,
.advCon .menu li.cur p{color: #fff;}
.advCon .menu li.cur i{background-color: #fff;}
.advBox{width: 970px;height: 644px;overflow: hidden;}
.advBox img{display: block;}
.advBox a{display: block;}


/*case*/

/*case 标题*/
.case .case-tit{
    text-align: center;
    padding: 50px 0;
}

/*分类bt*/
#case_list{
    text-align: center;
    margin-bottom: 30px;
}
#case_list a{
    display: inline-block;
    width: 104px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 11px;
    color: #4d4540;
    border: solid 1px #005629;
    margin-bottom: 15px;
}
#case_list a:hover{
    color: #fff;
    background:#005629;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#case_list a:last-child{
    margin-right: 0;
}
#case_list .active{
    background: #005629;
    color: #fff;
}
#case_content .gd_bt {
    display: inline-block;
    background: #666;
    text-align: center;
    font-size: 16px;
    padding: 4px 10px;
    color: #fff;
}


/*案例样式（大）*/

.c_z {
    width: 794px;
    height: 508px;
    background:none;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;margin-right:unset;overflow: hidden;position: relative;
}
.case_content .c_z a{  display: block; overflow: hidden;}
.case_content .c_z a:after { width: 100%; height: 100%; content: ""; display: block; position: absolute; transition: all .38s cubic-bezier(.62, .02, .34, 1); -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1); -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1); -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1); -ms-filter: "alpha(opacity=$num)"; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)"; transform: scale(.85); -moz-transform: scale(.85); -webkit-transform: scale(.85); -ms-transform: scale(.85); z-index: 2; top: 0px; left: 0px; border: 1px solid #000; margin-left: -2px; margin-top: -2px; }
.case_content .c_z a:hover::after { -ms-filter: "alpha(opacity=$num)"; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)"; transform: scale(.92,.90); -moz-transform: scale(.92,.90); -webkit-transform: scale(.92,.90); -ms-transform: scale(.92,.90) }
.case_content .c_z a:hover .item-content{background: #fff;opacity:0.85;}
.case_content .c_z a img {
    float: none;
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case_content .c_z a img { height:auto; overflow:hidden; }
.case_content .c_z a:hover img {transform: scale(1.08, 1.08);}

.case_content .c_z a .case-info {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
}
.case_content .c_z a:hover .case-info {
    background: white;
    opacity: 0.85;
    width: 100%;
    height: 100%;
}
.case_content .c_z a .case-info div { position: relative;top: 40%; margin-top: -15px;height:134px; transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width:100%; overflow: hidden;}
.case_content .c_z a .case-info p.title{
    transition: all 0.3s ease-out 0s;
}
.case_content .c_z a .case-info p.title { color:transparent; text-align:center;}
.case_content .c_z a:hover .case-info p.title {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case_content .c_z a .case-info p.title::after { width: 0%; content: ''; display: block; height: 2px; background: #5b5b5b; position: absolute; top: 30px; left: 50%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; margin-top: 3px;}
.case_content .c_z a .case-info p.title::after { margin-top:1px;}
.case_content .c_z a:hover .case-info p.title:after { width: 12%; left: 50%; margin-left: -6%; }

.case_content .c_z a:hover .case-info p.subtitle { color:#000000; font-size: 22px; }
.case_content .c_z a .case-info p.subtitle { color:transparent;text-align:center;}
.case_content .c_z a:hover .case-info p.itemtitle { color:#000000; font-size: 16px;margin-top: 10px; }
.case_content .c_z a .case-info p.itemtitle { color:transparent;text-align:center;}


/*案例样式（小）*/
.c_y .y_t,.c_y .y_b{
     width: 386px;
     height: 244px;
    background:none;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;margin-right:unset;overflow: hidden;position: relative;
}
.b_content{
    width: 386px;
    height: 244px;
    margin: 20px 21px 0 0;
    background:none;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;overflow: hidden;position: relative;
}
.c_y .y_t{
    margin-bottom: 18px;
}

.case_content .c_y .y_t a,.case_content .c_y .y_b a{  display: block; overflow: hidden;}
.case_content .c_y .y_t a:after,.case_content .c_y .y_b a:after ,.case_content .b_content a:after{ width: 100%; height: 100%; content: ""; display: block; position: absolute; transition: all .38s cubic-bezier(.62, .02, .34, 1); -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1); -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1); -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1); -ms-filter: "alpha(opacity=$num)"; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)"; transform: scale(.85); -moz-transform: scale(.85); -webkit-transform: scale(.85); -ms-transform: scale(.85); z-index: 2; top: 0px; left: 0px; border: 1px solid #000; margin-left: -2px; margin-top: -2px; }
.case_content .c_y .y_t a:hover::after,.case_content .c_y .y_b a:hover::after,.case_content .b_content a:hover::after { -ms-filter: "alpha(opacity=$num)"; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)"; transform: scale(.92,.90); -moz-transform: scale(.92,.90); -webkit-transform: scale(.92,.90); -ms-transform: scale(.92,.90) }
.case_content .c_y .y_t a:hover .item-content,
.case_content .c_y .y_b a:hover .item-content,
.case_content .b_content a:hover .item-content{background: #fff;opacity:0.85;}
.case_content .c_y .y_t a img,
.case_content .c_y .y_b a img,
.case_content .b_content a img{
    float: none;
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case_content .c_y .y_t a img,.case_content .c_y .y_b a img,.case_content .b_content a img { height:auto; overflow:hidden; }
.case_content .c_y .y_t a:hover img,.case_content .c_y .y_b a:hover img,.case_content .b_content a:hover img {transform: scale(1.08, 1.08);}

.case_content .c_y .y_t a .case-info,.case_content .c_y .y_b a .case-info ,.case_content .b_content a .case-info{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
}
.case_content .c_y .y_t a:hover .case-info,.case_content .c_y .y_b a:hover .case-info,.case_content .b_content a:hover .case-info {
    background: white;
    opacity: 0.85;
    width: 100%;
    height: 100%;
}
.case_content .c_y .y_t a .case-info div,.case_content .c_y .y_b a .case-info div,.case_content .b_content a .case-info div { position: relative;top: 28%; margin-top: -15px;height:134px; transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width:100%; overflow: hidden;}
.case_content .c_y .y_t a .case-info p.title,.case_content .c_y .y_b a .case-info p.title,.case_content .b_content a .case-info p.title{
    transition: all 0.3s ease-out 0s;
}
.case_content .c_y .y_t a .case-info p.title,.case_content .c_y .y_b a .case-info p.title,.case_content .b_content a .case-info p.title { color:transparent; text-align:center;}
.case_content .c_y .y_t a:hover .case-info p.title,.case_content .c_y .y_b a:hover .case-info p.title,.case_content .b_content a:hover .case-info p.title {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case_content .c_y .y_t a .case-info p.title::after,
.case_content .c_y .y_b a .case-info p.title::after,
.case_content .b_content a .case-info p.title::after{ width: 0%; content: ''; display: block; height: 2px; background: #5b5b5b; position: absolute; top: 30px; left: 50%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; margin-top: 3px;}
.case_content .c_y .y_t a .case-info p.title::after,
.case_content .c_y .y_b a .case-info p.title::after,
.case_content .b_content a .case-info p.title::after{ margin-top:1px;}
.case_content .c_y .y_t a:hover .case-info p.title:after,
.case_content .c_y .y_b a:hover .case-info p.title:after,
.case_content .b_content a:hover .case-info p.title:after{ width: 12%; left: 50%; margin-left: -6%; }

.case_content .c_y .y_t a:hover .case-info p.subtitle ,
.case_content .c_y .y_b a:hover .case-info p.subtitle,
.case_content .b_content a:hover .case-info p.subtitle{ color:#000000; font-size: 22px; }
.case_content .c_y .y_t a .case-info p.subtitle,
.case_content .c_y .y_b a .case-info p.subtitle,
.case_content .b_content a .case-info p.subtitle{ color:transparent;text-align:center;}
.case_content .c_y .y_t a:hover .case-info p.itemtitle,
.case_content .c_y .y_b a:hover .case-info p.itemtitle,
.case_content .b_content a:hover .case-info p.itemtitle{ color:#000000; font-size: 16px;margin-top: 10px; }
.case_content .c_y .y_t a .case-info p.itemtitle,
.case_content .c_y .y_b a .case-info p.itemtitle,
.case_content .b_content a .case-info p.itemtitle{ color:transparent;text-align:center;}

/*知名客户*/
.kehu{
    height: 500px;
    background: #f0f0f0;
    margin-top: 40px;

}
.kehu h3{
    text-align: center;
    padding: 50px 0 30px 0;
}
#bg{
    width:1200px;height:150px;
}
#sm{/*滚动对象样式*/
    overflow:hidden;/*隐藏Div中多余的内容，增加图片会一起滚动*/
    width:1200px;height:150px;
    margin:0 auto;
}
.pd{
    width: 228px;
    height: 126px;
    background: #fff;
    border: solid 1px #005629;
}
.pd img{
    height: 100%;
    -webkit-transition: .4s all;
    transition: .4s all;
}
.pd:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.partners-btn {
    width: 152px;
    height: 42px;
    border: 1px solid #c3c6cf;
    margin: 40px auto 0;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    color: #005629;
    cursor: pointer;
    display: block;
    font-size: 14px
}

.partners-btn:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #005629;
}
/*施工块样式*/
.shigong{
    padding: 50px 0;
}
.shigong .shigong-tit{
    text-align: center;
    padding-bottom: 38px;
}
#sg-bg{width:1200px;}
#sm1{/*滚动对象样式*/
    overflow:hidden;/*隐藏Div中多余的内容，增加图片会一起滚动*/
    width:1200px;
    height: 222px;
    margin:0 auto;
}
.shigong .pd{width: 260px;height: 188px;background: #fff; border:none;}
.shigong .pd img{height: 100%;max-width:none !important;-webkit-transition: .4s all;transition: .4s all;}
.shigong .pd:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}

/*新闻资讯样式*/
/*news*/
.news{
    padding: 50px 0;
}
.news .news-tit{
    text-align: center;
    padding-bottom: 60px;
}
.news_z{
    width: 370px;
    position: relative;
    margin-right: 60px;

}
.news_c{
    width: 370px;
    position: relative;
    margin-right: 60px;
}
.news_z .more,.news_c .more{
    position: absolute;
    top:28px;
    right:0;
    font-size: 14px;
    color: #a7a7a7;
}
.news_z .more:hover,.news_c .more:hover{
    text-decoration: underline;
    color: #005629;
}
.news_z h4 {
    background: url(../images/news-z.png) no-repeat 0 30px;
    height: 80px;
    font-weight: normal;
    margin-bottom: 48px;
}
.news_c h4{
    background: url(../images/news-c.png) no-repeat 0 30px;
    height: 80px;
    font-weight: normal;
    margin-bottom: 48px;
}
.news_z h4 a,.news_c h4 a,.news_y h4 a {
    font-size: 20px;
    color:#005629 ;
}
.news .dl-horizontal {
    margin: 0 0 30px 0;
}
.news .dl-horizontal dt {
    width: 80px;
    height: 75px;
    background: url(../images/new-bg.jpg) no-repeat ;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    float: left;
    font-family: 'Grechen';
    padding-top: 14px;
}
.news .dl-horizontal dt span {display: block;font-size: 16px;color: #a7a7a7;}
.news .dl-horizontal dd {text-align: left;padding-left: 20px; margin-left: 80px;border-left:1px solid #333}
.news .dl-horizontal dd h3 {font-size: 16px;margin: 0 0 10px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.news .dl-horizontal dd h3 a {color: #666;}
.news .dl-horizontal dd h3 img {width: 25px;
    height: 8px;}
.news .dl-horizontal dd h3 a:hover {color: #005629;}
.news .dl-horizontal dd p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 0}

/*滚动问答*/

.news_y{
    width: 340px;
    height:461px;
}
.news_y h4{
    background: url(../images/news-y.png) no-repeat 0 30px;
    height: 80px;
    font-weight: normal;
    margin-bottom: 48px;
}
.news_y ul li{
    margin-bottom: 10px;
}
.news_y ul li h5{
    font-family: 'Gotham';
    font-size: 16px;
    color: #005629;
    margin-bottom: 4px;
    font-weight: 200;
}
.news_y ul li p{
    font-family: 'Gotham';
    color: #666;
    font-size: 14px;
}
.news_y ul li p b,.news_y ul li h5 b{
    color: #666;
}

/*link*/
.link{
    background: #f0f0f0;
    padding: 10px 0;
}
.link .link-l{
    display: inline-block;
    width: 115px;
    border-right: 1px solid #005629;
    padding: 8px 0;
}
.link .link-l h3{
    padding-bottom: 4px;
    font-weight: normal;
    color: #005629;
    font-size: 18px;
}
.link .link-l p{
    color: #a7a7a7;
}
.link .link-r{
    margin-left: 130px;
}
.link .link-r a{
    display: inline-block;
    color: #666;
    margin: 4px 8px;
}
.link .link-r a:hover{
    text-decoration: underline;
    color:#005629 ;
}


/*footer*/
.footer{
    background: #2b2b2b;
    text-align: center;
    padding-top: 30px;
}
.footer hr{
    border-color: #5d5d5d;
    width: 900px;
    margin: 0 auto;
    border-top: 1px solid #171717;
}

/*底部四大块bt*/
.footer .pp{
    margin-bottom: 30px;
}
.footer .pp li{
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin: 0 10px;
}
.footer .pp li a{
    font-size: 14px;
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    -webkit-transition: linear .2s;
    transition: linear .2s;
}
.footer .pp li a span{
    display: inline-block;
    width: 24px;
    height: 20px;
}
.footer .pp li:first-child a span{
    background: url(../images/pp-icon.png) no-repeat -3px 3px;
}
.footer .pp li:nth-child(2) a span{
    background: url(../images/pp-icon.png) no-repeat -35px 3px;
}
.footer .pp li:nth-child(3) a span{
    background: url(../images/pp-icon.png) no-repeat -66px 3px;
}
.footer .pp li:nth-child(4) a span{
    background: url(../images/pp-icon.png) no-repeat -99px 3px;
}
.footer .pp li a:hover{
    background: #656565;
    border: 1px solid #656565;
}
/*地图导航*/
.b_nav{
    text-align: center;
    margin-bottom: 20px;
}
.b_nav li{
    color: #fff;
    display: inline-block;
    padding-right: 10px;
}
.b_nav li a{
    font-size: 14px;
    color: #ccc;
}
.b_nav li a:hover{
    color: #fff;
}


/*联系地址*/
.f_lx .f_z p{
    font-size: 14px;
    color: #fff;
    /*padding: 20px 0 20px 0;*/
    line-height: 28px;
}
.f_lx span{
    display: inline-block;
    width: 1px;
    height: 156px;
    background: url("../images/fgx.jpg") no-repeat;
    margin: 10px 0 0 104px;
}
.f_lx .f_y{
    padding: 37px 0;
}
.f_b{
    background: #111;
    height: 30px;
}
.f_b p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.f_b p a{
    color: #fff;
}

.ewm{
    margin-bottom: 20px;
}
.ewm p{
    color: #fff;
}
.ewm div{
    display: inline-block;
}
.ewm img{
    padding: 0 20px;
}


/*about子页*/
.zy_banner{
    height: 400px;
    width: 100%;
}
.zy_banner a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*当前位置page-wz*/
.page-wz{
    background:#e7e7e7;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.page-wz .ico{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/page-index.png) no-repeat;
}
.page-wz a{
    font-size: 16px;
    color: #25211e;
}
.page-wz a:hover{
    text-decoration: underline;
}

/*内容区块*/
.zy_nr{
    margin: 30px auto;
}

/*左侧导航区*/
.zy_nr .left{
    width: 230px;
    text-align: center;
}
.zy_nr .left .left_tit{
    background: #25211e;
    color: #fff;
    padding: 24px 0;
    font-weight: normal;
}
.zy_nr .left ul{
    height: 426px;
    background: #e7e7e7;
}
.zy_nr .left li{
    width: 100%;
    background: #c6c6c6;
    line-height: 50px;
}
.zy_nr .left li a{
    color: #25211e;
    display:block; margin:0; padding:10px 24px;
    border-bottom: solid 1px #fff;
}
.zy_nr .left li:hover{
    border-bottom: none;
    border-left: solid 8px #905e38;
    box-sizing: border-box;
    background: #e7e7e7;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.on{
    border-bottom: none;
    border-left: solid 8px #905e38;
    box-sizing: border-box;
    background: #e7e7e7!important;
}
.left_img{
    background: #c6c6c6;
    height: 266px;
    margin-top: 10px;
}


/*右侧内容显示区*/
.right{
    width: 954px;
    height: 793px;
    background:#e7e7e7;
    box-sizing: border-box;
}
.right .right_c{
    padding: 20px 20px;
}
/*右侧公司介绍*/
.right h4{
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
}
.right .right_c p{
    font-size: 16px;
    line-height: 32px;
    /*text-indent:32px;*/
}
.right_c .t1_img{
    margin-top: 16px;
    /*width: 100%;*/
    max-width: 97%;
}


/*右侧设计团队*/

/*团队标题*/
.team_tit{
    padding-bottom: 20px;
}
.team_tit h4{
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 20px;
}
.team_tit span{
    background: url("../images/tit_x.jpg") center 0 no-repeat;
    width: 54px;
    height: 1px;
    display: block;
    margin: 8px auto 0 auto;
}
.right_c .team_tit p{
    text-align: center;
    font-size: 18px;
    text-indent: 0;
}

/*盒子*/

/*!*IE滚动条颜色设置*!*/
/*.s_h {*/
    /*scrollbar-arrow-color:#f2f2f3;  !*上下箭头*!*/
    /*scrollbar-track-color:#1589ce;  !*底层背景色*!*/
    /*scrollbar-face-color:#27aeff;   !*滚动条前景色*!*/
    /*scrollbar-Shadow-color:#1589ce; !*滚动条边线色*!*/
/*}*/
/*chrome滚动条颜色设置*/
.s_h::-webkit-scrollbar {width:2px;margin: 0 auto; height:2px; background-color:transparent;} /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.s_h::-webkit-scrollbar-track {background-color:#ccc; border-radius:10px; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);} /*定义滚动条轨道 内阴影+圆角*/
.s_h::-webkit-scrollbar-thumb {background-color:#555; border-radius:10px; -webkit-box-shadow:inset 0 0 6px rgba(73, 73, 73, 0.3);} /*定义滑块 内阴影+圆角*/

.scrollBar {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify;
}
.content_8{
    height: 620px;
}

/*团队细分个人*/

.team_sj{
    width: 912px;
}
.team_sj .sjs li{
    width: 99%;
    height: 150px;
    background: #fff;
    margin-bottom: 19px;
    position: relative;
    border: solid 1px #4d4540;
}
.team_sj .sjs li:hover{
    background: #4d4540;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    border: solid 1px #fff;
}
.team_sj .sjs li:last-child{
    margin-bottom: 0;
}
.team_sj .sjs li a {
    display: inline-block;
    width: 82%;
    height: 150px;
    color: #25211e;
    padding: 16px;
    box-sizing: border-box;
}
.team_sj .sjs li:hover a{
    color: #fff;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}
.team_sj .sjs li a h5{
    font-size: 18px;
    font-weight: normal;
}
.team_sj .sjs li a h5 i{
    margin-right: 18px;
    font-weight: bold;
}
.right .right_c .team_sj .sjs li a p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 28px;
}
.team_sj .sjs li span{
    width: 24px;
    height:24px;
    position: absolute;
    bottom: 0;
    right:0;
    background: url("../images/j.png");
}
.team_sj .sjs li:hover span{
    background: url("../images/j_h.png");
}

/*底部翻页fanye*/
.s_h .fanye{
    text-align: center;
    padding: 40px 0;
}
.s_h .fanye .pagination>li {
    display: inline;
    padding: 5px;
}
.s_h .fanye .pagination { margin: 0;}
.s_h .fanye .pagination > .active > a,
.s_h .fanye .pagination > .active > span,
.s_h .fanye .pagination > .active > a:hover,
.s_h .fanye .pagination > .active > span:hover,
.s_h .fanye .pagination > .active > a:focus,
.s_h .fanye .pagination > .active > span:focus {
    background-color: #25211e;
    border-color: #25211e;
    color: #FFF;
}
.s_h .fanye .pagination > li > a:hover,
.s_h .fanye .pagination > li > span:hover,
.s_h .fanye .pagination > li > a:focus,
.s_h .fanye .pagination > li > span:focus {
    color: #fff;
    background-color: #4d4540;
    border-color:#ededed ;
}
.s_h .fanye .pagination > li > a,
.s_h .fanye .pagination > li > span {
    color:#25211e;
    font-size: 14px;
    padding: 8px 16px;
    border: solid 1px #25211e;
}

/*右侧公司荣誉*/
.s_h .honor figure{
    display: inline-block;
    width: 30%;
    height: auto;
    margin-right: 40px;
    margin-bottom: 30px;
}
.s_h .honor figure:nth-child(3n+3){
    margin-right: 0;
}
.s_h .honor figure h5{
    text-align: center;
    padding: 10px 0;
}

/*右侧企业风采*/

.s_h .fc figure{
    display: inline-block;
    width: 48%;
    height: auto;
    margin-right: 26px;
    margin-bottom: 12px;
}
.s_h .fc figure a{
    width: 100%;
    height: 100%;
}
.s_h .fc figure a img{
    width: 100%;
    /*height: 100%;*/
    height: auto;
}

.s_h .fc figure:nth-child(2n+2){
    margin-right: 0;
}
.s_h .fc figure h5{
    text-align: center;
    padding: 6px 0;
}

/*公司风采图片弹窗遮罩*/

#goodcover {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
    overflow: hidden;
}
#code {
    width: 824px;
    height: 600px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    display: none;
    left: 45%;
    z-index: 1002;
}
.close1 {
    width: 824px;
    height: 46px;
}
#closebt {
    float: right;
}
#closebt img {
    width: 20px;
}
.goodtxt {
    text-align: center;
    margin-top: 16px;
}
.goodtxt p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
/*图片轮播*/
.example {
    width: 788px;
    height: 484px;
    font-size: 40px;
    text-align: center;
    margin: 0px auto;
    background: #001e0e;
}

.example .ft-carousel {
    position: relative;
    width: 788px;
    height: 484px;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}

.ft-carousel .carousel-item img {
    width: 100%;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 31px;
    margin-top: -25px;
    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 2%;
    background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
    right: 2%;
    background: url(../images/next.png) no-repeat;
}








/*case子页样式*/

/*分类块*/
.clear{height:0px; width:0px; line-height:0px; clear:both; float:none; overflow:hidden;}
.hcSorts{width:100%; background:#fff;margin-bottom: 50px;}
.hcSorts-bg{background:#e7e7e7;}
.homeCase{width:1200px; margin:0px auto; height:100px; position:relative;}
.homeCase .box{width:1200px; border-left:1px solid #a6a6a6;height:100px; overflow:hidden; position:relative;}
.homeCase ul{ width:1200px; position:absolute; left:0px; top:0px;}
.homeCase li{width:239px; border-right:1px solid #a6a6a6; float:left; height:100px;}
.homeCase li a{
    display: inline-block;
    width: 100%;
    padding: 38px 0;
}
.homeCase p{text-align:center;}
.homeCase li a,.homeCase li a:hover{ color:#fff;}
.homeCase p .img{padding-top:55px;}
.homeCase p.txt{height:24px; line-height:24px; font-size:18px;color: #25211e;}
.homeCase .preNext {width:20px; height:34px; position:absolute; top:32%; background:url(../images/hjt2.png) no-repeat left top; cursor:pointer; z-index:31;}
.homeCase .pre {left:-4%;background-position:left top;}
.homeCase .nex {right:-4%; background-position:right top;}

.hcSorts .content{padding-top:40px;}
.hcSorts .content .contentlist{display: none;}
.hcSorts .content .contentlist:nth-child(1){display: block;}
.hcSorts .curr{background: #5D5D5D;color: #FFF;}
.hcSorts .curr p.txt{color: #fff}
.hcSorts .content li{display:inline-block; height:20px; padding:0px 10px;border-right: solid 1px #666666;}
.hcSorts .content li a{ height:20px; line-height:20px; text-align:center;color: #666; padding: 3px 10px}
.hcSorts .content li a:hover,.content .current{background:#5d5d5d; color:#fff;text-decoration: underline;}
.hcSorts .content li a.current{color: #fff}
.hcSorts .content .contentlist .more-bt a{
    width: 152px;
    height: 42px;
    border: 1px solid #c3c6cf;
    margin: 34px auto 0;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    color: #005629;
    cursor: pointer;
    display: block;
    font-size: 14px;
}
.hcSorts .content .contentlist .more-bt a:hover{
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #005629;
}

/*案例box*/
.list-box{
    margin-top: 54px;
}
.content .list-box .b_content{
    width: 386px;
    height: 244px;
    margin: 0px 21px 20px 0;
    position: relative;
    overflow: hidden;
    background:none;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.content .list-box .b_content:nth-child(3n+3){
    margin-right: 0;
}


.content .list-box .b_content a:after{ width: 100%; height: 100%; content: ""; display: block; position: absolute; transition: all .38s cubic-bezier(.62, .02, .34, 1); -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1); -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1); -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1); -ms-filter: "alpha(opacity=$num)"; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)"; transform: scale(.85); -moz-transform: scale(.85); -webkit-transform: scale(.85); -ms-transform: scale(.85); z-index: 2; top: 0px; left: 0px; border: 1px solid #000; margin-left: -2px; margin-top: -2px; }
.content .list-box .b_content a:hover::after { -ms-filter: "alpha(opacity=$num)"; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)"; transform: scale(.92,.90); -moz-transform: scale(.92,.90); -webkit-transform: scale(.92,.90); -ms-transform: scale(.92,.90) }
.content .list-box .b_content a:hover .item-content{background: #fff;opacity:0.85;}
.content .list-box .b_content a img{
    float: none;
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.content .list-box .b_content a img { height:auto; overflow:hidden; }
.content .list-box .b_content a:hover img {transform: scale(1.08, 1.08);}

.content .list-box .b_content a .case-info{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
}
.content .list-box .b_content a:hover .case-info {
    background: white;
    opacity: 0.85;
    width: 100%;
    height: 100%;
}
.content .list-box .b_content a .case-info div { position: relative;top: 28%; margin-top: -15px;height:134px; transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width:100%; overflow: hidden;}
.content .list-box .b_content a .case-info p.title{
    transition: all 0.3s ease-out 0s;
}
.content .list-box .b_content a .case-info p.title { color:transparent; text-align:center;}
.content .list-box .b_content a:hover .case-info p.title {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .list-box .b_content a .case-info p.title::after{ width: 0%; content: ''; display: block; height: 2px; background: #5b5b5b; position: absolute; top: 30px; left: 50%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; margin-top: 3px;}
.content .list-box .b_content a .case-info p.title::after{ margin-top:1px;}

.content .list-box .b_content a:hover .case-info p.title:after{ width: 12%; left: 50%; margin-left: -6%; }

.content .list-box .b_content a:hover .case-info p.subtitle{ color:#000000; font-size: 22px; }

.content .list-box .b_content a .case-info p.subtitle{ color:transparent;text-align:center;}

.content .list-box .b_content a:hover .case-info p.itemtitle{ color:#000000; font-size: 16px;margin-top: 10px; }
.content .list-box .b_content a .case-info p.itemtitle{ color:transparent;text-align:center;}


/*fuwu样式*/

.fuwu-tit{padding:50px 0px; text-align:center; width:100%; font-size:14px}
.lct{width:1180px; margin:0 auto; text-align:center; color:#999; line-height:25px; }
.lct ul li{float:left; width:150px; height:150px; text-align:center; margin-right:55px;}
.lct ul li a {float:left; width:145px; height:145px; display:block; text-align:center; border-radius:74px; border:1px solid #666; color:#666; transition:background 1s;}
.lct ul li a:hover{background:#005629; border:1px solid #005629; color:#fff;}
.lct ul li a span{display:block; text-align:center; line-height:36px; font-size:18px;  margin-top:45px;}
.lct ul li a small{display:block; text-align:center; line-height:18px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.lct ul li.no{margin-right:0px; background:none;}

.service{ margin-top:200px;}
.service ul li{ background:#fafafa; height:70px; border:1px solid #ddd;-webkit-box-shadow:#ccc 1px 1px 0px;-moz-box-shadow:#ccc 1px 1px 0px;box-shadow:#ccc 1px 1px 0px;  border-radius:5px; margin-bottom:50px; font-size:14px;}
.service ul li span{padding:0px 22px;
    line-height: 70px;
    background:#ddd; display:block; text-align:left; width:172px; float:left;  margin-right:20px; font-size:24px; color:#4d4540; height:70px;-moz-border-radius-topleft:5px;}

.service ul li p{
    padding-top: 10px;
}

/*客户名录*/
.ml-tit{padding:50px 0px; text-align:center; width:100%; font-size:14px}
.khml-info{
    background:#e7e7e7;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.khml-info .khml-info-p{
    padding: 20px 20px;
}
.customer figure{
    display: inline-block;
    width: 19%;
    height: auto;
    margin-bottom: 13px;
    background: #fff;
    margin-right: 14px;
}
.customer figure:nth-child(5n+5){
    margin-right: 0px;
}
.customer figure a{
    position: relative;
    color: #FFF;
    display: block;
}

.customer figure img{
    width: 100%;
    height: 100%;
}
.customer figure p{
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #339933;
    top: 0px;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    opacity: 0;
    color: #fff;
    text-indent: 0;
}
.customer figure a:hover p { display: block; opacity: 1;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.customer figure:nth-child(5n+5){
    margin-right: 0;
}
.customer figure h5{
    text-align: center;
    padding: 10px 0;
}



/*news子页样式*/

/*news展示*/
.news-show{
    width: 912px;
}
.news-show .sjs li{
    width: 99%;
    height: 150px;
    background: #fff;
    margin-bottom: 19px;
    position: relative;
    border: solid 1px #4d4540;
}
.news-show .sjs li:hover{
    background: #4d4540;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    border: solid 1px #fff;
}
.news-show .sjs li:last-child{
    margin-bottom: 0;
}
.news-show .sjs li img{
    width: 200px;
    height: 150px;
}
.news-show .sjs li a {
    display: inline-block;
    width: 76%;
    height: 150px;
    color: #25211e;
    padding: 16px;
    box-sizing: border-box;
}
.news-show .sjs li:hover a{
    color: #fff;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}
.news-show .sjs li a h5{
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    width: 86%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-show .sjs li a h5 i{
    margin-right: 18px;
    font-weight: bold;
}
.right .right_c .news-show .sjs li a p,.news_content_8 li a p,.news_content_9 li a p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}
.news-show .sjs li span{
    width: 24px;
    height:24px;
    position: absolute;
    bottom: 0;
    right:0;
    background: url("../images/j.png");
}
.news-show .sjs li:hover span{
    background: url("../images/j_h.png");
}
.news_content_8 li img,.news_content_9 li img{
    width: 200px;
    height: 150px;
}
.news_content_8 li a,.news_content_9 li a{
    width: 76% !important;
}

/*钢结构单页样式*/
.gjg{
    margin-top: 20px;
}
.gjg h3{
    padding: 20px 0;
    font-weight: 400;
}
.gjg .b_content{
    width: 386px;
    height: 244px;
    background: #ccc;
    margin: 0px 21px 20px 0;
    position: relative;
    overflow: hidden;
}
.gjg .b_content .hide{
    width: 386px;
    height: 54px;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 12px 0 0 30px;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
}
.gjg .b_content:hover .hide {
    background: rgba(0,0,0,.5);
    height: 244px;
    padding: 30px;
}
.gjg .b_content .hide .case_a {
    text-align: left;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.gjg .b_content .hide .case_a h3{
    font-size: 20px;
    padding: 0 0 10px 0;
}
.gjg .b_content .hide .case_a p{
    padding-bottom: 6px;
    text-indent: 0;
}
.gjg .b_content .hide .case_a span{
    border: solid 1px #fff;
    padding: 4px 18px;
    font-size: 14px;
    margin-top: 12px;
    display: inline-block;
    color: #fff;
}
.gjg .b_content .hide .case_a span:hover{
    background: #005629;
    border: solid 1px #005629;
    color: #fff;
}




/*子页联系我们*/
.contact{
    margin-bottom: 50px;
}
.contact .info{
    margin: 50px 0;
}
.contact .info h3 { color:#333; margin: 25px 0; font-weight: 600; line-height: 150%; }
.contact .info h3.h3 { margin: 0 0 25px 0;}
.contact .h1, .neirong .h2, .neirong .h3 { margin-top: 0px; }
.contact .info,.neirong .info p,.neirong .info li,.case-fl p,.ny-news p { line-height: 40px; color: #666; }
.contact .info h4,.neirong .info h5,.neirong .info h6 {line-height: 40px;}
.contact p.anniu .btn-success { margin:20px 30px 0 0;}

/*百度地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

/*留言板样式*/

.lyb{
    margin-bottom: 40px;
}
.dark-matter {
    margin-left: auto;
    margin-right: auto;
    background: #e7e7e7;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #D3D3D3;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.dark-matter h1 {
    padding: 22px 0px;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: -10px -30px 30px -30px;
    text-align: center;
    color: #666;
}
.dark-matter h1>span {
    display: block;
    font-size: 11px;
}
.dark-matter label {
    display: block;
    margin: 0px 0px 5px;
}
.dark-matter label>span {
    color: #666;
    float: left;
    width: 16%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.dark-matter input[type="text"], .dark-matter input[type="number"],.dark-matter input[type="email"], .dark-matter textarea {
    border: none;
    color: #525252;
    height: 25px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff;
}
#name::-webkit-input-placeholder,#phone::-webkit-input-placeholder,#email::-webkit-input-placeholder,#message::-webkit-input-placeholder{
    color:#ccc;
}

.dark-matter textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.dark-matter .submit{
    width: 16%;
    margin: 0 auto;
    text-align: center;
}
.dark-matter .submit .button {
    border: solid 1px #ccc;
    padding: 14px 56px;
    color: #585858;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    margin: 0 auto;
    cursor:pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: none;
    outline: none;
}
.dark-matter .submit .button:hover {
    color: #fff;
    background-color: #005629;
}






/*案例详情页面*/
.case-xq{
    padding: 30px 0;
}
.case-xq .xq-l{
    width: 774px;
    border: solid 1px #ccc;
    padding: 30px 18px;
}
.xq-tit{
    text-align: center;
}
.xq-tit h2{
    padding-bottom: 10px;
}
.xq-tit p{
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}
.xq-tit .bdsharebuttonbox{
    width: 392px;
    margin: 0 auto;
}
.xq-info{
    line-height: 30px;
    color: #666;
    margin-top: 30px;
    overflow: hidden;
}
/*上下篇bt*/
.prnet-bt{
    padding: 30px 0;
    text-align: center;
}
.btn-success {
    font-size: 16px;
    color: #fff;
    background-color: #393;
    border-width: 0px;
    border-radius: 0px;
    padding: 12px 12px;
    display: block;
    margin-bottom: 10px;

}
.btn-success:hover {
    color: #fff;
    background-color: #176017;
    -webkit-transition: linear .5s;
    -moz-transition: linear .5s;
    -ms-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
}



/*推荐右块*/

.case-xq .tj-r{
    width: 336px;
    border: solid 1px #ccc;
    padding: 30px 18px;
}
.tj-r .tj-tit{

}
.tj-r .tj-info{
    margin-top: 30px;
    text-align: center;
}
.tj-r .tj-info figure{
    margin-bottom: 30px;
}
.tj-r .tj-info figure a{
    color: #666;
}
.tj-r .tj-info figure:hover a{
    color:#005629 ;
    text-decoration: underline;
}
.tj-r .tj-info img{
    height: auto;
    max-width: 100%;
}
.tj-r .tj-tit h4 small{
    font-size: 14px;
    font-weight: 400;
    color: #999;
}



/*news详情页面*/
.news-xq{
    padding: 30px 0;
}
.news-xq .xq-l{
    width: 774px;
    border: solid 1px #ccc;
    padding: 30px 18px;
}
.news-xq .xq-l .xq-info p{
    /*text-indent: 32px;*/
}
.news-xq .tj-r{
    width: 336px;
    border: solid 1px #ccc;
    padding: 30px 18px;
}
.news-xq .tj-r .tj-tit{

}
.news-xq .tj-r .tj-info{
    margin-top: 30px;
    text-align: left;
}
.news-xq .tj-r .tj-info li{
    line-height: 30px;
}
.news-xq .tj-r .tj-info li small{
    color: #999;
}
.news-xq .tj-r .tj-info li a {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #666;
}
.news-xq .tj-r .tj-info li a:hover{
    color:#005629 ;
    text-decoration: underline;
}

.news-xq .tj-r .tj-tit h4 small{
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

/*team详情*/

.team-xq{
    padding: 30px 0;
}
.team-xq .xq-l{
    border: solid 1px #ccc;
    padding: 30px 90px;
}
.team-xq .xq-header{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
}
.team-xq .xq-header h2{
    padding: 10px 0;
}
.team-xq .xq-header p{
    color: #666;
}
.team-xq .xq-l .xq-info p{
    text-align: center;
}
.team-xq .xq-l .xq-info p img{
    max-width: 200px;
    height: auto;
    border-radius: 50%;
}
.team-xq .t-case h2{
    text-align: center;
    font-size: 20px;
    color: #666;
}
.team-xq .t-case .t-c-list{
    margin-left: 11%;
    line-height: 22px;
}




/*客服条样式*/
@media (max-width: 767px){
    .side {
        display: none!important;
    }
}

.side{position:fixed;width:54px;height:236px;right:0;bottom:46px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#333;opacity:1;filter:Alpha(opacity=100);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#333;opacity:1;filter:Alpha(opacity=100);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#000;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}


.side .btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.side a {
    color: #337ab7;
    text-decoration: none;
}
.qq_btn{ display: inline-block;
    border-radius: 4px; background:#fff;
    text-align:center; width:100px; color:#333; height:20px; margin:0;margin-left:16px;
}