﻿@charset "utf-8";
/* CSS Document */
body{
	padding: 0px;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #dfdfdf;
}
form
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

h5
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

h4
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

h3
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

h2
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

h1
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

br
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

p
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

dt
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

dd
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

dl
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

li
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

ul
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

button
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

select
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

textarea
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

input
 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
}

img{
	border: 0px;
	margin-left: ;
}
a{
	font-family: "宋体";
}
a:link{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-family: "宋体";
}
a:visited{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-family: "宋体";
}
a:hover{
	color: #109d8f;
	font-size: 12px;
	text-decoration: none;
	font-family: "宋体";
}

.clear{clear: both;}


  /*-------------------------box_big----------------------------------------*/
  
#top{
	height: 62px;
	width: 922px;
	background-color: #134686;
}
#center{
	height: auto;
	width: 922px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 1px;
}
#down{
	height: 18px;
	width: 903px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c7c7c7;
	border-bottom-color: #c7c7c7;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	clear: both;
}
.down2{
	height: 4px;
	width: 700px;
	clear: both;
}
#logo{
	float: left;
	width: 177px;
	height: 62px;
	background-color: #8e888a;
	margin-bottom: 1px;
}
#top_right{
	float: right;
	padding-top: 5px;
	font-size: 12px;
	color: #ffffff;
	padding-right: 8px;
	vertical-align: top;
}
#top_right a:link{
color:#ffffff;}
#top_right a:hover{
color:#ffffff;}
#top_right a:visited{
color:#ffffff;}
  
     /*-------------------------menu----------------------------------------*/
#menu{
	float: left;
	width: 610px;
	padding-left: 32px;
}
*html #menu{ 
    float: left;
	width: 615px;
	padding-left: 0px;
	margin-right:-15px; //这句是关键}    
#nav {
	line-height: 62px;
	list-style-type: none;
	background:#134686;

}

#nav a {
display: block; width: 120px; text-align:center;
}

#nav a:link {
color:#fff; text-decoration:none;
}
#nav a:visited {
color:#fff;text-decoration:none;
}
#nav a:hover {
color:#fff;text-decoration:none;
}

#nav li {
float: left; width: 120px; background:#134686;
}
#nav li a:hover{
background:#002749;
}
#nav li ul {
line-height: 18px; list-style-type: none;text-align:left;
left: -999em; width: 320px; position: absolute;
}
#nav li ul li{
float: left; width: 320px;
background: #F6F6F6;
}

#nav li ul a{
	display: block;
	width: 296px;
	text-align:left;
	padding-left:24px;
	font-size: 12px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav li ul a:link {
color:#666; text-decoration:none;
}
#nav li ul a:visited {
color:#666;text-decoration:none;
}
#nav li ul a:hover {
color:#30a092;text-decoration:none;font-weight:normal;
background:#ffffff;
}

#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#content {
clear: left;
}
  
.nav_total{
	font-size: 12px;
	line-height: 20px;
	font-weight: 800;
	color: #30a092;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	text-indent: 20px;
} 
  
  
   /*-------------------------index---------------------------------------*/
   
#index_banner{
	height: 300px;
	background-color: #FFFFFF;
	text-align: center;
} 
#index_bigbox{
	width: 910px;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #FFFFFF;
} 
 
  /*--index_center-*/
