@import url("../css/common.css");
section.panel {
    background-color: transparent;
    border-color: #fff;
}
section.panel .panel-heading h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
}

#fixed-img {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
}
main.content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100vh;
}

/* 提示*/
.panel-tips{
    width: 100%;
    height: 60px;
    background: #FFEC4E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tips-img{
    width: 30px;
    height: 30px;
}

.tips-text{
    /*height: 30px;*/
    /*line-height: 30px;*/
    font-size: 16px;
    color: #2F3435;
    margin-left: 12px;
}

/*  */
.panel-header{
    width: 100%;
    height: 80px;
    background: #2F3435;
    line-height: 80px;
}

.panel-header-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.header-title-left{
    height: 60px;
    display: flex;
    align-items: center;
}

.title-left-tips{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 56px;
}

/* 提示end */
/* 页脚 */
.page-footer{
    width: 100%;
    height: 100px;
    background: #5A5A5A;
    line-height: 100px;
}

#footer-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #999999;
}

.footer-border{
    width: 2px;
    height: 19px;
    background: #999999;
    margin: 0 30px;
}

.li-mobile {
    display: none;
}

/* 页脚 end */



.banner-content{
    position: absolute;
    top: 25%;
    left:20%;
    /*display: flex;*/
    /*align-items: center;*/
}

.ban-title{
    font-size: 48px;
    color: #ffffff;
    /*font-weight: bold;*/
    letter-spacing:4px;
}

.btn-img{
    width: 170px;
    height: 50px;
}


.btn-img .active{
    display: none;
}
.btn-img:hover .active{
    display: block;
}
.btn-img:hover .normal{
    display: none;
}

.qrCode{
    width: 147px;
    height: 147px;
}


.title-left-name{
    font-size: 16px;
    color: #C1C1C1;
    margin-left: 20px;
}

.ribbon-title {
    margin: 0 auto;
    width:560px;
    overflow: hidden;
}

.no-padding-col {
    padding: 0;
}
.page-title {
    background-color: transparent;
    padding: 0;
    /*background-color: #ff0000;*/
}
.page-title .panel-body .panel-col {
    display: flex;
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    align-items: center;
    justify-content: flex-start;
}

.page-title .panel-body .panel-col:last-child {
    margin-top: 20px;
}

.page-title .company-logo {
    width: 110px;
    height: 110px;
}

.page-title .company-logo img {
    width: 110px;
    height: 110px;
}

.page-title .company-name {
    padding: 20px 0 20px 20px;
    font-size: 72px;
    font-weight: bold;
    color:rgba(255,254,254,1);
    text-shadow:0px 2px 4px rgba(0, 0, 0, 0.35);
}

.page-title .company-slogan {
    font-size: 60px;
    font-weight: bold;
    color:rgba(254,234,96,1);
    line-height: 103px;
    text-shadow:0px 2px 4px rgba(0, 0, 0, 0.35);
}

.product {
    padding: 50px 0 0;
}

.product .panel-body .panel-col {
    position: relative;
    margin: 10px auto;
    width: 355px;
    height: 355px;
    border-radius: 5px;
    box-shadow:0px 0px 2px 0px rgba(4,0,0,0.3);
}

.product .panel-body .panel-col .panel-col-img {
    text-align: center;
    padding: 20px 0 22px;
}

.product .panel-body .panel-col .panel-col-title, .product .panel-body .panel-col .panel-col-intro, .product .panel-body .panel-col .panel-col-more {
    width: 100%;
    text-align: center;
}

.product .panel-body .panel-col .panel-col-title {
    /*margin: 0 0 20px;*/
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 37px;
}

