.xxipa{
	background-color: #fff;
	padding-top: 0;
}
img{ max-width: none}
.banner,.banner .w {
    background-color: #258efb
}

.banner {
    position: relative
}

.banner .content {
    position: absolute;
    right: 0;
    top: 145px;
    height: 100%;
    text-align: right
}

.banner .banner-img {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    float: left;
    margin-left: -60px
}

.banner .banner-img .left-img {
    position: relative
}

.banner .left-img .b2 {
    display: block
}

.banner .left-img .b1 {
    position: absolute;
    left: 27px;
    top: 53px
}

.banner .banner-img>span {
    position: absolute
}

.banner .banner-img .b_01 {
    width: 674px;
    height: 674px;
    top: 50%;
    left: 20px;
    margin-top: -337px;
    border-radius: 50%;
    transform-origin: 50% 50%;
    -webkit-animation: preloader-spin 30s steps(2000,end) infinite;
    animation: preloader-spin 30s steps(2000,end) infinite
}

.banner .banner-img .b_01 i {
    position: absolute;
    width: 34px;
    height: 34px;
    left: -17px;
    top: 50%;
    margin-top: -17px;
    background-color: #a2c0fd;
    border-radius: 50%
}

.banner .banner-img .b_03,.banner .banner-img .b_04,.banner .banner-img .b_05,.banner .banner-img .b_06,.banner .banner-img .b_07 {
    -webkit-animation: tops 3s alternate infinite;
    animation: tops 3s alternate infinite
}

.banner .banner-img .b_04,.banner .banner-img .b_05,.banner .banner-img .b_06 {
    border-radius: 50%
}

.banner .banner-img .b_02 {
    left: 215px;
    top: 60px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.banner .banner-img .b_03 {
    right: 20px;
    top: 175px
}

.banner .banner-img .b_04,.banner .banner-img .b_05 {
    width: 25px;
    height: 25px
}

.banner .banner-img .b_04 {
    left: 400px;
    top: 25px;
    background-color: #04d4bd;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.banner .banner-img .b_05 {
    left: 215px;
    bottom: 50px;
    background-color: #f0c346;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.banner .banner-img .b_06 {
    width: 35px;
    height: 35px;
    right: 166px;
    bottom: 20px;
    background-color: #04b573;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.banner .banner-img .b_07 {
    width: 40px;
    height: 40px;
    right: 80px;
    bottom: 125px;
    background-color: #4dc2c5;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.banner .content .txt {
    color: #fff
}

.banner .txt .title {
    font-size: 48px;
    line-height: 60px
}

.banner .txt p {
    font-size: 20px;
    margin-top: 20px
}

.banner .ipa-right {
    margin-top: 30px
}

.banner .ipa-enter .upload-ipa {
    display: inline-block;
    padding: 14px 40px;
    background-color: #fac232;
    border-radius: 100px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    font-size: 22px;
    line-height: 25px;
    transition: all .5s
}

.banner .ipa-enter .upload-ipa:hover {
    background-color: #e9a802
}

.banner .ipa-enter .upload-ipa.upload-ipa-new {
    position: relative;
    vertical-align: top
}

.banner .ipa-enter .upload-ipa.upload-ipa-new .big {
    font-size: 16px;
    width: 90px;
    display: inline-block;
    text-align: center;
    border-bottom: #feedc2 1px solid
}

.banner .ipa-enter .upload-ipa.upload-ipa-new .small {
    font-size: 14px;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 2px
}

.banner .ipa-enter .updata-ipa {
    display: inline-block;
    padding: 14px 40px;
    margin-left: 20px;
    background-color: #04d8bd;
    border-radius: 100px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    font-size: 22px;
    line-height: 25px;
    transition: all .5s
}

.banner .ipa-enter .updata-ipa:hover {
    background-color: #10dc85
}

.banner .ipa-action {
    text-align: center
}

.banner .ipa-action .code-item {
    display: inline-block;
    margin-left: 25px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2)
}

.banner .code-item .img {
    padding: 15px
}

.banner .code-item .img img {
    width: 144px;
    height: 144px;
    transition: opacity .5s
}

.banner .code-item.video .img {
    cursor: pointer
}

.banner .code-item.video:hover img {
    opacity: .6;
    filter: alpha(opacity=60)
}

.banner .code-item .title {
    display: block;
    padding: 12px 0;
    color: #fff;
    background-color: #258efb;
    border-radius: 0 0 15px 15px
}

