@charset "utf-8";
/* CSS Document */

html,
body,
ul,
li,
p,
input,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

body {
    font-size: 12px;
    color: #666;
    line-height: 23px;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.w10 {
    width: 1000px;
}

a {
    transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out
}

.header_bg {
    border-bottom: 1px solid #cccccc;
}

.header {
    width: 1080px;
    margin: 0 auto;
    line-height: 30px;
    overflow: hidden;
    color: #666666;
    color: #8d8d8d;
}

.header_l img {
    padding: 0 6px;
}

.key {
    float: right;
}

.logo {
    width: 1080px;
    height: 94px;
    margin: 0 auto;
    padding: 26px 0;
    overflow: hidden;
}

.logo img {
    width: 83px;
    height: 94px;
    float: left;
}

.logo_l_r {
    float: left;
    padding: 8px 0 8px 20px;
    margin-top: 10px;
    margin-left: 0px;
}

.logo_l_r strong {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
}

.logo_l_r span {
    color: #ff6500;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.logo_r {
    float: right;
    background: url(../images/tel.gif) right center no-repeat;
    font-size: 15px;
    padding: 20px 64px 20px 0;
    color: #333;
    text-align: right;
}

.logo_r strong {
    font-size: 28px;
    color: #ff6500;
    font-size: 23px;
    font-weight: normal;
    font-family: impact;
}


.nav {
    background: url(../images/nav_bg.gif) repeat-x;
}

.nav ul {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    height: 54px;
}

.nav ul li {
    float: left;
    width: 120px;
}

.nav ul li a {
    display: block;
    line-height: 54px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.nav ul li a:hover {
    background: #231915;
}

.nav ul li a.avi {
    background: #231915;
}

.banner {
    position: relative;
    overflow: hidden;
}

.lubo {
    width: 100%;
    min-width: 1080px;
    clear: both;
    position: relative;
    height: 520px;
}

.lubo_box {
    position: relative;
    width: 100%;
    height: 520px;
}

.lubo_box li {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.lubo_box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.lubo_btn {
    display: none;
}

/*圆点*/
.cir_box {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.cir_box li {
    float: left;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.cir_on {
    background: #000 !important;
}

.search_bg {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}

.search {
    width: 1080px;
    padding: 12px 0;
    margin: 0 auto;
    overflow: hidden;
}

.search_l {
    float: left;
    width: 680px;
    line-height: 31px;
    color: #666666;
}

.search_l strong {
    color: #333;
}

.text1 {
    width: 196px;
    height: 31px;
    line-height: 31px;
    text-indent: 10px;
    border: 1px solid #dcdcdc;
    color: #b6b6b6;
    text-indent: 10px;
    margin-right: 3px;
}

.image {}

.search-r {
    wdith: 257px;
    float: right;
}

/*产品*/
.middle_1_bg {
    padding: 20px 0;
}

.middle_1 {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.middle_1_l {
    float: left;
    width: 251px;
}

.middle_1_l_title {
    height: 94px;
    background: url(../images/fenlei_title.gif) no-repeat;
    text-align: center;
    text-transform: uppercase;
}

.middle_1_l_title strong {
    color: #fff;
    font-size: 24px;
    display: block;
    padding-top: 30px;
    line-height: 24px;
}

.middle_1_l_title span {
    color: #fea074;
    font-size: 11px;
}

.middle_1_l_b {
    background: #fff;
    border: 10px solid #fd6b00;
    border-top: 0;
}

.middle_1_l_b ul {}

.middle_1_l_b ul li {
    padding: 8px 0 0 0;
}

.middle_1_l_b ul li a {
    font-size: 14px;
    background: url(../images/fenlei_li.gif) 10px center no-repeat;
    padding-left: 42px;
    display: block;
    color: #333;
    line-height: 35px;
    font-weight: bold;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
}

.middle_1_l_b blockquote {
    padding: 2px 0;
    margin: 0;
}

.middle_1_l_b ul li blockquote a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    background: url(../images/ico_1.gif) 22px center no-repeat;
    color: #666;
    line-height: 30px;
    padding-left: 42px;
    font-weight: normal;
}

.middle_1_l_b ul li blockquote li.subNav {
    background: #000;
}

.middle_1_l_b ul li blockquote li a.subNav a {
    color: #0471d5;
}


.product_list_co1 {
    width: 241px;
    border: #fd6b00 5px solid;
    overflow: hidden;
}

.fenlei1 {
    width: 241px;
    overflow: hidden;
}

.fenlei-t1 {
    width: 212px;
    margin: 0 auto;
    height: 35px;
    background: url(../images/fenlei_li.gif) left center no-repeat;
    padding-top: 10px;
}

.fenlei-t1 a {
    color: #000;
    padding-left: 35px;
    font-weight: bold;
    font-size: 14px;
}

.fenlei-t1 a:hover {
    text-decoration: underline;
}

.fenlei-b1 {
    width: 231px;
}

.fenlei-b1 ul {
    width: 231px;
}

.fenlei-b1 ul li {
    width: 231px;
    height: 30px;
    line-height: 30px;
}

.fenlei-b1 ul li a {
    color: #666;
    padding-left: 20px;
    background: url(../images/ico_1.gif) left center no-repeat;
    margin-left: 30px;
}

.fenlei-b1 ul li a:hover {
    text-decoration: underline;
}

.fenlei-b1 ul li.subNav {
    width: 210px;
    margin: 0 auto;
    background: #fd6b00;
}

.fenlei-b1 ul li.subNav a {
    color: #fff;
}






.middle_1_r {
    width: 810px;
    float: right;
    overflow: hidden;
}

.middle_1_r_title {}

.middle_1_r_title strong {
    font-size: 18px;
    background: url(../images/title_2.gif) no-repeat;
    display: block;
    width: 187px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
}

.middle_1_r_title a.more {
    float: right;
    color: #666;
    padding: 3px 20px;
    margin-top: 22px;
    border: 1px dashed #dcdcdc;
}

.middle_1_r_title .title_l ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 19px 42px;
    display: block;
    background: #2f2f2f;
    text-decoration: none;
}

.middle_1_r_title .title_l ul li span {
    color: #888;
    font-size: 12px;
    display: block;
    text-align: center;
}

.middle_1_r_title .title_l ul li.avi a {
    background: #dc0000;
}

.middle_1_r_title .title_l ul li.avi a span {
    color: #f1b8b8;
}

.middle_1_r_title .title_l ul li.avi a:after {
    content: url(../images/ico_1.gif);
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -2px;
}

.middle_1_r_b {
    padding-top: 20px;
    background: #fff;
    position: relative;
}

.middle_1_r_b ul {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 14px;
}

.middle_1_r_b ul li {
    float: left;
    width: 270px;
    text-align: center;
    padding-bottom: 10px;
}

.middle_1_r_b ul li a {
    display: block;
}

.middle_1_r_b ul li a:hover {
    color: #666;
    text-decoration: none;
}

.middle_1_r_b ul li img {
    width: 248px;
    height: 218px;
    border: 2px solid #dadada;
}

.middle_1_r_b ul li span {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

/*ban*/
.ban {
    height: 434px;
    background: url(../images/ban.jpg) top center no-repeat;
}

.ban_n {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.ban_n_l {
    float: left;
    padding: 146px 0 0 130px;
}

.ban_n_r {
    float: left;
    padding: 146px 0 0 116px;
}

.ban_n table {}

.ban_n table tr {}

.ban_n table tr td {
    width: 340px;
    height: 56px;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
}

/* ========== */
/* = 优势 = */
/* ========== */
.youshi_bg {
    background: #f2f2f2;
}

.youshi {
    width: 1080px;
    margin: 0 auto;
    background: #fff;
}

.youshi_title {
    overflow: hidden;
    height: 138px;
    background: url(../images/ys_title.jpg) no-repeat;
}

.youshi_title .title_l {
    width: 365px;
    height: 120px;
    float: left;
}

.youshi_title .title_l span {
    color: #f7ae8d;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    padding-top: 18px;
    padding-left: 20px;
}

.youshi_title .title_l b {
    display: block;
    font-size: 22px;
    color: #004e97;
    padding-left: 20px;
    line-height: 26px;
    color: #fff;
}

.youshi_title .title_l strong {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    color: #fff;
    padding-left: 20px;
}

.youshi_title .title_r {
    float: left;
    width: 500px;
    height: 141px;
    background: url(../images/ys_title.gif) 370px 30px no-repeat;
    text-align: center;
}

.youshi_title .title_r strong {
    display: block;
    font-size: 30px;
    line-height: 26px;
    color: #000000;
    padding-top: 44px;
}

.youshi_title .title_r b {
    font-size: 42px;
    color: #fd6b00;
}

.youshi_title .title_r span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
    padding-left: 20px;
    line-height: 30px;
    padding-top: 8px;
}

.youshi_title .title_r {}

.youshi .ys_title strong {
    font-size: 24px;
    color: #000000;
    display: block;
}

.youshi .ys_title span {
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
}

.ys_bg {}

.ys_bg ul {}

.ys_bg ul li {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 10px;
}

.ys_1 {
    width: 1080px;
    height: 346px;
    margin: 0 auto;
    background: url(../images/ys_1.jpg) no-repeat;
}

.ys_1 .ys_title {
    padding-left: 90px;
    padding-top: 40px;
    background: url(../images/ys_title_1.gif) 20px 37px no-repeat;
}

.ys_1 ul {
    width: 456px;
    padding-left: 70px;
    padding-top: 0px;
}

.ys_2_bg {}

.ys_2 {
    width: 1080px;
    height: 379px;
    margin: 0 auto;
    background: url(../images/ys_2.jpg) no-repeat;
}

.ys_2 .ys_title {
    padding-left: 590px;
    padding-top: 32px;
    background: url(../images/ys_title_2.gif) 500px 76px no-repeat;
}

.ys_2 ul {
    padding-left: 566px;
    padding-top: 9px;
}

.ys_3 {
    width: 1080px;
    height: 292px;
    margin: 0 auto;
    background: url(../images/ys_3.jpg) no-repeat;
}

.ys_3 .ys_title {
    padding-left: 90px;
    padding-top: 25px;
}

.ys_3 ul {
    width: 380px;
    padding-left: 76px;
}

.ys_4 {
    width: 1080px;
    height: 375px;
    margin: 0 auto;
    background: url(../images/ys_4.jpg) no-repeat;
}

.ys_4 .ys_title {
    padding-left: 580px;
    padding-top: 24px;
    background: url(../images/ys_title_4.gif) 430px 72px no-repeat;
}

.ys_4 .ys_title strong {
    font-size: 23px;
}

.ys_4 .ys_title span {
    line-height: 24px;
}

.ys_4 ul {
    width: 380px;
    padding-left: 546px;
    padding-top: 14px;
}

/* ========== */
/* = ban2 = */
/* ========== */
.ban_2_bg {
    height: 210px;
    background: url(../images/ban2_yy.jpg) center no-repeat;
}

.ban_2 {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.ban_2 .tel {
    position: absolute;
    top: 58px;
    right: 10px;
    text-align: center;
}

.ban_2 .tel a {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    border: 4px solid #fff;
}

.ban_2 .tel span {
    display: block;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.ban_2 .tel strong {
    font-size: 24px;
    font-style: italic;
    font-family: arial;
    font-weight: bold;
    color: #fff;
}

.ban_2 .tel a:hover {
    background: #fff;
    color: #fd6b00;
    text-decoration: none;
}

/*公司简介*/
.middle_2_bg {
    background: url(../images/js_bg.jpg) top center no-repeat;
    padding-bottom: 20px;
}

.middle_2 {
    width: 1080px;
    margin: 0 auto;
}

.middle_2_top {
    padding: 20px 0 10px 0;
    clear: both;
    margin-bottom: 10px;
}

.middle_2_title {
    text-align: center;
    background: url(../images/title_3.png) center 12px no-repeat;
    padding-bottom: 20px;
    position: relative;
}

.middle_2_title strong {
    font-size: 26px;
    color: #fd6b00;
    line-height: 30px;
    padding-top: 20px;
}

.middle_2_title span {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    display: block;
    padding-top: 16px;
}

.middle_2_title b {
    color: #434343;
    font-size: 26px;
}

/*img*/
.middle_2_l {
    width: 447px;
    padding-left: 36px;
    float: left;
}

.middle_2_l img {
    width: 439px;
    height: 331px;
    border: 4px solid #cdcdcd;
}

/*公司简介*/
.middle_2_r {
    width: 533px;
    padding-right: 30px;
    float: right;
    overflow: hidden;
}

.middle_2_r_b {
    color: #000000;
}

.middle_2_r_b p {
    text-indent: 2em;
    line-height: 30px;
}

.middle_2_r_b span {
    color: #004e97;
}

.middle_2_r_b_text {
    font-size: 14px;
    line-height: 30px;
}

.middle_2_r_input {
    padding-top: 16px;
    overflow: hidden;
}

.middle_2_r_input a {
    width: 84px;
    height: 28px;
    font-size: 12px;
    border: 2px solid #fd6b00;
    color: #000;
    margin-right: 10px;
    display: block;
    float: left;
    text-align: center;
    line-height: 28px;
}

.middle_2_r_input a:hover {
    background: #fd6b00;
    color: #fff;
    text-decoration: none;
}

/*企业风采*/
.middle_2_b {
    position: relative;
}

.middle_2_b .title {
    height: 80px;
    text-align: center;
    background: url(../images/title_4.gif) top center no-repeat;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}

.middle_2_b .title strong {
    font-size: 26px;
    color: #e60012;
    display: block;
    line-height: 30px;
    padding-top: 20px;
}

.middle_2_b .title span {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

.middle_2_b ul {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.middle_2_b ul li {
    width: 240px;
    text-align: center;
    float: left;
}

.middle_2_b ul li img {
    width: 222px;
    height: 152px;
    border: 4px solid #e5e5e5;
}

.middle_2_b ul li span {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.middle_2_b .input_l {
    position: absolute;
    top: 70px;
    left: 30px;
    width: 28px;
    height: 28px;
    background: url(../images/input_l.gif) center no-repeat;
}

.middle_2_b .input_r {
    position: absolute;
    top: 70px;
    right: 30px;
    background: url(../images/input_r.gif) center no-repeat;
    width: 28px;
    height: 28px;
}

/* ========== */
/* = 客户见证 = */
/* ========== */
.middle_3 {
    width: 1080px;
    margin: 40px auto;
}

.middle_3_title {
    margin-bottom: 16px;
    text-align: center;
    background: url(../images/title_4.png) center 10px no-repeat;
}

.middle_3_title strong {
    font-size: 24px;
    color: #fd6b00;
    display: block;
    padding-bottom: 1px;
}

.middle_3_title span {
    color: #8d8d8d;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 8px;
    display: block;
    background: url(../images/ico_8.gif) left bottom no-repeat;
    padding-top: 8px;
}

.middle_3 ul {
    overflow: hidden;
    padding-top: 10px;
}

.middle_3 ul li {
    width: 209px;
    padding: 0 3px;
    text-align: center;
    float: left;
}

.middle_3 ul li img {
    width: 205px;
    height: 137px;
    border: 2px solid #c1c1c1;
}

.middle_3 ul li span {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.middle_3 ul li strong a {
    line-height: 24px;
    font-size: 12px;
    padding: 0;
    overflow: hidden;
    display: block;
    padding-top: 4px;
}

.middle_3 ul li strong a:hover {
    color: #e60012;
}

.marquee {
    width: 1080px;
    overflow: hidden;
}

/* ========== */
/* = 新闻 = */
/* ========== */
.middle_4_bg {
    padding-top: 20px;
}

.middle_4 {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.middle_4_l {
    width: 630px;
    border-right: 1px solid #cfcfcf;
    float: left;
    padding-right: 20px;
}

.middle_4_title {
    padding: 0 0 20px 0;
}

.middle_4_title ul {
    overflow: hidden;
    padding-bottom: 5px;
}

.middle_4_title ul li {
    float: left;
    width: 135px;
    line-height: 35px;
    text-align: center;
    background: #343434;
    position: relative;
}

.middle_4_title ul li a {
    color: #fff;
    text-decoration: none;
}

.middle_4_title ul li a span {
    color: #ababab;
    padding-left: 4px;
}

.tabs2 .aci,
.tabs2 .aci a:hover {
    background: #fd6b00;
}

.middle_4_title ul li.aci a {
    color: #fff;
}

.middle_4_title ul li.aci a span {
    color: #fe9a6a;
}

.middle_4_title ul a.more {
    float: left;
    width: 133px;
    line-height: 33px;
    text-align: center;
    border: 1px dashed #c3c3c3;
    border-left: 0px;
}

.middle_4_l_l {
    width: 262px;
    padding-right: 20px;
    float: left;
}

.middle_4_l_l strong {
    padding-top: 10px;
    color: #000;
    display: block;
}

.middle_4_l_l p {
    padding: 0px 0 5px 0;
    color: #333;
}

.middle_4_l_l a.middle_4_a {
    background: #343434;
    line-height: 24px;
    padding: 5px 45px 5px 45px;
    color: #fff;
    font-size: 12px;
    font-family: Microsoft YaHei;
}

.middle_4_l_l img {
    width: 253px;
    height: 137px;
    border: 4px solid #e6e6e6;
}

.middle_4_l_r {
    float: left;
}

.middle_4_l_r ul li {
    width: 330px;
    line-height: 31px;
    background: url(../images/ico_2.gif) 0px 12px no-repeat;
    border-bottom: 1px dashed #e6e6e6;
    padding-left: 10px;
    overflow: hidden;
}

.middle_4_l_r ul li span {
    float: right;
    color: #000;
}

.middle_4_l_r ul li a {
    color: #000;
}


.middle_4_r {
    width: 390px;
    background: #fff;
    margin-left: 24px;
    float: left;
    padding-bottom: 20px;
}

.middle_4_r_title {
    padding-bottom: 10px;
    background: url(../images/ico_3.gif) 0px 2px no-repeat;
    font-size: 16px;
    padding-left: 46px;
    line-height: 20px;
    overflow: hidden;
}

.middle_4_r_title span {
    display: block;
}

.middle_4_r_title a {
    float: right;
    font-size: 12px;
    padding: 3px 16px;
    border: 1px dashed #e6e6e6;
    margin-top: 3px;
}

.middle_4_r ul {}

.middle_4_r ul li {
    border-bottom: 1px dashed #dcdcdc;
    padding: 10px 0;
}

.middle_4_r ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/ico_4.gif) left 6px no-repeat;
    padding-left: 36px;
    font-weight: bold;
}

.middle_4_r ul li a:hover {
    color: #e70012;
    text-decoration: none;
}

.middle_4_r ul li p {
    font-size: 12px;
    line-height: 24px;
    padding-left: 36px;
    background: url(../images/ico_5.gif) left 2px no-repeat;
}

.marqueea {
    height: 288px;
    overflow: hidden;
}

/* ========== */
/* = links = */
/* ========== */
.link {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.link_title {
    height: 26px;
    background: url(../images/link_yy.gif) bottom center no-repeat;
}

.link_l strong {
    font-size: 28px;
    color: #f74600;
    padding: 36px 0 0 20px;
    display: block;
}

.link_l span {
    display: block;
    font-size: 16px;
    color: #004E97;
}

.link_r {
    padding: 20px 0 50px 0;
}

.link_r a {
    font-size: 14px;
    padding: 0 6px;
}

.bottom {
    background: #fd6b00;
    padding-top: 26px;
    padding-bottom: 20px;
}

.bottom_nav {
    width: 960px;
    margin: 0 auto;
    background: #fd8933;
    text-align: center;
    color: #fff;
}

.bottom_nav a {
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}

.bq_bg {
    width: 1080px;
    margin: 0 auto;
}

.bq {
    margin: 0 auto;
    padding: 24px 0 30px 430px;
    color: #333;
    line-height: 24px;
    font-size: 12px;
    background: url(../images/b_logo_yy.gif) 230px 50px no-repeat;
}

.bq p {
    padding-left: 60px;
    color: #fff;
}

.bq p a {
    color: #fff;
}

.chanpin2 {
    width: 300px;
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
}

.chanpin2 h2 {
    font-size: 20px;
    font-family: "microsoft yahei";
    float: left;
    line-height: 50px;
}



.nymiddle_1_l {
    float: left;
    width: 235px;
    border: #fd6b00 3px solid;
    border-top: none;
}

.nymiddle_1_l_title {
    height: 94px;
    background: url(../images/fenlei_title.gif) no-repeat;
    text-align: center;
    text-transform: uppercase;
}

.nymiddle_1_l_title strong {
    color: #fff;
    font-size: 24px;
    display: block;
    padding-top: 30px;
    line-height: 24px;
}

.nymiddle_1_l_title span {
    color: #fea074;
    font-size: 11px;
}

.nymiddle_1_l_b {
    background: #fff;
    border: 10px solid #fd6b00;
    border-top: 0;
}

.nymiddle_1_l_b ul {}

.nymiddle_1_l_b ul li {
    padding: 8px 0 0 0;
}

.nymiddle_1_l_b ul li a {
    font-size: 14px;
    background: url(../images/fenlei_li.gif) 10px center no-repeat;
    padding-left: 42px;
    display: block;
    color: #333;
    line-height: 35px;
    font-weight: bold;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
}

.nymiddle_1_l_b blockquote {
    padding: 2px 0;
    margin: 0;
}

.nymiddle_1_l_b ul li blockquote a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    background: url(../images/ico_1.gif) 22px center no-repeat;
    color: #666;
    line-height: 30px;
    padding-left: 42px;
    font-weight: normal;
}