* {
    margin: 0px;
    padding: 0px;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0 auto;
    -webkit-appearance: none;
    color: #333;
    overflow-x: hidden;
    letter-spacing: 1px;
    background: #24aab6;
}

textarea,
input,
select,
button {
    font-family: 'microsoft yahei';
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

select {
    background: #fff url(../images/sj.png) 98% center no-repeat !important;
    background-size: 15px 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

li a,
img {
    display: block;
}

.slh {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clear {
    clear: both;
    width: 100%;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    border: none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.flex {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}

.df {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
}

.spjz {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}

.evenly {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
}

.czjz {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

.column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}

.ydq {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
}

.row-reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
}

.column-reverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
}

.baseline {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
}

.onload {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 18;
    background: #fff;
    left: 0;
    top: 0;
}

.onload img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 45px;
}

.lgsize {
    font-size: 36px;
    line-height: 38px;
}

.mdsize {
    font-size: 28px;
    line-height: 30px;
}

.smsize {
    font-size: 15px;
    line-height: 15px;
}

.pcshow {
    display: flex;
}

.sjshow {
    display: none;
}

.w1200 {
    width: 96%;
    max-width: 1200px;
    margin: auto;
}

.sjpcimg img {
    display: block;
    width: 100%;
}

.sjpcimg img:nth-child(2) {
    display: none;
}

.pd100 {
    padding: 100px 0;
}

.pd80 {
    padding: 80px 0;
}

.pd50 {
    padding: 50px 0;
}

.mb100 {
    margin-bottom: 100px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

@media (max-width:1200px) {
    .lgsize {
        font-size: 24px;
        line-height: 24px;
    }

    .mdsize {
        font-size: 18px;
        line-height: 20px;
    }

    .smsize {
        font-size: 12px;
        line-height: 12px;
    }

    .pd80 {
        padding: 50px 0;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .mb80 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 18px;
    }
}

@media (max-width:640px) {
    body {
        letter-spacing: 0px;
    }

    .lgsize {
        font-size: 18px;
        line-height: 18px;
    }

    .mdsize {
        font-size: 15px;
        line-height: 15px;
    }

    .smsize {
        font-size: 10px;
        line-height: 12px;
    }

    .sjpcimg img:nth-child(1) {
        display: none;
    }

    .sjpcimg img:nth-child(2) {
        display: block;
    }

    .pcshow {
        display: none !important;
    }

    .sjshow {
        display: flex !important;
    }

    .mb100 {
        margin-bottom: 25px;
    }

    .mb80 {
        margin-bottom: 20px;
    }

    .mb50 {
        margin-bottom: 16px;
    }

    .pd80 {
        padding: 25px 0;
    }
}

/* top */
.lgtit {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 30px 0 16px;
    font-weight: normal;
}

.con {
    width: 93%;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 25px;
}

.ghtop {
    height: 48px;
    background: #f7f7f7;
    padding-left: 8px;
    color: #07c160;
    margin-bottom: 10px;
}

.ghtop span {
    font-size: 21px;
    line-height: 21px;
    margin-right: 5px;
}

.ghtop h3 {
    font-size: 17px;
    line-height: 17px;
}

.ghcen {
    width: 90%;
    margin: 0 auto 6px;
    height: 40px;
    border: 1px solid #ebedf0;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ghcen span {
    font-size: 18px;
    line-height: 18px;
    margin-right: 5px;
    color: #07c160;
    font-weight: bold;
}

.ghcen h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    margin-right: 5px;
}

.ghcen p {
    font-size: 12px;
    line-height: 12px;
    color: red;
}

.ghfm1 {
    width: 88%;
    margin: auto;
}

.ghone {
    border-bottom: 1px solid #f5f6f7;
    padding: 16px 0;
}

.ghone span {
    font-size: 15px;
    line-height: 15px;
    margin-right: 3px;
}

.ghone input {
    color: #999;
}

.ghone input,
.ghone select,
.ghone p {
    font-size: 15px;
    outline: none;
    border: none;
    background: none;
    line-height: 15px;
}

.ghone select {
    padding-right: 21px;
}

.red {
    color: red;
}

.ghonespe {
    padding: 12px 0;
}

.ghonespe span {
    font-size: 21px;
    line-height: 21px;
}

.ghonespe p {
    line-height: 23px;
}

.mb16 {
    margin-bottom: 16px;
}

button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #07c160;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}