.container{
    transition: all 0.5s;
}
@media (min-width: 1500px){
    .container{
        width:1440px;
    }
}
@media (min-width: 992px) and (max-width: 1050px){
    .container{
        width:970px;
    }
}
/*nav*/
@media only screen and (min-width: 992px){
    .cd-morph-dropdown{
        height:85px;
    }
    .cd-morph-dropdown .links .content,
    .cd-morph-dropdown .button .content{
        width:110px;
    }
    .cd-morph-dropdown .content{
        padding: 15px;
    }
    .cd-morph-dropdown .content > ul > li{
        width:100%;
        margin-right: 0;
    }
    .cd-morph-dropdown .content > ul > li a{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        text-align: center;
    }
    .cd-morph-dropdown .main-nav{
        float: right;
    }
    .cd-morph-dropdown .main-nav > ul > li{
        float: none;
    }
    .cd-morph-dropdown .main-nav > ul > li > a{
        padding: 0 16px;
        height:85px;
        line-height: 85px;
        color: #282828;
        font-size: 16px;
    }
    .cd-main-content{
        padding-top: 0;
    }

}
header{
    background:rgba(255,255,255,0.8) !important;
    z-index: 100;
}
.cd-main-content{
    min-height: auto;
    background: transparent;
}
.main-nav{
    font-size: 0;
}
.main-nav li.act{
    background: #c9b079 !important;
    border-bottom: 2px solid #996a00 !important;
}
.main-nav li.act a{
    line-height: 83px !important;
    height:83px !important;
    color: #fff !important;
}
.links-list a{
    color: #282828;
}
.links-list a:hover{
    color: #996a00 !important;
}
.cd-morph-dropdown .main-nav > ul > li > a{
    transition: all 0.5s;
}
@media only screen and (max-width: 1499px){
    /*此站.container修改过*/
    .cd-morph-dropdown .main-nav > ul > li > a{
        padding: 0 10px !important;
    }
}
@media only screen and (max-width: 1199px){
    .search{
        width:100px !important;
    }
}
@media only screen and (max-width: 1049px){
    .cd-morph-dropdown .main-nav > ul > li > a{
        padding: 0 5px !important;
    }
}
@media only screen and (max-width: 991px){
    .search{
        display: none;
    }
    .logo{
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
    .cd-morph-dropdown .nav-trigger{
        top: 9px !important;
    }
    .cd-morph-dropdown .morph-dropdown-wrapper{
        top: 74px;
    }
    .cd-morph-dropdown .label{
        font-size: 20px;
        color: #282828;
        margin-bottom: 10px;
        font-weight: 400;
        text-align: left;
    }
    a.label:focus, a.label:hover{
        color: #282828 !important;
    }
    .cd-morph-dropdown .dropdown-list > ul > li{
        margin-bottom:0;
    }
    .links-list li{
        display: inline-block;
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
    .cd-morph-dropdown .links-list a{
        font-size: 16px;
        color: #996a00;
    }
    .cd-morph-dropdown.nav-open .morph-dropdown-wrapper{
        /*min-height: 92vh;*/
        box-sizing: border-box !important;
    }
    .dropdown .content>ul{
        padding-left: 20px;
    }
    .mobile-search {
        display: inline-block !important;
    }
}
@media only screen and (max-width: 767px){
    .logo{
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        max-width: 130px;
    }
    .cd-morph-dropdown{
        height:50px;
    }
    .cd-morph-dropdown .nav-trigger{
        top:0 !important;
        width:50px;
        height:50px;
    }
    .cd-morph-dropdown .nav-trigger span,
    .cd-morph-dropdown .nav-trigger span::after,
    .cd-morph-dropdown .nav-trigger span::before{
        width:23px;
        height:2px;
    }
    .cd-morph-dropdown .morph-dropdown-wrapper{
        top: 50px;
    }
    .cd-morph-dropdown .label{
        font-size: 16px;
    }
    .cd-morph-dropdown .links-list a{
        font-size: 14px;
    }
    .cd-morph-dropdown.nav-open .morph-dropdown-wrapper{
        /*min-height: 92vh;*/
        box-sizing: border-box !important;
    }
    .mobile-search{
        padding-left: 10px !important;
    }
}
.mobile-search{
    display: none;
    padding-top: 10px;
    padding-left: 14px;
}
.mobile-search input{
    width:146px;
    height:30px;
    border-radius: 4px;
    border:1px solid #aa832a;
    padding: 0 25px 0 10px;
    font-size: 14px;
    color: #996a00;
}
.mobile-search button{
    top:10px;
    right:0;
    height:30px;
    border:none;
    background: transparent;
}
.mobile-search button i{
    color: #996a00;
}
/*以上都是nav*/

.logo{
    margin-top: 15px;
}
.search{
    width:145px;
    height:25px;
    margin-top: 30px;
}
.search input{
    width:100%;
    height:100%;
    border:none;
    outline: none;
    padding: 0 25px 0 10px;
    font-size: 14px;
    color: #aa832a;
    border-radius: 4px;
}
.search button{
    top:0;
    right:0;
    height:100%;
    border:none;
    background: transparent;
}
.search button i{
    color: #aa832a;
    font-size: 14px;
}
/*banner*/
.swiper-container{
    width:100%;
    overflow: hidden;
}
/*.swiper-container img{*/
    /*width:100%;*/
/*}*/
.swiper-pagination1 .swiper-pagination-bullet{
    background: #fff;
    opacity:1;
    width:12px;
    height:12px;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
    background: #c9b078;
}
.banner-shad{
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.1);
    text-align: center;
}
.banner-text-outer,
.banner-text-inner{
    display: inline-block;
}
.banner-text-outer{
    margin-top: 20%;
    transition: all 0.5s;
}
.banner-text-inner{
    padding: 0 50px;
}
.top-line{
    border-top: 2px solid #fff;
    border-bottom: 4px solid #fff;
    height:13px;
    margin-bottom: 29px;
}
.bottom-line{
    border-top: 4px solid #fff;
    border-bottom: 2px solid #fff;
    height:13px;
    margin-top: 29px;
}
.banner-text-inner .text-big{
    font-size: 60px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    transition: all 0.5s;
}
.banner-text-inner .text-en{
    font-size: 18px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    line-height: 1;
    margin-top: 16px;
    transition: all 0.5s;
}
/*about*/
.about,
.team{
    background: #e9e3dd;
    text-align: center;
    font-size: 14px;
    color: rgb( 130, 130, 130 );
    line-height: 1.857;
}
p.bag,
.team-bag,
.news-bag{
    /*display: inline-block;*/
    font-size: 120px;
    font-family: "Bauhaus 93";
    color: rgba( 153, 106, 0, 0.129 );
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.5s;
}
.about-bag{
    margin-top: 90px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.5s;
}
.about-bag .part-title{
    top:44px;
    left:50%;
    margin-left: -80px;
}
.part-title{
    /*position: relative;*/
    display: inline-block;
    font-size: 30px;
    color: rgb( 20, 20, 20 );
    line-height: 1.667;
    padding: 0 20px;
    transition: all 0.5s;
}
.part-title:before,
.part-title:after{
    position: absolute;
    top: 28px;
    left:-214px;
    width:214px;
    border-top:1px solid #e0d6ca;
    content: '';
    transition: all 0.5s;
}
.part-title:after{
    right:-214px;
    left:auto;
    transition: all 0.5s;
}
.about-text{
    max-width: 80%;
    margin:0 auto;
}
.learn-more,
.learn-more:active,
.learn-more:visited,
.learn-more:link{
    display: inline-block;
    font-size: 14px;
    color: rgb( 153, 106, 0 );
    line-height: 2.571;
    background: #e0d6ca;
    margin-top: 25px;
    margin-bottom: 60px;
    padding:3px 30px;
    transition: all 0.5s;
    outline: none;
}
.learn-more:hover{
    background: rgba(224,214,202,0.3);
    color: rgb( 153, 106, 0 );
}
.culture{
    padding: 42px 0 15px;
    transition: all 0.5s;
}
.culture a{
    display: inline-block;
}
.culture a>img{
    width:100%;
}
.culture-text-outer{
    /*垂直居中*/
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);

    background: rgba(255,255,255,0.3);
    padding: 13px;
}
.culture-text-inner{
    border:1px solid #a98531;
    padding: 35px;
    text-align: center;
    transition: all 0.5s;
}
.culture-text-inner p{
    font-size: 45px;
    font-family: "Bauhaus 93";
    color: rgba( 81, 62, 20, 0.388 );
    text-transform: uppercase;
    line-height: 1.5;
    transition: all 0.5s;
}
.culture-text-inner p:first-child{
    text-align: left;
    padding-right: 118px;
    transition: all 0.5s;
}
.culture-text-inner p:last-child{
    text-align: right;
}
.culture-text-inner .text-ch{
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: rgb( 153, 106, 0 );
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
    transition: all 0.5s;
}
.culture-text-inner .text-ch:before{
    position: absolute;
    top: 0;
    left:-70px;
    content: '"';
    font-family: "Blackoak Std";
    font-size: 29.025px;
    text-transform: uppercase;
    transition: all 0.5s;
}
/*case*/
.nav-tabs,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    border: none !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    background: transparent;
    color: #000;
    border-radius: 0;
    border:3px solid #996a00 !important;
}
.case-tab{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    background: #e9e3dd;
}
.case-tab li{
    width:17%;
    text-align: center;
}
.case-tab li a{
    font-size: 16px;
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
    line-height: 3;
    border:1px solid transparent !important;
    padding:20px 40px;
    transition: all 0.5s;
}
.tab-content{
    padding-top:10px ;
}
.swiper-container2 a,
.case-list a,
.swiper-container5 a{
    width:100%;
    display: inline-block;
}
.swiper-container2 a:hover .case-shad,
.case-list a:hover .case-shad,
.swiper-container5 a:hover .case-shad{
    display: block;
}
.case-shad{
    display: none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(206,184,134,0.7);
    text-align: center;
}
.case-shad p{
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    padding-top: 23%;
}
.case-shad img{
    margin-top: 30px;
    transition: all 0.5s;
}


