.contact_wapper {
    width: 100%;
    background: #fff;
}
.contact_top {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.contact_top_left {
    padding: 98px 0;
}
.contact_top_left div{
    height: 96px;
    width: 410px;
}
.contact_top_left div i {
    display: block;
    height: 54px;
    width: 54px;
    float: left;
    margin-right: 30px;
    text-align: center;
    line-height: 70px;
}
.contact_top_left div span{
    color: #333333;
    font-size: 16px;
    display: block;
    margin-top: 13px;
}

/* 留言板 */
#name {
    background: url("../image/contact/ren.png") no-repeat 10px 15px;
    background-size: 25px 25px;
}

#phone {
    background: url("../image/contact/dh.png") no-repeat 10px 15px;
    background-size: 25px 25px;
}
#email {
    background: url("../image/contact/xiaoyoux.png") no-repeat 10px 15px;
    background-size: 25px 25px;
}
#message {
    background: url("../image/contact/weix.png") no-repeat 10px 15px;
    background-size: 25px 25px;
}
.bg {
    background: url("../image/contact/ly.png") no-repeat center center;
    width: 165px;
    height: 550px;
    float: left;
    text-align: center;
}
@media screen and (max-width: 760px){
	#name{
		background: url("../image/contact/ren.png") no-repeat 8px 9px;
		background-size: 18px 18px;
	}
	#phone {
	    background: url("../image/contact/dh.png") no-repeat 10px 11px;
	    background-size: 18px 18px;
	}
	#email {
	    background: url("../image/contact/xiaoyoux.png") no-repeat 10px 10px;
	    background-size: 22px 18px;
	}
	#message {
	    background: url("../image/contact/weix.png") no-repeat 10px 15px;
	    background-size: 23px 23px;
	}
	.contact_top_right div form textarea{
		margin-top: 0!important;
	}
}
.ly {
    float: right;
}
.contact_top_right {
    border-radius: 24px 24px;
    text-align: left;
    box-shadow:0px 3px 25px 7px #dfeeff;

}
.contact_top_right h2{
    margin-left: 30px;
    color: #24344b;
    font-size: 24px;
    margin-top: 20px;
}
.contact_top_right div form input {
    width: 410px;
    height: 50px;
    text-indent: 40px;
    margin-top: 33px;
    border: none;
    border-left: 5px solid #1478f0;
    box-shadow:0px 3px 25px 7px rgba(11,11,11,0.06);
}
.contact_top_right div form textarea{
    width: 410px;
    height: 70px;
    resize: none;
    text-indent: 40px;
    line-height: 47px;
    margin-top: 30px;
    border: none;
    border-left: 5px solid #1478f0;
    box-shadow:0px 3px 25px 7px rgba(11,11,11,0.06);
}
.btn {
    margin-left: 35px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 410px;
    background-color: #1478f0;
    border-radius: 25px;
    box-shadow: 1px 10px 15px #a6b0ff;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}
.btn:hover{
    background-color: #171717;
    box-shadow: 1px 10px 15px #171717;
}
input::-webkit-input-placeholder{
    margin-left: 20px;
}
/* 地图 */
.contact_center{
    height: 600px;
}
.contactMap {
    margin-top: 100px;
    width: 100%;
    height: 600px;
}

/* 地址 */
.contact_bottom {
    background-color: #fff;
}
.contact_bottom p {
    margin-top: 74px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 126px;
}