/*=============全局===========*/
html, body
{
    font-family: Tahoma;
    font-size: 12px;
    margin: 0px auto;
    color: #333333;
    height: 100%;
}
div,p,td{word-break:break-all;}
*{ padding:0px; margin:0px;}
form
{
    margin: 0px;
}
div
{
    margin: 0px;
}
a
{
    color: #333333;
    text-decoration: none;
}
/*==链接没有被访问时显示的颜色==*/
a:link
{
    color: #333333;
    text-decoration: none;
}
/*==实际地址链接没有被访问时显示的颜色==*/
a:visited
{
    color: #333333;
    text-decoration: none;
}
/*==链接被访问后显示的颜色==*/
a:active
{
    color: #333333;
    text-decoration: underline;
}
/*==鼠标点击链接时显示的颜色==*/
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
/*==链接鼠标活动时显示的颜色==*/
.width
{
    width: 992px;
    margin: 0px auto;
}
/*===全局宽度===*/
.clear
{
    clear: both;
	float:none; margin:0px; padding:0px; line-height:1px; font-size:1px; width:100%;
}
/*===清除样式===*/
.red
{
    color: red;
    font-weight: bold;
}
/*===字体颜色红色===*/
.red2
{
    color: red;
}
.arial
{
    font-family: Arial;
}
/*===英文字体===*/
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clear
{
    clear: both;
}

h4
{
    width: 600px;
    line-height: 15px;
    font-weight: bold;
}
ul, li
{
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

/*===========顶部==========*/
.top
{
    background: url(../images/search_bg_1.gif) repeat-x;
    border-bottom: #c6d2e3 solid 1px;
    height: 25px;
    text-align: left;
    vertical-align: middle;
}
.top .search
{
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}
/*===搜索===*/
.top .search .textfield
{
    height: 14px;
    width: 200px;
    border: solid #D9E2EA 1px;
    vertical-align: middle;
    margin-left: 3px;
    font-family: Tahoma;
    font-size: 12px;
}
/*===搜索文本输入框===*/
.top .search .imageField
{
    vertical-align: middle;
    margin-left: 3px;
    font-family: Tahoma;
    font-size: 12px;
}
/*===搜索按钮===*/
.top .topNav
{
    float: right;
    margin: 5px 5px 0px 0px;
}
/*===收藏===*/
.top .topNav a,.top .topNav a:visited
{
    text-decoration:underline;
}

.select
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 11px;
    height: 18px;
    vertical-align: middle;
    border: solid #7f9db9 1px;
}
/*=========背景=========*/
.mainCenter .mainCenterRight .text{width:216px; word-break:break-all;}
.mainCenter .mainCenterRight .text ul li{width:216px; word-break:break-all; word-wrap: break-word;}

/*=========导航=========*/
.nav
{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/nav_bg_03.gif) repeat-x;
    height: 46px;
    text-align: center;
    text-align: center;
}
ul.mainNav
{
    text-align: center;
    padding-left: 40px;
}
ul.mainNav li
{
    float: left;
    padding: 0px 8px;
    margin: 0px 8px;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
    line-height: 46px;
}
ul.mainNav li.on
{
    background: url(../images/nav.gif) no-repeat left 6px;
    line-height: 46px;
    marker-top:2px;
    width:76px;
   
}


/*=========框架标题=========*/
.mainTop
{
    background: url(../images/box_top_left.gif) no-repeat left;
    height: 35px;
    position: relative;
}
/*===模块左===*/
.mainTop .mainTopRight
{
    margin-left: 22px;
    background: url(../images/box_top_right.gif) no-repeat right;
    height: 35px;
}
/*===模块右===*/
.mainTop .mainTopRight span.title
{
    position: absolute;
    width: 180px;
    line-height: 35px;
    left: 25px;
    font-size: 14px;
    font-weight: bold;
    top: 0px;
}
/*===标题===*/
.mainTop .mainTopRight span.more
{
    position: absolute;
    width: 100px;
    line-height: 32px;
    right: 0px;
    text-align: right;
    font-family: Arial;
    font-weight: bold;
}
/*==more==*/

