/* 公共 */
.min {
    width: 1200px;
    margin: 0 auto;
}

html,body {
    scroll-behavior: smooth;
}
/* banner */
.banner {
    height: 500px;
    background: url(../images/tax_index/banner_bg.jpg) center/cover no-repeat;
}
.banner-title {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    padding-top: 77px;
    margin-bottom: 66px;
}
.banner-text {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 12px;
    margin-left: 84px;
    width: 100%;
}
.banner-text-item {
    overflow: hidden;
}
.banner-text-item img {
    float: left;
    width: 46px;
    height: 34px;
    margin-right: 4px;
}
.banner-text-item div {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
    text-shadow: 0px 2px 4px #005FDD;
}
.banner-text-leftitem {
    margin-right: 56px;
}
.banner-call-phone {
    position: relative;
    width: 318px;
    height: 88px;
    background: url(../images/tax_index/banner_button@2x.gif) center/cover no-repeat;
    margin: 40px auto 0;
    padding-top: 1px;
    cursor: pointer;
}
.banner-call-phone:hover .banner-call-text {
    font-weight: bold;
}
.banner-call-num {
    font-size: 25px;
    font-weight: bold;
    color: #FFE500;
    margin: -10px 0 0 52px;
    font-style: italic;
}
.banner-call-text {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 33px;
    padding-top: 43px;
    margin: 0 2px 0 86px;
}
.banner-call-phone img {
    position: absolute;
    top: 35px;
    right: 68px;
    width: 28px;
    height: 28px;
}
.banner-tag {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 60px;
}
.banner-tag-item {
    width: 298px;
    padding: 16px 10px 14px 10px;
    box-shadow: 0px 4px 12px 0px rgba(218,225,234,0.76);
    background: linear-gradient(180deg, #DBE9FE 0%, #FFFFFF 100%);
}
.banner-tag-title {
    font-size: 14px;
    font-weight: bold;
    color: #330000;
    text-align: center;
}
.banner-tag-button {
    display: block;
    width: 112px;
    height: 30px;
    background: #F87403;
    border-radius: 5px;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.banner-tag-button:hover {
    background: #F84E03;
}
/* 政策扶持 */
.policy {
    padding: 95px 0 54px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EDF2FA 100%);
}
.policy-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 28px;
}
.policy-content {
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: space-between;
}
.policy-content li {
    position: relative;
    width: 288px;
    height: 162px;
    margin-bottom: 16px;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 1;
}
.policy-content li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 288px;
    height: 64px;
    z-index: -1;
}
.policy-content-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 288px;
    height: 64px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.policy-content-title span{
    width: 260px;
    font-weight: bold;
    text-align: right;
}
.policy-content-text {
    width: 264px;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-left: 15px;
    margin-top: 78px;
}
.policy-content-text span {
    color: #1F6CDD;
    font-weight: bold;
}
.policy-button {
    position: relative;
    width: 611px;
    height: 90px;
    background: linear-gradient(180deg, #5C84E3 0%, #3571D0 100%);
    border-radius: 46px;
    margin: 35px auto 0;
    z-index: 1;
}
.policy-button img {
    position: absolute;
    top: 15px;
    left: 55px;
    width: 192px;
    height: 60px;
    z-index: -1;
}
.policy-button-text {
    font-size: 24px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 90px;
    margin-left: 43px;
}
.policy-button-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 160px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 27px;
    font-size: 24px;
    font-weight: bolder;
    color: #1F6CDD;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}
.policy-button-btn:hover {
    box-shadow: 0px 2px 4px 0px rgba(0,18,48,0.5);
}
/* 行业 */
.industry {
    padding-top: 100px;
}
.industry-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}
.industry-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    padding-bottom: 15px;
}
.industry-ul li{
    overflow: hidden;
    cursor: pointer;
}
.industry-cover{
    width: 188px;
    height: 119px;
    overflow: hidden;
}
.industry-ul img {
    display: block;
    width: 188px;
    height: 119px;
    transition: all 0.5s;
}
.industry-ul p {
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    padding: 15px 0;
}
.industry-ul li:hover p{
    color: #1F6CDD;
}
.industry-ul li:hover img{
    transform: scale(1.2,1.2);
}
/* 优势 */
.advantage {
    padding-top: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EDF2FA 100%);
}
.advantage-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.advantage-content {
    display: block;
    width: 1312px;
    height: 480px;
    margin: 50px auto 0 auto;
    padding-bottom: 50px;
    cursor: pointer;
}
/* 优惠政策 */
.preferential {
    padding-top: 60px;
}
.preferential-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.preferential-title.special{
    margin-bottom: 40px;
}
.preferential-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.preferential-content-img {
    position: relative;
    width: 283px;
    height: 209px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.preferential-content-img img {
    width: 283px;
    height: 209px;transition: all 0.5s;
}
.preferential-content-img:hover img {
    transform: scale(1.2,1.2);
}
.preferential-content-list{
    width: 224px;
}
.preferential-content-list div {
    height: 28px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.preferential-content-list div:hover {
    color: #1F6CDD;
}

.preferential-content-list ul {
    margin-left: 16px;
}
.preferential-content-list li {
    list-style: disc;
    margin-top: 12px;
}
.preferential-content-list li a{
    display: block;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.preferential-content-list li:hover a{
    color: #333333;

}
.preferential-content-list li::marker{
    font-size: 10px;
    color: #666666;
}
.preferential-content-list li::marker:hover {
    color: #333333;
}

.preferential-img {
    margin: 50px 0 20px 0;
}
.preferential-content-last {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.preferential-content-last .preferential-content-list {
    width: 283px;
}
/* 流程 */
.process {
    padding: 60px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EDF2FA 100%);
}
.process .min {
    position: relative;
    width: 1398px;
}
.process-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 48px;
}
.process-img {
    margin-left: 112px;
    margin-bottom: 22px;
    overflow: hidden;
}
.process-img img {
    float: left;
    width: 82px;
    height: 82px;
    margin-right: 226px;
}
.process-text {
    margin-left: 93px;
    overflow: hidden;
}
.process-text div {
    float: left;
    font-size: 20px;
    color: #000000;
    margin-right: 193px;
    cursor: pointer;
}
.process-text div:hover {
    color: #1F6CDD;
}
.process-content-bg {
    position: relative;
    width: 1398px;
    height: 278px;
    margin: 20px auto 0 auto;
}
.process-lastimg {
    position: absolute;
    top: 333px;
    margin-left: 228px;
    z-index: 1;
}
.process-lastimg .process-img-last {
    margin-right: 0;
}
.process-lasttext {
    position: absolute;
    top: 438px;
    margin-left: 210px;
    z-index: 1;
}
.process-lasttext .process-text-last {
    margin-right: 0;
}
.right-hover-phone{
    width: 160px;
    height: 40px;
    border-radius: 21px;
    border: 1px solid #1F6CDD;
    position: relative;
}
.right-hover-back{
    width: 32px;
    height: 32px;
    background: #1F6CDD;
    border-radius: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all .5s;
}
.hover-icon{
    width: 18px;
    float: left;
    margin-top: 13px;
    position: relative;
    z-index: 9;
    margin-left: 11px;
    opacity: 1;
    transition: all .5s;
}
.phone-font{
    font-size: 16px;
    color: #1F6CDD;
    line-height: 42px;
    opacity: 1;
    transition: all .5s;
    letter-spacing: 0;
    font-family: "Arial", SourceHanSansCN;
    float: left;
    margin-left: 18px;
    font-weight: bold;
}
.phone-hover-font{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    transition: all .5s;
}
/*地区筛选项*/
.district-nav{
    position: relative;
}
.district-ul{
    display: none;
    position: absolute;
    width: 460px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DBE9FE 100%);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    padding-top: 25px;
    padding-bottom: 9px;
    border-top: 2px solid #1f6cdd;
    z-index: 9;
}
.district-nav:hover .district-ul{
    display: block;
}
.district-ul li{
    overflow: hidden;
}
.district-left{
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-left: 38px;
    font-weight: bold;
}
.district-right{
    float: right;
    overflow: hidden;
    width: 318px;
}
.district-item{
    font-size: 14px;
    color: #2C3246;
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
    line-height: 21px;
}
.district-item:hover{
    font-weight: bold;
}