@charset "utf-8";

/*****banner******/
.carousel .carousel-inner img{
    width: 100%;
    height: 432px;
}


/*************主体内容****************/
.main3,.main4,.main5{
    padding: 25px 0;
}

.mt {
    margin-top: 20px;
}

.w-title {
    text-align: center;
    color: #333;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}
.eglish_title{
    text-align: center;
    color: #686868;
    font-size: 16px;
}
.splitline{
    text-align: center;
    margin-bottom: 40px;
}
.w-text {
    text-align: center;
    color: #666;
    font-size: 16px;
    padding-bottom: 20px;
}
.main4 .case .designer_m{
    margin-top: 10px;
}
.main4 .case .designer_m span{
    margin-right: 10px;
}
.main4 .case .words{
    margin-top: 5px;
}

.recent-work-wrap {
    position: relative;
    display: block;
}

.recent-work-wrap img {
    width: 100%;
}

.casepic{
    margin-bottom: 20px;
}
.more_thing{
    width: 250px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}
.more_thing:hover {
   background: #ffb400;
   color: #fff;
   border-color: #ffb400;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
/*分页*/
.gyshow_fenye{
    text-align: center;
}
.gyshow_fenye .pagination li a{
    color: #000;
}
.activedpg a{
    color: #ffb400 !important;
}
@media only screen and (max-width: 668px){
    .pagination > li > a, .pagination > li > span{
        padding: 5px 4px;
    }
}

/*****手机端下******/
@media (max-width: 768px) {
.splitline img{
    width: 150px;
}
.carousel .carousel-inner .item img{
    height: 200px;
}
}
@media only screen and (min-width: 768px) and (max-width: 980px){

.splitline img{
    width: 300px;
}
.carousel .carousel-inner .item img{
    height: 360px;
}
}
@media only screen and (min-width: 768px) {
.hidden-lg{
    display: none;
}
}