.header{ }
.isale{ height:148px; line-height:148px; }
.isale-desc{ width:70%; font-size:28px; padding-left:5%; }
.isale-hottel{ 
    position: relative;
    width:30%; background: #097bbd;
    padding-left: 50px;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    
}
.isale-hottel .icon{
    display: block;
    width: 90px;
    height: 90px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 32px;
    line-height: 1;
    border: #097bbd solid 10px;
}
.iabout{
    background: url(../image/iabout-bg.jpg) no-repeat center top;
    padding-top: 525px;
}
.iabout-bd{
    background:#fff;
    min-height: 500px;
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgba(0,0,0,.32);
    text-align: left;
}
.iabout-l{
    padding: 45px 0 0 120px;
    margin-bottom: 60px;
    background: url(../image/iabout-lc.jpg) no-repeat center bottom;
    
}
.iabout-l .tit{
    padding-bottom: 20px;
    font-size:23px;
}
.iabout-l .tit .en{
    font-size:18px;
        margin-left: 20px;
    color: #666;
}
.iabout-l .con{
    font-size:18px;
}
.iabout-r{ width:630px; padding:92px 88px 80px 60px; text-align:center; }
.iproduct{
    position: relative;
    height: 800px;
    margin-top: 253px;
    padding-top:100px;
    background: url(../image/iproduct-bg.jpg) no-repeat center top;
}
.iproduct .tit{
    position: absolute;
    top: -160px;
}
.iproduct .con{
    border-radius: 25px;
    overflow: hidden;
}
.iproduct .con li{
    background: #fff;
}
.iproduct .con li:nth-child(even){
    background: #ccf3ff;
}
.iproduct .con li img{
    width: 100%;
    vertical-align: bottom;
}
.iproduct .con li .title{
    line-height: 48px;
    font-size: 18px;
    text-align: center;
}
.inews{
    height: 960px;
    background: url(../image/inews-bg.jpg) no-repeat center top;
}
.inews .tit{
    padding: 50px 0;
    text-align: left;
}
.inews .con{
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
}
.inews li{
    padding: 50px 38px 38px 38px;
    text-align: left;
}
.inews li i{
    padding-left: 20px;
    background: url(../image/icon3.png) no-repeat left center;
    color: #0028aa;
    font-size: 18px;
}
.inews li .title{
    padding: 30px 0 10px 0;
    font-size: 28px;
}
.inews li p{
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 35px;
    color: #666;
}
.inews li .more{
    margin: 35px 0 60px 0;
    padding:13px 38px ;
    background: #097bbd;
    color: #fff;
    font-size: 21px;
    border-radius: 30px;
    
}
.inews li .img{
    margin-top: 60px;
}