body{font:12px/140% Arial,"微软雅黑",Helvetica, sans-serif,Verdana;color:#333; margin:0; padding:0; background:#FFF; }
html,body{overflow-x:hidden;-webkit-text-size-adjust:none;}
table,td{font:12px/140% Arial,"微软雅黑",Helvetica, sans-serif,Verdana; color:#333;}
table{border-collapse:collapse; border-spacing:0; empty-cells:show; }
th, td { border-collapse:collapse; }
A:link{text-decoration:none; color:#333;}
A:visited{text-decoration:none; color:#333;}
A:hover{text-decoration:none; color:#0099ff;}
img{ border:0; }
div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{   border:none;padding:0 }
a{blr:expression(this.onFocus=this.blur())} /*for IE*/
a{outline:none;} /*for Firefox*/
ol,ul,li{list-style-type:none;}
span,p,a,li,h1,h2,h3,h4,h5,h6{font-family: 微软雅黑;color:#333;}
h1,h2,h3,h4,h5,h6{font-weight:inherit}
.left{
    float:left;
}
.right{
    float:right;
}
.clearfix{zoom:1;}
.clear{
    clear:both;
    display: block;
    font-size:0;
    height:0;
    line-height:0;
}
.clear:after,.clearfix:after{
    content:' ';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

/* 居中 */
.center{
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.center-x{
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.center-y{
    top: 50%;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}


/* ---------头部样式-------- */

header{
    position: fixed;
    top: 0;
    left:0;
    z-index: 11;
    width: 100%;
    background: #fff;
}
.header-top{
    width: 1100px;
    height: 100px;
    line-height:100px;
    margin:0 auto;
    position:relative;
}
.header-top-left,.header-topcen{
    position:absolute;
}
.header-top-left img{
    width: 211px;
    height: auto;
}
.header-topcen{
    display: inline-block;
    margin-left: -30px;
    height: 54px;
}
.header-topcen ul{
    width:auto;
    height: 54px;
    line-height: 54px;
    margin-bottom: 10px;
}

.header-topcen li{
    float: left;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    width: 115px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-family: Microsoft YaHei;
}

.header-topcen li>a.ahover,.header-topcen li>a:hover{
    color: #FCA112;
}
.header-topright img{
    display:inline;
    width: 10px;
    height: auto;
    vertical-align: middle;
    margin-top:-4px;
}
.header-topright strong{
    margin: 0 10px 0 6px;
    font-size: 16px;
}

.header-topright a{
    display: inline-block;
    width:64px;
    height:30px;
    line-height:30px;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(251,161,18,1);
    text-align:center;
}
.header-topright a span{
    font-family: Microsoft YaHei;
    font-size: 14px;
    color:#fff;
}
.header-topright a:last-child{
    background-color:#0099FF;
    margin-left:10px;
}


/*尾部样式*/
footer{
    border-top:3px solid #0099FF;
    padding:30px 0;
}
.footer-box{
    width: 1100px;
    margin:0 auto;
}
.footer-top{
    position:relative;
    margin-bottom:40px;
    padding-left:30px;
}
.footer-top-left ul{
    float:left;
    width:82px;
}
.footer-top-left ul li{
    width: 68px;
    height:36px;
    line-height:36px;
}

.footer-top-cen{
    position:absolute;
    height: 143px;
    width: 371px;
    display: block;
    padding:0 0 0 54px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.footer-top-cen span{
    color:#4B4C4C;
    line-height: 290%;
    position:relative;
}
.footer-top-cen span img{
    width:14px;
    position: absolute;
    left: -22px;
}
.footer-line{
    width:890px;
    height:1px;
    background:#dadada;
    margin:0 auto 15px;
}
.footer-top-right{
    margin-top:15px;
    width:252px;
}
.footer-top-right .footer-top-rspan{
    color:#0099FF;
    font-size: 18px;
    line-height: 26px;
}
.footer-top-right a{
    display:inline-block;
    width: 147px;
    text-align:center;
    height: 27px;
    line-height: 27px;
    border:1px solid #0099FF;
    margin:12px 0;
}
.footer-top-right a span{
    color:#0099FF;
    font-weight: bold;
}

/*尾部 - 底部分 样式*/
.footer-bot p{
    text-align: center;
}
.footer-bot p span{
    font-size: 14px;
    color:#4B4C4C;
}
.footer-bot p:nth-child(2){
    margin:20px 0 10px 0;
}
.footer-bot p:nth-child(2) span:nth-child(1){
    color:#0B9EFF
}
.footer-bot p:nth-child(2) span:nth-child(2){
    color:#666;
    line-height: 16.8px;
    font-size: 13px;
}
.footer-bot p:nth-child(3) span{
    font-size:12px;
}
.footer-bot p:nth-child(3) span:nth-child(1){
    color:#666;
}

/*轮播*/
.swiper-container{
    width: 100%;
    height:auto;
    margin:0 auto;
}
.swiper-slide{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 4px;
}
.swiper-pagination-bullet{
    width: 3px;
    height: 3px;
    background:red;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
/*回到顶部按钮*/
.goto-top{
    position:fixed;
    right:6px;
    bottom:100px;
    z-index:10;
}
.goto-top a{
    display:inline-block;
    width: 40px;
    height: 40px;
    opacity:0.9;
    z-index:10;
    background:url("../images/gotop.gif") no-repeat;

}

/*在线客服*/
.kf5-chatSupport-btn span{
    line-height: 22px;
    color:#fff;
}

/* -------------页面banner图------------- */
.taxRefund-banner{
    width:100%;
    float:left;
    margin-top:100px;
}

/* -------------部分页面顶部的阴影线------------- */
.recruitment-line{
    width:100%;
    box-shadow: rgba(0,0,0,.1) 0 1px 5px;
    margin-top:110px;
}

/*客服样式*/
.kefu-box{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    cursor: pointer;
    /*box-shadow: 0 2px 10px 0 rgba(31, 35, 41, 0.3);*/
}

.kefu-box>img{
    width:54px;
    transition: transform 0.3s ease;
}
.kefu-box>img:hover {
    animation: kefuShake 1s 1;
}
.kefu-box > div{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display:none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    border-radius: 4px;
}
.kefu-box > div span{
    position:absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    z-index: 9;
}
.kefu-box iframe{
    border:none;
    width: 100%;
    height: 100%;
}
@keyframes kefuShake {
    0%,100% { transform: scale(1.16) translateX(0); }
    25%,75% { transform: scale(1.16) translateX(-8px); }
    50% { transform: scale(1.16) translateX(8px); }
}

