﻿
* {
    margin: 0;
    padding: 0;
}

.about_container {
    width: 100%;
    height: 100%;
    min-width: 992px;
}

.about_one {
    width: 100%;
}

.about_one_img {
    width: 100%;
    height: 300px;
    display: block;
}

.about_one_box {
    position: absolute;
    top: 220px;
    text-align: center;
    width: 100%;
    min-width: 925px;
}

.p1 {
    position: absolute;
    top: 190px;
    text-align: center;
    width: 100%;
    min-width: 925px;
}

.span1 {
    font-size: 40px;
    color: #ffffff;
}

.contact_two {
    width: 100%;
}

.contact_two_div {
    height: 500px;
    width: 725px;
    margin: 50px auto;
    box-sizing: border-box;
}

.contact_two_div_form {
    height: 412px;
    float: left;
    line-height: 3;
	padding: 50px 0 0 50px;
    box-sizing: border-box;
}

.inputDiv {
    width: 250px;
    height: 40px;
    left: 0px;
    top: 0px;
    position: relative;
}

input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    background: #fff;
    text-align: left;
    color: #666;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

textarea {
    width: 250px;
    height: 107px;
    left: 0px;
    position: relative;
    top: 50px;
    border: 1px solid #dcdcdc;
}

.submitbutton {
    width: 160px;
    height: 40px;
    left: 0px;
    top: 70px;
    cursor: pointer;
    position: relative;
    background-color: #ff6100;
    border-radius: 30px;
    color: #ffffff;
    line-height: 40px;
}
