/****main*****/
.main {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0px;
    background-color: #fff;
}

.m_l {
    float: left;
    width: 200px;
    margin-left: 15px;
}

.m_l dl {
    width: 200px;
    padding-bottom: 20px;
    border-top: 1px dotted #ccc;
    margin: 0px;
}

.m_l dd {
    margin: 0px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}

.m_l dd.cur {
    background-color: #f4f4f4;
}

.m_l dd a {
    display: block;
    padding-left: 20px;
    width: 175px;
    height: 36px;
    line-height: 36px;
    background: url("../images/ico_gray2.png") no-repeat 190px center;
    /*width: 170px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m_l dd a:hover {
    background-color: #f4f4f4;
}

.en .m_l dd a {
    height: auto;
    line-height: 20px;
    padding: 8px 0px 8px 20px;
}

.m_l dd ul {
    border-top: 1px dotted #ccc;
    display: none;
    overflow: hidden;
    background-color: #fff;
}

.m_l dd ul.cur {
    display: block;
}

.m_l dd li a {
    background: none;
    padding-left: 40px;
    width: 160px;
}

.en .m_l dd li a {
    padding-left: 40px;
}

.m_l dd li a:hover, .m_l dd li a.on {
    background-color: #00a1e9;
    color: #fff;
}

.m_r {
    float: right;
    width: 690px;
    background-color: #fff;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: hidden;
}

.plist {
    width: 700px;
    overflow: hidden;
    margin-left: -10px;
}

.plist li {
    float: left;
    width: 219px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 1px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
}

.plist li p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 221px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ccc;
}

.list {
    padding: 5px 0;
}

.list li {
    height: 42px;
    line-height: 42px;
    color: #676767;
    margin-left: 5px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    padding-left: 15px;
    background: url("../images/l_icon.png") no-repeat left center;
}

.list .time {
    display: block;
    float: right;
    width: 120px;
    color: #666;
    font-size: 12px
}

.list li a {
    float: left;
    width: 520px;
    color: #676767;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list li a:hover {
    color: #036cb4
}

.bbs {
    padding: 0px;
    border: none;
    width: 710px;
}

.bbs .wrap {
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.bbs .ft {
    width: 690px;
    float: left;
    padding-bottom: 15px;
}

.bbs .ft a {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

.bbs .ft a:hover {
    background-color: #f4f4f4;
}

.posting ul {
    width: 100%;
    overflow: hidden;
}

.posting li {
    float: left;
    padding-left: 120px;
    width: 570px;
    margin-top: 15px;
    overflow: hidden;
}

.posting li label {
    float: left;
    margin-left: -120px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: right;
}

.posting input {
    width: 508px;
    border: 1px solid #ccc;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
}

.posting .sub {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.posting .sub input {
    width: 80px;
    height: 28px;
    color: #4e4e50;
    border: 0px;
    cursor: pointer;
    margin: 0px 5px;
}

.comment {
    padding: 0px;
    border: none;
    width: 710px;
}

.comment .article {
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.com_list {
    margin-top: 15px;
    width: 710px;
    border-bottom: 1px solid #ccc;
}

.com_list dt {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}

.com_list dd {
    width: 678px;
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom: none;
    overflow: hidden;
}

.com_list dd + dd {
    border-top: 1px dotted #ccc;
}

.com_list dd p {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 15px;
}

.com_list dd img {
    padding-bottom: 10px;
}

.com_list dd p img {
    padding: 0px;
    vertical-align: middle;
}

.com_list dd .time {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #666;
    text-align: right;
}

.comment .posting li {
    padding-left: 80px;
    width: 630px;
}

.comment .posting li label {
    width: 80px;
    margin-left: -80px;
    text-align: left;
}

.comment .posting .sub input {
    float: left;
    margin: 0px;
}

.comment .pagediv {
    margin: 0px;
    border-top: 1px solid #ccc;
    text-align: left;
}

/****列表翻页****/
.pagediv {
    background-color: #f2f2f2;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 18px;
    padding: 8px 0px;
    margin-top: 10px;
}

.pagediv a {
    border-right: #eee 1px solid;
    padding-right: 5px;
    border-top: #eee 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #eee 1px solid;
    color: #036cb4;
    padding-top: 2px;
    border-bottom: #eee 1px solid;
    text-decoration: none
}

.pagediv a:hover {
    border-right: #999 1px solid;
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    color: #666;
    border-bottom: #999 1px solid
}

.pagediv a:active {
    border-right: #999 1px solid;
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    color: #666;
    border-bottom: #999 1px solid
}

.pagediv .current {
    border-right: #cc3300 1px solid;
    padding-right: 5px;
    border-top: #cc3300 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #cc3300 1px solid;
    color: #fff;
    padding-top: 2px;
    border-bottom: #cc3300 1px solid;
    background-color: #cc3300
}

.pagediv .disabled {
    border-right: #eee 1px solid;
    padding-right: 5px;
    border-top: #eee 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #eee 1px solid;
    color: #ddd;
    padding-top: 2px;
    border-bottom: #eee 1px solid
}

/****图文*****/
.article h2 {
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

.article .info {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0px;
    border-bottom: 1px dotted #ccc;
}

.article .info span {
    margin: 0px 10px;
}

.article .wrap {
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.article .wrap p {
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 15px;
    float: left;
    text-indent: 2em;
    text-align: left;
}

.article .wrap img {
    max-width: 100%;
    _width: expression(this.offsetWidth < 960 ? auto : "960px");
}

.article .wrap h3 {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
}

.fy {
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}

.fy li {
    float: left;
    width: 330px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.fy li a {
    color: #666;
}

.fy li + li {
    margin-left: 30px;
    text-align: right;
}

.article .dev {
    margin-top: -15px;
}

.article .dev p {
    padding-left: 25px;
    width: 665px;
    text-indent: 0px;
    background: url("../images/l_icon.png") no-repeat left center;
    padding-bottom: 0px;
    margin-top: 15px;
}

.article .dev .xx {
    float: left;
    margin: 15px 0px 0;
}

.article .dev .xx img {
    max-width: 100%;
    _width: expression(this.offsetWidth < 690 ? auto : "690px");
}

.honor ul {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}

.honor li {
    float: left;
    width: 208px;
    height: 208px;
    line-height: 210px;
    margin: 10px 10px 0px;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
    display: inline;
    position: relative;
}

.honor li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}

.honor li a {
    display: inline-block;
    width: 100%;
    _position: absolute;
    _top: 50%;
    _left: 0px;
}

.honor li img {
    display: inline-block;
    max-width: 200px;
    max-height: 200px;
    _width: expression(this.scrollWidth < 200 ? "":"150px");
    _height: expression(this.scrollHeight < 200 ? "":"200px");
    vertical-align: middle;
    _position: relative;
    _top: -50%;
    _left: 0px;
}

/****联系我们*****/
.contact {
    width: 650px;
    overflow: hidden;
    margin: 0 auto;
}

.contact h2 {
    padding: 10px 0px;
    line-height: 26px;
    font-size: 16px;
}

.contact p {
    padding: 10px 0px;
}

/*******在线******/
.online .tip {
    width: 650px;
    line-height: 25px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.online ul {
    width: 100%;
    overflow: hidden;
}

.online li {
    float: left;
    padding-left: 120px;
    width: 590px;
    height: 28px;
    margin-top: 15px;
}

.online li label {
    float: left;
    margin-left: -120px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: right;
}

.online input {
    width: 458px;
    border: 1px solid #ccc;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
}

.online li.w50 {
    width: 175px;
}

.online li.w50 input {
    width: 163px;
}

.online .f_bg {
    padding: 5px;
    background-color: #f2f2f2;
    overflow: hidden;
    margin-top: 15px;
    width: 680px;
}

.online .type {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.online .type div {
    float: left;
    width: 185px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0px 10px;
    background-color: #f8b00c;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.online .type div#order {
    background-color: #557fd5;
}

.online .sub {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.online .sub input {
    width: 80px;
    height: 28px;
    color: #4e4e50;
    border: 0px;
    cursor: pointer;
    margin: 0px 5px;
}

.online textarea {
    width: 458px;
    border: 1px solid #ccc;
    height: 130px;
    line-height: 26px;
    padding: 0px 5px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
}

.en .online li {
    padding-left: 150px
}

.en .online li label {
    margin-left: -150px;
    width: 140px;
}

.en .online li.w50 {
    padding-left: 135px
}

.en .online li.w50 label {
    margin-left: -135px;
    width: 120px;
}