.w {
    width: 1170px;
    margin: 0 auto;
    position: relative
}

.clearfix:after,.w:after {
    clear: both
}

.clearfix:before,.clearfix:after,.w:before,.w:after {
    display: table;
    content: " "
}

.aboutItem {
    margin-top: 120px
}

.aboutItem h6 {
    text-align: center;
    position: relative
}

.aboutItem h6 span {
    display: inline-block;
    padding: 40px 0 0;
    min-width: 140px;
    font-size: 32px;
    line-height: 40px;
    background: url(http://www.gzpeijiu.com/ipa/icon_title.png) no-repeat center top;
    color: #333
}

.aboutItem h6 a {
    position: absolute;
    bottom: 2px;
    left: 689px;
    color: #fff;
    background-color: #258efb;
    font-size: 14px;
    padding: 2px 10px
}

.aboutItem h6 a:hover {
    background-color: #00a8ff
}

.aboutItem .about-content {
    padding: 20px 0
}

.upload-step-about {
    padding: 40px 0 0 30px;
    text-align: center
}

.upload-step-about li {
    float: left;
    width: 188px;
    padding-right: 50px;
    text-align: center;
    background: url(http://www.gzpeijiu.com/ipa/icon_step.png) no-repeat right 30px
}

.upload-step-about li.last {
    margin-right: 0;
    padding-right: 0;
    background: 0 0
}

.upload-step-about li .img {
    display: inline-block
}

.upload-step-about li.first {
    margin-right: 0
}

.upload-step-about li.first .img {
}

.upload-step-about .title {
    padding: 20px 0 10px;
    font-size: 19px;
    line-height: 30px;
    color: #333
}

.upload-step-about li p {
    margin: auto -25px;
    color: gray
}

.upload-step-about li .btn {
    display: inline-block;
    padding: 3px;
    margin-top: -8px;
    border-radius: 8px;
    position: relative;
    border: 2px dashed #1e93ff;
    cursor: pointer
}

.upload-step-about .btn span {
    display: inline-block;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 6px;
    color: #1e93ff;
    background-color: #D2E9FE
}

.upload-step-about .btn img {
    position: absolute;
    top: 38px;
    left: -8px;
    height: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 400ms ease
}

.upload-step-about .btn:hover img {
    height: auto;
    opacity: 1
}

.features .ft-item {
    margin-top: 80px;
    text-align: center
}

.features .ft-item .img,.features .ft-item .desc {
    display: inline-block;
    width: 465px;
    vertical-align: top
}

.features .ft-item .desc {
    margin: 110px 0 0 110px;
    text-align: left
}

.features .ft-item .desc a {
    color: #00a8ff;
    text-decoration: underline
}

.features .desc .title {
    font-size: 30px;
    line-height: 40px;
    color: #258efb
}

.features .desc .txt {
    margin-top: 25px;
    font-size: 16px;
    line-height: 25px;
    color: gray
}

.features .ft-item.two .img {
}

.features .ft-item.two .desc {
    text-align: right;
    margin: 80px 110px 0 0
}

.features .ft-item .desc .btn-need {
    color: #fff;
    text-decoration: none;
    background-color: #00a8ff;
    padding: 3px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin: 15px 0 0;
    display: inline-block
}

.aboutItem .product {
    padding: 50px 0
}

.aboutItem .product li {
    position: relative;
    text-align: center
}

.aboutItem .product .pic {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 27px rgba(23,117,215,.3);
    -moz-box-shadow: 1px 2px 27px rgba(23,117,215,.3);
    box-shadow: 1px 2px 27px rgba(23,117,215,.3);
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
    margin-left: -320px;
		position: relative;
}

.aboutItem .product .desc {
    background-color: #258efb;
    display: inline-block;
    padding: 18px;
    color: #fff;
    font-size: 30px;
    padding: 35px 90px;
    position: absolute;
    left: 474px;
    top: 33px;
    z-index: 0
}

.jihuo-step td {
    width: 25%
}
.home-page-complain {
    position: fixed;
    width: 64px;
    height: 101px;
    top: 50%;
    left: 50%;
    margin-left: 640px;
    background: url(http://www.gzpeijiu.com/images/btn-complain.png) no-repeat;
    cursor: pointer
}

.home-page-complain:hover {
    background-position: 0 -101px
}

@-webkit-keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes tops {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: .5;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@keyframes tops {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: .5;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}
