﻿body {
    font-family: "微软雅黑";
    margin: 0px;
}

* {
    margin: 0px;
    padding: 0px;
}

.center_div1 {
    float: left;
    width: 100%;
    height: 300px;
    background: url('../image/alzx.png')no-repeat center;
    background-size: 100%;
    margin-top: -14px;
}

.center_All {
    width: 1200px;
    margin: 0 auto;
}
/*导航开始*/
.daohang1 {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.daohang1_s1 {
    float: left;
    font-size: 14px;
    color: #333;
}

.daohang1_a1 {
    float: left;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

    .daohang1_a1:hover {
        color: #1e50ae;
    }

.daohang1_s2 {
    margin-left: 8px;
    margin-right: 5px;
    color: #333;
    font-size: 14px;
    float: left;
}
/*导航结束*/


#code, #code_hover, #AAA {
    width: 36px;
    height: 48px;
    /*background: url(../images/icon.png) no-repeat;*/
    position: fixed;
    right: 0px;
    cursor: pointer;
    _position: absolute;
    _bottom: 116px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#code {
    right: 0px;
    top: 450px;
}

#code_hover {
    right: 0px;
    top: 450px;
}

#AAA {
    float: right !important;
    /*bottom: 116px;*/
    width: 56px;
    height: 65px;
    border: none;
    /*display:block!important;*/
    margin-top: 28px;
    margin-left: -10px;
    margin-right: 0px;
}

#code_img {
    width: 270px;
    height: 355px;
    background: url(../images/icon.png) -4px -3px no-repeat;
    position: fixed;
    right: 90px;
    bottom: 67px;
    cursor: pointer;
    display: block;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 67px;
}


.homeCase {
    min-height:400px;
    /*padding: 30px 0;*/
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    /*background-color: #eaeaea;*/
}

.wrap, .grWidth {
    width: 1200px;
    margin: 0 auto;
}

.homeTopic {
    font-size: 24px;
    color: #111111;
    margin-top:15px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 25px;
}

.homeCase_s1 {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    color: #999;
}

/*实力列表*/
.strenList ul {
    width: 1250px;
}

.strenList li {
    list-style: none;
    width: 380px;
    margin-right: 28px;
    position: relative;
    margin-bottom: 30px;
    float: left;
    transition: all .5s;
}

    .strenList li .pic {
        display: block;
        overflow: hidden;
        position: relative;
        position: relative;
        transition: all .4s;
        position: relative;
        height: 285px;
    }

        .strenList li .pic:after {
            width: 47px;
            height: 49px;
            content: "";
            position: absolute;
            background-image: url('../image/yanj.png');
            background-size:100%;
            /*background-image: url(../images/view-case.png);*/
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            margin-left: -23px;
            top: 47%;
            margin-top: -25px;
            opacity: 0;
            transition: all .4s;
        }

    .strenList li:hover .pic {
        background: rgba(10, 140, 241, 0.75);
    }

        .strenList li:hover .pic img {
            opacity: 0.4;
        }

        .strenList li:hover .pic:after {
            opacity: 1;
            top: 50%;
        }

    .strenList li img {
        width: 100%;
        height: 100%;
        transition: all .5s;
        display: block;
    }

    .strenList li:hover img {
        transform: scale(1.2);
    }

    .strenList li p {
        padding: 15px 5px 15px 5px;
        transition: all .5s;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        color: #000;
    }

    .strenList li a {
        color: #333333;
        text-decoration: none;
        outline: none;
        blr: expression(this.onFocus=this.blur());
    }

    .strenList li:after {
        content: "";
        position: absolute;
        width: 0;
        left: 50%;
        height: 2px;
        background-color: rgba(10, 140, 241, 0.75);
        transition: all .5s;
        bottom: 0px;
    }

    .strenList li:hover:after {
        width: 100%;
        left: 0;
    }

    .strenList li:hover {
        box-shadow: 0 8px 20px rgba(0,0,0,.1);
    }


  .fenB {
    width: 63%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 36%;
    float: left;
}
.fenB a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    margin-left: 10px;
    font-size: 15px;
    /*border: 1px solid #999999;*/
    background-color:#ccc;
}
.fenB span {
    float: left;
    margin-left: 10px;
}
.fenB a {
    text-decoration: none;
}



.homeCase_p1{
    float:left;
    color:#000;
    font-size:13px;
    line-height:25px;
    text-indent:30px;
    margin-top:10px;
    width:82%;
    margin-left:9%;
}

.homeCase_d1{
    margin:0 auto;
    width:50%;
}
.homeCase_d1 img{
    float:left;
    width:100%;
}