@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "iconfont";
    /* Project id 2710944 */
    src: url('../iconfont/iconfont.woff2?t=1627626003011') format('woff2'), url('../iconfont/iconfont.woff?t=1627626003011') format('woff'), url('../iconfont/iconfont.ttf?t=1627626003011') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
    content: "\e61a";
}

.icon-xiangyou:before {
    content: "\e7ad";
}

.icon-duigou:before {
    content: "\ebe6";
}

.icon-xiangxia:before {
    content: "\e603";
}

.icon-Group-:before {
    content: "\e683";
}

.icon-zuo:before {
    content: "\e601";
}

.icon-xiangshang:before {
    content: "\e638";
}

img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    display: inline-block;
}

a {
    color: #252B3A;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

@keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-moz-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-webkit-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-o-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.product_xc_banner {
    position: relative;
    overflow: hidden;
}

.product_xc_banner img {
    width: 100%;
}

.product_xc_banner .text {
    position: absolute;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
}

.product_xc_banner .text .w1440 {
    position: relative;
}

.product_xc_banner .text h3 {
    margin-bottom: 8px;
    font-size: 42px;
}

.product_xc_banner .text .banner-text {
    margin-bottom: 44px;
    font-size: 18px;
}

.product_xc_banner_link a {
    float: left;
    margin-right: 10px;
    width: 126px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: content-box;
}

.product_xc_banner_link a:nth-child(2) {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    height: 40px;
    line-height: 40px;
}

/*.product_xc_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_xc_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.product_xc_banner_link a:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.product_xc_banner_link a:hover:after {
    content: "\e683";
    margin-left: 5px;
}


@media only screen and (max-width: 1280px) {
    .product_xc_banner .text h2 {
        font-size: 36px;
    }

    .product_xc_banner .text h3 {
        font-size: 36px;
    }
}




.navegation {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #f5f7fa;
}

.navegation a {
    line-height: 80px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-right: 45px;
    color: #000000;
    cursor: pointer;
}

.navegation a:last-child {
    margin-right: 0px;
}

.navegation a::after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

.navegation .nave_act::after {
    background-color: #2884ee;
}

.navegation a:hover:after {
    background-color: #2884ee;
    transition: 0.5s;
}


.manage {
    padding: 3.64% 0;
}

.manage h2 {
    font-weight: bold;
    text-align: center;
}

.manage_sum {
    /* width: 64%; */
    width: 1045px;
    text-align: center;
    margin: 30px auto 50px;
    color: #575d6c;
}

.tab_a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.tab_a>div {
    margin-right: 6.25%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.tab_a>div:last-child {
    margin-right: 0;
}

.tab_a_tit {
    font-size: 18px;
}

.tab_active {
    color: #0086f1;
}

.tab_a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tab_active::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #0086f1;
    margin-top: 17px;
    position: absolute;
}

.tab_active .tab_a_tit {
    font-size: 24px;
}

.tab_a_subtit {
    display: none;
}

.tab_active .tab_a_subtit {
    display: block;
}

.tab_b>div {
    display: none;
    width: 100%;
    position: relative;
}

.tab_b .tab_b_active {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    animation: myfirst 1.5s;
    -webkit-animation: myfirst 1.5s;
    /* Safari and Chrome */
}

.tab_b_txt {
    width: 40%;
}

.tab_b>div .img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    display: flex;
    justify-content: center;
}

.tab_b>div .img img {
    max-width: 100%;
}

.tab_b li {
    position: relative;
    padding-left: 25px;
}

.tab_b li:before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../image/taxcloud/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tab_b {
    padding: 120px 0;
}

.tab_b ul {
    margin: 30px 0 40px;
}

.common_more {
    box-sizing: content-box;
    display: block;
    margin-right: 10px;
    width: 126px;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
}

.common_more:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.common_more:hover::after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

@keyframes myfirst {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
    {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.starting {
    background-color: #f5f7fa;
    padding: 65px 0 40px;
    text-align: center;
}

.starting_sub {
    width: 1045px;
    color: #575d6c;
    margin: 20px auto 10px;
}

.starting div img {
    width: 100%;
}

.starting_m {
    color: #0086f1;
}

.starting_m::after {
    content: '';
    margin-left: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 1px solid #0086f1;
    border-top: 1px solid #0086f1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
}

.starting_m:hover::after {
    margin-left: 15px;
    transition: 0.5s;
}

.product_detail_experience .top_title {
    text-align: center;
    padding-top: 4.48%;
}

.product_detail_experience .big_title {
    margin-bottom: 12px;
    font-weight: 600;
}


.product_detail_list li {
    padding: 5.57% 0;
}

.product_detail_list li:first-child {
    padding-top: 3.57%;
}

.product_detail_list li .w1440 {
    position: relative;
}

.product_detail_list li .left {
    width: 46%;
    float: left;
    position: relative;
}

.product_detail_list li .left img {
    max-width: 100%;
}

.product_detail_list li .left:hover img:first-child {
    transform: scale(1.04);
    transition: all 0.6s ease-out;
}

.product_detail_list li .left .img_small {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.product_detail_list li .right {
    width: 50%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}



.product_detail_list li:nth-child(even) {
    background: #f5f7fa;
}

.product_detail_list li:nth-child(even) .left {
    float: right;
}

.product_detail_list li:nth-child(even) .right {
    right: auto;
    left: 0;
}

.product_detail_list li .right .title {
    margin-bottom: 18px;
    color: #000;
}

.product_detail_list li .right .des {
    line-height: 1.625em;
    color: #000;
}

.product_detail_list li .right .txt {
    margin-bottom: 32px;
}

.product_detail_list li .right .txt p {
    margin-top: 10px;
    position: relative;
    padding-left: 34px;
    /*float: left;
	width: 50%;*/
}

.product_detail_list li .right .txt p:last-child {
    width: auto;
}

.product_detail_list li .right .txt p:before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../image/taxcloud/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 2px;
    top: 6px;
}

.product_detail_list li .right .txt p span {
    width: 40%;
    display: inline-block;
}

.product_detail_list li .right .txt p span:nth-child(2) {
    padding-left: 34px;
    position: relative;
}

.product_detail_list li .right .txt p span:nth-child(2):before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../image/taxcloud/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 2px;
    top: 6px;
}

.product_detail_list li .product_detail_link {
    position: relative;
}

.product_detail_list li .product_detail_link a {
    box-sizing: content-box;
    float: left;
    margin-right: 10px;
    width: 126px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #7b7d7e;
    color: #7b7d7e;
}

.product_detail_list li .product_detail_link a:nth-child(2) {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
}

.product_detail_list li .product_detail_link a .iconfont {
    opacity: 0;
    transition: all 0.4s;
}

.product_detail_list li .product_detail_link a:hover .iconfont {
    opacity: 1;
    margin-left: 10px;
}



.product_detail_list li .product_detail_link a:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.product_detail_list li .product_detail_link a:hover:after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}



