#top_line {
    height: 36px;
    line-height: 36px;
    border-bottom: #eaeaea solid 1px;
}

#top_line p {
    position: absolute;
    right: 0px;
    top: 0px;
}

#top_line p a {
    margin: 0 5px;
}

#header {
    height: 100px;
    background: #fff;
    z-index: 9999
}

#header .logologo {
    position: absolute;
    left: 0px;
    top: 10px;
}


/* logo样式 */

#header .tel {
    position: absolute;
    height: 65px;
    right: 0px;
    top: 20px;
    background: url(../images/tel.png) no-repeat;
    padding-left: 65px;
}

#header .tel span {
    display: block;
    color: #0457a5;
    height: 20px;
}

#header .tel strong {
    font-family: Tahoma, Geneva, sans-serif;
    display: block;
    color: #d91b1b;
    font-size: 30px;
    height: 40px;
    line-height: 150%;
}


/*---菜单---*/

#naver {
    background: #0457a5;
    height: 50px;
}

.nav {
    height: 50px;
}

.nav li.nLi {
    float: left;
    display: inline;
    position: relative;
    border-right: #3679b7 solid 1px;
}

.nav li.nLi:last-child {
    border-right: 0px;
}

.nav li.nLi h3 {
    font-weight: normal;
    border-right: #034684 solid 1px;
    width: 169px;
}

.nav li.nLi:last-child h3 {
    border-right: 0px;
}

.nav li.nLi h3 a {
    color: #fff;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav li.nLi h3 a:hover,
.nav .on h3 a {
    background: #52bb06;
}


/*---子菜单---*/

.nav .sub {
    display: none;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 9999;
    width: 169px;
    background: #e3e3e3;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: #666 3px 3px 5px;
    border-top: #0457a5 solid 3px;
}

.nav .sub li {
    line-height: 30px;
    padding: 0 10px;
}

.nav .sub li a {
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.nav .sub li a:hover {
    background: #52bb06;
    color: #fff;
}

.w-tit {
    background: url(../images/title_line.jpg) left center no-repeat;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #013677;
    padding-left: 15px;
    border-bottom: #d9d9d9 solid 1px;
}

.w-tit span {
    font-size: 12px;
    color: #7D7D7D;
    text-transform: uppercase;
    padding-left: 10px;
}


/*公司简介*/

.intro_b_box {
    background: url(../images/about_bg.jpg) no-repeat center top;
    padding: 40px 0;
}

.intro_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.intro_box .tit {
    height: 90px;
    background: url(../images/about_tit_bg.png) no-repeat center
}

.intro_box_con {
    padding: 40px 0 0;
    line-height: 30px;
}

.intro_box dl {}

.intro_box dl dt {
    width: 404px;
    height: 355px;
    float: left;
    background: url(../images/about_cnt_pic.png) no-repeat left top;
}

.intro_box dl dd {
    width: 765px;
    float: left;
    padding: 0 0 0 30px;
}

.intro_box dl dd .a_top {
    width: 765px;
    float: left;
}

.intro_box dl dd .a_top h2 {
    font-size: 30px;
    font-weight: 400;
    color: #0457a5;
    line-height: 30px;
}

.intro_box dl dd .a_top a {
    color: #019944;
}

.intro_box dl dd .a_top p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.intro_box dl dd .about_more {
    border: 1px solid #0457a5;
    height: 30px;
    line-height: 30px;
    float: right;
    margin: 10px 0 0 20px;
}

.intro_box dl dd .about_more a {
    padding: 0 10px;
    display: block;
    color: #0457a5;
}

.intro_box dl dd .about_more a:hover {
    background: #0457a5;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.intro_box dl dd .a_dow {
    width: 765px;
    float: left;
    margin-top: 20px;
}

.intro_box dl dd .a_dow ul li {
    width: 235px;
    float: left;
    margin: 0 10px;
    display: block;
    overflow: hidden;
}

.intro_box dl dd .a_dow a.pic {
    width: 225px;
    height: 169px;
    border: 1px solid #e0e0e0;
    padding: 4px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* hack for ie */
    *display: block;
    *font-size: 169px;
    /* 约为高度的0.873 */
    *font-family: Arial;
    /* 防止非utf-8引起的hack失效问题，如gbk编码 */
}

.intro_box dl dd .a_dow img {
    max-width: 225px;
    height: 169px;
    vertical-align: middle;
}

.intro_box dl dd .a_dow .name {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    text-align: center;
}


/*产品展示*/

.pd_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pd_box_list {
    padding: 30px 0 0;
    line-height: 21px;
}

.pd_box_list li {
    width: 300px;
    float: left;
    display: block;
    overflow: hidden;
}

.pd_box_list li a.pic {
    display: block;
    margin: 0 auto;
    width: 278px;
    height: 278px;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
}

.pd_box_list li img {
    max-width: 278px;
    height: 278px;
    vertical-align: middle;
}

.pd_box_list li .name {
    display: block;
    margin: 0 auto 20px auto;
    width: 280px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}


/*行业动态*/

.news_box {
    float: left;
    width: 720px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_box_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: #ccc dashed 1px;
    padding-left: 15px;
    background: url(../images/news_cnt_bg.png) no-repeat left center;
    text-align: right;
    font-size: 12px;
    color: #888;
}

.news_box_list li a {
    float: left;
    font-size: 14px;
}

.more {
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding-right: 20px;
    background: url(../images/more.png) no-repeat right center;
}


/*企业动态*/

.contact_box {
    width: 440px;
    float: right;
    margin-top: 20px;
}

.contact_box p {
    line-height: 28px;
}


/*联系方式*/

.l_contact_box {
    width: 245px;
    margin: 18px 0 0 0;
}

.l_contact_box .tit {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 32px;
    background: url(../images/contact_tit_bg.png) no-repeat left top;
}

.l_contact_box .cnt {
    padding: 8px 0px 10px 10px;
    line-height: 25px;
    overflow: hidden;
    font-size: 13px;
}

.l_contact_box .cnt em {
    color: #fff;
}

#footer {
    background: #0457a5;
    margin: 20px auto 0;
    padding: 30px 0;
    overflow: hidden;
}

#footer p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

#footer a {
    color: #fff;
}

