﻿@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:#000;	margin:0px auto; 
font-family:"Microsoft YaHei","SimHei",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
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 { }
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; font-family:"Microsoft YaHei","SimHei",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;}
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; }

/*对齐方式*/
.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 60px;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: #ed4f45;  color: #fff; }
.btn:hover {   color:#fff;}
.btn:active {}
/*按钮大小*/
.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-radius:3px;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:78px;  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, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1100px;margin:5px auto; }
#top, #logo, #banner, #announcement,  #floor_3,#floor_4,#floor_5,#floor_6,#floor_7,#floor_8,#floor_9
,#floor_10,#floor_12,#floor_13,#floor_14 { width:1100px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
.floor_1 { width: 1060px; margin:0 auto; }

#left { float:left; width:250px; }
#center{}
#right { width: 830px; float: right;  padding-bottom: 30px;  }

#floor0 { height: 72px; background: #02467e; width: 1100px;  line-height: 72px; margin:0 auto; }
#floor0 a { line-height: 72px; font-size: 16px; color: #fff; padding-left: 50px; background: url(../images/icon-gg.png) no-repeat 15px 1px;}
#floor0 a:hover { color: #b5e6f4; }

.indwrap { position: relative; width: 1060px; padding:1px 20px; margin:0px auto 0 auto; background: #fff; border-left: 1px solid #ddd; box-shadow: 0 0 3px #888; z-index: 0;}
.picture ,.single,.article { position: relative; width: 1080px; padding:1px 20px 0 0; margin:0px auto 0 auto; background: #fff; border-left: 1px solid #ddd; box-shadow: 0 0 3px #888; z-index: 0;}

.single { background: url(../images/left.jpg) no-repeat left top; border-left:4px solid #03467E; position: relative; z-index: 0;}

#floor_1 { text-align:center; padding:10px 0 0 0;}
#floor_1_1{ width:420px; float:right; height:350px; }
#floor_1 .left_title1 { margin:10px 0 0px 0;}

#floor_3_main{ background:#FFF; padding:35px 0px;}
#floor_3{text-align:center;}
#floor_4_main{ padding-top:30px; padding-bottom:30px;}
#floor_5_main{ background:#FFF;}

#index_5_2 { position: relative;}
#index_5_2 .title { margin:0px 0 20px 0; width: 100%;}
#index_5_2 .left_title { width:250px; background: #f1f1f1; border:0;  border-top:4px solid #366db6; height: 446px; float: left;  }
#index_5_2 .left_body { width: 820px; overflow: hidden; position: absolute; top:40px; right:-20px;}

#index_5_2 ul.titlelist li { height: 60px;  text-indent: 3.5em; line-height: 60px; position: relative; }
#index_5_2 ul.titlelist li:hover  { background: #fff; cursor: pointer;}

#index_5_2 ul.titlelist li i { position: absolute; left: 20px; top:20px; display: block; width: 20px; height: 20px;  }
#index_5_2 ul.titlelist li.tl1 i { background:url(../images/icon2.png) no-repeat 0px 0px; }
#index_5_2 ul.titlelist li.tl2 i { background:url(../images/icon2.png) no-repeat 0px -60px; }
#index_5_2 ul.titlelist li.tl3 i { background:url(../images/icon2.png) no-repeat 0px -120px; }
#index_5_2 ul.titlelist li.tl4 i { background:url(../images/icon2.png) no-repeat 0px -180px; }
#index_5_2 ul.titlelist li.tl5 i { background:url(../images/icon2.png) no-repeat 0px -240px; }
#index_5_2 ul.titlelist li.tl6 i { background:url(../images/icon2.png) no-repeat 0px -300px; }
#index_5_2 ul.titlelist li.tl7 i { background:url(../images/icon2.png) no-repeat 0px -360px; } 

/*左侧*/
/*主体左侧样式*/
.left_title { height:39px; line-height:39px; text-align: left;}
.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;}

/*样式1*/
.left_title1{padding-bottom:10px;font-size:26px; text-align:left; }
.left_body1{ padding:10px 0px;}
.left_bottom1 a{ color:#FFF; background:#ed4f45; padding:8px 60px; float:left;}

/*样式2*/
.left_title2{padding:35px 0px; text-align:center; background:url(../images/left_title1.png) no-repeat center center;}
.left_title2 a{ font-size:26px; }

.left_bottom2{ text-align:center; }
.left_bottom2 a{padding:10px 35px; border:1px solid #c9033b; color:#c9033b}
.left_bottom2 a:hover{ color:#FFF; background:#c9033b;}

/*样式3*/
.left_title3{ line-height:42px; text-align:center; font-size:26px;}
.left_title3 a{font-size:36px;}
.left_title3 span{font-size:20px;}
.left_body3{ padding:10px 0px;}

/*样式4*/
.left_title4{padding-bottom:20px; font-size:20px;}
.left_title4 a{font-size:36px;}

/*主体右侧*/
/*样式1*/
.right_title { height:40px; border-bottom: 3px solid #02467E; position: relative; margin-top: 10px; margin-bottom: 20px; }
.right_title h2 { font-size:20px; line-height: 40px;  text-align:left; color:#02467E;   }

.right_body { padding:5px 0px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom {}
/*样式2*/
.right_title1 { }
.right_title1 h2 {font-size:30px; font-weight:normal; text-align:center;  padding:15px 0; color:#01673A;    }
.right_body1 { padding:5px 0; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom1 {height: 5px;  line-height:5;  overflow:hidden; font-size:0px; margin-bottom:5px;}
/*样式3*/
.right_title2 { height:69px; line-height:69px;  }
.right_title2 h2 { font-size:20px;   font-weight:normal;  text-indent:40px; color:#FFF;}
.right_body2 { padding:5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.right_bottom2 { height: 5px; font-size: 0px; line-height:0;  overflow:hidden; margin-bottom:5px;}
/*==========@@布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:27px;  background:url(../images/logo_mian.jpg); display: none; }



.wrap { width: 1100px; margin:0 auto;}

/*Logo*/

#header { background: #fff url(../images/headerbg.jpg) no-repeat center top; height:145px; width: 100%; text-align: center; }
#logo { float:left; width: 440px; margin-top: 35px; text-align: left;}
#headerright  { width: 350px; float: right; margin-top: 39px; text-align: right; }
#headerright a.aoa { padding-left:0px; color: #02467e; font-size: 16px;  float: right;  display: block; height: 46px; width:130px; text-align: right; 
 background: url(../images/ico-oa.png) no-repeat left 0px; }
#headerright a.aoa:hover { color:#e00;  background: url(../images/ico-oa.png) no-repeat 2px 0px;}
input.search_text { width: 250px;  height: 26px; line-height: 28px; margin: 0; }
input.search_btn { width: 64px; height: 32px; background: url(../images/btn-search.gif); border:0; margin: 0; text-indent: -2000px; cursor: pointer;}


/*导航*/

#navigation { position: relative;  clear: both; background:#02467E url(../images/navbg.gif) center top no-repeat; width: 100%; min-height:50px; box-shadow: 0 3px 4px #aaa; z-index: 10; }
#navigation ul.navigationlist li {float:left; line-height:50px; position: relative; }
#navigation ul.navigationlist li a {display: block;font-size:16px; height: inherit; color:#FFF;text-align: center; width: 157px; }
#navigation ul.navigationlist li a:hover {color:#fff;font-weight: normal; font-style: normal;text-align:center; background: #023865; } 
#navigation ul.navigationlist .current {color:#e00; font-weight: bold; background: #023865;}
#navigation ul.navigationlist .current:hover {color:#e00; font-weight: bold;  }
/*导航栏下拉*/
#navigation  span.navicon { display: block; width: 10px; height: 10px; position: absolute; top:20px; right: 20px;
	z-index:440; background:url(../images/navicon.png) no-repeat right center;  }
#navigation li.n1 a { background: url(../images/navicon.png) no-repeat 20px center; }
#navigation li.n1 .current  { background:#023865 url(../images/navicon.png) no-repeat 20px center; }
#navigation ul.navigationlist li.n1 a:hover { background:#023865 url(../images/navicon.png) no-repeat 20px center; }

#navigation  ul.subnavigationlist {display:none; position:absolute; background:#28282e; z-index:120; width: 157px;}

#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline; width: 157px;}
#navigation  ul.subnavigationlist li a {display:block; white-space:nowrap; 
	font-weight:normal; color:#FFF; font-size:14px;  text-align:center;}
#navigation  ul.subnavigationlist li a:hover {color:#fff;background:#ed4f45;}

/*公告*/
#gsgg {  height:35px; line-height:35px; background-color:#fff; color:#0B3B7D; border-bottom: 1px solid #eee; width: 100%; text-align: center; position: relative; z-index: 5; }
#gsgg .wrap { width: 1100px; margin:0 auto; background: #fff; text-align: left;}
#gsgg .hd { float:left; width:25px; height: 35px; overflow: hidden; background:url(../images/gsgg_title.gif) no-repeat 0px center;}
#gsgg .bd { float:left; width:750px; height: 35px; overflow: hidden; }
.gsgglist  { }
.gsgglist  li { line-height:35px; height: 35px; }
.gsgglist  span { color: #999; padding-left: 40px; display: none; }

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue;  }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%}
.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) -11px 0 no-repeat; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:url(../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 { color:#999;  position: absolute; right: 0; top:10px; }
#location b { font-weight: normal;}
#location a {color:#999; }
#location a:hover {color: #02467E; }

#location-1 { background: #fff;   color:#999; clear: both;  padding:0 0; line-height: 30px; border-bottom: 1px solid #f2f2f2; }
#location-1 b {  text-indent:20px; background: url(../images/home.gif) no-repeat 0 center; display: inline-block; font-weight: normal;}
#location-1 a {color:#999;line-height: 30px;}
#location-1 a:hover { color: #02467E; }

/*子频道列表*/

#subright { width: 830px; float: right;  padding-bottom: 30px;  }

.subchannel_main{ width: 220px; float: left;    }
.subchannel_main .subtitle { background: url(../images/subtbg.jpg); color: #fff; padding: 30px 10px; text-indent: 10px; border-bottom: 2px solid #fff; }
.subchannel_main .subtitle h2 { font-size: 30px; font-weight: normal; }
.subchannel_main .subnav { width: 220px; padding-bottom: 2px; background: #fff; }
.subchannel_main .subnav li { height: 50px; border-bottom: 1px solid #ddd; text-indent: 1.2em; background: #f0f0f0; }
.subchannel_main .subnav li a { background: url(../images/dot2.gif) no-repeat 200px center; 
	display: block; width: 100%; height: 50px; line-height: 50px;  }

.subchannel_main .subnav li:hover { background: #ed4f45; color: #fff; }
.subchannel_main .subnav li:hover a { color: #fff; }

.subchannel{}
.subchannellist { text-align:center;}
.subchannellist li { display:inline; line-height:36px;  }
.subchannellist li a {background:#28282e; padding:15px 35px;color:#fff;}
.subchannellist li a:hover { background:#ed4f45; color:#FFF;text-decoration:none; }

.subchannellist #current a {font-weight:bold;color:#FFF;background:#ed4f45;}

.subchannel_main .subnav .depth1{ font-size:15px; font-weight:bold; }
.subchannel_main .subnav .depth2{ font-size:14px; height: 40px;  text-indent:1.5em; background: #fff; border-bottom: 1px dashed #eee; }
.subchannel_main .subnav .depth2 a{ border:none; line-height: 40px;  height: 40px;  display: inline; background: none;}

.subfoot { background: url(../images/left.jpg) no-repeat; width: 100%; height:768px; }

/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:60px; padding:0px 3px;}

/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }
/*联系我们1*/
.contact_wrap1{ line-height:45px; width:315px; height:154px; color:#5a5a5a; overflow:hidden;}
.contact_wrap1 b{ font-weight:normal;}
.contact_wrap1 .ico2{ background:url(../images/fax.gif) no-repeat left center; padding: 8px 0px 5px 40px;}
.contact_wrap1 .ico3{ background:url(../images/email.gif) no-repeat 1px center; padding: 8px 0px 5px 40px;}
.contact_wrap1 .ico4{ background:url(../images/address.gif) no-repeat left center; padding: 8px 0px 5px 40px;}

/*订购*/
.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 { clear:both;}
#link { padding:0; margin-top: 20px; width: 1060px; }
#link .hd ul { height: 32px; clear: both; border-bottom: 2px  solid #eee;}
#link .hd ul li { display: block; float: left; width: 88px; height: 38px;  cursor:pointer; line-height: 32px; text-align: center;  font-size: 16px; font-weight: bold;} 
#link .hd ul li.on a { border-bottom: 2px solid #e00; font-size: 16px; font-weight: bold;}
#link .hd ul li.on {   background:url(../images/sj01.gif) no-repeat center 32px;  }
#link .bd { min-height: 100px}
#link .bd ul { padding: 20px 0;}
#link .bd ul li { display: inline; padding-right: 15px;}

/* 版权信息 */
#copyright { color:#fff;  background: #00457F; height: 170px; box-shadow: 0 -3px 4px #aaa; z-index: 100;}
#copyright .wrap { position: relative; }
#copyright a { color: #fff;}

#footleft { position: absolute; left:0; top:20px;  width:300px;  text-align: center; height: 130px;}
#footleft img { margin-top: 16px;}


#footcenter { position: absolute; left:310px; top:20px; width: 215px; border-left:1px solid #025592; 
 border-right:1px solid #025592; padding:20px 20px 0 20px;  height: 130px; line-height: 220%;  }
.bottom_navigation { height: 30px; list-style: 30px; margin-left: -5px; }
.bottom_navigation a { line-height: 20px; padding: 0 5px;  }

#foottel { position: absolute; left:590px; top:20px; width: 200px; height: 130px;  float: right; line-height: 180%;  
	font-size:14px; background: url(../images/a2.png) no-repeat 0px 7px; padding-left:30px; padding-top: 3px; }

#footrongyu {position: absolute; left:840px; top:20px; width: 220px; font-size: 14px; border-left:1px solid #025592; padding-left: 30px; height: 114px;}
#footrongyu h3 { line-height: 220%; font-size: 14px;}

#copyfoot { color:#fff; padding: 15px 0; text-align: center; background: #003D70; border-top:1px solid #025592;}
#copyfoot a { color: #fff;}



/*分页样式*/
.page { padding:4px 0px 20px 1px;  clear:both; text-align: center; }
.page a, .page span {  display:inline-block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#CC0001; color:#ff9900; }
.page .current{ background:#CC0001; color:#FFF;}
.page #total{color:red}
	
/*会员*/
/*会员登录*/
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:#d1e8fc; 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; width: 90%; margin:0 5%;}
.ChannelSContent, .ChannelSContent p{ line-height:1.8em}
.ChannelContent a{ color: #ff9d02}
 
.ChannelSContent{line-height:25px;overflow:hidden; margin-bottom:10px; text-align:left;}
.ChannelSContent a{ color: #ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }

.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding:35px 0px 15px 0;}
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal; width: 80%; margin:0 10%; color: #000; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent { min-height: 250px; width: 90%;  margin:1px auto;  }
.InfoContent, .InfoContent p{ line-height:2.0em; font-size:16px; padding:10px 0; color: #000; }
.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{  text-align:center; color:#999; border:1px dashed #ccc; line-height:30px; width: 90%; margin:15px auto; }
.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; width: 90%;  margin:100px auto 20px auto;  line-height:1.8em; margin-bottom: 20px;}
.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; height:162px;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;}
.message_title1{padding-bottom:20px;font-size:36px; }
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:60px; 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:#01673A; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.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}
/*===反馈频道 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist { margin-bottom: 20px; }
.textlist li { line-height:28px; padding:10px 0;    border-bottom: 1px dashed #ddd; overflow:hidden;width:100%;/*解决ie6bug*/ position: relative; min-height: 94px;}
.textlist li a{  color: #02467E; }
.textlist li a:hover { color: #E21E23; }
.textlist li .listday { width: 92px; min-height: 94px; background: url(../images/rili1.gif) no-repeat; position: absolute; left: 0 ;top:0; text-align: center; margin-top: 10px; }
.textlist li .years { font-size: 14px; }
.textlist li .day { font-size: 36px; line-height: 50px; }
.textlist li .listcon { padding-left: 110px; }
.textlist li p.tr { text-align: right;}
.textlist li  a { color:#02467E }
.textlist li p { color: #888; line-height: 140%; font-size: 14px;}
.textlist li h3 { margin-bottom: 10px; }


/*文字列表*/
.textlist1{}
.textlist1 .li0{ padding-right:40px;}
.textlist1 li { overflow:hidden; width:100%;  border-bottom:1px dashed  #DDD; padding:20px 0px;  margin-right: 25px;}
.textlist1 li .pic { width: 70px; overflow: hidden; height: 70px; float: left;}
.textlist1 li img{   width:100%; min-height: 70px; min-width: 70px; }
.textlist1 li .InfoTitle{ border:none; font-size:16px;color:#666;font-weight: bold;text-decoration: none;line-height: 140%;width: 399px;overflow: hidden;white-space: nowrap;display: block; padding:0; text-align:left;}
.textlist1 li .InfoTitle:hover{color:#ed4f45;}
.textlist1 li .InfoTime{ font-size:14px; color:#666; line-height:140%; } 
.textlist1 li p{ height:2.6em; overflow:hidden; line-height:1.3em; color:#666; font-size:14px; }

/*带缩略图文字列表*/

.thumblist {}
.thumblist li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ccc; }
.thumblist li a.pic { width: 340px; float: left; position: relative;  }
.thumblist li a.pic img { width: 100%; }
.thumblist li .InfoTime { background: #03457F; text-align: center; color: #fff; line-height: 40px; font-size: 14px; width: 90px; height: 40px; position: absolute; top:0; left:0; z-index: 999; }
.thumblist li .Infocon { width: 800px; float: right; font-size: 18px;}
.thumblist li .Infocon a { font-size: 20px; color:#03457F; font-weight: bold;  }
.thumblist li .Infocon a:hover  {  color:#D9241B;  }
.thumblist li .Infocon p { margin-top: 20px;}

.thumblist li .lmore { margin-top: 20px; }
.thumblist li .lmore a { font-size: 14px; color: #fff; padding:3px 20px; background: #aaa;  }
.thumblist li .lmore a:hover { background: #D9241B;}

.thumblist2 {}
.thumblist2 li { padding-bottom: 20px; width: 250px; height: 240px; margin:10px 13px;  display: inline-block;
overflow: hidden; text-align: center; background: #fff;  }
.thumblist2 li a.pic { width: 100%; height: 168px; overflow: hidden; display: block; margin-bottom: 10px; text-align: center; }
.thumblist2 li a.pic img { max-width:248px; min-height: 166px; max-height: 166px;  border: 1px solid #ddd; box-shadow: 0 0 3px #ccc;  }
.thumblist2 li a { font-size: 14px; line-height: 180%; }
.thumblist2 li .InfoTime { text-align: center; color: #aaa;  font-size: 14px; }




/*文字列表*/
.textlist12{ margin: 0; padding: 0; text-indent: 0; }

.textlist12 li { overflow:hidden; width:250px; min-height: 200px; margin-bottom: 10px; float:left; border-bottom:1px dashed  #DDD; padding:0px; margin-left: 20px;}
.textlist12 li .litit { background:url(../images/a1.png) no-repeat 0px 6px; text-indent: 1.2em; clear: both; padding-bottom: 10px; }
.textlist12 li .litit a { color: #366db6; font-size: 16px; }
.textlist12 li .pic { width: 100%; overflow: hidden; height: 168px; margin-bottom: 10px;  }
.textlist12 li img{   width:250px; height: 168px;}
.textlist12 li .litit a { font-size:14px; text-decoration: none;line-height: 140%;
	width: 399px;overflow: hidden;white-space: nowrap;display: block; padding:0; text-align:left;}
.textlist12 li .litit:hover a {color:#ed4f45;}
.textlist12 li p{ height:2.6em; overflow:hidden; line-height:1.3em; color:#666; font-size:14px; }

/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist li { float:left; padding:4px 0;margin-bottom:10px; margin-right:15px; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist li img { border:1px solid #D6D6D6; width:282px;}
.gridlist li a { white-space:nowrap; line-height:28px;}
.gridlist li a:hover img {  }

/*橱窗列表1 
	.gridlist1{ overflow:hidden;margin-top:65px;}
	.gridlist1 li { position:relative; float:left; text-align:center;display:inline /*解决ie6 双边距bug ;
	text-overflow:ellipsis; white-space:nowrap; width:220px; height:220px;}
	.gridlist1 .li1{ background:url(../images/gridlist21.png); margin-left:105px; z-index:1;}
	.gridlist1 .li2{ background:url(../images/gridlist21.png); z-index:1;}
	.gridlist1 .li3{ background:url(../images/gridlist21.png); z-index:1;}
	.gridlist1 .li4{ background:url(../images/gridlist22.png); position:absolute; top:173px;left:0px; z-index:0;}
	.gridlist1 .li5{ background:url(../images/gridlist22.png); position:absolute; top:173px;left:221px; z-index:0;}
	.gridlist1 .li6{ background:url(../images/gridlist22.png); position:absolute; top:173px;right:190px; z-index:0;}
	.gridlist1 li img { height:60px;width:59px; margin-top:70px;}
	.gridlist1 li span a:hover{ color:#47cdff;}
	.gridlist1 li .InfoTitle { white-space:nowrap; line-height:19px; display:block;  color:#000;}
/*橱窗列表2*/
.gridlist2{ overflow:hidden; text-align:center;}
.gridlist2 li {  float:left;  margin:0px 62px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis;}
.gridlist2 li img { width:175px;}
.gridlist2 li .InfoTitle { line-height:45px;color:#5a5a5a; font-size:20px;}
.gridlist2 li .InfoTitle:hover{color:#ed4f45;}
.gridlist2 li span{ overflow:hidden; font-size:12px;}
.gridlist2 li p{ width:150px;}
/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { width:385px; float:left; padding:0px 5px; text-align:center; overflow:hidden;}
.videolist li img { border:1px solid #E1E1E1; width:100%; }
.videolist li a { white-space:nowrap; line-height:28px;}

/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { width:375px; float:left; margin-right:15px; text-align:center; overflow:hidden;}
.videolist li img { border:1px solid #E1E1E1; width:100%; }
.videolist li a { white-space:nowrap; line-height:28px;}
/*==========@@通用列表  结束@@==========*/

#floor_2_main  { margin-top: 20px; }

.indnews { width: 540px; float: left; min-height: 280px; margin-top: 10px;}
#floor_2_2,#floor_2_4 { float: right;}
.indnews .title {  background: url(../images/t0.gif) no-repeat right 20px; margin-bottom: 16px;  }
.indnews .title h2 { font-size: 26px; color: #366db6; font-weight: normal; }
.left_body2 ul li { width: 100%; background: url(../images/a1.gif) no-repeat left center; border-bottom: 1px solid #eee; padding: 10px 0; text-indent: 15px; }
.left_body2 ul li:hover { background: #f2f2f2;  }
.left_body2 ul li a { font-size: 14px;}
.left_body2 ul li span { display: block; float: right; }


