@charset "utf-8";
/* CSS Document */


/* 公共样式 */

*{margin:0;padding:0;font-size:12px;color:#000;line-height:1.5em;list-style:none;border-collapse:collapse;font-family:"微软雅黑";}

a img {border:0;}

a {outline:none;text-decoration:none;}

/* 清除浮动 */
.clearfix:before,
.clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}

/* css3过渡动画效果 */

.trans{
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}

#header,#content,#footer{width:100%;margin:0 auto;}

#top,#main,#bottom{width:1200px;margin:0 auto;}


/* 头部 */

#header{height:126px;border-bottom:5px #000000 solid;}

#top{position:relative;height:126px;}

.logo{display:block;width:311px;height:54px;float:left;background:url(../../images/logo07.png) no-repeat;margin-top:50px;}


/* 头部按钮 */

.top_button{position:absolute;right:0px;top:6px;}

.top_button li{float:left;width:80px;height:34px;margin-left:6px;}

.top_button li a{display:block;text-align:center;font-size:14px;color:#ffffff;background:#9c9c9c;line-height:34px;}

.top_button .first{background:#f3a600;position:relative;}

.top_button .first span{font-size:14px;color:#ffffff;}

.top_button .first i{display:inline-block;width:10px;height:6px;background:url(../images/down_bg_03.png) no-repeat;margin-lefT:5px;}

.language{position:absolute;z-index:99;display:none;}

.language li{margin:0;}

.language li a:hover{background:#f3a600;}


/* 头部导航 */

.nav{margin-left:30px;position:absolute;right:0px;bottom:0px;height:68px;z-index:9;}

.nav > li{float:left;}

.nav > li > a{display:block;padding:0 16px;height:68px;}

.nav > li > a b,.nav > li  > a span{display:block;text-align:center;}

.nav > li > a span {font-size:16px;color:#333333;padding-top:14px;}

.nav > li > a b {font-size:14px;color:#919191;font-family:Arial, Helvetica, sans-serif;font-weight:normal;}

.nav > .first > a{background:#f3a600;}

.nav .first b,.nav .first span{color:#ffff;}

.nav > li > a:hover{background:#f3a600;}

.nav > li > a:hover b,.nav > li > a:hover span{color:#ffffff;}


/* 头部导航 */


#footer{height:270px;background:#202020;}

#bottom{padding:60px 0;}

.logo_bottom{border-right:1px #666666 solid;display:block;padding-right:24px;float:left;height:150px;}

.logo_bottom img{display:block;width:230px;height:60px;padding-top:40px;}

.text_bototm{float:left;margin:0 24px;}

.text_bototm span{font-size:14px;color:#d9d9d9;line-height:30px;display:block;}

.code_bottom{float:right;padding-top:14px;}

.code_bottom span,.code_bottom i{display:block;float:left;}

.code_bottom span{width:74px;height:90px;background:url(../images/bottom_icon_22.png) no-repeat;margin-top:18px;}

.code_bottom i{width:122px;height:122px;background:url(../images/code_19.jpg) no-repeat;margin-left:16px;}
















