/*

主题名称: 样式RESET

作者: 广州印章连锁

URL: www.yinzhang8.com.cn

版本: 1.0

*/

/*RESET*/

@import url('reset.css');

/*公共样式*/

body {
    font: normal 12px/1 Georgia, Helvetica, Tahoma, Arial, \5b8b\4f53, sans-serif;
    background: url(../newimages/bg.jpg) repeat 0 0;
    color: #8da9bf;
}

.f_r {
    float: right;
}

.f_l {
    float: left;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
    margin-bottom: 0px;
}

.justify {
    text-align: justify;
}

.dis {
    display: block;
}

.inline {
    display: inline;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.underline {
    border-bottom: 1px solid #eee;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

.w860 {
    width: 860px;
    margin: 0 auto;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    overflow: hidden !important;
    overflow: visible;
}

.box {
    border: 1px solid #eee;
    min-height: 1px;
    height: auto !important;
    height: 1px;
    overflow: hidden !important;
    overflow: visible;
}

.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
    visibility: hidden;
}

.blank2 {
    height: 40px;
    line-height: 40px;
    clear: both;
    visibility: hidden;
}

.fb {
    font-weight: bold;
}

.yellow {
    color: #f0f016;
}

.more {
    float: right;
    font-weight: normal;
}

.more a {
    color: #e41b1b;
    text-decoration: none;
}

.more a:hover {
    color: #97A7B7;
    text-decoration: underline;
}

.btn,
.btn * {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    background: url(button.png) no-repeat 0 0;
    color: #fff;
}

.btn {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
}

.btn span {
    padding-right: 20px;
    background-position: right 0;
}

.btn:hover {
    background-position: left -25px;
}

.btn:hover span {
    background-position: right -25px;
}

/*<a class="btn"><span>button</span></a>*/



/*link style*/

a {
    color: #eee;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #ff0;
    text-decoration: underline;
}



/*box-shadow*/

.box-shadow {

    /* hack for ie */

    background: #fff;

    /* sane web browsers */

    -moz-box-shadow: 1px 3px 12px #bbb;

    -webkit-box-shadow: 1px 3px 12px #bbb;

    box-shadow: 1px 3px 12px #bbb;
}



/*头部样式*/

#webtop {
    background: url(../newimages/topbg.jpg) repeat-x 0 0;
}

.header {
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../newimages/top_dz.jpg) no-repeat 0 0;
}

.header .logo {
    width: 260px;
    height: 80px;
}

.header .navlist {
    width: 600px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.header .navlist ul {
    padding-left: 19px;
}

.header .navlist ul li {
    width: 80px;
    text-align: right;
    font-size: 14px;
    color: #fff;
    float: left;
    letter-spacing: 2px;
}

.header .navlist ul li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.header .navlist ul li a:hover {
    color: #5182AA;
    text-decoration: underline;
    cursor: pointer;
}

.header .navlist .hover {
    color: #5182AA;
}



.l_search {
    width: 260px;
    height: 340px;
    overflow: hidden;
    background: #08233E;
}

.l_search .topsearch {
    width: 240px;
    height: 20px;
    padding-top: 30px;
    margin: 0 auto;
}

.l_search .topsearch .search {
    width: 192px;
    height: 15px;
    line-height: 15px;
    padding-left: 5px;
    border: 1px solid #E3E3E3;
    color: #666;
}

.l_search p {
    line-height: 40px;
}

.l_search .flash {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    background: #fff;
}

.aboutus {
    width: 570px;
    height: 280px;
    padding: 30px 0 30px 30px;
    color: #eee
}

.aboutus h1 {
    font-size: 18px;
    height: 30px;
    color: #fff;
}

.aboutus p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #7599b9;
}

.aboutus .linkus {
    margin-top: 15px;
}

.aboutus .tellink {
    letter-spacing: 0px;
}

.aboutus .l_box {
    width: 230px;
    height: 50px;
    padding-left: 80px;
    border-right: 1px #7599b9 dashed;
    overflow: hidden;
}

