﻿@charset "utf-8";

#bgcolor {
    width:100%;
	min-width:1200px;
}
.container {
	margin:35px 0 35px 0;
    width:100%;
    min-width:1200px;
}
.container .content {
    margin-top:40px;
    width:1200px;
    margin:0 auto;
}
.container .content .inqPosition a:hover {
    color:#F40;
}
.container .content .inqPosition a {
    color:#000;
}
.container .content .inqPosition {
    margin:10px 0;
}
.container .content .inqtit {
    background:linear-gradient(to right,#fbe7ab,#fff);
    padding:0 10px;
    line-height:40px;
    min-width:1200px;
}
.container .content .inqtit .one {
    font-size:20px;
    font-weight:bold;
}
.container .content .inqtit .two {
    font-size:20px;
    font-weight:bold;
    color:#F40;
    float:right;
    text-decoration:underline;
}
.container .content .hangs li {
     display:inline-block;
}
.container .content .hangs .reqed{
     color:#F40;
}
.container .content .hangs input[type="text"] {
    color:#444;
    border:1px solid #ccc;
    height:30px;
    width:500px;
    line-height:30px;
    padding:0 5px;
}
.container .content .hangs select {
    border:1px solid #ccc;
    height:30px;
    line-height:30px;
    padding:0 5px;
    color:#444;
}
.container .content .hangs textarea {
    color:#444;
    border:1px solid #ccc;
    height:80px;
    width:500px;
    padding:5px;
}
.container .content .hangs {
     font-size:16px;
     margin:20px 0;
     color:#444;
}
.container .content .hangs .first div.mesgs {
     position:absolute;
	 top:-58px;
	 left:75px;
}
.container .content .hangs .first div.attac {
     position:absolute;
	 top:-58px;
	 left:68px;
}
.container .content .hangs .first {
     width:150px;
     text-align:right;
     position:relative;
}
.container .content .hangs .second {
     text-align:right;
     margin-left:3px;
     position:relative;
}
.container .content .hangs .second span#tiscontent {
     position:absolute;
	 top:38px;
	 right:-277px;
}
.container .content .hangs .second input[type="button"] {
     cursor:pointer;
     border:1px solid #ccc;
     height:30px;
     padding:0 5px;
}
.container .content .submit {
     text-align:center;
     width:650px;
}
.container .content .submit .subt {
     border:1px solid #fe6a05;
     background:#fe6a05;
     color:#fff;
     border-radius:5px;
     cursor:pointer;
     height:30px;
     padding:0 20px;
}
.container .content .submit .subt:hover {
     background:#fff;
     color:#fe6a05;
}
.container .content .hangs .second .rplcode {
    color:#444;
}
.container .content .hangs .second .rplcode:hover {
    color:#F40;
}