﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
audio,canvas,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html, body{
	font: 12px/22px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
html {
    color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,a:hover {
    outline: 0;
}



li { 
    list-style: none;
    float: left;
}

ul,ol{
    list-style: none;
}
ul:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
i, em{
    font-style: normal;
}
/*清除浮动*/
.clear {
    clear: both;
}

body, html {
  position: relative;
  background-color:#000;
}

#menu_box{
	width:100%;
	top:105px;
	left:0;
	z-index:999;
	position:absolute;
}

.nav {
  width: 1120px;
  height: 45px;
  padding-bottom:5px;
  position: relative;
  margin:0 auto;
}
.nav ul {
  width: 100%;
}
.nav li {
  width: 139px;
  border-left: 1px solid #d6d6d6;
  text-align: center;
  font-size: 14px;
  position: relative;
  height: 45px;
  line-height: 45px;
}
.nav li:first-child {
  border-left: 0;
}
.nav li a {
  color: #626262;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s ease 0s;
          transition: 0.4s ease 0s;
  height: 45px;
}

.nav li:hover a.tit {
  background-color: #0c4da2;
  color: #fff;
  font-weight: bold;
}
.nav li p a {
  height: 38px;
}

.nav li.hover a.tit {
  background-color: #0c4da2;
  color: #fff;
  font-weight: bold;
}

.nav .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  z-index:999999;
}
.nav .sub-box .topbg {
  width: 100%;
  background-color: #e4e4e4;
}
.nav .sub-box p {
  padding: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
}
.nav .sub-box p a {
  color: #444;
  display: block;
  line-height: 34px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.nav .sub-box p a:hover {
  background-color: #0181cc;
  color: #fff;
}
.nav .sub-box .botbg {
  width: 100%;
  display: block;
  height: 12px;
  background: url("../images/bg_88.png") no-repeat center;
}


.panel{
	padding-top:120px;
}
#subNav{
	width:100%;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.fixedSubNav{position:fixed;top:0;left:0;z-index:999999}



.top_bg{
	width:100%;
	height:105px;
	text-align:center;
	background-image:url(../images/top_bg.gif);
	background-position: left top;
	background-repeat:repeat-x;
	padding-bottom:45px;
}
.top_bg1{
	width:1120px;
	margin:0px auto;
}
.logo{
	width:auto;
	float:left;
	padding-top:27px;
}
.top{
	width:auto;
	float:right;
	padding-top:42px;
	line-height:26px;
}
.top a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#666666;
} 
.top a img{
	vertical-align:middle;
}
.top_01{
	width:164px;
	height:26px;
	background-image:url(../images/top_12.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	padding-left:10px;
	line-height:26px;
	font-size:12px;
	color:#666666;
	vertical-align:middle;
}

.top_02{
	width:26px;
	height:26px;
	margin-left:-5px;
	line-height:26px;
	font-size:12px;
	color:#666666;
	vertical-align:middle;
}
#banner{
	width:100%;
	margin: 0 auto; 
	height:570px; 
	position:relative; 
	float:none;
}
#slides{
	display:block; 
	width:100%; 
	height:570px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	position:relative;
}
#slides li{
	display:block; 
	width:100%; 
	height:100%; 
	list-style:none; 
	padding:0; 
	margin:0; 
	position:absolute;
}
#slides li a{
	display:block; 
	width:100%; 
	height:100%; 
	text-indent:-9999px
}
#pagination{
	display:block; 
	list-style:none; 
	position:absolute; 
	left:26%; 
	top:520px; 
	z-index:999;  
	padding:5px 15px 5px 0; 
	margin:0;
}
#pagination li{
	display:block; 
	list-style:none; 
	width:10px; 
	height:10px; 
	float:left; 
	margin-left:10px; 
	border-radius:5px; 
	background:#fff;
}
#pagination li a{
	display:block; 
	width:100%; 
	height:100%; 
	padding:0; 
	margin:0;  
	text-indent:-9999px;
}
#pagination li.current{
	background:#0c4da2;
}