/*=========框架中间=========*/
.mainCenter
{ width:100%; overflow:hidden;
    background: url(../images/box_middle_left.gif) repeat-y left;
}
/*===左边框架===*/
.mainCenter .mainCenterRight
{
    background: #FFFFFF url(../images/box_middle_right.gif) repeat-y right;
    margin-left: 22px;
    padding: 15px 20px 0px 0px;
    line-height: 18px;
	overflow:hidden;
}
/*==右边框架==*/

/*=========框架底部=========*/
.mainBottom
{
    background: url(../images/box_bottom_left.gif) no-repeat left;
    height: 25px;
}
/*==左边底部===*/
.mainBottom .mainBottomRight
{
    margin-left: 22px;
    background: url(../images/box_bottom_right.gif) no-repeat right;
    height: 25px;
}
/*===右边底部===*/

/*=========正文=========*/
.mainContainer1
{
    width: 993px;
    margin: 0 auto;
}
/*===主页正文容器===*/
.mainContainer
{
    width: 993px;
    padding: 15px 0px;
    margin: 0 auto;
}
/*===正文容器===*/

.box
{
    width: 100% auto;
    margin-bottom: 12px;
}
/*===模块===*/
.box2, .box3
{
    width: 100%;
}
.box3
{
    margin-bottom: 8px;
}
.text
{
    margin: 0px auto;
    line-height: 22px;
}
/*===文字===*/
.imgAbout, .imgNews
{
    width: 197px;
    height: 134px;
    float: left;
    padding-right: 15px;
}
/*===图片===*/
.aboutMain
{
    height: 130px;
    overflow: hidden;
    line-height: 18px;
    padding-right: 8px;
}

/*=========外框背景=========*/
.mainCenter1
{
}

/*=========框架底部=========*/
.mainBottom1
{
}
/*==左边底部===*/


/*=========产品搜索页=========*/
.productSearch .textfield2
{
    margin-bottom: 5px;
}
.productSearch
{
    margin: 0px 10px 0px 10px;
}
.productSearch .textfield3
{
    width: 127px;
}

/*=========产品列表=========*/
.productList ul
{
    margin: 0px;
    padding: 0px;
}
.productList ul li
{
    list-style-type: none;
    list-style-position: outside;
    background: url(../images/icon_01.gif) no-repeat 3px 8px;
    border-bottom: #D9E2EA dashed 1px;
    padding: 2px 0px 3px 18px;
    line-height: 20px;
}

.undis
{
    display: none;
}
.titmenut
{
    width: 215px;
    height: 30px;
    line-height: 35px;
    padding-left: 20px;
    background: #eee;
    border-bottom: 1px solid #bbb;
    font-weight: bold;
    color: #000;
}
.maxmenudiv
{
    clear: both;
    width: 215px;
    height: 25px;
    cursor: pointer;
}
.titmenudiv
{
    width: 215px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}
