﻿@charset "UTF-8";
/*Copyright (c) 2012, demlution. All rights reserved.
*   version: 1.0.0
*   2012.07.04
**/
/*
 * 将具有默认margin和padding的标记置零
 * 所有标记的margin和padding都在使用时具体定义
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, image, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin:0px; padding:0px; border:0px; vertical-align:baseline; background:transparent }

/*
 * html\body标记样式定义
 * 全局的字体颜色、背景色和文本对齐设置
 */
html{color:#333;background:#fff;font: 12px/1.5 "微软雅黑", "新宋体",\5b8b\4f53, Arial, Helvetica, sans-serif;}
body{color:#333;background:#fff;text-align:left;}

image{border:0 none;vertical-align:middle;}

li{list-style-type: none;}
a {color: #666;text-decoration: none; }  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover {color: #034091; text-decoration:none;}
.invisible{visibility:hidden;}
.hidden{display: none;}
em{ font-style:normal;}
/*
 * 定义浮动样式
 */
 .left { float:left }
.rr, .right { float:right }

/*
 * 定义清除浮动样式
 */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
	/* Hides from IE-mac \*/* html .clearfix {
		height:1%;
	}
.clearfix {
	display:block;
}
	/* End hide from IE-mac */
/*
 * 定义圆角边框
 */
.f-s, .f-e {
    background: none repeat scroll 0 0 #ddd;
    clear: both;
    height: 1px;
    margin: 0 1px;
    overflow: hidden;
}
.f-m {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px;
}

.f-1,.f-2,.f-3 {overflow:hidden;display:block;height:1px;background: #fff;}
.f-1 { margin: 0 3px; background: #ebebeb; }
.f-2 { margin: 0 2px; border-right: 2px solid #ebebeb; border-left: 2px solid #ebebeb; }
.f-3 { margin: 0 1px; border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; }

/* The following is defined color class.
--------------------------------------------------------------------------------------------------*/
.black, .black a { color:#000 }
.black3, .black3 a { color:#333 }
.black6, .black6 a { color:#666 }
.black9, .black9 a { color:#999 }
.green, .green a { color:#174100 }
.green1, .green1 a { color:#2f7300 }
.green2, .green2 a { color:#008000 }
.blue, .blue a { color:#0065ff }
.blue1, .blue1 a { color:#002777 }
.blue2, .blue2 a { color:#255266 }
.blue3, .blue3 a { color:#046ebd }
.blue4, .blue4 a { color:#0033ff }
.orange, .orange a { color:#f60 }
.red, .red a { color:#F00; }
.red1, .red1 a { color:#C00; }
.red2, .red2 a { color:#900; }
.pink,.pink a { color:#d3015a; }
.pink1,.pink1 a { color:#fe577f; }
.org:link, .org:visited, .org:active {color:#f60;text-decoration:none;}
.org:hover {color:#f60;text-decoration:underline;}
.white,.white a{color:#fff}.gray4,a.gray4{color:#999}
.yellow, .yellow a, a.yellow{color:#EC6200;}.green{color:#0E774A}
/* The following is a shorthand property.
--------------------------------------------------------------------------------------------------*/
.mt5 { margin-top:5px }
.mt8{ margin-top:8px;}
.mt10 { margin-top:10px }
.mt15 { margin-top:15px }
.mt20 { margin-top:20px }
.mb5 { margin-bottom:5px }
.mb8{ margin-bottom:8px;}
.mb10 { margin-bottom:10px }
.mb15 { margin-bottom:15px }
.mb20 { margin-bottom:20px }
.mr5 { margin-right:5px;}
.mr8 { margin-right:8px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.ml5 { margin-left:5px;}
.ml8 { margin-left:8px;}
.ml6{margin-left:6px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.t_c { text-align:center; }
.t_l { text-align:left }
.t_r { text-align:right;   margin-right: 10px;}
.block{ display:block; overflow:hidden; zoom:1;}

/******　默认分页样式　******/
.page_link{margin:0 auto;height:24px;width:auto;padding:5px 0;text-align:center;clear:both;}
.page_link li{display:inline;line-height:20px;font-size:12px;width:auto;}
.page_link a{display:inline-block;padding:0 6px;height:20px;border:1px solid #ddd;color:#aaa;}
.page_link .active a{ color:#034091;}
.page_link a:hover{background:#f7f7f7;color:#1a4266;text-decoration:none;border:1px solid #ddd;}
.page_link .prev_no,.page_link .next_no{color:#ccc;font-weight:normal;margin-bottom:2px;border:none;}
.page_link .prev_no:hover,.page_link .next_no:hover{color:#ccc;background:none;border:none;}
.page_link .nolink,.page_link .morePage{font-weight:bold;color:#404040;border:none;background:none;}
.page_link .nolink:hover,.page_link .morePage:hover{color:#404040;border:none;background:none;}
.page_link ul {margin:0;padding:0;}

/*------------------body---------------------------------------------------------------------------------------------------------------------------------------*/
.bodydiv {color:#666666;width: 100%; overflow: hidden;  min-width: 960px;}
.container{width:960px; margin:0 auto;}

/*--------top------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.topbar{  background: #f0f0f0;}
.topbar .container{height:32px; line-height:32px;}
.topbar .container .right a{float:left; margin-left:15px;}
.topbar .container .right span {  padding: 0 5px;  float: left;}
#top{}
#top .container{height:149px; position:relative;}
#top .container .top_right{position:absolute; right:0; top:0;}
/*--------nav------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#nav{position:relative;   background: url(../images/i_mu.gif) no-repeat center top #034091;  height: 49px;}
#nav .container{height:49px;}
#nav .navigation{}
#nav .navigation li.nav-lilink{float:left; height:49px; display: inline; position:relative;  background: url(../images/nav_li.gif) no-repeat right center;}
#nav .navigation li a.nav-alink{font-size: 16px; display: block;height: 49px;line-height: 49px;overflow: hidden;padding: 0px 16px;  color: #fff;font-weight: bold;}
#nav .navigation li + li a.nav-alink{}
#nav .navigation li:hover a.nav-alink,#nav .navigation li.hover a.nav-alink{  text-decoration: none;  color: #fff;  background: url(../images/nav_o.gif) no-repeat center top #db0f00;}
#nav .navigation li .exnav{display: none; position: absolute;z-index: 999;left: 0px; width: 200px; border-top: none;padding: 0px;}
#nav .navigation li .exnav ul{padding: 0px 0px 10px 0px;width: 200px;}
#nav .navigation li .exnav ul li{float: left;margin: 0;padding: 0;width: 200px;background-color: #034091;}
#nav .navigation li .exnav a{  font-size: 14px;padding: 0;text-align: center;overflow: hidden;color: #fff;display: block;white-space: nowrap;height: 34px;line-height: 34px;}
#nav .navigation li .exnav a:hover{font-weight:bold;   color:#fff;}
#nav .navigation li .exnav ul ul{display:none;}
#nav .level-1 .li-level-2 .cat-name-2{display:none;}

/*------------------banner---------------------------------------------------------------------------------------------------------------------------------*/
.banner{position:relative;}
.ban{width:100%;height:398px;position:relative;}
.ban .btn { bottom: 5px; padding: 5px 6px; position: absolute;  text-align: center; left:30%;  right: 30%;z-index: 7;}
.ban .btn span { background: none repeat scroll 0 0 #034091; border: 1px solid #034091; color: #FFFFFF; cursor: pointer;display: inline-block; margin-left: 5px;padding: 2px 5px;}
.ban .btn span.cur { font-weight: bold; padding: 4px 8px;}
/*------------------index---------------------------------------------------------------------------------------------------------------------------------*/
.s-left {border-bottom: 1px solid #e5e5e5;height: 50px; line-height: 50px;}
.hotwords {  width: 700px;  height: 50px;  overflow: hidden;}
.hotwords ul li{float:left;}
.hotwords ul li a{color: #959595;  padding-right: 22px;}
.hotwords b{  font: bold 17px "Microsoft Yahei";  color: #034091;}
.search{float:right;background: url(../images/fpqbzqwcxjasvbfanqy4eqbsgjb1.gif) no-repeat 0 0;width:204px;height:31px;margin: 8px 0;}
.s-left .s-txt {  float: left;  width: 170px; height: 31px; background: url(../images/fpqbzqwcxjasvbfanqy4eqbsgjb1.gif) no-repeat 0 0;  border: 0; }
.s-left .s-btn {  border: 0;background:none;  width: 34px;  height: 31px;  float: right;}

.title {position:relative;height: 40px;border-bottom:1px solid #e7e7e7;overflow: hidden;background:url(../images/fvc4m8fhs50pv-gcapplg-2j0e3c.gif) repeat-x;}
.title .tit_tx {float:left;padding-left:42px;font: bold 18px/38px "Microsoft Yahei";color: #034091;background:url(../images/foxrqhiyxierxjhzmsenzeictok1.gif) no-repeat 26px 10px;}
.title .tit_tx a {color: #034091;}
.title i {float: right;  margin: 13px;}
.title i a {  background: url(../images/fsb325pedoyierevykinoibgquzm.gif) no-repeat;  width: 52px;  height: 15px;  display: block;}

.par_shadow {margin-top:40px;padding-bottom: 30px;background:url(../images/fg_tgsxrzn90itxs9mfk0wwz8q0s.jpeg) no-repeat center bottom;}
.partner {border:1px solid #e7e7e7;}
/*合作客户*/
.par_cont {padding-top:36px;height:215px;overflow:hidden;position: relative;}
.par_hide {margin-left:46px;display:inline;width: 850px!important;height:215px;overflow: hidden;position:absolute;left:0;right:0;margin:auto;}
.par_hide li {float: left;width: 200px;height: 215px;margin-right:15px;display:inline;}
.par_hide li img {display: block;width: 200px;height: 150px;border:1px solid #cfcdcd;}
.par_hide li p {padding-top:10px;font-size:14px;text-align: center;}
.par_hide li p a {color: #666;}
.par_hide .nomg {margin-right:0;}
.par_cont .preva, .par_cont .nexta {width:27px;height:59px;margin-top:14px;
    position: absolute;top:0;bottom:0;margin:auto;}
.par_cont .preva{left:0;}
.par_cont .preva a, .par_cont .nexta a {display:block;width:27px;height:59px;}
.par_cont .preva a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat;}
.par_cont .preva a:hover,.par_cont .cur a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat -27px 0;}
.par_cont .nexta{right:0;}
.par_cont .nexta a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat -27px -59px;}
.par_cont .nexta a:hover {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat -27px -59px;}
.fl {  float: left;}
.fr {  float: right;}
.m1m2{padding:20px 0;  text-align: center;  text-align: center;  margin: 0 auto;  position: relative;  width: 1920px;  left: 50%;  margin-left: -960px;  overflow: hidden;}
.mall .blk_t{height: 65px;  padding-top: 27px;   text-align: center;  background: url(../images/fuvy5mgvhfgldx49pr6m-2cmgt2p.gif) no-repeat;  overflow: hidden;  width: 222px;}
.mall .blk_t a{  text-align: center;  font: bold 27px "Microsoft YaHei"; color: #fff;}
.mall-1 .left{  height: 813px;  overflow: hidden;background: url(../images/fjwwjc85smdnp3ah0yzdh4hbsgcj.gif) no-repeat center bottom;}
.left .content{   border: 4px solid #034091; border-top: none; border-bottom: none;  padding: 1px 0 0 1px;   overflow: hidden;  padding-bottom: 10px; height:680px; }
.boc-a{}
.box-a .hd{  padding-left: 13px;  height: 37px;  margin-bottom: 8px;  overflow: hidden;  background: url(../images/fstlrj51tehgvoifc5iypixmsclg.gif) no-repeat 180px 11px #ededed;  line-height: 37px;}
.box-a .hd a{  color: #202020; font-size:14px;}
.box-a .bd{ padding: 1px 0 10px 0;overflow: hidden;margin-bottom: 5px;}
.box-a .bd ul li{background: url(../images/ico01.gif) no-repeat left 13px;padding-left: 15px;height: 30px;line-height: 30px;border-bottom: 1px dotted #d3d3d3;  overflow: hidden;}
.box-a .bd ul li a{color: #393939!important;}
.box-a .bd ul li a:hover{color: #005d98!important;}
.box-a .bd  ul {padding: 5px;}
.zx_bot{  text-align: center;  border: 4px solid #034091;}
.mall-1 .right{width: 730px; margin-bottom: 10px;  border: solid 1px #d1d1d1;}
.mall-1 .right .hd{height: 31px;  line-height: 31px;  border-bottom: 4px solid #036aac;width: 730px;}
.mall-1 .right .hd h3 a{font-size: 14px;  background: url(../images/pro_tab_o.gif) no-repeat;  float: left;  display: block;  width: 98px; height: 31px;  padding-left: 25px;  color: #fff;}
.mall-1 .right .bd{padding: 15px 0 0 15px; margin-top: 10px;height: 745px;}
.mall-1 .right .bd ul li{float: left;  width: 224px;  padding: 0 10px 0 4px;}
.mall-1 .right .bd ul li img{border: solid 1px #a1a1a1;}
.mall-1 .right .bd ul li .p1{display: block;height: 30px;line-height: 30px;text-align: center;}
.mall-1 .right .bd ul li .p2{width: 213px; text-align: center; overflow: hidden; height: 28px; line-height: 28px; border-top: 1px solid #e5e5e5; margin: 1px 5px 0 5px; display:none;}

.mall-2{background: url(../images/fou8b-ubcdm53duakhcpvzxujecj.jpe) no-repeat top center;}
.jz {padding-top: 38px;}
.jz .hd{border-bottom: 1px solid #ccc; overflow: hidden;  text-align: center;}
.jz .hd .tll a{ font-size:29px;  color: #034091;}
.jz_con {width: 960px; border-top: none;margin-top: 85px;}
.jz_con dl { float: left;  width: 960px;  height: 400px;  }
.jz_con .nojz { border-bottom:none;}
.jz_con dl dt { float: right;}
.jz_con dl dt img { }
.jz_con dl dd {float: left; width: 455px;  margin-right: 10px;  height: 290px;}
.jz_con dl dd h3 { height:25px;}
.jz_con dl dd h3 a {   float: left;  width: 399px; padding-bottom: 12px;  font-size: 24px;  color: #034091;  font-weight: bold;  overflow: hidden;  zoom: 1;}
.jz_con dl dd h3  span { float: left;  display: block;  padding-right: 10px;  width: 46px;  height: 81px;  line-height: 81px;  text-align: center; font-family: arial;  font-size: 55px;  color: #fff;  font-weight: bold;  background: url(../images/fviuu02p1yb5zm5rxv95409snvts.gif) no-repeat;  padding-top: 5px;}

.jz_con dl ddd {  float: right;  width: 455px;  margin-right: 10px;  height: 290px;}
.jz_con dl ddd h3 {  height: 25px;}
.jz_con dl ddd h3 span {  float: left;  display: block;  padding-right: 10px; width: 46px;  height: 81px;  line-height: 81px; text-align: center;  fon-family: arial;  font-size: 55px; color: #fff;  font-weight: bold;  background: url(../images/fviuu02p1yb5zm5rxv95409snvts.gif) no-repeat;  padding-top: 5px;}
.jz_con dl ddd h3 a {  float: left;  width: 399px; padding-bottom: 12px;  font-size: 24px;  color: #034091;    font-weight: bold;  overflow: hidden;  zoom: 1;}
.jz_con dl ddd p {  line-height: 25px;  color: #666666;  text-align: justify;  margin-top: 20px;  padding-left: 56px; font-size: 15px;}
.jz_con dl dtt {  float: left;  padding-right: 12px;}
.jz_con ddd a {  color: #034091;}
.jz_con dl dd p {  line-height: 25px;  color: #666666;  text-align: justify;  margin-top: 20px;  padding-left: 56px;  font-size: 15px;}
.jz_con dd a {  color: #034091;}

.case_til {margin-top:50px;height: 62px;text-align:center;font: bold 30px/62px "Microsoft Yahei";overflow: hidden;} 
.case_til a {color: #034091;}
.case_cont {padding-top: 36px;height: 483px;overflow: hidden;}
.sv_mu {width: 254px;padding-left: 10px;}
.sv_mu li {height: 57px;margin-bottom:6px;font: 16px/57px "Microsoft YaHei";color:#fff;overflow: hidden;}
.sv_mu li a {display: block;width:100%;text-indent: 15px;color: #191919;background:url(../images/fuuecbctdeka7pfb0tn0utsd38nq.gif) no-repeat;}
.sv_mu li a:hover, .sv_mu .cur a {text-decoration: none;color: #fff;background:url(../images/fixye5mdlhidx5cuaq5b_zu6s4bv.gif) no-repeat;}
.sv_info {width: 676px;height:434px;border: 1px solid #ebebeb;}
.sv_info dl {padding: 27px 24px 0 24px;height: 240px;overflow: hidden;}
.sv_info dt {float: left;width: 286px;}
.sv_info dt img {display: block;width: 274px;height: 195px;padding:5px;border: 1px solid #cfcfcf;}
.sv_info dd {float: right;width: 325px;}
.sv_info dd h3 {font: bold 18px "Microsoft YaHei";}
.sv_info dd h3 a {color: #666;}
.sv_info dd strong {font: 18px "Microsoft YaHei";color: #666;}
.sv_info p {padding-top: 10px;font: 14px/24px "Microsoft YaHei";color:#333;}
.sv_info p a {color:#333;display: inline-block;}
.sv_imglist {padding: 0 0 0 20px;height:144px;overflow:hidden;}
.sv_imglist li {float: left;width: 201px;height: 144px;margin: 0 5px;display: inline;}
.sv_imglist li img {display: block;width: 201px;height: 144px;}

.c_box1 {padding-top: 22px;}
.case_client {width: 650px;border: 1px solid #eaeaea;}
.case_box {padding-top: 40px;height: 398px;overflow: hidden;}
.case_box dl {padding: 0 18px;height:194px;overflow: hidden;}
.case_box dt {float: left;position: relative;width: 242px;}
.case_box dt img {display: block;width: 242px;height: 173px;}
.case_box dd {float: right;width: 355px;}
.case_box dd h3 {font: bold 18px "Microsoft YaHei";}
.case_box dd h3 a {color: #4a4a4a;}
.case_box dd p {padding-top: 5px;color:#666;font: 14px/24px "Microsoft YaHei";}
.case_box dd p  a {color: #666;}

.honor_box {width: 289px;border: 1px solid #eaeaea;}
.honor_box .title {height:48px;border-bottom:1px solid #eaeaea;background:url(../images/fizw_i_jyteknwbdfem1vsxbiy3s.gif) no-repeat;}
.honor_box .title .tit_tx {line-height:48px;background:none;}
.honor_box .title .tit_tx a {color: #fff;}
.honor_box .title i {padding:15px 15px 0 0;}
.honor_cont {position:relative;height: 430px;overflow: hidden;}
.hon_img {padding: 32px 0 0 55px;height: 265px;overflow: hidden;}
.hon_img img {width: 168px;height: 243px;display: block;}
.honor_cont ul {padding:0 24px;text-align: center;font: 14px/30px "Microsoft Yahei";}
.honor_cont li {margin-top: 5px;height: 30px;overflow: hidden;text-align: left;background: #eaeaea;}
.honor_cont li a {color: #4d4d4d;}

/*公司简介*/
.ab_box {margin-top: 24px;margin-bottom:35px;border: 1px solid #eaeaea;}
.ab_info {height: 590px;overflow: hidden;}
.app_list {padding: 42px 20px 0 20px;height:280px;overflow:hidden;}
.app_list dt {float:left;width:404px;height: 260px;}
.app_list dt img {display:block;width:404px;height:260px;}
.app_list dd {float:right;width:485px;color: #3e3e3e;}
.app_list dd h3 {font: bold 18px "Microsoft YaHei";}
.app_list dd h3 a {color: #034091;}
.app_list dd p {padding-top:10px;color:#3e3e3e;font: 14px/24px "Microsoft YaHei";overflow:hidden;}

/*展示*/
.ab_showtit {margin: 0 45px 0 20px;height: 38px;position:relative;background:url(../images/finmqxi6zt-tsgk7z6qvco043j1n.gif) repeat-x left 20px;overflow: hidden;}
.ab_showtit li {float: left;padding:0 7px;color:#5b5b5b;font: bold 18px/38px "Microsoft YaHei";background: #fff;}
.ab_showtit li a {color:#5b5b5b;}
.ab_showtit li a:hover, .ab_showtit .cur a {text-decoration: none;color: #034091;}
.show_cont {padding-top:18px;height:205px;overflow:hidden;}
.show_hide {margin-left:25px;display:inline;width: 854px!important;height:205px;overflow: hidden;}
.show_hide li {float: left;width: 208px;height: 205px;margin-right:7px;display:inline;}
.show_hide li img {display: block;width: 208px;height: 159px;}
.show_hide li p {padding-top:12px;font-size:14px;text-align: center;}
.show_hide li p a {color: #666;}
.show_hide .nomg {margin-right:0;}
.show_cont .preva, .show_cont .nexta {width:27px;height:59px;margin-top:54px;}
.show_cont .preva a, .show_cont .nexta a {display:block;width:27px;height:59px;}
.show_cont .preva a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat;}
.show_cont .preva a:hover,.show_cont .cur a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat -27px 0;}
.show_cont .nexta a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat 0 -59px;}
.show_cont .nexta a:hover {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat -27px -59px;}

.block_side {padding-top: 40px;}
/*------公司新闻---------*/
.block_2{width: 650px;border: 1px solid #eaeaea;}
.block_cont_2 {height:430px;overflow:hidden;}
.new_about {padding: 48px 20px 0 20px;height:185px;overflow:hidden;}
.new_about dt{float:left;width:224px;height:185px;}
.new_about dt img {display:block;width:224px;height:185px;}
.new_about dd{float:right;width:368px;}
.new_about dd h3 {font:bold 16px "Microsoft Yahei";}
.new_about dd h3 a {color:#034091;}
.new_about p {padding-top:10px;color:#666;font: 14px/24px "Microsoft Yahei";overflow: hidden;}
.new_about p a {display:inline-block;color: #666;}

.newslist {margin-top:20px;padding-left:18px;}
.newslist li{float:left;width:280px;padding-left:22px;padding-right:5px;height:35px;border-bottom:1px dashed #dadada;font:12px/35px "Microsoft Yahei";overflow:hidden;vertical-align:top;background:url(../images/flkj_d2_q9_kecjavu8k7ofjglc_.gif) no-repeat left 11px;}
.newslist li a {float:left;display:block;color:#666;}
.newslist li span {float: right;color:#999;}
.newslist .nobd {border:none;}

.honor_box1 {width: 289px;border: 1px solid #eaeaea;height:480px;}
.show_cont1 {margin-top:60px;overflow:hidden;}
.show_hide1 {display:inline;width:180px!important;overflow: hidden;  margin: 0 27px;}
.show_hide1 li {float: left;width: 180px;display:inline;}
.show_hide1 li p {padding-top:12px;font-size:14px;text-align: center;}
.show_hide1 li p a {color: #666;}
.show_hide1 .nomg {margin-right:0;}
.show_cont1 .preva, .show_cont1 .nexta {width:27px;height:59px;margin-top:110px;}
.show_cont1 .preva a, .show_cont1 .nexta a {display:block;width:27px;height:59px;}
.show_cont1 .preva a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat;}
.show_cont1 .preva a:hover,.show_cont1 .cur a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat -27px 0;}
.show_cont1 .nexta a {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat 0 -59px;}
.show_cont1 .nexta a:hover {background:url(../images/fktmw0i1cn4bsmzeajrfxlsctsyd.gif) no-repeat -27px -59px;}

.honor_box1 .title {height:48px;border-bottom:1px solid #eaeaea;background:url(../images/fizw_i_jyteknwbdfem1vsxbiy3s.gif) no-repeat;}
.honor_box1 .title .tit_tx {line-height:48px;background:none;}
.honor_box1 .title .tit_tx a {color: #fff;}

.block_3{width: 289px;border: 1px solid #eaeaea;}
.block_3 .title {height:48px;border-bottom:1px solid #eaeaea;background:url(../images/fizw_i_jyteknwbdfem1vsxbiy3s.gif) no-repeat;}
.block_3 .title .tit_tx {line-height:48px;background:none;}
.block_3 .title .tit_tx a {color: #fff;}

.block_cont_3 {height:422px;padding:0 15px;overflow:hidden;}
.faq {padding:19px 0;border-bottom: 1px dashed #adadad;font-size: 14px;}
.faq dt {padding-left:30px;font: bold 12px/26px "Microsoft Yahei";color:#333;background:url(../images/fqjuuajoclk6z4mbyfwknbnrhayf.gif) no-repeat left 2px;}
.faq dt a{color:#034091;}
.faq dd {padding-left:30px;font: 14px/24px "Microsoft Yahei";color:#666;background:url(../images/fqig-jgcn_-mhiyf6o1yeebp62gh.gif) no-repeat left 2px;}
.nobd {border: none;}

/*------------------列表页---------------------------------------------------------------------------------------------------------------------------------*/
.liebiao{margin:30px 0;}
#jy-left {width: 222px;  float: left;  overflow: hidden;}
#jy-left .hd h3{  height: 48px;  line-height: 48px;  text-align: center;  font-weight: bold;  color: #fff;  font-size: 16px;background:#034091;}
.cat_con{  border: 1px solid #dfdfdf;  padding: 12px 5px 10px 5px;}
.cat_con .cat-name-1{  height: 37px;  margin-bottom: 8px;  overflow: hidden;  background: url(../images/fstlrj51tehgvoifc5iypixmsclg.gif) no-repeat 175px 11px #ededed;  font: 14px/37px "Microsoft YaHei";  width: 170px;padding-right: 40px;}
.cat_con .cat-name-1:hover{}
.cat_con .li-level-1 .cat-name-1 a{   font-weight: bold;  color: #333;  font-size: 14px;  padding-left: 10px;  display: block;  margin-bottom: 5px;}
.cat_con .li-level-2{    display: block;  padding-left: 40px;  background: url(../images/fpo_9hh7iov8xycny2esc576jfjw.gif) no-repeat 30px 10px;  line-height: 24px;  height: 24px;  overflow: hidden;}
.cat_con .li-level-1 .cat-name-1 a:hover,.cat_con .li-level-1 .cat-name-1.pos a{  color: #C10005; text-decoration:none;  display: block;}
.cat_con .level-1 .linkon a{font-weight:bold; color:#5f0a13;}
.cat_con .children{display:none;  padding-bottom: 5px;  border-bottom: 1px dotted #8b8b8b; margin-bottom: 7px;}

.mod_block {  overflow: hidden;  clear: both;   margin: 20px 0;}
.mod_block .hd h3 {  color: #333;  font-size: 14px;  padding-left: 13px;  text-align: center;}
.mod_block .bd {  border: 1px solid #dfdfdf;  padding: 0 5px 10px 5px;background: #fff;  -moz-border-radius: 0 0 5px 5px;  border-radius: 0 0 5px 5px;  -webkit-border-radius: 0 0 5px 5px;}
.b-pro .bd ul li {  width: 170px;  overflow: hidden;  margin: 10px auto 3px;}
.b-pro .bd ul li img{border:1px solid #ccc;padding:1px;}
.b-pro .bd ul li img:hover{border:1px solid #034091;}
.b-pro .bd ul li p {  overflow: hidden;  height: 20px;  line-height: 20px;  padding-top: 5px;  text-align: center;  color: #555;}
#jy-left .about_rec .blk_t {  height: 36px;  line-height: 36px;  text-align: center;  font-size: 14px;  /* color: #fff; */  font-weight: bold;  color: #333;  font-size: 14px;  background: url(../images/tit1n.gif) no-repeat;}
#jy-left .about_rec .bd {  border: 1px solid #ccc;  border-top: 0;  background: #fff;  padding: 4px 5px 10px;}
#jy-left .about_rec .mino6{  overflow: hidden;}
#jy-left .about_rec .bd h5 {  height: 22px;  line-height: 22px;  padding-top: 10px;  padding-left: 10px;}
#jy-left .about_rec .bd ul li{line-height: 24px;overflow: hidden;  padding-left: 10px;}

#jy-right{ float: right;     width: 730px;  margin-left: 8px;  overflow: hidden;}
.box_r {  border: 1px solid #ccc; background: #fff;  width: 728px;  margin-bottom: 10px;}
.breadcrumb{  height: 40px; line-height:40px; border-bottom: 1px solid #e7e7e7;  overflow: hidden;  background: url(../images/fvc4m8fhs50pv-gcapplg-2j0e3c.gif) repeat-x;  border: 1px solid #e7e7e7;  padding-left: 14px;}

.pro_list_ul li{width: 226px;  overflow: hidden;  float: left; padding: 0px 2px 0px 3px; /*margin-left: 5px;*/height: 295px;}
.pro_list_ul li img{  padding: 1px;  border: 1px solid #D6D6D6;}
.pro_list_ul li .p1{  width: 224px;  line-height: 30px;  text-align: center;  overflow: hidden;font-size:14px;}
.pro_list_ul li .p1 a{color:#034091;}
.pro_list_ul li .p2{  width: 224px;  line-height: 22px;  overflow: hidden;}

.news_list{width: 730px; margin: 0 auto; padding-top: 10px;}
.news_list li {  overflow: hidden;  border-bottom: 1px dotted #ccc;  line-height: 22px;  text-align: justify;}
.news_list ul li .rr { width: 500px;  float: left;  margin-right: 10px;}
.news_list li .news_info {text-align: left;  font-size: 14px;  line-height: 35px; color: #075CB3;  font-weight: bold;}
.news_list li .news_info a {height: 20px;  padding-left: 20px; font-size: 14px;   color: #034091; font-weight: bold;}
.news_list li p {font-size: 12px; padding-left: 10px;  overflow: hidden;margin: 0px 10px 10px 10px;}
.news_list li .rr  .mor {  float: right;}

.proUlList {  padding-top: 10px;  clear: both;  padding-bottom: 10px;}
.proUlList .xinwen { height: 35px;  line-height: 35px;  border-bottom: 1px dashed #ccc;    background: url(../images/fj8r5kce6iq4shhvvx28ozmlkfrs.png) no-repeat 2px 12px;  overflow: hidden;  padding-left: 20px;}
.proUlList .xinwen:hover{background:#f5f5f5;} 
.proUlList .xinwen span { float: right;  margin-right: 10px; }

.rtit, .rtit1 {  background: url(../images/fvc4m8fhs50pv-gcapplg-2j0e3c.gif) repeat-x scroll 0 0;  border: 1px solid #e7e7e7;  height: 40px;  line-height: 40px;}
.rtit1 a {  color: #034091;font-family: "Microsoft Yahei";}
.rtit1 .tit a, .rtit1 a {  background: url(../images/foxrqhiyxierxjhzmsenzeictok1.gif) no-repeat scroll 11px 10px;  color: #034091;  float: left;  font: bold 18px/38px "Microsoft Yahei"; padding-left: 27px;}
.riti1_con {  border: solid 1px #ccc;  border-top: 0;  border-bottom: 0;  zoom: 1;  background: #fff;}
dl.dl_pjcss{padding:12px 4px 12px 10px;overflow:hidden;width:710px;font-family:"Microsoft Yahei";}
dl.dl_pjcss dt{ width:240px; height:173px; float:left;}
dl.dl_pjcss dt img{  width:232px; height:165px;border:1px solid #ccc;padding:3px;}
dl.dl_pjcss dt img:hover{border:1px solid #1B64B5;}
dl.dl_pjcss dd{ float:left; width:455px; padding-left:10px; line-height:22px; height:132px;overflow:hidden; }
dl.dl_pjcss dd h4 a{ color:#333; height:22px; overflow:hidden; display:block;}
dl.dl_pjcss dd p{ height:88px; overflow:hidden; text-indent:2em; padding-top:2px; margin-bottom:2px;}
dl.dl_pjcss span{display:block}
.rightbot { background: url(../images/fos8xbhzdbmirossj7d_lmglgtez.gif) no-repeat; height: 3px; font-size: 0; overflow: hidden; margin-bottom: 10px;}

.photo_album {  padding: 10px 10px 0 10px;}
.photo_album li { width: 200px;  margin-right: 9px;  margin-bottom: 10px;list-style: none;  float: left;  overflow: hidden;  zoom: 1;  background: #fff; border: 1px solid #ebebeb;  border-bottom: 1px solid #cecece;  padding: 14px;  box-shadow: 0 1px 1px #e5e5e5;  position: relative;}
.photo_album .tit {  font-size: 14px;  margin-top: 5px;  text-align: center;}
/*--------详情页------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.box_content {  margin-top: 20px;}
.border1_bottom{margin:10px;}
.box_content .news_title{text-align: center;margin-bottom:20px;}
.box_content .news_title h3{font-size: 21px;}
.box_content .news_title p{padding: 10px 0 5px 0;}
.box_content .typo{overflow: hidden; line-height:2;}
.box_content .typo img{max-width:100%;}
.pro-related .bd { padding: 10px!important;}
.pro-related .bd li { width: 172px!important;}

.photo_wapper{padding:10px; }
.photo_pic { width:200px; float:left; border:1px #ddd solid;padding:10px;margin-right:15px;}
.photo_info {}
.photo_info h2 { font-size:14px;}
.photo_info .text { font-size:12px; line-height:24px; color:#555;}

.photo_item{ border-top:2px #ddd solid; margin-top:20px;padding:20px 0;}
.photo_item li {width:177px; height:180px; float:left; text-align:center;}
.pro-detail .hd {  background: #034091!important;color:#fff!important;}
.pro-related .hd {  background: #034091!important;color:#fff!important;}
/* 友情链接
--------------------------------------------------------------------------------------------------*/
.link {position: relative;margin-top: 18px; border: 1px solid #eaeaea;}
.link .title i {padding: 0 10px 0 0;font: 14px/40px "Microsoft Yahei";}
.link .title i a {color: #3a3a3a;}
.link_cont { padding:28px 0 0 8px;font: 14px/26px "Microsoft Yahei";height: 77px;color:#666; }
.link_cont a { color:#666; padding:0 8px; display:inline-block;white-space: nowrap;}

/* footer 
--------------------------------------------------------------------------------------------------*/
#footermain {background: url(../images/fqb3y30pfsoz4vsizzd-n1rkfcxd.jfif) no-repeat top center;  height: 201px;  padding-top: 10px; text-align:center;  margin-top: 10px;}
#footer{ color:#fff;width: 960px;  margin: 0 auto;  overflow: hidden;}
#footer a{color:#fff;}
.fot-nav {padding:10px 0;  height: 31px;  line-height: 31px;  width: 960px;  text-align: center;  color: #fff;}
.fot-nav a{margin:0 5px;}
.f_con {  color: #dcdcdc;  line-height: 26px;  padding-top: 10px;}

.p_ScrollTopBtn {  position: fixed;  right: 2px;  display: none;  bottom: 200px;  width: 39px; height: 29px;  background: url(../images/fqnhrnh6k621whpp1u0zax83_4id.x-png) no-repeat;  cursor: pointer;  z-index: 9999;}

