.myboxs{
    margin-top: 80px;
}
.map-lxfs .area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.map-lxfs .mydt{
    width: 54.83%;
    height: 382px;
}
.map-lxfs .mydt #map{
    width: 100%;
    height: 100%;
}
.map-lxfs .mydt #map img{
    max-width: inherit !important;
}
.map-lxfs .desc{
    width: 39%;
}
.map-lxfs .desc .line{
    width: 100%;
    height: 1px;
	background-color: #d6d6d6;
    margin-top: 25px;
    margin-bottom: 24px;
}
.map-lxfs .desc .ico-item p{
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.map-lxfs{
    margin-top: 30px;
}
.map-lxfs .area{
    padding-bottom: 50px;
    border-bottom: 1px solid #d6d6d6;
}
.map-lxfs .desc .ico-item p span{
    margin-left: 22px;
    font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.map-lxfs .desc h2{
    font-size: 20px;
	line-height: 24px;
    font-weight: bold;
	color: #333333;
}
.kdatable form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.kdatable form .names,.kdatable form .email{
    width: 48.66%;
    margin-bottom: 30px;
}
.kdatable form .lxfs{
    width: 100%;
    margin-bottom: 30px;
}
.kdatable form input{
    width: 100%;
    outline: none;
    line-height: 60px;
    background-color: #f7f7f7;
    padding-left: 30px;
}
.kdatable form textarea{
    background-color: #f7f7f7;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    outline: none;
}
.kdatable form button{
    width: 149px;
	height: 47px;
	background-color: #002fa7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin: auto;
    margin-top: 50px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .myboxs {
        margin-top: 60px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .myboxs {
        margin-top: 45px;
    }
    .map-lxfs .desc {
        width: 35%;
    }
    .map-lxfs .desc .ico-item p span {
        margin-left: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .map-lxfs .area{
        align-items: center;
        padding-bottom: 40px;
    }
    .map-lxfs .mydt {
        width: 62%;
        height: 340px;
    }
    .kdatable form{
        margin-top: 35px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .myboxs {
        margin-top: 30px;
    }
    .map-lxfs .desc {
        width: 100%;
        margin-top: 15px;
    }
    .map-lxfs .desc .ico-item p span {
        margin-left: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .map-lxfs .area{
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 10px;
    }
    .map-lxfs .mydt {
        width: 100%;
        height: 280px;
    }
    .kdatable form{
        margin-top: 35px;
    }
    .map-lxfs .desc .ico-item p {
        margin-bottom: 20px;
    }
    .kdatable form input{
        line-height: 40px;
        padding-left: 15px;
    }
    .kdatable form .names, .kdatable form .email {
        width: 100%;
        margin-bottom: 15px;
    }
    .kdatable form textarea {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .kdatable form button {
        width: 120px;
        height: 40px;
        font-size: 14px;
        margin-top: 30px;
    }
    .kdatable form .lxfs {
        width: 100%;
        margin-bottom: 20px;
    }
}