.aboutus .r_box {
    width: 219px;
    height: 50px;
    padding-right: 20px;
    overflow: hidden;
}

.aboutus .l_box a,
.aboutus .r_box a {
    color: #eee;
}

.aboutus .l_box h3,
.aboutus .l_box h3 a,
.aboutus .r_box h3,
.aboutus .r_box h3 a {
    color: #ff0;
    padding-top: 8px;
    letter-spacing: 2px;
}

.aboutus .l_box p {
    line-height: 24px;
}

.backdz {
    background: url(../newimages/c_dz.png) no-repeat 0 0;
}

.backdz2 {
    background: url(../newimages/c_dz2.gif) repeat-y 0 0;
}

.backdz3 {
    background: url(../newimages/c_dz3.gif) no-repeat 0 0;
}



.l_box {
    width: 260px;
    float: left;
}

.r_box {
    width: 590px;
    float: right;
}

.mt {
    margin-top: 10px;
}

.l_box_list {
    width: 555px;
    float: left;
}

.r_box_list {
    width: 250px;
    float: right;
}



.balc {
    padding: 10px;
    background: #08233E;
}

.lc_list {
    background: url(../newimages/lc_bg.png) no-repeat;
    padding: 10px;
}

.lc_list ul li {
    line-height: 23px;
    text-indent: 20px;
    letter-spacing: 1px;
}



.arc_list,
.arc_list_r {
    width: 250px;
}

.arc_list h3,
.arc_list h3 a,
.arc_list_r h3,
.arc_list_r h3 a {
    background: #08233E;
    display: block;
    color: #f0f016;
    padding: 6px 10px;
    letter-spacing: 4px;
    font-size: 14px;
}

.arc_list ul {
    padding: 17px 5px 0px 5px;
}

.arc_list ul li {
    width: 105px;
    height: 113px;
    background: #00355D;
    float: left;
    margin-bottom: 25px;
    *margin-bottom: 8px;
    _margin-bottom: 10px
}

.arc_list ul li img {
    width: 88px;
    height: 65px;
    padding: 9px;
}

.arc_list ul li p,
.arc_list ul li p a {
    color: #f8b528;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
}

.arc_list .m_l {
    margin-left: 30px;
}



.arc_list_r .arc_list_c {
    padding: 8px 5px 20px 0;
    background: #00355D;
}

.arc_list_r .arc_list_c dl {
    margin-top: 15px;
    overflow: hidden;
}

.arc_list_r .arc_list_c dl dt {
    background: #062341;
    width: 160px;
    height: 25px;
    line-height: 27px;
    text-indent: 30px;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}

.arc_list_r .arc_list_c dl dt a {
    color: #f8b528;
}

.arc_list_r .arc_list_c dl dd {
    background: url(../newimages/ico01.gif) no-repeat 16px center;
    line-height: 23px;
    text-indent: 30px;
    letter-spacing: 1px;
}

.arc_list_r .arc_list_c dl dd a {
    color: #8da9bf;
}

.arc_list_r .arc_list_c .line {
    margin-left: 30px;
    width: 200px;
    height: 5px;
    border-bottom: 1px dashed #7599b9;
    overflow: hidden;
}



.nysearch {
    width: 240px;
    height: 20px;
    padding-top: 30px;
    margin: 0 auto;
}

.nysearch .search {
    width: 192px;
    height: 15px;
    line-height: 15px;
    padding-left: 5px;
    border: 1px solid #E3E3E3;
    color: #666;
}

.nymenu {
    margin-top: 50px;
    padding: 0 15px;
}

.nymenu ul li {
    background: url(../newimages/ico02.gif) no-repeat left 15px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-weight: bold;
    font-size: 14px;
}

.nymenu .thisclass {
    color: #ff0;
}

.ny_box {
    width: 567px;
    float: right;
    overflow: hidden;
}

.ny_box1 {
    width: 570px;
    float: right;
    overflow: hidden;
}

.navpath {
    padding-top: 30px;
    line-height: 20px;
    color: #82b3dc;
}

.navpath a {
    color: #82b3dc;
}

