@charset "GB2312";
/* CSS Document */


*{ margin:0; padding:0;}
a{ text-decoration:none; color:#333333;}
img{ border:none}
ul{
	list-style:none;
}
h2{ font-size:14px;}

.wrap{ width:1000px; margin:0 auto; color:#333333; font-size:12px;}
.clear{ clear:both;}



/*------------header------------*/
.tophead{height:85px; background:#f6f6f6 url(http://bztrgs.com/images/headtop-bg_02.jpg) repeat-x; position:relative;}
.logo{ position:absolute; top:10px; left:20px;}
.tophead .sel{ position:absolute; left:812px; width:188px; height:72px; background:url(http://bztrgs.com/images/tophead_02.jpg) no-repeat;}
.nav{ height:30px; background:url(http://bztrgs.com/images/nav-bg_11.jpg) repeat-x;}
.nav .rig{ width:640px; float:right;}
.nav .rig ul li{ display:inline; height:30px; line-height:30px; margin-left:30px;}
.nav .rig ul li a{ color:#FFFFFF; font-weight:bold;}
.nav .rig ul li a:hover{ text-decoration:underline; color:#FFFFCC;}
.nav .lef{ float:left; width:350px; height:30px; line-height:30px;}
.banner{ height:198px; padding-top:10px; background:#ececec;}
marquee{color:#FFFFCC}



/*------------main------------*/
.more{ width:30px; float:right;}
.more a:hover{ color:#FFFFFF}
.big{ font-size:16px;}
.mbx {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 20px;
	height: 30px;
}
.mbx a {color:#00F;}

.orange{ color:#FF6600}
.left{ width:235px; float:left; background:url(http://bztrgs.com/images/left-bg_17.jpg) repeat-y; padding-top:10px;}
.left .set{ margin-bottom:20px;}
.left .set .h2{ width:219px; height:32px; line-height:32px; background:url(http://bztrgs.com/images/h2bg-lef_17.jpg) no-repeat;}
.left .set .h2 h2{ width:130px; float:left; padding-left:50px;}
.left .set .con{ padding:10px 15px; line-height:200%;}
.left .set .con h3{ font-size:16px;}
.lianxi{ line-height:200%; margin-bottom:10px;}
.con-gywm{ height:91px;background:url(http://bztrgs.com/images/gywm-bg_03.jpg) 15px  no-repeat;}
.con-gywm div{ text-align:center; line-height:38px; width:185px;}

.right{ width:760px; float:right; margin-top:10px;}
.right .set .con{padding:25px 15px; line-height:200%;}
.gsjj{ width:754px; height:280px; float:left}
.gsjj .h2{ width:747px; height:31px; line-height:31px; background:url(http://bztrgs.com/images/h2bg-gsjj_18.jpg) no-repeat;}
.gsjj .h2 h2{ width:500px; color:#FFFFFF; padding-left:30px; float:left;}
.con-gs{ height:200px; }
.con-gs img{ width:200px; height:187px; float:left; border:1px solid #c4c4c4; margin-right:5px;}

.hydt{ width:240px; float:right; height:240px;  background:#f8f8f8; overflow:hidden;}
.hydt .h2{ width:242px; height:32px; line-height:32px; text-align:center; background:url(http://bztrgs.com/images/hydt-h2_17.jpg) no-repeat;}
.hydt .h2 h2{ width:120px; float:left; padding-left:30px; }
.hydt div a:hover{ text-decoration:underline;}


.cp-main2{  width:754px; background:#e7e7e7; padding-left:5px;}
.cp-main2 .h2{ width:747px; height:34px; line-height:34px; background:url(http://bztrgs.com/images/h2bg-cp_37.jpg) no-repeat;}
.cp-main2 .h2 h2{ width:500px; padding-left:30px; float:left}
.cp-main2 .one{
	width:200px;
	height:220px;
	float:left;
	text-align:center;
	overflow:hidden;
	line-height:150%;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


.cp-top{ height:6px; line-height:6px; overflow:hidden; width:759px; background:url(http://bztrgs.com/images/cpbg-top_36.jpg) no-repeat;}
.cp-main{
   
	width:754px;
	background:#e7e7e7;
	padding-left:5px;
}
.cp-main .h2{ width:747px; height:34px; line-height:34px; background:url(http://bztrgs.com/images/h2bg-cp_37.jpg) no-repeat;}
.cp-main .h2 h2{ width:500px; padding-left:30px; float:left}
.cp-main .one{
	width:200px;
	height:250px;
	float:left;
	text-align:center;
	overflow:hidden;
	line-height:150%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.cp-zs{ width:160px; height:170px; border:1px solid #c4c4c4;}

/*------------friend------------*/
.friend{ line-height:130%; margin-bottom:3px; background:#999999; padding:0 10px; padding:5px;}




/*------------footer------------*/
.spa{ margin-left:10px;}
.footer{ height:100px; background:url(http://bztrgs.com/images/footer-bg_46.jpg) repeat-x; text-align:center; padding-top:10px; line-height:170%;}
.fdh{ margin-bottom:10px; width:500px; margin:0 auto;}
.fdh li{ display:inline; padding:0 10px;}







/*------------sidebar------------*/
.left .set ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px; /* Width of Menu Items */
  border-bottom: 1px solid #ccc;
  }
  
.left .set ul li {
  position: relative;
  vertical-align:bottom;
  }
  
.left .set li ul {
  position: absolute;
  left: 179px; /* Set 1px less than menu width */
  top: 0;
  display: none;
  width:300px;
  text-align:center;
  }

/* Styles for Menu Items */
.left .set ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  background: #fff; /* IE6 Bug */
  padding: 5px;
  border: 1px solid #ccc; /* IE6 Bug */
  border-bottom: 0;
  height:24px; line-height:24px; 
  }
.left .set ul li a:hover{
	color:#FF9900
}
  
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.left .set li:hover ul, li.over ul { display: block; } /* The magic */




.show {
	width: 299px;
	background-color: White;
	display: none;
	position: absolute;
	left: 0px;
}
.show ul {
	list-style-type: none;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	line-height: 20px;
}
.show ul li {
	width: 299px;
	height: 35px;
	text-align: center;
    vertical-align:bottom;
}
.button1{
	font-size:12px;
	width: 80px;
	height: 79px;
	background-color: #FFFFFF;
	background-image: url(http://bztrgs.com/images/bu2.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
	border: 0 solid #000000;
	text-align: center;
	padding-top: 3px;
	}
.button2{
	font-size:12px;
	width: 80px;
	height: 79px;
	background-color: #FFFFFF;
	background-image: url(http://bztrgs.com/images/bu3.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
	border: 0 solid #000000;
	text-align: center;
	padding-top: 3px;
	}
.pro_page {
	text-align: center;
	float: left;
	padding-top: 50px;
	width: 750px;
}

/*
     FILE ARCHIVED ON 20:04:04 Mar 22, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:10:53 Sep 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.82
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.023
  esindex: 0.015
  cdx.remote: 12.623
  LoadShardBlock: 901.203 (3)
  PetaboxLoader3.datanode: 168.51 (4)
  load_resource: 237.535
  PetaboxLoader3.resolve: 140.612
*/