@charset "UTF-8";
html{
  font-size: 64px;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  height: auto;
  font-family: Microsoft YaHei,Helvetica,Arial,Arial;
  margin:0 auto;
  padding:0;
  /*-webkit-font-smoothing: antialiased;*/
  overflow-x: hidden;
  color: #333;
  font-size:14px;
}

header,nav,footer,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe,figure,label,b ,strong{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
a:hover{
  cursor: pointer;
  color:#0dd1cf;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-margin-after:0 ;
  font-size :100% ;
}
:focus,:invalid{
  outline:none;
}

button, input, select, textarea {
  font-size:100%;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

ol,ul,li,img,menu,dir{
  border: 0;
  list-style: none;
  padding: 0;
}

i,em,b,strong{
  font-style: normal;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix{
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear:both;
}

.clear{
  clear:both !important;
  folat:none !important;
  zoom:~"1\9";
}
.clear:after{
  content: "";
  display: block;
  clear: both;
  float: none;
}
.fl {
  float: left;
}

.fr {
  float: right;
}
.common{
  width:1280px;
  margin: 0 auto;
  clear: both;
  float: none;
}
.round{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.u-ell {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.u-ells, .u-ells3, .u-ells4, .u-ells5, .u-ells6{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.u-ells3 {
  -webkit-line-clamp: 3;
}
.u-ells4 {
  -webkit-line-clamp: 4;
}
.u-ells5 {
  -webkit-line-clamp: 5;
}
.u-ells6 {
  -webkit-line-clamp: 6;
}

@media screen and (max-width: 1280px){
  .common{
    width: auto;
    padding-right:15px;
    padding-left:15px ;
  }
}
@media screen and (max-width: 320px){
  .common{
    width: 320px;
    padding:0 10px; 
  }
}

/*首页*/
.header{
  position: fixed;
  top: 0;
  z-index: 101;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.header-bolck{
  height: 166px;
}
.header-top{
  height: 116px;
  padding: 23px 0;
}
.header-logo{
  height: 70px;
}
.header-logo img{
  height: 100%;
  width: auto;
}
.header-fa{
  display: none;
  float: right;
  font-size: 0.375rem;
  line-height: 46px;
}
.h-right-list{
  float: left;
  height: 60px;
  /*width: 260px;*/
  position: relative;
}
.h-right-list:first-child:before{
  display: none;
}
.h-right-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: #0abbb9;
}
.h-right-list .fa{
  float: left;
  color: #00bbb8;
  padding: 0 15px;
  font-size: 0.4688rem;
  margin-top: 12px; 
}
.h-right-word{
  float: left;
  padding-right: 20px;
}
.h-right-word p{
  font-size: 0.2344rem;
  color: #b1b1b1;
  margin: 0;
  line-height: 26px;
}
.header-nav{
  background: #00bbb8;
  height: 60px;
}
.header-li{
  float: left;
  width: 100px;
  height: 60px;
  margin-right: 40px;
}
.header-link{
  margin: auto;
  font-size: 0.2344rem;
  line-height: 60px;
  color: #fff;
  display: block;
  text-align: center;
}
.isLink{
  position: relative;
}
.isLink:after{
  content: '';
  position: absolute;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #fff;
  margin-left: 3px;
  top: 50%;
}
.header-link.cur{
  background: #0dd1cf;
  color: #fff;
}
.header-li:hover .header-link{
  background: #0dd1cf;
  color: #fff;
}
.header-li:hover .header-li-cont{
  background: #0dd1cf;
  height: auto;
}
.header-li:hover .header-li-link{
  transform: translateX(0);
  transition: 0.5s;
}
.header-li-cont{
  overflow: hidden;
  height: 0;
}
.header-li-link{
  background: #0dd1cf;
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color:#fff;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateX(-100%);
  transition: 0.5s;
}
.header-li-link:hover{
  background: #00bbb8;
  color:#fff;
}

/*轮播图*/
.carousel:hover .glyphicon-cont{
  display: block;
}
.glyphicon-cont{
  display: none;
  position: absolute;
  top: 50%;
  width: 3%;
  height: 20%;
  background: #00bbb8;
  margin-top: -3%;
  border-radius: 0 4px 4px 0;
}
.glyphicon-cont.right{
  right: 0;
  border-radius: 4px 0 0 4px;
}
.glyphicon-cont .fa{
  font-size: 0.375rem;
  color:#fff;
  line-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.glyphicon-cont .fa-angle-left{
  margin-left: -8px;
}

/*首页：产品展示*/
.index-cont{
  padding: 72px 0 32px;
  text-align: center;
}
.index-cont .index-title{
  font-size: 0.4375rem;
  color: #333;
}
.index-cont .index-en,.index-cont .index-desc{
  font-size: 0.2188rem;
  line-height: 28px;
  color: #bbb;
}
.iproduct-li{
  float: left;
  width: 33.33%;

}
.iproduct-li:nth-child(n+7){
  display: none;
}
.iproduct-link{
  display: block;
  padding: 0 4.5%;
}
.iproduct-img{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.iproduct-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.iproduct-title{
  font-size: 0.25rem;
  height: 46px;
  line-height: 46px;
  color: #555555;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  text-align:center;
}
.iproduct-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom:-1px;
  z-index: 10;
  width: 8px;
  height: 1px;
  background-color: #333;
  transition: 0.5s;
}
.iproduct-link:hover .iproduct-title{
  color: #00bbb8;
}
.iproduct-link:hover .iproduct-title:after{
  background-color: #00bbb8;
  width: 100%;
  transition: 0.5s;
}

/*首页：公司建址*/
.icreate{
  background-color: #00bbb8;
  padding: 50px 0;
}
.icreate-li{
  float: left;
  width: 25%;
  text-align: center;
}
.icreate-title{
  font-size: 0.9375rem;
  line-height: 72px;
  color: #fff;
}
.icreate-span{
  color: #fff;
  font-size: 0.2812rem;
  line-height: 28px;
}

/*首页：新闻动态*/
.inews-top{
  height: 72px;
}
.inews-title{
  float: left;
  padding: 22px 0 11px;
  font-size: 0.3125rem;
  color: #555;
  position: relative;
}
.inews-title:after{
  content: '';
  position: absolute;
  width: 38px;
  height: 2px;
  background: #0abbb9;
  bottom: 0;
  left: 0;
}
.inews-nav{
  float: right;
}
.inews-nav-link{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 21px 0;
  padding: 0 20px;
  color: #555;
  font-size: 0.2031rem;
}
.inews-nav-link.cur,.inews-nav-link:hover{
  background: #0abbb9;
  color:#fff;
}
.inews-cont-left{
  float: left;
  width: 44%;
  /*height: 460px;*/
  background: #00bbb8;
}
.inews-cont-left:hover img{
  transform: scale(1.1);
  transition: 0.5s;
}
.inews-left-img{
  padding-bottom: 52%;
  position: relative;
  overflow: hidden;
}
.inews-left-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height:100%;
  transform: scale(1);
  transition: 0.5s;
}
.inews-left-word{
  float: right;
  width: calc(100% - 62px);
  padding-left: 5%;
}
.inews-left-cont{
  padding: 28px 4.5% 28px 9%;
  height: 160px;
}
.inews-left-time{
  float: left;
  width: 62px; 
}
.inews-time-day{
  font-weight: bold;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 42px;
  margin-bottom: 10px;
}
.inews-time-ym{
  font-size: 0.2188rem;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}
.inews-left-word{
  float: right;
  width: calc(100% - 62px);
  padding-left: 5%;
}
.inews-left-title{
  color: #fff;
  line-height: 30px;
  margin: 0;
  font-size: 0.25rem;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inews-left-desc{
  height: 40px;
  line-height: 20px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);;
}
.inews-cont{
  margin-top: 30px;
}
.inews-cont-right{
  float: right;
  width: 50%;
  height: 460px;
}
.inews-cont-list{
  border-bottom: 1px solid #bbbbbb;
}
.inews-cont-list:first-child{
  border-bottom: 0;
  height: 160px;
}
.inews-link-left {
  float: left;
  width: calc(100% - 100px);
  transition: 0.5s;
}
.inews-cont-list:first-child:hover .inews-link-left{
  padding-left: 20px;
  transition: 0.5s; 
}
.inews-cont-list:first-child:hover .inews-link-left-title{
  color: #00bbb8;
}
.inews-link-left-title{
  color: #555;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbbbbb;
}
.inews-link-left-desc{
  color: #a8a8a8;
  font-size: 0.2031rem;
  line-height: 26px;
  margin: 16px 0;
}
.inews-link-right{
  float: right;
  width: 62px;
}
.inews-link-day{
  font-weight: bold;
  color: #a8a8a8;
  font-size: 0.5625rem;
  line-height: 42px;
  margin-bottom: 10px;
}
.inews-link-ym{
  font-size: 0.2188rem;
  line-height: 22px;
  color: #a8a8a8;
}
.inews-cont-link{
  display: block;
  padding: 13px 0;
  overflow: hidden;
}
.inews-link-title{
  float: left;
  line-height: 30px;
  width: calc( 100% - 110px);
  color: #555;
  padding-left: 0;
  transition: 0.5s;
}
.inews-cont-link:hover .inews-link-title{
  color: #00bbb8;
  padding-left: 20px;
  transition: 0.5s;
}
.inews-cont-link:hover .fa,.inews-cont-link:hover .inews-link-time{
  transition: 0.5s;
  transform: translateX(0);
}
.inews-link-time{
  transform: translateX(14px);
  float: right;
  line-height: 30px;
  transition: 0.5s;
  color: #a8a8a8;
}
.inews-cont-link .fa{
  transform: translateX(14px);
  float: right;
  font-size: 0.2188rem;
  line-height: 28px;
  padding: 0 5px;
  transition: 0.5s;
}
.inews-more{
  display: block;
  margin: 30px auto 0;
  width: 110px;
  height: 32px;
  border: 1px solid #0abbb9;
  text-align: center;
  line-height: 30px;
  color: #0abbb9;
}
.inews-more span{
  display: inline-block;
  vertical-align: middle;
}
.inews-more .fa{
  display: inline-block;
  vertical-align: middle;
  font-size: 0.2812rem;
  padding-left: 10px;
}
.inews-more:hover{
  background: #0abbb9;
  color: #fff;
}

/*首页：案例展示*/
.icase-nav{
  text-align: center;
  margin-bottom: 30px;
}
.icase-nav-link{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  color: #555;
  font-size: 0.25rem;
  color: #bbb;
}
.icase-nav-link.cur,.icase-nav-link:hover{
  background: #0abbb9;
  color:#fff;
}
.icase-nav-link{
  display: inline-block;
}
.icase-li{
  float: left;
  width: 25%;
}
.icase-li:nth-child(n+5){
  display: none;
}
.icase-link{
  display: block;
  margin-right: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.icase-img{
  padding-bottom: 75.83%;
  background-color: pink;
  position: relative;
}
.icase-img img{
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.icase-title{
  padding: 12px 20px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 26px;
  font-size: 0.2812rem;
  color: #555;
}
.icase-link:hover .icase-title{
  color: #0abbb9;
}

/*首页：公司简介*/
.iabout-cont{
  padding: 30px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.iabout-cont p{
  color: #2a333c;
  font-size: 0.2188rem;
  margin-bottom: 10px;
}
.iabout-cont img{
  margin: 0 auto;
  max-width: 100%;
  display: block;
  width: auto;
}

/*首页：联系我们*/
.icontcat-cont{
  border-top: 1px solid #bbb;
  padding: 30px 0 16px;
}
.icontcat-msg{
  float: left;
  width: 66.66%;
}
.icontcat-right{
  float: right;
  width: 33.33%;
}
.iform-group{
  padding: 0 10px;
}
.iform-linput,.iform-rinput{
  float: left;
  display: block;
  width: calc(50% - 15px);
  margin-right: 15px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  color: #808080;
  background-color: #0dd1cf;
  margin-bottom: 20px;
  border: 0;
}
.iform-linput.cur{
  width:  calc(35% - 15px);
}
.iform-img{
  float: left;
  width: calc(15% - 15px);
  height: 34px;
  padding: 3px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.iform-area{
  width: calc(100% - 15px);
  background-color: #0dd1cf;
  height: 150px;
  resize: none;
  border: 0;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.iform-btn{
  float: right;
  margin-right: 15px;
  width: calc(50% - 15px);
  background-color: #0dd1cf;
  color: #808080;
  height: 34px;
  margin-bottom: 20px;
  border: 0;
}
.icontcat-right{
  padding: 20px 0;
}
.icontcat-right p{
  font-size: 0.2812rem;
  line-height: 2;
  text-align: right;
}
.footer-cont{
  border-top: 1px solid #d8d8d8;
  padding: 20px 0;
  text-align:center;
}
.flex-up{
  position: fixed;
  transform: translateY(100px);
  transition: 0.5s;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background:  #0abbb9;
  font-size: 0.375rem;
  text-align: center;
  color: #fff;
}
.flex-up.cur{
  transform: translateY(0);
  transition: 0.5s;
}


.category {
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.cate-link {
  color: #333;
}
.cate-item {
  margin: 0 10px;
  font-size: 0.25rem; 
  display: inline-block;
}
.cate-item.cur,.cate-item:hover{
  color: #0abbb9;
}

/*案例*/
.case-cate-li{
  float: left;
  width: 25%;
}
.case-cate-link{
  display: block;
  margin-right: 10px;
  margin-bottom: 15px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.case-cate-link.cur,.case-cate-link:hover{
  color:  #0abbb9;
}
.case-cate-img{
  padding-bottom: 75.833%;
  background-color: pink;
  position: relative;
}
.case-cate-img img{
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.case-cate-title{
  padding: 10px 20px 12px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
  font-size: 0.2812rem;
  color: #555;
}
.case-cate-link:hover .case-cate-title{
  color: #0abbb9;
}
.case-cont{
  padding: 20px 0;
}

/*招聘*/
.recruit-cont-dl{
  padding: 30px 0 40px;
  /*width: 80%;*/
  /*margin: 0 auto;*/
}
.recruit-cont-dt{
  background: #eee;
  height: 48px;
}
.recruit-cont-post{
  float: left;
  line-height: 48px;
  width: 60%;
  padding: 0 20px;
}
.recruit-cont-addr,.recruit-cont-count{
  float: left;
  width: 15%;`
  text-align: center;
  line-height: 48px;
}
.recruit-cont-details{
  line-height: 48px;
  float: left;
  width: 10%;
  text-align: center;
  color: #555;
}
/*招聘详情*/
.recitem-cont{
  padding: 30px 0 40px
}
.recitem-content{
  margin-bottom: 30px;
}
.recitem-content p {
  font-size: 0.2188rem;
  margin-bottom: 10px;
}
.recitem-content img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.recitem-cont-title{
  text-align: center;
  font-size: 0.2812rem;
  margin-bottom: 20px;
}
.recitem-apply-title{
  padding: 0 15px;
  line-height: 32px;
  background: #eee;
}
.recitem-apply-form{
  padding: 20px 0;
}
.apply-group{
  float: left;
  width: 50%;
  display: block;
  padding: 0 20px;
  margin-bottom: 12px;
}
.apply-group input,.apply-group textarea{
  width: 80%;
  display: inline-block;
  line-height: 28px;
  max-width: 280px;
  vertical-align: middle;
  padding: 0 10px; 
}
.apply-group .group-inputs{
  width: 50%;
  max-width: 200px;
}
.apply-group img{
  width: 80px;
  height: 32px;
  display: inline-block;
  border-color: 1px solid #eee;
  padding:2px; 
}
.apply-group textarea{
  line-height: 24px;
  max-width: 280px;
  resize: none;
  height: 100px;
}
.apply-group span{
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
.apply-group i{
  color: red;
  display: inline-block;
  vertical-align: bottom;
}
.apply-btn {
  display: block;
  margin: 0 auto;
  border: 0;
  width: 140px;
  height: 36px;
  background: #00bbb8;
  color: #fff;
}


/*案例详情*/
.caitem-main{
  padding: 30px 0 40px;
}
.caitem-title{
  font-size: 0.3125rem;
  text-align: center;
}
.caitem-cont{
  padding: 20px 0;
}
.caitem-cont img{ max-width:100%;}
.caitem-cont p{
  font-size: 0.2188rem;
  line-height: 1.5;
}

/*单页面*/
.about-title {
  margin: 30px 0; 
  font-size: 0.4375rem;
  text-align: center;
  color: #555;
}
.about-tags {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.tags-item {
  margin: 0 10px 10px; 
  font-size: 0.25rem;
  color: #555; 
  display: inline-block;
}
.tags-item a {
  color: #555;
}
.tags-item a:hover {
  color: #0dd1cf;
}
.about-cont {
  margin: 30px 0;
}
/*在线留言*/
.tags-item a {
  color: #555;
}
.tags-item a:hover {
  color: #0dd1cf;
}
.message-box {
  width: 100%;
  padding: 30px 0;
  background: #f2f2f2
}
.message-content {
  background: #fff;
  padding: 40px;
  width: 60%;
}
.message-input {
  border: 1px solid #ddd; 
  padding: 0 10px;
  height: 36px;
  margin-bottom: 20px; 
  width: 100%;
}
.message-textarea {
  padding: 0 10px;
  border: 1px solid #ddd; 
  margin-bottom: 20px; 
  resize: none;
  height: 160px;
  width: 100%;
}
.message-textarea:focus {
  border-color: #0dd1cf;
}
.message-input:focus {
  border-color: #0dd1cf;
}
.save-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0.2812rem;
  background: #0dd1cf;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .message-content {
    width: 100%;
  }
}
/*分页*/
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.pre,.page,.next {
  display: inline-block;
}
.pre,.next {
  line-height: 42px;
  text-align: center;
  border: 1px solid #ddd; 
  width: 74px;
  height: 42px;
}
.page {
  background: #0dd1cf;
  width: 40px;
  height: 42px;
  color: #fff;
  line-height: 42px;
}

/*另加样式*/
.active { color: #0dd1cf;}
.active a{ color: #0dd1cf;}
ul.pagination{ text-align:center;}
ul.pagination > li{ display:inline-block;}
ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}
.about_img{ text-align:center; margin-top:30px;}
.about_img img{ max-width:90%;}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #00a4ec !important;  
  color: #fff;
}
.tit_max{overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.cur a{color:#0dd1cf;}
.yzm{ width:80%;}

/*证书*/
.image-set li{
    width: 31.33%;
    float: left;
    margin: 5px 1% ;
}
.image-set li a{
    display: block;
}
.image-set li p{
    margin-top: 0;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
}
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-prev {
    left: 0;
    float: left;
}

.lb-prev:hover {
    background: url(../images/prev.png) left 48% no-repeat;
}

.lb-next {
    right: 0;
    float: right;
}

.lb-next:hover {
    background: url(../images/next.png) right 48% no-repeat;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.image-set li{
    width: 31.33%;
    float: left;
    margin: 5px 1% ;
}
.image-set li a{
    display: block;
}
.image-set li p{
    margin-top: 0;
}
.wrap-r div.sear{
    background: #fff;
    color: red;
    padding-left: 10px;
}