.s-banner {
    background: url(../images/s-banner.jpg) center top no-repeat;
    height: 160px;
}

.pos {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    background: url(../images/pos_bg.png) no-repeat left top;
}

.position {
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: normal;
    float: right;
    padding-right: 10px;
}

.position p {
    display: none;
}

.pos p {
    height: 45px;
    line-height: 45px;
    background: #0457a5;
    padding-right: 26px;
    float: left;
}

.s-box {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-top: none;
}

.w-left {
    float: left;
    width: 245px;
}

.category_box {
    width: 245px;
}

.category_box .tit {
    padding: 15px 15px;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #0457a5;
}

.category_box .tit p {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.category_box .cnt {
    background: #fff;
}

.category_box .cnt li {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding-left: 50px;
    background: #f8f8f8 url(../images/category_cnt_bg2.png) no-repeat 20px center;
    border-top: 1px solid #fff;
}

.category_box .cnt li a {
    color: #333;
}

.category_box .cnt li:hover,
.category_box .cnt li.cur {
    background: #0457a5 url(../images/category_cnt_bg22.png) 20px center no-repeat;
}

.category_box .cnt li:hover a,
.category_box .cnt li.cur a {
    color: #fff;
}

.w-right {
    float: right;
    width: 935px;
    overflow: hidden;
}

.sub-right {
    float: right;
    width: 890px;
}


/*产品*/


/*产品列表*/

.productlist {}

.productlist ul li {
    width: 25%;
    float: left;
    display: inline;
    overflow: hidden;
    margin-top: 10px;
}

.productlist ul li a.pic {
    width: 215px;
    height: 215px;
    border: 1px solid #e3e3e3;
    padding: 1px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.productlist ul li img {
    width: 215px;
    height: 215px;
    vertical-align: middle;
    width: expression(this.width > 214 ? "214": true);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.productlist ul li:hover img {
    width: 255px;
    height: 255px;
    margin: -20px -20px;
}

.productlist ul li .name {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    text-align: center;
}

.view_product_left {
    float: left;
    width: 300px;
    margin-right: 30px;
}

.view_product_right {
    float: left;
    width: 600px;
}

.view_product_right .rx {
    font-size: 24px;
    font-family: "微软雅黑";
    color: #bd2800;
}

.view_product_right ul li {
    line-height: 26px;
    color: #666;
    padding: 5px 5px 0;
}

.view_product_right .t_name {
    color: #0457a5;
    line-height: 25px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px dashed #CCC;
}

.view_product_right .t_name2 {}

.view_product_right .t_cn {}

.view_product_cnt {
    margin-top: 30px;
}

.view_product_cnt .tit {
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    background: url(../images/view_product_cnt.png) no-repeat;
}


/*相关产品*/

.xg_product_box {}

.xg_product_box ul li {
    float: left;
    width: 166px;
    padding: 0 10px;
    display: inline;
    overflow: hidden;
}

.xg_product_box ul li a.pic {
    width: 166px;
    height: 166px;
    border: 1px solid #ccc;
    padding: 2px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.xg_product_box ul li img {
    width: 166px;
    height: 166px;
    vertical-align: middle;
}

.xg_product_box ul li .name {
    height: 37px;
    line-height: 37px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
    display: block;
}


/*新闻列表*/

.newslist {}

.newslist li {
    border-bottom: 1px #ccc dashed;
    line-height: 28px;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.newslist .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    overflow: hidden;
}

.newslist .info {
    color: #555;
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.newslist .intro {
    color: #888;
    line-height: 20px;
    padding-right: 10px;
    font-size: 12px;
}


/*正文定义*/

#article-lsf {
    margin-top: 20px;
    line-height: 28px;
}

#article-lsf p {
    margin-bottom: 20px;
}

#article-lsf img {
    WIDTH: expression(this.width > 900 && this.width > this.height ? 900: true);
    max-width: 900px;
}

#article-lsf .imgcss {
    display: block;
    margin: 10px auto 20px auto;
}

#article-lsf table {
    border-collapse: collapse;
    width: 100%;
    border: #aaa solid 1px;
    margin-top: 30px;
}

