@charset "UTF-8";
.inpage {
    width: 100%;
}
.maplocation {
    position: relative;
    margin-top: 100px;
}
.Map {
    background: transparent url(https://api.map.baidu.com/images/blank.gif);
    background-color: #fff1ad;
    cursor: url(https://api.map.baidu.com/images/openhand.cur) 8 8, default;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 23vw;
    top: 0;
}
.Massage {
    width: 391px;
    background-color: #3c76d9;
    color: white;
    position: absolute;
    top: -67px;
    left: 97px;
}
.Mtitle {
    font-weight: 100;
    margin-top: 30px;
    margin-left: 22px;
    display: flex;
}
.Mtitle h4{
    font-size: 18px;
    font-weight: 100;
    display: flex;
    margin: 0;
    margin-left: 10px;
}
.Mtitle img{
    width: 24px;
    height: 24px;
    display: flex;
}
.Mname {
    display:flex;
    padding: 16px;
    justify-content: space-between;
}
.Mname input{
    width: 157px;
    margin: 0;
    background-color: rgba(255,255,255,0.5);
    border: none;
    padding: 10px 0;
    outline: none;
    display:flex;
    font-size: 15px;
    line-height: 2;
    padding-left: 16px;
}
.Mname input::-webkit-input-placeholder{
    color: #FFFFFF;
}
.leaveMessage {
    display:flex;
    justify-content: center;
}
.leaveMessage textarea{
    width: 357px;
    height: 147px;
    resize: none;
    background-color: rgba(255,255,255,0.5);
    border: none;
    outline: none;
    line-height: 56px;
    font-size: 14px;
    padding: 0 16px;
    box-sizing: border-box;
}
.leaveMessage textarea::-webkit-input-placeholder{
    color: #FFFFFF;
}
.leaveMessage h4{
    margin: 0;
    margin-block: 0;
}
.privacy {
    margin-top: 19px;
    margin-left: 11px;
}
.privacy input{

}
.privacy span{
    font-size: 14px;
}
.upload {
    text-align: center;
    margin-bottom: 9px;
}
.upload button{
    width: 355px;
    margin: 10px;
    background-color: #FFFFFF;
    border: none;
    color: #3c76d9;
    padding: 15px 0;
    border-radius: 8px;
    font-size: 19px;
}
.information {
    display: flex;
}
.boxside {
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 30px;
}
.informationTitle {
}
.informationTitle h4{
    margin: 0;
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 5px;
    position: relative;
}
.informationTitle span{
    width: 60px;
    height: 4px;
    margin-top: 12px;
    margin-left: -2px;
    margin-bottom: 34px;
    border-radius: 10px;
    background-color: #0c88e8;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.informationDetails {
    padding-top: 28px;
    margin-left: 1px;
    border-top: 1px solid #dfdfdf;
}
.informationDetails p{
    margin: 0;
    font-size: 19px;
}
.informationDetails a{margin-left: 5px;}
.informationDetails img{
    width: 14px;
}
.telBox p{
    margin: 0;
    letter-spacing: 0px;
    font-size: 19px;
    display: flex;
}
.telBox img{
    width: 20px;
    height: 20px;
    margin-left: 9px;
    display: flex;
    margin-top: 4px;
}
.tel {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
}
.telBox {
    display: flex;
    line-height: 32px;
    min-width: 50%;
}
.otherContect {display: flex;}
.otherContect p{

    display: flex;
}
.otherContect a{
    display: flex;
    font-size: 18px;
}
.gohere{
    font-size: 1px;
}
.telBox a{
    display: flex;
    font-size: 18px;
}
.webnet {
    background-color: #295bb0;
    margin-top: 56px;
    width: 100%;
}
.serviceLinks {
    display: flex;
    color: white;
}
.serviceLinks span{
}
.service {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 28px 0;
    margin-right: 32px;
}
.service p{
    font-size: 15px;
    margin: 0;
    padding: 0 5px;
    font-weight: 500;
}
.service b{

    font-size: 15px;

    text-align: center;
}
.service p:nth-of-type(1){
    color:#1654bc;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
}
.service span{

}
.SLspan{
    display: flex;
    align-items: center;
}
.SLspan span{
    width: 1px;
    height: 30px;
    display: flex;
    background-color: rgba(255,255,255,0.5);
    margin: 0 5px;
}
.links {
    display: flex;
    overflow: hidden;
    width: 90%;
    justify-content: space-around;
    align-items: center;
}
.links a{
    font-size: 15px;
    display: flex;
    color: white;
    margin-right:10px;
}
@media only screen and (orientation: portrait) {
    .container{
        margin-left: 0px;
    }
    .Mtitle img{
        width:50px;
        height:50px;
    }
    .Mtitle{
        align-items: center;
    }
    .Mtitle h4{
        font-size:30px;
    }
    .Mname input{
        font-size: 25px;
    }
    .leaveMessage textarea{
        font-size: 25px;
    }
    .privacy span{
        font-size:22px;
    }
    .privacy{
        display: flex;
        align-items: center;
    }
    #ys{
        zoom:2;
    }
    .upload button{
        font-size:25px;
    }
    .information{
        margin-top: 60px;
    }
    .informationTitle h4{
        font-size:35px;
    }
    .informationDetails p{
        font-size:30px;
    }
    .gohere{
        font-size:20px;
    }
    .telBox a{
        font-size:30px;
    }
    .boxside:nth-child(2){
        width:130%;
    }
    .links{
        display: unset;
        width:100%;
    }
    .links a{
        font-size:30px;
        padding: 10px 0px;
    }
}