.n_content {
    margin-top: 45px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 1px;
}

.n_content h1 {
    color: #ffff00;
    font-weight: normal;
    line-height: 26px;
    padding: 15px 0 20px 0;
    font-size: 22px;
}

.ads001 {
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
}

.content_box {
    margin-top: 20px;
}

.content_box ul li {
    float: left;
    width: 121px;
}



.content_lbox {
    width: 120px;
    float: left;
}

.content_lbox ul li {
    margin-bottom: 15px;
}

.content_rbox {
    width: 390px;
    float: right;
    margin-top: 20px;
}

.content_rbox ul {
    margin-top: 50px;
}

.content_rbox ul li {
    margin-bottom: 15px;
    margin-right: 10px;
    float: left;
}

.content_rbox_l {
    margin-left: 126px;
}



.ny_contact {
    margin-top: 50px;
}

.blank5 {
    height: 65px;
    line-height: 50px;
    clear: both;
    visibility: hidden;
}

.left_link {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.left_link_c {
    padding-left: 10px;
}

.left_link_c .m_l {
    margin-left: 5px;
}

.left_link .blank3 {
    height: 30px;
    line-height: 30px;
    clear: both;
    visibility: hidden;
}

.mt3 {
    margin: 30px 0;
}

.left_link_c h3,
.left_link_c h3 a {
    color: #ffff00;
    line-height: 26px;
    letter-spacing: 2px;
}

.left_link_c p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.right_link_c p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.qqzt {
    margin-top: 10px;
}

.qqzt_rbox {
    width: 390px;
    float: right;
    margin-top: 33px;
}

.qqzt_rbox ul li {
    margin-right: 10px;
    float: left;
}



.listbox {
    width: 550px;
    overflow: hidden;
    clear: both;
    padding-bottom: 5px;
    margin: 0px;
}

.e2 {}

.e2 li {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 12px 0px;
    border-bottom: 1px dashed #7599b9;
    letter-spacing: 1px;
}

.e2 li a.preview {
    width: 84px;
    float: left;
    margin-right: 7px;
    margin-bottom: 3px;
    display: inline;
}

.e2 li a.preview img {
    width: 80px;
    /*height:60px;*/
    display: block;
    padding: 1px;
    border: 1px solid #7599b9;
}

.e2 li a.preview:hover img {
    border: 1px solid #AAA;
}

.e2 li a.title {
    overflow: hidden;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 2px;
    color: #ff0;
}

.e2 span.info {
    display: block;
    line-height: 23px;
    color: #7aaad2;
    padding-left: 12px;
}

.e2 span.info small {
    color: #fff;
    font-size: 12px;
    margin-left: 3px;
}

.e2 span.info a {
    color: #fff;
}

.e2 p.intro {
    color: #fff;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
}



.dede_pages {
    display: inline-block;
    width: 100%;
}

.dede_pages ul {
    float: left;
    padding: 12px 0px 12px 0px;
}

.dede_pages tr td {
    height: 26px;
    line-height: 26px;
}

.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
}

.dede_pages ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    border-bottom: 1px solid #EEE;
}

.dede_pages ul li a:hover {
    color: #d8610f;
    text-decoration: none;
    padding: 2px 4px 1px;
    border-bottom: 2px solid #d8610f;
}

.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    color: #F63;
    padding: 2px 4px 1px;
    border-bottom: 2px solid #F63;
    font-weight: bold;
}

.dede_pages .pageinfo {
    line-height: 21px;
    padding: 12px 10px 12px 16px;
    color: #999;
}

.dede_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}



.list_pages {
    background: url(../newimages/pagelist.gif) left center no-repeat;
    padding: 1em;
    text-align: left;
    clear: both;
    text-indent: 30px;
    margin-left: 285px;
}

.list_pages strong {
    padding: 3px 5px;
    color: #999;
    background: #f6ee0f;
}

.list_pages span {
    color: #CCC;
    padding: 3px 5px;
}

.list_pages a {
    color: #EAA351;
    padding: 3px 5px;
    text-decoration: none;
}

.list_pages a:hover {
    color: #999;
    background: #f6ee0f;
}

