

.w {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 标题 */
.kdb_title {
    text-align: center;
}

.kdb_title >  h2 {
	color: #232223;
    font-size: 36px;
}

.kdb_title > em {
    margin-top: 16px;   
    display: inline-block;
	width: 200px;
	height: 2px;
	background-color: #ff6f10;
}
.kdb_title_dian {
    padding-left: 8px;
}
.kdb_title_dian i {
    display: inline-block;
	width: 8px;
    height: 50px;
    margin-right: 16px;
	background-color: #ff6f10;
}
.kdb_title_dian h3 {
    display: inline-block;
    font-size: 32px;
	color: #dc4711;
}
/* 版心 */
.kdb_banner_w {
    width: 100%;
}

.kdb_banner_w img {
    width: 100%;
    height: 600px;
    vertical-align: middle;
}

/* 疑问 */
.kdb_doubt_w {
	background-color: #f7f7f9;
}

.kdb_doubt {
    display: flex;
    justify-content: center;
}

.kdb_doubt_w .doubt_img {
    width: 192px;
    height: 166px;
    margin-left: 109px;
}

.kdb_doubt_w .doubt_img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.kdb_doubt_w .doubt_info {
    width: 820px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kdb_doubt_w .doubt_info h2 {
    font-size: 22px;
    color: #4a4a4a;
    font-weight: normal;
    margin-bottom: 24px;
}

.kdb_doubt_w .doubt_info_ {
    display: flex;
    justify-content: space-between;
}

.kdb_doubt_w .doubt_info_box span {
    font-size: 16px;
    color: #4a4a4a;
}

.kdb_doubt_w .doubt_info_box p {
    font-size: 12px;
    color: #9b9b9b;
}
/* 记账优势 */
.kdb_jz_advantage_w {
    position: relative;
    width: 100%;
    background-color: #333;
}

.kdb_jz_advantage_w img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.kdb_jz_advantage_w .kdb_jz_advantage_title {
    text-align: center;
}

.kdb_jz_advantage_w .kdb_jz_advantage_title h2 {
    font-size: 34px;
    color: #fff;
}

.kdb_jz_advantage_w .kdb_jz_advantage_title em {
    display: inline-block;
    width: 240px;
    height: 2px;
    background-color: #fff;
}

.kdb_jz_advantage_w .kdb_jz_advantage {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 96px;
    height: 472px;
}

.kdb_jz_advantage_w .kdb_jz_advantage_ {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.kdb_jz_advantage_w .kdb_jz_advantage_box {
    width: 228px;
    height: 326px;
    padding: 16px;
	background-color: #ffffff;
    border: solid 1px #dc4711;
    transition: all .5s;
}

.kdb_jz_advantage_w .kdb_jz_advantage_box:hover {
    margin-top: -20px;
}

.kdb_jz_advantage_w .kdb_jz_advantage_box > img {
    width: 196px;
    height: 133px;
    vertical-align: middle;
}

.kdb_jz_advantage_w .kdb_jz_advantage_box h3 {
    margin-top: 26px;
    font-size: 22px;
    color: #232223;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.kdb_jz_advantage_w .kdb_jz_advantage_box h3 img {
    width: 24px;
    height: 22px;
    vertical-align: middle;
    margin-left: 9px;
}

.kdb_jz_advantage_w .kdb_jz_advantage_box p {
    font-size: 14px;
    color: #929292;
    font-weight: normal;
    margin-top: 10px;
}
/* 天俊优势 */
.kdb_superiority_w {
    width: 100%;
    background-color: #fff;
}

.kdb_superiority_w .kdb_superiority {
    padding-top: 200px;
}

.kdb_superiority_w .kdb_superiority_title {
    text-align: center;
}

.kdb_superiority_w .kdb_superiority_title h2 {
    font-size: 34px;
    color: #000;
}

.kdb_superiority_w .kdb_superiority_title em {
    display: inline-block;
    width: 200px;
    height: 2px;
    background-color: #dc4711;
}

.kdb_superiority_w .kdb_superiority_ {
    margin-top: 70px;
    display: flex;
}

.kdb_superiority_w .kdb_superiority_box {
    width: 200px;
    height: 305px;
    padding: 61px 34px 0;
    text-align: center;
    background-color: #000;
    transition: all .5s;
}

.kdb_superiority_w .kdb_superiority_box:hover {
    margin-top: -10px;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(1) {
    background: url(/style/kdb1.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(2) {
    background: url(/style/kdb2.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(3) {
    background: url(/style/kdb3.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(4) {
    background: url(/style/kdb4.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(5) {
    background: url(/style/kdb5.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(6) {
    background: url(/style/kdb6.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box img {
    display: inline-block;
    width: 69px;
    height: 69px;
    vertical-align: middle;
}

.kdb_superiority_w .kdb_superiority_box span {
    display: block;
    font-size: 22px;
    color: #fff;
    margin-top: 47px;
}

.kdb_superiority_w .kdb_superiority_box p {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

/* 理由 */
.kdb_reason_w {
    background-color: #fff;
}

.kdb_reason {
    padding-top: 126px;
    padding-bottom: 36px;
}

.kdb_reason_title {
    height: 110px;
    text-align: center;
    position: relative;
}

.kdb_reason_title > h2 {
	color: #232223;
    font-size: 36px;
}

.kdb_reason_title em {
    margin-top: 16px;   
    display: inline-block;
	width: 300px;
	height: 2px;
	background-color: #ff6f10;
}

.kdb_reason_l {
    position: relative;
    width: 342px;
    height: 420px;
	background-color: #ffffff;
	border: solid 1px #dcdada;
}

.kdb_reason_l .reason_lunbotu {
    position: absolute;
    width: 100%;
    height: 100%;
}

.kdb_reason_l .reason_lunbotu li {
    width: 294px;
    height: 372px;
    position: absolute;
    left: 24px;
    top: 24px;
}

.kdb_reason_l .reason_lunbotu li img {
    width: 294px;
    height: 190px;
    vertical-align: middle;
}

.kdb_reason_l .reason_lunbotu li h3 {
    margin-top: 24px;
    font-size: 22px;
    color: #000;
}

.kdb_reason_l .reason_lunbotu li h3 strong {
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    font-weight: normal;
    color: #4a4a4a;
}

.kdb_reason_l .reason_lunbotu li p {
    font-size: 15px;
    color: #4a4a4a;
    margin-top: 12px;
}

.kdb_reason_l .reason_lunbotu li a {
    display: block;
	width: 102px;
	height: 31px;
	background-color: #ff6f10;
	border-radius: 2px;
    font-size: 15px;
    color: #fff;
    line-height: 31px;
    text-align: center;
    margin-top: 22px;
}

.kdb_reason_l ol {
    position: absolute;
    right: 28px;
    margin-left: -65px;
    bottom: 33px;
}
.kdb_reason_l ol li {
    width: 15px;
    height: 15px;
    background: url(/style/dot.png) no-repeat 0 0;
    border-radius: 50%;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}
.kdb_reason_l ol .current {
    background: url(/style/dot.png) no-repeat 0 -15px;
}
.kdb_reason_show {
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
}

.kdb_reason_r {
    width: 808px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kdb_reason_r div {
    width: 236px;
    height: 50px;
    padding-left: 24px;
    margin-bottom: 24px;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px 0px 
		#ffd6c7;
	border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.kdb_reason_r div:hover p {
    animation: move .5s linear;
}
@keyframes move {
    0% {
        transform: rotate(0deg);
    }
  
    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.kdb_reason_r div img {
    margin-right: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.kdb_reason_r div p {
    font-size: 18px;
	color: #4a4a4a;
}


/* 内容 */
.kdb_content_w {
	background-color: #f4f4f4;
}

.kdb_content {
    padding-top: 76px;
    padding-bottom: 80px;
}

.kdb_content_title {
    text-align: center;
    position: relative;
}

.kdb_content_title > h2 {
	color: #232223;
    font-size: 36px;
}

.kdb_content_title > em {
    margin-top: 16px;   
    display: inline-block;
	width: 300px;
	height: 2px;
	background-color: #ff6f10;
}

.kdb_content_con {
    margin-top: 66px;
}

.kdb_content_con_t {
    display: flex;
    justify-content: space-between;
}

.kdb_content_con_t > div {
	width: 285px;
	height: 437px;
	background-color: #ffffff;
}
.content_get_content_t {
    position: relative;
    padding: 61px 16px 0;
    transition: all .5s;
}
.content_get_content_t:hover {
    box-shadow: 0 0 15px #4a4a4a;
}
.content_get_content_t .con_content_title {
    display: flex;
    align-items: center;
}
.content_get_content_t .con_content_title i {
    display: inline-block;
	width: 6px;
    height: 30px;
    margin-right: 16px;
	background-color: #ff6f10;
}
.content_get_content_t .con_content_word {
    position: relative;
    z-index: 1;
    margin-top: 27px;
    box-sizing: border-box;
}
.content_get_content_t .con_content_title h3 {
    display: inline-block;
    font-size: 22px;
	color: #232223;
}
.content_get_content_t .con_content_word p {
    font-size: 14px;
	color: #646464;
}
.content_get_content_t .con_content_img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
}
.content_get_content_t .con_content_img img {
    width: 100%;
    vertical-align: middle;
}

/* 模式 */
.kdb_pattern_w {
    background-color: #fff;
}

.kdb_pattern {
    padding-top: 98px;
    box-sizing: border-box;
}

.kdb_pattern_title {
    position: relative;
}

.kdb_pattern_title > h2 {
	color: #232223;
    font-size: 30px;
}

.kdb_pattern_title > h2 i {
    display: inline-block;
    width: 103px;
    height: 1px;
    background-color: #ff6f10;
    margin-right: 16px;
}

.kdb_pattern_title > p {
    display: inline-block;
    margin-left: 119px;
    font-size: 15px;
    color: #acacac;
}

.kdb_pattern_con {
    margin-top: 34px;
    display: flex;
}
.kdb_pattern_con_t {
	width: 379px;
    height: 503px;
    margin-left: 171px;
}
.kdb_pattern_con_t img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.kdb_pattern_con_b {
    margin-left: 54px;
    display: flex;
    flex-direction: column;
}

.pattern_get_content_b {
    position: relative;
    display: flex;
    margin-bottom: 80px;
}
.pattern_get_content_b::before {
    content: "";
	width: 2px;
	height: 80px;
    background-color: #d8d8d8;
    position: absolute;
    left: 30px;
    top: 80px;
}
.pattern_get_content_b .pattern_content_img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
}
.pattern_get_content_b .pattern_content_img img {
    width: 100%;
    vertical-align: middle;
}
.pattern_get_content_b .pattern_content_word {
    width: 343px;
    margin-left: 20px;
}
.pattern_get_content_b .pattern_content_word h3 {
    font-size: 22px;
    color: #232223;
}
.pattern_get_content_b .pattern_content_word p {
    font-size: 16px;
	color: #4a4a4a;
    margin-top: 10px;
}
/* 资料 */
.kdb_data_w {
    padding: 86px 0;
	background-color: #fbfbfb;
}

.kdb_data_bank {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kdb_data_bank > div {
    width: 578px;
    margin-bottom: 50px;
}

.kdb_data_bank > div span {
    font-size: 18px;
	color: #232223;
}

.kdb_data_bank > div p {
    font-size: 14px;
    color: #9b9b9b;
    margin-top: 10px;
}

.kdb_data_referMore {
    width: 100%;
    text-align: center;
}

.kdb_data_referMore a {
    display: inline-block;
	width: 251px;
	height: 50px;
	background-image: linear-gradient(133deg, 
		#f7ce3d 0%, 
		#f66027 100%);
	border-radius: 32px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

/* 后续业务推荐 */
.kdb_follow_w {
    background-color: #fff;
}
.kdb_follow {
    padding-top: 150px;
    padding-bottom: 210px;
}
.kdb_follow_con {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.kdb_follow_con > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 200px;
    height: 143px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 3px 
		rgba(0, 0, 0, 0.05);
    transition: all .5s;
}
.kdb_follow_con > div:hover {
    margin-top: -20px;
    box-shadow: 0 0 15px #ccc;
}
.kdb_follow_con > div img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.kdb_follow_con > div h3 {
    font-size: 22px;
	color: #232223;
}