
.btn-default:hover, .btn-default:active, .btn-default:focus{
    border-color: #58c320;
    color: #58c320;
    background: #fff
}
.btn-block{
    font-size: 18px;
    padding: 10px 12px;
}

a{
    cursor: pointer;
}

.center-panel {
    width: 80%;
    margin: 0 auto;
}

@keyframes moveFromBottomFade {
    0%{
        bottom: -100px;
        opacity: 0;
    }
    100%{
        bottom: 0;
        opacity: 1;
    }
}

@keyframes scaleUpCenter {
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}


.pt-page-moveFromBottomFade{
    -webkit-animation: moveFromBottomFade .7s ease both;
    animation: moveFromBottomFade .7s ease both;
}

.pt-page-scaleUpCenter{
    -webkit-animation: scaleUpCenter .4s ease-out both;
    animation: scaleUpCenter .4s ease-out both;
}

.pt-page-delay50{
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
}
.pt-page-delay100{
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.pt-page-delay200{
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}


.nav-head{
    position: relative;
    height: 60px;
}
.header{
    display: flex;
    align-items: center;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    position: fixed;
    width: 100%;
    height: 60px;
    padding-left: 10%;
}
.header > .logo{
    margin-right: 60px;
    width:126px;
}
.header > .logo img{
    width:100%;
}
.header > .navbar {
    display: flex;
    align-items: center;
    margin: 0;
}
.header > .navbar > a{
    display: block;
    padding: 0 12px;
    color: #4f4f4f;
    margin-left: 20px;
    text-decoration: none;
    font-size: 16px;
}
.header > .navbar > a:hover {
    color: #146bb6;
    cursor: pointer;
}
.header > .navbar > a:active {
    color: #146bb6;
}
.header > .action{
    position: absolute;
    right: 10%;
}
.header > .action >a {
    text-decoration: none;
}
.header > .action >a:first-child:hover {
    color:#333;
}

.container-fluid > .row > .banner{
    overflow: hidden;
    width: 100%;
    /*height: 747px;*/
    position:relative;
    color: #fff;
}
.container-fluid > .row >.title {
    padding: 20px 0 0 0;
    text-align: center;
    margin-top: 70px;
}

.container-fluid > .row >.title >h4 {
    color: #464646;
    font-size: 34px;
}

.container-fluid > .productPage{
    padding-top: 60px;
}

.container-fluid > .productPage .product-item{
    text-align: center;
    /*opacity: 0;*/
}

.container-fluid > .productPage .border-radiu{
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.container-fluid > .productPage .border-radiu >img{
    width: 111px;
    height: 100px;
}

.container-fluid > .productPage .product-item > .describtion > .title{
    margin: 50px 0 20px;
    text-align: center;
    white-space: nowrap;
}

.container-fluid > .productPage .product-item > .describtion > p{
     display: block;
     text-align: justify;
     font-size: 18px;
     line-height: 30px;
     color: #868686;
 }
.container-fluid > .productPage .product-item > .describtion >.item{
    text-align: center;
}

.container-fluid > .classic-example{
    margin-top: 50px;
    height: 630px;
    color: #fff;
    background: url(image/index.jpg) no-repeat 50%;
    padding-top: 80px;
    overflow: hidden;
    position: relative;
}

.container-fluid > .classic-example h2{
    opacity: 1;
}

.container-fluid > .classic-example .intro > h4{
    font-size: 18px;
    margin: 40px 0 85px;
    line-height: 2;
    opacity: 1;
}

.container-fluid > .classic-example a {
    color: #58c320;
    border: 1px solid #58c320;
    display: inline-block;
    padding: 5px 10px;
    margin: 30px 0 0 0;
    text-decoration: none;
}

.container-fluid > .classic-example .ivoryPic-container {
    margin: 0 120px;position:relative;
}

.container-fluid > .classic-example .ivoryPic-container > img{
    /*opacity: 0;*/
    position: absolute;
}

.container-fluid > .classic-example > .phone{
    position: absolute;
    bottom: 0;
    left: 40%;
    /*opacity: 0;*/
}


.container-fluid > .user-wrap{
    text-align: center;
    margin: 80px 0 100px 0;
}
.container-fluid > .user-wrap >.title {
    padding: 20px 0 60px 0;
    color: #868686;
    font-size: 18px;
}

.container-fluid > .user-wrap >.title >h4 {
    color: #464646;
    font-size: 34px;
}

.container-fluid > .user-wrap >.user-wrap-item-container >a{
    float: left;
    width: 24%;
    text-align: center;
}
.container-fluid > .user-wrap >.user-wrap-item-container >a >img{
    max-width: 100%;
}

.footer{
    background: #124476;
    padding: 20px 0;
    font-size: 12px;
}

.footer .dr-code{
    float: right;
    padding: 30px 0 0 0;
}

.footer .foot-con{
    padding: 30px 0 0 0;
}
.footer .foot-con .con-col {
    float: left;
    width: 15%;
}
.footer .foot-con .con-col >b{
    display: block;
    margin: 0 0 25px 0;
    color: #70b4ef;
    font-size: 16px;
}
.footer .foot-con dd{
    margin-bottom: 12px;
}

.footer a{
    color: #5590c4;
}

.footer .copy-right{
    color: #5f9cd0;
    margin-top: 30px;
}




