/* 做专业企业网站建设平台 */




.s-header,
.header:hover {
  background: #333333;
}

/*build-header*/
.build-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: none;
  transition: 0.5s;
  background: #333333;
  opacity: 0.9;
}

.build-header:hover {
  background: #333333;
}

/*index-banner-bg*/
.index-banner-bg {
  min-width: 1200px;
}



.index-banner-bg .s {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 400px;
  width: 100%;
}

.index-banner-bg h2 {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
}

.index-banner-bg h2 span {
  color: #fff;
}

.index-banner-bg .mc {
  color: #0595c7;
  margin-left: 20px;
}

.hot h6 {
  padding: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #ddd;
}

.index-slogan {
  z-index: 100;
  padding: 10px 0;
}

.index-slogan .service-subject {
  float: left;
  width: 23%;
  padding: 0 1%;
}

.index-slogan .m {
  float: left;
  width: 50px;
  padding: 1px 0;
  margin-right: 0px;
  margin-left: 20%;
}

.index-slogan .m img {
  vertical-align: middle;
}

.index-slogan .title-sub {
  line-height: 40px;
  font-size: 22px;
  color: #000;
  float: left;
}

.index-slogan .line {
  width: 1px;
  height: 20px;
  background: #b6b6b6;
  float: right;
  margin-top: 12px;
}

.index-slogan .service-subject:last-child .line {
  width: 0px;
  height: 20px;
  background: #b6b6b6;
  float: right;
  margin-top: 12px;
}