.index_leftbox{
	float: left;
	width: 315px;
}
.index_rightbox{
	float: left;
	width: 583px;
	padding-left: 12px;
	height: auto;
}
.index_company3{
	padding-bottom: 24px;
}
.index_leftitle{

	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-weight: 800;
	color: #000000;
}
.index_leftitle2{
	width: 315px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-weight: 800;
	color: #000000;
	padding-top: 15px;
}
.index_company1{
	float: left;
	width: 114px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.index_company2{
	float: left;
	width: 201px;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 18px;
}

.index_contact{
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 22px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.index_rightimg{
	width: 91px;
	float: left;
	padding-top: 3px;
}
.index_rightimg2{
	width: 91px;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
}
.index_sb{
	height: 136px;
	width: 195px;
	float: left;
}  
.index_sb ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.index_sb ul li{
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../images/jt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}
.index_sb ul li a:link{	font-size: 11px;}
.index_sb ul li a:visited{	font-size: 11px;}
.index_sb ul li a:hover{	font-size: 11px;}
.index_righttitle2{
	width: 583px;
	line-height: 28px;
	font-weight: 800;
	padding-top: 15px;
	display: inline;
	clear: both;
}

.index_prolist{
	padding-top: 7px;
	width: 267px;
	float: left;
}
.index_prolist ul{}
.index_prolist ul li{
	line-height: 22px;
	float: left;
	width: 266px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #efefef;
	padding-left: 5px;
}

.index_prolist_right{
	padding-top: 7px;
	width: 275px;
	float: left;
	padding-left: 15px;
}  
  

   
   
    /*-------------------------ziye_total---------------------------------------*/
.about_left{
	float: left;
	width: 200px;
	background-color: #ebebeb;
	margin-top: 10px;
}
.about_right{
	float: left;
	width: 700px;
	margin-left:6px;
	margin-top: 10px;
	display: inline;
}
.about_title{
	background-color: #30a092;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #fefefe;
	font-weight: 800;
	padding-top: 5px;
	padding-left: 5px;
}

/*-----------------------------------------left_menu-----------------------*/
#nav_left {
 width:200px;
 line-height: 14px; 
 list-style-type: none;
 text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#nav_left a {
	width: 196px;
	display: block;
	padding-left:4px;
	background-color: #ebebeb;
	display: block;
	padding-top: 5px;
	line-height: 19px;
	padding-bottom: 5px;
}
#nav_left li {
	background:#ebebeb; /*一级目录的背景色*/
	border-bottom:#FFF 1px solid; /*下面的一条白边*/
	float:left;
/*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承Nav的width,限制宽度，li自动向下延伸*/
}
#nav_left li a:hover{
 background:#ffffff; /*一级目录onMouseOver显示的背景色*/
}
#nav_left li a:active{
 background:#ffffff; /*一级目录onMouseOver显示的背景色*/
}
#nav_left a:link  {
 color:#333333; text-decoration:none;
}
#nav_left a:visited  {
 color:#333333;text-decoration:none;
}
#nav_left a:hover  {
 color:#30a092;text-decoration:none;
}
/*==================二级目录===================*/
#nav_left li ul {
 list-style:none;
 text-align:left;
}
#nav_left li ul li{ 
 background: #990000; /*二级目录的背景色*/
}
#nav_left li ul a{
         padding-left:14px;
         width:186px;
 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav_left li ul a:link  {
 color:#666; text-decoration:none;
}
#nav_left li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav_left li ul a:hover {
 color:#009b88;
 text-decoration:none;
 font-weight:normal;
 background:#f5f2f2;
 /* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#nav_left li:hover ul {
 left: auto;
}
#nav_left li.sfhover ul {
 left: auto;
}
#content_left {
 clear: left; 
}
#nav_left ul.collapsed {
 display: none;
}

#parent_left{
 width:200px;
}

 /*---------------------- index-----------------------------------*/

* html #index_banner{
	height: 300px;
	background-color: #ffffff;
	text-align: center;
} 



#index_bigbox{
	width: 910px;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #FFFFFF;
} 
 
  /*--index_center-*/
.index_leftbox{
	float: left;
	width: 315px;
}
.index_rightbox{
	float: left;
	width: 583px;
	padding-left: 12px;
	height: auto;
}

.index_leftitle{
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-weight: 800;
	color: #000000;
	margin-top: 15px;
}
.index_leftitlec{
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-weight: 800;
	color: #000000;
}
.index_leftitle2{
	width: 315px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-weight: 800;
	color: #000000;
	padding-top: 15px;
}
.index_company1{
	float: left;
	width: 114px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.index_company2{
	float: left;
	width: 201px;
	padding-top: 5px;
	padding-bottom: 2px;
}

.index_contact{
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 22px;
	padding-left: 5px;
}

.index_rightimg{
	width: 91px;
	float: left;
	padding-top: 3px;
}
.index_rightimg2{
	width: 91px;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
}
.index_sb{
	height: 136px;
	width: 195px;
	float: left;
}  
.index_sb ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.index_sb ul li{
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../images/jt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}
.index_sb ul li a:link{	font-size: 11px;}
.index_sb ul li a:visited{	font-size: 11px;}
.index_sb ul li a:hover{	font-size: 11px;}
.index_righttitle2{
	width: 583px;
	line-height: 28px;
	font-weight: 800;
	padding-top: 15px;
	display: inline;
	clear: both;
}

.index_prolist{
	padding-top: 7px;
}
.index_prolist ul{}
.index_prolist ul li{
	line-height: 22px;
	float: left;
	width: 266px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #efefef;
	padding-left: 5px;
}




.about_title2{
	background-color: #ebebeb;
	line-height: 22px;
	padding-left: 10px;
	width:694px;
}
.about_banner{
	margin-bottom: 15px;
	background-image: url(../images/yuh_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.about_rightcenter{
	line-height: 22px;
	padding-left: 10px;
	width:694px;

}

h1{
	clear: both;
	width: 640px;
	font-weight: 800;
	float: left;
}
.title_f{
	clear: both;
	width: 380px;
	font-weight: 800;
	float: left;
}
.about_rigthcenter2{
	float: left;
	width: 265px;
	margin-bottom: 20px;
}
.about_rigthcenter3{
	float: right;
	width: 420px;
	text-align: right;
	padding-right: 5px;
}
          /*---------------------faclies------------------------------------*/
.factilies_bannerbig{
	width:465px;
	float:left;
	height: 176px;
}
.factilies_bannerbig2{
	width:227px;
	float:right;
	margin-left:5px;
	background-color: #f3f3f3;
	border: 1px solid #dadada;
}

.factilies_banner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/yuh_bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
}
.factilies_title{
   	background-color: #ebebeb;
	line-height: 22px;
	padding-left: 10px;
	width:455px;
}
.factilies_title2{
	height:22px;
	font-weight:800;
	color:#ffffff;
	padding-left: 8px;
	padding-top: 16px;
	padding-bottom: 4px;
	background-image: url(../images/faclities_banner2.jpg);
	background-repeat: no-repeat;
}
.factiliepro_list{}
.factiliepro_list ul{}
.factiliepro_list ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 25px;
	padding-left: 3px;
	height:25px;
}
.facilies_rightcenter{
	line-height: 22px;
	width:702px;
	margin-left:2px;

}

.sb_list{
	width: 690px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #dadada;
	border-right-color: #dadada;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dadada;
	border-top-style: solid;
	height: 156px;
}
.sb_list ul{}
.sb_list ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	height: 25px;
	float: left;
	padding-left: 5px;
}

