﻿

.taxContainer {
    margin: 0px auto;
    padding: 0px;
}

body {
    line-height: 1;
    font-family: 'Microsoft YaHei','微软雅黑'
}



@media screen and (min-width:1200px) {
    .taxContainer {
        width: 1200px;
    }

    .taxFw {
        width: 1200px;
        margin: 0 auto;
        margin-top: 50px;
        height: 384px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .taxFw .Fwitem {
            width: 380px;
            height: 392px;
            background-color: #ffffff;
            border-radius: 4px;
            border: solid 1px #eceef4;
            overflow: hidden;
        }

    .Fwitem .Fwitemheader {
        width: 100%;
        height: 105px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: PingFangSC-Medium;
        font-size: 22px;
        color: #ffffff;
    }

    .Fwitem .bg1 {
        background-image: url(../images/tax/s_v1.png);
    }

    .Fwitem .bg2 {
        background-image: url(../images/tax/s_v2.png);
    }

    .Fwitem .bg3 {
        background-image: url(../images/tax/s_v3.png);
    }

    .Fwitem .content {
        width: 100%;
        height: 279px;
        padding: 25px 0px 0px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }

        .Fwitem .content p {
            margin: 10px 0px;
        }

    .taxFw .Fwitem:hover {
        -webkit-box-shadow: 0 0 20px #e2e2de;
        box-shadow: 0 0 20px #e2e2de;
    }

    .taxFwNr {
        width: 1200px;
        margin: 0 auto;
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        flex-wrap:wrap;
    }

        .taxFwNr .FwNrtiem .nrico{
            width: 50px;
            height: 50px;
            overflow: hidden;
         
            margin: 0 auto;
        }


        .taxFwNr .FwNrtiem img {
            width: 40px;
            height: 40px;
            overflow: hidden;
            border: 1px solid red;
            margin: 0 auto;
        }


        .taxFwNr .FwNrtiem {
            width: 224px;
            height:200px; 
            border-radius: 4px;
            border: solid 1px #eceef4;
            padding: 20px 0px ; 
            text-align:center ;
            margin:8px 8px;
        }


        .taxFwNr .nrtitle {
            font-family: PingFangSC-Medium;
            font-size: 22px;
            color: #191c3d;
            margin-top: 15px;
            font-weight: bold;
        }

        .taxFwNr .nrcontent {
            font-family: PingFangSC-Medium;
            font-size: 14px;
            color: #191c3d;
            font-weight: bold;
            width:120px;
          
            margin: 15px auto ; 
            line-height:20px;

        }

    .Fwitemlip {
        margin:8px ; 
        width:20px;
        height:20px;
    }


}

@media screen and (min-width:960px) and (max-width:1200px) {
    .taxContainer {
        width: 800px;
        background-color: bisque;
    }
}

@media screen and (max-width:960px) {
    .taxContainer {
        width: 600px;
        background-color: red;
    }
}

.taxtitle {
    font-size: 70px;
    color: white;
    font-weight: 900;
    text-shadow: 2px 2px gray;
    margin:50px 0 ;
}

.taxtitledesc {
    font-size: 40px;
    color: white;
    font-weight: 900;
    text-align: left;
    margin: 100px 0;
    font-family: 'Microsoft YaHei','微软雅黑'
}



.jumbotron {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    background: #020031;
    background: linear-gradient(45deg,#083391,#00a2ee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020031",endColorstr="#00d36c",GradientType=1);
    height: 400px;
    width: 100%;
    margin:0px  
}

.jumbotron:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/bg/bs-docs-masthead-pattern.png) repeat 10%;
    opacity: .9;
}


.taxbd_left {
    background-color: #dfe2e5;
    padding: 10px;
    line-height: 50px;
    font-size: 14px;
}


    .taxbd_left .bt {
        margin: 10px;
        background-color: #999c9f;
        height: 50px;
        padding-left: 20px;
        color:white ;
        font-weight:700 ;

    }



    .taxbd_left .xm {
        margin: 10px;
        background-color: #d5d8db;
        height: 50px;
        padding-left: 30px;
    }



.taxbd_right {
    background-color: white;
    font-family: 'Microsoft YaHei','微软雅黑';
    font-size: 14px;
    line-height: 50px;
    padding: 10px;
}


    .taxbd_right .bt {
        margin: 10px;
        background-color: #2c6bea;
        height: 50px;
        padding-left: 20px;
        color: white;
        font-weight: 700;
    }




    .taxbd_right .xm {
        margin: 10px;
        background-color: #eff4fe;
        height: 50px;
        color: #2c6bea;
        padding-left: 30px;
    }

.xmimg {
    width:20px;
    height:20px ;
    margin-right:10px ;

}

.tax_wsmxz_bk {
   padding-bottom:60px ;
}

