@charset "UTF-8";
.clear {
  clear: both;
}
.blockClear {
  display: block;
  clear: both;
}
.blockCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.pullLeft {
  float: left;
}
.pullRight {
  float: right;
}
.closeLeft {
  margin-left: 0;
  padding-left: 0;
}
.closeRight {
  margin-right: 0;
  padding-right: 0;
}
.textWhite {
  color: #fff;
}
.textDark {
  color: #333;
}
.textDimgrey {
  color: #666;
}
.textSlategray {
  color: #666;
}
.textDarkgray {
  color: #999;
}
.textGray {
  color: #ccc;
}
.textRoyalblue {
  color: #3492e9;
}
.bgRoyalblue {
  background-color: #3492e9;
}
.bgMediumblue {
  background-color: #1b73df;
}
.textOrange {
  color: #f6bf26;
}
.bgOrange {
  background-color: #f6bf26;
}
.textSm {
  font-size: 14px;
}
.textThin {
  weight: 700;
}
.textBold {
  weight: 700;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.btn {
  overflow: visible;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
}
.main {
  background: #f0f3f9;
}
.header .nav .bgMediumblue {
  background-image:none;
  z-index: 3;
}
.header .nav .bgMediumblue .absolute{
  top:40px;
  height: 480px;
}

.header .nav .bgMediumblue .bgAlpha{
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.6);
  filter:alpha(opacity=60);

}
.streamer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  z-index:2;
}
.streamer .list {
  overflow: hidden;
  position: relative;
  height: 480px;
  z-index: 1;
}
.streamer .list li {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
}
.streamer .handlerList {
  position: relative;
  margin-top: -28px;
  z-index: 2;
  text-align: center;
  font-size: 0;
  letter-spacing: -10px;
}
.streamer .handlerList span {
  display: inline-block;
  width: 80px;
  height: 10px;
  margin: 0 8px;
  background-color: #fff;
  cursor: pointer;
}
.streamer .handlerList span.cur {
  background: #3492e9;
}

