﻿a {
    text-decoration: none;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.bodyDiv {
    overflow: hidden;
}

.mainDiv {
    overflow: hidden;
    width: 1024px;
    padding-bottom: 25px;
}

/*------------------------------- 顶部轮播 -------------------------------*/

.Banner {
    width: 1024px;
    height: 423px;
    overflow: hidden;
    float: right;
    position: relative;
    margin-bottom: 30px;
}

.slideImgList {
    width: 1000%;
    height: 423px;
    overflow: hidden;
}

    .slideImgList > li {
        width: 1024px;
        height: 423px;
        overflow: hidden;
        float: left;
    }

        .slideImgList > li > a {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
        }

            .slideImgList > li > a > img {
                width: 100%;
                height: 100%;
            }

.slideDoList {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 490px;
    bottom: 10px;
}

    .slideDoList > a {
        width: 7px;
        height: 7px;
        overflow: hidden;
        display: block;
        float: left;
        background-color: #b5b5b5;
        margin-right: 11px;
        border-radius: 4px;
    }

        .slideDoList > a.active {
            background-color: #0b3e90;
        }

/*------------------------------- 关于振野智能 -------------------------------*/

.About {
    overflow: hidden;
    float: left;
    width: 352px;
}

    .About > .Video {
        float: left;
        overflow: hidden;
        display: block;
        width: 111px;
        height: 86px;
    }

    .About > p {
        width: 228px;
        height: 86px;
        line-height: 21px;
        float: right;
        overflow: hidden;
        font-family: 宋体;
        font-size: 13px;
        color: #333333;
    }

/*------------------------------- 新闻动态 -------------------------------*/

.News {
    overflow: hidden;
    float: left;
    margin-left: 56px;
    width: 254px;
}

    .News > ul {
        overflow: hidden;
    }

        .News > ul > li {
            overflow: hidden;
            height: 21.5px;
            line-height: 21.5px;
            padding-left: 18px;
            background: url(/images/News.png) no-repeat left center;
        }

            .News > ul > li > a {
                font-family: 宋体;
                font-size: 13px;
                color: #333;
                display: block;
                float: left;
            }

/*------------------------------- 邮箱  网址  公众号 -------------------------------*/

.Details {
    width: 306px;
    float: right;
    height: 124px;
    overflow: hidden;
    position: relative;
}

    .Details > span {
        width: 170px;
        display: block;
        font-family: 微软雅黑 Bold;
        font-size: 13px;
        color: #0047bc;
        float: left;
    }

    .Details > div {
        width: 170px;
        overflow: hidden;
        margin-top: 15px;
        float: left;
    }

        .Details > div > span {
            font-family: 宋体;
            font-size: 12px;
            color: #333333;
            display: block;
            float: left;
        }

        .Details > div > p {
            width: 134px;
            font-family: 宋体;
            font-size: 12px;
            color: #333333;
            display: block;
            float: right;
        }

    .Details > .WeiXin {
        width: 89px;
        margin: 0px;
        position: absolute;
        top: 3px;
        right: 0px;
    }

        .Details > .WeiXin > .Img {
            width: 89px;
            height: 89px;
            overflow: hidden;
        }

            .Details > .WeiXin > .Img > img {
                width: 100%;
                height: 100%;
            }

        .Details > .WeiXin > span {
            font-size: 13px;
            color: #333333;
            margin-top: 6px;
            width: 89px;
            text-align: center;
        }

/*------------------------------- 产品展示 -------------------------------*/

.Gallery {
    width: 100%;
    overflow: hidden;
    padding: 25px 0px;
}

    .Gallery > .Gallery_Img {
        overflow: hidden;
        width: 1000%;
    }

        .Gallery > .Gallery_Img > li {
            overflow: hidden;
            float: left;
            width: 1024px;
        }

            .Gallery > .Gallery_Img > li > a {
                width: 245px;
                height: auto;
                overflow: hidden;
                display: block;
                float: left;
                margin-right: 10px;
            }

                .Gallery > .Gallery_Img > li > a > .Img {
                    width: auto;
                    height: 127px;
                    overflow: hidden;
                    /*border: solid 1px #ececec;*/
                    border-left: none;
                }

                    .Gallery > .Gallery_Img > li > a > .Img > img {
                        max-width: 100%;
                        max-height: 100%;
                        border: none;
                        display: block;
                        margin: 0px auto;
                    }

                .Gallery > .Gallery_Img > li > a > span {
                    display: block;
                    font-family: 宋体;
                    font-size: 13px;
                    color: #4b4b4b;
                    text-align: center;
                    margin-top: 5px;
                }

/*------------------------------- 成功案例 -------------------------------*/

.Case {
    width: 100%;
    overflow: hidden;
}

    .Case > .Case_Img {
        overflow: hidden;
    }

        .Case > .Case_Img > a {
            width: 127px;
            height: 101px;
            overflow: hidden;
            display: block;
            float: left;
            border: solid 1px #ececec;
            border-left: none;
        }

            .Case > .Case_Img > a > img {
                width: 100%;
                height: 100%;
            }

/*------------------------------- 标题 -------------------------------*/

.De_Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

    .De_Title > h2 {
        overflow: hidden;
        font-family: 微软雅黑;
        font-size: 17px;
        color: #0047bc;
        float: left;
    }

    .De_Title > a {
        display: block;
        float: right;
        font-family: 微软雅黑 Regular;
        font-size: 11px;
        color: #aaaaaa;
    }

/*------------------------------- 遮罩 -------------------------------*/

.Black {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 0px;
}

    .Black > .Frame {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background-color: #000;
        opacity: 0.9;
        -moz-opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .Black > .Img {
        width: 1080px;
        height: auto;
        overflow: hidden;
        position: absolute;
        margin: auto;
        padding: 10px;
        background-color: #fff;
    }

        .Black > .Img > img {
            max-width: 1100px;
            margin: auto;
        }


/*--------------------------------弹出购物窗-------------------------------------*/
.Prompt {
    width: 380px;
    display: none;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px 0px 90px 0px;
}

    .Prompt > i {
        width: 230px;
        height: 50px;
        display: block;
        overflow: hidden;
        color: #5280c7;
        font-size: 28px;
        line-height: 50px;
        background: url('/images/success.png') left center no-repeat;
        padding-left: 70px;
        margin: 0px auto;
    }

    .Prompt > a {
        width: 100px;
        height: 30px;
        display: block;
        overflow: hidden;
        position: absolute;
        bottom: 30px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #5280c7;
        background-color: #5280c7;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

        .Prompt > a:hover {
            text-decoration: underline;
        }

        .Prompt > a.Stop {
            left: 70px;
        }

        .Prompt > a.Go {
            right: 70px;
        }
