.banner-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url("../img/banner-bg.png") center;
}

@media (max-width: 768px) {
    .banner-container {
        width: 100%;
        overflow: hidden;
        background: url("../img/index/phone-banner.jpg") center no-repeat;
        background-size: contain;
    }
}


.banner-bottom {
    display: block;
    background: #f8f8f8;
}

.banner-bottom-item {
    width: 25%;
    height: 148px;
    float: left;
    color: #fff;
    padding: 30px 0px 12px 20px;
}

.banner-bottom-item img{
    width: 34px;
    height: 34px;
    float: left;
    margin: 27px 24px;
}

.banner-bottom-item .right{
    width: 65%;
    float: left;
    color: #1c1917;
}

.banner-bottom-item .title{
    font-size: 18px;
    margin-bottom: 6px;
}

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

@media (max-width: 992px) {
    .banner-bottom-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .banner-bottom-item {
        width: 50%;
        height: 80px;
        float: left;
        color: #fff;
        padding: 12px 10px 12px 0px;
    }

    .banner-bottom-item img{
        /*width: 20px;*/
        /*height: 20px;*/
        /*float: left;*/
        /*margin: 15px 8px 15px 0px;*/
        display: none;
    }

    .banner-bottom-item .right{
        width: auto
    }

    .banner-bottom-item .title{
        color: #d00d24;
        font-size: 16px;
    }

    .banner-bottom-item .text{
        font-size: 12px;
    }
}
    /*我们的产品*/
.product-item {
    height: 540px;
    transition: background 0.3s ease;
}

@media (min-width: 992px) {
    .product-item.active .product-content{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 5px 11px 4px rgba(194,194,194,.31);
        transition: all .4s ease-out;
    }
}

.product-second-line {
    position: relative;
}

.product-third-line {
    position: relative;
    top: 25px;
    margin-bottom: 34px;
}

.product-item h3 {
    color: #666;
    font-size: 20px;
}

.product-item h1 {
    color: #d00d24;
    font-size: 24px;
}

.marketing {
    overflow: hidden;
}

.our-products .img-circle {
    margin-bottom: 20px;
    width: 180px;
    margin-top: 10px;
    border-radius: 0;
}

.line-light {
    width: 93%;
    height: 1px;
    background: #ececec;
    margin: 20px auto;
}

.product-btn {
    border: 1px solid #999;
    color: #666;
    margin-top: 30px;
    padding: 10px 30px;
}

.product-more {
    display: block;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    width: 88px;
    margin: 0 auto;
    border-radius: 4px;
    background: #d00d24;
    line-height: 30px;
}

.product-more:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #dd544f;
}

 .product-more .glyphicon{
     font-size: 12px;
 }

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

#advantage .col-lg-4{
    /*border-right: 1px solid #eee;*/
}

#advantage .col-lg-4:last-child{
    border-right: none;
}

.product-marketing .product-content {
    background: #fff;
    padding: 10px 30px 20px;
    border: 1px solid #ececec;
}

.marketing h2 {
    font-size: 26px;
    color: #0077c5;
}

.marketing .col-lg-4 p {
    padding: 0 14px;
    /*text-indent: 1em;*/
    text-align: center;
}

.btn-height {
    margin-top: 30px;
}

.product-introduce {
    line-height: 1.8em;
    height: 240px;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
    position: relative;
}

