a {
    text-decoration: none !important;
}

.banner-content {
    height: 500px;
    width: 100%;
}

.banner-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.banner-image img {
    width: 100%;
}

.part .cell {
    padding: 4em 0;
}

.part .cell span {
    display: block;
    color: #FF9800;
    text-align: center;
}

.part .cell .type {
    position: relative;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.part .cell .type:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 100%;
    height: 30px;
    transform: translateX(-50%);
    background-image: url(../images/common/cell.png);
    background-repeat: no-repeat;
    background-position: center;
}

.part .cell .name {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
}

.part .cell .desc {
    position: relative;
    font-size: 14px;
    line-height: 40px;
}

.part .cell .desc:before {
    content: '';
    position: absolute;
    border-top: 1px solid rgb(14, 77, 156);
    left: 50%;
    width: 20%;
    height: 1px;
    transform: translateX(-50%);
}

.grids {
    padding-bottom: 20px;
}

.grids-list .item {
    width: 32%;
    margin-bottom: 20px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 2px 5px 1px rgba(136, 136, 136, 0.2);
    text-align: center;
    text-decoration: none;
}

.grids-list .item:nth-of-type(3n+2) {
    margin: 0 2%;
}

.grids-list .item img {
    width: 320px;
    height: 250px;
    object-fit: cover;
    margin: 20px 0;
    border-radius: 3px;
}

.grids-list .item .pro-title {
    position: relative;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    line-height: 35px;
    margin: 0;
    padding: 3px 18px 3px 10px;
    text-align: left;
    border-top: 1px solid rgba(136, 136, 136, 0.2);
    color: #666;
    text-decoration: none;
    /* cursor: pointer; */
}

.pro-title::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAJFBMVEUAAABgYGBmZmZlZWVlZWVlZWVlZWVlZWVlZWVmZmZkZGRmZmbVA3GaAAAAC3RSTlMAENDP7zCwYJBQQOowucUAAAA1SURBVCjPY6AWYE9EE2DbLIAqwKhtiKZEaBApWb0dlc/qrYgqELJJYMAVsKEpYOBsZKAtAACNaA+Y80GdHQAAAABJRU5ErkJggg==');
    background-size: 100%;
}

.container-about {
    background-color: rgba(241, 242, 240, 1);
}

.about .left {
    width: 20%;
    /*max-height: 300px;*/
    float: left;
    object-fit: cover;
    overflow: hidden;
}

.about .right {
    width: 20%;
    max-height: 400px;
    float: right;
    text-align: right;
    overflow: hidden;
}

.about .content {
    width: 60%;
    float: left;
    padding: 0 15px;
}

.about .content p {
    font-size: 16px;
    text-indent: 32px;
}

.n-left {
    width: 35%;
    float: left;
}

.n-left img {
    width: 100%;
}

.n-left p {
    margin: 0;
    line-height: 25px;
}

.n-left .title {
    font-size: 16px;
    font-weight: bold;
}

.n-right {
    width: 65%;
    float: left;
}

.n-right li {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin-left: 70px;
}

.n-right li .number {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 72px;
    color: #FF9800;
}

.li-content {
    font-size: 16px;
    color: #555;
}

.li-content .text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.li-arrow {
    position: relative;
    overflow: hidden;
    padding-right: 80px;
}

.c-more {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 20px;
    height: 15px;
    overflow: hidden;
}

.c-more .c-arrow {
    position: absolute;
    top: 5px;
    display: block;
    width: 15px;
    border-bottom: 2px solid #888;
}

.c-more .c-arrow i {
    display: block;
    position: absolute;
    top: -4px;
    left: 11px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #888;
}

.c-more .c-left {
    left: -15px;
}

.c-more .c-right {
    left: 0;
}

.li-content, .c-more .c-arrow {
    transition: all .36s ease;
}

li:hover .li-content {
    transform: translateX(15px);
}

li:hover .li-arrow .c-left {
    left: 0;
}

li:hover .li-arrow .c-right {
    left: 30px;
}

.n-right li .time {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #999;
}

.footer-left {
    /* margin-left: 20%; */
}

.footer-right {
    /* margin-right: 20%; */
}

.footer-left span {
    font-size: 16px;
    line-height: 30px;
    display: block;
}

.footer-right img {
    width: 100px;
    height: 100px;
}

.footer-right span {
    display: block;
    padding-top: 10px;
}

.copyright {
    display: block;
    text-align: center;
}

@media (max-width: 1200px) {
    .grids-list .item img {
        width: 260px;
        height: 150px;
        margin-top: 15px;
    }
    .ipone {
        display: block;
    }
    .pc{
        display: none;
    }
}

@media (max-width: 992px) {
    .grids-list .item img {
        width: 200px;
        height: 100px;
        margin-top: 15px;
    }
    .ipone {
        display: block;
    }
    .pc{
        display: none;
    }
}

@media (max-width: 768px) {
    .grids-list .item {
        width: 48%;
        margin-bottom: 20px;
        float: left;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 1px 2px 5px 1px rgba(136, 136, 136, 0.2);
        text-align: center;
    }

    .grids-list .item:nth-of-type(3n+2) {
        margin: 0;
        margin-bottom: 20px;
    }

    .grids-list .item:nth-of-type(2n) {
        margin-left: 2%;
    }

    .grids-list .item img {
        width: 100%;
        height: 130px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .banner-content {
        height: 250px;
    }

    .swiper-wrapper .banner-image .centerImg {
        object-position: 30% center;
    }

    .footer-left {
        margin-left: 0;
    }

    .footer-right {
        margin-right: 0;
    }

    .footer-img {
        display: none;
    }

    .ipone {
        display: none;
    }
    .pc{
        display: block;
    }
}

@media (max-width: 640px) {
    .banner-image img {
        object-fit: cover;
        height: 250px;
    }

    .part .cell {
        padding: 2em 0;
    }

    .about {
        position: relative;
        display: inline-block;
    }

    .about .left {
        width: 100%;
    }

    .about .left img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .about .content {
        width: 100%;
        padding: 15px;
    }

    .about .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .right img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .n-left, .n-right {
        width: 100%;
        float: unset;
    }

    .n-left .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 10px;
    }

    .n-right ul {
        padding-left: 0;
    }

    .li-arrow {
        padding-right: 50px;
    }

    .n-right li .number {
        font-size: 50px;
        left: -70px;
    }

    .footer-img {
        display: none;
    }

    .ipone {
        display: none;
    }
    .pc{
        display: block;
    }
}

@media (max-width: 480px) {
    .part .cell {
        padding: 1em 0;
    }

    .part .cell .name {
        font-size: 25px;
    }

    .footer-img {
        display: none;
    }

    .ipone {
        display: none;
    }
    .pc{
        display: block;
    }
}

.centerImg {
    height: 100%;
    width: 100%;
}

.footer-img {
    height: 112px;
    width: 42px;
}

.footer-text {
    color: #FF9800;
}

.item-qq a {
    color: white;
    text-decoration: none
}

.item-qq a span {
    margin-left: 20px;
}