.list_pages .pageinfo {
    color: #EAA351;
    padding: 4px;
    text-decoration: none;
}

.list_pages .pageinfo em {
    color: #EAA351;
    font-style: normal;
    border: none;
    padding: 0;
    margin: 0px;
}



.arcl_list {
    margin-top: 62px;
}

.arcl_list h3 {
    padding: 0 15px 15px 20px;
    color: #f1d410;
    font-size: 14px;
}

.arcl_list h3 span {
    font-size: 12px;
    color: #ff0;
    font-weight: normal;
}

.arcl_list h3 a {
    text-decoration: none;
}

.arcl_list ul {
    padding-bottom: 50px;
    margin: 0 15px;
}

.arcl_list ul li {
    background: url(../newimages/ico02.gif) no-repeat 5px 7px;
    height: 24px;
    line-height: 24px;
    text-indent: 20px;
    letter-spacing: 1px;
    overflow: hidden;
}

.arcl_list ul li a:visited {
    color: #82b3dc;
}

.left_ad {
    padding: 10px 0;
}

.line2 {
    height: 1px;
    margin: 0 15px;
    border-bottom: 1px dashed #7599b9;
}



.n_content .info {
    height: 24px;
    line-height: 17px;
    overflow: hidden;
    color: #8da9bf;
}

.n_content .info small {
    margin-right: 5px;
    color: #8da9bf;
    font-size: 12px;
}

.n_content .info a {
    color: #8da9bf;
}

.n_content .arcintro {
    padding: 8px 0px 20px 0;
    line-height: 25px;
    border-bottom: 1px dashed #DBD7CE;
    font-size: 14px;
    color: #8da9bf;
    margin-bottom: 10px;
}



.rollBox {
    clear: both;
    height: 90px;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 550px;
}

.rollBox .rollbtn {
    height: 68px;
    width: 22px;
    float: left;
    display: inline;
}

.rollBox .LeftBotton {
    height: 32px;
    width: 22px;
    background: url(../newimages/rollbtn.gif) 0px 0px no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.rollBox .RightBotton {
    height: 32px;
    width: 22px;
    background: url(../newimages/rollbtn.gif) 0px -48px no-repeat;
    overflow: hidden;
    cursor: pointer;
    margin: 17px 0 0 0;
}

.rollBox .Cont {
    width: 526px;
    overflow: hidden;
    float: left;
}

.rollBox .ScrCont {
    width: 32766px;
}

.rollBox .Cont .pic {
    width: 105px;
    float: left;
    text-align: center;
}

.rollBox .Cont .pic img {
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    width: 93px;
    height: 76px;
}

.rollBox .Cont .pic p {
    height: 21px;
    line-height: 21px;
    color: #505050;
    font-size: 14px;
    width: 105px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rollBox .Cont a:link,
.rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
}

.rollBox .Cont a:hover {
    color: #f00;
    text-decoration: underline;
}

.rollBox #List1_1,
.rollBox #List2_1 {
    float: left;
}



.rollBox2 {
    clear: both;
    height: 138px;
    margin: 0 auto;
    padding: 10px 10px 0 0;
    width: 838px;
}

.rollBox2 .rollbtn {
    height: 115px;
    width: 22px;
    float: left;
    display: inline;
    margin: 32px 10px 0 0;
}

.rollBox2 .LeftBotton {
    height: 32px;
    width: 22px;
    background: url(../newimages/rollbtn2.gif) 0px 0px no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.rollBox2 .RightBotton {
    height: 32px;
    width: 22px;
    background: url(../newimages/rollbtn2.gif) 0px -48px no-repeat;
    overflow: hidden;
    cursor: pointer;
    margin: 17px 0 0 0;
}

.rollBox2 .Cont {
    width: 805px;
    overflow: hidden;
    float: left;
}

.rollBox2 .ScrCont {
    width: 32766px;
}

.rollBox2 .Cont .pic {
    width: 115px;
    float: left;
    text-align: center;
}

.rollBox2 .Cont .pic img {
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    width: 105px;
    height: 80px;
}

.rollBox2 .Cont .pic p {
    height: 21px;
    line-height: 21px;
    color: #505050;
    font-size: 14px;
    width: 115px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rollBox2 .Cont a:link,
.rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
}

.rollBox2 .Cont a:hover {
    color: #f00;
    text-decoration: underline;
}

.rollBox2 #List1_1,
.rollBox #List2_1 {
    float: left;
}



