@charset "utf-8";
/*测试*/
body {
	/*background-image: url(/images/normal.gif);*/
	background-color:#f7faff;
}

/* 大小logo切换*/
.t_logo_b{
 display:inherit;
 margin-left: 20px;
 margin-top: 20px;
 margin-bottom: 20px;  
}
.t_logo_s{
  display:none;
}
.t_head_3{
   margin-top: 10px;
}
/*行代码*/
.myrow {
     margin-left:auto;
	 *zoom: 1;
}
.ht328{
  height: 328px;
}
.cameraContent{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.myrow:before,
.myrow:after {
  display: table;
  line-height: 0;
  content: "";
}

.myrow:after {
  clear: both;
}
[class*="span"] {
  float: left; /*与row配合形成行*/
  min-height: 1px;
 /* border: 1px dashed #666666;*/
}
.span12 {
  width: 100%;
}

.span11 {
 width: 91.66666667%;
}

.span10 {
   width: 83.33333333%;
}

.span9 {
  width: 75%;
}

.span8 {
   width: 66.66666667%;
}

.span7 {
   width: 58.33333333%;
}

.span6 {
  width: 50%;
}

.span5 {
   width: 41.66666667%;
}

.span4 {
   width: 33.33333333%;
}

.span3 {
   width: 25%;
}

.span2 {
  width: 16.66666667%;
}

.span1 {
  width: 8.33333333%;
}

.bodywidth{
   width:1080px;
  
}
.menu_li_menu{
  width: 1080px;
 /* display:inline;*/
  text-align:center;
  background:url(/images/nav.jpg) repeat-x;
  height:52px;
}
.nav > li > a {
     display: inline-table; 
	
}

.menu_li_menu > li > a {
   display:inline-table !important;
   text-align:center;
   font-family: 微软雅黑;
   font-size: 18px;
   /*font-weight: bold;*/
   color:#fff;
   /* height: 66px;   */
   line-height: 52px; 
   vertical-align: middle;
   margin-top:auto;
   /*   padding-top: 25px; */
   padding-left:20px;
   padding-right: 20px;
}
.menu_li_menu > li > a:hover{
 background:url(/images/nav2.jpg) center no-repeat;
 
 }
[class*="item-"] { 
  display:inline;
  text-align:center;
}
.menuhight{
	height:53px;
}
/*菜单*/
nav a#pull {
	display: none;
}
@media (min-width: 1200px){

}
@media (min-width: 980px) and (max-width: 1200px){
}
@media (min-width: 980px){}
@media (max-width: 979px){
}
@media (min-width: 768px) and (max-width: 979px){
nav ul {
		 display:  block; /**/		
	}
}
@media (max-width: 767px){
body {
 /*	background-image: url(/images/767.gif); */
   }
/* 大小logo切换*/
.t_logo_b{
	 display:none;
}
.t_logo_s{
 display:inherit;
 padding: 5px;
}
  .bodywidth{ 
    width:auto;
    /* border: 1px dashed #FF0066;*/
  }
  /*改变菜单*/

   .menu_li_menu{
     width:auto;
    /* display:inline;*/
     text-align:center;
     background:url(/images/bg.jpg) repeat-x; /*小背景色*/
     height:auto;
	   margin:0px 0 0 0;
	   padding-top:12px; /*使首页位于MenU下方*/
   }
  .menu_li_menu > li > a {
   display:block; !important;
   text-align:center;
   font-family: 微软雅黑;
   font-size: 14px;
   font-weight: bold;
   color:#333333;
   /* height: 66px;   */
   line-height: 20px; 
   vertical-align: middle;
   margin-top:auto;
  /*  padding-top: 25px;  */
   padding-left:0px;
   padding-right: 20px;
}
[class*="item-"] { 
  display:inline;
  text-align:center;
  background-color:#3CA9EE;
}
.menu_li_menu > li > a:hover{
 background:url(/images/nav3.jpg) center no-repeat;
 
 }
  /*显示菜单*/
  nav { 
  		height: auto;
  		float:none;  
		border-bottom: 0;		
	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width:100%;
  		position: relative;
  		float: none;
  		font-size: 0.9em
  	}
  	nav li a {
	margin: 0px;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
	  /*显示菜单*/
    
	nav ul {
		 display: none; /**/
		height: auto;
		margin:0 0 0 0;
		background: #FF5A5F;
	}
    nav a#pull {
		display: inline-block;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		/* top: 0px; */
		right: 0px;
 		background: #0087c7;/**/
		padding: 10px 10px 10px 10px;
		
	}
/*	nav a#pull:after {
		content:"";
		background: url('/images/nav-icon.png') no-repeat; 
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}*/
   /*使图标显示不靠边*/	
   nav a#pull img{
		margin-right:2%;
	}
	
	
	.top-nav ul li a {
		color: #fff;
		padding: 6px 6px 6px 6px;
		font-size:1.2em;
		text-align: center;
    background-color:#0087c7;
	}
	.top-nav ul li {
	  display: block;
	  margin-right:0px;
	}
	nav a#pull h6{
		font-size:1.5em;		
		font-weight: 600;
		position: absolute;
		left: 16px;
		top: 3px;
		color: #fff;
	}
	.top-nav ul li.active a {
	background:none;
	height: 22px;
	display: inline-block;
	color:#ff9900;
	}
	.top-nav ul li a:hover,.top-nav ul li.active{
		color:#ff9900;	
	}
}
@media only screen and (max-width : 767px) {
 body {
	/*background-image: url(/images/O767.gif);*/
   }
    /* .top-nav{	
	position: relative;
   } */
 
}
@media (max-width: 480px){
body {
 /*	background-image: url(/images/480.gif); */
   }
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
/*全都有*/
}
@media (min-width: 481px) and (max-width: 767px){

}
@media(max-width:320px) {
body {
 /*	background-image: url(/images/320.gif); */
   }
}
@media print{

}

/*
     FILE ARCHIVED ON 18:56:18 Jun 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:07:43 Aug 11, 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.728
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.036
  esindex: 0.012
  cdx.remote: 830.596
  LoadShardBlock: 53.006 (3)
  PetaboxLoader3.datanode: 61.553 (4)
  load_resource: 383.668
  PetaboxLoader3.resolve: 369.893
*/
