.content {
    width: 100%;
}
.nav {
    width: 100%;
    margin: auto;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(1, 11, 77, 0.1);
}
.items {
    height: 105px;
    width: 1200px;
    margin: auto;
}
.color{
    color: #1D5EFF !important;
    border-bottom: 2px solid #1D5EFF;
}
.items a{
    display: inline-block;
    height: 105px;
    line-height: 105px;
    text-align: center;
    margin-right: 100px;
    font-size: 18px;
}
.main1{
    width: 1200px;
    margin: auto;
    /*border: 1px solid red;*/
}
.titles{
    margin-bottom: 60px;
    margin-top: 69px;
}
.one{
    width: 98px;
    height: 33px;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 20px;
}
.two{
    width: 203px;
    height: 25px;
    color: #949494;
    font-size: 18px;
    margin-top: 2px;
}
.three{
    display: inline-block;
    width:20px;
    height:4px;
    background:rgba(29,94,255,1);
}
.zs{
    float: left;
    margin-right: 12px;
    margin-bottom: 70px;
    margin-left: 28px;
}
.zs img{
    width: 360px;
    height: 360px;
}
.zs p{
    font-size: 14px;
    margin-top: 10px;
}
.zs p:last-child{
    color: #949494;
    margin-top: 4px;
}
.last{
    clear: both;
    /*border: 1px solid red;*/
    text-align: center;
    margin-bottom: 200px
}
.fenye{
    width:68px;
    height:34px;
}
.fenye,.fenyes{
    display: inline-block;
    border: 2px solid #D4D4D4;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 5px;
    padding-top: 6px;
}
.fenyes{
    width:34px;
    height:34px;
}
.dash{
    background-color: #0715DD;
    color: white;
}
#show{
    position: absolute;
    width: 100%;
    height: 1524px;
    background-color: #000000;
    z-index: 999;
    opacity: 0.6;
}
.zhengshu{
    position: absolute;
    z-index: 999;
    display: none;
}
.zhengshu img{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 420px;
    height: 450px;
    margin-left: -210px;
    margin-top: -225px;
}
.btnView .btn{
    width:40px;
    height:40px;
}
.btnView .btn.btn-prev{
    position: fixed;
    top: 50%;
    left: 32px;
    background:url('../img/zuojiantou_btn.png') 100% 100% no-repeat;
}
.btnView .btn.btn-next{
    position: fixed;
    right: 32px;
    top: 50%;
    background:url('../img/youjiantou_btn.png') 100% 100% no-repeat;
}