@media (max-width: 992px) {
    .marketing .col-lg-4 {
        margin-bottom: 60px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .product-introduce {
        height: auto;
        min-height: 120px;
    }
}

@media (min-width: 768px) {
    .product-introduce {
        height: auto;
        min-height: 150px;
    }
}

@media (min-width: 992px) {
    .product-introduce {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .product-introduce {
        height: 140px;
    }
}

.partner {
    margin-top: 100px;
}

.partner h5 {
    color: #999;
    margin-bottom: 50px;
}

.service {
    margin-top: 100px;
}

.service h5 {
    color: #999;
    margin-bottom: 50px;
}

.featurette-heading {
    text-align: center;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.lead {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 100px;
}

.img-center {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.img-center div img {
    width: 100%;
    height: 100%;
}

/*精心打造的明星产品*/
@media (max-width: 768px) {
    .product-marketing .product-content {
        background: #fff;
        padding: 20px 0;
        border: none;
    }

}

.product-arrow {
    display: none;
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.arrow-left {
    left: -12px;
}
.arrow-right {
    right: -12px;
}

@media (max-width: 992px) {
    .our-products {
        position: relative;
        height: 550px;
    }
    .our-products .product-item {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
        z-index: 1;
    }

    .our-products .product-item.switchActive {
        opacity: 1;
        z-index: 40;
        transition: all 0.5s ease-out;
    }

    .product-arrow {
        display: block;
    }
}




@media (min-width: 768px) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

#pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 80px;
}
#pinContainer .panel {
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
    box-shadow: none;
}

/*我们的优势*/
#pinContainer .advantage {
    height: 1500px;
    background: #fbfbfb;
}

.advantage .product-title{
    margin-top: 30px;
}

.advantage-content {
    width: 90%;
    height: 310px;
    position: relative;
    margin: 0 auto;
}

.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: 18px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.advantage-content .advantage-introduce {
    font-size: 14px;
    color: #666666;
    position: relative;
    line-height: 1.8em;
}

.product-title {
    margin: 120px 0 60px;
}


/*照片墙*/
@-webkit-keyframes flipOutYtest {
   from {
       -webkit-transform: perspective(1400px);
       transform: perspective(1400px);
   }

   40% {
       -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
       transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
       opacity: 1;
   }

   50% {
       -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
       transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
       opacity: 0;
   }

   to {
       -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
       transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
       opacity: 0;
   }
}

@-webkit-keyframes flipInYtest {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

.flipIn1{
    -webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipOut1{
    -webkit-animation: flipOutYtest 0.75s linear;
    animation: flipOutYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flipIn2{
    -webkit-animation: flipInYtest 0.75s linear 0.1s;
    animation: flipInYtest 0.75s linear 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipOut2{
    -webkit-animation: flipOutYtest 0.75s linear 0.1s;
    animation: flipOutYtest 0.75s linear 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flipIn3{
    -webkit-animation: flipInYtest 0.75s linear 0.2s;
    animation: flipInYtest 0.75s linear 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipOut3{
    -webkit-animation: flipOutYtest 0.75s linear 0.2s;
    animation: flipOutYtest 0.75s linear 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flipIn4{
    -webkit-animation: flipInYtest 0.75s linear 0.3s;
    animation: flipInYtest 0.75s linear 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipOut4{
    -webkit-animation: flipOutYtest 0.75s linear 0.3s;
    animation: flipOutYtest 0.75s linear 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flipIn5{
    -webkit-animation: flipInYtest 0.75s linear 0.4s;
    animation: flipInYtest 0.75s linear 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipOut5{
    -webkit-animation: flipOutYtest 0.75s linear .4s;
    animation: flipOutYtest 0.75s linear .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flipIn6{
    -webkit-animation: flipInYtest 0.75s linear .5s;
    animation: flipInYtest 0.75s linear .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipOut6{
    -webkit-animation: flipOutYtest 0.75s linear .5s;
    animation: flipOutYtest 0.75s linear .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flipIn7{
    -webkit-animation: flipInYtest 0.75s linear .6s;
    animation: flipInYtest 0.75s linear .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipOut7{
    -webkit-animation: flipOutYtest 0.75s linear .6s;
    animation: flipOutYtest 0.75s linear .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.photo-list {
    width: 100%;
}

.photo-item {
    position: relative;
    width: 20%;
    height: 132px;
    border-bottom: 1px dashed #dcdcdc;
    border-right: 1px dashed #dcdcdc;
    float:left;
}

.photo-item:nth-child(1), .photo-item:nth-child(2), .photo-item:nth-child(3), .photo-item:nth-child(4), .photo-item:nth-child(5) {
    border-top: 1px dashed #dcdcdc;
}
.photo-item:nth-child(5), .photo-item:nth-child(10), .photo-item:nth-child(15){
    border-right: none;
}

.photo-item img{
    transition: all 0.2s ease-out;
    transform: scale(.8);
}

.photo-item:hover img{
    transform: scale(1);
}

.positive{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 40;
}
.opposite{
    width: 100%;
    height: inherit;
    position:relative;
}
.opposite img{
    position: absolute;
    top:0;bottom:0;
    left:0;right:0;
    margin: auto;
    width: 100%;
}

.bannerInfo .btn {
    padding: 8px 38px!important;
    font-size: 18px;
}

.check-content-btn .glyphicon{
   color: #34c0f7;
}

.product-title-font{
    font-size: 18px;
    color: #333;
}

/*应用*/
.application {
    width: 600px;
    height: 514px;
    margin: 60px auto 0;
    position: relative;
}


.application-img {
    display: block;
    width: 400px;
    height: 400px;
    margin: 0 16% 0;
}

.application-item {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #e8624e;
    position: absolute;
    color: #333;
    text-align: center;
    font-size: 16px;
    transition: all 0.2s ease-out;
}

.application-item img {
    width: 60px;
    height: 60px;
    margin: 5px auto;
}

.application-item div {
    position: relative;
    top: 5px;
    left: 25px;
    font-size: 14px;
}

.application-item:hover {
    transform: scale(1.2);
    box-shadow: 0 0 0px 8px rgba(233,75,94,.4);
}

.application-list:nth-child(2) .application-item:nth-child(1) {
    left: 240px;
    top: -9px;
    background: #e94b5e;
}
.application-list:nth-child(2) .application-item:nth-child(2) {
    left: 581px;
    top: -36px;
    background: #e94b5e;
}
.application-list:nth-child(2) .application-item:nth-child(3) {
    left: 23px;
    top: -2px;
    background: #e94b5e;
}
.application-list:nth-child(3) .application-item:nth-child(1) {
    left: -93px;
    top: 195px;
    background: #e94b5e;
}
.application-list:nth-child(3) .application-item:nth-child(2) {
    left: 455px;
    top: 125px;
    background: #e94b5e;
}
.application-list:nth-child(3) .application-item:nth-child(3) {
    left: 554px;
    top: 236px;
    background: #e94b5e;
}
.application-list:nth-child(4) .application-item:nth-child(1) {
    left: 211px;
    top: 291px;
    background: #e94b5e;
}
.application-list:nth-child(4) .application-item:nth-child(2) {
    left: 111px;
    top: 388px;
    background: #e94b5e;
}
.application-list:nth-child(4) .application-item:nth-child(3) {
    left: 400px;
    top: 365px;
    background: #e94b5e;
}

@media (max-width: 768px) {
    .application-container {
        background: url("../img/index/application-bg.png") #f8fafc 0 100px;
    }

    .application {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 20px auto;
    }
    .application-img{
        display: none;
    }

    .application ul{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .application-item {
        position: relative;
        left: auto!important;
        top: auto!important;
    }

    .application-item div {
        position: relative;
        top: 5px;
        left: 3px;
    }
}

/*我们的用户*/
@media (max-width: 768px) {
    .product-title {
        margin: 40px 0 60px;
    }

    .photo-item {
        width: 33.3%;
        height: 90px;
        overflow: hidden;
        border: 1px dashed #dcdcdc!important;
    }

    .photo-item img {
        transform: scale(1);
    }
}

/*我们的优势*/
@media (max-width: 768px) {
    .marketing .col-lg-4 {
        margin-bottom: 0;
    }
}

/*发票查验*/
@media (max-width: 768px) {
    .check-content {
        top: 0;
        left: 0;
    }

    .check-form {
        width: 100%;
    }
}

.banner-btn-box {
  width: 50%;
  height: 100px;
  margin-top: 270px;
  position: relative;
}

.banner-btn {
  position: absolute;
  right: -70px;
  width: 110px;
  background: #db2c32;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  border: 1px solid #db2c32;
  padding: 8px 14px!important;
  color: #fff;
  outline: none;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.banner-btn-left {
  right: 10px;
}
.banner-btn-right {
  right: -120px;
}
.banner-btn:hover {
  background: #c40b15;
  color: #fff;
  text-decoration: none;
}

.btn-red-line {
  border-color: #dd3730;
  color: #dd3730;
}

.btn-red-line:hover {
  background: #dd3730;
  color: #fff;
}

.split-line {
  margin: 0 14px;
}
.stack {
    position: relative;
    height: 132px
}
.stack__deco {
    background-color: purple;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.img-50 {
    width: 50% !important;
}
.img-60 {
    width: 60% !important;
}
.img-70 {
    width: 70% !important;
}
.img-80 {
    width: 80% !important;
}
.img-90 {
    width: 90% !important;
}


#notice-container {
  width: 500px;
  position: absolute;
  right: 10px;
}
#notice-container .notice-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  animation-name: icon-warning;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  cursor: pointer;
}

@keyframes icon-warning
{
  0%   {box-shadow: 0 0 0 0 #ed2d34;}
  5%   {box-shadow: 0 0 1px 0 #ed2d34;}
  9%   {box-shadow: 0 0 2px 0 #ed2d34;}
  18%  {box-shadow: 0 0 4px 0 #ed2d34;}
  27%  {box-shadow: 0 0 6px 0 #ed2d34;}
  36%  {box-shadow: 0 0 8px 0 #ed2d34;}
  45%  {box-shadow: 0 0 10px 0 #ed2d34;}
  54%  {box-shadow: 0 0 9px 0 #ed2d34;}
  63%  {box-shadow: 0 0 8px 0 #ed2d34;}
  72%  {box-shadow: 0 0 6px 0 #ed2d34;}
  81%  {box-shadow: 0 0 4px 0 #ed2d34;}
  90%  {box-shadow: 0 0 2px 0 #ed2d34;}
  95%  {box-shadow: 0 0 1px 0 #ed2d34;}
  100%  {box-shadow: 0 0 0 0 #ed2d34;}
}

#notice-container .notice-icon img{
  width: 40px;
  height: 40px;

}

#notice-container .notice-msg {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 350px;
  height: 230px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #d4d5d7;
  background: #ffffff;
  box-shadow: 0 6px 8px 0 #bdc0c3;
  color: #666666;
  font-size: 12px;
  overflow: hidden;
}

#notice-container .notice-msg .title {
  color: #000;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
}

#notice-container .notice-msg .footer {
  text-align: right;
}

#notice-container .notice-msg .main {
  text-indent: 2em;
}

#notice-container .notice-msg .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#notice-container .notice-msg .close-btn {
  float: right;
  margin-top: 5px;
  color: #ffffff;
  background: #d00d24;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

#notice-container .notice-msg .close-btn:hover {
  background: #ff544f;
}