﻿body, a, div
{
    padding:0;
    margin:0;
}
a
{
    color: #03C;
    text-decoration:none;
}
a:hover
{
    color:#d10;    
    text-decoration:underline;
}
img
{
    border:none;
}
h1
{
    font-size:16px;
}
h2
{
    font-size:13px;
    display:inline;
}
.wrapper
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 13px;    
    margin:0 auto;
    width:100%;
    color:#232323;
}
.inside
{
    width:980px;
    margin:0 auto;
    padding:0 8px 0 8px;
}
.top
{
    width:100%;
    height:100px;
    background-color: #05c;
}
.logo
{
    float:left;
    margin:8px 0 0 12px;
}
.corner
{
    float:right;
    background-color:#000;
    color:#ddd;
    font-size:11px;
    width:95px;
    margin-right:25px;
    line-height:26px;
    text-align:center;
}
.corner a
{
    color:#ddd;
}
.corner a:hover
{
    color:#d10;
}
.menu
{
    clear:right;
    float:right;
    font-weight:bold;
    margin: 39px 12px 0 52px;
    line-height:35px;
    font-style:italic;
}
.menu a
{
    color:#eee;     
    display:inline-block;
}
.menu a:hover
{
    color:#e30;
}
.menu ul
{    
    list-style-type:none;   
    float:left;
    padding:0;
    margin:0;
}
.menu li
{
    float:left;       
    padding:0 16px 0 16px;
    text-align:center;
}
.secondary
{
    width:100%;
    height:66px;
    padding-top:12px;
    background: #d5e8ff url(/image/sys/sub.gif) repeat-x;
    border-bottom:1px solid #abc;
}
.sub
{
    height:66px;
}
.sub h1, .sub span
{
    display:inline;
    float:left;
    margin:18px 0 0 8px;
    font-size:25px;
    font-weight:normal;
    color:#39d;
}
.search
{
    float:right;
    margin-top:23px;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.searchText
{
    float:left;
    background-color:#fff;
    width:260px;
    height:26px;
    border:2px solid #ccc;
}
.searchText input
{
    width:215px;
    height:24px;
    color:#ccc;
    line-height:24px;
    vertical-align:middle;
    font-family: Tahoma, Arial;
    border:0px solid #fff;
    float:left;
    margin-left:5px;
}
.searchText button
{    
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    width:25px;
    height:25px;
    float:right;
    border:none;
    background:#fff url(/image/sys/search.png) no-repeat;
    background-position:center;
    cursor:pointer;
}
.main
{
     width:100%;
     min-height:520px;
     margin:25px 0 39px 0;
     float:left;
     line-height:21px;
}

/*home*/
.banner
{
    clear:both;
    width:100%;
    height:380px;
    background:#d5e8ff url(/image/sys/banner1.jpg) no-repeat;
    background-position:center;
}
.intro
{
    width:61%;
    float:left;
    background:#fff url(/image/sys/homebg.jpg) no-repeat;
    background-position:left top;
    padding:21px 5px 5px 25px;
}
.home_list
{
    width:33%;
    float:right;
    margin: 12px 18px 0 0;
}
.home_list span
{
    color:#666;
    font-style:italic;
}
.home_list a
{
    color:#333;
    padding-left:16px;
    background: transparent url(/image/sys/circle.png) no-repeat;
    background-position:left center;
}
.home_list a:hover
{
    color:#d10;
}
.home_list ul
{    
    border-bottom:1px solid #ddd;
    font-size:12px;
    font-family:Arial;
    color:#555;
    list-style:none;
    float:left;
    margin:0;
    padding:0 10px 0 0;    
    width:100%;
}
.home_list li
{
    background-color:#fff;
    padding:0 10px 0 10px;
    float:left;
    display:block;
    line-height:28px;  
    font-weight:bold;
    color:#555;
    cursor:pointer;
}
.home_list .current
{
    border:1px solid #ccc;  
    border-top:2px solid #05c;
    border-bottom:none;
    margin-bottom:-1px;
    color:#d10;
}
.current_list
{
    float:left;
    width:100%;
    border:1px solid #ddd;
    border-top:none;
    padding:5px 0 5px 8px;
}
.not_list
{
    position:absolute;
    left:-999px;
}
.service
{
    clear:both;
    width:100%;
    margin:0 auto;
}
.grid
{
    width:210px;
    float:left;
    margin:1.78%;
}
.grid img
{
    display:block;
    float:left;
}
.grid span
{
    display:block;
    float:left;
    background-color:#333;
    color:#fff;
    text-align:center;
    font-weight:bold;
    width:100%;
    height:23px;
    margin-top:-23px;
    margin-bottom:8px;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.grid p
{
    clear:both;
    margin:0;
}
.captionl
{
    clear:both;
    float:left;
    width:100%;
    border-bottom:1px solid #ccc;
    margin:18px 0 0 0;
    padding-right:10px;
}
.captionl p
{
    margin:0 0 -1px 0;
    background-color:#fff;
    padding:0 8px 0 8px;
    float:left;
    display:block;
    line-height:28px;
    border:1px solid #ccc;
    border-top:2px solid #05c;
    border-bottom:none;
    font-weight:bold;
    color:#333;
}

/*inner page*/
.left
{    
    float:left;
    width:210px;
}
.caption
{
    height:33px;
    background: transparent url(/image/sys/shadow.png) no-repeat;
    background-position: left bottom;   
}
.caption span
{
    display:block;
    background-color: #05c;
    width:100%;
    height:26px;
    line-height:26px;
    font-weight:bold;
    color:#eee;
    text-align:center;
    border-right:none;
}
.leftSide
{
    border-right:1px solid #ddd;
    line-height:25px;
    margin-top:-7px;
    padding-top:7px;
}
.ls
{
    padding:8px 2px 8px 0;
}
.leftMain
{
    border-bottom:1px dashed #ccc;
    height:100%;
}
.leftMain .m
{
    display: block;
    background: transparent url(/image/sys/leftarrow.gif) no-repeat;
    background-position: left center;
    padding-left:8px;    
    color:#3a3a3a;
    font-weight:bold;
}
.leftMain .m:hover
{
    background-color:#e1e1e1;
    color:#d10;
    border-right:3px solid #05d;
}
.lsdm
{
    display: block;
    color:#3a3a3a;
    background-color:#eee;
    padding-left:8px;
    background: #eee url(/image/sys/leftarrow.gif) no-repeat;
    background-position: left center;
    border-right:3px solid #d10;
    font-weight:bold;
}
.leftMain:hover .leftSub
{
    left:auto;
    position:static;
}
.leftSub
{
    margin-left:18px;
    position:absolute;
    left:-999px;
}
.leftSub .s, .lsd .s
{
    display: block;
    color:#3a3a3a;
    padding-left:8px;
    background: transparent url(/image/sys/smallarrow.gif) no-repeat;
    background-position: left center;
    font-weight:normal;
}
.leftSub .s:hover, .lsd .s:hover
{
    background-color:#e1e1e1;
    color:#d10;
    border-right:3px solid #05c;
}
.lsd
{
    margin-left:18px;
}
.lsda
{
    display: block;
    color:#3a3a3a;
    background-color:#eee;
    padding-left:8px;
    background: #eee url(/image/sys/smallarrow.gif) no-repeat;
    background-position: left center;
    font-weight:normal;
    border-right:3px solid #d10;
}

.right
{  
    float:right;
    width:76%;
    margin-right:6px;
}
.sitemap
{ 
    line-height:26px;
    padding-left:6px;
    width:100%;
    border-bottom:1px solid #ddd;
    color:#666;
}
.sitemap a
{
    color:#666;
}
.sitemap a:hover
{
    color:#d10;    
    text-decoration:underline;
}
.cNode
{
    font-weight:bold;
    color:#d10;
}
/*data lists*/
.list
{
    clear:both;
    margin-top:18px;
    padding-bottom:8px;
    float:left;
    width:98%;
    color:#555;
    margin-left:16px;
    border-bottom:1px dashed #bbb;
}
.list .title
{
    display:block;
    line-height:25px;
    font-size:15px;
}
.list img
{
    float:left;
    width:160px;
    margin-right:12px;
    cursor:pointer;
}
.listr
{
    width:76%;
    margin-left:8px;
    float:left;
}
.news_list
{
    clear:both;
    margin-top:18px;
    margin-left:16px;
    padding-bottom:3px;    
    float:left;
    width:96%;
    color:#555;
    border-bottom:1px dashed #bbb;    
}
.news_list span
{
    float:right;
    margin-right:35px;
}
.news_list a
{
    font-size:15px;
    color:#333;
    padding-left:16px;
    background: transparent url(/image/sys/circle.png) no-repeat;
    background-position:left center;
}
.news_list a:hover
{
    color:#d10;
}
.page
{    
    font-size:16px;
    margin-top:18px;
    text-align:center;
    width:100%;    
    height:35px;    
    line-height:35px;
    vertical-align:middle;
    float:left;
}
.page a
{ 
    font-size:21px;
    padding-right:12px;
}
.page a span
{
    font-size:22pt;  
    font-weight:bold;
}

/*detail*/
.content
{
    min-height:230px;
    width:100%;
    margin-top:8px;
    padding-left:12px;
}
.content_title
{
    text-align:center;
    color:#828282;
    width:86%;
    border-bottom:1px solid #ddd;
    margin:0 auto;
    margin-top:25px;
}
.content_title h1
{
    color:#333;
    display:inline;
}
.table
{
	border:1px solid #bbb;
	border-bottom:none;
	border-left:none;
	text-align:center;
}
.table td
{
	border:1px solid #bbb;
	border-top:none;
	border-right:none;
}
.table .table_head
{
	background-color:#eee;
}
.date
{
    padding-left:12px;
    display:inline;
    font-size:11px;
}
.content_text
{
    padding:12px 0 12px 0;
    margin-bottom:6px;
}
.previous
{
    float:left;
    font-size:12px;
    font-weight:bold;
}
.next
{
    clear:both;
    float:left;
    font-size:12px;
    font-weight:bold;
}
.previous a, .next a
{
    color:#11e;
    font-weight:normal;
}

.related
{
    
}
.related img
{
    width:80px;
    height:80px;
    display:block;
    cursor:pointer;
    margin:0 auto;
}
.related a
{
    display:block;
    margin-top:5px;
    text-align:center;
}
.related_list
{
    float:left;
    width:18%;
    margin:16px 6px;
    color:#555;
}

/*download*/
.download
{
    height: 30px;
    width:100%;
    line-height:40px;
    vertical-align:bottom;
    border-bottom: 1px dashed #D1D1D1;
    float:left;
    margin-top:2px;
}
.download span
{
    color:#666;
    margin-right:50px;
    float:right;
}
.download a 
{
    color:#000;
    text-decoration:none;
    font-size:15px;
    padding-left:5px;
}
.download a:hover
{
    color:#d10;
}
.d_item
{
    float:left;
}

/*message*/
/*contact*/
.message
{
    width:100%;
    margin:31px 18px 0 0;
}
.inquiry
{
    width:89%;
    line-height:28px;
    font-weight:bold;
    color:#333;
    border-bottom:1px solid #ddd;
}
.im
{
    font-size:15px;
    float:left;
    width:88%;
    margin:25px 0 6px 12px;
    padding-bottom:5px;
    border-bottom:1px solid #ddd;
}
.message input
{
    border:1px solid #aaa;
    font-size:15px;
    line-height:25px;
    vertical-align:bottom;
}
.message textarea
{
    border:1px solid #aaa;
    font-size:15px;
}
.m_row
{
    float:left;
    clear:left;
    width:100%;
    margin-top:16px;
    line-height:25px; 
    vertical-align:bottom;
}
.m_box
{
    float:left;
    width:91px;
    text-align:left;
    margin-right:18px;
    font-weight:bold;
    color:#234;
}
.submit
{
    float:left;
    width:500px;
    margin:12px 0 0 110px;
    vertical-align:bottom;
}
.submit span
{
    float:left;
    margin:3px 5px 0 0;
}
.submit div
{
    margin-top:1px;
    width:210px;
    font-weight:normal;
    float:left;
    line-height:25px;
    vertical-align:bottom;
}
.m_row input:focus, textarea:focus, .submit div input:focus
{
    border:2px solid #789;
}
.submit .submit_pic
{
    cursor:pointer;
    border:0 solid #fff;
}
.bottomText
{
    clear:both;
    float:left;
    margin-top:89px;
}

/*sitemap*/
.map
{
    
}
.level0
{
    margin-left:30px;
}
.level1
{
    margin-left:60px;
    font-weight:bold;
}
.level2
{
    margin-left:90px;
}
.level3
{
    margin-left:120px;
}
.level4
{
    margin-left:150px;
}
.level5
{
    margin-left:180px;
}

/*footer*/
.footer
{
    clear:both;
    float:left;
    padding-bottom:16px;
    color: #aaa;
    width:100%;
    background: #05b url(/image/sys/footerbg.jpg) no-repeat;
    background-position:center top;
}
.footer a
{
    color:#aaa;
}
.footer a:hover
{
    color:#d10;
}
.footer_title
{
    margin:18px auto;
    margin-bottom:6px;
    padding-bottom:3px;
    font-weight:bold;
    color:#ccc;
}
.company
{
    float:left;
    min-height:150px;
    width:245px;
}
.footer_navigation
{
    float:left;
    margin-left:12px;
    min-width:110px;
}
.footer_latest
{
    float:left;
    min-width:180px;
    margin-left:12px;
}
.footer_latest a, .featured a, .footer_navigation a
{
    padding-left:8px;
    background: transparent url(/image/sys/footerarrow.gif) no-repeat;
    background-position:left;
}
.featured
{
    float:left;
    min-width:210px;
    margin-left:12px;
}
.followus
{
    float:right;
    min-height:150px;
    width:155px;
}
.followus img
{
    width:21px;
    margin-right:12px;
}

.copyright
{
    clear:both;
    width:100%;
    height:33px;
    background-color:#029;
    padding-top:12px;
    color:#aaa;
}
.copyright span
{
    float:left;
    margin-left:6px;
}
.copyright .txt div
{
    float:right;
    margin-right:12px;
}
.copyright a
{
    color:#aaa;
}
.copyright a:hover
{
    color:#e30;
}