/*reset css*/

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*header css*/

#title {
    width: 1170px;
    height: 67px;
    padding-top: 26px;
    border-bottom: 1px solid #ff6600;
}

#title li {
    width: 170px;
    height: 30px;
    display: block;
    float: left;
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#title li.act {
    background-color: #ff9900;
    color: #fff;
}

/*2017.05.04  chenyong   常见问题增加分类  S*/
.typelist{
    width: 1170px;
    border-top: none;
    padding: 10px 30px;
}
#typeTitle{
    float: left;
    margin: 10px 0;
    font-weight: bolder;
}
#typeLi{
    width: 700px;
    margin-left: 110px;
}
#typeLi li{
    float: left;
    margin:7px 0;
    cursor: pointer; 
    text-align: center;
    width: 140px;
}
.checkLi{
    color: #ff9900;
}
.searchBox{
    width:250px;
    height:32px;
    background:#ff9900;
    /*float:right;*/
    position: absolute;
    margin-left: 860px;
    border-radius: 0 3px 3px 0;
}
.searchInput{
    border: none;
    width: 190px;
    height: 28px;
    margin: 2px;
}
#searchBtn{
    width: 45px;
    height: 20px;
    border: none;
    background-color: #ff9900;
    color: #fff;
}
/*2017.05.04  chenyong   常见问题增加分类  E*/

/*body css*/

.tabBox,
.tabBox>li {
    width: 1170px;
    min-height: 600px;
    overflow: hidden;
}

#common_problems {
    width: 1170px;
    min-height: 600px;
    overflow: hidden;
    border-top: 1px solid #ff6600;
    margin-top: 10px;
}

#common_problems li {
    width: 1170px;
    min-height: 130px;
    padding-top: 35px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

#common_problems li p {
    font-size: 12px;
    color: #000;
    padding-left: 15px;
    margin-bottom: 20px;
}

#qaTip {
    display: none;
    width: 1170px;
    display: none;
    text-align: center;
    margin-top: 100px;
    color: #ff0000;
}

#page1,
#page2 {
    overflow: hidden;
    margin: 30px 0;
    float: right;
}

#inputText {
    resize: none;
    width: 1168px;
    margin: 0 auto;
    height: 115px;
    margin-top: 26px;
    padding: 10px;
}

.submitBtn {
    width: 180px;
    height: 40px;
    display: block;
    float: right;
    margin-top: 15px;
    background-color: #ff9900;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 40px;
}

.submitBtn:hover,
.submitBtn:visited {
    background-color: #e58a00;
    color: #fff;
}

.submitBtn:link {
    color: #fff;
}

#listBox {
    width: 1170px;
    overflow: hidden;
}

#listBox li {
    width: 1170px;
    margin-bottom: 30px;
    overflow: hidden;
}

#listBox li>img {
    width: 58px;
    height: 44px;
    display: block;
    float: left;
}

#listBox li>.info {
    width: 1097px;
    overflow: hidden;
    display: block;
    float: right;
}

#listBox li>.info .top {
    width: 1097px;
    overflow: hidden; 
}

#listBox li>.info .top strong {
    width: 350px;
    display: block;
    float: left;
    font-size: 14px;
    color: #111;
    font-weight: normal;
}

#listBox li>.info .top span {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-right: 10px;
}

#listBox li>.info .top span:hover {
    color: #111;
}

#listBox li>.info .top span>i {
    margin-right: 8px;
}

#listBox li>.info>p {
    font-size: 14px;
    color: #111;
}

#listBox li>.info .replyBox {
    width: 1097px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 10px;
}

#listBox li>.info .replyBox strong {
    font-size: 14px;
    color: #111;
    font-weight: normal;
}

#listBox li>.info .replyBox p {
    font-size: 14px;
    color: #999;
}

#onlione_qa {
    display: none;
    width: 1170px;
    display: none;
    text-align: center;
    margin-top: 200px;
    color: #ff0000;
}

.replyBox_input {
    width: 1097px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
    position: relative;
    display: none;
}
.replyBox_input>i{
	position: absolute;
	top:10px;
	right:10px;
	cursor: pointer;
}
.reply_input {
    resize: none;
    width: 1067px;
    margin: 0 auto;
    padding: 10px;
}

.confirmBtn {
    width: 80px;
    height: 30px;
    display: block;
    float: right;
    margin-top: 15px;
    background-color: #ff9900;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.confirmBtn:hover {
    background-color: #e58a00;
    color: #fff;
}
