﻿.aboutcss{

}
/**aboutjj**/
    .aboutcss .aboutjj {
        width: 1480px;
        margin: 0 auto;
        font-size: 16px;
    }
        .aboutcss .aboutjj .jjnm {
            color: #ad1e37;
            font-size: 30px;
            line-height: 80px;
        }
        .aboutcss .aboutjj .nmln {
            width: 60px;
            height: 2px;
            background-color: #ad1e37;
        }
        .aboutcss .aboutjj .conm {
            line-height: 60px;
            font-size: 20px;
        }
/****/
    .aboutcss .cofst {
        display: flex;
        justify-content: space-between;
    }
    .aboutcss .fstfl {
        flex: 1;
        background-image: url(/img/pcimg/aboutlogo.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 90%;
    }
        .aboutcss .fstfl p {
            margin-top: 10px;
            text-indent: 2em;
            color: #5e5e5e;
            line-height: 26px;
        }
    .aboutcss .fstfr {
        padding-left: 30px;
        width: 660px;
    }
        .aboutcss .fstfr img {
            display: block;
            width: 100%;
            border-radius:3px;
        }
    .aboutcss .cosnd {
        margin: 20px 0;
    }
        .aboutcss .cosnd p {
            margin-top: 10px;
            text-indent: 2em;
            color: #5e5e5e;
            line-height: 26px;
        }
    .aboutcss .cotrd {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }
        .aboutcss .cotrd img {
            display: block;
            width: 480px;
            border-radius: 5px;
        }
/**aboutry**/
    .aboutcss .aboutry {
        width: 1480px;
        margin: 0px auto;
        margin-top: 30px;
        margin-bottom: 50px;
        position: relative;
        overflow:hidden;
    }
        .aboutcss .aboutry .scnnm {
            color: #ad1e37;
            font-size: 30px;
            line-height: 80px;
        }
        .aboutcss .aboutry .scnln {
            width: 60px;
            height: 2px;
            background-color: #ad1e37;
        }
        .aboutcss .aboutry .ryul {
            width:1480px;
            overflow:hidden;
            position:relative;
            padding-bottom:60px;
        }
        .aboutcss .aboutry .ryli {
        }
        .aboutcss .aboutry .ryimg {
            width: 100%;
            height: 467px;
            position: relative;
            overflow: hidden;
            box-sizing: border-box;
/*            border: 1px solid #CCC;*/
            user-select:none
        }
        .aboutcss .aboutry img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            /****/
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all .5s ease;
        }

        .aboutcss .aboutry .ryli:hover img {
            transform: translate(-50%, -50%) scale(1.1);
        }
        .aboutcss .aboutry .rynm {
            text-align: center;
            height: 40px;
            line-height: 40px;
        }
        .aboutcss .aboutry .rymore {
            display: block;
            border: 1px solid #CCC;
            border-radius: 4px;
            line-height: 40px;
            width: 120px;
            margin: 20px auto;
            text-align: center;
            color: #333;
            background-color: #F7F7F7;
            font-size: 18px;
        }
/****/
        .aboutcss .aboutry .swiper-pagination {
            bottom:20px!important
        }