.banner-product {
    width: 100%;
}

.introduction {
    margin-top: 50px;
}

.introduction ul{
    display: block;
    padding-left: 5%;
}

.introduction ul:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.intro-item {
    width: 20%;
    float: left;
    margin-right: 6.6%;
}

.intro-item:nth-of-type(4) {
    margin-right: 0;
}

.intro-img {
    width: 80px;
    height: 80px;
}

.intro-title {
    font-size: 20px;
    color: #333;
    margin: 10px 0 20px;
}

.intro-info {
    font-size: 16px;
    color: #666;
    line-height: 1.5em;
}


#pinContainer {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background: #fafafa;
}
#slideContainer {
    width: 400%; /* to contain 4 panels, each with 100% of window width */
    height: 100%;
}
.panel {
    height: 100%;
    width: 25%; /* relative to parent -> 25% of 400% = 100% of window width */
    float: left;
}

.panel:first-child {
    border: 2px solid #fafafa
}

.product-title {
    margin-top: 120px;
}
.dilemma-row {
    margin-bottom: 80px;
}

.dilemma-row:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.dilemma-item {
    background: #fafafa;
    border: 1px solid #dadada;
    position: relative;
    float: left;
}

.dilemma-row-1-item {
    width: 28%;
}

.dilemma-row-2-item {
    width: 40%;
}

.dilemma-row img{
    width: 70%;
    display: block;
    margin: 0px auto;
}

.dilemma-row .text{
    font-size: 18px;
    width: 80%;
    display: block;
    margin: 0 auto 8%;
    color: #666;
    position: relative;
    margin-left: 86px;
}

    .dilemma-row {
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .dilemma-row-1-item {
        width: 32%;
    }

    .dilemma-row-2-item {
        width: 49%;
    }

    .dilemma-row img{
        width: 80%;
        margin: -20px auto;
    }

    .dilemma-row .text{
        font-size: 18px;
        width: 80%;
    }


.make-easy .text {
    font-size: 18px;
    color: #666;
    text-indent: 2em;
    line-height: 1.8em;
    margin-bottom: 80px;
    position: relative;
}

.make-easy .service {
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative;
}

.make-easy .service:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.make-easy .title {
    color: #34bfff;
    font-size: 24px;
    width: 260px;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    text-align: center;
    float: left;
}

.make-easy .title:nth-of-type(3){
    position: absolute;
    left: 50%;
    transform: translate(-130px);
    -ms-transform:translate(-130px);
}

.make-easy .title:nth-of-type(5){
    float: right;
}

.make-easy .plus {
    color: #34bfff;
    font-size: 40px;
    line-height: 260px;
    float: left;
    position: absolute;
}

.make-easy .plus:nth-of-type(2) {
    left: 33.3%;
    transform: translate(-30px);
    -ms-transform:translate(-30px);
}
.make-easy .plus:nth-of-type(4) {
    left: 66.6%;
    transform: translate(0);
    -ms-transform:translate(0);
}

@media (max-width: 1200px) {
    .make-easy .plus:nth-of-type(2) {
        transform: translate(-20px);
        -ms-transform:translate(-20px);
    }
    .make-easy .plus:nth-of-type(4) {
        transform: translate(-10px);
        -ms-transform:translate(-10px);
    }
}

.make-easy .plus-text {
    font-size: 40px;
    float: left;
    height: 20px;
    line-height:20px;
    color: #fff;
    opacity: 0;
}

.make-easy .circle {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    position: relative;
    float: left;
}

.make-easy .circle:nth-of-type(3){
    position: absolute;
    left: 50%;
    transform: translate(-130px);
    -ms-transform:translate(-130px);
}

.make-easy .circle:nth-of-type(5){
    float: right;
}

.make-easy .circle ul {
    width: 47%;
    height: 210px;
    position: absolute;
    top:0;bottom:0;
    left: 0;right: 0;
    margin: auto;
}


.make-easy .yellow {
    background: #f1d839;
    border: 5px solid #f1e4ae;
}

.make-easy .blue {
    background: #2ca3d2;
    border: 5px solid #9fbed2;
}

.make-easy .orange {
    background: #fe8862;
    border: 5px solid #fed3c2;
}

.make-easy .circle li {
    list-style: disc;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    position: relative;
}

.make-easy li:nth-child(2), .make-easy li:nth-child(5){
    left: 40px;
}
.make-easy li:nth-child(3), .make-easy li:nth-child(4){
    left: 85px;
}

.make-easy .blue li:nth-child(1){
    left: -20px;
    top: -10px;
}

.make-easy .blue li:nth-child(5){
    left: -20px;
    top: 10px;
}

.make-easy .blue li:nth-child(2){
    left: 30px;
    top: -5px;
}

.make-easy .blue li:nth-child(4){
    left: 30px;
    top: 5px;
}

.make-easy .blue li:nth-child(3){
    left: 80px;
}

@media (min-height: 900px) {
    .make-easy .product-title {
        margin-top: 100px;
    }
    .make-easy .text {
        line-height: 2em;
    }
}

.approach {
    width: 100%;
    /*margin-top: 60px;*/
}

.approach:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.approach .item {
    width: 30%;
    min-height: 324px;
    padding: 40px 40px 70px;
    /*background: #ebf9ff;*/
    text-align: center;
    float: left;
    margin-right: 5%;
}

.approach .item:nth-of-type(3){
    margin-right: 0;
}

.approach .item .title{
    /* padding: 4px 20px; */
    background: #ffffff;
    color: #d00d24;
    font-size: 18px;
    display: inline-block;
    margin: 0 auto 47px;
    height: 90px;
    width: 90px;
    border-radius: 90px;
    line-height: 90px;
}

.approach .item .text{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 1.8em;
    position: relative;
}

.approach-img {
    width: 80%;
    display: block;
    margin: 100px auto 20px;
}

.features {
    padding: 0 1% 0 1%;
    margin-bottom: 50px;
}

.features:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}
.invoice-platform{
    padding: 0 10% 0 10%;
}

