@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;
}
.details_us,.contact_way{
    margin: 20px 0;
}
.c_address img,.c_phone img,.c_mailbox img{
    width: 26px;
    height: 24px;
    vertical-align: bottom;
}
.c_address span,.c_phone span,.c_mailbox span{
    font-size: 18px;
    color: #000;
    margin-left: 10px;
}
.c_address p,.c_mailbox p{
    color: #757575;
}
.c_phone{
    margin: 40px 0 35px 0;
}
.c_phone .link_b a{
    color: #757575;
}
.in_there{
    margin-bottom: 10px;
}
.house_area{
    position: relative;
}
.house_area .c_select span{
    margin-top: 15px;
}
.contact_way input,.contact_way select{
    border: 1px solid #dbdbdb;
    height: 34px;
    margin-right: 12px;
}
.contact_way input{
    width: 310px;
    padding-left: 10px;
}
.contact_way select{
    width: 150px;
}
.contact_way .xx_name{
    width: 100px;
    margin-right: 10px;
    font-size: 16px;
    color: #333;
}
.contact_way .c_li{
    margin-top: 15px;
}

.contact_way .c_li .more_select{
    float: 
}
.telephone .c_select p{
    color: #999;
    margin: 10px 0 0 95px;
}

.make_order{
    width: 250px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #FFC220;
    color: #fff;
    font-size: 16px;
}
.make_order:hover {
   background: #ffb400;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
/*****手机端下******/
@media (max-width: 768px) {
.splitline img{
    width: 150px;
}
.carousel .carousel-inner .item img{
    height: 200px;
}
.contact_way .xx_name {
    width: 100%;
    margin-bottom: 10px;
}
.contact_way input,.contact_way select{
    margin-bottom: 10px;
}
.telephone .c_select p{
    margin: 0;
}
.contact_way input {
    width: 100%;
}
.contact_way select {
    width: 100%;
}
.house_area .c_select span{
    position: absolute;
    bottom: 18px;
    right: 6px;   
}
}
@media only screen and (min-width: 768px) and (max-width: 980px){

.splitline img{
    width: 300px;
}
.carousel .carousel-inner .item img{
    height: 360px;
}
.contact_way input {
    width: 310px;
}
.contact_way select {
    width: 150px;
}
.c_phone {
     margin: 0;
}
 .container .casepic .map_pic{
    height: 230px;
 }
 .more_select select {
    width: 108px;
}
.house_area .c_select span {
    position: inherit;
}
}