.titmenudiv img
{
    padding: 5px 5px 5px 5px;
}
.titmenudiv ul.titmenuleft
{
    float: left;
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.titmenudiv ul.titmenuright
{
    float: right;
    width: 35px;
}
.fontmenuwrap
{
    margin: 0px 0 0 0;
}
.fontmenudiv
{
    width: 180px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    margin-left: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fontmenudiv img
{
    padding: 0 5px;
}


/*=========产品中心=========*/
.productList2 ul
{
    padding-left: 10px;
    line-height: 22px;
    margin: 0px;
}
.productList2 ul li
{
    border-bottom: 1px #eaf1fa solid;
    line-height: 24px;
}
.productList2 ul li span
{
    float: right;
    padding-right: 10px;  
    text-decoration: underline;
}
.productList2 ul li span a
{
    text-decoration: underline;
}






.productCenter
{
    height: 77px;
    border-bottom: #D9E2EA dashed 1px;
    padding-bottom: 3px;
    padding: 3px 0px 0px 5px;
}
/*===中间===*/
.pro
{
    float: left;
    height: 69px;
    overflow: hidden;
    width: 425px;
}
.pro2
{
    float: left;
    height: 69px;
    overflow: hidden;
    width: 450px;
}

h2.name1
{
    font-size: 12px;
    color: #c62121;
    margin: 0px;
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
h2.name1 a:link, h2.name1 a:visited
{
    color: #003399;
    text-decoration: underline;
}
h2.name1 a:hover
{
    text-decoration: none;
}
.imgProduct
{
    float: left;
    padding: 2px 10px 0px 0px;
    width: 90px;
    height: 69px;
}
/*===图片===*/
.text1
{
    font-size: 11px;
    line-height: 13px;
}
.inquire
{
    float: right;
    text-align: center;
    padding: 10px 15px 0px 0px;
}
/*===产品价格===*/



/*===产品名称===*/
.productContent h3
{
    color: #0C3781;
    font-weight: bold;
    font-size: 12px;
    height: 15px;
    margin: 0px;
    padding: 0px;
}
.productContent h3 a:visited
{
    color: #0C3781;
    text-decoration: underline;
}
.productContent h3 a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

.font
{
    font-size: 11px;
    line-height: 12px;
    margin-top: 0px;
}
.product2
{
    width: 90px;
    margin-bottom: 10px;
    padding: 0px 15px 0px 15px;
    float: left;
}
.product2 h3
{
    text-align: center;
    margin: 5px;
    font-size: 12px;
}
.product2 h3 a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

.imageField2
{
    vertical-align: top;
    margin-left: 4px;
    font-family: Tahoma;
    font-size: 12px;
}

/*=========底部=========*/
.friendLink
{
    margin: 0 auto;
    text-align: center;
    border-top: #33bfed solid 1px;
    line-height: 20px;
    padding-top: 5px;
    background: #eef4fb;
}
/*===友情链接===*/
.linkImg
{
    text-align: center;
}
.linkImg img
{
    margin: 10px 8px 10px 0px;
}
.footer
{
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    background: #eef4fb;
}

/*=========内页底部=========*/
.footer2
{
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
    line-height: 20px;
    background: #eef4fb;
    border-top: #33bfed solid 1px;
}
/*=====内页底部====*/

/*=========内页布局=========*/
.leftContainer2
{
    float: left;
    width: 26%;
    margin-right: 1%;
    text-align: left;
}
/*===左边容器===*/
.rightContainer2
{
    float: right;
    width: 72%;
    text-align: left;
}
/*===右边容器===*/
.rightContainer2 div
{
    margin-left: auto;
    margin-right: auto;
}

/*=========内页当前位置=========*/
.mainTop .mainTopRight span.path
{
    position: absolute;
    line-height: 35px;
    left: 25px;
    font-size: 12px;
    width: 400px;
    top: 0px;
}

/*=========关于我们=========*/
.mainCenterRight ul
{
    list-style-type: none;
    padding-left: 0px;
}
.mainCenterRight ul li.menu
{
    line-height: 38px;
    background: url(../images/menu_bg_01.gif) no-repeat left bottom;
    text-align: center;
}



/*=========产品中心=========*/
.tdBg
{
    background: url(../images/td_bg_01.gif);
}
.imgProduct2
{
    width: 259px;
    height: 259px;
    float: left;
    padding-right: 15px;
}
.box3 table
{
    border: #D9E2EA solid 1px;
}


/*=========内容=========*/
.title1
{
    margin: 0px auto;
    height: 25px;
    text-align: left;
    padding-top: 8px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
    background: #EFEFEF url(../images/an_01.gif) no-repeat 5px 10px;
}
/*===小标题===*/
.content1
{
    margin: 0px auto;
    padding: 10px 18px;
    line-height: 25px;
}

.title2
{
    margin: 10px auto;
    height: 20px;
    border-bottom: 1px dashed #D9E2EA;
    background: url(../images/an_01.gif) no-repeat 0px 1px;
}
.title2Left
{
    float: left;
    margin-top: 0px;
    padding-left: 18px;
}
.title2More
{
    float: right;
    margin-top: 0px;
}
.content2
{
    width: auto;
    margin-top: 10px;
    padding: 0px 0px 10px 18px;
    border-bottom: 1px dashed #D9E2EA;
    line-height: 20px;
}

.header1 h1
{
    margin: 0px auto;
    text-align: center;
    font-size: 26px;
	line-height:34px;
}
.close
{
    margin: 0px auto;
    text-align: right;
    padding-right: 20px;
}
/*===关闭===*/
.textfield4
{
    height: 14px;
    width: 150px;
    border: solid #D9E2EA 1px;
    vertical-align: middle;
    margin-left: 3px;
    font-family: Tahoma;
    font-size: 12px;
}
.help
{
    margin: 10px auto;
}

/*===页码===*/
.page
{
    text-align: left;
    line-height: 22px;
    margin: 10px 1px 0px 1px;
}
.page a:link, .page a:visited
{
    padding: 1px 3px 1px 3px;
    border: #8FC6F8 1px solid;
    color: #0080FF;
    text-decoration: none;
}
.page a:hover
{
    padding: 1px 3px 1px 3px;
    border: #FBBF84 1px solid;
    color: #FF8080;
    background-color: #FEF8E7;
    text-decoration: none;
}
.page_hover
{
    padding: 1px 3px 1px 3px;
    border: #FBBF84 1px solid;
    color: #FF8080;
    background-color: #FEF8E7;
    text-decoration: none;
}

/*===新闻===*/
.imgNews
{
    width: 188px;
    margin: 0px auto;
    height: 132px;
    float: left;
    padding-right: 15px;
}
.header2 h1
{
    margin: 8px auto;
    text-align: center;
    font-size: 16px;
}
.header2 h1 img
{
    margin: 0px 5px 0px 0px; *margin:0px6px0px0px;}
.author
{
    margin: 10px auto;
    text-align: center;
    border-top: solid 1px #D9E2EA;
    padding-top: 20px;
}





.newsList ul
{
    list-style-type: none;
    line-height: 25px;
    margin: 0px;
    padding-left: 20px;
}
.newsList
{
    margin-top: 10px;
}
.info
{
    margin: 0px auto;
    height: 22px;
    text-align: left;
    padding-top: 4px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
    background: #EFEFEF;
}


.text2
{
    padding: 0px 5px 0px 8px;
    line-height: 18px;
    word-break: break-all;
}


.tdLeft3
{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    line-height: 18px;
    height: 25px;
}
.tdRight3
{
    text-align: left;
}

.tdLeft
{
    font-weight: bold;
    text-align: right;
    border-bottom: dashed #d6d6d6 1px;
    padding-right: 10px;  
    line-height: 18px;
    height: 25px;
}
.tdRight
{
    text-align: left;
    border-bottom: dashed #d6d6d6 1px;   
}

.tdLeft2
{
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    line-height: 18px;
    height: 24px;
}
.tdRight2
{
    text-align: left;
    padding-left: 5px;
}
.zhengshu
{
    border: #cccccc solid 1px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 5px 10px;
    background: white;
}



ul.newsLi
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
ul.newsLi li
{
    list-style-type: none;
    list-style-position: outside;
    background: url(../images/icon_02.gif) no-repeat 7px 6px;
    padding-left: 17px;
    line-height: 16px;
    margin: 0px 0px 8px 0px;
}


h1.casNames
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bangzhu
{
    text-align: center;
    border-top: #e1e1e1 solid 1px;
    padding: 10px;
    margin: 20px 10px 0px 10px;
}
h1.header
{
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
}

.more
{
    float: right;
    margin-right: 45px;
    font-weight: bold;
    line-height: 21px;
}
.basic
{
    color: #0574ab;
    font-weight: bold;
    border-bottom: 1px #e7f0f5 solid;
    line-height: 30px;
    margin-bottom: 15px;
}
.mp2
{
    margin-bottom: 20px;
}
.blue
{
    color: #115aa5;
    font-weight: bold;
}

/*certificate*/
.certificate
{
    display: table;
    margin-top: -10px;
}
.certificate dl
{
    margin: 10px 23px auto 0;
    float: left;
    display: inline;
}
*html .certificate dl
{
    margin-right: 10px;
}
.certificate dt
{
    width: 160px;
    height: 142px;
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 2px;
}

.certificate dl dt img
{
    border: none;
    margin: auto;
}
.certificate dd
{
    width: 160px;
    line-height: 13px;
    margin-top: 3px;
    margin-left: 0px;
    font-size: 11px;
    white-space: normal;
    word-break: break-all;
}
.certificate dd a
{
    color: #666;
}
.certificate dd a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.lianxi
{
    background: #f6f6f6;
    position: absolute;
    top: 200px;
    right: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    width: 133px;
    z-index: 100;
}
.lianxi2 table{ word-wrap:break-word;table-layout: fixed;}
.lianxi2 table td{word-break: break-all}

.lianxi2
{
    border: #d3d3d3 solid 1px;
    margin: 5px;
    padding: 5px;
    position: relative;
}
.close2
{
    position: absolute;
    right: 0;
    top: 0;
}
*html .close2
{
    top: 1px;
    right: 5px;
}
.companyName
{
    float: left;
    padding-left: 60px;
}
.companyName h1
{
    
    font-family: Times New Roman;
    font-size: 24px;
    margin-top: 40px;
	line-height:50px;
	 float: left;
    color: #0080c0;
}
.slogan
{
    display: inline;
    margin: 40px 10px 10px 0;
    width: 150px;
    float: left;
}
.renzhengLogo
{
    position: absolute;
    top: 50px;
    left: 230px;
}
.banner
{
    position: relative;
    height: 276px;
    background: url(mb1/images/banner.jpg) /* background:url (uploadfile/banner/200942915613541.jpg);*/;
    top: 0px;
    left: 0px;
}
.m2p
{
    margin-bottom: 20px;
}

.productList2 ul li.information2
{
    float: left;
    background: url(../images/liIcon.gif) no-repeat 0px 10px;
    padding-left: 23px;
    list-style-type: none;
    list-style-position: outside;
    vertical-align: middle;
    width: 575px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productList2 ul li.time
{
    float: right;
    padding-right: 10px;
}

.productlist2 ul li.information3 {
	padding-left: 23px; list-style-position: outside; background: url(../images/liicon.gif) no-repeat 0px 10px; float: left; vertical-align: middle; overflow: hidden; width: 555px; white-space: nowrap; list-style-type: none; text-overflow: ellipsis
}

.companyName { padding-left:80px; padding-top:60px;}
.companyName h1 {font-family:Times New Roman;  font-size:24px;   color:#00469d; float:left; margin-top:30px; display:block; width:550px;}
.slogan { display:inline; float:left; margin:20px auto auto 0px; width:140px; overflow:hidden;}


.productList3 ul li{ background:url(../images/liIcon.gif) no-repeat 0px 10px; padding-left:23px; border-bottom:1px #eaf1fa solid; height:22px; overflow:hidden;}
.productList3 ul li a{ display:block; float:left; width:505px; overflow:hidden;}
.productList3 ul li span{ float:right; font-size:11px; margin-right:10px;}

