
body
{
    width: 1280px;
    min-width: 1280px;
    max-width: 1280px;
    margin:0 auto;
    background-color: #C5C5C5;
    font-family: 华文细黑;
}

.header
{
    width: 100%;
    height: 60px;
    background-color: white;
}

.logo
{
    float: left;
    margin-left: 50px;
    margin-top: 8px;
}
.logo img
{
    width: 100px;
}

.login-button
{
    width: 120px;
    height: 40px;
    float: right;
    /*margin: 10px;*/
    margin-top: 10px;
    margin-right: 50px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #E06F2C;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;

}
.login-button:hover
{
    background-color: #FF6F2C;
}

.clear
{
    clear: both;
}

.navigation
{
    height: 37px;
    background-color: grey;
    text-align: center;
    line-height: 37px;
    align-content: center;
    text-decoration: none;
    font-size: 13px;
}
.navigation-item
{
    width: 14%;
    height: 100%;
    text-align: center;
    float: left;
    cursor: pointer;
    color: white;
    font-size: 13px;
}
.navigation-item:hover
{
    color: white;
}
.navigation-item-current
{
    width: 14%;
    height: 100%;
    text-align: center;
    background-color: darkgray;
    float: left;
    cursor: pointer;
    font-size: 13px;
}

.contact-us
{
    width: 100%;
    background-color: white;
}
.contact-us-header
{
    height:40px;
    background-color: darkgrey;
    text-align: center;
    color: white;
    font-size: 23px;
    line-height: 40px
}
.contact-us-title
{
    width:100%;
    margin-top: 20px;
    text-align: center;
    color: #e16f1e;
    font-size: 20px;
    line-height: 30px
}
.contact-us-list
{
    padding-bottom: 50px;
}
.contact-us-list p
{
    color: gray;
}
.contact-us-list-top
{
    align-items: baseline;
    display: -webkit-flex;
    font-size: 16px;
}
.contact-us-list-top input
{
    height: 35px;
    width:90%;
    background-color: #DEDEDE;
    font-size: 16px;
    border: hidden;
    border-radius: 5px;
}


.contact-us-list-top-left
{
    width: 20%;
    margin-left: 30%;
    text-align: left;
}


.contact-us-list-top-right
{
    width: 20%;
    margin-right: 30%;
}
.contact-us-list-bottom
{
    margin-left: 30%;
    margin-right: 32%;
    font-size: 16px;
}
.contact-us-list-bottom textarea
{
    font-size: 18px;
    height: 105px;
    width: 100%;
    background-color: #DEDEDE;
    border: hidden;
    border-radius: 5px;
}
.contact-us-list-bottom p
{
    color: grey;
    font-size: 16px;
}
.contact-us-send
{
    width: 160px;
    height: 40px;
    background-color: #e16f1e;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
    line-height: 40px;
    color: white;
    font-size: 22px
}
.contact-us-send:hover
{
    background-color: #FF6F2C;
}


.contact-us-bottom
{
    text-align: center;
    background-color: white;
    /*padding-top: 2%;*/
}
.contact-us-bottom img
{
    width:120px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-us-footer
{
    background-color: #898988;
    text-align: center;
    color: white;
    font-size: 16px;
    padding-top: 25px;
    height: 62px;
}
#plw-ba:hover{
	cursor: pointer;
color: #b8b8fb;
	
}