@charset "utf-8";


.phone-top{
  display:none;
}

.wr-ban{
  float:left;
  width:100%;
  min-width:1280px;
  height:460px;
  margin-top: -2px;
  background:url(/image/bakActivity/publicity/banjpg.jpg) center no-repeat;
}

.content{
  width:1200px;
  margin:0 auto;
  height:auto;
}

.wr-con{
  float:left;
  width:100%;
  min-width:1280px;
  min-height:1600px;
  background:url(/image/bakActivity/publicity/main-bg.jpg) top center no-repeat;
  position: relative;
}

.wr-con .content{
  margin-top:30px;
}

.wr-con .flo{
  float:left;
  width:100%;
  height:auto;
  margin-top:40px;
}

.wr-con .flo .flo-bt{
  float:left;
  height:29px;
}

.wr-con .flo .flo-bt1{
  width:811px;
  margin:0 194.5px 50px;
}

.wr-con .flo .flo-bt1 img{
  float:left;
  width:153px;
  height:29px;
  margin-right:60px;
}

.wr-con .flo .flo-bt2{
  width:811px;
  margin:0 194.5px 50px;
}

.wr-con .flo .flo-bt2 img{
  float:left;
  width:154px;
  height:29px;
  margin-right:59px;
}

.wr-con .flo .flo-bt3{
  width:907px;
  margin:0 146.5px 50px;
}

.wr-con .flo .flo-bt3 img{
  float:left;
  width:249px;
  height:29px;
  margin-right:60px;
}

.wr-con .flo .flo-bt i{
  float:left;
  width:269px;
  height:1px;
  margin:14px 60px 0 0;
  background:url(/image/bakActivity/publicity/line-lf.png) no-repeat;
}

.wr-con .flo .flo-bt i.rt{
  margin-right:0;
  background:url(/image/bakActivity/publicity/line-rt.png) no-repeat;
}

.wr-con .flo ul{
  float:left;
  width:100%;
}

.wr-con .flo ul li{
  float:left;
  width:270px;
  height:230px;
  background:#FFF;
  -webkit-box-shadow:0 1px 10px #F3ECE7;
  box-shadow:0 1px 10px #F3ECE7;
  margin:0 15px 30px;
  -webkit-transition:all 0.2s linear;
  transition:all 0.2s linear;
}

.wr-con .flo ul li .mic{
  float:left;
  width:270px;
  height:180px;
  position:relative;
}

.wr-con .flo ul li .mic img{
  float:left;
  width:270px;
  height:180px;
}

.wr-con .flo ul li .mic .mask{
  float:left;
  width:100%;
  height:100%;
  background:url(/image/bakActivity/publicity/tc-bg.png) repeat-x;
  position:absolute;
  bottom:0;
  left:0;
  display:none;
}

.wr-con .flo ul li .mic .mask dt{
  float:left;
  width:100%;
  color:#FFF;
  font-weight:bold;
  font-size:18px;
  text-indent:20px;
  margin:80px 0 4px;
}

.wr-con .flo ul li .mic .mask dd{
  float:left;
  width:100%;
  color:#FFF;
  font-size:14px;
  text-indent:20px;
  margin-top:6px;
}

.wr-con .flo ul li samp{
  float:left;
  width:100%;
  text-align:center;
  line-height:50px;
  font-weight:bold;
  font-size:16px;
  color:#333;
}

.wr-con .flo ul li.ts samp{
  font-weight:normal;
}

.wr-con .flo ul li:hover{
  -webkit-transform:translate3d(0, -4px, 0);
  transform:translate3d(0, -4px, 0);
}

.wr-con .flo ul li:hover .mask{
  display:block;
}

.wr-con .flo ul li.ts:hover{
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}

