body
{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFF;
	
}
div,ul,li
{
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	font-family:"宋体";
}
img
{
    border:0;
}
/* link */
a {color: #000; text-decoration:none;}
a:hover{ color:#666;}
/* global */
.textright
{
    text-align:right;
}
.textleft
{
    text-align:left;
}
.textcenter
{
    text-align:center;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.hand
{
    cursor:pointer;
}
.clear
{
	clear:both;
}
.pageline_clear
{
    margin:10px 0 10px 0;
}

textarea
{
	border-style:solid; 
	border-width:1px; 
	cursor:default; 
	color:#666; 
	background-color:#fff;
}

.but
{
	border:solid 1px #000;
	padding:2px 2px 0px 2px;
	font-size:12px;
	color:#000;
	cursor:pointer; 
	/* 透明 -- FF无效；从StartColorStr 到 EndColorStr 颜色渐变 (颜色值不可简写) */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#999999);
}

.red
{
	color:#C00;
}

/* pages */
.page
{
	margin:auto;
	clear:both;
	width:1000px;
	text-align:center;
	background-color:#FFF;
	background:url(../images/body_bg.jpg) repeat-y;
}
.page_left
{
	width:189px;
	text-align:left;
	float:left;
	overflow:hidden;
	vertical-align:top;
}
.page_center
{
	width:960px;
	text-align:center;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
}
.page_right
{
	width:236px;
	text-align:center;
	overflow:hidden;
	float:right;
	vertical-align:top;
}
.pageclear
{
    margin:10px 0 10px 0;
}

/* header */
#header
{
    height:126px; 
    vertical-align:top;
}
#header div.headertop
{
    height:91px;
    vertical-align:top;
    overflow:hidden;
    background:url(../images/headertop_bg.jpg) repeat-x;
}
#header div.headertop div.logo
{
   float:left;
   width:482px;
   height:67px;
   background:url(../images/logo.jpg) no-repeat;
   margin-top:11px;
}
#header ul.headerright
{
    float:right;
    height:91px;
    color:#002569;
    font-size:14px;
    padding:13px 10px 0 0;
}
#header ul.headerright a
{
    font-family:Arial;
    color:#333;
    font-weight:bold;
    font-size:13px;
}
#header ul.headerright a:hover
{
    color:#ccc;
}
#header ul.headerright li.lang
*{
    vertical-align:middle;
}
#header ul.headerright li.lang a.langa
{
    color:#FF9C00;
}
#header ul.headerright li.lang a.langa:hover
{
    color:#CCC;
}
#header ul.headerright li.date
{
    padding-top:37px;
    font-weight:bold;
}
/*nav*/
#nav
{
    width:960px;
    height:33px;
    position:relative;
}
#nav a
{
    color:#FFF;
    font-weight:bold;
}
#nav a:hover
{
    color:#02246B;
}
#nav li.navtitle
{
    float:left; 
	display:inline;
	width:120px;
	overflow:hidden;
	background:url(../images/nav_bg.jpg) no-repeat;
	height:33px;
	line-height:33px;
}
#nav li.nav2
{
    float:left; 
	display:inline;
	width:120px;
	overflow:hidden;
	background:url(../images/nav_bg.jpg) no-repeat;
	height:33px;
	line-height:33px;
}
#nav li.nav2 ul
{
    position:absolute;
	visibility:hidden;
	width:118px;
	border-top:#D2D2D0 1px solid;
	top: 33px;
	margin-left:-95px;
}
#nav li.nav2 ul li
{
    border:#D2D2D0 1px solid;
	border-top:0;
	overflow:hidden;
	width:118px;
	line-height:28px;
	height:28px;
	background-color:#F4F4F4;
}
#nav li.nav2 ul li a
{
    color:#1373CA;
    font-weight:500;
}
#nav li.nav2 ul li a:hover
{
    color:#FFB300;
}
.baran
{
    margin-bottom:6px;
}
/*footer*/
#footer
{
    height:68px;
    line-height:20px;
    padding-top:13px;
    margin-top:9px;
    color:#000;
    background:url(../images/footer_bg.jpg) repeat-x;
}
/* left */
.leftonline
{
    border:solid 1px #CFE1EF;
    margin-bottom:8px;
    overflow:hidden;
    color:#666;
    font-weight:bold;
}
.leftonline li.title3
{
    height:28px;
    line-height:28px;
    padding-left:17px;
    margin-bottom:6px;
    color:#1373CA;
    font-size:14px;
    font-weight:bold;
    background:url(../images/left_bg.jpg) repeat-x;
    border-bottom:solid 1px #CFE1EF;
}
.leftonline li.content3
{
    margin:12px 0 12px 0px;
    padding-left:17px;
}


.leftul
{
    border:solid 1px #CFE1EF;
    margin-bottom:8px;
    overflow:hidden;
}
.leftul li.title
{
    height:28px;
    line-height:28px;
    padding-left:17px;
    margin-bottom:6px;
    color:#1373CA;
    font-size:14px;
    font-weight:bold;
    background:url(../images/left_bg.jpg) repeat-x;
    border-bottom:solid 1px #CFE1EF;
}
.leftul li.productclass
{
    height:28px;
    line-height:28px;
    background:url(../images/productclass_bg.jpg) no-repeat;
    text-align:left;
    margin-left:9px;
    padding:0 0 6px 36px;
    color:#002945; 
}
.leftul li.productclass a
{
    font-weight:bold; 
    color:#002945; 
}
.leftul li.productclass a:hover
{
   color:#1373CA;
}

.seachli
{
   padding:0 0 4px 13px; 
}
.input
{
    border:solid 1px #CCC;
}
.search_but
{
    width:50px;
    height:21px;
    border:0px;
    cursor:pointer;
    background:url(../images/seachbut.jpg) no-repeat;
}


.link_img
{
    width:81px;
    height:22px;
    border:solid 1px #ccc;
}
.linksite
{
    padding:0 0 6px 6px;
}

/* center */
.cententcontent
{
    width:764px;
    float:right;
    overflow:hidden;
}
.content
{
    text-align:left;
    padding:10px;
    line-height:20px;
}
.pagetitle
{
    width:740px;
    height:28px;
    line-height:28px;
    text-align:left;
    background:url(../images/left_bg.jpg) repeat-x;
    border:solid 1px #CFE1EF;
    padding-left:17px; 
    color:#1373CA;
    font-size:14px;
    font-weight:bold; 
}

.productimg
{
    width:168px;
    height:168px;
    margin:5px 0 0 5px;
}
.productul
{
    margin-left:51px;
    line-height:40px;
}
.productul li.pro_bg
{
    width:180px;
    height:181px;
    background:url(../images/pro_bg.jpg) no-repeat;
}
.productul a
{
    text-align:center;
    font-size:14px;
    cursor: url(../images/cou.jpg), pointer;
    color:#1373CA;
}
.productul a:hover
{
   color:#FFB300;
}

.product_table
{
    width:100%;
    vertical-align:top;
}
.product_table td.title
{
    text-align:left;
    font-weight:bold;
    color:#333;
}
.product_table td.imgsize
{
    width:250px;
    height:250px;
}
.product_table img
{
    width:250px;
    height:250px;
}

.product_line
{
    height:24px;
    line-height:24px;
    padding-left:40px;
}
.product_line a:hover
{  
   color:#FFB300;
}
/*right*/
.rightul
{
    background-color:#CEE1EF;
    vertical-align:top;
    text-align:left; 
    padding-bottom:1px; 
}
.rightul li.content2
{
    margin:12px 0 12px 12px;
}
.rightul li.title
{
    height:30px;
    line-height:30px;
    font-size:14px;
    padding-left:16px;
    color:#FFF;
    font-weight:bold;
    background:url(../images/right_bg.jpg) repeat-x;
}

/*Feedback_table*/
.feedback_bg
{
    width:726px;
    height:415px;
    margin:auto;
    background:url(../images/feedback_bg.jpg) no-repeat; 
}
.feedback_table
{
    width:500px;
    float:left;
    margin:110px 0 0 110px;
}
.feedback_table td
{
    text-align:left;
    padding-left:3px;
}
.feedback_table td.title
{
    text-align:right;
    color:#333;
}

/*defaultcenter*/
.dcenter
{
    overflow:hidden;
    width:518px;
    float:left;
    text-align:left;
    margin:0 10px 0 7px;
}
.moretitle
{
    width:515px;
    height:28px;
    line-height:28px;
    background:url(../images/center_bg.jpg) repeat-x; 
    font-size:14px;
    font-weight:bold;
    border:solid 1px #CCC;
}
.moretitleleft
{
   float:left;
   width:462px;
   text-align:left;
}
.moretitleright
{
   float:left;
   width:53px;
   padding-top:7px;
   text-align:left;
}
.moreimg
{
   margin-left:385px;
}
.vouchul
{
    margin:0 11px 0 15px;
}
.vouchul li.vou_bg
{
    width:106px;
    height:106px;
    background:url(../images/pro_bg2.jpg) no-repeat; 
}
.vouchul img
{
    width:94px;
    height:94px;
    margin:3px 0 0 4px;
}
.vouchul a
{
    text-align:center;
    cursor: url(../images/cou.jpg), pointer;
    font-size:14px;
    color:#1373CA;
}
.vouchul a:hover
{
    color:#FFB300;
}
.defaulttable
{
   color:#00256B;
}

/*jobtable*/
.jpb_bg
{
    width:726px;
    height:415px;
    margin:auto;
    background:url(../images/ruse_bg.jpg) no-repeat;
    padding:10px;
}
.jobtable
{
    width:100%;
    margin-bottom:10px;
    border-collapse:collapse;
}
.jobtable td
{
    border:solid 1px #CCC;
    text-align:left;
    padding-left:3px;
}
.jobtable td.title
{
    width:70px;
    text-align:right;
    color:#333;
}
.jobtable td.imgtd
{
    width:103px;
}
.resume_table
{
    width:98%;
    margin:50px 0 0 30px;
}
.resume_table td
{
    text-align:left;
    padding-left:3px;
}
.resume_table td.title
{
    width:70px;
    text-align:right;
    color:#333;
}
.resume_table td.title2
{
    width:70px;
    text-align:right;
    color:#333;
}
/*product*/
.product_bg
{
    width:960px;
    height:296px;
    margin:auto;
    overflow:hidden;
    background:url(../images/product_bg.jpg) no-repeat;
}
.product_bg div
{
    width:590px;
    float:left;
    color:#FFF;
    padding-top:100px;
    font-size:30px;
    font-family:黑体;
    height:296px;
}
.product_bg img
{
    float:left;
    margin-top:18px;
}
.productfooter
{
    width:960px;
    margin:auto;
    height:220px;
    border-top:solid 1px #fff; 
    background:url(../images/footer_bg2.jpg) repeat-x;
}
.contentleft_bg
{
    width:418px;
    height:166px;
    float:left;
    border:solid 1px #CCC;
    padding:1px;
    line-height:20px;
    margin:7px 0 0 8px;
    background-color:#FFF;
}
.productfooter div.contentleft
{
    width:416px;
    height:164px;
    background:url(../images/content_bg.jpg) no-repeat;
}
.productfooter div.contentright
{
    float:right;
    width:500px;
    padding:0 8px 8px 8px;
    height:220px;
}
.productfooter div.proright_bg
{
    line-height:20px;
}
.productfooter table
{
    width:100%;
    margin:auto;
    line-height:20px;
    border-collapse:collapse;
    background-color:#FFF;
}
.pro_name
{
    
    margin-bottom:2px;
    
    text-align:left;
}
.pro_nameleft
{
    padding-top:8px;
}
.pro_name img
{
    margin-left:300px;
}
.productfooter table td.pro_title
{
    color:#666;
    background-color:#EFEFEF;
}
.productfooter table td
{
   border:solid 1px #ccc;
   text-align:left;
   padding-left:5px;
}
.newxcontent
{
    text-align:right;
    padding:10px;
}
.newxcontent a
{
   font-weight:bold;
}
.newxcontent a:hover
{
   color:Red;
}
.procontent
{
    width:222px;
    height:16px;
    margin:10px 0 0 10px;
    color:#FFF;
    font-weight:bold;
    line-height:16px;
    background:url(../images/titi_bg.jpg) no-repeat;
    text-align:left;
    background-color:#E2E2E2;
}
.procontentparam
{
    width:222px;
    height:16px;
    margin:10px 0 0 10px;
    color:#FFF;
    float:left;
    font-weight:bold;
    line-height:16px;
    background:url(../images/titi_bg.jpg) no-repeat;
    text-align:left;
    background-color:#E2E2E2;
}
.back
{
    text-align:right;
    padding-top:5px;
}
.honors
{
    width:240px;
    height:173px;
    margin-left:6px;
    background:url(../images/honors2_bg.jpg) no-repeat;
}
.honors img
{
    margin:8px 0 0 15px;
    width:210px;
    height:151px;
}
.honorsname
{
    width:240px;
    color:#FFB300;
    font-weight:bold;
    font-size:14px;
    text-align:center;
}

