body{
    padding: 100px 0 0 0;
}

#footer{
    margin: 0;
}






/*联系我们banner区域*/
#banner .bannertext span{
    background: rgba(226, 78, 111, 0.4);
    border: 1px solid #e24e6f ;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    display: inline-block;
    margin: 32px 0 0 0 ;
}
#banner .bannertext span em{
    display: inline-block;
    font-style: normal;
    letter-spacing: 0;
}


#contactbox .container{
    display: block;
    margin-top: -100px;
    margin-bottom: 120px;
    box-shadow: 0px 4px 8px 0px rgba(90, 170, 250, 0.2);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 80px 100px 40px 100px;
}
#contactbox .container .titlecontact{
    display: block;
    margin: 0 0 60px 0;
}
#contactbox .container .titlecontact h2{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 0 ;
}
#contactbox .container .titlecontact h2 span{
    display: block;
    position: relative;
    z-index:100;
}
#contactbox .container .titlecontact h2:after {
    width: 100%;
    height: 6px;
    background: #e24e6f ;
    display: inline-block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}


#contactbox .container .titlecontact p {
    height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin:6px 0 20px 0  ;
}
#contactbox .container .left .tellbox{
    display: block;
    padding: 0 0 22px 0;
    margin: 0 0 22px 0;
    border-bottom: 1px #EEEEEE solid;
}
#contactbox .container .left .tellbox:last-child{
    border-bottom: none;
}
#contactbox .container .left .tellbox:last-child .mathbox{
    margin: 20px 0 0 0;
}
#contactbox .container .left .tellbox:last-child .mathbox>p{
    margin: 0 0 0 0 ;
    padding: 0;
}
#contactbox .container .left .tellbox h3{
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 34px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    background: url("../img/contactimg1.png") no-repeat 0 0 ;
}
#contactbox .container .left .tellbox:nth-child(3) h3{  background: url("../img/contactimg2.png") no-repeat 0 0 ;  }
#contactbox .container .left .tellbox:nth-child(4) h3{  background: url("../img/contactimg3.png") no-repeat 0 0 ;  }
#contactbox .container .left .tellbox:nth-child(5) h3{  background: url("../img/contactimg4.png") no-repeat 0 0 ;  }



#contactbox .container .left .tellbox p{
    padding: 0 0 0 34px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin: 2px 0 0 0;
}
#contactbox .container .left .tellbox p span{
    display: inline-block;
    vertical-align: middle;
    margin: 6px 18px 0 0;
}
#contactbox .container .left .tellbox p span img{
    border: 1px #cecece solid;
    display: inline-block;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    width: 80px;
}

#contactbox .container .left .tellbox p span em{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    font-style: normal;
}








#contactbox .container .right .leftinput{
    display: block;
}
#contactbox .container .right .leftinput .inputbox {
    width: 100%;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 0px 0 0;
}
.dometwo .container form.formBox .leftinput .inputbox.inputboxtextarea{
    width: 100%;
}
#contactbox .container .right .leftinput .input>span {
    font-size: 16px;
    border-right: 2px #6d6d6d solid;
    position: absolute;
    top: 16px;
    left: 20px;
    color: #202020;
    line-height: 15px;
    padding: 1px 4px 1px 0;
    z-index: 100;
}
#contactbox .container .right  textarea,
#contactbox .container .right  input,
#contactbox .container .right  select {
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding: 0px 11px 0 80px;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    margin: 0;
    border: 1px #dcdcdc solid;
    background: none;
    border-radius: 4px;
}
#contactbox .container .right  textarea{
    width: 100%;
    height: 250px;
    resize: none;
}

