/*列表部分*/

.statement {
    min-width: 1180px;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    height: 40px;
    padding-top: 30px;
}

.statement a {
    color: #FFFFFF;
    height: 35px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #333333;
    filter: alpha(opacity=50);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0.5;
    /*Firefox私有，透明度50%*/
    opacity: 0.5;
    /*其他，透明度50%*/
    border-radius: 35px;
    display: block;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 35px;
    width: 460px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.statement a:hover {
    background-color: #000000;
    filter: alpha(opacity=80);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0.8;
    /*Firefox私有，透明度50%*/
    opacity: 0.8;
    /*其他，透明度50%*/
    border-radius: 35px;
}

.design_top {
    width: 100%;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 80px;
    /*color: #AAAAAA;*/
    height: 90px;
    /*text-indent: 30px;*/
}

.design_top2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 80px;
    height: 90px;
    background-color: #FFFFFF;
    text-indent: 30px;
    /*color: #AAAAAA;*/
}

.web_ios {
    height: 75px;
    width: 1180px;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 75px;
    color: #FFFFFF;
}

.vis {
    height: 75px;
    width: 1180px;
    background-image: url(../img/five/vis.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.five {
    height: 75px;
    width: 1180px;
    background-image: url(../img/five.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.talk {
    height: 75px;
    width: 1180px;
    background-image: url(../img/talk.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.k {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}

.k2 {
    width: 100%;
}


.div_center {
    width: 990px;
    position: relative
}


.vision {
    width: 230px;
    padding-bottom: 30px;
    float: left;
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
}

.vision img {
    width: 100%;
    border-radius: 10px;
}

.vision a {
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
    border-radius: 10px;
    margin-top: 5px;
}

.vision a:hover {
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    border-radius: 10px;
    transform: translateY(-5px);
}

.design_wz {
    position: absolute;
    z-indent: 2;
    left: 20px;
    top: 8px;
    "

}

@font-face {
    font-family: Langdon;
    src: url('Langdon.otf')
}

.design_wz dd.nian {
    font-family: Langdon;
    font-size: 70px;
    letter-spacing: -2px;
    color: #FFF;
    padding-bottom: 8px;
}

.design_wz dd.biaoti {
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
}

.design_wz dd.biaoti_f {
    font-size: 12px;
    color: #FFF;
    line-height: 24px;
}


/*自适应解决方案*/

@media screen and (max-width: 1800px) {
    .design_top {
        width: 100%;
        font-family: "微软雅黑";
        font-size: 18px;
        line-height: 80px;
        /*color: #AAAAAA;*/
        height: 90px;
        /*text-indent: 30px;*/
    }
    .design_top2 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-family: "微软雅黑";
        font-size: 18px;
        line-height: 70px;
        height: 80px;
        background-color: #FFFFFF;
        text-indent: 30px;
    }
    .k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFFFFF;
    }
    
    .div_center {
        width: 900px;
        height: 200px;
        position: relative
    }
    .vision {
        width: 200px;
        padding-bottom: 20px;
        float: left;
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 1510px) {
    .design_top {
        width: 100%;
        font-family: "微软雅黑";
        font-size: 18px;
        line-height: 80px;
        /*color: #AAAAAA;*/
        height: 90px;
        /*text-indent: 30px;*/
    }
    .design_top2 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 60px;
        height: 70px;
        background-color: #FFFFFF;
        text-indent: 30px;
    }
    .k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFFFFF;
        padding-right: 10px;
        padding-left: 10px;
    }

    .div_center {
        width: 810px;
        position: relative
    }


    .vision {
        width: 170px;
        padding-bottom: 20px;
        float: left;
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 1366px) {
    .design_top {
        width: 100%;
        width: 100%;
        font-family: "微软雅黑";
        font-size: 18px;
        line-height: 80px;
        /*color: #AAAAAA;*/
        height: 90px;
        /*text-indent: 30px;*/
    }
    .design_top2 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 60px;
        height: 60px;
        background-color: #FFFFFF;
        text-indent: 30px;
    }
    .k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFFFFF;
        padding-right: 10px;
        padding-left: 10px;
    }

    .div_center {
        width: 750px;
        position: relative
    }


    .vision {
        width: 150px;
        padding-bottom: 15px;
        float: left;
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 1260px) {
    .design_top {
        width: 100%;
        width: 100%;
        font-family: "微软雅黑";
        font-size: 18px;
        line-height: 80px;
        /*color: #AAAAAA;*/
        height: 90px;
        /*text-indent: 30px;*/
    }
    .design_top2 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        background-color: #FFFFFF;
        text-indent: 30px;
    }
    .k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFFFFF;
        padding-right: 10px;
        padding-left: 10px;
    }

    .div_center {
        width: 720px;
        height: 200px;
        position: relative
    }


    .vision {
        width: 140px;
        padding-bottom: 10px;
        float: left;
        padding-right: 50px;
        padding-left: 50px;
    }
}