.features .item {
    width: 38%;
    color: #666;
    float: left;
}
.invoice-platform .item:nth-of-type(2){
    float: right;
}

.features .item img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 22px;
    position: relative;
}

.features .item .title{
    font-size: 18px;
    line-height: 1.8em;
    position: relative;
    color: #333;
    margin-bottom: 4px;
    text-align: center;
}

.features .item .text{
    font-size: 14px;
    line-height: 1.8em;
    position: relative;
    color: #666666;
}

@media (max-height: 900px) {
    .features .item .title{
        font-size: 18px;
    }

    .features .item .text{
        font-size: 14px;
    }
}


/*电子会计档案*/
.blue-bg {
    padding-top: 50px;
    background: url("../img/product/intro-bg.png") no-repeat;
    background-size: 100% auto;
}

.intro-text {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding: 0 0 50px;
    text-indent: 2em;
    line-height: 1.8em;
    position: relative;
}

.product-intro {
    width: 658px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
}

.center-img {
    display: block;
    width: 630px;
    margin: 90px auto;
}

.product-feature {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    background: #f7f8fa;
}

.product-feature text{
    position: relative;
}

.function-img {
    width: 800px;
    display: block;
    margin: 60px auto 0;
}

.advantage-img {
    width: 700px;
    height: 370px;
    display: block;
    margin: 50px auto;
}

.advantage-container {
    position: relative;
}

.advantage-left {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.advantage-right {
    width: 200px;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
}

#account-advantage g:hover polyline{
    transition: fill 0.3s ease-out;
    fill: #D23617;
}
#account-advantage g:hover text{
    fill: #fff;
    transition: fill 0.2s ease-out;
}

/*app页*/
.allApp {
    width: 100%;
    position: relative;
}

.allApp:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.allApp .item {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    text-align: center;
    display: table-cell;
    float: left;
}

.allApp .item:nth-of-type(3){
    float: right;
}

