@charset "utf-8";

/**************重设浏览器默认样式[参考yahoo]**************/ 

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { color: #1F1F1F; font-size:12px; font-family:"Microsoft YaHei",arial,tahoma,\5b8b\4f53,sans-serif; background:#fff; text-align:left; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, span, img, table { margin:0; padding:0; }

address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; } 

a{ color:#34250e; text-decoration:none; }

a:hover{ color:#D1282F; text-decoration:none;}

ol, ul { list-style:none; }

fieldset, img { border:0; }

table { border-collapse:collapse; border-spacing:0; } /* 去掉各Table  cell 的边距并让其边重合 */

th { text-align:inherit; } /* IE bug fixed: th 不继承 text-align*/

iframe { display: block; } /* ie6 7 8(q) bug 显示为行内表现 */

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }

/*to enable resizing for IE*/

input, textarea, select {  *font-size:100%;}

/* 清理浮动 */

.clearfix { *zoom:1; }/*IE6 7 只要触发layout即可*/

.clearfix:after { content:"."; clear:both; height:0; font-size:0; line-height:0; display:block; }

.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; }

/* 隐藏 */

.hide { display:none;}



/*-------------------页面宽度-------------------*/

.w1000{width:1280px; margin-left:auto; margin-right:auto;}



/*----------头部----------*/

