/**公共样式**/
@charset "utf-8";
*{ padding:0; margin:0;}
html{color:#000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}
body,button,input,select,textarea{font:14px/1.5 tahoma,arial,\5b8b\4f53;}
input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
th{text-align:inherit;}
fieldset,img{border:0;}
iframe{display:block;}
abbr,acronym{border:0;font-variant:normal;}
del {text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:500;}
ol,ul,li {list-style:none;margin:0;padding:0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:500;}
q:before,q:after {content:'';}
a:hover {text-decoration:underline;}
a:focus{text-decoration: none;}
ins,a {text-decoration:none;}
.clearfix{clear:both;margin: 0;padding: 0;}
.hidden{display: none;}

body { background:#fff; color:#666;font: normal 14px/1.5 'Microsoft Yahei';}
a { color:#666;}
a:hover { color:#DF0E2D;text-decoration: none;}
.red {color: #d90030;}
/*公共样式 end*/
/* ======= Header ======= */
.header {
  padding: 15px 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0,0,0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0,0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0,0.4);
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
}
.header h1.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a img {
  margin-right: 5px;
  margin-top: 18px;
  width: 74%;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav button{
  background: #d8261c;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  /*text-transform: uppercase;*/
  position:relative;
}
.header .main-nav .nav .nav-item.active a{
  color: #fff;
  background:#d60505; 
}
.header .main-nav .nav .nav-item a {
  color: #636363;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 16px;
  padding: 12px 0px;
  width:118px;
  text-align: center;
  /*background:url(../images/shux.jpg) no-repeat left center;*/
}
.header .main-nav .nav .nav-item:hover a {
  color: #fff;
  background:#d60505;
  /*border-bottom:2px solid #cf080a;*/
  outline: none;
}
.header .main-nav .nav .nav-item:focus a {
  outline: none;
}
.header .main-nav .nav .nav-item:active a{
  outline: none;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
  /*background:url(../images/shux.jpg) no-repeat right center;*/
}
.search{
  text-align: right;
  margin-top: 15px;
  overflow:hidden;
}
.search ul{
  display:inline-block;
  margin:0;
  overflow:hidden;
  float:right;
}
.search ul li{
  float:left;
}
.search ul li a{
  font-size: 14px;
  color:#959595;
  padding: 2px 12px;
  height:32px;
  line-height: 32px;
  cursor: pointer;
}
.search ul li a.ywb{
  background:url(../images/shux.jpg) no-repeat right center;
  padding: 2px 13px 2px 12px;
}
.search_btn{
  display:inline-block;
  position:relative;
  float:right;
  margin-left: 5px;
}
.search_btn .ss_text{
  width: 300px;
  height:32px;
  line-height: 32px;
  border:1px solid #cf080a;
  text-indent: 3px;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.search_btn .ss_btn{
  background:url(../images/ss_icon.jpg) no-repeat center center;
  width:26px;
  height:26px;
  text-indent: -9999999em;
  border:none;
  position:absolute;
  right:5px;
  top:3px;
}
.cpxl{
  position: absolute;
  top: 50px;
  display: none;
  z-index: 999;
  width: 460px;
  left: -124px;
  margin-left: 0px;
}
.cpxl_bg{
  height:100%;
  width:100%;
  background:#fff;
  /*opacity:0.6;
  filter:alpha(opacity=60);  
  -moz-opacity:0.6;  
  -khtml-opacity: 0.6;*/
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.cpxl_con h2,.cpxl_con h3{
  background:url(../images/cpxl_h2.png) no-repeat 5px center;
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #cf080a;
  font-size: 18px;
  text-indent: 25px;
  cursor: pointer;
}
.cpxl_con .cplist{
  overflow:hidden;
}
.cpxl_con .cplist h3{
  text-indent: 0px;
  background: #d60505;
  color: #fff;
  float: left;
  width: 100px;
  margin-top: 5px;
  text-align: center;
  height:32px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.cpxl_con .cplist ul{
  float:right;
  width:286px;
}
.cpxl_con .cplist ul li{
  height:32px;
  line-height: 32px;
  margin-top: 5px;
  min-width: 60px;
  /*text-indent: 6px;*/
  margin-right: 22px;
}
.header .main-nav .nav .nav-item .cpxl_con .cplist ul li a{
  padding:0px;
  width:auto;
  text-align: left;
  border:none;
  background: none
}
.cpxl_con{
  padding: 10px 25px 30px 25px;
}
.cpxl_con ul{
  overflow:hidden;
}
.cpxl_con ul li{
  float:left;
}
.header .main-nav .nav .nav-item .cpxl_con ul li a{
  background:none;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  color:#333;
  display:block;
}
.header .main-nav .nav .nav-item .cpxl_con ul li a:hover{
  background:#dd0000;
  color:#fff;
}
.header .main-nav .nav .nav-item .cpxl_con .cplist ul li a:hover{
  background:none;
  color:#ff0000;
  border:none;
}
.header .main-nav .nav .nav_xl {
  width:100%;
  left:0px;
  margin-left: 0px;
}
.nav_xl .cpxl_con{
  padding:0;
}
.header .main-nav .nav .nav-item .nav_xl .cpxl_con ul li{
  float:none;
  height:40px;
  line-height: 40px;
  overflow:hidden;
}
.header .main-nav .nav .nav-item .nav_xl .cpxl_con ul li a{
  padding: 0px 6px;
  display: block;
  font-size: 14px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px){
  .navbar-nav {
    margin-top: 15px;
  }
}
@media (max-width: 768px){
  .header .main-nav .nav .nav-item a{
    background:none;
    width:100%;
  }
  .header .main-nav .nav .nav-item{
    background:none;
  }
  .header .main-nav .nav .nav-item.last{
    background:none;
  }
  .search{
    margin-top: 0px;
  }
  .search_btn .ss_text{
    min-width: 220px;
    max-height: 220px;
    width:60%;
  }
}
@media (max-width: 450px){
  .search_btn .ss_text{
    width:100%;
  }
}
/* ======= Header end======= */
/*banner*/
.banner_bg{
  background:#000!important;
  opacity:0.5;
  filter:alpha(opacity=50);  /*支持 IE 浏览器*/
  -moz-opacity:0.50; /*支持 FireFox 浏览器*/
  -khtml-opacity: 0.5; 
  height:50px!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:100%!important;
  z-index: 399;
}
#box{ position:relative; width:100%; height:380px;overflow: hidden;}
#box .prev{ 
  position:absolute; 
  width:40px; 
  height:60px; 
  background:url(../images/xb_arrow.png) -44px -63px no-repeat; 
  z-index:500; 
  top:50%; 
  left:0px; 
  opacity:0; 
  filter:alpha(opacity=0); 
  cursor:pointer;
  margin-top: -30px;
}
#box .next{ 
  position:absolute; 
  width:40px; 
  height:60px; 
  background:url(../images/xb_arrow.png) -74px -63px no-repeat; 
  z-index:500; 
  top:50%; 
  right:0px; 
  opacity:0; 
  margin-top: -30px;
  filter:alpha(opacity=0);
  cursor:pointer;
}
.bigUl{ 
  height: 380px;
  width: 100%;
}
.bigUl li{
  position:absolute;
  width:100%;
}
.bigUl li a{
  display: block;
}
.bigUl li img{
  width: 100%;
  height: 380px;
}
.numberUl {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 400;
    width: 480px;
    margin-left: -240px;
}
.numberUl li{
      width: 25%;
      height: 50px;
      line-height: 50px;
      float: left;
}
.numberUl li a{ 
    display:block ;
    color:#fff; 
    font-size:14px; 
    text-align:center; 
  }
.numberUl li.night a{ background-color: #A64E48; }
@media (min-width: 768px){

}
/*banner end*/
/*jjfa*/
.jjfa ul.fa_list{
  overflow:hidden;
  margin:30px 0;
}
.jjfa ul.fa_list li a{
  display:block;
  text-align: center;
  border:1px solid #bdbdbd;
  height: 240px;
  line-height: 185px;
  position: relative;
}
.jjfa ul.fa_list li a:hover,.jjfa ul.fa_list li a:active,.jjfa ul.fa_list li a.selectTag{
  border:1px solid #cf0606;
}
.jjfa ul.fa_list li a img{
  max-width:100%;
}
.jjfa ul.fa_list li a span{
  display:block;
  height:40px;
  line-height:40px;
  background:#e4e4e4;
  position:absolute;
  bottom:0px;
  left:0;
  width:100%;
}
.jjfa ul.fa_list li a:hover span,.jjfa ul.fa_list li a:active span,.jjfa ul.fa_list li a.selectTag span{
  background:#c90404;
  color:#fff;
}
.jjfa_text h4{
  font-size: 30px;
  color:#c90606;
}
.jjfa_text ul{
  overflow:hidden;
  margin:20px 0;
  max-height: 180px;
  min-height: 180px;
}
.jjfa_text ul li{
  background:url(../images/fa_text.png) no-repeat left center;
  text-indent: 4px;
  font-size: 15px;
  color:#3e3e3e;
  height: 30px;
  line-height: 30px;
  overflow:hidden;
}
.jjfatext img{
  margin-top: 50px;
}
.ckxqbtn{
  margin-bottom: 30px;
}
.ckxqbtn a{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 50px;
  border: 1px solid #dd0000;
  color: #dd0000;
}
/*jjfa end*/
/*dlpp*/
.dlpp{
  background:url(../images/dlpp_bg.jpg) no-repeat center top;
  height:614px;
}
.dl_logo{
  position:relative;
  margin-top: 30px;
}
.dl_logo ul{
  overflow:hidden;
  text-align: center;
  padding:15px 0;
  height:186px;
}
.dl_logo ul li{
  min-height: 78px;
  position: relative;
}
.dl_logo ul li a{
  display:block;
  max-height: 78px;
  line-height: 78px;
  padding:0 10px;
  display: inherit;
}
.dl_logo ul li a.selectTag{
  -moz-box-shadow: 0px 0px  10px 5px #aaa; /* 老的 Firefox */
  box-shadow:0px 0px  10px 5px #aaa;
 /* border:1px solid #aaa;
  position:absolute;
  left: 6px;
  top: -2px;*/
  width:100%;
  height:auto;
  display: inherit;
}
.dl_logo ul li a#dllogo6,.dl_logo ul li a#dllogo12{
  left: -10px;
  top: -2px;
}
.dlbg{
  height:100%;
  width:100%;
  position:absolute;
  left:0;
  top:0;
  background:#fff;
  opacity:0.3;
  filter:alpha(opacity=30);  /*支持 IE 浏览器*/
  -moz-opacity:0.3; /*支持 FireFox 浏览器*/
  -khtml-opacity: 0.3; 
  min-height: 186px;   
}
.dlpp_text{
  margin-top: 20px;
  overflow:hidden;
}
.dlpp_text img{
  width:auto;
}
.dlpp_text h3{
  color:#051f5c;
  font-size: 30px;
}
.dlpp_text p{
  color:#383839;
  font-size: 15px;
  text-indent: 2em;
  line-height: 27px;
  max-height: 200px;
}
@media (min-width: 1200px) {
  .col-zdlg-2-5{
  float: left;
  width:20%;
  }
}
/*dlpp end*/
/*fxpp*/
.title_text{
  position:relative;
}
.fxpp .search_btn .ss_btn{
    top: 18px;
}
.fxpp .search_btn{
  position:absolute;
  right:0;
  top: 0px;
}
.fxpp_text ul{
  margin-top: 20px;
  border-left:1px solid #cecece;
  border-top:1px solid #cecece;
}
.fxpp_text ul li{
  text-align: center;
  border-right:1px solid #cecece;
  border-bottom:1px solid #cecece;
  height:290px;
  position:relative;
  padding:0px;
}
.fxpp_text ul li a{
  display:block;
  height:290px;
  padding:0 20px;
}
.fxpp_text ul li a em{
  height: 80px;
  display: block;
}
.fxpp_text ul li a.txt_hov p{
  height:22px;
  overflow:hidden;
}
.fxpp_text ul li a.txt_hov:hover,.fxpp_text ul li a.txt_hov:active{
  border:1px solid #ff0000;
  position:relative;
  top:-1px;
  padding:0 19px;
}
.tabtext{
  height: 180px;
  width:146px;
  overflow: hidden;
  position:relative;
}
.tabtext ul{
  overflow:hidden;
  border:none;
  margin:0px;
  position:relative;
}
.txt_hov ul li{
  margin:0;
  float: left;
  text-align: center;
  border:none;
  width: 146px;
  height:180px;
}
.tab_wid{
  height: 180px;
  overflow: hidden;
}
.fxpp_text ul li a img{
  max-width: 100%;
  margin:20px 0;
  width:auto;
  height:auto;
}
.fxpp_text ul li a.more{
  display:inline-block;
  position:absolute;
  right:0;
  bottom:0;
  background:url(../images/more_icon.png) no-repeat left center;
  width:53px;
  height:49px;
  display:none;
}
.left_arrow,.right_arrow{
  display:inline-block;
  position:absolute;
  width:11px;
  height:26px;
  left:8px;
  top:50%;
  margin-top: -13px;
  background:url(../images/leftbtn_icon.png) no-repeat left center;
  cursor:pointer;
  border:none;
  display:none;
}
.right_arrow{
  left:auto;
  background:url(../images/rightbtn_icon.png) no-repeat left center;
  right:8px;
}
.fxpp_text ul li a.txt_hov:hover .left_arrow,.fxpp_text ul li a.txt_hov:hover .right_arrow{
  display:block;
}

/*fxpp end*/
/* hzkh */
.hzkh{
  background:url(../images/hzkh_bg.jpg) no-repeat center center;
  width:100%;
  height:354px;
  margin-top: 30px;
}
.hzkh h5{
  text-align: center;
  color:#595959;
  font-size: 16px;
  margin-bottom: 0px;
}
.title_text{
  text-align: center;
  font-size: 36px;
  color:#2a2624;
  margin-top: 26px;
}
.title_text span{
  color:#bb0c0c;
}
.hzkh ul li{
  margin-top: 26px;
  min-height: 50px;
  max-height: 50px;
}
.hzkh ul li img{
  max-width:100%;
}
/*hzkh end*/
/*footer*/
.footer{
  background:#2e2827;
  color:#fff;
  margin-top: 30px;
}
.foot_list h3{
  font-size: 16px;
}
.foot_list ul{
  margin:0;
  padding:0;
}
.foot_list ul li a{
  color:#fff;
  display:block;
  font-size: 14px;
  height:26px;
  line-height: 26px;
}
.wbwx span{
  display:block;
  text-indent: 8px;
  height:28px;
  line-height: 28px;
}
.zx_tel{
  background:url(../images/tel_bg.png) no-repeat left center;
  width:333px;
  height:100px;
  position: relative;
  top: -20px;
  padding: 12px 0 12px 100px;
}
.zx_tel p{
    margin: 0;
    font-size: 28px;
}
.zx_tel span{
  font-size: 18px;
}
.bqtext{
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin: 0;
}
.bqtext p{
  text-align: left;
  margin: 0;
  font-size: 15px;
}
.bqtext img{
  display: block;
  margin: 20px auto 0;
  display:block;
}
/*footer end*/
/*列表页*/
.dqwz{
  margin:20px 0;
}
.page_list ul li{
  height: 36px;
  line-height: 36px;
  background:url(../images/fa_text.png) no-repeat left center;
  overflow:hidden;
}
.page_list ul li a{
  display:block;
  font-size: 16px;
  text-indent: 18px;
}
/*列表页 end*/
/*详情页面*/
.page_xq,.page_list{
  min-height: 300px;
}
.page_list ul{
  min-height: 380px;
}
.page_xq h6{
  font-size: 32px;
  margin-bottom: 20px;
  color:#ff0000;
  text-align: center;
}
.page_xq p{
  font-size: 16px;
  text-indent: 2em;
  color:#333;
}
/*详情页面*/
/*媒体查询调试*/
@media (max-width: 460px){
  .header h1.logo a img{
        width: 70%;
        margin-top: 6px;
  }
  .dl_logo ul li{
    width:100%;
  }
  .hzkh ul li{
    width:100%;
  }
}
@media (max-width: 768px){
  .cpxl{
    display:none!important;
  }
  .header{
    position:relative;
  }
  #navbar-collapse{
    position:absolute;
    top:129px;
    left:0px;
    width:100%;
    background:#fff;
    opacity:0.9;
    filter:alpha(opacity=90);  
    -moz-opacity:0.9;  
    -khtml-opacity: 0.9;
  }
  .fa_list li{
    margin-bottom: 15px;
  }
  .dlpp_text img{
    display:none;
  }
  .jjfatext{
    display:none;
  }



  .dl_logo ul{
    height:auto;
  }
  .dlpp{
    background:none;
    height:auto;
  }
  .dl_logo ul li{
    min-height: 90px;
  }
  .tabtext{
    width:190px;
  }
  .txt_hov ul li{
    width:190px;
  }
  .hzkh{
    height:auto;
    background:none;
  }
  .hzkh ul li{
    min-height: 45px;
  }
  .zx_tel{
    background: #ff0000;
    width:auto;height:auto;
    top: 20px;
    margin-bottom: 25px;
    padding: 6px 12px;
  }
  .zx_tel p{
    font-size: 26px;
  }
  .dl_logo ul li a#dllogo6, .dl_logo ul li a#dllogo12{
    left:auto;
    top:auto;
  }
  .hzkh ul li img{
    width:auto;
  }
  .fxpp .search_btn {
      position: inherit;
      right: auto;
      display: block;
      width: 100%;
      float: none;
      text-align: right;
  }
  .tabtext,.tab_wid{
    width:360px;
    margin:0 auto;;
  }
  .txt_hov ul li{
    width:360px;
  }
}
@media (min-width: 992px){
  .sangar-slideshow-container .slideWrapperInside .sangar-content,.sangar-slideshow-container .slideWrapperInside .sangar-content img{
    height:428px!important;
  }
  .dl_logo ul li a img{
    max-width:100%;
    width:auto;
    height:auto;
  }
  .col-md-12-5{
    width:12.5%;
    float:left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 993px) and (max-width: 1200px){
  .dl_logo ul{
    height:auto;
  }
  .dlpp{
    background:none;
    height:auto;
  }
  .dl_logo ul li{
    min-height: 90px;
  }
  .header .main-nav .nav .nav-item a{
    width: 112px;
  }
  .header .main-nav .nav .nav-item .nav_xl .cpxl_con ul li a{
    padding: 0px 4px;
    display: block;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .cpxl_con .cplist h3,.cpxl_con .cplist ul{
    width:100%;
  }
  .header .main-nav .nav .nav-item .nav_xl .cpxl_con ul li a{
    padding:0px;
  }
  .header .main-nav .nav .nav_fa{
    width: 700px;
    left: -422px;
    top: 40px;
    margin-left: 0px;
  }
  .jjfatext{
    display:none;
  }
  .fa_list li{
    margin-bottom: 20px;
  }
  .sangar-slideshow-container .slideWrapperInside .sangar-content,.sangar-slideshow-container .slideWrapperInside .sangar-content img{
    height:320px!important;
  }
  .sangar-slideshow-container div.sangar-wrapper, .sangar-slideshow-container{
    height:320px!important;
  }
  .search_btn .ss_text{
      width: 200px;
  }
  .search ul li a{
      padding: 2px 8px;
  }
  .header .main-nav .nav .nav-item a{
    padding: 6px 0px;
    font-size: 16px;
    width: 68px;
  }
  .header .main-nav .nav{
    float: right;
  }
  .cpxl{
    width: 460px;
    left: -124px;
    top: 45px;
    margin-left: 0px;
  }
  .cp .cpxl{
    left: -496px;
  }
  .dlpp_text img{
    display:none;
  }
  .dl_logo ul{
    height:auto;
  }
  .dlpp{
    background:none;
    height:auto;
  }
  .dl_logo ul li{
    min-height: 90px;
  }
  .tabtext{
    width:190px;
  }
  .txt_hov ul li{
    width:190px;
  }
  .hzkh{
    height:auto;
    background:none;
  }
  .hzkh ul li{
    min-height: 45px;
  }
  .zx_tel{
    background: #ff0000;
    width:auto;
    height:auto;
    top: 20px;
    margin-bottom: 25px;
    padding: 6px 12px;
  }
  .zx_tel p{
    font-size: 26px;
  }
}
/*媒体查询调试 end*/
/*招聘方案*/
.joblist dl {
    cursor: pointer;
    line-height: 49px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    margin:0px;
}
.joblist dl dt {
    background: #dd0000;
    overflow:hidden;
}
.joblist dl span {
    float: left;
    width: 25%;
    height:49px;
    line-height: 49px;
    text-align: center;
}
.joblist dl dt span {
    color: #fff;
    font-size: 15px;
    width: 25%;
}
.joblist dl span.first {
    border-left: none;
}
.joblist dl dd {
    background: #e3e3e3;
}
.joblist dl figure {
    display: none;
    padding: 50px;
    position: relative;
}
.joblist dl.cur .throw {
    background: #dd0000;
    width: 120px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 10px;
    line-height: 35px;
}
/*招聘方案 end*/
  /*qq在线联系 side */
.side_zxkf{position:fixed;width:54px;height:275px;right:0;top:80%;z-index:100;}
.side_zxkf ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side_zxkf ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side_zxkf ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side_zxkf ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side_zxkf ul li img{float:left;}
  /*end qq在线联系 side */