/*悬浮*/
.xf{
  float: right;
  width: 136px;
  height:auto;
  background: #fff;
  border-radius: 6px;
  position: fixed;
  right: 0;
  top:25%;
  -webkit-box-shadow: 0 1px 10px #f3ece7;
  box-shadow: 0 1px 10px #f3ece7;
  display: none;
}
.xf ul{
  float: left;
  width:118px;
  height:auto;
  margin:10px 9px 0;
  position: relative;
}
.xf ul li{
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.xf ul li.line{
  float: left;
  width: 110px;
  margin:0 4px 10px;
  border-bottom: 1px dashed #d3c1ae;
  padding:0;
}
.xf ul li a{
  float: left;
  width: 100%;
  height: auto;
  color: #6d3423;
  font-size: 14px;
  text-align: center;
  line-height:16px;
  padding:5px 0;
  border-radius: 6px;
}
.xf ul li a:hover{
  color: #b96801 !important;
}
.xf ul li.dredge{
  position: absolute;
  top: -75px;
  left: -27px;
}
.xf ul li.dredge a{
  width:168px;
  height: 50px;
  background: url(/image/bakActivity/publicity/xf-btn.png) no-repeat;
}

.xf ul li.dredge2{
  position: absolute;
  top: -80px;
  left: -10px;
}

.xf ul li.dredge2 a{
  cursor: pointer;
  width:187px;
  height: 50px;
  background: url(/image/bakActivity/publicity/xfbtn2.png) no-repeat;
  background-size: 70%;
}

/*less than 533px, phone_portrait*/
@media only screen and (max-width:533px){
  .xf{
    display:none !important;
  }

  .zt-top{
    display:none;
  }

  .phone-top{
    display:block;
    float:left;
    width:100%;
    min-width:1280px;
    height:90px;
    background:#FFF;
  }

  .phone-top .phone-main{
    width:1200px;
    margin:0 auto;
  }

  .phone-top .phone-main img{
    float:left;
    height:auto;
    width:20%;
    margin-top:11px;
  }

  .phone-top .phone-main a{
    float:right;
    line-height:90px;
    font-size:36px;
    color:#115FAD;
    margin-right:10px;
  }

  .wr-ban{
    background-size:170%;
  }

  .wr-con{
    background:url(/image/bakActivity/publicity/main-bg.jpg) top center repeat;
    margin-bottom:80px;
  }

  .wr-con .flo ul li{
    width:46%;
    height:auto;
    margin:0 0 30px 2.5%;
  }

  .wr-con .flo ul li .mic{
    width:100%;
    height:auto;
  }

  .wr-con .flo ul li .mic img{
    width:100%;
    height:auto;
  }

  .wr-con .flo ul li samp{
    line-height:100px;
    font-size:28px;
  }

  .wr-con .flo ul li .mic .mask{
    display:block;
    height:50%;
    bottom:-5px;
  }

  .wr-con .flo ul li .mic .mask dt{
    color:#6D3423;
    font-size:26px;
    margin:-127px 0 180px;
  }

  .wr-con .flo ul li .mic .mask dd{
    font-size:18px;
  }

  .wr-con .flo .flo-bt{
    width:80%;
    height:auto;
    margin:0 10% 50px;
    text-align:center;
    position:relative;
  }

  .wr-con .flo .flo-bt i{
    margin:0 60px 0 0;
    position:absolute;
    top:50%;
  }

  .wr-con .flo .flo-bt i.rt{
    float:right;
    left:0;
  }

  .wr-con .flo .flo-bt i.lf{
    margin-right:0;
    right:0;
  }

  .wr-con .flo .flo-bt img{
    float:initial;
    width:30%;
    height:auto;
    margin-right:0;
  }

  .wr-con .flo .flo-bt3 img{
    width:38%;
  }
}

/*专题页顶部*/
.zt-top {
  width: 100%;
  min-width: 1280px;
  height: 46px;
  background: url(/image/bakActivity/publicity/top-bg.png) repeat-x;
  float: left;
  position: relative;
  z-index: 2;
}

.zt-top .zt-top-main {
  width: 1200px;
  height: 46px;
  margin: 0 auto;
}

.zt-top .zt-top-main .logo {
  float: left;
}

.zt-top .zt-top-main .logo img {
  margin-top: 8px;
  float: left;
}

.zt-top .zt-top-main .logo p {
  float: left;
  font-size: 18px;
  color: #999;
  line-height: 46px;
  padding-left: 20px;
}

.zt-top .zt-top-main .nav {
  float: right;
}

.zt-top .zt-top-main .nav ul {
  float: left;
}

.zt-top .zt-top-main .nav ul li {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  float: left;
  color: #6e6e6e;
}

.zt-top .zt-top-main .nav ul li:hover {
  cursor: pointer;
  color: #3367cd;
  text-decoration: underline;
}

.zt-top .zt-top-main .nav ul li.line {
  width: 1px;
  height: 15px;
  background: #ccc;
  margin: 15px 10px 0 10px;
}

.zt-top .zt-top-main .nav ul li.web-site {
  width: 94px;
  background: none;
  margin-left: -5px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.zt-top .zt-top-main .nav ul li.web-site:hover {
  background: #fff;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #6e6e6e;
  text-decoration: none;
}

.zt-top .zt-top-main .nav ul li.web-site:hover .sub-nav {
  display: block;
}

.zt-top .zt-top-main .nav ul li.web-site i.site {
  width: 11px;
  height: 14px;
  float: left;
  background: url(/image/bakActivity/publicity/top-icon.png) -10px -10px no-repeat;
  margin: 16px 5px 0 5px;
}

.zt-top .zt-top-main .nav ul li.web-site i.triangle {
  width: 7px;
  height: 4px;
  float: right;
  background: url(/image/bakActivity/publicity/top-icon.png) -50px -10px no-repeat;
  margin: 20px 5px 0 5px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav {
  width: 500px;
  height: 165px;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: -407px;
  position: relative;
  z-index: -1;
  margin-top: 3px;
  display: none;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate {
  float: left;
  height: 130px;
  width: 94px;
  margin-top: 25px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border {
  width: 94px;
  border-right: 1px solid #ccc;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border.xjy {
  width: 115px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border.xjy h6 {
  text-align: left;
  padding-left: 18px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border h6 {
  text-align: center;
  font-weight: bold;
  color: #3399ff;
  font-size: 14px;
  line-height: 12px;
  padding-bottom: 12px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl {
  width: 90px;
  float: left;
  margin-left: 19px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl dd {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 27px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl dd a {
  font-size: 14px;
  color: #666;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl dd a:hover {
  color: #3399ff;
  text-decoration: underline;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.no-border h6 {
  width: 200px;
  font-weight: bold;
  color: #3399ff;
  font-size: 14px;
  line-height: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.zt-top .zt-top-main .nav.login ul li b {
  font-weight: normal;
  color: #3366cc;
}
.zt-top .zt-top-main .nav.login ul li i.no-vip {
  width: 15px;
  height: 15px;
  float: right;
  background: url(/image/bakActivity/publicity/top-icon.png) -10px -50px no-repeat;
  margin-top: 16px;
  margin-left: 5px;
}
.zt-top .zt-top-main .nav.login ul li i.vip {
  width: 15px;
  height: 15px;
  float: right;
  background: url(/image/bakActivity/publicity/top-icon.png) -50px -50px no-repeat;
  margin-top: 15px;
  margin-left: 5px;
}
.zt-top .zt-top-main .nav.login ul li samp {
  font-family: arial;
}

/*开通会员vip*/
.vipIntro{
  width: 100%;
  height: 56px;
  background-image: linear-gradient(-80deg, #E2BA85 0%, #F9E1B3 69%);
  border-radius: 4px;
  position: fixed;
  bottom: -102px;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
  z-index: 1;
  cursor: pointer;
}
.vipIntro.active {
  bottom: 0;
}
.vipIntro.absolute {
  position: absolute;
}
.vipIntro .main{
  width: 1200px;
  margin: 0 auto;
  height: 100% ;
  min-width: initial;
  line-height: 56px;
  border-radius: 4px;
}
.vipIntro .main img.icon{
  float: left;
  width: 40px;
  height: 42px;
  margin: 7px 22px 0 16px;
}
.vipIntro .main img.text{
  float: left;
  width: 226px;
  height: 39px;
  margin-top: 10px;
}
.vipIntro .main .line{
  float: left;
  width: 1px;
  height: 24px;
  background:#B99078;
  margin: 16px 18px 0 16px;
}
.vipIntro .main p{
  float: left;
  line-height: 56px;
  font-size: 18px;
  color: #7D5833;
}
.vipIntro .main button{
  float: right;
  width: 121px;
  height: 36px;
  background-image: linear-gradient(270deg, #FDCA5F 0%, #FDE67C 100%);
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #804F3F;
  margin: 10px 10px 0 0;
  font-weight: bold;
  cursor: pointer;
}
.vipIntro .main button samp{
  margin-left: 3px;
}