@media only screen and (max-width: 1440px) {
    .product_detail_list li .right .title {
        margin-bottom: 10px;
    }

    .product_detail_list li .right .txt p {
        margin-top: 10px;
    }

    .product_detail_list li .right .txt {
        margin-bottom: 20px;
    }

    .product_detail_list li .right {
        width: 50%;
    }
}

@media only screen and (max-width: 1366px) {
    .product_detail_list li .left {
        width: 46%;
    }

    .product_detail_list li .left .img_small {
        max-width: 50%;
    }

    .starting {
        padding: 65px 0 30px;
    }

    .tab_b {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 1210px) {
    .product_detail_list li .right {
        right: 20px;
    }

    .product_detail_list li:nth-child(even) .right {
        left: 20px;
    }

}


.bg {
    padding: 5.72% 0 4.6875%;
    background-image: url(../image/taxcloud/bg_02.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.bg h3 {
    color: #28293b;
}

.bglk {
    text-align: center;
    margin-top: 40px;
}

.bglk a {
    box-sizing: content-box;
    display: inline-block;
    margin-right: 10px;
    width: 128px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #7b7d7e;
    color: #7b7d7e;
}

.bglk a:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.bglk a:nth-child(2) {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    line-height: 40px;
    border: none;
    height: 40px;
    width: 150px;
}

.bglk a:hover:after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

.huoqu {
    /* background-image: url(../caiwu/bg_more.jpg);
	background-size: cover;
	background-repeat: no-repeat; */
    padding: 3.385% 0;
}

.huoqu_more {
    box-sizing: content-box;
    display: block;
    margin-right: 10px;
    width: 196px;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-top: 35px;
}

.huoqu_more:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.huoqu_more:hover::after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

.huoqu_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pingtai {
    padding: 3.64% 0 2.64%;
    text-align: center;
}

.pingtai ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pingtai li {
    float: left;
    width: 25%;
    padding: 25px 3.125%;
    text-align: center;
    /* padding-top: 15px; */
}

.pingtai .img {
    position: relative;
    width: 68px;
    height: 55px;
    margin: auto;
}

.pingtai .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.pingtai_tit {
    margin: 30px auto 10px;
}

.pingtai_des {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 14px;
}

.evaluate {
    padding: 5.2% 0 10.4%;
    background-image: linear-gradient(#f5f7fa, transparent);
}

.evaluate_flx {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5.55%;
    width: 100%;
}

.eva_txt {
    width: 50%;
    margin-left: 7%;
    position: relative;
}

.eva_tit {
    color: #28293b;
    text-align: center;
    margin-bottom: 50px;
}

.eva_subtit {
    color: #28293b;
    margin: 0px 0 30px;
}

.eva_des {
    color: #333333;
}

.eva_more {
    margin-top: 60px;
    position: absolute;
}


.anli .swiper-slide .sw_bg {
    width: 100%;
}

.anli_txt {
    width: 1440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    margin-top: 4%;
    color: white;
    z-index: 2;
}

.anli_txt>div {
    width: 45.8%;
}

.shadow {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.anli_tit {
    margin: 20px 0 5px;
}

.anli_more {
    float: left;
    margin-right: 10px;
    width: 126px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: content-box;
    margin-top: 15px;
}

.anli_more:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.anli_more:hover:after {
    content: "\e683";
    margin-left: 5px;
}

.anli .swiper-pagination {
    position: absolute;
    width: 1440px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 2;
    text-align: left;
}

.anli .swiper-pagination-bullet {
    background: white;
    width: 10px;
    height: 10px;
    margin: 0 15px 0 0 !important;
}

.anli_prev {
    position: absolute;
    left: 5%;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-right: 4px solid rgba(255, 255, 255, 0.8);
    border-top: 4px solid rgba(255, 255, 255, 0.8);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
}

.anli_next {
    position: absolute;
    right: 5%;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-right: 4px solid rgba(255, 255, 255, 0.8);
    border-top: 4px solid rgba(255, 255, 255, 0.8);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
}

.anli_logo div {
    position: relative;
    float: left;
    width: calc(100%/7);
    text-align: center;
    margin-bottom: 40px;
    height: 72px;
}

.anli_logo img {
    /* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; */
    width: 100%;
}

.anli_logo {
    margin: 40px auto 40px;
}





.epm {
    padding: 3.64% 0 5.72%;
    background-color: #f5f7fa;
}

.epm h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.86%;
}

.epm .swiper-slide {
    position: relative;
    height: 260px;
    background-color: white;
    padding: 30px 40px;
}

.epm li::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.epm .img {
    position: relative;
    height: 50px;
    width: 50px;
    transition: 0.5s;

}

.epm .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.epm .swiper-slide .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 40px 30px;
    left: 0;
    bottom: 0;
}

.epm .swiper-slide .text img {
    display: none;
}

.epm .swiper-slide .text .epm_des {
    overflow: hidden;
    transition: 0.5s;
    height: 92px;
}

.epm_tit {
    line-height: 1;
    margin: 25px 0 20px;
    font-weight: 600;
}

.epm_more {
    max-height: 0;
    width: 122px;
    line-height: 42px;
    text-align: center;
    color: #7b7d7e;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    transition: 0.5s;
}

.epm_more::after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.epm_more:hover::after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

.epm .swiper-slide:hover .img {
    opacity: 0;
    transition: 0.5s;
}

.epm .swiper-slide:hover .text .epm_more {
    max-height: 42px;
    margin-top: 30px;
    transition: 0.5s;
    border: 1px solid #7b7d7e;
}


.resources {
    padding: 90px 0;
}

.resources h3 {
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.sort {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sort a {
    padding: 0 25px;
    margin: 0 60px;
    color: #28293b;
    /*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
    position: relative;
}

.sort a:last-child {
    border-right: none;
}

.sort .sort_act {
    color: #0086f1;
}

.sort_act::after {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #0086f1;
    content: "";
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.resources {
    background-color: #f5f7fa;
}

.resources li {
    float: left;
    width: calc((100% - 80px)/3);
    transition: 0.5s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.resources .info {
    padding: 40px 30px 0;
    position: relative;
    color: #575d6c;
    height: 290px;
}

.resources .tit {
    color: #000000;
    margin-bottom: 20px;
}

.resources li:nth-child(2) {
    margin: 0 40px;
}

.resources li .read {
    position: absolute;
    left: 30px;
    bottom: 40px;
    color: #0086f1;
}

.resources .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 39%;
}

.resources .img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;

}

.resources .swiper-slide:hover .img div {
    transition: 0.5s;
    transform: scale(1.25);
}

.resources .swiper-slide:hover .resources_more {
    transition: 0.5s;
    color: #0086f1;
}

.resources li:hover {
    transition: 0.5s;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.resources_txt {
    background-color: white;
    padding: 20px 20px 0;
    height: 240px;
}

.resources_des {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.resources_more {
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: #0086f1;
}

.resources_arrow::after {
    content: '';
    /* margin-left: 10px; */
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 1px solid #0086f1;
    border-top: 1px solid #0086f1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
}

.resources_tit {
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.resources .swiper-slide:hover .resources_tit {
    color: #0086f1;
    transition: 0.5s;
}

.resources .swiper-slide:hover .resources_more span {
    transition: 0.5s;
    background-color: #0086f1;
}

.resources_more span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #e4e4e7;
    vertical-align: middle;
    position: relative;
    transition: 0.5s;
}

.resources .swiper-slide:hover .resources_more span::after {
    border-left: 10px solid white;
    transition: 0.5s;
}

.resources_more span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 0;

    height: 0;

    border-top: 5px solid transparent;

    border-left: 10px solid rgba(0, 0, 0, 0.5);

    border-bottom: 5px solid transparent;
}

.choose .choose_act {
    display: block;
}

.choose>div {
    display: none;
    position: relative;
}

.sw_prev {
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: 0.5s;
    cursor: pointer;
}

.sw_next {
    position: absolute;
    right: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
    cursor: pointer;
}

/*answer*/
.answer {
    padding-top: 3.125%;
    padding-bottom: 5.72%;
}

.answer h3 {
    text-align: center;
    font-weight: bold;
}

.answer li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ans_tit {
    position: relative;
    font-weight: bold;
    cursor: pointer;
    padding-left: 50px;
}

.ans_tit::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../image/taxcloud/icona.png);
    background-size: cover;
}

/* .ans_tit::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0,0,0,1);
    border-top: 2px solid rgba(0,0,0,1);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
} */
/* .ans_act::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
} */
.ans_des {
    color: #666a75;
    margin-top: 15px;
    font-size: 18px;
    display: none;
    padding-left: 48px;
}

.ans_act::before {
    background: url(../image/taxcloud/iconb.png);
}

.chose_phone {
    display: none;
}

.banner_phone {
    display: none;
}

.chose_phone .swiper-container {
    padding-bottom: 2px;
}

.mob_img {
    display: none;
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.vio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 99;
}

.vio .video {
    width: 60%;
    position: relative;
}

.vio .video video {
    width: 100%;
}

.vio_flx {
    display: flex;
}

.video svg {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 66;
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
    .anli_txt {
        width: 1200px;
    }

    .anli .swiper-pagination {
        width: 1200px;
        bottom: 20px;
    }

    .evaluate_flx>img {
        width: 25%;
    }

    .anli_txt>div {
        width: 60%;
    }

    .anli_tit {
        margin: 20px 0 5px;
    }
}

@media screen and (max-width: 1366px) {
    .anli_txt {
        width: 1100px;
    }

    .anli .swiper-pagination {
        width: 1100px;
    }

    .pingtai_tit {
        margin: 30px auto 10px;
    }
}

@media screen and (max-width: 1210px) {
    .anli_txt {
        width: 100%;
        padding: 0 60px;
        top: 20px;
    }

    .anli .swiper-pagination {
        width: 100%;
        padding: 0 60px;
    }

    .anli_tit {
        margin: 20px 0 10px;
    }

    .anli_prev {
        left: 20px;
    }

    .anli_next {
        right: 20px;
    }

    .anli_logo img {
        max-width: 80%;
    }

    .sw_prev {
        display: none;
    }

    .sw_next {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .product_xc_banner img {
        height: 50vw;
        width: 100%;
        position: relative;
    }

    .product_xc_banner .text {
        text-align: center;
    }

    .product_xc_banner .text .fnt_42 {
        font-size: 24px;
    }

    .product_xc_banner .text .banner-text {
        font-size: 16px;
    }

    .product_xc_banner_link a {
        float: none;
        display: inline-block;
    }

    .navegation {
        display: none;
    }

    .manage_sum {
        width: 100%;
        margin: 0.25rem auto 0.65rem;
        font-size: 14px;
    }

    .product_detail_list li .left {
        display: none;
    }

    .product_detail_list li .right {
        float: none;
        width: 100%;
        position: relative;
        right: inherit;
        transform: inherit;
        top: inherit;
        left: inherit !important;
        right: inherit !important;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        padding: 0.5rem 0.3rem;
    }

    .product_detail_list li .right::before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 0.06rem;
        background-color: #0086f6;
        left: 0;
        top: 0;
    }

    .manage h2 {
        font-size: 24px;
        padding: 0 20px;
    }

    .product_detail_experience .big_title {
        font-size: 0.4rem;
        width: 80%;
        margin: auto;
    }

    .product_detail_list li:nth-child(even) {
        background-color: white;
    }

    .product_detail_list li .product_detail_link a {
        float: none;
        display: inline-block;
    }

    .product_detail_list li .right .title {
        font-size: 0.32rem;
    }

    .product_detail_list li .right .des {
        font-size: 16px;
        color: #888888;
    }

    .product_detail_list li .right .txt {
        margin-top: 10px;
    }

    .product_detail_list li .right .txt p {
        font-size: 14px;
        color: #888888;
    }

    .bg h3 {
        font-size: 0.4rem;
        width: 80%;
        margin: auto;
    }

    .bglk {
        margin-top: 0.5rem;
    }

    .epm h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .epm_tit {
        font-size: 16px;
        margin: 10px 0 10px;
        font-weight: bold;
    }

    .epm_des {
        font-size: 14px;
    }

    .sort a {
        padding: 0 10px;
        margin: 0;
    }

    .sort {
        margin-bottom: 0.5rem;
        padding-bottom: 20px;
    }

    .chose_phone {
        display: block;
    }

    .chose_phone img {
        width: 100%;
    }

    .chose_tit {
        font-size: 0.22rem;
    }

    .chose_subtit {
        font-size: 0.3rem;
    }

    .chose_des {
        font-size: 0.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .chose_txt {
        height: 3.6rem;
        padding: 0.3rem;
        position: relative;
    }

    .chose_more {
        position: absolute;
        left: 0.3rem;
        bottom: 0.3rem;
        color: #0086f6;
    }

    .chose_subtit {
        margin-bottom: 0.3rem;
    }

    .resources {
        padding: 0.75rem 0;
    }

    .resources h3 {
        margin-bottom: 0.3rem;
        font-size: 0.4rem;
    }

    .answer h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .answer li {
        padding: 0.3rem 0;
    }

    .ans_tit::before {
        width: 16px;
        height: 16px;
    }

    .ans_tit {
        padding-right: 20px;
    }


    .banner_phone {
        display: block;
    }

    .epm {
        padding: 0.9rem 0;
    }

    .product_detail_list li {
        padding: 10px 0;
    }

    .product_detail_experience .top_title {
        padding-top: 0.6rem;
    }

    .product_detail_experience {
        padding-bottom: 0.7rem;
    }

    .tab .mob_img {
        display: block;
    }

    .pc_img {
        display: none;
    }

    .tab_scroll {
        overflow: scroll;
    }

    .tab_a>div {
        margin-right: 30px;
    }

    .tab_a {
        width: 900px;
    }

    .tab_b .tab_b_active {
        display: block;
    }

    .tab_b>div .img {

        width: 100%;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        transform: inherit;
        max-width: 100%;
        height: 360px;
    }

    .resources_txt {
        padding: 20px;
        height: 230px;
    }

    .resources_more {
        left: 20px;
    }

    .starting_m {
        display: block;
        margin-top: 20px;
    }

    .tab_b_txt {
        width: 100%;
    }

    .tab_b {
        padding: 20px 0;
    }

    .tab_b ul {
        margin: 10px 0 25px;
    }

    .tab_active .tab_a_tit {
        font-size: 20px;
        font-weight: bold;

    }

    .starting_tit {
        font-size: 24px;
        font-weight: bold;

    }

    .product_detail_experience .big_title {
        font-size: 24px;
        font-weight: bold;

    }

    .resources h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .epm .img {
        display: none;
    }

    .epm .swiper-slide .text {
        position: relative;
        padding: 20px;
        height: 230px;
    }

    .epm .swiper-slide .text .epm_more {
        max-height: 42px;
        margin-top: 30px;
        transition: 0.5s;
        border: 1px solid #7b7d7e;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .epm .swiper-slide {
        height: inherit;
        padding: 0px;
    }

    .starting {
        padding: 30px 0;
    }

    .starting_sub {
        margin: 10px auto 20px;
    }

    .tab_b>div .img img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .huoqu {
        text-align: center;
        padding: 30px 0;
    }

    .huoqu_more {
        margin: 35px auto 0;
    }

    .answer {
        padding: 0.6rem 0;
    }

    .evaluate_flx {
        display: block;
        text-align: center;
        padding: 0;
    }

    .evaluate_flx>img {
        width: 40%;
        margin-bottom: 20px;
    }

    .eva_txt {
        width: 100%;
        margin-left: 0;
    }

    .eva_more {
        margin: 30px auto 0;
    }

    .evaluate {
        padding: 30px 0;
    }

    .pingtai li {
        width: 50%;
        text-align: left;
        margin-bottom: 80px;
    }

    .pingtai_tit {
        text-align: center;
    }

    .huoqu_flx {
        display: block;
    }

    .huoqu_more {
        margin: 15px auto 0;
    }

    .anli .swiper-slide {
        height: 600px;
    }

    .anli .swiper-slide .sw_bg {
        height: 100%;
        width: auto;
    }

    .anli_txt>div {
        width: 100%;
    }

    .anli_txt {
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0 20px;
    }

    .anli_prev {
        display: none;
    }

    .anli_next {
        display: none;
    }

    .anli_logo {
        display: none;
    }

    .eva_subtit {
        font-weight: bold;
        line-height: 1.5;
        margin: 0px 0 20px;
    }

    .eva_tit {
        font-weight: bold;
    }

    .anli .swiper-pagination {
        padding: 0 20px;
    }

    .shadow {
        display: none;
    }

    .anli .swiper-slide::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background-image: linear-gradient(transparent, black);
    }

    .starting_img {
        overflow: scroll;
        height: 400px;
    }

    .starting .starting_img img {
        height: 100%;
        width: auto;
    }

    .eva_more {
        position: relative;
    }
}


/* 视频播放 */
.product_xc_banner .video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22.5%;
}

.product_xc_banner .video-btn a {
    display: block;
    position: relative;
}

.product_xc_banner .video-btn img {
    position: relative;
    z-index: 2;
    width: 80px;
}

.product_xc_banner .video-btn a:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: water 1.5s linear infinite;
    animation: water 1.5s linear infinite;
}

