/**
 * 网页通用设置
 */
body, div, p, ul, li, h1, h2, dl, dt, dd
{
    margin: 0px;
    padding: 0px;
}
body
{
    font: 12px Arial;
    color: #666;
}
li
{
    list-style-position: outside;
    list-style-type: none;
}
img
{
    border: 0px;
}
a
{
    text-decoration: none;
    color: #666;
}
a:hover, .pp a:hover
{
    color: #ff4200;
}
/**
 * 通用类设置
 */
.outmain
{
    width: 100%;
}
.main /*主体单元*/
{
    width: 980px;
    margin: 0px auto;
    clear: both;
    background-color: #f7f8f8;
}
/*解决内部浮动对象问题*/
.container:after, .main:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container, .main
{
    zoom: 1;
}
/*图片新闻*/
.picnews
{
    margin: 10px 0px;
}
.picnews dt.piccontainer
{
    float: left;
    margin-right: 10px;
    border: #ccc 1px solid;
}
.picnews dt.piccontainer img
{
    width: 180px;
    height: 100px;
    margin: 1px;
}
.picnews dt
{
    line-height: 30px;
}
.picnews dt a
{
    color: #d11414;
    font-weight: bold;
}
.picnews dd
{
    text-indent: 24px;
    color: #666;
}

.newslist
{
    clear: both;
}