.arc_content {
    font-size: 14px;
    padding: 12px 0px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0px;
}

.arc_content a {
    color: #82b3dc;
}

.arc_content p {
    line-height: 30px;
}

.taglist {
    clear: both;
    padding: 0 0 0 55px;
    width: 540px;
    height: 150px;
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
}

.taglist a {
    color: #72aee0;
    font-weight: normal;
    font-size: 12px;
}



.tags_list {
    border: 1px dashed #7599b9;
    border-left: 0px;
    margin-right: 20px;
}

.tags_list dd {
    line-height: 220%;
}

.tags_list dd a {
    margin-right: 10px;
    white-space: nowrap;
}

.tags_list2 {
    border-left: 1px dashed #7599b9;
    margin-right: 20px;
}

.tags_list2 dd {
    line-height: 220%;
}

.tags_list2 dd a {
    margin-right: 10px;
    white-space: nowrap;
}



.map_list {
    border: 1px dashed #7599b9;
    border-right: 0px;
    margin-right: 20px;
}

.map_list dd {
    line-height: 220%;
    padding: 0 20px;
}

.map_list dd a {
    margin-right: 10px;
    white-space: nowrap;
}

.map_list2 {
    border-right: 1px dashed #7599b9;
    border-bottom: 1px dashed #7599b9;
    margin-right: 20px;
}

.map_list2 dd {
    line-height: 220%;
    padding: 0 20px;
}

.map_list2 dd a {
    margin-right: 10px;
    white-space: nowrap;
}



.link_title {
    margin: 0 20px;
    line-height: 30px;
    font-weight: bold;
}

.link_title a {
    color: #ff0;
}

.yqlink_list {
    border: 1px dashed #7599b9;
    border-right: 0px;
}

.yqlink_list dd {
    line-height: 220%;
}

.yqlink_list dd a {
    margin-right: 10px;
    white-space: nowrap;
}

.yqlink_list2 {
    border-right: 1px dashed #7599b9;
}

.yqlink_list2 dd {
    line-height: 220%;
}

.yqlink_list2 dd a {
    margin-right: 10px;
    white-space: nowrap;
}

.yqlink_list3 {
    border-right: 1px dashed #7599b9;
    border-bottom: 1px dashed #7599b9;
}

.yqlink_list3 dd {
    line-height: 220%;
}

.yqlink_list3 dd a {
    margin-right: 10px;
    white-space: nowrap;
}



/*自适应边框*/

.tbox {}

.tbox dt {
    height: 60px;
    clear: both;
}

.tbox dd {
    padding: 0 15px 10px 15px;
}

.tbox dt strong {
    height: 50px;
    line-height: 80px;
    padding-left: 20px;
    display: block;
    color: #ff0;
}

.tbox dt strong a {
    color: #ff0;
}

.tbox dt strong a:hover {
    color: #ff0;
    text-decoration: none;
}



.menu_list {
    margin-top: 50px;
}

.menu_list h3 {
    padding: 0 10px 15px 10px;
    color: #c6a02c;
    border-bottom: 1px dashed #7599b9;
    margin: 0 10px 10px 10px;
}

.menu_list ul {
    padding-bottom: 30px;
    margin: 0 15px;
}

.menu_list ul li {
    background: url(../newimages/ico02.gif) no-repeat 5px 10px;
    height: 30px;
    line-height: 30px;
    text-indent: 25px;
    font-weight: bold;
    overflow: hidden;
}

.menu_list ul li a:visited {
    color: #6998c2;
}



.link_request {
    margin-top: 20px;
}

