.team-title{
    margin: 50px auto;
    color: #343434;
}
.team-title h2{
    text-align: center;
    font-size: 40px;

}
.team-title img{
    display: block;
    margin: 10px auto;
}
.team-title h3{
    font-size: 20px;
    text-align: center;
}
.team-title p{
    font-size: 22px;
    text-align: center;
}
.recommend{
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 30px;
}
.recommend-body{
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}
.recommend-body-left{
    display: block;
    width: 350px;
    float: left;
    background: #f0f0f0;
    height: 470px;
}
.recommend-body-left .imgbox{
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.recommend-body-left .imgbox img{
    width: 100%;
}
.recommend-body-left h2{
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bolder;
}
.recommend-body-left button{
    width: 120px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    background: #e27023;
    border: none;
}
.recommend-body-left p{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.recommend-body-right{
    width: 830px;
    height: 470px;
    float: right;
    position: relative;
}
.recommend-body-right-description{
    height: 130px;
    width: 100%;
    margin: 50px 0;
    position: relative;
}
.recommend-body-right-description ul{
    width: 520px;
    display: block;
    float: left;
}
.recommend-body-right-description li{
    margin-bottom: 20px;
}
.recommend-body-right-description h2{
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bolder;
}
.recommend-body-right-description p{
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bolder;
    color: #9a9a9a;
    width: 420px;
}
.recommend-body-right-description a{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #e27023;
    border-radius: 5px;
    position: absolute;
    right: 85px;
    top: 50%;
    margin-top: -20px;
}
.recommend-body-right-case{
    position: absolute;
    bottom: 0;
}
.recommend-body-right-case-item{
    position: relative;
    width: 270px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    height: 225px;
    overflow: hidden;
}
.recommend-body-right-case-item:nth-of-type(3n){
    margin-right: 0;
}
.recommend-body-right-case-item img{
    width: 100%;
    height: 225px;
    transition-duration: 1s;
}
.recommend-body-right-case-item img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 1s;
}
.order{
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #fff;
}
.order-body{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    margin-top: 30px;
}
.order-body ul{
    display: block;
    width: 360px;
    float: left;
}
.order-body ul li{
    color: #989898;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    width: 120px;
    box-sizing: border-box;
    border: 1px solid #989898;
    margin-right: -1px;
    float: left;
    cursor: pointer;
}
.order-body ul li.on{
    background: #e27023;
    color: #fff;
    border-color: #e27023;
    cursor: pointer;
}
.order-search{
    float: right;
    width: 400px;
    height: 40px;
}
.order-search input{
    display: block;
    height: 40px;
    outline: none;
    border: 1px solid #e27023;
    float: left;
    width: 280px;
    box-sizing: border-box;
    padding-left: 20px;
}
.order-search button{
    display: block;
    height: 40px;
    outline: none;
    border: 1px solid #e27023;
    float: left;
    width: 120px;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background:  no-repeat left center #e27023;
    padding-left: 20px;
    background-position: 10px 7px;
}
.team-list{
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    padding: 40px 0;
}
.team-item{
    width: 1200px;
    margin: 0 auto;
    height: 350px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.item-left{
    display: block;
    width: 170px;
    height: 350px;
    float: left;
}
.item-left .imgbox{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}
.item-left .imgbox img{
    width: 100%;
}

.item-left h2{
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin: 20px 0;
}
.item-left p{
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
}
.item-left button{
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #e27023;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: none;
}
.item-right{
    width: 970px;
    float: right;
    margin-right: 10px;
    position: relative;
}
.item-description{
    width: 100%;
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.item-description ul{
    width: 600px;
    overflow: hidden;
}
.item-description ul li{
    margin-bottom: 10px;
}
.item-description ul li h2{
    display: block;
    float: left;
    font-size: 18px;
    line-height: 25px;
}
.item-description ul li p{
    display: block;
    float: left;
    width: 515px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.item-description ul li p span{
    display: inline-block;
    line-height: 25px;
    border: 1px solid #999999;
    color: #999999;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 14px;
}
.item-description ul li h3{
    display: block;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    float: left;
    line-height: 25px;
    padding: 0 30px;
}
.item-description ul li h3:nth-of-type(1){
    padding-left: 0;
    border-left: none;
}
.item-description ul li h3 span{
    color: #e27023;
}
.item-description a{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #e27023;
    border-radius: 5px;
    position: absolute;
    right: 85px;
    top: 50%;
    margin-top: -20px;
}
.item-case{
    margin-top: 10px;
}
.item-case-item{
    width: 235px;
    float: left;
    margin-right: 10px;
    height: 165px;
    overflow: hidden;
}
.item-case-item:nth-of-type(4){
    margin-right: 0;
}
.item-case-item img{
    width: 100%;
    height: 165px;
    transition-duration: 1s;
}
.item-case-item img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 1s;
}