﻿.HomeScope {
    height: 460px;
    background: #fff url(/wangzhanziyuan/three/img/jybg.jpg) center center no-repeat;
    margin-bottom: 10px;
    box-shadow: 0 10px 25px #cfdce8;
}

    .HomeScope .info {
        padding: 6% 0 0 9%;
        width: 40%;
        float: left;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

        .HomeScope .info .ti {
            width: 80%;
        }

        .HomeScope .info .p {
            text-indent: 2em;
            color: #808080;
            line-height: 30px;
            -webkit-line-clamp: 3;
            height: 90px;
            margin-bottom: 30px;
        }

        .HomeScope .info .more {
            width: 35px;
            line-height: 30px;
            font-family: "宋体";
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            color: #e91a2e;
            border: 2px solid #d9d9d9;
            border-radius: 50%;
        }

        .HomeScope .info a:hover .more {
            color: #fff;
            border: 2px solid #e91a2e;
            background: #e91a2e;
        }

    .HomeScope .effict {
        text-align: center;
        width: 360px;
        margin-right: 5%;
        float: right;
        height: 430px;
        position: relative;
        transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transition: all 1s 0.3s ease;
    }

        .HomeScope .effict .name {
            z-index: 1;
            position: absolute;
            top: 178px;
            left: 110px;
            text-align: center;
            width: 140px;
            color: #333333;
            font-size: 18px;
        }

            .HomeScope .effict .name img {
                display: block;
                margin: 0px auto 6px;
            }

        .HomeScope .effict li {
            position: absolute;
        }

            .HomeScope .effict li.li1 {
                left: 139px;
                top: 22px;
            }

            .HomeScope .effict li.li2 {
                right: 0px;
                top: 106px;
            }

            .HomeScope .effict li.li3 {
                right: 14px;
                top: 256px;
            }

            .HomeScope .effict li.li4 {
                left: 139px;
                bottom: 22px;
            }

            .HomeScope .effict li.li5 {
                left: 14px;
                top: 256px;
            }

            .HomeScope .effict li.li6 {
                left: 0;
                top: 106px;
            }

            .HomeScope .effict li .nav a {
                background: #fff;
                box-shadow: 0 2px 15px #ece8e8;
                border-radius: 50%;
                display: block;
                width: 85px;
                height: 85px;
                line-height: 16px;
                padding: 20px 11px 0;
                margin: 0;
                position: relative;
                z-index: 1;
            }

                .HomeScope .effict li .nav a img {
                    display: block;
                    margin: 0px auto 4px;
                }

            .HomeScope .effict li .nav .bg {
                border-radius: 50%;
                width: 100px;
                height: 100px;
                background: #eb5563;
                box-shadow: 0 2px 15px #ece8e8;
                position: absolute;
                left: -7px;
                top: -7px;
                transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transform: scale(0);
                transition: all 0.2s ease;
            }

            .HomeScope .effict li.li2 .nav a, .HomeScope .effict li.li4 .nav a, .HomeScope .effict li.li6 .nav a {
                background: #d80014;
                color: #fff;
                box-shadow: 0 2px 15px #ebbfc3;
            }

            .HomeScope .effict li.li2 .nav .bg, .HomeScope .effict li.li4 .nav .bg, .HomeScope .effict li.li6 .nav .bg {
                background: #fff;
                box-shadow: 0 2px 15px #ebbfc3;
            }

            .HomeScope .effict li:hover .nav .bg {
                transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                -webkit-transform: scale(1);
            }

            .HomeScope .effict li:hover .nav a {
                box-shadow: 0 0px 0px #ece8e8;
            }

    .HomeScope .line {
        -webkit-animation-name: scaleDraw; /*关键帧名称*/
        -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
        -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
        -webkit-animation-duration: 5s;
    }

    .HomeScope .moretxt {
        width: 180px;
        text-align: left;
        z-index: 99;
        padding: 10px 20px;
        position: absolute;
        top: 92px;
        right: -58px;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 10px #ddd;
        display: none;
    }

        .HomeScope .moretxt p {
            background: url(/wangzhanziyuan/three/img/dot2.gif) 0px center no-repeat;
            padding-left: 15px;
        }

    .HomeScope.anm .info {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    .HomeScope.anm .effict {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
    }
.HomeScope .effict li:hover .moretxt{ display:block;}
.HomeScope .effict li:hover{ z-index:100;}
@keyframes scaleDraw {
    0% {
        transform: scale(1); /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1); /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}



@media ( max-width:1024px) {
    .HomeNews {
        padding: 18px 10px 15px;
    }

        .HomeNews .Top {
            padding-bottom: 15px;
        }

            .HomeNews .Top .ico {
                width: 40px;
            }

            .HomeNews .Top .tithead h2 {
                font-size: 18px;
                line-height: 30px;
            }

            .HomeNews .Top .tithead p {
                font-size: 16px;
            }

    .HomeTit li {
        font-size: 15px;
        margin-right: 5px;
    }

        .HomeTit li:last-child {
            margin-right: 0;
        }

    .HomeScope .moretxt {
        display: none !important;
    }

    .HomeZt .flex-direction-nav {
        display: none;
    }
}

@media ( max-width:890px) {
    .HomeNews .Focus, .HomeNews .Right, .HomeScope .info, .HomeNav, .HomeCol2, .HomeVideo {
        width: auto;
        float: none;
    }

        .HomeNews .Focus .slides li .imgbox {
            padding-top: 55%;
        }

        .HomeNews .Focus .slides li .tit {
            font-size: 15px;
            line-height: 40px;
        }

        .HomeNews .Focus .flex-control-nav {
            bottom: 10px;
        }

        .HomeNews .Right .bd li {
            height: 30px;
            line-height: 30px;
        }

    .HomeScope {
        height: auto;
    }

        .HomeScope .info {
            padding: 25px 15px 0;
        }

            .HomeScope .info .ti {
                width: 220px;
            }

            .HomeScope .info .p {
                line-height: 24px;
                height: 72px;
            }

        .HomeScope .effict {
            float: none;
            margin: 0px auto;
        }

    .HomeCol {
        padding: 15px;
    }

        .HomeCol .item {
            width: auto;
            float: none;
        }

        .HomeCol .list {
            height: auto;
            padding-bottom: 25px;
        }

            .HomeCol .list li {
                height: auto;
            }

        .HomeCol .imgbox {
            height: 105px;
            padding-top: 20px;
        }

        .HomeCol .tithead {
            padding-top: 15px;
            width: 90px;
            height: 75px;
            font-size: 15px;
            line-height: 20px;
        }

    .HomeNav li {
        width: 50%;
        float: left;
        margin-right: 0;
        height: 150px;
    }

        .HomeNav li a {
            font-size: 18px;
            padding: 18px 0 0 18px;
        }

            .HomeNav li a i {
                font-size: 12px;
                margin-bottom: 15px;
            }

    .HomeTit li .ico {
        width: 18px;
        display: inline-block;
        margin-right: 2px;
    }

    .HomeCol2 .box {
        padding: 15px 15px 0;
        height: auto;
    }

    .HomeCol2 .li {
        height: 30px;
        line-height: 30px;
    }

    .HomeCol2 .top .tit {
        font-size: 16px;
        line-height: 30px;
    }

    .HomeCol2 .top .p {
        line-height: 24px;
        height: 48px;
    }

    .HomeLink {
        padding: 0 15px 23px;
        margin-bottom: 10px;
    }
}

@media ( max-width:760px) {
    .HomeVideo .box {
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .HomeVideo .video, .HomeVideo .video .imgbox, .HomeVideo .video video {
        height: 220px;
    }

    .HomeLink .hd {
        font-size: 15px;
        line-height: 35px;
        margin-bottom: 15px;
    }

        .HomeLink .hd li {
            margin: 0 4px;
        }

    .HomeLink .bd {
        font-size: 14px;
    }

    .HomeLink .tithead {
        font-size: 16px;
    }

    .HomeNews .Focus .flex-control-nav {
        right: 2%;
    }

        .HomeNews .Focus .flex-control-nav li a.flex-active {
            width: 10px;
            height: 10px;
        }

        .HomeNews .Focus .flex-control-nav li {
            margin: 0 0 0 5px;
        }
}

@media ( max-width:480px) {
    .HomeScope.anm .effict {
        transform: scale(0.8);
        -webkit-transform: scale(0.8); /*兼容-webkit-引擎浏览器*/
        -moz-transform: scale(0.8);
    }

    .HomeScope .effict li.li4 {
        bottom: -37px;
    }

    .HomeScope.anm .effict {
        height: 363px;
        margin-top: -25px;
    }

    .HomeZt .slides li img {
        display: none;
    }

    .HomeZt .slides li a {
        display: block;
        height: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


img {
    max-width: 100%;
    border: none;
    border: 0;
}

.HomeLink {
    background: #fff;
    clear: both;
    padding: 0 40px 23px;
}

    .HomeLink .tithead {
        color: #fff;
        text-align: center;
        width: 160px;
        margin: 0px auto 20px;
        line-height: 40px;
        font-size: 20px;
        background: url(/wangzhanziyuan/three/img/linkbg.gif);
    }

        .HomeLink .tithead img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px;
        }

    .HomeLink .hd {
        text-align: center;
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 23px;
        border-bottom: 1px solid #e6e6e6;
        color: #000000;
        cursor: pointer;
    }

        .HomeLink .hd li {
            display: inline-block;
            position: relative;
            display: inline;
            zoom: 1;
            margin: 0 17px;
        }

            .HomeLink .hd li.on {
                margin-bottom: -1px;
                color: #e91a2e;
                border-bottom: 1px solid #e91a2e;
            }

    .HomeLink .bd {
        line-height: 28px;
        font-size: 15px;
        color: #666666;
        text-align: center;
    }

        .HomeLink .bd a {
            color: #666666;
            display: inline-block;
        }

            .HomeLink .bd a:hover {
                color: #e91a2e;
            }

            .HomeLink .bd a i {
                display: inline-block;
                vertical-align: middle;
                height: 20px;
                line-height: 15px;
                width: 29px;
                text-align: center;
            }
@media ( max-width:890px) {
    .HomeNews .Focus, .HomeNews .Right, .HomeScope .info, .HomeNav, .HomeCol2, .HomeVideo {
        width: auto;
        float: none;
    }

        .HomeNews .Focus .slides li .imgbox {
            padding-top: 55%;
        }

        .HomeNews .Focus .slides li .tit {
            font-size: 15px;
            line-height: 40px;
        }

        .HomeNews .Focus .flex-control-nav {
            bottom: 10px;
        }

        .HomeNews .Right .bd li {
            height: 30px;
            line-height: 30px;
        }

    .HomeScope {
        height: auto;
    }

        .HomeScope .info {
            padding: 25px 15px 0;
        }

            .HomeScope .info .ti {
                width: 220px;
            }

            .HomeScope .info .p {
                line-height: 24px;
                height: 72px;
            }

        .HomeScope .effict {
            float: none;
            margin: 0px auto;
        }

    .HomeCol {
        padding: 15px;
    }

        .HomeCol .item {
            width: auto;
            float: none;
        }

        .HomeCol .list {
            height: auto;
            padding-bottom: 25px;
        }

            .HomeCol .list li {
                height: auto;
            }

        .HomeCol .imgbox {
            height: 105px;
            padding-top: 20px;
        }

        .HomeCol .tithead {
            padding-top: 15px;
            width: 90px;
            height: 75px;
            font-size: 15px;
            line-height: 20px;
        }

    .HomeNav li {
        width: 50%;
        float: left;
        margin-right: 0;
        height: 150px;
    }

        .HomeNav li a {
            font-size: 18px;
            padding: 18px 0 0 18px;
        }

            .HomeNav li a i {
                font-size: 12px;
                margin-bottom: 15px;
            }

    .HomeTit li .ico {
        width: 18px;
        display: inline-block;
        margin-right: 2px;
    }

    .HomeCol2 .box {
        padding: 15px 15px 0;
        height: auto;
    }

    .HomeCol2 .li {
        height: 30px;
        line-height: 30px;
    }

    .HomeCol2 .top .tit {
        font-size: 16px;
        line-height: 30px;
    }

    .HomeCol2 .top .p {
        line-height: 24px;
        height: 48px;
    }

    .HomeLink {
        padding: 0 15px 23px;
        margin-bottom: 10px;
    }
}

@media ( max-width:760px) {
    .HomeVideo .box {
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .HomeVideo .video, .HomeVideo .video .imgbox, .HomeVideo .video video {
        height: 220px;
    }

    .HomeLink .hd {
        font-size: 15px;
        line-height: 35px;
        margin-bottom: 15px;
    }

        .HomeLink .hd li {
            margin: 0 4px;
        }

    .HomeLink .bd {
        font-size: 14px;
    }

    .HomeLink .tithead {
        font-size: 16px;
    }

    .HomeNews .Focus .flex-control-nav {
        right: 2%;
    }

        .HomeNews .Focus .flex-control-nav li a.flex-active {
            width: 10px;
            height: 10px;
        }

        .HomeNews .Focus .flex-control-nav li {
            margin: 0 0 0 5px;
        }
}
