﻿@charset "utf-8";
@import "reset.css";
@import "typography.css";
@import "forms.css";
@import "tabs.css";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
以下css长和宽、边距定义使用px；字体大小使用em，直接span使用font14px属性即显示14字体。
-------------------------------------------------------------- */
/* 页面基本元素
-------------------------------------------------------------- */

h1{ }
h2{ }
h3{ }

/* 链接颜色 */


.cfff { color:#fff;}
.cfff a:link { color:#fff;}
.cfff a:visited { color:#fff;}
.cfff a:hover {  color:#fff;}

.c666666 { color:#666666;}
.c666666 a:link { color:#666666;}
.c666666 a:visited { color:#666666;}
.c666666 a:hover {  color:#3B81D9;}

.c656565 { color:#656565;}
.c656565 a:link { color:#656565;}
.c656565 a:visited { color:#656565;}
.c656565 a:hover {  color:#3B81D9;}

c000:link { color:#000000; text-decoration:none;}
c000:visited { color:#000000; text-decoration:none;}
c000:hover { color:#000000; text-decoration:none;}

/* 图片边框 */
.img2px img { padding: 2px; border: 1px solid #cccccc; }

/* 1px细线 */
.div1px { border:#CCCCCC 1px; }

/* li相关 */
ul,li { list-style-type:none; }

/* 带着图片的li */
.imgli1 li{ list-style-image:url(../BG.jpg) ; }

/* w系列控制宽度 */
.wauto { width: auto }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.3%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w66 { width: 66.6%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }


.w96px { width: 96px; }
.w188px { width: 188px; }
.w190px { width: 190px; }
.w192px { width: 192px; }
.w193px { width: 193px; }
.w330px { width: 330px; }
.w338px { width: 338px; }
.w313px { width: 313px; }
.w325px { width: 325px; }
.w338px { width: 338px; }
.w380px { width: 380px; }
.w684px { width: 684px; }
.w694px { width: 694px; }
.w730px { width: 730px; }
.w363px { width: 363px; }
.w560px { width: 560px; }
.w619px { width: 619px; }
.w688px { width: 688px; }
.w650px { width: 650px; }
.w672px { width: 672px; }
.w755px { width: 755px; }
.w707px { width: 707px; }
.w835px { width: 835px; }
.w990px { width: 990px; }
.w1440x { width: 100% }
.q_w1000px { width: 1000px; }
.q_w140px { width:140px; }
.q_w90px { width:90px; } 
.q_w100px { width:100px; }
.q_w200px { width:200px; } 
.q_w325px { width:325px; }
.q_w383px { width:383px; }
.q_w800px { width: 800px; }
.q_w757px { width: 757px; }
.q_w755px { width: 755px; }
.q_w145px { width:145px; }

/* h系列控制高度 */
.hauto { height:auto; }
.h100{ height:100%; }
.h24px { height: 24px; }
.h42px { height: 42px; }
.h47px { height: 47px; }
.h48px { height: 48px; }
.h33px { height: 33px; }
.h44px { height: 44px; }
.h130px { height: 130px; }
.h160px { height: 160px; }
.h106px { height: 106px; }
.h141px { height: 141px; }
.h180px { height: 180px; }
.h197px { height: 197px; }
.h370px { height: 370px; }
.h400px { height: 400px; }
.h600px { height: 600px; }
.h700px { height: 700px; }
.h719px { height: 719px; }
.h800px { height: 800px; }
.q_h785px { height: 785px; }
.q_h553px { height: 553px; }
.q_h700px { height: 700px; }
.q_h40px { height: 40px; }
.q_h32px { height: 32px; }
.q_h20px { height: 20px; }

 
.mt10 { margin-top: 10px; }
.mt25 { margin-top: 25px; }
.mt34 { margin-top: 34px; }
/* p系列控制padding */
.pt5 { padding-top: 5px; }
.pt6 { padding-top: 6px; }
.pt7 { padding-top: 7px; }
.pt8 { padding-top: 8px; }
.pt9 { padding-top: 9px; }
.pt10 { padding-top: 10px; }
.pt12 { padding-top: 12px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt50 { padding-top: 50px; }
.pt57 { padding-top: 57px; }
.q_pt32 { padding-top: 32px; }
.q_pt35{ padding-top:35px }

.pr5 { padding-right: 5px; }
.pr6 { padding-right: 6px; }
.pr7 { padding-right: 7px; }
.pr8 { padding-right: 8px; }
.pr9 { padding-right: 9px; }
.pr10 { padding-right: 10px; }
.pr12 { padding-right: 12px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr62 { padding-right: 62px; }
.q_pr35{ padding-right:35px }

.pb5 { padding-bottom: 5px; }
.pb6 { padding-bottom: 6px; }
.pb7 { padding-bottom: 7px; }
.pb8 { padding-bottom: 8px; }
.pb9 { padding-bottom: 9px; }
.pb10 { padding-bottom: 10px; }
.pb12 { padding-bottom: 12px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.q_pb35{ padding-bottom:35px }

.pl3 { padding-left: 3px; }
.pl5 { padding-left: 5px; }
.pl6 { padding-left: 6px; }
.pl7 { padding-left: 7px; }
.pl8 { padding-left: 8px; }
.pl9 { padding-left: 9px; }
.pl10 { padding-left: 10px; }
.pl12 { padding-left: 12px; }
.pl15 { padding-left: 15px; }
.pl18 { padding-left: 18px; }
.pl20 { padding-left: 20px; }
.pl45 { padding-left: 45px; }
.pl75 { padding-left: 75px; }
.pl145 { padding-left: 145px; }
.pl274 { padding-left: 274px; }
.q_27 { padding-left:27px; }
.q_p35{ padding-left:35px }

/* m系列控制padding */
.mt5 { margin-top: 5px; }

/* --bg系列控制背景图片，自行添加，前面的px控制左右相对位置，后面的控制上下相对位置-- */
.bg1 { background:url(../images/yb1.gif) no-repeat 0px 0px;}
.bg2 { background:url(../images/yb2.gif) no-repeat 0px 0px;}
.bg3 { background:url(../images/yb3.gif) no-repeat 0px 0px;}
.bg4 { background:url(../images/yb4.jpg) no-repeat 0px 0px;}
.q_bc_1{ background:url(img/news.jpg) no-repeat #F7F7F7;}
.q_bc_2{ background:url(img/20120822161903.jpg) no-repeat #f7f7f7; }
.q_bc_3{ background:url(img/20120822162218.jpg) no-repeat #F7F7F7; }
.q_bc_4{ background:url(img/20120822162353.jpg) no-repeat #F7F7F7; }
/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }
.strong { font-weight:bold; }
img { border: 0; }
td { font-size:12px; }
.ar { font-family:Arial, Helvetica, sans-serif;}
.wr { font-family:"微软雅黑";}
.font10px { font-size: 10px; }
.font11px { font-size: 11px; }
.font12px { font-size: 12px; }
.font13px { font-size: 13px; }
.font14px { font-size: 14px; }
.font15px { font-size: 15px; }
.font16px { font-size: 16px; }
.font8px { font-size: 8px; }
.l { float: left; }
.r { float: right; }
.tcenter { text-align:center; }
.tleft { text-align:left; }
.tright { text-align:right; }
.center { margin: 0 auto; }
.left { float: left; }
.right { float: right; }
.33p { width: 33.3%; }
.30p { width: 30%; }
.40p { width: 40%; }
.50p { width: 50%; }
.60p { width: 60%; }
.66p { width: 66.6%; }
.70p { width: 70%; }
.hidden { overflow: hidden; }
.lineheight1  { line-height: 1; }
.lineheight12  { line-height: 1.2; }
.lineheight15  { line-height: 1.5; }
.lineheight18  { line-height: 1.8; }
.lineheight2  { line-height: 2; }
.lineheight25  { line-height: 2.5; }
.lineheight20px  { line-height: 20px; }
.lineheight22px  { line-height: 22px; }
.lineheight24px  { line-height: 24px; }
.lineheight28px  { line-height: 28px; }
.lineheight30px  { line-height: 30px; }
.lineheight42px  { line-height: 42px; }
.lineheight48px  { line-height: 48px; }
.lineheight54px  { line-height: 54px; }
* html,* html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}
.font_yh { font-family:"微软雅黑"; }

/* 页面
-------------------------------------------------------------- */

.page { margin: 0 auto; width: 100%; height: auto; }

/* 头部
-------------------------------------------------------------- */

.header { margin: 0 auto; }
.logo { float: left; margin: 0; }
.ad { float: right; margin: 0;  }
.menu { margin:0 auto; width: 980px; }


/* 尾部
-------------------------------------------------------------- */
.footer { margin:0 auto; margin-top: 10px; text-align: center; }

/* 内容开始
-------------------------------------------------------------- */

body { margin: 0 auto; padding: 0; background: #FFF;}
body { behavior: url("hover.htc") } 

/*翻页  程序直接调用样式 误删*/
#paginator a{ font-family:"微软雅黑";
border: 1px solid #DDD;
color: #333;
margin: 2px;
padding: 4px 5px;
text-decoration: none;
font-size:12px;
}
#paginator a:hover{
border: 1px solid #DDD;
color: #333;
margin: 2px;
padding: 4px 5px;
text-decoration: none;
background: #1D84D1;
color:#FFF;
font-size:12px;
}
#paginator .current { font-family:"微软雅黑";
background: #1D84D1;
border: 1px solid gainsboro;
color: white;
font-weight: bold;
margin: 2px;
padding: 4px 5px;
font-size:12px;
}
#paginator .hs{ font-family:"微软雅黑";
border: 1px solid #DDD;
color: #999;
margin: 2px;
padding: 4px 5px;
text-decoration: none;
font-size:12px;
}






/* 网站地图
-------------------------------------------------------------- */
.mnmap{ width:688px; background:url(../images/map.jpg) top no-repeat;}
.mnmapt{ height:47px; line-height:47px; padding-left:65px;}
.mnmapt ul { margin:0 auto; padding:0;}
.mnmapt ul li{ float:left; line-height:47px;}
.mnw80px{ width:80px;}
.mnw300px{ width:512px;}
.mnw300px a{ text-decoration:none; color:#666;}
.mnw300px a:hover{ color:#015697;}
.mnpl20{ padding-left:20px;}
.margin0{ margin:0 auto;}


.q_bdc{ border:#dddddd 1px solid; border-bottom:none;}

/* taiho
----------------------------------------------------------------*/
#q_header{height:74px;background:url(../images/header.jpg) no-repeat center 0;}
#q_header ul{height:35px;}
#q_header span{padding:0px;color:#004D93;position:relative;top:-1px;font-size:14px;}
#q_header li{float: right;height:100%;line-height:35px;}
#q_header a{font-size:13px;color:#004D93;text-decoration:none;padding:0px 5px;}
#q_search{ padding-right:50px;}
#q_search input{width:163px;height:23px;float:right;background:url(img/search.jpg) no-repeat;border:none; line-height:23px; font-size:12px;}
.q_nav{height:36px;background:url(img/20120822091809.jpg) repeat-x;}
.q_nav ul li{float:left; height:36px; overflow:hidden;}
.q_nav ul li a{color:#FFF;width:107px;float:left;text-align:center;line-height:36px;background:url(../img/nav_2.jpg) right no-repeat;font-family:"微软雅黑";text-decoration: none;font-size:14px;}
.q_nav ul li a.bg_0F3D61 { background:#0F3D61;}
.q_nav ul li a:hover{background:#0F3D61;color:#FFF;}
#q_nav_last{width:107px;float:left;text-align:center;line-height:36px;font-family:"微软雅黑";text-decoration: none;font-size:14px;}
#q_nav_last:hover{background:#0F3D61;color:#FFF;}
#q_banner{height:350px;}
#q_banner_bottom{height:40px; background:url(img/20120822091250.jpg) repeat-x;}
#q_content{height:240px; background:#fff;margin-top:5px;}
#q_content_left{width:383px; background:url(../images/q_content_left_b.jpg) bottom no-repeat; padding-bottom:15px;}
.q_h164px{height:164px;border:1px solid #D9D9D9;margin-top:10px;}
#q_news_1{width:354px;;height:70px;padding:8px 20px 11px 8px;}
#q_news_1 img{float:left;margin-right:15px;}
#q_news_1 a{float:left;font-family:"微软雅黑";text-decoration: none;color:#002D7D;font-size:12px;font-weight:normal;}
#q_news_1 p{padding-top:7px;font-size:12px;line-height:16px;color:#565353;}
#q_news_2{background:url(../../taiho/img/news_1.png) no-repeat; width:100%;height:72px;padding-top:5px;}
#q_news_2 ul{}
#q_news_2 li{background:url(../../taiho/img/news_li.jpg) left center no-repeat;width:100%;height:20px;line-height:20px;padding-left:10px;margin:0px 20px 0px 8px;width:344px;}
#q_news_2 a{color:#6B6B6C;float:left;}
#q_news_2 span{float:right;color:#949494;}
#q_content_middle{width:356px;margin-left:10px; background:url(../images/q_content_middle_b.jpg) bottom no-repeat; padding-bottom:15px;}
#q_content_right{width:232px;margin-left:10px; background:url(../images/q_content_right_b.jpg) bottom no-repeat; padding-bottom:15px;}
#q_footer{height:60px;background:url(img/footer1.jpg) no-repeat;}
#q_footer li{float: right;}
#q_footer a{padding:0px 5px;}
#q_logo{height:74px;position:relative;left:240px;}
#q_product{margin:19px 9px 0px 9px;background:url(../../taiho/img/20120822153042.jpg);width:auto;height:85%;}
.q_product_1{width:85px;height:100px;border-right:1px dashed #CECECC;margin:10px 5px 0px 0px;padding-right:5px;color:#02477E;}
#q_product_left,#q_product_right{margin-top:10px;}
.q_product_1 img{margin-bottom:2px;}
#q_marketing{margin-top:10px;}
.q_red{color:#F00;}
.q_999999{color:#999999;}

/*图片滚动 */
.rollBox{width:350px; float:left; padding-left:2px;}
.rollBox .Cont{width:297px; overflow:hidden; float:left; padding:0;padding-left:5px; padding-top:30px;background:url(../img/20120822152824.png) 0px 17px repeat-x;position:relative;left:-3px;color:#02477E;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:84px;float:left; text-align:center; font-size:12px; line-height: 12px; background:url(themes/16884/cn/images/tab_03.jpg) no-repeat 0px 0px; padding-left:5px; _padding-left:0px;}
.rollBox .Cont .pic img{width:84px;display:block;border:0;}
.rollBox .Cont .pic p{line-height:26px; color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466; text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left; padding:0;}
.zuo{width:255px; float:left;}
.tou{width:900px; margin:0 auto;}


.tpgd_top{width:146px;float:left; padding:10px 0px 0 0px; }
.tpgd_bottom{width:146px;float:left; padding:10px 0 0 0; }
.tpgd{width:156px;float:left;}


.q_c1D84D1{color:#1D84D1;}

/*产品中心*/
.product_center_1{background:url(../img/product_img/product_center_1_09.jpg) repeat-x;height:42px; overflow:hidden; }
.product_center_1 span{position:relative;left:-20px;top:15px;color:#8E8E8E;}
.product_center_1 span a {color:#8E8E8E;}
.product_center_2{border:1px solid #DDDDDD; padding-top:34px;}
.q_pc3{width:675px;height:35px;margin:32px 0px 0px 27px;background:url(../img/product_img/20120823162555.jpg) repeat-x bottom;}

.product_center_2 table td{width:207px;padding-right:30px; padding-top:20px;}
.product_center_2 table div{font-size:14px;text-align:center;font-weight:bold;color:#666666;}
.fenye{width:500px;padding-top:40px;}
.fenye li{float:left;padding:3px 5px 3px 5px;border:1px solid #CCCCCC;margin:0px 2px;font-family:"黑体";}

.banner_chanpin { background:url(../images/chanpin_center_1_05.jpg) no-repeat center 0; height:170px; }
.left_bt_bg { background:url(../images/left_bt_bg.jpg) no-repeat 0 0; font-family:"微软雅黑"; color:#1d84d1; font-size:16px;font-weight:bold; padding-left:44px; width:146px; }
.erji_bg2 { background:url(../images/erji_bg1.jpg) no-repeat 0 0; }

.m_erji { border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4; }
.m_erji ul li  { line-height:42px; height:42px; border-bottom:1px solid #e4e4e4; width:188px; float:left; }
.m_erji ul li a  { line-height:42px; height:42px;background:url(../images/erji_bg2.jpg) no-repeat 0px 0px; font-family:"微软雅黑"; font-size:14px; color:#666666; width:144px; padding-left:44px;display:block; text-align:left;}
.m_erji ul li a:hover { background:url(../images/erji_bg1.jpg) no-repeat 0px 0px; color:#1D84D1;}
.m_erji ul li a.merji { background:url(../images/erji_bg1.jpg) no-repeat 0px 0px; color:#1D84D1;}

.erji ul li{ widows:188px; height:42px; background:url(../images/erji_bg2.jpg) no-repeat 0 0; border:#e4e4e4 1px solid; border-top:none; }
.chanpin_img_bg { width:207px; height:125px; background:url(../images/chanpin_img_bg.jpg) no-repeat 0 bottom; margin-bottom:14px; }

.c_464847 { color:#464847; }
.c_464847 a:link { color:#464847;}
.c_464847 a:visited { color:#464847;}
.c_464847 a:hover {  color:#3B81D9;}


.c_403f3f { color:#403f3f; }
.c_666666 { color:#666666; }

a { text-decoration:none; }
/*大丰文化*/
.pic_product{padding:25px 0px 0px 13px;}
.banner_zjdh { background:url(../images/banner_zoujindahua.jpg) no-repeat center 0; height:170px; }
.dafengwenhua_bg { width:724px; height:503px; background:url(../images/dafengwenhua_bg.jpg) no-repeat 0 0; }
.dafengwenhua_bg ul { padding:180px 0 0 60px; width:560px; float:left; }
.dafengwenhua_bg ul li { font-family:"微软雅黑"; font-size:18px; color:#ffffff; text-align:left; line-height:30px; }

/*关于大丰*/
.guanyudafeng{width:538px; text-align:left; }
.guanyudafeng h2{color:#1D84D1; font-family:"微软雅黑"; font-size:18px; font-weight:normal; }
.guanyudafeng p{color:#666666; font-family:"宋体"; font-size:12px; line-height:30px; }
.guangyudafeng_bg { background:url(../images/guangyudafeng_bg.jpg) no-repeat 0 0; width:755px; }

/*生产车间*/
.shengchanchejian_2{padding-top:40px;border:1px solid #DDDDDD; width:735px;padding-left:20px;}
.shengchanchejian_2 table td{padding-right:10px;}
.shengchanchejian_2 table div{font-size:14px;text-align:center;padding:15px 0px;font-weight:bold;color:#00659D;}
.shengchanchejian_2 p{color:#949494; text-indent:2em;}
.shengchanshejian_pic1{position:relative;top:-5px;}

/*生产车间*/
.shengchanchejian_3{;border:1px solid #DDDDDD;width:735px;padding-left:20px;}
.shengchanchejian_3 p{color:#949494; text-indent:2em;}
.shengchanshejian_pic1{position:relative;top:-5px;}

/*相关信息*/
.xiangguanxinxi_2{ background: url(../images/xxxx.jpg) no-repeat 0 0;width:713px;height:111px; margin:15px 10px 0px 15px; overflow:hidden; }
.xiangguanxinxi_2 p{ float:left;padding:20px 50px 25px 39px; line-height:1.8;font-size:13px;color:#666666;width:280px; text-align:left; }
.xiangguanxinxi_2 a img{position:relative;top:60px;left:-30px;}
.xiangguanxinxi_2 ul { float:left; width:145px; text-align:center; padding:20px 0 0 0; line-height:32px; }
.xiangguanxinxi_2 ul li { font-family:"微软雅黑"; font-size:14px; color:#666666; }
.xiangguanxinxi_2 ul h3 { font-family:"微软雅黑"; font-size:18px; color:#1d84d1; font-weight:lighter; }

/*联系我们*/
.lianxiwomen_banner{width:742px;height:168px; background:url(../img/lianxiwomen/lianxiwomen_datu.jpg) no-repeat 0 0;margin:10px 0px 0px 7px;padding:20px 0px 0px 20px;}
.lianxiwomen_banner p{width:400px;color:#666666;font-family:"微软雅黑";font-size:14px;float:left;}
.lianxiwomen_banner span{width:200px;margin-bottom:10px;position:relative;top:-15px;left:40px;color:#FFFFFF;font-family:"黑体"}
.lianxiwomen table{margin:15px 0px 0px 7px;}
.lianxiwomen_title{padding:15px 0px 10px 15px;font-size:14px;font-family:"微软雅黑";color:#4C95D5;}
.lianxiwomen_con{width:100%;height:69px;}
.lianxiwomen table td{width:340px; height:108px; background:url(../img/lianxiwomen/lianxiwomen_xiao.jpg) no-repeat 0 0;padding-right:80px;margin:0px;border-collapse:collapse;}
.td_r{margin-left:40px;}
.lianxiwomen_con p{color:#666666;height:20px;line-height:20px;margin-left:15px;}
/*---zhy---*/
.banner_lianxiwm { background:url(../images/banner_lianxiwm.jpg) no-repeat 0 0; }


.rencai{width:658px; overflow:hidden;border:1px solid #EBEBEB; background:#F9F9F9;}
.rencai ul{width:500px; line-height:24px; padding-top:12px; }
.rencai h2{font-size:13px;color:#686868; font-weight:normal; padding-left:14px; background:url(../images/xfk.jpg) no-repeat 0 center; height:24px; }
.rencai p{color:#9B9B9B;font-family:"宋体"; padding-left:14px; }

/*--人才理念--*/
.banner_rczp { background:url(../images/banner_rencaizhaopin.jpg) no-repeat center 0; height:170px; }
.xfk { background:url(../images/xfk.jpg) no-repeat 0 center; }

/*--技术实力--*/
.banner_jssl { background:url(../images/banner_jishushili.jpg) no-repeat center 0 ; height:170px; }

/*--产品频道--*/
.chanpin_pindao_bg { background:url(../images/chaipin_pindao_bg.jpg) no-repeat center 0; height:492px; padding:162px 0 0 20px; }
.chanpin_pindao_bg1 {  width:721px; height:336px; }
.chanpin_pindao_bg1 img { margin:0 auto; }
.bd4_dfdfdf { border:#dfdfdf 1px solid; }
.bg_ffffff { background-color:#ffffff; }
.cppd_span { position:relative;} 
.cppd_span span{padding-left:0px; padding-top:0px; display:block;position: absolute; width:160px; height:24px; left:0px; top:62px; background: url(../images/cppd_span_bg.png) repeat-x 0 0; text-align:center;} 
.cppd_span span a { font-family:"微软雅黑"; font-size:16px; color:#FFF;line-height:24px;}

/*--技术水平--*/
.jssp_bg { background: url(../images/jssp_bg.jpg) no-repeat 0 0; width:755px; }
.jssp_bg ul { padding-top:190px; width:636px; margin:0 auto; text-align:left; }
.jssp_bg ul li { font-family:"宋体";color:#1d84d1; line-height:24px; }
.jssp_bg ul p { line-height:24px; color:#666666; }
.pb50 { padding-bottom:50px; }

/*--新闻动态--*/
.banner_news{ background:url(../images/banner_newsdongtai.jpg) no-repeat center 0; height:170px; }
.lineheight44px  { line-height: 44px; }
.bg_f7f7f7 { background-color:#f7f7f7; }
.bd4_e6e6e6 { border:#e6e6e6 1px solid; }
.bdb_a6a6a6 { border-bottom:#a6a6a6 1px dashed; }
.btmc_bg { background:url(../images/z_xinwendongtai.jpg) repeat-x 0 0; }
.z_xwlb ul li { height:35px; line-height:35px; background:url(../images/xlsj.jpg) no-repeat 11px center; padding:0 47px 0 43px; border-bottom:#b9b8b8 1px dashed; color:#666666; }

/*---企业视频---*/
.qiyeshipin_bg { background:url(../images/qiyeshipin_bg.jpg) no-repeat 70px 0; }
.qiyeshipin_bg img { border:#ececec 1px solid; padding:5px 0 0 0; background-color:#fbfbfb; }
.qiyeshipin_bg ul { padding-top:10px; }

/*---营销网络---*/
.banner_yingxiaowangluo{ background: url(../images/banner_yingxiaowangluo.jpg) no-repeat center 0; height:170px; }

/*---质量管理---*/

.banner_lxwm { background: url(../images/banner_lianxiwomen.jpg) no-repeat center 0; height:170px; }

.banner_zhiliangguanli { background: url(../images/banner_zhiliangguanli.jpg) no-repeat center 0; height:170px; }
.guanlikuangjia_bg { background:url(../images/guanlikuangjia_bg.jpg) no-repeat 0 0; width:215px; height:323px; padding-right:9px; }
.guanlikuangjia_bg p { font-family:"微软雅黑"; font-size:14px; color:#7a7979; line-height:40px; }
.2gezi p { text-indent:2em; }

/*---9-4---*/
.c_1d84d1 { color:#1d84d1; }
.c_ce0000 { color:#ce0000; }
.c_aaaaaa { color:#aaaaaa; }
.font_a { font-family:Arial;}
.lineheight18px  { line-height: 18px; }
.w181px { width:181px; }
.w206px { width:206px; }
.w607px { width:607px; }
.w642px { width:642px; }
.w700px { width:700px; }
.w710px { width:710px; }
.h201px { height:201px; }
.h512px { height:512px; }
.mt25 { margin-top:25px; }
.ml35 { margin-left:35px; }
.bd4_d9d9d9 { border:#d9d9d9 1px solid; }
.pt4 { padding-top:4px; }
.pt142 { padding-top:142px; }
.pt274 { padding-top:274px; }
.pl40 { padding-left:40px; }
.pl100 { padding-left:100px; }
.zoujindafeng_bt_bg { background:url(../images/zoujindafeng_bt_bg.jpg) no-repeat 0 0; width:198px; height:44px; padding-left:7px; line-height:17px; }

/*----特别声明----*/
.tebieshengming_bg { background:url(../images/tebieshengming_bg.jpg) no-repeat 0 0;}

/*----展望未来----*/
.zhanwangweilai_bg { background: url(../images/zhanwangweilai_bg.jpg) no-repeat 0 0; }

/*---人才招聘---*/
.rczp table { margin:0 auto; color:#4c4c4c; }
.rczp table td { height:30px; line-height:30px; }
.rczp table td a { color:#4c4c4c; }
.ml156 { margin-left:156px; }
.ml45 { margin-left:45px;}

/*---员工行为守则---*/
.tabmenu3 { width:700px; height:29px; border-bottom:#d9d9d9 1px solid; }
.tabmenu3 ul li { float:left; width:119px; height:29px; background:url(../images/shouze_bt_bg1.jpg) no-repeat; text-align:center; line-height:29px; margin-right:12px; font-family:"微软雅黑"; font-size:14px; color:#1d84d1; }
.tabmenu3 ul li:hover { background:url(../images/souze_bt_bg2.jpg) no-repeat 0 0; color:#FFF; }
.tabmenu3 ul li.cli { background:url(../images/souze_bt_bg2.jpg) no-repeat 0 0; color:#FFF; }
#tabcontent3 .hidden {display:none;}
.ygsz2 { padding-top:20px; text-align:left; }
.ygsz2 li { color:#666666; line-height:27px; height:27px; background:url(../images/xlq.jpg) no-repeat 10px center; padding-left:27px; }


#banner { position:relative; width:310px; height:130px; overflow:hidden;}
#banner_list img {border:0px;}
#banner_bg { position:absolute; bottom:0; _bottom:-1px; background:url(../images/flashbg.png) repeat; height:25px; z-index:1000; cursor:pointer; width:1002px; }
#banner_info{position:absolute; bottom:0; left:20px;height:25px; line-height:25px; color:#fff;z-index:1001;cursor:pointer; font-size:12px;}
#banner_text {position:absolute;width:120px;z-index:1002; right:3px; bottom:3px;}
#banner ul {
	position:absolute;
	list-style-type:none;
	z-index:1002;
	margin:0;
	padding:0;
	bottom:-0px;
	_bottom:-2px;
	left:200px;
	width: 108px;
}
#banner ul li { display:block; width:18px; height:18px; line-height:18px; text-align:center; color:#fff; background:url(../images/n_off.gif);cursor:pointer; margin-bottom:4px; font-family:Arial; font-size:12px; float:left; margin-left:5px;}
#banner ul li.on { background:url(../images/n_on.gif); color:#fff; font-weight:bold;}
#banner_list a{
}

/*新闻详情 */
.border-bottom{border-bottom:#ebedf1 solid 1px;}
.newsconn{ font-size:18px;color:#2F9FDA; font-weight:bold; text-align:center; margin:0 auto; padding-top:20px; font-family:"微软雅黑";}
.shijina{ font-size:12px;  color:#666; text-align:center; margin:0 auto; padding-top:10px;}
.Q_ZTYS08{ width:715px;font-size:12px; color:#666666; line-height:28px;}
.w200{width:200px;}
.bg20{ background:url(../images/pager.jpg)  no-repeat 0px 0px;}
.h60{height:60px;}
.lineheight60  { line-height: 60px; }
.w670px { width:670px;}

/*人才招聘*/
.shenqing{ background:url(../images/cpyc.jpg) no-repeat; width:118px; height:31px; border:0px; color:#fff; line-height:31px; font-size:14px;}
.fh{ background:url(../images/fh.jpg) no-repeat; width:48px; height:31px;border:0px;color:#fff; line-height:35px; font-size:14px;}
.name{ width:125px; height:15px; margin-top:5px; margin-bottom:5px;}
.date{width:130px; height:20px;margin-top:5px; margin-bottom:5px;}
.add{ width:200px; height:15px;margin-top:5px;}
.jianjie{ width:480px; height:150px;}
.anniu{ width:49px; height:20px; background: url(../images/btbg.jpg) no-repeat; border:0px; margin:5px 0 5px 0;}
.w640px { width:640px;}

/*----特别声明----*/
.z_tbsm { background:url(../images/tbsm_bg.jpg) no-repeat; height:513px; }
.z_tbsm_1 { line-height:26px; padding:57px 0 0 22px; }
.z_tbsm_1 li { font-family:"黑体"; font-size:17px; color:#000000; font-weight:bold; }
.z_tbsm p { width:606px; font-family:"微软雅黑"; font-size:14px; color:#666666; line-height:30px; padding:47px 0 0 42px; }

/*----电子地图----*/
.z_dzdt h5 { width:672px; height:28px; line-height:28px; background:url(../images/z_dzdt_bt_bg.jpg) no-repeat; padding-left:20px; margin:0px; font-family:"宋体"; font-size:14px; color:#ffffff; font-weight:bold; text-align:left; }
.z_dzdt ul { padding:20px 0 0 20px;}
.z_dzdt li { width:310px; float:left; line-height:34px; font-family:"宋体"; font-size:12px; color:#6b6b6b; text-align:left; }
.mail { background:url(../images/mail.jpg) no-repeat 0 center; padding-left:23px;}
.chuanzhen { background:url(../images/chuanzhen.jpg) no-repeat 0 center; padding-left:23px;}
.dianhua { background:url(../images/dianhua.jpg) no-repeat 0 center; padding-left:23px;}
.z_s_2 { background:url(../images/2222.jpg) no-repeat 0 center; padding-left:23px;}

/*----营销网络滚动----*/
.yxwl_g { width:687px; height:67px; border:#E2E2E2 1px solid; margin-top:15px; }
.yxwl_g img { float:left; }
.img3,.img4 { padding-top:20px; }
.img4 { float:right; }


/*---营销网络 切换效果---*/
.tabmenu6 { width:700px; height:29px; border-bottom:#d9d9d9 1px solid; }
.tabmenu6 ul li { float:left; width:119px; height:29px; background:url(../images/shouze_bt_bg1.jpg) no-repeat; text-align:center; line-height:29px; margin-right:12px; font-family:"微软雅黑"; font-size:14px; color:#1d84d1; }
.tabmenu6 ul li:hover { background:url(../images/souze_bt_bg2.jpg) no-repeat 0 0; color:#FFF; }
.tabmenu6 ul li.cli { background:url(../images/souze_bt_bg2.jpg) no-repeat 0 0; color:#FFF; }
#tabcontent6 .hidden {display:none;}