.link_request h3 {
    padding: 0 10px 15px 10px;
    color: #ff0;
    border-bottom: 1px dashed #7599b9;
    margin: 0 10px 10px 10px;
}

.link_request p {
    margin: 0 20px;
    line-height: 26px;
}



.text-sm {
    padding-top: 130px;
}

.text-sm li {
    background: url(../newimages/ico02.gif) no-repeat 0 9px;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    overflow: hidden;
    color: #ff0;
}



.link_form {}

.link_form tr td {
    height: 40px;
    line-height: 40px;
}

.btn-2 {
    width: 85px;
    height: 22px;
    border: none;
    background: url(../newimages/tabtitle2.gif) no-repeat;
    line-height: 22px;
    overflow: hidden;
    color: #444;
    cursor: pointer;
}



/*评论*/

.dede_comment {
    padding-bottom: 6px;
}

.decmt-box ul li {
    padding: 5px 20px;
}

.decmt-box .title,
.decmt-box ul li p {
    line-height: 24px;
}

.borderstyle {
    border: 1px dashed #7599b9;
}

.border01 {
    border: 1px dashed #7599b9;
    border-right: 0px;
}

.border02 {
    border-right: 1px dashed #7599b9;
    border-bottom: 1px dashed #7599b9;
}

.nocomment {
    padding: 10px;
    color: #666;
}



.dede_comment_post {
    padding: 5px 20px;
}

.dcmp-content {
    padding-top: 8px;
}

.dcmp-content textarea {
    width: 98%;
    height: 60px;
}

.ipt-txt {
    width: 150px;
}

.ipt-txt2 {
    width: 50px;
}

.dcmp-submit img {
    vertical-align: middle;
    margin: 5px;
}

.dcmp-submit {
    padding-top: 6px;
    height: 66px;
}

.dcmp-submit input,
.dcmp-submit button {
    vertical-align: middle;
}

.dcmp-submit button {
    width: 85px;
    height: 22px;
    border: none;
    background: url(../newimages/tabtitle2.gif) no-repeat;
    line-height: 22px;
    overflow: hidden;
    color: #444;
    cursor: pointer;
}



/* 代码高亮 */

pre {
    font-family: 'Courier New', Monospace;
    font-size: 12px;
    width: 99%;
    overflow: auto;
    margin: 0 0 1em 0;
    background: #F7F7F7;
}

pre ol,
pre ol li,
pre ol li span {
    margin: 0 0;
    padding: 0;
    border: none
}

pre a,
pre a:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0
}

pre ol {
    list-style: decimal;
    background: #F7F7F7;
    margin: 0px 0px 1px 3em !important;
    padding: 5px 0;
    color: #5C5C5C;
    border-left: 3px solid #146B00;
}

pre ol li {
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    color: #5C5C5C;
    padding: 0 3px 0 10px !important;
    margin: 0 !important;
    line-height: 1.3em
}

pre ol li.alt {
    color: inherit
}

pre ol li span {
    color: black;
    background-color: inherit
}

pre .comment,
pre .comments {
    color: #008200;
    background-color: inherit
}

pre .string {
    color: blue;
    background-color: inherit
}

pre .keyword {
    color: #069;
    font-weight: bold;
    background-color: inherit
}

pre .preprocessor {
    color: gray;
    background-color: inherit
}

pre .dp-xml .cdata {
    color: #ff1493
}

pre .dp-xml .tag,
pre .dp-xml .tag-name {
    color: #069;
    font-weight: bold
}

pre .dp-xml .attribute {
    color: red
}

pre .dp-xml .attribute-value {
    color: blue
}

pre .dp-sql .func {
    color: #ff1493
}

pre .dp-sql .op {
    color: #808080
}

pre .dp-rb .symbol {
    color: #a70
}

pre .dp-rb .variable {
    color: #a70;
    font-weight: bold
}

pre .dp-py .builtins {
    color: #ff1493
}

pre .dp-py .magicmethods {
    color: #808080
}

pre .dp-py .exceptions {
    color: brown
}

pre .dp-py .types {
    color: brown;
    font-style: italic
}

pre .dp-py .commonlibs {
    color: #8A2BE2;
    font-style: italic
}

