/* --------------左侧正文 导航栏------------- */
.taxRefund-box{
    width: 1095px;
    height:100%;
    margin:0 auto;
    border-left:1px solid #D2D5D7;
    border-right:1px solid #D2D5D7;
}
.taxRefund-boxl{
    width:176px;
}
.taxRefund-boxl p{
    font-size: 18px;
    color: rgba(0,0,32,1);
    line-height: 48px;
    border-bottom:1px solid #D2D5D7;
    padding-top:48px;
    margin:0 0 28px 20px;
    letter-spacing:1px;
}
.taxRefund-boxl p span{
    color:#0099FF;
}
.taxRefund-boxl li{
    height: 52px;
    line-height:52px;
    font-size: 16px;
    color: rgba(51,51,51,1);
    padding-left:38px;
    cursor:pointer;
}
.taxRefund-boxl .lionclick{
    background:#0099FF;
}
.taxRefund-boxl li a:hover,.taxRefund-boxl .lionclick a{
    color:#fff;
}
.taxRefund-boxl i{
    display:none;
    margin-left: 16px;
}
.taxRefund-boxl .lionclick i{
    display:inline-block;
}
/* --------------右侧正文------------- */
.taxRefund-boxr{
    width:calc(100% - 276px);
    width:-webkit-calc(100% - 276px);
    width:-moz-calc(100% - 276px);
    border-left:1px solid #D2D5D7;
    padding:0 38px;
}
.taxRefund-top h3{
    font-size: 26px;
    line-height:62px;
    color:#333;
    margin:20px 0 0 0;
    border-bottom:1px solid #D2D5D7;
}
.taxRefund-top p,.taxRefund-city p,.taxRefund-range p{
    font-size: 16px;
    color:#666;
    line-height: 28px;
    margin:26px 0 30px 0;
}

/* -------关于退税------- */
.taxRefund-topcon{
    background:#f5f5f5;
    padding:28px 46px;
}
.taxRefund-topcon li{
    height:47px;
    line-height:47px;
    margin:20px 0;
}
.taxRefund-topcon li img{
    width:47px;
    height:47px;
    float:left;
}
.taxRefund-topcon li span{
    font-size:18px;
    color:#333;
    margin-left:30px;
}

.taxRefund-topcon ul,.taxRefund-topcon div{
    display:inline-block;
    width:50%;
}
.taxRefund-topcon div{
    position: relative;
}
.taxRefund-topcon div img{
    width:202px;
    height:130px;
    position: absolute;
    top:8px;
    left:-54px;
}
.taxRefund-topcon div img:nth-child(2){
    top:154px;
}
.taxRefund-topcon div img:nth-child(3){
    top:-8px;
    left:168px;
    width:206px;
    height:306px;

}
/* -------退税国家------- */
.taxRefund-city{
    background:url("../images/taxRefund-citybg.png") center 30px no-repeat;
    background-size: 100% 100%;
}
.taxRefund-city h3,.taxRefund-range h3{
    font-size: 24px;
    color:#333;
    line-height: 28px;
    margin:40px 0 0 0;
    font-weight: normal;
}
.taxRefund-city h4:nth-child(2){
    color:#0099FF;
    font-size: 22px;
    line-height:1;
    margin:26px 0 0 0;
}
.taxRefund-citycon li{
    font-size: 16px;
    color:#666;
    line-height:38px;
}
.taxRefund-citycon li span:nth-child(1){
    display:inline-block;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#0099FF;
    margin-right:10px;
}
.taxRefund-citycon li:nth-child(4) span:nth-child(1){
    background:#fff;
}
.taxRefund-citycon li span:nth-child(2){
    display:inline-block;
}


/* -------退税范畴------- */
.taxRefund-rangecon{
    padding:18px 14px;
    background:#FAFAFA;
}
.taxRefund-rangecon li{
    width:48%;
    float:left;
    margin-bottom:56px;
}
.taxRefund-rangecon li:nth-child(odd){
    margin-right:1%;
}
.taxRefund-rangecon li:nth-child(1),.taxRefund-rangecon li:nth-child(2){
    margin-bottom:32px;
}
.taxRefund-rangecon li:nth-child(7),.taxRefund-rangecon li:nth-child(8){
    margin-bottom:0;
}
.taxRefund-rangecon li h4{
    font-size:16px;
    line-height:20px;
    color:#333;
    font-weight:inherit;
}
.taxRefund-rangecon li p{
    font-size:13px;
    line-height:28px;
    color:#666;
    margin:8px 0 0 62px;
}
.taxRefund-rangecon li img{
    width:48px;
    height:48px;
    float:left;
    margin-right:14px;
}

/* -------退税流程------- */
.taxRefund-process{
    padding:30px 0;
}
.taxRefund-process-con p{
    display:inline-block;
    width: 100px;
    font-size: 24px;
    color:#F7980F;
    line-height: 48px;
    margin:2px 0 0 0;
    float:left;
}
.taxRefund-process-con ul{
    display:inline-block;
    border-left:1px solid #C2C2C2;
}
.taxRefund-process-con ul li{
    font-size: 16px;
    color:#666;
    line-height: 36px;
    padding-left:10px;
}
.taxRefund-process-con ul li:first-child{
    line-height: 48px;
}
.taxRefund-process-con ul li span{
    display: inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#C2C2C2;
    margin:0 20px 0 -14px;
}
.taxRefund-process-con ul li:first-child{
    color:#4D4D4D;
    font-size: 20px;
    font-weight: bold;
}
.taxRefund-process-con ul li:first-child span{
    width:8px;
    height:8px;
    background:#fff;
    border:2px solid #F7980F;
    margin:0 16px 0 -16px;
}
/* -------联系我们------- */
.taxRefund-touch p{
    margin:0;
}
.taxRefund-touch div{
    margin:30px 0 108px 0;
}