.center-banner img{
    width: 100%;
}
.product-content{

    margin: 4% auto 3% auto;
}
.product-center-text{
    width:1100px;
    margin: 4% auto 3% auto;
    text-align: center;
    font-size: 3vw;
    color: #465472;
    border-bottom: 3px solid;
    padding-bottom: 10px;
}

.nav{
    width:1100px;
    margin:0px auto;
}

.nav-text{
    height: 40px;
    margin: 0 auto;
    display:flex;
    -webkit-justify-content: center;
    display:-webkit-flex;
    justify-content: center;

}

.nav-text a{
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #cccccc;
    display: block;
    float: left;
    cursor:pointer;
    color: #FFFFFF;
    text-decoration: none;
}
.nav-text .pitch{
    background: #f6b436;
}

.big-center-show{

    width: 1100px;
    margin: 40px auto 0 auto;

}
.big-center-show a{
    text-decoration: none;
    color:#333;
}
/*.center-show{*/
/*    !*width: 80%;*!*/
/*    !*margin: 2% auto 0 auto;*!*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

/*.show-box1{*/
/*    width: 20%;*/
/*    text-align: center;*/
/*}*/
/*.show-box1 img{*/
/*    width: 100%;*/
/*}*/
/*.show-box1 p:nth-child(2){*/
/*    margin: 2% 0 2% 0;*/
/*}*/
/*.show-box1 a:nth-child(3){*/
/*    width: 35%;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*    background: #ccc;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*}*/
.big-center-show{
    display:flex;
    display:-webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.center-show{
    text-align: center;
    margin-left: 20px;
    margin-right: 20px
}
.center-show img{
    width:180px;
    height:120px;

}
.center-show p:nth-child(3){
    background: #999;
    color:#fff;
    width:100px;
    margin:0px auto;
}
.center-show p{
    line-height:30px;
}
.xian{
    width: 100%;
    height: 2px;
    background: #e0b04c;
    margin-top: 2%;
}
.page-turning {
    float: right;
    margin: 2% 0 2% 0;
}
.page-turning a{
    text-decoration: none;
    color: #333333;
    border:1px dotted #333;
}
.page-turning strong{
    background: #e0b04c;
    color:#fff;

}
.page-turning strong,.page-turning a{
    padding:5px 10px !important;
    margin:10px;
}
.show-box1{
    margin-top:20px;
}
/*隐藏*/
.hidden{
    display: none;
}