* { margin:0px; padding:0px; box-sizing:border-box; }
img { border:none; }

body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
}
p {
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper {
    margin: 0px auto;
    max-width: 98%;
    width: 100%;
}
.content {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.header {
    float: left;
    width: 100%;
    background-color: rgb(255, 204, 102);
    padding: 5px 8px;
    border: 1px solid #000;
    margin-bottom: 2px;
}
.inner_content {
    float: left;
    width: 100%;
    border: 1px solid #000;
    padding: 2px;
}
.header h2 span {
    font-size: 19px;
}
.header h2 {
    font-size: 33px;
    float: left;
    margin-right: 12px;
}
.header p {
    font-size: 17px;
    margin-top: 15px;
}
.left_con {
    float: left;
    border: 1px solid #000;
    padding: 5px 9px;
}
.left_con p {
    font-size: 15px;
    margin-bottom: 11px;
    line-height: 22px;
}
.left_con ul {
    float: left;
    margin-top: 16px;
}
.left_con ul strong {
    font-size: 16px;
    margin-bottom: 23px;
    display: inline-block;
    width: 100%;
}
.left_con ul li {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    list-style: none;line-height: 17px;
    margin-bottom: 7px;
}
div#captcha {
    padding: 0px 5px;
}
.left_con, .right_con, .center_con {
	width:33.22%;
	min-height:550px;
}
.right_con {
    float: right;
    border: 1px solid #000;
    padding: 5px 9px;
}
.right_con p {
    font-size: 15px;
    margin-bottom: 11px;
    line-height: 22px;
}
.right_con ul {
    float: left;
    margin-top: 16px;
}
.right_con ul strong {
    font-size: 16px;
    margin-bottom: 23px;
    display: inline-block;
    width: 100%;
}
.right_con ul li {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    list-style: none;
    margin-bottom: 7px;
    line-height: 17px;
}
.center_con {
    float: left;
    margin-left: 2px;
    background: #99cccc;
    border: 1px solid #000;
}
.formpic p {
    padding: 6px;
    width: 100%;
    float: left;
}
.formpic p label {
    width: 40%;
    float: left;
    font-size: 15px;
    margin-right: 13px;
}
.formpic strong {
    font-size: 17px;
    margin-bottom: 13px;
    display: inline-block;
    padding: 11px 8px 0 8px;
}
.formpic p input[type="text"], .formpic p textarea, .formpic input {

    padding: 10px 6px;
    width: 100%;
    margin-bottom: 13px;
    background: #fff;
    color: #4F4F4F;
    line-height: 14px;
    border: 1px solid #C4C4C4;
    margin-top: 1px;
    font-weight: bold;
}
.formpic .submit {
    display: inline-block;
    width: 100%;
    padding: 12px 6px 10px 6px;
}
.submit input[type="submit"] {
    cursor: pointer;
    float: left;
    background: #000;
    border: 0px;
    color: #fff;
    padding: 13px;
}

@media screen and (max-width:1150px) {
.left_con, .right_con, .center_con {
    min-height: 575px;
}
}

@media screen and (max-width:960px) {
.formpic p label {
    width: 100%;
}
.formpic p input[type="text"], .formpic p textarea, .formpic input {
    width: 100%;
}
.left_con, .right_con, .center_con {
    min-height: 690px;
}
.g-recaptcha {
	transform: scale(0.76);
	-webkit-transform: scale(0.76);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
}


@media screen and (max-width:767px) {
.left_con, .right_con, .center_con {
    width: 100%;
    min-height: inherit;
	    margin-bottom: 2px;
		margin-left: 0px;
}
div#captcha {
    margin-bottom: 7px;
}
.g-recaptcha {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
}

@media screen and (max-width:600px) {
.header p {
    margin-top: 0;
    float: left;
}
}