#article-lsf table th {
    padding: 10px;
    border: #aaa solid 1px;
}

#article-lsf table td {
    padding: 10px;
    border: #aaa solid 1px;
}

#article-lsf table td p {
    margin-bottom: 0px;
}


/*正文文章样式*/

.single_title {
    font-size: 24px;
    text-align: center;
    color: #057cc0;
    line-height: 150%;
    margin-top: 20px;
}

.single_add {
    color: #A0A0A0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: #DBDEE1 dashed 1px;
}

.pre_next {
    line-height: 28px;
    border-top: 1px dotted #D7D7D7;
    padding: 15px 0px;
    margin-top: 15px;
    font-size: 12px;
}

.pre_next span {
    display: block;
}


/*搜索样式*/

.search-kwd {
    font-size: 16px;
    font-weight: bolder;
    color: #000;
    padding: 15px 0 0 10px;
}


/*关键词*/

.sitetag {
    padding: 35px 0 10px 0;
    font-weight: bolder;
}

.sitetag span {
    margin-right: 30px;
}

.sitetag a {
    border: #aaa solid 1px;
    font-weight: normal;
    background: #efefef;
    margin-right: 10px;
    padding: 0px 5px;
}

.sitetag a:hover {
    background: #ddd;
}


/*分页样式开始*/

.turnover {
    height: 60px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    border-top: #DBDEE1 solid 0px;
    padding-top: 30px;
}

.turnover a,
.turnover .current,
.turnover .disabled {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    margin-left: 2px;
    text-align: center;
}

.turnover a,
.turnover .disabled {
    background: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
}

.turnover a:hover,
.turnover .current {
    border: 1px solid #0457a5;
    background: #0457a5;
    color: #fff;
}