#honorPage {
    background-color: #f8f8f8;
    padding-top: 3rem;
}
.honor-list {
    width: 1400px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.honor-list dd {
    float: left;
    display: block;
    width: 25%;

    transition: 0.43s;
    -webkit-transition: 0.43s;
    cursor: zoom-in;
}
.honor-list .img {
    padding: 10px;
    width: 330px;
    height: 220px;
    border: 2px solid #c4c4c4;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.honor-list .txt1 {
    height: 50px;
    margin-top: 5px;
    padding: 0px 5%;
    overflow: hidden;
    text-align: center;
}
.honor-list .img img {
    margin: 0 auto;
    height: 200px;
    width: auto;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 750px;
}
.zoomimg:hover {
    cursor: zoom-in;
}
.bigImg img {
    width: 100%;
}

.bigImg p {
    height: 50px;

    text-align: center;
    color: #fff;
    line-height: 50px;
    background: #565454;
    font-size: 16px;
}
.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    top: 0;
    left: 0;
}
.none-scroll {
    overflow: hidden;
}


.rongyu{
    background: url("../images/whbj.png") no-repeat center;
    background-size: cover;
}
.rongyu .container{
    width: 1280px;
    margin: auto;
}
.rongyutext{
    padding: 40px 0;
}

.ry{
    height: 210px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    position: relative;
    z-index:1;
}
.ry img{
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index:-1;
}
.ry .rytext{
    text-align:center;
}
.ry .rytext div{
    font-size: 36px;
    line-height: 50px;
}
.ry .rytext p{
    font-size: 16px;
}
.ryjs{

    width: 80%;
    font-size: 14px;
    padding-top:50px;
    color:#666;
}



.ryjs span{
    line-height: 30px;
    display: inline-block; 
    width: 338px;
    padding-left: 50px;
}
    .ryjs span em{
 padding-right: 5px;
    }
 .ryjs span:hover, .ryjs span:hover em {
     color:#ca0e2a;
    }


.rongyu ul{
    padding: 60px 0 130px 0;
}
.rongyu li{
    width: 32%;
    border: 1px solid #c1bfbf;
    padding: 10px;
    text-align: center;
    color: #5b5b5b;
    cursor: pointer;
    margin-bottom: 30px;
}
.rongyu li .ryimgbox{
    height: 200px;
    overflow: hidden;
    position: relative;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.rongyu li .ryimgbox>img{
    width: 200px;
    max-width: 100%;
    transition: all 3s;
}
.rongyu li:hover .ryimgbox>img{
    width: 100%;
}
.rongyu li .ryimgbox .jdry{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    opacity: 0;
    transition: all 1s;
}
.rongyu li:hover .ryimgbox .jdry{
    opacity: 1;
}
.rongyu li p{
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
}
.ckryimg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left:0;
    top: 0;
    background: rgba(0,0,0,0.8);
    transition: all 1s;
    transform:scale(0);
}
.ckryimg.cur{
    transform:scale(1);
}
.ckryimg .container{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    height: 100%;
}
.ckryimg img{
    width: auto;
    max-width: 100%;
}



@media screen and (max-width: 640px) {
    .rongyu .container {
        width:100%;
        padding:0 20px;
    }
    .displayflex {
        flex-direction:column;
    }
    .rongyu ul {
        padding: 0;
    }
    .rongyu li {
        width: 100%;
    }
    .w1400 {
        max-width: 100%;
    }
    .n_about .fl01 .left {
        display: none;
    }

    .n_about .fl01 .right {
        width: 100%;
        padding-left: 0;
        float: none;
        padding: 0 20px;
    }
    .ar_article p {
        font-size: 14px;
        color: #5f5f5f;
        line-height: 25px;
        margin-bottom: 20px;
        text-indent: 2em;
    }
    .n_about .fl01 {
        padding-bottom: 0;
    }
    .s_shuzi {
        display: none;
    }
    .n_about .fl02 .ar_pagecon .container {
        padding-top: 0;
    }
    .n_about .fl02 .ar_pagecon .container h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .n_about .fl02 .ar_pagecon {
    }

    .pagePadding {
        padding: 50px 0px 120px;
    }
    .n_about .fl02 .ar_pagecon .container {
        padding: 30px 20px;
    }
    .n_about .fl02 .ar_pagecon .container h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .n_about .fl02 .ar_pagecon .container i {
        margin-bottom: 10px;
    }
    .n_about .fl02 .ar_pagecon .container p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .n_about .fl02 .ar_pagecon {
        width: 100%;
        height: 250px;
    }
    .honor-list {
        width: 100%;
    }
    .honor-list dd {
        width: 100%;
    }
    .honor-list .txt1 {
        height: 50px;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        line-height: 50px;
    }
    .honor-list .img {
        width: 330px;
        height: 225px;
        margin: 0 auto;
    }
    .bigImg {
        width: 350px;
        height: 500px;
    }
}

@media screen and (max-width: 375px) {
    .honor-list .img {
        width: 310px;
        height: 225px;
        margin: auto;
    }
    .bigImg {
        width: 320px;
        height: 500px;
    }
}
