﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{color:#5A5A5A;	margin:0px auto; font-family: 微软雅黑; font-size:14px; background:#FFF; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited { color:#aaa; }
a:hover{ color:#000;}
a:focus { outline:none; }
a:active{ outline:none;}

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; color: #ACACAC;font-size: 12px; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn {  background-color: #DD3939;  color: #fff; }
.btn:hover {  background-color: #EC3F3F; color:#fff;}
.btn:active {  background: #FF3B3B ;  color: #FFF;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; }
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px; display:none;} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px; } /*验证码图片样式*/
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1200px;margin:5px auto 30px; }
#top, #logo, #banner, #announcement, #link, #copyright,#floor_1,#floor_2,#floor_3,#floor_5,#floor_6,#floor_7,#floor_8,#floor_9
,#floor_10,#floor_12,#floor_13,#floor_14 { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:250px; }
#center{}
#right { float:left; width:1200px; border-left:0px solid #E5E5E5; padding-left:0px; }
#floor_1_main{ padding:50px 0 20px;}
#floor_1_1{ float:left; width:370px; }
#floor_1_2{ float:right; width:800px; }
#floor_2_main{ background:url("../images/floor_2_mai.jpg"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/floor_2_mai.jpg*/) no-repeat center; height:371px; padding:25px 0; }
#floor_3_main{ padding:25px 0 50px; border-bottom: 2px solid #F1F0F0; }
#floor_3_1{ float:left; width:580px;}
#floor_3_2{ float:right; width:600px;}

/*左侧*/
/*主体左侧样式*/
.left_title { height:39px; line-height:39px; border-bottom:1px solid #01673A; }
.left_title h2 { font-size:16px;  color:#01673A; }
.left_body { overflow:hidden; zoom:1; color:#01673A;  padding:10px 10px 5px; border-top:0; border-bottom: 0px}
.left_bottom { height:15px; margin-bottom:5px;}

.left_title1{ overflow:hidden; border-bottom:1px solid #E5E5E5; padding-bottom:5px; height:25px; line-height:25px;}
.left_title1 h2{ font-size:18px; color:#000; float:left; }
.left_title1 h2 a{ color:#000; font-size:18px;}
.left_title1 h2 a:hover{ color:#D70C19}
.left_title1 .more{ display:block}
.left_title1 .more a{ background:url("../images/more.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/more.png*/) no-repeat center; display:block; width:59px; height:25px; display:block;}
.left_title1 .more a:hover{ background:url("../images/more_hover.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/more_hover.png*/) no-repeat center;}

#ChannelName{ color:#E05C65; float:left; margin-left:5px; width:150px; font-size:16px; font-weight:bold; }

.title h2 { font-size:18px; text-align:center; height:63px; line-height:63px; margin:15px 0 35px 0; color:#000; background:url("../images/h2.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/h2.png*/) no-repeat center; }
.title h2 a{ font-size:18x; color:#000; }
.title h2 a:hover{ color:#D70C19; }
#floor_1_1 .ChannelSContent{ color:#000; font-weight:bold; font-size:16px; height:auto; white-space:nowrap;}
#floor_1_1 .ChannelContent{ color:#434343; line-height:1.5em; height:7.5em; overflow:hidden; font-size:14px; }
#floor_1_1 .gd{ text-align:right; color:#D70C19; line-height:35px; }
#floor_2 .title h2{background:url("../images/floor_2_h2.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/floor_2_h2.png*/) no-repeat center; margin:75px 0 45px;}
#floor_2 .title h2 a{ color:#FFF; }
#floor_2 .title h2 a:hover{ color:#FFAEB3}
#floor_2 .ChannelContent{ font-size:14px; color:#BFC1C3; text-align:center; height:6em; overflow:hidden; }
#floor_3_1 .title1{ height:240px;}
#floor_3_1 .title1 h2{ color:#FFF; float:left; font-weight: 500; margin:110px 0 0 40px; padding:5px 10px; font-size:25px; border:1px solid #FFF; border-left:0; border-right:0; display:inline; }

/*主体右侧*/
/*样式1*/
.right_title { display:none; }
.right_body { padding:5px 0px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom {}
/*样式2*/

/*==========@@布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:45px; border-bottom:1px solid #CFCFCF; }
#top { height:45px; line-height:45px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top a { color:#000;  }
#top a:hover { color:#D70C19; text-decoration:none}

/*Logo*/
#logo_main { margin:25px 0;width:100%;height:160px;background:url(../images/headr.png) center no-repeat; }
#logo {overflow:hidden; }
#logo .WebLogo{ float:left;padding-top:20px; }
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: bold; color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}

/*导航*/
#navigation {  }
#navigation ul.navigationlist li { float:left; line-height:50px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; padding:0px 40px; margin:0 1px; font-size:16px; font-weight:500; color:#fff; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none; color:#D70C19;  }
#navigation ul.navigationlist .current { color:#D70C19;}
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#565656; z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:14px; padding:0px 20px; text-align:left}
#navigation  ul.subnavigationlist li a:hover {  background:#808080;  color:#F9C3C6; }

/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url("../images/announcement_title.gif"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/announcement_title.gif*/) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;margin-top:-150px;position:relative;z-index:-999;}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; 
background:url("../images/dot.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/dot.png*/) -11px 0 no-repeat; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:url("../images/dot.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/dot.png*/) 0 0 no-repeat;}

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main { } 
#location {display:none;color:#01673A; float:right; padding-right:8px;}
#location a {color:#01673A;}

/*子频道列表*/
.subchannel_main{ margin:0 0 40px; height:42px; line-height:42px; border:1px solid #000; border-left:0; border-right:0; border-bottom:2px solid #000;}
.subchannel{}
.subchannellist { text-align:center; float:right; }
.subchannellist li { display:inline;line-height:42px ; display:block; float:left}
.subchannellist li a{ padding:0 20px; color:#434343; font-weight:bold; background:url("../images/sub_li_bg.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/sub_li_bg.png*/) no-repeat left center; }
.subchannellist li .a1{ background:none}
.subchannellist li a:hover { color:#D70C19;text-decoration:none; }
.subchannellist #current a {  font-weight:bold; color:#D70C19;}

.subnavigationlist1{ position:absolute; background:#D70C19; display:none; }
.subnavigationlist1 li{ height:30px; line-height:30px; float:none; }
.subnavigationlist1 li a{ display:block; color:#FFF !important; background:none; font-size:12px; padding:0 10px; }
.subnavigationlist1 li a:hover{ background:#F64A4A ; color:#FFF; }

/*搜索 */
.search{ overflow:hidden; padding:8px 0; margin:0 5px; width:224px; float:right; }
.search input{ margin:0; padding:0; }
.search .search_text{ float: left; width:170px; height:24px; border:2px solid #000; text-indent: 12px; color: #666; line-height:28px; }
.search .search_btn{ cursor:pointer; color:#FFF; float:right; width: 50px; height:28px; border: 0px none; background:#000; }
.search .search_btn:hover{ background:#C00; }
	
/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }
/*联系我们1*/
.contact_wrap1{ line-height:26px;;background:url("../images/contact.png"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/contact.png*/) no-repeat; width:315px; height:154px;padding-left: 30px; padding-top: 20px; color:#FFF; overflow:hidden;}
.contact_wrap1 b{ font-weight:normal;}
.contact_wrap1 .ico1{ background:url("../images/phone.gif"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/phone.gif*/) no-repeat 8px center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico2{ background:url("../images/fax.gif"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/fax.gif*/) no-repeat left center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico3{ background:url("../images/email.gif"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/email.gif*/) no-repeat 1px center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico4{ background:url("../images/address.gif"/*tpa=http://0125.wangzhan31.com/App/Tpl/Home/Default/Public/images/address.gif*/) no-repeat left center; padding: 5px 0px 5px 25px;}

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* 友情链接 */ 
#link_main { background:#F0ECED; border-bottom: 2px solid #EB333F; margin-top:1px;}
#link { padding:0; }
.link_title { line-height:69px; height:69px;  color:#fff;  }
.link_title h2 { font-size:20px; color:#fff; font-weight: normal; text-indent:40px;}
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
.link_pic { overflow:auto; zoom:1; text-align:left; width:1300px;margin:0 auto;}
.link_pic ul li { float:left; width:110px; text-align:center ;line-height:50px;font-size:12px; }
.link_pic img { width:32px; height:25px; float:left;padding-top:10px;}
.link_pic ul li a:hover img { }
.link_text { overflow: hidden; zoom:1; padding:20px 0; text-align:left; }
.link_text ul li { display:inline; float:left; text-align:center; width:120px; overflow:hidden;white-space:nowrap; padding:5px 0;}
.link_text a { line-height:22px; color:#8D8D8D; }
.link_text a:hover { line-height:22px; color:#000; }

/* 版权信息 */
#copyright_main { color:#F5ABB0; background:#D70C19; border-top:2px solid #CD0A16; }
#copyright { line-height:46px;  }
#copyright .bottom_navigation{text-align: center;padding: 5px 0px; }
#copyright .bottom_navigation a{ padding:0 18px; }
#copyright a {color: #F5ABB0; text-decoration: none;}
#copyright a:hover {color: #fff; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; font-size:12px; }
#copyright .TechnicalSupport{ text-align:center; padding-bottom:20px; font-size:13px; line-height:20px; }

/*分页样式*/
.page { padding:4px 0px 0px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; border:1px solid #000; padding:2px 5px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#000; color:#FFF; }
.page .current{ background:#000; color:#FFF;}
.page #total{color:#000; font-weight:bold; }

/*会员*/
/*会员登录*/
table.login_table{ width:40%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}

/*会员注册*/
table.reg_table{ width:40%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}

/*忘记密码 第一步*/
table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:40%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#DBDBDB ; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.ChannelContent{ line-height:2.0em; font-size:16px;}
.ChannelSContent, .ChannelSContent p{ line-height:1.8em}
.ChannelContent a{ color: #ff9d02}
 
.ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;}
.ChannelSContent a{ color: #ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }

.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding:5px 0px; color:#434343;}
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:2.0em; font-size:16px; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; color:#333; line-height:1.8em}
.Next a{ }
.Previous a{ }

.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap b{color: #626262; font-weight:bold;}
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width: 200px;}
.ProductDescription{ height:40px; color:01673A; margin-top:10px;padding-left:35px; line-height:40px; font-size:16px; font-weight:bold; display:none;}
.product  .info_product_detail_wrap img{ width:216px;float:left;  text-align:left; margin-right:10px; }
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.product  .f2{ padding:5px 0px}
.product  .f1{ padding:5px 0px}
.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product  .InfoTime{ padding:5px 0px; }
/*===公共字段 结束===*/

/*===首页 开始===*/
.index #left{ float: right}
.index #right{ float: left}

/*===首页 结束===*/

/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#000; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#666; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
.navigationlist1{}
.navigationlist1 li{ float:left; margin-left:16px; width:250px; display:inline; }
.navigationlist1 li img{ display:block; }
.navigationlist1 li p{ overflow:hidden}
.navigationlist1 li div{ text-align:center; padding:10px 0; }
.navigationlist1 li .int{ background:#959595; display:inline-block; color:#FFF; width:20px; height:20px; border-radius:50%; text-align:center; }
.navigationlist1 li .int:hover{ background:#D70C19;}
.navigationlist1 li .ChannelName{ margin-left:18px; color:#000; font-weight:bold; }
.navigationlist1 li .ChannelName:hover{ color:#D70C19}

/*文字列表*/
.textlist{ }
.textlist li { margin-bottom:15px; border-bottom: 1px dashed #C6C6C6; line-height:28px; height:28px;text-indent:5px; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li a{color: #5A5A5A;font-size: 15px;  }
.textlist li a:hover{ color:#0064D4;}
/*文字列表*/
.textlist1{ margin-top:25px; }
.textlist1 li { width:600px; height:76px; /*不限定宽高，在ie7有问题*/ overflow:hidden;/*解决ie6bug*/ margin-bottom:3px; border-bottom: 1px dashed #E2E2E2;}
.textlist1 li a{ color:#000; font-weight:bold; white-space:nowrap; font-size:12px; }
.textlist1 li a:hover{ color:#0064D4}
.textlist1 li p{ color:#A0A0A0; font-size:12px; height:3.6em; overflow:hidden; margin:10px 0 3px;}

.textlist2{ }
.textlist2 li { width:580px; /*不限定宽高，在ie7有问题*/ overflow:hidden;/*解决ie6bug*/ }
.textlist2 li a{ color:#000; font-weight:bold; white-space:nowrap; line-height:4em; }
.textlist2 li p{ color:#0064D4; font-size:12px; height:5.4em; overflow:hidden;}

/*带缩略图文字列表*/
.thumblist{}
.thumblist li {}

/*橱窗列表*/
.gridlist{ }
.gridlist li { float:left; margin-left:20px; width:250px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; margin-bottom:22px; border:2px solid #DCDCDC; padding:15px; }
.gridlist li:hover{ border:2px solid #D70C19; }
.gridlist .li0{ margin:0; }
.gridlist li img { width:250px; margin-bottom: 10px;height:200px;}
.gridlist li a { white-space:nowrap; display:block; color:#000; font-weight:bold;}
.gridlist li a:hover{ color: #FF6600; }
.gridlist li .BuyPrice span{ color:#D70C19; font-weight:bold; }
.gridlist li .content{ padding:2px 0 0px 6px; overflow:hidden; }
.gridlist li p{ white-space: normal;font-size: 12px;color: #929292;line-height: 1.4em;height: 2.8em;margin: 10px 0 0;overflow: hidden; }

/*橱窗列表1*/
.gridlist1{ }
.gridlist1 li { float:left; margin-left:20px; width:556px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; margin-bottom:22px; border:2px solid #000; padding:15px; }
.gridlist1 .li0{ margin:0; }
.gridlist1 li img { width:560px; }
.gridlist1 li a { white-space:nowrap; display:block; padding:5px 0; color:#D70C19; font-weight:bold;}
.gridlist1 li a:hover{ color: #000; }
.gridlist1 li .BuyPrice span{ color:#D70C19; font-weight:bold; }
.gridlist1 li .content{ padding:2px 0 0px 6px; overflow:hidden; }
.gridlist1 li p{ white-space: normal;font-size: 12px;color: #929292;line-height: 1.4em;height: 2.8em;margin: 10px 0 0;overflow: hidden; }

/*橱窗列表2*/
.gridlist2{ overflow:hidden; }
.gridlist2 li { position:relative; float:left; text-align:center; margin-right:20px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist2 li img { width:275px;  border:1px solid #E1E1E1; display:block;}
.gridlist2 li .InfoTitle { white-space:nowrap; line-height:19px; display:block; background:#015D34; color:#FFF; margin-top:3px;}


/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { width:382px; float:left; margin:0 9px; text-align:center; overflow:hidden;}
.videolist li img { border:2px solid #000; width:378px; }
.videolist li a { white-space:nowrap; line-height:2em; color:#000; font-weight:bold; }
/*==========@@通用列表  结束@@==========*/
.navv{ width:100%;height:56px;background:rgba(0,0,0,0.7);margin-top:-60px;position:relative;}
#navigation{ width:1200px;height:56px;
margin:0 auto;}

#f1{width:100%;
height:461px;}
.f1{width:1300px;
height:461px;
margin:0 auto;}
.f1 .f1_1{width:410px;height:395px;float:left;background:#f8f8f8;margin-top:20px;}
.f1 .f1_1 ul li{display:block;width:395px;height:123px;margin-bottom:7px;}
 .f1_1 ul li img{ float:left;padding-right:20px;}
 .f1_1 ul li h3{padding:10px 0;color:#1476bf;font-weight:500;}
.f1_2{ width:860px;height:407px;
float:right;}
.f1_2 h2{ display:block;
width:860px;
font-weight:500;
line-height:50px;color:#1476bf;
background:url(../images/line.png) no-repeat -10px bottom;}
.f1_2  img{ float:left;padding-top:10px; width:476px;height:320px;}
.f1_2 h2 span{color:#a6a6a6;font-size:14px;padding-left:10px;}
.xpnr{width:356px;height:336px;float:right;}
.xpnr h3{ display:block;width:326px;line-height:37px;background:#1476bf;color:#fff;padding-left:20px;font-size:14px;margin-top:10px;}
.xpnr p{width:306px;height:169px;border:1px solid #ececec;font-size:12px;padding-top:20px;padding-left:20px;padding-right:20px;margin:10px 0;}
.xpnr .dibu{width:356px; height:94px;}
.dibu .dibu1{width:167px;height:77px;background:#efefef;padding-left:10px;padding-top:10px;padding-right:10px;font-size:12px;line-height:24px;float:left;}
.dibu .dibu2{width:154px;height:88px;float:right;background:url(../images/telline.jpg) no-repeat;color:#fff;}
.dibu .dibu2 h4{ font-size:15px;padding-left:30px;padding-bottom:15px;padding-top:5px;font-weight:500;}
.dibu .dibu2 .dtel span{font-size:20px;padding-left:10px;}
.dibu .dibu2 .dtel {line-height:12px;}
.dibu .dibu2 .dtel h5{padding-left:10px;font-size:14px;font-weight:500;}

#f2{width:100%;height:435px;}
.f2{ width:1200px;height:435px;
margin:0 auto;}
.f2 h2{font-size:24px;text-align:center;font-weight:500;}
.f2 span{font-size:14px;}
#f2{ width:100%;height:366px;}
.f2{width:1300px;height:296px;margin:0 auto;}
.f2 ul li{display:block;float:left;border:1px solid #eeeeee;
width:640px;height:130px;margin-bottom:2px;margin-right:2px;}
.f2 ul li h2{font-size:16px;float:left;color:#131313;padding-top:31px;padding-bottom:10px;}
.f2 ul li p{float:left;width:388px;}
.f2 ul li .time{width:170px;height:100px;background:#f4f8f7;color:#999896;
text-align:center;font-size:16px;padding-top:30px;float:left;margin-right:50px;}
.f2 ul li span{font-size:28px;}
.f2 ul{overflow:hidden;height:auto;padding-top:31px;}


#f3{width:100%;height:171px;
background:#1d59af;}
.f3{width:1300px;height:171px;margin:0 auto;color:#fff;margin-top:90px;}
.f3 ul {overflow:hidden;padding-top:30px;}
.f3 ul li{text-align:center;float:left;padding:0 60px;}
.f3 ul li p{font-size:12px;color:#88a9d6;width:130px;}
#f4{ width:100%;height:495px;}
.f4{width:1300px;height:445px;margin:0 auto;text-align:center;padding-top:50px;}
.f4 h2{font-size:24px;font-weight:500;padding-bottom:60px;}
.f4 span{font-size:22px;color:#ceccd7;}
.f4 ul{overflow:hidden;height:295px;}
.f4 ul li{ float:left;width:256px;height:263px;margin-right:65px;}
.f4 ul li h4{ padding-top:20px;color:#999999;}
#f5{ width:100%;height:487px;background:#f6f6f6;}
.f5{width:1300px;height:487px;margin:0 auto;}
.f5 .f5_left  h2{display:block;width:100px;line-height:38px;text-align:center;border-bottom:3px solid #009c8e; font-size:24px;font-weight:500;
margin:0 auto;margin-bottom:30px;padding-top:52px}

.f5 .f5_right  h2{display:block;width:220px;line-height:38px;text-align:center;border-bottom:3px solid #009c8e; font-size:24px;font-weight:500;
margin:0 auto;margin-bottom:50px;padding-top:52px}
.f5 .f5_left{width:597px;height:487px;float:left;}
.f5 .f5_left li{width:590px;height:106px;padding-bottom:25px;}
.f5 .f5_left li img{ padding-right:10px;width:243px;height:103px;}
.f5 .f5_left li h4{ font-weight:500;padding-bottom:18px;;}
.f5 .f5_left li p{padding-bottom:5px;}
.f5 .f5_left li a{display:block;width:78px;text-align:center;color:#009d8c;line-height:30px;border-radius:5px; border:1px solid #009d8c;float:left;font-size:13px; }
.f5 .f5_left img{float:left;}
.f5   .gd{ display:block;width:569px;line-height:36px;background:#ececec;border-radius:3px;text-align:center;
border:1px solid #d2d2d2;margin-top:5px;float:left;}

.f5 .f5_right{width:590px;height:487px;float:right;padding-right:50px;}
 .f5 .f5_right ul{overflow:hidden;height:auto;padding-bottom:23px;}
.f5 .f5_right ul li img{ float:left;width:154px;height:75px;padding-right:10px;}
.f5 .f5_right ul li p{width:320px;height:72px;font-size:12px;float:left;padding-top:10px;color:#a3a3a3;}
.f5 .f5_right ul li h4{float:left;width:408px;}
.f5 .f5_right ul li {float:left;width:560px;}
.f5 .f5_right ul .first{ width:590px;height:96px;}
 .f5 .f5_right ul .first h4 span{float:right;font-size:12px;font-weight:500;color:#979797;}
 .f5 .f5_right ul .other{line-height:40px;border-bottom:1px solid #dddddd;}
#f6{width:100%;height:376px;}
.f6{width:1300px;height:376px;margin:0 auto;padding-top:40px;}
.f6 .keyan{ float:left;padding-right:59px;}
.f6 ul li { display:block;width:283px;height:139px;float:left; }
.f6 ul .f6_1{width:280px;height:135px;background:url(../images/t1.png) no-repeat;}
.f6 ul .f6_1 a{ width:280px;line-height:135px ;display:block;color:#fff;font-size:24px;text-align:center;}
.f6 ul .f6_1 a:hover{background:rgba(8,56,124,0.7);}

.f6 ul .f6_2{width:280px;height:135px;background:url(../images/t2.png) no-repeat;}
.f6 ul .f6_2 a{ width:280px;line-height:135px ;display:block;color:#fff;font-size:24px;text-align:center;}
.f6 ul .f6_2 a:hover{background:rgba(8,56,124,0.7);}

.f6 ul .f6_3{width:280px;height:135px;background:url(../images/t2.png) no-repeat;}
.f6 ul .f6_3 a{ width:280px;line-height:135px ;display:block;color:#fff;font-size:24px;text-align:center;}
.f6 ul .f6_3 a:hover{background:rgba(8,56,124,0.7);}

.f6 ul .f6_4{width:280px;height:135px;background:url(../images/t4.png) no-repeat;}
.f6 ul .f6_4 a{ width:280px;line-height:135px ;display:block;color:#fff;font-size:24px;text-align:center;}
.f6 ul .f6_4 a:hover{background:rgba(8,56,124,0.7);}

#f7{width:100%;height:555px;background:#f2f2f2;}
.f7{width:1300px; height:550px;background:url(../images/ditu_bj.jpg) center no-repeat;margin:0 auto;}
.f7 .ditu{width:662px;height:296px;float:right;margin-top:244px;border:3px solid #d1d1d1;}
#foot{width:100%;height:88px;background:url(../images/foot_bj.jpg)   center no-repeat;}
.foot{width:1200px;height:88px;margin:0 auto;}
.foot p{width:454px;height:55px;
float:right;font-size:12px;padding-top:40px;color:#89878a;}
.f4 ul li img{ width:250px;height:255px;}
.f4 .h2 a{ color:##5A5A5A;}
.f4 .tempWrap{height:340px;}
.f3 ul li img{ width:60px;height:70px;}
.f2 ul a:hover>li .time{background:#1476bf;color:#fff;}
.f2 ul a:hover>li{border:1px solid #1476bf;}
.f2 ul li p{color:#626262}

#floor_4_2{float:left;height: 383px;overflow:hidden;position: relative;padding:3px;}
#floor_4_2 .hd{width:100%; height: 10px;padding-top: 20px;position:absolute;left:42%;bottom:5%;overflow:hidden;}
#floor_4_2 .hd li{display: inline-block;float:left;background: #222c50;cursor: pointer;width: 9px;height: 9px;border-radius: 9px;font-size: 0;margin: 0 7px;cursor:pointer;font-size:0;background: #fff;}
#floor_4_2 .hd li.on{color:#222c50;background:#222c50;}
#floor_4_2 .prev{width: 22px; height: 36px;position: absolute; bottom: 3px;left: 110px;background: url(../images/floor_4_2_prev.gif) left top no-repeat;}
#floor_4_2 .next{width: 22px; height: 36px;position: absolute;bottom: 3px;right: 110px;background: url(../images/floor_4_2_next.gif) left top no-repeat;}

/*红色*/
.SonlineBox{ width:162px; font-size:12px;overflow:hidden; top:-600px; z-index:9999;}
.SonlineBox .openTrigger{ width:30px; height:110px; position:absolute; top:0px;  z-index:1; cursor:pointer;  background:#00a91c url("../images/redOpen.jpg"/*tpa=http://0125.wangzhan31.com/Public/online/images/redOpen.jpg*/) no-repeat;}
.SonlineBox .titleBox{ width:100%; height:35px; line-height:35px; background:#00a91c url("../images/redTitleBg.gif"/*tpa=http://0125.wangzhan31.com/Public/online/images/redTitleBg.gif*/) repeat-x; border-bottom:2px solid #c30202; position:relative; z-index:1;}
.SonlineBox .titleBox span{ margin-left:10px; color:#fff; font-size:14px; font-family:'微软雅黑','黑体';}
.SonlineBox .contentBox{ display:block; width:100%; height:auto; border:2px solid #c30202; overflow:hidden; background:#fff; position:absolute; z-index:2; }
.SonlineBox .contentBox .closeTrigger{ width:25px; height:25px; display:block; cursor:pointer;  position:absolute; top:5px;right:5px; z-index:2; background:url("../images/closeBtnImg.gif"/*tpa=http://0125.wangzhan31.com/Public/online/images/closeBtnImg.gif*/) no-repeat;}
.SonlineBox .contentBox .listBox{overflow:hidden; margin:6px 0; position:relative;}
.SonlineBox .contentBox .listBox .QQList{ display:block; width:100%; margin:5px auto 5px auto; padding:0px 0;}
.SonlineBox .contentBox .listBox .QQList span{ display:block; width:47%; height:25px; overflow:hidden; text-align:right;float:left; line-height:26px; color:#444;}
.SonlineBox .contentBox .listBox .QQList div.ico{ width:52%; height:25px; overflow:hidden; float:left;}
.SonlineBox .contentBox .listBox .QQList div.ico a{width:80px;height:20px;display:block;}

.SonlineBox .contentBox .tels{ width:90%; margin:0 auto; border-top:1px dotted #ccc; height:auto; padding-bottom:10px; line-height:200%; text-align:center;}
.SonlineBox .contentBox .tels font{ display:block; line-height:35px; font-family:'微软雅黑','黑体'; font-size:16px; color:#555;}
.SonlineBox .contentBox .tels span{ display:block; line-height:25px; font-family:"Palatino Linotype", "Book Antiqua"; font-size:20px; color:#555; font-weight:bold;}

