transform: none } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp } .animate-x { animation-delay: .5s; -webkit-animation-delay: .5s; /*Safari and Chrome*/ } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } 100% { opacity: 1; -webkit-transform: none; transform: none } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } 100% { opacity: 1; -webkit-transform: none; transform: none } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight } @-webkit-keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0 } 0%, 40% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 40% { -webkit-transform: perspective(400px) rotateY(-20deg); transform: perspective(400px) rotateY(-20deg) } 60% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); opacity: 1 } 80% { -webkit-transform: perspective(400px) rotateY(-5deg); transform: perspective(400px) rotateY(-5deg) } to { -webkit-transform: perspective(400px); transform: perspective(400px) } } @keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0 } 0%, 40% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 40% { -webkit-transform: perspective(400px) rotateY(-20deg); transform: perspective(400px) rotateY(-20deg) } 60% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); opacity: 1 } 80% { -webkit-transform: perspective(400px) rotateY(-5deg); transform: perspective(400px) rotateY(-5deg) } to { -webkit-transform: perspective(400px); transform: perspective(400px) } } .flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn } .animate-a { animation-delay: .5s; -webkit-animation-delay: .5s; /*Safari and Chrome*/ } .animate-b { animation-delay: .8s; -webkit-animation-delay: .8s; /*Safari and Chrome*/ } .animate-c { animation-delay: 1s; -webkit-animation-delay: 1s; /*Safari and Chrome*/ } .animate-d { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; /*Safari and Chrome*/ } @-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); animation-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9) } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03) } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97) } to { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1) } } @keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); animation-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9) } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03) } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97) } to { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1) } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn } #wrap{ width: 100%; background-color: #fff; } .jj-banner { width: 100%; height: 440px; margin-top: -10px; background: #2367ec url(style/images/img/20198318184495010.jpg) no-repeat center center; overflow: hidden; } .jj-banner-txt { width: 1000px; margin: 0 auto; } .jj-banner-txt .p2 { float: left; margin-right: 20px; line-height: 52px!important; } .jj-banner .p-btn { margin-top: 324px; margin-left: 350px; } .trade-btn { background-color: #ffe425; color: #002faf; } .jj-banner .p1{ font-size: 36px; color: #ffbc5c; } .jj-banner .line{ width: 48px; height: 3px; margin: 30px 0; background-color: #ffbc5c; } .jj-banner .p2{ margin-bottom: 34px; line-height: 30px; font-size: 16px; color: #fff; } .jj-banner .p-btn a { float: left; display: inline-block; width: 260px; height: 52px; line-height: 52px; font-size: 16px; text-align: center; border-radius: 6px; } .jj-banner .p-btn a:hover{ text-decoration: none; } .wow-code,.wow-code ul{ width: 1000px; margin: 0 auto; overflow: hidden; } .wow-code{ margin: 0 auto; padding-bottom: 86px; } .wow-code ul li{ width: 300px; float: left; padding: 24px 8px; border: 1px solid #eee; margin-right: 22px; } .wow-code ul .last{ margin-right: 0;} .wow-code ul li img{ float: left; margin-left: 4px; } .wow-code ul li .code-txt{ float: left; margin-left: 8px; } .wow-code .code-txt p{ font-size: 14px;} .wow-code .code-txt .code-name{ font-size: 16px; margin: 10px 0 12px; color: #2367ec; font-weight: bold; } .wow-code .code-txt .code-ident{ color: #2367ec; font-size: 12px; margin-bottom: 12px; background-color: #cddeff; width: 48px; height: 18px; line-height: 18px;text-align: center; } .wow-code .code-txt .code-qq{ line-height: 20px; margin-top: 8px; } .wow-code .code-txt .code-qq span,.wow-code .code-txt .code-qq a{ display: inline-block; vertical-align: middle; } .wow-title { padding:50px 0 60px; text-align: center; } .wow-title .tit-1{ margin-bottom: 10px; font-size: 36px; color: #333; } .wow-title .tit-eng{ font-size: 14px; color: #999; } .jj-server{ width: 100%; background-color: #f9f9f9; } .jj-server .wow-title{ padding: 46px 0; } .jj-server .jj-sever-con{ width: 1200px; margin: 0 auto; overflow: hidden; } .broker-main{ width: 1200px; margin:0 auto; color: #333; } .broker-main .broker-tit{ height: 50px; text-align: center; line-height: 50px; font-size: 16px; background-color: #dfedff; } .broker-main .broker-tit b{ display: inline-block; font-size: 16px; color: #2367ec; } .broker-box{ width: 100%; height: 580px; line-height: 24px; font-size: 14px; color: #666; position: relative; overflow: hidden; } .broker-box .broker-1{ position: absolute; left: 140px; top: 30px; } .broker-box .broker-2{ position: absolute; left: 10px; top: 164px; } .broker-box .broker-4{ position: absolute; right:10px; top: 164px; text-align: right; } .broker-box .broker-5{ position: absolute; left: 258px; bottom: 37px; } .broker-4 img {margin-top: 26px;} .broker-box .broker-1 span{ color: #0b9ef6; } .broker-box .broker-3{ position: absolute; left: 480px; top: 40px; width: 210px; height: 467px; background: url(style/images/img/ico-manager.png) no-repeat center center; } .broker-box .broker-3 p{ text-align: center; color: #fff; font-size: 24px; font-weight: bold; line-height: 32px; margin-top: 212px; } .broker-box .broker-2 p,.broker-box .broker-4 p{ margin-bottom: 6px; font-size: 16px; line-height: 26px; } .broker-box .broker-5 p{ font-size: 16px; } .jj-process{ padding-bottom: 90px; } .dep-list,.dep-list ul{ width: 1000px; margin: 0 auto;overflow: hidden; } .dep-list .dep-img{ float: left; width: 128px; font-size: 14px;color: #333; text-align: center; } .dep-list .dep-img p{ margin-top: 8px; font-size: 16px; } .dep-list .dep-first{ margin-left: 12px; } .dep-list .dep-next{ float: left; width: 84px; height: 150px; background:url(style/images/img/ico-broker-next.png) no-repeat center 54px; } .jj-center{ width: 1000px; margin: 0 auto 70px; border: 1px solid #e9e9e9; } .form-box-jj table { border-collapse: collapse; width: 100%; font-size: 16px; } .form-box-jj table th { width: 30%; background: #fff; } .form-box-jj table td, .normal-form table th { padding: 6px; border: 0; } .form-box-jj table th { text-align: right; font-weight: normal; } .form-box-jj table td, .form-box-jj table th { padding: 3px; line-height: 64px; } .form-box-jj table th{ padding-right: 20px; font-size: 16px; color: #333; font-weight: normal; } .form-box-jj table th strong{ font-weight: normal; } .form-box-jj table .special td,.form-box-jj table .special th{ line-height: 50px; } .form-box-jj table .area textarea{ width: 458px; line-height: 24px; padding: 12px 12px; border: 1px solid #ccc; margin-top: 12px; } .form-box-jj table .area th,.form-box-jj table .area td{ line-height: 22px; } .form-box-jj table .area th{ position: relative; } .form-box-jj table .area th strong{ width: 100%; left: 0; position: absolute; top: 20px; } .form-box-jj table .tr-type th, .form-box-jj table .tr-type td{ line-height: 22px; } .form-box-jj table .tr-agree th,.form-box-jj table .tr-agree td{ line-height: 22px; font-size: 16px; } .form-box-jj table .tr-btn th,.form-box-jj table .tr-btn td{ line-height: 84px; } .form-box-jj table .tr-server th,.form-box-jj table .tr-sever td{ line-height: 50px; } .form-box-jj .button{ background:#ff7200; width: 128px; height: 40px; line-height: 40px;text-align: center; font-size: 16px; color: #fff; border-radius: 4px; cursor:pointer; } .inputs2{ width: 480px; height: 38px; line-height: 38px; text-indent: 14px; font-size: 14px; background:none; border: 1px solid #ccc; } .center-tit{ width: 1000px; margin-bottom: 34px; border-bottom: 2px solid #2367ec; } .center-tit span{ position: relative; margin-top: -1px; margin-left: -1px; display: inline-block; height: 50px; line-height: 50px; text-align: center; width: 140px; text-align: center; font-size: 16px; color: #fff; background-color: #2367ec; } .form-box-jj table .price{ color: #ff7200; font-size: 16px; } .form-box-jj table .tr-server td a{ font-size: 16px; } .jj-youshi{ width: 100%; padding-bottom: 50px; background-color: #f9f9f9; height: 500px; } .youshi-con .wow-title{ padding: 50px 0; } .youshi-con{ width: 1200px; margin: 0 auto; } .youshi-ul{ overflow:hidden; } .youshi-ul li{ margin-right: 24px; float: left; width: 222px; height: 300px; text-align: center; border: 1px solid #e5e5e5; background-color: #fff; } .youshi-ul li h3{ font-size: 20px; color: #333; } .youshi-ul .youshi-last{ margin-right: 0; } .youshi-ul li p{ margin-top: 14px; line-height: 24px; font-size: 14px; color: #999; } .youshi-ul li img{ margin: 42px 0 32px; } .bxysan { width: 1200px; margin: 0 auto; overflow: hidden; padding-top: 90px; padding-bottom: 130px; } .bxysann { width: 1200px; height: 100%; margin: 0 auto; overflow: hidden; } .bxysan1 { width: 1200px; text-align: center; color: #908f8f; margin-bottom: 2px; font-size: 30px; font-family: "寮犳捣灞遍攼绾夸綋绠€"; } .bxysan2 { width: 320px; text-align: center; color: #222; padding-bottom: 12px; font-size: 36px; border-bottom: 1px solid #b6b9bf; margin: 0 auto; } .bxysan2 b { padding-bottom: 14px; back ground: url(../images/gang.jpg) no-repeat bottom center; } .bxysan3 { width: 100%; text-align: center; color: #333; margin-top: 12px; font-size: 14px; } .bxysan4 { width: 100%; overflow: hidden; margin-top: 35px; margin-left: 40px; } .bxysan4 ul { width: 100%; margin-left: 1px; margin-top: 1px; } .bxysan4 ul li { width: 219px; height: 128px; float: left; border: 1px solid #dfdfdf; margin-left: -1px; margin-top: -1px; } .bxysan4 ul li img { width: 100%; height: 100%; transition: all 1s;/*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/ } .bxysan4 ul li:hover img { transform: rotateY(-180deg); } .bxywz { width: 100%; overflow: hidden; padding-top: 90px; padding-bottom: 30px; } .bxywzn { width: 1200px; height: 100%; margin: 0 auto; overflow: hidden; } .bxywz1 { width: 100%; text-align: center; color: #908f8f; margin-bottom: 2px; font-size: 30px; font-family: "寮犳捣灞遍攼绾夸綋绠€"; } .bxywz2 { width: 320px; text-align: center; color: #222; padding-bottom: 12px; font-size: 36px; border-bottom: 1px solid #b6b9bf; margin: 0 auto; } .bxywz2 b { padding-bottom: 14px; background: url(../images/gang.jpg) no-repeat bottom center; } .bxywz3 { width: 100%; text-align: center; color: #333; margin-top: 12px; font-size: 14px; } .bxywz4 { width: 1200px; overflow: hidden; margin: 0 auto; margin-top: 60px; } .bxywz4 ul { width: 110%; } .bxywz4 ul li { width: 560px; height: 270px; margin-right: 80px; float: left; } .bxywz4 ul li img { width: 190px; height: 220px; float: left; margin-right: 40px; } .bxywz4 ul li h1 { display: block; width: 330px; padding-top: 40px; font-size: 16px; line-height: 40px; float: left; color: #232323; } .bxywz4 ul li p { text-align: justify; width: 330px; font-size: 13px; color: #686868; line-height: 24px; float: left; } .bxywz4 ul li:hover h1 { color: #c70c1f; }

热门服务

OUR ADVANTAGE

业务范围
小规模代理记账,一般纳税人代理记账

我们的优势

DOMAIN NAME BROKERAGE

专业团队11年财税行业经验,注册会计师,高效应对各行业企业财税问题

实时监控
财税顾问及会计对您提供一对一咨询服务
随时了解企业财务状况

企业财税
服务

价格透明
所有业务收费标准规范,拒绝任
何隐形消费,性价比行业领先

一站式服务-提供注册公司、代理记账、公司注销,税务筹划、知识产权等全套企业服务