#videoPopup1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#videoPopup1 .video-box {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
    width: 100%;
}

#videoPopup1 .video-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
}

#videoPopup1 .video-box .close span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

#videoPopup1 .video-box .close:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* 新概述模块 */
.duibiao {
    padding: 60px 0 90px;
}

.duibiao .title {
    text-align: center;
}

.duibiao .title h2 {
    font-weight: bold;
}

.duibiao .subtit {
    font-size: 16px;
    color: #575d6c;
    margin: 25px 0 85px;
}

.duibiao .tab_a2 {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
}

.duibiao .tab_a2>div {
    width: 33.33%;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    transition: all .5s;
}

.duibiao .tab_a2 .tab_active2 {
    position: relative;
    color: #0086f1;
    font-weight: bold;
}

.duibiao .tab_a2 .tab_active2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #0086f1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab_b2>div {
    display: none;
    padding-top: 90px;
    justify-content: space-between;
}

.tab_b2>div.tab_b_active2 {
    display: flex;
}

.tab_b2>div .img {
    width: 40%;
    margin: 0 5%;
}

.tab_b2>div .img img {
    width: 100%;
}

.tab_b2>div .tab_b_txt {
    width: 48%;
}

.tab_b2>div .tab_b_txt p {
    color: #575d6c;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.tab_b2>div .tab_b_txt h3 {
    color: #000;
    margin-bottom: 5px;
}