pre .dp-j .annotation {
    color: #646464
}

pre .dp-j .number {
    color: #C00000
}

pre .dp-delphi .number {
    color: blue
}

pre .dp-delphi .directive {
    color: #008284
}

pre .dp-delphi .vars {
    color: #000
}

pre .dp-css .value {
    color: black
}

pre .dp-css .important {
    color: red
}

pre .dp-c .vars {
    color: #d00
}

pre .dp-cpp .datatypes {
    color: #2E8B57;
    font-weight: bold
}

#commetpages {
    text-align: center;
    line-height: 28px;
}

#commetpages a {
    border: 1px solid #64B1DF;
    padding: 0 3px 0 3px;
}

.welcome {
    float: right;
    margin-top: 45px;
    padding-right: 10px;
    color: #999;
}

.welcome a {
    margin: 0px 3px;
}



/*search*/

.search_top {
    margin: 0px auto;
    padding-top: 10px;
    clear: both;
    overflow: hidden;
}

.search_top .top_logo {
    width: 300px;
    height: 90px;
    float: left;
}

.search_top .top_logo h1 {
    width: 280px;
    height: 90px;
    font-size: 0px;
}

.search_top .top_logo h1 a {
    width: 280px;
    height: 90px;
    display: block;
    font-size: 0px;
    overflow: hidden;
}

.fc_03c {
    color: #ff0;
    font-size: 16px;
}

.searchform {
    width: 710px;
    padding: 110px 0 150px 215px;
}

.searchform .s1 {
    float: left;
    height: 29px;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-right: 6px;
}

.searchform .s2 {
    float: left;
}

.searchform .s2 .sf-keyword {
    padding: 3px 5px;
    height: 14px;
    line-height: 17px;
    overflow: hidden;
    color: #777;
}

.searchform .s2 .sf-option {
    font-size: 14px;
    color: #444;
}

.searchform .s2 .sf-submit {
    width: 62px;
    height: 23px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    letter-spacing: 5px;
    margin-left: 5px;
    margin-top: -2px;
}

.searchform .s3 {
    height: 25px;
    float: left;
    margin-left: 10px;
    line-height: 25px;
}

.searchform .s3 a {
    margin-right: 10px;
    font-size: 14px;
}