.newslist li
{
    background-position: 5px center;
    background-image: url(../../lrshw/images/demo_arrow.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    border-bottom: #ccc 1px dashed;
    clear: both;
    line-height: 22px;
}
.newslist li a:hover
{
    color: #ff4200;
}
span.date
{
    float: right;
    font-family: Georgia;
    margin-right: 10px;
    color: #f91010;
}
p.page /*分页样式*/
{
    clear: both;
    text-align: center;
    line-height: 23px;
    background-color: #eee;
    margin: 10px 0px;
}
.content
{
    line-height: 23px;
    padding:10px;
}
.content h1.dtitle
{
    font-size: 150%;
    line-height: 28px;
    text-align: center;
    color: #b33838;
    border-bottom: #eee 1px dotted;
}
.content .intro
{
    line-height: 23px;
    padding: 10px 20px;
    font-size: 120%;
}
/**
 * 网站主体结构设计
 */

#top
{
    background: url(../images/main_top.gif) repeat-x;
}
#top_in
{
    background: url(../images/main_logo.gif) no-repeat;
    height: 76px;
    text-align:right;
    padding-right:30px;
}
#top_in a
{
    line-height:70px;
    padding-right:10px;
}
#bar
{
    background-color: #f7f7f7;
    height: 23px;
}
#mainbody
{
    background-image: url(../images/main_mainbar.gif);
    background-repeat: repeat-x;
}
#left
{
    float: left;
    width: 240px;
    border-right: #e7e7e7 1px solid;
    background-color:#eee;
}
#right
{
    float: right;
    width: 730px;
    height: auto !important;
    height: 450px;
    min-height: 450px;
}
#mid
{
    float: left;
}
#foot
{
    color:#003a5a;
    text-align: center;
    line-height: 20px;
    background: #c4c4c4 url(../images/main_logo2.gif) no-repeat 20px 10px;
}
#foot_in
{
    float: left;
    height: 70px;
    width: 230px;
}
#foot_main
{
    float: right;
    text-align: right;
    padding: 10px 10px;
}
#foot a
{
    color:#003a5a;
    text-decoration:underline;
}
/**
 * 网站内部结构
 */
#logo
{
}
#tip
{
    float: right;
    margin-right: 30px;
    padding-top: 20px;
}
#menu
{
    background: url(../images/main_mbar.gif) repeat-x top;
    height: 34px;
    margin-top:1px;
}
#mbody
{
    margin-left: 285px;
}
#nav
{
    margin-left: 270px;
    margin-top: 10px;
}
span.en
{
    font-size: 10px;
}
#menu li
{
    float: left;
    width: 95px;
    text-align: center;
    margin: 0px 0px;
    line-height: 34px;
}
#menu li#mtip
{
    width: 345px;
    color: #fff;
    text-align: left;
    margin-right: 20px;
    background: #d9dad9 url(../images/main_mbarl.gif) no-repeat;
}
#menu li#mtip span
{
    margin-left:20px;
}
#menu_in
{
}
#menu li a
{
    color: #003a5a;
    display: block;
    height: 34px;
}
#menu li a span.menu_t
{
    font-weight:bold;
    font-family:黑体;
}
#menu li a span.menu_n
{
    font-family: Arial;
    font-weight: normal;
    font-size: 8px;
}
#menu li a:hover
{
    background: url(../images/main_menuh.gif) no-repeat center top;
}
#banner
{
    background: url(../images/main_banner.gif) repeat-x left top;
    height: 150px;
}
#ileft
{
    width: 360px;
    float: left;
}
#ileft h2
{
    height: 31px;
    line-height: 31px;
    margin-bottom:5px;
    background: url(../images/main_iad.gif) no-repeat;
}
#ileft_in
{
    border-right: #686868 1px dashed;
    padding: 10px 5px 10px 15px;
}
#iright
{
    width: 360px;
    float: right;
}
#iright h2
{
    background: url(../images/main_iabout.gif) no-repeat left top;
    height: 31px;
    line-height: 31px;
    margin-bottom:5px;
}
#iright_in
{
    line-height:24px;
    padding-right:10px;
}
#demo
{
    height: 120px;
    margin: 10px 0px;
}
#iad
{
    float: left;
    width: 320px;
    height: 180px;
	overflow:hidden;
}
#iadimg
{
    width: 320px;
    height: 180px;
}
#iadnav
{
    float: left;
    width: 29px;
    background: url(../images/main_n.gif) repeat-y;
    height: 180px;
}
#iadnav span
{
	display:block;
    line-height: 30px;
    text-align: center;
}
#iadnav span.hover
{
    background: url(../images/main_nh.gif) repeat-y;
}
#ileftc
{
    padding: 0px 10px;
}
/**
 * 网站个性设计
 */
#ibody
{
    margin-top: 20px;
    background-color:#eff0f1;
    padding-bottom:20px;
}
#iproduct
{
    clear: both;
    background: url(../images/main_bar.gif) repeat-x top;
}
#iproduct h2
{
    background: url(../images/main_iproduct.gif) no-repeat left;
    height: 31px;
}
#iproduct_in
{
    margin-top: 5px;
    overflow: hidden;
    margin-bottom:10px;
    width:720px;
}
#iproduct_ins
{
    width:6000px;
	height:180px;
}
#iproduct1,#iproduct2
{
    float:left;
}
.toplist
{
    float: left;
    width: 130px;
}
.toplist p
{
    display: none;
}
.toplist .piccontainer img
{
    width: 120px;
    height: 96px;
}
#iabout
{
    line-height: 25px;
}
#iabout_in
{
    padding: 0px 5px;
    text-indent: 24px;
}
#iabout_in a
{
    display: block;
}
#iabout h2
{
    background: url(../images/main_iabout.gif) no-repeat left;
    height: 30px;
    margin-bottom: 10px;
}
#iabout a:hover
{
    color: #ff4200;
}
#itop h2
{
    height: 45px;
    line-height: 40px;
    padding-right: 20px;
}
#flash
{
    clear: both;
    margin-left: 260px;
}
h1.cc
{
    color: #fcff00;
    font-size: 36px;
    font-family: 微软雅黑;
    margin: 30px 0px 0px 260px;
}
.iintro
{
    margin: 10px 0px 0px 260px;
    letter-spacing: 3px;
    font-size: 10px;
    color: #666;
}
a.more
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#pnav
{
}
#pnav h2
{
    background: url(../images/main_pnav.gif) no-repeat center top;
    height: 49px;
    margin: 0px 0px 10px 0px;
    border-bottom: #fff 1px solid;
}
.ps
{
    padding:0px 10px;
}
.ps li
{

    line-height: 35px;
    font-weight: bold;
    border:#ccc 1px solid;
    margin-bottom:10px;
}
.ps li a
{
    background: url(../images/bfank.gif) no-repeat 10px center;
    padding-left: 25px;
    display:block;
    background-color:#dedede;
}
.ps li a:hover
{
    background-color:#106fb2;
    color:#fff;
}
.pp
{
    margin: 0px 15px 10px 13px;
}
.pp dt
{
    background: url(../images/bfank.gif) no-repeat 0px center;
    padding-left: 20px;
    line-height: 25px;
    font-weight: bold;
}
.pp dt a
{
    color: #003a5a;
}
.pp dd
{
    margin-left: 20px;
    background: url(../images/yuan.gif) no-repeat 0px center;
    padding-left: 20px;
    line-height: 20px;
}
.pp dd a
{
    color: #003a5a;
}
.pp .udmore
{
    display: none;
}
.pp .umore
{
    float: right;
    margin-right: 5px;
    font-size: 10px;
    color: #af3a0c;
}

.hidden
{
    visibility: hidden;
}

h2.subt
{
    background-position:left;
    background-repeat:no-repeat;
    border-bottom:#096797 3px solid;
    height:31px;
    margin:20px 10px 0px 10px;
}
h2#subabout
{
    background-image:url(../images/sub_about.gif);
}
h2#subproducts
{
    background-image:url(../images/sub_products.gif);
}
h2#subfeedback
{
    background-image:url(../images/sub_feedback.gif);
}
h2#subcontact
{
    background-image:url(../images/sub_contact.gif);
}
h2#subdevice
{
    background-image:url(../images/sub_device.gif);
}
h2.subt a
{
    float: right;
    height: 20px;
    width: 50px;
    border-left: #ccc 1px solid;
    display: block;
    text-align: center;
}
h2.subt a img
{
    margin-top: 5px;
}
.plist
{
    float: left;
    margin: 10px 5px 0px 0px;
    width: 170px;
    overflow: hidden;
    height: 150px;
    text-align: center;
}
.plist .piccontainer
{
}
.plist p
{
    text-align: center;
}
.plist img
{
    width: 160px;
    height: 120px;
}
#productlist
{
    height: 240px;
    overflow: hidden;
}
.ingg
{
    padding: 50px 10px 5px 5px;
}
#contact
{
    margin-top: 20px;
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    background-color: #f9f9f9;
}
#contact p
{
    margin: 0px 10px;
}
ul.hps
{
    width: 400px;
    float: right;
    font-size: 12px;
    color: red;
    font-weight: normal;
    overflow: hidden;
    background-color: #ccc;
}
ul.hps li
{
    float: left;
}
#titleintro
{
    clear: both;
    float: none;
    font-size: 10px;
    color: #666;
    margin-top: 10px;
}
#topp
{
    overflow: hidden;
    margin: 10px 10px 0px 260px;
}
#intopp
{
    width: 3000px;
}

.tips
{
    color: #ccc;
    font-size: 12px;
    margin-left: 20px;
    font-weight: normal;
}
.itip
{
    color: #ff0000;
    margin: 10px 0px 0px 20px;
}
.inicpic
{
    margin: 15px 0px 0px 20px;
}
.inicpic2
{
    margin: 5px 0px 0px 20px;
}
.inicpic a, .inicpic2 a
{
    margin-right: 20px;
}
