@charset "UTF-8";


@font-face {
    font-family: ees;
    src:url("../font/HYQiHei-55S_1.otf");
}

.contact{
    padding: 30px 0;
    background-color: #f3f3f2;
    text-align: center;
}
.contact > div{
    width: 69.9%;
    margin: auto;
    padding-bottom: 40px;
    background-color: white;
}
.contact .content{
    margin: 0 70px;
}
.contact .content ul li{
    width: 33%;
    text-align: center;
}
.contact .content ul li + li{
    margin-left: .5%;
}
.contact .content ul li:hover i{
    transform: scale(1.1) rotate(360deg);
}
.contact .content ul li i{
    width:90px ;
    height: 90px;
    border-radius: 50%;
    transition: .5s;
}
.contact .content ul li img{
    width: 144px;
    margin: auto;
}
.contact .content ul li:nth-child(1) i{
    background: #0068b3 url("../img/phone.png") no-repeat center;
}
.contact .content ul li:nth-child(3) i{
    background: #0068b3 url("../img/add.png") no-repeat center;
}
/*.contact .content ul li:nth-child(3) i{
    background: #0068b3 url("../img/tel.png") no-repeat center;
}*/
.contact .content ul li h4{
    margin-top: 20px;
    color: #cacaca;
    font-family: ees;
    font-size: 24px;
}
.contact .content ul li p{
    margin-top: 15px;
    color: #333;
    font-size: 15px;
}
.contact .content .thanks{
    margin-top: 110px;
    font-family: ees;
    text-align: left;
}
.contact .content .thanks h5{
    margin-bottom: 10px;
    color: #333;
    font-size: 28px;
}
.contact .content .thanks p{
    color: #666;
    font-size: 15px;
    line-height: 30px;
}
.contact .content .input{
    margin-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-family: ees;
    font-size: 14px;
    text-align: center;
}
.contact .content .input ul li{
    width: 30%;
    text-align: left;
}
.contact .content .input ul li + li{
    margin-left: 5%;
}
.contact .content .input ul li p{
    margin-bottom: 10px;
}
.contact .content .input ul li p span{
    margin-right: 5px;
    margin-left: 5px;
    color: #0068b3;
    font-weight: bold;
}
.contact .content .input ul li input{
    width: 100%;
    height: 40px;
    border: none;
    background-color: #f4f4f4;
    text-indent: 14px;
    border-radius: 10px;
}
.contact .content .input .textarea{
    margin-top: 18px;
    text-align: left;
}
.contact .content .input .textarea p{
    margin-bottom:10px ;
}
.contact .content .input .textarea p span{
    margin-right: 5px;
    margin-left: 5px;
    color: #0068b3;
    font-weight: bold;
}
.contact .content .input .textarea textarea{
    width: 98.3%;
    height: 130px;
    padding: 10px;
    border: none;
    background-color: #f4f4f4;
    resize:none;
    border-radius: 10px;
}
.contact .content .input #button{
    width: 470px;
    height: 40px;
    margin-top: 25px;
    border: none;
    background-color: #999;
    color: white;
    font-size: 16px;
    letter-spacing: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.contact .content .input #button:hover{
    background-color: #0068b3;
}
.contact .content .map{
    height: 450px;
}
.contact .content .map iframe{
    width: 100%;
    height: 100%;
}










