.swiper-container {
  width: 100%;
}

.swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
}


/* packagespanel */

.packagespanel {
  width: 100%;
  margin: 15px 0px;
}

.packagespanel .packagesbox {
  width: 90%;
  margin: 0px auto;
}

.packagespanel .packagesbox .boxgrid {
  float: left;
  display: block;
  width: 23%;
  margin: 0 1%;
  overflow: hidden;
  position: relative;
}

.packagespanel .packagesbox .boxgrid2 {
  float: left;
  display: block;
  width: 18%;
  margin: 0 1%;
  overflow: hidden;
  position: relative;
}

.packagespanel .packagesbox .boxgrid img,
.packagespanel .packagesbox .boxgrid2 img {
  width: 100%;
  border: 0;
}

.packagespanel .packagesbox .boxcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  opacity: .7;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.boxcaption h3 {
  padding-top: 5px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.boxcaption h4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}


/* showpanel */

.showpanel {
  width: 100%;
  height: 318px;
  padding: 0px;
  margin: 15px 0px;
  clear: both;
}

.showpanel .showpanelbox {
  width: 1000px;
  height: 254px;
  padding: 0px;
  margin: 0px auto;
}

.showpanel .showpanelbox ul {
  width: 1020px;
  padding: 0px;
  margin: 0px auto;
  margin-top: 20px;
  overflow: hidden;
}

.showpanel .showpanelbox li {
  padding: 0px;
  margin: 0px;
  margin-right: 14px;
  width: 190px;
  height: 256px;
  float: left;
  display: inline-block;
}

.showpanel .showpanelbox li img {
  padding: 0px;
  margin: 0px;
  width: 190px;
  height: 254px;
}

.showpanel .showpanelbox li .boxgrid {
  width: 190px;
  height: 254px;
  overflow: hidden;
  position: relative;
}

