/* 通用属性 */
* { margin: 0; padding: 0; list-style: none; font-family: "微软雅黑", "宋体"; }
body { background: url(images/body.png) repeat; font-size: 14px; color: #383838; }
#main_out { }
.float_clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.display_none { display: none; }
.red { color: red; }
.must_input { font-weight: bold; color: red; }
.green { color: green; }
.blue { color: blue; }
.gray { color: gray; }
.purple { color: purple; }
.clear { clear: both; }
.highlight { color: #FFF; background: red; padding: 1px; }
a { color: #383838; text-decoration: none; }
a:hover { color: #383838; text-decoration: underline; }
p { line-height: 26px; }
img { border: none; }

/* 顶部 */
#header_wrap{ position: absolute;    top: 18px;    left: 50%;    width: 1910px;    margin-left: -960px;    height: 65px;    z-index: 2;}
#header_menu { background: url(images/c.png) bottom repeat-x; line-height: 30px; width: 980px; margin: 0 auto; }
#header .left { float: left; width:300px; }
#header .right { float: left; width:900px;}
#header { width: 1200px; margin: 0 auto; }

/*导航*/
#navigation_wrap { height: 50px; }
#navigation { height: 50px; width: 900px; margin: 0 auto; }
#navigation ul li { float: left; position: relative; z-index: 9999; }
#navigation ul #home { background: none; padding-left: 0px; }
/*主导航*/
#navigation ul li a { display: block; line-height: 50px; width: 70px; margin:0 25px; text-align: center; font-size: 14px; font-weight:bold; }
#navigation ul li a:hover { text-decoration: none; border-bottom:2px solid #888888; font-weight:bold;}
#navigation ul li .current { border-bottom:2px solid #888888; font-weight:bold; }
/*子导航*/
#navigation ul li ul { display: none; position: absolute; left: 0;  z-index: 9999;}
#navigation ul li ul li { background: none; float: none; color: #000000; }
#navigation ul li .hasmenu { background: url(images/hasmenu.gif) right no-repeat; }
#navigation ul li ul li a { height: 26px; line-height: 26px; font-size: 12px; }
#navigation ul li ul li a:hover {}
#navigation ul li ul li ul { left: 109px; top: 0; }

/*搜索按钮*/
#search_key { border: 1px solid #383838; height: 28px; padding: 0 10px; position: absolute; right:80px; top:35px;}
#search_btn { height: 30px; background: #383838; border:none; color: #FFF; width: 80px; position: absolute; right:0; top:35px;}

/* 当前位置 */
.current_location { float: right; text-align: right; padding-right: 10px; color: #237EAA; }
.current_location a { color: #237EAA; }
.current_location .current_channel { font-weight: bold; color: red; }
/* 幻灯 */

.slideshow { height: 600px; position: relative;}
.slideshow .bd li { height: 600px;}
.slideshow .hd ul { width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px;  line-height:30px; text-align:center; }
.slideshow .hd ul li { cursor:pointer; display:inline-block; *display:inline; zoom:1; width:16px; height:16px; margin:4px; background: #000; overflow:hidden; line-height:9999px;  }
.slideshow .hd ul .on{ background: #FFF; }

/* 主体 */
.content_main { width:1200px; margin:10px auto; }
.content_title { display: none; }
.content_body { margin: 10px auto; width: 1200px; }
.content_bottom {}
/*主体左侧*/
#left { float: left; width: 240px;}
#left_h { display: none; }
#left_b { }
#left_f { display: none; }
.l_title { background: #383838; height: 40px; line-height: 40px; padding: 0 10px;}
.l_title h2 { font-size: 14px; color: #FE5214; }
.l_title a { font-size: 12px; color: #FE5214; }
.l_title h2 a { font-size: 14px; color: #FE5214; }
.l_title h2 span { font-size: 12px; color: #FFF; font-weight: normal; font-style: italic; margin-left: 10px; }
.l_body { padding: 10px; overflow: hidden; zoom: 1; border: 1px solid #DDDCDC; border-top: none; background: #F4F4F4; }
.l_bottom { height: 10px; }
/*主体右侧*/
#right { float: right; width: 980px; }
#right_h { display: none; }
#right_b { }
#right_f { display: none; }
.r_title { background: #383838; height: 40px; line-height: 40px; padding: 0 10px; }
.r_title h2 { font-size: 14px; color: #FE5214; }
.r_title h2 span { font-size: 12px; color: #FFF; font-weight: normal; font-style: italic; margin-left: 10px; }
.r_body { padding: 10px 0; overflow: hidden; zoom: 1;  }
.r_bottom { height: 10px; }

/*宽屏内容块*/
#wide{}
.w_title { background: #383838; height: 40px; line-height: 40px; padding: 0 10px; }
.w_title h2 { font-size: 14px; color: #FE5214; }
.w_title h2 span { font-size: 12px; color: #000; font-weight: normal; margin-left: 10px; }
.w_body { padding: 10px 0; overflow: hidden; zoom: 1; }
.w_bottom { height: 10px; }

/*通用内容块*/
.c_title { background: #383838; height: 40px; line-height: 40px; padding: 0 10px;}
.c_title h2 { font-size: 14px; color: #FE5214; }
.c_title a { font-size: 12px; color: #FE5214; }
.c_title h2 a { font-size: 14px; color: #FE5214; }
.c_title h2 span { font-size: 12px; color: #FFF; font-weight: normal; font-style: italic; margin-left: 10px; }
.c_body { padding: 10px; overflow: hidden; zoom: 1; border: 1px solid #DDDCDC; border-top: none; background: #F4F4F4; }
.c_bottom { height: 10px; }

/* 友情链接 */
#link_pic { overflow:hidden;}
#link_pic ul { overflow:hidden; width: 1210px; zoom:1; }
#link_pic ul li { float: left; display:inline; width: 210px; margin:0 10px 10px 0; background: #B4B4B4; padding: 3px; text-align: center; p}
#link_pic ul li:hover { background: #E74C3C;}
#link_pic ul li a{ color: #FFF;  }
#link_pic ul li img {width: 95%; height: auto; }

#link_text { overflow:hidden;}
#link_text ul li { float: left; display:inline; padding: 5px 10px; margin:0 10px 10px 0; background: #B4B4B4; text-align: center;}
#link_text ul li:hover { background: #E74C3C;}
#link_text ul li a{ color: #FFF;  }
/* 版权信息 */
#copyright_main { background:#28508D; padding: 10px 0;overflow: hidden; zoom: 1; }
#bottom_navigation { width: 1200px; margin: 0 auto;  color: #FFF; }
#bottom_navigation a { color: #FFF; }
#copyright { width: 1240px; margin: 0 auto; color: #FFF;}
#copyright a { color: #FFF; }

/* 留言 */
.guestbook_main { padding: 10px; border: 1px solid #CCC; margin-bottom: 10px; }
.guestbook_title { color: #227BAD; line-height: 30px; font-weight: bold; border-bottom: 1px dashed #227BAD; }
.guestbook_intro { line-height: 30px; text-align: right; }
.guestbook_content { padding: 5px; border: 1px dashed #CCC; margin-bottom: 10px; }
.guestbook_answer { padding: 5px; border: 1px solid #CCC; }
.guestbook_answer h2 { color: red; line-height: 20px; font-size: 12px; }

/*图片列表[简约]*/

.picture_list_s { overflow:hidden;}
.picture_list_s ul { overflow:hidden; width: 1200px; zoom:1; margin-top: 20px; }
.picture_list_s ul li { float: left; display:inline; width: 240px; margin:0 20px 20px 0; background: #383838; text-align: center;}
.picture_list_s ul li:hover { background: #E74C3C;}
.picture_list_s ul li a{ color: #FFF; line-height:35px; }
.picture_list_s ul li img {width: 240px; height: 180px; }

.picture_list_w { overflow:hidden;}
.picture_list_w ul { overflow:hidden; width: 1140px; zoom:1; margin-top: 20px; }
.picture_list_w ul li { float: left; display:inline; width: 210px; height:50px; margin:0 20px 20px 0; border:1px solid #eeeeee; text-align: center; padding:5px;}
.picture_list_w ul li:hover {}
.picture_list_w ul li a{  }
.picture_list_w ul li img {width: 200px; height: 50px; }

.picture_list_d { margin-bottom: 10px; }
.picture_list_d .left { width: 210px; float: left; }
.picture_list_d .right { width: 750px; float: right; }
.picture_list_d .img_wrap img {border: 1px solid #CCC; width: 208px; height: 155px;  }
.picture_list_d .img_wrap:hover img { border: 1px solid #F00; }
.picture_list_d .title { line-height: 32px; border-bottom: 1px dashed #999; background: url(images/picture_list.gif) left no-repeat; padding-left: 15px; font-size: 14px; }
.picture_list_d .content { padding: 5px; }
.picture_list_d .intro { text-align: right; color: #999; border-top: 1px dashed #999; line-height: 26px; }
.picture_list_d .intro a { color: #999; }

/*文章列表*/
.article_list_c li { line-height: 38px; border-bottom: 1px dashed #CCC; padding-left: 15px; background: url(images/article_list_c.jpg) left no-repeat; }
.article_list_s li { line-height: 40px; border-bottom: 1px dashed #999; padding-left: 15px; background: url(images/article_list_s.gif) left no-repeat; }
.article_list_d { }
.article_list_d .title { font-size: 12px; line-height: 32px; border-bottom: 1px dashed #999; padding-left: 15px; background: url(images/article_list_d.gif) left no-repeat; font-size: 14px; }
.article_list_d .content { color: #666; }
.article_list_d .intro { text-align: right; color: #999; border-top: 1px dashed #999; line-height: 26px; }
.article_list_d .intro a { color: #999; }
/*评论列表*/
.commentlist { }
.commentlist dt { line-height: 22px; border: 1px dashed #CCC; padding: 0 10px; background: #F5F5F5; }
.commentlist dd { padding: 10px; border: 1px dashed #CCC; border-top: none; margin-bottom: 5px; }
.searchlist li { line-height: 30px; border-bottom: 1px dashed #999; }
/*频道列表 - 无限级分类*/
.channel_list_d { }
.channel_list_d li { line-height: 28px; padding: 2px; border-bottom: 1px solid #D7D7D7; }
.channel_list_d li a { display: block; padding: 0 10px; line-height: 28px; }
.channel_list_d li a:hover { background: #2B2D41; text-decoration: none; color: #FFF; }
.channel_list_d .current_channel a { background: #2B2D41; color: #0F56A8; font-weight: bold; color: #FFF; }
.channel_level1 { font-size: 12px; font-weight: bold; }
.channel_level2 { font-size: 12px; }
.channel_level3 { font-size: 12px; }
/*频道列表 - 递推一级分类*/
.channel_list_s {  border-bottom: 1px solid #9b9b9b; text-align: center; height:25px;}
.channel_list_s ul { display: inline-block; *display: inline; zoom:1; }
.channel_list_s li {float: left; margin: 0 3px;}
.channel_list_s li a { padding: 5px 20px; background: #036eb8; border: 1px solid #036eb8; color:#fff; font-size:14px; text-align:left; }
.channel_list_s li a:hover { border: 1px solid #acacac; border-bottom:1px solid #f4f4f4; background:#f4f4f4; color:#036eb8; }
.channel_list_s .current_channel a { border: 1px solid #acacac; border-bottom:1px solid #f4f4f4; background:#f4f4f4; color:#036eb8; }


.menu { border-bottom: 1px solid #9b9b9b; text-align: center; height:25px; }
.menu dl { display: inline-block; *display: inline; zoom:1; }
.menu dl dt {float: left; margin: 0 3px; }
.menu dl dt a { padding: 5px 20px; background: #036eb8; border: 1px solid #036eb8; color:#fff; font-size:14px; text-align:left; }
.menu dl dt a:hover,.menu dl dt .current { border: 1px solid #acacac; border-bottom:1px solid #f4f4f4; background:#f4f4f4; color:#036eb8; }

.menu dl dd { padding:2px 0 5px 55px; border-bottom:1px solid #eee; background:url(o_ico_04.png) no-repeat 45px 13px; font-size:14px; text-align:left; }
.menu dl dd a:hover,.menu dl dd .current { color:#e26c17; }

/*频道列表 - 宽屏*/
.channel_list_w { overflow: auto; zoom: 1; }
.channel_list_w li { float: left; margin:0 10px 10px 0;}
.channel_list_w li a { display: block; padding: 5px 10px; line-height: 24px; font-size:14px; background: #CECECE; }
.channel_list_w li a:hover { background: #383838; font-weight: bold; color: #FFF; text-decoration:none; }
.channel_list_w .current_channel a { background: #383838; font-weight: bold; color: #FFF; }
/*信息详情页*/
#info_name { font-size: 16px; font-weight: normal; text-align: center; padding: 20px 0; }
#info_intro { text-align: center; color: #999; border: 1px solid #E4DDB4; line-height: 30px; background: #F6F1E3; }
#info_intro a { color: #999; }
#info_picture { text-align: center; margin: 20px auto; }
#info_picture img { padding: 5px; border: 1px solid #CCC; max-width:640px; }
#info_video { text-align: center; margin: 20px auto; }
#info_slideshow { text-align: center; margin: 20px auto; overflow: auto; zoom: 1; }
.info_slideshow_show img { padding: 5px; border: 1px solid #CCC; max-width: 600px; max-height:500px; }
#info_slideshow_nav { overflow: auto; zoom: 1; margin-top: 10px; }
#info_slideshow_nav li { float: left; padding: 2px; }
#info_slideshow_nav li img { width: 50px; height: 50px; border: 1px solid #CCC; padding: 1px; cursor: pointer; }
#info_attach { margin: 20px auto; text-align: center; }
#info_scontent { padding: 10px; background: #EFF3D9; border: 1px solid #A6CC93; margin-top: 10px; }
#info_content { padding: 20px 0;  }
#info_bcontent { padding: 10px 0; }
#info_extra { padding: 10px 0; }
#info_pic { width: 240px; }
#info_bpic { padding: 10px; text-align: center; }
#info_bpic img { max-width: 600px; padding: 5px; border: 1px solid #CCC; }
#info_around { padding: 5px; background: #EFF3D9; border: 1px solid #A6CC93; }
#info_comment {}
#info_comment a { float: right; background: #383838; display: block; height: 40px; width: auto; padding: 0 10px; line-height: 40px; text-align: center; color: #FFF; margin-top: 20px; }
#info_comment a:hover { background: #E74C3C; text-decoration: none;  }
/*无缝滚动*/
#products_scroll { overflow: auto; width: 100%; }
/*滑动门*/
#tab_menu { overflow: auto; zoom: 1; }
#tab_menu li { float: left; line-height: 28px; padding: 0 10px; text-align: center; font-size: 12px; color: #2362ED; font-weight: bold; cursor: pointer; color: #225D98; }
#tab_menu .tab_menu_in { background: #225D98; color: #FFF; }
#sitemap li { padding: 1px; }
#sitemap li a { background: #EFF3D9; line-height: 26px; display: block; padding: 0 20px; border: 1px solid #A6CC93; }
#sitemap li a:hover { text-decoration: none; background: #FFF; }
/*表单相关*/
input { font-size: 12px; }
.form_text { font-size: 12px; border: 1px solid #CCC; height: 26px; line-height: 26px; padding: 0 5px; width: 400px; }
.form_text_verifycode { font-size: 12px; border: 1px solid #CCC; height: 26px; line-height: 26px; padding: 0 5px; width: 50px; }
.form_select { font-size: 12px; border: 1px solid #CCC; }
.form_textarea { font-size: 12px; width: 400px; height: 80px; padding: 5px; border: 1px solid #CCC; }
.form_checkbox { }
.form_submit { background: #00a2e9; width: 90px; height: 30px; border: none; color: #FFF; font-size: 14px; cursor: pointer; }
.form_submit:hover { background: #383838; }
.form_file { font-size: 12px; padding: 3px 5px; border: 1px solid #CCC; background: #FFF; }
.common_form { }
.common_form li { padding: 10px 0; overflow: auto; zoom: 1; border-bottom: 1px dashed #CCCCCC; }
.common_form label { float: left; text-align: right;  padding-right: 10px; width: 100px; display: block; height: 28px; line-height: 28px; font-size: 14px; }
/*表格*/
.layout_table { border-collapse: collapse; width: 100%; }
.common_table { border-collapse: collapse; width: 100%; }
.common_table td { padding: 5px; border: 1px solid #DBDBDB; }
.common_table th { text-align: center; border: 1px solid #DBDBDB; }
/* 漂浮的客服 */
#online_support_main { z-index: 9999; position: fixed; display: block; overflow: hidden; width: 163px; zoom: 1; border: 1px solid #E2E2E2; }
#online_support_title { height: 34px; line-height: 34px; background: #383838; cursor: pointer; color: #FFF; text-align: center; font-size: 14px; }
#online_support_body { min-height: 100px; border: 1px solid #383838; padding: 10px; text-align: center; background: #FFF; }
#online_support_bottom { height: 20px;}
/*分页样式*/
.page_turner { padding: 8px 4px 4px 2px; float: right; clear: both; }
.page_turner a, .page_turner span { float: left; display: block; border: 1px solid #D3D1D1; padding: 5px 10px; margin-left: 4px; line-height: 16px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.c { background: #00a2e9; color: #FFF; }
#total { color: red; }
#gotop { position: fixed; width: 70px; height: 70px; bottom: 80px; right:80px; cursor: pointer; display: none; background: url(images/gotop.png) no-repeat; }

/*首页*/
#index_can .body { background: #FFF; padding: 10px; min-height:160px;}
#index_contact{ float: left;  width:380px; border:1px solid #eeeeee;box-shadow: 5px 5px 5px #dddddd;border-radius:10px;}
#index_about{ float: left; width:380px; margin: 0 20px; border:1px solid #eeeeee;box-shadow: 5px 5px 5px #dddddd;border-radius:10px; }
#index_news{ float: left; width:380px; border:1px solid #eeeeee;box-shadow: 5px 5px 5px #dddddd;border-radius:10px;}
#index_contact .title {height: 40px; line-height: 40px; padding-left: 10px;}
#index_contact .title .aname { font-size:14px; color:#666; font-weight:normal;}
#index_about .title {height: 40px; line-height: 40px; padding-left: 10px;}
#index_about .title .aname { font-size:14px; color:#666; font-weight:normal;}
#index_news .title {height: 40px; line-height: 40px; padding-left: 10px;}
#index_news .title .aname { font-size:14px; color:#666; font-weight:normal;}
#index_products .title { font-size: 20px; text-align: center; line-height: 80px; background: url(images/c.png) bottom repeat-x;}
#index_products .body { margin: 20px 0;}
