.w {
    width: 1200px;
    margin: 0 auto;
}


/* 疑问 */
.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: 195px;
    height: 326px;
    padding: 16px;
	background-color: #ffffff;
    border: solid 1px #00b7e5;
    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: #00b7e5;
}

.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(../jzbs/kdb1.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(2) {
    background: url(../jzbs/kdb2.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(3) {
    background: url(../jzbs/kdb3.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(4) {
    background: url(../jzbs/kdb4.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(5) {
    background: url(../jzbs/kdb5.png) no-repeat;
    background-size: contain;
}

.kdb_superiority_w .kdb_superiority_box:nth-of-type(6) {
    background: url(../jzbs/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: #00b7e5;
}

.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: #00b7e5;
	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(../jzbs/dot.png) no-repeat 0 0;
    border-radius: 50%;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}
.kdb_reason_l ol .current {
    background: url(../jzbs/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 
		#00b7e5;
	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: #00b7e5;
}

.kdb_content_con {
    margin-top: 66px;
}

.kdb_content_con_t {
    display: flex;
    justify-content: space-between;
}

.kdb_content_con_t > div {
	width: 270px;
	height: 427px;
	background-color: #ffffff;
}
.content_get_content_t {
    position: relative;
    padding: 31px 10px 0;
    transition: all .5s;
}
.content_get_content_t:hover {
     box-shadow: 0 0 15px #00b7e5;
}
.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: #00b7e5;
}
.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: 50px;
    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: #00b7e5;
    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_content_w {
	background-color: #f4f4f4;
}



/*我们提供*/
   .zcgs_tgbt{padding: 69px 0 66px 0;font-size: 34px;color: #4d5357;text-align: center;}
   .zcgs_tgbt span{    color: #00b8e5;margin-left: 10px;}
   .zcgs_tg {width: 1200px;height:250px;margin: 0 auto;}
   .zcgs_tg li{width:160px;height:130px;margin:0px 20px;float:left;text-align: center;padding-top: 30px;border-radius: 7px;box-shadow: 0px 0px 10px rgb(0,184,229,0.5);-webkit-box-shadow: 0px 0px 10px rgb(0,184,229,0.5);box-shadow: 0px 0px 10px rgb(0,184,229,0.5);cursor:pointer;}
   .zcgs_tg img{width:68px;height:68px;}
   
   .zcgs_tg .tg_1:hover{ background-color: #fe8fa6;}
   .zcgs_tg .tg_2:hover{ background-color: #ff9c79;}
   .zcgs_tg .tg_3:hover{ background-color: #45c678;}
   .zcgs_tg .tg_4:hover{ background-color: #6799fd;}
   .zcgs_tg .tg_5:hover{ background-color: #28a1f8;}
   .zcgs_tg .tg_6:hover{ background-color: #21ceb2;}
    
    .zcgs_tg li:hover p{color: #ffffff;}
	.zcgs_tg li p{line-height: 54px;color:#666666;font-size:15px;}