.more-dd {
    color: #0086f1;
}

@media screen and (max-width:768px) {
    .duibiao .tab_scroll {
        overflow: hidden;
    }

    .tab_b2>div {
        flex-wrap: wrap;
        padding-top: 45px;
    }

    .tab_b2>div .img {
        width: 100%;
        margin-bottom: 20px;
    }

    .tab_b2>div .tab_b_txt {
        width: 100%;
    }

    .tab_b2>div .tab_b_txt p {
        font-size: 14px;
    }
}

.epm_des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4
}

/* 疑问 */
.wrapper {
    width: 1334px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .wrapper {
        width: 1100px;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: calc(100% - 40px);
    }
}

.index-yiwen {
    background-color: #f5fcff;
}

.index-yiwen .wrapper {
    position: relative;
}

.index-yiwen .wrapper .img {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 48.2009%;
}

.index-yiwen .wrapper .img img {
    width: 100%;
}

.index-yiwen .info {
    padding: 50px 0 36px;
}

.index-yiwen .info h2 {
    color: #2183e9;
    margin-bottom: 25px;
}

.index-yiwen .info p {
    max-width: 48.87556%;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.index-yiwen .jd-info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.index-yiwen .jd-info .qrc {
    width: 104px;
    margin-right: 19px;
}

.index-yiwen .jd-info .qrc img {
    width: 100%;
}

.index-yiwen .jd-info .txt {
    line-height: 1.6;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .index-yiwen .wrapper .img {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .index-yiwen .info p {
        max-width: 100%;
    }

    .index-yiwen .wrapper .img {
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .index-yiwen .info h2 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .index-yiwen .info h2 span {
        display: block;
    }

    .index-yiwen .jd-info {
        justify-content: center;
    }

    .index-yiwen .wrapper .img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .index-yiwen .wrapper .img {
        width: 100%;
    }
}

@charset "UTF-8";

img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    display: inline-block;
}

a {
    color: #252B3A;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

body {
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}


@keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-moz-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-webkit-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-o-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.product_xc_banner {
    position: relative;
    overflow: hidden;
}

.product_xc_banner img {
    width: 100%;
}

.product_xc_banner .text {
    position: absolute;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
}

.product_xc_banner .text .w1440 {
    position: relative;
}

.product_xc_banner .text h3 {
    margin-bottom: 8px;
    font-size: 42px;
}

.product_xc_banner .text .banner-text {
    margin-bottom: 44px;
    font-size: 18px;
}

.product_xc_banner_link a {
    float: left;
    margin-right: 10px;
    width: 126px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: content-box;
}

.product_xc_banner_link a:nth-child(2) {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    height: 40px;
    line-height: 40px;
}

/*.product_xc_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_xc_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.product_xc_banner_link a:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.product_xc_banner_link a:hover:after {
    content: "\e683";
    margin-left: 5px;
}


@media only screen and (max-width: 1280px) {
    .product_xc_banner .text h2 {
        font-size: 36px;
    }

    .product_xc_banner .text h3 {
        font-size: 36px;
    }
}




.navegation {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #f5f7fa;
}

.navegation a {
    line-height: 80px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-right: 45px;
    color: #000000;
    cursor: pointer;
}

.navegation a:last-child {
    margin-right: 0px;
}

.navegation a::after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

.navegation .nave_act::after {
    background-color: #2884ee;
}

.navegation a:hover:after {
    background-color: #2884ee;
    transition: 0.5s;
}


.manage {
    padding: 3.64% 0;
}

.manage h2 {
    font-weight: bold;
    text-align: center;
}

.manage_sum {
    width: 64%;
    text-align: center;
    margin: 30px auto 50px;
    color: #575d6c;
}

.tab_a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.tab_a>div {
    margin-right: 6.25%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.tab_a>div:last-child {
    margin-right: 0;
}

.tab_a_tit {
    font-size: 18px;
}

.tab_active {
    color: #0086f1;
}

.tab_a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tab_active::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #0086f1;
    margin-top: 17px;
    position: absolute;
}

.tab_active .tab_a_tit {
    font-size: 24px;
}

.tab_a_subtit {
    display: none;
}

.tab_active .tab_a_subtit {
    display: block;
}

.tab_b>div {
    display: none;
    width: 100%;
    position: relative;
}

.tab_b .tab_b_active {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    animation: myfirst 1.5s;
    -webkit-animation: myfirst 1.5s;
    /* Safari and Chrome */
}

.tab_b_txt {
    width: 40%;
}

.tab_b>div .img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    display: flex;
    justify-content: center;
}

.tab_b>div .img img {
    max-width: 100%;
}

.tab_b li {
    position: relative;
    padding-left: 25px;
}

.tab_b li:before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../image/taxcloud/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tab_b {
    padding: 120px 0;
}

.tab_b ul {
    margin: 30px 0 40px;
}

.common_more {
    box-sizing: content-box;
    display: block;
    margin-right: 10px;
    width: 126px;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
}

.common_more:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.common_more:hover::after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

@keyframes myfirst {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
    {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.starting {
    background-color: #f5f7fa;
    padding: 65px 0 40px;
    text-align: center;
}

.starting_sub {
    color: #575d6c;
    margin: 30px auto 40px;
}

.starting div img {
    width: 100%;
}

.starting_m {
    color: #0086f1;
}

.starting_m::after {
    content: '';
    margin-left: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 1px solid #0086f1;
    border-top: 1px solid #0086f1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
}

.starting_m:hover::after {
    margin-left: 15px;
    transition: 0.5s;
}

.product_swy_solution {
    padding-top: 3.8%;
}

.product_swy_solution .big_title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 34px;
}

.product_swy_solution .product_swy_solution_menu {
    background: #fff;
}

.product_swy_solution .product_swy_solution_menu.active {
    opacity: 0;
    visibility: hidden;
}

.product_swy_solution .product_swy_solution_menu1 {
    visibility: visible !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.product_swy_solution .product_swy_solution_menu1.active {
    opacity: 1;
    z-index: 999;
    transition: all 0.5s;
    box-shadow: 0 1px 20px rgb(54 54 54 / 40%);
}

.product_swy_solution .product_swy_solution_menu1 .menu-link {
    border: none;
}

.product_swy_solution .menu-link {
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.product_swy_solution .menu-link li {
    display: inline-block;
    padding: 0 10px;
    line-height: 75px;
    position: relative;
    margin: 0 30px;
}

.product_swy_solution .menu-link li:after {
    content: "";
    width: 0;
    display: block;
    height: 4px;
    background: #2385ed;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.product_swy_solution .menu-link li.active:after {
    width: 100%;
}

.product_swy_solution .menu-link li.active a {
    color: #2385ed;
}

.product_swy_solution .product_swy_list .product_swy_item {
    display: none;
}

.product_swy_solution .product_swy_list .product_swy_item.active {
    display: block;
}

.product_swy_solution .product_swy_list .product_swy_item.block {
    display: block;
}

.product_swy_list {
    margin-top: 4.17%;
}

.product_detail_list li {
    padding: 5.52% 0;
}

.product_detail_list li:first-child {
    padding-top: 0;
}

.product_detail_list li .w1440 {
    position: relative;
}

.product_detail_list li .left {
    width: 52.7%;
    float: left;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.product_swy_item.active .product_detail_list li .left .img {

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.product_detail_list li .left img {
    max-width: 100%;
}

.product_detail_list li .left:hover img:first-child {
    transform: scale(1.04);
    transition: all 0.6s ease-out;
}


.product_detail_list li .left .img_small {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.product_swy_item.active .product_detail_list li .left .img_small {

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.product_detail_list li .right {
    width: 36%;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



.product_detail_list li:nth-child(even) {
    background: #f5f7fa;
}

.product_detail_list li:nth-child(even) .left {
    float: right;
}

.product_detail_list li:nth-child(even) .right {
    right: auto;
    left: 0;
}

.product_detail_list li .right .title {
    margin-bottom: 18px;
    color: #000;
}

.product_detail_list li .right .des {
    line-height: 1.625em;
    color: #000;
}

.product_detail_list li .right .txt {
    margin-bottom: 32px;
}

.product_detail_list li .right .txt p {
    margin-top: 14px;
    position: relative;
    padding-left: 34px;
}

.product_detail_list li .right .txt p:before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../image/taxcloud/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 2px;
    top: 6px;
}

.product_detail_list li .right .txt p span {
    width: 40%;
    display: inline-block;
}

.product_detail_list li .right .txt p span:nth-child(2) {
    padding-left: 34px;
    position: relative;
}

.product_detail_list li .right .txt p span:nth-child(2):before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../image/taxcloud/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 2px;
    top: 6px;
}

.product_detail_list li .product_detail_link {
    position: relative;
}

.product_detail_list li .product_detail_link a {
    box-sizing: content-box;
    float: left;
    margin-right: 10px;
    width: 126px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #7b7d7e;
    color: #7b7d7e;
}

.product_detail_list li .product_detail_link a:nth-child(2) {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
}

.product_detail_list li .product_detail_link a .iconfont {
    opacity: 0;
    transition: all 0.4s;
}

.product_detail_list li .product_detail_link a:hover .iconfont {
    opacity: 1;
    margin-left: 10px;
}



.product_detail_list li .product_detail_link a:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.product_detail_list li .product_detail_link a:hover:after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

.product_swy_item.active .product_detail_list li .right .title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.product_swy_item.active .product_detail_list li .right .des {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.product_swy_item.active .product_detail_list li .right .txt {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.product_swy_item.active .product_detail_list li .right .product_detail_link {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@media only screen and (max-width: 1440px) {
    .product_detail_list li .right .title {
        margin-bottom: 10px;
    }

    .product_detail_list li .right .txt p {
        margin-top: 10px;
    }

    .product_detail_list li .right .txt {
        margin-bottom: 20px;
    }

    .product_detail_list li .right {
        width: 40%;
    }
}

@media only screen and (max-width: 1366px) {
    .product_detail_list li .left {
        width: 54.7%;
    }

    .product_detail_list li .left .img_small {
        max-width: 50%;
    }

}

@media only screen and (max-width: 1210px) {
    .product_detail_list li .right {
        right: 20px;
    }

    .product_detail_list li:nth-child(even) .right {
        left: 20px;
    }

}



.bg {
    padding: 5.72% 0 4.6875%;
    background-image: url(../image/taxcloud/bg_02.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.bg h3 {
    color: #28293b;
}

.bglk {
    text-align: center;
    margin-top: 40px;
}

.bglk a {
    box-sizing: content-box;
    display: inline-block;
    margin-right: 10px;
    width: 128px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #7b7d7e;
    color: #7b7d7e;
}

.bglk a:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.bglk a:nth-child(2) {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    line-height: 40px;
    border: none;
    height: 40px;
    width: 150px;
}

.bglk a:hover:after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

.huoqu {
    /* background-image: url(../caiwu/bg_more.jpg);
	background-size: cover;
	background-repeat: no-repeat; */
    padding: 3.385% 0;
}

.huoqu_more {
    box-sizing: content-box;
    display: block;
    margin-right: 10px;
    width: 196px;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-top: 35px;
}

.huoqu_more:after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.huoqu_more:hover::after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

.huoqu_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pingtai {
    padding: 3.64% 0;
    text-align: center;
}

.pingtai ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pingtai li {
    float: left;
    width: 25%;
    padding: 0 3.125%;
    text-align: center;
    padding-top: 15px;
}

.pingtai .img {
    position: relative;
    width: 68px;
    height: 55px;
    margin: auto;
}

.pingtai .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.pingtai_tit {
    margin: 30px auto 10px;
}

.pingtai_des {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4
}

.evaluate {
    padding: 5.2% 0 10.4%;
    background-image: linear-gradient(#f5f7fa, transparent);
}

.evaluate_flx {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5.55%;
    width: 100%;
}

.eva_txt {
    width: 50%;
    margin-left: 7%;
    position: relative;
}

.eva_tit {
    color: #28293b;
    text-align: center;
    margin-bottom: 50px;
}

.eva_subtit {
    color: #28293b;
    margin: 0px 0 30px;
}

.eva_des {
    color: #333333;
}

.eva_more {
    margin-top: 60px;
    position: absolute;
}


.anli .swiper-slide .sw_bg {
    width: 100%;
}

.anli_txt {
    width: 1440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    margin-top: 4%;
    color: white;
    z-index: 2;
}

.anli_txt>div {
    width: 45.8%;
}

.shadow {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.anli_tit {
    margin: 20px 0 5px;
}

.anli_more {
    float: left;
    margin-right: 10px;
    width: 126px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: content-box;
    margin-top: 15px;
}

.anli_more:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.anli_more:hover:after {
    content: "\e683";
    margin-left: 5px;
}

.anli .swiper-pagination {
    position: absolute;
    width: 1440px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 2;
    text-align: left;
}

.anli .swiper-pagination-bullet {
    background: white;
    width: 10px;
    height: 10px;
    margin: 0 15px 0 0 !important;
}

.anli_prev {
    position: absolute;
    left: 5%;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-right: 4px solid rgba(255, 255, 255, 0.8);
    border-top: 4px solid rgba(255, 255, 255, 0.8);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
}

.anli_next {
    position: absolute;
    right: 5%;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-right: 4px solid rgba(255, 255, 255, 0.8);
    border-top: 4px solid rgba(255, 255, 255, 0.8);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
}

.anli_logo div {
    position: relative;
    float: left;
    width: calc(100%/7);
    text-align: center;
    margin-bottom: 40px;
    height: 72px;
}

.anli_logo img {
    /* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; */
    width: 100%;
}

.anli_logo {
    margin: 40px auto 40px;
}





.epm {
    padding: 3.64% 0 5.72%;
    background-color: #f5f7fa;
}

.epm h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.86%;
}

.epm .swiper-slide {
    position: relative;
    height: 260px;
    background-color: white;
    padding: 30px 40px;
}

.epm li::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.epm .img {
    position: relative;
    height: 50px;
    width: 50px;
    transition: 0.5s;

}

.epm .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.epm .swiper-slide .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 40px 30px;
    left: 0;
    bottom: 0;
}

.epm .swiper-slide .text img {
    display: none;
}

.epm .swiper-slide .text .epm_des {
    overflow: hidden;
    transition: 0.5s;
    height: 92px;
}

.epm_tit {
    line-height: 1;
    margin: 25px 0 20px;
    font-weight: 600;
}

.epm_more {
    max-height: 0;
    width: 122px;
    line-height: 42px;
    text-align: center;
    color: #7b7d7e;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    transition: 0.5s;
}

.epm_more::after {
    transform: translateY(-1px);
    content: "";
    transition: 0.5s;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.epm_more:hover::after {
    content: "\e683";
    transition: 0.5s;
    margin-left: 5px;
}

.epm .swiper-slide:hover .img {
    opacity: 0;
    transition: 0.5s;
}

.epm .swiper-slide:hover .text .epm_more {
    max-height: 42px;
    margin-top: 30px;
    transition: 0.5s;
    border: 1px solid #7b7d7e;
}


.resources {
    padding: 90px 0;
}

.resources h3 {
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.sort {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sort a {
    padding: 0 25px;
    margin: 0 60px;
    color: #28293b;
    /*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
    position: relative;
}

.sort a:last-child {
    border-right: none;
}

.sort .sort_act {
    color: #0086f1;
}

.sort_act::after {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #0086f1;
    content: "";
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.resources {
    background-color: #f5f7fa;
}

.resources li {
    float: left;
    width: calc((100% - 80px)/3);
    transition: 0.5s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.resources .info {
    padding: 40px 30px 0;
    position: relative;
    color: #575d6c;
    height: 290px;
}

.resources .tit {
    color: #000000;
    margin-bottom: 20px;
}

.resources li:nth-child(2) {
    margin: 0 40px;
}

.resources li .read {
    position: absolute;
    left: 30px;
    bottom: 40px;
    color: #0086f1;
}

.resources .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 39%;
}

.resources .img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;

}

.resources .swiper-slide:hover .img div {
    transition: 0.5s;
    transform: scale(1.25);
}

.resources .swiper-slide:hover .resources_more {
    transition: 0.5s;
    color: #0086f1;
}

.resources li:hover {
    transition: 0.5s;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.resources_txt {
    background-color: white;
    padding: 20px 20px 0;
    height: 240px;
}

.resources_des {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.resources_more {
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: #0086f1;
}

.resources_arrow::after {
    content: '';
    /* margin-left: 10px; */
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 1px solid #0086f1;
    border-top: 1px solid #0086f1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
}

.resources_tit {
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.resources .swiper-slide:hover .resources_tit {
    color: #0086f1;
    transition: 0.5s;
}

.resources .swiper-slide:hover .resources_more span {
    transition: 0.5s;
    background-color: #0086f1;
}

.resources_more span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #e4e4e7;
    vertical-align: middle;
    position: relative;
    transition: 0.5s;
}

.resources .swiper-slide:hover .resources_more span::after {
    border-left: 10px solid white;
    transition: 0.5s;
}

.resources_more span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 0;

    height: 0;

    border-top: 5px solid transparent;

    border-left: 10px solid rgba(0, 0, 0, 0.5);

    border-bottom: 5px solid transparent;
}

.choose .choose_act {
    display: block;
}

.choose>div {
    display: none;
    position: relative;
}

.sw_prev {
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: 0.5s;
    cursor: pointer;
}

.sw_next {
    position: absolute;
    right: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
    cursor: pointer;
}

/*answer*/
.answer {
    padding-top: 3.125%;
    padding-bottom: 5.72%;
}

.answer h3 {
    text-align: center;
    font-weight: bold;
}

.answer li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ans_tit {
    position: relative;
    font-weight: bold;
    cursor: pointer;
    padding-left: 50px;
}

.ans_tit::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../image/taxcloud/icona.png);
    background-size: cover;
}

/* .ans_tit::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0,0,0,1);
    border-top: 2px solid rgba(0,0,0,1);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
} */
/* .ans_act::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
} */
.ans_des {
    color: #666a75;
    margin-top: 15px;
    font-size: 18px;
    display: none;
    padding-left: 48px;
}

.ans_act::before {
    background: url(../image/taxcloud/iconb.png);
}

.chose_phone {
    display: none;
}

.banner_phone {
    display: none;
}

.chose_phone .swiper-container {
    padding-bottom: 2px;
}

.mob_img {
    display: none;
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.vio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 99;
}

.vio .video {
    width: 60%;
    position: relative;
}

.vio .video video {
    width: 100%;
}

.vio_flx {
    display: flex;
}

.video svg {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 66;
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
    .anli_txt {
        width: 1200px;
    }

    .anli .swiper-pagination {
        width: 1200px;
        bottom: 20px;
    }

    .evaluate_flx>img {
        width: 25%;
    }

    .anli_txt>div {
        width: 60%;
    }

    .anli_tit {
        margin: 20px 0 5px;
    }
}

@media screen and (max-width: 1366px) {
    .anli_txt {
        width: 1100px;
    }

    .anli .swiper-pagination {
        width: 1100px;
    }

    .pingtai_tit {
        margin: 30px auto 10px;
    }
}

@media screen and (max-width: 1210px) {
    .anli_txt {
        width: 100%;
        padding: 0 60px;
        top: 20px;
    }

    .anli .swiper-pagination {
        width: 100%;
        padding: 0 60px;
    }

    .anli_tit {
        margin: 20px 0 10px;
    }

    .anli_prev {
        left: 20px;
    }

    .anli_next {
        right: 20px;
    }

    .anli_logo img {
        max-width: 80%;
    }

    .sw_prev {
        display: none;
    }

    .sw_next {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .product_xc_banner img {
        height: 50vw;
        width: 100%;
        position: relative;
    }

    .product_xc_banner .text {
        text-align: center;
    }

    .product_xc_banner .text .fnt_42 {
        font-size: 24px;
    }

    .product_xc_banner .text .banner-text {
        font-size: 16px;
    }

    .product_xc_banner_link a {
        float: none;
        display: inline-block;
    }

    .navegation {
        display: none;
    }

    .manage_sum {
        width: 100%;
        margin: 0.25rem auto 0.65rem;
        font-size: 14px;
    }

    .product_detail_list li .left {
        display: none;
    }

    .product_detail_list li .right {
        float: none;
        width: 100%;
        position: relative;
        right: inherit;
        transform: inherit;
        top: inherit;
        left: inherit !important;
        right: inherit !important;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        padding: 0.5rem 0.3rem;
    }

    .product_detail_list li .right::before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 0.06rem;
        background-color: #0086f6;
        left: 0;
        top: 0;
    }

    .manage h2 {
        font-size: 24px;
        padding: 0 20px;
    }

    .product_detail_experience .big_title {
        font-size: 0.4rem;
        width: 80%;
        margin: auto;
    }

    .product_detail_list li:nth-child(even) {
        background-color: white;
    }

    .product_detail_list li .product_detail_link a {
        float: none;
        display: inline-block;
    }

    .product_detail_list li .right .title {
        font-size: 0.32rem;
    }

    .product_detail_list li .right .des {
        font-size: 16px;
        color: #888888;
    }

    .product_detail_list li .right .txt {
        margin-top: 10px;
    }

    .product_detail_list li .right .txt p {
        font-size: 14px;
        color: #888888;
    }

    .bg h3 {
        font-size: 0.4rem;
        width: 80%;
        margin: auto;
    }

    .bglk {
        margin-top: 0.5rem;
    }

    .epm h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .epm_tit {
        font-size: 16px;
        margin: 10px 0 10px;
        font-weight: bold;
    }

    .epm_des {
        font-size: 14px;
    }

    .sort a {
        padding: 0 10px;
        margin: 0;
    }

    .sort {
        margin-bottom: 0.5rem;
        padding-bottom: 20px;
    }

    .chose_phone {
        display: block;
    }

    .chose_phone img {
        width: 100%;
    }

    .chose_tit {
        font-size: 0.22rem;
    }

    .chose_subtit {
        font-size: 0.3rem;
    }

    .chose_des {
        font-size: 0.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .chose_txt {
        height: 3.6rem;
        padding: 0.3rem;
        position: relative;
    }

    .chose_more {
        position: absolute;
        left: 0.3rem;
        bottom: 0.3rem;
        color: #0086f6;
    }

    .chose_subtit {
        margin-bottom: 0.3rem;
    }

    .resources {
        padding: 0.75rem 0;
    }

    .resources h3 {
        margin-bottom: 0.3rem;
        font-size: 0.4rem;
    }

    .answer h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .answer li {
        padding: 0.3rem 0;
    }

    .ans_tit::before {
        width: 16px;
        height: 16px;
    }

    .ans_tit {
        padding-right: 20px;
    }


    .banner_phone {
        display: block;
    }

    .epm {
        padding: 0.9rem 0;
    }

    .product_detail_list li {
        padding: 10px 0;
    }

    .product_detail_experience .top_title {
        padding-top: 0.6rem;
    }

    .product_detail_experience {
        padding-bottom: 0.7rem;
    }

    .tab .mob_img {
        display: block;
    }

    .pc_img {
        display: none;
    }

    .tab_scroll {
        overflow: scroll;
    }

    .tab_a>div {
        margin-right: 30px;
    }

    .tab_a {
        width: 900px;
    }

    .tab_b .tab_b_active {
        display: block;
    }

    .tab_b>div .img {

        width: 100%;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        transform: inherit;
        max-width: 100%;
        height: 360px;
    }

    .resources_txt {
        padding: 20px;
        height: 230px;
    }

    .resources_more {
        left: 20px;
    }

    .starting_m {
        display: block;
        margin-top: 20px;
    }

    .tab_b_txt {
        width: 100%;
    }

    .tab_b {
        padding: 20px 0;
    }

    .tab_b ul {
        margin: 10px 0 25px;
    }

    .tab_active .tab_a_tit {
        font-size: 20px;
        font-weight: bold;

    }

    .starting_tit {
        font-size: 24px;
        font-weight: bold;

    }

    .product_detail_experience .big_title {
        font-size: 24px;
        font-weight: bold;

    }

    .resources h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .epm .img {
        display: none;
    }

    .epm .swiper-slide .text {
        position: relative;
        padding: 20px;
        height: 230px;
    }

    .epm .swiper-slide .text .epm_more {
        max-height: 42px;
        margin-top: 30px;
        transition: 0.5s;
        border: 1px solid #7b7d7e;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .epm .swiper-slide {
        height: inherit;
        padding: 0px;
    }

    .starting {
        padding: 30px 0;
    }

    .starting_sub {
        margin: 10px auto 20px;
    }

    .tab_b>div .img img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .huoqu {
        text-align: center;
        padding: 30px 0;
    }

    .huoqu_more {
        margin: 35px auto 0;
    }

    .answer {
        padding: 0.6rem 0;
    }

    .evaluate_flx {
        display: block;
        text-align: center;
        padding: 0;
    }

    .evaluate_flx>img {
        width: 40%;
        margin-bottom: 20px;
    }

    .eva_txt {
        width: 100%;
        margin-left: 0;
    }

    .eva_more {
        margin: 30px auto 0;
    }

    .evaluate {
        padding: 30px 0;
    }

    .pingtai li {
        width: 50%;
        text-align: left;
        margin-bottom: 80px;
    }

    .pingtai_tit {
        text-align: center;
    }

    .huoqu_flx {
        display: block;
    }

    .huoqu_more {
        margin: 15px auto 0;
    }

    .anli .swiper-slide {
        height: 600px;
    }

    .anli .swiper-slide .sw_bg {
        height: 100%;
        width: auto;
    }

    .anli_txt>div {
        width: 100%;
    }

    .anli_txt {
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0 20px;
    }

    .anli_prev {
        display: none;
    }

    .anli_next {
        display: none;
    }

    .anli_logo {
        display: none;
    }

    .eva_subtit {
        font-weight: bold;
        line-height: 1.5;
        margin: 0px 0 20px;
    }

    .eva_tit {
        font-weight: bold;
    }

    .anli .swiper-pagination {
        padding: 0 20px;
    }

    .shadow {
        display: none;
    }

    .anli .swiper-slide::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background-image: linear-gradient(transparent, black);
    }

    .starting_img {
        overflow: scroll;
        height: 400px;
    }

    .starting .starting_img img {
        height: 100%;
        width: auto;
    }

    .eva_more {
        position: relative;
    }
}


/* 视频播放 */
.product_xc_banner .video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22.5%;
}

.product_xc_banner .video-btn a {
    display: block;
    position: relative;
}

.product_xc_banner .video-btn img {
    position: relative;
    z-index: 2;
    width: 80px;
}

.product_xc_banner .video-btn a:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: water 1.5s linear infinite;
    animation: water 1.5s linear infinite;
}

#videoPopup1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#videoPopup1 .video-box {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
    width: 100%;
}

#videoPopup1 .video-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
}

#videoPopup1 .video-box .close span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

#videoPopup1 .video-box .close:hover {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 540px){
    .product_xc_banner .text{ top: 70%;}
    .product_xc_banner .text .fs42{ font-size: 4vw;}
    .product_xc_banner .text h1{ font-size: 4.4vw;}
    .product_xc_banner_link a{ display: none;}
    .product_xc_banner .text .banner-text{ margin-bottom: 4vw;}
    .product_xc_banner .text .banner-text{ font-size: 3.6vw;}
    .starting_sub{ width: 100%;}
    .starting_sub{ font-size: 14px;}
    .product_swy_solution .menu-link{ overflow: hidden;}
    .product_swy_solution .menu-link li{ margin: 0; font-size: 4vw; display: block; float: left;}
    .product_detail_list li .right .des{ font-size: 3.6vw; text-align: justify;}
    .product_detail_list li .right .title{ font-size: 4.4vw;}
    .product_detail_list li .right{ padding: 4vw;}
    .product_detail_list li .right .txt p{ font-size: 3.6vw;}
    .huoqu_flx .fs36{ font-size: 5vw;}
    .anli_tit{ font-size: 4.4vw;}
    .anli_txt>div img{ width: 20vw;}
    .anli .swiper-slide{ height: 80vw;}
    .anli_txt .fs20{ font-size: 3.6vw;}
    .ans_tit{ font-size: 4vw; padding-left: 6vw;}
    .ans_des{ padding-left: 6vw;}
    .ans_des p{ font-size: 3.6vw;}
    .epm .swiper-slide .text .epm_more{ margin-top: 4vw;max-height:8vw; left: 3vw; bottom: 10vw;line-height: 8vw;width: 30vw; font-size: 4vw;}
    .epm .swiper-slide .text{ height: 60vw; padding: 3vw;}
}