/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/********开始首页头部*******/
.top {
  height: 108px;
  border-top: #01a7e1 solid 4px;
  position: relative;
  z-index: 5;
}
.logo {
  float: left;
  height: 108px;
  width: 267px;
}
.logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.logo a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-right {
  width: 880px;
  float: right;
}
.i-search {
  float: right;
  margin-top: 15px;
  width: 205px;
  border: #dcdcdc solid 1px;
  padding-left: 10px;
  border-radius: 15px;
}
.i-search .search-text {
  line-height: 22px;
  height: 22px;
  width: 155px;
  float: left;
  font-size: 12px;
}
.i-search .search-btn {
  width: 36px;
  height: 22px;
  float: left;
  cursor: pointer;
  background: url(../images/search-ico.png) center center no-repeat;
}
.nav {
  width: 95%;
  float: right;
  text-align: right;
  margin-top: 20px;
}
.nav > ul > li {
  float: left;
  position: relative;
  height: 49px;
}
.nav > ul > li > a {
  padding: 0 27px;
  color: #333;
  font-size: 18px;
  display: inline-block;
}
.nav > ul > li > a:hover,
.nav > ul > li > a.active {
  color: #01a7e1;
}
.nav > ul > li > ol {
  position: absolute;
  left: 12px;
  top:35px;
  width: 100%;
  padding: 5px 0;
  display: none;
}
.nav > ul > li > ol > li {
  text-align: left;
  position: relative;
  border-bottom: #252525 solid 1px;
  height:35px;
  line-height:35px;
  background:url(/skin/images/navbg.png);
  padding-left:15px;

}
.nav > ul > li > ol > li:hover{
 background:#000;
}
.nav > ul > li > ol > li a{ color:#FFFFFF; }

.nav > ul > li > ol > li a:hover{ color:#01a7e1;}

.nav > ul > li > ol > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 10px 0;
  display: none;
  width:300px;
}
.nav > ul > li > ol > li > ul > li {
  text-align: left;
  padding-left:15px;
  background:url(/skin/images/navbg.png);
}

.nav > ul > li > ol > li > ul > li:hover {
 background:#000;
}

.nav > ul > li:last-child > a {
  padding-right: 0;
}
.i-banner li {
  height: 500px;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #a0a0a0;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.i-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.i-banner .bx-wrapper .bx-controls-direction a {
  width: 29px;
  height: 56px;
  margin-top: -28px;
}
.i-banner .bx-wrapper .bx-prev {
  background: url(../images/pre.png) no-repeat;
  left: 120px;
}
.i-banner .bx-wrapper .bx-next {
  background: url(../images/next.png) no-repeat;
  right: 120px;
}
.i-p-t {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 55px;
  height: 55px;
  border-bottom: #eaeaea solid 1px;
  position: relative;
  text-align: center;
  color: #333;
  font-size: 24px;
  text-transform: uppercase;
}
.i-p-t em {
  width: 28px;
  height: 6px;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -14px;
  background: #0076ca;
  bottom: -3px;
}
.i-productlist {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.i-productlist li {
  float: left;
  width: 25%;
  margin-top: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.i-productlist li:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.i-productlist li a {
  display: block;
  text-align: center;
  width: 100%;
}
.i-productlist li a img {
  margin: 10px 0;
}
.i-productlist li a span {
  color: #333;
  font-size: 16px;
  display: inline-block;
  line-height:25px;
  height: 50px;
  padding: 0 20px;
  overflow:hidden;
}
.i-productlist li:hover a span,.i-productlist li:hover i {
  color: #2d4689;
}
.i-productlist li i {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  color: #999;
}
.i-more {
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
}
.i-more a {
  display: inline-block;
  width: 168px;
  height: 40px;
  line-height: 40px;
  background: #eee;
  font-size: 16px;
  color: #333;
}
.bottom {
  width: 100%;
  float: left;
  background: #e9e9e9 url(../images/bottom-bg.jpg) top center no-repeat;
  margin-top: 40px;
  padding-top: 26px;
}
.bottom dl {
  float: left;
  margin: 20px 0px;
}
.bottom dl dt {
  color: #333;
  line-height: 30px;
  font-size: 16px;
}
.bottom dl dd {
  line-height: 25px;
  color: #666;
}
.bottom dl dd a {
  color: #666;
}
.bottom dl dd a:hover {
  color: #2d4689;
}