.showpanel .showpanelbox li .boxgrid img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.showpanel .showpanelbox .boxcaption {
  position: absolute;
  top: 186px;
  left: 0;
  background: #000;
  height: 100px;
  width: 100%;
  text-align: center;
  opacity: .7;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/* product */

.productBox {
  margin: 20px 0px;
}

.productTitle {
  margin: 10px 0px;
}

.productTitle ul {
  margin: 0px 0px;
  text-align: center;
}

.productTitle li {
  /*margin: 0px 10px;*/
  margin: 15px 22px;
  width: 140px;
  /*padding: 7px 0;*/ 
  padding: 16px 3px;
  display: inline-block;
  text-align: center;
  border: 1px #999 solid;
  border-radius: 4px;
}

.productTitle li:hover {
  background: #333;
}

.productTitle li:hover h2 {
  color: #fff;
}

.productTitle .currenTab {
  background: #333;
  color: #fff;
}

.productTitle li h2 {
  margin: 0px 0px;
  padding: 0px 5px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.productTitle li p {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 14px;
  color: #b7b5b5;
}


/*瀑布流*/

#gallery-wrapper {
  position: relative;
  width: 90%;
  margin: 30px auto;
}

img.thumb {
  width: 100%;
  height: auto;
}

.white-panel {
  position: absolute;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white-panel h1 {
  font-size: 14px;
  text-align: center;
  color: #666;
  padding: 10px 0 5px 0;
  font-weight: normal;
}

.white-panel p {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 5px 0 10px 0;
}


/* service list */

.serviceList {
  width: 904px;
  margin: 30px auto;
}

.serviceList .infobox {
  width: 904px;
  height: 234px;
  background: #e7e7e7;
  margin-bottom: 30px;
}

.serviceList .infobox .infol {
  width: 310px;
  margin-left: 50px;
  margin-top: 40px;
  float: left;
}

.serviceList .infobox .infol h2 {
  font-size: 20px;
  color: #0e0e0e;
  background: #e7e7e7;
}

.serviceList .infobox .infol h2 a {
  color: #000;
}

.serviceList .infobox .infol h2 a:hover {
  color: #737373;
}

.serviceList .infobox .infol h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #b4b4b4;
  background: #e7e7e7;
}

.serviceList .infobox .infol p {
  font-size: 14px;
  color: #564e4e;
  background: #e7e7e7;
}

.serviceList .infobox .infol .moreinfo {
  text-align: right;
  margin-top: 25px;
  background: url('../images/baseline.png') repeat-x;
}

.serviceList .infobox .infol .moreinfo a {
  color: #fff;
  padding: 3px 20px;
  background: #564e4e;
}

.serviceList .infobox .infol .moreinfo a:hover {
  color: #fff;
  padding: 3px 20px;
  background: #000;
}

.serviceList .infobox .infor {
  width: 440px;
  margin-top: 40px;
  margin-right: 50px;
  float: right;
}

.serviceList .infobox .infor img {
  width: 440px;
  height: 156px;
  border: 1px #fff solid;
}


/* serviceContent */

.serviceContent {
  width: 820px;
  margin: 10px auto;
  padding: 30px 20px;
  text-align: center;
}

.serviceContent .serviceTitle {
  text-align: left;
}

.serviceContent .serviceTitle h2 {
  text-align: left;
  font-size: 18px;
  color: #000;
}

.serviceContent .serviceTitle i {
  font-size: 18px;
  color: #b4b4b4;
  font-style: normal;
}

.serviceContent .contentbox {
  background: #fff;
  text-align: center;
  padding: 30px 0px;
  margin: 20px 0px;
}

.serviceContent .contentbox img {
  width: 540px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.serviceContent .contentbox p {
  width: 540px;
  text-align: left;
  padding: 10px 0px;
  margin: 0px auto;
  color: #615959;
}


/* about */

.aboutbox {
  width: 1000px;
  margin: 0px auto;
}

.aboutbox .mapbox {
  width: 998px;
  height: 504px;
  margin: 24px 0px;
  border: 1px #ccc solid;
}

.aboutbox .aboutcontent {
  width: 1000px;
  margin: 20px auto;
  padding: 10px 0px;
}

.aboutbox .aboutcontent h3 {
  padding: 10px 0px;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.aboutbox .aboutcontent p {
  font-size: 14px;
  color: #564e4e;
  line-height: 22px;
  padding: 3px 0px;
}

.aboutbox .aboutcontent .aboutcontentl {
  width: 450px;
  padding: 0px;
  padding-right: 25px;
  float: left;
  margin-bottom: 20px;
}

.aboutbox .aboutcontent .aboutcontentr {
  width: 450px;
  padding: 0px 25px;
  float: right;
  margin-bottom: 20px;
}


/* case list */

.caseList {
  width: 980px;
  margin: 30px auto;
  clear: both;
}

.caseList .casebox {
  height: 490px;
  margin-bottom: 20px;
}

.caseList .casebox img {
  width: 980px;
  height: 490px;
}


/* section */

.section {
  width: 1000px;
  margin: 10px auto 0 auto;
  overflow: hidden;
}

.section ul {
  width: 1000px;
}

.section ul li {
  margin-bottom: 20px;
  width: 980px;
  height: 490px;
  overflow: hidden;
  position: relative;
}

.section ul li .photo {
  width: 980px;
  height: 490px;
  overflow: hidden;
}

.section .rsp {
  width: 980px;
  height: 490px;
  overflow: hidden;
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
}

.section .text {
  position: absolute;
  width: 980px;
  height: 490px;
  left: -600px;
  top: 0px;
  overflow: hidden;
}

.section .text h3 {
  width: 980px;
  margin-top: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
}

.section .text a {
  text-decoration: none
}

.section .text div {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
}


/* 显示大图 */

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.mask.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mask-img {
  display:table-cell;
  text-align: center;
  vertical-align: middle;
}
.mask-img img {
  vertical-align: middle;
}

/* 案例展示页面 */
.detail-title {
  padding: 40px 0 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.detail-caseIntro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto 30px;
  padding: 20px 40px;
  background-color: #e7e7e7;
}
.detail-caseIntro-title {
  padding-bottom: 15px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.detail-caseIntro-info {
  margin: 5px 0 25px;
}
.detail-caseIntro-info p {
  font-size: 13px;
}
.detail-caseIntro-like {
  width: 100%;
}
.detail-caseIntro-like a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  width: 25%;
  padding: 0 2px;
}
.detail-caseIntro-like a img {
  width: 100%;
}
.detail-pageInfoBox {
  width: 900px;
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid #dedede;
}
.detail-pageInfoLeft {
  float: left;
}
.detail-pageInfoRight {
  float: right;
}