.product .panel-body .panel-col .panel-col-intro {
    line-height: 28px;
    padding:  0 20px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.about {
    padding: 50px 0;
    position: relative;
}

.about .about-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.about .about-bg img {
    width: 100%;
    height: 100%;
}


.about .panel-body .about-info {
    margin-left: 32px;
    margin-bottom: 50px;
}
.about .panel-body .about-info .about-info-title {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}

.about .panel-body .about-info .about-info-content {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}


.about .panel-body .no-padding-col img {
    width: 100%;
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        /*transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade-out-left {
    from {
        opacity: 1;
        transform: none;

    }
    to {
        opacity: 0;
        /*transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}



.consultation {
    width: 100%;
}

.consultation .input-row {
    margin-right: -15px;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.consultation .consultation-label {
    width: 80px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: lighter;
    color: #999999;
}

.consultation .consultation-label > span:last-child:after{
    content: "：";
}

.consultation .consultation-input {
    width: calc( 100% - 125px);
}
.consultation .consultation-div {
    width: 25px;
    text-align: center;
}


.consultation .tips-row {
    margin-right: -15px;
    min-height: 24px;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.consultation .tips-row.active {
    display: flex;
}

.consultation .tips-row > div {
    width: calc( 100% - 125px);
}


.consultation .tips-row > div:first-child {
    width: 80px;
}

.consultation .tips-row > div:last-child {
    width: 25px;
}

.consultation-submit {
    border-radius: 5px;
}



@media (max-width: 767px) {
    .carousel-indicators {
        bottom: -30px;
    }

    .carousel-indicators li {
        border-color: rgba(204,160,0,.9);
        width: 6px;
        height: 6px;
        border-radius: 12px;
    }
    .carousel-indicators .active {
        width: 16px;
        height: 8px;
        background-color: rgba(204,160,0,.9);
    }

    .li-pc{
        display: none;
    }
    .li-mobile{
        display: block;
    }



    .footer-content{
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        font-size: 16px;
        color: #999999;
    }

    .footer-border{
        display: none;
    }

    /*ribbon*/
    .ribbon-title {
        width: calc( 100vw - 30px );
    }
    .ribbon {
        width: calc( 100% - 162px );
        margin: 0 81px 40px;
    }

    .ribbon-before, .ribbon-after {
        width: 81px;
        height: 80px;
    }

    .ribbon-before {
        left: -81px;
    }

    .ribbon-after {
        right: -81px;
    }

    .ribbon .ribbon-middle {
        width: 100%;
        height: 40px;
    }

    .ribbon .ribbon-text {
        height: 37px;
        line-height: 37px;
        font-size: 24px;
    }

    /*page-title*/
    .page-title {
        padding: 0 0 25px;
        box-shadow:0px 0px 2px 0px rgba(4,0,0,0.9);
    }
    .page-title .panel-body .panel-col:last-child {
        margin-top: 0;
    }

    .page-title .company-logo {
        width: 44px;
        height: 44px;
    }

    .page-title .company-logo img {
        width: 44px;
        height: 44px;
    }

    .page-title .company-name {
        padding: 20px 0;
        font-size: 24px;
        font-weight: bold;
        color:rgba(255,254,254,1);
        text-shadow:0px 2px 4px rgba(0, 0, 0, 0.35);
    }

    .page-title .company-slogan {
        font-size: 22px;
        font-weight: bold;
        color:rgba(254,234,96,1);
        line-height: 40px;
        text-shadow:0px 2px 4px rgba(0, 0, 0, 0.35);
    }


    /*product*/
    .product {
        padding-top: 0;
    }

    .product .panel-body .panel-col {
        margin: 10px auto;
        width: calc( 100% - 5px );
        height: auto;
        border-radius: 5px;
        padding-bottom: 10px;
    }

    /*about*/
    .about {
        padding-top: 0;
    }



    .about .panel-body .about-info {
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .about .panel-body .about-info .about-info-title {
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .about .panel-body .about-info .about-info-content {
        font-size: 16px;
        color: #fff;
        line-height: 28px;
    }
    .about .panel-body .no-padding-col .panel-col {
        width: calc(100% - 5px);
        margin-bottom: 10px;
    }

    .about .panel-body .li-mobile > .no-padding-col:nth-child(odd){
        text-align: left;
    }
    .about .panel-body .li-mobile > .no-padding-col:nth-child(even) {
        text-align: right;
    }

    .about .panel-body .li-mobile > .no-padding-col:nth-child(even) .panel-col{
        margin-left: 5px;
    }

    .consultation {
        width: 100%;
    }

    .consultation .input-row {
        margin-right: -15px;
        min-height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .consultation .consultation-label {
        width: 80px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        font-weight: lighter;
        color: #999999;
    }

    .consultation .consultation-label > span:last-child:after{
        content: "：";
    }

    .consultation .consultation-input {
        width: calc( 100% - 125px);
    }
    .consultation .consultation-div {
        width: 25px;
        text-align: center;
    }


    .consultation .tips-row {
        margin-right: -15px;
        min-height: 24px;
        display: none;
        justify-content: space-between;
        align-items: center;
    }

    .consultation .tips-row.active {
        display: flex;
    }

    .consultation .tips-row > div {
        width: calc( 100% - 125px);
    }


    .consultation .tips-row > div:first-child {
        width: 80px;
    }

    .consultation .tips-row > div:last-child {
        width: 25px;
    }

    .consultation-submit {
        border-radius: 5px;
    }

}

@media (min-width: 768px)  {
    .banner-content{
        position: absolute;
        top: 15%;
        left:10%;
        /*display: flex;*/
        /*align-items: center;*/
    }

    .ban-title{
        font-size: 38px;
        color: #ffffff;
        /*font-weight: bold;*/
        letter-spacing:4px;
    }


    .btn-img{
        width: 140px;
        height: 40px;
        margin-right: 34px ;
    }

    .btn-img:first-child{
        margin-bottom: 27px;
    }

    .qrCode{
        width: 107px;
        height: 107px;
    }

    .carousel-indicators {
        bottom: 0;
    }
    .product .panel-body .no-padding-col .panel-col {
        width: calc( 100% - 14px);
        margin: 0 auto 20px;
    }
    .product .panel-body .no-padding-col:nth-child(1) .panel-col, .product .panel-body .no-padding-col:nth-child(4) .panel-col{
        margin: 0 auto 20px 0;
    }
    .product .panel-body .no-padding-col:nth-child(3) .panel-col, .product .panel-body .no-padding-col:nth-child(6) .panel-col{
        margin: 0 0 20px auto;
    }

    .about .panel-body .no-padding-col .panel-col {
        width: calc( 100% - 7px);
        margin: 0 auto 10px;
    }
    .about .panel-body .li-pc > .no-padding-col:nth-child(2) {
        text-align: center;
    }
    .about .panel-body .li-pc > .no-padding-col:first-child .panel-col{
        margin: 0 auto 10px 0;
    }
    .about .panel-body .li-pc > .no-padding-col:last-child .panel-col{
        margin: 0 0 10px auto;
    }
}

@media (min-width: 800px)  {

    .banner-content{
        position: absolute;
        top: 15%;
        left:10%;
        /*display: flex;*/
        /*align-items: center;*/
    }

    .ban-title{
        font-size: 38px;
        color: #ffffff;
        /*font-weight: bold;*/
        letter-spacing:4px;
    }

    .btn-img{
        width: 140px;
        height: 40px;
        margin-right: 34px ;
    }

    .btn-img:first-child{
        margin-bottom: 27px;
    }

    .qrCode{
        width: 107px;
        height: 107px;
    }
}

@media (min-width: 1200px)  {
    .li-pc{
        display: block;
    }
    .li-mobile{
        display: none;
    }
    .banner-content{
        position: absolute;
        top: 25%;
        left:20%;
        /*display: flex;*/
        /*align-items: center;*/
    }

    .ban-title{
        font-size: 48px;
        color: #ffffff;
        /*font-weight: bold;*/
        letter-spacing:4px;
    }

    .btn-img{
        width: 170px;
        height: 50px;
        margin-right: 54px ;
    }

    .btn-img:first-child{
        margin-bottom: 47px;
    }

    .qrCode{
        width: 147px;
        height: 147px;
    }
}


@media (min-width: 1921px)  {

    .banner-content{
        position: absolute;
        top: 25%;
        left:20%;
        /*display: flex;*/
        /*align-items: center;*/
    }

    .ban-title{
        font-size: 48px;
        color: #ffffff;
        /*font-weight: bold;*/
        letter-spacing:4px;
    }

    .btn-img{
        width: 170px;
        height: 50px;
        margin-right: 54px;
    }
    .btn-img:first-child{
        margin-bottom: 47px;
    }

    .qrCode{
        width: 187px;
        height: 187px;
    }
}