/* calculator.css */
/* 企业计算器 */
.news-logo-calculator img{
    height: 46px;
}
.news-logo-calculator{
    float: left;
    width: 380px;
    height: 46px;
    vertical-align: top;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.news-secondary-nav{
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    position: relative;
    height: 85px;
}
.news-calculator-p{
    font-size: 18px;
    color: #d50000;
    line-height: 85px;
    float: right;
}
.calculator-p-span{
    font-weight: bold;
}
/* 企业节税计算器 */
.calculator-tltle{
    font-size: 40px;
    color: #333333;
    padding-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}
.calculator-tltle-div{
    width: 60px;
    height: 4px;
    text-align: center;
    background-color: #000000;
    margin: 0 auto;
    margin-bottom: 30px;
}
.calculator-tltle-small{
    font-size: 20px;
    color: #666666;
    text-align: center;
}
.red-span{
    color: #d72525;
}
.calculator-computer{
    width: 1200px;
    height: 353px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    margin-bottom: 126px;
    background-color: #ffffff;
    /* display: none; */
}
.calculator-computer-p{
    font-size: 20px;
    color: #666666;
    padding-top: 50px;
    margin: 0px 0 40px 50px;
}
.computer-ul-p{
    font-size: 16px;
    float: left;
    margin-right: 20px;
    line-height: 42px;
    width: 114px;
    text-align: right;
}
.select-father .calculator-input {
    padding-left: 10px;
    width: 412px;
    border: solid 1px #ededed;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 10;
}
.computer-last .calculator-input {
    padding-left: 10px;
    width: 412px;
    border: solid 1px #ededed;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 10;
}
.calculator-drop-down li{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    display: block;
}
.calculator-drop-down {
    width: 400px;
    background-color: #ffffff;
    position: absolute;
    left: 134px;
    top: 152px;
    border: 1px solid #ededed;
    display: none;
    z-index: 999;
    padding-left: 10px;
}

.calculator-drop-up {
    display: block;
}

.calculator-computer-ul>li{
    float: left;
    height: 42px;
    margin-bottom: 20px;
    width: 546px;
}
.computer-ul-input{
    width: 400px;
    height: 40px;
    border: solid 1px #ededed;
    padding-left: 10px;
    text-align: left;
}
 .calculator-computer-ul .computer-ul-input::-webkit-input-placeholder{
    color: #333333;
    font-size: 16px;
    text-align: right;
    line-height: 40px;
    padding-right: 10px;
}
.computer-li-top{
    margin-bottom: 50px;
}
.select-father img {
    top: 18px;
    left: 386px;
    position: absolute;
    width: 10px;
    height: 8px;
}
.calculator-down-right {
    width: 400px;
    background-color: #ffffff;
    position: absolute;
    left: 738px;
    top: 214px;
    border: 1px solid #ededed;
    display: none;
    z-index: 999;
    padding-left: 10px;
}
.calculator-down-right li{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    display: block;
}
.calculator-red-buttom{
    width: 140px;
    height: 42px;
    background-color: #d50000;
    text-align: center;
    float: right;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
}
.computer-li-left{
    margin-left: 58px;
}
/* 计算结果 */
.result{
    width: 1200px;
    height: 660px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin: 60px auto 0;
    display: none;
    background-color: #ffffff;
    margin: 60px auto 60px;
}
.computer-again{
    width: 140px;
    height: 40px;
    border: solid 1px #ededed;
    color: #494949;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    float: right;
    margin-right: 50px;
    margin-top: 40px;
    cursor: pointer;
    overflow: hidden;
}
.result .calculator-computer-p{
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
}
.computer-again:hover{
    color: #d50000;
    border: solid 1px #d50000;

}
.result-div{
    width: 1100px;
    height: 90px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 0 auto;
    border: 1px solid #ededed;
}
.result-top{
    overflow: hidden;
}
.result-div-title{
    float: left;
    width: 70px;
    height: 76px;
    background-color: #1f6cdd;    
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    padding-top: 14px;
}
.result-li-frist{
    width: 236px;
    height: 48px;
    margin-top: 24px;
}
.result-li{
    float: left;
}
.result-li-p{
    color: #666666;
    font-size: 14px;
    padding-left: 10px;
}
.result-li-p span{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-left: 25px;
}
.result-li-last{
    margin-top: 12px;
}
.result-li-second{
    width: 236px;
    height: 48px;
    border-right: 1px solid #ededed;
    margin-top: 24px;
}
.result-div-left{
    width: 110px;
    float: left;
}
.result-div-right{
    float: left;
}
.result-li-span{
    font-size: 14px;
    color: #666666;
}
.result-div-right{
    text-align: left;
}
.result-li-span span{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.result-div-right .result-li-last{
    margin-top: 5px;
}
.result-li-second .result-div-left{
    width: 110px;
}
.result-li-third{
    width: 113px;
    height: 48px;
    border-right: 1px solid #ededed;
    margin-top: 20px;
    text-align: center;
}
.result-li-third .result-li-p span{
    margin: 0px;
}
.result-li-third .result-p-last{
    font-size: 16px;
    margin-top: 12px;
} 
.result-li-third .result-li-p{
    padding: 0px;
}
.result-li-fourth{
    height: 48px;
    margin-top: 20px;
    text-align: center;
    width: 170px;
}
.result-li-fourth .result-p-last{
    font-size: 16px;
    margin-top: 12px;
} 
.result-li-fourth .result-li-p{
    padding: 0px;
}
.result-li-fourth .result-li-p span{
    margin: 0;
}
.result-div{
    margin-bottom: 20px;
}
.result-div-second .result-div-title{
    background-color: #ff881f;
}
.result-div-second .result-li-fourth{
    height: 48px;
    margin-top: 20px;
    text-align: center;
    width: 170px;
    border-right: 1px solid #ededed;
}
.result-li-img{
    float: left;
    margin-top: -31px;
    margin-left: 136px;
    height: 20px;
}
.result-li-fifth p{
    line-height: 90px;
    text-align: center; 
    text-decoration: underline;
    margin: 0 auto;
    cursor: pointer;
}
.result-li-fifth{
    width: 100px;
}
.result-buttom-p{
    float: left;
    margin-left: 155px;
    margin-top: 30px;
    font-size: 16px;
    color: #666666;

}
.result-buttom-input{

}
.result-buttom-input::-webkit-input-placeholder{
    color: #666666;
    font-size: 16px;
}
.result-red{
    width: 140px;
    height: 40px;
    float: left;
    margin-top: 18px;
    background-color: #d50000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
}
.policy-min .calculator-computer{
    padding-top: 111px;
    margin-top: 0px; 
    height: 254px;
    box-shadow:none;
}
.computer-input-p {
    font-size: 14px;
    /* float: left; */
    position: absolute;
    top: 125px;
    right: 61px;
}
.computer-input-last{
    font-size: 14px;
    /* float: left; */
    position: absolute;
    top: 187px;
    right: 667px;
}
.calculator-all{
    overflow: hidden;
    background: url(../images/bj.jpg) no-repeat center bottom;
    background-size: 2560px 459px;
    background-color:#f8f8f8 ;
    margin-bottom: -47px;
}
.more{
    width: 1200px;
    margin: 0 auto;
    top: 394px;
    left: 45px;
    position: absolute;
}
.more-look{
    font-size: 16px;
    color:#333333;
    float: left;
    margin-bottom: 60px;
    cursor: pointer;
    margin-right: 10px;
}
.more-look-img{
    float: left;
    margin-top: 4px;
    width: 5px;
    height: 7px;
}

.more-left{
left: 0px;
}
.more-return{
    float: left;
    margin-top: 30px;
    margin-left: 50px;
}
.hover-div{
    border: 1px solid #ff881f;
    background-color: #fef9f5;
}
.policy-min .calculator-computer-policy{
    border: 1px solid #ededed;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 0px;
    height: 145px;
    width: 1198px;
    background-color: #f8f8f8;
}

.policy-min .computer-input-last{
    top: 117px;
}
.policy-min .calculator-industry-comporter img{
    top: 59px;
}
.policy-min .computer-li-top img{
    top: 119px;
}
.policy-min .computer-input-p{
    top: 55px;
}
.policy-min .computer-li-top{
}
.calculator-red-buttom:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.result-red:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.select-father{
    float: left;
    position: relative;
}
.policy-min .select-father{
    overflow: hidden;
    background-color: #ffffff;
}
.result-div:hover{
    background-color: #f7f8fa;
}
.result .result-div-click{
    background-color: #f7f8fa;
}