﻿/*重置其他css定义的form样式*/
form{height:initial; position:initial;padding-top:initial;}
form input{width:initial; height:initial; border-radius:initial; float:initial; outline:initial; padding-left:initial;}

/*修正头部样式*/
.form{height:60px;position:relative;padding-top:14px;}
.form input{width:236px;height:27px; border-radius:15px;float:left;outline:none;padding-left:1%;}

/*修正新闻栏目*/
.months{height:51px;}
.months .button{width:50%; height:51px;border:1px solid #bfbfbf;float:left;background:#fff;color:#999;outline:none;}
.months button:nth-child(2n-1){border-right:none;}
.months .twode{background:#0294df;color:#fff;}

/*修正TOP按钮样式*/
#goTop{display:none; position:fixed;bottom:326px;right:30px; background:url("../img/TOP_03.png") no-repeat 0 0;width:58px;height:58px;cursor:pointer;background-size:100%;border: 1px #E5E5E5 solid;}

/*产品详细*/
.agencyes .lysis_lt{width:initial;min-width:183px;}

.fenyele{
  margin-left:40%;
}

.fenyele .kight{
  width:30px;
  height:30px;
  display:block;
  float:left;
  border:1px solid #ccc;
  line-height:30px;
  color:#666;
  text-align:center;
  margin:0 1px;
}

.fenyele a{
  width:30px;
  height:30px;
  display:block;
  float:left;
  border:1px solid #ccc;
  line-height:30px;
  text-align:center;
  color:#666;
}

.fenyele a{
  margin:0 2px;
}

.fenyele .lte_bi{
  background:#0294df;
  color:#fff;
}

.clearfix:after { clear: both; display: block; visibility: hidden; overflow: hidden; height: 0; content: "$"; }
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*index-banner*/
.slideBox { position: relative; overflow: hidden; margin: 0 auto; margin-bottom: 10px; width: 100%; min-width: 1350px; text-align: center; }
.slideBox .hd { position: absolute; bottom: 30px; left: 50%; z-index: 999; overflow: hidden; margin-left: -35px; height: 16px; }
.slideBox .hd ul { float: left; overflow: hidden; zoom: 1; }
.slideBox .hd ul li { z-index: 999; float: left; margin-right: 10px; width: 16px; height: 16px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.4); text-align: center; cursor: pointer; }
.slideBox .hd ul li.on { background: #0294df; }
.slideBox .bd { position: relative; z-index: 0; margin: 0 auto; width: 100%; height: 100%; }
.slideBox .bd li { position: relative; width: 100%; height: 495px; vertical-align: middle; zoom: 1; }
.slideBox .bd li a { display: inline-block; width: 100%; height: 100%; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next { position: absolute; top: 50%; left: 3%; display: block; margin-top: -15px; width: 60px; height: 120px; opacity: 0.5; filter: alpha(opacity=50); }
.slideBox .next { right: 3%; left: auto; }
.slideBox .prev:hover, .slideBox .next:hover { opacity: 1; filter: alpha(opacity=100); }
.slideBox .prevStop { display: none; }
.slideBox .nextStop { display: none; }
.index-banner { position: relative; }