.msgbar {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.msgbar p {
    border-bottom: 1px dashed #7599b9;
}

.resultlist {
    padding: 2px 0;
}

.resultlist h2 {
    display: none;
}

.item {
    padding: 10px 0;
}

.item h3 {
    margin-bottom: 10px;
}

.item h3 a {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-decoration: underline;
    color: #7af29b;
}

.item p {
    line-height: 26px;
}

.item {
    margin-top: 16px;
}

.item .intro {
    font-size: 14px;
    line-height: 19px;
    padding-left: 2px;
    color: #fff;
}

.item .info {
    font-size: 12px;
    line-height: 26px;
}

.item .info small {
    font-size: 12px;
}

.item .info span {
    margin-right: 10px;
}

.item .info a {
    color: #444;
}

.othersearch {
    clear: both;
    width: 860px;
    height: 31px;
    color: #FFF;
    overflow: hidden;
    line-height: 31px;
}

.othersearch h2 {
    float: left;
    font-size: 14px;
    line-height: 33px;
}

.othersearch ul {
    float: left;
}

.othersearch ul li {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    line-height: 33px;
}

.othersearch ul a {
    font-size: 14px;
    font-weight: bold;
    color: #ff0;
    text-decoration: underline;
}



.search_pages {
    background: #fff;
    padding: 1em;
    text-align: right;
    clear: both;
}

.search_pages strong {
    padding: 3px 5px;
    border: 1px solid #b2e05d;
    color: #fff;
    background: #b2e05d;
}

.search_pages span {
    color: #CCC;
    border: 1px solid #F3F3F3;
    padding: 3px 5px;
}

.search_pages a {
    color: #88af3f;
    padding: 3px 5px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.search_pages a:hover {
    color: #638425;
    background: #f1ffd6;
    border: 1px solid #85bd1e;
}

.search_pages .pageinfo {
    color: #88af3f;
    padding: 4px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.search_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    background: #FFF;
    border: none;
    padding: 0;
    margin: 0px;
}



.hover01 a {
    color: #fff;
}

.hover01 a:hover {
    color: #ffff00;
}

.hover02 a {
    color: #f73cf1;
}

.hover03 {
    border: 3px solid #d41ecd;
    width: 111px;
    height: 85px;
}

.hover04 {
    border: 3px solid #21527A;
    width: 111px;
    height: 85px;
}

.hover04:hover {
    border: 3px solid #ffff00;
}

.imgstyle {
    border: 3px solid #21527A;
    width: 111px;
    height: 85px;
}

.imgstyle:hover,
.img_hover {
    border: 3px solid #ffff00;
}



#webfoot {
    background: url(../newimages/bottombg.jpg) repeat-x left bottom;
    padding-top: 50px;
}

.footer {
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .frlink .frlink-t {
    width: 860px;
    height: 30px;
    line-height: 30px;
}

.footer .frlink .frlink-t-l {
    color: #fff;
    width: 210px;
}

.footer .frlink .frlink-t-l strong {
    padding: 0;
}

.footer .frlink .frlink-t-l a,
.footer .copyright a {
    color: #fff;
}

.footer .frlink .frlink-t-c {
    width: 378px;
    height: 30px;
    background: url(../newimages/line.gif) repeat-x left center;
}

.footer .frlink .frlink-t-r {
    width: 272px;
    height: 30px;
    background: url(../newimages/line.gif) repeat-x left center;
}

.footer .frlink .frlink-c {
    width: 860px;
    overflow: hidden;
    border-bottom: 1px #fff dashed;
    padding: 15px 0;
}

.footer .frlink .frlink-c ul li {
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .frlink .frlink-c ul li a {
    color: #2a5d87;
}

.footer .frlink .frlink-c-1 {
    width: 860px;
    overflow: hidden;
    border-bottom: 1px #fff dashed;
    padding: 15px 0;
}

.footer .frlink .frlink-c-1 ul li {
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .frlink .frlink-c-1 ul li a {
    color: #fff;
}

.footer .copyright {
    color: #fff;
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
}

.footer .copyright p {
    line-height: 30px;
    text-align: right;
}

/*增加的CSS*/

.indexpic {
    width: 250px;
    overflow: hidden;
    padding-top: 10px;
}

.tel {
    font-size: 14px;
    width: auto;
    line-height: 30px;
    color: #FFF;
    padding-left: 20px;
    padding-bottom: 50px;
}

.tel span {
    padding-left: 20px;
}

/*增加的qq联系样式*/
#oiqq {
    visibility: hidden;
    position: absolute;
    width: 117px;
    height: auto;
    z-index: 10;
    left: 100px;
    top: 100px;
}

.bg1 {
    width: 117px;
    height: 41px;
    background: url(/qq/bg11.gif);
}

.bg2 {
    width: 117px;
    height: auto;
    background: url(/qq/bg2.gif);
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #000066;
}

.bg2 a {
    text-decoration: none;
    color: #000066;
}

.bg3 {
    background: url(/qq/bg3.gif);
    width: 117px;
    height: 12px;
}


/*增加的图片动画样式*/

.flashfocus {
    width: 240px;
    height: 240px;
    border: 1px solid #EEE;
    clear: both;
    margin: 0 auto;
    display: inline-block;
}

.bigbanners {
    height: 240px;
    position: relative;
}

.bigbanners .scroll_banners li {
    display: none;
}

.toggle_banner {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.toggle_banner li {
    float: left;
    font-size: 6px;
    margin-top: 2px;
    margin-right: 5px;
    padding: 0 4px;
    color: #333333;
    line-height: 12px;
    background-color: #fff;
    border: solid 1px #333333;
}

.toggle_banner li.Current {
    margin-top: 0px;
    line-height: 14px;
    font-weight: bold;
    color: #ff0000;
    border-color: #ff0000;
}