
.Honor .pc_all_content{ padding:80px 50px;}
.Honor .Honor_content .swiper-wrapper{}
.Honor .Honor_content .bottom_content_list{ border:1px solid #eaeaea; border-radius:5px;}
.Honor .Honor_content .bottom_content_list img{ width:100%;border-radius:5px;}
.Honor .Honor_content .swiper-pagination{ display:flex; align-items:center; justify-content:center; position:relative; margin-top:35px;}
.Honor .Honor_content .swiper-pagination span{ display:flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:100%; background:rgba(255,255,255,0); opacity:1; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; border:1px solid rgba(255,255,255,0); margin:0px 4px;}
.Honor .Honor_content .swiper-pagination span:before{ content:""; display:inline-block; width:8px; height:8px; background:#dadada; border-radius:100%; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Honor .Honor_content .swiper-pagination span.swiper-pagination-bullet-active{  transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;border:1px solid #1a7ec8;}
.Honor .Honor_content .swiper-pagination span.swiper-pagination-bullet-active:before{ background:#1a7ec8; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}

.Honor .Honor_content1{ margin-top:30px;}
.Honor .Honor_content1 .swiper-wrapper{}
.Honor .Honor_content1 .bottom_content_list{ border:1px solid #eaeaea; border-radius:5px;}
.Honor .Honor_content1 .bottom_content_list img{ width:100%;border-radius:5px;}
.Honor .Honor_content1 .swiper-pagination1{ display:flex; align-items:center; justify-content:center; position:relative; margin-top:35px;}
.Honor .Honor_content1 .swiper-pagination1 span{ display:flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:100%; background:rgba(255,255,255,0); opacity:1; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; border:1px solid rgba(255,255,255,0); margin:0px 4px;}
.Honor .Honor_content1 .swiper-pagination1 span:before{ content:""; display:inline-block; width:8px; height:8px; background:#dadada; border-radius:100%; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Honor .Honor_content1 .swiper-pagination1 span.swiper-pagination-bullet-active{  transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;border:1px solid #1a7ec8;}
.Honor .Honor_content1 .swiper-pagination1 span.swiper-pagination-bullet-active:before{ background:#1a7ec8; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}

.Honor_content{ position:relative;}
.Honor_content .honor-prev{ left:-50px; top:40%;background-color:rgba(0,0,0,0);}
.Honor_content .honor-next{ right:-50px; top:40%;background-color:rgba(0,0,0,0);transform: rotate(0deg);}
.Honor_content1{ position:relative;}
.Honor_content1 .honor-prev1{ left:-50px; top:45%;background-color:rgba(0,0,0,0);}
.Honor_content1 .honor-next1{ right:-50px; top:45%;background-color:rgba(0,0,0,0);transform: rotate(0deg);}


/*图片放大main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 790px;
    height: 790px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width:1440px){

#pictureViewer > .content{
    width: 590px;
    height: 590px;
}

}

@media screen and (max-width:1600px){

#pictureViewer > .content{
    width: 590px;
    height: 590px;
}

}