.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.main {
    padding-top: 100px;
}


.main .item2 #map {
    width: 100%;
    height: 400px;
}

.main .item2 {
    position: relative;
    box-shadow: 2px 2px 20px 2px #ccc;
}

.main .item2 .info-m {

    padding: 20px 0 0 20px;
    box-sizing: border-box;
    position: absolute;
    height: 400px;
    bottom: 0;
    left: 0;
    width: 35%;
    background-color: #fff;
    z-index: 2;

}

.main .item2 .info-m p {
    line-height: 40px;

}

.main .item2 .info-m p:nth-child(2) {
    line-height: 20px;

}

.main .item2 .info-m p i {
    top: 10%;

    position: absolute;
    left: 0;
    display: block;
    height: 30px;
    width: 30px;


}

.main .item2 .info-m p:nth-child(3) i {

    background: url(../images/youbian.png) no-repeat;
    background-position: center center;
    background-size: 23px;
}

.main .item2 .info-m p:nth-child(2) i {

    background: url(../images/address-2.png) no-repeat;

    background-position: center center;
    background-size: 20px;

}

.main .item2 .info-m p:nth-child(4) i {
    background: url(../images/tel-2.png) no-repeat;
    background-position: center center;
    background-size: 20px;
}

.main .item2 .info-m p:nth-child(5) i {
    background: url(../images/fax-2.png) no-repeat;
    background-position: center center;
    background-size: 20px;
}

.main .item2 .info-m p:nth-child(6) i {

    background: url(../images/mail-2.png) no-repeat;
    background-position: center center;
    background-size: 20px;
}

.main .item2 .info-m p:nth-child(6) a {
    color: #959595;
}

.main .item2 .info-m p:nth-child(6) a:hover {
    border-bottom: 1px solid #959595;
}

.main .item2 .info-m h5 {
    font-size: 20px;
    color: #fe7922;
}

.main .item2 .info-m p {
    position: relative;
    margin-top: 25px;
    color: #959595;
    font-size: 14px;
    padding-left: 50px;
}


@media screen and (max-width: 1450px) {

    .message ul li:nth-child(10),
    .message ul li:nth-child(11),
    .message ul li:nth-child(12),
    .message ul li:nth-child(13) {
        width: 49%;
        margin-right: 1%;
    }

    .message ul li:nth-child(14) input {
        width: 50%;
    }
}

@media screen and (max-width: 1230px) {
    .main .item2 .info-m {
        padding: 50px 0 0 20px;
    }

    .message ul li textarea {
        width: 60%;
    }

    .main .item2 .info-m p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .message ul li {
        width: 99% !important;
    }

    .message ul li input {
        width: 60%;
    }

    .message ul li:nth-child(6) input,
    .message ul li:nth-child(7) input {
        width: 50%;
    }

    .message ul li:nth-child(18) {
        width: 99%;
        height: 160px;
    }

    .message ul li:nth-child(18) input {
        width: 99%;
        text-indent: 1em;
    }

    .message ul li:nth-child(18) p {
        float: none;
    }
}

@media screen and (max-width: 850px) {
    .main {
        padding: 0 10px;
    }

    .main .item2 .info-m {
        width: 100%;
        position: relative;
        top: 0;
    }

    .main .item2 #map {
        margin-top: 20px;
    }

    .message ul li:nth-child(3) p {
        float: none;

    }

    .message ul li:nth-child(3) {
        height: 200px;
    }

    .message ul .submit input {
        width: 160px;
        height: 50px;
        border-radius: 20px;
    }

    .main .item2 .info-m p {
        margin-top: 10px;
    }

    .message {
        margin-top: 10px !important;
        padding: 10px 0 0 0 !important;
    }

    .message ul li {
        margin-top: 5px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .message ul li:nth-child(3) {
        height: 200px !important;
        border-radius: 15px;
    }

}

@media screen and (max-width: 600px) {
    .main {
        padding-top: 50px;
    }







}

#myform{
    background-color: #f5f5f5;
    padding: 90px 15px;
    margin-top: 100px;
}


.fc-form-body {
  
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
   
    
}

.form-group {
    line-height: 80px;
    background-color: #ffffff;
    width: 47.5%;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
gap: 15px;
    padding: 0 15px;

    .col-md-10 {
        flex: 1;
        height: 100%;
    }

    .form-control {
        height: 100% !important;
        width: 100% !important;
        border: none;
        outline: medium;
		

    }

    .col-md-2 {
        width: max-content !important;
        font-size: 14px;
        color: #666666;
        span{
            color: red;
        }
    }
}

.form-group:nth-of-type(3) {
    width: 100%;
    height: 300px;
	.col-md-10 {
        flex: 1;
        height: 100%;
    }

    .form-control {
        height: 78% !important;
        width: 100% !important;
        border: none;
        outline: medium;
		padding: 30px 0;
        font-size: 14px;
        color: #666666;
		

    }
}

.form-group:nth-of-type(10),
.form-group:nth-of-type(11),.form-group:nth-of-type(12),.form-group:nth-of-type(13) {
    width: 22.5%;
    .col-md-10 {
        flex: 1;
        height: 100%;
    }
    
}
.form-group:nth-last-of-type(1) {
width: 100%;
}


.form-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    button{
        width: 150px;
    height: 50px;
    border-radius: 50px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 20px;
    margin: 0 20px;
    background-color: #818181;
    cursor: pointer;
    }
}