*{margin: 0;padding: 0;
    user-select: none;
}
.tit-1{
    width: 100%;min-width: 940px;
    height: 80px;
    margin: 0 auto;
    background: #ff6537;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.tit-s1{
    font-size: 36px;
    padding-right:10px;
    line-height: 80px;
}
.box{
    margin-top: 20px;
   
}
.box>.carousel{
    display: flex;
    max-width: 1200px;min-width: 940px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 10px 10px 20px #888;
    border-radius: 10px;
}
.box>.carousel>li{
    width: inherit;
}
.box>.carousel>li>img{
    width: inherit;
    height: 450px;
}
.business{
    margin: 30px auto;
    max-width: 1200px;min-width: 940px;
    font-weight: normal;
    /* border: 1px solid #ff6537; */
}
.bus-s1{
    color: #ff6537;
    font-size: 22px;
    padding-right: 8px;
}
.bus-s2{
    color: #555;
}
.bus-p1{
    font-size: 14px;
    padding-top: 8px;
    color: #888;
}
.bus-d1{
    width: inherit;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.bus-d1>div{
    margin-top: 25px;
    width: 48%;height: 150px;
    box-shadow: 5px 5px 15px #888;
    border-radius: 10px;
}
.bus-d1>div>h3{
    padding: 20px 0 0 8px;
    color: #555;
}
.bus-d1>div>p{
    padding: 15px 5px 10px 8px;
    line-height: 25px;
    color: #888;
}
.foot-txt{
    text-align: center;
}   
.foot-txt>a,.foot-txt>p{
    font-size: 14px;
    color: #888;
}
.foot-txt>a:link{
    color: #888
}
.foot-txt>a:visited{
    color: #888;
}