

/*联系我们 留言 css*/
/* #contact_03 {
    width: 100%;
    margin:0 auto;
} */
#contact_03_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #898989;
}

#contact_03 p {
    line-height: 30px;
    font-size: 14px;
    color: #898989;
    text-align: center;
}

#contact_03 i {
    background: #c6c6c6;
    width: 72px;
    height: 1px;
    display: block;
    margin: 9px auto 0;
}

#contact_03_form {
	width: 95%;
	margin: 18px auto 0;
}

#contact_03_form .form01{
    margin: 0 10px;
    padding-top: 20px;
}

#contact_03_form .form02{
    width: 300px;
}

#contact_03_form .form01 .line1 {
	width: 30%;
	height: 60px;
	line-height: 48px;
	padding: 0 10px;
	/* float: left; */
	margin: 0 12px 25px -10px;
}

#contact_03_form .form01 input {
	border: 1px solid #d5d5d5;
	font-size: 16px;
	font-family: "微软雅黑";
}

#contact_03_form .form01 .name {
    background: #fff url("../images/i_form_ico1.png") no-repeat right 0;
}
#contact_03_form .form01 .phone {
    background: #fff url("../images/i_form_ico2.png") no-repeat right 0;
}
#contact_03_form .form01 .address {
    margin-right: 0;
    background: #fff url("../images/i_form_ico3.png") no-repeat right 0;
}

#contact_03_form .form01 textarea {
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 10px 10px 10px 10px;
	margin-left: -10px;
	height: 300px;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin-bottom: 20px;
	background: #fff url("../images/i_form_ico4.png") no-repeat right top;
}

#contact_03_form .form02 {
	width: 90%;
	height: 50px;
	margin: 0 auto;
	/* margin-bottom: 80px; */
}

#contact_03_form .form02 input {
	width: 100%;
	height: 50px;
	border: 0;
	background: #f8bd01;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all .4s;
}

#contact_03_form .form02 input:hover {
	background: #142038;
}



@media only screen and (max-width: 769px) {
    #contact_03_form .form01 .line1 {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        /* float: left; */
        margin: 0  0 25px -10px;
    }

    #contact_03_form{
        margin-left: 20px;
    }

    #contact_03_form .form02{
        width: 95%;
        margin: 0;
    }
}
