@charset "utf-8";
/* CSS Document */


/*侧面二维码一系列*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code2,#code3,#code_hover,#code2_hover,#code3_hover,#gotop{ width:36px; height:48px; background:url(../images/icon.png) no-repeat; position:fixed; right:50px; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-276px -258px; bottom:120px; _margin-bottom:120px;}
#code_hover{ background-position:-316px -258px; bottom:120px; _margin-bottom:120px;}

#code2{ background-position:-276px -206px; bottom:175px; _margin-bottom:120px;}
#code2_hover{ background-position:-316px -206px; bottom:175px; _margin-bottom:120px;}

#code3{ background-position:-276px -154px; bottom:231px; _margin-bottom:120px;}
#code3_hover{ background-position:-316px -154px; bottom:231px; _margin-bottom:120px;}

#gotop{ background-position:-276px -310px; bottom:67px; _margin-bottom:67px;} 

#code_img{ width:270px; height:355px; background:url(../images/icon.png) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}
#code2_img{ width:270px; height:355px; background:url(../images/icon2.png) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}
#code3_img{ width:270px; height:355px; background:url(../images/icon3.png) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}




/*顶部*/
.top{ height:70px; background:#a53744; }
.top_nr{ width:1040px; margin:0 auto;}
.banner{ background: url(../images/banner.jpg) center no-repeat; height:500px;}


/*导航*/
.menu{ position:relative; z-index:9999; background:#191919; font-size:2em;}
.nav { width:100%; height: 60px; background:#a63745; text-align:center;  border-bottom:1px #d76e7a solid; }
.nav li { float: left; width:14%;}
.nav a { float: left; height: 60px; margin-left:50px; line-height: 60px; color: #fff; text-decoration: none; font-size:60%; text-align:center; }
.nav a:hover{ color:#fdda59;}


/*主体开始*/
.bg_blue{ background:#1f2c58;}
.bg_red{ background:#a53744;}
.center{ width:1000px; margin:0 auto; line-height:32px; color:#e1dbb0; font-size:18px; letter-spacing:1px;}
.fontcolor_h{ color:#fdda59;}
.fontsize_45{ font-size:45px;}

.list01 li{ background: url(../images/icon_list01.jpg) left center no-repeat; text-indent:20px; line-height:35px; text-align:left;}

.pic_line1{ background:url(../images/pic_line1.jpg) center no-repeat; height:500px;}
.pic_line2{ background:url(../images/pic_line2.jpg) center no-repeat; height:500px;}
.pic_line3{ background:url(../images/pic_line3.jpg) center no-repeat; height:500px;}

.line{ border-bottom:1px #6c7699 solid;}

#header{width:100%;margin:0 auto;background:#3da991;clear:both;height:550px; overflow:hidden;}
#header .bd{width:1000px;margin:0 auto;position:relative;}
#header .btns{position:absolute;top:0;background:#a53744;opacity:0.8;filter:alpha(opacity=80);height:550px;overflow:hidden;cursor:pointer;z-index:100;}
#header .btns:hover span{display:inline-block;}
#header .lbtn{right:1000px;width:100%;text-align:right;}
#header .rbtn{left:1000px;width:100%;text-align:left;}
#header .btns span{background:url(../images/icons_arrow.png) no-repeat 0 0;width:37px;height:68px;display:none;margin-top:250px;margin-right:10px;margin-left:10px;}
#header .rbtn span{background-position:right top;}
.scroll{ width:1000px;height:550px;position:relative;}
.scroll ul{position:absolute;top:0;left:0;width:3000%;}
.scroll ul li{float:left;display:inline;width:1000px;height:550px;}
.scroll ul li a{display:block;width:1000px;height:550px;}

.table01{ font-size:16px;}

.table01 tr td{ line-height:28px; padding:5px 5px; color:#1f2c58;}
.table01 tr td b{ font-size:25px; color:#fff;}

/*主体结束*/