.sb_list2{
	width: 690px;
}
.sb_list2 ul{}
.sb_list2 ul li{
	text-align: center;
	float: left;
	width: 228px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*------------------------------------products----------------------------*/
.pro_list2{
	width: 690px;
}
.pro_list2 ul{}
.pro_list2 ul li{
	text-align: center;
	float: left;
	height: 185px;
	width: 228px;
	padding-top: 10px;
}


/*------------------------------------contact----------------------------*/
.contact_center{
	background-position: right;
	background-color: #ebf0f7;
}
.contact_font{
	line-height:32px;
	width:380px;
	padding-left: 8px;
}
/*---------------------捷新精密塑膠鋼模(東莞)有限公司------------------*/

.fast_f1{
	width:340px;
	float: left;
	margin-left:5px;
}
.menu_linkl{
	width:195px;
	color:#30a092;
	height:30px;
	background-color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.menu_link2{
	width:195px;
	color:#30a092;
	height:15px;
	background-color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.menu_linkl a:link{
	width:200px;
	color:#30a092;
	height:30px;
	font-weight: 800;
	background-color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menu_linkl a:visited{
	width:200px;
	color:#30a092;
	height:30px;
	font-weight: 800;
	background-color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menu_linkl a:hover{
	width:200px;
	color:#30a092;
	height:30px;
	font-weight: 800;
	background-color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
.f_about_banner{
	margin-bottom: 15px;
	background-image: url(../images/fast_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}

.f_factilies_banner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/fast_bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
}
.f_title_right{
	width:250px;
	float: right;
	padding-right: 35px;
	text-align: right;
}
/*--------------------------USA---------------------------------*/

.hx_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/usa_bannerbj.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;}
.hx_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/usa_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
}
/*--------------------------taiwan---------------------------------*/
.ind_sb_list{
	width: 690px;
}
.ind_sb_list ul{}
.ind_sb_list ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	height: 25px;
	float: left;
	padding-left: 5px;
}

.ind_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/ind_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

.ind_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/ind_bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}

/*--------------------------changxin---------------------------------*/
.cx_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/cx_bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.cx_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/cx_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

/*--------------------------hongxiang--------------------------------*/
.usa_banner1{
	margin-bottom: 15px;
	background-image: url(../images/hx_bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.usa_banner2{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/hx_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
}



  /*--------------------------hongxiang--------------------------------*/

.index_sbb{
	width: 195px;
	float: left;
}  
.index_sbb ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.index_sbb ul li{
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	background-image: url(../images/jt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}
.index_sbb ul li a:link{	font-size: 12px;}
.index_sbb ul li a:visited{	font-size: 12px;}
.index_sbb ul li a:hover{	font-size: 12px;}


.index_sbb2{
	width: 185px;
	float: left;
}  
.index_sbb2 ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.index_sbb2 ul li{
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	background-image: url(../images/jt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	list-style-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}
.index_sbb2 ul li a:link{	font-size: 12px;}
.index_sbb2 ul li a:visited{	font-size: 12px;}
.index_sbb2 ul li a:hover{	font-size: 12px;}

/*--------------------------fki dongguang--------------------------------*/
.dgfki_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/dgfki_bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.dgfki_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/dgfki_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

/*--------------------------fki suzhou--------------------------------*/
.wjfki_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/wj_bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.wjfki_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/wj_bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

/*--------------------------xh--------------------------------*/
.xh_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/bannerbj1.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.xh_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/bannerbj1s.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

/*--------------------------tenxi--------------------------------*/
.tenxi_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/bannerbj2.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.tenxi_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/bannerbj2s.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

/*--------------------------p_paper--------------------------------*/
.p_paper_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/bannerbj3.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.p_paper_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/bannerbj3s.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

/*--------------------------paper--------------------------------*/
.paper_aboutbanner{
	margin-bottom: 15px;
	background-image: url(../images/bannerbj4.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 704px;
}
.paper_probanner{
	width:465px;
	padding-bottom:15px;
	background-image: url(../images/bannerbj4s.jpg);
	background-repeat: no-repeat;
	height: 176px;
}


