﻿@charset "utf-8";
*{margin:0; padding:0;}
body{background:#fff;font-family:微软雅黑;}
li{list-style-type:none;}
ul{ list-style-type:none; margin:0; padding:0;}
a{ text-decoration:none;}
img{ border:none;}
h2,span,font,a,b,p,i{margin: 0px 0 0 0; padding: 0; font-style:normal;}
.End{ font:0px/0px Sans-Serif; clear:both; display:block;}
em{display:block; float:right; margin-right:10px; color:#000; line-height:30px; font-size:12px; font-style:normal; }
a{color:#000;}

.top{ width:965px; margin:0 auto;}
.logo{ float:left;}
.search{ width:200px; float:right;color:#000; }
.gongneng{ font-size:12px; line-height:30px; margin-bottom:20px; text-align:right;}
.gongneng a:hover{color:Red;}
.search_form{ width:200px; height:30px; line-height:30px; background:url(../images/search.jpg) no-repeat center center;}
.f_key{ background:none; border:none;width:155px; padding-left:5px; font-size:12px;  line-height:25px;}
.f_sub{ background:none; border:none;cursor:pointer; width:35px;}

.navtop{height:33px; width:100%;margin:0 auto;position:absolute;z-index:999; top:104px;}
.nav{ height:33px; width:965px;margin:0 auto;  background:url(../images/nav.png) repeat-x;  position:relative; }
/*nav*/
#nav .mainlevel{float:left;width:120px;/*IE6 only*/}
#nav .mainlevel a{color:#fff;line-height:33px;display:block;padding:0 20px;width:120px;}
#nav .mainlevel a.nav_first{height:33px;line-height:33px;display:block; text-align:center;width:120px; padding:0px;color:#fff; font-size:15px; font-family:微软雅黑;letter-spacing: 2px;}
#nav .mainlevel a:hover,#nav .mainlevel a.cur{width:120px;color:#fff;background:url(../images/nav.png) repeat-x;}
#nav .mainlevel ul{display:none;position:absolute;}
#nav .mainlevel li{background:url(../images/nav.png) repeat-x;width:120px;/*IE6 only*/}
#nav .mainlevel ul li a{color:#fff;font-family:微软雅黑; font-size:13px;}
#nav .mainlevel ul li a:hover{ width:80px;}



.tbgz_bg{height:67px; position:absolute; z-index:99;left:0;top:397px;width:100%;}
.tbgz{ width:966px;height:67px; line-height:67px; margin:0 auto; background:url(../images/img01.jpg) no-repeat; color:#283089;font-family:微软雅黑; font-size:25px; font-weight:bold;}
.tbgz a{color:#283089;}

/** banner **/
.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 350px;
	display: block;
}

/* 焦点图 水平滚动
------------------------------ */
.slide_x{overflow:hidden;position:relative;width:630px;height:350px;border:1px solid #777;background:#000; float:left;}
.slide_x a{color:#eee;text-decoration:none;}
.slide_x .box{overflow:hidden;position:relative;width:630px;height:350px;}
.slide_x .list{overflow:hidden;width:9999px;}
.slide_x .list li{float:left;position:relative;width:630px;}
.slide_x .list img{vertical-align:top;}
.slide_x .list p{position:absolute;bottom:0;left:0;width:100%;height:24px;color:#eee;font:12px/24px "\5b8b\4f53";text-indent:12px;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');background:rgba(0,0,0,0.6);}
.slide_x .btn{overflow:hidden;position:absolute;bottom:4px;right:6px;}
.slide_x .btn li{float:left;width:16px;height:16px;margin:0 0 0 10px;border-radius:2px;background:#eee;color:#333;font:11px/16px Tahoma;text-align:center;cursor:pointer;}
.slide_x .btn .selected{background:#f30;color:#fff;}
.slide_x .minus,
.slide_x .plus{position:absolute;top:110px;width:40px;height:50px;background-image:url(images/control.png);background-repeat:no-repeat;text-align:center;cursor:pointer;}
.slide_x .minus{left:0;background-position:0 0;}
.slide_x .plus{right:0;background-position:-40px 0;}
.slide_x .minus:hover{background-position:0 -50px;}
.slide_x .plus:hover{background-position:-40px -50px;}
/******************* main ******************************************/
.main{ width:966px; margin:0 auto; background:#fff; padding-bottom:10px; border-bottom:1px #a0a7ae solid;}
.main_cont{ width:916px; margin:0 auto; }
.main_left{ width:210px; float:left;padding-left:10px; margin-top:10px;background:#fff; }
.main_right{ width:706px; float:right; padding-left:30px; padding-right:10px;margin-top:10px;background:#fff; }

.tabbox{width:395px;font-family:"微软雅黑"; float:right;}
.tabbox .tab{overflow:hidden; width:395px; height:49px; background:url(../images/lan1.gif) repeat-x;  }
.tab1{display:block;float:left;width:148px; height:49px;background:url(../images/jtxw.jpg) no-repeat center center; margin-left:30px;}
.tab2{display:block;float:left; width:148px; height:49px; background:url(../images/zhxw.jpg) no-repeat top center;}
.tab2:hover{display:block;float:left;width:148px; height:49px;background:url(../images/zhxw.gif) no-repeat bottom left;}
.tab1:hover{display:block;float:left;width:148px; height:49px;background:url(../images/jtxw.gif) no-repeat bottom left ;}
.on{display:block;float:left;width:148px; height:49px;background:url(../images/zhxw.gif) no-repeat bottom left;}
.on1{display:block;float:left;width:148px; height:49px;background:url(../images/jtxw.gif) no-repeat bottom left;}
.tabbox .content{overflow:hidden;width:395px;height:240px;position:relative;}
.tabbox .content ul{position:absolute;left:0;top:0;height:210px;}
.tabbox .content li{width:395px;height:210px;float:left;}


.list_news{ font-size:12px; line-height:27px; background:url(../images/img02.jpg) no-repeat left center; padding-left:20px;}
.list_news span{ float:right;}
.list_news a:hover{ color:Red;}
.more a{ width:49px; height:17px; float:right; margin-top:5px;}

.index_news{ width:330px;}
.news_title{ height:30px; background:url(../images/img03.jpg) no-repeat; color:#283089; font-size:15px; font-weight:bold; font-family:微软雅黑; padding-left:55px; padding-top:10px;}
.index_news_li{ font-size:12px; line-height:30px;}
.index_news_li a:hover{ color:Red;}

.gg{ background:#eff9fb;}
.gg ul{ padding:5px;}
.gg_list_news{ font-size:12px; line-height:27px; background:url(../images/img04.jpg) no-repeat left center; padding-left:10px;}
.gg_list_news span{ float:right;}
.gg_list_news a:hover{ color:Red;}
.video{ height:190px;background:#eff9fb; margin-top:10px; }

.lj{ width:966px; height:80px; margin:0 auto; margin-top:20px;background:url(../images/img05.jpg) no-repeat; }
.lj01{float:left; width:205px; }
.lj01 a{ width:205px;height:80px; display:block;}

.lj02{float:left; width:200px; margin-left:20px; }
.lj02 a{ width:200px;height:80px; display:block;}

.lj03{float:left; width:200px; margin-left:20px; }
.lj03 a{ width:200px;height:80px; display:block;}

.link{float:left; width:100px; margin-left:15px;position: relative; z-index:99999;}
.link a{ width:100px;height:80px; display:block;}
#box{
	display: none;
	width: 100px;
	height: 180px;
    background:#fff;
	border: 1px solid #333;
	padding: 12px;
	position: absolute;
	left:90px;
}

.link1{float:left; width:100px; margin-left:5px;position: relative; z-index:9999;}
.link1 a{ width:100px;height:80px; display:block;}
#box1{
	display: none;
	width: 100px;
	height: 180px;
    background:#fff;
	border: 1px solid #333;
	padding: 12px;
	position: absolute;
	left:90px;
}

.link2{float:left; width:80px; margin-left:5px;position: relative; z-index:999;}
.link2 a{ width:80px;height:80px; display:block;}
#box2{
	display: none;
	width: 80px;
	height: 180px;
    background:#fff;
	border: 1px solid #333;
	padding: 12px;
	position: absolute;
	left:70px;
}

.lj_list{font-size:12px; width:100px; line-height:20px;}
.lj_list a{width:200px; height:25px; line-height:25px;}
.lj_list a:hover{color:red;}


.footer{ height:100px; margin-top:30px; background:#0a50a0;color:#fff; line-height:100px; text-align:center; font-size:13px;}
.footer a{color:#fff;}
.footer a:hover{ text-decoration:underline;}

.list_link{ height:35px;font-size:12px; line-height:35px; border-bottom:dashed 1px #bbb; background:url(../images/icoRight.gif) no-repeat 5px center; padding-left:20px; overflow:hidden;}
.list_link a{ color:Black; }
.list_link a:hover{ color:Red;}
.list_link span{ float:right;}
.font1{ color:Red; font-size:12px; line-height:30px;}
.font1:hover{ color:Red;}

/*分页*/
.pagestyle p{font-size:12px;padding-top:10px;}

#tags
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    height: 25px;
    overflow:hidden;

}
#tags LI
{
    float: left;
    list-style-type: none;
    height: 25px;
    width:80px;
    background:url(../images/menu2.jpg);
    margin-right:6px;
    margin-top:3px;
}
#tags LI A
{
    float: left;
    padding-bottom: 0px;
    color: #666;
     font-weight:bold;
    line-height: 25px;
    height: 25px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    cursor:pointer;
     width:100%;
    border:1px solid #ddd;
}
#tags LI.emptyTag
{
    background: none transparent scroll repeat 0% 0%;
    width: 4px;
}
#tags LI.selectTag
{
    background-position: left top;
    position: relative;
    height: 30px;
}
#tags LI.selectTag A
{
    border-bottom: 0;
    color: red;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
#tagContent
{
    background-color: #fff;
}
.tagContent
{
    display: none;
    color: #000;
}
#tagContent DIV.selectTag
{
    display: block;
}



.list_pro1{ width:158px; height:241px; float:left;  text-align:center; margin:10px 10px 5px 20px; display:inline;}
.list_pro1 img{width:150px; height:190px; border:solid 1px #bbb; padding:3px;  background:#fff;}
.list_pro1 a{ font-size:12px; line-height:20px; color:#000; }
.list_pro1 a:hover{ color:red;}
.list_pro1 a:hover img{ border:solid 1px red;}
.aa{color:#000; font-size:12px;}
.aa a{color:#000;}


.list_pro{ width:182px;  float:left; text-align:center;  _display:inline; margin:10px 0px 0px 15px; }
.list_pro img{width:150px; height:125px; border:solid 1px #bbb; padding:2px; display:block;}
.list_pro a{ font-size:12px;  color:#000; padding-right:25px;}
.list_pro a:hover{ color:red;}
.list_pro a:hover img{ border:solid 1px #555;}

.list_news1{ border-bottom:dashed 1px #ccc; padding-bottom:10px; margin-bottom:10px;}
.list_news1 span{ width:50px; display:block; float:left; text-align:center; margin-top:3px;}
.list_news1 span font{ color:#000; font-size:16px; font-family:Times New Roman; font-weight:bold;}
.list_news1 span i{ color:#000; font-size:14px; font-family:Times New Roman; font-style:normal; font-weight:bold;}
.list_news1 h2{ display:block; float:right; width:650px;}
.list_news1 h2 a{ color:#000; font-size:14px; line-height:36px;}
.list_news1 h2 a:hover{ color:red;}
.Description{ width:680px; display:block; float:right; font-size:12px; color:#666; line-height:24px;}

.list_pro2{width:182px; height:177px; float:left; text-align:center; margin:16px 20px 0 30px; _display:inline;}
.list_pro2 img{  width:180px; height:150px; border:solid 1px #bbb;background:#fff; display:block;}
.list_pro2 a{ font-size:12px; line-height:15px; color:#000;}
.list_pro2 a:hover{ color:red;}
.list_pro2 a:hover img{ border:solid 1px red;}

.list_pro2_1{width:370px; height:157px; float:left; text-align:center; margin:16px 5px 0 10px; _display:inline;}
.list_pro2_1 img{  width:160px; height:140px; border:solid 1px #bbb;background:#fff; display:block; float:left;}
.list_pro2_1 p{display:block; float:left; width:180px; height:167px; font-size:12px; line-height:20px; margin:5px;}
.list_pro2_1 a{ font-size:12px; line-height:15px; color:#000;}
.list_pro2_1 a:hover{ color:red;}
.list_pro2_1 a:hover img{ border:solid 1px red;}


.font1{color:#666;font-size:13px;}
.font1:hover{color:red;}


.big_class{ height:30px; background:url(../images/bg_class1.jpg) no-repeat 20px center;overflow:hidden; cursor:pointer; padding-left:20px;}
.big_class_span{ width:22px; height:30px; display:block; float:left; background:url(../images/dot5.jpg) no-repeat center 9px;}
.big_class_span_off{ width:22px; height:30px; display:block; float:left; background:url(../images/dot6.jpg) no-repeat center 9px;}
.big_class a{ color:#333; font-weight:bold; font-size:12px; line-height:30px; display:block;}
.big_class a:hover{ color:#104996; font-weight:bold;}

.little_class{ height:22px;  padding-left:53px;}
.little_class a{ color:#333; font-size:12px; line-height:22px;}
.little_class a:hover{ color:red;}

.list_case{ width:159px; height:156px; float:left; text-align:center; margin:0 10px 0 20px;}
.list_case img{ width:160px; height:135px; border:solid 1px #bbb; padding:2px; background:#fff;}
.list_case a{ color:#000; font-size:12px; line-height:30px;}
.list_case a:hover{ color:Red;}

.bottom_news{width:770px; float:right;}




.box00
{
    display: none;
    position: absolute;
    margin-top:26px;
}
.box00 div
{
    text-align: center;   
    line-height:30px;
    width:110px;
}
.box00 div a
{
    display: block;
    font-size: 12px;
	width:110px;
	height:30px;
    background:url(../Images/nav_bg.jpg) repeat-x;
    font-weight: bold;
    color: #fff;
}
.box00 div a:hover
{
    color: yellow;
   
}



.QQbox {z-index:99;right:0;width:128px;height:128px;position:absolute;}
.QQbox .press{right:0;width:36px;cursor:pointer;position:absolute;height:128px;}
.QQbox .Qlist{left:0;width:131px;position:absolute;height:128px;background:url(http://www.codefans.net/jscss/demoimg/201107/floatServiceBj.gif) no-repeat left center;}
.QQbox .Qlist ul{padding:43px 0 0 21px;}
.QQbox .Qlist li{height:26px;margin-bottom:11px;_margin-bottom:7px; list-style-type:none;}

/*按钮控制滚动样式****/
 .blk_18
{
width: 976px;
overflow: hidden;
margin:0px auto;
}
 .blk_18 .pcont
{
width: 976px;
float: left;
overflow: hidden;
zoom: 1;
}
 .blk_18 .ScrCont
{
width: 32766px;
zoom: 1;
}
 .blk_18 #List1_1, .blk_18 #List2_1
{
 float: left;
}




.left{ width:12px; height:24px; float:left; background:url(../images/menu1.jpg) 0px 0px; margin-top:70px;  display:inline;}
.left a{ width:12px; height:24px; display:block;}
.left a:hover{background:url(../images/menu1.jpg) 0px -25px;}

.right{ width:12px; height:24px; float:right; background:url(../images/menu1.jpg) -13px 0px; margin-top:70px;  display:inline;}
.right a{ width:12px; height:24px; display:block;}
.right a:hover{background:url(../images/menu1.jpg) -13px -25px;}










/*永远用到的样式****/

.list5
{
    width: 98%;
    height: 30px;
    margin: 0px auto;
    border-bottom: dashed 1px #999;
    background: url(../images/dot2.gif) no-repeat left center;
    padding-left: 8px;
    overflow: hidden;
}

.font5
{
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-decoration: none;
}

.font5:hover
{
    color: #187ec9;
    text-decoration: none;
}

.title_4_5
{
    float: right;
    padding-right: 5px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    font-family: Tahoma;
}
.font5_5
{
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-decoration: none;
}

.font5_5:hover
{
    color: #187ec9;
    text-decoration: none;
}

.proIntro
{
    font-size: 14px;
    color: #000;
    line-height: 36px;
    padding: 10px;
    overflow: hidden;
}
.proTitle
{
    line-height: 25px;
    color: red;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.prodetail
{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: red;
    margin: 10px 0px;
    padding-left: 10px;
}
.proPic
{
    text-align: center;
    margin: 15px 0px 0px 0px;
}
.joblistT
{
    font-size: 14px;
    margin-bottom: 30px;
}
.caselist
{
    width: 168px;
    height: 158px;
    float: left;
    text-align: center;
    margin: 8px 0px 0px 15px;
    display: inline;
}
.caselist img
{
    width: 160px;
    height: 120px;
    border: solid 1px #bbb;
    padding: 3px;
    background: #fff;
}
.joblistL
{
    width: 20%;
    line-height: 30px;
    text-align: right;
    float: left;
}
.joblistR
{
    width: 75%;
    line-height: 30px;
    text-align: left;
    float: left;
}
.prev
{
    width: 80px;
    height: 30px;
    float: left;
    background: url(../images/dot_prev.gif);
    text-align: center;
    margin-top: 110px;
}
.prev a
{
    width: 80px;
    height: 30px;
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 30px;
}
.prev a:hover
{
    color: #000;
}
.next
{
    width: 80px;
    height: 30px;
    float: right;
    background: url(../images/dot_next.gif);
    text-align: center;
    margin-top: 110px;
}
.next a
{
    width: 80px;
    height: 30px;
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 30px;
}
.next a:hover
{
    color: #000;
}




/*banner*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {zoom:1;}
#focus {width:265px; height:195px; overflow:hidden; position:relative;}
#focus ul {height:195px; position:absolute;}
#focus ul li {float:left; width:265px; height:195px; overflow:hidden; position:relative;}
#focus .btn {position:absolute; height:18px; right:5px; bottom:10px;}
#focus .btn span { border:solid 1px #A6C49F; background:#fff; display:inline-block; _display:inline; _zoom:1; width:16px; height:16px; line-height:16px; text-align:center; font-size:12px; font-family:Arial; margin-right:5px; cursor:pointer; color:#333;}
#focus .btn span.on {background:#bbb; color:#fff; font-size:14px; font-weight:bold;}



.us {
    width: 770px;
}

.us_l {
    width: 770px;
    float: left;
    background-color: #ffffff;
    border: #cccccc solid 1px;
    margin-top: 10px;
}

.us_l_t {
    width: 770px;
    height: 35px;
    background: url(../images/us_t.jpg);
}

.us_l_tyy1123 {
    height: 30px;
    border-bottom: solid 3px #F06506;
    background: url(../images/about_1.jpg) no-repeat;
    line-height: 35px;
}

.us_l_t1 {
    width: 134px;
    height: 33px;
    float: left;
    background: url(../images/about_1.jpg) no-repeat;
    line-height: 35px;
}

.us_l_t2 {
    width: 636px;
    height: 33px;
    float: left;
    background: url(../images/about_r.jpg) repeat-x;
}

.us_l_b {
    width: 770px;
    line-height: 25px;
    font-size: 12px;
    padding-bottom:15px;
}

    .us_l_b span {
        color: #000;
        font-size: 12px;
        line-height: 24px;
    }

.us_r {
    width: 257px;
    height: 252px;
    float: right;
    margin-top: 10px;
    background-color: #ffffff;
    border: #cccccc solid 1px;
    background: url(../images/hot.jpg ) no-repeat;
}

.ad {
    width: 770px;
    height: 71px;
    border: #cccccc solid 1px;
    margin-top: 10px;
}

.new1 {
    width: 372px;
    float: left;
    margin-top: 10px;
    border: #cccccc solid 1px;
}

.new2 {
    width: 372px;
    float: right;
    margin-top: 10px;
    border: #cccccc solid 1px;
}

.new1_top {
    width: 372px;
    height: 30px;
    background: url(../images/new_t.jpg);
    line-height: 33px;
}

.new1_b {
    width: 372px;
}

.new_tu {
    width: 110px;
    height: 137px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.new1_b2 {
    width: 240px;
    float: right;
}

.new1_h {
    width: 230px;
    height: 29px;
    border-bottom: #cccccc dotted 1px;
    line-height: 29px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.font3 {
    font-size: 14px;
    font-weight: bold;
    font-family: @Adobe 黑体 Std R;
    color: #ffffff;
    text-decoration: none;
}



.prc2 {
    width: 150px;
    height: 180px;
    float: left;
    margin-top: 10px;
    margin-left: 24px;
    margin-right:10px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
}



.font6 {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}




.font5 {
    font-size: 14px;
    font-weight: bold;
    font-family: @Adobe 黑体 Std R;
    color: #cc0000;
    text-decoration: none;
}



.font {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

    .font:hover {
        font-size: 12px;
        color: #ff3300;
        text-decoration: none;
    }
    

.title3 h1{ font-weight:normal; height:35px; line-height:25px; background:url(../Images/oyhk.gif) no-repeat; color:#333; font-size:16px;  padding-left:15px;}
.nr_all{padding-bottom:20px;}

.fl_title{ font-size:15px; border-bottom:1px #000 solid; line-height:33px;}
.fl_title span{ color:Red;}
.fl li{ line-height:40px; border-bottom:1px #ccc solid; font-size:14px; }
.fl li a{color:#444; display:block;padding-left:10px;}
.fl li a:hover{color:#fff;display:block; background:#3C3C3C;}




.pagestyle{ text-align:center; width:500px; margin:0 auto;}


.qimo8{ overflow:hidden; width:965px; margin:0 auto;}
.qimo8 .qimo {/*width:99999999px;*/width:8000%; height:170px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; height:170px; overflow:hidden; zoom:1; padding-top:15px; }
.qimo8 li a{margin-right:10px;color:#444444;}



/** 荣誉资质 **/
.sPrev{ display:block; width:26px; height:140px; float:left;background:url(../images/sPrev.jpg) center center no-repeat; }
.sNext{display:block; width:26px; height:140px; float:right;background:url(../images/sNext.jpg) center center no-repeat; }
.tempWrap{ float:left; width:975px; }

.list_pro234{ width:182px; height:170px; float:left; text-align:center;  _display:inline; margin:10px 0px 0px 15px;}
.list_pro234 img{width:150px; height:125px; border:solid 1px #bbb; padding:2px; display:block;}
.list_pro234 a{ font-size:12px;  color:#000; padding-right:25px;}
.list_pro234 a:hover{ color:red;}
.list_pro234 a:hover img{ border:solid 1px red;}




.fl_class{ line-height:40px; border-bottom:1px #ccc solid; font-size:14px;}
.fl_class a{color:#fff; display:block;padding-left:20px;background:#0852A5;}
.fl_class a:hover{color:#fff;display:block; background:#3C3C3C;}
.smal_class{border-bottom:1px #ccc solid; }
.smal_class a{color:#444; display:block;padding-left:30px;background:#eee; background:url(../images/dot5.jpg) 15px center no-repeat;}
.smal_class a:hover{color:#fff;display:block; background:#3C3C3C url(../images/dot5.jpg) 15px center no-repeat;}


