body{
    background: #f8f8f8;
}
.top_text{
    position:absolute;z-indent:2;left:0;top:0;margin-left: 10%;margin-top: 30px;
}
.margin-top20{
    margin-top: 20px;
}
.biaodan{
    background: #eeeeee;
}
.p_top1{
    font-size:58px;
    color:#a0c216;
    font-weight:bold;
    /*font-family: OswaldMed;*/
    letter-spacing:3px;
    word-spacing: 10px;
    width: 500px;
}
.p_top2{
    font-size:32px;
    color:#535152;
    /*font-weight:bold;*/
    margin-top: 10px;
    width: 560px;
}
.p_top3{
    margin-top: 30px;
    font-size:18px;

    /*font-weight:bold;*/
    width: 560px;
}
.p_top4{
    margin-top: 10px;

    width: 450px;
}
div.search {
    padding:10px 0;
}
form {
    position: relative;
    /*width: 300px;*/
    margin: 0 auto;
}

/*input, button {*/
    /*border: none;*/
    /*outline: none;*/
/*}*/

input {
    /*width: 50%;*/
    height: 40px;
    padding-left: 1px;

}
select{
    /*width: 100px;*/
    /*height: 40px;*/
    padding-left: 13px;

}
/*button {*/
    /*height: 42px;*/
    /*width: 42px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
/*}*/

/*搜索框1*/
.button-GreenYellow{
    border: 1px solid #94d04c;
    background: #A3C320;
    color: #fff;
}
.bar-frame{
    border: 2px solid #a4c520;
    border-radius: 0 5px 5px 0;
}
.bar-frame button{
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}
.bar1 {}
.bar1 input {
    /*border: 2px solid #a4c520;*/
    /*border-radius: 5px;*/
    background: #ffffff;
    color: #9E9C9C;
    /*float: left;*/
    width: 96%;
}
.bar1 select {
    float: left;
    /*border: 2px solid #a4c520;*/
    /*border-radius: 5px;*/
    background: #ffffff;
    /*color: #9E9C9C;*/

    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    /* 去掉边框 */
    border: 0;
    display: block;
    position: relative;
    outline: none;
    background: url("/images/index/jiantou.png")  left center no-repeat;
    padding-left: 23px;
    padding-right: 5px;
    margin-left: 5px;
}
.bar1 button {
    top: 0;
    right: 0;
    background: #a4c520;
    border-radius: 0 5px 5px 0;
}
.bar1 button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 22px;
    color: #F9F0DA;
}

.center-1024{
    width: 1024px;
    margin: 0 auto;
}
.text1{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    white-space:nowrap;
}
.text3{
    margin-top: 20px;
    background: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 20px;
}
.text3-1{
    font-size: 22px;
    /*font-weight: bold;*/
}

@media screen and (max-width:1024px) {
    .center-1024{
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (min-width:1481px) {
    .top_text{
        margin-left: 20%;
    }
}

@media screen and (min-width:1211px) and  (max-width: 1480px) {
    .top_text{
        margin-left: 9%;
    }
}
@media screen and (min-width:769px) and  (max-width: 1210px) {
    .p_top2{
        font-size:18px;
        color:#535152;
        /*font-weight:bold;*/
        margin-top: 10px;
        width: 400px;
    }
    .top_text{
        margin-left: 0;
    }
}

@media screen and (max-width:768px){
    .top_text{
        position:absolute;z-indent:2;left:0;top:0;margin-left: 10%;margin-top: 5px;
    }
    .p_top1{
        font-size:18px;
        color:#706e6f;
        font-weight:bold;
        margin-top: 20px;
    }
    .p_top2{
        font-size:12px;
        color:#535152;
        font-weight:bold;
        /*letter-spacing:8px;*/
        margin-top: 10px;
    }
}

