*{
    margin: 0;
    padding: 0;
	text-align: center;
}

.clear{
    clear: both;
    margin: 0 auto;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}

.banImg{
    display: block;
    width: 100%;
}

.lyDiv{
    margin-top: 50px;
}

.miaobao{
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.miaobao a{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.miaobao a:hover{
    text-decoration: underline;
}

.lyC2 { color: #ababab;
    font-size: 12px; }
.lyC{
    margin-top: 30px;
    border: 1px solid #ccc;

}


.lyC ul{
    padding: 50px;
}

.lyC ul li{
    margin-bottom: 15px;
    overflow: hidden;
}

.lycL{
    display: block;
    float: left;
    width: 180px;
    height: 55px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
}

.lycR{
    margin-left: 20px;
    width: 600px;
    float: left;
    overflow: hidden;

}

.wid01{
    display: block;
    border: 1px solid #ccc;
    height: 28px;
    width: 540px;
    float: left;
    padding: 0 10px;
    outline: none;
}

.lycR i{
    display: block;
    height: 30px;
    color: #f00;
    line-height: 30px;
    font-size: 14px;
    float: left;
    margin-left: 5px;
}

.lycR textarea{
    display: block;
    border: 1px solid #ccc;
    height: 180px;
    width: 540px;
    float: left;
    padding:10px;
    outline: none;

}

.lycR select{
    display: block;
    border: 1px solid #ccc;
    height: 30px;
    width: 562px;
    float: left;
    padding: 0 10px;
    outline: none;
}

.wid02{
    display: block;
    border: 1px solid #ccc;
    height: 28px;
    outline: none;
    padding: 0 10px;
    width: 180px;
    color: #000;
    font-size: 14px;
    float: left;
}

.yzImg{
    display: block;
    height: 30px;
    float: left;
    margin-left: 10px;
}

.yzSp{
    display: block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 14px;
}

.yzSp:hover{
    text-decoration: underline;
}

.lycR input[type="button"]{
    display: block;
    border: 1px solid #ccc;
    height: 30px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    width:80px;
    outline: none;
    background: #fcfcfc;
}

@media screen and (max-width: 1000px) {
    .wapper{
        width: 100%;
    }

    .lyC ul{
        padding: 10px;
    }

    .lycL{
        float: none;
        width: 100%;
        text-align: left;
    }

    .lycR {
        margin-left: 0;
        float: none;
        width: 100%;
    }

    .wid01 {

        width: 280px;

    }

    .lycR select {
        display: block;
        border: 1px solid #ccc;
        height: 30px;
        width: 300px;
        float: left;

    }

    .lycR textarea {
        width: 280px;
    }

    .wid02 {
        width: 50px;
    }

    .lyC{
       width: 95%;
        margin: 30px auto 0;
    }

    .miaobao{
        width: 90%;
        margin: 10px auto 0;
    }
}




