﻿.pcindex {
}

    .pcindex .bannermain {
        position: relative;
        width: 100%;
        height: calc(100vw * 0.4);
        min-width: 1200px;
        min-height: 480px;
        background-image: url(/img/pimg/ibanner.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        overflow: hidden;
    }

    .pcindex .banleft {
        position: absolute;
        z-index: 1;
        left: calc(50vw - 600px);
        top: 130px;
    }

    .pcindex .banright {
        position: absolute;
        z-index: 1;
        top: 130px;
        right: calc(50vw - 600px);
        width: 660px;
        height: 428px;
    }

        .pcindex .banright .swiper {
            width: 100%;
            height: 100%;
        }

        .pcindex .banright .swiper-slide {
            background-position: center;
            background-size: cover;
        }

    .pcindex .iabout {
        padding-top: 60px;
        width: 1100px;
        margin: 0 auto;
    }

    .pcindex .iname {
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 50px;
    }

    .pcindex .ixian {
        width: 1100px;
        margin: 0px auto;
    }

    .pcindex .iintro {
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #595959;
        padding-top:10px;
    }

    .pcindex .iamain {
        margin-top:20px;
    }

    .pcindex .iaitem {
        display: block;
        float: left;
        margin-right: 25px;
        width: 350px;
        position: relative;
        margin-bottom: 20px;
    }

        .pcindex .iaitem:nth-child(3n+3) {
            margin-right: 0px;
        }

        .pcindex .iaitem img {
            display: block;
            width: 100%;
        }

        .pcindex .iaitem .iabt {
            position: absolute;
            z-index: 3;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 40px;
            line-height: 40px;
            color: #FFF;
            text-align: center;
        }

        .pcindex .iaitem .iabg {
            position: absolute;
            z-index: 2;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 40px;
            background-color: #000;
            opacity: 0.6;
        }

    .pcindex .iyoushi {
        position: relative;
        width: 100%;
        height: calc(100vw * 0.17);
        min-width: 1200px;
        min-height: 300px;
        background-image: url(/img/pimg/iyoubg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .pcindex .iyoushi {
    }

        .pcindex .iyoushi .iuname {
            text-align: center;
            line-height: 30px;
            font-weight: bold;
            color: #FFF;
            font-size: 24px;
            margin-top: 30px;
        }

        .pcindex .iyoushi .iuxian {
            width: 1100px;
            margin: 10px auto;
        }

        .pcindex .iyoushi .iumain {
            display: block;
            width: 700px;
            margin: 0px auto;
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
        }

            .pcindex .iyoushi .iumain li {
                display: block;
                width: 72px;
                text-align: center;
                color: #FFF;
            }

                .pcindex .iyoushi .iumain li img {
                    display: block;
                }

    .pcindex .inews {
        padding-top: 50px;
        width: 1100px;
        margin: 0px auto;
    }

        .pcindex .inews .insmain {
            display: flex;
            justify-content: space-between
        }

        .pcindex .inews a {
            display: block;
            width: 350px;
            color:#333;
        }

        .pcindex .inews .insimg {
            position: relative;
            overflow: hidden;
            width:100%;
            height: 230px;
            border:1px solid #F2F2F2;
            box-sizing:border-box;
        }

            .pcindex .inews .insimg img {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 100%;
                transition: all .5s ease;
            }

        .pcindex .inews .insmain a:hover .insimg img {
            transform: translate(-50%, -50%) scale(1.1);
        }
        .pcindex .inews .insmain .insbox {
            display:none;
        }
        .pcindex .inews .insmain a:hover .insbox {
            display: block;
        }

        .pcindex .inews .insmain .insbox .boxstr {
            position: absolute;
            z-index: 2;
            left: 20px;
            top: 10px;
            right: 20px;
            bottom: 10px;
            color: #FFF;
            line-height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align:center;
        }
            .pcindex .inews .insmain .insbox .boxbg {
                position: absolute;
                z-index: 1;
                left: 0px;
                top: 0px;
                right: 0px;
                bottom: 0px;
                background-color:#000;
                opacity:0.6;
            }
        .pcindex .inews .insmain a:hover .insbox {
            display: block;
        }

        .pcindex .inews .insattr {
            border: 1px solid #F2F2F2;
            border-top:0px;
        }

        .pcindex .inews .insbt {
            width: 90%;
            height: 50px;
            line-height: 50px;
            margin: 0 auto;
            border-bottom: 1px solid #CCC;
        }

        .pcindex .inews .insdata {
            width: 90%;
            height: 50px;
            line-height: 50px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .pcindex .inews .rq {
            font-size: 13px;
            color: #333;
        }

        .pcindex .inews .more {
            padding-top: 13px;
        }

            .pcindex .inews .more img {
                display: block;
                width: 24px;
            }

        .pcindex .inews .insmore {
            display: block;
            width: 100px;
            height: 36px;
            line-height: 34px;
            border: 1px solid #666;
            border-radius: 3px;
            text-align: center;
            margin: 40px auto;
        }

            .pcindex .inews .insmore:hover {
                border: 1px solid #1358a8;
                background-color: #1358a8;
                color: #FFF;
            }