.join {
  float: right;
  width: 240px;
  height: 24px;
  margin-top: 8px;
  font-size: 16px;
  z-index: 99;
}
.join .pullRight {
	position: relative;

	width: 200px;
	height: 24px;
  padding-left: 25px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  background: url("../images/icon_count_1.png") 0 center no-repeat;
  overflow: hidden;
}
.join .pullRight .news{
	position: absolute;
	top:0;
}
.join .pullRight .news p{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.join .pullRight .textBold {
  margin: 0 10px 0 18px;
}


.module {
  overflow: hidden;
  padding-top: 60px;
}
.module .title {
  height: 42px;
  margin-bottom: 30px;
  text-align:center;
}
.module .title h2 {
  display: inline-block;
  padding: 0 70px;
  margin-left: 76px;
  font-size: 28px;
  line-height: 42px;
  color: #333;
  text-align: center;
  background: url("../images/title_bg.jpg") repeat-x center 20px;
}
.module .title span {
  padding: 0 15px;
  background: #f0f3f9;
}
.module .title a {
  font-size: 16px;
  line-height: 42px;
  color: #666;
}
.module .title .pullLeft {

}
.module .title .pullRight {

}
.module .title .pullRight:hover {
  color: #3492e9;
}
.module.hot .list {
  overflow: hidden;
  position: relative;
  height: 392px;
  z-index: 1;
  width: 100%;
}
.module.hot .list ul {
  height: 100%;
}
.module.hot .list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module.hot .pane {
  float: left;
  overflow: hidden;
  margin-left: 8px;
  width: 233px;
  height: 100%;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.module.hot .pane:first-child {
  margin-left: 0;
}
.module.hot .pane .paneHeader {
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #3492e9;
}
.module.hot .pane .blockCenter {
  margin-top: 18px;
  border: 2px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.module.hot .pane .name {
  margin: 10px 0 18px;
  font-size: 20px;
  color: #333;
}
.module.hot .pane .tag {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 9px;
  border: 1px solid #3492e9;
  font-size: 16px;
  line-height: 16px;
  color: #3492e9;
}
.module.hot .pane .desc {
  overflow: hidden;
  padding: 16px 10px 0;
  height: 48px;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.module.hot .pane .textRight {
  padding: 22px 10px 0 10px;
  color: #999;
  font-size: 14px;
}
.module.hot .handlerList {
  position: relative;
  margin-top: 15px;
  z-index: 2;
  text-align: center;
  font-size: 0;
  letter-spacing: -10px;
}
.module.hot .handlerList span {
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 2px;
  background: #a5ccf3;
  cursor: pointer;
}
.module.hot .handlerList span.cur {
  background: #3492e9;
}
.module.service ul.pullLeft {
  width: 800px;
}
.module.service ul.pullRight {
  width: 400px;
}
.module.service li {
  float: left;
  overflow: hidden;
}
.module.service .xl {
  position: relative;
  width: 596px;
  height: 584px;
}
.module.service .xl {
  text-align: center;
}

.module.service .l {
  position: relative;
  width: 596px;
  height: 390px;
}
.module.service .l {
   text-align: center;
 }
.module.service .l1 {
 margin-bottom: 6px;
}
.module.service .l .text {
  bottom: 0;
  height: 87px;
}
.module.service .l:hover .text {
  top: 0;
}
.module.service .l .text {
  top: 120%;
  height: 100%;
}
.module.service .l .text {
  box-sizing: border-box;
  padding-top: 146px;
  bottom: 0;
}
.module.service .l .name {
  font-size: 18px;
}
.module.service .l .price {
  padding-top: 5px;
}
.module.service .l .price span {
  font-size: 24px;
}
.module.service .m {
  width: 294px;
  height: 390px;
}
.module.service .m1 {
  margin-bottom: 6px;
}
.module.service .m2 {
  margin-right: 6px;
}

.module.service .m {
  text-align: center;
}
.module.service .m:hover .text {
  top: 0;
}
.module.service .m .text {
  top: 120%;
  height: 100%;
}
.module.service .m .text {
  box-sizing: border-box;
  padding-top: 146px;
  bottom: 0;
}
.module.service .m .name {
  font-size: 18px;
}
.module.service .m .price {
  padding-top: 5px;

}
.module.service .m .price span {
  font-size: 24px;
}

.module.service .s {
  width: 296px;
  height: 192px;
}
.module.service .s {
  text-align: center;
}
.module.service .s1 {
  margin-bottom: 4px;
}
.module.service .s2 {
  margin-right: 4px;
}
.module.service .s:hover .text {
  top: 0;
}
.module.service .s .text {
  top: 120%;
  height: 100%;
}
.module.service .s .text {
  box-sizing: border-box;
  padding-top: 46px;
  bottom: 0;
}
.module.service .s .name {
  font-size: 18px;
}
.module.service .s .price {
  padding-top: 5px;
}
.module.service .s .price span {
  font-size: 24px;
}
.module.service .cell {
  position: relative;
  display: block;
  height: 100%;
}
.module.service img {
  position: relative;
  z-index: 1;
}
.module.service .text {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
}
.module.service .text p {
  position: relative;
  padding: 0 8px;
  margin: 0 5px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.module.service .text p.unit {
  color: #ccc;
}
.module.service .text .textSm {
  line-height: 20px;
  color: #ccc;
}
.module.service .bgOpacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1;
}
.module.news {
  padding-bottom: 70px;
}
.module.news>.pullRight {
  height: 390px;
  background: #fff;
}
.module.news dl {
  float: left;
  overflow: hidden;
  width: 594px;
  background: #fff;
}
.module.news dl + dl {
  margin-right: 0;
}
.module.news dl dd {
  margin: 0 17px;
  padding: 14px 0 13px;
  line-height: 21px;
  border-bottom: 1px solid #eee;
}
.module.news dl dd:last-child {
  border-bottom: 0;
}
.module.news dl dd a {
  display: block;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 14px;
}
.module.news dl dd a:hover {
  color: #3492e9;
}
.module.news dl .pullLeft {
  margin-right: 10px;
  width: 58px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ccc;
  text-align: center;
  color: #fff;
}
.module.news dl .pullLeft.bgOrange {
  background-color: #f6bf26;
}
.module.news dl .pullRight {
  margin-left: 10px;
  color: #999;
  font-size: 14px;
}



/* actor */

.actorBox .mb10 {
  margin-bottom: 10px;
}

.actorBox .mr10 {
  margin-right: 10px;
}

.actorBox a {
  display: block;
  float: left;
}

.actorLeft,
.actorRight {
  width: 595px;
  height: 460px;
}

.actorLeft {
  float: left;
}

.actorRight {
  float: right;
}

.actorBox .ab1 {
  width: 323px;
  height: 460px;
}

.actorBox .ab1 .text {
  box-sizing: border-box;
  padding-top: 15px;
  bottom: 0;
  height: 106px;
}

.actorBox .ab2,
.actorBox .ab3,
.actorBox .ab4,
.actorBox .ab5,
.actorBox .ab6,
.actorBox .ab7 {
  text-align: center;
}

.actorBox .ab2 {
  width: 260px;
  height: 260px;
}

.actorBox .ab3 {
  width: 260px;
  height: 190px;
}

.actorBox .ab4 {
  width: 200px;
  height: 200px;
}

.actorBox .ab5 {
  width: 385px;
  height: 200px;
}

.actorBox .ab6 {
  width: 250px;
  height: 250px;
}

.actorBox .ab7 {
  width: 335px;
  height: 250px;
}

.actorBox .ab2 .name,
.actorBox .ab6 .name,
.actorBox .ab7 .name {
  padding-top: 88px;
}

.actorBox .ab3 .name {
  padding-top: 60px;
}

.actorBox .ab4 .name {
  padding-top: 58px;
}

.actorBox .ab5 .name {
  padding-top: 66px;
}

.actorBox .ab .text {
  top: 120%;
  height: 100%;
}

.actorBox .ab:hover .text {
  top: 0;
}

.actorBox .ab .text {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
}

/* 1.1 */
.moduleLeft { width: 596px; }
.moduleLeft  .xl .whiteBg {position: absolute; top: 390px; left: 85px; z-index: 2; width: 425px; height: 158px;  background: url(../images/m_bg.png);}
.moduleLeft  .l .whiteBg {position: absolute; top: 195px; left: 85px; z-index: 2; width: 425px; height: 158px;  background: url(../images/m_bg.png);}
.moduleLeft  .whiteBg h3,.moduleLeft  .whiteBg p { color: #333; text-align: center;}
.moduleLeft  .whiteBg h3 {margin-top: 40px; font-size: 24px; font-weight: 500; }
.moduleLeft  .whiteBg p { margin-top: 10px; font-size: 16px;}
.moduleRight { width: 596px; }
.swiper-container { width: 596px; height: 390px;}
.swiper-slide { position: relative;}
.swiper-slide a {color: #fff;}
.swiper-slide p { position: absolute; bottom: 8px; left: 8px; width: 450px; font-size: 16px; color: #fff;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.swiper-pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
  width: 100%;
  text-align: right;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #3492e9;
}

