@charset "UTF-8";









.contact{
    padding-top: 50px;
}
.contact .easy{
    width: 1400px;
    margin: auto;
    padding-bottom: 70px;
}
.contact .easy .left{
    padding-top: 80px;
}
.contact .easy .left h3{
    margin-bottom: 25px;
    color: #333;
    font-size: 18px;
}
.contact .easy .left p{
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.contact .easy .left div div:before{
    content: '';
    top: 14px;
    left: -35px;
    position: absolute;
    width: 16px;
    height: 3px;
    background-color: #0071af;
}
.contact .easy .left div div:nth-child(1){
    margin-left: 35px;
}
.contact .easy .left div div:nth-child(2){
    margin-left: 150px;
}
.contact .easy .left div div:nth-child(2) p+p{
    margin-left: 45px;
}
.contact .map{
    width: 100%;
    height: 556px;
    margin-bottom: 175px;
}
.contact .msg{
    height: 630px;
    padding-bottom: 75px;
    background-color: #f7f7f7;
}
.contact .msg > div{
    top: -100px;
    left: 50%;
    width: 1300px;
    padding: 50px 80px;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 0px 50px -25px;
    transform: translateX(-50%);
}
.contact .msg > div h3{
    margin-bottom: 60px;
    color: #0d6fb8;
    font-size: 30px;
    text-align: center;
}
.contact .msg > div h3 span{
    display: inline-block;
    width: 28px;
    height:28px;
    margin-right: 20px;
    background: url("../img/logo2.png") no-repeat center/100%;
}
.contact .msg > div input{
    width: 45%;
    height: 40px;
    margin-left: 9%;
    margin-bottom: 45px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    font-size: 14px;
    text-indent: 1em;
}
.contact .msg > div input:nth-child(2n+1){
    margin-left: 0;
}
.contact .msg > div textarea{
    width: 98%;
    height: 230px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    font-size: 14px;
    text-indent: .7em;
    resize: none;
}
.contact .msg > div button{
    display: block;
    width: 270px;
    height: 50px;
    margin:50px auto 0;
    border: none;
    background-color: #0d6fb8;
    color: white;
    font-size: 24px;
    box-shadow: 0px 7px 20px -7px #0d6fb8;
    border-radius: 30px;
    cursor: pointer;
}