.allApp .item:nth-of-type(2){
    width: 265px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.allApp .phoneContainer {
    height: 390px;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
}

.allApp .item .title{
    color: #666;
    font-size: 18px;
    margin: 30px 0 40px 0;
    position: relative;
}
.allApp a:hover, .allApp a:focus{
    text-decoration: none;
}

.phone {
    position: relative;
}

.phone-img {
}

.screen-img {
    position: absolute;
    width: 240px;
    height: 426px;
    left: 14px;
    top: 52px;
    border: 1px solid #3f404e
}

.funtion-title {
    font-size: 20px;
    color: #666;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    text-align: center;
    background: #fdede4;
    width: 100px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 30px;
}

.function-tab {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.function-tab:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.function-tab li {
    padding: 10px 30px;
    border: 1px solid #e5e5e5;
    border-left: none;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
    float: left;
}

.function-tab li:first-child {
    border-left: 1px solid #e5e5e5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.function-tab li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.function-tab li.active {
    color: #fff;
    background: #d00d24;
    cursor: default;
}

.function-tab li img{
    position: absolute;
    bottom: -8px;
    display: none;
    left: 47%
}

.function-tab li.active img{
    display: block;
}

.screen-group {
    display: none;
}
.screen-group.active {
    display: block;
}

.img-dot-grp {
    padding: 0 20% 0 30%;
    margin-top: 30px;
}

.four-dot{
    padding: 0 20% 0 20%;
}

.img-dot-grp:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.img-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #d00d24;
    display: block;
    margin: 0 15px;
    cursor: pointer;
    float: left;
}

.img-dot:nth-of-type(1){
    margin-left: 0;
}

.img-dot:nth-of-type(4){
    margin-right: 0;
}

.img-dot.active {
    cursor: default;
    background: #d00d24;
}

.funtcion-info-item .title{
    color: #d00d24;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    left: 80px;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.funtcion-info-item .info li {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    position: relative;
    left: 80px;
    opacity: 0;
    transition: all 0.4s ease-out 0.3s;
}

@media (max-height: 900px) {
    .funtcion-info-item .title{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .funtcion-info-item .info li {
        font-size: 14px;
        margin-bottom: 20px;
        position: relative;
    }
}

.funtcion-info-item .info li span {
    width: 94%;
    padding-left: 24px;
}

.funtcion-info-item .info li:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #d00d24;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    margin-right: 16px;
    top:10px;
}

.function-intro {
    position: relative;
}

.funtcion-info-item {
    position: absolute;
    margin-top: 150px;
    display: block;
    opacity: 0;
    right: 8%;
    width: 500px;
}

.funtcion-info-item.active {
    opacity: 1;
}

.funtcion-info-item.active .title{
    left: 0;
    opacity: 1;
}

.funtcion-info-item.active .info li {
    left: 0;
    opacity: 1;
}

.function-info{
    width: 100%;
    height: 580px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.function-phone {
    transform: scale(.8);
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-out;
    top:20px;
    right: -20%;
    height: 560px;
}

.function-phone:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.function-phone.right {
    right: -60%;
}

.funtcion-info-item.right {
    right: 38%;
}

.qrcode-shade {
    width: 240px;
    height: 426px;
    left: 14px;
    top: 52px;
    position: absolute;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.qrcode-shade .qrcode{
    width: 60%;
    display: none;
    margin: 80px auto 0;
}

.qrcode-shade .qrcode.active{
    display: block;
}

.qrcode-shade .brand-box {
    padding: 0 20px;
    margin-top: 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}
.qrcode-shade .brand-icon{
    width: 70px;
    height: 70px;
}

.container-invoice{
    height: 202px;
    overflow-x: hidden;
}

.product-content{
    width: 760px;
    margin: 0 auto;
    color: #666666;
    margin-top: 5px;
}

.product-content .font{
    margin-top: 40px;
    line-height: 1.8em;
}

.finance-server-body{
    position: relative;
    padding-bottom: 30px;
    margin-top: 60px;
}

.finance-server-circle{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.finance-server-body .circle-solid{
    width: 114px;
    height: 114px;
}
.finance-server-body .server-item{
    position: absolute;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: table;
    z-index: 1;
    transition-duration: .6s;
    color: #ffffff;
    background: #FFFFFF;
}
.finance-server-body .hvr-bounce-in{
    display: inline-block;
    vertical-align: middle;
}

.finance-server-body .circle-dashed{
    display: table;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    /*background: #fff;*/
}
.finance-server-body .server-item-hover{
    display: none;
}
.finance-server-body .server-item-warp{
    /*display: table-cell;*/
    vertical-align: middle;
    font-size: 16px;
    color: #d00d24;
    height: 94px;
    width: 94px;
    border: 1px dashed rgba(208, 13, 36, 0.52);
    border-radius: 50%;
    margin: 3px;
    text-align: center;
    padding: 23px;
}
/*.finance-server-body .server-item-samll{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: table;
    z-index: 1;
    transition-duration: .6s;
    color: #ffffff;
}
.finance-server-body .circle-dashed-samll{
    display: table;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}*/
.finance-server-body .server-item:hover, .finance-server-body .server-item-samll:hover{
    /*-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 5px 11px 4px rgba(194,194,194,.31);
    transition: all .5s;*/

    border: 1px solid #dd3730;
    box-shadow: -1px 3px 8px #f26154;
    cursor: pointer;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    background: #dd3730;
}

.finance-server-body .server-item:hover .server-item-hover{
    display: block;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    transform: scale(.7);
    -ms-transform: scale(.7);
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
}

.finance-server-body .server-item:hover .server-item-warp{
    display: none;
}

.advantage-content {
    width: 90%;
    height: 210px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.advantage-content .advantage-image{
    margin: 25px auto 10px;
    position: relative;
}

.advantage-content:hover .advantage-item-title {
    color: #333;
    transition: color 0.2s ease-out;
    font-size: 16px;
}
.advantage-content h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.advantage-content .advantage-introduce {
    font-size: 14px;
    color: #666666;
    position: relative;
    line-height: 1.8em;
}
/*优势背景图*/
.product-advantage{
    background: url("../img/invoice-advantage-bg.png") no-repeat;
    margin-top: 66px;
}

/*产品页banner*/
#invoice-banner {
    background: url("../img/invoice-web-bg.png") center;
}
#app-banner {
    background: url("../img/invoice-app-bg.png") center;
}
#e-account-banner {
    background: url("../img/e-account-bg.png") center;
}

.invoice-advantage{
    padding: 0 1% 0 1%;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
}

.invoice-advantage .demo {
    float: left;
    display: inline-block;
    width: 33%;
    border: 1px solid #e9e9e9;
}

.invoice-advantage .box {
    height: 300px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.invoice-advantage .box img{
    margin: 50px auto;
    display: block;
}

.invoice-advantage .box .demo-font{
    text-align: center;
    font-size: 20px;
    color: #636363;
}
.invoice-advantage .inbox {
    height: 300px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    width: 100%;
    position: absolute;
    bottom: -300px;
    background: #dd3730;
    transition: 1s;/*过渡效果*/
}

.invoice-advantage .box:hover>.inbox {
    bottom: 0;
}

.invoice-advantage .inbox ul{
    line-height: 40px;
    font-size: 14px;
    margin-top: 40px;
    text-align: left;
    margin-left: 27%;
}

.invoice-advantage .inbox ul li{
    list-style-type: disc;
}

.invoice-program{
    width: 718px;
    margin: 0 auto;
    color: #666666;
    margin-top: 5px;
}

.invoice-program-title1{
    position: absolute;
    top: 192px;
    left: 302px;
    color: #d00d24;
    font-weight: bold;
    font-size: 18px;
}

.invoice-program-title2{
    position: absolute;
    top: 229px;
    left: 302px;
    color: #ea7161;
    font-size: 14px;
}

ol.carousel-indicators {
    bottom: 40px;
}

.invoice-intro-content{
    width: 865px;
    height: 453px;
    margin: 20px auto;
    background: url("../img/product/invoice-intro-bg.png") 100% 100%;
}
.invoice-intro-content .intro-tab{
    height: 205px;
    margin: 124px auto 50px auto;
}
ol.carousel-indicators li{
    border: 1px solid #d00d24;
}
ol.carousel-indicators .active{
    background: #d00d24;
}
.intro-img-1{
    background: url("../img/product/intro-1.png") 650px 205px;
}
.intro-img-2{
    background: url("../img/product/intro-2.png") 650px 205px;
}
.intro-img-3{
    background: url("../img/product/intro-3.png") 650px 205px;
}
.intro-img-4{
    background: url("../img/product/intro-4.png") 650px 205px;
}

