﻿/*基本设定*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:middle;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:11px;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:"微软雅黑", "黑体", "宋体", Arial;font-size:inherit;font-weight:inherit; _font:"宋体", Arial;}
body{color:#ba952d;font:12px/1.5 "微软雅黑", "宋体", Arial; _font:"宋体", Arial; }
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:"微软雅黑", "黑体", "宋体", Arial;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
select{font-size:12px;}
dt{float:left;}
html{overflow-y:scroll;}
a{outline:none; cursor:pointer;}
a:link{color:#ba952d;text-decoration:none;}
a:visited{color:#ba952d;text-decoration:none;}
a:hover,a:active{text-decoration:none; color:#fee174;}
hr{height:1px;border:solid #bbb;border-width:1px 0 0;}

/*整体布局*/
.header,.main,.footer{}
.header .min_nav{width:960px;margin:auto;}
.header{}
.main{}
.main_con{margin:auto;}
.footer{clear: both;width: 100%;display: inline-table;}
.footer_con{width:100%; margin:auto;}

/*常用模块基本样式,盒子模型*/
.box,.container,.list,.service,.main,.list_big li,.s_top_but,.text_list li.headlines{zoom:1;}
.box{}
.box .title{background:#eee; position:relative;}
.box .title em { position:absolute; font-style:normal;right:0; }
.content{ clear:both;border:solid #ccc; border-width:0 1px 1px;_display:inline-block; *display:inline-block!important;}
.inner{ width:100%; overflow:hidden;}


/*区域布局*/
.col_full{clear:both; width:100%; display:inline-table;}
.col_left,.col_middle,.col_3,.col_4,.col_right{float:left; }/*5列,   由列来设置栏目的宽度，高度随内容多少而变化*/

/*栏布局， level_1 > level_2 >level_3*/
.level_1{margin-bottom:10px; }
.level_1 .title{height:35px; background:url(../images/title_bg.png) no-repeat 50% bottom; _background:url(../images/title_bg.gif) no-repeat 50% bottom;}
.level_1 .title em a{ height:20px; line-height:26px; font-size:10px; font-family:"Times New Roman", Times, serif;}
.level_1 .title h2{color:#fff; font-family: "微软雅黑", "宋体", Arial; font-size:14px;height:25px; line-height:25px; color:#000; text-indent:-9999px; overflow:hidden; }
.level_1 .title h2 span{ font-size:12px;}
.level_1 .title h2 span i{padding:0 12px;}
.level_1 .level_1_con{ border:none;}

.level_2{margin-bottom:10px; *margin-bottom:10px!important;}
.level_2 .title{ height:36px; line-height:36px; background:url(images/box_title_02.gif) #6CF no-repeat;padding-left:25px;}
.level_2 .title h3{color:#fff; font-family: "微软雅黑", "宋体", Arial;font-size:14px;}
.level_2 .level_2_con{ }

.level_3{margin-bottom:10px; _margin-bottom:10px;}
.level_3 .title{height:32px; line-height:32px;background:url(images/box_title_03.gif) #C90 no-repeat;padding-left:35px;}
.level_3 .title h4{color:#fff; font-family: "微软雅黑", "宋体", Arial;font-size:14px;}
.level_3 .level_3_con{}

.tab{ position:absolute; }
.tab li{float:left; border:1px solid #ccc; margin:0 2px; cursor:pointer; }
.tab li a{display:block; border-top:1px solid #fff; padding:2px 9px 4px; background:#eee url(../images/v3/box_title.png) 0 -107px;}
.tab li.current{border-bottom:1px solid #fff;}
.tab li.current a{font-weight:bold; color:#333; background:#fff url(../images/v3/box_title.png) 0 -64px; }
.sidebar .tab li{border:1px solid #f2d4ab;}
.sidebar .tab li a{border-top:1px solid #fff;background:#fcf6ee url(../images/v3/box_title.png) 0 -193px;}
.sidebar .tab li.current{ border-bottom:1px solid #fff;}
.sidebar .tab li.current a{font-weight:bold; color:#333; background:#fff url(../images/v3/box_title.png) 0 -150px;}

