.module-main {
    line-height: 24px;
    width: 100%;
}

.contact-moudle {
    display: flex;
    justify-content: space-between;
}

.module {
    width: 30%;
}

.module-img {
    width: 65%;
    max-height: 403px;
    overflow: hidden;
    text-align: center;
}

.module-img>img {
    width: 420px;
    display: inline-block;
}

.modules {
    margin-top: 80px;
    width: 100%;
}

.module-main2 {
    display: flex;
    justify-content: space-between;
}

.module-main2>div {
    width: 33%;
    text-align: center;
    padding: 75px 0;
    border: 1px solid #999999;
    box-sizing: border-box;
}

.module-main2>div:nth-of-type(2) {
    margin: 0 1%;
}

.contact-call {
    font-size: 20px;
    margin: 16px auto;
    display: inline-block;
    border-bottom: 4px solid red;
    padding: 8px 0;
}

.contact-tel {
    font-size: 14px;
    line-height: 20px;
}

.modules {
    margin-bottom: 100px;
}

.modules>.module-tit {
    margin-bottom: 56px;
}

.module-form {
    width: 50%;
}

.modules-sub {
    display: flex;
    justify-content: space-between;
}

.iw_poi_title {
    color: #CC5522 !important;
    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
}

#dituContent {
    width: 45%;
    height: 340px;
    border: #ccc solid 1px;
}

.module-form input {
    text-indent: 1rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 5px 0;
}

.form-tel {
    display: flex;
    justify-content: space-between;
}

.form-tel input {
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

textarea {
    height: 200px !important;
    width: 100% !important;
    overflow: hidden;
    text-indent: 1rem;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    line-height: 26px;
}

.module-form li {
    margin: 12px 0;
}

.module-form li:first-of-type {
    margin-top: 0;
}

.contact-submit {
    text-align: left;
    box-sizing: border-box;
}

.contact-submit a {
    color: #fff;
    background: red;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 12px;
    box-sizing: border-box;
    transition: all .4s;
}

/* section{
    margin-bottom: 160px;
} */

.footer-back {
    background: #F5F5F5;
    padding: 60px 0 160px 0;
}

img {
    cursor: pointer;
    transition: all .8s;
}

.module-img:hover img {
    transform: scale(1.1);
}

.contact-submit a:hover {
    background-color: #fff;
    border: 1px solid red;
    color: red;
    box-sizing: border-box;
}

.modu {
    transition: all .3s;
}

.modu:hover {
    transform: scale(1.1);
}

.hint-box {
    width: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 10px;
    color: rgb(252, 252, 252);
    border: 1px solid rgba(255, 0, 0, 0.5);
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: all 1s;
    z-index: 999;
    overflow: hidden;
}