#contactbox .container .right .inputbox>span {
    font-size: 17px;
    border-right: 1px #999999 solid;
    position: absolute;
    top: 21px;
    left: 20px;
    line-height: 16px;
    padding: 1px 6px 1px 0;
    z-index: 100;
    color: #333333;
}
#contactbox .container .right .inputbox>span em{
    color: red;
    font-style: normal;
}
#contactbox .container .right .inputboxtextarea>span em {
    color: #ffffff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
    font-size: 16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
    font-size: 16px;
}
#contactbox .container .right  .submitOne{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px #e24e6f  solid;
    color: #ffffff;
    margin: 30px 0 0 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 1px;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    text-transform: uppercase;
    background: #e24e6f ;
    transition: all 0.3s;
    outline: none;
}
#contactbox .container .right  .submitOne:hover {
    margin: 30px 0 0 10px;
}
#contactbox .container .right  .submitOne i{
    background: url(../img/righttwo4.png) no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 4px 0 0 0;
}


#contactbox .container .left{
    padding: 0 50px 0 0 ;
}
#contactbox .container .right{
    padding: 0  0 0 50px ;
}








/*相应试区域的*/
@media screen and (max-width: 1430px) {
    .container {
         width: 100%;
    }
}
@media screen and (max-width: 1400px) {
    #contactbox .container {
        margin-top: -50px;
        margin-bottom: 80px;
        border-radius: 10px;
        padding: 60px 80px;
    }
    #contactbox .container .titlecontact h2 {
        font-size: 24px;
        line-height: 26px;
    }

}




@media screen and (max-width: 1200px) {
    #banner .bannertext span {
        border-radius: 16px;
        padding: 8px 17px;
        font-size: 14px;
        line-height: 12px;
        margin: 8px 0 0 0;
    }

    #contactbox{
        padding: 0 10px;
    }
    #contactbox .container {
        margin-top: -20px;
        margin-bottom: 20px;
        padding: 30px 16px;
    }
    #contactbox .container .titlecontact h2 {
        font-size: 17px;
        line-height: 22px;
    }
    #contactbox .container .right,
    #contactbox .container .left {
        padding: 0 20px  ;
    }
    #contactbox .container .titlecontact p {
        height: auto;
        font-size: 13px;
        line-height: 20px;
        margin: 7px 0 12px 0;
    }
    #contactbox .container .left .tellbox {
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }
    #contactbox .container .titlecontact {
        margin: 0 0 20px 0;
    }
    #contactbox .container .left .tellbox h3 {
        margin: 0 0 0 0;
        padding: 0 0 0 22px;
        font-size: 14px;
        line-height: 20px;
        background-size: 16px !important;
        background-position: 0px 4px !important; ;
    }
    #contactbox .container .left .tellbox p {
        padding: 0 0 0 22px;
        font-size: 14px;
        line-height: 18px;
        margin: 1px 0 0 0;
    }

    #contactbox .container .right{
        margin: 30px 0 0 0;
    }
    #contactbox .container .right textarea,
    #contactbox .container .right input {
        width: 100%;
        line-height: 40px;
        height: 40px;
        padding: 0px 10px 0 64px;
        font-size: 13px;
    }
    #contactbox .container .right textarea{
        height: 120px;
    }
    #contactbox .container .right .leftinput .inputbox {
        margin: 0 0 12px 0;
    }
    #contactbox .container .right .inputbox>span {
        font-size: 14px;
        top: 13px;
        left: 12px;
        line-height: 12px;
        padding: 1px 6px 1px 0;
    }
    ::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 13px;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 13px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 13px;
    }

    #contactbox .container .right .submitOne {
        width: 100%;
        max-width: 500px;
        height: 46px;
        line-height: 46px;
        margin: 20px 0 0 0;
        font-size: 14px;
    }

    #contactbox .container .right  .submitOne:hover {
        margin: 30px 0 0 0px;
    }


}

@media screen and (max-width: 1000px) {
    .container-fluid#banner .bannertext h3 {
        font-size: 18px;
        line-height: 18px;
        opacity: 0.7;
        margin: 0 0 3px 0;
        letter-spacing: -0.5px;
    }
    .container-fluid#banner .bannertext .box{
        height: auto;
    }
    .container-fluid#banner .bannertext h4 {

        font-size: 17px;
        line-height: 20px;
        margin: -2px 0 0 0;
        position: relative;

    }


}
@media screen and (max-width: 780px) {
    #contactbox .container .right,
    #contactbox .container .left {
        padding: 0 0px 0 0;
    }




}









