
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
html,body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.nav{
    width: 100%;
    height: 63px;
    margin: 0 auto;
    background: #139170;
    color: #fff;
}
    .title {
        padding: 30px 0;
        font-size: 16px;
        color: #4c4e4d;
    }
a{
    text-decoration: none;
    color: #fff;
}
    .box ul {
      width: 80%;
      margin: 0 auto;
      display: flex;
    }

    .box li {
        line-height: 63px;
        cursor: pointer;
        flex: 1;
        text-align: center;
        list-style: none;
        font-weight: bolder;
        font-size: 18px;
        color: #fff;
    }

    .cur{
        background: #D4F3F2;
        color: #139171;
        margin-top: 5px;
        border-bottom: 5px solid #A4DAD2;
        height: 58px;
    }
.cur a{
    color: #139171 !important;

}
    .home {
        clear: both;
        width: 1024px;
        margin: 0 auto;
    }

    .searchbox{
        width: 1024px;
        margin: 44px auto 0;
        background: #FBF6F3;
        box-shadow: 0px 1px 6px 1px #ccc;
    }
.topbox{
    height: 20px;
    background: #EF6D22;
    margin-bottom: 50px;
}
    .bottom {
        width: 100%;
        height: 140px;
        margin-top: 24px;
        background: url('../img/bottom.png');
        background-size: 100%;
        padding-top: 20px;
    }
    .bottom p{
        font-size: 16px;
    }
    .banner img {
        width: 100%;
        height: 100%;
    }

    .know {
        font-size: 36px;
        font-family: FZLTZHK--GBK1-0, FZLTZHK--GBK1;
        font-weight: bolder;
        color: #E11B1B;
        text-align: center;
        padding: 30px 0 0;
    }

    .knowbox {
        width: 80%;
        height: auto;
        border-radius: 30px;
        background: #69C6C1;
        margin: 0 auto;
        margin-top: 15px;
        padding: 25px;
    }

    .two,
    .three,
    .four {
        padding-top: 10px;
    }

    h5 {
        color: #E11914;
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 22px;
    }

    h6 {
        color: #E11914;
        line-height: 20px;
        padding: 5px 0;
    }
.policy{
    margin-top: 20px;
}
    .policy p {
        text-indent: 2em;
        font-size: 22px;
        font-family: MicrosoftYaHei;
        color: #1D1E1D;
        line-height: 38px;
    }

    .introduction {
        clear: both;
        margin-top: 60px;
    }

    .introknow {
        background: none;
        border-top: 4px solid #139170;
        border-radius: 0;
        padding: 25px 0;
        width: 1024px;
        margin: 0 auto;
    }


    .introknow h5,
    .introknow h6 {
        color: #13916F;
        padding-top: 20px;
        font-size: 32px;
    }

    .introknow h6 {
        padding-bottom: 5px;
    }

    .search {
        width: 65%;
        margin: 0 auto;
        padding-bottom: 1px;
    }

    .search input {
        display: inline-block;
        width: 260px;
        height: 38px;
        border-radius: 10px;
        border: 2px solid #009D96;
    }

    .inp {
        font-size: 18px;
        font-weight: bold;
        height: 60px;
        line-height: 60px;
    }

    input:focus {
        outline: none;
    }

    .code {
        padding-left: 94px;
    }

    .submit {
        width: 274px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        border-radius: 30px;
        background: #139170;
        margin: 40px auto;
        text-align: center;
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 4px;
        background: #D9EDE8;
    }

    .phoneinp {
        position: relative;
    }

    .codebtn {
        position: absolute;
       right: 15%;
        top: 20px;
        color: #FFFFFF;
        background: #139170;
        border-radius: 20px;
        font-size: 12px;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    input {
        display: inline-block;
        padding-left: 10px;
    }

    .bottom p {
        text-align: center;
        line-height: 30px;
    }

    .serlist {
        width: 54%;
        margin: 60px auto;
    }

    .serchresult p {
        line-height: 40px;
    }

    .serchresult li {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #808181;
        font-weight: normal;
text-align: left;
    }

    .serchresult li span {
        display: inline-block;
        font-size: 24px;
        font-weight: bolder;
        padding-left: 10px;
    }

    .ours p {
        line-height: 32px;
        font-size: 16px;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
    }

    input[type='number'] {
        -moz-appearance: textfield;
    }

    .serlist {
        display: none;
    }
    .somestr p{
        line-height: 20px;
        padding-top: 12px;
        color: #808181;
    }