.neiye_main{
	text-align:center;
}
.index_main{
	width:100%;
	background-image:url(../images/guanyu_1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:400px;
}
.index_main1{
	width:1120px;
	margin:0px auto;
	padding-top:63px;
}
.guanyu{
	width:430px;
	float:left;
	padding-left:25px;
}
.guanyu_1{
	height:37px;
	background-image:url(../images/guanyu_13.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.guanyu_1_left{
	width:auto;
	float:left;
	font-family:"微软雅黑","宋体";
	font-size:18px;
	color:#5e5e5e;
}
.guanyu_1_left img{
	vertical-align:middle;
	padding-left:8px;
}
.guanyu_1_right{
	width:auto;
	float:right;
}
.guanyu_1_right a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#5e5e5e;
}
.guanyu_1_right a img{
	vertical-align:middle;
	padding-left:8px;
}
.guanyu_2{
	width:100%;
}
.guanyu_2 ul li{
	padding-top:20px;
	padding-bottom:20px;
}
.guanyu_2 ul .guanyu_2_01{
	border-bottom:#dcddde 1px dashed;
}
.guanyu_2_img{
	width:115px;
	float:left;
}
.guanyu_2_img img{
	border:#cccccc 1px solid;
}
.guanyu_2_tt{
	width:304px;
	float:left;
	padding-top:8px;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#666666;
}
.guanyu_2_tt h2{
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#444444;
	padding-bottom:6px;
}
.jishuzhichi{
	width:602px;
	float:right;
	padding-right:24px;
}
.jishuzhichi_1{
	height:37px;
	background-image: url(../images/guanyu_16.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.jishuzhichi_2{
	padding-top:15px;
}
.jishuzhichi_2 ul{
	width:632px;
}
.jishuzhichi_2 ul li{
	float:left;
	padding-right:10px;
}
.jishuzhichi_2_011{
	width:218px;
	height:118px;
	border:#cccccc 1px solid;
}
.jishuzhichi_2_021{
	width:220px;
	padding-top:10px;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#444444;
}
.jishuzhichi_2_031{
	width:214px;
	padding-top:7px;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#444444;
	padding-left:6px;
}
.jishuzhichi_2_01{
	width:178px;
	height:118px;
	border:#cccccc 1px solid;
}
.jishuzhichi_2_02{
	width:180px;
	padding-top:10px;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#444444;
}
.jishuzhichi_2_03{
	width:174px;
	padding-top:7px;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#444444;
	padding-left:6px;
}


.index_00{
	width:100%;
	height:160px;
	background-color:#0c4da2;
	background-image:url(../images/index_00_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.index_001{
	width:1120px;
	margin:0px auto;
	padding-top:20px;
}
.zixun_1{
	width:133px;
	float:left;
	padding-top:27px;
	font-family:"微软雅黑","宋体";
	font-size:22px;
	color:#ffffff;
	line-height:30px;
}
.zixun_1 span{
	font-family:"微软雅黑","宋体";
	font-size:19px;
	color:#ffffff;
	text-transform:uppercase;
}
.zixun_1 img{
	vertical-align:middle;
	padding-left:8px;
}
.zixun_2{
	width:570px;
	float:left;
	padding-top:27px;
}
.zixun_2 ul li{
	float:left;
	width:250px;
	padding-left:35px;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#ffffff;
}
.zixun_2 ul li a{
	color:#ffffff;
}
.zixun_3{
	width:auto;
	float:right;
	font-size:0;
	line-height:0;
}
.zixun_3 img{
	padding-left:20px;
}


.index_02{
	width:100%;
	height:400px;
	text-align:center;
	background-color:#0c4da2;
	background-image:url(../images/02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.zy_four{
	overflow:hidden;
	text-align:center;
}
#et-slider-wrapper {
	width:100%;
	position: relative; 
	background:#0c4da2; 
	overflow:hidden; 
	height:400px;
}
.slider {
	width:100%;
	overflow:hidden; 
	position:relative;
	background:#0c4da2;
}
.slider li {
	list-style:none; 
	display:inline; 
	width:100% 
}
.slider2 li {
	float:left; 
	position:relative 
}
.slide_right{
	width:30%; 
	float:left; 
	overflow:hidden; 
	text-align:left; 
	padding:60px 0 0 60px;
}
.slide_right h2{
	background:url(images/lan_h.jpg) no-repeat left bottom; 
	font-size:27px; 
	color:#ffffff; 
	padding-bottom:10px; 
	margin-bottom:10px;
	font-weight:normal;
}
.slide_right p{
	font-size:13px; 
	color:#9eb8da; 
	line-height:26px;
	min-height:125px;
}
.slide_right h3{
	border:1px solid #5583be; 
	width:155px; 
	height:36px; 
	line-height:36px; 
	vertical-align:middle; 
	text-align:center; 
	font-size:14px; 
	color:#fff; 
	text-transform:uppercase; 
	margin-top:80px;
	-webkit-transition: all 0.5s ease-in-out;
}
.slide_right h3:hover{
	background:#05aec7; 
	color:#fff;
}
.slide_right h3 em{
	font-family:SimSun-ExtB; 
	font-size:16px; 
	padding-left:5px; 
	font-weight:bold;
}
.et-arrow-prev,.et-arrow-next{
	display:none;
}
#et-slider-controls {
	position: absolute; 
	bottom:110px; 
	left:62%; 
	z-index:111; 
	line-height:0px; 
}
#et-slider-controls .et-controllers a {
	display: block; 
	width: 25px; 
	height:3px; 
	background:#6d94c7;
	text-indent: -9999px; 
	margin-left:8px; 
	line-height:0px; 
	font-size:2px; 
	float:left;
}
#et-slider-controls .et-controllers a.et-active-control {
	background:#fff;
}
.et-controllers a.et-active-control:hover {
	cursor: default; 
}
.slide_left{
	width:58%; 
	overflow:hidden; 
	float:left;
}
.slide_left img{
	height:100%;
}


.index_08{
	height:410px;
	background-image:url(../images/shichanglingyu_1.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
.index_088{
	width:1120px;
	margin:0px auto;
	padding-top:40px;
}
.shichanglingyu{
	width:480px;
	float:left;
	border-bottom:#cccccc 2px solid;
	background-color:#ffffff;
	padding-bottom:30px;
}
.shichanglingyu_1{
	height:50px;
	background-color:#0c4da2;
}
.shichanglingyu_1_left{
	width:auto;
	float:left;
	padding-left:25px;
	line-height:50px;
	font-family:"微软雅黑","宋体";
	font-size:18px;
	color:#ffffff;
}
.shichanglingyu_1_right{
	width:auto;
	float:right;
	padding-right:20px;
	line-height:50px;
}
.shichanglingyu_1_right a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#ffffff;
}
.shichanglingyu_1_right a img{
	vertical-align:middle;
	padding-left:8px;
}
.shichanglingyu_2{
	padding-left:25px;
}
.shichanglingyu_2 ul li{
	padding-top:20px;
}
.shichanglingyu_2_img{
	width:138px;
	float:left;
}
.shichanglingyu_2_img img{
	border:#cccccc 1px solid;
}
.shichanglingyu_2_tt{
	width:275px;
	float:left;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#444444;
	line-height:22px;
}
.shichanglingyu_2_tt h2{
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#0c4da2;
	font-weight:normal;
	line-height:29px;
}
.kehufuwu{
	width:300px;height:290px;overflow:hidden;
	float:left;
	margin-left:20px;
	border-bottom:#cccccc 2px solid;
	background-color:#ffffff;
	padding-bottom:30px;
}
.kehufuwu_1{
	padding-top:20px;
	text-align:center;
}
.kehufuwu_2{
	padding-top:12px;
	width:250px;
	margin:0px auto;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#444444;
	line-height:22px;
}
.shehuizeren_2{
	padding-top:12px;
	width:250px;
	margin:0px auto;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#444444;
	line-height:22px;
}

.index_04{
	width:100%;
	height:300px;
	text-align:center;
	background-image:url(../images/index_04_bg.jpg);
	background-position: left top;
	background-repeat:repeat-x;
}
.chengyuanqiye{
	width:1120px;
	margin:0px auto;
	padding-top:32px;
}
.chengyuanqiye_1{
	height:35px;
}
.chengyuanqiye_1_left{
	width:auto;
	float:left;
	padding-left:11px;
	font-family:"微软雅黑","宋体";
	font-size:18px;
	color:#194199;
}
.chengyuanqiye_1_right{
	width:auto;
	float:right;
}
.chengyuanqiye_1_right a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#333333;
}
.chengyuanqiye_1_right a img{
	vertical-align:middle;
	padding-left:8px;
}
.chengyuanqiye_2{
	width:1116px;
	border-top:#e1e1e1 1px solid;
	border-left:#e1e1e1 1px solid;
}
.chengyuanqiye_2 ul li{
	float:left;
}
.chengyuanqiye_2 ul li a{
	padding-left:17px;
	padding-right:16px;
	height:33px;
	display:block;
	border-bottom:#e1e1e1 1px solid;
	border-right:#e1e1e1 1px solid;
	text-align:center;
	line-height:33px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#333333;
}
.chengyuanqiye_3{
	padding-top:16px;
}
.chengyuanqiye_3 ul li{
	float:left;
	padding-right:2px;
}

.chengyuanqiye_3 ul li img{
	width:146px;
	height:146px;
	margin-right:15px;
}

#footer{
	width:100%;
	height:310px;
	background-image:url(../images/btm_bg.gif);
	background-position: left top;
	background-repeat:repeat-x;
}
#foot1{
	width:1120px;
	margin:0px auto;
	padding-top:49px;
}
.foot_up{
	height:211px;
}
.foot_up_1{
	width:339px;
	float:left;
	padding-left:41px;
	background-image:url(../images/foot_1.jpg);
	background-position:left 50px;
	background-repeat:no-repeat;
}
.foot_up_1_01{
	height:44px;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#ffffff;
}
.foot_up_1_02{
	width:100%;
}
.foot_up_1_02 ul li{
	float:left;
	width:167px;
	padding-bottom:17px;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#ffffff;
}
.foot_up_1_02 ul li a{ color:#fff;}
.foot_up_1_02 ul li img{
	vertical-align:middle;
	padding-right:7px;
}
.foot_up_2{
	width:280px;
	float:left;
	padding-left:40px;
	background-image:url(../images/foot_1.jpg);
	background-position:left 50px;
	background-repeat:no-repeat;
}
.foot_up_2_02{
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#ffffff;
	line-height:30px;
}
.foot_up_2_02 a{
	color:#ffffff;
}
.foot_up_3{
	width:382px;
	float:right;
	padding-left:38px;
	background-image:url(../images/foot_1.jpg);
	background-position:left 50px;
	background-repeat:no-repeat;
}
.foot_up_3_01{
	height:41px;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#ffffff;
}
.foot_up_3_02{
	width:100%;
}
.foot_up_3_02_left{
	width:173px;
	float:left;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#b5e1ff;
}
.foot_up_3_02_right{
	width:170px;
	float:right;
}
.foot_down{
	height:50px;
}
.foot_down_left{
	width:auto;
	float:left;
	line-height:50px;
	color:#ffffff;
}
.foot_down_left a{
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
}
.foot_down_right{
	width:auto;
	float:right;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#ffffff;
	line-height:50px;
}
.foot_down_right a{
	color:#ffffff;
}
.foot_down_right a:hover{
	color:#ffff00;
}






.about_banner01{
	width:100%;
	height:240px;
	background-image:url(../images/about_banner01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.about_banner02{
	width:100%;
	height:240px;
	background-image:url(../images/about_banner02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.about_banner03{
	width:100%;
	height:240px;
	background-image:url(../images/about_banner03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.about_banner04{
	width:100%;
	height:240px;
	background-image:url(../images/about_banner04.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.about_banner05{
	width:100%;
	height:240px;
	background-image:url(../images/about_banner05.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.about_banner06{
	width:100%;
	height:240px;
	background-image:url(../images/about_banner06.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.about_banner07{
	width:100%;
	height:240px;
	background-image:url(../images/about_banner07.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.banner_z{
	width:100%;
	height:240px;
	text-align:center;
	background-image:url(../images/banner_z_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}


.about_main_top{
	width:1200px;
	margin:0 auto;
	height:80px;
	padding:40px 0px 0 45px;
	background-image:url(../images/about_main_bg1.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.about_main{
	width:1200px;
	margin:0 auto;
	background-image:url(../images/about_main_bg2.gif);
	background-position: center top;
	background-repeat: repeat-y;

}

.left_list{
	width: auto;
	float: left;
}
.left_list ul li{
	float: left;
}
.left_list ul li a{
	width: auto;
	height:49px;
	padding:0 20px;
	margin-right:2px;
	color:#333;
	line-height:49px;
	display: block;
	font-family:"微软雅黑", "宋体", Arial;
	font-size:15px;
}
.left_list ul li a:hover{
	color:#0c4da2;
	text-decoration: none;
	border-bottom:solid 3px #0c4da2;	
}

.left_list ul li a.a01{
	width: auto;
	height:49px;
	padding:0 20px;
	margin-right:2px;
	color:#333;
	line-height:49px;
	display: block;
	border-bottom:solid 3px #0c4da2;	
}
.about_home{
	width: 100px;
	float: right;
	padding-top:6px;padding-right:70px;
}

.about_home a{
	width:98px;
	height:28px;
	display:block;
	background-color:#fff;
	border:solid 1px #ccc;
	text-align:center;
	line-height:28px;
	color:#444;
}
.about_home a:hover{
	width:98px;
	height:28px;
	display:block;
	background-color:#0c4da2;
	color:#fff;
}





/*分公司-有色金属*/
.fengongsiname{
	width:auto;
	float:left;
	margin-left:18px;
	background-image:url(../images/fengongsi_1.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	height:72px;
	line-height:72px;
	font-family:"微软雅黑","宋体";
	font-size:18px;
	color:#818181;
}






















