/* 公共样式表css */


/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/


/* 必要布局样式css */

.ato-content {
    width: 100%;
    margin: 0 auto;
}

.ato-list ul {
    padding: 0px;
}

.ato-list ul li {
    width: 31.595%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-sizing: border-box;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.24);
}

.ato-list ul li div {
    text-align: center;
}

.ato-list ul li div img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
}

.ato-list ul li h3 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 25px;
}

.ato-list ul li p {
    margin: 0;
    text-align: justify;
    max-height: 95px;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    padding: 0 22px 20px 22px;
}

@media ( max-width:767px) {
    .ato-list ul li p {
        display: none;
    }
}

.ato-more {
    width: 157px;
    height: 36px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #7D7D7D;
    line-height: 34px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 55px;
}

.ato-more:hover {
    background-color: #108cee;
    border-color: #108CEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
}

.ato-list-fl {
    /*float: left;*/
    text-align: left;
}

.ato-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.ato-title h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.ato-list-fl a {
    width: 58px;
    height: 36px;
    position: relative;
    margin-top: 20px;
    margin-right: 0px;
    display: inline-block;
    background: #f2f2f2;
    overflow: hidden;
}

.ato-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 7px;
}

.ato-list {
    width: 100%;
    margin-left: -9px;
    margin-right: -5px;
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0px;
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 14px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.ato-list-fl a:hover {
    background: #f4ab22;
}

.pinzhongBar {
    padding: 0px;
    background-color: #f4f4f4;
    position: relative;
}

.pinzhongBar .pinzhong {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    text-align: center;
}

li:hover .pinzhong {
    display: flex;
    align-items: center;
}

.pinzhong a {
    background: linear-gradient(to right, #f4ab22 0%, #f2cc23 100%);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .ato-list {
        margin-left: -4px;
    }
}

.fengcai_3 .ato-list ul li {
    width: 33.333%;
    margin-left: 0px;
    margin-right: 0px;
    background-color: transparent;
}

.rongyu_li {
    /* margin-left: 10px;
    margin-right: 10px; */
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 5px #ddd;
}

.rongyu_li .content-box {
    background-color: transparent;
}

.ato-list ul li .rongyu_li h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ato-content {
    position: relative;
}

.rongyu_li .image-box {
    height: 220px;
    overflow: hidden;
}

.rongyu_ato {
    position: relative;
    /* height: 20px; */
}

.rongyu_ato a {
    width: 30px;
    height: 66px;
    background-color: transparent;
    position: absolute;
    top: 110px;
    z-index: 1000;
}

.rongyu_ato a img {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.rongyu_ato .prev {
    left: -40px;
}

.rongyu_ato .next {
    right: -25px;
}

.rongyu_ato a:hover {
    background: transparent;
}

.rongyu_ato .prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0px;
}

.rongyu_ato .next:hover .ato-ope2 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0px;
}

@media (max-width: 1025px) {
    .ato-list ul li {
        width: 96%;
    }
    .rongyu_li .image-box {
        height: auto;
    }
    .rongyu_ato a {
        top: 200px;
    }
}

@media (max-width:769px) {
    .rongyu_li .image-box {
        height: auto;
    }
}

@media (max-width:414px) {
    .rongyu_ato a {
        top: 95px;
        width: 20px;
    }
    .rongyu_ato .next {
        right: -7%;
    }
    .rongyu_ato .prev {
        left: -7%;
    }
}

@media (max-width:414px) {
    .ato-list ul li h3 {
        font-size: 16px;
    }
    .pinzhongBar .pinzhong {
        padding: 10px;
    }
    .pinzhong a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width:1024px) {
    .pinzhongBar .pinzhong {
        display: none;
        height: 0px;
        position: relative;
        overflow: hidden;
        opacity: 0;
    }
}<!--9.2983245849609E-5-->