.index-slogan .des {
  font-size: 13px;
  color: #93979f;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

/*index-title*/
.index-title {
  text-align: center;
}

.index-title .title {
  font-size: 22px;
  line-height: 30px;
  color: #333;
}

.index-title .tips {
  font-size: 15px;
  line-height: 15px;
  color: #888;
}

.index-title .title-line {
  height: 20px;
}

/*index-service*/
.index-service {
  padding: 100px 0;
  zoom: 1;
  min-width: 1200px;
}

.index-service .s {
  padding-top: 50px;
}

.index-service .sub {
  float: left;
  width: 25%;
  height: 220px;
  background: #fff;
  position: relative;
  transition: 0.3;
}

.index-service dl {
  padding: 15px;
}

.index-service dt {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.index-service dt {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #555;
}

.index-service .des {
  height: 40px;
  line-height: 20px;
  padding: 0 15px;
  overflow: hidden;
  font-size: 13px;
  color: #646A75;
  text-align: center;
}

.index-service .m {
  padding: 20px 0;
  text-align: center;
}

.index-service .m img {
  height: 80px;
}

.index-service ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0595C7;
  color: #fff;
  text-align: center;
  display: none;
}

.index-service .ul-s {
  padding: 15px;
}

.index-service ul h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.index-service ul li {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.index-service .index2n {
  margin-top: 20px;
  height: 36px;
}

.index-service .index2n a {
  color: #fff;
  padding: 6px 25px;
  line-height: 36px;
  border-radius: 1px;
  border: 1px #FFF solid;
}

.index-service .index2n a:hover span {
  color: #0595c7;
}

/*滚屏图片*/
@media screen and (min-width: 1250px) {
  .slideBox {
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .slideBox .bd img {
    width: 100%;
    min-height: 662px;
    display: block;
  }

  .slideBox .s {
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 80%;
    width: 100%;
  }
}

@media screen and (max-width: 1250px) {
  .slideBox {
    width: 100%;
    min-width: 1200px;
    height: 620px;
    overflow: hidden;
    position: relative;
  }

  .slideBox .bd img {
    width: 100%;
    height: 620px;
    display: block;
  }

  .slideBox .s {
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 530px;
    width: 100%;
  }
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideBox .bd ul li {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}


/*房源滚屏图片*/
.detail_slideBox {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.detail_slideBox .bd img {
  width: 100%;
  height: 900px;
  display: block;
}

.detail_slideBox .bd {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.detail_slideBox .bd ul {
  width: 100%;
  height: 100%;
}

.detail_slideBox .bd ul li {
  width: 100%;
  left: 0px;
  top: 0px;
}

/*index-business*/
.index-business {
  min-width: 1200px;
  padding: 40px 0;
  text-align: center;
  zoom: 1;
  /*background: #f8f8f8 url(../../skin/images/case-bg.jpg) no-repeat center center;*/
}

.index-business .title {
  color: #333;
}

.index-business ul {
  padding: 40px 0px 0px 0px;
}

.index-business li:first-child {
  float: left;
  width: 34%;
  height: 600px;
}

.index-business li:first-child a {
  margin-left: 0px;
}

.index-business li {
  float: left;
  width: 33%;
  height: 290px;
  margin-bottom: 20px;
  position: relative;
}

.index-business li a {
  display: block;
  height: 100%;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
}

.index-business li a div {
  display: block;
  height: 100%;
}

.index-business li img {
  width: 100%;
  height: 100%;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle;
}

.index-business li img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.index-business li p {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  /* background: url(../../skin/images/a.png); */
  text-align: left;
}

.index-business li span {
  color: #fff;
  padding: 0 15px;
  text-decoration: none;
  font-size: 26px;
}

.index-business .more {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #0595C7;
  border: 1px #0595C7 solid;
  border-radius: 3px;
}

.index-business .more span {
  color: #666666;
}

.index-business .more em {
  background: #adadad;
}

.index-business .more:hover span {
  color: #fff;
}

/*index-case*/
.index-case {
  min-width: 1200px;
  padding: 40px 0;
  text-align: center;
  zoom: 1;
  background: #fbfbfb;
}

.index-case .m {
  overflow: hidden;
}

.index-case .title-info {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  padding-top: 6px;
  height: 80px;
  overflow: hidden;
  /* background: url(../../skin/images/a.png); */
}

.index-case .s-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.index-case .s-title-label {
  color: #333;
  font-size: 15px;
  line-height: 25px;
}

.index-case .title {
  color: #333;
}

.index-case ul {
  padding: 40px 0px 0px 0px;
}

.index-case li {
  float: left;
  width: 33.33333%;
}

.index-case li a {
  display: block;
  margin: 0 10px 20px 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.index-case li a:hover {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0px solid #eee;
  box-shadow:
    0 0 0 0 #eee,
    0 0 0 0 blue,
    0 2px 3px -1px #eee,
    2px 0 3px -1px #eee;
}

.index-case li img {
  width: 100%;
  height: 320px;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle;
}

.index-case li img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.index-case li p {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
  /* background: url(../../skin/images/a.png); */
}

.index-case li span {
  color: #333;
  font-size: 16px;
  padding: 0 15px 0 0;
  text-decoration: none;
  display: block;
}

.index-case .more {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #0595C7;
  border: 1px #0595C7 solid;
  border-radius: 3px;
}

.index-case .more span {
  color: #666666;
}

.index-case .more em {
  background: #adadad;
}

.index-case .more:hover span {
  color: #fff;
}

.index-case li.info-li {
  text-align: left;
  margin: 0 0 20px 0;
}

.index-case li.info-li label {
  width: 100px;
  display: inline-table;
  line-height: 16px;
  color: #b2b2b2;
}

/*index-pic*/
.index-pic {
  min-width: 1200px;
  padding: 0;
  text-align: center;
  zoom: 1;
  background: #fafafa;
}

.index-pic .title {
  color: #333;
}

.index-pic ul {
  padding: 40px 0px;
}

.index-pic li {
  float: left;
  width: 25%;
}

.index-pic li a {
  display: block;
  margin: 0 10px 20px 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.index-pic li img {
  width: 100%;
  height: 210px;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle;
}

.index-pic li img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.index-pic li p {
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
}

.index-pic li span {
  color: #333;
  font-size: 20px;
  padding: 0 15px;
  text-decoration: none;
}

.index-pic .more {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #0595C7;
  border: 1px #0595C7 solid;
  border-radius: 3px;
}

.index-pic .more span {
  color: #666666;
}

.index-pic .more em {
  background: #adadad;
}

.index-pic .more:hover span {
  color: #fff;
}

@media screen and (min-width: 1250px) {
  .content-box {
    padding-top: 50px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    min-width: 1200px;
  }
}

@media screen and (max-width: 1250px) {
  .content-box {
    padding-top: 50px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    min-width: 1160px;
    display: flex;
    position: relative;
  }
}

/*index-location*/
.index-location {
  min-width: 1200px;
  padding: 0;
  text-align: center;
  zoom: 1;
  display: flex;
}

.index-location .l-search {
  width: 100%;
}

.index-location .title {
  color: #333;
}

.index-location ul {
  padding: 40px 0px;
}

.index-location li {
  text-align: left;
}

.index-location li a {
  display: none;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}

.index-location li .s {
  position: relative;
  padding: 50px 0px 50px 200px;
  z-index: 100;
  text-align: left;
}

.index-location .line-row {
  line-height: 50px;
  font-size: 20px;
}

/*index-customer*/
.index-customer {
  min-width: 1200px;
  padding: 40px 0;
  background: #fbfbfb;
  text-align: center;
}

.customer-box {
  padding: 40px 0px;
}

.customer-box .m {
  float: left;
  width: 100%;
  height: 320px;
  margin-right: 20px;
  overflow: hidden;
}

.customer-box ul li {
  margin-right: 20px;
  width: 30%;
  /* display: inline-block; */
}

.customer-box ul li a {
  display: block;
  margin: 2px;
  position: relative;
  overflow: hidden;
  background: #fff;
  background: #f9f9f9;
  border: 1px solid #f7f7f7;
}

.customer-box ul li a:hover {
  display: block;
  margin: 2px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  box-shadow:
    0 0 0 0 #eee,
    0 0 0 0 blue,
    0 2px 3px -1px #eee,
    2px 0 3px -1px #eee;
}

.customer-box .m img {
  width: 100%;
  height: 320px;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle;
}

.customer-box .m img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.customer-box .big-title {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333;
}

.customer-box .title-info {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  padding-top: 6px;
  height: 90px;
  overflow: hidden;
  /* background: url(../../skin/images/a.png); */
}

.customer-box .title-info .price_span {
  position: absolute;
  right: 10px;
  font-size: 20px;
  bottom: 38px;
  color: red;
}

.customer-box .s-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.customer-box .s-title-label {
  color: #333;
  font-size: 15px;
  line-height: 25px;
}

.customer-box .hd {
  text-align: center;
  padding: 20px 0 0;
}

.customer-box .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  cursor: pointer;
  border: 1px #0590c7 solid;
  border-radius: 50%;
}

.customer-box .hd .on {
  background: #0595c7;
}

.index-customer .more {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #0595C7;
  border: 1px #666666 solid;
  border-radius: 3px;
}

.index-customer .more em {
  background: #adadad;
}

.index-customer .more span {
  color: #666666;
}

.index-customer .more:hover span {
  color: #fff;
}

/*index-news*/
.index-news {
  min-width: 1200px;
  padding: 80px 0;
  background: #f8f8f8 url(../../skin/images/brand_bg.png) no-repeat center;
  border: 1px #f0f0f0 solid;
  border-width: 1px 0;
}

.index-news .s {
  padding-top: 40px;
}

.index-news .news-list {
  float: left;
  width: 400px;
}

.index-news .list-s {
  margin: 0 15px;
  background: #fff;
  border: 1px #f2f2f2 solid;
}

.index-news .m {
  position: relative;
}

.index-news .m p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 120px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #eee;
}

.index-news .m img {
  width: 100%;
  height: 120px;
}

.index-news ul {
  padding: 10px 15px;
}

.index-news li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
  padding-left: 10px;
  background: url(../../skin/images/lidot.gif) no-repeat left center;
}

.index-news li span {
  float: right;
  margin-left: 10px;
  font-size: 12px;
  color: #888;
}

/*index-partner*/
.index-partner {
  min-width: 1200px;
  padding: 25px 0;
  background: #fff;
}

.index-partner .s {
  padding: 50px 0 0;
}

.index-partner ul {
  padding: 0 10px;
}

.index-partner li {
  float: left;
  width: 20%;
}

.index-partner a {
  display: block;
  margin: 10px;
  height: 80px;
  border: 1px #ededed solid;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: 0.5s;
}

.index-partner a:hover {
  border-color: #dcdcdc;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

/*index-contact*/
.index-contact {
  min-width: 1200px;
  margin-top: 40px;
  padding: 45px 0;
  background-image: url(/assets/img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  position: relative;
}

.index-contact .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.index-contact .s {
  position: relative;
  padding: 0 120px;
  z-index: 100;
}

@media screen and (min-width: 1250px) {
  .index-contact h6 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
  }

  .index-contact p {
    line-height: 50px;
    font-size: 18px;
    color: #eee;
  }
}

@media screen and (max-width: 1250px) {
  .index-contact h6 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }

  .index-contact p {
    line-height: 50px;
    font-size: 12px;
    color: #eee;
  }

}

.index-contact .btn {
  position: absolute;
  top: 50%;
  right: 120px;
  display: block;
  width: 200px;
  margin-top: -25px;
  border: 1px #fff solid;
  text-align: center;
  border-radius: 3px;
}

.index-contact .btn a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
}

/*index-process*/
.index-process {
  min-width: 1200px;
  background: #fff;
  padding: 20px 0 0 0;
  margin-top: 20px;
}

.index-process ul {
  padding: 20px 20px 20px;
}

.index-process li {
  float: left;
  width: 20%;
}

.index-process li a {
  display: block;
  border-left: 1px #ddd dotted;
  text-align: center;
  color: #808080;
}

.index-process .no a {
  border-left: 0;
}

.index-process li p {
  font-size: 16px;
  line-height: 40px;
}

.index-process li img {
  height: 50px;
}

.page-header {
  min-width: 1200px;
  height: 450px;
  position: relative;
}

.page-header .s {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -55px;
  z-index: 2;
}

.page-header h1 {
  font-size: 32px;
  line-height: 60px;
  color: #eee;
}

.page-header .line {
  width: 80px;
  height: 2px;
  background: #0595c7;
  margin: 9px 0;
}

.page-header p {
  font-size: 16px;
  color: #ddd;
  line-height: 30px;
}

.server-box {
  height: 500px;
  min-width: 1200px;
}

@media screen and (min-width: 1250px) {
  .server-process {
    width: 660px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #ececec;
    position: absolute;
    left: 0;
    top: 300px;
    right: 0;
    margin: auto;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1250px) {
  .server-process {
    width: 660px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #ececec;
    position: absolute;
    left: 270px;
    top: 300px;
    margin: auto;
    padding-top: 50px;
  }
}

.server-process ul {
  padding: 40px 40px 0;
}

.server-process li {
  float: left;
  width: 20%;
}

.server-process li a {
  display: block;
  border-left: 1px #ddd dotted;
  text-align: center;
  color: #808080;
}

.server-process .no a {
  border-left: 0;
}

.server-process li p {
  font-size: 16px;
  line-height: 40px;
}

.server-process li img {
  height: 50px;
}

.server-process .wplist {
  width: 100%;
  margin: 0 auto;
}

.info-box input {
  width: 240px;
  margin: 20px 0px 20px 40px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #eee;
  height: 40px;
  line-height: 40px;
}

.info-box textarea {
  width: 560px;
  margin: 0px 40px;
  padding-left: 10px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #eee;
  height: 100px;
  line-height: 40px;
}

.info-box .submit {
  background-color: #0595c7;
  color: #fff;
}


/*标签*/
.slideTxtBox {
  border: 0px solid #ddd;
  text-align: left;
  margin-top: 0px;
}

.slideTxtBox .hd {
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.slideTxtBox .hd ul li.on {
  height: 30px;
  background: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #fff;
  color: #0092ff;
}

.slideTxtBox .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  top: -1px;
  height: 32px;
}

.slideTxtBox .bd {
  padding-left: 0px;
}

.slideTxtBox .a-select {
  color: #0092ff;
}

.sear_label {
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
}

@media screen and (min-width: 1600px) {
  .pop {
    position: fixed;
    width: 70%;
    min-width: 1200px;
    height: 540px;
    top: 100%;
    color: blue;
    z-index: 101;
    margin: 0 15%;
  }
}

@media screen and (max-width: 1600px) {
  .pop {
    position: fixed;
    width: 70%;
    min-width: 1200px;
    height: 540px;
    margin-left: calc(50% - 600px);
    top: 100%;
    color: blue;
    z-index: 101;
  }
}

.cover {
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 100;
  display: none;
}

/* 滚屏css */
@media screen and (min-width: 1550px) {
  .slider {
    min-width: 1200px;
    width: 70%;
    height: 540px;
    margin: 0 15%;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 1550px) {
  .slider {
    min-width: 1200px;
    width: 70%;
    height: 540px;
    margin: 0 calc(50% - 600px);
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
  }
}

.slider .bd {
  width: 752px;
  position: absolute;
  left: 50%;
  margin-left: -376px
}

.slider .bd li {
  width: 752px;
  overflow: hidden;
}

.slider .bd li img {
  display: block;
  width: 752px;
  height: 540px;
}

.slider .tempWrap {
  overflow: visible !important
}

.slider .tempWrap ul {
  margin-left: -752px !important;
  /*强制位置*/
}

.slider .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  bottom: 20px;
  text-align: center;
}

.slider .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  line-height: 99px;
  overflow: hidden;
  background: url(../images/slider-btn.png) 0 -10px no-repeat;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.slider .hd li.on {
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 540px;
  cursor: pointer;
}

.slider .prev {
  left: -50%;
  margin-left: -376px;
}

.slider .next {
  left: 50%;
  margin-left: 376px;
}

.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 540px;
  background: linear-gradient(to left, #cacaca, #ffffff, #cacaca);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slider .pnBtn .arrow {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 92%;
}

.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.slider .prev .arrow {
  right: 5%;
  background: url(../images/slider-arrow.png) -110px 0 no-repeat;
}

.slider .next .arrow {
  left: 5%;
  background: url(../images/slider-arrow.png) 0 0 no-repeat;
}

/* 滚屏css */
@media screen and (min-width: 1550px) {
  .slider2 {
    min-width: 1200px;
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 1550px) {
  .slider2 {
    min-width: 1200px;
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
  }
}

.slider2 .bd {
  width: 752px;
  position: absolute;
  left: 50%;
  margin-left: -376px
}

.slider2 .bd li {
  width: 752px;
  overflow: hidden;
}

.slider2 .bd li img {
  display: block;
  width: 752px;
  height: 540px;
}

.slider2 .tempWrap {
  overflow: visible !important
}

.slider2 .tempWrap ul {
  margin-left: -752px !important;
  /*强制位置*/
}

.slider2 .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  bottom: 20px;
  text-align: center;
}

.slider2 .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  line-height: 99px;
  overflow: hidden;
  background: url(../images/slider-btn.png) 0 -10px no-repeat;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.slider2 .hd li.on {
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

.slider2 .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 540px;
  cursor: pointer;
}

.slider2 .prev {
  left: -50%;
  margin-left: -376px;
}

.slider2 .next {
  left: 50%;
  margin-left: 376px;
}

.slider2 .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 540px;
  background: linear-gradient(to left, #cacaca, #ffffff, #cacaca);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slider2 .pnBtn .arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 92%;
}

.slider2 .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.slider2 .prev .arrow {
  right: 5%;
  background: url(../images/slider-arrow.png) -110px 0 no-repeat;
}

.slider2 .next .arrow {
  left: 5%;
  background: url(../images/slider-arrow.png) 0 0 no-repeat;
}

#l-map {
  height: 500px;
  width: 100%;
}

#l-search {
  height: 60px;
  width: 100%;
}

#r-result {
  height: 450px;
  width: 300px;
  overflow-y: auto;
  margin-top: 20px;
  position: absolute;
  z-index: 99;
  margin-left: 10px;
}

#l-search span {
  width: 60px;
  float: right;
  cursor: pointer;
  padding-top: 10px;
}

.span-active h4 {
  color: #00c37bee;
  font-weight: bold;
}

#l-search .search-title {
  float: left;
  width: 200px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 1250px) {
  .bottom-tel {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  .bottom-tel {
    background: #333;
    opacity: 0.9;
    position: fixed;
    bottom: 0px;
    z-index: 999999;
    width: 100%;
    height: 100px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
  }

  .bottom-tel .bottom-tel-a {
    color: #fff;
  }
}

.index .sqlist .sq2 dd .sqtitle {
  width: 366px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-family: 微软雅黑;
  font-weight: bold;
  text-align: left;
}