﻿body { margin: 0 auto; font-size: 11px; /*font-family: 微软雅黑,Arial;*/ color: #333; }

a:link, a:active, a:visited { color: #333333; text-decoration: none; }
a:hover { color:#00a5ec; text-decoration: none; }

/*头部*/
#top { background-color: #ff6600; }
#header { height: 100px; }
#logo { padding: 20px; height: 60px; float: left; }
#logo img { height: 60px; display: block; padding-left: 50px; }
#name { float: right; padding-top: 10px; padding-right: 50px; /*font-family: 微软雅黑,Arial;*/ font-size: 25px; color: #ff6a00; text-align: right; }
.inside { margin: 0 auto; width: 960px; }
.cb { clear: both; }
/*菜单*/
#menu { height: 40px; margin-bottom: 10px; border-bottom: 3px solid #3da7e1; background-image: url('/img/menu_bg.png'); }
#menu ul { padding: 0; margin: 0; list-style: none; height: 40px; line-height: 40px; }
#menu li { float: left; margin: 0; padding: 0; width: 156px; text-align: center; border-left: 0px solid #000; }
#menu .selected { border-bottom: 3px solid #59a01b; }
#menu a { display:inline-block; width:156px; height:40px; color: #333; text-decoration: none; font-weight: bold; }
#menu li:hover { border-bottom: 3px solid #ff6600; background-color: #fff; background-image: url('/img/menu_bg2.png'); background-repeat: no-repeat; background-position: bottom center; }
/*当前页面的菜单*/
.now-menu { border-bottom: 3px solid #ff6600; background-color: #fff; background-image: url('/img/menu_bg2.png'); background-repeat: no-repeat; background-position: bottom center; }

/*导航*/
.nav { line-height: 50px; border-bottom: 1px solid #eee; }

/*左侧*/
#left-side { float: left; width: 234px; margin: 0 5px; }
.column-title-out { margin-right: 10px; }
.column-title { font-size: 22px; line-height: 30px; background-color: #eee; padding: 5px; margin-bottom: 10px; border-left: 5px solid #ff6a00; }
/*
#left-side ul { margin: 0; padding: 0; list-style: none; }
#left-side li { height: 43px; line-height: 43px; padding-left: 10px; }
#left-side .sorts { background: url('/img/sorts_bg.png') no-repeat; }
#left-side .parent { background: url('/img/sorts_parent_bg.png') no-repeat; }
*/

/*右侧*/
#right-side { width: 706px; margin: 0 5px; float: left; }

/*页脚*/
#footer { background: #122a96; height: 130px; border-top: 10px solid #eee; color: #fff; line-height: 200%; text-align: center; padding-top: 10px; margin-top: 10px; }

/*左侧产品类别*/
#sorts { margin: 0; padding: 0; }
#sorts ul { margin: 0; padding: 0; list-style:none; }
#sorts li { line-height: 43px; cursor: pointer; }
#sorts li a { display: block; }
#sorts .parent { background: url('/img/sorts_parent_bg.png') no-repeat; }
#sorts .parent > span, #sorts a { margin-left: 10px; }
#sorts a { text-decoration:none; }
#sorts .last { background: url('/img/sorts_bg.png') no-repeat; }
#sorts .children li { line-height: 43px; background-color: #f4f4f4; background: url('/img/sorts_bg_sub.png') no-repeat; }
#sorts li .selected, #sorts .selected { line-height: 43px; color: #fff; background: url('/img/sorts_bg_selected.png') no-repeat; }
.selected a { color: #fff; }
/*展开收缩*/
.show { display:block; }
.hide { display:none; }

/*内页*/
#title-img { width:680px; padding-top:20px; padding-bottom:10px; text-align:center; font-size:16px; font-weight:bold; color:#0D61A1; }
#title-img img { width:400px; }
#title { width:680px; height:46px; padding-top:20px; line-height:46px; text-align:center; font-size:16px; font-weight:bold; color:#0D61A1; /*background-image:url("/Img/newsTitleBg.png");*/ background-repeat:no-repeat; background-position:center bottom; }
#remark { margin:10px; width:680px; font-size:14px; padding-top:2px; padding-bottom:10px; line-height:24px; }

/*产品中心*/
#products { margin: 0; padding: 0; list-style: none; }
    #products li { float:left; width:224px; margin:5px;}
    
    .product-img, .product-img tr { border:0px; border-collapse:collapse; margin0px; padding:0px; }
    .product-img td { width:224px; height:224px; margin:0px; padding:0px; text-align:center; vertical-align:middle; border:solid 1px #EEEEEE; }
    .product-img img { max-width:210px; max-height:210px; }  /* for Firefox & IE7 */
    /*
    .product-img img {
        width: expression(this.width > 210 && this.width > this.height ? 210 : auto);
        height: expression(this.height > 210 ? 210 : auto);
    }   //for IE6
    */
    #products a { text-decoration:none;}
    .product-txt { text-align:center; color: #ed6c00; font-size: 20px; margin: 5px 0; font-weight: bold; }
.product-info {margin:0;padding:0; list-style:disc;}

/*分页*/
#newsPage { clear:both; width: 700px; margin:10px; font-size:12px; padding-bottom:10px; line-height:36px; text-align:center; }
#newsPage a:link, #newsPage a:visited, #newsPage a:active { color:#00ADEF; font-size:12px; }
#newsPage a:hover { color:#00ADEF; font-size:12px; }