
IMG {
PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px;border:0
}

IMG {
BORDER-BOTTOM: #979797 1px solid; BORDER-LEFT: #979797 1px solid; BORDER-TOP: #979797 1px solid; BORDER-RIGHT: #979797 1px solid;border:0
}


@media Unknown    
{
BODY {
-webkit-text-size-adjust: none
}
    }
.scrollingimg {
POSITION: relative; WIDTH: 315px; ;
}
.imgview {
WIDTH: 310x; HEIGHT: 256px; CLEAR: both
}
.imgnav {
POSITION: absolute; TEXT-ALIGN: center; WIDTH: 200px; BOTTOM: 30px; HEIGHT: 20px; OVERFLOW: hidden; RIGHT: 5px
}
.imgtitle {
TEXT-ALIGN: center; PADDING-BOTTOM: 0px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; HEIGHT: 27px; OVERFLOW: hidden; PADDING-TOP: 0px; margin-top:5px;
}
.imgview A {
FONT-SIZE: 0px; TEXT-DECORATION: none;
}
.imgview IMG {
WIDTH: 310px; HEIGHT: 256px;
}
.imgnav A.navbtn {
FILTER: alpha(opacity=50); WIDTH: 20px; DISPLAY: block; FONT: bold 12px/20px normal; FLOAT: right; HEIGHT: 20px; COLOR: #000; CURSOR: pointer; TEXT-DECORATION: none; opacity: 0.5
}
.imgnav A.navbtn:link {
BACKGROUND: #000; COLOR: #fff
}
.imgnav A.navbtn:visited {
BACKGROUND: #000; COLOR: #fff
}
.imgnav A.navbtn:hover {
BACKGROUND: #ff0; COLOR: #000
}
.imgnav A.navbtn:active {
BACKGROUND: #bbb; COLOR: #000
}
.imgnav A.curbtn:link {
BACKGROUND: #ebebeb; COLOR: #000; FONT-WEIGHT: bold
}
.imgnav A.curbtn:visited {
BACKGROUND: #ebebeb; COLOR: #000; FONT-WEIGHT: bold
}
.imgtitle A {
FONT: bold 14px/24px normal
}
.imgtitle A:link {
COLOR: #000; TEXT-DECORATION: none
}
.imgtitle A:visited {
COLOR: #000; TEXT-DECORATION: none
}
.imgtitle A:hover {
TEXT-DECORATION: underline
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
-->
/* common styling */ 
/* set up the overall width of the menu div, the font and the margins */ 
.menu { 
font-family: arial, sans-serif; 
width:1136px; 
margin:0 auto; 
height:54px;
} 
/* remove the bullets and set the margin and padding to zero for the unordered list */ 
.menu ul { 
padding:0; 
margin:0; 
list-style-type: none; 
z-index: 1000;
} 
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */ 
.menu ul li { 
float:left; 
position:relative; 
width: 135.7px;
} 
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */ 
.menu ul li a, .menu ul li a:visited { 
display:block; 
text-align:center; 
text-decoration:none; 
width:134px; 
height:34px; 
color:white;
line-height:34px; 
font-size: 17px;
font-family: "微软雅黑",Arial,"Microsoft YaHei","宋体";
margin-top: 10px;
} 

/* make the dropdown ul invisible */ 
.menu ul li ul { 
display: none; 
} 
/* specific to non IE browsers */ 
/* set the background and foreground color of the main menu li on hover */ 
.menu ul li:hover a { 
color:##ffffff; 
background:#FC5E00; 
border-radius: 5px;
} 
/* make the sub menu ul visible and position it beneath the main menu list item */ 
.menu ul li:hover ul { 
display:block; 
position:fixed; 
top:285px; 
width:1136px;
height: 40px;
margin-left:auto;
margin-right:auto;
font-weight: 100;
} 
/* style the background and foreground color of the submenu links */ 
.menu ul li:hover ul li{
	display:block; 
	background: none;
}
.menu ul li:hover ul li a { 
display:block; 
color:#000; 
font-weight: 100;
margin-top: 20px;
background: none;

} 
/* style the background and forground colors of the links on hover */ 
.menu ul li:hover ul li a:hover { 
color:#1B2040; 
font-weight: 100;

} 
#nav {display:block; top:3px; right:3px; position:fixed;z-index:10;display:none;}
* html #nav {position:absolute; right:18px}
.submenu{
	width: 1136px;
	position: absolute;
	margin-top: 35px;
	color: #000000;
}
.submenu ul li{
	margin-top: 15px !important;
	width: auto !important;
	margin-left: 30px;
}
.submenu ul li:hover { 
	color:##ffffff !important; 
	background:#FC5E00 !important; 
	border-radius: 5px !important;
	height: 30px !important;
	margin-top: 25px !important;
} 
.submenu ul li a, .submenu ul li a:visited {
	color: #000000 !important;
	width: auto !important;
	background: none !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	font-size: 14px !important;
	font-family: "微软雅黑",Arial,"Microsoft YaHei","宋体" !important;
}
.submenu ul li:hover a { 
	margin-top: 0px !important;
	color: #FFFFFF !important;
}
@-webkit-keyframes fadeInOut {
    0% {
        opacity:1;
     }
    25% {
        opacity:0;
    }
    50% {
        opacity: 0;    
    }
    75% {
        opacity:1;
    }
}
.anim_fade_image {
    position:absolute;    
    -webkit-animation-name: fadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-direction: alternate;
}