.tax_mka_why_img_div {
    width: 200px;
    height: 200px;
    margin: auto;
    vertical-align: middle;
    display: table-cell;
}


.tax_mka_why_img_div_fa {
    display: table ;
    text-align:center ;
}

.tax_mka_why_img {
    width: 240px;
    height: 240px;
}

.tax_mka_why_describe {
    font-size:18px ; 
    margin:10px;
}

    .tax_mka_why_describe p {
        font-size:14px ; 
        line-height:20px ;
    }

    .tax_mka_why_describe span{
        font-size: 20px;
        line-height:30px  ;
    }


.tax_mka_why_describe_one {
    border: solid 2px #6773fd;
    width:330px;
    height:104px ;
    margin:10px;
}
.tax_mka_why_describe_left {
    float: left ;
    width:220px;
    padding:10px;
    font-size:14px;
    line-height:20px;
}
.tax_mka_why_describe_right {
    width: 100px;
    height: 100px;
    background-color: #6773fd;
    float:right ;
    color:white ;
    font-size:18px;
    font-weight:600;
    line-height:100px ;
    text-align:center ;
}

.tax_mka_why_describe_two {
    border: solid 2px #0181cb;
    width: 330px;
    height: 104px;
    margin: 10px;
}

    .tax_mka_why_describe_two .tax_mka_why_describe_right {
        background-color: #0181cb;
    }

.tax_mka_why_describe_three {
    border: solid 2px #fea306;
    width: 330px;
    height: 104px;
    margin: 10px;
}
.tax_mka_why_describe_three .tax_mka_why_describe_right {
    background-color: #fea306;
}

.tax_mka_why_describe_four {
    border: solid 2px #34af68;
    width: 330px;
    height: 104px;
    margin: 10px;
}

.tax_mka_why_describe_four .tax_mka_why_describe_right {
    background-color: #34af68;
}



.tax_rhxz_bk {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

    .tax_rhxz_bk [class^="col"] {
        border-right: 1px solid #dddddd;
    }

.tax_rhxz_item h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.tax_rhxz_item p {
    padding: 0 10px;
    line-height:20px;
}

.tax-fwbj-table {
    margin: 40px auto;
    border-collapse: collapse;
    border: 1px solid #F00 ;
    font-size: 16px;
}

    .tax-fwbj-table th, td {
        border-style: solid;
        border-width: 1px;
        border-color: #f0f0f5;
        width: 205px;
        height: 40px;
    }
    .tax-fwbj-table th {
        height: 60px;
        text-align: center;
        padding-left: 0px;
        line-height: 55px;
        font-size:16px ;
    }


.tax-fwbj-table-th-sb {
    border-top: 4px solid #ff8606;
    height: 100%;
    width: 100%;
}

.tax-fwbj-table-th-yb {
    border-top: 4px solid #5551f7;
    height: 100%;
    width: 100%;
    
}

.tax-fwbj-table-yuandian {
    width:10px;
    height:10px ;
    background-color:cornflowerblue ;
    display:inline-block ; 
    margin-left:20px ;
    margin-right:10px ; 
    border-radius:4px ;
}




.icon-no {
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    margin: auto auto;
    background-image: url(/images/small/icon-wrong.png);
}

.icon-yes {
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    margin: auto auto;
    background-image: url(/images/small/icon-right.png);
}

.tax-fwbj-table-th-sbje, .tax-fwbj-table-th-ybje {
    text-align: center;
    font-size:18px ;
    font-weight:700 ; 
}



.tax-scal-item {
    margin-right: calc(16 * var(--groot-ui-rpx));
    padding: calc(25 * var(--groot-ui-rpx));
    padding-top: var(--groot-ui-spacing-unit-5);
    border-radius: var(--groot-ui-border-radius-4);
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: var(--groot-ui-color-gray-1);
    cursor: pointer;
}

    .tax-scal-item .title {
        margin: 10px;
        line-height: 1.2;
        border-left: 5px solid #fd6c35;
        padding-left: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        position: relative;
        font-size:20px;
        font-weight:700;
        margin-bottom:20px;
    }

    .tax-scal-item .itemdesc {
        margin:10px;
        line-height:20px;
        font-size:16px;
        margin-top:20px;
    }

    .tax-scal-item span {
        background-color: #fff7f2;
        border: 1px solid #fd6c35;
        margin-left: 10px;
        padding: 5px;
        border-radius:4px;

    }

    .tax-scal-item .pic {
        margin: 20px;
        overflow: hidden;
        border-radius: 2px;
        transition:all 0.4s linear;
    }

    .tax-scal-item img {
        overflow: hidden;
        width:100%;
    }

    .tax-scal-item:hover .pic {
        transform: scale(1.1);
    }

    .tax-scal-item:hover .title {
        color: #fd6c35 ;
    }

