/* bannner */
.bannerWrap{
    width: 100%;
    height: 108px;
}
.banner{
    width: 100%;
    height: 100%;
    background: url('/public/protal/images/en/source.jpg') no-repeat center;
    background-size: 100% 100%;
}
/* content */
.contentWrap{
    width:100%;
    padding: 50px 0px 30px 0px;
    background: #f5f5f5;
}
.content{
    width: 1230px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
.contentTitle{
    width: 100%;
    height: 66px;
    border-bottom: 2px solid #f4f4f4;
    box-sizing: border-box;
    display: table;
}
.contentTitleBox{
    display: table-cell;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #343434;
    text-align: center;
    cursor: pointer;
}
.contentTitleBox:hover{
    color: #1dabb9;
}
.contentTitleBox-on{
    color: #1dabb9;
    border-bottom: 4px solid #1dabb9;
    box-sizing: border-box;
    font-weight: 550;
}
.contentCenter{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.enHotLine{
    width: 100%;
}
.enHotLine>h2{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.enLineTitle{
    width: 100%;
    height: 30px;
}
.enLineTitleLeft{
    width: 1000px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.enLineTitleLeftIcon{
    width: 6px;
    height: 20px;
    display: block;
    float: left;
    background: #1db1b5;
}
.enLineTitleLeftText{
    width: 900px;
    height: 30px;
    line-height: 20px;
    font-size: 18px;
    color: #1db1b5;
    display: block;
    float: left;
    margin-left: 10px;
}
.enLineTitleRight{
    width: 80px;
    height: 18px;
    float: right;
}
.enLineTitleRightMore{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #1bb1b6;
    line-height: 18px;
}
.enLineTitleRightMore:hover{
    text-decoration: underline;
}
/* Tourist route */
.centerList{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.travelListBox{
    width: 580px;
    height: 340px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.travelListBox:nth-child(2n){
    margin-right: 0px;
}
.travelListImg{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
}
.travelListImg:hover{
    transform: scale(1.2,1.2);
    -webkit-transition: 1s;
    transition: 1s;
}
.travelListBoxBottom{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: 5px;
}
.contentServal{
    overflow: hidden;
    margin-bottom: 60px;
}
/* Service Centre */
.servalText{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.servalRight{
    width: 100%;
    height: 500px;
    float: left;
}
.servalRightImgWrap{
    width: 380px;
    height: 245px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.servalRightBigImg{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
}
.servalRightBigImg:hover{
    box-shadow: #666 0px 0px 10px;
}
/* 分页部分 */
#tableFootWrap{
    width: 100%;
    height: 48px;
    position: relative;
}
.tableFoot{
    width: 100%;
    margin: 10px auto;
    text-align: center;
    vertical-align: middle;
}
.tableFoot a, .tableFoot span{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    background-color: #fff;
    color: #9a9a9a;
    font-size: 12px;  
    text-decoration: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
}
.tableFoot .enPrev{
    font-size: 20px;
}
.tableFoot .enNext{
    font-size: 20px;
}
.tableFoot .countNum{
    margin-right: 10px;
    padding: 0;
    border: none;
    cursor: auto;
}
.tableFoot .disabled{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.tableFoot .chos-on{
    background-color: #1bb1b6;
    color: #fff;
    border: 1px solid #1bb1b6;
}
.tableFoot .skip{
    height: 30px;
    line-height: 30px;
    color: #999;
    margin-left: 10px;
    padding: 0;
    border: none;
    cursor: auto;
}
.tableFoot input, .tableFoot button{
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;  
    outline: none;
    border: 1px solid #e2e2e2;
    box-sizing: content-box;
}
.tableFoot input{
    display: inline-block;
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center; 
}
.tableFoot .table-btn{
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer;
}