.header { height:120px; min-width:1280px; background:#fff;}

.header .w1000 { position:relative;}

.header .tools { position:absolute; right:0; top:25px; line-height:25px;}

.header .phone { float:left; font-size:22px; font-weight:bold; color:#009E77; padding-left:24px;  padding-right:17px; border-right:1px solid #D2D2D2; background:url(../images/icon_phone.png) no-repeat left center;}

.header .phone span{  }

.header .language { float:left; margin-left:18px; padding-left:30px; font-size:16px; background:url(../images/icon_map.png) no-repeat left 1px; position:relative; z-index:999; }

.header .language dt { padding-right:18px;}

.header .language dt a { display:block; padding-right:18px; background:url(../images/point01.png) no-repeat right center;}

.header .language dd { position:absolute; top:25px; left:30px; background:#009E77; display:none; padding: 5px;}

.header .language dd a { color: #fff;}



/*----------logo----------*/

.logo { float:left; padding-top:15px;}

.logo img {}



/*----------导航----------*/

.nav { float:right; margin-top:65px;}

.nav li { float:left; text-align:center; _display:inline; position:relative; z-index:998; margin-left:5px;}

.nav li h3 {}

.nav li h3 a { display:block; font-size:16px; padding:0 10px; line-height:54px; }

.nav li.cur h3 a,

.nav li.hover h3 a,

.nav li h3 a:hover {  color:#009E77; border-bottom:1px solid #009E77; font-weight:bold;}

.nav dl { background:#F8F8F8; position:absolute; left:0; top:30px; width:90px;  display:none; padding:3px 10px; line-height:34px; font-size:14px;}

.nav dd{ border-bottom:1px solid #E8E8E8;}

.nav dd li a{}

/*最后项*/

.nav li.last { margin-right:0; }



/*----------flash----------*/

.flash {width:100%; height:615px; min-width:1280px;  overflow:hidden;}

.flash li {width:100%;  height:615px; background-position:center top; background-repeat:no-repeat;}

.flash li a { display:block; height:100%; width:100%;}

.flash .bx-wrapper { position: relative;*zoom: 1;}

/*加载界面*/

.flash .bx-wrapper .bx-loading { min-height:50px; background:#fff url(../images/bx_loader.gif) center center no-repeat; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000; }

/*导航 相对bx-wrapper定位*/

.flash .bx-wrapper .bx-pager { position: absolute; bottom:30px; z-index:80; width:100%; text-align: center;}

.flash .bx-wrapper .bx-pager.bx-default-pager a {background:url(../images/pager.png) no-repeat left center; display:block; width:17px; height:17px; line-height:0; font-size:0; font-family:Arial; color:#fff; text-align:center; margin:0 8px 0 0; outline:0;  }

.flash .bx-wrapper .bx-pager.bx-default-pager a:hover,

.flash .bx-wrapper .bx-pager.bx-default-pager a.active { background:url(../images/pager.png) no-repeat -26px center; text-decoration:none;}

.flash .bx-wrapper .bx-pager .bx-pager-item{ display:inline-block; *zoom:1; *display:inline;}

/*左右控制按钮 相对bx-wrapper定位*/

.flash .bx-wrapper .bx-prev { left:20px; background:url(../images/flash_left.png) no-repeat center center; }

.flash .bx-wrapper .bx-next { right:30px; background:url(../images/flash_right.png) no-repeat center center; }

.flash .bx-wrapper .bx-controls-direction a { position:absolute; top:50%; margin-top:-23px; outline:0; width:27px; height:46px; text-indent:-9999px; z-index:999; }

.flash .bx-wrapper .bx-controls-direction a.disabled { display: none; }



/*----------标题----------*/

.com_tit01 { text-align:center; }

.com_tit01 h3{ color:#000; font-size:28px; font-weight:bold; line-height:56px;  }

.com_tit01 h3 strong{ color:#009E77;  }

.com_tit01 span{ display:block; margin:0 auto; width:110px; height:2px; background:#009E77;  }



.com_tit02 { text-align:center;color:#000; font-size:28px; font-weight:bold; line-height:56px; background:url(../images/line.png) no-repeat center bottom;  }

.com_tit02 strong{ color:#009E77;  }



/*----------产品中心----------*/

.index_product { padding:35px 0; height:530px;  }

.index_product_list { margin-top:45px;}

.index_product_list li { width:390px; float:left;}

.index_product_list li a{}

.index_product_list li .tit{ text-align:center; padding-top:60px; height:138px; border:1px solid #BFBFBF;}

.index_product_list li .tit h3{ font-size:20px; color:#fff; background:#009E77; display:inline-block; padding:0 4px;}

.index_product_list li .tit h4{ font-size:22px; font-weight:bold; color:#000; line-height:32px; margin-top:22px;} 

.index_product_list li .tit h5{ font-size:15px; color:#646464; margin-top:2px;}

.index_product_list li .desc{ font-size:15px; line-height:24px; height:72px; padding:20px 20px 0 20px; color:#646464;}

.index_product_list li .more{ font-size:15px; color:#009E77; display:block; padding:20px 20px 0 20px;}

.index_product_list .bx-wrapper { position: relative; *zoom: 1; width:1280px; margin:0 auto;}

/*导航 相对bx-wrapper定位*/

.index_product_list .bx-wrapper .bx-pager { position: absolute; bottom:-50px; z-index:80; width:100%; text-align: center;}

.index_product_list .bx-wrapper .bx-pager.bx-default-pager a {background:url(../images/pager2.png) no-repeat -17px center; display:block; width:12px; height:12px; line-height:0; font-size:0; font-family:Arial; color:#fff; text-align:center; margin:0 5px 0 0; outline:0;  }

.index_product_list .bx-wrapper .bx-pager.bx-default-pager a:hover,

.index_product_list .bx-wrapper .bx-pager.bx-default-pager a.active { background:url(../images/pager2.png) no-repeat left center; text-decoration:none;}

.index_product_list .bx-wrapper .bx-pager .bx-pager-item{ display:inline-block; *zoom:1; *display:inline;}



/*----------新闻列表----------*/

.index_news { padding-top:45px; height:380px; background:#F2F2F2; min-width:1280px;   }

.index_news .w1000 { overflow:hidden;}

.index_news_list { margin-top:30px;  }

.index_news_list li { float:left; width:320px; margin:0 53px; }

.index_news_list li .box1 { }

.index_news_list li .box1 .date{ display:block; border-left:2px solid #009E77; padding-left:20px; line-height:16px; padding-bottom:9px; font-size:13px; color:#646464; }

.index_news_list li .box1 h3{  border-left:2px solid #009E77; padding-left:20px; font-size:22px; line-height:24px; height:48px; overflow:hidden;  }

.index_news_list li .box1 h3 a{color:#000; }

.index_news_list li .box1 .desc{ padding:20px 0 0 22px; font-size:13px; line-height:24px; height:72px; overflow:hidden; color:#646464; }

.index_news_list li .box1 .more{ font-size:15px; color:#009E77; display:block; padding:20px 20px 0 20px; }

.index_news_list li .box2 { display:none; }

.index_news_list li .box2 img{ width:320px; height:145px; display:block; }

.index_news_list li .box2 h3 { font-size:22px; line-height:24px; height:48px; overflow:hidden; margin-top:25px; }

.index_news_list li .box2 h3 a { color:#000; }





/*----------简介----------*/

.index_about { padding:50px 0; min-width:1280px;  }

.index_about img { float:left; width:490px; margin-top:55px; }

.index_about_cnt { float:right; width:740px; line-height:24px; font-size:15px; color:#646464;  margin-top:55px; }

.index_about_cnt p { padding-bottom:24px;}

.index_about_cnt .more{ font-size:15px; color:#009E77; display:block; padding:10px 0 0 0; }





/*----------底部----------*/

.footer { min-width:1280px; padding:25px 0 25px 0; background:#009E77; color:#fff; margin-top:60px; overflow:hidden; }

.footer a {color:#fff; }

.foot_logo { float:left; margin-top:50px;}

.foot_contact { margin-top:30px; float:left; margin-left:35px; padding-left:35px; border-left:1px solid #fff; padding-bottom:10px;}

.foot_contact dt { font-size:20px; font-weight:bold; line-height:40px; padding-bottom:8px;}

.foot_contact dd { line-height:22px; font-size:14px;}



.foot_code { float:right; }

.foot_code dt { line-height:44px; padding-left:53px; background:url(../images/icon_wx.png) no-repeat left center; font-size:18px; font-weight:bold;}

.foot_code dd { margin-top:15px; width:162px; height:162px; background:url(../images/bg01.png) no-repeat center center; overflow:hidden;}

.foot_code img{ display:block; width:140px; height:140px; margin:11px auto 0;}

.foot_code span{ display:block; color:#fff; line-height:30px;} 

.copyright {color:#5d5d5d; line-height:60px; font-size:14px; text-align:right; background:#DFDFDF; }

.copyright a { color:#009E77;}



/*----------友情链接----------*/

.friendlinks {min-width:1280px; font-size:14px; padding:10px 0; line-height:30px;}

.friendlinks dt{ color:#6C6C6C; font-weight:bold; margin-right:40px; _display:inline;  float:left;}

.friendlinks dd{ margin-right:40px; _display:inline; float:left;}

.friendlinks dd a{ color:#000000;}



/*----------banner----------*/

.banner {height:300px; background-position:center top; background-repeat:no-repeat; overflow:hidden;}

.banner .tit { float:right; padding:21px 0 0 30px; width:175px; height:80px; background:url(../images/bg02.png) no-repeat left top; margin-top:170px; color:#fff;}

.banner .tit span { width:50px; height:3px; background:#fff; display:block;}

.banner .tit h3 { line-height:36px; font-size:24px; font-weight:bold; margin-top:4px;}

.banner .tit h4 { text-transform:uppercase; line-height:24px; font-size:16px;}



/*----------position----------*/

.position{ line-height:60px; color:#807F7F; }

.position a{color:#807F7F;}



/*----------内容----------*/

.content {width:1280px; margin:0 auto; padding:20px 0 30px 0; min-height:300px;}



/*--侧边导航--*/

.side_nav { min-width:1280px; background:#F0F0F0; line-height:40px;}

.side_nav li { font-size:14px; float:left; }

.side_nav li a{ display:block; padding:0 30px; font-size:14px;}

.side_nav li.cur a,

.side_nav li a:hover{ background:#009E77; color:#fff;}





/*----------新闻列表----------*/

.news_list {  margin-top:5px; }

.news_list li{ padding:30px 0; border-bottom:1px dotted #EEEEEE;  }

.news_list li .img_block{ width:228px; height:168px; overflow:hidden; border:1px solid #EEEEEE; float:left;  }

.news_list li .img_block img { display:block;  width:100%; height:100%;}

.news_list li .cnt{ float:right; width:1000px; }

.news_list li h3{ line-height:32px; height:32px; color:#333; font-size:20px; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; margin-bottom:10px;}

.news_list li .date { height:20px; line-height:20px; color:#999999; margin-bottom:10px;}

.news_list li .date span { float:left; padding-left:25px; font-size:14px; margin-right:5px;}

.news_list li .date span.d1 { background:url(../images/icon_date.png) no-repeat 5px center;}

.news_list li .date span.d2 { background:url(../images/icon_view.png) no-repeat 5px center;}

.news_list li .desc{ line-height:24px; height:48px; overflow:hidden; color:#666; font-size:14px; margin-bottom:15px;}

.news_list li .more{ font-size:14px;  display:block; border:1px solid #A4AFB8; width:106px; height:32px; line-height:32px; text-align:center; }

.news_list li a:hover h3{ color:#006A00;}

.news_list li a:hover .desc{ }

.news_list li a:hover .more{ color:#fff; background:#006A00; border:1px solid #006A00;}



/*----------文章----------*/

.article { padding:20px; }

/*文章标题*/

.article_tit { font-size:20px; font-weight:bold; line-height:30px; padding:10px 0 10px 0; text-align:center; color:#009E77;}

/*文章信息*/

.article_msg { font-size:12px; color:#666; padding:10px 0 10px 0;  text-align:center;}

.article_msg span { padding:0 5px;}

/*文章内容*/

.article_body { padding:20px 0; line-height:28px; font-size:14px;}

.article_body p { padding:5px 0; } 

.article_body img { max-width:780px;}  

/*上下文导航*/  

.article_nav { height:30px; line-height:30px; } 

.article_nav li { -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.article_nav .pre { float:left; width:45%; text-align:left;}

.article_nav .next { float:right; width:45%; text-align:right;}

.article_img { text-align:center;}

.article_img img{ max-width:780px;}



/*----------单页面----------*/

.about { font-size:14px; line-height:28px; margin-top:10px;  }

.about p{ padding-bottom:5px;}



.contact { float:left; font-size:14px; line-height:28px; margin-top:20px; width:500px;}

.contact p {padding-bottom:5px;}

.map { float:right; margin-top:20px;}



/*----------人才招聘----------*/

.job {padding:10px 0 20px 0;}

.job table {line-height:34px; width:100%; border-left:1px solid #E9E9E9;   border-top:1px solid #E9E9E9;}

.job td { padding-left:5px; border-right:1px solid #E9E9E9; border-bottom:1px solid #E9E9E9; }

.job td.txt { line-height:22px; padding:5px;}



.job_list { padding:20px 0 20px 0;  }

.job_list li { margin-top:10px;}

.job_list li .tit { height:55px; line-height:55px; padding:0 50px 0 25px; background:#F1F1F1; cursor:pointer;}

.job_list li .tit h3 { float:left; font-size:18px; padding-right:15px; background:url(../images/line01.png) no-repeat right center;}

.job_list li .tit h4 { float:left; margin-left:15px;}

.job_list li .tit span { float:right; width:25px; height:25px; margin-top:15px; background:#fff url(../images/jia.png) no-repeat center center; -moz-border-radius:20px; -webkit-border-radius:20px; -o-border-radius:20px; border-radius:20px;}

.job_list li .cnt { padding:5px 0; display:none;}

.job_list li .cnt strong { color:#009E77;}

.job_list li.cur .tit{ background:#009E77; color:#fff;}

.job_list li.cur .tit span{background:#fff url(../images/jian.png) no-repeat center center;}

.job_list li.cur .cnt { display:block;}

.job_list table{ line-height:34px; width:100%; border-left:1px solid #E9E9E9;   border-top:1px solid #E9E9E9;}

.job_list th{ padding-left:5px; border-right:1px solid #E9E9E9; border-bottom:1px solid #E9E9E9; color:#000; font-weight:bold;}

.job_list td{ padding-left:5px; border-right:1px solid #E9E9E9; border-bottom:1px solid #E9E9E9;   }



/*----------产品列表----------*/

.product_list {  overflow:hidden; width:1280px; padding-bottom:40px; }

.product_list ul { width:1335px;}

.product_list li { width:390px; float:left; margin:30px 55px 0 0;}

.product_list li a{}

.product_list li .tit{ text-align:center; padding-top:60px; height:138px; border:1px solid #BFBFBF;}

.product_list li .tit h3{ font-size:20px; color:#fff; background:#009E77; display:inline-block; padding:0 4px;}

.product_list li .tit h4{ font-size:22px; font-weight:bold; color:#000; line-height:32px; margin-top:22px;} 

.product_list li .tit h5{ font-size:15px; color:#646464; margin-top:2px;}

.product_list li .desc{ font-size:15px; line-height:24px; height:72px; padding:20px 20px 0 20px; color:#646464;}

.product_list li .more{ font-size:15px; color:#009E77; display:block; padding:20px 20px 0 20px;}



/*----------产品----------*/

.product_pic { width:380px; float:left; margin-top:30px;}

.product_pic img {width:380px; }

.product_msg { float:right; width:400px; line-height:36px; font-size:14px; margin-top:20px;}

/*产品内容*/

.product_body { padding:20px 0; line-height:24px; }

.product_body p { padding:3px 0; } 

.product_body img { max-width:780px;}  

/*图片小图预览列表*/

.zzpic { height:406px;width:350px; float:left;margin-top:20px;}

.zzpic .spec-preview{width:350px;height:350px;}

.zzpic .spec-preview img { display:block;width:350px;}

.zzpic .spec-scroll{clear:both;margin-top:5px;width:352px;}

.zzpic .spec-scroll .prev{float:left;margin-right:4px;}

.zzpic .spec-scroll .next{float:right;}

.zzpic .spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}

.zzpic .spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}

.zzpic .spec-scroll .items ul{position:absolute;width:999999px;height:56px;}

.zzpic .spec-scroll .items ul li{float:left;width:64px;text-align:center;}

.zzpic .spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}

.zzpic .spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}



/*----------图片列表----------*/

.img_list {  overflow:hidden; }

.img_list ul { }

.img_list li { float:left; overflow:hidden; margin:30px 10px 0 10px; width:300px;  _display:inline; }

.img_list li a {}

.img_list li a:hover { text-decoration:none;}

.img_list li .img_block{ width:298px; height:298px; overflow:hidden; text-align:center; border:1px solid #CDCDCD; }

.img_list li .img_block table{  }

.img_list li .img_block td{width:298px; height:298px;vertical-align:middle;  }

.img_list li .img_block img {max-width:298px; max-height:298px; _width:298px; _height:298px; display:block;  margin:0 auto;}

.img_list li p { font-size:14px; color:#444; text-align:center; height:40px; line-height:40px;  -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  }



/*----------下载列表----------*/

.down_list { margin-top:20px; }

.down_list li { line-height:36px; height:36px; text-align:right; border-bottom:1px dashed #C6C6C6; padding:10px 0;}

.down_list li span { color:#aaa; }

.down_list li a { float:left; text-align:left; background:url(../images/icon_download.png) no-repeat 6px center; padding-left:26px; font-size:14px;  }

/*控制标题长度，如果可以通过程序控制，则可以删除*/

.down_list li a { width:400px; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }



/*----------信息反馈----------*/

.message { padding:40px 0 0 150px;}

.message .red{ color:#f00;line-height:30px; float:left; padding-left:10px;  }

.message .form_item {  margin-bottom:15px;}

.message .form_item label { float:left; line-height:30px; width:80px; font-size:14px;}

.message .form_txt { width:200px; float:left;  height:20px; line-height:20px;  border:1px solid #D7D7D7; padding:4px 5px; }

.message .login_verification {width:100px; float:left;  height:20px; line-height:20px;  border:1px solid #D7D7D7; padding:4px 5px;}

.message img { float:left; margin-left:10px; height:20px;}

.message .form_textarea {width:300px; float:left;  height:80px; line-height:20px;  border:1px solid #D7D7D7; padding:4px 5px;}

.message .form_btn { padding-left:80px;}

.message .form_btn input{width:90px; height:26px; text-align:center; color:#fff; border:0; background:#009E77; font-size:14px; cursor:pointer;}



/*----------信息反馈----------*/

.message2 { padding:40px 0 0 100px;}

.message2 .red{ color:#f00;line-height:30px; float:left; padding-left:10px;  }

.message2 .form_item {  margin-bottom:15px;}

.message2 .form_item label { float:left; line-height:30px; width:80px; font-size:14px;}

.message2 .form_txt { float:left; width:600px;  height:30px; line-height:30px;  border:1px solid #D7D7D7; padding:5px 5px 5px 40px; font-size:14px; }

.message2 .login_verification {float:left;width:200px;  height:30px; line-height:30px;  border:1px solid #D7D7D7; padding:5px 5px 5px 5px; font-size:14px;}

.message2 img { float:left; margin-left:10px; height:20px;}

.message2 .form_textarea { font-size:14px;float:left;width:600px; padding:5px 5px 5px 40px; height:120px; line-height:20px;  border:1px solid #D7D7D7; }

.message2 .form_btn {}

.message2 .form_btn input{width:130px; height:44px; text-align:center; color:#fff; border:0; background:#009E77; font-size:14px; cursor:pointer;}

.message2 .form_item .ficon_name { background:url(../images/message-name.png) no-repeat 8px center;}

.message2 .form_item .ficon_phone { background:url(../images/message-phone.png) no-repeat 8px center;}

.message2 .form_item .ficon_email { background:url(../images/message-email.png) no-repeat 8px center;}

.message2 .form_item .ficon_content { background:url(../images/message-message.png) no-repeat 8px 5px;}



/*----------搜索结果列表----------*/

.searchlist { margin-top:20px; }

.searchlist li { line-height:36px; height:36px; text-align:right; background:url(../images/line02.png) repeat-x left bottom; padding:10px 0;}

.searchlist li span { color:#aaa; }

.searchlist li a { float:left; text-align:left; font-size:14px;  }

/*控制标题长度，如果可以通过程序控制，则可以删除*/

.searchlist li a { width:400px; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }





/*----------分页----------*/

.pagelink { text-align:center; margin-top:20px;}

.pagelink a, .pagelink span{ padding:0 3px;}

.pagelink a.on, .pagelink a:hover{ color:#F9003B;}



/*----------浮动客服----------*/

.floatkf { position:fixed; z-index:9999; top:100px; right:0; background:#fff; }

.floatkf .btn{ display:block; width:50px; height:45px; position:absolute; top:0; left:-50px; background:url(../images/kf/online_arrow.jpg) no-repeat 0 0;}

.floatkf_cnt {width:200px; border-bottom:20px solid #3CAD6B; -moz-box-shadow:-2px 2px 8px #C8C8C8; -o-box-shadow:-2px 2px 8px #C8C8C8;-webkit-box-shadow:-2px 2px 8px #C8C8C8; box-shadow:-2px 2px 8px #C8C8C8;}

.floatkf_cnt h3{ height:45px; line-height:45px; background:#F08326; color:#fff; text-align:center; font-size:16px;}

.floatkf_cnt ul{ padding:0 10px;}

.floatkf_cnt li{ height:45px; border-bottom:1px solid #E3E3E3;}

.floatkf_cnt li img{ float:left; padding-top:5px;}

.floatkf_cnt li span{ float:left; padding-left:10px; line-height:45px; font-size:12px; color:#676767;}

.floatkf_cnt h4{ line-height:36px; color:#000; padding-left:13px; font-size:18px;}

.floatkf_cnt .other{ color:#EF811F; line-height:26px; padding:0 0 5px 15px; font-size:14px;}

.floatkf_cnt .other p { }

.floatkf_cnt .code{ background:#EBEBEB; height:134px; text-align:center; padding:10px 0;}

.floatkf_cnt .code img{ width:112px;}

.floatkf_cnt .code p{ line-height:22px;}



/*----------历史----------*/

.history { margin-top:30px;}

.history-list a{display:block; width:29px; height:58px; top:4px; background-image:url(../images/history/ico18.jpg); position:absolute; overflow:hidden;}

.prev02{ left:14px;background-position: 0 0;}

.next02{ background-position:-29px 0; right:14px;}

.prev02:hover{  background-position:0 -58px ;}

.next02:hover{  background-position:-29px -58px;}



.history-list{ width:1280px; height:67px; margin:0 auto; border-bottom:1px solid #e4e4e4; padding-bottom:33px; position:relative;}

.history-scroll{ width:1147px;height:67px; margin:0 auto; background:url(../images/history/history_bg05.jpg) repeat-x 0 33px; overflow:hidden; position:relative;}

.history-scroll ul{ position:absolute; left:0; top:0;}

.history-scroll ul li{ display:block;float: left; _display:inline; width:67px; height:67px; position:relative; overflow:hidden; margin-right:33px;; cursor:pointer;}

.hisnav-bg01{ position:absolute;width:767px;height:67px; left:0; bottom:0; overflow:hidden; background:url(../images/history/ico15.png) no-repeat 0 bottom; z-index:4}

.hisnav-bg02{position:absolute;width:767px;height:67px;left:0;top:0;overflow:hidden;background:url(../images/history/ico14.png) no-repeat;z-index:3;}

.hisnav-bg03{position:absolute;width:767px;height:67px; left:0; top:0; overflow:hidden; background:url(../images/history/ico16.png) no-repeat; z-index:2}

.hisnav-img{position:absolute;width:767px;height:67px; left:0; top:0; overflow:hidden; z-index:1}

.history-scroll ul li p{ position:relative; z-index:5; font:bold 14px/67px "寰蒋闆呴粦"; color:#fff; text-align:center;}



.history-scroll ul li.cur .hisnav-bg01{ display:none;}

.history-scroll ul li.cur .hisnav-bg03{display:none;}





.event-ajax{ width:1280px; min-height:330px; margin:28px auto 0; position:relative;}

.event-year{ font:italic bold 36px/36px Arial; color:#009E77; }

.event-list{ width:772px; padding-top:3px;}

.event-list ul{display: none;}

.event-list ul li{  margin:0 0 10px 0; padding-left:25px; transition: .3s;}

.event-list ul li p { font-size:14px; line-height:28px; margin:10px 0; padding-left:10px; color:#888; border-left:3px solid #c7c7c7;}

.event-list ul li p:hover{border-color:#3EB034;color:#3EB034;}

.even-pic img{ float:left; padding:3px; border:1px solid #dcdcdc; margin:10px 14px 0 0;}

.even-more span{ display:block; width:104px; height:39px; font:bold 12px/35px "寰蒋闆呴粦"; text-align:center; background:url(../images/history/history_bg06.jpg) no-repeat; cursor:pointer;}

.event-btn{ padding-left:500px;}

.event-btn a{ float:left;display:block; width:104px; height:39px; margin-right:5px; _margin-top:-38px; font:bold 12px/35px "寰蒋闆呴粦"; text-align:center; background:url(../images/history/history_bg06.jpg) no-repeat; cursor:pointer; color:#666;}

.innner-con {

	position: relative;

	padding: 30px 0 50px;

}





/*-------------------壹级-------------------*/

.class {  }



/*----------贰级----------*/

.class {  }



/*叁级*/

.class {  }



