/* 一个图片 */
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.inside-pages {
    margin-top: 20px;
}
.inside-row {
    margin-top: 60px;
}
.inside-row .contact-ways{
    margin-top: 80px;
}
#container{
    width: 100%;
    height: 450px;
}
#container .amap-icon img {
    width: 25px;
    height: 34px;
}

#container .amap-marker-label{
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    cursor: default;
    padding: 3px;
    font-size: 12px;
    line-height: 14px;
}

#container .info{
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    position: fixed;
    top: 34px;
    background-color: white;
    width: auto;
    min-width: 50px;
    border-width: 0;
    right: -364px;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
}
.contact-ways .way-con {
    width: 500px;
    height: 265px;
    background: url(../images/contact.jpg) no-repeat center;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    padding-top: 50px;
}
.contact-ways .way-con .way-con-popup {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.way-item {
    position: relative;
    z-index: 1;
    margin-left: 50px;
}
.form-container {
    width: 645px;
    height: 265px;
    position: relative;
    border-left: 1px solid #dadada;
}
.formtitle{
    font-size: 20px;
    font-weight: 400;
    color: #ff6637;
    padding-left: 20px;
    padding-bottom: 24px;
}
.form-container .form-item.email {
    margin-left: 18px;
}
.form-container .form-item {
    margin-left: 0;
}
.form-container .form-item.mobile {
    margin-top: 10px
}
.form-container .f-name {
    font-size: 14px;
    color: rgb(102,102,102);
    line-height: 36px;
    text-align: right;
    font-weight: 700;
    margin-left: 6px;
}
.form-container .form-item .f-input {
    width: 203px;
    margin-left: 6px;
}
.form-container .form-item input {
    width: 100%;
    font-size: 14px;
    color: rgb(102,102,102);
    line-height: 34px;
    text-indent: 1em;
    border:0;
    border-bottom: 1px solid #dadada
}
.form-container .f-star {
    margin-left: 36px;
    color: red;
    line-height: 36px;
    font-weight: bold;

}
.form-row-bot {
    margin-top: 27px;
}
.form-row-bot .f-input {
    width: 520px;
    height: 100px;
    /*padding: 15px;*/
    /*border: 1px solid #dadada;*/
    margin-left: 10px;
    margin-top: 10px;
}
.form-row-bot .f-input textarea {
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #283256;
    line-height: 20px;
    resize: none;
}
.projects-foot a {
    margin-top: 40px;
    margin-left: 70px;
}
.way-item-name {
    width: 70px;
    text-align: right;
}
.way-item-cont {
    width: 330px;
}