.team{
    margin-top: 40px;
    background: #e9e3dd;
}
.team .row{
    margin-left: 0;
    margin-right: 0;
}
.team-img{
    padding-right: 0;
}
.team img{
    width:100%;
}
.team-text .content {
    text-align: center;
    max-width:70%;
    margin:0 auto;
    transition: all 0.5s;
}
.team-describe{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.team-bag{
    line-height: 1;
    padding-top: 110px;
}
/*新闻中心*/
.news{
    padding: 50px 0 0;
    /*text-align: center;*/
    font-size: 14px;
    color: rgb( 130, 130, 130 );
    line-height: 1.857;
    transition: all 0.5s;
}
.news .part-title{
    margin: 10px 0 20px;
    transition: all 0.5s;
}
.news-list{
    text-align: left;
    cursor: pointer;
}
.news-title{
    font-size: 16px;
    color: rgb( 35, 35, 35 );
    line-height: 1.6;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-date{
    font-size: 14px;
    color: rgba( 134, 134, 134, 0.478 );
    line-height: 1.714;
}
.news-describe{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-more,
.news-more:active,
.news-more:link,
.news-more:visited {
    background: #fff !important;
    border:3px solid #e0d6ca;
    padding: 1px 30px !important;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.news-more:hover{
    background: #e0d6ca !important;
}
.news-list img{
    overflow: hidden;
    transition: all 0.5s;
}
.hr2{
    width:100%;
    border-top: 3px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
}
footer{
    background: #c9b078;
    padding:40px 0 60px ;
    margin-top: 40px;
}
footer .box1{
    max-width: 880px;
    margin:0 auto;
}
footer .box1 a,
footer .box1 a:link,
footer .box1 a:active,
footer .box1 a:visited{
    display: inline-block;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 1;
    padding: 0 30px;
    border-right: 1px solid #4b4b4b;
    transition: all 0.5s;
}
footer .box1 a:hover{
    color: #000;
}
footer .box1 a:last-child{
    border: none;
}
.banquan{
    font-size: 14px;
    color: #4b4b4b;
    text-align: center;
}
footer .box2{
    max-width: 200px;
    margin:0 auto;
    padding: 30px 0 20px;
}

/*分享*/
.bdsharebuttonbox a{
    display: inline-block;
    border:1px solid #4b4b4b;
    width:34px;
    height:34px !important;
    background-position: center !important;
    border-radius: 50%;
}
.bdsharebuttonbox a.bds_tsina{
    background-image: url("http://gy-sh.com/t/guangyu/img/xinlang.png");
}
.bdsharebuttonbox a.bds_weixin{
    background-image: url("http://gy-sh.com/t/guangyu/img/weixin.png");
}
.bdsharebuttonbox a.bds_qzone{
    background-image: url("http://gy-sh.com/t/guangyu/img/qq-1.png");
}
.bdsharebuttonbox a.bds_linkedin{
    background-image: url("http://gy-sh.com/t/guangyu/img/in.png");
}
/**************************************************************侧边*/

.g_senav {
    width: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 51;
    transition: all 0.3s;
}
.g_senav i {
    font-size: 20px !important;
    text-align: center;
    color: #000;
    display: block;
    padding: 6px 0;
    transition: all .5s;
}
.g_senitm{
    cursor: pointer;
    position: relative;
}
.g_senitma{
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}
.g_senitmb{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.g_senitmqq .g_senweix {
    width: auto;
    top: 0;
    bottom: inherit;
    transform: translate(100%,0);
    left: 0;
    transition: all 1s;
    position: absolute;
}
.g_senitm:hover i {
    color: #fff;
    background-color: rgb( 153, 106, 0 );
    transition: all 1s;
}
.g_senitmqq .g_senweiximg {
    width: auto;
    height: 100%;
    transition: all 1.3s;
}
.g_senitmqq .g_senweix p {
    font-size: 16px;
    color: #333;
    background: #fff;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin:0;
    white-space: nowrap;
}
.g_senav .g_senitm{
    background: #ececec;
    margin-top: 5px;
}
.g_senitmtop {
    display: none;
}
.g_senav i{
    color:rgb( 153, 106, 0 );
    font-weight: bold;
}
.g_senitmtop{
    text-transform: uppercase;
    text-align: center;
}
.g_senitmtop i{
    padding-top: 6px;
    padding-bottom: 18px;
}
.g_senitmtop p{
    margin-top: -20px;
    color: rgb( 153, 106, 0 );
}
.g_senitmqq .g_senweix1 p{
    padding: 5px !important;
    border-radius: 5px;
    margin-right: 5px;
}
















.height1{
    width:100%;
    height:200px;
}




@media screen and (max-width: 1499px){
    .culture-text-inner p{
        font-size: 37px !important;
    }
    .culture-text-inner p:first-child{
        padding-right: 70px;
    }
    .culture-text-inner .text-ch{
        font-size: 30px !important;
    }
    .culture-text-inner .text-ch:before{
        font-size: 26px;
        left:-60px;
    }
    .case-shad img{
        margin-top: 20px;
    }
    .team-bag{
        padding-top: 20px;
    }
    .news{
        padding-top: 10px;
    }
}
@media screen and (max-width: 1199px){
    .culture-text-inner p{
        font-size: 32px !important;
    }
    .culture-text-inner p:first-child{
        padding-right: 64px;
    }
    .culture-text-inner .text-ch{
        font-size: 26px !important;
    }
    .culture-text-inner .text-ch:before{
        font-size: 24px;
        left:-46px;
    }
    .case-shad p{
        padding-top: 20%;
    }
    .case-shad img{
        margin-top: 10px;
    }
    .team .part-title{
        margin-top: -20px;
    }
    .team-text .content{
        max-width: 90%;
    }
    .news .part-title{
        margin-top:0;
    }
}
@media screen and (max-width: 1049px){
    .culture-text-inner p{
        font-size: 29px !important;
    }
    .culture-text-inner p:first-child{
        padding-right: 57px;
    }
    .culture-text-inner .text-ch{
        font-size: 24px !important;
    }
    .culture-text-inner .text-ch:before{
        font-size: 22px;
    }
}
@media screen and (max-width: 991px){
    .banner-text-outer{
        margin-top:14%;
    }
    .banner-text-inner .text-big{
        font-size: 34px;
    }
    .banner-text-inner .text-en{
        font-size: 16px;
    }
    p.bag, .team-bag, .news-bag{
        font-size: 66px;
    }
    .part-title{
        font-size: 22px;
        top: 18px !important;
        margin-left: -64px !important;
    }
    .part-title:before, .part-title:after{
        width:70px;
        left:-60px;
        top:19px;
    }
    .part-title:after{
        right:-60px;
        left:auto;
    }
    .about-bag{
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .learn-more, .learn-more:active, .learn-more:visited, .learn-more:link{
        margin-top: 15px;
        margin-bottom: 25px;
        padding: 0 25px;
    }
    .culture-text-inner p{
        font-size: 22px !important;
    }
    .culture-text-inner p:first-child{
        padding-right: 55px;
    }
    .culture-text-inner .text-ch{
        font-size: 22px !important;
    }
    .culture-text-inner .text-ch:before{
        font-size: 20px;
        left:-32px;
    }
    .culture{
        padding: 30px 0 15px !important;
    }
    .culture-text-inner{
        padding: 18px;
    }
    .case-tab li a{
        padding: 17px 20px;
    }
    .case-shad img{
        max-width: 40px;
    }
    .team .part-title{
        margin-left: 0 !important;
        margin-top: -20px;
        margin-bottom: 10px;
    }
    .team-text .content{
        max-width: 100%;
    }
    .news .part-title{
        margin-left: 0 !important;
    }
    .news .row{
        margin-top: 10px;
    }
    .news-date{
        font-size: 12px;
    }
    .news-more, .news-more:active, .news-more:link, .news-more:visited{
        border: 2px solid #e0d6ca;
        padding: 0 25px !important;
        line-height: 2.3;
    }
    footer .box1 a, footer .box1 a:link, footer .box1 a:active, footer .box1 a:visited{
        padding: 0 8px;
    }
    footer{
        padding: 40px 0;
        margin-top: 25px;
    }
    .team{
        margin-top: 30px;
    }
}
/*991*/
@media screen and (max-width: 767px){
    .banner-text-outer{
        margin-top:10%;
    }
    .banner-text-inner .text-big{
        font-size: 20px;
    }
    .banner-text-inner .text-en{
        font-size: 14px;
    }
    .top-line{
        margin-bottom: 15px;
    }
    .bottom-line{
        margin-top: 10px;
    }
    .banner-text-inner{
        padding: 0 16px;
    }
    p.bag, .team-bag, .news-bag{
        font-size: 45px;
    }
    .part-title{
        font-size: 18px;
        top:13px !important;
        margin-left: -56px !important;
    }
    .part-title:before, .part-title:after{
        width:40px;
        left:-30px;
        top:15px;
    }
    .part-title:after{
        right:-30px;
        left:auto;
    }
    .about, .team{
        font-size: 13px;
    }
    .about-text{
        max-width: 100%;
    }
    .about-bag{
        margin: 15px 0 0;
    }
    .culture-text-inner{
        padding: 10px;
    }
    .culture-text-outer{
        padding: 6px;
    }
    .culture-text-inner p{
        font-size: 12px !important;
    }
    .culture-text-inner p:first-child{
        padding-right: 8px;
    }
    .culture-text-inner .text-ch{
        font-size: 12px !important;
    }
    .culture-text-inner .text-ch:before{
        font-size: 12px;
        left:-15px;
    }
    .culture{
        padding: 15px 0 15px !important;
    }
    .case-tab li a{
        padding:10px;
        font-size: 14px;
    }
    .case-tab{
        flex-wrap: wrap;
    }
    .case-tab li{
        width:33%;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        border:2px solid #996a00 !important;
    }
    .case .pad{
        padding: 0 15px;
    }
    .team-img{
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .team{
        margin-top: 15px;
    }
    .banquan{
        font-size: 13px;
    }
    footer{
        padding: 10px 5px;
    }
}
/*767*/




/******************************************************************************案例展示*/
.location{
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
.location p{
    font-size: 14px;
    color: rgb( 102, 102, 102 );
    line-height: 1;
    text-align: right;
    /*padding: 18px 0;*/
}
.location p a,
.location p a:link,
.location p a:active,
.location p a:visited{
    color: rgb( 102, 102, 102 );
    display: inline-block;
    padding: 18px 0;
}
.location p a:hover{
    color: #996a00;
}
.location a.fl{
    font-size: 16px;
    color: #2f2f2f !important;
    line-height: 1;
    padding: 18px 15px !important;
}
.location a.fl.active,
.location a.fl:hover{
    background:  #c9b078;
    color: #fff !important;
}
.location p span{
    float: right;
}

.inner-main{
    padding-top: 25px;
}
.case-list{
    padding-left: 5px;
    padding-right: 5px;
}
.case-row{
    margin-left: -5px;
    margin-right: -5px;
}
.case-list{
    margin-bottom: 10px;
}
.fenye{
    text-align: center;
    margin-top: 20px;
}
.case-tab li a:hover{
    color: #996a00;
}
.inner-case-tab li a{
    padding: 20px 30px;
}
@media screen and (max-width: 991px){
    .inner-case-tab li a{
        padding:17px 15px;
    }
}
@media screen and (max-width: 767px){
    .inner-case-tab li a{
        padding:10px;
    }
    .location p a{
        padding: 12px 0 !important;
    }
    .location p a.fl{
        padding: 12px 6px !important;
        font-size: 14px;
    }
    .inner-main{
        padding-top: 15px;
    }
}

/******************************************************************************公司动态*/
.inner-news .news-list{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px){
    .inner-news .row{
        margin-top: 0;
    }
    .inner-news .news-list,
    .news .news-list{
        margin-bottom: 10px;
    }
    .fenye{
        margin-top: 10px;
    }
}
/******************************************************************************团队介绍*/
.inner-team{
    padding-top: 80px;
}
.inner-team a{
    display: inline-block;
    border:1px solid #cececb;
}
.inner-team a .img{
    width:100%;
    overflow: hidden;
}
.inner-team a .img img{
    transition: all 0.5s;
}
.inner-team a:hover .img img{
    transform: scale(1.2,1.2);
}
.inner-team a p{
    font-size: 24px;
    color: rgb( 41, 41, 41 );
    line-height: 1;
    text-align: center;
    background: #e5d9be;
    padding: 25px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.inner-team .row>div{
    margin-bottom: 20px;
}
@media screen and (max-width: 991px){
    .inner-team{
        padding-top: 30px;
    }
    .inner-team a p{
        padding: 16px 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .inner-team{
        padding-top: 15px;
    }
    .inner-team a p{
        padding: 10px;
        font-size: 14px;
    }
    .inner-team .row>div{
        margin-bottom: 10px;
    }
}
/******************************************************************************资质奖项*/
.inner-award{
    padding-top: 60px;
}
.award-list{
    margin-bottom: 25px;
}
.award-list a{
    display: inline-block;
    border:1px solid #e4e4e4;
}
.award-list a:hover img{
    transform: scale(1.2,1.2);
}

.award-img{
    width:100%;
    padding:30px 15px ;
    overflow: hidden;
}
.award-img img{
    width:100%;
    transition: all 0.5s;
}
.award-shad{
    display: none;
    bottom: 0;
    left:0;
    width:100%;
    background: rgba(240,221,184,0.4);
    font-size: 16px;
    color: rgb( 46, 46, 46 );
    line-height: 1.4;
    text-align: center;
    padding: 16px 5px;
}
.award-list a:hover .award-shad{
    display: block;
}
@media screen and (max-width: 991px){
    .inner-award{
        padding-top: 30px;
    }
    .award-img{
        padding: 15px;
    }
    .award-shad{
        font-size: 15px;
        padding: 10px 5px;
    }
}
@media screen and (max-width: 767px){
    .inner-award{
        padding-top: 15px;
    }
    .award-img{
        padding: 10px;
    }
    .award-list{
        margin-bottom: 15px;
    }
    .award-shad{
        font-size: 14px;
    }
}

/******************************************************************************战略合作*/
.coopration .swiper-slide{
    border:1px solid #d4d4d4;
}
.coopration a .img{
    width:100%;
    overflow: hidden;
}
.coopration a img{
    transition: all 0.5s;
}
.coopration a:hover img{
    transform: scale(1.2,1.2);
}
/******************************************************************************设计总监*/
.design-person-img{
    border-right: 1px dotted #b1b1b1;
}
.design-person-img .img{
    width:83%;
     border: 1px solid #d4d4d4;
}
.design-person-describe{
    padding:10px 40px;
}
.design-person-describe .title{
    font-size: 26px;
    color: rgb( 47, 47, 47 );
    line-height: 2;
}
.design-person-describe .text{
    font-size: 18px;
    color: rgb( 47, 47, 47 );
}
.design-team-img{
    margin-top: 60px;
}
.design-team-img .title{
    font-size: 26px;
    color: rgb( 83, 83, 83 );
    line-height: 1;
    margin-bottom: 25px;
}
.swiper-container4 a>img{
    width:100%;
    border: 1px solid #d4d4d4;
    transition: all 0.5s;
}
.swiper-container4 a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.swiper-container4 a:hover img{
    transform: scale(1.2,1.2);
}
@media screen and (max-width: 991px){
    .design-person-describe .title,
    .design-team-img .title{
        font-size: 23px;
    }
    .design-person-describe .text{
        font-size: 16px;
    }
    .design-team-img{
        margin-top: 30px;
    }

}
@media screen and (max-width: 767px){
    .design-person-img .img{
        width:50%;
    }
    .design-person-describe{
        padding: 0 15px;
    }
    .design-person-describe .title, .design-team-img .title{
        font-size: 17px;
    }
    .design-person-describe .text{
        font-size: 13px;
    }
    .design-team-img{
        margin-top: 15px;
    }
    .design-team-img .title{
        margin-bottom: 10px;
    }
}
/******************************************************************************招聘*/
.recruitment{
    font-size: 14px;
    color: rgb( 144, 144, 144 );
    line-height: 1.6;
    text-align: center;
}
.recruitment .swiper-container4{
    margin-bottom: 10px;
}
.recruitment-table{
    margin-top: 10px;
    border: 1px solid #c9c9c9;
}
.zhiwei-list{
    border-bottom: 2px solid #c9c9c9;
}
.zhiwei-list:last-child{
    border-bottom: none;
}
.zhiwei-list a{
    background: #f6f6f6;
}
.zhiwei-list a:hover{
    background: #c9b078;
}
.zhiwei-list a:hover span{
    color: #fff;
}
.zhiwei-list a span{
    display: inline-block;
    width:25%;
    font-size: 16px;
    color: rgb( 14, 14, 14 );
    line-height: 1;
    padding:22px 0 ;
}
.zhiwei-list-detail{
    display: none;
    text-align: left;
    border-top: 2px solid #c9c9c9;
    font-size: 16px;
    color: rgb( 14, 14, 14 );
    line-height: 2;
    padding: 20px 100px;
}
.zhiwei-list-detail-title{
    font-size: 18px;
}
@media screen and (max-width: 991px){
    .zhiwei-list-detail{
        padding: 20px 40px;
    }
}
@media screen and (max-width: 767px){
    .zhiwei-list a span{
        width:20%;
        font-size: 14px;
        padding: 13px 0;
    }
    .zhiwei-list a span:nth-child(3){
        width:40%;
    }
    .zhiwei-list-detail{
        font-size: 13px;
    }
    .zhiwei-list-detail{
        padding: 10px 20px;
    }
    .zhiwei-list-detail-title{
        font-size: 15px;
    }
}
/*联系我们*/
.contact .box1>div{
    text-align: center;
    border: 1px solid #f2f1f1;
    width:24%;
    line-height: 1.856;
    font-size: 14px;
    padding: 60px 20px 80px;
}
.contact .box1>div i{
    font-size: 30px;
    color: #737373;
}
.contact .box1>div .title{
    color: #373737;
}
.contact .box1>div .detail{
    color: #838282;
    word-wrap: break-word;
    word-break: normal;
}
.contact .box2{
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact .box2>div{
    border: 1px solid #f2f1f1;
    width:16%;
    min-width: 225px;
    padding:16px 26px ;
    margin-top: 20px;
}
.contact .box2>div p{
    font-size: 14px;
    color: rgb( 74, 74, 74 );
    line-height: 2;
}
.contact .box2>div p span:nth-child(2){
    color: #888888;
    margin-left: 20px;
}
form{
    margin-bottom: 15px;
}
form>p{
    font-size: 24px;
    color: rgb( 115, 115, 115 );
    line-height: 1.667;
    text-align: center;
    margin: 40px 0 15px;
}
form .row>div{
    margin-top: 10px;
}
form input,
form textarea{
    width:100%;
    border:1px solid #c9c9c9;
    height:50px;
    padding: 0 15px;
    color: rgb( 131, 130, 130 );
    font-size:15px ;
}
form .row p{
    font-size: 15px;
    color: rgb( 131, 130, 130 );
    line-height: 1.867;
}
form textarea{
    height:170px;
    padding:15px;
}
form button{
    background: #c9b078;
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    line-height: 1;
    text-align: center;
    border: none;
}
.map{
    width:100%;
    margin-bottom: -40px;
}
@media screen and (max-width: 1199px){
    .contact .box2{
        justify-content: space-around;
    }
    .contact .box1>div{
        padding: 30px 5px 40px;
    }
    form input{
        height: 40px;
    }
    #dituContent{
        height:300px !important;
    }
}
@media screen and (max-width: 767px){
    form input{
        height: 33px;
    }
    #dituContent{
        height:200px !important;
    }
    .contact .box1{
        flex-wrap: wrap;
    }
    .contact .box1>div{
        font-size: 13px;
        width:48%;
        padding: 20px 5px;
    }
    .contact .box1>div:nth-child(n+3){
        margin-top: 10px;
    }
    .contact .box2>div{
        min-width: 100%;
        margin-top: 10px;
    }
    form>p{
        margin: 20px 0 0;
        font-size: 18px;
    }
    form .row>div{
        margin-top: 5px;
    }
    .contact .box2>div p,
    form input,
    form textarea{
        font-size: 13px;
    }
    form .row p{
        font-size: 14px;
    }
    form button{
        margin-right: 0;
        padding: 10px 20px;
    }
}

/*案例详情*/
.case-detail .title{
    font-size: 30px;
    color: rgb( 62, 62, 62 );
    line-height: 1.667;
    margin-bottom: 25px;
}
/*垂直轮播*/
.vertical-slider{
    /*border:1px solid red;*/
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev{
    background-image: url("http://gy-sh.com/t/guangyu/img/all-left-1.png");
    background-position:center;
    background-repeat: no-repeat;
    left: 0;
}
.ms-skin-default .ms-nav-next{
    background-image: url("http://gy-sh.com/t/guangyu/img/all-right-1.png");
    left: auto;
    right:0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
    .ms-skin-default .ms-slide .ms-slide-vpbtn, .ms-skin-default .ms-video-btn, .ms-skin-default .ms-slide .ms-slide-vcbtn, .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev, .ms-skin-default .ms-bullet{
        background-size: auto;
    }
}
.ms-showcase2-template .ms-thumb-list .ms-thumb-frame{
    opacity: 1;
    padding: 2px;
    border:4px solid transparent;

}
.ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected{
    opacity: 1;
    border:4px solid #996a00;
}
@media screen and (min-width: 767px){
    .ms-showcase2-template.ms-dir-v{
        padding-right: 370px;
    }
    .ms-showcase2-template .ms-thumb-list.ms-dir-v{
        width:338px;
        right:-370px;
    }
    .ms-showcase2-template .ms-thumb-list .ms-thumb-frame{
        width:338px;
        height:auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 1499px){
    .ms-showcase2-template.ms-dir-v{
        padding-right: 290px;
    }
    .ms-showcase2-template .ms-thumb-list.ms-dir-v{
        width:270px;
        right:-290px;
    }
    .ms-showcase2-template .ms-thumb-list .ms-thumb-frame{
        width:270px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1199px){
    .ms-showcase2-template.ms-dir-v{
        padding-right: 260px;
    }
    .ms-showcase2-template .ms-thumb-list.ms-dir-v{
        width:240px;
        right:-260px;
    }
    .ms-showcase2-template .ms-thumb-list .ms-thumb-frame{
        width:240px;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px){
    .ms-showcase2-template.ms-dir-v{
        padding-right: 180px;
    }
    .ms-showcase2-template .ms-thumb-list.ms-dir-v{
        width:170px;
        right:-180px;
    }
    .ms-showcase2-template .ms-thumb-list .ms-thumb-frame{
        width:170px;
    }
    .ms-showcase2-template .ms-thumb-list.ms-dir-v .ms-thumb-frame{
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 767px){
    .ms-showcase2-template.ms-dir-v{
        padding-right: 85px;
    }
    .ms-showcase2-template .ms-thumb-list.ms-dir-v{
        width:80px;
        right:-85px;
    }
    .ms-showcase2-template .ms-thumb-list .ms-thumb-frame{
        width:80px;
        height:auto;
    }
    .ms-showcase2-template .ms-thumb-list.ms-dir-v .ms-thumb-frame{
        margin-bottom: 4px;
    }
    .ms-showcase2-template .ms-thumb-list .ms-thumb-frame{
        border:2px solid transparent;
    }
    .ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected{
        border:2px solid #996a00;
    }
}
/*垂直导航end*/
.title-relative{
    font-size: 30px;
    color: rgb( 88, 88, 88 );
    line-height: 1;
    margin: 80px 0 30px;
}
@media screen and (max-width: 991px){
    .case-detail .title,
    .title-relative{
        font-size: 22px;
    }
    .title-relative{
        margin: 30px 0;
    }
}
@media screen and (max-width: 767px){
    .case-detail .title,
    .title-relative{
        font-size: 16px;
    }
    .title-relative{
        margin: 15px 0;
    }
    .case-detail .title{
        margin-bottom: 10px;
    }
}

/*发展历程*/
.title-history{
    font-size: 30px;
    color: rgb( 34, 34, 34 );
    line-height: 1;
    text-align: center;
    margin-bottom: 80px;
}
.history{
    text-align: center;
}
.history-list span,
.history-list>div{
    vertical-align: top;
}
.history-list .year{
    display: inline-block;
    font-size: 20px;
    color: rgb( 59, 59, 59 );
    font-weight: bold;
    line-height: 1.2;
    margin-right: 0px;
    margin-top: -30px;
    min-width: 74px;
}
.history-list .month{
    display: inline-block;
    font-size: 14px;
    color: rgb( 124, 124, 124 );
    line-height: 1.714;
    margin-top: -12px;
    width: 40px;
}
.history-detail{
    position: relative;
    display: inline-block;
    border-left: 1px solid #ddc796;
    padding-left: 140px;
    transition: all 0.5s;
}
.history-detail:before{
    position: absolute;
    top:-4px;
    left:-4px;
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #ddc796;
    content: '';
}
.history-detail:after{
    position: absolute;
    top:0;
    left:0;
    width:120px;
    height:1px;
    border-top: 1px dotted #ddc796;
    content: '';
    transition: all 0.5s;
}
.history-title{
    font-size: 14px;
    color: rgb( 75, 75, 75 );
    line-height: 1.714;
    text-align: left;
    margin-top: -10px;
    width: 414px;
    word-wrap: break-word;
}
.history-detail .box{
    margin: 20px 0 40px;
}
.history-detail .box .img{
    margin-right: 8px;
    width:130px;
}
@media screen and (max-width: 991px){
    .history-detail{
        padding-left: 70px;
    }
    .history-detail:after{
        width:50px;
    }
}
@media screen and (max-width: 767px){
    .title-history{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .history{
        text-align: left;
    }
    .history-detail{
        display: block;
        padding-left: 15px;
    }
    .history-list .year{
        margin-right: 0;
        margin-top: -20px;
        font-size: 15px;
    }
    .history-list .month{
        margin-top: -21px;
    }
    .history-detail:after{
        display: none;
    }
}

/*公司简介*/
.inner-about{
    background: #f6f3f0;
}
.inner-about .inner-main>div:nth-child(1){
    font-size: 14px;
    color: #828282;
    line-height: 2;
    text-indent: 2em;
    padding-bottom: 15px;
}
.inner-about img{
    width: 100%;
}
.rganization{
    background: #fdf8f2;
}
.rganization .title{
    font-size: 30px;
    color: rgb( 31, 31, 31 );
    line-height: 1.333;
    text-align: center;
}
.rganization .img1{
    width: 90%;
}
.rganization .img{
    margin: 25px 0 30px;
}
.rganization .img.img2{
    display: none;
}
@media screen and (max-width: 767px) {
    .rganization .img.img1{
        display: none;
    }
    .rganization .img.img2{
        display: block;
    }
}
.inner-culture{
    background: #f6f3f0;
    margin-bottom: -40px;
}
.rganization,
.inner-about{
    margin-bottom: -40px;
}
.inner-about{
    padding-bottom: 40px;
}
@media screen and (max-width: 767px){
    .inner-culture,
    .map,
    .rganization,
    .inner-about{
        margin-bottom: -25px;
    }
}
.inner-culture .title{
    font-size: 30px;
    color: rgb( 25, 25, 25 );
    line-height: 1;
    text-align: center;
}
.culture-list .row div p{
	text-align: center;
	margin-top: 10px;
}
.culture-list{
    margin: 50px 0;
}
.culture-list .row>div:nth-child(n+3){
    margin-top: 55px;
}
.culture-list .row>div:nth-child(2n+1) .culture-detail{
    float: right;
    margin-right: 110px;
    transition: all 0.5s;
}
.culture-list .row>div:nth-child(2n) .culture-detail{
    float: left;
    margin-left: 160px;
    transition: all 0.5s;
}
.culture-list .row>div:nth-child(1) .culture-detail tr td,
.culture-list .row>div:nth-child(2) .culture-detail tr td{
    background: #e1d3b8;
}
.culture-list .row>div:nth-child(1) .culture-detail span,
.culture-list .row>div:nth-child(2) .culture-detail span{
    background: #c9b078;
}
.culture-list .row>div:nth-child(3) .culture-detail tr td,
.culture-list .row>div:nth-child(4) .culture-detail tr td{
    background: #e1deb8;
}
.culture-list .row>div:nth-child(3) .culture-detail span,
.culture-list .row>div:nth-child(4) .culture-detail span{
    background: #c9c678;
}
.culture-list .row>div:nth-child(5) .culture-detail tr td,
.culture-list .row>div:nth-child(6) .culture-detail tr td{
    background: #d3dcc2;
}
.culture-list .row>div:nth-child(5) .culture-detail span,
.culture-list .row>div:nth-child(6) .culture-detail span{
    background: #acc38f;
}
.culture-list .row>div:nth-child(7) .culture-detail tr td,
.culture-list .row>div:nth-child(8) .culture-detail tr td{
    background: #c9c382;
}
.culture-list .row>div:nth-child(7) .culture-detail span,
.culture-list .row>div:nth-child(8) .culture-detail span{
    background: #968e07;
}
.culture-list .row>div:nth-child(9) .culture-detail tr td,
.culture-list .row>div:nth-child(10) .culture-detail tr td{
    background: #d1ccae;
}
.culture-list .row>div:nth-child(9) .culture-detail span,
.culture-list .row>div:nth-child(10) .culture-detail span{
    background: #a7a063;
}
.culture-list tr td{
    vertical-align: middle;
    padding: 0 10px 0 100px;
    width:338px;
    height:66px;
    font-size: 14px;
    color: rgb( 49, 49, 49 );
    border-radius: 12px;
    transition: all 0.5s;
}
.culture-detail span{
    bottom: 5px;
    left: -50px;
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    padding: 30px 18px;
    border: 3px solid #fff;
    border-bottom-left-radius:46px ;
    border-top-right-radius:46px ;
}
@media screen and (max-width: 1199px) {
    .culture-list .row>div:nth-child(2n+1) .culture-detail{
        margin-right: 80px;
    }
    .culture-list .row>div:nth-child(2n) .culture-detail{
        margin-left: 130px;
    }
}
@media screen and (max-width: 991px) {
    .culture-list tr td{
        padding: 0 10px 0 70px;
        width:290px;
    }
    .culture-list .row>div:nth-child(2n+1) .culture-detail{
        margin-right: 10px;
    }
    .culture-list .row>div:nth-child(2n) .culture-detail{
        margin-left: 40px;
    }
}
@media screen and (max-width: 767px) {
    .inner-about .inner-main>div:nth-child(1){
        font-size: 13px;
        line-height: 1.7;
    }
    .rganization .title,
    .inner-culture .title{
        font-size: 18px;
    }
    .culture-list .row>div:nth-child(n+2){
        margin-top: 70px;
    }
    .culture-list tr td{
        height:48px;
    }
    .culture-detail span{
        padding: 15px 10px;
        border-bottom-left-radius:30px ;
        border-top-right-radius:30px ;
        font-size: 14px;
    }
    .culture-list tr td{
        width:260px;
    }
    .culture-list .row>div:nth-child(2n+1) .culture-detail{
        margin-right: 20px;
    }
    .culture-list .row>div:nth-child(2n) .culture-detail{
        margin-left: 65px;
    }
}

/*新闻详情*/
/*.news-detail{
}*/
.news-detail-title{
    text-align: center;
    font-size: 24px;
}
.news-detail-date{
    font-size: 14px ;
    border-bottom: 1px solid #eee;
    text-align: right;
    padding-bottom: 10px;
}
.news-detail-date span:nth-child(1){
    margin-right: 40px;
}
.new-detail-text{
    text-indent: 2em;
    padding: 15px;
    font-size: 14px;
}
.new-detail-text p{
    text-align: left;
}
.news-detail img{
    max-width: 80%;
    margin: 10px 5px 0;
}
@media screen and (max-width: 767px){
    .news-detail-title{
        font-size: 17px;
    }
    .news-detail-date{
        font-size: 13px;
        text-align: center;
        padding-bottom: 5px;
    }
    .new-detail-text{
        font-size: 13px;
        padding: 5px;
    }
}

/*案例2*/
.case-content{
    margin-top: 10px;
}
.case-tab1{
    background: #e9e3dd;
}
.case-tab1 li{
    width:12%;
    display: inline-block;
    text-align: center;
}
.case-tab1 li a{
    font-size: 16px;
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
    line-height: 3;
    border:1px solid transparent !important;
    padding:20px 40px;
    transition: all 0.5s;
}
.case-tab1 li a:hover{
    color: #996a00;
}
.inner-case-tab>li.active>a,
.inner-case-tab>li.active>a:focus,
.inner-case-tab>li.active>a:hover,
.inner-case-tab>li.active>a:link{
    border:3px solid #996a00 !important;
}
.inner-case-tab li a{
    padding: 20px 30px;
    transition: all 0.5s;
}
@media screen and (max-width: 991px){
    .inner-case-tab li a{
        padding:20px 10px;
    }
}
@media screen and (max-width: 767px){
    .inner-case-tab li a{
        padding:9px 15px;
    }
    .case-tab1 li{
        width:auto !important;
    }
}

/*服务内容*/
.inn-design-case a:hover .design-case-shad{
    display: block;
}
.inn-design-case a:hover .design-case-shad1{
    display: none;
}
.design-case-shad,
.design-case-shad1{
    display: none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(157,140,102,0.7);
    text-align: center;
}
.design-case-shad p{
    padding-top: 25px;
    font-size: 30px;
    color: rgb( 242, 240, 230 );
}
.design-case-shad img{
    padding-top: 35%;
    transition: all 0.5s;
    width:25%;
}
.design-case-shad1{
    display: block;
    background: transparent;
}
.design-case-shad1 img{
    padding-top: 35%;
    transition: all 0.5s;
    width:25%;
}
.design-case-shad1 p{
    display: block;
    width:100%;
    bottom: 0;
    left:0;
    background: #d1ba66;
    font-size: 24px;
    color: rgb( 91, 72, 1 );
    line-height: 1;
    padding: 24px 0;
}
@media screen and (max-width: 1199px) {
    .design-case-shad1 p{
        font-size: 17px;
        padding: 18px 0;
    }
    .design-case-shad p{
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .design-case-shad1 p{
        font-size: 13px;
        padding: 12px 0;
    }
    .design-case-shad p{
        font-size: 16px;
    }
}

/*业务范围*/
.design-field a:hover .case-shad2{
    display: block;
}
.case-shad2{
    display: none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(196,190,175,0.7);
    /*text-align: center;*/
}
.case-shad2-inn{
    display: inline-block;
    margin-top:20%;
    margin-left: 10%;
}
.case-shad2 .img{
    width:118px;
}
.case-shad2 .img p{
    bottom: 10px;
    left:10px;
    font-size: 30px;
    color: rgb( 79, 79, 74 );
}
.case-shad2-inn-det{
    font-size: 20px;
    color: rgb( 57, 57, 53 );
    line-height: 2.4;
}
.design-field .case-list:nth-child(2n+1){
    padding-right: 30px;
}
.design-field .case-list:nth-child(2n){
    padding-left: 30px;
}
.design-field .case-list{
    margin-bottom: 0;
}
.design-field .case-list:nth-child(n+3){
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    .design-field .case-list:nth-child(2n+1){
        padding-right: 20px;
    }
    .design-field .case-list:nth-child(2n){
        padding-left: 20px;
    }
    .design-field .case-list:nth-child(n+3){
        margin-top: 40px;
    }
}
@media screen and (max-width: 991px) {
    .design-field .case-list:nth-child(2n+1){
        padding-right: 15px;
    }
    .design-field .case-list:nth-child(2n){
        padding-left: 15px;
    }
    .design-field .case-list:nth-child(n+3){
        margin-top: 30px;
    }
    .case-shad2{
        display: block;
    }
    .case-shad2 .img{
        width:92px;
    }
    .case-shad2 .img p{
        font-size: 22px;
    }
    .case-shad2-inn-det{
        font-size: 17px;
        line-height: 1.9;
    }
}
@media screen and (max-width: 767px) {
    .design-field .case-list:nth-child(2n+1){
        padding-right: 5px;
    }
    .design-field .case-list:nth-child(2n){
        padding-left: 5px;
    }
    .design-field .case-list:nth-child(n+2){
        margin-top: 20px;
    }
    .case-shad2 .img{
        width:77px;
    }
    .case-shad2 .img p{
        font-size: 18px;
    }
    .case-shad2-inn-det{
        font-size: 14px;
        line-height: 1.6;
    }
}


/*新导航*/
.navbar-header img{
    margin: 16px 0;
    transition: all 0.5s;
    max-width: 188px;
    transition: all 0.5s;
}
.main_menu_area .navbar.navbar-default .nav.navbar-nav li a{
    color: #706e6e !important;
    line-height: 90px !important;
    padding: 0 26px !important;
    transition: all 0.5s;
}
.main_menu_area .navbar.navbar-default .nav.navbar-nav{
    margin-top:0 !important ;
}
.main_menu_area .navbar.navbar-default .nav.navbar-nav li{
    margin-right: 0;
}
.main_menu_area .navbar.navbar-default .nav.navbar-nav li.active{
    background: #c9b079 !important;
    border-bottom:2px solid #996a00 !important;
}
.main_menu_area .navbar.navbar-default .nav.navbar-nav li.active a{
    color: #fff !important;
    transition: all 0.5s;
}
.main_menu_area .navbar.navbar-default .nav.navbar-nav>li:hover{
    background: #c9b079 !important;
    border-bottom:2px solid #996a00 !important;
}
.main_menu_area .navbar.navbar-default .nav.navbar-nav>li.search:hover{
    background: #fff !important;
    border-bottom:transparent !important;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li:hover a{
    color: #fff !important;
}
@media screen {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul{
        background: #fff !important;
        min-width:100% !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a{
        line-height: 40px !important;
        color: #706e6e !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a:hover{
        color: #706e6e !important;
    }
}
.main_header_area + section, .main_header_area + div, .main_header_area + .row{
    margin-top: 0 !important;
    transition: all 0.5s;
}
.main_menu_area{
    background: rgba(255,255,255,0.2) !important;
}
@media screen and (max-width: 1499px){
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a{
        padding: 0 20px !important;
    }
}
@media screen and (max-width: 1199px){
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a{
        padding: 0 13px !important;
    }
    .navbar-header img{
        max-width: 160px !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a,
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.hot-phone{
        line-height: 75px !important;
    }
    .main_header_area + section, .main_header_area + div, .main_header_area + .row{
        margin-top: 75px;
    }
    .navbar-header img{
        margin: 13px 0;
    }
}
@media screen and (max-width: 991px){
    .navbar-header img{
        max-width: 100px !important;
    }
    .navbar-header img{
        margin: 15px 0;
        margin-left: 13px;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a{
        line-height: 59px !important;
    }
    .main_header_area + section, .main_header_area + div, .main_header_area + .row{
        margin-top: 66px;
    }
    .navbar-toggle{
        margin-top: 16px;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.active{
        background: #fff;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.active a{
        color: #706e6e !important;
    }
    .g_senav{
        display: none;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a{
        padding: 0 20px !important;
        color: #c9b079 !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li:hover{
        background: #c9b079 !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li:hover a{
        color: #fff !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.search a{
        display: inline-block;
    }
    .main_menu_area .navbar.navbar-default .navbar-collapse{
        max-height: 400px;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a{
        padding: 0 3px !important;
    }
    .search{
        margin-top: 18px !important;
    }
    .main_menu_area .navbar.navbar-default .navbar-collapse{
        margin-bottom: 0;
    }

}

@media screen and (min-width:767px)and (max-width: 991px){
    .navbar-collapse-nopad{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar-nav{
        float: right;
    }
    .navbar-header img{
        margin-left: 0;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a{
        padding: 0 6px !important;
    }
}
@media screen and (max-width: 767px){
    .cd-main-content{
        margin-top: 50px;
    }
    .navbar-header img{
        margin: 8px 15px;
    }
    .navbar-toggle{
        margin-top: 12px;
        padding: 6px;
    }
    .main_header_area + section, .main_header_area + div, .main_header_area + .row{
        margin-top: 52px;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a{
        line-height:35px !important;
    }
    .main_menu_area .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar{
        background: #996a00 !important;
    }
    .main_menu_area .navbar.navbar-default .navbar-header .navbar-toggle{
        border-color: #996a00 !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a{
        line-height: 40px !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.active{
        background: transparent !important;
        border-bottom:none !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.active a{
        color: #996a00 !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.active{
        background: transparent !important;
        border-bottom:none !important;
    }
    .main_menu_area .navbar.navbar-default .nav.navbar-nav>li:hover{
        background: #c9b079 !important;
        border-bottom:none !important;
    }
    li.search{
        float:  left !important;
        width:200px !important;
        margin-bottom: 20px !important;
        height:30px !important;
    }
}
.bd_weixin_popup .bd_weixin_popup_foot{
	    font-size: 12px;
    text-align: left;
    line-height: 17px !important;
    color: #666;
}

#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; }
#page li{ float:left; padding:5px 14px; border:1px solid #996a00; margin-right:6px; color:#666; font-size:12px; list-style:none;}
#page li:hover{border:1px solid #996a00;}
#page li:hover a{color:#996a00}
#page li a{ color:#996a00}
#page li.active{border:1px solid #996a00; background-color:#996a00; color:#FFFFFF}
#page li.active a{ color:#fff}


@media(max-width: 480px){

    .history-title{ width: 300px !important; }
}