/*header 头部*/
.header{width: 100%; position:relative; z-index: 1; background-color: #fff;}
.header .header_top_line{background-color: #eceef1;width: 100%; height: 7px;}
.header .header_main{width: 1000px;height: 120px; margin: 0 auto;}
.header .header_main .tel{ font-family: "宋体"; font-size: 0.875em; margin-right: 5px; }
.header .header_main .tel span{ display: block; text-align: center; line-height: 35px; padding-top:22px;}

.header_nav{ margin:40px 0 0 30px; }
.header_nav .icon_home{ background: url("../images/icons_index_home.png") no-repeat -7px -6px; width:32px; height: 32px; margin: 0 auto; margin-bottom: 5px;}
.header_nav .icon_function{ background: url("../images/icons_index_home.png") no-repeat -136px -6px; width:32px; height: 32px; margin: 0 auto;  margin-bottom: 5px;}
.header_nav .icon_channel{ background: url("../images/icons_index_home.png") no-repeat -262px -6px; width:32px; height: 32px; margin: 0 auto; margin-bottom: 5px;}
.header_nav .icon_about{ background: url("../images/icons_index_home.png") no-repeat -394px -6px; width:32px; height: 32px; margin: 0 auto;  margin-bottom: 5px;}
.header_nav .on .icon_home{ background: url("../images/icons_index_home.png") no-repeat -7px -67px; width:32px; height: 32px; margin: 0 auto;  margin-bottom: 5px;}
.header_nav .on .icon_function{ background: url("../images/icons_index_home.png") no-repeat -136px -67px; width:32px; height: 32px; margin: 0 auto; margin-bottom: 5px;}
.header_nav .on .icon_channel{ background: url("../images/icons_index_home.png") no-repeat -262px -67px; width:32px; height: 32px; margin: 0 auto;  margin-bottom: 5px;}
.header_nav .on .icon_about{ background: url("../images/icons_index_home.png") no-repeat -394px -67px; width:32px; height: 32px; margin: 0 auto;  margin-bottom: 5px;}
.header_nav a{ color:#444444; background-color: #fff; display:inline-block; font-size:16px; padding:4px 10px; border-radius: 5px; font-family: "微软雅黑";  width:65px; margin-left:3px;  text-align: center;}
.header_nav a.on{color: #428dce;}

/*主页面main*/
.main{width: 100%; position: relative;z-index: 1;}
.main_c{width: 1000px; min-height: 300px; margin: 0 auto; overflow: hidden;}


/*footer 页脚*/
.footer{width: 100%; position: relative; z-index: 1; overflow: hidden; }
.footer_c{min-width:960px;width: 960px; margin: auto; padding: 10px 0; text-align: center;}
.footer_c p{font-size: 0.75em; font-family: "宋体"; line-height: 28px;}
.footer_c p a{display: inline-block; }
.footer_c p span{ display: inline-block; width: 30%;}


