
/*广告*/
/*公司注册所需材料*/
div {
    display: block;
}
.park-feature-support {
    width: 100%;
    height: 750px;
    background: #fff;
}
.park-feature-support .inner {
    margin: 0 auto;
    width: 1200px;
    height: 750px;
}
.park-feature-support .park-title-box {
    padding-top: 60px;
    margin-left:-600px;
}
.park-title-box {

    text-align: center;
}
.park-title-box .title {
    height: 35px;
    margin-left: 50px;
    color: #333;
    font-size: 32px;
    line-height: 35px;
}
.park-feature-support ul {
    margin-left: 100px;
    margin-top:20px;
}
.clearfix {
    zoom: 1;
}
ol, ul {
    list-style: none;
}
ul, menu, dir {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.park-feature-support .support-list {
    position: relative;
    float: left;
    margin-bottom: 50px;
    width: 240px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.park-feature-support .support-list em {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: url(../../images/icon/park-support-icon.png) no-repeat;
    box-shadow: 0 10px 40px rgba(199,207,221,.3);
    cursor: pointer;
    transition: all 0.6s;
}
.park-feature-support .support-list em:hover{
    transform: scale(1.1);
    box-shadow: 0 5px 10px #0ba4da;
}
address, caption, cite, code, dfn, em, optgroup, th, var {
    font-weight: 400;
    font-style: normal;
}
.park-feature-support .support-list .title {
    margin-top: 20px;
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.park-feature-support .support-list .title:after,.park-title-box .title:after{
    display: none;}
.park-feature-support .support-list .text {
    color: #999;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
}
.park-feature-support .support-list {
    position: relative;
    float: left;
    margin-bottom: 50px;
    width: 240px;
}
.park-feature-support .support-list.line:before {
    position: absolute;
    top: 150px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #f4f4f4;
    content: "";
}
.park-feature-support .support-list em.icon1 {
    background-position: 0 0;
}
.park-feature-support .support-list em.icon2 {
    background-position: -100px 0;
}
.park-feature-support .support-list em.icon3 {
    background-position: -200px 0;
}
.park-feature-support .support-list em.icon4 {
    background-position: -300px 0;
}
.park-feature-support .support-list em.icon5 {
    background-position: -400px 0;
}
.park-feature-support .support-list em.icon6 {
    background-position: 0 -100px;
}
.park-feature-support .support-list em.icon7 {
    background-position: -100px -100px;
}
.park-feature-support .support-list em.icon8 {
    background-position: -200px -100px;
}
.park-feature-support .support-list em.icon9 {
    background-position: -300px -100px;
}
.park-feature-support .support-list em.icon10 {
    background-position: -400px -100px;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    font-size: 0;
}

.park-core-business {
    position: relative;
    width: 100%;
    height: 500px;
    background: #2082e3 no-repeat center;
}
.park-core-business .inner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 500px;
}


.park-core-business .park-title-box .sub-title {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;

    padding-left:.50px;
}
.park-core-business .park-title-box {
    padding-top: 55px;
    color: #fff;
}
.park-core-business .park-title-box .title {
    color: #fff;

}
.park-title-box .title {
    height: 35px;
    font-size: 32px;
    line-height: 35px;
}
.park-core-business .core-lists {
    position: absolute;
    top: 175px;
    left: 0;
    padding: 35px 0 30px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 40px #0ba4da;
}
.park-core-business .core-lists em{
    cursor: pointer;
    transition: all 0.6s;
}
.park-core-business .core-lists em:hover{
    transform: scale(1.1);
}
.clearfix {
    zoom: 1;
}
.park-core-business ul li.list1 {
    width: 400px;
}
.park-core-business ul li {
    position: relative;
    float: left;
    padding-top: 180px;
}
.park-core-business li em.icon1 {
    background-position: 0 0;
}
.park-core-business li em {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    margin-left: -125px;
    width: 250px;
    height: 200px;
    background: url(../../images/icon/park-core-icon.png) no-repeat;
}
.park-core-business li .serial {
    color: #00d688;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-family: Arial;
    line-height: 16px;
}
.park-core-business li .title {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.park-core-business li .title:after{
    display: none;}
.park-core-business .list1 .text {
    margin-left: 110px;
}
.park-core-business li .text {
    margin-top: 40px;
}
.park-core-business li .text p {
    position: relative;
    padding-left: 20px;
    color: #999;
    font-size: 13px;
    line-height: 24px;
}
.park-core-business li .text p:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00d688;
    content: "";
}
.park-core-business ul li.list2 {
    width: 420px;
}
.park-core-business ul li {
    position: relative;
    float: left;
    padding-top: 180px;

}
.park-core-business ul li+li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 356px;
    background:  no-repeat center;
    content: "";
}
.park-core-business li em.icon2 {
    background-position: -250px 0;
}
.park-core-business li em {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    margin-left: -125px;
    width: 250px;
    height: 200px;
    background: url(../../images/icon/park-core-icon.png) no-repeat;
}
.park-core-business li .serial {
    color: #00d688;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-family: Arial;
    line-height: 16px;
}
.park-core-business li .title {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.park-core-business .list2 .text {
    margin-left: 85px;
}
.park-core-business li .text {
    margin-top: 40px;
}
.park-core-business li .text p {
    position: relative;
    padding-left: 20px;
    color: #999;
    font-size: 13px;
    line-height: 24px;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.park-core-business li .text p:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00d688;
    content: "";
}
.park-core-business ul li.list3 {
    width: 380px;
}
.park-core-business ul li {
    position: relative;
    float: left;
    padding-top: 180px;

}
.park-core-business li em.icon3 {
    background-position: -500px 0;
}
/*我们优势的三张图片*/
.park-core-business li em {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    margin-left: -125px;
    width: 250px;
    height: 200px;
    background: url(../../images/icon/park-core-icon.png) no-repeat;
}
.park-core-business li .serial {
    color: #00d688;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-family: Arial;
    line-height: 16px;
}
.park-core-business li .title {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.park-core-business .list3 .text {
    margin-left: 115px;
}
.park-core-business li .text {
    margin-top: 20px;
}

/*七天下照*/
.park-deliver {
    position: relative;
    margin-top: 130px;
    overflow: hidden;
    width: 100%;
    margin-top: 220px;
    margin-bottom: 50px;
    /*background: url(../../images/icon/7tzc.png) no-repeat bottom center;*/
}
.park-deliver .inner {
    margin: 0 auto;
    width: 1200px;
}
.park-title-box {
    padding-top: 80px;
    text-align: center;
}
.park-deliver .park-title-box .title {
    height: 50px;
    line-height: 50px;
}
.park-deliver .park-title-box .title:after{
    display: none;}
.park-title-box .title {
    height: 35px;
    color: #333;
    font-size: 32px;
}
.park-deliver .park-title-box .title em {

    display: inline-block;
    margin: 0 3px;
    color: #0080ff;
    vertical-align: top;
    font-size: 46px;
    line-height: 50px;
}

.park-title-box .sub-title {
    margin-left:200px;
    width: 850px;
    margin-top: 20px;
    color: #333;
    font-size: 20px;
    line-height: 22px;
    opacity: .5;
}
.park-deliver .deliver-process {
    margin-left:50px;
    margin-top: 50px;
}
.clearfix {
    zoom: 1;
}
ol, ul {
    list-style: none;
}
.park-deliver .deliver-process li {
    position: relative;
    float: left;
    width: 90px;
}
.park-deliver .deliver-process li em.icon1 {
    background-position: 0 0;
}
.park-deliver .deliver-process li em {
    display: block;
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: url(../../images/icon/deliver-icon.png) no-repeat;
}
.park-deliver .deliver-process li p {
    margin-top: 20px;
    color: #999;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}
.park-deliver .deliver-process li .serial {
    position: relative;
    display: block;
    margin-top: 70px;
    color: #666;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}
.park-deliver .deliver-process li.first .serial:before {
    top: -32px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    border: none;
    /*background: url(../../images/icon/park-icon.png) no-repeat;*/
    background-position: -34px 0;
}
.park-deliver .deliver-process li+li {
    margin-left: 95px;
}
.park-deliver .deliver-process li {
    position: relative;
    float: left;
    width: 90px;
}


.park-deliver .deliver-process li em.icon7 {
    background-position: -348px 0;
}
.park-deliver .deliver-process li em {
    display: block;
    margin: 0 auto;
    width: 58px;
    height: 58px;
    /*background: url(../../images/icon/deliver-icon.png) no-repeat;*/
}
/* 服务中心*/
.park-service,.park-service *{box-sizing:content-box}
.park-service {
    overflow: hidden;
    width: 100%;
    height: 657px;
    background:url(../../images/icon/fuwu-bj.jpg) no-repeat center;
}
.park-service .inner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 780px;
}
.park-service .park-title-box {
    padding-top: 50px;
}
.park-title-box {
    padding-top: 80px;
    text-align: center;
}
.park-service .park-title-box .title {
    height: 50px;
    color: #fff;
    line-height: 50px;
}
.park-title-box .title {
    font-size: 32px;
}
.park-service .park-title-box .title em {
    display: inline-block;

    margin: 10px;
    margin-top: -10px;
    width: 26px;
    height: 35px;

    background-position: 0 -16px;
    vertical-align: middle;
}
.park-service .amina-pic {
    position: absolute;
    bottom: 0;
    left: 288px;
    margin-top: 60px;
    top: -10px;
    z-index: 2;
    display: inline-block;
    width: 604px;
    height: 643px;
    background: url(../../images/icon/park-service-pic.png) no-repeat center;
}
.park-service .amina-line1 {
    position: absolute;
    top: 520px;
    left: 448px;
    display: inline-block;
    width: 33px;
    height: 317px;
    /*background: url(../../images/icon/park-service-line.png) no-repeat;*/
    background-position: 0 0;

    animation: serviceline1 3s linear 0s infinite;
}
.park-service .amina-line2 {
    position: absolute;
    top: 420px;
    left: 498px;
    display: inline-block;
    width: 33px;
    height: 114px;
    /*background: url(../../images/icon/park-service-line.png) no-repeat;*/
    background-position: -33px 0;

    animation: serviceline2 4s linear 0s infinite;
}
.park-service .amina-line3 {
    position: absolute;
    top: 380px;
    left: 634px;
    display: inline-block;
    width: 33px;
    height: 234px;
    /*background: url(../../images/icon/park-service-line.png) no-repeat;*/
    background-position: -66px 0;

    animation: serviceline3 3s linear 0s infinite;
}
.park-service .amina-line4 {
    position: absolute;
    top: 560px;
    left: 698px;
    display: inline-block;
    width: 33px;
    height: 164px;
    /*background: url(.../../images/icon/park-service-serial.png) no-repeat;*/
    background-position: -99px 0;
    animation: serviceline4 4s linear 0s infinite;
}
.park-service .service-info.info1 {
    top: 190px;
    left: 0;
}
.park-service .service-info {
    position: absolute;
    z-index: 3;
    padding-left: 75px;
    width: 260px;
}
.park-service .service-info .serial {
    position: absolute;
    top: -9px;
    left: -15px;
    display: inline-block;
    padding: 9px 17px 21px 15px;
    width: 40px;
    height: 40px;
    background: url(../../images/icon/park-service-serial.png) no-repeat center;
    color: #065a66;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.park-service .service-info .title {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.park-service .service-info .text {
    position: relative;
    padding-bottom: 25px;
}
.park-service .service-info.info2 {
    top: 190px;
    right: 0;
}
.park-service .service-info {
    position: absolute;
    z-index: 3;
    padding-left: 75px;
    width: 260px;
}
.park-service .service-info .serial {
    position: absolute;
    top: -9px;
    left: -15px;
    display: inline-block;
    padding: 9px 17px 21px 15px;
    width: 40px;
    height: 40px;
    /*background: url(.../../images/icon/park-service-serial.png) no-repeat center;*/
    color: #065a66;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.park-service .service-info .title {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.park-service .service-info .text {
    position: relative;
    padding-bottom: 25px;
}
.park-service .service-info .text p {
    overflow: hidden;
    margin-top: 15px;
    height: 125px;
    color: #999db0;
    font-size: 14px;
    line-height: 25px;
    opacity: .6;
}
.park-service .service-info.info3 {
    top: 400px;
    left: 0;
}
.park-service .service-info {
    position: absolute;
    z-index: 3;
    padding-left: 75px;
    width: 260px;
}
.park-service .service-info .serial {
    position: absolute;
    top: -9px;
    left: -15px;
    display: inline-block;
    padding: 9px 17px 21px 15px;
    width: 40px;
    height: 40px;
    background: url(../../images/icon/park-service-serial.png) no-repeat center;
    color: #065a66;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.park-service .service-info .title {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.park-service .service-info .text {
    position: relative;
    padding-bottom: 25px;
}
.park-service .service-info .text p {
    overflow: hidden;
    margin-top: 15px;
    height: 125px;
    color: #999db0;
    font-size: 14px;
    line-height: 25px;
    opacity: .6;
}
.park-service .service-info.info4 {
    top: 400px;
    right: 0;
}
.park-service .service-info {
    position: absolute;
    z-index: 3;
    padding-left: 75px;
    width: 260px;
}
/*其他入口*/
.park-entrance {
    position: relative;
    width: 100%;
    height: 100px;
    /*background: url(../../images/icon/park-entrance.jpg) no-repeat center;*/
}
.park-entrance .park-app em {
    position: absolute;
    top: -30px;
    right: -15px;
    display: inline-block;
    width: 158px;
    height: 167px;
    /*background: url(../../images/icon/park-entrance-icon.png) no-repeat;*/
    background-position: 0 0;
}
.park-entrance .park-wechat em {
    position: absolute;
    top: 19px;
    right: 8px;
    display: inline-block;
    width: 110px;
    height: 96px;
    /*background: url(../../images/icon/park-entrance-icon.png) no-repeat;*/
    background-position: -158px 0;
}
.park-entrance .park-web em {
    position: absolute;
    top: -28px;
    right: -19px;
    display: inline-block;
    width: 168px;
    height: 164px;
    /*background: url(../../images/icon/park-entrance-icon.png) no-repeat;*/
    background-position: -268px 0;
}
.park-entrance .inner {
    margin: 0 auto;
    width: 1200px;
    height: 100px;
}
.park-entrance .title {
    float: left;
    padding-left: 150px;
    width: 320px;
    height: 100px;
    color: #fff;
    font-size: 26px;
    line-height: 100px;
}
.park-entrance .park-app {
    position: relative;
    float: left;
    padding-left: 40px;
    width: 210px;
    height: 100px;
    background: #3488ea;
    color: #fff;
    font-size: 22px;
    line-height: 100px;
}
a:focus, a:link, a:visited {
    outline: 0;
    text-decoration: none;
}

.park-entrance .park-wechat {
    position: relative;
    float: left;
    padding-left: 40px;
    width: 200px;
    height: 100px;
    background: #3488ea;
    color: #fff;
    font-size: 22px;
    line-height: 100px;
}

.park-entrance .park-web {
    position: relative;
    float: left;
    padding-left: 40px;
    width: 200px;
    height: 100px;
    background: #2465c9;
    color: #fff;
    font-size: 22px;
    line-height: 100px;
}
/*滑动*/
/*代理记账页面*/
.dilibanner{
    /*background-image: url(../../images/icon/dlbanner.jpg);*/
}
.product-box,.product-box *{box-sizing:content-box}
.product-box{
    padding: 45px 0;
}
.get-btn{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    background: #ff8202;
}
ul,li{
    margin: 0;
    padding: 0;}
.fl{float:left;}
.fr{float:right;}
.pro{
    width: 100%;
    overflow: hidden;
    padding-bottom: 38px;
}
.pro-fl,
.pro-list{
    height: 245px;
}
.pro-fl{
    width: 125px;
    background: #0393dc;
    color: #fff;
    text-align: right;
    position: relative;
}
.pro-fl2.pro-fl{background: #41cff3;}
.pro-fl3.pro-fl{background: #41aef3;}
.pro-fl span{
    font-size: 24px;
    display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
    *display:inline; /* IE6、7 block 元素 */
    *zoom:1;
    width:26px;
    padding: 34px 40px 0 0;
    line-height:26px;
}
.pro-text{
    display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
    *display:inline; /* IE6、7 block 元素 */
    *zoom:1;
    width:8px;
    height: 140px;
    /*background: url(../images/put-text_03.png) no-repeat;*/
    position: absolute;
    top:39px;
    left: 42px;
}
.pro-fl2.pro-fl .pro-text{
    background-position: -8px 0;
}
.pro-fl3.pro-fl .pro-text{
    height: 190px;
    background-position: -17px 0;
}
.pro-text.pro-text2{
    width: 48px;
    height: 28px;
    /*background: url("../images/new-hot.png") no-repeat;*/
    top: 17px;
    left: 185px;
    animation: ba_fly 0.6s .6s alternate infinite;
    -webkit-animation: ba_fly 0.6s .6s alternate infinite;
    -moz-animation: ba_fly 0.6s .6s alternate infinite;
    -ms-animation: ba_fly 0.6s .6s alternate infinite;
    -o-animation: ba_fly 0.6s .6s alternate infinite;
}
.pro-text.pro-text2.pro-text3{
    left: 148px;
}
@keyframes ba_fly {
    0% {transform:translateX(0%) translateY(-15%);}
    100% {transform:translateX(0%) translateY(-0%);}
}
@-webkit-keyframes ba_fly {
    0% {-webkit-transform:translateX(0%) translateY(-15%);}
    100% {-webkit-transform:translateX(0%) translateY(-0%);}
}
@-moz-keyframes ba_fly {
    0% {-moz-transform:translateX(0%) translateY(-15%);}
    100% {-moz-transform:translateX(0%) translateY(-0%);}
}
@-ms-keyframes ba_fly {
    0% {-ms-transform:translateX(0%) translateY(-15%);}
    100% {-ms-transform:translateX(0%) translateY(-0%);}
}
@-o-keyframes ba_fly {
    0% {-o-transform:translateX(0%) translateY(-15%);}
    100% {-o-transform:translateX(0%) translateY(-0%);}
}
@keyframes ba_fly {
    0% {transform:translateX(0%) translateY(-15%);}
    100% {transform:translateX(0%) translateY(-0%);}
}
.pro-list{
    width: 1054px;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
}
.pro-list li{
    float: left;
    width: 238.7px;
    border: 1px solid #e5e5e5;
    border-right: none;
    text-align: left;
    padding-left: 24px;
    position: relative;
    height: 243px;
    overflow: hidden;
}
.pro-list li p{
    font-size: 16px;
    color: #777;
    line-height: 27px;
    padding: 28px 0 19px;
}
.pro-list li p big{
    font-size: 20px;
    color: #555;
}
.pro-list li:first-child{border-left: none !important;}
.pro-list li em{
    display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
    *display:inline; /* IE6、7 block 元素 */
    *zoom:1;
    width:135px;
    height: 105px;
    /*background: url(../images/put-iocn_02.jpg) no-repeat;*/
    position: absolute;
    right: -2px;
    bottom: -10px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: -1;
}
.pro-list li .pro-icon2{background-position: -135px 0;right: -3px;}
.pro-list li .pro-icon3{background-position: -270px 0;right: -6px;}
.pro-list li .pro-icon4{background-position: -405px 0;right: -15px;}
.pro-list li .pro-icon5{background-position: -540px 0;right: -3px;}
.pro-list li .pro-icon6{background-position: -675px 0;right: -17px;}
.pro-list li .pro-icon7{background-position: -800px 0;right: -4px;bottom: -17px;}
.pro-list li .pro-icon8{background-position: -935px 0;right: -12px;}
.pro-list li .pro-icon9{background-position: -1070px 0;right: -6px;}
.pro-list li .pro-icon10{background-position: -1208px 0;right: -15px;}
.pro-list li .pro-icon11{background-position: -1326px 0;right: -6px;}
.pro-list li .pro-icon12{background-position: -1490px 0;right: -15px;}
.pro-list li a{
    width: 113px;
    height: 33px;
    background: none;
    border: 1px solid #0eaef8;
    color: #0eaef8;
    line-height:33px;
    border-radius: 2px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.pro-list li:hover a{
    color: #fff;
    background: #0eaef8;
    border-color: #0eaef8;
}
.pro-list li:hover em{
    bottom: 10px;
}
.get-btn.get-btn3{
    font-size: 16px;
    width: 351px;
    height: 49px;
    line-height: 49px;
    background: #0393dc;
    border-radius: 29px;
}
.get-btn.get-btn3:hover{
    filter:alpha(opacity=80);       /* IE */
    -moz-opacity:0.8;              /* 老版Mozilla */
    -khtml-opacity:0.8;              /* 老版Safari */
    opacity: 0.8;
}