.fiscal .nav{
    width: 100%;
    background: #F7F7F7;
    padding:35px 0;
}
.fiscal .nav .content{
    text-align: center;
    width: auto;
    height: 50px;
}
.fiscal .nav .content a{
    display: inline-block;
    margin-right: 20px;
    width: 160px;
    height: 50px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    transition-duration: .3s;
    border-radius: 50px;
}
.fiscal .nav .content a:last-of-type{
    margin-right: 0;
}
.fiscal .nav .content a.on,.fiscal .nav .content a:hover{
    background: #9B1C22;
    border-color: #9B1C22;
    color: #fff;
}
.fiscal>.content{
    margin-top: 50px;
}
.fiscal .content .item{
    width: 285px;
    height: 230px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition-duration: .3s;
}
.fiscal .content .item:nth-of-type(4n){
    margin-right: 0;
}
.fiscal .content .item:nth-of-type(4n):before{
    clear: both;
}
.fiscal .content .item .imgBox{
    width: 285px;
    height: 180px;
    overflow: hidden;
}
.fiscal .content .item .imgBox img{
    width: 100%;
    height: auto;
}
.fiscal .content .item .wordsBox{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 50px;
    background: #F7F7F7;
    text-align: center;
    line-height: 50px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
}
.fiscal .content .item .mask{
    width: 100%;
    height: 180px;
    position: absolute;
    background: rgba(155, 28, 34, .8);
    background-size: 100% 100%;
    overflow: hidden;
    transition-duration: .3s;
    top: -100%;
    left: 0;
}
.fiscal .content .item .mask a{
    display: block;
    width: 120px;
    height: 35px;
    background: #fff;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:35px;
    color:rgba(166,135,91,1);
    margin: 0 auto;
    margin-top: 73px;
    text-align: center;
}
.fiscal .content .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.fiscal .content .item:hover .mask{
    top: 0;
}
.fiscal-advantage{
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: url("../images/fab.png") repeat-x center center;
}
.fiscal-advantage .item{
    display: block;
    float: left;
    width: 285px;
    height: 140px;
    background: #FFF;
    margin-right: 20px;
    margin-top: 80px;
    cursor: pointer;
    transition-duration: .3s;
}
.fiscal-advantage .item:last-of-type{
    margin-right: 0;
}
.fiscal-advantage .item .imgBox{
    width: 105px;
    float: left;
    height: 100%;
    position: relative;
}
.fiscal-advantage .item .imgBox img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fiscal-advantage .item .imgBox img:nth-of-type(2){
    display: none;
}
.fiscal-advantage .item .wordsBox{
    width: 155px;
    float: left;
}
.fiscal-advantage .item .wordsBox h2{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    text-align: left;
    margin-top: 25px;
}
.fiscal-advantage .item .wordsBox p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    text-align: justify;
    margin-top: 10px;
}
.fiscal-advantage .item:hover{
    background: #9B1C22;
    margin-top: 70px;
}
.fiscal-advantage .item:hover .imgBox img{
    display: none;
}
.fiscal-advantage .item:hover .imgBox img:nth-of-type(2){
    display: block;
}
.fiscal-advantage .item:hover .wordsBox h2,.fiscal-advantage .item:hover .wordsBox p{
    color: #FFF;
}
.about-honor{
    margin-bottom: 70px;
}
.about-honor .content{
    position: relative;
    height: 235px;
}
.about-honor .content .main{
    width: 1060px;
}
.about-honor .content .main .imgBox{
    width: 250px;
    height: 185px;
    overflow: hidden;
}
.about-honor .content .main .imgBox img{
    width: 100%;
    height: auto;
}
.about-honor .content .main p{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(64,64,64,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background: #F7F7F7;
    box-sizing: border-box;
}
.about-honor .content .honor-navigation{
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #9B1C22;
    background: #F0F0F0;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.about-honor .content .honor-navigation.honor-next{
    right: 0;
}
.about-honor .content .honor-navigation:hover{
    background: #9B1C22;
    color: #FFF;
}
.index-title{
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    position: relative;
}
.index-title h2{
    font-size:40px;
    font-weight:500;
    color:rgba(38,38,38,1);
}
.index-title h3{
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.index-title h3 span{
    float: left;
    display: block;
    width: 50px;
    height: 1px;
    background: #666666;
    margin-top: 11px;
}
.index-title h3 p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    display: block;
    margin:0 20px;
    float: left;
}
.index-title.w h2{
    color: #fff;
}
.index-title.w h3 span{
    background: #fff;
}
.index-title.w h3 p{
    color: #fff;
}

.fiscal-contact{
    height: 380px;
    margin: 70px auto;
}
.fiscal-contact .right{
    width: 470px;
    height: 380px;
    display: block;
    float: right;
}
.fiscal-contact .left{
    width: 700px;
    float: left;
}
.fiscal-contact .left>h2{
    font-size:36px;
    font-weight:bold;
    line-height:36px;
    color:rgba(38,38,38,1);
    border-left: 6px solid #9B1C22;
    padding-left: 16px;
    margin-bottom: 25px;
}
.fiscal-contact .left>p{
    width:700px;
    font-size:14px;
    font-weight:400;
    line-height:26px;
    color:rgba(38,38,38,1);
    text-indent: 28px;
}

.index-number{
    text-align: center;
    font-size: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin-top: 40px;
}
.index-number .item{
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
    border-right: 1px solid #262626;
    padding:0 30px;
    box-sizing: border-box;
}
#accounting .item{
    padding: 0px 40px;
}
.index-number .item:first-of-type{
    padding-left: 0 !important;
}
.index-number .item:last-of-type{
    padding-right: 0 !important;
    border-right: none !important;
}
.index-number .item h2{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#262626;
    text-align: center;
}
.index-number .item h2 span{
    font-size:40px;
    font-family:FZDaHei-B02S;
    font-weight:900;
    color:#9B1C22;
}
.index-number .item p{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#262626;
    margin-top: 5px;
}

#estimate{
    height: auto;
    margin-top: 30px;
}
#estimate .item{
    border-right: none;
    position: relative;
    display: block;
    float: left;
    height: 120px;
}
#estimate .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    opacity: 1;
    margin-top: 15px;
}
#estimate .item h3{
    display: block;
    width: 1px;
    height: 50px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #CCCCCC;
    position: absolute;
}
.fiscal .nav .content.estimate{
    width: 940px;
    height: 130px;
}
.fiscal .nav .content.estimate a{
    margin-bottom: 30px;
}